@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none !important;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.05em;
}

sup {
  top: -0.4em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

#areaWrapper1 {
  width: 100% !important;
}

/* # =================================================================
   # Selection
   # ================================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}

body {
  position: relative;
  overflow: hidden;
  font-family: "Hiragino Sans","Hiragino UD Sans Std", "GothamBook", "GothamLight", "GothamBold", "GothamMedium", "ヒラギノUD角ゴ W4 JIS2004", "ヒラギノUD角ゴ W3 JIS2004", "ヒラギノUD角ゴ W6 JIS2004", "ヒラギノUD角ゴ W5 JIS2004" !important;
  font-size: 2rem;
  color: #314E58;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

a, a:visited {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  object-fit: cover;
}

.ly_mainBgArea img {
  height: 100%;
}


i, em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
}

* {
  outline: none;
}

.animate__animated {
  opacity: 0;
}

main {
  position: relative;
  z-index: 2;
}

p {
  color: #314E58;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  p {
    line-height: 1.53;
  }
}

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

.u-tb {
  display: none;
}
@media only screen and (max-width: 1150px) and (min-width: 767px) {
  .u-tb {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .u-tb {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: inherit;
  }
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.txt-link {
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}

.hl_aniYu01 {
  animation: kaku01 7s linear infinite forwards;
}

.hl_aniYu02 {
  animation: kaku02 2s linear infinite forwards;
}

.hl_aniYu03 {
  animation: kaku01 2.5s linear infinite forwards;
}

.hl_aniYu04 {
  animation: kaku03 2s linear infinite forwards;
}

.hl_blink {
  animation: blink01 0.7s linear infinite forwards;
  transform-origin: center center;
}

@keyframes yure01 {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes yure02 {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@keyframes kaku01 {
  0%, 49.9%, 100% {
    transform: rotate(-12deg);
  }
  50%, 99.9% {
    transform: rotate(12deg);
  }
}
@keyframes kaku02 {
  0%, 49.9%, 100% {
    transform: rotate(10deg);
  }
  50%, 99.9% {
    transform: rotate(-14deg);
  }
}
@keyframes kaku03 {
  0%, 49.9%, 100% {
    transform: rotate(-8deg);
  }
  50%, 99.9% {
    transform: rotate(8deg);
  }
}
@keyframes kaku04 {
  0%, 49.9%, 100% {
    transform: rotate(-4deg);
  }
  50%, 99.9% {
    transform: rotate(3deg);
  }
}
@keyframes kaku05 {
  0%, 49.9%, 100% {
    transform: rotate(-2deg);
  }
  50%, 99.9% {
    transform: rotate(2deg);
  }
}
@keyframes kaku06 {
  0%, 49.9%, 100% {
    transform: rotate(10deg);
  }
  50%, 99.9% {
    transform: rotate(-10deg);
  }
}
@keyframes kaku07 {
  0%, 49.9%, 100% {
    transform: rotate(14deg);
  }
  50%, 99.9% {
    transform: rotate(-7deg);
  }
}
@keyframes blink01 {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
}
@keyframes blink02 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*順番に出す*/
.delay-1 {
  transition-delay: 0.1s !important;
}

.delay-2 {
  transition-delay: 0.2s !important;
}

.delay-3 {
  transition-delay: 0.3s !important;
}

.delay-4 {
  transition-delay: 0.4s !important;
}

.delay-5 {
  transition-delay: 0.5s !important;
}

.delay-6 {
  transition-delay: 0.6s !important;
}

.delay-7 {
  transition-delay: 0.7s !important;
}

.delay-8 {
  transition-delay: 0.8s !important;
}

.delay-9 {
  transition-delay: 0.9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
}

.delay-11 {
  transition-delay: 1.1s !important;
}

.delay-12 {
  transition-delay: 1.2s !important;
}

.delay-13 {
  transition-delay: 1.3s !important;
}

.delay-14 {
  transition-delay: 1.4s !important;
}

.delay-15 {
  transition-delay: 1.5s !important;
}

.delay-16 {
  transition-delay: 1.6s !important;
}

.delay-17 {
  transition-delay: 1.7s !important;
}

.delay-18 {
  transition-delay: 1.8s !important;
}

.delay-19 {
  transition-delay: 1.9s !important;
}

.delay-20 {
  transition-delay: 2s !important;
}

.delay-21 {
  transition-delay: 2.1s !important;
}

.delay-22 {
  transition-delay: 2.2s !important;
}

.delay-23 {
  transition-delay: 2.3s !important;
}

.delay-24 {
  transition-delay: 2.4s !important;
}

.delay-25 {
  transition-delay: 2.5s !important;
}

.delay-26 {
  transition-delay: 2.6s !important;
}

.delay-27 {
  transition-delay: 2.7s !important;
}

.delay-28 {
  transition-delay: 2.8s !important;
}

.delay-29 {
  transition-delay: 2.9s !important;
}

.delay-30 {
  transition-delay: 3s !important;
}

.delay-31 {
  transition-delay: 3.1s !important;
}

.delay-32 {
  transition-delay: 3.2s !important;
}

.delay-33 {
  transition-delay: 3.3s !important;
}

.delay-34 {
  transition-delay: 3.4s !important;
}

.delay-35 {
  transition-delay: 3.5s !important;
}

.delay-36 {
  transition-delay: 3.6s !important;
}

