@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {
/*
セクション間余白
----------------------------------------------------------- */
section {
  padding: 50px 0;
}
footer {
  padding: 15px 0;
}
h2 .line {
  margin-bottom: 60px;
  line-height: 1.6;
}
h2 .line:before {
  position: absolute;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #00a4dc, #f75c6b);
  bottom: -20px;
}
.l_point{
  margin-top: -26vw;
  padding-top: 26vw;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon{
  z-index: 1;
  padding: 9px;
}
/*
はみ出し画像中央
----------------------------------------------------------- */
.wic1 img {
  width: 100%;
}
.wic1 {
  margin-left: 0;
  margin-right: 0;
}
.wic2 img {
  width: 100%;
}
.wic2 {
  margin-left: -15px;
  margin-right: -15px;
}
.wic3 img {
  width: 100%;
}
.wic3 {
  margin-left: -15px;
  margin-right: -15px;
}

/*
Header
----------------------------------------------------------- */
header {
  padding: 10px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
}
header .logo svg {
  width: 150px;
  height: 30px;
}
header .logo .font_xs {
  font-size: 10px;
}
header .logo h1 {
  font-weight: bold;
  line-height: 1.5;
  padding: 0;
  font-size: 10px;
  width: 100%;
}
header nav {
  margin-left: auto;
}
header .contact {
  margin-top: -15px;
  margin-left: auto;
  margin-right: 45px;
}
header .contact_tel {
  width: 45px;
  height: 30px;
  font-size: 9px;
  letter-spacing: 0em;
}
header .contact_tel .tel {
  text-align: center;
}
header .contact_tel img {
  width: 30px;
}
header .contact_form_sp a {
  display: block;
  width: 45px;
  height: 30px;
  word-break: keep-all;
  font-size: 9px;
  letter-spacing: 0em;
  color: #000;
}
header .contact_form_sp a img {
  width: 35px;
  padding: 2px 0 1px;
}
header .contact_form a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: 15px;
}
header a:link,header a:visited {
  text-decoration: none;
  color: #000;
}
/*
Nav
----------------------------------------------------------- */
#nav_toggle {
  position: absolute;
  top: 8px;
  /**/
  right: 8px;
  /**/
  width: 40px;
  /**/
  height: 30px;
}
#nav_toggle div {
  position: relative;
  width: 30px;
  /**/
  margin: 0 auto;
}
#nav_toggle span {
  display: block;
  height: 2px;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 5px;
  /**/
}
#nav_toggle span:nth-child(2) {
  top: 15px;
  /**/
}
#nav_toggle span:nth-child(3) {
  top: 25px;
  /**/
}
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  /**/
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  /**/
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
div#nav_toggle:after {
  content: "MENU";
  color: #000;
  display: block;
  padding-top: 82%;
  font-family: "Quantico";
  font-size: 9px;
  letter-spacing: 0.06em;
  text-align: center;
}
.open div#nav_toggle:after {
  content: "CLOSE";
}
nav {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fff;
}
nav ul {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
nav li {
  width: 100%;
  border-left: 0;
  border-right: 0;
}
nav li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
nav li a {
  flex-direction: row;
  color: #fff;
  font-size: 1.4rem;
}


/*
btn
----------------------------------------------------------- */
.cta_btn a {
  width: 90%;
  height: 70px;
  font-size: 18px;
  margin-top: 30px;
}

/*
MV
----------------------------------------------------------- */
.mv {
  padding: 0;
  padding-top: 63px;
  background: none;
}
.mv .container{
  padding: 0;
}
#mvh {
  height: auto;
}
.mv_txt{
  z-index: 0;
}
.mv img {
  min-width: auto;
}

