@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");

/* ---------------------------------------
  基本情報
-----------------------------------------*/

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	font-feature-settings: "palt";
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

textarea {
	resize: vertical;
}

button {
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

@media screen and (min-width: 769px) {
	.fade {
		transition: opacity 0.3s ease;
	}

	.fade:hover {
		opacity: 0.7;
	}
}

@media screen and (max-width: 768px) {
	img {
		width: 100%;
	}
}


/* responsive
--------------------------------*/

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}


/* base
--------------------------------*/

body {
	font-size: 1.0rem;
	text-align: left;
	min-width: 1100px;
}

main {
	display: block;
	overflow: hidden;
}

section {
	position: relative;
}

.wrap {
	width: 1010px;
	margin: 0 auto;
	position: relative;
}

p,
th,
td,
dt,
dd,
li,
form {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.fade {
	transition: opacity 0.3s ease;
}

.fade:hover {
	opacity: 0.7;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
	font-weight: 700;
}

.white {
	color: #fff;
}

.blue {
	color: #0468b6;
}

.link_txt {
	color: #0468b6;
	text-decoration: underline;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ofi {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


/*font*/

.marugo_l {
	font-family: "Shuei MaruGo L";
}

.marugo_b {
	font-family: "Shuei MaruGo B";
}

@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}

	main {
		/*		padding-top: 50px;*/
	}

	.wrap {
		width: 84%;
	}

	p,
	th,
	td,
	dt,
	dd,
	li,
	form {
		font-size: 3.2vw;
	}

	.sp_block {
		display: block;
	}
}


/* ---------------------------------------
  scroll-animation
-----------------------------------------*/

.fadeup {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

@media screen and (min-width: 769px) {
	.fadein-pc {
		opacity: 0;
		transition: opacity 1s;
	}

	.is-show .fadein-pc {
		opacity: 1;
	}
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein {
	opacity: 1;
}


/* ---------------------------------------
  ヘッダー
-----------------------------------------*/

#header {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}

#header .wrap {
	height: 100%;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	#header {
		height: 50px;
	}

	#header .wrap {
		width: 92%;
	}

	#header .logo {
		width: 80px;
	}
}


/* ---------------------------------------
  main
-----------------------------------------*/


/* ------------------------------
    common
------------------------------ */


/* bg
----------*/

.bg_dot {
	background-color: #ee780c;
	background-image: url(../img/bg_dot.png);
}


/* secttl
----------*/

.ttlwrap {}

.secttl {
	font-family: "Shuei MaruGo B";
	font-size: 3.2rem;
	line-height: 1.8125;
	letter-spacing: 0.2em;
	position: relative;
	overflow: hidden;
}

.secttl > span,
.txt_fadeup > span {
	display: block;
	overflow: hidden;
}

.secttl > span span,
.txt_fadeup > span span {
	display: inline-block;
	/*	vertical-align: top;*/
	transform: translate3d(0, 120%, 0);
}

.is-show.secttl > span span,
.is-show.txt_fadeup > span span {
	animation: 1s textFadeUp cubic-bezier(.23, 1, .32, 1) forwards;
}

@media screen and (max-width: 768px) {
	.secttl {
		font-size: 5.8vw;
		letter-spacing: 0.1em;
	}
}

@keyframes textFadeUp {
	0% {
		transform: translate3d(0, 120%, 0);
	}

	60% {
		transform: translate3d(0, -10%, 0);
	}

	100% {
		transform: translate3d(0, 0%, 0);
	}
}


/* btn
----------*/

.btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 480px;
	height: 60px;
	border: 3px solid #64950c;
	border-radius: 40px;
	background: #7cb30c;
	margin: 0 auto;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}

.btn a::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 249, 241, 1) 9.64%, rgba(217, 235, 203, 1) 28%, rgba(173, 211, 142, 1) 53.13%, rgba(112, 179, 59, 1) 83.75%, rgba(78, 161, 12, 1) 100%);
	mix-blend-mode: multiply;
	opacity: 0;
	transition: opacity .3s ease;
}

.btn a span {
	position: relative;
}

.btn a span::after {
	content: "";
	width: 0;
	height: 0;
	display: inline-block;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	margin-left: .5em;
}

@media screen and (min-width: 769px) {
	.btn a:hover::before {
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
	.btn a {
		width: 100%;
		height: 11.6vw;
		border: .5vw solid #64950c;
		border-radius: 5.8vw;
		font-size: 3.6vw;
	}

	.btn a span::after {
		border-width: 2.4vw 1.4vw 0 1.4vw;
	}
}

.btn-more a {
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	background: #ee780c;
	color: #fff;
	padding: 1.1em 2.4em;
	border-radius: 5px;
}

.btn-more a::after {
	position: absolute;
	right: 5px;
	bottom: 5px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #fff transparent
}


/* ------------------------------
    sec_mv
------------------------------ */

#sec_mv {
	margin-top: 60px;
}

#sec_mv .inner {
	width: 1200px;
	margin: 0 auto;
}

#sec_mv .secttl {
	height: 210px;
	background: url(../img/mv_ttlimg.png) no-repeat right bottom / auto 100%;
	font-size: 3rem;
	line-height: 1.5;
	padding-top: 27px;
}

#sec_mv .secttl > span:first-child {
	font-size: 125%;
}

#sec_mv .secttl > span:nth-child(1),
#sec_mv .secttl > span:nth-child(2) {
	display: inline-block;
}

#sec_mv .mvwrap {
	padding-bottom: 23px;
	border-right: 6px solid #d7d7d8;
}

#sec_mv .mv_main {
	position: relative;
	width: 880px;
	height: 519px;
	margin-left: 116px;
	background: url(../img/mv_bg.png) no-repeat center / 100% auto;
	padding: 54px 154px 0 246px;
}

#sec_mv .mv_main .txtwrap {
	margin: 0 auto;
	text-align: center;
}

#sec_mv .mv_main .txtwrap .list li {
	width: 124px;
	height: 124px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #ee780c;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1.66;
	letter-spacing: 0.39em;
	padding-left: 0.39em;
}

#sec_mv .mv_main .txtwrap .list li span span {
	display: block;
	line-height: 1;
	margin: -.4em 0;
}

#sec_mv .mv_main .txtwrap .txt {
	display: inline-block;
	text-align: left;
	margin: 25px 0 0 18px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}

#sec_mv .mv_main .txtwrap .btn {
	margin-top: 45px;
}

