@charset "UTF-8";
.p_mv {
  height: 915px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .p_mv {
    aspect-ratio: 1400/915;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .p_mv {
    aspect-ratio: 750/1110;
  }
}
.p_mv .tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: clamp(446.4px, 37.2%, 520px);
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 3s 7s;
  transition: opacity 3s 7s;
}
@media screen and (max-width: 480px) {
  .p_mv .tagline {
    width: 61%;
  }
}
.p_mv .tagline img {
  width: 23%;
  max-width: 120px;
  height: auto;
}
.p_mv .tagline::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 630/86;
  width: 60.6%;
  max-width: 315px;
  background: url("/assets/img/top_mv_tagline_en.png") no-repeat center center/contain;
  top: 43.1%;
  left: -44.8%;
}
@media screen and (max-width: 480px) {
  .p_mv .tagline::after {
    width: 91.7%;
    left: 4.2%;
    top: 121.5%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
.p_mv .hands {
  aspect-ratio: 2268/1958;
  width: 2268px;
  position: absolute;
  top: -710px;
  left: calc(50% - 1122px);
}
@media screen and (min-width: 2140px) {
  .p_mv .hands {
    width: 105.9813084112%;
    left: -2.4299065421%;
    top: 50%;
    -webkit-transform: translateY(-59.6016343207%);
    transform: translateY(-59.6016343207%);
  }
}
@media screen and (max-width: 1400px) {
  .p_mv .hands {
    width: 162%;
    left: -30.0714285714%;
    top: -77.5956284153%;
  }
}
@media screen and (max-width: 480px) {
  .p_mv .hands {
    width: 190.13%;
    top: -6.9%;
    left: -40.27%;
  }
}
.p_mv .hands img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p_mv .hands img:nth-child(1) {
  -webkit-transition: opacity 2s 175ms;
  transition: opacity 2s 175ms;
}
.p_mv .hands img:nth-child(2) {
  -webkit-transition: opacity 2s 825ms;
  transition: opacity 2s 825ms;
}
.p_mv .hands img:nth-child(3) {
  -webkit-transition: opacity 2s 1575ms;
  transition: opacity 2s 1575ms;
}
.p_mv .hands img:nth-child(4) {
  -webkit-transition: opacity 2s 2425ms;
  transition: opacity 2s 2425ms;
}
.p_mv .hands img:nth-child(5) {
  -webkit-transition: opacity 2s 3375ms;
  transition: opacity 2s 3375ms;
}
.p_mv .hands img:nth-child(6) {
  -webkit-transition: opacity 2s 4425ms;
  transition: opacity 2s 4425ms;
}
.p_mv.done .hands img {
  opacity: 1;
}
.p_mv.done .tagline {
  opacity: 1;
}

.p_intro {
  position: relative;
  padding: 170px 0 90px;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .p_intro {
    margin-top: 19px;
    padding: 50px 0 25px;
  }
}
.p_intro::before {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: url("/assets/img/bg_shape1.svg") repeat-x center top/3300px;
  position: absolute;
  top: -173px;
  left: 0;
}
@media screen and (max-width: 480px) {
  .p_intro::before {
    height: 45px;
    background: url("/assets/img/bg_shape1.svg") repeat-x center top/915px;
    top: -40px;
  }
}
.p_intro .inr {
  width: 78.6%;
  max-width: 1100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media screen and (max-width: 480px) {
  .p_intro .inr {
    width: 92%;
  }
}
.p_intro .since {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 480px) {
  .p_intro .since img {
    width: 9px;
    height: auto;
  }
}
.p_intro .ttl {
  margin: -0.5em 0 -0.5em 54.5%;
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_intro .ttl {
    margin: -0.5em 0 -0.5em 50px;
    font-size: 2.4rem;
  }
}
.p_intro .logo {
  position: absolute;
  left: 112px;
  top: 0;
}
@media screen and (max-width: 480px) {
  .p_intro .logo {
    position: relative;
    left: 0;
    margin-left: 50px;
    margin-top: 55px;
  }
  .p_intro .logo img {
    width: 95px;
    height: auto;
  }
}
.p_intro .txt {
  margin: calc(90px - 0.75em) 0 -0.75em 54.5%;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  .p_intro .txt {
    margin: calc(40px - 0.75em) 0 -0.75em 50px;
    font-size: 1.6rem;
  }
}

#s_talk {
  background-color: #fff;
  padding: 100px 0 85px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_talk {
    padding: 50px 0 60px;
  }
  #s_talk::after {
    content: "";
    display: block;
    width: 100%;
    height: 110px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -105px;
  }
}
#s_talk::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
  left: 0;
  bottom: -231px;
  background: url("/assets/img/bg_shape2.svg") repeat-x center top/1365px;
}
@media screen and (max-width: 480px) {
  #s_talk::before {
    height: 66px;
    bottom: -162px;
    background: url("/assets/img/bg_shape2.svg") repeat-x center top/375px;
  }
}
#s_talk .inr {
  width: 1100px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_talk .inr {
    width: auto;
    text-align: center;
  }
}
#s_talk .sub {
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 480px) {
  #s_talk .sub {
    font-size: 1.4rem;
    line-height: 2.14;
  }
}
#s_talk .s_ttl {
  margin-top: 50px;
  font-size: 8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  #s_talk .s_ttl {
    margin-top: 15px;
    font-size: 4rem;
    line-height: 1.5;
  }
}
#s_talk .img {
  position: absolute;
  top: 240px;
  right: 75px;
}
@media screen and (max-width: 480px) {
  #s_talk .img {
    margin: 25px 0 0 calc(50% - 96px);
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    width: 172px;
  }
  #s_talk .img img {
    width: 100%;
    height: auto;
  }
}
#s_talk .img::after {
  content: "";
  display: block;
  position: absolute;
  width: 161px;
  aspect-ratio: 322/188;
  background: url("/assets/img/top_talk_ttl.png") no-repeat center center/contain;
  top: -51px;
  right: 40px;
}
@media screen and (max-width: 480px) {
  #s_talk .img::after {
    width: 70px;
    top: -23px;
    right: 18px;
  }
}
#s_talk .feature_list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  #s_talk .feature_list {
    margin: -13px auto 0;
    position: relative;
    z-index: 0;
    width: 92%;
  }
}
#s_talk .feature_list p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  width: 150px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #s_talk .feature_list p {
    width: 26.7%;
    font-size: 1rem;
  }
}
#s_talk .feature_list p:nth-child(1) {
  z-index: 4;
  background-color: #d8e7df;
}
#s_talk .feature_list p:nth-child(2) {
  z-index: 3;
  background-color: #f6f1d5;
  margin: 48px -15px 0 -15px;
}
@media screen and (max-width: 480px) {
  #s_talk .feature_list p:nth-child(2) {
    margin: 29px -2.3% 0 -2.3%;
  }
}
#s_talk .feature_list p:nth-child(3) {
  z-index: 2;
  background-color: #f1d6b5;
}
#s_talk .feature_list p:nth-child(4) {
  z-index: 1;
  background-color: #d7eaf6;
  margin: 38px 0 0 -10px;
}
@media screen and (max-width: 480px) {
  #s_talk .feature_list p:nth-child(4) {
    margin: 25px 0 0 -2.2%;
  }
}
#s_talk .txt {
  margin-top: 25px;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #s_talk .txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 2.14;
  }
}
#s_talk .btn1 {
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  #s_talk .btn1 {
    margin-top: 15px;
  }
}

