@charset "utf-8";
/* Theme きゃんたす */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h3,
h4,
h5,
h6,
form,
input,
textarea,
button,
p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 200%;
	color: #000;
    font-family:'Zen Maru Gothic',"Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"æ¸¸ã‚´ã‚·ãƒƒã‚¯",YuGothic,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',sans-serif;
	font-weight: 700;
}

img{
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	margin-left: 0;
	text-align: center;
}

.clearfix:before {
	display: block;
	content: "";
	font-size: 14px;
	clear: both;
}

.clearfix {
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.fead-mv {
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover{
    opacity: 0.6;
}
ul {
	list-style: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flext {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
.rpic{
	flex-direction:row-reverse;
}
.inner{
    margin: 0 auto;
    max-width: 1000px;
    width: 94%;
}

#wrapper{
    overflow: hidden;
    max-width: 100%;

}
#nav a  .n{
    display: block;
}
#nav li{
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
#nav{
    width: 75%;
    max-width: 630px;
}
#header{
    padding: 30px 0 30px 0;
    border-bottom:10px solid #c7e9fb;
}
#footer .left{
    width:41% ;
    margin-bottom: 20px;
}
#footer .right{
    width: 50%;
    margin-bottom: 20px;
}
#footer .right ul{
    padding: 0 0 10px 0;
}
#footer .right li{
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding: 0 0 20px 0;
}
#footer .right li a .n{
    display: block;
}
#footer .left .tit ul{
    padding: 25px 0 0 0;
}
#footer .left .tit li{
    padding: 0 0 6px 6px;
}
#footer .left .logo{
    padding: 0 0 16px 0;
}
#footer .left p{
    line-height: 140%;
    font-weight: bold;
    padding: 0 0 20px 0;
}
#footer .left dt{
    float: left;
    color:#e5555d;
    font-weight: bold;
}
#footer .left dd{
    padding: 0 0 0 6em;
    font-weight: bold;
}
#footer .left dl{
    background: url(images/foot-dot.png) 0 bottom repeat-x;
    padding: 18px 0;
}
#footer .map{
    height: 250px;
}
#footer .map iframe{
    width: 100%;
    height: 100%;
}
#footer .left .table{
    max-width: 394px;
}
#footer .copy{
    text-align: center;
    background:#c7e9fb ;
    color: #fff;
    padding: 10px 2.5%;
}
.foot-obi img{
    width: 100%;
    height: auto;
}
#footer .inner{
    padding: 90px 0 70px 0;
}
#nav p{
    display: none;
}
@media only screen and (max-width: 1024px) {
    #nav{
    
        display:block;
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding:0;
        z-index:151;
        border:none;
        padding-bottom:0;
        background-color: #fff;
        }
    
        #nav p .n{
            display: block;
        }
        #nav p{
            display:block;
            position:absolute;
            width:38px;
            height:38px;
            top:0;
            left:-44px;
            border:1px solid #fff;
            background:#c7e9fb;
            cursor:pointer;
            margin:2px;
            opacity: 0.8;
            box-shadow:0px 0px 0px 2px #c7e9fb;
    
        }
    
    
        #nav ul{
            position: relative;
            top: auto !important;
            left: auto !important;
            right: auto !important;
            width: auto;
        }
        #nav .wrap{
            overflow-y: auto;
            height: 100%;
            overflow-x: hidden;
        }
        #nav li{
            border-bottom: 1px dotted #ccc;
            width: auto;
            box-sizing: border-box;
            text-align: left;
            display: block;
            width: 100%;
        }
        #nav li a{
            padding: 5px 0 5px 10px;
            width: auto;
            text-align: left;
            display: block;
        }
        #nav li .n{
            display: inline-block;
            padding: 0 0 0 15px;
        }
        #nav.action{
            -webkit-transform:translateX(0px);
            transform:translateX(0px);
        }
        
        #nav p span.n{
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: -9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
        }
        #nav p span.n:before{
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
        }
    
        #nav p span.n:after{
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
        }
        #nav.action p span.n{
         -webkit-transform: rotate(-45deg);
             transform: rotate(-45deg);
              -webkit-transition:ease .10s;
             transition:ease .10s;
        }
        #nav.action p span.n:after,#nav.action p span.n:before{
             -webkit-transform: rotate(90deg);
             transform: rotate(90deg);
             top:0;
             left:0;
        }
        #nav ul {
            width: 100%;
        }
        #header h1{
            width: 80%;
            max-width: 180px;
        }
        #footer .left{
            width: 100%;
            margin: 0 auto 30px auto;
            max-width: 420px;
        }
        #footer .right{
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }
    
    }
    @media only screen and (max-width: 599px) {
        #footer .left .logo{
            width: 100%;
        }
        #footer .right ul{
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: justify;
            -webkit-justify-content: center;
            justify-content: center;
        }
        #footer .right li{
            width: calc(100% / 3);
        }
    }
