@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@100..900&display=swap);
@charset "UTF-8";
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #322c25;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body.is-navOn {
  overflow: hidden;
}

.f-wbr {
  word-break: keep-all;
}

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

div,
h1,
h2,
h3,
h4,
h5,
p,
li,
dl,
dt,
dd,
th,
td,
article,
header,
footer,
nav,
span,
a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: none;
  word-wrap: break-word;
  margin: 0;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

.imgFit {
  overflow: hidden;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

p,
span,
strong,
small {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

li,
td,
th,
dt,
dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 429px) {
  .min429-none {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .max428-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
a,
button {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  a,
  button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*  --------------------------------------------------------------------------------
  _common.scss
--------------------------------------------------------------------------------  */
.cmn-cvBtBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  z-index: 999;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.cmn-cvBtBox.scrolled {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-cvBtBox a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 64px;
}
.cmn-cvBtBox a p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 30px;
}
.cmn-cvBtBox a.is-rec {
  background: #036eb7;
}
.cmn-cvBtBox a.is-rec p {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_man_01.svg) no-repeat center left/11px auto;
}
.cmn-cvBtBox a.is-web {
  background: #83ce00;
}
.cmn-cvBtBox a.is-web p {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_mail_02.svg) no-repeat center left/20px auto;
}

.cmn-inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1182px;
  width: 100%;
}
.cmn-inner.w-780 {
  max-width: 810px;
}
.cmn-inner.w-1000 {
  max-width: 1030px;
}
.cmn-inner.w-1440 {
  max-width: 1470px;
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 100%;
  }
  .cmn-inner.w-810 {
    max-width: 100%;
  }
  .cmn-inner.w-1000 {
    max-width: 100%;
  }
  .cmn-inner.w-1440 {
    max-width: 100%;
  }
	.cmn-cvBtBox a.is-rec p {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_man_01.svg) no-repeat center left/11px auto;
}
}

.c-inner01 {
  margin: 0 auto;
  max-width: 1070px;
  width: 100%;
  padding: 0 15px;
}

.cmn-ttl {
  position: relative;
  z-index: 2;
  text-align: left;
}
.cmn-ttl.is-center {
  text-align: center;
}
.cmn-ttl.is-wht .cmn-ttl__en {
  color: #fff;
}
.cmn-ttl.is-wht .cmn-ttl__en::before {
  background-color: #fff;
}
.cmn-ttl.is-wht .cmn-ttl__jp {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    text-align: center;
  }
}
.cmn-ttl__en {
  color: #003c69;
  display: block;
  font-weight: bold;
  font-size: 22px !important;
  line-height: 1.2;
  padding-left: 27px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  text-align: left;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cmn-ttl__en {
    font-size: 14px;
    padding-left: 16px;
  }
}
.cmn-ttl__en::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(-20deg);
          transform: translateY(-50%) skewX(-20deg);
  width: 11px;
  height: 24px;
  background-color: #003c69;
}
@media screen and (max-width: 768px) {
  .cmn-ttl__en::before {
    left: 0;
    width: 9px;
    height: 15px;
  }
}
.cmn-ttl__jp {
  color: #003c69;
  display: block;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cmn-ttl__jp {
    font-size: 21px;
    letter-spacing: 0.05em;
  }
}
.cmn-ttl__jp span {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .cmn-ttl__jp span {
    font-size: 26px;
  }
}

.cmn-ttl02 {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.cmn-ttl02__en {
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cmn-ttl02__en {
    font-size: 25px;
  }
}
.cmn-ttl02__jp {
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cmn-ttl02__jp {
    font-size: 15px;
  }
}

.cmn-bt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #036eb7;
  color: #036eb7;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 20px;
  position: relative;
  max-width: 357px;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .cmn-bt01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    font-size: 14px;
    padding-left: 0;
    height: 82px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #036eb7;
  }
}
.cmn-bt01::before {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_arrow.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 32px;
  margin: auto;
  width: 18px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .cmn-bt01::before {
    display: none;
  }
}
.cmn-bt01 p {
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn-bt01 p {
    padding-right: 16px;
  }
}
.cmn-bt01 p::before {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_arrow.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  margin: auto;
  width: 10px;
  height: 7px;
  right: 0px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .cmn-bt01 p::before {
    display: block;
  }
}

