@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.6rem;
	font-weight: 500;
	color: #3d3d3d;
	line-height: 2;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.05rem;
	background: #fff;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	caret-color: transparent;
}

body.form_complete {
	min-height: 100vh;
	background: #70cbc4;
}

.base_box {
	position: relative;
	width: 1200px;
	margin: 0 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: #ff78a8;
	text-decoration: underline;
	outline: none;
	transition: .3s;
}

a:hover {
	text-decoration: none;
}

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

button, input[type="submit"] {
	width: 100%;
	height: 100%;
	padding: 0;
	vertical-align: middle;
	font-size: 2rem;
	font-weight: 900;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

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

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

}

/*
TOPIMG
***************************************************************************/
#topimg {
	position: relative;
	padding-top: 100px;
	background: url(../images/pc/topimg_bg.jpg) center bottom / cover no-repeat;
}

#topimg .logo { display:none; }
/*
#topimg .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(255,255,255);
	z-index: 10;
}
*/
#topimg .title {
	width: 1000px;
	margin: 0 auto;
	transform: translateY(20px);
}

#topimg dl {
	height: 760px;
	padding: 150px 140px 0;
	background: url(../images/pc/catch_bg.png) center center / cover no-repeat;
}

#topimg dd {
	width: 480px;
	margin-top: 15px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #339089;
	line-height: 1.8;
}

/*
ABOUT
***************************************************************************/
.about_sec {
	position: relative;
	padding-bottom: 240px;
	color: #fff;
	background: url(../images/pc/about_bg.jpg) center top / cover no-repeat;
}

.about_sec::after {
	content: '';
	position: absolute;
	bottom: 80px;
	left: 50%;
	width: 540px;
	height: 240px;
	margin-left: 130px;
	background: url(../images/pc/about_parts.png) no-repeat;
	z-index: 1;
}

.about_sec .sec_title {
	width: 400px;
	margin: 0 auto;
	transform: translateY(10px);
}

.about_sec .sec_title img { width:100%; }

.about_sec .box {
	display: flex;
	align-items: center;
	font-weight: 500;
	line-height: 1.8;
}

.about_sec .box .img {
	width: 570px;
}

.about_sec .box .content {
	width: calc(100% - 570px);
	padding: 0 120px 0 30px;
}

.about_sec .box .title {
	position: relative;
	margin-right: -40px;
	margin-bottom: 30px;
	font-size: 3.8rem;
	line-height: 1.4;
}

.about_sec .box .title::before {
	content: '';
	position: absolute;
	top: -65px;
	right: 40px;
	width: 220px;
	height: 220px;
	background: url(../images/pc/about_txt.png) no-repeat;
	z-index: 10;
}

