@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/rjh5sod.css");
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, 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: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-family: "alternate-gothic-atf-thin", sans-serif;
    font-family: "alternate-gothic-atf", sans-serif;
*/
/* automatic size vw */
/* automatic size vh */
/* text clamp */
/* anime In order */
/*
    Line height auto
*/
/* automatic width vw */
/* automatic height vw */
/*
    Button
*/
a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 16px;
}
a.button.reserve {
  position: relative;
  width: 180px;
  height: 60px;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.reserve {
    width: 12.5vw;
    height: 4.1666666667vw;
  }
}
a.button.reserve:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #021f3f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-8deg, 0deg);
  transition: background-color 0.3s ease-in-out;
}
a.button.reserve > span {
  display: block;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}
a.button.reserve:hover {
  color: #021f3f;
}
a.button.reserve:hover:before {
  background-color: #fff;
}
a.button.reserve:hover > span {
  color: #021f3f;
}
a.button.contact {
  position: relative;
  width: 180px;
  height: 60px;
  color: #021f3f;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.contact {
    width: 12.5vw;
    height: 4.1666666667vw;
  }
}
a.button.contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-8deg, 0deg);
  transition: background-color 0.3s ease-in-out;
}
a.button.contact > span {
  display: block;
  position: relative;
}
a.button.contact:hover {
  color: #fff;
}
a.button.contact:hover:before {
  background-color: #021f3f;
}
a.button.contact:hover > span {
  color: #fff;
}
a.button.concept {
  position: relative;
  width: 100%;
  height: 60px;
  color: #021f3f;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  a.button.concept {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
a.button.concept:before {
  content: "";
  display: block;
  width: 97%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-8deg, 0deg);
  border: 1px solid #021f3f;
  transition: background-color 0.3s ease-in-out;
}
a.button.concept > span {
  display: block;
  position: relative;
  width: 88.5%;
  text-align: left;
}
a.button.concept > span::before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background-image: url("/assets/images/common/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  a.button.concept > span::before {
    width: 3.3333333333vw;
    height: 2.9333333333vw;
  }
}
a.button.concept:hover {
  color: #fff;
}
a.button.concept:hover:before {
  background-color: #021f3f;
}
a.button.concept:hover > span::before {
  background-image: url("/assets/images/common/icon_arrow2.png");
  transform: translate(5px, -50%);
}
a.button.corners {
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 750px) {
  a.button.corners {
    border-radius: 0.8vw;
    height: 10.6666666667vw;
    font-size: 25px;
    font-size: 3.3333333333vw;
    color: #021f3f;
    padding: 0 2vw;
  }
}
a.button.corners > span {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 750px) {
  a.button.corners > span {
    padding-left: 8vw;
  }
}
a.button.corners > span::before {
  content: "";
  display: block;
}
@media screen and (max-width: 750px) {
  a.button.corners > span::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    background-color: #021f3f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
a.button.corners.phone > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-image: url("/assets/images/common/img_icon_phone_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
a.button.corners.web > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-image: url("/assets/images/common/img_icon_pc_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
a.button.corners.line > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  background-image: url("/assets/images/common/img_icon_line_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
a.button.about {
  width: 100%;
  height: 90px;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  padding: 0 20px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  a.button.about {
    height: 12vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
    padding: 0 4vw;
  }
}
a.button.about:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-8deg, 0deg);
}
a.button.about:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #b3270e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 15px), calc(-50% - 15px)) skew(-8deg, 0deg);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  a.button.about:after {
    transform: translate(calc(-50% - 2vw), calc(-50% - 2vw)) skew(-8deg, 0deg);
  }
}
a.button.about > span {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
  padding-right: 30px;
  transform: translate(-15px, -15px);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  a.button.about > span {
    padding-right: 4.6666666667vw;
    transform: translate(-2vw, -2vw);
  }
}
a.button.about > span::after {
  content: "";
  display: block;
  width: 27px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("/assets/images/common/icon_arrow2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  a.button.about > span::after {
    width: 3.6vw;
    height: 3.0666666667vw;
  }
}
a.button.about:hover:after {
  transform: translate(-50%, -50%) skew(-8deg, 0deg);
}
a.button.about:hover > span {
  transform: translate(0, 0);
}
a.button.system {
  width: 100%;
  height: 50px;
  color: #021f3f;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 750px) {
  a.button.system {
    height: 10.6666666667vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
    padding: 0 4vw;
  }
}
a.button.system:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skew(-8deg, 0deg);
  border: 1px solid #021f3f;
  transition: background-color 0.3s ease-in-out;
}
a.button.system > span {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
a.button.system > span::before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background-image: url("/assets/images/common/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  a.button.system > span::before {
    width: 3.2vw;
    height: 2.8vw;
  }
}
a.button.system:hover {
  color: #fff;
}
a.button.system:hover:before {
  background-color: #021f3f;
}
a.button.system:hover > span::before {
  background-image: url("/assets/images/common/icon_arrow2.png");
  transform: translate(5px, -50%);
}

/*
    form
*/
button {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}
button.hamburger {
  width: 120px;
  height: 60px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 750px) {
  button.hamburger {
    width: 16vw;
    height: 8vw;
  }
}
button.hamburger:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -1.3333333333vw;
  transform: translate(0, -50%) skew(-8deg, 0deg);
  transition: background-color 0.3s ease-in-out;
}
button.hamburger > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0);
  width: 4vw;
  height: 0.5333333333vw;
  background-color: #021f3f;
  transition: background-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
button.hamburger > span:nth-child(1) {
  top: calc(50% - 1.2vw);
}
button.hamburger > span:nth-child(2) {
  top: 50%;
}
button.hamburger > span:nth-child(3) {
  top: calc(50% + 1.2vw);
}
button.hamburger.active:before {
  background-color: #021f3f;
}
button.hamburger.active > span {
  background-color: #fff;
}
button.hamburger.active > span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
button.hamburger.active > span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
button.hamburger.active > span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

