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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  list-style: none;
  font-style: inherit;
}
html {
	height: 100%;
}


html {
	font-size: 62.5%;/* 10px */
}

body {
	height: 100%;
  margin: auto;
	font-family: 'Zen Kaku Gothic New',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
	line-height: 1.6;
  text-align: center;
  color: #3c3c3c;
  transition: 1s;
  font-size: 1.4rem;
  overflow-x: hidden;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

img {
	vertical-align: top;
	height:auto;
	max-width:100%;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
  background:transparent;
  display: block;
}

a.inline {
  display: inline;
  text-decoration: underline;
}

a img {
  transition: .3s;
}

a:hover img {
  transition: .3s;
  opacity: .6;
}

ins {
	background-color:#F2E1A0;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#F2E1A0;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

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

hr {
	display: block;
	width: auto;
	height: 1px;
	margin: 30px 0;
}

input, select {
	vertical-align:middle;
}

.clear {clear:both;}
.clear hr {display:none;}
.clearboth {clear:both;}

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -js-display: flex;
}


.abBox {
	position: relative;
}
.ab {
	position: absolute;
}

.mb20 {
	margin-bottom: 2vh;
}
.mb30 {
	margin-bottom: 3vh;
}
.mb40 {
	margin-bottom: 4vh;
}
.mb50 {
	margin-bottom: 5vh;
}

/*テキストスタイル*/
.min {
	font-family: "Times New Roman", Times, 'YuMincho', '游明朝','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.fs10 {
	font-size: 0.625rem;
}
.fs11 {
	font-size: 0.6875rem;
}
.fs12 {
	font-size: 0.75rem;
}
.fs13 {
	font-size: 0.8125rem;
}
.fs14 {
	font-size: 0.875rem;
}
.fs16 {
	font-size: 1rem;
}
.fs18 {
	font-size: 1.125rem;
}
.fs24 {
	font-size: 1.5rem;
}

img {
  vertical-align: bottom;
}

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

/*レイアウト*/

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

.sp {
	display: none!important;
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */

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

	.sp {
		display: inherit!important;
	}
}

#wrapper {
  background: #FFF;
}

@media screen and (min-width: 768px) {
  #wrapper {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
}


section {
  position: relative;
}


/* .header */
.header {
	width: 100%;
	display: flex;
  align-items: center;
  height: 60px;
}
.headerLeft {
  width: 150px;
  margin-left: 14px;
  object-fit: contain;
}
.headerRight {
  width: 140px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid rgba(222, 183, 106, 0.2);
  background: rgba(222, 183, 106, 0.12);
  font-size: 8px;
  text-align: center;
  margin-left: auto;
  margin-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}


/* .main_visual */
.main_visual {
  position: relative;
}

.main_visual .btn_cv_fv {
  padding: 5% 6% 8%;
}

.main_visual .arrow {
  position: absolute;
  z-index: 999;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  animation: scroll_anime 1.0s ease-in-out infinite both;
}

@keyframes scroll_anime {
  0% {
    bottom: -20px;
  }

  60% {
    bottom: -35px;
  }

  100% {
    bottom: -20px;
  }
}


/* .section_cv */
.section_cv {
  text-align: center;
}

.section_cv .btn_cv {
  padding: 0 5%;
}

.section_cv.fv .btn_cv {
  padding-top: 8%;
}

.section_cv .campaign {
  position: relative;
  z-index: 9;
}

.modal {
  position: relative;
  z-index: 99;
  margin-top: -30px;
}

.modalContent {
  width: 315px;
  border-radius: 10px;
  background-color: #FEFAF1;
  padding: 28px 10px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 4px 4px rgba(246,171,26,.36);
}
.modalTop {
  width: 221px;
border-radius: 100px;
font-size: 15px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0.04em;
text-align: center;
background-color: #FB9639;
color: white;
padding: 6px 0;
margin: 0 auto;
}
.modalTitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 25px 0 -6px;
  position: relative;
}

.modalTitle::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -18px;
  left: 50%;
  width: 55px;
  height: 60px;
  transform: translateX(-50%);
  background: url(../image/icon_q.svg) top center no-repeat;
  background-size: 100% auto;
  opacity: 0.15;
}

.modalRadio {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 16px auto 0;
}