#modal {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: auto;
  padding: 30px 0;
}
@media screen and (max-width: 480px) {
  #modal {
    padding: 15px 0 20px;
  }
}
#modal .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .close {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: default;
  color: inherit;
}
#modal .close > span {
  display: block;
  cursor: pointer;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 480px) {
  #modal .close > span {
    font-size: 1.4rem;
    line-height: 24px;
  }
}
#modal .close > span::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url("/assets/img/i_close.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background-color: #404253;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 480px) {
  #modal .close > span::after {
    margin-left: 8px;
    width: 24px;
    background-size: 7px;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #modal .close:hover > span {
    color: #727485;
  }
  #modal .close:hover > span::after {
    background-color: #727485;
  }
}
#modal .content {
  position: relative;
}
#modal .close.hd {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 30px;
}
@media screen and (max-width: 480px) {
  #modal .close.hd {
    padding-bottom: 15px;
  }
}
#modal .box {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  padding: 110px 0 125px;
}
@media screen and (max-width: 480px) {
  #modal .box {
    padding: 60px 0 40px;
  }
}
#modal .box::before {
  content: "";
  display: block;
  position: absolute;
  width: 161px;
  aspect-ratio: 322/188;
  background: url("/assets/img/top_talk_ttl.png") no-repeat center center/contain;
  top: -18px;
  left: 78px;
}
@media screen and (max-width: 480px) {
  #modal .box::before {
    width: 70px;
    top: 22px;
    left: 22px;
  }
}
#modal .box .ttl {
  font-size: 5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  #modal .box .ttl {
    font-size: 4rem;
  }
}
#modal .box .img {
  margin: 65px auto 0;
  width: 204px;
}
@media screen and (max-width: 480px) {
  #modal .box .img {
    margin: 15px auto 0;
    padding-right: 28px;
    width: 172px;
  }
}
#modal .box .img img {
  width: 100%;
  height: auto;
}
#modal .box .table {
  width: 660px;
  margin: 55px auto 0;
  text-align: left;
  padding-bottom: 70px;
  border-bottom: 1px solid #e0dfec;
}
@media screen and (max-width: 480px) {
  #modal .box .table {
    width: 85.5%;
    margin: 35px auto 0;
    padding-bottom: 25px;
  }
}
#modal .box .table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#modal .box .table li + li {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #modal .box .table li + li {
    margin-top: 10px;
  }
}
#modal .box .th {
  width: 115px;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #modal .box .th {
    width: 75px;
    font-size: 1.2rem;
    line-height: 2.08;
  }
}
#modal .box .td {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 1.11;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #modal .box .td {
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1.56;
  }
}
#modal .box .td::before {
  content: "";
  display: block;
  width: 1px;
  background-color: #e0dfec;
  position: absolute;
  left: 0;
  top: 0.1em;
  bottom: 0.1em;
}
@media screen and (max-width: 480px) {
  #modal .box .td::before {
    top: 0.34em;
    bottom: 0.34em;
  }
}
#modal .box .td .date {
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  #modal .box .td .date {
    font-smooth: 1.6rem;
  }
}
#modal .box .td .note {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  #modal .box .td .note {
    font-size: 1.1rem;
  }
}
#modal .box .td p.note {
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  #modal .box .td p.note {
    margin-top: 0;
  }
}
#modal .box .btn1 {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #modal .box .btn1 {
    margin-top: 25px;
  }
}
#modal .box .list {
  text-align: left;
  width: 660px;
  margin: 65px auto 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #modal .box .list {
    width: 85.5%;
    margin: 35px auto 0;
    font-size: 1.2rem;
  }
}
#modal .box .list li {
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #modal .box .list li {
    padding-left: 23px;
  }
}
#modal .box .list li + li {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  #modal .box .list li + li {
    margin-top: 20px;
  }
}
#modal .box .list li::before {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(1em - 7px);
}
@media screen and (max-width: 480px) {
  #modal .box .list li::before {
    width: 12px;
    top: calc(1em - 6px);
  }
}
#modal .box .list li:nth-child(1)::before {
  background-color: #f1d6b5;
}
#modal .box .list li:nth-child(2)::before {
  background-color: #d7eaf6;
}
#modal .box .list li:nth-child(3)::before {
  background-color: #e3cfea;
}
#modal .box .list li:nth-child(4)::before {
  background-color: #d8e7df;
}
#modal .close.ft {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  #modal .close.ft {
    padding-top: 20px;
  }
}

