@charset "UTF-8";

.the_contentbody {
    margin: 0 auto;
	padding:3% 4%;
	width: 100%;
	max-width: 1200px;
}

/* ------ TOPIMAGE ------- */

.topimage{
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 100%;
    margin: 0 auto;
}

.topimage h2 {
    text-align: left;
    position: absolute;
    width: 90%;
    top: 12%;
    left: 5%;
    background-color:rgba(7,122,8,0.70);
    padding: 4% 5%;
    font-size: clamp(28px, 5vw, 58px);
    font-weight: 700;
    color: #fff;
    z-index: 6;
    line-height: 1.4;
    transition: none;
}

.topimage h2 b {
    display: block;
    font-size: clamp(10px, 2vw, 16px);
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 20px;
}

.topimage h2 span {
    display: block;
    font-size: clamp(14px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.topimage h2 i {
    display: inline-block;
}

.topimage .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
}
  
.topimage .swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.topimage .slide-media img {
    -webkit-transition: 7s 1s ease-out;
    transition: 7s 1s ease-out;
}

.topimage .slide-title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.6;
    position: absolute;
    right: 8rem;
    bottom: 15%;
    margin-left: 16rem;
    text-align: right;
    color: #fff;
}

.topimage .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.topimage .swiper-slide[class*=-active] .slide-title {
    -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
            animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
            filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.slide-media,
.thumb-media {
    position: relative;
    overflow: hidden;
}

.slide-media img,
.thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.topimage .slide-media:before {
    content:"";
    display: block;
    padding-top: 160%;
} 

@media only screen and (min-width: 1024px) {

    .topimage h2 {
        width: auto;
        padding: 2% 5%;
    }
    
    .topimage .slide-media:before {
        content:"";
        display: block;
        padding-top: 50%;
    }
    
    .topimage h2 i {
        display: inline-block;
    }

}

/* ------ PAGEIMAGE ------- */

#PageImage {
    position: relative;
    width: 100%;
    height: 460px;
	font-size: 0;
	line-height: 0;
    top: 0;
    z-index:0;
	margin: 0 auto;
}

#PageImage.large,#PageImage.special{
    height: 320px;
}

#PageImage.large.textonly{
    height: 200px;
}

#PageImage .container {
    height: 100%;
    -moz-background-size:cover;
    background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
    width: 100%;
    z-index: 100;
    text-align: center;
    *zoom:1;
}

#PageImage .container:after {
    content: '';
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(255,255,255,0);

}

#PageImage.special .container:after {
	background-color: rgba(255,255,255,0);
}

#PageImage.large .container:after {
	background-color: rgba(116,116,246,0);
}

#PageImage:before,
#PageImage:after{
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
	background-color: rgba(255,255,255,0);
	z-index: 5;
}

#PageImage.large:before,
#PageImage.large:after{
/*    background:linear-gradient( #fff, #F0F0F0);*/
/*    content: none;*/
}

#PageImage.special:before,
#PageImage.special:after{
    background:linear-gradient( #fff, #F0F0F0);
/*    content: none;*/
}

#PageImage.large.white:before,
#PageImage.large.white:after{
    background:linear-gradient( #fff, #fff);
/*    content: none;*/
}

#PageImage:before {
    top: 0;
    left: 0;
}

#PageImage:after {
    top: 0;
    right: 0;
}

#PageImage h2,
#PageImage h1{
    position: absolute;
	z-index: 2;
	width: 100%;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	color: #000;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0.1em;
}

#PageImage h2 span,
#PageImage h1 span{
    font-family: "League Spartan", sans-serif;
    display: block;
    font-size: clamp(42px, 4vw, 60px);
    font-weight: 700;
}

#PageImage.large h1 {
    position: absolute;
	z-index: 2;
	width: 100%;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-size: clamp(32px, 4vw, 66px);
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.0em;
	color: #000;
}

#PageImage.large h1 span {
    display: inline-block;
    position:relative;
	z-index: 3;
	
/*    background:linear-gradient(transparent 60%, #111e1a 60%);*/
}

#PageImage.large h1 span:after {
    content: '';
    position: absolute;
	display: block;
	bottom: -5px;
	left: -5%;
	z-index: -1;
	width: 110%;
	height: 30px;
/*	background-color: #D4FFFC;*/
}

#PageImage.large h1 em {
    display: block;
	font-size: 24px;
	line-height: 1.3;
	padding: 0 5px;
	font-weight: 400;
}

#PageImage.large h1 var {
    display: block;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	margin-top: 0;
    letter-spacing: 0.1em;
    color:#62C9C3; 
}