#sec_mv .mv_main .ico {
	display: inline-block;
	position: absolute;
	transform-style: preserve-3d;
	transform: translate3d(0, 0, 0);
	opacity: 0;
	transition: opacity .45s ease 1.5s;
}

#sec_mv.is-show .mv_main .ico {
	opacity: 1;
}

#sec_mv .mv_main .ico01 {
	left: 128px;
	top: -34px;
}

#sec_mv.is-show .mv_main .ico01 {
	animation: slide-fwd-tl 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: 1.5s;
}

#sec_mv.is-show .mv_main .ico06 {
	top: -7vw;
	left: 52%;
	width: 104vw;
	transform: translateX(-50%);
}

@keyframes slide-fwd-tl {
	0% {
		-webkit-transform: translateZ(0) translateY(0) translateX(0);
		transform: translateZ(0) translateY(0) translateX(0);
	}

	100% {
		-webkit-transform: translateZ(160px) translateY(-100px) translateX(-100px);
		transform: translateZ(160px) translateY(-100px) translateX(-100px);
	}
}

#sec_mv .mv_main .ico02 {
	right: 56px;
	top: 80px;
}

#sec_mv.is-show .mv_main .ico02 {
	animation: slide-fwd-tr 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: 1.5s;
}

#sec_mv.is-show .mv_main .ico07 {
	bottom: 44vw;
	left: 50%;
	width: 102vw;
	transform: translateX(-50%);
}

@keyframes slide-fwd-tr {
	0% {
		-webkit-transform: translateZ(0) translateY(0) translateX(0);
		transform: translateZ(0) translateY(0) translateX(0);
	}

	100% {
		-webkit-transform: translateZ(160px) translateY(-100px) translateX(100px);
		transform: translateZ(160px) translateY(-100px) translateX(100px);
	}
}

#sec_mv .mv_main .ico03 {
	left: 50px;
	top: 50px;
}

#sec_mv.is-show .mv_main .ico03 {
	animation: slide-fwd-left 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

	animation-delay: 1.5s;
}

@keyframes slide-fwd-left {
	0% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
	}

	100% {
		-webkit-transform: translateZ(160px) translateX(-100px);
		transform: translateZ(160px) translateX(-100px);
	}
}

#sec_mv .mv_main .ico04 {
	right: -56px;
	top: 90px;
}

#sec_mv.is-show .mv_main .ico04 {
	animation: slide-fwd-right 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

	animation-delay: 1.5s;
}

@keyframes slide-fwd-right {
	0% {
		-webkit-transform: translateZ(0) translateX(0);
		transform: translateZ(0) translateX(0);
	}

	100% {
		-webkit-transform: translateZ(160px) translateX(100px);
		transform: translateZ(160px) translateX(100px);
	}
}

#sec_mv .mv_main .ico05 {
	right: 110px;
	bottom: 170px;
}

#sec_mv.is-show .mv_main .ico05 {
	animation: slide-fwd-br 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

	animation-delay: 1.5s;
}

@keyframes slide-fwd-br {
	0% {
		-webkit-transform: translateZ(0) translateY(0) translateX(0);
		transform: translateZ(0) translateY(0) translateX(0);
	}

	100% {
		-webkit-transform: translateZ(160px) translateY(100px) translateX(100px);
		transform: translateZ(160px) translateY(100px) translateX(100px);
	}
}

@media screen and (max-width: 768px) {
	#sec_mv {
		margin-top: 50px;
	}

	#sec_mv .inner {
		width: 94%;
	}

	#sec_mv .secttl {
		height: 42vw;
		background: url(../img/mv_ttlimg_sp.png) no-repeat right top / auto 100%;
		font-size: 4.4vw;
		padding-top: 2vw;
		width: 98.5vw;
		height: 26vw;
		background-size: contain;
		margin: 17vw auto 0;
	}

	#sec_mv .mvwrap {
		padding-bottom: 23px;
		border-right: 1vw solid #d7d7d8;
	}

	#sec_mv .mv_main {
		width: 880px;
		height: auto;
		width: 100%;
		margin-left: 0;
		/* padding: 54px 154px 0 246px; */
		padding: 39vw 0 0;
		background: url(../img/mv_bg_sp.png) no-repeat -2% 31% / 92% auto;
		position: relative;
	}

	#sec_mv .mv_main .txtwrap {
		margin: 0 auto;
		text-align: center;
	}

	#sec_mv .mv_main .txtwrap ul {
		width: 63vw;
    height: 36vw;
    margin: 0 0 0 15vw;
    position: relative;
	}

	#sec_mv .mv_main .txtwrap .list li {
		width: 22vw;
		height: 22vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #ee780c;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.66;
		letter-spacing: 0.39em;
		padding-left: 0.39em;
		position: absolute;
	}

	#sec_mv .mv_main .txtwrap .list li:first-child {
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	#sec_mv .mv_main .txtwrap .list li:nth-child(2) {
		left: 0;
		bottom: 0;
	}
	#sec_mv .mv_main .txtwrap .list li:last-child {
		right: 0;
		bottom: 0;
	}

	#sec_mv .mv_main .txtwrap .list li span span {
		display: block;
		line-height: 1;
		margin: -.4em 0;
	}

	#sec_mv .mv_main .txtwrap .txt {
		display: inline-block;
		text-align: left;
		margin: 25px 0 0 0;
		font-size: 3.5vw;
		letter-spacing: 0.2em;
		padding-top: 36vw;
	}

	#sec_mv .mv_main .txtwrap .btn {
		width: 75vw;
    margin: 5vw auto 0;
	}

	#sec_mv .mv_main .ico {
		position: absolute;
	}

	#sec_mv .mv_main .ico01 {
		left: 28px;
		top: -134px;
	}

	#sec_mv .mv_main .ico02 {
		right: -56px;
		top: -20px;
	}

	#sec_mv .mv_main .ico03 {
		left: -50px;
		top: 50px;
	}

	#sec_mv .mv_main .ico04 {
		right: -156px;
		top: 90px;
	}

	#sec_mv .mv_main .ico05 {
		right: 10px;
		bottom: 70px;
	}
}


/* ------------------------------
    sec_problem
------------------------------ */

#sec_problem .inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#sec_problem .illust {
	position: absolute;
}

#sec_problem .illust01 {
	left: 142px;
	top: 0;
}

#sec_problem .ttlwrap {
	position: relative;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 6px solid #d7d7d8;
	border-bottom: 6px solid #d7d7d8;
	border-radius: 0 0 30px 0;
}

