@charset "UTF-8";
/* CSS Document */
/*
セクション間余白
----------------------------------------------------------- */
section {
  padding: 75px 0;
}

footer {
  padding: 60px 0;
}

/*
色関連
----------------------------------------------------------- */
.bg_cl1 {
  background-color: #000;
}

.bg_cl2 {
  background-color: #f3f2f2;
}

.cl_base {
  color: #ff00cc;
}

.cl_main {
  color: #ef3300;
}

.cl_accent {
  color: #fbfc0b;
}

.cl_other1 {
  color: #cccccc;
}

.cl_other2 {
  color: #4265a1;
}

.cl_other3 {
  color: #fff;
}

/*
テキスト関連
----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #fbfc0b 60%);
  background: -o-linear-gradient(transparent 60%, #fbfc0b 60%);
  background: linear-gradient(transparent 60%, #fbfc0b 60%);
  font-weight: bold;
}
.quan{
  font-family: 'Quantico', sans-serif;
  }
.grad_text {
  color: #ACB6E5;
  background: -webkit-linear-gradient(0deg, #009efd, #2af598);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_grad {
  display: inline-block;
  background: linear-gradient(90deg, #009efd, #2af598);
  color: #fff;
  margin-bottom: 15px;
  padding: 5px 15px;
}
h2 .line{
  position: relative;
  margin-bottom: 120px;
}
h2 .line:before {
  position: absolute;
  width: 150px;
  height: 6px;
  background: linear-gradient(90deg, #009efd, #2af598);
  content: "";
  left: 0;
  bottom: -40px;
  transition: all .5s;
  right: 0;
  left: 0;
  margin: auto;
}

/*
リンク色
----------------------------------------------------------- */
a:link,a:visited {
  text-decoration: none;
  color: #1eddb4;
}
a:hover {text-decoration: none;}

/*
はみ出し画像中央
----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
}
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}
.wic2 {
  margin-left: calc(50% - 600px);
}
.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

/*
Page Top
----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop a {
  background: linear-gradient(90deg, #009efd, #2af598);
}

/*
Header
----------------------------------------------------------- */
header,
header .logo,
header .contact {
  display: flex;
  align-items: center;
}
header {
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: #fffc;
}
header .logo {
  flex-wrap: wrap;
}
header .logo svg {
  padding-right: 15px;
}
header .logo h1 {
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 0;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}
header nav {
  margin-left: auto;
}
header .contact_tel {
  width: 275px;
}
header .contact_form a {
  background: #ff8400;
  color: #fff;
  width: 180px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: relative;
  margin-left: 5px;
  word-break: keep-all;
}
header .contact_form a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: 15px;
}
header .tel_inner .no{
  font-size: 30px;
  line-height: 1;
}
header .tel_inner .no i{
  margin-right: 3px;
}

/*
Navi
----------------------------------------------------------- */
nav {
  padding: 0 30px;
}
nav ul {
  display: flex;
}
nav li {
  width: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
nav li a p {
  position: relative;
}
nav li a p:before {
  position: absolute;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #009efd, #2af598);
  content: "";
  left: 0;
  bottom: -10px;
  transition: all .5s;
}
nav li a:hover p:before {
  width: 100%;
}

nav li a:hover {
  opacity: 1;
}

nav li a p {
  -ms-word-break: keep-all;
  word-break: keep-all;
}
nav a:link, nav a:visited {
  color: #000;
}

/*
btn
----------------------------------------------------------- */
.cta_btn a {
  background: #ff8400;
  color: #fff;
  width: 480px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  position: relative;
  margin: 0 auto;
  word-break: keep-all;
  font-size: 24px;
  margin-top: 60px;
}
.cta_btn a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: 20px;
}

