@charset "UTF-8";

body {
	font-family: 'Noto Sans JP', sans-serif;
}

.smt_on {
	display: none !important;
}

#wrap {
	min-width: 1120px;
}

.en_text {
	font-family: 'EB Garamond', serif;
}

/*-------------------------
__header
-------------------------*/
#header {
	display: block;
	background-color: #FFF;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101
}

#header .header_inner {
	display: flex;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 80px;
	margin: 0 0 0 20px;
}

#header .header_inner #nav {
	margin-left: auto;
}

#header .header_inner #nav .nav_box {
	display: flex;
	align-items: center;
}

#header .header_inner #nav .nav_box>ul {
	display: flex;
}

#header .header_inner #nav .nav_box>ul>li {
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 0.08em;
	display: flex;
	align-items: center;
	height: 80px;
	margin-right: 40px;
	cursor: pointer;
}

#header .header_inner #nav .nav_box>ul>li>a {
	text-decoration: none;
	color: #363636;
}

#header .header_inner #nav .nav_box>ul>li:first-child>a::after {
	/*content: "";
	vertical-align: middle;
	display: inline-block;
	height: 5px;
	width: 5px;
	margin-top: -5px;
	margin-left: 8px;
	border: 1px solid;
	border-color: transparent transparent #666 #666;
	transform: rotate(-45deg);
	transition: .3s;*/
}

@media only screen and (min-width: 1000px) {
	#header .header_inner #nav .nav_box>ul>li:hover a::after {
		transform: rotate(-45deg) translate(-2px, 2px);
	}
}

#header .header_inner #nav .nav_box>ul>li>a span {
	display: inline-block;
	position: relative;
}

#header .header_inner #nav .nav_box>ul>li>a span::after {
	content: "";
	display: block;
	background-color: #666;
	height: 1px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: .3s;
}

@media only screen and (min-width: 1000px) {
	#header .header_inner #nav .nav_box>ul>li:hover>a span::after {
		width: 100%;
	}
}

#header .header_inner #nav .nav_box>ul li ul {
	display: flex;
	justify-content: center;
	background-color: #F2F2F2;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 80px;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	pointer-events: none;
}

#header .header_inner #nav .nav_box ul>li ul li {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	text-align: left;
	display: flex;
	align-items: center;
	width: calc(320px - 20px);
	margin: 0 10px;
}

#header .header_inner #nav .nav_box ul>li ul li a {
	color: #363636;
	text-decoration: none;
	display: flex;
	align-items: center;
	transition: .5s;
}

#header .header_inner #nav .nav_box ul>li ul li a .tab_on {
	display: none;
}

#header .header_inner #nav .nav_box ul>li ul li a span {
	display: block;
	height: 100px;
	width: 150px;
	margin-right: 20px;
	overflow: hidden;
	transition: .5s;
}

#header .header_inner #nav .nav_box ul>li ul li a span img {
	transition: .5s;
}

@media only screen and (min-width: 1000px) {
	#header .header_inner #nav .nav_box ul>li ul li a:hover span {
		background-color: #363636;
	}

	#header .header_inner #nav .nav_box ul>li ul li a:hover span img {
		opacity: .6;
		transform: scale(1.1);
	}
}

#header .header_inner #nav .nav_box ul>li.selected ul {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

@media only screen and (min-width: 1000px) {
	#header .header_inner #nav .nav_box ul>li.selected ul li a:hover {
		color: #999;
		transition: .3s;
	}
}

#header .header_inner #nav .nav_box .contact_btn {
	width: 160px;
}

#header .header_inner #nav .nav_box .contact_btn a {
	font-size: 1.6em;
	line-height: 80px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #DF303F;
	height: 80px;
	overflow: hidden;
	position: relative;
	transition: .5s;
}

@media only screen and (min-width: 1000px) {
	#header .header_inner #nav .nav_box .contact_btn a:hover {
		background-color: #FF4252;
		transform: scale(1.1);
	}
}

#header .header_inner #nav .nav_box .contact_btn a::before {
	content: "";
	background-color: #FFF;
	height: 100%;
	width: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	opacity: 0;
	transform: skewX(-45deg);
}