.cmn-bt02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #003c69;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  padding: 18px 69px 18px 54px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .cmn-bt02 {
    font-size: 14px;
    padding: 6px 40px 8px 26px;
    display: inline-block;
  }
}
.cmn-bt02::before {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_arrow02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 15px 0 auto;
  margin: auto;
  width: 19px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .cmn-bt02::before {
    width: 12px;
    height: 9px;
  }
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js-fadeUp.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  color: #404040;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: none;
          transform: none;
  padding-left: 20px;
  height: 115px;
}
@media screen and (max-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    min-width: auto;
    height: 80px;
    padding-left: 0;
  }
}
.header .scrolled {
  display: none;
}
.header.scrolled {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: none;
  transition: none;
  background: #fff;
  padding-left: 50px;
  -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .header.scrolled {
    padding-left: 20px;
    height: 65px;
  }
}
.header.scrolled .header-navList__link .link strong {
  color: #494949;
}
.header.scrolled .header-logo {
  max-width: 145px;
}
@media screen and (max-width: 768px) {
  .header.scrolled .header-logo {
    max-width: 100px;
  }
}
.header.scrolled .header-nav {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .header.scrolled .header-nav {
    gap: 10%;
  }
}
.header.scrolled .header-navBtList a {
  height: 100px;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .header.scrolled .header-navBtList a {
    width: 50vw;
    height: 64px;
  }
}
.header.scrolled .no-scroll {
  display: none;
}
.header.scrolled .scrolled {
  display: block;
}
.header.scrolled.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.header-bt {
  background: #036eb7;
  display: -ms-grid;
  display: grid;
  gap: 7px;
  place-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span {
  background: #fff;
  border-radius: 50vw;
  width: 20px;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt.is-navOn {
  background: #036eb7;
}
.header-bt.is-navOn span:first-child {
  width: 28px;
  -webkit-transform: rotate(45deg) translate(7px, 6px);
          transform: rotate(45deg) translate(7px, 6px);
}
.header-bt.is-navOn span:nth-child(2) {
  opacity: 0;
}
.header-bt.is-navOn span:last-child {
  width: 28px;
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
.header-logo {
  display: block;
  position: relative;
  max-width: 286px;
  width: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    max-width: 180px;
    margin-left: -10px;
    z-index: 1;
  }
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 84px;
}
@media screen and (max-width: 768px) {
  .header-nav {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 100px 0 50px;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: auto;
    pointer-events: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
}
.header-navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    text-align: center;
  }
}
.header-navList__link {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-navList__link {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .header-navList__link.is-subLink a::after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .header-navList__link .link::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-navList__link:hover {
    opacity: 1;
  }
  .header-navList__link:hover .link {
    opacity: 1;
  }
  .header-navList__link:hover .link::before {
    width: 100%;
  }
}
.header-navList__link.is-subLink {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .header-navList__link.is-subLink:hover .link {
    opacity: 1;
  }
  .header-navList__link.is-subLink:hover .subLink {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .header-navList__link.is-subLink .is-plus {
    position: absolute;
    inset: 10px 0 auto auto;
    margin: auto;
    width: 18px;
    height: 18px;
  }
  .header-navList__link.is-subLink .is-plus::before, .header-navList__link.is-subLink .is-plus::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #404040;
  }
  .header-navList__link.is-subLink .is-plus::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header-navList__link.is-subLink .is-plus.is-on::after {
    opacity: 0;
  }
}
.header-navList__link .link {
  font-weight: 500;
  font-size: 15px;
  padding: 18px 0 21px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-navList__link .link {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
}
.header-navList__link .link::before {
  background: #036eb7;
  content: "";
  position: absolute;
  inset: auto 0 10px 0;
  margin: auto;
  width: 0;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .header-navList__link .link::before {
    content: none;
  }
}
.header-navList__link .link small {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .header-navList__link .link small {
    text-align: left;
  }
}
.header-navList__link .link strong {
  display: block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media (max-width: 1100px) {
  .header-navList__link .link strong {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header-navList__link .link strong {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .header-navList__link .link strong {
    font-size: 17px;
    font-weight: 400;
    color: #494949;
  }
}
.header-navList__link .subLink {
  background: #fff;
  padding: 30px 40px;
  position: absolute;
  inset: 100% auto auto 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .header-navList__link .subLink {
    background: transparent;
    display: none;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    position: static;
    inset: auto;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.header-navList__link .subLink-inner {
  margin: auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-navList__link .subLink-inner {
    display: block;
    margin: 0;
    max-width: initial;
  }
}
.header-navList__link .subLink-ttlBox-ttl h2 {
  color: #3c4da3;
  display: block;
  margin-bottom: 20px;
}
.header-navList__link .subLink-ttlBox-ttl h2 small {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.header-navList__link .subLink-ttlBox-ttl h2 strong {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .header-navList__link .subLink-ttlBox-ttl:hover {
    opacity: 1;
  }
}
.header-navList__link .subLink-linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .header-navList__link .subLink-linkBox {
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.header-navList__link .subLink-linkBox a {
  padding-bottom: 5px;
  position: relative;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .header-navList__link .subLink-linkBox a {
    padding: 10px 0;
    width: 100%;
  }
  .header-navList__link .subLink-linkBox a:last-child::before {
    content: none;
  }
}
.header-navList__link .subLink-linkBox a::before {
  background-color: #036eb7;
  content: "";
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header-navList__link .subLink-linkBox a::before {
    background: none;
    content: "-";
    margin-right: 10px;
    position: static;
    width: auto;
    height: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.header-navList__link .subLink-linkBox a::after {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_arrow_nvy02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 11px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .header-navList__link .subLink-linkBox a::after {
    content: none;
  }
}
.header-navList__link .subLink-linkBox a p {
  display: inline;
  font-weight: 500;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .header-navList__link .subLink-linkBox a:hover {
    opacity: 1;
  }
  .header-navList__link .subLink-linkBox a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header-navList__link .subLink-linkBox a:hover::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .header-navList__link .subLink-linkBox a:hover .ico::before {
    -webkit-animation-name: transformRightLeft;
            animation-name: transformRightLeft;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .header-navList__link .subLink-linkBox a:hover .ico::after {
    -webkit-animation-name: transformLeftRight;
            animation-name: transformLeftRight;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes transformLeftRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
.header-navBtList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header-navBtList {
    position: absolute;
    bottom: 0;
  }
}
.header-navBtList-tel a {
  display: block;
  text-align: center;
  padding-left: 71px;
  position: relative;
}
@media (max-width: 1100px) {
  .header-navBtList-tel a {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header-navBtList-tel a {
    background-color: #14288c;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    padding-left: 0;
    width: 100%;
    height: 80px;
  }
}
.header-navBtList-tel a::before {
  background: #1eaddd;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  content: "ご予約";
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  width: 64px;
  height: 64px;
}
@media (max-width: 1100px) {
  .header-navBtList-tel a::before {
    font-size: 12px;
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .header-navBtList-tel a::before {
    content: none;
  }
}
.header-navBtList-tel a p {
  border-bottom: 1px solid #ddd9d4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 5px;
}
@media (max-width: 1100px) {
  .header-navBtList-tel a p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header-navBtList-tel a p {
    border-bottom: none;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 4.6511627907vw;
    letter-spacing: 0.1em;
    padding-left: 30px;
    padding-bottom: 0;
    position: relative;
  }
  .header-navBtList-tel a p::before {
    background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_man_01.svg) no-repeat left center;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
    width: 24px;
    height: 24px;
  }
}
.header-navBtList-tel a span {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .header-navBtList-tel a span {
    font-size: 28px;
  }
}
.header-navBtList-web a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #83ce00;
  position: relative;
  width: 180px;
  height: 85px;
  letter-spacing: 0.1em;
}
@media (max-width: 1100px) {
  .header-navBtList-web a {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .header-navBtList-web a {
    background: #83ce00;
    width: 50vw;
    height: 64px;
  }
}
.header-navBtList-web a p {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_mail_02.svg) no-repeat left center;
  background-size: 23px 15px;
  padding-left: 31px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .header-navBtList-web a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header-navBtList-web a p {
    background: none;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    text-align: center;
  }
  .header-navBtList-web a p::before {
    background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_mail_02.svg) no-repeat left center;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
    width: 20px;
    height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .header-navBtList-web.scrolled {
    display: block;
  }
}
.header-navBtList-rec a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #036eb7;
  position: relative;
  width: 180px;
  height: 85px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .header-navBtList-rec a {
    width: 50vw;
    height: 64px;
  }
}
.header-navBtList-rec a p {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_man_01.svg) no-repeat left center;
  background-size: 13px 18px;
  padding-left: 31px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 1100px) {
  .header-navBtList-rec a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header-navBtList-rec a p {
    background: none;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
  }
  .header-navBtList-rec a p::before {
    background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_man_01.svg) no-repeat left center;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
    width: 11px;
    height: 27px;
  }
}
.header-navContact {
  text-align: center;
  color: #494949;
}
.header-navContact-txt {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
}
.header-navContact-txt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #494949;
}
.header-navContact-tel {
  margin-top: 25px;
}
.header-navContact-tel p {
  font-size: 13px;
}
.header-navContact-tel a {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-left: 25px;
  padding-top: 10px;
}
.header-navContact-tel a::before {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_tel.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 62%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 24px;
}
.header.scrolled {
  position: fixed;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background: #003c69;
  padding: 115px 0 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 103px 0 0;
  }
}
.footer-flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .footer-flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 125px;
    padding-left: 0;
  }
}
.footer-logo {
  max-width: 204px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    max-width: 143px;
    margin: auto;
  }
}
.footer-info {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .footer-info {
    margin-top: 17px;
    font-size: 13px;
    line-height: 31px;
  }
}
.footer-info__labels {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .footer-info__labels {
    letter-spacing: 0.15em;
  }
}
.footer-info__name {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-info__name {
    text-align: center;
  }
}
.footer-info__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 12px;
  line-height: 33px;
}
@media screen and (max-width: 768px) {
  .footer-info__inner {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    line-height: 31px;
  }
}
.footer-info__values {
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 370px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .footer-info__values {
    padding-left: 12px;
  }
}
.footer-navList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
@media screen and (max-width: 768px) {
  .footer-navList {
    gap: 39px 30px;
  }
}
.footer-navList__item a {
  color: #fff;
}
.footer-navList__item.is-child a::before {
  content: "-";
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .footer-navList__item.is-child a::before {
    margin-right: 2.3255813953vw;
  }
}
.footer-nav-pp {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 50px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .footer-nav-pp {
    text-align: center;
    margin-top: 58px;
    font-size: 14px;
  }
}
.footer__copyright {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  margin-top: 116px;
  color: #5193ad;
  background: #00243a;
  padding: 18px 0;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
    margin-top: 107px;
    padding: 7px 0;
    padding-bottom: 71px;
  }
}
.footer-pagetop {
  position: absolute;
  top: 4px;
  right: 16px;
  width: 50px;
}
.footer .cmn-inner {
  position: relative;
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
}

.topMv {
  background-color: #fff;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .topMv {
    display: block;
    height: 100vh;
    min-height: initial;
    max-height: initial;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .topMv-slide {
    height: 86.2790697674vw;
  }
}
.topMv-slide .splide__track {
  height: 100%;
}
.topMv-img {
  height: 88vh;
}
.topMv-img img {
  -o-object-position: top center;
     object-position: top center;
}
.topMv-img02 {
  height: calc(100vh - 85px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  .topMv-img02 {
    height: auto;
    width: 80vw;
    bottom: 0;
    top: auto;
  }
}
.topMv-img02 img {
  -o-object-position: left;
     object-position: left;
  height: calc(100vh - 85px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .topMv-img02 img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.topMv-imgBox {
  position: absolute;
  bottom: clamp(277px, 27.0833333333vw, 390px);
  left: clamp(126px, 12.3611111111vw, 178px);
  width: clamp(185px, 18.125vw, 261px);
  height: clamp(302px, 29.375vw, 423px);
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    width: 25.5813953488vw;
    height: 41.3953488372vw;
    top: 62.7906976744vw;
    bottom: auto;
    left: auto;
    right: 11.3953488372vw;
  }
}
.topMv-txtBox {
  position: absolute;
  top: 27%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 650px;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .topMv-txtBox {
    left: -20px;
    top: 25%;
  }
}
.topMv-txtBox__ttl {
  color: #3c4da3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: clamp(48px, 4.5833333333vw, 66px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topMv-txtBox__ttl {
    font-size: 8.3720930233vw;
    margin-left: 4.6511627907vw;
  }
}
.topMv-txtBox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: clamp(30px, 3.4722222222vw, 50px);
}
@media screen and (max-width: 768px) {
  .topMv-txtBox-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.3255813953vw;
    margin-top: 4.6511627907vw;
  }
}
.topMv-txtBox-list__item {
  width: clamp(128px, 12.5vw, 180px);
  height: clamp(128px, 12.5vw, 180px);
  background: #001068;
  border-radius: 50vw;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: clamp(12px, 1.1111111111vw, 16px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topMv-txtBox-list__item {
    background: #fff url(https://d-style.company/wp-content/themes/blankslate/assets/img/top/ico_check01.svg) no-repeat left center/3.7209302326vw 3.7209302326vw;
    background-position: left 1.8604651163vw center;
    border-radius: 2.3255813953vw;
    border: solid 0.6976744186vw #14288c;
    color: #322c25;
    font-size: 3.2558139535vw;
    text-align: left;
    place-content: center start;
    padding-left: 6.7441860465vw;
    width: 44.1860465116vw;
    height: 18.6046511628vw;
  }
}
.topMv-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 440px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .topMv-btn {
    width: 63vw;
  }
}
.topMv-container_01 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: absolute;
  bottom: 7%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .topMv-container_01 {
    bottom: 3%;
    left: 2%;
  }
}
.topMv-container_01 a:hover {
  opacity: 0.7;
}
.topMv-container_01 .scroll-down_01 {
  position: relative;
  width: 120px;
  height: 120px;
  color: #55c2ff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .topMv-container_01 .scroll-down_01 {
    width: 80px;
    height: 80px;
  }
}
.topMv-container_01 .scroll-down_01 .circle-text_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.topMv-container_01 .scroll-down_01 .circle-text_01 span {
  position: absolute;
  left: 50%;
  font-size: 12px;
  -webkit-transform-origin: 0 60px;
          transform-origin: 0 60px;
}
@media screen and (max-width: 768px) {
  .topMv-container_01 .scroll-down_01 .circle-text_01 span {
    -webkit-transform-origin: 0 40px;
            transform-origin: 0 40px;
    font-size: 8px;
  }
}
.topMv-container_01 .scroll-down_01 .arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.topMv-container_01 .scroll-down_01 .arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #55c2ff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.topMv-container_01 .scroll-down_01 .arrow_01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 17px;
  height: 17px;
  border-right: 3px solid #55c2ff;
  border-bottom: 3px solid #55c2ff;
  -webkit-transform: translateX(-10px) rotate(45deg);
          transform: translateX(-10px) rotate(45deg);
}
.topMv-container_01 .scroll-down_01 .arrow_01 .arrow-left {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid #55c2ff;
  border-bottom: 2px solid #55c2ff;
  -webkit-transform: translateX(-11px) rotate(-45deg);
          transform: translateX(-11px) rotate(-45deg);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
@keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-10px);
            transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(10px);
            transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}

