@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

html.scale_down { zoom:calc(100vw / 1440px); }

body {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
	color: #161616;
	line-height: 2.2;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1rem;
	background: #fff;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	caret-color: transparent;
}

.base_box {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: 1;
}

.base_box.large { width:1300px; }

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

	.base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

.pc_disp { display:block; }
.sp_disp { display:none; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "pkna";
	backface-visibility: hidden;
}

.kana { font-feature-settings:"palt"; }

.ls-0 { letter-spacing:0; }

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.5;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 500;
}

/* ▼LINK▼ */
a {
	color: #27abd1;
	text-decoration: none;
	outline: none;
	transition: .3s;
}

.normal_link {
	display: inline-block;
	padding: 0 2px;
	color: #4eb1d1;
	border-bottom: solid 1px #27abd1;
}

.normal_link:hover, .hover_light a:hover {
	opacity: 0.7;
}

/* ▼IMG▼ */
img, input[type="image"] {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

button, input[type="submit"] {
	width: 100%;
	height: 100%;
	padding: 0;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1rem;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

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

	img, input[type="image"] {
		max-width: 100%;
	}

}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: .3s;
}

.hover_zoom a .img { overflow:hidden; }

.hover_zoom a:hover { opacity:1; }

.hover_zoom a:hover .img_frame {
	transform: scale(1.1);
}

/*
HEADER
***************************************************************************/
header {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px 0;
	z-index: 50;
}

header .logo {
	width: 200px;
}

header .hnavi_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: calc(100% - 740px);
	padding-right: 35px;
	transform: translateY(2px);
}

header .hnavi_list li a {
	display: block;
	height: 60px;
	padding: 0 25px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #161616;
	line-height: 60px;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0;
}

header .hnavi_list li a:hover { color:#27abd1; }

header .h_tel {
	width: 300px;
	padding-left: 70px;
	font-size: 2.8rem;
	font-family: "Josefin Sans", sans-serif;
	background: url(../common_img/pc/h_tel.png) left 15px no-repeat;
	transform: translateY(2px);
}

header .btn {
	width: 240px;
}

header .btn01::after {
	right: 15px;
	transform: scale(0.9);
}

.btn_gnavi, #gnavi { display:none; }

/*
CONTENTS
***************************************************************************/
#contents {
	position: relative;
}

#contents > .case_btn {
	position: absolute;
	top: -160px;
	right: 80px;
	z-index: 1001;
	animation: fluffy 3s infinite;
}

#contents > .btn_scroll {
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -60px;
	z-index: 100;
}

/* ▼PAGE TITLE▼ */
#page_title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 540px;
	background: url(../common_img/pc/ptitle_bg.jpg) center center / cover no-repeat;
}

#page_title .title_box {
	padding-top: 40px;
	text-align: center;
}

#page_title .eng_title { font-size:6.4rem; }
#page_title .sec_title { margin-bottom:0; font-size:2.2rem; }

/* ▼PAGE NAVI▼ */
.pnavi {
	display: flex;
	align-items: center;
	min-height: 60px;
	padding: 15px 0;
	background: #e6e6e6;
}

.pnavi ul {
	display: flex;
	flex-wrap: wrap;
}

.pnavi li {
	position: relative;
	margin-right: 15px;
	padding-right: 25px;
	font-size: 1.2rem;
}

.pnavi li a { color:#161616; text-decoration:underline; }

.pnavi li::after {
	content: '＞';
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 1rem;
	color: #161616;
	transform: translateY(-50%) scale(0.6,1.2);
}

.pnavi li:last-child::after { display:none; }

/* ▼PAGE LIST▼ */
.page_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_list li a,
.page_list li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	margin: 0 10px;
	padding-left: 2px;
	font-size: 2rem;
	font-weight: 600;
	color: #595959;
	font-family: "Josefin Sans", sans-serif;
	background: #e9e9e9;
}

.page_list li a:hover { opacity:0.7; }

.page_list li .current {
	color: #fff;
	background: #27abd1;
}

