@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;
  background: url(../image/bg.png) center center no-repeat;
  background-size: 110% 110%;
  background-attachment: fixed;
}


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_main {
    padding: 5vh 0;
  }

  #wrapper {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    box-shadow: 0px 0px 22px 1px rgba(0, 160, 233, 0.3);
  }

  #wrapper .header {
    display: none!important;
  }

  .side_block {
    position: fixed;
    z-index: 99;
    top: 10vh;
    left: 10vh;
    width: calc(100% - 20vh);
    height: 80vh;
    text-align: left;
    background: rgba(255,255,255,.4);
    border-radius: 20px;
    padding: 8vh 5vw;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 1px rgba(0, 160, 233, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .side_block .left_box {
    position: relative;
    width: 38vw;
    text-align: left;
  }

  .side_block h1 {
    width: 18vw;
    margin: 0 0 2vh;
  }

  .side_block h1 img {
    width: 100%;
  }

  .side_block .main_catch {
    max-width: 520px;
    width: 36vw;
    margin-left: -1vw;
  }

  .side_block .nav_link {
    padding: 0 1vw;
  }

  .side_block .nav_link li a {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 6px 0 6px 24px;
    position: relative;
  }

  .side_block .nav_link li a:hover {
    color: #00A0E9;
    transition: .3s;
  }

  .side_block .nav_link li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #00A0E9;
    border-right: 2px solid #00A0E9;
    transform: rotate(45deg) translateY(-50%);
  }

  .side_block .btn_cv {
    width: 20vw;
    margin: 4vh 0 0;
  }

  .side_block .btn_cv a {
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 40px;
    background: #ED742F;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    color: #FFF;
  }

  .side_block .btn_cv em {
    color: #FBFF25;
  }

  .side_block .right_box {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    text-align: right;
  }

  .side_block .sub_link a {
    text-decoration: underline;
    opacity: .6;
    padding: 2px 0;
    font-size: 1.4rem;
  }
}


section {
  position: relative;
}


/* .header */
.header {
	width: 100%;
	display: flex!important;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 4%;
  box-sizing: border-box;
}
.headerLeft {
  width: 150px;
  object-fit: contain;
}
.header .btn_cv {
  width: 140px;
  height: 40px;
}

.header .btn_cv a {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #ED742F;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-left: auto;
  margin-right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: #FFF;
}

.header .btn_cv em {
  color: #FBFF25;
}


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


/* .section_cv */
.section_cv {
  text-align: center;
  background: url(../image/bg_contact.png) top center no-repeat;
  background-size: cover;
  padding: 5% 0 10%;
  margin: 4px 0;
}

.section_cv .campaign {
  width: 75%;
  margin: 0 auto 5%;
}

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

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


.modal {
  position: relative;
  z-index: 99;
}

.modalContent {
  width: 315px;
  border-radius: 10px;
  background-color: #F1FAFE;
  padding: 28px 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
.modalTop {
  width: 221px;
border-radius: 100px;
font-size: 15px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0.04em;
text-align: center;
background-color: #00A0E9;
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 #00A0E9;
  background-color: #00A0E9;
  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 #00A0E9;
  color: #00A0E9;
  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;
}

.modalRadioLabel.smalltxt {
  font-size: .9em;
}


/* .section_merit */
.section_merit {
  padding: 6% 3% 12%;
  margin-bottom: 4px;
  background: linear-gradient(90deg,rgba(72,216,200,.2),rgba(0,160,233,.2));
}

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

.section_merit .tit {
  width: 86%;
  margin: 0 auto 5%;
}

.section_merit .list_merit li {
  margin-bottom: -10px;
}


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

.section_flow .tit {
  width: 50%;
  margin: 0 auto 5%;
}

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


/* .section_faq */
.section_faq {
  padding: 8% 0 12%;
}

.section_faq .tit {
  width: 43%;
  margin: 0 auto 5%;
}

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

.section_faq dt {
  background: rgba(164,164,164,.08) 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: #00A0E9;
    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: 6% 0 5%;
}

.section_company .tit {
  width: 85%;
  margin: 0 auto 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;
opacity: .4;
}


#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;
}
