 
/* 
Theme Name: とりこ
Author: とりこ
Author URI: 
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
}
body {
    width: 100%;
    height: 100%;
    font-size: 1.6em;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
*,
*:before,
*:after {
    box-sizing:border-box;
}
@media (max-width: 600px) {
body {
    font-size: 1.4rem;
    line-height: 1.6;
}
fwB{
    font-weight: 500!important;
}
}
/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.taC {
    text-align: center;
}
.taR {
    text-align: right;
}
.fwM {
    font-weight: 500;
}
.fwSB {
    font-weight: 600;
}
.fwB {
    font-weight: bold;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.justify__between{
    justify-content: space-between;
}
.anchor {
    padding-top: 100px;
    margin-top: -100px;
}
.flex-end{
    align-items: flex-end;
}
.flex-contents{
    justify-content: flex-start!important;
}
.font-20{
    font-size: clamp(1.6rem, 3vw, 2rem);
}
.font-25{
    font-size: clamp(2rem, 3vw, 2.5rem);
}
.font-30{
    font-size: clamp(2.6rem, 3vw, 3rem);
}
.l-height-25{
    line-height: 2.5;
}
*:before,
*:after {
    box-sizing:border-box;
}
/* ------------------------------------- /
/   inner
/* ------------------------------------- */
.inner {
    width: min(100%, calc(1366px + (6% * 2)));
    margin: 0 auto;
    padding: 0 6%;
}
@media screen and (max-width:600px){
.inner {
    padding: 0 4%;
}
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.align__center{
    align-items: center;
}
/* ------------------------------------- /
/   pc-none、sp-none
/* ------------------------------------- */
.pc-none {
    display: none;
}
.pc-none768 {
    display: none;
}
.pc-none__inline {
    display: none;
}
.pc-none__inline768 {
    display: none;
}
.pc-none__inline1200 {
    display: none;
}
@media screen and (max-width:1200px){
.pc-none__inline1200 {
    display: inline;
}
.sp-none1200 {
    display: none;
}
}
@media screen and (max-width:768px){
.pc-none768 {
    display: block;
}
.pc-none__inline768 {
    display: inline;
}
.sp-none768 {
    display: none;
}
}
@media screen and (max-width:600px){
.pc-none {
    display: block;
}
.pc-none__inline {
    display: inline;
}
.sp-none {
    display: none !important;
}
}

/* ------------------------------------- /
/   サイトカラー、フォント
/* ------------------------------------- */
body {
    color: #4D2F2B;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}
a {
    color: #4D2F2B;
    text-decoration: none;
    display: block;
}
a:hover {
    opacity: 0.8
}
/*::selection {
    background: var(--color-orange);
    color: #fff;
}*/
:root {
    --color-pink: #E61673;
    --color-black: #2B2B2B;
}
.font-jp {
    font-family: var(--font-jp);
}
.font-en {
    font-family: var(--font-en);
}
.font-pink {
    color: var(--color-pink);
}


/* ------------------------------------- /
/  header
/* ------------------------------------- */
.header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.header__logo{
    width: 205px;
}
.openbtn{
    display: none;
}
#header__nav{
    max-width: 680px;
    width: 100%;
}
.header__icon a{
    position: relative;
    padding-top: 25px;
    font-size: clamp(1.5rem, 3vw, 2rem);
}
.header__icon a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 22px;
    top: 0;
    left: 0;
    background-size: 56px auto;
    background-repeat: no-repeat;
    background-position: center; 
}
.header__about{
    position: relative;
}
.header__about_link{
    pointer-events: none;
    position: relative;
}
.header__about a::before{
    background-image: url(../img/header__icon1.svg);
}
.header__flow a::before{
    background-image: url(../img/header__icon2.svg);
}
.header__access a::before{
    background-image: url(../img/header__icon3.svg);
}

