@charset "utf-8";

/* wrapper
-----------------------------------------*/


.pc_only {display: unset;}
.sp_only {display:none!important;}


.wrapper{
  margin:50px auto 0 auto;
	width: 100%;
	color: #222222;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;	
	letter-spacing: 1px;
}

.wrapper a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
}

h1.logo_wrap {
	width: 160px;
/*	margin-left: 60px;*/
	margin-top: 34px;
}

h1.logo_wrap img {
	width: 160px;

}

hr.b_line {
	border-top: dotted 1px #333;
	margin: 5% auto;
}

hr.b_line02 {
	width: 90%;
	border-top: solid 1px #999;
	margin: 5% auto;
}

@media screen and (max-width: 1000px) {
	
	
.sp_only {display: block!important;}
.pc_only {display:none!important;}
	
	
.wrapper{
  margin:0;
  padding: 15% 0 0 0;
}
	
.overlay {
	display: none;
  background: rgba(0,0,0,0.5);
  height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
    width: 100vw;
}	
	
h1.logo_wrap {
	width: 40%;
/*    position: absolute;*/
	margin-left: 6%;
/*
    top: 0;
	left: 6%;
*/
}

h1.logo_wrap img {
	width: 100%;
}	
	
hr.b_line02 {
	width: 90%;
	border-top: solid 1px #999;
	margin: 15% auto;
}	
	
	
}

/* Nav
-----------------------------------------*/


.Nav_wrap {
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 9999;
	top:0;
}

.Nav {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	padding: 0 3%;
  /*border-top: solid 1px #F5F4F0;
	border-bottom: solid 1px #F5F4F0;*/
	display: flex;
	background: #fff;
}

.Nav .re_wrap {
	margin: 60px 0px 0px 20px;
    font-size: 17px;
}

.Nav .re_wrap a {
	text-decoration: none;
	color: #222222;
}

.Nav .re_wrap a:visited { color: #222222!important; }

@media screen and (max-width: 1000px) {
  .Nav {
	width: 100%;
/*	height: 120px;	  */
	height: 105px;
	position: relative; 
	border-top:none;
	border-bottom:none;
	z-index: 9999;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: 23px;
    right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #FFF;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 40px;
    height: 3px;
    background-color: #707070;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:0;
    left:10px;
    content:"";
    width: 40px;
    height: 3px;
    background-color: #707070;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 1000px) {
  .Nav .navbtn a.open {
  }
}

@media screen and (max-width: 1000px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:23px;
    left:10px;
    content:"";
    width: 40px;
    height: 3px;
    background-color: #707070;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin-left: 23%;
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    z-index: 9; 
    background-color: #FFF;
	padding: 0 0 15% 0; 
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 15px;
  display: inline-block;
  border-right: none;
/*  padding: 0 20px;*/
  text-align: left;
  line-height: 1.5em;
	letter-spacing: 0px;
	top: 31%;
/*  border-bottom: solid 1px #B9B9B9;*/
	
}

.Nav > ul > li.icon_wrap {
  position: relative;
  font-size: 15px;
  display: inline-block;
  border-right: none;
/*  padding: 0 20px;*/
  text-align: left;
  line-height: 1.5em;
	letter-spacing: 0px;
	top: 41%;
/*  border-bottom: solid 1px #B9B9B9;*/
	
}


.Nav > ul > li.icon_wrap img {
  width: 70%;
	
}


/*
.Nav > ul > li:last-child{
	border: none;
}
*/

.sp_ent_btnwrap {display: none;}

@media screen and (max-width: 1000px) {
.Nav > ul > li {
    display: none;
    border: none;
    width: 90%;
    margin: 0 auto;
    top: 0; /* ← ★この1行を追加してリセットします */
  }
	
	.Nav > ul > li.sp_ent_btn_list {
	width: 100%;	
	}	
	
.Nav > ul > li a {
	border-bottom: solid 1px #dddddd;
}	
	
	
.Nav > ul > li a.ent_btnbox {
	display: none!important;
	border: none!important;
}
	
.Nav > ul > li > div.sp_ent_btnwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
	}
	
.Nav > ul > li > div.sp_ent_btnwrap .ent_btn {
	width: 50%;
	background: #003958;
	color: #fff;
	text-align: center;
}
	
	.Nav > ul > li > div.sp_ent_btnwrap .ent_btn a {
	border:solid 1px;
	background: #003958;
	color: #fff;
	padding: 17% 5%;	
	}
	
.Nav > ul > li > div.sp_ent_btnwrap .ent_btn a:after {
	border-top: 0;
    border-right: 0;
	}
	
	
.Nav > ul > li > div.sp_ent_btnwrap .ent_btn02 {
	width: 100%;
	background: #fff;
	color: #000;
	text-align: center;
	align-items: center;
}
	
.Nav > ul > li > div.sp_ent_btnwrap .ent_btn02 img {
	width: 8%;
	margin-right: 1%;
	}	
	
.Nav > ul > li > div.sp_ent_btnwrap .ent_btn02 a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #000;
	padding: 8% 5%;	
	}
	
.Nav > ul > li > div.sp_ent_btnwrap .ent_btn02 a:after {
	border-top: 0;
    border-right: 0;
	}	
	
	
}




.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
/*  padding: 19px 11px;*/
  padding: 19px 5px;	
  font-size: 13px;
  color: #222222;
  background-color: #fff;
  z-index: 2;
}

.Nav > ul > li a.speace {
	margin-right: 20px;
}

.Nav > ul > li a.speace02 {
	margin-right: 0;
	padding: 0 0 0 5px;
	line-height: 4.4em;
}



.Nav > ul > li a.ent_btnbox {
  display: block;
  position: relative;
  text-decoration: none;
	padding: 7px 16px;
/*  padding: 7px 22px;*/
  font-size: 12px;
  color: #FFF;
  background: #003958;
  z-index: 2;
}


@media screen and (max-width: 1380px) {
.Nav > ul {
  margin-left: auto;
}	
	
.Nav > ul > li a {	
	font-size: 12px;}
}

@media screen and (max-width: 1380px) {
.Nav > ul > li a {	
	font-size: 11px;
	padding: 25px 10px;
	line-height: 0.6em;
	}
	
	.Nav .re_wrap {
	margin: 60px 0px 0px 20px;
	font-size: 16px;
	}
	
.Nav > ul > li a.ent_btnbox {
  display: block;
  position: relative;
  text-decoration: none;
  margin: 0 0 0 3px;
  padding: 13px 15px;
  font-size: 10px;
  color: #FFF;
  background: #003958;
  z-index: 2;
}	
	
.Nav > ul > li a.speace02 {
	margin-right: 0;
	padding: 0 0 0 5px;
	line-height: 5.4em;
}	
	
}

@media screen and (max-width: 1200px) {
.Nav > ul > li a {	
	font-size: 9px;
	padding: 25px 3px;
	line-height: 0.6em;
	}
	
	.Nav .re_wrap {
	margin: 62px 0px 0px 20px;
	font-size: 14px;
	}
	
.Nav > ul > li a.ent_btnbox {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 13px 12px;
  font-size: 8px;
  color: #FFF;
  background: #003958;
  z-index: 2;
}
	
.Nav > ul > li a.speace02 {
	margin-right: 0;
	padding: 0 0 0 5px;
	line-height: 6.4em;
}	
	
}

@media screen and (max-width: 1090px) {
	
.Nav > ul > li {
	letter-spacing: -1px;	
}	
	
	
.Nav > ul > li a {	
	font-size: 9px;
	padding: 25px 1px;
	line-height: 0.6em;
	letter-spacing: 0px;
	}
	
	.Nav .re_wrap {
	margin: 64px 0px 0px 20px;
	font-size: 12px;
	}
	
.Nav > ul > li a.ent_btnbox {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 13px 12px;
  font-size: 8px;
  color: #FFF;
  background: #003958;
  z-index: 2;
}	
	
}



@media screen and (max-width: 850px) {
	
hr.b_line {
	width: 90%;
	border-top: dotted 1px #333;
	margin: 7% auto;
}	
	
	
.Nav > ul > li a {	
	padding: 10% 5%;
	font-size: 14px;}
	
.Nav > ul > li a:after {
    left: 94%;
	top: 46%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
.Nav > ul > li a.speace {
	margin-right: 0;
	border-bottom: 0;
}
	
	
.Nav > ul > li a.speace02 {
	margin-right: 0;
	border-bottom: 0;
}	
	
	
}



.Nav > ul > li.parent > a {
  padding-right:25px;
}


.Nav p.s_txt {
font-size: 0.8rem;
line-height: 1.1em;
letter-spacing: 0px;
}

/*
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
*/

@media screen and (max-width: 1000px) {
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}
  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}

/*

.Nav > ul > li a:hover {
  color: #fff;
}

*/

.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
*/


/*
.Nav > ul > li a:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}

*/

/* 2階層 */
.Nav > ul > li > div {
  display: none;	
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}

.Nav > ul > li > div > ul {
  width: 85%;
  margin: auto;	
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: #B9B9B9 solid 1px;
}


.Nav > ul .submenu::before{
  content: '';
  position: absolute;
  left: 49%;
  top: -4%;
  display: block;
vwidth: 0;
    height: 0;
    border-right: 3px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 3px solid transparent;
	z-index: 2;
}

.Nav > ul .submenu::after{
  content: '';
  position: absolute;
  left: 48%;
  top: -5%;
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 14px solid #B9B9B9;
  border-left: 5px solid transparent;
	z-index: 1;
}