.main {
  margin-top: -10vh;
}

.bg {
  position: relative;
}
.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/top/bg01.webp) no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sec01 {
  padding: 30vh 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 29vh 0 0;
  }
}
.sec01 .cmn-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec01 .cmn-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sec01 .cmn-inner .cmn-bt01 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
  }
}
.sec01 .cmn-ttl {
  margin-bottom: 35px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .sec01 .cmn-ttl {
    margin-top: 26px;
    margin-bottom: 24px;
  }
}
.sec01__txt {
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .sec01__txt {
    font-size: 14px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .sec01__imgBox {
    max-width: 253px;
    margin: auto;
  }
}

.sec02 {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 51px 0;
  }
}
.sec02-btnBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec02-btnBox {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .sec02-btnBox .sec02-imgBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec02-btnBox .sec02-aboutList.is_start_3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
.sec02 .slide-wrapper {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .sec02 .slide-wrapper {
    margin-top: 120px;
  }
}
.sec02 .slide-wrapper .splide__slide {
  margin: 0 -4%;
}
@media screen and (max-width: 768px) {
  .sec02 .slide-wrapper .splide__slide {
    margin: 0 -8%;
  }
}

.sec03 {
  position: relative;
  padding: 163px 0 320px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-top: 105px;
    padding: 116px 0 160px;
  }
}
.sec03::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(294deg, #003c69 0%, #003c69 82.5%, rgba(0, 60, 105, 0) 30%, rgba(0, 60, 105, 0) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sec03::before {
    background: linear-gradient(294deg, #003c69 0%, #003c69 91.5%, rgba(0, 60, 105, 0) 30%, rgba(0, 60, 105, 0) 100%);
  }
}
.sec03-List {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec03-List {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
    margin-top: 60px;
  }
}
.sec03-List__item {
  background: #036eb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  padding: 72px 40px 30px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03-List__item {
    padding: 70px 19px 15px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec03-List__item:nth-child(even) {
  background: #3fa3b3;
}
.sec03-List__icoBox {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec03-List__icoBox img {
    max-width: 73px;
  }
}
.sec03-List__numBox {
  width: 65px;
  height: 55px;
  position: absolute;
  top: 25px;
  left: 25px;
}
@media screen and (max-width: 768px) {
  .sec03-List__numBox {
    top: 20px;
    left: 20px;
    width: 42px;
    height: 35px;
  }
}
.sec03-List__txt {
  margin-top: 45px;
  line-height: 40px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sec03-List__txt {
    font-size: 14px;
    line-height: 35px;
    margin-top: 23px;
  }
}
.sec03 .cmn-ttl {
  max-width: 290px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec03 .cmn-ttl {
    max-width: 180px;
  }
}
.sec03 .cmn-ttl__jp {
  margin-top: 12px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .sec03 .cmn-ttl__jp {
    letter-spacing: 0.1em;
    margin-top: 6px;
  }
}
.sec03 .cmn-inner {
  position: relative;
}

.sec04 {
  padding: 170px 0 230px;
  position: relative;
  text-align: center;
  background: #001e2d;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 62px 0 120px;
  }
}
.sec04::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/top/bg_sec04_01.webp) no-repeat;
  background-size: contain;
  background-position: right top;
  width: 75%;
  height: 100%;
  z-index: 0;
}
.sec04-worksBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec04-worksBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 62px;
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .sec04-worksBox_left {
    max-width: 280px;
    margin: auto;
  }
}
.sec04-worksBox_left .sec04-worksBox_item p {
  margin-top: 25px;
  color: #fff;
  text-align: left;
  font-size: 22px;
  line-height: 44px;
}
@media screen and (max-width: 768px) {
  .sec04-worksBox_left .sec04-worksBox_item p {
    font-size: 16px;
    line-height: 40px;
    margin-top: 18px;
  }
}
.sec04-worksBox_right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 55px 40px;
}
@media screen and (max-width: 768px) {
  .sec04-worksBox_right {
    gap: 50px 24px;
  }
}
.sec04-worksBox_right .sec04-worksBox_item p {
  margin-top: 10px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  .sec04-worksBox_right .sec04-worksBox_item p {
    font-size: 14px;
    line-height: 35px;
  }
}
.sec04_titWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sec04__btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec04 .cmn-ttl {
    max-width: 210px;
    margin: auto;
  }
}
.sec04 .cmn-ttl__jp {
  margin-top: 12px;
  letter-spacing: 0.15em;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .sec04 .cmn-ttl__jp {
    font-size: 22px;
  }
}
.sec04 .cmn-inner {
  position: relative;
}