#PageImage h2 figure,
#PageImage h1 figure{
    display: block;
	margin: 0 auto 30px;
	width: 100%;
	max-width: 350px;
}

#PageImage h2 figure img,
#PageImage h1 figure img{
    max-height: 40px;
}

#PageImage.large h1 figure{
    display: block;
	margin: 0 auto 10px;
	width: 80%;
	max-width: 650px;
}

#PageImage.large figure img{
    max-height: 40px;
}

#PageImage.large.textonly figure img{
    max-height: 60px;
}

figure.subtitle {
    display: none;
}

@media screen and (min-width: 1140px) {

    #PageImage,
    #PageImage.large,{
        height: 328px;
    }
	
	#PageImage.special{
        height: 470px;
    }

    #PageImage:before,
    #PageImage:after{
        width: 70px;
    }
	
	#PageImage.large h1 em {
        font-size: 36px;
        line-height: 1.3;
        padding: 0 5px;
    }
	
	#PageImage.large h1 var {
        font-size: 16px;
        margin-top: 20px;
    }
	
	#PageImage h2 figure,
	#PageImage h1 figure{
        margin: 0 auto 30px;
        max-width: 600px;
    }
	
	#PageImage h2 figure img,
	#PageImage h1 figure img{
        max-height: 50px;
    }
    
    #PageImage.large figure img{
        max-height: 50px;
    }
    
    #PageImage.large.textonly{
        max-height: 80px;
    }
	
	figure.subtitle {
	    display: block;
		position: fixed;
		width: 200px;
		height: 40px;
		top: 200px;
		left: -85px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
		opacity: 0.1;
	}
	
	figure.subtitle img {
	    max-height: 40px;
	}

}

.company-wrapper {
    font-size: 0;
    line-height: 0;
    width: 100%;
    margin: 5% auto 5%;
}

#Widewrapper {
    width: 100%;
    margin: 5% auto 0;
}

.one-content {margin-bottom: 10%;}

.two-content {
    margin-bottom: 0%;
    font-size: 0;
}

.one-content h3,
.two-content h3{
    position: relative;
    margin-left: 0;
    text-align: center;
    max-width: 96%;
}

.one-content h3 img,
.two-content h3 img {
    width: auto;
    max-height: 50px;    
}

.one-content h3 img {margin-bottom: 3%;}
.two-content h3 img {margin-bottom: 5%;}

/* ------ パターン1 ------- */

.onewide-pattern {
    position: relative;
}

.onewide-pattern figure {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.onewide-pattern .textbox {
    position: relative;
    z-index: 2;
    margin-top: -10%;
    right: -5%;
    width: 90%;
    background-color:#55B715;
    padding: 5% 8% 2% 10%;
    min-width: 300px;
    border-radius: 20px;
    background-image: url("../images/img/moyo.svg");
    background-size: cover;
    background-position: 50% 50%;
}

.onewide-pattern .textbox li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    margin-right: 10%;
}

.onewide-pattern .textbox li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -27px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/icon/check.svg");
    background-size: 20px 20px;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.onewide-pattern .textbox h3 {
    color: #fff;
    text-align: left;
    font-size: clamp(15px, 1.8vw, 24px);
    font-weight: 700;
    margin: 0 0 5px;
}

.onewide-pattern .textbox p {
    color: #fff;
    text-align: left;
    font-size: clamp(10px, 1vw, 14px);
    font-weight: 400;
    line-height: 1.4;
}

@media screen and (min-width: 670px) {

    .onewide-pattern .textbox li {
        width: 45%;
        margin-bottom: 25px;
        margin-right: 10%;
    }

    .onewide-pattern .textbox li:nth-child(2n) {
        margin-right: 0;
    }

}

@media screen and (min-width: 769px) {

    .onewide-pattern .textbox {
        margin-top: -20%;
        right: -5%;
    }

    .onewide-pattern .textbox li:before {
        left: -37px;
        width: 30px;
        height: 30px;
    }

}

/* ------ パターン2 ------- */

.onewide-pattern2 {
    position: relative;
    max-width: 1480px;
    margin: 0 auto 30%;
}

.onewide-pattern2 figure {
    position: relative;
    width: 100%;
    z-index: 1;
}

.onewide-pattern2 figure img {
}

.onewide-pattern2 .textbox {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background-color:#55B715;
    padding: 5% 5% 5% 7%;
    min-width: 300px;
    border-radius: 20px;
    background-image: url("../images/img/moyo.svg");
    background-size: cover;
    background-position: 50% 50%;
}

