@media all and (max-width: 768px) {
  a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
  h1 {
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  h1.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .mb40 .container {
    width: 100%;
    max-width: 1040px;
    padding: 0 25px;
    margin: 0 auto;
  }
  body {
    background-color: #fff;
    font-family: "hellofont-id-mingkebenwans", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  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;
  }
  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: 20px;
    padding-top: 24px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  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;
  }
  .hamburger-overlay {
    mix-blend-mode: difference;
  }
  .pages .hamburger-overlay {
    mix-blend-mode: normal;
  }
  section.fv {
    position: relative;
  }
  section.fv .main-logo {
    position: absolute;
    z-index: 10;
    bottom: auto;
    top: 40%;
    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: 300/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: block;
    padding: 40px 0;
  }
  section.blcok-traditon .traditon div {
    text-align: center;
  }
  section.blcok-traditon .traditon div:nth-of-type(1) {
    width: 100%;
    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: 0;
    margin-bottom: 40px;
  }
  section.blcok-traditon .traditon div:nth-of-type(2) {
    width: 100%;
  }
  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: 300/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: block;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 60px;
  }
  .block-short-plan .short-plan .title {
    position: absolute;
    top: 41%;
    left: 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;
  }
  .block-short-plan .short-plan div:nth-of-type(1) {
    width: 100%;
  }
  .block-short-plan .short-plan div:nth-of-type(2) {
    width: 100%;
  }
  .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;
    margin-top: 130px;
    padding: 0 15px;
  }
  .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;
    padding: 0 15px;
  }
  .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;
    padding: 0 15px;
  }
  .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: 110px;
  }
  .block-long-plan .long-plan {
    position: relative;
    display: block;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 80px;
  }
  .block-long-plan .long-plan .title {
    position: absolute;
    left: auto;
    right: 0;
    top: 41%;
    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;
    letter-spacing: 0;
  }
  .block-long-plan .long-plan div:nth-of-type(1) {
    width: 100%;
  }
  .block-long-plan .long-plan div:nth-of-type(2) {
    width: 100%;
  }
  .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;
    margin-top: 130px;
    padding: 0 15px;
    text-align: right;
  }
  .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;
    padding: 0 15px;
  }
  .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;
    padding: 0 15px;
  }
  .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: 80px;
  }
  .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: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    z-index: 100;
  }
  .slider .next-arrow {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
  .block-flow {
    padding: 100px 30px 0 30px;
  }
  .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: block;
    justify-content: space-between;
  }
  .block-flow div.flow div {
    width: 100%;
  }
  .block-flow div.flow div:nth-of-type(1) {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
  .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: 75px;
    padding: 75px 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: 0;
    padding-top: 24px;
    color: #fff;
    font-size: 3.7rem;
    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: 2.9rem;
    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: 1.8rem;
    text-align: center;
    margin-bottom: 50px;
  }
  footer .footer-mail img {
    width: 25px;
    display: inline-block;
    margin-right: 15px;
  }
  footer .footer-menu {
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  footer .footer-menu div:nth-of-type(1) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  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: block;
    margin-bottom: 22px;
    justify-content: center;
    margin-right: 20px;
  }
  footer .footer-menu-1 li:not(:nth-last-of-type(1)) {
    margin-right: 35px;
  }
  footer .footer-menu-1 li {
    margin-bottom: 20px;
  }
  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: block;
    justify-content: center;
  }
  footer .footer-menu-2 li {
    font-family: "hellofont-id-mingkebenwans", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    margin-bottom: 20px;
  }
  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: 0;
  }
  footer .footer-sns {
    position: relative;
    display: flex;
    justify-content: center;
  }
  footer .footer-sns li:not(:nth-last-of-type(1)) {
    margin-right: 25px;
  }
  footer .footer-sns::before {
    background-color: #fff;
    border-radius: 5px;
    bottom: auto;
    top: -25px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
  }
  .pages h1.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: 20px;
    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: 120px;
  }
  .pages .h2-sub {
    text-align: center;
    font-family: "essonnes-display", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    margin-bottom: 38px;
  }
  .pages h3 {
    font-size: 1.4rem;
    text-align: center;
    font-weight: normal;
    margin-top: 35px;
    margin-bottom: 2px;
  }
  .pages .h3-sub {
    font-size: 1.2rem;
    text-align: center;
    font-family: "essonnes-display", serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 75px;
  }
  .pages .mb40 {
    margin-bottom: 40px;
  }
  .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 .photo.pt0 {
    padding-top: 0 !important;
  }
  .pages .plan {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pages .plan > div {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }
  .pages .plan > div .fee {
    position: absolute;
    top: 55px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
  }
  .pages .plan .photo {
    padding-top: 30px;
    display: flex;
    margin-bottom: 15px;
  }
  .pages .plan .photo p:nth-of-type(1) {
    margin-right: 10px;
  }
  .pages .plan .photo-text1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    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: 55px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    text-align: center;
    line-height: 1.3;
  }
  .pages .plan2 > div .photo {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .pages .plan2 > div .photo p {
    width: 49%;
    margin-bottom: 6px;
  }
  .pages .plan2 > div .photo p:not(:nth-of-type(4)) {
    margin-right: 0;
  }
  .pages .plan2 .photo-text1 {
    font-size: 1.4rem;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 5px auto;
  }
  .pages .plan2 .photo-text2 {
    font-size: 1.2rem;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
  .pages .faq-container {
    margin-bottom: 30px;
  }
  .pages .faq-container .faq-q {
    display: flex;
    align-items: center;
    background-color: #F5F4F4;
    border-radius: 0 10px 10px 0;
    margin-bottom: 15px;
  }
  .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: 5px 10px 5px 10px;
  }
  .pages .faq-container .a-text1 {
    font-size: 1.4rem;
  }
  .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 0;
  }
  .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: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pages dl div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .pages dl dt {
    width: 100%;
  }
  .pages dl dd {
    border-bottom: 1px dotted #000;
    width: 100%;
  }
  .pages dl.agree2 {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pages dl.agree2 div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .pages dl.agree2 dt {
    width: 100%;
  }
  .pages dl.agree2 dd {
    border-bottom: 1px dotted #000;
    width: 100%;
  }
  .pages .h3-en {
    margin-top: 75px;
    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 {
    white-space: pre-line;
  }
  .pages .table {
    border-collapse: collapse;
  }
  .pages .table td {
    display: block;
    vertical-align: top;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 1;
  }
  .pages .table td:nth-of-type(1) {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .pages .table td:nth-of-type(2) {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .pages .table td span {
    font-size: 1.1rem;
    color: #656565;
    display: block;
    margin-top: 5px;
  }
  .pages .table td strong {
    display: inline-block;
  }
  .pages .table td.coron {
    white-space: pre-line;
    width: 100%;
    padding-left: 0;
  }
  .pages .table td.coron:before {
    content: none;
  }
  .legal {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .legal .h2-sub {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}