@charset "UTF-8";
/* コンテンツ */

#header {
    transition: all 0.5s;
    z-index: 2000;
    border-bottom: 1px solid transparent;
    background-color: rgba(0,0,0,0.1);
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
#header span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    transition: all 0.5s;
}
#header h1 img {
    filter: invert(1) grayscale(1) brightness(2) contrast(2);
    transition: all 0.5s;
}
#toggle span {
    background-color: #fff;
    transition: all 0.5s;
}
#gnavi ul li a {
    border: 1px solid #fff;
    color: #fff;
}

.hscr #header {
    z-index: 2000 !important;
    border-bottom: 1px solid #ccc;
}
.hscr #header span {
    opacity: 1;
}
.hscr #header h1 img {
    filter: none;
}
.hscr #toggle span {
    background-color: #333;
}
.hscr #gnavi ul li a {
    border: 1px solid #666;
    color: #333;
}

.cc_tx {
    box-sizing: border-box;
    position: relative;
    width: 880px;
    background-color: #fff;
    padding: 20px 40px;
    margin: -60px auto 0;
    line-height: 0;
}
.cc_tx::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.cc_tx::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.cc_tx img {
    width: 100%;
}
.feature_box {
    position: relative;
    z-index: 2;
}
.feature_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:4em 2% 5em;
	margin:0 auto;
}
.feature_box ul li {
    box-sizing: border-box;
    width: 25%;
    padding: 0 2em;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.feature_box ul li:first-child {
    border-left-width: 0;
}
.feature_box ul li img {
    width: 100%;
}

/*.bg_mn {
    background-image: url("../img/na_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.mn_tx {
    text-align: center;
    line-height: 0;
}
.mn_tx img {
    width: 100%;
}
.mn_tx p {
    width: 35%;
    max-width: 450px;
    margin: 0 auto 2em;
}
.mn_tx h2 {
    width: 70%;
    max-width: 900px;
    margin: 0 auto;
}*/

.cont_box {
    box-sizing: border-box;
    margin: 0 auto;
    width: 700px;
}
.cont_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cont_box ul li {
    width: 48%;
}
.cont_box ul li a {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #898071;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1;
    padding: 0.8em 0;
    background-image: url("../img/arr_link.png");
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: 16px auto;
    transition: all 0.3s;
}
.cont_box ul li:nth-child(2) a {
    background-color: #528c97;
}
.cont_box ul li a:hover {
    opacity: 0.6;
}

.ov_img1 {
    position: relative;
}
.ov_img1 section img {
    width: 100%;
}
.swipe {
    display: none;
}

.ov_tx1 {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content:space-between;
    pointer-events: none;
    color: #fff;
    padding: 5em 0 2em;
    line-height: 1.5;
}
.ov_tx1 img {
    width: 100%;
}
.ov_tx1 h3 {
    font-weight: 500;
    font-size: 1.24em;
}
.ov_tx1 h2 {
    width: 500px;
    margin: 1em auto 0.5em;
    line-height: 0;
}
.ov_tx1 h4 {
    font-weight: 500;
    font-size: 0.92em;
}
.ov_tx1 p {
    text-align: right;
    padding-right: 2.5em;
}

@media screen and (max-width: 2000px) {
.ov_img1 section {
    overflow: auto;
}
.ov_img1 section img {
    width: 2400px;
}

.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}
}
@media screen and (max-width: 960px) {
.ov_img1 section img {
    width: 1500px;
}
.swipe img {
    width: 60px;
}

.ov_tx1 {
    padding: 3em 0 1.5em;
}
.ov_tx1 h3 {
    font-size: 1.24em;
}
.ov_tx1 h2 {
    width: 50%;
}
.ov_tx1 h4 {
    font-size: 0.92em;
}
.ov_tx1 p {
    padding-right: 2em;
}

}
@media screen and (max-width: 520px) {
.ov_img1 section img {
    width: 1200px;
}
.swipe img {
    width: 50px;
}

.ov_tx1 {
    padding: 3em 0 1em;
}
.ov_tx1 h3 {
    font-size: 1.16em;
}
.ov_tx1 h2 {
    width: 70%;
}
.ov_tx1 h4 {
    font-size: 0.76em;
}
.ov_tx1 p {
    font-size: 0.92em;
    padding-right: 1.5em;
}

}