.about_sec .box .title span { color:#ffefaf; }

/*
INSITE
***************************************************************************/
.insite_sec {
	padding: 40px 0 160px;
	background: url(../images/pc/insite_bg.jpg) center center / cover no-repeat;
}

.insite_sec .sec_title {
	width: 800px;
	margin: 0 auto;
}

.insite_sec .sec_txt {
	margin: 10px 0;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
	color: #2fb0a5;
	line-height: 1.5;
}

/*
FEATURE
***************************************************************************/
.feature_sec {
	padding-bottom: 20px;
	background-image: url(../images/pc/feature_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

@media screen and (min-width: 2000px){

	.feature_sec { background-size:100%; }

}

.feature_sec .sec_title {
	margin-bottom: -35px;
	transform: translateY(-70px);
}

.feature_sec .list {
	margin: 0 60px;
}

.feature_sec .box {
	position: relative;
	margin-bottom: 50px;
	line-height: 1.85;
	background: #fff;
	border-radius: 20px;
	box-shadow: 8px 8px 0px rgba(58,186,175,0.6);
}

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

.feature_sec .box:nth-child(1) {
	padding: 90px 0 150px 60px;
}

.feature_sec .box:nth-child(2) {
	padding: 45px 80px 90px 515px;
}

.feature_sec .box:nth-child(1)::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 40px;
	width: 360px;
	height: 100px;
	background: url(../images/feature_txt.png) no-repeat;
	z-index: 10;
}

.feature_sec .box:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 140px;
	right: -40px;
	width: 800px;
	height: 200px;
	background: url(../images/pc/feature_parts.png) no-repeat;
	z-index: 5;
}

.feature_sec .box .title {
	font-size: 3rem;
	color: #339089;
}

.feature_sec .box:nth-child(1) .title {
	margin-bottom: 30px;
}

.feature_sec .box:nth-child(2) .title {
	margin-bottom: 55px;
}

.feature_sec .box:nth-child(1) .img {
	position: absolute;
	top: -35px;
	right: -20px;
	z-index: 10;
}

.feature_sec .box:nth-child(2) .img {
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 10;
}

.feature_sec .box:nth-child(1) .txt {
	width: 400px;
}

.feature_sec .box:nth-child(2) .txt {
	width: 440px;
}

.feature_sec .box .comment {
	position: relative;
	margin-bottom: 60px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.45;
	z-index: 10;
}

.feature_sec .box .comment span {
	font-size: 3.2rem;
	color: #339089;
}

/*
POINT
***************************************************************************/
.point_sec {
	padding-bottom: 150px;
	background-image: url(../images/pc/point_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (min-width: 2000px){

	.point_sec { background-size:100%; }

}

.point_sec .sec_title {
	margin-bottom: 25px;
}

.point_sec .list {
	display: flex;
	justify-content: space-between;
	width: 1020px;
	margin: 0 auto;
}

.point_sec .box {
	position: relative;
	width: 330px;
	padding: 30px;
	line-height: 1.65;
	background: #fff;
	border-radius: 20px;
	box-shadow: 6px 6px 0px rgba(58,186,175,0.6);
}

.point_sec .box::before {
	content: '';
	position: absolute;
	top: -9px;
	left: 30px;
	width: 67px;
	height: 60px;
	background-repeat: no-repeat;
	z-index: 10;
}

.point_sec .box:nth-child(1)::before { background-image:url(../images/pc/point_no01.png); }
.point_sec .box:nth-child(2)::before { background-image:url(../images/pc/point_no02.png); }
.point_sec .box:nth-child(3)::before { background-image:url(../images/pc/point_no03.png); }

.point_sec .box .img {
	margin-bottom: 15px;
}

.point_sec .box .img img { width:100%; }

.point_sec .box .title {
	margin-bottom: 25px;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.25;
}

.point_sec .box .title span { color:#ff78a8; }

/*
STEP
***************************************************************************/
.step_sec {
	position: relative;
}

.step_sec::before {
	content: '';
	position: absolute;
	top: -85px;
	left: 50%;
	width: 260px;
	height: 270px;
	margin-left: 370px;
	background: url(../images/pc/step_parts.png) no-repeat;
	z-index: 10;
}

.step_sec .content {
	position: relative;
	margin: 0 60px;
	padding: 40px 0 45px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	background: #e2f5f3;
	border-radius: 20px;
}

.step_sec .content .img {
	position: absolute;
	bottom: 0;
	left: -30px;
	z-index: 10;
}

.step_sec .content::before {
	content: '';
	position: absolute;
	top: 30px;
	right: 50px;
	width: 220px;
	height: 170px;
	background: url(../images/pc/step_img02.png) no-repeat;
	z-index: 1;
}

/*
EXAMPLE
***************************************************************************/
.example_sec {
	padding: 240px 0 160px;
	background: url(../images/pc/example_bg.jpg) center top / cover no-repeat;
}

.example_sec .sec_title {
	width: 348px;
	margin: 0 auto 45px;
}

.example_sec .list {
	margin: 0 60px;
}

.example_sec .box {
	margin-bottom: 70px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 8px 8px 0px rgba(58,186,175,0.6);
}

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

.example_sec .box .title {
	position: relative;
	padding: 40px 0;
	text-align: center;
	font-size: 2.4rem;
	color: #339089;
	background: #e2f5f3;
	border-radius: 20px 20px 0 0;
}

.example_sec .box .title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 25px;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 100px;
	transform: translateY(-50%);
	z-index: 5;
}

.example_sec .box:nth-child(1) .title::before { background-image:url(../images/example_no01.png); }
.example_sec .box:nth-child(2) .title::before { background-image:url(../images/example_no02.png); }
.example_sec .box:nth-child(3) .title::before { background-image:url(../images/example_no03.png); }

.example_sec .box .content {
	position: relative;
	padding: 40px 0 75px 60px;
}

.example_sec .box .content .txt {
	width: 400px;
}

.example_sec .box .content .img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.example_sec .box:nth-child(2) .content .img { right:-40px; }

/*
TRIAL
***************************************************************************/
.trial_sec {
	position: relative;
	padding: 160px 0 30px;
	background: #fff;
}

.trial_sec::before {
	content: '';
	position: absolute;
	top: -50px;
	left: 50%;
	width: 1040px;
	height: 210px;
	margin-left: -410px;
	background: url(../images/pc/trial_parts01.png) no-repeat;
	z-index: 6;
}

.trial_sec::after {
	content: '';
	position: absolute;
	top: 160px;
	left: 50%;
	width: 320px;
	height: 350px;
	margin-left: 310px;
	background: url(../images/pc/trial_parts02.png) no-repeat;
	z-index: 6;
}

.trial_sec .sec_title {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1080px;
	margin-left: -540px;
	z-index: 10;
}

.trial_sec .box {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	padding: 40px 0 50px;
	text-align: center;
	line-height: 1.8;
	background: #fbfce9;
	border: solid 4px #c2e9e6;
	border-radius: 20px;
}

.trial_sec .box::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -90px;
	width: 350px;
	height: 260px;
	background: url(../images/pc/trial_img.png) no-repeat;
	z-index: 6;
}

.trial_sec .box .catch {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 700;
}

.trial_sec .box .txt {
	margin-bottom: 30px;
	font-weight: 500;
}

.trial_sec .box .txt a { font-weight:700; }

.trial_sec .box .btn {
	position: relative;
	width: 530px;
	margin: 0 auto;
	z-index: 20;
}

.trial_sec .box .btn a {
	display: block;
	position: relative;
	padding: 15px 20px 18px 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
	background: #ff78a8;
	border-radius: 360px;
	box-shadow: 6px 6px 0 rgba(205,192,133,0.5);
}

.trial_sec .box .btn a span { letter-spacing:-0.2rem; }

.trial_sec .box .btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/arrow.png) no-repeat;
	z-index: 1;
}

