@charset "utf-8";
@import url("hamburger_menu.css");
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}
body {
	max-width: 1920px; 
	min-width: 750px;
	margin: 0 auto;
	font-family: Arial, Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@font-face {
  font-family: "font_M";
  src:url("../fonts/A-OTF-GothicMB101Pro-Reg.otf") format("opentype");
}
@font-face {
  font-family: "font_B";
  src:url("../fonts/A-OTF-GothicMB101Pro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "font_T";
  src:url("../fonts/DIN Schrift 1451 Mittelschrift.otf") format("opentype");
}

/*------- 設定 ------*/
.display_tel{
	display: none;
}
.display_tel_950{
	display: none;
}
.display_tel_1000{
	display: none;
}
.display_tel_1100{
	display: none;
}

/*------レスポンシブ-------*/
/*----　可変FLEX　----*/
.kahen_flex,.kahen_flex_r{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_r{
	display: flex;
	align-items: center;
	justify-content: center;
}
.kahen_flex_left,.kahen_flex_left2{
	display: flex;
	align-items:center;
	justify-content: flex-start;
}
.kahen_flex_top,.kahen_flex_top_r{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.kahen_flex_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.kahen_between_bottom,.kahen_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: center;
}
.kahen_flex_center_top{
	display: flex;
	align-items:flex-start;
	justify-content: center;
}
.kahen_flex_between,.kahen_flex_between_r{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kahen_flex_between_top,.kahen_flex_between_top_r{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.kahen_flex_between_bottom{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
}
.kahen_flex_column{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
.kahen_flex_column_left{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.kahen_flex,.kahen_flex_left,
	.kahen_flex_top,.kahen_flex_bottom,
	.kahen_flex_between_bottom,
	.kahen_flex_between_top,
	.kahen_flex_between,
	.kahen_flex_column_left,
	.kahen_flex_center_top,
	.kahen_between_bottom{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
	.kahen_flex_r,.kahen_flex_top_r,
	.kahen_flex_between_r,
	.kahen_flex_between_top_r,
	.kahen_between_bottom_r{
	display: flex;
	flex-flow:column-reverse;
	align-items: center;
	justify-content: center;	
}
	.flex_r{
	display: flex;
	align-items: center;
	justify-content:center;
	flex-flow: row-reverse;	
}
	.kahen_flex_left2{
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content:flex-start;
}
	.kahen_flex_column{
	display: flex;
	flex-flow:nowrap;
	justify-content: center;
	align-items: center;
}
}
/*----　可変FLEX　----*/

/*........../ 内容設定 /..........*/
a {
	text-decoration: none;
	color: inherit;
	transition: 0.2s ease-in-out;
	font-size: 1rem;
	font-family: "font_B";
	font-weight: normal;
}
p  {
	font-size: 1.1rem;
	line-height: 3.3ex;
	margin-bottom: 30px;
	font-family: "font_M";
}
p span {
	font-size: 0.9rem;
	font-weight: normal;
}
.wrap {
	width: 95%;
	max-width: 1500px;
	margin: auto;
}
.width_60 {
	width: 60%;
}
.width_40 {
	width: 40%;
}
.flex {
	display: flex;
}
.flex-align {
	align-items: center;
}
.flex-center {
	justify-content: center;
}
.flex-between {
	justify-content: space-between;
}


h3{
	font-family: "font_T";
	font-weight: normal;
}
.h3_img{
	width: 200px;
}
/*........../ ヘッダー /..........*/
header {
	height: 150px;
}
.logo {
	text-align: end;
	font-size: 1.8rem;
	line-height: 1.4ex;
}
.logo h1 {
	font-weight: normal;
	font-size: 0.8rem;
	letter-spacing: 1px;
	color: #666;
}
.logo img{
	width: 300px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.logo {
		font-size: 2.2rem;
}
	.logo span {
	font-size: 1rem;
}
}

/*........../ ナビゲーション /..........*/
header .header_nav {
	width: 520px;
}
.header_nav a {
	padding: 10px 20px;
}
.header_nav a:hover {
	color:rgba(0,169,255,1);
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
		
}

/*........../ エントリー /..........*/
.button {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	border: #000 1px solid;
	padding: 0 30px;
}
.button:hover {
	background: rgba(0,169,255,1);
	border: rgba(0,169,255,1) 1px solid;
	color: #FFF;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
header .button{
	margin-right: 100px;
}
	
}

/*........../ トップ画像 /..........*/
.top_img_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: auto;
	max-width: 1500px;
}
.top_img_flex .top_text{
	width: 400px;
}
.top_img {
	position: relative;
	height: 880px;
}
.top_img .text {
	flex-direction: column;
}
.top_img .text h2 {
	width: 380px;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: 4ex;
	margin-top: 20px;
	font-family: "font_M";
}
.top_img .text h2 span {
	color: #451da0;
	font-size: 4.2rem;
	font-weight:normal;
	line-height: 2.3ex;
}

/*----　slick　----*/
.test-slick2 {
	margin-top: -10px;
    width: 70%;
	margin-left: auto;
	margin-right: 0;
}
.test-slick__item2{
 	width: 100%;
}
/*----　slickおわり　----*/

.top_img .BG {
	background: linear-gradient(90deg, rgba(229,254,255,1) 0%, rgba(246,234,252,1) 100%);
	height: 740px;
	position: absolute;
	top: 140px;
	right: 0;
	z-index: -1;
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
.top_img_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: auto;
	max-width: 1500px;
	flex-flow: column-reverse;
}
.top_img_flex .top_text{
	width: 650px;
	margin-top: 30px;
}
.top_img .text h2 {
	width: 550px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 4ex;
	margin-top: 20px;
}	
/*----　slick　----*/
.test-slick2 {
	margin-top: -10px;
    width: 95%;
	margin-left: auto;
	margin-right: 0;
}
.top_img {
	position: relative;
	height: 1080px;
}
}
/*------レスポンシブおわり-------*/

/*------レスポンシブ-------*/
@media screen and (max-width: 800px){
  /*--ここにスマホに適したCSSを記述します*/	
.top_img {
	position: relative;
	height: 900px;
}
}

/*........../ パララックス /..........*/
.parallax {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* 背景の画像 */
#top_img1 {
	height: 90vh;
	background-image: url("../images/Top_about.png");
}

/*........../ 内容 /..........*/
.line {
	border: none;
	width: 1px;
	height: 160px;
	background: #000;
	margin: -80px auto 0 auto;
}
.title {
	font-size: 2.4rem;
	color: #451da0;
	text-align: center;
	line-height: 1.5ex;
	margin: 60px auto;
}
.title span {
	color: #000;
	font-size: 1.2rem;
	font-weight: normal;
}
.title2 {
	font-size: 2.4rem;
	color: #ffb52e;
	text-align: center;
	line-height: 1.5ex;
	margin:90px auto 30px auto;
}
.title2 span {
	color: #000;
	font-size: 1.2rem;
	font-weight: normal;
}
.title2 hr{
	width: 250px;
	border-right: none;
	border-left: none;
}
.title2 h3{
	margin: 0 20px;
}
/*........../ ABOUT /..........*/
#about .content {
	background: #FFF;
	max-width: 920px;
	width: 90%;
	height: 580px;
	padding-bottom: 80px;
	margin: -360px auto 0 auto;
}
#about .content .align {
	width: 490px;
	text-align: center;
}
.content h4 {
	font-size: 1.6rem;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

/*........../ INTERVIEWS /..........*/
#interviews {
	padding-bottom: 80px;
}

.images .align {
	margin: 0 30px 60px 30px;
	width: 100%;
	height: 550px;
	display: flex;
	align-items: flex-end;
	background-color: aqua;
}
#interviews .img1 {
	background: url("../images/People_img1.png") no-repeat center;
}
#interviews .img2 {
	background: url("../images/People_img2.png") no-repeat center;
}
#interviews .img3 {
	background: url("../images/People_img3.png") no-repeat center;
}
#interviews .img4 {
	background: url("../images/People_img4.png") no-repeat center;
}
#interviews .img5 {
	background: url("../images/People_img5.png") no-repeat center;
}
#interviews .img6 {
	background: url("../images/People_img6.png") no-repeat center;
}
#interviews .img7 {
	background: url("../images/People_img7.png") no-repeat center;
}
#interviews .img8 {
	margin: 0 30px 60px 30px;
	width: 100%;
	height: 550px;
	display: flex;
	align-items: flex-end;
	background-color: #fff;	
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/	
#interviews .img8 {
	display: none;
}
}