.onewide-pattern2 .textbox p {
    color: #fff;
    text-align: left;
    font-size: clamp(13px, 2vw, 18px);
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width: 767px) {

    .onewide-pattern2 {
        margin: 0 auto 0;
    }

    .onewide-pattern2 .textbox {
        top: 50%;
        left: auto;
        right: -22%;
        width: 50%;
    }
    
    .onewide-pattern2 figure {
        width: 70%;
    }


}

@media screen and (min-width: 1160px) {

    .company-wrapper {
        width: 80%;
        margin: 5% auto 5%;
    }

    .onewide-pattern figure {
        position: absolute;
        top: 0;
        right: 24%;
        width: 90%;
    }

    .onewide-pattern figure img {
        height: 100%;
        min-height: 900px;
        max-height: 900px;/* -safari用に- */
        object-fit: cover;
        object-position: left 0;
    }

    .onewide-pattern .textbox {
        float: right;
        margin-top: 10%;
        right: -5%;
        width: 60%;
        padding: 5% 5% 5% 7%;
        min-width: 300px;
        border-radius: 20px;
    }
    
    .onewide-pattern .textbox li {
        width: 100%;
        margin-bottom: 25px;
        position: relative;
        margin-right: 0;
    }
    
    .onewide-pattern2 .textbox {
        position: absolute;
        z-index: 2;
        top: 50%;
        right: -35%;
        transform: translate(-50%, -50%);
        width: 60%;
        background-color:#55B715;
        padding: 5% 5% 5% 7%;
        min-width: 300px;
        border-radius: 20px;
        background-image: url("../images/img/moyo.svg");
        background-size: cover;
        background-position: 50% 50%;
    }


}

/* ------ パターン3 ------- */

.two-pattern {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-bottom: 25%;
}

.two-set {
    position: relative;
}

.two-pattern figure {
    position: relative;
    width: 100%;
    z-index: 1;
}

.two-pattern .textbox {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background-color:#55B715;
    padding: 5% 5% 5% 7%;
    min-width: 300px;
    border-radius: 20px;
    background-image: url("../images/img/moyo.svg");
    background-size: cover;
    background-position: 50% 50%;
}

.two-pattern .textbox p {
    color: #fff;
    text-align: left;
    font-size: clamp(13px, 2vw, 18px);
    font-weight: 400;
    line-height: 1.5;
}


@media screen and (min-width: 767px) {

    .one-content h3 img,
    .two-content h3 img {max-height: 65px;}
    
    .two-pattern {
        margin-bottom: 10%;
    }
    
    .two-pattern figure {
        position: relative;
        width: 70%;
        z-index: 1;
    }

    .two-pattern .textbox {
        top: 50%;
        left: auto;
        right: -22%;
        width: 50%;
    }
    
    .two-pattern .textbox p {
        line-height: 1.8;
    }
    
}

@media screen and (min-width: 1160px) {

    .one-content h3 img,
    .two-content h3 img {
        max-height: 70px;    
    }

    .one-content h3 img {margin-bottom: 3%;}
    .two-content h3 img {margin-bottom: 5%;}

    .two-pattern {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 12%;
    }
    
    .two-pattern:nth-child(2n){
        margin-right: 0%;
    }
    
    .two-pattern figure {
        width: 100%;
        z-index: 1;
    }

    .two-pattern .textbox {
        position: absolute;
        z-index: 2;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        background-color:#55B715;
        padding: 5% 5% 5% 7%;
        min-width: 300px;
        border-radius: 20px;
    }

}

@media screen and (min-width: 1600px) {

    .one-content h3 img,
    .two-content h3 img {
        width: auto;
        max-height: 80px;    
    }

}

/* ------ パターン4 ------- */

.onewide-pattern3 {
    position: relative;
    max-width: 100%;
    margin: 0 auto 30%;
}

.onewide-pattern3 figure {
    position: relative;
    width: 100%;
    z-index: 1;
}

.onewide-pattern3 .textbox {
    position: absolute;
    z-index: 2;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    background-color:rgba(248,140,61,1.00);
    padding: 3% 3% 3% 3%;
    min-width: 300px;
    border-radius: 20px;
    background-image: url("../images/img/moyo2.svg");
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
}

.onewide-pattern3 .textbox h3 {
    color: #fff;
    font-size: clamp(15px, 2vw, 32px);
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 5px;
}

.onewide-pattern3 .textbox p {
    color: #fff;
    font-size: clamp(13px, 1.5vw, 18px);
    font-weight: 400;
    line-height: 1.5;
}

.onewide-pattern3 .textbox p span {
    display: block;
    font-size: clamp(11px, 1.5vw, 16px);
    margin-top: 10px;
}

