@charset "utf-8";
/*-----
 common_SP
-----  */

html {}

body {
	color: #333;
	font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	height: auto;
}

.font_Mincyo {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

a {
	transition: all ease-in-out .3s;
	text-decoration: none;
	color: #333;
}

a::after,
a::before {
	transition: all ease-in-out .3s;
}

video {
	width: 100%;
	display: block;
}

/* 単指示 */
.pc,
.pc_in,
.pc_inbl,
.tab,
.tab_in,
.tab_inbl {
	display: none;
}

.sp,
.sptab {
	display: block;
}

.sp_in,
.sptab_in {
	display: inline;
}

.sp_inbl,
.sptab_inbl {
	display: inline-block;
}

/* header */
.header {
	position: fixed;
	top: 0;
	z-index: 200;
	width: 100%;
	background-color: #fff;

}

.header__main_area {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	height: 55px;
}

.header__main_ttl {
	width: 227px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#btn_spmenu {
	padding: 8px 0;
	width: 55px;
	height: 55px;
	cursor: pointer;
	background-color: #33BAD6;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#btn_spmenu span {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	margin: 0 auto;
	transition: all .3s ease-in-out;
}

#btn_spmenu p {
	text-align: center;
	margin-top: 6px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

#btn_spmenu span:nth-of-type(1) {
	margin-top: 3px;
}

#btn_spmenu span:nth-of-type(2), #btn_spmenu span:nth-of-type(3) {
	margin-top: 8px;
}

.header__nav {
	display: none;
	background-color: #fff;
	top: auto;
}

.header__nav_area {
	overflow-y: scroll;
	max-height: calc(100vh - 55px);
}

.header__nav_list_wrap {
	padding: 40px 40px;
}

.header__nav_list>li>a {
	font-size: 20px;
	font-weight: bolder;
	color: #33BAD6;
	padding: 0 13px;
}

.header__nav_list>li {
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
}

.header__nav_list>li:last-child {
	margin-bottom: 0;
}

.sub_list_in {
	position: relative;
}

.sp_header__nav_icon {
	position: absolute;
	right: 15px;
}

.header__nav_sub_list {
	display: none;
}

.sp_header__nav_icon::before {
	display: inline-block;
	content: "";
	background: url("img/header__nav_icon.svg") no-repeat;
	width: 10px;
	height: 15px;
	transition: all ease-in-out .3s;
}

body.is_menu_open {
	position: fixed;
	width: 100%;
	height: 100%;
}

body.is_menu_open #btn_spmenu p {
	display: none;
}

body.is_menu_open #btn_spmenu span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	top: 50%;
	margin-top: 19px;
}

body.is_menu_open #btn_spmenu span:nth-child(2) {
	width: 0;
	left: 50%;
}

body.is_menu_open #btn_spmenu span:nth-child(3) {
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	margin-top: -10px;
}

body.is_menu_open .header {
	background-color: #10104B;
}

.is_open .sp_header__nav_icon::before {
	transform: rotate(90deg);
	transition: all ease-in-out .3s;
}

.is_open .header__nav_sub_list {
	display: block;
}

.header__nav_list>li.is_open {
	border-bottom: none;
	padding: 0;
	margin: 0;
}

.header__nav_sub_list {
	margin-top: 13px;
}

.header__nav_sub_list>li {
	padding-bottom: 16px;
	border-bottom: 1px solid #B3B3B3;
	margin-bottom: 16px;
}

.header__nav_sub_list>li>a {
	font-size: 19px;
	padding-left: 40px;
	display: block;
	line-height: initial;

	&[target="_blank"] {
		position: relative;
		padding-right: 25px;

		&:after {
			content: "";
			position: absolute;
			right: 9px;
			bottom: 8px;
			height: 9px;
			width: 14px;
			border: 1px solid;
			background: #fff;
		}

		&:before {
			content: "";
			position: absolute;
			right: 12px;
			bottom: 11px;
			height: 9px;
			width: 14px;
			border: 1px solid;
			background: #fff;
			z-index: 1;
		}
	}
}

.header__nav_btm {
	/* background-color: #FABE00; */
	background-color: #33BAD6;
	text-align: center;
	color: #fff;
}

.header__nav_btm>a {
	font-size: 20px;
	padding: 20px 0;
	display: block;
	font-weight: bold;
	color: #fff;
}

.header__nav_btm.color02 {
	background-color: #FABE00;
}

.header__nav_btm.color02 a {
	color: #fff;
}

.header__nav_pc {
	display: none;
}

body.is_menu_open #js_black_bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 100;
}

/*  footer */
.footer {
	background-color: #333;
}

.footer__wrap {
	padding: 30px 30px 17px;
}

.footer__txt {
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 20px;
}

.footer__contact {
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
	margin-top: 32px;
}

.footer__contact li p:last-child {}

.footer__sns_list {
	display: flex;
	justify-content: center;
}

.footer__sns_list>li a {
	display: block;
	width: 33px;
	height: 33px;
}

.footer__sns_list>li {
	margin-right: 15px;
}

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

.footer__sns {
	margin-top: 20px;
}

small.copy {
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
	color: #fff;
}

.footer__btm {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #fff;
}

.footer__btm_link {
	margin-top: 20px;
	text-align: center;
}

.footer__btm_link>a {
	font-size: 12px;
	color: #fff;
}

.footer__flex_r {
	display: none;
}

.scroll_btn {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 20px;
	z-index: 99;
	width: 40px;
	height: 40px;
	transition: inherit;
}

/*  common */
.cmn_contactus {
	background: url("img/cmn__bg_img_sp.png") no-repeat;
	background-size: cover;
}

.cmn_contactus__wrap {
	padding: 47px 30px;
}

.cmn_contactus__ttl {
	text-align: center;
	font-size: 11vw;
	color: #fff;
	font-weight: bold;
	margin-bottom: 23px;
}

.cmn_contactus__txt {
	font-size: 19px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}

.cmn_contactus__tell_box {
	margin: 43px 0;
	text-align: center;
}

.cmn_contactus__tell_txt01 {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}

.cmn_contactus__tell_txt01::before {
	display: block;
	content: "";
	position: absolute;
	left: 30px;
	bottom: 0;
	height: 86%;
	border-left: 1px solid #fff;
	transform: rotate(345deg);
}

.cmn_contactus__tell_txt01::after {
	display: block;
	content: "";
	position: absolute;
	right: 30px;
	bottom: 0;
	height: 86%;
	border-left: 1px solid #fff;
	transform: rotate(15deg);
}