.delay-37 {
  transition-delay: 3.7s !important;
}

.delay-38 {
  transition-delay: 3.8s !important;
}

.delay-39 {
  transition-delay: 3.9s !important;
}

.delay-40 {
  transition-delay: 4s !important;
}

.delay-41 {
  transition-delay: 4.1s !important;
}

.delay-42 {
  transition-delay: 4.2s !important;
}

.delay-43 {
  transition-delay: 4.3s !important;
}

.delay-44 {
  transition-delay: 4.4s !important;
}

.delay-45 {
  transition-delay: 4.5s !important;
}

.delay-46 {
  transition-delay: 4.6s !important;
}

.delay-47 {
  transition-delay: 4.7s !important;
}

.delay-48 {
  transition-delay: 4.8s !important;
}

.delay-49 {
  transition-delay: 4.9s !important;
}

.delay-50 {
  transition-delay: 5s !important;
}

.delay-51 {
  transition-delay: 5.1s !important;
}

.delay-52 {
  transition-delay: 5.2s !important;
}

.delay-53 {
  transition-delay: 5.3s !important;
}

.delay-54 {
  transition-delay: 5.4s !important;
}

.delay-55 {
  transition-delay: 5.5s !important;
}

.delay-56 {
  transition-delay: 5.6s !important;
}

.delay-57 {
  transition-delay: 5.7s !important;
}

.delay-58 {
  transition-delay: 5.8s !important;
}

.delay-59 {
  transition-delay: 5.9s !important;
}

.delay-60 {
  transition-delay: 6s !important;
}

.delay-61 {
  transition-delay: 6.1s !important;
}

.delay-62 {
  transition-delay: 6.2s !important;
}

.delay-63 {
  transition-delay: 6.3s !important;
}

.delay-64 {
  transition-delay: 6.4s !important;
}

.delay-65 {
  transition-delay: 6.5s !important;
}

.delay-66 {
  transition-delay: 6.6s !important;
}

.delay-67 {
  transition-delay: 6.7s !important;
}

.delay-68 {
  transition-delay: 6.8s !important;
}

.delay-69 {
  transition-delay: 6.9s !important;
}

.delay-70 {
  transition-delay: 7s !important;
}

.delay-71 {
  transition-delay: 7.1s !important;
}

.delay-72 {
  transition-delay: 7.2s !important;
}

.delay-73 {
  transition-delay: 7.3s !important;
}

.delay-74 {
  transition-delay: 7.4s !important;
}

.delay-75 {
  transition-delay: 7.5s !important;
}

.delay-76 {
  transition-delay: 7.6s !important;
}

.delay-77 {
  transition-delay: 7.7s !important;
}

.delay-78 {
  transition-delay: 7.8s !important;
}

.delay-79 {
  transition-delay: 7.9s !important;
}

.delay-80 {
  transition-delay: 8s !important;
}

.delay-81 {
  transition-delay: 8.1s !important;
}

.delay-82 {
  transition-delay: 8.2s !important;
}

.delay-83 {
  transition-delay: 8.3s !important;
}

.delay-84 {
  transition-delay: 8.4s !important;
}

.delay-85 {
  transition-delay: 8.5s !important;
}

.delay-86 {
  transition-delay: 8.6s !important;
}

.delay-87 {
  transition-delay: 8.7s !important;
}

.delay-88 {
  transition-delay: 8.8s !important;
}

.delay-89 {
  transition-delay: 8.9s !important;
}

.delay-90 {
  transition-delay: 9s !important;
}

.delay-91 {
  transition-delay: 9.1s !important;
}

.delay-92 {
  transition-delay: 9.2s !important;
}

.delay-93 {
  transition-delay: 9.3s !important;
}

.delay-94 {
  transition-delay: 9.4s !important;
}

.delay-95 {
  transition-delay: 9.5s !important;
}

.delay-96 {
  transition-delay: 9.6s !important;
}

.delay-97 {
  transition-delay: 9.7s !important;
}

.delay-98 {
  transition-delay: 9.8s !important;
}

.delay-99 {
  transition-delay: 9.9s !important;
}

.hl_tar {
  text-align: right;
}
.hl_tac {
  text-align: center;
}
.hl_mb10 {
  margin-bottom: 10px !important;
}
.hl_mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .hl_mb40 {
    margin-bottom: min(30px, 6vw) !important;
  }
}
.hl_mb30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 768px) {
  .hl_mb30 {
    margin-bottom: min(25px, 6vw) !important;
  }
}
.hl_annotion {
  font-size: 1.4rem;
  margin-top: 1.7rem;
  line-height: 1.8;
}
.hl_ls2 {
  letter-spacing: 0.3em;
}

