body {
  overflow-x: hidden;
}

@media screen and (max-width: 820px) {
  .main {
    padding-top: 2rem;
  }
}

.sec-inner {
  position: relative;
  padding-right: 10rem;
  padding-left: 10rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 140rem;
}
@media screen and (max-width: 820px) {
  .sec-inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 820px) {
  .sec-ttl {
    line-height: 1.2;
  }
}
.sec-ttl .en {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
  display: flex;
  align-items: center;
}
.sec-ttl .en::before {
  margin-right: 1.2rem;
  content: "";
  display: block;
  width: 1.6rem;
  min-width: 1.6rem;
  aspect-ratio: 1/1;
  background: url(../images/index/sec-ttl.png) no-repeat center center/cover;
}
@media screen and (max-width: 820px) {
  .sec-ttl .en::before {
    width: 2.2rem;
    min-width: 2.2rem;
  }
}
@media screen and (max-width: 820px) {
  .sec-ttl .en {
    font-size: 3rem;
  }
}
.sec-ttl .jp {
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 820px) {
  .sec-ttl .jp {
    line-height: 1;
    font-size: 4rem;
  }
}

.mv {
  position: relative;
  padding-bottom: 16.6rem;
}
@media screen and (max-width: 820px) {
  .mv {
    overflow: hidden;
    padding-bottom: 11rem;
  }
}
.mv__inner {
  padding-top: 11.6rem;
}
.mv__tagline {
  font-size: 10rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
@media screen and (max-width: 820px) {
  .mv__tagline {
    font-size: 8rem;
    line-height: 0.5;
  }
  .mv__tagline .sp {
    display: inline-block !important;
  }
}
.mv p {
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6em;
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  .mv p {
    font-size: 2.4rem;
    text-shadow: 0 0.3rem 0 #fff;
  }
}
.mv p:not(:first-child) {
  margin-top: 1.5rem;
}
.mv__title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .mv__title {
    font-size: 2.6rem;
    text-shadow: 0 0.3rem 0 #fff;
  }
}
.mv__title--orange {
  color: #F7931E;
}
.mv__title--green {
  color: #5DA005;
}
.mv__btn {
  margin-top: 11.1rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.12;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  display: flex;
  align-items: center;
}
.mv__btn::before {
  content: "";
  background: url(../images/common/arrow.png) no-repeat center center/cover;
  width: 5rem;
  aspect-ratio: 1/1;
  display: block;
  margin-right: 1.2rem;
}
@media screen and (max-width: 820px) {
  .mv__btn {
    font-size: 3rem;
    margin-top: 6rem;
  }
}
.mv__chr {
  position: absolute;
  right: -10.8rem;
  top: 4rem;
  width: 63.28vw;
  max-width: 100rem;
  min-width: 88.6rem;
}
@media screen and (max-width: 820px) {
  .mv__chr {
    width: 80%;
    min-width: unset;
  }
}
.mv__chr img {
  width: 100%;
  aspect-ratio: 886/744;
}
.mv__koumei {
  position: absolute;
  width: 25.8rem;
  left: 27.1rem;
  top: 45.3rem;
}
@media screen and (max-width: 1030px) {
  .mv__koumei {
    top: 50rem;
  }
}
@media screen and (max-width: 820px) {
  .mv__koumei {
    top: 46rem;
    width: 21.8rem;
    left: 28.1rem;
  }
}
.mv__koumei img {
  width: 100%;
  aspect-ratio: 258/223;
}

