@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	
	scroll-behavior: smooth;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	
	font-family: "M PLUS 1p",sans-serif,"游ゴシック体";

	color: #333333;
	font-size: 16px;
	font-weight: 600;
	
	margin: 0;
	padding: 0;
	
	text-align:justify;
	word-break:break-all; 
	text-justify:inter-ideograph;
	text-justify:inter-character;
	word-wrap:break-word;
	overflow-wrap:break-word;
}
h1 {
	all: unset;
	font-size: inherit;
	font-weight: inherit;
}

/* **************************************************************************************** */

/* fuwa *****************/
.fuwa-1 {
  animation: fuwa-1 5s infinite;
}
@keyframes fuwa-1 {
  0%, 100% { transform: translateY(0);}
  50% { transform: translateY(-5px);}
}
/* fuwa *****************/
/* fuwa *****************/
.fuwa-2 {
  animation: fuwa-2 8s infinite;
}
@keyframes fuwa-2 {
  0%, 100% { transform: translateY(0);}
  50% { transform: translateY(-4px);}
}
@keyframes fuwa-random {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(calc(-1 * var(--fuwa-height))); }
}
/* fuwa *****************/

/* slide-in-right *******/
.slide-in-right {
  opacity: 0;
  transform: translateX(300px);
  transition: all 0.8s ease-out;
}

/* 表示されたらアニメーション開始 */
.slide-in-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* 遅延は親の中の順番で効かせる（必要に応じて適用） */
.slide-in-right:nth-of-type(1).show {
  transition-delay: 0s;
}
.slide-in-right:nth-of-type(2).show {
  transition-delay: 0.2s;
}
.slide-in-right:nth-of-type(3).show {
  transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .slide-in-right {
    transform: translateX(100px); /* 300px → 100px */
  }
}

/* slide-in-right *******/

/*background-color: #1945DF;*/
.bk{
	color: #333333;
}
.wh{
	color: #ffffff;
}
.bl{
	color: #438CC6;
}
.or{
	color: #f39800;
	color: #E15A28;
}
.ye{
	color: #ffff00;
}
.ye2{
	color: #FCF16E;
}
.tm{
	color: #FFCE7B;
}


/* Titles *******/
.section-title-container-recruit{
	width: auto;
	height: auto;
	border: solid #ffffff;
	border-width: 0px 0px 0px 5px;
	padding: 0px 10px 0px 10px;
}
.section-title-upper-recruit{
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1;
}
.section-title-lower-recruit h2{
	color: #ffffff;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 1.3rem;
	line-height: 1.3;
}



.section-body-recruit {
	margin: 0 auto;
	position: relative;
	margin-top: 100vh; 
	width: 100%;
	max-width: 1000px;
	height: auto;
	box-sizing: border-box;
	padding: 30px;

}
.section-body-recruit-inner{
	margin-top: 50px;

}
/* screen mask *****************/
.section-01-mask-recruit{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	background-color: #1945DF;
	background-color: #336699;
}
.section-02-mask-recruit{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 770px;
	background-color: #ffffff;
}
.section-03-mask-recruit{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 1200px;
	background-color: #1945DF;
	background-color: #336699;
}
.section-04-mask-recruit{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 1200px;
}

@media screen and (max-width:800px){
	.section-03-mask-recruit{ height: auto;}
	.section-04-mask-recruit{ height: auto; min-height: auto;}
}
/********** 背景テキスト **********/
.section-bg-recruit{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	
	overflow: hidden;
	
	font-family: "futura-pt", sans-serif;
	font-size: min(19vw, 300px);
	line-height: 0.8;
	text-align: left;
	font-weight: 1000;
	white-space: nowrap;
	
}
.section-bg-recruit-session1{
	color: rgba(255,255,255,0.1);
}
.section-bg-recruit-session2{
	color: rgba(0,0,0,0.05);
}