#sec_problem .ttlwrap::before {
	content: "";
	width: 36px;
	height: 39px;
	background: url(../img/problem_ttlwrap_fukidashi.png) no-repeat center top/ 100% auto;
	position: absolute;
	left: 50%;
	top: 100%;
}

#sec_problem .cntwrap {
	padding: 60px 0;
	border-left: 6px solid #d7d7d8;
	border-bottom: 6px solid #d7d7d8;
	border-radius: 0 0 0 30px;
	position: relative;
}

#sec_problem .cntwrap::before {
	content: "";
	width: 40px;
	height: 40px;
	background: #fff url(../img/frame_lt.png) no-repeat left top / 100% auto;
	position: absolute;
	left: -6px;
	top: -6px;
}

#sec_problem .cntwrap::after {
	content: "";
	width: 494px;
	height: 155px;
	background: url(../img/problem_arw.png) no-repeat center top / 100% auto;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}

#sec_problem .illust02 {
	right: 39px;
	bottom: -6px;
}

#sec_problem .list {
	margin: 0 -11px;
	justify-content: center;
}

#sec_problem .list li {
	width: 322px;
	background-color: #ee780c;
	border-radius: 10px;
	padding: 40px 54px;
	margin: 0 11px;
	text-align: justify;
	position: relative;
	transition: background-color 1s ease;
	transition-delay: 2s;
}

#sec_problem .list.bggray li {
	background-color: #e8e8e8;
}

#sec_problem .list li::before {
	content: "";
	width: 35px;
	height: 27px;
	background: url(../img/problem_fukidashi_orange.png) no-repeat left bottom / 100% auto;
	position: absolute;
	left: 20px;
	top: 100%;
	transition: opacity 1s ease;
	transition-delay: 2s;
}
#sec_problem .list li::after {
	content: "";
	width: 35px;
	height: 27px;
	background: url(../img/problem_fukidashi.png) no-repeat left bottom / 100% auto;
	position: absolute;
	left: 20px;
	top: 100%;
	transition: opacity 1s ease;
	transition-delay: 2s;
	z-index: 1;
	opacity: 0;
}
#sec_problem .list.bggray li::before{
	opacity: 0;
}

#sec_problem .list.bggray li::after{
	opacity: 1;
}
/*

#sec_problem .list.bggray li::before {
	opacity: 0;
}

#sec_problem .list.bggray li::after {
	opacity: 0;
}
*/

#sec_problem .list li span {
	border-bottom: 2px solid #ee780c;
}

#sec_problem .large_txt {
	position: relative;
	border-right: 6px solid #d7d7d8;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ee780c;
	font-size: 4rem;
	letter-spacing: 0.2em;
	margin-top: -6px;
}

#sec_problem .large_txt > span span:nth-child(9),
#sec_problem .large_txt > span span:nth-child(10),
#sec_problem .large_txt > span span:nth-child(11),
#sec_problem .large_txt > span span:nth-child(12),
#sec_problem .large_txt > span span:nth-child(13),
#sec_problem .large_txt > span span:nth-child(14),
#sec_problem .large_txt > span span:nth-child(15),
#sec_problem .large_txt > span span:nth-child(16) {
	display: inline-block;
	font-size: 125%;
}

#sec_problem .large_txt::before {
	content: "";
	width: 40px;
	height: 40px;
	background: #fff url(../img/frame_rt.png) no-repeat left top / 100% auto;
	position: absolute;
	right: -6px;
	top: 0;
}

@media screen and (min-width: 769px) {
	#sec_problem .list li:nth-child(n+4) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	#sec_problem .inner {
		width: 94%;
	}

	#sec_problem .wrap {
		width: 94%;
	}

	#sec_problem .ttlwrap {
		position: relative;
		height: 32vw;
		border-right: 3px solid #d7d7d8;
		border-bottom: 3px solid #d7d7d8;
		border-radius: 0 0 15px 0;
	}

	#sec_problem .ttlwrap::before {
		width: 18px;
		height: 20px;
	}

	#sec_problem .illust01 {
		width: 20vw;
		left: 2.4vw;
		top: 2.6vw;
		overflow: hidden;
	}

	#sec_problem .illust01_sp {
		top: 18.2vw;
		bottom: 0;
		right: 5.6vw;
		width: 7.4vw;
	}

	#sec_problem .illust01 img {
		margin-bottom: -3px;
	}

	#sec_problem .cntwrap {
		padding: 10vw 0;
		border-left: 3px solid #d7d7d8;
		border-bottom: 3px solid #d7d7d8;
		border-radius: 0 0 0 15px;
	}

	#sec_problem .cntwrap::before {
		width: 20px;
		height: 20px;
		left: -3px;
		top: -3px;
	}

	#sec_problem .cntwrap::after {
		width: 247px;
		height: 77.5px;
		background: url(../img/problem_arw.png) no-repeat center top -24px / 100% auto;
	}

	#sec_problem .illust02 {
		width: 27vw;
		right: 4vw;
		bottom: -3px;
		overflow: hidden;
	}

	#sec_problem .illust02 img {
		margin-bottom: -.5vw;
	}

	#sec_problem .list {
		margin: 0;
		justify-content: space-between;
	}

	#sec_problem .list li {
		width: 48%;
		border-radius: 2vw;
		padding: 4vw;
		margin: 0;
		text-align: justify;
		position: relative;
	}

	#sec_problem .list li:nth-child(n+3) {
		margin-top: 8vw;
	}

	#sec_problem .list li::before,
	#sec_problem .list li::after{
		width: 7vw;
		height: 5.4vw;
		left: 4vw;
	}

	#sec_problem .list li span {
		border-bottom: 1px solid #ee780c;
	}

	#sec_problem .large_txt {
		display: block;
		border-right: 3px solid #d7d7d8;
		height: auto;
		font-size: 5vw;
		line-height: 1.8;
		margin-top: -3px;
		padding-top: 4vw;
	}

	#sec_problem .large_txt span {
		font-size: 6vw;
	}

	#sec_problem .large_txt::before {
		width: 20px;
		height: 20px;
		right: -3px;
		top: 0;
	}
}


/* ------------------------------
    sec_guide
------------------------------ */

#sec_guide .inner {
	width: 1200px;
	padding: 90px 0 130px;
	margin: 0 auto;
	border-right: 6px solid #d7d7d8;
	border-bottom: 6px solid #d7d7d8;
	border-radius: 0 0 30px 0;
}

#sec_guide .ttlwrap {
	height: 136px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/guide_secttl.png) no-repeat center / auto 100%;
}

#sec_guide .lead {
	margin-top: 30px;
}