/*
MV
----------------------------------------------------------- */
canvas {
  z-index: 1;
  position: relative;
  opacity: .15;
}
.mv {
  padding: 0;
  background: linear-gradient(90deg, #009efd, #2af598);
  position: relative;
  z-index: 1;
}
#mvh{
  height: 730px;
}
.mv_txt{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
/*
sec01
----------------------------------------------------------- */
.sec01 {
  background: url(../img/pc_sec01_bg.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .sec01 {
    background-attachment: fixed;
  }
}
.sec01 h2 {
  padding-bottom: 45px;
  margin-bottom: 60px;
  position: relative;
}
.sec01 h2:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 6px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #000;
}
.sec01 .white_box {
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 15px;
  padding: 45px 60px 65px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 20px -5px #dedede;
}
.sec01 ul li {
  display: flex;
  align-items: flex-end;
}
.sec01 ul li:not(:last-child) {
  margin-bottom: 13px;
}
.sec01 ul li img {
  padding-right: 15px;
}
.sec01 ul li .bg_cl1 {
  padding: 5px 10px 3px;
  margin-left: 5px;
  line-height: 1em;
}
.sec01 span.marker {
  padding-bottom: 0!important;
}
.sec01 .lineh{
  line-height: 2em;
}
.sec01 .white_box .quan{
  font-size: 54px;
  line-height: 1em;
  position: relative;
  top: 7px;
  font-weight: 400;
  margin-right: 10px;
}

/*
sec02
----------------------------------------------------------- */

.sec02{
	position: relative;
}
.sec02 .bg_inner {
  background: url(../img/pc_sec02_bg.png) repeat-y 50% 0;
  background-size: contain;
  width: 100%;
  -webkit-animation: bgroop 30s linear infinite;
  animation: bgroop 30s linear infinite;
  height: 1420px;
}
.sec02 .bg_inner_over{
  height: 700px;
}
.sec02 .bg_inner_over .container{
  z-index: 100;
}
@-webkit-keyframes bgroop {
  from {
      background-position: 0 540px;
  }
  to {
      background-position: 0 -540px;
  }
}
@keyframes bgroop {
  from {
      background-position: 0 540px;
  }
  to {
      background-position: 0 -540px;
  }
}
.sec02 .arrow {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.sec02 .white_box {
  border-radius: 15px;
  background: rgba(255,255,255,.8);
  box-shadow: 0px 0px 20px -5px #dedede;
}
.sec02 .white_box .deco {
  margin-top: -90px;
}
.sec02 span.marker {
  padding-bottom: 0!important;
}
.sec02 .lh16 {
  line-height: 1.6;
}
.sec02 .txt01 {
  font-size: 4.8rem;
  line-height: 1.4;
}

/*
sec03
----------------------------------------------------------- */
.sec03 {
  /* background: linear-gradient(135deg, rgba(0,0,0,.8), rgba(0,0,0,.8)),url(../img/pc_sec03_bg.png); */
  /* background-size: cover; */
  background: url(../img/pc_sec03_bg01.png) no-repeat top/cover;
}
.sec03 h2 .sub {
  position: relative;
}
.sec03 h2 .sub:before,
.sec03 h2 .sub:after {
  position: absolute;
  content: "";
  height: 45px;
  width: 4px;
  background: #fbfc0b;
  display: block;
  top: 0;
}
.sec03 h2 .sub:before {
  left: -20px;
  transform: rotate(-15deg);
}
.sec03 h2 .sub:after {
  right: -20px;
  transform: rotate(15deg);
}
.sec03 .grad_bg {
  background: #fff;
  display: inline-block;
}
.sec03 .grad_bg p {
  padding: 0 15px;
  color: #ACB6E5;
  background: -webkit-linear-gradient(0deg, #009efd, #2af598);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec03 .fx-row .fx-inner {
  border: 6px solid #fff;
  border-radius: 15px;
  padding: 30px 15px 15px;
}
.sec03 .fx-row .ttl_en {
  margin-top: -50px;
}
.sec03 .fx-row .ttl_en span {
  padding: 0 15px;
  background: -webkit-linear-gradient(0deg, #009efd, #2af598);
  border-radius: 15px;
}
.sec03 .fx-row .time span {
  font-size: 62px;
}
@media screen and (min-width: 1230px) {
  .sec03 .fx-row > div:nth-last-child(n+5){
    margin-bottom: 30px;
  }
}
.sec03 .white_box {
  background: unset;
  border: 6px solid #fff;
  border-radius: 15px;
}
.sec03 .white_box.works {
  border: 6px solid #fbfc0b;
}

/*
sec04
----------------------------------------------------------- */
.sec04{
  padding-top: 120px;
  padding-bottom: 0;
}
.sec04 h2 .line {
  margin-bottom: 70px;
}
.sec04 h2 .bg_grad{
  font-size: 36px;
}
.sec04 h2 .font_l{
  font-size: 60px;
}
.sec04 h2 .bg_grad .quan{
  font-size: 48px;
}
.sec04 h2 .grad_wrap{
  line-height: 1em;
} 
.sec04 .resson{
  font-size: 24px;
}
.sec04 .resson .font_m{
  font-size: 36px;
}
.sec04 h3{
  font-size: 36px;
  color: #ACB6E5;
  background: -webkit-linear-gradient(0deg, #009efd, #2af598);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.sec04 .txt{
  line-height: 2;
  margin-top: 30px;
}
.sec04 .inner:nth-of-type(2){
  background: url(../img/pc_sec04_img01.png) no-repeat;
  background-position: calc(50% + 320px) 50px;
  padding-bottom: 45px;
}
.sec04 .inner:nth-of-type(3){
  background: url(../img/pc_sec04_img02.png) no-repeat;
  background-position: calc(50% - 320px) 170px;
  padding-bottom: 60px;
}
.sec04 .inner:nth-of-type(4){
  background: url(../img/pc_sec04_img03.png) no-repeat;
  background-position: calc(50% + 320px) 50px;
  padding-bottom: 130px;
}
.sec04 .inner:nth-of-type(5){
  background: url(../img/pc_sec04_img04.png) no-repeat;
  background-position: calc(50% - 380px) 50px;
  padding-bottom: 90px;
}


/*
sec05
----------------------------------------------------------- */
.sec05{
  background-color: #ffffc8;
  padding-top: 120px;
  padding-bottom: 120px;
}
.sec05 h2 .bg_grad{
  font-size: 36px;
}
.sec05 h2 .line{
  position: relative;
  margin-bottom: 80px;
}
.sec05 .case{
  font-size: 48px;
  margin-top: -130px;
  margin-bottom: 20px;
}
.sec05 .case .font_l{
  font-size: 100px;
}
.sec05 h3{
  font-size: 36px;
  position: relative;
  left: -75px;
}
.sec05 .white_box{
  padding-top: 90px;
}
.sec05 .inner{
  position: relative;
  margin-top: 30px;
}
.sec05 .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 10px;
  width: 510px;
  font-size: 24px;
  background: #1eddb4;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1.5;
  top: -140px;
}

.sec05 .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 30px solid #1eddb4;
}

.sec05 .balloon1 p {
  margin: 0;
  padding: 0;
}
.sec05 .tit{
  line-height: 2.5;
}
.sec05 .tit .font_m{
  font-size: 24px;
}
.sec05 .tit .fx{
  display: flex;
  align-items: center;
}
.sec05 .tit .fx i{
  margin-right: 20px;
}
.sec05 .tit .fx p:nth-of-type(1){
  width: 100px;
}
.sec05 .line_b{
  border-bottom: 1px solid #cccccc;
  margin-top: 60px;
  margin-bottom: 30px;
}
.sec05 .tit02 .quan{
  font-size: 48px;
  margin-right: 20px;
}
.sec05 .box{
  position: relative;
}
.sec05 .balloon1-left {
  width: 270px;
  text-align: left;
  right: 0;
  left: auto;
  top: calc(50% - 140px);
  font-size: 32px;
  padding: 30px;
  padding-top: 20px;
  background-color: #fbfc0b;
  color: #000;
}
.sec05 .balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -55px;
  margin-top: -15px;
  border: 20px solid transparent;
  border-right: 55px solid #fbfc0b;
}
.sec05 .balloon1-left p {
  margin: 0;
  padding: 0;
}
.sec05 .balloon1-left .font_s {
  font-size: 24px;
}
.sec05 .balloon1-left .font_m {
  font-size: 32px;
}
.sec05 .balloon1-left .font_l {
  font-size: 53px;
  font-weight: 400;
  line-height: 1;
}
.sec05 .balloon1-left .plus {
  line-height: 1;
  position: relative;
  bottom: -5px;
}
.sec05 .white_box_l:last-child{
  margin-top: 120px;
  margin-bottom: 0;
}
/*
sec06
----------------------------------------------------------- */
.sec06 h2 .font_m{
  font-size: 36px;
}
.sec06 h2 .font_l{
  font-size: 62px;
}
.sec06 h2 .line{
  position: relative;
  margin-bottom: 100px;
}
.sec06 .box{
  border: solid 6px #eeeeee;
  padding: 26px;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.sec06 .box .tit{
  font-size: 24px;
  margin-top: 20px;
}
.sec06 .box .tit .quan{
  font-size: 36px;
  margin-right: 15px;
}
.sec06 .font_s{
  font-size: 14px;
}
.sec06 .fx-row{
  position: relative;
  z-index: 2;
}
.sec06 .arrow{
  width: calc(100% - 100px);
  height: 20px;
  left: 0;
  right: 0;
  top: calc(50% - -10px);
  background-color: #cccccc;
  position: absolute;
  z-index: 1;
  margin: auto;
}
.sec06 .arrow2{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 45px;
  border-color: transparent transparent transparent #cccccc;
  position: absolute;
  left: -15px;
  top: calc(50% - 19px);

}

/*
sec07
----------------------------------------------------------- */
.sec07{
  padding-bottom: 110px;
}
.sec07 h2 .font_m{
  font-size: 36px;
}
.sec07 h2 .font_l{
  font-size: 62px;
}
.sec07 .sub {
  position: relative;
}
.sec07 .sub:before,
.sec07 .sub:after {
  position: absolute;
  content: "";
  height: 45px;
  width: 4px;
  background: #000;
  display: block;
  top: 0;
}
.sec07 .sub:before {
  left: -20px;
  transform: rotate(-15deg);
}
.sec07 .sub:after {
  right: -20px;
  transform: rotate(15deg);
}
.sec07 .box{
  font-size: 48px;
  margin-top: 30px;
}
.sec07 .bg_grad {
  padding: 10px 15px;
}
.sec07 .bg_grad p{
  line-height: 1;
}
/*
sec08
----------------------------------------------------------- */
.sec08{
  background-color: #f5f9fc;
  padding-bottom: 120px;
}
.sec08 h2 .font_m{
  font-size: 36px;
}
.sec08 h2 .line{
  position: relative;
  margin-bottom: 80px;
}
.sec08 .ribbon1 {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0px 30px;
  font-size: 32px;
  background: #fbfc0b;
  box-sizing: border-box;
}
.sec08 .ribbon1 .quan{
  font-size: 48px;
}
.sec08 .ribbon1:before, .sec08 .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.sec08 .ribbon1:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #f5f9fc;
  border-style: solid;
}

.sec08 .ribbon1:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f5f9fc transparent transparent;
  border-style: solid;
}
.sec08 .table_inner{
  position: relative;
  margin-top: 60px;
}
.sec08 .best {
  position: absolute;
  left: 560px;
  top: 0;
  z-index: 2;
}
.sec08 .best p{
  background-color: #fbfc0b;
  display: inline-block;
  padding: 3px 10px 3px 15px;
}
.sec08 .best p::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 0 20px;
  border-color: transparent transparent transparent #fbfc0b;
  position: absolute;
  right: -20px;
}
.sec08 table{
  width: 100%;
  table-layout: auto;
  position: relative;
  z-index: 1;
  margin-top: 35px;
}
.sec08 table th{
  background-color: #000000;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.sec08 table th.bg_none{
  background-color: inherit;
}
.sec08 table .th_bg th{
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  font-size: 24px;
  padding: 20px;
}
.sec08 table .th_bg th:nth-of-type(1){
  width: 215px;
  display: block;
}
.sec08 table .th_bg th:nth-of-type(2){
  background: #01a0fb;
  width: calc(100% / 3);
}
.sec08 table .th_bg th:nth-of-type(3){
  background: #1eddb4;
  width: calc(100% / 3);
}
.sec08 table .th_bg th:nth-of-type(4){
  background: #ff9000;
  width: calc(100% / 3);
}
.sec08 table th,.sec08 table td{
  padding: 15px;
  border: 3px solid #f5f9fc;
}
.sec08 table .th_recommend th{
  color: #000;
  text-align: center;
  line-height: 1.4;
  padding: 20px;
}
.sec08 table .th_recommend th:nth-of-type(2),
.sec08 table .th_recommend th:nth-of-type(3),
.sec08 table .th_recommend th:nth-of-type(4){
  background: #fbfc0b;
  width: calc(100% / 3);
}
.sec08 table td{
  font-size: 24px;
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
  line-height: 1;
}
.sec08 table td .quan{
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.sec08 .txt{
  line-height: 2;
  font-size: 14px;
}

.sec08 .del {
  position:relative;
}
.sec08 .del::before {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  background-color: red;
  position: absolute;
  top: 20px;
  left: 0;
}
.sec08 .red {
  color: red;
}

/*
sec09
----------------------------------------------------------- */
.sec09{
  background: rgb(42,245,152);
  background: linear-gradient(270deg, rgba(42,245,152,0.19) 0%, rgba(0,158,253,0.19) 100%);
}
.sec09 .bg{
  background: url(../img/pc_sec09_bg.png) no-repeat transparent;
  background-position: calc(50% + 490px) 105px;
  padding: 120px 0;
}
.sec09 h2{
  font-size: 32px;
  margin-bottom: 60px;
}
.sec09 .white_box{
  max-width: 1020px;
  border-radius: 15px;
  padding: 50px 50px 55px;
  margin: 0 auto;
  background-color: #fffc;
  box-shadow: 0px 0px 20px -5px #dedede;
}
.brett ul{
  margin-top: 30px;
}
.brett ul li {
  padding-bottom: 30px;
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.brett ul li:last-child{
  margin-bottom: 0;
}
.brett ul li i {
  margin-right: 10px;
  color: #999999;
}

/*
sec10
----------------------------------------------------------- */
.sec10 h2 .font_m{
  font-size: 36px;
}
.accordion {
  margin-bottom: 50px;
}
dl.accordion dt {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 10px 10px 30px;
  border-bottom: 4px solid #000;
}
dl.accordion dd {
  background: #fff;
  padding: 20px 10px 0 30px;
  display: none;
}
.accordion dt p {
  background: url(../img/qa_q.svg) no-repeat left top 5px;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 60px;
  background-size: 40px;
}
dl.accordion dt:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  display: block;
  transition: .25s all ease;
  right: 15px;
  top: 0;
  bottom: 0;
  background-color: #1eddb4;
  color: #fff;
  margin: auto;
  transform: rotate(90deg);
  height: 37px;
  text-align: center;
  line-height: 37px;
  width: 37px;
  font-weight: 900;
}
.accordion dd p {
  background: url(../img/qa_a.svg) no-repeat left top;
  padding-left: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-size: 35px;
  padding-right: 25px;
}
dl.accordion dt.open:after {
  transform: rotate(-90deg);
}
/*
sec11
----------------------------------------------------------- */
.sec11{
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f9fc;
}
.sec11 h2{
  font-size: 32px;
  margin-bottom: 60px;
}
.sec11 .white_box{
  max-width: 1020px;
  border-radius: 15px;
  padding: 50px 50px 55px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px -5px #dedede;
  background: url(../img/pc_sec11_img01.png) no-repeat #FFF;
  background-position: right 0 bottom 45px;
}

/*
sec12
----------------------------------------------------------- */
.sec12{
  background: linear-gradient(90deg, #009efd, #2af598);
  padding: 0;
}
.sec12 .bg{
  padding-top: 60px;
  padding-bottom: 120px;
  background: url(../img/pc_sec12_bg.png) no-repeat transparent;
  background-size: cover;
}
.sec12 h2{
  font-size: 32px;
  margin-bottom: 60px;
}
.sec12 .white_box{
  max-width: 1020px;
  border-radius: 15px;
  margin: 0 auto;
  padding: 60px 60px 65px;
}
.sec12 .mdl{
  position: absolute;
  top: -45px;
  left: 320px;
}
form > ul > li {
  padding: 15px 0;
}

form > ul > li.bb_none {
  border-bottom: none;
}

form > ul > li:nth-child(odd) {
  background-color: #f5f5f5;
}

form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}

.form_head {
  text-align: right;
}

.form_head span {
  display: inline-block;
  font-weight: bold;
}

.haveto {
  background-color: #ff9000;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.any {
  background-color: #01a0fb;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.input_adjust {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.input_adjust::placeholder{
  color: #999999;
}
.input_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  width: 100%;
}

