@charset "UTF-8";
/* CSS Document */

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

共通項目

-----------------------*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    background-color: #E3EDCC;
}

body {
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.8;
    font-style: normal;
    font-weight: 600;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-feature-settings: "palt";
    background-color: #E3EDCC;
    color: #333333;
}

#m-content__wrap {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, .3);
}

div {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

div {
    box-sizing: border-box;
}

a {
    transition: .4s;
}



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

nav

-----------------------*/
#nav_fixed {
    right: 0;
    display: flex;
    justify-content: center;

    position: fixed;
    top: 50%;
    width: calc((100% - 650px) / 2);
    transform: translateY(-50%);
    z-index: 5;
}

#nav_fixed .nav_list {
    padding: 0 9%;
    font-size: 22px;
    letter-spacing: 0.05em;
    counter-reset: num;
}

#nav_fixed .nav_list li{
    padding: 20px 0 10px 0;
    border-bottom: solid 2px #2AA644;
}


#nav_fixed .nav_list li a::before {
    content: counter(num, decimal-leading-zero);
    margin-right: 0.5em;
    color: var(--C-Dblue);
    counter-increment: num;
}


#nav_fixed .nav_list li a {
    color: #2AA644;
    font-family: var(--F-fm);
    font-weight: 600;
}

@media screen and (max-width: 1300px) {
    #nav_fixed .nav_list {
        font-size: 1.5vw;
    }

    #nav_fixed .nav_list li {
        margin: 0 0 2vw;
    }
}

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

logo-left

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


#logo-left{
 left: 0;
    display: flex;
    justify-content: center;
margin-left: 40px;
    position: fixed;
    top: 43%;
    width: calc((100% - 750px) / 2);
    transform: translateY(-50%);
    z-index: 5;
}


#logo-left img{
    width:60%
}

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

footer

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

footer {
    background: #A1C45B;
    color: #333;
    text-align: center;
    padding: 5px 0;
    text-align: center;
    font-size: 1.3rem;
}

footer p {
    text-align: center !important;
}

footer h2 {
    width: 35%;
    padding-top: 20px;
    padding-bottom: 20px;
}


.footer_flex{
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
    margin: 0 10px;
}

#contact-right .contact2__btn {
    font-size: 16px;
    color: #fff;
    background: #FD601D;
    padding: 20px 50px;
    margin-top: 10px;
    border-radius: 10px;
}




section {
    margin: 0;
}

h2 {
    text-align: center;
    font-weight: 800;
    font-size: 37px;
    padding-bottom: 50px;
}

h3 {
    font-size: 23px;
    font-weight: 800;
}

.title {
    text-align: center;
}

.gleen {
    color: #53A54C;
}

.orange {
    color: #FD601D;
}

.y-marker {
    background: linear-gradient(transparent 60%, #FFEF41 60%);
}

.g-marker {
    background: linear-gradient(transparent 60%, #E7F0D8 60%);
}

.font-min {
    font-size: 30px;
}

.text-min {
    font-size: 14px;
}

.pc-br {
    display: none;
}

.pc,
.sp-only {
    display: none;
}

#top-01,
#top-03,
#top-04,
#top-05,
#top-07,
#top-09,
#top-11 {
    background-color: #E7F0D8;
}

#top-02,
#top-06,
#top-08,
#top-10 {
    background-color: #fff;
}


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

全体

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

.inner {
    width: 90%;
    margin: 0 auto;
    padding: 140px 0;
}

/*CTA*/
.cta-wrap {
    background: #FFDB19;
    padding: 94px 0 80px;
}

.materials,
.application {
    width: 45%;
    text-align: center;
    position: relative;
}

.materials a,
.application a {
    height: 144px;
}

/*吹き出し*/

.materials .balloon1 p {
    margin: 0;
    padding: 0;
    color: #F64B68;
}

.application .balloon1 p {
    margin: 0;
    padding: 0;
    color: #00CAA0;
}

.balloon1 {
    position: absolute;
    /* display: inline-block; */
    /* margin: 1.5em 0; */
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border-radius: 30px;
    font-weight: 700;
    z-index: 1;
    box-shadow: 0 0 #000;
    top: -3.0rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.balloon1:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}


