@charset "UTF-8";
/* CSS Document */
/*-----------------------------------共通*/
*::before,
*::after,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    font-family: "Noto Serif JP", "游明朝", "YuMincho";
}
h2 {
    font-size: 3.3rem;
    font-weight: normal;
}
h3 {
    font-size: 3rem;
    font-weight: normal;
}
h4 {
    font-size: 2.4rem;
    font-weight: normal;
}
h5 {
    font-size: 2rem;
    font-weight: normal;
}
p,
ul,
time,
span{
    line-height: 2.4;
    font-size: 1.6rem;
}

img {
    width: 100%;
    height: auto;
}
nav ul li img a figure span {
    display: block;
}
ul {
    list-style: none;
}
hr {
    border-top: 1px dotted #8c8b8b;
    border-bottom: 1px dotted #ccc;
    margin: 0 auto;
    width: 95%;
}
a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
    filter: alpha(opacity=90); /* IE 6,7*/
    -ms-filter: "alpha(opacity=90)"; /* IE 8,9 */
    -moz-opacity: 0.9; /* FF , Netscape */
    -khtml-opacity: 0.9; /* Safari 1.x */
    opacity: 0.9;
    zoom: 1; /*IE*/
}
a:active {
    color: #fff;
}
body {
    width: 100%;
    background: #fff;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.bold {
    font-weight: 700;
}
.active {
    color: #264c18;
    font-weight: 600;
}
.pc-no {
    display: none;
}
.sp-show {
    display: none;
}
.footer-sp {
    display: none;
}
.tel-text {
    font-family: "Noto Sans JP", serif;
}
.h3-orangebar {
    padding: 0 0 0 1.6rem;
    border-left: 15px solid #de6339;
}
.fadein {
    opacity: 0;
    transform: translate(0, 1rem);
    transition: all 3200ms;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #de6339;
}
span.swiper-pagination-bullet {
    background-color: #de6339;
}
/*-----------------------------------header*/
.sp-header_nav,.openbtn{
    display: none;
}
.pc-header{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 768px;
    height: 80px;
    background:#391806;
    
}
.pc-header_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.pc-header_logo{
    margin-left: 32px;
}
.pc-header_head{
    font-size: 1.2rem;
    line-height: 1.5;
    color: white;
    margin-bottom: 6px;
}
.pc-header_logo img{
    max-width: 190px;
}
.pc-header_nav{
    margin: 0 22px;
}
.pc-header_nav ul{
    display: flex;
    align-items: center;
}
.pc-header_nav_item a{
    display: block;
    padding: 10px 7px;
    box-sizing: border-box;
    color: white;
}
.mv-area{
    width: 100%;
    height:100vh;
    box-sizing: border-box;
    overflow: hidden;
}
.mv-area_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pc-mv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.pc-mv_img{
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
}
.pc-mv_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.pc-mv_copy{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.pc-mv_text{
    display: inline-block;
    padding: 25px 22px 32px 34px;
    background: rgba(255, 255, 255, 0.65);
}
.pc-mv_text{
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
}
.pc-mv_text span{
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
}
.main-catch{
    background: white;
}
.main-catch_wrap{
    position: relative;
    width: 100%;
    padding: 80px 15px 100px;
    box-sizing: border-box;
}
.main-catch_text{
    font-size: 2rem;
    line-height: 2.5;
    text-align: center;
}
.following-sec{
    margin-top: 80px;
}
.following-sec_wrap{
    width: 100%;
    position: relative;
    max-width: 1280px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.following-sec-inner{
    width: 100%;
    padding: 0 5% 5%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.followinng-sec_flex{
    display: flex;
    justify-content: space-between;
}
.following-sec_box{
    position: relative;
    width: 100%;
    padding: 5% 4% 0 0;
    box-sizing: border-box;
}
.following-sec-title{
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
}
.following-sec-text{
    margin-top: 16px;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: left;
}
.following-sec_figure{
    width: 60%;
    height: auto;
    margin-top: -80px;
}
.sec_h2{
    position: relative;
    text-align: left;
    font-size: 3.6rem;
    padding-bottom: 3em;
    z-index: 2;
}
.sec_h2 span{
    position: relative;
    display: inline-block;
    font-size: 3.6rem;
    line-height: 1.4;
    padding-left: 4.3%;
}
.sec_h2 span::before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 1px;
    background: #333;
}
.features-sec{
    width: 100%;
    margin-top: 80px;
    z-index: 2;
    padding-top: 150px;
    overflow: hidden;
}
.features-sec-inner{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.features-sec_flex{
    display: flex;
    justify-content: space-between;

}
.features-sec_fegure{
    width: 70%;
}
.features-sec_img{

}
.features-sec-box{
    width: 40%;
    margin: 140px 0 0 -115px;
}
.features-sec-texture{
    width: 100%;
    padding: 37px 43px 61px 56px;
    box-sizing: border-box;
    background:url("../images/bg_texture_01.jpg") no-repeat;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.features-sec-title{
    z-index: 2;
}
.features-sec-title_h3{
    position: relative;
    font-size: 3rem;
    line-height: 1.5;
}
.features-sec-title_h3::before{
    display: block;
    content: '◼︎';
    position: absolute;
    top: -4px;
    left: -0.9em;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1;
    color: #d3556b;
}
.features-sec-text{
    position: relative;
    padding-right: 3px;
    padding-top: 40px;
    margin-top: 64px;
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: left;
    z-index: 2;
}
.features-sec-text::before{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background: #d3556b;
}
.features-sec-item{
    padding: 120px 0;
}
.subject-sec{
    padding-top: 150px;
}
.subject-sec_wrap{
    position: relative;
    max-width: 1280px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.subject-sec-inner{
    width: 100%;
    padding:75px 100px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.subject-sec_box{
    width: 100%;
    box-sizing: border-box;
    list-style: block;
    list-style-type: disc;
}
.subject-sec-text{
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: left;
    color: #d3556b;
    margin: 0;
}
.subject-sec-text span{
    font-size: 2rem;
    color: black;
}
.sharedspace-sec{
    padding-top: 150px;
}
.sharedspace-sec_wrap{
    position: relative;
    max-width: 1280px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 80px auto 0;
}
.sharedspace-sec-inner{
    width: 100%;
    padding: 0 5% 5%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.sharedspace-sec_flex{
    display: flex;
    justify-content: space-between;
}
.sharedspace-sec_box{
    position: relative;
    width: 55.344%;
    padding: 5% 4% 0 0;
    box-sizing: border-box;
}
.sharedspace-sec-title{
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: left;
}
.sharedspace-sec-text{
    margin-top: 16px;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-align: left;
}
.sharedspace-sec_figure{
    width: 60%;
    height: auto;
    margin-top: -80px;
}
.price-sec{
    padding-top: 150px;
}
.price-sec_wrap{
    max-width: 1280px;
    padding: 0 20px;
    margin: 40px auto 0;
}
.price-sec_table{
    width: 100%;
    text-align: center;
    padding: 20px;
    color: black;
}
.price-sec_table th{
    width: 50%;
    background: #dedede;
    padding: 20px;
    border-bottom: 1px solid white;
}

.price-sec_table td{
    width: 50%;
    padding: 20px;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
    vertical-align: middle;
}
.price-sec_table td p{
    line-height: 1.6;
}
.price-sec-table_r-border_w{
    border-right: 1px solid white;
    box-sizing: border-box;
}
.price-sec-table_r-border_g{
    border-right: 1px solid #dedede;
    box-sizing: border-box;
}
.access-sec{
    padding-top: 150px;
}
.contact-sec{
    margin-top: 80px;
}
.contact-sec_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    max-width: 1280px; 
    margin: 0 auto 60px;
    padding: 40px;
    background: -moz-linear-gradient(top, #d3556b, #d3556b);
    background: -webkit-linear-gradient(top, #d3556b, #d3556b);
    background: linear-gradient(to bottom, #d3556b, #d3556b);
    color: #fff;
}
.contact-sec_text{
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4;
    color: #fff;
}
.contact-tel-number{
    max-width: 530px;
}
.contact-tel_time{
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}
.contact-tel_time dt{
    align-self: flex-start;
    margin-right: 12px;
    padding: 2px 5px;
    font-size: 2rem;
    font-weight: bold;
    color: #d3556b;
    background: #fff;
}
.contact-tel_time dd{
    font-size: 2rem;
}
.contact-web{
    width: 320px;
    line-height: 44px;
    margin: 30px 0 0 auto;
}
.contact-web a{
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.contact-logo{
    position: absolute;
    bottom: 26px;
    left: 40px;
    font-size: 1.2rem;
}
.company-sec_wrap{
    margin: 0 20px;
}
.company-sec_table{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 120px;
}
.company-sec_table th,
.company-sec_table td {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.6rem;
}
.company-sec_table th {
    width: 30%;
    font-weight: bold;
    border-left: none;
    background-color: #dedede; 
    vertical-align: middle;
}
.company-sec_table td{
    width: 70%;
    border-right: none;
}
.mailform-sec_wrap{
    margin: 0 20px;
}
.mailform-sec_wrap dl td{
    width: 30%;
}
.thanks-sec{
    max-width: 1280px;
    margin: 120px auto;
}
.thanks-sec_inner{
    margin: 0 20px;
}
.footer{
    padding: 30px 5%;
    color: #fff;
    background: #391806;
}
.thanks-footer{
    padding: 30px 5%;
    color: #fff;
    background: #391806;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-copy{
    text-align: center;
    font-size: 1.4rem;
}
#page-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #391806;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 16px 6px;
  text-align: center;
  display: block;
  border-radius: 5px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
@media screen and (max-width:1024px) {
/* ここにtablet向けのCSS指定 */
    .pc-header_nav_item a{
        font-size: 1.2rem;
    }
    .pc-mv_text{
        font-size: 3rem;
    }
    .following-sec-title{
        font-size: 2.6rem;
    }
    .sharedspace-sec-title{
        font-size: 3rem;
    }
}
@media screen and (max-width:768px) {
/* ここにSP向けのCSS指定 */
    .sp-none{
        display: none;
    }
    .sp-header_nav,.openbtn{
        display: block;
    }
    .pc-header_nav{
        display: none;
    }
    .sp-header_nav{
        position:fixed;
        z-index: 999;
	    top:0;
        right: -120%;
	    width:100%;
        height: 100vh;
	    background:#999;
	    transition: all 0.6s;
    }
    .sp-header_nav.panelactive{
        right: 0;
    }
    .sp-header_nav.panelactive #g-nav-list{
        position: fixed;
        z-index: 999; 
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .sp-header_nav ul {
        position: absolute;
        z-index: 999;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
    .sp-header_nav li{
	    list-style: none;
        text-align: center;
    }

    .sp-header_nav li a{
	    color: #333;
	    text-decoration: none;
	    padding:5px 10px;
	    display: block;
	    text-transform: uppercase;
	    letter-spacing: 0.1em;
	    font-weight: bold;
    }
    .openbtn{
	    position:fixed;
        z-index: 9999;
	    top:15px;
	    right: 15px;
	    cursor: pointer;
        width: 50px;
        height:50px;
    }
		
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
	    background-color: white;
  	    width: 45%;
    }
    .openbtn span:nth-of-type(1) {
	    top:15px;	
    }
    .openbtn span:nth-of-type(2) {
	    top:23px;
    }
    .openbtn span:nth-of-type(3) {
	    top:31px;
    }
    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn.active span:nth-of-type(2) {
	    opacity: 0;
    }
    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }
    .pc-mv_text{
        font-size: 2.4rem;
    }
    .pc-mv_text span {
        font-size: 2.4rem;
    }
    .main-catch_text {
        font-size: 1.6rem;
    }
    .followinng-sec_flex{
        flex-direction: column-reverse;
    }
    .following-sec_figure {
        width: 100%;
        margin-top: -30px;
    }
    .following-sec-title {
        font-size: 2.4rem;
    }
    .following-sec-text {
        font-size: 1.6rem;
    }
    .sec_h2{
        padding-bottom: 0;
    }
    .sec_h2 span {
        font-size: 2.4rem;
    }
    .features-sec {
        margin-top: 75px;
    }
    .features-sec-inner{
        padding: 0;
    }
    .features-sec-item {
        padding: 80px 0 30px;
    }
    .features-sec_flex{
        display: block;
    }
    .features-sec_fegure {
        width: 100%;
    }
    .features-sec-box {
        width: 92%;
        margin: -115px 0 0 auto;
    }
    .features-sec-title_h3 {
        font-size: 2.6rem;
    }
    .features-sec-title_h3::before {
        top: -5px;
    }
    .subject-sec_wrap {
        padding: 60px 20px 0;
    }
    .subject-sec-inner{
        padding: 0 5%;
    }
    .sharedspace-sec_flex{
        flex-direction: column-reverse;
    }
    .sharedspace-sec_box{
        width: 100%;
    }
    .sharedspace-sec-title {
        font-size: 2.4rem;
    }
    .sharedspace-sec-text {
        font-size: 1.6rem;
    }
    .sharedspace-sec_figure {
        width: 100%;
        margin-top: -30px;
    }
    .contact-sec_text{
        font-size: 1.6rem;
    }
    .features-sec-text {
        padding-right: 3px;
        padding-top: 30px;
        margin-top: 28px;
        font-size: 1.6rem;
    }
    .price-sec_wrap {
        padding: 0px 20px;
    }
    .access-sec {
        padding-top: 80px;
    }
    .map{
        margin-top: 40px;
    }
    .subject-sec-text{
        font-size: 2rem;
    }
    .contact-sec_wrap{
        margin-top: 40px;
    }
    .contact-tel-number{
        max-width: 380px;
    }
    .contact-tel_time{
        display: flex;
        justify-content: flex-end;
        margin-top: 22px;
    }
    .contact-tel_time dt{
        align-self: flex-start;
        margin-right: 12px;
        padding: 2px 5px;
        font-size: 2rem;
        font-weight: bold;
        color: #d3556b;
        background: #fff;
    }
    .contact-tel_time dd{
        font-size: 2rem;
    }
    .contact-web{
        width: 320px;
        line-height: 44px;
        margin: 30px 0 0 auto;
    }
    .contact-web a{
        display: block;
        width: 100%;
        height: 100%;
        font-family: 'Noto Serif JP', serif;
        font-weight: 500;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
    }
    .contact-logo{
        position: absolute;
        bottom: 26px;
        left: 40px;
        font-size: 1.2rem;
    }
    .contact-logo_img{
        width: 75%;
    }
    .company-sec{
        width: 100%;
    }
    .company-sec_wrap{
        padding: 0 20px;
        margin-top: 40px;
    }
    .company-sec_table th,.company-sec_table td{
        display: block;
        width: 100%;
    }
    .company-sec_table th{
        text-align: left;
        border-right: none;
    }
    .company-sec_table td{
        border-left: none;
    }
/*-----------------------------------sp*/ /* 425px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 425px) {
    .sp-show{
        display: block;
    }
    .sec_h2 span {
        font-size: 2rem;
}
    .pc-mv_text span {
        font-size: 2rem;
        font-weight: 400;
    }
    .pc-mv_text {
        padding: 25px 20px;
    }
    .pc-mv_text span{
        display: none;
    }
    .nain-catch_wrap{
        padding: 80px 15px;
    }
    .main-catch_text{
        font-size: 1.6rem;
        line-height: 2;
        text-align: left;
    }
    .following-sec-title {
        font-size: 2rem;
    }
    .features-sec {
        padding-top: 80px;
    }
    .features-sec-texture{
        padding: 37px 20px 61px 56px;
    }
    .features-sec-box {
        margin: -20px 0 0 auto;
    }
    .features-sec-title_h3 {
        font-size: 2rem;
    }
    .features-sec-title_h3::before {
        top: -11px;
    }
    .subject-sec-text {
        font-size: 1.6rem;
        padding: 1rem;
    }
    .sharedspace-sec{
        padding-top: 80px;
    }
    .subject-sec_box{
    padding:20px 5%;
    }
    .subject-sec-text span {
        font-size: 1.6rem;
    }
    .sharedspace-sec-title {
        font-size: 2rem;
    }
    .price-sec{
        padding-top: 80px;
    }
    .price-sec_table{
        text-align: left;
    }
    .company-sec{
        padding-top: 80px;
    }
    .contact-sec_wrap{
        padding: 40px 20px;
    }
    .contact-web {
        width: 100%;
    margin: 30px 0 65px;
    }
    .contact-tel_time{
        justify-content: center;
    }
    .contact-tel-number{
        width: 100%;
    }
    .contact-tel_time dd {
    font-size: 1.6rem;
    }
    .contact-tel_time dt {
    font-size: 1.6rem;
    }
}
