@charset "UTF-8";
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
article {
	width: 100%;
	margin: 0 auto;
	padding: clamp(30px, 5vw, 60px) 20px clamp(60px, 5vw, 80px);
}
.section_s article {
	max-width: 790px;
}
.inner{
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
article,
.breadCrumb ul {
	max-width: 1240px;
}
.lower .container article {
	max-width: 1086px;
}
footer #footer_sitemap_box ul li:before,
.search_box .search_text .search_btn:after,
.search_box .search_select:after,
#header_menu_main .li_arrow:after,
.btn_arrow a:after,
.toc_list ul li:before,
.page_link li:before,
.site_link li.category_title:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-rendering: auto;
}
#neconomeButton a:after,
#femaleButton .btn_inner:after,
#maleButton .btn_inner:after,
.list_effect li:before {
	font-family: 'Line Awesome Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
:root {
	--font_basic: 'a-otf-gothic-mb101-pr6n','Zen Kaku Gothic New', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	--font_sub: 'Shippori Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	--font_accent: 'Forum', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

	--radius: clamp(10px, 2vw, 30px);

	--gap: clamp(20px, 3vw, 50px);
	--gap_s: clamp(10px, 2vw, 25px);
}

/*--------------------------------------- header */
header {
	position: absolute;
	bottom: 5%;
	background-color: transparent;
	z-index: 1000;
    width: 100%;
}
/*@media screen and (max-width: 1917px) {
	header {
		bottom: 8%;
	}
}
@media screen and (max-width: 1833px) {
	header {
		bottom: 10%;
	}
}
@media screen and (max-width: 1786px) {
	header {
		bottom: 12%;
	}
}
@media screen and (max-width: 1753px) {
	header {
		bottom: 14%;
	}
}
@media screen and (max-width: 1716px) {
	header {
		bottom: 16%;
	}
}
@media screen and (max-width: 1679px) {
	header {
		bottom: 18%;
	}
}*/
header #header_inner {
	max-width: 100%;/* ヘッダ幅100% */
	max-width: 1920px; /* ヘッダ最大幅1078px */
	margin:0 auto;
	background-color: transparent;
}
header .header_logo {
	flex-basis: 360px;/* ロゴの幅 */
	margin: 0;
	padding: 0;
	line-height: 0;
}
header .header_logo a {
	display: inline-block;
	padding: 0;
	color: #fff;
}
header .header_logo img {
	width:100%;
}
header .pc_menu_black .header_logo{
	flex-basis: 300px;
}
header .pc_menu_black .header_logo img {
	padding-top: 8px;
}
.pc_menu_white{
	display: flex;
	justify-content: space-between;
	padding: 0 36px 0 36px;
	width: 100%;
}
.pc_menu_black{
	padding: 26px 36px 26px 60px;
	/*background-color: #fff;*/
    width: 100%;
	display: none;
	background-color: #fff;
}
/* header_contents */
.header_menu_lower{
	float:right;
	font-size:1em;
	font-weight: bold;
	display: flex;
}
.header_menu_lower ul{
	margin: 0;
	padding: 0;
	line-height: 1;
	display:inline-block;
}
.header_menu_lower li{
	padding:20px 0;
	height:100%;
	display:inline-block;
}
.header_menu_lower li a{
	padding:10px 10px;
	height:100%;
	display:inline-block;
	text-decoration:none;
}
.header_menu_lower li a img{
	max-height: 17.7px;
}
.footer_menu_navi a,
.footer_menu_navi_2 a{
	font-family: "din-2014", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1px;
}
.footer_menu_navi_2 a{
	font-size: 14px;
}
.pc_menu_white li a{
	color: #fff;
}
.pc_menu_black li a{
	color: #000;
}
/*header_recruit_btn nomal_btn*/
.recruit_btn a{
	display: block;
	position: relative;
	border-radius: 100vh;
	padding: 10px 50px 10px 50px;
	text-decoration: none;
	text-align: center;
    margin: 10px 25px 0 25px;
	white-space: nowrap;
}
.recruit_btn a img{
	max-height: 17.7px;
	vertical-align: middle;
}
.nomal_btn a{
	display: block;
	position: relative;
	width: 199px;
	max-width: 100%;
	border-radius: 100vh;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	text-align: center;
	background-color: #FAFAFA;
	white-space: nowrap;
}
.pc_menu_white .recruit_btn a,
.navi .recruit_btn a{
	color: #fff;
	border: 1px solid #fff;
}
.pc_menu_black .recruit_btn a,
.nomal_btn a{
	color: #000;
	border: 1px solid #000;
}
.nomal_btn a span{
	color: #646469;
	padding: 0 0 0 7px;
	font-style: italic;
}
/*矢印と下線の形状*/
.pc_menu_white .recruit_btn a::before,
.pc_menu_black .recruit_btn a::before,
.navi .recruit_btn a::before,
.nomal_btn a::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    right: -12%;
    /*下線の形状*/    
    height: 1px;
    top: 50%;
    width: 40px;
    /*アニメーションの指定*/
    transition: all .3s;
}
.pc_menu_white .recruit_btn a::before,
.navi .recruit_btn a::before{
	background:#fff;
}
.pc_menu_black .recruit_btn a::before,
.nomal_btn a::before{
	background:#000;
}

.pc_menu_white .recruit_btn a::after,
.navi .recruit_btn a::after,
.pc_menu_black .recruit_btn a::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 43%;
    right: -24px;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
.nomal_btn a::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 41%;
    right: -25px;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
@media screen and (max-width:468px), print {
	.nomal_btn a{
		width: 177px;
	}
	.nomal_btn a::after{
		right: -22px;
	}
}


.pc_menu_white .recruit_btn a::after,
.navi .recruit_btn a::after{
	background:#fff;
}
.pc_menu_black .recruit_btn a::after,
.nomal_btn a::after{
	background:#000;
}

/*hoverした際の移動*/
.pc_menu_white .recruit_btn a:hover::before,
.navi .recruit_btn a:hover::before,
.pc_menu_black .recruit_btn a:hover::before,
.nomal_btn a:hover::before{
    right: -19%;
}

.pc_menu_white .recruit_btn a:hover::after,
.navi .recruit_btn a:hover::after,
.pc_menu_black .recruit_btn a:hover::after,
.nomal_btn a:hover::after
{
    right:-20%;
}

/*SP時の設定*/
@media screen and (max-width:749px) {
	header .pc_menu_white,
	header .pc_menu_black{
		display: none;
	}
}


/*-- pc_menu_btn_pc_menu_white_PC版ファーストビュー白文字*/
@media screen and (max-width:899px), print {
	.pc_menu_white{
		display: none;
		/*display: inline-block;
		box-sizing: border-box;*/
	}
}
	body:not(.body_common) .pc_menu_white {
		display: none;
	}

