@font-face {
    font-family: 'LINE Seed JP TTF';
    src: url('../font/LINESeedJP_TTF_Rg.eot') format("embedded-opentype");
}

@font-face {
    font-family: 'LINE Seed JP TTF Bd';
    src: url('../font/LINESeedJP_TTF_Bd.eot') format("embedded-opentype");
}

@font-face {
    font-family: 'LINE Seed JP TTF Eb';
    src: url('../font/LINESeedJP_TTF_Eb.eot') format("embedded-opentype");
}

@font-face {
    font-family: 'LINE Seed JP TTF Th';
    src: url('../font/LINESeedJP_TTF_Th.eot') format("embedded-opentype");
}

@font-face {
    font-family: 'LINE Seed JP OTF';
    src: url('../font/LINESeedJP_OTF_Rg.woff2') format('woff2');
}

@font-face {
    font-family: 'LINE Seed JP OTF Bd';
    src: url('../font/LINESeedJP_OTF_Bd.woff2') format('woff2');
}

@font-face {
    font-family: 'LINE Seed JP OTF Eb';
    src: url('../font/LINESeedJP_OTF_Eb.woff2') format('woff2');
}

@font-face {
    font-family: 'LINE Seed JP OTF Th';
    src: url('../font/LINESeedJP_OTF_Th.woff2') format('woff2');
}

