@charset "UTF-8";

/*===============*/
/* page_visual */
/*===============*/
.page_visual {
	background-color: #525D67;
}

.page_visual>div::before {
	background: -moz-linear-gradient(left, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
	background: -webkit-linear-gradient(left, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
	background: linear-gradient(to right, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
}

.page_visual>div::after {
	background: -moz-linear-gradient(right, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
	background: -webkit-linear-gradient(right, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
	background: linear-gradient(to left, rgba(82, 93, 103, 1), rgba(82, 93, 103, 0));
}
/*===============*/
/* contents */
/*===============*/
.contents h2 {
	margin-bottom: 30px;
}

.contents h2>* {
	display: block;
}

.contents h2 small {
	display: block;
	margin-bottom: 20px;
	color: #67B6DD;
	letter-spacing: .05em;
	font-size: 160%;
	font-family: 'Saira Extra Condensed', sans-serif;
}

.contents h2 span {
	color: #67B6DD;
	letter-spacing: .05em;
	font-size: 200%;
}

.contents h3 {
	margin-bottom: 25px;
}

.contents h3 span {
	display: inline-block;
	font-size: 140%;
	line-height: 1.8;
}

.contents p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
}


@media (max-width:768px) {

	.contents .txt h2,
	.contents .txt h3 {
		text-align: center;
	}

	.contents h2 {
		margin-bottom: 2em;
	}

	.contents h2 small {
		margin-bottom: 1em;
		font-size: 120%;
	}

	.contents h2 span {
		font-size: 150%;
	}

	.contents h3 {
		margin-bottom: 2em;
	}

	.contents h3 span {
		font-size: 110%;
	}
}

/*===============*/
/* works */
/*===============*/

/*    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;*/

.abox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.person-index .contents {
    width: 90%;
    margin: 0 auto;
    max-width: 980px;
    padding: 65px 0;
    box-sizing: border-box;
}
.person .style01, .person .style02 {
    margin: 50px 0 150px;
}
.person-banner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    transform: scale(1);
    transition: all .5s;
}
.person-banner:hover {
    transform: scale(1.02);
}
.person-banner .image-box {
    width: 50%;
    position: absolute;
    z-index: 2;
}
.person-banner .image-box img {
    width: 100%;
    height: auto;
}
.person-banner .text-box {
    width: 70%;
    position: relative;
    bottom: -50px;
    min-height: 320px;
    background: #F4F8FA;
    z-index: 1;
}
.person-banner .text-box .number {
    width: 100%;
    height: 70px;
    background: linear-gradient(#67b6dd 0%, #60e3bb 100%);
}
.person-banner .text-box .number p {
    line-height: 70px;
    color: #FFF;
    font-size: 24px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
}
.style01 .text-box {
    left: 30%;
}
.style02 .image-box {
    left: 60%;
}
.style02 .text-box {
    left: 10%;
}

.style01 .text-box .number p {
    padding-left: 36%;
}
.style01 .text-box .title-detail p {
    padding-left: 36%;
}
.style02 .text-box .number p {
    padding-left: 8%;
}
.style02 .text-box .title-detail p {
    padding-left: 8%;
}

.title-detail {
    box-sizing: border-box;
    padding: 30px 0 0;
}
.title-detail .p01 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1.8em;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
    margin-bottom: 15px;
}
.title-detail .p02 {
    font-size: 90%;
    line-height: 1.8em;
}
.title-detail .p03 {
    font-size: 140%;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.8em;
}
.title-detail .p04 {
    font-size: 100%;
    line-height: 1.8em;
}
@media (max-width:768px) {
.person .style01, .person .style02 {
    margin: 0px 0 50px;
}
.person-banner {

}
.person-banner .image-box {
    width: 100%;
    position: relative;
    z-index: 1;
}
.person-banner .image-box img {
    width: 100%;
    height: auto;
}
.person-banner .text-box {
    width: 100%;
    position: relative;
    bottom: auto;
    left: 0;
    min-height: auto;
    background: #F4F8FA;
    z-index: 2;
}
.person-banner .text-box .number {
    width: 100%;
    height: 50px;
    background: linear-gradient(#67b6dd 0%, #60e3bb 100%);
}
.person-banner .text-box .number p {
    line-height: 50px;
    color: #FFF;
    font-size: 140%;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
}
.style01 .text-box {
    left: 0%;
}
.style02 .image-box {
    left: 0;
}
.style02 .text-box {
    left: 0%;
}

.style01 .text-box .number p {
    padding-left: 10%;
}
.style01 .text-box .title-detail p {
    padding-left: 10%;
}
.style02 .text-box .number p {
    padding-left: 10%;
}
.style02 .text-box .title-detail p {
    padding-left: 10%;
}

.title-detail {
    box-sizing: border-box;
    padding: 20px 10% 20px 0;
}
.title-detail .p01 {
    font-size: 135%;
    font-weight: 600;
    line-height: 1.8em;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
    margin-bottom: 15px;
}
.title-detail .p02 {
    font-size: 90%;
    line-height: 1.8em;
}
.title-detail .p03 {
    font-size: 140%;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.8em;
}
.title-detail .p04 {
    font-size: 100%;
    line-height: 1.8em;
}
}

@media (max-width: 480px) {

}













.person-interview .interview-main {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}
.person-interview .interview-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 80%;
    height: 100%;
    background: #F4F8FA;
    z-index: -1;
}
.interview-main h1 {
    position: absolute;
    left: 10%;
    top: 20%;
    color: #67B6DD;
    font-size: 240%;
}
.interview-main .main-photo {
    width: 80%;
    margin-left: 20%;
}
.interview-main .text-box {
    position: absolute;
    left: 10%;
    width: 520px;
    background: linear-gradient(90deg,#67b6dd 0%, #60e3bb 100%);
    top: 50%;
    box-sizing: border-box;
    padding: 20px;
}

.interview-article {
    margin: 200px auto 100px;
    max-width: 1400px;
    position: relative;
}

.interview-article section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 200px;
    position: relative;
}

.interview-article .text-box {
    width: 35%;
    position: relative;
}
.interview-article .image-box {
    width: 42%;
    position: relative;
}
.interview-article .block01 .text-box {
   left: 15%;
}
.interview-article .block02 .text-box {
   order: 2;
   right: 15%;
}
.interview-article .block02 .image-box {
   order: 1;
   left: 0;
}
.add-margin-bottom {
    margin-bottom: 60px;
}
.add-margin-bottom2 {
    margin-bottom: 30px;
}
.interview-main p, .interview-article p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
}
.interview-main h2 {
    letter-spacing: .01em;
	font-size: 200%;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 25px; 
}
.interview-main .p01 {
    color: #FFF;
    line-height: 1.6em;
}
.interview-main .p02 {
    color: #FFF;
    font-size: 180%;
    line-height: 1.6em;
}
.interview-main .p03 {
    color: #FFF;
    line-height: 1.6em;
}
.interview-article h3 {
	letter-spacing: .01em;
	font-size: 150%;
    font-weight: 600;
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
}
.interview-article h3:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background: #000;
    left: 0;
    top: .7em;
}
.interview-article h4 {
	letter-spacing: .01em;
    color: #67B6DD;
	font-size: 140%;
    margin-bottom: 15px;
}
.block02:before {
    content: "";
    position: absolute;
    left: 0;
    top: 200px;
    width: 80%;
    height: 100%;
    background: #F4F8FA;
    z-index: -1;
}

@media (max-width:768px) {
.person-interview .interview-main {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.person-interview .interview-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 80%;
    height: 80%;
    background: #F4F8FA;
    z-index: -1;
}
.interview-main h1 {
    position: absolute;
    left: 5%;
    top: 20%;
    color: #67B6DD;
    font-size: 20px;
}
.interview-main .main-photo {
    width: 90%;
    margin-left: 10%;
}
.interview-main .text-box {
    position: relative;
    left: 5%;
    width: 90%;
    top: 70%;
    padding: 2%;
}

.interview-article {
    margin: 50px auto 100px;
    position: relative;
}

.interview-article section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 80%;
    margin: 0 auto 50px;
}

.interview-article .text-box {
    width: 100%;
    position: relative;
}
.interview-article .image-box {
    width: 100%;
    position: relative;
    margin-top: 40px;
}
.interview-article .block01 .text-box {
   left: auto;
}
.interview-article .block02 .text-box {
   order: 1;
   right: auto;
}
.interview-article .block02 .image-box {
   order: 2;
   left: 0;
}
.add-margin-bottom {
    margin-bottom: 40px;
}
.add-margin-bottom2 {
    margin-bottom: 20px;
}
.interview-main p, .interview-article p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, "M+ 1p", sans-serif;
}
.interview-main h2 {
    letter-spacing: .01em;
	font-size: 130%;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 15px; 
}
.interview-main .p01 {
    font-size: 90%;
}
.interview-main .p02 {
    font-size: 110%;
}
.interview-main .p03 {
    font-size: 90%;
}
.interview-article h3 {
	letter-spacing: .01em;
	font-size: 130%;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.interview-article h3:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 1px;
    background: #000;
    left: 0;
    top: .7em;
}
.interview-article h4 {
	letter-spacing: .01em;
    color: #67B6DD;
	font-size: 140%;
    margin-bottom: 15px;
}
.block02:before {
    display: none;
}
}