.ly_mainBgArea {
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .ly_mainBgArea {
    padding-bottom: 40px;
  }
}
.ly_container {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .ly_container {
    max-width: 90%;
  }
}
.ly_contentsBg {
  background: #fff;
  border-radius: 20px;
  padding: 0 50px 50px;
}
@media only screen and (max-width: 768px) {
  .ly_contentsBg {
    padding: 0 20px 20px;
  }
}
.ly_contentsBg {
  background: #fff;
  border-radius: 20px;
  padding: 0 50px 50px;
}
@media only screen and (max-width: 768px) {
  .ly_contentsBg {
    padding: 0 20px 30px;
  }
}
.ly_intro {
  background: #E8F5F1;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .ly_intro {
    padding: 40px 0;
  }
}
.ly_intro_contentsBg {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .ly_intro_contentsBg {
    padding: 30px 25px;
  }
}
.ly_chapterBg {
  padding: 80px 0;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .ly_chapterBg {
    padding: 40px 0;
    margin-top: 20px;
  }
}
.ly_chapterBg.blue {
  background: #E5F1F5;
}
.ly_chapterBg.blue .ly_contents_title_en, .ly_chapterBg.blue .ly_contents_title_num {
  color: #43A0B6;
}
.ly_chapterBg.red {
  background: #F5E8E8;
}
.ly_chapterBg.red .ly_contents_title_en, .ly_chapterBg.red .ly_contents_title_num {
  color: #D06C65;
}
.ly_chapterBg.yellow {
  background: #F3E9DA;
}
.ly_chapterBg.yellow .ly_contents_title_en, .ly_chapterBg.yellow .ly_contents_title_num {
  color: #C28E33;
}
.ly_chapterBg.green {
  background: #E3EEEB;
}
.ly_chapterBg.green .ly_contents_title_en, .ly_chapterBg.green .ly_contents_title_num {
  color: #69A695;
}
.ly_contents_slide.splide, .ly_contents_slide2.splide, .ly_contents_slide3.splide {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .ly_contents_slide.splide, .ly_contents_slide2.splide, .ly_contents_slide3.splide {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.ly_contents_slide.splide .splide__pagination, .ly_contents_slide2.splide .splide__pagination, .ly_contents_slide3.splide .splide__pagination {
  bottom: 0;
}
.ly_contents_title {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px dotted #B4B4B4;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .ly_contents_title {
    padding-bottom: 0;
  }
}
.ly_contents_title_numwrap {
  line-height: 1;
  display: flex;
  border-right: 1px dotted #B4B4B4;
  width: 16.78%;
  padding: 40px 15px 20px 0;
}
@media only screen and (max-width: 768px) {
  .ly_contents_title_numwrap {
    display: block;
    text-align: center;
    width: 25%;
    padding: 25px 15px 35px 0;
  }
}
.ly_contents_title_en {
  font-size: 13px;
  display: block;
  padding-top: 7px;
  margin-right: 20px;
  font-family: "GothamBold";
}
@media only screen and (max-width: 768px) {
  .ly_contents_title_en {
    font-size: 8px;
    margin-right: 0;
    margin-bottom: 5px;
    padding-top: 0;
  }
}
.ly_contents_title_num {
  font-size: 56px;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .ly_contents_title_num {
    font-size: 40px;
  }
}
.ly_contents_title_text {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  flex: 1;
  padding: 45px 10px 25px 40px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .ly_contents_title_text {
    font-size: 18px;
    padding: 10px 0 10px 20px;
    min-height: 122px;
    display: flex;
    align-items: center;
  }
}
.ly_speakerLayout {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .ly_speakerLayout {
    display: block;
    margin-top: 30px;
  }
}
.ly_speakerLayout_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  margin-left: 5%;
  min-width: 177px;
}
.ly_speakerLayout_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .ly_speakerLayout_img {
    width: 80%;
    margin: 0 auto 20px;
    min-width: auto;
  }
}
.ly_speakerLayout_job {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  margin-bottom: 7px;
  line-height: 1.5;
}
.ly_speakerLayout_name {
  font-weight: bold;
}
.ly_speakerLayout_txt {
  flex: 1;
}

