@charset "UTF-8";
@import url("https://use.typekit.net/cxz4drf.css");
@import url("https://use.typekit.net/cxz4drf.css");
@import url("https://use.typekit.net/cxz4drf.css");
@import url("https://use.typekit.net/cxz4drf.css");
@import url("https://use.typekit.net/cxz4drf.css");
main {
  width: 100%;
  overflow: hidden;
}

.s_main {
  position: relative;
}
.s_main .slider {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.s_main .slide {
  float: left;
  width: 100%;
  height: 700px;
  outline: none;
  overflow: hidden;
  position: relative;
}
.s_main .slide p {
  color: #fff;
}
.s_main .slide .comment {
  display: block;
  color: #fff;
  font-family: 'A1ゴシック R', 'A1 Gothic R', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 3rem;
  line-height: 1.67;
  text-align: left;
}
.s_main .slide .comment .anim {
  display: inline-block;
  position: relative;
}
.s_main .slide .comment .anim .txt {
  opacity: 1;
}
.s_main .slide1 {
  background: url("../img/main_bg1.jpg") no-repeat center center/cover;
}
.s_main .slide2 {
  background: url("../img/main_bg2.jpg") no-repeat center center/cover;
}
.s_main .slide3 {
  background: url("../img/main_bg3.jpg") no-repeat center center/cover;
}
.s_main .slide4 {
  background: url("../img/main_bg4.jpg") no-repeat center center/cover;
}
.s_main .slide5 {
  background: url("../img/main_bg5.jpg") no-repeat center center/cover;
}
.s_main .slide1 p {
  display: inline-block;
  vertical-align: top;
  padding-top: 160px;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.3rem;
  line-height: 1.52;
  position: relative;
  z-index: 1;
}
.s_main .slide1 p.anim {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: opacity 1s, clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
          transition: opacity 1s, clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.s_main .slide1 p.end {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
}
.s_main .slide1 .year {
  width: 410px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
.s_main .slide1 .year.anim {
  opacity: 0;
  -webkit-transition: opacity 3s;
          transition: opacity 3s;
}
.s_main .slide1 .year.end {
  opacity: 1;
}
.s_main .slide1 video {
  position: absolute;
  left: -webkit-calc( 50% - 622px );
  left: calc( 50% - 622px );
  top: 0;
  width: 1244px;
  height: 700px;
}
.s_main .slide2 p,
.s_main .slide3 p,
.s_main .slide4 p,
.s_main .slide5 p {
  position: absolute;
  text-align: left;
  top: 50%;
}
.s_main .slide2 p {
  left: 13%;
  margin-top: -5.01rem;
}
.s_main .slide3 {
  background: url("../img/main_bg3.jpg") no-repeat center 20%/cover;
}
.s_main .slide3 p {
  right: 13%;
  margin-top: -7.52rem;
}
.s_main .slide4 p {
  right: 13%;
  margin-top: -5.01rem;
}
.s_main .slide5 p {
  left: 13%;
  margin-top: -7.52rem;
}
.s_main .slide_nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 1001;
}
.s_main .slide_nav .inr {
  display: inline-block;
  position: relative;
  height: 10px;
}
.s_main .slide_nav button {
  border: none;
  outline: none;
  overflow: hidden;
  font-size: 10px;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
.s_main .slide_nav button:hover {
  opacity: .6;
}
.s_main .slick-prev,
.s_main .slick-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
}
.s_main .slick-prev {
  left: -30px;
  background: url("../img/arr2_prev_wh.svg") no-repeat center center/7px 13px;
}
.s_main .slick-next {
  right: -30px;
  background: url("../img/arr2_wh.svg") no-repeat center center/7px 13px;
}
.s_main .slick-dots {
  color: #fff;
  z-index: 2;
  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 10px;
}
.s_main .slick-dots li {
  width: 10px;
}
.s_main .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  vertical-align: top;
}
.s_main .slick-dots .slick-active button {
  cursor: default;
  background: #ee8b5d;
}
.s_main .slick-dots li.slick-active button:hover {
  opacity: 1;
}
.s_main nav {
  position: absolute;
  left: -webkit-calc( 50% - 520px );
  left: calc( 50% - 520px );
  width: 1040px;
  max-width: 100%;
  z-index: 1000;
  bottom: -70px;
}
.s_main nav ul {
  display: table;
  width: 100%;
}
.s_main nav li {
  display: table-cell;
  vertical-align: top;
}
.s_main nav a {
  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;
  text-decoration: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #fff;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  padding: 0 23px;
  font-size: 1.4rem;
  height: 90px;
}
.s_main nav a:not(.coming):hover {
  opacity: 0.6;
}
.s_main nav a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 5px;
}
.s_main nav .nav1,
.s_main nav .nav2,
.s_main nav .nav3 {
  background: #9dd1b5;
}
.s_main nav .nav1 {
  padding-left: 40px;
}
.s_main nav .nav3 {
  padding-right: 40px;
}
.s_main nav .nav4 {
  background: #e85533;
}
.s_main nav .nav4 a {
  width: 420px;
  height: 90px;
}
.s_main nav .nav4 .status {
  width: 90px;
  height: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #fff;
  line-height: 28px;
  margin-left: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .s_main .slide1 {
    background: url("../img/main_bg1@2x.jpg?2022") no-repeat center center/cover;
  }
  .s_main .slide2 {
    background: url("../img/main_bg2@2x.jpg?2022") no-repeat center center/cover;
  }
  .s_main .slide3 {
    background: url("../img/main_bg3@2x.jpg?2022") no-repeat center center/cover;
  }
  .s_main .slide4 {
    background: url("../img/main_bg4@2x.jpg?2022") no-repeat center center/cover;
  }
  .s_main .slide5 {
    background: url("../img/main_bg5@2x.jpg?2022") no-repeat center center/cover;
  }
  .s_main .slide3 {
    background: url("../img/main_bg3@2x.jpg") no-repeat center 20%/cover;
  }
}
@media screen and (min-width: 1244px) {
  .s_main .slide1 video {
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1040px) {
  .s_main nav {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .s_main .slider {
    height: 550px;
  }
  .s_main .slide {
    height: 550px;
  }
  .s_main .slide .comment {
    font-size: 2rem;
  }
  .s_main .slide1 {
    background: url("../img/main_bg1_sp.jpg") no-repeat center center/cover;
  }
  .s_main .slide2 {
    background: url("../img/main_bg2_sp.jpg") no-repeat center center/cover;
  }
  .s_main .slide3 {
    background: url("../img/main_bg3_sp.jpg") no-repeat center center/cover;
  }
  .s_main .slide4 {
    background: url("../img/main_bg4_sp.jpg") no-repeat center center/cover;
  }
  .s_main .slide5 {
    background: url("../img/main_bg5_sp.jpg") no-repeat center center/cover;
  }
  .s_main .slide6 {
    background: url("../img/main_bg6_sp.jpg") no-repeat center center/cover;
  }
  .s_main .slide1 p {
    padding-top: 190px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .s_main .slide1 .year {
    width: 218px;
    margin: 25px auto 0;
  }
  .s_main .slide1 .year img {
    width: 100%;
    height: auto;
  }
  .s_main .slide1 video {
    left: -webkit-calc( 50% - 489px );
    left: calc( 50% - 489px );
    top: 0;
    width: 978px;
    height: 550px;
  }
  .s_main .slide2 p,
  .s_main .slide3 p,
  .s_main .slide4 p,
  .s_main .slide5 p {
    margin-top: 0;
  }
  .s_main .slide2 p {
    left: 18%;
    top: 120px;
  }
  .s_main .slide3 p {
    right: 7%;
    top: 275px;
  }
  .s_main .slide4 p {
    right: 7%;
    top: 360px;
  }
  .s_main .story5 p {
    left: 22%;
    top: 340px;
  }
  .s_main .slide_nav {
    bottom: 20px;
  }
  .s_main .slide_nav button:hover {
    opacity: 1;
  }
  .s_main nav {
    display: none;
  }
}
.main_bnr {
  padding: 150px 0 0;
}
.main_bnr a {
  display: inline-block;
}
.main_bnr + .s_news {
  padding: 90px 0 0;
}

@media screen and (max-width: 480px) {
  .main_bnr {
    padding: 30px 0 0;
  }
  .main_bnr a img {
    width: 86.7%;
    height: auto;
  }
  .main_bnr + .s_news {
    padding: 30px 0 0;
  }
}
.s_news {
  padding: 160px 0 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: left;
}
.s_news .s_ttl {
  margin-top: -5px;
  width: 210px;
  color: #e85533;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
}
.s_news .article_list {
  width: 650px;
}
.s_news .article_list a {
  text-decoration: none;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
.s_news .article_list a:not(.coming):hover {
  opacity: 0.6;
}
.s_news .article_list li {
  padding-left: 90px;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfe5ea;
}
.s_news .article_list .date {
  color: #e85533;
  font-size: 1.1rem;
  line-height: 1.27;
  position: absolute;
  left: 0;
  top: 0;
}
.s_news .article_list li + li {
  margin-top: 20px;
}
.s_news .article_list .ttl {
  font-size: 1.4rem;
  color: #333;
}
.s_news .article_list .cats {
  margin-top: 8px;
  font-size: 1.1rem;
}
.s_news .article_list .cats a {
  display: inline-block;
  color: #c2c2c2;
}
.s_news .article_list .cats a + a {
  margin-left: 10px;
}
.s_news .txtlink {
  margin-top: 24px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  height: 1em;
}
.s_news .txtlink::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .s_news {
    padding: 30px 0 0;
    display: block;
  }
  .s_news .s_ttl {
    width: 86.7%;
    margin: -2px auto 0;
    font-size: 3rem;
  }
  .s_news .article_list {
    width: 86.7%;
    margin: 20px auto 0;
    text-align: right;
  }
  .s_news .article_list ul {
    text-align: left;
  }
  .s_news .article_list li {
    padding-left: 80px;
    padding-bottom: 12px;
  }
  .s_news .article_list .date {
    font-size: 1rem;
    line-height: 1.8;
  }
  .s_news .article_list li + li {
    margin-top: 15px;
  }
  .s_news .article_list li:nth-child(4),
  .s_news .article_list li:nth-child(5) {
    display: none;
  }
  .s_news .article_list .ttl {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .s_news .txtlink {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.s_what {
  padding: 80px 0 0;
}
.s_what .en {
  position: relative;
  background: #e85533;
  color: #fff;
  text-align: left;
  width: -webkit-calc( 50% + 73px );
  width: calc( 50% + 73px );
  height: 540px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 120px 10px 0 -webkit-calc( 50% - 512px );
  padding: 120px 10px 0 calc( 50% - 512px );
  text-align: left;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 2rem;
  line-height: 1.75;
  left: 0;
}
.s_what .ja {
  margin: -298px 0 0 -webkit-calc( 50% - 226px );
  margin: -298px 0 0 calc( 50% - 226px );
  position: relative;
  width: -webkit-calc( 50% + 226px );
  width: calc( 50% + 226px );
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 110px 0 120px 128px;
  background: rgba(244, 244, 244, 0.95);
  text-align: left;
}
.s_what .s_lead {
  font-size: 1.6rem;
  line-height: 2.25;
}
.s_what .s_ttl {
  margin-top: 20px;
  font-family: 'A1ゴシック R', 'A1 Gothic R', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.5rem;
  line-height: 1.8;
}
.s_what .btn {
  margin-top: 45px;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  width: 300px;
}
.s_what .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.s_what .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_wh.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.s_what .btn:not(.coming):hover {
  opacity: 0.6;
}
.s_what .img1,
.s_what .img2 {
  position: absolute;
  height: auto;
}
.s_what .img1 {
  width: 206px;
  top: -50px;
  left: 572px;
}
.s_what .img2 {
  width: 359px;
  top: 298px;
  left: -359px;
}

@media screen and (max-width: 480px) {
  .s_what {
    padding: 38px 0 79px;
  }
  .s_what .en {
    width: 88%;
    height: 180px;
    padding: 60px 10px 0 8.3%;
    font-size: 1.4rem;
  }
  .s_what .ja {
    margin: -39px 0 0 6.7%;
    width: 93.3%;
    padding: 65px 11.4% 83px 11.4%;
  }
  .s_what .s_lead {
    font-size: 1.4rem;
    line-height: 2.14;
  }
  .s_what .s_ttl {
    margin-top: 10px;
    font-size: 2.2rem;
    margin-right: -1em;
  }
  .s_what .btn {
    margin-top: 25px;
    display: inline-block;
    background: #0096d2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
    width: 100%;
    max-width: 270px;
  }
  .s_what .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .s_what .btn:not(.coming):hover {
    opacity: 0.6;
  }
  .s_what .img1 {
    width: 111px;
    top: 30px;
    left: auto;
    right: -32px;
  }
  .s_what .img2 {
    width: 240px;
    top: auto;
    bottom: -78px;
    left: -62px;
  }
}
.s_about {
  padding: 205px 0 126px;
}
.s_about .copy {
  width: 960px;
  margin: 0 auto;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 395px;
}
.s_about .copy img {
  width: 222px;
  height: auto;
  position: absolute;
  top: -120px;
  left: 52px;
}
.s_about .copy p {
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: left;
}
.s_about .movie {
  margin: 85px auto 0;
  width: 540px;
  position: relative;
}
.s_about .movie a {
  display: block;
  width: 540px;
  overflow: hidden;
}
.s_about .movie a:before, .s_about .movie a:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
.s_about .movie a:before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e85533;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_about .movie a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 18px;
  border-color: transparent transparent transparent #fff;
  margin-top: -13px;
  margin-left: -6px;
}
.s_about .movie a:hover:before {
  opacity: 0.6;
}
.s_about .movie img {
  width: 100%;
  height: auto;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  position: relative;
}
.s_about .movie a:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.s_about .movie .ttl {
  position: absolute;
  right: -55px;
  bottom: -40px;
  color: #e85533;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 3rem;
  line-height: 1.17;
  text-align: left;
}
.s_about .movie .ttl .time {
  display: block;
  font-size: 1.5rem;
}

@media screen and (max-width: 480px) {
  .s_about {
    padding: 60px 0 50px;
  }
  .s_about .copy {
    width: auto;
    padding-left: 0;
  }
  .s_about .copy img {
    display: block;
    position: relative;
    width: 150px;
    top: 0;
    left: auto;
    margin: 0 auto;
  }
  .s_about .copy p {
    margin-top: 35px;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.14;
  }
  .s_about .movie {
    margin: 40px auto 0;
    width: 74.7%;
  }
  .s_about .movie a {
    width: 100%;
  }
  .s_about .movie a:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }
  .s_about .movie a:after {
    border-width: 9px 0 9px 12px;
    margin-top: -9px;
    margin-left: -4px;
  }
  .s_about .movie .ttl {
    right: -28px;
    bottom: -52px;
    font-size: 2.4rem;
  }
  .s_about .movie .ttl .time {
    font-size: 1.2rem;
  }
}
#modal_movie .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 540px;
  margin-top: -270px;
  margin-left: -480px;
}

@media screen and (max-width: 480px) {
  #modal_movie {
    letter-spacing: -.4em;
  }
  #modal_movie:before {
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
  }
  #modal_movie .wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: 90%;
    height: auto;
    margin: 0;
    top: 0;
    left: 0;
  }
  #modal_movie .wrap:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #modal_movie .wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.s_apply {
  padding: 260px 0 220px;
  position: relative;
}
.s_apply::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 150px;
  width: -webkit-calc( 50% + 185px );
  width: calc( 50% + 185px );
  bottom: 110px;
  background: rgba(244, 244, 244, 0.95);
}
.s_apply .s_ttl {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-calc( 50% - 40px );
  width: calc( 50% - 40px );
  height: 415px;
  background: #e85533;
  color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 85px 0 0 85px;
  text-align: left;
}
.s_apply .s_ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 3.6rem;
  line-height: 1.39;
}
.s_apply .s_ttl .ja {
  margin-top: 55px;
  display: block;
  font-family: 'A1ゴシック R', 'A1 Gothic R', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.s_apply .img {
  position: absolute;
  top: 415px;
  left: -webkit-calc( 50% + 40px );
  left: calc( 50% + 40px );
}
.s_apply .inr {
  width: 890px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.s_apply .s_lead {
  font-size: 1.6rem;
  line-height: 2.25;
}
.s_apply .apply_list {
  margin-top: 40px;
}
.s_apply .apply_list li + li {
  margin-top: 28px;
}
.s_apply .apply_list p.sub {
  font-family: 'A1ゴシック R', 'A1 Gothic R', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.1rem;
}
.s_apply .apply_list p.main {
  margin-top: 12px;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  line-height: 20px;
}
.s_apply .apply_list p.main .sub {
  font-size: 1.2rem;
}
.s_apply .apply_list .num {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-family: 'interstate', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
}
.s_apply .apply_list .partner {
  color: #278aa4;
}
.s_apply .apply_list .partner .num {
  background: #278aa4;
}
.s_apply .apply_list .project {
  color: #e65891;
}
.s_apply .apply_list .project .num {
  background: #e65891;
}
.s_apply .btn {
  margin-top: 55px;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  width: 300px;
}
.s_apply .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.s_apply .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_wh.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.s_apply .btn:not(.coming):hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .s_apply {
    padding: 48px 0 100px;
  }
  .s_apply::before {
    top: 130px;
    width: 96%;
    bottom: 42px;
  }
  .s_apply .s_ttl {
    position: relative;
    margin-left: -webkit-calc( 50% - 118px );
    margin-left: calc( 50% - 118px );
    width: auto;
    height: auto;
    padding: 60px 0 65px 35px;
  }
  .s_apply .s_ttl .en {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .s_apply .s_ttl .ja {
    margin-top: 18px;
    font-size: 1.4rem;
  }
  .s_apply .img {
    position: relative;
    top: 0;
    left: 0;
    margin: -42px 0 0 39%;
  }
  .s_apply .img img {
    width: 100%;
    height: auto;
  }
  .s_apply .inr {
    width: 80%;
  }
  .s_apply .s_lead {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .s_apply .s_lead br {
    display: none;
  }
  .s_apply .apply_list {
    margin-top: 24px;
  }
  .s_apply .apply_list li + li {
    margin-top: 20px;
  }
  .s_apply .apply_list p.main {
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .s_apply .btn {
    margin-top: 25px;
    display: inline-block;
    background: #0096d2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
    width: 100%;
    max-width: 270px;
  }
  .s_apply .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .s_apply .btn:not(.coming):hover {
    opacity: 0.6;
  }
}
.s_action {
  background: #9dd1b5;
  margin-left: -webkit-calc( 50% - 387px );
  margin-left: calc( 50% - 387px );
  padding: 90px 0 100px;
}
.s_action .hd {
  text-align: left;
  color: #fff;
  margin-left: 120px;
}
.s_action .hd .btn {
  margin-top: 20px;
  display: inline-block;
  background: #fff;
  color: #0096d2;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  width: 300px;
}
.s_action .hd .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.s_action .hd .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_lb.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.s_action .hd .btn:not(.coming):hover {
  opacity: 0.6;
}
.s_action .s_ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
  line-height: 1.38;
}
.s_action .s_ttl .ja {
  margin-top: 35px;
  display: block;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.s_action .s_lead {
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.25;
}
.s_action .action_list {
  display: table;
  border-collapse: separate;
  border-spacing: 50px 0;
  margin: 55px -50px 0 -137px;
}
.s_action .action_list li {
  display: table-cell;
  vertical-align: top;
  background: rgba(244, 244, 244, 0.95);
  width: 450px;
  padding: 58px 0 69px;
}
.s_action .action_list .ttl {
  color: #e85533;
}
.s_action .action_list .ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
}
.s_action .action_list .ttl .ja {
  display: block;
  margin-top: 36px;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.2rem;
}
.s_action .action_list .event .ttl {
  color: #2961aa;
}
.s_action .action_list .donate .ttl {
  color: #14773c;
}
.s_action .action_list img {
  margin-top: 38px;
  width: 160px;
  height: auto;
}
.s_action .action_list .txt {
  margin-top: 32px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.s_action .action_list .btn {
  margin-top: 35px;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 46px;
  border-radius: 23px;
  line-height: 46px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  font-size: 1.4rem;
  width: 200px;
}
.s_action .action_list .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 7px;
}
.s_action .action_list .btn:not(.coming):hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .s_action {
    margin-left: 13.3%;
    padding: 55px 0 45px;
  }
  .s_action .hd {
    margin-left: 10%;
  }
  .s_action .hd .btn {
    margin-top: 15px;
    display: inline-block;
    background: #fff;
    color: #0096d2;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
    width: 92%;
    max-width: 260px;
  }
  .s_action .hd .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .s_action .hd .btn:not(.coming):hover {
    opacity: 0.6;
  }
  .s_action .s_ttl .en {
    font-size: 2.7rem;
    line-height: 1.33;
  }
  .s_action .s_ttl .ja {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .s_action .s_lead {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_action .action_list {
    display: block;
    margin: 25px 0 0 -7.7%;
    width: 100%;
  }
  .s_action .action_list li {
    display: block;
    width: auto;
    padding: 42px 0 45px;
  }
  .s_action .action_list li + li {
    margin-top: 20px;
  }
  .s_action .action_list .ttl .en {
    font-size: 3rem;
  }
  .s_action .action_list .ttl .ja {
    margin-top: 14px;
    font-size: 1.6rem;
  }
  .s_action .action_list img {
    margin-top: 28px;
    width: 128px;
  }
  .s_action .action_list .txt {
    margin-top: 20px;
    text-align: left;
    padding: 0 9.2%;
  }
  .s_action .action_list .txt br {
    display: none;
  }
  .s_action .action_list .btn {
    margin-top: 16px;
  }
}
.calendar {
  position: relative;
}
.calendar .calendar_ttl {
  color: #e85533;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  margin-bottom: 35px;
}
.calendar .calendar_ttl::before {
  content: '';
  display: block;
  margin: 0 auto 22px;
  width: 80px;
  height: 63px;
  background: url("../img/action_12.png") no-repeat 0 0/80px 63px;
}
.calendar .note {
  position: absolute;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 20px;
  font-style: italic;
  color: #727171;
}
.calendar .note::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  border: 1px solid #e85533;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 50%;
  margin-right: 5px;
}
.calendar .week, .calendar .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3px 3px;
  margin: 0 auto;
}
.calendar .week > li, .calendar .day > li {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #f4f4f4;
  color: #727171;
}
.calendar .week > li:nth-child(7n+6), .calendar .day > li:nth-child(7n+6) {
  background-color: #e5f4fa;
}
.calendar .week > li:nth-child(7n+7), .calendar .day > li:nth-child(7n+7) {
  background-color: #fbe4d6;
}
.calendar .week > li {
  text-align: center;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: .1em;
}
.calendar .week > li:nth-child(7n+6) {
  color: #0096d2;
}
.calendar .week > li:nth-child(7n+7) {
  color: #e85533;
}
.calendar .day {
  margin-top: 3px;
  text-align: left;
}
.calendar .day > li {
  min-height: 84px;
  padding: 5px 8px;
}
.calendar .day > li:nth-child(7n+6) .num {
  color: #0096d2;
}
.calendar .day > li:nth-child(7n+7) .num, .calendar .day > li.holiday .num {
  color: #e85533;
}
.calendar .num {
  width: 20px;
  height: 20px;
  font-size: 1.3rem;
  line-height: 20px;
  margin-bottom: 2px;
  text-align: center;
  font-family: 'futura-pt', sans-serif;
  font-weight: 600;
  position: relative;
}
.calendar .past .num {
  opacity: 0.3;
}
.calendar .today .num:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #e85533;
  position: absolute;
  top: 0;
  left: 0;
}
.calendar .event_list br {
  display: none;
}
.calendar .event_list > li > a {
  display: block;
  text-decoration: none;
  position: relative;
}
.calendar .event_list > li > a .btn {
  display: block;
  background: #fff;
  border: 1px solid #0096d2;
  color: #0096d2;
  font-size: 11px;
  line-height: 18px;
  height: 20px;
  overflow: hidden;
  padding: 0 4px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar .event_list > li > a .pc {
  display: inline;
}
.calendar .event_list > li .balloon {
  display: none;
}
.calendar .event_list > li.on .balloon {
  display: block;
}
.calendar .event_list > li.on .btn {
  background: #0096d2;
  color: #fff;
}
.calendar .event_list > li + li {
  margin-top: 4px;
}
.calendar .balloon {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 236px;
  z-index: 2;
  left: 50%;
  margin-left: -118px;
  bottom: 50px;
}
.calendar .balloon::before {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -9px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 9px 0 9px;
  border-color: #ddd transparent transparent transparent;
}
.calendar .balloon::after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -9px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
}
.calendar .balloon .balloon_inr {
  position: relative;
  padding: 18px 18px 24px;
  font-size: 1.2rem;
}
.calendar .balloon .balloon_inr::before {
  content: '';
  display: block;
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: -26px;
  left: 0;
}
.calendar .balloon .img {
  margin-bottom: 12px;
}
.calendar .balloon .img img {
  width: 198px;
  height: auto;
  border: 1px solid #f5f5f5;
}
.calendar .balloon .ttl {
  color: #333;
  line-height: 1.5;
}
.calendar .balloon .link {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  height: 1em;
  color: #0096d2;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}
.calendar .balloon .link::before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
  margin-right: 6px;
}
.calendar .balloon .link::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_lb.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .calendar {
    display: none;
  }
}
.calendar {
  width: 950px;
  background: #fff;
  margin: 63px 0 0 -87px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: #f2f2f2 1px solid;
  padding: 75px 0 55px;
}
.calendar:before {
  content: '';
  display: block;
  position: absolute;
  width: 950px;
  height: 27px;
  top: -1px;
  left: -1px;
  background: #e85533;
}
.calendar .calendar_ttl {
  margin-bottom: 45px;
  font-size: 3.6rem;
}
.calendar .note {
  top: 210px;
  right: 46px;
}
.calendar .week, .calendar .day {
  width: 858px;
}
.calendar .week > li, .calendar .day > li {
  width: 120px;
}