.sec05 {
  background-image: url(https://d-style.company/wp-content/themes/blankslate/assets/img/top/bg_sec05_01.webp);
  background-size: cover;
  background-position: center;
  padding: 140px 0 150px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 117px 0;
  }
}
.sec05-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec05-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 240px;
  }
}
.sec05-leftBox {
  text-align: left;
}
.sec05-leftBox-items {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .sec05-leftBox-items {
    gap: 31px;
    margin-top: 74px;
  }
}
.sec05-leftBox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec05-leftBox-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: normal;
    gap: 20px;
  }
}
.sec05-leftBox-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .sec05-leftBox-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    font-size: 14px;
  }
}
.sec05-leftBox-txt {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sec05-leftBox-txt {
    text-decoration: none;
  }
}
.sec05-leftBox .cmn-ttl {
  width: 132px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec05-leftBox .cmn-ttl {
    width: 116px;
  }
}
.sec05__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec05__btn {
    text-align: center;
    margin-top: 66px;
  }
}
.sec05__btn a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 25px 3px 3px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec05__btn a {
    font-weight: normal;
    font-size: 14px;
  }
}
.sec05__btn a::before {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_arrow04.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .sec05__btn a::before {
    width: 12.5px;
    height: 10px;
  }
}
.sec05-rightBox-txt {
  font-size: 22px;
  margin-top: 37px;
  color: #fff;
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec05-rightBox-txt {
    font-size: 18px;
    margin-top: 57px;
  }
}
.sec05-rightBox-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.sec05-rightBox-tel {
  color: #fff;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .sec05-rightBox-tel {
    font-size: 13px;
    margin-top: 35px;
  }
}
.sec05-rightBox-tel a {
  padding-left: 35px;
  font-weight: bold;
  font-size: 38px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec05-rightBox-tel a {
    font-size: 32px;
    padding-top: 10px;
    padding-left: 25px;
  }
}
.sec05-rightBox-tel a::before {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_tel-wht.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .sec05-rightBox-tel a::before {
    width: 20px;
    height: 25px;
    top: 62%;
  }
}
.sec05-rightBox-mail {
  margin-top: 37px;
}
.sec05-rightBox-mail a {
  background: #83ce00;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  padding: 26px 76px 26px 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .sec05-rightBox-mail a {
    padding: 14px;
    padding-right: 20px;
    font-size: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 315px;
    margin: auto;
  }
}
.sec05-rightBox-mail a::before {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/cmn/ico_arrow04.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 13px 0 auto;
  margin: auto;
  width: 17px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .sec05-rightBox-mail a::before {
    width: 15px;
    height: 12px;
  }
}
.sec05-rightBox .cmn-ttl {
  width: 170px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec05-rightBox .cmn-ttl {
    width: 140px;
  }
}

