@charset "UTF-8";
/* CSS Document */
/*タブレット用スタイル*/

@media (min-width: 768px) and (max-width: 1229px) {

/*
セクション間余白
----------------------------------------------------------- */
section {
  padding: 70px 0;
}
footer {
  padding: 30px 0;
}
h2{
  font-size: 30px;
}
.font_xl {
  font-size: 20px;
  line-height: 1.4;
}
.font_xxl {
  font-size: 30px;
  line-height: 1.4;
}
/*
はみ出し画像中央
----------------------------------------------------------- */
.wic1 img {
  width: 1200px;
  max-width: 1200px;
}
.wic1 {
  margin-left: calc(50% - 600px);
}
.wic2 img {
  width: 1000px;
  max-width: 1000px;
}
.wic2 {
  margin-left: calc(50% - 500px);
}
.wic3 img {
  width: 1200px;
  max-width: 1200px;
}
.wic3 {
  margin-left: calc(50% - 600px);
}


/*
Header
----------------------------------------------------------- */
header {
  padding: 10px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
}
header .logo svg {
  width: 130px;
}
header .logo p {
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 0;
}
header nav {
  margin-left: auto;
}
header .contact {
  margin-top: -12px;
  margin-left: auto;
  margin-right: 45px;
}
header .contact_tel {
  width: auto;
  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;
}
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;
}

/*
Nav
----------------------------------------------------------- */
#nav_toggle {
  position: absolute;
  top: 12px;
  /**/
  right: 12px;
  /**/
  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";
}
header .tel_inner .no {
  font-size: 26px;
  line-height: 1;
}
nav {
  position: absolute;
  top: 63px;
  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;
}
header a:link,header a:visited {
  text-decoration: none;
  color: #000;
}
/*
MV
----------------------------------------------------------- */
.mv {
  padding-top: 72px;
  overflow: hidden;
}
#mvh {
  height: 79vw;
}
.mv_txt img{
  position: relative;
  left: 15px;
}

/*
sec01
----------------------------------------------------------- */
.sec01 .white_box {
  margin: -90px auto 0;
  padding: 30px 15px;
  max-width: 580px;
}
.sec01 ul li {
  align-items: flex-start;
}
.sec01 ul li img {
  padding-right: 10px;
  min-width: 40px;
  width: 40px;
}
.sec01 ul li .bg_cl1 {
  padding: 0 5px;
  margin: 5px 0;
}
.sec01 h2 {
  padding-top: 60px;
}

/*
sec02
----------------------------------------------------------- */
.sec02 .bg_inner {
  height: 128vw;
  background-size: 100%;
}
/*
sec03
----------------------------------------------------------- */
.sec03 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.sec03 .fx-row > div:nth-last-child(n+3){
  margin-bottom: 30px;
}
.sec03 .grad_bg p {
  padding: 0 10px 3px;
}
.sec03 h2 .sub {
  position: relative;
  font-size: 30px;
}
/*
sec04
----------------------------------------------------------- */
.sec04 {
  padding-bottom: 70px;
}
.sec04 h3 {
  font-size: 30px;
}
.sec04 .inner:nth-of-type(3) {
  padding-bottom: 30px;
}
.sec04 .inner:nth-of-type(4){
  padding-bottom: 0;
}
/*
sec05
----------------------------------------------------------- */
.sec05 h3 {
  font-size: 20px;
  position: relative;
  left: -45px;
}
.sec05 .case {
  font-size: 40px;
  margin-top: -80px;
  margin-bottom: 20px;
}
.sec05 .case .font_l {
  font-size: 60px;
}
.sec05 .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 10px;
  width: 100%;
  font-size: 17px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1.5;
  top: -80px;
}

.sec05 .line_b {
  border-bottom: 1px solid #cccccc;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec05 .balloon1-left{
  width: 190px;
  top: -180px;
  right: 0;
  left: auto;
}
.sec05 .balloon1-left:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 50%;
  margin-top: -15px;
  border: 20px solid transparent;
  border-right: 55px solid #fbfc0b;
  transform: rotate(270deg);
}
.sec05 .white_box_l:last-child {
  margin-top: 50px;
  margin-bottom: 0;
}

/*
sec06
----------------------------------------------------------- */
.sec06 .box {
  padding: 15px;
}
.sec06 .arrow2 {
  border-width: 30px 0 30px 25px;
}
/*
sec07
----------------------------------------------------------- */
.sec07{
  padding-top: 0;
  padding-bottom: 70px;
}
.sec07 .sub {
  font-size: 30px;
}
.sec07 .grad_wrap {
  font-size: 30px;
}
/*
sec08
----------------------------------------------------------- */
.sec08 {
  padding-bottom: 70px;
}
.sec08 table .th_bg th:nth-of-type(1) {
  width: 120px;
}
.sec08 table .th_bg th,
.sec08 table th, .sec08 table td{
  font-size: 18px;
  padding: 10px;
  vertical-align: middle;
}
.sec08 table td .quan {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
.sec08 .best {
  position: absolute;
  left: 340px;
  top: 0;
  z-index: 2;
}
.sec08 .best p::after {
  right: -19px;
}
.sec08 .del::before {
  top: 14px;
}
/*
sec09
----------------------------------------------------------- */
.sec09 .bg {
  background: url(../../img/pc_sec09_bg.png) no-repeat transparent;
  background-position: calc(50% + 300px) 105px;
  padding: 70px 0;
}
/*
sec10
----------------------------------------------------------- */
.accordion {
  margin-bottom: 20px;
}
/*
sec11
----------------------------------------------------------- */
.sec11 {
  padding-top: 70px;
  padding-bottom: 70px;
}
/*
sec12
----------------------------------------------------------- */
.sec12 .bg {
  padding: 70px 0;
}
.sec12 .mdl {
  position: absolute;
  top: -65px;
  left: 110px;
}

.sec12 .white_box {
  max-width: 1020px;
  border-radius: 15px;
  margin: 0 auto;
  padding: 45px;
}
.contact_area {
  margin-top: -65px;
  padding-top: 65px;
}

/*
sec13
----------------------------------------------------------- */
.sec13 .table .table_head {
  width: 160px;
}

.sec13 .table .table_body {
    width: calc(100% - 175px);
}
/*
sec14
----------------------------------------------------------- */

/*
sec15
----------------------------------------------------------- */

/*
sec16
----------------------------------------------------------- */

/*
sec17
----------------------------------------------------------- */

/*
sec18
----------------------------------------------------------- */

/*
sec19
----------------------------------------------------------- */

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

/*
Footer
----------------------------------------------------------- */
footer ul li {
  margin: 0;
}
footer ul li a {
  margin: 0;
  padding: 0 10px;
}
footer ul li:first-child a {
  padding-left: 0;
}


}/*タブレット用スタイルend*/

/*pro用スタイルend*/
@media (min-width: 1024px) and (max-width: 1229px) {
  .sec01 .white_box {
    max-width: 70%;
  }
}
@media (min-width: 1025px) and (max-width: 1520px) {
  nav .tab_n{
    display: none;
  }
}