@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 1440px) {
  :root {
    --s: 0.069444vw;
    --h: 0.069444vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.1vw;
    --h: 0.1vw;
    --f: 0.23vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: calc(var(--f) * 16);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #222;
}
@media screen and (max-width: 960px) {
  body {
    line-height: 1.85;
  }
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp {
  display: none;
}

@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
span.nl {
  display: inline-block;
}

.cta {
  position: relative;
  background: url(../img/_common/contact-bg.jpg) center top/cover no-repeat;
}
.cta__head {
  margin: 0 0 calc(var(--h) * 48);
  color: #fff;
  text-align: center;
}
.cta__head .ja {
  display: block;
  margin: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 27);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.cta__head .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  color: #688199;
  font-size: calc(var(--f) * 17);
}
@media screen and (max-width: 960px) {
  .cta__head .ja {
    font-size: calc(var(--f) * 22);
  }
  .cta__head .en {
    font-size: calc(var(--f) * 16);
  }
}
.cta__head .en {
  color: #fff;
  text-align: center;
}
.cta__tel {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  color: #fff;
  font-size: calc(var(--f) * 40);
}
.cta__tel a {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: inline-block;
  letter-spacing: 0.075em;
}
.cta__tel a:hover {
  opacity: 0.7;
}
.cta__tel a small {
  font-size: 0.7em;
}
.cta__form {
  display: inline-block;
}
.cta__form .label {
  position: relative;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  padding: 1.1em 2em;
  font-size: calc(var(--f) * 16);
  line-height: 1.5;
  background: #e9eef3;
  border-right: 1px solid #dadfe5;
  border-bottom: 1px solid #dadfe5;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.cta__form .label.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  font-size: calc(var(--f) * 15);
}
.cta__form .ico {
  position: absolute;
  right: calc(var(--f) * 3);
  bottom: calc(var(--f) * 3);
  display: block;
  width: calc(var(--f) * 12);
  height: calc(var(--f) * 12);
  background: #eab0cf;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.cta__form:hover .label {
  color: #fff;
  background-color: #062b50;
}
.cta__form .label {
  color: #fff;
  font-size: calc(var(--f) * 20);
  font-weight: 700;
  background: transparent;
  border: 2px solid #fff;
}
.cta__form:hover .label {
  color: #062b50;
  background-color: #fff;
}
@media screen and (min-width: 960.02px) {
  .cta {
    padding: calc(var(--h) * 70) 0 calc(var(--h) * 90);
  }
  .cta__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 calc(var(--s) * 50);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .cta__head {
    width: 100%;
  }
  .cta__tel {
    width: calc((100% - var(--s) * 50) / 2);
    text-align: right;
  }
  .cta__form {
    width: calc(var(--f) * 380);
  }
}
@media screen and (max-width: 960px) {
  .cta {
    padding: calc(var(--h) * 115) 0 calc(var(--h) * 135);
  }
  .cta__tel {
    margin: 0 0 calc(var(--f) * 12);
    text-align: center;
  }
  .cta__form {
    width: 100%;
  }
  .cta__form .label {
    width: calc(var(--f) * 340);
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    margin: 0 auto;
  }
}

.download {
  position: relative;
  background: #e9eef3;
}
.download__container {
  width: calc(var(--f) * 860);
  max-width: 88vw;
  padding: calc(var(--h) * 80) 0 calc(var(--h) * 110);
  margin: 0 auto;
}
.download__head {
  margin: 0 0 calc(var(--h) * 48);
  text-align: center;
}
.download__head .ja {
  display: block;
  margin: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 27);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.download__head .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  color: #688199;
  font-size: calc(var(--f) * 17);
}
@media screen and (max-width: 960px) {
  .download__head .ja {
    font-size: calc(var(--f) * 22);
  }
  .download__head .en {
    font-size: calc(var(--f) * 16);
  }
}
.download__head .en {
  text-align: center;
}
.download__items a {
  position: relative;
  display: block;
  width: 100%;
  padding: calc(var(--f) * 40) 0 calc(var(--f) * 30);
  font-size: calc(var(--f) * 17);
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border-right: 1px solid #dadfe5;
  border-bottom: 1px solid #dadfe5;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.download__items a img {
  display: inline-block;
  width: 60%;
  margin: 0 0 calc(var(--h) * 16);
  border: 1px solid #ccc;
}
.download__items a small {
  display: block;
  width: 5em;
  margin: calc(var(--f) * 12) auto 0;
  color: #fff;
  font-size: 0.85em;
  text-align: center;
  background: #062b50;
}
.download__items a::after {
  content: "";
  position: absolute;
  right: calc(var(--f) * 3);
  bottom: calc(var(--f) * 3);
  display: block;
  width: calc(var(--f) * 12);
  height: calc(var(--f) * 12);
  background: #eab0cf;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.download__items a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960.02px) {
  .download__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(var(--s) * 50);
  }
  .download__items li {
    width: calc(var(--f) * 300);
  }
}
@media screen and (max-width: 960px) {
  .download {
    padding: calc(var(--h) * 60) 0 calc(var(--h) * 70);
  }
  .download__items li {
    margin: 0 calc(var(--f) * 40) calc(var(--f) * 20);
  }
  .download__items li:last-child {
    margin-bottom: 0;
  }
}

