@charset 'UTF-8';

.cmshtml {
}
.cmshtml * {
margin: 0px;
padding: 0px;
word-break: break-all;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
}
.cmsbody {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-family: "Outfit", "Noto Sans JP", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 1.6;
color: #2b2b2b;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
	.cmsbody {
	overflow-x: hidden;
	width: 100%;
	font-size: 15px;
	}
}
@media screen and (max-width: 374px) {
	.cmsbody {
	font-size: 14px;
	}
}

.cmshtml table {
border-collapse: collapse;
border-spacing: 0;
}
.cmshtml ol,
.cmshtml ul,
.cmshtml li {
list-style: none;
}
.cmshtml h1,
.cmshtml h2,
.cmshtml h3,
.cmshtml h4,
.cmshtml h5,
.cmshtml h6 {
font-size: inherit;
font-weight: bold;
line-height: 1.4;
}
@media screen and (min-width:768px) {
	.cmshtml h1,
	.cmshtml h2,
	.cmshtml h3 {
	letter-spacing: 1px;
	}
}

.cmshtml a {
text-decoration: none;
color: inherit;
}
.cmshtml a:hover {
text-decoration: none;
}
@media screen and (min-width: 768px) {
	.cmshtml a[href^="tel:"] {
	pointer-events: none;
	}
}

/*-----------------------
 共通設定
-----------------------*/
.cmshtml .body_wrap {
position: relative;
}
.cmshtml .lowbody_wrap {
overflow: hidden;
}
.cmshtml .clearfix:after {
content:" ";
display:block;
clear:both;
}
.cmshtml .right {
text-align: right !important;
}
.cmshtml .left {
text-align: left !important;
}
.cmshtml .center {
text-align: center !important;
}
.cmshtml .bold {
font-weight: bold !important;
}
.cmshtml .body_wrap img {
display: block;
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align: top;
}
@media screen and (max-width: 767px) {
	.cmshtml .body_wrap img {
	width: 100%;
	}
}
@media screen and (min-width:768px) {
	.cmshtml .pc {
	display: block;
	}
	.cmshtml .sp {
	display: none;
	}
}
@media screen and (max-width: 767px) {
	.cmshtml .pc {
	display: none;
	}
	.cmshtml .sp {
	display: block;
	}
}

/*-----------------------
 WC独自class
-----------------------*/
.cmshtml .rdhaslink {
position: relative;
}
.cmshtml .rdhaslink > alink {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 50;
}

/*-----------------------
 h1
-----------------------*/
.cmshtml h1 {
display: none;
}

/*-----------------------
 top共通
-----------------------*/
.cmshtml div.top_sec {
position: relative;
padding: 130px 30px;
}
.cmshtml div.top_wrap {
position: relative;
max-width: 1200px;
margin-left: auto !important;
margin-right: auto !important;
}
.cmshtml div.top_ttl {
margin-bottom: 45px;
}
.cmshtml div.top_ttl_1 {
margin-bottom: 18px;
font-size: 22px;
font-weight: bold;
line-height: 1;
color: #0044a1;
}
.cmshtml div.top_ttl_2 {
font-size: 40px;
font-weight: bold;
line-height: 1.3;
letter-spacing: 1px;
}
.cmshtml div.top_txt {
font-size: 18px;
line-height: 1.85;
}
.cmshtml div.top_more {
position: relative;
width: fit-content;
margin-top: 2em;
margin-left: auto;
margin-right: auto;
text-align: center;
line-height: 1;
color: #fff;
background-image: linear-gradient(to right,#312dc0,#2d67d0);
border-radius: 100px;
box-shadow: 5px 5px 5px #cce8f7;
}
.cmshtml div.top_more div {
}
.cmshtml div.top_more div p {
}
.cmshtml div.top_more a {
position: relative;
display: block;
padding: 22px 74px 22px 47px;
width: 100%;
}
.cmshtml div.top_more a::before {
position: absolute;
content: "";
width: calc(18px);
height: calc(9px);
top: 50%;
transform: translateY(-50%);
right: 42px;
background-image: url(../img/ico_arrow.png);
background-repeat: no-repeat;
background-size: contain;
filter: brightness(0) invert(1);
}
@media screen and (max-width:1260px) {
	.cmshtml div.top_wrap {
	max-width: 1200px !important;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_sec {
	padding: 80px 15px !important;
	}
	.cmshtml div.top_wrap {
	max-width: 738px !important;
	}
	.cmshtml div.top_ttl {
	margin-bottom: 30px;
	}
	.cmshtml div.top_ttl_1 {
	margin-bottom: 15px;
	font-size: 20px;
	}
	.cmshtml div.top_ttl_2 {
	font-size: 28px;
	}
	.cmshtml div.top_txt {
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	}
	.cmshtml div.top_more {
	margin-top: 1.5em;
	font-size: inherit;
	}
	.cmshtml div.top_more a {
	padding: 18px 64px 18px 37px;
	}
	.cmshtml div.top_more a::before {
	width: calc(18px * .9);
	height: calc(9px * .9);
	right: 35px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.top_more:hover {
	background-image: linear-gradient(#ef5d0f,#ef5d0f);
	transition: .3s !important;
	}
	.cmshtml div.top_more:hover a::before {
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.top_sec {
	padding: 50px 15px !important;
	}
	.cmshtml div.top_wrap {
	max-width: 330px !important;
	margin-left: auto !important;
	}
	.cmshtml div.top_ttl {
	margin-bottom: 30px !important;
	}
	.cmshtml div.top_ttl_1 {
	margin-bottom: 10px;
	font-size: 18px;
	}
	.cmshtml div.top_ttl_2 {
	font-size: 24px;
	letter-spacing: 0;
	}
	.cmshtml div.top_more {
	width: fit-content !important;
	margin-left: auto !important;
	font-size: 14px;
	}
	.cmshtml div.top_more a {
	padding: 18px 54px 18px 37px;
	}
	.cmshtml div.top_more a::before {
	width: calc(18px * .8);
	height: calc(9px * .8);
	right: 30px;
	}
}
/* wc */

/*-----------------------
 ヘッダー
-----------------------*/
.cmshtml div.header {
overflow: hidden;
z-index: 9;
position: relative;
width: 100%;
top: 0;
left: 0;
}
.cmshtml div.head_wrap {
display: flex;
height: 100%;
margin: auto;
padding: 28px 130px 28px 25px;
line-height: 1;
}
.cmshtml div.head_wrap>div:nth-of-type(1) {
width: calc(321px);
}
.cmshtml div.head_in1 {
}
.cmshtml div.head_in1.logo {
}
.cmshtml div.head_wrap>div:nth-of-type(2) {
width: calc(100% - (321px));
display: flex;
justify-content: flex-end;
}
.cmshtml div.head_in2 {
display: flex;
padding-top: 15px;
}
.cmshtml div.head_in2.nav {
}
.cmshtml div.head_in2.nav>div {
margin-left: 35px;
}
.cmshtml div.nav_in {
position: relative;
font-size: 18px;
}
.cmshtml div.nav_in a {
}
.cmshtml div.toggle {
z-index: 999;
cursor: pointer;
position: fixed;
top: 35px;
right: 30px;
width: 36px;
height: 31px;
}
.cmshtml div.toggle div {
position: absolute;
width: 100%;
height: 100% !important;
top: 50%;
transform: translateY(-50%);
right: 0;
left: 0;
margin: auto;
}
.cmshtml div.toggle span {
display: block;
position: absolute;
width: 100%;
left: 0;
border-style: solid;
border-color: #1614ba;
border-bottom-width: 2px;
transition: .35s ease-in-out;
}
.cmshtml div.toggle span:nth-child(1) {
top: 0;
}
.cmshtml div.toggle span:nth-child(2) {
top: 13px;
}
.cmshtml div.toggle span:nth-child(3) {
top: 26px;
}
.cmshtml div.toggle.active {
}
.cmshtml .cmsbody.active div.head_in2.nav {
display: none;
}
.cmshtml div.toggle.active span:nth-child(1),
.cmshtml div.toggle.active span:nth-child(2),
.cmshtml div.toggle.active span:nth-child(3) {
top: 11px;
}
.cmshtml div.toggle.active span:nth-child(1) {
right: 8px;
transform: rotate(-45deg);
}
.cmshtml div.toggle.active span:nth-child(2),
.cmshtml div.toggle.active span:nth-child(3) {
right: 5px;
transform: rotate(45deg);
}
@media screen and (max-width:1440px) {
	.cmshtml div.head_wrap {
	align-items: center;
	padding: 28px 100px 28px 20px;
	}
	.cmshtml div.head_in2 {
	padding-top: 0;
	}
	.cmshtml div.head_in2.nav>div {
	margin-left: 30px;
	}
	.cmshtml div.toggle {
	top: 50px;
	}
}
@media screen and (min-width:1261px) {
	/* fixed 
	.cmshtml .body_wrap.is-fixed div.header {
	position: fixed;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	.cmshtml .body_wrap.is-fixed div.head_wrap {
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	.cmshtml .body_wrap.is-fixed div.head_wrap>div:nth-of-type(1) {
	width: calc(321px * .7);
	}
	.cmshtml .body_wrap.is-fixed div.head_wrap>div:nth-of-type(2) {
	width: calc(100% - (321px * .7));
	}
	.cmshtml .body_wrap.is-fixed div.head_in2 {
	padding-top: 0;
	}
	.cmshtml .body_wrap.is-fixed div.toggle {
	top: 27px;
	}*/
}
@media screen and (max-width:1260px) {
	.cmshtml div.head_wrap {
	padding: 20px 15px;
	}
	.cmshtml div.head_wrap>div:nth-of-type(1) {
	width: calc(321px * .8);
	}
	.cmshtml div.head_wrap>div:nth-of-type(2) {
	display: none;
	}
	.cmshtml div.toggle {
	top: 33px;
	right: 10px;
	}
}
@media screen and (max-width:1023px) {
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.nav_in a:hover {
	color: #ef5d0f;
	transition: .3s !important;
	}
	.cmshtml div.toggle:hover span {
	border-color: #ef5d0f;
	transition: 0s !important;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.head_wrap {
	padding: 10px 15px;
	}
	.cmshtml div.head_wrap>div:nth-of-type(1) {
	width: calc(321px * .65) !important;
	}
	.cmshtml div.head_wrap>div:nth-of-type(2) {
	display: none;
	}
	.cmshtml div.toggle {
	width: 30px;
	height: 20px;
	top: 22px;
	right: 10px;
	}
	/*.cmshtml .body_wrap.is-fixed div.toggle {
	top: 10px;
	}*/
	.cmshtml div.toggle span {
	border-bottom-width: 2px;
	}
	.cmshtml div.toggle span:nth-child(2) {
	top: 10px;
	}
	.cmshtml div.toggle span:nth-child(3) {
	top: 20px;
	}
}
/* wc */
#editView .cmshtml div.header {
overflow: visible;
position: relative !important;
padding-bottom: 20px;
}
#editView .cmshtml div.head_wrap {
padding: 32px 24px;
}
#editView .cmshtml .body_wrap.is-fixed div.header {
box-shadow: inherit;
}
#editView .cmshtml .body_wrap.is-fixed div.head_wrap {
align-items: flex-start;
}
#editView .cmshtml .body_wrap.is-fixed div.head_wrap>div:nth-of-type(1) {
}
#editView .cmshtml .body_wrap.is-fixed div.head_wrap>div:nth-of-type(2) {
}
#editView .cmshtml div.nav_in {
width: 200px;
text-align: center;
}
#editView .cmshtml div.toggle {
display: none !important;
}