html {
    width: 100%;
    height: 100%;
    font-family: "LINE Seed JP OTF Bd", sans-serif;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

::-webkit-full-page-media,
:future,
:root html {
    font-family: 'LINE Seed JP TTF', sans-serif;
}

body {
    margin: 0 auto;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 0;
    overflow-x: hidden;
}

main {
    padding-top: 60px;
}

.image-caution {
    color: #000;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 32px;
}

header {
    height: 68px;
    margin: 0 auto;
    padding: 8px 24px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 3;
    width: 100%;
}

.btnshine {
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    text-decoration: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
    content: '';
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
    animation: shine 0.7s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.logo-img {
    float: left;
    margin-top: 6px;
    width: 230px;
}

.logo-img img {
    width: 100%;
}

.right-block {
    display: flex;
    float: right;
}

.tel-box {
    height: 59px;
    /* display: table; */
    display: none;
}

.tel-block {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-family: "LINE Seed JP OTF Bd", sans-serif;
    color: #2BC2A7;
    font-weight: 700;
    text-align: center;
    padding-right: 10px;
    line-height: 15px;
}

.tel-block span {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.head-btn {
    width: 160px;
    height: 43px;
    line-height: 43px;
    letter-spacing: 1.12px;
}

.head-btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #2BC2A7;
    text-align: center;
    color: #FFFFFF;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 5px 0px 0px #2A7B6C;
}

.float-btn {
    position: fixed;
    right: -200px;
    bottom: 50px;
    z-index: 3;
}

.float-btn-box {
    position: relative;
    cursor: pointer;
}

.float-chara {
    position: absolute;
    top: 40px;
    left: -90px;
    cursor: pointer;
}

.float-btn a {
    display: block;
    border-radius: 18px;
}

.float-btn img {
    width: 50%;
}

.section-fv {
    background: linear-gradient(90deg, #00A88A 0%, rgba(43, 194, 167, 0.71) 62%, rgba(43, 194, 167, 0.00) 100%), url(../images/fv_back.jpg);
    margin: 0 auto;
    background-size: cover;
    height: 480px;
    position: relative;
}

.fv-wrap {
    max-width: 1366px;
    height: 480px;
    margin: 0 auto;
    position: relative;
    background-image: url(../images/fv_image.png);
    background-size: 30%;
    background-position-x: 85%;
    background-position-y: 29%;
}

.fv-text {
    color: #fff;
    font-family: "LINE Seed JP OTF Bd", sans-serif;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    top: 49px;
    left: 120px;
}

.fv-text h1 {
    font-size: 4vw;
    line-height: 73px;
    font-weight: 700;
    padding-top: 18px;
}

.fv-text span {
    color: #FFE500;
}

.recommend-box {
    font-family: "LINE Seed JP OTF Bd", sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 535px;
    border: solid 3px #FFF;
    border-radius: 6px;
    position: relative;
    margin-top: 42px;
    margin-left: 65px;
}

.recommend-box p {
    color: #FFE500;
    text-align: center;
    border-bottom: solid 3px #FFF;
    margin: 0 14px;
    padding-left: 45px;
}

.recommend-box p span {
    color: #FFF;
}

.recommend-box ul {
    display: flex;
    justify-content: center;
    gap: 27px;
}

.recommend-box li {
    list-style: none;
    color: #000;
    font-size: 24px;
    display: flex;
}

.recommend-box li img {
    margin-right: 6px;
    width: 32px;
}

.recommend-icon {
    padding: 10px 0;
    padding-left: 26px;
}

.fv-chara {
    position: absolute;
    top: -41px;
    left: -104px;
}

.fv-chara img {
    width: 50%;
}

.fv-image {
    position: absolute;
    position: absolute;
    right: -21%;
    top: 6%;
}

.fv-image img {
    width: 50%;
}

.section-btn {
    margin: 0 auto;
    max-width: 1366px;
}

.app-btn {
    text-align: center;
    padding: 45px 0 50px 0;
    position: relative;
    margin: 0 auto;
}

.app-btn p {
    font-size: 21px;
    font-family: "LINE Seed JP OTF", sans-serif;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 12px;
}

.app-btn .btn-slash::before {
    content: url(../images/app_btn01.svg);
    position: absolute;
    top: -2px;
    left: -26px;
}

.app-btn .btn-slash::after {
    content: url(../images/app_btn02.svg);
    position: absolute;
    top: -2px;
}

.app-btn a {
    width: 644px;
    height: 102px;
    display: block;
    margin: 0 auto;
    font-family: "LINE Seed JP OTF Bd", sans-serif;
    color: #FFF;
    border: 3px solid #FFF;
    border-radius: 10px;
    background: var(--green-grade, linear-gradient(180deg, #2BC2A7 7%, #2BC2A7 53.5%, #2BC2A7 92.49%, #2A7B6C 92.5%, #2A7B6C 100%));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-top: 11px;
}

.app-btn a span {
    font-size: 30px;
    letter-spacing: 1.8px;
}

.app-btn-container {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.app-btn .btn-free {
    font-size: 26px;
    font-family: "LINE Seed JP OTF Bd", sans-serif;
    background-color: #FFE500;
    width: 92px;
    height: 92px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    padding-top: 24px;
    border-radius: 100%;
    position: absolute;
    left: -26px;
    top: -26px;
    color: #000;
    line-height: 46px;
}

.section-caution {
    background: url(../images/caution_back.jpg) lightgray 50%;
    margin: 0 auto;
    background-size: cover;
    height: 450px;
}

.caution-wrap {
    max-width: 1366px;
    height: 480px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
}

.caution-wrap h2 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 90px;
    margin-bottom: 20px;
}

.caution-wrap p {
    font-size: 18px;
    font-weight: 700;
    font-family: "LINE Seed JP OTF Th", sans-serif;
    line-height: 32px;
}

.solution-block {
    background: #000;
    border-radius: 80px;
    width: 918px;
    height: 128px;
    margin: 0 auto;
    text-align: center;
    padding: 25px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0);
}

.solution-block::before {
    background: #000;
    height: calc(tan(60deg) * 60px / 2);
    width: 60px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    content: "";
    position: absolute;
    left: 50%;
    top: 95px;
    transform: translate(-50%, 0);
}

.solution-block .solution-text01 {
    color: #FF785A;
    font-family: "LINE Seed JP OTF", sans-serif;
    font-size: 20px;
    line-height: 37px;
}

.solution-block .solution-text02 {
    color: #FFF;
    font-family: "LINE Seed JP OTF", sans-serif;
    font-size: 32px;
    line-height: 46px;
    position: relative;
}

.section-service {
    background: #BAEBE3;
    margin: 0 auto;
    height: 977px;
}

.service-wrap {
    max-width: 1366px;
    height: 480px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 108px;
}

.service-wrap h3 {
    font-size: 36px;
    padding-bottom: 32px;
    font-weight: 700;
}

.service-wrap .service-logo {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.service-wrap .service-logo img {
    width: 100%;
}

.service-wrap p {
    font-family: "LINE Seed JP OTF", sans-serif;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 40px;
}

.service-wrap img {
    width: 68%;
    margin: 0 auto;
}

.section-worries {
    background: url(../images/worries_back.jpg) lightgray 50%;
    margin: 0 auto;
    background-size: cover;
    height: 540px;
}

.worries-wrap {
    height: 100%;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
}

.worries-wrap h2 {
    font-size: 36px;
    padding-top: 90px;
    margin-bottom: 60px;
}

.worries-wrap div{
    margin-top: 60px;
    width: 900px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.worries-wrap img {
    width: 100%;
}

.section-evidence {
    background: #DEE;
    margin: 0 auto;
}

.evidence-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
}

.evidence-wrap h3 {
    color: #000;
    font-size: 36px;
    padding-top: 90px;
    padding-bottom: 40px;
    font-weight: 700;
}

.evidence-wrap p {
    font-family: "LINE Seed JP OTF", sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.evidence-wrap p span {
    color: #FF785A;
    font-family: "LINE Seed JP OTF Bd", sans-serif;
}

.evidence-listbox {
    padding-top: 40px;
    padding-bottom: 110px;
}

.evidence-listbox ul {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    padding: 0px 50px;
}

.evidence-listbox li {
    background-color: #2BC2A7;
    text-align: center;
    border-radius: 12px;
    margin-right: 25px;
    height: fit-content;
    font-size: 25px;
    list-style: none;
    width: 50%;
    max-width: 290px;
}

.evidence-listbox li:last-child {
    margin-right: 0;
}

.evidence-listbox h4 {
    font-size: 25px;
    padding-top: 26px;
}

.evidence-listbox img {
    padding: 5px 0;
    background-color: #2BC2A7;
    border-radius: 6px 6px 0px 0px;
    object-fit: contain;
    width: 40%;
    min-height: 120px;
    margin-bottom: 16px;
}

.evidence-listbox img.money-icon {
    width: 27%;
}

.evidence-listbox p {
    font-family: "LINE Seed JP OTF", sans-serif;
    color: #000;
    width: 100%;
    display: inline-block;
    background-color: #FFF;
    margin-top: -10px;
    padding: 16px 16px;
    min-height: 80px;
    font-size: 16px;
    line-height: 24px;
    min-height: 130px;
    border-radius: 0px 0px 6px 6px;
    text-align: left;
}

.section-howto {
    background: #FEF0AF;
    margin: 0 auto;
}

.howto-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
    padding-top: 90px;
}

.howto-wrap h5 {
    color: #1D8A77;
    font-size: 30px;
    background: #FFF;
    width: 386px;
    margin: 0 auto;
    border-radius: 33px;
    padding: 13px;
}

.howto-wrap p {
    color: #000;
    font-family: "LINE Seed JP OTF", sans-serif;
    padding-top: 20px;
    line-height: 32px;
    margin-bottom: 40px;
}

.howto-wrap img {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 110px;
}

.section-trial {
    background: #BAEBE3;
    margin: 0 auto;
}

.trial-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
    padding-bottom: 110px;
}

.trial-wrap h3 {
    color: #000;
    font-size: 36px;
    padding-top: 90px;
    padding-bottom: 40px;
    font-weight: 700;
}

.trial-wrap p {
    color: #000;
    font-size: 18px;
    font-family: "LINE Seed JP OTF", sans-serif;
    line-height: 32px;
}

::-webkit-full-page-media,
:future,
:root .trial-wrap p {
    font-size: 17px;
}

.trial-wrap p.image-caution {
    font-size: 11px;
    margin: 0 auto;
    margin-top: 10px;
}

.trial-wrap img {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
}

.trial-textbox {
    color: #000;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 6px;
    padding: 28px 101px;
    width: 60%;
    margin-top: 40px;
    text-align: center;
}

.section-judge {
    background: url(../images/judge_back.jpg) lightgray 50%;
    margin: 0 auto;
    background-size: cover;
}

.judge-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
    padding-bottom: 110px;
}

.judge-wrap h3 {
    color: #000;
    font-size: 36px;
    padding-top: 90px;
    padding-bottom: 40px;
    font-weight: 700;
}

.judge-box {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    /* gap: 45px; */
}

.judge-box ul {
    flex-basis: 70%;
}

.judge-box div {
    flex-basis: 30%;
}

.judge-box .image-caution {
    width: 75%;
    text-align: right;
}

.judge-wrap div.image-caution {
    text-align: right;
    width: 75%;
    margin: 0 auto;
}

.judge-wrap li {
    color: #000;
    font-size: 28px;
    font-family: "LINE Seed JP OTF", sans-serif;
    line-height: 46px;
    text-align: left;
    list-style: none;
    margin-bottom: 26px;
}

.judge-wrap span {
    font-size: 39px;
    line-height: 46px;
}

.judge-box img {
   width: 100%;
   max-width: 270px;
}

.section-consult {
    background: url(../images/consult_back.jpg) lightgray 50%;
    margin: 0 auto;
    background-size: cover;
}

.consult-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
    padding-bottom: 70px;
}

.consult-wrap h3 {
    color: #FFF;
    font-size: 36px;
    padding-top: 90px;
    padding-bottom: 40px;
    font-weight: 700;
}

.consult-wrap p {
    color: #FFF;
    font-size: 20px;
    line-height: 35px;
    margin: 0 auto;
    margin-bottom: 2rem;
    width: 80%;
}

.consult-wrap p span {
    background: url('../images/span_back.png') left center repeat-x;
    background-size: auto 1.2em;
    padding: 0.5em 0;
}

.section-point {
    background: #FEF0AF;
    margin: 0 auto;
    background-size: cover;
}

.point-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
    padding-bottom: 110px;
}

.point-wrap h3 {
    color: #000;
    font-size: 36px;
    padding-top: 90px;
    padding-bottom: 20px;
    font-weight: 700;
}

.point-wrap p {
    color: #000;
    font-size: 18px;
    font-family: "LINE Seed JP OTF", sans-serif;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 70px;
}

.point-listbox {
    max-width: 918px;
    margin: 0 auto;
}

.point-listbox ul {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.point-listbox li {
    list-style: none;
    background-color: #FFF;
    padding: 55px 20px 30px 20px;
    margin-right: 24px;
    position: relative;
    /* max-height: 482px; */
    border-radius: 6px;
    width: fit-content;
}

.point-listbox li span {
    background-color: #2BC2A7;
    text-align: center;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0.4px;
    display: block;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 70px;
    padding-top: 5px;
}

.point-listbox li a.point-number {
    font-size: 30px;
    font-weight: 700;
    line-height: 0px;
}

.point-listbox li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}


.point-listbox img {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.point-listbox li div{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    gap: 24px;
}

.point-listbox li .point-img {
    display: inline-block;
    object-fit: cover;
    height: 170px;
}

.point-listbox h4 {
    color: #FF785A;
    font-size: 26px;
    font-weight: 700;
    line-height: 37px;
}

.point-listbox p {
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.64px;
    margin: 0;
    text-align: left;
    min-height: 150px;
}

::-webkit-full-page-media,
:future,
:root .point-listbox p {
    font-family: 'LINE Seed JP TTF', sans-serif;
}

.section-case {
    background: #BAEBE3;
    margin: 0 auto;
    background-size: cover;
}

.case-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
    padding-bottom: 70px;
}

.case-wrap h3 {
    color: #000;
    font-size: 36px;
    padding-top: 90px;
    padding-bottom: 40px;
    font-weight: 700;
}

.case-box {
    background-color: #FFF;
    padding: 48px 75px;
    max-width: 916px;
    margin: 0 auto;
    margin-bottom: 40px;
    box-shadow: 8px 8px 3px 0px rgba(85, 45, 45, 0.30);
}

.case-box h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    background-color: #1D8A77;
    border-radius: 27px;
    position: relative;
    text-align: center;
    width: 163px;
    height: 54px;
    margin: 0 auto;
}

