@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  -webkit-font-smoothing: antialiased;
  --clr-text: #000;
  --clr-text-light: #222;
  --clr-placeholder: #a7a7a7;
  --clr-blue: #224c9a;
  --clr-lightblue: #4cb1cf;
  --ff-sans: YakuHanJP, "Noto Sans JP", sans-serif;
  --ff-Barlow: "Barlow", sans-serif;
  --fz-sp: 1.6rem;
  --fz-md: 1.6rem;
  --ls: normal;
  --lh: 2;
  --speed: 250ms;
  --speed-fast: 200ms;
  --speed-slow: 300ms;
  --delay: 100ms;
  --spSize: 750;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
body {
  background-color: #fff;
}

.ui-widget,
body {
  font: inherit;
  font-family: var(--ff-sans);
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  letter-spacing: var(--ls);
  font-feature-settings: "pkna" 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
::before,
::after {
  box-sizing: border-box;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  font-size: 16px;
  font-family: var(--ff-sans);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  font-feature-settings: "palt" 1;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: 2px solid #125fc4;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}
input::placeholder,
textarea::placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}

select {
  border-radius: 0;
}
select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}

button {
  font-size: var(--fz-sp);
  font-family: var(--ff-sans);
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}
@media (768px <= width) {
  button {
    font-size: var(--fz-md);
    cursor: pointer;
  }
}

b,
strong,
.bold {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 1rem;
}

sub {
  vertical-align: baseline;
  font-size: 1rem;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
body.is-menuopen {
  overflow: hidden;
}

#stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  font-size: var(--fz-sp);
  font-weight: 400;
  font-family: var(--ff-sans);
  line-height: 2;
  color: var(--clr-text-light);
}
@media (768px <= width) {
  #stage {
    font-size: var(--fz-md);
    min-width: 1350px;
  }
}

@media (768px <= width) {
  .w_1200 {
    margin-left: max(50% - 600px, 50px);
    margin-right: max(50% - 600px, 50px);
    max-width: 1200px;
    width: calc(100% - 100px);
  }
  .w_1400 {
    margin-left: max(50% - 700px, 50px);
    margin-right: max(50% - 700px, 50px);
    max-width: 1400px;
    width: calc(100% - 100px);
  }
  .w_1600 {
    margin-left: max(50% - 800px, 50px);
    margin-right: max(50% - 800px, 50px);
    max-width: 1600px;
    width: calc(100% - 100px);
  }
}
@media (width < 768px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
}
@media (768px <= width) {
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
}
ul.dot li {
  position: relative;
  padding-left: 1em;
}
ul.dot li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--clr-blue);
  position: absolute;
  left: 0;
  top: 0.8em;
  border-radius: 100px;
}
ul.dot.gray li::before {
  background-color: var(--clr-lightYellow4);
}

ol.number > li {
  padding-left: 1.7em;
  position: relative;
  counter-increment: number;
}
ol.number > li::before {
  content: counter(number);
  position: absolute;
  left: 0.3em;
}

ol.numberdot > li {
  padding-left: 2em;
  position: relative;
  counter-increment: numberdot;
}
ol.numberdot > li::before {
  content: counter(numberdot) ". ";
  position: absolute;
  left: 0.3em;
  color: var(--clr-gray1);
  font-weight: 500;
}

em {
  font-style: italic;
}

a,
.btn {
  color: var(--clr-text);
  text-decoration: none;
}

@media (hover: hover) and (width >= 768px) {
  a[href^="tel:"]:hover {
    opacity: 1;
    cursor: context-menu;
  }
}
svg {
  -webkit-backface-visibility: hidden;
}

