@charset "utf-8";

/*共通枠*/

* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1;
	color: #333;
	min-height: 100vh;
}

body.is-menuOpen {
	position: fixed;
	width: 100%;
}

img {
	border:0;
	vertical-align:bottom;
}

*:focus {
	outline: none;
}

a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor: pointer;
	text-decoration: none;
}
.nolink {
	pointer-events: none;
}

/* 共通
======================================================*/

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.container_wrap {
	padding: 0 40px;
}

@media screen and (max-width: 599px) {
.container_wrap {
	padding: 0 40px;
}
}

@media screen and (max-width: 374px) {
.container_wrap {
	padding: 0 20px;
}
}

.block1300 { display: none; }
@media screen and (max-width: 1300px) {
.block1300 { display: block; }
}
.block1200 { display: none; }
@media screen and (max-width: 1200px) {
.block1200 { display: block; }
}
.block1100 { display: none; }
@media screen and (max-width: 1100px) {
.block1100 { display: block; }
}
.block1024 { display: none; }
@media screen and (max-width: 1024px) {
.block1024 { display: block; }
}
.block999 { display: none; }
@media screen and (max-width: 999px) {
.block999 { display: block; }
}
.block900 { display: none; }
@media screen and (max-width: 900px) {
.block900 { display: block; }
}
.block800 { display: none; }
@media screen and (max-width: 800px) {
.block800 { display: block; }
}

.block768 { display: none; }
@media screen and (max-width: 768px) {
.block768 { display: block; }
}

.block599 { display: none; }
@media screen and (max-width: 599px) {
.block599 { display: block; }
}

.block374 { display: none; }
@media screen and (max-width: 374px) {
.block374 { display: block; }
}

.block359 { display: none; }
@media screen and (max-width: 359px) {
.block359 { display: block; }
}

@media screen and (max-width: 1500px) {
.none1500 { display: none; }
}

@media screen and (max-width: 1200px) {
.none1200 { display: none; }
}

@media screen and (max-width: 1024px) {
.none1024 { display: none; }
}

@media screen and (max-width: 999px) {
.none999 { display: none; }
}

@media screen and (max-width: 900px) {
.none900 { display: none; }
}

@media screen and (max-width: 800px) {
.none800 { display: none; }
}

@media screen and (max-width: 768px) {
.none768 { display: none; }
}

@media screen and (max-width: 599px) {
.none599 { display: none; }
}

@media screen and (max-width: 374px) {
.none374 { display: none; }
}

.anchor {
	padding-top: 140px;
	margin-top: -140px;
	display: block;
	position: relative;
	z-index: -1;
}

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

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

}

.back_img {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url("../img/back.jpg") center center no-repeat;
	background-size: cover;
	z-index: -1;
}


/* オープニングロゴ設定
======================================================*/

/* op_logo 背景画面設定　*/
#op_logo {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fff;
	text-align:center;
}
.op_logo_cnt {
	display: none;
}
/* logo 中央配置　*/
#op_logo_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* logo　大きさ設定　*/
.loading-animation img {
	width: 700px;
	height: auto;
}

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

.loading-animation img {
	width: 36.458vw;
	height: auto;
}

}

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

.loading-animation img {
	width: 69.86vw;
	height: auto;
}

}

/* header
======================================================*/

.header {
	width: 100%;
	height: 80px;
	position: fixed;
	background: url("../img/header_back.png") center center no-repeat;
	background-size: 100% 100%;
	z-index: 100;
}
.header_wrap {
	position: relative;
}
.header_wrap h1 {
	width: 430px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 60px;
}
.header_wrap h1 a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 80px;
	color: #333;
}
.header_wrap h1 a img {
	width: 180px;
	height: auto;
}
.header_wrap h1 a span {
	width: calc( 100% - 180px );
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.12em;
	padding-left: 30px;
	box-sizing: border-box;
}
.header_wrap nav {
	margin-right: 60px;
	width: 1247px;
	height: 80px;
	margin: 0 60px 0 auto;
	position: relative;
}
.header_wrap .online_st_link {
	width: 222px;
	height: 51px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #333333;
	border-radius: 100vh;
	background: url("../img/online_st_back.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 15px;
}
.header_wrap .online_st_link span {
	display: block;
	padding-right: 27px;
	height: 17.5px;
	line-height: 17.5px;
	font-weight: 300;
	background: url("../img/kago.svg") right center no-repeat;
	color: #333;
}
.header_wrap .inst_link {
	width: 51px;
	height: 51px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #333333;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	right: 237px;
	top: 15px;
}
.header_nav {
	position: absolute;
	top: 32px;
	left: 0;
}
.header_nav > li {
	list-style: none;
	display: inline-block;
	float: left;
}
.header_nav > li.hd_menu01,
.header_nav > li.hd_menu04,
.header_nav > li.hd_menu05 {
	padding-right: 40px;
}
.header_nav > li.hd_menu02 {
	padding-right: 29px;
}
.header_nav > li.hd_menu04 {
	padding-left: 39px;
}
.header_nav > li.hd_menu03 {
	width: 160px;
	display: block;
	text-align: center;
}
.header_nav > li a {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	color: #333;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}

.hd_menu03_00 {
	display: inline-block;
	margin: 0 auto;
	padding: 0 13px 5px 13px;
	position: relative;
}
.hd_menu03:hover .hd_menu03_00 {
	background: url("../img/line_05.svg") center bottom 1px no-repeat;
}
.hd_menu03_00::after {
	content:"";
	display: block;
	position: absolute;
	top: 8px;
	right: 0px;
	width: 7px;
	height: 4px;
	background: url("../img/header_menu_list.svg") center center no-repeat;
	transform: rotate(-180deg);
	transition: transform 0.2s;
}
.hd_menu03:hover .hd_menu03_00::after {
	transform: rotate(0deg);
}
.hd_menu03 > ul {
	list-style: none;
	width: 100%;
	height: 0px;
	margin: 7px 0 0 0;
	border: radius: 5px;
	padding: 12px 0 0px 0;
	background-color:rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(24px) brightness(100%) opacity(100%);
	border-radius: 5px;
	transition: height 0.6s, opacity 0.6s;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
}
.hd_menu03:hover > ul {
	display: block;
	height: 277px;
	opacity: 1;
}
.hd_menu03 > ul > li {
	margin: 0 auto;
}

.hd_menu03 > ul > li > a {
	display: block;
	font-weight: 300;
	font-size: 16px;
	padding: 12px 0 7px 0;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	text-align: center;
	color: #333;
	background: url("../img/line_05.svg") center bottom 1px no-repeat;
	background-size: 8em 1px;
}

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

.header_wrap h1 {
	width: 380px;
	left: 30px;
}
.header_wrap nav {
	width: 984px;
	margin: 0 30px 0 auto;
}
.header_wrap h1 a img {
	width: 160px;
	height: auto;
}
.header_wrap h1 a span {
	width: calc( 100% - 160px );
	font-size: 16px;
	letter-spacing: 0.12em;
	padding-left: 20px;
	box-sizing: border-box;
}

.header_wrap .online_st_link {
	width: 170px;
}
.header_wrap .inst_link {
	right: 180px;
}

.header_nav {
	top: 32px;
}
.header_nav > li a {
	font-size: 16px;
}
.header_nav > li.hd_menu01,
.header_nav > li.hd_menu04,
.header_nav > li.hd_menu05 {
	padding-right: 20px;
}
.header_nav > li.hd_menu02 {
	padding-right: 0px;
}
.header_nav > li.hd_menu04 {
	padding-left: 10px;
}
.header_nav > li.hd_menu03 {
	width: 160px;
	display: block;
	text-align: center;
}
.hd_menu03_00::after {
	top: 6px;
}
.hd_menu03 > ul {
	padding: 6px 0 0px 0;
}
.hd_menu03:hover > ul {
	height: 253px;
}
.hd_menu03 > ul > li {
	margin: 0 auto;
}
.hd_menu03 > ul > li > a {
	font-size: 14px;
}

}

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

.header_wrap nav {
	width: 910px;
}

.header_nav > li a {
	font-size: 14px;
}

.header_nav > li.hd_menu03 {
	width: 150px;
}

}

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

.header_wrap h1 {
	width: 380px;
	left: 30px;
}
.header_wrap h1 a img {
	width: 114px;
	height: auto;
	position: absolute;
	top: 32px;
	left: 0;
}
.header_wrap h1 a span {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.12em;
	padding-left: 0px;
	box-sizing: border-box;
	position: absolute;
	top: 14px;
	left: 0;
}

}

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

.header {
	width: 100%;
	height: 94px;
	position: fixed;
	background: url("../img/header_sp_back.png") center top no-repeat;
	background-size: 100% 120px;
}

.header_wrap {
	display: none;
}

}


/* header_sp
======================================================*/

.header_sp_wrap {
	display: none;
}

.openbtn-wrap {
	display: none;
}

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

.header_sp_wrap {
	display: block;
}

.header_sp_wrap h1 {
	width: 140px;
	position: absolute;
	top: 14px;
	left: 20px;
}
.header_sp_wrap h1 span:nth-of-type(1) {
	display: block;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.12em;
	line-height: 1;
	color: #333;
}
.header_sp_wrap h1 span:nth-of-type(2) {
	display: block;
	margin-top: 3px;
}

.hd_sp_tel {
	display: block;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	border: solid 1px #333333;
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
	position: absolute;
	right: 67px;
	top: 35px;
}
.hd_sp_tel img {
	position: relative;
	top: 2px;
}
.hd_sp_store {
	width: 110px;
	height: 25px;
	position: absolute;
	right: 103px;
	top: 35px;
}
.hd_sp_store a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 25px;
	box-sizing: border-box;
	border: solid 1px #333333;
	background-color: #fff;
	border-radius: 100vh;
	font-size: 11px;
	font-weight: 300;
	color: #333;
}
.hd_sp_store a span {
	display: block;
	background: url("../img/kago_sp.svg") right center no-repeat;
	background-size: 10px auto;
	padding-right: 15px;
}
.openbtn-wrap {
	display: block;
	width: 58px;
	height: 48px;
	background: url("../img/sp_menu.svg") center center no-repeat;
	position: fixed;
	z-index: 101;
	right: 9px;
	top: 23px;
	cursor: pointer;
}

}

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

.header_sp_wrap h1 span:nth-of-type(2) {
	display: block;
	margin-top: 3px;
}
.header_sp_wrap h1 span:nth-of-type(2) img {
	width: 80px;
	height: auto;
	position: relative;
	top: -4px;
}
}


/* g_nav
======================================================*/

.g_nav_wrap,
.g_nav {
	display: none;
}

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

.g_nav_wrap {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 3;
	opacity: 0;
	right: -100%;
}
.g_nav_wrap.active {
	opacity: 1;
	right: 0;
}

.g_nav {
	position: fixed;
	top: 0;
	right: -290px;
	width: 290px;
	max-height: 100%;
	background-color: #fff;
	padding: 100px 0 0 0;
	transition: opacity 0.4s, right 0.4s;
	opacity: 0;
	box-sizing: border-box;
	overflow-y: auto;
	z-index: 3;
	display: block;
}
/* スクロールバー */
.g_nav::-webkit-scrollbar {
   width: 2px;
   opacity: 0.5;
}
.g_nav::-webkit-scrollbar-track {
   background-color: #eee;
}
.g_nav::-webkit-scrollbar-thumb {
   background-color: #0067B3;
}


