.wrapper.home .header {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper.home .header {
    display: block;
  }
  .wrapper.home .header .header_logo {
    display: none;
  }
}

/*------------------------
  main visual
------------------------*/
.mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fdd108;
  padding: 0 0 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding: 0 0 1.25rem;
  }
}
.mainvisual::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -200px;
  background-image: url(../../images/common/border_circle_y.png);
  background-size: 7.5rem auto;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mainvisual::after {
    background-size: 5.625rem auto;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual::after {
    background-size: 4.375rem auto;
  }
}
.mainvisual .mv_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 87%;
  max-width: 112.5rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_wrap {
    width: 100%;
  }
}
.mainvisual .mv_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_img {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_img {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_img .mv_pc {
    display: none;
  }
}
.mainvisual .mv_img .mv_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_img .mv_sp {
    display: block;
  }
}
.mainvisual .mv_logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 2;
  width: 80%;
  margin-top: -9%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_logo {
    width: 95%;
    margin-top: -1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_logo {
    margin-top: 0rem;
  }
}
.mainvisual .home_navi {
  position: absolute;
  right: 1.875rem;
  bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .home_navi {
    display: none;
  }
}
.mainvisual .home_navi li:not(:last-child) {
  margin-bottom: 1.375rem;
}
.mainvisual .home_navi li a {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainvisual .home_navi li a .main {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: max(2.5rem, 3.5vw);
}
.mainvisual .home_navi li a .sub {
  font-weight: 900;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.1875rem;
}
.mainvisual .home_navi li a:hover {
  color: #ee5520;
}
.mainvisual .logo_5th {
  position: absolute;
  width: 6.875rem;
  right: 1.875rem;
  top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .logo_5th {
    right: auto;
    left: 1rem;
    width: 6.25rem;
    top: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual .logo_5th {
    left: 0.5rem;
    width: 3.125rem;
    top: 0.5rem;
  }
}

/*------------------------
  top / news list
------------------------*/
.news-sec {
  overflow: hidden;
}
.news-sec .sec-title {
  color: #ee5520;
}
.news-sec .ly-container {
  padding: 11.25rem 0 max(13.75rem, 10vw);
}
@media screen and (max-width: 767px) {
  .news-sec .ly-container {
    padding: 8.125rem 0 6.875rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .ly-container {
    padding: 5rem 0 4.375rem;
  }
}
.news-sec .news-wrap {
  position: relative;
}
.news-sec .news-wrap .news-twitter_btn {
  background-color: #70c7da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 6.25rem;
  max-width: 43.75rem;
  margin: 0 auto;
  margin-bottom: 2.875rem;
  padding: 1.875rem 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1rem;
    max-width: 34.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn {
    padding: 0.75rem 1.25rem;
    width: 90%;
    margin-bottom: 1.125rem;
  }
}
.news-sec .news-wrap .news-twitter_btn .x_btn_x {
  display: block;
  width: 2rem;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_x {
    width: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_x {
    margin-right: 0.75rem;
  }
}
.news-sec .news-wrap .news-twitter_btn p {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn p {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.0625rem;
    line-height: 1.3;
  }
}
.news-sec .news-wrap .news-twitter_btn p br {
  display: none;
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn p br {
    display: block;
  }
}
.news-sec .news-wrap .news-twitter_btn:hover {
  background-color: #fdd108;
}
.news-sec .news-wrap .news-twitter_btn .x_btn_img {
  position: absolute;
  top: -0.625rem;
  left: -5rem;
  display: block;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_img {
    width: 6.25rem;
    left: -3.75rem;
    top: -1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_img {
    width: 4.75rem;
    left: -1.875rem;
    top: -1.25rem;
  }
}
.news-sec .news-wrap .news-body {
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  margin-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 3.125rem;
  position: relative;
}
.news-sec .news-wrap .news-body .btn_common {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-body {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 2.5rem;
  }
  .news-sec .news-wrap .news-body .btn_common {
    margin-top: 0.75rem;
  }
}
.news-sec .top_news_img {
  position: absolute;
  width: 35vw;
  bottom: -16.25rem;
  max-width: 31.25rem;
  right: max(-40%, -23vw);
}
@media screen and (max-width: 767px) {
  .news-sec .top_news_img {
    width: 32vw;
    bottom: -8.625rem;
    right: -10%;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .top_news_img {
    width: 9.625rem;
    bottom: -6.25rem;
    right: -17%;
  }
}

/*------------------------
  greeting
------------------------*/
.sec-greeting {
  background: #fdd108;
  z-index: 2;
}
.sec-greeting::before, .sec-greeting::after {
  content: "";
  width: 100%;
  height: 62.5rem;
  position: absolute;
  background-image: url(../../images/common/wave.png);
  background-size: contain;
  background-position: bottom;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec-greeting::before, .sec-greeting::after {
    height: 31.25rem;
  }
}
.sec-greeting::before {
  top: -62.375rem;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .sec-greeting::before {
    top: -31.125rem;
  }
}
.sec-greeting::after {
  bottom: -62.375rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .sec-greeting::after {
    bottom: -31.125rem;
  }
}
.sec-greeting .sec-title {
  color: #FFF;
}
.sec-greeting .ly-container {
  padding: 3.75rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container {
    padding: 2.5rem 0 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container {
    padding: 1.875rem 0 1.25rem;
  }
}
.sec-greeting .ly-container .ly-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-greeting .ly-container .ly-wrapper p {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0;
}
.sec-greeting .ly-container .ly-wrapper p b {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper p {
    font-size: 0.9375rem;
    text-align: left;
    line-height: 2;
  }
  .sec-greeting .ly-container .ly-wrapper p b {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .ly-wrapper p {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.8;
  }
  .sec-greeting .ly-container .ly-wrapper p b {
    font-size: 0.9375rem;
  }
}
.sec-greeting .ly-container .ly-wrapper .greeting_img {
  width: 90%;
  max-width: 31.25rem;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper .greeting_img {
    max-width: 22.5rem;
    margin: 1.875rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .ly-wrapper .greeting_img {
    max-width: 13.75rem;
    margin: 1rem auto 0;
  }
}

/*------------------------
  profile
------------------------*/
.sec-profile {
  background-color: #70c7da;
  background-image: url(../../images/common/bg_stripe_w.png);
  background-size: 7.5rem 7.5rem;
  background-repeat: repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-profile {
    background-size: 5.625rem 5.625rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile {
    background-size: 4.375rem 4.375rem;
  }
}
.sec-profile .sec-title {
  color: #FFF;
}
.sec-profile .ly-container {
  padding: max(13.75rem, 10vw) 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .ly-container {
    padding: 6.875rem 0 8.125rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .ly-container {
    padding: 5rem 0 4.375rem;
  }
}
.sec-profile .profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  margin: 0 auto;
  max-width: 62.5rem;
  border-radius: 5rem;
  padding: 2.5rem 4.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 31.25rem;
    padding: 0.75rem 3.75rem 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap {
    padding: 0.25rem 1.875rem 1.875rem;
    border-radius: 3.75rem;
  }
}
.sec-profile .profile_wrap .profile_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22%;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap .profile_img {
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .profile_img {
    width: 38%;
  }
}
.sec-profile .profile_wrap .profile_img img {
  position: relative;
  z-index: 2;
}
.sec-profile .profile_wrap .profile_text {
  position: relative;
  margin: 0 0 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-profile .profile_wrap .profile_text h3 {
  font-size: 1.625rem;
  margin-bottom: 0.5rem;
  position: relative;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap .profile_text h3 {
    margin-bottom: 0.375rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .profile_text h3 {
    text-align: center;
    font-size: 1.125rem;
  }
}
.sec-profile .profile_wrap .profile_text p {
  position: relative;
  font-size: 0.9375rem;
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .profile_text p {
    font-size: 0.75rem;
  }
}
.sec-profile .prof_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .prof_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-profile .prof_link a {
  background: #fdd108;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .sec-profile .prof_link a {
    width: 2rem;
    height: 2rem;
  }
}
.sec-profile .prof_link a:not(:last-child) {
  margin-right: 0.625rem;
}
.sec-profile .prof_link a i {
  margin: 0;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(104%) contrast(104%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(50deg) brightness(104%) contrast(104%);
}
.sec-profile .prof_link a:hover {
  background: #ee5520;
}
.sec-profile .top_prof_img {
  position: absolute;
  width: 35vw;
  bottom: -102%;
  max-width: 31.25rem;
  position: absolute;
  left: max(-40%, -22vw);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec-profile .top_prof_img {
    width: 32vw;
    bottom: -44%;
    left: -29%;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .top_prof_img {
    width: 9.625rem;
    bottom: -31%;
    left: -12%;
  }
}