/*
sec01
----------------------------------------------------------- */
.sec01 h2 {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.sec01 h2:before {
  width: 80px;
  height: 3px;
}
.sec01 h2 .sub:after {
  width: 2px;
}
.sec01 .container .container p {
  font-size: 24px;
}
.sec01 .grad_wrap {
  flex-direction: column;
  font-size: 24px;
}
.infinite-slider .swiper-slide,
.infinite-slider2 .swiper-slide {
	height: 115px !important;
	width: auto !important;
  margin: 5px;
}


/*
sec02
----------------------------------------------------------- */
.sec02{
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec02 h2 .line {
  margin-bottom: 40px;
}
.sec02 h3 {
  font-size: 2.8rem;
  letter-spacing: 0;
}
.sec02 .sp_tac{
  text-align: center;
}
.sec02 .inner{
  background: none !important;
}
.sec02 .txt {
  margin-top: 15px;
}
.sec02 .inner:nth-of-type(1),
.sec02 .inner:nth-of-type(2),
.sec02 .inner:nth-of-type(3){
  padding-bottom: 30px;
}
.sec02 .inner:nth-of-type(4){
  padding-bottom: 0;
}
.sec02 h2 .font_l {
  font-size: 30px;
}
.sec02 h2 .bg_grad {
  font-size: 20px;
  padding: 13px 15px 5px;
}

/*
sec03
----------------------------------------------------------- */
.sec03 h2 .font_m {
  font-size: 16px;
}
.sec03 .t_box img{
  width: 700px;
  max-width: none;
}

/*
sec04
----------------------------------------------------------- */
.sec04{
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec04 h2 .bg_grad {
  font-size: 20px;
}
.sec04 .case {
  font-size: 30px;
  margin-top: -40px;
  margin-bottom: 10px;
}
.sec04 .case .font_l {
  font-size: 60px;
}
.sec04 h3 {
  font-size: 20px;
  position: relative;
  left: 0;
  margin-left: -25px;
}
.sec04 .balloon1 {
  width: 100%;
  position: relative;
  top: -16px;
  font-size: 18px;
}
.sec04 .balloon1-left{
  padding: 10px;
  text-align: center;
  top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.sec04 .line_b {
  border-bottom: 1px solid #cccccc;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec04 .tit .font_m {
  font-size: 20px;
}
.sec04 .tit02{
  margin-bottom: 15px;
}
.sec04 .tit02 .quan {
  font-size: 40px;
  margin-right: 10px;
  line-height: 1;
}
.sec04 .balloon1-left:before {
  content: "";
  position: absolute;
  top: -25px;
  left: calc(50% - 15px);
  margin-top: -15px;
  border: 20px solid transparent;
  border-right: 55px solid #fcdd0b;
  transform: rotate(
90deg);
}
.sec04 .white_box_l:last-child {
  margin-top: 30px;
  margin-bottom: 0;
}
.sec04 .white_box_l .bg_grad {
  margin-bottom: 10px;
}
.sec04 .balloon1-left .font_m{
  font-size: 2.8rem;
}
.sec04 .balloon1-left .font_l {
  font-size: 3.2rem;
  line-height: 0;
}
.sec04 .white_box_l {
  font-size: 14px;
}
/*
sec05
----------------------------------------------------------- */
.sec05 h2 .font_l {
  font-size: 30px;
}
.sec05 h2 .font_m {
  font-size: 16px;
}
.sec05 h2 .line {
  position: relative;
  margin-bottom: 60px;
}
.sec05 .box {
  border: solid 3px #eeeeee;
  padding: 15px;
}
.sec05 .box .tit {
  font-size: 20px;
  margin-top: 0;
}
.sec05 .arrow2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #cccccc;
  position: absolute;
  left: calc(50% - 15px);
  top: -28px;
  transform: rotate(
90deg);
}
.sec05 .arrow {
  width: 20px;
  height: calc(100% - 100px);
  left: calc(50% - 10px);
  right: auto;
  top: 5vw;
  background-color: #cccccc;
  position: absolute;
  z-index: 1;
  margin: auto;
}

/*
sec06
----------------------------------------------------------- */
.sec06 {
  padding-bottom: 50px;
}
.sec06 h2 .line {
  position: relative;
  margin-bottom: 60px;
}
.sec06 .main_ttl {
  font-size: 3.5rem;
}

/*
sec07
----------------------------------------------------------- */
.sec07 h2 .font_m {
  font-size: 30px;
}
.qa dl.accordion dt p {
  background: url(../img/qa_q.svg) no-repeat left 15px top 8px;
  padding-left: 47px;
  padding-bottom: 5px;
  background-size: 25px;
  padding-right: 35px;
  line-height: 1.6;
}
.qa dl.accordion dd p {
  background: url(../img/qa_a.svg) no-repeat left 15px top 8px;
  padding-left: 47px;
  padding-bottom: 5px;
  background-size: 25px;
  padding-right: 0;
  font-size: 14px;
}
.qa dl.accordion dt {
  font-size: 16px;
  padding: 0;
  border-bottom: 3px solid #000;
}
.qa dl.accordion dt:after {
  height: 30px;
  line-height: 30px;
  width: 30px;
  right: 3px;
}
.qa dl.accordion dd {
  padding: 10px 0 10px;
  font-size: 14px;
}
.qa dl.accordion {
  margin-bottom: 10px;
}

/*
sec08
----------------------------------------------------------- */
.sec08 .bg {
  padding-top: 30px;
  padding-bottom: 50px;
}
.sec08 .white_box {
  max-width: 100%;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  padding-top: 30px;
}
.sec08 .mdl {
  position: absolute;
  top: -70px;
  left: 20px;
  width: 100px;
}
.sec08 h2 {
  font-size: 20px;
  margin-bottom: 30px;
  /* text-align: left; */
}
.form_wrap .fx-col-70-s {
  margin-top: 5px;
}
.contact_area {
  margin-top: -65px;
  padding-top: 65px;
}
.sec08 .white_box:before {
  width: 100px;
  height: 100px;
  background: url(../img/webp/pc_form_deco.webp);
  background-size: cover;
  content: "";
  top: -30px;
  left: inherit;
  right:0px;
}

/*
sec09
----------------------------------------------------------- */
.sec09 h2 .font_m {
  font-size: 30px;
}
.sec09 .table .table_head {
  width: 100px;
  align-items: flex-start;
  text-indent: 0;
  margin-right: 10px;
}
.sec09 .table .table_body {
  width: calc(100% - 110px);
  border-top: 0;
  padding-left: 15px;
}
.sec09 .table ul li{
  font-size: 12px;
}

/*
sec08
----------------------------------------------------------- */
.form_wrap {
  padding: 0;
}
form > ul > li .fx-row > *:first-child {
  padding-top: 0;
}
form > ul > li {
  padding: 15px;
}
.form_head {
  text-align: left;
}
.input_adjust {
  padding: 8px 12px;
  border-radius: 5px;
}
.input_2col {
  padding-right: 0px;
}
.input_1col {
  padding-right: 0px;
}
.input_pref {
  width: 80%;
}
.input_select select {
  padding: 8px 12px;
}
.radio_2col label:first-child {
  padding-right: 0px;
}
.date_2col {
  padding-right: 0px;
}
.date_2col > * {
  width: calc(50% - 8px);
}
.select_1col {
  padding-right: 0px;
}
.textarea {
  padding-right: 0px;
}
.sbm_wrap {
  padding: 15px 0 0;
}
.sbm {
  width: 100%;
}

/*
Footer
----------------------------------------------------------- */
footer{
  padding-top: 0;
}
footer .foot_area .area_item {
  width: 100%;
  margin-top: 30px;
}
.foot_area .tit {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  border-bottom: 0;
  margin-bottom: 15px;
}
footer .foot_area .map {
  width: auto;
  margin-right: 0;
}
footer .foot_area ul{
  margin-top: 15px;
  padding-left: 9%;
}
footer .foot_area ul li {
  display: inline-block;
  min-width: auto;
  margin-right: 0;
  font-size: 14px;
  width: 23%;

}

/*
thanks
----------------------------------------------------------- */
.thanks {
  padding-top: 100px;
  padding-bottom: 50px;
}
.thanks .white_box {
  padding: 15px;
}
.thanks .bg_grad {
  font-size: 20px;
}
.thanks .box {
  padding: 15px;
}
.thanks .chat_btn a {
  background: #1eddb4;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  margin-left: 5px;
  font-size: 16px;
  word-break: keep-all;
  margin: 0 auto;
}
.thanks .link_btn a {
  background: #cccccc;
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  margin-left: 5px;
  font-size: 16px;
  word-break: keep-all;
  margin: 0 auto;
}
.thanks .chat_btn a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: 15px;
  font-weight: 700;
  font-size: 16px;
}
.thanks .link_btn a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  right: 15px;
  font-weight: 700;
  font-size: 16px;
}
footer .copy {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}


}/*スマホ用スタイルend*/