input {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

select {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

textarea {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/*
    エラー
*/
.anime {
  opacity: 0;
}
.anime ul.container_area_images > li {
  opacity: 0;
}
.anime.animated {
  animation: fadeIn 1s ease-in-out 0s forwards;
}
.anime.animated ul.container_area_images > li:nth-of-type(1) {
  animation: xslideTitle2 0.5s ease-in-out 0s forwards;
}
.anime.animated ul.container_area_images > li:nth-of-type(2) {
  animation: xslideTitle2 0.5s ease-in-out 0.2s forwards;
}
.anime.animated ul.container_area_images > li:nth-of-type(3) {
  animation: xslideTitle2 0.8s ease-in-out 0.4s forwards;
}

.anime1 {
  opacity: 0;
}
.anime1.animated {
  animation: slideTitle 0.5s ease-in-out 0s forwards;
}

.anime_slidex_left {
  opacity: 0;
}
.anime_slidex_left.animated {
  animation: xslideTitle 1s ease-in-out 0s forwards;
}

.anime_slidex_right {
  opacity: 0;
}
.anime_slidex_right.animated {
  animation: xslideTitle2 1s ease-in-out 0s forwards;
}

.fv_animation .container_fv_chara .container_fv_chara_image {
  opacity: 0;
}
.fv_animation .container_fv_text .ttl_section_h1 {
  opacity: 0;
}
.fv_animation .container_fv_text .txt_section_catchcopy > li span {
  transform: translate(-101%, 0);
  opacity: 0;
}
.fv_animation.animated .container_fv_chara .container_fv_chara_image:nth-of-type(1) {
  animation: fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}
.fv_animation.animated .container_fv_chara .container_fv_chara_image:nth-of-type(2) {
  animation: fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}
.fv_animation.animated .container_fv_chara .container_fv_chara_image:nth-of-type(3) {
  animation: fadeIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}
.fv_animation.animated .container_fv_text .ttl_section_h1 {
  animation: xslideTitle3 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}
.fv_animation.animated .container_fv_text .txt_section_catchcopy > li:nth-of-type(1) span {
  animation: xslideTitle3 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
}
.fv_animation.animated .container_fv_text .txt_section_catchcopy > li:nth-of-type(1) span:after {
  animation: xslideTitle4 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s forwards;
}
.fv_animation.animated .container_fv_text .txt_section_catchcopy > li:nth-of-type(2) span {
  animation: xslideTitle3 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
}
.fv_animation.animated .container_fv_text .txt_section_catchcopy > li:nth-of-type(2) span:after {
  animation: xslideTitle4 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s forwards;
}
.fv_animation.animated .container_fv_text .txt_section_catchcopy > li:nth-of-type(3) span {
  animation: xslideTitle3 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
}
.fv_animation.animated .container_fv_text .txt_section_catchcopy > li:nth-of-type(3) span:after {
  animation: xslideTitle4 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes xslideTitle {
  0% {
    opacity: 0;
    transform: translate(-25%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes xslideTitle2 {
  0% {
    opacity: 0;
    transform: translate(25%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes xslideTitle3 {
  0% {
    opacity: 0;
    transform: translate(-101%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes xslideTitle4 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes xslideMask {
  0% {
    transform: translate(-105%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(0%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(105%, 0);
    opacity: 0;
  }
}
@keyframes animeloading {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-100%, -100%);
  }
}
/*
    common
*/
html,
body {
  width: 100%;
  height: auto;
  font-size: 100%;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  letter-spacing: 0;
}
html.hidden,
body.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}

ul,
ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  opacity: 1;
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

.util_sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .util_sp {
    display: block !important;
  }
}

.util_pc {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .util_pc {
    display: none !important;
  }
}

@media print {
  img {
    display: none;
  }
}
/*
    loader
*/
/*
    header
*/
header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
header#header > .inner {
  width: 1440px;
  padding: 20px 20px 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  header#header > .inner {
    width: 100vw;
    padding: 1.3888888889vw 1.3888888889vw 1.3888888889vw 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  header#header > .inner {
    display: block;
    padding: 4vw 0;
  }
}
header#header > .inner > .container_header_logo {
  width: 249px;
  line-height: 0;
}
@media screen and (max-width: 1440px) {
  header#header > .inner > .container_header_logo {
    width: 17.2916666667vw;
  }
}
@media screen and (max-width: 750px) {
  header#header > .inner > .container_header_logo {
    margin-left: 4vw;
    width: 33.2vw;
    position: relative;
    z-index: 1;
  }
}
header#header > .inner > .container_header_logo a {
  display: block;
  position: relative;
}
header#header > .inner > .container_header_logo .hover_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
header#header > .inner > .container_header_logo.active .hover_logo {
  opacity: 1;
}
header#header > .inner > .container_header_hamburger {
  display: none;
}
@media screen and (max-width: 750px) {
  header#header > .inner > .container_header_hamburger {
    display: block;
    position: absolute;
    top: 2.2666666667vw;
    right: 0;
  }
}

.home header#header.active {
  background-color: rgba(2, 31, 63, 0.7);
}

/*
    footer
*/
footer#footer {
  background-color: #021f3f;
}
footer#footer > .inner {
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  footer#footer > .inner {
    padding: 10.6666666667vw 0;
  }
}
footer#footer > .inner a {
  color: #fff;
}
footer#footer > .inner a:hover {
  opacity: 0.6;
}
footer#footer > .inner > p.footer_logo {
  margin: 0 auto 20px;
  width: 300px;
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > p.footer_logo {
    width: 55.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
footer#footer > .inner > p.footer_logo + p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > p.footer_logo + p {
    font-size: 22px;
    font-size: 2.9333333333vw;
    margin-bottom: 11.3333333333vw;
  }
}
footer#footer > .inner > ul.container_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 65px;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > ul.container_contact {
    gap: 3.3333333333vw;
    margin-bottom: 11.3333333333vw;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
footer#footer > .inner > ul.container_contact .content_contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > ul.container_contact .content_contact {
    gap: 1.8666666667vw;
    font-size: 25px;
    font-size: 3.3333333333vw;
  }
}
footer#footer > .inner > ul.container_contact .content_contact > span {
  display: block;
}
footer#footer > .inner > ul.container_contact .content_contact > span.icon {
  width: 40px;
  line-height: 0;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > ul.container_contact .content_contact > span.icon {
    width: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > ul.container_contact .content_contact > span.icon {
    width: 6.6666666667vw;
  }
}
footer#footer > .inner > ul.container_footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  gap: 45px;
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > ul.container_footer_links {
    margin: 0 auto;
    width: 81.3333333333vw;
    flex-wrap: wrap;
    gap: 6.6666666667vw 0;
    justify-content: flex-start;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > ul.container_footer_links > li {
    width: 50%;
    text-align: left;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > ul.container_footer_links > li:before {
    content: "";
    display: block;
    width: 1.0666666667vw;
    height: 0.2666666667vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-1.6vw, -50%);
  }
}
footer#footer > .copyright {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  footer#footer > .copyright {
    padding: 5.3333333333vw;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}

/*
    Navigation
*/
nav#nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  nav#nav {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
  }
}
nav#nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  nav#nav ul {
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul {
    padding: 17.3333333333vw 5.3333333333vw 0;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
nav#nav ul li {
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  nav#nav ul li {
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
  }
}
nav#nav ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1440px) {
  nav#nav ul li a {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul li a {
    font-size: 36px;
    font-size: 4.8vw;
    padding: 4.6666666667vw 2.6666666667vw;
    color: #021f3f;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul li a.normal {
    width: 100%;
    position: relative;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul li a.normal:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.6666666667vw;
    width: 2.4vw;
    height: 2.4vw;
    background-image: url("/assets/images/common/icon_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
nav#nav ul li a.normal:after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 750px) {
  nav#nav ul li a.normal:after {
    content: none;
  }
}
nav#nav ul li a.normal:hover:after {
  opacity: 1;
  width: 100%;
}
nav#nav ul.container_nav_buttons {
  margin-left: 25px;
  gap: 5px;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.container_nav_buttons {
    margin-left: 1.7361111111vw;
    gap: 0.3472222222vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.container_nav_buttons {
    display: none;
  }
}
nav#nav ul.container_nav_buttons a.button.contact {
  color: #021f3f;
}
nav#nav .container_contact_button_wrapper {
  display: none;
}
@media screen and (max-width: 750px) {
  nav#nav .container_contact_button_wrapper {
    display: block;
    width: 100%;
  }
}
nav#nav .container_contact_button_wrapper > .container_contact_button > .container_contact_button_list {
  display: flex;
}
@media screen and (max-width: 750px) {
  nav#nav .container_contact_button_wrapper > .container_contact_button > .container_contact_button_list {
    flex-direction: row;
    gap: 0.6666666667vw;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  nav#nav .container_contact_button_wrapper > .container_contact_button > .container_contact_button_list > li {
    width: 32vw;
    border-bottom: none;
  }
}
@media screen and (max-width: 750px) {
  nav#nav .container_contact_button_wrapper > .container_contact_button > .container_contact_button_list > li a {
    width: 100%;
    font-size: 25px;
    font-size: 3.3333333333vw;
    padding: 0 1.3333333333vw;
  }
}