/*ボタン部分*/
.cta-wrap {
    display: flex;
    justify-content: space-around;
}


.btn-common {
    position: relative;
    color: #fff;
    border-radius: 10px;
    display: block;
}



.a-btn a {
    position: relative;
    top: 0;
    display: block;
    padding: 40px 0;
    background-color: #00CAA0;
    box-shadow: 0 14px #18846D;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 700;
    padding-right: 2rem;
}

.m-btn a {
    position: relative;
    top: 0;
    display: block;
    padding: 46px 0;
    background-color: #F64B68;
    box-shadow: 0 14px #A8394C;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 700;
    padding-right: 3rem;
}

.m-btn a:hover {
    top: 9px;
    /* 元の位置から9px分下げる */
    box-shadow: 0 0 #A8394C;
    /* 影を0pxにする */
}

.a-btn a:hover {
    top: 9px;
    /* 元の位置から9px分下げる */
    box-shadow: 0 0 #18846D;
    /* 影を0pxにする */
}



/* ボタンのアイコンのスタイル */
.m-btn-circle-right a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 22px;
    height: 22px;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
}

.m-btn-circle-right a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #A8394C;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
}

.a-btn-circle-right a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 22px;
    height: 22px;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
}

.a-btn-circle-right a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #21be78;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
}



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

cta2

-----------------------*/
.cta-wrap2 {
    display: block;
    height: auto;
}

.cta-wrap2 .materials,
.cta-wrap2 .application {
    width: 80%;
    margin: 0 auto;
}

.cta-wrap2 .materials {
    margin-bottom: 100px;
}

.cta-wrap2 .balloon1 {
    top: -4.0rem;
    font-size: 22px;
    width: 90%;
}

.cta-wrap2 .m-btn-circle-right a::after {
    right: 32px;
    border-top: 13px solid transparent;
    border-right: 0 solid transparent;
    border-left: 18px solid #F64B68;
    border-bottom: 13px solid transparent;
}

.cta-wrap2 .a-btn-circle-right a::after {
    right: 32px;
    border-top: 13px solid transparent;
    border-right: 0 solid transparent;
    border-left: 18px solid #00CAA0;
    border-bottom: 13px solid transparent;
}


.cta-wrap2 .m-btn-circle-right a::before,
.cta-wrap2 .a-btn-circle-right a::before {
    right: 25px;
    width: 38px;
    height: 38px;
}

.cta-wrap2 .m-btn a {
    padding: 37px 0;
    font-size: 38px;
}

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

top01

-----------------------*/
#title h2 img {
    padding-right: 5px;
}

#top-01 h2 {
    font-size: 40px;
    line-height: 120%;
}

#top-01 h2 img{
    padding-right: 5px;
    margin-bottom:4px;
}


#top-01 h2 img,
#top-07 h2 img {
    width: 50%;
}

#top-01 .gleen {
    font-size: 29px;
}

.top-01-img {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.top-01-img img {
    object-fit: cover;
    object-position: center center;

}

.top-01-box {
    display: grid;
    grid-template-columns: 36% 64%;
    align-items: stretch;
    max-width: 700px;
    justify-content: center;
    background: #fff;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 10px -6px rgba(0, 50, 7, 0.3);
}

.top-01-text h3 {
    padding-bottom: 10px;
    text-align: center;
}


.top-01-text {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.top-01-text p .pc-txt__block {
    display: block;
}

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

top02

-----------------------*/
#top-02 {
    background-image: url("../images/top02-bg.webp");
}

#top-02 h2 {
    line-height: 6rem;
    color: #2A3E77;
}

#top-02 h2 .orange {
    font-size: 50px;
}

.top02-img {
    padding: 60px 0;
}


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

top03

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

#top-03 .inner {
    text-align: center;
}

#top-03 .title .orange {
    font-size: 22px;
}

#top-03 .title .gleen {
    font-size: 33px;
}

#top-03 .title p {
    line-height: 3.5rem;
    padding: 10px 30px;
}

#top-03 h2 {
    line-height: 6rem;
}

#top-03 h2 img {
    padding-right: 10px;
    width: 70%;
}