.footer__copyright {
  padding: 1.25em 0 1em;
  background: #062b50;
}
.footer__copyright small {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  color: #a2c1e0;
  font-size: calc(var(--f) * 13);
  letter-spacing: 0.15em;
  text-align: center;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.header__logo {
  padding: 0 0 0 calc(var(--s) * 15);
}
.header__logo img {
  display: block;
  width: calc(var(--f) * 188);
}
.header__number {
  position: relative;
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  padding: 0 0 calc(var(--f) * 12) calc(var(--f) * 18);
  font-size: calc(var(--f) * 12);
  line-height: 1.3;
}
@media screen and (min-width: 960.02px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: calc(var(--f) * 80);
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: calc(var(--f) * 70);
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__logo img {
    width: calc(var(--f) * 165);
  }
  .header__number {
    font-size: calc(var(--f) * 11.5);
  }
}

@media screen and (min-width: 960.02px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .nav__btn, .nav__label {
    display: none;
  }
  .nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 26);
  }
  .nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 38);
  }
  .nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 calc(var(--f) * 4);
  }
  .nav__item a {
    font-size: calc(var(--f) * 14);
  }
  .nav__instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__instagram a {
    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: 100%;
    height: 100%;
    padding: 0 calc(var(--f) * 22);
    background: url(../img/_common/instagram-bg.png) center/cover no-repeat;
  }
  .nav__instagram a img {
    display: block;
    width: calc(var(--f) * 25);
  }
  .nav__instagram a .sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .nav__btn {
    display: none;
  }
  .nav__label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 70 * 0.75);
    height: calc(var(--f) * 70);
    background: #062b50;
  }
  .nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 38%;
    height: 2px;
    margin: auto;
    background: #fff;
  }
  .nav__label span::before, .nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .nav__label span::before {
    top: calc(var(--f) * -9);
  }
  .nav__label span::after {
    top: calc(var(--f) * 9);
  }
  .nav__btn:checked + .nav__label span {
    background: transparent;
  }
  .nav__btn:checked + .nav__label span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav__btn:checked + .nav__label span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: calc(var(--f) * 70);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: calc(100svh - var(--f) * 70);
    background: rgba(6, 43, 80, 0.85);
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__btn:checked + .nav__label + .nav {
    pointer-events: all;
    opacity: 1;
    left: 0;
  }
  .nav__container {
    width: 100%;
  }
  .nav__items {
    width: 100%;
    padding: 0 6vw;
  }
  .nav__items li {
    margin: 0 0 calc(var(--f) * 16);
  }
  .nav__items a {
    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;
    height: calc(var(--f) * 52);
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 999px;
  }
  .nav__instagram {
    width: 100%;
    padding: 0 6vw;
    text-align: center;
  }
  .nav__instagram a {
    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;
    height: calc(var(--f) * 52);
    border-radius: 999px;
    background: url(../img/_common/instagram-bg.png) center/100% 150% no-repeat;
  }
  .nav__instagram a img {
    display: block;
    width: calc(var(--f) * 20);
    margin-right: calc(var(--f) * 10);
  }
  .nav__instagram a .sp {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.65;
    text-align: left;
    color: #fff;
    text-align: center;
  }
}

.home-about {
  position: relative;
  padding: calc(var(--h) * 120) 0 calc(var(--h) * 140);
}
.home-about__container {
  position: relative;
  z-index: 10;
  width: calc(var(--f) * 1280);
  max-width: 88vw;
  margin: 0 auto;
}
.home-about__head {
  margin: 0 0 calc(var(--h) * 48);
}
.home-about__head .ja {
  display: block;
  margin: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 27);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.home-about__head .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  color: #688199;
  font-size: calc(var(--f) * 17);
}
@media screen and (max-width: 960px) {
  .home-about__head .ja {
    font-size: calc(var(--f) * 22);
  }
  .home-about__head .en {
    font-size: calc(var(--f) * 16);
  }
}
.home-about__text {
  margin: 0 0 calc(var(--h) * 40);
}
.home-about__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 20);
}
.home-about__nav li {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-about__nav li .label {
  position: relative;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  padding: 1.1em 2em;
  font-size: calc(var(--f) * 16);
  line-height: 1.5;
  background: #e9eef3;
  border-right: 1px solid #dadfe5;
  border-bottom: 1px solid #dadfe5;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-about__nav li .label.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  font-size: calc(var(--f) * 15);
}
.home-about__nav li .ico {
  position: absolute;
  right: calc(var(--f) * 3);
  bottom: calc(var(--f) * 3);
  display: block;
  width: calc(var(--f) * 12);
  height: calc(var(--f) * 12);
  background: #eab0cf;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-about__nav li:hover .label {
  color: #fff;
  background-color: #062b50;
}
@media screen and (min-width: 960.02px) {
  .home-about__bg {
    position: absolute;
    right: 0;
    top: 0;
  }
  .home-about__bg img {
    width: calc(var(--s) * 941);
  }
}
@media screen and (max-width: 960px) {
  .home-about {
    padding-bottom: calc(var(--h) * 40);
  }
  .home-about__bg {
    padding-top: calc(var(--h) * 20);
  }
}

.home-business {
  position: relative;
}
.home-business__top {
  padding: calc(var(--h) * 140) 0 calc(var(--h) * 12);
  text-align: center;
}
.home-business__top::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 3);
  margin: calc(var(--f) * 24) auto calc(var(--f) * 32);
  background: #688199;
}
.home-business__top .ja {
  display: block;
  font-size: calc(var(--f) * 27);
  font-weight: 700;
  letter-spacing: 0.15em;
}
.home-business__item {
  position: relative;
}
.home-business__head {
  margin: 0 0 calc(var(--h) * 48);
}
.home-business__head .ja {
  display: block;
  margin: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 27);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.home-business__head .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  color: #688199;
  font-size: calc(var(--f) * 17);
}
@media screen and (max-width: 960px) {
  .home-business__head .ja {
    font-size: calc(var(--f) * 22);
  }
  .home-business__head .en {
    font-size: calc(var(--f) * 16);
  }
}
.home-business__text {
  margin: 0 0 calc(var(--h) * 40);
}
.home-business__more {
  display: inline-block;
  width: calc(var(--f) * 300);
}
.home-business__more .label {
  position: relative;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  padding: 1.1em 2em;
  font-size: calc(var(--f) * 16);
  line-height: 1.5;
  background: #e9eef3;
  border-right: 1px solid #dadfe5;
  border-bottom: 1px solid #dadfe5;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-business__more .label.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  font-size: calc(var(--f) * 15);
}
.home-business__more .ico {
  position: absolute;
  right: calc(var(--f) * 3);
  bottom: calc(var(--f) * 3);
  display: block;
  width: calc(var(--f) * 12);
  height: calc(var(--f) * 12);
  background: #eab0cf;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.home-business__more:hover .label {
  color: #fff;
  background-color: #062b50;
}
.home-business__bg {
  position: relative;
  position: relative;
  overflow: hidden;
}
.home-business__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-business__bg img {
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 960.02px) {
  .home-business__container {
    position: relative;
    z-index: 10;
    max-width: 88vw;
    padding: calc(var(--h) * 185) 0;
    margin: 0 auto;
  }
  .home-business__item:nth-child(2n+1) .home-business__container {
    padding-left: 60.5%;
  }
  .home-business__item:nth-child(2n+2) .home-business__container {
    padding-left: 3vw;
    padding-right: 40vw;
  }
  .home-business__bg {
    position: absolute;
    top: 0;
    width: calc(50% + var(--f) * 94);
    height: 100%;
  }
  .home-business__bg::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: calc(var(--f) * 260);
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  .home-business__item:nth-child(2n+1) .home-business__bg {
    left: 0;
  }
  .home-business__item:nth-child(2n+1) .home-business__bg::after {
    right: 0;
  }
  .home-business__item:nth-child(2n+2) .home-business__bg {
    right: 0;
  }
  .home-business__item:nth-child(2n+2) .home-business__bg::after {
    left: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media screen and (max-width: 960px) {
  .home-business__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-business__container {
    padding: calc(var(--h) * 75) 6vw calc(var(--h) * 150);
  }
  .home-business__bg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    height: 50vw;
  }
}

.home-ig {
  position: relative;
  overflow: hidden;
  background: #e9eef3;
}
.home-ig__item {
  position: relative;
}
.home-ig__container {
  width: calc(var(--f) * 860);
  max-width: 88vw;
  padding: calc(var(--h) * 120) 0;
  margin: 0 auto;
}
.home-ig__head {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  font-size: calc(var(--f) * 28);
  text-align: center;
}
.home-ig__head img {
  display: block;
  width: calc(var(--f) * 56);
  margin: 0 auto calc(var(--f) * 16);
}
.home-ig__text {
  margin: 0 0 calc(var(--h) * 40);
  text-align: center;
}
.home-ig__list {
  margin: 0 0 calc(var(--h) * 60);
}
.home-ig__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--s) * 30);
}
.home-ig__list li {
  width: calc((100% - var(--s) * 90) / 4);
}
.home-ig__more {
  position: relative;
  margin: calc(var(--f) * -110) 0 calc(var(--h) * 60);
  text-align: center;
}
.home-ig__more__text {
  position: relative;
  top: calc(var(--f) * -5);
  left: calc(var(--f) * 255);
  display: block;
  width: calc(var(--f) * 340);
  margin: 0 auto;
}
.home-ig__more__link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  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: calc(var(--f) * 460);
  max-width: 90%;
  height: calc(var(--f) * 52);
  margin: 0 auto;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  background: url(../img/_common/instagram-bg.png) center/100% 150% no-repeat;
}
.home-ig__more__link img {
  display: block;
  width: calc(var(--f) * 20);
  margin-right: calc(var(--f) * 10);
}
.home-ig__bg {
  position: relative;
  position: relative;
  overflow: hidden;
}
.home-ig__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-ig__bg img {
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 960.02px) {
  .home-ig__container {
    position: relative;
    z-index: 10;
  }
  .home-ig__item:nth-child(2n+1) .home-ig__container {
    padding-left: 60.5%;
  }
  .home-ig__item:nth-child(2n+2) .home-ig__container {
    padding-left: 9.7%;
  }
  .home-ig__bg {
    position: absolute;
    top: 0;
    width: calc(50% + var(--f) * 94);
    height: 100%;
  }
  .home-ig__bg::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: calc(var(--f) * 260);
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }
  .home-ig__item:nth-child(2n+1) .home-ig__bg {
    left: 0;
  }
  .home-ig__item:nth-child(2n+1) .home-ig__bg::after {
    right: 0;
  }
  .home-ig__item:nth-child(2n+2) .home-ig__bg {
    right: 0;
  }
  .home-ig__item:nth-child(2n+2) .home-ig__bg::after {
    left: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media screen and (max-width: 960px) {
  .home-ig__more {
    position: relative;
    margin: calc(var(--f) * 20) 0 calc(var(--h) * 60);
    text-align: center;
  }
  .home-ig__more__text {
    top: calc(var(--f) * -10);
    left: calc(var(--f) * 60);
    width: calc(var(--f) * 290);
  }
  .home-ig__list ul {
    gap: calc(var(--s) * 10);
  }
  .home-ig__list li {
    width: calc((100% - var(--s) * 20) / 3);
  }
}

.home-mv {
  padding-top: calc(var(--f) * 80);
  margin: 0 0 calc(var(--f) * 30);
}
.home-mv__container {
  position: relative;
}
.home-mv__text {
  position: absolute;
  left: 0;
  bottom: calc(var(--s) * 90);
  z-index: 100;
}
.home-mv__text img {
  width: calc(var(--s) * 600);
}
.home-mv__swiper .photo img {
  display: block;
  width: 100%;
}
.home-mv__pagination {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 12);
  padding: calc(var(--f) * 10) 0 0;
}
.home-mv__pagination .swiper-pagination-bullet {
  position: relative;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 30);
  margin: 0 !important;
  border-radius: 0;
  background: none;
}
.home-mv__pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin: auto 0;
  background: #688199;
}
.home-mv__pagination .swiper-pagination-bullet-active::before {
  background: #062b50;
}
@media screen and (max-width: 960px) {
  .home-mv {
    padding-top: calc(var(--f) * 70);
  }
  .home-mv__swiper .photo {
    position: relative;
    height: 100vw;
  }
  .home-mv__swiper .photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-mv__text img {
    width: 94vw;
  }
}