.h2h{
        text-align: center;
        font-size: 30px;
        padding: 0 0 70px 0;
}
.h2h .w{
        display: inline-block;
        width: 100%;
        max-width:400px ;
        background-color:#f8f5ee ;
        border-radius: 30px / 50%;
        filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
.home-contact{
        padding: 90px 0 70px 0;
}
.home-contact dl{
    width: 45%;
    background: #c7e9fb;
    border-radius: 10px;
    text-align: center;
    padding: 40px 2.5%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
.home-contact dt{
    font-size: 26px;
    padding: 0 0 30px 0;
}
.home-contact dt:after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #000;
    margin: 0 auto;
}
.home-contact dd{
    background: #fff;
    border-radius: 10px;
    max-width: 330px;
    margin: 0 auto;
    font-size: 30px;
}
.home-contact dd .i{
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    transform: translateY(-8px);
}
.main-img{
    background: url(images/main-img.jpg) center 0 no-repeat;
    background-size: cover;
    display: flex;
    border-bottom: 10px solid #c7e9fb;
    position: relative;
}
.main-img:after{
    content: "";
    display: block;
    padding-top: 45%;
}
.main-img .inner{
    background: #Fff;
    position: relative;
    width: 38%;
    min-width: 450px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 20px 0;
}
.main-img .inner:before{
    content: "";
    width:14% ;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient( to left , rgba(255,255,255,0) ,#fff) , linear-gradient( to left , rgba(255,255,255,0) ,#fff);

}
.main-img .inner:after{
    content: "";
    width:14% ;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient( to right , rgba(255,255,255,0) ,#fff),linear-gradient( to right , rgba(255,255,255,0) ,#fff);

}
.main-img .cach{
    font-size: 60px;
    line-height: 160%;
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 0 0 20px 0;
}
.main-img .cach .d{
    display: block;
    background: url(images/foot-dot.png) 0 bottom repeat-x;
}
.main-img .cach .s{
    font-size: 43px;
}
.main-img .cach .r{
    color: #e4565e;
}
.main-img .cach:before{
    content: "";
    width:65px ;
    height: 104px;
    background: url(images/cach.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top:-75px;
    left: -26px;
    z-index: 2;
   
}
.main-img p.s .w{
    background:linear-gradient(transparent 60%, #fdd23c 60%);
    font-size: 17px;
}

.totop{
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.main-img .tocont{
    position: absolute;
    right: 3%;
    bottom: 5%;
}
.main-img .tocont .w{
    font-size: 26px;
    color:#e4565e ;
    line-height: 120%;
    text-align: center;
    display: inline-block;
}
.main-img .tocont a{
    background: #fff;
    display: block;
    border: 2px solid #e5555d;
    padding: 40px 35px 30px 40px;
    border-radius: 76% 57% 80% 60%;
    position: relative;
}
.main-img .tocont a:before{
    content: "";
    width:52px ;
    height: 49px;
    bottom: -5px;
    right: 0;
    background: url(images/tocont.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
}
.home-blog .box{
    margin-bottom: 30px; 
    width: 22.6%;
  
}
.home-blog .box:nth-child(n+5){
    display: none;
}
.home-blog .box .pic{
    position: relative;
    background-position: 50% 50%;
    background-image:
    repeating-linear-gradient(
      90deg,
      transparent ,
      #000 15px,
      transparent 30px
    );
    padding: 1px 0;
    margin-bottom: 15px;
}
.home-blog .box .pic:before{
    content: "";
    
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    right: -1px;
    background-position: 50% 50%;
    background-image:
    repeating-linear-gradient(
      0deg,
      transparent ,
      
      #000 15px,
      transparent 30px
    );
    z-index: -1;
}
.home-blog .box .pic:after{
    content: "";
    top: 35px;
    left: 0;
    bottom: -8px;
    right: -8px;
    position: absolute;
    z-index: -2;
    background-position: 50% 50%;
    background-image:
    repeating-linear-gradient(
      45deg,
      #000 ,
    #000 1.2px,
    transparent 1.2px,
    transparent 6px
    );
}
.home-blog .box .pic a:hover{
   opacity: 1;
}
.home-blog .box .day{
    line-height: 140%;
}
.home-blog .box h3{
    font-size: 18px;
}
.home-blog h2{
    font-size:30px ;
    padding: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
}
.home-blog .tit p{
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 1em;
}
.home-blog .tit p a{
    display: inline-block;
    background: #c7e9fb;
    color: #fff;
    padding: 0 3em;
    font-size: 14px;
    border-radius: 20px / 50%;
   
}
.home-blog .tit{
    padding: 0 0 30px 0;
}
.home-blog{
    padding: 80px 0 90px 0;
    max-width: 1200px;
    margin: 0 auto;
    background-image: url(images/h-blogbk1.png),url(images/h-blogbk2.png);
    background-repeat: no-repeat;
    background-position: 0 bottom,right bottom;

}
.bbk{
    background:#c7e9fb ;
}
.home2{
    padding: 95px 0 10px 0;
}
.home2 .wt{
    background: #fff url(images/home2-bk.png) calc(100% - 40px) calc(100% - 35px) no-repeat;
    border-radius: 10px;
    padding: 0 3% 70px 3%;
}
.home2 .h2h{
    margin-bottom: -35px;
    transform: translateY(-35px);
}
.home2 .inner{
    padding-bottom: 60px;
    position: relative;
}
.home2 h3{
    text-align: center;
    font-size:36px;
    padding: 0 0 40px 0;
    color: #e4565e;
}
.home2 .txt{
    max-width: 475px;
    margin: 0 auto;
}
.home2 .txt p{
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 18px;
    text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.home2 .pic{
    position: absolute;
    bottom: 0;
    left:-130px ;
}
.home3{
    padding: 90px 0 0 0;
}
.home3 .tbox{
    width: 50%;
}
.home3 .img{
    width: 48%;
    padding: 0 0 80px 0;
    
}
.home3 .img div{
    position: relative;
}
.home3 h3{
    background: url(images/foot-dot.png) 0 bottom repeat-x;
    padding: 0 11% 15px 4%;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 10px;
}
.home3 .txt{
    padding: 0 11% 0 4%;
}
.home3 h3 .n{
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0;
}
.home3 h3 .w{
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 80px);
}
.home3 h3 .e{
    display: block;
    color: #999999;
    font-size: 16px;
    line-height: 110%;
}
.home3 .flexb:nth-child(2n+1){
    flex-direction:row-reverse;
}
.home3 .flexb:nth-child(2n) h3{
    padding: 0 4% 15px 11%;
}
.home3 .flexb:nth-child(2n) .txt{
    padding: 0 4% 0 11%;
}
.home3 .txt p{
    padding: 0 0 20px 0;
}

.home3 .flexb{
    padding: 0 0 20px 0;
}
.home3 .flexb:nth-child(1) .pic2{
    position: absolute;
    left: 85.5%;
    top: 40%;
    width: 28.33%;
}
.home3 .pic{
    border-radius: 10px;
    overflow: hidden;
}
.home3 .flexb:nth-child(2) .pic2{
    position: absolute;
    right: 87.28%;
    top: 40%;
    width: 27.71%;
}
.home3 .flexb:nth-child(3) .pic2{
    position: absolute;
    left: 60.2%;
    top: 40%;
    width: 63.96%;
}
.home3 .wrap{
    position: relative;
}
.home3 .wrap:before{
    content: "";
    width:152px ;
    height: 152px;
    background: url(images/home3-img.png) 0 0 no-repeat;
    position: absolute;
    top: -152px;
    right: 0;
    z-index: -1;
}
.home4 .img .pic{
    border-radius: 10px;
    overflow: hidden;
}
.home4 .img{
    position: relative;
    padding: 0 0 20px 0;
    margin-bottom: 80px;
}
.home4  .pic2{
    position: absolute;
    bottom: 0;
    width: 25.8%;
    right: 85%;
}
.home4 .left {
    width: 41%;
    margin-bottom: 20px;
}
.home4 .left p{
    line-height: 140%;
    font-weight: bold;
    padding: 0 0 20px 0;
}
.home4 .left .tit li {
    padding: 0 0 6px 6px;
}
.home4 .left .table {
    max-width: 394px;
    background: url(images/foot-dot.png) 0 0 repeat-x;
    padding: 30px 0 0 0;
}
.home4 .left dl {
    background: url(images/foot-dot.png) 0 bottom repeat-x;
    padding: 18px 0;
}
.home4 .left dt {
    float: left;
    color: #e5555d;
    font-weight: bold;
}
.home4 .left dd {
    padding: 0 0 0 6em;
    font-weight: bold;
}
.home4 h3{
    font-size: 30px;
    line-height: 110%;
    padding: 0 0 20px 0;
}
.home4 h3 .s{
    font-size: 16px;
    display: block;
    line-height: 120%;
    padding: 0 0 3px 5px;
}
.home4 .left .tit  ul{
    padding: 20px 0 0 0;
}
.home4 .map{
    width:48% ;
    margin-bottom: 20px;
}
.home4 .map iframe{
    width: 100%;
    height: 100%;
}
.home4{
    padding: 50px 0 20px 0;
}
.home5{
    padding: 50px 0 0 0;
}
.h4w{
    font-size: 18px;
    padding: 0 0 20px 0;
    
}
.h4w .w{
    border:#000 1px solid;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 2.5em;
    background: #fff;
}
.home5-1 .img{
    width:48% ;
    margin-bottom: 20px;
}
.home5-1 .tbox{
    width: 45%;
    padding: 0 0 20px 0;
}
.home5-1 .img .pic{
    border-radius: 10px;
    overflow: hidden;
}
.home5-1 .img div{
    position: relative;
}
.home5-1 .img .pic2{
    position: absolute;
    bottom: -20px;
    width: 38.13%;
    right: 83.33%;
}
.home5-1 .tbox dl{
    background: url(images/foot-dot.png) 0 bottom repeat-x;
    padding: 18px 0;
}
.home5-1 .tbox dt{
    float: left;
    color: #e5555d;
    font-weight: bold;
}
.home5-1 .tbox dd{
    padding: 0 0 0 11em;
    font-weight: bold;
}

.home5-1{
    padding-bottom: 60px;
}
.home5-2 p{
    padding: 0 0 20px 0;
}
.home5-2 table{
    width: 100%;
    border-collapse: collapse;
}
.home5-2 th{
    width: 180px;
    text-align: left;
    color:#e5555d ;
    line-height: 140%;
    padding: 20px 20px 22px 0;
    box-sizing: border-box;
}
.home5-2 th+td{
    width:590px;
    padding: 20px 0 22px 0;
}
.home5-2 td+td{
    width: 250px;
    padding: 20px 0 22px 20px;
    text-align: right;
}
.home5-2 td .c{
    font-size: 24px;
    padding: 0 0 0 16px;
}
.home5-2 tr{
    background: url(images/foot-dot.png) 0 bottom repeat-x;
}
.home5-2{
    padding-bottom: 80px;
}
.flow h3{
    text-align: center;
    font-size:30px ;
    padding: 0 0 50px 0;
}
.flow h3:after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #000;
    margin: 0 auto;
}
.flow dl{
    box-sizing: border-box;
    width: 22.5%;
    background: #c7e9fb;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;

}
.flow dl:after{
    content: "";
    display: block;
    padding-top: 88.79%;
}
.flow dt{
    position: absolute;
    top: 20px;
    left: 12px;
}
.flow dd{
    font-size: 24px;
    line-height: 140%;
    text-align: center;
}
.flow dl:before{
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    right: -1px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient( 0deg, transparent , #000 15px, transparent 30px );
    z-index: -1;
}
.flow dd:before{
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 1px;
    right: 1px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient( 90deg, transparent , #000 15px, transparent 30px );
    z-index: -2;
}
.flow dd .w:before{
    content: "";
    position: absolute;
    width: 59px;
    height: 48px;
    background: url(images/up.png) 0 0 no-repeat;
    background-size: cover;
    top: -24px;
    left: -20px;
}
.flow dd:after{
    content: "";
    position: absolute;
    width: 59px;
    height: 48px;
    background: url(images/dw.png) 0 0 no-repeat;
    background-size: cover;
    bottom: -24px;
    right: -20px;
}
.flow .txt{
    padding: 20px 0;
}
.flow .txt p{
    padding: 0 0 20px 0;
}
.flow .txt li{
    padding: 0 0 20px 1em;
    text-indent: -1em;
    line-height: 160%;
}
.flow {
    padding-bottom: 40px;
}
.faq{

    padding: 90px 0 80px 0;
}
.faq .wt{
    background: #fff;
    border-radius: 10px;
    padding: 0 3% 40px 3%;
}
.faq .h2h{
    margin-bottom: -35px;
    transform: translateY(-35px);
}
.faq .wrap{
    max-width: 840px;
    margin: 0 auto;
}
.faq h3{
    font-size: 18px;
    color: #e5555d;
    position: relative;
    padding: 10px 60px 10px 80px;
    cursor: pointer;
}
.faq h3 .q{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    line-height: 50px;
    background:#e5555d ;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 10px;
}
.faq .box{
    background: url(images/foot-dot.png) 0 bottom repeat-x;
    padding: 0 0 30px 0;
    margin-bottom: 30px;
}
.faq .a{
    padding: 20px 0 0 0;
    display: none;
}
.faq .a p{
    padding: 0 0 20px 0;
}
.faq h3:before{
    content: "";
    width: 32px;
    height: 21px;
    background: url(images/faq.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: ease .5s;
        transition: ease .5s;
}
.faq h3.is-parent:before{
    transform: rotate(180deg);
}
.home-blog .box .pic a{
    position: relative;
    display: flex;
}
.home-blog .box .pic a::after{
    content: "";
    display: block;
    padding-top: 88.5%;
}
.home-blog .box .pic a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) {
    .main-img .cach{
        font-size: 34px;
    }
    .main-img .inner{
        min-width: 250px;
    }
    .main-img .tocont .w{
        font-size: 20px;
    }
    .main-img .tocont a{
        padding: 20px 25px 25px 20px;
    }
    .main-img .tocont a:before{
        width: 40px;
        height: 39px;
    }
    .main-img .cach .s{
        font-size: 26px;
    }
    
    .main-img .cach:before{
        width: 55px;
        height: 88px;
    }
    .home2 h3{
        font-size: 26px;
    }
    .home2 .pic{
        max-width: 36%;
    }
    .home2 .wt{
        background-position: calc(100% - 20px) calc(100% - 20px) ;
    }
    .home3 h3{
        font-size: 20px;
    }
    .home4 .left{
        width: 100%;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .home4 .map{
        width: 100%;
        height: 300px;
    }
    .home5-1 .tbox dt{
        float: none;
    }
    .home5-1 .tbox dd{
        padding-left: 0;
    }
    .home5-2 table{
        width: 1000px;
    }
    .home5-2 .table{
        overflow-x: auto;
    }
    .flow dt{
        top: 4px;
    }
    .flow dd{
        font-size: 18px;
    }
    .home-contact dt{
        font-size: 20px;
        white-space: nowrap;
    }
    .home-contact dd{
        font-size: 26px;
    }
}
@media only screen and (max-width: 599px) {
    .main-img .cach{
        font-size: 30px;
        padding-bottom: 0;
    }
    .main-img .inner{
        min-width: 200px;
        padding: 35px 0 15px 0;
    }
    .main-img p.s .w{
        font-size: 12px;
        white-space: nowrap;
        line-height: 140%;
    }
    .main-img p.s{
        position: relative;
        z-index: 1;
    }
    .main-img .tocont .w{
        font-size: 18px;
    }
    .main-img .tocont{
        bottom: -80px;
    }
    .home-blog h2{
        font-size: 24px;
    }
    .h2h{
        font-size: 24px;
    }
    .main-img .tocont a{
        padding: 15px 20px 10px 15px;
    }
    .home-blog .box{
        width: 48%;
    }
    .main-img .tocont a:before{
        width: 30px;
        height: 28px;
    }
    .home2 h3{
        font-size: 22px;
        line-height: 160%;
    }
    .home2 h3 br{
        display: none;
    }
    .home2 .txt p{
        text-align: left;
    }
    .home2 .pic{
        left: -10px;
        max-width: 150px;
    }
    .home2 .txt p{
        font-size: 16px;
    }
    .home3 .img{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
    }
    .home3 .tbox{
        width: 100%;
    }
    .home3 .txt,.home3 h3{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home5-1 .img{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
    }
    .home5-1 .tbox{
        width: 100%;
        padding-top: 20px;
    }
    .flow dl{
        width: 48%;
        max-width: 220px;
    }
    .flow .flexb{
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .flow h3{
        font-size: 24px;
    }
    .home-contact dl{
        width: 100%;
    }
    .faq h3 .q{
        width: 36px;
        line-height: 36px;
        font-size: 24px;
    }
    .faq h3{
        padding: 3px 40px 3px 45px;
    }
}
.sub-img img{
    width: 100%;
    height: auto;
}
.contact1{
    padding: 70px 0 0 0;
}
.contact1 p{
    text-align: center;
    font-size: 22px;
    padding: 0 0 60px 0;
}
.contact1 .h2h{
    padding-bottom: 40px;
}
.contact2{
    padding:100px 0;
}
.contact2 .inner{
    background: #fff;
    border-radius: 10px;
    padding: 80px 3%;
    box-sizing: border-box;
}
.contact2 .table{
    max-width: 840px;
    margin: 0 auto;
}
.contact2 .table dt{
    width: 170px;
    line-height: 140%;
    font-size: 18px;
    padding: 10px 0 0 0;
}
.contact2 .table dd{
    width: calc(100% - 190px);
    padding: 0 0 40px 0;
}
.contact2 .table .size1{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #eee;
    border-radius: 10px;
    border: none;
}
.contact2 .table dt .h{
    display: block;
    font-size:12px ;
    color: #e4565e;
}
.contact2 .table dd label{
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    line-height: 140%;
}
.contact2 .mw_wp_form_preview .table dd{
    padding: 10px;
    background: #eee;
    border-radius: 10px;
    margin-bottom: 40px;
    box-sizing: border-box;
    min-height: 40px;
}
.contact2 .send{
    text-align: center;
}
.formbtn{
    padding-top: 30px;
}
.contact2 .send button{
    background:#c7e9fb ;
    width: 100%;
    max-width: 250px;
    padding: 10px 0;
    border-radius: 10px;
    border: none;
    font-size:18px ;
    cursor: pointer;
}
.contact2 .back button{
    background:#eeeeee ;
    width: 100%;
    max-width: 250px;
    padding: 10px 0;
    border-radius: 10px;
    border: none;
    font-size:18px ;
    cursor: pointer;
}
.contact2 .mw_wp_form_preview .formbtn{
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.contact2 .mw_wp_form_preview .formbtn li{
    width: 50%;
    padding: 0 2.5%;
    box-sizing: border-box;
    max-width: 350px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .contact2 .table dt{
        width: 100%;
        padding-bottom: 5px;
    }
    .contact2 .table dd{
        width: 100%;
    }
    .contact1 p{
        font-size: 18px;
    }
}
@media only screen and (max-width: 599px) {
    .contact1 p br{
        display: none;
    }
    .mwform-checkbox-field{
        display: block;
    }
    .mw_wp_form .horizontal-item + .horizontal-item{
        margin-left: 0;
    }
}

.blog{
    padding: 70px 0 0 0;
}

.blog #side{
    width: 24%;
}
.blog #left{
    width: 72%;
    padding-bottom: 30px;
}
.blog #side h3{
    text-align: center;
    font-size: 24px;
    background: url(images/side-bottom.png) center bottom no-repeat;
    padding: 0 0 35px 0;
    margin-bottom: 20px;
}
.blog #side h3 .pic{
    display: block;
    text-align: right;
    padding-bottom: 3px;
}
.blog #side li{
    font-size: 18px;
    padding: 0 5% 10px 5%;
}
.blog #side li:before{
    content: "・";
}
.blog #side .box{
    padding: 0 0 30px 0;
}
.blog_list .box .tbox{
    width: 63%;
}
.blog_list .box .pic{
    width: 32%;
    padding: 0 0 20px 0;
}
.blog_list .box .pic a{
    position: relative;
    display: flex;
}
.blog_list .box .pic a:after{
    content: "";
    display: block;
    padding-top: 88.5%;
}
.blog_list .box .pic a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_list .box .pic a:before{
    content: "";
    top: 35px;
    left: 0;
    bottom: -8px;
    right: -8px;
    position: absolute;
    z-index: -3;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient( 45deg, #000 , #000 1.2px, transparent 1.2px, transparent 6px );
}
.blog_list .box .pic a .w:before{
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    right: -1px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient( 0deg, transparent , #000 15px, transparent 30px );
    z-index: -1;
}
.blog_list .box .pic a .w:after{
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 1px;
    right: 1px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient( 90deg, transparent , #000 15px, transparent 30px );
    z-index: -2;
}
.blog_list .box .tbox dt .d{
    display: inline-block;
    padding: 0 1.5em 0 0;
}
.blog_list .box .tbox dt a{
    display: inline-block;
    background: url(images/tag.png) 0 10px no-repeat;
    padding: 0 0 0 26px;
    color: #e5555d;
}
.blog_list .box .tbox dt+dd{
    font-size: 24px;
}
.blog_list .box .tbox .ex{
    padding: 0 0 20px 0;
    line-height: 160%;
    font-size: 18px;
}
.blog_list .box .tbox .more{
    text-align: right;
    font-size: 18px;
    padding: 0 0 20px 0;
}
.blog_list .box .tbox .more a{
    display: inline-block;
    background: #c7e9fb;
    padding: 8px 2em;
    border-radius: 10px;
}
.blog_list .box{
    padding: 0 0 60px 0;
}
.pagenav span, .pagenav a {
    display: inline-block;
    
    background: #c7e9fb;
    
    border-radius: 10px;
    padding: 3px 10px;
    margin: 2px 5px;
    font-size: 18px;
}
.pagenav{
    padding: 0 0 50px 0;
}
@media only screen and (max-width: 1024px) {
    .blog #left{
        width: 100%;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog #side {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .blog #side .cat{
        padding-top: 50px;
    }
    .blog #side .box{
        max-width: 240px;
    }
}
@media only screen and (max-width: 599px) {
    .blog #side .box{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .blog #side .cat{
        padding-top: 20px;
    }
    .blog_list .box .tbox dt+dd{
        font-size: 20px;
        padding: 0 0 20px 0;
        line-height: 160%;
    }
    .blog_list .box .tbox .ex{
        display: none;
    }
}

.blog_single .tit .pic {
    width: 32%;
    padding: 0 0 20px 0;
}
.blog_single .tit .pic .a:after{
    content: "";
    display: block;
    padding-top: 88.5%;
}
.blog_single .tit .pic .a:before{
    content: "";
    top: 35px;
    left: 0;
    bottom: -8px;
    right: -8px;
    position: absolute;
    z-index: -3;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient( 45deg, #000 , #000 1.2px, transparent 1.2px, transparent 6px );
}
.blog_single .tit .tbox {
    width: 63%;
    border-bottom:1px solid #000000 ;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}
.blog_single .tit .tbox div{
    width: 100%;
    padding: 0 0 10px 0;
}
.blog_single .tit .pic .a{
    position: relative;
    display: flex;
}
.blog_single .tit .pic .a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_single .tit .pic .a .w:after{
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 1px;
    right: 1px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient( 90deg, transparent , #000 15px, transparent 30px );
    z-index: -2;
}
.blog_single .tit .pic .a .w:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: -1px;
    right: -1px;
    background-position: 50% 50%;
    background-image: repeating-linear-gradient( 0deg, transparent , #000 15px, transparent 30px );
    z-index: -1;
}
.blog_single .tit{
    padding-bottom: 30px;
}
.blog_single .txt p{
    padding: 0 0 30px 0;
}
.blog_single .tit .tbox p .d {
    display: inline-block;
    padding: 0 1.5em 0 0;
}
.blog_single .tit .tbox p a{
    display: inline-block;
    background: url(images/tag.png) 0 10px no-repeat;
    padding: 0 0 0 26px;
    color: #e5555d;
}
.blog_single .tit h3{
    font-size: 24px;
}
.blog_single .back{
    font-size: 18px;
    padding: 50px 0 20px 0;
}
.blog_single .back a{
    text-decoration: underline;
}
@media only screen and (max-width: 599px) {
    .blog_single .tit h3{
        font-size: 20px;
    }
}
.home-flow .box{
    width: 48%;
    padding: 0 0 40px 0;
}
.home-flow dl{
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 10px 1em;
}
.home-flow dl dt{
    width: 5em;
    display: flex;
    align-items: center;
}
.home-flow dl dd{
    width: calc(100% - 5em);
    line-height: 160%;
    display: flex;
    align-items: center;
}
.home-flow dl dt{
    line-height: 160%;
}
.home-flow{
    padding: 70px 0 30px 0;
}
.home-flow .inner{
    position: relative;
}
.home-flow .pic{
    position: absolute;
    bottom: -10px;
    right:75%;
    width: 32%;
    min-width: 170px;
}
@media only screen and (max-width: 599px) {
    .home-flow .box{
        width: 100%;
    }
    .home-flow .inner{
        padding-bottom: 40px;
    }
    .home-flow .pic{
        right: auto;
        left: -5px;
    }
}