.ov_scene ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ov_scene ul video,.ov_scene ul img {
    width: 100%;
    display: block;
}
.ov_scene ul li {
    width: 31%;
}
.ov_scene ul li p {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 0.5em;
}

@media screen and (max-width: 960px) {
.ov_scene ul {
    margin-bottom: -3em;
}
.ov_scene ul li {
    width: 47%;
    margin-bottom: 3em;
}
}

@media screen and (max-width: 520px) {
.ov_scene ul {
    margin-bottom: -2em;
}
.ov_scene ul li {
    width: 100%;
    margin-bottom: 2em;
}
}

.m_box1 {

}
.m_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.m_box1 ul img {
    width: 100%;
}
.m_box1 ul li:nth-child(1) {
    width: 50%;
    flex-shrink: 0;
    z-index: 1;
}
.m_box1 ul li:nth-child(2) {
    width: calc(50% + 300px);
    flex-shrink: 0;
    margin-left: -300px;
}
.m_box1 ul li:nth-child(2) p {
    padding: 0 150px 5em 380px;
}

.m_box2 {
    margin-bottom: 3em;
}
.m_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    line-height: 1.7;
}
.m_box2 ul img {
    width: 100%;
}
.m_box2 ul h4 {
    font-weight: 500;
    font-size: 1.16em;
    margin-top: 0.5em;
}
.m_box2 ul p {
    font-size: 0.92em;
}
.m_box2 ul li:nth-child(1) {
    width: 60%;
}
.m_box2 ul li:nth-child(2) {
    width: 35%;
}

.madori {
    margin: 5em auto 4em;
    width: 80%;
}
.madori img {
    width: 100%;
}

.dosen {
   line-height: 1.7;
}
.dosen h4 {
    font-weight: 500;
    font-size: 1.16em;
}
.dosen p {
    font-size: 0.92em;
}

.m_box3 {

}
.m_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    line-height: 1.7;
}
.m_box3 ul img {
    width: 100%;
}
.m_box3 ul p {
    font-size: 0.92em;
}
.m_box3 ul li:nth-child(1) {
    width: 20%;
}
.m_box3 ul li:nth-child(1) h4 {
    font-weight: 500;
    font-size: 1.16em;
}
.m_box3 ul li:nth-child(1) p {
    font-size: 0.92em;
    margin-bottom: 3em;
}
.m_box3 ul li:nth-child(2) {
    width: 35%;
}
.m_box3 ul li:nth-child(2) h4 {
    font-weight: 500;
    font-size: 1.16em;
    margin-top: 0.5em;
}
.m_box3 ul li:nth-child(2) p {
    font-size: 0.92em;
}

.m_box3 ul li:nth-child(3) {
    width: 35%;
}
.m_box3 ul li:nth-child(3) h4 {
    font-weight: 500;
    font-size: 1.16em;
    margin-top: 0.5em;
}
.m_box3 ul li:nth-child(3) p {
    font-size: 0.92em;
}

.slide1 {
	position:relative;
	text-align:center;
	width: 100%;
    margin-top: 1px;
}
.swiper-container1 {
	position:relative;
	width: 100%;
    height: 600px;
    overflow: hidden;
  
}
.swiper-slide {
    width: auto !important;
}
.swiper-slide img {
        width: auto;
        height: 100%;
}
.swiper-button-prev,.swiper-button-next {
	position:relative;
	z-index:1100;
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
}
.swiper-button-prev {
  left: 30px !important;
  background: url(../img/left.png) no-repeat right center !important;
  background-size:contain !important;
}
.swiper-button-next {
  right: 30px !important;
  background: url(../img/right.png) no-repeat left center !important;
  background-size:contain !important;
}