body.modal_open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
body.modal_open #layer {
  z-index: 99;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  opacity: 0.9;
}
body.modal_open #modal {
  opacity: 1;
  width: 100%;
  height: 100%;
}

#s_story {
  padding: 100px 0 400px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_story {
    padding: 50px 0 70px;
  }
}
#s_story::before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: url("/assets/img/bg_shape3.svg") repeat-x center top/1668px;
}
@media screen and (max-width: 480px) {
  #s_story::before {
    height: 66px;
    bottom: -15px;
    background: url("/assets/img/bg_shape3.svg") repeat-x center top/456px;
  }
}
#s_story .inr {
  position: relative;
  padding-top: 225px;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_story .inr {
    padding-top: 0;
    text-align: center;
  }
}
#s_story .s_ttl {
  position: absolute;
  top: 0;
  right: 18.8%;
}
@media screen and (max-width: 480px) {
  #s_story .s_ttl {
    position: relative;
    right: auto;
  }
  #s_story .s_ttl img {
    width: 172px;
    height: auto;
  }
}
#s_story .s_lead {
  padding-left: 12.9%;
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #s_story .s_lead {
    margin-top: 50px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0;
    font-size: 1.6rem;
  }
}
#s_story .story_list {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 100px 0;
}
@media screen and (max-width: 480px) {
  #s_story .story_list {
    margin-top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 25px;
  }
}
#s_story .story_list article {
  position: relative;
  width: 41.7%;
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  #s_story .story_list article {
    width: 100%;
  }
}
#s_story .story_list article::after {
  content: "";
  display: block;
  width: 80px;
  height: 24px;
  position: absolute;
  top: -12px;
  left: calc(50% - 40px);
}
#s_story .story_list article:nth-child(4n+1) {
  margin: 0 auto 0 4.2%;
}
@media screen and (max-width: 480px) {
  #s_story .story_list article:nth-child(4n+1) {
    margin: 0;
  }
}
#s_story .story_list article:nth-child(4n+2) {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
@media screen and (max-width: 480px) {
  #s_story .story_list article:nth-child(4n+2) {
    -webkit-transform: none;
    transform: none;
  }
}
#s_story .story_list article:nth-child(4n+3) {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 480px) {
  #s_story .story_list article:nth-child(4n+3) {
    margin: 0;
  }
}
#s_story .story_list article:nth-child(4n) {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  margin: 0 4.2% 0 0;
}
@media screen and (max-width: 480px) {
  #s_story .story_list article:nth-child(4n) {
    -webkit-transform: none;
    transform: none;
    margin: 0;
  }
}
#s_story .story_list article.col1::after {
  background-color: #d7eaf6;
}
#s_story .story_list article.col1 .img {
  background-color: rgba(215, 234, 246, 0.6);
}
#s_story .story_list article.col2::after {
  background-color: #fbe3e8;
}
#s_story .story_list article.col2 .img {
  background-color: rgba(251, 227, 232, 0.6);
}
#s_story .story_list article.col3::after {
  background-color: #f1d6b5;
}
#s_story .story_list article.col3 .img {
  background-color: rgba(241, 214, 181, 0.6);
}
#s_story .story_list article.col4::after {
  background-color: #d8e7df;
}
#s_story .story_list article.col4 .img {
  background-color: rgba(216, 231, 223, 0.6);
}
#s_story .story_list article.col5::after {
  background-color: #f6f1d5;
}
#s_story .story_list article.col5 .img {
  background-color: rgba(246, 241, 213, 0.6);
}
#s_story .story_list article.col6::after {
  background-color: #e3cfea;
}
#s_story .story_list article.col6 .img {
  background-color: rgba(227, 207, 234, 0.6);
}
#s_story .story_list .box {
  background-color: #fff;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  padding: 50px 50px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  color: inherit;
}
@media screen and (max-width: 480px) {
  #s_story .story_list .box {
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    padding: 50px 9.3vw 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_story .story_list .box:hover .img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  #s_story .story_list .box:hover .more {
    color: #727485;
  }
  #s_story .story_list .box:hover .more::before {
    background-color: #727485;
  }
}
#s_story .story_list .img {
  aspect-ratio: 4/3;
  width: 50%;
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 480px) {
  #s_story .story_list .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 200px;
    margin-top: 20px;
  }
}
#s_story .story_list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#s_story .story_list .profile {
  width: calc(50% - 30px);
}
@media screen and (max-width: 480px) {
  #s_story .story_list .profile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
  }
}
#s_story .story_list .name {
  margin-right: -1em;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #s_story .story_list .name {
    margin-right: 0;
  }
}
#s_story .story_list .name .suf {
  font-size: 0.7em;
}
#s_story .story_list .sub {
  margin-top: 20px;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
