/*----------------------------------------
** kuchibiru
** 2019.5.31
** style
----------------------------------------*/
img {
	max-width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
img[src$=".svg"] {
	max-width: 100%;
	width: 100%; /* IE対応 */
	height: auto;
}
/*--------------------------------------*/
.__min {
	font-family: YakuHanMP,'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.__goth, .staff {
	font-family: YakuHanJP,'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}
#wrapper {
	width: 100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
section {
	width: 100%;
	position: relative;
}
.__inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width:768px) {
	#wrapper {
		min-width: 100%;
        overflow: hidden;
	}
	/*.__inner {
		max-width: 90%;
		width: 90%;
		margin: 0 auto;
		position: relative;
	}*/
}
/*--------------------------------------*/
#intro_story {
	background: rgb(161,214,219);
	background: -moz-linear-gradient(left, rgba(161,214,219,1) 0%, rgba(216,236,224,1) 58%, rgba(255,252,228,1) 100%);
	background: -webkit-linear-gradient(left, rgba(161,214,219,1) 0%,rgba(216,236,224,1) 58%,rgba(255,252,228,1) 100%);
	background: linear-gradient(to right, rgba(161,214,219,1) 0%,rgba(216,236,224,1) 58%,rgba(255,252,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d6db', endColorstr='#fffce4',GradientType=1 );
}

/*--------------------------------------*/

.__intro {
	position: relative;
}
.__intro > img {
	max-width: inherit;
	width: 100%;
}
.__intro h2 {
	width: 50%;
	position: absolute;
	top: 2%;
	left: 5%;
	margin: 0;
}
.__intro .__tx-intro-copy-1 {
	width: 35%;
	position: absolute;
	top: 15%;
	right: 50%;
	transform: translateX(50%);
}
.__intro .__tx-intro-copy-2 {
	width: 45%;
	position: absolute;
	top: 23%;
	right: 50%;
	transform: translateX(50%);
}
.__intro .__tx-intro {
	width: 65%;
	position: absolute;
	top: 43%;
	left: 5%;
	transform: rotate(-5deg);
	line-height: 2;
	font-size: 0.96rem;
	color: #ea6898;
	font-weight: 600;
	text-align: left;
}
.__intro .__tx-intro span {
	background: rgba(255,255,255,0.85);
	padding: 1px 2px;
}
@media screen and (max-width:768px) {
	.__intro h2 {
		width: 56%;
		position: absolute;
		top: 1%;
		left: 5%;
		margin: 0;
	}
	.__intro .__tx-intro-copy-1 {
		width: 70%;
		position: absolute;
		top: 15%;
		right: 50%;
		transform: translateX(50%);
	}
	.__intro .__tx-intro-copy-2 {
		width: 87%;
		position: absolute;
		top: 21%;
		right: 50%;
		transform: translateX(50%);
	}
	.__intro .__tx-intro {
		background: rgba(255,255,255,1.0);
		width: 100%;
		position: static;
		top: inherit;
		left: inherit;
		transform: rotate(0deg);
		line-height: 2;
		font-size: 0.9rem;
		color: #ea6898;
		font-weight: 600;
		text-align: justify;
		padding: 1em;
	}
	br.pc {
		display: none;
	}
}

/*--------------------------------------*/

.__story-1 {
	padding: 80px 0;
	background: rgb(161,214,219);
	background: -moz-linear-gradient(left, rgba(161,214,219,1) 0%, rgba(216,236,224,1) 58%, rgba(255,252,228,1) 100%);
	background: -webkit-linear-gradient(left, rgba(161,214,219,1) 0%,rgba(216,236,224,1) 58%,rgba(255,252,228,1) 100%);
	background: linear-gradient(to right, rgba(161,214,219,1) 0%,rgba(216,236,224,1) 58%,rgba(255,252,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d6db', endColorstr='#fffce4',GradientType=1 );
	margin-bottom: -1px;
}
.__story-1 h2 {
	width: 21%;
	position: absolute;
	top: 5%;
	right: 6%;
	margin: 0;
	z-index: 2;
}
.__story-1 .__photo-1 {
	width: 60%;
	margin: 5% auto 0 0;
}
.__story-1 .__text-1 {
	background: rgba(255,255,255,0.85);
	padding: 1em;
	border-radius: 15px;
	color: #32a5af;
	width: 50%;
	margin: -15% 0 0 auto;
	font-size: 0.9rem;
	line-height: 1.85;
	position: relative;
	z-index: 3;
}
.__story-person-1 {
	width: 50%;
	margin: -25% auto 0 4%;
	position: relative;
	z-index: 3;
}
@media screen and (max-width:768px) {
	.__story-1 {
		padding: 30px 0;
	}
	.__story-1 h2 {
		width: 35%;
		position: static;
		top: inherit;
		right: inherit;
		margin: 0 0 15px auto;;
		z-index: 2;
	}
	.__story-1 .__photo-1 {
		width: 90%;
		margin: 0 auto 0 0s;
	}
	.__story-1 .__text-1 {
		background: rgba(255,255,255,0.85);
		padding: 1em;
		border-radius: 15px;
		color: #32a5af;
		width: 90%;
		margin: -30px 0 0 auto;
		font-size: 0.9rem;
		line-height: 1.85;
		position: relative;
		z-index: 3;
	}
	.__story-person-1 {
		width: 50%;
		margin: -25px auto 0 4%;
		position: relative;
		z-index: 3;
	}
}

/*--------------------------------------*/
.__blank {
	position: relative;
}
.__blank::before {
	content: '';
	background: url(../img/bg-story.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.__blank > img {
	max-width: inherit;
	width: 100%;
}
@media screen and (max-width:768px) {
	.__blank::before {
		content: '';
		background: url(../img/bg-story_sp.jpg) center bottom no-repeat;
		background-size: cover;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}
}

/*--------------------------------------*/

.__story-2 {
    padding: 80px 0 0;
    background: rgb(161,214,219);
    background: -moz-linear-gradient(bottom left, rgba(161,214,219,1) 0%, rgba(216,236,224,1) 58%, rgba(255,252,228,1) 100%);
    background: -webkit-linear-gradient(bottom left, rgba(161,214,219,1) 0%,rgba(216,236,224,1) 58%,rgba(255,252,228,1) 100%);
    background: linear-gradient(70deg, rgba(161,214,219,1) 0%,rgba(216,236,224,1) 58%,rgba(255,252,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d6db', endColorstr='#fffce4',GradientType=1 );
    margin-bottom: -1px;
}
.__story-2 .__photo-2 {
	width: 60%;
	margin: 5% 0 0 auto;
}
.__story-2 .__text-2 {
	background: rgba(255,255,255,0.85);
	padding: 1em;
	border-radius: 15px;
	color: #32a5af;
	width: 50%;
	margin: -15% auto 0 0;
	font-size: 0.9rem;
	line-height: 1.85;
	position: relative;
	z-index: 3;
}
.__story-person-2 {
	width: 40%;
	margin: -25% 2% 4% auto ;
	position: relative;
	z-index: 3;
}
@media screen and (max-width:768px) {
	.__story-2 {
		padding: 30px 0 0;
	}
	.__story-2 .__photo-2 {
		width: 90%;
		margin: 5% 0 0 auto;
	}
	.__story-2 .__text-2 {
		background: rgba(255,255,255,0.85);
		padding: 1em;
		border-radius: 15px;
		color: #32a5af;
		width: 90%;
		margin: -30px auto 0 0;
		font-size: 0.9rem;
		line-height: 1.85;
		position: relative;
		z-index: 3;
	}
	.__story-person-2 {
		width: 40%;
		margin: -25px 2% 4% auto ;
		position: relative;
		z-index: 3;
	}
}


[class^='__photo-'] img {
	border-radius: 15px;
}
[class^='__text-'] {
	text-align: justify;
}


/* 関係図 */

.is-pc {
    display: block;
}

.is-sp {
    display: none;
}

.diagram {
    min-height: 900px;
    padding: 80px 0;
}

.diagram-ttl-img {
    max-width: 415px;
}

.diagram .diagram-list {
    position: relative;
    top: -130px;
    padding: 0;
    list-style: none;
}

.diagram .diagram-list-item {
    position: relative;
}

.diagram .diagram-list-item.reo {
    position: absolute;
    right: 190px;
}
.diagram .diagram-list-item.reo:before {
    content: url(../img/for_shima.svg);
    position: absolute;
    left: -200px;
    bottom: -40px;
    width: 150px;
}

.diagram .diagram-list-item.shima {
    top: 225px;
}
.diagram .diagram-list-item.shima:before {
    content: url(../img/for_haru.svg);
    position: absolute;
    left: 400px;
    top: 230px;
    width: 190px;
}

.diagram .diagram-list-item.haru {
    position: absolute;
    bottom: -300px;
    right: 50px;
}
.diagram .diagram-list-item.haru:before {
    content: url(../img/for_reo.svg);
    position: absolute;
    right: 100px;
    top: -190px;
    width: 80px;
}

.diagram-list-btn:hover .diagram-img.reo {
    transform: rotateZ( 10deg );
}

.diagram-list-btn.shima {
    display: inline-block;
}

.diagram-list-btn:hover .diagram-img.shima,
.diagram-list-btn:hover .diagram-img.haru {
    transform: rotateZ( -10deg );
}

.diagram .diagram-img {
    display: block;
}

.diagram .diagram-img.reo {
    max-width: 365px;
}

.diagram .diagram-img.shima {
    width: 375px;
    padding-top: 40px;
}

.diagram .diagram-img.haru {
    max-width: 400px;
}

.diagram .diagram-name-img {
    display: block;
    max-width: 215px;
}

.diagram .diagram-list-img-area {
    position: absolute;
}

.diagram .diagram-list-img-area.reo {
    min-width: 300px;
    left: -42px;
    bottom: -52px;
}

.diagram .diagram-list-img-area.shima {
    position: relative;
}

.diagram .diagram-list-img-area.haru {
    left: -110px;
    bottom: 25px;
}

.diagram .diagram .diagram-txt-img {
    display: block;
}

.diagram .diagram-txt-img.reo {
    position: absolute;
    bottom: -80px;
    right: -10px;
}

.diagram .diagram-txt-img.shima {
    position: absolute;
    max-width: 260px;
    bottom: -42px;
    left: 45px;
}

.diagram .diagram-txt-img.haru {
    position: absolute;
    left: 15px;
    bottom: -45px;
    min-width: 270px;
}

.diagram-bg {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    padding-top: 48%;
    background: url(../img/bg-diagram.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
}

.modal-intro-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12;
}

.modal-intro {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 90%;
    max-width: 700px;
    height: 680px;
    margin: auto;
    padding: 85px 40px 40px;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 13;
}

.modal-intro-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    text-align: right;
}

.modal-intro .modal-intro-close-img {
    max-width: none;
    width: 50px;
}

.modal-intro-img-area {
    text-align: center;
}

.modal-intro-img {
    width: 375px;
    margin-bottom: 45px;
}

.modal-intro-role {
    font-size: 12px;
    color: #EA6898;
}

.modal-intro-name {
    font-size: 18px;
    color: #EA6898;
    font-weight: bold;
}

.modal-intro-txt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    
    .diagram {
        min-height: auto;
        padding: 0 0 30px;
    }
    
    .is-pc {
        display: none;
    }
    
    .is-sp {
        display: block;
    }
    
    .diagram-list-sp {
        list-style: none;
    }
    
    .diagram-ttl-img {
        max-width: none;
        width: 55%;
        padding-bottom: 30px;
    }
    
    .modal-intro .modal-intro-close-img {
        width: 25px;
    }
    
    .modal-intro {
        height: 500px;
        overflow: auto;
    }
    
    .diagram-list-sp {
        padding: 0;
        margin: 0;
        background-image: url(../img/diagram-bg-sp.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .diagram-list-sp-item:nth-child(odd) {
        margin-left: 15%;
    }
    
    .diagram-list-sp-item:nth-child(2) {
        margin: 6% 0;
        margin-right: 15%;
    }
    
    .diagram-bg {
        height: 300px;
        background: url(../img/bg-diagram-sp.jpg);
        background-size: cover;
        background-attachment: scroll;
    }
    
    .modal-intro-overlay {
        z-index: 901;
    }
    
    .modal-intro {
        z-index: 902;
    }
}

/* スタッフ */

.staff {
    padding: 80px 0;
    background: rgb(161,214,219);
    background: -moz-linear-gradient(bottom left, rgba(161,214,219,1) 0%, rgba(216,236,224,1) 58%, rgba(255,252,228,1) 100%);
    background: -webkit-linear-gradient(bottom left, rgba(161,214,219,1) 0%,rgba(216,236,224,1) 58%,rgba(255,252,228,1) 100%);
    background: linear-gradient(70deg, rgba(161,214,219,1) 0%,rgba(216,236,224,1) 58%,rgba(255,252,228,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1d6db', endColorstr='#fffce4',GradientType=1 );
    margin-bottom: -1px;
}

.staff-ttl {
    position: relative;
    padding-top: 140px;
}

.staff-ttl-img {
    position: absolute;
    top: 0;
    right: -50px;
    max-width: 225px;
}

.main-staff {
    padding: 50px 0 85px;
}

.main-staff-name {
    font-size: 23px;
    color: #EA6898;
}

.staff-position {
    font-size: 18px;
}

.staff-txt {
    margin: 0;
    font-size: 13px;
    line-height: 1.85;
}

.other-staff-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.other-staff-area {
    width: 43%;
    padding-bottom: 40px;
}

.other-staff-name {
    font-size: 23px;
}

.other-staff-name.blue {
    color: #32A5AF;
}

.other-staff-name.pink {
    color: #EA6898;
}

.other-position {
    font-size: 18px;
}

@media screen and (max-width:768px) {
    
    .staff {
        padding: 30px 0;
    }
    
    .main-staff {
        padding: 80px 0 0;
    }
    
    .staff-ttl-img {
        right: 0;
        width: 35%;
        max-width: none;
    }
    
    .staff-ttl {
        padding-top: 40px;
    }
    
    .other-staff-wrapper {
        display: block;
    }
    
    .other-staff-area {
        width: 100%;
        padding-bottom: 30px;
    }
    
    .staff-position,.other-position {
        font-size: 14px;
    }
    
    .main-staff-name,.other-staff-name {
        margin-top: 30px;
        font-size: 18px;
    }
}

@media screen and (max-width: 414px) {
    
    .main-staff-name {
        margin-top: 0;
    }
    
    .main-staff {
        padding: 50px 0 0;
    }
}