#sec_guide .list {
	margin-top: 80px;
}

#sec_guide .list .item {
	width: 322px;
}

#sec_guide .list .item .txtwrap {
	padding: 20px 20px 0;
}

#sec_guide .list .item .txtwrap .ttl {
	color: #ee780c;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: .75em;
}

#sec_guide .list .item .txtwrap .txt {
	text-align: justify;
}

#sec_guide .box {
	padding: 20px 70px 20px 40px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}

#sec_guide .box .boxttl {
	margin-bottom: 22px;
}

#sec_guide .box .txt {
	width: 624px;
	color: #fff;
	text-align: justify;
}

@media screen and (min-width: 769px) {
	#sec_guide .list .item + .item:not(:nth-child(3n + 1)) {
		margin-left: 22px;
	}
}

@media screen and (max-width: 768px) {
	#sec_guide .inner {
		width: 94%;
		padding: 12vw 0 22vw;
		border-right: 3px solid #d7d7d8;
		border-bottom: 3px solid #d7d7d8;
		border-radius: 0 0 15px 0;
	}

	#sec_guide .wrap {
		width: 90%;
	}

	#sec_guide .ttlwrap {
		height: 40vw;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../img/guide_secttl_sp.png) no-repeat center / auto 100%;
		margin: 0 -6vw;
	}

	#sec_guide .lead {
		margin-top: 6vw;
	}

	#sec_guide .list {
		margin-top: 12vw;
	}

	#sec_guide .list .item {
		width: 100%;
		margin: 0 auto;
	}

	#sec_guide .list .item + .item {
		margin-top: 8vw;
	}

	#sec_guide .list .item .txtwrap {
		padding: 4vw 4vw 0;
	}

	#sec_guide .list .item .txtwrap .ttl {
		font-size: 4vw;
	}

	#sec_guide .box {
		display: block;
		padding: 4vw 6vw 6vw;
		border-radius: 2vw;
		margin-top: 12vw;
	}

	#sec_guide .box .boxttl {
		width: 42%;
		margin: 0 auto 4vw;
	}

	#sec_guide .box .boxttl img {
		margin-left: -2vw
	}

	#sec_guide .box .txt {
		width: 100%;
	}
}


/* ------------------------------
    sec_pamphlet
------------------------------ */

#sec_pamphlet .inner {
	width: 1200px;
	margin: 0 auto;
	border-left: 6px solid #d7d7d8;
	border-bottom: 6px solid #d7d7d8;
	border-radius: 0 0 0 30px;
	position: relative;
}

#sec_pamphlet .inner::before {
	content: "";
	width: 40px;
	height: 40px;
	background: #fff url(../img/frame_lt.png) no-repeat left top / 100% auto;
	position: absolute;
	left: -6px;
	top: -6px;
}

#sec_pamphlet::after {
	content: "";
	width: calc((100% - 1200px) / 2);
	height: 6px;
	background-color: #d7d7d8;
	position: absolute;
	right: 0;
	bottom: 0;
}

#sec_pamphlet .illust {
	position: absolute;
}

#sec_pamphlet .illust01 {
	left: 82px;
	top: -95px;
}

#sec_pamphlet .illust02 {
	right: 32px;
	bottom: -7px;
}

#sec_pamphlet .secttl {
	transform: translateY(-50%);
	margin-bottom: 1em;
}

#sec_pamphlet .secttl {
	display: inline-block;
	padding: 0 1em;
	position: relative;
}

#sec_pamphlet .secttl::before,
#sec_pamphlet .secttl::after {
	content: "";
	width: 25px;
	height: 48px;
	background: url(../img/pamphlet_secttl_b.png) no-repeat center / 100% auto;
	position: absolute;
	top: .1em;
}

#sec_pamphlet .secttl::before {
	left: 0;
}

#sec_pamphlet .secttl::after {
	transform: scale(-1, 1);
	right: 0;
}

#sec_pamphlet .block {
	align-items: center;
}

#sec_pamphlet .block + .block {
	margin-top: 80px;
}

#sec_pamphlet .block .img {
	border-radius: 10px;
	overflow: hidden;
}

#sec_pamphlet .block .txtwrap {
	width: 493px;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 10px;
	padding: 25px 0 25px 45px;
	margin-left: -63px;
}

#sec_pamphlet .block.reverse .txtwrap {
	padding: 25px 45px 25px 0;
	margin-left: 0;
	margin-right: -63px;
}

#sec_pamphlet .block .txtwrap .ttl {
	color: #ee780c;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: .5em;
}

#sec_pamphlet .lead {
	color: #ee780c;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.88;
	margin-top: 74px;
}

#sec_pamphlet .btn {
	margin-top: 20px;
	transform: translateY(50%);
}

@media screen and (max-width: 768px) {
	#sec_pamphlet .inner {
		width: 94%;
		border-left: 3px solid #d7d7d8;
		border-bottom: 3px solid #d7d7d8;
		border-radius: 0 0 0 15px;
		padding: 0 0 24vw;
	}

	#sec_pamphlet .inner::before {
		width: 20px;
		height: 20px;
		left: -3px;
		top: -3px;
	}

	#sec_pamphlet::after {
		width: 3vw;
		height: 3px;
	}

	#sec_pamphlet .illust01 {
		width: 28vw;
		left: 1vw;
		top: -14.9vw;
		overflow: hidden;
	}

	#sec_pamphlet .illust01 img {
		margin-bottom: -0.5vw;
	}

	#sec_pamphlet .illust02 {
		width: 28vw;
		right: 0;
		bottom: -4px;
	}

	#sec_pamphlet .wrap {
		width: 92%;
	}

	#sec_pamphlet .secttl {
		padding: 0 1.6em;
		margin-bottom: 0;
	}

	#sec_pamphlet .secttl::before,
	#sec_pamphlet .secttl::after {
		width: 7vw;
		height: 92%;
		top: .45em;
	}

	#sec_pamphlet .block {
		display: block;
	}

	#sec_pamphlet .block + .block {
		margin-top: 12vw;
	}

	#sec_pamphlet .block .img {
		border-radius: 2vw;
	}

	#sec_pamphlet .block .txtwrap {
		width: 90%;
		border-radius: 2vw;
		padding: 4vw 4vw 0;
		margin: -6vw auto 0;
		z-index: 1;
		position: relative;
	}

	#sec_pamphlet .block.reverse .txtwrap {
		padding: 4vw 4vw 0;
		margin: -6vw auto 0;
	}

	#sec_pamphlet .block .txtwrap .ttl {
		font-size: 4vw;
	}

	#sec_pamphlet .lead {
		font-size: 3.2vw;
		margin-top: 10vw;
	}

	#sec_pamphlet .btn {
		margin-top: 4vw;
		transform: none;
	}
}