#s_story .story_list .keywords {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 1em;
  font-size: 1.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #s_story .story_list .keywords {
    margin-top: 10px;
  }
}
#s_story .story_list .keywords .word1 {
  color: #6f6628;
}
#s_story .story_list .keywords .word2 {
  color: #a687b1;
}
#s_story .story_list .keywords .word3 {
  color: #7094aa;
}
#s_story .story_list .ttl {
  margin-top: 30px;
  width: 100%;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
#s_story .story_list .ttl span {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  #s_story .story_list .ttl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 25px;
    font-size: 1.6rem;
  }
}
#s_story .story_list .txt {
  margin-top: 15px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #s_story .story_list .txt {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: left;
    font-size: 1.4rem;
  }
}
#s_story .story_list .more {
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.6rem;
  line-height: 20px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media screen and (max-width: 480px) {
  #s_story .story_list .more {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 17px;
  }
}
#s_story .story_list .more::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url("/assets/img/arr1_wh.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px;
  background-color: #404253;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 480px) {
  #s_story .story_list .more::before {
    width: 17px;
    margin-right: 5px;
  }
}
#s_story .story_list .none {
  width: 100%;
  text-align: center;
}
#s_story .ft {
  margin: 140px auto 0;
  width: 800px;
  text-align: left;
  border-top: 1px solid #e0dfec;
  padding-top: 40px;
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 480px) {
  #s_story .ft {
    margin: 15px auto 0;
    width: auto;
    border-top: none;
    padding-top: 0;
    font-size: 1.1rem;
  }
}

