@font-face {
  font-family: "AdobeCaslonProBold";
  src: url("../fonts/AdobeCaslonProBold.eot");
  src: url("../fonts/AdobeCaslonProBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AdobeCaslonProBold.otf") format("opentype"),
    url("../fonts/AdobeCaslonProBold.svg") format("svg"),
    url("../fonts/AdobeCaslonProBold.ttf") format("truetype"),
    url("../fonts/AdobeCaslonProBold.woff") format("woff"),
    url("../fonts/AdobeCaslonProBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ACaslonPro-Regular";
  src: url("./fonts/AdobeCaslonPro.eot"); /* IE9 Compat Modes */
  src: url("./fonts/AdobeCaslonPro.eot?#iefix") format("embedded-opentype"),
    url("./fonts/AdobeCaslonPro.otf") format("opentype"),
    url("./fonts/AdobeCaslonPro.svg") format("svg"),
    url("./fonts/AdobeCaslonPro.ttf") format("truetype"),
    url("./fonts/AdobeCaslonPro.woff") format("woff"),
    url("./fonts/AdobeCaslonPro.woff2") format("woff2");
  font-style: normal;
}

html {
  font-family: "ACaslonPro-Regular", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Be Vietnam", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  overflow-x: hidden;
  overflow-y: auto;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

a {
  background: 0 0;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

input::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

input::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

time {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 400;
}

.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: auto;
}

@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 640px) {
  .wrapper {
    padding: 0 2rem;
  }
}

/* Grid */
.grid2-3 {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0;
  align-items: flex-end;
}

@media screen and (max-width: 640px) {
  .grid2-3 {
    grid-template-columns: 1fr;
  }
}

.grid46 {
  width: 100%;
  display: grid;
  grid-template-columns: 4fr 6fr;
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
}

@media screen and (max-width: 640px) {
  .grid46 {
    grid-template-columns: 1fr;
  }
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 0;
}

@media screen and (max-width: 640px) {
  .grid2 {
    grid-template-columns: 1fr;
  }
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 0;
}

@media screen and (max-width: 640px) {
  .grid3 {
    grid-template-columns: 1fr;
  }
}

.sep {
  display: block;
  background: url(../images/sep.png) no-repeat center / cover;
  width: 77px;
  height: 2px;
}

.link {
  display: flex;
  align-items: center;
}

.link img {
  display: block;
}

.link span {
  display: block;
  font: 16px "PT Sans";
  color: rgba(217, 153, 66, 1);
  margin-left: 1rem;
}

@media screen and (max-width: 767px) {
  .link span {
    font: 14px "PT Sans";
  }
}

.header {
  padding-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 69px;
  height: 60px;
}

.sep {
  display: block;
  background: url(../images/sep.png) no-repeat center / cover;
  width: 77px;
  height: 2px;
}

.main {
  max-height: 600px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .main {
    max-height: none;
  }
}

.main aside {
  padding: 35px 0;
}

.main .sep1 {
  margin-bottom: 32px;
}

.main h1 {
  font: 50px "AdobeCaslonProBold", serif;
  color: rgba(40, 41, 45, 1);
}

@media screen and (max-width: 1024px) {
  .main h1 {
    font: 36px "AdobeCaslonProBold", serif;
  }
}

@media screen and (max-width: 640px) {
  .main h1 {
    font: 32px "AdobeCaslonProBold", serif;
  }
}

.main h2 {
  font: 30px "Adobe Caslon Pro", serif;
  color: rgba(217, 153, 66, 1);
  margin: 24px 0 48px;
}

@media screen and (max-width: 1024px) {
  .main h2 {
    font: 21px "Adobe Caslon Pro", serif;
    margin: 12px 0 24px;
  }
}

.main figure {
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main figure {
    height: 300px;
  }
}

.main figure div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.main .flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .main .phone span,
  .main .email span {
    display: none;
  }
}

.main .phone {
  width: 59px;
  height: 59px;
  display: none;
}

@media screen and (max-width: 767px) {
  .main .phone {
    display: block;
  }
}

.section {
  background-color: rgba(237, 237, 237, 1);
  display: flex;
  align-items: center;
  height: 600px;
}

@media screen and (max-width: 1024px) {
  .section {
    height: auto;
    padding: 2rem 0;
  }
}

@media screen and (max-width: 640px) {
  .section {
    padding: 48px 0;
  }
}

.section .sep {
  margin-bottom: 36px;
}

.section h2 {
  font: 40px "Adobe Caslon Pro";
  color: rgba(40, 41, 45, 1);
  margin-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .section h2 {
    font: 21px "Adobe Caslon Pro";
    margin-bottom: 24px;
  }
}

.section article p {
  font: 15px/23px "PT Sans";
  color: rgba(168, 165, 165, 1);
  letter-spacing: -0.06em;
  margin-bottom: 48px;
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .section article p {
    margin-bottom: 24px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section aside .grid2 {
    grid-template-columns: 1fr;
  }
}

.section aside ul {
  list-style: none;
}

.section aside li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .section aside li {
    margin-bottom: 24px;
  }
}

.section aside li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .section aside li:last-of-type {
    margin-bottom: 12px;
  }
}

.section aside figure {
  width: 71px;
  text-align: right;
  margin-right: 28px;
  flex-shrink: 0;
}

@media screen and (max-width: 640px) {
  .section aside figure {
    max-width: 25px;
  }
}

.section aside h3 {
  font: 700 20px "PT Sans";
  color: rgba(40, 41, 45, 1);
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .section aside h3 {
    margin-bottom: 8px;
  }
}

.section aside p {
  font: 12px "PT Sans";
  color: rgba(168, 165, 165, 1);
}

footer {
  background: url(../images/footer.jpg) no-repeat center / cover;
  padding: 48px 0;
}

footer h2 {
  font: 600 40px "Adobe Caslon Pro";
  color: rgba(245, 245, 245, 1);
  margin: 32px 0 0;
}

@media screen and (max-width: 1024px) {
  footer h2 {
    font: 600 21px "Adobe Caslon Pro";
  }
}

footer .first p {
  font: 15px "PT Sans";
  color: rgba(238, 238, 238, 1);
}

footer .first figure {
  text-align: right;
  padding-right: 4rem;
}

@media screen and (max-width: 640px) {
  footer .first figure {
    text-align: left;
    padding-right: 0;
  }
}

footer h4 {
  font: 700 15px "PT Sans";
  color: rgba(217, 153, 66, 1);
  margin-bottom: 4px;
}

footer a,
footer p {
  font: 12px "PT Sans";
  color: rgba(238, 238, 238, 1);
}

footer p {
  margin-bottom: 25px;
}