/*
    Style
*/
#main {
  overflow: hidden;
}

.section > .inner {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .section > .inner {
    width: 100%;
  }
}

#fv {
  background-color: #000;
  background-image: url("/assets/images/index/bg_fv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #fv {
    background-image: url("/assets/images/index/bg_fv_sp.jpg");
  }
}
#fv > .inner {
  position: relative;
}
#fv > .inner > .container_fv_bg_catch {
  margin: 0 -30px;
}
@media screen and (max-width: 1440px) {
  #fv > .inner > .container_fv_bg_catch {
    margin: 0 -2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #fv > .inner > .container_fv_bg_catch {
    margin: 0;
  }
}
#fv > .inner > .container_fv_chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fv > .inner > .container_fv_chara > .container_fv_chara_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#fv > .inner > .container_fv_text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  text-align: left;
  color: #fff;
  font-size: 64px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  #fv > .inner > .container_fv_text {
    width: 100%;
    bottom: 4.1666666667vw;
    font-size: 4.4444444444vw;
    text-shadow: 0 0.6944444444vw 1.3888888889vw rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 750px) {
  #fv > .inner > .container_fv_text {
    padding-top: 2.6666666667vw;
    width: 92vw;
    bottom: -3.3333333333vw;
    font-size: 64px;
    font-size: 8.5333333333vw;
    text-shadow: 0 1.3333333333vw 3.3333333333vw rgba(0, 0, 0, 0.5);
  }
}
#fv > .inner > .container_fv_text > .ttl_section_h1 {
  margin: 0 0 35px 50px;
}
@media screen and (max-width: 1440px) {
  #fv > .inner > .container_fv_text > .ttl_section_h1 {
    margin: 0 0 2.4305555556vw 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #fv > .inner > .container_fv_text > .ttl_section_h1 {
    margin: 0 0 4vw 5.3333333333vw;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.8), 0 0 18px rgba(0, 0, 0, 0.7), 0 0 24px rgba(0, 0, 0, 0.5);
  }
}
#fv > .inner > .container_fv_text > .txt_section_catchcopy {
  line-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  #fv > .inner > .container_fv_text > .txt_section_catchcopy {
    margin-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #fv > .inner > .container_fv_text > .txt_section_catchcopy {
    margin-left: 2.6666666667vw;
  }
}
#fv > .inner > .container_fv_text > .txt_section_catchcopy > li {
  transform: skew(-8deg, 0);
  overflow: hidden;
}
#fv > .inner > .container_fv_text > .txt_section_catchcopy > li > span {
  display: inline-block;
  position: relative;
  background-color: #021f3f;
  padding: 12px 30px;
  overflow: hidden;
}
#fv > .inner > .container_fv_text > .txt_section_catchcopy > li > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #021f3f;
  z-index: 1;
}
#fv > .inner > .container_fv_text > .txt_section_catchcopy > li > span img {
  width: auto;
  height: 96px;
  position: relative;
  z-index: 1;
  transform: skew(8deg, 0);
}
@media screen and (max-width: 1440px) {
  #fv > .inner > .container_fv_text > .txt_section_catchcopy > li > span img {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #fv > .inner > .container_fv_text > .txt_section_catchcopy > li > span img {
    height: 10.4vw;
  }
}

.container_contact_button_wrapper {
  display: none;
  position: relative;
  background-color: #021f3f;
}
@media screen and (max-width: 750px) {
  .container_contact_button_wrapper {
    display: block;
    padding: 1.3333333333vw;
  }
}
.container_contact_button_wrapper > .container_contact_button > .container_contact_button_list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .container_contact_button_wrapper > .container_contact_button > .container_contact_button_list {
    gap: 0.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .container_contact_button_wrapper > .container_contact_button > .container_contact_button_list > li {
    width: 32vw;
  }
}

#top_concept {
  position: relative;
  z-index: 1;
}
#top_concept::before {
  content: "";
  position: absolute;
  top: -16.6666666667vw;
  left: 0;
  width: 100%;
  height: calc(100% + 16.6666666667vw);
  background-image: url("/assets/images/index/bg_concept.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #top_concept::before {
    background-image: url("/assets/images/index/bg_concept_sp.png");
    height: 100%;
  }
}
#top_concept > .inner {
  width: 1240px;
  padding: 0 0 250px;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner {
    width: 86.1111111111vw;
    padding: 0 0 17.3611111111vw;
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner {
    width: 100%;
    padding: 10vw 0 28vw;
  }
}
#top_concept > .inner > .container_concept_upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner > .container_concept_upper {
    padding: 8.3333333333vw 0;
    margin-bottom: 9.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_upper {
    flex-direction: column;
    padding: 10.6666666667vw 0 11.3333333333vw;
    margin-bottom: 20vw;
  }
}
#top_concept > .inner > .container_concept_upper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  transform: skew(-8deg, 0);
  box-shadow: 20px 0 60px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_upper::before {
    width: 94.6666666667vw;
    height: calc(100% - 40vw);
    top: 40vw;
    left: auto;
    right: 0;
    transform: skew(0, 0);
    box-shadow: 2.6666666667vw 0 8vw rgba(0, 0, 0, 0.1);
  }
}
#top_concept > .inner > .container_concept_upper > .container_concept_upper_image {
  position: relative;
  width: 620px;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner > .container_concept_upper > .container_concept_upper_image {
    width: 43.0555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_upper > .container_concept_upper_image {
    width: 89.3333333333vw;
  }
}
#top_concept > .inner > .container_concept_upper > .container_concept_upper_image img {
  margin: -35px 0 0 -435px;
  width: 1061px;
  max-width: 1061px;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner > .container_concept_upper > .container_concept_upper_image img {
    margin: -2.4305555556vw 0 0 -30.2083333333vw;
    width: 73.6805555556vw;
    max-width: 73.6805555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_upper > .container_concept_upper_image img {
    margin: -4.6666666667vw -8vw 0 0;
    width: 96.8vw;
    max-width: 96.8vw;
  }
}
#top_concept > .inner > .container_concept_upper > .container_concept_upper_text {
  width: 620px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner > .container_concept_upper > .container_concept_upper_text {
    width: 43.0555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_upper > .container_concept_upper_text {
    width: 100%;
    padding: 0 10vw 0 12.6666666667vw;
  }
}
#top_concept > .inner > .container_concept_upper > .container_concept_upper_text > .ttl_section_h2 {
  margin: 0 0 15px 0;
  font-size: 31px;
  font-weight: bold;
  color: #021f3f;
  letter-spacing: 0.05em;
  line-height: 1.8064516129;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner > .container_concept_upper > .container_concept_upper_text > .ttl_section_h2 {
    font-size: clamp(20px, 2.1527777778vw, 31px);
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_upper > .container_concept_upper_text > .ttl_section_h2 {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.6666666667;
    letter-spacing: -0.04em;
  }
}
#top_concept > .inner > .container_concept_upper > .container_concept_upper_text > p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_upper > .container_concept_upper_text > p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
#top_concept > .inner > .container_concept_lower {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner > .container_concept_lower {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_lower {
    flex-direction: column;
    padding: 0 5.3333333333vw;
  }
}
#top_concept > .inner > .container_concept_lower > .container_concept_lower_link > .ttl_section_h3 {
  margin-bottom: 45px;
  font-size: 54px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -0.04em;
  line-height: 1.1111111111;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner > .container_concept_lower > .container_concept_lower_link > .ttl_section_h3 {
    margin-bottom: 3.125vw;
    font-size: clamp(20px, 3.75vw, 54px);
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_lower > .container_concept_lower_link > .ttl_section_h3 {
    font-size: 50px;
    font-size: 6.6666666667vw;
    text-align: left;
    margin-bottom: 10vw;
  }
}
#top_concept > .inner > .container_concept_lower > .container_concept_lower_link > .content_concept_button_link {
  margin-top: 45px;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner > .container_concept_lower > .container_concept_lower_link > .content_concept_button_link {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_lower > .container_concept_lower_link > .content_concept_button_link {
    display: none;
  }
}
#top_concept > .inner > .container_concept_lower > .container_concept_lower_text {
  width: 65%;
  max-width: 570px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_lower > .container_concept_lower_text {
    width: 100%;
  }
}
#top_concept > .inner > .container_concept_lower > .container_concept_lower_text > .ttl_section_h3 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #021f3f;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 1440px) {
  #top_concept > .inner > .container_concept_lower > .container_concept_lower_text > .ttl_section_h3 {
    font-size: clamp(20px, 2.2222222222vw, 32px);
  }
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_lower > .container_concept_lower_text > .ttl_section_h3 {
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.6666666667;
  }
}
#top_concept > .inner > .container_concept_lower > .container_concept_lower_text > p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_lower > .container_concept_lower_text > p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
#top_concept > .inner > .container_concept_lower > .container_concept_lower_text > .content_concept_button_link {
  display: none;
}
@media screen and (max-width: 750px) {
  #top_concept > .inner > .container_concept_lower > .container_concept_lower_text > .content_concept_button_link {
    display: block;
    margin: 9.3333333333vw auto 0;
    width: 58.6666666667vw;
  }
}

