@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, #009efd, #2af598);
  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: 130px;
  height: 30px;
}
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: 20px;
  margin-top: 30px;
}

/*
MV
----------------------------------------------------------- */
.mv {
  padding-top: 63px;
  background: none;
}
#mvh {
  height: 156vw;
}
.mv_txt{
  z-index: 0;
}

/*
sec01
----------------------------------------------------------- */
.sec01 h2 {
  padding-bottom: 30px;
  margin-bottom: 35px;
}
.sec01 h2:before {
  width: 80px;
  height: 3px;
}
.sec01 .white_box {
  margin: -45px 15px 0;
  position: relative;
  padding: 30px 10px;
}
.sec01 .white_box .font_l {
  font-size: 16px;
}
.sec01 .white_box .quan {
  font-size: 34px;
  line-height: 1em;
  position: relative;
  top: 0;
  font-weight: 400;
  margin-right: 10px;
}
.sec01 ul li {
  align-items: flex-start;
}
.sec01 ul li:not(:last-child) {
  margin-bottom: 15px;
}
.sec01 ul li img {
  padding-right: 10px;
  min-width: 38px;
  width: 38px;
}
.sec01 ul li .bg_cl1 {
  padding: 0 5px;
  margin: 5px 0;
  line-height: 2;
}
.sec01_point {
  line-height: 2;
}

/*
sec02
----------------------------------------------------------- */
.sec02 h2{
  font-size: 2.6rem;
}
.sec02 .arrow {
  top: -24px;
  max-width: 40%;
}
.sec02 .white_box .deco {
  margin-top: -35px;
}
.sec02 .white_box .deco img{
  padding-right: 0;
  max-width: 200px;
}
.sec02 .bg_grad {
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 2.2rem;
}
.sec02 span.marker {
  padding-bottom: 0!important;
}
.sec02 .lh16 {
  line-height: 1.6;
}
.sec02 .bg_inner {
  height: 850px;
  background: url(../img/sp_sec02_bg.png) repeat-y 50% 0;
  background-size: 100%;
}
.sec02 .s_none{
  display: none;
}
.sec02 .bg_grad.spmb15{
  margin-bottom: 15px;
}
.sec02 .txt01 {
  font-size: 2.8rem;
}
.sec02 .white_box.works {
  border: 3px solid #fbfc0b;
}

