html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}
nav ul {
    list-style: none
}
blockquote,q {
    quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
html {
    font-size: 1.8vw
}

@media screen and (min-width: 1000px) {
    html {
        font-size:18px
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size:3.86vw
    }
}

body {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
}

body a {
    color: #ffffff;
    text-decoration: none
}

body img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

body em {
    font-style: normal
}

body li {
    list-style: none
}

body h1,body h2,body h3,body h4,body h5,body h6 {
    font-weight: inherit
}

.wrap {
    background: #fff;
    width: 100%;
    color: #000;
}

body a {
    transition: all .2s ease-in-out;
    cursor: pointer
}

body a:hover {
    opacity: .7
}
@media screen and (min-width: 1080px) {
    body a:hover {
        opacity: .7
    }
}


.wrap {
    overflow: hidden;
    margin: 0 auto;
}

.wrap img {
    width: 100%;
    height: auto
}


.wrap .alphanumeric {
    font-family: "Jost",sans-serif;
    font-weight: 500;
    font-style: normal
}

.text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #0B6B58;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0;
}
@media screen and (max-width: 1080px) {
    .text{
    font-size: 2.7vw;
    padding: 0 6vw;
    }
}
/*---------------------------------------------------------------------*/
a.anchor{
    display: block;
    padding-top: 8vw;
    margin-top: -8vw;
}


.header_button a:hover {
    color: #f1c40f;
}

.sp-nav {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 7vw 0;
    font-size: 2.4rem;
    text-align: center;
    background-color: #29a68f;
    box-sizing: border-box;
    z-index:999999;
}

.sp-nav.active {
    display: block; 
}

.sp-nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
    li {
        margin: 3vw;
        a{
            font-size: 3vw;
        }
    }
}

.header_button_sp a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 10px 0;
}

.sp-nav.active {
    display: block; 
    height: 100vh;
    padding-top: 7vw;

}

/*---------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #29A68F;
    z-index: 1000;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    justify-content: space-evenly;
}

.header_inner{
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 30px;
    padding: 10px 0;
}


.nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0 1vw;
    z-index: 9999999;
}

@media (min-width: 1080px) {
    .nav-button {
        display: none;
    }
}


.fas {
    
    font-family: "Font Awesome 5 Free";
}

.pc-nav {
  display: none;
}
@media (min-width: 1080px) {
  .pc-nav {
    display: block;
  }
}

.header_heading img {
    height: auto;
    width: 6vw; 
}
@media (max-width: 1080px) {
    .header_heading img {
    height: auto;
    width: 14vw;
    }
}

.pc-nav-list {
    display: flex;
    align-items: center;
    gap: 23px;
    margin: 0;

}

.pc-nav{
}

.header_button a {
    text-decoration: none;
    color: #ffffff;
    font-size: min(1.4vw, 14px);
    font-weight: bold;
    padding: 0px;
    transition: background-color 0.3s ease;
}

.header_heading{
    z-index: 9999999;
}

/* ファーストビュー全体の設定 */
.visual {
    background-image: url(../images/FV-back.svg);
    background-repeat: no-repeat;
    width: 100vw;
    background-size: 100vw;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .visual {
        display: none; 
    }
}

.sp-fv{
    display: none;
}
@media (max-width: 768px) {
    .sp-fv{
        position: relative;
        top: 4vw;
        padding-bottom: 20vw;
        height: 180vw;
        display: block;
        background-image: url(../images/sp_fv.svg);
        background-repeat: no-repeat;
        width: 100vw;
        background-size: 100%;
    }
}

.sp-fv-btn{
    
}

@media (max-width: 768px) {
    .sp-fv-btn{
        position: absolute;
        top: 100vw;
        left: 5vw;
        width: 50vw;
        text-align: center;
    }
}


.visual_inner {
    display: flex;
    width: 100vw;
    max-width: 1400px;
    position: relative;
    top: -4vw;
    
}

.visual_box {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1030px;
    width: 73.5vw;
}

.visual_com{
    
}

.visual_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual_com img {
    max-width: 900px;
    height: auto;
    width: 64vw;
    padding-left: 20px;

}

.visual_catch {
    text-align: left;
    padding-left: 20px;
}