.lowerMv {
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lowerMv {
    margin-top: 70px;
  }
}
.lowerMv-inner {
  height: 390px;
}
@media screen and (max-width: 768px) {
  .lowerMv-inner {
    height: 69.7674418605vw;
  }
}
.lowerMv-imgBox {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lowerMv-imgBox {
    height: 69.7674418605vw;
  }
}
.lowerMv-txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center left;
}
@media screen and (max-width: 768px) {
  .lowerMv-txtBox {
    place-content: center;
  }
}
.lowerMv-txtBox-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #14288C;
}
@media screen and (max-width: 768px) {
  .lowerMv-txtBox-ttl {
    font-size: 8.3720930233vw;
    text-align: center;
  }
}
.lowerMv-imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lowerMv-calendar {
  bottom: -40px;
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__list__item {
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.breadcrumb__list__item a {
  color: #444444;
}
.breadcrumb__list__item + li::before {
  content: ">";
  display: block;
  margin: 0 5px;
}

.local {
  display: block;
  width: 100%;
}
.local .c-inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 50px;
  width: 100%;
}
.local .c-inner.m-tm01 {
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .local .c-inner {
    max-width: 590px;
    padding: 0 20px;
  }
}
.local__content {
  color: #404040;
  display: block;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  overflow-x: hidden;
}
.local__content section {
  padding-bottom: 80px;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .local__content section {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
.local__content section.bg_white {
  position: relative;
}
.local__content section.bg_white::before {
  border-radius: 30px;
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  background: #fff;
  z-index: -1;
  width: calc(100% + 160px);
  height: calc(100% + 20px);
}
@media screen and (max-width: 768px) {
  .local__content section.bg_white::before {
    width: calc(100% + 40px);
    height: calc(100% + 10px);
    top: -40px;
    left: -20px;
  }
}
.local__content h2 {
  color: #14288c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  margin: 100px 0 60px;
}
.local__content h2::first-letter {
  color: #1EADDD;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 6.976744186vw;
    margin: 18.6046511628vw 0 9.3023255814vw;
  }
}
.local__content h3 {
  color: #1EADDD;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 60px 0 40px;
  padding-left: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 4.6511627907vw;
    margin: 13.9534883721vw 0 9.3023255814vw;
    padding-left: 6.976744186vw;
  }
}
.local__content h3::before {
  background: #1EADDD;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .local__content h3::before {
    width: 4.6511627907vw;
    height: 0.4651162791vw;
  }
}
.local__content h3.is_margin {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .local__content h3.is_margin {
    margin-top: 20px;
  }
}
.local__content h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 40px 0 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    font-size: 18px;
    margin: 30px 0 20px;
  }
}
.local__content h5,
.local__content h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 20px 0;
}
.local__content p {
  margin-bottom: 2em;
}
.local__content p,
.local__content a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .local__content p,
  .local__content a {
    font-size: 14px;
  }
}
.local__content p.is_center,
.local__content a.is_center {
  text-align: center;
}
.local__content a[href] {
  background: #14288c url(https://d-style.company/wp-content/themes/blankslate/assets/img/local/ico_arrow01.svg) no-repeat;
  background-size: 24px 24px;
  background-position: right 28px center;
  border: solid 1px #14288c;
  border-radius: 50vw;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 25px 133px 25px 42px;
}
@media screen and (max-width: 768px) {
  .local__content a[href] {
    max-width: 350px;
    width: 100%;
    padding: 18px 87px 18px 27px;
  }
}
.local__content a[href] + a {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .local__content a[href] + a {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (hover: hover) {
  .local__content a[href]:hover {
    text-decoration: none;
  }
}
.local__content .lead {
  font-size: 30px;
  padding-left: 44px;
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content .lead {
    font-size: 23px;
    padding-left: 30px;
  }
}
.local__content .lead::before {
  background: #111;
  content: "";
  position: absolute;
  inset: 25px auto auto 0;
  width: 32px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .local__content .lead::before {
    width: 20px;
    height: 2px;
    top: 20px;
  }
}
.local__content .is-name {
  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;
  gap: 44px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
}
.local__content .is-name span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .local__content .is-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 32px;
  }
  .local__content .is-name span {
    font-size: 20px;
  }
}
.local__content .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  letter-spacing: 0;
}
.local__content .list li span {
  font-size: 18px;
  line-height: 1.8;
  min-width: 140px;
}
.local__content .price {
  color: #5852A1;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .local__content .price {
    font-size: 18px;
  }
}
.local__content ul,
.local__content ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 2em;
}
.local__content ul li {
  list-style: disc;
  font-weight: bold;
  margin-bottom: 1em;
}
.local__content ul li::marker {
  color: #1EADDD;
}
.local__content ol li {
  list-style: decimal;
}
.local__content ul.is_checklist li {
  list-style: none;
}
.local__content ul.is_checklist li::before {
  content: "☑ ";
  font-size: 20px;
}
.local__content table {
  margin-bottom: 4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content table {
    table-layout: auto;
  }
  .local__content table tr, .local__content table td, .local__content table th {
    display: block;
  }
}
.local__content table tr {
  border: solid 1px #fff;
}
.local__content table th {
  background-color: #fff;
  border-radius: 12px 0 0 12px;
  border-bottom: solid 1px #EFEFEF;
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  line-height: 2;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    border-radius: 0;
  }
}
.local__content table th.is_blue {
  background-color: rgba(3, 110, 209, 0.05);
}
.local__content table th:last-child {
  border-right: none;
}
.local__content table th.is_center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    font-size: 14px;
    padding: 8px;
  }
}
.local__content table td {
  background-color: #14288c;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  padding: 20px;
}
.local__content table td:nth-child(n+2).is_center {
  text-align: center;
}
.local__content table td:nth-child(n+2).is_left {
  text-align: left;
}
.local__content table td:nth-child(n+2).is_right {
  text-align: right;
}
.local__content table td:last-child {
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 768px) {
  .local__content table td:last-child {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .local__content table td {
    font-size: 14px;
    padding: 8px;
  }
  .local__content table td.is_price {
    white-space: nowrap;
  }
}
.local__content .imgBox {
  margin: 30px auto 40px !important;
}
.local__content .imgBox.w-80 {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w-80 {
    width: 100%;
  }
}
.local__content .imgBox.w-70 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w-70 {
    width: 100%;
  }
}
.local__content .imgBox.w640 {
  width: 640px;
}
.local__content .imgBox.w640 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w640 {
    width: 100%;
  }
}
.local__content .imgBox.w480 {
  width: 480px;
}
.local__content .imgBox.w480 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w480 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .local__content .imgBox iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
  }
}
.local__content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignright {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .aligncenter {
  display: block;
  margin: 0 auto;
}
.local__content .youtubeBox {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.local__content .youtubeBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.local__content .card {
  display: block;
  width: 100%;
}
.local__content .card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 30px / 2 * 1);
}
@media screen and (max-width: 768px) {
  .local__content .card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 30px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 30px / 1 * 0);
  }
}
.local__content .card__2list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0;
  margin-bottom: 40px;
}
.local__content .card__2list .checkBox {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list.is_sp_opposite > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__2list.is_sp_opposite > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__2list h3, .local__content .card__2list h4, .local__content .card__2list h5, .local__content .card__2list h6 {
  margin-top: 0;
}
.local__content .card__2list div iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.local__content .card__2list__item {
  list-style: none;
}
.local__content .card__2list__item.is-arrow {
  position: relative;
}
.local__content .card__2list__item.is-arrow::after {
  background: url(https://d-style.company/wp-content/themes/blankslate/assets/img/local/ico_arrow.webp) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 150px -34px auto auto;
  margin: auto;
  width: 16px;
  height: 18px;
}
.local__content .card__2list__item.is-before {
  position: relative;
}
.local__content .card__2list__item.is-before::before {
  content: "BEFORE";
  color: #817A76;
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-before::before {
    font-size: 24px;
  }
}
.local__content .card__2list__item.is-after::before {
  content: "AFTER";
  color: #817A76;
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-after::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .card__2list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    padding: 0;
    margin-bottom: 40px;
  }
  .local__content .card__2list__item.is-arrow::before {
    inset: auto 0 -12px 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.local__content .card__3list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__3list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.local__content .card__3list__item {
  text-align: center;
}
.local__content .card__21list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__21list {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .local__content .card__21list img {
    width: 200px;
  }
  .local__content .card__21list.is_sp_reverse div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__21list.is_sp_reverse div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__12list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__12list {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .local__content .card__12list img {
    width: 200px;
  }
  .local__content .card__12list.is_sp_reverse div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__12list.is_sp_reverse div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.local__content .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.local__content .card__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
.local__content .card__title:after {
  display: none;
}
.local__content .card__img {
  display: block;
  width: 100%;
}
.local__content .card__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(1 / 1 * 100%);
  overflow: hidden;
}
.local__content .card__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.local__content .line {
  border-top: solid 1px #D4D8E3;
  margin: 40px 0;
}
.local__content .borderBox {
  border: solid 1px #D4D8E3;
  padding: 48px;
}
.local__content .borderBox h2, .local__content .borderBox h3, .local__content .borderBox h4, .local__content .borderBox h5, .local__content .borderBox h6 {
  margin-top: 0;
}
.local__content .borderBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .borderBox {
    padding: 30px 20px;
  }
}
.local__content .borderBox + .borderBox {
  margin-top: 30px;
}
.local__content .checkBox {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  margin: 60px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .checkBox {
    padding: 25px 10px;
  }
}
.local__content .checkBox__ttl {
  color: #EA8B39;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  position: absolute;
  inset: 0 auto auto 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.local__content .checkBox__ttl.is_gray {
  color: #6B6B6B;
}
.local__content .checkBox ul {
  display: -ms-grid;
  display: grid;
  gap: 0 30px;
  margin-bottom: 10px;
}
.local__content .checkBox ul.is_2list {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .checkBox ul.is_2list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.local__content .checkBox ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
.local__content .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "txtbox" "imgbox";
  }
  .local__content .grid .imgBox {
    grid-area: imgbox;
  }
  .local__content .grid .txtBox {
    grid-area: txtbox;
  }
}
@media screen and (max-width: 768px){
  .local__content .grid .imgBox {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .local__content .grid .txtBox {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.local__content .qaaBox {
  margin-bottom: 30px;
}
.local__content .qaaBox dt {
  background-color: #fc9937;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  padding: 7px 50px 7px 7px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.local__content .qaaBox dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #382410 transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.local__content .qaaBox dt.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.local__content .qaaBox dd {
  background: #FBF5EF;
  display: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .qaaBox {
    margin-bottom: 20px;
  }
  .local__content .qaaBox dt {
    font-size: 16px;
  }
  .local__content .qaaBox dd {
    padding: 20px;
  }
}
.local__content .meritList {
  padding-left: 0;
}
.local__content .meritList li {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto;
  grid-template-columns: 160px auto;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList li {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.local__content .meritList li:not(:last-child) {
  margin-bottom: 40px;
}
.local__content .meritList__num {
  aspect-ratio: 1/1;
  background: #EFFAFF;
  border-radius: 50%;
  border: solid 1px #0F2D3D;
  color: #0F2D3D;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .local__content .meritList__num {
    font-size: 18px;
    margin: auto;
    width: 120px;
  }
}
.local__content .meritList__num span {
  display: block;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .local__content .meritList__num span {
    font-size: 28px;
  }
}
.local__content .flowList {
  border-top: solid 1px #727171;
  padding-left: 0;
}
.local__content .flowList li {
  border-bottom: solid 1px #727171;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 200px;
  grid-template-columns: auto 200px;
  gap: 40px;
  padding: 20px 0;
}
.local__content .flowList li.is_single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .local__content .flowList li {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .local__content .flowList li div img {
    width: 200px;
  }
}
.local__content .flowList__ttl {
  color: #EA8B39;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 10px;
}
.local__content .flowList p {
  line-height: 1.5;
}

#topic_path {
  color: #382410;
  padding: 10px 0;
  font-weight: 400;
  word-break: break-all;
  margin: auto;
  max-width: 1266px;
  width: 100%;
}

#topic_path li {
  display: inline-block;
  font-size: 16px;
}

#topic_path li:not(:first-child) {
  margin-left: 0.5em;
}
#topic_path li:not(:first-child)::before {
  content: ">";
  margin-right: 0.5em;
  vertical-align: 2px;
}

#topic_path li br {
  display: none;
}

#topic_path a {
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  display: inline-block;
}

#topic_path a:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}

.newsList {
  margin-top: 100px;
  max-width: 900px;
  padding-bottom: 100px;
  width: 100%;
}
.newsList-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
.newsList-item {
  background-color: #F5F5F5;
}
.newsList-item-link {
  display: block;
  padding: 25px 30px;
}
.newsList-item-date {
  color: #569065;
  font-size: 14px;
}
.newsList-item-category {
  border: 1px solid #569065;
  border-radius: 50vh;
  color: #569065;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 10px;
}
.newsList-item-title {
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
}
.newsList-item-text {
  font-size: 16px;
  margin-top: 10px;
}

.newsBox {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 215px auto;
  grid-template-columns: 215px auto;
  gap: 80px;
  margin: 100px auto;
}
.newsBox__pageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin: 60px auto 0;
  max-width: 474px;
  width: 100%;
}
.newsBox__pageLink__item {
  min-width: 118px;
}
.newsBox__pageLink__item a {
  border: solid 1px #14288c;
  border-radius: 6px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 6px 10px;
}
.newsBox__pageLink__item.is_prev a {
  text-align: right;
  position: relative;
}
.newsBox__pageLink__item.is_prev a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 8px 3.5px 0;
  border-color: transparent #382410 transparent transparent;
}
.newsBox__pageLink__item.is_center {
  text-align: center;
}
.newsBox__pageLink__item.is_next a {
  position: relative;
}
.newsBox__pageLink__item.is_next a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 8px;
  border-color: transparent transparent transparent #382410;
}
@media screen and (max-width: 768px) {
  .newsBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 70px;
    margin: 26px auto 40px;
  }
  .newsBox__pageLink {
    gap: 10px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-top: 52px;
    position: relative;
  }
  .newsBox__pageLink__item.is_prev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .newsBox__pageLink__item.is_center {
    margin: auto;
  }
  .newsBox__pageLink__item.is_next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

