.splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00a0d9;
  background: -webkit-linear-gradient(left top, #8cd0d5 0, #00a0d9 33.33%, rgba(0, 160, 217, 0) 66.66%);
  background: linear-gradient(to right bottom, #8cd0d5 0, #00a0d9 33.33%, rgba(0, 160, 217, 0) 66.66%);
  background-position: left top;
  background-size: 300% 300%;
  color: #fff;
  z-index: 1000;
  -webkit-transition: background-position 1s .5s, opacity 1s .5s;
          transition: background-position 1s .5s, opacity 1s .5s;
}
.splash.off {
  background-position: right bottom;
  opacity: 0;
}
.splash.off .copy.on {
  opacity: 0;
}
.splash .loading {
  position: relative;
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-size: 1.2rem;
  letter-spacing: .14em;
}
.splash .loading::before {
  content: '';
  display: block;
  width: 120px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/shape1_1208_w.png") no-repeat 0 0/120px;
  opacity: .2;
}
.splash .loading .bar {
  display: block;
  position: relative;
  width: 120px;
  height: 55px;
  background: url("../img/shape1_1208_w.png") no-repeat 0 0/120px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  margin-bottom: 30px;
}
.splash .copy {
  position: absolute;
  left: calc( 50% - 310px );
  top: calc( 50% - 120px );
  padding-left: 350px;
  opacity: 0;
}
.splash .copy .logo {
  position: absolute;
  left: 0;
  top: calc( 50% - 146px );
}
.splash .copy p {
  text-align: left;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path .5s;
          transition: clip-path .5s;
}
.splash .copy p .ja {
  display: block;
}
.splash .copy p .en {
  margin-top: 35px;
  display: block;
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-size: 1.6rem;
  letter-spacing: .14em;
  line-height: 1.75;
}
.splash .copy.on {
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
}
.splash .copy.on p {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

@media screen and (max-width: 480px) {
  .splash .loading {
    font-size: 1.1rem;
  }
  .splash .loading::before {
    width: 70px;
    height: 32px;
    background: url("../img/shape1_1208_w.png") no-repeat 0 0/70px;
  }
  .splash .loading .bar {
    width: 70px;
    height: 32px;
    background: url("../img/shape1_1208_w.png") no-repeat 0 0/70px;
    margin-bottom: 15px;
  }
  .splash .copy {
    left: calc( 50% - 90px );
    top: calc( 50% - 180px );
    padding-left: 0;
    width: 180px;
  }
  .splash .copy .logo {
    position: relative;
    top: 0;
  }
  .splash .copy .logo img {
    width: 171px;
    height: auto;
  }
  .splash .copy p {
    margin-top: 35px;
  }
  .splash .copy p .ja img {
    width: 180px;
    height: auto;
  }
  .splash .copy p .en {
    margin-top: 20px;
    font-size: 11px;
  }
}
.ajax {
  position: relative;
  min-height: 20px;
}
.ajax .loader {
  position: absolute;
  left: calc( 50% - 10px );
  top: calc( 50% - 10px );
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #00a0d9;
  background: -webkit-linear-gradient(180deg, #00a0d9 0%, #8cd0d5 75%);
  background: linear-gradient(-90deg, #00a0d9 0%, #8cd0d5 75%);
  -webkit-animation: load 1.4s infinite linear;
          animation: load 1.4s infinite linear;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
.ajax .loader::before, .ajax .loader::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ajax .loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  background: -webkit-linear-gradient(48deg, rgba(255, 255, 255, 0) 0%, white 75%);
  background: linear-gradient(42deg, rgba(255, 255, 255, 0) 0%, white 75%);
  border-radius: 100% 0 0 0;
}
.ajax .loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  bottom: 0;
  right: 0;
}
.ajax .error {
  color: #939393;
  font-size: 1.2rem;
}
.ajax .article_list {
  opacity: 0;
  -webkit-transition: opacity .5s .25s;
          transition: opacity .5s .25s;
}
.ajax.on .loader {
  opacity: 0;
}
.ajax.on .article_list {
  opacity: 1;
}

.mv {
  width: 100%;
  height: 725px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.mv::before {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #8cd0d5;
  background: -webkit-linear-gradient(316deg, #8cd0d5 0%, #00a0d9 100%);
  background: linear-gradient(134deg, #8cd0d5 0%, #00a0d9 100%);
}
.mv .slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  width: 3114px;
  height: 623px;
  left: calc( 50% - 1481px );
}
.mv .slider::after {
  content: '';
  display: block;
  position: absolute;
  width: 377px;
  height: 173px;
  background: url("../img/shape1_1208_w.png") no-repeat 0 0/377px;
  top: 472px;
  left: 1625px;
  opacity: 0;
  -webkit-transform: translateY(20px) scaleX(0.2);
          transform: translateY(20px) scaleX(0.2);
  -webkit-transition: opacity 0.5s 0.75s, -webkit-transform 0.5s 0.75s cubic-bezier(0.34, 1.56, 0.64, 1);
          transition: opacity 0.5s 0.75s, transform 0.5s 0.75s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mv.done .slider::after {
  opacity: 1;
  -webkit-transform: translateY(0) scaleX(1);
          transform: translateY(0) scaleX(1);
}
.mv .slick-list {
  position: relative;
  display: block;
  height: 623px;
}
.mv .slick-list:focus {
  outline: none;
}
.mv .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.mv .slick-track {
  height: 623px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.mv .slick-track::before, .mv .slick-track::after {
  display: table;
  content: '';
}
.mv .slick-track::after {
  clear: both;
}
.mv .slide {
  float: left;
  text-align: center;
  padding: 0 7px;
  box-sizing: border-box;
}
.mv .slide img {
  vertical-align: top;
  border-radius: 5px;
}
.mv .slick-dots {
  margin: 47px auto 0;
  width: 60px;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.mv .slick-dots li {
  float: left;
  margin: 0 5px;
  position: relative;
}
.mv .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-indent: -9999px;
  font-size: 10px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none !important;
}
.mv .slick-dots .slick-active button {
  background: #fff;
}
.mv .slick-dots li:nth-child(1),
.mv .slick-dots li:nth-child(2),
.mv .slick-dots li:nth-child(3) {
  z-index: 1;
}
.mv .slick-dots li:nth-child(4),
.mv .slick-dots li:nth-child(5),
.mv .slick-dots li:nth-child(6) {
  opacity: 0;
  position: absolute;
  top: 0;
}
.mv .slick-dots li:nth-child(4).slick-active,
.mv .slick-dots li:nth-child(5).slick-active,
.mv .slick-dots li:nth-child(6).slick-active {
  opacity: 1;
}
.mv .slick-dots li:nth-child(4) {
  left: 0;
}
.mv .slick-dots li:nth-child(5) {
  left: 20px;
}
.mv .slick-dots li:nth-child(6) {
  right: 0;
}
.mv .copy {
  position: absolute;
  left: calc( 50% - 480px );
  top: 70px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity .5s, -webkit-transform .5s, clip-path .5s;
          transition: opacity .5s, transform .5s, clip-path .5s;
}
.mv .copy::before {
  content: '';
  display: block;
  width: 151px;
  height: 21px;
  background: url("../img/shape2_302_wh.png") no-repeat 0 0/151px;
}
.mv .copy img {
  margin-top: 40px;
  display: block;
}
.mv.done .copy {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.mv .txt {
  position: absolute;
  top: 344px;
  left: calc( 50% - 480px );
  width: 960px;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
          transition: opacity .5s, transform .5s;
}
.mv .txt p {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.78;
}
.mv .txt .btn {
  margin-top: 30px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  min-width: 300px;
  height: 70px;
  border-radius: 35px;
  border: 1px solid #fff;
  padding: 0 80px 0 35px;
  line-height: 68px;
  letter-spacing: .14em;
  font-weight: 600;
}
.mv .txt .btn::before, .mv .txt .btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 20px;
  right: 0;
  top: 24px;
}
.mv .txt .btn::before {
  border-left: 1px solid #fff;
}
.mv .txt .btn::after {
  background: url("../img/arr1_wh.svg") no-repeat 20px center/6px 10px;
}
.mv .txt .btn:hover {
  opacity: .7;
}
.mv .txt .btn:hover::after {
  -webkit-animation: tsuntsun .75s infinite;
          animation: tsuntsun .75s infinite;
}
.mv.done .txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 480px) {
  .mv {
    height: auto;
    padding: 98px 0 18px;
  }
  .mv::before {
    top: 0;
  }
  .mv .slider {
    width: 315.9vw;
    height: 101.33vw;
    left: -110.6vw;
  }
  .mv .slider::after {
    width: 250px;
    height: 115px;
    background: url("../img/shape1_754_w.png") no-repeat 0 0/250px;
    top: auto;
    bottom: -16px;
    left: calc( 50% - 32px );
  }
  .mv .slick-list {
    height: auto;
  }
  .mv .slick-track {
    height: auto;
  }
  .mv .slide {
    padding: 0 5.3vw 0 0;
    text-align: left;
  }
  .mv .slide img {
    width: 100vw;
    height: auto;
  }
  .mv .slick-dots {
    margin: 35px 5% 0 auto;
  }
  .mv .copy {
    left: 10%;
    top: 44px;
  }
  .mv .copy::before {
    width: 112px;
    height: 16px;
    background: url("../img/shape2_302_wh.png") no-repeat 0 0/112px;
  }
  .mv .copy img {
    margin-top: 25px;
    width: 215px;
    height: auto;
  }
  .mv .txt {
    position: relative;
    top: 0;
    left: 0;
    width: 80%;
    margin: 25px auto 0;
  }
  .mv .txt p {
    font-size: 1.6rem;
  }
  .mv .txt .btn {
    margin-top: 20px;
    min-width: 255px;
    height: 50px;
    border-radius: 25px;
    padding: 0 75px 0 30px;
    line-height: 48px;
    font-size: 1.5rem;
  }
  .mv .txt .btn::before, .mv .txt .btn::after {
    width: 52px;
    height: 16px;
    top: 16px;
  }
  .mv .txt .btn::after {
    background: url("../img/arr1_wh.svg") no-repeat 18px center/6px 10px;
  }
}
#s_topics {
  width: 850px;
  margin: 0 auto;
  padding-top: 104px;
  text-align: left;
  position: relative;
  padding-left: 220px;
  box-sizing: border-box;
}
#s_topics .s_ttl {
  position: absolute;
  left: 0;
  top: 98px;
}
#s_topics .topics_list {
  border-top: 1px solid #daeff1;
}
#s_topics .topics_list li {
  padding: 20px 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #daeff1;
}
#s_topics .topics_list li > p {
  display: table-cell;
  vertical-align: top;
}
#s_topics .topics_list .date {
  width: 95px;
  color: #76c8d6;
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-size: 1.2rem;
  letter-spacing: .14em;
  line-height: 2.67;
}
#s_topics .topics_list .ttl {
  font-size: 1.6rem;
  line-height: 2;
  white-space: nowrap;
}
#s_topics .topics_list .ttl a {
  color: #626262;
  text-decoration: none;
}
#s_topics .topics_list .ttl a:hover {
  color: #095f7e;
}
#s_topics .topics_list .label_new {
  margin-top: .5em;
}