.cmn_contactus__tell_txt02 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
}

.cmn_contactus__tell_txt02::before {
	display: inline-block;
	content: "";
	background: url("img/tell_icon.svg") no-repeat;
	background-size: contain;
	width: 19px;
	height: 25px;
	margin-right: 10px;
}

.cmn_contactus__tell_txt02>a {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.cmn_contactus__tell_txt03 {
	line-height: calc(13/11);
	margin-top: 15px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.cmn_contactus__tell_txt03_list {
	line-height: 1.5;
	margin-top: 10px;
}

.cmn_mail_btn {
	max-width: 295px;
}

.cmn_mail_btn_link {
	width: 100%;
	min-width: 295px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #33BAD6;
	color: #fff;
	padding: 29px 10px;
	font-size: 15px;
	font-weight: bolder;
	letter-spacing: 2px;
	border: 1px solid #33BAD6;
}

.cmn_mail_btn02 {
	margin-top: 20px;
}

.cmn_mail_btn02 .cmn_mail_btn_link {
	background-color: #FABE00;
	line-height: 1.5;
	border: 1px solid #FABE00;
	padding: 20px 10px;
}

.cmn_mail_btn_link::before {
	display: inline-block;
	content: "";
	background: url("img/mail_icon.svg") no-repeat;
	background-size: contain;
	width: 33px;
	height: 25px;
	margin-right: 15px;
}

.cmn_mail_btn02 .cmn_mail_btn_link::before {
	background: url("img/pc_icon.svg") no-repeat;
	width: 40px;
	height: 40px;
	background-position: center center;
}

.cmn_link__ttl {
	font-size: 20px;
	font-family: "Arial", "メイリオ";
	text-align: center;
	color: #33BAD6;
	margin: 43px 0 35px;
}

.cmn_link__list {
	padding: 0 30px;
	margin-bottom: 40px;
}

.cmn_link__list>li {
	margin-bottom: 20px;
}

.cmn_link__list>li:last-child {
	margin-bottom: 0;
}

.top__column_list li {
	margin-bottom: 30px;
}

.top__column_list li:last-child {
	margin-bottom: 0;
}

.top__column_list li>a {
	display: block;
	min-height: 305px;
	box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 15%);
	position: relative;
	overflow: hidden;
	background-color: #fff;
	height: 100%;
}

.top__column_list li>a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
}

.top__column_wrap {
	padding: 30px;
}

.top__column_txt_area {
	padding: 18px 18px 35px;
}

.top__column_top_txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.top__column_cat {
	font-size: 14px;
	padding: 5px 7px;
	color: #fff;
	max-width: 182px;
}

.top__column_day {
	font-size: 12px;
}

.top__column_txt {
	font-size: 13px;
	line-height: 1.5;
}

.cat01 .cmn_cat {
	background-color: #D6AE33;
}

.cmn_cat_list li>a.cat01::after {
	border-color: transparent transparent #D6AE33 transparent;
}

.cat02 .cmn_cat {
	background-color: #33BAD6;
}

.cmn_cat_list li>a.cat02::after {
	border-color: transparent transparent #33BAD6 transparent;
}

.cat03 .cmn_cat {
	background-color: #FF0000;
}

.cmn_cat_list li>a.cat03::after {
	border-color: transparent transparent #FF0000 transparent;
}

.cat04 .cmn_cat {
	background-color: #10104B;
}

.cmn_cat_list li>a.cat04::after {
	border-color: transparent transparent #10104B transparent;
}

.cat .cmn_cat {
	background-color: #DBDBDB;
}

.cmn_cat_list li>a.cat::after {
	border-color: transparent transparent #DBDBDB transparent;
}

.cat1 .cmn_cat {
	background-color: #10104B;
}

.cmn_cat_list li>a.cat1::after {
	border-color: transparent transparent #10104B transparent;
}

.cat2 .cmn_cat {
	background-color: #D6AE33;
}

.cmn_cat_list li>a.cat2::after {
	border-color: transparent transparent #D6AE33 transparent;
}

.cat3 .cmn_cat {
	background-color: #FF0000;
}

.cmn_cat_list li>a.cat3::after {
	border-color: transparent transparent #FF0000 transparent;
}

.cat4 .cmn_cat {
	background-color: #33BAD6;
}

.cmn_cat_list li>a.cat4::after {
	border-color: transparent transparent #33BAD6 transparent;
}

.cmn_works__list li .parts__works_img_area {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 250px;
}

.cmn_works__list li .parts__works_img_area a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.cmn_works__list li .parts__works_img_area img {
	max-width: 90%;
}

.cat5 .cmn_cat {
	background-color: #D6AE33;
}

.cmn_cat_list li>a.cat5::after {
	border-color: transparent transparent #D6AE33 transparent;
}

.cat6 .cmn_cat {
	background-color: #33BAD6;
}

.cmn_cat_list li>a.cat6::after {
	border-color: transparent transparent #33BAD6 transparent;
}

.cat7 .cmn_cat {
	background-color: #FF0000;
}

.cmn_cat_list li>a.cat7::after {
	border-color: transparent transparent #FF0000 transparent;
}

.cat8 .cmn_cat {
	background-color: #10104B;
}

.cmn_cat_list li>a.cat8::after {
	border-color: transparent transparent #10104B transparent;
}


.cmn_btn {
	max-width: 75%;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 18px;
}

.cmn_btn>.cmn_btn_link {
	width: 80%;
	border: 2px solid #FABE00;
	background-color: #fff;
	padding: 15px 10px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;

	&[target="_blank"] {
		padding-right: 25px !important;

		&:after {
			display: none !important;
		}

		span {
			&:after {
				content: "";
				position: absolute;
				right: 9px;
				bottom: 8px;
				height: 9px;
				width: 14px;
				border: 1px solid #FABE00;
				background: #fff;
			}

			&:before {
				content: "";
				position: absolute;
				right: 12px;
				bottom: 11px;
				height: 9px;
				width: 14px;
				border: 1px solid #FABE00;
				z-index: 1;
				background: #fff;
			}
		}

		&:hover {
			span {
				&:after {
					border-color: #fff;
					background: #FABE00;
				}

				&:before {
					border-color: #fff;
					background: #FABE00;
				}
			}
		}
	}
}

.cmn_btn>.cmn_btn_link:disabled {
	border: 2px solid #CCCCCC;
	background-color: #CCCCCC;
	color: #fff;
	cursor: auto;
}

.cmn_btn.arrow_btn>.cmn_btn_link:disabled:hover::before {
	display: none;
}