@media screen and (max-width: 960px) {
.m_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}
.m_box1 ul li:nth-child(1) {
    width: 100%;
}
.m_box1 ul li:nth-child(2) {
    width: 100%;
    margin-left: 0;
}
.m_box1 ul li:nth-child(2) p {
    padding: 4em 20%;

}

.madori {
    margin: 4em auto 4em;
    width: 90%;
}

.m_box3 ul {
    align-items: flex-start;
}
.m_box3 ul li:nth-child(1) {
    display: none;
}
.m_box3 ul li:nth-child(2) {
    width: 47%;
}
.m_box3 ul li:nth-child(3) {
    width: 47%;
}

.swiper-container1 {
    height: 500px;
  
}

.swiper-button-prev,.swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    margin-top: -15px !important;
}
.swiper-button-prev {
  left: 20px !important;
}
.swiper-button-next {
  right: 20px !important;
}

}

@media screen and (max-width: 520px) {
.m_box1 ul li:nth-child(2) p {
    padding: 3em 15%;

}

.m_box2 {

}
.m_box2 ul {

}
.m_box2 ul h4 {
    font-size: 1em;
}
.m_box2 ul p {
    font-size: 0.92em;
}
.m_box2 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 3em;
}
.m_box2 ul li:nth-child(2) {
    width: 100%;
}
.madori {
    margin: 3em auto;
    width: 100%;
}

.m_box3 {

}
.m_box3 ul {
    
}
.m_box3 ul p {
    font-size: 0.92em;
}
.m_box3 ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 3em;
}
.m_box3 ul li:nth-child(2) h4 {
    font-size: 1em;
}
.m_box3 ul li:nth-child(2) p {
    font-size: 0.92em;
}
.m_box3 ul li:nth-child(3) {
    width: 100%;
}
.m_box3 ul li:nth-child(4) h4 {
    font-size: 1em;
}
.m_box3 ul li:nth-child(5) p {
    font-size: 0.92em;
}

.swiper-container1 {
    height: 250px;
  
}

.swiper-button-prev,.swiper-button-next {
    width: 20px !important;
    height: 20px !important;
    margin-top: -10px !important;
}
.swiper-button-prev {
  left: 10px !important;
}
.swiper-button-next {
  right: 10px !important;
}

}


.tsub {
    text-align: center;
    margin-bottom: 3em;
}
.tsub h3 {
    font-size: 8em;
    line-height: 1;
    font-family: "Caramel", cursive;
    font-weight: 400;
    font-style: normal;
    color: #c9e5ef;
    border-bottom: 5px double #c9e5ef;
    display: inline-block;
    padding: 0 0.5em;
}
.tsub h3.tadj {
    line-height: 1.3;
}
.tsub h4 {
    font-size: 1.6em;
    font-weight: 500;
    color: #1a506f;
}
.tsw h3 {
    color: #fff !important;
    border-bottom: 5px double #fff !important;
}
.tsw h4 {
    color: rgba(255,255,255,0.5);
}

.kukaku img {
    width: 100%;
    max-width: 700px;
}

.h_name {
    text-align: center;
    margin-bottom: 4em;
}
.h_name section {
    position: relative;
    display: inline-block;
    background-color: #2a6c8a;
    color: #fff;
    font-size: 2em;
    line-height: 1;
    padding: 0.5em 2em;
}
.h_name span {
    font-size: 1.5em;
}
.h_name section::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2a6c8a;
}
.h_name section::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2a6c8a;
}

.house_box {
    margin-bottom: 1em;
}
.house_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.7;
}
.house_box ul img {
    width: 100%;
}
.house_box ul li:first-child {
    width: 47.5%;
    text-align: center;
}
.house_box ul li:last-child {
    width: 47.5%;
    text-align: center;
}
.house_box ul li h5 {
    margin-bottom: 1em;
}
.house_box ul li h4 {
    color: #1a506f;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #1a506f;
}
.house_box ul li h4 span {
    font-size: 2em;
}

.h_img ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.h_img ul img {
    width: 100%;
}
.h_img ul li {
    width: 30%;
}
.h_img ul li:nth-child(3) {
    width: 22.5%;
}

.lo_tx {
    font-size: 1.16em;
    text-align: center;
}

