@charset "utf-8";

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-feature-settings: "palt";
    letter-spacing: 3px;
}

h1, h2, h3, h4, h5, h6 {font-size:100%;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
 display: block;
}

ul {
  list-style: none;
}

html {
  overflow-x: hidden !important;
}

body {
 line-height: 1;
 overflow-x: hidden !important;
 font-size: 16px;
 font-family: sans-serif ;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.small {
  font-size: 20px;
  font-weight: 600;
}

.big {
  font-size: 34px;
  font-weight: 600;
  line-height: 45px;
}

.big2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}

.big3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  padding: 0px 0 10px 0;
  display: block;
}

header {
  display: 100%;
}

header .inner {
  width: 95%;
  max-width: 980px;
  margin: auto;
  padding: 20px 0px;
  background: url(../img/mv_bk.jpg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position:right bottom;
}



header .inner2 {
  width: 95%;
  max-width: 980px;
  margin: auto;
  padding: 20px 0px 40px 0;

  background-repeat: no-repeat;
  background-size: 60%;
  background-position:right bottom;
}


.mv_txt {
  max-width: 1200px;
  float: none;
  margin: 2% 0 0 0;
  width: 100%;
}

.mv_icon {
  width: 60%;
  float: left;
}

.mv_icon img {
  width: 24%;
  margin: 10% 1% 10% 0%;
  float: left;
}

.mv_cap {
  font-size: 22px;
  font-weight: 600;
  width: 50%;
  line-height: 46px;
}


a.btn_30 {
	display: flex;
	vertical-align: middle;
	text-decoration: none;
	margin: 60px 0 0 0;
	width: 360px;
	height: 4em;
	color: #ccc;
	cursor: pointer;
	transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
	transform-style: preserve-3d;
	transform-origin: 100% 50%;
  font-size: 24px;
}
a.btn_30:hover {
	transform: rotateX(-90deg);
}
a.btn_30 .side {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 20em;
	text-align: center;
	padding: 1.2rem 4rem;
	font-weight: bold;
	letter-spacing: 2px;
}
a.btn_30 .top {
	background: #d5d800;
	color: #000000;
	transform: rotateX(90deg) translate3d(0, 0, 2em);
}
a.btn_30 .front {
	background: #aac800;
	color: #fff;
	transform: translate3d(0, 0, 2em);
}





a.btn_301 {
	display: flex;
	vertical-align: middle;
	text-decoration: none;
	margin: 20px 0 0 0;
	width: 360px;
	height: 4em;
	color: #ccc;
	cursor: pointer;
	transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
	transform-style: preserve-3d;
	transform-origin: 100% 50%;
  font-size: 16px;
}
a.btn_301:hover {
	transform: rotateX(-90deg);
}
a.btn_301 .side {
	box-sizing: border-box;
	position: absolute;
	display: inline-block;
	width: 20em;
	text-align: center;
	padding: 1rem 2rem;
	font-weight: bold;
	letter-spacing: 2px;
}
a.btn_301 .top {
	background: #d5d800;
	color: #000000;
	transform: rotateX(90deg) translate3d(0, 0, 2em);
}
a.btn_301 .front {
	background: #000000;
	color: #fff;
	transform: translate3d(0, 0, 2em);
}



.about {
  padding: 100px 0;
  background: #fddd10;
  width: 100%;
}

.title {
  font-size: 55px;
  font-weight: 900 !important;
  padding: 20px 0;
}

.about .inner {
  width: 95%;
  max-width: 980px;
  margin: auto;
  padding: 20px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:right bottom;
}

p {
  padding: 20px 0;
  line-height: 24px;
}


.ques {
  padding: 100px 0;
  background: #ffffff;
  width: 100%;
}

.ques .inner {
  width: 95%;
  max-width: 980px;
  margin: auto;
  padding: 20px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:right bottom;
}

.ques_box {
  display: flex;
}

.ques_box1 {
  width: 45%;
  margin: 60px 5% 0 0;
}

.ques_box2 {
  width: 45%;
  margin: 60px 0 0 5%;
}

.p_img {
  width: 70%;
  margin: auto;
}

.rec_wrap {
  display: flex;
  flex-wrap: wrap;
}

.rec_box {
  width: 45%;
  margin: 60px 1% 0 1%;
  background:#fff;
  padding: 60px 1.5%;
  border-radius: 20px;
}

.rec_img {
  width: 30%;
  margin: auto;
  padding: 0 0 40px 0;
}

.faq {
  padding: 100px 0;
  background: #ffffff;
  width: 100%;
}

.faq .inner {
  width: 95%;
  max-width: 980px;
  margin: auto;
  padding: 20px 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:right bottom;
}


.faq ul {
  max-width: 780px;
  margin: 0 auto;
}

.faq ul li {
  border: 1px solid #acaca8;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
  margin: 0 0 20px;
  border-radius: 20px;
}



.faq ul li dl dt {
  position: relative;
  padding: 30px 45px 30px 80px;
  cursor: pointer;
  background: url('../img/faq_open.png') no-repeat 98% 50%;
}

.faq ul li dl dt::before {
  content: "Q";
  position: absolute;
  left: 30px;
  top: 24px;
  font-size: 28px;
  color: #000000;
}

.faq ul li dl dt.selected {
  background-image: url('../img/faq_close.png');
}

.faq ul li dl dd {
  padding: 20px 0 40px;
  border-top: 1px solid #cecece;
  line-height: 1.8em;
  margin: 0 45px 0 80px;
}

h1 {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 2em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #000;/*文字色*/
  font-size: 20px;
  background: #fddd10;
  margin: 20px 0 0 0;
}

h1:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.5em;/*アイコンの位置*/
  color: #000; /*アイコン色*/
}



