@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

:root {
    --font-size-49: 49px;
    --font-size-36: 36px;
    --font-size-28: 28px;
    --font-size-22: 1.3rem;
    --font-size-20: 20px;
    --font-size-16: 16px;
    --font-size-14: 14px;

    --gpt-black: #303030;
    --gpt-red: #e60012;
    --gpt-gray: #f1f1f1;
}
body {
    font: normal 400 1.35rem / 1.3 "YakuHanJP", "Noto Sans JP",'Roboto',"Meiryo", sans-serif;
    font-family: "YakuHanJP", "Noto Sans JP",'Roboto',"Meiryo", sans-serif;
    color: var(--gpt-black);
    position: relative;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 1;
}
  header .header__top__wrap nav ul li {
    border-left: none;
    margin-left: 0;
    text-align: right;
    margin-right: 30px;
}
header .header__top__wrap nav ul li:before {
    background: none;
}
header .header__top__wrap nav ul li:nth-child(2):before {
    background: none;
}
header .header__top__wrap nav ul li:nth-child(3):before {
    background: none;
}
header .header__top__wrap nav ul li:nth-child(4):before {
    background: none;
}
header .header__top__wrap nav ul li:nth-child(5):before {
    background: none;
}
header .header__top__wrap nav ul li:nth-child(6):before {
    background: none;
}
.hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 50px;
    top   : 25px;
    width : 46px;
    height: 46px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 1px ;
    left    : 30px;
    background : #303030;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 0px;
}
.hamburger span:nth-child(2) {
    top: 10px;
}
.hamburger span:nth-child(3) {
    top: 20px;
}
.hamburger.active span:nth-child(1) {
    top : 30px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}