.onewide-pattern3 .textbox p span.tel {margin-top: 0px;}

a.otoiawase {
    display: block;
    font-size: clamp(20px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.5;
    margin-top: 10px;
    color: #fff;
}

a.otoiawase b {
    display: inline-block;
    background:linear-gradient(transparent 50%, #5B3400 50%);
    padding: 0 20px;
}

@media screen and (min-width: 1160px) {

    .onewide-pattern3 {
        margin: 0 auto 10%;
    }

    .onewide-pattern3 .textbox {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
    }

}

.business {
    position: relative;
    display: inline-block;
    width: 49%;
    padding: 3% 3%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: solid 1px #000;
    border-radius: 5px;
}

.business:nth-child(2n){
    margin-right: 0;
}

.business:before {
    content: '';
    display: block;
}

.business:after {
  content: '';
  background-color: #E6F8D7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -7px;
  left: 7px;
  z-index: -1;
}

.business h3 {
	font-size: clamp(16px, 2vw, 28px);
	line-height: 1.4;
	font-weight: 700;
    padding-left: 0;
}

.business h3 var {
    position: absolute;
    display: none;
    top: -20%;
    left: 2%;
	font-family: "League Spartan", sans-serif;
    font-size: clamp(30px, 4vw, 42px);
	line-height: 1.4;
	font-weight: 700;
    font-style: italic;
    color: rgba(99,200,112,1.00);
}

.business ul {
    width: 100%;
    top: 30%;
    left: 8%;
}

.business ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    margin-right: 20px;
}

.company-wrapper h2 {
 	font-size: clamp(36px, 5vw, 68px);
	line-height: 1.4;
	font-weight: 700;
    text-align: center;
    margin: 10% 0;
    letter-spacing: 0.1em;
}

.company-wrapper h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 10px;
    background-color: #DADADA;
    margin: 10px auto 0;
    border-radius: 100%;
}

.company-wrapper h2 span {
    font-family: "League Spartan", sans-serif;
    display: block;
    font-size: clamp(11px, 3vw, 16px);
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.1em;
}

.company-wrapper h3 {
 	font-size: clamp(32px, 3vw, 58px);
	line-height: 1.4;
	font-weight: 900;
    text-align: center;
    margin-bottom: 2%;
    letter-spacing: -0.05em;
}

.company-wrapper h3 var {
 	font-size: clamp(32px, 6vw, 140px);
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    color: #8bbe43;
    margin-right: 3%;
    font-weight: 700;
}

.company-img {
    display: inline-block;
	vertical-align: top;
    width: 50%;
	position: relative;
    overflow: hidden;
}

.company-img a h2 {
    color: #fff;
	position: absolute;
	padding: 1% 5% 0 8%;
	top: 13%;
	left: 0;
	font-size: 22px;
	font-size: clamp(22px, 2vw, 32px);
	line-height: 1.8;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition:all .6s cubic-bezier(.19,1,.22,1);
}

.company-img a:hover h2 {
	top: 10%;
	left: 0;
	padding: 1% 5% 0 8%;
	background-color: #1b9ba3;
}

.company-img a h2 span {
	font-size: 10px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	display: block;
}

.company-img a:before {
    position: absolute;
	top: 0;
    content:"";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition:all .6s cubic-bezier(.19,1,.22,1);
}

.company-img a:hover:before {
	background-color: rgba(0,0,0,0);
}

.company-img figure:before {
    content:"";
    display: block;
    padding-top: 130%; /* é«˜ã•ã‚’å¹…ã®60%ã«å›ºå®š */
}

.company-img figure {
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index: 2;
	text-align: center;
	*zoom:1;
}

.company-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 769px) {

    .company.topper header {
        margin: 125px auto 100px;
    }

    .company.topper header figure img {
        max-height: 60px;
    }
	
	.company.topper header h2 var img {
        max-height: 20px;
    }
	
	.company.topper header h2 var {
        max-width: 100px;
		margin: 0 0 40px 0;
    }
	
	.company-img {
        width: 25%;
    }
	
	.normalblock header {
        margin: 125px auto 100px;
    }

    .normalblock header figure img {
	    width: 100%;
        max-height: 60px;
    }
	
	.normalblock header p br {display: inline-block;}
    
    .company-wrapper h2:after {
        width: 100px;
        height: 15px;
        margin: 20px auto 0;
    }


}

/* ------ プライバシポリシーなど ------- */

.normalblock {
    margin: 0 auto;
	padding:30px 0% 10%;
	width: 90%;
	max-width: 1100px;
	background-color: #fff;
	border-radius: 10px;
}