.g_nav.panelactive {
	opacity: 1;
	right: 0;
}

.g_nav_inner {
	width: 190px;
	padding-bottom: 50px;
	margin: 0 auto;
}

.g_nav h2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
}
.g_nav_list {
	list-style: none;
	margin-top: 7px;
}
.g_nav_list > li > a,
.g_nav_list > li > span.dd_menu {
	font-size: 16px;
	color: #333;
	font-weight: 300;
	line-height: 1;
	display: block;
	padding: 24px 0 12px 0;
	border-bottom: solid 1px #707070;
	position: relative;
	cursor: pointer;
}

.g_nav_list > li > span.dd_menu span {
	position: absolute;
	top: 30px;
	left: 117px;
	display: block;
	width: 7px;
	height: 4px;
	background: url("../img/header_menu_list.svg") center center no-repeat;
	transform: rotate(-180deg);
	transition: transform 0.2s;
}
.g_nav_list > li > span.dd_menu span.active {
	transform: rotate(0deg);
}

.dd_menu_list {
	width: 120px;
	height: 0px;
	list-style: none;
	margin-top: 1px;
	transition: all 0.3s;
	overflow: hidden;
	opacity: 0;
}
.dd_menu_list.active {
	height: 238px;
	opacity: 1;
}

.dd_menu_list a {
	display: block;
	padding: 13px 0 6px 0;
	border-bottom: solid 1px #dedede;
	font-size: 14px;
	font-weight: 300;
	color: #333;
}
.inst_g_nav {
	margin-top: 24px;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: solid 1px #333333;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: url("../img/inst.png") center center no-repeat;
	background-size: 20px auto;
}

}

/* footer
======================================================*/

.footer {
	background: url("../img/footer_back.png") center center repeat-y;
	background-size: 100% auto;
	background-color: #fff;
}
.footer_content {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
}
.footer_content .footer_left {
	width: 649px;
	background-color: #FFFFFF;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.footer_content .footer_left .f_logo {

}
.footer_content .footer_left .f_txt {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	line-height: 1.625;
	margin-top: 15px;
}

.footer_content .footer_right {
	width: calc( 100% - 649px );
	background-color: #0067B3;
	padding: 80px 0;
	display: -webkit-flex;
	display: flex;
	color: #fff;
}
.footer_content .footer_access {
	width: 360px;
	box-sizing: border-box;
	border-right: solid 1px #FFFFFF;
	padding: 55px 0 0 38px;
}
.footer_content .footer_nav {
	width: 360px;
	box-sizing: border-box;
	border-right: solid 1px #FFFFFF;
	padding: 55px 0 50px 38px;
}
.footer_content .footer_link {
	width: calc( 100% - 720px );
	box-sizing: border-box;
	padding: 55px 0 0 38px;
}
.footer_content .footer_right h2 {
	font-weight: 600;
	color: #fff;
	line-height: 1;
	font-size: 18px;
}
.footer_access div {
	padding: 40px 0 0 0;
}
.f_add {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4375;
}
.f_tel {
	font-weight: 600;
	font-size: 18px;
	margin-top: 15px;
}
.f_fax,
.f_mail {
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
}
.f_tel a,
.f_fax a,
.f_mail a {
	color: #fff;
}

.f_nav_list {
	list-style: none;
	padding-top: 40px;
}
.f_nav_list > li > a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}
.f_nav_list > li:not(:first-child) {
	margin-top: 30px;
}
.f_nav_list ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-flow: column wrap;
	width: 260px;
	height: 120px;
	margin-top: 20px;
	gap: 16px 0;
}
.f_nav_list ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	display: block;
	width: 130px;
	letter-spacing: 0.12em;
}

.footer_link ul {
	list-style: none;
	padding-top: 40px;
	width: 222px;
}
.footer_link ul li:not(:first-child) {
	margin-top: 40px;
}
.footer_link ul a {
	width: 100%;
	height: 51px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	border-radius: 100vh;
	border: solid 2px #333333;
	background-color: #FFFFFF;
}
.footer_link ul a span {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #333333;
}
.footer_link ul li:nth-of-type(1) a span {
	padding-right: 40px;
	height: 25px;
	line-height: 25px;
	background: url("../img/instagram.svg") right center no-repeat;
	background-size: 25px auto;
}
.footer_link ul li:nth-of-type(2) a span {
	padding-right: 27px;
	height: 18px;
	line-height: 18px;
	background: url("../img/kago_ft.svg") right center no-repeat;
	background-size: auto 17.05px;
}
.copy {
	width: 100%;
	background-color: #fff;
	height: 40px;
	border-top: solid 1px #333;
}
.copy p {
	line-height: 40px;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
}
.footer_sp {
	display: none;
}
@media screen and (max-width: 1700px) {

.footer_content .footer_left {
	width: calc( 100% - 1022px );
	width: 38.5%;
}
.footer_content .footer_right {
	width: 1022px;
	width: 61.5%;
}
.footer_content .footer_access {
	width: calc(( 100% - 302px ) / 2 );
}
.footer_content .footer_nav {
	width: calc(( 100% - 302px ) / 2 );
}
.footer_content .footer_link {
	width: 302px;
}

}

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

.f_nav_list ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	display: block;
	width: 130px;
	letter-spacing: 0.12em;
}

}

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

.f_nav_list ul {
	width: 100%;
	height: auto;
}
.f_nav_list ul li a {
	font-size: 14px;
	width: 130px;
}

}


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

.footer_content .footer_left {
	width: 34%;
}
.footer_content .footer_right {
	width: 66%;
}

.footer_content .footer_left div {
	width: 63.69%;
}
.footer_content .footer_left .f_logo img {
	width: 100%;
	height: auto;
}
.footer_content .footer_left .f_txt {
	font-weight: 300;
	font-size: 1.2vw;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	line-height: 1.625;
	margin-top: 15px;
}


.footer_content .footer_access {
	width: calc(( 100% - 242px ) / 2 );
	padding: 55px 0 0 24px;
}
.footer_content .footer_nav {
	width: calc(( 100% - 242px ) / 2 );
	padding: 55px 0 50px 24px;
}
.footer_content .footer_link {
	width: 242px;
	padding: 55px 0 0 24px;
}
.footer_link ul {
	width: 182px;
}

}

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

.f_add {
	font-size: 14px;
}
.f_tel {
	font-size: 14px;
}
.f_fax,
.f_mail {
	font-size: 14px;
}

}

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

.footer_content {
	display: block;
}
.footer_content .footer_left {
	display: none;
}
.footer_content .footer_right {
	width: 100%;
	padding: 60px 0;
}
.footer_content .footer_right h2 {
	font-weight: 500;
	font-size: 18px;
}
.f_add {
	font-weight: 500;
	font-size: 18px;
}
.f_tel {
	font-weight: 500;
	font-size: 18px;
}
.f_fax,
.f_mail {
	font-weight: 500;
	font-size: 18px;
}

.footer_sp {
	display: block;
	background-color: #fff;
	padding: 50px 0 37px 0;
}
.footer_sp div {
	width: 275px;
	margin: 0 auto;
}
.f_txt_sp {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.57;
	letter-spacing: 0.06em;
	margin-top: 15px;
}

}

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

.footer_content .footer_right {
	padding: 105px 40px 60px 40px;
	display: block;
}

.footer_content .footer_access {
	width: 100%;
	box-sizing: border-box;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding: 0 0 54px 0;
}
.footer_content .footer_nav {
	width: 100%;
	box-sizing: border-box;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding: 66px 0 50px 0;
}
.footer_content .footer_link {
	width: 100%;
	box-sizing: border-box;
	padding: 64px 0 0 0;
}
.footer_link ul {
	width: 200px;
	padding-top: 24px;
}
.footer_link ul li:not(:first-child) {
	margin-top: 20px;
}

.f_nav_list ul {
	width: 260px;
	height: 120px;
}

.f_nav_list ul li a {
	font-size: 16px;
	width: 130px;
}
.f_nav_list ul li:nth-of-type(6) a {
	width: 140px;
}

}

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

.footer_sp {
	display: block;
	background-color: #fff;
	padding: 50px 40px 37px 40px;
}
.footer_sp div {
	width: 275px;
	margin: 0 auto;
}

}

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

.footer_content .footer_right {
	padding: 105px 30px 60px 30px;
}
.footer_sp {
	padding: 50px 30px 37px 30px;
	font-size: 14px;
}
.footer_sp div {
	width: 100%;
	margin: 0 auto;
}
}


/* top_img
======================================================*/

.top_img_wrap {
	padding-top: 80px;
}
.top_img {
	width: 100%;
	height: calc( 100vh - 80px );
	position: relative;
}