.modalRadio input {
  display: none;
}
.modalRadioLabel:hover {
  width: 123px;
  height: 70px;
  border-radius: 6px;
  border: 1px solid #FB9639;
  background-color: #FB9639;
  color: white;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: calc(50% - 5px);
  box-sizing: border-box;
}
.modalRadioLabel {
  width: 123px;
  height: 70px;
  border-radius: 6px;
  border: 1px solid #FB9639;
  color: #FB9639;
  background-color: white;
  font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-top: 10px;
    width: calc(50% - 5px);
    margin-left: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.modalRadioLabel._leftMagin {
  margin-left: 10px;
}
.modalRadioLabel._maxWidth {
  width: 100% !important;
}


/* .section_voice */
.section_voice {
  padding: 15% 0;
}

.inner .tit {
  margin-bottom: 5%;
}

.section_voice .slider {
  padding: 0 7% 0 4%;
}

.section_voice .slider > li {
  padding: 0 10px;
}


/* .section_review */
.section_review {
  padding: 5% 0 15%;
}

.section_review .tit {
  margin-bottom: 0;
}


/* .section_staff */
.section_staff {
  margin-top: 15%;
  padding: 15% 0 18%;
  background: rgba(255,192,30,.2);
  overflow-x: hidden;
}

.section_staff .slick-slide {
  padding: 0 12px;
}

.section_staff .slick-arrow {
  position: absolute;
  top: 18%;
  width: 30px;
  height: 30px;
  background: url(../image/arrow.png) top center no-repeat;
  background-size: 100% auto;

  border: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 400%;
  z-index: 99999;
  color: #FB9639;
  text-indent:-9999px;
}

.section_staff .slick-next {
  right: 8%;
}

.section_staff .slick-prev {
  left: 8%;
  transform: rotate(180deg);
}


/* .section_number */
.section_number {
  padding: 15% 0;
}

.section_number .image {
  margin: 0 7%;
}


/* .section_flow */
.section_flow {
  padding: 15% 0;
}

.section_flow .image {
  margin: 0 7%;
}


/* .section_faq */
.section_faq {
  padding: 0 0 15%;
}

.section_faq dl {
  margin: 0 5%;
  text-align: left;
}

.section_faq dt {
  background: rgba(251,150,57,.1) url(../image/icon_q.svg) 15px 12px no-repeat;
  background-size: 18px auto;
  padding: 12px 40px;
  line-height: 1.4;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}

.section_faq dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
    color: #FB9639;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-60%) rotate(135deg);
}

.section_faq dt.open::after {
    transform: translateY(-40%) rotate(-45deg);
}

.section_faq dd {
  padding: 1% 4% 8%;
  display: none;
}


/* .section_company */
.section_company {
  padding: 15% 0 5%;
}

.section_company .image {
  margin: 0 5%;
}


/* .footer */
.footer {
  width: 100%;
  padding: 40px 20px 22px;
  box-sizing: border-box;
}
.footerTop {
  display: flex;
  align-items: center;
  width: 330px;
height: 80px;
border-radius: 6px;
border: 1px solid #2D2D2D14;
margin: 0 auto;
}
.footerTopImg {
  width: 55px;
height: 54px;
margin-left: 17px;
}
.footerTopText {
font-size: 12px;
font-weight: 500;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
margin-left: 11px;
color: #2D2D2D;
}
.footerUl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.footerList {
  color: #2D2D2D;
font-size: 12px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0em;
text-align: center;
margin-left: 40px;
position: relative;
}
.footerList:first-child {
  margin-left: 0;
}
.footerListText._line::before {
  content: '|';
  position: absolute;
  left: -20px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footerListText {
  color: #2D2D2D;
}
.footerCopyright {
font-size: 9px;
font-weight: 400;
line-height: 13px;
letter-spacing: 0em;
text-align: center;
color: #2D2D2D;
margin-top: 41px;
}


#back_guide {
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100vh;
display: none;
position: fixed !important;
background-color: rgba(0,0,0,.6);
z-index: 99999999;
padding: 8% 0;
overflow: hidden;
}

#back_guide .section_cv {
  background: #FFF;
  border-radius: 10px;
  padding-bottom: 6%;
  position: relative;
  width: 90%;
  max-width: 360px;
  margin: 0 auto;
  max-height: 85vh;
  overflow-y: scroll;
}

#back_guide .section_cv .close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 40px;
  height: 40px;
  background: #3c3c3c;
  border-radius: 20px;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
}

#back_guide .section_cv .campaign {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