.header__subnav{
    position: absolute;
    width: 190px;
    bottom: -210px;
    left: -20px;
    background-color: #fff;
    border: solid 1px #4D2F2B;
    border-radius: 5px;
    padding: 18px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.header__about:hover .header__subnav{
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}
.header__subnav li a{
    border-bottom: solid 1px #4D2F2B;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    padding-top: 0;
}
.header__subnav li:last-child a{
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.header__subnav li a::before{
    display: none;

}
.header__subnav::before{
    content: "";
    background-image: url(../img/header__arrow.svg);
    position: absolute;
    width: 19px;
    height: 13px;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;  
}
.header__contact a{
    background-color: #2EA478;
    border-radius: 50px;
    position: relative;
    padding: 0 10px;
    font-size: clamp(1.7rem, 3vw, 2rem);
    width: 200px;
    transition: .3s;
    line-height: 55px;
    box-shadow: 3px 5px #B3C8A3;
    color: #fff!important;
    text-align: center;   
}
.header__contact a span{
    padding-left: 25px;
}
.header__contact a::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(../img/tel-w__icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}
.header__contact a:hover {
    box-shadow: 3px 10px #B3C8A3;
    transform: translateY(-5px);
}
.header__contact a:active {
    box-shadow: 0 0;
    transform: translateY(5px);
}
.header__add_sp{
    display: none;
}
.openbtn {
    width: 6rem;
    height: 6rem;
    position: fixed;
    top: 2rem;
    right: 2rem;
    background-color: #FFF;
    border-radius: 1rem;
    box-shadow: 0 0.2rem 1.6rem rgb(35 56 81 / 10%);
    cursor: pointer;
    z-index: 1;
    z-index: 999;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 1.6rem;
    height: 0.2rem;
    background: #4D2F2B;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
    top: 1.9rem;
}
.openbtn span:nth-of-type(2) {
    top: 2.9rem;
}
.openbtn span:nth-of-type(2)::after {
    content: "MENU";
    position: absolute;
    top: 0.4rem;
    left: 0.2rem;
    color: #4D2F2B;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    line-height: 2rem;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}
.openbtn.active{
    background-color: #4D2F2B;
}
.openbtn.active span:nth-of-type(1) {
    background: #FFF;
    transform: translateY(0.6rem) rotate(-30deg);
}
.openbtn.active span:nth-of-type(2){
    top: 3.1rem;
    background: #FFF;
    transform: translateY(-0.6rem) rotate(30deg);
}
.openbtn.active span:nth-of-type(2)::after {
    content: "CLOSE";
    transform: translateY(0) rotate(-30deg);
    top: 0.5rem;
    left: 0.9rem;
    color:#FFF;
}
.header__add_tel a{
    color: #E3A906;
}
@media screen and (min-width:1400px){
    .header__flex{
        background-image: url(../img/header__bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        max-width: 1800px;
        margin: 25px auto;
        padding: 30px;
        width: 90%;
    }
    #header__nav{
        display: block!important;
    }
}
@media screen and (min-width:900px){
    .header__add_tel a{
        pointer-events: none;
        cursor: default;
    }
}
@media screen and (max-width:1400px){
    .header{
        position: inherit;
    }
    .openbtn{
        display: block;
    }
    .header__logo {
        width: 180px;
        top: 20px;
        left: 20px;
        position: relative;
    }
    #header__nav {
        width: 100%;
        min-height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #FFF;
        z-index: 99;
        display: none;
        max-width: inherit;
    }
    .header__list{
        align-items: flex-start;
    }
    .header__subnav{
        position: inherit;
        opacity: 1 !important;
        visibility: inherit;
        bottom: inherit;
        left: inherit;
        border: 0;
        margin: 0 auto;
        width: 100%;
    }
    .header__subnav::before{
        display: none;
    }
    #header__nav.active {
        display: block;
        opacity: 1;
    }
    .header__about_link{
        pointer-events:all;
    }
    .header__icon{
        width: 48%;
        text-align: center;
        margin-bottom: 20px;
    }
    .header__box{
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        overflow-y: scroll;
        box-sizing: border-box;
        padding: 10%;
        position: absolute;
        padding-bottom: 200px;
    }
    .header__icon a{
        padding-top: 68px;
    }
    .header__icon a::before {
        height: 62px;
        background-size: 95px auto;
    }
    .header__contact{
        width: 100%;
    }
    .header__contact a{
        margin: 30px auto 0;
        border-radius: 10px;
        max-width: 300px;
        width: 100%;
    }
    .header__add_sp{
        display: block;
        text-align: center;
        margin-top: 30px; 
    }
    .header__add_tel{
        color: #E3A906;
        font-size: clamp(2.6rem, 3vw, 4rem);
    }
    .header__add_tel a{
        display: inline-block;
    }
}

@media screen and (max-width:600px){
    .header__icon{
        width: 100%;
    }
    .header__subnav{
        width: 80%;
    }
}
/* ------------------------------------- /
/  mv__wrapper
/* ------------------------------------- */

.mv__bg{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.mv__h2{
    top: 7.5%;
    left: -3.5vw;
    letter-spacing: 1rem;
    position: absolute;
    font-size: clamp(2.6rem, 3vw, 6rem);
}

@media screen and (max-width:1200px){
    .mv__wrapper {
        padding: 40px 0 70px !important;
    }
}
@media screen and (max-width:600px){
    .mv__bg {
        padding-top: 70px;
    }
    .mv__h2 {
        top: 3.5%;
        left: 20px;
    }
}
/* ------------------------------------- /
/  about__wrapper
/* ------------------------------------- */


.ttl__h2{
    display: table;
    margin: 0 auto 80px;
    font-weight: 600;
    font-size: clamp(2.6rem, 3vw, 4rem);
    color:#E3A906 ;
    position: relative;
    padding: 0 86px;
    line-height: 1.5;
    letter-spacing: 0.3rem;
    text-align: center;
}
.ttl__h2::before,
.ttl__h2::after{
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 80px;
    background-size: 100% auto;
    background-position: center;
}
.ttl__h2::before{
    left: 0;
    background-image: url(../img/ttl__left.png);
}
.ttl__h2::after{
    background-image: url(../img/ttl__right.png);
    right: 0;
}
.ttl__h2 span{
    display: block;
    color: #BFE9C2;
    font-weight: 500;
    text-align: center;
    font-size: clamp(2rem, 3vw, 2.5rem);
}
.about__img{
    background-image: url(../img/philo__ill_bg.jpg);
    background-size: 100% 70%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    padding: 30px;
}
.about__img img{
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width:768px){
    .about__wrapper p{
        text-align: left!important;
    }
}
@media screen and (max-width:600px){
    .ttl__h2 {
        margin: 0 auto 40px;
        padding: 0 56px;
    }
    .ttl__h2::before, .ttl__h2::after {
        background-size: 70% auto;
        background-repeat: no-repeat;
    }
    .about__wrapper{
        padding-bottom: 50px!important;
    }
}

/* ------------------------------------- /
/  service__wrapper
/* ------------------------------------- */
.service__wrapper{
    background-color: #D9EFBF;
    position: relative;
    z-index: 1;
}
.service__wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100px;
    padding-top: 15px;
    background-image: url(../img/about__bg.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}
.service__tree-img{
    position: absolute;
    top: -15%;
    width: 390px;
    right: 0;
    z-index: 2;
}
.service__flex{
    align-items: stretch;
}
.service__box{
    margin-top: 150px;
    width: 48%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
    padding: max(min(60px, calc(60vw / var(--dsp-width))), calc(60px / var(--dsp-width) * var(--dsp-width-sp)));
}
.service__box h2{
    color: #2EA478;
    padding-top: 15px;
    background-image: url(../img/wakaba__icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center top;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}
.service__box::before{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #fff;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 150px;
    z-index: -1;
}
.service__list li{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #2EA478;
}
.service__list li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media screen and (max-width:950px){
    .service__wrapper::before {
        top: -5%;
        height: 100px;
        background-size: 100% 100%;
    }
    .service__tree-img {
        width: 33%;
        top: -5%;
    }
    .service__box {
        margin-top: 100px;
        width: 100%;
    }
    .service__box:first-child{
        margin-bottom: 50px;
    }
    .service__box img{
        width: 70%;
        margin: 0 auto;
    }
    .service__list li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:600px){
    .service__box::before {
        top: -80px;
    }
    .service__box:first-child {
        margin-bottom: 20px;
    }
}
/* ------------------------------------- /
/  care__wrapper
/* ------------------------------------- */
.care__flex{
    align-items: stretch;
    max-width: 1320px;
    position: relative;
}
.care__box{
    background-color: #FFFDF2;
    width: 50%;
}
.care__box_ttl{
    display: flex;
    align-items: center;
    justify-content: center;
}
.care__box_txt{
    background-color: #FFE366;
    padding: max(min(60px, calc(60vw / var(--dsp-width))), calc(60px / var(--dsp-width) * var(--dsp-width-sp)));

}
.care__list li{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #fff;
}
.care__list li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.care__img{
    position: absolute;
    width: 280px;
    right: -3%;
    bottom: -3%;
}

@media screen and (max-width:1200px){
    .care__img {
        width: 16%;
    }
}
@media screen and (max-width:768px){
    .care__box {
        width: 100%;
    }
    .care__box:first-child{
        padding: 30px 0;
    }
    .care__img {
        width: 25%;
    }
}
/* ------------------------------------- /
/  flow__wrapper
/* ------------------------------------- */
.flow__wrapper{
    position: relative;
}
.flow__wrapper .inner{
    position: relative;
}
.flow__flex{
    max-width: 950px;
    margin: 0 auto;
}
.flow__box{
    width: 41%;
    margin-bottom: 70px;
}
.flow__flower_img1{
    position: absolute;
    width: 190px;
    right: -3%;
    top: 7%;
}
.flow__flower_img2{
    position: absolute;
    width: 170px;
    left: -3%;
    bottom: 40%; 
}
.flow__tree_img{
    position: absolute;
    width: 390px;
    left: 0;
    bottom: 0; 
}
.load__box{
    max-width: 950px;
    margin: 0 auto;
    border: solid 1px #D8C700;
    border-radius: 10px;
    padding: max(min(40px, calc(40vw / var(--dsp-width))), calc(40px / var(--dsp-width) * var(--dsp-width-sp)));
}
.load__box_h3{
    display: table;
    padding: 0 40px;
    margin: 0 auto 20px;
    position: relative;
    color: #2EA478;
    line-height: 1;
}
.load__box_h3::before,
.load__box_h3::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 31px;
    background-size: 100% auto;
    background-position: center;
}
.load__box_h3::before{
    left: 0;
    background-image: url(../img/tori__pink.svg);
}
.load__box_h3::after{
    background-image: url(../img/tori__ylw.svg);
    right: 0;
}
.load__box_txt{
    text-align: center;
}
.load__box_txt span b{
    color: #2EA478;
    font-weight: 500;
    font-size: clamp(2rem, 3vw, 2.5rem);
}
.load__box_txt span{
    font-size: clamp(1.6rem, 3vw, 2rem);
}
.application__btn{
    background-color: #2EA478;
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 2.2rem);
    border-radius: 50px;
    max-width: 300px;
    margin: 0 auto;
    background-size: 10px;
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-image: url(../img/arrow__btn.svg);
    transition: .3s;
    line-height: 70px;
    box-shadow: 3px 5px rgb(6 100 65 / 22%);
    text-align: center;
}
.application__btn:hover {
    box-shadow: 3px 10px rgb(6 100 65 / 22%);
    transform: translateY(-5px);
}
.application__btn:active {
    box-shadow: 0 0;
    transform: translateY(5px);
}
.company__list{
    max-width: 960px;
    margin: 0 auto;
}
.company__list dt{
    width: 20%;
    background-color: #FFFDF2;
    margin-bottom: 10px;
    clear: both;
    float: left;
    text-align: center;
    font-weight: 600;
    font-size: clamp(1.6rem, 3vw, 2rem);
    padding: 15px;
}
.company__list dd{
    background-color: #FFFDF2;
    margin-bottom: 10px;
    font-size: clamp(1.6rem, 3vw, 2rem);
    padding: 15px;
    padding-left: 20%;
}
@media screen and (max-width:1600px){
    .flow__flower_img1{
        right: 0;
    }
    .flow__flower_img2{
        left: 0;
    } 
}
@media screen and (max-width:1200px){
    .flow__flower_img1,
    .flow__flower_img2{
        display: none;
    }
    .flow__tree_img {
        width: 23%;
    }
}
@media screen and (max-width:768px){
    .flow__box {
        width: 46%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width:600px){
    .company__list dt{
        width: 100%;
        padding: 10px;
        padding-bottom: 0;
        text-align: left;
    }
    .company__list dd {
        padding: 10px;
        padding-left: 10px;
    }
    .application__btn{
        max-width: 270px;
        line-height: 50px;
    }
}
/* ------------------------------------- /
/  access__wrapper
/* ------------------------------------- */

.access__img{
    width: 48%;
}
.access__flex{
    position: relative;
}
.access__txt{
    width: 48%;
}
.access__txt table{
    width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
    font-size: clamp(1.6rem, 3vw, 2rem);
}
.access__txt th{
    width: 26%;
    border-bottom: solid 1px #2EA478;
    padding: 10px 10px;
    font-weight: 500;
}

.access__txt td{
    width: 70%;
    border-bottom: solid 1px #4D2F2B;
    padding: 10px 10px;
}
.google__link{
    margin-top: 30px;
    text-decoration: underline;
    color: #04AEE3;
    position: relative;
    display: inline-block;
    font-size: clamp(1.6rem, 3vw, 1.8rem);
}
.google__link::before{
    content: "";
    position: absolute;
    right: -22px;
    bottom: 7px;
    width: 13px;
    height: 13px;
    background-image: url(../img/blank__icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.access__ill{
    position: absolute;
    width: 100px;
    right: -5%;
    bottom:0;
}

@media screen and (max-width:1200px){
    .access__ill{
        right: 0;
    }
}
@media screen and (max-width:768px){
    .access__img{
        width: 100%;
        margin-bottom: 40px;
    }
    .access__flex{
        position: relative;
    }
    .access__txt{
        width: 100%;
    }

}
@media screen and (max-width:600px){
    .access__ill {
        width: 15%;
    }
    .google__link {
        margin-top: 10px;
    }
}
/* ------------------------------------- /
/  footer
/* ------------------------------------- */
.footer{
    background-color: #4D2F2B;
    padding: 80px 0;
    background-image: url(../img/footer__bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
}
.footer .inner{
    position: relative;
}
.footer__contact {
    position: absolute;
    bottom: 80px;
    right: 70px;
}
.footer__logo{
    width: 370px;

}
.footer__nav li a{
    color: #fff;
}
.footer__nav{
    position: relative;
    width: 100%;
    max-width: 490px;
}
.footer__nav_sub{
    margin-top: 25px;
}
.footer__nav_sub li a{
    padding: 0;
    padding-left: 20px;
    font-size: 1.6rem;
    margin-bottom: 17px;
}
.footer__nav_sub li a::before{
    display: none;
}
.footer__nav_sub li a::after{
    content: "●";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 10px;
    color: #fff;
}
.footer__copy{
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
}
.footer__copy a{
    display: inline-block;
    color: #fff;
}
.footer__contact a{
    background-color: #2EA478;
    border-radius: 50px;
    position: relative;
    padding: 0 10px;
    font-size: clamp(1.7rem, 3vw, 2rem);
    width: 200px;
    transition: .3s;
    line-height: 55px;
    box-shadow: 3px 5px rgb(4 87 56 / 37%);
    color: #fff!important;
    text-align: center;   
}
.footer__contact a span{
    padding-left: 25px;
}
.footer__contact a::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(../img/tel-w__icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}
.footer__contact a:hover {
    box-shadow: 3px 10px rgb(4 87 56 / 37%);
    transform: translateY(-5px);
}
.footer__contact a:active {
    box-shadow: 0 0;
    transform: translateY(5px);
}
@media screen and (max-width:1400px){
    .footer__nav .header__icon{
        width: inherit;
    }
    .footer__logo {
        width: 230px;
    }
}
@media screen and (max-width:900px){
    .footer__logo {
        width: 230px;
        margin: 0 auto;
    }
    .footer__nav{
        margin-top: 50px;
        max-width: inherit;
    }
    .footer__contact {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width:600px){
    .footer__nav .header__icon{
        width: 100%;
    }
    .footer__nav li a {
        text-align: left;
        padding-left: 60px;
        padding-top: 0;
    }
    .footer__nav .header__icon a::before {
        height: 32px;
        background-size: 47px auto;
        left: 0;
        transform: inherit;
        width: 60px;
        top: -3px;
    }
    .footer__nav_sub {
        margin-top: 15px;
        margin-left: 61px;
    }
    .footer__nav_sub li a {
        padding: 0;
        padding-left: 20px;
        font-size: 1.4rem;
        margin-bottom: 12px;
    }
    .footer__contact {
        position: inherit;
        bottom: inherit;
        right: inherit;
    }
    .footer__contact a {
        margin: 20px auto 0;
    }
    .footer {
        padding: 40px 0;
        background-size: 100%;
    }
    .footer__copy{
        font-size: 1rem;
    }
    .footer__logo{
        width: 170px;
        margin: 0;
    }
}



/* ----------------------------------------------------------------------------
/  form
/ ---------------------------------------------------------------------------- */
.contact__wrapper .inner {
    max-width: 1000px;
    box-sizing: border-box;
}
.contact__txt_box{
    text-align: center;
}
.col__orange{
    color: #FF862A;
}
form {
    margin-top: 50px;
    box-sizing: border-box;
}
form dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form dl dt {
    width: 30%;
    position: relative;
}
form dl dt::before {
    position: absolute;
    content: "必須";
    font-size: 13px;
    border-radius: 50px;
    padding: 0px 10px;
    background-color: #FFE366;
    color: #fff;
    right: 0;
    top: 0;
}
form dl dd {
    width: 65%;
    margin-bottom: 30px;
}
form dl dd input,
form dl dd select {
    font-size:16px;
    border: none;
    outline: none;
    padding: 15px 10px;
    border: 1px solid #4D2F2B;
    width: 100%;
    border-radius: 7px;
}
form dl dd textarea {
    font-size:16px;
    border: none;
    outline: none;
    padding: 15px 10px;
    border: 1px solid #4D2F2B;
    width: 100%;
    border-radius: 7px;
}
@media only screen and (max-width:768px) {
    form dl dt::before {
        top: 4px;
    }
    form dl dt {
        width: auto;
        padding-right: 70px;
        margin-bottom: 20px;
    }
    form dl dd {
        width: 100%;
    }
}
@media only screen and (max-width:600px) {
    form dl dt {
        padding-right: 60px;
        margin-bottom: 10px;
    }
    form dl dt::before {
        top: 2px;
    }
    form dl dd {
        margin-bottom: 15px;
    }
}
/* ----------------------------------------------------------------------------
/  policy
/ ---------------------------------------------------------------------------- */
.policy_area {
    border: 1px solid #3E3A39;
    margin-bottom: 50px;
    padding: 10px 10px 10px 0px;
    border-radius: 10px;
    margin-top: 40px;
}
.policy_area .box {
    overflow-y: scroll;
    padding: 35px;
    height: 270px;
}
.policy_area .box::-webkit-scrollbar {
    width: 10px;
}
.policy_area .box::-webkit-scrollbar-track {
    background-color: #E8E8E8;
    border-radius: 10px;
}
.policy_area .box::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    border-radius: 10px;
}
.policy_area .box h3 {
    font-size: clamp(18px, 3vw, 22px);
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
.policy_area .box h4 {
    font-weight: 600;
    border-bottom: solid 1px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    font-size: 110%;
}
.policy_area .box p {
    margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
    .policy_area {
        margin-bottom: 30px;
    }
}
/* .Form-CheckItem-Label */
.Form-CheckItem-Label {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 50px;
}
.Form-CheckItem-Label-Input {
    display: none;
}
.Form-CheckItem-Label-SquareIcon {
    border: 1px solid #707070;
    display: block;
    flex: none;
    width: 15px;
    height: 15px;
    background: #fff;
}
@media screen and (max-width: 500px) {
    .Form-CheckItem-Label-SquareIcon {
        width: 12px;
        height: 12px;
    }

    .Form-CheckItem-Label {
        margin-bottom: 30px;
    }
}
/* .Form-CheckItem-Label-Text */
.Form-CheckItem-Label-Text {
    padding-left: 8px;
    font-size: clamp(14px, 3vw, 18px);
}
.red-txt {
    color: #FF2323;
}
@media screen and (max-width: 600px) {
    .Form-CheckItem-Label-Text {
        padding-left: 6px;
    }
}
/* .Form-Btn */
.Form-Btn {
    cursor: pointer;
    display: block;
    border: none;
    outline: none;
    max-width: 360px;
    width: 100%;
    background-color:#4D2F2B;;
    color: #fff;
    font-size: clamp(14px, 3vw, 18px);
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    transition: all 0.2s;
    border-radius: 50px;
    font-family: "Zen Maru Gothic", serif;
}
.Form-Btn:hover{
    opacity: 0.7;
}
.Form-Btn.isActive {
    opacity: 1;
    pointer-events: inherit;
}
.center-form {
    text-align: center;
}
.Form-CheckItem {
    display: inline-block;
}
.Form-CheckItem-Label-Input:checked+*:before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #4D2F2B;;
    transform-origin: bottom left;
    transform: rotateZ(90deg);
}
.Form-CheckItem-Label-Input:checked+*:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #4D2F2B;;
    transform-origin: bottom left;
    transform: rotateZ(0deg);
}
.Form-CheckItem-Label-Input:checked+* {
    width: 0;
    height: 0;
    transform: translate(8px, 8px) rotateZ(-135deg) scale(1.1);
}

@media screen and (max-width: 600px) {
    .Form-CheckItem-Label-Input:checked+* {
        transform: translate(5px, 7px) rotateZ(-135deg) scale(1.5);
    }
    .policy_area .box {
        padding: 35px 20px;
    }
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
.contact-form__error{
    color: #b41d1d;
    font-size: 1.2rem;
    width: 100%;
}
.contact-form__error.false{
    display: none;
}