p + p {
  margin-top: 1.5em;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
body.is-follow .header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
@media (768px <= width) {
  body.is-follow .header {
    height: 118px;
  }
}
body.is-follow.is-menuopen .header {
  box-shadow: none;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: calc(339 / var(--spSize) * 100vw);
  height: calc(114 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__logo {
    width: 215px;
    height: 54px;
    margin-top: 20px;
  }
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/logo_white_sp.webp") center/calc(279 / var(--spSize) * 100vw) auto no-repeat;
  text-indent: -9990px;
}
@media (768px <= width) {
  .header__logo a {
    background: url("../images/logo_white.webp") center/215px auto no-repeat;
    background-image: -webkit-image-set(url("../images/logo_white.webp") 1x, url("../images/logo_white@2x.webp") 2x);
    background-image: image-set(url("../images/logo_white.webp") 1x, url("../images/logo_white@2x.webp") 2x);
  }
}
body.is-follow .header__logo a {
  background-image: url("../images/logo_color_sp.webp");
}
.header__menu {
  display: block;
  margin: calc(19 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__menu {
    display: none;
  }
}
.header__menu-button {
  width: calc(100 / var(--spSize) * 100vw);
  height: calc(100 / var(--spSize) * 100vw);
}
.header__menu-icon {
  background: url("../images/btn_menu_open.webp") center/calc(100 / var(--spSize) * 100vw) auto no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.header__openmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 30;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
  pointer-events: none;
}
@media (768px <= width) {
  .header__openmenu {
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    background: none;
    height: 118px;
  }
  .header__openmenu .header__inner {
    display: none;
  }
}
body.is-menuopen .header__openmenu {
  opacity: 1;
  pointer-events: auto;
}
.header__openmenu .header__logo a {
  background-image: url(../images/logo_color_sp.webp);
}
.header__openmenu .header__menu-icon {
  background-image: url(../images/btn_menu_close.webp);
}
.header__nav {
  margin: calc(60 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__nav {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header__nav-list {
  border-top: 1px solid #ccc;
}
@media (768px <= width) {
  .header__nav-list {
    border: none;
    display: flex;
    align-items: center;
  }
}
.header__nav-item {
  border-bottom: 1px solid #ccc;
}
@media (768px <= width) {
  .header__nav-item {
    border: none;
  }
}
.header__nav-item a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 4;
  padding: 0 calc(20 / var(--spSize) * 100vw);
  display: block;
}
@media (768px <= width) {
  .header__nav-item a {
    font-size: 1.6rem;
    color: #fff;
    padding: 0 27px;
  }
  body.is-follow .header__nav-item a {
    color: var(--clr-text-light);
  }
}
@media (hover: hover) and (width >= 768px) {
  .header__nav-item a {
    transition: all var(--speed) ease-in-out;
    position: relative;
  }
  .header__nav-item a::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 6px);
    border-radius: 100%;
    opacity: 0;
    transition: all 200ms cubic-bezier(0.43, 0.05, 0.17, 1);
  }
  body.is-follow .header__nav-item a::after {
    background-color: var(--clr-blue);
  }
  .header__nav-item a:hover {
    color: #fff;
  }
  body.is-follow .header__nav-item a:hover {
    color: var(--clr-blue);
  }
  .header__nav-item a:hover::after {
    bottom: -12px;
    opacity: 1;
  }
}
.header__nav .contact {
  margin-top: calc(80 / var(--spSize) * 100vw);
}
.header__nav .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(18 / var(--spSize) * 100vw);
  background: linear-gradient(110deg, #224c9a 0%, #58b0d9 100%, #224c9a 200%) 0 0/100% 200% no-repeat;
  border-radius: 100px;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  height: calc(120 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__nav .contact a {
    overflow: hidden;
    background: none;
    position: relative;
    font-size: 1.6rem;
  }
  .header__nav .contact a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(110deg, #224c9a 0%, #58b0d9 50%, #224c9a 100%) 0 0/100% 200% no-repeat;
  }
  .header__nav .contact a i,
  .header__nav .contact a span {
    position: relative;
  }
}
@media (hover: hover) and (width >= 768px) {
  .header__nav .contact a {
    transition: all var(--speed) ease-in-out;
  }
  .header__nav .contact a::before {
    transition: translate var(--speed) ease-in-out;
  }
  .header__nav .contact a:hover::before {
    translate: -50% 0;
  }
}
@media (768px <= width) {
  .header__nav .contact {
    margin: 0;
    margin-left: 35px;
    width: 220px;
  }
  .header__nav .contact a {
    gap: 10px;
    width: 100%;
    height: 58px;
  }
}

.footer {
  position: relative;
  background-color: #224c9a;
  background-image: linear-gradient(to top, rgba(34, 76, 154, 0.2) 0%, rgba(88, 176, 217, 0.2) 100%);
  padding: 0 calc(30 / var(--spSize) * 100vw) calc(60 / var(--spSize) * 100vw);
  margin-top: calc(-50 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer {
    padding: 0 0 50px;
    margin-top: -50px;
  }
}
.footer .bg-top {
  content: "";
  position: absolute;
  top: calc(-140 / var(--spSize) * 100vw);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #224c9a;
  background-image: linear-gradient(to top, rgba(34, 76, 154, 0.2) calc(-140 / var(--spSize) * 100vw), rgba(88, 176, 217, 0.2) calc(100% - 140 / var(--spSize) * 100vw));
  clip-path: ellipse(calc(489.5 / var(--spSize) * 100vw) calc(157.5 / var(--spSize) * 100vw) at 50% calc(157.5 / var(--spSize) * 100vw));
}
@media (768px <= width) {
  .footer .bg-top {
    background-image: linear-gradient(to top, rgba(34, 76, 154, 0.2) -75px, rgba(88, 176, 217, 0.2) calc(100% - 75px));
    clip-path: ellipse(70% 150px at 50% 150px);
    top: -75px;
  }
}
.footer__contact {
  position: relative;
}
@media (768px <= width) {
  .footer__contact {
    padding-top: 80px;
  }
}
.footer__contact-inner {
  color: #fff;
}
@media (768px <= width) {
  .footer__contact-inner {
    display: grid;
    grid-template-columns: auto 400px 378px;
    align-items: center;
  }
}
.footer__contact-title .en {
  font-size: 6rem;
  font-family: var(--ff-Barlow);
  font-weight: 600;
}
@media (768px <= width) {
  .footer__contact-title .en {
    font-size: 8rem;
  }
}
.footer__contact-title .jp {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__contact-title .jp {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
.footer__contact-text {
  margin-top: calc(40 / var(--spSize) * 100vw);
  font-size: 1.5rem;
  line-height: 2;
}
@media (768px <= width) {
  .footer__contact-text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.footer__contact-tel {
  margin-top: calc(70 / var(--spSize) * 100vw);
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__contact-tel {
    margin-top: 0;
    gap: 13px;
  }
}
.footer__contact-tel i {
  font-size: 2.8rem;
}
@media (768px <= width) {
  .footer__contact-tel i {
    font-size: 3rem;
  }
}
.footer__contact-tel span,
.footer__contact-tel a {
  color: #fff;
  font-size: 3.2rem;
  font-family: var(--ff-Barlow);
  font-weight: 600;
  line-height: 1;
}
@media (768px <= width) {
  .footer__contact-tel span,
  .footer__contact-tel a {
    font-size: 3.6rem;
  }
}
.footer__contact-mail {
  margin-top: calc(70 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__contact-mail {
    margin-top: 0;
  }
}
.footer__contact-mail a {
  border: 1px solid #fff;
  line-height: calc(183 / var(--spSize) * 100vw);
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
}
@media (768px <= width) {
  .footer__contact-mail a {
    font-size: 1.8rem;
    line-height: 98px;
  }
}
.footer__contact-mail a i {
  margin-right: calc(15 / var(--spSize) * 100vw);
  width: calc(70 / var(--spSize) * 100vw);
  height: calc(142 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__contact-mail a i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) and (width >= 768px) {
  .footer__contact-mail a {
    transition: all var(--speed) ease-in-out;
  }
  .footer__contact-mail a .icon-mail {
    transition: background var(--speed) ease-in-out;
  }
  .footer__contact-mail a:hover {
    background-color: #fff;
    color: var(--clr-blue);
  }
  .footer__contact-mail a:hover .icon-mail {
    background-image: url(../images/icon_mail_hover.svg);
  }
}
.footer__inner {
  background-color: #fff;
  border-radius: calc(40 / var(--spSize) * 100vw);
  margin-top: calc(80 / var(--spSize) * 100vw);
  padding: calc(50 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__inner {
    margin-top: 110px;
    border-radius: 30px;
    padding: 50px 30px 30px;
  }
  .footer__inner .wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer__inner .wrap:nth-child(2) {
    margin-top: 95px;
    border-top: 1px solid #ccc;
    padding-top: 25px;
  }
}
@media (width < 768px) {
  .footer__nav-anker {
    display: none;
  }
}
@media (768px <= width) {
  .footer__nav-anker {
    width: 50%;
  }
  .footer__nav-anker-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 15px;
    font-size: 1.6rem;
  }
  .footer__nav-anker-list a i {
    margin-left: 10px;
  }
}
@media (768px <= width) and (hover: hover) and (width >= 768px) {
  .footer__nav-anker-list a {
    transition: all var(--speed) ease-in-out;
  }
  .footer__nav-anker-list a:hover {
    color: var(--clr-blue);
  }
}
.footer__logo {
  width: calc(351 / var(--spSize) * 100vw);
  margin-left: auto;
  margin-right: auto;
}
@media (768px <= width) {
  .footer__logo {
    width: 237px;
    margin: 0;
  }
}
.footer__nav {
  margin-top: calc(65 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__nav {
    margin-top: 95px;
    margin-top: 0;
  }
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(30 / var(--spSize) * 100vw) calc(65 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__nav-list {
    gap: 35px;
  }
}
.footer__nav-item a {
  color: #666;
  font-size: 1.2rem;
}
.footer__nav-item a i {
  margin-left: calc(15 / var(--spSize) * 100vw);
  margin-top: calc(-5 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__nav-item a i {
    margin-left: 9px;
    margin-top: -5px;
  }
}
@media (hover: hover) and (width >= 768px) {
  .footer__nav-item a {
    transition: all var(--speed) ease-in-out;
  }
  .footer__nav-item a:hover {
    text-decoration: underline;
  }
}
.footer .corp {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 calc(18 / var(--spSize) * 100vw);
  margin-top: calc(60 / var(--spSize) * 100vw);
  font-size: 1.2rem;
  color: #666;
}
@media (768px <= width) {
  .footer .corp {
    margin: 0;
    font-size: 1.4rem;
    gap: 20px;
  }
}
.footer .corp a img {
  width: calc(271 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer .corp a img {
    width: 147px;
  }
}
.footer__copyright {
  margin-top: calc(50 / var(--spSize) * 100vw);
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
@media (768px <= width) {
  .footer__copyright {
    margin-top: 50px;
    font-size: 1.4rem;
  }
}

.main,
.footer {
  transition: filter 0.3s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
body.is-menuopen .main,
body.is-menuopen .footer {
  filter: blur(4px);
}

@media (768px <= width) {
  .w_1200 {
    margin-left: max(50% - 600px, 50px);
    margin-right: max(50% - 600px, 50px);
    max-width: 1200px;
    width: calc(100% - 100px);
  }
  .w_1300 {
    margin-left: max(50% - 650px, 50px);
    margin-right: max(50% - 650px, 50px);
    max-width: 1300px;
    width: calc(100% - 100px);
  }
  .w_1400 {
    margin-left: max(50% - 700px, 50px);
    margin-right: max(50% - 700px, 50px);
    max-width: 1400px;
    width: calc(100% - 100px);
  }
  .w_1500 {
    margin-left: max(50% - 750px, 50px);
    margin-right: max(50% - 750px, 50px);
    max-width: 1500px;
    width: calc(100% - 100px);
  }
  .w_1600 {
    margin-left: max(50% - 800px, 50px);
    margin-right: max(50% - 800px, 50px);
    max-width: 1600px;
    width: calc(100% - 100px);
  }
}
.fadeinUp {
  --speed-slow: 700ms;
  opacity: 0;
  transform: translateY(50px);
  transition: transform var(--speed-slow) ease-in-out, opacity var(--speed-slow) ease-in-out;
  transition-delay: var(--delay);
}
.fadeinUp.is-animeted {
  opacity: 1;
  transform: translateY(0);
}
@media (768px <= width) {
  .fadeinUp {
    transform: translateY(50px);
  }
}

.delay1 {
  transition-delay: 0.3s;
}

.delay2 {
  transition-delay: 0.6s;
}

.delay3 {
  transition-delay: 0.9s;
}

.delay4 {
  transition-delay: 1.2s;
}

.delay5 {
  transition-delay: 1.5s;
}

.delay6 {
  transition-delay: 1.8s;
}

.delay7 {
  transition-delay: 2.1s;
}

.delay8 {
  transition-delay: 2.4s;
}

.delay9 {
  transition-delay: 2.7s;
}

.delay10 {
  transition-delay: 3s;
}

@keyframes anim--first {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes text-in-text {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  50% {
    color: #fff;
  }
  100% {
    color: #fff;
  }
}
@keyframes text-in-cover {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
    right: 0;
  }
}
@keyframes ripples {
  0% {
    width: 0;
    height: 0;
    border: 1px solid rgba(0, 89, 255, 0.3);
  }
  100% {
    width: var(--ripples);
    height: var(--ripples);
    border: 1px solid rgba(0, 89, 255, 0);
  }
}
@keyframes openanime {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes contactHover {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.button {
  display: block;
}
@media (hover: hover) and (width >= 768px) {
  .button {
    transition: opacity var(--speed) ease-in-out;
  }
  .button:hover {
    opacity: 0.7;
  }
}

.viewmore {
  background-color: #d4d1c7;
  color: #333;
  font-size: 1.6rem;
  font-family: var(--ff-ci);
  width: calc(510 / var(--spSize) * 100vw);
  padding-top: calc(24 / var(--spSize) * 100vw);
  padding-bottom: calc(24 / var(--spSize) * 100vw);
  padding-left: calc(50 / var(--spSize) * 100vw);
  display: grid;
  grid-template-columns: auto calc(100 / var(--spSize) * 100vw);
  align-items: center;
}
@media (768px <= width) {
  .viewmore {
    width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    grid-template-columns: auto 60px;
  }
}
.viewmore span.text {
  border-right: 1px dotted #a3a19a;
  line-height: calc(62 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .viewmore span.text {
    line-height: 40px;
    font-size: 2rem;
  }
}
.viewmore [class^=icon-] {
  width: calc(100 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .viewmore [class^=icon-] {
    width: 60px;
  }
}
.viewmore .icon--arrow {
  background-size: calc(11 / var(--spSize) * 100vw) auto;
}
@media (768px <= width) {
  .viewmore .icon--arrow {
    width: 60px;
    background-size: 7px auto;
  }
}
.viewmore .icon--blank {
  background-size: calc(22 / var(--spSize) * 100vw) auto;
}
@media (768px <= width) {
  .viewmore .icon--blank {
    background-size: 14px auto;
  }
}
.viewmore.white {
  background-color: #fff;
  color: #fff;
}
.viewmore.white span.text {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.viewmore.white.transparency {
  background-color: rgba(255, 255, 255, 0.2);
}
.viewmore.blue {
  background-color: var(--clr-blue);
  color: #fff;
}

.pagetitle {
  width: calc(690 / var(--spSize) * 100vw);
  padding-top: calc(80 / var(--spSize) * 100vw);
  padding-bottom: calc(100 / var(--spSize) * 100vw);
  line-height: 1;
}
@media (width < 768px) {
  .pagetitle {
    margin: 0 auto;
  }
}
@media (768px <= width) {
  .pagetitle {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.pagetitle.inPicture {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100vh;
}
.pagetitle.inPicture::before {
  content: "";
  width: 100%;
  height: calc(200 / var(--spSize) * 100vw);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  position: absolute;
  top: 0;
  left: 0;
}
@media (768px <= width) {
  .pagetitle.inPicture::before {
    height: 200px;
  }
}
.pagetitle__img {
  height: 100%;
}
.pagetitle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.pagetitle__name {
  position: absolute;
  top: 50%;
  left: calc(30 / var(--spSize) * 100vw);
  max-width: calc(690 / var(--spSize) * 100vw);
  transform: translateY(-50%);
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: var(--ff-shippori);
}
@media (768px <= width) {
  .pagetitle__name {
    left: 0;
    margin-left: max(50% - 800px, 50px);
    transform: none;
    top: 58%;
    top: auto;
    bottom: 22%;
  }
}
.pagetitle__name .sub {
  font-size: 2rem;
  line-height: 2;
  border-bottom: 1px dotted #fff;
}
@media (768px <= width) {
  .pagetitle__name .sub {
    font-size: 3.2rem;
  }
}
.pagetitle__name .label {
  font-size: 3.2rem;
  line-height: 2;
}
@media (768px <= width) {
  .pagetitle__name .label {
    font-size: 7.6rem;
    line-height: 1.5;
  }
}
.pagetitle > .sub {
  font-family: var(--ff-shippori);
  font-size: 2rem;
  line-height: 2;
  margin-bottom: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pagetitle > .sub {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.pagetitle .parent {
  font-family: var(--ff-shippori);
  font-size: 2rem;
  line-height: 2;
  margin-bottom: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pagetitle .parent {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.pagetitle .jp {
  font-family: var(--ff-shippori);
  font-size: 3rem;
}
@media (768px <= width) {
  .pagetitle .jp {
    font-size: 4.8rem;
  }
}
.pagetitle .en {
  font-family: var(--ff-ci);
  font-size: 1.8rem;
  color: #999;
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pagetitle .en {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
.pagetitle .scrolling {
  position: absolute;
  bottom: calc(30 / var(--spSize) * 100vw);
  left: calc(30 / var(--spSize) * 100vw);
  display: flex;
  align-items: center;
  gap: 0 calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pagetitle .scrolling {
    gap: 0 20px;
    left: 0;
  }
}
.pagetitle .scrolling .icon__scrolling {
  width: calc(80 / var(--spSize) * 100vw);
  height: calc(80 / var(--spSize) * 100vw);
  background: url(../images/common/icon_scrolling.svg) center/contain no-repeat;
}
@media (768px <= width) {
  .pagetitle .scrolling .icon__scrolling {
    width: 60px;
    height: 60px;
  }
}
.pagetitle .scrolling span {
  font-size: 1.4rem;
  font-family: var(--ff-ci);
  color: #fff;
}
@media (768px <= width) {
  .pagetitle .scrolling span {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
}

[class*=icon] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon-mail {
  background: url(../images/icon_mail.svg) center/contain no-repeat;
  width: calc(44 / var(--spSize) * 100vw);
  height: calc(38 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .icon-mail {
    width: 22px;
    height: 22px;
  }
}

.icon-blank {
  background: url(../images/icon_blank_sp.webp) center/contain no-repeat;
  width: calc(24 / var(--spSize) * 100vw);
  height: calc(24 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .icon-blank {
    background-image: -webkit-image-set(url(../images/icon_blank.webp) 1x, url(../images/icon_blank@2x.webp) 2x);
    background-image: image-set(url(../images/icon_blank.webp) 1x, url(../images/icon_blank@2x.webp) 2x);
    width: 12px;
    height: 12px;
  }
}