@charset "UTF-8";
@import "style-page.css";


/* test only */
.header_title {
//	height: 0px;
}
@media only screen and (max-width: 768px) {
main {
	padding-top: 0px !important;
}
}
@media only screen and (min-width: 825px) {
}



/* var const */
:root {
	/* sp column */
	--n_sp_col: 2;


	/*すべて*/
	--c_grn_bg: rgba(61, 177, 52, 0.3);
	--c_grn_bg2: rgba(61, 177, 52, 0.1);
	--c_grn_t: #3db134;

	/*すべて2, ご利用者の声*/
	--c_grn2_bg: rgba(136, 179, 75, 0.3);
	--c_grn2_t: #88b34b;

	/*セミナーイベント*/
	--c_bl_bg: rgba(40, 75, 190, 0.3);
	--c_bl_bg2: rgba(40, 75, 190, 0.1);
	--c_bl_t: #284bbe;

	/* 学生 */
	--c_lb_bg: rgba(50, 185, 225, 0.3);
	--c_lb_t: #32b9e1;

	/* 若者 */
	--c_tq_bg: rgba(30, 195, 130, 0.3);
	--c_tq_t: #1ec382;

	/* ミドル */
	--c_or_bg: rgba(245, 185, 15, 0.3);
	--c_or_t: #f5b90f;

	/* シニア */
	--c_rd_bg: rgba(220, 95, 60, 0.3);
	--c_rd_t: #dc5f3c;

	/* 女性 */
	--c_pi_bg: rgba(219, 83, 146, 0.3);	
	--c_pi_t: #db5392;

	/* 面接会 */
	--c_pr_bg: #841bbc;
	--c_pr_t: #841bbc;

	/* キャリアチェンジ */
	--c_bl_bg: rgba(40, 75, 190, 0.3);
	--c_bl_t: #284bbe;

	/* ハローワーク */
	--c_yg_bg: rgba(169, 203, 123, 0.3);
	--c_yg_t: #a9cb7b;

	/* 福祉人材 */
	--c_lp_bg: rgba(182, 148, 199, 0.3);
	--c_lp_t: #b694c7;

	/* 情報 */
	--c_sv_bg: rgba(148, 172, 180, 0.3);
	--c_sv_t: #94acb4;

	/* 企業 */
	--c_pl_bg: rgba(132, 27, 188, 0.3);
	--c_pl_t: #841bbc;

	/* 企業の皆様 */
	--c_dg_bg: rgba(114, 116, 139, 0.3);
	--c_dg_t: #72748b;

	/* オンラインサービス -> 個別相談 */
	--c_skb_: 30, 160, 190;
	--c_skb_bg: rgba( var(--c_skb_), 0.3);
	--c_skb_bg2: rgba( var(--c_skb_), 0.1);
	--c_skb_t: #1ea0be;

	/* オンライン タグ */
	--c_ryb_: 65, 105, 225;
	--c_ryb_bg: rgba( var(--c_ryb_), 0.3);
	--c_ryb_t: #4169e1;

	/* 採用が決まった方へ */
	--c_tq2_bg: rgba(30, 195, 130, 0.3);
	--c_tq2_t: #1ec382;



	/* 氷河期 */
	--c_gr_bg: #467887;
	--c_gr_t: #467887;

	/* gray */
	--c_gray1: #efefef;
	--c_gray2: #cfcfcf;
	--c_gray3: #afafaf;
	--c_gray4: #9f9f9f;
}




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


html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  background-color: #fff;
  scroll-behavior: smooth; /*pagetopボタン用*/
}

body {
  font-size: 1.6rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.anchor:hover {
  opacity: 1;
}

.s_anchor:hover {
  opacity: 1;
}

.ser_anchor:hover {
  opacity: 1;
}

ul,
li {
  list-style: none;
}
img {
  display: block;
}

p a{
	text-decoration:underline;
}

/*共通*/
.container {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
}
.abstract {
	margin-top: 2rem;
}

.event_subCopy{
	font-size:16px;
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #ccc;
}
.font_green{
	color: var(--c_tq_t);
}
.font_orange{
	color: var(--c_or_t);
}
.font_yellow{
	color: var(--c_rd_t);
}
.font_pink{
	color: var(--c_pi_t);
}
.font_blue{
	color: var(--c_skb_t);
}

.sp_show {
  display: none;
}

.apply_box p{
	margin-bottom:0;
}

.apply_place_copy{
	font-size:14px;
	margin-bottom:20px;
	margin-top:-40px;
	line-height:1;
	text-align:center;
}



/* btns */
.btns a {
	display: block;
	position: relative;
	width: 90%;
	max-width: 400px;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
	line-height: 2.9rem;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 2rem;
	-webkit-transition: 0.3s !important;
	transition: 0.3s !important;
	margin: 25px auto 25px;
}
.btns a {
	color: white;
}
.btns a::after {
	content: '';
	display: block;
	position: absolute;
	top: 43%;
	right: 5.5%;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btns a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
.btns a {
	margin: 12px auto 24px;
	padding: 1rem;
	font-size: 1.5rem;
}
.sp_show .btns a {
	width: 98%;
	margin: 1% auto;
	padding: 1%;
	border-radius: 0.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
.sp_show .btns a::after {
//	display: none;
}

}


/* menus */
.menus {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.4rem;
}
.menus > li {
	width: calc( 100% / var(--n_sp_col) - 1% );
	text-align: center;
	list-style-type: none;
}
.menus > li img {
	width: 100%;
	height: auto;
}
.menus.btns a {
	color: #fff;
	background-color: var(--c_grn_t);
	border: solid 0px var(--c_grn_t);
}
@media screen and (max-width: 768px) {
.menus > li {
	width: calc( 100%  - 1% );
}
.sp_show .menus a {
	font-size: 2rem;
	padding: 0 0 0.5rem;
}
.sp_show .menus > li {
//	width: calc( 100% / var(--n_sp_col) - 1% );
}
.sp_show .menus > li:nth-child(1) a {
	background-color: var(--c_grn_t);
}
.sp_show .menus > li:nth-child(2) a {
	background-color: var(--c_bl_t);
}
.sp_show .menus > li:nth-child(3) a {
	background-color: var(--c_skb_t);
}
.sp_show .menus > li:nth-child(4) a {
	background-color: var(--c_pl_t);
}
.sp_show .menus > li img {
	width: 100%;
	height: auto;
	padding-bottom: 0.5rem;
}

}


/* agemenu */

.agemenu > li {
	width: calc( 100% / 4 - 1% );
	text-align: center;
}
.agemenu > li:nth-child(1) a {
	background-color: var(--c_lb_t);
}
.agemenu > li:nth-child(2) a {
	background-color: var(--c_tq_t);
}
.agemenu > li:nth-child(3) a {
	background-color: var(--c_or_t);
}
.agemenu > li:nth-child(4) a {
	background-color: var(--c_rd_t);
}
@media screen and (max-width: 768px) {
.agemenu > li {
	width: calc( 100% / var(--n_sp_col) - 1% );
}
}



/* 共通
---------------------------------------------------------- */
.page_title_box {
  position: absolute;
  top: 54%;
  left: 0;
  width: 503px;
  font-weight: bold;
  color: #fff;
  padding: 3.6rem 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(21, 23, 36, 0.4);
}

.page_title_box .title {
  font-size: 4.2rem;
  line-height: 6.1rem;
  margin-bottom: 1.5rem;
}

.page_title_box .text {
  font-size: 2.4rem;
  line-height: 3.5rem;
}

.page_title {
  position: relative;
  width: 100%;
  height: 380px;
  background-color: #000;
}

.page_title img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 1100px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page_title span {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 4.2rem;
  line-height: 6.1rem;
  font-weight: bold;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}

.page_title2_box {
  position: absolute;
  top: 54%;
  left: 0;
  width: 503px;
  font-weight: bold;
  color: #fff;
  padding: 3.6rem 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(21, 23, 36, 0.4);
}

.page_title2_box .title {
  font-size: 4.2rem;
  line-height: 6.1rem;
  margin-bottom: 1.5rem;
}

.page_title_box .text {
  font-size: 2.4rem;
  line-height: 3.5rem;
}

.page_title2 {
  position: relative;
  width: 100%;
  height: 380px;
  background-color: #000;
}

.page_title2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

.page_title2_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 1100px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page_title2 span {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 4.2rem;
  line-height: 6.1rem;
  font-weight: bold;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}

.page_title2 small {
  font-size: 18px;
}

.breadcrumb_wrap {
  background: var(--c_gray1);
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #6e6e6e;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.65rem 0;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb li {
  position: relative;
  padding-right: 1.5rem;
}

.breadcrumb li:after {
  content: '';
  position: absolute;
  top: 32%;
  right: 5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #6e6e6e;
  border-right: 1px solid #6e6e6e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb li:last-child::after {
  content: none;
}

.breadcrumb a {
  color: #6e6e6e;
}

@media screen and (max-width: 768px) {
  .page_title2 {
    height: 146px;
  }
  .page_title2 span {
    top: 50%;
    left: 50%;
    font-size: 2.4rem;
    line-height: 3.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page_title2 small {
    font-size: 16px;
  }
}
/* セクションタイトル */
.sec_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.4rem;
  text-align: center;
}

.s_anchor {
  margin-top: -213px;
  padding-top: 213px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .s_anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
		.voice_car_label{
		left:210px !important;
		top:37px !important;
	}
	.gsc-control-searchbox-only{
		width:80%;
		margin-left:20px;
	}
}
/*背景色*/
.grn_bg,
.all {
  background-color: var(--c_grn_t); /*すべて*/
}
.grn2_bg {
  background-color: var(--c_grn2_t); /*ご利用者の声*/
}

.se_bg {
  background-color: var(--c_bl_t); /*セミナーイベント*/
}
.ad_bg {
  background-color: var(--c_skb_t); /*個別就職相談*/
}

.lb_bg,
.gk {
  background-color: var(--c_lb_t); /* 学生 */
}

.tq_bg,
.wk {
  background-color: var(--c_tq_t); /* 若者 */
}

.or_bg,
.md {
  background-color: var(--c_or_t); /* ミドル */
}

.rd_bg,
.sn {
  background-color: var(--c_rd_t); /* シニア */
}

.pi_bg,
.js {
  background-color: var(--c_pi_t); /* 女性 */
}

.pr_bg {
  background-color: var(--c_pr_t); /* 面接会 */
}

.bl_bg {
  background-color: var(--c_bl_t); /* キャリアチェンジ */
}

.yg_bg {
  background-color: var(--c_yg_t); /* ハローワーク */
}

.lp_bg {
  background-color: var(--c_lp_t); /* 福祉人材 */
}

.sv_bg {
  background-color: var(--c_sv_t); /* 情報 */
}

.dg_bg {
  background-color: var(--c_dg_t); /* 企業 */
}

.skb_bg {
  background-color: var(--c_skb_t); /* オンラインサービス */
}
.ryb_bg {
  background-color: var(--c_ryb_t); /* オンライン タグ */
}


.gr_bg {
  background-color: var(--c_gr_t); /* 氷河期 */
}

.page-seminarevent section,
.page-advice section,
.page-young section,
.page-middle section,
.page-senior section,
.page-online section,
.page-access section,
.page-first_guide section,
.page-woman section {
  padding: 0 !important;
}

.x-first_guide .mainmenu > li:nth-child(1) > .global_tag {
  background-color: var(--c_grn_bg);
}

.x-seminarevent .mainmenu > li:nth-child(4) > .global_tag {
  background-color: var(--c_or_bg);
}

.x-young .mainmenu > li:nth-child(2) > .global_tag {
  background-color: var(--c_lb_bg)
}

.x-young .mainmenu > li:nth-child(3) > .global_tag {
  background-color: var(--c_tq_bg);
}

.x-middle .mainmenu > li:nth-child(4) > .global_tag {
  background-color: var(--c_or_bg);
}

.x-senior .mainmenu > li:nth-child(5) > .global_tag {
  background-color: var(--c_rd_bg);
}

.x-woman .mainmenu > li:nth-child(6) > .global_tag {
  background-color: var(--c_pi_bg);
}

.x-fukushi .mainmenu > li:nth-child(7) > .global_tag {
  background-color: var(--c_lp_bg);
}

.x-company .mainmenu > li:nth-child(8) > .global_tag {
  background-color: var(--c_dg_bg);
}

.x-kawagoe_kigyousetsumeikai .mainmenu > li:nth-child(9) > .global_tag {
  background-color: rgba(132, 27, 188, 0.3);
}

.x-careerchange .mainmenu > li:nth-child(10) > .global_tag {
  background-color: var(--c_bl_bg);
}

.x-hellowork .mainmenu > li:nth-child(11) > .global_tag {
  background-color: var(--c_yg_bg);
}

.x-information-corner .mainmenu > li:nth-child(12) > .global_tag {
  background-color: var(--c_sv_bg);
}

.x-online .mainmenu > li:last-child > .global_tag {
  background-color: var(--c_skb_bg);
}

.w900 {
  max-width: 900px;
  margin: 0 auto;
}

.gsc-control-cse {
  padding-bottom: 0 !important;
}


table.gsc-search-box td.gsc-input {
  width: 270px;
}

.gsc-search-button-v2 {
  margin-top: 0 !important;
  padding: 7px 27px !important;
}

/* ---- 余白調整 ---- */
.pb-30 {
  padding-bottom: 30px;
}
.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .mt-45,
  .mt-50 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-100,
  .mt-150 {
    margin-top: 43px;
  }
  .mb-45,
  .mb-50 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 30px;
  }
  .mb-100,
  .mb-150 {
    margin-bottom: 43px;
  }
}
.ml-8 {
  margin-left: 8px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-48 {
  margin-left: 48px;
}

.ml-56 {
  margin-left: 56px;
}

.ml-64 {
  margin-left: 64px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-48 {
  margin-right: 48px;
}

.mr-56 {
  margin-right: 56px;
}

.mr-64 {
  margin-right: 64px;
}

/* ---- 表示・非表示調整 ---- */
@media screen and (min-width: 768px) {
  .top_pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top_sp_none {
    display: none;
  }
}
/* ---- 位置調整 ---- */
.text-center {
  text-align: center;
}

.align-center {
  width: 30%;
  position: relative;
  top: 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .align-center {
    width: 100%;
    position: relative;
    top: 18px;
    font-size: 12px;
    margin: 0 8px;
    line-height: 1.5;
  }
}
/* header
---------------------------------------------------------- */
header {
  font-size: 1.4rem;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
}

.header_top {
  border-bottom: solid 6px var(--c_grn_t);
}

.header_top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* 左側 */
.nav_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
//  width: 40%;
//  max-width: 404px;
  width: 45%;
  max-width: 440px;
}

.logo {
  width: auto;
  max-height: 50px;
  height: auto;
}

.logo img {
  width: 100%;
  height: auto;
}

.header_logo_0 {
//  max-width: 272px;
  width: auto;
  max-height: 30px;
  height: auto;
}
.header_logo_1 {
  width: auto;
  max-height: 40px;
  height: auto;
}

.header_logo_2 {
  width: auto;
  max-height: 45px;
  height: auto;
}

/* 右側 */
.nav_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
//  width: 70%;
  width: 60%;
}

.cv_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.cv_sns .cv_btn {
  margin-left: 10px;
}

.cv_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2rem;
  color: #fff;
  padding: 10px;
}

.cv_btn::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nsn_link {
  width: 26px;
  margin-left: 10px;
}

.facebook {
  width: 26px;
}

.nsn_link img {
  width: 100%;
  height: auto;
}

.page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
  margin: 18px 0;
}

.page_link a {
  position: relative;
  text-decoration: underline;
  line-height: 2rem;
  margin-left: 15px;
}

.page_link a:first-child {
  margin-right: 15px;
}

.page_link a:first-child::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #000;
}

.page_link a:first-child::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-65%);
  transform: rotate(45deg) translateY(-65%);
}

/* PCナビメニュー */
.global_nav {
  position: relative;
  padding: 10px 0 11px;
  line-height: 1.3;
}

.mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.mainmenu > li {
  width: 100%;
//  max-width: 70px;
  height: 84px;
  margin-right: 4px;
}

.mainmenu > li:last-child {
  margin-right: 0;
}

.mainmenu .big_w {
  width: 100%;
//  max-width: 106px;
}

.mainmenu .big_w2 {
  line-height: 1.5;
}

.mainmenu .big_w2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  margin-right: 40px;
}

.global_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
}

/* メニュー各色 */
.mainmenu > li:nth-child(1) > .global_tag {
  border-bottom: solid 10px var(--c_grn_t);
}
.mainmenu > li:nth-child(2) > .global_tag {
  border-bottom: solid 10px var(--c_bl_t);
}
.mainmenu > li:nth-child(3) > .global_tag {
  border-bottom: solid 10px var(--c_skb_t);
}
.mainmenu > li:nth-child(4) > .global_tag {
  border-bottom: solid 10px var(--c_yg_t);
}
.mainmenu > li:nth-child(5) > .global_tag {
  border-bottom: solid 10px var(--c_lp_t);
}
.mainmenu > li:nth-child(6) > .global_tag {
  border-bottom: solid 10px var(--c_dg_t);
}
.mainmenu > li:nth-child(7) > .global_tag {
  border-bottom: solid 10px var(--c_grn2_t);
}
.mainmenu > li:nth-child(8) > .global_tag {
  border-bottom: solid 10px var(--c_pr_t);
}
.mainmenu > li:nth-child(9) > .global_tag {
  border-bottom: solid 10px var(--c_bl_t);
}
.mainmenu > li:nth-child(10) > .global_tag {
  border-bottom: solid 10px var(--c_sv_t);
}
.mainmenu > li:nth-child(11) > .global_tag {
  border-bottom: solid 10px var(--c_grn_t);
}
.mainmenu > li:nth-child(12) > .global_tag {
  border-bottom: solid 10px var(--c_tq2_t);
}


