@charset "UTF-8";

/* メインビジュアル
----------------------------------------------------------- */

.mv {
    background-image: url("../images/index/mv01.jpg");
    background-position: 58% 100px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
    margin-bottom: 60px;
    position: relative;
}

.mv_text {
	position:relative;
}

.mv_text img {
    max-width: 244px;
    position: absolute;
    top: 150px;
    left: 5%;
    z-index: 1;
}

/* section
----------------------------------------------------------- */

.sec01_container {
	margin-bottom:65px;
}

.sec02_container {
	margin-bottom:60px;
}

.sec03_container {
	margin-bottom:80px;
}

.sec01_container,.sec02_container,.sec03_container {
    position: relative;
/*
    background: url(../images/index/sec01_img.jpg);
    height: 700px;
    background-position: cover;
    background-size: 80vw;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    background-position: right;
*/
}
	   
.img_side {
	
}

.sec01_container .img_side {
	position: absolute;
	top:0;
	right:0;
}

.sec03_container .img_side {
	position: absolute;
	top:0;
	left:0;
}

.sec01_container .img_side img,.sec03_container .img_side img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width:60vw;
	height:700px;
}

.sec02_container .img_side {
	width:1400px;
	margin:0 auto;
}

.sec02_container .img_side img {
	object-fit: cover;
	  font-family: 'object-fit: cover;';
	height:550px;
	width:100%;
}



.text_wrap {
	line-height:1.8em;
}

.sec_text {
	margin-bottom:35px;
}

.sec_text:last-child {
	margin-bottom:0;
}

.text_side {
    position: relative;
	width:100%;
}

.sec01_container .text_side,.sec03_container .text_side {
    height: 700px;
}

.text_box {
	background:#fff;
	letter-spacing: 0.05em;
	height:auto;
}

.sec01_container .text_box,.sec03_container .text_box {
	width:48vw;
	max-width:750px;
	position:absolute;
}

.sec01_container .text_box {
	bottom:0;
	left:0;
	margin: 0 auto 0 75px;	
	padding:45px 65px 50px 45px;
}

.sec02_container .text_box {
	padding:50px 0 50px 200px;
	z-index: 10;
}

.sec02_container .text_box::before {
    content: "";
    background: #fff;
    width: 45%;
    height: 110px;
    position: absolute;
    top: -110px;
    left: -10%;
}

.sec03_container .text_box {
	bottom:0;
	right:0;
	margin: 0 75px 0 auto;	
	padding:45px 50px 85px 60px;
}

.title-a {
	font-size:30px;
	color:#fdb936;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	transform:rotate(180deg);
	position: absolute;
	z-index: 1;
}

.title-a::before {
    content: "";
	display: block;
    position: absolute;
    transform: rotate(90deg);
    bottom: -60px;
    left: -33px;
    background: #fdb936;
    width: 100px;
    height: 1px;
}

@media all and (-ms-high-contrast: none) {
.title-a::before {
    bottom: -60px;
    left: -134px;
}
}

.sec01_container .title-a {
    top: 115px;
    left: 35px;
}

.sec02_container .title-a {
    top: 0;
    left: 35px;
}

.sec03_container .title-a {
    top: 150px;
    right: 35px;
}

