@charset "UTF-8";
/* サイズの基準： 1rem = 100px */
:root {
	font-size: 100px;
}

@media (min-width: 1025px) {
	:root {
		font-size: 7.32vw;
	}
}
@media (max-width: 1024px) {
	:root {
		font-size: 9vw;
	}
}
@media (max-width: 991px) {
	:root {
		font-size: 11vw;
	}
}
@media (max-width: 767px) {
	:root {
		font-size: 80px;
	}
}
/* テキストの基本設定 */
body {
	color: #000;
	font-size: 0.18rem;
	font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}

/* リセット / ノーマライズ / サニタイズ */
body, h1, h2, h3, h4, h5, h6, p, ul, figure {
	margin: 0;
	padding: 0;
}

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

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

a:hover {
	opacity: 0.8;
}

.forSp {
  display: none;
}
.forPc {
  display: block;
}
html, body, .hero {
	height: 100%;
}

body {
	overflow-y: scroll;
}

header {
  background: #fff;
  position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-top:0;
    padding-left: 3vw;
    padding-right: 3vw;
}
.site-ttl {
  height: 100%;
    display: flex;
    align-items: center;
  margin-right:30px;
  line-height: 1;
}
.header-contact {
  height:100%;
  display: flex;
  position: relative;
  align-items: center;
}
.header-contact .header-phone {
  height:100%;
  margin-right:.3rem;
  display: flex;
    align-items: center;
}
.header-contact .header-phone img {
  vertical-align: middle;
}
main {
  padding-top:80px;
}
.container {
  max-width:1140px;
  padding:0 20px;
  margin:0 auto;
}
.main-header {
  position: relative;
  padding: 6vw 0 11vw;
}
@media screen and (min-width:768px) and (max-width:991px) {
  .main-header {
    padding: 6vw 0 5vw;
}
}
@media screen and (min-width:992px) and (max-width:1024px) {
  .main-header {
    padding: 6vw 0 8vw;
}
}
.main-header::before {
  content:'';
  display: block;
  width:51vw;
  height:44vw;
  background-image:url(../img/main-fig.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  right:0;
  top:0;
  z-index:0;
}
.main-header::after {
  content:'';
  display: block;
  width:86vw;
  height: 33.5vw;
  background:#f5f5f5;
  position: absolute;
  left:0;
  bottom:0;
  z-index: -1;
}
.scroll-line {
  position: absolute;
    left: 40px;
    bottom: 0;
}
@media screen and (max-width:1440px) {
  .scroll-line {
    display: none;
  }
}
.main-header-contact {
  position: absolute;
    right: 1.5rem;
    bottom: 2%;
    width: 2rem;
    display: block;
}
.main-header .container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
.main-header-contact img {
  width:24vw;
  max-width:200px;
}
.top-msg-content {
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) and (max-width:1340px) {
  .top-msg-content {
    padding-left: 2%;
  }
}
.top-msg-content h2 {
  width: 40vw;
    margin-bottom: .3rem;
    max-width: 580px;
}
.top-msg {
  margin-bottom:.5rem;
  width: 36vw;
    max-width: 540px;
}
.top-btn {
  width:36vw;
}

.reason-list-wrap {
  margin:0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.reason-list {
  width:33.333%;
  margin-bottom:50px;
  padding:0 20px;
}
.reason-list-in {
  padding:25px;
  background: #FFF9E1;
  position: relative;
}
.reason-list-in .reason-point {
  position: absolute;
  left:-20px;
  top:-20px;
}
.reason-list p {
  margin-top:20px;
}
.reason-list figure {
  margin-bottom:15px;
}
.reason-list h3,
.reason-list .reason-count {
  padding:2px 0;
  text-align: center;
  line-height: 1;
}
.section-nayami {
  background:#F5F5F5;
}
.nayami-main-fig {
  margin-bottom:3em;
  text-align:center;
}
.nayami-list {
  margin-bottom:3em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px #E8E8E8;
  padding-bottom:2em;
}
.nayami-list h3 {
  background: #000000;
  padding:20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
  line-height: 1;
}
.nayami-list h3::after {
  content:'';
  display: inline-block;
  width: 0;
height: 0;
border-style: solid;
border-width: 16px 15px 0 15px;
border-color: #000 transparent transparent transparent;
position: absolute;
left:50%;
bottom:-16px;
transform:translateX(-50%);
}
.nayami-list h4 {
  text-align-last: center;
  padding:50px 20px 20px;
}
.nayami-cont {
  padding:0 8% 20px;
}
.nayami-cont ul.fig-list {
  list-style: none;
  margin:2em -15px 0;
  padding:0;
  display: flex;
}
.nayami-cont li {
  width:33.333%;
  padding:0 15px;
}
.nayami-cont em {
  font-style: normal;
  font-weight: bold;
  color: #E04343;
}
.t-indent {
  margin-top:1em;
}
.t-indent small {
  line-height: 1.5em;
  text-indent:-1em;
  padding-left:1em;
  display: block;
  color:#777777;
}
.voice-list {
  margin-bottom:2em;
  border:2px solid #2F2F2F;
  border-radius: 10px;
  box-shadow:10px 10px #F0F0F0;
  padding:4.5%;
  display: flex;
}
.voice-list figure {
  width:250px;
  margin-right:40px;
  flex:0 0 250px;
}
.voice-list-cont em {
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}
.voice-list-cont h3 {
  margin-bottom:1em;
}
.section.section-merit {
  background: #FFF9E1;
  padding-bottom:80px;
}
.section-merit .section-ttl {
  margin-bottom:1em;
}
.section-merit h3 {
  text-align:center;
  margin-bottom:2.5em;
}
.text-right small {
  margin-top:1em;
  display: block;
  line-height:1.5;
  text-align:right;
}
.merit-ttl-fig {
  text-align:center;
  margin-bottom:20px;
}
.merit-arrow {
  text-align:center;
  margin-top:-30px;
}
.merit-total {
  text-align:center;
  margin-top:-30px;
  margin-bottom:3em;
}
.merit-total-comment {
  max-width:788px;
  margin:0 auto;
}
.faq-list {
  margin-bottom:2em;
}
.faq-list h3 {
  padding:15px;
  display: flex;
  border-radius: 10px;
  align-items: center;
}
.faq-ttl {
  line-height: 1;
}
.faq-list .faq-num {
  flex:0 0 100px;
}
.faq-cont {
  display: flex;
  padding:15px;
  align-items: center;
}
.faq-cont em {
  color:#E04343;
  font-style: normal;
  font-weight: 500;
}
.bg-b {
  background: #6F99C3;
}
.bg-p {
  background: #6F8CC3;
}
.about-content {
  padding-bottom:2rem;
}
.e-sub {
  margin-bottom:.2rem;
  color:#F7931E;
  font-size:.38rem;
  text-align: center;
}
.section-flow {
  background: #F5F5F5;
}
.container-flow {
  max-width:1060px;
  margin:0 auto;
}
.flow-list-wrap {
  display: flex;
  padding: 0 20px;
}

.about-p {
  font-size:.24rem;
}
.text-center {
  text-align: center;
}
.fwb {
  font-weight: 700;
}
.section {
  padding:80px 0 40px;
}
.section-ttl {
  text-align: center;
  margin-bottom: 2.5em;
}
.contact-tel {
  text-align:center;
}
.form-wrap {
  max-width:830px;
  margin:80px auto 0;
  padding-top:30px;
  border-top:2px dashed #ADADAD;
}
.btm-comapny {
  background: #f5f5f5;
  text-align: center;
}

.section01 {
  padding-bottom:2rem;
  background:#F7931E;
}
.section01-head {
  color:#fff;
  font-size:.48rem;
  font-weight: 700;
  text-align: center;
}
.dot {
  position: relative;
}
.dot::after {
  content:'';
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#FEF785;
  position: absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
}
.c-y {
  color: #FEF785;
}
.section01-logo {
  margin-top:.4rem;
  padding:0 .5rem;
}
.section01-logo ul {
  padding:.45rem .5rem .4rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  border-radius:10px;
}
.section01-logo li {
  width:50%;
  padding:10px 30px;
}
.section-head {
  margin-bottom:.3rem;
  font-size:.48rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.48;
}
.section02 .section-head {
  margin-bottom:.8rem;
}
.c-o {
  color:#F7931E;
}
.container-wide {
  max-width:1240px;
  padding:0 20px;
  margin:0 auto;
}
.section02 {
  background:#F2F2F2;
  padding-bottom: 2rem;
}
.point-list {
  margin-top:.6rem;
  display: flex;
  flex-wrap: wrap;
}
.point-list > .point {
  width:31.333%;
  margin:0 1%;
  position: relative;
}
.point-wrap {
  padding:0 30px 30px;
  background:#fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  box-shadow:10px 10px #EDEDED;
}


.point-header h3 {
  margin-bottom:.1rem;
  text-align: center;
  transform:translateY(-50%);
}
.point-header figure {
  text-align: center;
  margin-bottom:.3rem;
  display: flex;
    justify-content: center;
    align-items: center;
}
.point-header h4 {
  margin-bottom:.2rem;
  font-size:.27rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.point-header p {
  font-weight: 500;
    /*margin-top: auto;*/
}
.point-header {
  margin-bottom:.3rem;
  padding-bottom:.2rem;
  border-bottom:1px dashed #707070;
  display: flex;
    flex-direction: column;
}
.point-ul ul {
  list-style: none;
}
.point-ul li {
  min-height:.74rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom:.1rem;
  padding: 0.1rem;
  border-radius: 10px;
  line-height: 1.27;
}
@media all and (-ms-high-contrast:none) {
  .point-ul li {
      height:66px;
  }
}
.point-ul01 li {
  background:#E2ECF8;
}
.point-ul02 li {
  background: #E4F5EC;
}
.point-ul03 li {
  background: #FAEDEE;
}
.section-head-p {
  margin-bottom:.5rem;
  font-size:.22rem;
}
.row {
  margin:0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.col-6 {
  width:50%;
  padding:0 20px;
}
.movie-wrap {
  margin-bottom:.4rem;
}
.movie-cont {
  width: 100%;
  height: 0;
  margin-bottom:.2rem;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.movie-cont a{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie-cont .movie-ttl {
  position: absolute;
  top:0;
  left:0;
  background:#F7931E;
  padding:0 10px 0 20px;
  height: 40px;
  color:#fff;
  z-index: 1;
  line-height: 1;
    display: flex;
    align-items: center;
}
.movie-cont .movie-ttl::after {
  content:'';
  display: inline-block;
  width: 0;
height: 0;
border-style: solid;
border-width: 40px 20px 0 0;
border-color: #F7931E transparent transparent transparent;
position: absolute;
right:-20px;
top:0;
}
.movie-ttl .m-kinmu {
  margin-right:10px;
  font-size:13px;
}
.movie-ttl .m-name {
  font-size:20px;
  font-weight: 700;
}
.movie-ttl .m-san {
  font-size:15px;
  font-weight: 700;
  position: relative;
    top: 3px;
}
.voice {
  margin-bottom:.5rem;
  display: flex;
  align-items: center;
}
.voice-content {
  flex:1;
  margin-left:.3rem;
  background:#F2F2F2;
  padding:.3rem .4rem;
  border-radius: 10px;
  position: relative;
}
.voice-content::before {
  content:'';
  display: inline-block;
  background:url(../img/qs.png) no-repeat center center;
  background-size:cover;
  width:29px;
  height:24px;
  position: absolute;
  top:-10px;
  left:20px;
}
.voice-content::after {
  content:'';
  display: inline-block;
  background:url(../img/qe.png) no-repeat center center;
  background-size:cover;
  width:29px;
  height:24px;
  position: absolute;
  bottom:-10px;
  right:20px;
}
.voice-inner {
  position: relative;
}
.voice-inner::before {
  content:'';
  width:46px;
  height:45px;
  background:url(../img/hige.png) no-repeat center left;
  background-size:cover;
  display: inline-block;
  position: absolute;
  left:-60px;
  top:50%;
}
.voice figure {
  flex:0 0 185px;
  width:185px;
  height:185px;
  position: relative;
}
.voice figure img {
  border-radius: 50%;
}
.voice figcaption {
  width:64px;
  height:64px;
  border-radius: 50%;
  position: absolute;
  top:0;
  left:-10px;
  background:#F7931E;
  color:#fff;
  font-weight: 700;
  font-size:16px;
  padding: 8px 0;
  text-align:center;
}
.voice figcaption .name {
  font-size:26px;
}
.voice-inner-ttl {
  margin-bottom:.1rem;
  font-size:.16rem;
  font-weight: 500;
}
.voice-content p {
  font-weight:500;
}
.section03 {
  padding-bottom: 1.5rem;
}
.section04 {
  padding-bottom:1.5rem;
  background: #F2F2F2;
}
.company-voice-section {
  color:#F7931E;
  font-weight: 700;
  font-size:.23rem;
  line-height: 1;
  margin-bottom:.1rem;
}
.company-voice-ttl {
  font-size:.25rem;
  border-bottom:1px dashed #707070;
  padding-bottom:.15rem;
  margin-bottom:.2rem;
}
.company-voice-content p {
  font-weight: 500;
}
.company-voice {
  margin-bottom: .5rem;
  padding:.4rem;
  background: #fff;
  display: flex;
  border-radius: 10px;
  position: relative;
}
.company-voice::before {
  content:'';
  display: inline-block;
  background:url(../img/qs.png) no-repeat center center;
  background-size:cover;
  width:29px;
  height:24px;
  position: absolute;
  top:-10px;
  left:.4rem;
}
.company-voice::after {
  content:'';
  display: inline-block;
  background:url(../img/qe.png) no-repeat center center;
  background-size:cover;
  width:29px;
  height:24px;
  position: absolute;
  bottom:-10px;
  right:.4rem;
}
.company-voice figure {
  flex: 0 0 29.8%;
}
.company-voice .company-voice-content {
  flex:1;
  margin-left:.3rem;
}
.section05 {
  padding-bottom: 2rem;
  background: #F7931E;
}
.section05 .section-head {
  color: #fff;
}
.section05-btn {
  width:4.5rem;
}
.section05-btn a {
  display: inline-block;
  box-shadow: 10px 10px #da831a;
  border-radius: 10px;
}
.section05-btn a:hover {
  transform:translateX(10px) translateY(10px);
  box-shadow:0 0 #da831a;
}
.section05-inner {
  flex:1;
  margin-left:.1rem;
}
.section05-inner p {
  margin-bottom:.4rem;
  font-size:.22rem;
  font-weight: 700;
  color:#fff;
}
.section05-content {
  display: flex;
  align-items: center;
}
.section06 {
  padding-bottom: 1rem;
  background: #f2f2f2;
}
.step-list {
  margin-top:.4rem;
}
.section05-content figure {
  flex:0 0 50%;
}
.step-content h3 {
  font-weight: 700;
  font-size:.23rem;
  margin-bottom:.1rem;
}
.step-content p {
  padding-bottom:.2rem;
  margin-bottom:.25rem;
  border-bottom:1px dashed #707070;
}
.step-content ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.step-content li {
  background: #FDDFBB;
  font-size:.15rem;
  font-weight: 700;
  padding:10px 10px;
  border-radius: 24px;
  margin-right: .1rem;
  margin-bottom:10px;
  white-space: nowrap;
}
.step-content {
  flex:1;
  margin-left:.3rem;
}
.step {
  background: #fff;
  border-radius: 10px;
  padding:.3rem .3rem;
  position: relative;
  display: flex;
  margin-bottom:.8rem;
  box-shadow:10px 10px #E1E1E1;
}
.step::after {
  content:'';
  display: block;
  width: 0;
height: 0;
border-style: solid;
border-width: 32px 47px 0 47px;
border-color: #9b9b9b transparent transparent transparent;
position: absolute;
bottom:-.65rem;
left:50%;
transform:translateX(-50%);
}
.step:last-child::after {
  content:none;
}
.step figure {
  flex: 0 0 32.8%;
}
.step .step-count {
  position: absolute;
  top:0;
  right:0;
  font-size: .23rem;
  color: #fff;
  font-weight: 700;
  height:58px;
  display: flex;
  align-items: center;
  padding:0px 20px 0px 20px;
  border-radius: 0 10px 0 0;
  background:#F7931E;
}
.step .step-count::before {
  content:'';
  display: block;
  width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 58px 0;
border-color: transparent #F7931E transparent transparent;
position: absolute;
left:-20px;
top:0;
}
.section07 {
  padding-bottom:2rem;
}
.fig-next {
  transform:translateY(-.5rem);
  text-align:center;
}
.fig-setsu {
  text-align:center;
}
.fig-save {
  margin-top:.4rem;
  margin-bottom:.1rem;
  text-align:center;
}
.section08 {
  padding-bottom:1rem;
  background: #F2F2F2;
}
.fig-flow {
  text-align: center;
  margin-bottom:.6rem;
}
.text-can {
  text-align: center;
  font-size:.44rem;
  font-weight: 700;
}
.text-can span.ud {
  position: relative;
}
.text-can span.ud::after {
  content:'';
  width:100%;
  height: 8px;
  background: #F7931E;
  display: inline-block;
  position: absolute;
  bottom:-10px;
  right:0;
}
.section-contact {
  padding:1rem 0;
  background: #F7931E;
}
.section-contact .section-head-p {
  color:#fff;
}
.align-item-center {
  align-items: center;
}
.col-md-6 {
  width:50%;
  padding:0 20px;
}
.form-box-inner {
  margin:0 auto;
  max-width:900px;
}
.fm-line {
  display: flex;
  align-items: flex-start;
  padding:.4rem 0;
}
.radio-input{
  opacity: 0;
  width:0;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 50%;
    transform: translateY(-50%);
}
.radio-input:checked + label{
  color: #EF9539;
}
.radio-input:checked + label::after{
  content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #EF9539;
    border-radius: 50%;
    transform: translateY(-50%);
}
.radio-label {
  display: flex;
  align-items: center;
}
.radiobox .formErrorContent {
  transform:translateY(42px);
}

.fm-must {
  flex:0 0 50px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.fm-must span {
  background: #000;
  color: #fff;
  font-size: .13rem;
  font-weight: 500;
  line-height: 1;
  padding:3px 6px;
}
.fm-dt {
  margin-top: 10px;
  margin-right: 20px;
  flex:0 0 25%;
  font-size: .2rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.fm-dd {
  flex: 1;
}
.fm-dd input[type=text],
.fm-dd textarea {
  border:2px solid #C6C6C6;
  font-size: .18rem;
  padding:10px;
  border-radius: 4px;
  width:100%;
}
.fm-dd textarea {
  height: 320px;
}
.contact-subject {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom:.3rem;
}
.contact-subject label {
  display: flex;
  align-items: center;
  margin-bottom:.1rem;
  padding-left: 25px;
}
.checkbox-input{
  opacity: 0;
  width:0;
}
.checkbox-parts{
  position:relative;
  margin-right: .3rem;
  padding-left:30px;
}
.checkbox-parts::before{
  content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #C6C6C6;
    border-radius: 4px;
    transform: translateY(-50%);
}
.checkbox-input:checked + .checkbox-parts{
  color: #F7931E;
  font-weight: 500;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 0px;
    width: 10px;
    height: 20px;
    transform: rotate(40deg) translateY(-50%);
    border-bottom: 3px solid #F7931E;
    border-right: 3px solid #F7931E;
}
.privacy-policy {
  padding:.4rem;
  height: 200px;
  overflow-y: auto;
  margin:.5rem 0;
  border:1px solid #C6C6C6;
}
.privacy-policy-inner {
  font-size:.14rem;
}
.privacy-policy-inner .pp-t {
  font-weight: 500;
  font-size: .16rem;
  margin-top:.3rem;
  margin-bottom: .15rem;
}
.privacy-policy-inner p {
  margin-bottom:.15rem;
}
.privacy-policy-inner ul {
  margin-left:.2rem;
  margin-bottom:.2rem;
}
.pp-check {
  text-align:center;
}
.submit-btn-wrap {
  margin:.5rem 0 .2rem;
  text-align: center;
}
.submit-btn {
  background: #000;
padding:.2rem .1rem;
text-align: center;
color:#fff;
font-weight: 500;
font-size: .3rem;
border-radius: 40px;
border:0;
width:100%;
max-width:540px;
margin:0 auto;
cursor: pointer;
transition:opacity .3s;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
.submit-btn:hover {
  opacity:.7;
}
.footer-copyright {
  background: #E2E2E2;
  text-align:center;
  padding:.2rem;
  font-size:.14rem;
}
.footer-logo {
  padding:.3rem 0;
  text-align: center;
}
.to-top {
  position: fixed;
  bottom:.3rem;
  right:.2rem;
  z-index:10;
}
.to-top a {
  display: block;
  box-shadow:0 3px 10px rgba(0,0,0,.4);
  border-radius: 50%;
  transition:all .4s;
}
.to-top a:hover {
  box-shadow:0 3px 10px rgba(0,0,0,.1);
}
.back-btn {
  border: 1px solid #ccc;
    padding: 20px;
    display: block;
    width: 90%;
    max-width: 480px;
    font-size: .18rem;
    cursor: pointer;
    margin: 2em auto 1em;
}
.form-c-ttl {
  font-size:.32rem;
  text-align: center;
  margin-bottom:1em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
}
.form-c-info {
  text-align: center;
  margin-bottom: 2em;
}
.formTable {
  width:100%;
}
.formTable th {
  width:20%;
  font-size: .2rem;
    font-weight: 500;
    line-height: 1;
    padding: .4rem .5rem .4rem 0;
    white-space: nowrap;
    text-align: left;
}
.formTable td {
  padding:10px 0;
}
.formTable tr {
  border-bottom: 1px dashed #BFBFBF;
}
  @media screen and (max-width:767px) {
    .forSp {
      display: inline-block;
    }
    .forPc {
      display: none;
    }
  header {
    height: 10vw;
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-contact .header-phone {
    margin-right:.2rem;
  }
  main {
    padding-top:10vw;
  }

  .fm-line {
    flex-wrap: wrap;
    padding: .1rem 0;
  }
  .fm-dt {
    flex: 0 0 calc(100% - 50px);
    margin-right:0;
  }
  .fm-dd {
    margin-top: .2rem;
}
.contact-subject {
  margin-bottom: .15rem;
  margin-top: .05rem;
}
.col-md-6 {
  width: 100%;
}
.contact-fig {
  margin-bottom:.3rem;
}
.form-box {
  padding: 0rem .2rem .3rem;
}
.fig-next {
  width:40vw;
  margin:0 auto;
  transform: translateY(-4vw);
}
.step {
  flex-direction: column;
}
.step-content {
  margin-left: 0;
  margin-top: .2rem;
}
.step .step-count{
  height: 32px;
}
.step .step-count::before {
border-width: 0 20px 32px 0;
}
.step::after {
  border-width: 24px 32px 0 32px;
  bottom: -.7rem;
}
.section05-content {
  flex-wrap: wrap;
}
.section05-content figure {
  flex: 0 0 100%;
  margin-bottom:.3rem;
}
.section05-btn {
  margin: 0 auto;
}
.section-reason.section {
  padding: 30px 0 20px;
}
.section-nayami .section-ttl,
.section-reason .section-ttl {
  margin-bottom: 2em;
}
.section-flow .section-ttl {
  margin-bottom: 1.5em;
}
.company-voice figure {
  flex: 0 0 100%;
}
.company-voice {
  flex-wrap: wrap;
}
.company-voice .company-voice-content {
  margin-left: 0;
  margin-top: .3rem;
}
.voice figure {
  flex: 0 0 50%;
  margin: 0 auto;
}
.voice figcaption {
  left:80%;
}
.voice {
  flex-wrap: wrap;
}
.voice-content {
  flex: 0 0 100%;
    margin-left: 0;
    padding: .5rem .3rem .5rem .4rem;
}
.voice-inner::before {
  left: 70%;
  top: -50px;
  transform: rotate(-45deg);
}
.voice-inner-ttl {
  font-size: .2rem;
}
.voice-content p {
  line-height: 1.6;
  font-size: .2rem;
}
.col-6 {
  width: 100%;
}
.point-list > .point {
  width: 100%;
  margin: 0;
}
.point-header h3 {
  margin-bottom: 4vw;
  text-align: center;
  transform: translateY(-50%);
  width: 44vw;
  margin-right: auto;
  margin-left: auto;
}
.point-wrap{
  margin-bottom:.6rem;
}
.point-header h4 {
  font-size: .46rem;
}
.point-header p {
  font-size: .24rem;
}
.point-ul li {
  font-size:.24rem;
}
.section01-logo {
  padding: 0;
}
.section01-logo li {
  width: 50%;
  padding: 10px 10px;
}
.section01-logo ul {
  padding: 10px;
}
.main-header-contact {
  right: 0px;
  bottom: -2%;
  width: auto;
}
.to-top {
	width:60px;
}
.error-wrap {
  padding: 40px 0 0;
}
.formTable th {
  width: 100%;
  padding: 20px 0 0px;
  display: block;
}
.formTable td {
  width: 100%;
  display: block;
}
.back-btn {
  padding: 10px;
  width: 50%;
}
.main-header {
  padding: 6vw 0 3vw;
}
.main-header .container {
  padding: 0 15px;
}
.top-msg-content h2 {
  width: 46vw;
  margin-bottom: 0.6em;
}
.main-header::before {
  width: 44vw;
}
.top-msg {
  margin-bottom: .3rem;
  width: 44vw;
}
.main-header::after {
  height: 35.5vw;
}
.section {
  padding: 20px 0 20px;
}

.reason-list {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
}
.reason-list-in {
  padding: 15px;
}
.reason-list .forSp {
  padding:0 25px 0;
}
.reason-list-in .reason-point {
  position: absolute;
  left: -5px;
  top: -10px;
  width: 12vw;
}
.nayami-list:first-child h4 img {
  width:60vw;
}
.nayami-list h4 {
  padding: 20px 5px 10px;
}
.nayami-cont li {
  width: 33.333%;
  padding: 0 2px;
}
.nayami-cont ul.fig-list {
  margin: 2em -2px 0;
}
.nayami-list {
  padding-bottom: 0;
}
.section.section-voice {
  padding: 40px 0 20px;
}
.section-voice .section-ttl {
  margin-bottom: 1.5em;
}
.voice-list {
  flex-direction: column;
  padding-bottom: 25px;
}
.voice-list figure {
  width: 100%;
  margin-right: 0;
  margin-bottom:20px;
  flex: 0 0 100%;
  text-align: center;
  padding: 0 25%;
}
.voice-list-cont h3 {
  width: 38vw;
}
.merit-ttl-fig {
  width: 20vw;
  margin: 0 auto 10px;
}
.section-merit h3 {
  margin-bottom: 1.5em;
}
.section-merit .section-ttl {
  margin-bottom: 0.2em;
}
.section.section-merit {
  padding-bottom: 40px;
}
.section.section-faq {
  padding: 40px 0 20px;
}
.section-faq .section-ttl img {
  width: 50vw;
}
.section-faq .section-ttl {
  margin-bottom: 1.5em;
}
.faq-list .faq-num {
  flex: 0 0 10vw;
  margin-right: 10px;
}
.faq-list h3 {
  padding: 8px 10px;
}
.faq-cont {
  padding: 8px;
  align-items: flex-start;
}
.faq-list {
  margin-bottom: 1em;
}
.section.section-flow .section-ttl img {
  width:60vw;
}
.section.section-flow {
  padding:40px 0 20px;
}
.flow-list-wrap {
  flex-wrap: wrap;
}
.flow-list {
  width:33.33%;
  margin-bottom:20px;
}
.section-flow.section-ttl {
  margin-bottom: 1.5em;
}
.section-form .section-ttl img {
  width:50vw;
}
.section.section-form {
  padding:40px 0 20px;
}
.form-wrap {
  margin: 40px auto 0;
}
.footer-logo img {
  width:54vw;
}
.radiobox .formErrorContent {
  transform: translateY(70px);
}
  }



/*  */


/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }




.inputContainer {
position: relative;
float: left;
}

.formError {
position: absolute;
top: 300px;
left: 300px;
display: block;
cursor: pointer;
text-align: left;
}

.formError.inline {
position: relative;
top: 0;
left: 0;
display: inline-block;
}

.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none;
}

.formError .formErrorContent {
width: 100%;
background: #c00;
position:relative;
color: #fff;
min-width: 120px;
font-size: 12px;
font-weight:700;
/*border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
-o-box-shadow: 0 0 6px #000;*/
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
}

.greenPopup .formErrorContent {
background: #33be40;
}

.blackPopup .formErrorContent {
background: #393939;
color: #FFF;
}

.formError .formErrorArrow {
width: 15px;
margin: -2px 0 0 13px;
position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
margin: 0px 0 0 12px;
top:2px;
}

.formError .formErrorArrow div {
/*border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
-o-box-shadow: 0 2px 3px #444;*/
font-size: 0px;
height: 1px;
background: #cc0000;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block;
}

.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
background: #33be40;
}

.blackPopup .formErrorArrow div {
background: #393939;
color: #FFF;
}

.formError .formErrorArrow .line10 {
width: 13px;
border: none;
}

.formError .formErrorArrow .line9 {
width: 11px;
border: none;
}

.formError .formErrorArrow .line8 {
width: 11px;
}

.formError .formErrorArrow .line7 {
width: 9px;
}

.formError .formErrorArrow .line6 {
width: 7px;
}

.formError .formErrorArrow .line5 {
width: 5px;
}

.formError .formErrorArrow .line4 {
width: 3px;
}

.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd;
}

.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd;
}

.formError.inline {
margin:5px !important;
}