@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #707070;
}

html {
  width: 100%;
  font-size: 62.5%;
}

body {
  background: #FAFAFA;
  color: #707070;
  font-family: 'Noto Sans JP', sans-serif;
}

p {
  line-height: 1.7;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ai-c {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bg-white {
  background: #fff;
}

.btn-inquiry {
  background: #1caf99;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 20px 15px;
  display: inline-block;
}

.btn-inquiry span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.read-txt {
  font-weight: bold;
}

.cmn-header {
  background: #fff;
}

.cmn-header .inner {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.cmn-header nav li:not(:first-child) {
  margin-left: 16px;
}

.cmn-header nav li:not(:last-child) {
  border-bottom: 2px solid #FD494F;
  padding-bottom: 8px;
}

.cmn-header nav a:not(.btn-inquiry) {
  color: #707070;
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}

.cmn-header nav .btn-inquiry {
  padding: 12px;
}

#sec01 h2 {
  color: #FD494F;
}

#sec02 {
  position: relative;
}

#sec02 span {
  position: relative;
  display: inline-block;
}

#sec02 span .img1 {
  position: absolute;
  top: -10px;
  left: -20px;
}

#sec02 span .img2 {
  position: absolute;
  bottom: -10px;
  right: -30px;
}

#sec03 b {
  color: #FD494F;
}

#sec03 b span {
  position: relative;
}

#sec03 b span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FD494F;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -6px;
}

#sec04 .wrap {
  border-right: 10px solid #FD494F;
  border-bottom: 10px solid #FD494F;
  border-left: 10px solid #FD494F;
  position: relative;
}

#sec04 h3 {
  vertical-align: middle;
}

#sec04 h3 span {
  position: relative;
  display: inline-block;
}

#sec04 h3 span img {
  position: absolute;
}

#sec04 ul li h4 {
  color: #FD494F;
}

#sec05 figure img {
  width: 100%;
}

.tbl-menu .li-menu {
  font-size: 0;
}

.tbl-menu .li-menu li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tbl-menu .li-menu li:nth-child(1) {
  background: rgba(253, 73, 79, 0.17);
  border-top: 3px solid #fd494f;
}

.tbl-menu .li-menu li:nth-child(2) {
  background: rgba(197, 101, 121, 0.17);
  border-top: 3px solid #c56579;
}

.tbl-menu .li-menu li:nth-child(3) {
  background: rgba(138, 130, 165, 0.17);
  border-top: 3px solid #8a82a5;
}

.tbl-menu .li-menu li:nth-child(4) {
  background: rgba(90, 154, 201, 0.17);
  border-top: 3px solid #5a9ac9;
}

.tbl-menu .li-menu li:nth-child(5) {
  background: rgba(19, 189, 255, 0.17);
  border-top: 3px solid #13bdff;
}

.tbl-menu dl {
  font-size: 0;
}

.tbl-menu dl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}

.tbl-menu dl dt {
  display: inline-block;
  background: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
}

.tbl-menu dl dd {
  display: inline-block;
  background: #FAFAFA;
}

#sec07 .col {
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

#sec07 .col dt {
  font-weight: bold;
}

#sec07 .col dd li {
  padding-left: 1rem;
  text-indent: -1rem;
}

#sec07 .col dd li::before {
  content: "-";
  margin-right: .5rem;
}

#sec08 a {
  background: rgba(28, 175, 153, 0.06);
  border: 2px solid #1caf99;
  color: #1caf99;
  text-decoration: none;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  width: 260px;
  margin: auto;
  font-weight: bold;
}

.faq .row {
  background: #fff;
}

.faq .row dt, .faq .row dd {
  position: relative;
}

.faq .row dt {
  border-bottom: 1px dashed #EAEAEA;
}

.faq .row dt::before {
  content: "Q";
  color: #13BDFF;
  position: absolute;
  top: -50%;
  left: 0;
}

.faq .row dd::before {
  content: "A";
  color: #FD494F;
  position: absolute;
  top: 50%;
  left: 0;
}

.form-col {
  border-bottom: 1px solid #E8DFDF;
}

.form-col .required {
  background: #FD494F;
  color: #FCFFFA;
  padding: 0.3em .5em;
  display: inline-block;
  border-radius: 3px;
  margin-right: .5em;
}