#top_slide,
.splide__track,
.splide__list {
	width: 100%;
	height: 100%;
	z-index: 1;
}
.top_img_slide_single {
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img01 {
	background: url("../img/top_img01.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img02 {
	background: url("../img/top_img02.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img03 {
	background: url("../img/top_img03.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img04 {
	background: url("../img/top_img04.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img05 {
	background: url("../img/top_img05.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img06 {
	background: url("../img/top_img06.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img07 {
	background: url("../img/top_img07.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img08 {
	background: url("../img/top_img08.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img09 {
	background: url("../img/top_img09.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}


.top_img01_test {
	background: url("../img_test/top_img01.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img02_test {
	background: url("../img_test/top_img02.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img03_test {
	background: url("../img_test/top_img03.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img04 {
	background: url("../img/top_img04.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img05_test {
	background: url("../img_test/top_img05.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img06_test {
	background: url("../img_test/top_img06.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img07_test {
	background: url("../img_test/top_img07.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img08_test {
	background: url("../img_test/top_img08.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}
.top_img09_test {
	background: url("../img_test/top_img09.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100%;
}


.top_img_cv {
	display: none;
	width: 100%;
	height: calc( 100vh - 80px );
	position: absolute;
	top: 80px;
	z-index: 2;
}
.top_img_cv a {
	display: none;
	width: 100%;
	height: 100%;
}

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

.top_img_wrap {
	padding-top: 94px;
}
.top_img {
	height: calc( 100vh - 94px );
}
.top_img_cv {
	display: block;
}
.top_img_cv {
	top: 94px;
}
.top_img_cv a {
	display: block;
}

}

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

.top_img01,
.top_img01_test {
	background: url("../img/top_img01_sp.jpg?v02") center center no-repeat;
	background-size: cover;
}
.top_img02,
.top_img02_test {
	background: url("../img/top_img02_sp.jpg?v02") center center no-repeat;
	background-size: cover;
}
.top_img03,
.top_img03_test {
	background: url("../img/top_img03_sp.jpg?v02") center center no-repeat;
	background-size: cover;
}
.top_img04,
.top_img04_test {
	background: url("../img/top_img04_sp.jpg?v02") center center no-repeat;
	background-size: cover;
}
.top_img05,
.top_img05_test {
	background: url("../img/top_img05_sp.jpg?v02") center center no-repeat;
	background-size: cover;
}
.top_img06,
.top_img06_test {
	background: url("../img/top_img06_sp.jpg?v02") center center no-repeat;
	background-size: cover;
}
.top_img07,
.top_img07_test {
	background: url("../img/top_img07_sp.jpg?v02") center center no-repeat;
	background-size: cover;
}
.top_img08,
.top_img08_test {
	background: url("../img/top_img08_sp.jpg?v02") center center no-repeat;
	background-size: cover;
}
.top_img09,
.top_img09_test {
	background: url("../img/top_img09_sp.jpg?v02") center center no-repeat;
	background-size: cover;
}

}

/* top01
======================================================*/

.top01 {
	padding: 100px 0 120px 0;
	background-image: url("../img/top01_back.png"), url("../img/top01_back02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left bottom;
}
@media screen and (max-width: 1920px) {

.top01 {
	background-image: url("../img/top01_back.png"), url("../img/top01_back02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left bottom;
	background-size: 38.75% auto, 37.4% auto;
}

}

.sc01_content {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto 0 auto;
	position: relative;
}

#sc01_01 .img {
	width: 987px;
	height: 694px;
	background: url("../img/top01_sc01_01.jpg") center center no-repeat;
	background-size: auto 694px;
}
#sc01_02 .img {
	width: 890px;
	height: 694px;
	background: url("../img/top01_sc01_02.jpg") center center no-repeat;
	background-size: auto 694px;
}

#sc01_01 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#sc01_01 .txt {
	padding-left: 60px;
	padding-right: 40px;
	width: calc( 100% - 987px );
	box-sizing: border-box;
}
#sc01_01 .txt .inner {
	width: 100%;
	max-width: 520px;
	box-sizing: border-box;
}

#sc01_02 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 256px;
}
#sc01_02 .txt {
	padding-left: 40px;
	width: calc( 100% - 890px );
	box-sizing: border-box;
}
#sc01_02 .txt .inner {
	margin: 0 0 0 auto;
	width: 100%;
	max-width: 670px;
	box-sizing: border-box;
}

.top01_h2 {
	text-align: left;
}
.top01_h2 > span:nth-of-type(1) {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding: 0 40px;
	display: inline-block;
	position: relative;
}
.top01_h2 > span:nth-of-type(1) span {
	display: block;
	width: 25px;
	height: 1px;
	background-color: #333333;
	position: absolute;
	top: 7px;
	left: 0;
}

.top01_h2 > span:nth-of-type(2) {
	font-weight: 600;
	font-size: 42px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	padding: 0px;
	display: block;
	margin-top: 45px;
}

.sc01_content .txt p {
	font-weight: 600;
	font-size: 18px;
	line-height: 2.3;
	letter-spacing: 0.12em;
	text-align: justify;
	word-break: break-all;
}
#sc01_01 .txt .txt_wrap {
	margin-top: 32px;
}
#sc01_01 .txt p:not(:first-child) {
	margin-top: 14px;
}

.more {
	position: relative;
	display: block;
	width: 237px;
	height: 54px;
	border-radius: 100vh;
	background-color: #fff;
	line-height: 50px;
	text-aling: center;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	transition: color 0.3s, background-color 0.3s;
}
.more:hover {
	background-color: #333;
	color: #fff;
}
.more span {
	position: relative;
	z-index: 2;
}
.more::before {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 237px;
	height: 54px;
	background: url("../img/more_back.jpg") center center no-repeat;
	background-size: 100% 90%;
	border-radius: 100vh;
	border: solid 2px #333333;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.more:hover::before {
	opacity: 1;
	background: url("../img/more_back.jpg") center center no-repeat;
	background-size: 130% 230%;
}

.more::after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	left: -1px;
	width: 239px;
	height: 54px;
	border-radius: 100vh;
	border: solid 2px #333333;
}


#sc01_01 .more_wrap {
	margin-top: 54px;
}

#sc01_02 h3 {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.73;
	letter-spacing: 0.08em;
	text-indent: 0.08em;
	text-align: center;
	margin-top: 27px;
}

#sc01_02 .txt .txt_wrap {
	margin-top: 32px;
}
#sc01_02 .txt p:not(:first-child) {
	margin-top: 14px;
}
#sc01_02 .more_wrap {
	margin-top: 60px;
}


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

#sc01_01 .img {
	width: calc( 100% - 620px );
	height: 694px;
	background: url("../img/top01_sc01_01.jpg") center center no-repeat;
	background-size: auto 694px;
}
#sc01_01 .txt {
	padding-left: 60px;
	padding-right: 40px;
	width: 620px;
}
#sc01_01 .txt .inner {
	width: 100%;
	max-width: 520px;
}

}

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

#sc01_02 .img {
	width: calc( 100% - 710px );
	height: 694px;
	background: url("../img/top01_sc01_02.jpg") center center no-repeat;
	background-size: auto 694px;
}
#sc01_02 .txt {
	padding-left: 40px;
	padding-right: 60px;
	width: 710px;
	box-sizing: border-box;
}
#sc01_02 .txt .inner {
	margin: 0 0 0 auto;
	width: 100%;
	max-width: 710px;
	box-sizing: border-box;
}

}


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

.top01_h2 > span:nth-of-type(1) {
	font-size: 14px;
}
.top01_h2 > span:nth-of-type(2) {
	font-size: 36px;
	margin-top: 30px;
}
.sc01_content .txt p {
	font-size: 16px;
}

#sc01_01 .img {
	width: calc( 100% - 560px );
}
#sc01_01 .txt {
	padding-left: 40px;
	padding-right: 40px;
	width: 540px;
}
#sc01_01 .txt .inner {
	width: 100%;
	max-width: 470px;
}

#sc01_02 .img {
	width: calc( 100% - 620px );
	height: 694px;
	background: url("../img/top01_sc01_02.jpg") center center no-repeat;
	background-size: auto 694px;
}
#sc01_02 .txt {
	padding-left: 40px;
	padding-right: 40px;
	width: 620px;
	box-sizing: border-box;
}
#sc01_02 .txt .inner {
	margin: 0 0 0 auto;
	width: 100%;
	max-width: 620px;
	box-sizing: border-box;
}

}

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

.top01 {
	padding: 80px 0 100px 0;
	background: url("../img/top01_back03.png") right top no-repeat;
	background-size: 238px auto;
}

.top01 h1 {
	font-size: 36px;
}
.top01 h1 span {
	display: block;
	margin-top: 0.5em;
}
.top01 .head_txt {
	font-size: 24px;
	line-height: 1.77;
	margin-top: 20px;
}

.top01_h2 > span:nth-of-type(1) {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding: 0 40px;
}
.top01_h2 > span:nth-of-type(1) span {
	width: 25px;
	top: 7px;
}

.top01_h2 > span:nth-of-type(2) {
	font-size: 34px;
	margin-top: 30px;
}

#sc01_01 {
	display: block;
}

#sc01_01 .img {
	width: calc( 100% - 40px );
	height: auto;
	aspect-ratio: 335 / 220;
	background: url("../img/top01_sc01_01.jpg") left top no-repeat;
	background-size: 100% auto;
}
#sc01_02 .img {
	width: calc( 100% - 40px );
	height: auto;
	aspect-ratio: 335 / 220;
	background: url("../img/top01_sc01_02.jpg") right top no-repeat;
	background-size: 100% auto;
	margin: 30px 0 0 auto;
}

#sc01_01 .txt {
	width: 100%;
	box-sizing: border-box;
}
#sc01_01 .txt .inner {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	max-width: 640px;
	margin: 30px auto 0 auto;
}
#sc01_01 .more_wrap {
	margin-top: 40px;
}

#sc01_01 .more_wrap a {
	margin: 0 auto;
}
#sc01_02 {
	display: block;
	position: relative;
	padding-bottom: 120px;
	background: url("../img/top01_back04.png") left top 160px no-repeat;
	background-size: 100% auto;
	margin: 75px auto 0 auto;
}
#sc01_02 .txt {
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	box-sizing: border-box;
}
#sc01_02 .txt .inner {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	max-width: 640px;
	margin: 0px auto 0 auto;
}
#sc01_02 .more_wrap {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	width: 100%;
}
#sc01_02 .more_wrap a {
	margin: 0 auto;
}
}

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

.top01 h1 {
	font-size: 26px;
}
.top01 h1 span {
	display: block;
	margin-top: 0.5em;
}
.top01 .head_txt {
	font-size: 18px;
	line-height: 1.77;
	margin-top: 20px;
}

.top01_h2 > span:nth-of-type(1) {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding: 0 40px;
}
.top01_h2 > span:nth-of-type(1) span {
	width: 25px;
	top: 7px;
}

.top01_h2 > span:nth-of-type(2) {
	font-size: 26px;
	margin-top: 18px;
}
#sc01_02 {
	padding-bottom: 90px;
}
.sc01_content .txt p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.25em;
	text-align: justify;
	word-break: break-all;
}

.more {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.more::before {
	width: 200px;
	height: 40px;
	background: url("../img/more_back.jpg") center center no-repeat;
	background-size: 100% 90%;
}

.more::after {
	width: 202px;
	height: 40px;
}

#sc01_02 h3 {
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	margin-top: 34px;
}

}

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

#sc01_01 .img {
	width: calc( 100% - 20px );
}
#sc01_02 .img {
	width: calc( 100% - 20px );
}

#sc01_01 .txt,
#sc01_02 .txt {
	padding-left: 20px;
	padding-right: 20px;
}


}


/* top02
======================================================*/

.top02 {
	padding: 0 0 100px 0;
}
.top02 h2 {
	text-align: center;
}
.top02 h2 > span:nth-of-type(1) {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding: 0 0 0 40px;
	display: inline-block;
	position: relative;
}
.top02 h2 > span:nth-of-type(1) span {
	display: block;
	width: 25px;
	height: 1px;
	background-color: #333333;
	position: absolute;
	top: 7px;
	left: 0;
}

.top02 h2 > span:nth-of-type(2) {
	font-weight: 600;
	font-size: 42px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	padding: 0px;
	display: block;
	margin-top: 24px;
}
.top02 .head_txt {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.3;
	max-width: 44em;
	margin: 30px auto 0 auto;
}
.top02 .head_img {
	margin-top: 50px;
	position: relative;
}
.top02 .head_img a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.top02 .head_img a .sp {
	display: none;
}
.top02 .head_img a img {
	width: 100%;
	height: auto;
}
.top02 .head_img a img:nth-of-type(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .4s ease-in-out;
}
.top02 .head_img a:hover img:nth-of-type(2) {
	 -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
	opacity: 0;
}

.top02 .head_img span {
	display: inline-block;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding-right: 12px;
	background: url("../img/list01.svg") right top 6px no-repeat;
	color: #fff;
	position: absolute;
	bottom: 18px;
	right: 30px;
}
.top02 .item_title {
	text-align: center;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	font-weight: 600;
}
.top02 .item_title#item_title01 {
	margin-top: 40px;
}
.top02 .top_item_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px 50px;
	margin-top: 56px;
}
.top02 .top_item_list_single {
	width: calc(( 100% - 50px ) / 2 );
	position: relative;
}
.top02 .top_item_list_single a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.top02 .top_item_list_single a img {
	width: 100%;
	height: auto;
}
.top02 .top_item_list_single a img:nth-of-type(2) {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: .4s ease-in-out;
}
.top02 .top_item_list_single a:hover img:nth-of-type(2) {
	 -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
	opacity: 0;
}
.top02 .top_item_list_single a span {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding-right: 15px;
	background: url("../img/list01.svg") right center no-repeat;
	color: #fff;
	position: absolute;
	bottom: 18px;
	right: 30px;
}
.top02 .top_item_list_single p {
	margin-top: 30px;
}

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


.top02 .item_title {
	font-size: 3vw;
}

}

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

