@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: #000;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05rem;
	background: #fff;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.form_complete {
	min-height: 100vh;
}

.base_box, .base_content { 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: "palt";
	backface-visibility: hidden;
}

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: #000;
	text-decoration: none;
	outline: none;
}

a.normal_link {
	color: #000;
	text-decoration: underline;
}

/* ▼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;
	color: #161616;
	font-family: "Noto Sans JP", sans-serif;
	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;
	align-items: flex-start;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 calc((100vw / 375) * 70) 0 calc((100vw / 375) * 10);
	z-index: 1000;
}

header .h_logo {
	width: calc((100vw / 375) * 150);
}

header .hnavi_list { display:none; }

header .btn {
	width: calc((100vw / 375) * 120);
}

header .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: calc((100vw / 375) * 30);
	margin-top: calc((100vw / 375) * 15);
	padding-bottom: calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 11);
	color: #2d7a4f;
	background: #fff;
	border-radius: 360px;
}

.btn_gnavi {
	position: fixed;
	top: 0;
	right: 0;
	width: calc((100vw / 375) * 50);
	height: calc((100vw / 375) * 50);
	background: url(../images/btn_gnavi.png) center center / calc((100vw / 375) * 50) no-repeat;
	z-index: 1000;
}

/*
GNAVI
***************************************************************************/
#gnavi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: calc((100vw / 375) * 80) calc((100vw / 375) * 20) calc((100vw / 375) * 40);
	background: #2d7a4f;
	overflow-y: auto;
	z-index: 10000;
}

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

#gnavi .gnavi_list {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 20) 0;
	padding-bottom: calc((100vw / 375) * 40);
}

#gnavi .gnavi_list li {
	width: 50%;
}

#gnavi .gnavi_list li a {
	display: block;
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
	color: #fff;
}

/*
CONTENTS
***************************************************************************/
/* ▼PAGE TITLE▼ */
#page_title {
	position: relative;
	height: calc((100vw / 375) * 240);
	background: url(../images/topimg_sp.jpg) center top 15% / cover no-repeat;
}

#page_title .title_box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#page_title .title {
	padding-top: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 24);
	color: #fff;
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	height: calc((100vw / 375) * 500);
	background: url(../images/topimg_sp.jpg) center top / cover no-repeat;
}

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

#topimg .title_box {
	position: absolute;
	bottom: calc((100vw / 375) * 40);
	left: calc((100vw / 375) * 20);
	color: #fff;
}

#topimg .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 32);
	line-height: 1.25;
}

#topimg .txt {
	margin-bottom: calc((100vw / 375) * 25);
	font-size: calc((100vw / 375) * 12);
	font-weight: 400;
}

#topimg .btn {
	width: calc((100vw / 375) * 220);
}

#topimg .btn01 {
	font-size: calc((100vw / 375) * 13);
}

/* ▼ABOUT▼ */
.top_about {
	padding: calc((100vw / 375) * 45) calc((100vw / 375) * 20) calc((100vw / 375) * 20);
	font-weight: 400;
	color: #fff;
	background: #2d7a4f;
}

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

.top_about .sec_title {
	color: #fff;
}

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

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

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

.top_about .box .list {
	border-top: solid 1px #68997e;
}

.top_about .box .list dl {
	display: flex;
	padding: calc((100vw / 375) * 15) 0;
	border-bottom: solid 1px #68997e;
}

.top_about .box .list dt {
	width: calc((100vw / 375) * 80);
}

.top_about .box .list dd {
	width: calc(100% - ((100vw / 375) * 80));
}

.top_about .box .name {
	margin-top: calc((100vw / 375) * 20);
	text-align: right;
}

/* ▼MISSION▼ */
.top_mission {
	padding: calc((100vw / 375) * 45) calc((100vw / 375) * 20) calc((100vw / 375) * 50);
	background: #f6f9f9;
}

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

.mission_list > .box {
	margin-bottom: calc((100vw / 375) * 50);
}

.mission_list > .box:last-child { margin-bottom:0; }

.mission_list .img {
	width: 100%;
	aspect-ratio: 10 / 7;
	border-radius: calc((100vw / 375) * 10);
	box-shadow: calc((100vw / 375) * 5) calc((100vw / 375) * 5) calc((100vw / 375) * 20) rgba(0,0,0,0.05);
	overflow: hidden;
}

.mission_list .content {
	margin-top: calc((100vw / 375) * 30);
}