.sv {
  background: url(../images/index/sv.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  height: 90.3rem;
  padding-top: 8rem;
}
@media screen and (max-width: 820px) {
  .sv {
    background: url(../images/index/sv.jpg) no-repeat center center/cover;
    background-attachment: unset;
    height: auto;
    padding-top: 12rem;
    padding-bottom: 15rem;
  }
}
.sv__title {
  position: relative;
  display: block;
  width: 100%;
  max-width: 140rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 11.7rem;
  margin-bottom: 3.8rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 820px) {
  .sv__title {
    font-size: 2.4rem;
    padding-left: 4.7rem;
  }
}
.sv__title::before {
  content: "";
  display: block;
  width: calc((100vw - 100%) / 2 + 10rem);
  min-width: 10rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: calc(-1 * (50vw - 50%));
}
@media screen and (max-width: 820px) {
  .sv__title::before {
    width: 3.5rem;
    min-width: unset;
    left: 0;
  }
}
.sv__text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .sv__text {
    font-size: 2.8rem;
  }
}
.sv__text:not(:first-child) {
  margin-top: 2em;
}

.blog {
  padding-bottom: 9.5rem;
  background-color: #f8f8f8;
}
@media screen and (max-width: 820px) {
  .blog {
    overflow: hidden;
  }
}
.blog__inner {
  padding-top: 13rem;
  background: url(../images/index/blog-bg.png) no-repeat 5.2rem 4.9rem/34.6rem 27.7rem;
}
@media screen and (max-width: 820px) {
  .blog__inner {
    background: url(../images/index/blog-bg.png) no-repeat 1.2rem 4.9rem/34.6rem 27.7rem;
  }
}
.blog .slick-list {
  overflow: visible;
}
.blog .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 820px) {
  .blog .Blog-block-category {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 820px) {
  .blog .Blog-block__title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 820px) {
  .blog .Blog-block-data-wrap p {
    font-size: 2.6rem;
  }
}
.blog .Blog-block__body {
  padding: 3rem;
}
.blog .slick-dots li {
  width: 2.5rem;
  height: 2.5rem;
}
.blog .Slider-block__image {
  background-color: #a9a9a9;
}
.blog .Slider-block__image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.profile {
  position: relative;
  background-color: #FFE9CF;
  padding-top: 10.8rem;
  padding-bottom: 6.5rem;
}
.profile::after {
  display: none;
  content: "";
  width: 25.9rem;
  aspect-ratio: 259/227;
  position: absolute;
  top: 26.1rem;
  left: 31.6%;
  background: url(../images/index/profile-bolb2.png) no-repeat center center/cover;
}
@media screen and (max-width: 1400px) {
  .profile::after {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  .profile::after {
    left: 15%;
  }
}
@media screen and (max-width: 820px) {
  .profile::after {
    left: 1%;
    width: 31.9rem;
    top: 25.1rem;
  }
}
.profile__inner {
  background: url(../images/index/profile-bolb2.png) no-repeat 44.3rem 18.1rem/25.9rem 22.7rem;
}
@media screen and (max-width: 1400px) {
  .profile__inner {
    background-image: none;
  }
}
.profile__wrapper {
  margin-top: 7.8rem;
  display: flex;
  gap: 6.8rem;
}
@media screen and (max-width: 820px) {
  .profile__wrapper {
    flex-direction: column;
    gap: 6rem;
  }
}
.profile__left {
  width: 52.5%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .profile__left {
    width: 100%;
    order: 2;
  }
}
.profile__name {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
}
@media screen and (max-width: 820px) {
  .profile__name {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
}
.profile__name .jp {
  color: #FF8900;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .profile__name .jp {
    font-size: 3.8rem;
    padding-left: 4rem;
  }
}
.profile__name .en {
  font-family: "Noto Serif JP", sans-serif;
  color: #FF8900;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .profile__name .en {
    font-size: 2.8rem;
    padding-left: 9rem;
    padding-left: 5rem;
  }
}
@media screen and (max-width: 820px) {
  .profile__text {
    margin-top: 76rem;
  }
}
.profile__text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.01em;
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .profile__text p {
    font-size: 2.6rem;
  }
}
.profile__text p:not(:first-child) {
  margin-top: 1.4rem;
}
.profile__license {
  margin-top: 4.9rem;
  background-color: #fff;
  box-shadow: 0 0.4rem 1rem 0.4rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
  padding-top: 1.8rem;
  padding-bottom: 3.7rem;
  padding-left: 4.6rem;
  padding-right: 3rem;
}
.profile__license div {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  color: #FF8900;
}
@media screen and (max-width: 820px) {
  .profile__license div {
    font-size: 3rem;
  }
}
.profile__license ul {
  margin-top: 0.9rem;
}
.profile__license ul li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .profile__license ul li {
    font-size: 2.4rem;
  }
}
.profile__license ul li::before {
  content: "";
  background: url(../images/index/green-circle.png) no-repeat center center/cover;
  width: 0.9rem;
  min-width: 0.9rem;
  aspect-ratio: 1/1;
  display: block;
  margin-right: 2.5rem;
}
@media screen and (max-width: 820px) {
  .profile__license ul li::before {
    width: 1.2rem;
    min-width: 1.2rem;
  }
}
.profile__license ul li:nth-child(even)::before {
  background: url(../images/index/green-circle.png) no-repeat center center/cover;
}
.profile__license ul li:nth-child(odd)::before {
  background: url(../images/index/orange-circle.png) no-repeat center center/cover;
}
.profile__right {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 820px) {
  .profile__right {
    order: 1;
  }
}
.profile__img {
  width: 50rem;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 820px) {
  .profile__img {
    width: 59rem;
  }
}
.profile__img img {
  width: 100%;
  aspect-ratio: 500/749;
  box-shadow: 0 0.4rem 1rem 0.4rem rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
}

