@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+ */
}
#csr_responsive2 .col_menu a:hover, .is-active {
  background: none !important;
  color: inherit !important;
}
body:not(.p_menu_01) #areaWrapper2 {
  padding-top: 0 !important;
}
*,
::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;
}
body.responsive #areaWrapper1 {
  width: 100vw !important;
}

/* # =================================================================
   # 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;
}

/* # =================================================================
   # 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 !important;
  color: #000 !important;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px !important;
    font-size: 1.6rem !important;
  }
}

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

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

ul,
li {
  list-style: none;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  height: auto;
}


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: #000;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  p {
    line-height: 1.53;
    margin: 0 auto;
  }
}

.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;
}

.u-font-hiragino {
  font-family: "Hiragino UD Sans Std", "ヒラギノUD角ゴ W4 JIS2004", "ヒラギノUD角ゴ W3 JIS2004", sans-serif;
}

.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;
}

a {
  transition: 0.3s;
  color: #314E58 !important;
}
a:hover {
  opacity: 0.5;
  color: #314E58 !important;
}
.ly_mainBgArea {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ly_mainBgArea {
    padding-bottom: 0;
  }
}
.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 14px;
  }
}
.ly_intro {
  background: #E4F5E4;
  padding: 60px 0 70px;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  .ly_intro {
    padding: 30px 0;
    margin: 0;
  }
}
.ly_intro_contentsBg {
  background: #fff;
  border-radius: 20px;
  padding: 32px 50px;
}
@media only screen and (max-width: 768px) {
  .ly_intro_contentsBg {
    padding: 30px 25px;
  }
}
.ly_intro_contentsBg p {
  font-size: 20px;
  line-height: 2;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .ly_intro_contentsBg p {
    font-size: 16px;
    line-height: 1.8;
  }
}
.ly_chapterBg {
  padding: 80px 0;
  margin: 20px 30px 0;
}
.ly_chapterBg.mg-up {
  margin: 20px 30px 0;
}
@media only screen and (max-width: 768px) {
  .ly_chapterBg {
    padding: 30px 0;
    margin: 20px 0 0;
  }
  .ly_chapterBg.mg-up {
    margin: 20px 0 0;
  }
}
.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-bg {
  background: #e3eeeb;
}
.ly_chapterBg.green-bg .ly_contents_title_en,
.ly_chapterBg.green-bg .ly_contents_title_num {
  color: #69a695;
}
.ly_chapterBg.bnrArea {
  background: #f5fafa;
}
.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: 25px;
  border-bottom: 1px dotted #b4b4b4;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .ly_contents_title {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.ly_contents_title_numwrap {
  line-height: 1;
  display: flex;
  width: 16.78%;
  padding: 56px 31px 20px 0;
  position: relative;
  border-right: 1px dotted #b4b4b4;
}
@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: 15px;
  display: block;
  padding-top: 7px;
  margin-right: 20px;
  font-family: "Gotham";
  font-weight: 700;
}
@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: 60px;
  display: block;
  line-height: 1;
  font-family: "Gotham";
  font-weight: 500;
}
@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: 62px 10px 25px 29px;
  flex: 1;
}
.ly_contents_title_text.type02 {
  padding: 56px 10px 25px 29px;
}
.ly_contents_title_text.type03 {
  padding: 50px 10px 25px 29px;
}
@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_contents_title_text.type02,
  .ly_contents_title_text.type03 {
    padding: 10px 0 10px 20px;
  }
}
.ly_contents_text {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .ly_contents_text {
    font-size: 15px;
    line-height: 1.8;
  }
}
.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-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22%;
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  .ly_speakerLayout_img-wrap {
    margin-left: 0;
    width: 100%;
  }
}
.ly_speakerLayout_img-wrap .ly_speakerLayout_img {
  width: 100%;
}
.ly_speakerLayout_img-wrap .ly_speakerLayout_img:not(:last-child) {
  margin-bottom: 18px;
}
.ly_speakerLayout_img-wrap .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-wrap .ly_speakerLayout_img {
    width: 80%;
  }
}
.ly_speakerLayout_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24%;
  margin-left: 5%;
}
.ly_speakerLayout_img img {
  width: 191px;
  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;
  }
}
.ly_speakerLayout_job {
  text-align: center;
  font-size: 12px;
  display: block;
  margin-top: 8px;
  margin-bottom: 2px;
  line-height: 1.5;
}
.ly_speakerLayout_name {
  font-size: 17px;
  font-weight: 600;
}
.ly_speakerLayout_txt {
  flex: 1;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .ly_speakerLayout_txt {
    font-size: 15px;
    line-height: 1.8;
  }
}
.ly_bnrArea__ttl {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .ly_bnrArea__ttl {
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.ly_bnrArea__img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .ly_bnrArea__img {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.ly_bnrArea__img > a {
  transition: 0.3s;
}
.ly_bnrArea__img > a:hover {
  opacity: 0.5;
}

.ly_contents_slide_txt {
  display: flex;
  justify-content: flex-end;
  font-size: 13px;
  margin-top: 5px;
}

.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.257;
}
@media only screen and (max-width: 768px) {
  .bl_title {
    font-size: 25px;
    line-height: 1.52;
  }
}
.bl_title_small {
  font-size: 23px;
}
@media only screen and (max-width: 768px) {
  .bl_title_small {
    font-size: 16px;
  }
}
.bl_title_area {
  max-width: 1000px;
  margin: -100px auto 0;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .bl_title_area {
    width: 100%;
    margin: -10px auto 0;
    display: block;
    padding: 0 0 40px;
  }
}
.bl_title_top {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 6%;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 768px) {
  .bl_title_top {
    padding: 12px 5.33%;
    border-radius: 12.64px 12.64px 0 0;
  }
}
.bl_title_top.tohoku {
  background: #f0f8ff;
}
.bl_title_top.kanto {
  background: #fff2f7;
}
.bl_title_top.chugoku {
  background: #F6EEF6;
}
.bl_title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 14px;
}
@media only screen and (max-width: 768px) {
  .bl_title_wrap {
    flex: inherit;
    flex-direction: column;
    gap: 2.84px;
    align-items: flex-start;
    margin-left: 10px;
    flex: 1;
  }
}
@media only screen and (max-width: 768px) {
  .bl_title_wrap h1 {
    width: 84.3%;
  }
}
@media only screen and (max-width: 768px) {
  .bl_title_vol {
    width: 38.82%;
    margin-left: 1px;
  }
}
.bl_title_icon {
  max-width: 70px;
}
@media only screen and (max-width: 768px) {
  .bl_title_icon {
    min-width: 53px;
    width: 15.8%;
  }
}
.bl_title_bottom {
  display: flex;
  width: 100%;
  padding: 21px 45px 0;
}
@media only screen and (max-width: 768px) {
  .bl_title_bottom {
    flex-direction: column;
    padding: 10px 10px 0 16px;
  }
}
.bl_title_left {
  width: 54%;
}
@media only screen and (max-width: 768px) {
  .bl_title_left {
    width: 100%;
  }
}
.bl_title_right {
  border-left: 1px dotted #b4b4b4;
  padding: 10px 0 10px 30px;
}
@media only screen and (max-width: 768px) {
  .bl_title_right {
    margin-left: 0;
    padding: 21px 0 0 0;
    margin-top: 20px;
    border-top: 1px dotted #b4b4b4;
    border-left: none;
  }
}
.bl_title_time {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 11px;
}
.bl_wrap640 {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.bl_anchor {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .bl_anchor {
    width: 100%;
    font-size: 15px;
  }
}
.bl_anchor > li {
  letter-spacing: 0;
  position: relative;
  padding-left: 13px;
  line-height: 1.5;
}
.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(20px, 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;
}
.bl_bnr--wide {
  display: flex;
  align-items: center;
  max-width: 1000px;
  background: #f0f8ff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bl_bnr--wide {
    display: block;
  }
}
.bl_bnr__img {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__img {
    width: 100%;
    aspect-ratio: 335/170;
  }
}
.bl_bnr__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_bnr__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 0 3.72%;
  margin-right: 2.32%;
  background: url("../img/kesennuma/01/banner-bg.png") no-repeat center/100% auto;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__inner {
    padding: 17px 15px 23px;
    gap: 16.18px;
  }
}
.bl_bnr--grid {
  display: flex;
  gap: 40px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .bl_bnr--grid {
    flex-direction: column;
    gap: 24.55px;
    padding: 0 20px;
  }
}
.bl_article {
  display: flex;
  flex-direction: column;
  padding: 74px 40px 94px;
}
@media only screen and (max-width: 768px) {
  .bl_article {
    padding: 47px 0 40px;
  }
}
.bl_article__title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
}
@media only screen and (max-width: 768px) {
  .bl_article__title {
    width: 56%;
    margin-inline: auto;
    margin-bottom: 22.86px;
  }
}
.bl_article__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 21px;
}
@media only screen and (max-width: 768px) {
  .bl_article__list {
    width: 100%;
  }
}
.bl_article__list--sp {
  display: none;
}
.bl_article__list--pc {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 21px;
}
@media only screen and (max-width: 768px) {
  .bl_article .bl_article__list--sp {
    display: block;
  }
  .bl_article .bl_article__list--pc {
    display: none;
  }
}
.bl_article__item {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .bl_article__item {
    width: 255px;
  }
}
.bl_article .swiper {
  overflow: hidden;
}
.bl_article .swiper-slide {
  width: 255px;
}
.bl_article__text {
  margin-top: 16px;
  font-size: 1.25vw;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .bl_article__text {
    font-size: 16px;
    margin-top: 11px;
  }
}
.bl_about {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.98px;
  padding: 3px 0 4px;
  background: #e4f5e4;
}
@media only screen and (max-width: 768px) {
  .bl_about {
    gap: 3.45px;
    padding: 13px 0 11.83px;
  }
}
.bl_about__logo {
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .bl_about__logo {
    width: 18.472%;
  }
}
.bl_about__text {
  position: relative;
  display: inline-flex;
  color: #314e58;
  font-family: "Rounded Mplus 1c", "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 768px) {
  .bl_about__text {
    font-size: 3.69vw;
    font-size: clamp(12px, 3.69vw, 18px);
  }
}
.bl_about__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2.28px;
  background: currentColor;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .bl_about__text::after {
    height: 1.58px;
  }
}
.bl_about__icon {
  margin: 0 0 6px 6.19px;
  max-width: 19px;
}
@media only screen and (max-width: 768px) {
  .bl_about__icon {
    width: 13.16px;
    margin: 0 0 4px 4.56px;
  }
}

/*------------
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 {
    visibility: visible;
  }

.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 !important;
  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;
}

.img-slider .splide {
  padding-bottom: 30px;
  position: relative;
}
.img-slider .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.img-slider .splide__arrow {
  position: relative;
  width: 45px;
  height: 45px;
}
.img-slider .splide__arrow > svg {
  display: none;
}
.img-slider .splide__arrow::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.img-slider .splide__arrow--prev::before {
  background-image: url(../img/img-slider_arrow-l.svg);
}
.img-slider .splide__arrow--next::before {
  background-image: url(../img/img-slider_arrow-r.svg);
}
.img-slider .splide__pagination {
  bottom: 0;
}
.img-slider .splide__track {
  padding: 10px;
}
.img-slider .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.img-slider__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
.img-slider__item > p {
  font-size: 15px;
}
.img-slider figure {
  margin-bottom: 15px;
}
.img-slider.no-margin .splide {
  padding-bottom: 0;
}

/* ===== モーダル ===== */
.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;
    white-space: nowrap;
	}
	.modal02 .modal__ttl .center::before {
		content: '';
		position: absolute;
		top: -8px;
		left: 35px;
		background: url(../img/modal-left.svg)center/contain no-repeat;
		width: 31px;
		height: 33px;
	}
	.modal02 .modal__ttl .center::after {
		content: '';
		position: absolute;
		top: -2px;
		right: 44px;
		background: url(../img/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;
	}
}