/* ******************** RECRUIT title **/
.fv-wrapper-recruit{
 	position: absolute;
 	display: flex;
	
	width: 100%;
	height: 100vh;

	top: 0;
    left: 0;
    /*transform: translate(-50%, -50%);*/
	
 	align-items: flex-end;
 	margin: auto;
	
	/*border: solid 5px #ff0000;
	background-color: rgba(226,0,3,0.5); /* ** red ********************************************* 55 */
}
.recruit-top-assy {
	width: 100%;
	height: 100vh;
	
	padding-top: 50px;
	
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	
	box-sizing: border-box;
	/*border: solid 5px #00ff00;
	background-color: rgba(30,56,56,0.1); /* *** green ***************************************** 55 */
}

.recruit-bg{
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: 0 auto;
	
	width: 100%;
	height: 100%;
	max-width: 800px;

	background-image: url("../images/recruit-img.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	z-index: -1;
}

.recruit-top-inner{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
	
	/*border: solid 5px #000fff;
	background-color: rgba(226,0,3,0.1); /* ***** blue ************************************ 55 */
}

.recruit-top-title{
	width: fit-content;
	height: auto;
	
	
	color: #336699;
	color: #1945DF;
	color: #00a199;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.3;
	text-align: right;
}
.recruit-top-title span{
	display: block; 
	font-size: 40px;
	font-weight: 600;
}
.recruit-top-name{
	width: fit-content;
	color: #888888;
	color: #ffffff;
	font-size: 52px;
	font-weight: 800;
}
@media screen and (max-width:800px){
	.recruit-top-inner{width:95%; flex-direction: column;}
	.recruit-top-title{font-size: 7.5vw;}
	.recruit-top-title span{font-size: 5vw;}
	.recruit-top-name{font-size: 6.5vw;}
}


.recruit-title-assy{
	width: 100%;
	height: 75vh;

	
	display: flex;
	justify-content: center;
	align-items: flex-end;
	
	mix-blend-mode: screen; /* lighten, multiply, overlay なども可 */
	/*border: dotted 5px #f0f0f0;
	background-color: rgba(226,255,255,0.5); /* **** ドット　************************************** 55 */
}
.recruit-title{
	/* display: flex;	 メインタイトル１行ver. */
	justify-content: center;
	align-items: center;
	
	padding-left: 50px;
	margin-top: 20px;
	margin-bottom: 100px;
	
}
.recruit-title-1{
	height: auto;

	
	
	
	color: #336699;
	color: #ed6c00;
	color: #FF00F8;
	color: #1945DF;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
	white-space:nowrap;
	overflow: hidden;
}
.recruit-title-2{
	height: auto;
	
	color: #f39800;
	color: #E15A28;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
	margin-left: -30px;
	white-space:nowrap;
	overflow: hidden;

}


/* scroll button ----------------------------------------------------------------------- */
.scroll_down-recruit {
	position: absolute;

	width: 100%;
	background-color: red;
}
.scroll_down-recruit a {
  color: inherit; /* ← ここ */
  position: absolute;
  bottom: 60px;
  left: 50%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
  text-decoration: none;
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}
/* 白黒切り替え用 */
.scroll_down_wh a {
  color: #ffffff;
}
.scroll_down_bk a {
  color: #666666;
}
.scroll_down-recruit a::before {
  position: absolute;
  top: calc(50% + 24px);
  left: calc(50% - 8px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid currentColor;  /* ← ポイントはココ */
  border-width: 0 0 2px 2px;
  animation: bounce 2s linear infinite;
}
.scroll_down-recruit a::after {
  position: absolute;
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid currentColor;  /* ← ココも */
  border-radius: 50%;
  top: calc(50% + 16px);
  left: calc(50% - 19px);
}
/* scroll button ----------------------------------------------------------------------- */



@media screen and (max-width:1280px){
	.recruit-title-assy{ }
	.recruit-title{ flex-direction: column; top: 55%;}
	.recruit-title-1{  margin-left: 0; width: 100%; margin-bottom: -20px;}
	.recruit-title-2{  margin-left: 0; width: 100%;}
}
@media screen and (max-width:800px){
	.recruit-title-assy{ }
	.recruit-title{padding-left: 7vw; top:63vw;}
}
@media screen and (max-width:600px){
	.recruit-title-assy{ }
	.recruit-title{padding-left: 7vw; top:70vw;}
}









/* ********************* read */
.recruit-read-assy{
	width: 90%;
	max-width: 1000px;

	margin: 0 auto;
	display: flex;

}

.recruit-read-pic{
	width: 20%;
	height: auto;
	background-color: red;
}
.recruit-read{
	width: 100%;
	text-align: left;
	font-size: min(4.0vw,55px);
	white-space: nowrap;
	line-height: 1.4;
	font-weight: 900;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
}


.recruit-read-2{
	width: 100%;
	text-align: center;
	font-size: min(4.0vw,55px);
	white-space: nowrap;
	line-height: 1.2;
	font-weight: 900;
	padding-top: 50px;
	box-sizing: border-box;
	
}

@media screen and (max-width:600px){
	.recruit-read-assy{ width: 100%;}
	.recruit-read{ font-size: min(7.0vw,55px);}
	.recruit-read-2{ font-size: min(7.0vw,55px);}
}
/* ********************* read */

.notepaper {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
  max-width: 800px;

  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 1em 2em; /* 上下の余白はem基準 */
  box-sizing: border-box;

  font-family: "M PLUS 1p";
  font-size: clamp(16px, 2.5vw, 27px);
  line-height: 2em; /* 行間を広くして余裕を持たせる */

  background-image: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent calc(2em - 0.05em),
    #ccc calc(2em - 0.05em),
    #ccc 2em
  );
  background-size: 100% 2em;
  background-position: 0 1.0em; /* 罫線を下げて文字から離す */
}
.notepaper-large{
	font-size: clamp(17px, 3vw, 22px);
}
.notepaper-small{
	font-size: clamp(15px, 2vw, 22px);
}
.notepaper p {
  margin: 0;
  white-space: pre-wrap;
}
.notepaper-bk{
	color: #333333;
}






/********** セクション２ **********/
.section-02-wrapper-recruit {
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/********** セクション3 **********/
.section-03-wrapper-recruit {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	height: auto;
	box-sizing: border-box;
	padding: 30px;

}


.section-02-contents-recruit {
	display: flex;
	justify-content: center;
	
	box-sizing: border-box;
	width: 100%;
	height: auto;
	
	margin: 0 auto;
	padding: 0 0 0 0;
	margin-top: 50px;
	margin-bottom: 50px;

	text-align: center;
	
}
.section-02-contents-inner-recruit {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	width: 30%;
	margin: 15px;
	
}
.section-02-contents-inner-recruit a:hover {
  		-webkit-transform: scale(1.03);
 		transform: scale(1.03);
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
.section-02-contents-text-recruit {
	border: solid #000000;
	border-width: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	margin-top: 10px;
	
}
.section-02-contents-inner-title-recruit {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2rem;
	font-weight: 800;
	color: #ffffff;
	border: solid 1px #ffffff;
	
}
.section-02-contents-inner-text-recruit {
	padding-top: 10px;
	text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
	height: auto;
	color: #ffffff;
	
}
@media screen and (max-width: 480px) {
	.section-02-contents-recruit { width: 100%; flex-flow: column;}
	.section-02-contents-inner-recruit { margin: 0px; width: 100%; margin-bottom: 20px;}
	.section-02-contents-inner-text-recruit {line-height: 1.5;}
	}

.recruit-chatch{
	width: 100%;
	text-align: center;
	font-size: clamp(21px, 3vw, 40px);
	color: #ffffff;
}
.recruit-chatch-sub{
	width: 100%;
	text-align: center;
	font-size: clamp(18px, 2vw, 27px);
	font-weight: 500;
	color: #ffffff;
	padding-top: 1vw;
	margin-bottom: 100px;
}



/********** タブ セクション **********/
.recruit-red-line{
	margin: 0 auto;
	width: 100%;
	height: 20px;
	background-color: #a55b5b;
	margin-bottom: 10px;
}
.recruit-blue-line{
	margin: 0 auto;
	width: 100%;
	height: 20px;
	background-color: #5b7da5;
	margin-bottom: 10px;
}
.recruit-tab-red {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 常に2列に並べる */
	grid-gap: 10px;

	box-sizing: border-box;
	
}
.recruit-tab-contents {
	height: auto;
	box-sizing: border-box;
	font-family: "M PLUS 1p";
}
.recruit-tab-contents-title{
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 5px;
	background-color: #DE5557;
}
.recruit-tab-contents-cap{
	height: 40px;
	padding: 5px;
	color: #333333;
	font-size: 1.0rem;
	font-weight: 400;
	text-align: left;
}
@media screen and (max-width:800px){
	.recruit-tab-contents-title{ font-size: 0.8rem;}
	.recruit-tab-contents-cap{ font-size: 0.8rem;}
}








/* **************************************************************************************** */
.slider-outer{
	width 100%;
	background-color: #1945DF;
	background-color: #336699;
}
.slider-title{
	padding-top: 3vw;
	padding-bottom: 2vw;
	text-align: center;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 800;
	
}
.slider-title-inner{
	display: inline-block;
	width:auto;
	border-bottom: solid 5px #ffffff;
}
.slider-wrapper{
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url("");
	background-color: #1945DF;
	background-color: #336699;
	background-repeat: no-repeat;
	background-size: 100%;
}

.slider-assy{
	padding: 10px 0px;

}

.slider-inner-wrap{
	width: 100%;
	height: auto;
	
	display: flex;
	align-items: stretch;

	margin: auto;
	color: #ffffff;
}
.slider-inner{
	width: 33%;
	height: auto;
	margin: 5px 5px;

}
.slider-inner-text{
	padding: 10px;
	font-size: 1rem;
	text-align: center;
}


  .modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;

    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
.modal-content {
  background: #fff;
  padding: 20px;
  width: 80%;
	height: 90vh;
	max-width: 800px;
  margin: 20px auto;
  overflow-y: auto;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background-color: #000;
	
	font-family: Arial, sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;     /* 縦中央揃え */
	justify-content: center; /* 横中央揃え */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	transition: background-color 0.2s, transform 0.2s;
	z-index: 1;
}

.modal-close:hover {
  background-color: #333;
  transform: scale(1.1);
}

/* *** PERSONS ************************************************************************** */
.persons-wrapper{
	
}
.persons-header{
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	margin-bottom: 20px;
}
.content-box {
	display: flex;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  overflow: hidden;
}
.content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vw; /* 斜め背景の高さ */
	max-height: 300px;
  background-color: #CFDCE3;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 100%);
  z-index: -1; /* 背景に配置 */
}

.persons-header-left{
	width: 10%;
	writing-mode: vertical-lr;

	overflow: hidden;
	
	color: #94B1C1;
	font-family: "futura-pt", sans-serif;
	font-size: min(7vw,80px);
	line-height: 1;
	text-align: center;
	font-weight: 1000;
	white-space: nowrap;
}
.persons-header-center{
	display: flex;
	align-items: center;     /* 縦中央揃え */
	justify-content: center; /* 横中央揃え */
	flex-direction: column;
	width: 40%;
	text-align: center;
	padding-top: 20px;
	
	font-size: min(4vw,30px);
	font-weight: 800;
	line-height: 1.7;

}
.persons-header-right{
	width: 50%;
	display: flex;
	align-items: flex-end;
}
.persons-year{
	margin: 0 auto;
	width: 25vw;
	max-width: 200px;
	color: #ffffff;
	font-weight: 500;
	background-color: #000000;
	font-size: min(3vw,20px);
	padding: 0;
}


.persons-profile-assy{
	margin: 0 auto;
	width: 80%;
	text-align: left;
}
.persons-profile-title{
	padding: 20px 0 10px 0;
	
	border-bottom: solid 1px #333333;
	font-weight: 600;
	font-size: 1.3rem;
	color: #94B1C1;
}
.persons-profile-text{
	padding: 10px 0 20px 0;
	font-weight: 400;
	text-align: justify;
}


@media screen and (max-width: 555px) {
	.persons-profile-assy{ width: 90%;}
	.persons-profile-title{ font-size: 1.1rem;}
	}