@media screen and (max-width: 480px) {
  #s_topics {
    width: 90%;
    padding-top: 55px;
    text-align: center;
    padding-left: 0;
  }
  #s_topics .s_ttl {
    position: relative;
    top: 0;
  }
  #s_topics .topics_list {
    margin-top: 30px;
    text-align: left;
  }
  #s_topics .topics_list li {
    padding: 10px 0;
  }
  #s_topics .topics_list .date {
    width: 80px;
    font-size: 1rem;
    line-height: 2.45;
  }
  #s_topics .topics_list .ttl {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.75;
    white-space: normal;
  }
  #s_topics .topics_list .label_new {
    position: absolute;
    left: -80px;
    top: 2.6em;
    margin-top: 0;
  }
}
#s_report {
  padding: 90px 0 100px;
}
#s_report .s_ttl {
  color: #00a0d9;
}
#s_report .s_ttl .ja {
  display: block;
  font-size: 2.7rem;
  letter-spacing: .18em;
}
#s_report .s_ttl .en {
  margin-top: 20px;
  display: block;
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  letter-spacing: .14em;
  font-size: 1.2rem;
}
#s_report .ajax {
  margin-top: 50px;
  min-height: 246px;
}
#s_report .article_list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 45px;
}
#s_report .btn_s {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  #s_report {
    padding: 55px 0;
  }
  #s_report .ajax {
    margin-top: 40px;
    min-height: calc( 88.52vw + 90px );
  }
  #s_report .article_list1 {
    display: block;
  }
  #s_report .btn_s {
    margin-top: 35px;
  }
}
#s_ourstory {
  position: relative;
  padding-top: 95px;
}
#s_ourstory::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 387px;
  left: calc( 50% - 575px );
  width: 1150px;
  background: #00a0d9;
  background: -webkit-linear-gradient(224deg, #76c8d6 0%, #00a0d9 100%);
  background: linear-gradient(-134deg, #76c8d6 0%, #00a0d9 100%);
  border-radius: 5px;
}
#s_ourstory .s_ttl1 {
  width: 960px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
          transition: opacity .5s, transform .5s;
}
#s_ourstory .s_ttl1.done {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#s_ourstory .s_ttl1.done .copy img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#s_ourstory .s_ttl1 .en {
  position: absolute;
  top: -22px;
  right: 0;
}
#s_ourstory .s_ttl1 .copy {
  margin-top: 65px;
  display: block;
}
#s_ourstory .s_ttl1 .copy img {
  -webkit-transition: clip-path .5s;
          transition: clip-path .5s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#s_ourstory .s_ttl1 .il {
  position: absolute;
  left: -3px;
  bottom: -280px;
}
#s_ourstory .s_ttl1::after {
  margin-top: 60px;
}
#s_ourstory .content {
  margin-top: -266px;
  position: relative;
  padding: 90px 0;
}
#s_ourstory .content::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc( 50% - 100px );
  right: 0;
  bottom: 0;
  background: #f1f9fa;
  border-radius: 5px 0 0 5px;
}
#s_ourstory .content > p {
  position: relative;
  text-align: left;
  padding-left: calc( 50% - 10px );
  font-size: 1.7rem;
  line-height: 2em;
}
#s_ourstory .content > p + p {
  margin-top: 2em;
}