#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;
}

.rn2022_footer {
  position: relative;
}

#csr_responsive2 .col_menu a:hover,
.is-active {
  background: none !important;
  color: inherit !important;
}

html {
  scroll-behavior: smooth;
}
.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__color {
	background-color: #f5fafa;
}
.report-cont__clip {
  overflow: clip;
  position: relative;
	z-index: 0;
	padding-top: 1px;
}
.report-cont__bg {
	background: url(../img/bg.png)top/cover no-repeat;
	background-size:2000px 5889px;
}
.report-cont__clip::before {
  content: '';
  display: block;
  height: 0;
  /* マージンが突き抜けないようにする境界 */
}

.report-cont__ttl {
	text-align: center;
}
.report-cont__ttl img {
	width: auto;
	height: 42px;
  margin: 0 auto;
}
.report-cont__topbg {
	display: none;
}
@media only screen and (max-width: 768px) {
	.report-cont__bg {
		background: none;
	}
	.report-cont__topbg {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.report-cont__ttl {
		text-align: center;
		padding-top: 25px;
		min-height: 404px;
	}
	.report-cont__ttl img {
		height: 97px;
	}
}

.report-cont__wrap {
	padding: 55px;
	max-width: 812px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.report-cont__wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 812px;
	height: 100%;
	background: rgba(245,250,250,.8);   /* 単色に戻す */
	/* 四辺を内側に向かってフェード（縁が溶ける）*/
	-webkit-mask-image:
    linear-gradient(to right,  transparent, #000 2%, #000 98%, transparent),
    linear-gradient(to bottom, transparent, #000 5%, #000 99%, transparent);
  -webkit-mask-composite: source-in;
          mask-image:
    linear-gradient(to right,  transparent, #000 2%, #000 98%, transparent),
    linear-gradient(to bottom, transparent, #000 5%, #000 99%, transparent);
          mask-composite: intersect;
}
@media only screen and (max-width: 768px) {
	.report-cont__wrap-sp {
		background-color: #88D410;
		margin-top: -10%;
	}
	.report-cont__wrap {
		padding: 38px 15px 30px 15px;
		max-width: initial;
		width: 90%;
	}
	.report-cont__shadow {
		box-shadow: 6px 6px 0 rgba(0,104,150,.2);
		position: relative;
		z-index: 2;
	}
	.report-cont__wrap::before {
		-webkit-mask-image:
			linear-gradient(to right,  transparent, #000 2%, #000 96%, transparent),
			linear-gradient(to bottom, transparent, #000 5%, #000 97%, transparent);
		-webkit-mask-composite: source-in;
						mask-image:
			linear-gradient(to right,  transparent, #000 2%, #000 96%, transparent),
			linear-gradient(to bottom, transparent, #000 5%, #000 97%, transparent);
						mask-composite: intersect;
	}
}

.report-cont__item {
	box-shadow: 10px 10px 0 rgba(0,104,150,.2);
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
	scroll-margin-top: 0;
}
.report-cont__item +.report-cont__item {
	margin-top: 35px;
}
.report-cont__item .box-ttl {
	padding: 15px;
	text-align: center;
}
.report-cont__item .box-ttl img {
	width: auto;
	height: 30px;
}
.report-cont__item .box-desc {
	padding: 25px 30px 25px 40px;
}
.report-cont__item .box-desc + .box-desc {
	border-top: 1px solid #fff;
}
.report-cont__item .box-layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.report-cont__item .box-layout + .box-list {
	margin-top: 30px;
}
.report-cont__item .box-list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
}
.report-cont__item .box-list li {
  position: relative;
}
.report-cont__item .box-list .list-item {
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 8px 10px;
	position: relative;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	transition: .2s;
}
.report-cont__item .box-list li:first-child .list-item {
	padding: 17px 5px 17px 15px;
}
.report-cont__item .box-list li:not(:first-child) .list-item {
	justify-content: center;
}
.report-cont__item .box-list .list-item:hover {
  box-shadow: none;
  opacity: 1;
  transform: translate(2px ,2px);
}
.report-cont__item .box-list .new-item::before {
  content: '';
  position: absolute;
  top: -23px;
  left: 12px;
  width: 75px;
  height: 34px;
}
.report-cont__item .box-list .new-item.-hokkaido::before {
  background: url(../../../report/2026/img/new_01.png)center/contain no-repeat;
}
.report-cont__item .box-list .new-item.-tohoku::before {
  background: url(../../../report/2026/img/new_02.png)center/contain no-repeat;
}
.report-cont__item .box-list .new-item.-kanto::before {
  background: url(../../../report/2026/img/new_03.png)center/contain no-repeat;
}
.report-cont__item .box-list .new-item.-hokuriku::before {
  background: url(../../../report/2026/img/new_04.png)center/contain no-repeat;
}
.report-cont__item .box-list .new-item.-tokai::before {
  background: url(../../../report/2026/img/new_05.png)center/contain no-repeat;
}
.report-cont__item .box-list .new-item.-kansai::before {
  background: url(../../../report/2026/img/new_06.png)center/contain no-repeat;
}
.report-cont__item .box-list .new-item.-chugoku::before {
  background: url(../../../report/2026/img/new_07.png)center/contain no-repeat;
}
.report-cont__item .box-list .new-item.-kyusyu::before {
  background: url(../../../report/2026/img/new_08.png)center/contain no-repeat;
}
.report-cont__item .box-list li {
  transition: .2s;
}
.report-cont__item .box-list li:hover::before,
.report-cont__item .box-list li:hover::after
 {
  transform: translate(2px,-40%);
}
.box-list li:hover.-glayout::before {
  transform: translate(0);
}
.report-cont__item .box-list li::before {
  content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translateY(-50%);
	background: url(../img/btn-arrow.svg)center/contain no-repeat;
	width: 9px;
	height: 9px;
	z-index: 3;
}
.report-cont__item .box-list li::after {
  content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	z-index: 2;
}
.report-cont__item .box-list .list-item img {
  width: auto;
	height: 16px;
}
.report-cont__item .box-list li:not(:first-child) img {
  width: auto;
	height: 33px;
}
.box-list li.-glayout {
  position: relative;
}
.box-list li.-glayout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: calc(100% - 5px);
  height: 100%;
  background: rgba(204,204,204,.6);
  transform: translate(0);
  z-index: 2;
}

.box-list li.-glayout::after {
  display: none;
}
.report-cont__item .l-ttl__wrap {
	display: flex;
	align-items: center;
	gap: 45px;
}

.report-cont__item .l-icon {
	width: 110px;
	height: 110px;
}
.report-cont__item .l-img {
	width: 35%;
}
.report-cont__item .l-ttl {
	font-size: 2.5rem;
	line-height: 1.8;
	font-weight: 600;
}
.report-cont__item .l-ttl rt {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 2px;
}
.report-cont__item .l-ttl .ttl {
	line-height: 40px;
}
.report-cont__item .l-ttl .kana {
	display: block;
	font-size: 1.1rem;
	line-height: 1;
}
.report-cont__item .l-ttl__wrap .l-kana {
	display: block;
	font-size: 10px;
	margin-top: 5px;
}
.report-cont__item .coming-soon__text img {
	width: auto;
	height: 30px;
}
@media only screen and (max-width: 768px) {
  .report-cont__item {
		box-shadow: none;
		border-radius: 0;
		position: relative;
		overflow: visible;
	}
	.report-cont__item +.report-cont__item {
		margin-top: 3px;
	}
  .report-cont__item .box-ttl {
    cursor: pointer;
    position: relative;
  }
  .acc-icon {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 6px rgba(0,0,0,.1);   /* 任意 */
  }
  .acc-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 4px;
    background: #314E58;
		border-radius: 2px;
    transform: translate(-50%, -50%);
  }
  .acc-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 15px;
    background: #314E58;
		border-radius: 2px;
    transform: translate(-50%, -50%);
    transition: transform .3s ease, opacity .3s ease;
  }
  .report-cont__item.is-open .acc-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }
  .report-cont__item .box-desc {
		display: none;
  }
  .report-cont__item.is-open .box-desc {
		display: block;
  }
	.report-cont__item .box-ttl {
		padding: 20px 20px 30px;
		text-align: left;
	}
	.report-cont__item .box-ttl img {
		height: 22px;
	}
  .report-cont__item .box-list li:not(:first-child) img {
    height: 16px;
  }
	.report-cont__item .box-desc {
		padding: 10px 20px 30px 20px;
	}
  .report-cont__kyusyu.report-cont__item .box-desc:last-child {
		padding: 10px 38px 25px 20px;
	}
	.report-cont__item .box-layout {
		flex-direction: column;
    align-items: flex-start;
		gap: 10px;
	}
	.report-cont__item .box-layout + .box-list {
		margin-top: 15px;
	}
	.report-cont__item .box-list {
		grid-template-columns: 1fr;
		grid-gap: 0;
		box-shadow: 3px 3px 5px rgba(0,0,0,.4);
    width: 91%;
    margin: 0 auto;
	}
	.report-cont__item .box-list .list-item {
		padding: 15px 10px;
		box-shadow: none;
	}
  .report-cont__item .box-list .new-item::before {
    top: 11px;
    left: auto;
    right: 28px;
    width: 40px;
    height: 22px;
  }
  .report-cont__item .box-list .new-item.-hokkaido::before {
    background: url(../../../report/2026/img/new_01-sp.png)center/contain no-repeat;
  }
  .report-cont__item .box-list .new-item.-tohoku::before {
    background: url(../../../report/2026/img/new_02-sp.png)center/contain no-repeat;
  }
  .report-cont__item .box-list .new-item.-kanto::before {
    background: url(../../../report/2026/img/new_03-sp.png)center/contain no-repeat;
  }
  .report-cont__item .box-list .new-item.-hokuriku::before {
    background: url(../../../report/2026/img/new_04-sp.png)center/contain no-repeat;
  }
  .report-cont__item .box-list .new-item.-tokai::before {
    background: url(../../../report/2026/img/new_05-sp.png)center/contain no-repeat;
  }
  .report-cont__item .box-list .new-item.-kansai::before {
    background: url(../../../report/2026/img/new_06-sp.png)center/contain no-repeat;
  }
  .report-cont__item .box-list .new-item.-chugoku::before {
    background: url(../../../report/2026/img/new_07-sp.png)center/contain no-repeat;
  }
  .report-cont__item .box-list .new-item.-kyusyu::before {
    background: url(../../../report/2026/img/new_08-sp.png)center/contain no-repeat;
  }
	.report-cont__item .l-ttl__wrap {
		gap: 20px;
	}
	.report-cont__item .l-ttl__wrap.sp-column {
		flex-direction: column;
		gap: 15px;
	}
	.report-cont__item .l-icon {
		width: 75px;
		height: 75px;
	}
	.report-cont__item .l-img {
		width: 91%;
    margin: 0 auto;
	}
	.report-cont__item .l-ttl {
		font-size: 2.4rem;
		text-align: center;
    line-height: 2;
	}
	.report-cont__item .coming-soon__text img {
		height: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.report-cont__hokkaido.report-cont__item::before,
	.report-cont__tohoku.report-cont__item::before,
	.report-cont__kanto.report-cont__item::before,
	.report-cont__hokuriku.report-cont__item::before,
	.report-cont__tokai.report-cont__item::before,
	.report-cont__kansai.report-cont__item::before,
	.report-cont__chugoku.report-cont__item::before,
	.report-cont__kyusyu.report-cont__item::before
	{
		content: '';
		position: absolute;
		top: -7px;
		left: 0;
		border-radius: 30px 30px 0 0;
		width: 92px;
		height: 7px;
		z-index: 3;
	}
}

.report-cont__hokkaido .box-ttl {
	background-color: #3EC340 !important;
}
.report-cont__hokkaido .box-desc {
	background-color: #E7F7E7;
}
.report-cont__hokkaido .box-list .list-item  {
	border-left: 5px solid #3EC340;
}
.report-cont__hokkaido.report-cont__item .box-list li::after {
	background: #3EC340;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.report-cont__hokkaido .box-list .list-item {
		border: 1px solid #3EC340;
		border-left: 6px solid #3EC340;
	}
	.report-cont__hokkaido.report-cont__item::before {
		background-color: #86D987;
	}
	.report-cont__hokkaido .acc-icon::before,
	.report-cont__hokkaido .acc-icon::after
	{
		background: #3EC340;
	}
}

.report-cont__tohoku .box-ttl {
	background-color: #3380D1 !important;
}
.report-cont__tohoku .box-desc {
	background-color: #E5EFF9;
}
.report-cont__tohoku .box-list .list-item  {
	border-left: 5px solid #3380D1;
}
.report-cont__tohoku.report-cont__item .box-list li::after {
	background: #0060C5;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.report-cont__tohoku .box-list .list-item {
		border: 1px solid #3380D1;
		border-left: 6px solid #3380D1;
	}
	.report-cont__tohoku.report-cont__item::before {
		background-color: #80AFE2;
	}
	.report-cont__tohoku .acc-icon::before,
	.report-cont__tohoku .acc-icon::after
	{
		background: #3380D1;
	}
}

.report-cont__kanto .box-ttl {
	background-color: #FF95BD !important;
}
.report-cont__kanto .box-desc {
	background-color: #FFF2F7;
}
.report-cont__kanto .box-list .list-item  {
	border-left: 5px solid #FF95BD;
}
.report-cont__kanto.report-cont__item .box-list li::after {
	background: #FF95BD;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.report-cont__kanto .box-list .list-item {
		border: 1px solid #FF95BD;
		border-left: 6px solid #FF95BD;
	}
	.report-cont__kanto.report-cont__item::before {
		background-color: #FFBDD5;
	}
	.report-cont__kanto .acc-icon::before,
	.report-cont__kanto .acc-icon::after
	{
		background: #FF95BD;
	}
	.report-cont__kanto .l-ttl__wrap.-small {
		gap: 10px;
	}
	.report-cont__kanto .l-ttl__wrap.-mid {
		gap: 13px;
	}
	.report-cont__kanto .l-ttl__wrap.-small .l-ttl {
		font-size: 1.9rem;
	}
  .report-cont__kanto .l-ttl__wrap.-small .l-ttl rt {
    font-size: 9px;
  }
}

.report-cont__hokuriku .box-ttl {
	background-color: #CFE300 !important;
}
.report-cont__hokuriku .box-desc {
	background-color: #F5F9CC;
}
.report-cont__hokuriku .box-list .list-item  {
	border-left: 5px solid #CFE300;
}
.report-cont__hokuriku.report-cont__item .box-list li::after {
	background: #CFE300;
	border-radius: 50%;
}
.report-cont__hokuriku
.box-desc:first-child .box-layout {
	padding-bottom: 20px;
}
.report-cont__hokuriku .box-layout:nth-child(2),
.report-cont__hokuriku .box-layout:nth-child(3) {
	padding: 20px 0;
	border-top: 1px solid #CFE300;
	margin-left: 160px;
}
.report-cont__hokuriku .box-layout:nth-child(3) {
	padding-bottom: 0;
}
.report-cont__hokuriku .box-layout:nth-child(2) .l-img,
.report-cont__hokuriku .box-layout:nth-child(3) .l-img {
	width: 50%;
}
.report-cont__hokuriku.coming-soon .box-layout:nth-child(2),
.report-cont__hokuriku.coming-soon .box-layout:nth-child(3) {
	padding: 50px 0;
	margin-left: 160px;
}
.report-cont__hokuriku.coming-soon .box-layout:nth-child(3) {
	padding-bottom: 50px;
}
.report-cont__hokuriku.coming-soon .box-layout:nth-child(2) .l-img,
.report-cont__hokuriku.coming-soon .box-layout:nth-child(3) .l-img {
	width: 35%;
}
@media only screen and (max-width: 768px) {
	.report-cont__hokuriku .box-list .list-item {
		border: 1px solid #CFE300;
		border-left: 6px solid #CFE300;
	}
	.report-cont__hokuriku.report-cont__item::before {
		background-color: #E7F180;
	}
	.report-cont__hokuriku .acc-icon::before,
	.report-cont__hokuriku .acc-icon::after
	{
		background: #CFE300;
	}
  .report-cont__hokuriku .box-desc:first-of-type .box-layout {
    align-items: center;
  }
	.report-cont__hokuriku .box-desc:first-of-type .box-layout:first-child {
		padding-bottom: 20px;
	}
	.report-cont__hokuriku .box-layout:nth-child(2),
	.report-cont__hokuriku .box-layout:nth-child(3) {
		margin-left: 0;
	}
	.report-cont__hokuriku .box-layout:nth-child(2) .l-img,
	.report-cont__hokuriku .box-layout:nth-child(3) .l-img {
		width: 100%;
	}
}

.report-cont__tokai .box-ttl {
	background-color: #39D1DB !important;
}
.report-cont__tokai .box-desc {
	background-color: #E6F9FA;
}
.report-cont__tokai .box-list .list-item  {
	border-left: 5px solid #39D1DB;
}
.report-cont__tokai.report-cont__item .box-list li::after {
	background: #39D1DB;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.report-report-cont__tokai .box-list .list-item {
		border: 1px solid #39D1DB;
		border-left: 6px solid #39D1DB;
	}
	.report-cont__tokai.report-cont__item::before {
		background-color: #83E2E8;
	}
	.report-cont__tokai .acc-icon::before,
	.report-cont__tokai .acc-icon::after
	{
		background: #39D1DB;
	}
}

.report-cont__kansai .box-ttl {
	background-color: #FEC533 !important;
}
.report-cont__kansai .box-desc {
	background-color: #FFF8E5;
}
.report-cont__kansai .box-list .list-item  {
	border-left: 5px solid #FEC533;
}
.report-cont__kansai.report-cont__item .box-list li::after {
	background: #FEC533;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.report-report-cont__kansai .box-list .list-item {
		border: 1px solid #FEC533;
		border-left: 6px solid #FEC533;
	}
	.report-cont__kansai.report-cont__item::before {
		background-color: #FEDB80;
	}
	.report-cont__kansai .acc-icon::before,
	.report-cont__kansai .acc-icon::after
	{
		background: #FEC533;
	}
}