#top_about {
  background-color: #021f3f;
  position: relative;
  z-index: 1;
}
#top_about::before {
  content: "";
  position: absolute;
  top: -16.6666666667vw;
  left: 0;
  width: 100%;
  height: calc(100% + 16.6666666667vw);
  clip-path: polygon(0 0, 100% 16.6666666667vw, 100% 100%, 0% 100%);
  background-color: #021f3f;
  background-image: url("/assets/images/common/bg_texture_upper.png"), url("/assets/images/common/bg_texture_lower.png");
  background-size: 50% auto, 50% auto;
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 750px) {
  #top_about::before {
    height: 100%;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
#top_about > .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
  padding: 0 15px 240px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #top_about > .inner {
    width: 100%;
    padding: 5.3333333333vw 0 26.6666666667vw;
  }
}
#top_about > .inner > .ttl_section_h2 {
  margin-bottom: 25px;
  font-size: 54px;
  font-weight: 900;
  font-family: "alternate-gothic-atf", "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  color: #021f3f;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner > .ttl_section_h2 {
    font-size: clamp(20px, 3.75vw, 54px);
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner > .ttl_section_h2 {
    font-size: 50px;
    font-size: 6.6666666667vw;
    margin-bottom: 4.6666666667vw;
    padding-left: 5.3333333333vw;
    letter-spacing: 0;
  }
}
#top_about > .inner > p {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner > p {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner > p {
    font-size: 24px;
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 2;
    padding: 0 5.3333333333vw;
  }
}
#top_about > .inner .container_about_wrapper {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner .container_about_wrapper {
    gap: 5.5555555556vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_wrapper {
    margin-top: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
}
#top_about > .inner .container_about_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box {
    flex-wrap: wrap;
    width: 100%;
  }
}
#top_about > .inner .container_about_box > .container_about_box_image {
  width: 1060px;
  height: 450px;
  margin-left: -100px;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner .container_about_box > .container_about_box_image {
    width: 73.6111111111vw;
    height: 31.25vw;
    margin-left: -6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box > .container_about_box_image {
    width: 89.3333333333vw;
    height: 40vw;
    margin-left: 0;
  }
}
#top_about > .inner .container_about_box > .container_about_box_text {
  width: 480px;
  min-height: 310px;
  background-color: #fff;
  margin-left: -200px;
  border-left: 10px solid #021f3f;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.5);
  padding: 0 0 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner .container_about_box > .container_about_box_text {
    width: 33.3333333333vw;
    min-height: 21.5277777778vw;
    margin-left: -13.8888888889vw;
    border-left: 0.6944444444vw solid #021f3f;
    box-shadow: 0.2777777778vw 0 1.3888888889vw rgba(0, 0, 0, 0.5);
    padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 4.8611111111vw;
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box > .container_about_box_text {
    margin-top: -6.6666666667vw;
    margin-left: 14.6666666667vw;
    width: 85.3333333333vw;
    height: 33.3333333333vw;
    border-left-width: 1.3333333333vw;
    padding-left: 6.6666666667vw;
    padding-right: 4vw;
  }
}
#top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3 {
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  color: #021f3f;
  letter-spacing: 0.05em;
  line-height: 1.3888888889;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3 {
    font-size: clamp(20px, 2.5vw, 36px);
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    margin-bottom: 4.6666666667vw;
  }
}
#top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3 > span {
  display: block;
  padding-left: 100px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3 > span {
    padding-left: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3 > span {
    padding-left: 12vw;
  }
}
#top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3 > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 62px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3 > span::before {
    width: 4.3055555556vw;
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3 > span::before {
    width: 8.2666666667vw;
    height: 8vw;
  }
}
#top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3.icon1 > span::before {
  background-image: url("/assets/images/index/icon_about01.png");
}
#top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3.icon2 > span::before {
  background-image: url("/assets/images/index/icon_about02.png");
}
#top_about > .inner .container_about_box > .container_about_box_text > .ttl_section_h3.icon3 > span::before {
  background-image: url("/assets/images/index/icon_about03.png");
}
#top_about > .inner .container_about_box > .container_about_box_text > p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: -0.04em;
  width: 100%;
  max-width: 330px;
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box > .container_about_box_text > p {
    width: 100%;
    letter-spacing: -0.05em;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
#top_about > .inner .container_about_box.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box.reverse {
    flex-wrap: wrap;
    width: 100%;
  }
}
#top_about > .inner .container_about_box.reverse > .container_about_box_image {
  margin-left: 0;
  margin-right: -100px;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner .container_about_box.reverse > .container_about_box_image {
    margin-right: -6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box.reverse > .container_about_box_image {
    margin-right: 0;
  }
}
#top_about > .inner .container_about_box.reverse > .container_about_box_text {
  margin-left: 0;
  margin-right: -200px;
  border-left: none;
  border-right: 10px solid #021f3f;
}
@media screen and (max-width: 1440px) {
  #top_about > .inner .container_about_box.reverse > .container_about_box_text {
    margin-right: -13.8888888889vw;
    border-right: 0.6944444444vw solid #021f3f;
    padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 4.8611111111vw;
  }
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_box.reverse > .container_about_box_text {
    margin-right: 14.6666666667vw;
    border-right-width: 1.3333333333vw;
  }
}
#top_about > .inner .container_about_link {
  margin: 100px auto 0;
  text-align: center;
  width: 450px;
}
@media screen and (max-width: 750px) {
  #top_about > .inner .container_about_link {
    width: 58.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}