#top-03 h2 p{
    font-size: 20px;
        padding-top: 0px;
}

#top-03 p {
    padding-top: 40px;
}

#top-03 .gleen {
    font-size: 27px;
    font-weight: 700;
    padding: 30px 0 30px 0;
}


/*吹き出し*/
.balloon2 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #fff;
    border-radius: 60px;
    font-weight: 700;
}

.balloon2:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}

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

top04

-----------------------*/
#top-04 .inner {
    padding: 8rem 2rem 0;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    padding-bottom: 20px;
}

#top-04 .inner::before {
    /* beforeでもafterでも*/
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    /* ココ */
    background-color: #fff;
    /* デモは青色の部分 */
    left: 0;
    bottom: -60px;
    /* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
    box-shadow: 0px 10px 10px -6px rgba(0, 50, 7, 0.3);
}

#top-04 .top-04-wrap {
    padding: 40px 0;
}

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

top05

-----------------------*/
#top-05 h2 {
    padding-bottom: 0;
}

#top-05 h2 img {
    width: 70%;
}

/*テスト*/
.top-05-box {
    margin: 100px auto 20px;
    padding: 0px 20px 10px 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 6px 26.5px 1px rgba(104, 133, 46, 0.31);
}


.top-05-textbox {
    text-align: center;
}

.top-05-textbox img {
    padding: 60px 0 20px 0;
    width: 45%;
}

.top-05-textbox h4 {
    font-size: 2em;
    line-height: 1.3em;
    padding-bottom: 20px;
}

.top-05-textbox p {
    font-size: 1.5em;
    line-height: 1.6em;
}

.p-margin {
    padding-bottom: 50px;
}

.top-05-textbox .top-05-mintext {
    font-size: 14px;
    padding: 10px 0 50px 0;
}

.top-05-box .number {
    width: 2em;
    background-color: #fff;
    color: #53A54C;
    border-radius: 100vh;
    /* padding: 1.6em 0; */
    margin: -55px 0 0 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 3.5em;
    position: absolute;
}


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

top07

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

#top-07 h2{
        font-size: 36px;
}

#top-07 h2 img{
    margin-bottom: 10px;
    padding-right: 10px;
}


.top-07box .font-heigh {
    line-height: 20px;
}

.top-07-box-cost {
    display: flex;
    gap: 1em;
    padding-bottom: 20px;
}

#top-07 .margin {
    margin-top: 40px;
}


.top-07-mark {
    width: 7%;
    margin-top: 0.4em;
}


.top-07-textbox {
    width: 93%;
}

.top-07__txt{
    font-weight: 800;
}

.top-07-textbox h4 {
    font-size: 1.5em;
}

.balloon3 {
    position: relative;
    margin: 0 auto 40px;
    padding: 11px 40px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    width: 26em;
}

.balloon3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    padding-top: 30px;
}

.balloon3 p {
    margin: 0;
    padding: 0;
}

.balloon3 h3 {
    font-size: 28px;
}

.text__wrap.top-07__txt {
    text-align: center;
    padding-top: 40px;
}

.text__wrap.top-07__txt p {
    font-size: 1.5em;
}

.orenge__color {
    color: #FD601D;
}



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

top08

-----------------------*/
#top-08 h2 {
    font-size: 3rem;
}

#top-08 .dot-text {
    padding-top: .3em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1em .3em;
    background-image: radial-gradient(.15em .15em at center center, #FD601D, #FD601D 100%, transparent);
}

.top-08-tabs-conent {
    border: 1px solid #EEE;
    border-top: none;
}

.text-min-box {
    background-color: #E7F0D8;
    padding: 10px;
}

/*タブ切り替えの中身のスタイル*/
.tab-content-textbox {
    padding: 10px 30px 20px 20px;
}

.tab-content-textbox .flex__wrap {
    display: flex;
    align-items: center;
}

.tab-content-textbox .flex__wrap>div {
    text-align: right;
}

.tab-content-textbox .flex__wrap .tab-content-textbok-left {
    width: 42%;
}

.tab-content-textbox .flex__wrap .tab-content-textbok-right {
    width: 58%;
}