.case-box h5::before,
.case-box h5::after {
    position: absolute;
    top: calc(50% - 3px);
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 100%;
    background: #FFF;
}

.case-box h5:before {
    left: 13px;
}

.case-box h5:after {
    right: 13px;
}

.case-box h5 span {
    font-size: 34px;
    padding-left: 7px;
}

.case-box img {
    width: 187px;
    margin-right: 24px;
}

.case-cover {
    display: flex;
    margin-top: 24px;
    margin-bottom: 12px;
}

.case-box .case-title {
    color: #FF785A;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 37px;
    margin-top: 21px;
}

.case-title span {
    color: #000;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    float: right;
}

.case-text p {
    color: #000;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.case-text {
    text-align: left;
}

.case-content {
    margin-top: 45px;
}

.case-request {
    display: flex;
    border-radius: 6px;
    border: 3px solid #2BC2A7;
}

.request-01 {
    color: #000;
    font-size: 20px;
    padding: 0 33px;
    text-align: left;
    padding: 0 33px;
    padding-bottom: 20px;
    width: 790px;
    position: relative;
}

.request-01::after {
    background: #ffffff;
    height: calc(tan(60deg) * 60px / 2);
    width: 30px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    position: absolute;
    top: 66px;
    right: -21px;
}

.request-01 span {
    background-color: #2BC2A7;
    color: #FFF;
    border-radius: 17px;
    padding: 1px 21px;
    margin-bottom: 10px;
    line-height: 60px;
}

