@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: calc((100vw / 375) * 13);
	font-weight: 500;
	color: #161616;
	line-height: 2.15;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.form_complete { min-height:100vh; background:#3b3b3b; }

.base_box { position:relative; z-index:5; }

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

/*
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: normal;
}

/* ▼LINK▼ */
a {
	color: #4eb1d1;
	text-decoration: none;
	outline: none;
}

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

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

button, input[type="submit"] {
	width: 100%;
	height: 100%;
	padding: 0;
	vertical-align: middle;
	font-size: calc((100vw / 375) * 15);
	font-weight: 700;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05rem;
	background-color: transparent;
	border: none;
	outline: none;
}

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

.hover_zoom a .img { overflow:hidden; }

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

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

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
HEADER
***************************************************************************/
header {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 calc((100vw / 375) * 45) 0 calc((100vw / 375) * 15);
	z-index: 50;
}

header .logo {
	width: calc((100vw / 375) * 145);
	margin-top: calc((100vw / 375) * 4);
}

header .hnavi_list { display:none; }

header .h_tel { display:none; }

header .btn {
	width: calc((100vw / 375) * 140);
	margin-top: calc((100vw / 375) * 15);
}

header .btn01 {
	height: calc((100vw / 375) * 36);
	font-size: calc((100vw / 375) * 10);
}

header .btn01::after {
	right: calc((100vw / 375) * 8);
	transform: scale(0.8);
}

.btn_gnavi {
	position: fixed;
	top: calc((100vw / 375) * 10);
	right: 0;
	width: calc((100vw / 375) * 45);
	height: calc((100vw / 375) * 45);
	background: #fff url(../common_img/sp/btn_gnavi.png) center center / calc((100vw / 375) * 36) no-repeat;
	z-index: 5000;
}

.btn_gnavi.fixed { top:0; }

/*
GNAVI
***************************************************************************/
#gnavi {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	padding: calc((100vw / 375) * 120) calc((100vw / 375) * 20) calc((100vw / 375) * 50);
	background: #fff;
	overflow-y: auto;
	z-index: 5001;
}

#gnavi .gnavi_close {
	position: fixed;
	top: 0;
	right: 0;
	width: calc((100vw / 375) * 45);
	height: calc((100vw / 375) * 45);
	background: url(../common_img/sp/btn_close.png) center center / calc((100vw / 375) * 36) no-repeat;
	z-index: 5001;
}

.gnavi_list {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 15) 0;
	padding-bottom: calc((100vw / 375) * 50);
}

.gnavi_list li {
	width: 50%;
}

.gnavi_list li a {
	display: block;
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	color: #161616;
	font-family: "Josefin Sans", sans-serif;
}

#gnavi .tel {
	margin-bottom: calc((100vw / 375) * 20);
}

#gnavi .btn01.jp {
	height: calc((100vw / 375) * 70);
	font-size: calc((100vw / 375) * 15);
}

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

#contents > .case_btn {
	position: absolute;
	top: calc((100vw / 375) * -80);
	right: calc((100vw / 375) * 20);
	width: calc((100vw / 375) * 120);
	z-index: 1001;
	animation: fluffy 3s infinite;
}

#contents.top > .case_btn {
	top: calc((100vw / 375) * -100);
	right: calc((100vw / 375) * 15);
}

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

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

#page_title .title_box {
	padding-top: calc((100vw / 375) * 30);
	text-align: center;
}

#page_title .eng_title { font-size:calc((100vw / 375) * 40); }
#page_title .sec_title { margin-bottom:0; font-size:calc((100vw / 375) * 14); }

/* ▼PAGE NAVI▼ */
.pnavi {
	display: flex;
	align-items: center;
	min-height: calc((100vw / 375) * 50);
	padding: calc((100vw / 375) * 15) calc((100vw / 375) * 20);
	background: #e6e6e6;
}

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

.pnavi li {
	position: relative;
	margin-right: calc((100vw / 375) * 10);
	padding-right: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 11);
}

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

.pnavi li::after {
	content: '＞';
	position: absolute;
	top: 50%;
	right: 0;
	font-size: calc((100vw / 375) * 9);
	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: calc((100vw / 375) * 40);
	height: calc((100vw / 375) * 40);
	margin: 0 calc((100vw / 375) * 4);
	padding-top: calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 14);
	font-weight: 600;
	color: #595959;
	font-family: "Josefin Sans", sans-serif;
	background: #e9e9e9;
}

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