@media screen and (max-width: 480px) {
  #s_ourstory {
    padding-top: 55px;
  }
  #s_ourstory::before {
    top: 0;
    left: 0;
    bottom: 230px;
    width: 100%;
    border-radius: 0;
  }
  #s_ourstory .s_ttl1 {
    width: 84%;
    padding-left: 0;
  }
  #s_ourstory .s_ttl1 .en {
    position: relative;
    top: 0;
    right: auto;
  }
  #s_ourstory .s_ttl1 .ja {
    margin-top: 28px;
  }
  #s_ourstory .s_ttl1 .copy {
    margin-top: 40px;
  }
  #s_ourstory .s_ttl1 .copy img {
    width: 275px;
    height: auto;
  }
  #s_ourstory .s_ttl1 .il {
    left: auto;
    right: -6px;
    bottom: -90px;
    width: 129px;
    height: auto;
  }
  #s_ourstory .s_ttl1::after {
    margin-top: 40px;
  }
  #s_ourstory .content {
    margin-top: 50px;
    padding: 50px 8% 0;
  }
  #s_ourstory .content::before {
    left: 0;
    right: auto;
    width: 97.33%;
    bottom: 150px;
    border-radius: 0 5px 5px 0;
  }
  #s_ourstory .content > p {
    padding-left: 0;
    font-size: 1.6rem;
  }
}
.bnr_purpose {
  margin: 80px auto 0;
  width: 840px;
}
.bnr_purpose a {
  display: block;
  position: relative;
  height: 370px;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.bnr_purpose a:hover .btn::after {
  -webkit-animation: tsuntsun .75s infinite;
          animation: tsuntsun .75s infinite;
}
.bnr_purpose a:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bnr_purpose .bg {
  display: block;
  border-radius: 5px;
  position: relative;
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
.bnr_purpose .ttl {
  position: absolute;
  top: 25px;
  left: 50px;
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-weight: 300;
  font-size: 60px;
  letter-spacing: .14em;
}
.bnr_purpose .copy {
  position: absolute;
  top: 108px;
  left: 50px;
}
.bnr_purpose .btn {
  position: absolute;
  left: 50px;
  bottom: 47px;
  box-sizing: border-box;
  text-align: left;
  width: 300px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #fff;
  padding: 0 80px 0 35px;
  line-height: 50px;
  letter-spacing: .14em;
  font-weight: 600;
}
.bnr_purpose .btn::before, .bnr_purpose .btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 20px;
  right: 0;
  top: 15px;
}
.bnr_purpose .btn::before {
  border-left: 1px solid #fff;
}
.bnr_purpose .btn::after {
  background: url("../img/arr1_wh.svg") no-repeat 20px center/6px 10px;
}

@media screen and (max-width: 480px) {
  .bnr_purpose {
    margin: 25px auto 0;
    width: 310px;
    max-width: 100%;
  }
  .bnr_purpose a {
    height: 240px;
  }
  .bnr_purpose .bg {
    width: 100%;
    height: auto;
  }
  .bnr_purpose .ttl {
    top: 14px;
    left: 18px;
    font-size: 35px;
  }
  .bnr_purpose .copy {
    top: 63px;
    left: 18px;
  }
  .bnr_purpose .copy img {
    width: 122px;
    height: auto;
  }
  .bnr_purpose .btn {
    left: 18px;
    bottom: 23px;
    width: 240px;
    height: 40px;
    border-radius: 20px;
    padding: 0 40px 0 20px;
    line-height: 38px;
    font-size: 15px;
  }
  .bnr_purpose .btn::before, .bnr_purpose .btn::after {
    width: 40px;
    height: 14px;
    top: 12px;
  }
  .bnr_purpose .btn::after {
    background: url("../img/arr1_wh.svg") no-repeat 16px center/6px 10px;
  }
}
#s_case {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  padding: 70px 0 120px;
}
#s_case .s_ttl .en {
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-weight: 300;
  color: #c9e8ea;
  font-size: 6rem;
  letter-spacing: .14em;
}
#s_case .s_ttl .ja {
  font-size: 1.6rem;
  padding-left: 1em;
}
#s_case .ajax {
  margin-top: 70px;
  min-height: 196px;
}
#s_case .article_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 120px;
}
#s_case .article_list li {
  position: relative;
}
#s_case .article_list li:nth-child(even)::before {
  content: '';
  display: block;
  width: 1px;
  background: #daeff1;
  position: absolute;
  left: -60px;
  top: 6px;
  bottom: 0;
}
#s_case .article_list a {
  display: block;
  width: 410px;
  position: relative;
  box-sizing: border-box;
  padding-right: 230px;
  text-decoration: none;
}
#s_case .article_list a:hover .img div {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#s_case .article_list a:hover .btn_s {
  color: #095f7e;
  border: 1px solid #095f7e;
}
#s_case .article_list a:hover .btn_s::before {
  border-left: 1px solid #095f7e;
}
#s_case .article_list a:hover .btn_s::after {
  background: url("../img/arr1_db.svg") no-repeat 13px center/6px 10px;
}
#s_case .article_list a:hover .btn_s::after {
  -webkit-animation: tsuntsun .75s infinite;
          animation: tsuntsun .75s infinite;
}
#s_case .article_list .img {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 6px;
  right: 0;
  width: 200px;
  height: 120px;
  overflow: hidden;
  border-radius: 5px;
}
#s_case .article_list .img div {
  height: 120px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