.cmn-input {
  border: 1px solid #E8DFDF;
  padding: .8em 1.5em;
  width: 100%;
  color: #333133;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cmn-input::-webkit-input-placeholder {
  color: #B3ABAB;
}

.cmn-input:-ms-input-placeholder {
  color: #B3ABAB;
}

.cmn-input::-ms-input-placeholder {
  color: #B3ABAB;
}

.cmn-input::placeholder {
  color: #B3ABAB;
}

.cmn-input:focus {
  outline: 1px solid #FD494F;
}

.form-col .txt-example {
  margin-top: 1em;
  color: #878282;
}

.cmn-input-btn input {
  display: none;
}

.cmn-input-btn .cmn-input-btn-parts {
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  display: inline-block;
}

.cmn-input-btn.checkbox .cmn-input-btn-parts::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 2px;
  background: #FCFFFA;
}

.cmn-input-btn.checkbox input:checked + .cmn-input-btn-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #FCFFFA;
  border-right: 2px solid #FCFFFA;
}

.cmn-input-btn.checkbox input:checked + .cmn-input-btn-parts::before {
  background: #FD494F;
  border: 2px solid #FD494F;
  border-radius: 2px;
}

.cmn-input-btn.radio {
  display: block;
}

.cmn-input-btn.radio .cmn-input-btn-parts::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  background: #FCFFFA;
}

.cmn-input-btn.radio input:checked + .cmn-input-btn-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FCFFFA;
}

.cmn-input-btn.radio input:checked + .cmn-input-btn-parts::before {
  background: #FD494F;
  border: 2px solid #FD494F;
  border-radius: 50%;
}

.cmn-input-btn + .cmn-input-btn {
  margin-top: 1em;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 24px;
  min-width: 220px;
  padding: 12px 27px;
  border: 2px solid #FD494F;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  text-shadow: none;
}

.btn:hover {
  opacity: .7;
  cursor: pointer;
}

.btn i {
  margin-left: .25em;
  font-size: 1.8rem;
  line-height: 1;
}

.btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-primary {
  border-color: #FD494F;
  background: #FD494F;
  color: #fcfffa;
}

.cmn-footer ul li a {
  text-decoration: none;
  color: #707070;
}

#btn-flow {
  position: fixed;
}