.input_2col input {
  width: calc(50% - 15px);
}

.input_1col {
  padding-right: 30px;
}

.input_1col input {
  width: 100%;
}

.input_zip_2col input {
  width: 30%;
}

.input_pref {
  width: 50%;
}

.input_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 16px;
}

.input_select select::-ms-expand {
  display: none;
}

.input_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ffffff;
}

.input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .fx-col-16-s {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%;
    padding-top: 12px;
  }
  .fx-col-54-s {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
  }
}

.input_tel_3col input {
  width: 30%;
}

.input_tel_3col input:first-child {
  width: 20%;
}

.radio_2col {
  display: flex;
}

.radio_2col label {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_2col label:first-child {
  padding-right: 30px;
}

.radio_2col span {
  padding-left: 10px;
}

.radio_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_1col span {
  padding-left: 10px;
}

.date_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}

.date_2col > * {
  display: block;
  width: calc(50% - 15px);
}

.input_date {
  position: relative;
}

.input_date:before {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  right: 15px;
}

input[type="date"] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.check_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.check_1col span {
  padding-left: 10px;
}

.select_1col {
  padding-right: 30px;
}

.textarea {
  padding-right: 30px;
}

.textarea textarea {
  width: 100%;
}

.check_agree input {
  height: 20px;
  width: 20px;
}

