@charset "utf-8";

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

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

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

/* ▼CONTAINER CONTROL▼ */
.base_box {
	position: relative;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

.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: "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;
	transition: .3s;
}

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

a:hover, button: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;
	color: #161616;
	font-family: "Noto Sans JP", sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.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: 0 50px 0 40px;
	z-index: 1000;
}

header .h_logo {
	width: 280px;
}

header .h_logo img { width:100%; }

header .h_logo a:hover { opacity:1; }

header .hnavi_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(100% - 480px);
	padding-right: 20px;
}

header .hnavi_list li a {
	display: block;
	padding: 0 15px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 120px;
}

header .btn {
	width: 200px;
}

header .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 38px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.7rem;
	color: #2d7a4f;
	background: #fff;
	border-radius: 360px;
}

.btn_gnavi, #gnavi { display:none; }

/*
CONTENTS
***************************************************************************/
/* ▼PAGE TITLE▼ */
#page_title {
	position: relative;
	height: 500px;
	background: url(../images/topimg_pc.jpg) center top 45% / cover no-repeat;
}

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

#page_title .title {
	font-size: 6rem;
	color: #fff;
}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	height: 100vh;
	background: url(../images/topimg_pc.jpg) center top / cover no-repeat;
}

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

#topimg .title_box {
	position: absolute;
	bottom: 110px;
	left: 0;
	width: 100%;
	color: #fff;
}

#topimg .title {
	margin-bottom: 30px;
	font-size: 6.4rem;
	line-height: 1.25;
}

#topimg .txt {
	margin-bottom: 40px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.65;
}

#topimg .btn {
	width: 320px;
}

/* ▼ABOUT▼ */
.top_about {
	padding: 80px 0 20px;
	font-weight: 400;
	color: #fff;
	background: #2d7a4f;
}

.top_about > .base_box {
	display: flex;
}

.top_about .title_box {
	width: 490px;
}

.top_about .sec_title {
	color: #fff;
}

.top_about .content {
	width: calc(100% - 490px);
	margin-top: 25px;
	padding-right: 150px;
	font-size: 1.8rem;
}

.top_about .txt {
	margin-bottom: 50px;
	font-size: 2rem;
}

.top_about .box {
	margin-bottom: 70px;
}

.top_about .box .title {
	margin-bottom: 20px;
	font-size: 4rem;
	font-weight: 500;
}

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

.top_about .box .list dl {
	display: flex;
	padding: 15px 0;
	font-size: 1.4rem;
	border-bottom: solid 1px #68997e;
}

.top_about .box .list dt {
	width: 80px;
}

.top_about .box .list dd {
	width: calc(100% - 80px);
}

.top_about .box .name {
	margin-top: 40px;
	text-align: right;
}

/* ▼MISSION▼ */
.top_mission {
	padding: 90px 0 120px;
	background: #f6f9f9;
}

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

.mission_list > .box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 140px;
}

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

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

.mission_list .img {
	width: 500px;
	aspect-ratio: 10 / 7;
	border-radius: 15px;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	overflow: hidden;
}

.mission_list .content {
	width: calc(100% - 500px);
}

.mission_list > .box:nth-child(2n+1) .content { padding:0 50px 0 70px; }
.mission_list > .box:nth-child(2n) .content { padding:0 0 0 120px; }

.mission_list .title {
	position: relative;
	margin-bottom: 30px;
	font-size: 4rem;
	font-weight: 600;
	font-family: "Noto Serif JP", sans-serif;
}

.mission_list .title::before {
	position: absolute;
	top: -45px;
	left: -70px;
	font-size: 10rem;
	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: 80px 0 120px;
	background: #e8f5e9;
}

.top_member .title_box {
	margin-bottom: 80px;
}

.top_member .member_list {
	display: flex;
	flex-wrap: wrap;
	gap: 140px 180px;
	width: 880px;
	margin: 0 auto;
}

.member_list > .box {
	width: calc((100% - 180px) / 2);
}

.member_list > .box:nth-child(2n) { transform:translateY(330px); }

.member_list .img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 15px;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	overflow: hidden;
}

.member_list .content {
	margin-top: 30px;
	font-size: 1.4rem;
}

.member_list .part {
	font-size: 1.5rem;
}

.member_list .title {
	margin-bottom: 15px;
	font-size: 2.4rem;
}