.images .align .text {
	background: #fff;
	width: 100%;
	max-width: 430px;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.images .align .text p {
	width: 350px;
	height: 80px;
	line-height: 3ex;
	color: #ffb52e;
	font-family: "font_B";
	font-weight: normal;
	font-size: 22px;
}
.images .align .text p span {
	display: block;
	padding-bottom: 10px;
	color: #4d4d4d;
	font-family: "font_M";
}
#interviews .align .text a hr {
	width: 60px;
	height: 1px;
	border: none;
	background: #000;
	margin-right: 20px;
}
#interviews .align .text a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto 0 0;
	padding-left: 40px;
}
#interviews .align .text a:hover {
	color: #00a9ff;
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/	
.images .align .text p {
	font-size: 25px;
}
	.images .align .text p span{
	font-size: 18px;
}
}

/*........../ CULTURE /..........*/
#culture .top_img {
	height: 1120px;
}
#culture .title {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 100px;
}
#culture .top_img .text {
	padding: 0;
	width: 470px;
}
#culture .top_img .img1 {
	width: 400px;
	height: 450px;
	background: url("../images/Culture_img1.png");
	background-repeat: no-repeat;
}
#culture .top_img .img2 {
	max-width: 880px;
	width: 100%;
	height: 700px;
	background: url("../images/Culture_img2.png");
	background-position: center;
}
#culture .flex-img {
	width: 85%;
	max-width: 1200px;
	margin: auto;	
}
#culture .flex-img:nth-child(2) {
	position: relative;
	z-index: 1;
}
#culture .flex-img:nth-child(3) {
	justify-content: flex-end;
	margin-top: -340px;
	position: relative;
	z-index: 0;
}
#culture .top_img .BG {
	background: linear-gradient(90deg, rgba(255,255,235,1) 0%, rgba(231,254,251,1) 100%);
	height: 900px;
	top: 0;
	left: 0;
	right: auto;
}
#culture .kankyou {
	margin: 120px auto 200px auto;
	max-width: 1200px;
}
#culture .kankyou .text {
	width: 280px;
	text-align: center;
}
#culture .kankyou .text h5 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#culture .kankyou .button {
	margin-top: 30px;
}
#culture .top_img .iti{
	justify-content:flex-end;
}
#culture .text p span{
	font-size: 13px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