.page_list li.prev a, .page_list li.next a {
	background: #9c9c9c url(../common_img/pc/arrow_white.png) center center / 15px no-repeat;
}

.page_list li.prev a { transform:rotate(180deg); }

/* ▼CATEGORY LIST▼ */
.cat_list {
	padding: 70px 0;
	color: #fff;
	background: #3b3b3b;
}

.cat_list .title {
	margin-bottom: 20px;
	font-size: 4rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
}

.cat_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}

.cat_list li {
	display: inline-block;
}

.cat_list li a {
	display: block;
	position: relative;
	padding-left: 30px;
	font-weight: 600;
	color: #fff;
}

.cat_list li a:hover { color:#27abd1; }

.cat_list li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 1px;
	background: #fff;
	transition: .3s;
}

.cat_list li a:hover::before { background:#27abd1; }

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(../images/pc/topimg_bg.jpg) center center / cover no-repeat;
	overflow: hidden;
}

html.mobile #topimg { height:900px; }

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

	#topimg { height:900px; }

}

#topimg > .base_box {
	height: 100%;
}

#topimg .catch {
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: 10px;
	transform: translateY(-50%);
	z-index: 1000;
}

#topimg .top_slide {
	position: absolute;
	top: 50%;
	left: -50px;
	width: 800px;
	height: 620px;
	margin-top: 20px;
	transform: translateY(-50%);
	overflow: hidden;
	z-index: 100;
}

#topimg .top_slide .box {
	width: 800px;
	height: 620px;
	background-position: center center;
	background-repeat: no-repeat;
}

#topimg .top_slide .box.slide01 { background-image:url(../images/pc/top_slide01.png); }
#topimg .top_slide .box.slide02 { background-image:url(../images/pc/top_slide02.png); }
#topimg .top_slide .box.slide03 { background-image:url(../images/pc/top_slide03.png); }

#topimg .btn {
	position: absolute;
	bottom: 30px;
	left: -20px;
	z-index: 1001;
	animation: fluffy 3s infinite;
}

@keyframes fluffy {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
}

#topimg .slick-track {
	display: flex;
}

.add-animation {
	animation: zoomUp 8s linear 0s normal both;
}

@keyframes zoomUp {
	0% {

	}
	10% {

	}
}

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

	#topimg .catch { right:0; }
	#topimg .top_slide { left:0; }

}

/* ▼BRAND▼ */
.top_about {
	position: relative;
	padding: 210px 0 140px;
	background: url(../images/pc/about_bg.jpg) center top / cover no-repeat;
}

.top_about .title_box {
	margin-bottom: 120px;
}

.top_about .area {
	width: 1440px;
	margin: 0 auto 240px;
}

.top_about .area .head_title {
	position: absolute;
	top: -260px;
	left: 50%;
	margin-left: 160px;
}

.top_about .area .list {
	display: flex;
	gap: 0 80px;
	position: relative;
	z-index: 10;
}

.top_about .area .list .box {
	width: calc((100% - 240px) / 4);
	font-size: 1.4rem;
	line-height: 2;
}

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

	.top_about .area {
		width: calc(100% - 160px);
		margin: 0 80px 240px;
	}

	.top_about .area .head_title {
		margin-left: 120px;
	}

	.top_about .area .list {
		gap: 0 60px;
	}

	.top_about .area .list .box {
		width: calc((100% - 180px) / 4);
	}

}

.top_about .area .list .box:nth-child(2) { transform:translateY(120px); }
.top_about .area .list .box:nth-child(4) { transform:translateY(-120px); }

.top_about .area .list .box .img {
	margin-bottom: 30px;
}

.top_about .area .list .box .img img { width:100%; }

.top_about .area .list .box .title {
	margin-bottom: 20px;
	font-size: 2.2rem;
	line-height: 1.25;
}

.top_about .feature .img {
	position: absolute;
	top: -75px;
	right: 10px;
	z-index: 10;
}