.page_list li.prev a, .page_list li.next a {
	background: #9c9c9c url(../common_img/sp/arrow_white.png) center center / calc((100vw / 375) * 12) no-repeat;
}

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

/* ▼CATEGORY LIST▼ */
.cat_list {
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20);
	color: #fff;
	background: #3b3b3b;
}

.cat_list .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 30);
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
}

.cat_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 20) calc((100vw / 375) * 30);
}

.cat_list li {
	display: inline-block;
}

.cat_list li a {
	display: block;
	position: relative;
	padding-left: calc((100vw / 375) * 22);
	font-size: calc((100vw / 375) * 14);
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05rem;
}

.cat_list li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: calc((100vw / 375) * 12);
	height: 1px;
	background: #fff;
}

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

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

#topimg .catch {
	position: absolute;
	bottom: 0;
	left: calc((100vw / 375) * 20);
	width: calc((100vw / 375) * 200);
	z-index: 1000;
}

#topimg .top_slide {
	position: absolute;
	top: calc((100vw / 375) * 90);
	left: calc((100vw / 375) * 20);
	width: calc(100% - ((100vw / 375) * 40));
	aspect-ratio: 67 / 53;
	overflow: hidden;
	z-index: 100;
}

#topimg .top_slide .box {
	width: calc(100% - ((100vw / 375) * 40));
	aspect-ratio: 67 / 53;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

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

@keyframes zoomUp {
	0% {

	}
	10% {

	}
}

/* ▼BRAND▼ */
.top_about {
	position: relative;
	padding: calc((100vw / 375) * 65) calc((100vw / 375) * 20);
	background: #fff;
}

.top_about::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 5 / 6;
	background: url(../images/sp/about_bg_top.jpg) center top / 100% no-repeat;
	z-index: 1;
}

.top_about::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 75 / 128;
	background: url(../images/sp/about_bg_btm.jpg) center bottom / 100% no-repeat;
	opacity: 0.6;
	z-index: 1;
}

.top_about .title_box {
	margin-bottom: calc((100vw / 375) * 40);
}

.top_about .area {
	margin-bottom: calc((100vw / 375) * 270);
}

.top_about .area .head_title {
	position: absolute;
	top: calc((100vw / 375) * -30);
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 140);
}

.top_about .area .list {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 35) calc((100vw / 375) * 20);
	position: relative;
	z-index: 10;
}

.top_about .area .list .box {
	width: calc((100% - ((100vw / 375) * 20)) / 2);
	font-size: calc((100vw / 375) * 12);
	line-height: 1.75;
}

.top_about .area .list .box:nth-child(2n) { transform:translateY(calc((100vw / 375) * 70)); }

.top_about .area .list .box .img {
	margin-bottom: calc((100vw / 375) * 20);
}

.top_about .area .list .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 17);
}

.top_about .feature .img {
	position: absolute;
	top: calc((100vw / 375) * -260);
	left: calc((100vw / 375) * -15);
	width: calc((100vw / 375) * 280);
	z-index: 10;
}

.top_about .feature .txt {
	margin-bottom: calc((100vw / 375) * 30);
}

.top_about .feature .btn {
	width: calc((100vw / 375) * 190);
}

/* ▼COMPANY▼ */
.top_company {
	position: relative;
	padding: calc((100vw / 375) * 65) calc((100vw / 375) * 20);
	background: url(../images/sp/company_bg.jpg) center top / 100% repeat-y;
}

.top_company::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 15 / 14;
	background: url(../images/sp/company_bg_top.jpg) center top / 100% no-repeat;
	z-index: 1;
}

.top_company::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 75 / 108;
	background: url(../images/sp/company_bg_btm.jpg) center bottom / 100% no-repeat;
	z-index: 1;
}

.top_company .title_box {
	padding-bottom: calc((100vw / 375) * 20);
	text-align: center;
}

.top_company .sec_inner {
	position: relative;
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 20) calc((100vw / 375) * 300);
	background: #fff;
}

.top_company .sec_inner .txt {
	margin-bottom: calc((100vw / 375) * 30);
}

.top_company .btn {
	position: relative;
	width: calc((100vw / 375) * 190);
	z-index: 20;
}

.top_company .img {
	position: absolute;
	bottom: calc((100vw / 375) * 35);
	left: calc((100vw / 375) * 20);
	width: calc((100vw / 375) * 325);
	z-index: 10;
}

