@media screen and (min-width: 768px) {
  .home .header {
    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;
    margin-top: -0.3125rem;
    padding-top: 0.3125rem;
    position: sticky;
    top: -0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .home .header::after {
    content: none;
  }
  .home .header .menu_btn {
    border-radius: 50%;
    overflow: hidden;
    width: 7.625rem;
    height: 7.625rem;
    right: 0.8125rem;
    top: 0.5rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home .header .menu_btn::after {
    content: "";
    background: url("../../images/common/bg_menu_btn.svg") no-repeat center/cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
  }
  .home .header .menu_btn span {
    width: 65%;
  }
  .home .header #menu_btn_check:checked ~ .menu_btn {
    top: 3.125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .home .header #menu_btn_check:checked ~ .menu_btn::after {
    background: transparent;
  }
}
.home .header .header_pc_menu {
  gap: 2.8125rem;
}
.home .header .header_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .sec-title {
    margin-bottom: 3.75rem;
  }
}
.home .sec-title img {
  width: 27.625rem;
}

/*------------------------
  main visual
------------------------*/
.mainvisual .mv_img {
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainvisual .mv_img {
    height: auto;
  }
}
.mainvisual .mv_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainvisual .mv_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*------------------------
  top / outline list
------------------------*/
.outline-sec {
  background-color: #e8e8e8;
}

/*------------------------
  top / news list
------------------------*/
.news-sec {
  background-color: #F7D841;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .news-sec::before {
    content: "";
    background-color: #F7D841;
    -webkit-mask: url("../../images/common/mask_bg.webp") no-repeat center top/auto 100%;
            mask: url("../../images/common/mask_bg.webp") no-repeat center top/auto 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% - 2px);
    height: 6.172vw;
  }
}
.news-sec .ly-container {
  padding-block: 3.9375rem 11.5625rem;
}
@media screen and (min-width: 768px) {
  .news-sec .ly-container {
    padding-block: 5.8125rem 13.125rem;
  }
}
.news-sec .sec-title {
  margin-bottom: 3.125rem;
}
.news-sec .new-home-twitter {
  margin-bottom: 1.875rem;
  text-align: center;
}
.news-sec .new-home-twitter a {
  display: inline-block;
}
.news-sec .news-wrap .news-body {
  background-color: #fff;
  position: relative;
  border-radius: 3.625rem;
  padding: 2.5rem 2.3125rem 5rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-body {
    padding: 2.5rem 3.75rem 4.375rem;
    border-radius: 4.375rem;
  }
}
.news-sec .news-wrap .btn_common {
  width: 23.5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .btn_common {
    width: 17.5rem;
  }
}
.news-sec .news-list__item:not(:last-child) {
  margin-bottom: 1.375rem;
  padding-bottom: 1.375rem;
  position: relative;
}
.news-sec .news-list__item:not(:last-child)::after {
  content: "";
  background: url("../../images/common/line_border.svg") repeat-x left center/auto 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.125rem;
}
.news-sec .news-list__item .time {
  color: var(--cl-primary);
  line-height: 1;
  font-size: 1.375rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-list__item .time {
    margin-bottom: 0.3125rem;
    font-size: 0.8125rem;
  }
}
.news-sec .news-list__anchor {
  color: var(--cl-text);
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-list__anchor {
    font-size: 0.875rem;
  }
}
.news-sec .news-list__anchor:hover {
  opacity: 0.7;
}

/*------------------------
  greeting
------------------------*/
.sec-greeting {
  background-color: #279B4E;
  position: relative;
  z-index: 1;
}
.sec-greeting::before {
  content: "";
  background-color: #279B4E;
  -webkit-mask: url("../../images/common/mask_bg.webp") no-repeat center top/auto 100%;
          mask: url("../../images/common/mask_bg.webp") no-repeat center top/auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 2px);
  height: 6.172vw;
}
.sec-greeting::after {
  content: "";
  background-color: #279B4E;
  -webkit-mask: url("../../images/common/mask_bg_bottom.webp") no-repeat center top/auto 100%;
          mask: url("../../images/common/mask_bg_bottom.webp") no-repeat center top/auto 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 2px);
  height: 6.172vw;
}
.sec-greeting .ly-container {
  padding-block: 3.75rem 5.625rem;
}
.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 .sec-title {
  margin-bottom: 2.5rem;
}
.sec-greeting .ly-container .ly-wrapper p {
  color: #fff;
  line-height: 2.375;
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .sec-greeting .ly-container .ly-wrapper p {
    text-align: center;
    font-size: 1rem;
  }
}

/*------------------------
  works
------------------------*/
.sec-works {
  background-color: #FDF9E6;
}
.sec-works .ly-container {
  padding-block: calc(4.375rem + 6.172vw) 7.6875rem;
}
.sec-works .sec-title {
  margin-bottom: 3.125rem;
}
.sec-works .works_wrap .works_img {
  display: block;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .sec-works .works_wrap .works_img {
    margin-bottom: 2.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .works_wrap .works_img {
    border-radius: 4.125rem;
    overflow: hidden;
  }
}
.sec-works .works_wrap .works_img img {
  border-radius: 4.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec-works .works_wrap .works_img img {
    border-radius: 4.75rem;
  }
}
.sec-works .works_wrap .works_text {
  line-height: 1.6153846154;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .sec-works .works_wrap .works_text {
    line-height: 2.2857;
    font-size: 0.875rem;
    text-align: center;
  }
}

/*------------------------
  profile
------------------------*/
.sec-profile {
  background-color: #e8e8e8;
}
.sec-profile .profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  margin: 0 auto;
  max-width: 62.5rem;
  border-radius: 0.75rem;
  padding: 5.625rem 4.25rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap {
    padding: 2.5rem 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap {
    -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: 1.5rem 1.875rem;
  }
}
.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: 35%;
  margin-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec-profile .profile_wrap .profile_img {
    width: 30%;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-profile .profile_wrap .profile_img {
    width: 6.875rem;
    margin-right: 0rem;
    margin-bottom: 0.75rem;
  }
}
.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 {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
    letter-spacing: 0.0625rem;
  }
}
@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: 576px) {
  .sec-profile .prof_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.625rem;
  }
}
.sec-profile .prof_link a {
  background: #000;
  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 {
  opacity: 0.5;
}