.top_about .feature .txt {
	margin-bottom: 50px;
}

.top_about .feature .btn {
	width: 320px;
}

/* ▼COMPANY▼ */
.top_company {
	padding: 110px 0 130px;
	background: url(../images/pc/company_bg.jpg) center center / cover no-repeat;
}

.top_company .title_box {
	padding-bottom: 50px;
	text-align: center;
}

.top_company .sec_inner {
	position: relative;
	padding: 90px 100px 110px;
	background: #fff;
}

.top_company .sec_inner .eng_title.mini {
	margin-bottom: 15px;
	font-size: 1.7rem;
}

.top_company .sec_inner .catch_title {
	margin-bottom: 40px;
	padding-bottom: 40px;
	font-size: 4rem;
}

.top_company .sec_inner .txt {
	width: 560px;
	margin-bottom: 60px;
	font-size: 1.4rem;
}

.top_company .btn {
	width: 320px;
}

.top_company .img {
	position: absolute;
	top: 80px;
	right: -70px;
	z-index: 10;
}

.top_company.center .sec_inner {
	text-align: center;
}

.top_company.center .sec_inner .catch_title {
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.top_company.center .sec_inner .catch_title::after {
	left: 50%;
	margin-left: -40px;
}

.top_company.center .sec_inner .txt {
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.4;
}

.top_company.center .btn { margin:0 auto; }

/* ▼INSTAGRAM▼ */
.top_insta {
	position: relative;
	padding-top: 110px;
}

.top_insta::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 140px;
	background: #eef9fc;
}

.top_insta .title_box {
	margin-bottom: 100px;
	text-align: center;
}

.top_insta .insta_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 1440px;
	margin: 0 auto;
}

.top_insta .insta_list li {
	position: relative;
	width: calc((100% - 40px) / 5);
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.top_insta .insta_list li img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

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

	.top_insta .insta_list {
		width: calc(100% - 120px);
		margin: 0 60px;
	}

}

/* ▼NEWS▼ */
.top_news {
	position: relative;
	padding: 100px 0 140px;
}

.top_news::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #eef9fc;
}

.top_news > .base_box {
	display: flex;
	align-items: flex-start;
}

.top_news .title_box {
	width: 30%;
	padding-top: 40px;
}

.top_news .title_box .sec_title {
	margin-bottom: 80px;
}

.top_news .title_box .btn {
	width: 240px;
}

.top_news .content {
	width: 70%;
}

.top_news .box:nth-child(n+4) { display:none; }

.top_news .box a {
	display: block;
	position: relative;
	padding: 40px 120px 35px 0;
	color: #161616;
	background: url(../common_img/pc/link_arrow.png) right 30px center / 15px no-repeat;
	border-bottom: solid 1px #b6b6b6;
}

.top_news .box .head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.top_news .box .cat {
	display: inline-block;
	padding: 0 16px 2px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
	white-space: nowrap;
	background: #27abd1;
}

.top_news .box .date {
	padding-left: 20px;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	transform: translateY(1px);
	transition: .3s;
}

.top_news .box .title {
	margin-bottom: 15px;
	font-size: 2.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s;
}

.top_news .box .txt p {
	font-size: 1.4rem;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .3s;
}

.top_news .box a:hover .title, .top_news .box a:hover .txt, .top_news .box a:hover .date { color:#27abd1; }

/*
ABOUT
***************************************************************************/
/* ▼MESSAGE▼ */
.about_sec .message {
	position: relative;
	padding: 150px 0;
}

.about_sec .message::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 38%;
	height: 100%;
	background: url(../about/images/pc/message_img.jpg) right center / cover no-repeat;
}

.about_sec .message .txt {
	width: 680px;
}

/* ▼SERVICE▼ */
.about_sec .service {
	padding: 110px 0 130px;
	background: url(../about/images/pc/service_bg.jpg) center top / cover no-repeat;
}

.about_sec .service .title_box {
	padding-bottom: 50px;
	text-align: center;
}