.tab-content-textbox .flex__wrap .tab-textbig {
    font-size: 24px;
}

.tab-content-textbox .flex__wrap .tab-content-textbok-right .tab-textbig {
    font-size: 42px;
}

.tab-content-textbox .tab-textsmall {
    font-size: 20px;
}

/*タブ*/
.top-08-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.top-08-tabs>label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
    background-color: #CCE497;
    color: #535353;
    font-size: .9em;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top-08-tabs>label:hover {
    opacity: .8;
}

.top-08-tabs input {
    display: none;
}

.top-08-tabs>div {
    display: none;
    width: 100%;
    background-color: #fff;
}

.top-08-tabs label.tab__wrap01 {
    background-color: #9DC93A;
    border-radius: 10px 0 0 0;
}

.top-08-tabs label.tab__wrap02 {
    background-color: #CCE497;
}

.top-08-tabs label.tab__wrap03 {
    background-color: #F0FFCF;
    border-radius: 0 10px 0 0;
}

.tab-content__wrap>p.coming__txt {
    font-size: 24px;
    text-align: center;
    padding: 3rem 0;
}

.top-08-tabs label:has(:checked) {
    border-radius: 5px;
    color: #333333;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.5rem;
}

.top-08-tabs label:has(:checked)+div {
    display: block;
}

table#plan__table {
    width: 100%;
}

#plan__table td,
#plan__table th {
    font-size: 18px;
    padding: 10px 20px;
}

#plan__table th {
    width: 38%;
    background: #CCE497;
    vertical-align: middle;
}

#plan__table td {
    width: 62%;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.table-title {
    background-color: #9DC93A;
    text-align: center;
    font-size: 2.7rem;
    font-weight: 700;
}

table td {
    background: #E7F0D8;
}

table tr:nth-child(even) td {
    background: #fff;
}

.text-center {
    text-align: center;
    background-color: #CCE497;
}

#plan__table {
    border-collapse: collapse;
}

#plan__table tbody tr:nth-of-type(n+2)+tr {
    border-top: 2px solid #fff;
}

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

top09

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

.top-09-box .title {
    background-color: #53A54C;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 120px;
}

.top-09-box .title h2 {
    color: #fff;
    padding-top: 20px;
}