#s_event {
  background-color: #fff;
  padding: 100px 0 65px;
}
@media screen and (max-width: 480px) {
  #s_event {
    padding: 50px 0 40px;
  }
}
#s_event .inr {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_event .inr {
    width: 86.7%;
  }
}
#s_event .s_ttl {
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_event .s_ttl {
    text-align: center;
  }
}
#s_event .s_ttl .en {
  position: absolute;
  top: 50px;
  right: 62px;
}
@media screen and (max-width: 480px) {
  #s_event .s_ttl .en {
    position: relative;
    top: auto;
    right: auto;
  }
}
#s_event .s_ttl .en img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
@media screen and (max-width: 480px) {
  #s_event .s_ttl .en img {
    width: 142px;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
}
#s_event .s_ttl .ja {
  display: block;
  font-size: 7rem;
  line-height: 1.43;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 480px) {
  #s_event .s_ttl .ja {
    margin-top: 30px;
    font-size: 4rem;
  }
}
#s_event .event_list {
  margin-top: 85px;
  border-top: 1px solid #e0dfec;
  border-bottom: 1px solid #e0dfec;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 480px) {
  #s_event .event_list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    border-bottom: none;
  }
}
#s_event .event_list article {
  padding: 50px 0;
  text-align: left;
  border-bottom: 1px solid #e0dfec;
}
@media screen and (max-width: 480px) {
  #s_event .event_list article {
    padding: 30px 0;
  }
}
#s_event .event_list article:nth-child(odd) {
  padding-right: 64px;
}
@media screen and (max-width: 480px) {
  #s_event .event_list article:nth-child(odd) {
    padding-right: 0;
  }
}
#s_event .event_list article:nth-child(odd):nth-last-child(2), #s_event .event_list article:nth-child(odd):last-child {
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  #s_event .event_list article:nth-child(odd):nth-last-child(2), #s_event .event_list article:nth-child(odd):last-child {
    border-bottom: 1px solid #e0dfec;
  }
}
#s_event .event_list article:nth-child(even) {
  padding-left: 64px;
}
@media screen and (max-width: 480px) {
  #s_event .event_list article:nth-child(even) {
    padding-left: 0;
  }
}
#s_event .event_list article:nth-child(even):last-child {
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  #s_event .event_list article:nth-child(even):last-child {
    border-bottom: 1px solid #e0dfec;
  }
}
#s_event .event_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  color: inherit;
}
@media screen and (max-width: 480px) {
  #s_event .event_list a {
    gap: 20px;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_event .event_list a:hover .img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#s_event .event_list .img {
  width: 170px;
  aspect-ratio: 170/210;
  background-color: rgba(255, 152, 69, 0.3);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 480px) {
  #s_event .event_list .img {
    width: 36.9%;
  }
}
#s_event .event_list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#s_event .event_list .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#s_event .event_list .status {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  line-height: 32px;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #s_event .event_list .status {
    font-size: 1.2rem;
    height: 28px;
    line-height: 28px;
  }
}
#s_event .event_list .status.status1 {
  background-color: #ff9845;
}
#s_event .event_list .status.status3 {
  background-color: #a7a7a7;
}
#s_event .event_list .status + .ttl {
  margin-top: 22px;
}
@media screen and (max-width: 480px) {
  #s_event .event_list .status + .ttl {
    margin-top: 10px;
  }
}
#s_event .event_list .ttl {
  margin-top: -0.375em;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 480px) {
  #s_event .event_list .ttl {
    font-size: 1.6rem;
  }
}
#s_event .event_list .date {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #s_event .event_list .date {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#s_event .event_list .date .label {
  font-size: 1.4rem;
  line-height: 1.875;
  padding-right: 12px;
}
@media screen and (max-width: 480px) {
  #s_event .event_list .date .label {
    font-size: 1rem;
    line-height: 1.8;
    padding-right: 10px;
  }
}
#s_event .event_list .date span:not(.label) {
  position: relative;
  padding-left: 13px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 480px) {
  #s_event .event_list .date span:not(.label) {
    padding-left: 11px;
  }
}
#s_event .event_list .date span:not(.label)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  left: 0;
  top: 0.275em;
  bottom: 0.275em;
  background-color: #e0dfec;
}
@media screen and (max-width: 480px) {
  #s_event .event_list .date span:not(.label)::before {
    top: 0.33em;
    bottom: 0.33em;
  }
}
#s_event .event_list .none {
  padding: 40px 0;
  text-align: left;
}
#s_event .btn1 {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  #s_event .btn1 {
    margin-top: 30px;
  }
}