.check_agree span {
  padding-top: 5px;
}

.sbm_wrap {
  padding: 30px 15px 0;
}
.sbm_inner{
  display: inline-block;
}

.sbm {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  background: #45ba55;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #45ba55;
}

.sbm:before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.2em;
  top: calc(50% - 0.5em);
  right: 15px;
  color: #fff;
}

.sbm_btn {
  border: 0;
  background-color: transparent;
}

.sbm_btn:focus {
  outline: none;
}

.sbm:hover {
  color: #45ba55;
  background: #ffffff;
}

.sbm:hover:before {
  color: #45ba55;
}
.contact_area {
  margin-top: -100px;
  padding-top: 100px;
}

/*
sec13
----------------------------------------------------------- */
.sec13 h2 .font_m {
  font-size: 36px;
}
.sec13 .table ul {
  display: flex;
  flex-wrap: wrap;
}
.sec13 .table .table_head {
  width: 282px;
  align-items: flex-start;
  text-indent: 2em;
  margin-right: 15px;
}
.sec13 .table .table_body {
  width: calc(100% - 297px);
  border-top: 0;
  padding-left: 40px;
}
.sec13 .table ul li {
  padding: 15px;
  display: flex;
  border-bottom: 1px solid #000000;
}
/*
Footer
----------------------------------------------------------- */