#top_area {
  background-color: #eef0f6;
  position: relative;
  z-index: 1;
}
#top_area::before {
  content: "";
  display: block;
  position: absolute;
  top: -16.6666666667vw;
  left: 0;
  width: 100%;
  height: calc(100% + 16.6666666667vw);
  background-color: #eef0f6;
  clip-path: polygon(0 0, 100% 16.6666666667vw, 100% 100%, 0% 100%);
  background-image: url("/assets/images/index/bg_area.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #top_area::before {
    height: calc(100% + 16vw);
    top: -16vw;
    clip-path: polygon(0 0, 100% 16vw, 100% 100%, 0% 100%);
    background-image: url("/assets/images/index/bg_area_sp.jpg");
  }
}
#top_area > .inner {
  width: 1240px;
  padding: 25px 0 240px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner {
    width: 86.1111111111vw;
    padding: 1.7361111111vw 0 16.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner {
    width: 100%;
    padding: 5.3333333333vw 0 28vw;
  }
}
#top_area > .inner > .container_area_upper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  #top_area > .inner > .container_area_upper {
    align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper {
    display: block;
    padding: 0 5.3333333333vw;
    margin-bottom: 14.6666666667vw;
  }
}
#top_area > .inner > .container_area_upper > .container_area_upper_left {
  width: 500px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left {
    width: 34.7222222222vw;
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left {
    width: 100%;
  }
}
#top_area > .inner > .container_area_upper > .container_area_upper_left > .ttl_section_h2 {
  margin-bottom: 25px;
  font-size: 54px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .ttl_section_h2 {
    font-size: clamp(20px, 3.75vw, 54px);
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .ttl_section_h2 {
    font-size: 50px;
    font-size: 6.6666666667vw;
    margin-bottom: 4vw;
  }
}
#top_area > .inner > .container_area_upper > .container_area_upper_left > .ttl_section_h2 + p {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .ttl_section_h2 + p {
    font-size: clamp(16px, 1.3888888889vw, 20px);
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .ttl_section_h2 + p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .container_area_upper_left_text {
    margin-top: 61.3333333333vw;
  }
}
#top_area > .inner > .container_area_upper > .container_area_upper_left > .container_area_upper_left_text > p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .container_area_upper_left_text > p {
    font-size: 24px;
    font-size: 3.2vw;
  }
}
#top_area > .inner > .container_area_upper > .container_area_upper_left > .container_area_upper_left_text > p.ttl {
  font-size: 32px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .container_area_upper_left_text > p.ttl {
    font-size: clamp(20px, 2.2222222222vw, 32px);
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .container_area_upper_left_text > p.ttl {
    font-size: 40px;
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
#top_area > .inner > .container_area_upper > .container_area_upper_left > .container_area_upper_left_text > p.ttl > span.strong {
  font-size: 60px;
  font-weight: 900;
  font-family: "alternate-gothic-atf", "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .container_area_upper_left_text > p.ttl > span.strong {
    font-size: clamp(20px, 4.1666666667vw, 60px);
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_left > .container_area_upper_left_text > p.ttl > span.strong {
    font-size: 77px;
    font-size: 10.2666666667vw;
    letter-spacing: 0.02em;
  }
}
#top_area > .inner > .container_area_upper > .container_area_upper_right {
  width: 810px;
  line-height: 0;
  margin-right: -100px;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_right {
    width: 56.25vw;
    margin-right: -6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_right {
    width: 86.6666666667vw;
    margin-right: 0;
    position: absolute;
    top: 30.6666666667vw;
    right: 0;
  }
}
#top_area > .inner > .container_area_upper > .container_area_upper_right ul.container_area_images {
  display: flex;
}
#top_area > .inner > .container_area_upper > .container_area_upper_right ul.container_area_images > li {
  margin-right: -33px;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_right ul.container_area_images > li {
    margin-right: -2.2916666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_upper > .container_area_upper_right ul.container_area_images > li {
    margin-right: -3.2vw;
  }
}
#top_area > .inner > .container_area_upper > .container_area_upper_right ul.container_area_images > li:last-child {
  margin-right: 0;
}
#top_area > .inner > .container_area_lower {
  margin-top: -20px;
  width: 100%;
  background-color: #fff;
  box-shadow: 20px 0 60px rgba(0, 0, 0, 0.2);
  padding: 80px 0 70px 70px;
  position: relative;
  border-left: 10px solid #021f3f;
  background-image: url("/assets/images/index/bg_img_area.jpg"), url("/assets/images/common/bg_texture_lower2.png");
  background-size: contain, 25% auto;
  background-position: right center, left bottom;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_lower {
    margin-top: -1.3888888889vw;
    box-shadow: 1.3888888889vw 0 4.1666666667vw rgba(0, 0, 0, 0.2);
    padding: 5.5555555556vw 0 4.8611111111vw 4.8611111111vw;
    border-left: 0.6944444444vw solid #021f3f;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_lower {
    margin: 0 auto;
    width: 89.3333333333vw;
    padding: 46.6666666667vw 5.3333333333vw 6.6666666667vw;
    border-left-width: 1.3333333333vw;
    background-image: url("/assets/images/index/bg_img_area_sp.jpg"), url("/assets/images/common/bg_texture_lower2.png");
    background-size: 100% auto, 46% auto;
    background-position: center top, left bottom;
    background-repeat: no-repeat, no-repeat;
    border-left-width: 1.3333333333vw;
  }
}
#top_area > .inner > .container_area_lower > .ttl_section_h3 {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0;
  color: #021f3f;
  text-align: left;
  padding-left: 170px;
  line-height: 1.3888888889;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_lower > .ttl_section_h3 {
    font-size: 2.5vw;
    padding-left: 11.8055555556vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_lower > .ttl_section_h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    padding: 0 9.3333333333vw;
    margin-bottom: 4vw;
    letter-spacing: -0.05em;
    text-align: center;
  }
}
#top_area > .inner > .container_area_lower > .ttl_section_h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 150px;
  height: 150px;
  background-image: url("/assets/images/index/img_icon_area.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_lower > .ttl_section_h3::before {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_lower > .ttl_section_h3::before {
    background-image: url("/assets/images/index/img_icon_area01_sp.png");
    width: 8.6666666667vw;
    height: 19.8666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_lower > .ttl_section_h3::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("/assets/images/index/img_icon_area02_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 8.6666666667vw;
    height: 19.8666666667vw;
  }
}
#top_area > .inner > .container_area_lower > p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7857142857;
  letter-spacing: -0.04em;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_lower > p {
    font-size: 21px;
    font-size: 2.8vw;
    line-height: 1.7619047619;
    letter-spacing: -0.05em;
  }
}
#top_area > .inner > .container_area_lower > p.ttl_content_band {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1140px;
  padding: 25px 0;
  line-height: 1;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1440px) {
  #top_area > .inner > .container_area_lower > p.ttl_content_band {
    font-size: clamp(18px, 1.8055555556vw, 26px);
    width: 79.1666666667vw;
    padding: 1.7361111111vw 0;
    text-shadow: 0 0.6944444444vw 1.3888888889vw rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1000px) {
  #top_area > .inner > .container_area_lower > p.ttl_content_band {
    font-size: 2.6vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_lower > p.ttl_content_band {
    font-size: 32px;
    font-size: 4.2666666667vw;
    width: 76vw;
    padding: 2.6666666667vw 0;
    text-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    transform: translate(-50%, -25%);
    text-align: center;
    letter-spacing: -0.05em;
  }
}
#top_area > .inner > .container_area_lower > p.ttl_content_band::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skewX(-8deg);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #adadad;
  background-image: url("/assets/images/common/bg_texture_lower.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 40% auto;
}
#top_area > .inner > .container_area_lower > p.ttl_content_band > span {
  display: block;
  position: relative;
  letter-spacing: -0.04em;
}
#top_area > .inner > .container_area_lower > p.ttl {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  #top_area > .inner > .container_area_lower > p.ttl {
    font-size: 2vw;
    margin-bottom: 1vw;
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  #top_area > .inner > .container_area_lower > p.ttl {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    text-align: center;
    letter-spacing: -0.05em;
    margin: 0 -1em 2.6666666667vw;
  }
}

