@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-size: 100%;
    vertical-align: baseline;
    outline: none;
}

main {
    display: block;
}
img {
    background-color: transparent;
    border: 0;
    vertical-align: bottom;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*----------------------------------
/* common 
----------------------------------*/

html{
	font-size:62.5%;
}
	 
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #000000;
	font-size:1.8rem;
	font-size:18px;
	font-weight: 500;
	line-height:1.8;
	min-width: 100%;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}
p:not(:last-of-type){margin-bottom: 1em;}
a{
  text-decoration: none;
  color: #3AA9F5;
}
/* fade
----------------------------------*/
.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
	}
.fade:hover { opacity: 0.7; filter: alpha(opacity=70);} 

/* inner
----------------------------------*/
.inner-xl{
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.inner-l{
  max-width: 1080px;
  margin: 0 auto;
}
.inner-m{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
  @media only screen and (max-width: 1230px) {
    .inner-xl{
      max-width: 96%;
      padding: 0 20px
    }
  }
  @media only screen and (max-width: 1100px) {
    .inner-l{
      padding: 0 20px
    }
  }
  @media only screen and (max-width: 1000px) {
    .inner-xl,
    .inner-l,
    .inner-m{
      padding: 0 15px
    }
  }
/* heading
----------------------------------*/
.heading{
  text-align: center;
  
}
.heading .ttl--jp{
  font-size: 4.8rem;
  font-weight: 700;
  position: relative;
}
.heading .ttl--en{
  color: #D8D8D8;
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  font-weight: 500;
}
.ttl-udline--yel{
  background: linear-gradient(transparent 60%, #FFFF00 0%);
  display: inline;
  padding: 0 1px 0px;
}
.ttl-udline--gyel{
  background: linear-gradient(transparent 70%, #FAC60D 0%);
  display: inline;
  padding: 0 1px 0px;
}
.mv img,
.reason img,
.top-about img,
.about img{
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto
}

/* HEADER ------------------------*/ 
.header{
  display: flex;
  justify-content: space-between;
  align-items: center
}
header {
  position: fixed;
	width: 100%;
  height: 80px;
	background-color: #000;
	z-index: 1000;
}
.header-logo{
  margin-left: 40px;
}
.header-logo a{
  display: block;
  padding: 1em 0;
  width: 117px;
  height: auto;
}
.header-logo img{
  width: 100%;
}
.header-tel-wrap{
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center
}
.header-tel{
  color: #FFFF00;
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  padding: 0 1em;
  line-height: 1;
}
.header-tel .header-number{
  font-size: 4rem;
  font-weight: 500;
  margin-left: 0.3em;
}
main{
  padding-top: 80px;
  min-width: 1024px;
	overflow: hidden;
}
@media only screen and (max-width: 1200px) {
	main { 
		min-width: 100%;
		width: 100%;
	}	
}
.main-navi{
  background: #000;
  padding: 80px 0
}
nav#gNav ul{ 
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
}
nav#gNav li{
	text-align: center;
  width: 23.33%;
}
nav#gNav li a{
	background: #FFFF00;
  font-size: 2.4rem;
  font-weight: 700;
  display: block; 
	text-decoration: none;
	opacity: 1.0;
	color: #000;
  line-height: 64px;
	position: relative;
	transition: 0.5s;
}
nav#gNav li a:hover{
  color: #F55A5A;
}
nav#gNav li a:hover::after{
  width:100%;
}
.sp-tel{display: none}
@media only screen and (max-width: 1200px) {
	nav#gNav li a{
    font-size: 2vw;
  }
}

/* mv  ------------------------*/
.mv{
  background: url("../img/mv_pc.jpg") no-repeat left center;
  background-size: cover;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  height: 600px;
}
.mv_wrap{
  text-align: right;
  margin-right: 7.5vw;
}
.mv_catch{
  color: #fff;
  font-size: 9rem;
  font-weight: 700;
  line-height: 90px;
}
.mv .text{
  color: #fff;
  font-size: 5.6rem;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1;
}
.mv_text-xs{
  font-size: 7.2rem;
}
.text_bg--bk{
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 0.3em 0 0;
  padding-top: 0.2em;
}

