@charset "UTF-8";
/* CSS Document */

/********************************************************************

reset

*********************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

img.max-size {
	width: 100%;
	height: auto;
}

/****************************************

          Clearfix

*****************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* clearfix for ie7 */
.clearfix {
	display: block;
}


/****************************************

          CSS3 MEMO

*****************************************/

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

/****************************************

          General Setting

*****************************************/

html {
	height: 100%;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
	width: 100%;
	min-width: 320px;
	height: 100%;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	position: relative;
}

img {
	vertical-align: bottom;
}

* {-webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}

span.marker {
	background: linear-gradient(rgba(255, 244, 91, 0) 60%, #fff45b 60%);
	font-weight: bold;
}

span.marker-vertical {
	background: linear-gradient(to left, rgba(255, 244, 91, 0) 60%, #fff45b 60%);
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.overflow {
	overflow: hidden;
	position: relative;
}

.txt-deco {
	text-decoration: underline;
}

p.main-txt.top {
	margin-top: 0;
}

span.red {
	color: #fc0606;
}

p.main-txt a {
	color: #333;
}

p.privacy {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

.cf-turnstile {
	display: block;
	text-align: center;
}

/******************************************************************************************************

SP

******************************************************************************************************/

@media screen and (max-width: 767px) {
	
	body {
		padding-top: 70px!important;
	}
	
	#reason,#salary,#feature,#flow,#faq,#step,#contact {
		display: block;
		margin-top: -70px;
		padding-top: 70px;
	}
	
	.pc {
		display: none;
	}
	
	.ta {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.sp-ta {
		display: block;
	}
	
	/*　ハンバーガーボタン　*/

	.hamburger {
		display : block;
		position: fixed;
		z-index : 99999;
		right : 3vw;
		top   : 10px;
		width : 50px;
		height: 50px;
		cursor: pointer;
		text-align: center;
		background-color: #fc0606;
		border-radius: 25px;
	}

	.hamburger span {
	  display : block;
	  position: absolute;
	  width: 24px;
	  height: 2px;
	  left: 13px;
	  background : #fff;
	  transition: 0.3s ease-in-out;
	}

	.hamburger span:nth-child(1) {
	  top: 17px;
	}

	.hamburger span:nth-child(2) {
	  top: 24px;
	}

	.hamburger span:nth-child(3) {
	  top: 31px;
	}

	/* ナビが開いてる時 */

	.hamburger.active {
		display : block;
		position: fixed;
		z-index : 99999;
		right : 3vw;
		top   : 10px;
		width : 50px;
		height: 50px;
		cursor: pointer;
		text-align: center;
		background-color: #fc0606;
		border-radius: 25px;
	}

	.hamburger.active span:nth-child(1) {
		top : 25px;
		left: 13px;
		background: #fff;
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 2.5rem;
		background: #fff;
		transform: rotate(45deg);
	}

	/* このクラスを、jQueryで付与・削除する */
	header nav.gnav.active {
		height: 100%;
		visibility: visible;
		opacity: 1;
	}
	
	/* このクラスを、jQueryで付与・削除する */
	body.fixed {
		height: 100%;
		overflow: hidden
	}
	
	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 100;
		display: flex;
		justify-content: space-between;
		padding: 20px 0 20px 3vw;
	}
	
	header h1 img.logo {
		width: auto;
		height: 30px;
		position: relative;
		z-index: 10000;
	}
	
	header nav.gnav {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: #fff;
		overflow-y:  scroll;
		padding: 70px 0 30px 0;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
	}
	
	header nav.gnav ul {
		position: relative;
	}
	
	li.default {
		border-bottom: 0.1rem #ddd solid;
	}
	
	li.default a {
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		color: #2f3435;
		line-height: 150%;
		padding: 20px 3vw;
		display: block;
		text-decoration: none;
		position: relative;
	}
	
	li.default > a::after {
		border-right: solid 3px #fc0606;
		border-top: solid 3px #fc0606;
		content: "";
		display: block;
		height: 8px;
		position: absolute;
		right: 3vw;
		top: 45%;
		transform: rotate(45deg);
		transition: transform .3s ease-in-out, top .3s ease-in-out;
		width: 8px;
	}
	
	header nav.gnav ul li.line a,
	header nav.gnav ul li.contact a {
		width: 60%;
		font-size: 16px;
		font-weight: 800;
		color: #fff;
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		padding: 0 20px;
		display: block;
		border-radius: 25px;
		transition: .3s;
	}
	
	header nav.gnav ul li.line a {
		background: #06c755;
		margin: 30px auto 0 auto;
	}
	
	header nav.gnav ul li.contact a {
		background: #fc0606;
		margin: 15px auto 0 auto;
	}
	
	p.main-txt {
		font-size: 3.6vw;
		line-height: 180%;
		margin-top: 4vw;
	}
	
	div.main-visual {
		width: 100vw;
		height: 120vw;
		position: relative;
		display: flex;
	}
	
	div.main-visual.thanks {
		height: 50vw;
		max-height: none;
		min-height: auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("../img/main-visual-thanks.jpg") no-repeat top center / cover;
	}
	
	h2.page-title {
		font-size: 7.2vw;
		font-weight: 800;
		color: #fff;
	}
	
	p.breadcrumbs {
		position: absolute;
		font-size: 3vw;
		line-height: 180%;
		color: #ccc;
		left: 3vw;
		bottom: 3vw;
	}
	
	p.breadcrumbs a {
		color: #fff;
		text-decoration: none;
		transition: .3s;
	}
	
	p.breadcrumbs a:hover {
		opacity: 0.7;
	}
	
	h3.thanks-title {
		font-size: 4.8vw;
		font-weight: bold;
		line-height: 150%;
		margin-bottom: 6vw;
	}
	
	div.main-visual div.left {
		width: 50vw;
		height: 100%;
		background: url("../img/main-left-bg.jpg") no-repeat top right -22vw / cover;
	}
	
	div.main-visual div.right {
		width: 50vw;
		height: 100%;
		background: url("../img/main-right-bg.jpg") no-repeat top left -22vw / cover;
	}
	
	div.copy-area {
		position: absolute;
		top: 15%;
		left: 50%;
		margin-left: -35vw;
		z-index: 10;
	}
	
	div.copy-area img {
		width: 70vw;
		height: auto;
	}
	
	div.copy-area p.sub-copy {
		font-size: 3vw;
		font-weight: bold;
		line-height: 150%;
		text-align: center;
		color: #fff;
		margin-top: 4vw;
	}
	
	div.top-btn-area {
		width: 100%;
		padding: 3vw;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 3vw;
		margin-top: -39vw;
		background: rgba(0,0,0, 0.5);
		position: relative;
		z-index: 20;
	}
	
	a.main-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: 800;
		text-decoration: none;
		transition: .3s;
	}
	
	a:hover.main-btn img {
		transform: none;
	}
	
	a.main-btn.top {
		height: 15vw;
		border-radius: 2vw;
		font-size: 4vw;
	}
	
	a.main-btn.top p {
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 6vw;
		background: #fff;
		border-radius: 3vw;
		padding: 0 3vw;
		margin-left: 1.5vw;
	}
	
	a.main-btn.line {
		background: #06c755;
	}
	
	a.main-btn.top.line img {
		width: 9vw;
		height: auto;
	}
	
	a.main-btn.line p {
		color: #06c755;
	}
	
	a.main-btn.contact {
		background: #fc0606;
	}
	
	a.main-btn.top.contact img {
		width: 5vw;
		height: auto;
		margin-right: 2vw;
	}
	
	a.main-btn.contact p {
		color: #fc0606;
	}
	
	section {
		width: 100%;
		padding: 12vw 0;
		position: relative;
	}
	
	section div.inner {
		width: 90vw;
		margin: 0 auto;
		position: relative;
	}
	
	section div.inner.flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.reverse {
		flex-direction: row-reverse;
	}
	
	div.main-title-area {
		margin-bottom: 8vw;
	}
	
	h2.main-title {
		font-size: 6vw;
		font-weight: 800;
		line-height: 150%;
	}
	
	h2.main-title::first-letter {
		font-size: 6vw;
		color: #fc0606;
	}
	
	div.main-title-area p.sub-title {
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 150%;
		margin-top: 4.8vw;
	}
	
	ul.reason {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 12vw;
	}
	
	ul.reason li div.photo-area {
		position: relative;
	}
	
	ul.reason li div.photo-area img.photo {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
		width: 100%;
	  	height: auto;
	  	object-fit: cover;
	}
	
	ul.reason li div.photo-area img.number {
		width: auto;
		height: 16vw;
		position: absolute;
		right: 4vw;
		bottom: -7vw;
		z-index: 5;
	}
	
	ul.reason li h3 {
		font-size: 5.4vw;
		font-weight: 800;
		line-height: 150%;
		width: 70%;
	}
	
	section.pink {
		background: #fff1f1;
	}
	
	table.default {
		width: 100%;
		line-height: 180%;
		background: #fff;
	}
	
	table.default tr {
		border-bottom: 10px solid #fff1f1;
	}
	
	table.default tr:last-child {
		border-bottom: none;
	}
	
	table.default th {
		font-size: 3.6vw;
		width: 100%;
		font-weight: 800;
		text-align: left;
		padding: 3vw;
		border-bottom: 1px solid #eee;
		display: block;
	}
	
	table.default td {
		font-size: 3.6vw;
		line-height: 180%;
		width: 100%;
		text-align: left;
		padding: 3vw;
		display: block;
	}
	
	div.feature-top {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		row-gap: 4vw;
		margin-bottom: 2vw;
	}
	
	div.feature-top img {
		width: 100%;
		height: auto;
		border: 1px solid #eee;
	}
	
	ul.feature {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 4%;
	}
	
	ul.feature li {
		width: 48%;
		filter: drop-shadow(0 0 15px rgb(0 0 0 / 10%));
		background: #fff;
		text-align: center;
		font-size: 3.6vw;
		font-weight: 800;
		line-height: 150%;
		margin-top: 4vw;
		padding: 8vw 3vw 6vw 3vw;
	}
	
	ul.feature li img {
		width: 20vw;
		height: auto;
		display: block;
		margin: 0 auto 4vw auto;
	}
	
	ul.feature li.item01 {
		border-top: 1vw solid #fc0606;
	}
	
	ul.feature li.item02 {
		border-top: 1vw solid #fc8506;
	}
	
	ul.feature li.item03 {
		border-top: 1vw solid #fcd606;
	}
	
	ul.feature li.item04 {
		border-top: 1vw solid #8ed320;
	}
	
	ul.feature li.item05 {
		border-top: 1vw solid #42bbf3;
	}
	
	ul.feature li.item06 {
		border-top: 1vw solid #2c6cd5;
	}
	
	ul.feature li.item07 {
		border-top: 10px solid #9f39ce;
	}
	
	section.cta {
		padding: 10vw 0;
		background: url("../img/cta-bg.gif") no-repeat center center / cover;
	}
	
	img.cta-title {
		width: auto;
		height: 12vw;
		display: block;
		margin: 0 auto;
	}
	
	div.cta-btn-area {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 4vw;
		margin-top: 8vw;
	}
	
	a.main-btn.cta {
		height: 18vw;
		border-radius: 2vw;
		font-size: 4.4vw;
	}
	
	a.main-btn.cta p {
		font-size: 3.8vw;
		font-weight: bold;
		line-height: 6.4vw;
		background: #fff;
		border-radius: 3.2vw;
		padding: 0 3vw;
		margin-left: 2vw;
	}
	
	a.main-btn.cta.line img {
		width: 12vw;
		height: auto;
	}
	
	a.main-btn.cta.contact img {
		width: 6vw;
		height: auto;
		margin-right: 2vw;
	}
	
	ul.flow {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 10px;
	}
	
	ul.flow li img {
		width: 100%;
		height: auto;
	}
	
	ul.flow li div.txt-area {
		width: 100%;
		padding: 0 4vw 4vw 4vw;
		background: #fff1f1
	}
	
	ul.flow li div.txt-area div.time-wrap {
		width: fit-content;
		display: flex;
		align-items: center;
		background: #fff;
		border-radius: 4vw;
		padding-right: 3vw;
		margin: -4vw auto 4vw auto;
		position: relative;
		z-index: 1;
	}
	
	ul.flow li div.txt-area div.time-wrap p.number {
		width: 8vw;
		height: 8vw;
		border-radius: 4vw;
		background: #fc0606;
		font-size: 4vw;
		font-weight: 800;
		line-height: 8vw;
		color: #fff;
		margin-right: 3vw;
		display: flex;
		justify-content: center;
	}
	
	ul.flow li div.txt-area div.time-wrap p.time {
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 8vw;
		color: #fc0606;
	}
	
	ul.flow li div.txt-area p.title {
		font-size: 4vw;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
	}
	
	div.staff-wrap {
		width: 100%;
		padding: 3vw;
		border-radius: 4vw;
		background: #fff8f8;
		box-shadow: 0 0 3vw 1vw rgba(255, 248, 248, 1);
		margin-top: 12vw;
	}
	
	div.staff-wrap img.main-visual {
		width: 100%;
		height: auto;
	}
	
	div.tt-wrap {
		width: 100%;
		background: #fff;
		border-radius: 2vw;
		padding: 5vw;
	}
	
	div.tt-wrap h3.private {
		margin-top: 6vw;
	}
	
	div.tt-wrap h3 p.title {
		width: fit-content;
		font-size: 4.8vw;
		font-weight: 800;
		line-height: 10vw;
		color: #fff;
		padding: 0 3vw;
		display: flex;
		align-items: center;
		border-radius: 0 5vw 5vw 0;
		margin-bottom: 6vw;
	}
	
	div.tt-wrap h3 p.title img {
		width: 6vw;
		height: auto;
		margin-left: 3vw;
	}
	
	div.tt-wrap h3 p.title.sun {
		background: #fd6a6a;
	}
	
	div.tt-wrap h3 p.title.moon {
		background: #5aa2e2;
	}
	
	div.tt-wrap h3 p.txt {
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 150%;
		margin-bottom: 2vw;
	}
	
	div.tt-wrap ul li {
		width: 100%;
		border-bottom: 2px dotted #eee;
		padding: 4vw 0;
	}
	
	div.tt-wrap ul li:last-child {
		border-bottom: none;
	}
	
	div.tt-wrap dl {
		width: 100%;
		display: flex;
		align-items: flex-start;
	}
	
	div.tt-wrap dl dt {
		width: 25%;
		font-size: 3.6vw;
		font-weight: 800;
		line-height: 150%;
	}
	
	div.tt-wrap dl dt.work {
		color: #fd6a6a;
	}
	
	div.tt-wrap dl dt.private {
		color: #5aa2e2;
	}
	
	div.tt-wrap dl dd {
		width: 75%;
	}
	
	div.tt-wrap dl dd div h4 {
		font-size: 3.6vw;
		font-weight: 800;
		line-height: 150%;
		margin-bottom: -2vw;
	}
	
	.staff-bubble {
	  	position: relative;
	  	display: inline-block;
	  	margin-top: 16px;
	  	padding: 2vw;
	  	border: 2px solid #fecdcd;
	  	border-radius: 1.2vw;
	  	background-color: #fff1f1;
	  	text-align: left;
	  	font-size: 3.6vw;
	  	line-height: 1.5;
	  	color: #333333;
	}

	.staff-bubble::before {
	  	content: "";
	  	position: absolute;
	  	top: 0;
  		left: 10%;
	  	border-style: dotted;
	  	border-width: 0 8px 16px 8px;
	  	border-color: transparent transparent #fecdcd;
	  	translate: -50% -100%;
	  	transform: skew(-10deg);
	  	transform-origin: bottom;
	}

	.staff-bubble::after {
	  	content: "";
	  	position: absolute;
	  	top: 0;
  		left: 10%;
	  	border-style: solid;
	  	border-width: 0 5.8px 11.5px 5.8px;
  		border-color: transparent transparent #fff1f1;
  		translate: -50% -100%;
  		transform: skew(-10deg);
  		transform-origin: bottom;
	}
	
	img.staff-bottom {
		width: 100%;
		max-width: 600px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	section.gray {
		background: #f8f8f8;
	}
	
	div.faq-wrap {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10px;
	}
	
	dl.faq {
		width: 100%;
		background: #fff;
		padding: 3vw;
	}
	
	dl.faq dt {
		width: 100%;
		font-size: 4vw;
		font-weight: 800;
		line-height: 150%;
		padding-bottom: 3vw;
		border-bottom: 1px solid #eee;
	}
	
	dl.faq dd {
		width: 100%;
		font-size: 3.6vw;
		line-height: 180%;
		padding-top: 3vw;
	}
	
	ul.step {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	
	ul.step li.item {
		width: 100%;
		position: relative;
	}
	
	ul.step li.item::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
	}
	
	ul.step li.item img.number {
		width: auto;
		height: 12vw;
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	
	ul.step li.item img.photo {
		width: 100%;
		height: auto;
		margin-top: -6vw;
	}
	
	ul.step li.item div.txt-area {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-bottom: 4vw;
		z-index: 2;
	}
	
	ul.step li.item div.txt-area p.title {
		font-size: 4.8vw;
		font-weight: 800;
		line-height: 180%;
		text-align: center;
		color: #fff;
	}
	
	ul.step li.item div.txt-area p.txt {
		font-size: 3.6vw;
		line-height: 180%;
		text-align: center;
		color: #fff;
	}
	
	ul.step li.arrow {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 3vw;
	}
	
	ul.step li.arrow img {
		width: 5%;
		height: auto;
		transform: rotate(90deg);
	}
	
	section.line {
		padding: 10vw 0;
		background: url("../img/line-bg.gif") no-repeat center center / cover;
	}
	
	section.line img.cta-title {
		height: 10vw;
	}
	
	a.main-btn.line.white {
		width: 100%;
		height: 18vw;
		border-radius: 2vw;
		font-size: 4.4vw;
		color: #06c755;
		background: #fff;
		margin: 8vw auto 0 auto;
	}
	
	a.main-btn.line.white p {
		font-size: 3.8vw;
		font-weight: bold;
		line-height: 6.4vw;
		color: #fff;
		background: #06c755;
		border-radius: 3.2vw;
		padding: 0 3vw;
		margin-left: 2vw;
	}
	
	a.main-btn.line.white img {
		width: 10vw;
		height: auto;
		margin-right: 2vw;
	}
	
	table.contact-form {
		width: 100%;
		font-size: 3.6vw;
		margin-top: -2vw;
	}
	
	table.contact-form tr {
		border-bottom: 2vw solid transparent;
	}

	table.contact-form th,
	table.contact-form td {
		background: #fff;
		text-align: left;
	}

	table.contact-form th {
		font-weight: bold;
		width: 100%;
		padding: 2.5vw 3vw;
		vertical-align: middle;
		overflow: hidden;
		display: block;
		border-bottom: 1px solid #eee;
	}

	table.contact-form td {
		width: 100%;
		padding: 3vw;
		overflow: hidden;
		display: block;
	}
	
	table.contact-form td ul.contact {
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	
	table.contact-form td ul.contact li.name {
		width: 40%;
		margin-right: 10px;
	}
	
	table.contact-form td ul.contact li:last-child {
		margin-right: 0;
	}
	
	table.contact-form td ul.contact li input[type="text"] {
		width: 100%;
	}
	
	table.contact-form td ul.contact li select {
		margin-right: 5px;
	}

	.formbtn {
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
		width: fit-content;
		padding: 4vw 12vw;
		background: #fc0606;
		font-size: 6vw;
		color: #fff;
		cursor: pointer;
		outline: none;
		border-radius: 10vw;
		margin: 8vw auto 0 auto;
		display: block;
		font-weight: 800;
		transition: 0.3s;
		border: none;
	}

	.formbtn:hover {
		opacity: 0.7;
	}

	input[type="text"],
	input[type="tel"] {
		width: 40%;
	}

	input[type="email"] {
		width: 100%;
	}

	textarea {
		width: 100%;
		height: 30vw;
		vertical-align: bottom;
	}
	
	input#zip {
		width: 40%;
	}

	.must {
		display: block;
		background-color: #fc0606;
		padding: 0 2vw;
		font-size: 3vw;
		line-height: 6.48vw;
		color: #fff;
		float: right;
		font-weight: bold;
	}

	table.contact-form input,
	table.contact-form select,
	table.contact-form textarea {
		font-size: 3.6vw;
		padding: 1.5vw;
		border: 1px solid #ddd;
		border-radius: 0;
		font-weight: normal;
	}

	table.contact-form input:focus,
	table.contact-form select:focus,
	table.contact-form textarea:focus {
		border: 1px solid #ccc;
	  	outline: 0;
	}
	
	footer {
		width: 100%;
		background: #333;
	}
	
	footer p.copyright {
		font-size: 3vw;
		line-height: 10vw;
		color: #fff;
		text-align: center;
	}
	
	div.bottom-contact {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
		z-index: 50;
	}
	
	div.bottom-contact a.btn {
		width: 50%;
		height: 60px;
		font-size: 14px;
		font-weight: 800;
		display: flex;
		color: #fff;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}
	
	div.bottom-contact a.btn.contact {
		background: #fc0606;
	}
	
	div.bottom-contact a.btn.contact img {
		width: auto;
		height: 20px;
		margin-right: 6px;
	}
	
	div.bottom-contact a.btn.line {
		background: #06c755;
	}
	
	div.bottom-contact a.btn.line img {
		width: auto;
		height: 30px;
		margin-right: 3px;
	}
	
}

/******************************************************************************************************

タブレット

******************************************************************************************************/

@media screen and (min-width:768px) and ( max-width:1024px) {
	
	body {
		padding-top: 90px!important;
	}
	
	#reason,#salary,#feature,#flow,#faq,#step,#contact {
		display: block;
		margin-top: -80px;
		padding-top: 80px;
	}
	
	.pc {
		display: none;
	}
	
	.ta {
		display: block;
	}
	
	.sp {
		display: none;
	}
	
	.sp-ta {
		display: block;
	}
	
	/*　ハンバーガーボタン　*/

	.hamburger {
		display : block;
		position: fixed;
		z-index : 99999;
		right : 3vw;
		top   : 15px;
		width : 60px;
		height: 60px;
		border-radius: 50%;
		cursor: pointer;
		text-align: center;
		background-color: #fc0606;
	}

	.hamburger span {
		display : block;
		position: absolute;
		width: 24px;
		height: 2px;
		left: 18px;
		background : #fff;
		transition: 0.3s ease-in-out;
	}

	.hamburger span:nth-child(1) {
		top: 21px;
	}

	.hamburger span:nth-child(2) {
		top: 29px;
	}

	.hamburger span:nth-child(3) {
		top: 37px;
	}

	/* ナビが開いてる時 */

	.hamburger.active {
		display : block;
		position: fixed;
		z-index : 99999;
		right : 3vw;
		top   : 15px;
		width : 60px;
		height: 60px;
		border-radius: 50%;
		cursor: pointer;
		text-align: center;
		background-color: #fc0606;
	}

	.hamburger.active span:nth-child(1) {
		top : 30px;
		left: 18px;
		background: #fff;
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top: 30px;
		background: #fff;
		transform: rotate(45deg);
	}

	header nav.gnav {
		height: 100%;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
	}

	/* このクラスを、jQueryで付与・削除する */
	header nav.gnav.active {
		height: 100%;
		visibility: visible;
		opacity: 1;
	}
	
	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		display: flex;
		justify-content: space-between;
		padding: 25px 0 25px 3vw;
		background: #fff;
	}
	
	header h1 img.logo {
		width: auto;
		height: 40px;
	}
	
	header nav.gnav {
		width: 40%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: #fff;
		overflow-y:  scroll;
		padding: 90px 0 20px 0;
	}
	
	header nav.gnav ul {
		position: relative;
	}
	
	li.default {
		border-bottom: 1px #eee solid;
	}
	
	li.default a {
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		color: #333;
		line-height: 150%;
		padding: 20px 3vw;
		display: block;
		text-decoration: none;
		position: relative;
	}
	
	li.default a::after {
		border-right: solid 3px #fc0606;
		border-top: solid 3px #fc0606;
		content: "";
		display: block;
		height: 8px;
		position: absolute;
		right: 3vw;
		top: 43%;
		transform: rotate(45deg);
		transition: transform .3s ease-in-out, top .3s ease-in-out;
		width: 8px;
	}
	
	header nav.gnav ul li.line a,
	header nav.gnav ul li.contact a {
		width: 60%;
		font-size: 16px;
		font-weight: 800;
		color: #fff;
		line-height: 50px;
		text-align: center;
		text-decoration: none;
		padding: 0 20px;
		display: block;
		border-radius: 25px;
		transition: .3s;
	}
	
	header nav.gnav ul li.line a {
		background: #06c755;
		margin: 30px auto 0 auto;
	}
	
	header nav.gnav ul li.contact a {
		background: #fc0606;
		margin: 15px auto 0 auto;
	}
	
	p.main-txt {
		font-size: 1.8vw;
		line-height: 180%;
		margin-top: 2vw;
	}
	
	div.main-visual {
		width: 100vw;
		height: 70vw;
		position: relative;
		display: flex;
	}
	
	div.main-visual.thanks {
		height: 50vw;
		max-height: none;
		min-height: auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("../img/main-visual-thanks.jpg") no-repeat top center / cover;
	}
	
	h2.page-title {
		font-size: 6vw;
		font-weight: 800;
		color: #fff;
	}
	
	p.breadcrumbs {
		position: absolute;
		font-size: 1.6vw;
		line-height: 180%;
		color: #ccc;
		left: 25px;
		bottom: 2vw;
	}
	
	p.breadcrumbs a {
		color: #fff;
		text-decoration: none;
		transition: .3s;
	}
	
	p.breadcrumbs a:hover {
		opacity: 0.7;
	}
	
	h3.thanks-title {
		font-size: 3.6vw;
		font-weight: bold;
		line-height: 150%;
		margin-bottom: 4vw;
	}
	
	div.main-visual div.left {
		width: 50vw;
		height: 100%;
		background: url("../img/main-left-bg.jpg") no-repeat top center / cover;
	}
	
	div.main-visual div.right {
		width: 50vw;
		height: 100%;
		background: url("../img/main-right-bg.jpg") no-repeat top center / cover;
	}
	
	div.copy-area {
		position: absolute;
		top: 18%;
		left: 50%;
		margin-left: -25vw;
		z-index: 10;
	}
	
	div.copy-area img {
		width: 50vw;
		height: auto;
	}
	
	div.copy-area p.sub-copy {
		font-size: 2.2vw;
		font-weight: bold;
		line-height: 150%;
		text-align: center;
		color: #fff;
		margin-top: 2.4vw;
	}
	
	div.top-btn-area {
		width: 100%;
		padding: 2vw;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 2vw;
		margin-top: -13vw;
		background: rgba(0,0,0, 0.5);
		position: relative;
		z-index: 20;
	}
	
	a.main-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: 800;
		text-decoration: none;
		transition: .3s;
	}
	
	a:hover.main-btn img {
		transform: none;
	}
	
	a.main-btn.top {
		height: 9vw;
		border-radius: 1.2vw;
		font-size: 2.2vw;
	}
	
	a.main-btn.top p {
		font-size: 1.8vw;
		font-weight: bold;
		line-height: 3vw;
		background: #fff;
		border-radius: 1.5vw;
		padding: 0 1.5vw;
		margin-left: 1vw;
	}
	
	a.main-btn.line {
		background: #06c755;
	}
	
	a.main-btn.top.line img {
		width: 5vw;
		height: auto;
	}
	
	a.main-btn.line p {
		color: #06c755;
	}
	
	a.main-btn.contact {
		background: #fc0606;
	}
	
	a.main-btn.top.contact img {
		width: 2.4vw;
		height: auto;
		margin-right: 1vw;
	}
	
	a.main-btn.contact p {
		color: #fc0606;
	}
	
	section {
		width: 100%;
		padding: 10vw 0;
		position: relative;
	}
	
	section div.inner {
		width: 80vw;
		margin: 0 auto;
		position: relative;
	}
	
	section div.inner.flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.reverse {
		flex-direction: row-reverse;
	}
	
	div.main-title-area {
		margin-bottom: 6vw;
	}
	
	h2.main-title {
		font-size: 4.8vw;
		font-weight: 800;
		line-height: 150%;
		white-space: nowrap;
	}
	
	h2.main-title::first-letter {
		font-size: 6vw;
		color: #fc0606;
	}
	
	div.main-title-area p.sub-title {
		font-size: 2vw;
		font-weight: bold;
		line-height: 150%;
		margin-top: 3vw;
	}
	
	ul.reason {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 5vw;
		grid-row-gap: 8vw;
	}
	
	ul.reason li div.photo-area {
		position: relative;
	}
	
	ul.reason li div.photo-area img.photo {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
		width: 100%;
	  	height: auto;
	  	object-fit: cover;
	}
	
	ul.reason li div.photo-area img.number {
		width: auto;
		height: 30%;
		position: absolute;
		right: 20px;
		bottom: -35px;
		z-index: 5;
	}
	
	ul.reason li h3 {
		font-size: 2.4vw;
		font-weight: 800;
		line-height: 150%;
		margin-top: 5px;
		width: 70%;
	}
	
	section.pink {
		background: #fff1f1;
	}
	
	table.default {
		width: 100%;
		line-height: 180%;
		background: #fff;
	}
	
	table.default tr {
		border-bottom: 10px solid #fff1f1;
	}
	
	table.default tr:last-child {
		border-bottom: none;
	}
	
	table.default th {
		font-size: 2vw;
		width: 30%;
		font-weight: 800;
		text-align: center;
		padding: 3vw 0;
		border-right: 1px solid #eee;
	}
	
	table.default td {
		font-size: 1.8vw;
		line-height: 180%;
		width: 70%;
		text-align: left;
		padding: 3vw;
	}
	
	div.feature-top {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 2vw;
	}
	
	div.feature-top img {
		width: 48.5%;
		height: auto;
		border: 1px solid #eee;
	}
	
	ul.feature {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 2.5%;
	}
	
	ul.feature li {
		width: 23.125%;
		filter: drop-shadow(0 0 15px rgb(0 0 0 / 10%));
		background: #fff;
		text-align: center;
		font-size: 1.8vw;
		font-weight: 800;
		line-height: 150%;
		margin-top: 3vw;
		padding: 4vw 1.5vw 3vw 1.5vw;
	}
	
	ul.feature li img {
		width: 10vw;
		height: auto;
		display: block;
		margin: 0 auto 2vw auto;
	}
	
	ul.feature li.item01 {
		border-top: 1vw solid #fc0606;
	}
	
	ul.feature li.item02 {
		border-top: 1vw solid #fc8506;
	}
	
	ul.feature li.item03 {
		border-top: 1vw solid #fcd606;
	}
	
	ul.feature li.item04 {
		border-top: 1vw solid #8ed320;
	}
	
	ul.feature li.item05 {
		border-top: 1vw solid #42bbf3;
	}
	
	ul.feature li.item06 {
		border-top: 1vw solid #2c6cd5;
	}
	
	ul.feature li.item07 {
		border-top: 10px solid #9f39ce;
	}
	
	section.cta {
		padding: 8vw 0;
		background: url("../img/cta-bg.gif") no-repeat center center / cover;
	}
	
	img.cta-title {
		width: auto;
		height: 10vw;
		display: block;
		margin: 0 auto;
	}
	
	div.cta-btn-area {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 3vw;
		margin-top: 6vw;
	}
	
	a.main-btn.cta {
		height: 110px;
		border-radius: 15px;
		font-size: 24px;
	}
	
	a.main-btn.cta p {
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
		background: #fff;
		border-radius: 20px;
		padding: 0 20px;
		margin-left: 10px;
	}
	
	a.main-btn.cta.line img {
		width: 70px;
		height: auto;
	}
	
	a.main-btn.cta.contact img {
		width: 35px;
		height: auto;
		margin-right: 15px;
	}
	
	ul.flow {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap: 10px;
	}
	
	ul.flow li img {
		width: 100%;
		height: auto;
	}
	
	ul.flow li div.txt-area {
		width: 100%;
		padding: 0 3vw 3vw 3vw;
		background: #fff1f1
	}
	
	ul.flow li div.txt-area div.time-wrap {
		width: fit-content;
		display: flex;
		align-items: center;
		background: #fff;
		border-radius: 2vw;
		padding-right: 1.5vw;
		margin: -2vw auto 3vw auto;
		position: relative;
		z-index: 1;
	}
	
	ul.flow li div.txt-area div.time-wrap p.number {
		width: 4vw;
		height: 4vw;
		border-radius: 2vw;
		background: #fc0606;
		font-size: 2vw;
		font-weight: 800;
		line-height: 4vw;
		color: #fff;
		margin-right: 1.5vw;
		display: flex;
		justify-content: center;
	}
	
	ul.flow li div.txt-area div.time-wrap p.time {
		font-size: 1.8vw;
		font-weight: bold;
		line-height: 4vw;
		color: #fc0606;
	}
	
	ul.flow li div.txt-area p.title {
		font-size: 2.2vw;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
	}
	
	div.staff-wrap {
		width: 100%;
		padding: 3vw;
		border-radius: 4vw;
		background: #fff8f8;
		box-shadow: 0 0 3vw 1vw rgba(255, 248, 248, 1);
		margin-top: 10vw;
	}
	
	div.staff-wrap img.main-visual {
		width: 100%;
		height: auto;
	}
	
	div.tt-wrap {
		width: 100%;
		background: #fff;
		border-radius: 2vw;
		padding: 6vw;
	}
	
	div.tt-wrap h3.private {
		margin-top: 6vw;
	}
	
	div.tt-wrap h3 p.title {
		width: fit-content;
		font-size: 24px;
		font-weight: 800;
		line-height: 7vw;
		color: #fff;
		padding: 0 2vw;
		display: flex;
		align-items: center;
		border-radius: 0 3.5vw 3.5vw 0;
		margin-bottom: 4vw;
	}
	
	div.tt-wrap h3 p.title img {
		width: 3vw;
		height: auto;
		margin-left: 2vw;
	}
	
	div.tt-wrap h3 p.title.sun {
		background: #fd6a6a;
	}
	
	div.tt-wrap h3 p.title.moon {
		background: #5aa2e2;
	}
	
	div.tt-wrap h3 p.txt {
		font-size: 2vw;
		font-weight: bold;
		line-height: 150%;
		margin-bottom: 2vw;
	}
	
	div.tt-wrap ul li {
		width: 100%;
		border-bottom: 2px dotted #eee;
		padding: 3vw 0;
	}
	
	div.tt-wrap ul li:last-child {
		border-bottom: none;
	}
	
	div.tt-wrap dl {
		width: 100%;
		display: flex;
		align-items: flex-start;
	}
	
	div.tt-wrap dl dt {
		width: 20%;
		font-size: 2.2vw;
		font-weight: 800;
		line-height: 150%;
	}
	
	div.tt-wrap dl dt.work {
		color: #fd6a6a;
	}
	
	div.tt-wrap dl dt.private {
		color: #5aa2e2;
	}
	
	div.tt-wrap dl dd {
		width: 80%;
	}
	
	div.tt-wrap dl dd div h4 {
		font-size: 2.2vw;
		font-weight: 800;
		line-height: 150%;
	}
	
	.staff-bubble {
	  	position: relative;
	  	display: inline-block;
	  	margin-top: 16px;
	  	padding: 2vw;
	  	border: 2px solid #fecdcd;
	  	border-radius: 1.2vw;
	  	background-color: #fff1f1;
	  	text-align: left;
	  	font-size: 2vw;
	  	line-height: 1.5;
	  	color: #333333;
	}

	.staff-bubble::before {
	  	content: "";
	  	position: absolute;
	  	top: 0;
  		left: 10%;
	  	border-style: dotted;
	  	border-width: 0 8px 16px 8px;
	  	border-color: transparent transparent #fecdcd;
	  	translate: -50% -100%;
	  	transform: skew(-10deg);
	  	transform-origin: bottom;
	}

	.staff-bubble::after {
	  	content: "";
	  	position: absolute;
	  	top: 0;
  		left: 10%;
	  	border-style: solid;
	  	border-width: 0 5.8px 11.5px 5.8px;
  		border-color: transparent transparent #fff1f1;
  		translate: -50% -100%;
  		transform: skew(-10deg);
  		transform-origin: bottom;
	}
	
	img.staff-bottom {
		width: 100%;
		max-width: 600px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	section.gray {
		background: #f8f8f8;
	}
	
	div.faq-wrap {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10px;
	}
	
	dl.faq {
		width: 100%;
		background: #fff;
		padding: 3vw;
	}
	
	dl.faq dt {
		width: 100%;
		font-size: 2.2vw;
		font-weight: 800;
		line-height: 150%;
		padding-bottom: 2vw;
		border-bottom: 1px solid #eee;
	}
	
	dl.faq dd {
		width: 100%;
		font-size: 1.8vw;
		line-height: 180%;
		padding-top: 2vw;
	}
	
	ul.step {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	ul.step li.item {
		width: 31%;
		position: relative;
	}
	
	ul.step li.item::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
	}
	
	ul.step li.item img.number {
		width: auto;
		height: 6vw;
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	
	ul.step li.item img.photo {
		width: 100%;
		height: auto;
		margin-top: -3vw;
	}
	
	ul.step li.item div.txt-area {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-bottom: 2vw;
		z-index: 2;
	}
	
	ul.step li.item div.txt-area p.title {
		font-size: 1.8vw;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
		color: #fff;
	}
	
	ul.step li.item div.txt-area p.txt {
		font-size: 1.2vw;
		line-height: 180%;
		text-align: center;
		color: #fff;
	}
	
	ul.step li.arrow {
		width: 3.5%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 3vw;
	}
	
	ul.step li.arrow img {
		width: 50%;
		height: auto;
	}
	
	section.line {
		padding: 8vw 0;
		background: url("../img/line-bg.gif") no-repeat center center / cover;
	}
	
	a.main-btn.line.white {
		width: 100%;
		height: 110px;
		border-radius: 15px;
		font-size: 24px;
		color: #06c755;
		background: #fff;
		margin: 6vw auto 0 auto;
	}
	
	a.main-btn.line.white p {
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
		color: #fff;
		background: #06c755;
		border-radius: 20px;
		padding: 0 20px;
		margin-left: 10px;
	}
	
	a.main-btn.line.white img {
		width: 50px;
		height: auto;
		margin-right: 15px;
	}
	
	table.contact-form {
		width: 100%;
		font-size: 1.8vw;
		margin-top: -2vw;
	}
	
	table.contact-form tr {
		border-bottom: 1vw solid transparent;
	}

	table.contact-form th,
	table.contact-form td {
		background: #fff;
		text-align: left;
	}

	table.contact-form th {
		font-weight: bold;
		width: 100%;
		padding: 2vw 2.5vw;
		vertical-align: middle;
		overflow: hidden;
		display: block;
		border-bottom: 1px solid #eee;
	}

	table.contact-form td {
		width: 100%;
		padding: 2.5vw;
		overflow: hidden;
		display: block;
	}
	
	table.contact-form td ul.contact {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	table.contact-form td ul.contact li.name {
		width: 30%;
		margin-right: 10px;
	}
	
	table.contact-form td ul.contact li:last-child {
		margin-right: 0;
	}
	
	table.contact-form td ul.contact li input[type="text"] {
		width: 100%;
	}
	
	table.contact-form td ul.contact li select {
		margin-right: 5px;
	}

	.formbtn {
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
		width: fit-content;
		padding: 2vw 6vw;
		background: #fc0606;
		font-size: 2.4vw;
		color: #fff;
		cursor: pointer;
		outline: none;
		border-radius: 5vw;
		margin: 6vw auto 0 auto;
		display: block;
		font-weight: 800;
		transition: 0.3s;
		border: none;
	}

	.formbtn:hover {
		opacity: 0.7;
	}

	input[type="text"],
	input[type="tel"] {
		width: 40%;
	}

	input[type="email"] {
		width: 100%;
	}

	textarea {
		width: 100%;
		height: 150px;
		vertical-align: bottom;
	}
	
	input#zip {
		width: 20%;
	}

	.must {
		display: block;
		background-color: #fc0606;
		padding: 0 0.6vw;
		font-size: 1.6vw;
		line-height: 3vw;
		color: #fff;
		float: right;
		font-weight: bold;
	}

	table.contact-form input,
	table.contact-form select,
	table.contact-form textarea {
		font-size: 1.8vw;
		padding: 1vw;
		border: 1px solid #ddd;
		border-radius: 0;
		font-weight: normal;
	}

	table.contact-form input:focus,
	table.contact-form select:focus,
	table.contact-form textarea:focus {
		border: 1px solid #ccc;
	  	outline: 0;
	}
	
	footer {
		width: 100%;
		background: #333;
	}
	
	footer p.copyright {
		font-size: 14px;
		line-height: 60px;
		color: #fff;
		text-align: center;
	}
	
	div.bottom-contact {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		display: flex;
		filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
		z-index: 50;
	}
	
	div.bottom-contact a.btn {
		width: 50%;
		height: 60px;
		font-size: 16px;
		font-weight: 800;
		display: flex;
		color: #fff;
		justify-content: center;
		align-items: center;
		text-decoration: none;
	}
	
	div.bottom-contact a.btn.contact {
		background: #fc0606;
	}
	
	div.bottom-contact a.btn.contact img {
		width: auto;
		height: 30px;
		margin-right: 10px;
	}
	
	div.bottom-contact a.btn.line {
		background: #06c755;
	}
	
	div.bottom-contact a.btn.line img {
		width: auto;
		height: 40px;
		margin-right: 5px;
	}

}

/******************************************************************************************************

PC

******************************************************************************************************/

@media screen and (min-width:1025px) {
	
	body {
		font-size: 16px;
	}
	
	#reason,#salary,#feature,#flow,#faq,#step,#contact {
		display: block;
		margin-top: -80px;
		padding-top: 80px;
	}
	
	a img {
		transition: .3s;
	}
	
	a:hover img {
		transform: translateY(-5px);
	}
	
	.pc {
		display: block;
	}
	
	.ta {
		display: none;
	}
	
	.sp {
		display: none;
	}
	
	.sp-ta {
		display: none;
	}
	
	p.main-txt a:hover {
		text-decoration: none;
	}
	
	header {
		width: 100%;
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		transition: .3s;
	}
	
	header.scroll-nav {
		background: #fff;
	}
	
	header h1 img.logo {
		width: auto;
		height: 40px;
	}
	
	header nav.gnav ul {
		display: flex;
		align-items: center;
	}
	
	header nav.gnav ul li.default {
		margin-right: 2vw;
	}
	
	header nav.gnav ul li.default a {
		font-size: min(1.2vw,16px);
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		transition: .3s;
	}
	
	header.scroll-nav nav.gnav ul li.default a {
		color: #333;
	}
	
	header nav.gnav ul li.default a:hover {
		color: #fc0606;
	}
	
	header nav.gnav ul li.line a,
	header nav.gnav ul li.contact a {
		font-size: min(1.2vw,16px);
		font-weight: 800;
		color: #fff;
		line-height: 40px;
		text-decoration: none;
		padding: 0 20px;
		display: block;
		border-radius: 20px;
		transition: .3s;
	}
	
	header nav.gnav ul li.line a:hover,
	header nav.gnav ul li.contact a:hover {
		transform: translateY(-5px);
	}
	
	header nav.gnav ul li.line a {
		background: #06c755;
		margin-right: 10px;
	}
	
	header nav.gnav ul li.contact a {
		background: #fc0606;
	}
	
	p.main-txt {
		margin-top: 20px;
		line-height: 180%;
	}
	
	div.main-visual {
		width: 100vw;
		height: 100vh;
		max-height: 60vw;
		min-height: 50vw;
		position: relative;
		display: flex;
	}
	
	div.main-visual.thanks {
		height: 500px;
		max-height: none;
		min-height: auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("../img/main-visual-thanks.jpg") no-repeat top center / cover;
	}
	
	h2.page-title {
		font-size: 60px;
		font-weight: 800;
		color: #fff;
	}
	
	p.breadcrumbs {
		position: absolute;
		font-size: 14px;
		line-height: 180%;
		color: #ccc;
		left: 20px;
		bottom: 20px;
	}
	
	p.breadcrumbs a {
		color: #fff;
		text-decoration: none;
		transition: .3s;
	}
	
	p.breadcrumbs a:hover {
		opacity: 0.7;
	}
	
	h3.thanks-title {
		font-size: 36px;
		font-weight: bold;
		line-height: 150%;
		margin-bottom: 40px;
	}
	
	div.main-visual div.left {
		width: 50vw;
		height: 100%;
		background: url("../img/main-left-bg.jpg") no-repeat top center / cover;
	}
	
	div.main-visual div.right {
		width: 50vw;
		height: 100%;
		background: url("../img/main-right-bg.jpg") no-repeat top center / cover;
	}
	
	div.copy-area {
		position: absolute;
		top: 20%;
		left: 50%;
		margin-left: -21vw;
		z-index: 10;
	}
	
	div.copy-area img {
		width: 42vw;
		height: auto;
	}
	
	div.copy-area p.sub-copy {
		font-size: 1.5vw;
		font-weight: bold;
		line-height: 150%;
		text-align: center;
		color: #fff;
		margin-top: 2vw;
	}
	
	div.top-btn-area {
		width: 100%;
		padding: 1.3vw;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 1.3vw;
		margin-top: -9.6vw;
		background: rgba(0,0,0, 0.5);
		position: relative;
		z-index: 20;
	}
	
	a.main-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: 800;
		text-decoration: none;
		transition: .3s;
	}
	
	a:hover.main-btn {
		transform: translateY(-5px);
	}
	
	a:hover.main-btn img {
		transform: none;
	}
	
	a.main-btn.top {
		height: 7vw;
		border-radius: 0.8vw;
		font-size: 1.8vw;
	}
	
	a.main-btn.top p {
		font-size: 1.5vw;
		font-weight: bold;
		line-height: 3vw;
		background: #fff;
		border-radius: 1.5vw;
		padding: 0 1.5vw;
		margin-left: 1vw;
	}
	
	a.main-btn.line {
		background: #06c755;
	}
	
	a.main-btn.top.line img {
		width: 5vw;
		height: auto;
	}
	
	a.main-btn.line p {
		color: #06c755;
	}
	
	a.main-btn.contact {
		background: #fc0606;
	}
	
	a.main-btn.top.contact img {
		width: 2.4vw;
		height: auto;
		margin-right: 1vw;
	}
	
	a.main-btn.contact p {
		color: #fc0606;
	}
	
	section {
		width: 100%;
		padding: 100px 0;
		position: relative;
	}
	
	section div.inner {
		width: 94vw;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	
	section div.inner.flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.reverse {
		flex-direction: row-reverse;
	}
	
	div.main-title-area {
		display: flex;
		align-items: center;
		margin-bottom: 60px;
	}
	
	h2.main-title {
		font-size: 48px;
		font-weight: 800;
		line-height: 150%;
		margin-right: 60px;
		white-space: nowrap;
	}
	
	h2.main-title::first-letter {
		font-size: 60px;
		color: #fc0606;
	}
	
	div.main-title-area p.sub-title {
		font-size: 18px;
		font-weight: bold;
		line-height: 160%;
	}
	
	ul.reason {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		column-gap: 50px;
		grid-row-gap: 80px;
	}
	
	ul.reason li div.photo-area {
		position: relative;
	}
	
	ul.reason li div.photo-area img.photo {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
		width: 100%;
	  	height: auto;
	  	object-fit: cover;
	}
	
	ul.reason li div.photo-area img.number {
		width: auto;
		height: 30%;
		position: absolute;
		right: 20px;
		bottom: -35px;
		z-index: 5;
	}
	
	ul.reason li h3 {
		font-size: 24px;
		font-weight: 800;
		line-height: 150%;
		margin-top: 5px;
		width: 70%;
	}
	
	section.pink {
		background: #fff1f1;
	}
	
	table.default {
		width: 100%;
		line-height: 180%;
		background: #fff;
	}
	
	table.default tr {
		border-bottom: 10px solid #fff1f1;
	}
	
	table.default tr:last-child {
		border-bottom: none;
	}
	
	table.default th {
		font-size: 18px;
		width: 30%;
		font-weight: 800;
		text-align: center;
		padding: 30px 0;
		border-right: 1px solid #eee;
	}
	
	table.default td {
		font-size: 16px;
		width: 70%;
		text-align: left;
		padding: 30px;
	}
	
	div.feature-top {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	
	div.feature-top img {
		width: 48%;
		height: auto;
		border: 1px solid #eee;
	}
	
	ul.feature {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 2.5%;
	}
	
	ul.feature li {
		width: 23.125%;
		filter: drop-shadow(0 0 15px rgb(0 0 0 / 10%));
		background: #fff;
		text-align: center;
		font-size: 20px;
		font-weight: 800;
		line-height: 150%;
		margin-top: 30px;
		padding: 50px 15px 30px 15px;
	}
	
	ul.feature li img {
		width: 130px;
		height: auto;
		display: block;
		margin: 0 auto 20px auto;
	}
	
	ul.feature li.item01 {
		border-top: 10px solid #fc0606;
	}
	
	ul.feature li.item02 {
		border-top: 10px solid #fc8506;
	}
	
	ul.feature li.item03 {
		border-top: 10px solid #fcd606;
	}
	
	ul.feature li.item04 {
		border-top: 10px solid #8ed320;
	}
	
	ul.feature li.item05 {
		border-top: 10px solid #42bbf3;
	}
	
	ul.feature li.item06 {
		border-top: 10px solid #2c6cd5;
	}
	
	ul.feature li.item07 {
		border-top: 10px solid #9f39ce;
	}
	
	section.cta {
		padding: 80px 0;
		background: url("../img/cta-bg.gif") no-repeat center center / cover;
	}
	
	img.cta-title {
		width: auto;
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	
	div.cta-btn-area {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 30px;
		margin-top: 60px;
	}
	
	a.main-btn.cta {
		height: 110px;
		border-radius: 15px;
		font-size: 24px;
	}
	
	a.main-btn.cta p {
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
		background: #fff;
		border-radius: 20px;
		padding: 0 20px;
		margin-left: 10px;
	}
	
	a.main-btn.cta.line img {
		width: 70px;
		height: auto;
	}
	
	a.main-btn.cta.contact img {
		width: 35px;
		height: auto;
		margin-right: 15px;
	}
	
	ul.flow {
		width: 100%;
		display: flex;
		justify-content: center;
		gap: 0 10px;
	}
	
	ul.flow li {
		width: 19.3333%;
	}
	
	ul.flow li img {
		width: 100%;
		height: auto;
	}
	
	ul.flow li div.txt-area {
		width: 100%;
		padding: 0 20px 20px 20px;
		background: #fff1f1
	}
	
	ul.flow li div.txt-area div.time-wrap {
		width: fit-content;
		display: flex;
		align-items: center;
		background: #fff;
		border-radius: 20px;
		padding-right: 15px;
		margin: -20px auto 20px auto;
		position: relative;
		z-index: 1;
	}
	
	ul.flow li div.txt-area div.time-wrap p.number {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		background: #fc0606;
		font-size: 18px;
		font-weight: 800;
		line-height: 40px;
		color: #fff;
		margin-right: 15px;
		display: flex;
		justify-content: center;
	}
	
	ul.flow li div.txt-area div.time-wrap p.time {
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		color: #fc0606;
	}
	
	ul.flow li div.txt-area p.title {
		font-size: 20px;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
	}
	
	div.staff-wrap {
		width: 100%;
		padding: 30px;
		border-radius: 40px;
		background: #fff8f8;
		box-shadow: 0 0 30px 10px rgba(255, 248, 248, 1);
		margin-top: 100px;
	}
	
	div.staff-wrap img.main-visual {
		width: 100%;
		height: auto;
	}
	
	div.tt-wrap {
		width: 100%;
		background: #fff;
		border-radius: 20px;
		padding: 60px;
	}
	
	div.tt-wrap h3 {
		display: flex;
		align-items: center;
	}
	
	div.tt-wrap h3.private {
		margin-top: 60px;
	}
	
	div.tt-wrap h3 p.title {
		font-size: 24px;
		font-weight: 800;
		line-height: 70px;
		color: #fff;
		padding: 0 20px 0 20px;
		display: flex;
		align-items: center;
		border-radius: 0 35px 35px 0;
		margin-right: 20px;
	}
	
	div.tt-wrap h3 p.title img {
		width: 30px;
		height: auto;
		margin-left: 20px;
	}
	
	div.tt-wrap h3 p.title.sun {
		background: #fd6a6a;
	}
	
	div.tt-wrap h3 p.title.moon {
		background: #5aa2e2;
	}
	
	div.tt-wrap h3 p.txt {
		font-size: 18px;
		font-weight: bold;
		line-height: 150%;
	}
	
	div.tt-wrap ul li {
		width: 100%;
		border-bottom: 2px dotted #eee;
		padding: 30px 20px;
	}
	
	div.tt-wrap ul li:last-child {
		border-bottom: none;
	}
	
	div.tt-wrap dl {
		width: 100%;
		display: flex;
		align-items: flex-start;
	}
	
	div.tt-wrap dl dt {
		width: 20%;
		font-size: 20px;
		font-weight: 800;
		line-height: 150%;
	}
	
	div.tt-wrap dl dt.work {
		color: #fd6a6a;
	}
	
	div.tt-wrap dl dt.private {
		color: #5aa2e2;
	}
	
	div.tt-wrap dl dd {
		width: 80%;
		display: flex;
		align-items: center;
	}
	
	div.tt-wrap dl dd div h4 {
		font-size: 20px;
		font-weight: 800;
		line-height: 150%;
		white-space: nowrap;
	}
	
	div.tt-wrap dl dd div p.main-txt {
		white-space: nowrap;
	}
	
	.staff-bubble {
	  	position: relative;
	  	display: inline-block;
	  	margin-left: 46px;
	  	padding: 20px;
	  	border: 2px solid #fecdcd;
	  	border-radius: 12px;
	  	background-color: #fff1f1;
	  	text-align: left;
	  	font-size: 18px;
	  	line-height: 1.5;
	  	color: #333333;
	}

	.staff-bubble::before {
	  	content: "";
	  	position: absolute;
	  	top: 50%;
	  	left: 0;
	  	border-style: dotted;
	  	border-width: 8px 16px 8px 0;
	  	border-color: transparent #fecdcd transparent transparent;
	  	translate: -100% -50%;
	  	transform: skew(0, -10deg);
	  	transform-origin: right;
	}

	.staff-bubble::after {
	  	content: "";
	  	position: absolute;
	  	top: 50%;
	  	left: 0;
	  	border-style: solid;
	  	border-width: 5.8px 11.5px 5.8px 0;
	  	border-color: transparent #fff1f1 transparent transparent;
	  	translate: -100% -50%;
	  	transform: skew(0, -10deg);
	  	transform-origin: right;
	}
	
	img.staff-bottom {
		width: 600px;
		height: auto;
		display: block;
		margin: 0 5% 0 auto;
	}
	
	section.gray {
		background: #f8f8f8;
	}
	
	div.faq-wrap {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 10px;
	}
	
	dl.faq {
		width: 100%;
		background: #fff;
		padding: 30px;
	}
	
	dl.faq dt {
		width: 100%;
		font-size: 20px;
		font-weight: 800;
		line-height: 150%;
		padding-bottom: 20px;
		border-bottom: 1px solid #eee;
	}
	
	dl.faq dd {
		width: 100%;
		font-size: 16px;
		line-height: 180%;
		padding-top: 20px;
	}
	
	ul.step {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	ul.step li.item {
		width: 30%;
		position: relative;
	}
	
	ul.step li.item::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
		background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
	}
	
	ul.step li.item img.number {
		width: auto;
		height: 60px;
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	
	ul.step li.item img.photo {
		width: 100%;
		height: auto;
		margin-top: -30px;
	}
	
	ul.step li.item div.txt-area {
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-bottom: 20px;
		z-index: 2;
	}
	
	ul.step li.item div.txt-area p.title {
		font-size: 20px;
		font-weight: 800;
		line-height: 150%;
		text-align: center;
		color: #fff;
	}
	
	ul.step li.item div.txt-area p.txt {
		font-size: 14px;
		line-height: 180%;
		text-align: center;
		color: #fff;
	}
	
	ul.step li.arrow {
		width: 5%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 30px;
	}
	
	ul.step li.arrow img {
		width: 50%;
		height: auto;
	}
	
	section.line {
		padding: 80px 0;
		background: url("../img/line-bg.gif") no-repeat center center / cover;
	}
	
	a.main-btn.line.white {
		width: 60%;
		height: 110px;
		border-radius: 15px;
		font-size: 24px;
		color: #06c755;
		background: #fff;
		margin: 60px auto 0 auto;
	}
	
	a.main-btn.line.white p {
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
		color: #fff;
		background: #06c755;
		border-radius: 20px;
		padding: 0 20px;
		margin-left: 10px;
	}
	
	a.main-btn.line.white img {
		width: 50px;
		height: auto;
		margin-right: 15px;
	}
	
	table.contact-form {
		width: 100%;
		font-size: 16px;
		margin-top: -20px;
	}
	
	table.contact-form tr {
		border-bottom: 10px solid transparent;
	}

	table.contact-form th,
	table.contact-form td {
		background: #fff;
		text-align: left;
	}

	table.contact-form th {
		font-weight: bold;
		width: 30%;
		padding: 30px;
		vertical-align: middle;
		line-height: 30px;
		overflow: hidden;
	}

	table.contact-form td {
		width: 70%;
		padding: 30px 30px 30px 0;
		overflow: hidden;
	}
	
	table.contact-form td ul.contact {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	table.contact-form td ul.contact li.name {
		width: 30%;
		margin-right: 10px;
	}
	
	table.contact-form td ul.contact li:last-child {
		margin-right: 0;
	}
	
	table.contact-form td ul.contact li input[type="text"] {
		width: 100%;
	}
	
	table.contact-form td ul.contact li select {
		margin-right: 5px;
	}

	.formbtn {
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", "verdana", sans-serif;
		width: fit-content;
		padding: 20px 60px;
		background: #fc0606;
		font-size: 24px;
		color: #fff;
		cursor: pointer;
		outline: none;
		border-radius: 50px;
		margin: 60px auto 0 auto;
		display: block;
		font-weight: 800;
		transition: 0.3s;
		border: none;
	}

	.formbtn:hover {
		opacity: 0.7;
	}

	input[type="text"],
	input[type="tel"] {
		width: 40%;
	}

	input[type="email"] {
		width: 100%;
	}

	textarea {
		width: 100%;
		height: 150px;
		vertical-align: bottom;
	}
	
	input#zip {
		width: 20%;
	}

	.must {
		display: block;
		background-color: #fc0606;
		padding: 0 6px;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
		float: right;
		font-weight: bold;
	}

	table.contact-form input,
	table.contact-form select,
	table.contact-form textarea {
		font-size: 16px;
		padding: 10px;
		border: 1px solid #ddd;
		border-radius: 0;
		font-weight: normal;
	}

	table.contact-form input:focus,
	table.contact-form select:focus,
	table.contact-form textarea:focus {
		border: 1px solid #ccc;
	  	outline: 0;
	}
	
	footer {
		width: 100%;
		background: #333;
	}
	
	footer p.copyright {
		font-size: 14px;
		line-height: 60px;
		color: #fff;
		text-align: center;
	}
	
	div.bottom-contact {
		display: none;
	}
	
}