#culture .top_img .iti{
	justify-content: flex-start;
	padding-left: 50px;
}	
#culture .kankyou .text {
	width: 500px;
	text-align: center;
}
}
#culture .text p span{
	font-size: 18px;
}

/*........../ GALLERY /..........*/
#gallery {
	position: relative;
}
#gallery .wrap {
	position: relative;
	width: 85%;
	overflow-x: hidden;
}
#gallery .BG {
	background: linear-gradient(90deg, rgba(239,250,251,1) 0%, rgba(230,238,255,1) 100%);
	height: 800px;
	position: absolute;
	top: 300px;
	right: 0;
	width: 85%;
}
#gallery .line {
	margin-top: 140px;
}

/* .......... スライドショー内容 .......... */
.slideshow {
	height: 725px; /* 高さを変更してもOK */
	max-width: 785px;
	margin: auto;	
	text-align: center;
}
.slideshow .slides {
	height: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: 0.8s;
}
.slideshow .slide {
	font-size: 1rem;
	display: inline-block;
	height: 100%;
	width: 100%;
	max-width: 1200px;
}
.slideshow .slide .img {
	width: 100%;
	max-width: 725px;
	height: 100%;
	margin: auto;
}
.slideshow .slide .img1 {
	background: url("../images/Gallery_img1.png") no-repeat center;
}
.slideshow .slide .img2 {
	background: url("../images/Gallery_img2.png") no-repeat center;
}
.slideshow .slide .img3 {
	background: url("../images/Gallery_img3.png") no-repeat center;
}
.slideshow .slide .img4 {
	background: url("../images/Gallery_img4.png") no-repeat center;
}