/* ------------------------------
    sec_about
------------------------------ */

#sec_about {
	padding: 60px 0 0;
	margin-top: 140px;
}

#sec_about .ttlwrap {
	height: 136px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/about_secttl.png) no-repeat center / auto 100%;
}

#sec_about .secttl {
	color: #fff;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
}

#sec_about .lead {
	color: #fff;
	font-size: 2.875rem;
	line-height: 2.125;
	margin-top: 25px;
}

#sec_about .lead span {
	font-size: 125%;
}

#sec_about .lead span span {
	font-size: 55%;
}

#sec_about .lead + .txt {
	color: #fff;
	line-height: 2.125;
	margin-top: 30px;
}

#sec_about .list {
	margin: 50px auto 0;
}

#sec_about .list li {
	width: 322px;
	background-color: #fff;
	border-radius: 30px;
	padding: 34px 30px 40px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#sec_about .list li::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 24px 24px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}

#sec_about .list li p {
	text-align: center;
	font-size: 1.98rem;
}

#sec_about .list li p span {
	color: #ee780c;
	font-size: 3.24rem;
	line-height: 1.33;
}

#sec_about .movie {
	margin-top: 90px;
}

#sec_about .movie .ttl {
	color: #fff;
	font-size: 3.4rem;
	margin-bottom: 30px;
}

#sec_about .movie_box {
	width: 750px;
	height: 422px;
	position: relative;
	margin: 0 auto;
}

#sec_about .movie_box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#sec_about .btn {
	margin-top: 60px;
	transform: translateY(50%);
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 769px) {
	#sec_about .list li:nth-child(n+4) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	#sec_about {
		padding: 10vw 0 0;
		margin-top: 22vw;
	}

	#sec_about .ttlwrap {
		height: 22vw;
		margin: 0 -8vw;
	}

	#sec_about .secttl {
		font-size: 6vw;
	}

	#sec_about .lead {
		font-size: 6vw;
		line-height: 2;
		margin-top: 5vw;
	}

	#sec_about .lead + .txt {
		font-size: 4vw;
		margin-top: 6vw;
	}

	#sec_about .list {
		margin: 10vw auto 0;
	}

	#sec_about .list li {
		width: 85%;
		border-radius: 4vw;
		padding: 4vw;
	}

	#sec_about .list li:nth-child(even) {
		margin-left: auto;
	}

	#sec_about .list li + li {
		margin-top: 6vw
	}

	#sec_about .list li::before {
		border-width: 4vw 4vw 0 0;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		left: 100%;
		top: 70%;
		transform: translateY(-50%);
	}

	#sec_about .list li:nth-child(even)::before {
		border-width: 0 4vw 4vw 0;
		border-color: transparent #fff transparent transparent;
		position: absolute;
		left: auto;
		right: 100%;
	}

	#sec_about .list li p {
		font-size: 4vw;
	}

	#sec_about .list li p span {
		font-size: 6vw;
	}

	#sec_about .movie {
		margin-top: 12vw;
	}

	#sec_about .movie .ttl {
		font-size: 6vw;
		margin-bottom: 6vw;
	}

	#sec_about .movie_box {
		width: 100%;
		height: 52vw;
	}

	#sec_about .btn {
		margin-top: 10vw;
	}
}


/* ------------------------------
    sec_works
------------------------------ */

#sec_works {
	padding: 110px 0 40px;
}

#sec_works .wrap {
	width: 1030px;
}

#sec_works .ttlwrap {
	height: 136px;
	height: 136px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/works_secttl.png) no-repeat right center / auto 100%;
	margin-bottom: -22px;
}

#sec_works .btn-more {
	margin-top: -60px
}

.sec-works__row .illust {
	position: absolute;
	top: -68px;
	left: 35px;
	z-index: -1;
}

.sec-works__row {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	max-width: 1030px;
	flex-wrap: wrap
}

.sec-works__row figure {
	width: 100%;
	display: block;
	position: relative
}

.sec-works__row figure figcaption {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: 1.8rem;
	font-weight: bold;
	transition: .4s ease
}

.sec-works__row figure figcaption span {
	display: flex;
	align-items: center;
	justify-content: center
}

.sec-works__row figure figcaption span::before {
	content: '';
	display: block;
	width: 25px;
	height: 22px;
	background: url(../img/icon-more-link.svg) no-repeat center center;
	margin-right: .5em
}

.sec-works__row figure img {
	width: 100%;
	display: block
}

.sec-works__row .title {
	position: relative;
	padding: 19px
}

.sec-works__row .title::after {
	position: absolute;
	right: 5px;
	bottom: 5px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #ee780c transparent
}

.sec-works__row .title h3 {
	font-size: 1.7rem;
	font-weight: bold;
	padding-bottom: .5em
}

.sec-works__row .title p {
	letter-spacing: .085em;
	margin-bottom: .5em
}

.sec-works__row .cat ul li {
	font-size: 1.2rem;
	border: 1px solid #000;
	display: inline-block;
	border-radius: 1.5em;
	padding: .25em 1.25em
}

.sec-works__row article {
	padding-top: 10px;
	width: 33.3%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10rem
}

.sec-works__row article a {
	width: 100%;
	display: block
}

.sec-works__row article a:hover {
	opacity: 1;
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1)
}

.sec-works__row article a:hover figcaption {
	opacity: 1;
	visibility: visible
}

@media screen and (max-width: 768px) {
	#sec_works {
		padding: 18vw 0 8vw;
	}

	#sec_works .wrap {
		width: 90%;
	}

	#sec_works .ttlwrap {
		height: 27.2vw;
		margin-bottom: 10vw;
	}

	#sec_works .btn-more {
		margin-top: 6vw;
	}

	.sec-works__row .illust {
		width: 9vw;
		top: calc(-20vw + 10px);
		left: 10px;
	}

	.sec-works__row {
		flex-direction: column
	}

	.sec-works__row article {
		width: 100%;
		margin-bottom: 3vw;
	}
}


/* ------------------------------
    sec_flow
------------------------------ */

#sec_flow {
	padding: 110px 0 0;
}

#sec_flow .ttlwrap {
	height: 135px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../img/flow_secttl.png) no-repeat left center / auto 100%;
}

#sec_flow .secttl {
	font-size: 3.6rem;
}