.bl_mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .bl_title {
    font-size: 24px;
  }
}
.bl_title_small {
  font-size: 23px;
}
@media only screen and (max-width: 768px) {
  .bl_title_small {
    font-size: 16px;
  }
}
.bl_title_area {
  display: flex;
  max-width: 1000px;
  margin: -100px auto 0;
  position: relative;
  z-index: 1000;
  background: #fff;
  border-radius: 20px;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .bl_title_area {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 30px 0 40px;
  }
}
.bl_title_right {
  border-left: 1px dotted #B4B4B4;
  margin-left: 20px;
  padding: 10px 0 10px 30px;
}
@media only screen and (max-width: 768px) {
  .bl_title_right {
    margin-left: 0;
    padding: 0;
    margin-top: 20px;
    border-left: none;
  }
}
.bl_title_time {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.bl_wrap640 {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .bl_wrap640 {
    width: 90%;
  }
}
.bl_anchor {
  font-size: 16px;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .bl_anchor {
    width: 100%;
    font-size: 3.2vw;
  }
}
.bl_anchor > li {
  letter-spacing: 0;
  position: relative;
  padding-left: 13px;
}
.bl_anchor > li::before {
  position: absolute;
  content: "・";
  left: 0;
}
@media only screen and (max-width: 768px) {
  .bl_anchor > li {
    white-space: initial;
  }
}
.bl_anchor > li + li {
  margin-top: min(25px, 2vw);
}
@media only screen and (max-width: 768px) {
  .bl_anchor > li + li {
    margin-top: 4vw;
  }
}
.bl_anchor > li a {
  color: #000;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
@media only screen and (max-width: 768px) {
  .bl_anchor > li a {
    text-underline-offset: 1px;
  }
}
.bl_anchor > li a:hover {
  text-decoration: none;
}
.bl_anchor_num {
  display: inline-block;
  margin-right: 8px;
  min-width: min(54px, 4.5vw);
  font-feature-settings: normal;
  letter-spacing: 0.05em;
  font-family: "GothamBook";
}
@media only screen and (max-width: 768px) {
  .bl_anchor_num {
    min-width: 7vw;
    margin-right: 1vw;
  }
}
.bl_anchor_num--num01 {
  letter-spacing: 0.15em;
}
.bl_card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.bl_card > a {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 20px 15px;
}
.bl_card > a:hover {
  box-shadow: 0;
}
.bl_card_img {
  margin-bottom: 13px;
}
.bl_card_img img {
  width: 100%;
  height: 100%;
}
.bl_card_title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}

.modals {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  z-index: 30000;
}
.modals__img {
  position: relative;
  margin-bottom: 20px;
}
.modals__img img {
  position: relative;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.modals__title {
  text-align: center;
  font-size: 18px;
}
.modals__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modals__bg.non-bg {
  background: none;
}
.modals__contentBg {
  background: #fff;
  border-radius: 20px;
  padding: 70px 80px 50px;
}
.modals__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 750px;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .modals__content {
    max-width: min(331px, 88.2vw);
    width: 100%;
    height: auto;
  }
}
.modals__content .modal-inner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.modals__content .js-modal-close {
  position: absolute;
  cursor: pointer;
  right: 17px;
  top: 14px;
  color: #fff;
  opacity: 1;
  width: 60px;
  height: 60px;
  background: #000;
  border: 6px solid #000;
  border-radius: 100px;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
.modals__content .js-modal-close::before, .modals__content .js-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 6px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
}
.modals__content .js-modal-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modals__content .js-modal-close:hover {
  background: #fff;
}
.modals__content .js-modal-close:hover::before, .modals__content .js-modal-close:hover::after {
  background: #000;
}

@media screen and (max-width: 768px) {
  .modals__content .js-modal-close {
    right: 2.6vw;
    top: 2.6vw;
    width: 10.42vw;
    height: 10.42vw;
  }
  .modals__content .js-modal-close::before, .modals__content .js-modal-close::after {
    width: 1.04vw;
    height: 6.51vw;
  }
}
/*------------
splide
-------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0 2px;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide a {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .splide__slide a {
    padding: 0 20px;
  }
}
.splide__slide a:hover {
  opacity: 0.7;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__pagination {
  bottom: 2.4em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .splide__pagination {
    bottom: 1.2em;
  }
}

.splide__pagination__page {
  background: none;
  border: 1px solid #008B23;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
}

.splide__pagination__page.is-active {
  background: #008B23;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

#headerArea {
  overflow: visible;
}

body:not(.p_menu_01) #areaWrapper2 {
  width: 100vw !important;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  body:not(.p_menu_01) #areaWrapper2 {
    width: 100% !important;
  }
}

.siteStructureWrap .pbBlockNavigation {
  margin-bottom: 0 !important;
}

.pbMainArea {
  overflow: visible !important;
}


.btnPageBtn {
  z-index: 10;
}
.color_footer {
  background: #F5FAFA;
}

.rn2022_footer {
  position: relative;
}
body:not(.p_menu_01) #areaWrapper2{
  padding-top: 0 !important;
}
#csr_responsive2 .col_menu a:hover, .is-active {
  background: none !important;
  color: inherit !important;
}/*# sourceMappingURL=style.css.map */
.u-only_pc {
	display: block;
}
.u-only_sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	.u-only_sp {
		display: block;
	}
	.u-only_pc {
		display: none;
	}
}

.pbMainArea__shokuiku {
  background: #F5FAFA;
}
.pbMainArea__shokuiku a {
  color: #314E58 !important;
}
.pbMainArea__shokuiku a:hover {
  color: #314E58 !important;
}

.head-banner {
	background-color: #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}

/* ===== モーダル ===== */
.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0; /* top/right/bottom/left: 0 */
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* 背景の暗幕 */
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* 中身の箱 */
.modal__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #e6e6e6;
  padding: 40px 32px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  font-size: 40px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #888;
  cursor: pointer;
}

.modal__close:hover {
  color: #333;
}

.modal-trigger__icon {
  width: 26px;
  height: 26px;
  margin-bottom: 5px;
}

.modal-trigger__icon img {
  vertical-align: top !important;
}

@media only screen and (max-width: 768px) {
  .modal-trigger__icon {
    width: 15px;
    height: 15px;
  }
}
/* 中身 */
.modal__ttl {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.modal__sub {
  text-align: center;
}

.modal__text {
  margin: 0;
  line-height: 1.8;
  text-align: center;
}

/* 開くときのふわっとアニメ */
.modal {
  animation: modalFade 0.25s ease;
}

@keyframes modalFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal02.modal[hidden] {
  display: none;
}

.modal02.modal {
  position: fixed;
  inset: 0; /* top/right/bottom/left: 0 */
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
}

/* 背景の暗幕 */
.modal02 .modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
}

/* 中身の箱 */
.modal02 .modal__content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  display: block;
  background: none;
  padding: 0;
  overflow-x: hidden;
}

/* .modal02 .modal__bg {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}
.modal02 .modal__bg img {
	height: 840px;
	object-fit: contain;
} */
.modal02 .modal__movie {
  aspect-ratio: 16/9;
  height: 314px;
  margin-bottom: 25px;
}

.modal__desc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:center;
  z-index: 2;
  height: auto;
  min-height: 100%;
}