.pc_menu_white .langage_btn {
	position: relative;
	width: 20px;
	height: 20px;
	padding: 0;
	background-image: url('img/white_lang.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	margin-top: 27px;
	margin-right: 30px;
}

/*-- pc_menu_btn_pc_menu_black_PC版2ページ目より黒文字*/
@media screen and (max-width:1455px), print {
	header .pc_menu_black .header_logo{
		flex-basis: 250px;/* ロゴの幅 */
	}
	header .pc_menu_black .header_logo img {
		padding-top: 12px;
	}
	.recruit_btn a {
		padding: 10px 40px 10px 40px;
		margin: 10px 20px 0px 20px;
	}
	.pc_menu_black {
		padding: 10px 26px 10px 26px;
	}
}
@media screen and (max-width:1311px), print {
	.header_menu_lower li a img ,
	.recruit_btn a img{
		max-height: 15.2px;
	}
	.header_menu_lower li a {
		padding: 10px 5px;
	}
	header .pc_menu_black .header_logo{
		flex-basis: 200px;/* ロゴの幅 */
	}
	.pc_menu_white .recruit_btn a::before, .pc_menu_black .recruit_btn a::before, .navi .recruit_btn a::before, .nomal_btn a::before {
		right: -22px;
	}
}
@media screen and (max-width:1180px), print {
	.header_menu_lower li a img ,
	.recruit_btn a img{
		max-height: 14.2px;
	}
	.recruit_btn a {
        padding: 5px 40px 5px 40px;
        margin: 12px 20px 0px 20px;
    }
	.pc_menu_white .recruit_btn a::after, .navi .recruit_btn a::after, .pc_menu_black .recruit_btn a::after{
		top: 40%;
	}
}
@media screen and (max-width:1080px), print {
	.header_menu_lower li a img ,
	.recruit_btn a img{
		max-height: 13.2px;
	}
}
@media screen and (max-width:1002px), print {
	.header_menu_lower li a img ,
	.recruit_btn a img{
		max-height: 12.2px;
	}
	.recruit_btn a {
        padding: 5px 30px 5px 30px;
        margin: 13px 19px 0px 20px;
    }
}
@media screen and (max-width:965px), print {
	.header_menu_lower li a img ,
	.recruit_btn a img{
		max-height: 11.2px;
	}
}
@media screen and (max-width:929px), print {
	.header_menu_lower li a img ,
	.recruit_btn a img{
		max-height: 10.5px;
	}
}
@media screen and (max-width:899px), print {
	.pc_menu_black{
		display: none;
		/*display: inline-block;
		box-sizing: border-box;*/
	}
}
@media screen and (min-width:900px), print {
	body:not(.body_common) .pc_menu_black {
		display: flex;
		position: fixed;
		top: 0;
        left: 0;
		justify-content: space-between;
	}
}
.pc_menu_black .langage_btn {
	position: relative;
	width: 20px;
	height: 20px;
	padding: 0;
	background-image: url('img/black_lang.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	margin-top: 27px;
	margin-right: 30px;
}

/*-------------2ページ目から黒文字menuを表示*/
.item.show{
	transform: translateY(0);
	opacity: 1;
  }
  .item picture img{
	width: 100%;
  }
  .item div{
	padding: 40px 8%;
  }
  .item div p{
	padding-top: 20px;
  }
/*--------------------------------------- sp_menu_whitemanu_blackmenu */

.sp_menu{
	overflow-y: scroll;
	max-height: 100%;
}

@media screen and (min-width:900px), print {
	.sp_menu_black {
		display: none;
		/*display: inline-block;
		box-sizing: border-box;*/
	}
}
@media screen and (max-width:899px), print {
	.sp_menu_black{
		display: flex;
		position: fixed;
		top: 0;
		justify-content: space-between;
		width: 100%;
		background-color: #fff;
	}
	.section_main_img .section_main_img_box {
		margin-top: 81px;
	}
}
.sp_menu_black .header_logo a{
	width: 400px;
	max-width: 58%;
	padding: 20px;
}
.sp_menu_black .header_logo img{
	width: 100%;
}
.sp_menu_btn {
	position: relative;
	width: 32px;
    height: 32px;
	padding: 0;
	background-image: url('img/sp_menu.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9999;
	cursor: pointer;
}
.sp_menu_btn.close{
	background-image: url('img/menu_close_btn.png');
	cursor: pointer;
	z-index: 1001;
	width: 32px;
    height: 32px;
    position: fixed;
    top: 21px;
    right: 20px;
}
.sp_menu{
	position: fixed;
	z-index: 1000;
	right: -100%;
	top: 0;
	width: 380px;
	max-width: 100%;
	height: 100%;
	padding: 60px 0px;
	background-color: #000;
	box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	opacity: 0;
	transition: right 0.2s;
}
@media screen and (max-width:480px) {
	.sp_menu {
		width: 100%;
	}
}
.sp_menu.menu_fixed_sp{
	right: 0;
	opacity: 10;
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
	background-color: transparent;
}
#sp_menu_logo {
	padding: 10px 60px 10px 10px;
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
	background-color: transparent;
	z-index: 999;
}
.sp_menu_black .sp_btn_box{
    max-width: 20%;
    justify-content: space-between;
	position: absolute;
    top: 26%;
    right: 0;
    margin-right: 20px;
}
.sp_menu_black .sp_menu_btn{
	display: inline-block;
}
.sp_menu_black .langage_btn {
	display: inline-block;
	position: relative;
	width: 25px;
    height: 25px;
    padding: 0;
	background-image: url('img/black_lang.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 25px;
	cursor: pointer;
}
@media screen and (max-width:398px) {
	.sp_menu_black .sp_menu_btn{
		width: 32px;
		height: 32px;
	}
	.sp_menu_black .langage_btn {
		width: 22px;
		height: 22px;
		margin-right: 20px;
	}
}
/*ナビの設定*/
.navi {
	padding: 100px 15px 0 70px;
	font-size: 1.2em;
	font-weight: bold;
}
.navi .langage_btn{
	position: absolute;
	background-image: url('img/white_lang.png');
	top: 30px;
    right: 50px;
}
.navi ul {
	margin: 0;
	padding: 0 0 36px 0;
	line-height: 1.4;
	list-style: none;
}
.navi ul li a {
	position: relative;
	text-decoration: none;
	display: inline-block;
	padding: 12px 0;
	color: #fff;
}
.navi ul li a::after {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
}
.navi .recruit_btn{
	width: 70%;
}
/*--------------------------------------- page_top */

#page_top {
	padding: 0;
	margin: 0;
	z-index: 100;
}
#page_top img{
	width: 25px;
	min-width: 10%;
}
/*#page_top span {
	display: block;
}
#page_top span:before {
	content: "";
	background-color: #fff;
	background-image: url(img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: clamp(24px, 3vw, 40px);
	height: clamp(24px, 3vw, 40px);
	border: 2px solid #dad9d9;
	border-radius: 100%;
	top: 50%;
	right: 0;
	margin-top: clamp(-20px, -2vw, -15px);
	transition: right 0.2s,background-color 0.2s;
}*/
#page_top a {
	display: block;
}
#page_top a:hover {
	animation: fuwafuwa 1.1s linear 0s infinite alternate;
}
/*--------------------------------------- contact_list */

.contact_list article {
	padding-top: 0;
}
.contact_list_box {
	background-color: #fff;
	border-radius: var(--radius);
	padding: clamp(20px, 2vw, 30px) 20px;
}
.contact_list .columnBox {
	justify-content: center;
	text-align: center;
}
.contact_list .contact_box {
	color: #fff;
	line-height: 1.4;
	text-align: center;
	padding: clamp(50px, 4vw, 80px) 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.contact_list span {
	display: inline-block;
}
.contact_list .contact_box .title {
	font-size: clamp(16px, 2vw, 24px);
	padding-bottom: 10px;
	display: block;
}
.contact_list .contact_box_1 {
	background-image: url(./img/btn_bg-01.jpg);
}
.contact_list .text_box {
	position: relative;
	padding-left: clamp(70px, 7vw, 100px);
	max-width: 750px;
	margin: 0 auto;
}
.contact_list .text_box:before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(./img/icon_contact.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: clamp(60px, 7vw, 90px);
	height: clamp(60px, 7vw, 90px);
}
.contact_list .text_box:after {
	content:"";
}
.contact_list .text {
	background-color: #fefaf4;
	padding: 20px;
	border-radius: var(--radius);
}
.contact_list .text_add {
	font-size: 0.9em;
}
.contact_list .contact_btn {
	font-size: clamp(18px, 2vw, 26px);
	padding-top: 20px;
	display: block;
}
.contact_list .contact_btn a {
	font-weight: bold;
	line-height: 1.2;
	width: clamp(280px, 28vw, 320px);
	display: inline-block;
	padding: clamp(10px, 1vw, 15px) clamp(20px, 2vw, 30px);
	backdrop-filter: blur(20px);
	border-radius: 100em;
	border: 2px solid #dad9d9;
	text-decoration: none;
	transition: background-color 0.2s;
}
.contact_list .contact_btn_white a {
	color: #333;
	background-color: #ffffff;
}
.contact_list .contact_btn_white a:hover{
	background-color: #f0f0f0;
}
.contact_list .contact_btn_white i{
	color: #27B3C8;
}
.contact_list .contact_btn_blue a {
	color: #fff;
	background-color: #27B3C8;
}
.contact_list .contact_btn_blue a:hover{
	background-color: #259fb2;
}
.contact_list .contact_btn_blue i{
	color: rgb(255 255 255 / 70%);
}
@media screen and (min-width:720px) {
	.contact_list .columnBox .column {

	}
}
@media screen and (max-width:719px) {
	.contact_list .contact_box_2 {
		margin-top: 12px;
	}
}
/*--------------------------------------- footer */
footer {
	max-width: 100%;
	background-image: url(img/black_back.jpg);
	background-size: cover;
}
footer .footer_pc{
	width: 100%;
	max-width: 1920px;
	padding: 0 50px 0 50px;
	margin-left: auto;
	margin-right: auto;
}
footer .footer_pc ul{
	display: flex;
}
footer .footer_pc ul li{
	list-style: none;
	display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
footer a {
	text-decoration: none;
	color: #808080;
}
.footer_logo_box{
	text-align: center;
	width: 50%;
	max-width: 830px;
	margin-left: auto;
    margin-right: auto;
	padding-top: 110px;
	padding-bottom: 75px;
}
.footer_main{
	display: flex;
	color: #B3B3B3;
	justify-content: space-between;
}
.footer_main .footer_copyright{
	margin-top: 40px;
	margin-bottom: 16px;
	margin-right: 20px;
}
.footer_sub_box{
	display: flex;
	justify-content: flex-end;
}
.footer_sub_box img{
	width: 26px;
}
.footer_langage{
	margin-right: 20px;
}
.footer_langage li{
	position:relative;
	display:inline-block;
}
.footer_langage li:first-of-type{
	padding-right: 20px;
}
.footer_langage li:first-of-type::after{
	content:"";
	display:inline-block;
	width:2px;
	height:26px;
	background-color:#999999;
	position:absolute;
	top: 14px;
    right: 2px;
}
.footer_main li{
	padding:20px 0;
	height:100%;
	display:inline-block;
}
.footer_main li a{
	padding:10px 10px;
	height:100%;
	display:inline-block;
	text-decoration:none;
}
/*footer_sp*/
.footer_sp {
    padding: 20px 12% 30px 13%;
}
.footer_sp ul{
	padding: 0;
}
.footer_sp ul li{
	list-style: none;
	padding-top: 8px;
}
.footer_sp .footer_menu_navi ul li a{
	position: relative;
	color: #fff;

}
.footer_sp .footer_menu_navi ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -27px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(45deg);
}
.footer_sp .footer_menu_navi_2 a{
	color: #fff;
}

.footer_sp .footer_langage li:first-of-type::after{
	top: 10%;
    right: 15%;
}
.footer_sns_icon img{
	width: 26.572px;
	vertical-align: middle;
}

.footer_sp .footer_langage{
	text-align: right;
}
.footer_sp .footer_logo_box{
	padding-top: 50px;
    padding-bottom: 15px;
}
.footer_sp .footer_copyright{
	font-size: clamp(10px, 2vw, 16px);
	color: #B3B3B3;
	text-align: center;
}

@media screen and (max-width:1678px) {
	footer .footer_main li a{
		font-size: 0.8em;
	}
	footer .footer_main .footer_copyright {
		font-size: 0.7em;
	}
	footer .footer_main .footer_copyright {
		margin-top: 36px;
	}
}
@media screen and (max-width:1520px) {
footer .footer_pc {
	padding-left: 0;
	padding-right: 0;
}
}
@media screen and (max-width:1420px) {
	.footer_sns_icon img {
		width: 20.572px;
		vertical-align: middle;
	}
	.footer_main li a {
		padding: 5px 5px;
	}
	footer .footer_main li a{
		font-size: 0.7em;
	}
	footer .footer_main .footer_copyright {
		font-size: 0.6em;
	}
	footer .footer_main .footer_copyright {
		margin-top: 36px;
	}
	footer .footer_menu_navi_2 ul {
		padding-left: 0;
		padding-right: 0.5em;
	}
	.footer_logo_box {
		padding-top: 5%;
		padding-bottom: 2%;
	}
}
@media screen and (max-width:1192px) {
	.footer_sns_icon img {
		width: 20px;
	}
	footer .footer_main li a{
		font-size: 0.6em;
	}
	footer .footer_main .footer_copyright {
		font-size: 0.5em;
	}
}
@media screen and (max-width:1088px) {
	.footer_sns_icon img {
		width: 20px;
	}
	footer .footer_main li a{
		font-size: 0.5em;
	}
	footer .footer_main .footer_copyright {
		font-size: 0.5em;
	}
	footer .footer_pc ul li {
		padding-left: 5px;
		padding-right: 5px;
	}
	footer .footer_main .footer_copyright {
        margin-top: 38px;
    }
}
@media screen and (min-width:914px) {
	footer .footer_pc {
		display: block!important;
	}
	footer .footer_sp {
		display: none!important;
	}
}
@media screen and (max-width:913px) {
	footer .footer_pc {
		display: none!important;
	}
	footer .footer_sp {
		display: block!important;
	}
	footer .footer_logo_box{
		width: 100%;
	}
}
/* footer_contact */
#contact_sp{
	display: none;
	background-color: #fff;
}
#contact {
	position: relative;
	z-index: 9;
	background-image: url(img/contact_back.png);
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	min-height: 655px;
}
#contact  h2,
#contact  p{
	color: #fff;
	margin: 0;
}
#contact a p{
	color: #000;
}
#contact .contact_title{
	padding-top: 230px;
}
#contact .contact_text p{
	text-align: center;
	margin: 0;
	padding-bottom: 90px;
}
#contact .contact_box .contact_link p{
    color: #42413d;
}
#contact .contact_box a{
	text-decoration: none;
}
#contact .blue_btn{
	background-color: rgba(242,242,242,0.65);
}
#contact .contact_link{
	display: flex;
	justify-content: center;
	gap: 2vw;
	padding-top: 108px;
	padding-bottom: 88px;
}
@media screen and (max-width:765px), print {
	#contact_sp{
		display: block;
		padding-top: 50px;
	}
	#contact{
		display: none;
	}
	#contact_sp .contact_text{
		color: #fff;
		text-align: center;
		padding-top: 44px;
		padding-bottom: 16px;
	}
	#contact_sp .contact_box_sp{
		background-image: url(img/contact_back.png);
		background-size: cover;
		background-repeat: repeat;
		background-position: center;
	}
	#contact_sp .blue_btn{
		background-color: rgba(242,242,242,0.65);
		margin: 20px auto;
	}
	#contact_sp .contact_link {
		padding-bottom: 50px;
	}
}
/* footer_contact_sp */
/*btn*/
.blue_btn {
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
    width: 230px;
    background-color: #F2F2F2;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 15px 0px 13px 0;
	text-decoration: none;
	border-left: #4D56CB solid 2.5px;
}
.blue_btn span{
	margin: 0;
}
.blue_btn span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 2px #4D56CB;
    border-right: solid 2px #4D56CB;
    transform: rotate(45deg);
}
.blue_btn span{
	color: #000;
}
/*--------------------------------------- columnBox */
@media screen and (min-width:720px), print {
	.columnBox {
		display: flex;
		gap: 2vw;
		width: 100%;
	}
	.align_center {
		align-items: center;
	}
	.columnBox .column {

	}
	.w20 {
		flex-basis: 20%;
	}
	.w30 {
		flex-basis: 30%;
	}
	.w40 {
		flex-basis: 40%;
	}
	.w50 {
		flex-basis: 50%;
	}
	.w60 {
		flex-basis: 60%;
	}
	.w70 {
		flex-basis: 60%;
	}
}
@media screen and (max-width:719px) {
	.columnBox{
		display: block;
	}
	.columnBox .column {
		padding-bottom: 20px;
	}
	.columnBox .column:last-child {
		padding-bottom: 0;
	}
}
/*--------------------------------------- sideContaints */