.top-09-text-content {
    display: flex;
    gap: 40px;
    padding: 40px 20px;
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.top-09-text-content img {
    width: 20%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.top-09-text-content .bottom {
    padding-bottom: 0;
}

.top-09-text-box h3 {
    color: #53A54C;
    font-size: 1.8em;
}

.top-09-text-box {
    padding-bottom: 60px;
}

.top-09-text-box-arrow {
    margin: -38px auto;
    width: 14%;
}

.top-09-p {
    text-align: center;
    padding-top: 48px;
    font-size: 2.6em;
}



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

top10

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

.top-10-content {
    border-radius: 20px;
    border: solid 1px #FF8E5D;
    text-align: center;
}

.top-10-content h2 {
    background-color: #FF8E5D;
    color: #fff;
    padding-bottom: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.top-10-content h3 {
    background-color: #FF8E5D;
    color: #fff;
}

.top-10-cotent-box {
    width: 100%;
    border-collapse: collapse;
    /* 枠線が重ならないようにする */
}

.top-10-cotent-box tr {}

.top-10-cotent-box th {
    background-color: #FF8E5D;
    width: 50%;
    text-align: center;
}

.top-10-cotent-box td {
    font-size: 23px;
    text-align: center;
    vertical-align: middle;
}

/* 左側セルの右だけに線を付ける */
.top-10-cotent-box th:not(:last-child),
.top-10-cotent-box td:not(:last-child) {
    border-right: 1px solid #FF8E5D;
}

.top-10-cotent-box td span {
    font-size: 41px;
}

.top-10-content p {
    padding: 20px 0;
}

.top-10-voice p {
    line-height: 3rem;
}

.top-10-voice .textbig {
    font-size: 2rem;
    font-weight: 700;
}


.top-10-bfbox img {
    width: 55%;
    text-align: center;
    margin-top: -50px;
}

.top-10-bfbox {
    margin-top: 130px;
    background-color: #EBF9FC;
    text-align: center;
    border-radius: 20px;
}

.top-10-after {
    background-color: #FFECE4;
    margin-top: 60px;
}

.top-10-bfbox h3 {
    padding: 20px 0;
    color: #2E5861;
}

.top-10-after h3 {
    padding: 20px 0;
    color: #FD601D;
}

.top-10-bfbox p {
    padding: 0 20px 40px 20px;
    text-align: left;
}

.top-02-img-arrow img,
.top-10-img-arrow img {
    width: 20%;
    margin: 0 auto;
    display: block;
    padding: 40px 0;
}


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

top11

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

/* 必須 */
.accordion-content {
    display: none;
}

.accordion-header {
    background-color: #53A54C;
    padding: 12px 45px 10px 20px;
    margin: 10px 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    color: #fff;
    height: 60px;
}

.accordion-header::before,
.accordion-header::after {
    position: absolute;
    content: '';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #FFF690;
}

.accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.accordion-header.active::after {
    transform: rotate(0deg);
}

.accordion-content {
    background-color: #FFF;
    padding: 12px 20px 10px;
}

.accordion-header span,
.accordion-content span {
    display: block;
    padding-left: 25px;
    position: relative;
}

.accordion-header span::before {
    position: absolute;
    content: "Q.";
    top: -2px;
    left: 0;
    color: #fff;
    font-size: 17px;
}


.accordion-content span::before {
    position: absolute;
    content: "A.";
    top: -3px;
    left: 0;
    color: #151E2F;
    font-size: 17px;
}

/* hover */
.accordion-header:hover {
    background-color: #9DC93A;
}

.accordion-content a {
    font-weight: 800;
    color: #53A54C;
    text-decoration: underline;
}



/* @keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
} */
#cta2 {
    padding: 40px 0;
}

#cta2 .btn3 {
    padding: 0 20px;
}

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


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


    * {
        box-sizing: border-box;
    }

    nav {
        margin: 0 0 0 auto;
    }

    .sm {
        display: none;
    }


}


@media (max-width: 1080px) {

    #nav_fixed,
    #logo-left {
        display: none;
    }

}


/**********************************　
    header
************************************/

#top {
    margin-top: 94px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 94px;
    max-width: 600px;
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    background-color: #fff;
    padding: 10px;
    border-bottom: 2px solid #53A54C;
}

header img {
    width: 144px;
}

header .flex__wrap {
    display: flex
}

header .flex__wrap .left__wrap {
    margin-right: 20px;
}

.header-link__btn {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    transition: .5s;
}

.header-link__btn:hover,
.footer-link__btn:hover  {
    opacity: .6;
}

.header-link__btn.shiryo__btn {
    background: #F64B68;
    padding: 15px;
    border-radius: 10px;
}

.header-link__btn.contact__btn {
    background: #00CAA0;
    padding: 15px;
    border-radius: 10px;
}




@media (max-width: 1080px) {}