.onebox {
    margin: 20px 0 20px;
    padding: 15px 0 0;
}

.normalblock h3.line {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 12px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
}

.normalblock h3.line:before,
.normalblock h3.line:after {
    content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}

.normalblock h3.line:after {width: 100%;background-color: #ccc;z-index: 1;}
.normalblock h3.line:before {width: 150px;background-color: #46A035;z-index: 2;}
.normalblock header p br {display: none;}

.onebox ul{padding: 1% 1%;}
.onebox ul li {margin-bottom: 5px;}

.madoguchi {
    margin: 20px 0 0;
	padding: 20px;
	background-color: #d3eced;
}

@media screen and (min-width: 769px) {
	
	.normalblock header {
        margin: 125px auto 100px;
    }

    .normalblock header figure img {
	    width: 100%;
        max-height: 60px;
    }
	
	.normalblock header p br {display: inline-block;}

}

/* ------ 会社理念 ------- */

p.intro {
    font-size: 15px;
	line-height: 1.8;
	margin: 5% 0;
}

p.rinen {
	width: 100%;
	max-width: 1180px;
	margin: 14% auto;
}

.image-style-body {
    position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 0 0 10%;
	width: 100%;
}

.oneset-image {
    position: relative;
	width: 82%;
	margin: 10% 0 15%;
    z-index: 2;
}

.oneset-image.first {
	margin: 4% 0 15%;
}

.oneset-image.right {
    width: 100%;
    padding-left: 18%;
}

.texbox {
    position: relative;
	top: 60%;
	right: -25%;
	width: 86%;
	background-color: #fff;
	padding: 3%;
	margin-top: -15%;
}

.oneset-image.right .texbox {
    top: 60%;
    left: -15%;
	right: auto;
    width: 100%;
	margin-top: -10%;
}

.texbox h3 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 22px;
	font-size: clamp(22px, 2vw, 36px);
	line-height: 1.4;
	margin-bottom: 3%;
	font-weight: 700;
}

.texbox p {
    font-size: 15px;
	line-height: 1.8;
}

.oneset-image h4 {
    position: absolute;
	width: 19%;
	top: 10%;
	right: -8.5%;
	z-index: 3;
    display: block;
	opacity: 0.8;
}

.oneset-image.right h4 {
    width: 20%;
    top: 3%;
    left: 5%;
}

.oneset-image h4:before {
    content:"";
    display: block;
    padding-top: 160%; /* 高さを幅の60%に固定 */
}

.oneset-image.right h4:before {
    padding-top: 220%; /* 高さを幅の60%に固定 */
}


.oneset-image h4 {
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index: 3;
	text-align: center;
	*zoom:1;
}

.oneset-image figure:before {
    content:"";
    display: block;
    padding-top: 70%; /* 高さを幅の60%に固定 */
}

.oneset-image figure {
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index: 2;
	text-align: center;
	*zoom:1;
}

.one-image {
    position: relative;
    width: 100%;
	display: block;
	margin: -10% auto 3%;
    z-index: 1;
}

.one-image figure {
    width: 94%;
    display: block;
    margin: 0 auto;
}

.two-image-one {
    position: relative;
    width: 94%;
	display: block;
	margin: 10% auto 3%;
}

.image-pic01,
.image-pic02,
.image-pic03,
.image-pic04{
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	z-index: 2;
	text-align: center;
	*zoom:1;
}

.image-pic01,
.image-pic02,
.image-pic03,
.image-pic04{
    position: relative;
    content: '';
	display: inline-block;
	width: 48%;
	padding-top: 49%;
	border-radius: 50%;
	background-color: aqua;
	margin-right: 4%;
	margin-bottom: 4%;
}

.image-pic02,
.image-pic04{
    margin-right: 0;
}

.two-image-one h3 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 22px;
	font-size: clamp(22px, 2vw, 36px);
	line-height: 1.4;
	margin-bottom: 3%;
	font-weight: 700;
	margin-top: 5%;
}

.two-image-one p {
    font-size: 15px;
	line-height: 1.8;
	margin-bottom: 5%;
}

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

    .oneset-image {
        position: relative;
        width: 86%;
    }
	
	.oneset-image h4 {
        width: 24%;
        top: 10%;
        right: -12%;
    }

}