#side {
	padding: 10px 20px 30px;
	background-color: rgb(255 255 255 / 80%);
	border-radius: var(--radius);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: -webkit-sticky;
	/*Safari*/
	position: sticky;
	top: 130px;
}
#side .menu_title {
	font-weight: bold;
	font-size: 1.1em;
	padding: 1em 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
#side ul {
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side ul li {
	border-top: 1px solid #dddddd;
	position: relative;
}
#side ul li:first-child {
	border-top: none;
}
#side li a {
	color: #333;
	font-size: 1.1em;
	text-decoration: none;
	display: block;
	padding: 0.2em 0.5em 0.2em 2em;
	transition: color 0.2s, background-position 0.2s;
	background-image: url(img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
}
#side li a:hover {
	color: #777;
	background-position: 0.8em center;
}
@media screen and (min-width:720px) {
	.columnBox .column_main {
		flex-basis: 750px;
	}
	.columnBox .column_side {
		flex-basis: calc( 1046px - 750px - 2vw);
	}
}
@media screen and (max-width: 719px) {
	.columnBox .column_side {
		padding: 1em 0 0;
		clear: both;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common_setting */
ul {
	padding-left: 1.3em;
}
table ul {
	margin-top: 0;
}
img {
	max-width: 100%;
	height: auto !important;
	width/***/
	: auto;
}
table td img {
	max-width: 100%;
	height: auto !important;
}
iframe {
	max-width: 100%;
}
.google_map {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.google_map iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.containerInner_default ol li {
	margin-top: 1em;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.margin_top_s {
	margin-top: var(--gap_s);
}
hr {
	border: none;
	border-bottom: 1px solid #fff;
	margin: var(--gap) 0 var(--gap_s);
}
.box_style_1 {
	background-color: #fff;
	padding: var(--gap_s);
	border-radius: var(--radius);
}
@media screen and (min-width:720px) {
	.only_pc {
		display: block!important;
	}
	.only_sp {
		display: none!important;
	}
}
@media screen and (max-width:719px) {
	.only_pc {
		display: none!important;
	}
	.only_sp {
		display: block!important;
	}
}
/*--------------------------------------- font */

html {
	font-size: 62.5%;
}
body {
	font-family: 'a-otf-gothic-mb101-pr6n','Zen Kaku Gothic New', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #42413d;
	font-size: clamp(14px, 2vw, 16px);
	line-height: 2;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	background-size: auto 8000px;
}
@media screen and (max-width:719px) {
	html, body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
	line-height: 1.4;
}
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
	content:"";
	display: block;
	clear: both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
.lower h1 {
	font-weight: bold;
	padding: 0.5em 0;
	margin: 0 auto;
	text-align: center;
	font-size: clamp(20px, 3vw, 48px);
}
/*h2 {
	font-family: var(--font_sub);
	font-weight: normal;
	padding: 0.5em 0;
	margin: 0 auto;
	font-size: clamp(16px, 2vw, 24px);
	position: relative;
}*/
/*題字部分_Arial*/
.center_title h2,
.left_title h2,
.massage_text h3,
.contact_title h2{
	font-family: Arial;
	font-weight: bold;
	margin: 0;
}
.list_text li .date{
	font-family: Arial;
	font-weight: bold;
}
.center_title h2,
.left_title h2,
.contact_title h2{
	font-size: 3.4375em;
	margin: 0;
	line-height: 1;
}
.massage_text h3{
	font-size: 0.975em;
	margin: 0;
}
.massage_text h3 span{
	font-size: 1.825em;
	color: #4d56cb;
}
.list_text li .date{
	color: #4d56cb;
}
/*明朝体部分*/
.center_title p,
.contact_title p,
.left_title p,
#identity .massage_text .massage,
#identity .massage_text .name_box .position,
#identity .massage_text .name_roman,
.sp_menu ul li a{
	font-family: "Yu Mincho","游明朝";
	font-weight: normal;
	margin: 0;
}
.identity_message_box a:hover{
	opacity:0.85;
}
.nomal_btn a span{
	font-family: "Yu Mincho","游明朝";
}
.center_title p,
.contact_title p{
	font-size: 1.375em;
	margin: 0;
	padding-top: 13px;
	padding-bottom: 60px;
	line-height: 1;
	color: #646469;
}
.contact_title p{
	color: #fff;
}
#identity .massage_text .name_roman{
	font-size: 1.1em;
}

/*明朝体bold部分*/
.contents_text h3,
#advantage .advantage_box h2,
#identity .massage_text .massage,
.footer_copyright,
.navi .recruit_btn a,
.navi ul li a{
	font-family: "Yu Mincho","游明朝", serif;
	font-weight: bold;
	margin: 0;
}
.contents_text h3{
	font-size: 1.8125em;
	line-height: 1.6em;
}
#introduction .contents_text h3{
	font-size: 2.75em;
	line-height: 1.5em;
	white-space: nowrap;
}
#advantage .advantage_box h2{
	font-size: 6.25em;
}
#advantage .advantage_box .advantage_sub,
#identity .massage_text .name{
	font-size: 0.9375em;
}
#advantage .advantage_box .advantage_detail{
	font-size: 1.125em;
}
#identity .massage_text .massage{
	font-size: 1.4625em;
}
.footer_main .footer_copyright {
    font-size: 0.8125em;
}
/*楷書部分*/
#identity .massage_text .name_box .name{
	font-family: "adobe-kaiti-std", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.85em;
}
/*説明部分*/
.contents_text p{
	font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0;
	margin-top: 23px;
	max-width: 600px;
}
.contact_text p{
	font-size: 1.125em;
}