.mission_list .title {
	position: relative;
	margin-bottom: calc((100vw / 375) * 20);
	padding-left: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 22);
	font-weight: 600;
	font-family: "Noto Serif JP", sans-serif;
}

.mission_list .title::before {
	position: absolute;
	top: calc((100vw / 375) * -15);
	left: calc((100vw / 375) * -5);
	font-size: calc((100vw / 375) * 50);
	color: #bfd7b6;
	line-height: 1;
}

.mission_list > .box:nth-child(1) .title::before { content:'1'; }
.mission_list > .box:nth-child(2) .title::before { content:'2'; }
.mission_list > .box:nth-child(3) .title::before { content:'3'; }

/* ▼MEMBER▼ */
.top_member {
	padding: calc((100vw / 375) * 45) calc((100vw / 375) * 20) calc((100vw / 375) * 50);
	background: #e8f5e9;
}

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

.member_list > .box {
	display: flex;
	align-items: center;
	margin-bottom: calc((100vw / 375) * 40);
}

.member_list > .box:last-child { margin-bottom:0; }

.member_list > .box:nth-child(2n) { flex-direction:row-reverse; }

.member_list .img {
	width: calc((100vw / 375) * 150);
	aspect-ratio: 1 / 1;
	border-radius: calc((100vw / 375) * 10);
	box-shadow: calc((100vw / 375) * 5) calc((100vw / 375) * 5) calc((100vw / 375) * 20) rgba(0,0,0,0.05);
	overflow: hidden;
}

.member_list .content {
	width: calc(100% - ((100vw / 375) * 150));
	font-size: calc((100vw / 375) * 12);
}

.member_list > .box:nth-child(2n+1) .content { padding-left:calc((100vw / 375) * 25); }
.member_list > .box:nth-child(2n) .content { padding-right:calc((100vw / 375) * 25); }

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

/* ▼SERVICE▼ */
.top_service {
	padding: calc((100vw / 375) * 45) calc((100vw / 375) * 20) calc((100vw / 375) * 50);
	background: #f6f9f9;
}

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

.service_list > .box {
	margin-bottom: calc((100vw / 375) * 50);
}

.service_list > .box:last-child { margin-bottom:0; }

.service_list .inner .img {
	width: 100%;
	aspect-ratio: 11 / 9;
	border-radius: calc((100vw / 375) * 10);
	box-shadow: calc((100vw / 375) * 5) calc((100vw / 375) * 5) calc((100vw / 375) * 20) rgba(0,0,0,0.05);
	overflow: hidden;
}

.service_list .inner .content {
	margin-top: calc((100vw / 375) * 25);
}

.service_list .inner .title {
	margin-bottom: calc((100vw / 375) * 25);
	font-size: calc((100vw / 375) * 24);
	font-weight: 500;
	color: #2d7a4f;
	line-height: 1.25;
}

.service_list .inner .target {
	display: flex;
	align-items: center;
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 11);
	line-height: calc((100vw / 375) * 36);
	background: #fff;
	border: solid 1px #95bca7;
	border-radius: 360px;
}

.service_list .inner .target dt {
	width: calc((100vw / 375) * 70);
	padding: 0 0 0 calc((100vw / 375) * 5);
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: #2d7a4f;
	border-radius: 360px 0 0 360px;
}

.service_list .inner .target dd {
	width: calc(100% - ((100vw / 375) * 70));
	padding: 0 0 0 calc((100vw / 375) * 12);
}

.service_list .inner .txt {
	margin-bottom: calc((100vw / 375) * 25);
}

.service_list .inner .btn {
	width: calc((100vw / 375) * 200);
}

.service_list .detail_box {
	margin-top: calc((100vw / 375) * 30);
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 20);
	background: #e8f5e9;
}

.service_list .detail_box .set:first-child {
	margin-bottom: calc((100vw / 375) * 30);
	padding-bottom: calc((100vw / 375) * 30);
	border-bottom: solid 1px #2d7a4f;
}

.service_list .detail_box .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 20);
	color: #2d7a4f;
}

.service_list .detail_box .catch {
	position: relative;
	margin-bottom: calc((100vw / 375) * 10);
	padding-left: calc((100vw / 375) * 25);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
	line-height: 1.5;
}

.service_list .detail_box .catch::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 12);
	left: 0;
	width: calc((100vw / 375) * 15);
	height: 1px;
	background: #2d7a4f;
}

.service_list .detail_box .txt {
	margin-bottom: calc((100vw / 375) * 20);
}

.service_list .list_title {
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 15);
	font-weight: 700;
	color: #2d7a4f;
}