.alphanumeric1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(3vw, 48px);
    font-weight: bold;
    color: #2D3B80;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-bottom: 10px;
}
.alphanumeric3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size:min(5vw,70px);
    font-weight: bold;
    color: #2D3B80;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-bottom: 10px;
    background: linear-gradient(transparent 50% , #DCA238 50%);
    line-height:1.5
}


.alphanumeric2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: min(3vw, 48px);
    font-weight: bold;
    color: #29A68F;
    letter-spacing: 0.03em;
    display: inline-block;
    margin-top: 10px;
}



.visiual_v {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.visual_images{
    margin-left: calc(0% - 30vw);
    
}
.visual_images img {
    max-width: 950px;
    height: auto;
    width: 68vw;
}

.visiual_btn img {
    max-width: 424px;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding-top: 50px;
    width: 28vw;
    
}

.visual_box2 {
    flex: 1;
    display: flex;
    align-items: flex-end;
    height: auto;
    justify-content: flex-start;
}

.visual_syacho{
    position: absolute;
    bottom: 100px;
}

.visual_syacho img {
    max-height: 731px;
    height: auto;
    width: 43vw;
    
}

/*---------------------------------------------------------*/

.fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.request-button {
    display: inline-block;
}

.request-button:hover {
}
.visiual_btn img {
}
.sp-request-button{
}

/*---------------------------------------------------------*/

.contents{
}

.problem {
    background-position: center;
    background: linear-gradient(to bottom, #FFFFFF 16%, #E5F8EB 100%);
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 84%, 0 0);
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100vw;
    position: relative;
    padding: 90px 0 200px 0;
    background-size: contain;
}
@media (max-width: 1080px) {
    .problem {
        display:none;
    }
}

.problem-sp{
    display:none;
}

@media (max-width: 1080px) {
    .problem-sp{
        display:block;
    }
}


.problem:after {

}

.problem__inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.problem__heading img {
    margin-bottom: 4.8vw;
    width: 47.3vw;
}

.problem__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px; 
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1080px;
}


.problem__list-item {
    width: calc(25% - 30px);
    min-width: 250px;
    text-align: center;
}


.icon img {
    height: auto;
    margin-bottom: 1.11vw;
    max-width: 250px;
}

@media (max-width: 1080px) {
    .problem__list {
        max-width: 90vw;
        margin: 0 auto;
        padding: 0;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 4vw 2vw;
        display: grid;
    }

    .problem__list-item {
        width: 100%;
        min-width: auto;
        padding: 0;
    }
    .icon img {
}
}

.text .emphasis {
    letter-spacing: 0.05em;
}

.solution {
    padding: 50px 0 70px 0;
    background-image: url("../images/back-b.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100vw;
    position: relative;
    margin-top: 40px;
    text-align: center;
}
@media (max-width: 762px) {
    .solution {
        display:none;
    }
}

.solution-sp{
    display:none;
}
@media (max-width: 762px) {
    .solution-sp{
        display:block;
        padding: 10vw 2vw;
    }
}


.solution_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1080px) {
    .solution_inner {
        gap: 4vw
    }
}

.solution__heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tt {
    width: 63.5vw;
    padding-right: 5vw;
}
@media (max-width: 1080px) {
    .tt {
        width: 80vw;
    }
}
.tt img{
}
.p{
    margin-bottom: 4.8vw;
    width: 100%;
    max-width: 1080px;
    position: absolute;
    padding: 0 7vw 0 0;
}
.p img{
   
}
@media (max-width: 1080px) {
    .p img{
        width: 90%;
    }
}
.solution_title {
    display: inline-block;
    margin-left: 196px;
    margin-right: 330px;
}

.solution_box {
    position: relative;
    text-align: center;
}

.solution_list img {
    max-width: 892px;
    height: auto;
}
@media (max-width: 1080px) {
    .solution_list img {
        max-width: 90vw;
    }
}

.solution_icon {
    position: absolute;
    bottom: -30px;
    right: -13vw;
}

.solution_icon img {
    max-width: 400px;
    height: auto;
    width: 30.78vw;
}
@media (max-width: 762px) {
    .solution_icon img {
        display:none;
    }
}
.solution_box2{
}