.cmn_btn.arrow_btn>.cmn_btn_link:disabled:hover::after {
	background-color: #CCCCCC;
}

.cmn_btn.arrow_btn>.cmn_btn_link:disabled::after {
	border-left: 8px solid #fff;
}

.cmn_btn>.cmn_btn_link>span {
	z-index: 2;
}

.cmn_btn.arrow_btn>.cmn_btn_link {
	position: relative;
}

.cmn_btn.arrow_btn>.cmn_btn_link::after {
	display: inline-block;
	content: "";
	border: none;
	border-top: 6px solid transparent;
	border-left: 8px solid #FABE00;
	border-bottom: 6px solid transparent;
	width: 10px;
	height: 12px;
	margin-left: 15px;
}

/* cmn_step_area */
.line_txt {
	border-bottom: 1px solid #33BAD6;
}

.cmn_step_list {
	position: relative;
}

.cmn_step_list::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	height: 100%;
	width: 3px;
	background-color: #33BAD6;
	left: calc(117px / 2);
}

.cmn_step_list>li {
	margin-top: 60px;
	margin-bottom: 30px;
}

.cmn_step_list>li:last-child {
	margin-bottom: 0;
}

.cmn_step_item_list {
	display: flex;
	align-items: center;
}

.cmn_step_item_list>dt {
	width: 117px;
	margin-right: 10px;
	position: relative;
}

.cmn_step_item_list_label {
	position: absolute;
	width: 56px;
	height: 56px;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
}

.cmn_step_item_list>dd {
	width: calc(100% - 127px);
}

.cmn_step_item_list_ttl {
	color: #10104B;
	font-size: 18px;
	line-height: calc(21 / 18);
	font-weight: bold;
	margin-bottom: 5px;
}

.cmn_step_item_list_txt {
	font-size: 13px;
	line-height: calc(22 /13);
}

/* == animetion == */
/* 2column delay */
/*.delay_2column[data-aos]:nth-child(even) {
	transition-delay: .2s;
}*/


/* up */
/*.animate_up-elm {
	opacity: 0;
}
.animate_up-elm.fadein:nth-child(2) {
	animation-delay: .3s;
}
.animate_up-elm.fadein:nth-child(3) {
	animation-delay: .5s;
}
.animate_up-elm.fadein:nth-child(4) {
	animation-delay: .7s;
}
.animate_up-elm.fadein:nth-child(5) {
	animation-delay: 0.9s;
}
.animate_up-elm.fadein:nth-child(6) {
	animation-delay: 1.3s;
}
.animate_up-elm.fadein:nth-child(7) {
	animation-delay: 1.5s;
}
.animate_up-elm.fadein:nth-child(8) {
	animation-delay: 1.7s;
}
.animate_up-elm.fadein:nth-child(9) {
	animation-delay: 1.9s;
}
.animate_up-elm.fadein:nth-child(10) {
	animation-delay: 2.1s;
}
.animate_up-elm.fadein:nth-child(11) {
	animation-delay: 2.8s;
}
.animate_up-elm.fadein:nth-child(12) {
	animation-delay: 3.1s;
}
.animate_up-elm.fadein:nth-child(13) {
	animation-delay: 3.3s;
}
.animate_up-elm.fadein:nth-child(14) {
	animation-delay: 3.5s;
}
.animate_up-elm.fadein:nth-child(15) {
	animation-delay: 3.7s;
}
.animate_up-elm.fadein:nth-child(16) {
	animation-delay: 3.9s;
}
.animate_up-elm.fadein:nth-child(17) {
	animation-delay: 4.1s;
}
.animate_up-elm.fadein:nth-child(18) {
	animation-delay: 4.3s;
}
.animate_up-elm.fadein:nth-child(19) {
	animation-delay: 4.5s;
}
.animate_up-elm.fadein:nth-child(20) {
	animation-delay: 4.7s;
}
.animate_up-elm.fadein {
	animation-name: fadeInUp;
	animation-duration: 500ms;
	animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* right */
/*.animate_right-elm {
	opacity: 0;
}
.animate_right-elm:nth-child(2) {
	animation-delay: .2s;
}
.animate_right-elm.fadein {
	animation-name: fadeInRight;
	animation-duration: 500ms;
	animation-fill-mode: both;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}*/
/* ======== */

/* 下層 */
.cmn_mv {
	position: relative;
}

.cmn_mv__ttl {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	text-shadow: 5.9px 5.9px 5.5px rgb(0 0 0 / 50%);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	/* width: 100%; */
	letter-spacing: 0.05em;
	line-height: calc(36 / 32);
}

.cmn_mv__ttl .cmn_mv__sub_ttl {
	margin-top: 15px;
	display: block;
	font-size: 12px;
}

.cmn_mv__ttl .cmn_mv__sub_ttl small {
	font-size: 9px;
	padding-left: 0.5em;
}

.cmn__bg {
	position: relative;
}

.cmn__bg::before {
	display: block;
	content: "";
	position: absolute;
	left: -114.6px;
	top: 0;
	transform: skewX(332deg);
	width: 168px;
	height: 240px;
	background-color: #33BAD6;
	z-index: -1;
}

.cmn_pankz {
	padding-top: 10px;
	padding: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	position: relative;
}

.cmn_pankz.detail_pankz {
	background-color: #ECF0F4;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.cmn__ttl_area {
	margin-bottom: 20px;
	text-align: center;
}

.cmn__ttl {
	font-size: 32px;
	font-weight: bold;
	color: #10104B;
	margin-bottom: 10px;
}

.cmn__sub_ttl {
	font-size: 16px;
	font-weight: bold;
	color: #33BAD6;
	letter-spacing: 4px;
}

.cmn_works {
	padding: 0 60px;
	position: relative;
}

.cmn_works__list {
	position: relative;
}