#s_case .article_list .img div.noimg {
  background: #00a0d9;
  background: -webkit-linear-gradient(25deg, #00a0d9 0%, #8cd0d5 100%);
  background: linear-gradient(65deg, #00a0d9 0%, #8cd0d5 100%);
  position: relative;
}
#s_case .article_list .img div.noimg::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/noimg.png") no-repeat center center/cover;
}
#s_case .article_list .ttl .main {
  display: block;
  color: #00a0d9;
  font-size: 2.1rem;
  line-height: 1.67;
}
#s_case .article_list .ttl .sub {
  margin-top: 12px;
  display: block;
  color: #939393;
  font-size: 1.4rem;
  line-height: 1.75;
}
#s_case .article_list .btn_s {
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  #s_case {
    width: 90%;
    padding: 35px 0 55px;
  }
  #s_case .s_ttl {
    text-align: center;
  }
  #s_case .s_ttl .en {
    display: block;
    font-size: 4rem;
  }
  #s_case .s_ttl .ja {
    margin-top: 15px;
    display: block;
    font-size: 1.2rem;
    padding-left: 0;
  }
  #s_case .ajax {
    margin-top: 36px;
    min-height: calc( 44.26vw + 61px );
  }
  #s_case .article_list {
    display: block;
  }
  #s_case .article_list li:nth-child(even)::before {
    display: none;
  }
  #s_case .article_list li + li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #daeff1;
  }
  #s_case .article_list a {
    width: 80vw;
    padding-left: 42vw;
    min-height: 22.13vw;
    margin: 0 auto;
    padding-right: 0;
  }
  #s_case .article_list .img {
    left: 0;
    top: 0;
    width: 37vw;
    height: 22.13vw;
  }
  #s_case .article_list .img div {
    width: 37vw;
    height: 22.13vw;
  }
  #s_case .article_list .ttl {
    margin-right: -.5em;
  }
  #s_case .article_list .ttl .main {
    position: relative;
    font-size: 1.8rem;
    top: -.375em;
  }
  #s_case .article_list .ttl .sub {
    margin-top: 0;
    font-size: 1.2rem;
    margin-bottom: -.335em;
  }
  #s_case .article_list .btn_s {
    display: none;
  }
}
#s_what {
  background: #f1f9fa;
  padding: 0 0 30px;
}
#s_what .hd {
  background: #8cd0d5;
  background: -webkit-linear-gradient(316deg, #8cd0d5 0%, #00a0d9 100%);
  background: linear-gradient(134deg, #8cd0d5 0%, #00a0d9 100%);
  color: #fff;
  padding: 145px 0 208px;
  position: relative;
}
#s_what .hd::before {
  content: '';
  display: block;
  position: absolute;
  left: calc( 50% - 318px );
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/what_img1.jpg") no-repeat center center/cover;
}
#s_what .s_ttl1 {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
          transition: opacity .5s, transform .5s;
}
#s_what .s_ttl1.done {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#s_what .s_ttl1.done .copy img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#s_what .s_ttl1 .ja {
  margin-top: 35px;
}
#s_what .s_ttl1 .copy {
  margin-top: 48px;
  display: block;
}
#s_what .s_ttl1 .copy img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path .5s;
          transition: clip-path .5s;
}
#s_what .s_ttl1::after {
  margin-top: 50px;
}
#s_what .for_children a,
#s_what .for_guardian a,
#s_what .other a {
  display: block;
  text-decoration: none;
  position: relative;
}
#s_what .for_children a:hover .img img,
#s_what .for_guardian a:hover .img img,
#s_what .other a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#s_what .for_children a:hover .btn,
#s_what .for_guardian a:hover .btn,
#s_what .other a:hover .btn {
  color: #095f7e;
  border: 1px solid #095f7e;
}
#s_what .for_children a:hover .btn::before,
#s_what .for_guardian a:hover .btn::before,
#s_what .other a:hover .btn::before {
  border-left: 1px solid #095f7e;
}
#s_what .for_children a:hover .btn::after,
#s_what .for_guardian a:hover .btn::after,
#s_what .other a:hover .btn::after {
  background: url("../img/arr1_db.svg") no-repeat 13px center/6px 10px;
}
#s_what .for_children a:hover .btn::after,
#s_what .for_guardian a:hover .btn::after,
#s_what .other a:hover .btn::after {
  -webkit-animation: tsuntsun .75s infinite;
          animation: tsuntsun .75s infinite;
}
#s_what .for_children .img,
#s_what .for_guardian .img,
#s_what .other .img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#s_what .for_children .img img,
#s_what .for_guardian .img img,
#s_what .other .img img {
  border-radius: 5px;
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
#s_what .for_children .txt,
#s_what .for_guardian .txt,
#s_what .other .txt {
  color: #626262;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
}
#s_what .for_children .btn,
#s_what .for_guardian .btn,
#s_what .other .btn {
  display: inline-block;
  vertical-align: top;
  color: #00a0d9;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  min-width: 145px;
  height: 34px;
  border-radius: 17px;
  font-size: 1.4rem;
  line-height: 32px;
  padding: 0 52px 0 20px;
  border: 1px solid #00a0d9;
}
#s_what .for_children .btn::before, #s_what .for_children .btn::after,
#s_what .for_guardian .btn::before,
#s_what .for_guardian .btn::after,
#s_what .other .btn::before,
#s_what .other .btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 38px;
  height: 10px;
  top: 11px;
}
#s_what .for_children .btn::before,
#s_what .for_guardian .btn::before,
#s_what .other .btn::before {
  border-left: 1px solid #00a0d9;
}
#s_what .for_children .btn::after,
#s_what .for_guardian .btn::after,
#s_what .other .btn::after {
  background: url("../img/arr1_lb.svg") no-repeat 13px center/6px 10px;
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
#s_what .main {
  width: 100%;
  max-width: 1230px;
  margin: -110px auto 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 80px 0 100px;
}
#s_what .main .lead {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
}
#s_what .for_children,
#s_what .for_guardian {
  width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #daeff1;
  padding-top: 60px;
}
#s_what .for_children .ttl,
#s_what .for_guardian .ttl {
  color: #00a0d9;
}
#s_what .for_children .ttl .label,
#s_what .for_guardian .ttl .label {
  display: block;
  color: #fff;
  height: 20px;
  width: 73px;
  border-radius: 10px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 20px;
}
#s_what .for_children .txt,
#s_what .for_guardian .txt {
  margin-top: 16px;
  text-align: left;
}
#s_what .for_children .btn,
#s_what .for_guardian .btn {
  margin-top: 20px;
}
#s_what .for_children {
  margin: 55px auto 0;
  gap: 0 130px;
}
#s_what .for_children li {
  width: 390px;
}
#s_what .for_children .ttl .label {
  background: #ff934c;
  background: -webkit-linear-gradient(316deg, #ff934c 0%, #fc686f 100%);
  background: linear-gradient(134deg, #ff934c 0%, #fc686f 100%);
  margin-bottom: 30px;
}
#s_what .for_children .il {
  position: absolute;
  z-index: 1;
}
#s_what .for_children .img {
  margin-top: 36px;
}
#s_what .for_children li:nth-child(1) .il {
  top: 37px;
  right: -61px;
}
#s_what .for_children li:nth-child(2) .il {
  top: 46px;
  right: -49px;
}
#s_what .for_guardian {
  margin: 70px auto 0;
  gap: 0 80px;
}
#s_what .for_guardian li {
  width: 250px;
}
#s_what .for_guardian .ttl {
  font-size: 2.3rem;
}
#s_what .for_guardian .ttl .label {
  background: #8cd0d5;
  background: -webkit-linear-gradient(316deg, #8cd0d5 0%, #00a0d9 100%);
  background: linear-gradient(134deg, #8cd0d5 0%, #00a0d9 100%);
  margin-bottom: 25px;
}
#s_what .for_guardian .img {
  margin-top: 28px;
}
#s_what .other {
  width: 100%;
  max-width: 1230px;
  margin: 25px auto 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  padding: 60px 0 75px;
}
#s_what .other .ttl {
  width: 223px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.5rem;
  background: #626262;
  color: #fff;
}
#s_what .other ul {
  margin: 45px auto 0;
  width: 910px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#s_what .other li:not(.pickup) {
  width: 265px;
}
#s_what .other .subttl {
  font-size: 1.9rem;
  color: #00a0d9;
}
#s_what .other .txt {
  margin-top: 25px;
}
#s_what .other .pickup {
  width: 520px;
  position: relative;
}
#s_what .other .pickup::after {
  content: '';
  display: block;
  width: 1px;
  background: #daeff1;
  top: 0;
  bottom: 0;
  right: -66px;
  position: absolute;
}
#s_what .other .pickup a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#s_what .other .pickup .img {
  width: 100%;
  height: 140px;
}
#s_what .other .pickup .subttl {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#s_what .other .pickup .txt {
  margin-top: 15px;
  width: 375px;
  box-sizing: border-box;
  padding-right: 1em;
}
#s_what .other .pickup .btn {
  margin-top: 25px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  #s_what .hd::before {
    background: url("../img/what_img1@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  #s_what {
    padding: 0 0 30px;
  }
  #s_what .hd {
    padding: 55px 0 310px;
  }
  #s_what .hd::before {
    left: 0;
    top: auto;
    width: 100%;
    height: 270px;
    background: url("../img/what_img1.jpg") no-repeat right center/cover;
  }
  #s_what .s_ttl1 {
    width: 84%;
  }
  #s_what .s_ttl1 .ja {
    margin-top: 28px;
  }
  #s_what .s_ttl1 .copy {
    margin-top: 40px;
  }
  #s_what .s_ttl1 .copy img {
    width: 302px;
    max-width: 100%;
    height: auto;
  }
  #s_what .s_ttl1::after {
    margin-top: 29px;
  }
  #s_what .main {
    width: 95%;
    margin: -40px auto 0;
    padding: 30px 0 50px;
    border-radius: 5px 5px 0 0;
  }
  #s_what .main .lead {
    width: 86%;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #s_what .main .lead br {
    display: none;
  }
  #s_what .for_children,
  #s_what .for_guardian {
    width: 85%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 50px;
  }
  #s_what .for_children .txt,
  #s_what .for_guardian .txt {
    margin-top: 12px;
  }
  #s_what .for_children .btn,
  #s_what .for_guardian .btn {
    margin-top: 15px;
  }
  #s_what .for_children {
    margin: 25px auto 0;
    gap: 60px 0;
  }
  #s_what .for_children li {
    width: 66.67vw;
  }
  #s_what .for_children .ttl .label {
    margin-bottom: 20px;
  }
  #s_what .for_children .img {
    margin-top: 25px;
  }
  #s_what .for_children .img img:not(.il) {
    width: 100%;
    height: auto;
  }
  #s_what .for_children li:nth-child(1) .il {
    top: 37px;
    right: -41px;
    width: 79px;
    height: auto;
  }
  #s_what .for_children li:nth-child(2) .il {
    top: 42px;
    right: -41px;
    width: 88px;
    height: auto;
  }
  #s_what .for_guardian {
    margin: 50px auto 0;
    gap: 50px 0;
  }
  #s_what .for_guardian li {
    width: 66.67vw;
  }
  #s_what .for_guardian .ttl .label {
    margin-bottom: 20px;
  }
  #s_what .for_guardian .img {
    margin-top: 25px;
  }
  #s_what .for_guardian .img img {
    width: 180px;
    height: auto;
  }
  #s_what .other {
    width: 95%;
    margin: 0 auto;
    padding: 53px 0 50px;
    border-radius: 0 0 5px 5px;
    position: relative;
  }
  #s_what .other::before {
    content: '';
    display: block;
    background: #daeff1;
    position: absolute;
    width: 85%;
    height: 1px;
    left: 7.5%;
    top: 0;
  }
  #s_what .other .ttl {
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 1.4rem;
  }
  #s_what .other ul {
    margin: 30px auto 0;
    width: 66.67vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 50px 0;
    text-align: center;
  }
  #s_what .other li:not(.pickup) {
    width: auto;
  }
  #s_what .other .txt {
    margin-top: 12px;
  }
  #s_what .other .pickup {
    width: auto;
  }
  #s_what .other .pickup::after {
    display: none;
  }
  #s_what .other .pickup a {
    display: block;
  }
  #s_what .other .pickup .img img {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: auto;
  }
  #s_what .other .pickup .txt {
    margin-top: 12px;
    width: auto;
    padding-right: 0;
  }
  #s_what .other .pickup .btn {
    margin: 15px auto 0;
  }
}
#s_theirstory {
  padding: 65px 0 120px;
}
#s_theirstory .s_ttl1 {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
#s_theirstory .s_ttl1 .en {
  display: inline-block;
  vertical-align: baseline;
  color: #00a0d9;
}
#s_theirstory .s_ttl1 .ja {
  margin-left: 40px;
  display: inline-block;
  vertical-align: baseline;
  color: #939393;
  border: 1px solid #939393;
}
#s_theirstory .s_ttl1::after {
  margin-top: 40px;
  background: url("../img/shape2_196.png") no-repeat 0 0/98px;
}
#s_theirstory .story {
  width: 960px;
  min-height: 327px;
  margin: 115px auto 0;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  padding-left: 270px;
}
#s_theirstory .story + .story {
  margin: 150px auto 0;
}
#s_theirstory .story::before {
  content: '';
  display: block;
  background: #daeff1;
  width: 1px;
  position: absolute;
  left: 214px;
  top: 0;
  bottom: 0;
}
#s_theirstory .story > .ttl {
  position: absolute;
  left: 0;
  top: -5px;
  color: #00a0d9;
}
#s_theirstory .story > .ttl .ja {
  display: block;
  font-size: 2.8rem;
  letter-spacing: .14em;
  line-height: 1.43;
}
#s_theirstory .story > .ttl .en {
  margin-top: 20px;
  display: block;
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-size: 1.2rem;
  letter-spacing: .14em;
}
#s_theirstory .story > .ttl img {
  display: block;
}
#s_theirstory .story .btn_s {
  margin-top: 35px;
}
#s_theirstory .ajax {
  min-height: 258px;
}
#s_theirstory .ajax .loader {
  left: 0;
  top: 0;
}
#s_theirstory .article_list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#s_theirstory .article_list1 .profile {
  margin-top: 18px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  height: 20px;
  border-radius: 10px;
  padding: 0 12px;
  line-height: 20px;
  font-size: 1.2rem;
}
#s_theirstory .children .profile {
  background: #ff934c;
  background: -webkit-linear-gradient(316deg, #ff934c 0%, #fc686f 100%);
  background: linear-gradient(134deg, #ff934c 0%, #fc686f 100%);
}
#s_theirstory .children > .ttl img {
  margin-top: 70px;
}
#s_theirstory .guardian .profile {
  background: #8cd0d5;
  background: -webkit-linear-gradient(316deg, #8cd0d5 0%, #00a0d9 100%);
  background: linear-gradient(134deg, #8cd0d5 0%, #00a0d9 100%);
}
#s_theirstory .guardian > .ttl img {
  margin-top: 38px;
}