.home-qualification {
  position: relative;
  padding: calc(var(--h) * 120) 0;
  background: #e9eef3;
}
.home-qualification__container {
  width: calc(var(--f) * 1280);
  max-width: 88vw;
  margin: 0 auto;
}
.home-qualification__head {
  margin: 0 0 calc(var(--h) * 48);
  text-align: center;
}
.home-qualification__head .ja {
  display: block;
  margin: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 27);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.home-qualification__head .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  color: #688199;
  font-size: calc(var(--f) * 17);
}
@media screen and (max-width: 960px) {
  .home-qualification__head .ja {
    font-size: calc(var(--f) * 22);
  }
  .home-qualification__head .en {
    font-size: calc(var(--f) * 16);
  }
}
.home-qualification__head .en {
  text-align: center;
}
.home-qualification__text {
  margin: 0 0 calc(var(--h) * 40);
  text-align: center;
}
.home-qualification__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--f) * 20);
}
.home-qualification__list li {
  width: calc((100% - var(--f) * 60) / 4);
  padding: calc(var(--s) * 16);
  background: #fff;
}
@media screen and (max-width: 960px) {
  .home-qualification__list ul {
    gap: calc(var(--f) * 10);
  }
  .home-qualification__list li {
    width: calc((100% - var(--f) * 20) / 3);
  }
}