.title-b {
	color: #fdb936;
	font-size: 18px;
	font-weight:bold;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.title-c {
	font-size:30px;
	margin-bottom:50px;
	
}

.under-line {
	background-image: linear-gradient(to right, rgba(232, 137, 128, 0.57), rgba(237, 205, 105, 0.57));
	background: -webkit-linear-gradient(left,rgba(232, 137, 128, 0.57), rgba(237, 205, 105, 0.57)); 
	background: -moz-linear-gradient(left,rgba(232, 137, 128, 0.57), rgba(237, 205, 105, 0.57));  
	
	background-repeat: no-repeat;
	background-size: 100% 30%;
	
	background-position: bottom;
}



/********************************************
 1000px-1200px
********************************************/

@media only screen and (min-width:1000px) and (max-width:1200px) {	


	
.sec02_container .text_box {
    padding: 50px 100px 50px 150px;
    z-index: 10;
}
	
.links_box {
		width:90%;
		z-index: 1;
	}
	
.sec02_container .img_side {
    width: 100%;
}	
	
}


/********************************************
 769px-1000px
********************************************/

@media only screen and (min-width:769px) and (max-width:1000px) {

.mv {
    background-position: center 100px;
}	
	
.sec01_container .text_box,.sec03_container .text_box {
    padding: 30px 50px 0 50px;
}
	
.sec02_container .text_box {
    padding: 30px 125px 30px 110px;
}

	
	.mv_text img {
		left: 17px;
}
	
	.sec02_container .img_side {
  		 width: 100%;
}
	
}





/********************************************
 768px以下
********************************************/

@media screen and (max-width: 768px) {

/* メインビジュアル
----------------------------------------------------------- */
	
.mv {
    background-image: url("../images/index/mv01.jpg");
    background-position: center 240%;
    background-repeat: no-repeat;
    background-size: 233%;
    width: 100%;
    height: 90vw;
    margin-bottom: 10vw;
    position: relative;
}

.mv_photo img {
	height: 120vw;
}

.mv_text {
    max-width: 40vw;
    top: 30vw;
    left: 10vw;
}
	
.mv_text img {
    max-width: 29vw;
    position: absolute;
    top: -5vw;
    left: -12vw;
    z-index: 1;
}
	
/* section
----------------------------------------------------------- */

.sec01_container,.sec02_container {
	margin-bottom:17vw;
}
	
.sec03_container {
	margin-bottom:10vw;
}

.sec01_container,.sec02_container,.sec03_container {
    position: relative;
/*
    background: url(../images/index/sec01_img.jpg);
    height: 700px;
    background-position: cover;
    background-size: 80vw;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    background-position: right;
*/
}

.sec01_container .img_side,.sec03_container .img_side {
	position: static;
	top:0;
	right:0;
	z-index: -10;
}

.sec01_container .img_side img,.sec02_container .img_side img,.sec03_container .img_side img {
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
	width:100%;
	height:50vw;
	margin-bottom: -13vw;
}
	
.sec01_container .img_side img {
	object-position: center 21%;
	font-family: 'object-position: center 21%;'
	
}	
	
.sec03_container .img_side img {
	object-position: center 25%;
	font-family: 'object-position: center 25%;'
}	

	
.sec02_container .img_side {
    width: 100%;
}

.text_wrap {
	line-height:1.8em;
}

.sec_text {
	margin-bottom:3vw;
}

.sec_text:last-child {
	margin-bottom:0;
}

.text_side {
    position: relative;	
}

.sec01_container .text_side,.sec03_container .text_side {
    height: auto;
}

.text_box {
	background:#fff;
	letter-spacing: 0.05em;
	height:auto;
}

.sec01_container .text_box,.sec02_container .text_box,.sec03_container .text_box {
	width:90vw;
	max-width:750px;
	position:static;
	z-index: 10;
}

.sec01_container .text_box,.sec02_container .text_box,.sec03_container .text_box {
	top:0;
	left:0;
	margin: 0 auto;
	padding:17vw 5vw 5vw 5vw;
}

.sec02_container .text_box::before {
	display: none;
}

.title-a {
	font-size:5vw;
	color:#fdb936;
	-ms-writing-mode: initial;
	writing-mode: initial;
	transform:rotate(0deg);
	z-index: 0;
	position: absolute;
}



.title-a::before {
    content: "";
    position: absolute;
    transform: rotate(0deg);
    bottom: 38%;
    background: #fdb936;
    width: 15vw;
    height: 1px;
}
	
.sec01_container .title-a::before {
    left: 28vw;		
}
	
.sec02_container .title-a::before {
    left: 21vw;		
}
	
.sec03_container .title-a::before {
    left: 24vw;		
}

.sec01_container .title-a,.sec02_container .title-a,.sec03_container .title-a {
	top: 5.3vw;
    left: 10vw;
}

.title-b {
	color: #fdb936;
	font-size: 3.8vw;
	font-weight:bold;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin-bottom: 0.2em;
}

.title-c {
    font-size: 5vw;
    margin-bottom: 3.5vw;
	
}
	
}