/* hover時の色 */
.mainmenu > li:hover:nth-child(1) > .global_tag {
  background-color: var(--c_grn_bg);
}
.mainmenu > li:hover:nth-child(2) > .global_tag {
  background-color: var(--c_bl_bg)
}
.mainmenu > li:hover:nth-child(3) > .global_tag {
  background-color: var(--c_skb_bg);
}
.mainmenu > li:hover:nth-child(4) > .global_tag {
  background-color: var(--c_yg_bg);
}
.mainmenu > li:hover:nth-child(5) > .global_tag {
  background-color: var(--c_lp_bg);
}
.mainmenu > li:hover:nth-child(6) > .global_tag {
  background-color: var(--c_dg_bg);
}
.mainmenu > li:hover:nth-child(7) > .global_tag {
  background-color: var(--c_grn2_bg);
}
.mainmenu > li:hover:nth-child(8) > .global_tag {
  background-color: var(--c_pr_bg);
}
.mainmenu > li:hover:nth-child(9) > .global_tag {
  background-color: var(--c_bl_bg);
}
.mainmenu > li:hover:nth-child(10) > .global_tag {
  background-color: var(--c_sv_bg);
}
.mainmenu > li:hover:nth-child(11) > .global_tag {
  background-color: var(--c_grn_bg);
}
.mainmenu > li:hover:nth-child(12) > .global_tag {
  background-color: var(--c_tq2_bg);
}

/* Submenu */
.submenu {
  display: none;
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  font-size: 1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 37px 4.728% 20px;
  background-color: #fff;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.mainmenu li:hover .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submenu li {
  display: inline-block;
  padding: 0 0 17px 0;
  margin: 0 3% 0 0;
}

.submenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.submenu li a::after {
  content: '';
  height: 8px;
  width: 8px;
  min-width: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-5%) rotate(45deg);
  transform: translateY(-5%) rotate(45deg);
  margin-left: 0.8rem;
  position: relative;
  bottom: 50%;
}

/* 各カラー */
.mainmenu > li:nth-child(1) .submenu {
  border-top: solid 25px var(--c_grn_t);
  border-bottom: solid 25px var(--c_grn_t);
}

.mainmenu > li:nth-child(9) .submenu {
  border-top: solid 25px var(--c_pr_t);
  border-bottom: solid 25px var(--c_pr_t);
}

.mainmenu > li:nth-child(10) .submenu {
  border-top: solid 25px var(--c_bl_t);
  border-bottom: solid 25px var(--c_bl_t);
}

.mainmenu > li:nth-child(11) .submenu {
  border-top: solid 25px var(--c_yg_t);
  border-bottom: solid 25px var(--c_yg_t);
}

/* メインビジュアル
---------------------------------------------------------- */
.sliderArea {
  background: #fff;
  overflow: hidden;
}

.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 5.4rem;
}

.sliderWide .slick-arrow {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slider {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .slider img {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.slider .slick-list {
  overflow: visible;
  padding: 0 !important;
}

.slider .slick-slide a {
  display: block;
}

.slider .slick-slide a:hover {
  display: block;
  opacity: 0.7;
}

.slider img {
  height: auto;
  width: 100%;
}

/* 矢印 */
.slick-prev,
.slick-next {
  width: 44px;
  height: 44px;
  z-index: 1;
  background-color: #3c3c3c;
  color: #fff;
  border-radius: 50px;
}

.slick-prev::before {
  content: '';
  position: absolute;
  right: 2px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-65%);
  transform: rotate(-45deg) translateY(-65%);
}

.slick-next::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-65%);
  transform: rotate(45deg) translateY(-65%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: rgba(60, 60, 60, 0.3);
}

/* 下点 */
.slick-dots {
  bottom: -36px;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li button:before {
  font-size: 9px;
}

/* お知らせ
---------------------------------------------------------- */
#news {
  padding-top: 430px;
  margin-top: -430px;
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.news .sec_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  max-width: 184px;
  font-size: 3rem;
  font-weight: bold;
  border: solid 1px #000;
  margin-right: 15px;
}

/* お知らせリスト */
.news ul {
  width: 100%;
}

.news li {
  border-bottom: solid 1px #000;
}

.news li:first-child {
  border-top: solid 1px #000;
}

.post_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.post_link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

/* 日付・重要ラベル */
.date_important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 2rem 5.328% 2rem 0;
  width: 150px;
}

.date_important span {
  white-space: nowrap;
}

.date_important span:first-child {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.09rem;
  margin-bottom: 0.8rem;
}

.date_important span:nth-child(2) {
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: 0.15rem 0;
  color: #dc0a00;
  background-color: #e6e6e6;
}

/* タイトル・色ラベル */
.title_label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 2rem 0 1.7rem;
}

.title_label .title {
  width: 90%;
  max-width: 595px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0.8rem;
}

.title_label .label {
  width: 90%;
  max-width: 595px;
  font-size: 0;
}

.title_label .label span {
  display: inline-block;
  width: 66px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: center;
  color: #fff;
  padding: 0.15rem 0;
  margin: 0 3px 3px 0;
}

.title_label .label span:last-child {
  margin-right: 0;
}

/* お知らせをもっと見る */
.news_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 5.5rem;
}

.news_more a {
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-right: 15px;
  color: #6e6e6e;
}

.news_more a::after {
  content: '';
  position: absolute;
  top: 30%;
  right: 2px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* サービスのご案内
---------------------------------------------------------- */
.service {
  position: relative;
  background: url(../img/service_bg.png) no-repeat;
  background-size: 1186px auto;
  background-position: top 200px center;
  padding: 335px 18px 135px;
  border-bottom: solid 13px #8fc220;
  max-width: 1100px;
  margin: -200px auto 80px;
  border-radius: 15px;
}

.service::before {
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  display: block;
  height: 129px;
  width: 50%;
  background: url(../img/service_tree_l.png) no-repeat left;
  background-size: contain;
  border-radius: 15px;
}

.service::after {
  content: '';
  position: absolute;
  bottom: -9px;
  right: 0;
  display: block;
  height: 129px;
  width: 50%;
  background: url(../img/service_tree_r.png) no-repeat right;
  background-size: contain;
  border-radius: 15px;
}

/* 画像付きページ遷移 */
.img_link_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img_link_top a {
  width: 23.6363636%;
  border-radius: 15px;
  padding: 0.5rem 0.5rem 0;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3019607843);
}

.img_link_top img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.3019607843);
}

.img_link_top span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.9rem;
  padding: 1.2rem 0;
}

/* 枝分かれリンク */
.branch_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.branch_link .box {
  position: relative;
  width: 31.8181818%;
  margin: 0 2.27272727% 35px 0;
  z-index: 1;
}

.branch_link .box::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  border-radius: 15px;
  background-color: #fff;
  z-index: -1;
}
.branch_link .box:nth-child(3) {
  margin: 0 0 35px 0;
}

.branch_link .btn {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.9rem;
  padding: 1.6rem 0;
  border-radius: 15px;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3019607843);
  margin: 0 auto;
  width: 312px;
}

.tree {
  position: relative;
  margin: 1.6rem 0 0 2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.tree::before {
  content: '';
  position: absolute;
  display: block;
  top: -37px;
  left: 0;
  width: 2px;
  height: 100%;
  z-index: -2;
}

.tree li {
  position: relative;
  padding-left: 3.8rem;
  margin-bottom: 1.3rem;
}

.tree li::before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 35px;
  top: -23px;
  left: 0;
  z-index: -2;
}

.tree li::after {
  content: '';
  position: absolute;
  display: block;
  top: 8px;
  left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* 色別枝 */
.tree.pr_branch::before {
  background-color: var(--c_pr_t);
}

.pr_branch li::before {
  border-left: solid 2px var(--c_pr_t);
  border-bottom: solid 2px var(--c_pr_t);
}

.pr_branch li::after {
  background-color: var(--c_pr_t);
}

.tree.bl_branch::before {
  background-color: var(--c_bl_t);
}

.bl_branch li::before {
  border-left: solid 2px var(--c_bl_t);
  border-bottom: solid 2px var(--c_bl_t);
}

.bl_branch li::after {
  background-color: var(--c_bl_t);
}

.tree.yg_branch::before {
  background-color: var(--c_yg_t);
}

.yg_branch li::before {
  border-left: solid 2px var(--c_yg_t);
  border-bottom: solid 2px var(--c_yg_t);
}

.yg_branch li::after {
  background-color: var(--c_yg_t);
}

/* セミナー・イベント情報
---------------------------------------------------------- */
.seminar {
  margin: 20px 0;
  padding: 5.4rem 0;
  background: #e1ffd7;
  border-top: 20px solid var(--c_grn_t);
  border-bottom: 20px solid var(--c_grn_t);
}

.seminar2 {
  padding: 5.4rem 0;
  background: white;
}

h2 small {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.sec_title span {
  margin: 5px;
}

.blacksquare {
  background: black;
  color: white;
  font-weight: bold;
  padding: 2px 10px 0;
  position: relative;
  bottom: 2px;
}

@media screen and (max-width: 767px) {
  h2 small {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blacksquare {
    background: black;
    color: white;
    font-weight: bold;
    padding: 2px 8px 0;
    position: relative;
    bottom: 2px;
  }
}
h2 small:before,
h2 small:after {
  border-top: 2px solid black;
  content: '';
  width: 35px;
}

h2 small:before {
  margin-right: 10px;
}

h2 small:after {
  margin-left: 10px;
}

/* セミナー・イベント情報2
---------------------------------------------------------- */
.seminar_target {
  padding: 29px 50px;
  background-color: #fff;
  border: 1px solid #60ae48;
  border-radius: 10px;
}
.seminar_target_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 9.5px;
}
.seminar_target_list {
  display: flex;
  justify-content: space-between;
}
.seminar_target_list_item {
  display: block;
  width: 150px;
  color: #fff;
  padding: 13px 0;
  border-radius: 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.seminar_target_list_item input {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .seminar_target {
    padding: 10px 15px 26.5px;
  }
  .seminar_target_title {
    font-size: 18px;
  }
  .seminar_target_list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .seminar_target_list_item {
    width: 150px;
    font-size: 12px;
  }
  /* .seminar_target_list_item:nth-child(4) {
    margin-top: 14px;
  }
  .seminar_target_list_item:nth-child(5) {
    margin-top: 14px;
  }
  .seminar_target_list_item:nth-child(6) {
    margin-top: 14px;
  } */
  .seminar_target_list_item input {
    width: 15px;
    height: 15px;
  }
}
.seminar_x img {
  width: 43px;
  height: 43px;
  margin: 24px auto;
}
.seminar_theme {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.seminar_l {
  width: 31.8%;
}
.seminar_s {
  width: 15.5%;
}

.seminar_theme_item {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #60ae48;
  border-radius: 10px;
  /* margin-top: 10px; */
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .seminar_l {
    width: 60%;
  }
  .seminar_s {
    width: 29%;
  }
  .seminar_theme_item {
    padding: 5px;
    font-size: 10px;
  }
}
.seminar_link {
  display: block;
  text-decoration: underline;
  text-align: center;
  margin-top: 19.5px;
}
@media screen and (max-width: 767px) {
  .seminar_link {
    font-size: 14px;
  }
}

/* 就活ノウハウ
---------------------------------------------------------- */
#knowhow {
  padding-top: 250px;
  margin-top: -250px;
}

.knowhow {
  padding-top: 4.8rem;
  margin-bottom: 10rem;
}

.knowhow .knowhow_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4.8rem 0 3.8rem;
}

.knowhow article {
  width: 31.8181818%;
  margin: 0 2.27272727% 0 0;
  border-radius: 15px;
  background-color: var(--c_gray1);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3019607843);
}

.knowhow article:nth-child(3) {
  margin: 0;
}

.knowhow article img {
  width: 100%;
  max-height: 150px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.knowhow .text {
  padding: 1.2rem 2rem 2rem;
}

.knowhow article h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1.2rem;
}

.knowhow .label {
  font-size: 0;
  margin-bottom: 1rem;
  min-height: 4.6rem;
}

.knowhow .label span {
  display: inline-block;
  width: 66px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 0.4rem 0;
  margin: 0 3px 3px 0;
}

.knowhow .tag span {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #6e6e6e;
}

.knowhow .tag {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.knowhow .tag span a::before {
  content: '[';
}

.knowhow .tag span a::after {
  content: ']';
}

/* ノウハウボタン */
.knowhow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.knowhow_box a {
  display: block;
  position: relative;
  width: 18.1818182%;
  max-width: 200px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 1.5rem;
  border-radius: 10px;
}

.knowhow_box a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.seminarevent_btn {
  background-color: rgba(236, 186, 66, 0.1019607843);
  border: solid 4px var(--c_or_t);
}

.student_btn {
  background-color: rgba(50, 185, 225, 0.1019607843);
  border: solid 4px var(--c_lb_t);
}

.youth_btn {
  background-color: rgba(30, 195, 130, 0.1019607843);
  border: solid 4px var(--c_tq_t);
}

.middle_btn {
  background-color: rgba(236, 186, 66, 0.1019607843);
  border: solid 4px var(--c_or_t);
}

.senior_btn {
  background-color: rgba(220, 95, 60, 0.1019607843);
  border: solid 4px var(--c_rd_t);
}

.woman_btn {
  background-color: rgba(203, 93, 144, 0.1019607843);
  border: solid 4px var(--c_pi_t);
}

.knowhow .cat_label_st a,
.cat_label_st {
  display: inline-block;
  width: 66px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin: 0 3px 3px 0;
}

/* ご利用者の声
---------------------------------------------------------- */
#voc {
  padding-top: 250px;
  margin-top: -250px;
}

.voc {
  margin-bottom: 8.7rem;
}

.voc ul {
  margin: 4rem 0 3.7rem;
}

.voc li {
  border-bottom: solid 1px #000;
}

.voc li:first-child {
  border-top: solid 1px #000;
}

/* footer
---------------------------------------------------------- */
footer {
  padding: 4.5rem 0 0;
  background-color: var(--c_gray1);
  position: relative;
}

.external_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.external_link div {
  width: auto;
  width: 22%;
  max-width: 100%;
  height: auto;
  max-height: 55px;
}

.external_link img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 55px;
}

.site_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.3rem;
  line-height: 0.6rem;
  padding-bottom: 2.3rem;
  border-bottom: solid 1px #000;
}

.site_map ul:last-child {
  margin-right: 0;
}

.site_map li {
  margin-bottom: 3rem;
}

.logo_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.4rem 0 3rem;
}

.logo_address .logo {
  width: 33.1755051%;
  max-width: 262px;
}

.logo_address .logo img {
  width: 100%;
}

.logo_address .kbtn {
  width: 7.44949495%;
  max-width: 59px;
  margin-left: 1.92550505%;
}

.logo_address > div {
  margin-left: 4%;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.privacy_policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 3.2rem;
}

.privacy_policy a {
  margin-right: 2%;
  color: #fff;
}

.privacy_policy a:last-child {
  margin-right: 0;
}

.copyright {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  padding: 2.3rem 0 3.2rem;
}

