@charset "UTF-8";
/* style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

img {
  vertical-align: top; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0; }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden; }

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none; }

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

/* module.scss */
* {
  margin: 0;
  padding: 0; }

:root {
  --element-x: 0px;
  /* 要素のx座標を格納するCSS変数 */
  --difference: 0px;
  /* ブラウザの幅と要素のx座標の差を格納するCSS変数 */
  --window-width: 0px; }

html {
  overflow-x: hidden; }

body {
  color: #121719;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.73vw;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  visibility: hidden; }
  @media screen and (min-width: 769px) {
    body {
      font-size: 16px;
      min-width: 1300px; } }
  @media screen and (min-width: 769px) and (max-width: 1299px) {
    body {
      width: 1300px; } }

figure,
picture {
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (max-width: 768px) {
  /* スマホ */
  .pc_only {
    display: none !important; } }
/* End MQ */
@media screen and (min-width: 769px) {
  /* Tablet, PC */
  .sp_only {
    display: none !important; } }
/* End MQ */
a {
  color: #121719;
  transition: .2s;
  text-decoration: none; }
  a:hover {
    opacity: .3; }

a:hover {
  opacity: 0.85;
  transition: .2s; }

.nodeco {
  text-decoration: none; }

#screen {
  position: relative;
  text-align: left; }

#container {
  margin: 0 auto;
  clear: both;
  position: relative; }

section,
.section {
  clear: both;
  text-align: left;
  margin: 0; }

section p,
section ul,
.section p,
.section ul {
  text-align: left; }

/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.keyvisual {
  position: relative;
  margin: 0 auto;
  padding-top: 14vw;
  box-sizing: border-box;
  background: url("../images/top/kay_bg_sp.webp") no-repeat;
  background-size: cover;
  background-position: center;
  height: 172vw;
  box-sizing: border-box;
  transform: none !important; }
  @media screen and (min-width: 769px) {
    .keyvisual {
      background: url("../images/top/kay_bg.webp") no-repeat;
      background-size: cover;
      background-position: center;
      min-width: 1300px;
      height: 100vh;
      min-height: 720px; } }
  .keyvisual .top_title {
    position: absolute;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
    left: 8.5vw;
    top: 18vw; }
    @media screen and (min-width: 769px) {
      .keyvisual .top_title {
        left: calc(var(--element-x) / 2);
        top: 0; } }
    .keyvisual .top_title p {
      user-select: none;
      color: #FFFFFF;
      transform: rotate(-8.81deg);
      font-weight: 700;
      font-size: 11.73vw;
      line-height: 136%;
      text-shadow: 0px 0px 1.73vw rgba(9, 21, 25, 0.3); }
      @media screen and (min-width: 769px) {
        .keyvisual .top_title p {
          font-size: 88px;
          text-shadow: 0px 0px 13px rgba(9, 21, 25, 0.1); } }
      @media screen and (min-width: 1300px) {
        .keyvisual .top_title p {
          font-size: min(6.76vw, 106px); } }
      @media screen and (min-width: 1920px) {
        .keyvisual .top_title p {
          font-size: 106px; } }
  .keyvisual .top_bg {
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
    @media screen and (min-width: 769px) {
      .keyvisual .top_bg {
        display: block; } }
  .keyvisual .circle_wrap {
    position: relative; }
    @media screen and (min-width: 769px) {
      .keyvisual .circle_wrap {
        top: -200px; } }
  .keyvisual .mask_wrapper {
    position: absolute;
    top: -6vw;
    right: -14vw;
    width: 120vw;
    height: 120vw;
    overflow: visible;
    display: inline-block;
    /* マスク設定 */
    -webkit-mask-image: url("../../assets/images/top/vector_pc.png");
    mask-image: url("../../assets/images/top/vector_pc.png");
    -webkit-mask-size: 120vw 120vw;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    transform-origin: center center;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 120vw 120vw; }
    .keyvisual .mask_wrapper.active {
      animation: spin 20s linear infinite; }
      .keyvisual .mask_wrapper.active .slick-slide {
        animation: spin02 20s linear infinite; }
    @media screen and (min-width: 420px) {
      .keyvisual .mask_wrapper {
        right: -16vw; } }
    @media screen and (min-width: 769px) {
      .keyvisual .mask_wrapper {
        width: 970px;
        height: 970px;
        top: -120px;
        right: -120px;
        mask-size: 970px 970px;
        -webkit-mask-size: 970px 970px; } }
    @media screen and (min-width: 1300px) {
      .keyvisual .mask_wrapper {
        top: -9.23vw;
        width: 74.61vw;
        height: 74.61vw;
        -webkit-mask-size: 74.61vw 74.61vw;
        mask-size: 74.61vw 74.61vw; } }
    @media screen and (min-width: 1700px) {
      .keyvisual .mask_wrapper {
        width: 1200px;
        height: 1200px;
        -webkit-mask-size: 1200px 1200px;
        mask-size: 1200px 1200px; } }
    @media screen and (min-width: 1800px) {
      .keyvisual .mask_wrapper {
        width: 1300px;
        height: 1300px;
        -webkit-mask-size: 1300px 1300px;
        mask-size: 1300px 1300px; } }
    @media screen and (min-width: 1900px) {
      .keyvisual .mask_wrapper {
        width: 1400px;
        height: 1400px;
        -webkit-mask-size: 1400px 1400px;
        mask-size: 1400px 1400px; } }
    .keyvisual .mask_wrapper picture {
      width: 120vw;
      height: 120vw; }
      @media screen and (min-width: 769px) {
        .keyvisual .mask_wrapper picture {
          width: 970px;
          height: 970px; } }
      @media screen and (min-width: 1300px) {
        .keyvisual .mask_wrapper picture {
          width: 74.61vw;
          height: 74.61vw; } }
      @media screen and (min-width: 1700px) {
        .keyvisual .mask_wrapper picture {
          width: 1200px;
          height: 1200px; } }
      @media screen and (min-width: 1800px) {
        .keyvisual .mask_wrapper picture {
          width: 1300px;
          height: 1300px; } }
      @media screen and (min-width: 1900px) {
        .keyvisual .mask_wrapper picture {
          width: 1400px;
          height: 1400px; } }
      .keyvisual .mask_wrapper picture img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        position: relative; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin02 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
.scroll_down {
  position: absolute;
  bottom: 23.46vw;
  left: 2.66vw;
  z-index: 6;
  width: 6vw; }
  @media screen and (min-width: 769px) {
    .scroll_down {
      left: 30px;
      width: 50px;
      bottom: 175px; } }
  .scroll_down::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.8) 100%); }
  .scroll_down a {
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 1.73vw;
    color: #fff;
    font-size: 3.2vw;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    text-decoration: none;
    writing-mode: vertical-lr;
    transition: .2s;
    font-weight: 700;
    white-space: nowrap; }
    @media screen and (min-width: 769px) {
      .scroll_down a {
        font-size: 13px; } }
    .scroll_down a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 23.46vw; }
      @media screen and (min-width: 769px) {
        .scroll_down a::before {
          height: 120px; } }
    .scroll_down a::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 23.46vw;
      background: #fff; }
      @media screen and (min-width: 769px) {
        .scroll_down a::after {
          height: 120px; } }
    .scroll_down a:hover {
      opacity: .5; }
    .scroll_down a p {
      left: 1.6vw;
      position: relative;
      z-index: 5;
      line-height: 1; }
      @media screen and (min-width: 769px) {
        .scroll_down a p {
          left: 6px; } }

#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite; }

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.key_bottom_bg {
  position: absolute;
  right: 0;
  bottom: 0; }
  .key_bottom_bg img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 769px) {
      .key_bottom_bg img {
        width: 992px; } }

.entry_button {
  position: absolute;
  right: 5.33vw;
  top: 133vw;
  bottom: 30px;
  z-index: 5;
  opacity: 0;
  display: block; }
  @media screen and (min-width: 769px) {
    .entry_button {
      position: fixed;
      right: 20px;
      bottom: 40px;
      top: initial; } }
  .entry_button .remove_botton {
    position: absolute;
    right: 6.66vw;
    top: 9.19vw;
    z-index: 8; }
    @media screen and (min-width: 769px) {
      .entry_button .remove_botton {
        right: 50px;
        top: 54px; } }
    .entry_button .remove_botton img {
      width: 5.33vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .entry_button .remove_botton img {
          width: auto; } }
  .entry_button .bottom_bg img {
    width: 61.73vw;
    height: auto; }
    @media screen and (min-width: 769px) {
      .entry_button .bottom_bg img {
        width: 366px; } }

.entry_button.fade-out {
  opacity: 0 !important;
  transition: opacity 0.5s ease;
  pointer-events: none; }

.entry_button.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: auto; }

@media screen and (max-width: 768px) {
  .entry_button.absolute {
    position: absolute; }

  .entry_button.fixed {
    position: fixed;
    top: initial; } }
.entry_button {
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1; }

.entry_button.is-hiding {
  opacity: 0;
  pointer-events: none; }

/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_w10 {
    width: 10% !important; }

  .pc_w20 {
    width: 20% !important; }

  .pc_w30 {
    width: 30% !important; }

  .pc_w40 {
    width: 40% !important; }

  .pc_w50 {
    width: 50% !important; }

  .pc_w60 {
    width: 60% !important; }

  .pc_w70 {
    width: 70% !important; }

  .pc_w80 {
    width: 80% !important; }

  .pc_w90 {
    width: 90% !important; }

  .pc_w100 {
    width: 100% !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_w10 {
    width: 10% !important; }

  .sp_w20 {
    width: 20% !important; }

  .sp_w30 {
    width: 30% !important; }

  .sp_w40 {
    width: 40% !important; }

  .sp_w50 {
    width: 50% !important; }

  .sp_w60 {
    width: 60% !important; }

  .sp_w70 {
    width: 70% !important; }

  .sp_w80 {
    width: 80% !important; }

  .sp_w90 {
    width: 90% !important; }

  .sp_w100 {
    width: 100% !important; } }
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important; }

.textr {
  text-align: right !important; }

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