.top02 .head_txt {
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

.top02 .top_item_list {
	gap: 30px 30px;
	margin-top: 36px;
}
.top02 .top_item_list_single {
	width: calc(( 100% - 30px ) / 2 );
}
.top02 .item_title#item_title01 {
	margin-top: 20px;
}
.top02 .top_item_list_single p {
	margin-top: 20px;
}

}

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

.top02 {
	padding: 0 0 80px 0;
}

.top02 h2 > span:nth-of-type(1) {
	font-size: 14px;
	padding: 0 40px 0 40px;
}
.top02 h2 > span:nth-of-type(1) span {
	top: 7px;
	left: 0;
}
.top02 h2 > span:nth-of-type(2) {
	font-size: 26px;
	margin-top: 24px;
}

.top02 .head_img a .pc {
	display: none;
}
.top02 .head_img a .sp {
	display: block;
}
.top02 .item_title {
	font-size: 24px;
}
.top02 .item_title#item_title01 {
	margin-top: 25px;
}

.top02 .top_item_list {
	display: block;
	margin-top: 64px;
}
.top02 .top_item_list_single {
	width: 100%;
	position: relative;
}
.top02 .top_item_list_single:not(:first-child) {
	margin-top: 64px;
}

.top02 .head_img span,
.top02 .top_item_list_single a span {
	font-size: 14px;
	padding-right: 14px;
	background: url("../img/list01.svg") right center no-repeat;
	color: #fff;
	position: absolute;
	bottom: 14px;
	right: 15px;
}

}

/* top_os_link
======================================================*/

.top_os_link {

}
.top_os_link a {
	width: 100%;
	height: 789px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: url("../img/top_online_back.jpg") center center no-repeat;
	background-size: cover;
	background-color: #BEBFC6;
	text-align: center;
}
.top_os_link a span {
	height: 30px;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding-right: 48px;
	background: url("../img/kago_w.svg") right center no-repeat;
	background-size: 32.4px auto;
	font-weight: 300;
	font-size: 27px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
}

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

.top_os_link a {
	width: 100%;
	height: 180px;
}
.top_os_link a span {
	padding-right: 30px;
	background: url("../img/kago_w.svg") right center no-repeat;
	background-size: 19px auto;
	font-size: 22px;
}

}

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

.top_os_link a {
	width: 100%;
	height: 160px;
}

}


/* top_news 未使用
======================================================*/

.top_news {
	padding: 170px 0;
	background: url("../img/top_news_back.png") left top 402px no-repeat;
}

.top_news h2 {
	text-align: center;
}
.top_news h2 > span:nth-of-type(1) {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding: 0 40px 0 40px;
	display: inline-block;
	position: relative;
}
.top_news h2 > span:nth-of-type(1) span {
	display: block;
	width: 25px;
	height: 1px;
	background-color: #333333;
	position: absolute;
	top: 7px;
	left: 0;
}

.top_news h2 > span:nth-of-type(2) {
	font-weight: 400;
	font-size: 42px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	padding: 0px;
	display: block;
	margin-top: 24px;
}
.top_news_list {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	gap: 0 18px;
	margin-top: 43px;
}
.top_news_list li {
	width: calc(( 100% - 54px ) / 4 );
}
.top_news_list a {
	color: #676767;
}
.top_news_list a .sn {
	display: block;
}
.top_news_list a .sn img {
	width: 100%;
	height: auto;
	aspect-ratio: 288 / 200;
	object-fit: cover;
	object-position: center center;
}
.top_news_list a .date {
	display: block;
	font-weight: 500;
	font-size: 14px;
	margin-top: 20px;
}
.top_news_list a .news_title {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 6px;
}
.top_news .more_wrap {
	margin-top: 60px;
}
.top_news .more_wrap .more {
	margin: 0 auto;
}
.top_news_sp {
	display: none;
}

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

.top_news_list {
	display: none;
}

.top_news_sp {
	display: block;
}
.top_news_sp_slide {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	padding: 50px 0 0px 0;
}
.top_news_sp_slide a {
	display: block;
	width: 100%;
	color: #333;
	line-height: 1;
	font-weight: 500;
}
.top_news_sp_slide a .sn img {
	width: 100%;
	height: auto;
}
.top_news_sp_slide a .date {
	display: block;
	font-size: 14px;
	margin-top: 20px;
}
.top_news_sp_slide a .news_title {
	display: block;
	font-size: 16px;
	margin-top: 14px;
}
.swiper-pagination_top_news_sp_slide {
	display: block;
	text-align: center;
	margin-top: 20px;
}

}

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

.top_news {
	padding: 75px 0 90px 0;
	background: url("../img/top_news_back.png") left top 402px no-repeat;
}
.top_news h2 > span:nth-of-type(1) {
	font-size: 14px;
}
.top_news h2 > span:nth-of-type(1) span {
	width: 25px;
	height: 1px;
	top: 7px;
}
.top_news h2 > span:nth-of-type(2) {
	font-size: 26px;
	margin-top: 12px;
}
.top_news_sp_slide {
	padding: 35px 0 0px 0;
}
.top_news .more_wrap {
	margin-top: 45px;
}
}

/* swiper 設定　未使用
======================================================*/


.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: solid 3px #fff;
	border-color: transparent;
	display: inline-block;
	border-radius: 100%;
	background: #D9D9D9;
	opacity: 1;
	margin: 0 7px;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
	border: solid 3px #0067B3;
}


/* top_news_kai
======================================================*/

.top_news_kai {
	padding: 170px 0;
	background: url("../img/top_news_back.png") left top 402px no-repeat;
}

.top_news_kai h2 {
	text-align: center;
}
.top_news_kai h2 > span:nth-of-type(1) {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding: 0 40px 0 40px;
	display: inline-block;
	position: relative;
}
.top_news_kai h2 > span:nth-of-type(1) span {
	display: block;
	width: 25px;
	height: 1px;
	background-color: #333333;
	position: absolute;
	top: 7px;
	left: 0;
}

.top_news_kai h2 > span:nth-of-type(2) {
	font-weight: 600;
	font-size: 42px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	padding: 0px;
	display: block;
	margin-top: 24px;
}
.top_news_list_kai {
	list-style: none;
	margin: 10px auto 0 auto;
	width: 100%;
	max-width: 750px;
}
.top_news_list_kai li {
	border-bottom: solid 1px #a9a9a9;
}
.top_news_list_kai li a {
	display: block;
	padding: 50px 12px 19px 12px;
}
.top_news_list_kai li a .news_title {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.44;
	color: #676767;
}
.top_news_list_kai li a .date {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #676767;
	margin: 20px 0 0 8px;
}
.top_news_kai .more_wrap {
	margin-top: 60px;
}
.top_news_kai .more_wrap .more {
	margin: 0 auto;
}

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

.top_news_kai {
	background: none;
}

}

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

.top_news_kai {
	padding: 75px 0 90px 0;
}
.top_news_kai h2 > span:nth-of-type(1) {
	font-size: 14px;
}
.top_news_kai h2 > span:nth-of-type(1) span {
	width: 25px;
	height: 1px;
	top: 7px;
}
.top_news_kai h2 > span:nth-of-type(2) {
	font-size: 26px;
	margin-top: 12px;
}
.top_news_list_kai li a {
	padding: 20px 0px 10px 0px;
}
.top_news_list_kai li a .news_title {
	font-size: 16px;
}
.top_news_list_kai li a .date {
	font-size: 12px;
	margin: 10px 0 0 8px;
}
.top_news_kai .more_wrap {
	margin-top: 30px;
}

}

/* top_inst
======================================================*/

.top_inst {
	padding: 0 0 150px 0;
}
.top_inst h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	text-align: center;
}
.top_inst_content {
	margin-top: 48px;
}
.top_inst p {
	text-align: center;
	line-height: 1;
	font-weight: 600;
	font-size: 18px;
	margin-top: 60px;
}

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

.top_inst {
	padding: 0 0 127px 0;
}
.top_inst h2 {
	font-size: 26px;
}

}

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

.top_inst {
	padding: 0 0 105px 0;
}
.top_inst h2 {
	font-size: 24px;
}

}

/* top_03
======================================================*/

.top_03 {
	padding: 0 0 200px 0;
}

.top_03 h2 {
	text-align: center;
}
.top_03 h2 > span:nth-of-type(1) {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding: 0 40px 0 40px;
	display: inline-block;
	position: relative;
}
.top_03 h2 > span:nth-of-type(1) span {
	display: block;
	width: 25px;
	height: 1px;
	background-color: #333333;
	position: absolute;
	top: 7px;
	left: 0;
}
.top_03 h2 > span:nth-of-type(2) {
	font-weight: 600;
	font-size: 42px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	padding: 0px;
	display: block;
	margin-top: 24px;
}

.top_03 a {
	margin-top: 58px;
	width: 100%;
	height: 493px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 27px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	background: url("../img/top03_img.jpg") center center no-repeat;
	background-size: cover;
}

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

.top_03 {
	padding: 0 0 160px 0;
}
.top_03 a {
	margin-top: 43px;
	width: 100%;
	height: 340px;
	font-size: 25px;
	background: url("../img/top03_img.jpg") center center no-repeat;
	background-size: cover;
}

}

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

.top_03 {
	padding: 0 0 60px 0;

}
.top_03 h2 > span:nth-of-type(1) {
	font-size: 14px;
}
.top_03 h2 > span:nth-of-type(1) span {
	width: 25px;
	height: 1px;
	top: 7px;
}
.top_03 h2 > span:nth-of-type(2) {
	font-size: 26px;
	margin-top: 12px;
}
.top_03 a {
	margin-top: 28px;
	width: 100%;
	height: 192px;
	font-size: 22px;
	background: url("../img/top03_img_sp.jpg") center center no-repeat;
	background-size: cover;
}

}


/* contact_bn
======================================================*/

.contact_bn {
	width: 100%;
	height: 540px;
	padding-top: 115px;
	background: url("../img/contact_bn_back.jpg") center center no-repeat;
	background-size: cover;
	background-color: #4a5560;
	box-sizing: border-box;
}
.contact_bn.contact_bn_about {
	background: url("../img/contact_bn_back_about.jpg") center center no-repeat;
	background-size: cover;
}
.contact_bn.contact_bn_recruit {
	background: url("../img/contact_bn_back_recruit.jpg") center center no-repeat;
	background-size: cover;
}
.contact_bn h2 {
	text-align: center;
	color: #fff;
}
.contact_bn h2 > span:nth-of-type(1) {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	padding: 0 40px 0 40px;
	display: inline-block;
	position: relative;
}
.contact_bn h2 > span:nth-of-type(1) span {
	display: block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 7px;
	left: 0;
}
.contact_bn h2 > span:nth-of-type(2) {
	font-weight: 400;
	font-size: 42px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	padding: 0px;
	display: block;
	margin-top: 24px;
}
.contact_bn p.txt {
	text-align: center;
	font-size: 18px;
	line-height: 1.66;
	color: #fff;
	margin-top: 40px;
}
.contact_bn .more_wrap {
	margin-top: 60px;
}
.contact_bn .more_wrap a {
	margin: 0 auto;
}

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

.contact_bn {
	width: 100%;
	height: 480px;
	padding-top: 80px;
}

.contact_bn h2 > span:nth-of-type(1) {
	font-size: 16px;
}
.contact_bn h2 > span:nth-of-type(2) {
	font-size: 34px;
	margin-top: 18px;
}

.contact_bn p.txt {
	font-size: 16px;
	margin-top: 30px;
	padding: 0 40px;
}
.contact_bn p.contact_btn {
	width: 237px;
	margin: 30px auto 0 auto;
}
.contact_bn p.contact_btn a {
	width: 237px;
	height: 54px;
	line-height: 50px;
	font-size: 18px;
}

}

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