@media only screen and (min-width: 1000px) {
	#header .header_inner #nav .nav_box .contact_btn a:hover::before {
		animation: contact-hover .75s cubic-bezier(0.25, 0, 0.25, 1);
	}
}

@keyframes contact-hover {
	0% {
		left: -100%;
		opacity: 0;
	}

	10% {
		left: -100%;
		opacity: 0.1;
	}

	80% {
		left: 100%;
		opacity: 0.1;
	}

	100% {
		left: 180%;
		opacity: 0;
	}
}

#header .smt_menu {
	display: none;
}

#header #smt_nav {
	display: none;
}

/*-------------------------
__content
-------------------------*/
#main {
	display: block;
	padding-top: 30px;
	box-sizing: border-box;
}

#main_ttl {
	height: 400px;
	position: relative;
}

#main_ttl::before,
#main_ttl::after {
	content: "";
	display: block;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

#main_ttl::after {
	background-color: rgba(0, 0, 0, 0.25);
}



#main_ttl .main_ttl_en {
	font-family: 'EB Garamond', serif;
	font-size: 130px;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #f1ff35;
	position: absolute;
	bottom: -153px;
	left: -20px;
	opacity: 0.5;
	pointer-events: none;
}

/* #main_ttl .main_ttl_en{font-family:'EB Garamond', serif;font-size:340px;line-height:1;letter-spacing:-0.04em;color:#FFF;position:absolute;bottom:-50px;left:-20px;opacity:0.75;pointer-events:none;} */



#main_ttl .main_ttl_inner {
	display: flex;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 50%;
	background-color: #1cb0ce;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}



#main_ttl .main_ttl_inner .main_ttl_txt {
	display: inline-block;
	font-size: 45px;
	text-align: left;
	color: #ffff;
	position: relative;
}

#main_ttl .main_ttl_inner .span01 {
	font-size: 23px;
}

/* #main_ttl .main_ttl_inner .main_ttl_txt{display:inline-block;font-size:4em;line-height:1.5;font-weight:700;letter-spacing:0.04em;text-align:left;color:#363636;position:relative;} */

.topic_path {
	clear: both;
}

.topic_path ul {
	width: 100%;
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.topic_path ul {
		width: 300px;
		text-align: left;
	}
}

.topic_path li {
	font-size: 14px;
	font-weight: 400;
	color: #363636;
	vertical-align: top;
	display: inline-block;
}

.topic_path li:not(:last-child)::after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 5px;
	width: 5px;
	margin-left: 10px;
	margin-right: 15px;
	margin-top: -2px;
	border: 1px solid;
	border-color: #666 #666 transparent transparent;
	transform: rotate(45deg);
}

.topic_path li a {
	color: #363636;
	text-decoration: none;
	transition: .3s;
}

.topic_path li a:hover {
	color: #999;
}

#ft_contact {
	background-color: #145da1;
	height: 400px;
	position: relative;
}

#ft_contact .ft_contact_en {
	font-family: 'EB Garamond', serif;
	font-size: 300px;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #FFF;
	position: absolute;
	right: 5px;
	bottom: -50px;
	opacity: 0.05;
	pointer-events: none;
}

#ft_contact .ft_contact_inner {
	display: flex;
	align-items: center;
	height: 100%;
	max-width: 960px;
	margin: auto;
	padding: 0 20px;
}

#ft_contact .ft_contact_inner .ft_contact_box {
	text-align: left;
	color: #FFF;
	width: calc(100% - 360px);
}

#ft_contact .ft_contact_inner .ft_contact_box .ttl {
	font-family: 'EB Garamond', serif;
	font-size: 6em;
}

#ft_contact .ft_contact_inner .ft_contact_box .txt {
	font-size: 1.5em;
	line-height: 1.8;
	letter-spacing: 0.04em;
	padding: 20px 0 0;
}

#ft_contact .ft_contact_inner .contact_btn {
	width: 360px;
}

#ft_contact .ft_contact_inner .contact_btn a {
	font-size: 1.6em;
	line-height: 80px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #23cc6f;
	border-radius: 40px;
	height: 80px;
	overflow: hidden;
	position: relative;
	transition: .5s;
}

@media only screen and (min-width: 1000px) {
	#ft_contact .ft_contact_inner .contact_btn a:hover {
		background-color: #49dd8b;
		transform: scale(1.1);
	}
}