.about-data {
  padding: calc(var(--h) * 120) 0;
  background: #e9eef3;
}
.about-data__container {
  width: calc(var(--f) * 860);
  max-width: 88vw;
  margin: 0 auto;
}
.about-data__head {
  margin: 0 0 calc(var(--h) * 48);
  text-align: center;
}
.about-data__head .ja {
  display: block;
  margin: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 27);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.about-data__head .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  color: #688199;
  font-size: calc(var(--f) * 17);
}
@media screen and (max-width: 960px) {
  .about-data__head .ja {
    font-size: calc(var(--f) * 22);
  }
  .about-data__head .en {
    font-size: calc(var(--f) * 16);
  }
}
.about-data__head .en {
  text-align: center;
}
.about-data__data {
  margin: 0 0 calc(var(--h) * 40);
}
.about-data__data table {
  width: 100%;
}
.about-data__data table td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.about-data__data table td ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.about-data__data table td ul li::after {
  content: "";
  width: 1px;
  height: 1em;
  margin: 0 0.5em;
  background: #222;
  white-space: nowrap;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
.about-data__data table td ul li:last-child::after {
  display: none;
}
.about-data__data table td iframe {
  display: block;
  width: 100%;
  height: calc(var(--f) * 260);
  margin: calc(var(--f) * 12) 0;
  border: calc(var(--f) * 3) solid #fff;
}
@media screen and (min-width: 960.02px) {
  .about-data__data table {
    border-top: 1px solid #ccc;
  }
  .about-data__data table th, .about-data__data table td {
    padding: calc(var(--f) * 16) 0;
    border-bottom: 1px solid #ccc;
  }
  .about-data__data table th {
    position: relative;
    padding-right: 1.5em;
    padding-left: calc(var(--f) * 14);
    color: #062b50;
    font-weight: 700;
    white-space: nowrap;
  }
  .about-data__data table th::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(var(--f) * 20);
    display: block;
    width: calc(var(--f) * 3);
    height: 1.6em;
    background: #062b50;
  }
  .about-data__data table td {
    font-size: calc(var(--f) * 15);
  }
}
@media screen and (max-width: 960px) {
  .about-data__data table {
    border-top: 1px solid #ccc;
  }
  .about-data__data table th, .about-data__data table td {
    display: block;
  }
  .about-data__data table th {
    position: relative;
    padding: calc(var(--f) * 16) 1.5em calc(var(--f) * 8) calc(var(--f) * 14);
    color: #062b50;
    font-weight: 700;
    white-space: nowrap;
  }
  .about-data__data table th::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(var(--f) * 20);
    display: block;
    width: calc(var(--f) * 3);
    height: 1.6em;
    background: #062b50;
  }
  .about-data__data table td {
    padding-bottom: calc(var(--f) * 16);
    font-size: calc(var(--f) * 15);
    border-bottom: 1px solid #ccc;
  }
}

.about-message {
  position: relative;
  padding: calc(var(--h) * 120) 0;
  background: url(../img/about/message-bg.jpg) center top no-repeat;
}
.about-message__container {
  width: calc(var(--f) * 860);
  max-width: 88vw;
  margin: 0 auto;
}
.about-message__head {
  margin: 0 0 calc(var(--h) * 48);
}
.about-message__head .ja {
  display: block;
  margin: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 27);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.about-message__head .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  color: #688199;
  font-size: calc(var(--f) * 17);
}
@media screen and (max-width: 960px) {
  .about-message__head .ja {
    font-size: calc(var(--f) * 22);
  }
  .about-message__head .en {
    font-size: calc(var(--f) * 16);
  }
}
.about-message__contents {
  margin: 0 0 calc(var(--h) * 40);
}
.about-message__contents p {
  margin: 0 0 1em;
}
.about-message__contents p:last-child {
  margin-bottom: 0;
}
.about-message__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.about-message__name dt {
  padding: 0 0.5em 0.15em 0;
}
.about-message__name dd {
  font-size: calc(var(--f) * 20);
}
.about-message__photo {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% calc(var(--h) * 90), 100% 100%, 0 calc(100% - var(--h) * 90));
          clip-path: polygon(0 0, 100% calc(var(--h) * 90), 100% 100%, 0 calc(100% - var(--h) * 90));
}
.about-message__photo img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960.02px) {
  .about-message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-message__text {
    padding-top: calc(var(--h) * 80);
  }
  .about-message__photo {
    width: calc(var(--s) * 320);
  }
}
@media screen and (max-width: 960px) {
  .about-message {
    padding-top: calc(var(--h) * 640);
  }
  .about-message__photo {
    position: absolute;
    right: 6vw;
    top: 6vw;
    width: 42vw;
  }
}

.contact-form {
  padding: calc(var(--h) * 120) 0;
  background: #e9eef3;
}
.contact-form .required {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 0.5em 0 0;
  color: #fff;
  font-size: calc(var(--f) * 12);
  line-height: 1.75;
  font-weight: 300;
  background: #062b50;
}
.contact-form__container {
  width: calc(var(--f) * 860);
  max-width: 88vw;
  margin: 0 auto;
}
.contact-form__notice {
  margin: 0 0 calc(var(--h) * 40);
  text-align: center;
}
.contact-form__input {
  margin: 0 0 calc(var(--h) * 80);
}
.contact-form__input table {
  width: 100%;
}
.contact-form__input table th, .contact-form__input table td {
  font-size: calc(var(--f) * 15);
}
.contact-form__input input[type=text],
.contact-form__input input[type=tel],
.contact-form__input input[type=email],
.contact-form__input select,
.contact-form__input textarea {
  display: block;
  width: 100% !important;
  padding: calc(var(--f) * 10);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: none;
  border-radius: calc(var(--f) * 5);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: 0 calc(var(--f) * 4) calc(var(--f) * 12) 0 rgba(34, 34, 34, 0.05);
          box-shadow: 0 calc(var(--f) * 4) calc(var(--f) * 12) 0 rgba(34, 34, 34, 0.05);
}
.contact-form__input .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--f) * 20);
  white-space: nowrap;
}
.contact-form__input .address__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 10);
  width: 100%;
}
.contact-form__input .address__box .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form__input .address__box--1 {
  width: calc((100% - var(--f) * 30) * 0.4);
}
.contact-form__input .address__box--2 {
  width: calc((100% - var(--f) * 30) * 0.6);
}
.contact-form__input .address__box--3 span, .contact-form__input .address__box--4 span {
  width: 8em;
}
.contact-form__input .radio .wpcf7-list-item {
  display: block;
  margin: 0.5em 0;
}
.contact-form__input .radio .wpcf7-list-item input {
  display: none;
}
.contact-form__input .radio .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 10);
}
.contact-form__input .radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  width: 2em;
  height: 2em;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}