/*-----------------------
 フッター
-----------------------*/
.cmshtml div.footer {
overflow: hidden;
}
.cmshtml div.footer_wrap {
position: relative;
display: flex;
}
.cmshtml div.footer_wrap>div:nth-of-type(1) {
width: 37%;
padding: 82px 20px 20px 20px;
background-color: #ebf1fd;
}
.cmshtml div.footer_in1 {
}
.cmshtml div.footer_in1_wrap {
width: fit-content;
margin: auto !important;
}
.cmshtml div.foot_logo {
width: calc(293px);
margin-bottom: 35px;
}
.cmshtml div.foot_logo a {
}
.cmshtml div.foot_txt {
margin-bottom: 35px;
letter-spacing: 1px;
}
.cmshtml div.foot_map {
position: relative;
margin-bottom: 60px;
font-size: 22px;
font-weight: 600;
line-height: 1;
color: #1614ba;
}
.cmshtml div.foot_map a {
display: block;
position: relative;
width: fit-content;
padding-left: 24px;
}
.cmshtml div.foot_map a::before {
position: absolute;
content: "";
width: calc(17px);
height: calc(24px);
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(../img/ico_map.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml div.copyright {
color: #4a4a4a;
}
.cmshtml div.footer_wrap>div:nth-of-type(2) {
width: 63%;
padding: 65px 0px 50px 70px;
color: #fff;
background-color: #2f37c2;
}
.cmshtml div.footer_in2 {
}
.cmshtml div.footer_in2_wrap {
}
.cmshtml div.top_contact_ttl {
margin-bottom: 35px;
padding-right: 30px;
}
.cmshtml div.top_contact_ttl_1 {
color: #fff;
}
.cmshtml div.top_contact_ttl_2 {
}
.cmshtml div.top_contact_txt {
margin-bottom: 35px;
padding-right: 30px;
}
.cmshtml div.top_contact_btn {
display: flex;
margin-bottom: 50px;
padding-bottom: 50px;
padding-right: 30px;
border-bottom: 1px solid #fff;
}
.cmshtml div.top_contact_btn>div {
}
.cmshtml div.top_contact_btn_in {
}
.cmshtml div.top_contact_btn_tel {
margin-right: 30px;
font-size: 40px;
font-weight: 600;
line-height: 1;
letter-spacing: 1px;
}
.cmshtml div.top_contact_btn_tel a {
}
.cmshtml div.top_contact_btn_tel a::before {
content: "tel.";
font-size: 27px;
}
.cmshtml div.top_contact_btn_mail {
font-size: 18px;
line-height: 1;
color: #2b2b2b;
}
.cmshtml div.top_contact_btn_mail a {
display: block;
position: relative;
padding: 26px 75px 26px 120px;
background-color: #fff;
border-radius: 100px;
}
.cmshtml div.top_contact_btn_mail a::before {
position: absolute;
content: "";
width: calc(27px);
height: calc(21px);
top: 50%;
transform: translateY(-50%);
left: 75px;
background-image: url(../img/ico_mail.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml div.foot_nav {
display: flex;
flex-wrap: wrap;
}
.cmshtml div.foot_nav>div {
margin-right: 15px;
}
.cmshtml div.foot_nav_in {
}
.cmshtml div.foot_nav_in a {
}
.cmshtml div.pagetop {
z-index: 9;
position: fixed;
width: calc((52px * .8));
height: calc((34px * .8));
right: 20px;
margin-bottom: 20px;
}
.cmshtml div.pagetop a {
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(../img/pagetop.png);
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (max-width:1440px) {
	.cmshtml div.footer_wrap>div:nth-of-type(1) {
	width: 430px;
	}
	.cmshtml div.footer_wrap>div:nth-of-type(2) {
	width: calc(100% - 430px);
	padding: 65px 0px 50px 50px;
	}
	.cmshtml div.top_contact_btn_tel {
	font-size: 36px;
	}
	.cmshtml div.top_contact_btn_mail a {
	padding: 22px 50px 22px 100px;
	}
	.cmshtml div.top_contact_btn_mail a::before {
	left: 55px;
	}
	.cmshtml div.foot_nav {
	max-width: 600px;
	}
}
@media screen and (max-width:1260px) {
	.cmshtml div.footer_wrap>div:nth-of-type(1) {
	width: 360px;
	}
	.cmshtml div.footer_wrap>div:nth-of-type(2) {
	width: calc(100% - 360px);
	padding: 50px 0px 50px 30px;
	}
	.cmshtml div.top_contact_btn_tel {
	font-size: 30px;
	}
	.cmshtml div.top_contact_btn_tel a::before {
	font-size: 20px;
	}
	.cmshtml div.top_contact_btn_mail a {
	padding: 20px 30px 20px 70px;
	}
	.cmshtml div.top_contact_btn_mail a::before {
	left: 30px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.footer_wrap>div:nth-of-type(1) {
	width: 310px;
	padding: 50px 20px 20px 20px;
	}
	.cmshtml div.foot_logo {
	width: 250px;
	}
	.cmshtml div.footer_wrap>div:nth-of-type(2) {
	width: calc(100% - 310px);
	padding: 50px 0px 50px 30px;
	}
	.cmshtml div.top_contact_ttl {
	margin-bottom: 25px;
	padding-right: 20px;
	}
	.cmshtml div.top_contact_txt {
	margin-bottom: 20px;
	padding-right: 20px;
	}
	.cmshtml div.top_contact_btn {
	display: block;
	margin-bottom: 35px;
	padding-bottom: 35px;
	padding-right: 20px;
	}
	.cmshtml div.top_contact_btn_tel {
	margin-bottom: 15px;
	}
	.cmshtml div.top_contact_btn_tel a::before {
	}
	.cmshtml div.top_contact_btn_mail {
	font-size: inherit;
	}
	.cmshtml div.top_contact_btn_mail a {
	width: fit-content;
	padding: 18px 25px 18px 55px;
	}
	.cmshtml div.top_contact_btn_mail a::before {
	width: calc(27px * .8);
	height: calc(21px * .8);
	left: 25px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.foot_txt_2_2 a:hover {
	color: #fff;
	background-color: #444;
	transition: .3s !important;
	}
	.cmshtml div.foot_txt_2_2 a:hover::before {
	filter: brightness(0) invert(1);
	}
	.cmshtml div.top_contact_btn_mail:hover,
	.cmshtml div.menu_logo:hover,
	.cmshtml div.foot_logo:hover,
	.cmshtml div.foot_map:hover,
	.cmshtml div.pagetop:hover {
	opacity: .5;
	transition: .3s !important;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.footer_wrap {
	display: flex;
	flex-direction: column-reverse;
	}
	.cmshtml div.footer_wrap>div:nth-of-type(2) {
	width: 100%;
	padding: 40px 15px;
	}
	.cmshtml div.footer_in2_wrap {
	max-width: 330px;
	margin: auto !important;
	}
	.cmshtml div.top_contact_ttl {
	padding-right: 0;
	text-align: center;
	}
	.cmshtml div.top_contact_txt {
	padding-right: 0;
	}
	.cmshtml div.top_contact_btn {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-right: 0;
	border-bottom-width: 0;
	}
	.cmshtml div.top_contact_btn_tel {
	margin-bottom: 15px;
	font-size: 26px;
	}
	.cmshtml div.top_contact_btn_tel a::before {
	}
	.cmshtml div.top_contact_btn_mail {
	}
	.cmshtml div.top_contact_btn_mail a {
	margin: auto;
	}
	.cmshtml div.foot_nav {
	display: none;
	}
	.cmshtml div.footer_wrap>div:nth-of-type(1) {
	width: 100%;
	padding: 40px 15px 80px 15px;
	}
	.cmshtml div.foot_logo {
	width: 250px !important;
	margin-left: auto !important;
	margin-right: auto;
	margin-bottom: 20px;
	}
	.cmshtml div.foot_txt {
	width: fit-content !important;
	margin-left: auto !important;
	margin-right: auto;
	margin-bottom: 20px;
	}
	.cmshtml div.foot_map {
	margin-bottom: 20px;
	}
	.cmshtml div.foot_map {
	font-size: 20px;
	}
	.cmshtml div.foot_map a {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	}
	.cmshtml div.foot_map a::before {
	width: calc(17px * .8);
	height: calc(24px * .8);
	}
	.cmshtml div.copyright {
	font-size: 14px;
	text-align: center;
	}
	.cmshtml div.pagetop {
	width: calc((52px * .6));
	height: calc((34px * .6));
	margin-bottom: 55px;
	}
}
/* wc */
#editView .cmshtml div.footer {
overflow: visible;
}
#editView .cmshtml div.foot_nav>div {
width: 100%;
}

/*-----------------------
 ハンバーガーメニュー
-----------------------*/
.cmshtml div.menu {
display: none;
}
.cmsbody.active {
overflow: hidden;
}
.cmshtml div.menu.active {
z-index: 99;
overflow-x: hidden;
overflow-y: auto;
position: fixed !important;
display: flex;
width: 100%;
height: 100%;
top: 0;
right: 0;
background-color: #fff;
transform: translateY(-100%);
animation: menu .3s ease forwards;
}
@keyframes menu {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.cmshtml div.menu>div:nth-of-type(1) {
width: 50%;
}
.cmshtml div.menu_in1 {
max-width: 700px;
margin: auto;
padding: 50px;
}
.cmshtml div.menu_nav {
line-height: 1.3;
}
.cmshtml div.menu_nav_in {
font-size: 20px;
border-style: solid;
border-color: #1614ba;
border-bottom-width: 2px;
}
.cmshtml div.menu_nav_in a {
position: relative;
display: block;
padding: 20px 10px;
}
.cmshtml div.menu_nav_in a::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
right: 3px;
margin-top: -3px;
border-style: solid;
border-top-color: #1614ba;
border-right-color: #1614ba;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
.cmshtml div.menu>div:nth-of-type(2) {
position: relative;
width: 50%;
padding: 50px;
}
.cmshtml div.menu_in2_box {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
.cmshtml div.menu_logo {
width: calc(321px);
margin: 0 auto 30px;
}
.cmshtml div.menu_txt1 {
margin-bottom: 20px;
font-size: 18px;
text-align: center;
}
.cmshtml div.menu div.foot_map {
width: fit-content;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
.cmshtml div.menu_bg {
z-index: -2;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
}
.cmshtml div.menu_bg img {
opacity: .4;
object-fit: cover;
width: 100%;
height: 100%;
}
@media screen and (max-width:1260px) {
	.cmshtml div.menu_in1 {
	padding: 30px;
	}
	.cmshtml div.menu_nav_in {
	font-size: inherit;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.menu.active {
	display: block;
	}
	.cmshtml div.menu.active>div:nth-of-type(1) {
	width: 100%;
	}
	.cmshtml div.menu_in1 {
	max-width: 450px;
	}
	.cmshtml div.menu_nav_in a {
	padding: 15px 5px;
	}
	.cmshtml div.menu.active>div:nth-of-type(2) {
	width: 100%;
	padding: 50px 15px;
	}
	.cmshtml div.menu_logo {
	width: calc(321px * .8);
	margin-bottom: 20px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.menu_nav_in:hover {
	color: #ef2525;
	transition: .3s !important;
	}
	.cmshtml div.menu_nav_btn_in {
	overflow: hidden;
	border-radius: 100px;
	}
	.cmshtml div.menu_nav_btn_in:hover {
	color: #fff;
	}
	.cmshtml div.menu_nav_btn_in:hover::after {
	background-color: transparent;
	transition: .3s !important;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.menu.active>div:nth-of-type(1) {
	margin-left: auto !important;
	padding: 40px 15px;
	}
	.cmshtml div.menu_in1 {
	max-width: 350px;
	}
	.cmshtml div.menu_nav_in a {
	padding: 12px 5px;
	}
	.cmshtml div.menu_nav_in a::before {
	width: 4px;
	height: 4px;
	margin-top: -2px;
	}
	.cmshtml div.menu.active>div:nth-of-type(2) {
	width: 100%;
	padding: 50px 15px;
	}
	.cmshtml div.menu_logo {
	width: calc(321px * .65) !important;
	margin-left: auto !important;
	}
	.cmshtml div.menu_txt1 {
	font-size: 14px;
	}
	.cmshtml div.menu_txt2 {
	margin-left: auto !important;
	}
	.cmshtml div.menu div.foot_map {
	margin-left: auto !important;
	}
}
/* wc */
#editView .cmshtml div.menu {
display: flex !important;
align-items: flex-start;
width: calc(100% - 60px);
margin: 20px auto;
border: 1px solid #000;
}
#editView .cmshtml div.menu_in1 {
align-items: flex-start;
margin: inherit;
}
#editView .cmshtml div.menu_bg {
position: static;
margin-top: 20px;
}
#editView .cmshtml div.menu_bg img {
opacity: 1;
}

/*-----------------------
 追従ボタン
-----------------------*/
.cmshtml div.side_bnr {
z-index: 2;
position: fixed;
top: 205px;
right: 0;
}
.cmshtml div.side_bnr>div + div {
margin-top: 10px;
}
.cmshtml div.side_bnr_in {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 73px;
padding-top: 40px;
padding-bottom: 40px;
font-size: 20px;
color: #fff;
border-radius: 4px 0 0 4px;
background-image: url(../img/bg_gradation01.jpg);
background-repeat: repeat-y;
background-size: 100% auto;
}
.cmshtml div.side_bnr_in_txt {
position: relative;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
white-space: nowrap;
}
@media screen and (max-width:1700px) {
	.cmshtml div.side_bnr {
	top: 25vw;
	}
}
@media screen and (max-width:1440px) {
	.cmshtml div.side_bnr {
	top: 20vw;
	}
	.cmshtml div.side_bnr_in {
	width: 55px;
	font-size: 14px;
	}
}
@media screen and (max-width:1262px) {
	.cmshtml div.side_bnr_in {
	width: 50px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.side_bnr_in {
	width: 45px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	.cmshtml div.side_bnr_in + div.side_bnr_in {
	margin-top: 5px;
	}
}
@media screen and (min-width:768px) {
	.cmshtml .body_wrap.is-fixed div.side_bnr {
	top: 100px;
	right: 0;
	transform: translateX(-100%);
	animation: side_bnr .5s ease-out forwards;
	}
	@keyframes side_bnr {
		0% {
		transform: translateX(100%);
		}
		100% {
		transform: translateX(0);
		}
	}
	.cmshtml .body_wrap.is-fixed div.side_bnr_in {
	width: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	}
	/* hover */
	.cmshtml div.side_bnr_in:hover {
	overflow: hidden;
	background-color: transparent;
	}
	.cmshtml div.side_bnr_in::before {
	opacity: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(to right,#1464ba,#1614ba);
	}
	.cmshtml div.side_bnr_in:hover::before {
	opacity: 1;
	transition: .3s !important;
	}
	.cmshtml div.side_bnr_in:hover div.side_bnr_in_txt {
	color: #fff;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.side_bnr {
	display: flex;
	width: 100% !important;
	max-width: 350px;
	top: inherit;
	bottom: 0;
	right: inherit;
	left: 50%;
	transform: translateX(-50%);
	}
	.cmshtml div.side_bnr_in + div.side_bnr_in {
	margin-top: 0;
	}
	.cmshtml div.side_bnr>div {
	width: 50% !important;
	}
	.cmshtml div.side_bnr_in {
	flex-direction: row;
	height: 45px;
	margin: 0 4px !important;
	padding: 10px 5px;
	font-size: 14px;
	text-align: center;
	border-radius: 6px 6px 0 0;
	}
	.cmshtml div.side_bnr_in_txt {
	writing-mode: inherit;
	-ms-writing-mode: inherit;
	-webkit-writing-mode: inherit;
	}
}
/* wc */
#editView .cmshtml div.side_bnr {
position: relative !important;
width: 300px !important;
top: inherit !important;
left: 30px;
bottom: inherit !important;
transform: inherit !important;
animation: inherit !important;
margin: 20px 0 !important;
}
#editView .cmshtml div.side_bnr_in {
display: block;
width: auto !important;
height: auto !important;
padding: 20px;
box-shadow: inherit;
border: 1px solid #000;
border-radius: 10px !important;
}
#editView .cmshtml div.side_bnr_in::before,
#editView .cmshtml div.side_bnr_in:hover::before {
display: none;
}
#editView .cmshtml div.side_bnr_in_txt {
writing-mode: inherit;
-ms-writing-mode: inherit;
-webkit-writing-mode: inherit;
color: #000 !important;
}

/*-----------------------
 TOPページ
-----------------------*/
.cmshtml div.mainv {
position: relative;
}
.cmshtml div.mainv_wrap {
z-index: 1;
position: relative;
max-width: 1920px;
margin: auto;
padding-top: 20px;
}
.cmshtml div.mainv_img {
max-width: 1360px;
}
.cmshtml div.mainv_img img {
object-fit: cover;
/*aspect-ratio: 1358 / 784;*/
height: 781px;
border-radius: 0 10px 10px 0;
}
.cmshtml div.rdsp-buttons {
display: none !important;
}
.cmshtml div.mainv_box {
z-index: 1;
position: absolute;
bottom: 20px;
right: 0;
width: 706px;
}
.cmshtml div.mainv_box::before {
position: absolute;
content: "";
width: calc(140px);
height: calc(135px);
bottom: 100px;
right: 155px;
background-image: url(../img/mv_parts.png);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml div.mainv_box_txt {
}
.cmshtml div.mainv_box_txt_1 {
margin-bottom: 25px;
font-size: 20px;
font-weight: bold;
line-height: 1.4;
color: #1614ba;
word-break: keep-all;
}
.cmshtml div.mainv_box_txt_2 {
margin-bottom: 70px;
font-size: 80px;
font-weight: bold;
line-height: 1.2;
}
.cmshtml div.mainv_box_img {
width: fit-content;
margin-left: 60px;
}
.cmshtml div.mainv_box_img img {
}
@media screen and (max-width:1920px) {
	.cmshtml div.mainv_img {
	max-width: 70.5vw;
	}
	.cmshtml div.mainv_box {
	width: auto;
	padding-right: 12.5vw;
	}
}
@media screen and (max-width:1440px) {
	.cmshtml div.mainv_img {
	max-width: 100%;
	padding-right: 360px;
	}
	.cmshtml div.mainv_box {
	padding-right: 80px;
	}
	.cmshtml div.mainv_box::before {
	width: calc(140px * .9);
	height: calc(135px * .9);
	right: 50px;
	}
	.cmshtml div.mainv_box_txt_2 {
	margin-bottom: 50px;
	font-size: 70px;
	}
}
@media screen and (max-width:1260px) {
	.cmshtml div.mainv_img img {
	height: 700px;
	}
	.cmshtml div.mainv_box::before {
	width: calc(140px * .8);
	height: calc(135px * .8);
	}
	.cmshtml div.mainv_box_txt {
	text-shadow: #fff 2px 0px 1px, #fff -2px 0px 1px, #fff 0px -2px 1px, #fff -2px 0px 1px,#fff 2px 2px 1px, #fff -2px 2px 1px, #fff 2px -2px 1px, #fff -2px -2px 1px,#fff 1px 2px 1px, #fff -1px 2px 1px,#fff 1px -2px 1px, #fff -1px -2px 1px, #fff 2px 1px 1px, #fff -2px 1px 1px, #fff 2px -1px 1px, #fff -2px -1px 1px,#fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
	}
	.cmshtml div.mainv_box_txt_1 {
	margin-bottom: 20px;
	font-size: 18px;
	}
	.cmshtml div.mainv_box_txt_2 {
	margin-bottom: 40px;
	font-size: 60px;
	}
	.cmshtml div.mainv_box_img {
	width: calc(279px * .8);
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.mainv_img {
	padding-right: 180px;
	}
	.cmshtml div.mainv_img img {
	height: 400px;
	}
	.cmshtml div.mainv_box {
	padding-right: 60px;
	}
	.cmshtml div.mainv_box::before {
	width: calc(140px * .4);
	height: calc(135px * .4);
	right: 80px;
	bottom: 50px;
	}
	.cmshtml div.mainv_box_txt_1 {
	margin-bottom: 10px;
	font-size: 15px;
	}
	.cmshtml div.mainv_box_txt_2 {
	margin-bottom: 20px;
	font-size: 40px;
	}
	.cmshtml div.mainv_box_img {
	width: calc(279px * .5);
	margin-left: 80px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.mainv_img {
	padding-right: 80px;
	}
	.cmshtml div.mainv_img img {
	height: 350px;
	}
	.cmshtml div.mainv_box {
	width: 200px !important;
	padding-right: 15px;
	}
	.cmshtml div.mainv_box::before {
	width: calc(140px * .3);
	height: calc(135px * .3);
	right: 20px;
	bottom: 20px;
	}
	.cmshtml div.mainv_box_txt_1 {
	margin-bottom: 5px;
	font-size: 12px;
	}
	.cmshtml div.mainv_box_txt_2 {
	margin-bottom: 10px;
	font-size: 30px;
	}
	.cmshtml div.mainv_box_img {
	width: calc(279px * .3) !important;
	margin-left: 50px !important;
	}

}
/* wc */
#editView .cmshtml div.mainv::before,
#editView .cmshtml div.mainv::after {
display: none;
}
#editView .cmshtml div.mainv_box {
position: relative;
width: fit-content;
bottom: inherit;
right: inherit;
margin: 20px;
}

/*--- お知らせ ---*/
.cmshtml div.top_news {
overflow: hidden;
padding: 140px 30px;
}
.cmshtml div.top_news::before {
z-index: -1;
position: absolute;
content: "";
width: 1920px;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(../img/info_img_l.png),url(../img/info_img_r.png);
background-repeat: no-repeat;
background-position: bottom 63px left 225px, bottom 313px right 115px;
background-size: 391px auto,136px auto;
}
.cmshtml div.top_news_wrap {
display: flex;
}
.cmshtml div.top_news_wrap>div:nth-of-type(1) {
width: 410px;
}
.cmshtml div.top_news_ttl {
width: fit-content;
margin-bottom: 0;
padding-top: 30px;
text-align: left;
}
.cmshtml div.top_news_ttl_1 {
}
.cmshtml div.top_news_ttl_2 {
}
.cmshtml div.top_news_wrap>div:nth-of-type(2) {
width: calc(100% - 410px);
}
.cmshtml div.top_news_box {
max-width: 854px;
margin-left: auto;
}
.cmshtml div.top_news_box .rdblartlist {
overflow-x: hidden;
overflow-y: auto;
max-height: 350px;
margin-bottom: 30px;
}
.cmshtml div.top_news_box .rdblartlist::-webkit-scrollbar {
width: 6px;
}
.cmshtml div.top_news_box .rdblartlist::-webkit-scrollbar-track {
background-color: #f1f1f1;
border-radius: 0;
}
.cmshtml div.top_news_box .rdblartlist::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 100px;
}
.cmshtml div.top_news_box .rdnewArticle {
position: relative;
padding: 0;
border: 0;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-item {
position: relative;
padding: 0;
}
.cmshtml .rdnewArticle .rdnewArticle-item+.rdnewArticle-item {
border-top-width: 0 !important;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-item:last-of-type {
}
.cmshtml div.top_news_box .rdnewArticle-thumbnail {
display: none !important;
position: absolute;
width: 100px;
height: 100px;
top: 50%;
transform: translateY(-50%);
left: 0;
background-color: #f1f1f1;
background-size: cover;
}
.cmshtml div.top_news_box .rdnewArticle-thumbnail img {
object-fit: cover;
aspect-ratio: 1 / 1;
width: 100%;
height: 100%;
border-radius: 0;
max-height: none !important;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-contWrap {
display: flex;
padding: 0;
border-width: 0 !important;
}
.cmshtml div.top_news_box .rdnewArticle::before {
top: 0;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContDate {
width: 150px;
padding: 30px 0 0 0;
font-size: 18px !important;
font-weight: 500 !important;
line-height: 1.4;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle {
width: calc(100% - 150px);
font-size: 18px !important;
font-weight: 500;
line-height: 1.4;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a {
position: relative;
display: block !important;
padding: 30px 60px 30px 0;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::before,
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::after {
position: absolute;
content: "";
width: 50px;
height: 50px;
top: 50%;
transform: translateY(-50%);
right: 0;
background-repeat: no-repeat;
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::before {
z-index: 1;
background-image: url(../img/ico_arrow.png);
background-position: center;
background-size: 18px auto;
filter: brightness(0) invert(1);
}
.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::after {
background-image: url(../img/info_arrow.png);
background-size: contain;
}
.cmshtml div.top_news_more {
position: relative;
width: fit-content;
margin-left: auto;
font-weight: bold;
line-height: 1;
border-style: solid;
border-color: #2f35c1;
border-bottom-width: 2px;
}
.cmshtml div.top_news_more a {
display: block;
position: relative;
padding: 12px 35px 12px 10px;
}
.cmshtml div.top_news_more a::after {
position: absolute;
content: "";
width: calc(18px);
height: calc(9px);
top: 50%;
transform: translateY(-50%);
right: 5px;
background-image: url(../img/ico_arrow.png);
background-repeat: no-repeat;
background-size: contain;
}
@media screen and (max-width:1920px) {
	.cmshtml div.top_news::before {
	width: 100%;
	background-position: bottom 63px left 11vw, bottom 313px right 6vw;
	}
}
@media screen and (max-width:1600px) {
	.cmshtml div.top_news::before {
	background-position: bottom 63px left 15px, bottom 313px right 15px;
	}
}
@media screen and (max-width:1260px) {
	.cmshtml div.top_news::before {
	background-position: bottom 63px left 15px, bottom 270px right 15px;
	background-size: 250px auto,110px auto;
	}
	.cmshtml div.top_news_wrap>div:nth-of-type(1) {
	width: 250px;
	}
	.cmshtml div.top_news_wrap>div:nth-of-type(2) {
	width: calc(100% - 250px);
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_news::before {
	background-position: bottom 20px left 10px, bottom 120px right 10px;
	background-size: 200px auto,100px auto;
	}
	.cmshtml div.top_news_wrap>div:nth-of-type(1) {
	width: 200px;
	}
	.cmshtml div.top_news_ttl {
	padding-top: 15px;
	}
	.cmshtml div.top_news_wrap>div:nth-of-type(2) {
	width: calc(100% - 200px);
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-item {
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::before,
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::after {
	width: 30px;
	height: 30px;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::before {
	background-size: 14px auto;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-contWrap {
	display: block;
	padding: 10px 0;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContDate {
	width: 100%;
	padding: 0;
	font-size: 16px !important;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle {
	width: 100%;
	font-size: 16px !important;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a {
	padding: 0 35px 0 0;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml div.rdnewArticle-ContTitle a:hover {
	color: #ef5d0f;
	transition: .3s !important;
	}
	.cmshtml div.rdnewArticle-ContTitle a:hover::after {
	filter: invert(72%) sepia(86%) saturate(4428%) hue-rotate(1deg) brightness(105%) contrast(102%);
	transition: .3s !important;
	}
	.cmshtml div.top_news_more:hover {
	color: #ef5d0f;
	border-color: #ef5d0f;
	}
	.cmshtml div.top_news_more a:hover::after {
	filter: invert(15%) sepia(25%) saturate(5932%) hue-rotate(358deg) brightness(95%) contrast(112%);
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.top_news::before {
	background-position: bottom 10px left 10px, top 90px right 10px;
	background-size: 110px auto,80px auto;
	}
	.cmshtml div.top_news_wrap {
	display: block;
	}
	.cmshtml div.top_news_wrap>div:nth-of-type(1) {
	width: 100%;
	}
	.cmshtml div.top_news_ttl {
	padding-top: 0;
	}
	.cmshtml div.top_news_wrap>div:nth-of-type(2) {
	width: 100%;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-item {
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::before,
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::after {
	width: 25px;
	height: 25px;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle a::before {
	background-size: 12px auto;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-contWrap {
	display: block;
	padding: 10px 0;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContDate {
	width: 100%;
	font-size: 16px !important;
	}
	.cmshtml div.top_news_box .rdnewArticle .rdnewArticle-ContTitle {
	width: 100%;
	font-size: 16px !important;
	}
}
/* wc */
#editView  .cmshtml div.top_news {
overflow: visible;
}

/*--- about ---*/
.cmshtml div.top_about {
padding: 0;
}
.cmshtml div.top_about_wrap {
max-width: 1920px;
margin: auto;
}
.cmshtml div.top_about_list {
}
.cmshtml div.top_about_list_in {
position: sticky;
top: 220px;
left: 0;
}
.cmshtml div.top_about_list_in:first-of-type {
top: 50px;
}
.cmshtml div.top_about_list_in::before,
.cmshtml div.top_about_list_in::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.cmshtml div.top_about_list_in::before {
z-index: -1;
border-radius: 100px 100px 0 0;
}
.cmshtml div.top_about_list_in::after {
z-index: -2;
}
.cmshtml div.top_about_list_in:nth-child(odd) {
}
.cmshtml div.top_about_list_in:nth-child(odd)::before {
background-color: #ebf1fd;
}
.cmshtml div.top_about_list_in:nth-child(odd)::after {
}
.cmshtml div.top_about_list_in:nth-child(even)::before {
background-color: #fff;
}
.cmshtml div.top_about_list_in:nth-child(even)::after {
}
.cmshtml div.top_about_list_in_wrap {
display: flex;
width: calc(100% - 60px);
max-width: 1200px;
margin: auto;
padding: 90px 0;
}
.cmshtml div.top_about_list_in_wrap>div:nth-of-type(1) {
width: 48%;
}
.cmshtml div.top_about_list_in_1 {
padding-right: 70px;
}
.cmshtml div.top_about_list_ttl {
display: flex;
align-items: center;
margin-bottom: 38px;
line-height: 1;
}
.cmshtml div.top_about_list_ttl_1 {
margin-right: 28px;
font-size: 64px;
font-weight: bold;
color: #0044a2;
}
.cmshtml div.top_about_list_ttl_2 {
}
.cmshtml div.top_about_list_txt {
}
.cmshtml div.top_about_more {
margin-left: 0;
}
.cmshtml div.top_about_list_in_wrap>div:nth-of-type(2) {
width: 52%;
}
.cmshtml div.top_about_list_in_2{
}
.cmshtml div.top_about_list_img {
}
.cmshtml div.top_about_list_img img {
object-fit: cover;
aspect-ratio: 62 / 39;
border-radius: 30px;
}
@media screen and (max-width:1260px) {
	.cmshtml div.top_about_list_in_1 {
	padding-right: 50px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_about {
	padding: 0 !important;
	}
	.cmshtml div.top_about_list_in_wrap {
	padding: 50px 0;
	}
	.cmshtml div.top_about_list_in {
	top: 150px;
	}
	.cmshtml div.top_about_list_in::before {
	border-radius: 50px 50px 0 0;
	}
	.cmshtml div.top_about_list_in_wrap>div:nth-of-type(1) {
	width: 50%;
	}
	.cmshtml div.top_about_list_in_1 {
	padding-right: 30px;
	}
	.cmshtml div.top_about_list_ttl {
	margin-bottom: 25px;
	}
	.cmshtml div.top_about_list_ttl_1 {
	margin-right: 20px;
	font-size: 35px;
	}
	.cmshtml div.top_about_list_in_wrap>div:nth-of-type(2) {
	width: 50%;
	}
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
	.cmshtml div.top_about {
	padding: 0 !important;
	}
	.cmshtml div.top_about_list_in_wrap {
	display: block;
	width: calc(100% - 30px);
	max-width: 330px;
	margin-left: auto !important;
	padding: 30px 0;
	}
	.cmshtml div.top_about_list_in_wrap>div:nth-of-type(1) {
	width: 100%;
	}
	.cmshtml div.top_about_list_in::before {
	border-radius: 30px 30px 0 0;
	}
	.cmshtml div.top_about_list_in {
	top: 120px;
	}
	.cmshtml div.top_about_list_in_1 {
	margin-bottom: 30px;
	padding-right: 0;
	}
	.cmshtml div.top_about_list_ttl {
	}
	.cmshtml div.top_about_list_ttl_1 {
	width: auto !important;
	margin-right: 15px;
	font-size: 30px;
	}
	.cmshtml div.top_about_list_ttl_2 {
	width: auto !important;
	}
	.cmshtml div.top_about_list_in_wrap>div:nth-of-type(2) {
	width: 100%;
	}
	.cmshtml div.top_about_list_img img {
	border-radius: 10px;
	}
}
/* wc */
#editView .cmshtml div.top_about_list_in {
position: relative;
top: inherit;
left: inherit;
}

/*--- policy ---*/
.cmshtml div.top_policy {
overflow: hidden;
padding: 120px 30px;
}
.cmshtml div.top_policy::before {
z-index: -1;
position: absolute;
content: "";
width: 1920px;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(../img/policy_parts_l01.png),url(../img/policy_parts_l02.png),url(../img/policy_parts_r01.png),url(../img/policy_parts_r02.png);
background-repeat: no-repeat;
background-position: bottom 290px left 0,bottom 80px left 408px,top 70px right 420px, bottom 94px right 102px;
background-size: 225px auto,97px auto,170px auto,140px auto;
}
.cmshtml div.top_policy_wrap {
}
.cmshtml div.top_policy_ttl {
margin-bottom: 50px;
padding-top: 50px;
text-align: center;
}
.cmshtml div.top_policy_txt {
text-align: center;
}
.cmshtml div.top_policy_more {
margin-top: 70px;
}
@media screen and (max-width:1920px) {
	.cmshtml div.top_policy::before {
	width: 100%;
	}
}
@media screen and (max-width:1900px) {
	.cmshtml div.top_policy::before {
	background-position: bottom 150px left,bottom 10px left 10vw,top 70px right 15vw, bottom 70px right 5vw;
	background-size: 180px auto,90px auto,140px auto,120px auto;
	}
}
@media screen and (max-width:1260px) {
	.cmshtml div.top_policy::before {
	background-position: bottom 120px left,bottom 10px left 10vw,top 70px right 15vw, bottom 70px right 5vw;
	background-size: 150px auto,70px auto,120px auto,100px auto;
	}
	.cmshtml div.top_policy_txt {
	text-align: left;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_policy::before {
	background-position: bottom 100px left,bottom 10px left 10vw,top 70px right 15vw, bottom 70px right 5vw;
	background-size: 120px auto,50px auto,100px auto,80px auto;
	}
	.cmshtml div.top_policy_more {
	margin-top: 40px;
	}
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
	.cmshtml div.top_policy::before {
	background-position: bottom 70px left,bottom 10px left 8vw,top 40px right 10vw, bottom 90px right 10px;
	background-size: 80px auto,30px auto,70px auto,40px auto;
	}
	.cmshtml div.top_policy_ttl {
	margin-bottom: 30px;
	padding-top: 30px;
	}
	.cmshtml div.top_policy_more {
	margin-top: 30px;
	}
}
/* wc */
#editView .cmshtml div.top_policy {
overflow: visible;
}

/*--- スライド ---*/
.cmshtml div.top_slide {
overflow: hidden;
}
.cmshtml div.top_slide img {
object-fit: cover;
aspect-ratio: 384 / 463;
border-radius: 20px;
}
@media screen and (max-width:1920px) {
}
@media screen and (max-width:1260px) {
}
@media screen and (max-width:1023px) {
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
	.cmshtml div.top_slide img {
	width: 200px !important;
	height: 241px !important;
	}
}
/* wc */
#editView .cmshtml div.top_slide {
overflow: visible;
}

/*--- 採用情報 ---*/
.cmshtml div.top_recruit {
overflow: hidden;
padding: 230px 30px;
}
.cmshtml div.top_recruit::before {
z-index: -1;
position: absolute;
content: "";
width: 1920px;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(../img/recruit_parts01.png),url(../img/recruit_parts02.png);
background-repeat: no-repeat;
background-position: center right 550px, center right;
background-size: 387px auto,299px auto;
}
.cmshtml div.top_recruit_wrap {
display: flex;
align-items: flex-end;
}
.cmshtml div.top_recruit_wrap>div:nth-of-type(1) {
width: calc(100% - 249px);
}
.cmshtml div.top_recruit_in1 {
padding-right: 30px;
}
.cmshtml div.top_recruit_ttl {
}
.cmshtml div.top_recruit_ttl_1 {
}
.cmshtml div.top_recruit_ttl_2 {
}
.cmshtml div.top_recruit_txt {
}
.cmshtml div.top_recruit_wrap>div:nth-of-type(2) {
width: 249px;
}
.cmshtml div.top_recruit_wrap>div:nth-of-type(2) div {
width: 100%;
}
.cmshtml div.top_recruit_in1 {
}
.cmshtml div.top_recruit_more {
}
@media screen and (max-width:1920px) {
	.cmshtml div.top_recruit::before {
	width: 100%;
	}
}
@media screen and (max-width:1900px) {
	.cmshtml div.top_recruit::before {
	background-position: center right 24vw, center right;
	background-size: 350px auto,250px auto;
	}
}
@media screen and (max-width:1440px) {
	.cmshtml div.top_recruit::before {
	background-position: center right 24vw, center right;
	background-size: 300px auto,170px auto;
	}
}
@media screen and (max-width:1260px) {
}
@media screen and (max-width:1023px) {
	.cmshtml div.top_recruit::before {
	background-position: center right 23vw, center right;
	background-size: 220px auto,150px auto;
	}
	.cmshtml div.top_recruit_wrap {
	display: block;
	}
	.cmshtml div.top_recruit_wrap>div:nth-of-type(1) {
	width: 100%;
	}
	.cmshtml div.top_recruit_wrap>div:nth-of-type(2) {
	width: 100%;
	}
	.cmshtml div.top_recruit_wrap>div:nth-of-type(2) div {
	width: fit-content;
	}
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
	.cmshtml div.top_recruit::before {
	background-position: bottom 30px left, top 30px right;
	background-size: 150px auto,100px auto;
	}
}
/* wc */
#editView .cmshtml div.top_recruit {
overflow: visible;
}

/*-----------------------
 下層ページテンプレート
-----------------------*/
/*-- 下層共通body --*/
.cmshtml .lowbody_wrap {
position: relative;
}

/*-- 下層メインエリア --*/
.cmshtml .lowpage {
position: relative;
}

/*-- 下層ヘッダー --*/
.cmshtml .lowbody_wrap div.header {
}
@media screen and (max-width:767px) {
	.cmshtml .lowbody_wrap div.header {
	}
}

/*-- 下層フッター --*/
.cmshtml .lowbody_wrap div.footer {
position: relative;
margin-top: 100px;
}
@media screen and (max-width:767px) {
	.cmshtml .lowbody_wrap div.footer {
	margin-top: 50px;
	}
}

/*-- ページタイトル --*/
.cmshtml div.pagettl {
display: flex;
flex-direction: row-reverse;
position: relative;
max-width: 1920px;
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
}
.cmshtml div.pagettl>div:nth-of-type(1) {
width: 61%;
}
.cmshtml div.pagettl_img {
}
.cmshtml div.pagettl_img img {
object-fit: cover;
width: 100%;
height: 400px;
border-radius: 10px 0 0 10px;
}
.cmshtml div.pagettl>div:nth-of-type(2) {
width: 39%;
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
}
.cmshtml div.pagettl_ttl_box {
position: relative;
font-weight: bold;
}
.cmshtml div.pagettl_ttl_box::before {
position: absolute;
content: "";
width: calc(140px);
height: calc(135px);
bottom: -15px;
right: 85px;
background-image: url(../img/pagettl_parts.png);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml div.pagettl_ttl_box_wrap {
padding-right: 95px;
padding-left: 30px;
}
.cmshtml div.pagettl_ttl_1 {
margin-bottom: 25px;
padding-left: 5px;
font-size: 20px;
line-height: 1.2;
color: #1614ba;
}
.cmshtml div.pagettl_ttl_2 {
font-size: 60px;
line-height: 1.4;
}
@media screen and (max-width:1440px) {
	.cmshtml div.pagettl_ttl_2 {
	font-size: 50px;
	}
}
@media screen and (max-width:1260px) {
	.cmshtml div.pagettl_ttl_box_wrap {
	padding-right: 50px;
	}
	.cmshtml div.pagettl_ttl_box::before {
	width: calc(140px * .8);
	height: calc(135px * .8);
	bottom: -15px;
	right: 70px;
	}
	.cmshtml div.pagettl_img img {
	height: 300px;
	}
	.cmshtml div.pagettl_ttl_1 {
	margin-bottom: 20px;
	}
	.cmshtml div.pagettl_ttl_2 {
	font-size: 40px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml div.pagettl_ttl_box_wrap {
	padding-left: 15px;
	}
	.cmshtml div.pagettl_img img {
	height: 220px;
	}
	.cmshtml div.pagettl_ttl_box::before {
	width: calc(140px * .6);
	height: calc(135px * .6);
	bottom: -15px;
	right: 30px;
	}
	.cmshtml div.pagettl_ttl_1 {
	margin-bottom: 10px;
	font-size: 16px;
	}
	.cmshtml div.pagettl_ttl_2 {
	font-size: 35px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml div.pagettl {
	display: block;
	}
	.cmshtml div.pagettl>div:nth-of-type(1) {
	width: 100%;
	}
	.cmshtml div.pagettl_img img {
	height: 100px;
	border-radius: 0;
	}
	.cmshtml div.pagettl>div:nth-of-type(2) {
	display: block;
	width: 100%;
	}
	.cmshtml div.pagettl_ttl_box {
	display: block;
	background-color: #ebf1fd;
	}
	.cmshtml div.pagettl_ttl_box::before {
	width: calc(140px * .3);
	height: calc(135px * .3);
	bottom: 15px;
	right: 15px;
	}
	.cmshtml div.pagettl_ttl_box_wrap {
	padding: 15px;
	}
	.cmshtml div.pagettl_ttl_1 {
	margin-bottom: 5px;
	padding-left: 3px;
	font-size: 14px;
	}
	.cmshtml div.pagettl_ttl_2 {
	font-size: 24px;
	}
}
/* wc */
#editView .cmshtml div.pagettl_img {
}

/*-----------------------
 フォーム
-----------------------*/
.cmshtml input,
.cmshtml select,
.cmshtml textarea {
font-family: inherit;
}
.cmshtml input[type="text"],
.cmshtml input[type="password"],
.cmshtml input[type="date"],
.cmshtml input[type="email"],
.cmshtml textarea {
-webkit-appearance: none;
}
.cmshtml input[type="file"] {
-webkit-appearance: none;
background-color: transparent;
}
.cmshtml input[type="text"]:focus,
.cmshtml input[type="password"]:focus,
.cmshtml input[type="date"]:focus,
.cmshtml input[type="email"]:focus,
.cmshtml textarea:focus {
background-color: #faffd7 !important;
border-color: #aaa !important;
box-shadow: inherit !important;
}
.cmshtml input[readonly="readonly"]:focus {
background-color: #fff !important;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit {
cursor: pointer;
font-size: 16px;
padding: 10px 30px !important;
background-color: #333 !important;
border-color: #333 !important;
border-radius: 4px;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:hover,
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:focus {
opacity: .5 !important;
box-shadow: inherit !important;
}
@media screen and (min-width:768px) {
	.cmshtml .contact_item_table {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	}
	.cmshtml .contact_item_title {
	width: 200px;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
	}
	.cmshtml .contact_item_title:not(:first-child) {
	margin-top: 0 !important;
	}
	.cmshtml .contact_item_input {
	width: calc(100% - 200px);
	padding-bottom: 40px;
	}
	.cmshtml .contact_item_input:not(:first-child) {
	/*margin-top: 30px;*/
	padding-bottom: 20px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .contact_item_table {
	display: block;
	}
	.cmshtml .contact_item_title {
	width: 100%;
	padding-bottom: 10px;
	}
	.cmshtml .contact_item_input {
	width: 100%;
	padding-bottom: 30px;
	}
}

/*-----------------------
 ブログ
-----------------------*/
.cmshtml .blogcol {
display: flex;
max-width: 1200px;
margin: auto;
padding: 0 30px;
}
.cmshtml .blogcol_frame,
.cmshtml .blogcol_main {
width: calc(100% - 350px);
margin-right: 50px;
padding-right: 20px;
padding-left: 20px;
}
.cmshtml .blogcol_side {
width: 300px;
}
@media screen and (max-width:999px) {
	.cmshtml .blogcol {
	display: block;
	}
	.cmshtml .blogcol_frame,
	.cmshtml .blogcol_main {
	width: 100%;
	margin-right: 0;
	margin-bottom: 60px;
	}
	.cmshtml .blogcol_side {
	width: 100%;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .blogcol {
	margin-bottom: 40px;
	padding: 0 15px;
	}
	.cmshtml .blogcol_frame,
	.cmshtml .blogcol_main,
	.cmshtml .blogcol_side {
	padding-right: 5px;
	padding-left: 5px;
	}
}

/* ブログフレーム */
.cmshtml .blog {
padding-bottom: 80px;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem {
background-color: #fff;
border-width: 0;
box-shadow: inherit;
}
.cmshtml .blogcol_frame .rdpublishDate {
margin-bottom: 6px;
font-size: 15px;
color: #888;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem h3.rdarticleTitleText {
/*overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;*/
font-size: inherit;
border-bottom-width: 1px;
border-color: #333;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListExcerpt {
font-size: 90%;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .ItemrdListTagListItem {
background: #eee;
border-color: #eee;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .ItemrdListTagListItem a {
color: #4c464b;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem {
border-width: 0;
background-color: #f1f1f1;
background-image: url(../img/blog_img.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem {
object-fit: cover;
height: 300px;
}
.cmshtml .rdListImageInner a:hover {
opacity: .5;
transition: .5s;
}
.cmshtml .rdListExcerpt  a:hover {
opacity: .5;
transition: .5s;
}
@media screen and (min-width:1151515px) {
}
@media screen and (max-width:767px) {
	.cmshtml .blog {
	padding-bottom: 60px;
	}
	.cmshtml .blogcol_frame .rdListShort .rdListItem {
	width: 100%;
	margin: 0 0 20px 0;
	}
	.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem {
	height: 245px;
	}
}

/* ブログ記事 */
.cmshtml .blogcol_main .rdpublishDate {
margin-bottom: 6px;
font-size: 16px;
color: #888;
}

/* ブログメニュー */
.cmshtml .blogcol_side h2,
.cmshtml .lowbody .blogcol_side h2,
.cmshtml .lowbody .blogcol_side .rdplanetitle h2 {
width: 100% !important;
margin-bottom: 0;
padding: 10px 5px !important;
font-size: 16px !important;
font-weight: 600 !important;
text-align: center;
color: #333 !important;
background-color: #ddd !important;
background-image: inherit !important;
background-clip: inherit !important;
-webkit-text-fill-color: inherit !important;
}
.cmshtml .blogcol_side h2::before,
.cmshtml .lowbody .blogcol_side h2::before,
.cmshtml .lowbody .blogcol_side .rdplanetitle h2::before,
.cmshtml .blogcol_side h2::after,
.cmshtml .lowbody .blogcol_side h2::after,
.cmshtml .lowbody .blogcol_side .rdplanetitle h2::after {
display: none !important;
}
.cmshtml .blogcol_side .rdblartlist {
padding: 0;
border: 0;
}
.cmshtml .blogcol_side .rdnewArticle {
padding: 0;
border-width: 0;
}
.cmshtml .blogcol_side .rdBlogSearch .rdBlogSearch-btn,
.cmshtml .blogcol_side .rdCalendar .rdCalendarTable-link {
background-color: #333;
}
.cmshtml .blogcol_side .rdCategorylist .rdCategorylist-link:after {
border-color: transparent transparent transparent #333;
}
.cmshtml .blogcol_side .rdMonthlyArchive .rdMonthlyArchive-item:before {
border-color: #333;
}
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:after,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:before,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:after,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:before {
background-color: #ddd;
}
@media (min-width:768px) {
	/* hover */
	.cmshtml .blogcol_side .rdBlogSearch .rdBlogSearch-btn:hover {
	background-color: #aaa;
	}
	.cmshtml .blogcol_side .rdCalendar .rdCalendarTable-link:hover {
	color: #fff;
	background-color: #aaa;
	}
	.cmshtml .blogcol_side .rdMonthlyArchive .rdMonthlyArchive-item:hover:before {
	border-color: #aaa;
	}
	.cmshtml .blogcol_side .rdCategorylist .rdCategorylist-link:hover {
	color: inherit;
	background-color: #eee;
	}
	.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:hover,
	.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:hover:after,
	.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:hover:before {
	color: inherit;
	background-color: #eee;
	}
	.cmshtml .blogcol_side .rdnewArticle-item:hover .rdnewArticle-ContTitle,
	.cmshtml .blogcol_side .rdMonthlyArchive a:hover {
	opacity: .5;
	transition: .5s;
	}
	.cmshtml .blogcol_side .rdCategorylist .rdCategorylist-link:hover:after {
	border-color: transparent transparent transparent #4c464b;
	}
}

/*-----------------------
 WC用
-----------------------*/

/* 見出しブロック（ブログ記事共通） */
.cmshtml .lowbody_wrap .rdplanetitle h2 {
position: relative;
width: fit-content;
margin: 0 auto 2.5em;
padding-top: 30px;
font-size: 30px;
font-weight: 600 !important;
text-align: center;
}
.cmshtml .lowbody_wrap .rdplanetitle h2::before {
z-index: -1;
position: absolute;
content: "";
width: 30px;
height: 30px;
top: 10px;
left: -40px;
background-image: url(../img/policy_parts_l02.png);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml .lowbody_wrap .rdplanetitle h2::after {
z-index: -1;
position: absolute;
content: "";
width: 100px;
height: 70px;
top: 10px;
right: -80px;
background-image: url(../img/recruit_parts01.png);
background-repeat: no-repeat;
background-size: 200px auto;
}
.cmshtml .blogcol_main .rdplanetitle h2,
.cmshtml .blogcol_main .rdarticleTitle h3 {
position: relative;
margin-bottom: 1em;
padding-bottom: 40px;
font-size: 28px;
font-weight: 600 !important;
padding-bottom: 10px !important;
text-align: left;
border-bottom-width: 0;
}
.cmshtml .blogcol_main .rdplanetitle h2::before,
.cmshtml .blogcol_main .rdarticleTitle h3::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 2px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
background-color: #333;
}
.cmshtml .pages_recruit h3,
.cmshtml .lowbody_wrap .rdplanetitle h3,
.cmshtml .blogcol_main .rdplanetitle h3 {
overflow: hidden;
position: relative;
z-index: 1;
margin-bottom: 1em;
padding: 25px 30px;
font-size: 22px;
font-weight: 600 !important;
background-color: #ebf1fd;
border-radius: 10px;
}
.cmshtml .lowbody_wrap .rdplanetitle h3::before,
.cmshtml .blogcol_main .rdplanetitle h3::before,
.cmshtml .lowbody_wrap .rdplanetitle h3::after,
.cmshtml .blogcol_main .rdplanetitle h3::after {
z-index: -1;
position: absolute;
content: "";
width: 50px;
height: 50px;
background-color: #dae4f7;
}
.cmshtml .lowbody_wrap .rdplanetitle h3::before,
.cmshtml .blogcol_main .rdplanetitle h3::before {
bottom: 0;
right: 0;
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.cmshtml .lowbody_wrap .rdplanetitle h3::after,
.cmshtml .blogcol_main .rdplanetitle h3::after {
top: 0;
left: 0;
clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.cmshtml .lowbody_wrap .rdplanetitle h4,
.cmshtml .blogcol_main .rdplanetitle h4 {
position: relative;
display: flex;
align-items: center;
margin-bottom: 1em;
padding: 12px 15px;
font-size: 20px;
font-weight: 600 !important;
color: #0044a2;
}
.cmshtml .lowbody_wrap .rdplanetitle h4::before,
.cmshtml .blogcol_main .rdplanetitle h4::before {
z-index: -1;
position: absolute;
content: "";
width: calc(100% - 6px);
height: calc(100% - 6px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-color: #fff;
}
.cmshtml .lowbody_wrap .rdplanetitle h4::after,
.cmshtml .blogcol_main .rdplanetitle h4::after {
z-index: -2;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-image: linear-gradient(to left,#0044a1, #a1c0ea);
}
.cmshtml .lowbody_wrap .rdplanetitle h5,
.cmshtml .blogcol_main .rdplanetitle h5 {
display: inline-block;
position: relative;
margin-bottom: 1em;
padding-bottom: 8px;
font-size: 18px;
font-weight: 600 !important;
border-bottom: 3px dotted #679eeb;
}
.cmshtml .lowbody_wrap .rdplanetitle h6,
.cmshtml .blogcol_main .rdplanetitle h6 {
position: relative;
margin-bottom: 1em;
padding-left: 25px;
font-size: inherit;
font-weight: 600 !important;
}
.cmshtml .lowbody_wrap .rdplanetitle h6::before,
.cmshtml .blogcol_main .rdplanetitle h6::before {
position: absolute;
vertical-align: middle;
content: "";
width: 12px;
height: 12px;
top: 50%;
transform: translateY(-50%);
left: 3px;
background-image: linear-gradient(to right,#0044a1, #679eeb);
border-radius: 100%;
}
@media screen and (max-width:1023px) {
	.cmshtml .lowbody_wrap .rdplanetitle h3::before,
	.cmshtml .blogcol_main .rdplanetitle h3::before {
	}
	.cmshtml .lowbody_wrap .rdplanetitle h3::after,
	.cmshtml .blogcol_main .rdplanetitle h3::after {
	}
}
@media screen and (max-width:767px) {
	.cmshtml .lowbody_wrap .rdplanetitle h2 {
	margin-bottom: 1.5em;
	font-size: 22px;
	}
	.cmshtml .blogcol_main .rdplanetitle h2,
	.cmshtml .blogcol_main .rdarticleTitle h3 {
	font-size: 22px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h2::before {
	width: 20px;
	height: 20px;
	top: 10px;
	left: -20px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h2::after {
	width: 80px;
	height: 50px;
	top: 15px;
	right: -40px;
	background-size: 150px auto;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h3::before,
	.cmshtml .blogcol_main .rdplanetitle h3::before,
	.cmshtml .lowbody_wrap .rdplanetitle h3::after,
	.cmshtml .blogcol_main .rdplanetitle h3::after {
	width: 30px;
	height: 30px;
	}
	.cmshtml .pages_recruit h3,
	.cmshtml .lowbody_wrap .rdplanetitle h3,
	.cmshtml .blogcol_main .rdplanetitle h3 {
	padding: 15px 15px;
	font-size: 19px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h4,
	.cmshtml .blogcol_main .rdplanetitle h4 {
	padding: 10px 12px;
	font-size: 17px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h4::before,
	.cmshtml .blogcol_main .rdplanetitle h4::before {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	}
	.cmshtml .lowbody_wrap .rdplanetitle h5,
	.cmshtml .blogcol_main .rdplanetitle h5 {
	font-size: 16px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h6,
	.cmshtml .blogcol_main .rdplanetitle h6 {
	padding-left: 22px;
	}
	.cmshtml .lowbody_wrap .rdplanetitle h6::before,
	.cmshtml .blogcol_main .rdplanetitle h6::before {
	width: 10px;
	height: 10px;
	}
}
/* wc */

/* アンカー */
/*
.cmshtml {
scroll-snap-type: y mandatory;
scroll-padding-top: 70px;
}
@media screen and (max-width: 767px) {
	.cmshtml {
	scroll-padding-top: 30px;
	}
}
*/

/*-----------------------
装飾指定クラス
-----------------------*/
/* box01 */
.cmshtml div.box01 {
}
@media screen and (max-width: 767px) {
	.cmshtml div.box01 {
	max-width: 100% !important;
	padding: 0 3% !important;
	}
}

/* リンクボタン */
.cmshtml .link01,
.cmshtml .link02,
.cmshtml .link03,
.cmshtml .link04 {
}
.cmshtml .link01 a,
.cmshtml .link02 a,
.cmshtml .link03 a,
.cmshtml .link04 a {
position: relative;
padding: 20px 65px 20px 30px;
line-height: 1.4;
border-radius: 100px;
box-shadow: 5px 5px 5px #cce8f7;
}
.cmshtml .link01 a,
.cmshtml .link02 a {
color: #fff;
background-color: #1614ba;
}
.cmshtml .link03 a,
.cmshtml .link04 a {
color: #1614ba;
border: 2px solid #1614ba;
}
.cmshtml .link01 a,
.cmshtml .link03 a {
display: inline-block;
}
.cmshtml .link02 a,
.cmshtml .link04 a {
display: block;
}
.cmshtml .link01 a::after,
.cmshtml .link02 a::after,
.cmshtml .link03 a::after,
.cmshtml .link04 a::after {
position: absolute;
content: "";
width: calc(18px);
height: calc(9px);
top: 50%;
transform: translateY(-50%);
right: 30px;
background-image: url(../img/ico_arrow.png);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml .link01 a::after,
.cmshtml .link02 a::after {
filter: brightness(0) invert(1);
}
.cmshtml .link03 a::after,
.cmshtml .link04 a::after {
}
@media screen and (max-width: 1023px) {
	.cmshtml .link01 a,
	.cmshtml .link02 a,
	.cmshtml .link03 a,
	.cmshtml .link04 a {
	padding: 18px 64px 18px 30px;
	}
	.cmshtml .link01 a::after,
	.cmshtml .link02 a::after,
	.cmshtml .link03 a::after,
	.cmshtml .link04 a::after {
	width: calc(18px * .9);
	height: calc(9px * .9);
	right: 30px;
	}
}
@media screen and (min-width: 768px) {
	/* hover */
	.cmshtml .link01 a:hover,
	.cmshtml .link02 a:hover,
	.cmshtml .link03 a:hover,
	.cmshtml .link04 a:hover {
	color: #fff;
	background-color: #ef5d0f;
	border-color: transparent;
	transition: background-color .3s !important;
	}
	.cmshtml .link03 a:hover::after,
	.cmshtml .link04 a:hover::after {
	filter: brightness(0) invert(1);
	}
}
@media screen and (max-width: 767px) {
	.cmshtml .link01 a,
	.cmshtml .link02 a,
	.cmshtml .link03 a,
	.cmshtml .link04 a {
	padding: 16px 44px 16px 20px;
	}
	.cmshtml .link01 a::after,
	.cmshtml .link02 a::after,
	.cmshtml .link03 a::after,
	.cmshtml .link04 a::after {
	width: calc(18px * .8);
	height: calc(9px * .8);
	right: 15px;
	}
}

/* table */
.cmshtml .tbl01 {
}
.cmshtml .tbl01 table {
width: 100%;
}
.cmshtml .tbl01 th,
.cmshtml .tbl01 td {
padding: 10px !important;
border: 1px solid #151515 !important;
}
.cmshtml .tbl01 th {
background-color: #f1f1f1 !important;
}
.cmshtml .tbl01 td {
background-color: #fff;
}

/* flex50 */
@media screen and (max-width: 767px) {
	.cmshtml .flex50 {
	flex: 0 1 50% !important;
	}
}

/*-----------------------
 FAQ
-----------------------*/
.cmshtml .hanyou_faq {
max-width: 100% !important;
margin: auto;
background-color: #fff;
border: 1px solid #aaa;
}
.cmshtml .hanyou_faq_q {
cursor: pointer;
position: relative;
padding: 25px 30px 20px 70px;
font-weight: bold;
}
.cmshtml .hanyou_faq_q::before,
.cmshtml .hanyou_faq_a::before {
position: absolute;
width: 30px;
height: 30px;
left: 20px;
font-size: 18px;
font-weight: normal;
text-align: center;
line-height: 30px;
border: 2px solid #1614ba;
border-radius: 50%;
}
.cmshtml .hanyou_faq_q::before {
content: "Q";
top: 20px;
color: #fff;
background-color: #1614ba;
}
.cmshtml .hanyou_faq_a::before {
content: "A";
top: 17px;
color: #1614ba;
}
.cmshtml .hanyou_faq_q::after {
position: absolute;
content: "";
width: 10px;
height: 10px;
top: 25px;
right: 15px;
border-style: solid;
border-color: #333;
border-width: 0 4px 4px 0;
transform: rotate(45deg);
}
.cmshtml .hanyou_faq_q.open::after {
border-width: 4px 0 0 4px;
}
.cmshtml .hanyou_faq_a {
position: relative;
padding: 20px 30px 20px 70px;
animation-name: opacity_slow;
animation-duration: 1s;
}
@keyframes opacity_slow {
	0% {
	opacity: 0;
	}
}
.cmshtml .hanyou_faq_img_a {
}
.cmshtml .hanyou_faq_img_a::after {
content:"";
display:block;
clear:both;
}
.cmshtml .hanyou_faq_a_txt {
}
.cmshtml .hanyou_faq_a_img {
float: right;
max-width: 330px;
margin-left: 30px;
}
.cmshtml .faq .tbl01 {
margin-top: 1em;
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .hanyou_faq_q:hover {
	opacity: 0.5;
	transition: all .5s;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .hanyou_faq {
	}
	.cmshtml .hanyou_faq + .hanyou_faq {
	margin-top: -20px;
	}
	.cmshtml .hanyou_faq_q {
	padding: 17px 30px 15px 50px;
	}
	.cmshtml .hanyou_faq_q::before,
	.cmshtml .hanyou_faq_a::before {
	width: 24px;
	height: 24px;
	top: 14px;
	left: 10px;
	font-size: 16px;
	line-height: 26px;
	}
	.cmshtml .hanyou_faq_a::before {
	top: 2px;
	}
	.cmshtml .hanyou_faq_q::after {
	width: 8px;
	height: 8px;
	top: 22px;
	right: 10px;
	border-width: 0 3px 3px 0;
	}
	.cmshtml .hanyou_faq_q.open::after {
	border-width: 3px 0 0 3px;
	}
	.cmshtml .hanyou_faq_a {
	padding: 5px 30px 15px 50px;
	}
	.cmshtml .hanyou_faq_a_txt {
	}
	.cmshtml .hanyou_faq_a_img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
}

/*-----------------------
 PDF・EXCELリンクボタン
-----------------------*/
.cmshtml .linkbtn_pdf,
.cmshtml .linkbtn_xls {
}
.cmshtml .linkbtn_pdf a,
.cmshtml .linkbtn_xls a {
position: relative;
display: block;
padding: 15px 30px;
padding-left: 60px;
font-weight: 500 !important;
line-height: 1.4;
background-color: #e3e3e3;
border: 2px solid #e3e3e3;
border-radius: 8px;
}
.cmshtml .linkbtn_pdf a::before,
.cmshtml .linkbtn_xls a::before {
position: absolute;
content: "";
width: calc((81px / 2) * .8);
height: calc((90px / 2) * .8);
top: 50%;
transform: translateY(-50%);
left: 10px;
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml .linkbtn_pdf a::before {
background-image: url(../img/ico_pdf.png);
}
.cmshtml .linkbtn_xls a::before {
background-image: url(../img/ico_xls.png);
}
.cmshtml .linkbtn_pdf a::after,
.cmshtml .linkbtn_xls a::after {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
margin-top: -3px;
right: 10px;
border-style: solid;
border-color: #4b4b4b;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .linkbtn_pdf a:hover,
	.cmshtml .linkbtn_xls a:hover {
	color: #fff;
	background-image: url(../img/bg03.jpg);
	background-size: 100% 100%;
	transition: .3s !important;
	}
	.cmshtml .linkbtn_pdf:hover a::after,
	.cmshtml .linkbtn_xls:hover a::after {
	border-color: #fff;
	transition: .3s !important;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .linkbtn_pdf a,
	.cmshtml .linkbtn_xls a {
	padding: 12px 20px;
	padding-left: 42px;
	font-size: 15px;
	letter-spacing: 1px;
	}
	.cmshtml .linkbtn_pdf a::before,
	.cmshtml .linkbtn_xls a::before {
	width: calc((81px / 2) * .6);
	height: calc((90px / 2) * .6);
	left: 8px;
	}
}