@media screen and (max-width: 1000px) {
	
.Nav > ul > li > div {	
  position:static!important;
}	
	
  .Nav > ul > li > div > ul {
    width: 100%; 
    background-color: #fbfbfb;
    border: none;
    position: static;
  }
	
.Nav > ul .submenu::before{
  content: '';
  position: absolute;
  left: 49%;
  top: -4%;
  display: block;
vwidth: 0;
    height: 0;
    border-right:0;
    border-bottom:0;
    border-left:0;
	z-index: 2;
}

.Nav > ul .submenu::after{
  content: '';
  position: absolute;
  left: 48%;
  top: -5%;
  display: block;
  width: 0;
  height: 0;
  border-right:0;
  border-bottom:0;
  border-left:0;
	z-index: 1;
}	
	
}

.Nav > ul > li > ul li {
  white-space: nowrap;
}

.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }
}

/*
.Nav > ul > li > ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 2px #00a0e9;
    border-right: solid 2px #00a0e9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

.Nav > ul > li > ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}

.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}



.main_imgwrap {
	width: 1100px;
	margin:140px auto 0 auto;
}


@media screen and (max-width: 1000px) {
	
.Nav .re_wrap {
    margin: 15% 0 0 2%;
    font-size: 16px;
	font-weight: bold;
}

	
.main_imgwrap {
	width: 100%;
	margin: 16% auto 0 auto;
}
}

/* 202504追加 */


.f_txt {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:bold;
}

