@charset "UTF-8";
/*
theme Name: inc
Author: inc
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #231815;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
@media (max-width: 767px) {
  body {
    line-height: 1.5625;
  }
}

.inner {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 2.088772846vw;
    padding-right: 2.088772846vw;
    max-width: 73.1070496084vw;
    box-sizing: content-box !important;
  }
}
@media (min-width:1800px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

p {
  margin-bottom: 30px;
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tab {
    display: block;
  }
}
main {
  overflow: hidden;
  flex: 1;
}

a {
  transition: all 0.2s;
}
a:hover {
  opacity: 0.9;
}

a {
  color: #231815;
}

.fax a {
  pointer-events: none;
}

/* header
--------------------------*/
.header {
  width: 100%;
  height: 6.7885117493vw;
}
@media (min-width:1800px) {
  .header {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header.scroll {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
  padding: 0 0 0 45px;
  height: 100%;
}
@media (max-width: 767px) {
  .header .inner {
    padding: 0 20px;
  }
}
.header .header-title {
  width: 35.4569190601vw;
}
@media (min-width:1800px) {
  .header .header-title {
    width: 679px;
  }
}
@media (max-width: 767px) {
  .header .header-title {
    width: 180px;
  }
}
.header-logo {
  width: 220px !important;
  height: auto;
}

.header .header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 767px) {
  .header .header-nav {
    display: none;
  }
}
.header .header-nav nav {
  height: 100%;
}
.header .header-nav nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .header-nav nav ul li {
  text-align: center;
  margin-right: 2.8720626632vw;
  height: 100%;
}
@media (min-width:1800px) {
  .header .header-nav nav ul li {
    margin-right: 55px;
  }
}
.header .header-nav nav ul li:last-child {
  margin-right: 0;
}
.header .header-nav nav ul li.header-request a {
  background: #2a83bb;
  padding: 0 6.2663185379vw;
}
@media (min-width:1800px) {
  .header .header-nav nav ul li.header-request a {
    padding: 0 120px;
  }
}
.header .header-nav nav ul li.header-request a .en {
  color: #fff;
}
.header .header-nav nav ul li.header-request a .jp {
  color: #fff;
}
.header .header-nav nav ul li a {
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.header .header-nav nav ul li a .en {
  font-size: 1.9321148825vw;
  color: #3e4a73;
  display: block;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
}
@media (min-width:1800px) {
  .header .header-nav nav ul li a .en {
    font-size: 37px;
  }
}
.header .header-nav nav ul li a .jp {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 1.044386423vw;
}
@media (min-width:1800px) {
  .header .header-nav nav ul li a .jp {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .navToggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .navToggle {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 601;
    text-align: center;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #2a83bb;
    width: 27px;
    height: 30px;
  }
}
.navToggle .navbar {
  display: block;
  position: absolute;
  width: 27px;
  height: 1px;
  background: #2a83bb;
  transition: 0.35s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  z-index: 602;
}
.navToggle .menu {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 16px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.navToggle span:nth-child(1) {
  top: 0;
}

.navToggle span:nth-child(2) {
  top: 6px;
}

.navToggle span:nth-child(3) {
  top: 11px;
}

.navToggle.is-checked .navbar {
  height: 2px;
}
.navToggle.is-checked .navbar:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navToggle.is-checked .navbar:nth-of-type(2) {
  display: none;
}
.navToggle.is-checked .navbar:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.navToggle.is-checked .menu {
  display: none;
}

@-webkit-keyframes sp-menu-in {
  0% {
    display: block;
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes sp-menu-in {
  0% {
    display: block;
    right: -100%;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.drawer-nav {
  position: absolute;
  top: 0;
  z-index: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 70px 25px 10px;
  background: #fff;
  display: none;
}
.drawer-nav.is-checked {
  display: block;
  right: 0;
  -webkit-animation: sp-menu-in 0.3s;
          animation: sp-menu-in 0.3s;
}
.drawer-nav ul {
  margin: 0 auto;
}
.drawer-nav ul li a {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: right;
  line-height: 1.2;
}
.drawer-nav ul li a .en {
  display: block;
  color: #006cb8;
  font-size: 17px;
}
.drawer-nav ul li a .jp {
  font-size: 10px;
}

/* page-heading
------------------------*/
.page-heading {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (max-width: 767px) {
  .page-heading {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .page-heading.page-company {
    background-image: url(../img/eyecatch_company.webp);
  }
}
@media (max-width: 767px) {
  .page-heading.page-company {
    background-image: url(../img/eyecatch_company_sp.webp);
  }
}
@media (min-width: 768px) {
  .page-heading.page-works {
    background-image: url(../img/eyecatch_works.webp);
  }
}
@media (max-width: 767px) {
  .page-heading.page-works {
    background-image: url(../img/eyecatch_works_sp.webp);
  }
}
@media (min-width: 768px) {
  .page-heading.page-contact {
    background-image: url(../img/eyecatch_contact.webp);
  }
}
@media (max-width: 767px) {
  .page-heading.page-contact {
    background-image: url(../img/eyecatch_contact_sp.webp);
  }
}
.page-heading .page-title {
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .page-heading .page-title {
    top: 55%;
    line-height: 1.2;
  }
}
.page-heading .page-title .en {
  display: block;
  font-size: 60px;
}
@media (max-width: 767px) {
  .page-heading .page-title .en {
    font-size: 33px;
  }
}
.page-heading .page-title .jp {
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-heading .page-title .jp {
    font-size: 13px;
  }
}
.page-heading .page-heading-nav {
  position: absolute;
  background: #006cb8;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 775px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-heading .page-heading-nav {
    width: calc(100% - 40px);
  }
}
.page-heading .page-heading-nav li {
  width: 50%;
  text-align: center;
  position: relative;
  border-bottom: 5px rgba(255, 255, 255, 0.3) solid;
}
.page-heading .page-heading-nav li:hover {
  border-color: #231815;
}
.page-heading .page-heading-nav li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: block;
  padding: 20px 20px 15px;
}
@media (max-width: 767px) {
  .page-heading .page-heading-nav li a {
    font-size: 16px;
    padding: 15px 15px 10px;
  }
}

/* mv
------------------------*/
.mv {
  position: relative;
  margin-bottom: 4.4386422977vw;
}
@media (min-width:1800px) {
  .mv {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .mv {
    margin-bottom: 50px;
  }
}
.mv .mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
.mv .mv-title .en {
  max-width: 66.3707571802vw;
  width: 100%;
  display: block;
  margin: 0 auto 2.3498694517vw;
}
@media (min-width:1800px) {
  .mv .mv-title .en {
    max-width: 1271px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .mv .mv-title .en {
    max-width: 85.3333333333vw;
  }
}
.mv .mv-title .jp {
  max-width: 23.6553524804vw;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width:1800px) {
  .mv .mv-title .jp {
    max-width: 453px;
  }
}
@media (max-width: 767px) {
  .mv .mv-title .jp {
    max-width: 40vw;
  }
}
.mv .mv-tel {
  position: absolute;
  right: 1.044386423vw;
  bottom: 0;
  z-index: 2;
  width: 43.1853785901vw;
}
@media (min-width:1800px) {
  .mv .mv-tel {
    width: 827px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .mv .mv-tel {
    width: 60%;
  }
}

/* news
----------------------------*/
.news {
  margin-bottom: 6.2663185379vw;
}
@media (min-width:1800px) {
  .news {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .news {
    margin-bottom: 80px;
  }
}
.news .news-title {
  font-size: 3.1331592689vw;
  font-weight: bold;
  color: #2a83bb;
  display: flex;
  align-items: center;
  max-width: 20.365535248vw;
  margin: 0 auto 30px;
}
@media (min-width:1800px) {
  .news .news-title {
    font-size: 60px;
    max-width: 390px;
  }
}
@media (max-width: 767px) {
  .news .news-title {
    font-size: 24px;
    max-width: 200px;
    margin-bottom: 15px;
  }
}
.news .news-title:before, .news .news-title:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #2a83bb;
}
.news .news-title:before {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .news .news-title:before {
    margin-right: 1rem;
  }
}
.news .news-title:after {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .news .news-title:after {
    margin-left: 1rem;
  }
}
.news .news-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.news .news-list li {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.3054830287vw;
}
@media (min-width:1800px) {
  .news .news-list li {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .news .news-list li {
    font-size: 14px;
    flex-direction: column;
    margin-bottom: 15px;
  }
}
.news .news-list li .news-date {
  margin-right: 2.3498694517vw;
}
@media (min-width:1800px) {
  .news .news-list li .news-date {
    margin-right: 45px;
  }
}
.news .news-list li .news-subtitle {
  font-size: 1.4621409922vw;
}
@media (min-width:1800px) {
  .news .news-list li .news-subtitle {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news .news-list li .news-subtitle {
    font-size: 16px;
  }
}

/* service
----------------------------*/
.service .service-heading {
  position: relative;
  margin-bottom: 10.9660574413vw;
}
@media (min-width:1800px) {
  .service .service-heading {
    margin-bottom: 210px;
  }
}
@media (max-width: 767px) {
  .service .service-heading {
    margin-bottom: 50px;
  }
}
.service .service-heading::before {
  position: absolute;
  content: "";
  width: 0.3133159269vw;
  height: 10.9660574413vw;
  left: 50%;
  transform: translateX(-50%);
  top: 92%;
  background: #231815;
}
@media (min-width:1800px) {
  .service .service-heading::before {
    width: 6px;
    height: 210px;
  }
}
@media (max-width: 767px) {
  .service .service-heading::before {
    width: 1.5px;
    height: 50px;
  }
}
.service .service-heading .service-title {
  font-weight: bold;
  color: #fff;
  font-family: "Sawarabi Gothic", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.service .service-heading .service-title .en {
  font-size: 4.6997389034vw;
  display: block;
}
@media (min-width:1800px) {
  .service .service-heading .service-title .en {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .service .service-heading .service-title .en {
    font-size: 24px;
  }
}
.service .service-heading .service-title .jp {
  font-size: 1.8276762402vw;
}
@media (min-width:1800px) {
  .service .service-heading .service-title .jp {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .service .service-heading .service-title .jp {
    font-size: 16px;
  }
}
.service .service-txt {
  font-size: 2.088772846vw;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  line-height: 1.875;
  margin-bottom: 6.2663185379vw;
}
@media (min-width:1800px) {
  .service .service-txt {
    font-size: 40px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .service .service-txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.service .service-txt span {
  font-size: 2.5065274151vw;
  color: #e50012;
}
@media (min-width:1800px) {
  .service .service-txt span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .service .service-txt span {
    font-size: 18px;
  }
}
.service .service-detail {
  margin-bottom: 7.5718015666vw;
  position: relative;
}
@media (min-width:1800px) {
  .service .service-detail {
    margin-bottom: 145px;
  }
}
@media (max-width: 767px) {
  .service .service-detail {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .service .service-detail.service-detail01 .service-detail-title {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .service .service-detail.service-detail03 .service-detail-list01 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .service .service-detail.service-detail03 .service-detail-list01 li {
    margin-right: 3.1331592689vw;
  }
}
@media (min-width:1800px) {
  .service .service-detail.service-detail03 .service-detail-list01 li {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .service .service-detail.service-detail03 .service-detail-list01 li {
    padding-left: 1em;
  }
}
.service .service-detail.service-detail03 .service-detail-list01 li:last-child {
  margin-right: 0;
}
.service .service-detail .service-fukidashi {
  position: absolute;
  width: 17.545691906vw;
  top: -2.6109660574vw;
  right: 4.1775456919vw;
  z-index: 1;
}
@media (min-width:1800px) {
  .service .service-detail .service-fukidashi {
    width: 336px;
    top: -50px;
    right: 80px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-fukidashi {
    width: 110px;
    top: 20px;
    right: -15px;
  }
}
.service .service-detail .service-detail-title {
  font-size: 2.3498694517vw;
  font-weight: 500;
  color: #2276b5;
  text-align: center;
  border-bottom: 2px solid #2276b5;
  position: relative;
  padding-bottom: 0.7832898172vw;
  margin-bottom: 2.3498694517vw;
  text-shadow: rgba(35, 24, 21, 0.15) 0.365535248vw 0.365535248vw 0.2610966057vw;
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-title {
    font-size: 45px;
    padding-bottom: 15px;
    margin-bottom: 45px;
    text-shadow: rgba(35, 24, 21, 0.15) 7px 7px 5px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-shadow: rgba(35, 24, 21, 0.15) 2px 2px 1.5px;
  }
}
.service .service-detail .service-detail-title::after {
  position: absolute;
  content: "";
  width: 21.8798955614vw;
  height: 3px;
  background: #fff000;
  bottom: 0.7832898172vw;
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-title::after {
    width: 419px;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-title::after {
    width: 20%;
    height: 1.5px;
    bottom: 5px;
  }
}
.service .service-detail .service-detail-title.service-detail-title01::after {
  left: 0;
}
.service .service-detail .service-detail-title.service-detail-title02::after {
  right: 0;
}
.service .service-detail .service-detail-txt {
  line-height: 1.9230769231;
  font-weight: 500;
}
@media (min-width: 768px) {
  .service .service-detail .service-detail-txt {
    font-size: 1.3577023499vw;
    width: 90%;
    margin: 0 auto 3.1331592689vw;
  }
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-txt {
    font-size: 26px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.service .service-detail .service-detail-txt span {
  font-size: 1.5665796345vw;
  color: #e50012;
  font-weight: 500;
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-txt span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-txt span {
    font-size: 16px;
  }
}
.service .service-detail .service-detail-txt02 {
  text-align: center;
  -webkit-text-decoration: underline #e50012 1.5px;
          text-decoration: underline #e50012 1.5px;
  text-underline-offset: 0.3em;
  font-size: 1.5665796345vw;
  font-weight: bold;
  margin-bottom: 3.6553524804vw;
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-txt02 {
    font-size: 30px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-txt02 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.service .service-detail .service-detail-subtitle {
  font-weight: 500;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.1331592689vw;
}
@media (min-width: 768px) {
  .service .service-detail .service-detail-subtitle {
    font-size: 1.5665796345vw;
    padding: 0.5221932115vw 8.3550913838vw;
  }
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-subtitle {
    font-size: 30px;
    margin-bottom: 60px;
    padding: 10px 160px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-subtitle {
    font-size: 18px;
    padding: 5px 30px;
    margin-bottom: 15px;
  }
}
.service .service-detail .service-detail-subtitle.service-detail-subtitle01 {
  background: #2276b5;
}
.service .service-detail .service-detail-subtitle.service-detail-subtitle02 {
  background: #f5f29a;
  color: #231815;
  border: 0.5px solid #717071;
}
@media (min-width: 768px) {
  .service .service-detail .service-detail-subtitle.service-detail-subtitle02 {
    padding: 0.5221932115vw 5.7441253264vw;
  }
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-subtitle.service-detail-subtitle02 {
    padding: 10px 110px;
  }
}
.service .service-detail .service-detail-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.1331592689vw;
  line-height: 1.7692307692;
}
@media (min-width: 768px) {
  .service .service-detail .service-detail-list {
    font-size: 1.3577023499vw;
  }
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-list {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-list {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-list li {
    padding-left: 1em;
  }
}
.service .service-detail .service-detail-list.service-detail-list02 li {
  display: flex;
}
@media (min-width: 768px) {
  .service .service-detail .service-detail-list.service-detail-list02 li {
    margin-bottom: 0.5221932115vw;
    align-items: center;
  }
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-list.service-detail-list02 li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-list.service-detail-list02 li {
    margin-bottom: 10px;
    flex-direction: column;
    padding-left: 0;
  }
}
.service .service-detail .service-detail-list.service-detail-list02 li::before {
  background: #231815;
}
@media (min-width: 768px) {
  .service .service-detail .service-detail-list.service-detail-list02 li::before {
    top: 1.1488250653vw;
  }
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-list.service-detail-list02 li::before {
    top: 22px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-list.service-detail-list02 li::before {
    top: 10px;
  }
}
.service .service-detail .service-detail-list.service-detail-list02 li .service-detail-list-title {
  color: #e50012;
}
@media (min-width: 768px) {
  .service .service-detail .service-detail-list.service-detail-list02 li .service-detail-list-title {
    font-size: 1.8276762402vw;
    margin-right: 1.5665796345vw;
  }
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-list.service-detail-list02 li .service-detail-list-title {
    font-size: 35px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-list.service-detail-list02 li .service-detail-list-title {
    font-size: 18px;
    padding-left: 1em;
  }
}
.service .service-detail .service-detail-list li {
  position: relative;
}
@media (min-width: 768px) {
  .service .service-detail .service-detail-list li {
    padding-left: 2.3498694517vw;
    margin-bottom: 1.044386423vw;
  }
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-list li {
    margin-bottom: 20px;
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-list li {
    margin-bottom: 10px;
  }
}
.service .service-detail .service-detail-list li::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #2276b5;
  left: 0;
}
@media (min-width: 768px) {
  .service .service-detail .service-detail-list li::before {
    width: 1.1488250653vw;
    height: 1.1488250653vw;
    top: 0.6788511749vw;
  }
}
@media (min-width:1800px) {
  .service .service-detail .service-detail-list li::before {
    width: 22px;
    height: 22px;
    top: 13px;
  }
}
@media (max-width: 767px) {
  .service .service-detail .service-detail-list li::before {
    width: 12px;
    height: 12px;
    top: 9px;
  }
}

/* price
----------------------------*/
.price {
  margin-bottom: 3.1331592689vw;
}
@media (min-width:1800px) {
  .price {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .price {
    margin-bottom: 50px;
  }
}
.price .price-title {
  text-align: center;
  margin-bottom: 6.0052219321vw;
}
@media (min-width:1800px) {
  .price .price-title {
    margin-bottom: 115px;
  }
}
@media (max-width: 767px) {
  .price .price-title {
    margin-bottom: 30px;
  }
}
.price .price-title .main {
  font-weight: bold;
  border-bottom: 2px solid #231815;
  display: block;
}
@media (min-width: 768px) {
  .price .price-title .main {
    font-size: 2.6109660574vw;
  }
}
@media (min-width:1800px) {
  .price .price-title .main {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .price .price-title .main {
    font-size: 18px;
  }
}
.price .price-title .sub {
  font-weight: 500;
}
@media (min-width: 768px) {
  .price .price-title .sub {
    font-size: 1.8276762402vw;
  }
}
@media (min-width:1800px) {
  .price .price-title .sub {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .price .price-title .sub {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .price .price-table-inner {
    max-width: 79.5822454308vw;
  }
}
@media (min-width:1800px) {
  .price .price-table-inner {
    max-width: 1524px;
  }
}
.price .price-table-inner .price-subtitle01 {
  text-align: center;
  border: 3px solid #3e3a39;
  background: #b4b4b5;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .price .price-table-inner .price-subtitle01 {
    font-size: 2.4020887728vw;
    border-width: 0.1566579634vw;
    padding: 2.6109660574vw 1.5665796345vw;
  }
}
@media (min-width:1800px) {
  .price .price-table-inner .price-subtitle01 {
    font-size: 46px;
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .price .price-table-inner .price-subtitle01 {
    font-size: 16px;
    border-width: 1px;
    padding: 15px;
  }
}
.price .price-table-inner .price-table {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .price .price-table-inner .price-table {
    overflow-x: auto;
  }
}
.price .price-table-inner .price-table.weekday td, .price .price-table-inner .price-table.weekday th {
  border-color: #e73828;
}
.price .price-table-inner .price-table.weekday th {
  background: #f8cecc;
}
.price .price-table-inner .price-table table {
  width: 100%;
  border-collapse: collapse;
}
.price .price-table-inner .price-table table tr td, .price .price-table-inner .price-table table tr th {
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #036eb7;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .price .price-table-inner .price-table table tr td, .price .price-table-inner .price-table table tr th {
    font-size: 1.7754569191vw;
    padding: 0.7832898172vw;
    border-width: 0.1566579634vw;
  }
}
@media (min-width:1800px) {
  .price .price-table-inner .price-table table tr td, .price .price-table-inner .price-table table tr th {
    font-size: 34px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .price .price-table-inner .price-table table tr td, .price .price-table-inner .price-table table tr th {
    font-size: 14px;
    padding: 15px;
    border-width: 1.5px;
  }
}
.price .price-table-inner .price-table table tr td.time, .price .price-table-inner .price-table table tr th.time {
  font-weight: bold;
}
.price .price-table-inner .price-table table tr td.number, .price .price-table-inner .price-table table tr th.number {
  font-weight: bold;
}
@media (min-width: 768px) {
  .price .price-table-inner .price-table table tr td.number, .price .price-table-inner .price-table table tr th.number {
    font-size: 1.8798955614vw;
  }
}
@media (min-width:1800px) {
  .price .price-table-inner .price-table table tr td.number, .price .price-table-inner .price-table table tr th.number {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .price .price-table-inner .price-table table tr td.number, .price .price-table-inner .price-table table tr th.number {
    font-size: 15px;
  }
}
.price .price-table-inner .price-table table tr th {
  background: #e7f4fb;
}
@media (min-width: 768px) {
  .price .price-table-inner .price-table table tr th.day {
    font-size: 1.9843342037vw;
  }
}
@media (min-width:1800px) {
  .price .price-table-inner .price-table table tr th.day {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .price .price-table-inner .price-table table tr th.day {
    font-size: 16px;
  }
}
.price .price-table-inner .price-table-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .price .price-table-inner .price-table-list {
    margin: 3.6553524804vw auto;
  }
}
@media (min-width:1800px) {
  .price .price-table-inner .price-table-list {
    margin: 70px auto;
  }
}
@media (max-width: 767px) {
  .price .price-table-inner .price-table-list {
    margin: 30px auto;
  }
}
.price .price-table-inner .price-table-list li {
  font-weight: 500;
  line-height: 1.7666666667;
  position: relative;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .price .price-table-inner .price-table-list li {
    font-size: 1.5665796345vw;
  }
}
@media (min-width:1800px) {
  .price .price-table-inner .price-table-list li {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .price .price-table-inner .price-table-list li {
    font-size: 16px;
  }
}
.price .price-table-inner .price-table-list li::before {
  position: absolute;
  content: "・";
  left: 0;
}
@media (min-width: 768px) {
  .price .price-table-inner .price-table-list li::before {
    top: 0.1044386423vw;
  }
}
@media (min-width:1800px) {
  .price .price-table-inner .price-table-list li::before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .price .price-table-inner .price-table-list li::before {
    top: 0;
  }
}
@media (min-width: 768px) {
  .price .price-guide-inner {
    max-width: 84.3342036554vw;
  }
}
@media (min-width:1800px) {
  .price .price-guide-inner {
    max-width: 1615px;
  }
}
.price .price-guide-inner .price-subtitle02 {
  background: #595757;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .price .price-guide-inner .price-subtitle02 {
    font-size: 1.8798955614vw;
    padding: 0.4177545692vw 5.2219321149vw;
  }
}
@media (min-width:1800px) {
  .price .price-guide-inner .price-subtitle02 {
    font-size: 36px;
    padding: 8px 100px;
  }
}
@media (max-width: 767px) {
  .price .price-guide-inner .price-subtitle02 {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.price .price-guide-list {
  margin: 0 auto 1.5665796345vw;
}
@media (min-width:1800px) {
  .price .price-guide-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .price .price-guide-list {
    margin-bottom: 15px;
    margin-left: 20px;
  }
}
.price .price-guide-list li {
  font-weight: 500;
  line-height: 1.7666666667;
  list-style-type: decimal;
  padding-left: 0.5em;
}
@media (min-width: 768px) {
  .price .price-guide-list li {
    font-size: 1.5665796345vw;
  }
}
@media (min-width:1800px) {
  .price .price-guide-list li {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .price .price-guide-list li {
    font-size: 16px;
  }
}
.price .price-guide-txt {
  text-align: center;
  border: 0.5px solid #717071;
  color: #e50012;
  background: #f5f29a;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .price .price-guide-txt {
    font-size: 1.5665796345vw;
    padding: 0.5744125326vw 6.7885117493vw;
  }
}
@media (min-width:1800px) {
  .price .price-guide-txt {
    font-size: 30px;
    padding: 11px 130px;
  }
}
@media (max-width: 767px) {
  .price .price-guide-txt {
    font-size: 16px;
    padding: 5px 30px;
  }
}

/* download
----------------------------*/
.download {
  margin-bottom: 3.1331592689vw;
}
@media (min-width:1800px) {
  .download {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .download {
    margin-bottom: 80px;
  }
}
.download .download-title {
  font-size: 3.1331592689vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 36.0313315927vw;
  margin: 0 auto 4.4386422977vw;
  line-height: 0.8;
}
@media (min-width:1800px) {
  .download .download-title {
    font-size: 60px;
    max-width: 690px;
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .download .download-title {
    font-size: 24px;
    max-width: 200px;
    margin-bottom: 40px;
  }
}
.download .download-title .download-title-inner {
  position: relative;
  top: 0.9399477807vw;
}
@media (min-width:1800px) {
  .download .download-title .download-title-inner {
    top: 18px;
  }
}
@media (max-width: 767px) {
  .download .download-title .download-title-inner {
    top: 8px;
  }
}
.download .download-title .download-title-inner .jp {
  font-size: 2.6109660574vw;
  display: block;
}
@media (min-width:1800px) {
  .download .download-title .download-title-inner .jp {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .download .download-title .download-title-inner .jp {
    font-size: 24px;
  }
}
.download .download-title .download-title-inner .en {
  font-size: 1.3577023499vw;
  color: #888;
}
@media (min-width:1800px) {
  .download .download-title .download-title-inner .en {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .download .download-title .download-title-inner .en {
    font-size: 14px;
  }
}
.download .download-title:before, .download .download-title:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #2a83bb;
}
.download .download-title:before {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .download .download-title:before {
    margin-right: 1rem;
  }
}
.download .download-title:after {
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .download .download-title:after {
    margin-left: 1rem;
  }
}
.download .download-list {
  margin: 0 auto 4.4386422977vw;
}
@media (min-width: 768px) {
  .download .download-list {
    max-width: 31.5404699739vw;
  }
}
@media (min-width:1800px) {
  .download .download-list {
    max-width: 604px;
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .download .download-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .download .download-list li {
    margin-bottom: 2.088772846vw;
  }
}
@media (min-width:1800px) {
  .download .download-list li {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .download .download-list li {
    margin-bottom: 15px;
  }
}
.download .download-list li a {
  font-size: 1.3577023499vw;
  font-weight: 500;
  border: 1px solid #231815;
  display: block;
  padding: 1.5665796345vw 6.7885117493vw 1.5665796345vw 2.088772846vw;
  position: relative;
}
@media (min-width:1800px) {
  .download .download-list li a {
    font-size: 26px;
    padding: 30px 130px 30px 40px;
  }
}
@media (max-width: 767px) {
  .download .download-list li a {
    font-size: 14px;
    padding: 10px 40px 10px 30px;
  }
}
.download .download-list li a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/download.png) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .download .download-list li a::after {
    width: 2.6109660574vw;
    height: 2.8720626632vw;
    right: 1.3054830287vw;
  }
}
@media (min-width:1800px) {
  .download .download-list li a::after {
    width: 50px;
    height: 55px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .download .download-list li a::after {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}
.download .download-txt {
  font-weight: bold;
  color: #fff;
  background: #0068b6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .download .download-txt {
    font-size: 1.8798955614vw;
    padding: 0.2610966057vw 1.5665796345vw;
  }
}
@media (min-width:1800px) {
  .download .download-txt {
    font-size: 36px;
    padding: 5px 30px;
  }
}
@media (max-width: 767px) {
  .download .download-txt {
    font-size: 16px;
    padding: 5px 30px;
  }
}

/* contact
----------------------------*/
.contact {
  margin-bottom: 7.3107049608vw;
  text-align: center;
}
@media (min-width:1800px) {
  .contact {
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-bottom: 80px;
  }
}
.contact .contact-list {
  margin-bottom: 4.1775456919vw;
}
@media (min-width:1800px) {
  .contact .contact-list {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .contact .contact-list {
    margin-bottom: 30px;
  }
}
.contact .contact-list li, .contact .contact-list a {
  font-weight: bold;
  line-height: 1.54;
}
@media (min-width: 768px) {
  .contact .contact-list li, .contact .contact-list a {
    font-size: 2.6109660574vw;
  }
}
@media (min-width:1800px) {
  .contact .contact-list li, .contact .contact-list a {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .contact .contact-list li, .contact .contact-list a {
    font-size: 18px;
  }
}
.contact .contact-tel {
  line-height: 1.2;
  margin-bottom: 4.6997389034vw;
}
@media (min-width:1800px) {
  .contact .contact-tel {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .contact .contact-tel {
    margin-bottom: 30px;
  }
}
.contact .contact-tel img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .contact .contact-tel img {
    max-width: 27.8328981723vw;
  }
}
@media (min-width:1800px) {
  .contact .contact-tel img {
    max-width: 533px;
  }
}
@media (max-width: 767px) {
  .contact .contact-tel img {
    width: 80%;
  }
}
.contact .contact-tel a {
  color: #0068b6;
  font-weight: bold;
  text-shadow: rgba(35, 24, 21, 0.2) 7px 7px 5px;
}
@media (min-width: 768px) {
  .contact .contact-tel a {
    font-size: 4.3342036554vw;
    text-shadow: rgba(35, 24, 21, 0.2) 0.365535248vw 0.365535248vw 0.2610966057vw;
  }
}
@media (min-width:1800px) {
  .contact .contact-tel a {
    font-size: 83px;
    text-shadow: rgba(35, 24, 21, 0.2) 7px 7px 5px;
  }
}
@media (max-width: 767px) {
  .contact .contact-tel a {
    font-size: 24px;
    text-shadow: rgba(35, 24, 21, 0.2) 2px 2px 1px;
  }
}
.contact .company-name {
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .contact .company-name {
    font-size: 3.1331592689vw;
  }
}
@media (min-width:1800px) {
  .contact .company-name {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .contact .company-name {
    font-size: 18px;
  }
}

/* company
----------------------------*/
.company {
  padding-top: 5.2219321149vw;
  margin-bottom: 4.1775456919vw;
  border-top: 0.75px solid #231815;
  position: relative;
}
@media (min-width:1800px) {
  .company {
    padding-top: 100px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .company {
    padding-top: 30px;
    margin-bottom: 80px;
  }
}
.company::before {
  position: absolute;
  content: "";
  background: transparent url(../img/company_bg.png) no-repeat center center/contain;
  width: 94.4125326371vw;
  height: 45.953002611vw;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width:1800px) {
  .company::before {
    width: 1808px;
    height: 880px;
  }
}
@media (max-width: 767px) {
  .company::before {
    top: 8%;
  }
}
.company .company-title {
  font-weight: bold;
  border-bottom: 0.2088772846vw solid #2a83bb;
}
@media (min-width: 768px) {
  .company .company-title {
    font-size: 2.6109660574vw;
    margin-bottom: 2.6109660574vw;
  }
}
@media (min-width:1800px) {
  .company .company-title {
    font-size: 50px;
    border-width: 4px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .company .company-title {
    font-size: 18px;
    border-width: 1.5px;
    margin-bottom: 30px;
  }
}
.company .company-table table {
  width: 100%;
  border-collapse: collapse;
}
.company .company-table table tr td, .company .company-table table tr th {
  text-align: left;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .company .company-table table tr td, .company .company-table table tr th {
    padding: 0.5221932115vw;
  }
}
@media (min-width:1800px) {
  .company .company-table table tr td, .company .company-table table tr th {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .company .company-table table tr td, .company .company-table table tr th {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .company .company-table table tr.business th::before {
    top: 2.7154046997vw;
  }
}
@media (min-width:1800px) {
  .company .company-table table tr.business th::before {
    top: 52px;
  }
}
@media (min-width: 768px) {
  .company .company-table table tr.business ul li {
    font-size: 2.6109660574vw;
  }
}
@media (min-width:1800px) {
  .company .company-table table tr.business ul li {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .company .company-table table tr.business ul li {
    font-size: 18px;
  }
}
.company .company-table table tr th {
  white-space: nowrap;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .company .company-table table tr th {
    font-size: 1.6710182768vw;
    padding-left: 1.9321148825vw;
    width: 20%;
  }
}
@media (min-width:1800px) {
  .company .company-table table tr th {
    font-size: 32px;
    padding-left: 37px;
  }
}
@media (max-width: 767px) {
  .company .company-table table tr th {
    font-size: 16px;
    padding-left: 15px;
    padding-bottom: 5px;
  }
}
.company .company-table table tr th:before {
  position: absolute;
  content: "";
  background: #2a83bb;
  left: 0;
}
@media (min-width: 768px) {
  .company .company-table table tr th:before {
    width: 1.044386423vw;
    height: 1.044386423vw;
    top: 2.088772846vw;
  }
}
@media (min-width:1800px) {
  .company .company-table table tr th:before {
    width: 20px;
    height: 20px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .company .company-table table tr th:before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}
.company .company-table table tr td {
  font-weight: bold;
}
@media (min-width: 768px) {
  .company .company-table table tr td {
    font-size: 2.088772846vw;
    width: 80%;
  }
}
@media (min-width:1800px) {
  .company .company-table table tr td {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .company .company-table table tr td {
    font-size: 16px;
    padding: 0 0 15px;
    line-height: 1.5;
  }
}

/* to top
----------------------------*/
.page-top {
  padding: 0;
  margin: 0;
  display: none;
}

.page-top p {
  position: fixed;
  right: 60px;
  bottom: 60px;
  text-align: center;
  z-index: 500;
}
@media (max-width: 767px) {
  .page-top p {
    right: 15px;
    bottom: 15px;
  }
}

.move-page-top {
  display: block;
  width: 6.2663185379vw;
  height: 6.2663185379vw;
  transition: all 0.3s;
}
@media (min-width:1800px) {
  .move-page-top {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .move-page-top {
    width: 40px;
    height: 40px;
  }
}

/* footer
----------------------------*/
footer {
  background: linear-gradient(to right top, #eae7df, #fff, #eae7df);
  padding: 7.3107049608vw 0 2.088772846vw;
}
@media (min-width:1800px) {
  footer {
    padding: 140px 0 40px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 10px;
  }
}
footer .footer-logo {
  width: 23.9164490862vw;
  margin: 0 auto 6.2663185379vw;
}
@media (min-width:1800px) {
  footer .footer-logo {
    width: 458px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  footer .footer-logo {
    width: 204px;
    margin: 0 auto 30px;
  }
}
footer .copyright {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
  }
}

/* 404 */
.entry-404 {
  padding-top: 150px;
  padding-bottom: 170px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-404 {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}
.entry-404 .inner {
  max-width: 700px;
}
.entry-404 h1 {
  color: #808080;
  font-size: 60px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .entry-404 h1 {
    font-size: 30px;
  }
}

.entry-404-inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 10px;
}

.entry-404-lead {
  color: #808080;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
  margin-bottom: 0;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
  padding: 10px 20px;
  font-weight: bold;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}