.report-cont__chugoku .box-ttl {
	background-color: #B477B9 !important;
}
.report-cont__chugoku .box-desc {
	background-color: #F6EEF6;
}
.report-cont__chugoku .box-list .list-item  {
	border-left: 5px solid #B477B9;
}
.report-cont__chugoku.report-cont__item .box-list li::after {
	background: #B477B9;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.report-report-cont__chugoku .box-list .list-item {
		border: 1px solid #B477B9;
		border-left: 6px solid #B477B9;
	}
	.report-cont__chugoku.report-cont__item::before {
		background-color: #D0AAD3;
	}
	.report-cont__chugoku .acc-icon::before,
	.report-cont__chugoku .acc-icon::after
	{
		background: #D0AAD3;
	}
}

.report-cont__kyusyu .box-ttl {
	background-color: #EF3345 !important;
}
.report-cont__kyusyu .box-desc {
	background-color: #FDE5E8;
}
.report-cont__kyusyu .box-list .list-item  {
	border-left: 5px solid #EF3345;
}
.report-cont__kyusyu.report-cont__item .box-list li::after {
	background: #EF3345;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	.report-report-cont__kyusyu .box-list .list-item {
		border: 1px solid #EF3345;
		border-left: 6px solid #EF3345;
	}
	.report-cont__kyusyu.report-cont__item::before {
		background-color: #F5808B;
	}
	.report-cont__kyusyu .acc-icon::before,
	.report-cont__kyusyu .acc-icon::after
	{
		background: #EF3345;
	}
}