#navi {
  max-width: 215px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #navi {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tb_ovn_news {
  margin-top: 5px;
}

.news_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news_sub .date {
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  border: 1px solid #0068b7;
  border-radius: 50vh;
  color: #0068b7;
  font-size: 10px;
  padding: 2px 6px;
}
.news_sub .tb_tt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

.news_tt {
  border-top: 3px solid #14288c;
  border-bottom: solid 1px #D9D9D9;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}

.news_cate {
  margin-bottom: 40px;
}
.news_cate li {
  border-bottom: solid 1px #D9D9D9;
  color: #14288c;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0;
  text-align: center;
}

.navi-date {
  border-bottom: solid 1px #D9D9D9;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0 10px 14px;
  position: relative;
}
.navi-date::before {
  background: #382410;
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 2px;
}

.year_tit {
  cursor: pointer;
  position: relative;
}
.year_tit::before {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #ccc transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.year_tit.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.monthlist {
  display: none;
  margin-top: 5px;
}
.monthlist li {
  line-height: 1.6;
}

.content_post .news_img {
  background-color: #FBF5EF;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 612px;
  height: 400px;
}
.content_post .news_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content_post .news_img {
    margin: 0 auto 60px;
    max-width: 100%;
    height: 233px;
  }
}

.content_post {
  width: 100%;
}
.content_post .section {
  background: #e5f4f6;
  padding: 40px;
}
.content_post__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-bottom: 40px;
}
.content_post h2 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 16px;
  word-break: break-all;
}
.content_post p {
  line-height: 2.125em;
  margin: 0 0 2.125em;
}
.content_post p a {
  color: #569065;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
  }
  .content_post__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .content_post h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 16px;
  }
  .content_post p {
    line-height: 2.125em;
    margin: 0 0 2.125em;
  }
  .content_post p a {
    color: #569065;
    text-decoration: underline;
  }
}