.contact_bn p.txt {
	text-align: left;
}

}

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

.contact_bn {
	width: 100%;
	background: url("../img/contact_bn_back_sp.jpg") center center no-repeat;
	background-size: cover;
	background-color: #4a5560;
	height: 419px;
	padding-top: 70px;
}
.contact_bn.contact_bn_about {
	width: 100%;
	background: url("../img/contact_bn_back_about_sp.jpg") center center no-repeat;
	background-size: cover;
}
.contact_bn.contact_bn_recruit {
	background: url("../img/contact_bn_back_recruit_sp.jpg") center center no-repeat;
	background-size: cover;
}

.contact_bn h2 > span:nth-of-type(1) {
	font-size: 14px;
}
.contact_bn h2 > span:nth-of-type(1) span {
	width: 25px;
	height: 1px;
	top: 7px;
}
.contact_bn h2 > span:nth-of-type(2) {
	font-size: 26px;
	margin-top: 12px;
}
.contact_bn p.txt {
	margin-top: 20px;
	text-align: left;
}
.contact_bn p.contact_btn {
	width: 200px;
	margin: 20px auto 0 auto;
}
.contact_bn p.contact_btn a {
	width: 200px;
	height: 46px;
	line-height: 42px;
	font-size: 16px;
}
.contact_bn .more_wrap {
	margin-top: 40px;
}
}

/* page_h1
======================================================*/

.page_h1 {
	padding-top: 80px;
	box-sizing: border-box;
}
.page_h1 .inner {
	width: 100%;
	height: 570px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.page_h1 h1 span:nth-of-type(1) {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	line-height: 1;
	display: block;
}
.page_h1 h1 span:nth-of-type(2) {
	font-weight: 400;
	font-size: 36px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	line-height: 1;
	display: block;
	margin-top: 34px;
}

#header_about .inner {
	background: url("../img/head_img01.jpg?003") center center no-repeat;
	background-size: cover;
}
#header_concept .inner {
	background: url("../img/head_img02.jpg?003") center center no-repeat;
	background-size: cover;
}
#header_product .inner {
	background: url("../img/head_img03.jpg?003") center center no-repeat;
	background-size: cover;
}
#header_recruit .inner {
	background: url("../img/head_img04.jpg?003") center center no-repeat;
	background-size: cover;
}
#header_news .inner {
	background: url("../img/head_img05.jpg?003") center center no-repeat;
	background-size: cover;
}
#header_contact .inner {
	background: url("../img/head_img06.jpg?003") center center no-repeat;
	background-size: cover;
}
#header_product01 .inner {
	background: url("../img/head_img_pro01.jpg?002") center center no-repeat;
	background-size: cover;
}
#header_product02 .inner {
	background: url("../img/head_img_pro02.jpg?002") center center no-repeat;
	background-size: cover;
}
#header_product03 .inner {
	background: url("../img/head_img_pro03.jpg?002") center center no-repeat;
	background-size: cover;
}
#header_product04 .inner {
	background: url("../img/head_img_pro04.jpg?002") center center no-repeat;
	background-size: cover;
}
#header_product05 .inner {
	background: url("../img/head_img_pro05.jpg?002") center center no-repeat;
	background-size: cover;
}
#header_product06 .inner {
	background: url("../img/head_img_pro06.jpg?002") center center no-repeat;
	background-size: cover;
}
#header_product07 .inner {
	background: url("../img/head_img_pro07.jpg?002") center center no-repeat;
	background-size: cover;
}


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

#header_about .inner {
	background: url("../img/head_img01.jpg?003") center center no-repeat;
	background-size: auto 100%;
}
#header_concept .inner {
	background: url("../img/head_img02.jpg?003") center center no-repeat;
	background-size: auto 100%;
}
#header_product .inner {
	background: url("../img/head_img03.jpg?003") center center no-repeat;
	background-size: auto 100%;
}
#header_recruit .inner {
	background: url("../img/head_img04.jpg?003") center center no-repeat;
	background-size: auto 100%;
}
#header_news .inner {
	background: url("../img/head_img05.jpg?003") center center no-repeat;
	background-size: auto 100%;
}
#header_contact .inner {
	background: url("../img/head_img06.jpg?003") center center no-repeat;
	background-size: auto 100%;
}
#header_product01 .inner {
	background: url("../img/head_img_pro01.jpg?002") center center no-repeat;
	background-size: auto 100%;
}
#header_product02 .inner {
	background: url("../img/head_img_pro02.jpg?002") center center no-repeat;
	background-size: auto 100%;
}
#header_product03 .inner {
	background: url("../img/head_img_pro03.jpg?002") center center no-repeat;
	background-size: auto 100%;
}
#header_product04 .inner {
	background: url("../img/head_img_pro04.jpg?002") center center no-repeat;
	background-size: auto 100%;
}
#header_product05 .inner {
	background: url("../img/head_img_pro05.jpg?002") center center no-repeat;
	background-size: auto 100%;
}
#header_product06 .inner {
	background: url("../img/head_img_pro06.jpg?002") center center no-repeat;
	background-size: auto 100%;
}
#header_product07 .inner {
	background: url("../img/head_img_pro07.jpg?002") center center no-repeat;
	background-size: auto 100%;
}

}

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

.page_h1 {
	padding-top: 94px;
}

}

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

.page_h1 .inner {
	width: 100%;
	height: 343px;
}
.page_h1 h1 span:nth-of-type(1) {
	font-size: 16px;
}
.page_h1 h1 span:nth-of-type(2) {
	font-size: 30px;
	margin-top: 15px;
}

}


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

.page_h1 {
	padding-top: 94px;
}
.page_h1 .inner {
	width: 100%;
	height: 193px;
}
.page_h1 h1 span:nth-of-type(1) {
	font-size: 14px;
}
.page_h1 h1 span:nth-of-type(2) {
	font-size: 24px;
	margin-top: 15px;
}

#header_about .inner {
	background: url("../img/head_img01_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_concept .inner {
	background: url("../img/head_img02_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_product .inner {
	background: url("../img/head_img03_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_recruit .inner {
	background: url("../img/head_img04_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_news .inner {
	background: url("../img/head_img05_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_contact .inner {
	background: url("../img/head_img06_sp.jpg?002") center center no-repeat;
	background-size: cover;
}
#header_product01 .inner {
	background: url("../img/head_img_pro01_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_product02 .inner {
	background: url("../img/head_img_pro02_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_product03 .inner {
	background: url("../img/head_img_pro03_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_product04 .inner {
	background: url("../img/head_img_pro04_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_product05 .inner {
	background: url("../img/head_img_pro05_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_product06 .inner {
	background: url("../img/head_img_pro06_sp.jpg") center center no-repeat;
	background-size: cover;
}
#header_product07 .inner {
	background: url("../img/head_img_pro07_sp.jpg") center center no-repeat;
	background-size: cover;
}

}


/* topic_path
======================================================*/

.topic_path {
	width: 100%;
	background-color: #fff;
}
.topic_path .inner {
	min-height: 43px;
	padding: 0 120px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.topic_path .inner p {
	font-size: 16px;
	line-height: 1;
	text-align: left;
}
.topic_path .inner p a {
	color: #333;
	display: inline-block;
}
.topic_path .inner p .list {
	width: 26px;
	height: 1em;
	display: inline-block;
	background: url("../img/list02.svg") center center no-repeat;
	background-size: 6px auto;
	position: relative;
	top: 3px;
}

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

.topic_path .inner {
	padding: 0 40px;
}

}

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

.topic_path .inner {
	min-height: 27px;
}
.topic_path .inner p {
	font-size: 12px;
}
.topic_path .inner p .list {
	width: 16px;
	height: 1em;
	display: inline-block;
	background: url("../img/list02.svg") center center no-repeat;
	background-size: 4px auto;
	position: relative;
	top: 1px;
}

}

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

.topic_path .inner {
	padding: 0 20px;
}

}


/* about01
======================================================*/

.about01 {
	padding: 110px 0 120px 0;
}
.about01 h2 {
	font-size: 40px;
	line-height: 1.52;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
	text-align: center;
	font-weight: 600;
}
.about01 p {
	font-size: 22px;
	line-height: 2;
	text-align: left;
	margin: 23px auto 0 auto;
	font-weight: 600;
	width: 860px;
}

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

.about01 h2 {
	font-size: 3.3vw;
	line-height: 1.6;
}
.about01 p {
	font-size: 1.83vw;
	width: 39em;
}

}

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

.about01 {
	padding: 55px 0 80px 0;
}
.about01 h2 {
	font-size: 30px;
}
.about01 p {
	font-size: 16px;
	margin-top: 23px;
	text-align: left;
	text-align: justify;
	word-break: break-all;
}

}

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

.about01 p {
	width: 100%;
}

}

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

.about01 {
	padding: 55px 0 72px 0;
}

.about01 h2 {
	font-size: 28px;
}

}

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

.about01 h2 {
	font-size: 26px;
}

}


/* about02
======================================================*/

.about02 {
	padding: 0;
}
.about02 h3 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1;
}
.about02 h3.about02_h3 {
	margin-top: 110px;
}
.about02_single {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 40px;
}
.about02_single .img {
	width: 580px;
}
.about02_single .img img {
	width: 100%;
	height: auto;
}

.about02_single .txt {
	width: 620px;
	box-sizing: border-box;
	padding-left: 75px;
}
.about02_single .txt p {
	font-size: 18px;
	line-height: 2.33;
	text-align: justify;
	word-break: break-all;
	font-weight: 600;
}

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

.about02_single .img {
	width: calc( 100% - 620px );
}
.about02_single .img img {
	width: 100%;
	height: auto;
}
.about02_single .txt {
	width: 620px;
	box-sizing: border-box;
	padding-left: 60px;
}

}

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

.about02_single .img {
	width: 485px;
}
.about02_single .txt {
	width: calc( 100% - 485px );
	padding-left: 45px;
}
.about02_single .txt p {
	font-size: 16px;
	line-height: 2;
}
}

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

.about02 h3 {
	font-size: 22px;
	line-height: 1.63;
	letter-spacing: 0.025em;
	text-indent: 0.025em;
}
.about02 h3.about02_h3 {
	margin-top: 75px;
}
.about02_single {
	display: block;
	margin-top: 25px;
}
.about02_single .img {
	width: 100%;
}
.about02_single .txt {
	width: 100%;
	padding-left: 0px;
	margin-top: 26px;
}

}


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

.about02_single .txt h3 {
	font-size: 21px;
}

}



/* about03
======================================================*/

.about03 {
	padding: 150px 0;
}
.about03 h2 {
	text-align: center;
}
.about03 h2 span:nth-of-type(1) {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
	display: block;
}
.about03 h2 span:nth-of-type(2) {
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
	display: block;
	margin-top: 20px;
}
.c_info_wrap {
	display: -webkit-flex;
	display: flex;
	gap: 0 50px;
	max-width: 1050px;
	margin: 40px auto 0 auto;
}
.c_info_wrap > div {
	width: calc(( 100% - 50px ) / 2 );
}
.c_info_wrap > div > dl {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: end;
	align-items: end;
	gap: 0 30px;
	margin-top: 13px;
}
.c_info_wrap > div > dl dt {
	width: 100px;
	border-bottom: solid 2px #707070;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.02em;
	padding: 12px 0;
}
.c_info_wrap > div > dl dd {
	width: calc( 100% - 100px );
	border-bottom: solid 1px #707070;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.02em;
	padding: 12px 0;
}
.c_info_wrap > div > dl dd a {
	color: #333;
}

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

