@charset "UTF-8";
/* ***********************************
 *    Ire's CSS Reset & Base
 * *********************************** */
/* Reset margin, padding, border */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: break-word;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:visited {
  color: inherit;
}

/* Layout */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

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

ol, ul {
  list-style: none;
}

img, video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote {
  quotes: none;
}
blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q {
  quotes: none;
}
q:after, q:before {
  content: "";
  content: none;
}

/* Attributes & states */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*font set*/
/*color set*/
/*font set*/
/*color set*/
/* Typography */
html {
  font-size: 62.5%;
  line-height: 1.6;
  word-break: break-all;
  scroll-behavior: smooth;
}

body {
  color: #3E3A39;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Meiryo", "MS PGothic", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.2px;
  font-display: fallback;
  position: relative;
}

a {
  color: #3E3A39;
}
a:link {
  color: #3E3A39;
}
a:visited {
  color: #3E3A39;
}
a:hover {
  color: #3E3A39;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #3E3A39;
}

main {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 768px) {
  main {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

.txt_read {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .txt_read {
    font-size: min(1.82vw, 1.6rem);
  }
}
.txt_read.__c {
  text-align: center;
}
.txt_c {
  text-align: center;
}
.txt_r {
  display: block;
  text-align: right;
}
.txt_link {
  color: #3E3A39 !important;
  text-decoration: underline;
}

.el_pdB20 {
  display: block;
  padding-bottom: 2rem;
}
.el_pdT20 {
  display: block;
  padding-top: 2rem;
}
.el_pdT40 {
  display: block;
  padding-top: 4rem;
}
.el_txt__r {
  text-align: right;
}
.el_txt__c {
  text-align: center;
}

/*------------------------------------------------------------------
  layout style
------------------------------------------------------------------*/
/*パララックス*/
.ly_bg_fxd {
  background-image: url(../img/bg_ptn.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
}
@media (min-width: 769px) {
  .ly_bg_fxd {
    background-image: url(../img/bg_ptn.webp);
  }
}

.ly_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ly_flx.__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ly_flx.__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ly_flx.__bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .ly_flx__tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ly_flx__tb._btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ly_flx__tb.__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ly_col__2 {
  width: 50%;
}
.ly_col__2._tb {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ly_col__2._tb {
    width: 50%;
  }
}

.ly_inner {
  max-width: 98rem;
  margin: auto;
  width: 89.743589vw;
}
.ly_inner__mid {
  max-width: 128rem;
  margin: auto;
  position: relative;
  width: 100%;
}
.ly_inner__full {
  max-width: 144rem;
  margin: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ly_inner__full {
    padding: 0 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .ly_inner__full {
    padding: 0;
  }
}
.ly_inner__wide {
  max-width: 192rem;
  margin: auto;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ly_inner__wide {
    padding: 0 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .ly_inner__wide {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page_mv .ly_inner__full {
    padding: 0 8rem;
  }
}

@media screen and (min-width: 768px) {
  .el_cnt__bg {
    padding: 16rem 0;
  }
}
@media screen and (min-width: 768px) {
  .el_cnt__btm {
    margin-bottom: 20rem;
  }
}

.bg_green {
  background: #CCEDEC;
}
.bg_pgreen {
  background: #F0FFFF;
}
.bg_line {
  background: url(../img/bg_line.webp) no-repeat 2rem 5rem/100%;
}

.bl_box {
  background: #fff;
  border-radius: 1.4rem;
  -webkit-box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .bl_box {
    border-radius: 2.5rem;
  }
}

html {
  scroll-behavior: smooth;
}

.d_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .d_pc {
    display: block;
  }
}

.d_pc_only {
  display: none;
}
@media screen and (min-width: 981px) {
  .d_pc_only {
    display: block;
  }
}

.d_tb {
  display: none;
}
@media screen and (min-width: 768px) {
  .d_tb {
    display: block;
  }
}

@media screen and (min-width: 981px) {
  .d_sp_tb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d_sp {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .d_sp {
    display: none;
  }
}

.bg_gry {
  background: #F7F7F7;
}
.bg_wht {
  background: #fff;
}
.bg_grn {
  background: #CCEDEC;
}

.hdline_cnt__ttl {
  color: #31B7B6;
  font-size: 3.2rem;
  font-weight: 400;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-style: italic;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .hdline_cnt__ttl {
    font-size: 5.5rem;
  }
}
.hdline_cnt__ttl span {
  color: #3E3A39;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(1.6rem, 4.1vw, 2rem);
  line-height: 1em;
  padding: 2rem 0;
}
.hdline_cnt__ttl strong {
  font-weight: normal;
}
.hdline_cnt__ttl._sub {
  font-size: clamp(2rem, 5.128vw, 2.6rem);
}
.hdline_cnt__ttl._sub span {
  font-size: clamp(2rem, 5.128vw, 2.6rem);
}
.hdline_cnt__subttl {
  color: #3E3A39;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-size: clamp(2.2rem, 5.641vw, 2.4rem);
  font-weight: normal;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hdline_mv__ttl {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
    padding: 3rem 0 4.7rem;
  }
}

/*------------------------------------------------------------------
 header
------------------------------------------------------------------*/
.hd {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(10%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  min-height: 8rem;
  padding: 0 min(4.166vw, 8rem) 0 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.hd_wrap {
  max-width: 192rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hd_logo {
  top: 1.6rem;
  left: 1.6rem;
  position: fixed;
  width: min(25.41vw, 48rem);
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .hd_logo {
    position: absolute;
    left: min(4.53125vw, 8.7rem);
    top: min(2.604vw, 5rem);
    width: min(13.64vw, 26.2rem);
  }
}
.hd_nav {
  background: #CCEDEC;
  overflow: scroll;
  height: 100vh;
  padding: 8rem 3rem 4rem;
  width: 100%;
  right: -100vw;
  z-index: -100;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .hd_nav {
    border: none;
    background: none;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    opacity: 1;
    padding: min(7.692vw, 3rem) 0;
    position: relative;
    right: auto;
    z-index: 2;
    width: auto;
  }
}
@media screen and (min-width: 981px) {
  .hd_nav {
    padding: 6.42rem calc(min(7vw, 14.7rem) + 2rem) 6.42rem 0;
    /*			padding: 6.42rem 0;*/
  }
}
.hd_nav.active {
  right: 0;
  opacity: 1;
  z-index: 10;
}
.hd_nav__list {
  background: #fff;
  border-radius: 0.6rem;
  -webkit-box-shadow: 0.6rem 0.8rem 1.2rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.6rem 0.8rem 1.2rem rgba(0, 0, 0, 0.16);
  padding: 2rem 2rem 0;
  border: 0.2rem solid #707070;
}
@media screen and (min-width: 768px) {
  .hd_nav__list {
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hd_nav__btn {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.4rem;
  cursor: pointer;
  position: fixed;
  height: 4.5rem;
  width: 4.5rem;
  right: 1.6rem;
  top: 1.6rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .hd_nav__btn {
    display: none;
  }
}
.hd_nav__btn span {
  display: block;
  border-bottom: 0.2rem solid #31b7b6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 2.8rem;
}
.hd_nav__btn span:nth-child(2) {
  top: 2.2rem;
}
.hd_nav__btn p {
  position: relative;
  padding-top: 4.5rem;
}
.hd_nav__btn p:before {
  content: "MENU";
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.9rem;
  text-align: center;
  bottom: 0.5rem;
  line-height: 1em;
  position: absolute;
}
.hd_nav__btn.active {
  right: 1rem;
  position: fixed;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .hd_nav__btn.active {
    right: 1rem;
  }
}
@media screen and (min-width: 981px) {
  .hd_nav__btn.active {
    left: calc(50% + 39.2rem);
  }
}
.hd_nav__btn.active span {
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 0;
  width: 2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 0.5rem);
}
@media screen and (min-width: 768px) {
  .hd_nav__btn.active span {
    width: 3rem;
  }
}
.hd_nav__btn.active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  padding-top: 0;
}
.hd_nav__btn.active p:before {
  content: "CLOSE";
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.9rem;
  text-align: center;
  bottom: 0.5rem;
  line-height: 1em;
  position: absolute;
}
.hd_nav__items {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .hd_nav__items {
    margin-bottom: 0;
    padding-left: min(3.489vw, 6.7rem);
  }
}
.hd_nav__items a {
  border-bottom: 0.2rem solid #707070;
  display: block;
  font-weight: 700;
  padding: 1.5rem 1rem 2rem;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .hd_nav__items a {
    border: none;
    font-weight: normal;
    padding: 0 0 0.5rem;
  }
}
.hd_nav__items a::after {
  background: url(../img/icon_arw__r.svg) no-repeat left top/cover;
  content: "";
  height: 1.4rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.75rem);
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .hd_nav__items a::after {
    border-bottom: 0.2rem solid #31B7B6;
    bottom: -2rem;
    content: "";
    height: 0.2rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 0;
  }
}
@media screen and (min-width: 981px) {
  .hd_nav__items a:hover::after {
    width: 5rem;
  }
}
.hd_nav__items:last-child a {
  border-bottom: none;
}
.hd_nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hd_nav__link_item {
  margin: 0 2rem;
  width: 8rem;
}

@media screen and (min-width: 768px) {
  div.pc_nav__inner.is-open {
    display: block;
    opacity: 1;
    position: fixed;
    z-index: 13;
    overflow: scroll;
    height: calc(100vh - 6rem);
    width: calc(100vw - 6rem);
    margin: 3rem auto;
    border-radius: 2.5rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

/*------------------------------------------------------------------
 page_subnav
------------------------------------------------------------------*/
.page_mv {
  background: url(../img/bg_mv__pages.svg) no-repeat left bottom/100%;
  position: relative;
  min-height: min(39vw, 75rem);
  padding-top: calc(83.6923vw + 4rem); /*calc(32.64rem + 4rem);*/
  max-width: 192rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_mv {
    min-height: min(45.833vw, 88rem);
    padding-top: 2rem;
  }
}
.page_mv::after {
  content: "";
  height: 83.6923vw; /*min(83.6923vw,32.64rem);*/
  position: absolute;
  left: 0;
  right: 0;
  top: 6rem;
  margin: auto;
  width: 78.8%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page_mv::after {
    content: "";
    position: absolute;
    left: auto;
    right: min(2.6vw, 5rem);
    top: 12rem;
    height: min(29.531vw, 56.7rem);
    width: min(36vw, 69.2rem);
  }
}
@media screen and (min-width: 981px) {
  .page_mv::after {
    top: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .page_mv::after {
    top: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .page_mv::after {
    top: 0;
  }
}
.page_mv .hdline_cnt__ttl {
  text-align: left;
}
.page_mv__lead {
  font-weight: 600;
  letter-spacing: 0.16rem;
  padding: 2rem 4rem 8rem;
}
@media screen and (min-width: 768px) {
  .page_mv__lead {
    /*				font-weight: 600;
    				letter-spacing: 0.16rem;*/
    line-height: 4.5rem;
    margin-bottom: 6rem;
    padding: 0 calc(min(36vw, 69.2rem) + 2rem) 0 0;
  }
}
@media screen and (min-width: 981px) {
  .page_mv__lead {
    font-size: clamp(1.6rem, 1vw, 2rem);
    /*width:calc(100% - min(41.66vw,80rem));*/
    padding-right: 0;
    width: min(38.95vw, 74.8rem);
    /*width: min(42vw, 82rem);*/
    /*padding-right: min(43vw, 42.2rem);*/
    /*				padding-right: 69.2rem;*/
  }
}
@media screen and (min-width: 1440px) {
  .page_mv__lead {
    /*font-size: min(1vw,2rem);*/
    width: 82rem;
  }
}
.page_nav {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0.2rem 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.2rem 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  padding: 4rem;
}
@media screen and (min-width: 768px) {
  .page_nav {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .page_nav {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
    max-width: 42.8rem;
  }
}
@media screen and (min-width: 981px) {
  .page_nav.__full {
    max-width: 100%;
  }
}
.page_nav__items a {
  border-bottom: 0.3rem solid #3E3A39;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: min(2.343vw, 4rem);
  padding-bottom: 0.5rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_nav__items a {
    font-size: clamp(1.4rem, 1vw, 2rem);
    font-weight: 600;
    min-width: 42.7rem;
  }
}
.page_nav__items a::after {
  background: url(../img/icon_arw__r.svg) no-repeat right top/cover;
  content: "";
  height: 1.68rem;
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 0.84rem);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 1.68rem;
}
@media screen and (min-width: 981px) {
  .page_nav__items a:hover::after {
    right: 0;
  }
}
@media screen and (min-width: 981px) {
  .page_nav.__full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: min(38.95vw, 74.8rem);
  }
}
@media screen and (min-width: 981px) {
  .page_nav.__full .page_nav__items {
    margin: 0;
  }
}
@media screen and (min-width: 981px) {
  .page_nav.__full .page_nav__items:nth-child(odd) {
    margin-right: min(3.75vw, 7.6rem);
  }
}
@media screen and (min-width: 981px) {
  .page_nav.__full .page_nav__items a {
    width: min(17.5vw, 33.6rem);
    min-width: auto;
  }
}
@media screen and (min-width: 981px) {
  .page_nav.__full .page_nav__items a::after {
    height: min(1.3vw, 1.68rem);
    width: min(1.3vw, 1.68rem);
  }
}

/*------------------------------------------------------------------
 main
------------------------------------------------------------------*/
main.top {
  /*		padding-top: 0;*/
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 15.5rem;
    /*		padding-top: clamp(8rem,20.512vw,23.6rem);*/
  }
}

/*------------------------------------------------------------------
 footer
------------------------------------------------------------------*/
.ft {
  background: url(../img/ft_btm__pc.svg) no-repeat center bottom/100%;
  text-align: center;
}
.ft_ph {
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .ft_ph {
    padding-bottom: 0;
  }
}
.ft_ph::after {
  background: url(../img/ft_wrap__sp.svg) no-repeat center top/100%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9.1rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .ft_ph::after {
    background: url(../img/ft_wrap__pc.svg) no-repeat center top/cover;
    height: 21.4rem;
  }
}
.ft_wrap {
  margin: 6rem auto !important;
}
@media screen and (min-width: 768px) {
  .ft_wrap {
    margin: auto !important;
    padding: 10rem 0 8rem;
  }
}
.ft_nav {
  margin: 3rem auto;
  max-width: 78rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .ft_nav {
    padding-bottom: 12rem;
  }
}
.ft_nav__list {
  position: relative;
  width: calc(50% - 1rem);
  margin: 0 0.5rem 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ft_nav__list {
    display: inline-block;
    margin: 0 0 2.5rem;
    width: calc(33.33% - 2rem);
  }
}
@media screen and (min-width: 981px) {
  .ft_nav__list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5rem;
    padding: 0.3rem;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3);
    background-size: 400% 400%;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-animation: gradientMove 3s ease infinite;
            animation: gradientMove 3s ease infinite;
    width: calc(100% - 2rem);
    height: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 981px) {
  .ft_nav__list:hover {
    border-color: transparent;
    cursor: pointer;
  }
  .ft_nav__list:hover::after {
    opacity: 1;
  }
  .ft_nav__list:hover::before {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }
}
@media screen and (min-width: 981px) {
  .ft_nav__list:hover .ft_nav__items {
    color: #31B7B6;
  }
  .ft_nav__list:hover .ft_nav__items::before {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@-webkit-keyframes gradientMove {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes gradientMove {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ft_nav__items {
  border-radius: 5rem;
  background: #fff;
  border: 0.3rem solid #3E3A39;
  color: #3E3A39;
  display: block;
  line-height: 1em;
  text-decoration: none;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ft_nav__items {
    display: inline-block;
    padding: 1.5rem 7rem 1.5rem 2.8rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: calc(100% - 2rem);
    text-align: center;
  }
}
.ft_nav__items::hover {
  border: 0.3rem solid rgba(0, 0, 0, 0);
}
.ft_nav__items::before {
  content: "";
  background: url(../img/icon_btn_r__blk.svg) no-repeat left bottom/cover;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ft_nav__items::after {
  content: "";
  background: url(../img/icon_btn_r__color.svg) no-repeat left bottom/cover;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .ft_nav__corp {
    padding: 0 0 20rem;
  }
}
.ft_nav__corp dt {
  padding-bottom: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .ft_nav__corp dt {
    font-size: 1.8rem;
  }
}
.ft_nav__corp dd {
  padding-bottom: 0.5rem;
}
.ft_logo {
  margin: auto;
  width: clamp(8rem, 20.356vw, 12.5rem);
  position: relative;
}
.ft_logo__img {
  background: url(../img/bg_icon_line.svg) no-repeat 0 bottom/calc(100% - 0.6rem);
  margin: auto;
  padding: 0 0.6rem 0 0.3rem;
  width: clamp(6rem, 15.267vw, 9.2rem);
}
.ft {
  /* animation */
}
.ft .shake-image {
  -webkit-animation: shake 5s ease-in-out infinite;
          animation: shake 5s ease-in-out infinite;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
.ft small {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  padding: 1.2rem 0;
}

/* btn */
.btn_arw__wrap {
  background: #fff;
  border-radius: 5rem;
  display: inline-block;
  margin-bottom: 2.5rem;
  position: relative;
  min-width: 24rem;
  text-align: left;
  /*font-style: italic;*/
}
@media screen and (min-width: 981px) {
  .btn_arw__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5rem;
    padding: 0.3rem;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3);
    background-size: 400% 400%;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
            mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-animation: gradientMove 3s ease infinite;
            animation: gradientMove 3s ease infinite;
    height: 100%;
    z-index: 0;
  }
}
@media screen and (min-width: 981px) {
  .btn_arw__wrap:hover {
    border-color: transparent;
    cursor: pointer;
  }
  .btn_arw__wrap:hover::after {
    opacity: 1;
  }
  .btn_arw__wrap:hover::before {
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }
}
@media screen and (min-width: 981px) {
  .btn_arw__wrap:hover .btn_arw__inner {
    color: #31B7B6;
  }
  .btn_arw__wrap:hover .btn_arw__inner::before {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@keyframes gradientMove {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.btn_arw__inner {
  border-radius: 5rem;
  border: 0.3rem solid #3E3A39;
  color: #3E3A39;
  display: inline-block;
  line-height: 1em;
  text-decoration: none;
  padding: 1.75rem 7rem 1.75rem 2.8rem;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  min-width: 24rem;
  z-index: 1;
}
@media screen and (min-width: 981px) {
  .btn_arw__inner:hover {
    border-color: rgba(0, 0, 0, 0);
  }
}
.btn_arw__inner::before {
  content: "";
  background: url(../img/icon_btn_r__blk.svg) no-repeat left bottom/cover;
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  width: 2.8rem;
  height: 2.8rem;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn_arw__inner::after {
  content: "";
  background: url(../img/icon_btn_r__color.svg) no-repeat left bottom/cover;
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  width: 2.8rem;
  height: 2.8rem;
  z-index: 0;
}
.btn_page__nav {
  right: 1rem;
  bottom: 1rem;
  position: fixed;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .btn_page__nav {
    display: none;
  }
}
.btn_ex_link {
  color: #31B7B6 !important;
  position: relative;
  text-decoration: none;
  border: 0.1rem solid #31B7B6;
  border-radius: 2rem;
  display: inline-block;
  padding: 0.8rem 3.5rem 0.8rem 2rem;
  line-height: 1em;
  font-size: 1.4rem;
  margin: 0 1rem;
}
.btn_ex_link::after {
  background: url(../img/icon_ex_link.svg) no-repeat left top/contain;
  content: "";
  height: 1.3rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.7rem);
  width: 1.3rem;
}
.btn_entry {
  background: #31B7B6;
  border-radius: 5rem;
  color: #fff;
  display: block;
  margin-bottom: -20.5rem;
  position: relative;
  max-width: 20rem;
  margin: 2rem auto;
}
.btn_entry::before {
  content: "";
  background: url(../img/icon_dl.svg) no-repeat left top/cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1rem);
}
.btn_entry a {
  border-radius: 5rem;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  text-decoration: none;
  padding: 1.75rem 7rem 1.75rem 2.8rem;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  min-width: 24rem;
  z-index: 1;
}

.bg_round__top {
  padding-top: min(11.1458vw, 21.4rem);
  position: relative;
}
.bg_round__top:before {
  background: url(../img/bg_round__top.webp) no-repeat left top/100% #DEF7F7;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: min(11.1458vw, 21.4rem);
  position: absolute;
  z-index: 0;
}

.bg_image__sky {
  background: url(../img/bg_sky.webp) no-repeat left top/cover;
}

.bg_line__white {
  background: url(../img/bg_line__wht.svg) repeat-y left top/cover;
}
.bg_line__white_re {
  background: url(../img/bg_line__wht.svg) repeat-y left top/100%;
}

.txt_lead {
  font-size: clamp(1.6rem, 4.1vw, 2rem);
}
@media screen and (min-width: 768px) {
  .txt_lead {
    line-height: 4.5rem;
    text-align: center;
  }
}
.txt_en {
  font-weight: 400;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-style: italic;
}
.txt_box {
  display: inline-block;
  border: 0.1rem solid #fff;
  line-height: 1.4rem;
  padding: 0.5rem;
  font-size: 1.4rem;
  height: 100%;
}
.txt_link__r {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-style: italic;
  padding-right: 2rem;
  position: relative;
}
.txt_link__r::after {
  background: url(../img/icon_arw__wht_r.png) no-repeat left top/100%;
  content: "";
  position: absolute;
  right: 0;
  height: 0.9rem;
  top: calc(50% - 0.45rem);
  width: 1rem;
}
.txt_link__r::before {
  border-bottom: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  bottom: 0.5rem;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

/* pages nav */
.pagenav_mb {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 999;
}

.pagenav_mb.active {
  opacity: 1;
  visibility: visible;
}

.pagenav_mb__close {
  position: absolute;
  bottom: 2rem;
  right: 20px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  width: 8rem;
  height: 8rem;
}

.pagenav_mb__close::before {
  content: "";
  border-bottom: 0.1rem solid #fff;
  left: 0;
  right: 0;
  position: absolute;
  top: 4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4rem;
  height: 0.1rem;
  margin: auto;
}

.pagenav_mb__close::after {
  content: "";
  border-bottom: 0.1rem solid #fff;
  left: 0;
  right: 0;
  position: absolute;
  top: 4rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 4rem;
  height: 0.1rem;
  margin: auto;
}

.pagenav_mb__list {
  background: white;
  padding: 2rem 2rem 4rem;
  border-radius: 8px;
  list-style: none;
  max-width: 90%;
  width: 400px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12rem;
}

.pagenav_mb.is-active .pagenav_mb__list {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.page_nav__items {
  margin: 15px 0;
}

.page_nav__items a {
  display: block;
  padding: 12px;
  color: #333;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.page_nav__items a:hover {
  background: #f0f0f0;
}

.donate_cv__wrap {
  background: url(../img/btn_donate_ov.webp) no-repeat center top/100%;
  border-radius: 50rem;
  /*	    border: .2rem solid #333;*/
  -webkit-box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.16);
  line-height: 0;
  position: absolute;
  right: 1rem;
  top: 38rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 10rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .donate_cv__wrap {
    right: 3rem;
    top: 3rem;
    width: min(7vw, 14.7rem);
    z-index: 11;
  }
}
.donate_cv__link {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 981px) {
  .donate_cv__link:hover {
    opacity: 0;
  }
}

.page_mv.about::after {
  background: url(../img/ph_mv__about.webp) no-repeat left top/100%;
}
@media screen and (min-width: 768px) {
  .page_mv.about::after {
    background: url(../img/ph_mv__about.webp) no-repeat left top/cover;
  }
}
.page_mv.contact::after {
  background: url(../img/ph_mv__contact.webp) no-repeat left top/100%;
}
@media screen and (min-width: 768px) {
  .page_mv.contact::after {
    background: url(../img/ph_mv__contact.webp) no-repeat left top/cover;
  }
}
.page_mv.news {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .page_mv.news {
    padding-bottom: 0;
  }
}
.page_mv.news::after {
  background: url(../img/ph_mv__contact.webp) no-repeat left top/100%;
}
@media screen and (min-width: 768px) {
  .page_mv.news::after {
    background: url(../img/ph_mv__contact.webp) no-repeat left top/cover;
  }
}
.page_mv.activities::after {
  background: url(../img/ph_mv__activitie.webp) no-repeat left top/100%;
}
@media screen and (min-width: 768px) {
  .page_mv.activities::after {
    background: url(../img/ph_mv__activitie.webp) no-repeat left top/cover;
  }
}
.page_mv.donate::after {
  background: url(../img/ph_mv__donate.webp) no-repeat left top/100%;
}
@media screen and (min-width: 768px) {
  .page_mv.donate::after {
    background: url(../img/ph_mv__donate.webp) no-repeat left top/cover;
  }
}
.page_mv.recruit::after {
  background: url(../img/ph_mv__recruit.webp) no-repeat left top/100%;
}
@media screen and (min-width: 768px) {
  .page_mv.recruit::after {
    background: url(../img/ph_mv__recruit.webp) no-repeat left top/cover;
  }
}
.page_mv .hdline_cnt__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_mv .hdline_cnt__ttl {
    letter-spacing: 0;
    text-align: left;
  }
}
.page_mv .hdline_mv__ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_mv .hdline_mv__ttl {
    text-align: left;
  }
}

/*------------------------------------------------------------------
 page:top
------------------------------------------------------------------*/
.top {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top::before {
  content: "";
  border-bottom: 0.2rem solid #000;
  position: absolute;
  left: -5rem;
  right: 0;
  margin: auto;
  top: 70vw;
  -webkit-transform: rotateZ(325deg);
          transform: rotateZ(325deg);
  width: calc(100% + 10rem);
}
@media screen and (min-width: 768px) {
  .top::before {
    top: 24vw;
    left: -2rem;
    -webkit-transform: rotateZ(350deg);
            transform: rotateZ(350deg);
    width: calc(100% + 4rem);
  }
}
.top_about {
  background: url(../img/bg_btm__shape.svg) no-repeat left bottom/100% #DEF7F7;
  padding-top: 12.7rem;
  padding-bottom: 13rem;
}
@media screen and (min-width: 768px) {
  .top_about {
    min-height: min(70.4166vw, 135.2rem);
    padding-top: min(11.1458vw, 21.4rem);
  }
}
.top_about {
  overflow: hidden;
  position: relative;
}
.top_about__inner {
  max-width: 77.7rem;
  margin: auto;
  position: relative;
  padding: 0 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_about__inner {
    padding: 0;
  }
}
.top_about__ttl {
  font-size: clamp(2.8rem, 7.179vw, 4.4rem);
  font-weight: bold;
  line-height: clamp(3.8rem, 9.743vw, 6.8rem);
  padding-bottom: clamp(2rem, 5.128vw, 8rem);
  padding-top: min(94.87vw, 37rem);
}
@media screen and (min-width: 768px) {
  .top_about__ttl {
    padding-top: 8rem;
  }
}
.top_about__txt {
  max-width: 53rem;
  padding-bottom: clamp(2rem, 5.128vw, 5rem);
}
.top_about__ph {
  position: absolute;
}
.top_about__ph.__l {
  max-width: 77rem;
  left: -4.5rem;
  top: 15.2rem;
  width: 76.153vw;
}
@media screen and (min-width: 768px) {
  .top_about__ph.__l {
    bottom: 8rem;
    left: -5rem;
    top: auto;
    width: 40vw;
  }
}
.top_about__ph.__r {
  max-width: 70rem;
  right: -4rem;
  top: 22.2rem;
  width: 66.66vw;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .top_about__ph.__r {
    bottom: min(17.7vw, 34rem);
    right: -9rem;
    top: auto;
    width: 36.458vw;
  }
}
.top_about {
  /*		background: url(../img/bg_top__about.webp)no-repeat left top / 100%;
  		margin-top: 8rem;
  		padding: 8rem 0;
  		@include mq(tb) {
  			margin-top: 16rem;
  			padding: min(9.375vw,18rem) 0;
  		}
  		&__box {
  			max-width: 75rem;
  			margin: auto;
  			padding: clamp(3.5rem,8.974vw,5rem);
  		}
  		&__ttl {
  			padding-bottom: clamp(3rem,7.69vw,4rem);
  			text-align: center;
  			margin-bottom: 0;
  			line-height: 2em;
  		}
  		&__link {
  			color: $color-main!important;
  			line-height: 1.8em;
  			margin-top: 1.5rem;
  			font-size: clamp(1.8rem,4.6vw,2.2rem);
  			font-weight: normal;
  			padding-right: 1rem;
  			position: relative;
  			@include mq(tb) {
  				margin-top: 0;
  				line-height: 1.6em;
  			}
  			&:before {
  		        content: "";
  		        display: inline-block;
  		        width: 9px;
  		        height: 9px;
  		        border-top: 1px solid $color-main;
  		        border-right: 1px solid $color-main;
  		        -webkit-transform: rotate(45deg);
  		        transform: rotate(45deg);
  		        margin-left: 2.5em;
  		        vertical-align: 4px;
  		        right: 0;
  		        position: absolute;
  		        top: calc(clamp(1.8rem,6.2vw,2.2rem)/1.5);		
  			}
  		}*/
}
.top_activities {
  background: url(../img/bg_btm__shape.svg) no-repeat left bottom/100% #DEF7F7;
  padding-top: 12.7rem;
  padding-bottom: 13rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_activities {
    min-height: min(70.4166vw, 135.2rem);
    padding-bottom: 30rem;
    padding-top: 8rem; /*min(11.1458vw, 21.4rem);*/
  }
}
.top_activities__inner {
  max-width: 110rem;
  margin: auto;
  position: relative;
  padding: 0 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_activities__inner {
    padding: 0;
  }
}
.top_activities__list {
  max-width: 53rem;
  margin-left: auto;
  padding-top: min(87.179vw, 34rem);
}
@media screen and (min-width: 768px) {
  .top_activities__list {
    padding-top: 8rem;
  }
}
.top_activities__item {
  border-top: 0.3rem solid #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.8rem, 4.6153vw, 2.2rem);
  font-weight: bold;
  padding: 2rem 0;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top_activities__item {
    padding: 3rem 0;
  }
}
.top_activities__item:last-child {
  border-bottom: 0.3rem solid #3E3A39;
}
.top_activities__item strong {
  font-weight: bold;
  font-size: 2rem;
  padding: 1.5rem 0.5rem 0 3.5rem;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .top_activities__item strong {
    font-size: clamp(3.8rem, 9.66vw, 4rem);
    padding: 0 1.5rem 0 3.5rem;
    width: auto;
  }
}
.top_activities__item p {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .top_activities__item p {
    width: auto;
  }
}
.top_activities__item:before {
  content: "ACTIVITY";
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: -0.5rem;
  top: calc(50% - 1.5rem);
}
.top_activities__item:after {
  background: url(../img/icon_btn_r__blk.svg) no-repeat left top/cover;
  content: "";
  height: clamp(2.1rem, 5vw, 2.8rem);
  position: relative;
  right: 0;
  top: 2rem;
  width: clamp(2.3rem, 5vw, 2.8rem);
}
@media screen and (min-width: 768px) {
  .top_activities__item:after {
    /*top: .75rem;*/
    top: calc(50% - clamp(2.3rem, 5vw, 2.8rem) / 2);
    right: 0;
    position: absolute;
  }
}
.top_activities__ph {
  position: absolute;
}
.top_activities__ph.__l {
  margin: auto;
  max-width: 110rem;
  left: 0;
  /*			    left: -4.5rem;*/
  top: 11.2rem;
  right: 0;
  width: min(75.89vw, 29.6rem);
}
@media screen and (min-width: 768px) {
  .top_activities__ph.__l {
    top: 0;
    left: -14rem;
    right: auto;
    width: min(57.291vw, 91.8rem);
    max-width: 85rem;
  }
}
.top_mv {
  margin-top: 8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_mv {
    margin-top: 0;
    padding-bottom: min(11.1458vw, 21.4rem);
  }
}
.top_mv::before {
  background: url(../img/bg_round__top.webp) no-repeat left top/100% #DEF7F7;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: min(11.1458vw, 21.4rem);
  position: absolute;
  z-index: 0;
}
.top_mv__ttl {
  font-weight: 600;
  font-size: clamp(3.2rem, 8.2vw, 3.8rem);
  color: #fff;
  text-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.46);
  text-align: center;
  line-height: 1.6em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 17rem;
}
@media screen and (min-width: 768px) {
  .top_mv__ttl {
    top: min(21.354vw, 40rem);
  }
}
.top_mv__lead {
  padding: 2rem 2rem 4rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .top_mv__lead {
    font-weight: 600;
    font-size: clamp(1.8rem, 0.937vw, 2.2rem);
    color: #fff;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 0 0.3rem 0.2rem rgba(0, 0, 0, 0.46);
    text-align: center;
    top: min(26.77vw, 51.4rem);
  }
}
.top_mv__slide {
  margin: auto;
  max-width: 110rem;
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_mv__slide {
    padding-bottom: 0;
  }
}
.top_mv__slide:before {
  background: url(../img/mv_frame.webp) no-repeat center top/cover;
  content: "";
  height: 37.4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_mv__slide:before {
    background: url(../img/mv_frame.webp) no-repeat center top/contain;
    content: "";
    height: 32.64rem;
    height: 100%;
  }
}
.top_mv__slide .slick-list {
  overflow: inherit;
}
.top_mv__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .top_mv__nav {
    display: inherit;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 35.1rem;
    text-align: center;
    padding: 0;
    width: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .top_mv__nav {
    top: auto;
    bottom: min(5.989vw, 11.5rem);
  }
}
.top_mv__nav .btn_arw__wrap {
  min-width: auto;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 768px) {
  .top_mv__nav .btn_arw__wrap {
    min-width: 24rem;
    width: auto;
  }
}
.top_mv__nav .btn_arw__wrap .btn_arw__inner {
  min-width: auto;
  padding: 1.5rem 5rem 1.5rem 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_mv__nav .btn_arw__wrap .btn_arw__inner {
    min-width: 24rem;
    padding: 1.75rem 7rem 1.75rem 2.8rem;
    width: auto;
  }
}
.top_mv .slick-slide {
  max-height: 88.4rem;
}
.top_contents {
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .top_contents {
    padding-bottom: clamp(16rem, 41vw, 20rem);
  }
}
.top_exam {
  padding-top: 17rem;
  position: relative;
  margin: auto;
}
.top_exam:before {
  background: url(../img/ph_top__exam.webp) no-repeat left top/100%;
  border-radius: 0 1.4rem 1.4rem 0;
  content: "";
  height: 23.7rem;
  left: 0;
  top: 0;
  position: absolute;
  width: 32rem;
}
@media screen and (min-width: 768px) {
  .top_exam:before {
    background: url(../img/ph_top__exam.webp) no-repeat left top/cover #fff;
    border-radius: 0 2.5rem 2.5rem 0;
    height: 100%;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .top_exam {
    background: #fff;
    border-radius: 2.5rem;
    max-width: 92rem;
    margin-bottom: 4rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 981px) {
  .top_exam {
    max-width: 92rem;
  }
}
@media screen and (min-width: 1024px) {
  .top_exam {
    max-width: 98rem;
  }
}
.top_exam__inner {
  background: #fff;
  border-radius: 1.4rem;
  margin: 2rem;
  padding: 3.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_exam__inner {
    background: none;
    padding: 6rem calc(56% + 4rem) 6rem 5rem;
  }
}
.top_exam__ttl {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding-right: 2rem;
  padding-bottom: min(5.128vw, 3rem);
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .top_exam__ttl {
    line-height: 1.2em;
  }
}
.top_exam__ttl:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2.5em;
  vertical-align: 4px;
  right: 0;
  position: absolute;
  top: calc(clamp(1.8rem, 6.2vw, 2.2rem) / 1.5);
}
.top_exam__ttl a {
  color: #3E3A39;
  text-decoration: none;
}
.top_student {
  margin: auto;
  padding-top: 17rem;
  position: relative;
}
.top_student:before {
  background: url(../img/ph_top__student.webp) no-repeat left top/100%;
  border-radius: 1.4rem 0 0 1.4rem;
  content: "";
  height: 23.7rem;
  right: 0;
  top: 0;
  position: absolute;
  width: 32rem;
}
@media screen and (min-width: 768px) {
  .top_student:before {
    background: url(../img/ph_top__student.webp) no-repeat center top/cover #fff;
    border-radius: 2.5rem 0 0 2.5rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .top_student {
    background: #fff;
    border-radius: 2.5rem;
    max-width: 92rem;
    padding-top: 0;
  }
}
@media screen and (min-width: 981px) {
  .top_student {
    max-width: 92rem;
  }
}
@media screen and (min-width: 1024px) {
  .top_student {
    max-width: 98rem;
  }
}
.top_student__inner {
  background: #fff;
  border-radius: 1.4rem;
  margin: 2rem;
  padding: 3.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top_student__inner {
    background: none;
    padding: 6rem 5rem 6rem calc(56% + 4rem);
  }
}
.top_student__ttl {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 2rem;
  padding-bottom: min(5.128vw, 3rem);
  position: relative;
  text-align: left;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  .top_student__ttl {
    line-height: 1.2em;
  }
}
.top_student__ttl a {
  color: #3E3A39;
  text-decoration: none;
}
.top_student__ttl:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2.5em;
  vertical-align: 4px;
  right: 0;
  position: absolute;
  top: calc(clamp(1.8rem, 6.2vw, 2.2rem) / 1.5);
}
.top_sns {
  padding: 10rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .top_sns {
    padding: 16rem 0;
  }
}
@media screen and (min-width: 768px) {
  .top_sns__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .top_sns__ttl {
    padding-top: 13rem;
    width: 34.7%;
  }
}
.top_sns__box {
  background: #fff;
  border-radius: min(3.589vw, 2.5rem);
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .top_sns__box {
    width: 65.3%;
  }
}
.top_btn__scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_btn__scroll {
    position: fixed;
    left: 1rem;
    bottom: 4rem;
    width: min(1.25vw, 2.4rem);
    z-index: 3;
  }
}
.top_btn__fb {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_btn__fb {
    position: fixed;
    right: 1rem;
    bottom: 4rem;
    width: min(1.5vw, 2.4rem);
    z-index: 3;
  }
}

._5pcb._5tmf._50f3 {
  width: 100% !important;
}

.bl_news__list {
  margin-top: 6rem;
}
.bl_news__item {
  background: #fff;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  margin: 0 1.2rem;
  max-width: 27.2rem;
  padding: 1rem;
  width: calc(50% - 2.4rem);
}
@media screen and (min-width: 768px) {
  .bl_news__item {
    width: auto;
  }
}
.bl_news__item a {
  text-decoration: none;
  display: block;
}
.bl_news__item a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  /*					max-height: 31.1rem;
  					overflow: hidden;
  					height: auto;*/
}
.bl_news__item figure {
  height: 16rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_news__item figure {
    height: 31.1rem;
    width: 25rem;
  }
}

.news-area {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-area {
    padding-left: 10rem;
  }
}
.news_cntrl {
  max-width: 118rem;
  /* margin: auto; */
  position: relative;
}
.news_cntrl .btn_arw__wrap {
  min-width: 20rem;
}
@media screen and (min-width: 768px) {
  .news_cntrl .btn_arw__wrap {
    min-width: 24rem;
  }
}
.news_cntrl .btn_arw__inner {
  min-width: 18rem;
}
@media screen and (min-width: 768px) {
  .news_cntrl .btn_arw__inner {
    min-width: 24rem;
  }
}
.news_btn {
  max-width: 12rem;
  position: relative;
  margin-top: 3rem;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .news_btn {
    max-width: 13.2rem;
    margin-top: 6rem;
  }
}
.news_btn__more {
  height: 6rem;
  text-align: right;
}
.news_item__date {
  color: #31B7B6;
  display: block;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1em;
  padding: 1rem 0;
}
.news_item__txt {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 600;
  color: #3E3A39;
  border-top: 0.2rem solid #3E3A39;
  padding: 0.5rem 0;
  border-bottom: 0.2rem solid #3E3A39;
  min-height: 3.6em;
}
@media screen and (min-width: 768px) {
  .news_item__txt {
    font-size: 1.6rem;
    min-height: 4.6em;
    padding: 1.2rem 2rem;
  }
}
.news_archive {
  margin: auto;
  max-width: 90rem;
  padding: 5rem 1.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_archive {
    padding: 5rem 0;
  }
}
.news_archive .bl_news__item {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news_archive .bl_news__item {
    margin-bottom: 3.8rem;
  }
}
.news_page {
  padding: 8rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .news_page {
    padding: 10rem 0 20rem;
  }
}
.news_page .el_btn__list {
  max-width: 92rem;
  margin: 5.5rem auto;
  text-align: center;
}
.news_page .btn_arw__inner::before {
  -webkit-transform: rotateZ(215deg);
          transform: rotateZ(215deg);
}
.news_post {
  background: #fff;
  border-radius: clamp(0.6rem, 1.538vw, 1.8rem);
  max-width: 92rem;
  margin: 4rem 1.5rem;
  padding: 3rem 2rem 4rem;
}
@media screen and (min-width: 768px) {
  .news_post {
    margin: 6rem auto 0;
    padding: 3rem 3rem 6rem;
  }
}
.news_post__ttl {
  border-top: 0.2rem solid #3E3A39;
  border-bottom: 0.2rem solid #3E3A39;
  font-size: clamp(1.8rem, 4.615vw, 2rem);
  font-weight: 600;
  margin-bottom: 2rem;
  padding: 3rem 2rem;
}
.news_post__date {
  color: #31B7B6;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  text-align: right;
}
.news_post__txt {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .news_post__txt {
    padding: 6.5rem min(7.8125vw, 15rem);
  }
}
.news_post img {
  padding: min(3.125vw, 6rem);
  width: 100%;
}
.news_post img.aligncenter {
  text-align: center;
  display: block;
  margin: auto;
}

/* slick初期化前に非表示にならないよう制御 */
.bl_voice_slide {
  visibility: visible !important;
  opacity: 1 !important;
}

.bl_voice_slide.slick-initialized {
  visibility: visible !important;
}

.about_mv {
  background: url(../img/pages_mv__about_sp.webp) no-repeat left bottom/100%;
  min-height: clamp(23rem, 58.974vw, 44rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_mv {
    background: url(../img/pages_mv__about.webp) no-repeat left top/cover;
  }
}
.about_vision {
  background: url(../img/bg_line__wht.svg) repeat-y 9rem 6rem/100% #CCEDEC;
  padding-top: clamp(10rem, 25.64vw, 18rem);
  padding-bottom: clamp(8rem, 20.512vw, 20rem);
}
@media screen and (min-width: 768px) {
  .about_vision {
    padding-top: min(11.1458vw, 21.4rem);
  }
}
.about_vision__list {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .about_vision__list {
    padding-top: 8rem;
  }
}
.about_box__wrap {
  padding-top: 21rem;
}
.about_box__wrap:first-child {
  background: url(../img/bg_about__vision.webp) no-repeat left top/100%;
}
@media screen and (min-width: 768px) {
  .about_box__wrap:first-child {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .about_box__wrap {
    padding-top: 0;
    margin-bottom: 10rem;
    width: calc(100% - 6vw);
  }
}
@media screen and (min-width: 1440px) {
  .about_box__wrap {
    width: calc(100% - 14.21vw);
  }
}
.about_box__wrap:nth-child(2) {
  background: url(../img/bg_about__mission.webp) no-repeat left top/100%;
}
@media screen and (min-width: 768px) {
  .about_box__wrap:nth-child(2) {
    background: none;
    margin-left: auto;
    margin-right: 0;
  }
}
.about_box__wrap:nth-child(3) {
  background: url(../img/bg_about__btm.webp) no-repeat left top/100%;
}
@media screen and (min-width: 768px) {
  .about_box__wrap:nth-child(3) {
    background: none;
    margin: auto;
    width: calc(100% - 4.166vw);
  }
}
.about_box__ttl {
  color: #31B7B6;
  font-size: clamp(5.2rem, 13.33vw, 9.6rem);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
}
.about_box__ttl span {
  display: block;
  font-size: 1.7rem;
  padding: 2rem 0 3rem;
  line-height: 1.7em;
}
@media screen and (min-width: 768px) {
  .about_box__ttl span {
    line-height: 1em;
  }
}
.about_box__txt {
  position: relative;
  z-index: 2;
}
.about_box__txt dt {
  font-size: min(5.64vw, 2.2rem);
  font-weight: 600;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .about_box__txt dt {
    font-size: clamp(2.2rem, 2.148vw, 2.6rem);
  }
}
@media screen and (min-width: 768px) {
  .about_box__txt dd {
    padding-left: min(2.68vw, 4rem);
  }
}
.about_box__vision {
  background: #fff;
  border-radius: clamp(0.6rem, 1.538vw, 1.8rem);
  margin: 0 2rem 4rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_box__vision {
    border-radius: 0 clamp(0.6rem, 1.538vw, 1.8rem) clamp(0.6rem, 1.538vw, 1.8rem) 0;
    margin: 0 5rem 0 0;
  }
}
.about_box__vision:before {
  background: url(../img/bg_about__vision.webp) no-repeat left top/cover;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about_box__vision:before {
    background: url(../img/bg_about__vision_pc.webp) no-repeat left top/cover;
    height: 100%;
    width: 41.54%;
  }
}
@media screen and (min-width: 768px) {
  .about_box__vision .about_box__ttl {
    margin-right: -5rem;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .about_box__vision .about_box__txt {
    text-align: right;
    padding-left: 41.54%;
  }
}
@media screen and (min-width: 1024px) {
  .about_box__vision .about_box__txt {
    padding-right: min(4.68vw, 9rem);
  }
}
.about_box__mission {
  background: #fff;
  border-radius: clamp(0.6rem, 1.538vw, 1.8rem);
  margin: 0 2rem 4rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_box__mission {
    border-radius: clamp(0.6rem, 1.538vw, 1.8rem) 0 0 clamp(0.6rem, 1.538vw, 1.8rem);
    margin: 0 0 0 5rem;
  }
}
.about_box__mission:before {
  background: url(../img/bg_about__mission.webp) no-repeat right top/cover;
  content: "";
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about_box__mission:before {
    background: url(../img/bg_about__mission_pc.webp) no-repeat left top/cover;
    height: 100%;
    width: 41.54%;
  }
}
@media screen and (min-width: 1440px) {
  .about_box__mission:before {
    background: url(../img/bg_about__mission_pc.webp) no-repeat center top/cover;
  }
}
@media screen and (min-width: 768px) {
  .about_box__mission .about_box__ttl {
    margin-left: -5rem;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .about_box__mission .about_box__txt {
    text-align: left;
    padding-right: 41.54%;
  }
}
@media screen and (min-width: 1024px) {
  .about_box__mission .about_box__txt {
    padding-left: min(4.68vw, 9rem);
  }
}
.about_box__glines {
  background: #fff;
  border-radius: clamp(0.6rem, 1.538vw, 1.8rem);
  margin: 0 2rem 4rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_box__glines {
    margin: auto;
    padding: 2rem 0 2rem 40%;
    text-align: center;
  }
}
@media screen and (min-width: 1920px) {
  .about_box__glines {
    padding: 2rem 32.4456%;
    text-align: center;
  }
}
.about_box__glines:before {
  background: url(../img/bg_about__btm_l.webp) no-repeat right top/cover;
  border-radius: clamp(0.6rem, 1.538vw, 1.8rem) 0 0 clamp(0.6rem, 1.538vw, 1.8rem);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about_box__glines:before {
    height: 100%;
    width: 40%;
  }
}
@media screen and (min-width: 1920px) {
  .about_box__glines:before {
    height: 100%;
    width: 32.4456%;
  }
}
.about_box__glines:after {
  background: url(../img/bg_about__btm_r.webp) no-repeat right top/cover;
  border-radius: 0 0.6rem 0.6rem 0;
  content: "";
  right: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  .about_box__glines:after {
    height: 100%;
    width: 32.4456%;
  }
}
.about_box__glines_ttl {
  color: #31B7B6;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .about_box__glines_ttl {
    font-size: 4rem;
    padding: 3rem min(4.6875vw, 9rem);
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .about_box__glines_ttl {
    text-align: center;
  }
}
.about_box__glines_ttl span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4em;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .about_box__glines_ttl span {
    font-size: 1.7rem;
    padding: 3rem 0 0;
    line-height: 1.7em;
  }
}
.about_box__glines_list {
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about_box__glines_list {
    padding: 2rem min(4.6875vw, 9rem);
  }
}
.about_box__glines_num {
  color: #31B7B6;
  font-size: 2rem;
  font-weight: 600;
  padding-right: 3rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
}
.about_message {
  background: #96dada;
  position: relative;
  padding: 0 2rem; /*min(51.28vw,20rem);*/
}
@media screen and (min-width: 768px) {
  .about_message {
    padding: 0;
  }
}
.about_message::before {
  background: url(../img/bg_round__btm.webp) no-repeat center bottom/100%;
  content: "";
  height: min(11.1458vw, 21.4rem);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .about_message::before {
    background: url(../img/bg_round__btm.webp) no-repeat center bottom/contain;
  }
}
.about_message {
  /*		&::after {
  			background: url(../img/bg_images_sp.webp)no-repeat left bottom / 100%;
  			content: "";
  			position: absolute;
  			left: 0;
  			bottom: -6rem;
  			height: min(51.28vw,20rem);
  			width: 100%;
  			z-index: 1;
  			@include mq(tb) {
  				background: url(../img/bg_images.webp)no-repeat left bottom / 100%;
  				height: min(16.1458vw,31rem);
  				bottom: min(-4.166vw,-8rem);
  			}
  		}	*/
}
.about_message__inner {
  background: #fff;
  max-width: 110rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about_message__inner {
    padding-top: 22rem;
    margin: 0 4rem;
  }
}
@media screen and (min-width: 981px) {
  .about_message__inner {
    margin: auto;
  }
}
.about_message__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_message__ttl {
    font-size: 2.8rem;
    padding-top: 8rem;
  }
}
.about_message__box {
  max-width: 56rem;
  margin: auto;
  padding: 10rem 2rem 8rem;
}
@media screen and (min-width: 768px) {
  .about_message__box {
    padding: 0 0 10rem;
  }
}
.about_message__box p {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .about_message__box p {
    padding-top: 4rem;
  }
}
.about_message__box figure {
  max-width: 31.1rem;
  margin: 6rem auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_message__box figure {
    margin-bottom: 0;
  }
}
.about_message__box figure figcaption {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 2rem;
}
.about_message__box figure figcaption span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}
.about_company {
  background: #F4F4F4;
  position: relative;
  padding: 0 2rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about_company {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .about_company::before {
    content: "";
    background: #96DADA;
    height: 34rem;
    left: -50%;
    margin: auto;
    position: absolute;
    top: -170px;
    right: 0;
    -webkit-transform: rotateZ(170deg);
            transform: rotateZ(170deg);
    width: 200%;
    z-index: -1;
    /*			    width: 100%;
    			    height: max(13.958vw,26.8rem);
    			    background: linear-gradient(to bottom right, #96DADA 50%, transparent 50%);
    			    left: 0;
    			    top: 0;
    */
  }
}
.about_company::after {
  background: url(../img/bg_round__btm_wht.svg) no-repeat left bottom/100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about_company::after {
    min-height: clamp(23rem, 58.974vw, 44rem);
  }
}
.about_company__inner {
  background: #fff;
  max-width: 110rem;
  margin: auto;
  padding: 4rem 2rem 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_company__inner {
    padding: 22rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .about_company__ttl {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 8rem;
  }
}
.about_company__box {
  max-width: 56rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_company__box {
    padding-bottom: 20rem;
    padding-top: 12.4rem;
  }
}
.about_company__box p {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .about_company__box p {
    padding-top: 4rem;
  }
}
.about_company__ov {
  font-size: 1.6rem;
  margin-top: min(4rem, 10.256vw, 8rem);
}
.about_company__ov dt {
  color: #31B7B6;
  font-weight: 600;
  padding-top: 2rem;
}
.about_company__ov dd {
  border-bottom: 0.1rem solid #EAEAEA;
  padding: 1.5rem 0 2rem;
  position: relative;
  z-index: 2;
}
.about_company__ov dd .txt_link {
  color: #31B7B6 !important;
}
.about_company .hdline_cnt__ttl:before {
  content: "";
  border-bottom: 0.4rem solid #97D8D7;
  left: 0;
  right: 0;
  margin: auto;
  top: -6rem;
  position: absolute;
  width: clamp(15rem, 50vw, 28rem);
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
}
@media screen and (min-width: 768px) {
  .about_company .hdline_cnt__ttl:before {
    top: 0;
  }
}
.about_members {
  padding-top: clamp(10rem, 25.64vw, 18rem);
  position: relative;
  padding-bottom: min(51.28vw, 20rem);
}
@media screen and (min-width: 768px) {
  .about_members {
    padding-bottom: min(20.8vw, 40rem);
  }
}
.about_members__img {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .about_members__img {
    width: 34%;
  }
}
.about_members__list {
  max-width: 110rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .about_members__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 981px) {
  .about_members__list {
    max-width: 112.8rem;
  }
}
.about_members__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4rem auto;
  max-width: 34rem;
}
@media screen and (min-width: 768px) {
  .about_members__item {
    margin: 6rem 1.4rem 0;
    max-width: 48.7rem;
    width: 50%;
  }
}
@media screen and (min-width: 981px) {
  .about_members__item {
    width: calc(50% - 1.4rem);
  }
}
.about_members__ttl {
  font-size: 1.6rem;
  line-height: 1.4em;
  padding-bottom: 1rem;
}
.about_members__ttl span {
  display: block;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 1rem;
}
.about_members__txt {
  padding-left: 2rem;
  width: 65%;
}
@media screen and (min-width: 768px) {
  .about_members__txt {
    width: 66%;
  }
}
.about_members__txt p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.about_members::after {
  background: url(../img/bg_images_sp.webp) no-repeat center bottom/cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  height: min(51.28vw, 20rem);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about_members::after {
    background: url(../img/bg_images.webp) no-repeat left bottom/100%;
    height: min(16.1458vw, 31rem);
    bottom: min(-2vw, -4rem);
  }
}
.about_history {
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .about_history {
    padding-top: 18rem;
  }
}
.about_history__inner {
  margin: auto;
  max-width: 192rem;
  position: relative;
}
@media screen and (min-width: 981px) {
  .about_history__inner:after {
    background: url(../img/bg_history_01.webp) no-repeat left top/100%;
    content: "";
    left: 4rem;
    position: absolute;
    top: 0;
    z-index: -1;
    height: min(19.5833vw, 37.6rem);
    width: min(24vw, 46.1rem);
  }
}
@media screen and (min-width: 981px) {
  .about_history__inner:before {
    background: url(../img/bg_history_02.webp) no-repeat left top/100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    top: calc(min(19.5833vw, 37.6rem) + 2rem);
    height: min(19.5833vw, 37.6rem);
    width: min(24vw, 46.1rem);
  }
}
.about_history__box {
  position: relative;
}
@media screen and (min-width: 981px) {
  .about_history__box:after {
    background: url(../img/bg_history_03.webp) no-repeat left top/100%;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    height: min(19.5833vw, 37.6rem);
    width: min(24vw, 46.1rem);
  }
}
@media screen and (min-width: 981px) {
  .about_history__box:before {
    background: url(../img/bg_history_04.webp) no-repeat left top/100%;
    content: "";
    right: 4rem;
    position: absolute;
    top: 0;
    z-index: -1;
    top: calc(min(19.5833vw, 37.6rem) + 2rem);
    height: min(19.5833vw, 37.6rem);
    width: min(24vw, 46.1rem);
  }
}
.about_history__list {
  max-width: 68rem;
  margin: 4rem;
  font-size: 1.6rem;
  position: relative;
  padding-left: 8rem;
}
@media screen and (min-width: 768px) {
  .about_history__list {
    font-size: 1.8rem;
    padding-top: 8rem;
    padding-left: 14rem;
    margin: auto;
  }
}
.about_history__list:before {
  border-left: 0.3rem solid #31b7b6;
  height: calc(100% - 1em);
  position: absolute;
  left: 6rem;
  width: 0.3rem;
  content: "";
}
@media screen and (min-width: 768px) {
  .about_history__list:before {
    height: calc(100% - 6em);
    left: 10rem;
  }
}
.about_history__list li {
  margin-bottom: 2.4rem;
}
.about_history__list li:last-child {
  margin-bottom: 0;
}
.about_history__list strong {
  display: block;
  min-width: 8.4rem;
  color: #31b7b6;
  font-style: italic;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .about_history__list strong {
    display: inline-block;
  }
}
.about_history__point {
  position: relative;
}
.about_history__point:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #45b7d1;
  border-radius: 5rem;
  position: absolute;
  left: -3rem;
}
@media screen and (min-width: 768px) {
  .about_history__point:before {
    left: -5rem;
  }
}
.about_history__point._01:after {
  content: "Est.";
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  position: absolute;
  left: -8rem;
  color: #31b7b6;
  font-size: 2.8rem;
  font-style: italic;
  top: 0;
}
@media screen and (min-width: 768px) {
  .about_history__point._01:after {
    left: -14rem;
    top: auto;
  }
}
.about_history__point._02:after {
  content: "10th.";
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  position: absolute;
  left: -10rem;
  color: #31b7b6;
  font-size: 2.8rem;
  font-style: italic;
  top: 0;
}
@media screen and (min-width: 768px) {
  .about_history__point._02:after {
    left: -14rem;
    top: auto;
  }
}
.about_history__point._03:after {
  content: "20th.";
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  position: absolute;
  left: -10rem;
  color: #31b7b6;
  font-size: 2.8rem;
  font-style: italic;
  top: 0;
}
@media screen and (min-width: 768px) {
  .about_history__point._03:after {
    left: -14rem;
    top: auto;
  }
}
.about_media {
  background: #DEF7F7;
  padding: clamp(10rem, 25.64vw, 18rem) 2rem;
}
@media screen and (min-width: 768px) {
  .about_media {
    padding: clamp(10rem, 25.64vw, 18rem) 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .about_media {
    padding: clamp(10rem, 25.64vw, 18rem);
  }
}
@media screen and (min-width: 1024px) {
  .about_media__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 118.4rem;
    margin: auto;
  }
}
.about_media__item {
  background: #fff;
  border-radius: 1.8rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.05);
          box-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.05);
  padding: 3rem 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .about_media__item {
    margin-bottom: 0;
    max-width: 54.2rem;
    padding: 5rem 0 2rem;
    width: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .about_media__item {
    width: min(36.638vw, 54.2rem);
  }
}
.about_media__item:last-child {
  margin-bottom: 0;
}
.about_media__link {
  padding: 3rem 3rem 0 0;
  text-align: right;
}
.about_media__link a {
  border-bottom: 0.3rem solid #3E3A39;
  display: inline-block;
  padding-right: 6rem;
  text-decoration: none;
  position: relative;
}
.about_media__link a:after {
  background: url(../img/icon_arw__r.svg) no-repeat right top/cover;
  content: "";
  height: 1.68rem;
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 0.84rem);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 1.68rem;
}

.activities_issues {
  background: url(../img/bg_line__wht.svg) repeat-y 9rem 6rem/100% #CCEDEC;
  padding-top: clamp(10rem, 25.64vw, 18rem);
  padding-bottom: clamp(8rem, 20.512vw, 20rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .activities_issues {
    padding-top: min(11.1458vw, 21.4rem);
  }
}
.activities_issues::after {
  background: url(../img/bg_round__gry.svg) no-repeat center bottom/contain;
  content: "";
  height: min(11.1458vw, 21.4rem);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.activities_issues__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6rem 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .activities_issues__nav {
    padding: 12rem 0 10rem;
  }
}
.activities_issues__btn {
  background: #fff;
  border-radius: 0.6rem;
  display: block;
  padding: 1rem 1rem 3rem;
  margin: 0 1rem;
  text-decoration: none;
  text-align: center;
  width: calc(50% - 3rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .activities_issues__btn {
    display: inline;
    border-radius: 50%;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.7em;
    margin: 0 7.25rem;
    padding: 2rem;
    padding-top: 9.8rem;
    height: 27rem;
    width: 27rem;
  }
}
.activities_issues__btn::after {
  content: "";
  border-bottom: 0.15rem solid #3E3A39;
  border-right: 0.15rem solid #3E3A39;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .activities_issues__btn::after {
    bottom: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .activities_issues__btn:last-child {
    padding-top: 12.2rem;
  }
}
.activities_issues__list {
  padding: 0 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .activities_issues__list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.activities_issues__item {
  border: 0.3rem solid #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.5rem, 3.84615vw, 1.8rem);
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 2rem;
  padding: 2rem;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .activities_issues__item {
    margin: 0 0.5rem 2rem;
  }
}
.activities_issues__item._false {
  background: #ccc;
  opacity: 0.5;
}
.activities_issues__item strong {
  font-weight: bold;
  font-size: 2rem;
  padding: 1rem 0.5rem 0.5rem 1.5rem;
  width: 20%;
}
@media screen and (min-width: 768px) {
  .activities_issues__item strong {
    font-size: 3rem;
    padding: 1rem 1.5rem 0 1.5rem;
    width: auto;
  }
}
.activities_issues__item p {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .activities_issues__item p {
    width: auto;
  }
}
.activities_issues__item:before {
  content: "ACTIVITY";
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: -1rem;
  top: calc(50% - 1rem);
}
.activities_issues__item:after {
  background: url(../img/icon_arw__r.svg) no-repeat left top/cover;
  content: "";
  height: clamp(1.1rem, 2.8vw, 1.5rem);
  position: relative;
  right: 0;
  top: 0;
  width: clamp(1.3rem, 3.33vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .activities_issues__item:after {
    top: 0;
  }
}
.activities_active {
  background: #f4f4f4;
  position: relative;
  padding: 10rem 2rem min(38.46vw, 15rem);
}
@media screen and (min-width: 1024px) {
  .activities_active {
    padding-bottom: 20rem;
  }
}
.activities_active::after {
  background: url(../img/bg_images__active_sp.webp) no-repeat center bottom/cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: -6rem;
  height: min(51.28vw, 20rem);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .activities_active::after {
    background: url(../img/bg_images__active.webp) no-repeat left bottom/100%;
    height: min(16.1458vw, 31rem);
    bottom: min(-2vw, -8rem);
  }
}
.activities_active__list {
  max-width: 128rem;
  margin: 8rem auto 0;
}
.activities_active__item {
  border-radius: clamp(0.6rem, 1.538vw, 1.8rem);
  background: #fff;
  margin-bottom: 4rem;
}

.active_main {
  padding: 4rem min(4.47vw, 8.6rem) 2rem;
}
@media screen and (min-width: 981px) {
  .active_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem min(4.47vw, 7.6rem) 2rem 0;
  }
}
.active_main__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.5rem, 3.84615vw, 1.8rem);
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 2rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .active_main__ttl {
    margin: 0 0.5rem 2rem;
  }
}
.active_main__ttl._false {
  background: #ccc;
  opacity: 0.5;
}
.active_main__ttl strong {
  font-weight: bold;
  font-size: 2rem;
  padding: 1.5rem 0.5rem 0 1rem;
  width: 3em;
}
@media screen and (min-width: 768px) {
  .active_main__ttl strong {
    font-size: 2.6rem;
    padding: 1rem 1.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 981px) {
  .active_main__ttl strong {
    width: 18%;
  }
}
@media screen and (min-width: 1024px) {
  .active_main__ttl strong {
    font-size: min(3.38vw, 3rem);
    width: auto;
  }
}
.active_main__ttl p {
  font-size: 1.8rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .active_main__ttl p {
    padding-top: 1rem;
    font-size: 2.6rem;
    width: auto;
  }
}
.active_main__ttl:before {
  content: "ACTIVITY";
  font-size: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: -1.5rem;
  top: calc(50% - 1rem);
}
@media screen and (min-width: 768px) {
  .active_main__ttl:before {
    left: -1rem;
  }
}
.active_main__txt {
  padding-bottom: 2rem;
}
@media screen and (min-width: 981px) {
  .active_main__txt {
    padding-bottom: 0;
    padding-left: min(4.47vw, 8.6rem);
  }
}
.active_facilities__wrap {
  background: #ccedec;
  padding: 4rem 0.5rem 2rem;
  border-radius: 0 0 clamp(0.6rem, 1.538vw, 1.8rem) clamp(0.6rem, 1.538vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .active_facilities__wrap {
    padding: 4rem min(4.47vw, 8.6rem) 2rem;
  }
}
.active_facilities__ttl {
  margin-left: 2rem;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .active_facilities__ttl {
    margin-left: auto;
  }
}
.active_facilities__ttl::after {
  background: url(../img/icon_building.svg) no-repeat left top/contain;
  content: "";
  height: 2.2rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1.65rem;
}
.active_facilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.5rem 0 0;
}
.active_facilities__item {
  margin-bottom: 2rem;
  padding: 0 0.5rem;
  text-align: center;
  width: 50%;
}
.active_facilities__item figure {
  /*				padding: 0 1rem;*/
}
.active_facilities__item figure img {
  max-width: 8.6rem;
  margin: auto;
}
.active_facilities__item figure figcaption {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .active_facilities__item {
    max-width: 14.8rem;
    width: 16.6%;
  }
}
@media screen and (min-width: 1024px) {
  .active_facilities__item {
    width: 12.28%;
  }
}
@media screen and (min-width: 981px) {
  .active_txt {
    width: 55%;
    padding: 0 4rem 0 0;
    border-right: 0.1rem solid #ccc;
  }
}
@media screen and (min-width: 981px) {
  .active_ph {
    width: 45%;
    padding: 0 0 0 4rem;
  }
}
.active_ph__ttl {
  font-size: clamp(1.8rem, 4.615vw, 2rem);
  padding-bottom: 2rem;
}
.active_ph figure {
  padding-bottom: 2rem;
}
.active_ph figure img {
  border-radius: clamp(0.6rem, 1.538vw, 1.8rem);
}

/* Issues */
.issue_list {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .issue_list {
    padding: 0 min(2.08vw, 4rem);
  }
}
.issue_item {
  border-radius: clamp(0.6rem, 1.538vw, 1.8rem);
  padding-top: 10rem;
  max-width: 192rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .issue_item {
    padding: 8rem 0 0;
  }
}
.issue_item._active01 {
  background: url(../img/bg_issue__active01_sp.webp) no-repeat center -8rem/100% #fff;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .issue_item._active01 {
    background: url(../img/bg_issue__active01.webp) no-repeat center top/cover;
  }
}
@media screen and (min-width: 1440px) {
  .issue_item._active01 {
    background: url(../img/bg_issue__active01_wide.webp) no-repeat center top/100%;
  }
}
.issue_item._active02 {
  background: url(../img/bg_issue__active02_sp.webp) no-repeat center -8rem/100% #fff;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .issue_item._active02 {
    background: url(../img/bg_issue__active02.webp) no-repeat center top/180%;
  }
}
@media screen and (min-width: 981px) {
  .issue_item._active02 {
    background: url(../img/bg_issue__active02.webp) no-repeat center top/160%;
  }
}
@media screen and (min-width: 1024px) {
  .issue_item._active02 {
    background: url(../img/bg_issue__active02.webp) no-repeat center top/100%;
  }
}
@media screen and (min-width: 1440px) {
  .issue_item._active02 {
    background: url(../img/bg_issue__active02_wide.webp) no-repeat left top/100%;
  }
}
.issue_item._active03 {
  background: url(../img/bg_issue__active03_sp.webp) no-repeat center -8rem/100% #fff;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .issue_item._active03 {
    background: url(../img/bg_issue__active03.webp) no-repeat center top/cover;
  }
}
@media screen and (min-width: 1440px) {
  .issue_item._active03 {
    background: url(../img/bg_issue__active03.webp) no-repeat center top/100%;
  }
}
.issue_item__main {
  min-height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .issue_item__main {
    min-height: 46rem;
  }
}
.issue_item__ttl {
  color: #fff;
  font-size: clamp(2.8rem, 7.178vw, 4rem);
  font-weight: 600;
  line-height: 1.4em;
  padding: 0 2rem 3rem;
}
@media screen and (min-width: 1440px) {
  .issue_item__ttl {
    padding: 0 0 3rem;
  }
}
.issue_item__lead {
  color: #fff;
  font-size: clamp(1.8rem, 4.615vw, 2.6rem);
  padding: 0 2rem;
}
@media screen and (min-width: 1440px) {
  .issue_item__lead {
    padding: 0;
  }
}
.issue_item__txt {
  padding: 35rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .issue_item__txt {
    padding: min(9.6vw, 32rem) 2rem 0;
    color: #fff;
  }
}
@media screen and (min-width: 981px) {
  .issue_item__txt {
    padding-top: 0;
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .issue_item__txt {
    margin-left: auto;
    width: 56rem;
    /*padding: 0 0 0 min(37.5vw,72rem);*/
    /*width: 100%;*/
  }
}
.issue_item__txt p {
  padding-top: 2rem;
}
.issue_item__about {
  background: url(../img/bg_issue__box.svg) no-repeat center top/cover;
  border-radius: 0 0 clamp(0.6rem, 1.538vw, 1.8rem) clamp(0.6rem, 1.538vw, 1.8rem);
  margin-top: -30rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .issue_item__about {
    margin-top: auto;
    padding: 20rem 2rem 8rem;
    z-index: 0;
  }
}
@media screen and (min-width: 1024px) {
  .issue_item__about {
    margin-top: -6rem;
  }
}
.issue_item__about_ttl {
  font-size: clamp(1.8rem, 4.615vw, 2.6rem);
  padding: 4rem 0 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .issue_item__about_ttl {
    padding: 0 0 5rem;
  }
}

.info_list {
  background: #FDFCEB;
  padding: 2rem 2.5rem;
}
@media screen and (min-width: 981px) {
  .info_list {
    padding: 2rem 4rem;
  }
}
.info_list__link {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .info_list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.info_list__date {
  color: #31B7B6;
  /*			font-size: min(1.8rem,4.615vw);*/
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  padding-right: 1rem;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .info_list__date {
    /*				font-size: clamp(1.8rem,1.836vw,2.5rem);*/
    width: 30%;
  }
}
.info_list p {
  /*			line-height: 1.4em;*/
}
@media screen and (min-width: 768px) {
  .info_list p {
    width: 70%;
  }
}
.info_list__item {
  padding: 1rem 0;
}

.donate {
  /*	&_mv {
  		background: url(../img/pages_mv__about_sp.webp)no-repeat left top / cover;
  		min-height: clamp(23rem,58.974vw,44rem);
  		position: relative;
  		@include mq(tb) {
  			background: url(../img/pages_mv__about.webp)no-repeat left top / cover;
  		}
  	}*/
}
.donate_future {
  background: url(../img/bg_line__wht.svg) repeat-y 9rem 6rem/100% #CCEDEC;
  /*padding-bottom: clamp(8rem,20.512vw,20rem);*/
  padding: clamp(10rem, 25.64vw, 18rem) 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .donate_future {
    padding-top: min(11.1458vw, 21.4rem);
    padding-bottom: 14rem;
  }
}
.donate_future__issue .issue_item__ttl {
  font-size: clamp(2.2rem, 5.64vw, 4rem);
  padding: 2rem;
}
@media screen and (min-width: 1440px) {
  .donate_future__issue .issue_item__ttl {
    /*padding: 3rem 0 0;*/
  }
}
@media screen and (min-width: 981px) {
  .donate_future__issue .issue_item__head {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .donate_future__issue .issue_item__about {
    background: url(../img/bg_issue__box.svg) no-repeat center top/100%;
    margin-top: -30rem;
    position: relative;
    margin-top: auto;
    padding: 20rem 2rem 0;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) {
  .donate_future__issue .issue_item__about::after {
    z-index: -1;
    background: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 10rem;
    border-radius: 0 0 2rem 2rem;
  }
}
.donate_future__issue .issue_item__txt {
  padding-top: 3.2rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 981px) {
  .donate_future__issue .issue_item__txt {
    width: 50%;
  }
}
.donate_future__issue .issue_item__txt p {
  padding-top: 81.4vw;
}
@media screen and (min-width: 768px) {
  .donate_future__issue .issue_item__txt p {
    padding-top: 0;
  }
}
.donate_future__issue .issue_item__lead {
  font-size: clamp(1.8rem, 4.6vw, 2.2rem);
}
@media screen and (min-width: 981px) {
  .donate_future__issue_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 981px) {
  .donate_future .issue_item__head {
    width: 50%;
  }
}
@media screen and (min-width: 981px) {
  .donate_future .issue_item__txt {
    padding: 0;
    padding-right: 2rem;
    width: 50%;
  }
}
.donate_future__list {
  padding: 2rem 2rem 6rem;
}
@media screen and (min-width: 768px) {
  .donate_future__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 110rem;
    margin: auto;
    padding: 0;
  }
}
.donate_future__item {
  background: url(../img/bg_donate_items.webp) no-repeat left top/cover;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  border-radius: 1rem;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .donate_future__item {
    width: calc(25% - 1rem);
    margin: 0 1rem;
    padding: 2rem 0;
  }
}
.donate_future__item dt {
  color: #fff;
  font-size: 3rem;
  font-style: oblique;
}
.donate_future__item dt span {
  padding-left: 1rem;
  font-size: 1.4rem;
}
.donate_future__item dd {
  color: #fff;
  border-top: 0.1rem solid #fff;
  font-weight: 600;
  font-size: 1.8rem;
  text-shadow: 0.1rem 0.1rem 1rem rgba(0, 106, 119, 0.7);
  padding-top: 1rem;
  margin-top: 1rem;
}
.donate_future__item dd p {
  font-size: 1.4rem;
  text-shadow: none;
}
.donate_voice {
  padding-top: clamp(10rem, 25.64vw, 18rem);
  position: relative;
  padding-bottom: min(6.25vw, 12rem);
  /*		  padding-bottom: min(51.28vw, 20rem);*/
}
@media screen and (min-width: 981px) {
  .donate_voice {
    /*padding-bottom: min(6.25vw,12rem);
    padding-bottom: min(20.8vw, 40rem);*/
  }
}
.donate_voice__ttl {
  font-size: clamp(1.8rem, 4.615vw, 2.6rem);
  padding: 4rem 0 3rem;
  text-align: center;
}
.donate_voice__list {
  margin: 4rem auto;
  max-width: calc(108rem + min(7.29vw, 14rem));
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .donate_voice__list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.donate_voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 47rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .donate_voice__item {
    margin: 2rem min(3.64vw, 7rem) 3rem;
    width: calc(50% - min(3.64vw, 7rem));
  }
}
.donate_voice__item figure img {
  border-radius: 1rem;
}
.donate_voice__item_txt {
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .donate_voice__item_txt {
    padding-top: 7rem;
  }
}
.donate_voice__item_txt dt {
  font-size: 2rem;
  font-weight: 600;
}
.donate_voice__item_txt dt span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6em;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .donate_voice__item_txt dt span {
    padding-top: 0;
    line-height: 1.4em;
  }
}
.donate_voice__item_txt dd {
  padding-top: 3rem;
}
.donate_voice__item_more {
  border-bottom: 0.2rem solid #000;
  padding-right: 3rem;
  padding-top: 0 !important;
  position: relative;
  text-align: right;
  max-width: 20rem;
  margin-left: auto;
}
.donate_voice__item_more::before {
  background: url(../img/icon_arw__r.svg) no-repeat right top/cover;
  content: "";
  height: 1.68rem;
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 0.84rem);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 1.68rem;
}
.donate_voice__item_more a {
  text-decoration: none;
}
.donate_support {
  background: #96dada;
  position: relative;
  /*		padding-bottom: min(51.28vw,20rem);
  		@include mq(tb) {
  			padding-bottom: min(20.8vw,40rem);
  		}*/
}
.donate_support::before {
  background: url(../img/bg_round__btm.webp) no-repeat center bottom/contain;
  content: "";
  height: min(11.1458vw, 21.4rem);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.donate_support::after {
  background: url(../img/bg_images_sp.webp) no-repeat center bottom/cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  height: min(51.28vw, 20rem);
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .donate_support::after {
    background: url(../img/bg_images.webp) no-repeat left bottom/100%;
    height: min(16.1458vw, 31rem);
    bottom: min(-2vw, -4rem);
  }
}
.donate_support__inner {
  background: #fff;
  max-width: 110rem;
  margin: auto;
  padding: 10rem 2rem min(51.28vw, 20rem);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .donate_support__inner {
    padding: 22rem 0 min(20.8vw, 40rem);
    margin: 0 4rem;
  }
}
@media screen and (min-width: 981px) {
  .donate_support__inner {
    margin: auto;
  }
}
.donate_support__lead {
  padding: 4rem 0;
}
.donate_support__lead p {
  text-align: center;
  padding-bottom: 1rem;
}
.donate_support__list {
  max-width: 92rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .donate_support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.donate_support__item {
  background: #31b7b6;
  /* gap: 1rem; */
  color: #fff;
  padding: 3rem 1rem 2rem;
  border-radius: 1rem;
  margin: 2rem auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .donate_support__item {
    width: calc(33.33% - 4rem);
    margin: 2rem 2rem 0;
  }
}
.donate_support__item_ttle {
  font-weight: 600;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
  padding-bottom: 2rem;
}
.donate_support__item_subttl {
  font-size: 2.2rem;
}
.donate_support__item_txt {
  border-top: 0.1rem solid #fff;
  padding-top: 1rem;
  margin-top: 1rem;
  line-height: 1.5em;
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .donate_support__item_info {
    font-size: 2.3rem;
    min-height: 6rem;
    padding-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.donate_support__item_info .txt_en {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .donate_support__item_info .txt_en {
    font-size: 3.1rem;
    font-weight: 300;
  }
}
.donate_support__item_info .txt_box {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .donate_support__item:nth-child(2) .donate_support__item_info {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .donate_support__item:nth-child(2) .donate_support__item_info .txt_en {
    display: inline-block;
    font-size: 2.6rem;
    text-align: right;
    width: 11rem;
  }
}
.donate_transfer {
  border: 0.1rem solid #31B7B6;
  border-radius: 1rem;
  max-width: 44.6rem;
  margin: 4rem auto;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .donate_transfer {
    padding: 2rem min(2.6vw, 5rem);
  }
}
@media screen and (min-width: 768px) {
  .donate_transfer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.donate_transfer__items strong {
  color: #31B7B6;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .donate_transfer__items strong {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .donate_transfer__items p {
    width: 75%;
  }
}
.donate_benefits {
  background: #F4F4F4;
  position: relative;
  padding: 0 2rem min(6.25vw, 12rem);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .donate_benefits {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .donate_benefits::before {
    content: "";
    background: #96DADA;
    height: 34rem;
    left: -50%;
    margin: auto;
    position: absolute;
    top: -170px;
    right: 0;
    -webkit-transform: rotateZ(170deg);
            transform: rotateZ(170deg);
    width: 200%;
    z-index: -1;
    /*			    width: 100%;
    		    height: max(13.958vw,26.8rem);
    		    background: linear-gradient(to bottom right, #96DADA 50%, transparent 50%);
    		    left: 0;
    		    top: 0;
    */
  }
}
.donate_benefits::after {
  background: url(../img/bg_round__btm_wht.svg) no-repeat left bottom/100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .donate_benefits::after {
    min-height: clamp(23rem, 58.974vw, 44rem);
  }
}
.donate_benefits__wrap {
  margin: 0 auto;
  max-width: 56rem;
}
@media screen and (min-width: 768px) {
  .donate_benefits__wrap {
    margin: 6rem auto 0;
  }
}
.donate_benefits__inner {
  background: #fff;
  max-width: 110rem;
  margin: auto;
  padding: 4rem 2rem min(6.25vw, 12rem); /*min(51.28vw,20rem);*/
  position: relative;
}
@media screen and (min-width: 768px) {
  .donate_benefits__inner {
    padding: 22rem 0 min(20.8vw, 40rem);
  }
}
.donate_benefits__list {
  padding: 2rem;
}
.donate_benefits__list li {
  line-height: 1.6em;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  position: relative;
}
.donate_benefits__list li:before {
  background: url(../img/icon_heart.svg) no-repeat left top/100%;
  content: "";
  left: 0;
  position: absolute;
  top: 0.8rem;
  height: 1.2rem;
  width: 1.5rem;
}
.donate_benefits__item {
  border-radius: 1rem;
  border: 0.2rem solid #31B7B6;
  color: #31B7B6;
  display: block;
  margin: 3.5rem auto;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .donate_benefits__ttl {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 8rem;
  }
}
.donate_benefits__box {
  max-width: 56rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .donate_benefits__box {
    padding-bottom: 20rem;
    padding-top: 12.4rem;
  }
}
.donate_benefits__box p {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .donate_benefits__box p {
    padding-top: 4rem;
  }
}
.donate_benefits__subttl {
  background: #31B7B6;
  border-radius: 0.8rem 0.8rem 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding: 1.5rem 0 2rem;
  text-shadow: 0 0.3rem 1rem rgba(0, 106, 119, 0.73);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .donate_benefits__subttl {
    font-size: 1.8rem;
  }
}
.donate_benefits__type {
  display: block;
  border: 0.1rem solid #fff;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 1rem auto 0.5rem;
  padding: 0.5rem;
}
.donate_benefits__info dt {
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .donate_benefits__info dt {
    min-height: 4em;
  }
}
.donate_benefits__info dd p {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .donate_benefits__info dd p {
    font-size: 1.4rem;
  }
}
.donate_benefits__ov {
  font-size: 1.6rem;
  margin-top: min(4rem, 10.256vw, 8rem);
}
.donate_benefits__ov dt {
  color: #31B7B6;
  font-weight: 600;
  padding-top: 2rem;
}
.donate_benefits__ov dd {
  border-bottom: 0.1rem solid #EAEAEA;
  padding: 1.5rem 0 2rem;
  position: relative;
  z-index: 2;
}
.donate_benefits__ov dd .txt_link {
  color: #31B7B6 !important;
}
.donate_other {
  position: relative;
  padding: clamp(10rem, 25.64vw, 18rem) 2rem min(5.2vw, 10rem);
}
@media screen and (min-width: 768px) {
  .donate_other {
    padding: 22rem 0 min(5.2vw, 10rem);
  }
}
.donate_other::before {
  background: url(../img/bg_round__top_wht.png) no-repeat center top/cover;
  content: "";
  height: 21.4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*js*/
/* モーダル */
.donate_future .swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.donate_future .voice_swiper .swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}
.donate_future .voice_swiper .swiper-slide:nth-child(3n+1) {
  /*1、4、7、3n+1枚目の背景色 */
  background-color: #de4439;
}
.donate_future .voice_swiper .swiper-slide:nth-child(3n+2) {
  /*2、5、8、3n+2枚目の背景色 */
  background-color: #fcd500;
}
.donate_future .voice_swiper .swiper-slide:nth-child(3n+3) {
  /*3、6、9、3n+3枚目の背景色 */
  background-color: #53c638;
}

/**/
/*------------------------------------------------------------------
 page:information
------------------------------------------------------------------*/
/*.information {
	@include mq(tb) {
		padding-bottom: 10rem;
	}
}*/
/*
.hd {
	&_mv {
		&__ttl {
			background: rgba(154,40,138,.75);
			bottom: 0;
			color: $color-wht;
			font-size: clamp(2rem,5.128vw,3.2rem);
			font-weight: 500;
			left: 0;
			margin: auto;
			padding: clamp(1rem,2.564vw,1.7rem) 0;
			position: absolute;
			right: 0;
			text-align: center;
			width: 100%;			
		}
	}
}
*/
/*parts*/
.phone-section {
  color: #3E3A39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.phone-icon {
  width: 3.4rem;
  height: 3.4rem;
  fill: #3E3A39;
}

.phone-number {
  font-size: 3.2rem;
  font-weight: bold;
  color: #3E3A39;
}

.fax-icon {
  width: 3.4rem;
  height: 3.4rem;
  fill: #3E3A39;
}

.fax-number {
  font-size: 3.2rem;
  font-weight: bold;
  color: #3E3A39;
}

.fax-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-section li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-label {
  color: #333;
  margin-bottom: 4px;
  padding-right: 1rem;
}

.info-text {
  color: #555;
  font-size: 14px;
}

.small-text {
  font-size: 1.2rem;
  color: #666;
  display: block;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .small-text {
    font-size: 1.4rem;
  }
}

.guidance-text {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}

.download-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.download-link {
  color: #8B4A9C;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
}

.download-link:hover {
  color: #6B3A7C;
}

/* block */
.bl_newslist__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.bl_newslist__pagination .pagenumber {
  margin: 2rem 1rem;
}
.bl_newslist__pagination .pagenumber a, .bl_newslist__pagination .pagenumber span {
  border-radius: 8rem;
  border: 0.1rem solid #3E3A39;
  display: block;
  height: 4rem;
  padding-top: 0.35rem;
  text-align: center;
  text-decoration: none;
  width: 4rem;
}
.bl_newslist__pagination .pagenumber a {
  background: #3E3A39;
  color: #fff;
}
@media screen and (min-width: 981px) {
  .bl_newslist__pagination .pagenumber a.prev {
    position: absolute;
    left: 0;
    top: calc(50% - 2rem);
  }
}
@media screen and (min-width: 981px) {
  .bl_newslist__pagination .pagenumber a.next {
    position: absolute;
    right: 0;
    top: calc(50% - 2rem);
  }
}
.bl_newslist__pagination .pagenumber span {
  background: #fff;
  color: #3E3A39;
}

/*------------------------------------------------------------------
 page:contact
------------------------------------------------------------------*/
.contact_main {
  background: #ccedec;
  padding: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .contact_main {
    padding: clamp(8rem, 20.51vw, 13.4rem);
  }
}
.contact_inner {
  background: #fff;
  border-radius: min(0.9375vw, 1.8rem);
  max-width: 110rem;
  margin: auto;
}
.contact_inner.__donate {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .contact_inner.__donate {
    padding-top: 10rem;
  }
}
.contact_inner.__donate .txt_lead {
  font-size: 1.6rem;
  line-height: 1.8em;
  padding: 0 2rem;
}
.contact_inner.__donate .contact_list {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .contact_inner.__donate .contact_list {
    padding-top: 7rem;
  }
}
.contact_list {
  max-width: 44rem;
  margin: auto;
  padding: 4rem;
}
.contact_list .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .contact_list {
    padding: min(7.7vw, 14.8rem) min(5.2vw, 10rem);
  }
}
@media screen and (min-width: 981px) {
  .contact_list {
    padding: 14.8rem 0rem;
  }
}
.contact {
  /*	&_arw {
  		border-right: .2rem;
  		border-bottom: .2rem;
  		position: absolute;
  	    z-index: 2;
  	    right: 14px;
  	    top: 7px;
  	    content: "";
  	    font-size: 18px;
  	    display: block;
  	    font-weight: 900;
  	    content: "\f078";
  	    padding-left: 1rem;
  	    color: #AD2786;
  	}*/
}
.contact_arw {
  position: relative;
}
.contact_arw:before {
  content: "";
  border-bottom: 0.3rem solid #31b7b6;
  border-right: 0.3rem solid #31b7b6;
  position: absolute;
  right: 1.4rem;
  top: calc(50% - 1.2rem);
  z-index: 0;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact_arw:after {
  background: #fff;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  z-index: -1;
}
.contact_doui {
  line-height: 2.8rem;
  padding-left: 2rem;
  position: relative;
}

.form_items {
  margin-bottom: 3rem;
  position: relative;
}
.form_items select, .form_items input, .form_items textarea {
  background: none;
  border: 0.1rem solid #97D8D7;
  padding: 1rem 1.5rem;
  width: 100%;
}
.form_items.recommend label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_items.recommend label span {
  padding-left: 1rem;
}
.form_items.recommend label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: -0.15rem;
  left: 2.7rem;
  display: inline-block;
  width: 9px;
  height: 6px;
  border-left: 2px solid #31B7B6;
  border-bottom: 2px solid #31B7B6;
  -webkit-transform: rotate(-54deg);
  transform: rotate(-54deg);
}
.form_txt {
  color: #31B7B6;
  font-weight: 500;
}
.form_required {
  background: #31B7B6;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1em;
  margin-left: 1.5rem;
  padding: 0.1rem 1rem;
}
@media screen and (min-width: 981px) {
  .form_required {
    margin-left: auto;
    position: absolute;
    padding: 0.5rem 1rem;
    right: 0;
    top: 0;
  }
}
.form_any {
  background: #DEF7F7;
  color: #31B7B6;
  font-size: 1.4rem;
  line-height: 1em;
  margin-left: 1.5rem;
  padding: 0.1rem 1rem;
}
@media screen and (min-width: 981px) {
  .form_any {
    margin-left: auto;
    position: absolute;
    padding: 0.5rem 1rem;
    right: 0;
    top: 0;
  }
}

.text_short {
  max-width: 17rem;
}
.text_mid {
  max-width: 25.5rem;
}

.doui_wrap {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .doui_wrap {
    margin-bottom: 4rem;
  }
}
.doui_wrap span {
  vertical-align: text-bottom;
  margin-left: 0;
}
.doui_wrap input {
  margin-right: 1rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.form_privacy dt {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0;
}
.form_privacy dd {
  background: #F0FFFF;
  border: 0.1rem solid #CCEDEC;
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

/*チェックマークを作成*/
input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 1rem;
  display: inline-block;
  width: 9px;
  height: 6px;
  border-left: 2px solid #31B7B6;
  border-bottom: 2px solid #31B7B6;
  -webkit-transform: rotate(-54deg);
  transform: rotate(-54deg);
}

/*チェックマークを作成*/
input[type=checkbox]:checked::before {
  border-left: 2px solid #31B7B6;
  border-bottom: 2px solid #31B7B6;
  border-right: none;
}

input[type=checkbox] {
  border: 0.1rem solid #31B7B6;
  border-radius: 0.4rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 1rem !important;
}

.btn_send__wrap {
  margin: auto;
  max-width: 30rem;
  width: 100%;
  position: relative;
}
.btn_send__wrap:before {
  background: url(../img/icon_send.svg) no-repeat left top/100%;
  content: "";
  height: 1rem;
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  width: 1.3rem;
}

.btn_send {
  background: #31B7B6;
  border-radius: 3rem;
  color: #ffffff !important;
  display: block;
  font-weight: normal;
  margin: auto;
  max-width: 30rem;
  letter-spacing: 0.25rem;
  line-height: 1em;
  padding: 1.6rem 0;
  /* position: relative; */
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 64vw;
  border: none;
  font-size: clamp(1.6rem, 4vw, 2rem);
}
@media screen and (min-width: 981px) {
  .btn_send:hover {
    opacity: 0.8;
  }
}

/* file upload */
input.btn_contact__file {
  border: none;
  padding-left: 0;
}

.privacy_txt {
  font-size: 1.5rem;
  text-align: center;
}
.privacy_wrap {
  border-radius: 1rem;
  border: 0.1rem solid #333333;
  font-size: 1.4rem;
  max-width: 45rem;
  margin: 2rem auto;
  padding: 2rem;
}

/*file upload
.form_items.file input {
	border: none;
}
.file-upload-wrapper {
    display: inline-block;
    margin-bottom: 40px;
}

.file-upload-wrapper input[type="file"] {
    display: none;
}

.file-upload-wrapper label {
    display: inline-block;
    padding: 12px 30px;
    background-color: #20b2aa;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    border: 2px solid #20b2aa;
    font-weight: 500;
    transition: all 0.3s ease;
}

.file-upload-wrapper label:hover {
    background-color: #1a8f86;
    border-color: #1a8f86;
}

.file-name {
    margin-left: 15px;
    color: #666;
}
/* 方法1: ラッパーを作成してLabelでカスタマイズ 
.wpcf7 .wpcf7-form-control-wrap[data-name="your-file"] {
    display: inline-block;
}

.wpcf7 input[type="file"] {
    display: none;
}

.wpcf7 input[type="file"] + label {
    display: inline-block;
    padding: 12px 30px;
    background-color: #20b2aa;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    border: 2px solid #20b2aa;
    font-weight: 500;
    transition: all 0.3s ease;
}

.wpcf7 input[type="file"] + label:hover {
    background-color: #1a8f86;
    border-color: #1a8f86;
}*/
/*------------------------------------------------------------------
 slide: slick
------------------------------------------------------------------*/
.slick-track {
  /*	height: calc(100vh - 6rem);*/
}
@media screen and (min-width: 768px) {
  .slick-track {
    min-height: 86rem;
    /*		height: 100vh;*/
  }
}

.slick-track img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (min-width: 768px) {
  .slick-track img {
    height: 100%;
  }
}

.slide-arrow {
  position: absolute;
}

.prev-arrow {
  right: -0.5rem;
  top: calc(50% - 1.2rem);
  z-index: 1;
}

.next-arrow {
  left: -0.5rem;
  top: calc(50% - 1.2rem);
  z-index: 1;
}

/*------------------------------------------------------------------
 bg: parallax
------------------------------------------------------------------*/
.container {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  z-index: -1;
} /*
  .layer {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
  }
  #layer1 { z-index: 1; }
  #layer2 { z-index: 2; }
  #layer3 { z-index: 3; }
*/
.layer {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#layer1 {
  z-index: 1;
}

/*
animation
*/
.card-number {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .cards-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .stats-grid {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
/* アクセシビリティ */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/*------------------------------------------------------------------
 project
------------------------------------------------------------------ */
.project {
  padding-top: 10rem;
}
.project_list {
  max-width: 110rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 2rem;
  margin: 4rem auto;
}
@media screen and (min-width: 768px) {
  .project_list {
    grid-template-columns: repeat(auto-fit, minmax(47.8rem, 1fr));
  }
}
.project_items {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2.5rem;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .project_items {
    text-align: right;
  }
}
.project_items figure {
  line-height: 0;
}
.project_items img {
  border-radius: min(1.5384vw, 1.8rem);
  width: 100%;
}
.project_items:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (min-width: 768px) {
  .project_items:nth-child(even) {
    margin-top: 17rem;
  }
}
.project_items__ttl {
  line-height: 3rem;
  padding: 1.6rem 0;
}

/*------------------------------------------------------------------
 page:recruit
------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .recruit_inner {
    padding-bottom: min(12.5vw, 24rem);
  }
}
.recruit_inner .txt_lead {
  padding: 2rem 2rem 4rem;
}
@media screen and (min-width: 768px) {
  .recruit_inner .txt_lead {
    padding: 8rem 0;
  }
}
.recruit_daily {
  padding-top: 8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit_daily {
    padding-top: 16rem;
  }
}
.recruit_daily__box {
  position: relative;
  padding: 20rem 0 0;
}
@media screen and (min-width: 768px) {
  .recruit_daily__box {
    background: #fff;
    border-radius: min(1.5384vw, 1.8rem);
    width: calc(100% - 8rem);
    margin: auto;
    padding: 0;
    /*				min-height: 36.3rem;*/
    /*				padding: 0 0 0 59rem;
    */
  }
}
@media screen and (min-width: 1440px) {
  .recruit_daily__box {
    max-width: 128rem;
  }
}
.recruit_daily__box::before {
  background: url(../img/bg_recruit__01_sp.webp) no-repeat left top/100%;
  content: "";
  height: 28rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit_daily__box::before {
    border-radius: min(1.5384vw, 1.8rem) 0 0 min(1.5384vw, 1.8rem);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: min(35.25vw, 60rem);
    background: url(../img/bg_recruit__01.webp) no-repeat right top/cover #fff;
  }
}
.recruit_daily__txt {
  border-radius: min(1.5384vw, 1.8rem);
  background: #fff;
  margin: 0 2rem 4rem;
  padding: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit_daily__txt {
    border-radius: 0;
    padding: min(3.125vw, 6rem) 1rem;
    background: none;
    margin-left: auto;
    width: calc(100% - min(35.25vw, 60rem));
  }
}
.recruit_daily:after {
  background: url(../img/bg_round__top.svg) no-repeat center top/contain;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: min(11.1458vw, 21.4rem);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.recruit_daily._bgnone {
  padding-bottom: min(12.5vw, 24rem);
}
.recruit_daily._bgnone::after {
  background-image: none;
}
.recruit_career {
  background: #CCEDEC;
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .recruit_career {
    padding-top: 10rem;
  }
}
.recruit_career__box {
  padding: 20rem 0 0;
}
@media screen and (min-width: 768px) {
  .recruit_career__box {
    background: #fff;
    border-radius: min(1.5384vw, 1.8rem);
    width: calc(100% - 8rem);
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .recruit_career__box {
    max-width: 128rem;
    width: 100%;
  }
}
.recruit_career__box {
  /*			background: url(../img/bg_recruit__02_sp.webp)no-repeat left top / contain;
  			padding: 20rem 2rem 4rem;
  			@include mq(tb) {
  				background: url(../img/bg_recruit__02.webp)no-repeat left top / contain #fff;
  				border-radius: min(1.5384vw,1.8rem);
  				min-height: 36.3rem;
  				padding: 0 0 0 59rem;
  			}*/
}
.recruit_career__box::before {
  background: url(../img/bg_recruit__02_sp.webp) no-repeat left top/100%;
  content: "";
  height: 28rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit_career__box::before {
    border-radius: min(1.5384vw, 1.8rem) 0 0 min(1.5384vw, 1.8rem);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: min(31.25vw, 60rem);
    background: url(../img/bg_recruit__02.webp) no-repeat right top/cover #fff;
  }
}
.recruit_sec__ttl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .recruit_sec__ttl {
    font-size: clamp(1.8rem, 2.34vw, 2.6rem);
  }
}
.recruit_sec__list {
  font-size: min(1.6rem, 4.1vw);
  font-weight: bold;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .recruit_sec__list {
    font-size: clamp(1.6rem, 2vw, 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .recruit_sec__list {
    padding-left: 19.5rem;
  }
}
.recruit_sec__list li {
  margin: 0.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .recruit_sec__list li {
    margin: 1rem auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .recruit_sec__list li {
    margin: 2rem auto 0;
  }
}
.recruit_sec__list li a {
  text-decoration: none;
}
.recruit_sec__wrap {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit_sec__wrap {
    padding-bottom: 16.5rem;
  }
}
.recruit_sec__wrap:after {
  background: url(../img/bg_pgreen__btm.svg) no-repeat left top/100%;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit_sec__wrap:after {
    height: 16.5rem;
  }
}
.recruit_sec__wrap._wht:after {
  background: url(../img/bg_wht__btm.svg) no-repeat left top/100%;
}
.recruit_sec__wrap._wht .recruit_sec__inner {
  background: #fff;
  padding-top: 12rem;
}
@media screen and (min-width: 768px) {
  .recruit_sec__wrap._wht .recruit_sec__inner {
    padding-top: 12rem;
  }
}
.recruit_sec__inner {
  background: #F0FFFF;
  padding-top: 12rem;
}
@media screen and (min-width: 768px) {
  .recruit_sec__inner {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.recruit_sec__inner .txt_lead {
  padding: 2rem 2rem 4rem;
}
@media screen and (min-width: 768px) {
  .recruit_sec__inner .txt_lead {
    padding: 8rem 0 6rem;
  }
}
.recruit_workstyle__wrap {
  padding: 6rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .recruit_workstyle__wrap {
    padding: 11rem 0 min(4.1vw, 8rem);
  }
}
.recruit_workstyle__ttl {
  font-size: clamp(1.8rem, 4.615vw, 2.6rem);
  padding: 4rem 0 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit_workstyle__ttl {
    padding-bottom: 6rem;
  }
}
.recruit_workstyle__list {
  display: -ms-grid;
  display: grid;
  gap: clamp(16px, 2.5vw, 32px);
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 110rem;
  margin: auto;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .recruit_workstyle__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 981px) {
  .recruit_workstyle__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
.recruit_workstyle__item {
  background: #fff;
  border: 0.1rem solid #31B7B6;
  border-radius: 1rem;
}
.recruit_workstyle__item._col1 {
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .recruit_workstyle__item._col1 {
    max-width: 56rem;
    margin: auto;
  }
}
.recruit_workstyle__item h5 {
  background: #31B7B6;
  color: #fff;
  font-weight: 600;
  text-shadow: 0.1rem 0.1rem 1rem rgba(0, 106, 119, 0.7);
  text-align: center;
  padding: 1rem 0;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .recruit_workstyle__item h5 {
    font-size: 1.8rem;
  }
}
.recruit_workstyle__item_txt {
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  color: #31B7B6;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .recruit_workstyle__item_txt {
    padding: 2rem 2rem 3rem;
  }
}
.recruit_workers__list {
  max-width: calc(100rem + min(2.6vw, 5rem) * 2);
  margin: 6rem min(2.6vw, 5rem) 0;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .recruit_workers__list {
    margin: 10rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
}
.recruit_workers__ttl {
  color: #31B7B6;
  font-size: clamp(1.8rem, 4.615vw, 2rem);
  font-weight: 600;
  margin-bottom: 2rem;
}
.recruit_workers__name {
  text-align: right;
}
.recruit_workers__name span {
  font-size: 1.4rem;
}
.recruit_workers__item {
  margin: 0 min(2.6vw, 5rem) 4rem;
}
@media screen and (min-width: 768px) {
  .recruit_workers__item {
    font-weight: 600;
    margin-bottom: 8rem;
    padding-top: min(3.645vw, 7rem);
    padding-left: min(4.6875vw, 9rem);
    position: relative;
    width: calc(50% - min(2.6vw, 5rem) * 2);
  }
}
@media screen and (min-width: 768px) {
  .recruit_workers__item::after {
    background: url(../img/line_green.svg) no-repeat left top/contain;
    content: "";
    height: min(2.39vw, 4.6rem);
    left: 0;
    position: absolute;
    top: 0;
    width: min(13.6458vw, 26.2rem);
  }
}
.recruit_workers__item figure {
  margin: 2rem auto;
}
.recruit_workers__item figure img {
  border-radius: min(1.5384vw, 1.8rem);
}
.recruit_op {
  background: #fff;
  max-width: 110rem;
  margin: auto;
  padding: 8rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit_op {
    padding: 0 0 15rem;
  }
}
@media screen and (min-width: 768px) {
  .recruit_op::before {
    background: #fff;
    content: "";
    width: 100%;
    max-width: 110rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -16.5rem;
    height: 16.5rem;
  }
}
.recruit_op__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .recruit_op__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 95rem;
    margin: 0 auto 10rem;
    padding-top: 6rem;
  }
}
.recruit_op__item {
  background: #31B7B6;
  border-radius: 1rem;
  color: #fff !important;
  display: block;
  padding: 3rem 1rem 1rem;
  margin: 2rem 0.5rem 0;
  text-decoration: none;
  text-align: center;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 768px) {
  .recruit_op__item {
    max-width: 28rem;
    margin: 0 1.7rem 3rem;
    width: calc(50% - 1.7rem);
  }
}
.recruit_op__ttl {
  border-bottom: 0.2rem solid #fff;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  text-shadow: 0 0.3rem 1rem rgba(0, 106, 119, 0.73);
}
@media screen and (min-width: 768px) {
  .recruit_op__ttl {
    font-size: 1.8rem;
  }
}
.recruit_op__type {
  display: block;
  border: 0.1rem solid #fff;
  font-size: 1.4rem;
  line-height: 1.4em;
  margin: 1rem auto 0.5rem;
  padding: 0.5rem;
}
.recruit_op__info dt {
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .recruit_op__info dt {
    min-height: 4em;
  }
}
.recruit_op__info dd p {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .recruit_op__info dd p {
    font-size: 1.4rem;
  }
}
.recruit_info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit_info {
    padding-top: 16rem;
  }
}
.recruit_info__box {
  background: url(../img/bg_recruit__01.webp) no-repeat left top/contain #fff;
  border-radius: min(1.5384vw, 1.8rem);
}
@media screen and (min-width: 768px) {
  .recruit_info__box {
    min-height: 36.3rem;
    padding-left: 59rem;
  }
}
.recruit_info__txt {
  padding: 6rem 1rem;
}
.recruit_info__subttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit_info__subttl {
    font-size: 2.6rem;
  }
}
.recruit_info__inner {
  background: #fff;
  max-width: 110rem;
  margin: auto;
  padding: 8rem 0;
  position: relative;
}
.recruit_info__list {
  max-width: 68rem;
  margin: auto;
  margin-top: min(4rem, 10.256vw, 8rem);
}
.recruit_info__list dt {
  color: #31B7B6;
  font-weight: 500;
  padding-top: 2rem;
}
.recruit_info__list dd {
  border-bottom: 0.1rem solid #EAEAEA;
  padding: 1.5rem 0 2rem;
}
.recruit_ol__inner {
  background: #fff;
  max-width: 110rem;
  margin: 0 2rem;
  padding: 2rem;
}
@media screen and (min-width: 981px) {
  .recruit_ol__inner {
    margin: auto;
    padding: 8rem 0;
  }
}
.recruit_ol__inner .btn_arw__wrap {
  margin: auto;
  display: block;
  max-width: 24rem;
}
.recruit_ol__box {
  max-width: 72rem;
  margin: auto;
}
@media screen and (min-width: 981px) {
  .recruit_ol__box {
    max-width: 64rem;
  }
}
.recruit_ol__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6em;
  padding-top: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit_ol__ttl {
    font-size: 2.8rem;
    margin-bottom: 10rem;
    padding-top: 8rem;
  }
}
.recruit_ol__item {
  margin-bottom: 4rem;
}
.recruit_ol__item_ttl {
  color: #31B7B6;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .recruit_ol__item_ttl {
    margin-bottom: 2rem;
  }
}
.recruit {
  /* 下層ページ */
}
.recruit_pages .recruit_inner {
  padding-bottom: 0;
}

/* SNSセクション */
.sns {
  padding: min(7.8125vw, 15rem) 0;
}
.sns_list {
  max-width: 92rem;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sns_items {
  background: #fff;
  border-radius: clamp(0.6rem, 15.38vw, 1.8rem);
  max-width: 38rem;
  margin: 0 auto 4rem;
  padding: 5.5rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .sns_items {
    margin: 0 auto;
    padding: 5.5rem 2rem;
  }
}
.sns_fb {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sns_fb {
    max-height: 49.6rem;
    overflow: scroll;
    margin-top: 3rem;
  }
}

/*アクセス*/
.access {
  border-top: 0.3rem solid #3E3A39;
  border-bottom: 0.3rem solid #3E3A39;
  padding: 1.6rem 0;
  text-align: center;
}
.access_map {
  height: 33rem;
  margin-top: 3rem;
}
.access dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.access dd strong {
  font-weight: bold;
  font-size: 2rem;
}

/* 施設紹介セクション */
.facilities {
  background: url(../img/bg_line__wht.svg) repeat-y 9rem 6rem/100% #DEF7F7;
  position: relative;
  padding-top: 10rem;
}
@media screen and (min-width: 768px) {
  .facilities {
    padding-top: 8rem;
    padding-bottom: 18rem;
  }
}
.facilities_inner {
  background: url(../img/bg_facilities_sp.webp) no-repeat center top/120%;
  position: relative;
  max-width: 106rem;
  margin: auto;
  min-height: min(94vw, 36rem);
}
@media screen and (min-width: 768px) {
  .facilities_inner {
    background: none;
    min-height: auto;
    text-align: center;
  }
}
.facilities_spot {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .facilities_spot {
    display: block;
    margin-bottom: 0;
    width: min(30vw, 23.4rem);
  }
}
@media screen and (min-width: 981px) {
  .facilities_spot {
    width: 33.4rem;
  }
}
.facilities_spot {
  /*width: min(17.39vw,33.4rem);*/
  /*		a {
  			display: flex;
  			text-decoration: none;
  			@include mq(tb) {
  				color: $color-wht;
  				display: inline-block;
  			}
  		}*/
}
.facilities_spot img {
  margin-right: 2rem;
  width: calc(35% - 2rem);
}
@media screen and (min-width: 768px) {
  .facilities_spot img {
    margin-right: 0;
    max-width: 23rem;
    width: 100%;
  }
}
.facilities::after {
  background: url(../img/bg_round__btm.svg) no-repeat left top/cover;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: min(11.1458vw, 21.4rem);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.facilities.bg_none::after {
  background-image: none;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal.active {
  display: block;
}

.modal_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  overflow-y: auto;
}

.modal_content {
  background: white;
  border-radius: 16px;
  max-width: 128rem;
  width: 100%;
  position: relative;
  -webkit-animation: modalSlide 0.3s ease;
          animation: modalSlide 0.3s ease;
  margin: auto;
  height: calc(100% - 4rem);
  overflow: scroll;
}
.modal_content .activities_issues__item {
  border-radius: 0;
  background: #fff;
  margin: 0 -0.1rem -0.25rem;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal_content .activities_issues__item {
    padding-left: 3rem;
  }
}
.modal_content .activities_issues__item::after {
  top: 0;
}
@media screen and (min-width: 768px) {
  .modal_content .activities_issues__item::after {
    content: none;
    /*	  		top: calc(50% - .9rem);
            right: 2rem;
    	        position: absolute;*/
  }
}
.modal_content .activities_issues__item strong {
  padding: 0.5rem 0.5rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal_content .activities_issues__item strong {
    font-size: 2.4rem;
    padding: 1rem 0.5rem 0;
  }
}

@-webkit-keyframes modalSlide {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes modalSlide {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (min-width: 768px) {
  .modal_close {
    top: 4rem;
    right: 4rem;
  }
}
.modal_close::before {
  content: "";
  background: #31b7b6;
  width: 3.2rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.6rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_close::after {
  content: "";
  background: #31b7b6;
  width: 3.2rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 1.6rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.modal_close:hover {
  background: white;
}

.modal_header {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.modal_external {
  /*  display: flex;
  align-items: center;
  gap: 4px;
  color: #667eea;
  font-size: 14px;
  cursor: pointer;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  color: #31b7b6;
  font-size: 14px;
  cursor: pointer;
  /*display: inline-block;*/
  border: 0.1rem solid #31b7b6;
  max-width: 14.3rem;
  margin: 0 0 1rem auto;
  border-radius: 5rem;
  padding: 0 2rem;
  position: relative;
  text-align: center;
}
.modal_external svg {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.8rem);
}

.modal_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 2rem 2rem 0;
}

.modal_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.modal_image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.modal_section {
  margin-bottom: 1.5rem;
}

.modal_section_title {
  color: #31B7B6;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.modal_text {
  color: #666;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 1rem;
}

.modal_info_title {
  color: #31B7B6;
  font-size: 14px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.4em;
  font-weight: 400;
  margin-bottom: 6px;
}

.modal_info_text {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.modal_footer {
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 0 0 16px 16px;
}

.modal_footer_title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}

.modal_badges {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.activities_issues__item {
  background: white;
  padding: 16px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.activities_issues__item strong {
  font-size: 20px;
  font-weight: 700;
  /*color: #667eea;*/
  min-width: 32px;
}

.activities_issues__item p {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}

.modal_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 2rem;
  border-top: 1px solid #eee;
  gap: 20px;
}

.modal_nav_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 8px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.modal_nav_btn:hover:not(.disabled) {
  background: #f0f0f0;
}

.modal_nav_btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/*
.d_pc {
  display: inline;
}*/
@media (max-width: 768px) {
  .modal_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .d_pc {
    display: none;
  }
  .modal_badges {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/*modal 設定*/
.animation-section {
  /*background: url(../img/bg_facilities.webp)no-repeat center top / 72.5rem or contain;*/
  /*height: 100vh;*/
  /*overflow: hidden;*/
  padding: min(94.1vw, 36.7rem) 2rem 10rem;
}
@media screen and (min-width: 768px) {
  .animation-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/bg_facilities.webp) no-repeat center center/contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: min(36.197vw, 69.5rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0;
  }
}
@media screen and (min-width: 981px) {
  .animation-section {
    background: url(../img/bg_facilities.webp) no-repeat center center/72.5rem;
    height: 69.5rem;
  }
}

@media screen and (min-width: 768px) {
  .speech-bubble {
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .speech-bubble img {
    width: 50%;
  }
}
@media screen and (min-width: 981px) {
  .speech-bubble img {
    width: auto;
  }
}

.center-shape {
  display: none;
}
@media screen and (min-width: 768px) {
  .center-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    width: 51.6rem;
    height: 32.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 0;
  }
}

.dots {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #2D3748;
  border-radius: 50%;
}

/* 吹き出しの配置 */
@media screen and (min-width: 768px) {
  .bubble-1 {
    text-align: right;
    top: 0;
    left: 0rem;
  }
}
@media screen and (min-width: 981px) {
  .bubble-1 {
    text-align: right;
    top: 8rem;
    left: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .bubble-1 .bubbletxt {
    font-size: 1.4rem;
    bottom: 0;
    left: 2rem;
    max-width: 22rem;
  }
}
@media screen and (min-width: 981px) {
  .bubble-1 .bubbletxt {
    font-size: 1.6rem;
    bottom: 2rem;
    left: 0;
    max-width: 27rem;
  }
}

@media screen and (min-width: 768px) {
  .bubble-2 {
    top: min(15.624vw, 12rem);
    left: 0rem;
  }
}
@media screen and (min-width: 981px) {
  .bubble-2 {
    top: min(41.666vw, 32rem);
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .bubble-2 .bubbletxt {
    font-size: 1.4rem;
    bottom: -4rem;
    left: 2rem;
    max-width: 22rem;
  }
}
@media screen and (min-width: 981px) {
  .bubble-2 .bubbletxt {
    left: 0;
    bottom: -4rem;
    max-width: 22rem;
  }
}

@media screen and (min-width: 768px) {
  .bubble-3 {
    bottom: -8rem;
    left: 28%;
  }
}
@media screen and (min-width: 981px) {
  .bubble-3 {
    bottom: 0rem;
    left: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .bubble-3 .bubbletxt {
    font-size: 1.4rem;
    bottom: -2rem;
    left: calc(28% - 5rem);
    max-width: 20rem;
  }
}
@media screen and (min-width: 981px) {
  .bubble-3 .bubbletxt {
    left: 0;
    bottom: -2rem;
    max-width: 20rem;
    margin: auto;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .bubble-4 {
    right: min(15.3vw, 15rem);
    bottom: -4rem;
  }
}
@media screen and (min-width: 981px) {
  .bubble-4 {
    bottom: 0;
    right: 18rem;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .bubble-4 .bubbletxt {
    right: calc(min(15vw, 15rem) - 50%);
    bottom: -2rem;
  }
}
@media screen and (min-width: 981px) {
  .bubble-4 .bubbletxt {
    right: 1rem;
    bottom: -1rem;
    max-width: 26rem;
  }
}

@media screen and (min-width: 768px) {
  .bubble-5 {
    right: min(5.1vw, 5rem);
    top: min(14.28vw, 14rem);
  }
}
@media screen and (min-width: 981px) {
  .bubble-5 {
    top: 30rem;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .bubble-5 .bubbletxt {
    right: min(5.1vw, 5rem);
    top: calc(min(14.28vw, 14rem) - 2rem);
    max-width: 15rem;
  }
}
@media screen and (min-width: 981px) {
  .bubble-5 .bubbletxt {
    right: 2rem;
    bottom: -1rem;
    max-width: 15rem;
    top: auto;
  }
}

@media screen and (min-width: 768px) {
  .bubble-6 {
    top: -2rem;
    right: min(15vw, 15rem);
  }
}
@media screen and (min-width: 981px) {
  .bubble-6 {
    top: 18rem;
    right: 7rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .bubble-6 .bubbletxt {
    right: 0;
    bottom: -1rem;
  }
}
@media screen and (min-width: 981px) {
  .bubble-6 .bubbletxt {
    bottom: 1rem;
    left: 5rem;
    max-width: 27rem;
  }
}

.bubbletxt {
  background: #3E3A39;
  display: inline-block;
  border-radius: 5rem;
  line-height: 1.4em;
  padding: 1rem 1.5rem;
  height: 100%;
  margin-top: 3rem;
  width: 65%;
}
@media screen and (min-width: 768px) {
  .bubbletxt {
    border-radius: 0;
    margin-top: -3.5rem;
    padding: 1rem 2rem;
    /*width: auto;*/
    height: auto;
    position: absolute;
    text-align: center;
    width: 100%;
  }
}

.control-panel {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.control-btn {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background: #4A90E2;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.control-btn:hover {
  background: #357ABD;
}

/* 目玉キョロキョロ */
.character-container {
  position: relative;
  width: 4.3rem;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}

.character-container:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* キャラクターベース */
.character {
  width: 50%;
  height: 50%;
  background: #2c3e50;
  border-radius: 50%;
  position: relative;
  overflow: visible;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* 目の白い部分 */
.eye {
  position: absolute;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  overflow: hidden;
}

.eye.left {
  top: -1.2rem;
  left: 1px;
  -webkit-transform: rotate3d(-1, 3, 3, 45deg);
          transform: rotate3d(-1, 3, 3, 45deg);
  width: 24px;
  height: 24px;
}

.eye.right {
  top: -1.3rem;
  right: 0;
  -webkit-transform: rotate3d(-1, 6, 4, 35deg);
          transform: rotate3d(-1, 6, 4, 35deg);
}

/* 瞳（黒目） */
.pupil {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2c3e50;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ハイライト */
.pupil::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

/* ホバー時のアニメーション */
.character-container:hover .pupil {
  -webkit-animation: lookAround 2s ease-in-out infinite;
          animation: lookAround 2s ease-in-out infinite;
}

@-webkit-keyframes lookAround {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
  50% {
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
  75% {
    -webkit-transform: translate(-70%, -60%);
            transform: translate(-70%, -60%);
  }
}

@keyframes lookAround {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }
  50% {
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
  }
  75% {
    -webkit-transform: translate(-70%, -60%);
            transform: translate(-70%, -60%);
  }
}
/* GSAP版のより高度なアニメーション */
.character-gsap {
  width: 100%;
  height: 100%;
  background: #3498db;
  border-radius: 50%;
  position: relative;
  overflow: visible;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.gsap-container {
  position: relative;
  width: 80px;
  height: 30px;
  margin: 2rem;
  cursor: pointer;
}

/* より詳細な目のデザイン */
.eye-gsap {
  position: absolute;
  width: 60px;
  height: 45px;
  background: white;
  border-radius: 50%;
  border: 3px solid #2c3e50;
  overflow: hidden;
}

.eye-gsap.left {
  top: 0;
  left: 0;
}

.eye-gsap.right {
  top: 70px;
  right: 70px;
}

.pupil-gsap {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #2c3e50;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pupil-gsap::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}

/* まばたき用のまぶた */
.eyelid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3E3A39;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

/* 説明テキスト */
.description {
  text-align: center;
  margin: 1rem 0;
  color: #2c3e50;
  font-weight: bold;
}

.demo-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin-top: 2rem;
}

.demo-item {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* マウスフォロー版 */
.mouse-follow {
  background: #e74c3c;
}

.follow-pupil {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

/* コード表示 */
.code-example {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  text-align: left;
}

/*.瞳の中に画像を使用した場合 */
img.pupil-image.left-pupil {
  -webkit-transform: rotate3d(1, 1, 1, 310deg);
          transform: rotate3d(1, 1, 1, 310deg);
  top: -6px;
  position: relative;
  left: 1.5px;
  width: 80%;
}

img.pupil-image.right-pupil {
  -webkit-transform: rotate3d(1, 1, 1, 345deg);
          transform: rotate3d(1, 1, 1, 345deg);
  top: -6.5px;
  position: relative;
  left: 1px;
  width: 65%;
}

/*animation line*/
/* 背景線のコンテナ */
.line-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.line-background svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.animated-line {
  stroke: #333;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  opacity: 0.6;
}

/* 修正版 */
.tab {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 981px) {
  .tab:hover {
    background: #31B7B6;
    border-radius: 1.4rem;
  }
}
.tab.active {
  background: #fff;
  border-radius: 1.4rem;
}
.tab-container {
  /*	    max-width: 600px;
  	    margin: 20px auto;
  	    font-family: Arial, sans-serif;
  */
}
.tabs {
  background: #97D8D7;
  border-radius: min(1.5384vw, 1.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 110rem;
  margin: 0 auto;
  padding: 0.6rem;
  position: relative;
  z-index: 1;
  margin-bottom: -3rem;
  width: calc(100% - 4rem);
}
@media screen and (min-width: 1440px) {
  .tabs {
    width: 100%;
  }
}
.tab_b {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 981px) {
  .tab_b:hover {
    background: #31B7B6;
    border-radius: 1.4rem;
  }
}
.tab_b.active {
  background: #fff;
  border-radius: 1.4rem;
}
.tab-content, .tab-content_b {
  display: none;
}
.tab-content.active, .tab-content_b.active {
  display: block;
}

/* slider works */
/* スライドショーのベーススタイル */
.bl_works_slide {
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  max-width: 52rem;
  height: 34.7rem;
}

.slide-item {
  position: relative;
  overflow: hidden;
  height: 34.7rem;
}

.bl_works_slide .slick-list {
  height: 34.7rem;
}

.slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  text-align: center;
}

.slide-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.slide-content h3 {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

/* デモ用のグラデーション背景 */
.slide-1 {
  background: linear-gradient(45deg, #ff6b6b, #feca57);
}

.slide-2 {
  background: linear-gradient(45deg, #48dbfb, #0abde3);
}

.slide-3 {
  background: linear-gradient(45deg, #ff9ff3, #f368e0);
}

.slide-4 {
  background: linear-gradient(45deg, #54a0ff, #2e86de);
}

/* Slick カスタマイズ */
.bl_works_slide .slick-dots {
  bottom: 20px;
  z-index: 10;
}

.bl_works_slide .slick-dots li button:before {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.bl_works_slide .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.bl_works_slide .slick-arrow {
  z-index: 10;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bl_works_slide .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bl_works_slide .slick-arrow:before {
  font-size: 24px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.bl_works_slide .slick-prev {
  left: 20px;
}

.bl_works_slide .slick-next {
  right: 20px;
}

/* プログレスバー */
.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  -webkit-transition: width 3s linear;
  transition: width 3s linear;
  border-radius: 2px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .bl_works__wrap {
    margin: 20px;
    padding: 20px;
  }
  h1 {
    font-size: 2rem;
  }
  .slide-item {
    height: 300px;
  }
  .slide-content h3 {
    font-size: 1.8rem;
    padding: 15px 25px;
  }
  .bl_works_slide .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .bl_works_slide .slick-arrow:before {
    font-size: 18px;
  }
}
/*work style slider*/
.workstyle-container {
  background: #fff;
  max-width: 110rem;
  margin: 0 auto;
  padding: min(2.6vw, 5rem) min(4.687vw, 9rem) min(5.2vw, 10rem);
}

@media screen and (min-width: 768px) {
  .workstyle-tab-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.workstyle-tab-content-wrapper {
  /*    display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;*/
}

/*.workstyle-content-section {
    order: -1;
}*/
@media screen and (min-width: 768px) {
  .workstyle-content-section {
    margin-right: min(4.68vw, 9rem);
    width: calc(100% - 18rem - min(4.68vw, 9rem));
  }
}

.workstyle-content-title {
  font-size: clamp(1.8rem, 4.58vw, 2.6rem);
  font-weight: bold;
  color: #3E3A39;
  margin-bottom: 20px;
}

.workstyle-content-image {
  width: 100%;
  height: 350px;
  background-color: #ddd;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
  display: block;
}

.workstyle-content-description {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

/* 右側：ボタン */
.workstyle-button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 4rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .workstyle-button-section {
    width: 18rem;
  }
}

.workstyle-tab-button {
  padding: 0.5rem 1.4rem;
  border: 2px solid #20b2aa;
  background-color: white;
  color: #20b2aa;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .workstyle-tab-button {
    font-size: min(1.4rem, 1.822vw, 1.6rem);
  }
}

.workstyle-tab-button:hover {
  background-color: #f0f0f0;
}

.workstyle-tab-button.active {
  background-color: #20b2aa;
  color: white;
}

/* スマートフォン対応 */
@media (max-width: 768px) {
  .workstyle-tab-content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .workstyle-content-section {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .workstyle-content-title {
    font-size: 24px;
  }
  .workstyle-content-image {
    height: 280px;
  }
  .workstyle-content-description {
    font-size: 14px;
  }
  .workstyle-button-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .workstyle-tab-button {
    padding: 12px 16px;
    font-size: 13px;
    margin: 0 0.5rem;
    width: calc(50% - 2rem);
  }
}
@media (max-width: 480px) {
  .workstyle-content-title {
    font-size: 20px;
  }
  .workstyle-content-image {
    height: 200px;
  }
  .workstyle-content-description {
    font-size: 13px;
  }
  .workstyle-tab-button {
    /*        min-width: 80px;*/
    padding: 10px 12px;
    font-size: 12px;
  }
}
/*------------------------------------------------------------------
 js:MV 足跡 @ top page
------------------------------------------------------------------*/
.footprints-container {
  position: absolute;
  left: min(5.2vw, 10rem);
  top: min(23.958vw, 46rem);
  width: 343px;
  height: 440px;
  opacity: 0.3;
}
.footprints-container._rside {
  top: 0;
  right: 0;
  left: auto;
  height: 37rem;
  width: 24rem;
}

.footprint {
  position: absolute;
  opacity: 0;
  -webkit-animation: appear 0.5s ease-out forwards;
          animation: appear 0.5s ease-out forwards;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.footprint:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.footprint:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.footprint:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.footprint:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.footprint:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.footprint:nth-child(6) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.footprint:nth-child(7) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.demo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  color: #333;
}

/*------------------------------------------------------------------
 js:supporters slider @ donate page
------------------------------------------------------------------*/
.support-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

.support-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}

/* ホバーで一時停止
.support-slider-track:hover {
  animation-play-state: paused;
} */
.support-slide-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 200px;
  /*  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #666;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.support-slide-item img {
  border-radius: 1rem;
}

/*.support-slide-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}*/
/* アニメーション定義 */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1700px);
            transform: translateX(-1700px); /* (幅150px + gap20px) × アイテム数 */
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1700px);
            transform: translateX(-1700px); /* (幅150px + gap20px) × アイテム数 */
  }
}
.support-button-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.2rem solid #333;
  background: white;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  max-width: 40rem;
  margin: 4rem auto;
  gap: 15px;
  padding: 12px 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .support-button-container {
    padding: 12px 24px;
    width: 80%;
  }
}
.support-button-container::before {
  background: url(../img/icon_donate_btn.svg) no-repeat left top;
  content: "";
  left: 2rem;
  position: absolute;
  top: calc(50% - 1.6rem);
  z-index: 1;
  width: 3.3rem;
  height: 3.3rem;
}
@media screen and (min-width: 768px) {
  .support-button-container::before {
    left: 4rem;
  }
}
.support-button-container::after {
  background: url(../img/icon_btn_ar.svg) no-repeat left top;
  content: "";
  right: 1rem;
  position: absolute;
  top: calc(50% - 1.4rem);
  z-index: 1;
  width: 2.8rem;
  height: 2.8rem;
}

.support-button-container:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.support-heart-icon {
  font-size: 20px;
}

.support-button-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.support-arrow-icon {
  width: 24px;
  height: 24px;
  background: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 12px;
}

.support-controls {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.support-control-btn {
  padding: 8px 16px;
  background: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.support-control-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.support-info {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 12px;
  max-width: 600px;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.support-info h3 {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
}

.support-info ul {
  margin-left: 20px;
  margin-top: 10px;
}

.support-info li {
  margin-bottom: 5px;
}

/*------------------------------------------------------------------
 js:caps modal @ activitie page
------------------------------------------------------------------*/
.modalslider_ttl {
  font-size: 1.8rem;
  padding: 2rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .modalslider_ttl {
    font-size: min(1.354vw, 2.6rem);
    padding: 4rem 6rem 0;
  }
}
.modalslider_inner {
  padding: 1rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .modalslider_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 6rem;
  }
}
.modalslider_link {
  font-size: 1.4rem;
  padding: 1rem 0;
  text-align: right;
}
.modalslider_info {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .modalslider_info {
    padding-right: 4rem;
    padding-bottom: 0;
    width: 50%;
  }
}
.modalslider_info__subttl {
  color: #31B7B6;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .modalslider_info__subttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .modalslider_description {
    border-left: 0.2rem solid #EAEAEA;
    padding-left: 4rem;
    width: 50%;
  }
}
.modalslider_description__ttl {
  color: #31B7B6;
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .modalslider_description__ttl {
    font-size: 1.8rem;
  }
}
.modalslider_description p {
  line-height: 1.8em;
  padding-bottom: 1.5rem;
}
.modalslider_spot {
  background: #CCEDEC;
  padding: 3rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .modalslider_spot {
    padding: 2rem 6rem;
  }
}
.modalslider_spot__ttl {
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .modalslider_spot__ttl {
    font-size: 1.8rem;
  }
}
.modalslider_nav .modal_prev_title, .modalslider_nav .modal_next_title {
  color: #31B7B6;
}
@media screen and (min-width: 768px) {
  .modalslider_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modalslider_nav button {
  display: block;
}
@media screen and (min-width: 768px) {
  .modalslider_nav button {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 50%;
  }
}
.modalslider_nav button.disabled::before {
  content: none !important;
}
.modalslider_nav button.disabled:hover {
  background: none !important;
}
.modalslider_nav button.modal_nav_prev {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 1rem 1rem 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .modalslider_nav button.modal_nav_prev {
    padding: 1.5rem 0 1.5rem 10rem;
    text-align: left;
    width: 50%;
  }
}
.modalslider_nav button.modal_nav_prev::before {
  background: url(../img/icon_circle__l_grn.svg) no-repeat left top/100%;
  content: "";
  height: 2rem;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
  width: 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modalslider_nav button.modal_nav_prev::before {
    height: 4rem;
    position: absolute;
    right: 3rem;
    top: calc(50% - 2rem);
    width: 4rem;
    left: 3rem;
    right: auto;
  }
}
.modalslider_nav button.modal_nav_prev:hover {
  background: #31B7B6;
}
.modalslider_nav button.modal_nav_prev:hover .modal_prev_title {
  color: #fff;
}
.modalslider_nav button.modal_nav_prev:hover::before {
  background: url(../img/icon_circle__l_wht.svg) no-repeat left top/100%;
  content: "";
  height: 2rem;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
  width: 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modalslider_nav button.modal_nav_prev:hover::before {
    height: 4rem;
    position: absolute;
    top: calc(50% - 2rem);
    width: 4rem;
    left: 3rem;
    right: auto;
  }
}
.modalslider_nav button.modal_nav_next {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 1rem 1rem 1rem 3rem;
}
@media screen and (min-width: 768px) {
  .modalslider_nav button.modal_nav_next {
    padding: 1.5rem 10rem 1.5rem 0;
    text-align: right;
    width: 50%;
  }
}
.modalslider_nav button.modal_nav_next::before {
  background: url(../img/icon_circle__r_grn.svg) no-repeat left top/100%;
  content: "";
  height: 2rem;
  position: absolute;
  right: 3rem;
  top: calc(50% - 1rem);
  width: 2rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .modalslider_nav button.modal_nav_next::before {
    height: 4rem;
    position: absolute;
    right: 3rem;
    top: calc(50% - 2rem);
    width: 4rem;
  }
}
@media screen and (min-width: 981px) {
  .modalslider_nav button.modal_nav_next:hover {
    background: #31B7B6;
  }
  .modalslider_nav button.modal_nav_next:hover .modal_next_title {
    color: #fff;
  }
  .modalslider_nav button.modal_nav_next:hover::before {
    background: url(../img/icon_circle__r_wht.svg) no-repeat left top/100%;
    content: "";
    height: 2rem;
    position: absolute;
    right: 3rem;
    top: calc(50% - 1rem);
    width: 2rem;
    z-index: 1;
  }
}
@media screen and (min-width: 981px) and (min-width: 768px) {
  .modalslider_nav button.modal_nav_next:hover::before {
    height: 4rem;
    position: absolute;
    right: 3rem;
    top: calc(50% - 2rem);
    width: 4rem;
  }
}
.modalslider_badges {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 0fr));
}
@media screen and (min-width: 768px) {
  .modalslider_badges {
    grid-template-columns: repeat(auto-fit, minmax(29rem, 0fr));
  }
}
.modalslider_badges .activities_issues__item {
  margin-left: -0.2rem;
}

/*------------------------------------------------------------------
 js:caps slider @ activitie page
------------------------------------------------------------------*/
.caps-slider-container {
  position: relative;
}
.caps-slider-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.caps-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.caps-slide {
  min-width: 100%;
  position: relative;
}
.caps-nav-button {
  position: absolute;
  top: calc(min(38.16vw, 15rem) - 1.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #31B7B6;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .caps-nav-button {
    width: 4rem;
    height: 4rem;
    top: 21vw;
  }
}
@media screen and (min-width: 981px) {
  .caps-nav-button {
    top: calc(min(18.67vw, 18.3rem) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .caps-nav-button {
    top: 9.335vw;
  }
}
@media screen and (min-width: 1440px) {
  .caps-nav-button {
    top: calc(min(17.565vw, 25.4rem) + 4rem);
  }
}
.caps-nav-button svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
@media screen and (min-width: 981px) {
  .caps-nav-button:hover {
    background: #fff;
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
@media screen and (min-width: 981px) {
  .caps-nav-button:hover svg {
    fill: #31B7B6;
  }
}
.caps-nav-prev {
  left: 0.5rem;
}
@media screen and (min-width: 1440px) {
  .caps-nav-prev {
    left: auto;
    right: 7rem;
  }
}
.caps-nav-next {
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .caps-nav-next {
    right: 0.5rem;
  }
}
.caps-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 0 0 2rem;
}
.caps-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #D0D0D0;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.caps-dot.active {
  background: #5BC4BF;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 981px) {
  .caps-dot:hover {
    background: #5BC4BF;
    opacity: 0.7;
  }
}

/*------------------------------------------------------------------
 js:chide_voice_slider @ donate page
------------------------------------------------------------------*/
.chide_voice_slider_wrapper {
  max-width: 1200px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .chide_voice_slider_wrapper {
    margin: 2rem auto 0;
    padding: 2rem 2rem 4rem;
  }
}

.chide_voice_slider_container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #f0f4f8;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 1rem 1rem 0;
}

.chide_voice_slider_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chide_voice_slider_track.chide_voice_dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-transition: none;
  transition: none;
}

.chide_voice_slide {
  background: url(../img/bg_donate_voice.jpg) no-repeat center top/cover;
  border-radius: 1rem;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 2rem 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .chide_voice_slide {
    padding: min(3.125vw, 6rem);
  }
}
.chide_voice_slide::before {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  content: "";
  right: 0;
  top: 0;
  height: 6.5rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .chide_voice_slide::before {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0 1rem 1rem 0;
    right: 0;
    top: 0;
    bottom: auto;
    height: 100%;
    width: 14rem;
  }
}
@media screen and (min-width: 1024px) {
  .chide_voice_slide::before {
    width: 22.8rem;
  }
}

.chide_voice_slide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*  height: 60rem;*/
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; /* ← フェード速度 */
  /*min-height: min(165vw, 65rem);*/
  height: 60rem;
  min-height: min(15.267vw, 60rem);
}
@media screen and (min-width: 768px) {
  .chide_voice_slide {
    height: 56rem;
    min-height: auto;
  }
}

.chide_voice_slide.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.chide_voice_slide_content {
  background: rgba(255, 255, 255, 0.85);
  /*  flex: 0 0 50%;*/
  padding: min(3.645vw, 7rem) min(2.6vw, 5rem);
  margin-top: 8rem;
  /*  display: flex;
      flex-direction: column;
   	ustify-content: center;*/
  /* 	height: calc(100% - 8rem);*/
}
@media screen and (min-width: 768px) {
  .chide_voice_slide_content {
    max-width: 54rem;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .chide_voice_slide_content {
    max-width: 61rem;
  }
}

.chide_voice_slide_voice_number {
  position: absolute;
  top: 2rem;
  left: 0;
  font-size: 3.6rem;
  font-weight: bold;
  color: #3E3A39;
  padding-left: 3rem;
}
.chide_voice_slide_voice_number span {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .chide_voice_slide_voice_number {
    /*	    bottom: auto;*/
    font-size: 48px;
    left: auto;
    position: absolute;
    right: 4rem;
    top: 4rem;
  }
}

.chide_voice_slide_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: #3E3A39;
}
@media screen and (min-width: 768px) {
  .chide_voice_slide_title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.chide_voice_slide_text {
  font-size: 15px;
  line-height: 1.9;
  color: #3E3A39;
}

.chide_voice_slide_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background-size: cover;
  background-position: center;
  min-height: 500px;
}

.chide_voice_nav_btn {
  color: #fff;
  position: absolute;
  top: 3rem;
  /*bottom: 0;*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #31B7B6;
  border: none;
  cursor: pointer;
  font-size: 20px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .chide_voice_nav_btn {
    bottom: 6rem;
    top: auto;
  }
}

@media screen and (min-width: 981px) {
  .chide_voice_nav_btn:hover:not(:disabled) {
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  }
}

.chide_voice_nav_btn:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.chide_voice_nav_prev {
  right: 7rem;
}
@media screen and (min-width: 1024px) {
  .chide_voice_nav_prev {
    right: 12rem;
  }
}

.chide_voice_nav_next {
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .chide_voice_nav_next {
    right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .chide_voice_nav_next {
    right: 7rem;
  }
}

.chide_voice_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  top: 8rem;
  z-index: 10;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .chide_voice_pagination {
    bottom: 4rem;
    gap: 1.2rem;
    left: auto;
    right: 1.5rem;
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .chide_voice_pagination {
    right: 7.5rem;
  }
}

.chide_voice_dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}

.chide_voice_dot.chide_voice_active {
  background-color: #2c3e50;
}

@media (max-width: 768px) {
  .chide_voice_slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chide_voice_slide_content {
    padding: 2rem;
  }
  .chide_voice_slide_image {
    min-height: 300px;
  }
}