@media (max-width: 600px) {

    /* -------------------------------------------------
        header
    ---------------------------------------------------- */
    header {
        height: 70px;
        padding: 5px 10px;
    }

    .header-link__btn {
        font-size: 2.5vw;
    }

    .header-link__btn.shiryo__btn {
        padding: 1rem;
    }

    .header-link__btn.contact__btn {
        padding: 1rem;
    }

    header img {
        width: 30vw;
    }

    #top {
        margin-top: 70px;
    }

    header .flex__wrap .left__wrap {
        margin-right: 1rem;
    }

    h2 {
        font-size: 7vw;
    }

    h3 {
        font-size: 3.8vw;
    }

    .inner {
        width: 95%;
        padding: 80px 0;
    }

    #contact-right{
        padding-top: 4vw;
    }

    #contact-right .footer-link__btn{
        padding: 1rem 2rem;
        font-size: 3vw;
}

    /* -------------------------------------------------
        CTA
    ---------------------------------------------------- */

    .cta-wrap {
        height: auto;
        padding: 64px 0 50px;
    }

    .materials,
    .application {
        width: 45%;
        height: auto;
        position: relative;
    }

    .materials a,
    .application a {
        height: 24vw;
    }

    .m-btn a {
        text-align: left;
        font-size: 4vw;
        padding: 9vw 2vw;
    }

    .a-btn a {
        font-size: 5vw;
        padding: 7.5vw 0;
    }

    .balloon1 {
        font-size: 2.5vw;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        top: -2.0rem;
    }

    .m-btn-circle-right a::before {
        right: 2vw;
        width: 6vw;
        height: 6vw;
    }

    .m-btn-circle-right a::after {
        right: 3.6vw;
    }

    .a-btn-circle-right a::after {
        right: 3.4vw;
    }

    .a-btn-circle-right a::before {
        right: 2vw;
        width: 6vw;
        height: 6vw;
    }


    .cta-wrap2 .balloon1 {
        margin: -43px 0;
    }

    .cta-wrap2 .m-btn a {
        padding: 18px 0;
        font-size: 7vw;
        text-align: center;
    }

    .cta-wrap2 .m-btn-circle-right a::before,
    .cta-wrap2 .a-btn-circle-right a::before {
        right: 2vw;
        width: 8vw;
        height: 8vw;
    }

    .cta-wrap2 .m-btn-circle-right a::after,
    .cta-wrap2 .a-btn-circle-right a::after {
        right: 4vw;
    }

    .cta-wrap2 .m-btn-circle-right a::after {
        border-top: 6px solid transparent;
        border-right: 0 solid transparent;
        border-left: 12px solid #F64B68;
        border-bottom: 6px solid transparent;
    }

    .cta-wrap2 .a-btn-circle-right a::after {
        border-top: 6px solid transparent;
        border-right: 0 solid transparent;
        border-left: 12px solid #00CAA0;
        border-bottom: 6px solid transparent;
    }

    .cta-wrap2 .a-btn a {
        font-size: 8vw;
        padding: 4.5vw 0;
    }

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

top01

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

    .top-01-text {
        padding: 10px;
    }

    #top-01 .gleen {
        font-size: 6.6vw;
    }

    #top-01 h2 {
        font-size: 8.5vw;
    }

    .font-min {
        font-size: 5vw;
    }

    .top-01-text p {
        font-size: 12px;
    }

    .top-01-text p .pc-txt__block {
        display: inline;
    }

    .top-01-box {
        border-radius: 5px;
        margin-bottom: 30px;
    }


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

top02

-----------------------*/
    #top-02 h2 {
        letter-spacing: 0;
    }

    #top-02 h2 .orange {
        font-size: 8vw;
    }

    .top02-img {
        padding: 0;
    }

    .top-02-img-arrow img,
    .top-10-img-arrow img {
        width: 16%;
    }

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

top03

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

    #top-03 .title p {
        font-size: 2.8vw;
        padding: 0px 10px;
        line-height: 2.25rem;
    }

    #top-03 .title .orange {
        font-size: 3.8vw;
    }

    #top-03 .title .gleen {
        font-size: 6vw;
    }

    #top-03 h2 {
        line-height: 4rem;
    }

    #top-03 h2 img {
        padding-right: 2vw;
    }

    .balloon2 {
        padding: 2vw;
        border-radius: 26px;
    }

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

top04

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

    #top-04 .inner {
        padding: 3rem 2rem 0;
    }

    #top-04 .top-04-wrap {
        padding: 0px 0;
    }

    #top-03 p {
        font-size: 12px;
    }

    #top-03 .gleen {
        font-size: 4.5vw;
        padding: 25px 0 30px 0;
    }

    #top-03 p {
        padding-top: 30px;
    }

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

top05

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


    .top-05-box .number {
        font-size: 10vw;
        width: 11rem;
        height: 11rem;
        margin: -5rem 0 0 0;
    }

    .top-05-textbox h4 {
        font-size: 6vw;
    }

    .top-05-textbox p {
        font-size: 4.5vw;
    }

    #top-05 .inner {
        width: 90%;
    }

    .top-05-box {
        padding: 0 15px 30px 15px;
    }

    .top-05-textbox .top-05-mintext {
        font-size: 2.3vw;
    }

    .top-05-textbox .top-05-mintext {
        padding: 10px 0 0 0;
    }

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

top06

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

    #top-06 h2 {
        font-size: 6.4vw;
    }


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