#top_safety {
  background-color: #021f3f;
  position: relative;
  z-index: 1;
}
#top_safety::before {
  content: "";
  position: absolute;
  top: -16.6666666667vw;
  left: 0;
  width: 100%;
  height: calc(100% + 16.6666666667vw);
  clip-path: polygon(0 0, 100% 16.6666666667vw, 100% 100%, 0% 100%);
  background-color: #021f3f;
  background-image: url("/assets/images/common/bg_texture_upper.png"), url("/assets/images/common/bg_texture_lower.png");
  background-size: 50% auto, 50% auto;
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 750px) {
  #top_safety::before {
    height: calc(100% + 16vw);
    top: -16vw;
    clip-path: polygon(0 0, 100% 16vw, 100% 100%, 0% 100%);
  }
}
#top_safety > .inner {
  width: 100%;
  max-width: 1270px;
  padding: 0 15px 250px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #top_safety > .inner {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 28vw;
  }
}
#top_safety > .inner > .ttl_section_h2 {
  margin-bottom: 25px;
  font-size: 54px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  #top_safety > .inner > .ttl_section_h2 {
    font-size: clamp(20px, 3.75vw, 54px);
  }
}
@media screen and (max-width: 750px) {
  #top_safety > .inner > .ttl_section_h2 {
    font-size: 50px;
    font-size: 6.6666666667vw;
    margin-bottom: 4vw;
    padding: 0;
  }
}
#top_safety > .inner > .ttl_section_h2 + p {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 75px;
  color: #fff;
  text-align: left;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  #top_safety > .inner > .ttl_section_h2 + p {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 750px) {
  #top_safety > .inner > .ttl_section_h2 + p {
    font-size: 24px;
    font-size: 3.2vw;
    padding: 0;
    margin-bottom: 10.6666666667vw;
  }
}
#top_safety > .inner .container_safety_lists_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_lists_wrapper {
    gap: 3.3333333333vw;
  }
}
#top_safety > .inner .container_safety_qa {
  width: 100%;
  background-color: #fff;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_qa {
    box-shadow: 0.8vw 0 2.6666666667vw rgba(0, 0, 0, 0.5);
  }
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content {
  border-bottom: 6px solid #021f3f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_qa > .container_safety_q_content {
    border-bottom-width: 0.8vw;
  }
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_number {
  width: 150px;
  min-height: 110px;
  border-right: 1px solid #021f3f;
  font-size: 80px;
  font-weight: bold;
  font-style: italic;
  font-family: "alternate-gothic-atf", "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #adadad;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_number {
    width: 10.4166666667vw;
    min-height: 7.6388888889vw;
    font-size: 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_number {
    width: 13.3333333333vw;
    min-height: 9.6vw;
    font-size: 53px;
    font-size: 7.0666666667vw;
  }
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_text {
  width: 940px;
  text-align: left;
  padding: 0 40px;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3888888889;
  letter-spacing: -0.04em;
  color: #021f3f;
}
@media screen and (max-width: 1440px) {
  #top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_text {
    width: 65.2777777778vw;
    padding: 0 2.7777777778vw;
    font-size: clamp(20px, 2.5vw, 36px);
  }
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_text {
    width: 62.6666666667vw;
    font-size: 31px;
    font-size: 4.1333333333vw;
    line-height: 1.2903225806;
    padding: 0 1.3333333333vw 0 4vw;
  }
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button {
  width: 150px;
  height: 144px;
  background-color: #ededed;
}
@media screen and (max-width: 1440px) {
  #top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button {
    width: 10.4166666667vw;
    height: 10vw;
  }
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button {
    width: 13.3333333333vw;
    height: 12.5333333333vw;
  }
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button > button {
  width: 100%;
  height: 100%;
  position: relative;
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button > button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 4px;
  background-color: #021f3f;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  #top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button > button > span {
    width: 2.7777777778vw;
    height: 0.2777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button > button > span {
    width: 3.6vw;
    height: 0.4vw;
  }
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button > button > span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(0);
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button > button > span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button > button.active > span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
#top_safety > .inner .container_safety_qa > .container_safety_q_content > .content_safety_q_button > button.active > span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(180deg);
}
#top_safety > .inner .container_safety_qa > .container_safety_a_content {
  visibility: hidden;
}
#top_safety > .inner .container_safety_qa > .container_safety_a_content > .container_safety_a_content_inner {
  width: 100%;
  padding: 60px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #top_safety > .inner .container_safety_qa > .container_safety_a_content > .container_safety_a_content_inner {
    padding: 4.1666666667vw 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_qa > .container_safety_a_content > .container_safety_a_content_inner {
    flex-direction: column;
    padding: 6.6666666667vw 6.6666666667vw 6vw;
    gap: 4.6666666667vw;
  }
}
#top_safety > .inner .container_safety_qa > .container_safety_a_content > .container_safety_a_content_inner > .content_image {
  width: 320px;
}
@media screen and (max-width: 1440px) {
  #top_safety > .inner .container_safety_qa > .container_safety_a_content > .container_safety_a_content_inner > .content_image {
    width: 22.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_qa > .container_safety_a_content > .container_safety_a_content_inner > .content_image {
    width: 56vw;
  }
}
#top_safety > .inner .container_safety_qa > .container_safety_a_content > .container_safety_a_content_inner > .content_text {
  width: 70%;
  max-width: 700px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: -0.04em;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #top_safety > .inner .container_safety_qa > .container_safety_a_content > .container_safety_a_content_inner > .content_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_qa > .container_safety_a_content > .container_safety_a_content_inner > .content_text {
    width: 100%;
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 2;
  }
}
#top_safety > .inner .container_safety_link {
  margin: 100px auto 0;
  text-align: center;
  width: 450px;
}
@media screen and (max-width: 750px) {
  #top_safety > .inner .container_safety_link {
    width: 58.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}