/* reason ------------------------*/
.reason{
  background: #000;
  padding: 0 0 80px;
}
.reason_wrap{
  display: flex;
  justify-content: space-between;
}
.reason .card{
  width: 30%;
}
.reason .card-img{}
.reason .card-text{}
.reason .card-text .ttl{
  color: #fff;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 0.3em;
}
.reason .card-text .text{
  color: #fff;
  font-size: 2.0rem;
  margin-top: 0.5em;
}

/* means-contact ------------------------*/
.means-contact{
  background: #F3F3F3;
  padding: 120px 0
}
.means-contact_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}
.means-contact .card{
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
  width: 368px;
  padding: 37px 35px
}
.means-contact .card-text{
  margin-top: .5em
}
.means-contact .card-text .ttl{
  font-size: 2.8rem;
  font-weight: 700;
}
.means-contact .card-text .text{
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 16px
}
.means-contact .card-text_number{
  color: #F55A5A;
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  margin-left: 0.3em
}
.means-contact .btn{
  margin: 0 auto;
  margin-top: 10px
}
@media only screen and (max-width: 980px) {
  .means-contact .card{
    margin: 0 20px;
    padding: 24px
  }
  .means-contact .card-text .ttl{
    font-size: 2rem;
  }
  .means-contact .card-text .text{
    font-size: 2rem;
  }
  .means-contact .card-text_number{
    font-size: 3rem;
  }
  .means-contact .btn{
    width: 80%;
  }
}
/* top-about ------------------------*/
.top-about{
  background: #000;
  padding: 120px 0;
}
.top-about .ttl--jp{
  color: #FFFF00;
  font-size: 6.4rem;
  line-height: 1.4
}
.top-about_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px
}
.top-about .card{
  background: #fff;
  display: flex;
  width: 48%;
  margin: 2% 1% 0
}
.top-about .card-img{
  width: 275px;
}
.top-about .card-text{
  padding: 28px;
  display: flex;
  align-items: flex-end;
}
.top-about .card-text_wrap{}
.top-about .about-number,
.about .about-number{
  color: #D8D8D8;
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1
}
.top-about .card-text .ttl{
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4
}
.top-about .btn-more{
  margin-top: 1em;
}

/* top-company ------------------------*/
.top-company{
  padding: 120px 0
}
.top-company .ttl--jp{
  font-size: 6.4rem;
  line-height: 1.4
}
.top-company_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center
}
.top-company .heading{
  width: 34.2%;
  margin-right: 3%;
  text-align: left
}
.top-company .table{
  width: 62.8%;
}
.top-company_image{
  margin: 0 auto;
  margin-top: 80px;
  max-width: 500px
}
@media only screen and (max-width: 980px) {
	.top-company_wrap{
    flex-wrap: wrap;
  }
  .top-company .heading{
    width: 100%;
    margin-right: 0;
    text-align: center
  }
  .top-company .table{
    width: 100%;
    margin-top: 80px
  }
}