.slide-arrow {
	max-width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.prev-arrow {
	left: -30px;
}

.next-arrow {
	right: -30px;
}

.slick-dots {
	bottom: -35px;
}

.slick-dots li.slick-active button:before {
	content: "";
	background-color: #10104B;
	opacity: 1;
}

.slick-dots li button:before {
	content: "";
	border: 1px solid #10104B;
	border-radius: 50%;
	font-size: 15px;
	width: 15px;
	height: 15px;
	opacity: 1;
}

.slick-dots li button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cmn_works::after {
	display: block;
	content: "";
	width: 100%;
	height: 150px;
	background-color: #ECF0F4;
	position: absolute;
	bottom: 112px;
	left: 0;
}

.cmn_works__list_area {
	z-index: 20;
	position: relative;
}

.cmn_wroks__btn {
	padding: 50px 0 40px;
	width: 40%;
}

.cmn_fqa {
	padding: 0 30px;
	margin-bottom: 30px;
}

.cmn_fqa .cmn__ttl_area {
	margin-bottom: 35px;
}

.cmn_faq__list_area {
	font-size: 14px;
	line-height: 1.4;
}

.cmn_faq__q_txt,
.cmn_faq__a_txt {
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	margin-bottom: 10px;
}

.cmn_faq__a_txt {
	background-color: #ECF0F4;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}

.cmn_faq__q_txt::before {
	display: inline-block;
	content: "";
	background: url("img/cmn_faq__icon01.svg") no-repeat;
	background-size: contain;
	min-width: 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 12px;
}

.cmn_faq__a_txt::before {
	display: inline-block;
	content: "";
	background: url("img/cmn_faq__icon02.svg") no-repeat;
	background-size: contain;
	min-width: 24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 8px;
	left: 12px;
}

.cmn_faq__q_txt {
	position: relative;
}

.cmn_faq__q_txt .icon_mark::after,
.cmn_faq__q_txt .icon_mark::before {
	display: inline-block;
	content: "";
	width: 22px;
	height: 1px;
	background-color: #808080;
	position: absolute;
	top: 15px;
	right: 0;
}

.cmn_faq__q_txt .icon_mark::after {
	transform: rotate(90deg);
}

.is_ac_open .icon_mark::after {
	display: none;
}

.is_ac_open .cmn_faq__a_txt {
	display: block;
}

/* cmn_news */
.cmn__news {
	display: flex;
	justify-content: space-between;
}

.cmn__news_ttl {
	padding: 10px 30px 7px 15px;
	position: relative;
	overflow: hidden;
	min-width: 95px;
	display: flex;
	align-items: center;
}

.cmn__news_ttl::before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1;
	border-style: solid;
	border-width: 197px 94px 0 0;
	border-color: #FABE00 transparent transparent transparent;
}

.cmn__news_ttl>p {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	z-index: 2;
	color: #fff;
}

.cmn__news_wrap {
	width: calc(100% - 13em);
	padding: 10px 0;
}

.cmn__news_list {
	line-height: 1.3;
	font-size: 13px;
}

.cmn__news_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 30px 10px 30px;
	position: relative;
	overflow: hidden;
}

.cmn__news_link::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	border-style: solid;
	border-width: 0px 0 100px 46px;
	border-color: transparent transparent #FABE00 transparent;
}

.cmn__news_link>a {
	display: block;
	font-size: 13px;
	/* width: 50px; */
	padding: 5px;
	line-height: 1.4;
	position: relative;
	z-index: 2;
	color: #fff;
	margin-left: 1.5em;
}

.cmn_search_ttl {
	font-size: 18px;
	line-height: calc(24/18);
	font-weight: bold;
	color: #10104B;
	margin-bottom: 15px;
}

.cmn_search_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.cmn_search_list>li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: calc(24/18);
	width: calc((100% - 20px)/2);
	margin-bottom: 20px;
	margin-right: 20px;
	padding-bottom: 9px;
	min-height: 30px;
	position: relative;
	font-size: 13px;
	transition: all .3s ease-in-out;
}

.cmn_search_list>li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cmn_search_list>li::before {
	position: absolute;
	content: "";
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #33BAD6;
	z-index: 1;
}

.top__works_ttl_area {
	text-align: center;
	margin-top: 50px;
}

.top__works_list {
	position: relative;
}

.slide-arrow {
	max-width: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.prev-arrow {
	left: -30px;
}

.next-arrow {
	right: -30px;
}

.top__works_list li>a {
	margin: 5px;
	display: block;
	min-height: 281px;
	background-color: #ECF0F4;
	box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 15%);
}

.top__works_txt_area {
	padding: 20px 25px;
}

.top__works_article_ttl {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #333;
	display: inline-block;
	text-align: center;
	padding: 7px 10px;
	/* letter-spacing: 2px; */
	margin-bottom: 10px;
}

.sub_cate01 {
	color: #fff;
	background-color: #33BAD6;
	border: 1px solid #33BAD6;
}

.top__works_txt {
	font-size: 10px;
	line-height: 1.9;
}

.blog__pagenation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.blog__pagenation .page-numbers {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	font-weight: bold;
}

.blog__pagenation a:not(.prev):not(.next) {

	border: 1px solid #B3B3B3;
	color: #B3B3B3;
}

.blog__pagenation span {
	background-color: #33BAD6;
	color: #fff;
}

.page_link_wrap {
	margin: 20px auto;
}

.page_link_wrap ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_link_wrap ul>li {
	width: 50%;
	height: 45px;
}

.page_link_wrap ul>li a {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 10px 15px;
	font-size: 20px;
	border: 1px solid #33BAD6;
	color: #33BAD6;
	background-color: #fff;
}

.page_link_wrap ul>li:first-child a::before {
	right: 20px;
	display: block;
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	z-index: 1;
	margin-right: 20px;
}

.page_link_wrap ul>li:last-child a::after {
	right: 20px;
	display: block;
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	z-index: 1;
	margin-left: 20px;
}

.page_link_wrap ul>li:first-child a::before {
	border-right: 12px solid #33BAD6;
}

.page_link_wrap ul>li:last-child a::after {
	border-left: 12px solid #33BAD6;
}

.cmn__clm_news_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.cmn__clm_news_cat {
	max-width: 132px;
	color: #fff;
	padding: 4px 35px;
	font-size: 14px;
}

.news_cat01 {
	background-color: #FF0000;
}

.news_cat02 {
	background-color: #33BAD6;
}

.news_cat03 {
	background-color: #FABE00;
	padding: 4px 22px;
}

.news_cat04 {
	background-color: #51be00;
}

.cmn__clm_news_day {
	font-size: 14px;
}

.cmn__clm_news_txt {
	font-size: 13px;
	line-height: calc(22 / 13);
	position: relative;
}

.cmn__clm_news_txt::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(-45deg);
}

.cmn__clm_news_list li>a {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #B3B3B3;
}

.cmn__clm_news_list li:last-child {
	margin-bottom: 0;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	font-size: 16px;
	margin-bottom: 30px;
}

body .wp-pagenavi a, body .wp-pagenavi span {
	display: block;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-right: 7px;
	color: #B3B3B3;
	border: 1px solid #BFBFBF !important;
}