.top_LR_wrap {
	width: 100%;
	margin: 200px auto 100px auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.top_LR_wrap .L_box{
	width: 70%;
	background: #eaf5ff;
	padding: 100px 0;
}

.top_LR_wrap .L_box .txt_wrap {
	width: 63%;
	margin-left: 20%;
	text-align: left;
}



.top_LR_wrap .L_box .txt_wrap .ttl_wrap {
    margin: 0 auto 30px auto;
    font-size: 60px;
    color: #003871;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: left;
	line-height: 1.2em;
}



.top_LR_wrap .L_box .txt_wrap .s_read {
	width: 100%;
	margin:0 auto;
	text-align: left;
	line-height: 2.3em;
}


.top_LR_wrap .L_box .txt_wrap .s_read span {
    font-size: 17px;
}


.top_LR_wrap .R_box{
	width: 45%;
	position: absolute;
	top: -10%;
	left: 55%;
}

.top_ttl_wrap {
	margin: 0 auto;
	text-align: center;
	color: #003871;
	font-size: 30px;
}

.top_ttl_wrap .s_txt {
	font-size: 90%;
}


.slider-container {
	position: relative; /* コンテナ内でスライド位置を相対的に設定 */
	width: 100%; /* コンテナ幅を100%に */
	height: 500px; /* コンテナの高さを固定 */
	overflow: hidden; /* スライドがコンテナ外に出ないように非表示 */
}

/*画像の配置*/
.slideimg {
	position: absolute; /* 位置を絶対指定で重ねて配置 */
 	inset: 0; /*親要素内にフルサイズで配置*/
	opacity: 0; /* 初期状態で透明に */
	background-size: cover; /* 画像をスライド全体にカバー */
	animation: slideAnime 20s infinite; /* 1サイクル15秒を無限ループ */
}

/* スライド個別設定 */
.slideimg:nth-of-type(1) { background-image: url('https://www.shirt.co.jp/pages/2504_recruit/img/top/top_img01.jpg'); animation-delay: 0s; }
.slideimg:nth-of-type(2) { background-image: url('https://www.shirt.co.jp/pages/2504_recruit/img/top/top_img02.jpg'); animation-delay: 5s; }
.slideimg:nth-of-type(3) { background-image: url('https://www.shirt.co.jp/pages/2504_recruit/img/top/top_img01.jpg'); animation-delay: 10s; }
.slideimg:nth-of-type(4) { background-image: url('https://www.shirt.co.jp/pages/2504_recruit/img/top/top_img02.jpg'); animation-delay: 15s; }


/*タイミング設定*/
@keyframes slideAnime {
	0%, 40%, 100% { opacity: 0; } /* 非表示のタイミング */
	15%, 25% { opacity: 1; } /* 表示されるタイミング */
}




@media screen and (max-width: 1000px) {
	
	
.f_txt {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
}	
	
.top_LR_wrap {
	width: 100%;
	margin: 10% auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.top_LR_wrap .L_box{
	width: 100%;
	background: #eaf5ff;
	padding: 15% 0 15% 0;
	order: 2;
	margin-top: 60%;
}

.top_LR_wrap .L_box .txt_wrap {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}



.top_LR_wrap .L_box .txt_wrap .ttl_wrap {
    margin: 0 auto 30px auto;
    font-size: 40px;
    color: #003871;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
	line-height: 1.3em;
}



.top_LR_wrap .L_box .txt_wrap .s_read {
	width: 100%;
	margin:0 auto;
	text-align: left;
	line-height: 1.5em;
}


.top_LR_wrap .L_box .txt_wrap .s_read span {
    font-size: 14px;
	font-weight: normal;
}


.top_LR_wrap .R_box{
	width: 80%;
	position: absolute;
	top: 3%;
	left: 20%;
	order: 1;
}

.top_ttl_wrap {
	margin: 0 auto 0 auto;
	text-align: center;
	color: #003871;
	font-size: 20px;
	line-height: 1.8em;
}	
	
}



.news_wrap {
	width: 660px;
	margin: 100px auto 150px auto;
}

.news-list{
  list-style: none outside;
  margin: 60px auto 0 auto;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 30px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
/*  color: #999;*/
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
  line-height: 1.8em;	
}
.news-list .item a:hover .title{
  color: #666;
}

.news-list .item .dli-chevron-right {
  display: inline-block;
  color: #333;
  line-height: 1;
  width: 0.65em;
  height: 0.55em;
  margin-bottom: 2px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

@media screen and (max-width: 767px){
	
.news_wrap {
	width: 90%;
	margin: 10% auto 15% auto;
}
	
.news-list{
  list-style: none outside;
  margin: 6% auto 0 auto;
  padding: 0;
	font-size: 14px;
}	
	
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
	font-size: 14px;
}
.news-list .item .title{
  width: 90%;
  margin-top: 10px;
	line-height: 1.6em;
}
.news-list .item .dli-chevron-right {
  display: inline-block;
  color: #333;
  line-height: 1;
  width: 0.55em;
  height: 0.55em;
  margin-left:6%;
  margin-bottom: 17px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}	
	
}


ul.about_listwrap {
	width: 1200px;
	margin: 60px auto 200px auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.about_listwrap a {
	text-decoration: none;
	color: #222222;
}

ul.about_listwrap li {
	width: 30%;
	padding: 40px 25px 25px 25px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}

ul.about_listwrap li:nth-child(-n+3) {
	padding: 25px;	
}


ul.about_listwrap li:nth-of-type(3n){
	border-right:none;
}

/*
ul.about_listwrap li:nth-of-type(5){
	border-right:none;
}
*/

ul.about_listwrap li .l_txtwrap {
	padding: 30px 0 10px 0;
	text-align: center;
	font-size: 17px;
}

ul.about_listwrap li .l_txtwrap .dli-chevron-right {
  display: inline-block;
  color: #000;
  line-height: 1;
  width: 0.55em;
  height: 0.55em;
  margin-bottom: 2px;
  margin-left: 20px;	
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}


ul.about_listwrap li:nth-child(n+4) {
	border-bottom: none;
}


@media screen and (max-width: 1000px){
	
ul.about_listwrap {
	width: 90%;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.about_listwrap li {
	width: 100%;
	padding: 10% 5% 5% 5%;
	border-top: solid 1px #999;
	border-right: none;
	border-bottom: solid 1px #999;
}
ul.about_listwrap li:nth-child(-n+3) {
	padding: 10% 5% 5% 5%;	
}	
	
	
ul.about_listwrap li:nth-child(-n+4) {
	border-top: none;	
}	

ul.about_listwrap li:nth-of-type(3n){
	border-right:none;
}
	
/* ul.about_listwrap li:nth-of-type(6) {
	border-top: none;	
}	*/
	

ul.about_listwrap li .l_txtwrap {
	padding: 10% 0 5% 0;
	text-align: center;
	font-size: 14px;
}

ul.about_listwrap li .l_txtwrap .dli-chevron-right {
  display: inline-block;
  color: #000;
  line-height: 1;
  width: 0.55em;
  height: 0.55em;
  margin-bottom: 2px;
  margin-left: 20px;	
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}


ul.about_listwrap li:nth-child(n+4) {
	border-bottom: none;
}	
}




/*スライダー・サムネイル*/
.slider{
    margin: 50px auto;
    width: 100%;
}
/*スライド画像*/
.slider img{
	height: auto;
	width: 100%;
	padding: 0 1%;
}
/*slick*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}


@media screen and (max-width: 1000px) {
.slider{
	margin: 0;
}
	
.slider img{
	width: 100%;
	height: auto;
	object-fit:contain;
	padding: 0 1%;	
}

}

.s_read {
	width: 760px;
	margin:110px auto 120px auto;
	text-align: center;
	line-height: 2.3em;
}

.s_read span {
	font-size: 20px;
}


@media screen and (max-width: 1000px) {
.s_read {
	width: 90%;
	margin:10% auto 13% auto;
	text-align: left;
	line-height: 1.5em;
}

.s_read span {
	font-size: 14px;
	font-weight: normal;
}
}


.btn_wrap{width: 1100px; display: flex; flex-wrap: wrap; justify-content: center; margin:60px auto 60px auto;}
.btn_wrap02{width: 1100px;margin:50px auto 130px auto;}
.btn_wrap03{width: 1100px;margin:50px auto 130px auto;}
.btn_wrap04{width: 740px; display: flex; flex-wrap: wrap; justify-content: center; margin:60px auto 145px auto;}
.btn_box{width:330px;margin:0 60px 0 0;}
.btn_box:last-of-type{width:330px;margin:0;}
.btn_box02{width:500px;margin:50px auto;}
.btn_box03{width:330px;margin:0 20px 40px 20px;}


/* 202504追加 */
.btn_box04{width:680px;margin:0 auto;}
.dli-chevron-right {
  display: inline-block;
  color: #FFF;
  line-height: 1;
  width: 0.55em;
  height: 0.55em;
  margin-bottom: 2px;
  margin-left: 20px;	
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}


.btn_01, .btn_02 {
	display: block;
	line-height: 4.1em;
	text-align: center;
	font-size:22px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	text-decoration: none!important;
	color: #fff!important;
	background: #003958;
}

.btn_03 {
	display: block;
	line-height: 5.5em;
	text-align: center;
	font-size:24px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	text-decoration: none!important;
	color: #fff!important;
	background: #003958;
}


.btn_01:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_01:visited { color: #FFF!important; }

.btn_02:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_02:visited { color: #FFF!important; }

.btn_03:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}
.btn_03:visited { color: #FFF!important; }



@media screen and (max-width: 1000px) {
.btn_wrap, .btn_wrap02 {width: 100%;margin:5% auto 0% auto;}
.btn_wrap03 {width: 100%;margin:13% auto 0 auto;}	
.btn_wrap04 {width: 100%;display: flex; flex-wrap: wrap; justify-content: center;margin:5% auto 22% auto;}	

.btn_box {width:73%;margin: 0 auto 8% auto;}
.btn_box:last-of-type{width:73%;margin:0 auto 3% auto;}	
.btn_box02 {width:90%;margin: 5% auto 3% auto;}
.btn_box03 {width:45%;margin: 0 auto 5% auto;}	
.btn_box04 {width:100%;margin: 0 auto 0 auto;}
	
.btn_01 {
	display: block;
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 1.2em 1.2em;
	text-align: center;
	font-size:120%;
	text-decoration: none;
	color: #fff;
	background: #003958;
	line-height: 1.1em;
}
	
.btn_02 {
	display: block;
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 1.3em 1.2em;
	text-align: center;
	font-size:100%;
	text-decoration: none;
	color: #fff;
	background: #003958;
	line-height: 1.5em;
}
	
.btn_03 {
	display: block;
	position: relative;
	width: 100%;
	margin:0 auto;
	padding: 2.5em 1.5em;
	text-align: center;
	font-size:120%;
	text-decoration: none;
	color: #fff;
	background: #003958;
	line-height: 1.5em;
}		
	
}

@media screen and (max-width: 767px) {
.btn_wrap, .btn_wrap02 {width: 100%;margin:0% auto 0% auto;}
}



.bnr_wrap {
	display: flex;
	justify-content: center;
	margin: 140px auto 110px auto;
	padding: 80px 0 90px 0;
	background: #e0ebf1;
}

.bnr_box {
	padding:0 0 0 20px;
	}

.bnr_box:first-child {
	padding:0;
	}

.bnr_box img {
	width: 350px;
}

.bnr_box p {
	margin: 40px 0 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	
.bnr_wrap {
	width: 100%;
	margin: 15% auto;
	padding: 15% 0;
	display: block;
	}	
	

.bnr_box {
	width: 70%;
	margin: 0 auto 15% auto;
	padding:0;
	}
	
.bnr_box p {
	margin: 10% 0 0 0;

}	
	
.bnr_box:last-child {
	margin: 0 auto;
	}	
	
.bnr_box img {
	width: 100%;
	padding: 0!important;

}
	
}





.main_imgwrap02 {
	width: 1100px;
	margin:120px auto 0 auto;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-size:6.2vw;
	position: relative;
}

.main_imgwrap02 p {
	width: 100%;
	text-align: center;
	letter-spacing:3px;
	margin-right:-3px;
	color: #fff;
	position: absolute;
	top: 37%;
}

.read_wrap {
	width: 760px;
	margin:110px auto 0 auto;	
}


.read_wrap .m_read {

	text-align: center;
	line-height: 2.3em;
}

.read_wrap .m_read span {
	font-size: 34px;
}

.ent_int_wrap{
	margin: 75px auto 0 auto;
	text-align: center;
	line-height: 2.3em;
	font-size: 22px;	
}


.read_wrap .s_read {
	margin: 30px auto 80px auto;
	text-align: center;
	line-height: 2.3em;
}

.read_wrap .s_read span {
	font-size: 17px;
}


/* about us  */

.a_us_wrap {
	margin-bottom: 20%;
}

.a_us_wrap .ttl_wrap {
	margin: 0 auto 25px auto;
	text-align: center;
	font-size: 24px;
}

.a_us_wrap .ttl_wrap02 {
	margin: 0 auto 25px auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;	
}

.a_us_wrap .ttl_wrap03 {
	margin: 90px auto 20px auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #003958;
}


.a_us_wrap .bg_wrap {
	margin: 80px auto 60px auto;
	padding: 32px 0;
	text-align: center;
	background: #e0ebf1;
}

.a_us_wrap .bg_wrap p {
	font-size: 24px;
	font-weight: bold;
}

.a_us_wrap .a_us_imgwrap {
	width: 680px;
	margin: 50px auto 80px auto;	
}

.a_us_wrap .a_us_imgwrap02 {
	width: 505px;
	margin: 20px auto 20px auto;	
}


.a_us_wrap .LRimg_wrap {
	width: 990px;
	display: flex;
	flex-wrap: wrap;
	margin: 70px auto 90px auto;
}

.a_us_wrap .LRimg_wrap .a_us_imgwrap03 {
	width: 65%;
	margin: 0 5% 0 0;	
}

.a_us_wrap .LRimg_wrap .a_us_imgwrap04 {
	width: 28%;
}

.a_us_wrap .a_us_imgwrap05 {
	width: 450px;
	margin: 0 auto 40px auto;	
}

.a_us_wrap .a_us_imgwrap06 {
	width: 450px;
	margin: 20px auto 40px auto;	
}





.a_us_wrap .s_read {
	margin: 50px auto 50px auto;
	text-align: center;
	line-height: 2.3em;
}

.a_us_wrap .s_read span {
	font-size: 17px;
}

.a_us_wrap .s_read02 {
	margin: 40px auto 10px auto;
	text-align: center;
	line-height: 2.3em;
}

.a_us_wrap .s_read02 span {
	font-size: 17px;
}


.a_us_wrap .txtwrap {
	width: 680px;
	margin:0 auto;
	font-size: 17px;
	text-align: left;
	line-height: 2.2em;
}

.a_us_wrap .txtwrap02 {
	width: 80%;
	margin:0 auto 30px auto;
	font-size: 17px;
	text-align: center;
	line-height: 2.2em;
}


.a_us_wrap .h_txtwrap {
	width: 680px;
	margin:40px auto 65px auto;
	font-size: 17px;
	text-align: left;
	line-height: 2.2em;
}

.a_us_wrap .b_txtwrap {
    width: 100%;
    margin: 0 auto 25px auto;
    line-height: 2.0em;
    font-size: 17px;
	text-align: center;	
}

.a_us_wrap .detail_txtwrap{
	width: 680px;
	margin: 10px auto 30px auto;
	font-size: 17px;
	text-align: center;
	line-height: 2.2em;
}

.a_us_wrap .detail_txtwrap a:link {
	color: #000;
	}	

/* interview */


.staff_wrap {
	margin: 0 auto 140px auto;
}

.staff_wrap .shop_txtwrap {
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6em;
}

.staff_wrap .staff_imgwrap {
	width: 680px;
	margin: 0 auto;
}


.staff_wrap .qa_wrap {
	width: 680px;
	margin: 50px auto 0 auto;
}


.staff_wrap .qa_wrap .q_txtwrap {
	margin: 0 0 15px 0;
}

.staff_wrap .qa_wrap .q_txtwrap span {
	background: #fbfb9b;
	padding: 5px 0;
	font-weight: bold;
    line-height: 2.2em;	
}

.staff_wrap .qa_wrap .a_txtwrap {
	line-height: 1.8em;
	margin-bottom: 50px;
}

/* recruit entry */

.r_ent_wrap {
	margin-bottom: 90px;
}

.r_ent_wrap .ttl_wrap {
	margin: 10% auto 3%;
	text-align: center;
	font-size: 24px;
}

.r_ent_wrap .ttl_wrap02 {
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
}

.r_ent_wrap .ttl_wrap03 {
	margin: 100px auto 0 auto;
	text-align: center;
	font-size: 24px;
}

.r_ent_wrap .ttl_wrap04 {
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
}


.r_ent_wrap .list_wrap {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	margin: 45px auto;
}

.r_ent_wrap .list_wrap .s_txt {
	font-size: 17px;
}

.r_ent_wrap .list_wrap ul {
	display: flex;
	flex-wrap: wrap;
	width: 1100px;
    margin: 0 auto;
}


.r_ent_wrap .list_wrap li {
	width: 366px;
	margin-bottom: 130px;
	padding: 20px 30px;
	border-left: solid 1px #000000;
	line-height: 1.8em;
}

.r_ent_wrap .list_wrap li p {
	text-align: center;
	margin: 0 0 5% 0;
	font-size: 18px;
}



.y_txt{
	background: #fbfb9b;
	padding: 5px 0;
	font-weight: bold;
}

.b_txt{
	background: #e0ebf1;
	padding: 5px 0;

}


.y_bg{
	margin: 35px 0 0 0;
	background: #fefed6;
	padding: 35px 15px;
	font-size: 15px;
}

.r_ent_wrap .list_wrap li:nth-child(3) {
	border-right: solid 1px #000000;
}

.r_ent_wrap .list_wrap li:last-child {
	border-right: solid 1px #000000;
}

.r_ent_wrap .work_wrap {
    width: 800px;
    margin: 25px auto 0 auto;
    padding: 50px 80px;
    background: #e0ebf1;
    line-height: 2.0em;
    font-size: 17px;
	
}

/*2305 追加*/
.r_ent_wrap .work_wrap02 {
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 30px 47px;
	background: #e0ebf1;
	line-height: 2.0em;
    font-size: 15px;
	
}

/*2305 追加*/
.r_ent_wrap .work_wrap03 {
	width: 680px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	background: #FFF;
	line-height: 2.0em;
    font-size: 17px;
	
}

.r_ent_wrap .work_wrap03 p {
	text-align: center;
	margin: 0 0 10px 0;
}


.training_wrap{
	margin: 150px 0 0 0;
}

.training_wrap .work_wrap03 {
	width: 720px;
	margin: 0 auto;
	padding: 50px 35px;
	background: #FFF;
	line-height: 2.0em;
    font-size: 17px;
	border-bottom: #333 solid 1px;
	
}

.training_wrap .r_ent_wrap .work_wrap03 p {
	text-align: center;
	margin: 0 0 10px 0;
}

.training_wrap .LR_wrap{
	width: 55%;
	margin: 60px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.training_wrap .LR_wrap .L_box{
	width: 48%;
}
.training_wrap .LR_wrap .R_box{
	width: 48%;
	margin: 0 0 0 4%;
}


.r_ent_wrap .work_wrap03 .s_txt {
    font-size: 15px;
	text-align: left;
	margin-top: 45px;
	
}


.r_ent_wrap .work_wrap .detail_txt {
	text-align: left;
	line-height: 2.0em;
}

/*2305 追加*/
.r_ent_wrap .tr_imgwrap {
	width: 680px;
	margin: 90px auto 180px auto;
}


/*2305 変更*/
.r_ent_wrap .work_detailwrap {
	width: 1100px;
	margin: 0 auto;
/*	border-bottom: dotted 1px #000;*/
}


.r_ent_wrap .work_detailwrap :nth-child(3)  {
	border-bottom: none!important;
}


.r_ent_wrap .work_detailwrap .LR_wrap{
	display: flex;
	margin: 75px 0 0 0;
    padding: 0;	
}

.r_ent_wrap .work_detailwrap .LR_wrap .L_wrap{
	width: 490px;
	margin: 0 80px 0 0;
}

.r_ent_wrap .work_detailwrap .LR_wrap .R_wrap{
	width: 530px;
	line-height: 1.9em;	
}

.r_ent_wrap .work_detailwrap .num_txt {
	font-size: 40px;
	margin: 0 0 5% 0;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;	
}

.r_ent_wrap .work_detailwrap .ttl_txt {
	margin: 0 0 2% 0;	
	font-size: 20px;
	font-weight: bold;
}


/*2305 追加*/
.r_ent_wrap .work_detailwrap .LR_wrap .R_wrap .d_txt_box{
	margin: 0 0 5px 0;
}


.r_ent_wrap .work_detailwrap .LR_wrap .L_wrap02{
	width: 530px;
	line-height: 1.9em;	
}


/*2305 追加*/
.r_ent_wrap .work_detailwrap .LR_wrap .L_wrap02 .d_txt_box{
	margin: 0 0 5px 0;
}

.r_ent_wrap .work_detailwrap .LR_wrap .R_wrap02{
	width: 490px;
	margin: 0 0 0 80px;
}



.r_ent_wrap .c_up_wrap {
	margin-top: 160px;
	margin-bottom: 220px;
}

.r_ent_wrap .c_up_wrap .c_up_imgwrap {
	width: 900px;
	margin: 35px auto 130px auto;
}


.r_ent_wrap .data_wrap {
	
}

.r_ent_wrap .data_imgwrap {
	width: 100%;
    margin:50px auto 110px auto;
    background: #d4e2eb;
    padding: 35px 25px 15px 25px;
}

.r_ent_wrap .data_imgwrap .LR_wrap {
	width: 1025px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.r_ent_wrap .data_imgwrap .L_wrap {
	width: 500px;
	margin: 0 25px 25px 0;
}
.r_ent_wrap .data_imgwrap .R_wrap {
	width: 500px;
	margin: 0 0 25px 0;
}




.r_ent_wrap .benefit_wrap{
	margin: 0 auto 160px auto;
}

.r_ent_wrap .benefit_wrap .s_txt {
	font-size: 15px;
}


.r_ent_wrap .benefit_wrap ul.detail_wrap{
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin:50px auto 0 auto;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	text-align: center;
	font-size: 17px;
	line-height: 2.0em;
}



.r_ent_wrap .benefit_wrap .detail_wrap li.s_ttl {
	width: 350px;
	height: 150px;
	line-height: 7.5em;
	font-size: 20px;
	font-weight: bold;
}

.r_ent_wrap .benefit_wrap .detail_wrap li.d_txt {
	width: 748px;
	height: 150px;
	display: table;
	line-height: 2.5em;
	font-size: 17px;
	text-align: left;
}
	
.r_ent_wrap .benefit_wrap .detail_wrap li.d_txt p {
	display: table-cell;
	vertical-align: middle;
}	

.r_ent_wrap .benefit_wrap .detail_wrap li{
	border-bottom: solid 1px #000; 
}




/*
.r_ent_wrap .benefit_wrap .detail_wrap{
	width: 1100px;
	margin:40px auto 0 auto;
	padding: 25px 45px;
	border-top: solid 2px #000;
	text-align: center;
	font-size: 17px;
	line-height: 2.0em;
}

.r_ent_wrap .benefit_wrap .detail_wrap:last-of-type {
	border-bottom: solid 2px #000;
	padding-bottom: 65px;
}

.r_ent_wrap .benefit_wrap .detail_wrap .s_ttl {
	line-height: 2.5em;
	font-size: 20px;
}
*/


.r_ent_wrap .job_d_wrap {
	width: 1100px;
	margin: 50px auto 200px auto;
}


.r_ent_wrap .job_d_wrap .job_d_LR_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: #333 solid 1px;
	padding: 3% 0;
	line-height: 1.8em;
}

.r_ent_wrap .job_d_wrap .job_d_LR_wrap:first-of-type{
	border-top: #333 solid 1px;
}


.r_ent_wrap .job_d_wrap .job_d_LR_wrap .L_box {
	width: 20%;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

.r_ent_wrap .job_d_wrap .job_d_LR_wrap .R_box {
	width: 70%;
	list-style: none;
	padding: 0 5%;
}


.r_ent_wrap .new_qa_wrap {
	
}

.r_ent_wrap .new_qa_wrap .accordion {
margin: 3em auto;
max-width: 69vw;
	font-size: 16px;
}
.r_ent_wrap .new_qa_wrap .toggle {
display: none;
}
.r_ent_wrap .new_qa_wrap .option {
position: relative;
/*margin-bottom: 1em;*/
}
.r_ent_wrap .new_qa_wrap .title,
.r_ent_wrap .new_qa_wrap .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.r_ent_wrap .new_qa_wrap .title {
border-top: dashed 1px #000;
padding: 1.5em 4em;
display: block;
color: #222222;
/*font-weight: bold;*/
}
.r_ent_wrap .new_qa_wrap .title::after,
.r_ent_wrap .new_qa_wrap .title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 1.2em;
background-color: #000;
transition: all 0.3s;
}
.r_ent_wrap .new_qa_wrap .title::after {
transform: rotate(90deg);
}
.r_ent_wrap .new_qa_wrap .content {
max-height: 0;
overflow: hidden;
}
.r_ent_wrap .new_qa_wrap .content p {
margin: 0;
padding: 0.5em 4em 1em 4em;
font-size: 16px;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}




/* 7point */

.point_wrap {
	width: 1100px;
	margin:0 auto;
}


.point_wrap .ttl_wrap {
	margin:80px auto 0 auto;
	font-size: 60px;
	color: #003871;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	text-align: center;
}

.point_wrap:first-child{
	margin: 160px auto 0 auto;
}

.point_wrap .ttl_wrap02 {
	font-size: 24px;
	margin: 40px auto 50px auto;
	font-weight:400;
	text-align: center;
}

.point_wrap p {
	text-align: center;
	font-size: 17px;
	line-height: 2.0em;
	padding: 0 0 90px 0;
	border-bottom: dotted 1px #454545;
}



.point_wrap p a {
	display: block;
	margin: 45px 0 0 0;
	color: #222222;
	text-decoration:underline;
}

.main_imgwrap03 {
	width: 1100px;
	margin:230px auto 150px auto;
}


/* workstyle */

.ws_wrap {
	width: 1100px;
	margin: 0 auto;
}

.ws_wrap .ws_t_imgwrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px auto 0 auto;
}

.ws_wrap .ws_t_imgwrap .imgbox {
	width: 33%;
	margin: 0 0.5% 0 0;
}

.ws_wrap .ws_t_imgwrap .imgbox:last-of-type {
	margin-right: 0;
}

.ws_wrap .txt_01 {
	width: 850px;
	display: block;
    margin: 55px auto 115px auto;
	text-align: center;
    line-height: 2.0em;
    font-size: 17px;
}

.ws_m_ttlwrap {
	width: 100%;
	padding: 32px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background: #f8ead3;
}

.ws_wrap .ttl_wrap {
	margin: 60px auto 0 auto;
	text-align: center;
	font-size: 24px;
}

.ws_wrap .ttl_wrap02 {
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
}

.ws_wrap .d_txtwrap {
	width: 700px;
	margin: 50px auto;
	text-align: left;
	font-size: 17px;
	line-height: 2.0em;
}

.ws_wrap .y_txt{
	background: #fbfb9b;
	padding: 5px 0;
	font-weight: bold;
}

.ws_wrap .d_txtwrap .ttl_wrap {
	text-align: center;
}

.ws_wrap .c_imgwrap {
	width: 700px;
	margin: 50px auto 100px auto;
}

.ws_wrap .s_schedule_wrap{}

.ws_wrap .s_schedule_wrap .ttl_wrap {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;	
}

.ws_wrap .s_schedule_wrap .ttl_wrap02 {
	margin: 20px auto 45px auto;
	text-align: center;
	font-size: 17px;
}

.schedule_d_wrap {
	width: 90%;
    margin: 0 auto 190px auto;
    display: flex;
    flex-wrap: wrap;
    padding: 70px;
    background: #f8f1ea;
}

.schedule_d_wrap .L_wrap {
	width: 60%;
}

.schedule_d_wrap .L_wrap ul.time_wrap {
	margin-bottom: 70px;
}

.schedule_d_wrap .L_wrap ul.time_wrap:last-of-type {
	margin-bottom: 0;
}

.schedule_d_wrap .L_wrap ul.time_wrap li.t_txtbox{
	width: 15%;
	margin: 7px 0 0 0;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	font-size: 18px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;	
}

.schedule_d_wrap .L_wrap ul.time_wrap li.d_txtbox{
	width: 65%;
	display: inline-block;	
	line-height: 2em;
	list-style: none;	
}

.schedule_d_wrap .R_wrap {
	width: 35%;
}

.schedule_d_wrap .R_wrap .schedule_imgwrap {
	margin:0 auto 80px auto;
}

.schedule_d_wrap .R_wrap .schedule_imgwrap:last-of-type {
	margin-bottom: 0;
}


/* benefits  */

.benefits_wrap {
	margin-bottom: 15%;
}

.benefits_wrap .s_txt {
	font-size: 14px;
}


.benefits_wrap ul.d_txtwrap {
	width: 90%;
	margin: 0 auto;	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.benefits_wrap ul.d_txtwrap li {
	width: 45%;
    background: #f1f7fa;	
	list-style: none;
	margin: 0 2% 2% 2%;
	padding: 3%;
	line-height: 1.8em;

}

.benefits_wrap ul.d_txtwrap li .ttl_txt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;
}


.benefits_wrap ul.d_txtwrap02 {
	width: 80%;
	margin: 0 auto;	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.benefits_wrap ul.d_txtwrap02 li .ttl_txt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;	
}


.benefits_wrap ul.d_txtwrap02 li {
	width: 45%;	
	list-style: none;
	margin: 0 2% 2% 2%;
	padding: 3%;
	border: solid 1px #000;
	line-height: 1.8em;	

}


.benefits_wrap ul.p_link_menu {
	width: 80%;
	margin: 80px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.benefits_wrap ul.p_link_menu li {
	list-style: none;
	margin: 0 2%;
	padding: 1.5%;
	border: solid 1px #000;
}

.benefits_wrap ul.p_link_menu li a {
	color: #000;
	text-decoration: none;
}



.benefits_wrap .ttl_wrap {
	margin: 0 auto 25px auto;
	text-align: center;
	font-size: 24px;
}

.benefits_wrap .ttl_wrap02 {
	margin: 0 auto 25px auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;	
}

.benefits_wrap .ttl_wrap03 {
	margin: 70px auto 25px auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #003958;
}


.benefits_wrap .bg_wrap, .benefits_wrap .bg_wrap02 {
	margin: 60px auto 60px auto;
	padding: 32px 0;
	text-align: center;
	background: #e0ebf1;
}

.benefits_wrap .bg_wrap p, .benefits_wrap .bg_wrap02 p {
	font-size: 24px;
	font-weight: bold;
}

.benefits_wrap .benefits_imgwrap {
	width: 680px;
	margin: 50px auto 80px auto;	
}

.benefits_wrap .benefits_imgwrap02 {
	width: 700px;
	margin: 50px auto 50px auto;	
}


.benefits_wrap .benefits_imgwrap05 {
	width: 450px;
	margin: 0 auto 40px auto;	
}

.benefits_wrap .benefits_imgwrap06 {
	width: 450px;
	margin: 20px auto 40px auto;	
}


.benefits_wrap .s_read {
	margin: 50px auto 50px auto;
	text-align: center;
	line-height: 2.3em;
}

.benefits_wrap .s_read span {
	font-size: 17px;
}

.benefits_wrap .s_read02 {
	margin: 30px auto 10px auto;
	text-align: center;
	line-height: 2.3em;
}

.benefits_wrap .s_read02 span {
	font-size: 17px;
}


.benefits_wrap .txtwrap {
	width: 680px;
	margin: 0px auto 50px auto;
	font-size: 17px;
	text-align: left;
	line-height: 1.8em;
}

.benefits_wrap .txtwrap02 {
	width: 80%;
	margin:0 auto 30px auto;
	font-size: 17px;
	text-align: center;
	line-height: 2.2em;
}


.benefits_wrap .h_txtwrap {
	width: 680px;
	margin:40px auto 65px auto;
	font-size: 17px;
	text-align: left;
	line-height: 2.2em;
}

.benefits_wrap .b_txtwrap {
    width: 680px;
	background: #d4e2eb;	
    margin: 0 auto 25px auto;
    padding: 20px 20px;
    line-height: 2.0em;
    font-size: 17px;
	text-align: left;	
}

.benefits_wrap .detail_txtwrap{
	width: 780px;
	margin: 20px auto 30px auto;
	font-size: 17px;
	text-align: center;
	line-height: 2.2em;
}

.benefits_wrap .detail_txtwrap a:link {
	color: #000;
	}


.benefits_wrap .w_b_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.benefits_wrap .w_b_wrap .d_box {
	width: 20%;
	margin: 0 2% 0 0;
}

.benefits_wrap .w_b_wrap .d_box:last-of-type {
	margin-right: 0;
}

.benefits_wrap .w_b_wrap .d_box .d_img_box {
	width: 150px;
	margin: 0 auto 30px;
}


.benefits_wrap .w_b_wrap .d_box .d_txt_box {
    width: 80%;
    margin: 0 auto;
}



.benefits_wrap .w_b_wrap .d_box .d_txt_box .t_wrap {
	margin: 5% auto;
	text-align: center;
	font-size: 18px;
}

.benefits_wrap .w_b_wrap .d_box .d_txt_box .d_wrap {
	line-height: 1.8em;
	font-size: 15px;
}



.benefits_wrap .ev_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.benefits_wrap .ev_wrap .d_box {
	width: 20%;
	margin: 0 2% 2% 0;	
}

.benefits_wrap .ev_wrap .d_box:nth-of-type(4n){
	margin-right: 0;
}


.benefits_wrap .ev_wrap .d_box:last-of-type {
	margin-right: 0;
}




@media screen and (max-width: 1000px) {
.main_imgwrap02 {
	width: 100%;
	margin:5% auto 0 auto;
/*	padding:9% 0 5% 0;*/
	padding:23% 0 5% 0;
	text-align:center;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:300;
	line-height: 1.0em;
	letter-spacing:28px;
	position: relative;
}
	
.main_imgwrap02 p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 11.5vw;
	line-height: 6.8vw;
	position: absolute;
/*	top: 45%;	*/
	top: 54%;
	z-index: 999;
	letter-spacing: 1px;
}
	
.read_wrap {
	width: 90%;
	margin:10% auto 0 auto;	
}


.read_wrap .m_read {

	text-align: center;
	line-height: 2.3em;
}

.read_wrap .m_read span {
	font-size:170%;
}
	
.ent_int_wrap{
	margin: 5% auto 0 auto;
	text-align: center;
	line-height: 2.3em;
	font-size: 16px;	
}	


.read_wrap .s_read {
	width: 100%;
	margin: 30px auto 75px auto;
	text-align: left;
	line-height: 1.5em;
}

.read_wrap .s_read span {
	font-size: 14px;
}
	

/* about us  */	benefits
	
.a_us_wrap {

}

.a_us_wrap .ttl_wrap {
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
}
	
	
.a_us_wrap .ttl_wrap02 {
	margin: 13% auto 11% auto;
	text-align: center;
	font-size: 20px;
    line-height: 1.5em;	
}	
	
	
.a_us_wrap .ttl_wrap03 {
	margin: 80px auto 0 0;
	text-align: center;
	font-size: 20px;
}	
	

.a_us_wrap .bg_wrap {
	margin: 5% auto 5% auto;
	padding: 4% 0;
	text-align: center;
	background: #e0ebf1;
}

.a_us_wrap .bg_wrap p {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.0em;
	width: 90%;
    margin: 0 auto;
}

.a_us_wrap .a_us_imgwrap {
	width: 100%;
	margin: 0 auto 5% auto;	
}

.a_us_wrap .a_us_imgwrap02 {
	width: 85%;
	margin: 5% auto 7.5% auto;	
}

.a_us_wrap .LRimg_wrap {
	width: 100%;
	margin: 10% auto 0 auto;
}

.a_us_wrap .LRimg_wrap .a_us_imgwrap03 {
	width: 95%;
	margin: 0 auto 5% auto;
	order: 2;
}

.a_us_wrap .LRimg_wrap .a_us_imgwrap04 {
	width: 70%;
	margin: 0 auto 3% auto;
	order: 1;
}
	
	
.a_us_wrap .a_us_imgwrap05 {
	width: 85%;
	margin: 0 auto 5% auto;	
}	

.a_us_wrap .a_us_imgwrap06 {
	width: 85%;
	margin: 0 auto 5% auto;	
}
	
	

.a_us_wrap .s_read {
	margin: 8% auto 8% auto;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: 0.5px;	
}

.a_us_wrap .s_read span {
	font-size: 14px;
	font-weight: normal;
}
	
.a_us_wrap .s_read02 {
	margin: 5% auto 2%;
    text-align: center;
    line-height: 1.5em;
}

.a_us_wrap .s_read02 span {
	font-size: 15px;
	font-weight: normal;
}	


.a_us_wrap .txtwrap {
	width: 90%;
	margin:2% auto 5% auto;
	font-size: 14px;
	text-align: left;
	line-height: 2.0em;
}
	
.a_us_wrap .txtwrap02 {
	width: 90%;
	margin:5% auto 7.5% auto;
	font-size: 14px;
	text-align: left;
	line-height: 2.0em;
}	
	
	
.a_us_wrap .h_txtwrap {
	width: 90%;
	margin: 5% auto 13% auto;
	font-size: 14px;
	text-align: left;
	line-height: 2.0em;
}

.a_us_wrap .b_txtwrap {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 20px 20px;
/*    background: #e0ebf1;*/
    line-height: 2.0em;
    font-size: 14px;
	text-align: center;	
}
	
.a_us_wrap .detail_txtwrap{
	width: 100%;
	margin:5% auto 5% auto;
	font-size: 14px;
	text-align: center;
	line-height: 2.2em;
}

.a_us_wrap .detail_txtwrap a:link {
	color: #000;
	}		
	
/* interview */	
	

.staff_wrap {
	margin: 0 auto 95px auto;
}

.staff_wrap .shop_txtwrap {
	margin: 0 auto 30px auto;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.8em;
}

.staff_wrap .staff_imgwrap {
	width: 100%;
	margin: 0 auto;
}


.staff_wrap .qa_wrap {
	width: 90%;
	margin: 50px auto 0 auto;
}


.staff_wrap .qa_wrap .q_txtwrap {
	margin: 0 0 15px 0;
}

.staff_wrap .qa_wrap .q_txtwrap span {
	font-size: 14px;
	background: #fbfb9b;
	padding: 5px 0;
	font-weight: bold;
	line-height: 2.2em;
}

.staff_wrap .qa_wrap .a_txtwrap {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 50px;
}
	

/* recruit entry */	
	
	
.r_ent_wrap {
	margin-bottom: 20%;
}
	
.r_ent_wrap p a:link {
	color: #000;
	}	

.r_ent_wrap .ttl_wrap {
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
}
	
	
.r_ent_wrap .ttl_wrap02 {
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
}
	
.r_ent_wrap .ttl_wrap03 {
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
}
	
.r_ent_wrap .ttl_wrap04 {
	margin: 0 auto;
	text-align: center;
	font-size: 19px;
}	
	

.r_ent_wrap .list_wrap {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	margin: 10% auto 30% auto;
}

.r_ent_wrap .list_wrap .s_txt {
	font-size: 14px;
	line-height: 1.5em;
}

.r_ent_wrap .list_wrap ul {
	display: block;
	width: 100%;
    margin: 0 auto;
}


.r_ent_wrap .list_wrap li {
	width: 90%;
	margin:0 auto;
	padding: 10% 0;
	border-left:0;
	border-top: solid 1px #000000;
	line-height: 1.5em;
}

.r_ent_wrap .list_wrap li p {
	text-align: center;
	margin: 0 0 2% 0;
	font-size: 18px;
}


.y_txt{
	background: #fbfb9b;
	padding: 5px 0;
	font-weight: bold;
}

.y_bg{
	width: 100%;
	margin: 35px 0 0 0;
	background: #fefed6;
	padding: 5%;
	font-size: 14px;
}

.r_ent_wrap .list_wrap li:nth-child(3) {
	border-right: none;
}

.r_ent_wrap .list_wrap li:last-child {
	border-right: none;
	border-bottom: solid 1px #000000;
}
	
	


.r_ent_wrap .work_wrap {
	width: 90%;
	margin: 25px auto 0 auto;
	padding: 5%;
	background: #e0ebf1;
	line-height: 1.5em;
    font-size: 14px;
	
}
	
/*2305 追加*/	
.r_ent_wrap .work_wrap02 {
	width: 100%;
	margin: 25px auto 0 auto;
	padding: 5%;
	text-align: left;
	background: #e0ebf1;
	line-height: 1.5em;
    font-size: 14px;
	
}
	
/*2305 追加*/	
.r_ent_wrap .work_wrap03 {
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
	line-height: 1.5em;
    font-size: 14px;
	
}	
	
/*2305 追加*/
.r_ent_wrap .work_wrap03 .s_txt {
    font-size: 12px;
	text-align: left;
	margin-top: 7%;
	
}	
	
.training_wrap{
	margin: 20% 0 25% 0;
}	
	
	
.training_wrap .LR_wrap{
	width: 90%;
	margin: 60px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.training_wrap .LR_wrap .L_box{
	width: 48%;
}
.training_wrap .LR_wrap .R_box{
	width: 48%;
	margin: 0 0 0 4%;
}	
		
	
	
	
/*2305 追加*/
.r_ent_wrap .tr_imgwrap {
	width: 90%;
	margin: 10% auto 25% auto;
}	
	

.r_ent_wrap .work_wrap .detail_txt {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 2.0em;
}

.r_ent_wrap .work_detailwrap {
	width: 90%;
	margin:10% auto 20% auto;
	border-bottom: none;
}


.r_ent_wrap .work_detailwrap :nth-child(3)  {
	border-bottom: none!important;
}


.r_ent_wrap .work_detailwrap .LR_wrap{
	display: flex;
    flex-wrap: wrap;
	margin: 5% 0 0 0;
    padding: 0;	
	text-align: center;
}

.r_ent_wrap .work_detailwrap .LR_wrap .L_wrap{
	width: 90%;
	margin: 0 auto;
}

.r_ent_wrap .work_detailwrap .LR_wrap .R_wrap{
	width: 100%;
	line-height: 1.5em;
	margin: 10% 0 0 0;
}
	
.r_ent_wrap .work_detailwrap .LR_wrap .R_wrap .d_txt_box{
    width: 90%;
    margin: 0 auto;
	font-size: 14px;
	text-align: left;	
}
	
.r_ent_wrap .work_detailwrap .num_txt {
	font-size: 28px;
	margin: 0 0 5% 0;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	display: inline-block;
}

.r_ent_wrap .work_detailwrap .ttl_txt {
	margin: 0 0 4% 0;	
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}	


.r_ent_wrap .work_detailwrap .LR_wrap .L_wrap02{
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
	margin: 10% 0 0 0;
	text-align: center;
	order: 2;
}

.r_ent_wrap .work_detailwrap .LR_wrap .R_wrap02{
	width: 90%;
	margin: 0 auto;
	order: 1;
}

.r_ent_wrap .work_detailwrap .LR_wrap .L_wrap02 .d_txt_box{
    width: 90%;
    margin: 0 auto;
	text-align: left;
	
}

.r_ent_wrap .c_up_wrap {
	margin-top: 15%;
	margin-bottom: 35%;
}

.r_ent_wrap .c_up_wrap .c_up_imgwrap {
	width: 85%;
	margin: 5% auto 20% auto;
}

.r_ent_wrap .data_wrap {
	margin-bottom:30%
}

.r_ent_wrap .data_imgwrap {
	width: 100%;
    margin:5% auto 10% auto;
    background: #d4e2eb;
    padding: 35px 25px 15px 25px;
}
	
.r_ent_wrap .data_imgwrap .LR_wrap {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;	
}	
	
.r_ent_wrap .data_imgwrap .L_wrap {
	width: 80%;
    margin: 0 0 8% 0;
}
.r_ent_wrap .data_imgwrap .R_wrap {
	width: 80%;
	margin: 0 0 8% 0;
}


.r_ent_wrap .benefit_wrap{
	
}
	
.r_ent_wrap .benefit_wrap ul.detail_wrap{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin:5% auto 0 auto;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	text-align: center;
	font-size: 17px;
	line-height: 2.0em;
}



.r_ent_wrap .benefit_wrap .detail_wrap li.s_ttl {
	width: 100%;
    height: 10%;
	padding: 3% 0 0 5%;
    line-height: 1.9em;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.r_ent_wrap .benefit_wrap .detail_wrap li.d_txt {
	width: 100%;
	height: auto;
	display: table;
	padding: 0 0 3% 5%;
	line-height: 2.5em;
	font-size: 17px;
	text-align: left;
	border-bottom:  solid 1px #000;
}
	
.r_ent_wrap .benefit_wrap .detail_wrap li.d_txt p {
	display: table-cell;
	vertical-align: baseline;
}	


.r_ent_wrap .benefit_wrap .detail_wrap li{
	border-bottom:none; 
}
	

/*
.r_ent_wrap .benefit_wrap .detail_wrap{
	width: 90%;
	margin:40px auto 0 auto;
	padding: 5% 0 0 0;
	border-top: solid 3px #000;
	text-align: left;
	font-size: 17px;
	line-height: 2.0em;
}

.r_ent_wrap .benefit_wrap .detail_wrap .s_ttl {
	line-height: 2.5em;
	font-size: 20px;
	text-align: center;
}
*/
	
	
.r_ent_wrap .job_d_wrap {
	width: 90%;
	margin: 10% auto 35% auto;
	font-size: 14px;
}


.r_ent_wrap .job_d_wrap .job_d_LR_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: #333 solid 1px;
	padding: 3% 0;
	line-height: 1.8em;
}

.r_ent_wrap .job_d_wrap .job_d_LR_wrap:first-of-type{
	border-top: #333 solid 1px;
}


.r_ent_wrap .job_d_wrap .job_d_LR_wrap .L_box {
	width: 100%;
	list-style: none;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
}

.r_ent_wrap .job_d_wrap .job_d_LR_wrap .R_box {
	width: 100%;
	list-style: none;
	padding: 0;
}
	
	
.r_ent_wrap .new_qa_wrap {
	
}

.r_ent_wrap .new_qa_wrap .accordion {
	margin: 3em auto;
    max-width: 90vw;
    font-size: 14px;
    line-height: 2.0em;
	
}
.r_ent_wrap .new_qa_wrap .toggle {
display: none;
}
.r_ent_wrap .new_qa_wrap .option {
position: relative;
/*margin-bottom: 1em;*/
}
.r_ent_wrap .new_qa_wrap .title,
.r_ent_wrap .new_qa_wrap .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.r_ent_wrap .new_qa_wrap .title {
border-top: dashed 1px #000;
padding: 1.5em 4em 1.5em 1.5em;
display: block;
color: #222222;
/*font-weight: bold;*/
}
.r_ent_wrap .new_qa_wrap .title::after,
.r_ent_wrap .new_qa_wrap .title::before {
content: "";
position: absolute;
right: 1.25em;
top: 39%;
width: 2px;
height: 1.2em;
background-color: #000;
transition: all 0.3s;
}
.r_ent_wrap .new_qa_wrap .title::after {
transform: rotate(90deg);
}
.r_ent_wrap .new_qa_wrap .content {
max-height: 0;
overflow: hidden;
}
.r_ent_wrap .new_qa_wrap .content p {
margin: 0;
padding: 0.5em 4em 1em 1.5em;
font-size: 14px;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
	
	
	
/* 7point */	
	
	
.point_wrap {
	width: 100%;
	margin:0 auto;
}


.point_wrap .ttl_wrap {
	margin:80px auto 0 auto;
	font-size: 280%;
	color: #003871;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;
	text-align: center;
	letter-spacing: 0px;
}

.point_wrap .ttl_wrap :first-child {
	margin: 160px auto 0 auto;
}

.point_wrap .ttl_wrap02 {
	font-size: 24px;
	margin: 5% auto 8% auto;
	font-weight:400;
	text-align: center;
}

.point_wrap p {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 90px 0;
	border-bottom: dotted 1px #454545;
	margin: 0 auto;
    width: 90%;
}


.point_wrap p a {
	margin: 45px 0 0 0;
	color: #222222;
	text-decoration:underline;
}

.main_imgwrap03 {
	width: 100%;
	margin:140px auto 150px auto;
}

/* workstyle */

.ws_wrap {
	width: 100%;
	margin: 0 auto;
}
	
.ws_wrap .ws_t_imgwrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 15% auto 20% auto;
}	
	
.ws_wrap .txt_01 {
	width: 90%;
    margin: 5% auto 0 auto;
	text-align: left;
    line-height: 2.0em;
    font-size: 14px;
	font-weight: normal;
}
	
.ws_wrap .d_txtwrap {
	width: 90%;
	margin: 8% auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}
	
.ws_wrap .ttl_wrap {
	margin: 60px auto 0 auto;
	text-align: center;
	font-size: 20px;
}

.ws_wrap .ttl_wrap02 {
	margin: 0 auto 2% auto;
	text-align: center;
	font-size: 15px;
	font-style: normal;

}
	
.ws_wrap .c_imgwrap {
	width: 90%;
	margin: 5% auto 20% auto;
}
	
.ws_wrap .s_schedule_wrap{}

.ws_wrap .s_schedule_wrap .ttl_wrap {
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight:400;	
}

.ws_wrap .s_schedule_wrap .ttl_wrap02 {
	margin: 20px auto 45px auto;
	text-align: center;
	font-size: 17px;
}

.schedule_d_wrap {
	width: 100%;
    margin: 0 auto 10% auto;
    display: flex;
    flex-wrap: wrap;
    padding: 5% 5% 15% 5%;
    background: #f8f1ea;
}

.schedule_d_wrap .L_wrap {
	width: 100%;
}

.schedule_d_wrap .L_wrap ul.time_wrap {
	margin-top: 8%;
	margin-bottom: 8%;
}
	
.schedule_d_wrap .L_wrap ul.time_wrap:last-of-type {
    margin-bottom: 8%;
}	

.schedule_d_wrap .L_wrap ul.time_wrap li.t_txtbox{
	width: 18%;
	margin: 4px 0 0 0;
	display: inline-block;
	vertical-align: top;
	list-style: none;
}

.schedule_d_wrap .L_wrap ul.time_wrap li.d_txtbox{
	width: 78%;
	display: inline-block;
	font-size: 14px;
	line-height: 1.8em;
	list-style: none;	
}

.schedule_d_wrap .R_wrap {
	width: 35%;
}

.schedule_d_wrap .R_wrap .schedule_imgwrap {
	margin:0 auto 80px auto;
}	
	

/* benefits  */	
	
.benefits_wrap {

}

.benefits_wrap .ttl_wrap {
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
}
	
	
.benefits_wrap .ttl_wrap02 {
	margin: 8% auto 3% auto;
	text-align: center;
	font-size: 15px;
    line-height: 1.5em;	
}	
	
	
.benefits_wrap .ttl_wrap03 {
	margin: 0 auto 5%;
	text-align: center;
	font-size: 20px;
}	
	

.benefits_wrap .bg_wrap {
	margin: 20% auto 5% auto;
	padding: 4% 0;
	text-align: center;
	background: #e0ebf1;
}

.benefits_wrap .bg_wrap p {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.0em;
	width: 90%;
    margin: 0 auto;
}
	
.benefits_wrap .bg_wrap02 {
	margin: 0 auto 5% auto;
	padding: 4% 0;
	text-align: center;
	background: #e0ebf1;
}

.benefits_wrap .bg_wrap02 p {
	font-size: 20px;
	font-weight: bold;
	line-height: 2.0em;
	width: 90%;
    margin: 0 auto;
}	
	
	
	
	

.benefits_wrap .benefits_imgwrap {
	width: 90%;
	margin: 0 auto 10% auto;	
}
	
	
	
	
.benefits_wrap ul.d_txtwrap {
	width: 90%;
	margin: 10% auto 0 auto;	
	display: inherit;
}


.benefits_wrap ul.d_txtwrap li {
	width: 100%;
    background: #e0ebf1;	
	list-style: none;
	margin: 0 0 5% 0;
	padding: 5%;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0px;

}

.benefits_wrap ul.d_txtwrap li .ttl_txt {
	font-weight: bold;
	text-align: center;
}


.benefits_wrap ul.d_txtwrap02 {
	width: 90%;
	margin: 0 auto;	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.benefits_wrap ul.d_txtwrap02 li .ttl_txt {
	font-weight: bold;
	text-align: center;
}


.benefits_wrap ul.d_txtwrap02 li {
	width: 100%;	
	list-style: none;
	margin: 0 0 5% 0;
	padding: 5%;
	border: solid 1px #000;	
	font-size: 14px;	
	line-height: 1.8em;	
	letter-spacing: 0px;

}
	
	
.benefits_wrap ul.d_txtwrap02 li:last-of-type {
	margin-bottom: 0;
}	
	


.benefits_wrap ul.p_link_menu {
	width: 100%;
	margin: 10% auto 7% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 12px;
}


.benefits_wrap ul.p_link_menu li {
	list-style: none;
	margin: 0 2% 4% 2%;
	padding: 2%;
	border: solid 1px #000;
}

.benefits_wrap ul.p_link_menu li a {
	color: #000;
	text-decoration: none;
}
	
	
.benefits_wrap .w_b_wrap {
	width: 90%;
	display: inherit;
	margin: 0 auto;	
}

.benefits_wrap .w_b_wrap .d_box {
	width: 100%;
	margin: 0 auto 5% auto;	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
}

.benefits_wrap .w_b_wrap .d_box:last-of-type {
	margin-right: 0;
}

.benefits_wrap .w_b_wrap .d_box .d_img_box {
	width: 25%;
	margin: 0 3% 0 3%;
}

	
	
.benefits_wrap .w_b_wrap .d_box .d_txt_box {
	width: 60%;
	text-align: left;
}		
	
.benefits_wrap .w_b_wrap .d_box .d_txt_box .t_wrap {
	margin: 3% auto;
	text-align: left;
	font-size: 14px;
}	
	
.benefits_wrap .w_b_wrap .d_box .d_txt_box .d_wrap {
	font-size: 14px;
	line-height: 1.5em;
}	
	
	
.benefits_wrap .ev_wrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.benefits_wrap .ev_wrap .d_box {
	width: 47%;
	margin: 0 5% 5% 0;	
}

.benefits_wrap .ev_wrap .d_box:nth-of-type(even){
	margin-right: 0;
}	
	
	

	
	

.benefits_wrap .benefits_imgwrap02 {
	width: 100%;
	margin: 5% auto 7.5% auto;	
}

.benefits_wrap .LRimg_wrap {
	width: 100%;
	margin: 10% auto 0 auto;
}

.benefits_wrap .LRimg_wrap .benefits_imgwrap03 {
	width: 95%;
	margin: 0 auto 5% auto;
	order: 2;
}

.benefits_wrap .LRimg_wrap .benefits_imgwrap04 {
	width: 70%;
	margin: 0 auto 3% auto;
	order: 1;
}
	
	
.benefits_wrap .benefits_imgwrap05 {
	width: 85%;
	margin: 5% auto 5% auto;	
}	

.benefits_wrap .a_us_imgwrap06 {
	width: 85%;
	margin: 0 auto 5% auto;	
}
	
	

.benefits_wrap .s_read {
	margin: 8% auto 8% auto;
    text-align: left;
    line-height: 1.5em;
    letter-spacing: 0.5px;	
}

.benefits_wrap .s_read span {
	font-size: 14px;
	font-weight: normal;
}
	
.benefits_wrap .s_read02 {
	margin: 5% auto;
    text-align: center;
    line-height: 1.5em;
}

.benefits_wrap .s_read02 span {
	font-size: 14px;
	font-weight: normal;
}	


.benefits_wrap .txtwrap {
	width: 90%;
	margin:0 auto 5% auto;
	font-size: 14px;
	text-align: left;
	line-height: 1.8em;
	letter-spacing: 0px;
}
	
.benefits_wrap .txtwrap02 {
	width: 90%;
	margin:5% auto 7.5% auto;
	font-size: 14px;
	text-align: left;
	line-height: 2.0em;
}	
	
	
.benefits_wrap .h_txtwrap {
	width: 90%;
	margin: 5% auto 13% auto;
	font-size: 14px;
	text-align: left;
	line-height: 2.0em;
}

.benefits_wrap .b_txtwrap {
    width: 90%;
    margin: 0 auto 5% auto;
    padding: 5%;
/*    background: #e0ebf1;*/
    line-height: 2.0em;
    font-size: 14px;
	text-align: left;	
}
	
.benefits_wrap .detail_txtwrap{
	width: 100%;
	margin:5% auto 5% auto;
	font-size: 14px;
	text-align: center;
	line-height: 2.2em;
}

.benefits_wrap .detail_txtwrap a:link {
	color: #000;
	}	
		
}



.wrapper .f_u_wrap{

}

.wrapper .f_u_box{

	margin: 50px auto;
	padding: 80px 0 0 0;
	border-top: #B9B9B9 solid 1px;

}

.wrapper .f_u_txt {
	text-align: center;
	line-height: 2.5em;
}

.wrapper .f_u_txt p {
	font-size: 2.2rem;
}

.wrapper .qr_wrap {
	width: 200px;
	margin: 50px auto;
}


.wrapper .icon_txt_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 150px auto;
}

.wrapper .icon_box {
	width: 90px;
}

.wrapper .txt_box {
	margin: 0 0 0 25px;
	line-height: 1.5em;
}

.wrapper .txt_box span{
	font-size: 1.3rem;
	line-height: 1.8em;
}


@media screen and (max-width: 1000px) {
	
.wrapper .f_u_wrap{
	padding: 1% 0 0 0;
	
}	
	
.wrapper .f_u_box{
	width: 100%;
	padding: 10% 0 0 0;
	border-top: #B9B9B9 solid 1px;
}
	
.wrapper .f_u_txt {
	text-align: center;
	line-height: 2.0em;
    letter-spacing: 1px;
	margin: 0 auto 15% auto;
}	
	
.wrapper .f_u_txt p {
	font-size: 190%;
}

.wrapper .qr_wrap {
	display: none;
}	
	
.wrapper .icon_txt_wrap {
	width: 80%;
	display: block;
	text-align: left;
	margin: 0 auto 20% auto;	
}
	
.wrapper .icon_box {
	margin: 10% auto;
	text-align: center;
}	
	
}


.wrapper .footer {
	width: 100%;
padding: 0;
/*background-color: #001F32;*/
}

.wrapper .footer a {
text-decoration: none;
}

.wrapper .footer .block-base-inner {
width: 1080px;
margin:0 auto;
/* border-bottom: #fff solid 1px; */
}

.wrapper .footer .block-footer-links {
width: 270px;
margin-left: 80px;
font-size: 1.3rem;
}


.wrapper .footer .block-footer-guide-list {
	width: 900px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
	justify-content:center;
margin: 0 auto 50px auto;
}

.wrapper .footer .block-footer-guide-list a {
	color: #222222;
}

.wrapper .footer .block-footer-guide-list-items {
font-size: 1.1rem;
line-height: 2.8rem;
margin: 0;
padding: 0 20px;	
}


.block-footer-guide-list-items + .block-footer-guide-list-items {
margin-left: 50px;
}

.wrapper .footer .t_txt{
font-size: 17px;
line-height: 2.8rem;
}



.wrapper .footer .copyright {
	
display: block;
width: 1000px;
padding: 40px 0px 60px;
/*color: #a4a4a4;*/
margin: 0 auto;
font-size: 12px!important;
font-size: 1.0rem;
text-align: center;
letter-spacing: 0.05rem;
}


@media screen and (max-width: 1000px) {
	
.wrapper .footer {
	width: 100%;
padding:10% 0 5% 0;	
/*background-color: #001F32;*/
}

.wrapper .footer a {
	color: #fff;
text-decoration: none;
}

.wrapper .footer .block-base-inner {
width: 100%;
margin:0 auto;
border-bottom: #fff solid 1px;
}
	
.wrapper .footer .block-footer-links {
width: 100%;
margin-left: 80px;
font-size: 1.3rem;
}


.wrapper .footer .block-footer-guide-list {
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.wrapper .footer .block-footer-guide-list-items {
width: 100%;
font-size: 1.1rem;
line-height: 2.8rem;
margin: 0;
}


.block-footer-guide-list-items + .block-footer-guide-list-items {
margin-left: 50px;
}

.wrapper .footer .t_txt{
font-size: 1.0rem;
line-height: 4.2rem;
border:none!important;
}
	
	
.wrapper .footer .next_link {
 display: inline-block;
 position: relative;
 width: 100%;
 height: 44px;
 line-height: 44px;
 text-decoration: none;
 color: #fff;
 }

.wrapper .footer .next_link::after {
 content: "";
 display: block;
 position: absolute;
 right: 20px;
 top: 16px;
 width: 6px;
 height: 6px;
 border-width: 1px 1px 0 0;
 border-style: solid;
 border-color: #fff;
 transform: rotate(45deg);
 }	
	
	
.wrapper .footer .block-footer-guide-list-item {
border-bottom: 1px solid #063B5D;
}
	
.wrapper .footer .copyright {	
width: 90%;
padding: 8% 0 15%;
color: #222222;
margin: 0 auto;
font-size: 10px;
font-size: 0.5rem;
text-align: center;
letter-spacing: 0.05rem;
}	
	
}


.blank-icon {
  box-sizing: border-box;
  position: relative;
  width: 4px;
  height: 3px;
  transform: scale(3);
  margin-left: 10px;
  margin-bottom: 5px;
  display: inline-block;	
}

.blank-icon:before,
.blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: black;
}

.blank-icon:before {
  top: 0;
  left: 0;
  border-width: 0.5px;
}

.blank-icon:after {
  top: 1px;
  left: 1px;
  border-width: 0 0.5px 0.5px 0;
}







.ent_btnbox .blank-icon {
  box-sizing: border-box;
  position: relative;
  width: 4px;
  height: 3px;
  transform: scale(3);
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;	
}

.ent_btnbox .blank-icon:before,
.ent_btnbox .blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: white;
}

.ent_btnbox .blank-icon:before {
  top: 0;
  left: 0;
  border-width: 0.5px;
}

.ent_btnbox .blank-icon:after {
  top: 1px;
  left: 1px;
  border-width: 0 0.5px 0.5px 0;
}


@media screen and (max-width: 1380px) {

.ent_btnbox .blank-icon {
  box-sizing: border-box;
  position: relative;
  width: 4px;
  height: 3px;
  transform: scale(3);
  margin-left: 5px;
  margin-bottom: 3px;
  display: inline-block;	
}

.ent_btnbox .blank-icon:before,
.ent_btnbox .blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: white;
}

.ent_btnbox .blank-icon:before {
  top: 0;
  left: 0;
  border-width: 0.5px;
}

.ent_btnbox .blank-icon:after {
  top: 1px;
  left: 1px;
  border-width: 0 0.5px 0.5px 0;
}
	
	
}


@media screen and (max-width: 1200px) {

.ent_btnbox .blank-icon {
  box-sizing: border-box;
  position: relative;
  width: 3px;
  height: 2px;
  transform: scale(3);
  margin-left: 5px;
  margin-bottom: 2px;
  display: inline-block;	
}

.ent_btnbox .blank-icon:before,
.ent_btnbox .blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: white;
}

.ent_btnbox .blank-icon:before {
  top: 0;
  left: 0;
  border-width: 0.5px;
}

.ent_btnbox .blank-icon:after {
  top: 1px;
  left: 1px;
  border-width: 0 0.5px 0.5px 0;
}
	
	
}

/* =========================================
   28年卒向け開催イベントページ
========================================= */

.event_page_wrap {
	width: 1100px;
	margin: 120px auto 150px auto;
	color: #222222;
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.event_page_wrap .event_main_ttl {
	font-size: 32px;
	text-align: center;
	margin-bottom: 70px;
	font-weight: normal;
	letter-spacing: 1px;
}

.event_page_wrap .event_lead {
	text-align: center;
	line-height: 2.2em;
	font-size: 17px;
	margin-bottom: 100px;
}

.event_page_wrap .event_course {
	margin-bottom: 80px;
	text-align: center;
}

.event_page_wrap .event_course:last-child {
	margin-bottom: 0;
}

.event_page_wrap .course_ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.event_page_wrap .course_desc {
	font-size: 16px;
	line-height: 1.8em;
}

/* ボタンの幅と余白調整（既存のボタンデザインクラス .btn_02 を内包） */
.event_page_wrap .event_btn_box {
	width: 500px;
	margin: 30px auto 0 auto;
}

/* --- レスポンシブ (SP) --- */
@media screen and (max-width: 1000px) {
	.event_page_wrap {
		width: 90%;
		margin: 15% auto 20% auto;
	}

	.event_page_wrap .event_main_ttl {
		font-size: 24px;
		margin-bottom: 12%;
	}

.event_page_wrap .event_lead {
        font-size: 14px;
        margin-bottom: 18%;
        line-height: 1.8em;
        text-align: left; 
        padding: 0 3%; 

    }

	.event_page_wrap .event_course {
		margin-bottom: 15%;
	}

	.event_page_wrap .course_ttl {
		font-size: 16px;
		margin-bottom: 3%;
	}

	.event_page_wrap .course_desc {
		font-size: 14px;
		line-height: 1.8em;
	}

	.event_page_wrap .event_btn_box {
		width: 90%;
		margin: 5% auto 0 auto;
	}
}

/* --- 追加：トップ画像用のスタイル --- */
.event_page_wrap .event_main_visual {
	width: 100%;
	margin-bottom: 50px; /* 画像とタイトルの間の余白 */
}

.event_page_wrap .event_main_visual img {
	width: 100%;
	height: auto;
	display: block;
}

/* 画像が入るため、タイトルの上の余白を少し調整したい場合はここを変更 */
.event_page_wrap .event_main_ttl {
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: normal;
	letter-spacing: 1px;
}

/* --- レスポンシブ (SP) --- */
@media screen and (max-width: 1000px) {
	.event_page_wrap .event_main_visual {
		margin-bottom: 8%; /* スマホ時の画像下の余白 */
	}
}