.trial_sec .box .btn a:hover { transform:scale(1.025); }

/*
FOOTER
***************************************************************************/
footer {
	background-color: #cce9e7;
	background-image: url(../images/pc/footer_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (min-width: 2000px){

	footer { background-size:100%; }

}

footer .sec_title {
	position: relative;
	transform: translateY(10px);
	z-index: 10;
}

footer .content {
	position: relative;
	margin: 0 60px 70px;
	padding: 30px 0 40px;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.75;
	background: #fff;
	border-radius: 20px;
	border: solid 2px #aee0dc;
	z-index: 1;
}

footer .content .txt {
	margin-bottom: 10px;
	font-size: 3rem;
}

footer .content .txt span {
	font-weight: 700;
	color: #339089;
}

footer .content .stxt span {
	font-size: 2.4rem;
	font-weight: 700;
}

footer .link {
	margin: 0 60px 80px;
}

footer .link a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 40px 110px 40px 60px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.75;
	text-decoration: none;
	background: linear-gradient(180deg, #56a29b, #339089);
	border-radius: 20px;
	box-shadow: 5px 5px 0 rgba(51,144,137,0.4);
}

footer .link a::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 165px;
	height: 72px;
	background: url(../images/cta_parts.png) no-repeat;
	z-index: 1;
}

footer .link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 40px;
	width: 54px;
	height: 54px;
	margin-top: -27px;
	background: url(../images/cta_arrow.png) no-repeat;
	z-index: 1;
}

footer .link a:hover { transform:scale(1.025); }

footer .link a .title {
	width: 340px;
	font-size: 3.4rem;
	line-height: 1.15;
}

footer .link a .title .strong { color:#ffe05c; }

footer .link a .title .sub {
	margin-left: -10px;
	font-size: 2.4rem;
}

footer .link a .txt {
	width: calc(100% - 340px);
	padding-left: 30px;
	letter-spacing: 0;
	border-left: solid 2px #76bfba;
}

footer .foot {
	padding: 30px 0 40px;
	border-top: solid 1px #79b9b4;
}

footer .foot .base_box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

footer .foot .btn_line {
	width: 68px;
}

footer .foot .btn_line img { width:100%; }

footer .foot .btn_line a { display:block; }
footer .foot .btn_line a:hover { transform:scale(1.025); }

footer .foot .info {
	width: 450px;
	text-align: right;
	line-height: 1;
}

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

.btn_ptop {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 50;
}

/*
CONTACT
***************************************************************************/
#form_contents {
	position: relative;
	padding: 120px 0;
	background-color: #70cbc4;
	background-image: url(../images/pc/topimg_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

@media screen and (min-width: 2000px){

	#form_contents { background-size:100% ;}

}

#form_contents .logo { display:none; }
/*
#form_contents .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	background: rgba(255,255,255);
	z-index: 10;
}
*/
#form_contents .sec_title {
	width: 1000px;
	margin: 0 auto 20px;
}

#form_contents .sec_txt {
	margin-bottom: 60px;
	text-align: center;
	font-size: 4.4rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.5rem;
}