@media screen and (max-width: 480px) {
  #s_theirstory {
    padding: 65px 0 60px;
  }
  #s_theirstory .s_ttl1 {
    width: auto;
    text-align: center;
  }
  #s_theirstory .s_ttl1 .en {
    display: block;
  }
  #s_theirstory .s_ttl1 .ja {
    margin: 27px auto 0;
  }
  #s_theirstory .s_ttl1::after {
    margin-top: 32px;
    background: url("../img/shape2_196.png") no-repeat center 0/75px;
  }
  #s_theirstory .story {
    width: 82%;
    min-height: 0;
    margin: 50px auto 0;
    text-align: center;
    padding-left: 0;
  }
  #s_theirstory .story + .story {
    margin: 48px auto 0;
    border-top: 1px solid #daeff1;
    padding-top: 48px;
  }
  #s_theirstory .story::before {
    display: none;
  }
  #s_theirstory .story > .ttl {
    position: relative;
    top: 0;
  }
  #s_theirstory .story > .ttl .ja {
    font-size: 2.3rem;
    line-height: 1;
  }
  #s_theirstory .story > .ttl .ja br {
    display: none;
  }
  #s_theirstory .story > .ttl .en {
    margin-top: 14px;
    font-size: 1rem;
  }
  #s_theirstory .story .btn_s {
    margin-top: 30px;
  }
  #s_theirstory .ajax {
    margin-top: 25px;
    min-height: calc( 66.39vw + 60px );
  }
  #s_theirstory .ajax .loader {
    left: calc( 50% - 10px );
    top: calc( 50% - 10px );
  }
  #s_theirstory .article_list1 {
    display: block;
  }
  #s_theirstory .article_list1 a {
    padding-bottom: 22px;
  }
  #s_theirstory .article_list1 .profile {
    position: absolute;
    left: 42vw;
    bottom: 0;
    margin-top: 0;
    height: 18px;
    border-radius: 9px;
    padding: 0 10px;
    line-height: 18px;
    font-size: 10px;
  }
  #s_theirstory .children > .ttl img {
    margin: 30px auto 0;
    width: 84px;
    height: auto;
  }
  #s_theirstory .guardian > .ttl img {
    margin: 20px auto 0;
    width: 80px;
    height: auto;
  }
}
#s_us {
  background: #f1f9fa;
  padding: 0 0 70px;
}
#s_us .hd {
  background: #00a0d9;
  background: -webkit-linear-gradient(25deg, #00a0d9 50%, #8cd0d5 100%);
  background: linear-gradient(65deg, #00a0d9 50%, #8cd0d5 100%);
  color: #fff;
  padding: 145px 0 208px;
  position: relative;
}
#s_us .hd::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url("../img/us_img1.jpg?v2") no-repeat center center/cover;
}
#s_us .s_ttl1 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
          transition: opacity .5s, transform .5s;
}
#s_us .s_ttl1.done {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#s_us .s_ttl1 .ja {
  margin-top: 35px;
}
#s_us .s_ttl1::after {
  margin-top: 50px;
  background: url("../img/shape2_196_wh.png") no-repeat right 0/98px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  #s_us .hd::before {
    background: url("../img/us_img1@2x.jpg?v2") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  #s_us {
    padding: 0 0 70px;
  }
  #s_us .hd {
    padding: 55px 0 308px;
    position: relative;
    background: #00a0d9;
    background: -webkit-linear-gradient(25deg, #00a0d9 0%, #8cd0d5 100%);
    background: linear-gradient(65deg, #00a0d9 0%, #8cd0d5 100%);
  }
  #s_us .hd::before {
    left: 0;
    top: auto;
    width: 100%;
    height: 270px;
    background: url("../img/us_img1.jpg?v2") no-repeat center center/cover;
  }
  #s_us .s_ttl1 {
    width: 84%;
    text-align: left;
  }
  #s_us .s_ttl1 .ja {
    margin-top: 28px;
  }
  #s_us .s_ttl1::after {
    margin-top: 40px;
    background: url("../img/shape2_196_wh.png") no-repeat left 0/75px;
  }
}
#s_message {
  width: 100%;
  max-width: 1150px;
  border-radius: 5px;
  background: #fff;
  margin: -95px auto 0;
  position: relative;
  padding: 90px 0 105px;
  box-sizing: border-box;
}
#s_message .s_ttl {
  color: #939393;
  font-size: 2rem;
  letter-spacing: .14em;
  padding-bottom: 48px;
  background: url("../img/shape2_196.png") no-repeat center bottom/71px;
}
#s_message .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 77px auto 0;
}
#s_message .side {
  width: 250px;
  margin-right: auto;
}
#s_message .img {
  margin-top: 45px;
}
#s_message .img img {
  border-radius: 50%;
}
#s_message .note {
  margin-top: 45px;
  font-size: 1.6rem;
}
#s_message .name {
  margin-top: 15px;
  color: #00a0d9;
  font-size: 2.5rem;
}
#s_message .content {
  width: 615px;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: left;
}
#s_message .content p {
  font-size: 1.6rem;
  line-height: 2.25;
}
#s_message .content p:first-child {
  margin-top: calc( -.625em + 3px );
}
#s_message .content p + p:not(.btn) {
  margin-top: 2.25em;
}
#s_message .content .btn {
  margin-top: 40px;
}
#s_message .content .btn + .btn {
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  #s_message {
    width: 95%;
    margin: -38px auto 0;
    padding: 48px 0 50px;
  }
  #s_message .s_ttl {
    font-size: 1.6rem;
    padding-bottom: 35px;
    background: url("../img/shape2_196.png") no-repeat center bottom/59px;
  }
  #s_message .message {
    display: block;
    width: 80vw;
    margin: 40px auto 0;
  }
  #s_message .side {
    width: auto;
  }
  #s_message .copy img {
    width: 252px;
    height: auto;
  }
  #s_message .img {
    margin-top: 23px;
  }
  #s_message .img img {
    width: 107px;
    height: auto;
  }
  #s_message .note {
    margin-top: 22px;
    font-size: 1.2rem;
  }
  #s_message .name {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  #s_message .content {
    width: auto;
    padding-right: 0;
    margin-top: 30px;
    text-align: center;
  }
  #s_message .content p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
  }
  #s_message .content p:first-child {
    margin-top: 0;
  }
  #s_message .content p + p:not(.btn) {
    margin-top: 2em;
  }
  #s_message .content .btn {
    margin-top: 25px;
    text-align: center;
  }
}
#s_member {
  padding-top: 80px;
}
#s_member .s_ttl {
  font-size: 2rem;
  letter-spacing: .14em;
}
#s_member .member_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 40px;
  width: 1110px;
  margin: 65px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#s_member .member_list + .member_list {
  margin: 50px auto 0;
}
#s_member .member_list li {
  width: 190px;
  box-sizing: border-box;
  padding: 0;
}
#s_member .member_list .img img {
  border-radius: 50%;
}
#s_member .member_list .name {
  margin-top: 15px;
  color: #00a0d9;
  font-size: 2rem;
}
#s_member .member_list .name .note {
  display: inline-block;
  vertical-align: text-top;
  background: #8cd0d5;
  background: -webkit-linear-gradient(316deg, #8cd0d5 0%, #00a0d9 100%);
  background: linear-gradient(134deg, #8cd0d5 0%, #00a0d9 100%);
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 12px;
}
#s_member .member_list .name span:not(.note) {
  margin-top: 12px;
  display: block;
}
#s_member .member_list .profile {
  margin-top: 14px;
  font-size: 1.2rem;
  line-height: 2;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