/* .......... 前後ボタンの外観 .......... */
.prevNext {
	position: absolute;
	z-index: 5;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	min-width: 900px;
	height: 0;
}
.prevNext > div+div {
	visibility: hidden; 
	/* 一番目の前後ボタンdiv以外、ほかの前後ボタンdivを隠す */
}
.prevNext a {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px; 
	/* Flexboxのalign-items以外、line-heightでも上下で設定できます */
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 3rem;
	text-shadow: #CCC 0 0 5px;
	transition: 0.3s;
	transform: translateY(-50%);
	left: 0;
}
.prevNext a+a {
	left: auto;
	right: 0;
}
/* .......... 前後ボタンの設定 .......... */
.slideshow >s:target ~ .prevNext >* {
	visibility: hidden;
}
#s1:target ~ .prevNext >*:nth-child(1) {visibility: visible;}
#s2:target ~ .prevNext >*:nth-child(2) {visibility: visible;}
#s3:target ~ .prevNext >*:nth-child(3) {visibility: visible;}
#s4:target ~ .prevNext >*:nth-child(4) {visibility: visible;}
/* スライドの追加や消すはこちら */
/* .......... スライドの場所設定 .......... */
#s1:target ~ .slides {transform: translateX(   0%);}
#s2:target ~ .slides {transform: translateX(-100%);}
#s3:target ~ .slides {transform: translateX(-200%);}
#s4:target ~ .slides {transform: translateX(-300%);}
/* スライドの追加や消すはこちら */

/*........../ ENTRY /..........*/
#entry {
	margin-top: 100px;
	padding: 80px 0;
	background: rgb(0,191,119);
background: linear-gradient(90deg, rgba(0,191,119,1) 0%, rgba(0,169,255,1) 100%);
	color: #FFF;
}
#entry .wrap {
	width: 85%;
	max-width: 1300px;
}
#entry .align {
	width: 450px;
}
#entry h2 {
	font-size: 5rem;
	letter-spacing: 5px;
}
#entry h3 {
	margin: 5px 0 20px 0;
	font-family: "font_T";
}
#entry .button {
	font-weight: normal;
	font-size: 1.6rem;
	border-color: #FFF;
	text-align: center;
	height: 65px;
	width: 250px;
	padding: 10px 30px;
}
#entry .button:hover {
	background: #FFF;
	color:#00a9ff;
}

/*........../ フッター /..........*/
footer {
	padding: 80px 0;
	background: #b3b3b3;
	color: #FFF;
}
footer .wrap {
	width: 85%;
	max-width: 1300px;
}
footer .align {
	width: 450px;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
footer .logo span {
	color: #CCC;
}
footer .header_nav {
	width: 100%;
}
footer .header_nav a {
	padding: 10px 0;
}
footer .header_nav a:hover {
	color:#292929;
	text-decoration:overline;
	padding-bottom: 5px;
}
footer .address {
	height: 220px;
}
footer .button {
	font-weight: normal;
	border-color: #FFF;
	text-align: center;
	width: 250px;
}
footer .button:hover {
	background: #FFF;
	color: #292929;
	border-color: #292929;
}
footer .privacy {
	font-size: 0.9rem;
	margin-top: 20px;
	display: inline-block;
}

/*........../ 著作権 /..........*/
.copyright {
	background: #fff;
	color: #292929;
	text-align: center;
	padding: 15px 0;
	margin: 0;
}

/*------一番下に-------*/
/*------レスポンシブ-------*/
@media screen and (max-width: 900px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc{
		display: none;
	}
	.display_tel{
	display: block;
	}
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_pc_950{
		display: none;
	}
	.display_tel_950{
	display: block;
	}
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1000{
	display: block;
}
	.display_pc_1000{
	display: none;
	}
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.display_tel_1100{
	display: block;
}
	.display_pc_1100{
	display: none;
}
}
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	h1,h2,h3,h4,h5,h6,th,p,a{
	font-weight: normal;	
}	
	.haikei_kotei,.haikei_kotei_1,
	.haikei_kotei2,.parallax{
	background-attachment: inherit;
}
}
/*------レスポンシブ-------*/