.columnBox .column h2:first-child {
	padding-top: 0;
}
.font_box {
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(20px, 3vw, 50px) 20px 0;
}
.font_accent {
	color: #fff;
	font-family: var(--font_accent);
	line-height: 1;
	padding: 0;
	margin: 0 auto;
	font-size: clamp(55px, 9vw, 155px);
	text-transform: uppercase;
	position: relative;
}
.font_box .lead {
	font-size: clamp(13px, 1vw, 15px);
	padding: var(--gap_s) 0 10px;
}
a,.contact_text p{
	font-family: "kozuka-gothic-pr6n", sans-serif;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width:719px) {

}
/* h:変更した場合はstyle_editor.cssにも反映すること */

h3 {
	font-size: clamp(18px, 2vw, 32px);
	line-height: 2;
}
h4 {
	font-size: clamp(15px, 2vw,21px);
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
/*.body_common h3 {
	font-family: var(--font_sub);
	font-weight: normal;
}*/
.lower h3 {
	clear: both;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.4;
	margin-bottom: 1em;
	font-weight: bold;
	padding: 2em 20px 2em 2em;
	position: relative;
}
.lower h3:before {
	content:"";
	display: block;
	width: 4em;
	height: 4em;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	margin-top: -2em;
	border-radius: 100%;
	background-color: rgb(255 255 255 / 70%);
}
h4 {
	clear: both;
	font-weight: bold;
	line-height: 1.5;
	margin: 1em 0;
	padding: 0.5em 15px;
	background-color: rgb(255 255 255 / 70%);
}
h5 {
	clear: both;
	font-weight: bold;
	margin: 0.5em 0 1em;
	line-height: 1.5;
	padding: 10px 0;
}
h6 {
	clear: both;
	line-height: 1.5;
	font-weight: bold;
	margin: 0.5em 0 1em;
}
.bold {
	font-weight: bold;
}
.center_title,
.contact_title{
	text-align: center;
}
.center_title{
	padding-top: 110px;
	padding-bottom: 78px;
}
@media screen and (max-width:720px) {
	.center_title img{
		height: 60px!important;
		max-width: 100%;
	}
	.center_title{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.left_title{
	padding-bottom: 46px;
}
@media screen and (max-width:720px) {
	#introduction .contents_text h3,
	#works .contents_text h3,
	#aboutus .contents_text h3
	{
		font-size: 1.8em;
	}
}
/*--------------------------------------- color */

a {
	color: #42413d;
}
a:hover {
	color: #333333;
}
a:hover img {
	opacity: 0.8;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}
.red {
	color: #d2202f;
}
.blue {
	color: #40559F;
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_black {
	background-color: #000000;
}
.bg_lightgrey {
	background-color: #F9F9F9;
}
.bg_grey {
	background-color: #EFEFEF;
}
.bg_blue {
	background-color: #40559F;
	color: #FFFFFF;
}
.bg_lightblue {
	background-color: #F3F7F9;
}
.bg_red {
	background-color: #d2202f;
	color: #FFFFFF;
}
.bg_lightred {
	background-color: #FFD9DE;
}
.bg_pink {
	background-color: #f7d8ea;
}
.bg_yellow {
	background-color: #FFF599;
}
.bg_green {
	background-color: #60D795;
	color: #FFFFFF;
}
.bg_lightgreen {
	background-color: #C5FFDF;
}
.bg_cream {
	background-color: #FFFFFA;
}
.bg_gradient_1 {
	color: #ffffff;
	background: #B59C83;
	background: -moz-linear-gradient(-45deg, #B59C83 0%, #00a0e8 80%, #00a0e8 100%);
	background: -webkit-linear-gradient(-45deg, #B59C83 0%, #00a0e8 80%, #00a0e8 100%);
	background: linear-gradient(135deg, #B59C83 0%, #00a0e8 80%, #00a0e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B59C83', endColorstr='#00a0e8', GradientType=1);
}
.bg_gradient_1 a {
	color: #ffffff;
}

/*--------------------------------------- padding */
.pad_t50 {
	padding-top: clamp(20px, 3vw, 50px);
}
/*--------------------------------------- btn */

.btn,
.editor-style-btn1,
.editor-style-btn2 {
	display: block;
	padding: 0.5em 0;
	text-align: center;
}
.btn a,
.editor-style-btn1 a,
.editor-style-btn2 a {
	padding: 8px 20px;
	font-size: clamp(14px, 2vw, 16px);
	line-height: 1.5;
	background-color: #ffffff;
	border-radius: 100em;
	text-decoration: none;
	display: inline-block;
	transition: color 0.2s,background-color -.2s;
	text-align: center;
	position: relative;
}
.btn a:hover,
.editor-style-btn1 a:hover {
	color: hsl(230deg 5% 22% / 70%);
	background-color: rgb(255 255 255 / 80%);
}
.editor-style-btn2 a {
	color: #ffffff;
	font-size: clamp(21px, 2vw, 24px);
}
.btn_arrow a {
	padding: 8px 2em;
	min-width: 200px;
}
.btn_arrow a:after {
	content: "\f105";
	font-size: 0.8em;
	position: absolute;
	right: 1.4em;
	top: 50%;
	margin-top: -0.4em;
	transition: right 0.2s;
}
.btn_arrow a:hover:after  {
	right: 15px;
}
.btn_size_s a {
	width: 100%;
	max-width: 180px;
}
.btn_size_m a {
	font-size: clamp(14px, 2vw, 18px);
	width: 100%;
	max-width: 300px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.btn_tel a {
	font-size: clamp(21px, 2vw, 24px);
}
.btn_accent a {
	font-size: clamp(18px, 2vw, 24px);
	color: #ffffff;
}
.btn_accent a:hover {
	color: #ffffff;
}
/* CMSエディター：ボタン */
.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------- table */

table {
	border-collapse: collapse;
}
table[border="1"] {
	background-color: #ffffff;
}
table th, table td {
	border: 1px solid #cccccc;
}
table th {
	text-align: left;
}
table[border="0"], table[border="0"] th, table[border="0"] td {
	border: none;
}
@media screen and (min-width: 720px), print {
	.table_style_1 tr:nth-child(2n+1) td {
		background-color: #eeeeee;
	}
}
@media screen and (max-width:719px) {
	.sp_table td, .sp_table th, .sp_table tr {
		display: block;
		width: 100%!important;
	}
}
table.responsive, table.responsive2c {
	border-collapse: collapse;
	font-size: 0.95em;
}
table.responsive[border="0"], table.responsive[border="0"] th, table.responsive[border="0"] td, table.responsive2c[border="0"], table.responsive2c[border="0"] th, table.responsive2c[border="0"] td {
	border: none;
}
/*@media screen and (max-width: 1370px) {
	.scroll_box {
		max-width: 100%;
		overflow-x: auto;
		position: relative;
		border-right: 1px solid #eaeaea;
		box-shadow: 0px 0px 0px 1px #eaeaea inset;
	}
	.scroll_box:before {
		content: "";
		padding: clamp(40px, 3vw, 60px);
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-image: url('./img/img_scroll.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		border-radius: var(--radius);
		transition: opacity 0.5s;
		opacity: 1;
	}
	.scroll_box.touch:before {
		opacity: 0;
	}
}*/

@media screen and (max-width: 719px) {
	table.responsive, table.responsive2c {
		max-width: 100%;
	}
	table.responsive td, table.responsive th {
		display: block;
		width: 100% !important;
	}
	table.responsive2c td, table.responsive2c th {
		float: left;
		width: 50% !important;
	}
	table.responsive td img, table.responsive2c td img {
		max-width: 100%;
		height: auto;
	}
}
table.responsive[border="0"] td table:not([border="0"]) th, table.responsive[border="0"] td table:not([border="0"]) td, table.responsive2c[border="0"] td table:not([border="0"]) th, table.responsive2c[border="0"] td table:not([border="0"]) td {
	border: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th, .sp_table[border="0"] td table:not([border="0"]) td {
		display: table-cell;
		width: auto !important;
		border-left: none;
		border-top: none;
	}
	table.responsive2c td, table.responsive2c th {
		width: 100% !important;
	}
}
/*--------------------------------------- list_text */

.list_text, .list_text li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
/*.list_text {
	padding: clamp(20px, 2vw, 30px) 0;
}*/
.list_text li a {
	width: 68%;
	text-decoration: none;
	display: block;
	position: relative;
}
.list_text li .listBox {
	width: 100%;
	border-bottom: 1px solid #999999;
}
.list_text li .listBox .title{
	font-weight: bold;
	font-family: "kozuka-gothic-pr6n", sans-serif;
	color: #42413d;
}
.list_text li a:before {
	content: "";
	background-color: #fff;
	background-image: url(img/circle_arrow_black.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	/*width: clamp(24px, 3vw, 40px);
	height: clamp(24px, 3vw, 40px);*/
	width: 67px;
	height: 45px;
	top: 50%;
	right: 3%;
	margin-top: clamp(-20px, -2vw, -15px);
	transition: right 0.2s,background-color 0.2s;
}
.list_text li a:hover:before {
	right: 5px;
	background-color: rgb(255 255 255 / 80%);
}
.list_text li a .listBox {
	padding-right: 60px;
}
.list_text li:first-child .listBox {
	border-top: 1px solid #999999;
}

@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: block;
		justify-content: space-between;
		padding: 30px 0 30px 36px;
	}
	.list_text li .date {
		flex-basis: 7em;
		display: block;
	}
	.list_text li .text {
		flex-basis: calc( 100% - 7em );
		display: block;
		width: 77%;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 0;
		display: block;
	}
	.list_text li .listBox .text {
		padding-top: 12px;
		display: block;
	}
}
/*--------------------------------------- list_thumbnail */

.list_thumbnail {
	width: 100%;
	padding: 1em 0 clamp(30px, 3vw, 40px);
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.list_thumbnail li {
	padding: 0;
	margin: 0;
}
.list_thumbnail li a {
	text-decoration: none;
}
.list_thumbnail .listBox {
	display: block;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-bottom: none;
	background-color: #fff;
	border-radius: var(--radius);
}
.list_thumbnail .thumbnail span {
	padding: 30% 0;
	aspect-ratio: 3/2;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span {
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail li .tag_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding-bottom: clamp(12px, 2vw, 30px);
}
.list_thumbnail li .tag_list .tag {
	font-size: 14px;
	background-color: #fff;
	padding: 5px 12px;
	line-height: 1;
}
.list_thumbnail .dateBox {
	display: block;
	font-size: 0.9em;
	padding: 0;
}
.list_thumbnail .date, .list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 15px 0;
	font-size: 0.9em;
}
.list_thumbnail .title {
	display: block;
	font-family: var(--font_sub);
	text-align: center;
	padding: clamp(10px, 2vw, 20px);
	font-size: clamp(16px, 2vw, 21px);
	line-height: 1.4;
}
.list_thumbnail .title_sub {
	display: block;
	padding: clamp(10px, 2vw, 20px) 0;
	font-size: clamp(14px, 2vw, 18px);
	font-weight: bold;
	line-height: 1.4;
}
.list_thumbnail .text {
	display: block;
	font-size: 0.9em;
}
.list_thumbnail .btn {
	margin-top: auto; 
	padding-top: clamp(10px, 1.5vw, 30px);
}
@media screen and (min-width: 1200px), print {
	.list_thumbnail {
		gap: var(--gap);
	}
	.list_thumbnailC6 li {
		width: calc( calc(100% - calc(var(--gap)* 6)) / 6);
	}
	.list_thumbnailC2 li {
		width: calc( calc(100% - calc(var(--gap)* 2)) / 2);
	}
	.list_thumbnailC3 li {
		width: calc( calc(100% - calc(var(--gap)* 3)) / 3);
	}
	.list_thumbnailC4 li {
		width: calc( calc(100% - calc(var(--gap)* 4)) / 4);
	}
	.list_thumbnailC5 li {
		width: calc( calc(100% - calc(var(--gap)* 5)) / 5);
	}
}
@media screen and (min-width: 720px) and (max-width: 1199px) {
	.list_thumbnail {
		gap: 2em;
	}
	.list_thumbnail li {
		width: calc( calc(100% - 2em) / 2);
	}
	.list_thumbnailC6 li {
		width: calc( calc(100% - calc(var(--gap)* 3)) / 3);
	}
}
@media screen and (max-width: 719px) {
	.list_thumbnail {
		gap: 30px;
	}
	.list_thumbnail li {
		width: calc( calc(100% - 1em) / 2);
	}
	.list_thumbnailC2 li,
	.list_thumbnailC3 li {
		width: 100%;
	}
}
.list_thumbnailC1 li {
	width: 100%;
}
/*--------------------------------------- fadein */
/* fadein */
.fadein {
	opacity: 0.1;
	transform: translate(0, 3vw);
	transition: transform 1200ms;
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	transition: opacity 1s, transform 1s;
}
.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.left-to-right {
	opacity: 0.1;
	transform: translateX(-3vw);
	transition: opacity 1s, transform 1s;
}
.left-to-right.scrollin {
	opacity: 1;
	transform: translate(0);
}
.right-to-left {
	opacity: 0.05;
	transform: translateX(3vw);
	transition: opacity 1s, transform 1s;
}
.right-to-left.scrollin {
	opacity: 1;
	transform: translate(0);
}
.down-to-top {
	opacity: 0.1;
	transform: translateY(3vw);
	transition: opacity 1s, transform 1s;
}
.down-to-top.scrollin {
	opacity: 1;
	transform: translateY(0);
}
.top-to-down {
	opacity: 0.1;
	transform: translateY(-3vw);
	transition: opacity 1s, transform 1s;
}
.top-to-down.scrollin {
	opacity: 1;
	transform: translateY(0);
}
.wipe-animation {
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
}
.wipe-animation:before {
	content: "";
	display: block;
	position: absolute;
	right:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.wipe-animation.scrollin:before {
	animation: wipe 1s forwards;
}
@keyframes wipe {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
/*--------------------------------------- breadCrumb */

.breadCrumb {
	font-size: 0.9em;
}
.breadCrumb ul {
	padding: 0.5em 20px;
	margin: 0 auto;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	background: transparent url(img/arrow_blue.png) no-repeat scroll right center;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
/*--------------------------------------- pagetop link */

#pgtp {
	border-bottom: solid 1px #b5c3df;
}
#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pager */

.pager_box {
	clear: both;
	text-align: center;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.pager_box .pager {
	width: 2.5em;
	border: 1px solid #BFBFBE;
	border-radius: 5px;
	line-height: 1.4;
}
.pager_box .pager a {
	display: block;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	border-radius: 5px;
}
.pager_box .pager a:link, .pager_box .pager a:visited {
	color: #333333;
}
.pager_box .pager a:hover, .pager_box .pager a:active {
	background: #F1F1F1;
}
.pager_box .pager_current {
	background: #F1F1F1;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.pager_box .pager_dot {
	width: 1.5em;
	display: inline-block;
}
.pager_box .pager_space {
	width: 1em;
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.pager_box .pager_first {
	display: inline-block;
}
.pager_box .pager_last {
	display: inline-block;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms common */

.invisible {
	display: none;
}
a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: var(--radius);
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}
#input-table a.tooltiplink:link, #input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#input-table a.tooltiplink:hover, #input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
a.tooltiplink:link, a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tooltiplink:hover, a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: var(--radius);
}
#input-table p.tooltipbox a:link, #input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#input-table p.tooltipbox a:hover, #input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
p.tooltipbox a:link, p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
p.tooltipbox a:hover, p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
/* comment form */

.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}
.comment_box th, .comment_box td {
	padding: 10px;
}
.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}
.comment_name {
	width: 70%;
	text-align: left;
}
.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}
.comment_box td {
	padding-top: 0;
}
.comment_text {
	padding: 15px;
	background: #ffffff;
}
.icon_comment {
	text-align: right;
}
.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}
/* twitter widget */

#twtr-hd h3, #twtr-hd h4, .twtr-widget h3, .twtr-widget h4, .twtr-widget p, .twtr-widget-profile h3, .twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */

iframe.twitter-share-button {
	width: 115px!important;
}

/* scroll-box */

.scroll-box {
	font-size: 0.9em;
	width: 96%;
	height: 200px;
	border: 1px solid #cccccc;
	overflow: auto;
	background-color: #ffffff;
}
.scroll-box .content {
	width: 100%;
	height: 100%;
	padding: 10px;
}
/*--------------------------------------- cms form */
#form_container article {
    width: 100%;
    max-width: 1022px;
    margin: 138px auto;
}
#form_container h1 {
    text-align: center;
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.form_flow {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}
.form_flow li {
	position: relative;
}
.form_flow li span {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 100em;
	padding: 5px clamp(10px, 1vw, 20px) ;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form_flow li {

}
.form_flow li.current span {
	color: #fff;
	background-color: #4d56cb;
	border: 2px solid #4d56cb;
}
@media screen and (max-width:1037px), print {
	#form_container article {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	#form_container h1 {
		padding-bottom: 30px;
	}
}
@media screen and (min-width:501px), print {
	.form_flow {
		display: flex;
		justify-content: center;
		gap: 10px;
	}
	.form_flow li:before {
		content: "";
		display:block;
		width:10px;
		border-bottom: 4px solid #ddd;
		position: absolute;
		top: 50%;
		left: -10px;
		margin-top: -2px;
	}
	.form_flow li:first-child:before {
		display: none;
	}
}
@media screen and (max-width:500px) {
	.form_flow li {
		padding-bottom: 10px;
	}
	.form_flow li:before {
		content: "";
		display:block;
		height: 10px;
		border-left: 4px solid #ddd;
		position: absolute;
		top: -10px;
		left: 50%;
		margin-left: -2px;
	}
	.form_flow li:first-child:before {
		display: none;
	}
}
.contact_msg {
	font-size: 0.9em;
	margin: 0 auto;
}
.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}
.contact_msg .editor-style-btn1 {
	float: right;
}
.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5, -1px 0px #e5e5e5;
	padding: 20px 5%;
}
.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}
.error_box .error_msg {
	margin-top: 20px;
}
.contact form {
	text-align: center;
}
#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}
#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}
#input-table table li {
	margin-left: 0;
}
#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}
#input-table table td {
	padding-left: 10px;
}
#input-table table tr {
	transition: background-color linear 0.2s;
	border-top: 1px solid #ccc;
}
#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}
#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}
.input_required, .input_not_required:before {
	font-size: 0.9em;
	padding: 5px 6px;
	line-height: 1;
	display: inline-block;
	color: #ffffff;
	background-color: #4d56cb;
	position: absolute;
	right: 10px;
	top: 25px;
}
.input_not_required:before {
	color: #ffffff;
}
.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}
#input-table .error_msg, #input-table .error_msg_js {
	padding: 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 10px no-repeat;
}
#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}
#input-table table tr:last-child td {
	text-align: center;
}
#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}
#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
}
.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}
#input-table table .form_input_addnumber {
	width: 40% !important;
}
#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
}
input:focus, input:textarea {
	border: solid 1px #414D99;
}
.input_button {
	font-family: 'Zen Maru Gothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: clamp(16px, 2vw, 21px);
	font-weight: normal;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	color: #fff;
	line-height: 1.2;
	width: clamp(280px, 28vw, 320px);
	display: inline-block;
	padding: clamp(10px, 1vw, 15px) clamp(20px, 2vw, 30px);
	background-color: #4d56cb;
	border-radius: 100em;
	border: 2px solid #dad9d9;
	text-decoration: none;
	display: inline-block;
}