top07

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

    #top-07 .inner {
        width: 86%;
    }


#top-07 h2 {
    font-size: 5.5vw;
}

    .top-07-box h3 {
        font-size: 5vw;
    }

    .top-07-mark {
        width: 9%;
        margin-top: 0.6em;
    }

    .top-07-textbox {
        width: 91%;
    }

    .top-07-textbox h4 {
        font-size: 5vw;
    }

    .top-07-textbox p {
        font-size: 13px;
    }

    .balloon3 {
        padding: 10px 10px;
        max-width: 80%;
    }

    .top-07__txt{
        font-size: 4.3vw;
    }

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

top08

-----------------------*/
    #top-08 h2 {
        font-size: 5.5vw;
    }

    .top-08-tabs label {
        font-size: 2.5vw;
        line-height: 1.75rem;
    }

    .top-08-tabs label:has(:checked) {
        font-size: 3.5vw;
        line-height: 2rem;
    }

    .tab-textbig {
        font-size: 6vw;
    }

    .tab-content-textbox {
        gap: 8vw;
    }

    .table-title {
        font-size: 5vw;
    }

    .text-min {
        font-size: 13px;
    }

    .tab-content-textbox {
        padding: 10px 2vw 20px 1.5vw;
    }

    .tab-content-textbox .flex__wrap .tab-textbig {
        font-size: 4.3vw;
    }

    .tab-content-textbox .flex__wrap .tab-content-textbok-right .tab-textbig {
        font-size: 9vw;
    }

    .tab-content-textbox .tab-textsmall {
        font-size: 4.0vw;
    }

    #plan__table td,
    #plan__table th {
        font-size: 4vw;
    }

    #plan__table td.table-title {
        font-size: 5vw;
    }

    #plan__table td,
    #plan__table th {
        padding: 10px 7px;
        font-size: 3vw;
    }

    .text-min {
        font-size: 2.5vw;
    }

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

top09

-----------------------*/
    .top-09-text-content {
        gap: 4vw;
    }

    .top-09-box .title {
        height: 24vw;
    }

    .top-09-text-content img {
        width: 22%;
    }

    .top-09-text-box {
        padding-bottom: 4vw;
    }

    .top-09-text-box h3 {
        font-size: 6vw;
    }

    .top-09-text-box p {
        font-size: 13px;
    }

    .top-09-text-box-arrow {
        margin: -23px auto;
    }

    .top-09-p {
        font-size: 9vw;
    }

    .accordion-header span::before {
        font-size: 13px;
    }

    .accordion-header {
        height: auto;
        font-size: 13px;
        line-height: 2rem;
        padding: 10px 20px 10px 13px;
    }

    .accordion-content span::before {
        font-size: 13px;
    }

    .accordion-content {
        font-size: 13px;
        line-height: 2rem;
        padding: 10px 2.5vw 10px 2.5vw;
    }

    .accordion-header::before,
    .accordion-header::after {
        right: 3%
    }

    .accordion-header span,
    .accordion-content span {
        padding-left: 20px;
    }

    .cta-wrap2 .balloon1 {
        font-size: 4vw;
        margin: 1rem 0;
    }

    .balloon1:before {
        margin-left: -7px;
        border: 7px solid transparent;
        border-top: 10px solid #fff;
    }

    #top-11 h2 {
        padding-bottom: 25px;
    }

    /*-----------------------
    top09
-----------------------*/

    #top-10 .inner {
        width: 90%;
    }

    .top-10-content h2 {
        padding: 10px 0;
    }

    .top-10-bfbox h3 {
    font-size: 5.5vw;
    }

    .top-10-content h3 {
        font-size: 5vw;
    }

    .top-10-cotent-box td {
        font-size: 5vw;
    }

    .top-10-cotent-box td span {
        font-size: 8vw;
    }

    .top-10-content p {
        font-size: 12px;
    }

    .top-10-content p .sp-txt__block{
        display: block;
    }

    .top-10-voice .textbig {
        font-size: 3.8vw;
    }

    .cta-wrap2 .materials {
        margin-bottom: 75px;
    }

    footer p {
        font-size: 10px;
    }

}