.globalMenuSp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 0 30px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    font-size: var(--font-size-20);
}
.globalMenuSp.active {
    transform: translateY(0);
}
.en {
    display: flex;
}
.hero-container {
    background-size: cover;
    min-height: 650px;
    display: flex;
    width: 90%;
    margin: 50px auto -80px auto;
    justify-content: space-around;
    align-items: center;
}
.hero-container h1 {
    font-size: var(--font-size-49);
}
.hero-container h1 span {
    font-size: 81px;
}
.hero-container li {
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.hero-subttl {
    padding: 15px 5px;
    font-size: var(--font-size-20)!important;
    background: linear-gradient(90deg, #e60013, #ff8104);
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}
.hero-img {
    width: 400px;
}
.content-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
}
.content-ttl {
    text-align: center;
}
.content-ttl h2 {
    text-align: center;
    font-size: var(--font-size-28);
    background-color: #fff;
    padding: 10px 20px;
    width: fit-content;
    margin: 10px auto;
}
.content-ttl p{
    font-size: var(--font-size-16);
    line-height: 1.3;
    margin-top: 15px;
}
.subttl {
    color: var(--gpt-red);
    font-family: "Roboto";
    font-weight: 600;
}
section#about {
    text-align: center;
    margin-top: -200px;
}
.about-box {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
    font-size: var(--font-size-20);
}
.about-box img {
    width: 160px;
}
.about-box li{
    width: 30%;
}
.about-box p {
    margin-top: 15px;
}
#merit {
    background-color: var(--gpt-gray);
}
.merit-wrapper {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.merit-wrapper li {
    width: 30%;
    border: 2.5px solid #e60012;
    border-radius: 5px;
    position: relative;
    padding: 50px 20px 20px 20px;
    text-align: center;
    background-color: #fff;
}
.merit-ttl {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.merit-wrapper li p:last-child {
    text-align: start;
    font-size: var(--font-size-16);
}
.merit-img {
    width: 60%;
}
.red-txt {
    color: var(--gpt-red);
}
.onayami-wapper {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    align-items: center;
    width: fit-content;
    margin: 50px auto 0px auto;
}
.onayami-wapper  li {
    display: flex;
    margin: 20px 0;
    align-items: center;
}
.onayami-wapper ul {
    max-width: 59%;
}
.shitayajirushi {
    display: block;
    margin: 0 auto;
}
.under-line {
    font-size: var(--font-size-28);
    position: relative;
    width: fit-content;
    margin: 10px auto 20px auto;
    padding-bottom: 10px;
}
.under-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #F08300 16%, #D80C18);
}
.kaiketu-box {
    text-align: center;
    max-width: 56%;
    margin-left: 20px;
}
.kaiketu-box p:last-child {
    font-size: var(--font-size-16);
    text-align: start;
}
#point {
    background-color: var(--gpt-gray);
}
.point-box {
    margin-top: 50px;
}
.point-wrapper {
    background-color: #fff;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 0 70px;
}
.point-wrapper img {
    width: 30%;
    display: block;
    margin: 20px;
}
.ribbon {
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 10px;
    margin: 0;
    padding: 10px 0 7px;
    z-index: 2;
    width: 105px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background:  var(--gpt-red);
    border-radius: 2px 0 0 0;
    transform: skewX(-10deg);
    letter-spacing: 0.3rem;
    font-weight: 900;
    font-family: 'Roboto';
}  
.ribbon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 105px;
    border: none;
    border-bottom: solid 6px #af010f;
    border-right: solid 5px transparent;
}
#point .under-line {
    font-size: var(--font-size-20);
    position: relative;
    width: fit-content;
    margin: 0 auto 20px 0;
    padding-bottom: 10px;
}
.point-txt {
    font-size: var(--font-size-16);
}
#voice ul:first-of-type {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
#voice li {
    width: 30%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    font-size: var(--font-size-16);
    padding: 35px 20px;
}
#voice small {
    margin-top: 35px;
    display: inline-block;
    font-size: 12px;
    text-align: end;
    width: 100%;
}
.voice-head {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.voice-head img {
    display: block;
    width: 40px;
    margin-right: 10px;
}
.voice-ttl {
    font-size: var(--font-size-20);
    margin-bottom: 20px;
}
#faq {
    background-color: var(--gpt-gray);
}
.faq-wrapper {
    margin-top: 50px;
    background-color: #fff;
    padding: 20px;
}
.faq-wrapper p {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.faq-wrapper img {
    width: 80px;
    margin-right: 15px;
}
.faq-wrapper li {
    border-bottom: 1px dashed #d7dde0;
    padding: 40px 40px;
}
.faq-wrapper li:last-of-type {
    border-bottom: none;
}
.bold {
    font-weight: 800;
    display: contents;
}
.contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin: 100px auto;
    background: #fff;
    border-radius: 5px;
}
.contact-wrapper:first-of-type {
    background-color: #f4f4f4;
}
.contact-left {
    padding: 50px 0 50px 50px;
    text-align: start;
}
.contact-ttl {
    font-size: var(--font-size-28);
    margin-bottom: 10px;
}
.contact-wrapper img {
    width: 24px;
    margin: 0 10px;
}
.contact_btn {
    background: linear-gradient(90deg, #F08300 16%, #D80C18);
    padding: 65px 0;
    border-radius: 0 5px 5px 0;
    text-align: center;
    width: 48%;
    position: relative;
}
.click {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px!important;
    width: 55px!important;
}
.contact_btn a {
    text-decoration: none;
    color: white;
    display: block;
}
.contact_btn ul {
    text-align: center;
}
.contact_btn li:first-child {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact_btn ul li:nth-child(2) {
    font-size: 16px;
}
.contact_btn small {
    font-size: 12px;
}

.btn-reserve {
    position: fixed;
    right: 40px;
    bottom: 70px;
    z-index: 100;
    width: 140px;
}
@media screen and (max-width: 844px) {
    .btn-reserve {
        width: 90px;
        right: 14px;
        bottom: 20px;
    }
}
  
.footer-wrapper {
    background-color: #242424;
    padding: 50px 50px 150px 50px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
    position: relative;
}
.footer-wrapper img {
    width: 150px;
}
.copyright {
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
}
.footer-right {
    font-size: var(--font-size-16);
    line-height: 2;
}
.sp-only {
    display: none;
}
.pc-only {
    display: inline-block;
}

  

@media screen and (max-width:720px){
    .pc {
      display: none !important;
    }
    .sp {
      display: block !important;
    }
    .content-wrapper {
        padding: 100px 3%;
    }
    .hero-subttl {
        margin: 0 auto;
        font-size: var(--font-size-16)!important;
        width: 95%;
    }
    .hero-container {
        flex-direction: column;
    }
    .hero-container ul {
        width: 100%;
    }
    .hero-container h1 {
        font-size: var(--font-size-36);
    }
    .hero-container li {
        font-size: var(--font-size-22);
        margin-bottom: 10px;
        margin-top: 15px;
        text-align: center;
    }
    .hero-container h1 span {
        font-size: 4rem;
    }
    .hero-img {
        width: 100%;
    }
    .hero-img img{
        width: 100%;
    }
    .about-box {
        flex-direction: column;
        align-items: center;
    }
    .about-box li {
        margin-bottom: 50px;
        display: flex;
        width: 100%;
        font-size: 18px;
        justify-content: center;
        align-items: center;
    }
    .about-box img {
        width: 110px;
    }
    .merit-wrapper {
        flex-direction: column;
    }
    .merit-wrapper li {
        width: 90%;
        margin: 0 auto 50px auto;
    }
    .onayami-wapper {
        width: 90%;
        flex-direction: column;
        font-size: var(--font-size-16);
    }
    .onayami-wapper li {
        align-items: flex-start;
    }
    .onayami-wapper li img {
        width: 30px;
        margin-right: 7px;
    }
    .onayami-img {
        width: 60%;
    }
    .onayami-wapper ul {
        max-width: 100%;
    }
    .kaiketu-box {
        text-align: center;
        max-width: 90%;
        margin-left: 0px;
    }
    .sp-only {
        display: block;
        width: 100%;
    }
    .pc-only {
        display: none;
    }
    .content-ttl h2 {
        font-size: var(--font-size-22);
    }
    .point-box {
        margin-top: 50px;
        width: 95%;
        margin: 80px auto;
    }
    .point-wrapper {
        padding: 50px 20px;
        flex-direction: column;
    }
    .point-wrapper img {
        width: 100%;
        margin: 20px;
    }
    .point-wrapper:nth-of-type(2) {
        flex-direction: column-reverse;
    }
    .point-txt {
        font-size: var(--font-size-14);
    }
    #voice ul:first-of-type {
        display: flex;
        justify-content: space-around;
        margin-top: 50px;
        flex-direction: column;
    }
    #voice li {
        width: 95%;
        margin: 0 auto;
    }
    .faq-wrapper li {
        padding: 20px 0;
    }
    .faq-wrapper {
        width: 90%;
        margin: 50px auto 0 auto;
        font-size: var(--font-size-16);
    }
    .faq-wrapper img {
        width: 50px;
    }
    .contact-wrapper {
        width: 90%;
        flex-direction: column;
    }
    .contact_btn {
        border-radius: 0 0px 5px 5px;
        width: 100%;
        padding: 50px 0;
    }
    .contact-left {
        padding: 50px 0;
        font-size: var(--font-size-14);
    }
    .contact-ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .contact_btn li:first-child {
        font-size: 46px;
    }
    .en {
        display: flex;
        flex-direction: column;
        font-size: var(--font-size-16);
        line-height: 4;
        align-items: center;
        margin: 30px auto;
    }
    .globalMenuSp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh; /* メニューを全画面に */
        background: rgba(255, 255, 255, 0.95);
        text-align: center;
        padding-top: 100px;
        z-index: 2;
        display: none; /* 初期状態で非表示 */
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .globalMenuSp.active {
        display: flex; /* active時に表示 */
    }
    .hamburger {
        display: block;
    }
    .header .header__top__wrap nav ul li {
        margin-right: 0;
    }
}    