.input_button a {
	color: #333333;
}
#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}
#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
}
/* セパレーター */

#input-table table tr.input-formgroup-blank th {
	background: #F0F0F0;
	border: none;
}
#input-table table tr.input-formgroup {
	padding-top: 20px;
}
#input-table table tr.input-formgroup th {
	text-align: left;
	border: none;
	padding: 10px 0 5px 50px;
	background-image: url(./img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	background-color: #074D93;
	/* セパレーターth背景色 */
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed {
	background-image: url(./img/icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	border-bottom: 2px solid #EEEEEE;
	border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover {
	cursor: pointer;
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title {
	display: block;
	color: #FFFFFF;
	/* セパレータータイトル文字色 */
	font-size: 1.3em;
	/* セパレータータイトル文字サイズ */
	padding-bottom: 5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text {
	position: relative;
	display: block;
	color: #FFFFFF;
	/* セパレーター説明文文字色 */
	padding: 0 5px 0 1em;
	margin: 5px 10px 10px 10px;
	border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before {
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content: "";
	border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited, #input-table table tr.input-formgroup span.input-formgroup-text a:link {
	color: #FFFFFF;
	/* セパレーター説明文内リンク色1 */
	text-decoration: underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover, #input-table table tr.input-formgroup span.input-formgroup-text a:active {
	color: #66FFFF;
	/* セパレーター説明文内リンク色2 */
	text-decoration: underline;
}
#input-table .table_confirm th {
	padding: 20px 10px!important;
	width: 20%;
}
#input-table .table_confirm td {
	text-align: left!important;
}
@media screen and (max-width:719px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}
	#input-table table th, #input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}
	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content: "";
		display: block;
		clear: both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required, .input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: search_box */
.search_box input,
.search_box select {
	font-family: var(--font_basic);
}
.search_box .search_text form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
	background-color: #ffffff;
}
.search_box .search_text label {
	flex: 1;
}
.search_box .search_text input[type="text"] {
	width: 100%;
	height: 45px;
	padding: 5px 15px;
	border: none;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 14px;
	outline: none;
}
.search_box .search_text .search_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 45px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: relative;
}
.search_box .search_text .search_btn:after {
	content: "\f002";
	font-size: 1.2em;
}
.search_box .search_select {
	position: relative;
}
.search_box .search_select select {
	appearance: none;
	height: 45px;
	padding: 0.4em calc(0.8em + 40px) 0.4em 0.8em;
	border: none;
	border-radius: 3px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
	background-color: #fff;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
}
.search_box .search_select:before {
	content: "";
	position: absolute;
	display: block;
	right: 2.8em;
	height: 45px;
}
.search_box .search_select:after {
	content: "\f107";
	position: absolute;
	right: 1.2em;
	top: 50%;
	margin-top: -0.3em;
	font-size: 0.8em;
	pointer-events: none;
}
.search_box .search_select select {
	width: 100%;
}
/* body内検索 */
.search_box_body {
	padding: 0 0 clamp(20px, 3vw, 50px);
}
.search_box_body .search_select_title {
	display: none;
}
/* ナビ内検索 */
.search_box_navi .search_text,
.search_box_navi .search_select {
	font-size: 0.8em;
}
.search_box_navi .search_select_title {
	margin-top:10px;
	font-size: 0.9em;
	line-height: 1.4;
}
.search_box_navi .search_select_title a {
	color: #ffffff;
	padding: 10px 0;
}
/* サイドナビ内検索 */

#side .search_select_title {
	margin-top: 15px;
}
#side .search_select_title a {
	padding: 1em 0 10px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

@media screen and (min-width: 720px), print {
	/* ページ内検索 */
	.search_box_body .search_box {
		width: 100%;
		max-width: 940px;
		margin: 0 auto;
		display: flex;
		gap: 20px;
	}
	.search_box_body .search_box .search_text {
		flex-basis: 400px;
	}
	.search_box_body .search_box .search_select  {
		flex-basis: 250px;
	}
}
@media screen and (max-width:719px) {
	.search_select {
		margin-top:10px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: pages */

.msg {
	margin: 20px auto;
}
.section_size_s article {
	max-width: clamp(640px, 42vw, 790px);
}
.bg_grad {
	background-image: url(./img/bg_grad.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1400px auto;
	background-attachment: fixed;
}

/*--------------------------------------- fixed_btn */
.fixed_btn {
	position: fixed;
	right: 0;
	z-index: 100;
	text-align: center;
}
.fixed_btn .fixed_btn_box {
	background-color: #ffffff;
}
.fixed_btn #neconomeButton {
	text-align: center;
}
.fixed_btn a {
	text-decoration: none;
	display: block;
}
.fixed_btn #neconomeButton a:after {
	font-size: clamp(20px, 2vw, 30px);
	content: "\f4fd";
	display: block;
}
.toggle-button {
	display: block;
	cursor: pointer;
	user-select: none;
}
.toggle-button.selected {
	color: #ffffff!important;
}
.fixed_btn .toggle-button.selected a {
	color: #ffffff!important;
}
.fixed_btn .btn_inner {
	display: block;
}
.fixed_btn .btn_inner:after {
	display: block!important;
	font-size: clamp(20px, 2vw, 30px);
}
@media screen and (min-width: 720px), print {
	.fixed_btn {
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 110px 0 0;
	}
	.fixed_btn .fixed_btn_box {
		width: 100px;
		border-radius: 10px 0 0 10px;
	}
	.fixed_btn #neconomeButton a {
		border-radius: 10px 0 0 0;
		padding: 20px 0;
	}
	.toggle-button {
		padding: 20px 0;
	}
	.toggle-button.link_btn {
		padding: 0;
	}
	.toggle-button.link_btn a {
		padding: 20px 0;
	}
}
@media screen and (max-width:719px) {
	.fixed_btn {
		bottom: 0;
		width: 100%;
	}
	.fixed_btn .fixed_btn_box {
		display: flex;
		width: 100%;
	}
	.fixed_btn .fixed_btn_box #neconomeButton, 
	.fixed_btn .fixed_btn_box .toggle-button, 
	.fixed_btn .fixed_btn_box .tel-button {
		flex-grow: 1;
	}
	.fixed_btn .fixed_btn_box #neconomeButton a, 
	.fixed_btn .fixed_btn_box .toggle-button, 
	.fixed_btn .fixed_btn_box .tel-button a {
		padding: 10px 0;
	}
	.fixed_btn #neconomeButton a:after, 
	.fixed_btn .fixed_btn_box .tel-button i {
		font-size: clamp(20px, 2vw, 30px);
	}
	.fixed_btn .fixed_btn_box .tel-button a {
		color: #ffffff;
	}
}
@media screen and (min-width:900px), print {
	.fixed {
		display: flex;
		justify-content: space-between;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	  }
}

/*--------------------------------------- box_contact */
.box_contact {

}
.box_contact article {
	padding-bottom: clamp(60px, 9vw, 160px);
}
.box_contact .columnBox {
	background-color: #ffffff;
	border-radius: var(--radius);
}
.box_contact .columnBox .column {
	flex-basis: 50%;
}
.box_contact .column_text {
	text-align: center;
	align-items: center;
	padding: clamp(20px, 4vw, 60px);
}
.box_contact .column_text span{
	display: inline-block;
}
.box_contact .title {
	font-family: var(--font_sub);
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: clamp(20px, 4vw, 40px);
	margin: 0 auto;
	font-size: clamp(18px, 2vw, 32px);
}
.box_contact .text {
	padding-bottom: 20px;
}
.box_contact .hours span{
	display: block;
	font-size: clamp(12px, 1vw, 14px);
}
.box_contact .column_img {
	background-image: url(./img/site/bg_contact.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
@media screen and (min-width: 720px), print {
	.box_contact .column_img {
		border-radius: 0 var(--radius) var(--radius) 0;
		-webkit-mask-image: linear-gradient(to left, rgb(255 255 255 / 100%) 0%,rgb(255 255 255 / 100%) 85%,rgb(0 0 0 / 0%) 100%);
		mask-image: linear-gradient(to left, rgb(255 255 255 / 100%) 0%,rgb(255 255 255 / 100%) 85%,rgb(0 0 0 / 0%) 100%);
	}
}
@media screen and (max-width:719px) {
	.box_contact .column_img {
		width: 100%;
		aspect-ratio: 17/8;
		border-radius: 0 0 var(--radius) var(--radius);
		-webkit-mask-image: linear-gradient(to top, rgb(255 255 255 / 100%) 0%,rgb(255 255 255 / 100%) 85%,rgb(0 0 0 / 0%) 100%);
		mask-image: linear-gradient(to top, rgb(255 255 255 / 100%) 0%,rgb(255 255 255 / 100%) 85%,rgb(0 0 0 / 0%) 100%);
	}
}

/*--------------------------------------- anime_container */
.anime_container {
	width: 100%;
}
.anime_list {
	padding: 0;
	margin: 0;
}
.anime_list .thumbnail span {
	aspect-ratio: 3/2;
	height: clamp(80px, 10vw, 180px);
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*--------------------------------------- anime_container */


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: top */
/*一番下の背景*/
.top_wrapper{
	background-color: #fff;
}
/* section_main_img */
.section_main_img{
	position: fixed;
    top: 0;
    z-index: -1;
	width: 100vw;
}
.section_main_img .section_main_img_box {
	background-image: url(img/black_back_dot.jpg);
	background-size: cover;
	position: relative;
}
.section_main_img .top_img {
	margin:0 auto;
	text-align: center;
	position:relative;
}
.section_main_img .top_img img {
	vertical-align: middle;
}
.section_main_img .top_mp4{
	overflow: hidden;
	position: relative;
}
.section_main_img .top_mp4 video  {
	position: absolute;
	max-width: 100%;
}

@media screen and (min-width: 720px), print {
	.section_main_img .top_mp4,
	.section_main_img .top_youtube_box {
		aspect-ratio: 16/9;
		height: 100vh;
		max-width: 100%;
		margin: auto;
	}
}
@media screen and (max-width: 899px), print {
	.section_main_img .top_mp4,
	.section_main_img .top_youtube_box {
		margin-top: 78.04px;
		height: calc(100vh - 78.04px);
	}
}
@media screen and (max-width: 719px){
	.section_main_img .top_mp4,
	.section_main_img .top_youtube_box {
		height: auto;
	}
}
/*@media screen and (max-width: 1641px) {
	.section_main_img .top_mp4,
	.section_main_img .top_youtube_box {
		height: auto!important;
		width: 100vw;
	}
	.section_main_img{
		height: auto!important;
	}
}*/
@media screen and (max-width: 720px) {
	.section_main_img .top_mp4,
	.section_main_img .top_youtube_box {
		aspect-ratio: 1/1;
		height: auto;
		width: auto;
		max-width: 100%;
	}
}
/* news_top_list */
.section_top_news .list_text li .listBox {
	border: none;
}
/* introduction */
#introduction{
	background-color: #fafafa;
	margin-top: 100vh;
}
#introduction .introduce_copy_sp_black,
#introduction .introduce_copy_sp_white{
	display: none;
}
#introduction .contents_box{
	display: flex;
	padding-bottom: 80px;
	padding-top: 85px;
	margin-bottom: 120px;
	justify-content: space-between;
}
#introduction .contents_text{
	margin-top: 130px;
    margin-left: 144px;
    margin-right: 150px;
}
#introduction .introduce_copy{
	margin-top: 50px;
	margin-right: 160px;
    margin-left: 145px;
}
#introduction .introduce_copy img{
	width: 540px;
}
@media screen and (max-width:1827px), print {
	#introduction .contents_text{
		margin-top: 12%;
		margin-left: 9%;
		margin-right: 10%;
	}
	#introduction .introduce_copy{
		margin-top: 5%;
		margin-right: 10%;
		margin-left: 8%;
	}
}