.top_company.center .sec_inner {
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20);
}

/* ▼INSTAGRAM▼ */
.top_insta {
	position: relative;
	padding: calc((100vw / 375) * 65) calc((100vw / 375) * 20) 0;
}

.top_insta::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc((100vw / 375) * 230);
	height: calc((100vw / 375) * 435);
	background: #eef9fc;
}

.top_insta .title_box {
	margin-bottom: calc((100vw / 375) * 50);
	text-align: center;
}

.top_insta .insta_list {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 10);
}

.top_insta .insta_list li {
	position: relative;
	width: calc((100% - ((100vw / 375) * 10)) / 2);
	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%);
	object-fit: cover;
}

/* ▼NEWS▼ */
.top_news {
	position: relative;
	padding: calc((100vw / 375) * 65) calc((100vw / 375) * 20);
}

.top_news::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 375) * 230);
	height: 100%;
	background: #eef9fc;
}

.top_news .sec_title {
	margin-bottom: calc((100vw / 375) * 20);
}

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

.top_news .box a {
	display: block;
	position: relative;
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 45) calc((100vw / 375) * 20) 0;
	color: #161616;
	background: url(../common_img/sp/link_arrow.png) right calc((100vw / 375) * 10) center / calc((100vw / 375) * 8) no-repeat;
	border-bottom: solid 1px #b6b6b6;
}

.top_news .box .head {
	display: flex;
	align-items: center;
	margin-bottom: calc((100vw / 375) * 15);
}

.top_news .box .cat {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 10);
	font-weight: 600;
	color: #fff;
	line-height: calc((100vw / 375) * 28);
	white-space: nowrap;
	background: #27abd1;
}

.top_news .box .date {
	padding-left: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 13);
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.05rem;
	transform: translateY(calc((100vw / 375) * 2));
}

.top_news .box .title {
	margin-bottom: calc((100vw / 375) * 8);
	font-size: calc((100vw / 375) * 18);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_news .box .txt p {
	font-size: calc((100vw / 375) * 12);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_news .btn {
	width: calc((100vw / 375) * 190);
	margin-top: calc((100vw / 375) * 40);
}

/*
ABOUT
***************************************************************************/
/* ▼MESSAGE▼ */
.about_sec .message {
	padding: calc((100vw / 375) * 65) calc((100vw / 375) * 20);
	background: url(../about/images/sp/message_bg.jpg) right center / cover no-repeat;
}

.about_sec .message .catch_title {
	margin-bottom: calc((100vw / 375) * 40);
	padding-bottom: calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 28);
	line-height: 1.5;
}

.about_sec .message .txt {
	margin-right: calc((100vw / 375) * 20);
}

/* ▼SERVICE▼ */
.about_sec .service {
	padding: calc((100vw / 375) * 65) 0;
	background: url(../about/images/sp/service_bg.jpg) center top / cover no-repeat;
}

.about_sec .service .title_box {
	padding-bottom: calc((100vw / 375) * 20);
	text-align: center;
}

.about_sec .service .list .box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: calc(100% - ((100vw / 375) * 30));
	aspect-ratio: 67 / 60;
	margin-bottom: calc((100vw / 375) * 40);
	padding: 0 calc((100vw / 375) * 20) calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 12);
	color: #fff;
	line-height: 1.85;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.about_sec .service .list .box:nth-child(1) {
	aspect-ratio: 1 / 1;
	margin-right: calc((100vw / 375) * 30);
	background-image: url(../about/images/sp/service_img01.jpg);
}

.about_sec .service .list .box:nth-child(2) {
	margin-left: calc((100vw / 375) * 30);
	background-image: url(../about/images/sp/service_img02.jpg);
}

.about_sec .service .list .box:nth-child(3) {
	margin-right: calc((100vw / 375) * 30);
	background-image: url(../about/images/sp/service_img03.jpg);
}

.about_sec .service .list .box:nth-child(4) {
	margin-left: calc((100vw / 375) * 30);
	background-image: url(../about/images/sp/service_img04.jpg);
}

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

.about_sec .service .list .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 22);
	transform: translateX(calc((100vw / 375) * -2));
}

.about_sec .service .list .box .head {
	margin-right: calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 36);
	color: #27abd1;
}

/* ▼FEATURE▼ */
.about_sec .feature {
	padding: calc((100vw / 375) * 65) calc((100vw / 375) * 20);
}