.about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 90px 0 90px 0;
    background-color: #E5F8EB;
    width: 100vw;
}
@media (max-width: 762px) {
    .about {
        display:none;
    }
}

.about-sp{
    display:none;
}
@media (max-width: 762px) {
    .about-sp{
        display:block;
        padding-top: 30px;
    }
}

.about_tt{
}


.about_inner {
    max-width: 1080px;
    margin: 0 auto;
}


.about__heading img {
    max-width: 495px;
    margin-bottom: 4.86vw;
    width: 34.4vw;
}

@media (max-width: 1080px) {
    .about__heading img {
        max-width: 495px;
        margin-bottom: 5vw;
        width: 45vw;
    }
}

.about_box {
    text-align: center;
}

.about_box_img{
    padding: 4vw 0 0 0;
}
@media (max-width: 1080px) {
    .about_box_img{
        padding: 5vw 0 0 0;
    }
}
.about_box_img img {
    max-width: 1080px;
    width:90vw;
    display: inline-block;
}



.tousshishintaku__box {
    margin-top: 40px; 
    text-align: center; 
}
@media (max-width: 1080px) {
    .tousshishintaku__box {
    margin-top: 4vw; 
    }
}

.tousshishintaku-image img {
    max-width: 1080px; 
    width: 90vw; 
    display: inline-block; 
}


.explanation {
    display: flex;
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
    padding: 50px 0; 
    text-align: center; 
    width: 100vw;
}
@media (max-width: 762px) {
    .explanation {
        display:none;
    }
}

.explanation-sp{
    display:none;
}
@media (max-width: 762px) {
    .explanation-sp{
        display:block;
        padding: 10vw 0;
    }
}


.explanation__inner{
    max-width: 1080px; 
    display: flex;
    flex-direction: column; 
    align-items: center; 
}
@media (max-width: 1080px) {
    .explanation__inner{
    }
}

.explanation_tt{
    width: 50vw;
    max-width: 720px;
    padding-bottom: 4.8vw;
    padding-left: 5vw;
}
@media (max-width: 1080px) {
    .explanation_tt{
        width: 60vw;
    }
}


.explanation__box {
    margin: 0 0 5vw 0; 
    text-align: center; 
}
@media (max-width: 1080px) {
    .explanation__box {
    }
}

.explanation__box img {
    max-width: 1080px;
    height: auto;
    width: 90vw;
}