.windows #s_event .event_list .status {
  padding-top: 0.1em;
}

#s_insta {
  background-color: #fff;
  padding: 100px 0 277px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_insta {
    padding: 50px 0 164px;
  }
}
#s_insta::before {
  content: "";
  display: block;
  width: 1200px;
  position: absolute;
  left: calc(50% - 600px);
  top: 95px;
  bottom: 118px;
  background-color: #e6f3fb;
  -webkit-clip-path: polygon(0 63px, 100% 0, 100% 100%, 0 calc(100% - 106px));
  clip-path: polygon(0 63px, 100% 0, 100% 100%, 0 calc(100% - 106px));
}
@media screen and (max-width: 480px) {
  #s_insta::before {
    width: 92%;
    left: 4%;
    top: 63px;
    bottom: 82px;
    -webkit-clip-path: polygon(0 19px, 100% 0, 100% 100%, 0 calc(100% - 30px));
    clip-path: polygon(0 19px, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
}
#s_insta::after {
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: -130px;
  background: url("/assets/img/bg_shape4.svg") repeat-x center top/1668px;
}
@media screen and (max-width: 480px) {
  #s_insta::after {
    height: 37px;
    bottom: -32px;
    background: url("/assets/img/bg_shape4.svg") repeat-x center top/433px;
  }
}
#s_insta .inr {
  position: relative;
}
#s_insta .s_ttl .en {
  display: block;
}
@media screen and (max-width: 480px) {
  #s_insta .s_ttl .en img {
    width: 208px;
    height: auto;
  }
}
#s_insta .s_ttl .ja {
  display: block;
  margin-top: 30px;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 480px) {
  #s_insta .s_ttl .ja {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
#s_insta .timeline {
  margin: 80px auto 0;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 190px;
  gap: 50px 52px;
}
@media screen and (max-width: 480px) {
  #s_insta .timeline {
    margin: 50px auto 0;
    width: 82.7%;
    gap: 20px 18px;
  }
}
#s_insta .timeline a {
  display: block;
  width: 150px;
  aspect-ratio: 300/375;
}
@media screen and (max-width: 480px) {
  #s_insta .timeline a {
    width: calc(50% - 9px);
  }
  #s_insta .timeline a:nth-child(n+7) {
    display: none;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_insta .timeline a:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#s_insta .timeline a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#s_insta .timeline .error {
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #s_insta .timeline .error {
    font-size: 1.4rem;
  }
}

