@charset "UTF-8";
/*----------------------------------

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----------------------------------

common

----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}

section {
  position: relative;
}

.inner {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  position: relative;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

/*----------------------------------

header

----------------------------------*/
header {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  header {
    display: block;
  }
}
header .logo {
  display: block;
}
header .logo img {
  width: 100px;
}
@media (max-width: 767px) {
  header .logo img {
    width: 80px;
  }
}
header p {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  header p {
    margin: 10px 0 0;
    line-height: 1.2;
  }
}
header .header_right {
  margin-left: auto;
}
header .share {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  header .share {
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
header .share .share_text {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  header .share .share_text {
    width: 33px;
    top: -1px;
  }
}
header .share .share_link {
  width: 30px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  header .share .share_link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  header .share .share_link {
    width: 30px;
  }
}
header .share .share_link + .share_link {
  margin-left: 10px;
}
@media (max-width: 767px) {
  header .share .share_link + .share_link {
    margin-left: 10px;
  }
}

/*----------------------------------

main

----------------------------------*/
section.mainvis {
  margin-bottom: 80px;
  padding-top: 200px;
  background-image: url(/ads/korekarano_kaigo/assets/img/main_img.png);
  background-repeat: no-repeat;
  background-position: top -20px center;
  background-size: 1200px auto;
}
@media (max-width: 1400px) {
  section.mainvis {
    margin-bottom: 80px;
    padding-top: 250px;
    background-image: url(/ads/korekarano_kaigo/assets/img/main_img.png);
    background-repeat: no-repeat;
    background-position: top 30px center;
    background-size: 900px auto;
  }
}
@media (max-width: 767px) {
  section.mainvis {
    margin-bottom: 30px;
    padding-top: 260px;
    background-image: url("/ads/korekarano_kaigo/assets/img/main_img_sp.png");
    background-repeat: repeat-x;
    background-size: 360px;
    background-position: top -30px center;
  }
}
section.mainvis h1 {
  margin-bottom: 49px;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  section.mainvis h1 {
    margin-bottom: 39px;
  }
}
section.mainvis h1::before {
  content: "";
  width: calc(100% + 136px);
  max-width: 1000px;
  height: 480px;
  display: block;
  position: absolute;
  top: 84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/ads/korekarano_kaigo/assets/img/main_frame.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media (max-width: 767px) {
  section.mainvis h1::before {
    width: 345px;
    height: 374px;
    top: 33px;
    background-image: url("/ads/korekarano_kaigo/assets/img/main_frame_sp.png");
  }
}
@media (max-width: 767px) {
  section.mainvis h1 img {
    width: 292px;
  }
}
section.mainvis .main_slider {
  position: relative;
}
section.mainvis .main_slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.mainvis .main_slider li {
  height: auto !important;
  margin: 0 25px;
  background: #fff;
}
@media (max-width: 767px) {
  section.mainvis .main_slider li {
    margin: 0 29px;
  }
}
section.mainvis .main_slider a {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.3;
  border: 4px solid #fabd00;
  border-top: none;
}
@media (max-width: 767px) {
  section.mainvis .main_slider a {
    border-width: 2px;
  }
}
section.mainvis .main_slider li.slick-current a {
  opacity: 1;
}
@media (min-width: 768px) {
  section.mainvis .main_slider li.slick-current a:hover {
    opacity: 0.7;
  }
}
section.mainvis .main_slider .img img {
  width: 100%;
  height: auto;
}
section.mainvis .main_slider .txt {
  padding: 15px;
}
@media (max-width: 767px) {
  section.mainvis .main_slider .txt {
    padding: 10px;
  }
}
section.mainvis .main_slider .txt .title {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  section.mainvis .main_slider .txt .title {
    font-size: 1.4rem;
    line-height: 1.4444444444;
  }
}
section.mainvis .main_slider .slick-arrow {
  width: 80px;
  height: 80px;
  margin: auto;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  border: 5px solid #f5a200;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  section.mainvis .main_slider .slick-arrow:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  section.mainvis .main_slider .slick-arrow {
    width: 32px;
    height: 32px;
    top: -30.3%;
    border-width: 2.5px;
  }
}
section.mainvis .main_slider .slick-arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -8px;
  border-top: 3px solid #f5a200;
  border-right: 3px solid #f5a200;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  section.mainvis .main_slider .slick-arrow::before {
    width: 7px;
    height: 7px;
    left: -3px;
    border-width: 2px;
  }
}
section.mainvis .main_slider .slick-arrow.slick-prev {
  left: 26.9vw;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 1400px) {
  section.mainvis .main_slider .slick-arrow.slick-prev {
    left: 13vw;
  }
}
@media (max-width: 767px) {
  section.mainvis .main_slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
section.mainvis .main_slider .slick-arrow.slick-next {
  right: 26.9vw;
}
@media (max-width: 1400px) {
  section.mainvis .main_slider .slick-arrow.slick-next {
    right: 13vw;
  }
}
@media (max-width: 767px) {
  section.mainvis .main_slider .slick-arrow.slick-next {
    right: 15px;
  }
}
section.mainvis .main_slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  section.mainvis .main_slider .slick-dots {
    margin-top: 16px;
  }
}
section.mainvis .main_slider .slick-dots li {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px !important;
  background: #eee;
  border-radius: 50%;
  margin: 0 12px;
  cursor: pointer;
}
@media (max-width: 767px) {
  section.mainvis .main_slider .slick-dots li {
    width: 10px;
    height: 10px !important;
    margin: 0 8px;
  }
}
section.mainvis .main_slider .slick-dots li.slick-active {
  background: #f5a200;
}
section.mainvis .main_slider .slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}
section.mainvis .inner {
  max-width: 600px;
}