.about_sec .feature .title_box {
	margin-bottom: calc((100vw / 375) * 15);
	text-align: center;
}

.about_sec .feature .sec_title { margin-bottom:0; }

.about_sec .feature .list .box {
	position: relative;
	padding: calc((100vw / 375) * 40) 0 calc((100vw / 375) * 35);
	border-bottom: dotted 1px #757575;
}

.about_sec .feature .list .box:last-child { padding-bottom:0; border-bottom:none; }

.about_sec .feature .list .box .img {
	position: absolute;
	top: calc((100vw / 375) * 35);
	right: 0;
	width: calc((100vw / 375) * 160);
	aspect-ratio: 5 /4;
}

.about_sec .feature .list .box:nth-child(3) .img { top:calc((100vw / 375) * 30); }

.about_sec .feature .list .box .img img { border-radius:calc((100vw / 375) * 15) 0 calc((100vw / 375) * 15) 0; }

.about_sec .feature .list .box .eng_title.mini { font-size:calc((100vw / 375) * 12); }

.about_sec .feature .list .box .catch_title {
	font-size: calc((100vw / 375) * 30);
}

.about_sec .feature .list .box .catch_title .sub {
	display: block;
	font-size: calc((100vw / 375) * 19);
}

/* ▼CASE▼ */
.about_sec .case {
	position: relative;
	padding: calc((100vw / 375) * 75) calc((100vw / 375) * 20);
	background: url(../about/images/sp/case_bg.jpg) center top / 100% repeat-y;
}

.about_sec .case::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 75 / 144;
	background: url(../about/images/sp/case_bg_top.jpg) center top / 100% no-repeat;
	z-index: 1;
}

.about_sec .case::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 75 / 148;
	background: url(../about/images/sp/case_bg_btm.jpg) center bottom / 100% no-repeat;
	z-index: 1;
}

.about_sec .case .title_box {
	padding-bottom: calc((100vw / 375) * 30);
	text-align: center;
}

.about_sec .case .list .box {
	width: calc(100% - ((100vw / 375) * 55));
	margin-bottom: calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 12);
	line-height: 2;
	background: #fff;
}

.about_sec .case .list .box:nth-child(2n+1) { margin-right:calc((100vw / 375) * 55); }
.about_sec .case .list .box:nth-child(2n) { margin-left:calc((100vw / 375) * 55); }

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

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

.about_sec .case .list .box .img li {
	width: 50%;
	aspect-ratio: 28 / 24;
}

.about_sec .case .list .box .content {
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 20) calc((100vw / 375) * 30);
}

.about_sec .case .list .box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 18);
}

/*
COMPANY
***************************************************************************/
.company_sec {
	padding-top: calc((100vw / 375) * 65);
}

.company_sec .list {
	margin: 0 calc((100vw / 375) * 20);
}

.company_sec .list dl {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: calc((100vw / 375) * 5);
}

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

.company_sec .list dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100vw / 375) * 90);
	padding: calc((100vw / 375) * 15) 0;
	font-weight: 600;
	color: #fff;
	line-height: 1.85;
	background: #68b1c6;
}

.company_sec .list dd {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: calc((100vw / 375) * 240);
	padding: calc((100vw / 375) * 15);
	line-height: 1.85;
	background: #f5f5f5;
}

/* ▼ACCESS▼ */
.company_sec .access {
	padding-top: calc((100vw / 375) * 65);
	text-align: center;
}

.company_sec .access .txt {
	margin-bottom: calc((100vw / 375) * 40);
}

.company_sec .access .map iframe {
	display: block;
	width: 100%;
	height: calc((100vw / 375) * 360);
	border: none;
	filter: grayscale(100%);
}

/*
FAQ
***************************************************************************/
.faq_sec {
	padding: calc((100vw / 375) * 65) calc((100vw / 375) * 20);
}

.faq_sec .list dl {
	margin-bottom: calc((100vw / 375) * 10);
}

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

.faq_sec .list dt {
	position: relative;
	min-height: calc((100vw / 375) * 50);
	padding: calc((100vw / 375) * 14) calc((100vw / 375) * 40) calc((100vw / 375) * 16) calc((100vw / 375) * 65);
	font-size: calc((100vw / 375) * 13);
	font-weight: 700;
	line-height: 1.6;
	background: #f5f5f5;
}