/*
sec03
----------------------------------------------------------- */
.sec03 .fx-row > div:nth-last-child(n+2){
  margin-bottom: 30px;
}
.sec03 h3 {
  font-size: 2.1rem;
}
.sec03 .white_box {
  border: 3px solid #fff;
  border-radius: 10px;
}
.sec03 h2 .sub {
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
}
.sec03 h2 .sub:before, .sec03 h2 .sub:after {
  height: 30px;
}
.sec03 .white_box.works {
  border: 3px solid #fbfc0b;
}
/*
sec04
----------------------------------------------------------- */
.sec04{
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec04 h2 .line {
  margin-bottom: 40px;
}
.sec04 h3 {
  font-size: 2.8rem;
}
.sec04 .sp_tac{
  text-align: center;
}
.sec04 .inner{
  background: none !important;
}
.sec04 .txt {
  margin-top: 15px;
}
.sec04 .inner:nth-of-type(1),
.sec04 .inner:nth-of-type(2),
.sec04 .inner:nth-of-type(3){
  padding-bottom: 30px;
}
.sec04 .inner:nth-of-type(4){
  padding-bottom: 0;
}
.sec04 h2 .font_l {
  font-size: 30px;
}
.sec04 h2 .bg_grad {
  font-size: 20px;
  padding: 13px 15px 5px;
}
/*
sec05
----------------------------------------------------------- */
.sec05{
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec05 h2 .bg_grad {
  font-size: 20px;
}
.sec05 .case {
  font-size: 30px;
  margin-top: -40px;
  margin-bottom: 10px;
}
.sec05 .case .font_l {
  font-size: 60px;
}
.sec05 h3 {
  font-size: 20px;
  position: relative;
  left: 0;
  margin-left: -25px;
}
.sec05 .balloon1 {
  width: 100%;
  position: relative;
  top: -16px;
  font-size: 18px;
}
.sec05 .balloon1-left{
  padding: 10px;
  text-align: center;
  top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.sec05 .line_b {
  border-bottom: 1px solid #cccccc;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec05 .tit .font_m {
  font-size: 20px;
}
.sec05 .tit02{
  margin-bottom: 15px;
}
.sec05 .tit02 .quan {
  font-size: 40px;
  margin-right: 10px;
  line-height: 1;
}
.sec05 .balloon1-left:before {
  content: "";
  position: absolute;
  top: -25px;
  left: calc(50% - 15px);
  margin-top: -15px;
  border: 20px solid transparent;
  border-right: 55px solid #fbfc0b;
  transform: rotate(
90deg);
}
.sec05 .white_box_l:last-child {
  margin-top: 30px;
  margin-bottom: 0;
}
.sec05 .white_box_l .bg_grad {
  margin-bottom: 10px;
}
.sec05 .balloon1-left .font_m{
  font-size: 2.8rem;
}
.sec05 .balloon1-left .font_l {
  font-size: 3.2rem;
  line-height: 0;
}
/*
sec06
----------------------------------------------------------- */
.sec06 h2 .font_l {
  font-size: 30px;
}
.sec06 h2 .font_m {
  font-size: 16px;
}
.sec06 h2 .line {
  position: relative;
  margin-bottom: 60px;
}
.sec06 .box {
  border: solid 3px #eeeeee;
  padding: 15px;
}
.sec06 .box .tit {
  font-size: 20px;
  margin-top: 0;
}
.sec06 .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);
}
.sec06 .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;
}
/*
sec07
----------------------------------------------------------- */
.sec07{
  padding-top: 0;
  padding-bottom: 50px;
}
.sec07 .sub {
  position: relative;
  font-size: 20px;
  margin-bottom: 0;
}
.sec07 h2 .font_m {
  font-size: 16px;
}
.sec07 .t_box{
  overflow-y: scroll;
}
.sec07 .t_box img{
  width: 700px;
  max-width: none;
}
.sec07 .bg_grad{
  font-size: 2.6rem;
  margin-bottom: 5px;
}
.sec07 .sub:before, .sec07 .sub:after {
  height: 30px;
}
.sec07 .grad_wrap {
  line-height: 0.5;
}
.sec07 .box {
  margin-top: 0;
}
.sec07 .bg_grad.mb15{
  margin-bottom: 15px;
}
/*
sec08
----------------------------------------------------------- */
.sec08 {
  padding-bottom: 50px;
}
.sec08 table{
  width: 100%;
  table-layout: fixed;
}
.sec08 h2 .line {
  position: relative;
  margin-bottom: 60px;
}
.sec08 .table_inner {
  position: relative;
  margin-top: 0;
  overflow-y: scroll;
}
.sec08 .best {
  position: absolute;
  left: 270px;
  top: 3px;
  z-index: 1;
  width: 6.5em;
}
.sec08 .best p {
  height: 35px;
}
.sec08 .best p::after {
  right: -13px;
}
.sec08 table .th_bg th:nth-of-type(2) {
  width: 160px;
}
.sec08 table .th_bg th:nth-of-type(3) {
  width: 180px;
}
.sec08 table .th_bg th:nth-of-type(4) {
  width: 170px;
}
.sec08 table th{
  font-size: 14px;
}
.sec08 table td {
  font-size: 16px;
}
.sec08 table th, .sec08 table td{
  padding: 10px;
}
.sec08 table .th_bg th {
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  padding: 15px;
}
.sec08 table .th_bg th:nth-of-type(1) {
  width: 110px;
  font-size: 16px;
  display: table-cell;
}
.sec08 table td .quan {
  font-size: 32px;
}
.sec08 .ribbon1 {
  display: inline-block;
  position: relative;
  height: 80px;
  line-height: 30px;
  text-align: center;
  padding: 10px 30px;
  font-size: 20px;
  background: #fbfc0b;
  box-sizing: border-box;
}
.sec08 .ribbon1 .quan {
  font-size: 32px;
}
.sec08 .ribbon1:before {
  top: 0;
  left: 0;
  border-width: 45px 0px 45px 15px;
  border-color: transparent transparent transparent #f5f9fc;
  border-style: solid;
}
.sec08 .ribbon1:after {
  top: 0;
  right: 0;
  border-width: 45px 15px 45px 0px;
  border-color: transparent #f5f9fc transparent transparent;
  border-style: solid;
}
.sec08 .txt {
  line-height: inherit;
  font-size: 12px;
}
.sec08 .del::before {
  top: 13px;
}
.sec08 table .th_recommend th {
  padding: 10px;
  font-size: 12px;
}

/*
sec09
----------------------------------------------------------- */
.sec09 .bg {
  background: url(../img/pc_sec09_bg.png) no-repeat transparent;
  background-position: calc(50% + 150px) 285px;
  padding: 50px 0;
  background-size: 140%;
}
.sec09 .white_box {
  max-width: 100%;
  border-radius: 10px;
  padding: 15px;
}
.sec09 h2 {
  font-size: 20px;
  margin-bottom: 0;
}
.brett ul {
  margin-top: 15px;
}
.brett ul li {
  padding-bottom: 0;
  letter-spacing: -.04em;
  font-size: 16px;
  align-items: baseline;
}
.sec09 .mb5{
  margin-bottom: 5px;
}
/*
sec10
----------------------------------------------------------- */
.sec10 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;
}
.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;
}
/*
sec11
----------------------------------------------------------- */
.sec11 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f9fc;
}
.sec11 .white_box {
  max-width: 100%;
  border-radius: 10px;
  padding: 15px;
  background: url(../img/pc_sec11_img01.png) no-repeat #FFF;
  background-position: right -70px bottom 25px;
  background-size: 80%;
}
.sec11 h2 {
  font-size: 20px;
  margin-bottom: 0;
}
.sec11 .mb5{
  margin-bottom: 5px;
}
/*
sec12
----------------------------------------------------------- */
.sec12_mv {
  margin-left: 15px;
}
.sec12 .bg {
  padding-top: 30px;
  padding-bottom: 50px;
}
.sec12 .white_box {
  max-width: 100%;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  padding-top: 30px;
}
.sec12 .mdl {
  position: absolute;
  top: -70px;
  left: 20px;
  width: 100px;
}
.sec12 h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.form_wrap .fx-col-70-s {
  margin-top: 5px;
}
.contact_area {
  margin-top: -65px;
  padding-top: 65px;
}

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

/*
sec19
----------------------------------------------------------- */
.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%;
}

/*
sec20
----------------------------------------------------------- */

/*
Footer
----------------------------------------------------------- */
footer{
  padding-top: 0;
}
footer .foot_area .area_item {
  width: 100%;
}
.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*/