/* ページトップへ戻るボタン */
.pagetop {
  display: none;
  position: fixed;
  right: 6.35714286%;
  bottom: 140px;
  height: 60px;
  width: 60px;
  background: rgba(60, 60, 60, 0.58);
  border-radius: 6px;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.pagetop:hover {
  opacity: 0.7;
}

.pagetop_arrow {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  height: 20px;
  width: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 66px;
  }
  .sp_hide {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .sec_title {
    font-size: 2rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  /* header
  ---------------------------------------------------------- */
  .ps_header_wrap {
    display: block;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
  }
  .header_top {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
  }
  .header_top .container {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    z-index: 100;
    background-color: #fff;
  }
  /* ロゴ */
  .nav_left {
    width: 100%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .logo {
    width: 51.0028986%;
//    max-width: 176px;
    max-width: 250px;
    margin-right: 2.89855072%;
  }
  .header_logo_1 {
    max-width: 40px;
    width: 11.5942029%;
  }
  /* ハンバーガーメニュー */
  .drawer_hidden {
    display: none; /* チェックボックスを非表示にする */
  }
  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .nav_content {
    left: 0; /* メニューを画面に入れる */
  }
  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 27px;
    width: 32px;
    z-index: 100;
    cursor: pointer;
  }
  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 32px;
    background: var(--c_grn_t);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
  }
  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 11px;
  }
  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 11px;
  }
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked ~ .drawer_open span {
    background: #fff;
  }
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 32px;
  }
  /* メニューのデザイン*/
  .nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /* メニューを画面の外に飛ばす */
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 66px;
    overflow-y: scroll;
  }
  .nav_cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px #aaa;
  }
  .nav_cv .cv_btn {
    width: 32.8%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
  .cv_btn::after {
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* アコーディオンメニュー */
  .toggle {
    display: none;
  }
  .option {
    position: relative;
  }
  .nav_title,
  .nav_list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav_title {
    display: block;
    line-height: 2rem;
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    border-bottom: solid 1px #aaa;
  }
  .nav_title::after,
  .nav_title::before {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 1.9rem;
    width: 2px;
    height: 12px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav_title::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .nav_list {
    max-height: 0;
    overflow: hidden;
  }
  .nav_list li,
  .nax_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 1rem 1.2rem 1rem 1.5rem;
    border-bottom: solid 1px #aaa;
  }
  .nax_link {
    padding: 1.5rem 1.2rem 1.5rem 1.5rem;
  }
  .nav_list li::after,
  .nax_link::after {
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggle:checked + .nav_title + .nav_list {
    max-height: 500px;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .toggle:checked + .nav_title {
    color: white !important;
  }
  .toggle:checked + .nav_title::after {
    background-color: #fff;
  }
  .toggle:checked + .nav_title::before {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
  /* 各色 */
  .nav_everyone .nav_title {
    border-left: solid 10px var(--c_grn_t);
  }
  .nav_everyone .toggle:checked + .nav_title {
    background-color: var(--c_grn_t);
  }
  .nav_everyone li {
    background: var(--c_grn_bg);
  }
  .nav_seminarevent {
    border-left: solid 10px var(--c_bl_t);
  }
  .nav_advice {
    border-left: solid 10px var(--c_skb_t);
  }
  .nav_student {
    border-left: solid 10px var(--c_lb_t);
  }
  .nav_youth {
    border-left: solid 10px var(--c_tq_t);
  }
  .nav_middle {
    border-left: solid 10px var(--c_or_t);
  }
  .nav_senior {
    border-left: solid 10px var(--c_rd_t);
  }
  .nav_woman {
    border-left: solid 10px var(--c_pi_t);
  }
  .nav_interview .nav_title {
    border-left: solid 10px var(--c_pr_t);
  }
  .nav_voice {
    border-left: solid 10px var(--c_sv_t);
  }
  .nav_infocorner {
    border-left: solid 10px var(--c_grn_t);
  }
  .nav_report {
    border-left: solid 10px var(--c_tq2_t);
  }

  .nav_interview .toggle:checked + .nav_title {
    background-color: var(--c_pr_t);
  }
  .nav_interview li {
    background: rgba(132, 27, 188, 0.3);
  }
  .nav_career .nav_title {
    border-left: solid 10px var(--c_bl_t);
  }
  .nav_career .toggle:checked + .nav_title {
    background-color: var(--c_bl_t);
  }
  .nav_career li {
    background: var(--c_bl_bg);
  }
  .nav_hellowork .nav_title {
    border-left: solid 10px var(--c_yg_t);
  }
  .nav_hellowork .toggle:checked + .nav_title {
    background-color: var(--c_yg_t);
  }
  .nav_hellowork li {
    background: var(--c_yg_bg);
  }
  .nav_welfare {
    border-left: solid 10px var(--c_lp_t);
  }
  .nav_intelligence {
    border-left: solid 10px var(--c_sv_t);
  }
  .nav_company {
    border-left: solid 10px var(--c_dg_t);
  }
  .nav_online {
    border-left: solid 10px var(--c_skb_t);
  }
  /*その他リンク*/
  .page_link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 18px -15px 3px;
  }
  .page_link a {
    margin: 0 0 1.5rem 5.4rem;
  }
  .sns_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.5rem;
  }
  .sns_link a {
    width: 7.53623188%;
    max-width: 26px;
    margin-left: 4.16666667%;
  }
  .facebook {
    width: 8.11594203%;
    max-width: 28px;
  }
  .sns_link img {
    width: 100%;
  }
  /* メインビジュアル
  ---------------------------------------------------------- */
  .sliderWide {
    padding: 0 0 1.5rem;
  }
  .slider {
    width: 96%;
    max-width: 345px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-prev::before {
    width: 10px;
    height: 10px;
  }
  .slick-next::before {
    width: 10px;
    height: 10px;
  }
  /* お知らせ
  ---------------------------------------------------------- */
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news .sec_title {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.6rem;
    font-size: 2rem;
    line-height: 2.9rem;
    border: none;
  }
  .post_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .date_important {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.9rem 0 1rem;
  }
  .date_important span:first-child {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 1.9rem 0 0;
  }
  .date_important span:nth-child(2) {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.15rem 3.7rem;
  }
  .title_label {
    padding: 0 0 1.6rem;
  }
  .title_label .title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .news .title_label .label span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .news_more {
    margin-bottom: 3.3rem;
  }
  .news_more a {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  /* サービスのご案内
  ---------------------------------------------------------- */
  .service {
    background: url(../img/service_bg_sp.png) no-repeat;
    background-size: 100% auto;
    background-position: top 0 center;
    padding: 8.8rem 0 10rem;
    margin: 0 auto 80px;
    border-bottom: solid 6px #8fc220;
  }
  .service::before {
    bottom: -2px;
    height: 4%;
    width: 50%;
    background: url(../img/service_tree_l_sp.png) no-repeat left;
    background-size: contain;
  }
  .service::after {
    bottom: -2px;
    height: 4%;
    width: 50%;
    background: url(../img/service_tree_r_sp.png) no-repeat right;
    background-size: contain;
  }
  .img_link_top,
  .img_link_under {
    margin-top: 1.2rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .img_link_under {
    margin: 0 0 2.7rem;
  }
  .img_link_top a,
  .img_link_under a {
    width: 45.7971014%;
    margin-bottom: 1.3rem;
    padding: 0.3rem 0.3rem 0;
  }
  .img_link_under a:nth-child(1),
  .img_link_under a:nth-child(2) {
    margin-right: 0;
  }
  .img_link_under a:nth-child(3) {
    margin: 0 auto 0 2.1%;
  }
  .img_link_top img,
  .img_link_under img {
    height: 90px;
  }
  .img_link_top span,
  .img_link_under span {
    padding: 0.87rem 0;
  }
  .img_link_top span,
  .img_link_under span,
  .branch_link .btn {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  .branch_link .btn {
    padding: 1.15rem 0;
  }
  .branch_link .box,
  .branch_link .box:nth-child(3) {
    width: 95.6521739%;
    margin: 0 auto 0.5rem;
  }
  .branch_link .box:nth-child(4) {
    margin-bottom: 2.2rem;
  }
  .branch_link .box::before {
    height: 40px;
  }
  .tree {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin: 1.5rem 0 0 4rem;
  }
  .tree li {
    padding-left: 2.6rem;
  }
  .tree li::before {
    width: 19px;
    height: 33px;
  }
  .tree li::after {
    top: 4px;
    left: 14px;
    width: 8px;
    height: 8px;
  }
  /* セミナー・イベント情報
  ---------------------------------------------------------- */
  .seminar {
    padding: 3.7rem 0 4.4rem;
  }
  /* 就活ノウハウ
  ---------------------------------------------------------- */
  .knowhow {
    padding-top: 4.3rem;
    margin-bottom: 4.4rem;
  }
  .knowhow .knowhow_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3.6rem 0 3.2rem;
  }
  .knowhow article {
    width: 100%;
    margin: 0 0 2rem;
  }
  .knowhow article h3 {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  .knowhow .label span {
    font-size: 1.1rem;
    line-height: 1.6rem;
    padding: 0.2rem 0;
  }
  .knowhow_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .knowhow_box a {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem;
    padding: 1.1rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .knowhow_box a::after {
    top: 47%;
    right: 3%;
  }
  .knowhow_box a br {
    display: none;
  }
  /* ご利用者の声
  ---------------------------------------------------------- */
  .voc {
    margin-bottom: 3rem;
  }
  .voc ul {
    margin: 2.8rem 0 2.2rem;
  }
  .voc .title_label {
    padding: 2.2rem 0 2rem;
  }
  /* footer
  ---------------------------------------------------------- */
  footer {
    padding: 2.6rem 0 0;
  }
  .external_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
  }
  .external_link div {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    height: 47px;
    margin: 5px auto;
  }
  .external_link img {
    height: 47px;
  }
  .site_map_btn {
    width: 91.3043478%;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.8rem 0;
    margin: 0 auto;
    border: solid 1px #000;
    border-radius: 50px;
    text-align: center;
  }
  .site_map_btn:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
  .logo_address {
    width: 91.3043478%;
    padding: 3.8rem 0;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .logo_address .logo {
    width: 77.968254%;
    margin: 0;
  }
  .logo_address .kbtn {
    width: 17.4603175%;
    margin-left: 4.57142857%;
  }
  .logo_address > div {
    width: 100%;
    margin: 1.2rem 0 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .privacy_policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: normal;
    padding: 1.95rem 0 1.95rem 6%;
  }
  .privacy_policy a,
  .privacy_policy a:last-child {
    margin: 0.55rem auto 0.55rem 0;
  }
  .copyright {
    width: 92.8%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  /* ページトップへ戻るボタン */
  .pagetop {
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
  }
  .pagetop_arrow {
    height: 15px;
    width: 15px;
  }
}
/* カレンダー */
.top_intro h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.top_banner_box {
  margin-top: 0px;
}

/* top コメント欄 */
.first_guide_box {
  background-color: #f3f5f3;
  width: 100%;
  display: table;
  margin-bottom: 1rem;
  border-radius: 6px;
  padding: 1rem;
}

.first_guide_box h2 {
  margin-top: 1rem;
  font-size: 2.3rem;
}

.accordion-click {
  cursor: pointer;
}

.list_block.important {
  padding-top: 10px;
}

.list_block.important h2 {
  color: #f00;
}

.listed {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.useful .listed li {
  font-size: 2rem;
}

/*** movie ***/
.movie_block div iframe {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.movie_block .inner p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.movie_block .inner p.ptxt {
  margin-bottom: 2rem;
}

.movie_block .inner p.cap {
  width: 560px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-size: 1.4rem !important;
}

.movie_block .inner p.cap.redl {
  width: auto;
  text-align: center;
  font-size: 2rem !important;
  color: #e02c14;
}

.archive_list li .cat_label_block1 {
  display: block;
  height: 22px;
  position: absolute;
  /* //    left: 177px; */
  left: 169px;
  top: 0;
  /* //    bottom: 0; */
  /* //  margin: auto; */
  line-height: 1rem;
  width: 100px;
}
.list_block_seminar.archive_list {
    border: none;
  }

.acpt_label {
  /* //	width: 80px; */
  width: 90px;
}

.acpt_label.labelmin {
  /* //    font-size: 1.2rem; */
  /* //    line-height: 21px; */
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0.1rem;
}

/*
その他小さな変更、追加記入は以下に記載
*

.header_nav div.menu-ol-container,
.header_nav .menu-main-container ul li#menu-item-9714 a.on,
.header_nav .menu-main-container ul li#menu-item-9714 a:hover {
  background-color: #036eb7;
}

#site_header .header_middle > .inner .btns .btn[href$="report_01"] {
  background-color: #15bba9;
}
#site_header .header_middle > .inner .btns .btn[href$="report_01"]:hover {
  background-color: #2dc5b4;
}
.sp_nav_top a[href$="report_01"] {
  background-color: #15bba9;
}
.sp_nav_top a[href$="report_01"]:hover {
  background-color: #2dc5b4;
}

.cat_label_st.sc180,
.cat_label_st.fl_online {
  width: auto !important;
  width: 6rem !important;
  font-size: 1rem !important;
}

.page-template-page-online .menubtn img {
  width: 100%;
  height: auto;
}
.menubtn img {
  border-radius: 0.5rem;
  width: 33% !important;
}
.menubtn[href="/online/regist"] img {
  background-color: #39894a;
  width: 100% !important;
}
.menubtn[href="#olconsult"] img {
  background-color: #3989cc;
}
.menubtn[href="#seminar"] img {
  background-color: #ca4639;
}
.menubtn[href="#application"] img {
  background-color: #66508d;
}
.menubtn[href="#telconsult"] img {
  background-color: #dc7418;
}
.menubtn[href="#olinterview"] img {
  background-color: #39b54a;
}
.menubtn[href="/online/online_faq"] img {
  background-color: rgba(255, 144, 158, 1);
}

.menubtn[href="/online"] {
  margin-top: 2rem;
  border-radius: 0.5rem;
  padding: 2rem;
  background-color: #39894a;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.menubtn[href="/online"]:hover {
  color: #fff;
  opacity: 0.8;
}

.apply_box .apply_content .apply_first .first_btns_,
.apply_box .apply_content .apply_first_not .first_btns_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.apply_msg {
  margin-bottom: 0.5rem !important;
  font-size: 2rem !important;
  text-align: left;
}
.first_btns {
  text-align: center;
}
.first_btns .btn {
  margin-right: auto !important;
  margin-left: auto !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.first_btns > * {
  width: 45%;
}

/*** ccblock (careerchange) ***/
.ccblock {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.cat_not_hover:hover {
  text-decoration: none !important;
  opacity: 1;
}

@media only screen and (min-width: 825px) {
  .corner_block li.page-item-4028 a:hover {
    color: #fff;
    background-color: #51a81e;
    border-color: rgba(68, 68, 68, 0.6);
  }
  .main_vis ul.bottom li {
    width: 100%;
  }
  .header_nav .sub_nav div[class$='ol-container'] ul li a {
    font-size: 100%;
    padding: 0 0 !important;
  }
  .page-id-4028 .corner_block li.page-item-4028 a[href$='/corner/seisyain'] {
    color: #fff;
    background-color: #51a81e;
    border-color: rgba(68, 68, 68, 0.6);
  }
  .f_mid .inner > div:first-child .cmt {
    font-weight: normal;
    font-size: 1.2rem;
  }
  .f_mid a {
    margin-left: 28px;
  }
  .f_mid .inner > div:last-child > a:nth-child(3)::after,
  .f_mid .inner > div:last-child > a:last-child::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 60px;
    height: 30px;
    border-left: thin solid #757575;
  }
  section.top_intro {
    padding: 80px 0px 10px;
  }
  .follow_sns {
    padding: 10px 0px 60px;
  }
  .follow_sns > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    border-radius: 1rem;
    border: 2px solid #f3f5f3;
  }
  .follow_sns .title {
    display: table-cell;
    width: 20%;
    /* //    color: #677767; */
    text-align: center;
    vertical-align: middle;
    /* //    font-size: 2.8rem; */
    /* //    font-weight: bold; */
  }
  .follow_sns .sns_box {
    display: block;
    width: 78%;
    text-align: center;
  }
  .follow_sns .sns_box a {
    display: inline-block;
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .follow_sns .sns_box a img {
    width: auto;
    height: 6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .top_banner_box .img_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* //    -webkit-box-pack: justify; */
    /* //    -ms-flex-pack: justify; */
    /* //    justify-content: space-between; */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_banner_box .img_blocks a {
    display: block;
    width: 25%;
    text-align: center;
  }
  .top_banner_box .img_blocks img {
    display: block;
    height: 75px;
    width: auto;
    width: 225px;
  }
}
@media only screen and (max-width: 824px) {
  .archive_list li .cat_label_block1 {
    display: block;
    height: 22px;
    position: absolute;
    /* //    left: 140px; */
    left: 210px;
    top: 37px;
    width: auto;
  }
  .archive_list li .cat_label_block1 br {
    display: none;
  }
  .acpt_label.labelmin {
    font-size: 1rem;
    line-height: 21px;
    padding: 0rem 0.2rem;
    width: auto;
  }
	.acpt_label.end{
		font-size: 1.2rem;
	}
  .main_vis ul.top .vis_other {
    line-height: 170px;
  }
  .menubtn img {
    border-radius: 0.5rem;
    width: 49% !important;
  }
  .menubtn[href='/online/regist'] img {
    background-color: #39894a;
    width: 100% !important;
  }
  .main_nav_sp > li.sub_open.ol {
    background-color: #036eb7;
  }
  .main_nav_sp > li.ol {
    border-left-color: #036eb7;
  }
  .apply_msg {
    text-align: center;
  }
  .first_btns > * {
    width: auto;
  }
}
.calendar-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.buttons {
  width: 50%;
  height: 65px;
  font-weight: 700;
  font-size: 20px;
  border: 2px solid var(--c_grn_t);
  cursor: pointer;
  border-radius: 12px 12px 0px 0px;
  background-color: #ffffff;
  border-bottom: 0px solid;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-center {
  width: 1%;
  border-bottom: 2px solid var(--c_grn_t);
}

.active {
  background-color: var(--c_grn_t);
  color: #ffffff;
}

.piecal-controls {
  display: none !important;
}

.piecal-wrapper #calendar {
  width: 100%;
  border: 2px solid var(--c_grn_t);
  border-top: 0px solid;
  border-radius: 0px 0px 12px 12px;
  padding: 20px;
  background-color: #fff;
}

.fc-button,
.fc-button-group {
  display: none !important;
}

.fc-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 2px solid var(--c_grn_t);
  border-right: 2px solid var(--c_grn_t);
  background-color: #fff;
}

.div-buttons {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  z-index: 10;
}

.fc-header-toolbar {
  display: block !important;
}

.text-action {
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.fc-toolbar-title {
  margin-top: -150px !important;
  font-weight: 700;
  text-align: center;
}

.fc_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
  border-left: 2px solid var(--c_grn_t);
  border-right: 2px solid var(--c_grn_t);
  padding-top: 30px;
  background-color: #fff;
}
.fc_button a {
/*	display: none; */
}
:root {
  --custom-display: flex;
  --custom-width: 90px;
  --custom-height: 58px;
  --custom-align-items: center;
  --custom-justify-content: center;
  --custom-border-radius: 5px;
}

.fc_button_gk,
.fc_button_all,
.fc_button_wk,
.fc_button_md,
.fc_button_sn,
.fc_button_selected,
.fc_button_inactive,
.fc_button_category,
.fc_button_js {
  display: var(--custom-display);
  width: var(--custom-width);
  height: var(--custom-height);
  -webkit-box-align: var(--custom-align-items);
  -ms-flex-align: var(--custom-align-items);
  align-items: var(--custom-align-items);
  -webkit-box-pack: var(--custom-justify-content);
  -ms-flex-pack: var(--custom-justify-content);
  justify-content: var(--custom-justify-content);
  border-radius: var(--custom-border-radius);
}

.fc_button_selected {
  background-color: #c3c3c3;
  color: aliceblue;
}

.fc_button_category {
  background-color: #fff;
  border: 1px solid #000;
  color: black;
  text-align: center;
}

.fc_button_all {
  background-color: var(--c_grn_t);
  color: aliceblue;
  font-weight: 600;
}

.fc_button_gk {
  background-color: var(--c_lb_t);
  color: aliceblue;
  font-weight: 600;
}

.fc_button_wk {
  background-color: #33c382;
  color: aliceblue;
  font-weight: 600;
}

.fc_button_md {
  background-color: var(--c_or_t);
  color: aliceblue;
  font-weight: 600;
}

.fc_button_sn {
  background-color: var(--c_rd_t);
  color: aliceblue;
  font-weight: 600;
}

.fc_button_js {
  background-color: #db5393;
  color: aliceblue;
  font-weight: 600;
}

.fc_button_inactive {
  background-color: #c3c3c3;
  color: aliceblue;
}

.fc-list-event-title > a {
  margin-right: 8px;
}

.fc-daygrid-event-harness {
  border: #fff 1px solid;
  border-radius: 10px;
  /*padding: 8px;*/
  overflow: hidden;
  margin-top: 5px !important;
}

.fc-daygrid-event {
  display: contents !important;
  white-space: inherit !important;
}

.fc-daygrid-event > a {
  margin-right: 8px;
}

.fc-daygrid-day-events {
  padding: 8px;
}

.fc-daygrid-day-top {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.your-new-div-class .acpt_label,
.your-new-div-class .acpt_label.before,
.your-new-div-class .acpt_label.end {
  width: 100%;
}

.fc-list-event-graphic {
  display: none;
}

.fa-calendar-alt,
.fa-list-ul {
  font-size: 45px;
  margin-right: 22px;
}

.fc-list-day-cushion {
  display: none;
}

table.fc-scrollgrid {
  margin: 0;
}

table.fc-scrollgrid-sync-table {
  margin: 0;
}

.event-item-category {
  font-size: 1rem !important;
}

.calendar-buttons > .buttons > .event-icon {
  display: none;
}

.calendar-buttons > .buttons > .event-icon-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar-buttons > .buttons.active > .event-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar-buttons > .buttons.active > .event-icon-active {
  display: none;
}

.fc-list-event .cat_calendar_st {
  width: 66px;
  height: 20px;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  font-size: 1.1rem !important;
  font-weight: bold;
  line-height: 18px;
}

.fc-daygrid-event .cat_calendar_st {
  width: 46px;
  height: 20px;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  font-size: 1.1rem !important;
  font-weight: bold;
  line-height: 18px;
  border-radius: 3px;
}

.cat_calendar_st.hgk {
  background-color: var(--c_gr_t);
  color: #fff;
}

.cat_calendar_st.online {
  background-color: var(--c_ryb_t);
  color: #fff;
  width: auto !important;
}

.cat_calendar_st.gk {
  background-color: var(--c_lb_t);
  color: aliceblue;
}

.cat_calendar_st.wk {
  background-color: #33c382;
  color: aliceblue;
}

.cat_calendar_st.md {
  background-color: var(--c_or_t);
  color: aliceblue;
}

.cat_calendar_st.sn {
  background-color: var(--c_rd_t);
  color: aliceblue;
}

.cat_calendar_st.js {
  background-color: #db5393;
  color: aliceblue;
}

.cat_calendar_st.flex {
  margin-right: 0 !important;
}

.fc-grid-event-wrapper {
  width: 100%;
  padding: 8px;
  border: #707070 1px solid;
  border-radius: 10px;
}

.fc-grid-event-more {
  color: var(--c_grn_t);
  font-size: 1rem;
  display: grid;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.tooltip {
  display: none;
  width: 170px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e1fed7;
  color: white;
  font-size: 90%;
  border-color: #707070;
  border-width: 1px;
  border-style: solid;
  z-index: 1000;
  text-align: center;
}

.main-event-title {
  font-size: 1.2rem;
  max-height: 6rem; /* Adjust line-height as needed */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.main-event-title .list {
  font-weight: 600;
}

.tooltip-close {
  width: 22px;
  height: 22px;
  position: absolute;
	left: -12px;
  top: -12px;
  border-width: 0;
  background-color: transparent;
}

.tooltip-content {
  width: 100%; /* Subtract the margin from the width */
  height: 100%; /* Subtract the margin from the height */
}

.tooltip-title {
  color: black;
  height: 24px;
}

.tooltip-title > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip-events {
  width: 100%;
  height: 172px;
  padding-left: 8px;
  padding-right: 8px;
  overflow-y: scroll;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 1fr;
  row-gap: 8px;
}

.tooltip-events::-webkit-scrollbar {
  display: none;
  width: 4px;
  background-color: #e1fed7;
}

.tooltip-events::-webkit-scrollbar-thumb {
  display: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.tooltip-content .tooltip-event {
  text-align: left;
  width: 100%;
  color: #000;
  padding: 8px;
  background-color: white;
  position: relative;
}

.tooltip-content .tooltip-event:last-child {
  margin-bottom: 4px;
}

.tooltip-content .tooltip-event .ended {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
}

.tooltip-content .box {
  width: 100%;
  background-color: #0c88b4;
  height: 50px;
}

.tooltip-content .box:nth-child(even) {
  background-color: #0e7b17;
  height: 30px;
}

.arrow {
  position: absolute;
  background: #e1fed7;
  border-color: #707070;
  z-index: -1;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fc-event-main {
  color: #000 !important;
}

.fc-grid-event-wrapper-end {
  pointer-events: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #aaaaaa;
  opacity: 70%;
  z-index: 100;
}

.fc-daygrid-event-harness .st-slug-div {
  row-gap: 8px;
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 8px;
}

.fc-daygrid-event-harness .st-slug-div > a:nth-child(even) {
  justify-self: end;
}
.st-slug-div a.cat_calendar_st {
/*	calender category hide */
/*	display: none; */
}
.st-online-div {
	display: none;
}

.fc-view-harness {
  --fc-border-color: auto;
}

.fc-dayGridMonth-view,
.fc-multiMonthTwoMonths-view {
  --fc-border-color: #ddd;
}

.fc-event-start {
  border-top: #ddd solid 1px;
}

.fc-event-end .fc-list-event-title {
  font-weight: 600;
}

.fc-list-event-time {
  padding: 14px 40px 14px 0px !important;
  font-size: 0;
}

.fc-list-event-time .your-new-div-class {
  font-size: 1.4rem;
}

.fc-list-event-title {
  padding: 14px 14px !important;
}

.fc-list-event-title .class_label {
  display: none;
}

.is-current-month {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

table.fc-col-header {
  margin: 0;
}

.fc-col-header-cell {
  font-weight: normal !important;
}

.fc-day-sat .fc-col-header-cell-cushion {
  color: blue;
}

.fc-day-sun .fc-col-header-cell-cushion {
  color: red;
}

.post_body_h2.mobile {
  display: none;
}

.fc_button_category.inactive {
  color: #c3c3c3;
  border-color: #c3c3c3;
}

@media only screen and (max-width: 824px) {
  .fc-list-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
	.fc-list-event-time{
		padding: 5px 0px 0px 0px !important;
	}
	.fc-list-event-title {
		padding:3px 14px !important;
	}
  .your-new-div-class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .your-new-div-class .acpt_label {
    width: 50px !important;
    margin-left: 10px;
/*     padding-left: 20px; */
/*     padding-right: 34px; */
  }
	.your-new-div-class .acpt_label.end{
		width: 125px !important;
	}
  .fc-list-event-title {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }
	.main-event-title{
		font-size:1.4rem;
	}
}
@media only screen and (max-width: 1110px) {
  .fc-toolbar-title {
    margin-top: -245px !important;
  }
  .fc_button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fc-daygrid-event .cat_calendar_st {
    width: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .fc-toolbar-title {
    margin-top: -245px !important;
  }
  .fc-daygrid-event-harness .st-slug-div {
    grid-template-columns: auto;
    margin-top: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fc-daygrid-event .cat_calendar_st {
    width: 5dvw;
  }
  .fc-daygrid-event-harness .st-slug-div > a:nth-child(even) {
    justify-self: center;
  }
}
@media only screen and (max-width: 576px) {
  .calendar-buttons {
    display: none;
  }
  .fc-toolbar-title {
    margin-top: -185px !important;
  }
  .fc-toolbar .fc-buttons {
    border-top: 2px solid var(--c_grn_t);
    border-radius: 12px 12px 0px 0px;
  }
  .list_block_seminar.archive_list {
    border: none;
  }
  .fc_button_gk,
  .fc_button_all,
  .fc_button_wk,
  .fc_button_md,
  .fc_button_sn,
  .fc_button_selected,
  .fc_button_inactive,
  .fc_button_category,
  .fc_button_js {
    width: 60px;
    height: 40px;
    font-size: 10px;
  }
  .fc_button {
    gap: 12px;
    padding: 0 2px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .div-buttons {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .post_body_h2.pc {
    display: none;
  }
  .post_body_h2.mobile {
    display: block;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .piecal-wrapper #calendar {
    padding-top: 8px;
  }
  .fc-event-start {
    border-top: #6e6e6e solid 1px;
  }
}
@media only screen and (max-width: 374px) {
  .fc-toolbar-title {
    margin-top: -235px !important;
  }
}
/********************************************************
  若者・学生の方
********************************************************/
/* ---- 表示・非表示調整 ---- */
@media screen and (min-width: 768px) {
  .youth_pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .youth_sp_none {
    display: none;
  }
}
/* ---- 画像サイズ調整 ---- */
.w100 {
  width: 100%;
  max-width: 500px;
}

/* ---- 位置調整 ---- */
.center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.anchor {
  margin-top: -110px;
  padding-top: 110px;
}

.ser_anchor {
  margin-top: -50px;
  padding-top: 20px;
}

/* ---- フォント設定 ---- */
.youth h2,
.youth h2 a {
  font-size: 30px;
  font-weight: bold;
  color: var(--c_tq_t);
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .youth h2,
  .youth h2 a {
    font-size: 20px;
    font-weight: bold;
    color: var(--c_tq_t);
    text-align: center;
    line-height: 1.5;
  }
}
.youth p {
  line-height: 1.5;
}

.youth h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.color_skyblue {
  color: var(--c_lb_t) !important;
}

.color_blue {
  color: var(--c_gr_t) !important;
}

.underline {
  text-decoration: underline;
}

/* ---- リストの設定 ---- */
.marker li {
  list-style-type: none;
  line-height: 2.5;
  position: relative;
  margin-left: 40px;
  padding-left: 2px;
}

.marker li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
}

/* ---- 色付き背景 ---- */
.color_bg {
  background: rgba(30, 195, 130, 0.1019607843);
  width: 100%;
  padding: 40px 0 8px;
}

.list_box1 {
  background: rgba(30, 195, 130, 0.1019607843);
  padding: 30px 20px;
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  border: 2px solid var(--c_tq_t);
}

.list_box1 p {
  margin-top: 15px;
  list-style-type: none;
}

.midashi_line1 {
  color: var(--c_tq_t);
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.midashi_line1:before,
.midashi_line1:after {
  border-top: 2px solid var(--c_tq_t);
  content: '';
  width: 16%;
}

.midashi_line1:before {
  margin-right: 1em;
}

.midashi_line1:after {
  margin-left: 1em;
}

.list_box2 {
  background: rgba(50, 185, 225, 0.1019607843);
  padding: 30px 20px;
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  border: 2px solid var(--c_lb_t);
}

.list_box2 p {
  margin-top: 15px;
  list-style-type: none;
}

.midashi_line2 {
  color: var(--c_lb_t);
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.midashi_line2:before,
.midashi_line2:after {
  border-top: 2px solid var(--c_lb_t);
  content: '';
  width: 16%;
}

.midashi_line2:before {
  margin-right: 1em;
}

.midashi_line2:after {
  margin-left: 1em;
}

.list_box3 {
  background: rgba(70, 120, 135, 0.1019607843);
  padding: 30px 20px;
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  border: 2px solid var(--c_gr_t);
}

.list_box3 p {
  margin-top: 15px;
  list-style-type: none;
}

.midashi_line3 {
  color: var(--c_gr_t);
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.midashi_line3:before,
.midashi_line3:after {
  border-top: 2px solid var(--c_gr_t);
  content: '';
  width: 16%;
}

.midashi_line3:before {
  margin-right: 1em;
}

.midashi_line3:after {
  margin-left: 1em;
}

/* ---- 緑ボタン ---- */
.grn_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  color: #fff;
  background-color: var(--c_grn_t);
  border: solid 1px var(--c_grn_t);
  margin: 25px auto 50px;
}

.grn_btn a {
  color: white;
}

.grn_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grn_btn:hover {
  opacity: 0.7;
}

/* ---- トップ画像テキストエリア ---- */
.youth_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 1100px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.youth_title_box {
  position: absolute;
  top: 54%;
  right: 0;
  width: 530px;
  font-weight: bold;
  color: #fff;
  padding: 3.6rem 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(30, 195, 130, 0.4);
}

.youth_title_box .title {
  font-size: 4.2rem;
  line-height: 6.1rem;
  margin-bottom: 1.5rem;
}

.youth_title_box .title small {
  font-size: 3rem;
}

.youth_title_box .text {
  font-size: 2.4rem;
  line-height: 3.5rem;
}

@media screen and (max-width: 767px) {
  .page_title {
    height: 320px;
  }
  .youth_title_box {
    top: auto;
    bottom: 14px;
    width: 100%;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    background-color: rgba(30, 195, 130, 0.4);
  }
  .youth_title_box .title {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 1.2rem;
  }
  .youth_title_box .title small {
    font-size: 2.3rem;
  }
  .youth_title_box .text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
/* ---- アンカーメニューグリッド（PC） ---- */
@media screen and (min-width: 768px) {
  .glo_navi {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#5db7dd),
      color-stop(50%),
      to(var(--c_tq_t))
    );
    background: linear-gradient(0.25turn, #5db7dd, 50%, var(--c_tq_t));
    overflow-x: auto;
    line-height: 1.2;
    padding: 3px 0;
  }
  .glo_navi ul {
    display: table;
    margin: 0 auto;
    width: 1098px;
    max-width: 100%;
    text-align: center;
    height: 70px;
  }
  .glo_navi ul li {
    display: table-cell;
    width: 183px;
    height: 70px;
    border-right: 1px solid white;
    vertical-align: middle;
  }
  .glo_navi ul li:first-child {
    border-left: 1px solid white;
  }
  .glo_navi ul li a {
    display: grid;
    height: 70px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    place-items: center center;
  }
  .glo_navi ul li a:hover {
    background: #8fd3dd;
  }
}
/* ---- アンカーメニューグリッド（SP） ---- */
@media screen and (max-width: 767px) {
  .glo_navi {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#5db7dd),
      color-stop(50%),
      to(var(--c_tq_t))
    );
    background: linear-gradient(0.25turn, #5db7dd, 50%, var(--c_tq_t));
    line-height: 1.2;
  }
  .glo_navi ul {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-auto-flow: column;
  }
  .glo_navi ul li a {
    display: grid;
    width: 100%;
    height: 45px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    place-items: center left;
  }
  .bottom_line {
    position: relative;
  }
  .bottom_line::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    width: 92%;
    height: 1px;
    background: white;
  }
  .glo_navi ul li {
    position: relative;
  }
  .glo_navi ul li:nth-child(3)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: white;
    position: absolute;
    bottom: 5px;
    right: -1px;
  }
  .glo_navi ul li:nth-child(4)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: white;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .glo_navi ul li:nth-child(5)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 45px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
  }
  .glo_navi ul li a:hover {
    background: #8fd3dd;
  }
}
/* ---- サービスの一例グリッド ---- */
#s1,
#s2,
#s3,
#s4,
#s5,
#s6 {
  padding-top: 80px;
  margin-top: -80px;
}

.service_grid {
  display: grid;
  grid-template-columns: 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667%;
}

.service_grid div {
  text-align: center;
  margin: 10px 10px;
}

.service_grid img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.3333333333% 33.3333333333% 33.3333333333%;
  }
  .service_grid div {
    text-align: center;
    margin: 10px 10px 25px;
  }
  .service_grid img {
    width: 100%;
    max-width: 140px;
  }
}
/* ---- サービスの一例flexbox ---- */
.youth_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.youth_flexitem1 {
  width: 48%;
}

.youth_flexitem1 img {
  width: 100%;
  aspect-ratio: 20/11;
  -o-object-fit: cover;
  object-fit: cover;
}

.youth_flexitem2 {
  margin: 0 25px;
  width: 52%;
}

.youth_flex:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .youth_flex {
    display: block;
    width: 100%;
  }
  .youth_flexitem1 {
    width: 100%;
  }
  .youth_flexitem2 {
    margin: 30px 0;
    width: 100%;
  }
}
/* ---- 先輩からのメッセージ ---- */
.message_grid {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}

.message_box1 {
  border: 2px solid var(--c_lb_t);
  border-radius: 15px;
  margin: 20px 12px;
  padding: 16px;
  line-height: 1.5;
}

.message_box2 {
  border: 2px solid var(--c_tq_t);
  border-radius: 15px;
  margin: 20px 12px;
  padding: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .message_grid {
    display: block;
  }
  .message_box1 {
    border: 2px solid var(--c_lb_t);
    border-radious: 15px;
    margin: 20px;
    padding: 16px 28px;
  }
  .message_box2 {
    border: 2px solid var(--c_tq_t);
    border-radious: 15px;
    margin: 20px;
    padding: 16px 28px;
  }
}
.message_grid2 {
  display: grid;
  grid-template-columns: 22% 78%;
  border-bottom: 2px solid var(--c_lb_t);
  width: 100%;
  aspect-ratio: 3/1;
}

.message_grid2 span {
  margin: 10px 2px;
  font-weight: bold;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message_grid2 img {
  width: 100%;
}

.message_grid3 {
  display: grid;
  grid-template-columns: 22% 78%;
  border-bottom: 2px solid var(--c_tq_t);
  width: 100%;
  aspect-ratio: 3/1;
}

.message_grid3 span {
  margin: 10px 2px;
  font-weight: bold;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.message_grid3 img {
  width: 100%;
}

/* ---- スライダー（PC） ---- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  margin: 0 auto;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: dimgray;
  border: none;
  color: white;
}

.flickity-button:hover {
  background: dimgray;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 90%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
  top: 50%;
}

.flickity-prev-next-button.next {
  right: 10px;
  top: 50%;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  display: none;
}

.flickity-rtl .flickity-page-dots {
  display: none;
}

.flickity-page-dots .dot {
  display: none;
}

.flickity-page-dots .dot.is-selected {
  display: none;
}

/* external css: flickity.css */
.gallery {
  background: white;
  width: 100%;
  margin: 0 auto;
}

.gallery .message_box1,
.gallery .message_box2 {
  width: 28%;
  margin: 30px 10px;
  aspect-ratio: 2/3;
}

.gallery-cell {
  width: 100%;
  background: white;
  counter-increment: gallery-cell;
  z-index: 0 !important;
  margin: 0 auto;
}

/* ---- スライダー（SP） ---- */
@media screen and (max-width: 767px) {
  .flickity-enabled {
    position: relative;
  }
  .flickity-enabled:focus {
    outline: none;
  }
  .flickity-viewport {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  .flickity-slider {
    position: absolute;
    width: 100%;
    margin: 0 auto;
  }
  /* draggable */
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  /* ---- flickity-button ---- */
  .flickity-button {
    position: absolute;
    background: dimgray;
    border: none;
    color: white;
  }
  .flickity-button:hover {
    background: dimgray;
    cursor: pointer;
  }
  .flickity-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #19f;
    box-shadow: 0 0 0 5px #19f;
  }
  .flickity-button:active {
    opacity: 0.6;
  }
  .flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
  }
  .flickity-button-icon {
    fill: currentColor;
  }
  /* ---- previous/next buttons ---- */
  .flickity-prev-next-button {
    top: 90%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .flickity-prev-next-button.previous {
    left: 10px;
    top: 50%;
  }
  .flickity-prev-next-button.next {
    right: 10px;
    top: 50%;
  }
  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 0;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 0;
  }
  .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
  }
  /* ---- page dots ---- */
  .flickity-page-dots {
    display: none;
  }
  .flickity-rtl .flickity-page-dots {
    display: none;
  }
  .flickity-page-dots .dot {
    display: none;
  }
  .flickity-page-dots .dot.is-selected {
    display: none;
  }
  /* external css: flickity.css */
  .gallery {
    background: white;
    width: 100%;
    margin: 0 auto;
  }
  .gallery .message_box1,
  .gallery .message_box2 {
    width: 90%;
    margin: 20px 8px;
    aspect-ratio: 2/3;
  }
  .gallery-cell {
    width: 100%;
    background: white;
    counter-increment: gallery-cell;
    z-index: 0 !important;
    margin: 0 auto;
  }
}
/* ---- よくある質問 ---- */
.accordion * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion_row {
  overflow: hidden;
  position: relative;
}

.accordion_row:last-child {
  margin-bottom: 0;
}

.accordion_header {
  padding: 1em 2.8em 1em 2em;
  cursor: pointer;
  position: relative;
  border-top: 1px solid black;
  margin-bottom: -1px;
}

.a_bb {
  border-bottom: 1px solid black;
}

.accordion_barBox {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion_bar {
  display: block;
  width: 0.8em;
  height: 2px;
  background: #444;
  position: absolute;
  top: 50%;
  left: 50%;
}

.accordion_bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordion_bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.accordion_content {
  display: none;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.accordion_content-inner {
  padding: 0 1em;
}

.accordion_content-bg {
  padding: 1em;
}

.accordion p {
  font-weight: bold;
  font-size: 16px;
}

.accordion_header p,
.accordion_content p {
  margin: 0;
}

.accordion_row.-active .accordion_bar:nth-of-type(2) {
  opacity: 0;
}

.qa_grid {
  display: grid;
  grid-template-columns: 40px calc(100% - 40px);
  width: 100%;
}

.qa_grid span {
  margin: 0 10px;
}

.qa_grid .big {
  font-size: 24px;
}

.qa_text {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-middle {
  /* ---- 表示・非表示調整 ---- */
  /* ---- フォント設定 ---- */
  /* ---- リストの設定 ---- */
  /* ---- 色付き背景 ---- */
  /* ---- 緑ボタン ---- */
  /* ---- トップ画像テキストエリア ---- */
  /* ---- アンカーメニューグリッド（PC） ---- */
  /* ---- アンカーメニューグリッド（SP） ---- */
  /* ---- サービスの一例グリッド ---- */
  /* ---- サービスの一例flexbox ---- */
  /* ---- 先輩からのメッセージ ---- */
  /* ---- スライダー ---- */
  /* draggable */
  /* ---- flickity-button ---- */
  /* ---- previous/next buttons ---- */
  /* right to left */
  /* ---- page dots ---- */
  /* external css: flickity.css */
  /* ---- よくある質問 ---- */
}
@media screen and (min-width: 768px) {
  .page-middle .middle_pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-middle .middle_sp_none {
    display: none;
  }
}
.page-middle .middle h2,
.page-middle .middle h2 a {
  font-size: 30px;
  font-weight: bold;
  color: var(--c_or_t);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-middle .middle h2,
  .page-middle .middle h2 a {
    font-size: 20px;
    font-weight: bold;
    color: var(--c_or_t);
    text-align: center;
    line-height: 1.5;
  }
}
.page-middle .middle p {
  line-height: 1.5;
}
.page-middle .middle h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.page-middle .color_blue {
  color: var(--c_gr_t) !important;
}
.page-middle .underline {
  text-decoration: underline;
}
.page-middle .marker li {
  list-style-type: none;
  line-height: 2.5;
  position: relative;
  margin-left: 40px;
  padding-left: 2px;
}
.page-middle .marker li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
}
.page-middle .color_bg {
  background: #fef8e7;
  width: 100%;
  padding: 40px 0 8px;
}
.page-middle .list_box1 {
  background: #fef8e7;
  padding: 30px 20px;
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  border: 2px solid var(--c_or_t);
}
.page-middle .list_box1 p {
  margin-top: 15px;
  list-style-type: none;
}
.page-middle .midashi_line1 {
  color: var(--c_or_t);
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-middle .midashi_line1:before,
.page-middle .midashi_line1:after {
  border-top: 2px solid var(--c_or_t);
  content: '';
  width: 16%;
}
.page-middle .midashi_line1:before {
  margin-right: 1em;
}
.page-middle .midashi_line1:after {
  margin-left: 1em;
}
.page-middle .list_box2 {
  background: rgba(70, 120, 135, 0.1019607843);
  padding: 30px 20px;
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  border: 2px solid var(--c_gr_t);
}
.page-middle .list_box2 p {
  margin-top: 15px;
  list-style-type: none;
}
.page-middle .midashi_line2 {
  color: var(--c_gr_t);
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-middle .midashi_line2:before,
.page-middle .midashi_line2:after {
  border-top: 2px solid var(--c_gr_t);
  content: '';
  width: 16%;
}
.page-middle .midashi_line2:before {
  margin-right: 1em;
}
.page-middle .midashi_line2:after {
  margin-left: 1em;
}
.page-middle .grn_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  color: #fff;
  background-color: var(--c_grn_t);
  border: solid 1px var(--c_grn_t);
  margin: 25px auto 50px;
}
.page-middle .grn_btn a {
  color: white;
}
.page-middle .grn_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-middle .grn_btn:hover {
  opacity: 0.7;
}
.page-middle .middle_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 1100px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-middle .middle_title_box {
  position: absolute;
  top: 54%;
  right: 0;
  width: 490px;
  font-weight: bold;
  color: #fff;
  padding: 3.6rem 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(245, 185, 15, 0.4);
}
.page-middle .middle_title_box .title {
  font-size: 4.2rem;
  line-height: 6.1rem;
  margin-bottom: 1.5rem;
}
.page-middle .middle_title_box .title small {
  font-size: 3rem;
}
.page-middle .middle_title_box .text {
  font-size: 2.4rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .page-middle .page_title {
    height: 320px;
  }
  .page-middle .middle_title_box {
    top: auto;
    bottom: 14px;
    width: 100%;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    background-color: rgba(245, 185, 15, 0.4);
  }
  .page-middle .middle_title_box .title {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 1.2rem;
  }
  .page-middle .middle_title_box .title small {
    font-size: 2.3rem;
  }
  .page-middle .middle_title_box .text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .page-middle .glo_navi {
    background: var(--c_or_t);
    overflow-x: auto;
    line-height: 1.2;
    padding: 3px 0;
  }
  .page-middle .glo_navi ul {
    display: table;
    margin: 0 auto;
    width: 1098px;
    max-width: 100%;
    text-align: center;
    height: 70px;
  }
  .page-middle .glo_navi ul li {
    display: table-cell;
    width: 183px;
    height: 70px;
    border-right: 1px solid white;
    vertical-align: middle;
  }
  .page-middle .glo_navi ul li:first-child {
    border-left: 1px solid white;
  }
  .page-middle .glo_navi ul li a {
    display: grid;
    height: 70px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    place-items: center center;
  }
  .page-middle .glo_navi ul li a:hover {
    background: #f9d367;
  }
}
@media screen and (max-width: 767px) {
  .page-middle .glo_navi {
    background: var(--c_or_t);
    line-height: 1.2;
  }
  .page-middle .glo_navi ul {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-auto-flow: column;
  }
  .page-middle .glo_navi ul li a {
    display: grid;
    width: 100%;
    height: 45px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    place-items: center left;
  }
  .page-middle .bottom_line {
    position: relative;
  }
  .page-middle .bottom_line::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    width: 92%;
    height: 1px;
    background: white;
  }
  .page-middle .glo_navi ul li {
    position: relative;
  }
  .page-middle .glo_navi ul li:nth-child(3)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: white;
    position: absolute;
    bottom: 5px;
    right: -1px;
  }
  .page-middle .glo_navi ul li:nth-child(4)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: white;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .page-middle .glo_navi ul li:nth-child(5)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 45px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-middle .glo_navi ul li a:hover {
    background: #f9d367;
  }
}
.page-middle #s1,
.page-middle #s2,
.page-middle #s3,
.page-middle #s4,
.page-middle #s5,
.page-middle #s6 {
  padding-top: 80px;
  margin-top: -80px;
}
.page-middle .service_grid {
  display: grid;
  grid-template-columns: 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667%;
}
.page-middle .service_grid div {
  text-align: center;
  margin: 10px 10px;
}
.page-middle .service_grid img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-middle .service_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.3333333333% 33.3333333333% 33.3333333333%;
  }
  .page-middle .service_grid div {
    text-align: center;
    margin: 10px 10px 25px;
  }
  .page-middle .service_grid img {
    width: 100%;
    max-width: 140px;
  }
}
.page-middle .middle_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.page-middle .middle_flexitem1 {
  width: 48%;
}
.page-middle .middle_flexitem1 img {
  width: 100%;
  aspect-ratio: 20/11;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-middle .middle_flexitem2 {
  margin: 0 25px;
  width: 52%;
}
.page-middle .middle_flex:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-middle .middle_flex {
    display: block;
    width: 100%;
  }
  .page-middle .middle_flexitem1 {
    width: 100%;
  }
  .page-middle .middle_flexitem2 {
    margin: 30px 0;
    width: 100%;
  }
}
.page-middle .message_grid {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.page-middle .message_box {
  border: 2px solid var(--c_or_t);
  border-radius: 15px;
  margin: 20px 12px;
  padding: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-middle .message_grid {
    display: block;
  }
  .page-middle .message_box {
    border: 2px solid var(--c_or_t);
    border-radious: 15px;
    margin: 20px;
    padding: 16px 28px;
  }
}
.page-middle .message_grid2 {
  display: grid;
  grid-template-columns: 22% 78%;
  border-bottom: 2px solid var(--c_or_t);
  width: 100%;
  aspect-ratio: 3/1;
}
.page-middle .message_grid2 span {
  margin: 10px 2px;
  font-weight: bold;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-middle .message_grid2 img {
  width: 100%;
}
.page-middle .flickity-enabled {
  position: relative;
}
.page-middle .flickity-enabled:focus {
  outline: none;
}
.page-middle .flickity-viewport {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.page-middle .flickity-slider {
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.page-middle .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-middle .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.page-middle .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.page-middle .flickity-button {
  position: absolute;
  background: dimgray;
  border: none;
  color: white;
}
.page-middle .flickity-button:hover {
  background: dimgray;
  cursor: pointer;
}
.page-middle .flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}
.page-middle .flickity-button:active {
  opacity: 0.6;
}
.page-middle .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.page-middle .flickity-button-icon {
  fill: currentColor;
}
.page-middle .flickity-prev-next-button {
  top: 90%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-middle .flickity-prev-next-button.previous {
  left: 10px;
  top: 50%;
}
.page-middle .flickity-prev-next-button.next {
  right: 10px;
  top: 50%;
}
.page-middle .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}
.page-middle .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}
.page-middle .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.page-middle .flickity-page-dots {
  display: none;
}
.page-middle .flickity-rtl .flickity-page-dots {
  display: none;
}
.page-middle .flickity-page-dots .dot {
  display: none;
}
.page-middle .flickity-page-dots .dot.is-selected {
  display: none;
}
.page-middle .gallery {
  background: white;
  width: 100%;
  margin: 0 auto;
}
.page-middle .gallery .message_box {
  width: 90%;
  margin: 20px 8px;
  aspect-ratio: 3/4;
}
.page-middle .gallery-cell {
  width: 100%;
  background: white;
  counter-increment: gallery-cell;
  z-index: 0 !important;
  margin: 0 auto;
}
.page-middle .accordion * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-middle .accordion_row {
  overflow: hidden;
  position: relative;
}
.page-middle .accordion_row:last-child {
  margin-bottom: 0;
}
.page-middle .accordion_header {
  padding: 1em 2.8em 1em 2em;
  cursor: pointer;
  position: relative;
  border-top: 1px solid black;
  margin-bottom: -1px;
}
.page-middle .a_bb {
  border-bottom: 1px solid black;
}
.page-middle .accordion_barBox {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-middle .accordion_bar {
  display: block;
  width: 0.8em;
  height: 2px;
  background: #444;
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-middle .accordion_bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-middle .accordion_bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.page-middle .accordion_content {
  display: none;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.page-middle .accordion_content-inner {
  padding: 0 1em;
}
.page-middle .accordion_content-bg {
  padding: 1em;
}
.page-middle .accordion p {
  font-weight: bold;
  font-size: 16px;
}
.page-middle .accordion_header p,
.page-middle .accordion_content p {
  margin: 0;
}
.page-middle .accordion_row.-active .accordion_bar:nth-of-type(2) {
  opacity: 0;
}
.page-middle .qa_grid {
  display: grid;
  grid-template-columns: 40px calc(100% - 40px);
  width: 100%;
}
.page-middle .qa_grid span {
  margin: 0 10px;
}
.page-middle .qa_grid .big {
  font-size: 24px;
}
.page-middle .qa_text {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ---- 表示・非表示調整 ---- */
.page-senior {
  /* ---- 画像サイズ調整 ---- */
  /* ---- 位置調整 ---- */
  /* ---- フォント設定 ---- */
  /* ---- リストの設定 ---- */
  /* ---- 色付き背景 ---- */
  /* ---- 緑ボタン ---- */
  /* ---- トップ画像テキストエリア ---- */
  /* ---- アンカーメニューグリッド（PC） ---- */
  /* ---- アンカーメニューグリッド（SP） ---- */
  /* ---- サービスの一例グリッド ---- */
  /* ---- サービスの一例flexbox ---- */
  /* ---- 先輩からのメッセージ ---- */
}
@media screen and (min-width: 768px) {
  .page-senior .sr_pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-senior .sr_sp_none {
    display: none;
  }
}
.page-senior .w100 {
  width: 100%;
  max-width: 500px;
}
.page-senior .center {
  margin: 0 auto;
}
.page-senior .text-center {
  text-align: center;
}
.page-senior .anchor {
  margin-top: -110px;
  padding-top: 110px;
}
.page-senior .ser_anchor {
  margin-top: -50px;
  padding-top: 330px;
}
.page-senior .sr h2,
.page-senior .sr h2 a {
  font-size: 30px;
  font-weight: bold;
  color: var(--c_rd_t);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-senior .sr h2,
  .page-senior .sr h2 a {
    font-size: 20px;
    font-weight: bold;
    color: var(--c_rd_t);
    text-align: center;
    line-height: 1.5;
  }
}
.page-senior .sr p {
  line-height: 1.5;
}
.page-senior .sr h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.page-senior .color_blue {
  color: var(--c_gr_t) !important;
}
.page-senior .underline {
  text-decoration: underline;
}
.page-senior .marker li {
  list-style-type: none;
  line-height: 2.5;
  position: relative;
  margin-left: 40px;
  padding-left: 2px;
}
.page-senior .marker li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
}
.page-senior .color_bg {
  background: rgba(205, 102, 70, 0.1019607843);
  width: 100%;
  padding: 40px 0 8px;
}
.page-senior .list_box {
  background: rgba(205, 102, 70, 0.1019607843);
  padding: 30px 20px;
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  border: 2px solid var(--c_rd_t);
}
.page-senior .list_box p {
  margin-top: 15px;
  list-style-type: none;
}
.page-senior .midashi_line {
  color: var(--c_rd_t);
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-senior .midashi_line:before,
.page-senior .midashi_line:after {
  border-top: 2px solid var(--c_rd_t);
  content: '';
  width: 16%;
}
.page-senior .midashi_line:before {
  margin-right: 1em;
}
.page-senior .midashi_line:after {
  margin-left: 1em;
}
.page-senior .grn_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  color: #fff;
  background-color: var(--c_grn_t);
  border: solid 1px var(--c_grn_t);
  margin: 25px auto 50px;
}
.page-senior .grn_btn a {
  color: white;
}
.page-senior .grn_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-senior .grn_btn:hover {
  opacity: 0.7;
}
.page-senior .sr_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 1100px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-senior .sr_title_box {
  position: absolute;
  top: 54%;
  right: 0;
  width: 470px;
  font-weight: bold;
  color: #fff;
  padding: 3.6rem 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(220, 95, 60, 0.4);
}
.page-senior .sr_title_box .title {
  font-size: 4.2rem;
  line-height: 6.1rem;
  margin-bottom: 1.5rem;
}
.page-senior .sr_title_box .title small {
  font-size: 3rem;
}
.page-senior .sr_title_box .text {
  font-size: 2.4rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .page-senior .page_title {
    height: 320px;
  }
  .page-senior .sr_title_box {
    top: auto;
    bottom: 14px;
    width: 100%;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    background-color: rgba(220, 95, 60, 0.4);
  }
  .page-senior .sr_title_box .title {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 1.2rem;
  }
  .page-senior .sr_title_box .title small {
    font-size: 2.3rem;
  }
  .page-senior .sr_title_box .text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .page-senior .glo_navi {
    background: var(--c_rd_t);
    overflow-x: auto;
    line-height: 1.2;
    padding: 3px 0;
  }
  .page-senior .glo_navi ul {
    display: table;
    margin: 0 auto;
    width: 1098px;
    max-width: 100%;
    text-align: center;
    height: 70px;
  }
  .page-senior .glo_navi ul li {
    display: table-cell;
    width: 183px;
    height: 70px;
    border-right: 1px solid white;
    vertical-align: middle;
  }
  .page-senior .glo_navi ul li:first-child {
    border-left: 1px solid white;
  }
  .page-senior .glo_navi ul li a {
    display: grid;
    height: 70px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    place-items: center center;
  }
  .page-senior .glo_navi ul li a:hover {
    background: #e99983;
  }
}
@media screen and (max-width: 767px) {
  .page-senior .glo_navi {
    background: var(--c_rd_t);
    line-height: 1.2;
  }
  .page-senior .glo_navi ul {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-auto-flow: column;
  }
  .page-senior .glo_navi ul li a {
    display: grid;
    width: 100%;
    height: 45px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    place-items: center left;
  }
  .page-senior .bottom_line {
    position: relative;
  }
  .page-senior .bottom_line::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    width: 92%;
    height: 1px;
    background: white;
  }
  .page-senior .glo_navi ul li {
    position: relative;
  }
  .page-senior .glo_navi ul li:nth-child(3)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: white;
    position: absolute;
    bottom: 5px;
    right: -1px;
  }
  .page-senior .glo_navi ul li:nth-child(4)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: white;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .page-senior .glo_navi ul li:nth-child(5)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 45px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-senior .glo_navi ul li a:hover {
    background: #e99983;
  }
}
.page-senior .service_grid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  max-width: 800px;
  margin: 40px auto;
}
.page-senior .service_grid div {
  text-align: center;
  margin: 10px 10px;
}
.page-senior .service_grid img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-senior .service_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
  }
  .page-senior .service_grid div {
    text-align: center;
    margin: 10px 10px 25px;
  }
  .page-senior .service_grid img {
    width: 100%;
    max-width: 140px;
  }
}
.page-senior #s1,
.page-senior #s2,
.page-senior #s3,
.page-senior #s4,
.page-senior #s5,
.page-senior #s6 {
  padding-top: 80px;
  margin-top: -80px;
}
.page-senior .sr_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.page-senior .sr_flexitem1 {
  width: 48%;
}
.page-senior .sr_flexitem1 img {
  width: 100%;
  aspect-ratio: 20/11;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-senior .sr_flexitem2 {
  margin: 0 25px;
  width: 52%;
}
.page-senior .sr_flex:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-senior .sr_flex {
    display: block;
    width: 100%;
  }
  .page-senior .sr_flexitem1 {
    width: 100%;
  }
  .page-senior .sr_flexitem2 {
    margin: 30px 0;
    width: 100%;
  }
}
.page-senior .message_grid {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.page-senior .message_box {
  border: 2px solid var(--c_rd_t);
  border-radius: 15px;
  margin: 20px 12px;
  padding: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-senior .message_grid {
    display: block;
  }
  .page-senior .message_box {
    border: 2px solid var(--c_rd_t);
    border-radious: 15px;
    margin: 20px;
    padding: 16px 28px;
  }
}
.page-senior .message_grid2 {
  display: grid;
  grid-template-columns: 22% 78%;
  border-bottom: 2px solid var(--c_rd_t);
  width: 100%;
  aspect-ratio: 3/1;
}
.page-senior .message_grid2 span {
  margin: 10px 2px;
  font-weight: bold;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-senior .message_grid2 img {
  width: 100%;
}

.page-woman {
  /* ---- 表示・非表示調整 ---- */
  /* ---- 画像サイズ調整 ---- */
  /* ---- 位置調整 ---- */
  /* ---- フォント設定 ---- */
  /* ---- リストの設定 ---- */
  /* ---- 色付き背景 ---- */
  /* ---- 緑ボタン ---- */
  /* ---- トップ画像テキストエリア ---- */
  /* ---- アンカーメニューグリッド（PC） ---- */
  /* ---- アンカーメニューグリッド（SP） ---- */
  /* ---- 赤ちゃんの駅 ---- */
  /* ---- 動画 ---- */
  /* ---- サービスの一例グリッド ---- */
  /* ---- サービスの一例flexbox ---- */
  /* ---- 先輩からのメッセージ ---- */
  /* ---- スライダー ---- */
  /* draggable */
  /* ---- flickity-button ---- */
  /* ---- previous/next buttons ---- */
  /* right to left */
  /* ---- page dots ---- */
  /* external css: flickity.css */
  /* ---- よくある質問 ---- */
}
@media screen and (min-width: 768px) {
  .page-woman .woman_pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-woman .woman_sp_none {
    display: none;
  }
}
.page-woman .w100 {
  width: 100%;
  max-width: 500px;
}
.page-woman .center {
  margin: 0 auto;
}
.page-woman .text-center {
  text-align: center;
}
.page-woman .anchor {
  margin-top: -110px;
  padding-top: 110px;
}
.page-woman .ser_anchor {
  margin-top: -50px;
  padding-top: 330px;
}
.page-woman .woman h2,
.page-woman .woman h2 a {
  font-size: 30px;
  font-weight: bold;
  color: var(--c_pi_t);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-woman .woman h2,
  .page-woman .woman h2 a {
    font-size: 20px;
    font-weight: bold;
    color: var(--c_pi_t);
    text-align: center;
    line-height: 1.5;
  }
}
.page-woman .woman p {
  line-height: 1.5;
}
.page-woman .woman h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.page-woman .color_blue {
  color: var(--c_gr_t) !important;
}
.page-woman .underline {
  text-decoration: underline;
}
.page-woman .marker li {
  list-style-type: none;
  line-height: 2.5;
  position: relative;
  margin-left: 40px;
  padding-left: 2px;
}
.page-woman .marker li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -20px;
  width: 12px;
  height: 12px;
  background: black;
  border-radius: 50%;
}
.page-woman .color_bg {
  background: rgba(203, 93, 144, 0.1019607843);
  width: 100%;
  padding: 40px 0 8px;
}
.page-woman .list_box {
  background: rgba(203, 93, 144, 0.1019607843);
  padding: 30px 20px;
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  border: 2px solid var(--c_pi_t);
}
.page-woman .list_box p {
  margin-top: 15px;
  list-style-type: none;
}
.page-woman .midashi_line {
  color: var(--c_pi_t);
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-woman .midashi_line:before,
.page-woman .midashi_line:after {
  border-top: 2px solid var(--c_pi_t);
  content: '';
  width: 16%;
}
.page-woman .midashi_line:before {
  margin-right: 1em;
}
.page-woman .midashi_line:after {
  margin-left: 1em;
}
.page-woman .grn_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  color: #fff;
  background-color: var(--c_grn_t);
  border: solid 1px var(--c_grn_t);
  margin: 25px auto 50px;
}
.page-woman .grn_btn a {
  color: white;
}
.page-woman .grn_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-woman .grn_btn:hover {
  opacity: 0.7;
}
.page-woman .woman_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 1100px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-woman .woman_title_box {
  position: absolute;
  top: 54%;
  right: 0;
  width: 490px;
  font-weight: bold;
  color: #fff;
  padding: 3.6rem 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(219, 83, 146, 0.4);
}
.page-woman .woman_title_box .title {
  font-size: 4.2rem;
  line-height: 6.1rem;
  margin-bottom: 1.5rem;
}
.page-woman .woman_title_box .title small {
  font-size: 3rem;
}
.page-woman .woman_title_box .text {
  font-size: 2.4rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .page-woman .page_title {
    height: 320px;
  }
  .page-woman .woman_title_box {
    top: auto;
    bottom: 14px;
    width: 100%;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    background-color: rgba(219, 83, 146, 0.4);
  }
  .page-woman .woman_title_box .title {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 1.2rem;
  }
  .page-woman .woman_title_box .title small {
    font-size: 2.3rem;
  }
  .page-woman .woman_title_box .text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .page-woman .glo_navi {
    background: var(--c_pi_t);
    overflow-x: auto;
    line-height: 1.2;
    padding: 3px 0;
  }
  .page-woman .glo_navi ul {
    display: table;
    margin: 0 auto;
    width: 1098px;
    max-width: 100%;
    text-align: center;
    height: 70px;
  }
  .page-woman .glo_navi ul li {
    display: table-cell;
    width: 183px;
    height: 70px;
    border-right: 1px solid white;
    vertical-align: middle;
  }
  .page-woman .glo_navi ul li:first-child {
    border-left: 1px solid white;
  }
  .page-woman .glo_navi ul li a {
    display: grid;
    height: 70px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    place-items: center center;
  }
  .page-woman .glo_navi ul li a:hover {
    background: #e892ba;
  }
}
@media screen and (max-width: 767px) {
  .page-woman .glo_navi {
    background: var(--c_pi_t);
    line-height: 1.2;
  }
  .page-woman .glo_navi ul {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.3333333333% 33.3333333333% 33.3333333333%;
    grid-auto-flow: column;
  }
  .page-woman .glo_navi ul li a {
    display: grid;
    width: 100%;
    height: 45px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    place-items: center left;
  }
  .page-woman .bottom_line {
    position: relative;
  }
  .page-woman .bottom_line::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    width: 92%;
    height: 1px;
    background: white;
  }
  .page-woman .glo_navi ul li {
    position: relative;
  }
  .page-woman .glo_navi ul li:nth-child(3)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: white;
    position: absolute;
    bottom: 5px;
    right: -1px;
  }
  .page-woman .glo_navi ul li:nth-child(4)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: white;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .page-woman .glo_navi ul li:nth-child(5)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 45px;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-woman .glo_navi ul li a:hover {
    background: #e892ba;
  }
}
.page-woman .akachan_grid {
  display: grid;
  grid-template-columns: 30% 70%;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.page-woman .akachan_grid div {
  margin: 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
.page-woman .akachan_grid img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-woman .akachan_grid {
    display: block;
  }
  .page-woman .akachan_grid div {
    margin: 10px 10px 25px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-woman .akachan_grid img {
    width: 80%;
  }
}
.page-woman .youtube {
  width: 100%;
  max-width: 480px;
  margin: 12px auto 25px;
}
.page-woman .youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 480px;
  margin: 12px auto 25px;
}
@media screen and (max-width: 767px) {
  .page-woman .youtube {
    width: 100%;
    max-width: 480px;
    margin: 12px auto;
  }
  .page-woman .youtube iframe {
    width: 100%;
    aspect-ratio: 16/9;
    max-width: 480px;
    margin: 12px auto;
  }
}
.page-woman #s1,
.page-woman #s2,
.page-woman #s3,
.page-woman #s4,
.page-woman #s5,
.page-woman #s6 {
  padding-top: 80px;
  margin-top: -80px;
}
.page-woman .service_grid {
  display: grid;
  grid-template-columns: 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667%;
}
.page-woman .service_grid div {
  text-align: center;
  margin: 10px 10px;
}
.page-woman .service_grid img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-woman .service_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.3333333333% 33.3333333333% 33.3333333333%;
  }
  .page-woman .service_grid div {
    text-align: center;
    margin: 10px 10px 25px;
  }
  .page-woman .service_grid img {
    width: 100%;
    max-width: 140px;
  }
}
.page-woman .woman_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.page-woman .woman_flexitem1 {
  width: 48%;
}
.page-woman .woman_flexitem1 img {
  width: 100%;
  aspect-ratio: 20/11;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-woman .woman_flexitem2 {
  margin: 0 25px;
  width: 52%;
}
.page-woman .woman_flex:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page-woman .woman_flex {
    display: block;
    width: 100%;
  }
  .page-woman .woman_flexitem1 {
    width: 100%;
  }
  .page-woman .woman_flexitem2 {
    margin: 30px 0;
    width: 100%;
  }
}
.page-woman .message_grid {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.page-woman .message_box {
  border: 2px solid var(--c_pi_t);
  border-radius: 15px;
  margin: 20px 12px;
  padding: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-woman .message_grid {
    display: block;
  }
  .page-woman .message_box {
    border: 2px solid var(--c_pi_t);
    border-radious: 15px;
    margin: 20px;
    padding: 16px 28px;
  }
}
.page-woman .message_grid2 {
  display: grid;
  grid-template-columns: 22% 78%;
  border-bottom: 2px solid var(--c_pi_t);
  width: 100%;
  aspect-ratio: 3/1;
}
.page-woman .message_grid2 span {
  margin: 10px 2px;
  font-weight: bold;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-woman .message_grid2 img {
  width: 100%;
}
.page-woman .flickity-enabled {
  position: relative;
}
.page-woman .flickity-enabled:focus {
  outline: none;
}
.page-woman .flickity-viewport {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.page-woman .flickity-slider {
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.page-woman .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-woman .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.page-woman .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.page-woman .flickity-button {
  position: absolute;
  background: dimgray;
  border: none;
  color: white;
}
.page-woman .flickity-button:hover {
  background: dimgray;
  cursor: pointer;
}
.page-woman .flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19f;
  box-shadow: 0 0 0 5px #19f;
}
.page-woman .flickity-button:active {
  opacity: 0.6;
}
.page-woman .flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.page-woman .flickity-button-icon {
  fill: currentColor;
}
.page-woman .flickity-prev-next-button {
  top: 90%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-woman .flickity-prev-next-button.previous {
  left: 10px;
  top: 50%;
}
.page-woman .flickity-prev-next-button.next {
  right: 10px;
  top: 50%;
}
.page-woman .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}
.page-woman .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}
.page-woman .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.page-woman .flickity-page-dots {
  display: none;
}
.page-woman .flickity-rtl .flickity-page-dots {
  display: none;
}
.page-woman .flickity-page-dots .dot {
  display: none;
}
.page-woman .flickity-page-dots .dot.is-selected {
  display: none;
}
.page-woman .gallery {
  background: white;
  width: 100%;
  margin: 0 auto;
}
.page-woman .gallery .message_box {
  width: 90%;
  margin: 20px 8px;
  aspect-ratio: 2/3;
}
.page-woman .gallery-cell {
  width: 100%;
  background: white;
  counter-increment: gallery-cell;
  z-index: 0 !important;
  margin: 0 auto;
}
.page-woman .accordion * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-woman .accordion_row {
  overflow: hidden;
  position: relative;
}
.page-woman .accordion_row:last-child {
  margin-bottom: 0;
}
.page-woman .accordion_header {
  padding: 1em 2.8em 1em 2em;
  cursor: pointer;
  position: relative;
  border-top: 1px solid black;
  margin-bottom: -1px;
}
.page-woman .a_bb {
  border-bottom: 1px solid black;
}
.page-woman .accordion_barBox {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-woman .accordion_bar {
  display: block;
  width: 0.8em;
  height: 2px;
  background: #444;
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-woman .accordion_bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-woman .accordion_bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.page-woman .accordion_content {
  display: none;
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.page-woman .accordion_content-inner {
  padding: 0 1em;
}
.page-woman .accordion_content-bg {
  padding: 1em;
}
.page-woman .accordion p {
  font-weight: bold;
  font-size: 16px;
}
.page-woman .accordion_header p,
.page-woman .accordion_content p {
  margin: 0;
}
.page-woman .accordion_row.-active .accordion_bar:nth-of-type(2) {
  opacity: 0;
}
.page-woman .qa_grid {
  display: grid;
  grid-template-columns: 40px calc(100% - 40px);
  width: 100%;
}
.page-woman .qa_grid span {
  margin: 0 10px;
}
.page-woman .qa_grid .big {
  font-size: 24px;
}
.page-woman .qa_text {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-online {
  /* ---- 表示・非表示調整 ---- */
  /* ---- 画像サイズ調整 ---- */
  /* ---- 位置調整 ---- */
  /* ---- フォント設定 ---- */
  /* ---- リストの設定 ---- */
  /* ---- 色付き背景 ---- */
  /* ---- トップ画像テキストエリア ---- */
  /* ---- メニュー ---- */
  /* ---- 規約ボタン ---- */
  /* ---- 用意するもの ---- */
  /* ---- 当日の流れ ---- */
  /* ---- お申込み ---- */
  /* ---- 緑ボタン ---- */
  /* ---- よくある質問 ---- */
  /* ---- はじめての就職相談 ---- */
}
@media screen and (min-width: 768px) {
  .page-online .online_pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-online .online_sp_none {
    display: none;
  }
}
.page-online .w100 {
  width: 100%;
  max-width: 500px;
}
.page-online .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.page-online .text-center {
  text-align: center;
}
.page-online .text-center-pc {
  text-align: center;
}
.nagare_subTitle{
	font-size:20px;
	font-weight:bold;
	color:var(--c_skb_t);
}
.nagare_txtBox{
	background: white;
    border: solid 1px black;
    border-radius: 15px;
    padding: 18px 20px 20px;
}
.nagare_blueArrow{
	font-size: 20px;
    padding: 12px;
    color: var(--c_skb_t);
    text-align: center;
    -webkit-transform: scale(1.6, 1);
    transform: scale(1.6, 1);
    width: 200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-online .text-center-pc {
    text-align: left;
  }
}
.page-online .anchor {
  margin-top: -110px;
  padding-top: 110px;
}
.page-online .online h2,
.page-online .online h2 a {
  font-size: 30px;
  font-weight: bold;
  color: var(--c_skb_t);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-online .online h2,
  .page-online .online h2 a {
    font-size: 20px;
    font-weight: bold;
    color: var(--c_skb_t);
    text-align: center;
    line-height: 1.5;
  }
}
.page-online .online p {
  line-height: 1.5;
}
.page-online .online h3,
.page-online .online h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.page-online .underline {
  text-decoration: underline;
}
.page-online .online li {
  list-style-type: disc;
  line-height: 2.5;
}
.page-online .color_bg {
  background: #e9f6f9;
  width: 100%;
  padding: 40px 0 8px;
}
.page-online .color_box {
  background: #fef8e7;
  padding: 30px;
  width: 100%;
  max-width: 610px;
}
.page-online .online_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  max-width: 1100px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-online .online_title_box {
  position: absolute;
  top: 54%;
  left: 0;
  width: 503px;
  aspect-ratio: 5/2;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  padding: 3.6rem 3.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(30, 160, 190, 0.5);
}
.page-online .online_title_box .title {
  font-size: 4.2rem;
  line-height: 6.1rem;
}
.page-online .online_title_box .title small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .page-online .page_title {
    height: 320px;
  }
  .page-online .online_title_box {
    top: auto;
    bottom: 14px;
    width: 100%;
    aspect-ratio: 4/1;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    background-color: rgba(30, 160, 190, 0.5);
  }
  .page-online .online_title_box .title {
    font-size: 3rem;
    line-height: 4.4rem;
  }
  .page-online .online_title_box .title small {
    font-size: 2.3rem;
  }
}
.page-online .grid3x2 {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  grid-template-rows: 50% 50%;
  text-align: center;
  line-height: 1.5;
}
.page-online .grid3x2 a {
  margin: 15px 20px;
  padding: 15px;
  background: #e9f6f9;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3019607843);
}
.page-online .grid3x2 a:hover {
  opacity: 0.5;
}
.page-online .grid3x2 img {
  height: 100px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .page-online .grid3x2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.3333333333% 33.3333333333% 33.3333333333%;
    text-align: center;
    line-height: 1.5;
  }
  .page-online .grid3x2 a {
    margin: 5px;
    padding: 30px 0;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3019607843);
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-online .grid3x2 a:hover {
    opacity: 0.5;
  }
  .page-online .grid3x2 img {
    height: 100px;
    margin: 0 auto;
  }
}
.page-online .kiyaku_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  border: solid 1px #000;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 1.6rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 0.7rem;
  margin: 20px auto 60px;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (max-width: 767px) {
  .page-online .kiyaku_btn {
    display: block;
    position: relative;
    width: 90%;
    max-width: 400px;
    border: solid 1px #000;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    font-size: 1.6rem;
    line-height: 2.9rem;
    font-weight: bold;
    text-align: center;
    padding: 0.7rem;
    margin: 20px auto 60px;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
}
.page-online .kiyaku_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 38%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-online .kiyaku_btn:hover {
  opacity: 0.5;
}
.page-online .grid3x1 {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.page-online .grid3x1 div {
  margin: 10px 12px;
  padding: 25px 18px 15px;
  background: white;
  border: 1px solid black;
}
@media screen and (max-width: 767px) {
  .page-online .grid3x1 {
    display: block;
  }
  .page-online .grid3x1 div {
    margin: 20px 0;
    padding: 25px 15px 15px;
    background: white;
    border: 1px solid black;
  }
}
.page-online .grid2x1 {
  display: grid;
  grid-template-columns: 50% 50%;
}
.page-online .grid2x1 div {
  margin: 10px 20px;
  padding: 25px 15px 15px;
  background: white;
  border: 1px solid black;
}
@media screen and (max-width: 767px) {
  .page-online .grid2x1 {
    display: block;
  }
  .page-online .grid2x1 div {
    margin: 20px 0;
    padding: 25px 15px 15px;
    background: white;
    border: 1px solid black;
  }
}
.page-online .nagare {
  margin: 30px 0;
  line-height: 1.5;
}
.page-online .nagare div:nth-child(2n + 1) {
  background: white;
  border: solid 1px black;
  border-radius: 15px;
  padding: 18px 20px 20px;
}
.page-online .nagare div:nth-child(2n) {
  font-size: 20px;
  padding: 12px;
  color: var(--c_skb_t);
  text-align: center;
  -webkit-transform: scale(1.6, 1);
  transform: scale(1.6, 1);
  width: 200px;
  margin: 0 auto;
}
.page-online .nagare h3 {
  color: #f12c64;
  margin-bottom: 5px;
}
.page-online .w700 {
  width: 700px;
  margin: 15px auto 40px;
}
.page-online .nagare-h3 {
  color: var(--c_skb_t);
}
.page-online .nagare-blue {
  line-height: 1.5;
  background: rgba(76, 158, 187, 0.3019607843);
  border: solid 1px #4c9ebb;
  border-radius: 15px;
  padding: 18px 20px 20px;
}
@media screen and (max-width: 767px) {
  .page-online .w700 {
    width: 100%;
    margin: 15px auto 27px;
  }
}
.page-online .telx3 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}
.page-online .telx3 div {
  margin: 10px;
  padding: 15px;
  background: white;
  border: 1px solid black;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-online .telx3 small {
  font-size: 16px;
  vertical-align: middle;
}
.page-online .telx3 big {
  font-size: 26px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .page-online .telx3 {
    display: block;
  }
  .page-online .telx3 div {
    margin: 15px 0;
    padding: 10px;
    background: white;
    border: 1px solid black;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-online .telx3 small {
    font-size: 12px;
    vertical-align: middle;
  }
  .page-online .telx3 big {
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
  }
}
.page-online .grn_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  color: #fff;
  background-color: var(--c_grn_t);
  border: solid 1px var(--c_grn_t);
  margin: 25px auto 40px;
}
.page-online .grn_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-online .grn_btn:hover {
  opacity: 0.7;
}
.page-online .wht_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  background: white;
  border: solid 1px #000;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  margin: 50px auto;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (max-width: 767px) {
  .page-online .wht_btn {
    display: block;
    position: relative;
    width: 90%;
    max-width: 400px;
    background: white;
    border: solid 1px #000;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    font-size: 1.6rem;
    line-height: 2.9rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem;
    margin: 50px auto;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
}
.page-online .wht_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-online .wht_btn:hover {
  opacity: 0.5;
}
.page-online .wht_btn2 {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  background: white;
  border: solid 1px #000;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  margin: 20px auto;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (max-width: 767px) {
  .page-online .wht_btn2 {
    display: block;
    position: relative;
    width: 90%;
    max-width: 400px;
    background: white;
    border: solid 1px #000;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    font-size: 1.6rem;
    line-height: 2.9rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem;
    margin: 20px auto;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
}
.page-online .wht_btn2::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-online .wht_btn2:hover {
  opacity: 0.5;
}

.company {
  /* ---- フォント設定 ---- */
  /* 企業向けお知らせ
  ---------------------------------------------------------- */
  /* 企業メニュー
  ---------------------------------------------------------- */
  /* 主なサービス
  ---------------------------------------------------------- */
  /* こんな企業やご担当者様におすすめ
  ---------------------------------------------------------- */
  /* お問い合わせ・相談窓口
  ---------------------------------------------------------- */
  /* ミニ面接会参加企業の皆様へ
  ---------------------------------------------------------- */
  /* お考えの皆様へ
  ---------------------------------------------------------- */
}
.company h2,
.company h2 a {
  font-size: 30px;
  font-weight: bold;
  color: var(--c_dg_t);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .company h2,
  .company h2 a {
    font-size: 20px;
    font-weight: bold;
    color: var(--c_dg_t);
    text-align: center;
    line-height: 1.5;
  }
}
.company .company_news {
  margin: 5rem auto 7rem;
  padding: 0;
}
.company .grid3x2 {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
/*   grid-template-rows: 50% 50%; */
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}
.company .grid3x2 a {
  margin: 15px 20px;
  padding: 15px;
  background: #f1f1f3;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3019607843);
}
.company .grid3x2 a:hover {
  opacity: 0.5;
}
.company .grid3x2 img {
  height: 80px;
  margin: 0 auto 16px;
}
.company #service {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 4.7rem;
}
.company #service .sec_sup {
  display: block;
  padding: 2.5rem 0 3.9rem;
  line-height: 1.5;
}
.company .service_box {
  padding: 2.9rem 2.3rem;
  margin-bottom: 2.2rem;
  border: solid 1px #000;
}
.company h3 {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.company .service_box .text {
  line-height: 2.6rem;
}
.company #service .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem 0 0;
}
.company #service .btn_wrap a {
  width: 49.1803279%;
  padding: 1.4rem 2rem;
  line-height: 2.6rem;
  color: #fff;
  background-color: var(--c_dg_t);
  border-radius: 15px;
}
.company .rec_wrap {
  margin: 0 0 6.6rem;
  padding: 0;
}
.company .rec_wrap p {
  letter-spacing: normal;
}
.company .rec_text {
  width: 336px;
  padding: 3.7rem;
  margin: 2.5rem auto 0;
  border-radius: 15px;
  background-color: rgba(114, 116, 139, 0.1);
}
.company .rec_text p {
  line-height: 4rem;
}
.company #consult {
  width: 96%;
  max-width: 900px;
  margin: -100px auto 7.3rem;
  padding-top: 100px;
}
.company #consult .sec_sup {
  display: block;
  padding: 2.5rem 0 2rem;
  line-height: 1.5;
}
.company .consult_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company .consult_box {
  width: 49.2222222%;
  padding: 2.9rem 2rem;
  border: solid 1px #000;
}
.company .consult_box .title {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.company .consult_box .text {
  line-height: 2.6rem;
}
.company #mini_interview {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto 4rem;
  background: #f1f1f3;
  padding: 65px 6% 50px;
}
.company #mini_interview p {
  line-height: 1.5;
}
.company .interview_btn {
  display: grid;
  grid-template-columns: 50% 50%;
}
.company .interview_btn div {
  margin: 10px;
  padding: 15px 20px;
  background: var(--c_dg_t);
  border-radius: 15px;
  line-height: 1.5;
}
.company .interview_btn a {
  color: white;
}
.company .interview_box {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
}
.company .interview_box div {
  margin: 10px;
  padding: 20px;
  background: white;
  border-radius: 15px;
  line-height: 1.5;
}
.company #young_corner,
.company #senior_corner {
  padding-top: 100px;
  margin-top: -100px;
}
.company .employment_corner {
  padding: 6.6rem 0 4rem;
  background-color: rgba(114, 116, 139, 0.1);
  margin: 0 auto 4rem;
}
.company .employment_corner .sec_title {
  margin-bottom: 2.5rem;
}
.company .corner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.company .corner_box img {
  width: 44.4444444%;
  margin-right: 3.55555556%;
}
.company .corner_box .title {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
.company .corner_box .text {
  line-height: 2.6rem;
  margin-bottom: 3rem;
}
.company .underline {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .company {
    /* ページタイトル
    ---------------------------------------------------------- */
    /* 企業向けお知らせ
    ---------------------------------------------------------- */
    /* 企業メニュー
    ---------------------------------------------------------- */
    /* 主なサービス
    ---------------------------------------------------------- */
    /* こんな企業やご担当者様におすすめ
    ---------------------------------------------------------- */
    /* お問い合わせ・相談窓口
    ---------------------------------------------------------- */
    /* ミニ面接会参加企業の皆様へ
    ---------------------------------------------------------- */
    /* お考えの皆様へ
    ---------------------------------------------------------- */
  }
  .company .company .page_title {
    height: 320px;
  }
  .company .page_title_box {
    top: auto;
    bottom: 14px;
    left: 50%;
    width: 96%;
    padding: 1.5rem 2rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .company .page_title_box .title {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 1.2rem;
  }
  .company .page_title_box .text {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .company .company_news {
    margin: 2rem auto 4.5rem;
  }
  .company .grid3x2 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 33.3333333333% 33.3333333333% 33.3333333333%;
    text-align: center;
    margin-top: 16px;
    line-height: 1.5;
  }
  .company .grid3x2 a {
    margin: 5px;
    padding: 30px 0;
    background: #f1f1f3;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3019607843);
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .company .grid3x2 a:hover {
    opacity: 0.5;
  }
  .company .grid3x2 img {
    height: 100px;
    margin: 0 auto;
  }
  .company .company_sp_none {
    display: none;
  }
  .company #service {
    margin: -100px auto 0;
    padding: 100px 0 10.4rem;
  }
  .company #service .sec_sup {
    text-align: left;
    padding: 1.3rem 0 2.8rem;
    line-height: 1.5;
  }
  .company .service_box {
    padding: 1.5rem 1.4rem;
    margin-bottom: 2.5rem;
  }
  .company .service_box .title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .company .service_box .text {
    font-size: 1.4rem;
  }
  .company #service .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2.8rem 0 0;
  }
  .company #service .btn_wrap a {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .company #service .btn_wrap a:first-child {
    margin-bottom: 1.6rem;
  }
  .company .rec_wrap {
    margin: 0 0 4.3rem;
  }
  .company .rec_text {
    width: 85%;
    border-radius: 15px;
    padding: 3rem 1.5rem;
    margin: 1.3rem auto 0;
  }
  .company .rec_text p {
    width: 315px;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 3rem;
  }
  .company #consult {
    margin: -100px auto 5rem;
  }
  .company #consult .sec_sup {
    text-align: left;
    padding: 1.3rem 0 2.1rem;
    line-height: 1.5;
  }
  .company .consult_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company .consult_box {
    width: 100%;
    padding: 1.5rem 1.6rem;
  }
  .company .consult_box {
    margin-bottom: 15px;
  }
  .company .consult_box .title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .company .consult_box .text {
    font-size: 1.4rem;
  }
  .company #mini_interview {
    width: 96%;
    margin: 0 auto 4rem;
    padding-top: 48px;
  }
  .company .interview_btn {
    display: block;
  }
  .company .interview_btn div {
    margin: 20px 0;
    padding: 20px;
    background: var(--c_dg_t);
    border-radius: 15px;
    line-height: 1.5;
  }
  .company .interview_btn a {
    color: white;
  }
  .company .interview_box {
    display: block;
  }
  .company .interview_box div {
    margin: 12px 0;
    padding: w0px;
    background: white;
    border-radius: 15px;
    line-height: 1.5;
  }
  .company .employment_corner.container {
    width: 96%;
    margin: 40px auto;
  }
  .company .employment_corner {
    padding: 4.6rem 0 20px;
    margin: 0 0 4rem;
  }
  .company .corner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company .corner_box img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 2.2rem;
  }
  .company .corner_box .title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 1.8rem;
  }
  .company .corner_box .text {
    font-size: 1.4rem;
  }
}

.page-floor {
  /* フロアマップ
  ---------------------------------------------------------- */
  /* 動画紹介
  ---------------------------------------------------------- */
  /* お問い合わせ・受付時間
  ---------------------------------------------------------- */
  /*table 表*/
  /* コーナー各色 */
  /* テキスト */
  /* SP版削除 */
}
.page-floor .floor_map {
  padding: 8.2rem 0 0;
}
.page-floor .sec_sup {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 2.1rem 0 0;
}
.page-floor .sec_sup_left {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 2.1rem 0 0;
}
.page-floor .floor_map .sec_sup.sp_hide {
  display: block;
}
.page-floor .imagemap {
  width: 100%;
  height: auto;
  padding: 0;
}
.page-floor .imagemap img {
  width: 100%;
  max-width: 720px;
}
.page-floor .w720 {
  max-width: 720px;
  margin: 0 auto;
}
.page-floor .youtube {
  width: 48.2727273%;
  aspect-ratio: 16/9;
  margin: 2.9rem auto 0;
}
.page-floor .youtube iframe {
  width: 100%;
  height: 100%;
}
.page-floor .youtube p {
  line-height: 1.5;
}
.page-floor .contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 4rem;
}
.page-floor .contact .sec_sup {
  display: block;
  margin-bottom: 3rem;
}
.page-floor .contact table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}
.page-floor .contact th {
  padding: 1.5rem;
}
.page-floor .contact .grn_bg {
  color: #fff;
  border: solid 1px #767676;
}
.page-floor .annotation {
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 0.4rem;
}
.page-floor .contact td {
  vertical-align: middle;
  border: solid 1px #767676;
}
.page-floor .corner:not(.grn_bg) {
  position: relative;
}
.page-floor .corner:not(.grn_bg)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
}
.page-floor .corner:not(.grn_bg) a,
.page-floor .corner:not(.grn_bg) > span {
  display: block;
  position: relative;
  text-align: left;
  line-height: 1.7rem;
  padding: 1.15rem 13% 1.15rem 12.953%;
}
.page-floor .corner:not(.grn_bg) a {
  position: relative;
}
.page-floor .corner:not(.grn_bg) a::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 10%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-floor .contact .corner {
  width: 33.5%;
  line-height: 1.5;
}
.page-floor .contact .tel {
  width: 18.7%;
  text-align: center;
}
.page-floor .contact .tel a {
  display: block;
  padding: 1.15rem 3%;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: -0.07rem;
}
.page-floor .contact .time {
  width: 45%;
}
.page-floor .contact .time > span {
  display: block;
  padding: 1.15rem 6%;
  line-height: 1.8rem;
}
.page-floor .time_num {
  font-size: 1.5rem;
  letter-spacing: -0.07rem;
  margin-left: 10px;
}
.page-floor .corner a span:not(.annotation) {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.page-floor .bd_yg::before {
  background-color: #e1fed7;
}
.page-floor .bd_gr:before {
  background-color: var(--c_yg_t);
}
.page-floor .bd_lp::before {
  background-color: var(--c_lp_t);
}
.page-floor .bd_lg::before {
  background-color: var(--c_sv_t);
}
.page-floor .contact h3 {
  font-size: 2rem;
  line-height: 3.5rem;
}
.page-floor .annotation_text {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.page-floor .corner .sp_tel,
.page-floor .corner .sp_time {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-floor {
    /* ページタイトル
    ---------------------------------------------------------- */
    /* フロアマップ
    ---------------------------------------------------------- */
    /* fancybox */
    /* 動画紹介
    ---------------------------------------------------------- */
    /* お問い合わせ・受付時間
    ---------------------------------------------------------- */
  }
  .page-floor .page_title2 {
    height: 146px;
  }
  .page-floor .page_title2 span {
    top: 50%;
    left: 50%;
    font-size: 2.4rem;
    line-height: 3.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-floor .floor_map {
    padding: 3.3rem 0 3.1rem;
  }
  .page-floor .sec_sup {
    font-size: 1.4rem;
    padding: 1.7rem 0 0.8rem;
  }
  .page-floor .imagemap {
    padding: 0.7rem 0 0;
  }
  .page-floor .floor_map .sec_sup.sp_hide {
    display: none;
  }
  .page-floor .fancybox img {
    width: 100%;
  }
  .page-floor #fancybox-wrap {
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-floor #fancybox-content {
    width: 100% !important;
    height: auto !important;
  }
  .page-floor .youtube {
    width: 96%;
    margin: 1.3rem auto 4rem;
  }
  .page-floor .contact {
    width: 96%;
    margin: 0 auto 5.2rem;
  }
  .page-floor .contact .sec_title span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: -0.3rem;
  }
  .page-floor .contact .sec_title {
    margin-bottom: 0.5rem;
  }
  .page-floor .contact .sec_sup {
    display: none;
  }
  .page-floor .contact table {
    font-size: 1.3rem;
    margin-bottom: 1.9rem;
  }
  .page-floor .contact thead {
    display: none;
  }
  .page-floor .contact .corner {
    width: 100%;
  }
  .page-floor .sp_corner {
    border-bottom: dashed 1px #707070;
  }
  .page-floor .corner a:not(.sp_corner):after {
    content: none;
  }
  .page-floor .corner .sp_tel,
  .page-floor .corner .sp_time {
    display: block !important;
  }
  .page-floor .corner:not(.grn_bg)::before {
    width: 15px;
  }
  .page-floor .corner:not(.grn_bg) a::after {
    right: 2%;
  }
  .page-floor .corner:not(.grn_bg) a.sp_corner,
  .page-floor .corner:not(.grn_bg) > span.sp_corner {
    padding: 1.15rem 4% 1.15rem 3rem;
  }
  .page-floor .corner:not(.grn_bg) a.sp_tel {
    padding: 1.15rem 4% 0.5rem 3rem;
  }
  .page-floor .corner:not(.grn_bg) > span.sp_time {
    padding: 0 4% 1.15rem 3rem;
  }
  .page-floor .time_num {
    font-size: 1.3rem;
    letter-spacing: -0.07rem;
    margin-left: 10px;
  }
  .page-floor .corner a span:not(.annotation) {
    display: inline-block;
    margin: 0 0 0 1rem;
  }
  .page-floor .annotation_text {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .page-floor .contact h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.page-access {
  /* アクセス
  ---------------------------------------------------------- */
  /* 道のりボタン */
  /* 道のり */
  /* お問い合わせ・受付時間
  ---------------------------------------------------------- */
  /*table 表*/
  /* コーナー各色 */
  /* テキスト */
  /* SP版削除 */
}
.page-access .access {
  width: 90%;
  max-width: 900px;
  margin: 8.2rem auto 8.5rem;
}
.page-access .access_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-access .access > .access_box {
  margin: 4.2rem 0 7rem;
}
.page-access .access_box img {
  width: 44.4444444%;
  height: auto;
  margin-right: 3.22222222%;
}
.page-access .access > .access_box p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 2.5rem;
}
.page-access .access > .access_box p:last-child {
  margin-bottom: 0;
}
.page-access .way_btn {
  display: block;
  position: relative;
  width: 400px;
  border: solid 1px #000;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-access .way_btn::before {
  content: '駅からの道のりを見る';
}
.page-access .way_btn.close::before {
  content: '駅からの道のりを閉じる';
}
.page-access .way_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.page-access .way_btn.close::after {
  top: 46%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-access .way_btn:hover {
  opacity: 0.5;
}
.page-access .dropdown {
  padding: 2rem 0 0;
}
.page-access .dropdown .access_box {
  position: relative;
  padding: 0 0 6.7rem;
}
.page-access .dropdown .access_box::after {
  content: '';
  position: absolute;
  left: 22.2222222%;
  bottom: 18px;
  display: block;
  border-top: 10px solid #6e6e6e;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-access .dropdown .access_box:last-child:after {
  content: none;
}
.page-access .dropdown h3 {
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.page-access .dropdown p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .page-access {
    /* アクセス
    ---------------------------------------------------------- */
  }
  .page-access .access {
    width: 96%;
    margin: 3.3rem auto 5.2rem;
  }
  .page-access .access > .access_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.6rem 0 5.2rem;
  }
  .page-access .access > .access_box img {
    margin: 0 0 1.7rem;
  }
  .page-access .access > .access_box p {
    font-size: 1.4rem;
  }
  .page-access .access_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page-access .access_box img {
    width: 100%;
    margin: 0;
  }
  .page-access .dropdown {
    padding: 0;
  }
  .page-access .dropdown .access_box {
    padding: 0 0 4.5rem;
  }
  .page-access .dropdown .access_box::after {
    left: 50%;
    bottom: 10px;
    border-top: 8px solid #6e6e6e;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .page-access .dropdown h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 0.8rem;
  }
  .page-access .dropdown p {
    font-size: 1.4rem;
    margin-bottom: 0.9rem;
  }
  .page-access .way_btn {
    width: 91.3043478%;
    max-width: 400px;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .page-access .way_btn::after {
    right: 6%;
  }
  .page-access .way_btn:hover {
    opacity: 0.5;
  }
}
.page-access .contact {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 7.8rem;
}
.page-access .contact .sec_sup {
  display: block;
  margin-bottom: 3rem;
}
.page-access .contact table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2.5rem;
}
.page-access .contact th {
  padding: 1.5rem;
}
.page-access .contact .grn_bg {
  color: #fff;
  border: solid 1px #767676;
}
.page-access .annotation {
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 0.4rem;
}
.page-access .contact td {
  vertical-align: middle;
  border: solid 1px #767676;
}
.page-access .corner:not(.grn_bg) {
  position: relative;
}
.page-access .corner:not(.grn_bg)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
}
.page-access .corner:not(.grn_bg) a,
.page-access .corner:not(.grn_bg) > span {
  display: block;
  position: relative;
  text-align: left;
  line-height: 1.7rem;
  padding: 1.15rem 13% 1.15rem 12.953%;
}
.page-access .corner:not(.grn_bg) a {
  position: relative;
}
.page-access .corner:not(.grn_bg) a::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 10%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-access .contact .corner {
  width: 33.5%;
}
.page-access .contact .tel {
  width: 18.7%;
  text-align: center;
}
.page-access .contact .tel a {
  display: block;
  padding: 1.15rem 3%;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: -0.07rem;
}
.page-access .contact .time {
  width: 45%;
}
.page-access .contact .time > span {
  display: block;
  padding: 1.15rem 6%;
  line-height: 1.8rem;
}
.page-access .time_num {
  font-size: 1.5rem;
  letter-spacing: -0.07rem;
  margin-left: 10px;
}
.page-access .corner a span:not(.annotation) {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.page-access .bd_yg::before {
  background-color: #e1fed7;
}
.page-access .bd_gr:before {
  background-color: var(--c_yg_t);
}
.page-access .bd_lp::before {
  background-color: var(--c_lp_t);
}
.page-access .bd_lg::before {
  background-color: var(--c_sv_t);
}
.page-access .contact h3 {
  font-size: 2rem;
  line-height: 3.5rem;
}
.page-access .annotation_text {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.page-access .corner .sp_tel,
.page-access .corner .sp_time {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .page-access {
    /* フロアマップ
    ---------------------------------------------------------- */
    /* fancybox */
    /* お問い合わせ・受付時間
    ---------------------------------------------------------- */
  }
  .page-access .floor_map {
    padding: 3.3rem 0 3.1rem;
  }
  .page-access .sec_sup {
    font-size: 1.4rem;
    padding: 1.7rem 0 0.8rem;
  }
  .page-access .imagemap {
    padding: 0.7rem 0 0;
  }
  .page-access .floor_map .sec_sup.sp_hide {
    display: none;
  }
  .page-access .fancybox img {
    width: 100%;
  }
  .page-access #fancybox-wrap {
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-access #fancybox-content {
    width: 100% !important;
    height: auto !important;
  }
  .page-access .contact {
    width: 96%;
    margin: 0 auto 5.2rem;
  }
  .page-access .contact .sec_title span {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: -0.3rem;
  }
  .page-access .contact .sec_title {
    margin-bottom: 0.5rem;
  }
  .page-access .contact .sec_sup {
    display: none;
  }
  .page-access .contact table {
    font-size: 1.3rem;
    margin-bottom: 1.9rem;
  }
  .page-access .contact thead {
    display: none;
  }
  .page-access .contact .corner {
    width: 100%;
  }
  .page-access .sp_corner {
    border-bottom: dashed 1px #707070;
  }
  .page-access .corner a:not(.sp_corner):after {
    content: none;
  }
  .page-access .corner .sp_tel,
  .page-access .corner .sp_time {
    display: block !important;
  }
  .page-access .corner:not(.grn_bg)::before {
    width: 15px;
  }
  .page-access .corner:not(.grn_bg) a::after {
    right: 2%;
  }
  .page-access .corner:not(.grn_bg) a.sp_corner,
  .page-access .corner:not(.grn_bg) > span.sp_corner {
    padding: 1.15rem 4% 1.15rem 3rem;
  }
  .page-access .corner:not(.grn_bg) a.sp_tel {
    padding: 1.15rem 4% 0.5rem 3rem;
  }
  .page-access .corner:not(.grn_bg) > span.sp_time {
    padding: 0 4% 1.15rem 3rem;
  }
  .page-access .time_num {
    font-size: 1.3rem;
    letter-spacing: -0.07rem;
    margin-left: 10px;
  }
  .page-access .corner a span:not(.annotation) {
    display: inline-block;
    margin: 0 0 0 1rem;
  }
  .page-access .annotation_text {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .page-access .contact h3 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.page-first_guide {
  /* 動画紹介
  ---------------------------------------------------------- */
  /* ---- 表示・非表示調整 ---- */
  /* ---- 位置調整 ---- */
  /* テキスト
  ---------------------------------------------------------- */
  /* content
  ---------------------------------------------------------- */
  /* 動画
  ---------------------------------------------------------- */
  /* ページ遷移
  ---------------------------------------------------------- */
}
.page-first_guide .youtube {
  width: 48.2727273%;
  aspect-ratio: 16/9;
  margin: 2.9rem auto 3.2rem;
}
.page-first_guide .youtube iframe {
  width: 100%;
  height: 100%;
}
.page-first_guide .youtube p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-first_guide {
    /* 動画紹介
    ---------------------------------------------------------- */
  }
  .page-first_guide .youtube {
    width: 96%;
    margin: 1.3rem auto 4rem;
  }
}
@media screen and (min-width: 768px) {
  .page-first_guide .first_guide_pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-first_guide .first_guide_sp_none {
    display: none;
  }
}
.page-first_guide .center {
  margin: 0 auto;
}
.page-first_guide .text-center {
  text-align: center;
}
.page-first_guide .text_red,
.page-first_guide .support_title,
.page-first_guide .support_text {
  width: 96%;
  max-width: 900px;
}
.page-first_guide .text_red {
  color: #eb3200;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 48px auto;
}
.page-first_guide .support_title {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin: 75px auto 0;
}
.page-first_guide .text_grn {
  color: var(--c_grn_t);
}
@media screen and (max-width: 767px) {
  .page-first_guide .support_title {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: 64px auto 0;
  }
}
.page-first_guide .support_text {
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
  margin: 48px auto 0;
}
.page-first_guide .everyone_content {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-first_guide .everyone_content_item {
  width: 31%;
  margin-top: 60px;
}
.page-first_guide .everyone_content_item img {
  margin: 0 auto;
  height: 98px;
}
.page-first_guide .everyone_content_item_link {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  position: relative;
}
.page-first_guide .everyone_content_item_link::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
.page-first_guide .everyone_content_item_copy {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-first_guide .everyone_content {
    margin-top: 50px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .page-first_guide .everyone_content_item {
    width: 45%;
    margin-top: 20px;
  }
  .page-first_guide .everyone_content_item_link {
    font-size: 14px;
  }
  .page-first_guide .everyone_content_item_copy {
    font-size: 14px;
  }
  .page-first_guide .everyone_content_item_link::after {
    width: 5px;
    height: 5px;
    right: 7px;
  }
}
.page-first_guide .youtube {
  width: 90%;
  max-width: 640px;
}
.page-first_guide .wht_btn,
.page-first_guide .grn_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  margin: 0 auto;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (max-width: 767px) {
  .page-first_guide .wht_btn {
    display: block;
    position: relative;
    width: 90%;
    max-width: 400px;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    font-size: 1.6rem;
    line-height: 2.9rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem;
    margin: 0 auto;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
  .page-first_guide .grn_btn {
    display: block;
    position: relative;
    width: 90%;
    max-width: 400px;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    font-size: 1.7rem;
    line-height: 2.9rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem;
    margin: 0 auto;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
}
.page-first_guide .wht_btn::after,
.page-first_guide .grn_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-first_guide .grn_btn::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-first_guide .wht_btn {
  border: solid 1px #000;
  margin: 0 auto 2rem;
}
.page-first_guide .wht_btn:hover {
  opacity: 0.5;
}
.page-first_guide .grn_btn {
  color: #fff;
  background-color: var(--c_grn_t);
  border: solid 1px var(--c_grn_t);
  margin: 0 auto 7rem;
}
.page-first_guide .grn_btn:hover {
  opacity: 0.7;
}

.page-first_guide {
  /* 動画紹介
  ---------------------------------------------------------- */
  /* ---- 表示・非表示調整 ---- */
  /* ---- 位置調整 ---- */
  /* テキスト
  ---------------------------------------------------------- */
  /* content
  ---------------------------------------------------------- */
  /* 動画
  ---------------------------------------------------------- */
  /* ページ遷移
  ---------------------------------------------------------- */
}
.page-first_guide .youtube {
  width: 48.2727273%;
  aspect-ratio: 16/9;
  margin: 2.9rem auto 3.2rem;
}
.page-first_guide .youtube iframe {
  width: 100%;
  height: 100%;
}
.page-first_guide .youtube p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-first_guide {
    /* 動画紹介
    ---------------------------------------------------------- */
  }
  .page-first_guide .youtube {
    width: 96%;
    margin: 1.3rem auto 4rem;
  }
}
@media screen and (min-width: 768px) {
  .page-first_guide .first_guide_pc_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-first_guide .first_guide_sp_none {
    display: none;
  }
}
.page-first_guide .center {
  margin: 0 auto;
}
.page-first_guide .text-center {
  text-align: center;
}
.page-first_guide .text_red,
.page-first_guide .support_title,
.page-first_guide .support_text {
  width: 96%;
  max-width: 900px;
}
.page-first_guide .text_red {
  color: #eb3200;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 48px auto;
}
.page-first_guide .support_title {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  margin: 75px auto 0;
}
.page-first_guide .text_grn {
  color: var(--c_grn_t);
}
@media screen and (max-width: 767px) {
  .page-first_guide .support_title {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin: 64px auto 0;
  }
}
.page-first_guide .support_text {
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  font-size: 1.6rem;
  margin: 48px auto 0;
}
.page-first_guide .everyone_content {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-first_guide .everyone_content_item {
  width: 31%;
  margin-top: 60px;
}
.page-first_guide .everyone_content_item img {
  margin: 0 auto;
  height: 98px;
}
.page-first_guide .everyone_content_item_link {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  position: relative;
}
.page-first_guide .everyone_content_item_link::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
.page-first_guide .everyone_content_item_copy {
  margin-top: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page-first_guide .everyone_content {
    margin-top: 50px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .page-first_guide .everyone_content_item {
    width: 45%;
    margin-top: 20px;
  }
  .page-first_guide .everyone_content_item_link {
    font-size: 14px;
  }
  .page-first_guide .everyone_content_item_copy {
    font-size: 14px;
  }
  .page-first_guide .everyone_content_item_link::after {
    width: 5px;
    height: 5px;
    right: 7px;
  }
}
.page-first_guide .youtube {
  width: 90%;
  max-width: 640px;
}
.page-first_guide .wht_btn,
.page-first_guide .grn_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 400px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
  font-size: 2rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  margin: 0 auto;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (max-width: 767px) {
  .page-first_guide .wht_btn {
    display: block;
    position: relative;
    width: 90%;
    max-width: 400px;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    font-size: 1.6rem;
    line-height: 2.9rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem;
    margin: 0 auto;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
  .page-first_guide .grn_btn {
    display: block;
    position: relative;
    width: 90%;
    max-width: 400px;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3019607843);
    font-size: 1.7rem;
    line-height: 2.9rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem;
    margin: 0 auto;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
}
.page-first_guide .wht_btn::after,
.page-first_guide .grn_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 43%;
  right: 5.5%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-first_guide .grn_btn::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-first_guide .wht_btn {
  border: solid 1px #000;
  margin: 0 auto 2rem;
}
.page-first_guide .wht_btn:hover {
  opacity: 0.5;
}
.page-first_guide .grn_btn {
  color: #fff;
  background-color: var(--c_grn_t);
  border: solid 1px var(--c_grn_t);
  margin: 0 auto 7rem;
}
.page-first_guide .grn_btn:hover {
  opacity: 0.7;
}

.page-kawagoe_kigyousetsumeikai {
  /* ---- 川越開催セミナーの特徴 ---- */
  /* ---- 企業面接会を利用されたご利用者の声 ---- */
  /* ---- アクセスマップ ---- */
}
.page-kawagoe_kigyousetsumeikai .seminer .container {
  max-width: 900px;
  padding: 0;
}
.page-kawagoe_kigyousetsumeikai .seminer h3 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-kawagoe_kigyousetsumeikai .seminer .container {
    width: 100%;
    padding: 0 2%;
  }
  .page-kawagoe_kigyousetsumeikai .seminer h3 {
    font-size: 20px;
  }
}
.page-kawagoe_kigyousetsumeikai .seminer h4 {
  font-size: 21px;
  font-weight: bold;
}
.page-kawagoe_kigyousetsumeikai .seminer p {
  line-height: 1.5;
}
.page-kawagoe_kigyousetsumeikai .seminer a {
  text-decoration: underline;
  color: #5f5e5e;
}
.page-kawagoe_kigyousetsumeikai .voice {
  padding: 0;
}
.page-kawagoe_kigyousetsumeikai .voice h2 {
  font-size: 40px;
  font-weight: bold;
  color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .page-kawagoe_kigyousetsumeikai .voice h2 {
    font-size: 24px;
    font-weight: bold;
    color: #3c3c3c;
  }
}
.page-kawagoe_kigyousetsumeikai .voice a {
  text-decoration: underline;
  color: #3c3c3c;
}
.page-kawagoe_kigyousetsumeikai .voice-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.page-kawagoe_kigyousetsumeikai .voice-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
  padding: 32px 24px;
}
.page-kawagoe_kigyousetsumeikai .voice-list .item:first-child {
  border-top: 1px solid #ccc;
}
.page-kawagoe_kigyousetsumeikai .voice-list .item .title {
  margin: 0;
  width: 100%;
}
.page-kawagoe_kigyousetsumeikai .map {
  padding: 0;
}
.page-kawagoe_kigyousetsumeikai .map h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-kawagoe_kigyousetsumeikai .map h2 {
    font-size: 24px;
    font-weight: bold;
  }
}
.page-kawagoe_kigyousetsumeikai .map h3 {
  font-size: 20px;
  font-weight: bold;
}
.page-kawagoe_kigyousetsumeikai .map p {
  line-height: 1.5;
}
.page-kawagoe_kigyousetsumeikai .map-sec {
  width: 70%;
}
.page-kawagoe_kigyousetsumeikai .map-sec img {
  width: 100%;
}
.page-kawagoe_kigyousetsumeikai .map-sec-td {
  padding: 32px 0px;
  vertical-align: top;
}
.page-kawagoe_kigyousetsumeikai .map-sec-txt {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .page-kawagoe_kigyousetsumeikai .map-sec {
    width: 100%;
  }
  .page-kawagoe_kigyousetsumeikai .map-sec img {
    width: 80%;
  }
  .page-kawagoe_kigyousetsumeikai .map-sec-td {
    display: block;
    padding: 24px 8px;
  }
}

/* footer
---------------------------------------------------------- */
footer {
  padding: 4.5rem 0 0;
  background-color: var(--c_gray1);
  position: relative;
}

.external_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.external_link div {
  margin-bottom: 50px;
// width: auto;
  width: 22%;
  margin: 1rem 1%;
  max-width: 100%;
  height: auto;
  max-height: 55px;
}

.external_link img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 55px;
}

.site_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.3rem;
  line-height: 0.6rem;
  padding-bottom: 2.3rem;
  border-bottom: solid 1px #000;
}

.site_map ul:last-child {
  margin-right: 0;
}

.site_map li {
  margin-bottom: 3rem;
}

.logo_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.4rem 0 3rem;
}

.logo_address .logo {
  width: 33.1755051%;
  max-width: 262px;
}

.logo_address .logo img {
  width: 100%;
}

.logo_address .kbtn {
  width: 7.44949495%;
  max-width: 59px;
  margin-left: 1.92550505%;
}

.logo_address > div {
  margin-left: 4%;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.privacy_policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 3.2rem;
}

.privacy_policy a {
  margin-right: 2%;
  color: #fff;
}

.privacy_policy a:last-child {
  margin-right: 0;
}

.copyright {
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  padding: 2.3rem 0 3.2rem;
}

/* ページトップへ戻るボタン */
.pagetop {
  display: none;
  position: fixed;
  right: 6.35714286%;
  bottom: 140px;
  height: 60px;
  width: 60px;
  background: rgba(60, 60, 60, 0.58);
  border-radius: 6px;
  z-index: 9999;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.pagetop:hover {
  opacity: 0.7;
}

.pagetop_arrow {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  height: 20px;
  width: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

#content_2column {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

#sidebar {
  width: 300px;
  padding-left: 4%;
}

.anchor {
  margin-top: -213px !important;
  padding-top: 213px !important;
  pointer-events: none !important;
}
.anchor_point {
  margin-top: -213px !important;
  padding-top: 213px !important;
}

@media screen and (max-width: 767px) {
  #sidebar {
    display: none;
  }
  .sp_hide {
    display: none;
  }
  .anchor {
    margin-top: -70px !important;
    padding-top: 70px !important;
  }
  .anchor_point {
    margin-top: -60px !important;
    padding-top: 60px !important;
  }
}

.news_noPost {
  padding: 10px 0;
  text-align: center;
}

.gsc-input-box {
  height: 33px;
} /*# sourceMappingURL=style.css.map */