.loc_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.loc_box ul img {
    width: 100%;
}
.loc_box ul p {
    line-height: 1.5;
    font-size: 0.84em;
    margin-top: 0.5em;
}
.loc_box ul li {
    width: 23%;
    margin-bottom: 2em;
    text-align: center;
}

@media screen and (max-width: 960px) {
.cc_tx {
    width: 70%;
    padding: 1.5em 2em;
    margin: -5vw auto 0;
}
.feature_box ul {
	padding:3em 2% 4em;
	margin:0 auto;
}
.feature_box ul li {
    width: 25%;
    padding: 0 1.5em;
}

.cont_box {
    width: 100%;
}
.cont_box ul li {
    width: 48%;
}
.cont_box ul li a {
    font-size: 1.4em;
    padding: 1em 0;
    background-position: right 10px bottom 10px;
    background-size: 14px auto;
}


.tsub {
    margin-bottom: 3em;
}
.tsub h3 {
    font-size: 7em;
}
.tsub h4 {
    font-size: 1.4em;
    margin-top: 0.3em;
}

.h_name {
    margin-bottom: 3em;
}
.h_name section {
    font-size: 4vw;
    line-height: 1.1;
    padding: 0.6em 2em;
}
.h_name span {
    font-size: 1.5em;
}
.house_box ul {
 
}
.house_box ul li:first-child {
    width: 100%;
    margin-bottom: 3em;
}
.house_box ul li:last-child {
    width: 100%;
}
.house_box ul li h5 {
    margin-bottom: 1em;
}
.house_box ul li h4 {
    font-size: 1.4em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.house_box ul li h4 span {
    font-size: 2em;
}

.loc_box ul li {
    width: 31%;
    margin-bottom: 2em;
    text-align: center;
}
.lo_tx {
    font-size: 1em;
    text-align: center;
}

}


@media screen and (max-width: 520px) {
.cc_tx {
    width: 70%;
    padding: 1em 1.5em;
    margin: -5vw auto 0;
}
.feature_box ul {
	padding:3em 2% 1em;
	margin:0 auto;
}
.feature_box ul li {
    width: 50%;
    padding: 0 1.5em;
    margin-bottom: 3em;
}
.feature_box ul li:nth-child(3) {
    border-left-width: 0;
}

.mn_tx p {
    width: 50%;
    margin: 0 auto 1.5em;
}
.mn_tx h2 {
    width: 80%;
}

.cont_box {

}
.cont_box ul li {
    width: 48%;
}
.cont_box ul li a {
    font-size: 1.24em;
    padding: 1em 0;
    background-position: right 5px bottom 5px;
    background-size: 12px auto;
}



.tsub {
    margin-bottom: 3em;
}
.tsub h3 {
    font-size: 5em
}
.tsub h4 {
    font-size: 1.32em;
    margin-top: 0.3em;
}

.h_name {
    margin-bottom: 2em;
}
.h_name section {
    box-sizing: border-box;
    font-size: 5.5vw;
    display: block;
}
.house_box ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.house_box ul li:last-child {
    width: 100%;
}
.house_box ul li h5 {
    margin-bottom: 1em;
}
.house_box ul li h4 {
    font-size: 1.32em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
.house_box ul li h4 span {
    font-size: 2em;
}

.lo_tx {
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.loc_box ul {
    margin-bottom: -2em;
}
.loc_box ul p {
    font-size: 0.76em;
}
.loc_box ul li {
    width: 46%;
    margin-bottom: 2em;
}

}



.ottx {
    text-align: center;
}
.ottx strong {
    display: inline-block;
    font-size: 1.16em;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #666;
    padding: 0 1em;
}

.update {
    margin-top: 2em;
}
.update ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}
.update ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 3em;
}
.update ul li span {
    display: inline-block;
    background-color: #999;
    color: #fff;
    padding:0 1em;
    line-height: 2em;
    margin-right: 1em;
}

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

}

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

.update ul li {
    margin-right: 0;
}
.update ul li:first-child {
    margin-bottom: 1em;
}

}


