@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 */
@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-lightyellow, #FFFFFA);
}

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

.airticle {
    position: relative;
}

.mainTitle__lp {
    display: none;
}

.mainTitle__sp {
    width: calc(100% - 32px); 
    height: 53px;
    top: 80px;
    margin: 0 16px;
    position: absolute;
    z-index: 10;
}

.mainTitle__name {
    display: flex;
    width: 100%;
    justify-content: center;
    color: var(--primary-darkblue, #09579E);
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 90px;
    z-index: 20;
}

.mainTopics {
    padding-bottom: 474px;
}

.topics {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 32px);    
    background: var(--primary-pastelblue, rgba(73, 189, 240, 0.20));
    padding: 32px 16px 0 16px;
    position: relative;
    top: 165px;
    left: 16px;
}

.topics__title,
.service__title,
.support__title {
    color: var(--primary-raddishbrown, #772B01);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
}

.topics__title {
    font-size: 1.7rem;    
}

.service__title {
    width: 100%;
}

.topics__content {
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    gap: 20px;
}

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

.icon__image {
    width: 220px;
    height: 40px;
    border-radius: 50px;    
}

.topics__icon, 
.service__icon,
.inquiry__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.topics__icon, 
.inquiry__icon {
    padding: 32px 87.5px;
}

.service__icon {
    padding: 60px 87.5px;
}
    
.service {
    width: calc(100% - 32px);    
    background: var(--primary-pastelblue, rgba(73, 189, 240, 0.20));
    position: relative;
    top: 197px;
    left: 16px;
}

.service__titleWaku1,
.service__titleWaku2 {
    display: flex;
    flex-direction: column;
    align-items: center;    
    padding: 32px 0 0 0;
}
.service__titleWaku1 {
    padding: 32px 0 0 16px;
}


.service__imageWaku1 {
    display: flex;
    width: 100%;
    padding: 30px 11.5px 0 11.5px;
    flex-direction: column;
    align-items: center;
}

.service__imageWaku2 {
    display: flex;
    width: 100%;
    padding: 72px 11.5px 0 11.5px;
    flex-direction: column;
    align-items: center;
}

.service__image {
    border: 1px solid var(--primary-black, #000000);
}

.service__subTitle {
    color: var(--primary-darkblue, #09579E);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: normal;    
}

.service__contentWaku {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    padding: 20px 21px 0 16px;    
}

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

.support {
    width: calc(100% - 32px);    
    background: var(--primary-pastelblue, rgba(73, 189, 240, 0.20));
    position: relative;
    top: 229px;
    left: 16px;
    padding-bottom: 32px;
}

.support__titleWaku {
    display: flex;
    flex-direction: column;
    align-items: flex-start;    
    padding: 32px 0 0 16px;
}

table {
    width: 93%;
    border-collapse: collapse;
    margin: 32px 12px 0 12px;
}

table th:first-child {
    padding: 12.6px 14.3px 13.6px 7.2px;
}

table th:last-child {
    padding: 11.6px 16px ;   
}
table th {
    height: 37px;
    border: 1px solid #000000;
    background: var(--primary-paleyellow, #FFFFE0);

    color: var(--primary-darkblue, #09579E);
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;

}

table tr:nth-child(2) td:first-child,
table tr:nth-child(3) td:first-child,
table tr:nth-child(4) td:first-child,
table tr:nth-child(8) td:first-child {
    padding: 15px 4.7%;    
}

table tr:nth-child(5) td:first-child,
table tr:nth-child(6) td:first-child, 
table tr:nth-child(7) td:first-child {
    padding: 8px 0 8px 4.7%;
}

table td:last-child {
    padding: 15px 0;
    text-align: center;
}


table td {
    height: 43px;
    border: 1px solid #000000;
    background: var(--primary-ultralightyellow, #FFFFFC);

    color: var(--primary-black, #000000);
    font-family: "Noto Serif JP";
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
}

.inquiry {
    width: calc(100% - 32px);    
    background: var(--primary-pastelblue, rgba(73, 189, 240, 0.20));
    position: relative;
    top: 261px;
    left: 16px;
}

.inquiry__messageWaku {
    display: flex;
    flex-direction: column;
    align-items: center;    
    padding: 32px 16px 0 16px;    
}
.inquiry__message {
    color: var(--primary-raddishbrown, #772B01);
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.7px;    
}

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

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

    .mainTitle__sp {
        display: none;
    }

    .mainTitle__lp {
        display: flex;
        width: 80.5%;
        height: 106px;
        top: 160px;
        margin: 0 9.8%;
        position: relative;
        z-index: 10;
    }

    .mainTitle__name {
        font-size: 4.8rem;
        top: 170px;
        z-index: 20;
    }  

    .mainTopics {
        padding-bottom: 632px;
    }

    .topics {
        width: 80.5%;
        padding: 60px 100px;
        top: 220px;
        margin: 0 9.8%;
        left: unset;
    }  

    .topics__title,
    .service__title,
    .support__title {
        font-size: 2.4rem;
        letter-spacing: unset;
    }    

    .spBr {
        display: none;
    }

    .topics__content {
        display: flex;
        flex-direction: row;
        padding: 40px 0;
        gap: 26px;
    }

    .topicContent {
        font-size: 1.8rem;
        letter-spacing: unset;
    }

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

    .service__icon {
        padding: unset;
        top: 1672px;        
    }

    .service {
        width: 80.5%;
        height: 2613px;
        top: 280px;
        margin: 0 9.8%;
        left: unset;
    }  
    
    .service__titleWaku1,
    .service__titleWaku2 {
        display: flex;
        flex-direction: column;
        align-items: center;    
        padding: 60px 0 0 95px;
    }  

    .service__titleWaku2 {
        padding: unset;
        position: absolute;
        z-index: 32;
    }  
    
    .service1,
    .service2,
    .service3,
    .service4,
    .service5,
    .service6,
    .service7,
    .service8 {
        position: relative;
        padding: 60px 0 0 95px;
    }

    .service9 {
            position: relative;
            padding: 60px 95px;
    }


    .service2 {
        top: 230px;
    }
    .service3 {
        top: 460px;
    }
    .service4 {
        top: 690px;
    }
    .service5 {
        top: 920px;
    }
         .service6 {
        top: 1150px;
    }
     .service7 {
        top: 1380px;
    }    
     .service8 {
        top: 1610px;
    }    
     .service9 {
        top: 1840px;
    }        

    .service__imageWaku1,
    .service__imageWaku2 {
        display: flex;
        width: 240px;
        height: 160px;
        padding: 50px 0 0 0;
        position: absolute;
        z-index: 30;
    }

    .service__subTitle {
        font-size: 2.4rem;
    }    

    .service__contentWaku {
        padding: 91px 0 0 288px;
        position: absolute;
        z-index: 34;    
    }

    .service__content {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 30px; /* 166.667% */
        letter-spacing: 1.8px;        
    }

    .support {
        width: 80.5%;
        height: 680px;
        top: 340px;
        margin: 0 9.8%;
        left: unset;
        padding: 60px 0;
    }

    .support__titleWaku {
        padding: unset;
        padding-left: 8.2%;
    }

    table {
        width: 76%;
        margin: 60px 12% ;
    }

    table th:last-child {
        text-align: left;
        padding: 12px  0 0 47px ;   
    }
    
    table th {
        height: 50px;
        font-size: 2rem;
        letter-spacing: 1px;
    }

    table tr:nth-child(2) td:first-child,
    table tr:nth-child(3) td:first-child,
    table tr:nth-child(4) td:first-child,
    table tr:nth-child(8) td:first-child {
        text-align: left;        
        padding: 19px 0 0 65px;    
    }

    table tr:nth-child(5) td:first-child,
    table tr:nth-child(6) td:first-child, 
    table tr:nth-child(7) td:first-child {
        text-align: left;        
        padding: 19px 0 0 65px;    
    }

    table td:last-child {
        text-align: left;        
        padding: 19px 0 0 58px;   
    }

    table td {
        height: 60px;
        font-size: 1.8rem;
        letter-spacing: 1.8px;
    }

    .inquiry {
        width: 80.5%;
        top: 400px;
        margin: 0 9.8%;
        left: unset;
    }

    .inquiry__messageWaku {
        padding: 60px 29px 0 29px;    
    }
    .inquiry__message {
        font-size: 3rem;
        font-weight: 700;
        line-height: 50px; /* 166.667% */
        letter-spacing: 6px;
    }

    .inquiry__icon {
        padding: 50px 0 60px 0;
    }
}


/*=========================
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 9.8%;
    }
    .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;
    }
}