.modal__desc::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/modal_bg.png) center/contain no-repeat;
  width: 100%;
  min-width: 1200px;
  height: 820px;
  z-index: -1;
}

.modal02 .modal__movie iframe {
  width: 100%;
  height: 100%;
}

/* 閉じるボタン */
.modal02 .modal__close {
  position: static;
  width: 80px;
  height: 80px;
  border: none;
  margin-top: 60px;
  background: transparent;
  font-size: 80px;
  background-color: #fff;
  border: 4px solid #314e58;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #314e58;
  cursor: pointer;
  padding-bottom: 15px;
}

.modal02 .modal__close:hover {
  opacity: 0.8;
}

.modal02 .modal-trigger__icon {
  width: 26px;
  height: 26px;
}

/* 中身 */
.modal02 .modal__ttl {
  margin: 0 0 20px;
  text-align: center;
}

.modal02 .modal__ttl img {
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
  width: 50%;
}

.modal02 .modal__text {
  margin: 0;
  line-height: 1.7;
  font-size: 2.0rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.02rem;
  max-width: 450px;
}

@media only screen and (max-width: 768px) {
	.modal02.modal {
		padding: 0 0 10px 0;
	}
	.modal02 .modal__content {
		overflow-x: hidden;
	}
	.modal02 .modal__content::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background-color: #0EB410;
		width: 100%;
		height: 534px;
		z-index: 1;
		border-bottom: 10px solid #B7E8B7;
	}
	.modal02 .modal__bg {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 375px;
		height: 468px;
		position: absolute;
		top: 90px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	.modal02 .modal__bg img {
		height: auto;
		object-fit: cover;
	}
	.modal02 .modal__movie {
		height: 190px;
	}
	.modal__desc {
		padding-top: 30px;
		justify-content: flex-start;
	}
	.modal__desc::before {
		display: none;
	}
	/* 閉じるボタン */
	.modal02 .modal__close {
		width: 	40px;
		height: 40px;
		margin-top: 180px;
		margin-right: 10px;
		font-size: 40px;
		border: 2px solid #314E58;
		border-radius: 50%;
		line-height: 1;
		padding-bottom: 7px;
	}
	/* 中身 */
	.modal02 .modal__ttl { 
		margin: 0 0 20px;
		width: fit-content;
	}
	.modal02 .modal__ttl .center {
		position: relative;
		display: inline;
	}
	.modal02 .modal__ttl .center::before {
		content: '';
		position: absolute;
		top: -8px;
		left: -18%;
		background: url(../img/home/modal-left.svg)center/contain no-repeat;
		width: 31px;
		height: 33px;
	}
	.modal02 .modal__ttl .center::after {
		content: '';
		position: absolute;
		top: -2px;
		right: -16%;
		background: url(../img/home/modal-right.svg)center/contain no-repeat;
		width: 24px;
		height: 24px;
	}
	.modal02 .modal__ttl img {
		padding-bottom: 10px;
		border-bottom: 2px solid #fff;
		width: 58%;
	}
	.modal02 .modal__text {
		margin: 0 4%;
		line-height: 25px;
    font-size: 1.6rem;
	}
}

.hero-area {
	position: relative;
}
.hero-area__logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.hero-area__logo img {
	width: 100%;
	object-fit: contain;
}
.hero-area__movie {
	padding-top: 200px;
	height: 1008px;
	overflow: hidden;
}
.hero-area__movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	.hero-area__logo {
		width: 100%;
		text-align: center;
	}
	.hero-area__logo img {
		width: 64%;
		text-align: center;
	}
	.hero-area__movie {
		padding-top: 100px;
		height: 352px;
		overflow: hidden;
	}
}

.title-cont {
	text-align: center;
	padding: 55px 5%;
}
.title-cont_ttl {
	display: inline-block;
	margin-bottom: 15px;
}
.title-cont_ttl img {
	width: auto;
	height: 53px;
	border-bottom: 2.4px solid #314E58;
	padding-bottom: 15px;
}
.title-cont p {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 50px;
}
.pb-btn {
  background-color: #fff;
  border: 2px solid #0EB410;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-width: 315px;
  padding: 17px 20px;
  color: #0EB410;
  position: relative;
  margin: 0 auto;
  transition: .5s ease;
}
.pb-btn img:first-child {
  width: auto;
	height: 24px;
}
.pb-btn img:nth-child(2) {
  width: 28px;
	object-fit: contain;
  transition: .5s ease;
}
.pb-btn:hover {
  opacity: .6;
}
.pb-btn:hover img:nth-child(2) {
  transform: translateX(5px);
}
.title-cont .pb-btn {
	margin-top: 20px;
}
@media only screen and (max-width: 768px) {
	.title-cont {
		padding: 25px 5%;
	}
	.title-cont_ttl {
		margin-bottom: 10px;
	}
	.title-cont_ttl img {
		height: 25px;
		padding-bottom: 5px;
	}
	.title-cont p {
		font-size: 1.3rem;
		line-height: 21px;
	}
	.pb-btn {
		gap: 10px;
		min-width: 155px;
		padding: 14px 20px;
		position: relative;
	}
	.pb-btn::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		background: url(../img/btn_arrow.svg)center/contain no-repeat;
		width: 16px;
		height: 16px;
	}
	.pb-btn img:first-child {
		height: 12px;
	}
	.pb-btn img:nth-child(2) {
		display: none;
	}
}

