html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 36px;
}

@media screen and (max-width: 1000px) {
    html {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 18px;
    }
}

a:hover {
    opacity: .8;
}


body {
    background-color: #EAEAEA;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}


/* modal */

.modal-window {
    width: 100%;
    height: 100vh;
    background-color:  rgba(0, 26, 77, 0.75);;
    position: fixed;
    z-index: 10000;
}


.flag-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    text-align: right;
}

.cancel-btn {
    margin-right: -30px;
}

.flag {
    background-color: white;
    color: #001A4D;
    width: 15em;
    margin: auto;
    border-radius: 3%;
    padding: 30px;
}

.anno-box {
    display: flex;
}

.banner-con {
    height: 100%;
    text-align: center;
}

.banner-message {
    font-size: .55em;
}

#pop-up {
    font-size: .65em;
    margin: 0 30% 10% 30%;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  color: white;
}



/* navbar */


.header-spacer {
    width: 100%;
    height: 140px;
    position: relative;
}

.nav-underlay {
    width: 100%;
    background-color: white;
    text-align: center;
    position: fixed;
    z-index: 1000;
}

.nav-bar {
    max-width: 1170px;
    height: 80px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


.logo {
    background-image: url(assets/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 15%;
    margin-left: 5%;
}



.header-menu {
    display: flex;
    align-items: center;
    width: auto;
    margin-left: 50px;
}

.header-menu li {
    display: flex;
    margin-left: 30px;
}

.header-menu a {
    color: #001A4D;
    font-size: .45em;
}

.btnzone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5%;
}

.appBtn {
    display: block;
    font-size: .5em;
    padding: 15px 20px;
    color: white;
    background-color: #FEA500;
    border-radius: 30px;
    border-bottom: #e08301 3px solid ;
    border-right: #e08301 3px solid ;
}

/* 2023.6.29 annotation component */
.nav-bar-info {
    max-width: 100%;
    height: 60px;
    background-color: #001A4D;
    display: flex;
    justify-content: space-between;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.info-bar {
    max-width: 1170px;
    height: 60px;
    background-color: #001A4D;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.annotation {
    padding: 7.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #001A4D;
    background-color: #EADA18;
    border-radius: 15px;
    font-size: .55em;
    margin-right: 10px;
}

.info-mes {
    display: block;
    margin-right: 30px;
    font-size: .65em;
    color: white;

}



@media screen and (max-width: 1000px) {
    .logo {
        width: 10%;
    }

    .header-menu li {
        margin-left: 20px;
    }

    .header-menu a {
        font-size: .5em;
    }

    .appBtn {
        font-size: .5em;
        padding: 8px 10px;
    }

}

@media screen and (max-width: 767px) {

    .nav-bar {
        height: 60px
    }

    .header-spacer {
        height: 60px
    }

    .logo {
        width:15%;
    }

    .header-menu {
        margin-left: -50px;
    }

    .header-menu li {
        margin-left: 10px;
    }

    .header-menu a {
        font-size: .35em;
    } 

    .appBtn {
        font-size: .35em;
        padding: 8px 10px;
    } 
    
}





.container {
    max-width: 1170px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.header {
    width: 100%;
    position: relative;
}

.bgcolored {
    display: flex;
    position: relative;
}

.green {
    width: 50%;
    height: 90vh;
    background-color: #008081;
    position: relative;
}

.green img {
    bottom: 0;
    right: 0;
    height: 60%;
    position: absolute;
    z-index: 20;
}

.orange {
    width: 50%;
    height: 90vh;
    background-color: #FEA500;
    position: relative;
}

.orange img {
    bottom: 0;
    left: 0;
    height: 60%;
    position: absolute;
    z-index: 20;
}

.bg-pattern {
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    background-color: rgba(0,0,0,0);
    position: absolute;
    z-index: 10;
}

#grid-w {
background-image:
    repeating-linear-gradient(to bottom,
    transparent 25px,
    #ffffff70 26px,  #ffffff70 26px,
    transparent 27px,  transparent 51px, 
    #ffffff70 52px,  #ffffff70 52px,
    transparent 53px,  transparent 77px, 
    #ffffff70 78px,  #ffffff70 78px,
    transparent 79px,  transparent 103px, 
    #ffffff70 104px,  #ffffff70 104px,
    transparent 105px,  transparent 129px, 
    #ffffff70 130px,  #ffffff70 130px),

    repeating-linear-gradient(to right,
    transparent 25px,
    #ffffff70 26px,  #ffffff70 26px,
    transparent 27px,  transparent 51px, 
    #ffffff70 52px,  #ffffff70 52px,
    transparent 53px,  transparent 77px, 
    #ffffff70 78px,  #ffffff70 78px,
    transparent 79px,  transparent 103px, 
    #ffffff70 104px,  #ffffff70 104px,
    transparent 105px,  transparent 129px, 
    #ffffff70 130px,  #ffffff70 130px);
}

/* @media screen and (min-width: 1170px) {
    .top-mes-con {
        margin-left: 10%;
    }
    
} */

@media screen and (max-width: 1070px) {
    .green img {
        height: 50%
    }

    .orange img {
        height: 50%
    }

    .green  {
        height: 80vh
    }

    .orange {
        height: 80vh
    }

    .bg-pattern {
        height: 80vh
    }
}

@media screen and (max-width: 650px) {
    .green img {
        height: 45%
    }

    .orange img {
        height: 45%
    }

    .green  {
        height: 60vh
    }

    .orange {
        height: 60vh
    }

    .bg-pattern {
        height: 60vh
    }

}

.top-mes-wrap {
    position: absolute;
    max-width: 1170px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.top-mes-con {
    position: absolute;
    z-index: 30;
}

.top-message {
    font-size: 1em;
    background-color: white;
    color: #001A4D;
    width: fit-content;
    z-index: 30;
}

@media screen and (max-width: 1000px) {
    .top-message {
        font-size: 1.5em;
    }

}

@media screen and (max-width: 767px) {

    .top-message {
        font-size: 1.5em;
        
    }
    
}


.hero { 
    background-color: white;
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: -100px;
    z-index: 30;
    position: inherit;
    max-width: 1170px;
}

.hero-message {
    font-size: .65em;
    padding: 20px 0;
    color: #001A4D;
    line-height: 2em;
}

@media screen and (max-width: 1070px) {
    
    .top-message {
        background-color: white;
        width: fit-content;
        z-index: 20;
    }

    .hero {
        margin-top: -50px;
    }

}

@media screen and (max-width: 650px) {
   
    .hero {
        margin-top: -50px;
    }

}

.feature {
    width: 100%;
    background-color: #EAEAEA;
}

.title {
    padding-top: 20px;
    text-align: center;
    height: fit-content;
    opacity: 1!important;
}

.sub {
    margin-top: 20px;
    color: #001A4D;
    font-size: .8em;
    font-weight: bold;
    margin-bottom: 5px;
}

.main {
    margin-top: 5px;
    color: #001A4D;
    font-size: 1.5em;
    font-weight: bold;
}

.fbcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15%;
}

.box {
    width: calc(50% - 30px);
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    padding: 5% 0;
    margin-bottom: 60px;
}

.box img {
    height: 100px;
}

.box p {
    padding-top: 10px;
    color: #001A4D;
    font-size: .45em;
    font-weight: bold;
    line-height: 2em;
}

#f-title {
    font-size: .65em;
}

.step-number {
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #FEA500;
    border-radius: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.step-number span {
    position: absolute;
    color: white;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1000px) {
    
    .box {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }
    
    .box img {
        height: 75px;
    }

    .step-number {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 650px) {

    .box {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .box img {
        height: 50px;
    }
}


.price {
    height: 100vh;
    position: relative;
    text-align: center;
}

.con-bg-pattern{
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background-color: rgba(0,0,0,0);
    /* position: absolute; */
    z-index: 1;
}


#grid-g {
    text-align: center;
    background-color: white;
    background-image:
        repeating-linear-gradient(to bottom,
        transparent 25px,
        #97cfcf 26px,  #97cfcf 26px,
        transparent 27px,  transparent 51px, 
        #97cfcf 52px,  #97cfcf 52px,
        transparent 53px,  transparent 77px, 
        #97cfcf 78px,  #97cfcf 78px,
        transparent 79px,  transparent 103px, 
        #97cfcf 104px,  #97cfcf 104px,
        transparent 105px,  transparent 129px, 
        #97cfcf 130px,  #97cfcf 130px),
    
        repeating-linear-gradient(to right,
        transparent 25px,
        #97cfcf 26px,  #97cfcf 26px,
        transparent 27px,  transparent 51px, 
        #97cfcf 52px,  #97cfcf 52px,
        transparent 53px,  transparent 77px, 
        #97cfcf 78px,  #97cfcf 78px,
        transparent 79px,  transparent 103px, 
        #97cfcf 104px,  #97cfcf 104px,
        transparent 105px,  transparent 129px, 
        #97cfcf 130px,  #97cfcf 130px);
}

.price-img {
    width: 50%;
}

.man-icon-img {
    display: block;
    width: 30%;
    margin: auto;
    margin-bottom: 80px;
}

.priceboard-img {
    width: 70%
}

#centering {
    margin-right: 0;
}

.calcbtn {
    display: block;
    font-size: .9em;
    padding: 30px 50px;
    color: white;
    background-color: #008081;
    border-radius: 50px;
    border-bottom: #005454 3px solid ;
    border-right: #005454 3px solid ;
    margin: 50px 0;
}

.useflow {
    height: fit-content;
    width: 80%;
    margin: auto;
}

.use-step {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    overflow: hidden;
}

.use-num {
    text-align: center;
    width: 10%;
    margin: auto;
}

.use-num p {
    color: #FEA500;
    font-weight: bold;
    line-height: 1.5em;
}

#num {
    font-size: 2.5em;
}

.use-container {
    width: 75%;
}

.use-box {
    width: 85%;
    height: 100%;
    background-color: white;
    border: #FEA500 5px solid;
    border-radius: 15px;
    display: flex;
    margin: auto;
}

.text-box {
    padding: 0 15px;
    width: 100%;
    margin: 25px;
}

#usetitle {
    font-size: .75em;
    line-height: 0.5em;
}

.text-box p {
    color: #001A4D;
    font-size: .5em;
}

#inUse {
    width: 10em;
    text-align: center;
    margin-top: 15px;
}

.use-img {
    width: 20%;
    margin: auto;
    margin-right: 20px;
}

.btnarea {
    margin-bottom: 10px;
}

@media screen and (max-width: 1170px) {
    .useflow {
        width: 100%;
    }

    #odd {
        margin-right: -20%;
    }

    #odd-img {
        width: 15%;
        padding-right: 20%;
    }

    #even {
        margin-left: -20%;
    }

    #even-text {
        padding-left: 20%;
    }

    .use-img {
        width: 15%;
        margin-right: 50px;
    }

    .use-container {
        width: 85%;
    }

    #uf-resp {
        max-width: 1170px;
    }
}