#ft_contact .ft_contact_inner .contact_btn a::before {
	content: "";
	background-color: #FFF;
	height: 100%;
	width: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	opacity: 0;
	transform: skewX(-45deg);
}

@media only screen and (min-width: 1000px) {
	#ft_contact .ft_contact_inner .contact_btn a:hover::before {
		animation: contact-hover .75s cubic-bezier(0.25, 0, 0.25, 1);
	}
}

/*-------------------------
__footer
-------------------------*/
#footer .footer_inner {
	display: flex;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	height: 125px;
	padding: 0 20px;
	border-top: 1px solid #DDD;
}

#footer .footer_inner .box {
	display: flex;
	align-items: center;
}

#footer .footer_inner .box .footer_logo {
	margin-right: 30px;
}

#footer .footer_inner .box .footer_nav::after {
	content: "";
	display: block;
	clear: both;
}

#footer .footer_inner .box .footer_nav li {
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: 0.04em;
	margin-right: 25px;
	float: left;
}

#footer .footer_inner .box .footer_nav li a {
	text-decoration: none;
	color: #363636;
}

#footer .footer_inner .box .footer_nav li a::before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 5px;
	width: 5px;
	margin-top: -1px;
	margin-right: 10px;
	border: 1px solid;
	border-color: #666 #666 transparent transparent;
	transform: rotate(45deg);
	transition: .3s;
}

@media only screen and (min-width: 1000px) {
	#footer .footer_inner .box .footer_nav li a:hover::before {
		transform: rotate(45deg) translate(3px, -3px);
	}
}

#footer .footer_inner .box .footer_nav li a span {
	display: inline-block;
	position: relative;
}

#footer .footer_inner .box .footer_nav li a span::after {
	content: "";
	display: block;
	background-color: #666;
	height: 1px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: .3s;
}

@media only screen and (min-width: 1000px) {
	#footer .footer_inner .box .footer_nav li a:hover span::after {
		width: 100%;
	}
}

#footer .footer_inner .pmark {
	margin-left: auto;
}

#footer .copyright {
	font-size: 1.2em;
	line-height: 40px;
	color: #FFF;
	background-color: #363636;
	height: 40px;
}

.re_top {
	display: none;
	height: 50px;
	width: 50px;
	overflow: hidden;
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 0;
}

.re_top a {
	display: block;
	background-color: #145DA1;
	height: 50px;
	width: 50px;
	position: relative;
	transition: .3s;
}

.re_top a::before {
	content: "";
	display: block;
	height: 12px;
	width: 12px;
	margin-left: -6px;
	margin-top: -1px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid;
	border-color: #FFF #FFF transparent transparent;
	transform: rotate(-45deg);
	transition: .3s;
}

.re_top a:hover {
	background-color: #1071CC;
}

.re_top a:hover::before {
	margin-top: -4px;
}

@media only screen and (max-width: 999px) {
	#header .header_inner #nav .nav_box>ul>li {
		margin-right: 30px;
	}

	#header .header_inner #nav .nav_box ul>li ul {
		padding: 20px 10px;
	}

	#header .header_inner #nav .nav_box ul>li ul li {
		font-size: 14px;
		width: calc(33.333% - 20px);
		margin: 0 10px;
	}

	#header .header_inner #nav .nav_box ul>li ul li a .tab_on {
		display: block;
	}

	#header .header_inner #nav .nav_box ul>li ul li a span {
		height: 75px;
		width: 113px;
		margin-right: 15px;
	}

	#header .header_inner #nav .nav_box ul>li ul li a span img {
		height: auto;
		width: 100%;
	}

	#header #logo img {
		height: 42px;
		width: auto;
	}

	#main_ttl {
		height: 300px;
	}

	#main_ttl .main_ttl_en {
		font-size: 240px;
		bottom: -30px;
	}

	#main_ttl .main_ttl_inner .main_ttl_txt {
		font-size: 3.2em;
	}

	#ft_contact {
		height: 300px;
	}

	#ft_contact .ft_contact_en {
		font-size: 200px;
		bottom: -30px;
	}

	#footer .footer_inner .box .footer_nav li {
		text-align: left;
		width: 35%;
	}
}