#s_about {
  margin-top: 224px;
  padding: 100px 0 335px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_about {
    margin-top: 40px;
    padding: 50px 0 90px;
  }
}
#s_about::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: -10px;
  background: url("/assets/img/bg_shape5.svg") repeat-x center top/1400px;
}
@media screen and (max-width: 480px) {
  #s_about::before {
    height: 40px;
    bottom: -5px;
    background: url("/assets/img/bg_shape5.svg") repeat-x center top/375px;
  }
}
#s_about .s_ttl {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #s_about .s_ttl {
    width: auto;
    text-align: center;
  }
}
#s_about .s_ttl .en {
  display: block;
}
@media screen and (max-width: 480px) {
  #s_about .s_ttl .en img {
    width: 220px;
    height: auto;
  }
}
#s_about .s_ttl .ja {
  display: block;
  margin-top: 50px;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 480px) {
  #s_about .s_ttl .ja {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
#s_about .s_ttl .logo {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  #s_about .s_ttl .logo {
    position: relative;
    margin-top: 55px;
  }
  #s_about .s_ttl .logo img {
    width: 132px;
    height: auto;
  }
}
#s_about .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 95px auto 0;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #s_about .about {
    margin: 50px auto 0;
    width: 92%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
#s_about .about + .about {
  margin: 60px auto 0;
}
@media screen and (max-width: 480px) {
  #s_about .about + .about {
    margin: 15px auto 0;
  }
}
#s_about .about .ttl {
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(60px - 0.35em) 60px;
  -webkit-clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
  clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #s_about .about .ttl {
    width: 100%;
    font-size: 1.4rem;
    -webkit-clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
    clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
    padding: 15px 25px;
  }
  #s_about .about .ttl br {
    display: none;
  }
}
#s_about .about .detail {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 60px 95px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
}
@media screen and (max-width: 480px) {
  #s_about .about .detail {
    padding: 25px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  }
}
#s_about .outline .ttl {
  background-color: #ffddb7;
}
#s_about .outline .table > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#s_about .outline .table > li + li {
  border-top: 1px solid #e6f3fb;
  padding-top: 35px;
  margin-top: 35px;
}
@media screen and (max-width: 480px) {
  #s_about .outline .table > li + li {
    padding-top: 25px;
    margin-top: 25px;
  }
}
#s_about .outline .th {
  width: 115px;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  #s_about .outline .th {
    width: 70px;
    font-size: 1.1rem;
  }
}
#s_about .outline .td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#s_about .outline .td p {
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #s_about .outline .td p {
    font-size: 1.6rem;
  }
}
#s_about .outline .td p.note {
  margin-top: 12px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  #s_about .outline .td p.note {
    margin: 6px 0 -0.25em;
    font-size: 1rem;
    line-height: 1.5;
  }
}
#s_about .outline .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 20px 30px;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  #s_about .outline .link_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 10px;
    font-size: 1.4rem;
  }
}
#s_about .outline .link_list a::after {
  margin: calc(0.5em - 8px) 0 0 5px;
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 32px;
  aspect-ratio: 32/16;
  background: url("/assets/img/i_pdf.svg") no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  #s_about .outline .link_list a::after {
    width: 27px;
  }
}
@media screen and (max-width: 480px) {
  #s_about .outline .link_list a::after {
    margin: calc(0.5em - 6.5px) 0 0 4px;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_about .outline .link_list a:hover {
    text-decoration: underline;
  }
}
#s_about .vision .ttl {
  background-color: #e3cfea;
}
#s_about .vision .detail p {
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #s_about .vision .detail p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
#s_about .mission .ttl {
  background-color: #d8e7df;
}
#s_about .mission .detail p {
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  margin: -0.5em 0;
}
@media screen and (max-width: 480px) {
  #s_about .mission .detail p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0;
  }
}
#s_about .message .ttl {
  background-color: #d7eaf6;
}
#s_about .message .subttl {
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  #s_about .message .subttl {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
  }
}
#s_about .message .profile {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  #s_about .message .profile {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 0;
  }
}
#s_about .message img {
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  #s_about .message img {
    width: 120px;
    height: auto;
  }
}
#s_about .message .profile_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 480px) {
  #s_about .message .profile_txt {
    text-align: center;
  }
}
#s_about .message .name {
  font-family: "A1ゴシック M", "A1 Gothic M", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  #s_about .message .name {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}