.faq_sec .list dt::before {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 375) * 50);
	height: 100%;
	padding-top: calc((100vw / 375) * 2);
	font-size: calc((100vw / 375) * 18);
	font-weight: 700;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	background: #9c9c9c;
}

.faq_sec .list dd {
	display: none;
	position: relative;
	padding: calc((100vw / 375) * 26) 0 calc((100vw / 375) * 20) calc((100vw / 375) * 65);
	font-size: calc((100vw / 375) * 12);
}

.faq_sec .list dd::before {
	display: flex;
	align-items: center;
	justify-content: center;
	content: 'A';
	position: absolute;
	top: calc((100vw / 375) * 15);
	left: 0;
	width: calc((100vw / 375) * 50);
	height: calc((100vw / 375) * 50);
	font-size: calc((100vw / 375) * 18);
	font-weight: 700;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
	background: #27abd1;
}

/*
NEWS
***************************************************************************/
/* ▼LIST▼ */
.news_sec.list {
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 20) calc((100vw / 375) * 60);
}

.news_list {
	margin-bottom: calc((100vw / 375) * 40);
}

.news_list .box a {
	display: block;
	position: relative;
	padding: calc((100vw / 375) * 30) calc((100vw / 375) * 45) calc((100vw / 375) * 25) 0;
	color: #161616;
	background: url(../common_img/sp/link_arrow.png) right calc((100vw / 375) * 10) center / calc((100vw / 375) * 10) no-repeat;
	border-bottom: solid 1px #b6b6b6;
}

.news_list .box .img { display:none; }

.news_list .box .head {
	display: flex;
	align-items: center;
	margin-bottom: calc((100vw / 375) * 15);
}

.news_list .box .cat {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 10);
	font-weight: 600;
	color: #fff;
	line-height: calc((100vw / 375) * 28);
	white-space: nowrap;
	background: #27abd1;
}

.news_list .box .date {
	padding-left: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 13);
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: 0.05rem;
	transform: translateY(calc((100vw / 375) * 2));
}

.news_list .box .title {
	margin-bottom: calc((100vw / 375) * 8);
	font-size: calc((100vw / 375) * 18);
}

.news_list .box .txt p {
	font-size: calc((100vw / 375) * 12);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ▼DETAIL▼ */
.news_sec.detail {
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20) calc((100vw / 375) * 60);
}

.news_sec.detail .title_box {
	margin-bottom: calc((100vw / 375) * 40);
}

.news_sec.detail .title_box .head {
	display: flex;
	align-items: center;
	margin-bottom: calc((100vw / 375) * 25);
}

.news_sec.detail .title_box .cat {
	display: inline-block;
	padding: 0 calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 11);
	font-weight: 600;
	color: #fff;
	line-height: calc((100vw / 375) * 32);
	white-space: nowrap;
	background: #27abd1;
}

.news_sec.detail .title_box .date {
	padding-left: calc((100vw / 375) * 18);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	transform: translateY(calc((100vw / 375) * 2));
}

.news_sec.detail .title_box .title {
	font-size: calc((100vw / 375) * 22);
}

.news_sec.detail .img {
	margin-bottom: calc((100vw / 375) * 40);
}

/*
ARTICLE CONTENT
***************************************************************************/
.article_content {
	line-height: 2;
}

.article_content h3 {
	position: relative;
	margin-bottom: calc((100vw / 375) * 35);
	padding-bottom: calc((100vw / 375) * 35);
	font-size: calc((100vw / 375) * 18);
	font-weight: 700;
	line-height: 1.5;
}

.article_content h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc((100vw / 375) * 50);
	height: 1px;
	background: #161616;
}

.article_content h4 {
	margin-bottom: calc((100vw / 375) * 25);
	padding: calc((100vw / 375) * 14) calc((100vw / 375) * 20) calc((100vw / 375) * 16);
	font-size: calc((100vw / 375) * 15);
	font-weight: 700;
	line-height: 1.5;
	background: #f5f5f5;
}

.article_content p {
	margin-bottom: calc((100vw / 375) * 40);
}

.article_content img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	margin-bottom: calc((100vw / 375) * 40);
	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 calc((100vw / 375) * 25) calc((100vw / 375) * 40) 0;
}

.article_content img.aligncenter {
	display: block;
	margin: 0 auto calc((100vw / 375) * 40);
}

.article_content img.alignright {
	float: right;
	margin: 0 0 calc((100vw / 375) * 40) calc((100vw / 375) * 25);
}