.contact-form__input .radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: #062b50;
  font-weight: 600;
}
.contact-form__input .radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background: #062b50;
  -webkit-box-shadow: 0 0 0 calc(var(--f) * 6) #fff inset;
          box-shadow: 0 0 0 calc(var(--f) * 6) #fff inset;
}
.contact-form__input textarea {
  height: calc(var(--f) * 160);
}
.contact-form__privacy {
  margin: 0 0 calc(var(--h) * 80);
}
.contact-form__privacy__head {
  padding: 0 0 0 calc(var(--f) * 10);
  margin: 0 0 calc(var(--f) * 16);
  font-size: calc(var(--f) * 17);
  font-weight: 700;
  border-left: 2px solid #062b50;
}
.contact-form__privacy__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(var(--f) * 200);
  padding: 0 calc(var(--f) * 20) calc(var(--f) * 20);
  background: rgba(255, 255, 255, 0.75);
}
.contact-form__privacy__inner h4 {
  margin: 1em 0 0;
  color: #062b50;
  font-size: calc(var(--f) * 15);
  font-weight: 700;
}
.contact-form__privacy__inner h5 {
  margin: 1em 0 0;
  font-size: calc(var(--f) * 14);
  font-weight: 700;
}
.contact-form__privacy__inner p {
  font-size: calc(var(--f) * 14);
}
.contact-form__submit {
  text-align: center;
}
.contact-form__submit input[type=submit] {
  display: inline-block;
  cursor: pointer;
  width: calc(var(--f) * 400);
  max-width: 92%;
  padding: 0.75em 1em 0.75em 1.15em;
  color: #fff;
  font-size: calc(var(--f) * 20);
  letter-spacing: 0.15em;
  font-weight: 300;
  text-align: center;
  background: #062b50;
  border: 1px solid #062b50;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 999px;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.contact-form__submit input[type=submit]:hover {
  color: #062b50;
  background: #fff;
}
@media screen and (min-width: 960.02px) {
  .contact-form__input table {
    border-top: 1px solid #ccc;
  }
  .contact-form__input table th, .contact-form__input table td {
    padding: calc(var(--f) * 26) 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
  }
  .contact-form__input table th {
    position: relative;
    padding-top: calc(var(--f) * 32);
    padding-right: 3em;
    color: #062b50;
    font-weight: 700;
    white-space: nowrap;
  }
  .contact-form__input table td {
    font-size: calc(var(--f) * 15);
  }
}
@media screen and (max-width: 960px) {
  .contact-form__input table {
    border-top: 1px solid #ccc;
  }
  .contact-form__input table th, .contact-form__input table td {
    display: block;
    vertical-align: top;
  }
  .contact-form__input table th {
    position: relative;
    padding: calc(var(--f) * 16) 0 calc(var(--f) * 12);
    color: #062b50;
    font-weight: 700;
    white-space: nowrap;
  }
  .contact-form__input table td {
    padding: 0 0 calc(var(--f) * 20);
    font-size: calc(var(--f) * 15);
    border-bottom: 1px solid #ccc;
  }
  .contact-form .address__box--1, .contact-form .address__box--2 {
    width: 100%;
  }
  .contact-form .address__box--1 span, .contact-form .address__box--2 span {
    width: 8em;
  }
  .contact-form .address__box--1 span, .contact-form .address__box--2 span, .contact-form .address__box--3 span, .contact-form .address__box--4 span {
    text-align: right;
  }
}

.contact-thanks {
  padding: calc(var(--h) * 120) 0;
}
.contact-thanks__container {
  width: calc(var(--f) * 860);
  max-width: 88vw;
  margin: 0 auto;
}
.contact-thanks__notice {
  margin: 0 0 calc(var(--h) * 40);
  text-align: center;
}
.contact-thanks__notice h2 {
  margin: 0 0 calc(var(--f) * 20);
  font-size: calc(var(--f) * 21);
  font-weight: 700;
}

.pagetitle {
  padding: calc(var(--f) * 80) 0 0;
}
.pagetitle__container {
  background: #4272a2 url(../img/about/pagetitle.jpg) right center/100% auto no-repeat;
}
body.scaffolding .pagetitle__container {
  background-image: url(../img/scaffolding/pagetitle.jpg);
}
body.painting .pagetitle__container {
  background-image: url(../img/painting/pagetitle.jpg);
}
body.contact .pagetitle__container {
  background-image: url(../img/contact/pagetitle.jpg);
}
.pagetitle__text {
  padding: calc(var(--f) * 55) 0 calc(var(--f) * 58);
}
.pagetitle__text .ja {
  display: block;
  color: #fff;
  font-size: calc(var(--f) * 26);
  letter-spacing: 0.15em;
  text-align: center;
}
.pagetitle__text .en {
  display: block;
  color: #eab0cf;
  font-size: calc(var(--f) * 15);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .pagetitle {
    padding: calc(var(--f) * 70) 0 0;
  }
  .pagetitle__text {
    padding: calc(var(--f) * 34) 0 calc(var(--f) * 36);
  }
}