/* ▼SERVICE▼ */
.top_service {
	padding: 100px 0 120px;
	background: #f6f9f9;
}

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

.top_service .service_list {
	width: 980px;
	margin: 0 auto;
}

.service_list > .box {
	margin-bottom: 150px;
}

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

.service_list .inner {
	display: flex;
	align-items: flex-start;
}

.service_list .inner .img {
	width: 550px;
	aspect-ratio: 11 / 9;
	border-radius: 15px;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
	overflow: hidden;
}

.service_list .inner .content {
	width: calc(100% - 550px);
	margin-top: 15px;
	padding-left: 50px;
}

.service_list .inner .title {
	margin-bottom: 25px;
	font-size: 4rem;
	font-weight: 500;
	color: #2d7a4f;
	line-height: 1.25;
}

.service_list .inner .target {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	font-size: 1.2rem;
	line-height: 30px;
	background: #fff;
	border: solid 1px #95bca7;
	border-radius: 360px;
}

.service_list .inner .target dt {
	width: 70px;
	padding: 0 0 2px 5px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: #2d7a4f;
	border-radius: 360px 0 0 360px;
}

.service_list .inner .target dd {
	width: calc(100% - 70px);
	padding: 0 0 2px 15px;
}

.service_list .inner .txt {
	margin-bottom: 30px;
}

.service_list .inner .btn {
	width: 280px;
}

.service_list .detail_box {
	display: flex;
	margin-top: 60px;
	padding: 60px;
	background: #e8f5e9;
}

.service_list .detail_box .set {
	width: 50%;
	padding: 20px 0;
	border-right: solid 1px #2d7a4f;
}

.service_list .detail_box .set:last-child { border-right:none; }

.service_list .detail_box .set:nth-child(1) { padding-right:60px; }
.service_list .detail_box .set:nth-child(2) { padding-left:60px; }

.service_list .detail_box .title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	color: #2d7a4f;
}

.service_list .detail_box .catch {
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 1.8rem;
	font-weight: 700;
}

.service_list .detail_box .catch::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 15px;
	height: 2px;
	background: #2d7a4f;
}

.service_list .detail_box .txt {
	margin-bottom: 30px;
}

.service_list .list_title {
	margin-bottom: 10px;
	font-weight: 700;
	color: #2d7a4f;
}

.service_list .list {
	margin-bottom: 30px;
}

.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: 80px 0 120px;
	background: #e8f5e9;
}

.top_contact .title_box {
	margin-bottom: 80px;
}

.top_contact .sec_inner {
	width: 750px;
	margin: 0 auto;
}

.top_contact .stxt {
	margin-top: 10px;
	font-size: 1.2rem;
	color: #666;
}

/*
PP
***************************************************************************/
.pp_sec {
	padding: 90px 0 120px;
	background: #e8f5e9;
}

.pp_sec .pp_title {
	margin-bottom: 40px;
	font-size: 3.6rem;
	color: #2d7a4f;
}

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

.pp_sec .box .title {
	margin-bottom: 20px;
	font-size: 2rem;
}

.pp_sec .box .stitle {
	margin: 20px 0 5px;
	font-size: 1.6rem;
	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: 40px;
}

.pp_sec .sbox {
	padding: 40px 50px 45px;
	background: #fff;
}

.pp_sec .sbox .name {
	margin-bottom: 25px;
	font-size: 1.6rem;
	font-weight: 700;
}

/*
FORM
***************************************************************************/
/* ▼INPUT▼ */
.user_form {
	margin-bottom: 35px;
}

.user_form dl {
	margin-bottom: 30px;
}

.user_form dt {
	margin-bottom: 12px;
}

.user_form dt .must {
	display: inline-block;
	position: relative;
	padding-right: 60px;
}

.user_form dt .must::before {
	content: '必須';
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	text-align: center;
	font-size: 1.2rem;
	color: #cc5549;
	line-height: 22px;
	background: #fff;
	border: solid 1px #cc5549;
	border-radius: 10px;
	transform: translateY(-50%);
}

.user_form .group {
	display: flex;
	gap: 0 20px;
}

.user_form .group dl {
	width: calc((100% - 20px) / 2);
}

.user_form.conf {
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: solid 1px #999;
}

.user_form.conf dl {
	display: flex;
}

.user_form.conf dt { width:300px; }
.user_form.conf dd { width:calc(100% - 300px); }