.human {
  padding-top: 11.8rem;
}
@media screen and (max-width: 820px) {
  .human {
    padding-top: 13rem;
  }
}
.human__items {
  margin-top: 4rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .human__items {
    margin-top: 7rem;
    flex-direction: column;
    gap: 5rem;
  }
}
.human__item {
  border-radius: 1rem;
  overflow: hidden;
  width: 32%;
  min-height: 52.6rem;
  background-color: #FDF3EA;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .human__item {
    width: 100%;
  }
}
.human__head {
  padding: 0.6rem;
  background: url(../images/index/human-head-bg.png) no-repeat 25.1rem -6.9rem/19.6rem 20.6rem;
  background-color: #F08D38;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .human__head {
    font-size: 3.4rem;
    background: url(../images/index/human-head-bg.png) no-repeat 41.1rem -7.9rem/33.6rem 34.6rem;
    background-color: #F08D38;
  }
}
.human__txt {
  flex: 1;
  padding: 1.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .human__txt {
    font-size: 2.8rem;
    padding: 2.6rem 4.8rem 3.6rem;
  }
}
.human__img img {
  width: 100%;
  aspect-ratio: 384/231;
}
.human__flow {
  margin-top: 7.6rem;
  overflow-x: scroll;
}
.human__flow img {
  width: 100%;
  min-width: 100rem;
}
@media screen and (max-width: 820px) {
  .human__flow img {
    min-width: 160rem;
  }
}
.human__intro {
  margin-top: 6.7rem;
  overflow-x: scroll;
  padding-bottom: 4rem;
}
.human__intro img {
  width: 100%;
  min-width: 100rem;
}
@media screen and (max-width: 820px) {
  .human__intro img {
    min-width: 180rem;
  }
}