.textj {
  text-align: justify !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 769px) {
  .pc_textc {
    text-align: center !important; }

  .pc_textr {
    text-align: right !important; }

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

  .pc_textj {
    text-align: justify !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_textc {
    text-align: center !important; }

  .sp_textr {
    text-align: right !important; }

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

  .sp_textj {
    text-align: justify; } }
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.no_margin {
  margin: 0 !important; }

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

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

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.mb240 {
  margin-bottom: 240px !important; }

.mb300 {
  margin-bottom: 300px !important; }

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

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 751px) {
  .tb_mr20 {
    margin-right: 20px !important; }

  .tb_mt0 {
    margin-top: 0px !important; }

  .tb_mt5 {
    margin-top: 5px !important; }

  .tb_mt10 {
    margin-top: 10px !important; }

  .tb_mt15 {
    margin-top: 15px !important; }

  .tb_mt20 {
    margin-top: 20px !important; }

  .tb_mt30 {
    margin-top: 30px !important; }

  .tb_mt40 {
    margin-top: 40px !important; }

  .tb_mt50 {
    margin-top: 50px !important; }

  .tb_mt60 {
    margin-top: 60px !important; }

  .tb_mt70 {
    margin-top: 70px !important; }

  .tb_mt80 {
    margin-top: 80px !important; }

  .tb_mt90 {
    margin-top: 90px !important; }

  .tb_mt100 {
    margin-top: 100px !important; }

  .tb_mb0 {
    margin-bottom: 0px !important; }

  .tb_mb5 {
    margin-bottom: 5px !important; }

  .tb_mb10 {
    margin-bottom: 10px !important; }

  .tb_mb15 {
    margin-bottom: 15px !important; }

  .tb_mb20 {
    margin-bottom: 20px !important; }

  .tb_mb30 {
    margin-bottom: 30px !important; }

  .tb_mb40 {
    margin-bottom: 40px !important; }

  .tb_mb50 {
    margin-bottom: 50px !important; }

  .tb_mb60 {
    margin-bottom: 60px !important; }

  .tb_mb70 {
    margin-bottom: 70px !important; }

  .tb_mb80 {
    margin-bottom: 80px !important; }

  .tb_mb90 {
    margin-bottom: 90px !important; }

  .tb_mb100 {
    margin-bottom: 100px !important; }

  .tb_mb120 {
    margin-bottom: 120px !important; }

  .tb_mb140 {
    margin-bottom: 140px !important; }

  .tb_mb170 {
    margin-bottom: 170px !important; }

  .tb_mb200 {
    margin-bottom: 200px !important; }

  .tb_mb300 {
    margin-bottom: 300px !important; } }
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1160px) {
  .pc_mr20 {
    margin-right: 20px !important; }

  .pc_mt0 {
    margin-top: 0px !important; }

  .pc_mt5 {
    margin-top: 5px !important; }

  .pc_mt10 {
    margin-top: 10px !important; }

  .pc_mt15 {
    margin-top: 15px !important; }

  .pc_mt20 {
    margin-top: 20px !important; }

  .pc_mt30 {
    margin-top: 30px !important; }

  .pc_mt40 {
    margin-top: 40px !important; }

  .pc_mt50 {
    margin-top: 50px !important; }

  .pc_mt60 {
    margin-top: 60px !important; }

  .pc_mt70 {
    margin-top: 70px !important; }

  .pc_mt80 {
    margin-top: 80px !important; }

  .pc_mt90 {
    margin-top: 90px !important; }

  .pc_mt100 {
    margin-top: 100px !important; }

  .pc_mb0 {
    margin-bottom: 0px !important; }

  .pc_mb5 {
    margin-bottom: 5px !important; }

  .pc_mb10 {
    margin-bottom: 10px !important; }

  .pc_mb15 {
    margin-bottom: 15px !important; }

  .pc_mb20 {
    margin-bottom: 20px !important; }

  .pc_mb30 {
    margin-bottom: 30px !important; }

  .pc_mb40 {
    margin-bottom: 40px !important; }

  .pc_mb50 {
    margin-bottom: 50px !important; }

  .pc_mb60 {
    margin-bottom: 60px !important; }

  .pc_mb70 {
    margin-bottom: 70px !important; }

  .pc_mb80 {
    margin-bottom: 80px !important; }

  .pc_mb90 {
    margin-bottom: 90px !important; }

  .pc_mb100 {
    margin-bottom: 100px !important; }

  .pc_mb120 {
    margin-bottom: 120px !important; }

  .pc_mb130 {
    margin-bottom: 130px !important; }

  .pc_mb140 {
    margin-bottom: 140px !important; }

  .pc_mb170 {
    margin-bottom: 170px !important; }

  .pc_mb180 {
    margin-bottom: 180px !important; }

  .pc_mb200 {
    margin-bottom: 200px !important; }

  .pc_mb220 {
    margin-bottom: 220px !important; }

  .pc_mb340 {
    margin-bottom: 340px !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 768px) {
  .sp_mt0 {
    margin-top: 0px !important; }

  .sp_mt5 {
    margin-top: 5px !important; }

  .sp_mt10 {
    margin-top: 10px !important; }

  .sp_mt15 {
    margin-top: 15px !important; }

  .sp_mt20 {
    margin-top: 20px !important; }

  .sp_mt30 {
    margin-top: 30px !important; }

  .sp_mt40 {
    margin-top: 40px !important; }

  .sp_mt50 {
    margin-top: 50px !important; }

  .sp_mt60 {
    margin-top: 60px !important; }

  .sp_mt70 {
    margin-top: 70px !important; }

  .sp_mt80 {
    margin-top: 80px !important; }

  .sp_mt90 {
    margin-top: 90px !important; }

  .sp_mt100 {
    margin-top: 100px !important; }

  .sp_mb0 {
    margin-bottom: 0px !important; }

  .sp_mb5 {
    margin-bottom: 5px !important; }

  .sp_mb10 {
    margin-bottom: 10px !important; }

  .sp_mb15 {
    margin-bottom: 15px !important; }

  .sp_mb20 {
    margin-bottom: 20px !important; }

  .sp_mb30 {
    margin-bottom: 4vw !important; }

  .sp_mb40 {
    margin-bottom: 5.33vw !important; }

  .sp_mb50 {
    margin-bottom: 50px !important; }

  .sp_mb60 {
    margin-bottom: 8vw !important; }

  .sp_mb70 {
    margin-bottom: 70px !important; }

  .sp_mb80 {
    margin-bottom: 80px !important; }

  .sp_mb90 {
    margin-bottom: 90px !important; }

  .sp_mb100 {
    margin-bottom: 100px !important; }

  .sp_mb120 {
    margin-bottom: 120px !important; }

  .sp_mb125 {
    margin-bottom: 125px !important; }

  .sp_mb130 {
    margin-bottom: 130px !important; }

  .sp_mb150 {
    margin-bottom: 150px !important; }

  .sp_mb200 {
    margin-bottom: 200px !important; } }
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　６　】　部分的に特別なデザインやレイアウトが必要な場合

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
FLEX　個別設定
----------------------------------------------------------------------------------------------------------------------- */
.flex {
  display: flex; }

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

.justify-around {
  justify-content: space-around !important; }

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

.justify-start {
  justify-content: flex-start !important; }

.justify-end {
  justify-content: flex-end !important; }

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

.align-start {
  align-items: flex-start !important; }

.align-end {
  align-items: flex-end !important; }

.flex1 {
  flex: 1; }

@media screen and (max-width: 767px) {
  .sp_flex {
    display: flex; }

  .sp_align-end {
    align-items: flex-end !important; }

  .sp_column-reverse {
    flex-flow: column-reverse !important; }

  .sp_column {
    flex-flow: column !important; }

  .sp_row {
    flex-flow: row !important; }

  .sp_row-reverse {
    flex-flow: row-reverse !important; }

  .sp_justify-center {
    justify-content: center !important; } }
.sp_justify-end {
  justify-content: flex-end !important; }

@media screen and (min-width: 769px) {
  .pc_flex {
    display: flex; }

  .pc_column-reverse {
    flex-flow: column-reverse !important; }

  .pc_column {
    flex-flow: column !important; }

  .pc_row {
    flex-flow: row !important; }

  .pc_row-reverse {
    flex-flow: row-reverse !important; }

  .pc_justify-between {
    justify-content: space-between !important; }

  .pc_justify-around {
    justify-content: space-around !important; }

  .pc_justify-center {
    justify-content: center !important; }

  .pc_justify-start {
    justify-content: flex-start !important; }

  .pc_justify-end {
    justify-content: flex-end !important; }

  .pc_align-center {
    align-items: center !important; }

  .pc_align-start {
    align-items: flex-start !important; }

  .pc_align-end {
    align-items: flex-end !important; } }
/* ------------------------------------------------
TOPページ
------------------------------------------------ */
.top_contents01 {
  background: url("../images/top/bg01_01_sp.webp") no-repeat;
  background-size: cover;
  background-position: top;
  box-sizing: border-box;
  height: 402vw;
  padding: 0 0 17.06vw 0;
  position: relative; }
  @media screen and (min-width: 769px) {
    .top_contents01 {
      background: url("../images/top/bg01_01_pc.webp") no-repeat;
      background-size: cover;
      background-position: center;
      height: auto;
      padding: 130px 0 140px; } }
  .top_contents01::after {
    background: url("../images/top/bg01_02_sp.png") no-repeat;
    background-size: contain;
    width: 71.6vw;
    height: 66.8vw;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    transition: all .2s; }
    @media screen and (min-width: 769px) {
      .top_contents01::after {
        background: url("../images/top/bg01_02.png") no-repeat;
        background-size: contain;
        width: 410px;
        height: 494px; } }
  .top_contents01 section {
    width: calc(100% - 10.66vw);
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .top_contents01 section {
        flex-direction: row;
        width: calc(100% - 60px); } }
    @media screen and (max-width: 768px) {
      .top_contents01 section .inner_left {
        width: 100%;
        margin-bottom: 6vw; } }
    .top_contents01 section .inner_left picture {
      position: relative; }
      @media screen and (min-width: 769px) {
        .top_contents01 section .inner_left picture {
          position: absolute; } }
    @media screen and (max-width: 768px) {
      .top_contents01 section .inner_left .img01 {
        justify-content: flex-start;
        top: -2vw; } }
    @media screen and (min-width: 769px) {
      .top_contents01 section .inner_left .img01 {
        top: -190px;
        left: 0; } }
    .top_contents01 section .inner_left .img01 img {
      width: 47.73vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .top_contents01 section .inner_left .img01 img {
          width: 358px; } }
    @media screen and (max-width: 768px) {
      .top_contents01 section .inner_left .img02 {
        justify-content: flex-end;
        top: 0;
        margin-top: -15vw; } }
    @media screen and (min-width: 769px) {
      .top_contents01 section .inner_left .img02 {
        top: 6px;
        left: 10px; } }
    .top_contents01 section .inner_left .img02 img {
      width: 62.66vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .top_contents01 section .inner_left .img02 img {
          width: 450px; } }
    @media screen and (max-width: 768px) {
      .top_contents01 section .inner_left .img03 {
        justify-content: flex-start;
        top: 0;
        margin-top: -27vw;
        left: -22.3vw; } }
    @media screen and (min-width: 769px) {
      .top_contents01 section .inner_left .img03 {
        top: 540px;
        left: -230px; } }
    .top_contents01 section .inner_left .img03 img {
      width: 62.26vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .top_contents01 section .inner_left .img03 img {
          width: 467px; } }
    .top_contents01 section .inner_right .txt {
      margin-bottom: 13vw;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 769px) {
        .top_contents01 section .inner_right .txt {
          margin-bottom: 60px; } }
      .top_contents01 section .inner_right .txt p {
        color: #fff;
        line-height: 2.4;
        letter-spacing: .03em;
        font-weight: 700;
        margin-bottom: 12px; }
        @media screen and (max-width: 768px) {
          .top_contents01 section .inner_right .txt p {
            margin-bottom: 3.6vw; } }
    .top_contents01 section .inner_right .link_type01 {
      justify-content: flex-start; }
      .top_contents01 section .inner_right .link_type01 a {
        z-index: 2;
        box-sizing: border-box;
        padding-right: 4vw; }
        @media screen and (min-width: 769px) {
          .top_contents01 section .inner_right .link_type01 a {
            padding-right: 40px; } }

.top_contents02 {
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 19vw 0 20.5vw; }
  @media screen and (min-width: 769px) {
    .top_contents02 {
      padding: 120px 0 144px; } }
  .top_contents02 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .top_contents02 section .title_type01 {
      margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .top_contents02 section .link_type02 {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 10.66vw; } }
    @media screen and (max-width: 768px) {
      .top_contents02 section .txt {
        margin-bottom: 10vw; } }
    .top_contents02 section .inner_block {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .top_contents02 section .inner_block {
          flex-direction: row;
          margin-bottom: 60px; } }
    .top_contents02 section .inner_bottom {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .top_contents02 section .inner_bottom {
          flex-direction: row; } }
      @media screen and (max-width: 768px) {
        .top_contents02 section .inner_bottom .left {
          margin-bottom: 3vw; } }
      .top_contents02 section .inner_bottom .left,
      .top_contents02 section .inner_bottom .right {
        width: 100%;
        background: #E4F5F5;
        border-radius: 2.16vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6.66vw;
        box-sizing: border-box;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .top_contents02 section .inner_bottom .left,
          .top_contents02 section .inner_bottom .right {
            max-width: 562px;
            border-radius: 16px;
            padding: 47px;
            flex-direction: row; } }
        .top_contents02 section .inner_bottom .left span,
        .top_contents02 section .inner_bottom .right span {
          display: block; }
        .top_contents02 section .inner_bottom .left picture,
        .top_contents02 section .inner_bottom .right picture {
          flex: 1;
          width: 100%;
          margin-bottom: 5vw; }
          @media screen and (min-width: 769px) {
            .top_contents02 section .inner_bottom .left picture,
            .top_contents02 section .inner_bottom .right picture {
              margin-right: 40px;
              margin-bottom: 0; } }
          .top_contents02 section .inner_bottom .left picture img,
          .top_contents02 section .inner_bottom .right picture img {
            width: 100%;
            height: auto;
            border-radius: 1.06vw; }
            @media screen and (min-width: 769px) {
              .top_contents02 section .inner_bottom .left picture img,
              .top_contents02 section .inner_bottom .right picture img {
                min-width: 161px;
                max-width: 399px;
                border-radius: 8px; } }
        .top_contents02 section .inner_bottom .left h4,
        .top_contents02 section .inner_bottom .right h4 {
          font-size: 5.33vw;
          font-weight: 700;
          letter-spacing: .03em;
          color: #00617C;
          margin-bottom: 2vw; }
          @media screen and (min-width: 769px) {
            .top_contents02 section .inner_bottom .left h4,
            .top_contents02 section .inner_bottom .right h4 {
              font-size: 24px;
              margin-bottom: 10px; } }

.top_contents03 {
  position: relative;
  background: url("../images/top/bg02_sp.webp") no-repeat;
  background-size: cover;
  padding: 16vw 0;
  box-sizing: border-box;
  border-radius: 11.73vw; }
  @media screen and (min-width: 769px) {
    .top_contents03 {
      background: url("../images/top/bg02_pc.webp") no-repeat;
      background-size: cover;
      width: 100%;
      height: 816px;
      padding: 124px 0 0;
      border-radius: 80px; } }
  .top_contents03::after {
    content: "";
    background: url("../images/top/bg03_01_pc.webp") no-repeat;
    background-size: cover;
    width: 100%;
    height: 88px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scale(-1, -1); }
  .top_contents03 section {
    position: relative;
    width: calc(100% - 40px);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    .top_contents03 section .date_list ul {
      display: grid;
      grid-template-columns: 1fr;
      grid-column-gap: 2.13vw;
      grid-row-gap: 2.13vw; }
      @media screen and (min-width: 769px) {
        .top_contents03 section .date_list ul {
          grid-template-columns: repeat(3, 1fr);
          grid-column-gap: 8px;
          grid-row-gap: 8px; } }
      .top_contents03 section .date_list ul li {
        display: flex;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 4vw 6.6vw;
        box-sizing: border-box;
        height: 37.6vw;
        width: 73.6vw;
        background: rgba(181, 235, 255, 0.3);
        backdrop-filter: blur(2.5px);
        border-radius: 2.13vw; }
        @media screen and (max-width: 768px) {
          .top_contents03 section .date_list ul li {
            margin-left: auto;
            margin-right: auto; } }
        @media screen and (min-width: 769px) {
          .top_contents03 section .date_list ul li {
            justify-content: space-between;
            height: 192px;
            max-width: 374px;
            border-radius: 16px;
            padding: 32px 32px 30px; } }
        .top_contents03 section .date_list ul li h3 {
          background: #00617C;
          color: #fff;
          line-height: 1;
          letter-spacing: .03em;
          font-weight: 700;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: auto;
          margin-right: auto;
          padding: 1vw 3.8vw;
          border-radius: 4vw;
          margin-bottom: 2.66vw;
          font-size: 3.47vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 section .date_list ul li h3 {
              font-size: 16px;
              padding: 6px 16px;
              border-radius: 16px;
              margin-bottom: 10px; } }
        .top_contents03 section .date_list ul li .number {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .top_contents03 section .date_list ul li .number p {
            color: #fff;
            font-family: "Montserrat", sans-serif;
            font-size: 16vw;
            font-weight: 700;
            line-height: 1;
            white-space: nowrap;
            letter-spacing: .03em; }
            @media screen and (min-width: 769px) {
              .top_contents03 section .date_list ul li .number p {
                font-size: 88px; } }
            .top_contents03 section .date_list ul li .number p small {
              margin-left: 1.6vw;
              display: inline-block;
              font-family: "Noto Sans JP", sans-serif;
              font-size: 8.53vw;
              position: absolute;
              right: 6vw;
              top: 20.5vw; }
              @media screen and (min-width: 769px) {
                .top_contents03 section .date_list ul li .number p small {
                  font-size: 40px;
                  margin-left: 6px;
                  right: 25px;
                  top: 110px; } }
              @media screen and (max-width: 768px) {
                .top_contents03 section .date_list ul li .number p small.small {
                  font-size: 5.33vw;
                  right: 7vw;
                  top: 24vw; } }
              .top_contents03 section .date_list ul li .number p small.first {
                top: 20.5vw;
                right: 9vw; }
                @media screen and (min-width: 769px) {
                  .top_contents03 section .date_list ul li .number p small.first {
                    right: 35px;
                    top: 110px; } }
            .top_contents03 section .date_list ul li .number p b {
              margin: 0 12px;
              display: inline-block; }
            .top_contents03 section .date_list ul li .number p span {
              font-size: 12.8vw; }
              @media screen and (min-width: 769px) {
                .top_contents03 section .date_list ul li .number p span {
                  font-size: 64px; } }
          .top_contents03 section .date_list ul li .number figure {
            margin-right: 6vw; }
            @media screen and (min-width: 769px) {
              .top_contents03 section .date_list ul li .number figure {
                margin-right: 30px; } }
            .top_contents03 section .date_list ul li .number figure img {
              width: 13.86vw;
              height: auto; }
              @media screen and (min-width: 769px) {
                .top_contents03 section .date_list ul li .number figure img {
                  width: 73px; } }
        .top_contents03 section .date_list ul li:nth-of-type(2) figure {
          margin-right: 15vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 section .date_list ul li:nth-of-type(2) figure {
              margin-right: 50px; } }
        .top_contents03 section .date_list ul li:nth-of-type(3) figure {
          margin-right: 6vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 section .date_list ul li:nth-of-type(3) figure {
              margin-right: 35px; } }
        .top_contents03 section .date_list ul li:nth-of-type(4) figure {
          margin-right: 10vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 section .date_list ul li:nth-of-type(4) figure {
              margin-right: 48px; } }
        .top_contents03 section .date_list ul li:nth-of-type(5) figure {
          margin-right: 1vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 section .date_list ul li:nth-of-type(5) figure {
              margin-right: 11px; } }
        .top_contents03 section .date_list ul li:nth-of-type(6) figure {
          margin-right: 8.66vw; }
          @media screen and (min-width: 769px) {
            .top_contents03 section .date_list ul li:nth-of-type(6) figure {
              margin-right: 40px; } }

.scroll-infinity {
  position: relative;
  margin-bottom: 10vw;
  display: flex; }
  @media screen and (min-width: 769px) {
    .scroll-infinity {
      margin-bottom: 0; } }
  .scroll-infinity ul {
    transform: scaleX(-1); }
  .scroll-infinity .scroll-infinity ul li {
    flex: 0 0 auto;
    /* 幅を固定する */
    width: 1715px;
    /* 画像の幅を指定（適宜調整） */ }

@keyframes scroll-left {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes scroll-left2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
.scroll-infinity ul:first-child {
  animation: scroll-left 120s -60s linear infinite; }

.scroll-infinity ul:last-child {
  animation: scroll-left2 120s linear infinite; }

.scroll-infinity ul {
  display: flex;
  flex-wrap: nowrap;
  /* 折り返し防止 */ }

.scroll-infinity img {
  height: 104.8vw;
  width: 1715px;
  object-fit: cover; }
  @media screen and (min-width: 769px) {
    .scroll-infinity img {
      width: 1715px;
      height: 542px; } }

.title_type00 {
  position: relative;
  flex-direction: column;
  margin-bottom: 5.6vw; }
  @media screen and (min-width: 769px) {
    .title_type00 {
      margin-bottom: 30px; } }
  .title_type00 h2 {
    font-size: 7.46vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: .06em;
    line-height: 1.7; }
    @media screen and (min-width: 769px) {
      .title_type00 h2 {
        font-size: 48px; } }

.title_type01 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 6.66vw; }
  @media screen and (min-width: 769px) {
    .title_type01 {
      margin-bottom: 50px; } }
  .title_type01 p {
    font-family: "Montserrat", sans-serif;
    font-size: 4.26vw;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1.2vw;
    text-align: left;
    color: #00B2B8; }
    @media screen and (min-width: 769px) {
      .title_type01 p {
        font-size: 20px;
        margin-bottom: 12px; } }
  .title_type01 h2 {
    font-size: 7.46vw;
    font-weight: 700; }
    @media screen and (min-width: 769px) {
      .title_type01 h2 {
        font-size: 40px; } }

.title_type02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 5.33vw; }
  @media screen and (min-width: 769px) {
    .title_type02 {
      margin-bottom: 40px; } }
  .title_type02 p {
    font-family: "Montserrat", sans-serif;
    font-size: 3.73vw;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    color: #8EB2BE;
    margin-bottom: 1.66vw; }
    @media screen and (min-width: 769px) {
      .title_type02 p {
        font-size: 20px;
        margin-bottom: 5px; } }
  .title_type02 h2 {
    font-size: 5.86vw;
    color: #00617C;
    font-weight: 700;
    letter-spacing: .06em; }
    @media screen and (min-width: 769px) {
      .title_type02 h2 {
        font-size: 32px; } }

.title_type03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 6vw; }
  @media screen and (min-width: 769px) {
    .title_type03 {
      margin-bottom: 45px; } }
  .title_type03 p {
    font-family: "Montserrat", sans-serif;
    font-size: 4.26vw;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 769px) {
      .title_type03 p {
        font-size: 20px;
        margin-bottom: 10px; } }
  .title_type03 h2 {
    text-align: center;
    font-size: 7.46vw;
    font-weight: 700;
    color: #fff;
    font-weight: 700;
    letter-spacing: .06em; }
    @media screen and (min-width: 769px) {
      .title_type03 h2 {
        font-size: 40px; } }

.link_type01 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .link_type01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 54.93vw;
    height: 13.06vw;
    border-radius: 8vw;
    color: #00B2B8;
    position: relative;
    font-weight: 600;
    box-sizing: border-box;
    letter-spacing: .03em;
    line-height: 1;
    font-family: "Montserrat", sans-serif; }
    @media screen and (min-width: 769px) {
      .link_type01 a {
        font-weight: 700;
        width: 256px;
        height: 61px;
        border-radius: 61px; } }
    .link_type01 a::after {
      background: url("../images/common/icon_arrow_sp.svg") no-repeat;
      background-size: contain;
      width: 7.46vw;
      height: 5.33vw;
      position: absolute;
      right: 3.6vw;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }
      @media screen and (min-width: 769px) {
        .link_type01 a::after {
          background: url("../images/common/icon_arrow.svg") no-repeat;
          width: 44px;
          height: 29px;
          right: 15px; } }

.link_type02 {
  display: flex;
  justify-content: center;
  align-items: center; }
  .link_type02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00B2B8;
    width: 54.93vw;
    height: 13.06vw;
    border-radius: 13.06vw;
    color: #fff;
    position: relative;
    font-weight: 700;
    box-sizing: border-box;
    letter-spacing: .03em;
    line-height: 1;
    padding-right: 4vw;
    font-family: "Montserrat", sans-serif; }
    @media screen and (min-width: 769px) {
      .link_type02 a {
        width: 256px;
        height: 61px;
        padding-right: 30px; } }
    .link_type02 a::after {
      background: url("../images/common/icon_arrow_white.svg") no-repeat;
      background-size: contain;
      width: 7.46vw;
      height: 5.33vw;
      position: absolute;
      right: 3.2vw;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }
      @media screen and (min-width: 769px) {
        .link_type02 a::after {
          width: 44px;
          height: 29px;
          right: 15px; } }