.newpost-cont {
	background: #fff;
}
.newpost-cont__container {
	padding: 25px 0 65px;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.newpost-cont__ttl {
	text-align: center;
	margin-bottom: 15px;
}
.newpost-cont__ttl img {
	width: auto;
	height: 120px;
}
#newpost-slider .splide__arrow {
  display: inline-block;
  width: 30px;
  height: 60px;
  background: #FEB700;
	opacity: 1;
	top: 30%;
}
/* 矢印の中の三角SVGの色 */
#newpost-slider .splide__arrow svg {
	width: 28px;
  height: 28px;
  fill: #fff;
	margin-top: 5px;
}
#newpost-slider .splide__arrow--prev svg {
	margin-left: 5px;
}
#newpost-slider .splide__arrow--next svg {
	margin-left: -5px;
}
/* 左右の位置 */
#newpost-slider .splide__arrow--prev { 
	left: -35px;
	border-radius: 100% 0 0 100% / 50%;
}
#newpost-slider .splide__arrow--next { 
	right: -35px;
	border-radius: 0 100% 100% 0 / 50%;
}
/* ホバー */
#newpost-slider .splide__arrow:hover { 
	opacity: .8;
}
.newpost-cont .list-link:hover .list-img img {
	transform: scale(1.05);
}
.newpost-cont .list-img {
	height: 180px;
	overflow: hidden;
}
.newpost-cont .list-img img {
	transition: .5s ease;
}
.newpost-cont .list-desc {
	margin-top: 10px;
}
.newpost-cont .list-data {
	display: flex;
	align-items: center;
  flex-wrap: wrap;
	gap: 5px;
	font-size: 1.7rem;
} 
.newpost-cont .list-data span {
	color: #fff;
	padding: 2px 25px;
	font-weight: 600;
}
.newpost-cont .list-data time {
	letter-spacing: .05rem;
}
.newpost-cont .list-data .hokkaido {
	background-color: #0EB410;
}
.newpost-cont .list-data .tohoku {
	background-color: #3380D1;
}
.newpost-cont .list-data .kanto {
	background-color: #FF95BD;
}
.newpost-cont .list-data .tokai {
	background-color: #07c5d2;
}
.newpost-cont .list-data .chugoku {
	background-color: #a155a8;
}
.newpost-cont .list-data .kyusyu {
	background-color: #eb0017;
}
.newpost-cont .list-data .kansai {
	background-color: #ffc300;
}
.newpost-cont .list-data .hokuriku {
	background-color: #cfe300;
}
.newpost-cont .list-ttl {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-top: 10px;
	font-weight: 600;
}

@media only screen and (max-width: 768px) {
	.newpost-cont__container {
		padding: 20px 0 30px;
		max-width: initial;
		width: 90%;
	}
	.newpost-cont__ttl {
		margin-bottom: 10px;
	}
	.newpost-cont__ttl img {
		height: 67px;
	}
	#newpost-slider .splide__arrow {
		width: 21px;
		height: 42px;
		top: 30%;
	}
	#newpost-slider .splide__arrow svg {
		width: 16px;
		height: 16px;
		margin-top: 5px;
	}
	#newpost-slider .splide__arrow--prev { 
		left: 5px;
	}
	#newpost-slider .splide__arrow--next { 
		right: 5px;
	}
	.newpost-cont .list-img {
		height: 175px;
	}
	.newpost-cont .list-data {
		gap: 15px;
		font-size: 1.7rem;
	}
	.newpost-cont .list-data span {
		padding: 2px 15px;
	}
	.newpost-cont .list-ttl {
		font-size: 1.7rem;
		line-height: 21px;
		margin-top: 8px;
	}

}

.map-cont {
	padding: 80px 0 210px;
}
.map-cont__wrap {
	position: relative;
	max-width: 902px; 
	width: 80%;
	margin: 0 auto;
}
.map-cont__text {
	position: absolute;
	left: 7%;
  top: 0;
  z-index: 1;
}
.map-cont__text img {
	width: 50%;
}
.map-cont__ttl {
	margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
	.map-cont__wrap {
		max-width: initial; 
		width: 82% !important;
	}
	.map-cont__text {
		left: 2%;
		top: -5%;
	}
	.map-cont__text img {
		width: 66%;
	}
	.map-cont__text p img {
		width: 50%;
	}
	.map-cont__ttl {
		margin-bottom: 15px;
	}
}
/* ===== 日本地図 ホバー連動 ===== */
/* 地図 */
.japan-map__map { 
	height: 814px;
}
.japan-map__svg-el { 
	width: auto;
	height: 100%;
	display: block;
  position: relative;
  z-index: 3;
}
.japan-map__svg-el #hokkaido { fill: #0eb410; }
.japan-map__svg-el #tohoku   { fill: #0060c5; }
.japan-map__svg-el #kanto    { fill: #ff7bac; }
.japan-map__svg-el #tokai    { fill: #07c5d2; }
.japan-map__svg-el #kansai   { fill: #ffc300; }
.japan-map__svg-el #hokuriku { fill: #cfe300; }
.japan-map__svg-el #chugoku  { fill: #a155a8; }
.japan-map__svg-el #kyushu   { fill: #eb0017; }
/* ホバー対象（地図エリア・ボタン共通の遷移） */
.area, .area-btn { 
	transition: filter .3s ease, opacity .3s ease, transform .3s ease; 
}
.area { 
	cursor: pointer; 
}
/* ホバー中：アクティブでない地図エリアをグレーアウト */
.japan-map.is-hovering .area:not(.is-active) {
	filter: grayscale(100%);
	opacity: .35;
}
/* ホバー中：アクティブでないボタンもグレーアウト */
.japan-map.is-hovering .area-btn:not(.is-active) {
	filter: grayscale(100%);
	opacity: .4;
}
/* アクティブなボタンを少し持ち上げる */
.japan-map.is-hovering .area-btn.is-active { transform: translateY(-2px); }
/* リンクボタン */
.area-btn {
	position: absolute;
	display: inline-flex; 
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 15px;
	font-size: 2.5rem;
	border-radius: 999px;
	max-width: 215px;
	width: 100%;
	width: 100%;
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;
	background: #888; 
	line-height: 1;
  z-index: 10;
}

