@charset "UTF-8";
.hidden {
  display: none;
}
.hidden.loading {
  display: none;
}
.loading {
  position: fixed;
  inset: 0;
  z-index: 1000;
  height: 100vh;
  background-color: #fff;
}
.loading__inner {
  width: 100%;
  height: inherit;
  display: grid;
  place-content: center;
  row-gap: 10px;
}
.loading__text {
  font-size: max(13px, 1rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2;
  text-align: center;
  color: #000;
}
.loading__logo {
  margin: 0 auto;
  width: min(240px, 100%);
}
.txt {
  color: #3d3d3d;
}
.mv {
  position: relative;
  height: 80vh;
  min-height: 600px;
  background: url("../../images/index/mv_sp.jpg")no-repeat center bottom/cover;
}
.mv_txt {
  width: 85%;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
}
.mv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 440px;
  z-index: 10;
  margin: -10vh auto 0;
  position: relative;
}
.mv_list li {
  background: url("../../images/index/mv_list_top.png")no-repeat top -1px center/contain, #fff;
  padding: 24px 15px 20px;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  width: calc(100% / 2 - 5px);
  color: #F07114;
  line-height: 1.2;
  font-weight: 500;
  box-shadow: 0 0 15px rgba(240, 113, 20, 0.1);
  margin-bottom: 20px;
  max-width: 200px;
}
.mv_list li .center {
  font-size: 18px;
  text-align: center;
  display: block;
}
.mv_list li:nth-child(1) .right {
  text-align: right;
  display: inline-block;
}
.mv_list li:nth-child(3) {
  line-height: 1.4;
}
.mv_list li:nth-child(1) .right .en {
  font-size: 40px;
}
.mv_list li:nth-child(2) .en {
  font-size: 54px;
}
.mv_list li:nth-child(4) .en {
  font-size: 30px;
}
.mv_list li .icon {
  width: 35px;
  height: 32px;
  margin: 0 auto 5px;
  display: block;
}
.mv_list li .icon.icon-3, .mv_list li .icon.icon-4 {
  width: 54px;
  height: 54px;
}
.mv_list li .icon-1 {
  background: url("../../images/index/icon-1.svg") no-repeat center center/contain;
}
.mv_list li .icon-2 {
  background: url("../../images/index/icon-2.svg") no-repeat center center/contain;
}
.mv_list li .icon-3 {
  background: url("../../images/index/icon-3.svg") no-repeat center center/contain;
  margin: 0 auto 10px;
}
.mv_list li .icon-4 {
  background: url("../../images/index/icon-4.svg") no-repeat center center/contain;
  margin: 0 auto 6px;
}
@media only screen and (min-width: 769px) {
  .mv {
    background: url("../../images/index/mv_pc.jpg")no-repeat center bottom/cover;
    min-height: 680px;
  }
  .mv_txt {
    width: 50%;
    top: 60%;
  }
  .mv_list {
    justify-content: space-between;
    max-width: 935px;
  }
  .mv_list li {
    padding: 40px 15px 15px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    width: calc(100% / 4 - 10px);
  }
  .mv_list li:nth-child(1) .right .en {
    font-size: 40px;
  }
  .mv_list li:nth-child(2) .en {
    font-size: 50px;
  }
  .mv_list li:nth-child(4) .en {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .mv_txt {
    width: 45%;
    top: 55%;
  }
}
@media only screen and (min-width: 1441px) {
  .mv {
    min-height: 720px;
  }
  .mv_txt {
    width: 40%;
  }
  .mv_list li {
    padding: 40px 15px 15px;
    width: calc(100% / 4 - 22.5px);
  }
  .mv_list li:nth-child(1) .right .en {
    font-size: 60px;
  }
  .mv_list li:nth-child(2) .en {
    font-size: 64px;
  }
  .mv_list li:nth-child(4) .en {
    font-size: 40px;
  }
}
.about {
  padding: 60px 30px 100px;
}
.about .left_txt {
  max-width: 570px;
}
.about .left_txt .txt {
  max-width: 410px;
}
@media only screen and (min-width: 769px) {
  .about {
    padding: 160px 50px;
  }
  .about .right_img {
    position: absolute;
    right: 0;
    width: 80%;
    transform: translateX(25%);
    top: 0;
    max-width: 1055px;
  }
}
@media only screen and (min-width: 1441px) {
  .about {
    padding: 200px 50px 160px;
  }
  .about .right_img {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .about .right_img {
    max-width: 450px;
    margin: 0 auto 20px;
  }
  .about .left_txt {
    margin: auto;
  }
}
.area {
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
  padding: 60px 30px;
}
.area .left_txt {
  max-width: 500px;
}
.area .sub_txt {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.area .sub_txt .orenge_txt {
  font-size: 24px;
  font-weight: 600;
}
.com-btn-list {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  flex-wrap: wrap;
}
.com-btn-list li {
  width: 48%;
}
.com-btn-list .com-btn a {
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  border-radius: 10px;
  display: block;
  padding: 15px 10px;
  transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: .8s cubic-bezier(0.19, 1, 0.22, 1);
}
.com-btn-list .com-btn a:hover {
  color: #fff;
}
.com-btn-list .com-btn a i {
  margin-right: 5px;
}
.com-btn-list .btn-tel a {
  font-size: 18px;
  text-align: center;
  font-size: 1.8rem;
  background-image: linear-gradient(115deg, #234065 0%, #234065 30%, #3C6CA7 50%, #3C6CA7 60%, #234065 100%);
  font-weight: 500;
  line-height: 1.4;
}
.com-btn-list .btn-tel a i {
  font-size: 14px;
}
.com-btn-list .btn-tel a .btn-tel_btm {
  font-size: 8px;
  display: block;
}
.com-btn-list .btn-app a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 25px 10px;
  height: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  background-image: linear-gradient(115deg, #FF3100 0%, #FF3100 30%, #F7832F 50%, #FE5800 100%);
  position: relative;
}
.com-btn-list .btn-app a i {
  font-size: 18px;
}
.com-btn-list .btn-tel a::after, .com-btn-list .btn-app a::after {
  position: absolute;
  content: "";
  height: 28px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100%;
}
.com-btn-list .btn-app a::after {
  background: url("../../images/index/app-btn.png")no-repeat center center/contain;
}
.com-btn-list .btn-tel a::after {
  background: url("../../images/index/tel-btn.png")no-repeat center center/contain;
}
@media only screen and (min-width: 769px) {
  .area {
    padding: 160px 50px;
  }
  .area .left_txt {
    margin-left: auto;
  }
  .area .left_img {
    position: absolute;
    left: 0;
    width: 80%;
    transform: translateX(-25%) translateY(-50%);
    top: 50%;
    max-width: 1010px;
  }
  .area .sub_txt {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .area .sub_txt .orenge_txt {
    font-size: 28px;
  }
  .com-btn-list {
    margin-top: 65px;
  }
  .com-btn-list .btn-tel a {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .com-btn-list .btn-app a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .service .box_list .box_list_inr .txt {
    min-height: 136px;
  }
}
@media only screen and (min-width: 1441px) {
  .area .left_img {
    width: 70%;
  }
  .area .sub_txt {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .area .sub_txt .orenge_txt {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .area .left_img {
    max-width: 450px;
    margin: 0 auto 20px;
  }
  .area .left_txt {
    margin: auto;
  }
}
@media only screen and (max-width: 500px) {
  .com-btn-list {
    margin-top: 30px;
  }
  .com-btn-list li {
    margin-top: 30px;
    width: 100%;
  }
}
.service .box_list .box_list_inr {
  padding: 22px 20px 40px;
}
.middle {
  line-height: 1;
}
.works {
  background: url("../../images/index/works_bg.jpg")no-repeat center center/cover;
}
.works .box_list.cl3 .box_list_inr a {
  border-radius: 20px;
}
.works .box_list.cl3 .box_list_inr a, .works .box_list.cl4 .box_list_inr a, .works .box_list .box_list_inr .ttl {
  background-color: #F8F8F8;
}
.works .box_list .box_list_inr .ttl::after {
  position: absolute;
  content: "";
  background: url("../../images/common/kakoi-gray.svg")no-repeat center left/contain;
  bottom: 0;
  left: 100%;
  width: 12px;
  height: 20px;
}
.works .box_list .box_list_inr .ttl::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 20px;
  background: url("../../images/common/kakoi-gray.svg")no-repeat center left/contain;
  bottom: 100%;
  left: 0;
}
.works .box_list .box_list_inr .ttl {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}
.works .box_list .box_list_inr dl {
  margin-top: 28px;
  padding: 0 10px;
}
.works .box_list .box_list_inr .work_area {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.works .box_list .box_list_inr dt {
  width: 56px;
  background-color: #ECE779;
  border-radius: 5px;
  text-align: center;
}
.works .box_list .box_list_inr dd {
  width: calc(100% -56px);
  padding: 0 10px;
}
.works .cvsbtn {
  margin: 60px auto 0;
}
@media only screen and (min-width: 769px) {
  .works .box_list .box_list_inr .ttl {
    font-size: 18px;
  }
}
.faq {
  background: #F8F8F8;
  padding: 80px 30px;
  border-radius: 50px 50px 0 0;
}
.faq_list {
  cursor: pointer;
}
.faq .cvsbtn {
  margin: 60px auto 0;
}
.info {
  background: url("../../images/index/info_bg.jpg")no-repeat center center/cover;
  padding: 80px 30px;
  border-radius: 50px 50px 0 0;
}
.info .cvsbtn {
  margin: 60px auto 0;
}