@media only screen and (max-width: 767px) {
	.smt_on {
		display: block !important;
	}

	.smt_off {
		display: none !important;
	}

	#header .header_inner {
		height: 60px;
		margin: 0 0 0 10px;
	}

	#header .header_inner #nav {
		display: none;
	}

	#header .smt_menu {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 120;
		cursor: pointer;
	}

	#header .smt_menu .smt_menu_box,
	#header .smt_menu .smt_menu_box span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	#header .smt_menu .smt_menu_box {
		width: 40px;
		height: 17px;
		position: absolute;
		top: 21px;
		right: 15px;
	}

	#header .smt_menu .smt_menu_box span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #666;
		border-radius: 3px;
	}

	.menu_open #header .smt_menu .smt_menu_box span {
		background-color: #FFF;
	}

	#header .smt_menu .smt_menu_box span:nth-of-type(1) {
		top: 0;
	}

	#header .smt_menu .smt_menu_box span:nth-of-type(2) {
		top: 8px;
	}

	#header .smt_menu .smt_menu_box span:nth-of-type(3) {
		bottom: 0;
	}

	.menu_open #header .smt_menu .smt_menu_box span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-315deg);
		transform: translateY(8px) rotate(-315deg);
	}

	.menu_open #header .smt_menu .smt_menu_box span:nth-of-type(2) {
		opacity: 0;
	}

	.menu_open #header .smt_menu .smt_menu_box span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
	}

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

	#header #smt_nav {
		display: block;
		visibility: hidden;
		background-color: #FFF1ED;
		max-height: calc(100vh - 60px);
		/*height: calc( 100vh - 60px );*/
		height: auto;
		width: 100%;
		opacity: 0;
		position: absolute;
		left: 10%;
		top: 60px;
		transition: 0.2s cubic-bezier(0.25, 0, 0, 1);
		z-index: -10;
		pointer-events: none;
		overflow: auto;
	}

	.menu_open #header #smt_nav {
		visibility: visible;
		left: 0;
		opacity: 1;
		pointer-events: auto;
		z-index: 110;
	}

	#header #smt_nav .smt_nav_inner {
		display: block;
		align-items: center;
		height: auto;
		width: auto;
	}

	#header #smt_nav .smt_nav_list {
		width: 100%;
	}

	#header #smt_nav .smt_nav_list>li {
		font-size: 15px;
		line-height: 1.0em;
		font-weight: 700;
		color: #FFF;
		letter-spacing: 0.04em;
		text-align: left;
		margin-left: 0px;
	}

	#header #smt_nav .smt_nav_list li.txt_s {
		font-size: 13px;
		line-height: 2;
		font-weight: 400;
	}

	#header #smt_nav .smt_nav_list li a {
		color: #FFF;
		text-decoration: none;
	}

	#header #smt_nav .smt_nav_list li ul {
		margin-left: 0px;
	}

	#main {
		padding-top: 60px;
	}

	#main_ttl {
		height: auto;
	}

	#main_ttl::before,
	#main_ttl::after {
		height: 130px;
		width: 100%;
		z-index: -1;
	}

	#main_ttl::before {
		position: inherit;
	}

	#main_ttl .main_ttl_en {
		font-size: 41px;
		bottom: -55px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#main_ttl .main_ttl_inner .span01 {
		font-size: 18px;
	}

	#main_ttl .main_ttl_inner {
		height: 120px;
		width: auto;
		margin: -70px 30px 0;
		position: inherit;
		right: 0;
	}

	#main_ttl .main_ttl_inner .main_ttl_txt {
		font-size: 22px;
		text-align: center;
	}

	.topic_path {
		padding: 15px;
		width: 360px;
	}

	.topic_path li {
		font-size: 1.2em;
	}

	.topic_path li:not(:last-child)::after {
		margin-left: 5px;
		margin-right: 10px;
	}

	#ft_contact {
		height: auto;
	}

	#ft_contact .ft_contact_en {
		font-size: 100px;
		bottom: -20px;
	}

	#ft_contact .ft_contact_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 15px 50px;
	}

	#ft_contact .ft_contact_inner .ft_contact_box {
		width: 100%;
	}

	#ft_contact .ft_contact_inner .ft_contact_box .ttl {
		font-size: 5.5em;
	}

	#ft_contact .ft_contact_inner .ft_contact_box .txt {
		font-size: 1.4em;
		padding: 5px 0 0;
	}

	#ft_contact .ft_contact_inner .contact_btn {
		width: 100%;
		margin: 10px 0 0;
	}

	#ft_contact .ft_contact_inner .contact_btn a {
		line-height: 50px;
		height: 50px;
	}

	#footer .footer_inner {
		display: block;
		height: auto;
		padding: 25px 10px 20px;
	}

	#footer .footer_inner .box {
		display: block;
	}

	#footer .footer_inner .box .footer_logo {
		margin: 0 0 20px;
	}

	#footer .footer_inner .box .footer_logo img {
		margin-left: -10px;
		height: 22px;
		width: auto;
	}

	#footer .footer_inner .box .footer_nav li {
		font-size: 1.3em;
		line-height: 1.8;
		width: 55%;
		margin-right: 0;
	}

	#footer .footer_inner .box .footer_nav li:nth-child(even) {
		width: 40%;
	}

	#footer .footer_inner .box .footer_nav li a::before {
		margin-right: 7px;
	}

	#footer .footer_inner .pmark {
		margin: 20px 0 0;
	}

	#footer .footer_inner .pmark img {
		height: 62px;
		width: auto;
	}

	#footer .copyright {
		font-size: 1em;
		line-height: 32px;
		height: 32px;
	}
}