.service_list .list {
	margin-bottom: calc((100vw / 375) * 25);
}

.service_list .detail_box .list { margin-bottom:0; }

.service_list .list li {
	position: relative;
	padding-left: 1.2em;
}

.service_list .list li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

/* ▼CONTACT▼ */
.top_contact {
	padding: calc((100vw / 375) * 45) calc((100vw / 375) * 20) calc((100vw / 375) * 50);
	background: #e8f5e9;
}

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

.top_contact .stxt {
	margin-top: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 10);
	color: #666;
}

/*
PP
***************************************************************************/
.pp_sec {
	padding: calc((100vw / 375) * 45) calc((100vw / 375) * 20) calc((100vw / 375) * 50);
	background: #e8f5e9;
}

.pp_sec .pp_title {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 24);
	color: #2d7a4f;
}

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

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

.pp_sec .box .stitle {
	margin: calc((100vw / 375) * 15) 0 calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 16);
	font-weight: 700;
}

.pp_sec .box .list li {
	position: relative;
	padding-left: 1.2em;
}

.pp_sec .box .list li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

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

.pp_sec .sbox {
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 20) calc((100vw / 375) * 30);
	background: #fff;
}

.pp_sec .sbox .name {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 14);
	font-weight: 700;
}

/*
FORM
***************************************************************************/
/* ▼INPUT▼ */
.user_form {
	margin-bottom: calc((100vw / 375) * 30);
}

.user_form dl {
	margin-bottom: calc((100vw / 375) * 25);
}

.user_form dt {
	margin-bottom: calc((100vw / 375) * 10);
}

.user_form dt .must {
	display: inline-block;
	position: relative;
	padding-right: calc((100vw / 375) * 45);
}

.user_form dt .must::before {
	content: '必須';
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 35);
	text-align: center;
	font-size: calc((100vw / 375) * 9);
	color: #cc5549;
	line-height: calc((100vw / 375) * 20);
	background: #fff;
	border: solid 1px #cc5549;
	border-radius: calc((100vw / 375) * 5);
	transform: translateY(-50%);
}

.mfp_err {
	font-size: calc((100vw / 375) * 12);
	font-weight: 700;
	color: #cc5549;
}

.mfp_err > span {
	display: inline-block;
	padding-top: calc((100vw / 375) * 10);
}

.mfp_err.ex > span { padding-top:0; }

#mfp_hidden, #mfp_loading, #mfp_loading_screen, #mfp_overlay_background, #mfp_overlay { display:none; }

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

.form_comp .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 24);
	color: #2d7a4f;
}

.form_comp .txt {
	margin-bottom: calc((100vw / 375) * 30);
	text-align: left;
}

/* ▼CHECKBOX▼ */
.pp_box {
	margin-bottom: calc((100vw / 375) * 35);
}

.pp_check {
	text-align: center;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: calc((100vw / 375) * 22);
	height: calc((100vw / 375) * 22);
	margin: 0 calc((100vw / 375) * 10) 0 0;
	vertical-align: middle;
	background: #fff;
	border: solid 1px #7a7d7b;
	border-radius: 0;
	transform: translateY(calc((100vw / 375) * -2));
}

input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc((100vw / 375) * 22);
	height: calc((100vw / 375) * 22);
	background: url(../images/icon_check.png) center center / calc((100vw / 375) * 24) no-repeat;
	opacity: 0;
}

input[type="checkbox"]:checked:after { opacity:1; }

/* ▼BUTTON▼ */
.form_btn li { width:100%; }
.form_btn li.back {
	width: calc((100vw / 375) * 140);
	margin: calc((100vw / 375) * 25) auto 0;
}

.form_btn .btn01 {
	box-shadow: calc((100vw / 375) * 5) calc((100vw / 375) * 5) calc((100vw / 375) * 20) rgba(0,0,0,0.05);
}

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

.form_btn li.back .btn01 {
	background: #ccc;
}

/*
FOOTER
***************************************************************************/
footer {
	font-weight: 400;
	color: #fff;
	background: #2d7a4f;
}

footer .head {
	margin: 0 calc((100vw / 375) * 20);
	padding: calc((100vw / 375) * 35) calc((100vw / 375) * 70) calc((100vw / 375) * 20) 0;
	border-bottom: solid 1px #519168;
}

footer .f_logo {
	width: calc((100vw / 375) * 200);
	margin-bottom: calc((100vw / 375) * 25);
}

footer .fnavi_list li {
	display: inline-block;
	margin: 0 calc((100vw / 375) * 15) calc((100vw / 375) * 5) 0;
}