#s_member .bnr_recruit {
  margin: 60px auto 0;
  width: 700px;
  height: 250px;
  overflow: hidden;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
#s_member .bnr_recruit img {
  border-radius: 5px;
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
#s_member .bnr_recruit .txt {
  position: absolute;
  bottom: 40px;
  left: 43px;
  font-size: 2rem;
  letter-spacing: .18em;
}
#s_member .bnr_recruit .btn {
  display: block;
  position: absolute;
  bottom: 34px;
  right: 38px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  box-sizing: border-box;
  text-align: left;
  min-width: 145px;
  height: 34px;
  border-radius: 17px;
  font-size: 1.4rem;
  line-height: 32px;
  padding: 0 52px 0 20px;
  border: 1px solid #fff;
}
#s_member .bnr_recruit .btn::before, #s_member .bnr_recruit .btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 38px;
  height: 10px;
  top: 11px;
}
#s_member .bnr_recruit .btn::before {
  border-left: 1px solid #fff;
}
#s_member .bnr_recruit .btn::after {
  background: url("../img/arr1_wh.svg") no-repeat 13px center/6px 10px;
  -webkit-transition: -webkit-transform .5s;
          transition: transform .5s;
}
#s_member .bnr_recruit:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#s_member .bnr_recruit:hover .btn::after {
  -webkit-animation: tsuntsun .75s infinite;
          animation: tsuntsun .75s infinite;
}

@media screen and (max-width: 480px) {
  #s_member {
    padding-top: 50px;
  }
  #s_member .s_ttl {
    font-size: 1.6rem;
  }
  #s_member .member_list {
    gap: 35px 0;
    width: 80vw;
    margin: 50px auto 0;
  }
  #s_member .member_list + .member_list {
    margin: 35px auto 0;
  }
  #s_member .member_list li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  #s_member .member_list .img {
    width: 105px;
  }
  #s_member .member_list .img img {
    width: 80px;
    height: auto;
  }
  #s_member .member_list .txt {
    width: calc( 100% - 105px );
  }
  #s_member .member_list .name {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 18px;
  }
  #s_member .member_list .name .note {
    height: 18px;
    border-radius: 9px;
    line-height: 18px;
    font-size: 1rem;
    padding: 0 9px;
    margin-right: 8px;
  }
  #s_member .member_list .name span:not(.note) {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
  }
  #s_member .member_list .profile {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  #s_member .bnr_recruit {
    margin: 40px auto 0;
    width: 90%;
    height: auto;
    text-align: left;
  }
  #s_member .bnr_recruit img {
    width: 100%;
    height: auto;
  }
  #s_member .bnr_recruit .txt {
    position: absolute;
    bottom: auto;
    top: 20px;
    left: 18px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  #s_member .bnr_recruit .btn {
    bottom: 20px;
    right: auto;
    left: 18px;
  }
}
#s_outline {
  padding-top: 70px;
}
#s_outline .inr {
  background: #fff;
  width: 100%;
  max-width: 1050px;
  border-radius: 5px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 52px 0 70px;
}