.request-02 {
    color: #FFF;
    font-size: 20px;
    background-color: #2BC2A7;
    padding: 0 33px;
    text-align: left;
    padding: 0 33px;
    padding-bottom: 20px;
}

.request-02 span {
    background-color: #FFF;
    color: #2BC2A7;
    border-radius: 17px;
    padding: 1px 21px;
    margin-bottom: 10px;
    line-height: 60px;
}

.section-flow {
    background: #2BC2A7;
    margin: 0 auto;
    background-size: cover;
}

.flow-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
    padding-bottom: 70px;
}

.flow-wrap h3 {
    color: #FFF;
    padding-top: 90px;
    padding-bottom: 40px;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.flow-box {
    position: relative;
}

.flow-box .flow-free {
    background-color: #FEF0AF;
    height: calc(100% - 126px);
    width: 74px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    left: 10%;
    border-radius: 6px;
}

.flow-box .flow-free p {
    writing-mode: vertical-rl;
    display: inline-block;
    color: #FF785A;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-size: 34px;
    font-weight: 700;
}

.flow-box ul {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.flow-box li {
    list-style: none;
    background-color: #FFF;
    display: flex;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 40px;
    align-items: center;
    position: relative;
}

.flow-box h6 {
    color: #1D8A77;
    font-size: 26px;
    margin-bottom: 22px;
}

.flow-box span:not(.arrow) {
    color: #1D8A77;
    font-size: 14px;
    font-weight: 800;
    padding: 40px 20px 20px 10px;
    line-height: 32px;
    text-align: justify;
    position: relative;
    vertical-align: bottom;
    text-align: center;
}

.flow-box span.arrow::after {
    background: #fff;
    height: calc(tan(60deg) * 60px / 2);
    width: 50px;
    clip-path: polygon(0 0, 100% 0, 50% 80%);
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-100%);
}

.flow-box span.flow-number {
    padding: 0;
}

::-webkit-full-page-media,
:future,
:root .flow-box span.flow-number::after {
    bottom: -60px;
}

.flow-box span.flow-number.number03::after {
    bottom: -80px;
}

::-webkit-full-page-media,
:future,
:root .flow-box span.flow-number.number03::after {
    bottom: -90px;
}

.flow-box span.flow-number {
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto;
}

/* .flow-box .number02 {
    padding: 40px 20px 20px 8px;
} 

.flow-box .number03 {
    padding: 40px 20px 20px 8px;
}  */

.flow-box img {
    width: 292px;
    margin-right: 21px;
}

.flow-box p {
    color: #000;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-weight: 400;
    line-height: 32px;
    font-size: 18px;
}

.flow-text {
    display: block;
    text-align: left;
}

.flow-box li.flow-finish {
    display: block;
}

.flow-finish p {
    color: #1D8A77;
    text-align: center;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    padding: 10px 0;
}

.section-qa {
    background: #FFF;
    margin: 0 auto;
    background-size: cover;
}

.qa-wrap {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    color: #FFF;
    text-align: center;
    padding-bottom: 70px;
}

.qa-wrap h3 {
    color: #000;
    font-size: 36px;
    padding-top: 90px;
    padding-bottom: 40px;
    font-weight: 700;
}

.accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

.accordion-area li {
    margin: 10px 0;
    margin-bottom: 24px;
}

.accordion-area section {
    border: 3px solid #2BC2A7;
    border-radius: 6px;
}

.accordion-title {
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    padding: 16px 16px 16px 20px;
    transition: all .5s ease;
    text-align: left;
}

.accordion-title span {
    color: #2BC2A7;
}

.accordion-title::before,
.accordion-title::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #2BC2A7;

}