section.lead {
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  section.lead {
    margin-bottom: 35px;
  }
}
section.lead h2 {
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  section.lead h2 img {
    width: 329px;
  }
}
section.lead p {
  line-height: 2;
  text-align: center;
}
section.lead p + p {
  margin-top: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  section.lead p + p {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  section.lead .accordion {
    margin: 25px auto;
  }
  section.lead .accordion dl dt {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding-bottom: 32px;
    cursor: pointer;
  }
  section.lead .accordion dl dt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  section.lead .accordion dl dd {
    display: none;
    padding-top: 12px;
  }
}

section.topics {
  margin-bottom: 93px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  section.topics {
    margin-bottom: 71px;
    padding: 33px 0 32px;
  }
}
section.topics::before, section.topics::after {
  content: "";
  width: calc(100% - 30px);
  max-width: 1000px;
  height: 10px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/ads/korekarano_kaigo/assets/img/shape_rainbow.svg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}
@media (max-width: 767px) {
  section.topics::before, section.topics::after {
    height: 5px;
    background-image: url("/ads/korekarano_kaigo/assets/img/shape_rainbow_sp.svg");
    background-size: cover;
  }
}
section.topics::before {
  top: 0;
}
section.topics::after {
  bottom: 0;
}
section.topics h2 {
  margin-bottom: 28px;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  section.topics h2 {
    margin-bottom: 26px;
  }
}
section.topics ul {
  max-width: 800px;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  section.topics ul {
    margin: 0 8px;
  }
}
section.topics ul li + li {
  margin-top: 15px;
}
section.topics ul .info {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.topics ul .date {
  margin-right: 12px;
}
section.topics ul .new {
  margin-right: 14px;
  font-size: 1.4rem;
  color: #c60f28;
}
section.topics ul .cat {
  min-width: 74px;
  min-height: 24px;
  padding: 1px 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 767px) {
  section.topics ul .cat {
    min-width: 50px;
    min-height: 23px;
    padding: 1px 3px;
    border-radius: 2px;
  }
}
section.topics ul .cat.senior {
  background: #8f0a4c;
}
section.topics ul .cat.middle {
  background: #ed6a02;
}
section.topics ul .cat.nursing {
  background: #0075ba;
}
section.topics ul .cat.young {
  background: #8cb808;
}
section.topics ul a {
  display: inline-block;
}
section.topics ul a.none {
  pointer-events: none;
}
section.topics .topics_btn {
  position: relative;
  display: block;
  width: 320px;
  text-align: center;
  margin: 48px auto 0;
  padding: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
section.topics .topics_btn::before, section.topics .topics_btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.topics .topics_btn::before {
  left: 0;
  background-image: url(../img/btn_lineL.svg);
}
section.topics .topics_btn::after {
  right: 0;
  background-image: url(../img/btn_lineR.svg);
}
@media (max-width: 767px) {
  section.topics .topics_btn {
    width: 240px;
  }
}
section.topics .topics_btn span {
  position: relative;
  font-weight: bold;
  padding-right: 24px;
}
section.topics .topics_btn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: solid 1px #ed6a02;
  border-right: solid 1px #ed6a02;
}
@media (min-width: 768px) {
  section.topics .topics_btn:hover {
    opacity: 0.7;
  }
}

section.report h2 {
  margin-bottom: 59px;
  padding-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 400;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  section.report h2 {
    margin-bottom: 34px;
    padding-bottom: 19px;
  }
}
section.report h2::before {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
}
@media (max-width: 767px) {
  section.report h2::before {
    height: 5px;
    background-size: cover;
  }
}
section.report .facebook {
  width: 20%;
  max-width: 140px;
  display: block;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 0;
}
@media (max-width: 767px) {
  section.report .facebook {
    width: 50%;
    max-width: 120px;
    top: -39px;
  }
}
section.report .facebook img {
  vertical-align: top;
}
section.report h3 {
  margin-bottom: 39px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  section.report h3 {
    margin-bottom: 30px;
    line-height: 1.3333333333;
  }
}
section.report h3:not(:first-child) {
  margin-top: 57px;
}
@media (max-width: 767px) {
  section.report h3:not(:first-child) {
    margin-top: 34px;
  }
}
section.report .pdf_lead {
  margin-top: 50px;
  margin-bottom: 35px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  section.report .pdf_lead {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
section.report .event_list,
section.report .pdf_list,
section.report .movie_list,
section.report .report_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.report .event_list .img img,
section.report .pdf_list .img img,
section.report .movie_list .img img,
section.report .report_list .img img {
  width: 100%;
  height: auto;
}
section.report .event_list .txt,
section.report .pdf_list .txt,
section.report .movie_list .txt,
section.report .report_list .txt {
  font-size: 1.5rem;
}
section.report .event_list a.none,
section.report .pdf_list a.none,
section.report .movie_list a.none,
section.report .report_list a.none {
  pointer-events: none;
}
section.report .event_list {
  gap: 45px 4%;
}
@media (max-width: 767px) {
  section.report .event_list {
    gap: 27px 2.5%;
  }
}
section.report .event_list li {
  width: 48%;
}
@media (max-width: 767px) {
  section.report .event_list li {
    width: 48.75%;
  }
}
section.report .event_list .img {
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  section.report .event_list .img {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  section.report .event_list .txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
section.report .pdf_list {
  gap: 45px 4%;
}
@media (max-width: 767px) {
  section.report .pdf_list {
    gap: 27px 2.5%;
  }
}
section.report .pdf_list.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.report .pdf_list li {
  width: 48%;
}
@media (max-width: 767px) {
  section.report .pdf_list li {
    width: 48.75%;
  }
}
section.report .pdf_list .pdf_btn {
  display: block;
  margin-top: 20px;
  padding: 13px 10px;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  section.report .pdf_list .pdf_btn {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
section.report .pdf_list .pdf_btn span {
  display: inline-block;
}
section.report .movie_list {
  gap: 45px 4%;
}
@media (max-width: 767px) {
  section.report .movie_list {
    gap: 27px 2.5%;
  }
}
section.report .movie_list li {
  width: 48%;
}
@media (max-width: 767px) {
  section.report .movie_list li {
    width: 48.75%;
  }
}
section.report .movie_list .movie {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  section.report .movie_list .movie {
    margin-bottom: 6px;
  }
}
section.report .movie_list .movie iframe {
  width: 100%;
  height: 100%;
}
section.report .movie_list .movie .badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  display: block;
  background-color: #8cb808;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  section.report .movie_list .movie .badge {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  section.report .movie_list .txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
section.report .movie_list.movie_list_3column {
  gap: 39px 5%;
}
@media (max-width: 767px) {
  section.report .movie_list.movie_list_3column {
    gap: 27px 2.5%;
  }
}
section.report .movie_list.movie_list_3column li {
  width: 30%;
}
@media (max-width: 767px) {
  section.report .movie_list.movie_list_3column li {
    width: 48.75%;
  }
}
section.report .anker_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 10px;
}
section.report .anker_list li {
  position: relative;
  width: calc(25% - 10px);
}
@media (max-width: 767px) {
  section.report .anker_list li {
    width: calc(50% - 10px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  section.report .anker_list li .txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
section.report .anker_list li .badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  display: block;
  background-color: #8cb808;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  section.report .anker_list li .badge {
    font-size: 1.2rem;
  }
}
section.report .report_list::before {
  content: "";
  width: 30%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  section.report .report_list::before {
    content: none;
  }
}
section.report .report_list {
  gap: 39px 5%;
}
@media (max-width: 767px) {
  section.report .report_list {
    gap: 27px 2.5%;
  }
}
section.report .report_list li {
  width: 30%;
}
@media (max-width: 767px) {
  section.report .report_list li {
    width: 48.75%;
  }
}
section.report .report_list li .badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  display: block;
  background-color: #8cb808;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  section.report .report_list li .badge {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  section.report .report_list li:nth-of-type(n + 4) {
    margin-top: 39px;
  }
}
@media (max-width: 767px) {
  section.report .report_list li:nth-of-type(n + 3) {
    margin-top: 28px;
  }
}
section.report .report_list .img {
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 767px) {
  section.report .report_list .img {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  section.report .report_list .txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
section.report .book_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  section.report .book_list {
    display: block;
  }
}
section.report .book_list li {
  margin: 0 6.3%;
}
@media (max-width: 767px) {
  section.report .book_list li {
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  section.report .book_list li + li {
    margin-top: 28px;
  }
}
section.report .book_list img {
  width: 300px;
}
@media (max-width: 767px) {
  section.report .book_list img {
    width: 230px;
  }
}
section.report .book_list.wide li {
  margin: 0 2%;
}
section.report .book_list.wide li img {
  width: 350px;
}
@media (max-width: 767px) {
  section.report .book_list.wide li img {
    width: 230px;
  }
}
@media (max-width: 767px) {
  section.report .book_list.wide li + li {
    margin-top: 28px;
  }
}
section.report .report_tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 5px;
}
@media (max-width: 767px) {
  section.report .report_tab {
    gap: 42px 5px;
  }
}
section.report .report_tab input {
  display: none;
}
section.report .report_tab label {
  width: calc((100% - 15px) / 4);
  height: 71px;
  padding: 1px 3.5% 0 8.2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  top: 1px;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  section.report .report_tab label:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  section.report .report_tab label {
    width: calc((100% - 5px) / 2);
    height: 73px;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.2857142857;
    text-align: center;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px;
  }
}
section.report .report_tab label::before {
  content: "";
  width: 27.024%;
  height: 66px;
  display: block;
  position: absolute;
  left: 3%;
  bottom: 5px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  section.report .report_tab label::before {
    width: 50px;
    height: 50px;
    top: -34px;
    left: 50%;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
section.report .report_tab label::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: -3px;
  right: 6%;
  bottom: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 767px) {
  section.report .report_tab label::after {
    top: auto;
    right: auto;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 6px 5.5px 0 5.5px;
  }
}
section.report .report_tab .content {
  width: 100%;
  padding: 58px 9.9% 57px;
  display: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (max-width: 767px) {
  section.report .report_tab .content {
    margin-top: -18px;
    padding: 54px 2.175% 32px;
  }
}
section.report .report_tab input:checked + label {
  pointer-events: none;
  z-index: 2;
  background: #fff;
}
section.report .report_tab input:checked + label + .content {
  display: block;
}
section.report .report_tab label[for=senior] {
  background: #8f0a4c;
  border-color: #8f0a4c;
}
section.report .report_tab label[for=senior]::before {
  background-image: url("/ads/korekarano_kaigo/assets/img/tab_senior.png");
}
section.report .report_tab label[for=middle] {
  background: #ed6a02;
  border-color: #ed6a02;
}
section.report .report_tab label[for=middle]::before {
  background-image: url("/ads/korekarano_kaigo/assets/img/tab_middle.png");
}
section.report .report_tab label[for=nursing] {
  background: #0075ba;
  border-color: #0075ba;
}
section.report .report_tab label[for=nursing]::before {
  background-image: url("/ads/korekarano_kaigo/assets/img/tab_nursing.png");
}
section.report .report_tab label[for=young] {
  background: #8cb808;
  border-color: #8cb808;
}
section.report .report_tab label[for=young]::before {
  background-image: url("/ads/korekarano_kaigo/assets/img/tab_young.png");
}
section.report .report_tab input:checked + label[for=senior] {
  color: #8f0a4c;
}
section.report .report_tab input:checked + label[for=senior]::after {
  border-top-color: #8f0a4c;
}
section.report .report_tab input:checked + label[for=middle] {
  color: #ed6a02;
}
section.report .report_tab input:checked + label[for=middle]::after {
  border-top-color: #ed6a02;
}
section.report .report_tab input:checked + label[for=nursing] {
  color: #0075ba;
}
section.report .report_tab input:checked + label[for=nursing]::after {
  border-top-color: #0075ba;
}
section.report .report_tab input:checked + label[for=young] {
  color: #8cb808;
}
section.report .report_tab input:checked + label[for=young]::after {
  border-top-color: #8cb808;
}
section.report .report_tab .content.senior {
  border: 1px solid #8f0a4c;
}
section.report .report_tab .content.senior h2 {
  color: #8f0a4c;
}
section.report .report_tab .content.senior h2::before {
  background-image: url("/ads/korekarano_kaigo/assets/img/shape_senior.svg");
}
@media (max-width: 767px) {
  section.report .report_tab .content.senior h2::before {
    background-image: url("/ads/korekarano_kaigo/assets/img/shape_senior_sp.svg");
  }
}
section.report .report_tab .content.middle {
  border: 1px solid #ed6a02;
}
section.report .report_tab .content.middle h2 {
  color: #ed6a02;
}
section.report .report_tab .content.middle h2::before {
  background-image: url("/ads/korekarano_kaigo/assets/img/shape_middle.svg");
}
@media (max-width: 767px) {
  section.report .report_tab .content.middle h2::before {
    background-image: url("/ads/korekarano_kaigo/assets/img/shape_middle_sp.svg");
  }
}
section.report .report_tab .content.nursing {
  border: 1px solid #0075ba;
}
section.report .report_tab .content.nursing h2 {
  color: #0075ba;
}
section.report .report_tab .content.nursing h2::before {
  background-image: url("/ads/korekarano_kaigo/assets/img/shape_nursing.svg");
}
@media (max-width: 767px) {
  section.report .report_tab .content.nursing h2::before {
    background-image: url("/ads/korekarano_kaigo/assets/img/shape_nursing_sp.svg");
  }
}
section.report .report_tab .content.young {
  border: 1px solid #8cb808;
}
section.report .report_tab .content.young h2 {
  color: #8cb808;
}
section.report .report_tab .content.young h2::before {
  background-image: url("/ads/korekarano_kaigo/assets/img/shape_young.svg");
}
@media (max-width: 767px) {
  section.report .report_tab .content.young h2::before {
    background-image: url("/ads/korekarano_kaigo/assets/img/shape_young_sp.svg");
  }
}
section.report .borderBtn {
  margin-top: 48px;
}
section.report .borderBtn a {
  display: block;
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
  padding: 24px;
}
section.report .borderBtn.senior a {
  color: #8f0a4c;
  border: 1px solid #8f0a4c;
}
section.report .borderBtn.middle a {
  color: #ed6a02;
  border: 1px solid #ed6a02;
}
section.report .borderBtn.nurding a {
  color: #0075ba;
  border: 1px solid #0075ba;
}
section.report .borderBtn.young a {
  color: #8cb808;
  border: 1px solid #8cb808;
}

/*----------------------------------

article

----------------------------------*/
header .topBtn {
  margin-left: 20px;
}
@media (max-width: 767px) {
  header .topBtn {
    margin-left: 16px;
  }
}
header .topBtn a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: #f5a200;
  width: 120px;
  height: 48px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  header .topBtn a {
    font-size: 1.4rem;
    line-height: 32px;
    width: 80px;
    height: 32px;
  }
}

section.mainvis.article {
  height: 500px;
  margin: 0;
  background-position: top 60px center;
}
@media (max-width: 1400px) {
  section.mainvis.article {
    height: 420px;
    background-position: top 80px center;
  }
}
@media (max-width: 767px) {
  section.mainvis.article {
    height: 300px;
    margin: 0;
    background-position: top -30px center;
  }
}

section.report .report_tab.article .content {
  display: block;
  position: relative;
  padding: 210px 9.9% 57px;
}
@media (max-width: 767px) {
  section.report .report_tab.article .content {
    padding: 30% 2.175% 32px;
  }
}
section.report .report_tab.article .content h1 {
  position: absolute;
  top: -98px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  section.report .report_tab.article .content h1 {
    width: 80%;
    top: -32px;
  }
  section.report .report_tab.article .content h1 > img {
    background: #fff;
    padding: 4px;
  }
}

/*20240314*/
.category_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
  margin: 0 auto 10px;
}
.category_item {
  width: 100% !important;
  margin: 0 !important;
}
.category_item span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 4px;
  background: #8cb808;
}

section.report .content.young .movie_list .movie .badge {
  display: none;
}
section.report .content.young .anker_list .badge {
  display: none;
}

.backBtn {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .backBtn {
    margin-top: 48px;
  }
}
.backBtn a {
  display: block;
  max-width: 480px;
  color: #707070;
  text-align: center;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #707070;
}

/*----------------------------------

tipics

----------------------------------*/
.kv {
  padding-top: 72px;
}
@media (max-width: 767px) {
  .kv {
    padding-top: 80px;
  }
}
.kv h1 {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .kv h1 {
    margin-bottom: 32px;
  }
}
.kv h1::before {
  content: "";
  position: absolute;
  top: 92px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 68px;
  background-image: url(../img/topics/kv_frame.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .kv h1::before {
    top: 8.2666666667vw;
  }
}
.kv h1 img {
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  .kv h1 img {
    width: 69.3333333333vw;
    margin: 0 auto;
  }
}

.page {
  font-weight: bold;
  padding-top: 68px;
}
@media (max-width: 767px) {
  .page {
    padding-top: 32px;
  }
}
.page .inner {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px;
}
.page_lead {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .page_lead {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.page_themeBox {
  margin-top: 68px;
  padding: 30px 50px;
  background: #0168B7;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .page_themeBox {
    margin-top: 32px;
    padding: 24px 16px;
    border-radius: 10px;
  }
}
.page_themeBox_title {
  color: #0168B7;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 25px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .page_themeBox_title {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.page_themeBox_text {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page_themeBox_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.page_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 0;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .page_table {
    margin-top: 32px;
  }
}
.page_table dt, .page_table dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  min-height: 50px;
}
@media (max-width: 767px) {
  .page_table dt, .page_table dd {
    font-size: 1.6rem;
    line-height: 1.5;
    min-height: 32px;
  }
}
.page_table dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  width: 150px;
  padding: 9px;
  background: #0168B7;
}
@media (max-width: 767px) {
  .page_table dt {
    width: 100%;
    padding: 8px;
  }
}
.page_table dd {
  width: calc(100% - 150px);
  padding: 9px 15px;
  background: #fff;
}
@media (max-width: 767px) {
  .page_table dd {
    width: 100%;
    padding: 8px;
  }
}
.page_table dd small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .page_table dd small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.page_table dd .dl_button {
  display: block;
  position: relative;
  color: #0168B7;
  font-size: 1.8rem;
  text-align: center;
  max-width: 340px;
  margin: 54px 0 10px 64px;
  padding: 2px 30px;
  border: 3px solid #0168B7;
}
@media (max-width: 767px) {
  .page_table dd .dl_button {
    font-size: 1.4rem;
    width: 100%;
    max-width: 100%;
    margin: 16px auto 0;
    padding: 8px 32px;
    border-width: 1px;
  }
}
.page_table dd .dl_button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  width: 20px;
  height: 25px;
  background-image: url(../img/topics/icon_pdf.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.page_annotation {
  line-height: 1.875;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .page_annotation {
    line-height: 1.5;
    margin-top: 16px;
  }
}
.page_notes {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 66px;
}
@media (max-width: 767px) {
  .page_notes {
    line-height: 1.5;
    margin-top: 32px;
  }
}
.page .backBtn {
  margin-top: 118px;
}
@media (max-width: 767px) {
  .page .backBtn {
    margin-top: 48px;
  }
}
.page .backBtn a {
  font-weight: 500;
}
.page_list {
  margin-top: 20px;
}
.page_list_head {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding: 18px 0 17px;
  border-radius: 20px 20px 0 0;
}
.page_list.--red:nth-of-type(1) {
  margin-top: 50px;
}
.page_list.--red .page_list_head {
  background: #E60112;
}
.page_list.--orange:nth-of-type(1) {
  margin-top: 120px;
}
.page_list.--orange .page_list_head {
  background: #E68E01;
}
.page_list_body {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 30px 0;
}
.page_list_body_block {
  line-height: 1.8;
  padding-bottom: 50px;
  border-bottom: 1px solid #E68E03;
}
.page_list_body_block:not(:first-of-type) {
  margin-top: 50px;
}
.page_list_body_block .name {
  display: block;
  font-size: 2.6rem;
}
.page_list_body_block .position {
  display: block;
  font-size: 1.8rem;
}
.page_image_block_thumb {
  max-width: 400px;
  margin: 0 auto;
}
.page_image_block_button {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0;
  padding: 15px 48px;
  background: #0168B7;
  outline: none;
  border: none;
  border-radius: 50px;
}
.page_image_block_button::before, .page_image_block_button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #fff;
}
.page_image_block_button::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*----------------------------------

modal

----------------------------------*/
.modalBtn {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modalBtn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .modalBtn:hover {
    opacity: 1;
  }
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.modal > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.modal > div .film {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal > div .closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal > div .closeBtn:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .modal > div .closeBtn:hover {
    opacity: 1;
  }
}
.modal > div .closeBtn::before, .modal > div .closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #fff;
}
.modal > div .closeBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal > div .closeBtn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal > div .body {
  position: relative;
  width: 100%;
  max-width: 960px;
  height: 56.25%;
}
@media (max-width: 767px) {
  .modal > div .body {
    max-width: calc(100vw - 40px);
    height: 33.1%;
  }
}
.modal > div .body > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.modal > div .body > div .youtube {
  width: 100%;
  height: 100%;
}
.modal > div .body > div .youtube > iframe {
  width: 100% !important;
  height: 100% !important;
}

/* expansion_modal */
.expansion_modal {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
}
.expansion_modal.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.expansion_modal_film {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 104, 183, 0.9);
}
.expansion_modal_inner {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  height: 70vh;
  height: 70dvh;
}
.expansion_modal_close {
  position: relative;
  width: 57px;
  height: 57px;
  margin: 0 0 18px auto;
  cursor: pointer;
}
.expansion_modal_close::before, .expansion_modal_close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #fff;
}
.expansion_modal_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.expansion_modal_close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.expansion_modal_body {
  height: 100%;
  overflow-y: auto;
}

/*----------------------------------

footer

----------------------------------*/
footer {
  margin-top: 61px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  footer {
    margin-top: 60px;
    padding-bottom: 52px;
  }
}
footer .logo {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 18px;
  }
}
footer .logo img {
  width: 150px;
}
footer p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
}
@media (max-width: 767px) {
  footer p {
    font-size: 1rem;
    line-height: 2;
    text-align: left;
  }
}

.f_credit {
  margin-bottom: 91px;
}

header p.local_page {
  margin: 0 0 10px 20px;
}
@media (max-width: 767px) {
  header p.local_page {
    margin: 10px 0 0;
  }
}

/*----------------------------------

gallery_modal関連

----------------------------------*/
.gallery_button {
  border: none;
  background: none;
  color: #333333;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .gallery_button:hover {
    opacity: 0.7;
  }
}