/*
PP
***************************************************************************/
.pp_sec {
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 12);
	line-height: 2;
}

.pp_sec .head_txt {
	margin-bottom: calc((100vw / 375) * 30);
}

.pp_sec .box {
	padding: calc((100vw / 375) * 30) 0;
	border-top: solid 1px #9c9c9c;
}

.pp_sec .box .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 18);
	font-weight: 600;
}

/*
NOT FOUND
***************************************************************************/
.notfound_sec {
	padding: calc((100vw / 375) * 65) calc((100vw / 375) * 20);
	text-align: center;
	line-height: 2;
}

.notfound_sec .txt {
	margin-bottom: calc((100vw / 375) * 40);
}

/*
CONTACT
***************************************************************************/
.contact_sec {
	position: relative;
	padding: calc((100vw / 375) * 65) calc((100vw / 375) * 20);
	background: url(../images/sp/contact_bg.jpg) center top / 100% repeat-y;
}

.contact_sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 75 / 140;
	background: url(../images/sp/contact_bg_top.jpg) center top / 100% no-repeat;
	z-index: 1;
}

.contact_sec::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 75 / 108;
	background: url(../images/sp/contact_bg_btm.jpg) center bottom / 100% no-repeat;
	z-index: 1;
}

.contact_sec .title_box {
	padding-bottom: calc((100vw / 375) * 20);
	text-align: center;
}

.contact_sec .title_box .sec_title {
	letter-spacing: 0.25rem;
}

.contact_sec .content {
	padding: calc((100vw / 375) * 15) calc((100vw / 375) * 20) calc((100vw / 375) * 50);
	background: #fff;
	box-shadow: 0 calc((100vw / 375) * 10) calc((100vw / 375) * 20) calc((100vw / 375) * 10) rgba(0,0,0,0.1);
}

/* ▼FORM▼ */
.user_form > dl {
	padding: calc((100vw / 375) * 25) 0;
	border-bottom: solid 1px #b6b6b6;
}

.user_form > dl > dt {
	position: relative;
	margin-bottom: calc((100vw / 375) * 15);
	padding-left: calc((100vw / 375) * 60);
	font-weight: 700;
	line-height: calc((100vw / 375) * 28);
	letter-spacing: 0.05rem;
}

.user_form > dl > dt::before {
	content: '任意';
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100vw / 375) * 48);
	padding: 0 0 0 calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 11);
	font-weight: 600;
	color: #fff;
	line-height: calc((100vw / 375) * 28);
	background: #b6b6b6;
}

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

.contact_sec .wpcf7-not-valid-tip, .contact_sec .wpcf7 form .wpcf7-response-output {
	margin-top: calc((100vw / 375) * 15);
	padding: 0 calc((100vw / 375) * 10) 1px;
	font-size: calc((100vw / 375) * 10);
	font-weight: 500;
	color: #fff;
	line-height: calc((100vw / 375) * 30);
	background: #26acaa;
}

.contact_sec .wpcf7 form .wpcf7-response-output {
	margin: calc((100vw / 375) * 20) 0 0;
	text-align: center;
	border: none;
}

/* ▼PP▼ */
.pp_box {
	padding: calc((100vw / 375) * 30) 0;
	text-align: center;
}

.pp_box .txt {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 12);
}

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

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

.form_comp .title {
	margin: calc((100vw / 375) * 20) 0 calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 24);
	font-weight: 700;
}

.form_comp .txt {
	margin-bottom: calc((100vw / 375) * 40);
}

/* ▼SUBMIT▼ */
.form_send.btn01 {
	height: calc((100vw / 375) * 64);
	font-size: calc((100vw / 375) * 14);
}

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

/*
FOOTER
***************************************************************************/
footer {
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20);
	color: #fff;
	background: #3b3b3b;
}

footer .sec_inner {
	display: flex;
	align-items: flex-start;
	margin-bottom: calc((100vw / 375) * 30);
}

footer .info {
	width: calc((100vw / 375) * 200);
	font-size: calc((100vw / 375) * 11);
	font-weight: 400;
	letter-spacing: 0.05rem;
}

footer .logo {
	width: calc((100vw / 375) * 145);
	margin-bottom: calc((100vw / 375) * 35);
}

footer .info .txt {
	margin-bottom: calc((100vw / 375) * 30);
}

footer .info .tel {
	padding-top: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 24);
	font-family: "Josefin Sans", sans-serif;
	background: url(../common_img/sp/f_tel.png) left top / calc((100vw / 375) * 24) no-repeat;
}