@media screen and (max-width: 480px) {
  #s_outline {
    padding-top: 30px;
  }
  #s_outline .inr {
    width: 95%;
    padding: 40px 0;
  }
}
#s_media {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 115px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#s_media .s_ttl2 {
  width: 98px;
  margin-right: auto;
}
#s_media .media {
  width: 744px;
}
#s_media .article_list {
  border-top: 1px solid #daeff1;
}
#s_media .article_list li {
  border-bottom: 1px solid #daeff1;
  padding: 30px 0;
}
#s_media .article_list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  gap: 0 25px;
}
#s_media .article_list .img {
  width: 120px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#s_media .article_list .date {
  display: inline-block;
  vertical-align: top;
  color: #76c8d6;
  font-size: 1.1rem;
  line-height: 18px;
}
#s_media .article_list .date span {
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-size: 1.2rem;
  padding-right: .5em;
  letter-spacing: .14em;
}
#s_media .article_list .ttl {
  margin-top: 15px;
  color: #626262;
  font-size: 1.6rem;
  line-height: 1.75;
}
#s_media .btn_s {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  #s_media {
    width: auto;
    text-align: center;
    padding: 50px 0 0;
    display: block;
  }
  #s_media .s_ttl2 {
    width: auto;
  }
  #s_media .media {
    width: 90%;
    margin: 30px auto 0;
  }
  #s_media .article_list li {
    padding: 20px 0;
    text-align: left;
  }
  #s_media .article_list a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #s_media .article_list .img {
    width: 120px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #s_media .article_list .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: calc( 100% - 145px );
  }
  #s_media .article_list .ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    font-size: 1.2rem;
    top: -.375em;
    position: relative;
  }
  #s_media .article_list .note {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4px;
  }
  #s_media .article_list .date {
    font-size: 1rem;
    line-height: 14px;
  }
  #s_media .article_list .date span {
    font-size: 1.1rem;
  }
  #s_media .btn_s {
    margin-top: 30px;
  }
}
#s_sns {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 115px 0 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#s_sns .s_ttl2 {
  width: 98px;
  margin-right: auto;
}
#s_sns .sns {
  display: table;
  width: 744px;
  height: 30px;
}
#s_sns .sns li {
  display: table-cell;
  border-right: 1px solid #daeff1;
  text-align: center;
  padding: 0 32px;
}
#s_sns .sns li:first-child {
  border-left: 1px solid #daeff1;
}
#s_sns .sns a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #626262;
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-size: 2rem;
}
#s_sns .sns a::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 30px;
  margin-right: 11px;
}
#s_sns .sns a.no::before {
  width: 20px;
  background: url("../img/ico_no.svg") no-repeat left center/20px 23px;
}
#s_sns .sns a.fb::before {
  width: 23px;
  background: url("../img/ico_fb.svg") no-repeat left center/23px 23px;
}
#s_sns .sns a.in::before {
  width: 23px;
  background: url("../img/ico_in.svg") no-repeat left center/23px 23px;
}
#s_sns .sns a.tw::before {
  width: 25px;
  background: url("../img/ico_tw.svg") no-repeat left center/25px 23px;
}
#s_sns .sns a:hover {
  color: #095f7e;
}

@media screen and (max-width: 480px) {
  #s_sns {
    width: auto;
    text-align: center;
    padding: 50px 0 60px;
    display: block;
  }
  #s_sns .s_ttl2 {
    width: auto;
  }
  #s_sns .sns {
    margin: 35px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 0;
    width: 90%;
    height: auto;
  }
  #s_sns .sns li {
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 0;
  }
  #s_sns .sns li:first-child {
    border-left: none;
  }
  #s_sns .sns li:nth-child(even) {
    border-right: none;
  }
  #s_sns .sns a {
    font-size: 1.6rem;
  }
  #s_sns .sns a::before {
    margin-right: 8px;
  }
  #s_sns .sns a.no::before {
    width: 15px;
    background: url("../img/ico_no.svg") no-repeat left center/15px 18px;
  }
  #s_sns .sns a.fb::before {
    width: 18px;
    background: url("../img/ico_fb.svg") no-repeat left center/18px 18px;
  }
  #s_sns .sns a.in::before {
    width: 18px;
    background: url("../img/ico_in.svg") no-repeat left center/18px 18px;
  }
  #s_sns .sns a.tw::before {
    width: 19px;
    background: url("../img/ico_tw.svg") no-repeat left center/19px 18px;
  }
}
#s_join {
  background: #f1f9fa;
  padding: 0 0 120px;
}
#s_join .hd {
  background: #00a0d9;
  background: -webkit-linear-gradient(25deg, #00a0d9 0%, #8cd0d5 100%);
  background: linear-gradient(65deg, #00a0d9 0%, #8cd0d5 100%);
  color: #fff;
  padding: 115px 0 175px;
  position: relative;
}
#s_join .hd .il {
  position: absolute;
  z-index: 1;
  bottom: 35px;
  left: calc( 50% + 254px );
}
#s_join .s_ttl1 {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
          transition: opacity .5s, transform .5s;
}
#s_join .s_ttl1.done {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#s_join .s_ttl1.done .copy img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#s_join .s_ttl1 .ja {
  margin-top: 35px;
}
#s_join .s_ttl1 .copy {
  position: absolute;
  right: 0;
  top: 25px;
  display: block;
}
#s_join .s_ttl1 .copy img {
  -webkit-transition: clip-path .5s;
          transition: clip-path .5s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#s_join .s_ttl1::after {
  margin-top: 40px;
}
#s_join .anc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 28px 20px;
  width: 960px;
  margin: 60px auto 0;
  box-sizing: border-box;
  padding-right: 360px;
  opacity: 0;
  -webkit-transition: opacity .5s .25s;
          transition: opacity .5s .25s;
}
#s_join .anc.done {
  opacity: 1;
}
#s_join .anc li {
  width: 280px;
  text-align: left;
}
#s_join .anc a {
  display: block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  line-height: 20px;
  position: relative;
  padding-left: 50px;
}
#s_join .anc a::before, #s_join .anc a::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  top: 0;
  left: 0;
}
#s_join .anc a::before {
  border-right: 1px solid #fff;
}
#s_join .anc a::after {
  background: url("../img/arr1_down_wh.svg") no-repeat left center/10px 6px;
}
#s_join .anc a:hover {
  opacity: .7;
}
#s_join .anc a:hover::after {
  -webkit-animation: tsuntsun_v .75s infinite;
          animation: tsuntsun_v .75s infinite;
}

@media screen and (max-width: 480px) {
  #s_join {
    padding: 0 0 45px;
  }
  #s_join .hd {
    padding: 60px 0 102px;
  }
  #s_join .hd .il {
    bottom: 13px;
    left: auto;
    right: 3.5%;
    width: 24.27%;
    max-width: 91px;
    height: auto;
  }
  #s_join .s_ttl1 {
    width: 84%;
  }
  #s_join .s_ttl1 .ja {
    margin-top: 28px;
  }
  #s_join .s_ttl1 .copy {
    margin-top: 39px;
    position: relative;
    top: 0;
  }
  #s_join .s_ttl1 .copy img {
    width: 264px;
    height: auto;
  }
  #s_join .anc {
    display: block;
    width: 84%;
    margin: 38px auto 0;
    padding-right: 0;
  }
  #s_join .anc li {
    width: auto;
  }
  #s_join .anc li + li {
    margin-top: 20px;
  }
  #s_join .anc a {
    line-height: 15px;
    font-size: 1.4rem;
  }
  #s_join .anc a::before {
    height: 15px;
    margin-right: 15px;
  }
}
#s_volunteer .story,
#s_probono .story,
#s_donate .story {
  margin: 65px auto 0;
  width: 800px;
  box-sizing: border-box;
  border: 1px solid #daeff1;
  border-radius: 5px;
  padding: 48px 0 40px;
}
#s_volunteer .story > .ttl,
#s_probono .story > .ttl,
#s_donate .story > .ttl {
  color: #00a0d9;
  font-size: 1.8rem;
}
#s_volunteer .story .ajax,
#s_probono .story .ajax,
#s_donate .story .ajax {
  margin-top: 44px;
  min-height: 220px;
}
#s_volunteer .story .article_list1,
#s_probono .story .article_list1,
#s_donate .story .article_list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
}
#s_volunteer .story .btn_s,
#s_probono .story .btn_s,
#s_donate .story .btn_s {
  margin-top: 30px;
}

#s_workshop {
  margin-top: -75px;
}