/* PC size only */
@media (min-width: 769px) {
  .pc-none {
    display: none;
  }
  body {
    position: relative;
    padding-top: 85px;
  }
  .btn-inquiry {
    font-size: 30px;
  }
  .btn-inquiry img {
    margin-right: 15px;
  }
  .btn-inquiry:hover {
    opacity: 0.7;
  }
  * + .btn-inquiry {
    margin-top: 50px;
  }
  .cmn-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px 0;
    z-index: 100;
  }
  .cmn-header h1 {
    font-size: 20px;
  }
  .cmn-header nav a:not(.btn-inquiry) {
    height: 35px;
    font-size: 14px;
  }
  .cmn-header nav .btn-inquiry {
    font-size: 16px;
  }
  section {
    padding: 87px 0;
  }
  .inner {
    margin: auto;
  }
  .inner.size-s {
    width: 812px;
  }
  .inner.size-l {
    max-width: 1088px;
  }
  .read-txt {
    font-size: 20px;
  }
  .sub-ttl {
    font-size: 40px;
  }
  .sub-ttl + .read-txt {
    margin-top: 30px;
  }
  #sec01 {
    padding: 120px 0;
  }
  #sec01 h2 {
    font-size: 60px;
    margin-top: 16px;
  }
  #sec01 .read-txt {
    font-size: 25px;
  }
  .cmn-footer .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  #sec02 {
    background: url("../hosyu/images/bg_read_pc.png") #fff no-repeat;
    background-position: center bottom;
    background-size: 1920px auto;
  }
  #sec02::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 70px 0 70px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -60px;
  }
  #sec02 h3 {
    font-size: 30px;
    line-height: 1.7;
  }
  #sec02 h3 b {
    border-bottom: 2px solid #FD494F;
  }
  #sec02 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  #sec02 .box img {
    width: 300px;
    height: auto;
  }
  #sec02 ul {
    margin-left: 40px;
  }
  #sec02 ul li {
    width: auto;
  }
  #sec02 ul li:not(:first-child) {
    margin-top: 40px;
  }
  #sec02 ul li:not(:nth-child(2)) {
    margin-left: 186px;
  }
  #sec02 ul li p {
    font-size: 16px;
  }
  #sec03 {
    padding: 120px 0 0;
  }
  #sec04 {
    padding: 140px 0 0;
  }
  #sec04 span {
    padding-left: 54px;
    background: #fff;
  }
  #sec04 span img {
    bottom: -4px;
    left: 0;
    width: 52px;
    height: auto;
  }
  #sec04 .wrap {
    padding-bottom: 70px;
  }
  #sec04 .wrap::before, #sec04 .wrap::after {
    content: "";
    position: absolute;
    top: 0;
    height: 10px;
    width: calc(50vw - 140px);
    display: block;
    background: #FD494F;
  }
  #sec04 .wrap::before {
    left: 0;
  }
  #sec04 .wrap::after {
    right: 0;
  }
  #sec04 ul {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  #sec04 ul li {
    width: 300px;
  }
  #sec04 ul li:not(:first-child) {
    margin-left: 40px;
  }
  #sec04 ul li img {
    width: 100%;
    height: auto;
  }
  #sec04 ul li h4 {
    font-size: 24px;
    margin: .5em 0;
  }
  #sec04 ul li p {
    font-size: 16px;
  }
  #sec05 figure {
    margin-top: 30px;
  }
  #sec05 figure figcaption {
    width: 674px;
    margin: auto;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
  }
  .tbl-menu .li-menu {
    margin-top: 30px;
    margin-left: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tbl-menu .li-menu li {
    width: 122px;
    font-size: 18px;
    height: 60px;
  }
  .tbl-menu .li-menu li + li {
    margin-left: 16px;
  }
  .tbl-menu .li-menu li span {
    font-size: 15px;
  }
  .tbl-menu dl dt {
    font-size: 13px;
    width: 138px;
    height: 40px;
    padding: 0 10px;
  }
  .tbl-menu dl dd {
    height: 40px;
  }
  .tbl-menu dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tbl-menu dl dd ul li {
    width: 122px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .tbl-menu dl dd ul li + li {
    margin-left: 16px;
  }
  .tbl-menu dl .row + .row {
    margin-top: 5px;
  }
  #sec06 .btn-inquiry {
    margin-top: 50px;
  }
  #sec07 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    margin-top: 30px;
  }
  #sec07 .col {
    width: 186px;
    padding: 20px 0;
  }
  #sec07 .col dt {
    font-size: 18px;
  }
  #sec07 .col dd {
    margin-top: 20px;
    padding: 0 20px;
  }
  #sec07 .col dd li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0.5rem;
  }
  #sec07 .col:not(:first-child) {
    margin-left: 22px;
  }
  #sec08 a {
    margin-top: 50px;
    padding: 9px 0;
    font-size: 24px;
  }
  #sec08 a i {
    font-size: 33px;
    margin-left: 10px;
  }
  .faq {
    margin-top: 50px;
  }
  .faq .row {
    padding: 20px;
  }
  .faq .row + .row {
    margin-top: 20px;
  }
  .faq .row dt, .faq .row dd {
    font-size: 14px;
    padding-left: 30px;
  }
  .faq .row dt {
    padding-bottom: 20px;
  }
  .faq .row dt::before {
    font-size: 24px;
    margin-top: -1em;
    top: 50%;
  }
  .faq .row dd {
    margin-top: 20px;
    line-height: 1.7;
  }
  .faq .row dd::before {
    font-size: 24px;
    margin-top: -.9em;
  }
  #frm_hosyu {
    margin-top: 50px;
  }
  .form-col {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .form-col dt {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .form-col dt .required {
    font-size: 1.2rem;
  }
  .cmn-input,
  textarea.cmn-input {
    font-size: 1.6rem;
  }
  .cmn-input::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .cmn-input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .cmn-input::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .cmn-input::placeholder {
    font-size: 1.6rem;
  }
  textarea.cmn-input {
    height: 100px;
  }
  .form-col .txt-example {
    font-size: 1.4rem;
  }
  .cmn-input-btn .cmn-input-btn-parts {
    font-size: 1.6rem;
  }
  .form-agree {
    margin: 50px 0 60px;
  }
  .cmn-footer {
    padding: 20px 0;
  }
  .cmn-footer .logo-footer img {
    width: 138px;
  }
  .cmn-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmn-footer ul li a {
    font-size: 14px;
  }
  .cmn-footer ul li + li {
    margin-left: 1em;
  }
  #service #sec01 {
    padding: 60px 0;
  }
  #service #sec01 h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #service section .box {
    margin-bottom: 60px;
  }
  #service section .box h3 {
    font-size: 24px;
  }
  #service section .box p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 26px;
  }
  #btn-flow {
    bottom: 30px;
    left: 0;
  }
  #btn-flow .btn-inquiry {
    padding: 15px;
    font-size: 20px;
    line-height: 1.2;
  }
  #ai_chat_panel {
    bottom: 110px !important;
  }
}