footer .fnavi_list li a {
	color: #fff;
}

footer .foot {
	padding: calc((100vw / 375) * 25) calc((100vw / 375) * 20) calc((100vw / 375) * 40);
}

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

footer .foot .info .title {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
	font-weight: 600;
}

footer .foot .info .inner {
	display: flex;
	font-size: calc((100vw / 375) * 11);
}

footer .foot .info dt { color:#bfd7b6; }

footer .foot .info .left { width:45%; }
footer .foot .info .right { width:55%; }

footer .foot .info .left dt, footer .foot .info .left dd {
	display: inline-block;
}

footer .foot .info .left dt {
	margin-right: calc((100vw / 375) * 10);
}

footer .foot .business dt {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 18);
}

footer .foot .business dd {
	font-size: calc((100vw / 375) * 12);
}

footer .btm_belt {
	padding: calc((100vw / 375) * 15) 0;
	text-align: center;
	font-size: calc((100vw / 375) * 10);
	line-height: 2;
	background: #1e5941;
}

footer .fnavi_slist li {
	display: inline-block;
	margin: 0 calc((100vw / 375) * 5);
}

footer .fnavi_slist li a {
	color: #bfd7b6;
}

footer .copy small { font-size:calc((100vw / 375) * 9); color:#bfd7b6; }

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

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

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

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

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

/*
PARTS
***************************************************************************/
/* ▼BUTTON▼ */
.btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 48);
	padding: 0 0 calc((100vw / 375) * 2);
	text-align: center;
	font-size: calc((100vw / 375) * 14);
	color: #fff;
	background: #2d7a4f;
	border-radius: calc((100vw / 375) * 10);
}

.btn01.white {
	color: #2d7a4f;
	background: #fff;
}

/* ▼ARROW▼ */
.btn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 6);
	height: calc((100vw / 375) * 6);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.btn01.white::after {
	border-top: 1px solid #2d7a4f;
	border-right: 1px solid #2d7a4f;
}

/* ▼TITLE▼ */
.sec_title {
	font-size: calc((100vw / 375) * 30);
	font-weight: 700;
	color: #2d7a4f;
}

.eng_title {
	font-size: calc((100vw / 375) * 24);
	font-weight: 600;
	color: #ccc;
	line-height: 1;
	font-family: "Noto Serif JP", sans-serif;
}

/* ▼ICON▼ */
.disp_switch .icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 40);
	height: calc((100vw / 375) * 40);
	margin-top: calc((100vw / 375) * -20);
	background-image: url(../common_img/icon_box_open.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 40);
}

.disp_switch.opened .icon { background-image:url(../common_img/icon_box_close.jpg); }

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

.sp_size10 { font-size:calc((100vw / 375) * 10)!important; }
.sp_size11 { font-size:calc((100vw / 375) * 11)!important; }
.sp_size12 { font-size:calc((100vw / 375) * 12)!important; }
.sp_size13 { font-size:calc((100vw / 375) * 13)!important; }
.sp_size14 { font-size:calc((100vw / 375) * 14)!important; }
.sp_size16 { font-size:calc((100vw / 375) * 16)!important; }
.sp_size17 { font-size:calc((100vw / 375) * 17)!important; }
.sp_size18 { font-size:calc((100vw / 375) * 18)!important; }
.sp_size19 { font-size:calc((100vw / 375) * 19)!important; }
.sp_size20 { font-size:calc((100vw / 375) * 20)!important; }
.sp_size22 { font-size:calc((100vw / 375) * 22)!important; }
.sp_size24 { font-size:calc((100vw / 375) * 24)!important; }
.sp_size30 { font-size:calc((100vw / 375) * 30)!important; }

.c_yellow { color:#f5fd1e!important; }
.c_lblue { color:#34bae6!important; }
.c_red { color:#d81028!important; }
.c_pink { color:#f25072!important; }
.c_brown { color:#624d2b!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;
	display: block;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 50);
	padding: 0 calc((100vw / 375) * 12) calc((100vw / 375) * 2);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #161616;
	line-height: calc((100vw / 375) * 48);
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	border: solid 1px #cdcdcd;
	border-radius: 0;
	caret-color: #272727;
}

textarea {
	width: 100%!important;
	min-height: calc((100vw / 375) * 160);
	padding: calc((100vw / 375) * 16) calc((100vw / 375) * 12);
	line-height: 1.85;
}

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 #cdcdcd;
	outline: none;
}

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

input::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

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

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

textarea::-moz-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

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