a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  background-color: #fff;
  font-family: "hellofont-id-mingkebenwans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.mb60 {
  margin-bottom: 60px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

nav {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  letter-spacing: 0.2rem;
  font-size: 4rem;
}
nav .flow {
  padding-bottom: 40px;
}
nav .contact {
  border: 1px solid #fff;
  border-radius: 100vw;
  padding: 0 14px;
  max-width: 222px;
  font-size: 3.2rem;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 30px;
}
nav .contact img {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 3px;
}
nav .nav-sns {
  display: flex;
  justify-content: center;
}
nav .nav-sns li:not(:nth-last-of-type(1)) {
  margin-right: 25px;
}
nav .nav-sns img {
  width: 30px;
}

h1 {
  opacity: 1;
  transition: opacity 0.5s ease;
}
h1.hidden {
  opacity: 0;
  pointer-events: none;
}

header {
  position: fixed;
  color: #fff;
  z-index: 1000;
}
header h1 {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  font-size: 2.9rem;
  line-height: 1;
  padding-left: 40px;
  padding-top: 24px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s ease;
}
header h1.hidden {
  opacity: 0;
  pointer-events: none;
}
header span {
  font-family: "hellofont-id-mingkebenwans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 1.9rem;
  font-weight: normal;
  margin-top: 5px;
}

.pc-menu {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  color: #fff;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  font-size: 1.5rem;
  mix-blend-mode: difference;
}
.pc-menu ul {
  display: flex;
  padding-top: 40px;
  padding-right: 40px;
}
.pc-menu ul li {
  margin-left: 35px;
  letter-spacing: 0.1rem;
}
.pc-menu ul li span img {
  display: inline-block;
  width: auto;
  padding-right: 5px;
}
.pc-menu ul li.contact {
  border: 1px solid #fff;
  border-radius: 100vw;
  padding: 0 14px;
}

section.fv {
  position: relative;
}
section.fv .main-logo {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  left: 10%;
  line-height: 1;
  color: #fff;
  letter-spacing: 1rem;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  font-size: clamp(4rem, 0.333rem + 12.22vw, 15rem);
}
section.fv .main-logo span {
  font-family: "hellofont-id-mingkebenwans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: clamp(5.5rem, 3.333rem + 7.22vw, 12rem);
  margin-top: 40px;
}
section.fv .triangle {
  position: absolute;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1366/63;
  -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%);
          clip-path: polygon(0 0%, 0% 100%, 100% 100%);
  background-color: #000;
  z-index: 20;
}

section.blcok-traditon {
  position: relative;
  margin-top: -1px;
  background-color: #000;
  color: #fff;
}
section.blcok-traditon .traditon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
section.blcok-traditon .traditon div:nth-of-type(1) {
  width: 45%;
  font-size: clamp(4rem, 2.667rem + 4.44vw, 8rem);
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  text-align: center;
  padding-right: 5%;
}
section.blcok-traditon .traditon div:nth-of-type(2) {
  width: 45%;
}
section.blcok-traditon .traditon div:nth-of-type(2) p:nth-of-type(1) {
  font-size: clamp(2rem, 1.8rem + 0.67vw, 2.6rem);
  margin-bottom: 30px;
}
section.blcok-traditon .traditon div:nth-of-type(2) p:nth-of-type(2) {
  font-size: clamp(1.3rem, 1.2rem + 0.33vw, 1.6rem);
  margin-bottom: 50px;
}
section.blcok-traditon .traditon div:nth-of-type(2) p:nth-of-type(3) {
  font-size: clamp(1.6rem, 1.533rem + 0.22vw, 1.8rem);
  margin-bottom: 20px;
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
}
section.blcok-traditon .traditon div:nth-of-type(2) p:nth-of-type(4) {
  font-size: clamp(1.1rem, 1.033rem + 0.22vw, 1.3rem);
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
}
section.blcok-traditon .traditon .icon-cross {
  padding: 30px 0;
}
section.blcok-traditon .traditon .icon-cross img {
  width: auto;
  margin: 0 auto;
}

.triangle2 {
  position: relative;
  margin-top: -1px;
  width: 100%;
  aspect-ratio: 1366/63;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #000;
}

.block-short-plan {
  padding-top: 100px;
}
.block-short-plan .short-plan {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 80px;
}
.block-short-plan .short-plan .title {
  position: absolute;
  left: 52%;
  top: 4%;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  font-size: clamp(5rem, 4rem + 3.33vw, 8rem);
  line-height: 1.2;
}
.block-short-plan .short-plan div:nth-of-type(1) {
  width: 60%;
}
.block-short-plan .short-plan div:nth-of-type(2) {
  width: 34%;
}
.block-short-plan .short-plan div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 4rem;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
}
.block-short-plan .short-plan div:nth-of-type(2) p:nth-of-type(1) span {
  font-size: 2rem;
}
.block-short-plan .short-plan div:nth-of-type(2) p:nth-of-type(2) {
  line-height: 1.2;
  margin-bottom: 20px;
}
.block-short-plan .short-plan div:nth-of-type(2) p:nth-of-type(3) {
  font-size: clamp(1.1rem, 1.033rem + 0.22vw, 1.3rem);
  line-height: 1.2;
}
.block-short-plan .btn {
  background-color: #000;
  border-radius: 10px;
  width: 280px;
  margin: 70px auto;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.11);
}
.block-short-plan .btn p:nth-of-type(1) {
  font-size: 1.8rem;
}
.block-short-plan .btn p:nth-of-type(2) {
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
}