footer .info .tel a { color:#fff; }

footer .navi {
	width: calc(100% - ((100vw / 375) * 200));
	margin-top: calc((100vw / 375) * 10);
}

footer .fnavi_list li {
	margin-bottom: calc((100vw / 375) * 15);
}

footer .fnavi_list li:last-child { margin-bottom:0; }

footer .fnavi_list li a {
	display: block;
	font-size: calc((100vw / 375) * 13);
	font-weight: 700;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
}

footer .copy {
	padding-top: calc((100vw / 375) * 25);
	border-top: solid 1px #7c7c7c;
}

footer .copy small {
	font-size: calc((100vw / 375) * 10);
	font-weight: 300;
	letter-spacing: 0.1rem;
}

/* ▼FIXED▼ */
.fixed_btn {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: calc((100vw / 375) * 125);
	height: calc((100vw / 375) * 110);
	z-index: 100;
}

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

.scroll_box::-webkit-scrollbar {
	width: calc((100vw / 375) * 2);
}

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

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

.gecko .scroll_box {
	scrollbar-width: calc((100vw / 375) * 2);
	scrollbar-color: #949494 #d4d4d4;
}

/*
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(calc((100vw / 375) * 50));
}

.move_parts.top_btm {
	transform: translateY(calc((100vw / 375) * -50));
}

.move_parts.left_right {
	transform: translateX(calc((100vw / 375) * -50));
}

.move_parts.right_left {
	transform: translateX(calc((100vw / 375) * 50));
}

.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 img {
	-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: calc((100vw / 375) * 35);
	font-size: calc((100vw / 375) * 13);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.35rem;
}

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

.eng_title {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 36);
	font-weight: 700;
	line-height: 1;
	font-family: "Josefin Sans", sans-serif;
}

.eng_title.white { color:#fff; }

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

.eng_title.mini {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 13);
	letter-spacing: 0.05rem;
}

.catch_title {
	position: relative;
	margin-bottom: calc((100vw / 375) * 30);
	padding-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 24);
	font-weight: 700;
	line-height: 1.45;
	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: calc((100vw / 375) * 50);
	height: 1px;
	background: #161616;
}

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

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

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

.btn01.jp {
	padding: 0 calc((100vw / 375) * 10) 1px 0;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05rem;
}

.btn01.tel {
	height: calc((100vw / 375) * 64);
	padding: calc((100vw / 375) * 2) 0 0;
	font-size: calc((100vw / 375) * 18);
	color: #26acaa;
	letter-spacing: 0.05rem;
	background: #fff;
	border: solid 1px #26acaa;
}

.btn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 9);
	margin-top: calc((100vw / 375) * -4.5);
	background: url(../common_img/sp/arrow_white.png) center center / calc((100vw / 375) * 12) no-repeat;
}

.btn01.tel::after { display:none; }

/* ▼SWITCH▼ */
.disp_switch .icon {
	display: block;
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 10);
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	margin-top: calc((100vw / 375) * -12);
	background: url(../common_img/arrow_down.png) center center / calc((100vw / 375) * 24) 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▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w15per { width:15%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

.sp_w90 { width:calc((100vw / 375) * 90)!important; }
.sp_w160 { width:calc((100vw / 375) * 160)!important; }
.sp_w250 { width:calc((100vw / 375) * 250)!important; }
.sp_w400 { width:calc((100vw / 375) * 400)!important; }
.sp_w500 { width:calc((100vw / 375) * 500)!important; }
.sp_w510 { width:calc((100vw / 375) * 510)!important; }
.sp_w580 { width:calc((100vw / 375) * 580)!important; }

.sp_h240 { height:calc((100vw / 375) * 240)!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 375) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 375) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 375) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 375) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 375) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 375) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 375) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 375) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 375) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 375) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 375) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 375) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 375) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 375) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 375) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 375) * 60)!important; margin-right:calc((100vw / 375) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 375) * 55)!important; margin-right:calc((100vw / 375) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 375) * 50)!important; margin-right:calc((100vw / 375) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 375) * 35)!important; margin-right:calc((100vw / 375) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 375) * 30)!important; margin-right:calc((100vw / 375) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 375) * 25)!important; margin-right:calc((100vw / 375) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 375) * 20)!important; margin-right:calc((100vw / 375) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 375) * 15)!important; margin-right:calc((100vw / 375) * 15)!important; }
.sp_mlr10 { margin-left:calc((100vw / 375) * 10)!important; margin-right:calc((100vw / 375) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 375) * 5)!important; margin-right:calc((100vw / 375) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 375) * -1)!important; margin-right:calc((100vw / 375) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 375) * -5)!important; margin-right:calc((100vw / 375) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 375) * -10)!important; margin-right:calc((100vw / 375) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 375) * -20)!important; margin-right:calc((100vw / 375) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 375) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 375) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 375) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 375) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 375) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 375) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 375) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 375) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 375) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 375) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 375) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 375) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 375) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 375) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 375) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 375) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 375) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 375) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 375) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 375) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 375) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 375) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 375) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 375) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 375) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 375) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 375) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 375) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 375) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 375) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 375) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 375) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 375) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 375) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 375) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 375) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 375) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 375) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 375) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 375) * 8)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_p20 { padding:calc((100vw / 375) * 20)!important; }
.sp_p15 { padding:calc((100vw / 375) * 15)!important; }
.sp_p10 { padding:calc((100vw / 375) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 375) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 375) * 50)!important; }