@media screen and (min-width: 1024px) {

    .oneset-image {
        position: relative;
        width: 70%;
		margin: 10% 0 17%;
    }
	
	.oneset-image.right {
	    width: 100%;
		padding-left: 30%;
    }

    .texbox {
        position: absolute;
		top: 60%;
        right: -30%;
        width: 40%;
        padding: 3%;
		margin: 0;
    }
	
	.oneset-image.right .texbox {
		top: 60%;
        left: 10%;
        width: 30%;
		margin: 0;
    }
	
	.oneset-image h4 {
        width: 19%;
        top: 10%;
        right: -12%;
    }
	
	.oneset-image.right h4 {
	    width: 12%;
        top: 2%;
        left: 16%;
    }
}

@media screen and (min-width: 769px) {

    p.rinen {
        max-width: 1080px;
        margin: 5% auto;
    }

    .two-image-one {
        position: relative;
        width: 40%;
        display: block;
        margin: 8% auto 3%;
        z-index:3;
    }
	
/*
    .two-image-one-wrapper:after,
    .two-image-one:after {
        position: absolute;
        content: '';
        display: inline-block;
		width: 50%;
	    padding-top: 50%;
	    border-radius: 50%;
    }
*/

	.image-pic01,
	.image-pic02,
	.image-pic03,
	.image-pic04{
        position: absolute;
        content: '';
        display: inline-block;
		width: 50%;
	    padding-top: 50%;
	    border-radius: 50%;
    }
	
	.image-pic03{
		width: 56%;
	    padding-top: 56%;
    }
	
	.image-pic04{
		width: 40%;
	    padding-top: 40%;
    }
	
	.image-pic01 {
        top: -10%;
        right: -60%;
    }
	
	.image-pic02 {
        bottom: -10%;
        left: -60%;
    }
	
	.image-pic03 {
        top: -35%;
        left: -50%;
    }
	
	.image-pic04 {
        bottom: -10%;
        right: -60%;
    }
    
    .one-image figure {
        width: 90%;
    }

/*
    .two-image-one:after {
        bottom: -10%;
        left: -60%;
    }
*/

}

.pin a {
    position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	transition:all .6s cubic-bezier(.19,1,.22,1);
}

.pin a:hover {
    right: -5px;
	margin-top: -5px;
	width: 30px
}

.sign {
    margin: 7% 0 3%;
    font-size: 13px;
	line-height: 1.6;
	text-align: right;
}

.mojiset {
    position: relative;
	margin-top: -18%;
	z-index: 3;
}

.mojiset p {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
	white-space: normal;
}

.mojiset p span {
    display: inline-block;
	padding: 10px;
	color: #fff;
	background-color: #111e1a;
}

@media screen and (min-width: 1024px) {

    .mojiset {
        position: absolute;
        top: 55%;
        right: -2%;
		margin-top: 5%;
    }
	
	.mojiset p {
        font-size: 40px;
        line-height: 1.4;
        margin-bottom: 20px;
        white-space: nowrap;
    }

}


.sub-tex {
    position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.sub-tex {
	padding: 5% 2% 0;
	z-index: 3;
}

.sub-tex br {
    display: none;
}

.sub-tex h3 {
	font-size: 18px;
	line-height: 1.6;
	color: #1b9ba3;
	text-align: center;
	font-weight: 700;
}

.sub-tex h3 span {
	font-size:28px;
	display: block;
}

.sub-tex p {
    text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 5% 0 10%;
}


@media screen and (min-width: 1024px) {
	
	.sub-tex h3 {
        font-size: clamp(18px, 2vw, 24px);
    }

    .sub-tex h3 span {
        font-size: 46px;
		font-size: clamp(22px, 3vw, 36px);
    }

    .sub-tex {
        padding: 5% 2% 0;
    }
	
	.sub-tex br {
	    display: inline;
	}

}


@media screen and (min-width: 769px) {

    .brsp {
      display:none;
    }

}

.newsbody {
    font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.8;
    font-weight: 400;
	padding-bottom: 10%;
}

.newsbody strong {
    font-weight: 700!important;
}

.newsbody figure {
    display: block;
	margin: 0 auto 10%;
	max-width: 600px;
	width: 100%;
}

.btnbox a {
    position: relative;
	display: block;
	margin: 10% auto 0;
    width: 100px;
	transition:all .6s cubic-bezier(.19,1,.22,1);
}

p.little-tex {
    padding: 5% 0 2%;
    text-align: center;
	font-size: 16px;
	line-height: 1.8em;
}

dl.custom {
    border: solid 1px #000;
	font-size: 16px;
	line-height: 1.4;
	background-color: #fff;
	margin: 0 0 2%;
	border-radius: 5px;
}

dl.custom dt {
    cursor: pointer;
	padding: 20px 40px 20px 60px;
}

dl.custom dd {
	padding: 10px 20px 20px 65px;
	position: relative;
}

dl.custom dt:before,
dl.custom dt:after{
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	-moz-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
}

dl.custom dt {
    position: relative;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 700;
}

dl.custom dt span {
    font-size: 14px;
	line-height: 1.4;
	padding: 0 0 0 2%;
	white-space: nowrap;
	color: #C2B3B4;
}

dl.custom dt::selection {
   background: none;
}

dl.custom dt:before,
dl.custom dt:after{
    position: absolute;
    content: '';
	display: inline-block;
	background-color: #000;
}

dl.custom dt:before,
dl.custom dt:after{
    top: 50%;
	right: 20px;
    width: 14px;
	height: 1px;
	transition:all .6s cubic-bezier(.19,1,.22,1);
}

dl.custom dt:before {
    transform: translateY(0px) rotate(90deg);
}

dl.custom dt.active:before {
    top: 50%;
	right: 20px;
	transform: translateY(0px) rotate(45deg);
}

dl.custom dt.active:after {
    top: 50%;
	right: 20px;
	transform: translateY(0px) rotate(-45deg);
}

dl.custom dd {
	text-align: left;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}

dl.custom dt var,
dl.custom dd var {
    position: absolute;
	display: inline-block;
	font-style: italic;
	font-size: 38px;
	line-height: 1.4;
	font-weight: 700;
}

dl.custom dt var {
	top: 5px;
	left: 10px;
	color: #ffc550;
}

dl.custom dd var {
	top: 0px;
	left: 20px;
	vertical-align: -5%;
	color: #1b9ba3;
}

#Pcvisual {
    display: none;
}