@media only screen and (max-width: 374px) {
	#main_ttl .main_ttl_en {
		font-size: 70px;
	}
}



/*-------------------------------*/

.footerContWrap01 {
	background-color: #FFF1ED;
	padding: 58px 0px 80px 0px;
	position: relative;
	text-align: left;
}

.footerContWrap02 {
	background-color: #F2544C;
	padding: 10px 0px 10px 0px;
}

.footerBottomLinkWrap01 {
	text-align: left;
}

.footerBottomLinkWrap01 li {
	display: inline-block;
	margin-right: 60px;
}

.footerBottomLinkWrap01 li a {
	display: inline-block;
	padding-left: 12px;
	position: relative;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.4em;
}

.footerBottomLinkWrap01 li a:link {
	color: #ffffff;
	text-decoration: none;
}

.footerBottomLinkWrap01 li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footerBottomLinkWrap01 li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footerBottomLinkWrap01 li a:active {
	color: #ffffff;
	text-decoration: none;
}

.footerBottomLinkWrap01 li a::before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -4px;
}

.footerFlex01 {
	display: inline-flex;
	padding-right: 70px;
}

.footerFlex02 {
	display: flex;
	width: 320px;
}

.footerFlex03 {
	display: flex;
	width: 560px;
}

.footerContWrap01 .group_ttl {
	font-weight: bold;
	width: auto;
	padding-right: 30px;
	float: left;
	padding-bottom: 4px;
	font-size: 16px;
	line-height: 2.0em;
	box-sizing: border-box;
	padding-left: 18px;
	position: relative;
}

.footerContWrap01 .group_ttl::before {
	content: '';
	background-image: url("/images/2022/tit_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 6px;
	position: absolute;
	top: 11px;
	left: 0px;
	/*margin-top: -4px;*/

}

.footerContWrap01 a {
	font-size: 14px;
	line-height: 2.1em;
	vertical-align: text-bottom;
}

.footerContWrap01 a:link {
	color: #333333;
	text-decoration: none;
}

.footerContWrap01 a:visited {
	color: #333333;
	text-decoration: none;
}

.footerContWrap01 a:hover {
	color: #333333;
	text-decoration: underline;
}

.footerContWrap01 a:active {
	color: #333333;
	text-decoration: none;
}

.footerUl01 {
	margin-right: 50px;
}

.footerRel {
	position: relative;
}

.footerPageTop01 {
	position: absolute;
	top: -51px;
	right: 0px;
}

/*--header---------------------------*/

#logo img {
	width: 372px;
	height: auto;
}

/*-----------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

/*-----------------------------*/

.headerBtnNew {
	padding-right: 25px;
}

.topBtn03Header {
	position: relative;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	text-align: left;
	box-sizing: border-box;
	padding-left: 20px;
	width: 160px;
	height: 40px;
	margin: auto auto auto 0px;
	background-color: #F2544C;
	border: 1px solid #F2544C;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.topBtn03Header:link {
	color: #ffffff;
	text-decoration: none;
}