@media screen and (max-width: 787px) {
    #inUse {
        width: 17em;
    }
}





#grid-o {
    background-color: white;
    background-image:
        repeating-linear-gradient(to bottom,
        transparent 25px,
        #ffd7b2  26px,  #ffd7b2 26px,
        transparent 27px,  transparent 51px, 
        #ffd7b2  52px,  #ffd7b2  52px,
        transparent 53px,  transparent 77px, 
        #ffd7b2  78px,  #ffd7b2  78px,
        transparent 79px,  transparent 103px, 
        #ffd7b2  104px,  #ffd7b2  104px,
        transparent 105px,  transparent 129px, 
        #ffd7b2  130px,  #ffd7b2  130px),
    
        repeating-linear-gradient(to right,
        transparent 25px,
        #ffd7b2  26px,  #ffd7b2  26px,
        transparent 27px,  transparent 51px, 
        #ffd7b2  52px,  #ffd7b2  52px,
        transparent 53px,  transparent 77px, 
        #ffd7b2  78px,  #ffd7b2  78px,
        transparent 79px,  transparent 103px, 
        #ffd7b2  104px,  #ffd7b2  104px,
        transparent 105px,  transparent 129px, 
        #ffd7b2  130px,  #ffd7b2  130px);
}

.free-box {
    width: 100%;
}

.forfree {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    line-height: 20px;
    width: 50%;
    height: 5em;
    padding: 0 15px;
    margin: auto;
}

.fee {
    color: #001A4D;
    font-weight: bold;
    font-size: .8em;
    margin-left: 10px;
    line-height: 1.25em;
}

.zero {
    color: #F57B03;
    font-weight: bold;
    font-size: 4em;
    margin: auto;
    margin-left: 0.15em;
}

.yen {
    color: #001A4D;
    font-weight: bold;
    font-size: 1.85em;
    margin: auto;
    margin-bottom: .8em;
    margin-left: -24px;
}

#freeArea {
    font-size: .8em;
    padding: 20px 40px;
    border-radius: 40px;
    margin: 50px 0;
}