.s_action {
  margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .s_action {
    margin-bottom: 60px;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.s_partner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.s_partner .s_ttl {
  position: absolute;
  width: -webkit-calc( 50% + 130px );
  width: calc( 50% + 130px );
  top: 196px;
  right: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 83px 0 48px 60px;
  background: #e85533;
  text-align: left;
  color: #fff;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
  z-index: 2;
}
.s_partner .loop_slider {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 1040px;
  height: 235px;
  overflow: hidden;
}
.s_partner .loop_slider img {
  width: auto;
  height: 100%;
}
.s_partner .loop_slider img:first-child {
  -webkit-animation: loop 80s -40s linear infinite;
          animation: loop 80s -40s linear infinite;
}
.s_partner .loop_slider img:last-child {
  -webkit-animation: loop2 80s linear infinite;
          animation: loop2 80s linear infinite;
}
.s_partner .partner .ttl {
  color: #e85533;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.7rem;
}
.s_partner .partner .lead {
  font-size: 1.6rem;
  line-height: 2;
}
.s_partner .partner .txtlink {
  display: inline-block;
  font-size: 1.4rem;
  height: 1em;
}
.s_partner .partner1 {
  margin: 200px auto 0;
}
.s_partner .partner1 .ttl {
  display: inline-block;
  vertical-align: middle;
}
.s_partner .partner1 .lead {
  margin-left: 60px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.s_partner .partner1 .txtlink {
  margin-top: 22px;
}
.s_partner .partner1 .note {
  font-size: 1.2rem;
}
.s_partner .partner_list {
  margin: 65px auto 0;
  width: 970px;
  letter-spacing: -.4em;
}
.s_partner .partner_list li {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  margin: 0 12px 20px;
}
.s_partner .partner_list a, .s_partner .partner_list span {
  display: block;
  width: 170px;
  height: 80px;
  text-align: center;
}
.s_partner .partner_list a:before, .s_partner .partner_list span:before {
  content: '';
  width: 1px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
}
.s_partner .partner_list img {
  letter-spacing: normal;
  max-width: 150px;
  max-height: 60px;
  vertical-align: middle;
}
.s_partner .partner2 {
  background: rgba(244, 244, 244, 0.95);
  width: 870px;
  margin: 74px auto 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 55px 430px 55px 85px;
  position: relative;
  text-align: left;
}
.s_partner .partner2 .lead {
  margin-top: 18px;
}
.s_partner .partner2 .txtlink {
  margin-top: 20px;
}
.s_partner .partner2 .btn {
  top: 106px;
  right: 85px;
  position: absolute;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  width: 300px;
}
.s_partner .partner2 .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 12px;
}
.s_partner .partner2 .btn[target="_blank"]:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  background: url("../img/ico_blank_wh.svg") no-repeat left center/13px 10px;
  margin-left: 5px;
}
.s_partner .partner2 .btn:not(.coming):hover {
  opacity: 0.6;
}

@media screen and (max-width: 480px) {
  .s_partner .s_ttl {
    width: 84%;
    top: 76px;
    right: 0;
    padding: 54px 0 22px 26px;
    font-size: 3rem;
  }
  .s_partner .loop_slider {
    min-width: 0;
    height: 110px;
  }
  .s_partner .loop_slider img:first-child {
    -webkit-animation: loop 80s -40s linear infinite;
            animation: loop 80s -40s linear infinite;
  }
  .s_partner .loop_slider img:last-child {
    -webkit-animation: loop2 80s linear infinite;
            animation: loop2 80s linear infinite;
  }
  .s_partner .partner .ttl {
    font-size: 2rem;
  }
  .s_partner .partner .lead {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_partner .partner .lead br {
    display: none;
  }
  .s_partner .partner .txtlink {
    font-size: 1.2rem;
  }
  .s_partner .partner1 {
    margin: 115px auto 0;
  }
  .s_partner .partner1 .ttl {
    display: block;
  }
  .s_partner .partner1 .lead {
    margin: 18px auto 0;
    display: block;
    width: 80%;
  }
  .s_partner .partner_list {
    margin: 30px 4% 0;
    padding-bottom: 10px;
    width: auto;
  }
  .s_partner .partner_list li {
    width: 27.3%;
    margin: 0 3% 20px;
  }
  .s_partner .partner_list a, .s_partner .partner_list span {
    width: 100%;
    height: 40px;
  }
  .s_partner .partner_list a:before, .s_partner .partner_list span:before {
    height: 40px;
  }
  .s_partner .partner_list img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 40px;
  }
  .s_partner .partner2 {
    width: 86%;
    margin: 40px auto 0;
    padding: 38px 32px;
    text-align: center;
  }
  .s_partner .partner2 .lead {
    margin-top: 15px;
    text-align: left;
  }
  .s_partner .partner2 .txtlink {
    margin-top: 10px;
  }
  .s_partner .partner2 .btn {
    margin-top: 18px;
    top: 0;
    right: auto;
    position: relative;
    width: 100%;
    max-width: 260px;
    display: inline-block;
    background: #0096d2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-transition: opacity .25s;
            transition: opacity .25s;
  }
  .s_partner .partner2 .btn:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 100%;
    background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
    margin-right: 10px;
  }
  .s_partner .partner2 .btn:not(.coming):hover {
    opacity: 0.6;
  }
}
.s_ambassador {
  padding: 95px 0 0;
  position: relative;
}
.s_ambassador .s_ttl {
  position: absolute;
  z-index: 2;
  top: 250px;
  left: 50%;
  margin-left: -470px;
  color: #e85533;
}
.s_ambassador .s_ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 4rem;
}
.s_ambassador .s_ttl .ja {
  margin-top: 40px;
  display: block;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  padding-left: 70px;
}
.s_ambassador .ambassador_list {
  position: relative;
  background: rgba(244, 244, 244, 0.95);
  left: 50%;
  margin-left: -277px;
  width: -webkit-calc( 50% + 277px );
  width: calc( 50% + 277px );
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: left;
  padding: 110px 0 730px 255px;
}
.s_ambassador .ambassador_list:after {
  content: '';
  display: block;
  position: absolute;
  left: 81px;
  bottom: 36px;
  width: 730px;
  height: 646px;
  background: url("../img/ambassador_map@2x.png") no-repeat left top/730px 645px;
}
.s_ambassador .ambassador_list li {
  position: relative;
  padding-left: 150px;
  min-height: 120px;
  width: 500px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.s_ambassador .ambassador_list li + li {
  margin-top: 40px;
}
.s_ambassador .ambassador_list li img {
  width: 120px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.s_ambassador .ambassador_list li .name {
  font-family: 'A1ゴシック R', 'A1 Gothic R', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.2rem;
}
.s_ambassador .ambassador_list li .note {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
.s_ambassador .ambassador_list li .message {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.75;
  height: 7em;
  overflow: hidden;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.s_ambassador .ambassador_list li .message.open {
  overflow: visible;
  height: auto;
}
.s_ambassador .ambassador_list li .more {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  background: #9dd1b5;
  color: #fff;
  font-family: 'interstate', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 20px;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
.s_ambassador .ambassador_list li .more:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 100%;
  background: url("../img/arr1_down_wh.svg") no-repeat left center/10px 6px;
  margin-right: 7px;
}
.s_ambassador .ambassador_list li .more:not(.coming):hover {
  opacity: 0.6;
}
.s_ambassador .zenkoku {
  position: relative;
  background: #e85533;
  color: #fff;
  margin: -830px 0 330px;
  padding: 100px 80px 100px -webkit-calc( 50% - 480px);
  padding: 100px 80px 100px calc( 50% - 480px);
  text-align: left;
  left: 0;
  width: -webkit-calc( 50% - 90px );
  width: calc( 50% - 90px );
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.s_ambassador .zenkoku .ttl {
  font-family: 'A1ゴシック R', 'A1 Gothic R', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2rem;
  line-height: 1.95;
}
.s_ambassador .zenkoku .txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
}
.s_ambassador .zenkoku .btn {
  margin-top: 20px;
  width: 300px;
  display: inline-block;
  background: #fff;
  color: #0096d2;
  text-align: center;
  text-decoration: none;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
.s_ambassador .zenkoku .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_lb.svg") no-repeat left center/6px 10px;
  margin-right: 10px;
}
.s_ambassador .zenkoku .btn:not(.coming):hover {
  opacity: 0.6;
}
.s_ambassador .bnr {
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
.s_ambassador .bnr:not(.coming):hover {
  opacity: 0.6;
}
.s_ambassador .bnr img {
  width: 750px;
  height: auto;
}

@media screen and (max-width: 480px) {
  .s_ambassador {
    padding: 80px 0 0;
  }
  .s_ambassador:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -252px;
    bottom: 65px;
    width: 442px;
    height: 391px;
    background: url("../img/ambassador_map@2x.png") no-repeat left top/442px 391px;
  }
  .s_ambassador .s_ttl {
    top: 56px;
    left: 7%;
    margin-left: 0;
    text-align: left;
  }
  .s_ambassador .s_ttl .en {
    font-size: 3rem;
  }
  .s_ambassador .s_ttl .ja {
    margin-top: 10px;
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .s_ambassador .ambassador_list {
    left: 11%;
    margin-left: 0;
    width: 89%;
    padding: 80px 11% 125px 12.6%;
  }
  .s_ambassador .ambassador_list:after {
    display: none;
  }
  .s_ambassador .ambassador_list li {
    padding-left: 0;
    min-height: auto;
    width: auto;
  }
  .s_ambassador .ambassador_list li + li {
    margin-top: 38px;
  }
  .s_ambassador .ambassador_list li img {
    width: 39%;
    max-width: 120px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5.8%;
  }
  .s_ambassador .ambassador_list li .hd {
    display: inline-block;
    vertical-align: middle;
    width: 52%;
  }
  .s_ambassador .ambassador_list li .name {
    font-size: 1.8rem;
  }
  .s_ambassador .ambassador_list li .note {
    margin-top: 8px;
  }
  .s_ambassador .ambassador_list li .message {
    margin-top: 14px;
  }
  .s_ambassador .ambassador_list li .more {
    margin-top: 10px;
  }
  .s_ambassador .zenkoku {
    margin: -85px 0 370px 0;
    padding: 45px 40px 50px 38px;
    width: 88%;
  }
  .s_ambassador .zenkoku .ttl {
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .s_ambassador .zenkoku .txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .s_ambassador .zenkoku .btn {
    width: 100%;
    max-width: 260px;
  }
  .s_ambassador .bnr img {
    width: 90%;
    max-width: 338px;
  }
}
.s_share {
  padding: 300px 0 130px;
  position: relative;
}
.s_share .s_ttl {
  width: 578px;
  height: 263px;
  background: #e85533;
  color: #fff;
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  top: 73px;
  left: 50%;
  text-align: right;
  padding: 90px 65px 0 0;
}
.s_share .s_ttl .en {
  display: block;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 2rem;
}
.s_share .s_ttl .ja {
  margin-top: 20px;
  display: block;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.s_share .share_list {
  position: relative;
  display: table;
  border-collapse: separate;
  border-spacing: 26px 0;
  margin: 0 auto;
}
.s_share .share {
  display: table-cell;
  vertical-align: top;
  width: 340px;
  background: rgba(244, 244, 244, 0.95);
}
.s_share .share.bnr, .s_share .share.wallpaper {
  padding: 48px 0 115px;
  position: relative;
}
.s_share .share.sns {
  padding: 48px 0 70px;
}
.s_share .share .ttl .en {
  display: block;
  color: #e85533;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: italic;
  font-size: 3rem;
}
.s_share .share .ttl .ja {
  display: block;
  margin: 40px auto 0;
  font-family: 'A1ゴシック R', 'A1 Gothic R', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 1.63;
}
.s_share .share .txt {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.67;
}
.s_share .share .btn {
  display: block;
  display: inline-block;
  background: #0096d2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  height: 46px;
  border-radius: 23px;
  line-height: 46px;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
  width: 200px;
  position: absolute;
  bottom: 48px;
  left: 50%;
  margin-left: -100px;
}
.s_share .share .btn:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 100%;
  background: url("../img/arr1_wh.svg") no-repeat left center/6px 10px;
  margin-right: 7px;
}
.s_share .share .btn:not(.coming):hover {
  opacity: 0.6;
}
.s_share .share.bnr img {
  margin-top: 22px;
}
.s_share .share.sns ul {
  display: table;
  margin: 44px auto 0;
  border-spacing: 0 0;
  width: 250px;
}
.s_share .share.sns li {
  display: table-cell;
  vertical-align: top;
  width: 33.3%;
}
.s_share .share.sns a {
  display: block;
  color: #0096d2;
  font-family: 'こぶりなゴシック W6 JIS2004', 'Koburina Gothic W6 JIS2004', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}
.s_share .share.sns a:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 28px 28px;
}
.s_share .share.sns a.fb:before {
  background-image: url("../img/ico_share_fb.svg");
}
.s_share .share.sns a.tw:before {
  background-image: url("../img/ico_share_tw.svg");
}
.s_share .share.sns a.x:before {
  background-image: url("../img/ico_share_x.svg");
}
.s_share .share.sns a.li:before {
  background-image: url("../img/ico_share_li.svg");
}
.s_share .share.sns a:not(.coming):hover {
  opacity: 0.6;
}
.s_share .share.wallpaper .ttl .ja {
  margin: 30px auto 0;
}
.s_share .share.wallpaper img {
  margin-top: 18px;
}

@media screen and (max-width: 480px) {
  .s_share {
    padding: 212px 0 65px;
  }
  .s_share .s_ttl {
    width: 86%;
    height: 175px;
    top: 60px;
    left: auto;
    right: 0;
    text-align: left;
    padding: 38px 0 0 35px;
  }
  .s_share .s_ttl .en {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_share .s_ttl .ja {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .s_share .share_list {
    position: relative;
    display: block;
    border-spacing: 0 0;
    margin: 0 auto;
    width: 86%;
  }
  .s_share .share {
    display: block;
    width: auto;
    padding: 40px 0;
  }
  .s_share .share + .share {
    margin-top: 20px;
  }
  .s_share .share.bnr, .s_share .share.sns {
    padding: 40px 0;
  }
  .s_share .share.wallpaper {
    padding: 35px 0 40px;
  }
  .s_share .share .ttl .en {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.6rem;
  }
  .s_share .share .ttl .ja {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 12px;
    font-size: 1.4rem;
    line-height: 1.75;
    text-align: left;
  }
  .s_share .share .txt {
    margin-top: 12px;
  }
  .s_share .share .btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
    margin-top: 15px;
  }
  .s_share .share.bnr img {
    display: block;
    margin: 12px auto 0;
  }
  .s_share .share.sns ul {
    margin: 15px auto 0;
  }
  .s_share .share.wallpaper .ttl .ja {
    margin: 0 0 0 12px;
  }
  .s_share .share.wallpaper img {
    display: block;
    margin: 12px auto 0;
  }
}
#modal_bnr .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 640px;
  margin-top: -320px;
  margin-left: -400px;
  background: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 70px;
}
#modal_bnr h2 {
  margin-bottom: 30px;
  font-family: 'A1ゴシック M ', 'A1 Gothic M', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  color: #e85533;
  font-size: 2rem;
}
#modal_bnr .lead {
  font-size: 1.4rem;
}
#modal_bnr ul {
  margin-top: 50px;
}
#modal_bnr li {
  letter-spacing: -.4em;
}
#modal_bnr li + li {
  margin-top: 40px;
}
#modal_bnr h3 {
  color: #727171;
  font-family: 'interstate', sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#modal_bnr img {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 20px;
}
#modal_bnr textarea {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 5px;
  word-break: break-all;
  font-size: 12px;
  color: #727171;
}
#modal_bnr textarea:focus {
  outline: none;
}
#modal_bnr .bnr1 textarea {
  width: 374px;
  height: 48px;
}
#modal_bnr .bnr2 textarea {
  width: 428px;
  height: 48px;
}
#modal_bnr .bnr3 textarea {
  width: 488px;
  height: 78px;
}

@media screen and (max-width: 480px) {
  #modal_bnr .wrap {
    top: 10vh;
    left: 7%;
    width: 86%;
    height: 80vh;
    margin-top: 0;
    margin-left: 0;
    padding: 40px 20px;
    overflow: scroll;
  }
  #modal_bnr h2 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #modal_bnr .lead {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  #modal_bnr ul {
    margin-top: 30px;
    text-align: left;
  }
  #modal_bnr li {
    letter-spacing: normal;
  }
  #modal_bnr li + li {
    margin-top: 30px;
  }
  #modal_bnr h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  #modal_bnr img {
    display: block;
    margin: 0 0 10px;
  }
  #modal_bnr textarea {
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    line-height: 1.5;
    font-size: 16px;
  }
  #modal_bnr .bnr1 textarea,
  #modal_bnr .bnr2 textarea,
  #modal_bnr .bnr3 textarea {
    width: 100%;
    height: -webkit-calc( 1.5em + 10px );
    height: calc( 1.5em + 10px );
  }
}