.service-case {
  position: relative;
  overflow: hidden;
  padding: 0 0 calc(var(--h) * 120);
}
.service-case__container {
  width: calc(var(--f) * 1280);
  max-width: 88vw;
  margin: 0 auto;
}
.service-case:nth-child(2n+1) .service-case__container::before {
  content: "";
  opacity: 0.5;
  display: block;
  width: 100%;
  height: calc(var(--f) * 4);
  background: #ccc;
}
.service-case__slide {
  position: relative;
}
.service-case__head {
  padding-top: calc(var(--h) * 80);
  text-align: center;
}
.service-case__head::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 3);
  margin: calc(var(--f) * 24) auto calc(var(--f) * 32);
  background: #688199;
}
.service-case__head .ja {
  display: block;
  font-size: calc(var(--f) * 27);
  font-weight: 700;
  letter-spacing: 0.15em;
}
.service-case__swiper {
  position: relative;
}
.service-case__swiper .photo {
  position: relative;
  aspect-ratio: 4/3;
  margin: 0 2px;
}
.service-case__swiper .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-case__swiper .photo.test {
  position: relative;
}
.service-case__swiper .photo.test::after {
  content: "こちらは仮の写真です";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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;
  width: calc(var(--f) * 260);
  height: calc(var(--f) * 42);
  margin: auto;
  color: #fff;
  font-size: calc(var(--f) * 18);
  background: #990d0c;
  border: 2px solid;
}
.service-case__swiper .text {
  padding: 1em 2em;
  text-align: center;
}
.service-case__swiper .text h3 {
  margin: 0 0 0.5em;
  font-size: calc(var(--f) * 20);
  font-weight: 700;
}
.service-case__prev, .service-case__next {
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  display: block;
  width: 50vw;
  height: 100%;
  background: url(../img/_common/slide-button.svg) left center/calc(var(--f) * 60) auto no-repeat;
}
.service-case__prev {
  right: calc(100% - var(--f) * 30);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.service-case__next {
  left: calc(100% - var(--f) * 30);
}
.service-case__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  padding: calc(var(--f) * 16) 0 0;
}
.service-case__pagination .swiper-pagination-bullet {
  position: relative;
  width: calc(var(--f) * 30);
  height: calc(var(--f) * 30);
  margin: 0 !important;
  border-radius: 0;
  background: none;
}
.service-case__pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin: auto 0;
  background: #688199;
}
.service-case__pagination .swiper-pagination-bullet-active::before {
  background: #062b50;
}
.service-case__kodawari {
  margin: 0 0 calc(var(--h) * 80);
}
.service-case__kodawari__head {
  margin: 0 0 calc(var(--h) * 18);
  color: #062b50;
  font-size: calc(var(--f) * 20);
  font-weight: 700;
  text-align: center;
}
.service-case__kodawari__list {
  margin: 0 0 calc(var(--h) * 60);
}
.service-case__kodawari__list li {
  position: relative;
  padding: calc(var(--f) * 20) calc(var(--f) * 20) calc(var(--f) * 48);
  background: #e9eef3;
  border-radius: calc(var(--f) * 10);
}
.service-case__kodawari__list li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: calc(var(--f) * 90);
  color: #062b50;
  font-size: calc(var(--f) * 18);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.service-case__kodawari__list li p {
  font-size: calc(var(--f) * 15);
}
.service-case__kodawari__list li .count {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  position: absolute;
  right: calc(var(--f) * 16);
  bottom: 0;
  opacity: 0.15;
  display: block;
  color: #062b50;
  font-size: calc(var(--f) * 120);
  line-height: 1;
}
.service-case__kodawari__list li .photo img {
  border-radius: calc(var(--f) * 10);
}
.service-case__kodawari__bottom {
  padding: calc(var(--f) * 26) 0 calc(var(--f) * 28);
  border-top: calc(var(--f) * 8) solid rgba(6, 43, 80, 0.15);
  border-bottom: calc(var(--f) * 8) solid rgba(6, 43, 80, 0.15);
  background: #fff;
}
.service-case__kodawari__bottom h3 {
  margin: 0 0 calc(var(--f) * 12);
  color: #062b50;
  font-size: calc(var(--f) * 22);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.service-case__kodawari__bottom h3 img {
  display: block;
  height: calc(var(--f) * 46);
  margin: 0 auto calc(var(--f) * 10);
}
.service-case__kodawari__bottom p {
  text-align: center;
}
@media screen and (min-width: 960.02px) {
  .service-case__slide {
    width: calc(var(--f) * 760);
    margin: 0 auto;
  }
  .service-case__prev, .service-case__next {
    height: calc(var(--f) * 570);
  }
  .service-case__kodawari__list ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 20);
  }
  .service-case__kodawari__list li {
    width: calc((100% - var(--s) * 60) / 4);
  }
}
@media screen and (max-width: 960px) {
  .service-case__prev, .service-case__next {
    height: calc(var(--f) * 284);
  }
  .service-case__kodawari__list {
    margin-top: calc(var(--f) * 30);
  }
  .service-case__kodawari__list li {
    margin: 0 0 calc(var(--f) * 20);
  }
  .service-case__kodawari__list li:last-child {
    margin-bottom: 0;
  }
  .service-case__kodawari__list li .photo {
    margin: 0 calc(var(--f) * 30);
  }
}