.system__box {
    background-image: url("../images/en.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    position: relative; 
    text-align: center; 
}
@media (max-width: 1080px) {
    .system__box {
        background-size: cover;
    }
}



.system-back2 {

}

.system-back2 img {
    max-width: 1080px;
    height: auto;
    width: 90vw;
}

.system-matome img {
    max-width: 1080px;
    height: auto;
    position: relative;
    z-index: 1;
    width: 90vw;
    margin-bottom: 2.7vw;
}

.merit {

}

.merit__heading{
    text-align: center;
}

.merit__heading img {
    max-width: 917px;
    margin: 5vw 0;
    width: 63.7vw;
}
@media (max-width: 1080px) {
    .merit__heading img {
        width: 70vw;
    }
}


.merit_box{
    
}
@media (max-width: 762px) {
    .merit_box{
        display:none;
    }
}

.merit_inner {
    margin: 0 auto; 
}

.merit-sp{
    display:none;
}
@media (max-width: 762px) {
    .merit-sp{
        display:block;
    }
}

.merit_container{
    background-color: #29A68F;
    width: 100vw;
}
@media (max-width: 762px) {
    .merit_container{
        display:none;
    }
}


.merit_container2{
    background-color: #DCA238;
    width: 100vw;
    margin-left: calc(50% - 50vw);    
    
}
@media (max-width: 762px) {
    .merit_container2{
        display:none;
    }
}

.merit2-sp{
    display:none;
}
@media (max-width: 762px) {
    .merit2-sp{
        display:block;
        padding-top: 10vw;
    }
}

.merit_list {
    list-style: none; 
    margin: 0; 
    display: flex; 
    flex-direction: column; 
    gap: 5vw; 
    align-items: center; 
    padding-bottom: 90px;
}

@media (max-width: 1080px) {
    .merit_list {
        padding-bottom: 5vw;
    }
}


.merit_list img {
    width: 90vw;
    height: auto;
    max-width: 1080px;
}


.merit_list-item {
    max-width: 1080px; 
    text-align: center; 
    margin: 0 auto; 
}
@media (max-width: 768px) {
    .merit_list-item {
        
    }
}

.merit_list-item-comparison {
    text-align: center; 
    margin: 0 auto; 
    width: 100vw;
    position: relative; 
    text-align: center; 
    background: linear-gradient(to bottom, #FFFFFF 10%, #FFF4DD 100%) right,
                linear-gradient(to bottom, #FFFFFF 10%, #ECFFF2 100%) left; 
    background-size: 50% 100%; 
    background-repeat: no-repeat; 
    
    
}

.merit_title {
    text-align: left;
    margin: 100px auto 0;
    max-width: 1080px;
}
@media (max-width: 1080px) {
    .merit_title {
    margin: 5vw;
    }
}

.merit_title img {
    max-width: 1080px; 
    height: auto; 
}

.merit_comment {
    text-align: center;
    margin: 5vw 0;
}

.merit_comment img {
    max-width: 1080px; 
    height: auto; 
}

.text2 {
    text-align: right;
    font-size: 24px;
    line-height: 1.6;
    color: #0B6B58;
    margin: 20px auto;
    max-width: 1080px;
}
@media (max-width: 1080px) {
    .text2 {
        font-size: 2vw;
        margin: 0 5vw 5vw;
    }
}

.merit_graph_graph img{
    width: 90svw;
    height: auto;
    max-width: 1080px;
    padding-top: 50px;
}
@media (max-width: 1080px) {
    .merit_graph_graph img{
        padding-top: 1vw;
    }
}


.flow {
    padding: 5vw 0;
    background-color: #E5F8EB;
    text-align: center;
}
@media (max-width: 762px) {
    .flow {
        display:none;
    }
}
.flow-sp{
    display:none;
}
@media (max-width: 762px) {
    .flow-sp{
        display:block;
        padding-top: 10vw;
    }
}


.flow__inner {
    max-width: 1080px; 
    margin: 0 auto; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 2vw; 
}

.flow__heading img {
    max-width: 357px;
    width: 25.5vw;
}



.flow__box


.flow__list {
    list-style: none; 
    padding: 0; 
    margin: 0; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.flow_list-item {
    text-align: center; 
    padding: 2vw 0;
}

.flow_list-item .image img {
    max-width: 1080px;
    width: 77.14vw;
}
@media (max-width: 1080px) {
    .flow_list-item .image img {
        width: 90vw;
    }
}


.back{
    background-image: radial-gradient(circle at right 14.3vw top 760px, #29A68F calc(244px / 2 - 1px), transparent calc(100px / 2));
}
@media (max-width: 1080px) {
     .back{
            background-image: radial-gradient(circle at right 14.3vw top 70vw, #29A68F calc(244px / 2 - 1px), transparent calc(100px / 2));

    }
}

.qa{
    padding: 5vw 0;
    text-align: center;
    background-image: radial-gradient(circle at left 23vw top 300px,#EAEAEA calc(562px / 2 - 1px), transparent calc(100px / 2));
    width: 100vw;
    margin-top: 40px; 
    text-align: center; 
    
}


.qa__inner{
    margin: 0 auto; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 5vw; 
    
}


.qa__heading img{
    max-width: 357px;
    width: 21.5vw;
}
@media (max-width: 1080px) {
    .qa__heading img{
        width: 30vw;
    }
}


.qa__box{
    margin-bottom: 200px;
}
@media (max-width: 1080px) {
    .qa__box{
        margin-bottom: 10vw;
    }
}

.qa-7 {
    max-width: 1080px;
    width: 90vw;
    margin-bottom: 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #E5F8EB;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5em 2em 1.5em 4em;
    color: #333333;
    font-weight: 500;
    cursor: pointer;
}
@media (max-width: 768px) {
    .qa-7 summary {
        font-size: 3vw;
        text-align: left;
    }
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #0B6B58;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.5em 2em 1.5em 4em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
    text-align: left;
    line-height:1.5;
}
@media (max-width: 768px) {
    .qa-7[open] p {
        font-size: 14px;
    }
}

.qa-7 p::before {
    color: #0B6B58;
    line-height: 1.2;
    content: "A";
}

.form {
    text-align: center;
}

.form__inner{
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    background: rgba(255, 255, 255, 0.25);      
    backdrop-filter: blur(10px);                
    border-radius: 16px;                        
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);  
    border: 1px solid rgba(255, 255, 255, 0.3); 
    padding: 5vw 0;
}
@media (max-width: 1080px) {
    .form__inner{
        max-width: 90vw;
        gap: 5vw;
    }
}

.form__heading img {
    max-width: 357px;
    width: 29vw;
}
@media (max-width: 1080px) {
   .form__heading img {
    max-width: 357px;
    width: 40vw;
   }
}




.Form-Item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    text-align: left;
}


.Form-Item-Label {
    font-size: 24px;
    color: #0B6B58;
}
@media (max-width: 768px) {
    .Form-Item-Label {
        font-size: 3vw; 
    }
}



.Form-Item-Input {
    width: 45vw;
    max-width: 631px;
    padding: 20px;
    font-size: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #D9D9D9;
}
@media (max-width: 768px) {
    .Form-Item-Input {
        font-size: 3vw;
        width: 80vw;
        padding: 10px;
        font-size: 16px;
    }
}
.Form-Item-Textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    resize: vertical;
}


.Form-Btn {
    display: inline-block;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #29a68f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px 0;
    
}

.Form-Btn:hover {
    background-color: #218c74; /* ホバー時の背景色 */
}

.form_round1{
    background-image: radial-gradient(circle at left 100px top 300px, #29A68F calc(542px / 2 - 1px), transparent calc(100px / 2));
}
.form_round2{
    background-image: radial-gradient(circle at right 10px top 800px, #DCA238 calc(700px / 2 - 1px), transparent calc(100px / 2));
}
.form_round3{
    background-image: radial-gradient(circle at left 210px top 1400px, #EAEAEA calc(287px / 2 - 1px), transparent calc(100px / 2));
    padding-bottom: 100px;
}

@media (max-width: 1080px) {
.form_round1{
    background-image: radial-gradient(circle at left 100px top 300px, #29A68F calc(60vw / 2 - 1px), transparent calc(100px / 2));
    }
.form_round2{
    background-image: radial-gradient(circle at right 10px top 80vw, #DCA238 calc(80vw / 2 - 1px), transparent calc(100px / 2));
    }
.form_round3{
        background-image: radial-gradient(circle at left 210px top 130vw, #EAEAEA calc(40vw / 2 - 1px), transparent calc(100px / 2));
        padding-bottom: 100px;
    }
    }



.footer {
    padding: 2rem;
    font-size: 15px;
    color: #4b5564;
    background: #fff;
    background-color: #E5F8EB;
    margin: 0;
}
@media (max-width: 1080px) {
    .footer {
        margin: 0;
    }
}

.footer_inner{
    justify-content: space-between;
    width: 77.14vw;
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.footer__navi-heading {
  font-weight: 600;
}

.footer__logo {
    display: inline-block;
    margin-bottom: 3vw;
    width: 30vw;
    max-width: 210px;
}

.grid{
    background-color: #29A68F;
    justify-content: center;
    display: flex;
    padding: 20px 0;
}
@media (max-width: 1080px) {
    .grid{
        display:none;
    }
}
.footer__navi {
    width: 80vw;
    max-width: 1080px;
}

.footer__navilist{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #ffffff;
    
}
.footer__navi li {
     margin: 0.75rem 0;
    text-align: center;
    font-size: min(1.4vw, 18px);;
}
@media (max-width: 1080px) {
    .footer__navi li {
        font-size: 14px; 
    }
}

.footer__address {
}

.footer__address a {
  text-decoration: underline;
}

.copyright{
    text-align: center;
    padding: 20px 0;
    background-color: #29A68F;
}
@media (max-width: 1080px) {
    .copyright{
        font-size: 12px; 
    }
}