a.topBtn03Header:visited {
	color: #ffffff;
	text-decoration: none;
}

a.topBtn03Header:hover {
	color: #F2544C;
	text-decoration: none;
	background-color: #ffffff;
}

a.topBtn03Header:active {
	color: #ffffff;
	text-decoration: none;
}

a.topBtn03Header::after {
	content: '';
	background-image: url("/images/2022/btn_ar01_wh.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 11px auto;
	width: 11px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4px;
}

a.topBtn03Header:hover::after {
	background-image: url("/images/2022/btn_ar01_wh_on.png");
}


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

	#wrap {
		min-width: 200px;
	}

	/*-------------------------------*/

	.footerContWrap01 {
		background-color: #FFF1ED;
		padding: 100px 0px 40px 0px;
		position: relative;
	}

	.footerContWrap02 {
		background-color: #F2544C;
		padding: 10px 0px 14px 0px;
	}

	.footerBottomLinkWrap01 li {
		display: inline-block;
		margin-right: 25px;
		padding: 3px 0px 3px 0px;
	}

	.footerBottomLinkWrap01 li a {
		display: inline-block;
		padding-left: 12px;
		position: relative;
		color: #ffffff;
		font-size: 13px;
		line-height: 1.4em;
	}

	.footerBottomLinkWrap01 li a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	.footerBottomLinkWrap01 li a::before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		left: 0px;
		margin-top: -4px;
	}

	.footerFlex01 {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding-right: 100px;
	}

	.footerFlex02 {
		display: flex;
		width: auto;
	}

	.footerFlex03 {
		display: flex;
		width: auto;
	}

	.footerFlex0203 {
		display: block;
		width: auto;
	}

	.footerFlex01 ul {
		display: none;
	}

	.footerContWrap01 .group_ttl {
		font-weight: bold;
		width: auto;
		float: none;
		padding-bottom: 4px;
		font-size: 16px;
		line-height: 2.0em;
	}

	.footerContWrap01 .group_ttl::before {
		/*color: #F2544C;
		content: ">";
		display: inline-block;
		margin-right: 2px;
		font-family: monospace;
		vertical-align: bottom;*/
	}

	.footerContWrap01 a {
		font-size: 15px;
		line-height: 2.1em;
	}

	.footerContWrap01 a:hover {
		text-decoration: underline;
	}

	.footerUl01 {
		margin-right: 50px;
	}

	.footerRel {
		position: relative;
	}

	.footerPageTop01 {
		position: absolute;
		top: -93px;
		right: 0px;
	}

	/*--header---------------------------*/

	#header #logo img {
		width: 186px;
		height: auto;
	}

	/*-----------------------*/

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pcBr {
		display: none;
	}

	.spBr {
		display: inline;
	}



}

.container {
	width: 1120px;
	margin: 0 auto;
}