footer .copy {
  text-align: center;
  font-size: 14px;
}

footer .foot_area {
  display: flex;
  justify-content: flex-start;
}
footer .foot_area .map {
  width: 230px;
  margin-right: 60px;
}
footer .foot_area .area_item {
  width: calc(100% - 230px - 60px);
}
footer .foot_area ul{
  line-height: 1.6;
}
footer .foot_area ul li {
  display: inline-block;
  min-width: 4.7em;
  margin-right: 5px;
  font-size: 14px;
}
.foot_area .tit {
  font-size: 20px;
  border-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 700;
}
/*
thanks
----------------------------------------------------------- */

.thanks{
  background-color: #f2f2f2;
  padding-top: 120px;
  padding-bottom: 120px;
}
.thanks .white_box {
  max-width: 1020px;
  border-radius: 15px;
  padding: 50px 50px 55px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px -5px #dedede;
}
.thanks .bg_grad{
  font-size: 32px;
  line-height: 1.3;
}
.thanks .link_btn a {
  background: #cccccc;
  color: #fff;
  width: 490px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  margin-left: 5px;
  font-size: 20px;
  word-break: keep-all;
  margin: 0 auto;
}
.thanks .link_btn a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  right: 30px;
  font-weight: 700;
  font-size: 16px;
}
.thanks .chat_btn a {
  background: #1eddb4;
  color: #fff;
  width: 480px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  margin-left: 5px;
  font-size: 20px;
  word-break: keep-all;
  margin: 0 auto;
}
.thanks .chat_btn a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  right: 30px;
  font-weight: 700;
  font-size: 16px;
}
.thanks .box{
  background-color: #f2f2f2;
  padding: 50px;
}
.thanks .b_grad{
  background-color: #000;
  color: #FFF;
}
.thanks_body header .contact{
  margin-left: auto;
}


@media (min-width: 1230px) and (max-width: 1677px) {
  h1{
    margin-top: 0;
    margin-bottom: 0;
  }
  .br_pc{
    display: none;
  }
  h1 .s_none{
    display: inline-block;
  }
  nav {
    padding: 0 30px 0 0;
  }
  .logo image{
    width: 230px;
  }
  header{
    padding-top: 15px;
    padding-bottom: 15px;
  }
}