.c_info_wrap {
	gap: 0 30px;
	margin-top: 30px;
}
.c_info_wrap > div > dl {
	gap: 0 20px;
}
.c_info_wrap > div > dl dt {
	width: 80px;
	font-size: 16px;
}
.c_info_wrap > div > dl dd {
	width: calc( 100% - 80px );
	font-size: 16px;
}

}

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

.c_info_wrap {
	display: block;
}
.c_info_wrap > div {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
}

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

.about03 {
	padding: 100px 0 80px 0;
}

.about03 h2 span:nth-of-type(1) {
	font-size: 18px;
}
.about03 h2 span:nth-of-type(2) {
	margin-top: 14px;
}

.c_info_wrap > div > dl {
	gap: 0 18px;
	margin-top: 10px;
}
.c_info_wrap > div > dl dt span {
	position: relative;
	top: -10px;
}
.c_info_wrap > div > dl dd {
	line-height: 1.25;
}
}

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

.c_info_wrap > div > dl dt {
	font-size: 14px;
}
.c_info_wrap > div > dl dd {
	font-size: 14px;
}

}


/* about_access
======================================================*/

.about_access {
	padding: 0px 0 200px 0;
}
.container_access {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.about_access h2 {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	display: block;
}
.gmap {
	margin-top: 35px;
}
.gmap iframe {
	width: 100%;
	height: 400px;
}


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

.about_access {
	padding: 0px 0 150px 0;
}

}


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

.about_access {
	padding: 0px 0 100px 0;
}

}


/* concept01
======================================================*/

.concept01 {
	padding: 110px 0 130px 0;
}

.concept01 h2 {
	font-size: 46px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
}
.concept01 p {
	font-size: 22px;
	line-height: 2;
	text-align: center;
	margin-top: 40px;
	font-weight: 600;
}

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

.concept01 h2 {
	font-size: 46px;
	font-size: 3.75vw;
}
.concept01 p {
	font-size: 18px;
	font-size: 1.5vw;
}

}

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

.concept01 {
	padding: 75px 0 110px 0;
}
.concept01 h2 {
	font-size: 30px;
	line-height: 1.4;
}
.concept01 p {
	font-size: 16px;
	letter-spacing: -0.035em;
	margin-top: 20px;
}
}

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

.concept01 {
	padding: 60px 0 80px 0;
}
.concept01 p {
	font-size: 16px;
}

}


/* concept02
======================================================*/

.concept02 {
	padding: 0px 0 100px 0;
}
.concept02_single:not(:first-child) {
	margin-top: 90px;
}

.concept02_single h2 {
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.concept02_single h2 span:nth-of-type(1) {
	display: block;
	font-size: 20px;
}
.concept02_single h2 span:nth-of-type(2) {
	display: block;
	font-size: 32px;
	margin-top: 20px;
}
.concept02_single .img {
	display: -webkit-flex;
	display: flex;
	gap: 0 20px;
	margin-top: 36px;
}
.concept02_single .img p {
	width: calc(( 100% - 20px ) / 2 );
}
.concept02_single .img p img {
	width: 100%;
	height: auto;
}
.concept02_single .txt {
	margin-top: 23px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.concept02_single .txt p {
	font-size: 18px;
	line-height: 2.3;
	text-align: left;
	font-weight: 600;
}


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

.concept02 {
	padding: 0px 0 90px 0;
}

.concept02_single h2 span:nth-of-type(1) {
	display: block;
	font-size: 18px;
}
.concept02_single h2 span:nth-of-type(2) {
	display: block;
	font-size: 28px;
	margin-top: 12px;
}
.concept02_single .img {
	gap: 0 10px;
	margin-top: 26px;
}
.concept02_single .txt {
	display: block;
}
.concept02_single .txt p {
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

}

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

.concept02 {
	padding: 0px 0 84px 0;
}

.concept02_single:not(:first-child) {
	margin-top: 78px;
}

.concept02_single h2 {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.concept02_single h2 span:nth-of-type(1) {
	display: inline-block;
	font-size: 18px;
	margin-right: 15px;
}
.concept02_single h2 span:nth-of-type(2) {
	display: inline-block;
	font-size: 28px;
	margin-top: 0px;
}
.concept02_single .img {
	display: block;
	margin-top: 25px;
}
.concept02_single .img p {
	width: 100%;
}
.concept02_single .img p:nth-of-type(2) {
	margin-top: 20px;
}
.concept02_single .txt {
	margin-top: 17px;
}
}

/* concept03
======================================================*/

.concept03 {
	padding: 0 0 187px 0;
}
.concept03_content {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.concept03_content p {
	font-size: 32px;
	text-align: center;
	line-height: 1.875;
	font-weight: 600;
}

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

.concept03 {
	padding: 0 0 145px 0;
}
.concept03 p {
	font-size: 24px;
}

}

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

.concept03 p {
	letter-spacing: 0.02em;
	text-indent: 0.02em;
	line-height: 1.9;
	text-align: left;
	text-align: justify;
	word-break: break-all;
}
.concept03 p br {
	display: none;
}

}

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

.concept03 {
	padding: 0 0 104px 0;
}
.concept03_content {
	display: block;
}
.concept03 p {
	font-size: 22px;
}

}



/* product01
======================================================*/

.product01 {
	margin: 120px 0 130px 0;
}
.product_h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	text-align: center;
}
.product_wrap .head_img {
	margin-top: 37px;
}
.product_wrap .head_img img {
	width: 100%;
	height: auto;
}
.p01_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px 20px;
	margin-top: 56px;
}
.p01_list.p01_list_t2 {
	margin-top: 20px;
}

.p01_list .p_single {
	width: calc(( 100% - 20px ) / 2 );
}

.p01_list .p_single_info {
	width: calc(( 100% - 20px ) / 2 );
	background: url("../img/p_single_info_back.jpg") center center no-repeat;
	background-size: cover;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 70px;
	box-sizing: border-box;
	border: solid 1px #707070;
	position: relative;
}
.p01_list .p_single h3 {
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
}
.p01_list .p_single p:nth-of-type(1) {
	position: relative;
	margin-top: 26px;
}
.p01_list .p_single.p_single_img p:nth-of-type(1) {
	position: relative;
	margin-top: 0px;
}
.p01_list .p_single p:nth-of-type(1) a img {
	width: 100%;
	height: auto;
}
.p01_list .p_single p:nth-of-type(1) a span {
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding-right: 14px;
	background: url("../img/list03.svg") right center no-repeat;
	background-size: 5px auto;
	position: absolute;
	right: 30px;
	bottom: 20px;
	color: #333;
}
.p01_list .p_single p:nth-of-type(2) {
	font-size: 18px;
	line-height: 2.33;
	margin-top: 13px;
	text-align: justify;
	word-break: break-all;
}

.p01_list .p_single_info .txt {
	color: #fff;
	font-size: 18px;
	line-height: 2.33;
	padding: 0px 0 0 0;
}
.p01_list .p_single_info .txt .buy_now {
	margin: 30px auto 0 auto;
}

.buy_now {
	display: block;
	width: 237px;
	height: 54px;
	line-height: 48px;
	position: relative;
	text-align: center;
	border: solid 2px #333333;
	background-color: #fff;
	border-radius: 100vh;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
}
.p01_buy_now {
	margin-top: 60px;
}
.p01_buy_now .buy_now {
	margin: 0 auto;
}

.product03,
.product04,
.product05,
.product06,
.product07 {
	margin-top: 130px;
}
.product07 {
	padding-bottom: 200px;
}

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

.p01_list .p_single p:nth-of-type(2) {
	font-size: 16px;
	line-height: 2;
}
.product_h2 {
	font-size: 30px;
}
.p01_list .p_single h3 {
	font-size: 24px;
}

.p01_list .p_single_info {
	padding: 0 30px;
}
.p01_list .p_single_info .txt {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	padding: 0px 0 0 0;
}

}

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

.product01 {
	margin: 60px 0 80px 0;
}

.product_h2 {
	font-size: 24px;
}
.product_wrap .head_img {
	margin-top: 30px;
}
.p01_list {
	display: block;
	margin-top: 30px;
}
.p01_list.p01_list_t2 {
	margin-top: 15px;
}
.p01_list .p_single {
	width: 100%;
}
.p01_list .p_single:not(:first-child) {
	margin-top: 30px;
}

.p01_list .p_single_info {
	width: 100%;
	margin-top: 15px;
	padding: 34px 30px;
}

.p01_list .p_single h3 {
	font-size: 20px;
}
.p01_list .p_single p:nth-of-type(1) {
	margin-top: 16px;
}
.p01_list .p_single p:nth-of-type(2) {
	margin-top: 6px;
}

.buy_now {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 36px;
	font-size: 15px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.p01_buy_now {
	margin-top: 42px;
}
.p01_buy_now .buy_now {
	margin: 0 auto;
}

.product03,
.product04,
.product05,
.product06,
.product07 {
	margin-top: 80px;
}
.product07 {
	padding-bottom: 130px;
}

}


/* product_info
======================================================*/

.product_info {
	padding: 110px 0 130px 0;
}
.product_info.product_info_type2 {
	padding: 110px 0 60px 0;
}

.product_info .head_txt h2 {
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
}
.product_info .head_txt .head_txt_txt {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.product_info .head_txt .head_txt_txt p {
	text-align: left;
	line-height: 2;
	font-size: 22px;
	font-weight: 600;
}
.product_info .head_txt .head_txt_txt p:not(:first-child) {
	margin-top: 1em;
}
.product_info .head_img {
	margin: 90px 0 0 0;
}
.product_info .head_img img {
	width: 100%;
	height: auto;
}
.product_info .head_img p:not(:first-child) {
	margin-top: 15px;
}

.product_info .head_img_set {
	margin: 100px 0 0 0;
}
.product_info .head_img_single:not(:first-child) {
	margin-top: 130px;
}
.product_info .head_img_single h2 {
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	margin-bottom: 36px;
}
.product_info .head_img_single p:not(:first-child) {
	margin-top: 15px;
}
.product_info .head_img_single p img {
	width: 100%;
	height: auto;
}

.product_info .head_img_single .more_wrap {
	margin-top: 60px;
	position: relative;
	z-index: 10;
}
.product_info .head_img_single .more_wrap a {
	margin: 0 auto;
}

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

.product_info .head_txt .head_txt_txt p {
	font-size: 1.69vw;
}

}

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

.product_info {
	padding: 85px 0 100px 0;
}
.product_info.product_info_type2 {
	padding: 85px 0 90px 0;
}

.product_info .head_img_set {
	margin: 60px 0 0 0;
}
.product_info .head_img_single:not(:first-child) {
	margin-top: 80px;
}
.product_info .head_txt .head_txt_txt {
	margin-top: 30px;
}
.product_info .head_txt h2 {
	font-size: 26px;
	line-height: 1.6;
}
.product_info .head_txt .head_txt_txt p {
	line-height: 2;
	font-size: 18px;
}

.product_info .head_img_single h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
.product_info .head_img_single .more_wrap {
	margin-top: 30px;
}
.product_info .head_img {
	margin: 67px 0 0 0;
}
}

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