.section.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.wp-pagenavi span.current {
  background: #0068b7;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #F5F5F5;
  border-radius: 5px;
  color: #868686;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
  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;
  min-width: 28px;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #0068b7;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background: #F5F5F5;
  color: #868686;
}

.pagination {
  display: block;
  width: 100%;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination__item {
  display: block;
}
.pagination .page-numbers {
  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;
  width: 30px;
  height: 30px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers.current {
  color: #000;
  background-color: #eee;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover {
    color: #000;
    background-color: #eee;
  }
}

.single-post {
  display: block;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .single-post {
    padding: 40px 0;
  }
}
.single-post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.single-post__sidebar {
  display: block;
  width: 270px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .single-post__sidebar {
    display: none;
  }
}
.single-post__sidebar-title {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background-color: #eee;
  padding: 15px;
  margin-top: 15px;
}
.single-post__sidebar-title:first-child {
  margin-top: 0;
}
.single-post__card {
  display: block;
  margin-top: 15px;
}
.single-post__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-post__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post__card-item:last-child .single-post__card-inner:after {
  display: none;
}
.single-post__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 5px;
  padding: 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.single-post__card-inner:after {
  background-color: #ccc;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .single-post__card-inner:hover {
    opacity: 0.5;
  }
}
.single-post__card-date {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}
.single-post__card-title {
  display: block;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.single-post__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: auto;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single-post__content {
  display: block;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.1);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .single-post__content {
    background-color: transparent;
    padding: 0;
  }
}
.single-post__content h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.single-post__content h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-post__content h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.single-post__content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.single-post__content h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-post__content p,
.single-post__content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content p,
  .single-post__content a {
    font-size: 14px;
    line-height: 22px;
  }
}
.single-post__content a {
  text-decoration: underline;
}
@media (hover: hover) {
  .single-post__content a:hover {
    text-decoration: none;
  }
}

.notFound {
  padding: 50px 0;
}
.notFound__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 100px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #14288C;
}
@media screen and (max-width: 768px) {
  .notFound__ttl {
    font-size: 13.9534883721vw;
  }
}
.notFound__txt {
  font-size: 24px;
  text-align: center;
  color: #14288C;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .notFound__txt {
    font-size: 3.7209302326vw;
  }
}
.notFound__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .notFound__btn {
    margin-top: 4.6511627907vw;
  }
}
.notFound__btn a {
  margin: auto;
}



/* about setting */
.about {
  background-image: url(../images/about_bg.webp);
  background-size: cover;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .about {
    padding: 50px 0;
  }
}
.about .about__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
padding-top:0px;
	padding-bottom:40px;
}


.kaisha {
width: 100%;
	margin-bottom:30px;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}

.page-content,
.js-fadeUp {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}


.page-title.cmn-ttl {
  position: relative;
  width: 100%;
  height: 260px; /* 背景帯の高さ（お好みで調整） */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff; /* 文字色（白） */
  background-color: #003C69;
  /* 単色にしたい場合は下記を使う */
  /* background-color: #006b5b; */
}

/* 英語タイトル（上段） */
.cmn-ttl__en {

  letter-spacing: 0.15em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* 日本語タイトル（下段） */
.cmn-ttl__jp {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .page-title.cmn-ttl {
    height: 180px;
    padding: 0 20px;
  }
  .cmn-ttl__en {
    font-size: 2.2rem;
  }
  .cmn-ttl__jp {
    font-size: 1.4rem;
  }
}

/* 下層ページ専用ヘッダー */
.header.is-sub .header-navList__link a {
  color: #333 !important;
}

/* 下層ページタイトル帯 */
.subpage-title {
  width: 100%;
  background-color: #003C69; /* 好きな色に変更 */
  color: #fff;
  text-align: center;
  padding: 60px 20px;
  margin-top: 0;
}

.subpage-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .subpage-title {
    padding: 40px 10px;
  }
  .subpage-title h1 {
    font-size: 1.8rem;
  }
}

