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

/*------------------------
  イラスト配置
------------------------*/
.sec-greeting .ly-wrapper, .news-sec .ly-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100rem;
  width: 100%;
  gap: min(6vw, 5.625rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-greeting .ly-wrapper .top_img_pc, .news-sec .ly-wrapper .top_img_pc {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec-greeting .ly-wrapper .top_img_sp, .news-sec .ly-wrapper .top_img_sp {
  max-width: 18.75rem;
  margin: 0 auto 1.875rem;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-wrapper .top_img_sp, .news-sec .ly-wrapper .top_img_sp {
    margin: 0 auto 1.5rem;
  }
}

.sec-greeting .ly-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec-greeting .top_img_sp, .news-sec .top_img_sp, .sec-profile .top_img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-greeting .top_img_sp, .news-sec .top_img_sp, .sec-profile .top_img_sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-greeting .top_img_pc, .news-sec .top_img_pc, .sec-profile .top_img_pc {
    display: none;
  }
}

/*------------------------
  main visual
------------------------*/
.mainvisual {
  background: #f386a5;
  position: relative;
  padding: 2.5rem 6.25rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    padding: 8.75rem 6.25rem 6.25rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual {
    padding: 5rem 2.5rem 2.5rem;
  }
}
.mainvisual::after {
  content: "";
  background-image: url(../../images/top/wave_pink.png);
  height: 5rem;
  background-size: 100% 100%;
  position: absolute;
  bottom: -4.875rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .mainvisual::after {
    height: 3.125rem;
    bottom: -3rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual::after {
    height: 1.875rem;
    bottom: -1.75rem;
  }
}
.mainvisual .mv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 75rem;
  width: 85%;
  margin: 0 auto 4.375rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
    margin-bottom: 0;
  }
}
.mainvisual .mv_wrap .mv_logo {
  -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: 50%;
  text-align: center;
  max-width: 34.375rem;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_wrap .mv_logo {
    width: 100%;
    max-width: 37.5rem;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_wrap .mv_logo {
    margin: 0 auto 1rem;
  }
}
.mainvisual .mv_wrap .mv_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_wrap .mv_img {
    width: 100%;
    max-width: 43.75rem;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_wrap .mv_img {
    margin: 0 auto 1rem;
  }
}
.mainvisual .top_navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .mainvisual .top_navi_list {
    display: none;
  }
}
.mainvisual .top_navi_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainvisual .top_navi_list li:not(:last-child)::after {
  content: "";
  background-image: url(../../images/common/slash_wh.svg);
  width: 2.0625rem;
  height: 4.5625rem;
  background-size: contain;
  display: block;
  margin: 0.75rem;
}
.mainvisual .top_navi_list li a {
  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;
  padding: 0.5rem 1.25rem;
}
.mainvisual .top_navi_list li a .main {
  display: block;
  height: 2.8125rem;
  width: auto;
  margin-bottom: 0.5rem;
  position: relative;
}
.mainvisual .top_navi_list li a .main img {
  height: 100%;
  width: auto;
}
.mainvisual .top_navi_list li a .main .blk {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainvisual .top_navi_list li a .main .wh {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainvisual .top_navi_list li a .sub {
  color: #fff4e9;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainvisual .top_navi_list li a:hover .main .blk {
  opacity: 1;
}
.mainvisual .top_navi_list li a:hover .main .wh {
  opacity: 0;
}
.mainvisual .top_navi_list li a:hover .sub {
  color: #1e1e1e;
}

/*------------------------
  top / news list
------------------------*/
.news-twitter_btn {
  margin: 0 auto;
  margin-bottom: 7.5rem;
  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;
  max-width: calc(85% - 6.25rem);
}
@media screen and (max-width: 767px) {
  .news-twitter_btn {
    margin-bottom: 5.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .news-twitter_btn {
    margin-bottom: 3.75rem;
  }
}
.news-twitter_btn .cat {
  width: min(18vw, 15.5rem);
}
@media screen and (max-width: 767px) {
  .news-twitter_btn .cat {
    width: 12.5rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .news-twitter_btn .cat {
    width: 8.125rem;
    margin-bottom: 0rem;
  }
}
.news-twitter_btn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42.5rem;
  padding: 1.5rem 0.75rem 1.5rem 1.875rem;
  border-top: 0.0625rem solid #1e1e1e;
  border-bottom: 0.0625rem solid #1e1e1e;
  color: #1e1e1e;
}
@media screen and (max-width: 767px) {
  .news-twitter_btn a {
    width: calc(100% - 11.25rem);
  }
}
@media screen and (max-width: 576px) {
  .news-twitter_btn a {
    width: calc(100% - 5.125rem);
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
}
.news-twitter_btn a .x_btn_x {
  display: block;
  width: min(3.3vw, 2.8125rem);
  margin-right: min(1.3vw, 1.5rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-twitter_btn a .x_btn_x {
    width: 2.25rem;
  }
}
@media screen and (max-width: 576px) {
  .news-twitter_btn a .x_btn_x {
    width: 1.1875rem;
  }
}
.news-twitter_btn a .news-twitter_btn_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.news-twitter_btn a .news-twitter_btn_text p {
  font-weight: 700;
  font-size: min(2vw, 1.5rem);
  letter-spacing: min(0.3vw, 0.3125rem);
}
@media screen and (max-width: 767px) {
  .news-twitter_btn a .news-twitter_btn_text p {
    font-size: 1.375rem;
    letter-spacing: 0.125rem;
  }
}
@media screen and (max-width: 576px) {
  .news-twitter_btn a .news-twitter_btn_text p {
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
  }
}
.news-twitter_btn a .news-twitter_btn_text p span {
  letter-spacing: 0.125rem;
}
.news-twitter_btn a .news-twitter_btn_text .arrow {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.625rem;
  color: #1e1e1e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .news-twitter_btn a .news-twitter_btn_text .arrow {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-twitter_btn a .news-twitter_btn_text .arrow {
    font-size: 0.9375rem;
  }
}
.news-twitter_btn a:hover .news-twitter_btn_text .arrow {
  margin-right: -0.625rem;
}

.news-sec .ly-container {
  padding-top: 11.25rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .news-sec .ly-container {
    padding-top: 5.625rem;
    padding-bottom: 8.75rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .ly-container {
    padding-top: 3.125rem;
    padding-bottom: 5.375rem;
  }
}
.news-sec .news-wrap {
  width: 100%;
}
.news-sec .news-wrap .news-body {
  width: 100%;
  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;
}
.news-sec .news-wrap .news-body .news-list__item:first-child .time {
  padding-top: 0;
}
.news-sec .news-wrap .news-body .news-list__item:first-child a {
  padding-top: 0;
}
.news-sec .news-wrap .news-body .btn_common {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-body {
    width: 100%;
  }
  .news-sec .news-wrap .news-body .btn_common {
    margin-top: 0.5rem;
  }
}
/*------------------------
  greeting
------------------------*/
.sec-greeting .ly-container {
  padding-top: 0;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container {
    padding-bottom: 8.75rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container {
    padding-bottom: 5rem;
    padding-top: 0;
  }
}
.sec-greeting .ly-container .ly-wrapper p {
  font-size: 1rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper p {
    font-size: 0.9375rem;
    text-align: left;
    line-height: 2;
  }
}
@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 .signature {
  display: block;
  margin-top: 0.5rem;
  text-align: right;
}

/*------------------------
  profile
------------------------*/
.sec-profile {
  background-color: #abc4d6;
  margin-bottom: -5rem;
}
@media screen and (max-width: 767px) {
  .sec-profile {
    margin-bottom: -3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile {
    margin-bottom: -1.875rem;
  }
}
.sec-profile .ly-container {
  padding: 7.5rem 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .ly-container {
    padding: 5rem 0 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .ly-container {
    padding: 2.5rem 0 4.375rem;
  }
}
.sec-profile::after {
  content: "";
  background-image: url(../../images/top/wave_blue.png);
  height: 5rem;
  background-size: 100% 100%;
  position: absolute;
  top: -4.875rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec-profile::after {
    height: 3.125rem;
    top: -3rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile::after {
    height: 1.875rem;
    top: -1.75rem;
  }
}
.sec-profile .sec-title .sub {
  color: #fff4e9;
}
.sec-profile .ly-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 87.5rem;
  gap: min(8vw, 6.25rem);
}
.sec-profile .top_img_pc {
  max-width: 23.75rem;
  width: 40%;
}
.sec-profile .top_img_sp {
  max-width: 15.625rem;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.sec-profile .profile_wrap {
  margin: -3.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap {
    margin: 0rem auto 0;
  }
}
.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 {
  width: 14.375rem;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap .profile_text h3 {
    width: 8.75rem;
    margin: 0 auto 1rem;
  }
}
.sec-profile .profile_wrap .profile_text p {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 36.25rem;
  margin: 0 auto;
}
@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: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-profile .prof_link a {
  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.625rem;
  height: 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .sec-profile .prof_link a {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.sec-profile .prof_link a i {
  margin: 0;
  -webkit-filter: invert(4%) sepia(1%) saturate(2203%) hue-rotate(314deg) brightness(118%) contrast(74%);
          filter: invert(4%) sepia(1%) saturate(2203%) hue-rotate(314deg) brightness(118%) contrast(74%);
}
.sec-profile .prof_link a:hover {
  opacity: 0.5;
}