#form_contents .form_box {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 80px 80px;
	background: #fff;
	border-radius: 20px;
}

#form_contents .head_txt {
	margin-bottom: 40px;
}

#form_contents .head_txt span { font-weight:900; color:#339089; }

.user_form {
	margin-bottom: 60px;
	font-weight: 700;
}

.user_form > dl {
	display: flex;
	padding: 35px 0;
	border-bottom: dotted 2px #cacaca;
}

.user_form > dl.ex {
	padding: 30px 0 15px;
}

.user_form > dl.def > dt, .user_form > dl.def > dd,
.user_form.conf > dl > dt, .user_form.conf > dl > dd { line-height:2; }

.user_form > dl > dt {
	position: relative;
	width: 240px;
	padding: 0 20px 0 25px;
	line-height: 60px;
}

.user_form > dl > dt.must::before {
	content: '※';
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 900;
	color: #339089;
}

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

.user_chk {
	padding-bottom: 40px;
}

.user_chk .box {
	margin-bottom: 20px;
	padding: 30px 40px;
	font-size: 1.6rem;
	background: #def1f0;
	border-radius: 20px;
}

.user_chk .chk_list.col li { margin-bottom:0; }

.user_chk .modal_switch {
	font-weight: 700;
	text-decoration: underline;
}

.mfp_err {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ff78a8;
}

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

.user_form > dl.ex .mfp_err > span { padding:0 0 5px; }

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

.comp_txt {
	margin-bottom: 40px;
	text-align: center;
}

/* ▼BUTTON▼ */
.form_btn {
	text-align: center;
}

.form_btn li {
	display: inline-block;
	width: 320px;
	margin: 0 15px;
}

.form_btn li.send { width:540px; }

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

.btn01 {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-bottom: 2px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	line-height: 78px;
	text-decoration: none;
	background: #ff78a8;
	border-radius: 360px;
	transition: .3s;
	cursor: pointer;
}

a.btn01 { text-decoration:none; }

.btn01:hover { transform:scale(1.025); }

.btn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../images/arrow.png) center center / 20px no-repeat;
	z-index: 10;
}

.form_btn li.back .btn01::after {
	right: auto;
	left: 30px;
	transform: rotate(180deg);
}

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

}

/*
OVERLAY WINDOW
***************************************************************************/
#overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31,60,56,0.95);
	z-index: 10000;
	overflow: auto;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	display: none;
	position: relative;
	width: 1160px;
	max-height: calc(100vh - 240px);
	padding: 80px 30px 80px 60px;
	background-color: #fff;
	border-radius: 20px;
}

.overlay_content .scroll_box {
	max-height: calc(100vh - 360px);
}

.overlay_content .sec_inner {
	width: 1040px;
	padding-bottom: 40px;
}

.overlay_content .title {
	margin-bottom: 30px;
	font-size: 3rem;
}

.overlay_content .stitle {
	margin-bottom: 20px;
	font-size: 2rem;
}

.overlay_content .txt {
	margin-bottom: 30px;
}

.modal_close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	transition: .3s;
	z-index: 10001;
}

.modal_switch, .modal_switch span {
	cursor: pointer;
	transition: .3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ▼TITLE▼ */
.sec_title {
	text-align: center;
	font-size: 4.2rem;
}

/* ▼TEXT▼ */
.impact {
	font-weight: 500;
	font-family: 'Impact';
}

.kana {
	letter-spacing: -0.5rem;
}

.dialine {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}

.dialine::before, .dialine::after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 44px;
	background: #444;
}

.dialine::before {
	left: 0;
	transform: rotate(-30deg);
}

.dialine::after {
	right: 0;
	transform: rotate(30deg);
}

.line_txt {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: solid 2px #f22525;
}

.marker {
	display: inline-block;
	position: relative;
}

.marker::after {
	content: '';
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 16px;
	z-index: 1;
}