.message {
    background-color: #FEA500;
    padding-bottom: 50px;
}

.message-box {
    background-color: white;
    width: 70%;
    margin: auto;
    padding: 30px 30px;
}

.message-box p {
    font-size: .5em;
}

.qa {
    height: fit-content;
    width: 60%;
    margin: auto;
}

.qa-link-zone {
    height: 80px;
    text-align: right;
}

#qalink {
    color: #001A4D;
    font-size: .55em;
    margin-right: 10%;
    text-decoration: none;
    border-bottom: #001A4D 1px solid;
}

#qalink span {
    color: #FEA500;
    border-bottom: none;
}

#last {
    position: relative;
    display: flex;
    justify-content: center;
    height: fit-content;
    margin-top: 20px;
}

#last a {
    z-index: 10;
}



.lastbtn-img {
    position: absolute;
    width: 20%;
    z-index: 1;
    bottom: 0;
    right: 200px;
}

@media screen and (max-width: 850px) {
    .lastbtn-img {
        width: 170px;
        right: 40px;
    }
}



/* footer */

.footer {
    width: 100%;
    height: fit-content;
    text-align: center;
    background-color: #001A4D;
    padding-top: 15px;
    padding-bottom: 15px;
}

.trademark {
    color: white;
    font-size: .45em;
}

.links a {
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: .45em;
    padding-bottom: 15px;
}