.about_sec .service .list {
	position: relative;
	width: 1200px;
	height: 1100px;
	margin: 0 auto;
}

.about_sec .service .list .box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	padding: 0 40px 45px;
	font-size: 1.3rem;
	font-weight: 400;
	color: #fff;
	line-height: 2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_sec .service .list .box:nth-child(1) {
	top: 0;
	left: 0;
	width: 680px;
	height: 440px;
	background-image: url(../about/images/pc/service_img01.jpg);
}

.about_sec .service .list .box:nth-child(2) {
	top: 0;
	right: 0;
	width: 440px;
	height: 580px;
	background-image: url(../about/images/pc/service_img02.jpg);
}

.about_sec .service .list .box:nth-child(3) {
	bottom: 0;
	left: 0;
	width: 440px;
	height: 580px;
	background-image: url(../about/images/pc/service_img03.jpg);
}

.about_sec .service .list .box:nth-child(4) {
	bottom: 0;
	right: 0;
	width: 680px;
	height: 440px;
	background-image: url(../about/images/pc/service_img04.jpg);
}

.about_sec .service .list .box .title {
	margin-bottom: 15px;
	font-size: 3.2rem;
	font-weight: 600;
	transform: translateX(-2px);
}

.about_sec .service .list .box .head {
	margin-right: 2px;
	font-size: 7.2rem;
	color: #27abd1;
}

/* ▼FEATURE▼ */
.about_sec .feature {
	padding: 110px 0 130px;
}

.about_sec .feature .title_box {
	padding-bottom: 50px;
	text-align: center;
}

.about_sec .feature .list .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
	font-size: 1.4rem;
}

.about_sec .feature .list .box:nth-child(2n+1) { transform:translateX(-50px); }
.about_sec .feature .list .box:nth-child(2n) { flex-direction:row-reverse; transform:translateX(50px); }

.about_sec .feature .list .box:last-child { margin-bottom:0; }

.about_sec .feature .list .box .img {
	width: 500px;
	aspect-ratio: 5 /4;
}

.about_sec .feature .list .box .img img { border-radius:50px 0 50px 0; }

.about_sec .feature .list .box .content {
	width: calc(100% - 580px);
}

.about_sec .feature .list .box .eng_title.mini {
	margin-bottom: 15px;
	font-size: 1.7rem;
}

.about_sec .feature .list .box .catch_title {
	margin-bottom: 40px;
	padding-bottom: 40px;
	font-size: 4rem;
}

/* ▼CASE▼ */
.about_sec .case {
	padding: 130px 0;
	background: url(../about/images/pc/case_bg.jpg) center center / cover no-repeat;
}

.about_sec .case .title_box {
	padding-bottom: 60px;
	text-align: center;
}

.about_sec .case .list {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}

.about_sec .case .list .box {
	width: calc((100% - 80px) / 2);
	font-size: 1.4rem;
	line-height: 2;
	background: #fff;
}

.about_sec .case .list .box .img {
	display: flex;
	width: 100%;
	height: 240px;
}

.about_sec .case .list .box .img li {
	width: 50%;
	height: 100%;
}

.about_sec .case .list .box .content {
	padding: 40px 40px 45px;
}

.about_sec .case .list .box .title {
	margin-bottom: 20px;
	font-size: 2.2rem;
}

/*
COMPANY
***************************************************************************/
.company_sec {
	padding-top: 120px;
}

.company_sec .list {
	width: 1000px;
	margin: 0 auto;
}

.company_sec .list dl {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 20px;
}

.company_sec .list dl:last-child { margin-bottom:0; }

.company_sec .list dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	padding: 25px 0;
	font-weight: 600;
	color: #fff;
	background: #68b1c6;
}

.company_sec .list dd {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 660px;
	padding: 25px 50px;
	background: #f5f5f5;
}

/* ▼ACCESS▼ */
.company_sec .access {
	padding-top: 120px;
	text-align: center;
}

.company_sec .access .sec_title {
	margin-bottom: 55px;
}