.product_info {
	padding: 60px 0 80px 0;
}
.product_info.product_info_type2 {
	padding: 60px 0 30px 0;
}

.product_info .head_txt h2 {
	font-size: 22px;
}
.product_info .head_txt .head_txt_txt {
	margin-top: 20px;
}
.product_info .head_txt .head_txt_txt p {
	line-height: 2;
	font-size: 16px;
}
.product_info .head_img {
	margin: 45px 0 0 0;
}
.product_info .head_img p:not(:first-child) {
	margin-top: 10px;
}

}

/* product_info　スライド
======================================================*/

.pslide_title_set {
	margin-top: 130px;
}
.pslide_title_set h2 {
	font-size: 32px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	margin-bottom: 36px;
}

.pslide_solo {
	margin-top: 120px;
}
.splide-pro-splide .splide__slide img {
	width: auto;
	height: 650px;
}


/* 再生　停止ボタン */
.pro_btn_wrap {
	width: 100%;
	position: relative;
}
.splide__playpause {
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	border: solid 2px #707070;
	background-color: #fff;
	display: block;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	right: 40px;
	top: -60px;
}
.splide__playpause::before {
	content: "";
	width: 45px;
	height: 45px;
	display: block;
	background: url("../img/play.svg") left 14px top 11px no-repeat;
}
.splide__playpause.is-active::before {
	background: url("../img/stop.svg") left 14px top 13px no-repeat;
}
.splide__playpause::after {
	content: "Play";
	display: block;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	color: #333333;
	position: absolute;
	top: 10px;
	left: -55px;
}
.splide__playpause.is-active::after {
	content: "Stop";
}


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

.splide-pro-splide .splide__slide img {
	width: auto;
	height: 500px;
}

}

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

.pslide_title_set h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
.splide-pro-splide .splide__slide img {
	width: auto;
	height: 400px;
}
.splide__playpause {
	right: 20px;
	top: -60px;
}

.pslide_title_set {
	margin-top: 80px;
}
.pslide_solo {
	margin-top: 60px;
}

}

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

.splide-pro-splide .splide__slide img {
	width: auto;
	height: 240px;
}
.splide__playpause {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: solid 2px #707070;
	background-color: #fff;
	display: block;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: -40px;
}
.splide__playpause::before {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	background: url("../img/play.svg") left 8px top 6px no-repeat;
	background-size: 12px auto;
}
.splide__playpause.is-active::before {
	background: url("../img/stop.svg") left 8px top 7px no-repeat;
	background-size: 10px auto;
}
.splide__playpause::after {
	content: "Play";
	font-size: 14px;
	top: 4px;
	left: -36px;
}

}

/* product_list
======================================================*/

.product_list {
	padding: 0 0 200px 0;
}

.product_list_single:not(:nth-of-type(1)) {
	margin-top: 110px;
}

.product_list_single h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	margin-bottom: 36px;
}

.product_list a .buy_btn {
	position: relative;
	display: block;
	width: 237px;
	height: 54px;
	border-radius: 100vh;
	background-color: #fff;
	line-height: 50px;
	text-aling: center;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
	transition: color 0.3s, background-color 0.3s;
	margin: 20px auto 0 auto;
}
.product_list a:hover .buy_btn {
	background-color: #333;
}
.product_list a .buy_btn span {
	position: relative;
	z-index: 2;
	color: #333;
	transition: color 0.3s;
}
.product_list a:hover .buy_btn span {
	color: #fff;
}

.product_list a .buy_btn::before {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 237px;
	height: 54px;
	background: url("../img/more_back.jpg") center center no-repeat;
	background-size: 100% 90%;
	border-radius: 100vh;
	border: solid 2px #333333;
	opacity: 0;
	transition: all 0.3s ease-in;
}
.product_list a:hover .buy_btn::before {
	opacity: 1;
	background: url("../img/more_back.jpg") center center no-repeat;
	background-size: 130% 230%;
}

.product_list a .buy_btn::after {
	content:"";
	display: block;
	position: absolute;
	top: 0px;
	left: -1px;
	width: 239px;
	height: 54px;
	border-radius: 100vh;
	border: solid 2px #333333;
}

.product_list ul {
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	gap: 60px 36px;
}
.product_list ul li {
	width: calc(( 100% - 108px ) / 4 );
}
.product_list ul li a {
	display: block;
	text-align: center;
	color: #333;
}
.product_list ul li .p_img img {
	width: 100%;
	height: auto;
}
.product_list ul li .p_title {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-weight: 600;
	line-height: 1.3;
	font-size: 22px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	margin: 25px 0 25px 0;
}
.product_list ul li .nolink .p_title {
	margin-bottom: 0;
}

.product_list ul li .p_price {
	font-weight: 600;
	line-height: 1;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}
.product_list ul li .p_price2 {
	font-weight: 600;
	line-height: 1.44;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	margin-top: 13px;
}

.product_list a.nolink,
.product_list a.nolink_btn {
	pointer-events: none;
}
.product_list a.nolink .p_price,
.product_list a.nolink .p_price2,
.product_list a.nolink .buy_btn {
	display: none;
}
.product_list a.nolink_btn .buy_btn {
	display: none;
}

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

.product_list ul {
	gap: 60px 26px;
}
.product_list ul li {
	width: calc(( 100% - 72px ) / 3 );
}
.product_list ul li .p_title {
	font-size: 19px;
	margin: 25px 0 25px 0;
}
.product_list ul li .p_price {
	font-size: 16px;
}
.product_list ul li .p_price2 {
	line-height: 1.44;
	font-size: 16px;
	margin-top: 13px;
}
}

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

.product_list {
	padding: 0 0 150px 0;
}
.product_list_single h2 {
	font-size: 26px;
}
.product_list_single:not(:nth-of-type(1)) {
	margin-top: 95px;
}

}

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

.product_list ul {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.product_list ul li {
	width: calc(( 100% - 26px ) / 2 );
}

}


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

.product_list {
	padding: 0 0 100px 0;
}
.product_list_single h2 {
	font-size: 20px;
	margin-bottom: 34px;
}

.product_list a .buy_btn {
	display: block;
	width: 130px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
}

.product_list a .buy_btn::before {
	width: 130px;
	height: 33px;
	background: url("../img/more_back.jpg") center center no-repeat;
	background-size: 100% 90%;
}

.product_list_single:not(:nth-of-type(1)) {
	margin-top: 80px;
}

.product_list a .buy_btn::after {
	width: 132px;
	height: 35px;
}

.product_list ul {
	gap: 60px 18px;
}
.product_list ul li {
	width: calc(( 100% - 18px ) / 2 );
}
.product_list ul li .p_title {
	font-size: 16px;
	letter-spacing: 0;
	text-indent: 0;
	margin: 14px 0 13px 0;
	line-height: 1.43;
}
.product_list ul li .p_title span {
	display: inline-blck;
	text-align: left;
}
.product_list.product05_list ul li .p_title span {
	text-align: center;
}

.product_list ul li .p_price2 {
	margin-top: 12px;
}
}


/* recruit01
======================================================*/

.recruit01 {
	padding: 115px 0 125px 0;
}
.recruit01 .head_txt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.recruit01 .head_txt p {
	font-size: 22px;
	line-height: 2;
	font-weight: 600;
	text-align: left;
}
.recruit_img_head img {
	width: 100%;
	height: auto;
	margin-top: 94px;
}
.recruit_img_list {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px 40px;
}
.recruit_img_list p {
	width: calc(( 100% - 40px ) / 2 );
}
.recruit_img_list p img {
	width: 100%;
	height: auto;
}

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

.recruit01 {
	padding: 90px 0 95px 0;
}
.recruit01 .head_txt p {
	font-size: 18px;
	letter-spacing: -0.035em;
}
.recruit_img_head img {
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.recruit_img_list {
	margin-top: 20px;
	gap: 20px 20px;
}
.recruit_img_list p {
	width: calc(( 100% - 20px ) / 2 );
}
}


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

.recruit01 {
	padding: 52px 0 70px 0;
}

.recruit01 .head_txt {
	display: block;
}
.recruit01 .head_txt p {
	font-size: 16px;
	text-align: left;
}
.recruit_img_head img {
	width: 100%;
	height: auto;
	margin-top: 26px;
}
.recruit_img_list {
	margin-top: 10px;
	gap: 10px 10px;
}
.recruit_img_list p {
	width: calc(( 100% - 10px ) / 2 );
}
}


/* recruit02
======================================================*/

.recruit02 {
	padding: 0px 0 200px 0;
}

.recruit02 h3 {
	text-align: center;
}
.recruit02 h3 span:nth-of-type(1) {
	display: block;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
}
.recruit02 h3 span:nth-of-type(2) {
	display: block;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	margin-top: 19px;
}
.welfare_content {
	display: -webkit-flex;
	display: flex;
	gap: 0 50px;
	margin-top: 14px;
}
.welfare_content div {
	width: calc(( 100% - 50px ) / 2 );
}
.welfare_content div dl {
	display: -webkit-flex;
	display: flex;
	gap: 0 28px;
	margin-top: 16px;
}
.welfare_content div dl dt {
	width: 102px;
	border-bottom: solid 2px #707070;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1.88;
	padding-bottom: 3px;
}
.welfare_content div dl dd {
	width: calc( 100% - 130px );
	border-bottom: solid 1px #707070;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1.88;
	padding-bottom: 3px;
}
.welfare_content div dl dd p:not(:first-child) {
	margin-top: 0.8em;
}

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

.welfare_content {
	gap: 0 30px;
}
.welfare_content div {
	width: calc(( 100% - 30px ) / 2 );
}

}

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

.recruit02 {
	padding: 0px 0 150px 0;
}
.welfare_content {
	display: block;
	margin-top: 34px;
}
.welfare_content div {
	width: 100%;
}
.welfare_content div dl dt {
	width: 82px;
	font-size: 16px;
}
.welfare_content div dl dd {
	width: calc( 100% - 110px );
	font-size: 16px;
}
}

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

.recruit02 {
	padding: 0px 0 100px 0;
}
.welfare_content div dl {
	gap: 0 18px;
	margin-top: 15px;
}
.welfare_content div dl dd {
	padding-bottom: 5px;
}
}


/* news_top
======================================================*/

.news_top {
	margin-top: 118px;
	padding: 0 0 200px 0;
	position: relative;
}
.news_top .news_list {
	width: calc( 100% - 220px );
	min-height: 460px;
}
.news_top .news_list ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px 17px;
}
.news_top .news_list ul li {
	width: calc(( 100% - 34px ) / 3 );
	list-style: none;
}
.news_top .news_list ul li a {
	display: block;
	color: #333;
}
.news_top .news_list .sn img {
	width: 100%;
	height: auto;
	aspect-ratio: 316 / 200;
	object-fit: cover;
	object-position: center center;
}
.news_top .news_list .date {
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-top: 13px;
}
.news_top .news_list .title {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin-top: 8px;
}
.news_nav {
	width: 170px;
	position: absolute;
	right: 0;
	top: 0;
}
.news_nav h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	border-bottom: solid 1px #222222;
	padding: 3px 0 16px 0;
}
.news_nav h2.news_ac {
	margin-top: 60px;
}
.news_nav ul {
	list-style: none;
}
.news_nav ul li {
	font-size: 16px;
	line-height: 1;
	padding-top: 12px;
}
.news_nav ul li:not(:last-child) {
	border-bottom: solid 1px #b4b4b4;
}
.news_nav ul li a {
	display: block;
	color: #333;
	padding: 12px 0;
}

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