.training {
  padding-top: 11.8rem;
}
@media screen and (max-width: 820px) {
  .training {
    padding-top: 20rem;
  }
}
.training__desc {
  margin-top: 4.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #F08D38;
}
@media screen and (max-width: 820px) {
  .training__desc {
    margin-top: 7rem;
    font-size: 2.8rem;
    padding-bottom: 3.6rem;
  }
}
.training__desc b {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .training__desc b {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
}
.training__company {
  margin-top: 1.8rem;
}
@media screen and (max-width: 820px) {
  .training__company {
    margin-top: 3rem;
  }
}
.training__company b {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .training__company b {
    font-size: 2.8rem;
  }
}
.training__company a,
.training__company span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .training__company a,
.training__company span {
    font-size: 2.8rem;
  }
}
.training__company a {
  text-decoration: underline;
}
.training__items {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 820px) {
  .training__items {
    margin-top: 6rem;
    gap: 7rem;
  }
}
.training__item {
  border-radius: 1rem;
  overflow: hidden;
  width: 46.16%;
  background-color: #FFE9CF;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.1rem 1rem 0.4rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 820px) {
  .training__item {
    width: 100%;
  }
}
.training__item:nth-child(1) {
  height: 49rem;
}
@media screen and (max-width: 820px) {
  .training__item:nth-child(1) {
    height: auto;
  }
}
.training__item:nth-child(1) .training__headWrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 3.7rem;
  aspect-ratio: 37/48;
  left: 50%;
  top: -2.4rem;
  transform: translateX(-50%);
  background: url(../images/index/training-icon01.png) no-repeat center center/cover;
}
@media screen and (max-width: 820px) {
  .training__item:nth-child(1) .training__headWrap::after {
    width: 6rem;
    top: -4rem;
  }
}
.training__item:nth-child(2) {
  height: 49rem;
}
@media screen and (max-width: 820px) {
  .training__item:nth-child(2) {
    height: auto;
  }
}
.training__item:nth-child(2) .training__headWrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 4.7rem;
  aspect-ratio: 1/1;
  left: 50%;
  top: -2.35rem;
  transform: translateX(-50%);
  background: url(../images/index/training-icon02.png) no-repeat center center/cover;
}
@media screen and (max-width: 820px) {
  .training__item:nth-child(2) .training__headWrap::after {
    width: 7rem;
    top: -4rem;
  }
}
.training__item:nth-child(3) {
  min-height: 52rem;
}
@media screen and (max-width: 1030px) {
  .training__item:nth-child(3) {
    min-height: 55rem;
  }
}
@media screen and (max-width: 820px) {
  .training__item:nth-child(3) {
    height: auto;
  }
}
.training__item:nth-child(3) .training__headWrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 4.9rem;
  aspect-ratio: 1/1;
  left: 50%;
  top: -2.45rem;
  transform: translateX(-50%);
  background: url(../images/index/training-icon03.png) no-repeat center center/cover;
}
@media screen and (max-width: 820px) {
  .training__item:nth-child(3) .training__headWrap::after {
    width: 7rem;
    top: -4rem;
  }
}
.training__item:nth-child(4) {
  min-height: 52rem;
}
@media screen and (max-width: 1030px) {
  .training__item:nth-child(4) {
    min-height: 55rem;
  }
}
@media screen and (max-width: 820px) {
  .training__item:nth-child(4) {
    height: auto;
  }
}
.training__item:nth-child(4) .training__headWrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 6rem;
  aspect-ratio: 1/1;
  left: 50%;
  top: -3rem;
  transform: translateX(-50%);
  background: url(../images/index/training-icon04.png) no-repeat center center/cover;
}
@media screen and (max-width: 820px) {
  .training__item:nth-child(4) .training__headWrap::after {
    width: 7rem;
    top: -4rem;
  }
}
.training__headWrap {
  position: relative;
  padding: 2.7rem 4.8rem 3.6rem;
}
@media screen and (max-width: 820px) {
  .training__headWrap {
    padding: 5rem 4.8rem 3.6rem;
  }
}
.training__headWrap::before {
  position: absolute;
  top: -4.2rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 8.4rem;
  aspect-ratio: 1/1;
  background: url(../images/index/training-circle.png) no-repeat center center/cover;
}
@media screen and (max-width: 820px) {
  .training__headWrap::before {
    width: 16rem;
    top: -8rem;
  }
}
.training__head {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .training__head {
    font-size: 3.2rem;
  }
}
.training__txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 820px) {
  .training__txt {
    font-size: 2.7rem;
  }
}
.training__img img {
  width: 100%;
}