body .wp-pagenavi .previouspostslink, body .wp-pagenavi .nextpostslink {
	border: none !important;
	color: #333 !important;
}

.wp-pagenavi .current {
	background-color: #33BAD6;
	border: 1px solid #33BAD6 !important;
	color: #fff;
}

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

	/*  SPのみ */
	.cmn_mail_btn {
		margin: 0 auto;
	}

	.cmn_mail_btn02 {
		margin-top: 20px;
	}

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

	.cmn_faq__list>li {
		margin-bottom: 20px;
	}

	/* .is_ac_open .cmn_faq__q_txt.js_faq_accordion {
		margin-bottom: 10px;
	}
	.is_ac_open .cmn_faq__q_txt.js_faq_accordion +
	.cmn_faq__a_txt {
		margin-bottom: 20px;
	} */
	.cmn_contactus__tell_txt03_list>span {
		display: block;
	}

	.header {
		height: 55px;
	}
}

@media screen and (min-width:768px) {
	.header__sub_nav_pc_list>li a {
		font-weight: 600 !important;
		font-size: 15px !important;
	}

	.header__main_ttl {
		/* width: 300px; */
		width: 30%;
	}

	/*  TAB */
	.sp,
	.sp_in,
	.sp_inbl {
		display: none;
	}

	.tab {
		display: block;
	}

	.tab_in {
		display: inline;
	}

	.tab-inbl {
		display: inline-block;
	}

	.cmn_contactus__ttl {
		font-size: 41px;
		text-align: center;
	}

	.cmn_contactus__tell_txt01 {
		max-width: 425px;
	}

	.cmn_contactus .pc_flex {
		align-items: center;
		justify-content: space-between;
	}

	.cmn_contactus__tell_txt01::before {
		left: 15px;
	}

	.cmn_contactus__tell_txt01::after {
		right: 15px;
	}

	.cmn_link__list {
		display: flex;
		justify-content: center;
		padding: 0 20px;
	}

	.cmn_link__list>li {
		max-width: 250px;
		width: calc((99% - 80px) / 3);
		margin-right: 40px;
	}

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

	.pc_flex {
		display: flex;
	}

	.cmn_mv__ttl {
		font-size: 50px;
	}

	.cmn_mv__ttl .cmn_mv__sub_ttl {
		font-size: 22px;
	}

	.cmn_mv__ttl .cmn_mv__sub_ttl small {
		font-size: 16px;
	}

	.cmn_contactus {
		background: url("img/cmn__bg_img_pc.png") no-repeat;
		background-size: cover;
	}

	.cmn_contactus__wrap {
		padding: 75px 0;
		max-width: 840px;
		margin: 0 auto;
	}

	.cmn_contactus__txt {
		font-size: 21px;
		margin-bottom: 60px;
	}

	.cmn_contactus__tell_txt01::before {
		left: -8px;
	}

	.cmn_contactus__tell_txt01::after {
		right: -8px;
	}

	.cmn_contactus__tell_box {
		margin: 0;
	}

	.cmn_mail_btn {
		max-width: 348px;
	}

	.cmn_mail_btn_link {
		min-width: 348px;
	}

	.cmn_mail_btn:hover {
		background-color: #fff;
		color: #33BAD6;
		opacity: 1;
	}

	.cmn_mail_btn:hover::before {
		background: url("img/mail_icon_hover.svg") no-repeat;
		background-size: contain;
	}

	.cmn_link__ttl {
		margin: 78px 0 50px;
	}

	/* footer */
	.footer__contact>ul li {
		display: flex;
	}

	.footer__contact li p:last-child {}

	/* cmn_news */
	.cmn__news_ttl {
		min-width: 115px;
	}

	.cmn__news_wrap {
		width: calc(100% - 20em);
	}

	.cmn__news_link {
		min-width: 165px;
	}

	.cmn__news_link>a {
		padding-left: 2em;
	}

	.cmn_search_ttl {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.blog__pagenation {
		margin-bottom: 80px;
	}

	.page_link_wrap ul {
		max-width: 552px;
		margin: 0 auto 30px;
	}

	.cmn_works__list li .parts__works_img_area {
		margin-right: 10px;
		margin-left: 10px;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.cmn_contactus__wrap {
		padding: 35px 20px;
	}

	.cmn_contactus__tell_box {
		margin: 20px 0;
	}

	.cmn_works__list li a {
		display: block;
		margin: 0 10px;
	}

	.cmn_faq__q_txt, .cmn_faq__a_txt {
		margin-bottom: 20px;
	}

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

@media screen and (max-width:1024px) {
	.no_change_header .cmn_pankz {
		background-color: #ECF0F4;
		padding-bottom: 10px;
	}

	.cmn_search_list>li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (min-width:1025px) {
	.cmn_mv {
		/* margin-top: 0 !important; */
	}

	.detail_content {
		margin-top: 96px;
	}

	a:hover {
		opacity: .8;
	}

	.cmn_btn_link:hover {
		opacity: 1;
	}

	.cmn_btn>.cmn_btn_link:hover span {
		/* background-color: #FABE00; */
		color: #fff;
	}

	.cmn_btn.arrow_btn>.cmn_btn_link::before {
		position: absolute;
		top: -1px;
		right: -1px;
		bottom: -1px;
		left: -1px;
		z-index: 1;
		content: '';
		background: #FABE00;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
	}

	.cmn_btn.arrow_btn>.cmn_btn_link:hover::before {
		opacity: 1;
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.cmn_btn.arrow_btn>.cmn_btn_link:hover::after {
		border-left: 8px solid #fff;
		z-index: 2;
	}

	.cmn_link__list {
		margin-bottom: 85px;
	}

	.cmn_mv__ttl {
		font-size: 70px;
	}

	.sptab,
	.sptab_in {
		display: none;
	}

	.pc {
		display: block;
	}

	.mv {
		margin-top: 0 !important;
	}

	/*  header */
	.top__header {
		background-color: transparent;
		transition: background-color .3s ease;
	}

	.top__header .header__main_ttl>a img {
		display: none;
	}

	.top__header .header__main_ttl>a {
		display: block;
		background: url("img/header__nav_logo.png") no-repeat;
		height: 34px;
		background-size: contain;
	}

	.top__header .header__nav_pc_list>li>a {
		color: #fff;
	}

	.top__header:hover {
		background-color: #fff;
		transition: background-color .3s ease;
	}

	.top__header:hover .header__nav_pc_list>li>a {
		color: #000;
	}

	.top__header:hover .header__main_ttl>a img {
		display: block;
	}

	.top__header:hover .header__main_ttl>a {
		background: none;
	}

	#btn_spmenu, .header__nav {
		display: none;
	}

	.header__main_area {
		height: auto;
		justify-content: space-between;
		align-items: center;
	}

	.header__nav_pc {
		display: flex;
	}

	.header__nav_pc_list {
		display: flex;
		align-items: center;
	}

	.is_open_sub_menu {
		position: relative;
	}

	.header__nav_pc_list>li {
		padding: 0 20px;
		position: relative;
	}

	.header__nav_pc_list>li>a {
		font-size: 15px;
		padding: 40px 0;
		position: relative;
		font-weight: 900;
		font-size: 16px;
	}

	.header__nav_pc_list>li>a::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 4px;
		border-bottom: 4px solid #33BAD6;
		width: 100%;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: transform .3s;
		left: 0;
	}

	.header__nav_pc_list>li>a:hover::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.header__main_ttl {
		/* width: 275px; */
		padding-bottom: 0;
		padding-left: 17px;
	}

	.last_list {
		background-color: #FABE00;
		/* padding: 40px 25px; */
		display: flex;
		align-items: center;
	}

	.last_list>a {
		font-size: 15px;
		color: #fff;
		/* padding: 40px 25px; */
		padding: 25px 25px;
		text-align: center;
		display: block;
		line-height: 1.5;
		font-weight: bold;
		white-space: nowrap;
	}

	.last_list__historical {
		background-color: #33BAD6;
		/* padding: 40px 25px; */
	}

	.last_list__historical>a {
		font-size: 15px;
		color: #fff;
		/* padding: 40px 25px; */
		padding: 25px 25px;
		text-align: center;
		display: flex;
		flex-flow: column nowrap;
		line-height: 1.5;
		font-weight: bold;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		aspect-ratio: 320 / 100;
	}

	.last_list__historical a::before {
		background: url(img/pc_icon.svg) no-repeat;
		width: 40px;
		height: 40px;
		background-position: center center;
		content: "";
		display: block;
	}

	.header__sub_nav_pc {
		position: absolute;
		/* width: 100%; */
		/* left: 0; */
		left: 50%;
		transform: translateX(-50%);
		/* top: 96px; */
		top: 56px;
		height: 0;
		opacity: 0;
		/* opacity: 1; */
		transition: height ease-in-out .3s, opacity ease-in-out .3s;
		visibility: hidden;
		min-width: 10em
	}

	.header__sub_nav_pc.service_menu {
		min-width: 15em
	}

	.header__sub_nav_pc.works_menu {
		min-width: 15em
	}

	.header__sub_nav_pc.recruit_menu {
		min-width: 13em
	}

	.is_open_sub_menu .header__sub_nav_pc {
		transition: height ease-in-out .3s, opacity ease-in-out .3s;
		height: 100%;
		opacity: 1;
		visibility: visible;
	}

	.header__sub_nav_pc_list {
		background-color: #333;
	}

	.header__sub_nav_pc_list>li {
		font-size: 13px;
		text-align: center;
		color: #fff;

	}

	/* 
	.header__sub_nav_pc_list>li:first-child {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	} */

	.header__sub_nav_pc_list>li>a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		padding: 40px 0;
		font-size: 13px;
		text-align: center;
		height: 100%;

		&[target="_blank"] {
			position: relative;

			&:after {
				content: "";
				position: absolute;
				right: 9px;
				bottom: 8px;
				height: 9px;
				width: 14px;
				border: 1px solid;
				background: #333333;
			}

			&:before {
				content: "";
				position: absolute;
				right: 12px;
				bottom: 11px;
				height: 9px;
				width: 14px;
				border: 1px solid;
				background: #333333;
				z-index: 1;
			}

			&:hover {
				&:after {
					background: #33BAD6;
				}

				&:before {

					background: #33BAD6;
				}
			}
		}
	}

	.header__sub_nav_pc_list {
		/* display: flex; */
		display: block !important;
	}

	.header__sub_nav_pc_list>li:first-child span {
		font-size: 25px;
		font-weight: bold;
		margin-right: 15px;
	}

	.header__sub_nav_pc_list>li:first-child {
		/* padding: 35px 0; */
	}

	.header__sub_nav_pc_list>li {
		/* border-right: 1px solid #fff; */
	}

	.header__sub_nav_pc_list>li a:hover {
		background-color: #33BAD6;
		opacity: 1;
	}

	.kaisha .header__sub_nav_pc_list>li:first-child {
		/* width: 30vw; */
	}

	.kaisha .header__sub_nav_pc_list>li a {
		/* padding: 36.5px 8vw; */
		padding: 20px 8px;
		white-space: nowrap;
	}

	.service_menu .header__sub_nav_pc_list>li:first-child {
		/* width: 25vw; */
	}

	.service_menu .header__sub_nav_pc_list>li a {
		/* padding: 36.5px 2.5vw; */
		padding: 20px 8px;
		white-space: nowrap;
	}

	.topics .header__sub_nav_pc_list>li:first-child {
		/* width: 30vw; */
	}

	.works_menu .header__sub_nav_pc_list>li a {
		/* padding: 36.5px 2.5vw; */
		padding: 20px 8px;
		white-space: nowrap;
	}

	.recruit_menu .header__sub_nav_pc_list>li a {
		/* padding: 36.5px 2.5vw; */
		padding: 20px 8px;
		white-space: nowrap;
	}

	.topics .header__sub_nav_pc_list>li a {
		/* padding: 36.5px 8vw; */
		padding: 20px 8px;
		white-space: nowrap;
	}

	.recruit_menu .header__sub_nav_pc_list>li:first-child {
		/* width: 20vw; */
	}

	.recruit_menu .header__sub_nav_pc_list>li a {
		/* padding: 36.5px 2vw; */
		padding: 20px 8px;
		white-space: nowrap;
	}

	.no_change_header header {
		border-bottom: 1px solid #10104b;
	}

	/*  footer */
	.footer__wrap {
		padding: 0;
		padding-top: 65px;
		max-width: 1080px;
		margin: 0 auto;
	}

	.footer__flex_r {
		display: block;
	}

	.footer__logo_img {
		max-width: 274px;
	}

	.footer__contact li:nth-child(2) p:last-child {}

	.footer__contact li:nth-child(3) p:last-child {}

	.footer__sns_list {
		justify-content: flex-start;
	}

	small.copy {
		text-align: left;
		padding-left: 20px;
	}

	.scroll_btn {
		bottom: 30px;
		right: 70px;
		width: 52px;
		height: 52px;
	}

	.footer__btm_link {
		text-align: left;
		margin-top: 0;
		padding-right: 20px;
	}

	.footer__btm {
		display: flex;
		justify-content: space-between;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-top: 58px;
	}

	.footer__flex_l {
		padding-left: 16px;
	}

	.footer__flex_r {
		display: flex;
		margin-left: 45px;
	}

	.footer__flex_r_box {
		margin-right: 32px;
	}

	.footer__flex_r_box:last-child {
		margin-right: 0;
	}

	.footer__flex_r a {
		color: #fff;
		font-size: 13px;
		position: relative;

		&[target="_blank"] {
			padding-right: 30px;

			&:after {
				content: "";
				position: absolute;
				right: 9px;
				bottom: 4px;
				height: 9px;
				width: 14px;
				border: 1px solid;
				background: #333333;
			}

			&:before {
				content: "";
				position: absolute;
				right: 12px;
				bottom: 7px;
				height: 9px;
				width: 14px;
				border: 1px solid;
				background: #333333;
				z-index: 1;
			}
		}
	}

	.footer__flex_r .sub_list>li::before {
		display: inline-block;
		content: "-";
		color: #fff;
		margin-right: 5px;
	}

	.footer__flex_r .sub_list>li {
		margin-bottom: 5px;
	}

	.footer__flex_r .sub_list {
		margin-top: 5px;
	}

	.footer__flex_r_home {
		margin-bottom: 20px;
	}

	.footer__flex_r_company,
	.footer__flex_r_service,
	.footer__flex_r_topics,
	.footer__flex_r_contact {
		margin-bottom: 25px;
	}

	.cmn_contactus__tell_txt01 {
		max-width: 330px;
	}

	/* common */
	.cmn_contactus {
		background: url("img/cmn__bg_img_pc.png") no-repeat;
		background-size: cover;
	}

	.cmn_contactus__wrap {
		padding: 75px 0;
		max-width: 840px;
		margin: 0 auto;
	}

	.cmn_contactus__txt {
		font-size: 21px;
		margin-bottom: 60px;
	}

	.cmn_contactus__tell_txt01::before {
		left: -8px;
	}

	.cmn_contactus__tell_txt01::after {
		right: -8px;
	}

	.cmn_contactus__tell_box {
		margin: 0;
	}

	.cmn_mail_btn {
		max-width: 348px;
	}

	.cmn_mail_btn_link {
		min-width: 348px;
	}

	.cmn_mail_btn:hover {
		background-color: #fff;
		color: #33BAD6;
		opacity: 1;
	}

	.cmn_mail_btn:hover::before {
		background: url("img/mail_icon_hover.svg") no-repeat;
		background-size: contain;
	}

	.cmn_link__ttl {
		margin: 78px 0 50px;
	}

	/* 下層 */
	.cmn_pankz {
		padding-top: 20px;
		padding-left: 74px;
		font-size: 14px;
	}

	.cmn__bg::before {
		left: -413.6px;
		width: 400px;
		width: 610px;
		height: 780px;
	}

	.cmn__ttl_area {
		margin-bottom: 40px;
	}

	.cmn__ttl {
		font-size: 41px;
		margin-bottom: 20px;
	}

	.cmn_works {
		padding: 0;
		max-width: 1000px;
		margin: 80px auto;
	}

	.cmn_works__list_area {
		max-width: 852px;
		margin: 0 auto;
	}

	.cmn_works__list li a {
		display: block;
		margin: 0 20px;
	}

	.cmn_works::after {
		height: 200px;
	}

	.cmn_fqa {
		padding: 0;
		max-width: 1000px;
		margin: 80px auto;
	}

	.cmn_faq__list_area {
		font-size: 16px;
	}

	.cmn_faq__a_txt {
		display: block;
		background-color: transparent;
	}

	.icon_mark {
		display: none;
	}

	.cmn_faq__q_txt, .cmn_faq__a_txt {
		padding-left: 114px;
		padding-right: 140px;
	}

	.cmn_faq__q_txt::before,
	.cmn_faq__a_txt::before {
		left: 85px;
	}

	.cmn_faq__list>li:first-child {
		padding-top: 0;
	}

	.cmn_faq__list>li {
		padding-bottom: 22px;
		padding-top: 40px;
		border-bottom: 1px dotted #808080;
	}

	.cmn_faq__btn {
		padding-top: 68px;
	}

	.cmn_search_area {
		max-width: 1000px;
		margin: 0 auto;
	}

	.cmn_search_list {
		max-width: 1000px;
		flex-basis: 1000px;
		margin: 0 auto 60px;
	}

	.cmn_search_list>li {
		min-width: 120px;
		flex-shrink: 1;
		width: inherit;
		font-size: 16px;
		padding-bottom: 12px;
		min-height: 45px;
		margin-right: 25px;
		cursor: pointer;
	}

	.cmn_search_list>li::before {
		height: 7px;
		background-color: #E6E6E6;
	}

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

	.cmn_search_list>li::after {
		position: absolute;
		content: "";
		bottom: 0;
		height: 7px;
		width: 100%;
		background-color: #33BAD6;
		transform: scaleX(0);
		transition: 0.5s ease;
		z-index: 2;
	}

	.cmn_search_list>li:hover::after,
	.cmn_search_list>li.is_active::after {
		transform: scaleX(1);
	}

	/* cmn_step_area */
	.cmn_step_list {
		display: flex;
		padding-left: 25px;
	}

	.cmn_step_list::before {
		top: calc(260px / 2);
		bottom: inherit;
		left: 25px;
		right: 0;
		height: 3px;
		width: calc(100% - 26px);
	}

	.cmn_step_list>li {
		width: calc((100% - 225px) / 6);
		margin-right: 45px;
		margin-top: 60px;
		margin-bottom: 0;
	}

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

	.cmn_step_item_list {
		justify-content: center;
		flex-direction: column;
	}

	.cmn_step_item_list>dt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.cmn_step_item_list_label {
		top: -25px;
		left: -20px;
		right: auto;
	}

	.cmn_step_item_list>dd {
		width: 100%;
	}

	.cmn_step_item_list_ttl {
		text-align: center;
		margin-bottom: 15px;
	}

	.cmn_step_item_list_txt {
		font-size: 14px;
		line-height: calc(22 /13);
	}

	/* animetion PC */
	/* ※animetion sp時1カラムの場合のみ適応 */
	/* PC 2カラム */
	.delay_2column[data-aos]:nth-child(even) {
		transition-delay: .2s;
	}

	/* PC 3カラム */
	.delay_3column[data-aos]:nth-child(2),
	.delay_3column[data-aos]:nth-child(5) {
		transition-delay: .2s;
	}

	.delay_3column[data-aos]:nth-child(3),
	.delay_3column[data-aos]:nth-child(6) {
		transition-delay: .4s;
	}

	.delay_3column[data-aos]:nth-child(7) {
		transition-delay: .0s;
	}

	/* PC 4カラム */
	.delay_4column[data-aos]:nth-child(2),
	.delay_4column[data-aos]:nth-child(6) {
		transition-delay: .2s;
	}

	.delay_4column[data-aos]:nth-child(3),
	.delay_4column[data-aos]:nth-child(7) {
		transition-delay: .4s;
	}

	.delay_4column[data-aos]:nth-child(4),
	.delay_4column[data-aos]:nth-child(8) {
		transition-delay: .6s;
	}

	.delay_4column[data-aos]:nth-child(5) {
		transition-delay: .0s;
	}

	/*.animate_up-elm.fadein:nth-child(2) {
		animation-delay: .2s;
	}
	.animate_up-elm.fadein:nth-child(3) {
		animation-delay: .4s;
	}
	.animate_up-elm.fadein:nth-child(4) {
		animation-delay: .6s;
	}
	.animate_up-elm.fadein:nth-child(5) {
		animation-delay: .8s;
	}
	.animate_up-elm.fadein:nth-child(6) {
		animation-delay: 1.0s;
	}
	.animate_up-elm.fadein:nth-child(7) {
		animation-delay: 1.2s;
	}
	.animate_up-elm.fadein:nth-child(8) {
		animation-delay: 1.4s;
	}
	.animate_up-elm.fadein:nth-child(9) {
		animation-delay: 1.6s;
	}
	.animate_up-elm.fadein:nth-child(10) {
		animation-delay: 1.8s;
	}
	.animate_up-elm.fadein:nth-child(11) {
		animation-delay: 2.0s;
	}
	.animate_up-elm.fadein:nth-child(12) {
		animation-delay: 2.2s;
	}
	.animate_up-elm.fadein:nth-child(13) {
		animation-delay: 2.4s;
	}
	.animate_up-elm.fadein:nth-child(14) {
		animation-delay: 2.6s;
	}
	.animate_up-elm.fadein:nth-child(15) {
		animation-delay: 1.8s;
	}
	.animate_up-elm.fadein:nth-child(16) {
		animation-delay: 3.0s;
	}
	.animate_up-elm.fadein:nth-child(17) {
		animation-delay: 3.2s;
	}
	.animate_up-elm.fadein:nth-child(18) {
		animation-delay: 3.4s;
	}
	.animate_up-elm.fadein:nth-child(19) {
		animation-delay: 3.6s;
	}
	.animate_up-elm.fadein:nth-child(20) {
		animation-delay: 3.8s;
	}*/

	/* cmn_news */
	.cmn__news {
		min-height: 40px;
		justify-content: stretch;
		position: relative;
	}

	.cmn__news_ttl {
		width: 100%;
		min-width: 365px;
		max-width: 365px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.cmn__news_wrap {
		width: calc(100% - 48.8vw);
		padding: 10px 0 10px 20px;
	}

	.cmn__news_list li a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.cmn__news_day {
		margin-right: 10px;
	}

	.cmn__news_link {
		/* max-width: 255px; */
		width: 100%;
		margin-left: auto;
		justify-content: center;
		padding: 0 35px 0px 30px;
	}

	.cmn__news_link::before {
		transform: skewX(330deg);
		border-width: 0px 0 100px 2px;
	}

	.cmn__news_link>a {
		margin-left: 35px;
	}

	.top__works_list_area {
		width: 643px;
		margin-left: 47px;
	}

	.top__works_list li {
		margin: 0 15px;
	}

	.blog__pagenation .page-numbers:hover {
		opacity: 1;
		border-color: #33BAD6 !important;
		background-color: #33BAD6;
		color: #fff !important;
	}

	.page_link_wrap ul {
		margin: 0 auto 70px;
	}

	.page_link_wrap ul>li a {
		padding: 15px;
	}

	.page_link_wrap ul>li a:hover {
		opacity: 1;
	}

	.page_link_wrap ul>li a::before {
		margin-right: 40px;
	}

	.page_link_wrap ul>li a::after {
		margin-left: 40px;
	}

	.page_link_wrap ul>li:first-child a:hover::before {
		border-right: 12px solid #fff;
	}

	.page_link_wrap ul>li a:hover {
		color: #fff;
		background-color: #33BAD6;
	}

	.page_link_wrap ul>li:last-child a:hover::after {
		border-left: 12px solid #fff;
	}

	.cmn__clm_news_flex {
		margin-bottom: 0;
		justify-content: flex-start;
		width: 302px;
		position: relative;
	}

	.cmn__clm_news_cat {
		margin-right: 70px;
	}

	.cmn__clm_news_list li>a {
		display: flex;
		padding: 30px 70px;
		margin-bottom: 0;
		position: relative;
		overflow: hidden;
	}

	.cmn__clm_news_list li>a:hover {
		border-bottom: 1px solid #fff;
		color: #fff;
	}

	.cmn__clm_news_list li>a:hover::before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 110%;
		height: 85px;
		background: linear-gradient(90deg, #ECF0F4 0%, #ECF0F4 25%, #33BAD6 25%, #33BAD6 100%);
		transform: skewX(330deg) translateX(-30px);
	}

	.cmn__clm_news_list li>a:hover .cmn__clm_news_txt::after {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	.cmn__clm_news_txt {
		margin-left: 15px;
		width: calc(100% - 302px);
	}
}

@media screen and (min-width:1025px) and (max-width:1510px) {
	.recruit_menu .header__sub_nav_pc_list>li:first-child {
		width: 18vw;

	}

	.header__sub_nav_pc_list>li:first-child span {
		font-size: 1.9em;
	}

	.recruit_menu .header__sub_nav_pc_list>li a {
		/* padding: 42px 1em; */
		font-size: 1.1vw;
		/* padding: 36.5px 2vw; */
	}
}

@media screen and (max-width:767px) {
	.cmn_mail_btn02 .cmn_mail_btn_link {
		letter-spacing: 0;
		text-align: left;
	}
}

@media screen and (min-width:768px) and (max-width:800px) {
	.cmn_content {
		width: 800px;
	}
}

@media screen and (min-width:1400px) {
	.header__main_ttl {
		width: 34%;
	}
}