.company_sec .access .txt {
	margin-bottom: 75px;
}

.company_sec .access .map iframe {
	display: block;
	width: 100%;
	height: 600px;
	border: none;
	filter: grayscale(100%);
}

/*
FAQ
***************************************************************************/
.faq_sec {
	padding: 120px 0 140px;
}

.faq_sec .list dl {
	margin-bottom: 30px;
}

.faq_sec .list dl:last-child { margin-bottom:0; }

.faq_sec .list dt {
	position: relative;
	min-height: 70px;
	padding: 20px 100px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	background: #f5f5f5;
	cursor: pointer;
}

.faq_sec .list dt::before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 100%;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	background: #9c9c9c;
}

.faq_sec .list dd {
	display: none;
	position: relative;
	padding: 48px 100px 50px;
	font-size: 1.4rem;
}

.faq_sec .list dd::before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: 'A';
	position: absolute;
	top: 30px;
	left: 0;
	width: 70px;
	height: 70px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	background: #27abd1;
}

/*
NEWS
***************************************************************************/
/* ▼LIST▼ */
.news_sec.list {
	padding: 120px 0;
}

.news_list {
	display: flex;
	flex-wrap: wrap;
	gap: 80px 60px;
	margin-bottom: 120px;
}

.news_list .box {
	width: calc((100% - 120px) / 3);
}

.news_list .box a {
	display: block;
	position: relative;
	color: #161616;
}

.news_list .box a::after {
	content: '';
	position: absolute;
	top: 200px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: url(../common_img/pc/btn_detail.png) no-repeat;
	transition: .3s;
	z-index: 10;
}

.news_list .box a .inner { transition:.3s; }

.news_list .box a:hover .inner { opacity:0.8; }
.news_list .box a:hover::after { transform:scale(1.1); opacity:1; }

.news_list .box .img {
	width: 100%;
	aspect-ratio: 3 / 2;
	margin-bottom: 25px;
}