#top_system {
  background-color: #eef0f6;
  position: relative;
  z-index: 1;
}
#top_system::before {
  content: "";
  display: block;
  position: absolute;
  top: -16.6666666667vw;
  left: 0;
  width: 100%;
  height: calc(100% + 16.6666666667vw);
  background-color: #eef0f6;
  clip-path: polygon(0 0, 100% 16.6666666667vw, 100% 100%, 0% 100%);
  background-image: url("/assets/images/index/bg_area.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #top_system::before {
    height: calc(100% + 16vw);
    top: -16vw;
    clip-path: polygon(0 0, 100% 16vw, 100% 100%, 0% 100%);
    background-image: url("/assets/images/index/bg_area_sp.jpg");
  }
}
#top_system > .inner {
  width: 1140px;
  padding: 25px 0 130px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #top_system > .inner {
    width: 79.1666666667vw;
    padding: 1.7361111111vw 0 9.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #top_system > .inner {
    width: 100%;
    padding: 5.3333333333vw 0 20vw;
  }
}
#top_system > .inner .ttl_section_h2 {
  margin: 0 auto 50px;
  width: 1090px;
  font-size: 54px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #top_system > .inner .ttl_section_h2 {
    width: 75.6944444444vw;
    font-size: clamp(20px, 3.75vw, 54px);
    margin: 0 auto 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_system > .inner .ttl_section_h2 {
    width: 89.3333333333vw;
    font-size: 50px;
    font-size: 6.6666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
}
#top_system > .inner .container_system_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  #top_system > .inner .container_system_wrapper {
    gap: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_wrapper {
    gap: 4.6666666667vw;
  }
}
#top_system > .inner .container_system_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box {
    flex-direction: column;
  }
}
#top_system > .inner .container_system_box > .container_system_box_image {
  width: 540px;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  line-height: 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  #top_system > .inner .container_system_box > .container_system_box_image {
    width: 37.5vw;
    box-shadow: 0.2777777778vw 0 1.3888888889vw rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_image {
    margin: 0 auto -6.6666666667vw;
    width: 78.6666666667vw;
    box-shadow: 0.5333333333vw 0 2.6666666667vw rgba(0, 0, 0, 0.5);
  }
}
#top_system > .inner .container_system_box > .container_system_box_text {
  margin-top: 40px;
  width: 600px;
  min-height: 410px;
  position: relative;
  padding: 60px 0 60px 50px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  #top_system > .inner .container_system_box > .container_system_box_text {
    margin-top: 2.7777777778vw;
    width: 41.6666666667vw;
    min-height: 28.4722222222vw;
    padding: 4.1666666667vw 0 4.1666666667vw 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_text {
    margin: 0 0 0 auto;
    width: 92.6666666667vw;
    padding: 12.6666666667vw 10.6666666667vw 10.6666666667vw 3.3333333333vw;
  }
}
#top_system > .inner .container_system_box > .container_system_box_text::before {
  content: "";
  display: block;
  height: 100%;
  width: 1076px;
  background-color: #fff;
  background-image: url("/assets/images/common/bg_texture_lower3.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 21.37% auto;
  position: absolute;
  top: 0;
  left: -326px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 36px 100%);
  box-shadow: 20px 0 60px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1440px) {
  #top_system > .inner .container_system_box > .container_system_box_text::before {
    left: -22.6388888889vw;
    width: 74.7222222222vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2.5vw 100%);
    box-shadow: 1.3888888889vw 0 4.1666666667vw rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_text::before {
    left: -7.3333333333vw;
    width: 100vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4.8vw 100%);
    box-shadow: 2.6666666667vw 0 7.3333333333vw rgba(0, 0, 0, 0.2);
    background-size: 33.333% auto;
  }
}
#top_system > .inner .container_system_box > .container_system_box_text > p.number {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -50%);
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  font-family: "alternate-gothic-atf", "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  color: #adadad;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_text > p.number {
    top: -0.1em;
    right: auto;
    left: 3.3333333333vw;
    font-size: 100px;
    font-size: 13.3333333333vw;
    transform: translate(0, 0);
  }
}
#top_system > .inner .container_system_box > .container_system_box_text > p.decorative_letters {
  position: absolute;
  top: 0;
  left: 0;
  height: 180px;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  #top_system > .inner .container_system_box > .container_system_box_text > p.decorative_letters {
    height: 12.5vw;
  }
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_text > p.decorative_letters {
    left: -4vw;
    height: 25.0666666667vw;
  }
}
#top_system > .inner .container_system_box > .container_system_box_text > p.decorative_letters img {
  width: auto;
  height: 100%;
  margin-top: -2px;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_text > p.decorative_letters img {
    margin-top: -0.1388888889vw;
  }
}
#top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner {
  position: relative;
  z-index: 1;
  text-align: left;
}
#top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner > .ttl_section_h3 {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3333333333;
  letter-spacing: -0.04em;
  color: #021f3f;
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  #top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner > .ttl_section_h3 {
    font-size: clamp(20px, 2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner > .ttl_section_h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
#top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner > p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: -0.04em;
  min-height: 120px;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner > p {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
#top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner > .content_system_button_link {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner > .content_system_button_link {
    margin: 6.6666666667vw auto 0;
    width: 58.6666666667vw;
  }
}
#top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner > .content_system_button_link a {
  width: 245px;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box > .container_system_box_text > .content_system_box_text_inner > .content_system_button_link a {
    width: 100%;
  }
}
#top_system > .inner .container_system_box.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box.reverse {
    flex-direction: column;
  }
}
#top_system > .inner .container_system_box.reverse > .container_system_box_text {
  padding: 60px 50px 60px 0;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box.reverse > .container_system_box_text {
    padding: 12.6666666667vw 3.3333333333vw 10.6666666667vw 10.6666666667vw;
    margin: 0 auto 0 0;
  }
}
#top_system > .inner .container_system_box.reverse > .container_system_box_text::before {
  left: auto;
  right: -326px;
  clip-path: polygon(0 0, 100% 0, 1040px 100%, 0 100%);
  background-image: url("/assets/images/common/bg_texture_lower2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 21.37% auto;
}
@media screen and (max-width: 1440px) {
  #top_system > .inner .container_system_box.reverse > .container_system_box_text::before {
    right: -22.6388888889vw;
    clip-path: polygon(0 0, 100% 0, 72.2222222222vw 100%, 0 100%);
  }
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box.reverse > .container_system_box_text::before {
    left: auto;
    right: -7.3333333333vw;
    width: 100vw;
    clip-path: polygon(0 0, 100% 0, 92.6666666667vw 100%, 0 100%);
    box-shadow: 2.6666666667vw 0 7.3333333333vw rgba(0, 0, 0, 0.2);
    background-size: 33.333% auto;
  }
}
#top_system > .inner .container_system_box.reverse > .container_system_box_text > p.number {
  right: auto;
  left: 0;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box.reverse > .container_system_box_text > p.number {
    left: 10.6666666667vw;
  }
}
#top_system > .inner .container_system_box.reverse > .container_system_box_text > p.decorative_letters {
  left: auto;
  right: 0;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_box.reverse > .container_system_box_text > p.decorative_letters {
    right: -6.6666666667vw;
  }
}
#top_system > .inner .container_system_link {
  margin: 100px auto 0;
  text-align: center;
  width: 450px;
}
@media screen and (max-width: 750px) {
  #top_system > .inner .container_system_link {
    width: 58.6666666667vw;
    margin: 10.6666666667vw auto 0;
  }
}