#sec_flow .lead {
	font-size: 1.3rem;
}

#sec_flow .list .item {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0;
	border-bottom: 4px solid #d7d7d8;
}

#sec_flow .list .item:last-child {
	border-bottom: none;
}

#sec_flow .list .item:not(:last-child)::before {
	content: "";
	width: 148px;
	height: 24px;
	background: #fff url(../img/flow_arw.png) no-repeat center top / 100% auto;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 1;
}

#sec_flow .list .item .txtwrap {
	width: 720px;
	padding-left: 15px;
}

#sec_flow .list .item .txtwrap .ttl {
	color: #ee780c;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: .7em;
	margin-top: -.35em;
}

#sec_flow .list .item .txtwrap .txt {
	text-align: justify;
}

#sec_flow .list .item .ico {
	width: 125px;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 50px;
}

#sec_flow .list .item:nth-child(5) .ico img{
	position: relative;
	right: -12px;
}

@media screen and (max-width: 768px) {
	#sec_flow {
		padding: 16vw 0 0;
	}

	#sec_flow .ttlwrap {
		height: auto;
		background: url(../img/flow_secttl.png) no-repeat center top/ auto 64%;
		padding-top: 8vw;
	}

	#sec_flow .secttl {
		width: 100%;
		font-size: 6.4vw;
		margin-bottom: 10vw;
	}

	#sec_flow .lead {
		font-size: 3vw;
	}

	#sec_flow .list .item {
		flex-wrap: wrap;
		padding: 8vw 0 4vw;
		border-bottom: .8vw solid #d7d7d8;
	}

	#sec_flow .list .item:not(:last-child)::before {
		width: 29.6vw;
		height: 4.8vw;
	}

	#sec_flow .list .item .num img {
		max-width: inherit;
		width: auto;
		height: 12vw;
	}

	#sec_flow .list .item .txtwrap {
		width: 68vw;
		padding-left: 0;
	}

	#sec_flow .list .item .txtwrap .ttl {
		font-size: 4vw;
		margin-top: -.35em;
	}

	#sec_flow .list .item .ico {
		display: block;
		margin: 8vw auto 0;
	}

	#sec_flow .list .item:nth-child(1) .ico {
		width: 20.8vw;
	}

	#sec_flow .list .item:nth-child(2) .ico {
		width: 15vw;
	}

	#sec_flow .list .item:nth-child(3) .ico {
		width: 17.8vw;
	}

	#sec_flow .list .item:nth-child(4) .ico {
		width: 16.4vw;
	}

	#sec_flow .list .item:nth-child(5) .ico {
		width: 17.8vw;
	}
	#sec_flow .list .item:nth-child(5) .ico img{
		right: -3vw;
	}
	#sec_flow .list .item:nth-child(6) .ico {
		width: 13vw;
	}

	#sec_flow .list .item:nth-child(7) .ico {
		width: 21vw;
	}

	#sec_flow .list .item:nth-child(8) .ico {
		width: 17.2vw;
	}

	#sec_flow .list .item:nth-child(9) .ico {
		width: 15.4vw;
	}

	#sec_flow .list .item:nth-child(10) .ico {
		width: 16.2vw;
	}
}


/* ------------------------------
    sec_faq
------------------------------ */

#sec_faq {
	padding: 100px 0 190px;
	background-color: #fff;
	z-index: 1;
}

#sec_faq .ttlwrap {
	height: 141px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/faq_secttl.png) no-repeat center / auto 100%;
}

#sec_faq .secttl {
	font-size: 3.6rem;
}

#sec_faq .faq_box {
	padding: 30px 0;
	border-bottom: 4px solid #d7d7d8;
}

#sec_faq .faq_box .q_txt {
	color: #ee780c;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1.5em;
}

#sec_faq .faq_box .a_txt {
	letter-spacing: 0.01em;
}

#sec_faq .faq_box .a_txt span {
	color: #ee780c;
}

#sec_faq .faq_box .q_txt,
#sec_faq .faq_box .a_txt {
	position: relative;
	padding-left: 47px;
	text-align: justify;
}

#sec_faq .faq_box .q_txt::before,
#sec_faq .faq_box .a_txt::before {
	content: "";
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
}

#sec_faq .faq_box .q_txt::before {
	background-image: url(../img/faq_ico_q.png);
	top: 0;
}

#sec_faq .faq_box .a_txt::before {
	background-image: url(../img/faq_ico_a.png);
	top: 0;
}

@media screen and (max-width: 768px) {
	#sec_faq {
		padding: 13vw 0 18vw;
	}

	#sec_faq .ttlwrap {
		height: 28vw;
	}

	#sec_faq .secttl {
		font-size: 6.4vw;
	}

	#sec_faq .faq_box {
		padding: 6vw 0;
		border-bottom: .8vw solid #d7d7d8;
	}

	#sec_faq .faq_box .q_txt {
		font-size: 4vw;
	}

	#sec_faq .faq_box .q_txt,
	#sec_faq .faq_box .a_txt {
		padding-left: 9.4vw;
	}

	#sec_faq .faq_box .q_txt::before,
	#sec_faq .faq_box .a_txt::before {
		width: 6.8vw;
		height: 6.8vw;
	}
}


/* ------------------------------
    contact
------------------------------ */

#contact {
	padding: 0 0 120px;
	background-color: #efefef;
	margin-top: -63px;
}

#contact .ttlwrap {
	position: relative;
	height: 136px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/contact_secttl.png) no-repeat center / auto 100%;
	z-index: 2;
}

#contact .secttl {
	font-size: 3.6rem;
}

#contact .lead {
	width: 830px;
	text-align: justify;
	margin: 30px auto 0;
}


/*form*/

.form {
	margin: 120px auto 0;
}

.form .box {
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #bfbfc0;
}

.form .box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form .box dl + dl {
	margin-top: 20px;
}

.form .box dl dt,
.form .box dl dd,
.form .box dl dd p {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5;
}

.form .box dl dd p {
	line-height: 1;
}

.form .box dl dt {
	width: 300px;
	font-weight: 700;
	line-height: 1.88;
}

.form .box dl dt .must {
	display: inline-block;
	color: #fff;
	background: #cdb07c;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	padding: 0 .34em;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	margin-left: 1em;
	background-color: #ee780c;
	position: relative;
	top: -.05em;
}

.form .box dl dd {
	width: 695px;
	padding-right: 13px;
}

.form .box dl dd.flex {
	justify-content: space-between;
}

.form .box dl dd.flex p {
	max-width: 49%;
}