.mfp_err {
	font-size: 1.4rem;
	font-weight: 700;
	color: #cc5549;
}

.mfp_err > span {
	display: inline-block;
	padding-top: 15px;
}

.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: 35px;
	font-size: 3.6rem;
	color: #2d7a4f;
}

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

.form_comp .btn {
	width: 400px;
	margin: 0 auto;
}

/* ▼CHECKBOX▼ */
.pp_box {
	margin-bottom: 55px;
}

.pp_check {
	text-align: center;
}

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

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

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

/* ▼BUTTON▼ */
.form_btn {
	display: flex;
	gap: 0 30px;
}

.form_btn li { width:100%; }
.form_btn li.back { width:calc((100% - 30px) * 0.25); }
.form_btn li.send { width:calc((100% - 30px) * 0.75); }

.form_btn .btn01 {
	box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
}

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

.form_btn.conf { flex-direction:row-reverse; }

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

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

footer .head {
	margin: 0 30px;
	padding: 30px 0 10px;
	border-bottom: solid 2px #519168;
}

footer .head > .base_box {
	display: flex;
	align-items: center;
}

footer .f_logo {
	width: 330px;
}

footer .f_logo img { width:100%; }

footer .fnavi_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 15px;
	width: calc(100% - 330px);
}

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

footer .foot {
	display: flex;
	padding: 40px 0;
}

footer .foot .info {
	width: 680px;
}

footer .foot .info .title {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 600;
}

footer .foot .info .inner {
	display: flex;
}

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

footer .foot .info .left, footer .foot .info .right {
	width: 50%;
	font-size: 1.2rem;
	line-height: 2;
}

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

footer .foot .info .left dt {
	margin-right: 15px;
}

footer .foot .business {
	width: calc(100% - 680px);
	padding-left: 40px;
	border-left: solid 2px #519168;
}

footer .foot .business dt {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

footer .foot .business dd {
	margin-left: 20px;
	font-size: 1.2rem;
	line-height: 2;
}

footer .btm_belt {
	width: 100%;
	height: 50px;
	font-size: 1.2rem;
	background: #1e5941;
}

footer .btm_belt > .base_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

footer .fnavi_slist {
	width: 50%;
}

footer .fnavi_slist li {
	display: inline-block;
	margin-right: 22px;
}

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

footer .copy {
	width: 50%;
	text-align: right;
	color: #bfd7b6;
}

footer .copy small { font-size:1.2rem; }

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

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

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

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

.gecko .scroll_box {
	scrollbar-width: 4px;
	scrollbar-color: #949494 #efefef;
}

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

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

}

/*
PARTS
***************************************************************************/
/* ▼BUTTON▼ */
.btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 64px;
	padding: 0 0 4px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	background: #2d7a4f;
	border-radius: 15px;
	transition: .3s;
	cursor: pointer;
}

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

/* ▼ARROW▼ */
.btn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

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

/* ▼TITLE▼ */
.sec_title {
	font-size: 6rem;
	font-weight: 700;
	color: #2d7a4f;
}

.eng_title {
	font-size: 4.4rem;
	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: 80px;
	height: 80px;
	margin-top: -40px;
	background-image: url(../common_img/icon_box_open.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px;
}

.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▼ */
.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_mlr2 { margin-left:2px!important; margin-right:2px!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_ml2 { margin-left:2px!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_mt120 { margin-top:120px!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; }

.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!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: 50px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 500;
	color: #161616;
	line-height: 50px;
	font-family: "Noto Sans JP", sans-serif;
	background: #fff;
	border: solid 1px #e0e3e0;
	border-radius: 0;
	caret-color: #272727;
}

textarea {
	width: 100%!important;
	min-height: 200px;
	padding: 15px 20px;
	line-height: 1.8;
}

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

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

input::-webkit-input-placeholder {
	font-size: 1.5rem!important;
	color: #ccc;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: 1.5rem!important;
	color: #ccc;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: 1.5rem!important;
	color: #ccc;
	font-weight: 400;
}

textarea::-webkit-input-placeholder {
	font-size: 1.5rem!important;
	color: #ccc;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	font-size: 1.5rem!important;
	color: #ccc;
	font-weight: 400;
}

textarea::-moz-placeholder {
	font-size: 1.5rem!important;
	color: #ccc;
	font-weight: 400;
}

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