#top_access {
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#top_access::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 640px;
  height: 640px;
  background-image: url("/assets/images/common/bg_texture_upper2.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #top_access::before {
    width: 44.4444444444vw;
    height: 44.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #top_access::before {
    width: 60vw;
    height: 60vw;
  }
}
#top_access::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 640px;
  height: 640px;
  background-image: url("/assets/images/common/bg_texture_lower2.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #top_access::after {
    width: 44.4444444444vw;
    height: 44.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #top_access::after {
    width: 60vw;
    height: 60vw;
  }
}
#top_access .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 100px 0 100px;
}
@media screen and (max-width: 1440px) {
  #top_access .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 750px) {
  #top_access .inner {
    width: 100%;
    padding: 13.3333333333vw 5.3333333333vw 20vw;
  }
}
#top_access .inner > .ttl_section_h2 {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #top_access .inner > .ttl_section_h2 {
    font-size: clamp(20px, 2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 750px) {
  #top_access .inner > .ttl_section_h2 {
    font-size: 45px;
    font-size: 6vw;
    margin-bottom: 10.6666666667vw;
  }
}
#top_access .inner > .container_access_wrapper {
  display: flex;
  flex-wrap: wrap;
}
#top_access .inner > .container_access_wrapper > .container_access_box {
  width: 50%;
  border-right: 2px solid #d6d6d6;
  padding: 0 50px 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box {
    width: 100%;
    border-right: none;
    border-bottom: 0.2666666667vw solid #d6d6d6;
    padding: 10.6666666667vw 0;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box > .ttl_section_h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: left;
  padding: 0 0 0 40px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
}
@media screen and (max-width: 1440px) {
  #top_access .inner > .container_access_wrapper > .container_access_box > .ttl_section_h3 {
    font-size: clamp(20px, 2.0833333333vw, 26px);
    min-height: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box > .ttl_section_h3 {
    font-size: 32px;
    font-size: 4.2666666667vw;
    padding: 0 0 0 5.3333333333vw;
    margin-right: -1em;
    margin-bottom: 5.3333333333vw;
    min-height: 10.1333333333vw;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box > .ttl_section_h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #021f3f;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-8deg);
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box > .ttl_section_h3::before {
    width: 1.3333333333vw;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner .container_access_box_map_wrapper {
  width: 100%;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner .container_access_box_map_wrapper .container_access_box_map_photos {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner .container_access_box_map_wrapper .container_access_box_map_photos {
    margin-top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner .container_access_box_map_wrapper .container_access_box_map_photos > .container_access_box_map_photo {
  width: 48.8%;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner .container_access_box_map {
  width: 100%;
  position: relative;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner .container_access_box_map::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 63%;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner .container_access_box_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  color: #021f3f;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner {
  display: table-row;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner > .container_access_box_data_title {
  padding: 20px 10px;
  display: table-cell;
  vertical-align: top;
  width: 115px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3571428571;
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner > .container_access_box_data_title {
    padding: 3.3333333333vw 2.6666666667vw;
    width: 22.6666666667vw;
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner > .container_access_box_data_content {
  padding: 20px 10px;
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 115px);
  text-align: left;
  font-size: 14px;
  line-height: 1.3571428571;
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner > .container_access_box_data_content {
    padding: 3.3333333333vw 2.6666666667vw;
    width: calc(100% - 22.6666666667vw);
    font-size: 24px;
    font-size: 3.2vw;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner > .container_access_box_data_content > p.tel {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner > .container_access_box_data_content > p.tel {
    font-size: 60px;
    font-size: 8vw;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner > .container_access_box_data_content > p + p {
  margin-top: 1em;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner.vtl-center > .container_access_box_data_title {
  vertical-align: middle;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner.vtl-center > .container_access_box_data_content {
  vertical-align: middle;
}
#top_access .inner > .container_access_wrapper > .container_access_box > .container_access_box_inner > .container_access_box_data > .container_access_box_data_inner:nth-of-type(even) {
  background-color: #f3f4f9;
}
#top_access .inner > .container_access_wrapper > .container_access_box.main {
  width: 100%;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #d6d6d6;
  position: relative;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box.main {
    padding-bottom: 7.3333333333vw;
    margin-bottom: 0;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box.main > .ttl_section_h3 {
  font-size: 30px;
}
@media screen and (max-width: 1440px) {
  #top_access .inner > .container_access_wrapper > .container_access_box.main > .ttl_section_h3 {
    font-size: clamp(20px, 2.0833333333vw, 30px);
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box.main > .container_access_box_inner {
  flex-direction: row-reverse;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  #top_access .inner > .container_access_wrapper > .container_access_box.main > .container_access_box_inner {
    gap: 6vw;
  }
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box.main > .container_access_box_inner {
    flex-direction: column;
    gap: 0;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box.main > .container_access_box_inner .container_access_box_map_wrapper {
  margin-top: -88px;
  max-width: 820px;
}
@media screen and (max-width: 1000px) {
  #top_access .inner > .container_access_wrapper > .container_access_box.main > .container_access_box_inner .container_access_box_map_wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box.main > .container_access_box_inner .container_access_box_map_wrapper {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box.main > .container_access_box_inner > .container_access_box_data {
  width: 50%;
  max-width: 360px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box.main > .container_access_box_inner > .container_access_box_data {
    width: 100%;
    border-bottom: none;
    max-width: 100%;
  }
}
#top_access .inner > .container_access_wrapper > .container_access_box:last-of-type {
  border-right: none;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 750px) {
  #top_access .inner > .container_access_wrapper > .container_access_box:last-of-type {
    border-bottom: none;
    padding: 10.6666666667vw 0 0;
  }
}

.container_banner {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.container_banner > .container_banner_inner {
  margin: 0 auto;
  padding: 50px 15px 100px;
}
@media screen and (max-width: 1440px) {
  .container_banner > .container_banner_inner {
    padding: 3.4722222222vw 1.0416666667vw 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  .container_banner > .container_banner_inner {
    padding: 6.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.container_banner > .container_banner_inner .container_banner_box {
  margin: 0 auto 20px;
  max-width: 500px;
}
@media screen and (max-width: 750px) {
  .container_banner > .container_banner_inner .container_banner_box {
    margin-bottom: 2.6666666667vw;
  }
}
.container_banner p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3571428571;
}
.container_banner p a {
  color: #021f3f;
  text-decoration: underline;
}
.container_banner p a:hover {
  text-decoration: none;
}/*# sourceMappingURL=newstyle.css.map */