.sp_ptb20 { padding-top:calc((100vw / 375) * 20)!important; padding-bottom:calc((100vw / 375) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 375) * 15)!important; padding-bottom:calc((100vw / 375) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 375) * 5)!important; padding-bottom:calc((100vw / 375) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 375) * 0)!important; padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 375) * 25)!important; padding-right:calc((100vw / 375) * 25)!important; }

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

.size10 { font-size:calc((100vw / 375) * 10)!important; }
.size11 { font-size:calc((100vw / 375) * 11)!important; }
.size12 { font-size:calc((100vw / 375) * 12)!important; }
.size13 { font-size:calc((100vw / 375) * 13)!important; }
.size14 { font-size:calc((100vw / 375) * 14)!important; }
.size16 { font-size:calc((100vw / 375) * 16)!important; }
.size17 { font-size:calc((100vw / 375) * 17)!important; }
.size18 { font-size:calc((100vw / 375) * 18)!important; }
.size19 { font-size:calc((100vw / 375) * 19)!important; }
.size20 { font-size:calc((100vw / 375) * 20)!important; }
.size22 { font-size:calc((100vw / 375) * 22)!important; }
.size24 { font-size:calc((100vw / 375) * 24)!important; }
.size30 { font-size:calc((100vw / 375) * 30)!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: calc((100vw / 375) * 44);
	padding: 0 calc((100vw / 375) * 10);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 12);
	font-weight: 500;
	color: #161616;
	line-height: calc((100vw / 375) * 44);
	font-family: "Noto Sans JP", sans-serif;
	background: #ecfafa;
	border: solid 1px #c5d8d8;
	border-radius: 0;
	caret-color: #999;
}

textarea {
	display: block;
	width: 100%!important;
	min-height: calc((100vw / 375) * 200);
}

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: calc((100vw / 375) * 11)!important;
	color: #848383;
	font-weight: 500;
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #848383;
	font-weight: 500;
}

input::-moz-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #848383;
	font-weight: 500;
}

textarea::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #848383;
	font-weight: 500;
}

textarea:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #848383;
	font-weight: 500;
}

textarea::-moz-placeholder {
	font-size: calc((100vw / 375) * 11)!important;
	color: #848383;
	font-weight: 500;
}

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

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

.select_box, .date_box {
	position: relative;
}

select {
	line-height: calc((100vw / 375) * 38);
}

.select_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 8);
	width: calc((100vw / 375) * 9);
	height: calc((100vw / 375) * 6);
	margin-top: calc((100vw / 375) * -3);
	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: calc((100vw / 375) * 30);
	height: calc((100vw / 375) * 30);
	margin: 0 calc((100vw / 375) * 12) 0 0;
	vertical-align: middle;
	background: #ecfafa;
	border: solid 1px #c5d8d8;
	transform: translateY(1px);
}

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: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	background: #26acaa;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

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

.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 calc((100vw / 375) * 20) 0 0;
	font-size: calc((100vw / 375) * 12);
	line-height: calc((100vw / 375) * 30);
	letter-spacing: 0.05rem;
}

.wpcf7-list-item {
	display: inline-block;
	margin: calc((100vw / 375) * 5) calc((100vw / 375) * 15) calc((100vw / 375) * 5) 0;
}

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