.marker.yellow::after { background:#f8f519; }

.marker > span {
	display: inline-block;
	position: relative;
	z-index: 2;
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #444;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -0.5px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
}

.disp_switch.opened .icon:before { display:none; }

/*
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_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-80 { margin-top:-80px!important; }

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

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

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

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

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

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

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

.c_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 {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 500;
	color: #193342;
	line-height: 60px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: -0.05rem;
	background: #fff;
	border: solid 1px #c3c1bf;
	border-radius: 10px;
	caret-color: #272727;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%!important;
	min-height: 220px;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #193342;
	line-height: 2;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: -0.05rem;
	background: #fff;
	border: solid 1px #c3c1bf;
	border-radius: 10px;
	caret-color: #272727;
}

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

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

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

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

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

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

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

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

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

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

.select_box, .date_box {
	position: relative;
}

select {
	line-height: 58px;
}

.select_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 12px;
	margin-top: -6px;
	background: #dcdcdc;
	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;
}
*/
.select_list {
	display: flex;
	align-items: center;
}

.select_list .parts {
	display: block;
	width: 50px;
	text-align: center;
	font-size: 1.6rem;
	color: #272727;
}

.select_list.line_2 .parts_input { width:calc((100% - 50px) / 2); }
.select_list.line_3 .parts_input { width:calc((100% - 100px) / 3); }

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	transform: translateY(-2px);
	box-sizing: border-box;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	background: #fff;
	border: solid 1px #c3c1bf;
	cursor: pointer;
}

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

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

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

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

input[type="checkbox"]:after {
	top: -1px;
	left: -1px;
	width: 28px;
	height: 28px;
	background-color: #fff;
	background-image: url(../images/icon_check.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: solid 1px #c3c1bf;
	border-radius: 6px;
}

.radio_list li label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list li label, .chk_list li label {
	font-size: 1.7rem;
	line-height: 30px;
}

.radio_list.col li, .chk_list.col li {
	display: inline-block;
	margin: 0 15px 15px 0;
}

.radio_list.col li:last-child, .chk_list.col li:last-child { margin-right:0; }

.radio_list.col li label, .chk_list.col li label {
	padding: 0 35px 0 0;
}

.radio_list.row li, .chk_list.row li {
	margin-bottom: 20px;
}

.radio_list.row li:last-child, .chk_list.row li:last-child { margin-bottom:0; }

.radio_list.block li label, .chk_list.block li label {
	width: auto;
	padding: 14px 20px 14px 14px;
	background: #fff;
	border: solid 1px #c3c1bf;
	border-radius: 10px;
}

.radio_list.block li label.active, .chk_list.block li label.active {
	color: #fff;
	background: #1ac168;
	border: solid 1px #1ac168;
}

.chk_list.block li label.active input[type="checkbox"]:after {
	border: solid 1px #1ac168;
}

.radio_list.side li, .chk_list.side li {
	float: left;
	width: 100%;
	margin-right: 20px;
}

.radio_list.side.line_2 li, .chk_list.side.line_2 li { width:calc((100% - 20px) / 2); }
.radio_list.side.line_3 li, .chk_list.side.line_3 li { width:calc((100% - 60px) / 3); }
.radio_list.side.line_4 li, .chk_list.side.line_4 li { width:calc((100% - 80px) / 4); }

.radio_list.side.line_2 li:nth-child(2n), .chk_list.side.line_2 li:nth-child(2n),
.radio_list.side.line_3 li:nth-child(3n), .chk_list.side.line_3 li:nth-child(3n),
.radio_list.side.line_4 li:nth-child(4n), .chk_list.side.line_4 li:nth-child(4n) {
	margin-right: 0;
}

/* ▼original file upload▼ */
.input_file {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.input_file .input_txt {
	float: left;
	width: calc(100% - 220px);
	height: 60px;
	padding: 0 20px;
	color: #b1b6b9;
	line-height: 58px;
	background: #fff;
	border: solid 1px #c3c1bf;
	border-radius: 10px;
	white-space: nowrap;
	overflow: hidden;
}

.input_file .input_txt.active { color:#193342; }

.input_file .input_btn {
	float: right;
	width: 200px;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	line-height: 60px;
	background: #1ac168;
	border-radius: 360px;
	cursor: pointer;
	transition: .3s;
}

.input_file:hover .input_btn { opacity:0.7; }

.input_file input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
}