.news_top .news_list ul li {
	width: calc(( 100% - 17px ) / 2 );
}

}

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

.news_top .news_list {
	width: 100%;
	min-height: auto;
}
.news_nav {
	width: 100%;
	position: relative;
	right: auto;
	top: auto;
	margin-top: 90px;
}

}

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

.news_top {
	margin-top: 0px;
	padding: 55px 0 100px 0;
	position: relative;
}
.news_top .news_list ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 0;
}
.news_top .news_list ul li {
	width: 100%;
}

}


/* pager
======================================================*/

.news_top .pager {
	margin-top: 80px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.news_top .pager .current {
	display: inline-block;
	padding: 9px 0;
	margin: 0 15px;
	border-bottom: solid 3px #0067B3;
}

.news_top .pager a {
	display: inline-block;
	padding: 9px 15px;
	color: #333;
}
.news_top .pager a.prev,
.news_top .pager a.next {
	padding: 9px 0;
}
.news_top .pager a.prev img,
.news_top .pager a.next img {
	padding: 9px 5px;
	position: relative;
	top: 8px;
}

.news_top .pager_arc .current {
	margin: 0 10px;
}
.news_top .pager_arv a {
	padding: 9px 10px;
}

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

.news_top .pager {
	margin-top: 60px;
	font-size: 16px;
}
.news_top .pager .current {
	display: inline-block;
	padding: 5px 0;
	margin: 0 7px;
	border-bottom: solid 3px #0067B3;
}
.news_top .pager a {
	display: inline-block;
	padding: 5px 7px;
	color: #333;
}
.news_top .pager a.prev,
.news_top .pager a.next {
	padding: 5px 0;
}
.news_top .pager a.prev img,
.news_top .pager a.next img {
	padding: 5px 5px;
	position: relative;
	top: 4px;
}

.news_top .pager_arc .current {
	margin: 0 5px;
}
.news_top .pager_arv a {
	padding: 5px 5px;
}

}

/* contact_sc
======================================================*/

.contact_sc {
	padding: 105px 0 214px 0;
}
.contact_header {
	text-align: center;
}
.contact_header p {
	font-size: 22px;
	line-height: 2;
	font-weight: 600;
}

.contact_form {
	max-width: 1014px;
	margin: 100px auto 0 auto;
}
.contact_form dl:not(:first-child) {
	margin-top: 44px;
}
.contact_form dl dt {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.contact_form dl dd {
	margin-top: 20px;
	font-weight: 600;
}
.doi {
	margin-top: 50px;
}
.send {
	margin-top: 30px;
	text-align: center;
}
.send_btn {
	width: 257px;
	height: 54px;
	box-sizing: border-box;
	border: solid 2px #333333;
	border-radius: 100vh;
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	color: #333333;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	text-align: center;
}
.form_txt {
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	border-radius: 13px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 0 20px;
}
.form_txt.form_txtarea {
	height: 200px;
	padding: 20px 20px;
	line-height: 1.6;
}

.form_ct_ck {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	gap: 0 50px;
}
.form_ct_ck .wpcf7-list-item {
	display: block;
	position: relative;
	margin: 0;
}
.form_ct_ck input {
	width: 25px;
	height: 25px;
	position: relative;
	top: 5px;
	margin-right: 9px;
	accent-color: #0067b3;
}
.form_ct_ck .wpcf7-list-item-label {
	font-weight: 500;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.doi {
	text-align: center;
	font-weight: 600;
}
.doi input {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	margin-right: 9px;
	accent-color: #0067b3;
}
.doi a {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #4A9DFF;
	text-decoration: underline;
}
.turnstile {
	margin-top: 60px;
}
.cf-turnstile {
	display: block;
	text-align: center;
}

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

.form_ct_ck .wpcf7-list-item-label {
	font-size: 16px;
}

}

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

.contact_sc {
	padding: 76px 0 126px 0;
}
.contact_header p {
	font-size: 18px;
}
.contact_form {
	margin-top: 80px;
}
.contact_form dl:not(:first-child) {
	margin-top: 34px;
}
.contact_form dl dt {
	font-size: 16px;
}
.contact_form dl dd {
	margin-top: 13px;
}
.form_txt {
	height: 50px;
	font-size: 16px;
	padding: 0 16px;
}
.form_txt.form_txtarea {
	height: 200px;
	padding: 16px 16px;
}
.send_btn {
	width: 230px;
	height: 50px;
	font-size: 16px;
}
.send {
	margin-top: 50px;
}
.form_ct_ck {
	display: block;
}
.form_ct_ck .wpcf7-list-item {
	display: block;
	position: relative;
}
.form_ct_ck .wpcf7-list-item:not(:first-child) {
	margin-top: 10px;
}
.form_ct_ck input {
	width: 25px;
	height: 25px;
	position: relative;
	top: 5px;
	margin-right: 5px;
	accent-color: #0067b3;
}

}

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

.contact_sc {
	padding: 47px 0 126px 0;
}
.contact_header {
	text-align: left;
}
.contact_header p {
	font-size: 16px;
	line-height: 2;
	letter-spacing: -0.035em;
}
.contact_form {
	margin-top: 60px;
}
.form_txt {
	height: 50px;
	font-size: 16px;
	padding: 0 16px;
}
.form_txt.form_txtarea {
	height: 200px;
	padding: 16px 16px;
}
.send_btn {
	width: 200px;
	height: 46px;
	font-size: 15px;
	font-weight: 300;
	line-height: 1;
	color: #333333;
}
}


/* contactform7設定
======================================================*/

.wpcf7-not-valid-tip{
   box-sizing: border-box;
   border-bottom: 1px dotted #CB4A2D;
   color: #CB4A2D;
   margin-top: 10px;
   margin-bottom: 10px;
   padding: 6px 6px 6px 40px;
   text-indent: -30px;
   font-size: 16px;
}
.wpcf7-not-valid-tip::before{
   content: "";
   background: url(../img/sankaku.png) no-repeat center/cover;
   display: inline-block;
   margin-right: 10px;
   margin-bottom: 4px;
   vertical-align: middle;
   width: 20px;
   height: 18px;
}

div.wpcf7 .wpcf7-spinner {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
	color: #fff;
	font-weight: 700;
	border: 1px solid #CB4A2D;
	background-color: #CB4A2D;
	border-radius: 2px;
	margin: 40px 0 0 0;
	padding: 0.8em 1em;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #5a61a7;
	background-color: #5a61a7;
}

/* pp
======================================================*/

.pp {
	padding: 200px 0 200px 0;
}
.pp h1 {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.02em;
	text-indent: 0.02em;
	line-height: 1;
}
.pp h1 span {
	display: block;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	line-height: 1;
	margin-top: 16px;
}
.pp_box {
	border-radius: 19px;
	background-color: rgba(255,255,255,0.8);
	padding: 50px 100px;
	margin-top: 50px;
}
.pp_box h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 55px 0 10px 0;
}
.pp_box p {
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 0.05em;
}
.pp_box p + p {
	margin-top: 2em;
}
@media screen and (max-width: 1024px) {

.pp h1 {
	font-size: 18px;
}
.pp h1 span {
	margin-top: 14px;
}
.pp_box {
	padding: 30px 50px;
	margin-top: 40px;
}
.pp_box h2 {
	font-size: 16px;
	margin: 45px 0 5px 0;
}
.pp_box p {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.05em;
}

}

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

.pp {
	padding: 110px 0 90px 0;
}
.pp_box {
	padding: 20px 20px;
	margin-top: 40px;
}
}


/* thanks
======================================================*/

.thanks {
	padding: 390px 0 380px 0;
}
.container_wrap_thanks {
	padding: 0 60px;
}
.thanks h1 {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	line-height: 1;
}
.thanks p {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	font-weight: 500;
	line-height: 2.3;
	margin-top: 49px;
}
.thanks a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	border: solid 2px #333333;
	background-color: #fff;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #333333;
	width: 237px;
	height: 54px;
	box-sizing: border-box;
	margin: 50px auto 0 auto;
	border-radius: 100vh;
}

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

.thanks {
	padding: 288px 0 279px 0;
}
.thanks h1 {
	font-size: 29px;
}
.thanks p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 23px;
}
}

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

.thanks {
	padding: 186px 0 178px 0;
}
.thanks h1 {
	font-size: 22px;
}
.thanks p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 20px;
}
.thanks a {
	font-size: 15px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #333333;
	width: 200px;
	height: 46px;
	box-sizing: border-box;
	margin: 40px auto 0 auto;
}

}


/* single
======================================================*/

.single_container_wrap {
	padding-top: 100px;
}
.single {
	padding: 0 0 120px 0;
	position: relative;
}
.single_title {
	position: relative;
	width: calc( 100% - 220px );
	font-weight: 500;
	font-size: 26px;
	line-height: 1.6;
	border-bottom: dotted 1px #333;
	padding-bottom: 20px;
}
.single_footer {
	position: relative;
	width: calc( 100% - 220px );
	border-top: dotted 1px #333;
	padding-top: 40px;
	margin-top: 80px;
}
.single_footer .more_wrap a {
	margin: 0 auto;
}
.single_container {
	position: relative;
	width: calc( 100% - 220px );
	min-height: 200px;
}

.single_container h1,
.single_container h2,
.single_container h3,
.single_container h4,
.single_container h5,
.single_container h6 {
	margin-top: 40px;
}

.single_container h1,
.single_container h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
}
.single_container h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
}
.single_container h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}
.single_container h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}
.single_container h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
.single_container p {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 1em;
}
.single_container ul {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 1em;
	margin-left: 1.5em;
	padding: 0;
}

.wp-block-image,
.wp-block-gallery {
	margin-top: 30px;
}

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

.single_container_wrap {
	padding-top: 80px;
}
.single {
	padding: 0 0 100px 0;
	position: relative;
}

.single_title {
	font-size: 20px;
	padding-bottom: 20px;
}

.single_container h1,
.single_container h2,
.single_container h3,
.single_container h4,
.single_container h5,
.single_container h6 {
	margin-top: 30px;
}
.single_container h1,
.single_container h2 {
	font-size: 24px;
}
.single_container h3 {
	font-size: 20px;
}
.single_container h4 {
	font-size: 18px;
}
.single_container h5 {
	font-size: 17px;
}
.single_container h6 {
	font-size: 16px;
}
.single_container p {
	font-size: 16px;
	margin-top: 1em;
}
.single_container ul {
	font-size: 16px;
}

.wp-block-image,
.wp-block-gallery {
	margin-top: 30px;
}

}

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

.single_title {
	position: relative;
	width: 100%;
}
.single_container {
	position: relative;
	width: 100%;
	min-height: auto;
}
.single_footer {
	position: relative;
	width: 100%;
}
}

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

.single_container_wrap {
	padding-top: 60px;
}
.single {
	padding: 0 0 80px 0;
}

}



/* modaal
======================================================*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*モーダルのボタンの色*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}


.modaal-container {
	position:relative;
	display:inline-block;
	width:100%;
	margin:auto;
	text-align:left;
	color:#000;
	max-width:1000px;
	border-radius:0;
	background:#000;
	background-color: transparent;
	box-shadow:0 0px 0px rgba(0,0,0,.0);
	cursor:auto
}

.modaal-gallery-item img {
	max-width: 1100px!important;
}



/* clearfix：float対策
======================================================*/

.clear:after {
	content: "";
	display: block;
	clear: both;
}
 
.clear:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clear {
	display: block;
}