.area-btn.-large {
	max-width: 295px;
}
.area-btn img {
  height: 24.5px;
  width: auto;
  display: block;
}
.area-btn__arrow {
	display: inline-flex; 
	align-items: center; 
	justify-content: center;
}
.area-btn__arrow img {
	width: 28px; 
	height: 28px;
	object-fit: contain;
}
/* エリアごとのボタン色（地図の色に合わせる） */
.area-btn--hokkaido {
	background: #0eb410;
	top: 34%;
	right: -11%;
}
.area-btn--hokkaido.is-active { 
	background: #0eb410 !important;
}
.area-btn--hokkaido::before,
.area-btn--hokkaido::after {
	content: '';
	position: absolute;
	border: 2px solid #0eb410;
	height: 2px;
}
.area-btn--hokkaido::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
	width: 20px;
}
.area-btn--hokkaido::after {
	top: -6px;
	left: -56px;
	transform: rotate(90deg);
	width: 75px;
}
@media (max-width: 1300px) {
  .area-btn--hokkaido::after {
    left: -53px;
    width: 62px;
  }
}
.area-btn--tohoku   { 
	background: #0060c5;
	top: 46%;
	right: -11%;
}
.area-btn--tohoku.is-active { 
	background: #0060c5 !important;
}
.area-btn--tohoku::before {
	content: '';
	position: absolute;
	border: 2px solid #0060c5;
	content: '';
	position: absolute;
	top: 50%;
	left: -38px;
	transform: translateY(-50%);
	width: 38px;
	height: 2px;
}
.area-btn--kanto    { 
	background: #ff7bac;
	top: 65%;
	right: -11%;
}
.area-btn--kanto.is-active { 
	background: #ff7bac !important;
}
.area-btn--kanto::before {
	content: '';
	position: absolute;
	border: 2px solid #ff7bac;
	top: 50%;
	left: -38px;
	transform: translateY(-50%);
	width: 38px;
	height: 2px;
}
.area-btn--tokai    { 
	background: #07c5d2; 
	bottom: 5%;
	right: 8%;
}
.area-btn--tokai.is-active { 
	background: #07c5d2 !important;
}
.area-btn--tokai::after {
	content: '';
	position: absolute;
	border: 2px solid #07c5d2;
	top: -10px;
	left: 5px;
	transform: rotate(90deg);
	width: 40px;
}
.area-btn--kansai   { 
	background: #ffc300;
	top: 52%;
	left: 19%;
}
.area-btn--kansai.is-active { 
	background: #ffc300 !important;
}
.area-btn--kansai::after {
	content: '';
	position: absolute;
	border: 2px solid #ffc300;
	bottom: -25px;
	right: 15px;
	transform: rotate(90deg);
	width: 55px;
}
.area-btn--hokuriku { 
	background: #cfe300; 
	top: 38%;
	right: 36%;
}
.area-btn--hokuriku.is-active { 
	background: #cfe300 !important;
}
.area-btn--hokuriku::after {
	content: '';
	position: absolute;
	border: 2px solid #cfe300;
	bottom: -50px;
	right: 22px;
	transform: rotate(90deg);
	width: 100px;
}
.area-btn--chugoku  { 
	background: #a155a8;
	bottom: -5%;
	left: 29%;
	padding: 18px 25px;
}
.area-btn--chugoku.is-active { 
	background: #a155a8 !important;
}
.area-btn--chugoku::after {
	content: '';
	position: absolute;
	border: 2px solid #a155a8;
	top: -20px;
	left: 35px;
	transform: rotate(90deg);
	width: 40px;
}
.area-btn--kyushu   { 
	background: #eb0017;
	bottom: -16%;
	left: 6%;
	padding: 18px 25px;
}
.area-btn--kyushu.is-active { 
	background: #eb0017 !important;
}
.area-btn--kyushu::after {
	content: '';
	position: absolute;
	border: 2px solid #eb0017;
	top: -30px;
	left: 20px;
	transform: rotate(90deg);
	width: 60px;
}
.area-btn--old {
	background: #0089C8;
	width: 295px;
	bottom: -15%;
	right: -15%;
}
.area-btn--old.is-active { 
	background: #0089C8 !important;
}
@media (max-width: 1300px) {
  /* 地図：高さを縮める（または幅基準に切り替え） */
  .japan-map__map {
    height: auto;
  }
  .japan-map__svg-el {
    width: 100%;
    height: auto;
  }

  /* ボタン：サイズ系を縮small */
  .area-btn {
    font-size: 2rem;            /* 2.5rem → 2rem */
    max-width: 175px;           /* 215px → 175px */
    padding: 14px 12px;
    gap: 8px;
  }
  .area-btn.-large {
    max-width: 240px;           /* 295px → 240px */
  }
  .area-btn--old {
    width: 240px;
  }
  .area-btn img {
    height: 20px;               /* 24.5px → 20px */
  }
  .area-btn__arrow img {
    width: 22px;                /* 28px → 22px */
    height: 22px;
  }
	.area-btn--old {
		right: -10%;
	}
	.area-btn--tokai {
		right: 23%;
	}
	.area-btn--kansai {
		left: 25%;
	}
}
@media (max-width: 970px) {
	.map-cont__wrap {
		width: 70%;
	}
	.area-btn--hokkaido {
		right: -15%;
	}
	.area-btn--tohoku {
		right: -17%;
	}
	.area-btn--kanto {
		right: -17%;
	}
	.area-btn--tokai {
		right: 15%;
		bottom: 4%;
	}
	.area-btn--chugoku {
		left: 22%;
	}
	.area-btn--kansai {
		left: 19%;
	}
}
@media (max-width: 900px) {
	.area-btn--hokkaido {
		right: -20%;
	}
}
@media only screen and (max-width: 768px) {
	.map-cont {
		padding: 70px 0;
	}
	.map-tap-trigger {
		position: absolute;
		top: 59%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 5;
		background: none;
		border: none;
		padding: 0;
		cursor: pointer;
		animation: tapPulse 1.5s ease-in-out infinite;  /* ふわっと点滅して誘導 */
	}
	.map-tap-trigger img { 
		width: 40vw; 
		max-width: 116px; 
		height: auto; 
	}
	/* @keyframes tapPulse {
		0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
		50%      { transform: translate(-50%, -50%) scale(.92); opacity: .7; }
	} */
	.area-btns {
		position: relative;
		position: fixed;
		left: 5px;
		right: 0;
		bottom: 0;
		z-index: 999;
		display: flex;
		flex-direction: column;
		gap: 12px;
		max-height: 80vh;
		width: calc(100% - 10px);
		overflow-y: auto;
		padding: 16px 20px calc(20px + env(safe-area-inset-bottom));
		background: #fff;
		border-radius: 20px 20px 0 0;
		box-shadow: 0 -4px 20px rgba(0,0,0,.15);
		transform: translateY(100%);
		transition: transform .35s cubic-bezier(.22,1,.36,1);
	}
	.area-btn__list {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 10px;
	}
	/* シートの見出し */
	.area-btns__head {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.area-btns__title img {
		width: auto;
		height: 19px;
		text-align: center;
		margin: 0 auto;
	}
	.area-btns__close {
		position: absolute;
		top: 16px;
		right: 10px;
		width: 34px; 
		height: 34px;
		border: none; 
		background: #ADB8BC;
		border-radius: 50%;
		font-size: 33px; 
		line-height: 1;
		color: #fff; 
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 5px;
	}
	
	/* SPではボタンの絶対配置・引き出し線を全部解除して、縦並びに */
	.area-btns .area-btn {
		position: relative;
		max-width: 100%;
		width: 100%;
		transform: none;
		top: 0;
		right: 0;
		left: 0;
	}
	.area-btns .area-btn::before {
		content: '';
		position: absolute;
		background: url(../img/btn_arrow02.svg)center/contain no-repeat;
		width: 16px;
		height: 16px;
		border: none;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
		left: auto;
	}
	.area-btn::after { display: none; }   /* PCの引き出し線を消す */
	.area-btn img {
		width: auto;
		height: 12px;
	}
	.area-btn__arrow img {
		display: none;
	}
	/* ▼ 開いた状態 */
	.japan-map.is-sheet-open .area-btns { transform: translateY(0); }
	.japan-map.is-sheet-open .sheet-overlay { opacity: 1; visibility: visible; }
  .japan-map.is-hovering .area:not(.is-active),
	.japan-map.is-hovering .area-btn:not(.is-active) {
		filter: none;
		opacity: 1;
	}

	.area,
	.area-btn {
		transition: none;
	}

	/* SPで残ったactive状態も無効化 */
	.area.is-active,
	.area-btn.is-active {
		transform: none;
		filter: none;
		opacity: 1;
	}
}

/* キーボードフォーカス時もアクティブ表示 */
.area-btn:focus-visible { outline: 3px solid #333; outline-offset: 2px; }

.parent-wrapper {
	position: relative;
	overflow: hidden;
}

.parent-wrapper::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	min-height: 207px;
	background: url(../img/footer_deco.svg) center/contain no-repeat;
	background-size: 100% auto;
	z-index: 2;
	pointer-events: none; /* 装飾なのでクリックを邪魔しないように */
}

@media (max-width:2000px) {
  .parent-wrapper::after {
    width: 2000px;
    background-size: 100% 100%;
  }
}

.loopimage-slider .splide__slide img {
  width: 100%;
  height: 200px;       /* 高さを固定 */
  object-fit: cover;   /* はみ出しは切り取り */
	overflow: hidden;
  display: block;
}
@media only screen and (max-width: 768px) {
	.loopimage-slider .splide__slide img {
		height: 120px;       /* 高さを固定 */
	}
	.loop-image::before {
		bottom: -20px;
	}
}