.news_list .box .head {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.news_list .box .cat {
	display: inline-block;
	padding: 0 14px 2px;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
	line-height: 28px;
	white-space: nowrap;
	background: #27abd1;
}

.news_list .box .date {
	padding-left: 15px;
	font-size: 1.4rem;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	transform: translateY(2px);
}

.news_list .box .title {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.news_list .box .txt p {
	font-size: 1.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ▼DETAIL▼ */
.news_sec.detail {
	padding: 110px 0;
}

.news_sec.detail .title_box {
	margin-bottom: 60px;
}

.news_sec.detail .title_box .head {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.news_sec.detail .title_box .cat {
	display: inline-block;
	padding: 0 20px 2px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	line-height: 36px;
	white-space: nowrap;
	background: #27abd1;
}

.news_sec.detail .title_box .date {
	padding-left: 20px;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	transform: translateY(1px);
}

.news_sec.detail .title_box .title {
	font-size: 3.2rem;
}

.news_sec.detail .img {
	margin-bottom: 80px;
}

.news_sec.detail .img img { max-width:100%; }

.news_sec.detail .btn {
	width: 320px;
	margin: 0 auto;
}

/*
ARTICLE CONTENT
***************************************************************************/
.article_content {
	padding-bottom: 40px;
	line-height: 2;
}

.article_content h3 {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 45px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
}

.article_content h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	background: #161616;
}

.article_content h4 {
	margin-bottom: 45px;
	padding: 14px 25px 16px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	background: #f5f5f5;
}

.article_content p {
	margin-bottom: 60px;
}

.article_content img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	margin-bottom: 60px;
	clear: both;
}

.article_content .alignleft { float:left; }
.article_content .aligncenter { margin:0 auto; }
.article_content .alignright { float:right; }

.article_content img.alignleft {
	float: left;
	margin: 0 60px 60px 0;
}

.article_content img.aligncenter {
	display: block;
	margin: 0 auto 60px;
}

.article_content img.alignright {
	float: right;
	margin: 0 0 60px 60px;
}

/*
PP
***************************************************************************/
.pp_sec {
	padding: 110px 0;
	font-size: 1.4rem;
	line-height: 2;
}

.pp_sec .head_txt {
	margin-bottom: 40px;
}

.pp_sec .box {
	padding: 50px;
	border-top: solid 1px #9c9c9c;
}

.pp_sec .box .title {
	margin-bottom: 30px;
	font-size: 2.4rem;
	font-weight: 600;
}

/*
NOT FOUND
***************************************************************************/
.notfound_sec {
	padding: 110px 0;
	text-align: center;
	line-height: 2;
}

.notfound_sec .txt {
	margin-bottom: 50px;
}

.notfound_sec .btn {
	width: 320px;
	margin: 0 auto;
}

/*
CONTACT
***************************************************************************/
.contact_sec {
	padding: 140px 0;
	background: url(../images/pc/contact_bg.jpg) center top / cover no-repeat;
}

.contact_sec > .base_box {
	display: flex;
	align-items: flex-start;
}

.contact_sec .title_box {
	width: 30%;
	padding-top: 40px;
}

.contact_sec .title_box .eng_title .head { color:#26acaa; }

.contact_sec .content {
	width: 70%;
	padding: 50px 80px 110px;
	background: #fff;
	box-shadow: 0 10px 20px 10px rgba(0,0,0,0.1);
}

/* ▼FORM▼ */
.user_form > dl {
	display: flex;
	padding: 40px 0;
	border-bottom: solid 1px #b6b6b6;
}

.user_form > dl > dt {
	position: relative;
	width: 260px;
	padding-left: 80px;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 50px;
}

.user_form > dl > dt::before {
	content: '任意';
	box-sizing: border-box;
	position: absolute;
	top: 12px;
	left: 0;
	width: 60px;
	padding: 0 0 1px 2px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
	background: #b6b6b6;
}

.user_form > dl > dt.must::before {
	content: '必須';
	background: #26acaa;
}

.user_form > dl > dd {
	width: calc(100% - 260px);
}

.contact_sec .wpcf7-not-valid-tip, .contact_sec .wpcf7 form .wpcf7-response-output {
	margin-top: 20px;
	padding: 0 15px 2px;
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
	line-height: 36px;
	background: #26acaa;
}

.contact_sec .wpcf7 form .wpcf7-response-output {
	margin-top: 40px;
	text-align: center;
	border: none;
}

/* ▼PP▼ */
.pp_box {
	padding: 50px 0 40px;
	text-align: center;
}

.pp_box .txt {
	margin-bottom: 15px;
}

.pp_box .pp_check {
	display: inline-block;
}

/* ▼THANKS▼ */
.form_comp {
	text-align: center;
}

.form_comp .title {
	margin: 15px 0 25px;
	font-size: 3rem;
	font-weight: 700;
}

.form_comp .txt {
	margin-bottom: 40px;
	font-size: 1.6rem;
}

/* ▼SUBMIT▼ */
.form_send.btn01 {
	width: 600px;
	height: 80px;
	margin: 0 auto;
	font-size: 1.8rem;
}

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

/*
FOOTER
***************************************************************************/
footer {
	padding: 65px 0 40px;
	color: #fff;
	background: #3b3b3b;
}

footer .sec_inner {
	display: flex;
	align-items: flex-start;
	margin-bottom: 70px;
}

footer .info {
	width: 40%;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
}

footer .logo {
	margin-bottom: 50px;
}

footer .navi {
	width: 60%;
}

footer .fnavi_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 40px;
	margin-bottom: 50px;
}

footer .fnavi_list li a {
	display: block;
	font-weight: 700;
	color: #fff;
	line-height: 70px;
	font-family: "Josefin Sans", sans-serif;
}

footer .fnavi_list li a:hover { color:#44bebd; }

footer .foot {
	display: flex;
	justify-content: flex-end;
}

footer .f_tel {
	width: 300px;
	padding-left: 70px;
	font-size: 2.8rem;
	font-family: "Josefin Sans", sans-serif;
	background: url(../common_img/pc/f_tel.png) left 15px no-repeat;
}

footer .btn {
	width: 280px;
}

footer .copy {
	padding-top: 35px;
	text-align: center;
	border-top: solid 1px #7c7c7c;
}

footer .copy small {
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.2rem;
}

/* ▼FIXED▼ */
.fixed_btn {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 170px;
	height: 170px;
	z-index: 100;
}

.fixed_btn img { transition:.3s; }

.fixed_btn a:hover img {
	transform: scale(1.05);
	transform-origin: right bottom;
}

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: 2px;
}

.scroll_box::-webkit-scrollbar-track {
	background: #d4d4d4;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #949494;
}

.gecko .scroll_box {
	scrollbar-width: 2px;
	scrollbar-color: #949494 #d4d4d4;
}

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

	.scroll_box::-webkit-scrollbar { display:none; }

}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: translateY(0);
}