@media screen and (max-width:1451px), print {
	#introduction .contents_text{
		margin-top: 11%;
        margin-left: 10%;
        margin-right: 3%;
	}
	#introduction .introduce_copy{
		margin-top: 5%;
		margin-right: 6%;
		margin-left: 9%;
	}
}
/*ここからSP版表示*/
@media screen and (max-width:1270px), print {
	#introduction .contents_box{
		display: block;
		margin-bottom: 43px;
	}
	#introduction .introduce_copy{
		display: none;
	}
	#introduction .introduce_copy_sp_black,
	#introduction .introduce_copy_sp_white{
		display: block;
		text-align: center;
		position: relative;
	}
	#introduction .introduce_copy_sp_white{
		background-image: url(img/black_back_dot.jpg);
		background-size: cover;
		padding-top: 90px;
        padding-bottom: 190px;
	}
	#introduction .introduce_copy_sp_black{
		padding-top: 80px;
        padding-bottom: 35px;
        width: 60%;
        min-width: 200px;
        margin-left: auto;
        margin-right: auto;
	}
	#introduction .introduce_copy_sp_white img{
		width: 35px;
	}
	#introduction .contents_text{
		margin-top: 5%;
	}
	#introduction .contents_box{
		padding-top: 0;
	}
}
@media screen and (max-width:719px), print {
	#introduction .contents_text{
		margin-top: 12%;
		margin-left: 4%;
		margin-right: 4%;
	}
	#introduction{
		margin-top: calc(100vw + 78.04px);;
	}
}
@media screen and (max-width:464px), print {
	#introduction .contents_text{
		text-align: justify;
	}
}