/* SUB PAGE ------------------------*/
.sub-key,
.sub-key.contact{
  background: url("../img/about_key_pc.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 480px;
}
.sub-key.contact{
  background: url("../img/contact_key_pc.jpg") no-repeat center;
}
.sub-key_wrap{
  margin-left: 7.5vw;
}
.sub-key_catch{
  color: #fff;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 60px;
}
/* about ------------------------*/
.about{
  padding: 40px 0 120px;
}
.about .card{
  display: flex;
  margin-top: 80px;
}
.about .card-img{
  width: 36.6%;
  margin-right: 3.75%
}
.about .card--rev .card-img{
  margin-right: 0;
  margin-left: 3.75%;
  order: 2
}
.about .card-text_wrap{
  width: 59.65%
}
.about .ttl{
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.3em
}
.about .text{
  font-size: 2rem;
  margin-top: 0.5em
}
.about .btn02{
  margin: 0 auto;
  margin-top: 80px;
}
/* contact ------------------------*/
textarea {
    vertical-align:middle;
	border:0;/**/
	margin:0;/**/
	padding:0;/**/
}
.contact-wrap{
  padding: 120px 0;
}
.contact-frm {
	border-collapse: collapse;
	table-layout: fixed;
  width: 100%
}
.contact-frm th, .contact-frm td {
	line-height: 1.6;
	font-size: 1.8rem;
	text-align: left;
  border-left: 0;
  border-right: 0;
	padding: 10px 25px;
	vertical-align: middle;
}
.contact-frm label {
	margin-right: 1.5em;
}
.contact-frm th.is-center, .contact-frmb td.is-center {
	text-align: center;
}
.contact-frm th {
  font-weight: 500;
  transform: rotate(0.05deg);
  width: 320px;
  position: relative;
}
.contact-frm th.is-req:after {
  position: absolute;
  background: #ffff00;
  color: #000;
  text-align: center;
  content: "必須";
  font-size: 1.4rem;
  line-height: 1.8;
  margin-left: 10px;
  border-radius: 4px;
  width: 45px;
  height: 25px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-frm th.is-any:after{
  position: absolute;
  background: #DCDCDC;
  color: #000;
  text-align: center;
  content: "任意";
  font-size: 1.4rem;
  line-height: 1.8;
  margin-left: 10px;
  border-radius: 4px;
  width: 45px;
  height: 25px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-frm td {
  /*transform: rotate(0.05deg);日本語Webフォントをキレイ(滑らか)に表示する*/
  letter-spacing: -.4em;
}
.contact-frm td > * {
  letter-spacing: normal;
}
.contact-frm select,
.contact-frm input[type="text"],
.contact-frm textarea {
	background: #F3F3F3;
  padding: 1.5em 1em;
	transition: 0.2s;
  border: none;
  box-sizing: border-box;
}
.contact-frm textarea{
  line-height:1.8;
  padding: 1em;
  height: 10em;
}
.contact-frm select:focus,
.contact-frm input[type="text"]:focus,
.contact-frm textarea:focus {
	outline:0;
	border-color: #FF9800;
	background: #FBF7F1;
}
.contact-frm input[type="checkbox"] {
	transform: scale(1.2);
  margin-right: 5px;
  cursor: pointer;
}
.frm-l {
	width: 100%!important;
}
.p-frm-s {
	width: 50%!important;
}
.frm-btn {
  max-width: 320px;
  text-align: center;
  margin: 40px auto 0;
}
.frm-btn > a {
  display: block;
}
.frm-btn > a:hover {
  opacity: 0.7;
}
.form-txt{
  text-align: center;
  margin-top: 40px
}
.frm-btn input[type="submit"], .frm-btn input[type="button"] {
  border: none;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 1em;
  line-height: 68px;
  width: 300px;
	cursor: pointer;
}
.frm-btn input[type="submit"]{
	background: #F55A5A;
}
.frm-btn input[type="button"]{
	background: #999;
}
.frm-btn.frm-arrow,
.frm-btn.frm-arrow-left{
  position: relative;
}
.frm-btn.frm-arrow:after{
  content: "";
  background: url("../img/arrow-right.svg") no-repeat;
  width: 16px;
  height: 14px;
  position: absolute;
  top:50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 2
}
.frm-btn.frm-arrow-left:after{
  content: "";
  background: url("../img/arrow-left.svg") no-repeat;
  width: 16px;
  height: 14px;
  position: absolute;
  top:50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 2
}
.frm-btn input[type="submit"]:hover,
.frm-btn input[type="button"]:hover{
	background: #000;
}

.confirm{
  padding: 40px;
}
.confirm .contact-frm td{
  letter-spacing: normal;
}
.confirm .contact-frm th {
  width: 280px;
}
.error_messe{
  color: #F55A5A;
}
/* プライバシーポリシー */
.contact-policy{
  border: 1px solid #707070;
  border-radius: 10px;
  margin-top: 40px;
  padding: 1em;
  height: 255px;
  overflow-y: scroll
}
.policy_main-ttl{
  font-size: 1.5rem;
}
.policy_sub-ttl{
  font-size: 1.4rem;
}
.contact-policy .text{
  font-size: 1.2rem;
}
/* completion ------------------------*/
.completion{
  padding: 120px 0
}
.completion-content{
  margin-top: 40px;
  text-align: center;
}
.completion-content .ttl{
  font-size: 2.8rem
}
.text-wrap{
  margin-top: 40px;
}
.completion-btn{
  margin-top: 80px;
}
.completion-btn .btn02{
  margin: 0 auto;
}
/* TABLE ------------------------*/
table.table{
  margin: 0 auto;
  width: 100%;
}
.table tr {
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
}
.table tr:first-child{
  border-top: 1px solid #707070;
}
.table th,
.table td {
  background: none;
  border: none;
  font-size: 1.8rem;
  padding: 1em;
  text-align: left;
}
.table th {
  width: 25%;
  vertical-align: top;
  margin-right: 2%;
}
/*----------------------------------
/* footer
----------------------------------*/
footer{
  background: #000;
  padding: 80px 0
}
.footer_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_text{
  color: #fff;
}
footer .company_name{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3em;
}
footer .copy{
  color: #fff;
  font-size: 1.4rem;
  margin-top: 36px;
}
/* ----------------------------------
PAGETOP
---------------------------------- */
.page-top{
	display: none;
	position: fixed;
	right: 40px;
	bottom: 62px;
	z-index: 99;
	line-height: 1.2;
	margin-bottom: 0;
}
.page-top:hover{
  opacity: 0.8
}
/*----------------------------------
/* OTHER STYLE
----------------------------------*/
.pc{ display: block}
.sp{ display: none}
.t-center {text-align: center;}
.t-center_left {text-align: center;}
.TL {text-align: left;}
.TR {text-align: right;}
.bgc--red{background: #FF5F5D}
.bgc--dblueg{background: #3F7C85}
.img-cen { display: block; margin: auto;}
.emphasis { font-weight: 700;}
.empcolor{color: #FF5F5D}
.dp_b{display: block;}
.dp_ilb{display: inline-block;}
.dp_ilb_b{display: inline-block;}
.dp-none { display: none;}
.fc--blue{color: #148BDC}
.fc--white{color: #ffffff}
.mt24 { margin-top: 24px;}
.mt40 { margin-top: 40px;}
.mt56 { margin-top: 56px;}
.mt72 { margin-top: 72px;}
.mt80 { margin-top: 80px;}
.mt80_40 { margin-top: 80px;}
.mt246 { margin-top: 246px;}
.mb24_16 { margin-bottom: 24px;}
.mb40_20 { margin-bottom: 40px;}
.mb80_40 { margin-bottom: 80px;}
.f150p{font-size: 150%}
.txtd-uline{text-decoration: underline;}
.mw100{max-width: 100%;height: auto}
.indent-1{
	padding-left:1em;
	text-indent:-1em;
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.btn,
.btn02,
.btn-more{
  background: #F55A5A;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 50px;
  width: 300px;
  padding: 0 1em;
  position: relative;
}
.btn02{
  line-height: 68px;
  padding: 0 1em;
}
.btn-more{
  font-size: 1.6rem;
  line-height: 32px;
  justify-content:flex-start;
  width: 183px;
  padding: 0 1em;
}
.btn::before,
.btn02::before,
.btn-more::before{
  content: "";
  background: url("../img/arrow-right.svg") no-repeat;
  width: 16px;
  height: 14px;
  position: absolute;
  right: 24px;
}
.btn:hover,
.btn02:hover,
.btn-more:hover{
  background: #000;
}
.btn-back{
  background: #FE5E00;
  border: 4px solid #fff;
  border-radius: 50px;
  display: block;
  max-width: 480px;
  margin: 0 auto;
}
.btn-back span{
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  padding: 0.5em 1.5em;
}
/* max-width:767px
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	body{ width: 100%; font-size: 1.4rem; line-height: 1.6;}
  .heading .ttl--jp{
    font-size: 2.4rem;
  }
  .heading .ttl--en{
    font-size: 2.8rem;
    margin-top: 0;
  }
  .content-box{
    border-radius: 30px;
    padding: 40px 16px;
  }
  /*----------ハンバーガーアイコン----------*/
	.hamburger_wrap {
		width: 60px;
		height: 60px;
		display: block;
		position:fixed;
    top: 0;
		right: 0;
    z-index: 1000;
	}
	.hamburger {
		position: absolute;
		display: block;
		width: 30px;
		height: 20px;
		z-index: 1000;
		right: 14px;
		top: 18px;
		box-sizing: border-box;
		cursor: pointer;
	}
	.hamburger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		width: 100%;
		height: 1px;
		background-color: #ffff00;
		margin: 0 auto;
	}

	.hamburger span:nth-of-type(1) {
		top: 0;
	}
	.hamburger span:nth-of-type(2) {
		top: 10px;
	}
	.hamburger span:nth-of-type(3) {
		bottom: -1px;
	}
		.hamburger span:nth-of-type(1) {
		-webkit-animation: menu-ber01 .75s forwards;
		animation: menu-ber01 .75s forwards;
	}
	.hamburger span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	.hamburger span:nth-of-type(3) {
		-webkit-animation: menu-ber02 .75s forwards;
		animation: menu-ber02 .75s forwards;
	}

	.active span:nth-of-type(1) {
		-webkit-animation: active-menu-ber01 .75s forwards;
		animation: active-menu-ber01 .75s forwards;
		background-color: #ffff00;
	}
	.active span:nth-of-type(2) {
		opacity: 0;
	}
	.active span:nth-of-type(3) {
		-webkit-animation: active-menu-ber03 .75s forwards;
		animation: active-menu-ber03 .75s forwards;
		background-color: #ffff00;
	}
	@-webkit-keyframes menu-ber01 {
		0% {
			-webkit-transform: translateY(8px) rotate(45deg);
		}
		50% {
			-webkit-transform: translateY(8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

		@keyframes menu-ber01 {
		0% {
			transform: translateY(8px) rotate(45deg);
		}
		50% {
			transform: translateY(8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@-webkit-keyframes menu-ber02 {
		0% {
			-webkit-transform: translateY(-8px) rotate(-45deg);
		}
		50% {
			-webkit-transform: translateY(-8px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(0) rotate(0);
		}
	}

	@keyframes menu-ber02 {
		0% {
			transform: translateY(-8px) rotate(-45deg);
		}
		50% {
			transform: translateY(-8px) rotate(0);
		}
		100% {
			transform: translateY(0) rotate(0);
		}
	}

	@-webkit-keyframes active-menu-ber01 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(10px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(10px) rotate(45deg);
		}
	}

	@keyframes active-menu-ber01 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(10px) rotate(0);
		}
		100% {
			transform: translateY(10px) rotate(45deg);
		}
	}

	@-webkit-keyframes active-menu-ber03 {
		0% {
			-webkit-transform: translateY(0) rotate(0);
		}
		50% {
			-webkit-transform: translateY(-10px) rotate(0);
		}
		100% {
			-webkit-transform: translateY(-10px) rotate(-45deg);
		}
	}

	@keyframes active-menu-ber03 {
		0% {
			transform: translateY(0) rotate(0);
		}
		50% {
			transform: translateY(-10px) rotate(0);
		}
		100% {
			transform: translateY(-10px) rotate(-45deg);
		}
	}

	/*----------ナビゲーション----------*/
	.main-navi{
    background: #000;
    padding: 0
  }
  #navigation{
		position: fixed;
		display: none;
		width: 100%;
		height: 100vh;
		top: 60px;
		left: 0;
		background-color: rgba(0,0,0,0.9);
		z-index: 100;
		overflow-y: scroll;
	}
	#navigation .navigation_inner{
		display: block;
		width: 100%;
		height: 100%;
		z-index: 10000;
	}
	nav#gNav ul {
		width: 70%;
		display: block;
		margin: 0 auto;
    margin-top: -60px;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	nav#gNav ul{ 
    margin: 0 auto;
    flex-wrap: wrap
  }
  nav#gNav li{
    text-align: center;
    width: 100%;
  }
  nav#gNav li a{
    background:none;
    font-size: 1.8rem;
    color: #FFFF00;
	  position: static;
  }
  nav#gNav .sp-tel{
    display: block;
    width: 100%;
    line-height: normal
  }
  nav#gNav .sp-tel .spnavi-tel{
    display: inline-block;
    width: 100%
  }
  .sp-tel .spnavi-tel .spnavi-number{
    font-size: 2.4rem;
    font-weight: 500;
    margin-left: 0.3em;
  }
  .sp-tel .spnavi-icon{
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px
  }
  /* HEADER  ------------------------*/
  header {
    height: 60px;
  }
  .header-logo{
    margin-left: 2%;
  }
  
  .header-tel-wrap{
    height: 60px;
  }
  .header-tel .header-number{
    font-size: 2.0rem;
  }
  .header-logo a{
    width: 80px;
    height: auto;
  }
  .header-tel{
    display: none;
  }
  main{
    padding-top: 60px;
  }
  
  /* mv ------------------------*/ 
  .mv{
    background: url("../img/mv_sp.jpg") no-repeat left top;
    background-size: contain;
    height: 104.3vw;
    align-items:flex-end
  }
  .mv_wrap{
    margin: 0 15px 10vw;
  }
  .mv_catch{
    font-size: 10vw;
    line-height: 8vw;
  }
  .mv .text{
    font-size: 6vw;
    margin-top: 0.5em;
  }
  .mv_text-xs{
    font-size: 8vw;
  }
  
  /* reason ------------------------*/
  .reason{
    padding: 40px 0 80px;
  }
  .reason_wrap{
    flex-wrap: wrap;
    margin-top: 0;
  }
  .reason .card{
    width: 100%;
    margin-top: 40px
  }
  .reason .card-text .ttl{
    font-size: 2rem;
  }
  .reason .card-text .text{
    font-size: 1.6rem;
    margin-top: 0.3em;
  }
  
  /* means-contact ------------------------*/
  .means-contact{
    padding: 80px 0;
  }
  .means-contact_wrap{
    flex-wrap: wrap;
    margin-top: 0;
  }
  .means-contact .card{
    width: 100%;
    margin-top: 40px;
    padding: 32px 24px;
    box-sizing: border-box;
  }
  .means-contact .card-text .ttl{
    font-size: 1.8rem;
  }
  .means-contact .card-text .text{
    font-size: 1.8rem;
  }
  .means-contact .card-text_number{
    font-size: 3.2rem;
  }
  .means-contact .btn{
    margin-top: 1em
  }

  /* top-about ------------------------*/
  .top-about{
    padding: 80px 0;
  }
  .top-about .ttl--jp{
    font-size: 2.4rem;
  }
  .top-about_wrap{
    margin-top: 0
  }
  .top-about .card{
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0 0
  }
  .top-about .card-img{
    width: 100%;
    height: auto;
  }
  .top-about .card-text{
    padding: 24px;
  }
  .top-about .about-number,
  .about .about-number{
    font-size: 4rem;
  }
  .top-about .card-text .ttl{
    font-size: 2rem;
  }
  
  /* top-company ------------------------*/
  .top-company{
    padding: 80px 0
  }
  .top-company .ttl--jp{
    font-size: 2.4rem;
    line-height: 1.4
  }
  .top-company .table{
    margin-top: 40px
  }
  .top-company_image{
    margin: 0 auto;
    margin-top: 40px;
    width: 100%
  }
  .top-company_image img{
    width: 100%
  }
  
  /* SUB PAGE ------------------------*/
  .sub-key{
    background: url("../img/about_key_sp.jpg") no-repeat center;
  }
  .sub-key.contact{
    background: url("../img/contact_key_sp.jpg") no-repeat center;
  }
  .sub-key_wrap{
    margin: 0 15px;
  }
  .sub-key_catch{
    font-size: 8vw;
    line-height: 8vw;
  }
  /* about ------------------------*/
  .about{
    padding: 40px 0 80px;
  }
  .about .card{
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .about .card-img,
  .about .card--rev .card-img{
    width: 100%;
    margin: 1em 0 0;
    order: 2
  }
  .about .card-text_wrap{
    width: 100%
  }
  .about .ttl{
    font-size: 2rem;
  }
  .about .text{
    font-size: 1.4rem;
  }
  .about .btn02{
    margin-top: 40px;
  }
  /* contact ------------------------*/
  .contact-wrap{
    padding: 40px 0 80px;
  }
  .contact-wrap .ttl{
    font-size: 1.6rem;
    text-align: left;
  }
  .contact-frm {
    table-layout:auto;
    margin-top: 40px;
  }
  .contact-frm th, .contact-frm td {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0;
    display: block;
    width: 100%;
  }
  .contact-frm th{
    margin-bottom: 0.5em;
  }
  .contact-frm td{
    margin-bottom: 2em
  }
  .contact-frm td.last{
    margin-bottom: 0
  }
  .contact-frm th {
    width: 100%;
    position: relative;
  }
  .contact-frm select,
  .contact-frm input[type="text"],
  .contact-frm textarea {
    padding: 1em;
  }
  .frm-btn {
    max-width: 320px;
    text-align: center;
    margin: 40px auto 0;
  }
  .frm-btn input[type="submit"],
  .frm-btn input[type="button"] {
    font-size: 1.8rem;
    line-height: 50px;
    margin: 0 auto;
  }
  /* プライバシーポリシー */
  .contact-policy{
    height: 180px;
  }
  .policy_main-ttl{
    font-size: 1.4rem;
  }
  .policy_sub-ttl{
    font-size: 1.2rem;
  }
  .confirm{
    margin-top: 40px;
    padding: 24px;
  }
  .confirm .contact-frm th {
    width: 280px;
  }
  
  /* completion ------------------------*/
  .completion{
    padding: 80px 0
  }
  .completion-content{
    margin-top: 24px;
  }
  .completion-content .ttl{
    font-size: 1.8rem
  }
  .text-wrap{
    margin-top: 24px;
    text-align: left;
  }
  .completion-btn{
    margin-top: 40px;
    text-align: center
  }
  
  /* TABLE ------------------------*/
  .table th,
  .table td {
    font-size: 1.6rem;
    padding: 1em;
    display: block;
    width: 100%;
  }
  .table th {
    margin-right: 0;
    padding-bottom: 0;
  }
  /*----------------------------------
  /* footer
  ----------------------------------*/
  footer{
    padding: 40px 0 24px
  }
  .footer_wrap{
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_text{
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 24px;
  }
  .footer_image{
    order: 1
  }
  footer .company_name{
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  
  footer .copy{
    font-size: 1.2rem;
    margin-top: 24px;
    text-align: center;
  }
  
  /* ----------------------------------
  PAGETOP
  ---------------------------------- */
  .page-top{
    right: 2vw;
    bottom: 40px;
  }
  
  /*----------------------------------
  /* OTHER STYLE
  ----------------------------------*/
  .pc{ display: none}
  .sp{ display: block}
  .t-center_left {text-align: left;}
  .mt80_40 { margin-top: 40px;}
  .mb24_16 { margin-bottom: 16px;}
  .mb40_20 { margin-bottom: 20px;}
  .mb80_40 { margin-bottom: 40px;}
  
  .btn{
    font-size: 1.8rem;
    width:auto;
  }
  .btn02{
    font-size: 1.8rem;
    line-height: 50px;
  }
  .btn-more{
    font-size: 1.4rem;
  }
  
}