.delay_fade.active {
	opacity: 1.0;
	transform: translateY(0);
}

.move_parts {
	opacity: 0;
	transition: all 0.8s;
}

.move_parts.btm_top {
	transform: translateY(50px);
}

.move_parts.top_btm {
	transform: translateY(-50px);
}

.move_parts.left_right {
	transform: translateX(-50px);
}

.move_parts.right_left {
	transform: translateX(50px);
}

.move_parts.expand {
	opacity: 1;
	transform: scale(0.001);
	transition: all 0.4s;
}

.move_parts.expand.rev {
	opacity: 0;
	transform: scale(1.5);
}

.move_parts.on {
	opacity: 1;
	transform: translate(0,0);
}

/* ▼BUTTON ACTION▼ */
.btn_bound a {
	-webkit-animation: bomb 3s linear 0s infinite normal;
	animation: bomb 3s linear 0s infinite normal;
	transition: .3s;
}

@-webkit-keyframes bomb {
	0% { -webkit-transform:scale(1); }
	7% { -webkit-transform:scale(0.98); }
	14% { -webkit-transform:scale(0.94); }
	21% { -webkit-transform:scale(1); }
	28% { -webkit-transform:scale(0.94); }
	35% { -webkit-transform:scale(0.98); }
	42% { -webkit-transform:scale(0.95); }
	49% { -webkit-transform:scale(1); }
	100% { -webkit-transform:scale(1); }
}

@keyframes bomb {
	0% { transform:scale(1); }
	7% { transform:scale(0.98); }
	14% { transform:scale(0.94); }
	21% { transform:scale(1); }
	28% { transform:scale(0.94); }
	35% { transform:scale(0.98); }
	42% { transform:scale(0.95); }
	49% { transform:scale(1); }
	100% { transform:scale(1); }
}

/* ▼TITLE▼ */
.sec_title {
	margin-bottom: 45px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1rem;
}

.sec_title.white {
	font-weight: 600;
	color: #fff;
}

.eng_title {
	margin-bottom: 15px;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0;
}

.eng_title.white { color:#fff; }

.eng_title .head { color:#27abd1; }

.eng_title.mini {
	margin-bottom: 25px;
	font-size: 1.9rem;
	letter-spacing: 0.1rem;
}

.catch_title {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 45px;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.5;
	font-family: "Noto Serif JP", sans-serif;
}

.catch_title.white {
	font-weight: 600;
	color: #fff;
}

.catch_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 1px;
	background: #161616;
}

.catch_title.white::after { background:#fff; }

/* ▼TEXT▼ */
.hyp {
	display: inline-block;
	margin: 0 3px;
	vertical-align: 3px;
	transform: scale(1.25, 1);
}

/* ▼BUTTON▼ */
.btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 2px 10px 0 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.3rem;
	background: linear-gradient(to right, #16908d 0%, #44bebd 100%);
	transition: .3s;
	cursor: pointer;
}

.btn01.jp {
	padding: 0 10px 1px 0;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1rem;
}

.btn01:hover { opacity:0.7; }

.btn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 12px;
	margin-top: -6px;
	background: url(../common_img/pc/arrow_white.png) no-repeat;
}

/* ▼SWITCH▼ */
.disp_switch .icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(../common_img/arrow_down.png) no-repeat;
	transition: .3s;
}