.report-cont__caption {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: 0;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-top: 15px;
}
@media only screen and (max-width: 768px) {
	.report-cont__caption {
		font-size: 2.0rem;
		margin-top: 15px;
		text-align: center;
		letter-spacing: -1px;
	}
}
.report-cont__bottombg {
	display: none;
}

@media only screen and (max-width: 768px) {
	.report-cont__bottombg {
		display: block;
		margin-top: -37%;
		position: relative;
		z-index: -1;
	}
}
#old {
	scroll-margin-top: 38px;
}
.old-cont {
	position: relative;
	background-color: #EFF2F5;
	padding: 50px 0;
}
.old-cont__ttl {
	position: absolute;
	background-color: #EFF2F5;
	padding: 24px 10px 0;
	min-width: 478px;
	text-align: center;
	border-radius: 60px 60px 0 0;
	top: -53px;
	left: 50%;
	transform: translateX(-50%);
}
.old-cont__ttl img {
	height: 30px;
	width: auto;
  margin: 0 auto;
}
.old-cont__list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px 45px;
	max-width: 911px;
	width: 90%;
	margin: 0 auto !important;
}
.old-cont__item {
	transition: .5s;
}
.old-cont__item:hover {
	opacity: .7;
}
.old-cont__list a {
	color:#314E58 ;
}
.old-cont__img {
	margin-bottom: 10px;
	overflow: hidden;
}
.old-cont__img:hover img {
	scale: 1.05;
}
.old-cont__img img {
	transition: .5s;
}
.old-cont__desc {
	display: flex;
	align-items: center;
	gap: 15px;
}
.old-cont__desc.no-flex {
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}
.old-cont__tag {
	display: flex;
	align-items: center;
}
.old-cont__tag span {
	padding: 10px;
	font-weight: 700;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.old-cont__tag .hokkaido {
	background-color: #CFF0CF;
}
.old-cont__tag .aomori {
	background-color: #CCDFF3;
}
.old-cont__tag .kumamoto {
	background-color: #FBCCD1;
}
.old-cont__tag .mie {
	background-color: #FFE9B2;
}
.old-cont__desc .ttl {
	font-size: 2.2rem;
}
.old-cont__desc .ttl span {
	font-size: 2.7rem;
}
.old-cont__desc .ttl.small {
	font-size: 1.7rem;
}
.old-cont__desc .ttl.small span {
	font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
	.old-cont {
		padding: 20px 0 50px;
	}
	.old-cont__ttl {
		padding:5px 10px 0;
		min-width: 238px;
		border-radius: 25px 25px 0 0;
		top: -25px;
	}
	.old-cont__ttl img {
		height: 21px;
	}
	.old-cont__list {
		grid-template-columns: 1fr;
		grid-gap: 25px;
		max-width:initial;
		width: 81%;
	}
	.old-cont__img {
		margin-bottom: 0;
	}
	.old-cont__desc {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	.old-cont__tag span {
		padding: 6px 11px;
		font-size: 1.7rem;
	}
	.old-cont__desc .ttl {
		font-size: 1.7rem;
		text-align: center;
		margin: 0 auto;
	}
	.old-cont__desc .ttl span {
		font-size: 2.2rem;
	}
}

.btn-area {
	padding: 50px 0 24px;
	max-width: 525px;
	margin: 0 auto;
}
.btn-area__btn {
	background-color: #0EB410;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px;
	border-radius: 40px;
	gap: 10px;
	box-shadow: 5px 5px 0 #B7E8B7;
	transition: .5s;
}
.btn-area__btn:hover {
	opacity: .5;
}
.btn-area__btn:hover .img02 {
	transform: translateX(5px);
}

.btn-area__btn img {
	object-fit: contain;
}
.btn-area__btn .img01 {
	width: 100%;
}
.btn-area__btn .img02 {
	height: 27px;
	width: 27px;
	transition: .5s;
}
@media only screen and (max-width: 768px) {
	.btn-area {
		max-width: 258px;
		margin: 0 auto;
	}
	.btn-area__btn {
		height: 85px;
		padding: 10px;
		border-radius: 40px;
		gap: 10px;
	}
	.btn-area__btn .img01 {
		width: 63%;
	}
	.btn-area__btn .img02 {
		height: 23px;
		width: 23px;
	}
	.btn-area__btn .img02 img {
		vertical-align: top !important;
	}
}

.report-cont__whbg {
	width: 100%;
	background-color: rgba(255,255,255,.2);
	position: relative;
	z-index: 3;
	padding: 50px 0 100px;
}

.report-cont__abimg .img01,
.report-cont__abimg .img02,
.report-cont__abimg .img03,
.report-cont__abimg .img04,
.report-cont__abimg .img05,
.report-cont__abimg .img06,
.report-cont__abimg .img07,
.report-cont__abimg .img08,
.report-cont__abimg .img09,
.report-cont__abimg .img10
 {
	position: absolute;
	object-fit: contain;
}
.report-cont__abimg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2000px;
  pointer-events: none;
	z-index: 1;
}
.report-cont__abimg .img01 {
	width: 160px;
	height: 160px;
	right: 300px;
	top: 140px;
}
.report-cont__abimg .img02 {
	width: 269px;
	height: 128px;
	left: 80px;
	top: 390px;
}
.report-cont__abimg .img03 {
	width: 180px;
	height: 85px;
	right: 190px;
	top: 740px;
}
.report-cont__abimg .img04 {
	width: 178px;
	height: 116px;
	right: 360px;
	top: 1800px;
}
.report-cont__abimg .img05 {
	width: 121px;
	height: 144px;
	left: 448px;
	top: 2535px;
}
.report-cont__abimg .img06 {
	display: flex;
	gap: 40px;
	top: 3150px;
	right: 270px;
}
.report-cont__abimg .img06 .left {
	width: 146px;
	height: 153px;
}
.report-cont__abimg .img06 .right {
	width: 130px;
	height: 119px;
	margin-top: 30px;
}
.report-cont__abimg .img07 {
	width: 286px;
	height: 182px;
	top: 4370px;
	left: 190px;
}
.report-cont__abimg .img08 {
	width: 366px;
	height: 297px;
	top: 4740px;
	right: 170px;
}
.report-cont__abimg .img09 {
	width: 366px;
	height: 297px;
	top: 4930px;
	left: 280px;
}
.report-cont__abimg .img10 {
	width: 372px;
	height: 148px;
	top: 5154px;
	right: 126px;
}
@keyframes spin-step {
  to { transform: rotate(360deg); }
}
.spin {
  animation: spin-step 8s steps(8) infinite;
}
@keyframes shake-step {
  from { transform: translateX(-15px); }
  to   { transform: translateX(15px); }
}
.shake {
  animation: shake-step 1s steps(2) infinite alternate;
}
.shake-reverse {
  animation: shake-step .9s steps(2) infinite alternate;
	animation-delay: -.45s;
}
@keyframes jump-up {
  from { transform: translateY(-15px); }
  to   { transform: translateY(15px); }
}
.jump {
  animation: jump-up .7s steps(2) infinite alternate;
}
@keyframes yurayura {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-35deg); }
}
.yura {
  animation: yurayura 1s steps(2) infinite alternate;
}
@keyframes ukiuki {
  from { transform: rotate(0deg); }
  to   { transform: rotate(25deg); }
}
.uki {
  animation: ukiuki 1s steps(2) infinite alternate;
}
.uki-rev {
  animation: ukiuki 1s steps(2) infinite alternate;
	animation-delay: -.45s;
}
@keyframes pukapuka {
  from { transform: translateY(-15px); }
  to   { transform: translateY(15px); }
}
.puka {
  animation: pukapuka 1s steps(2) infinite alternate;
}
.puka-late {
  animation: pukapuka 1s steps(2) infinite alternate;
	animation-delay: -.45s;
}
@keyframes pendulum {
  0%   { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}

.pendulum {
	transform-origin: top center;
  animation: pendulum 1.5s steps(2) infinite alternate;
}
@media only screen and (max-width: 768px) {
	.report-cont__whbg {
		position: relative;
		padding: 0;
	}
	.report-cont__abimg {
		display: none;
	}
}

.modals {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  z-index: 30000;
}
.modals__img {
  position: relative;
  border: 3.8px solid #8c8c8c;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modals__img {
    border: 2px solid #8c8c8c;
  }
}
.modals__img::before {
  content: "";
  position: absolute;
  background: #8c8c8c;
  width: calc(100% + 7px);
  height: calc(100% + 3px);
  opacity: 0.7;
  right: -23px;
  bottom: -21px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .modals__img::before {
    right: -14px;
    bottom: -14px;
  }
}
.modals__img img {
  position: relative;
  z-index: 2;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.modals__bg {
  background: rgba(227, 238, 235, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modals__bg.non-bg {
  background: none;
}

.modals__content {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 750px;
}
@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;
  }
  .modals__content.movie-box {
    max-width: 85.96vw;
    max-height: 55.89vw;
  }
}

.el_chapterImgCol {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 652px;
  width: 100%;
  margin: 0 auto 18px;
}
.el_chapterImgCol.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.el_chapterImgCol.col1 {
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 768px) {
  .el_chapterImgCol {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .el_chapterImgCol.col2 {
    grid-template-columns: 1fr;
  }
}
.el_chapterImgCol_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.el_chapterImg {
  position: relative;
}
.el_chapterImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.el_chapterImg__ch02 {
  margin: 30px auto 18px;
  width: min(584.3px, 73%);
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch02 {
    width: 100%;
  }
}

.el_chapterImg__ch03 {
  margin: 0 auto 40px;
  width: min(576px, 72%);
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch03 {
    width: 100%;
  }
}