.inquiry{
	width:100%;

}

/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */

/* 自動入力されるPタグを無効にする */
.inquiry p {
   display: inline;
}

/*テーブル下に余白.枠線・テキストの行間 */
table.inquiry {

   margin-bottom: 30px;
   border:solid 1px #d7d7d7;
   line-height:1.2;
   vertical-align:middle;

}

/* テーブルの行 */
.inquiry tr {
   border:0!important;
}

/* テーブルの見出し側 */
.inquiry th{
   text-align:left;
   font-size:14px;
   color:#444;
   padding:1em 0.5em;
   width:0;
   background:#efefef;
   border:solid 1px #d7d7d7;
   white-space: nowrap;
   vertical-align: middle;
}

/* 必須と任意タグ */
.haveto,.any{
   font-size:13px;
   padding:5px;
   background:#ff9393;
   color:#fff;
   border-radius:2px;
   margin-right:5px;
   font-weight:normal;
}

/* 任意タグの背景カラー */
.any{
   background:#93c9ff;
}

/* テーブルフォーム側 */
.inquiry td{
   font-size:13px;
   border:solid 1px #d7d7d7;	
}

/* 入力エリア幅最大 */
.wpcf7-form-control {
   width: 100%;
}

/* フォーム入力欄の余白・背景カラー・枠線消す指定 */
.inquiry input,.inquiry select,.inquiry textarea {
   margin: 5px 0;
   background:#eff1f5;
   border: none;
   padding:0.7em;
}
.inquiry textarea {
   padding-bottom:10em;
}

/* チェックボックスとラジオボタンの位置調整 */
.wpcf7-list-item-label,.wpcf7-checkbox,input[type=checkbox],input[type=radio]{
   vertical-align:middle;
}
.wpcf7-list-item-label{
   padding:0 5px 0 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist{
   display:inline-grid;
}

/* 送信ボタンのデザイン */
.wpcf7-submit{
   display: block;
   margin:10px auto;
   padding:1em 0;
   width:80%;
   background:#09b555;
   color:#fff;
   font-size:18px;
   font-weight:bold;	 
   border-radius:4px;
   border: none;
}

/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.9;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}

.koteispace{
	margin-top:70px;
}


/* Layout base */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.section {
  padding: 64px 0;
}
.section--gray {
  background: #f7f7f8;
}

/* Hero */
.repair-hero {
  position: relative;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 100%), url("/wp-content/uploads/repair_hero.jpg") center/cover no-repeat;
  color: #fff;
}
.repair-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 96px 16px;
  text-align: center;
}
.repair-hero__title {
  font-size: 36px;
  line-height: 1.3;
  margin: 0 0 12px;
  letter-spacing: 0.04em;
}
.repair-hero__lead {
  font-size: 16px;
  margin: 0;
  opacity: 0.95;
}

/* Intro grid */
.intro-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: start;
}
.intro-grid__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.intro-grid__image figcaption {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

/* Headings */
.midashi {
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 16px;
  padding-left: 14px;
  border-left: 4px solid #003C69; /* グリーン系 */
}

/* Checklist */
.checklist {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.checklist li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #003C69;
  box-shadow: inset 0 0 0 4px #fff;
}

/* Menu cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.card {
  background: #fff;
  border: 1px solid #e7e7ea;
  border-radius: 10px;
  padding: 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.card__title {
  font-size: 18px;
  margin: 0 0 8px;
}
.card__text {
  font-size: 14px;
  color: #444;
  margin: 0;
}

/* Flow Section 修正版 */
.flow-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flow-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid #e7e7ea;
  border-radius: 10px;
  padding: 20px;
}

.flow-list__step {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #003C69;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.flow-list__body {
  flex: 1;
  text-align: left;
}

.flow-list__body h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #222;
}

.flow-list__body p {
  margin: 0;
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 640px) {
  .flow-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .flow-list__step {
    width: 50px;
    height: 50px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .flow-list__body {
    text-align: center;
  }
}

/* FAQ */
.faq__item {
  background: #fff;
  border: 1px solid #e7e7ea;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.faq__q {
  font-weight: 700;
  cursor: pointer;
}
.faq__a {
  margin-top: 8px;
  color: #444;
  font-size: 14px;
}

/* CTA */
.cta {
  text-align: center;
}
.cta__title {
  font-size: 24px;
  margin: 0 0 10px;
}
.cta__text {
  margin: 0 0 16px;
  color: #444;
}
.cta__buttons {
  display: inline-flex;
  gap: 12px;
}
.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid transparent;
}
.btn--primary {
  background: #003C69;
  color: #fff;
}
.btn--primary:hover {
  background: #256a2a;
}
.btn--outline {
  background: #fff;
  color: #003C69;
  border-color: #003C69;
}
.btn--outline:hover {
  background: #f3fdf3;
}

/* Responsive */
@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .intro-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .repair-hero__inner {
    padding: 72px 16px;
  }
  .repair-hero__title {
    font-size: 28px;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .flow-list li {
    grid-template-columns: 56px 1fr;
  }
}


/* ───────────────
  NEWSページ本文
─────────────── */
.news-body {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 40px 24px;
  max-width: 900px;
  margin: 0 auto 60px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
}

.news-inner {
  max-width: 780px;
  margin: 0 auto;
}

.news-title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
  border-left: 5px solid #2e7d32;
  padding-left: 14px;
}

.news-lead {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 32px;
}

.news-subtitle {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #2e7d32;
  font-weight: 700;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 6px;
}

.news-list {
  margin: 0 0 30px 20px;
  padding: 0;
}
.news-list li {
  margin-bottom: 8px;
  line-height: 1.8;
  list-style-type: disc;
  color: #333;
}

.news-links {
  background: #f7f7f8;
  border-radius: 8px;
  padding: 24px 20px;
  margin-top: 40px;
  text-align: center;
}
.news-links__lead {
  font-weight: 700;
  margin-bottom: 16px;
}
.news-links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-links__list li a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #2e7d32;
  color: #2e7d32;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s ease;
}
.news-links__list li a:hover {
  background: #2e7d32;
  color: #fff;
}

/* ───────────────
  Responsive
─────────────── */
@media (max-width: 768px) {
  .news-body {
    padding: 24px 16px;
  }
  .news-title {
    font-size: 22px;
  }
  .news-subtitle {
    font-size: 18px;
  }
  .news-links__list {
    flex-direction: column;
    gap: 10px;
  }
}


/*# sourceMappingURL=style.css.map*/