.form .box dl dd .note {
	color: #bfbfc0;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.88;
	margin-bottom: -.4em;
}

.form .box dl dd span.txt {
	display: inline-block;
	min-width: 2.3em;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
	background: #fff;
	border: 1px solid #bfbfc0;
	border-radius: 10px;
	padding: 11px 1em;
	width: 100%;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2;
}

.form input.short {
	width: 274px;
}

.form input.short2 {
	width: 140px;
}

::placeholder {
	color: #d2d2d3;
}

:-ms-input-placeholder {
	color: #d2d2d3;
}

::-ms-input-placeholder {
	color: #d2d2d3;
}


/*select*/

.form select {
	width: 100%;
	background: url(../img/select.png) no-repeat right 10px center, linear-gradient(#f6f6f6 50%, #bdbdbd 100%);
	padding-right: 2.5em;
}


/*textarea*/

.form .box .message {
	align-items: flex-start;
}

.form .box .message dt {
	margin-top: .5em;
}

.form .message textarea {
	height: 260px;
	resize: vertical;
	overflow: auto;
}


/*checklist*/

.form .checklist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 12px 0;
}

.form .checklist > * {
	display: block;
	font-weight: 500;
	line-height: 2;
	margin-right: 35px;
}

.form .checklist label {
	display: inline-block;
	position: relative;
}

.form .checklist input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 1px;
}

.form .checklist input[type=radio] + span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding-left: 1.4em;
	min-width: inherit;
}

.form .checklist input[type=radio] + span::before,
.form .checklist input[type=radio] + span::after {
	content: "";
	display: inline-block;
	position: absolute;
}

.form .checklist input[type=radio] + span::before {
	width: .9em;
	height: .9em;
	background: #fff;
	border: 1px solid #d9d9d9;
	top: .6em;
	left: 0;
}

.form .checklist input[type=radio]:checked + span::before,
.form .checklist input[type=checkbox]:checked + span::before {
	background-color: #ee780c;
	border: 1px solid #ee780c;
}

.form .checklist input[type=radio]:checked + span::after,
.form .checklist input[type=checkbox]:checked + span::after {
	width: 0.55em;
	height: 0.35em;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-48deg);
	border-radius: 0;
	background: transparent;
	left: 0.2em;
	top: 0.8em;
}


/*specifications*/

.form .box .specifications dd {
	padding-right: 0;
}

.form .box .specifications dd > div {
	padding: 20px 13px 20px 0;
	border-bottom: 1px solid #bfbfc0;
}

.form .box .specifications dd > div:first-child {
	padding-top: 0;
}

.form .box .specifications dd > div:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.form .box .specifications dd .ttl {
	font-weight: 700;
	margin: 0 0 .8em;
}

.form .box .specifications p + p {
	margin-top: 25px;
}

.form .box .phone span.txt,
.form .box .specifications span.txt {
	min-width: inherit;
	display: inline-block !important;
	font-weight: bold;
	margin: 0 .5em;
}


/*privacy*/

#accordion {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 22px;
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
}

#accordion dt {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	padding: .5em 1em;
	align-items: center;
	cursor: pointer
}

#accordion dt .title {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 10px - 42px);
	margin-right: 10px
}

#accordion dt::after {
	content: "";
	width: 42px;
	height: 42px;
	display: block;
	background-image: url(../img/acc.png);
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
	background-position: center center;
	transform: rotate(45deg);
	transition: .4s ease
}

#accordion dt .out::after {
	content: "詳しく見る";
	position: relative;
	display: block;
	top: 1px
}

#accordion dt.ac::after {
	transform: rotate(0)
}

#accordion dt.ac .out::after {
	content: "閉じる";
}

#accordion dd {
	font-size: 1.4rem;
	line-height: 2.2;
	background-color: #fff;
	border-top: 2px solid #DEDFDF;
	padding: 30px
}

#accordion dd h4 {
	font-size: 2.2rem;
	border-bottom: 2px solid #000;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.45;
	padding-bottom: .5em
}

#accordion dd h5 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.45
}

#accordion dd p + h4,
#accordion dd p + h5 {
	padding-top: 2em
}

#accordion dd ul {
	margin-top: .5em;
	margin-bottom: 1em
}

#accordion dd ul li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 1.4rem;
	line-height: 2.2;
}

#accordion dd ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #000;
	display: block;
	border-radius: 50%;
	margin-top: .85em
}

#accordion dd ul li span {
	width: calc(100% - 1rem)
}

#accordion dd ul li + li {
	margin-top: .5em
}

#accordion dd ul + h5 {
	padding-top: 1em
}


/*submitbtn*/

