@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: 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: 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: 30px 0 10px 35px;
        gap: 10px;
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    .header__title,
    .nav__title {
        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;
    letter-spacing: 14.4px;   
    line-height: normal;
    position: absolute;
    top: 90px;
    z-index: 20;
}

.mainTopics {
    padding-bottom: 380px;
}

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

.main__image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 51px;
}

.mainImage {
    width: 123px;
    height: 157px;
}

.op__table {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info__table {
    width: 340px;
    margin:  50px 0 0 8px;   
    table-layout: fixed;
}

.info__table tr:nth-child(1) td:nth-child(1),
.info__table tr:nth-child(2) td:nth-child(1),
.info__table tr:nth-child(3) td:nth-child(1),
.info__table tr:nth-child(4) td:nth-child(1),
.info__table tr:nth-child(5) td:nth-child(1),
.info__table tr:nth-child(6) td:nth-child(1) {
    width: 70px;
    height: 37px;
    color: var(--primary-black, #000000);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;    
}



.info__table tr:nth-child(1) td:nth-child(2) {
    height: 37px;    
    color: var(--primary-black, #000000);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    padding: 0 16px 0 24px;
}

.info__table tr:nth-child(2) td:nth-child(2),
.info__table tr:nth-child(3) td:nth-child(2),
.info__table tr:nth-child(4) td:nth-child(2),
.info__table tr:nth-child(5) td:nth-child(2),
.info__table tr:nth-child(6) td:nth-child(2) {
    color: var(--primary-black, #000000);
    font-family: "Noto Serif JP";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    padding: 0 16px 0 24px;
}

.info__table tr:nth-child(3) td:nth-child(2) {
    height: 52px;
}

.history__title {
    width: 340px;    
    color: var(--primary-black, #000000);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;   
    padding-top: 30px;
    margin-left: 8px;
}

.history__table {
    width: 340px;
    margin: 20px 0 0 8px;
    table-layout: fixed;    
}

.history__table tr:nth-child(1) td:nth-child(1),
.history__table tr:nth-child(2) td:nth-child(1),
.history__table tr:nth-child(3) td:nth-child(1),
.history__table tr:nth-child(4) td:nth-child(1),
.history__table tr:nth-child(5) td:nth-child(1),
.history__table tr:nth-child(6) td:nth-child(1), 
.history__table tr:nth-child(7) td:nth-child(1) {
    width: 70px;
}

.history__table tr:nth-child(1) td:nth-child(2),
.history__table tr:nth-child(2) td:nth-child(2),
.history__table tr:nth-child(6) td:nth-child(2) {
    height: 37px;
    padding: 0 8px 0 24px;
}

.history__table tr:nth-child(3) td:nth-child(2),
.history__table tr:nth-child(4) td:nth-child(2),
.history__table tr:nth-child(7) td:nth-child(2) {
    height: 54px;
    padding: 0 8px 0 24px;  
}

.history__table tr:nth-child(5) td:nth-child(2) {
    height: 105px;
    padding: 0 8px 0 24px;         
}


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

/* --------------------------------------------------------------------- */
/* .header pc */
@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: absolute;
        z-index: 10;
    }

    .mainTitle__name {
        display: unset;
        width: 100%;
        justify-content: center;
        color: var(--primary-darkblue, #09579E);
        font-size: 4.8rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 14.4px;
        position: absolute;
        top: 170px;
        z-index: 20;
        text-align: center;
        margin: 0 auto;
    }    

    .mainTopics {
        padding-bottom: 556px;
    }

    .main__waku {
        display: flex;
        flex-direction: row;
        width: 80.5%;
        margin: 0 9.8%;
        top: 326px;
        left: unset;
        padding-bottom: 72px;
    }

    .main__image {
        display: flex;
        align-items: flex-start;
        padding: 72px 0 0 82px;
    }

    @media screen and (min-width: 1025px) {
        .mainImage {
            width: 227px;
            height: 288px;
        }
    }
    @media screen and (min-width: 1201px) {
        .mainImage {
            width: 284px;
            height: 360px;
        }
    }


    .op__table {
        display: flex;
        flex-direction: column;
        width: 52.8%;
        align-items: unset;
    }

    .info__table {
        width: 100%;
        margin:  72px 0 0 66px;
    }    

    .info__table tr:nth-child(1) td:nth-child(1),
    .info__table tr:nth-child(2) td:nth-child(1),
    .info__table tr:nth-child(3) td:nth-child(1),
    .info__table tr:nth-child(4) td:nth-child(1),
    .info__table tr:nth-child(5) td:nth-child(1),
    .info__table tr:nth-child(6) td:nth-child(1) {
        width: 120px;
        font-size: 2rem;
    }    
    .info__table tr:nth-child(2) td:nth-child(1),
    .info__table tr:nth-child(3) td:nth-child(1),
    .info__table tr:nth-child(4) td:nth-child(1),
    .info__table tr:nth-child(5) td:nth-child(1),
    .info__table tr:nth-child(6) td:nth-child(1) {
        padding-top: 40px;
    }    



    .info__table tr:nth-child(1) td:nth-child(2) {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: normal;
        padding-left: 24px;
    }

    .info__table tr:nth-child(2) td:nth-child(2),
    .info__table tr:nth-child(3) td:nth-child(2),
    .info__table tr:nth-child(4) td:nth-child(2),
    .info__table tr:nth-child(5) td:nth-child(2),
    .info__table tr:nth-child(6) td:nth-child(2) {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: normal;
        padding: 40px 0 0 24px;
    }

    .history__title {
        font-size: 2rem;
        letter-spacing: 1px;   
        padding: 40px 0 0 66px; 
        margin-left: unset;
    }

    .history__table {
        width: 100%;
        margin-left:  66px;
    }    

    .history__table tr:nth-child(1) td:nth-child(1),
    .history__table tr:nth-child(2) td:nth-child(1),
    .history__table tr:nth-child(3) td:nth-child(1),
    .history__table tr:nth-child(4) td:nth-child(1),
    .history__table tr:nth-child(5) td:nth-child(1),
    .history__table tr:nth-child(6) td:nth-child(1), 
    .history__table tr:nth-child(7) td:nth-child(1) {
        width: 120px;
        padding-top: 40px;        
    }

    .history__table tr:nth-child(1) td:nth-child(2),
    .history__table tr:nth-child(2) td:nth-child(2),
    .history__table tr:nth-child(6) td:nth-child(2) {
        padding: 40px 0 0 17px;
    }

    .history__table tr:nth-child(3) td:nth-child(2),
    .history__table tr:nth-child(4) td:nth-child(2),
    .history__table tr:nth-child(7) td:nth-child(2) {
        height: 54px;
        padding: 40px 0 0 17px;
    }

    .history__table tr:nth-child(5) td:nth-child(2) {
        height: 105px;
        padding: 40px 0 0 17px;
    }


    .history__table td {
        font-size: 1.8rem;
        font-weight: 400;
        letter-spacing: 0.9px;    
    }
}

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