@media screen and (min-width: 769px) {

    #Pcvisual {
        display: block;
    }
	
	#Spvisual {
	    display: none;
	}

	.fixnavi {
        top: 0;
        width: 100%;
        transition:all .6s cubic-bezier(.19,1,.22,1);
    }

    .fixnavi.is-fixed {
        top: 100px;
        position: fixed;
    }

}

#Inquiry {
    margin: 0 auto;
	padding:3% 4%;
	width: 100%;
	max-width: 1200px;
}

#Inquiry header {
    text-align: center;
	margin-bottom: 5%;
}

#Inquiry header p {
	font-size: 14px;
	line-height: 1.8;
}

.inquiry-left,
.inquiry-inner{
    position: relative;
    display: inline-block;
	vertical-align: top;
	z-index: 10;
}

.inquiry-left {width: 100%;padding: 0 0 10%;}
.inquiry-inner {width: 100%;}
#formblock.inquiry-inner {
    padding: 3% 0;
}

.inquiry-inner dl {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 0px;
	line-height: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

#formblock.inquiry-inner dl {
    border-bottom: solid 1px #ccc;
}

.inquiry-inner dl:first-of-type {padding-top: 0px; }
.inquiry-inner dl.last { }

.inquiry-inner dt,
.inquiry-inner dd {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 400;
	color: #333;
	text-align: left;
	vertical-align: middle;
	display: block;
}

.inquiry-inner dt {
	width: 100%;
	padding: 0 0 0 0;
	word-break: break-all;
}

.inquiry-inner dt span {
    position: relative;
	font-size: 10px;
}

.inquiry-inner dt em {
    position:absolute;
	top: 0px;
	right:-15px;
    display: inline-block;
	font-size: 28px;
	color: #FF6666;
}

.inquiry-inner dt var {
    display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	color: #479637;
	margin-left: 10px;
}

.inquiry-inner dd {
	width: 100%;
	white-space: normal;
	padding: 5px 0 0 0;
}

.inquiry-inner dd .inq_box_txt {
    padding-bottom: 20px;
	color: #FF7676;
	font-size: 16px;
}

.inquiry-inner dd .inq_box_txt div.warning {
    padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
	color: #FF7676;
}

.inquiry-inner dd .inq_box_txt.last {padding-bottom: 0px;}

.inquiry-inner h2.thanks {
    text-align: center;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 700;
	margin: 0 0 20px;
}

.inquiry-inner dd p {
    display: inline-block;
    text-align: left;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 400;
	margin: 10px 0 0;
	color: #604B4B;
}

.inquiry-inner dd .inq_box_txt div.warning p {
    display: block;
	font-size: 14px;
	line-height: 1.2;
	color: #604B4B;
	margin: 20px 0 0!important;
}

.inquiry-inner dd label {
    display: inline-block;
	vertical-align: top;
	width: 20%;
	white-space:nowrap;
	padding: 0 45px 0 0;
	text-align: left;
}

.inquiry-inner dd label input[type="radio"] { 
     vertical-align:middle;
	 position:relative;
	 border:none; 
     margin-right:0!important;
}