.form .submitbtn {
	text-align: center;
	margin-top: 7rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.form .submitbtn input[type=submit] {
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: 0.2em;
	color: #fff;
	background: #7cb30c url(../img/icon_mail_wh.svg) no-repeat 110px center;
	-webkit-appearance: none;
	border: none;
	cursor: pointer;
	max-width: 400px;
	width: 100%;
	height: 58px;
	padding: 0 1em 0 3.5em;
	border: 2px solid #64950c;
	border-radius: 10px;
	transition: .3s ease;
}

@media screen and (min-width: 769px) {
	.form .submitbtn input[type=submit]:hover {
		background-color: #5ca30c;
	}
}

@media screen and (max-width: 768px) {
	#contact {
		padding: 0 0 20vw;
		margin-top: -12.5vw;
	}

	#contact .ttlwrap {
		height: 25vw;
		margin: 0 -8vw;
	}

	#contact .secttl {
		font-size: 6vw;
	}

	#contact .lead {
		width: 100%;
		margin: 6vw auto 0;
	}

	/*form*/
	.form {
		margin: 12vw auto 0;
	}

	.form .box {
		padding: 4vw 0;
	}

	.form .box dl {
		display: block;
	}

	.form .box dl + dl {
		margin-top: 5vw;
	}

	.form .box dl dt,
	.form .box dl dd,
	.form .box dl dd p {
		font-size: 3.6vw;
	}

	.form .box dl dt {
		width: 100%;
		margin-bottom: .5em;
	}

	.form .box dl dt .must {
		font-size: 2.8vw;
		height: 4vw;
		line-height: 4vw;
	}

	.form .box dl dd {
		width: 100%;
		padding-right: 0;
	}

	.form .box dl dd .note {
		font-size: 3vw;
	}

	.form .box dl dd span.txt {
		min-width: 2em;
	}

	.form input[type="text"],
	.form input[type="email"],
	.form input[type="tel"],
	.form select,
	.form textarea {
		height: 11vw;
		font-size: 3.2vw;
		padding: 2vw 1em;
		border-radius: 2vw;
	}

	.form input.short {
		width: 33vw;
	}

	.form input.short2 {
		width: 22.6vw;
	}

	/*select*/
	.form select {
		background: url(../img/select.png) no-repeat right 2vw center / 4vw auto, linear-gradient(#f6f6f6 50%, #bdbdbd 100%);
	}

	/*textarea*/
	.form .box .message dt {
		margin-top: 0;
	}

	.form .message textarea {
		height: 44vw;
	}

	/*checklist*/
	.form .checklist {
		display: block;
		padding-top: 1.6vw;
	}

	.form .checklist > {
		margin-right: 0;
	}

	.form .checklist > * + * {
		margin-right: 0;
		margin-top: 3vw;
	}

	.form .checklist input[type=radio]:checked + span::after {
		border-bottom: .4vw solid #fff;
		border-left: .4vw solid #fff;
	}

	/*specifications*/
	.form .box .specifications dd > div {
		padding: 5.4vw 0 4vw;
	}

	.form .box .specifications dd > div:first-child {
		padding: 5.4vw 0 4vw;
	}

	.form .box .specifications dd > div:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	.form .box .specifications dd .ttl {
		font-weight: 700;
		margin: 0 0 1em;
	}

	.form .box .specifications p + p {
		margin-top: 2vw;
	}

	.form .box .phone span.txt,
	.form .box .specifications span.txt {
		min-width: inherit;
		display: inline-block !important;
		font-weight: bold;
		margin: 0 .5em;
	}

	/*privacy*/
	#accordion {
		border-radius: 2vw;
		margin-top: 4vw;
	}

	#accordion dt {
		font-size: 4.8vw;
	}

	#accordion dt::after {
		width: 9vw;
		height: 9vw;
		background-size: 4.2vw auto;
	}

	#accordion dd {
		font-size: 3.2vw;
		padding: 6vw;
	}

	#accordion dd h4 {
		font-size: 4.4vw;
	}

	#accordion dd h5 {
		font-size: 4vw;
	}

	#accordion dd ul li {
		font-size: 3.2vw;
	}

	#accordion dd ul li::before {
		width: .5em;
		height: .5em;
	}

	/*submitbtn*/
	.form .submitbtn {
		position: relative;
		margin: 35px auto 0;
	}

	.form .submitbtn input[type=submit] {
		font-size: 4.8vw;
		background: #7cb30c url(../img/icon_mail_wh.svg) no-repeat 32% center / 7vw auto;
		border-radius: 3vw;
	}
}


/*エラー用*/

.wpcf7-not-valid-tip {
	display: block;
}

.wpcf7-list-item {
	display: block;
}

.wpcf7-list-item + .wpcf7-list-item {
	margin-top: 4px;
}

@media screen and (max-width: 768px) {
	.wpcf7-list-item + .wpcf7-list-item {
		margin-top: 1vw;
	}
}


/* ------------------------------
    bnr
------------------------------ */

.bnr_area {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 100px 0;
}

.bnr_area a {
	display: inline-block;
}

.bnr_area a:hover {
	opacity: 1;
}

.bnr_area .pc--1 {
	display: block;
	background: url(https://crowd.co.jp/engine/wp-content/themes/crowdcojp202105/img/banner/bnr_mglp_pc_img_on.png) no-repeat center;
	height: 213px;
}

.bnr_area .pc--2 {
	display: block;
	background: url(https://crowd.co.jp/engine/wp-content/themes/crowdcojp202105/img/banner/bnr_recruitlp_pc_img_on.png) no-repeat center;
	height: 200px;
}

.bnr_area a:hover .pc img,
.bnr_area a:hover .sp img {
	opacity: 0;
}

@media screen and (max-width: 768px) {
	.bnr_area {
		padding: 13vw 0;
	}

	.bnr_area .sp--1 {
		display: block;
		background: url(https://crowd.co.jp/engine/wp-content/themes/crowdcojp202105/img/banner/bnr_mglp_sp_img_on.png) no-repeat center;
		background-size: 100%;
		width: 90%;
		margin-bottom: 2vw;
	}

	.bnr_area .sp--2 {
		display: block;
		background: none;
		width: 90%;
	}

	.bnr_area .sp {
		margin-left: auto;
		margin-right: auto;
	}

	.bnr_area .sp img {
		width: 100%;
	}
}


/* ---------------------------------------
  フッター
-----------------------------------------*/

footer {
	position: relative;
}

footer * {
	line-height: 1;
}

footer .wrap {
	padding: 74px 0 68px;
	display: flex;
	justify-content: space-between;
}

footer .logo img {
	width: 306px;
}

footer .info {
	width: 590px;
}

footer div.flex {
	margin-bottom: 25px;
}

footer .tel {
	position: relative;
}

footer .tel::before {
	content: "";
	width: 2px;
	height: 34px;
	background: #000;
	border-radius: 3px;
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
	right: -28px;
	top: -6px;
}

footer .time {
	margin-top: 14px;
}

footer .copy {
	text-align: center;
	font-weight: 500;
	background: #ee780c;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 1.4em 0 2.6em;
}

@media screen and (max-width: 768px) {
	footer .wrap {
		width: 94%;
		padding: 10vw 0;
		display: block;
	}

	footer .logo {
		width: 38%;
		margin: 0 auto 4vw;
	}

	footer .logo img {
		width: 100%;
	}

	footer .info {
		width: 100%;
	}

	footer div.flex {
		display: block;
		margin-bottom: 3.8vw;
		text-align: center;
	}

	footer div.flex .logo2 {
		width: 40%;
		margin: 0 auto;
	}

	footer div.flex .address {
		width: 62%;
		margin-top: 3vw;
	}

	footer .tel img,
	footer .fax img {
		width: auto;
		height: 3.6vw;
	}

	footer .tel::before {
		width: .5vw;
		height: 5vw;
		right: -3.5vw;
		top: -1vw;
	}

	footer .time {
		width: 38vw;
		margin-top: 2vw;
	}

	footer .copy {
		font-size: 2.8vw;
		padding: 1.4em 0;
	}
}

.grecaptcha-badge {
	display: none;
}

.wpcf7-form-control-wrap.phone01,
.wpcf7-form-control-wrap.phone02,
.wpcf7-form-control-wrap.phone03 {
	display: inline-grid;
}

/* ---------------------------------------
  clearfix
-----------------------------------------*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}


/* Hides from IE Mac */

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}


/* End Hack */