.block-long-plan {
  margin-top: 170px;
}
.block-long-plan .long-plan {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 80px;
  flex-direction: row-reverse;
}
.block-long-plan .long-plan .title {
  position: absolute;
  left: 10%;
  top: 4%;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  font-size: clamp(5rem, 4rem + 3.33vw, 8rem);
  line-height: 1.2;
}
.block-long-plan .long-plan div:nth-of-type(1) {
  width: 60%;
}
.block-long-plan .long-plan div:nth-of-type(2) {
  width: 34%;
}
.block-long-plan .long-plan div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 4rem;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
}
.block-long-plan .long-plan div:nth-of-type(2) p:nth-of-type(1) span {
  font-size: 2rem;
}
.block-long-plan .long-plan div:nth-of-type(2) p:nth-of-type(2) {
  line-height: 1.2;
  margin-bottom: 20px;
}
.block-long-plan .long-plan div:nth-of-type(2) p:nth-of-type(3) {
  font-size: clamp(1.1rem, 1.033rem + 0.22vw, 1.3rem);
  line-height: 1.2;
}
.block-long-plan .btn {
  background-color: #000;
  border-radius: 10px;
  width: 280px;
  margin: 70px auto;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.11);
}
.block-long-plan .btn p:nth-of-type(1) {
  font-size: 1.8rem;
}
.block-long-plan .btn p:nth-of-type(2) {
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
}

.block-guideline {
  padding-top: 140px;
}
.block-guideline h2 {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 44px;
}
.block-guideline h2 span {
  display: block;
  font-family: "hellofont-id-mingkebenwans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  margin-top: 4px;
}

.slider {
  position: relative;
  padding-bottom: 60px;
}
.slider .slick-slide {
  margin: 0 3px;
}
.slider .slide-arrow {
  width: auto;
}
.slider .slide-arrow:hover {
  cursor: pointer;
}
.slider .prev-arrow {
  position: absolute;
  bottom: 0px;
  left: 47.5%;
}
.slider .next-arrow {
  position: absolute;
  bottom: 0;
  left: 52.5%;
}

.block-flow {
  padding: 140px 40px 0 140px;
}
.block-flow h2 {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 44px;
}
.block-flow h2 span {
  display: block;
  font-family: "hellofont-id-mingkebenwans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  margin-top: 4px;
}
.block-flow div.flow {
  display: flex;
  justify-content: space-between;
}
.block-flow div.flow div {
  width: 44%;
}
.block-flow div.flow div:nth-of-type(1) {
  font-size: 1.4rem;
}
.block-flow div.flow div:nth-of-type(2) {
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
}

