 
/* 
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;
    color: #1E1E1E;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
}
a {
    color: #1E1E1E;
    text-decoration: none;
    display: block;
}
a:hover {
    opacity: 0.8
}
*,
*: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-none800 {
    display: none;
}
.pc-none__inline {
    display: none;
}
.pc-none__inline800 {
    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:800px){
    .pc-none800 {
        display: block;
    }
    .pc-none__inline800 {
        display: inline;
    }
    .sp-none800 {
        display: none;
    }
}
@media screen and (max-width:600px){
    .pc-none {
        display: block;
    }
    .pc-none__inline {
        display: inline;
    }
    .sp-none {
        display: none !important;
    }
}
/* ------------------------------------- /
/  header
/* ------------------------------------- */
.header{
    position: fixed;
    width: 100%;
    top: 0;
    height: 100px;
    z-index: 9999;
    background-color: #002443;
}
.header__flex{
    margin: 20px auto;
    width: 90%;
}
.header__logo{
    width: 260px;
}
.openbtn{
    display: none;
}
#header__nav{
    max-width: 985px;
    width: 100%;
}
.header__list a{
    color: #fff;
    font-size: clamp(1.5rem, 3vw, 2rem);
}
.openbtn {
    width: 6rem;
    position: fixed;
    top: 2.5rem;
    right: 6rem;
    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: #fff;
    width:100%;
}
.openbtn span:nth-of-type(1) {
    top: 1.3rem;
}
.openbtn span:nth-of-type(2) {
    top: 2.7rem;
}
.openbtn.active span:nth-of-type(1) {
    background: #FFF;
    transform: translateY(0.6rem) rotate(-30deg);
}
.openbtn.active span:nth-of-type(2){
    top: 2.5rem;
    background: #FFF;
    transform: translateY(-0.6rem) rotate(30deg);
}
.header__add_tel a{
    color: #E3A906;
}
@media screen and (min-width:1400px){
    #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{

    }
    .openbtn{
        display: block;
    }
    .header__logo {
        position: relative;
        z-index: 999;
    }
    #header__nav {
        width: 100%;
        min-height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #002443;
        z-index: 99;
        display: none;
        max-width: inherit;
    }
    .header__list{
        margin-top: 30px;
        align-items: flex-start;
        display: block;
    }
    #header__nav.active {
        display: block;
        opacity: 1;
    }
    .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__list a {
        color: #fff;
        font-size: clamp(1.5rem, 3vw, 2rem);
        padding: 20px 0;
    }
}
@media screen and (max-width:600px){
    .header{

        height: 80px;
    }
    .header__logo {
        width: 190px;
    }
    .header__flex {
        margin: 18px auto;
    }
    .openbtn {
        top: 2.0rem;
    }
}
/* ------------------------------------- /
/  entry__fixbtn
/* ------------------------------------- */
.entry__fixbtn{
    position: fixed;
    width: clamp(140px, 16vw, 230px);
    bottom: 20%;
    right: 1%;
    z-index: 99;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.entry__fixbtn:hover{
    transform: translateY(-8px);
    opacity: 1;
}
@media screen and (max-width:1200px){
    .entry__fixbtn {
        bottom: 0%;
        right: -2%;
    }
}

/* ------------------------------------- /
/  mv__wrapper
/* ------------------------------------- */

.mv__wrapper{
    margin-top: 100px;
    position: relative;
    background-image: url(../img/main_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: clamp(57vh, 90vw, 180vh);
}
.mv__wrapper::before{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(#d5e6f6 54%, transparent);
}
.mv__img_txt{
    transform: translateY(-24px);
    width: 100%;
}
.mv__txt{
    margin-top: clamp(20px, 16vw, 290px);
}
.mv__h1{
    text-align: center;
    font-style: italic;
    color: #fff;
    margin: 0 auto;
    max-width: 750px;
    font-size: clamp(1.4rem, 3vw, 4rem);
    text-shadow: 0 0 10px #000000bf;
}

@media screen and (max-width:1400px){
    .mv__img_txt{
        transform: translateY(0px);
    }
    .mv__txt{
        margin-top: clamp(20px, 10vw, 290px);
    }
}
@media screen and (max-width:600px){
    .mv__wrapper{
        margin-top: 80px;
    }
    .mv__h1 {
        text-shadow: 0 0 5px #000000;
    }
}
/* ------------------------------------- /
/  about__wrapper
/* ------------------------------------- */
.about__wrapper{
    position: relative;
    margin-top: -60vh;
}
.about__wrapper::before{
    content: "";
    position: absolute;
    top: -30vh;
    left: 0;
    width: 100%;
    background-image: url(../img/about_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
    height: 170vh;
}
.about__h2 {
    font-size: clamp(2.2rem, 3vw, 4rem);
    text-align: center;
    text-shadow: 0 0 12px #cbd9e4;
}
.about__p{
    text-align: center;
    margin-top: clamp(25px, 5vw, 70px);
    line-height: 2.2;
    font-size: clamp(1.5rem, 2vw, 2.5rem);
}
@media screen and (max-width:1355px){
    .about__wrapper {
        margin-top: -40vh;
    }
    }
    @media screen and (max-width:1080px){
    .about__wrapper {
        margin-top:  -30vh ;
    }
    }
    @media screen and (max-width:800px){
    /* .about__wrapper {
        margin-top:  -60vh ;
    } */
}

/* ------------------------------------- /
/  person__wrapper
/* ------------------------------------- */
.person__wrapper{
    position: relative;
    background-image: url(../img/person_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 27%;
}
.person__wrapper::before{
    content: "";
    position: absolute;
    top: -1%;
    width: clamp(120px, 28vw, 490px);
    height: 100%;
    background-image: url(../img/kumo_left.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.person__wrapper::after{
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: -4%;
    width: clamp(120px, 28vw, 490px);
    height: 100%;
    background-image: url(../img/kumo_right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.ttl_h2_img img{
    height: clamp(70px, 8vw, 140px);
    margin: 0 auto clamp(20px, 4vw, 50px);
    width: auto;
}
.person__p{
    text-align: center;
    margin: 0 0 clamp(20px, 4vw, 50px);
    font-size: clamp(1.8rem, 3vw, 3.5rem);
}
.person__list li{
    width: 15%;
}

@media screen and (max-width:1200px){
    .person__list{
        justify-content: center;
    }
    .person__list li {
        width: 25%;
        padding: 10px 15px;
    }
}
@media screen and (max-width:600px){
    .person__list li{
        width: 48%;
    }
}
/* ------------------------------------- /
/  works__wrapper
/* ------------------------------------- */
.works__wrapper{
    margin-top: -25%;
    position: relative;
    z-index: 1;
}
.works__wrapper .ttl_h2_img {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    top: 256px;
}
.works__box.kakou {
    background-image: url(../img/works__bg01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: clamp(45vh, 31vw, 65vh);
    min-height: 1200px;
}
/* .works__box.kakou h3 {
    padding-top: 60vh;
} */
.works__box.shopstaff {
    background-image: url(../img/works__bg02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: max(clamp(14vh, 52vw, 69vh), 550px);
    margin-top: -71vh;
    min-height: 1200px;
    z-index: -1;
    position: relative;
}
.works__box.shopstaff h3,
.works__box.shopstaff ul{
    margin-left: auto;
    max-width: 440px;
}
.works__box.eventstaff{
    background-image: url(../img/works__bg03.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 65vh;
    min-height: 1180px;
    z-index: -2;
    margin-top: -72vh;
    position: relative;
}
.works__box h3 img{
    height:clamp(40px, 5vw, 65px) ;
    width: auto;
    margin-bottom: 30px;
}
.works__box li{
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}
@media screen and (max-width:1100px){
    .works__box.kakou{
        min-height: 990px;
    }
    .works__box.shopstaff{
        min-height: 990px;
    }
    .works__box.eventstaff{
        min-height: 1100px;
    }
}
@media screen and (max-width:800px){
    .works__wrapper {
        margin-top: -38%;
    }
    .works__box.kakou {
        min-height: 890px;
        min-height: 0px;
        padding-top: max(60vw, 350px);
        padding-bottom: max(22vw, 200px);
        background-image: url(../img/works__bg04.webp);
    }
    .works__box.shopstaff {
        margin-top: -425px;
        min-height: 1100px;
        min-height: 0px;
        padding-top: max(70vw, 460px);
        padding-bottom: max(65vw, 430px);
        background-image: url(../img/works__bg05.webp);
    }
    .works__box.eventstaff {
        margin-top: calc(-330px - 30vw);
        min-height: 1100px;
        min-height: 0px;
        padding-top: max(55vw, 370px);
        padding-bottom: max(58vw, 370px);
        background-image: url(../img/works__bg06.webp);
    }
}
@media screen and (max-width:600px){
    .works__wrapper{
        /*
        margin-top: -61%;
        */
    }
    .works__wrapper .ttl_h2_img {
        top: 166px;
    }
    .works__box.kakou {
        min-height: 760px;
        min-height: 0px;
    }
}


/* ------------------------------------- /
/  application__wrapper
/* ------------------------------------- */
.application__wrapper {
    background-color: #00719B;
    padding-top: clamp(20vh, 44vw, 54vh);
    margin-top: clamp(-60vh, -70vw, -24vh);
    position: relative;
    background-image: url(../img/nami_blue.png);
    background-size: 140px;
    background-repeat: repeat;
    background-position: center;
}
.application__wrapper::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url(../img/nami.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.sub__txt_p {
    text-align: center;
    margin: 0 0 clamp(20px, 4vw, 50px);
    font-size: clamp(2.5rem, 3vw, 3.5rem);
}
.application__p{
    color: #fff;
}
/* タブ切り替え */
.tabs {
    margin: 10% auto;
    position: relative;
    z-index: 2;
}
.tab__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: -15px;
}
.tab__item {
    width: 33%;
    border-radius: 20px 20px 0 0;
    background-color: #B2D4E1;
    font-size: clamp(1.7rem, 2vw, 3rem);
    padding: 33px 0 43px;
    color: #004C89;
    cursor: pointer;
    text-align: center;
}
.tab__content {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 5%;
    border-radius: clamp(10px, 2vw, 20px);
    font-size: clamp(1.5rem, 3vw, 1.8rem);
}
.tab__panel{

}
.tab__panel_inner{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.tab__panel_item{
    width: 46%;
}
.tab__box{
    border-bottom: solid 1px #000;
    padding-bottom: 25px;
    padding-top: 18px;
}
.tab__box h3{
    font-size: clamp(1.6rem, 3vw, 2rem);
    margin-bottom: 5px
}
.tab__box ul{
    margin-bottom: 10px;
}
.tab__box li::before{
    content: "・";
}
.tab__att{
    font-size: clamp(1.5rem, 3vw, 1.5rem);
    margin-left: 15px;
    text-indent: -15px;
    line-height: 1.1;
    margin-top: 4px;
}
.tab__box.tab__box_bmline-no,
.tab__box:last-child{
    border-bottom: 0;
}
.tab__panel {
    display: none;
}
.tab__item.active {
    background-color: #fff;
    font-weight: bold;
}
.tab__panel.active {
    display: block;
}
@media screen and (max-width:1200px){
    .tab__item {
        border-radius: 10px 10px 0 0;
        padding: 23px 0 33px;
    }
}
@media screen and (max-width:800px){
    .tab__item span{
        display: block;
        font-size: 80%;
        line-height: 1.08;
    }
    .tab__item{
        padding: 10px 0 23px;
    }
}
@media screen and (max-width:600px){
    .tab__panel_item {
        width: 100%;
    }
    .tab__box {
        border-bottom: solid 1px #000;
        padding-bottom: 15px;
        padding-top: 8px;
    }
    .tab__box_koyou{
        border-top: solid 1px #000;
    }
    .application__wrapper {
        /*
        padding-top: 120px;
        */
        margin-top: -36vh;
    }
}
/* ------------------------------------- /
/  entry__wrapper
/* ------------------------------------- */
.bg_gradation{
    color: #fff;
    background-image: linear-gradient(0deg, #002443, #00719b 50%);
}
.entry__wrapper{
    margin-top:-70px ;
    position: relative;
    z-index: 1;
}
.entry__ttl{
    background-image: url(../img/noren.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 100px;
    padding-top: 3%;
}
.entry__img{
    max-width: clamp(300px, 45vw, 712px);
    margin: 0 auto ;
}
.entry__ttl p{
    font-size: clamp(1.6rem, 3vw, 3rem);
    text-align: center;
    margin-top: 30px;
    color: #fff;
}
.entry__btn{
    background-color: #BF2F1D;
    border-radius: 10px;
    max-width: clamp(300px, 45vw, 490px);
    padding: 20px 0;
    margin: 40px auto 0;
    box-shadow: 0 0 20px #091b32;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.entry__btn:hover{
    opacity: 1;
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.entry__btn img{
    width: 210px;
    margin: 0 auto;
}
@media screen and (max-width:600px){
    .entry__btn img {
        width: 130px;
    }
    .entry__wrapper {
        margin-top: -30px;
    }
}
/* ------------------------------------- /
/  kankyo__wrapper
/* ------------------------------------- */
.kankyo__wrapper{
    padding-top: 70px;
    position: relative;
    background-image: url(../img/sakana.png);
    background-size:20%;
    background-repeat: no-repeat;
    background-position: right 20px top;
    padding-bottom:22vw;
}
.kankyo__wrapper::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/kankyo_person.png);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.kankyo__box{
    max-width: 650px;
    margin-left: auto;
    font-size: clamp(1.6rem, 3vw, 1.8rem);
}
.kankyo__box p{
    text-shadow: 2px 0px 9px #15375b;
    position: relative;
    z-index: 2;
}
.kankyo__box img{
    height: clamp(40px, 5vw, 50px);
    width: auto;
    margin: 40px 0;
}
.kankyo__box p.mt20 br{
    display: no;ne
}
@media screen and (max-width:1650px){
    .kankyo__wrapper {
        background-size: 15%;
    }
}
@media screen and (max-width:1100px){
    .kankyo__box {
        max-width: 650px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .kankyo__wrapper::before {
        background-size: 120%;
        transform: scale(-1, 1);
    }
    .kankyo__box p.mt20 br{
        display: block;
    }
}
@media screen and (max-width:800px){
    .kankyo__wrapper {
        padding-top: 0px;
    }
}
@media screen and (max-width:600px){
    .kankyo__wrapper {
        background-image: none;
    }
    .kankyo__box img {
        height: clamp(25px, 5vw, 50px);
        width: auto;
        margin: 20px 0;
    }
    .kankyo__wrapper {
        padding-bottom: 120px;
    }
}
/* ------------------------------------- /
/  flow__wrapper
/* ------------------------------------- */
.flow__wrapper h3{
    text-align: center;
    font-size: clamp(2rem, 4vw, 3.5em);
    margin-bottom: 25px;
}
.flow__box{
    background-color:#072951 ;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
}
.flow__time{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}
.flow__time::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    border-bottom: solid 1px #fff;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.flow__time li{
    width: 20%;
    text-align: center;
    font-size: clamp(1.6rem, 3vw, 1.8rem);
}
.flow__time img{
    width: 100px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
.flow__time h4 {
    font-size: clamp(2rem, 2vw, 2.5rem);
}
.flow__img_flex img{
    width: 31%;
}

@media screen and (max-width:1200px){
    .flow__time::before {
        width: 80%;
    }
    .flow__time li {
        width: 25%;
    }
}
@media screen and (max-width:600px){
    .flow__time{
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .flow__time::before {
        width: 1px;
        height: 80%;
        border-left: solid 1px #fff;
        transform: inherit;
        left: 40px;
    }
    .flow__time li {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
        min-height: 80px;
        text-align: left;
        padding-left: 100px;
    }
    .flow__time img {
        width: 80px;
        margin: 0 auto 10px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .flow__img_flex img{
        width: 100%;
        margin-top: 10px;
    }
}
/* ------------------------------------- /
/  interview__wrapper
/* ------------------------------------- */
.interview__box{
    border-top: solid 1px #fff;
    position: relative;
}
.interview__box::before{
    content: "";
    width: 100%;
    height: 1px;
    border-top: solid 1px #fff;
    position: absolute;
    top: 100px;
    left: 0;
}
.interview__box_img{
    width: 38%;
    position: relative;
    z-index: 1;
}
.interview__box_txt{
    width: 55%;
}
.interview__name{
    display: block;
    padding-top: 25px;
    margin-bottom: 30px;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
}
.interview__box_txt h3{
    font-size: clamp(2rem, 3vw, 3rem);
    margin:60px 0 15px;
}
.interview__box_txt p{
    font-size: clamp(1.5rem, 3vw, 1.8rem);
}
.interview__box2{
    margin-top: 100px;
}
.interview__box2 .interview__box_img{
    order: 2;
}
@media screen and (max-width:1200px){
    .interview__box_img{
        width: 50%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .interview__box_txt{
        width: 100%;
    }
    .interview__box::before{
        display: none;
    }
    .interview__box2 .interview__box_img {
        order: -1;
    }
    .interview__box_txt h3 {
        font-size: clamp(2rem, 3vw, 3rem);
        margin: 30px 0 5px;
    }
}
/* ------------------------------------- /
/  slider__wrapper
/* ------------------------------------- */
.slider__wrapper {
    padding: 70px 0;
    background-image: url(../img/slider__line_top.png), url(../img/slider__line_bm.png);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:800px){
    .slider__wrapper {
        background-size: 140% 100px;
    }
}
@media screen and (max-width:600px){
    .slider__wrapper {
        padding: 40px 0;
        background-size: 180% 100px;
    }
}
/* ------------------------------------- /
/  omoi__wrapper
/* ------------------------------------- */
.omoi__wrapper {
    background-image: url(../img/omoi_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: -40px;
    position: relative;
}
.omoi__wrapper::before {
    content: "";
    position: absolute;
    bottom: clamp(16%, 13vw, 18%);
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url(../img/omoi_person.png);
    background-size: 36%;
    background-repeat: no-repeat;
    background-position: left 18% bottom;
    z-index: 2;
}
.omoi__wrapper::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: -18vh;
    left: 0;
    background-image: url(../img/point_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.omoi__wrapper .flex{
    margin-right: 14%;
    padding-bottom: 17%;
    justify-content: flex-end;
}
.omoi__ttl{
    order: 2;
    width:  clamp(40px, 5vw, 80px);
    margin-left: clamp(30px, 5vw, 60px);
}
.omoi__txt{
    writing-mode: vertical-rl;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    margin-top: 40px;
    line-height: 2.5;
}
@media screen and (max-width:800px){
    .omoi__wrapper::before {
        bottom: clamp(12%, 13vw, 18%);
        background-position: left 5% bottom;
    }
}
@media screen and (max-width:600px){
    .omoi__txt{
        writing-mode: vertical-rl;
        font-size: clamp(1.7rem, 3vw, 2.5rem);
        margin-top: 20px;
        line-height: 1.7;
    }
    .omoi__wrapper::before {
        bottom: clamp(8%, 13vw, 18%);
        background-size: 43%;
        background-position: left bottom;
    }
    .omoi__wrapper {
        padding-bottom: 90px !important;
    }
}
/*
/* ------------------------------------- /
/  nami__bg_gray
/* ------------------------------------- */
.nami__bg_gray{
    background-image: url(../img/nami_gray.png);
    background-size: 140px;
    background-repeat: repeat;
    background-position: center;
}
/* ------------------------------------- /
/  point5__wrapper
/* ------------------------------------- */
.point5__wrapper{
    background-color: #00719B;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
}
.point5__box{
    background-image: url(../img/point_wood_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5% 20px;
    border-radius: clamp(10px, 3vw, 20px);
    margin-top: -21%;
    position: relative;
    z-index: 3;
}
.point5__read{
    margin: 25px 0 30px;
    text-align: center;
    font-size: clamp(2rem, 3vw, 3.5rem);
}
.point5__box h3 img{
    height: clamp(40px, 7vw, 70px);
    width: auto;
    margin-bottom: 25px;
    margin-top: 40px;
}
.point5__txt{
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    margin-left: 45px;
}
.point5__box__inner{
    max-width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width:600px){
    .point5__read{
        margin: 15px 0 20px;
    }
    .point5__box h3 img{
        margin-bottom: 15px;
        margin-top: 25px;
    }
    .point5__txt {
        margin-left: 25px;
    }
}
/* ------------------------------------- /
/  faq__wrapper
/* ------------------------------------- */

/* 必須 */
.accordion{
    max-width: 1200px;
    margin: 0 auto;
    font-size: clamp(1.6rem, 2vw, 2.4rem);
}
.accordion__content {
  display: none;
}
.accordion__header {
    background-color: #F0F0F0;
    padding: 40px 70px 40px 70px;
    margin: 30px 0 0;
    border-radius: 10px;
    transition: background .2s ease;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}
.accordion__header.active{
    border-radius: 10px 10px 0 0;
}
.accordion__header::before,
.accordion__header::after{
    position:absolute;
    content:'';
    top:1px;
    right:50px;
    bottom:0;
    width:20px;
    height:2px;
    margin:auto;
    background:#1E1E1E;
}
.accordion__header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
.accordion__header.active::after{transform:rotate(0deg);}
.accordion__content {
    background-color: #F0F0F0;
    padding: 40px 70px 40px 70px;
    border-radius: 0 0 10px 10px;
    position: relative;
}
.accordion__content::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 10px;
    height: 3px;
    left: 0;
    background-image: url(../img/tensen.png);
    background-size: 11px;
    background-repeat: repeat-x;
    background-position: center;
}
.accordion__header span,
.accordion__content span{
    padding-left: 65px;
    position: relative;
    display: block;
}
.accordion__header span{
    padding-right: 65px;
}
.accordion__header span::before {
    position: absolute;
    content: "";
    left: 0;
    top: -3px;
    width: 33px;
    height: 41px;
    background-image: url(../img/q_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.accordion__content span::before{
    position: absolute;
    content:"";
    left: -2px;
    width: 50px;
    height: 50px;
    background-image: url(../img/a_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* hover */
.accordion__header:hover {
  background-color: #F2F2F2;
}
@media screen and (max-width:800px){
    .accordion__header {
        padding: 20px;
        margin: 20px 0 0;
    }
    .accordion__content{
        padding:30px 20px 20px;
    }
    .accordion__content::before {
        top: 0;
        background-size: 8px;
    }
}
@media screen and (max-width:600px){
    .faq__wrapper .ttl_h2_img img,
    .form__wrapper .ttl_h2_img img {
        height: clamp(45px, 8vw, 140px);
    }
    .faq__wrapper{
        padding-top: 0!important;
    }
    .accordion__header span::before{
        width: 26px;
        left: 2px;
    }
    .accordion__content span::before {
        width: 39px;
    }
    .accordion__header::before, .accordion__header::after {
        right: 20px;
    }
    .accordion__header span, .accordion__content span {
        padding-left:45px;
    }
    .accordion__header span{
        padding-right: 45px;
    }
    .accordion__header {
        margin: 10px 0 0;
    }
}

/* ------------------------------------- /
/  form__wrapper
/* ------------------------------------- */
.form__box{
    border-radius: 15px;
    background-color: #fff;
    border: solid 1px #808080;
    padding: 7% 0;
}
.form__box__ttl{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: clamp(25px, 4vw, 50px);
    border-bottom: solid 1px #808080;
}
.form__box__btn{
    max-width: 460px;
    width: 100%;
    margin: 0 auto 0;
    font-size: clamp(2rem, 2vw, 2.3rem);
    background-color: #BF2F1D;
    color: #fff;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 5px 4px 9px #00000061;
}
.form__box__btn:hover{
    background-color: #004C89;;
}
form {
    box-sizing: border-box;
    margin: clamp(50px, 4vw, 100px) auto 0;
}
form dl {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form dl dt {
    width: 100%;
    position: relative;
    padding-left: 65px;
    margin-bottom: 4px;
    font-size: clamp(1.6rem, 2vw, 2rem);
}
form dl dt::before {
    position: absolute;
    content: "必須";
    font-size: 13px;
    border-radius: 50px;
    padding: 0px 10px;
    background-color: #004C89;
    color: #fff;
    left: 0;
    bottom: 7px;
    width: 46px;
}
form dl dt.nini::before{
    content: "任意";
    color: #5F5F5F;
    background-color: #D1D1D1;
}
form dl dd {
    width: 100%;
    margin-bottom: 20px;
}
form dl dd input,
form dl dd select {
    font-size:16px;
    border: none;
    outline: none;
    padding: 15px 10px;
    border: 0px;
    background-color: #F0F0F0;
    width: 100%;
    border-radius: 4px;
}
form dl dd textarea {
    font-size:16px;
    border: none;
    outline: none;
    padding: 15px 10px;
    border: 0px;
    background-color: #F0F0F0;
    width: 100%;
    border-radius: 4px;
}
input::placeholder,
textarea::placeholder{
    color: #ccc;

}
@media only screen and (max-width:800px) {
    .form dl{
        padding: 0 20px;
    }
}
@media only screen and (max-width:600px) {
    .form__box__btn {
        width: 80%;
        font-size: clamp(1.5rem, 2vw, 2.3rem);
        height: 70px;
        line-height: 70px;
        border-radius: 10px;
    }
}
/* ----------------------------------------------------------------------------
/  policy
/ ---------------------------------------------------------------------------- */
.policy_area {
    border: 1px solid #808080;
    padding: 10px 10px 10px 0px;
    max-width: 750px;
    margin:  40px auto 50px;
}
.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;
    text-align: left;
}
@media screen and (max-width: 800px) {
.policy_area {
    margin: 40px auto 50px;
    width: 98%;
}
}
@media screen and (max-width: 500px) {
    .policy_area {
        margin-bottom: 30px;
    }
    .policy_area .box {
        padding: 10px;
    }
}
/* .Form-CheckItem-Label */
.center-form{
    max-width: 1200px;
    margin: 30px auto 0;
    font-size: clamp(1.6rem, 2vw, 2rem);
}
.policy__links{
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    font-size: clamp(2rem, 2vw, 3.5rem);
}
.policy__p{
    text-align: center;
    border-bottom: solid 1px #808080;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.Form-CheckItem-Label {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.Form-CheckItem-Label::before {
    position: absolute;
    content: "必須";
    font-size: 13px;
    border-radius: 50px;
    padding: 0px 10px;
    background-color: #004C89;
    color: #fff;
    left: -60px;
    bottom: 5px;
    width: 46px;
}
.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);
}
@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: 530px;
    width: 100%;
    margin: 0 auto 0;
    font-size: clamp(2rem, 2vw, 3.5rem);
    background-color: #BF2F1D;
    color: #fff;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 5px 4px 9px #00000061;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
}
.Form-Btn:hover{
    background-color: #004C89;;
}
.Form-Btn.isActive {
    opacity: 1;
    pointer-events: inherit;
}
.center-form {
    text-align: center;
    margin-bottom: 50px;
}
.Form-CheckItem {
    display: inline-block;
}
.Form-CheckItem-Label-Input:checked+*:before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #BF2F1D;
    transform-origin: bottom left;
    transform: rotateZ(90deg);
}
.Form-CheckItem-Label-Input:checked+*:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #BF2F1D;
    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: 800px) {
.center-form{
    padding: 0 20px;
}
}
@media screen and (max-width: 600px) {
    .Form-CheckItem-Label-Input:checked+* {
        transform: translate(5px, 7px) rotateZ(-135deg) scale(1.5);
    }
    .Form-Btn {
        width: 80%;
        font-size: clamp(1.5rem, 2vw, 2.3rem);
        height: 70px;
        line-height: 70px;
        border-radius: 10px;
    }
    .policy__p {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .Form-CheckItem-Label::before {
        bottom: 0px;
    }
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}

/* ------------------------------------- /
/  footer
/* ------------------------------------- */
.footer{
    background-color: #002443;
    padding-top: clamp(100px, 16vw, 600px);
}
.footer__copy{
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}
.footer__copy a{
    color: #fff;
    display: inline;
}
@media screen and (max-width: 600px) {
    .footer__copy{
        font-size: 1.2rem;
    }
}
/* ------------------------------------- /
/  TOPへ戻る
/* ------------------------------------- */
/* .pagetop {
  cursor: pointer;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: .3s;
  color: #fff;
  background: #002443;
  border: solid 1px #fff;
  z-index: 10;
  opacity: 0;
}
.pagetop:hover {
    box-shadow: 0 0 10px #00A6C4;
} */



/*form*/
    .form__wrapper:first-child {
        padding-top: 120px;
    }
.confirm_title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(2.5rem, 3vw, 4.0rem);
    font-weight: bold;
}


    .contact-form textarea {
        line-height: 1.6;
    }
    .contact-form input.input_error,
    .contact-form textarea.input_error,
    .contact-form div.input_error {
        background-color: #fbefef;
        border: 2px #b42518 solid;
    }
    .input_error + label {
        background-color: #fbefef;
    }
    .contact-form .error {
        color: #b42518;
    }
    .contact-form .error.false {
        display: none;
    }
.Form-Btn.return {
    margin: max(2vw, 20px) auto 0;
    background-color: #808080;
}
.thanks_wrapper {
    width: min(90%, 600px);
    margin: 0 auto 80px;
    font-size: 1.2em;
    
}
@media screen and (max-width: 600px) {
    .form__wrapper:first-child {
        padding-top: 100px;
    }
}