/*--------------------------*/


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

	.container {
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}


	/* header
  ------------------------------------------ */

	.dropmenu {
		display: none;
	}

	.header .gnavi {
		position: absolute;
		top: 54px;
		left: 0;
		width: 100%;
		display: none;
		transition: all 0.2s;
		opacity: 0;
	}

	.menu_open .gnavi {
		display: block;
		opacity: 1;
	}

	.spNaviNew01>ul {
		float: none;
		background: #ffffff;
	}

	.spNaviNew01 ul li {
		color: #fff;
		font-weight: normal;
		width: 100%;
		height: auto;
		float: none;
		text-align: left;
		border: none;
		border-top: 1px solid #ffffff;
		padding: 0px;
	}

	.spNaviNew01>ul>li:first-child {
		border-top: none;
	}

	.spNaviNew01>ul>li>a {
		display: block;
		background: #A70000;
		padding: 20px 5px 20px 45px;
	}

	.spNaviNew01>ul>li.drop>a {
		display: block;
		background: #F2544C;
		padding: 20px 5px 20px 45px;
	}

	.spNaviNew01>ul>li>a:before {
		display: inline-block;
		margin: 0;
		vertical-align: middle;
		background-color: transparent;
		background-position: right;
	}

	.spNaviNew01 ul li.nav_inquiry {
		width: 100%;
		border: none;
	}

	.spNaviNew01 ul li.nav_inquiry>a {
		line-height: 50px;
		padding: 5px 15px;
	}

	.spNaviNew01 ul li.nav_inquiry>a:hover {
		/*background: #f04d4d;*/
	}

	.spNaviNew01>ul>li>a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.spNaviNew01 ul li .icn_gaibulink {
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
		width: 10px;
		height: 10px;
		background: url(../images/common/icn_gaibulink.png) no-repeat left top / 100%;
	}

	.spNaviNew01 ul li.drop {
		position: relative;
	}

	/*  .spNaviNew01 ul li.drop::before,
  .spNaviNew01 ul li.drop::after {
    content: "";
    display: inline-block;
		background-image: url("/images/top/2022/sp_ac_pluse.png");
		background-repeat: no-repeat;
		background-position: center center;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
	.spNaviNew01 ul li.drop.open::after {
		background-image: url("/images/top/2022/sp_ac_pluse_on.png");
  }*/
	.spAcBtn {
		height: 53px;
		width: 60px;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.spAcBtn::after {
		content: "";
		display: inline-block;
		background-image: url("/images/2022/sp_ac_pluse.png");
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		top: 16px;
		right: 20px;
		width: 20px;
		height: 20px;
	}

	.spAcBtn.open::after {
		background-image: url("/images/2022/sp_ac_pluse_on.png");
	}

	/*.spNaviNew01 ul li.drop::after {
    top: 30px;
    right: 25px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    transition: all 0.2s ease;
  }
  .spNaviNew01 ul li.drop.open::after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }*/
	.spNaviNew01 .dropmenu>li {
		border-top: 1px solid #F8938D;
	}

	.spNaviNew01 .dropmenu>li>a {
		display: block;
		padding: 20px 5px 20px 45px;
		background: #FFF1ED;
		color: #F2544C !important;
	}

	.spNaviNew01 ul li.nav_company>a:before {
		background-image: none;
	}

	.spNaviNew01 ul li.nav_works>a:before {
		background-image: none;
	}

	.spNaviNew01 ul li.nav_recruit>a:before {
		background-image: none;
	}

	.spNaviNew01 ul li.nav_news>a:before {
		background-image: none;
	}

	.spNaviNew01 ul li.nav_sus>a:before {
		background-image: none;
	}




	/* sp-menu
  --------------------------------- */

	.sp-menu-btn {
		background: #F2544C;
		width: 60px;
		height: 60px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 21;
	}

	.sp-menu-btn .menu-btn i {
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 7px;
		background: #fff;
		position: relative;
		left: 21px;
		top: 28px;
	}

	.sp-menu-btn .menu-btn i:before,
	.sp-menu-btn .menu-btn i:after {
		content: "";
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 7px;
		background: #fff;
		position: absolute;
		transform: rotate(0deg);
		transition: all 0.2s;
		line-height: 1;
	}

	.sp-menu-btn .menu-btn i:before {
		transform: translateY(8px);
	}

	.sp-menu-btn .menu-btn i:after {
		transform: translateY(-8px);
	}

	.menu_open .sp-menu-btn {
		background: #F2544C;
	}

	.menu_open .sp-menu-btn .menu-btn i {
		background: transparent;
	}

	.menu_open .sp-menu-btn .menu-btn i:after {
		transform: translateY(0px) rotate(45deg);
	}

	.menu_open .sp-menu-btn .menu-btn i:before {
		transform: translateY(0px) rotate(-45deg);
	}

	.bg-bodyCover {
		display: none;
	}

	.menu_open .bg-bodyCover {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		display: block;
		position: fixed;
		z-index: 11;
	}




}


/*230413追記*/
.p_mark_wrap {
	margin: 16px 0 0 0;
	display: flex;
	justify-content: flex-end;
}

.p_mark img {
	width: 96px;
	height: 96px;
}

/*250225追記*/
#main_ttl .main_ttl_inner .main_ttl_txt {
	line-height: 1.2;
}
@media only screen and (max-width: 767px) {
	#main_ttl .main_ttl_inner .main_ttl_txt {
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767px) {
	#main_ttl .main_ttl_inner .span01 {
		font-size: 15px;
	}
}