footer {
  margin-top: 145px;
  padding: 145px 0;
  background-color: #000;
  color: #fff;
}
footer .footer-logo {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  font-size: 2.9rem;
  line-height: 1;
  padding-left: 40px;
  padding-top: 24px;
  color: #fff;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 45px;
}
footer .footer-logo span {
  font-family: "hellofont-id-mingkebenwans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 4rem;
  font-weight: normal;
  margin-top: 16px;
}
footer .footer-mail {
  color: #fff;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
}
footer .footer-mail img {
  width: 25px;
  display: inline-block;
  margin-right: 15px;
}
footer .footer-menu {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
footer .footer-menu div:nth-of-type(1) {
  border-right: 1px solid #fff;
  padding-right: 45px;
  margin-right: 45px;
}
footer .footer-menu-1 {
  font-size: 1.8rem;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  letter-spacing: 0.1rem;
  display: flex;
  margin-bottom: 22px;
  justify-content: center;
}
footer .footer-menu-1 li:not(:nth-last-of-type(1)) {
  margin-right: 35px;
}
footer .footer-menu-2 {
  font-size: 1.6rem;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
}
footer .footer-menu-2 li {
  font-family: "hellofont-id-mingkebenwans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
footer .footer-menu-2 li span {
  display: block;
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
}
footer .footer-menu-2 li:not(:nth-last-of-type(1)) {
  margin-right: 40px;
}
footer .footer-sns {
  display: flex;
}
footer .footer-sns li:not(:nth-last-of-type(1)) {
  margin-right: 25px;
}

.pages main {
  padding-top: 160px;
}
.pages h1.logo {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  position: fixed;
  font-size: 2.9rem;
  line-height: 1;
  padding-left: 40px;
  padding-top: 24px;
  color: #000;
  letter-spacing: 0.2rem;
  margin-bottom: 110px;
}
.pages h1.logo span {
  font-family: "hellofont-id-mingkebenwans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 1.9rem;
  font-weight: normal;
  margin-top: 8px;
}
.pages h2 {
  position: relative;
  text-align: center;
  font-weight: normal;
  margin-bottom: 14px;
  font-size: 2.4rem;
}
.pages h2::before {
  background-color: #000;
  border-radius: 5px;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
.pages h2.faq {
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
}
.pages h2.faq::before {
  content: none;
}
.pages h2.sec {
  margin-top: 210px;
}
.pages .h2-sub {
  text-align: center;
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  margin-bottom: 60px;
}
.pages h3 {
  font-size: 1.4rem;
  text-align: center;
  font-weight: normal;
  margin-top: 35px;
}
.pages .h3-sub {
  font-size: 1.2rem;
  text-align: center;
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 100px;
}
.pages h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: normal;
}
.pages .h4-sub {
  font-size: 1.2rem;
  text-align: center;
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 14px;
  color: #808080;
}
.pages .plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pages .plan > div {
  position: relative;
  width: 48%;
  margin-bottom: 40px;
}
.pages .plan > div .fee {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 1rem;
  text-align: right;
}
.pages .plan .photo {
  display: flex;
  margin-bottom: 20px;
}
.pages .plan .photo p:nth-of-type(1) {
  margin-right: 10px;
}
.pages .plan .photo-text1 {
  font-size: 1.4rem;
  margin-bottom: 14px;
  text-align: center;
}
.pages .plan .photo-text2 {
  font-size: 1.2rem;
  text-align: center;
}
.pages .plan2 > div {
  position: relative;
  margin-bottom: 45px;
}
.pages .plan2 > div .fee {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 1rem;
  text-align: right;
}
.pages .plan2 > div .photo {
  display: flex;
  margin-bottom: 20px;
}
.pages .plan2 > div .photo p:not(:nth-of-type(4)) {
  margin-right: 10px;
}
.pages .plan2 .photo-text1 {
  font-size: 1.4rem;
  text-align: center;
  max-width: 70%;
  margin: 0 auto 14px auto;
}
.pages .plan2 .photo-text2 {
  font-size: 1.2rem;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
.pages .faq-container {
  margin-bottom: 20px;
}
.pages .faq-container .faq-q {
  display: flex;
  align-items: center;
  background-color: #F5F4F4;
  border-radius: 0 10px 10px 0;
  margin-bottom: 25px;
}
.pages .faq-container .faq-q div:nth-of-type(1) {
  width: 45px;
  text-align: center;
  background-color: #A30F0F;
  border-radius: 10px 0 0 10px;
  padding: 15px 10px 15px 15px;
  font-family: "oswald", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5rem;
  font-size: 2.1rem;
  color: #fff;
}
.pages .faq-container .faq-q div:nth-of-type(2) {
  background-color: #F5F4F4;
  width: 100%;
  border-radius: 0 10px 10px 0;
  padding: 15px;
}
.pages .faq-container .a-text1 {
  font-size: 1.6rem;
}
.pages .faq-container .a-text2 {
  color: #525252;
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
}
.pages .faq-container > div:nth-of-type(2) {
  padding: 0 0 0 60px;
}
.pages .agreement h3 {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 40px;
}
.pages .agreement .f-en {
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
}
.pages dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pages dl div {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pages dl dt {
  width: 20%;
}
.pages dl dd {
  border-bottom: 1px dotted #000;
  width: 80%;
}
.pages dl.agree2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pages dl.agree2 div {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pages dl.agree2 dt {
  width: 35%;
}
.pages dl.agree2 dd {
  border-bottom: 1px dotted #000;
  width: 65%;
}
.pages .h3-en {
  margin-top: 150px;
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
}
.pages .en {
  margin-top: 150px;
  font-family: "essonnes-display", serif;
  font-weight: 500;
  font-style: normal;
}
.pages .table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
.pages .table {
  border-collapse: collapse;
}
.pages .table td {
  position: relative;
  font-size: 1.6rem;
  vertical-align: top;
  padding-bottom: 25px;
  padding-right: 20px;
}
.pages .table td span {
  font-size: 1.1rem;
  color: #656565;
  display: block;
}
.pages .table td strong {
  display: none;
}
.pages .table td.coron {
  white-space: nowrap;
  width: 40%;
  padding-left: 40px;
}
.pages .table td.coron:before {
  content: ":";
  position: absolute;
  left: 0;
  top: 0;
}

.legal {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.privacy {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.privacy h3 {
  text-align: left;
  margin-bottom: 20px;
}
.privacy ol h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.privacy ol h2::before {
  content: none;
}
.privacy ol > li {
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}