/* TB size under */
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .read-txt {
    font-size: 16px;
  }
  .sub-ttl {
    font-size: 24px;
  }
  .sub-ttl + .read-txt {
    margin-top: 15px;
  }
  .cmn-header {
    padding: 15px 10px;
  }
  .cmn-header h1 {
    font-size: 18px;
  }
  .cmn-header nav {
    display: none;
  }
  .btn-inquiry {
    padding: 15px;
    font-size: 20px;
  }
  .btn-inquiry img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  * + .btn-inquiry {
    margin-top: 40px;
  }
  .inner {
    padding: 0 6.93vw;
  }
  section {
    padding: 60px 0;
  }
  #sec01 {
    padding: 60px 0;
  }
  #sec01 h2 {
    font-size: 40px;
    margin-top: 20px;
    line-height: 1.7;
  }
  #sec02 {
    background: url("../hosyu/images/bg_read_sp.png") #fff no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  #sec02::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 40px 0 40px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -34px;
  }
  #sec02 h3 {
    font-size: 24px;
    line-height: 1.7;
  }
  #sec02 h3 b {
    border-bottom: 2px solid #FD494F;
  }
  #sec02 .box {
    margin-top: 30px;
  }
  #sec02 .box figure {
    text-align: center;
  }
  #sec02 .box img {
    width: 80%;
    height: auto;
  }
  #sec02 ul {
    margin-top: 30px;
  }
  #sec02 ul li {
    width: 100%;
  }
  #sec02 ul li:not(:first-child) {
    margin-top: 20px;
  }
  #sec02 ul li p {
    font-size: 16px;
  }
  #sec03 {
    padding-top: 62px;
  }
  #sec03 h3 {
    line-height: 2;
  }
  #sec04 {
    padding: 20px 0 0;
  }
  #sec04 .wrap {
    padding-bottom: 60px;
  }
  #sec04 .wrap::before, #sec04 .wrap::after {
    content: "";
    position: absolute;
    top: 0;
    height: 10px;
    width: calc(50vw - 100px);
    display: block;
    background: #FD494F;
  }
  #sec04 .wrap::before {
    left: 0;
  }
  #sec04 .wrap::after {
    right: 0;
  }
  #sec04 span {
    padding-left: 40px;
  }
  #sec04 span img {
    bottom: -3px;
    left: 0;
    width: 38px;
  }
  #sec04 ul {
    margin-top: 30px;
  }
  #sec04 ul li {
    width: 100%;
  }
  #sec04 ul li:not(:first-child) {
    margin-top: 60px;
  }
  #sec04 ul li img {
    width: 100%;
    height: auto;
  }
  #sec04 ul li h4 {
    font-size: 20px;
    margin: .7em 0;
  }
  #sec04 ul li p {
    font-size: 16px;
  }
  #sec05 .inner {
    padding: 0 4.2666vw;
  }
  #sec05 figure {
    margin-top: 30px;
  }
  #sec05 figure figcaption {
    margin: auto;
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
  }
  .tbl-menu .li-menu {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tbl-menu .li-menu li {
    width: 27.2vw;
    font-size: 16px;
    height: 60px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .tbl-menu .li-menu li + li:not(:nth-child(4)) {
    margin-left: 2.133vw;
  }
  .tbl-menu .li-menu li:not(:nth-child(4)), .tbl-menu .li-menu li:not(:nth-child(5)) {
    margin-bottom: 10px;
  }
  .tbl-menu .li-menu li span {
    font-size: 12px;
  }
  .tbl-menu .li-menu li:not(.active) {
    opacity: 0.5;
  }
  .tbl-menu dl dt {
    font-size: 13px;
    width: 157px;
    height: 40px;
    padding: 0 10px;
  }
  .tbl-menu dl dd {
    height: 40px;
  }
  .tbl-menu dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tbl-menu dl dd ul li {
    width: calc(100vw - 157px - (6.93vw * 2));
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .tbl-menu dl dd ul li:not(.active) {
    display: none;
  }
  .tbl-menu dl .row + .row {
    margin-top: 5px;
  }
  #sec06 {
    position: relative;
    z-index: 20;
  }
  #sec06 .btn-inquiry {
    margin-top: 30px;
  }
  #sec07 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #sec07 .col {
    width: 41.866vw;
    padding: 20px 0;
  }
  #sec07 .col dt {
    font-size: 16px;
  }
  #sec07 .col dd {
    margin-top: 20px;
    padding: 0 5.333vw;
  }
  #sec07 .col dd li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0.5rem;
  }
  #sec07 .col:first-child, #sec07 .col:nth-child(2) {
    margin-bottom: 10px;
  }
  #sec08 a {
    margin-top: 30px;
    padding: 15px 0;
    width: 56.533vw;
  }
  #sec08 a span {
    font-size: 20px;
  }
  #sec08 a i {
    font-size: 30px;
    margin-left: 10px;
  }
  .faq {
    margin-top: 30px;
  }
  .faq .row {
    padding: 15px 2.666vw;
  }
  .faq .row + .row {
    margin-top: 10px;
  }
  .faq .row dt, .faq .row dd {
    font-size: 12px;
    padding-left: 25px;
    line-height: 1.7;
  }
  .faq .row dt {
    padding-bottom: 15px;
  }
  .faq .row dt::before {
    font-size: 20px;
    margin-top: -1.3em;
    top: 50%;
  }
  .faq .row dd {
    margin-top: 15px;
  }
  .faq .row dd::before {
    font-size: 20px;
    margin-top: -.9em;
  }
  #frm_hosyu {
    margin-top: 30px;
  }
  .form-col {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .form-col dt {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .form-col dt .required {
    font-size: 1rem;
  }
  .form-col .txt-example {
    font-size: 1.2rem;
  }
  .cmn-input, textarea.cmn-input, .cmn-input::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  .cmn-input, textarea.cmn-input, .cmn-input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .cmn-input, textarea.cmn-input, .cmn-input::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  .cmn-input, textarea.cmn-input, .cmn-input::placeholder {
    font-size: 1.6rem;
  }
  textarea.cmn-input {
    height: 100px;
  }
  .cmn-input-btn .cmn-input-btn-parts {
    font-size: 1.4rem;
  }
  .form-agree {
    margin: 30px 0 40px;
  }
  .cmn-footer {
    padding: 20px 0;
    text-align: center;
  }
  .cmn-footer ul {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .cmn-footer ul li a {
    font-size: 14px;
  }
  .cmn-footer ul li + li {
    margin-left: 1em;
  }
  .logo-footer img {
    width: 130px;
  }
  #service #sec01 {
    padding: 40px 0;
  }
  #service #sec01 h2 {
    font-size: 32px;
    margin: 0 0 30px;
  }
  #service section .box {
    margin-bottom: 60px;
  }
  #service section .box h3 {
    font-size: 20px;
  }
  #service section .box p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 26px;
  }
  #btn-flow {
    bottom: 20px;
    z-index: 10;
    right: 0;
  }
  #btn-flow .btn-inquiry {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.2;
  }
  #ai_chat_panel {
    display: none !important;
  }
}

@media (max-width: 320px) {
  #sec01 h2 {
    font-size: 32px;
    line-height: 1.7;
  }
}
/*# sourceMappingURL=hosyu.css.map */