.flow {
  width: 90%;
  margin: 60px auto 0 auto;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 90%;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid rgb(255, 255, 255);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(255, 255, 255);
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;

  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 14px;
  color: #fff;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%,rgb(0, 0, 0) 100%);
  background: linear-gradient(to right, rgb(0, 0, 0) 0%,rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

.flow > li dl dd {
  line-height: 24px;
}

.company {
  position: relative;
  background: #fff;
  color: #000;
  padding: 0px 0 100px 0px;
}

.company_left {
  width: 40%;
  float: left;
  text-align: right;
  padding: 0 0 100px 0;
}

.company_left img {
  max-width: 200px;
}

.company_right {
  width: 55%;
  float: right;
}

.company_right p {
  padding: 10px 0 10px 10px;
}

.t_f {
  width: 25%;
  background: #fff;
  padding: 5px 10px;
  text-align: left;
  color: #c8672d;
  border-bottom: 1px solid #547715;
 
}

.t_r {
  width: 70%;
  text-align: left;
  padding: 5px 10px;
  background: #fff;
  color: #c8672d;
  border-bottom: 1px solid #547715;  
}



.t_fc {
  width: 25%;
  background: #fff;
  padding: 5px 10px;
  text-align: left;
  color: #000000;

 
}

.t_rc {
  width: 70%;
  text-align: left;
  padding: 5px 10px;
  background: #fff;
  color: #000000;
  
}

.pol {
  text-align:center;
  font-size: 12px;
  padding: 10px 0;

}

.pol a {
  text-decoration: none;
  color: #000;
}

.pol a:hover {
  text-decoration: underline;
}

@media (max-width: 999px) {
  body {
    line-height: 1;
    overflow-x: hidden !important;
    font-size: 14px;
   }
  .pc_only {
    display: none;
  }
  
  .sp_only {
    display: block;
  }

  .faq {
    padding: 10% 0;
  }
  .faq h2 {
    font-size: 5vw;
    margin: 0 0 8%;
  }
  .faq ul li {
    border-radius: 3vw;
    margin: 0 0 5%;
  }
  .faq ul li dl dt {
    padding: 5% 10% 5% 12%;
    font-size: 3.9vw;
    background-size: 3vw;
    background-position: 97% 50%;
  }
  .faq ul li dl dd {
    margin: 0 10% 0 12%;
    padding: 4% 0 7%;
    font-size: 3.9vw;
  }
  .faq ul li dl dt::before {
    left: 3.5vw;
    top: 3.5vw;
    font-size: 6vw;
  }
  .t_f {
    width: 96%;
    background: #fff;
    padding: 5px 10px;
    text-align: left;
    color: #547715;
    display: block;
    border-bottom: 0px;
  }
  
  .t_r {
    width: 96%;
    text-align: left;
    padding: 5px 10px;
    background: #fff;
    color: #547715;
    display: block;
  }


  .t_fc {
    width: 96%;
    background: #fff;
    padding: 5px 10px;
    text-align: left;
    color: #000000;
    display: block;
    border-bottom: 0px;
  }
  
  .t_rc {
    width: 96%;
    text-align: left;
    padding: 5px 10px;
    background: #fff;
    color: #000000;
    display: block;
    border-bottom: 1px solid #cecece;
  }

  .company_right p {
    padding: 40px 0 0px 10px;
  }

  .company_left {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0 0 100px 0;
  }
  
  
  .company_right {
    width: 95%;
    float: none;
    margin: auto;
  }

  .mv_icon {
    width: 95%;
    float: none;
    margin: auto;
  }
  
  .mv_icon img {
    width: 49%;
    margin: 10% 1% 0% 0%;
    float: left;
  }

  .mv_cap {
    font-size: 18px;
    font-weight: 600;
    width: 95%;
    margin: 40px auto 0 auto;
    line-height: 36px;
  }

  header .inner {
    width: 95%;
    max-width: 980px;
    margin: auto;
    padding: 20px 0px;
    background: url(../img/mv_bk2.jpg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position:right bottom;
  }


  header .inner2 {
    width: 95%;
    max-width: 980px;
    margin: auto;
    padding: 20px 0px 40px 0;
 
    background-repeat: no-repeat;
    background-size: 60%;
    background-position:right bottom;
  }


  a.btn_30 {
    display: flex;
    vertical-align: middle;
    text-decoration: none;
    margin: 60px auto 0 auto;
    width: 320px;
    height: 4em;
    color: #ccc;
    cursor: pointer;
    transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
    transform-style: preserve-3d;
    transform-origin: 100% 50%;
    font-size: 18px;
  }
  a.btn_30:hover {
    transform: rotateX(-90deg);
  }
  a.btn_30 .side {
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    width: 320px;
    text-align: center;
    padding: 1.2rem 4rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  a.btn_30 .top {
    background: #d5d800;
    color: #000000;
    transform: rotateX(90deg) translate3d(0, 0, 2em);
  }
  a.btn_30 .front {
    background: #aac800;
    color: #fff;
    transform: translate3d(0, 0, 2em);
  }

  .ques_box {
    display: block;
  }
  
  .ques_box1 {
    width: 95%;
    margin: 60px 2.5% 0 2.5%;
  }
  
  .ques_box2 {
    width: 95%;
    margin: 20px 2.5% 0 2.5%;
  }

  .p_img {
    width: 100%;
    margin: auto;
  }

  .title {
    font-size: 35px;
    font-weight: 900 !important;
    padding: 20px 0;
  }
  .rec_wrap {
    display: block;
    flex-wrap:nowrap !important;
  }
  
  .rec_box {
    width: 95%;
    margin: 60px auto 0 auto !important;
    background:#fff;
    padding: 20px 2.5% !important;
    border-radius: 20px;
  }
  
  .rec_img {
    width: 60%;
    margin: auto;
    padding: 0 0 40px 0;
  }


  .flow {
    width: 95%;
    margin: 60px auto 0 auto;
  }

  .flow_sp {
    border: 5px solid #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 0 0 20px 0;
  }
.flow_sp span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%,rgb(0, 0, 0) 100%);
  background: linear-gradient(to right, rgb(0, 0, 0) 0%,rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
  text-align: center;
  padding: 10px 0;
}



}



.fade-in {
  opacity: 0;
}
.fade-in.inview {
  animation-name: fade-in;
  animation-duration: .5s;
  animation-timing-function: ease-in-out;
  animation-delay: .4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}