@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  background-color: transparent;
  color: inherit;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
}
a:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
}

.break_keep {
  word-break: keep-all;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.moverbright {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  /* デフォルト値なのでこの一行は省略してもOK */
}

.moverbright:hover {
  -webkit-filter: brightness(1.8);
          filter: brightness(1.8);
  /* 明るくする */
}

.resimg {
  width: 100%;
  height: auto;
  display: block;
}

.pc_content {
  display: inherit;
}

.sp_content {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 1001px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: inherit;
  }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
ul.check {
  margin: 0 0 1em 0;
  padding: 0 0 0 12px;
}
ul.check li {
  position: relative;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  line-height: 1.6;
  list-style: none;
  padding: 0 0 0 30px;
  color: #2F7DA0;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}
ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 2px solid #2F7DA0;
  border-bottom: 3px solid #2F7DA0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* diamond */
ul.diamond {
  margin: 1em 0 2em 0;
  padding: 0 0 0 1em;
}
ul.diamond li {
  position: relative;
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  list-style: none;
  line-height: 1.72;
  padding: 0 0 0 0.3em;
}
ul.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -0.5em;
  width: 3px;
  height: 3px;
  background-color: #353535;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.noteList {
  margin: 1em 0 2em 0;
  padding: 0 0 0 1em;
}
ul.noteList li {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  padding-left: 0;
  text-indent: -1em;
  padding: 0;
  list-style: none;
  line-height: 1.72;
}
ul.noteList li:before {
  content: "※";
}

ol.numList {
  counter-reset: item;
  list-style-type: none;
  margin: 1em 0 2em 0;
  padding: 0 0 0 0.5em;
}
ol.numList li {
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  line-height: 1.72;
  text-indent: -1.1em;
  counter-increment: cnt;
}
ol.numList li:before {
  counter-increment: item;
  content: " " counter(cnt) ". ";
  font-weight: normal;
}

a.textline {
  text-decoration: underline;
}

table {
  width: 100% !important;
  margin-bottom: 2em;
}

th,
td {
  padding: 1em;
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #707070;
  margin: 2em 0;
  margin-top: 0;
  padding: 0;
}

p {
  font-size: clamp(1.5rem, 1.254rem + 0.51vw, 1.6rem);
  line-height: 1.64;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.75;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_content {
    display: none;
  }
}
.lazyload {
  opacity: 1;
}

.lazyloaded {
  opacity: 0;
  -webkit-animation-name: fade-in1;
          animation-name: fade-in1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 120px;
}

@media screen and (max-width: 1001px) {
  html {
    scroll-padding-top: 70px;
  }
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #353535;
  font-size: 1.6rem;
  font-size: max(0.95vw, 1.6rem);
  background-color: #fff;
}

main {
  position: relative;
  padding-bottom: 0;
  text-align: left;
  margin: 0 auto;
}

.container {
  position: relative;
  text-align: left;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 2.5em;
  padding: 2em 0 1em;
}

.head_container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1001px) {
  .head_container,
  .container {
    max-width: initial;
    margin: 0 auto;
    padding: 1em 0 1em;
  }
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #2F7DA0;
}
#header .gnav {
  width: 100%;
  padding: 0 2%;
}
#header .gnav .gnav_inner {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .gnav .logo {
  position: relative;
  width: 100%;
  max-width: 192px;
}
#header .gnav .logo a {
  position: relative;
  display: block;
}
#header .gnav .navs .gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  text-transform: uppercase;
}
#header .gnav .navs .gnav_list li {
  position: relative;
}
#header .gnav .navs .gnav_list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.431372549);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .gnav .navs .gnav_list li:last-child:after {
  content: none;
}
#header .gnav .navs .gnav_list li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, 1.427rem + 0.36vw, 1.7rem);
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
}
#header .gnav .navs .gnav_list li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#header .gnav .navs .gnav_list li a.hilight:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header .gnav .navs .gnav_list li a:hover:after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#header .gnav .navs .gnav_list li a:hover {
  color: #fff;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  text-decoration: inherit;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 1001px) {
  #header {
    height: 60px;
  }
  #header .gnav {
    width: 100%;
  }
  #header .gnav .gnav_inner {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .gnav .logo {
    position: relative;
    width: 140px;
  }
  #header .gnav .logo a {
    position: relative;
    display: block;
  }
  #header .gnav .navs .gnav_list {
    display: none;
  }
}
#spnav {
  position: fixed;
  left: -120%;
}

.menubtn {
  display: inherit;
}

@media screen and (max-width: 1001px) {
  #header .gnav .gnav_list,
  #header .gnav .snav_inner {
    display: none;
  }
  .menubtn {
    display: initial;
  }
}
@media screen and (max-width: 1001px) {
  .menubtn {
    position: relative;
    z-index: 11;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: inherit;
  }
  .menubtn span {
    display: inline-block;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: absolute;
    left: 15px;
    height: 3px;
    background-color: #fff;
    width: 50%;
  }
  .menubtn span:nth-of-type(1) {
    top: 18px;
  }
  .menubtn span:nth-of-type(2) {
    top: 27px;
  }
  .menubtn span:nth-of-type(3) {
    top: 36px;
  }
  .menubtn.active span:nth-of-type(1) {
    top: 21px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 40%;
  }
  .menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menubtn.active span:nth-of-type(3) {
    top: 33px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 40%;
  }
  .no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #spnav {
    position: fixed;
    z-index: 98;
    top: 60px;
    left: -120%;
    width: 88%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    background-color: #fff;
    padding-bottom: 260px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #spnav #spnav_list {
    padding: 0 10px;
  }
  #spnav.panelactive {
    left: 0;
  }
  .no-scroll #wrapper {
    position: fixed;
    z-index: 10;
    background: rgba(57, 58, 56, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #spnav ul.sn {
    margin-bottom: 1em;
    padding: 0;
  }
  #spnav ul.sn li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #707070;
  }
  #spnav ul.sn li a {
    position: relative;
    color: #2F7DA0;
    text-decoration: none;
    font-size: clamp(1.5rem, 1.254rem + 0.51vw, 1.6rem);
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 10px;
  }
  #spnav ul.sn li a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #2F7DA0;
    border-right: solid 1px #2F7DA0;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  #spnav ul.sn_list {
    margin-bottom: 20px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  #spnav ul.sn_list li {
    list-style: none;
    text-align: left;
    border-bottom: none;
  }
  #spnav ul.sn_list li a {
    position: relative;
    color: #2F7DA0;
    text-decoration: none;
    font-size: clamp(1.5rem, 1.254rem + 0.51vw, 1.6rem);
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    padding: 16px 12px 16px 24px;
    border: 1px solid #2F7DA0;
    border-radius: 9999px;
  }
  #spnav ul.sn_list li a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #2F7DA0;
    border-right: solid 1px #2F7DA0;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  #spnav ul.sn_list li.sn1 a {
    padding-left: 44px;
    background: url(../img/module/icon/icon_about_1b.svg) no-repeat 14px 50%;
    background-size: 18px auto;
  }
  #spnav ul.sn_list li.sn2 a {
    padding-left: 44px;
    background: url(../img/module/icon/icon_about_2b.svg) no-repeat 14px 50%;
    background-size: 21px auto;
  }
  #spnav ul.sn_list li.sn3 a {
    padding-left: 44px;
    background: url(../img/module/icon/icon_about_3b.svg) no-repeat 14px 50%;
    background-size: 18px auto;
  }
  #spnav ul.sn_list li.sn4 a {
    padding-left: 44px;
    background: url(../img/module/icon/icon_about_4b.svg) no-repeat 16px 50%;
    background-size: 16px auto;
  }
  #spnav .mailadd {
    margin: 0 auto;
  }
  #spnav .mailadd a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(1.6rem, 1.174rem + 0.63vw, 1.8rem);
    font-weight: 700;
    padding: 10px;
    width: 100%;
    height: 100px;
    background-color: #2F7DA0;
    -webkit-box-shadow: 0 0 0 100vmax #2F5B75;
            box-shadow: 0 0 0 100vmax #2F5B75;
    -webkit-clip-path: inset(0 -100vmax);
            clip-path: inset(0 -100vmax);
    display: grid;
    place-content: center;
  }
  #spnav .mailadd a span {
    position: relative;
  }
  #spnav .mailadd a span::after {
    position: absolute;
    top: 50%;
    left: -50px;
    content: url(../img/module/icon/icon_mail_w.svg);
    width: 32px;
    height: 32px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.mv01 {
  z-index: -1;
}

