@charset "UTF-8";
/*--------------------------------
base
--------------------------------*/
body{
    font-family: 'Noto Sans JP', sans-serif; 
    font-weight: bold;
}
.en-font{
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
}
/* .ja-font{
    font-family: 'Noto Sans JP', sans-serif;
} */
.general-section{
    position: relative;
    z-index: 2;
}
.general-section .inner{
    max-width: 1100px;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 120px 0 0;
}
.flex-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.secondary-heading{
    font-size: 4.4rem;
    color: #1e4391;
    font-style: italic;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.secondary-heading span{
    margin-top: 10px;
    font-size: 50%;
    display: block;
    font-weight: 500;
}

.note{
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: .1em;
    font-weight: normal;
}

.contact-link{
    position: fixed;
    top: 30px;
    right: 30px;
    max-width: 260px;
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    background: #1e4391;
    border: 3px solid #1e4391;
    color: #fff;
    text-align: center;
    border-radius: 37px;
    letter-spacing: .1em;
    transition: .2s all;
    z-index: 10;
    opacity: 1;
}
.contact-link:hover{
    background: #fff;
    color: #1e4391;  
}
.contact-link.active{
    opacity: 0;
    pointer-events: none;
}
.text-wrapper.flex-item{
    width: 50%;
}
.background-wrapper .secondary-heading{
    text-align: left;
}
.background-wrapper .img-wrapper.flex-item{
    max-width: 500px;
    width: 50%;
}
.bg-yellow{
    padding: 80px 0 0;
    margin-bottom: 120px;
    background: #fff9e1;
    position: relative;
    z-index: 1;
}
.bg-yellow::before{
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    border-radius: 50%;
}
.bg-yellow::after{
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #fff9e1;
    border-radius: 50%;
    z-index: -1;
}
.feature-wrapper .img-wrapper.flex-item{
    max-width: 400px;
    width: 40%;
}
.feature-wrapper .flex-wrapper{
    margin-top: 140px;
}
.feature-wrapper .flex-wrapper:nth-of-type(odd){
    flex-direction: row-reverse;
}
.tertiary-heading{
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}
.tertiary-heading .inline-block{
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.tertiary-heading .number{
    position: absolute;
    bottom: -30px;
    left: -65px;
    font-size: 23rem;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    line-height: 1;
    z-index: 1;
}
.feature-wrapper .text-wrapper.flex-item{
    width: calc(50% + 65px);
    padding-left: 65px;
}
.flow .flex-wrapper{
    align-items: baseline;
    gap: 6px;
}

.flow .number{
    display: block;
    width: 31px;
    margin-left: 40px;
    margin-bottom: -2px;
}
.flow .text-wrapper{
    position: relative;
    background: #25a13c;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    border-radius: 40px;
    margin-bottom: 40px;
}
.flow .text-wrapper::after {
    content: "";
    position: absolute;
    bottom: -36px;
    right: 82px;
    transform: rotate(35deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 15px 0 15px;
    border-color: #25a13c transparent transparent transparent;
  }
.flow .four .text-wrapper::after,
.flow .fifth .text-wrapper::after{
    left: 60px;
    right: auto;
    transform: rotate(143deg);
    border-width: 0 15px 50px 15px;
    border-color: transparent transparent #25a13c transparent;
}
.flow .item-wrapper .img-wrapper{
    position: relative;
    z-index: 2;
}
.flow-list{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.flow-list .first{
    width: 30%;
}
.first-img{
    position: relative;
    top: -53px;
    width: 70%;
    margin: 0 auto;
}
.four-img{
    position: relative;
    top: -53px;
    width: 80%;
    margin: 0 auto;
}
.fifth-img{
    position: relative;
    width: 69%;
    margin: 0 auto; 
}
.fifth .caption{
    margin-top: 20px;
    text-align: center;
}
.flow-list .second{
    width: 25%;
}
.flow-list .third{
    width: 25%;
}
.flow-list .fifth{
    width: 35%;
}
.arrow{
    position: relative;
    top: 11px;
    margin: 0 7px;
}
.arrow img{
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%,0);
    display: block;
    width: 60px;
}
.arrow-line{
    width: calc(100% - 20px);
    display: inline-block;
    font-size: 3rem;
    color: #1e4391;
    letter-spacing: -3px;
    vertical-align: text-bottom;
}
.arrow-mark{
    display: inline-block;
    color: #1e4391;
    line-height: 1;
    position: relative;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
  }
.arrow-mark::before, .arrow-mark::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 3px;
}
.arrow-mark::before {
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
}
.arrow-mark::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
}
.qa-img{
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
    padding-left: 56px;
}
.qa-item{
    max-width: 900px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    letter-spacing: .2em;
}
.qa-item li{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.qa-item img{
    position: relative;
    display: inline-block;
    width: 35px;
    padding: 10px 0;
}
.qa-item span{
    display: block;
    position: relative;
    margin-right: 40px;
}
.qa-item span::before{
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    width: 3px;
    background: #1e4391;
}
.qa-item span::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #1e4391;
}
.question-item{
    font-size: 2.6rem;
    color: #1e4391;
}
.answer-item{
    font-size: 2.2rem;
    line-height: 1.5;
    color: #000;
}
.qa-item li.answer-item{
    width: 90%;
    margin-left: auto;
    flex-direction: row-reverse;
}
.qa-item .answer-item span{
    margin-left: 40px;
    margin-right: 0;
}
.qa-item .answer-item span::before{
    right: auto;
    left: -20px;
}
.qa-item .answer-item span::after{
    right: auto;
    left: -30px;
    transform: translate(0,-50%) rotate(180deg);
}
.footer{
    margin-top: 100px;
    background: #1e4391;
    color: #fff;
}
.footer .inner{
    max-width: 1100px;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 20px 0;
}
.footer a{
    color: #fff;
}
.footer a:nth-of-type(1),
.footer a:nth-of-type(2){
    margin-right: 40px;
}
/*--------------------------------
mv
--------------------------------*/
.mv{
    width: 100%;
    height: 44vw;
    /* background: #eee; */
    position: relative;
    overflow: hidden;
}
.mv{
     position: relative;
}
.mv-img{
    display: block;
    width: 30vw;
    z-index: 1;
    top: 3vw;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.border-img{
    width: 100vw;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.mv-img01{
    position: absolute;
    display: block;
    width: 23vw;
    left: 4%;
    bottom: 0;
}
.mv-img02{
    position: absolute;
    display: block;
    width: 18vw;
    right: 9%;
    bottom: 0;
}
.main-mv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.contact-list{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 50px;
    color: #1e4391;
    text-align: center;
    margin-bottom: 70px;
}
.contact-list::before{
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:  212px;
    height: 2px;
    background: #1e4391;
    z-index: -1;
}
.contact-list li{
    position: relative;
}
.contact-list .on span{
    background: #1e4391;
    color: #fff;
}
.contact-list span{
    background: #fff;
    display: block;
    width: 46px;
    height: 46px;
    border: 3px solid #1e4391;
    font-size: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    margin-bottom: 10px;
}
.contact-list em{
    width: 70px;
    position: absolute;
    left: -4px;
    font-style: normal;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%,0);
    white-space: nowrap;
}
/*--------------------------------
form
--------------------------------*/
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
.contact-text {
    max-width: 530px;
    width: 48%;
    display: flex;
    flex-direction: column;
}
.formTable th{
    font-size: 2rem;
    color: #000;
}
.contact-text th{
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
}
.contact-text td{
    width: 100%;
}
.contact-text td input{
    width: 100%;
    min-height: 60px;
    background: #f4f4f4;
    padding: 8px;
    font-size: 1.8rem;
    font-weight: normal;
}
.formTable sub{
    vertical-align: super;
    color: #dd0505;
    font-size: 1.2rem;
    margin-left: 5px;
}
.formTable tbody{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
}
.contact-radio{
    width: 100%;
    font-size: 2rem;
}
.contact-radio td{
    width: 80%;
}
.contact-radio th{
    width: 220px;
    text-align: left;
}
.radio-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px 0;
}
.radio-wrapper:nth-of-type(2){
    margin-top: 40px;
}
.contact-radio input[type=radio]{
    margin-right: 10px;
}
.contact-text .text-wrapper{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.contact-text .text-wrapper span{
    display: block;
    font-size: 2rem;
    width: 30%;
}
.contribution-list{
    position: relative;
    border: 1px solid #cfcfcf;
    padding: 60px 36px 36px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contribution-list th{
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    background: #8c8c8c;
    color: #fff;
    padding: 13px 18px;
}
.contribution-list td{
    width: 100%;
    font-size: 1.6rem;
}
.contribution-list a{
    display: inline-block;
    width: 150px;
    margin-left: 10px;
    transition: .2s;
}
.contribution-list a:hover{
    opacity: .7;
}
.contribution-note{
    margin-top: 14px;
    font-weight: normal;
    line-height: 1.5;
}
.other-text{
    max-width: 100%;
    width: 100%;
}
.other-text td{
    max-width: 1100px;
    width: 100%;
}
.other-text td textarea{
    min-height: 160px;
    width: 100%;
    background: #f4f4f4;
    padding: 8px;
    font-size: 1.8rem;
}
.contact-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 430px;
    width: 100%;
    margin: 60px auto 0;
    background: #25a13c;
    border: 3px solid #25a13c;
    color: #fff;
    font-size: 2.6rem;
    height: 110px;
    border-radius: 215px;
    transition: .2s all;
}
.contact-btn:hover{
    background: #fff;
    color: #25a13c;
}
.col-2{
    margin-bottom: -20px;
}
.radio-wrapper > span{
    width: calc(100%/3);
}
@media screen and (max-width: 1000px){
    .radio-wrapper > span{
        width: calc(100%/2);
    }
}
@media screen and (max-width: 767px){
    .contact-link{
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        max-width: 100%;
        border-radius: 0;
    }
    .flow-list{
        flex-direction: column;
    }
    .mv{
        height: 145vw;
        /* max-height: 550px; */
    }
    .mv-img{
        top: 7vw;
        width: 60vw;
    }
    .mv-img01 {
        position: absolute;
        display: block;
        width: 43vw;
        left: 0%;
        bottom: 10%;
        z-index: 1;
    }
    .mv-img02{
        width: 35vw;
        bottom: 10%;
    }
    .general-section .inner{
        padding-top: 40px;
    }
    .text-wrapper.flex-item{
        width: 100%;
    }
    .background-wrapper .img-wrapper.flex-item{
        max-width: 100%;
        width: 100%;
        margin-top: 25px;
    }
    .background-wrapper .secondary-heading{
        text-align: center;
    }
    .secondary-heading{
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .secondary-heading span{
        font-size: 1.7rem;
    }
    .note{
        font-size: 1.5rem;
    }
    .bg-yellow{
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .bg-yellow::before {
        top: -60px;
        height: 120px;
        border-radius: 100%;
    }
    .bg-yellow::after{
        bottom: -60px;
        height: 120px;
        border-radius: 100%;
    }
    .feature-wrapper .flex-wrapper{
        margin-top: 30px;
    }
    .feature-wrapper .text-wrapper.flex-item{
        width: 100%;
        padding: 0;
    }
    .feature-wrapper .flex-wrapper:not(:last-child){
        margin-bottom: 60px;
    }
    .tertiary-heading{
        text-align: center;
        font-size: 1.8rem;
    }
    .tertiary-heading .number{
        font-size: 10rem;
        bottom: -22%;
        left: 10px;
    }
    .feature-wrapper .img-wrapper.flex-item{
        margin: 25px auto 0;
        max-width: 80%;
        width: 100%;
    }
    .flow-list .item-wrapper{
        width: 100%;
        position: relative;
    }
    .flow .text-wrapper::after{
        display: none;
    }
    .flow .number{
        width: 15px;
        margin-left: 20px;
    }
    .flow .text-wrapper{
        border-radius: 20px;
        font-size: 1.5rem;
        text-align: left;
        height: 75px;
        justify-content: flex-start;
        padding-left: 17px;
        margin-bottom: 0;
    }
    .flow .item-wrapper .img-wrapper{
        position: absolute;
        top: 60%;
        right: 5%;
        transform: translate(0,-50%);
    }
    .flow .item-wrapper .first-img{
        width: 60px;
        right: 20px;
    }
    .flow .item-wrapper .second-img{
        width: 115px;
    }
    .flow .item-wrapper .third-img{
        width: 90px;
        right: 25px;
    }
    .flow .item-wrapper .four-img{
        width: 110px;
    }
    .flow .item-wrapper .fifth-img{
        top: 43.5%;
        width: 57px;
        right: 20px;
    }
    .arrow{
        margin: 0px auto;
        top: 8px;
        transform: translate(0,0) rotate(90deg);
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
    }
    .arrow img{
        display: none;
    }
    .arrow-line{
        position: relative;
        font-size: 2rem;
        top: -1px;
    }
    .arrow-mark{
        width: 12px;
        height: 12px;
    }
    .arrow-mark::before{
        height: 4px;
    }
    .arrow-mark::after{
        width: 4px;
    }
    .arrow-wrap{
        margin: 0 auto;
    }
    .qa-item li.answer-item{
        width: 100%;
        flex-direction: row;
    }
    .qa-item .answer-item span{
        margin-left: 0;
        margin-right: 40px;
    }
    .qa-item span::before,
    .qa-item span::after{
        display: none;
    }
    .qa-item span,
    .qa-item .answer-item span{
        margin-right: 10px;
    }
    .qa-item img{
        width: 20px;
    }
    .qa-item{
        gap: 20px;
    }
    /* .qa-item .answer-item span::before{
        right: -20px;
        left: auto;
    }
    .qa-item .answer-item span::after{
        right: -30px;
        left: auto;
        transform: translate(0,-50%) ;
    } */
    .question-item{
        font-size: 1.6rem;
    }
    .answer-item{
        margin-top: -20px;
        font-size: 1.5rem;
    }
    .contact-list em{
        font-size: 1.3rem;
    }
    .contact-list{
        gap: 37px;
    }
    .contact-list span{
        width: 30px;
        height: 30px;
        font-size: 1.7rem;
        border: 2px solid #1e4391;
    }
    .contact-list::before{
        top: 15px;
        width: 160px;
    }
    .formTable th{
        font-size: 1.5rem;
    }
    .formTable tbody{
        gap: 25px;
    }
    .contact-radio{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .contact-radio td{
        width: 100%;
    }
    .radio-wrapper{
        font-size: 1.4rem;
        gap: 20px 0;
    }
    .contact-radio input[type=radio]{
        margin-right: 5px;
    }
    .radio-wrapper > span{
        text-indent: -1em;
        padding-left: 1.2em;
        line-height: 1.2;
    }
    .radio-wrapper:nth-of-type(2){
        margin-top: 20px;
    }
    .contact-text .text-wrapper{
        margin-top: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .contact-text .text-wrapper span{
        font-size: 1.3rem;
    }
    .radio-wrapper > span > span{
        margin-left: 5px;
    }
    .contribution-list{
        padding: 40px 15px 25px;
    }
    .contribution-list th{
        padding: 6px 9px;
    }
    .contribution-head{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .contribution-note{
        font-size: 1.3rem;
    }
    .privacy-note{
        font-size: 1.2rem;
    }
    .contact-btn{
        width: 90%;
        font-size: 1.7rem;
        height: 50px;
    }
    .footer .inner{
        padding: 10px 0;
    }
    .copyright{
        margin-top: 20px;
        width: 100%;
        text-align: center;
         font-size: 1rem;
    }
    .footer{
        margin-top: 50px;
    }
    .footer-link{
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .footer-link a{
        display: block;
    }
    .footer a:nth-of-type(1), .footer a:nth-of-type(2){
        margin-right: 0;
    }
    .contact-text{
        width: 100%;
    }
    .contribution-list a{
        width: 110px;
    }
    .qa-img{
        width: 80px;
        padding-left: 0px;
    }
}
/*--------------------------------
border ani
--------------------------------*/
.cls-1 {
    fill: none;
    stroke: #000;
    stroke-width: 8px;
  }

  .cls-2 {
    isolation: isolate;
  }
  #text{
    width: 100%;
  }
  #mask-line {
    opacity: 0;
    stroke-dasharray: 3700px;
    animation:h-written 4s ease 2s forwards;
    stroke:#fff;
  }
  .mv-border{
    width: 100%;

    z-index: -1;
    position: absolute;
    bottom: 0;
  }
  @keyframes h-written {
    0% {
        opacity: 1;
        stroke-dashoffset:3700px;
    }
    100% {
        opacity: 1;
        stroke-dashoffset:0px;
    } 
   }
   #text {
    mask:url(#mask-ani);
    } 
@media screen and (max-width: 767px){
    .mv-border{
        top: 10vw;
        bottom: auto;
        left: 50%;
        transform: translate(-50%,0);
        width: 200vw;
    }
} 
/*--------------------------------
state
--------------------------------*/
@media screen and (max-width: 767px){
	.sp-none{
		display: none;
	}
}
@media screen and (min-width: 768px){
	.pc-none{
		display: none;
	}
}