@charset "UTF-8";
/* reset CSS */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

dl, ol, ul {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

/**--------------------------------
       複数ページに共通する要素
--------------------------------**/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  overflow-x: hidden;
}
body.overflowHidden {
  overflow: hidden;
}

a {
  color: #424242;
}

a:hover {
  color: inherit;
  cursor: pointer;
}

.title-wrap {
  position: relative;
}

.titleJa {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  left: 40px;
  top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .titleJa {
    top: unset;
    left: 10px;
    bottom: -2px;
    font-size: 20px;
  }
}

.titleEn {
  color: #B8E4F9;
  font-family: Montserrat;
  font-size: 120px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .titleEn {
    white-space: nowrap;
    font-size: 60px;
  }
}

.sub {
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: -1;
  background: #F8DB00;
  width: 196px;
  height: 196px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding-top: 47px;
  transform: translateY(-100dvh);
  transition: all 0.4s ease;
}
.sub a {
  display: block;
  font-weight: 500 !important;
  font-size: 18px !important;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  transition: all 0.4s ease;
}
.sub a:hover {
  color: #72C6CA;
  text-decoration: none !important;
}
.sub.active {
  transform: translateY(0);
}

.header {
  margin-top: 50px;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  transform: translateY(-200%);
  transition: all 1.2s;
}
@media screen and (max-width: 1279px) {
  .header {
    align-items: center;
    height: 114px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1279px) {
  .header {
    height: 46px;
    padding: 0 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 24px;
    width: 91%;
    right: 0;
    top: 20px;
    margin: auto;
  }
  .header-main {
    display: none;
  }
}
.header.active {
  transform: translateY(0);
}
.header-title {
  width: 100%;
  max-width: 364px;
  height: auto;
  aspect-ratio: 364/53;
  margin-left: 50px;
  margin-bottom: 0;
}
.header-title img {
  width: 294px;
  height: 50px;
}
@media screen and (max-width: 1079px) {
  .header-title {
    width: 176px;
    height: 30px;
  }
  .header-title img {
    width: 176px;
    height: 30px;
  }
}
.header-main {
  border-radius: 50px 0px 0px 50px;
  padding: 31px 40px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: #FFF;
  margin-left: auto;
}
@media screen and (max-width: 1079px) {
  .header-main {
    display: none;
  }
}
.header-main-top {
  display: flex;
  justify-content: right;
}
.header-main-top__tel {
  position: relative;
  width: 264px;
  padding-left: 24px;
  color: #1E2877;
}
.header-main-top__tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 40px;
  height: 40px;
  background-image: url("../../assets/images/tel.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header-main-top__tel--number {
  display: block;
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-align: right;
}
.header-main-top__tel--number a {
  color: #1E2877;
  text-decoration: none;
}
.header-main-top__tel--number a:hover {
  text-decoration: underline;
}
.header-main-top__tel--time {
  display: block;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: right;
}
.header-main-top__buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 15px;
}
.header-main-top__buttons__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 38px;
  padding-right: 24px;
  color: #FFF;
  font-weight: 700;
  border-radius: 38px;
  text-align: center;
  text-decoration: none;
}
.header-main-top__buttons__item:hover {
  color: #FFF;
  transform: translateY(2px);
}
.header-main-top__buttons__item::before {
  position: absolute;
  content: "";
  left: 80px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background-image: url("../../assets/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1279px) {
  .header-main-bottom {
    margin-top: 0;
  }
}
.header-main-bottom--links {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 1279px) {
  .header-main-bottom--links {
    display: none;
  }
}
.header-main-bottom--links__item {
  font-size: 18px;
}
@media screen and (max-width: 1395px) {
  .header-main-bottom--links__item {
    font-size: clamp(14px, 1.1vw, 18px);
  }
}
.header-main-bottom--links__item a, .header-main-bottom--links__item div {
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4 ease;
}
.header-main-bottom--links__item a:hover, .header-main-bottom--links__item div:hover {
  color: #72C6CA;
}
.header-main-bottom--links__item .parent {
  position: relative;
  display: inline;
  padding-block: 33px;
}
.header-main-bottom--links__item--entry a {
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: #72C6CA;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
}
.header-main-bottom--links__item--entry a:hover {
  background: #8EEEF3;
}
.header-toggle {
  position: relative;
  width: 24px;
  height: 16px;
  margin-left: auto;
}
@media screen and (min-width: 1280px) {
  .header-toggle {
    display: none;
  }
}
@media screen and (min-width: 1079px) and (max-width: 1279px) {
  .header-toggle {
    margin-left: auto;
  }
}
.header-toggle span {
  position: absolute;
  transition: all 0.6s;
  border-radius: 1.5px;
  background-color: #72C6CA;
  width: 24px;
  height: 3px;
  left: 0;
}
.header-toggle span:nth-child(1) {
  top: 0;
}
.header-toggle span:nth-child(2) {
  top: 7px;
}
.header-toggle span:nth-child(3) {
  top: 14px;
}
.header-toggle.active span:nth-child(1) {
  opacity: 0;
}
.header-toggle.active span:nth-child(2) {
  opacity: 0;
}
.header-toggle.active span:nth-child(3) {
  opacity: 0;
}

.drawer-menu {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  margin: 16px;
  top: -100dvh;
  padding: 2.5rem 1rem 1.5rem;
  background-color: #FFF;
  transition: all 0.8s ease-out;
  overflow-y: scroll;
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.9);
}
.drawer-menu-close {
  position: absolute;
  right: 24px;
  top: -26px;
}
.drawer-menu-close span {
  position: absolute;
  transition: all 0.6s;
  border-radius: 1.5px;
  background-color: #72C6CA;
  width: 24px;
  height: 3px;
  left: 0;
}
.drawer-menu-close span:nth-child(1) {
  top: 7px;
  transform: rotate(-45deg);
}
.drawer-menu-close span:nth-child(2) {
  top: 7px;
  transform: rotate(45deg);
}
.drawer-menu.open {
  top: 4px;
}
.drawer-menu-nav {
  padding-top: 114px;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .drawer-menu-nav {
    padding-top: 0px;
  }
}
.drawer-menu-nav--links {
  margin-bottom: 24px;
  padding-left: 0;
  list-style: none;
}
.drawer-menu-nav--links__item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.drawer-menu-nav--links__item a {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.drawer-menu-nav--links__item a:hover {
  text-decoration: underline;
}
.drawer-menu-nav--links__item.parent {
  margin-bottom: 0px;
}
.drawer-menu-nav--links__item-sub {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.drawer-menu-nav--links__item-sub a {
  color: #41A8D8;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.drawer-menu-nav--links__item-sub a:hover {
  text-decoration: underline;
}
.drawer-menu-cta__tel {
  position: relative;
  width: 276px;
  margin: 0 auto 2rem;
  padding-left: 48px;
  color: #1E2877;
}
.drawer-menu-cta__tel::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 40px;
  height: 40px;
  background-image: url("../../assets/images/tel.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.drawer-menu-cta__tel--number {
  display: block;
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
.drawer-menu-cta__tel--number a {
  color: #1E2877;
  text-decoration: none;
}
.drawer-menu-cta__tel--number a:hover {
  text-decoration: underline;
}
.drawer-menu-cta__tel--time {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.drawer-menu-cta__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.drawer-menu-cta__buttons__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  color: #FFF;
  font-weight: 700;
  border-radius: 38px;
  text-align: center;
  text-decoration: none;
}
.drawer-menu-cta__buttons__item--home {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  height: 48px;
  padding: 15px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 2px solid #72C6CA;
  background: #FFF;
  color: #72C6CA;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.42px;
}
.drawer-menu-cta__buttons__item--entry {
  padding: 15px 30px;
  flex-direction: column;
  gap: 10px;
  border-radius: 50px;
  background: #72C6CA;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.42px;
}
.drawer-menu-cta__buttons__item--insta {
  width: 44px;
  height: 44px;
}
.drawer-menu-cta__buttons__item::before {
  position: absolute;
  content: "";
  left: 80px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background-image: url("../../assets/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.drawer-menu-cta__buttons__item:hover {
  color: #FFF;
  transform: translateY(2px);
}
.drawer-menu-cta__buttons__item--recruit {
  background-color: #C8639F;
  filter: drop-shadow(0 4px 0 #A45182);
}
.drawer-menu-cta__buttons__item--recruit:hover {
  filter: drop-shadow(0 2px 0 #A45182);
}
.drawer-menu-cta__buttons__item--contact {
  background-color: #1E2877;
  filter: drop-shadow(0 4px 0 #6B72A6);
}
.drawer-menu-cta__buttons__item--contact:hover {
  filter: drop-shadow(0 2px 0 #6B72A6);
}

@media screen and (max-width: 1079px) {
  .footer {
    padding: 3rem 0;
  }
}
.footer-top {
  border-radius: 30px;
  background: #72C6CA;
  width: 88%;
  margin: auto;
  padding: 100px 80px;
  color: #FFF;
  align-items: center;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .footer-top {
    display: block;
  }
}
@media screen and (max-width: 1079px) {
  .footer-top {
    padding: 0 0 40px;
  }
}
.footer-top::after {
  content: "";
  display: block;
  position: absolute;
  width: 372px;
  height: 101.725px;
  flex-shrink: 0;
  background-image: url(../images/footer-contact.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 50px;
  top: 117px;
}
.footer-top-title {
  color: #FFF;
  margin-block: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.footer-top-link {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footer-top-link__item {
  display: block;
  color: #72C6CA;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  border: 5px solid #F8DB00;
  background: #FFF;
  padding: 18px 57px;
  transition: all 0.4s ease;
}
.footer-top-link__item:hover {
  transform: translateY(-5px);
  color: #72C6CA;
}
.footer-top-link__item p {
  margin-bottom: 0;
}
.footer-top-link__item-caption {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}
.footer-top-link__item-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  gap: 5px;
  align-items: center;
}
.footer-top-link__item.entry .footer-top-link__item-title::after {
  content: "";
  display: block;
  width: 38.19px;
  height: 30.35px;
  flex-shrink: 0;
  background-image: url(../images/footer-contact-entry.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-top-link__item.entry .footer-top-link__item-title::after {
    width: 22.391px;
    height: 17px;
    flex-shrink: 0;
    aspect-ratio: 22.39/17;
  }
}
.footer-top-link__item.tel .footer-top-link__item-title::before {
  content: "";
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  aspect-ratio: 30/30;
  background-image: url(../images/footer-contact-tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-top-link__item.tel .footer-top-link__item-title::before {
    width: 22px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top {
    overflow: hidden;
    margin: 16px;
    padding: 28px 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-top::after {
    display: none;
  }
  .footer-top-title {
    font-size: 17px;
  }
  .footer-top-link {
    flex-wrap: wrap;
  }
  .footer-top-link__item {
    padding: 20px 40px;
  }
  .footer-top-link__item-caption {
    font-size: 14px;
  }
  .footer-top-link__item-title {
    font-size: 24px;
  }
}
.footer-bottom {
  width: 88%;
  max-width: 1440px;
  margin: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 60px 1rem 0;
}
.footer-bottom__info-img {
  width: 294px;
  height: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1079px) {
  .footer-bottom__info-img {
    width: 176px;
    height: 30px;
    margin-bottom: 24px;
  }
}
.footer-bottom__info-text {
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1079px) {
  .footer-bottom__info-text {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
.footer-bottom__info-copyright {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-bottom__links {
  padding-left: 0;
  margin-left: auto;
  list-style: none;
}
.footer-bottom__links-wrap {
  display: flex;
  align-items: start;
  gap: 60px;
}
@media screen and (max-width: 1079px) {
  .footer-bottom__links {
    margin-left: 0;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    order: 1;
  }
}
.footer-bottom__links__item {
  color: #4B4B4B;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.footer-bottom__links__item:not(:last-child) {
  margin-bottom: 30px;
}
.footer-bottom__links__item a {
  text-decoration: none;
}
.footer-bottom__links__item a:hover {
  text-decoration: underline;
}
.footer-bottom__links__item-sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.footer-bottom__links__item-sub a::before {
  content: "-";
  display: inline;
}
.footer-bottom__links__item-sub:not(:last-child) {
  margin-bottom: 10px;
}
.footer-bottom__links__item-sub a {
  text-decoration: none;
}
.footer-bottom__btns-hp {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  padding: 15px 30px;
  border: 2px solid #72C6CA;
  background: #FFF;
  color: #72C6CA;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
  margin-bottom: 10px;
  text-decoration: none;
}
.footer-bottom__btns-hp::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/ext.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 10px;
}
.footer-bottom__btns-hp:hover {
  border-color: #8EEEF3;
  color: #fff;
  background: #8EEEF3;
}
.footer-bottom__btns-sub {
  display: flex;
  gap: 15px;
}
.footer-bottom__btns-entry {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  background: #72C6CA;
  padding: 15px 30px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
  text-decoration: none;
}
.footer-bottom__btns-entry:hover {
  background: #8EEEF3;
  color: #fff;
}
.footer-bottom__btns-insta {
  display: block;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.footer-bottom__btns-insta svg circle {
  fill: #72C6CA;
}
.footer-bottom__btns-insta:hover svg circle {
  fill: #8EEEF3;
}
.footer-bottom__sub {
  width: 88%;
  max-width: 1440px;
  margin: 60px;
  display: flex;
}
@media screen and (max-width: 1079px) {
  .footer-bottom__sub {
    position: relative;
    left: 0;
    margin-top: 2rem;
    order: 3;
  }
}
.footer-bottom__sub-text {
  margin-bottom: 0;
  font-size: 10px;
}
.footer-bottom__sub-link {
  font-size: 10px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    margin: auto;
    flex-wrap: wrap;
  }
  .footer-bottom__info {
    margin: auto;
  }
  .footer-bottom__links:nth-of-type(1) {
    margin-bottom: 0px;
  }
  .footer-bottom__links:nth-of-type(2) {
    margin-top: 20px;
  }
  .footer-bottom__links-wrap {
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .footer-bottom__links__item {
    font-size: 12px;
  }
  .footer-bottom__links__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer-bottom__links__item:nth-of-type(3) {
    margin-bottom: 10px;
  }
  .footer-bottom__links__item-sub a {
    color: #41A8D8;
  }
  .footer-bottom__links__item-sub a::before {
    content: "";
    display: none;
  }
  .footer-bottom__links__item-sub:last-of-type {
    margin-bottom: 0;
  }
  .footer-bottom__btns {
    margin: auto;
  }
}
.footer-bottom__sub {
  margin: 20px auto;
  justify-content: center;
  gap: 20px;
}
.environment {
  position: relative;
  padding: 150px 0 0;
}
@media screen and (max-width: 1079px) {
  .environment {
    padding: 80px 0;
  }
}
.environment .title-wrap .titleJa span {
  color: #41A8D8;
}
.environment-inner {
  max-width: 1220px;
  margin: auto;
}
.environment-desc {
  margin-block: 60px;
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.48px;
}
.environment-content {
  display: flex;
  justify-content: space-between;
}
.environment-content__item {
  padding: 60px 40px;
  position: relative;
  color: #FFF;
  width: 395px;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 395/350;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  overflow: hidden;
  border-radius: 50px;
  filter: drop-shadow(0px 6px 6px #9BB0BB);
}
.environment-content__item:nth-of-type(1) {
  background-image: url(../images/environment01.png);
}
.environment-content__item:nth-of-type(2) {
  background-image: url(../images/environment02.png);
}
.environment-content__item:nth-of-type(3) {
  background-image: url(../images/environment03.png);
}
.environment-content__item:hover {
  color: #fff !important;
}
.environment-content__item:hover .top-environment-content__item-circle, .environment-content__item:hover .environment-content__item-circle {
  background: #fff;
  border: 1px solid #F8DB00;
}
.environment-content__item:hover .top-environment-content__item-circle::before, .environment-content__item:hover .environment-content__item-circle::before {
  background-image: url(../images/arrow-right2.png);
}
.environment-content__item-circle {
  position: absolute;
  width: 156px;
  height: 156px;
  background: #72C6CA;
  border-radius: 50%;
  bottom: -75px;
  right: -75px;
  border: 1px solid #fff;
  transition: all 0.4s ease;
}
.environment-content__item-circle::before {
  content: "";
  display: block;
  background-image: url(../images/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 20%;
  left: 18%;
}
@media screen and (max-width: 991px) {
  .environment-content__item {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .environment-content__item {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
.environment-content__item-title {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.8px;
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.environment-content__item-title span {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .environment-content__item-title {
    font-size: 21px;
    letter-spacing: 1.5px;
  }
}
.environment-content__item-text {
  font-size: 24px;
  margin-bottom: 0;
  letter-spacing: 2;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .environment-content__item-text {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .environment {
    overflow: hidden;
  }
  .environment-content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .environment-content__item {
    padding: 20px 30px 80px;
    aspect-ratio: 327/150;
    width: 100%;
    border-radius: 30px;
  }
  .environment-content__item:nth-of-type(1) {
    background-image: url(../images/environment01_sp.png);
  }
  .environment-content__item:nth-of-type(2) {
    background-image: url(../images/environment02_sp.png);
  }
  .environment-content__item:nth-of-type(3) {
    background-image: url(../images/environment03_sp.png);
  }
  .environment-content__item-text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .environment-content__item-title {
    position: relative;
    left: unset;
    bottom: unset;
    font-size: 24px;
  }
  .environment-content__item-title span {
    font-size: 20px;
  }
  .environment-content__item-circle {
    width: 135.463px;
    height: 135.463px;
  }
}/*# sourceMappingURL=common.css.map */