.accordion-title::before {
    top: 48%;
    right: 16px;
    transform: rotate(0deg);

}

.accordion-title::after {
    top: 48%;
    right: 16px;
    transform: rotate(90deg);

}

.accordion-title.close::before {
    transform: rotate(0deg);
}

.accordion-title.close::after {
    transform: rotate(0deg);
}

.accordion-box {
    display: none;
    margin: 0 16px 16px 20px;
    padding: 0px;
    text-align: left;
    color: #2BC2A7;
    font-size: 18px;
    font-family: "LINE Seed JP_OTF", sans-serif;
    font-weight: 400;
}

.accordion-box p {
    text-indent: -2em;
    padding-left: 2em;
}

.accordion-box p span {
    font-size: 20px;
    font-weight: 700;
}

.title-margin {
    padding-right: 12px;
    font-size: 22px;
}

footer {
    color: #FFF;
    margin: 0 auto;
    text-align: center;

}

footer .contact{
    background-color: #D5F2ED;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

footer .contact-comment{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    color: #1D8A77;
    text-align: center;
}

footer .contact-btn a{
    font-family: "Noto Sans JP", sans-serif;
    color: #1D8A77;
    text-decoration: underline;
    font-size: 22px;
}

footer ul {
    display: flex;
    justify-content: center;
    padding: 53px 0;
    background-color: #2BC2A7;
}

footer li {
    list-style: none;
    padding: 0 24px;
}

footer li+li {
    border-left: 1px solid #FFF;
}

footer li a {
    color: #FFF;
    text-decoration: none;
}

footer p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    background-color: #E3EAEA;
    padding: 24px 0;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.tablet-only {
    display: none;
}

.swiper.sp-only {
    display: none;
}

.evidence-listbox ul.sp-only {
    display: none;
}

@media only screen and (min-width: 1367px) {
    /* set max-size */
    .fv-text h1{
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* タイトル */
    .fv-text{
        font-size: 20px;
    }

    .worries-wrap div{
        margin-top: 60px;
        width: 780px;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* シミュレーターボタン */
    .float-btn.pc-only {
        display: none;
    }

    /* サービスの流れ */
    .flow-wrap {
        padding-bottom: 64px;
    }

    .flow-wrap h3 {
        padding-top: 64px;
        padding-bottom: 20px;
        font-size: 27px;
    }

    .flow-box ul {
        width: 88%;
        margin: 0 auto;
        position: relative;
        margin-left: 0px;
        margin: 0 auto;
    }

    .flow-box li {
        display: block;
        padding-bottom: 20px;
        position: relative;
        padding-right: 19px;
        padding-left: 19px;
    }

    .flow-box li:nth-child(3) {
        height: fit-content;
        padding-bottom: 130px;
    }

    .flow-box h6 {
        text-align: center;
        font-size: 23px;
        line-height: 29px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .flow-box p {
        line-height: 26px;
        font-size: 17px;
        font-family: "LINE Seed JP_OTF", sans-serif;
    }

    .flow-box span:not(.arrow) {
        padding: 20px 0px 20px 10px;
        vertical-align: baseline;
    }

    .flow-box .number02 {
        padding: 40px 0 20px 8px;
    }

    .flow-box .number03 {
        padding: 40px 0 20px 8px;
    }

    .flow-box img {
        width: 100%;
        margin-right: 0;
        margin-top: 3px;
        max-height: 200px;
        object-fit: cover;
    }

    .flow-box span.arrow::after {
        display: none;
    }

    .flow-box .flow-text p::before {
        background: #ffffff;
        clip-path: polygon(0 0, 100% 0, 50% 80%);
        content: "";
        position: absolute;
        top: 96%;
        width: 60px;
        height: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .flow-box .flow-free p {
        writing-mode: inherit;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 37px;
    }

    .flow-box .flow-free {
        height: inherit;
        width: 95%;
        padding: 20px;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        top: 87%;
    }

    .flow-box li:nth-child(3) p::before {
        top: 97%;
    }

    .flow-box li.flow-finish {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .flow-box li.flow-finish p {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 46px;
    }

    /* footer floating button */
    .sp-btn.sp-only {
        display: none;
    }

    .tablet-only {
        display: block;
    }

    .tablet-float-btn {
        position: fixed;
        right: -10px;
        bottom: 50px;
        z-index: 3;
    }
    
    .float-btn-box {
        position: relative;
    }
    .tablet-float-chara {
        position: absolute;
        top: 38px;
        left: -30px;
        overflow: overlay;
    }
    
    .float-btn a {
        display: block;
        border-radius: 18px;
    }
}

@media screen and (max-width: 767px) {
    main {
        padding-top: 0;
    }

    header {
        padding: 0 12px;
        margin-bottom: 60px;
    }

    .logo-img {
        margin-top: 17px;
        margin-left: 15px;
        margin-bottom: 11px;
        width: 100%;
    }

    .logo-img img {
        width: 45%;
        display: block;
    }

    .section-fv {
        padding: 0px 10px;
        background-image: url(../images/fv_back_sp.png);
        min-height: fit-content;
        height: fit-content;
        padding-bottom: 30px;
    }

    .fv-wrap {
        background-image: none;
        height: fit-content;
    }

    .fv-text {
        position: relative;
        font-size: 25px;
        text-align: center;
        left: 0;
        top: 0;
    }

    .fv-text p {
        line-height: 34px;
    }

    .fv-text h1 {
        font-size: 38px;
        line-height: 46px;
        padding-top: 8px;
    }

    .recommend-box {
        width: 95%;
        font-size: 15px;
        margin-left: 8px;
        margin-top: 32px;
        margin-bottom: 16px;
        border: solid 2px #FFF;
    }

    .recommend-box p {
        padding-left: 37px;
        font-size: 19px;
    }

    .recommend-box ul {
        gap: 0;
    }

    .recommend-box li {
        font-size: 18px;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

    .recommend-box li img {
        width: 25px;
    }

    .recommend-icon {
        padding-left: 13px;
    }

    .fv-chara {
        width: 40%;
        top: -77px;
        left: -44px;
    }

    .fv-chara img {
        width: 100%;
    }

    .fv-image {
        position: relative;
    }

    .sp-fv {
        width: 87%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .sp-fv img {
        width: 100%;
    }

    .section-caution {
        background: url(../images/caution_back_sp.jpg) lightgray 50%;
        background-position-x: 0;
        height: 567px;
        background-repeat: no-repeat;
        background-position-y: 0px;
        background-size: cover;
    }

    .caution-wrap h2 {
        font-size: 27px;
        padding-top: 64px;
        line-height: 37px;
    }

    .caution-wrap p {
        font-size: 17px;
        padding: 0 20px;
        line-height: 27px;
    }

    .caution-wrap {
        height: 610px;
    }

    .solution-block {
        width: 90%;
        padding: 22px 10px;
        height: 150px;
        filter: drop-shadow(5px 11px 5px rgba(0, 0, 0, 0.25));
    }

    .solution-block::before {
        z-index: -1;
        top: 113px;
    }

    .solution-block .solution-text01 {
        line-height: 21px;
        padding: 0 0px;
        font-size: 16px;
    }

    .section-service {
        height: auto;
    }

    .service-wrap {
        height: auto;
        padding-bottom: 72px;
        padding-top: 120px;
    }

    .service-wrap h3 {
        font-size: 27px;
        padding-bottom: 0;
        line-height: 37px;
    }

    .service-wrap .service-logo {
        width: 90%;
        padding-bottom: 20px;
    }

    .service-wrap p {
        font-size: 17px;
        text-align: left;
        padding: 0px 20px;
        line-height: 27px;
    }

    .service-wrap img {
        margin: 0 auto;
        margin-top: 32px;
        width: 90%;
    }

    .service-wrap .service-logo img {
        width: 100%;
        margin-top: 20px;
    }

    .section-worries {
        height: fit-content;
    }

    .worries-wrap {
        height: fit-content;
    }

    .worries-wrap h2 {
        font-size: 27px;
        padding-top: 64px;
        padding-bottom: 13px;
        line-height: 37px;
    }

    .worries-wrap img {
        width: 100%;
    }

    .evidence-wrap h3 {
        font-size: 27px;
        padding-top: 64px;
        padding-bottom: 20px;
        line-height: 37px;
    }

    .evidence-wrap p {
        font-size: 16px;
        text-align: left;
        padding: 0 20px;
        line-height: 27px;
    }

    .evidence-listbox ul.pc-only {
        display: none;
    }

    .evidence-listbox li {
        width: 100%;
    }

    .evidence-listbox ul.sp-only {
        display: block;
        padding: 0 0;
    }

    .evidence-listbox .sp-only li {
        display: flex;
        margin-bottom: 18px;
        max-width: 90%;
        margin: 20px auto;
    }

    .evidence-sp {
        width: 60%;
    }

    p.evidence-text {
        justify-content: center;
        align-items: center;
        display: flex;
        margin-top: 0;
        border-radius: 0;
        border-radius: 0 6px 6px 0px;
        line-height: 24px;
        padding: 10px 20px;
    }

    .evidence-listbox h4 {
        padding-top: 11px;
    }

    .evidence-listbox img.money-icon {
        width: 37%;
        min-height: auto;
        margin-bottom: 0;
    }

    .evidence-listbox img {
        width: 60%;
        min-height: auto;
        margin-bottom: 0;
    }

    .evidence-listbox {
        padding-bottom: 64px;
        padding-top: 10px;
    }

    .howto-wrap {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .howto-wrap h5 {
        width: 85%;
        font-size: 24px;
    }

    .howto-wrap p {
        text-align: left;
        font-size: 17px;
        padding: 0 20px;
        margin-bottom: 32px;
        margin-top: 20px;
        line-height: 27px;
    }

    .swiper {
        width: 100%;
    }

    .swiper.sp-only {
        display: block;
    }

    .swiper-slide {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }

    .howto-wrap img {
        width: 100%;
        padding-bottom: 30px;
        min-height: 100%;
        max-height: 100%;
        height: auto;
        min-height: 490px;
    }

    .howto-wrap .swiper-pagination-bullet {
        background-color: #000;
    }

    .howto-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #FF785A;
    }

    .trial-wrap {
        padding-bottom: 64px;
    }

    .trial-wrap h3 {
        font-size: 27px;
        line-height: 37px;
        padding-top: 57px;
        padding-bottom: 0;
    }

    .trial-wrap p {
        font-size: 17px;
        line-height: 27px;
        padding: 18px 20px;
        text-align: left;
    }

    .trial-wrap .swiper-pagination-bullet {
        background-color: #000;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #2BC2A7;
    }

    .trial-wrap img {
        width: 90%;
        margin-bottom: 30px;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.30);
    }

    .trial-textbox {
        padding: 25px;
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .trial-wrap p.image-caution {
        font-size: 10px;
        text-align: center;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .image-caution {
        width: 95%;
        font-size: 10px;
        text-align: center;
        margin-top: 0;
    }

    .judge-wrap {
        padding-bottom: 42px;
    }

    .judge-wrap h3 {
        font-size: 27px;
        line-height: 37px;
        padding-top: 64px;
        padding-bottom: 0px;
    }

    .judge-box {
        display: block;
    }

    .judge-wrap p {
        color: #000;
        font-size: 17px;
        line-height: 27px;
        padding: 20px 20px;
        text-align: left;
        font-family: "LINE Seed JP_OTF", sans-serif;
    }

    .judge-wrap span {
        font-size: 32px;
        margin-right: 11px;
    }

    .judge-wrap ul {
        margin-right: 0;
        width: 90%;
        margin: 0 23px;
        margin-bottom: 32px;
    }

    .judge-wrap li {
        font-size: 19px;
        line-height: 27px;
        text-indent: -2em;
        padding-left: 2em;
        margin-bottom: 3px;
    }

    .judge-wrap img {
        width: 75%;
    }

    .judge-wrap div.image-caution {
        font-size: 10px;
        text-align: center;
        padding-top: 0;
    }

    .point-wrap {
        padding-bottom: 64px;
    }

    .point-wrap h3 {
        font-size: 27px;
        padding-top: 64px;
        padding-bottom: 20px;
    }

    .point-wrap p {
        color: #000;
        font-size: 17px;
        text-align: left;
        padding: 0 20px;
        padding-bottom: 0;
        line-height: 27px;
    }

    .point-listbox ul {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .point-listbox li {
        margin-right: 0;
        margin-bottom: 55px;
        max-height: fit-content;
        padding-bottom: 10px;
    }

    .point-listbox li span {
        height: 70px;
        padding-top: 5px;
    }

    .point-listbox p {
        font-family: "LINE Seed JP_OTF", sans-serif;
        font-size: 16px;
        line-height: 25px;
        padding: 0 0;
        letter-spacing: 0.64px;
        min-height: auto;
    }

    .point-listbox li .point-img {
        height: 100%;
    }

    .case-wrap {
        padding-bottom: 64px;
    }

    .case-wrap h3 {
        font-size: 27px;
        padding-top: 64px;
        padding-bottom: 20px;
    }

    .case-box {
        max-width: 90%;
        padding: 24px 15px;
        margin-bottom: 36px;
        box-shadow: 4px 4px 2px 0px rgba(85, 45, 45, 0.30);
    }

    .case-box h5 {
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        width: 36%;
        height: 4%;
    }

    .case-box h5 span {
        font-size: 22.667px;
        line-height: 30.667px;
    }

    .case-box:last-child {
        margin-bottom: 0;
    }

    .case-cover {
        align-items: center;
        margin-top: 9px;
        margin-bottom: 2px;
    }

    .case-img {
        width: 28%;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .case-box img {
        width: 100%;
        margin-right: 0;
    }

    .case-box .case-title {
        font-size: 17px;
        line-height: 23px;
        margin-top: 0;
    }

    .case-wrap p.case-content {
        font-size: 15px;
        line-height: 22px;
        color: #000;
        text-align: left;
        font-family: "LINE Seed JP_OTF", sans-serif;
        margin-top: 0;
        margin-bottom: 4px;
    }

    .case-request {
        display: block;
    }

    .case-ex {
        color: #000;
        font-size: 12px;
        line-height: normal;
        text-align: right;
        font-family: "LINE Seed JP_OTF", sans-serif;
        margin-bottom: 11px;
    }

    .request-01 {
        width: 100%;
        padding-top: 20px;
        font-size: 17px;
        line-height: 29px;
        padding: 12px;
        padding-bottom: 22px;
    }

    .request-01 p {
        margin-top: 8px;
        line-height: 23px;
    }

    .request-02 {
        width: 100%;
        padding-top: 40px;
        font-size: 17px;
        line-height: 29px;
        padding: 12px;
        padding-top: 30px;
        padding-bottom: 32px;
    }

    .request-02 p {
        margin-top: 8px;
        line-height: 23px;
    }

    .case-request span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        line-height: normal;
        font-size: 16px;
    }

    .request-01::after {
        background: #ffffff;
        clip-path: polygon(0 0, 100% 0, 50% 60%);
        content: "";
        position: absolute;
        top: 90%;
        width: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .flow-wrap {
        padding-bottom: 64px;
    }

    .flow-wrap h3 {
        padding-top: 64px;
        padding-bottom: 20px;
        font-size: 27px;
    }

    .flow-box ul {
        width: 88%;
        margin: 0 auto;
        position: relative;
        margin-left: 0px;
        margin: 0 auto;
    }

    .flow-box li {
        display: block;
        padding-bottom: 20px;
        position: relative;
        padding-right: 19px;
        padding-left: 19px;
    }

    .flow-box li:nth-child(3) {
        height: fit-content;
        padding-bottom: 130px;
    }

    .flow-box h6 {
        text-align: center;
        font-size: 23px;
        line-height: 29px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .flow-box p {
        line-height: 26px;
        font-size: 17px;
        font-family: "LINE Seed JP_OTF", sans-serif;
    }

    .flow-box span:not(.arrow) {
        padding: 20px 0px 20px 10px;
        vertical-align: baseline;
    }

    .flow-box .number02 {
        padding: 40px 0 20px 8px;
    }

    .flow-box .number03 {
        padding: 40px 0 20px 8px;
    }

    .flow-box img {
        width: 100%;
        margin-right: 0;
        margin-top: 3px;
        max-height: 200px;
        object-fit: cover;
    }

    .flow-box span.arrow::after {
        display: none;
    }

    .flow-box .flow-text p::before {
        background: #ffffff;
        clip-path: polygon(0 0, 100% 0, 50% 80%);
        content: "";
        position: absolute;
        top: 96%;
        width: 60px;
        height: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .flow-box .flow-free p {
        writing-mode: inherit;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 37px;
    }

    .flow-box .flow-free {
        height: inherit;
        width: 95%;
        padding: 20px;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
        top: 87%;
    }

    .flow-box li:nth-child(3) p::before {
        top: 97%;
    }

    .flow-box li.flow-finish {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .flow-box li.flow-finish p {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 46px;
    }

    .consult-wrap {
        padding-bottom: 32px;
    }

    .consult-wrap h3 {
        font-size: 27px;
        padding-top: 64px;
        padding-bottom: 34px;
    }

    .consult-wrap p {
        width: 90%;
        font-size: 17px;
        line-height: 27px;
    }

    .qa-wrap h3 {
        padding-top: 64px;
        padding-bottom: 10px;
        font-size: 27px;
    }

    .accordion-area {
        width: 90%;
    }

    .accordion-title {
        font-size: 17px;
        line-height: 24px;
        text-indent: -3em;
        padding-left: 3em;
        padding-right: 21px;
    }

    .accordion-title span {
        margin-left: 7px;
    }

    .accordion-title::before {
        right: 10px;
    }

    .accordion-title::after {
        right: 10px;
    }

    .accordion-area li {
        margin-bottom: 20px;
    }

    .accordion-box {
        margin: 0px 10px 0 10px;
    }

    .accordion-box p {
        text-indent: -2em;
        padding-left: 2em;
        line-height: 27px;
        margin-bottom: 18px;
    }

    .sp-btn {
        background-color: rgba(0, 0, 0, 0.65);
        position: fixed;
        bottom: 0;
        z-index: 5;
        width: 100%;
    }

    .sp-btn .app-btn {
        text-align: center;
        padding: 45px 0 50px 0;
        position: relative;
        width: 95%;
        margin: 0 auto;
    }

    .sp-btn .btn-slash {
        color: #FFF;
    }

    .sp-btn-box {
        align-items: end;
        text-align: center;
        padding: 5px 0;
        padding-bottom: 0px;
        margin-bottom: -3px;
    }

    .sp-btn-simul{
        border-radius: 5px;
        width: 264px;
        height: 66px;
    }

    .sp-btn img {
        width: 65%;
        height: 100%;
    }

    img.sp-btn-tel {
        width: 16%;
        height: 100%;
    } 

    footer ul {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer li {
        font-family: "Noto Sans JP", sans-serif;
        padding-bottom: 0;
        font-size: 12px;
        line-height: 24px;
    }

    footer p {
        font-size: 12px;
        padding: 12px
    }

    footer li+li {
        border-left: none;
    }

    footer .contact {
        padding: 25px;
    }

    footer .contact-comment{
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
        color: #1D8A77;
        text-align: center;
    }
    
    footer .contact-btn a{
        color: #1D8A77;
        text-decoration: underline;
        font-family: "LINE Seed JP_OTF", sans-serif;
        font-size: 16px;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .tablet-only {
        display: none;
    }
}