@charset "utf-8";
/*=========================
header
=========================*/
/* .header PC 360 -  */

.header {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: var(--primary-white, #FFFFFF);
    top: 0;
    left: 0;
    z-index: 100;
}

/* .nav初期表示 */
.nav {
    opacity: 0.96;
    background-color: var(--primary-pastelblue-full, #49BDF0);
    width: 100%;
    height: 200vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav.active {
        transform: translateX(0);
        width: 100%;
    }

.header__waku {
    display: flex;
    flex-direction: row;
}

.nav__header {
    display: flex;
    align-items: flex-end;
}

.header__logo0,
.nav__logo0 {
    display: flex;
    padding: 19px 0 0 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.header__logo,
.nav__logo {
    width: 48px;
    height: 26px;
    max-width: 100%;
    display: block;
}

.header__topic {
    display: none;
}

.header__title0,
.nav__title0 {
    display: flex;
    padding: 27px 0 0 18px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.header__title,
.nav__title {
    width: 211px;
    height: auto;
    /* height: 18px; */
    max-width: 100%;
    display: block; 
    padding-bottom: 5px;    
}

.header__btn0,
.nav__btn0 {
    position: absolute;
    top: 25px;
    right: 8%;
}

.header__btn,
.nav__btn {
    display: block;   
    width: 26px; 
    /* width: 30px;
    height: 20px; */
    cursor: pointer;    
}

.nav__hr{
        display: block;
        border-top: 1px solid var(--primary-black, #000000); 
        margin-top: 15px;
    }

.nav__list {
    display: flex;
    padding-top: 34px;
    padding-left: 40px;
    gap: 32px;
}

.nav1__list,
.nav2__list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.nav1__list {
    padding-top: 6px;
}

.nav1__item1 {
    width: 32px;
    height: 36px;
}

.nav1__item2 {
    width: 36px;
    height: 31px;
}

.nav1__item3 {
    width: 35px;
    height: 35px;
}

.nav1__item4 {
    width: 36px;
    height: 30px;
    padding-top: 2px;
}

.nav1__item5 {
    width: 36px;
    height: 30px;
}

.nav2__item {
    color: var(--primary-darkblue, #09579E);
    font-family: "Noto Serif JP";
    font-size: 3.2rem;
    font-weight: 700;
    line-height: normal;
    height: 32px;
}

/* --------------------------------------------------------------------- */
/* .header pc 1025 - */
@media screen and (min-width: 1025px) {
    .header {
        height: 120px;
    }  

    .header__waku {
        display: flex;
        flex-direction: row;
        align-items: center; 
        width: 86%;                  
    }  

    .header__item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 9.8% 0 0;         
    }

    .header__logo0,
    .nav__logo0 {
        margin: 0 0 0 14.7%;
    }

    .header__logo,
    .nav__logo {
        width: unset;
        height: unset;        
    } 

    .header__topic {
        display: inline;
        color: var(--primary-raddishbrown, #772B01);
        font-family: "Noto Serif JP";
        font-size: 1.6rem;
        font-weight: 700;
        line-height: normal;
    }

    .header__title0,
    .nav__title0 {
        padding: 10px 0 10px 35px;
        gap: 10px;
        max-width: 100%;
        height: auto;
        box-sizing: border-box;        
    }

    .header__title,
    .nav__title {
        width: 494px;
        /* width: 498px;
        height: 31px; */
    }

    .header__btn,
    .nav__header,
    .nav__hr {
        display: none;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__list {
        display: flex;
        flex-direction: column;
        width: 440px;
        gap: 4px;     
    }


    .nav1__list {
        flex-direction: row;
        gap: 40px;
    }

    .nav2__list {
        flex-direction: row;
        gap: 20px;
    }

    .nav1__item1 {
        width: 24px;
        height: 27px;
        margin-left: 10px;
    }

    .nav1__item2 {
        width: 28px;
        height: 24px;
        margin-left: 6px;
    }

    .nav1__item3 {
        width: 29px;
        height: 29px;
        margin-left: 6px;        
    }

    .nav1__item4 {
        width: 25px;
        height: 20px;
        margin-left: 20px;          
    }

    .nav1__item5 {
        width: 27px;
        height: 22px;
        margin-left: 36px;          
    }

    .nav2__item {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: normal;
    }
}

/*=========================
main
=========================*/
.main {
    background: var(--primary-white, #FFFFFF);
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;    
    box-sizing: border-box;
    position: relative;
}

.airticle {
    position: absolute;
    top: 60px;
    z-index: 10;    
}

.mainImage__lp {
    display: none;
}

.mainImage__sp {
    display: block;
    width: 100%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);    
}

.mainTitle__name {
    display: inline-block;
    width: 100%;
    top: 0;
    margin-top: 48px;
    position: absolute;
    z-index: 20;
}

.mainTitle__name p {
    margin: 1px 0;
}

.mainTitle__name1 {
    width: 100%;
    color: var(--primary-white, #FFFFFF);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    padding: 0 6.6%;
}

.mainTitle__name2 {
    width: 100%;
    color: var(--primary-white, #FFFFFF);
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    padding:  0 6.6%;
}

.mainTopics {
    width: 100%;
    flex-shrink: 0;
    background: var(--primary-pastelblue, rgba(73,189,249,0.20));
    padding-bottom: 242px;  /* 172px + 70px */
}

.topics__title {
    width: 100%;
    height: 14px;
    flex-shrink: 0;
    color: var(--primary-raddishbrown, #772B01);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: normal;
}

.serviceImage {
    display: block;
    width: 100%;
    padding: 72px 27.5px 0 27.5px;
}

.mainService {
    display: flex;
    width: 100%;
    padding: 40px 16px 0 16px;
    flex-direction: column;
    align-items: flex-start; 
}

.service__tag {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.service__topic1 {
    color: var(--primary-black, #000000);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: normal;
}

.service__topic2 {
    color: var(--primary-black, #000000);
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.68px;
}

.service__line {
    width: 93.8%;
    height: 43px;
    display: flex;
    padding: 20px 0 20px 10px;
    flex-direction: column;
    align-items: flex-start;
}

.service__icon, 
.fee__icon,
.contact__icon {
    display: flex;
    padding: 40px 87.5px 0 87.5px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.icon__image {
    width: 200px;
    height: 47px;
    border-radius: 50px;    
}

.feeImage,
.contactImage {
    display: block;
    width: 100%;
    padding: 60px 27.5px 0 27.5px;
}

.fee__topic1 {
    display: flex;
    height: 80px;
    padding: 40px 16px 0 32px;
    align-items: flex-start;
    flex-shrink: 0;
    color: var(--primary-black, #000000);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 22px; 
    letter-spacing: 3px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: var(--primary-orange, #F08448);
    text-decoration-thickness: 20%; /* 3px */
    text-underline-offset: 0%; /* 0 */
    text-underline-position: from-font;
}

.fee__topic2 {
    display: flex;
    height: 108px;
    padding: 40px 16px 0 32px;
    align-items: flex-start;
    flex-shrink: 0;
    color: var(--primary-black, #000000);
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.8px;
}

.contact__topic1 {
    display: flex;
    height: 80px;
    padding: 40px 16px 0 32px;
    align-items: flex-start;
    flex-shrink: 0;
    color: var(--primary-black, #000000);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-color: var(--primary-orange, #F08448);
    text-decoration-thickness: 20%; /* 3px */
    text-underline-offset: 0%; /* 0 */
    text-underline-position: from-font;
}

.contact__topic2 {
    display: flex;
    padding: 40px 16px 0 32px;
    flex-direction: column;
    align-items: flex-start;
    color: var(--primary-black, #000000);
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
}

/* --------------------------------------------------------------------- */
@media screen and (min-width: 426px) {
    .feeBr {
        display: none;
    }    
}

/* --------------------------------------------------------------------- */
@media screen and (min-width: 630px) {

    .feeBr1 {
        display: none;
    }    
}

/* --------------------------------------------------------------------- */
/* main 501 - 1024  */
@media screen and (min-width: 769px) {

    .mainTitle__name1 {
        font-size: 3.2rem;
        padding: 0 8.2%;       
    }

    .mainTitle__name2 {
        font-size: 1.2rem;
        font-weight: 700; 
        padding:  0 8.2%;    
    }
}


/* --------------------------------------------------------------------- */
/* .header pc */
@media screen and (min-width: 1025px) {

    .airticle {
        top: 120px;
    }

    .mainTopics {
        padding-bottom: 322px;
    }

    .mainImage__sp {
        display: none;
    }

    .mainImage__lp {
        display: block;
        width: 100%;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);          
        position: relative;
        z-index: 10;
    }

    .mainTitle__name {
        top: 0;
        margin-top: 40px;
    }

    .mainTitle__name1 {
        font-size: 4.6rem;
        padding:  0 9.7%;     
    }

    .mainTitle__name2 {
        font-size: 2.4rem;
        font-weight: 700; 
        padding:  0 9.7%;        
    }

    .topics__title {
        display: none;
    }

    .mainService__group {
        display: flex;
        flex-direction: row;
        padding: 150px 0 0 9.8%;
        gap: 40px;
    }

    .serviceImage,
    .feeImage,
    .contactImage {        
        width: 36.1%;
        height: auto;
        object-fit: contain;
        object-position: top;
        padding: unset;
    }

    .mainService {
        padding: unset;
    }

    .service__topic1 {
        font-size: 2.4rem;
    }

    .service__topic2 {
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: unset;
    }

    .service__line {
        width: 83%;
        height: 32px;
        padding: 14px 0 15px 10px;
    }

    .mainFee__group {
        display: flex;
        flex-direction: row-reverse;
        width: 80.6%;
        margin: 150px 9.8% 0 9.8%;
        gap: 80px;
    }

    .mainFee,
    .mainContact {
        display: flex;
        flex-direction: column;
    }

    .fee__topic1 {
        display: flex;
        align-items: flex-start;
        padding: 17px 0 0 0;
        color: var(--primary-black, #000000);
        font-family: "Noto Sans JP";
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-color: var(--primary-orange, #F08448);
        text-decoration-thickness: 20%; /* 5.2px */
        text-underline-offset: 0%; /* 0 */
        text-underline-position: from-font;
    }

    .feeBr {
        display: unset;
    }

    .feeBr1 {
        display: unset;
    }

    .fee__topic2 {
        display: flex;
        height: 120px;
        padding: 16px 0 0 11%;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 26px; /* 144.444% */
        letter-spacing: 5.4px;
    }    

    .mainContact__group {
        display: flex;
        flex-direction: row;
        width: 80.6%;
        margin: 150px 9.8% 0 9.8%;
        gap: 60px;
    }

    .contact__topic1 {
        display: flex;
        height: 80px;
        padding: 32px 0 0 0;
        align-items: flex-start;
        color: var(--primary-black, #000000);
        font-size: 2.6rem;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-color: var(--primary-orange, #F08448);
        text-decoration-thickness: 20%; /* 5.2px */
        text-underline-offset: 0%; /* 0 */
        text-underline-position: from-font;    
    }

    .contact__topic2 {
        display: flex;
        padding: 41px 0 0 15px;
        flex-direction: column;
        align-items: flex-start;
        color: var(--primary-black, #000000);
        font-family: "Noto Serif JP";
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 26px; /* 144.444% */
        letter-spacing: 5.4px;
    }

    .service__icon, 
    .fee__icon,
    .contact__icon {
        display: unset;
        padding: 40px 0 0 84px;
    }

    .icon__image {
        width: 380px;
        height: 80px;
        border-radius: 50px;        
    }
}

/* --------------------------------------------------------------------- */
@media screen and (min-width: 1336px) {
    .feeBr {
        display: none;
    } 
    
    .fee__topic2 {
        padding: 0 0 0 11%;   
    }
}

/* --------------------------------------------------------------------- */
/* main 1423 -   */
@media screen and (min-width: 1423px) {

    .mainTitle__name1 {
        font-size: 6.4rem;
        padding: 0 9.7%;       
    }

    .mainTitle__name2 {
        font-size: 2.4rem;
        font-weight: 700; 
        padding:  0 9.7%;    
    }
}

/*=========================
footer
=========================*/
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 153px;    
    background-color: var(--primary-white, #FFFFFF);
    z-index: 100;
}

.service__group,
.fee__group {
    width: 60px;
    height: 83px;
    flex-shrink: 0;
}

.serviceIcon {
    width: 36px;
    height: 31px;
    flex-shrink: 0;
    aspect-ratio: 36/31;
}

.service__button {
    width: 60px;
    height: 60px;
    padding: 12px 9px 11px 9px;
    flex-shrink: 0;
    border-radius: 9px;
    border: 3px solid var(--primary-darkblue, #09579E);
}

.icon__name1 {
    display: flex;
    color: var(--primary-darkblue, #09579E);
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    padding: 6px 0 0 4px;
}

.feeIcon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.fee__button {
    width: 60px;
    height: 60px;
    padding: 8px 10px 11px 9px;
    flex-shrink: 0;
    border-radius: 9px;
    border: 3px solid var(--primary-darkblue, #09579E);
}

.icon__name2 {
    display: flex;
    color: var(--primary-darkblue, #09579E);
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    padding: 6px 12.5px 0 12.5px;
}

.contact__group {
    width: 84px;
    height: 84px;
    flex-shrink: 0;
}

.contactIcon {
    width: 36px;
    height: 30px;
    flex-shrink: 0;
}

.contact__button0 {
    padding: 0 12px;    
}

.contact__button {
    width: 60px;
    height: 60px;
    padding: 12px 9px 0 9px;
    flex-shrink: 0;
    border-radius: 9px;
    border: 3px solid var(--primary-darkblue, #09579E);
}

.icon__name3 {
    display: flex;
    width: 84px;
    color: var(--primary-darkblue, #09579E);
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    padding-top:  7px;
}

.footer__iconSp {
    display: flex;
    padding: 19px 45.5px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 29px;
}

.footer__icon1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 41px;
}

.footer__name {
    display: flex;
    height: 50px;
    padding: 15px 0 16px 0;
    justify-content: center;
    align-items: center;
    color: var(--primary-black, #000000);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
}

.footer__iconLp {
    display: none;
}

/* --------------------------------------------------------------------- */
/* .header pc */
@media screen and (min-width: 1025px) {

    .footer {
        height: 109px;
    }

    .footer__iconSp {
        display: none;
    }

    .footer__iconLp {
        display: flex;
        flex-direction: column;
        padding: 20px 140px;
    }
    .footer__iconLp__waku {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .footer__iconLp__title {
        display: flex;
        width: 100px;
        height: 16px;
        flex-direction: column;
        justify-content: center;
        color: var(--primary-black, #000000);
        text-align: center;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: normal;
    }

    .footer__name {
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--primary-black, #000000);
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: normal;
    }
}

/* Scrool Top */
.pagetop {
  position: fixed;
  right: 4px;
  bottom: 155px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 300;
  cursor: pointer;
}

.pagetop__image {
    width: 30px;
    height: 90px;
}

@media screen and (min-width: 1025px) {
    .pagetop {
        bottom: 111px;
    }
}