section.mainvis .main_slider button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0.3;
  border: 4px solid #fabd00;
  border-top: none;
}
@media (max-width: 767px) {
  section.mainvis .main_slider button {
    border-width: 2px;
  }
}
section.mainvis .main_slider li.slick-current button {
  opacity: 1;
}
@media (min-width: 768px) {
  section.mainvis .main_slider li.slick-current button:hover {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  section.report .movie_list button:hover {
    opacity: 0.7;
  }
}

.gallery_modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 9999;
}
.gallery_modal.active {
  display: block;
}
.gallery_modal button {
  border: none;
  background: none;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .gallery_modal button:hover {
    opacity: 0.7;
  }
}
.gallery_modal_bg {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.85;
  z-index: 1;
}
.gallery_modal_content {
  width: 90%;
  max-width: 1172px;
  height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .gallery_modal_content {
    max-width: 365px;
    width: 100%;
    height: 90%;
  }
}
.gallery_modal_content_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1000px;
  width: 85.325%;
  margin: 0 auto 22px;
}
.gallery_modal_content_head_close {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.gallery_modal_content_main {
  max-width: 500px;
  width: 43.216%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .gallery_modal_content_main {
    max-width: 340px;
    width: 93.151%;
  }
}
.gallery_modal_content_main .slick-list {
  overflow: hidden;
}
.gallery_modal_content_main .slick-track {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.gallery_modal_content_main .slick-slide {
  position: relative;
  width: 100%;
}
.gallery_modal_content_main .slick-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  inset: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gallery_modal_content_main img {
  display: block;
  width: 100%;
  pointer-events: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .gallery_modal_content_main img {
    max-width: 500px;
  }
}
.gallery_modal_content_thumb {
  max-width: 1000px;
  width: 85.324%;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .gallery_modal_content_thumb {
    max-width: 340px;
    width: 93.151%;
    margin-top: 21px;
  }
}
.gallery_modal_content_thumb > div {
  position: relative;
  cursor: pointer;
}
.gallery_modal_content_thumb > div img {
  width: 100%;
  display: block;
}
.gallery_modal_content_thumb > div.active::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
}
.gallery_modal_content_thumb .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100% !important;
  gap: 20px 14px;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
@media (max-width: 767px) {
  .gallery_modal_content_thumb .slick-track {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 7px 10px;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
}
.gallery_modal_content_thumb .slick-track::before, .gallery_modal_content_thumb .slick-track::after {
  display: none;
}
.gallery_modal_content_thumb .slick-track .slick-slide {
  display: block;
  width: calc((100% - 154px) / 12) !important;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery_modal_content_thumb .slick-track .slick-slide {
    width: calc((100% - 50px) / 6) !important;
  }
}
.gallery_modal_content_thumb .slick-track .slick-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: 0;
}
.gallery_modal_content_thumb .slick-track .slick-slide img {
  display: block;
  width: 100%;
  pointer-events: none;
}
.gallery_modal_content_thumb .slick-track .slick-slide.slick-current {
  cursor: auto;
}
.gallery_modal_content_thumb .slick-track .slick-slide.slick-current::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery_modal_content_thumb .slick-track .slick-slide.slick-cloned {
  display: none;
}
.gallery_modal_content_arrow {
  display: inline-block;
  position: absolute;
  top: 42%;
  width: 42px;
  height: 48px;
  background-color: #E0C8A4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery_modal_content_arrow {
    top: 40%;
    width: 19px;
    height: 22px;
  }
}
.gallery_modal_content_arrow.prev {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: 0;
}
@media (min-width: 768px) {
  .gallery_modal_content_arrow.prev {
    left: 25%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.gallery_modal_content_arrow.next {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 0;
}
@media (min-width: 768px) {
  .gallery_modal_content_arrow.next {
    right: 25%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

/*----------------------------------

topics02

----------------------------------*/
.topics02_hdg2 {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#C68462), color-stop(40%, #338379), color-stop(60%, #338379), to(#BF7858));
  background: -webkit-linear-gradient(left, #C68462 0%, #338379 40%, #338379 60%, #BF7858 100%);
  background: linear-gradient(to right, #C68462 0%, #338379 40%, #338379 60%, #BF7858 100%);
  margin: 100px 0;
  padding: 17.5px 10px;
}
@media (max-width: 767px) {
  .topics02_hdg2 {
    margin: 50px 0;
  }
}
.topics02_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 60px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .topics02_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topics02_info img {
  display: block;
  width: 250px;
}
.topics02_info p {
  font-size: 2.6rem;
  font-weight: bold;
}
.topics02_info p span {
  font-size: 1.6rem;
  margin-right: 15px;
}
.topics02_item_title {
  font-size: 2rem;
  font-weight: bold;
  color: #357C00;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}
.topics02_item_title span {
  color: #C38463;
}
.topics02_item_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/topics/02/dot.svg");
  background-size: 13px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.topics02_item_text {
  font-size: 1.6rem;
  font-weight: bold;
}
.topics02_item + .topics02_item {
  margin-top: 50px;
}
.topics02_hdg3 {
  border-radius: 200px;
  border: solid 1px #707070;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#C68462), color-stop(40%, #338379), color-stop(60%, #338379), to(#BF7858));
  background: -webkit-linear-gradient(left, #C68462 0%, #338379 40%, #338379 60%, #BF7858 100%);
  background: linear-gradient(to right, #C68462 0%, #338379 40%, #338379 60%, #BF7858 100%);
  margin: 50px 0;
  padding: 9px 10px;
}
.topics02_comment {
  font-size: 1.6rem;
  font-weight: bold;
}
.topics02_comment_img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}