.top_contents04 {
  background: url("../images/top/bg03_01_pc.webp") no-repeat #E0F8F9;
  background-size: cover;
  padding: 18.13vw 0 21vw;
  position: relative; }
  @media screen and (min-width: 769px) {
    .top_contents04 {
      padding: 120px 0 144px; } }
  .top_contents04::after {
    content: "";
    background: url("../images/top/icon_round.svg") no-repeat;
    background-size: contain;
    width: 11.73vw;
    height: 11.73vw;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media screen and (min-width: 769px) {
      .top_contents04::after {
        width: 88px;
        height: 88px; } }
  .top_contents04 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      .top_contents04 section {
        flex-direction: row;
        align-items: flex-start; } }
    @media screen and (min-width: 769px) {
      .top_contents04 section .inner_txt {
        width: 488px; } }
    .top_contents04 section .inner_txt picture {
      width: 85.33vw; }
      @media screen and (min-width: 769px) {
        .top_contents04 section .inner_txt picture {
          width: 480px; } }
      .top_contents04 section .inner_txt picture img {
        width: 100%;
        height: auto; }
    .top_contents04 section .interview_slider {
      width: 100%;
      position: relative;
      margin-bottom: 16vw; }
      @media screen and (min-width: 769px) {
        .top_contents04 section .interview_slider {
          width: 596px;
          margin-bottom: 0; } }
      .top_contents04 section .interview_slider picture img {
        width: 100%;
        height: auto; }
      .top_contents04 section .interview_slider .position {
        top: 0;
        right: 0;
        position: absolute;
        display: inline-block;
        border-bottom: solid 1px #739DAC;
        padding-bottom: 1.66vw; }
        @media screen and (min-width: 769px) {
          .top_contents04 section .interview_slider .position {
            padding-bottom: 10px; } }
        .top_contents04 section .interview_slider .position strong {
          font-family: 'Montserrat';
          font-weight: 700;
          font-size: 10.66vw;
          line-height: 1.3;
          text-align: right;
          color: #00B2B8;
          display: block; }
          @media screen and (min-width: 769px) {
            .top_contents04 section .interview_slider .position strong {
              font-size: 64px; } }
        .top_contents04 section .interview_slider .position p {
          font-weight: 700;
          font-size: 2.93vw;
          text-align: right;
          letter-spacing: 0.03em;
          color: #627D87; }
          @media screen and (min-width: 769px) {
            .top_contents04 section .interview_slider .position p {
              font-size: 14px; } }
      .top_contents04 section .interview_slider .txt {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        position: absolute;
        bottom: 5vw;
        left: 0;
        z-index: 2; }
        @media screen and (min-width: 769px) {
          .top_contents04 section .interview_slider .txt {
            bottom: 20px; } }
        .top_contents04 section .interview_slider .txt p {
          box-sizing: border-box;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 0 2vw 0 1.33vw;
          margin-top: 1vw;
          height: 8.79vw;
          background: #FFF;
          border-radius: 1.06vw;
          font-weight: 700;
          font-size: 4.53vw;
          letter-spacing: 0.06em;
          color: #00617C; }
          @media screen and (min-width: 769px) {
            .top_contents04 section .interview_slider .txt p {
              padding: 6px 8px;
              margin-top: 6px;
              height: 50px;
              border-radius: 8px;
              font-size: 24px; } }
  .top_contents04 .thumbnail_slider {
    width: 100%;
    position: relative;
    left: -92vw; }
    @media screen and (min-width: 769px) {
      .top_contents04 .thumbnail_slider {
        left: -100px; } }
    .top_contents04 .thumbnail_slider ul {
      width: 425.6vw !important;
      display: flex; }
      @media screen and (min-width: 769px) {
        .top_contents04 .thumbnail_slider ul {
          width: 2424px !important; } }
    .top_contents04 .thumbnail_slider li {
      width: 68.26vw !important;
      margin-right: 3.2vw !important;
      position: relative; }
      @media screen and (min-width: 769px) {
        .top_contents04 .thumbnail_slider li {
          width: 384px !important;
          margin-right: 24px !important; } }
      .top_contents04 .thumbnail_slider li a {
        display: block; }
      .top_contents04 .thumbnail_slider li picture img {
        width: 100%;
        height: auto; }
    .top_contents04 .thumbnail_slider .position {
      bottom: 0;
      left: -1px;
      position: absolute;
      background: url("../images/top/bg03_01_pc.webp") no-repeat #E0F8F9;
      height: 14.26vw;
      padding: 2.66vw 3vw 0 1.66vw;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border-top-right-radius: 2.13vw; }
      @media screen and (min-width: 769px) {
        .top_contents04 .thumbnail_slider .position {
          height: 68px;
          padding: 0 20px 10px 15px;
          border-top-right-radius: 16px;
          align-items: flex-end; } }
      .top_contents04 .thumbnail_slider .position::before {
        content: "";
        background: url("../images/top/slide_round00.png") no-repeat;
        background-size: contain;
        width: 2.13vw;
        height: 2.13vw;
        position: absolute;
        left: 0;
        top: -2.13vw; }
        @media screen and (min-width: 769px) {
          .top_contents04 .thumbnail_slider .position::before {
            width: 16px;
            height: 16px;
            top: -16px; } }
      .top_contents04 .thumbnail_slider .position::after {
        content: "";
        background: url("../images/top/slide_round00.png") no-repeat;
        background-size: contain;
        width: 2.13vw;
        height: 2.13vw;
        position: absolute;
        right: -2.13vw;
        bottom: 0; }
        @media screen and (min-width: 769px) {
          .top_contents04 .thumbnail_slider .position::after {
            width: 16px;
            height: 16px;
            right: -16px; } }
      .top_contents04 .thumbnail_slider .position strong {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 8.53vw;
        line-height: 1;
        color: #00B2B8;
        display: block;
        margin-right: 2.66vw; }
        @media screen and (min-width: 769px) {
          .top_contents04 .thumbnail_slider .position strong {
            font-size: 40px;
            margin-right: 15px; } }
      .top_contents04 .thumbnail_slider .position p {
        line-height: 1.6;
        position: relative;
        font-weight: 700;
        font-size: 3.2vw;
        letter-spacing: 0.03em;
        color: #627D87; }
        @media screen and (min-width: 769px) {
          .top_contents04 .thumbnail_slider .position p {
            font-size: 12px;
            top: -2px; } }

.top_contents05 {
  padding-top: 19vw;
  border-top-left-radius: 11.73vw;
  position: relative;
  background: #fff;
  /* パネル切り替えのアニメーション */ }
  @media screen and (min-width: 769px) {
    .top_contents05 {
      padding-top: 120px;
      border-top-left-radius: 88px; } }
  .top_contents05::after {
    content: "";
    background: url("../images/top/bg03_01_pc.webp") no-repeat #E0F8F9;
    background-size: cover;
    width: 11.73vw;
    height: 11.73vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    @media screen and (min-width: 769px) {
      .top_contents05::after {
        width: 88px;
        height: 88px; } }
  .top_contents05 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (min-width: 1920px) {
      .top_contents05 section {
        max-width: 1300px;
        width: 100%; } }
    .top_contents05 section::after {
      background: url("../images/top/bg04_01_sp.jpg") no-repeat;
      background-size: contain;
      width: 51.33vw;
      height: 78vw;
      position: absolute;
      right: -5.33vw;
      top: 9vw;
      content: "";
      transition: all .2s; }
      @media screen and (min-width: 769px) {
        .top_contents05 section::after {
          background: url("../images/top/bg04_01_pc.jpg") no-repeat;
          background-size: contain;
          width: 495px;
          height: 585px;
          right: 50px;
          top: -70px; } }
    .top_contents05 section .inner_top {
      position: relative;
      z-index: 2; }
    .top_contents05 section .title_type01 + p {
      margin-bottom: 14vw; }
      @media screen and (min-width: 769px) {
        .top_contents05 section .title_type01 + p {
          margin-bottom: 80px; } }
    .top_contents05 section .inner_person {
      margin-bottom: 14vw; }
      @media screen and (min-width: 769px) {
        .top_contents05 section .inner_person {
          margin-bottom: 80px; } }
      .top_contents05 section .inner_person .inner_block {
        border: solid .26vw #B8C1C4;
        position: relative;
        z-index: 2;
        border-radius: 3.2vw;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        background: #fff;
        padding: 7.46vw 5.33vw;
        box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          .top_contents05 section .inner_person .inner_block {
            border: solid 1px #B8C1C4;
            padding: 56px 80px;
            border-radius: 24px;
            flex-direction: row; } }
        .top_contents05 section .inner_person .inner_block picture {
          border-radius: 26.66vw;
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            .top_contents05 section .inner_person .inner_block picture {
              margin-left: auto;
              margin-right: auto;
              margin-bottom: 12vw; } }
          @media screen and (min-width: 769px) {
            .top_contents05 section .inner_person .inner_block picture {
              border-radius: 200px; } }
          .top_contents05 section .inner_person .inner_block picture img {
            width: 48.13vw;
            height: auto; }
            @media screen and (min-width: 769px) {
              .top_contents05 section .inner_person .inner_block picture img {
                width: 100%;
                max-width: 361px; } }
        @media screen and (min-width: 769px) {
          .top_contents05 section .inner_person .inner_block .txt {
            max-width: 523px; } }
        @media screen and (min-width: 1920px) {
          .top_contents05 section .inner_person .inner_block .txt {
            max-width: 683px; } }
        .top_contents05 section .inner_person .inner_block .txt dl {
          margin-bottom: 5vw; }
          @media screen and (min-width: 769px) {
            .top_contents05 section .inner_person .inner_block .txt dl {
              margin-bottom: 30px; } }
          .top_contents05 section .inner_person .inner_block .txt dl:last-of-type {
            margin-bottom: 0; }
          .top_contents05 section .inner_person .inner_block .txt dl dt {
            color: #00B2B8;
            font-size: 4.8vw;
            letter-spacing: .06em;
            font-weight: 700;
            margin-bottom: .8vw; }
            @media screen and (min-width: 769px) {
              .top_contents05 section .inner_person .inner_block .txt dl dt {
                font-size: 24px;
                margin-bottom: 6px; } }
            .top_contents05 section .inner_person .inner_block .txt dl dt b {
              font-family: "Montserrat", sans-serif;
              display: inline-block;
              margin-right: 14px; }
    .top_contents05 section .inner_flow {
      margin-bottom: 14vw; }
      @media screen and (min-width: 769px) {
        .top_contents05 section .inner_flow {
          margin-bottom: 80px; } }
      .top_contents05 section .inner_flow .inner_block {
        border: solid .26vw #B8C1C4;
        position: relative;
        z-index: 2;
        border-radius: 3.2vw;
        background: #fff;
        padding: 7.46vw 5.33vw;
        box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          .top_contents05 section .inner_flow .inner_block {
            border: solid 1px #B8C1C4;
            border-radius: 24px;
            padding: 56px 80px; } }
        .top_contents05 section .inner_flow .inner_block picture {
          border-radius: 200px;
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden; }
          .top_contents05 section .inner_flow .inner_block picture img {
            max-width: 361px;
            width: 100%;
            height: auto; }
        .top_contents05 section .inner_flow .inner_block dl {
          margin-bottom: 7vw;
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          @media screen and (min-width: 769px) {
            .top_contents05 section .inner_flow .inner_block dl {
              margin-bottom: 30px; } }
          @media screen and (max-width: 768px) {
            .top_contents05 section .inner_flow .inner_block dl:last-of-type {
              margin-bottom: 0; } }
          .top_contents05 section .inner_flow .inner_block dl:last-of-type dt::after {
            content: none; }
          @media screen and (max-width: 768px) {
            .top_contents05 section .inner_flow .inner_block dl:nth-of-type(5) dt::after {
              height: 57vw; } }
          .top_contents05 section .inner_flow .inner_block dl dt {
            background: #fff;
            color: #00B2B8;
            font-size: 5.33vw;
            font-weight: 700;
            font-family: "Montserrat", sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 2vw;
            border: solid 0.26vw #00B2B8;
            border-radius: 12.8vw;
            width: 12.8vw;
            height: 12.8vw;
            box-sizing: border-box;
            position: relative;
            z-index: 2; }
            @media screen and (min-width: 769px) {
              .top_contents05 section .inner_flow .inner_block dl dt {
                font-size: 32px;
                border-radius: 80px;
                width: 80px;
                height: 80px;
                margin-right: 14px;
                border: solid 1px #00B2B8; } }
            .top_contents05 section .inner_flow .inner_block dl dt::after {
              background: #00B2B8;
              width: .53vw;
              height: 65.6vw;
              position: absolute;
              left: 6vw;
              top: 12.4vw;
              margin: auto;
              content: "";
              transition: all .2s; }
              @media screen and (min-width: 769px) {
                .top_contents05 section .inner_flow .inner_block dl dt::after {
                  left: 40px;
                  top: 79px;
                  width: 2px;
                  height: 130px; } }
          .top_contents05 section .inner_flow .inner_block dl dd {
            max-width: 61.6vw;
            flex: 1;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction: column; }
            @media screen and (min-width: 769px) {
              .top_contents05 section .inner_flow .inner_block dl dd {
                flex-direction: row;
                max-width: 866px; } }
            .top_contents05 section .inner_flow .inner_block dl dd figure {
              display: flex;
              justify-content: center;
              align-items: center;
              background: #EEF5F5;
              border-radius: 2.13vw;
              width: 38.4vw;
              height: 21.33vw; }
              @media screen and (min-width: 769px) {
                .top_contents05 section .inner_flow .inner_block dl dd figure {
                  border-radius: 16px;
                  width: 288px;
                  height: 160px; } }
              .top_contents05 section .inner_flow .inner_block dl dd figure img {
                width: 32vw;
                height: auto; }
                @media screen and (min-width: 769px) {
                  .top_contents05 section .inner_flow .inner_block dl dd figure img {
                    width: 100%;
                    max-width: 240px; } }
            .top_contents05 section .inner_flow .inner_block dl dd div {
              margin-bottom: 4vw; }
              @media screen and (min-width: 769px) {
                .top_contents05 section .inner_flow .inner_block dl dd div {
                  max-width: 548px;
                  margin-bottom: 0; } }
            .top_contents05 section .inner_flow .inner_block dl dd h3 {
              font-weight: 700;
              font-size: 4.53vw;
              letter-spacing: 0.06em;
              padding: 2.2vw 0 3vw;
              line-height: 1.6; }
              @media screen and (min-width: 769px) {
                .top_contents05 section .inner_flow .inner_block dl dd h3 {
                  font-size: 24px;
                  padding: 16px 0 20px; } }
            .top_contents05 section .inner_flow .inner_block dl dd a {
              color: #0070CC;
              text-decoration: underline; }
              .top_contents05 section .inner_flow .inner_block dl dd a:hover {
                text-decoration: none; }
  .top_contents05 .tab_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6vw;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .top_contents05 .tab_list {
        flex-direction: row;
        margin-bottom: 30px; } }
  .top_contents05 .tab_item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    margin: 0 0 3vw;
    box-sizing: border-box;
    color: #fff;
    width: 53.33vw;
    font-weight: 600;
    height: 13.06vw;
    background: rgba(0, 178, 184, 0.6);
    border-radius: 13.06vw;
    cursor: pointer;
    overflow: hidden;
    transition: .2s ease-in-out; }
    @media screen and (min-width: 769px) {
      .top_contents05 .tab_item {
        font-weight: 700;
        padding: 16px;
        margin: 0 12px;
        gap: 8px;
        width: 240px;
        height: 56px;
        border-radius: 40px; } }
    .top_contents05 .tab_item.is-active {
      background: #00B2B8; }
  .top_contents05 .tab_wrap {
    margin-bottom: 19.2vw; }
    @media screen and (min-width: 769px) {
      .top_contents05 .tab_wrap {
        margin-bottom: 144px; } }
    .top_contents05 .tab_wrap .inner_block {
      border: solid .26vw #B8C1C4;
      position: relative;
      z-index: 2;
      border-radius: 3.2vw;
      background: #fff;
      padding: 7.46vw 5.33vw;
      box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        .top_contents05 .tab_wrap .inner_block {
          border: solid 1px #B8C1C4;
          border-radius: 24px;
          padding: 56px 80px; } }
      .top_contents05 .tab_wrap .inner_block h3 {
        font-weight: 700;
        font-size: 4.26vw;
        line-height: 1;
        margin-bottom: 3vw; }
        @media screen and (min-width: 769px) {
          .top_contents05 .tab_wrap .inner_block h3 {
            margin-bottom: 30px;
            font-size: 18px; } }
        .top_contents05 .tab_wrap .inner_block h3 b {
          color: #00B2B8;
          font-size: 2.8vw;
          position: relative;
          top: -.4vw;
          display: inline-block;
          margin-right: 1vw; }
          @media screen and (min-width: 769px) {
            .top_contents05 .tab_wrap .inner_block h3 b {
              margin-right: 4px;
              top: -2px;
              font-size: 12px; } }
      .top_contents05 .tab_wrap .inner_block .panel_item {
        display: none; }
        .top_contents05 .tab_wrap .inner_block .panel_item dl {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          border-bottom: solid .26vw #C4C8C9;
          padding: 4vw 0;
          flex-direction: column; }
          @media screen and (min-width: 769px) {
            .top_contents05 .tab_wrap .inner_block .panel_item dl {
              flex-direction: row;
              padding: 30px 0;
              border-bottom: solid 1px #C4C8C9; } }
          .top_contents05 .tab_wrap .inner_block .panel_item dl dt {
            font-weight: 700;
            letter-spacing: 0.03em;
            margin-bottom: 1vw; }
            @media screen and (min-width: 769px) {
              .top_contents05 .tab_wrap .inner_block .panel_item dl dt {
                width: calc(100% - 740px);
                margin-bottom: 0; } }
          @media screen and (min-width: 769px) {
            .top_contents05 .tab_wrap .inner_block .panel_item dl dd {
              max-width: 740px; } }
      .top_contents05 .tab_wrap .inner_block .panel_item.is-active {
        display: block;
        animation: panel-show .9s ease-in-out forwards; }
@keyframes panel-show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* ------------------------------------------------
下層共通ページ
------------------------------------------------ */
.page_keyvisual {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: url("../images/common/page_keyvisual_sp.webp") no-repeat;
  background-size: cover;
  background-position: center;
  height: 77.6vw; }
  @media screen and (min-width: 769px) {
    .page_keyvisual {
      background: url("../images/common/page_keyvisual_pc.webp") no-repeat;
      background-size: cover;
      background-position: center;
      height: 512px; } }
  .page_keyvisual .page_main-title {
    width: calc(100% - 10.66vw);
    position: relative;
    top: 33.4vw;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-bottom: 4vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .page_keyvisual .page_main-title {
        top: 200px;
        width: calc(100% - 160px); } }
    .page_keyvisual .page_main-title p {
      font-size: 13.86vw;
      font-weight: 700;
      line-height: 1.2;
      font-family: "Montserrat", sans-serif; }
      @media screen and (min-width: 769px) {
        .page_keyvisual .page_main-title p {
          font-size: 112px; } }
    .page_keyvisual .page_main-title h1 {
      font-weight: 700;
      font-size: 4.26vw;
      letter-spacing: .06em; }
      @media screen and (min-width: 769px) {
        .page_keyvisual .page_main-title h1 {
          font-size: 32px; } }

.breadcrumbs {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  line-height: 1;
  white-space: nowrap;
  font-weight: 400;
  margin-left: auto;
  box-sizing: border-box;
  margin-bottom: 8vw;
  font-size: 2.66vw;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 4vw;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 3;
  letter-spacing: .03em; }
  @media screen and (min-width: 769px) {
    .breadcrumbs {
      font-size: 12px;
      bottom: 30px;
      width: calc(100% - 160px); } }
  .breadcrumbs figure {
    margin: 0 1.66vw; }
    @media screen and (min-width: 769px) {
      .breadcrumbs figure {
        margin: 0 10px; } }
    .breadcrumbs figure img {
      width: 2.66vw;
      height: auto; }
      @media screen and (min-width: 769px) {
        .breadcrumbs figure img {
          width: 12px; } }

.page_main_title {
  line-height: 1;
  position: absolute;
  z-index: 4;
  left: 14vw;
  top: 40vw; }
  @media screen and (min-width: 769px) {
    .page_main_title {
      left: 150px;
      top: 300px; } }
  .page_main_title p {
    font-size: 13.86vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2vw;
    font-family: "Montserrat", sans-serif; }
    @media screen and (min-width: 769px) {
      .page_main_title p {
        font-size: 112px;
        margin-bottom: 20px; } }
  .page_main_title h1 {
    font-size: 4vw;
    font-weight: 700;
    color: #fff; }
    @media screen and (min-width: 769px) {
      .page_main_title h1 {
        font-size: 32px; } }

.trial_form {
  width: calc(100% - 50px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }
  .trial_form h2 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 3.9rem;
    font-family: "YuMincho",'Yu Mincho',sans-serif;
    font-weight: 500;
    margin-bottom: 70px; }
  .trial_form .form_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column; }
    @media screen and (min-width: 769px) {
      .trial_form .form_flex {
        margin-bottom: 40px; } }
    @media screen and (min-width: 1160px) {
      .trial_form .form_flex {
        flex-flow: row;
        margin-bottom: 80px; } }
    .trial_form .form_flex dl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: column;
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 769px) {
        .trial_form .form_flex dl {
          align-items: center;
          flex-flow: row;
          border-bottom: solid 1px #000;
          padding-bottom: 10px; } }
      @media screen and (min-width: 1160px) {
        .trial_form .form_flex dl {
          width: 501px;
          margin-bottom: 0; } }
      .trial_form .form_flex dl dt {
        width: 100%;
        color: #818181; }
        @media screen and (min-width: 769px) {
          .trial_form .form_flex dl dt {
            width: 23%; } }
      .trial_form .form_flex dl dd {
        width: 100%; }
        @media screen and (min-width: 769px) {
          .trial_form .form_flex dl dd {
            width: 76%; } }
        @media screen and (max-width: 767px) {
          .trial_form .form_flex dl dd {
            border-bottom: solid 1px #000;
            margin-top: 15px;
            padding-bottom: 10px; } }
        .trial_form .form_flex dl dd input {
          border: none !important;
          width: 100%;
          padding: 10px;
          box-sizing: border-box; }
  .trial_form .check_textarea {
    width: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 1160px) {
      .trial_form .check_textarea {
        width: 501px; } }
    .trial_form .check_textarea dt {
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px;
      color: #818181;
      font-size: 1.5rem; }
    .trial_form .check_textarea dd {
      width: 100%;
      border-bottom: solid 1px #000;
      padding-bottom: 10px; }
      .trial_form .check_textarea dd input {
        border: none !important;
        width: 100%;
        padding: 10px;
        box-sizing: border-box; }
  .trial_form .check_list {
    margin-bottom: 40px; }
    @media screen and (min-width: 1160px) {
      .trial_form .check_list {
        margin-bottom: 60px; } }
    .trial_form .check_list dt {
      color: #818181;
      margin-bottom: 20px;
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .trial_form .check_list dt {
          padding-bottom: 10px;
          border-bottom: solid 1px #000; }
          .trial_form .check_list dt::after {
            background: url("../images/trial-lesson/arrow.svg") no-repeat;
            background-size: contain;
            width: 14px;
            height: 8px;
            position: absolute;
            right: 10px;
            top: 10px;
            content: "";
            transition: all .2s; } }
    .trial_form .check_list dd {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-flow: column; }
      @media screen and (max-width: 767px) {
        .trial_form .check_list dd {
          display: none; } }
      @media screen and (min-width: 769px) {
        .trial_form .check_list dd {
          flex-flow: row; } }
      .trial_form .check_list dd div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-flow: column; }
        @media screen and (min-width: 769px) {
          .trial_form .check_list dd div {
            flex-flow: row;
            flex-wrap: wrap;
            width: 501px; } }
        .trial_form .check_list dd div label {
          width: 100%;
          letter-spacing: .25rem;
          display: inline-block;
          margin-bottom: 10px; }
          @media screen and (min-width: 769px) {
            .trial_form .check_list dd div label {
              margin-bottom: 30px; } }
          @media screen and (min-width: 1160px) {
            .trial_form .check_list dd div label {
              width: 48%; } }
          .trial_form .check_list dd div label input {
            margin-right: 10px; }
  .trial_form .trial_botton {
    margin-bottom: 110px; }
    @media screen and (min-width: 769px) {
      .trial_form .trial_botton {
        margin-bottom: 0; } }
    .trial_form .trial_botton input {
      background: #B3BEAA;
      width: 148px;
      height: 34px;
      display: flex;
      border-radius: 0 !important;
      justify-content: center;
      align-items: center;
      font-size: 1.3rem;
      color: #fff;
      border: none !important;
      font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-weight: 500;
      transition: all .2s; }
      @media screen and (min-width: 769px) {
        .trial_form .trial_botton input {
          width: 297px;
          height: 68px;
          font-size: 2rem; } }
      .trial_form .trial_botton input:hover {
        opacity: .85;
        transition: all .2s; }

/* ------------------------------------------------
採用情報ページ
------------------------------------------------ */
.table_type02 .year {
  color: #7E8388;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.4; }
  @media screen and (min-width: 769px) {
    .table_type02 .year {
      font-size: 26px; } }
.table_type02 dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: solid 1px #D9D9D9;
  box-sizing: border-box; }
  .table_type02 dl:first-of-type {
    border-top: solid 1px #D9D9D9; }
  .table_type02 dl dt {
    padding: 4.8vw 0;
    font-weight: 700;
    width: 26vw;
    box-sizing: border-box;
    color: #7E8388; }
    @media screen and (min-width: 769px) {
      .table_type02 dl dt {
        width: 215px;
        padding: 32px 0 32px 35px; } }
  .table_type02 dl dd {
    padding: 4.8vw 0;
    width: calc(100% - 26vw);
    font-weight: 500; }
    @media screen and (min-width: 769px) {
      .table_type02 dl dd {
        width: calc(100% - 215px);
        padding: 32px 0; } }
    .table_type02 dl dd b {
      display: block;
      margin-bottom: 6px; }
    .table_type02 dl dd ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: column; }
      @media screen and (min-width: 769px) {
        .table_type02 dl dd ul {
          flex-flow: row; } }
      .table_type02 dl dd ul li {
        margin-right: 40px; }
        @media screen and (max-width: 768px) {
          .table_type02 dl dd ul li:first-of-type {
            margin-bottom: 4.66vw; } }
.table_type02 .mark_img img {
  width: 34.6vw;
  height: auto; }
  @media screen and (min-width: 769px) {
    .table_type02 .mark_img img {
      width: 260px; } }

/* ------------------------------------------------
エバジツについてページ
------------------------------------------------ */
.about_contents01 {
  position: relative;
  margin: 18.13vw auto 12.8vw; }
  @media screen and (min-width: 769px) {
    .about_contents01 {
      margin: 120px auto 96px; } }
  .about_contents01 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .about_contents01 section {
        width: calc(100% - 40px); } }
    .about_contents01 section::before {
      content: "";
      background: url("../images/about/bg01.png") no-repeat;
      background-size: contain;
      width: 61.46vw;
      height: 40.13vw;
      position: absolute;
      left: -54.3vw;
      bottom: 25vw;
      z-index: -1; }
      @media screen and (min-width: 769px) {
        .about_contents01 section::before {
          width: 461px;
          height: 301px;
          left: -400px;
          bottom: 0; } }
    .about_contents01 section::after {
      content: "";
      background: url("../images/about/bg02.webp") no-repeat;
      background-size: contain;
      width: 87.6vw;
      height: 112.4vw;
      position: absolute;
      bottom: -38.13vw;
      right: -14.39vw;
      z-index: -1; }
      @media screen and (min-width: 769px) {
        .about_contents01 section::after {
          width: 657px;
          height: 843px;
          bottom: -276px;
          right: -107px; } }
    .about_contents01 section .inner_txt {
      margin-bottom: 10vw; }
      @media screen and (min-width: 769px) {
        .about_contents01 section .inner_txt {
          max-width: 808px;
          margin-bottom: 80px; } }
      .about_contents01 section .inner_txt h2 {
        font-size: 6.4vw;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 5vw; }
        @media screen and (min-width: 769px) {
          .about_contents01 section .inner_txt h2 {
            font-size: 38px;
            margin-bottom: 40px; } }
      .about_contents01 section .inner_txt p {
        margin-bottom: 4vw; }
        @media screen and (min-width: 769px) {
          .about_contents01 section .inner_txt p {
            margin-bottom: 15px; } }
    .about_contents01 section .inner_bottom {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      position: relative; }
      @media screen and (max-width: 768px) {
        .about_contents01 section .inner_bottom {
          left: 12vw; } }
      .about_contents01 section .inner_bottom picture {
        position: relative; }
        .about_contents01 section .inner_bottom picture img {
          width: 53.33vw;
          height: auto;
          border-radius: 2.13vw;
          box-sizing: border-box; }
          @media screen and (min-width: 769px) {
            .about_contents01 section .inner_bottom picture img {
              width: 100%;
              max-width: 400px;
              border-radius: 16px; } }
      .about_contents01 section .inner_bottom .img01 {
        margin-top: 6.4vw;
        margin-right: 8.53vw; }
        @media screen and (min-width: 769px) {
          .about_contents01 section .inner_bottom .img01 {
            margin-top: 48px;
            margin-right: 64px; } }

.about_contents02 {
  position: relative;
  margin: 12.8vw auto 21.33vw;
  height: 233.6vw;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .about_contents02 {
      margin: 120px auto 144px;
      height: 813px; } }
  .about_contents02::after {
    content: "";
    background: url("../images/about/bg03_pc.png") no-repeat;
    background-size: cover;
    width: calc(100% - 5.33vw);
    height: 233.6vw;
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    z-index: -1; }
    @media screen and (min-width: 769px) {
      .about_contents02::after {
        width: calc(100% - 120px);
        height: 813px; } }
  .about_contents02 section {
    width: 78.66vw;
    margin-right: 5.66vw;
    position: relative; }
    @media screen and (min-width: 769px) {
      .about_contents02 section {
        width: calc(100% - 40px);
        max-width: 860px;
        margin-left: auto;
        margin-right: auto; } }
    .about_contents02 section .inner_txt h2 {
      font-size: 5.33vw;
      font-weight: 700;
      letter-spacing: .06em;
      color: #00B2B8;
      margin-bottom: 4vw;
      position: relative;
      padding-left: 6vw;
      box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        .about_contents02 section .inner_txt h2 {
          font-size: 32px;
          margin-bottom: 30px;
          padding-left: 40px; } }
      .about_contents02 section .inner_txt h2::before {
        background: url("../images/about/cycle.svg") no-repeat;
        background-size: contain;
        width: 4.26vw;
        height: 4.26vw;
        position: absolute;
        left: 0;
        top: 3vw;
        content: ""; }
        @media screen and (min-width: 769px) {
          .about_contents02 section .inner_txt h2::before {
            width: 25px;
            height: 26px;
            top: 18px; } }
    .about_contents02 section .inner_txt p {
      line-height: 1.8;
      margin-bottom: 3vw; }
      @media screen and (min-width: 769px) {
        .about_contents02 section .inner_txt p {
          margin-bottom: 15px; } }
      .about_contents02 section .inner_txt p:last-of-type {
        margin-bottom: 0; }
    .about_contents02 section .inner_txt .hr {
      margin: 8vw 0;
      width: 100%;
      border: none;
      height: .26vw;
      background-image: linear-gradient(to right, #00B2B8 50%, transparent 50%);
      background-size: .93vw .26vw;
      background-repeat: repeat-x; }
      @media screen and (min-width: 769px) {
        .about_contents02 section .inner_txt .hr {
          margin: 60px 0;
          height: 1px;
          background-size: 7px 1px; } }

.about_contents03 {
  position: relative;
  margin: 21.33vw auto 21.33vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/about/bg04_sp.png") no-repeat;
  background-size: cover;
  border-radius: 11.73vw;
  height: 249.2vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .about_contents03 {
      margin: 120px auto 144px;
      border-radius: 88px;
      height: 1032px;
      background: url("../images/about/bg04_pc.png") no-repeat;
      background-size: cover; } }
  .about_contents03 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .about_contents03 section {
        width: calc(100% - 40px); } }
    @media screen and (max-width: 768px) {
      .about_contents03 section .title_type03 p {
        margin-bottom: 2.66vw; } }
    .about_contents03 section h3 {
      color: #fff;
      font-size: 6.4vw;
      font-weight: 700;
      line-height: 1.7;
      letter-spacing: .06em;
      text-align: center;
      margin-bottom: 8vw; }
      @media screen and (min-width: 769px) {
        .about_contents03 section h3 {
          font-size: 48px;
          margin-bottom: 60px; } }
    .about_contents03 section .inner_list dl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      background: #fff;
      border-radius: 2.13vw;
      padding: 5.66vw 6.66vw;
      box-sizing: border-box;
      margin-bottom: 2.16vw; }
      @media screen and (min-width: 769px) {
        .about_contents03 section .inner_list dl {
          flex-direction: row;
          border-radius: 16px;
          padding: 30px 80px;
          margin-bottom: 8px; } }
      .about_contents03 section .inner_list dl:last-of-type {
        margin-bottom: 0; }
      .about_contents03 section .inner_list dl dt {
        font-size: 5.33vw;
        font-weight: 700;
        color: #00B2B8;
        font-family: "Montserrat", sans-serif;
        line-height: 1.4;
        margin-bottom: 2vw; }
        @media screen and (min-width: 769px) {
          .about_contents03 section .inner_list dl dt {
            font-size: 32px;
            width: 310px;
            margin-bottom: 0; } }
      .about_contents03 section .inner_list dl dd {
        font-weight: 700;
        line-height: 2.2;
        letter-spacing: .03em; }
        @media screen and (max-width: 768px) {
          .about_contents03 section .inner_list dl dd {
            text-align: center; } }
      .about_contents03 section .inner_list dl:nth-of-type(2) dt {
        color: #008ED5; }
      .about_contents03 section .inner_list dl:nth-of-type(3) dt {
        color: #006CC5; }

.about_contents04 {
  position: relative;
  margin: 18.13vw auto 21.33vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .about_contents04 {
      margin: 120px auto 144px; } }
  .about_contents04 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .about_contents04 section {
        width: calc(100% - 40px); } }
    .about_contents04 section .inner_list {
      max-width: 980px;
      margin-left: auto;
      margin-right: auto; }
      .about_contents04 section .inner_list dl {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: solid .26vw #C4C8C9;
        padding: 4vw 0;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .about_contents04 section .inner_list dl {
            flex-direction: row;
            padding: 30px 0;
            border-bottom: solid 1px #C4C8C9; } }
        .about_contents04 section .inner_list dl dt {
          font-weight: 700;
          letter-spacing: 0.03em;
          margin-bottom: 1vw; }
          @media screen and (min-width: 769px) {
            .about_contents04 section .inner_list dl dt {
              width: calc(100% - 740px);
              margin-bottom: 0; } }
        @media screen and (min-width: 769px) {
          .about_contents04 section .inner_list dl dd {
            max-width: 740px; } }
        .about_contents04 section .inner_list dl dd ul li {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
          .about_contents04 section .inner_list dl dd ul li span {
            display: inline-block;
            margin-right: 1vw; }
            @media screen and (min-width: 769px) {
              .about_contents04 section .inner_list dl dd ul li span {
                margin-right: 6px; } }

.career_link_block {
  margin-bottom: 21.33vw;
  width: calc(100% - 10.66vw);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/about/careers_sp.jpg") no-repeat;
  background-size: cover;
  border-radius: 5.33vw;
  height: 111.6vw;
  padding: 12vw 5.33vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .career_link_block {
      background: url("../images/about/careers_pc.jpg") no-repeat;
      background-size: cover;
      margin-bottom: 144px;
      width: calc(100% - 40px);
      border-radius: 40px;
      height: 392px;
      padding: 64px 80px; } }
  .career_link_block .title_type03 {
    align-items: flex-start;
    margin-bottom: 7.66vw; }
    @media screen and (min-width: 769px) {
      .career_link_block .title_type03 {
        margin-bottom: 55px; } }
    @media screen and (max-width: 768px) {
      .career_link_block .title_type03 p {
        margin-bottom: 2vw; } }
  .career_link_block ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.16vw;
    flex-direction: column; }
    @media screen and (min-width: 769px) {
      .career_link_block ul {
        flex-direction: row;
        gap: 16px; } }
    .career_link_block ul li {
      height: 19.2vw;
      width: 100%; }
      @media screen and (min-width: 769px) {
        .career_link_block ul li {
          height: 96px; } }
      .career_link_block ul li a {
        background: #fff;
        border-radius: 1.06vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #00B2B8;
        font-size: 4vw;
        font-weight: 700;
        height: 100%;
        width: 100%;
        padding: 0 4vw;
        box-sizing: border-box;
        letter-spacing: .06em;
        position: relative; }
        @media screen and (min-width: 769px) {
          .career_link_block ul li a {
            border-radius: 8px;
            font-size: 20px;
            padding: 0 25px; } }
        .career_link_block ul li a::after {
          content: "";
          background: url("../images/common/icon_arrow_sp.svg") no-repeat;
          background-size: contain;
          width: 7.46vw;
          height: 5.33vw;
          position: absolute;
          right: 4vw;
          top: 0;
          bottom: 0;
          margin: auto; }
          @media screen and (min-width: 769px) {
            .career_link_block ul li a::after {
              background: url("../images/common/icon_arrow.svg") no-repeat;
              background-size: contain;
              width: 44px;
              height: 29px;
              right: 20px; } }

/* ------------------------------------------------
働く環境ページ
------------------------------------------------ */
.culture_contents01 {
  position: relative;
  padding: 18.13vw 0;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .culture_contents01 {
      padding: 120px 0; } }
  .culture_contents01::after {
    content: "";
    background: url("../images/culture/round01.svg") no-repeat;
    background-size: contain;
    width: 11.73vw;
    height: 11.73vw;
    position: absolute;
    bottom: -1px;
    right: 0;
    margin: auto; }
    @media screen and (min-width: 769px) {
      .culture_contents01::after {
        width: 88px;
        height: 88px;
        bottom: 0; } }
  .culture_contents01 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .culture_contents01 section {
        width: calc(100% - 40px); } }
    .culture_contents01 section ul li {
      margin-bottom: 3.2vw; }
      @media screen and (min-width: 769px) {
        .culture_contents01 section ul li {
          margin-bottom: 16px; } }
      .culture_contents01 section ul li dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: url("../images/culture/bg01_pc.jpg") no-repeat #E0F8F9;
        background-size: contain;
        padding: 5.33vw;
        box-sizing: border-box;
        border-radius: 3.2vw;
        flex-direction: column; }
        @media screen and (min-width: 769px) {
          .culture_contents01 section ul li dl {
            flex-direction: row;
            padding: 40px 60px;
            border-radius: 24px; } }
        .culture_contents01 section ul li dl dt {
          width: 23.46vw;
          border-radius: 23.46vw;
          background: #fff;
          margin-bottom: 4vw; }
          @media screen and (min-width: 769px) {
            .culture_contents01 section ul li dl dt {
              width: 128px;
              margin-bottom: 0;
              border-radius: 128px;
              margin-right: 60px; } }
          .culture_contents01 section ul li dl dt figure {
            width: 23.46vw;
            height: auto; }
            @media screen and (min-width: 769px) {
              .culture_contents01 section ul li dl dt figure {
                width: 128px; } }
            .culture_contents01 section ul li dl dt figure img {
              width: 100%;
              height: auto; }
        .culture_contents01 section ul li dl dd h3 {
          font-size: 4.8vw;
          font-weight: 700;
          margin-bottom: 2vw;
          color: #00B2B8;
          text-align: center; }
          @media screen and (min-width: 769px) {
            .culture_contents01 section ul li dl dd h3 {
              font-size: 24px;
              text-align: left;
              margin-bottom: 15px; } }

.culture_contents02 {
  position: relative;
  padding: 18.13vw 0 21.33vw;
  box-sizing: border-box;
  background: #00617C;
  border-bottom-right-radius: 11.73vw; }
  @media screen and (min-width: 769px) {
    .culture_contents02 {
      padding: 120px 0 144px;
      border-bottom-right-radius: 88px; } }
  .culture_contents02::before {
    content: "";
    background: url("../images/culture/round02.svg") no-repeat;
    background-size: contain;
    width: 11.73vw;
    height: 11.73vw;
    position: absolute;
    left: -.13vw;
    top: -.13vw;
    margin: auto;
    transform: rotate(180deg);
    z-index: 2; }
    @media screen and (min-width: 769px) {
      .culture_contents02::before {
        width: 88px;
        height: 88px;
        left: 0;
        top: 0; } }
  .culture_contents02 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .culture_contents02 section {
        width: calc(100% - 40px); } }
    .culture_contents02 section .title_type03 {
      align-items: flex-start; }
    .culture_contents02 section .map_list {
      background: #fff;
      border-radius: 3.2vw;
      box-sizing: border-box;
      margin-bottom: 3.2vw;
      padding: 6.66vw 5.33vw 8vw; }
      @media screen and (min-width: 769px) {
        .culture_contents02 section .map_list {
          border-radius: 24px;
          margin-bottom: 16px;
          padding: 64px; } }
      .culture_contents02 section .map_list h3 {
        font-size: 5.33vw;
        font-weight: 700;
        letter-spacing: .06em;
        color: #00B2B8;
        margin-bottom: 4vw;
        position: relative;
        padding-left: 6vw;
        box-sizing: border-box; }
        @media screen and (min-width: 769px) {
          .culture_contents02 section .map_list h3 {
            font-size: 32px;
            margin-bottom: 30px;
            padding-left: 40px; } }
        .culture_contents02 section .map_list h3::before {
          background: url("../images/about/cycle.svg") no-repeat;
          background-size: contain;
          width: 4.26vw;
          height: 4.26vw;
          position: absolute;
          left: 0;
          top: 3vw;
          content: ""; }
          @media screen and (min-width: 769px) {
            .culture_contents02 section .map_list h3::before {
              width: 25px;
              height: 26px;
              top: 18px; } }
      .culture_contents02 section .map_list p {
        margin-bottom: 5.33vw; }
        @media screen and (min-width: 769px) {
          .culture_contents02 section .map_list p {
            margin-bottom: 40px; } }
      .culture_contents02 section .map_list .gmap {
        width: 100%;
        height: 53.73vw;
        position: relative; }
        @media screen and (min-width: 769px) {
          .culture_contents02 section .map_list .gmap {
            height: 339px; } }
        .culture_contents02 section .map_list .gmap iframe {
          position: absolute;
          border-radius: 2.16vw;
          overflow: hidden;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
          @media screen and (min-width: 769px) {
            .culture_contents02 section .map_list .gmap iframe {
              border-radius: 8px; } }

.culture_contents03 {
  position: relative;
  padding: 18.13vw 0 21.33vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .culture_contents03 {
      padding: 120px 0 144px; } }
  .culture_contents03::after {
    content: "";
    background: url("../images/culture/round01.svg") no-repeat;
    background-size: contain;
    width: 11.73vw;
    height: 11.73vw;
    position: absolute;
    top: -.13vw;
    left: -.13vw;
    margin: auto;
    transform: rotate(180deg); }
    @media screen and (min-width: 769px) {
      .culture_contents03::after {
        width: 88px;
        height: 88px;
        top: 0;
        left: 0; } }
  .culture_contents03 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .culture_contents03 section {
        width: calc(100% - 40px); } }
    .culture_contents03 section .graph {
      margin-bottom: 10vw;
      width: 100%; }
      @media screen and (min-width: 769px) {
        .culture_contents03 section .graph {
          width: 100%;
          margin-bottom: 60px; } }
      .culture_contents03 section .graph figure {
        justify-content: flex-start; }
      .culture_contents03 section .graph img {
        width: 185.86vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .culture_contents03 section .graph img {
            width: 100%; } }
    .culture_contents03 section .link_type02 a {
      padding-right: 5.33vw;
      box-sizing: border-box; }
      @media screen and (min-width: 769px) {
        .culture_contents03 section .link_type02 a {
          padding-right: 40px; } }

/* ------------------------------------------------
インタビューページ
------------------------------------------------ */
.interview_list {
  background: url("../images/interview/bg01_sp.webp") no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  margin-bottom: 16vw;
  padding: 18.13vw 0 21.3vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .interview_list {
      padding: 120px 0 144px;
      margin-bottom: 120px;
      background: url("../images/interview/bg01_pc.webp") no-repeat;
      background-size: cover; } }
  .interview_list ul {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 768px) {
      .interview_list ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; } }
    @media screen and (min-width: 769px) {
      .interview_list ul {
        width: calc(100% - 40px); } }
    .interview_list ul li {
      width: 84.26vw;
      position: relative;
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .interview_list ul li {
          margin-bottom: 10vw; } }
      @media screen and (min-width: 769px) {
        .interview_list ul li {
          width: 596px; }
          .interview_list ul li:nth-of-type(even) {
            margin-top: -85px;
            left: 550px;
            margin-bottom: 50px; } }
      .interview_list ul li:last-of-type {
        margin-bottom: 0; }
      .interview_list ul li a::after {
        content: "";
        background: url("../images/interview/icon_arrow_interview.svg") no-repeat;
        background-size: contain;
        width: 10.66vw;
        height: 8.53vw;
        position: absolute;
        right: 1vw;
        bottom: 5.33vw; }
        @media screen and (min-width: 769px) {
          .interview_list ul li a::after {
            width: 80px;
            height: 64px;
            bottom: 40px;
            right: 0; } }
      .interview_list ul li .position {
        top: 0;
        right: 0;
        position: absolute;
        display: inline-block;
        border-bottom: solid 1px #739DAC;
        padding-bottom: 1.66vw;
        z-index: 2; }
        @media screen and (min-width: 769px) {
          .interview_list ul li .position {
            padding-bottom: 10px; } }
        .interview_list ul li .position strong {
          font-family: 'Montserrat';
          font-weight: 700;
          font-size: 10.66vw;
          line-height: 1.3;
          text-align: right;
          color: #00B2B8;
          display: block; }
          @media screen and (min-width: 769px) {
            .interview_list ul li .position strong {
              font-size: 64px; } }
        .interview_list ul li .position p {
          font-weight: 700;
          font-size: 2.93vw;
          text-align: right;
          letter-spacing: 0.03em;
          color: #627D87; }
          @media screen and (min-width: 769px) {
            .interview_list ul li .position p {
              font-size: 14px; } }
      .interview_list ul li .txt {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        position: absolute;
        bottom: 5vw;
        left: 0;
        z-index: 2; }
        @media screen and (min-width: 769px) {
          .interview_list ul li .txt {
            bottom: 22px; } }
        .interview_list ul li .txt p {
          box-sizing: border-box;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 0 2vw 0 1.33vw;
          margin-top: 1vw;
          height: 8.79vw;
          background: #FFF;
          border-radius: 1.06vw;
          font-weight: 700;
          font-size: 4.53vw;
          letter-spacing: 0.06em;
          color: #00617C; }
          @media screen and (min-width: 769px) {
            .interview_list ul li .txt p {
              padding: 6px 8px;
              margin-top: 6px;
              height: 50px;
              border-radius: 8px;
              font-size: 24px; } }
      .interview_list ul li picture img {
        width: 100%;
        height: auto; }

.interview_keyvisual {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background: url("../../assets/images/interview/kay_bg_sp.jpg") no-repeat;
  background-size: cover;
  background-position: cover;
  height: 164.66vw; }
  @media screen and (min-width: 769px) {
    .interview_keyvisual {
      background: url("../../assets/images/interview/kay_bg.webp") no-repeat;
      background-size: cover;
      background-position: cover;
      height: 768px; } }
  @media screen and (max-width: 768px) {
    .interview_keyvisual.sp_height {
      height: 174.26vw; } }
  .interview_keyvisual .top_bg {
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
    @media screen and (min-width: 769px) {
      .interview_keyvisual .top_bg {
        display: block; } }
  .interview_keyvisual .keyvisual_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
    margin-top: 28.53vw;
    width: calc(100% - 10.66vw);
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 769px) {
      .interview_keyvisual .keyvisual_wrap {
        margin-top: 165px;
        align-items: flex-end;
        flex-direction: row;
        width: calc(100% - 40px); } }
    .interview_keyvisual .keyvisual_wrap picture {
      margin-bottom: 5vw; }
      @media screen and (min-width: 769px) {
        .interview_keyvisual .keyvisual_wrap picture {
          margin-bottom: 0; } }
      .interview_keyvisual .keyvisual_wrap picture img {
        width: 66.8vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .interview_keyvisual .keyvisual_wrap picture img {
            width: 100%;
            max-width: 501px; } }
  .interview_keyvisual .key_bottom_bg {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none; }
    @media screen and (min-width: 769px) {
      .interview_keyvisual .key_bottom_bg {
        display: block; } }
    .interview_keyvisual .key_bottom_bg img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 769px) {
        .interview_keyvisual .key_bottom_bg img {
          width: 992px; } }
  .interview_keyvisual .interview_main-title h1 {
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
    font-size: 5.33vw; }
    @media screen and (min-width: 769px) {
      .interview_keyvisual .interview_main-title h1 {
        font-size: 32px; } }
  .interview_keyvisual .interview_main-title .inteview_name {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    width: 84vw;
    border-top: solid 1px #fff;
    margin-top: 4vw; }
    @media screen and (min-width: 769px) {
      .interview_keyvisual .interview_main-title .inteview_name {
        width: 478px;
        padding-top: 5px;
        margin-top: 100px; } }
    .interview_keyvisual .interview_main-title .inteview_name p {
      text-align: right;
      font-size: 2.66vw;
      font-weight: 700;
      line-height: 1.8;
      letter-spacing: .03em; }
      @media screen and (min-width: 769px) {
        .interview_keyvisual .interview_main-title .inteview_name p {
          font-size: 14px;
          line-height: 1.6; } }
      .interview_keyvisual .interview_main-title .inteview_name p + p {
        margin-left: 3.33vw;
        font-size: 9.6vw;
        font-family: "Montserrat", sans-serif;
        letter-spacing: 0; }
        @media screen and (min-width: 769px) {
          .interview_keyvisual .interview_main-title .inteview_name p + p {
            margin-left: 25px;
            font-size: 64px; } }

.interview_contents01 {
  background: url("../images/interview/bg01_sp.webp") no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  margin-bottom: 16vw;
  padding: 18.13vw 0 21.3vw;
  box-sizing: border-box; }
  @media screen and (min-width: 769px) {
    .interview_contents01 {
      padding: 120px 0 144px;
      margin-bottom: 120px;
      background: url("../images/interview/bg01_pc.webp") no-repeat;
      background-size: cover; } }
  .interview_contents01 section {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 21vw; }
    @media screen and (min-width: 769px) {
      .interview_contents01 section {
        width: calc(100% - 40px);
        margin-bottom: 146px; } }
    .interview_contents01 section dl {
      margin-bottom: 7.5vw; }
      @media screen and (min-width: 769px) {
        .interview_contents01 section dl {
          margin-bottom: 50px; } }
      .interview_contents01 section dl dt {
        background: #00B2B8;
        border-radius: 8.53vw;
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
        font-size: 5.33vw;
        font-weight: 700;
        padding: 2.66vw 5.33vw;
        box-sizing: border-box;
        letter-spacing: .06em;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .interview_contents01 section dl dt {
            min-height: 11.2vw; } }
        @media screen and (min-width: 769px) {
          .interview_contents01 section dl dt {
            font-size: 32px;
            border-radius: 54px;
            height: 54px;
            padding: 0 40px; } }
      .interview_contents01 section dl dd {
        margin-top: -2vw;
        background: #fff;
        border-radius: 3.2vw;
        padding: 5.33vw;
        box-sizing: border-box;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
        @media screen and (min-width: 769px) {
          .interview_contents01 section dl dd {
            margin-top: -10px;
            border-radius: 24px;
            padding: 40px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; } }
  .interview_contents01 .title_type01 {
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (min-width: 769px) {
      .interview_contents01 .title_type01 {
        width: calc(100% - 40px); } }
  .interview_contents01 .thumbnail_slider {
    width: 100%;
    position: relative;
    left: -92vw; }
    @media screen and (min-width: 769px) {
      .interview_contents01 .thumbnail_slider {
        left: -100px; } }
    .interview_contents01 .thumbnail_slider ul {
      width: 425.6vw !important;
      display: flex; }
      @media screen and (min-width: 769px) {
        .interview_contents01 .thumbnail_slider ul {
          width: 2424px !important; } }
    .interview_contents01 .thumbnail_slider li {
      width: 68.26vw !important;
      margin-right: 3.2vw !important;
      position: relative; }
      @media screen and (min-width: 769px) {
        .interview_contents01 .thumbnail_slider li {
          width: 384px !important;
          margin-right: 24px !important; } }
      .interview_contents01 .thumbnail_slider li a {
        display: block; }
      .interview_contents01 .thumbnail_slider li picture img {
        width: 100%;
        height: auto; }
    .interview_contents01 .thumbnail_slider .position {
      bottom: 0;
      left: -1px;
      position: absolute;
      background: url("../images/top/bg03_01_pc.webp") no-repeat #E0F8F9;
      height: 14.26vw;
      padding: 2.66vw 3vw 0 1.66vw;
      box-sizing: border-box;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border-top-right-radius: 2.13vw; }
      @media screen and (min-width: 769px) {
        .interview_contents01 .thumbnail_slider .position {
          height: 68px;
          padding: 0 20px 10px 15px;
          border-top-right-radius: 16px;
          align-items: flex-end; } }
      .interview_contents01 .thumbnail_slider .position::before {
        content: "";
        background: url("../images/top/slide_round00.png") no-repeat;
        background-size: contain;
        width: 2.13vw;
        height: 2.13vw;
        position: absolute;
        left: 0;
        top: -2.13vw; }
        @media screen and (min-width: 769px) {
          .interview_contents01 .thumbnail_slider .position::before {
            width: 16px;
            height: 16px;
            top: -16px; } }
      .interview_contents01 .thumbnail_slider .position::after {
        content: "";
        background: url("../images/top/slide_round00.png") no-repeat;
        background-size: contain;
        width: 2.13vw;
        height: 2.13vw;
        position: absolute;
        right: -2.13vw;
        bottom: 0; }
        @media screen and (min-width: 769px) {
          .interview_contents01 .thumbnail_slider .position::after {
            width: 16px;
            height: 16px;
            right: -16px; } }
      .interview_contents01 .thumbnail_slider .position strong {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 8.53vw;
        line-height: 1;
        color: #00B2B8;
        display: block;
        margin-right: 2.66vw; }
        @media screen and (min-width: 769px) {
          .interview_contents01 .thumbnail_slider .position strong {
            font-size: 40px;
            margin-right: 15px; } }
      .interview_contents01 .thumbnail_slider .position p {
        line-height: 1.6;
        position: relative;
        font-weight: 700;
        font-size: 3.2vw;
        letter-spacing: 0.03em;
        color: #627D87; }
        @media screen and (min-width: 769px) {
          .interview_contents01 .thumbnail_slider .position p {
            font-size: 12px;
            top: -2px; } }

#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
  margin-top: -17vw;
  padding-top: 17vw; }
  @media screen and (min-width: 769px) {
    #sec01,
    #sec02,
    #sec03,
    #sec04,
    #sec05 {
      margin-top: -110px;
      padding-top: 110px; } }

/* header.scss */
.header {
  position: fixed;
  top: 3.2vw;
  left: 0;
  z-index: 10;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .header {
      top: 24px;
      position: absolute; } }
  .header .header_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 0px 0 0px 4.26vw;
    box-sizing: border-box;
    width: calc(100% - 5.33vw);
    height: 14.93vw;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0.26vw 1.86vw rgba(27, 35, 38, 0.08);
    border-radius: 80px; }
    @media screen and (min-width: 769px) {
      .header .header_wrap {
        box-shadow: 0px 2px 14px rgba(27, 35, 38, 0.08);
        justify-content: center;
        padding: 0px 0 0px 32px;
        width: calc(100% - 80px);
        height: 80px;
        justify-content: space-between; } }
    .header .header_wrap .h_logo {
      position: relative;
      top: -4px; }
      .header .header_wrap .h_logo img {
        width: 40.93vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .header .header_wrap .h_logo img {
            width: 238px; } }
  .header nav {
    display: none; }
    @media screen and (min-width: 769px) {
      .header nav {
        display: block; } }
    .header nav ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 16vw; }
      @media screen and (min-width: 769px) {
        .header nav ul {
          height: 104px; } }
      .header nav ul li {
        margin-right: 30px; }
        .header nav ul li a {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: column;
          position: relative;
          line-height: 1;
          font-weight: 700;
          font-size: 16px;
          letter-spacing: .03em; }
        .header nav ul li.h_entry a {
          color: #fff;
          box-sizing: border-box;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 12px 32px 12px 12px;
          width: 176px;
          height: 53px;
          border-radius: 60px;
          background: #00B2B8;
          position: relative; }
          .header nav ul li.h_entry a::after {
            background: url("../images/common/icon_entry.svg") no-repeat;
            background-size: contain;
            width: 14px;
            height: 14px;
            position: absolute;
            right: 30px;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            transition: all .2s; }

.h_sdgs {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 9; }
  @media screen and (max-width: 768px) {
    .h_sdgs {
      display: none; } }

/* gnav.scss */
.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 5.33vw;
  top: 4vw;
  width: 14vw;
  height: 14vw;
  cursor: pointer;
  z-index: 999;
  position: fixed;
  user-select: none; }
  .toggle.active {
    right: 0; }

.toggle span {
  display: block;
  position: absolute;
  width: 6.4vw;
  border-bottom: solid 0.53vw #00B2B8;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 4.4vw; }

.profile .toggle span,
.faq .toggle span,
.gallery .toggle span {
  border-bottom: solid 1px #000; }

.toggle.isWhite span {
  border-bottom: solid 1px #000; }

.toggle span:nth-child(1) {
  top: 4.8vw; }

.toggle span:nth-child(2) {
  top: 6.4vw;
  opacity: 1; }

.toggle span:nth-child(3) {
  top: 7.9vw; }

/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 7vw;
  left: -.33vw;
  transform: rotate(-30deg); }

.toggle.active span:nth-child(2) {
  opacity: 0; }

.toggle.active span:nth-child(3) {
  left: -.33vw;
  top: 7vw;
  transform: rotate(30deg); }

@keyframes fadeInAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOutAnime {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@media screen and (min-width: 769px) {
  /* PC */
  .sp_menu,
  .nav_menu,
  .toggle {
    display: none; } }
.nav_menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  right: -100%;
  z-index: 999; }
  .nav_menu::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(18, 23, 25, 0.6);
    transition: all .1s; }
  .nav_menu .nav_inner {
    background: #fff;
    overflow-y: auto;
    width: 65vw;
    left: calc(100% - 65vw);
    position: relative;
    height: 100vh;
    border-top-left-radius: 10.66vw;
    border-bottom-left-radius: 10.66vw; }
    @media screen and (min-width: 769px) {
      .nav_menu .nav_inner {
        display: none; } }
  .nav_menu .nav_inner_menu {
    position: relative;
    padding: 26vw 10.66vw 26vw;
    box-sizing: border-box; }
    .nav_menu .nav_inner_menu li {
      margin-bottom: 9vw; }
      .nav_menu .nav_inner_menu li a {
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        position: relative;
        font-size: 3.73vw;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        z-index: 5;
        letter-spacing: .03em; }
      .nav_menu .nav_inner_menu li:last-of-type a {
        margin-top: 4vw;
        color: #fff;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 43.73vw;
        height: 13.06vw;
        border-radius: 13.06vw;
        background: #00B2B8;
        position: relative;
        padding-right: 4vw;
        font-weight: 600; }
        .nav_menu .nav_inner_menu li:last-of-type a::after {
          background: url("../images/common/icon_entry.svg") no-repeat;
          background-size: contain;
          width: 2.66vw;
          height: 2.66vw;
          position: absolute;
          right: 8vw;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          transition: all .2s; }
  .nav_menu .nav_bottom_menu {
    position: relative;
    padding: 0 10.66vw 10.66vw;
    box-sizing: border-box; }
    .nav_menu .nav_bottom_menu li {
      margin-bottom: 9vw; }
      .nav_menu .nav_bottom_menu li a {
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        color: #5E686C;
        position: relative;
        font-size: 3.2vw;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        z-index: 5;
        white-space: nowrap;
        letter-spacing: .03em; }
        .nav_menu .nav_bottom_menu li a figure {
          margin-left: 2vw; }
          .nav_menu .nav_bottom_menu li a figure img {
            width: 3.73vw;
            height: auto; }

.nav_menu.active {
  display: block; }

/* footer.scss */
.footer {
  background: url("../images/common/f_bg_sp.jpg") no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  border-top-left-radius: 11.73vw;
  border-top-right-radius: 11.73vw;
  padding: 21vw 5.33vw 6vw; }
  @media screen and (min-width: 769px) {
    .footer {
      background: url("../images/common/f_bg_pc.jpg") no-repeat;
      background-size: cover;
      padding: 135px 80px 40px;
      border-top-left-radius: 88px;
      border-top-right-radius: 88px; } }
  .footer .footer_top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 10.66vw);
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12.66vw; }
    @media screen and (min-width: 769px) {
      .footer .footer_top {
        margin-bottom: 95px; } }
    .footer .footer_top h2 {
      color: #fff;
      text-align: center;
      font-weight: 700;
      font-size: 14.93vw;
      font-family: "Montserrat", sans-serif;
      line-height: 1;
      margin-bottom: 4.4vw; }
      @media screen and (min-width: 769px) {
        .footer .footer_top h2 {
          font-size: 102px;
          margin-bottom: 18px; } }
    .footer .footer_top p {
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 4vw;
      letter-spacing: .06em;
      margin-bottom: 8.53vw; }
      @media screen and (min-width: 769px) {
        .footer .footer_top p {
          font-size: 20px;
          margin-bottom: 64px; } }
    .footer .footer_top .link_type01 a {
      padding-right: 30px;
      box-sizing: border-box; }
  .footer .footer_nav {
    background: #fff;
    border-radius: 2.13vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6.66vw 5.33vw 5.33vw;
    box-sizing: border-box;
    margin-bottom: 5.33vw;
    flex-direction: column-reverse; }
    @media screen and (min-width: 769px) {
      .footer .footer_nav {
        flex-direction: row;
        margin-bottom: 34px;
        border-radius: 16px;
        padding: 0 40px;
        height: 115px; } }
    .footer .footer_nav .f_logo {
      position: relative; }
      @media screen and (min-width: 769px) {
        .footer .footer_nav .f_logo {
          top: -5px; } }
      .footer .footer_nav .f_logo img {
        width: 52.13vw;
        height: auto; }
        @media screen and (min-width: 769px) {
          .footer .footer_nav .f_logo img {
            width: auto; } }
    .footer .footer_nav nav ul {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      @media screen and (min-width: 769px) {
        .footer .footer_nav nav ul {
          flex-direction: row;
          justify-content: flex-end; } }
      .footer .footer_nav nav ul li {
        margin-bottom: 6vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_nav nav ul li {
            margin-left: 30px;
            margin-bottom: 0; } }
        .footer .footer_nav nav ul li a {
          white-space: nowrap;
          font-size: 3.73vw;
          font-weight: 600;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .footer .footer_nav nav ul li a {
              font-weight: 700;
              display: flex;
              justify-content: center;
              align-items: center; } }
          @media screen and (min-width: 769px) {
            .footer .footer_nav nav ul li a {
              font-size: 16px; } }
  .footer .footer_bottom {
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column; }
    @media screen and (min-width: 769px) {
      .footer .footer_bottom {
        justify-content: space-between;
        flex-direction: row; } }
    .footer .footer_bottom ul {
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 100%;
      margin-bottom: 4.66vw; }
      @media screen and (min-width: 769px) {
        .footer .footer_bottom ul {
          justify-content: flex-start;
          width: auto;
          margin-bottom: 0; } }
      .footer .footer_bottom ul li {
        margin-right: 6.66vw; }
        @media screen and (min-width: 769px) {
          .footer .footer_bottom ul li {
            margin-right: 50px; } }
        .footer .footer_bottom ul li a {
          color: #fff;
          font-size: 3.2vw;
          font-weight: 700;
          position: relative; }
          @media screen and (min-width: 769px) {
            .footer .footer_bottom ul li a {
              font-size: 12px; } }
          .footer .footer_bottom ul li a::after {
            background: url("../images/common/icon_link.svg") no-repeat;
            background-size: contain;
            width: 3.73vw;
            height: 3.73vw;
            position: absolute;
            right: -5vw;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            transition: all .2s; }
            @media screen and (min-width: 769px) {
              .footer .footer_bottom ul li a::after {
                width: 16px;
                height: 16px;
                right: -20px; } }
    .footer .footer_bottom .copyright {
      color: #fff;
      font-size: 2.93vw;
      font-weight: 700;
      font-family: "Montserrat", sans-serif; }
      @media screen and (min-width: 769px) {
        .footer .footer_bottom .copyright {
          font-size: 11px;
          margin-top: 4px; } }