/* advantage */
#advantage a{
	text-decoration: none;
}
#advantage .contents_box{
	display: flex;
	padding-bottom: 215px;
}
#advantage .advantage_box{
	width: 50%;
	text-align: center;
	color: #fff;
	min-height: 595px;
	position: relative;
}
#advantage .advantage_box:hover{
	filter: brightness(1.1);
}
#advantage .advantage_box:first-of-type{
	background-image: url(img/advantage_back_1.jpg);
	background-size: cover;
	background-position: center;
	display: block;
}
#advantage .advantage_box:nth-of-type(2){
	background-image: url(img/advantage_back_2.jpg);
	background-size: cover;
	background-position: center;
	display: block;
}
#advantage .advantage_box .advantage_text{
	position: relative;
	top: 34%;
}
#advantage .advantage_box .advantage_text h2{
	margin: 0;
	line-height: 1em;
}
#advantage .advantage_box .advantage_text p{
	margin: 0;
}
#advantage .advantage_box .advantage_text .advantage_detail{
	padding-top: 20px;
}
#advantage .advantage_box span img{
	width: 66px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}
@media screen and (max-width:870px) {
	#advantage .contents_box{
		display: block;
		background-color: #FAFAFA;
		padding-bottom: 48px;
		margin-bottom: 40px;
	}
	#advantage .advantage_box{
		width: 100%;
	}
	#advantage .advantage_box{
		min-height: auto;
		height: auto;
		padding: 10%;
		padding-bottom: 23%;
	}
	#advantage .advantage_box span img{
		bottom: 10%;
		right: 5%;
	}
	#advantage .advantage_box:first-of-type{
		margin-bottom: 5px;
	}
}

/* works */
#works .contents_box{
	background-image: url(img/works_back.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#works .contents_box{
	display: flex;
	margin-bottom: 215px;
	justify-content: space-between;
}
#works .works_text{
	width: 45%;
	padding-top: 8%;
    padding-left: 13%;
	padding-right: 5%;
}
#works .contents_box .works_detail{
	width: 54%;
	font-size: 0;
	position: relative;
    top: 85px;
}
#works .works_box{
	display: inline-block;
	width: 50%;
}
#works .link a{
	margin: 35px 0 0 auto;
}
@media screen and (max-width:1419px) {
	#works .works_text {
		width: 45%;
        padding-top: 100px;
        padding-left: 8%;
        padding-right: 5%;
		padding-bottom: 30px;
    }
}
/*@media screen and (max-width:1419px) {
	#works .contents_box{
		display: block;
	}
	#works .works_text{
		width: 100%;
	}
	#works .contents_box .works_detail{
		width: 100%;
	}
}*/
/*works_swiper*/
.works_box.slick-slide img{
	max-width:96%;
	margin-left:2%;
}
/* aboutus */
#aboutus .contents_box{
	display: flex;
	padding-top: 226px;
	padding-bottom: 215px;
}
#aboutus .about_back_left{
	width: 26%;
}
#aboutus .about_back_left span{
	display: block;
	width: 258px;
	height: 379px;
	background-image: url(img/about_back_1.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: contain;
    top: 54%;
    left: 42%;
}
#aboutus .about_text{
	width: 34%;
	padding-right: 60px;
    padding-left: 60px;
}
#aboutus .about_back_right{
	width: 39%;
}
#aboutus .contents_text p{
	padding-right: 13%;
	text-align: justify;
}
#aboutus .about_back_right span{
	display: block;
	width: 512px;
	height: 744px;
	background-image: url(img/about_back_2.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: -12%;
}
#aboutus .about_back_sp{
	display: none;
}
#aboutus .link{
	margin-top: 50px;
}
#aboutus .link a{
	margin: 0 60px 0 auto;
}	
#aboutus .link a:first-of-type{
	margin-bottom: 15px;
}	
@media screen and (max-width:1651px) {
	#aboutus .contents_box {
		padding: 0 5%;
	}
	#aboutus .about_back_left{
		display: none;
	}
	#aboutus .about_back_right{
		display: none;
	}
	#aboutus .about_text{
		width: 50%;
		padding: 0;
	}
	#aboutus .about_back_sp{
		width: 50%;
		display: block;
		padding-left: 20px;
	}
	#aboutus .contents_box {
		justify-content: space-around;
	}
}
@media screen and (max-width:1129px) {
	#aboutus .contents_box {
		display: block;
		padding: 0 5%;
	}
	#aboutus .about_back_sp{
		text-align: center;
		width: 100%;
		padding: 30px 0 0 0;
	}
	#aboutus .about_text{
		width: 100%;
	}
	#aboutus .contents_text p {
		padding-right: 0;
	}
}
@media screen and (max-width:719px) {
	#aboutus .contents_box {
		padding-bottom: 40px;
	}
	#aboutus .link a{
		margin-left: auto;
		margin-right: 40px;	
	}
	
}
/* identity */
#identity{
	position: relative;
	padding-bottom: 215px;
}
#identity .back_box{
	background-image: url(img/black_back.jpg);
	background-size: cover;
}
#identity .contents_box{
	padding-top: 120px;
	padding-bottom: 354px;
}
#identity .contents_box,
#identity .identity_right_box{
	display: flex;
}
#identity .identity_copy{
	width: 39%;
	text-align: center;
	padding-left: 10%;
    padding-right: 10%;
}
#identity .identity_right_box{
	width: 59%;
}
#identity .identity_message_box{
	position: relative;
	padding-right: 190px;
}
#identity .massage_img{
	z-index: 3;
}
#identity .massage_text{
	position: absolute;
	z-index: 4;
	display: block;
	bottom: -172px;
    left: 68px;
	color: #fff;
	background-color: #000;
	opacity: 0.8;
	padding: 33px 47px 33px 47px;
	width: 395px;
}
#identity .massage_text .name_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#identity .massage_text .name_box .name{
	margin: 0 0 0 15px;
	line-height: 1.3em;
}
#identity .massage_text .name_box .position{
	padding-top: 15px;
	font-size: 1.1em;
}
#identity .massage_text .name_roman{
	text-align: right;
}
#identity a{
	text-decoration: none;
}
#identity .massage_text .more{
	display: block;
	text-align: right;
	margin-top: 20px;
}
#identity .massage_text .more img {
    width: 45px;
}
#identity .plan_banner{
	position: absolute;
    bottom: 120px;
	width: 32%;
}
#identity .plan_banner p{
	color: #fff;
	padding-left: 158px;
}
#identity .plan_banner:hover{
	filter: brightness(1.1);
}
#identity .plan_banner:hover img{
	opacity:1.0;;
}