.update_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: -140px;
  z-index: 2;
}

.updatebox {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  -webkit-box-shadow: 0 0 10px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 14px rgba(0, 0, 0, 0.05);
}
.updatebox .title {
  margin-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.updatebox .title h2 {
  font-size: clamp(2.8rem, 0.831rem + 4.1vw, 3.6rem);
  border-left: 8px solid #2F7DA0;
  padding: 4px 0 4px 16px;
}
.updatebox .title a.list_link {
  position: relative;
  display: block;
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  padding-right: 24px;
  color: #353535;
}
.updatebox .title a.list_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #353535;
  border-right: solid 2px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.updatebox li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
}
.updatebox .entry_date {
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #9F9F9F;
  margin-bottom: 0.6em;
}
.updatebox .entry_title {
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.updatebox .entry_title a {
  color: #353535;
}
.updatebox .entry_title a:hover {
  color: #2F7DA0;
}
.updatebox .date_wrap {
  display: grid;
  grid-template-columns: 1fr 94px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.postsbox {
  margin-bottom: 3em;
}
.postsbox h2 {
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  border-left: 8px solid #2F7DA0;
  margin-bottom: 1.5em;
  padding: 4px 0 4px 16px;
}
.postsbox li {
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #707070;
}
.postsbox .date_wrap {
  display: grid;
  grid-template-columns: 1fr 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.postsbox .entry_date {
  font-size: clamp(1.4rem, 1.308rem + 1.03vw, 1.6rem);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #9F9F9F;
  margin-bottom: 0.3em;
}
.postsbox .entry_title {
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  font-weight: 400;
  line-height: 1.5;
}
.postsbox .entry_title a {
  color: #353535;
}
.postsbox .entry_title a:hover {
  color: #2F7DA0;
}

.archivesbox {
  margin: 1em auto;
}
.archivesbox .entry_date {
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #9F9F9F;
  margin-bottom: 0.6em;
}
.archivesbox .entry_title {
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.archivesbox .entry_title a {
  color: #353535;
}
.archivesbox .entry_title a:hover {
  color: #2F7DA0;
}
.archivesbox .date_wrap {
  display: grid;
  grid-template-columns: 1fr 94px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.archivesbox .entry_wrap {
  display: grid;
  grid-template-columns: 8em 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
}
.archivesbox .entry_wrap .entry_date {
  margin-bottom: 0;
}

@media screen and (max-width: 1001px) {
  .archivesbox {
    margin: 3em auto;
  }
  .archivesbox .date_wrap {
    display: grid;
    grid-template-columns: 1fr 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .archivesbox .entry_wrap {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5em 0;
  }
  .archivesbox .entry_wrap .entry_date {
    margin-bottom: 0;
  }
}
.group_wrap {
  position: relative;
  margin: 1em auto 2.5em;
  padding-bottom: 1em;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  overflow: hidden;
}
.group_wrap .circle {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  color: #fff;
  background-color: #836F53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group_wrap .circle:hover {
  background-color: #675439;
}
.group_wrap .circle::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.group_wrap .circle .circle_info {
  display: grid;
  place-content: center;
}
.group_wrap .circle .circle_info img {
  width: 71px;
  height: 71px;
  margin: 0 auto 20px;
}
.group_wrap .circle .circle_info.c4 img {
  width: 61px;
  height: 61px;
  margin: 0 auto 30px;
}
.group_wrap .circle .circle_info .title {
  font-size: clamp(2rem, 1.015rem + 2.05vw, 2.4rem);
  text-align: center;
}

@media screen and (max-width: 1001px) {
  .update_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: -80px;
    z-index: 2;
  }
  .group_wrap {
    position: relative;
    margin: 1em auto 2em;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .group_wrap .circle {
    position: relative;
  }
}
.order_mail {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
}
.order_mail h1 {
  color: #fff;
  font-size: clamp(3rem, 1.523rem + 3.08vw, 3.6rem);
  font-weight: 700;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-bottom: 1em;
  padding: 0 20px;
  letter-spacing: 0.05em;
}
.order_mail.inverse {
  background-color: #2F5B75;
  -webkit-box-shadow: 0 0 0 100vmax #2F5B75;
          box-shadow: 0 0 0 100vmax #2F5B75;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
  padding: 3em 0 0;
}
.order_mail.inverse .order_grid {
  margin: 0 auto;
  width: 60%;
  display: grid;
  grid-template-columns: 162px 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  color: #fff;
}
.order_mail.inverse .order_grid p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
}

@-webkit-keyframes bgchange {
  0% {
    -webkit-box-shadow: 0 0 0 100vmax #2F5B75;
            box-shadow: 0 0 0 100vmax #2F5B75;
    background: #2F5B75;
  }
  50% {
    -webkit-box-shadow: 0 0 0 100vmax #70752f;
            box-shadow: 0 0 0 100vmax #70752f;
    background: #70752f;
  }
  100% {
    -webkit-box-shadow: 0 0 0 100vmax #2F5B75;
            box-shadow: 0 0 0 100vmax #2F5B75;
    background: #2F5B75;
  }
}

@keyframes bgchange {
  0% {
    -webkit-box-shadow: 0 0 0 100vmax #2F5B75;
            box-shadow: 0 0 0 100vmax #2F5B75;
    background: #2F5B75;
  }
  50% {
    -webkit-box-shadow: 0 0 0 100vmax #70752f;
            box-shadow: 0 0 0 100vmax #70752f;
    background: #70752f;
  }
  100% {
    -webkit-box-shadow: 0 0 0 100vmax #2F5B75;
            box-shadow: 0 0 0 100vmax #2F5B75;
    background: #2F5B75;
  }
}
@media screen and (max-width: 1001px) {
  .order_mail {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }
  .order_mail h1 {
    text-align: center;
  }
  .order_mail.inverse {
    padding: 3em 0;
  }
  .order_mail.inverse .order_grid {
    margin: 0 auto;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 10px;
  }
  .order_mail.inverse .order_grid .mail_thumb {
    width: 30%;
    margin: 0 auto 0.5em;
  }
  .order_mail.inverse .order_grid .mail_summary {
    margin-top: -3em;
  }
}
footer {
  position: relative;
  width: 100%;
  background-color: #2F7DA0;
  color: #fff;
  padding-bottom: 0.2em;
}
footer .footer_wrap {
  position: relative;
  width: 93%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 5em 6em 4em;
  overflow: hidden;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
}
footer .footer_wrap .footer_info h2 {
  font-size: clamp(1.7rem, 1.591rem + 0.55vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.8em;
}
footer .footer_wrap .footer_info .add {
  font-size: clamp(1.4rem, 1.364rem + 0.18vw, 1.5rem);
  line-height: 1.6;
}
footer .footer_wrap .footer_logo .ft_name {
  width: 100%;
}
footer .footer_wrap .footer_logo .ft_name img {
  max-width: 300px;
}
footer .copyright {
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3960784314);
  padding: 0.8em 0;
  overflow: hidden;
}
footer .copyright .copyright_wrap {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}

@media screen and (max-width: 1001px) {
  footer {
    position: relative;
    width: 100%;
  }
  footer .footer_wrap {
    position: relative;
    max-width: initial;
    margin: 0 auto;
    padding: 1.8em 0;
    overflow: hidden;
    display: block;
  }
  footer .footer_wrap .footer_logo .ft_name {
    width: 90%;
    margin: 0 auto 1.4em;
  }
  footer .footer_wrap .footer_logo .ft_name img {
    max-width: 250px;
  }
  footer .footer_wrap .footer_logo .ft_subname {
    margin-bottom: 20px;
  }
  footer .footer_wrap .footer_logo .ft_subname img {
    max-width: 216px;
  }
  footer .footer_wrap .footer_logo .add {
    margin: 1.2em 0 2em;
  }
  footer .footer_wrap .footer_nav {
    display: none;
  }
}
#page_scroll {
  position: fixed;
  bottom: 10px;
  right: 8px;
  z-index: 3;
  width: 50px;
  height: 50px;
}
#page_scroll a {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/global/pagetop.svg) no-repeat 0 0;
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
}

@-webkit-keyframes animationZoom {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes animationZoom {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes ticker-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes ticker-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.scroll_info {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.8em;
  background-color: #2F7DA0;
  color: #fff;
  display: inline-block;
  border-radius: 99999px;
  padding: 8px 12px;
}
.scroll_info.wh {
  color: #fff;
}

.mainvisual {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1024/400;
  background: url(../img/global/mainvisual.jpg) 50% 0 no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  margin-bottom: 3.125rem;
  margin-inline: auto;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}
.mainvisual .mainwrap {
  width: 95%;
  max-width: 1080px;
  margin-inline: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
}
.mainvisual .mainwrap .logo {
  width: 100%;
  max-width: 843px;
  z-index: 2;
}

@media screen and (max-width: 1001px) {
  .mainvisual {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 2em;
    aspect-ratio: 1024/720;
  }
}
.under_visual {
  position: relative;
  width: 100%;
  height: 300px;
  display: grid;
  place-content: center;
  overflow: hidden;
  z-index: -1;
}
.under_visual .under_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.under_visual .slide-media {
  position: relative;
  height: 300px;
}
.under_visual .slide-media img {
  -webkit-animation: animationZoom 8s ease-in-out forwards;
          animation: animationZoom 8s ease-in-out forwards;
}
.under_visual .under_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7882352941)), to(rgba(0, 0, 0, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0.7882352941) 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.under_visual .under_inner .title {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
}
.under_visual .under_inner .title h1 {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: clamp(2.9rem, -0.938rem + 8.21vw, 4.6rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.03em;
  border-left: 6px solid white;
  margin: 0;
  padding: 0 0 0 30px;
  z-index: 2;
}

@media screen and (max-width: 1001px) {
  .under_visual {
    position: relative;
    width: 100%;
    height: 200px;
    display: grid;
    place-content: center;
    overflow: hidden;
    z-index: -1;
  }
  .under_visual .under_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .under_visual .slide-media {
    position: relative;
    height: 200px;
  }
  .under_visual .under_inner .title {
    position: relative;
    max-width: initial;
    height: 100%;
    margin: 0 auto;
  }
}
.single_wrap {
  display: grid;
  grid-template-columns: 780px 1fr;
  gap: 40px;
}
.single_wrap .single_content {
  position: relative;
}
.single_wrap .side_content {
  position: relative;
}

@media screen and (max-width: 1001px) {
  .single_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .single_wrap .single_content {
    position: relative;
  }
  .single_wrap .side_content {
    position: relative;
  }
}
.tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto 10px;
}
.tab li.active a {
  color: #fff;
  background: #2F7DA0;
}
.tab li a {
  display: block;
  color: #fff;
  font-size: clamp(1.5rem, -1.7rem + 6.67vw, 2.8rem);
  font-weight: 400;
  color: #353535;
  background: #C3C3C3;
  padding: 20px 30px;
  text-align: center;
}

.area {
  display: none;
  opacity: 0;
  padding: 20px;
  margin-bottom: 50px;
}
.area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1001px) {
  .tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    place-content: center;
    gap: 8px;
  }
  .tab li {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab li a {
    padding: 10px 8px;
    text-align: center;
  }
}
.pages_sub_navi {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0 auto 50px;
  padding-bottom: 0.5em;
  overflow-x: scroll;
  white-space: nowrap;
  /* スクロールバーの幅と高さを設定する */
  /* スクロールバーの形を設定する */
}
.pages_sub_navi::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pages_sub_navi::-webkit-scrollbar-thumb {
  background-color: #5AA6C9;
  border-radius: 5px;
  -webkit-box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.1);
          box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.1);
}
.pages_sub_navi::-webkit-scrollbar-track {
  background-color: rgb(220, 220, 220);
  border-radius: 5px;
  -webkit-box-shadow: inset 3px -3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 3px -3px 5px rgba(0, 0, 0, 0.1);
}
.pages_sub_navi::-webkit-scrollbar-corner {
  display: none;
}
.pages_sub_navi ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pages_sub_navi ul li {
  white-space: nowrap;
  margin: 0 0.1em;
}
.pages_sub_navi ul li a {
  position: relative;
  display: block;
  padding: 8px 16px;
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  border-right: 1px solid #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}
.pages_sub_navi ul li a:last-child {
  border-right: none;
}
.pages_sub_navi ul li a.hilight {
  color: #fff;
  background-color: #2F7DA0;
}
.pages_sub_navi ul li a:hover {
  color: #fff;
  background-color: #2F7DA0;
}

@media screen and (max-width: 1001px) {
  .pages_sub_navi {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .pages_sub_navi ul {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pages_sub_navi ul li {
    white-space: nowrap;
  }
}
.map_wrap {
  border-radius: 60px;
  overflow: hidden;
}

.osusume_wrap {
  background-color: #5AA6C9;
  padding: 2.5em 0 2em;
}
.osusume_wrap .textblock p {
  font-size: clamp(1.8rem, 1.727rem + 0.36vw, 2rem) !important;
  color: #fff;
}
.osusume_wrap .catch {
  font-size: clamp(2.1rem, 1.845rem + 1.27vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 2em auto 0.8em;
  width: 90%;
  max-width: 1080px;
}

.park_wrap {
  position: relative;
}
.park_wrap .item_sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}
.park_wrap .item_sub .overview {
  padding: 5%;
  display: grid;
  place-items: center;
}
.park_wrap .item_sub .overview .arrow_icon {
  width: 100%;
  max-width: 480px;
}
.park_wrap .item_sub .post_trim {
  position: relative;
}

@media screen and (max-width: 1001px) {
  .osusume_wrap {
    background-color: #5AA6C9;
    padding: 1em 0 1em;
  }
  .osusume_wrap .catch {
    width: 90%;
    max-width: initial;
    text-align: left;
    margin: 1em auto 0.8em;
  }
  .park_wrap {
    position: relative;
    width: 100%;
  }
  .park_wrap .item_sub {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
  }
  .park_wrap .item_sub .overview .arrow_icon {
    width: 100%;
    max-width: 80%;
  }
  .park_wrap .item_sub .post_trim {
    position: relative;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 1001px) {
  .scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-box img {
    max-width: 100%;
    min-width: 800px;
    vertical-align: top;
  }
  .scroll-box::-webkit-scrollbar {
    height: 5px;
  }
  /*スクロールバー全体の背景*/
  .scroll-box::-webkit-scrollbar-track {
    background: #eee;
  }
  /*スクロールバーの動く部分*/
  .scroll-box::-webkit-scrollbar-thumb {
    background: #2F7DA0;
    border: none;
  }
  /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  .scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
}
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --btnover: .2s ease-in;
  --border: 1px solid rgba(0, 0, 0, .3);
}

.delay-time02 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-time03 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpLo {
  -webkit-animation-name: fadeUpAnimeLo;
          animation-name: fadeUpAnimeLo;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnimeLo {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnimeLo {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*　画像の拡大　*/
.zoomIn .coverFit {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

a:hover .zoomIn .coverFit {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*　画像のマスク　*/
.mask {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.imgs {
  margin-bottom: 0.8em;
}

.ph_caption p {
  color: #8A8A8A;
  margin: 0.6em 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.single_text {
  position: relative;
  background-color: #ECECEC;
  -webkit-box-shadow: 0 0 0 100vmax #ECECEC;
          box-shadow: 0 0 0 100vmax #ECECEC;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
  margin-top: 0;
  margin-bottom: 3em;
  padding: 2em 0;
}
.single_text .textinner {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
}
.single_text .date {
  color: #585858;
  font-size: clamp(1.4rem, 0.908rem + 1.03vw, 1.6rem);
  line-height: 1.5;
}
.single_text h1 {
  font-size: clamp(2.8rem, 1.815rem + 2.05vw, 3.2rem);
  font-weight: 700;
  margin: 0;
}

.post_info {
  position: relative;
  margin: 0 auto 3em;
}
.post_info .date {
  color: #585858;
  font-size: clamp(1.4rem, 0.908rem + 1.03vw, 1.6rem);
  line-height: 1.5;
}

.post_icatch {
  margin-bottom: 2.5em;
}

.grid_flex {
  display: grid;
  margin-top: 2em;
  margin-bottom: 2.2em;
}
.grid_flex.ph_2column {
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.grid_flex.ph_3column {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.grid_flex.ph_4column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 1001px) {
  .grid_flex {
    display: grid;
    margin-bottom: 2em;
  }
  .grid_flex.ph_1column {
    display: block;
  }
  .grid_flex.ph_2column {
    grid-template-columns: 1fr;
  }
  .grid_flex.ph_3column {
    grid-template-columns: 1fr;
  }
  .grid_flex.ph_4column {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.btn_grid {
  display: grid;
  margin: 1em auto 2em;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.btn_grid.is_one {
  grid-template-columns: 1fr;
  place-content: center;
  width: 100%;
  max-width: 510px;
  gap: 30px 60px;
}
.btn_grid.is_two {
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
}

@media screen and (max-width: 1001px) {
  .btn_grid.is_one {
    width: 100%;
    max-width: initial;
    gap: 16px;
  }
  .btn_grid.is_two {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.arrow_link {
  position: relative;
  display: inline-block;
  padding: 24px 48px 24px 24px;
  color: #fff;
  text-decoration: none;
  outline: none;
  z-index: 1;
  background-color: #2F7DA0;
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  font-weight: 400;
  border-radius: 8px;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.arrow_link.is_w100 {
  width: 100%;
}
.arrow_link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.arrow_link:hover {
  background-color: #043674;
}
.arrow_link:hover::after {
  right: 16px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.arrow_link.bg_white {
  color: #353535;
  background-color: #fff;
  border: var(--border);
}
.arrow_link.bg_white::after {
  border-top: solid 2px #353535;
  border-right: solid 2px #353535;
}
.arrow_link.bg_white:hover {
  background-color: #dedddd;
}

.arrow_icon {
  position: relative;
  display: block;
  padding: 24px 48px 24px 24px;
  color: #fff;
  text-decoration: none;
  outline: none;
  z-index: 1;
  background-color: #2F7DA0;
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: 600;
  border-radius: 8px;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.arrow_icon::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "";
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
  width: 29px;
  height: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow_icon:hover {
  background-color: #043674;
}
.arrow_icon:hover::after {
  right: 12px;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.arrow_icon.is_w100 {
  width: 100%;
}
.arrow_icon.bg_white {
  color: #2F7DA0;
  background-color: #fff;
  border: 1px solid #707070;
}
.arrow_icon.bg_white:hover {
  background-color: #dedddd;
}
.arrow_icon.is_site {
  position: relative;
}
.arrow_icon.is_site::after {
  background: url("../img/module/icon/icon_site_w.svg") no-repeat 100% 50%;
  background-size: 16px auto;
}
.arrow_icon.is_site.bg_white::after {
  background: url("../img/module/icon/icon_site.svg") no-repeat 100% 50%;
  background-size: 16px auto;
}
.arrow_icon.is_pdf {
  position: relative;
}
.arrow_icon.is_pdf::after {
  background: url("../img/module/icon/icon_pdf_w.svg") no-repeat 100% 50%;
  background-size: contain;
}
.arrow_icon.is_pdf.bg_white::after {
  background: url("../img/module/icon/icon_pdf.svg") no-repeat 100% 50%;
  background-size: contain;
}
.arrow_icon.is_doc {
  position: relative;
}
.arrow_icon.is_doc::after {
  background: url("../img/module/icon/icon_doc_w.svg") no-repeat 100% 50%;
  background-size: contain;
}
.arrow_icon.is_doc.bg_white::after {
  background: url("../img/module/icon/icon_doc.svg") no-repeat 100% 50%;
  background-size: contain;
}
.arrow_icon.is_xls {
  position: relative;
}
.arrow_icon.is_xls::after {
  background: url("../img/module/icon/icon_xls_w.svg") no-repeat 100% 50%;
  background-size: contain;
}
.arrow_icon.is_xls.bg_white::after {
  background: url("../img/module/icon/icon_xls.svg") no-repeat 100% 50%;
}

.arrow_mail {
  position: relative;
  display: inline-block;
  padding: 28px 92px;
  color: #2F7DA0;
  background-color: #fff;
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  font-size: clamp(1.7rem, 1.454rem + 0.51vw, 1.8rem);
  font-weight: 500;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border: 3px solid #fff;
  overflow: hidden;
}
.arrow_mail span {
  position: relative;
  z-index: 3;
}
.arrow_mail span::after {
  position: absolute;
  top: 50%;
  left: -38px;
  content: url(../img/module/icon/icon_mail_bl.svg);
  width: 28px;
  height: 28px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.arrow_mail:hover {
  border: 3px solid #000;
  background-color: #2F7DA0;
}
.arrow_mail:hover span {
  color: #fff;
}
.arrow_mail:hover span::after {
  content: url(../img/module/icon/icon_mail_w.svg);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-transform: translate(0%, -50%) rotate(10deg);
          transform: translate(0%, -50%) rotate(10deg);
}

@media screen and (max-width: 1001px) {
  .arrow_mail {
    position: relative;
    display: block;
  }
}
.boxes_pages {
  position: relative;
  width: 100%;
  min-height: 150px;
  display: grid;
  grid-template-columns: 340px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: #fff;
  border: 1px solid #707070;
  margin: 0.5em auto 2em;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.boxes_pages .flex_img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.boxes_pages .flex_container {
  position: relative;
  padding: 1em 3.2em 1em 0;
}
.boxes_pages .flex_container::after {
  position: absolute;
  top: 50%;
  right: 22px;
  content: "";
  width: 18px;
  height: 18px;
  border-top: solid 2px #353535;
  border-right: solid 2px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.boxes_pages .text {
  color: #353535;
}
.boxes_pages .text p {
  font-size: clamp(1.6rem, 0.615rem + 2.05vw, 2rem);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}
.boxes_pages:hover {
  background-color: #2F7DA0;
  border: 1px solid #2F7DA0;
}
.boxes_pages:hover .flex_container::after {
  right: 18px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.boxes_pages:hover .text {
  color: #fff;
}

@media screen and (max-width: 1001px) {
  .boxes_pages {
    position: relative;
    width: 100%;
    min-height: initial;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .boxes_pages .flex_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
  }
  .boxes_pages .flex_container {
    padding: 0em 2.2em 1em 1em;
  }
}
.list_box a {
  display: block;
  background-color: #fff;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.list_box a .zoomIn {
  margin-bottom: 0.7em;
}
.list_box a:hover .title {
  color: #2F7DA0;
}
.list_box a:hover .text p {
  color: #2F7DA0;
}
.list_box .text {
  position: relative;
  padding-right: 2em;
}
.list_box .text::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #353535;
  border-right: solid 2px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.list_box .title {
  position: relative;
  color: #353535;
  font-size: clamp(2.2rem, 1.215rem + 2.05vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 0.3em;
}

.list_box_one {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  margin: 1em auto 2.5em;
  background-color: #fff;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.list_box_one .zoomIn {
  margin-bottom: 0.7em;
}
.list_box_one:hover .title {
  color: #2F7DA0;
}
.list_box_one:hover .text p {
  color: #2F7DA0;
}
.list_box_one .text {
  position: relative;
  padding-right: 2em;
}
.list_box_one .text::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #353535;
  border-right: solid 2px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.list_box_one .title {
  color: #353535;
  font-size: clamp(1.8rem, -0.169rem + 4.1vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 1001px) {
  .list_box_one {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 30px;
    margin: 1em auto 2.5em;
  }
  .list_box_one .zoomIn {
    margin-bottom: 0.7em;
  }
  .list_box_one:hover .title {
    color: #2F7DA0;
  }
  .list_box_one:hover .text p {
    color: #2F7DA0;
  }
  .list_box_one .title {
    color: #353535;
    font-size: clamp(2.2rem, 1.215rem + 2.05vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 0.3em;
  }
}
hr {
  margin: 2em auto;
  border-color: 1px solid rgba(0, 0, 0, 0.3);
}

.field {
  margin-top: 0;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.field.is_mar {
  margin-bottom: 40px;
}
.field:last-child {
  margin-bottom: 1%;
}
.field::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1001px) {
  .field {
    margin-bottom: 2em;
  }
  .field.is_mar {
    margin-bottom: 40px;
  }
}
.inner {
  padding: 1% 4%;
}

.innerBlock {
  margin-bottom: 8em;
  padding: 0 11%;
}

.innerBlockLarge {
  padding: 0% 20%;
}

@media screen and (max-width: 1001px) {
  .innerBlock {
    margin-bottom: 1em;
    padding: 1% 2%;
  }
}
.headBox {
  position: relative;
}
.headBox.topics_title {
  padding-top: 80px;
  margin-bottom: 80px;
}
.headBox.topics_title .topics_catch {
  position: absolute;
  bottom: 10px;
  right: 120px;
  width: 444px;
}
@media screen and (max-width: 1001px) {
  .headBox.topics_title {
    padding-top: 90px;
  }
  .headBox.topics_title .topics_catch {
    position: absolute;
    bottom: 70px;
    right: 0px;
    width: 200px;
  }
}

.headings_center_1 {
  position: relative;
  font-size: clamp(2.5rem, 2.027rem + 2.36vw, 3.8rem);
  font-weight: 700;
  line-height: 1.3;
  color: #2F7DA0;
  margin: 1em 0 1.6em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0 90px;
  white-space: nowrap;
}
.headings_center_1:before, .headings_center_1:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 71px;
  height: 66px;
  background-size: contain;
  background-repeat: no-repeat;
}
.headings_center_1:before {
  left: 0;
  background-image: url("../img/module/icon/car_front_04.png");
}
.headings_center_1:after {
  right: 0;
  background-image: url("../img/module/icon/car_front_03.png");
}

.headings_ship_1 {
  position: relative;
  font-size: clamp(2.7rem, 1.936rem + 3.82vw, 4.8rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 1em 0 1em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0 130px;
  white-space: nowrap;
}
.headings_ship_1:before, .headings_ship_1:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 105px;
  height: 84px;
  background-size: contain;
  background-repeat: no-repeat;
}
.headings_ship_1:before {
  left: 0;
  background-image: url("../img/module/icon/ship_front_01.png");
}
.headings_ship_1:after {
  right: 0;
  background-image: url("../img/module/icon/ship_front_02.png");
}

@media screen and (max-width: 1001px) {
  .headings_center_1 {
    position: relative;
    margin: 0.4em 0;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
    text-align: center;
    padding: 0 54px;
  }
  .headings_center_1:before, .headings_center_1:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 35px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .headings_ship_1 {
    margin: 0.4em 0;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0 60px;
  }
  .headings_ship_1:before, .headings_ship_1:after {
    width: 52px;
    height: 42px;
  }
}
.headings_display_2 {
  position: relative;
  font-size: clamp(2.6rem, 2.382rem + 1.09vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8em;
  color: #2F7DA0;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 1001px) {
  .headings_display_2 {
    text-align: left;
  }
}
.headings_display_3 {
  font-size: clamp(2.6rem, 1.615rem + 2.05vw, 3rem);
  font-weight: 700;
  margin: 0 0 1.2em 0;
  letter-spacing: 0.1em;
}

.headings_display_4 {
  font-size: clamp(2.2rem, 1.215rem + 2.05vw, 2.6rem);
  font-weight: 700;
  color: #2F7DA0;
  line-height: 1.45;
  margin: 0 0 0.8em 0;
  letter-spacing: 0.08em;
}
.headings_display_4.txtblack {
  color: #353535;
}

.catch {
  font-size: clamp(1.8rem, 3.1vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  margin: 0.8em 0;
  letter-spacing: 0.1em;
}

.infoblock {
  margin: 0 auto 2.5em;
  padding: 2% 5%;
}

.textblock {
  margin: 0 auto 2.5em;
}
.textblock.bold p {
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  font-weight: 700;
}
.textblock.text_center {
  text-align: center;
}
.textblock p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1001px) {
  .textblock {
    margin: 0 auto 1.5em;
  }
}
/* map youtube */
.iframeBlock {
  position: relative;
  width: 100%;
  margin: 1em auto 2.5em;
  padding-bottom: 54.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 30px;
}
.iframeBlock.ftmap {
  padding-bottom: 28.25%;
}
.iframeBlock iframe,
.iframeBlock object,
.iframeBlock embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1001px) {
  .iframeBlock {
    max-width: initial;
  }
  .iframeBlock.ftmap {
    padding-bottom: 72.25%;
  }
}
.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 58.25%;
}

.coverFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.containFit {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-color: #efefef;
}

.sizeFit {
  width: 100%;
  height: 50vh;
}

.post_box {
  position: relative;
}

/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 50.25%;
  background-size: cover;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
}

.post_wide {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 2/3;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media screen and (max-width: 1001px) {
  .img_center {
    margin: 0 auto 10px;
    max-width: 70%;
  }
}
.retrun {
  margin: 3em auto 3em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  width: 40%;
}
.retrun a {
  position: relative;
  display: block;
  font-weight: 500;
  color: #353535;
  background-color: #fff;
  padding: 16px 40px 16px 40px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: var(--border);
  text-align: center;
}
.retrun a::after {
  position: absolute;
  top: 50%;
  left: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
          transform: translate(0%, -50%) rotate(225deg);
}
.retrun a:hover {
  color: #2F7DA0;
  border: solid 1px #2F7DA0;
}
.retrun a:hover::after {
  border-top: solid 1px #2F7DA0;
  border-right: solid 1px #2F7DA0;
}

@media screen and (max-width: 1001px) {
  .retrun {
    width: 80%;
    margin: 2em auto;
  }
  .retrun a {
    width: 100%;
  }
}
/* --------------------------------
table
-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  margin-top: 1em;
  margin-bottom: 3em;
  border: none;
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
}
table th,
table td {
  padding: 1em;
}
table.cell2 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.cell2 tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.cell2 th {
  vertical-align: top;
  text-align: left;
  width: 20%;
  min-width: 4em;
  background-color: #ECECEC;
  white-space: nowrap;
}
table.cell3 th,
table.cell3 td {
  width: 20%;
  min-width: 130px;
  padding: 1em;
}
table.cell3 tr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.cell3 tr:last-child {
  border-bottom: none;
}
table.cell3 th {
  text-align: left;
  white-space: nowrap;
  background-color: #E0DFDF;
}
table.cell3 td {
  width: auto;
  padding: 10px 20px;
}
table.cell3 td:nth-last-child(2) {
  background-color: #ECECEC;
  white-space: nowrap;
}

@media screen and (max-width: 1001px) {
  .scroll-hint-text {
    margin-top: 0;
  }
  .js-scrollable {
    margin-bottom: 2em;
  }
  table {
    position: relative;
    width: 100%;
    text-align: left;
    border: none;
  }
  table th,
  table td {
    padding: 1em;
  }
  table.cell2 tr {
    display: block;
    width: 100%;
  }
  table.cell2 tr:last-child {
    border-bottom: none;
  }
  table.cell2 th,
  table.cell2 td {
    display: block;
    width: 100%;
  }
  table.cell3 {
    white-space: nowrap;
    margin-bottom: 1em;
  }
  table.cell3 tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.textlink {
  margin: 20px auto 20px;
}
.textlink::after {
  clear: both;
  content: "";
  display: block;
}
.textlink a {
  position: relative;
  display: block;
  padding: 18px 30px 18px 18px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.textlink a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.textlink .link1set {
  margin-bottom: 20px;
}
.textlink .link1set .left_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.textlink .link1set .center_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.textlink .link1set .right_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.textlink .link2set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link2set .morelink {
  width: 49%;
}
.textlink .link3set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.textlink .link3set .morelink {
  width: 32%;
}

@media screen and (max-width: 1001px) {
  .textlink {
    margin: 20px auto 20px;
  }
  .textlink a {
    position: relative;
    display: block;
    padding: 14px 30px 14px 16px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .textlink .link1set {
    margin-bottom: 0.5em;
  }
  .textlink .link1set .left_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .center_more {
    display: block;
    width: 100%;
  }
  .textlink .link1set .right_more {
    display: block;
    width: 100%;
  }
  .textlink .link2set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link2set .morelink {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .textlink .link3set {
    display: block;
    margin-bottom: 10px;
  }
  .textlink .link3set .morelink {
    width: 100%;
  }
}
.free_layout_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.free_layout_btn {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
  height: auto;
  margin: 1.2em auto 1.8em;
  border-radius: 6px;
  overflow: hidden;
  color: #353535;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.free_layout_btn.hilight {
  border: 1px solid #2F7DA0;
  background-color: rgba(0, 0, 0, 0.0862745098);
}
.free_layout_btn:hover {
  background-color: rgba(59, 176, 119, 0.1215686275);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 1px solid #2F7DA0;
  color: #2F7DA0;
}
.free_layout_btn::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #353535;
  border-right: solid 1px #353535;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.free_layout_btn .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free_layout_btn .btnimg {
  width: 25%;
  aspect-ratio: 3/2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.free_layout_btn .btn_container {
  width: 70%;
  padding: 3% 4%;
}
.free_layout_btn .btn_container .btn_text {
  color: #353535;
  text-align: left;
}
.free_layout_btn .btn_container .btn_text .title h2 {
  font-size: clamp(1.8rem, 3.1vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 1em;
}
.free_layout_btn .btn_container .btn_text .info {
  font-size: clamp(1.4rem, 3.1vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1001px) {
  .free_layout_btn {
    width: 100%;
    max-width: initial;
    height: auto;
  }
  .free_layout_btn::after {
    border: none;
  }
  .free_layout_btn .btn_box {
    display: block;
  }
  .free_layout_btn .btnimg {
    width: 100%;
    padding-top: 48%;
  }
  .free_layout_btn .btn_container {
    position: relative;
    width: 100%;
    padding: 4% 24px 4% 4%;
  }
  .free_layout_btn .btn_container::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #353535;
    border-right: solid 1px #353535;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .free_layout_btn .btn_container .btn_text {
    color: #353535;
    text-align: left;
  }
  .free_layout_btn .btn_container .btn_text .title h2 br {
    display: none;
  }
  .free_layout_btn .btn_container .btn_text .info {
    font-size: 14px;
  }
}
.free-layout-album {
  width: 100%;
  margin: 20px auto 40px;
}

.photo-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 16px;
  margin: 0;
}
.photo-list .photo-item a {
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.photo-list .photo-item a:hover {
  opacity: 0.8;
  -webkit-transition: var(--btnover);
  transition: var(--btnover);
}
.photo-list .photo-item .photo {
  border-radius: 8px;
  padding-top: 60.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.vbox-item {
  display: block;
  width: 100%;
  height: 100%;
}

.vbox-prev span,
.vbox-next span {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media screen and (max-width: 1001px) {
  .free-layout-album {
    width: 100%;
  }
  .photo-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin: 0;
  }
}
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em auto;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  background: #fff;
  color: #353535;
  margin: 0 6px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  border: 1px solid #dedede;
  background: #000;
  display: grid;
  place-content: center;
}

.current {
  background: #585858;
  color: #fff !important;
}

.nextpostslink,
.previouspostslink {
  background: none !important;
  border-top: 2px solid #353535;
  border-right: 2px solid #353535;
  display: block;
  height: 10px;
  margin: 20px;
  text-indent: 100%;
  overflow: hidden;
  width: 10px;
  white-space: nowrap;
}

.nextpostslink {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.previouspostslink {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.stepbar {
  margin: 0 auto;
  width: 100%;
}
.stepbar .stepbarwrap {
  margin: 2em 0 3em;
  position: relative;
}
.stepbar .gridstep {
  display: grid;
  grid-template-columns: 250px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stepbar .stepbarwrap .steptitle {
  display: grid;
  grid-template-columns: 80px 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-size: clamp(2.2rem, 0.723rem + 3.08vw, 2.8rem);
  font-weight: 700;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 70px;
  height: 70px;
  content: "";
  border-radius: 50%;
  background-color: #003C85;
  color: #fff;
  text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  position: relative;
  top: 0.8em;
}
.stepbar .stepbarwrap .steptitle .stepcircle span.step {
  font-size: 1.6rem;
  font-weight: 400;
}
.stepbar .stepbarwrap .steptitle .stepcircle span.num {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 3rem;
  margin-top: -10px;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3em;
}

.stepbar .stepbarwrap .steptxt .text {
  font-size: clamp(1.5rem, 1.254rem + 0.51vw, 1.6rem);
  line-height: 1.6;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 6em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 35px;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 1001px) {
  .stepbar {
    margin: 0 auto;
    width: 100%;
  }
  .stepbar .stepbarwrap {
    margin: 2em 0 3em;
    position: relative;
  }
  .stepbar .gridstep {
    display: block;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    position: relative;
    top: 0.9em;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle span.step {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle span.num {
    font-family: "Inter", sans-serif;
    display: block;
    font-size: 2rem;
    margin-top: -4px;
  }
  .stepbar .stepbarwrap .steptxt {
    padding-left: 94px;
  }
  .stepbar .stepbarwrap .stepline {
    left: 30px;
  }
}
.flex_content {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  width: 100%;
  margin: 1em auto 3em;
}
.flex_content.reverse {
  grid-template-columns: 1fr 300px;
}
.flex_content.reverse .flex_ph {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flex_content.reverse .flex_summary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.flex_content.w50 {
  grid-template-columns: 1fr 1fr;
}
.flex_content.w50.reverse {
  grid-template-columns: 1fr 1fr;
}
.flex_content.w50.reverse .flex_ph {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flex_content.w50.reverse .flex_summary {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.flex_content .flex_ph {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
.flex_content .flex_summary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.flex_content .flex_summary h2 {
  margin-bottom: 0.8em;
}

@media screen and (max-width: 1001px) {
  .flex_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    max-width: initial;
  }
  .flex_content .flex_summary {
    display: contents;
  }
  .flex_content h2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex_content .flex_ph {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex_content .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex_content .arrow_link {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .flex_content.reverse {
    grid-template-columns: 1fr;
  }
  .flex_content.reverse .flex_ph {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flex_content.w50 {
    grid-template-columns: 1fr;
  }
  .flex_content.w50.reverse {
    grid-template-columns: 1fr;
  }
  .flex_content.w50.reverse .flex_ph {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.inverse_flex {
  position: relative;
  background-color: #ECECEC;
  -webkit-box-shadow: 0 0 0 100vmax #ECECEC;
          box-shadow: 0 0 0 100vmax #ECECEC;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax);
  margin: 1em auto 3em;
  padding: 2.3em 0;
}
.inverse_flex .flex_content {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 50%;
  gap: 60px;
  margin: 0 auto;
}
.inverse_flex.reverse .flex_summary {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.inverse_flex .flex_summary {
  width: 100%;
}

@media screen and (max-width: 1001px) {
  .inverse_flex .flex_content {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 auto;
  }
  .inverse_flex h2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .inverse_flex .flex_ph {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inverse_flex .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .inverse_flex .flex_summary {
    display: contents;
  }
}
details {
  margin-bottom: 1.5em;
}
details .post_box {
  border: 1px solid #000;
}
details table.cell2 tr {
  border-top: none;
}
details table.cell2 tr:last-child {
  border: none;
}
details table.cell2 th {
  font-weight: 700;
  color: #5AA6C9;
  padding: 0.4em 0.2em;
}
details table.cell2 td {
  padding: 0.4em 0.2em;
}

details:not(:last-child) {
  margin-bottom: 1.5em;
}

/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
details summary {
  list-style: none;
  cursor: pointer;
}
details summary h2 {
  position: relative;
  font-size: clamp(2.2rem, -1.338rem + 8.21vw, 2.6rem);
  font-weight: 700;
  margin: 0 0 1em 0;
  padding: 0 0 0 0.6em;
  letter-spacing: 0.1em;
  border-left: solid 6px #0061AE;
}
details summary h2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: -5px;
  bottom: -10px;
  background-color: #000;
}

/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}

/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::before {
  position: absolute;
  display: block;
  content: url(../img/module/icon/open.svg);
  right: 0;
}

/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::before {
  position: absolute;
  display: block;
  content: url(../img/module/icon/close.svg);
  right: 0;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #2F7DA0;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  color: #fff;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*== ボタン共通設定 */
.btn02 {
  /*背景の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: none;
  /*ボタン内側の設定*/
}
.btn02 span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* 重なりを3Dで表示 */
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  /* アニメーションの設定 数字が少なくなるほど早く回転 */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*== くるっと回転（奥に） */
/* 回転前 */
.rotateback span:nth-child(1) {
  background: #2F7DA0;
  color: #fff;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  /*はじめは回転なし*/
  -webkit-transform-origin: 0 50% -25px;
          transform-origin: 0 50% -25px;
  /* 回転する起点 */
}

/*hoverをした後の形状*/
.rotateback:hover span:nth-child(1) {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  /* X軸に90度回転 */
}

/* 回転後 */
.rotateback span:nth-child(2) {
  background: #000;
  color: #fff;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  /*はじめはX軸に-90度回転*/
  -webkit-transform-origin: 0 50% -25px;
          transform-origin: 0 50% -25px;
  /* 回転する起点 */
}

/*hoverをした後の形状*/
.rotateback:hover span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  /* X軸に0度回転 */
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.mv01,
.mv02 {
  position: relative;
}

.mv01 .l-inner,
.mv02 .l-inner {
  padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide,
.mv02.swiper-fade .swiper-slide {
  transition-property: opacity, -webkit-transform !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active,
.mv02 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}

.mv01 .slide-media {
  height: 850px;
}

.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.mv01 {
  position: relative;
}
.mv01 .slide-title {
  position: absolute;
  top: 50%;
  left: 7.8571428571vw;
  z-index: 2;
  color: #fff;
  z-index: 9999;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.3rem, 0.538rem + 5.13vw, 4.2rem);
  letter-spacing: 0.08em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media screen and (max-width: 1001px) {
  .mv01 .slide-title {
    position: absolute;
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 1001px) {
  .mv01 .slide-title.s1 {
    right: 1rem;
    bottom: 10px;
    width: 60%;
    max-width: 280px;
    min-width: initial;
  }
  .mv01 .slide-title.s2 {
    left: 1rem;
    right: auto;
    bottom: 10px;
    width: 60%;
    max-width: 280px;
    min-width: initial;
  }
}
.mv01 .swiper-slide[class*=-active] .slide-media img,
.mv02 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(200px);
    filter: blur(200px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes mv03-fadeIn {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes mv03-fadeIn {
  0% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .mv01 .slide-media {
    height: max(60vh, 60vw);
  }
  .mv02 .slide-media {
    height: max(25vh, 25vw);
  }
  .mv02 .slide-title.s1 {
    position: absolute;
    right: 1rem;
    bottom: -10px;
    text-align: right;
    width: 50%;
    max-width: 288px;
    min-width: 100px;
    z-index: 2;
  }
}
@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.mvAutoview {
  margin-top: 2em;
  margin-bottom: 1em;
}
.mvAutoview .swiper-slide img {
  height: auto;
  width: 100%;
}
.mvAutoview .slide-content {
  position: relative;
  overflow: visible;
  display: grid;
  place-content: center;
}

@media screen and (max-width: 1001px) {
  .mvAutoview .slide-content {
    position: relative;
    overflow: visible;
    display: grid;
    place-content: center;
  }
  .mvAutoview .slide-content .overview {
    width: 220px;
    height: 160px;
    position: absolute;
    bottom: -70px;
    right: -10px;
    z-index: 2;
  }
  .mvAutoview .slide-content .overview .name {
    margin: 0 0 0.8em 0;
  }
}
.mvAutoview .swiper {
  overflow: visible;
}

.mvAutoview .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.mvAutoview .swiper-slide {
  max-width: 342px;
}

.mvAutoview .slide {
  position: relative;
  overflow: visible;
}

.mvInterview {
  position: relative;
  overflow: hidden;
}
.mvInterview .swiper-slide {
  border: 1px solid #2F7DA0;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  height: auto !important;
}
.mvInterview .swiper-slide .slide {
  display: grid;
}
.mvInterview .slide-content {
  position: relative;
  overflow: visible;
}
.mvInterview .slide-content .overview {
  padding: 16px 16px;
  display: grid;
}
.mvInterview .slide-content .overview .title_info {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 8px;
  margin-bottom: 1em;
}
.mvInterview .slide-content .overview .title {
  font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.4em;
}
.mvInterview .slide-content .overview .info {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mvInterview .slide-content .overview .arrow {
  background-color: #2F7DA0;
  color: #fff;
  display: inline-block;
  width: 65%;
  margin-top: auto;
  padding: 4px 20px;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 1001px) {
  .mvInterview .slide-content {
    position: relative;
    overflow: visible;
    display: grid;
    place-content: center;
  }
  .mvInterview .slide-content .overview .info {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.mvInterview {
  margin-bottom: 3em;
}

.mvInterview .swiper {
  overflow: visible;
}

.mvInterview .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.mvInterview .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.Chart_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.cboxes {
  position: relative;
  padding: 20px;
  background: #fff;
  color: #0083CE;
  border: 20px solid #003C85;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cboxes h2 {
  font-size: clamp(2.5rem, 1.611rem + 1.85vw, 3rem);
  font-weight: 600;
  text-align: center;
}
.cboxes .info {
  color: #353535;
}
.cboxes .info ul li {
  text-align: left;
  list-style-image: none;
}
.cboxes .count_inner {
  text-align: center;
  display: grid;
  place-content: center;
}

.connt_num {
  font-size: clamp(1.8rem, 3.1vw, 2.4rem);
  margin: 1em 0;
}
.connt_num .count-size {
  font-weight: 500;
  color: #0083CE;
  font-family: "Inter", sans-serif;
  font-size: clamp(5rem, -3.889rem + 18.52vw, 10rem);
  font-weight: 900;
}

.chart-area {
  position: relative;
  width: 100%;
  height: 50vh;
}

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