@charset "UTF-8";
.futura-500 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.futura-600 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.futura-600 {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.inline {
  display: inline !important;
}

.flex {
  display: flex;
}

.between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.overflowhidden {
  overflow: hidden;
}

.white {
  color: #fff;
}

.blue {
  color: #00FFFF;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.o0 {
  visibility: hidden;
  height: 0;
}

.u-wrapper1 {
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 1400px) {
  .u-wrapper1 {
    max-width: 1440px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-wrapper1 {
    max-width: 100%;
  }
}

.u-wrapper2 {
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .u-wrapper2 {
    max-width: 100%;
    padding: 0 1.8rem;
  }
}

.relative {
  position: relative;
}

.underline {
  text-decoration: underline !important;
}

.bold {
  font-weight: bold;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-0-5 {
  margin-left: 0.5rem !important;
}

.me-0 {
  margin-right: 0 !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

/* margin-top */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mb-3-5 {
  margin-bottom: 3.5rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

@media print, screen and (min-width: 769px) {
  .nowrap_pc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .font46_sp {
    font-size: 4.6rem !important;
  }

  .font16_sp {
    font-size: 1.6rem !important;
  }

  .font24_sp {
    font-size: 2.4rem !important;
  }

  .font36_sp {
    font-size: 3.6rem !important;
  }

  .nowrap_sp {
    white-space: nowrap !important;
  }

  .mb-0_sp {
    margin-bottom: 0rem !important;
  }

  .mb-1_sp {
    margin-bottom: 1rem !important;
  }

  .mb-2_sp {
    margin-bottom: 2rem !important;
  }

  .mb-3_sp {
    margin-bottom: 3rem !important;
  }

  .mb-3-5_sp {
    margin-bottom: 3.5rem !important;
  }

  .mb-4_sp {
    margin-bottom: 4rem !important;
  }

  .mb-5_sp {
    margin-bottom: 5rem !important;
  }

  .mb-6_sp {
    margin-bottom: 6rem !important;
  }

  .mb-7_sp {
    margin-bottom: 7rem !important;
  }

  .mb-8_sp {
    margin-bottom: 8rem !important;
  }

  .mt-0_sp {
    margin-top: 0rem !important;
  }

  .ms-0_sp {
    margin-left: 0 !important;
  }

  .mx-auto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pt-6_sp {
    padding-top: 6rem !important;
  }

  .pt-10_sp {
    padding-top: 10rem !important;
  }

  .pb-0_sp {
    padding-bottom: 0rem !important;
  }

  .pb-4_sp {
    padding-bottom: 4rem !important;
  }

  .pb-6_sp {
    padding-bottom: 6rem !important;
  }

  .px-0_sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-2_sp {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .pr-0_sp {
    padding-right: 0 !important;
  }

  .block_sp {
    display: block !important;
  }

  .text-center_sp {
    text-align: center !important;
  }

  .text-left_sp {
    text-align: left !important;
  }
}
/* select **/
.nice-select {
  min-width: 14rem;
  border: none;
}

.nice-select .option {
  min-width: 14rem;
  padding: 0rem 1.6rem;
  line-height: 4rem;
  height: 4rem;
  position: relative;
}
.nice-select .option::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 85%;
  border-bottom: 1px dashed #707070;
}
.nice-select .option:last-child {
  border-bottom: 0;
}
.nice-select .option:last-child::after {
  display: none;
}

.grid-column--2 {
  grid-column: 1/3;
}

.c-button {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  padding: 3.5rem 6.5rem;
  font-size: 1.2rem;
  width: 43.5rem;
  margin-left: auto;
}
.c-button--circle {
  width: auto;
  padding: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 15rem;
  font-size: 1.1rem;
}
.c-button--circle::after {
  display: none;
}
.c-button--circle .c-button__text {
  display: inline-block;
  margin-right: 2rem;
}
.c-button--circle .c-button__arrow-wrap {
  width: 5.6rem;
  height: 5.6rem;
  background-color: #B3B3B3;
  border-radius: 100%;
  display: block;
}
.c-button--circle .c-button__arrow-wrap img {
  width: 4rem;
  margin: 2.6rem auto;
}
.c-button::after {
  content: "";
  background-color: #e7e7b3;
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
}
.c-button:hover::after {
  right: 0;
  width: calc(100% + 9rem);
}
.c-button:hover .c-button__arrow {
  transform: translateX(0.5rem);
}
.c-button__text {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.c-button__arrow {
  border-top: 1px solid #000;
  width: 27rem;
  height: 1px;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-left: 2.3rem;
  transition: 0.5s;
}
.c-button__arrow::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px transparent;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  display: block;
  position: absolute;
  right: 0;
  top: -0.1rem;
  transform: translate(0, -50%) rotate(45deg);
}

.c-top-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

.c-section-title {
  font-size: 4.8rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 2.8rem;
  }
}
.c-section-title > span {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .c-section-title > span {
    display: block;
    font-size: 1.6rem;
    text-align: left;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.c-section-title--block > span {
  display: block;
  margin-left: 0;
}

.c-cta-columns {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
  .c-cta-columns {
    display: block;
  }
}

.c-cta-column {
  background-color: #00FFFF;
  padding: 3.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.c-cta-column:hover {
  opacity: 0.55;
}
@media screen and (max-width: 768px) {
  .c-cta-column {
    height: 5rem;
    display: block;
    padding: 1.4rem;
  }
}
.c-cta-column img {
  width: 46.3rem;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-cta-column img {
    width: 34.9rem;
    margin: auto;
  }
}
.c-cta-column:nth-child(2) {
  background-color: #FFFF00;
}
@media screen and (max-width: 768px) {
  .c-cta-column:nth-child(2) {
    padding: 1.4rem;
  }
}
.c-cta-column:nth-child(2) img {
  width: 66.4rem;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-cta-column:nth-child(2) img {
    width: 24.9rem;
    margin: auto;
  }
}
.c-cta-column.bgyellow {
  background-color: #FFFF00;
}
.c-cta-column.bgblue {
  background-color: #00FFFF;
}

.c-table1 dl {
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-table1 dl {
    display: block;
    margin-bottom: 4rem;
  }
}
.c-table1 dl:last-child {
  margin-bottom: 0;
}
.c-table1 dt {
  flex: 0 0 35.75%;
  padding-right: 8rem;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-table1 dt {
    text-align: left;
    margin-bottom: 1rem;
  }
}
.c-table1 dd {
  flex: 0 0 64.25%;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-table1 dd {
    font-size: 1.6rem;
    line-height: 2;
  }
}

/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1520px) {
  html {
    font-size: 0.5642380952vw;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 0.5342380952vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  background-color: #fefaf2;
  min-height: 100vh;
  color: #212121;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

p {
  line-height: 1.875;
}

.red {
  color: #F3046C;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

video {
  max-width: 100%;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
}

.futura {
  font-family: futura-pt, sans-serif;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  color: #fff;
  padding: 4.3rem 10rem 2rem;
  transition: 0.43s;
}
@media print, screen and (min-width: 769px) {
  .header--recruit .header__nav-menus {
    margin-top: 1.5rem;
  }
  .header--recruit .header__nav-menu:last-child::before {
    border-left: 1px solid #212121 !important;
    top: -1rem;
  }
}
.header.is-black, .header.is-fixed {
  color: #212121;
}
@media print, screen and (min-width: 769px) {
  .header.is-black, .header.is-fixed {
    background-color: #fff;
  }
}
.header.is-black .header__logo svg, .header.is-fixed .header__logo svg {
  opacity: 0;
}
.header.is-black .header__logo, .header.is-fixed .header__logo {
  background-image: url("../images/logo1-black.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.header.is-black .header__logo img, .header.is-fixed .header__logo img {
  opacity: 0;
}
.header.is-black .header__nav-menu.is-active span::before, .header.is-fixed .header__nav-menu.is-active span::before {
  background-color: #212121;
}
.header.is-black .header__nav-menu:last-child::before, .header.is-fixed .header__nav-menu:last-child::before {
  border-color: #212121;
  border-left: 0;
}
@media print, screen and (min-width: 769px) {
  .header.is-fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .header.is-fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
  }
  .header.is-fixed .header__logo {
    top: 1.4rem !important;
    z-index: 999;
    transform: translateX(-50%) scale(0.85);
  }
  .header.is-fixed .header__nav-button {
    top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header.is-black .header__logo {
    top: -1.6rem;
  }
}
.header.is-change {
  display: block;
}
@media screen and (max-width: 768px) {
  .header {
    top: 4.7rem;
    left: 0;
    padding-left: 1.8rem;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header__logo {
    position: absolute;
    width: 24.2rem;
    left: 50%;
    top: 4.8rem;
    transform: translateX(-50%);
  }
}
.header__logo img, .header__logo svg {
  width: 32.6rem;
}
@media screen and (max-width: 768px) {
  .header__logo img, .header__logo svg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translate(-100%, 0);
    transition: 0.4s;
  }
  .header__nav.is-active {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .header__nav-button {
    position: absolute;
    left: 1.8rem;
    top: 0;
  }
  .header__nav-button span {
    display: block;
    width: 2.4rem;
    height: 1px;
    border-bottom: 1px solid;
    margin-bottom: 0.8rem;
    transition: 0.3s;
  }
  .header__nav-button span:nth-child(2) {
    top: 0.8rem;
  }
  .header__nav-button.is-active {
    z-index: 999;
    color: #212121;
  }
  .header__nav-button.is-active span {
    transform: rotate(-36deg);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__nav-button.is-active span {
    top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__nav-button.is-active span:nth-child(2) {
    transform: rotate(36deg);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__nav-button.is-active span:nth-child(2) {
    top: 0;
    margin-bottom: 0;
    margin-top: -1px;
  }
}
.header__nav-menus {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__nav-menus {
    padding-top: 10rem;
    display: block;
  }
}
.header__nav-menu {
  margin-left: 3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .header__nav-menu {
    text-align: center;
    color: #212121;
    margin-bottom: 3.2rem;
    margin-left: 0;
    display: block;
  }
  .header__nav-menu span {
    text-align: center;
    display: block;
  }
}
.header__nav-menu:hover {
  opacity: 0.78;
}
.header__nav-menu.is-active span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header__nav-menu.is-active span::before {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    top: -1rem;
  }
}
.header__nav-menu::after {
  margin-top: 2.4rem;
  margin-left: 0.5rem;
  letter-spacing: 0.1em;
  content: attr(data-ruby);
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .header__nav-menu::after {
    margin-top: 0.5rem;
  }
}
.header__nav-menu:last-child {
  margin-left: 6rem;
}
@media screen and (max-width: 768px) {
  .header__nav-menu:last-child {
    margin-left: 0;
    padding-top: 3.2rem;
  }
}
.header__nav-menu:last-child::before {
  content: "";
  border-left: 1px solid #fff;
  height: 4.85rem;
  width: 1px;
  position: absolute;
  left: -3rem;
  top: 0;
  bottom: 0;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .header__nav-menu:last-child::before {
    left: 50%;
    top: 0;
    border-top: 1px solid #212121;
    width: 100%;
    height: 1px;
    transform: translate(-50%, 0);
  }
}

main {
  overflow: hidden;
}

.footer {
  padding: 5.6rem 0;
  background-color: #343434;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.footer--recruit {
  background-color: #706e6e;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 24rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .email {
    letter-spacing: 1;
  }
}
.footer .logo2 {
  position: absolute;
  left: 2rem;
  top: 5.6rem;
  width: 10.3rem;
}
@media screen and (max-width: 768px) {
  .footer .logo2 {
    width: 7rem;
    top: 6rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}
.footer__left {
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid #fff;
  padding-right: 4.5rem;
  padding-left: 16rem;
}
@media screen and (max-width: 768px) {
  .footer__left {
    max-width: 100%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.footer__right {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__right {
    max-width: 100%;
  }
}
.footer__copyright {
  position: absolute;
  left: 7.5rem;
  bottom: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    position: static;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    padding: 8rem 0 3.6rem;
  }
}
.footer__info {
  line-height: 3.3rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer__info {
    font-size: 1.4rem;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 2.2rem;
  }
  .footer__info:last-child {
    border-bottom: 0;
  }
}
.footer__info .icon-map {
  width: 1.8rem;
  display: inline-block;
  position: absolute;
  right: 2.4rem;
  top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .footer__info .icon-map {
    display: block;
    position: static;
    margin-top: 1.5rem;
  }
}
.footer__info dt {
  flex: 0 0 11.5rem;
}
.footer__info dd {
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .footer__info dd {
    padding-right: 0;
  }
}
.footer__info + .footer__info {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .footer__info + .footer__info {
    margin-top: 2.4rem;
  }
}
.footer__links-wrap {
  display: flex;
  padding-left: 7.5rem;
  max-width: 52rem;
}
@media screen and (max-width: 768px) {
  .footer__links-wrap {
    display: none;
  }
}
.footer__links {
  flex: 0 0 50%;
  max-width: 50%;
}
.footer__link {
  display: block;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .mv img {
    height: 30vh;
    width: 100%;
    object-fit: cover;
  }
}

.main {
  position: relative;
  background: #fff;
}

.page-content-left {
  flex: 0 0 35.75%;
}

.page-content-right {
  flex: 0 0 64.25%;
}

.page-head {
  padding-top: 12rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .page-head {
    padding: 6rem 0 8rem;
  }
}
.page-head--sus {
  padding-top: 31.5rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  .page-head--sus {
    padding-top: 16rem;
  }
}
.page-head__text {
  font-size: 2rem;
  line-height: 4.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page-head__text {
    font-size: 1.6rem;
    line-height: 3.6rem;
  }
}

.case-foot .wp-pagenavi {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case-foot .wp-pagenavi {
    font-size: 1.6rem;
  }
}
.case-foot .wp-pagenavi span {
  display: inline-block;
  width: 4.1rem;
  height: 4.1rem;
  line-height: 4.1rem;
  border-radius: 100%;
}
.case-foot .wp-pagenavi a {
  display: inline-block;
  width: 4.1rem;
  height: 4.1rem;
  line-height: 4.1rem;
  border-radius: 100%;
  transition: 0.3s;
}
.case-foot .wp-pagenavi a:hover {
  opacity: 0.55;
}
.case-foot .wp-pagenavi .current {
  background-color: #494FFF;
  color: #fff;
}
.case-foot .wp-pagenavi .nextpostslink {
  color: transparent;
  width: 11.5rem;
  height: auto;
  line-height: 1;
  padding-left: 0.5rem;
  border-left: 3px solid #212121;
  border-radius: 0;
  margin-left: 0.5rem;
}
.case-foot .wp-pagenavi .nextpostslink::before {
  content: "Next";
  color: #212121;
}
.case-foot .wp-pagenavi .nextpostslink::after {
  content: "";
  border: solid 5px transparent;
  border-left: 5px solid #212121;
  display: inline-block;
}
.case-foot .wp-pagenavi .previouspostslink {
  color: transparent;
  width: 11.5rem;
  height: auto;
  line-height: 1;
  padding-right: 0.5rem;
  border-right: 3px solid #212121;
  border-radius: 0;
  margin-right: 1.5rem;
}
.case-foot .wp-pagenavi .previouspostslink::before {
  content: "";
  border: solid 5px transparent;
  border-right: 5px solid #212121;
  display: inline-block;
}
.case-foot .wp-pagenavi .previouspostslink::after {
  content: "Prev";
  color: #212121;
}

.video-volumne-btn {
  position: absolute;
  right: 10rem;
  top: 14.3rem;
  background-color: #fff;
  border-radius: 100%;
  padding: 0.8rem;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .video-volumne-btn {
    right: 1.8rem;
    top: 2rem;
    padding: 0.5rem;
  }
}
.video-volumne-btn img {
  width: 20px;
}
@media screen and (max-width: 768px) {
  .video-volumne-btn img {
    width: 18px;
  }
}

.isizuka {
  max-width: 33rem;
  margin: auto;
}

@media (orientation: landscape) and (max-width: 768px) {
  html {
    font-size: 1.3vw;
  }

  .hero {
    min-height: 200vh;
    max-height: 100%;
  }
}
.cta-section {
  background-color: #fff;
  position: relative;
  z-index: 999;
  font-family: "Noto Sans JP", sans-serif;
}
.cta-section .title {
  padding-left: 27rem;
  margin-bottom: 5rem;
  font-size: 4.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cta-section .title {
    padding-left: 2rem;
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.cta-section .title span {
  padding-left: 8.7rem;
  font-size: 1.5rem;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .cta-section .title span {
    font-size: 1.4rem;
    padding-left: 4rem;
  }
}

.cta-column-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cta-column-row .t1 {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .cta-column-row .t1 {
    font-size: 1.4rem;
  }
}
.cta-column-row .t2 {
  margin-left: 9rem;
  font-size: 2rem;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  .cta-column-row .t2 {
    margin-left: 6rem;
    font-size: 1.4rem;
  }
}

.to-top {
  position: fixed;
  right: 5.3rem;
  bottom: 9rem;
  z-index: 500;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.75rem;
}
@media screen and (max-width: 768px) {
  .to-top {
    padding: 1.5rem;
    right: 1.6rem;
    bottom: calc(env(safe-area-inset-bottom) + 7rem);
    bottom: 7rem;
  }
}
.to-top svg {
  transition: 0.3s;
  fill: #121212;
  width: 3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .to-top svg {
    width: 3.2rem;
  }
}
.to-top svg line {
  stroke: #121212;
}
.to-top svg .cls-1 {
  fill: #121212;
}
.to-top svg * {
  transition: 0.3s;
}
.to-top.is-change svg {
  transition: 0.3s;
  fill: #fff;
}
.to-top.is-change svg line {
  stroke: #fff;
}
.to-top.is-change svg .cls-1 {
  fill: #fff;
}
.to-top.is-change svg * {
  transition: 0.3s;
}
.to-top:hover svg * {
  fill: #00FFFF !important;
}
.to-top:hover svg line {
  stroke: #00FFFF !important;
}

@media screen and (max-width: 768px) {
  .seikyusyo {
    flex-wrap: wrap;
  }
  .seikyusyo > * {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 3rem !important;
  }
}

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


.link__sns {
  width: 4rem;
  height: 16rem;
  position: absolute;
  right: 3rem;
  top: 4rem;
}
.link__sns-item {
  width: 4rem;
  height: 4rem;
  display: block;
  margin-bottom: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: .4s;
}
.link__sns-item:hover {
  opacity: .8;

}
.link__sns-item--instagram {
  background-image: url("../images/Instagram.png");
}
.link__sns-item--youtube {
  background-image: url("../images/youtube.png");
}
.link__sns-item--x {
  background-image: url("../images/X.png");
}
.link__sns-item--instagram:hover {
  background-image: url("../images/Instagram_b.png");
}
.link__sns-item--youtube:hover {
  background-image: url("../images/youtube_b.png");
}
.link__sns-item--x:hover {
  background-image: url("../images/X_b.png");
}

@media screen and (max-width: 768px) {
  .link__sns {
    top: 9.5rem;
  }
}
.footer .link__sns {
  right: auto;
  left: 5rem;
  top: 19rem;
}
@media screen and (max-width: 768px) {
.footer .link__sns {
    top: 2.5rem;
    right: 2rem;
    left: auto;
}
}