#s_about .message .furigana {
  margin-top: 12px;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  #s_about .message .furigana {
    margin-top: 8px;
    font-size: 1rem;
  }
}
#s_about .message .note {
  margin-top: 20px;
  color: #74aebc;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #s_about .message .note {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}
#s_about .message .txt {
  margin-top: 60px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 480px) {
  #s_about .message .txt {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}
#s_about .message .txt p + p {
  margin-top: 2em;
}
#s_about .report .ttl {
  background-color: #f6f1d5;
}
#s_about .report .report_list {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  gap: 0 65px;
}
@media screen and (max-width: 480px) {
  #s_about .report .report_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 9.5%;
  }
}
#s_about .report .report_list a {
  display: block;
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_about .report .report_list a:hover span {
    text-decoration: underline;
  }
  #s_about .report .report_list a:hover img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
#s_about .report .report_list span {
  display: block;
  margin-top: 15px;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  #s_about .report .report_list span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
#s_about .report .report_list span::after {
  margin: calc(0.8em - 8px) 0 0 5px;
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 32px;
  aspect-ratio: 32/16;
  background: url("/assets/img/i_pdf.svg") no-repeat center center/contain;
}
@media screen and (max-width: 480px) {
  #s_about .report .report_list span::after {
    width: 27px;
  }
}
@media screen and (max-width: 480px) {
  #s_about .report .report_list span::after {
    margin: calc(0.8em - 7px) 0 0 4px;
  }
}
#s_about .report .report_list img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 480px) {
  #s_about .report .report_list img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}
#s_about .media .ttl {
  background-color: #fbe3e8;
}
#s_about .media .media_list li {
  padding-left: 20px;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}
#s_about .media .media_list li + li {
  border-top: 1px solid #e6f3fb;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  #s_about .media .media_list li + li {
    padding-top: 15px;
    margin-top: 15px;
  }
}
#s_about .media .media_list a {
  display: block;
  position: relative;
}
#s_about .media .media_list a[target=_blank]::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 12px;
  background: url("/assets/img/i_blank.svg") no-repeat center center/contain;
  position: absolute;
  left: -20px;
  top: calc(0.8em - 6px);
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_about .media .media_list a:hover {
    text-decoration: underline;
  }
}
#s_about .result .ttl {
  background-color: #ffddb7;
}
#s_about .result .result_list li {
  padding-left: 20px;
}
#s_about .result .result_list li + li {
  border-top: 1px solid #e6f3fb;
  padding-top: 20px;
  margin-top: 20px;
}
#s_about .result .result_list a {
  display: block;
  font-family: "A1ゴシック R", "A1 Gothic R", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
}
#s_about .result .result_list a[target=_blank]::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 12px;
  background: url("/assets/img/i_blank.svg") no-repeat center center/contain;
  position: absolute;
  left: -20px;
  top: calc(0.8em - 6px);
}
@media (any-hover: hover) and (min-width: 481px) {
  #s_about .result .result_list a:hover {
    text-decoration: underline;
  }
}