.service-detail {
  padding: calc(var(--h) * 120) 0;
  background: #e9eef3;
}
.service-detail__container {
  width: calc(var(--f) * 1280);
  max-width: 88vw;
  margin: 0 auto;
}
.service-detail__head {
  text-align: center;
}
.service-detail__head::after {
  content: "";
  display: block;
  width: calc(var(--f) * 40);
  height: calc(var(--f) * 3);
  margin: calc(var(--f) * 24) auto calc(var(--f) * 32);
  background: #688199;
}
.service-detail__head .ja {
  display: block;
  font-size: calc(var(--f) * 27);
  font-weight: 700;
  letter-spacing: 0.15em;
}
.service-detail__top {
  margin: 0 0 calc(var(--h) * 64);
  color: #062b50;
  font-size: calc(var(--f) * 20);
  font-weight: 700;
  text-align: center;
}
.service-detail__contents {
  margin: 0 0 calc(var(--h) * 100);
}
.service-detail__contents:last-child {
  margin-bottom: 0;
}
.service-detail__contents__box {
  margin: 0 0 calc(var(--h) * 100);
}
.service-detail__contents__box:last-child {
  margin-bottom: 0;
}
.service-detail__contents__text h3 {
  margin: 0 0 calc(var(--f) * 10);
  color: #062b50;
  font-size: calc(var(--f) * 20);
  font-weight: 700;
}
.service-detail__contents__text p {
  margin: 0 0 1em;
}
.service-detail__contents__text p b {
  font-size: calc(var(--f) * 18);
  font-weight: 700;
}
.service-detail__contents__text p b.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #f3e224), color-stop(100%, #f3e224), to(transparent));
  background: linear-gradient(transparent 55%, #f3e224 55%, #f3e224 100%, transparent 100%);
}
.service-detail__contents__text p:last-child {
  margin-bottom: 0;
}
.service-detail__contents__photo {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--f) * 10);
}
.service-detail__contents__gallery img {
  display: block;
  width: 100%;
  border-radius: calc(var(--f) * 10);
}
.service-detail__contents__bottom {
  font-size: calc(var(--f) * 18);
  font-weight: 700;
  text-align: center;
}
.service-detail__contents__bottom b {
  display: inline-block;
  padding: 0 0.15em;
  font-size: 1.25em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #f3e224), color-stop(85%, #f3e224), color-stop(85%, transparent));
  background: linear-gradient(transparent 55%, #f3e224 55%, #f3e224 85%, transparent 85%);
}
.service-detail__info {
  margin: 0 0 calc(var(--h) * 100);
}
.service-detail__info:last-child {
  margin-bottom: 0;
}
.service-detail__info__box {
  position: relative;
  overflow: hidden;
  margin: 0 0 calc(var(--f) * 32);
  background: #fff;
  border-radius: calc(var(--f) * 10);
}
.service-detail__info__box:last-child {
  margin-bottom: 0;
}
.service-detail__info__text {
  padding: calc(var(--f) * 40);
}
.service-detail__info__title {
  position: relative;
  margin: 0 0 calc(var(--f) * 16);
  color: #062b50;
  font-size: calc(var(--f) * 22);
  font-weight: 700;
}
.service-detail__info__title b {
  display: inline-block;
  padding: 0 0.15em;
  font-size: 1.25em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #f3e224), color-stop(85%, #f3e224), color-stop(85%, transparent));
  background: linear-gradient(transparent 55%, #f3e224 55%, #f3e224 85%, transparent 85%);
}
.service-detail__check {
  margin: 0 0 calc(var(--h) * 100);
}
.service-detail__check:last-child {
  margin-bottom: 0;
}
.service-detail__check__text {
  margin: 0 0 calc(var(--f) * 60);
}
.service-detail__check__illust {
  margin: 0 0 calc(var(--f) * 60);
  text-align: center;
}
.service-detail__check__illust img {
  display: inline-block;
  width: calc(var(--f) * 640);
}
.service-detail__check__list div {
  position: relative;
  padding: calc(var(--f) * 36) calc(var(--f) * 32) calc(var(--f) * 32);
  border-radius: calc(var(--f) * 10);
  background: #e9eef3;
}
.service-detail__check__list h3 {
  padding: 0 0 0 calc(var(--f) * 12);
  margin: 0 0 calc(var(--f) * 16);
  color: #062b50;
  font-size: calc(var(--f) * 21);
  line-height: 1.4;
  font-weight: 700;
  border-left: calc(var(--f) * 4) solid #062b50;
}
.service-detail__check__list div > ol > li {
  margin: 0 0 calc(var(--f) * 16);
}
.service-detail__check__list div > ol > li:last-child {
  margin-bottom: 0;
}
.service-detail__check__list div > ol > li > h4 {
  margin: 0 0 calc(var(--f) * 4);
  font-size: calc(var(--f) * 17);
  font-weight: 700;
}
.service-detail__check__list div > ol > li > ul > li {
  position: relative;
  padding: 0 0 calc(var(--f) * 6) 1.65em;
}
.service-detail__check__list div > ol > li > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  display: block;
  width: 1.1em;
  height: 0.6em;
  border-left: 2px solid #062b50;
  border-bottom: 2px solid #062b50;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service-detail__check__list .photo img {
  display: block;
  border: 2px solid #fff;
}
.service-detail__price {
  margin: 0 0 calc(var(--h) * 100);
}
.service-detail__price:last-child {
  margin-bottom: 0;
}
.service-detail__price__head {
  padding: 0 0 0 calc(var(--f) * 12);
  margin: 0 0 calc(var(--f) * 16);
  color: #062b50;
  font-size: calc(var(--f) * 21);
  line-height: 1.4;
  font-weight: 700;
  border-left: calc(var(--f) * 4) solid #062b50;
}
.service-detail__price__table {
  overflow-x: scroll;
}
.service-detail__price__table table {
  width: 100%;
}
.service-detail__price__table thead th, .service-detail__price__table thead td {
  padding: 0.8em 0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  background: #062b50;
}
.service-detail__price__table tbody tr {
  background: #fff;
}
.service-detail__price__table tbody tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5);
}
.service-detail__price__table tbody th {
  font-weight: 700;
  white-space: nowrap;
}
.service-detail__price__table tbody th, .service-detail__price__table tbody td {
  padding: 1em 2em;
  text-align: center;
  white-space: nowrap;
}
.service-detail__price__table tbody tr.price td {
  font-size: calc(var(--f) * 20);
  font-weight: 700;
}
.service-detail__price__table tbody tr.price td small {
  font-size: 0.85em;
}
.service-detail__price__table tbody tr.notice td {
  font-size: calc(var(--f) * 15);
  text-align: left;
  white-space: unset;
}
.service-detail__price__notice p {
  margin: 0.5em 0 0;
  font-size: calc(var(--f) * 15);
  text-align: right;
}
.service-detail__banner {
  text-align: center;
}
.service-detail__case {
  margin: 0 0 calc(var(--h) * 100);
}
.service-detail__case:last-child {
  margin-bottom: 0;
}
.service-detail__case__title {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1em;
  margin: 0 0 calc(var(--h) * 32);
  color: #062b50;
  font-size: calc(var(--f) * 24);
  font-weight: 700;
  white-space: nowrap;
}
.service-detail__case__title::before, .service-detail__case__title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #062b50;
}
.service-detail__case__list {
  margin: calc(var(--f) * -10) 0 calc(var(--h) * 60);
}
.service-detail__case__list h4 {
  margin: 0 0 calc(var(--f) * 16);
  color: #062b50;
  font-size: calc(var(--f) * 18);
  line-height: 1.55;
  font-weight: 700;
  text-align: center;
}
.service-detail__case__list h4 .count {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  font-size: 2.25em;
  text-align: center;
}
.service-detail__long-text {
  width: calc(var(--f) * 860);
  max-width: 100%;
  margin: 0 auto calc(var(--h) * 100);
}
.service-detail__long-text:last-child {
  margin-bottom: 0;
}
.service-detail__long-text__title {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1em;
  margin: 0 0 calc(var(--h) * 40);
  color: #062b50;
  font-size: calc(var(--f) * 24);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.service-detail__long-text__title::before, .service-detail__long-text__title::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #062b50;
}
.service-detail__long-text__text {
  margin: 0 0 calc(var(--h) * 60);
}
.service-detail__long-text__text h4 {
  margin: 0 0 calc(var(--f) * 8);
  color: #062b50;
  font-size: calc(var(--f) * 18);
  line-height: 1.55;
  font-weight: 700;
}
.service-detail__long-text__text p {
  margin: 0 0 1.5em;
}
.service-detail__long-text__text b {
  display: inline-block;
  padding: 0 0.15em;
  font-size: 1.15em;
  font-weight: 700;
}
.service-detail__long-text__text b.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #f3e224), color-stop(85%, #f3e224), color-stop(85%, transparent));
  background: linear-gradient(transparent 55%, #f3e224 55%, #f3e224 85%, transparent 85%);
}
.service-detail__offer {
  margin: 0 auto calc(var(--h) * 100);
}
.service-detail__offer:last-child {
  margin-bottom: 0;
}
.service-detail__offer__box {
  padding: calc(var(--f) * 26) calc(var(--f) * 30) calc(var(--f) * 28);
  border: calc(var(--f) * 8) solid rgba(6, 43, 80, 0.25);
  background: #fff;
}
.service-detail__offer__box h3 {
  margin: 0 0 calc(var(--f) * 12);
  color: #062b50;
  font-size: calc(var(--f) * 22);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.service-detail__offer__box h3 img {
  display: block;
  height: calc(var(--f) * 46);
  margin: 0 auto calc(var(--f) * 10);
}
.service-detail__offer__box p {
  text-align: center;
}
.service-detail__offer__box b {
  display: inline-block;
  padding: 0 0.15em;
  font-size: 1.15em;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #f3e224), color-stop(85%, #f3e224), color-stop(85%, transparent));
  background: linear-gradient(transparent 55%, #f3e224 55%, #f3e224 85%, transparent 85%);
}
.service-detail__offer__box small {
  font-size: 0.85em;
}
.service-detail__flow {
  width: calc(var(--f) * 860);
  max-width: 100%;
  margin: 0 auto calc(var(--h) * 100);
}
.service-detail__flow:last-child {
  margin-bottom: 0;
}
.service-detail__flow__list li {
  position: relative;
  padding: calc(var(--f) * 32);
  margin: 0 0 calc(var(--f) * 40);
  background: #e9eef3;
  border-radius: calc(var(--f) * 10);
}
.service-detail__flow__list li::after {
  content: "";
  position: absolute;
  top: calc(100% + var(--f) * 12);
  right: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 32);
  height: calc(var(--f) * 16);
  margin: 0 auto;
  background: #062b50;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.service-detail__flow__list li .count {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  position: absolute;
  left: calc(var(--f) * 16);
  bottom: 0;
  opacity: 0.15;
  display: block;
  color: #062b50;
  font-size: calc(var(--f) * 120);
  line-height: 1;
}
.service-detail__flow__list li .text {
  width: 100%;
}
.service-detail__flow__list li h3 {
  margin: 0 0 calc(var(--f) * 12);
  color: #062b50;
  font-size: calc(var(--f) * 18);
  line-height: 1.5;
  font-weight: 700;
}
.service-detail__flow__list li:last-child {
  background: rgba(243, 226, 36, 0.25);
}
.service-detail__flow__list li:last-child::after {
  display: none;
}
.service-detail:nth-child(2n) {
  background: #fff;
}
.service-detail:nth-child(2n) .service-detail__info__box {
  background: #e9eef3;
}
@media screen and (min-width: 960.02px) {
  .service-detail__contents__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--s) * 60);
  }
  .service-detail__contents__text {
    width: 100%;
  }
  .service-detail__contents__photo {
    width: calc(var(--s) * 520);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .service-detail__contents__gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--f) * 16);
  }
  .service-detail__contents__gallery li {
    width: calc((100% - var(--f) * 16) / 2);
  }
  .service-detail__contents__box:nth-child(2n) .service-detail__contents__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .service-detail__info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-detail__info__text {
    width: 100%;
  }
  .service-detail__info__photo {
    position: relative;
    width: calc(var(--s) * 400);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .service-detail__info__photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-detail__info__box:nth-child(2n) .service-detail__info__photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .service-detail__check__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(var(--s) * 40);
  }
  .service-detail__check__list div {
    width: calc((100% - var(--s) * 40) / 2);
    padding-right: calc(var(--f) * 160);
  }
  .service-detail__check__list .photo {
    position: absolute;
    top: calc(var(--f) * 32);
    right: calc(var(--f) * 32);
    display: block;
    width: calc(var(--f) * 110);
  }
  .service-detail__check__list .photo img {
    margin: 0 0 calc(var(--f) * 10);
  }
  .service-detail__check__text {
    text-align: center;
  }
  .service-detail__case__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 60);
  }
  .service-detail__case__list li {
    width: calc((100% - var(--s) * 120) / 3);
  }
  .service-detail__offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(var(--s) * 40);
  }
  .service-detail__offer__box {
    width: calc((100% - var(--s) * 40) / 2);
  }
  .service-detail__flow__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    gap: calc(var(--f) * 28);
  }
  .service-detail__flow__list li .photo {
    width: calc(var(--s) * 240);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .service-detail__flow__list li .text {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 960px) {
  .service-detail__contents__photo {
    margin: calc(var(--h) * 80) 0 0;
  }
  .service-detail__contents__gallery {
    position: relative;
    margin-top: calc(var(--h) * -60);
  }
  .service-detail__contents__gallery li {
    margin: calc(var(--f) * 16) 0 0;
  }
  .service-detail__check__list div {
    margin: 0 0 calc(var(--f) * 20);
  }
  .service-detail__check__list div:last-child {
    margin-bottom: 0;
  }
  .service-detail__check__list .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(var(--f) * 10);
    margin-top: calc(var(--f) * 16);
  }
  .service-detail__check__list .photo img {
    width: calc(var(--f) * 90);
  }
  .service-detail__offer__box {
    margin-bottom: calc(var(--f) * 20);
  }
  .service-detail__offer__box:last-child {
    margin-bottom: 0;
  }
  .service-detail__offer__box p {
    text-align: left;
  }
  .service-detail__price__table {
    overflow-x: scroll;
    margin-right: -6vw;
    margin-left: -6vw;
    padding-left: 6vw;
  }
  .service-detail__price__table table {
    width: 160vw;
  }
  .service-detail__flow__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(var(--f) * 18);
  }
  .service-detail__flow__list li .count {
    top: calc(var(--f) * 8);
    bottom: unset;
  }
  .service-detail__flow__list li .text {
    width: 100%;
  }
  .service-detail__flow__list li .text:nth-child(2):nth-last-child(1) {
    padding-top: calc(var(--f) * 46);
  }
  .service-detail__flow__list li .photo {
    width: calc(var(--s) * 480);
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.service-intro {
  padding: calc(var(--h) * 120) 0;
}
.service-intro__container {
  width: calc(var(--f) * 1280);
  max-width: 88vw;
  margin: 0 auto;
}
.service-intro__head {
  margin: 0 0 calc(var(--h) * 48);
  text-align: center;
}
.service-intro__head .ja {
  display: block;
  margin: 0 0 calc(var(--f) * 5);
  font-size: calc(var(--f) * 27);
  font-weight: 600;
  letter-spacing: 0.15em;
}
.service-intro__head .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: left;
  display: block;
  color: #688199;
  font-size: calc(var(--f) * 17);
}
@media screen and (max-width: 960px) {
  .service-intro__head .ja {
    font-size: calc(var(--f) * 22);
  }
  .service-intro__head .en {
    font-size: calc(var(--f) * 16);
  }
}
.service-intro__head .en {
  text-align: center;
}
.service-intro__contents {
  margin: 0 0 calc(var(--h) * 80);
}
.service-intro__contents p {
  margin: 0 0 1em;
}
.service-intro__contents p:last-child {
  margin-bottom: 0;
}
.service-intro__nav {
  padding: calc(var(--f) * 20);
  background: #e8e8e8;
  border-radius: calc(var(--f) * 10);
}
.service-intro__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(var(--f) * 10) calc(var(--f) * 30);
}
.service-intro__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: calc(var(--f) * 10);
}
.service-intro__nav a::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #062b50;
  border-bottom: 2px solid #062b50;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 960.02px) {
  .service-intro__contents {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .service-intro__nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}