dl.size-short input {
    width: 100%;
}

.inquiry-inner dd.submitter {
    text-align: center;
}

#error p {color: #FA0004;}

@media screen and (min-width: 1024px) {

    #Inquiry {
        padding:3%;
        width: 100%;
    }
	
	.inquiry-inner dl {
        display: table;
        height: 100%;
        width: 100%;
        font-size: 0px;
        line-height: 0px;
        padding-top: 20px;
        padding-bottom: 15px;
        position: relative;
    }
	
	.inquiry-inner dt,
    .inquiry-inner dd {
        font-size: 15px;
        line-height: 1.4em;
        font-weight: 400;
        color: #333;
        text-align: left;
        vertical-align: middle;
        display: table-cell;
    }

    .inquiry-inner {width: 100%;}
	.inquiry-inner.wide {width: 100%; max-width: 900px; margin: 0 auto;display: block;}
	
	#formblock.inquiry-inner {display:block;width: 90%; margin: 0 auto;}
	
	.inquiry-inner dt {
        width: 25%;
        padding: 0 20px 0 0;
		text-align: right;
	    word-break: break-all;
    }
	
	.inquiry-inner dd {
        width: 75%;
        padding: 0 40px;
	}
	
	.inquiry-inner dt var {
        display: block;
        font-size: 12px;
        line-height: 1.2;
    }
	
	dl.size-short input {
	    width: 50%;
	}
	
	.inquiry-inner dd.submitter {
	    text-align: left;
	}
	
	.inquiry-inner dd label {
        padding: 0 15px 0 0;
		width: 15%;
    }

}

.sortnavi input {display: none;}

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

    .sortnavi input {display: block;}
    .sortnavi {display: block; position: relative;margin-bottom: 15px;}
    .sortnavi ul {width: 100%; margin: 0;position:relative;cursor: pointer;border: border-top:none;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        transition: all 400ms ease;
    }
    .sortnavi ul li {width: 100%;position:relative;margin: 0;}
    .sortnavi ul li a::selection {background:transparent;}
    .sortnavi ul li a::-moz-selection {background:transparent;}
    .sortnavi ul li a:focus {none;}
    .sortnavi ul li.current a {background-color:#1b9ba3!important;color: #fff;z-index:1;}
    .sortnavi ul li.current:after {content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:transparent;z-index:2;}
    .sortnavi ul li a{display:block;font-size:16px;height: 40px; line-height:40px;font-weight:400;color:#000;background-color:#fff;text-align:left;padding:0 20px;}
    .sortnavi ul li a:hover {background-color: #FAFAFA;}
    .sortnavi label{
        position:relative;
        font-size: 18px;
        letter-spacing: 0.1em;
        display: block;
        padding: 0 20px;
        width: 100%;
        height: 40px;
        line-height: 35px;
        color: #333;
        cursor: pointer;
        border: solid 1px #333;
        text-align: left;
        z-index: 3;
        background-color: #fff;
        margin-bottom: 0px;
		border-radius: 5px;
    }

    .sortnavi span.sen1,
    .sortnavi span.sen2{
        display: block;
        margin: 0 auto;
        width: 18px;
        height: 1px;
        background-color: #333;
        position: absolute;
        z-index: 3;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .sortnavi input[type="checkbox"].on-off + ul + span.sen1 {
        top: 20px;
        right: 7px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sortnavi input[type="checkbox"].on-off + ul + span.sen1 + span.sen2 {
        top: 20px;
        right: 19px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sortnavi input[type="checkbox"].on-off:checked + ul + span.sen1 {
        top: 20px;
        right: 13px;
    }

    .sortnavi input[type="checkbox"].on-off:checked + ul + span.sen1 + span.sen2 {
        top: 20px;
        right: 13px;
    }

    .sortnavi label::selection {background:transparent;}
    .sortnavi label::-moz-selection {background:transparent;}
    .sortnavi label:focus {none;}

    .sortnavi input[type="checkbox"]{display: none;}
    .sortnavi input[type="checkbox"].on-off,
    .sortnavi input[type="checkbox"].on-off +ul li{
        position: absolute;
		top: -40px;
		left: 0;
		z-index: 2;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        transition: all 400ms ease;
    }

    .sortnavi input[type="checkbox"].on-off:checked +ul li{
        position:relative;
        top:0;
        left:0;
    }
	
    .sortnavi input[type="checkbox"].on-off +ul li a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color:#D8D8D8;
    }
	
	.sortnavi input[type="checkbox"].on-off +ul li:last-of-type a:after {
	    content: none;
	}

}