/* スライド用 */
@media screen and (min-width: 901px) {
	.only_pc_900{
		display:block;
	}
	.only_sp_900{
		display:none;
	}
}
@media screen and (max-width: 900px) {
	#works .contents_box{
		display:block;
		margin-bottom: 43px;
	}
	#works .works_text{
		width:100%;
		padding: 30px 5% 25px 5%;
	}
	#works .contents_box .works_detail{
		width:100%;
		margin-top:10px;
		top: 0;
	}
	.only_pc_900{
		display:none;
	}
	.only_sp_900{
		display:block;
		padding-top: 17px;
		padding-bottom: 31px;
	}
	#works .link a{
		margin-top: 0;
		margin-left: auto;
		margin-right: 40px;
		margin-bottom: 0;
		white-space: nowrap;
	}
}
#identity .identity_message_box {
	padding-right: 10%;
}
#identity .massage_text{
	bottom: calc(100vw * -0.14);
	left: 12%;
	padding: 5% 5%;
	width: 75%;
}
#identity .massage_text{
	font-size: calc(100vw / 115);
}
@media screen and (min-width: 1800px) {
	#identity .massage_text{
		font-size: 1.2em;
	}

}
@media screen and (max-width: 900px) {
	#identity{
		padding-bottom: 131px;
	}
	#identity .contents_box{
		padding-bottom: 131px;
	}
	#identity .contents_box{
		display:block;
		padding-bottom: 60px;
		padding-top: 50px;
	}
	#identity .identity_copy{
		width: 75%;
		padding-left: 10%;
		margin: 0 auto;
	}
	#identity .identity_right_box{
		width:100%;
	}
	#identity .identity_message_box{
		padding-right:0;
	}
	#identity .identity_message_box .massage_img{
		padding: 0 2%;
	}
	#identity .massage_text{
		position:relative;
		font-size: calc(100vw / 40);
		bottom: calc(100vw * 0.2);
		min-height: 494px;
	}
	#identity .massage_text .more img{
		float:right;
	}
	#identity .plan_banner {
		bottom: 37px;
		width: 93%;
	}
	#identity .plan_banner p{
		padding-left: 2%;
	}
}
@media screen and (max-width: 770px) {
	#identity .massage_text{
		min-height: 440px;
	}
}
@media screen and (max-width: 699px) {
	#identity .massage_text{
		min-height: 400px;
	}
}
@media screen and (max-width: 600px) {
	#identity .massage_text{
		min-height: 362px;
	}
}
@media screen and (max-width: 499px) {
	#identity .massage_text{
		min-height: 313px;
	}
}
@media screen and (max-width: 418px) {
	#identity .massage_text{
		min-height: 276px;
	}
}
@media screen and (max-width: 400px) {
	#identity .massage_text{
		font-size: calc(100vw / 50);
	}
}
/* recruit */
#recruit .recruit_img .recruit_img_sp{
	display: none;
}
#recruit .recruit_img{
	text-align: center;
	padding-left: 7%;
    padding-right: 7%;
	padding-bottom: 117px;
}
#recruit .recruit_link_box{
	padding-bottom: 217px;
	width: 100%;
}
#recruit .recruit_mynavi_link{
	display: flex;
	justify-content: center;
}
#recruit .recruit_mynavi_link a{
	padding-right: 20px;
}
#recruit .recruit_link_btn{
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
#recruit .recruit_link_btn .nomal_btn{
	margin-right: 65px;
	display: block;
}
@media screen and (max-width:1146px) {
	#recruit .recruit_link_btn {
		justify-content: center;
	}
	#recruit .recruit_link_box{
		display: block;
		padding-left: 5%;
		padding-right: 5%;
		text-align: center;
		padding-bottom: 50px;
	}

}
@media screen and (max-width:759px) {
	#recruit .recruit_img{
		padding: 0;
	}
	#recruit .recruit_img .recruit_img_sp{
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
	#recruit .recruit_img .recruit_img_sp img{
		width: 100%;
	}
	#recruit .recruit_img .recruit_img_pc{
		display: none;
	}
	#recruit .recruit_link_btn {
		width: 100%;
		justify-content: space-around;
		padding-bottom: 40px;
	}
	#recruit .recruit_link_btn .nomal_btn {
		margin-right: 0px;
	}
	#recruit .recruit_mynavi_link, #recruit .recruit_link_btn{
		display: block;
	}
	#recruit .recruit_link_btn a {
		margin-bottom: 15px;
	}
	#recruit .recruit_link_box .recruit_link_btn .nomal_btn a{
        margin-right: auto;
		margin-left: auto;
		white-space: nowrap;
    }
}
@media screen and (max-width:532px) {
	#recruit .recruit_link_box {
        padding-top: 20px;
    }
	#recruit .recruit_form_link, #recruit .recruit_mynavi_link {
		margin: auto;
	}
	#recruit .recruit_mynavi_link a {
		padding: 0;
	}
}
/* news */
#news{
	padding-bottom: 108px;
}
#news .contents_box{
	display: flex;
}
#news .news_inner{
	padding-top: 83px;
}
#news .news_left{
	width: 30%;
}
#news .news_left .left_title{
	padding-left: 360px;
}
#news .news_right{
	width:60%;
	margin-left: 137px;
}
#news .blue_btn{
	float: right;
    margin-right: 32%;
    margin-top: 50px;
}

@media screen and (max-width:1749px) {
	#news .news_left .left_title {
		padding-left: 60%;
	}
}
@media screen and (max-width:1445px) {
	#news .news_left .left_title {
		padding-left: 50%;
	}
}
@media screen and (max-width:1156px) {
	#news .news_left .left_title {
		padding-left:35%;
	}
}
@media screen and (max-width:889px) {
	#news .news_left .left_title {
		padding-left:5%;
	}
	#news .contents_box{
		display: block;
	}
	#news .news_right {
		width: 100%;
		margin: auto;
	}
	#news .news_left {
		width: 90%;
	}
	#news  .list_text li a {
		width: 90%; 
		margin-left: 5%;
		margin-right: 5%;
	}
	#news .blue_btn{
		float: right;
		margin-right: 5%;
		margin-top: 20px;
	}
}
/* section_column */
.section_column article {
	max-width: calc(1240px + var(--gap));
}
/* free_space */
.free_space table tr {
}
.free_space table img {
	border-radius: var(--radius);
}
@media screen and (min-width: 720px), print {
	.top_msg_1 .column_msg {
		width: 50%;
		max-width: 600px;
	}
	.list_column li {
		padding: 0 calc(var(--gap)/ 2);
	}
	.top_msg_1 .column_msg .btn {
		text-align: left;
	}
}
@media screen and (max-width:719px) {
	.list_column .slick-prev {
		left: -10px;
	}
	.list_column .slick-next {
		right: -10px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 中ページ共通 */
/* page_link */
.page_link {
	margin: 5% 0;
	padding: 20px;
	background-color: #ffffff;
	border-radius: var(--radius);
}
.page_link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page_link li {
	padding-left: calc(12px + 1em);
	position: relative;
}
.page_link li a {
	display: inline-block;
	text-decoration: none;
}
.page_link li.category_title {
	margin: 12px 0 10px;
}
.page_link li.category_title a {
	font-size: 1.2em;
	padding: 0;
}
.page_link li:before {
	content: "";
	width: 6px;
	margin-top: 0;
	position: absolute;
	left: 12px;
	top: 50%;
	border-bottom: 1px solid;
}
.page_link li.category_title:before {
	content: "\f105";
	top: 50%;
	margin-top: -0.5em;
	font-size: 0.625em;
	border: none;
	width: auto;
}
@media screen and (min-width:750px), print {

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

}
/*--------------------------------------- sitemap/index.html */
.site_link {
	margin: 5% 0;
	padding: 20px;
	background-color: #ffffff;
	border-radius: var(--radius);
}
.site_link ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site_link li {
	font-size: 0.9em;
	padding-left: calc(12px + 1em);
	position: relative;
}
.site_link li a {
	display: inline-block;
	text-decoration: none;
}
.site_link li.category_title {
	font-size: 1em;
	flex-basis: 100%;
	margin: 12px 0 10px;
}
.site_link li.category_title a {
	padding: 0;
}
.site_link li:before {
	content: "";
	width: 6px;
	margin-top: 0;
	position: absolute;
	left: 12px;
	top: 50%;
	border-bottom: 1px solid;
}
.site_link li.category_title:before {
	content: "\f105";
	top: 50%;
	margin-top: -0.5em;
	font-size: 0.625em;
	border: none;
	width: auto;
}
@media screen and (min-width:750px), print {
	.site_link li {
		flex-basis: 50%;
	}
	.site_link li.category_title {
		flex-basis: 100%;
	}
}
@media screen and (max-width:749px) {

}

/*scroll_down*/