@media screen and (max-width: 480px) {
  #s_volunteer .story,
  #s_probono .story,
  #s_donate .story {
    margin: 40px auto 0;
    width: 94.37%;
    padding: 40px 0;
  }
  #s_volunteer .story .ajax,
  #s_probono .story .ajax,
  #s_donate .story .ajax {
    margin-top: 30px;
    min-height: calc( 66.39vw + 60px );
  }
  #s_volunteer .story .article_list1,
  #s_probono .story .article_list1,
  #s_donate .story .article_list1 {
    display: block;
  }
  #s_volunteer .story .btn_s,
  #s_probono .story .btn_s,
  #s_donate .story .btn_s {
    margin-top: 25px;
  }

  #s_workshop {
    margin-top: -46px;
  }
}
#s_donate {
  background: #f1f9fa;
  padding: 0 0 100px;
}
#s_donate .hd {
  background: #ff934c;
  background: -webkit-linear-gradient(316deg, #ff934c 0%, #fc686f 100%);
  background: linear-gradient(134deg, #ff934c 0%, #fc686f 100%);
  color: #fff;
  padding: 110px 0 250px;
  position: relative;
}
#s_donate .hd::before {
  content: '';
  display: block;
  position: absolute;
  width: 604px;
  height: 277px;
  background: url("../img/shape1_1208_w.png") no-repeat 0 0/604px;
  bottom: 160px;
  left: calc( 50% + 61px );
}
#s_donate .hd .img {
  position: absolute;
  top: 110px;
  left: calc( 50% + 95px );
  opacity: 0;
  -webkit-transition: opacity 1s .25s;
          transition: opacity 1s .25s;
}
#s_donate .hd .img.done {
  opacity: 1;
}
#s_donate .s_ttl1 {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
          transition: opacity .5s, transform .5s;
}
#s_donate .s_ttl1.done {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#s_donate .s_ttl1.done .copy img {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
#s_donate .s_ttl1 .ja {
  margin-top: 35px;
}
#s_donate .s_ttl1 .copy {
  display: block;
  margin-top: 40px;
}
#s_donate .s_ttl1 .copy img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path .5s;
          transition: clip-path .5s;
}
#s_donate .s_ttl1::after {
  margin-top: 40px;
}
#s_donate > .main {
  width: 100%;
  max-width: 1100px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  margin: -180px auto 0;
  position: relative;
  padding: 65px 0 100px;
}
#s_donate > .main .lead {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
}
#s_donate > .main .txt1 {
  width: 900px;
  margin: 25px auto 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
#s_donate .donate_list {
  margin-top: 60px;
}

@media screen and (max-width: 480px) {
  #s_donate {
    padding: 0 0 60px;
  }
  #s_donate .hd {
    padding: 50px 0 123px;
  }
  #s_donate .hd::before {
    width: 250px;
    height: 115px;
    background: url("../img/shape1_1208_w.png") no-repeat 0 0/250px;
    bottom: 15px;
    left: calc( 50% - 20px );
  }
  #s_donate .hd .img {
    position: absolute;
    top: 100px;
    left: 50%;
  }
  #s_donate .hd .img img {
    width: 174px;
    height: auto;
  }
  #s_donate .s_ttl1 {
    width: 85%;
  }
  #s_donate .s_ttl1 .ja {
    margin-top: 28px;
  }
  #s_donate .s_ttl1 .copy {
    margin-top: 33px;
  }
  #s_donate .s_ttl1 .copy::before {
    content: '';
    display: block;
    height: 11px;
    background: url("../img/shape2_196_wh.png") no-repeat 0 0/75px;
  }
  #s_donate .s_ttl1 .copy img {
    margin-top: 36px;
    display: block;
    width: 256px;
    height: auto;
  }
  #s_donate .s_ttl1::after {
    display: none;
  }
  #s_donate .main {
    width: 95%;
    margin: -52px auto 0;
    padding: 35px 0 40px;
  }
  #s_donate .main .lead {
    width: 85%;
    font-size: 1.6rem;
    line-height: 1.75;
    border-bottom: 1px solid #daeff1;
    padding-bottom: 25px;
  }
  #s_donate .main .lead br {
    display: none;
  }
  #s_donate .main .txt1 {
    width: 85%;
    margin: 12px auto 0;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #s_donate .main .txt1 br {
    display: none;
  }
  #s_donate .donate_list {
    margin-top: 40px;
  }
}
#s_faq {
  width: 960px;
  margin: 0 auto;
  padding: 90px 0 0 215px;
  box-sizing: border-box;
  position: relative;
}
#s_faq .s_ttl {
  position: absolute;
  left: 0;
  top: 80px;
  color: #00a0d9;
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1;
  text-align: left;
}
#s_faq .s_ttl::after {
  content: '';
  display: block;
  margin-top: 60px;
  width: 98px;
  height: 14px;
  background: url("../img/shape2_196.png") no-repeat 0 0/98px;
}
#s_faq .faq_list {
  border-top: 1px solid #daeff1;
}
#s_faq .faq_list > li {
  border-bottom: 1px solid #daeff1;
  padding: 45px 60px 25px 70px;
  text-align: left;
}
#s_faq .faq_list .qu {
  color: #00a0d9;
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 20px;
  cursor: pointer;
}
#s_faq .faq_list .qu:hover {
  color: #095f7e;
}
#s_faq .faq_list .qu:hover .btn {
  border: 1px solid #095f7e;
}
#s_faq .faq_list .qu:hover .btn::before, #s_faq .faq_list .qu:hover .btn::after {
  background: #095f7e;
}
#s_faq .faq_list .ico {
  position: absolute;
  left: -70px;
  top: -5px;
  font-family: "arboria", sans-serif;
  letter-spacing: .09em;
  font-size: 4rem;
  line-height: 1;
}
#s_faq .faq_list .btn {
  display: block;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  right: -60px;
  top: 5px;
  border: 1px solid #00a0d9;
  background: #fff;
}
#s_faq .faq_list .btn::before, #s_faq .faq_list .btn::after {
  content: '';
  display: block;
  position: absolute;
  background: #00a0d9;
}
#s_faq .faq_list .btn::before {
  width: 11px;
  height: 1px;
  top: 16px;
  left: 11px;
}
#s_faq .faq_list .btn::after {
  width: 1px;
  height: 11px;
  top: 11px;
  left: 16px;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
          transition: opacity .5s, transform .5s;
}
#s_faq .faq_list .an {
  padding-bottom: 0;
  font-size: 1.6rem;
  line-height: 0;
  visibility: hidden;
  -webkit-transition: padding .5s;
          transition: padding .5s;
}
#s_faq .faq_list .an * {
  opacity: 0;
}
#s_faq .faq_list .an a {
  word-break: break-all;
}
#s_faq .faq_list .an .note {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 0;
  -webkit-transition: margin-top .5s;
          transition: margin-top .5s;
}
#s_faq .faq_list .an .note li {
  padding-left: 1em;
  text-indent: -1em;
}
#s_faq .faq_list .open .btn::after {
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
#s_faq .faq_list .open .an {
  padding-bottom: 15px;
  line-height: 2;
  visibility: visible;
}
#s_faq .faq_list .open .an .note {
  margin-top: 10px;
  line-height: 1.75;
}
#s_faq .faq_list .open .an * {
  -webkit-animation: fadein .5s .25s forwards;
          animation: fadein .5s .25s forwards;
}

@media screen and (max-width: 480px) {
  #s_faq {
    width: 90%;
    padding: 40px 0 0;
  }
  #s_faq .s_ttl {
    position: relative;
    text-align: center;
    top: 0;
    font-size: 3rem;
  }
  #s_faq .s_ttl::after {
    margin: 30px auto 0;
    width: 74px;
    height: 11px;
    background: url("../img/shape2_196.png") no-repeat 0 0/74px;
  }
  #s_faq .faq_list {
    margin-top: 40px;
  }
  #s_faq .faq_list > li {
    padding: 25px 0 10px 50px;
  }
  #s_faq .faq_list .qu {
    padding-right: 35px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding-bottom: 15px;
  }
  #s_faq .faq_list .ico {
    left: -50px;
  }
  #s_faq .faq_list .btn {
    top: 4px;
    right: 0;
    width: 21px;
    height: 21px;
  }
  #s_faq .faq_list .btn::before {
    width: 7px;
    height: 1px;
    top: 9px;
    left: 6px;
  }
  #s_faq .faq_list .btn::after {
    width: 1px;
    height: 7px;
    top: 6px;
    left: 9px;
  }
  #s_faq .faq_list .an {
    font-size: 1.4rem;
  }
  #s_faq .faq_list .an .note {
    font-size: 1.2rem;
  }
  #s_faq .faq_list .open .an {
    padding-bottom: 10px;
    line-height: 1.75;
  }
}