.disp_switch.opened .icon { transform:rotateX(-180deg); }

/* ▼LIST▼ */
.list01 > li {
	position: relative;
	padding-left: 1.2em;
}

.list01 > li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.pc_w90 { width:90px!important; }
.pc_w160 { width:160px!important; }
.pc_w250 { width:250px!important; }
.pc_w400 { width:400px!important; }
.pc_w500 { width:500px!important; }
.pc_w510 { width:510px!important; }
.pc_w580 { width:580px!important; }

.pc_h210 { height:210px!important; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr-40 { margin-left:-40px!important; margin-right:-40px!important; }
.pc_mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.pc_mlr-60 { margin-left:-60px!important; margin-right:-60px!important; }
.pc_mlr-90 { margin-left:-90px!important; margin-right:-90px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pc_plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.bold { font-weight:bold!important; }
.normal { font-weight:normal!important; }

.size10 { font-size:1rem!important; }
.size11 { font-size:1.1rem!important; }
.size12 { font-size:1.2rem!important; }
.size13 { font-size:1.3rem!important; }
.size14 { font-size:1.4rem!important; }
.size16 { font-size:1.6rem!important; }
.size17 { font-size:1.7rem!important; }
.size18 { font-size:1.8rem!important; }
.size19 { font-size:1.9rem!important; }
.size20 { font-size:2.0rem!important; }
.size22 { font-size:2.2rem!important; }
.size24 { font-size:2.4rem!important; }
.size30 { font-size:3.0rem!important; }

.c_lblue { color:#27abd1!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: 500;
	color: #161616;
	line-height: 50px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1rem;
	background: #ecfafa;
	border: solid 1px #c5d8d8;
	border-radius: 0;
	caret-color: #999;
}

textarea {
	display: block;
	width: 100%!important;
	min-height: 240px;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: solid 1px #c5d8d8;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: 1.4rem!important;
	color: #848383;
	font-weight: 500;
}

input:-ms-input-placeholder {
	font-size: 1.4rem!important;
	color: #848383;
	font-weight: 500;
}

input::-moz-placeholder {
	font-size: 1.4rem!important;
	color: #848383;
	font-weight: 500;
}

textarea::-webkit-input-placeholder {
	font-size: 1.4rem!important;
	color: #848383;
	font-weight: 500;
}

textarea:-ms-input-placeholder {
	font-size: 1.4rem!important;
	color: #848383;
	font-weight: 500;
}

textarea::-moz-placeholder {
	font-size: 1.4rem!important;
	color: #848383;
	font-weight: 500;
}

label { display:block; box-sizing:border-box; width:100%; cursor:pointer; }

/* ▼original select date▼ */
select::-ms-expand { display:none; }

.select_box, .date_box {
	position: relative;
}

select {
	line-height: 48px;
}

.select_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	background: #77bfd6;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	z-index: 10;
}
/*
.date_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../common_img/icon_date.png) no-repeat;
	z-index: 10;
}
*/
/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 20px 0 0;
	vertical-align: middle;
	background: #ecfafa;
	border: solid 1px #c5d8d8;
	transform: translateY(1px);
	cursor: pointer;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="checkbox"] {
	border-radius: 0;
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background: #26acaa;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: -1px;
	left: -1px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	background-image: url(../common_img/icon_check.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
}

.wpcf7-radio .wpcf7-list-item label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.wpcf7-list-item label {
	display: flex;
	align-items: center;
	padding: 0 30px 0 0;
	font-size: 1.6rem;
	line-height: 40px;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 15px 15px 15px 0;
}

.wpcf7-list-item:last-child { margin-right:0; }