.kaikei__inner {
  padding-right: 12rem;
  padding-left: 12rem;
}
@media screen and (max-width: 820px) {
  .kaikei__inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
.kaikei__wrapper {
  max-width: 115.1rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5.8rem;
  background-color: #FBF6EB;
  border-radius: 1rem;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  padding-right: 4.6rem;
  padding-left: 4.6rem;
  padding-top: 3.8rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .kaikei__wrapper {
    margin-top: 7rem;
  }
}
.kaikei__head {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.12;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .kaikei__head {
    font-size: 3.2rem;
  }
}
.kaikei__head::before {
  content: "";
  display: block;
  width: 5rem;
  min-width: 5rem;
  aspect-ratio: 1/1;
  background: url(../images/index/kaikei.png) no-repeat center center/cover;
  margin-right: 0.9rem;
}
@media screen and (max-width: 820px) {
  .kaikei__head::before {
    width: 7rem;
    min-width: 7rem;
    margin-right: 1.6rem;
  }
}
.kaikei__title {
  display: block;
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .kaikei__title {
    font-size: 2.7rem;
  }
}
.kaikei p {
  margin-top: 2.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .kaikei p {
    font-size: 2.7rem;
  }
}

.news {
  position: relative;
  padding-top: 17.1rem;
}
@media screen and (max-width: 820px) {
  .news {
    overflow: hidden;
  }
}
.news__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .news__inner {
    flex-direction: column;
  }
}
.news__inner::after {
  margin-top: -5.4rem;
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100vw - 14%);
  height: 90.5rem;
  background-color: #F8F8F8;
  border-radius: 1rem;
  left: 18rem;
}
@media screen and (max-width: 820px) {
  .news__inner::after {
    width: 100vw;
    left: 8rem;
    height: 200rem;
  }
}
.news__title {
  min-width: 12rem;
}
.news__items {
  display: flex;
  flex-direction: column;
  width: 86rem;
  padding-left: 4rem;
}
@media screen and (max-width: 820px) {
  .news__items {
    margin-top: 6rem;
    padding-left: 0;
    width: 100%;
  }
}
.news__item {
  min-height: 8rem;
  display: flex;
  align-items: center;
  border-top: 0.1rem solid #B9B9B9;
}
@media screen and (max-width: 820px) {
  .news__item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.news__item:last-child {
  border-bottom: 0.1rem solid #B9B9B9;
}
.news__date {
  min-width: 14.5rem;
  color: #4a4a4a;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}
@media screen and (max-width: 820px) {
  .news__date {
    min-width: 20.5rem;
    font-size: 2rem;
  }
}
.news__head {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .news__head {
    font-size: 2.8rem;
  }
}
.news .Gallery {
  margin-top: 15.9rem;
}
.news .Gallery__item--blue::before {
  background-color: #F08D38;
}
.news .Gallery__item--blue img {
  border: 0.5rem solid #F08D38;
}
.news__bg--01 {
  position: absolute;
  z-index: -1;
  width: 13.9rem;
  height: 11.1rem;
  left: 18.5rem;
  bottom: 3.9rem;
}
@media screen and (max-width: 820px) {
  .news__bg--01 {
    left: 13.5rem;
  }
}
.news__bg--02 {
  position: absolute;
  z-index: -1;
  width: 13rem;
  height: 10.9rem;
  right: 19.4rem;
  bottom: 39.8rem;
}
@media screen and (max-width: 820px) {
  .news__bg--02 {
    right: -4.6rem;
  }
}

.contact {
  padding-top: 12rem;
}
@media screen and (max-width: 820px) {
  .contact {
    padding-top: 15rem;
  }
}
.contact__title .en {
  justify-content: center;
  padding-right: 2rem;
}
.contact__title .jp {
  color: #F2994A;
  display: flex;
  justify-content: center;
}
.contact .sec {
  padding-top: 6rem;
}
/*# sourceMappingURL=index.css.map */