@charset "UTF-8";

/* -----------------------------------------------------------
	overwrite
----------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {

}

/* -----------------------------------------------------------
	mainvisual
----------------------------------------------------------- */
.mainvisual {
	background: #2c2c2c;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
.mainvisual .mv {
	max-width: 500px;
	margin: 0 auto;
}
}

/* -----------------------------------------------------------
	news
----------------------------------------------------------- */
.news_wrap {
	padding: 100px 0 150px;
}
.news_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.news_wrap .inner::before {
	display: block;
    content: '';
    position: absolute;
    top: -125px;
    right: -320px;
    width: 403px;
    height: 415px;
	background-image: url("../img/index/news_bg.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.news_wrap .grid {
	display: flex;
	gap: 50px;
	z-index: 1;
    position: relative;
}
.news_wrap .ttl {
	position: relative;
	width: 235px;
	text-align: center;
}
.news_wrap .ttl img {
	max-width: 86px;
}
.news_wrap .ttl::before {
	display: block;
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 33px;
	background: #ffe900;
	z-index: -1;
}
.news_wrap .list_box {
	max-width: 610px;
}
.news_wrap .list_box .list {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.news_wrap .list_box .list li {
	display: flex;
	gap: 20px;
	width: 100%;
}
.news_wrap .list_box .list li time {
	letter-spacing: 0;
}
.news_wrap .list_box .list li a {
	color: #333;
	text-decoration: underline;
	line-height: 1.7;
}
.news_wrap .list_box .list li a:hover {
	text-decoration: none;
}
.news_wrap .news_link {
	text-align: right;
	margin-top: 12px;
	margin-right: 35px;
}
.news_wrap .news_link a {
	font-size: 16px;
	color: #333;
	letter-spacing: 0.14em;
}
.news_wrap .news_link a span {
	position: relative;
}
.news_wrap .news_link a span::after{
    display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    left: auto;
    width: 20px;
    height: 5px;
	margin-top: -4px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.news_wrap .news_link a:hover {
	opacity: .7;
}
.news_wrap .news_link a:hover span::after{
	right: -35px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.news_wrap {
	padding: 80px 0 80px;
}
.news_wrap .inner::before {
	right: -20%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.news_wrap .grid {
	flex-direction: column;
    align-items: center;
}
}
}
@media screen and (max-width: 767px) {
.news_wrap {
	padding: 40px 0 50px;
}
.news_wrap .inner::before {
	top: -106px;
        right: -46px;
    width: 263px;
    height: 265px;
}
.news_wrap .grid {
	flex-direction: column;
    align-items: center;
	gap: 25px;
}
.news_wrap .ttl {
	width: 180px;
}
.news_wrap .ttl img {
    max-width: 74px;
}
.news_wrap .ttl::before {
	top: 16px;
	height: 25px;
}
.news_wrap .list_box {
	width: 100%;
}
.news_wrap .list_box .list {
	gap: 15px;
}
.news_wrap .list_box .list li {
    flex-wrap: wrap;
	gap: 0;
}
.news_wrap .list_box .list li time {
	width: 100%;
}
.news_wrap .news_link {
	text-align: center;
	margin: 30px auto 0;
	padding-right: 20px;
}
.news_wrap .news_link a {
	font-size: 14px;
}
}

/* -----------------------------------------------------------
	message_wrap
----------------------------------------------------------- */
.message_wrap {
	padding: 70px 0 40px;
	position: relative;
}
.message_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.message_wrap .inner::before {
	display: block;
    content: '';
    position: absolute;
    top: -70px;
    right: -90px;
    width: calc(100% + (50vw - 550px + 90px));
    height: calc(100% - 70px);
	min-height: 800px;
	background-image: url("../img/index/message_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
.message_wrap .text_box {
	max-width: 1010px;
	background: #fff;
	padding: 30px;
	/*background-image: url("../img/index/message_ border.svg");
	background-size: auto 100%;
	background-repeat: repeat-y;
	background-position: top left;*/
}
.message_wrap .paper {
	position: relative;
	background-image: url("../img/index/message_line.svg");
	background-size: 56px;
	background-repeat: repeat;
	background-position: left top;
	padding: 13px 30px;
}
.message_wrap .text_box .ttl {
	max-width: 205px;
}
.message_wrap .text_box .sub_ttl {
	font-size: 49px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.message_wrap .text_box .text {
	line-height: 2.275;
}
.message_wrap .pic_box {
	position: absolute;
	top: 120px;
	right: -28%;
	max-width: 400px;
}
.message_wrap .pic_box .pic {
	border-radius: 0 20px 0 0;
	overflow: hidden;
}
.message_wrap .pic_box .text {
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.08em;
	line-height: 1.4;
	padding: 7px 0;
	background: #cecece;
}
.message_wrap .text .br_typ_1 {
	display: block;
}
.message_wrap .text .br_typ_2 {
	display: none;
}
.message_wrap .text .br_typ_2_1 {
	display: block;
}
@media screen and (min-width: 1321px) and (max-width: 1480px) {
.message_wrap .inner::before {
	right: 0px;
}
.message_wrap .grid {
	margin-left: -8%;
}
}
@media screen and (min-width: 1201px) and (max-width: 1320px) {
.message_wrap .inner::before {
	right: 20px;
}
.message_wrap .grid {
	margin-left: -3%;
}
.message_wrap .pic_box {
	max-width: 340px;
	right: -17%;
}
.message_wrap .text_box .text {
	letter-spacing: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.message_wrap {
	padding: 70px 0 0;
}
.message_wrap .inner::before {
	right: auto;
    left: -7%;
	width: 100vw;
}
.message_wrap .text_box .ttl {
	max-width: 154px;
	margin-top: 40px;
}
.message_wrap .text_box .sub_ttl {
	font-size: 36px;
	margin-bottom: 87px;
}
.message_wrap .pic_box {
	max-width: 370px;
	right: auto;
	top: -70px;
	left: 52%;
}
.message_wrap .pic_box .text {
	font-size: 15px;
}
@media screen and (max-width: 950px) {
.message_wrap .text_box .text {
	letter-spacing: 0;
}
.message_wrap .text .br_typ_2 {
	display: block;
}
.message_wrap .text .br_typ_2_1 {
	display: none;
}
}
}
@media screen and (max-width: 767px) {
.message_wrap {
	padding: 60px 0 0;
}
.message_wrap .inner::before {
	right: auto;
	left: -6%;
	top: -60px;
	width: 100vw;
}
.message_wrap .text_box {
	padding: 14px;
}
.message_wrap .paper {
	padding: 10px 10px 20px;
	background-size: 40px;
}
.message_wrap .text_box .ttl {
	max-width: 140px;
	margin-top: 0;
}
.message_wrap .text_box .sub_ttl {
	font-size: 24px;
	margin-bottom: 30px;
}
.message_wrap .pic_box {
	position: static;
	max-width: 370px;
	margin: 0 auto 20px;
}
.message_wrap .pic_box .pic {
	border-radius: 0;
}
.message_wrap .pic_box .text {
	font-size: 15px;
}
.message_wrap .text_box .text {
	line-height: 1.8;
}
.message_wrap .text .br_typ_1 {
	display: none;
}
.message_wrap .text .br_typ_2 {
	display: block;
}
.message_wrap .text .br_typ_2_1 {
	display: none;
}
}

/* -----------------------------------------------------------
	about_wrap
----------------------------------------------------------- */
.about_wrap {
	padding: 100px 0 0;
}
.about_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.about_wrap .ttl_box {
	position: relative;
	z-index: 2;
}
.about_wrap .ttl_box .en {
	max-width: 574px;
}
.about_wrap .ttl_box .ttl {
	font-size: 47px;
	font-weight: 500;
	letter-spacing: 0.06em;
    line-height: 1;
}
.about_wrap .slide_wrap {
	position: relative;
	background-color: #006cb4;
	background-image: url("../img/index/about_bg.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -20px;
	padding: 110px 0 80px;
}
.about_wrap .slide_wrap::before {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background-image: url("../img/index/about_bg.svg");
	background-size: 51px;
	background-repeat: repeat;
	background-position: left top;;
	mix-blend-mode: screen;
	opacity: 0.5;
	z-index: 1;
}
.about_wrap .slide_wrap::after {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
	aspect-ratio: 258 / 15;
	background-image: url("../img/index/about_bg_triangle.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.about_wrap .slide_wrap .inner {
	position: relative;
	z-index: 2;
}
.about_wrap .slide_wrap .chach {
	font-size: 31px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.08em;
	text-align: right;
	margin-bottom: 30px;
}
.about_wrap .slide_wrap .btn_link {
	max-width: 550px;
	margin: 70px auto 0;
}
.about_wrap .slide_wrap .btn_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	background: #ffe900;
	color: #000;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
}
.about_wrap .slide_wrap .btn_link a::after{
    display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    left: auto;
    width: 20px;
    height: 5px;
	margin-top: -4px;
	border-bottom: 2px solid #000;
	border-right: 3px solid #000;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.about_wrap .slide_wrap .btn_link a:hover {
    opacity: 0.7;
}
.about_wrap .slide_wrap .btn_link a:hover::after{
    right: 15px;
}
.about_wrap .slide_wrap .list_wrap {
	position: relative;
}
.about_wrap .slide_wrap .list_wrap .carousel {
	max-width: 1150px;
	margin: 0 auto;
	overflow: hidden;
    width: 120%;
}
.about_wrap .slide_wrap .carousel_wrap {
	width: calc(100% + 10px);
	overflow: hidden;
}
.about_wrap .slide_wrap  .list_wrap .item_wrap {
	margin: 0 25px;
	background: #fff;
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 3px;
}
.about_wrap .slide_wrap  .list_wrap .item_wrap:first-child {
	margin-left: 0;
}
.about_wrap .slide_wrap  .list_wrap .item_wrap .thum_box {
	margin-bottom: 28px;
}
.about_wrap .slide_wrap  .list_wrap .item_wrap .text_box {
	padding: 0px 7% 6%;
}
.about_wrap .slide_wrap  .list_wrap .item_wrap .item_ttl {
	font-weight: 500;
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.about_wrap .slide_wrap  .list_wrap .item_wrap .item_text {
	line-height: 2.1;
}
.about_wrap .slide_wrap  .list_wrap .prev,
.about_wrap .slide_wrap  .list_wrap .next {
	webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle;
	border: none;
	top: 50%;
	right: -70px;
	position: absolute;
	width: 44px;
	height: 44px;
	background-image: url("../img/index/about_list_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
	transition: opacity .3s ease-in-out;
}
.about_wrap .slide_wrap  .list_wrap .prev {
	left: -70px;
}
.about_wrap .slide_wrap  .list_wrap .next {
	right: -70px;
	transform: rotate(180deg);
}
.about_wrap .slide_wrap  .list_wrap .prev:hover,
.about_wrap .slide_wrap  .list_wrap .next:hover {
	opacity: .7;
}
.about_wrap .slide_wrap .list_wrap .item_wrap.itm_6 .item_ttl {
	font-size: 24px;
	letter-spacing: 0;
}
.about_wrap .slide_wrap .list_wrap .item_wrap.itm_6 .item_text {
	line-height: 1.75;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.about_wrap {
	padding: 60px 0 0;
}
.about_wrap .ttl_box {
	margin-bottom: 20px;
}
.about_wrap .ttl_box .en {
	max-width: 440px;
}
.about_wrap .ttl_box .ttl {
	font-size: 38px;
}
.about_wrap .slide_wrap .chach {
	font-size: 24px;
}
}
@media screen and (min-width: 951px) and (max-width: 1280px) {
.about_wrap .slide_wrap .list_wrap .carousel {
    width: calc(94% + 20px);
}
.about_wrap .slide_wrap  .list_wrap .item_wrap {
	margin: 0 10px 10px;
}
.about_wrap .slide_wrap .list_wrap .prev {
	left: -4%;
}
.about_wrap .slide_wrap .list_wrap .next {
	right: -4%;
}
.about_wrap .slide_wrap .list_wrap .item_wrap .item_ttl {
	font-size: 20px;
}
.about_wrap .slide_wrap .list_wrap .item_wrap.itm_6 .item_ttl {
	font-size: 19px;
}
}
@media screen and (min-width: 768px) and (max-width: 950px) {
.about_wrap .slide_wrap .list_wrap .carousel {
    width: calc(90% + 20px);
}
.about_wrap .slide_wrap  .list_wrap .item_wrap {
	margin: 0 10px 10px;
}
.about_wrap .slide_wrap .list_wrap .prev {
	left: -4%;
}
.about_wrap .slide_wrap .list_wrap .next {
	right: -4%;
}
.about_wrap .slide_wrap .list_wrap .item_wrap .item_ttl {
	font-size: 20px;
}
.about_wrap .slide_wrap .list_wrap .item_wrap.itm_6 .item_ttl {
	font-size: 19px;
}
}
@media screen and (max-width: 767px) {
.about_wrap {
	padding: 20px 0 0;
}
.about_wrap .ttl_box {
	margin-bottom: 20px;
}
.about_wrap .ttl_box .en {
	max-width: 384px;
}
.about_wrap .ttl_box .ttl {
	font-size: 24px;
}
.about_wrap .slide_wrap {
	padding: 40px 0 50px;
}
.about_wrap .slide_wrap .chach {
	font-size: 17px;
	margin-bottom: 20px;
}
.about_wrap .slide_wrap .btn_link {
	margin: 30px auto 0;
}
.about_wrap .slide_wrap .btn_link a {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	height: 55px;
}
.about_wrap .slide_wrap .list_wrap .carousel {
    width: 80%;
}
.about_wrap .slide_wrap  .list_wrap .item_wrap {
	margin: 0 10px 10px 0;
}
.about_wrap .slide_wrap .list_wrap .prev,
.about_wrap .slide_wrap .list_wrap .next {
	    width: 32px;
    height: 32px;
}
.about_wrap .slide_wrap .list_wrap .item_wrap .thum_box {
	margin-bottom: 15px;
}
.about_wrap .slide_wrap .list_wrap .prev {
	left: -3%;
}
.about_wrap .slide_wrap .list_wrap .next {
	right: -3%;
}
.about_wrap .slide_wrap .list_wrap .item_wrap .item_ttl,
.about_wrap .slide_wrap .list_wrap .item_wrap.itm_6 .item_ttl {
	font-size: 16px;
}
.about_wrap .slide_wrap .list_wrap .item_wrap .item_text,
.about_wrap .slide_wrap .list_wrap .item_wrap.itm_6 .item_text {
	line-height: 1.7;
}
}

/* -----------------------------------------------------------
	movie_wrap
----------------------------------------------------------- */
.movie_wrap {
	padding: 110px 0 80px;
}
.movie_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.movie_wrap .ttl {
	width: 220px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffe900;
	margin-bottom: 100px;
}
.movie_wrap .ttl img {
	max-width: 108px;
}
.movie_wrap .mv_box {
	aspect-ratio: 1100 / 619;
	position: relative;
	margin-bottom: 40px;
}
.movie_wrap .mv_box::before {
	content: "";
	position: absolute;
	top: -120px;
	left: 17%;
	width: 100vw;
	height: calc(100% + 260px);
	background: #006cb4;
	z-index: -1;
}
.movie_wrap .mv_box .thumb {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.movie_wrap .mv_box .thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("../img/index/movie_play.svg") center center no-repeat;
  background-size: 60px 60px;
  transition: 0.5s;
}
.movie_wrap .mv_box .thumb:hover:after {
	opacity: 0.8;
}
.movie_wrap .text {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.1em;
}
.movie_wrap .mv_box iframe {
  position: absolute;
  height: 100% !important;
  right: 0;
  top: 0;
  width: 100% !important;
  border: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.movie_wrap .ttl {
	width: 180px;
    height: 60px;
	margin-bottom: 80px;
}
.movie_wrap .ttl img {
	max-width: 82px;
}
.movie_wrap .mv_box::before {
	top: -100px;
	left: 10%;
	height: calc(100% + 240px);
}
.movie_wrap .text {
	font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.movie_wrap {
	padding: 50px 0;
}
.movie_wrap .ttl {
	width: 140px;
    height: 50px;
	    margin-bottom: 30px;
}
.movie_wrap .ttl img {
	max-width: 72px;
}
.movie_wrap .mv_box {
	margin-bottom: 20px;
}
.movie_wrap .mv_box::before {
	top: 60px;
	left: 5%;
	height: calc(100% + 45px);
}
.movie_wrap .text {
	font-size: 14px;
	letter-spacing: 0.05em;
}
}

/* -----------------------------------------------------------
	virtual_wrap
----------------------------------------------------------- */
.virtual_wrap {
	padding: 120px 0 0;
	position: relative;
    z-index: 1;
}
.virtual_wrap .ttl_box {
	margin-bottom: 50px;
	text-align: center;
}
.virtual_wrap .ttl_box .en {
	max-width: 366px;
	margin: 0 auto 10px;
}
.virtual_wrap .ttl_box .ttl {
	font-size: 47px;
	font-weight: 500;
	letter-spacing: 0.06em;
    line-height: 1;
	position: relative;
	display: inline-block;
}
.virtual_wrap .ttl_box .ttl::before,
.virtual_wrap .ttl_box .ttl::after {
	display: block;
    content: '';
    width: 3px;
    height: 114px;
    background: #006cb4;
    position: absolute;
    bottom: -8px;
}
.virtual_wrap .ttl_box .ttl::before {
	left: -24px;
    transform: rotate(-27deg);
    transform-origin: bottom left;
}
.virtual_wrap .ttl_box .ttl::after {
	right: -24px;
    transform: rotate(27deg);
    transform-origin: bottom right;
}
.virtual_wrap .map_wrap {
	position: relative;
}
.virtual_wrap .map_inner {
	position: relative;
    overflow: hidden;
}
.virtual_wrap .map_inner .map {
	position: relative;
}
.virtual_wrap .modal_btn.modal_01 {
	width: 6.75%;
	height: 6.674208145%;
	    top: 8%;
    left: 79.5%;
}
.virtual_wrap .modal_btn.modal_02 {
	width: 10.25%;
	height: 9.2760181%;
	    top: 71%;
    left: 7.5%;
}
.virtual_wrap .modal_btn.modal_03 {
	width: 20.6875%;
	height: 11.87782805%;
	    top: 13%;
    left: 53.3%;
}
.virtual_wrap .modal_btn.modal_04 {
	width: 18.3125%;
	height: 10.0678733%;
	    top: 12.5%;
    left: 11%;
}
.virtual_wrap .modal_btn.modal_05 {
	width: 14.5%;
	height: 9.502262443%;
	    top: 43.5%;
    left: 22.4%;
}
.virtual_wrap .modal_btn.modal_06 {
	width: 12.0625%;
	height: 9.841628959%;
	    top: 25.5%;
    left: 36.8%;
}
.virtual_wrap .modal_btn.modal_07 {
	width: 12.4375%;
	height: 10.52036199%;
	    top: 43.3%;
    left: 44.5%;
}
.virtual_wrap .modal_btn.modal_08 {
	width: 16.25%;
	height: 6.334841629%;
	top: 24%;
    left: 81.5%;
}
.virtual_wrap .modal_btn.modal_09 {
	width: 13.625%;
	height: 10.40723982%;
	top: 40.5%;
    left: 61.8%;
}
.virtual_wrap .modal_btn.modal_10 {
	width: 7.9375%;
	height: 10.74660633%;
	    top: 70%;
    left: 78.5%;
}
.virtual_wrap .modal_btn.modal_11 {
	width: 16.375%;
	height: 10.74660633%;
	    top: 47%;
    left: 78.8%;
}
.virtual_wrap .modal_btn.modal_12 {
	width: 19.9375%;
	height: 12.21719457%;
	    top: 26%;
    left: 11%;
}
.virtual_wrap .modal_btn.modal_13 {
	width: 25.9375%;
	height: 12.44343891%;
	    top: 4%;
    left: 26.5%;
}
.virtual_wrap .modal_btn.modal_14 {
	width: 13.5%;
	height: 11.19909502%;
	    top: 4%;
    left: 2%;
}
.virtual_wrap .modal_btn {
	position: absolute;
}
.virtual_wrap .modal_btn a {
	display: block;
    transition: all 0.5s ease;
	width: 100%;
	height: 100%;
}
.virtual_wrap .instruct {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.06em;
	width: 600px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
}
/* modal */
.map_modal_wrap  {
	display: none;
}
.map_modal {
	width: 90%;
	max-width: 680px;
	padding: 20px 30px;
	overflow: initial;
}
.map_modal .fig {
	margin-bottom: 15px;
}
.map_modal .ttl_grid {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}
.map_modal .ttl {
	font-size: 24px;
	color: #006cb4;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.map_modal .ttl .sml {
	font-size: 80%;
	letter-spacing: 0;
}
.map_modal .sub {
	font-size: 24px;
}
.map_modal .text {
	font-size: 17px;
	letter-spacing: 0.1em;
}
.map_modal .fancybox-close-small {
	width: 52px;
	height: 52px;
	padding: 0;
	background: #fff;
	border-radius: 100%;
	right: -20px;
	top: -20px;
	opacity: 1;
}
.map_modal .fancybox-button svg path {
	fill: #006cb4;
}
.ty_2 {
	max-width: 450px;
	margin: 0 auto 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.virtual_wrap {
	padding: 90px 0 0;
}
.virtual_wrap .ttl_box .en {
	max-width: 278px;
}
.virtual_wrap .ttl_box .ttl {
	font-size: 38px;
}
.virtual_wrap .ttl_box .ttl::before, .virtual_wrap .ttl_box .ttl::after {
	width: 2px;
    height: 100px;
}
.virtual_wrap .instruct {
	font-size: 18px;
	    width: 400px;
    height: 36px;
}
.map_modal .ttl {
	font-size: 22px;
}
.map_modal .sub {
	font-size: 18px;
}
.map_modal .text {
	font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.virtual_wrap {
	padding: 60px 0 20px;
}
.virtual_wrap .ttl_box {
	margin-bottom: 30px;
}
.virtual_wrap .ttl_box .en {
	max-width: 245px;
}
.virtual_wrap .ttl_box .ttl {
	font-size: 24px;
}
.virtual_wrap .ttl_box .ttl::before, .virtual_wrap .ttl_box .ttl::after {
	width: 2px;
    height: 80px;
}
.virtual_wrap .map_inner .map {
	width: 800px;
}
.virtual_wrap .instruct {
	position: static;
	font-size: 13px;
	width: 100%;
    height: auto;
	transform: none;
	margin-top: 10px;
}
.virtual_wrap .fancybox-close-small {
	    width: 32px;
    height: 32px;
	    right: -10px;
    top: -10px;
}
.map_modal {
	padding: 15px;
}
.map_modal .ttl_grid {
	flex-wrap: wrap;
	gap: 4px;
}
.map_modal .ttl {
	font-size: 16px;
	width: 100%;
}
.map_modal .sub {
	font-size: 13px;
}
.map_modal .text {
	font-size: 14px;
}
.fancybox-slide--html {
	padding: 20px;
}
}

/* -----------------------------------------------------------
	data_wrap
----------------------------------------------------------- */
.data_wrap {
	padding: 130px 0 240px;
	background: #d6e7f3;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 220px), 0 100%);
	position: relative;
    z-index: 1;
}
.data_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.data_wrap .ttl_box {
	margin-bottom: 50px;
}
.data_wrap .ttl_box .en {
	max-width: 637px;
	margin-bottom: 5px;
}
.data_wrap .ttl_box .ttl {
	font-size: 47px;
	font-weight: 500;
	letter-spacing: 0.06em;
    line-height: 1;
}
.data_wrap .cont {
	position: relative;
	z-index: 1;
}
.data_wrap .cont .grid {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.data_wrap .cont .grid.clm_3 {
	margin-bottom: 50px;
}
.data_wrap .cont .grid.clm_2 {
	margin-bottom: 70px;
}
.data_wrap .cont .grid.clm_3 .item {
	width: calc((100% - 100px) / 3);
}
.data_wrap .cont .grid.clm_2 .item {
	width: calc((100% - 50px) / 2);
}
.data_wrap .cont .item {
	background: #fff;
}
.data_wrap .cont .other {
	background: #fff;
	max-width: 900px;
	padding: 25px 60px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}
.data_wrap .cont .other .pic {
	max-width: 397px;
}
.data_wrap .cont .other .text_box {
	
}
.data_wrap .cont .other .text_box .text {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}
.data_wrap .cont .other .text_box .btn {
	margin-top: 14px;
}
.data_wrap .cont .other .text_box .btn a {
	display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 232px;
    height: 25px;
    background: #000;
    color: #fff;
    font-size: 16px;
	line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
	padding: 0 50px 0 10px;
}
.data_wrap .cont .other .text_box .btn a:hover {
	opacity: .7;
}
.data_wrap .cont .other .text_box .btn a::after{
    display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    width: 20px;
    height: 5px;
	margin-top: -4px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.data_wrap {
	padding: 90px 0 130px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0 100%);
}
.data_wrap .ttl_box .en {
	max-width: 484px;
}
.data_wrap .ttl_box .ttl {
	font-size: 38px;
}
.data_wrap .cont .grid {
	gap: 30px;
}
.data_wrap .cont .grid.clm_3 {
	margin-bottom: 30px;
}
.data_wrap .cont .grid.clm_3 .item {
	width: calc((100% - 60px) / 3);
}
.data_wrap .cont .grid.clm_2 {
	margin-bottom: 50px;
}
.data_wrap .cont .grid.clm_2 .item {
	width: calc((100% - 30px) / 2);
}
.data_wrap .cont .other {
	padding: 25px;
}
.data_wrap .cont .other .text_box .text {
	font-size: 17px;
}
}
@media screen and (max-width: 767px) {
.data_wrap {
	padding: 60px 0 80px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);
}
.data_wrap .ttl_box {
	margin-bottom: 30px;
}
.data_wrap .ttl_box .en {
	max-width: 426px;
}
.data_wrap .ttl_box .ttl {
	font-size: 24px;
}
.data_wrap .cont .grid {
	gap: 10px;
	justify-content: center;
}
.data_wrap .cont .grid.clm_3 {
	margin: 0 auto 10px;
	max-width: 500px;
}
.data_wrap .cont .grid.clm_3 .item {
	width: calc((100% - 10px) / 2)
}
.data_wrap .cont .grid.clm_2 {
	margin-bottom: 30px;
}
.data_wrap .cont .grid.clm_2 .item {
	width:80%;
	max-width: 400px;
}
.data_wrap .cont .other {
	padding: 20px;
	flex-direction: column;
	gap: 20px;
}
.data_wrap .cont .other .text_box .text {
	font-size: 14px;
}
.data_wrap .cont .other .text_box .btn a {
	font-size: 14px;
}
}

/* num */
.data_wrap .num .item {
	position: absolute;
}
.data_wrap .num .num_0 {
	width: 236px;
	top: -11%;
    right: -160px;
}
.data_wrap .num .num_1 {
	width: 56px;
	top: 24%;
	right: -15%;
}
.data_wrap .num .num_2 {
	width: 144px;
	top: 13.8%;
    left: -9%;
}
.data_wrap .num .num_3 {
	width: 140px;
	    top: 53%;
    left: -25%;
}
.data_wrap .num .num_4 {
	width: 254px;
	    top: 35%;
    left: -25%;
}
.data_wrap .num .num_5 {
	width: 72px;
	    bottom: 16%;
    left: -10%;
}
.data_wrap .num .num_7 {
	width: 275px;
	    bottom: 27%;
    right: -12%;
}
.data_wrap .num .num_8 {
	width: 135px;
	    bottom: 11.5%;
    right: -19%;
}
.data_wrap .num .num_9 {
	width: 68px;
	    bottom: -3%;
    right: 1%;
}
@media screen and (max-width: 767px) {
.data_wrap .num .num_0 {
	display: none;
}
.data_wrap .num .num_1 {
	right: 0;
}
}

/* -----------------------------------------------------------
	voice_wrap
----------------------------------------------------------- */
.voice_wrap {
	padding: 190px 0 130px;
	background: #ffe900;
	background-image: url(../img/bg_stripe.svg);
    background-size: 43px;
    background-repeat: repeat;
    background-position: top left;
	position: relative;
	/*z-index: -1;*/
	margin-top: -220px;
}
.voice_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.voice_wrap .ttl_box {
	margin-bottom: 50px;
	display: flex;
	    flex-direction: column;
    align-items: flex-end;
}
.voice_wrap .ttl_box .en {
	max-width: 446px;
	margin-bottom: 5px;
}
.voice_wrap .ttl_box .ttl {
	font-size: 47px;
	font-weight: 500;
	letter-spacing: 0.06em;
    line-height: 1;
}
.voice_wrap .cont .grid {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.voice_wrap .cont .grid .item {
	width: calc((100% - 50px) / 2);
	padding: 10px;
	background: #fff;
	display: flex;
	gap: 25px;
	align-items: center;
}
.voice_wrap .cont .grid .item .pic {
	width: 250px;
}
.voice_wrap .cont .grid .item .text_box {
	width: calc(100% - 275px);
}
.voice_wrap .cont .grid .item .text_box .info_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0px 5px;
	margin-bottom: 13px;
}
.voice_wrap .cont .grid .item .text_box .name {
	font-size: 22px;
	/*letter-spacing: 0.08em;*/
}
.voice_wrap .cont .grid .item .text_box .year {
	letter-spacing: 0;
}
.voice_wrap .cont .grid .item .text_box .depart {
	color: #006cb4;
	letter-spacing: 0;
	width: 100%;
}
.voice_wrap .cont .grid .item .text_box .text {
	line-height: 1.6;
	letter-spacing: 0;
}
.voice_wrap .cont .grid .item .text_box .btn {
	margin-top: 14px;
}
.voice_wrap .cont .grid .item .text_box .btn a {
	display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: 222px;
    height: 24px;
    background: #006cb4;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
	padding: 0 50px 0 10px;
}
.voice_wrap .cont .grid .item .text_box .btn a:hover {
	opacity: .7;
}
.voice_wrap .cont .grid .item .text_box .btn a::after{
    display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    width: 20px;
    height: 5px;
	margin-top: -4px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.voice_wrap .cont .to_sns {
	max-width: 700px;
	margin: 40px auto 0;
	padding: 40px 10px;
	background: #fff;
}
.voice_wrap .cont .to_sns .text {
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.voice_wrap .cont .to_sns .sns {
	display: flex;
	justify-content: center;
	gap: 30px;
}
.voice_wrap .cont .to_sns .sns li img {
	height: 64px;
	width: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.voice_wrap {
	padding: 90px 0;
	margin-top: -80px;
}
.voice_wrap .ttl_box .en {
	max-width: 339px;
}
.voice_wrap .ttl_box .ttl {
	font-size: 38px;
}
.voice_wrap .cont .grid {
	gap: 20px;
}
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
.voice_wrap .cont .grid .item {
	width: calc((100% - 20px) / 2);
	    gap: 20px;
}
.voice_wrap .cont .grid .item .text_box .year {
	width: 100%;
}
.voice_wrap .cont .grid .item .pic {
	width: 230px;
}
.voice_wrap .cont .grid .item .text_box {
	width: calc(100% - 250px);
}
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.voice_wrap .cont .grid {
	gap: 30px;
}
.voice_wrap .cont .grid .item {
	width: calc((100% - 30px) / 2);
	flex-direction: column;
	gap: 10px;
	    padding: 3%;
}
.voice_wrap .cont .grid .item .pic {
	width: 100%;
	max-width: 250px;
}
.voice_wrap .cont .grid .item .text_box {
	width: 100%;
}
.voice_wrap .cont .to_sns {
	max-width: 600px;
}
.voice_wrap .cont .to_sns .text {
	font-size: 18px;
	margin-bottom: 30px;
}
.voice_wrap .cont .to_sns .sns li img {
	height: 48px;
}
}
@media screen and (max-width: 767px) {
.voice_wrap {
	padding: 80px 0 60px;
	margin-top: -60px;
}
.voice_wrap .ttl_box {
	margin-bottom: 30px;
}
.voice_wrap .ttl_box .en {
	max-width: 300px;
}
.voice_wrap .ttl_box .ttl {
	font-size: 24px;
}
.voice_wrap .cont .grid {
	gap: 20px;
}
.voice_wrap .cont .grid .item {
	width: calc((100% - 20px) / 2);
	flex-direction: column;
	gap: 10px;
	padding: 5%;
}
.voice_wrap .cont .grid .item .pic {
	width: 100%;
	max-width: 250px;
}
.voice_wrap .cont .grid .item .text_box {
	width: 100%;
}
.voice_wrap .cont .grid .item .text_box .name {
	font-size: 18px;
}
.voice_wrap .cont .grid .item .text_box .btn a {
	font-size: 14px;
}
.voice_wrap .cont .to_sns {
	padding: 20px 10px;
	max-width: 470px;
}
.voice_wrap .cont .to_sns .text {
	font-size: 15px;
	margin-bottom: 20px;
}
.voice_wrap .cont .to_sns .sns li img {
	height: 36px;
}
@media screen and (max-width: 530px) {
.voice_wrap .cont .grid {
	justify-content: center;
}
.voice_wrap .cont .grid .item {
	width: 100%;
	max-width: 400px;
}
}
}

/* voice_modal */
.voice_modal_wrap  {
	display: none;
}
.voice_modal {
	width: 90%;
	max-width: 820px;
	padding: 55px;
	overflow: initial;
}
.voice_modal .intro {
	max-width: 590px;
	margin: 0 auto 40px;
}
.voice_modal .intro .pic {
	margin-bottom: 10px;
}
.voice_modal .info_box {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-bottom: 8px;
	border-bottom: 1px solid #006cb4;
}
.voice_modal .info_box .name {
	font-size: 22px;
	letter-spacing: 0.08em;
}
.voice_modal .info_box .year {
	letter-spacing: 0;
}
.voice_modal .info_box .depart {
	color: #006cb4;
	letter-spacing: 0;
	margin-left: 15px;
}
.voice_modal .para {
	margin-bottom: 30px;
}
.voice_modal .para .ttl {
	font-size: 23px;
	color: #006cb4;
	font-weight: 400;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}
.voice_modal .para .text {
	font-size: 14px;
	line-height: 2.15;
}
.voice_modal .pic_end {
	max-width: 590px;
	margin: 0 auto 0;
}
.voice_modal .fancybox-close-small {
	width: 52px;
	height: 52px;
	padding: 0;
	background: #fff;
	border-radius: 100%;
	right: -20px;
	top: -20px;
	opacity: 1;
}
.voice_modal .fancybox-button svg path {
	fill: #006cb4;
}
.fancybox-slide--html {
	padding: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

.voice_modal {
	padding: 40px;
}
.voice_modal .para .ttl {
	font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.fancybox-slide--html {
	padding: 20px;
}
.voice_modal {
	padding: 10px;
}
.voice_modal .fancybox-close-small {
	    width: 32px;
    height: 32px;
	    right: -10px;
    top: -10px;
}
.voice_modal .info_box {
	flex-wrap: wrap;
}
.voice_modal .info_box .name {
	font-size: 18px;
}
.voice_modal .info_box .depart {
	width: 100%;
	margin-left: 0;
}
.voice_modal .intro {
	margin-bottom: 20px;
}
.voice_modal .para .ttl {
	font-size: 16px;
	        text-indent: -2.5em;
        padding-left: 2.5em;
}
.voice_modal .para {
	margin-bottom: 20px;
}
.voice_modal .para .text {
	line-height: 1.6;
}
}

/* -----------------------------------------------------------
	culture_wrap
----------------------------------------------------------- */
.culture_wrap {
	padding: 100px 0 100px;
	background-image: url("../img/index/culture_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.culture_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.culture_wrap .ttl_box {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
    align-items: flex-end;
    gap: 30px;
}
.culture_wrap .ttl_box .en {
	max-width: 134px;
}
.culture_wrap .ttl_box .ttl {
	font-size: 47px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.06em;
    line-height: 1;
}
.culture_wrap .select_btn {
	display: flex;
	gap: 50px;
	margin-bottom: 40px;
}
.culture_wrap .select_btn li {
	width: 50%;
}
.culture_wrap .select_btn button {
	webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle;
	border: none;
	display: flex;
	justify-content: center;
    align-items: center;
	width: 100%;
	height: 50px;
	background: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.culture_wrap .select_btn .active button {
	background: #ffe900;
}
.culture_wrap .tab_traget_item {
	display: none;
}
.culture_wrap .tab_traget_item.active {
	display: block;
	animation: appear 1.5s ease;
}
.culture_wrap .human .grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.culture_wrap .human .fig {
	/*width: calc(100% - 464px);*/
	width: 58%;
}
.culture_wrap .human .text_box {
	/*width: 434px;*/
	width: 39.5%;
}
.culture_wrap .human .text_box .sub_ttl {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 7px;
}
.culture_wrap .human .text_box .chach {
	font-size: 20px;
	    line-height: 1.6;
    letter-spacing: 0.08em;
	margin-bottom: 25px;
}
.culture_wrap .human .text_box .list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.culture_wrap .human .text_box .list li {
	display: flex;
	background: #fff;
	padding: 10px 10px 10px 13px;
	width: 100%;
	    line-height: 1.6;
    letter-spacing: 0;
    align-items: center;
    gap: 15px;
}
.culture_wrap .human .text_box .list li .num {
	font-size: 30px;
	font-weight: 500;
	color: #006cb4;
}
.culture_wrap .human .text_box .list li .text {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.culture_wrap .human .text_box .note {
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 500;
	margin-top: 10px;
}
.culture_wrap .human .text_box .note .ento {
	color: #fff;
	text-decoration: underline;
}
.culture_wrap .human .text_box .note .ento:hover {
	text-decoration: none;
}
.culture_wrap .benefit .list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	color: #fff;
}
.culture_wrap .benefit .list li {
	width:  calc((100% - 45px) / 4);
	height: 183px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	gap: 10px;
	border: 3px solid #fff;
	text-align: center;
	border-radius: 2px;
}
.culture_wrap .benefit .list .text {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3;
}
.culture_wrap .benefit .list .sub {
	font-size: 16px;
	font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.culture_wrap {
	padding: 70px 0;
}
.culture_wrap .ttl_box {
	gap: 15px;
}
.culture_wrap .ttl_box .en {
	max-width: 102px;
}
.culture_wrap .ttl_box .ttl {
	font-size: 38px;
}
.culture_wrap .human .text_box .sub_ttl {
	font-size: 26px;
}
.culture_wrap .human .text_box .chach {
	font-size: 18px;
}
.culture_wrap .human .text_box .list li .text {
	font-size: 15px;
}
.culture_wrap .human .text_box .note {
	font-size: 14px;
}
.culture_wrap .benefit .list li {
	height: 150px;
}
.culture_wrap .benefit .list .text {
	font-size: 20px;
}
.culture_wrap .benefit .list .sub {
	font-size: 13px;
	letter-spacing: 0;
}
}
@media screen and (max-width: 767px) {
.culture_wrap {
	padding: 50px 0 60px;
	background-position: top left;
}
.culture_wrap .ttl_box {
	margin-bottom: 30px;
	gap: 15px;
}
.culture_wrap .ttl_box .en {
	max-width: 90px;
}
.culture_wrap .ttl_box .ttl {
	font-size: 24px;
}
.culture_wrap .select_btn {
	gap: 10px;
	margin-bottom: 30px;
}
.culture_wrap .select_btn button {
	font-size: 16px;
	height: 36px;
}
.culture_wrap .human .grid {
	flex-wrap: wrap;
	    justify-content: center;
}
.culture_wrap .human .fig {
	width: 100%;
	max-width: 400px;
	margin-bottom: 20px;
}
.culture_wrap .human .text_box {
	width: 100%;
}
.culture_wrap .human .text_box .sub_ttl {
	font-size: 20px;
}
.culture_wrap .human .text_box .chach {
	font-size: 16px;
}
.culture_wrap .human .text_box .list li .text {
	font-size: 14px;
}
.culture_wrap .human .text_box .note {
	font-size: 12px;
}
.culture_wrap .benefit .list {
	gap: 15px;
}
.culture_wrap .benefit .list li {
	width: calc((100% - 15px) / 2);
	height: 100px;
	border: 2px solid #fff;
}
.culture_wrap .benefit .list .text {
	font-size: 16px;
}
.culture_wrap .benefit .list .sub {
	font-size: 12px;
	letter-spacing: 0;
}
}

/* -----------------------------------------------------------
	recruit_wrap
----------------------------------------------------------- */
.recruit_wrap {
	background: #d6e7f3;
	margin: 140px 0 0;
}
.recruit_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 90px 0 80px;
}
.recruit_wrap .inner::before {
	display: block;
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc((50vw - 50%) + 100%);
    height: 100%;
	background: linear-gradient(to right, #0c73b7, #004297);
	border-radius: 30px 0 0 0;
	z-index: 0;
}
.recruit_wrap .ttl_box {
	display: flex;
	flex-direction: column;
    align-items: flex-end;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 1;
}
.recruit_wrap .ttl_box .en {
	max-width: 134px;
	margin-bottom: 5px;
}
.recruit_wrap .ttl_box .ttl {
	font-size: 47px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
    line-height: 1;
	writing-mode: vertical-rl;
    font-feature-settings: normal;
	    margin-top: 20px;
}
.recruit_wrap .cont {
	max-width: 800px;
	margin: 0 auto;
	padding: 4%;
	position: relative;
	z-index: 1;
}
.recruit_wrap .cont .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.recruit_wrap .cont .bg img {
	object-fit: fill;
	height: 100%;
	width: 100%;}
.recruit_wrap .cont .sub_ttl {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 15px;
}
.recruit_wrap .cont .sub_ttl span {
	display: inline-block;
	padding: 0 10px;
	background: linear-gradient(transparent 0%, transparent 60%, #ffe900 60%, #ffe900 100%);
}
.recruit_wrap .cont .fig {
	max-width: 665px;
	margin: 0 auto 20px;
}
.recruit_wrap .cont .text {
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.recruit_wrap {
	margin: 90px 0 0;
}
.recruit_wrap .ttl_box .en {
	max-width: 102px;
}
.recruit_wrap .ttl_box .ttl {
	font-size: 38px;
}
.recruit_wrap .cont {
	max-width: calc(100% - 130px);
}
.recruit_wrap .cont .sub_ttl {
	font-size: 23px;
}
.recruit_wrap .cont .text {
	font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.recruit_wrap {
	margin: 0 0 0;
	padding: 70px 0 0;
}
.recruit_wrap .inner {
	padding: 80px 0 50px;
}
.recruit_wrap .inner::before {
	left: 10%;
}
.recruit_wrap .ttl_box {
	margin-bottom: 0;
	flex-direction: row;
    align-items: center;
	gap: 15px;
}
.recruit_wrap .ttl_box .en {
	max-width: 90px;
	margin-bottom: 0;
}
.recruit_wrap .ttl_box .ttl {
	font-size: 24px;
	writing-mode: horizontal-tb;
	margin-top: 0;
}
.recruit_wrap .cont {
	max-width: 100%;
	padding: 10% 6% 6%;
	background: #fff;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.recruit_wrap .cont .bg {
	display: none;
}
.recruit_wrap .cont .fig {
	max-width: 320px;
}
.recruit_wrap .cont .sub_ttl {
	font-size: 17px;
}
.recruit_wrap .cont .text {
	font-size: 14px;
	text-align: left;
}
}

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.internship_wrap {
	background: #d6e7f3;
	padding: 100px 0 100px;
	background-image: url("../img/index/internship_bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 60px left;
}
.internship_wrap .inner {
	max-width: 1420px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.internship_wrap .ttl_box {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.internship_wrap .ttl_box .ttl {
	max-width: 1410px;
}
.internship_wrap .cont {
	max-width: 950px;
	margin: 0 auto;
	background: #fff;
	padding: 25px 25px 40px;
}
.internship_wrap .cont .table_wrap table {
	width: 100%;
}
.internship_wrap .cont .table_wrap th,
.internship_wrap .cont .table_wrap td {
	border: 1px solid #006cb4;
	line-height: 1.4;
}
.internship_wrap .cont .table_wrap th {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding: 8px;
}
.internship_wrap .cont .table_wrap th[scope="col"] {
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #006cb4;
}
.internship_wrap .cont .table_wrap th[scope="row"] {
	background: #efefef;
}
.internship_wrap .cont .table_wrap td {
	font-size: 15px;
	font-weight: 500;
	padding: 15px;
	vertical-align: top;
	/*white-space: nowrap;*/
}
.internship_wrap .cont .table_wrap tr.sty_vertical td {
	vertical-align: middle;
}
.internship_wrap .cont .table_wrap td.nowrap {
	white-space: nowrap;
}
.internship_wrap .cont .table_wrap .note {
	font-size: 15px;
	font-weight: 400;
	text-indent: -1em;
	padding-left: 1em;
}
.internship_wrap .cont .table_wrap .list li {
	padding-left: 14px;
	letter-spacing: 0;
	position: relative;
	margin-bottom: 0.3em;
}
.internship_wrap .cont .table_wrap .list li:last-child {
	margin-bottom: 0;
}
.internship_wrap .cont .table_wrap .list li:before {
  content: '';
  position:absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #006cb4;
  border-radius: 100%;
}
.internship_wrap .cont .btn {
	max-width: 650px;
	margin: 60px auto 0;
	height: 150px;
	display: flex;
	border-radius: 18px;
	overflow: hidden;
	background: #ffe900;
}
.internship_wrap .cont .btn a:hover {
	opacity: .7;
}
.internship_wrap .cont .btn a:hover img {
	opacity: 1;
}
.internship_wrap .cont .btn .pic {
	width: 211px;
}
.internship_wrap .cont .btn .text_box {
	width: calc(100% - 211px);
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-content: center;
	gap: 8px;
}
.internship_wrap .cont .btn .text_box .fig {
	max-width: 380px;
}
.internship_wrap .cont .btn .text_box .text {
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.internship_wrap {
	padding: 90px 0;
}
.internship_wrap .cont .table_wrap th {
	font-size: 15px;
}
.internship_wrap .cont .table_wrap td {
	font-size: 15px;
	white-space:normal;
	padding: 12px 8px;
}
.internship_wrap .cont .table_wrap .note {
	font-size: 13px;
}
.internship_wrap .cont .btn .text_box .fig {
	max-width: 340px;
}
.internship_wrap .cont .btn .text_box .text {
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.internship_wrap {
	padding: 80px 0 60px;
}
.internship_wrap .ttl_box {
	margin-bottom: 30px;
}
.internship_wrap .ttl_box .ttl {
	max-width: 350px;
}
.internship_wrap .cont {
	padding: 20px 10px;
}
.internship_wrap .cont .table_wrap table {
	width: 850px;
}
.internship_wrap .cont .table_wrap th {
	font-size: 14px;
}
.internship_wrap .cont .table_wrap td {
	font-size: 14px;
	white-space:normal;
	padding: 12px 8px;
}
.internship_wrap .cont .table_wrap .note {
	font-size: 11px;
}
.internship_wrap .cont .btn {
	max-width: 300px;
	margin: 30px auto 0;
	height: auto;
	flex-wrap: wrap;
	border-radius: 10px;
}
.internship_wrap .cont .btn .pic {
	width: 100%;
	margin-bottom: 10px;
}
.internship_wrap .cont .btn .text_box {
	width: 100%;
	padding: 0 0 8px;
}
.internship_wrap .cont .btn .text_box .fig {
	max-width: 340px;
	width: 90%;
}
.internship_wrap .cont .btn .text_box .text {
	font-size: 14px;
}
}

/* -----------------------------------------------------------
	flow_wrap
----------------------------------------------------------- */
.flow_wrap {
	background: #d6e7f3;
	padding: 100px 0 100px;
}
.flow_wrap .inner {
	max-width: 1142px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 80px 110px 170px;
	background-image: url("../img/index/flow_bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
}
.inbox {
	max-width: 864px;
	margin: 0 auto;
}
.flow_wrap .ttl_box {
	max-width: 410px;
	display: flex;
	justify-content: center;
	gap: 30px;
	background: linear-gradient(transparent 0%, transparent 60%, #ffe900 60%, #ffe900 100%);
	margin-bottom: 70px;
}
.flow_wrap .ttl_box .en {
	max-width: 107px;
}
.flow_wrap .ttl_box .ttl {
	font-size: 47px;
	font-weight: 500;
	letter-spacing: 0.06em;
    line-height: 1;
	color: #006cb4;
}
.flow_wrap .select_btn {
	display: flex;
	gap: 30px;
    padding: 0 28px;
	margin-bottom: 80px;
}
.flow_wrap .select_btn li {
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
	border: 1px solid #006cb4;
	background: #e5e5e5;
}
.flow_wrap .select_btn li button {
	webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle;
	border: none;
	font-size: 25px;
	font-weight: 700;
	color: #006cb4;
	width: 100%;
	cursor: pointer;
}
.flow_wrap .select_btn li.active {
	background: none;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.flow_wrap .select_btn li:nth-child(1)::before {
	display: block;
	content: '';
    position: absolute;
    bottom: -1px;
    left: -28px;
    width: 28px;
    height: 1px;
	background: #006cb4;
}
.flow_wrap .select_btn li:nth-child(1)::after,
.flow_wrap .select_btn li:nth-child(2)::after {
	display: block;
	content: '';
    position: absolute;
    bottom: -1px;
    right: -31px;
    width: 31px;
    height: 1px;
	background: #006cb4;
}
.flow_wrap .select_btn li:nth-child(3)::after {
	display: block;
	content: '';
    position: absolute;
    bottom: -1px;
    right: -28px;
    width: 28px;
    height: 1px;
	background: #006cb4;
}
.flow_wrap .tab_traget_item {
	display: none;
}
.flow_wrap .tab_traget_item.active {
	display: block;
}
.flow_wrap .tab_traget_item .pic {
	max-width: 745px;
	width: 87%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.flow_wrap {
	padding: 90px 0;
}
.flow_wrap .inner {
	width: 100%;
	max-width: 960px;
	padding: 80px 110px 120px;
}
.flow_wrap .ttl_box {
	max-width: 320px;
	margin-bottom: 50px;
}
.flow_wrap .ttl_box .en {
	max-width: 81px;
}
.flow_wrap .ttl_box .ttl {
	font-size: 38px;
}
.flow_wrap .select_btn li {
	height: 40px;
}
.flow_wrap .select_btn li button {
	font-size: 19px;
}
.flow_wrap .select_btn{
	margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
.flow_wrap {
	padding: 60px 0 0;
}
.flow_wrap .inner {
	width: 100%;
	max-width: 540px;
	background-image: url("../img/index/flow_bg_smp.svg");
	padding: 80px 15% 120px;
}
@media screen and (min-width: 671px) and (max-width: 767px) {
.flow_wrap .inner {
	padding: 80px 11% 120px 12%;
}
}
@media screen and (min-width: 516px) and (max-width: 670px) {
.flow_wrap .inner {
	padding: 80px 12% 140px 14%;
}
}
@media screen and (min-width: 451px) and (max-width: 515px) {
.flow_wrap {
	padding: 60px 0 0;
}
.flow_wrap .inner {
	padding: 60px 15% 130px;
}
}
@media screen and (max-width: 450px) {
.flow_wrap {
	padding: 60px 0 0;
}
.flow_wrap .inner {
	padding: 40px 17% 100px;
}
}
.flow_wrap .ttl_box {
	max-width: 220px;
	gap: 10px;
	margin-bottom: 40px;
}
.flow_wrap .ttl_box .en {
	max-width: 71px;
}
.flow_wrap .ttl_box .ttl {
	font-size: 24px;
}
.flow_wrap .select_btn{
	margin-bottom: 40px;
	gap: 10px;
    padding: 0 10px;
}
.flow_wrap .select_btn li {
	height: 36px;
}
.flow_wrap .select_btn li button {
	font-size: 14px;
	font-weight: 500;
}
.flow_wrap .select_btn li:nth-child(1)::before {
    bottom: -1px;
    left: -10px;
    width: 10px;
}
.flow_wrap .select_btn li:nth-child(1)::after,
.flow_wrap .select_btn li:nth-child(2)::after {
    right: -11px;
    width: 11px;
}
.flow_wrap .select_btn li:nth-child(3)::after {
    right: -10px;
    width: 10px;
}
.flow_wrap .tab_traget_item .pic {
	max-width: 410px;
	width: 100%;
}
}

/* -----------------------------------------------------------
	information_wrap
----------------------------------------------------------- */
.information_wrap {
	padding: 125px 0 145px;
	background-image: url("../img/index/information_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.information_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.information_wrap .ttl_box {
	display: flex;
	flex-direction: column;
	align-items: center;
    gap: 15px;
	margin-bottom: 40px;
}
.information_wrap .ttl_box .en {
	max-width: 362px;
}
.information_wrap .ttl_box .ttl {
	font-size: 47px;
	font-weight: 500;
	letter-spacing: 0.06em;
    line-height: 1;
	color: #fff;
}
.information_wrap .sub {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.06em;
	color: #fff;
	text-align: center;
    margin-bottom: 60px;
}
.information_wrap .list {
	display: flex;
	flex-direction: column;
	align-items: center;
    gap: 20px;
	max-width: 800px;
	margin: 0 auto;
}
.information_wrap .list li {
	width: 100%;
}
.information_wrap .list li a {
	width: 100%;
	height: 90px;
	padding: 0 40px;
	background: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	position: relative;
	box-sizing: border-box;
}
.information_wrap .list li a:hover {
	opacity: .7;
}
.information_wrap .list li a .categ {
	width: 140px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	background: #006cb4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.information_wrap .list li a .job {
	font-size: 21px;
	font-weight: 500;
	color: #006cb4;
}
.information_wrap .list li a::before {
	display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 23px;
    top: 50%;
    right: 30px;
    transform: translate(-50%, -50%);
    background-image: url(../img/fig_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.information_wrap {
	padding: 90px 0;
}
.information_wrap .ttl_box .en {
	max-width: 275px;
}
.information_wrap .ttl_box .ttl {
	font-size: 38px;
}
.information_wrap .sub {
	font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.information_wrap {
	padding: 80px 0 60px;
}
.information_wrap .ttl_box {
	margin-bottom: 30px;
}
.information_wrap .ttl_box .en {
	max-width: 242px;
}
.information_wrap .ttl_box .ttl {
	font-size: 24px;
}
.information_wrap .sub {
	font-size: 16px;
	margin-bottom: 20px;
}
.information_wrap .list {
	gap: 10px;
}
.information_wrap .list li a {
	height: 40px;
	padding: 0 10px;
	gap: 10px;
}
.information_wrap .list li a .categ {
	width: 100px;
    height: 30px;
	font-size: 13px;
}
.information_wrap .list li a .job {
	font-size: 15px;
}
.information_wrap .list li a::before {
	width: 16px;
    height: 19px;
    right: 10px;
}
}

/* -----------------------------------------------------------
	entry_wrap
----------------------------------------------------------- */
.entry_wrap {
	padding: 80px 0;
	background: #ffe900;
    background-image: url(../img/bg_stripe.svg);
    background-size: 43px;
    background-repeat: repeat;
    background-position: top left;
}
.entry_wrap .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.entry_wrap .ttl_box {
	max-width: 680px;
	margin: 0 auto 50px;
	position: relative;
	text-align: center;
}
.entry_wrap .ttl_box .en {
	width: 216px;	
	position: absolute;
	    top: 10px;
    left: -230px;
}
.entry_wrap .ttl_box .ttl {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #006cb4;
	margin-bottom: 20px;
}
.entry_wrap .ttl_box .sub {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
}
.entry_wrap .ttl_box .sub_2 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
}
.entry_wrap .ttl_box .sub {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.entry_wrap .btn {
	max-width: 800px;
	margin: 0 auto;
}
.entry_wrap .btn a {
	height: 120px;
	font-size: 26px;
	font-weight: 700;
	color: #006cb4;
	text-align: center;
	display: flex;
	    justify-content: center;
    align-items: center;
	background: #fff;
	position: relative;
}
.entry_wrap .btn a:hover {
	opacity: .7;
}
.entry_wrap .btn a span {
	position: relative;
}
.entry_wrap .btn a span::before {
	display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 23px;
    top: 50%;
    right: -130px;
    transform: translate(-50%, -50%);
    background-image: url(../img/fig_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.entry_wrap .rikunabi_bana {
	display: flex;
	justify-content: center;
    gap: 40px;
	margin-top: 40px;
}
.entry_wrap .rikunabi_bana .item {
	width: 300px;
	text-align: center;
	font-size: 16px;
    font-weight: 500;
	line-height: 1.4;
}
.entry_wrap .rikunabi_bana .item a {
	display: block;
	box-sizing: border-box;
	margin-bottom: 5px;
	background: #fff;
	padding: 10px;
}
.entry_wrap .rikunabi_bana .item span {
	display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.entry_wrap {
	padding: 90px 0;
}
.entry_wrap .ttl_box .en {
	max-width: 140px;
	    left: -25px;
}
.entry_wrap .ttl_box .ttl,
.entry_wrap .ttl_box .sub {
	font-size: 20px;
}
.entry_wrap .btn a {
	font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.entry_wrap {
	padding: 30px 0 30px;
}
.entry_wrap .ttl_box {
	margin-bottom: 30px;
}
.entry_wrap .ttl_box .en {
	position: static;
	max-width: 90px;
	margin: 0 auto 20px;
}
.entry_wrap .ttl_box .ttl,
.entry_wrap .ttl_box .sub {
	font-size: 16px;
}
.entry_wrap .ttl_box .sub_2 {
	font-size: 14px;
}
.entry_wrap .btn a {
	height: 40px;
	font-size: 16px;
}
.entry_wrap .btn a span::before {
    width: 18px;
    height: 19px;
	right: -60px;
}
.entry_wrap .rikunabi_bana {
	flex-direction: column;
	align-items: center;
    gap: 20px;
	margin-top: 40px;
}
.entry_wrap .rikunabi_bana .item {
	width: 250px;
	font-size: 14px;
}
}
