@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.4s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/****  pc,spだし分け  *****/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*****  タイトル系  *******/
h1,
h2 {
  font-weight: normal;
}

.titleSet .section-title {
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  .titleSet .section-title {
    font-size: 3.8461538462vw;
    line-height: 1.2;
    text-align: center;
  }
}
.titleSet .en {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #89c4a7;
  text-transform: uppercase;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  .titleSet .en {
    font-size: 2.8205128205vw;
    text-align: center;
  }
}

/***** innerなど余白 *****/
.inner {
  width: 100%;
  max-width: 1250px;
  margin-inline: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-inline: 4vw;
  }
}

/******* flex ******/
.flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}

/****** font ****/
p {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.25rem;
    line-height: 2;
  }
}

/*****スクロール時にふわっと**********/
.fadein {
  transform: translateY(30px);
  opacity: 0;
}

.fadein.scrollin {
  transform: unset;
  opacity: 1;
  transition: 0.6s;
}

.fadein.scrollin.delay200 {
  transition-delay: 0.2s;
}

/******    newsItem   *******/
.newsItem {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .newsItem {
    margin-bottom: 3vw;
  }
}
.newsItem.pickup {
  padding-left: 5.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsItem.pickup {
    padding-left: 0;
  }
}
.newsItem.pickup::before {
  display: block;
  content: "＼PICK UP／";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  margin: auto;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newsItem.pickup::before {
    top: 0.5vw;
    font-size: 2.9487179487vw;
  }
}
.newsItem.pickup .newsItem__date {
  display: none;
}
@media screen and (max-width: 768px) {
  .newsItem.pickup .newsItem__category {
    padding-left: 18.8vw;
  }
}
.newsItem:last-child {
  margin-bottom: 0;
}

.newsItem__top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .newsItem__top {
    flex-wrap: wrap;
  }
}

.newsItem__date {
  display: block;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .newsItem__date {
    font-size: 3.0769230769vw;
  }
}

.newsItem__category {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  margin-right: 0.9375rem;
}
.newsItem__category .category {
  display: block;
  min-width: 7.375rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .newsItem__category .category {
    padding-inline: 2vw;
    min-width: 12.8205128205vw;
    height: 5.1282051282vw;
    font-size: 3.0769230769vw;
  }
}
.newsItem__category .category.normal {
  background-color: #57c3ea;
}
.newsItem__category .category.topics {
  background: #43b596;
}

.newsItem__title {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .newsItem__title {
    width: 100%;
    font-size: 3.0769230769vw;
  }
}

.news__more {
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.news__more:hover .arrow {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .news__more:hover .arrow {
    transform: translateX(1vw);
  }
}
.news__more .arrow {
  display: block;
  width: 0.875rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .news__more .arrow {
    width: 2.5vw;
  }
}

/*------------------------
btn
------------------------*/
.btn a {
  width: 12.375rem;
  height: 12.375rem;
  background-color: #89c4a7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btn a {
    flex-direction: column;
    width: 25.3846153846vw;
    height: 25.3846153846vw;
    font-size: 3.0769230769vw;
    padding-top: 3vw;
  }
}
.btn a .arrow {
  display: inline-block;
  width: 1.25rem;
  margin-left: 5px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .btn a .arrow {
    display: block;
    width: 3.8461538462vw;
    margin-left: 0;
    margin-top: 1vw;
  }
}
.btn a:hover .arrow {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .btn a:hover .arrow {
    transform: translateX(1vw);
  }
}

.fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13vw;
  z-index: 10;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.625rem 1.25rem;
  background-color: #fff;
  transform: translateY(100%);
  transition: all 0.4s ease;
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-menu {
    display: flex;
  }
}
.fixed-menu.is-show {
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .fixed-menu__link {
    display: block;
    width: 100%;
  }
}

.footer {
  position: relative;
  border-bottom: 50px solid #05334e;
  padding: 9.375rem 0 5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 8vw 0 4vw;
    border-bottom: 5.1282051282vw solid #05334e;
  }
}
.footer .inner {
  display: flex;
  max-width: 1050px;
  align-items: end;
  gap: 1.875rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media (max-width: 420px) {
  .footer .inner {
    justify-content: center;
  }
}

.footer__logo {
  width: 4.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 12.8205128205vw;
    margin-bottom: 3vw;
  }
}

.footer__company {
  width: 17.75rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .footer__company {
    width: 41.5384615385vw;
  }
}

.footer__tel {
  font-size: 30px;
  line-height: 1.7333333333;
  font-family: "M PLUS 1p", sans-serif;
}

.footer__address {
  font-size: 14px;
  line-height: 1.5714285714;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 12px;
  }
}

.copy-right {
  font-size: 12px;
  line-height: 1.75;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  .copy-right {
    text-align: center;
  }
}

.footer__nav {
  flex: 1;
  max-width: 29.375rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: contents;
  }
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 4%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .footer__links {
    grid-template-columns: repeat(1, auto);
    gap: 0.5vw;
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  .footer__links {
    grid-template-columns: repeat(3, auto);
    gap: 0.5vw 4vw;
  }
}

.footer__link {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  position: relative;
}
.footer__link::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer__link {
    font-size: clamp(12px, 3.1vw, 14px);
  }
}
.footer__link:hover:after {
  width: 100%;
}

.footer__other {
  display: flex;
  padding-left: 0.4em;
}
@media screen and (max-width: 768px) {
  .footer__other {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 1vw;
    padding-left: 0;
  }
}
.footer__other li:last-child .footer__link {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .footer__other li:last-child .footer__link {
    border-left: 1px solid #000;
  }
}
.footer__other .footer__link {
  padding-inline: 1em;
  position: relative;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.footer__other .footer__link::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s ease;
}
.footer__other .footer__link:hover:after {
  width: 100%;
}

body.is-active {
  overflow: hidden;
}

@media (max-width: 1040px) {
  .header .pc {
    display: none;
  }
}

@media (max-width: 1040px) {
  .header .sp {
    display: block;
  }
}

.header {
  width: 100%;
  height: 6.75rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
@media (max-width: 1040px) {
  .header {
    height: 18.1333333333vw;
  }
}

.header__inner {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: calc(100 * 100vw / 1920);
  box-shadow: 0px 2px 3px 3px rgba(179, 179, 179, 0.2);
}

.header__logo {
  width: calc(322 * 100vw / 1920);
  max-width: 20.125rem;
}
@media (max-width: 1040px) {
  .header__logo {
    width: 56.4102564103vw;
  }
}

.header__btn {
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: fixed;
  top: 4vw;
  right: 6vw;
  background-color: #05334e;
}

.header__btn span {
  width: 60%;
  height: 0.5vw;
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

.header.is-active .header__btn {
  background-color: transparent;
}
.header.is-active .header__btn span {
  background-color: #000;
}

.header__btn span:nth-child(1) {
  top: 3.3vw;
}

.header__btn span:nth-child(2) {
  top: 5vw;
}

.header__btn span:nth-child(3) {
  top: 6.8vw;
}

.header.is-active .header__btn span:nth-child(1) {
  transform: rotate(-45deg);
  top: 5vw;
}

.header.is-active .header__btn span:nth-child(2) {
  display: none;
}

.header.is-active .header__btn span:nth-child(3) {
  transform: rotate(45deg);
  top: 5vw;
}

/*
  -----------------------------------
sp
  -----------------------------------
  */
.headerSp__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
}
.headerSp__nav .header__nav-items {
  padding: 20vw 7vw;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.headerSp__nav .header__nav-item {
  margin-bottom: 4vw;
  border-bottom: 1px solid #000;
}
.headerSp__nav .header__nav-item.--navBottom {
  border-bottom: none;
  margin-bottom: 3vw;
}
.headerSp__nav .header__nav-item.--navBottom a {
  font-size: 20px;
  line-height: 1.7333333333;
  align-items: end;
  padding-bottom: 0;
}
@media (max-width: 1040px) {
  .headerSp__nav .header__nav-item.--navBottom a {
    font-size: 3.8461538462vw;
  }
}
.headerSp__nav .header__nav-item.--navBottom a .nav-arrow {
  width: 4vw;
  padding-bottom: 1.5vw;
  margin-left: 1vw;
}
.headerSp__nav .header__nav-item.--parent .header__nav-link {
  position: relative;
}
.headerSp__nav .header__nav-item.--parent .header__nav-link::after {
  display: block;
  content: "";
  position: absolute;
  top: 2.5vw;
  right: 2vw;
  width: 3vw;
  height: 3vw;
  border-left: 0.4vw solid #000;
  border-bottom: 0.4vw solid #000;
  transform: rotate(-45deg);
}
.headerSp__nav .header__nav-item.--parent.is-open .header__nav-link::after {
  transform: rotate(135deg);
}
.headerSp__nav .header__nav-link {
  display: flex;
  font-size: 28px;
  line-height: 1.75;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  padding-bottom: 1vw;
}
@media (max-width: 1040px) {
  .headerSp__nav .header__nav-link {
    font-size: 5.1282051282vw;
  }
}

/*
-----------------------------------
pc
-----------------------------------
*/
.headerPc__nav {
  height: 100%;
}
.headerPc__nav ul {
  height: 100%;
}
.headerPc__nav .header__nav-items {
  display: flex;
  align-items: center;
}
.headerPc__nav .header__nav-item + .header__nav-item {
  margin-left: 1.875rem;
}
@media (max-width: 1400px) {
  .headerPc__nav .header__nav-item + .header__nav-item {
    margin-left: 1.25rem;
  }
}
.headerPc__nav .header__nav-item.--headerCta {
  width: 10rem;
  height: 4.125rem;
  color: #fff;
}
@media (max-width: 1400px) {
  .headerPc__nav .header__nav-item.--headerCta {
    width: 8.125rem;
    height: 3.125rem;
  }
}
.headerPc__nav .header__nav-item.--headerCta a {
  font-size: 15px;
}
.headerPc__nav .header__nav-item.--headerCta.--contact a {
  background-color: #05334e;
}
.headerPc__nav .header__nav-item.--headerCta.--contact a::after {
  display: none;
}
.headerPc__nav .header__nav-item.--headerCta.--tel {
  margin-left: 0;
}
.headerPc__nav .header__nav-item.--headerCta.--tel a {
  background-color: #89c4a7;
}
.headerPc__nav .header__nav-item .header__nav-link {
  font-size: 14px;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .headerPc__nav .header__nav-item .header__nav-link {
    font-size: 12px;
  }
}
.headerPc__nav .header__nav-item .header__nav-link::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #c4e2d3;
  transition: all 0.3s ease;
}
.headerPc__nav .header__nav-item .header__nav-link:hover {
  opacity: 0.8;
}
.headerPc__nav .header__nav-item .header__nav-link:hover::after {
  width: 100%;
}

.header.is-active .headerSp__nav {
  right: 0;
}

/*------------------------
ドロワーメニュー
------------------------*/
.header__nav-item:hover .header__nav-childWrapper {
  opacity: 1;
  visibility: visible;
}

.header__nav-childWrapper {
  position: fixed;
  top: 4.6875rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  color: #05334e;
  padding: 0.3125rem 1.25rem 1.875rem;
  box-shadow: 0 4px 6px rgba(179, 179, 179, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 1040px) {
  .header__nav-childWrapper {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none;
    padding: 0vw 0 3vw 0;
    box-shadow: none;
  }
}

.header__nav-child,
.header__nav-child--title {
  max-width: 56.25rem;
  margin: 0 auto;
}

.header__nav-child--title {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(5, 51, 78, 0.8);
}
@media (max-width: 1400px) {
  .header__nav-child--title {
    font-size: 1rem;
  }
}

.header__nav-child {
  display: flex;
  gap: 9%;
}
@media (max-width: 1040px) {
  .header__nav-child {
    flex-direction: column;
  }
}
.header__nav-child li:last-child .header__nav-child--link {
  border-bottom: none;
}

.header__nav-child--link {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 1040px) {
  .header__nav-child--link {
    align-items: start;
    padding: 2vw 0 2vw 2em;
  }
}
.header__nav-child--link::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #c4e2d3;
  transition: all 0.3s ease;
}
@media (max-width: 1040px) {
  .header__nav-child--link::after {
    display: none;
  }
}
.header__nav-child--link:hover {
  opacity: 0.8;
}
.header__nav-child--link:hover::after {
  width: 100%;
}
.header__nav-child--link .icon {
  height: 4.0625rem;
  margin-bottom: 0.625rem;
}
.header__nav-child--link .icon img {
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.header__nav-child--link .text {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  .header__nav-child--link .text {
    font-size: 0.75rem;
  }
}
@media (max-width: 1040px) {
  .header__nav-child--link .text {
    font-size: 3.8461538462vw;
    color: #333;
    text-align: left;
  }
}

/*------------------------
float
------------------------*/
.float {
  position: fixed;
  right: 1.875rem;
  bottom: 1.875rem;
  width: 12.375rem;
  height: 12.375rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.float.is-show {
  opacity: 1;
  visibility: visible;
}
.float.is-colored::after {
  opacity: 1;
}
.float.is-colored img {
  filter: drop-shadow(0px 0px 10px rgb(77, 157, 122));
}
.float::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #89c4a7;
  opacity: 0;
  transition: all 0.4s ease;
}
.float:hover .float__shine.--left {
  animation: shineLeft 5s ease forwards;
}
.float:hover .float__shine.--center {
  animation: shineCenter 5s ease forwards;
}
.float:hover .float__shine.--right {
  animation: shineRight 5s ease forwards;
}
.float .float__shine {
  position: absolute;
  width: 12%;
}
.float .float__shine.--left {
  top: 25%;
  left: 29%;
}
.float .float__shine.--right {
  top: 25%;
  right: 29%;
  animation-delay: 0.4s;
}
.float .float__shine.--center {
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: 0.2s;
}

@keyframes shineLeft {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
}
@keyframes shineCenter {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
}
@keyframes shineRight {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 0;
  }
  13% {
    opacity: 1;
  }
}
/*------------------------
top-mv
------------------------*/
.mv {
  width: 100%;
  height: calc(100svh - 108px);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    height: calc(100svh - 18vw);
  }
}
.mv .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.4375rem;
}
@media screen and (max-width: 768px) {
  .mv .logo {
    width: 19.2307692308vw;
  }
}
.mv .background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sound-btn {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
}
.sound-btn img {
  display: none;
}
.sound-btn img.on-display {
  display: block;
}

/*------------------------
top-news
------------------------*/
.top-news {
  padding: 6.25rem 0;
  background-color: #05334e;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 7vw 3vw;
  }
}
.top-news .inner {
  max-width: 930px;
}

.top-news__title {
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  padding-bottom: 1.875rem;
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .top-news__title {
    font-size: 4.4871794872vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
}

.top-news__cont {
  position: relative;
}
.top-news__cont .news__more {
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff;
  color: #05334e;
  max-width: 13.5rem;
  min-height: 3.75rem;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-news__cont .news__more {
    font-size: 3vw;
    min-height: 10vw;
    padding-inline: 2vw;
    border-radius: 10vw;
  }
}

.top__newsItems {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .top__newsItems {
    margin-bottom: 5vw;
  }
}
.top__newsItems .newsItem:hover {
  opacity: 0.8;
}

/*------------------------
私たちについて
------------------------*/
.top-about {
  padding-top: 11.25rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-top: 8vw;
  }
}
.top-about .inner {
  max-width: 1060px;
}
.top-about .titleSet {
  text-align: right;
  margin-bottom: 4.1875rem;
}
@media screen and (max-width: 768px) {
  .top-about .titleSet {
    margin-bottom: 2vw;
  }
}

.top-about__cont {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-about__cont {
    padding-top: 33vw;
  }
}
.top-about__cont .cloud {
  position: absolute;
}
.top-about__cont .cloud.--01 {
  width: 6%;
  top: -6.2%;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .cloud.--01 {
    width: 7%;
    top: 23.8%;
    left: 11%;
  }
}
.top-about__cont .cloud.--02 {
  width: 8.3%;
  top: -5.7%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .cloud.--02 {
    width: 10%;
    top: 35.3%;
    left: 5%;
  }
}
.top-about__cont .cloud.--03 {
  width: 5.7%;
  top: 7.5%;
  left: -10%;
}
.top-about__cont .cloud.--04 {
  width: 3.4%;
  top: 10.7%;
  left: -3.8%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .cloud.--04 {
    width: 4.4%;
    top: 38.2%;
    left: 15%;
  }
}
.top-about__cont .cloud.--05 {
  width: 8.3%;
  top: 24.5%;
  left: -4%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .cloud.--05 {
    width: 9.3%;
    top: 23.3%;
    left: 91%;
    transform: scale(-1);
  }
}
.top-about__cont .cloud.--06 {
  width: 3.4%;
  top: 26.4%;
  left: -9.8%;
}
.top-about__cont .cloud.--07 {
  width: 5.7%;
  top: 31%;
  left: 51%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .cloud.--07 {
    width: 6.7%;
    top: 19%;
    left: 83%;
    transform: scale(-1);
  }
}
.top-about__cont .cloud.--08 {
  width: 3.4%;
  top: 28%;
  left: 84.2%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .cloud.--08 {
    width: 4.4%;
    top: 26%;
    left: 86.2%;
  }
}
.top-about__cont .cloud.--09 {
  width: 3.4%;
  top: 26%;
  left: 90%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .cloud.--09 {
    width: 4%;
    top: 44.5%;
    left: 93%;
  }
}
.top-about__cont .cloud.--10 {
  width: 5.7%;
  top: 29.5%;
  left: 95.4%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .cloud.--10 {
    width: 6.7%;
    top: 42%;
    left: 85.4%;
  }
}
.top-about__cont .plane {
  position: absolute;
}
.top-about__cont .plane.--01 {
  width: 8.7%;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .plane.--01 {
    width: 10%;
    top: 26%;
    left: 28%;
  }
}
.top-about__cont .plane.--02 {
  width: 4.4%;
  top: 27%;
  left: 61%;
}
@media screen and (max-width: 768px) {
  .top-about__cont .plane.--02 {
    width: 5%;
    top: 45%;
    left: 77.5%;
  }
}

.fuwa01 {
  animation: fuwa01 5s ease infinite;
}

.fuwa02 {
  animation: fuwa02 3s ease infinite;
}

.fuwa03 {
  animation: fuwa03 6s ease infinite;
}

.plane01 {
  animation: plane01 6s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.plane02 {
  animation: plane02 6s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

@keyframes fuwa01 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa02 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa03 {
  0% {
    transform: translateY(0px);
  }
  33% {
    transform: translateY(5px);
  }
  66% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes plane01 {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  20% {
    transform: translateY(-8px) rotate(-2deg);
  }
  50% {
    transform: translateY(6px) rotate(2deg);
  }
  80% {
    transform: translateY(-4px) rotate(-1deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes plane02 {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  20% {
    transform: translateY(-8px) rotate(3deg);
  }
  50% {
    transform: translateY(6px) rotate(-2deg);
  }
  80% {
    transform: translateY(-4px) rotate(1deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.top-about__text {
  position: absolute;
  top: 0;
  z-index: 2;
}
.top-about__text.--01 {
  width: 13%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-about__text.--01 {
    width: 23vw;
    right: 16%;
  }
}
.top-about__text.--02 {
  width: 17.8%;
  right: 15.9%;
}
@media screen and (max-width: 768px) {
  .top-about__text.--02 {
    width: 31vw;
    right: 49%;
  }
}

.top-about__big_trees {
  width: 137%;
  transform: translateY(-5.3%);
  margin-left: -23%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-about__big_trees {
    width: 132%;
    transform: translateY(-3%);
    margin-left: -13%;
  }
}

/*------------------------
 明日へのものがたり
 ------------------------*/
.top-story {
  padding: 21.875rem 0 7.8125rem;
  background-color: #f5f2e9;
  margin-top: -37.25rem;
}
@media screen and (max-width: 768px) {
  .top-story {
    padding: 37.1794871795vw 0 8.9743589744vw;
    margin-top: -73vw;
  }
}
.top-story .inner {
  max-width: 1330px;
}

.top-story__cont {
  position: relative;
}
.top-story__cont .people_illust {
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 1.5s ease;
  transition-delay: 0.5s;
}
.top-story__cont .people_illust.scrollin {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-story__cont .people_illust {
    top: -35%;
    width: 96%;
  }
}

.top-story__message {
  max-width: 41.25rem;
  margin: 0 auto 3.75rem;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.top-story__message.scrollin {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-story__message {
    max-width: 80.1282051282vw;
    margin: 0 auto 12vw;
  }
}

.top-story__links {
  display: flex;
  gap: 5%;
  justify-content: space-around;
  max-width: 62.5rem;
  margin: 0 auto;
}

.top-story__link:nth-child(1) .icon {
  top: -13%;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .top-story__link:nth-child(1) .icon {
    top: -36%;
    width: 48%;
  }
}
.top-story__link:nth-child(2) .icon {
  top: -16%;
  width: 61%;
}
@media screen and (max-width: 768px) {
  .top-story__link:nth-child(2) .icon {
    top: -37%;
    width: 72%;
  }
}
.top-story__link:nth-child(3) .icon {
  top: -12%;
  width: 83%;
}
@media screen and (max-width: 768px) {
  .top-story__link:nth-child(3) .icon {
    top: -37%;
    width: 98%;
  }
}
.top-story__link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8.125rem;
  width: 17.375rem;
  height: 17.375rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-story__link a {
    width: 25.1282051282vw;
    height: 25.1282051282vw;
    padding-top: 12vw;
  }
}
.top-story__link a .icon {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.top-story__link a .text {
  display: block;
  height: 1.625rem;
  object-fit: contain;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-story__link a .text {
    height: 3.3333333333vw;
    margin-bottom: 1.5vw;
  }
}
.top-story__link a .arrow {
  display: block;
  width: 2.1875rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .top-story__link a .arrow {
    width: 4vw;
  }
}
.top-story__link a:hover .icon {
  transform: translateY(-5px);
}
.top-story__link a:hover .arrow {
  transform: translateX(5px);
}

/*------------------------
強み
------------------------*/
.top-point {
  padding: 9.375rem 0;
}
@media screen and (max-width: 768px) {
  .top-point {
    padding: 10vw 0 7vw;
  }
}
.top-point .inner {
  max-width: 1050px;
}

.top-point__catch {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-point__catch {
    margin-bottom: 8vw;
  }
}
.top-point__catch span {
  display: block;
}
.top-point__catch span img {
  object-fit: contain;
  object-position: center;
}
.top-point__catch .text {
  margin: 0 auto;
}
.top-point__catch .text.--action {
  width: 15.9375rem;
}
@media screen and (max-width: 768px) {
  .top-point__catch .text.--action {
    width: 32.6923076923vw;
    height: 10.5128205128vw !important;
  }
  .top-point__catch .text.--action svg {
    width: 32.6923076923vw !important;
    height: 10.5128205128vw !important;
  }
}
.top-point__catch .text.--communication {
  width: 28.5625rem;
}
@media screen and (max-width: 768px) {
  .top-point__catch .text.--communication {
    width: 58.5897435897vw;
    height: 10.8974358974vw !important;
  }
  .top-point__catch .text.--communication svg {
    width: 58.5897435897vw !important;
    height: 10.8974358974vw !important;
  }
}
.top-point__catch .text.--collaboration {
  width: 25.625rem;
}
@media screen and (max-width: 768px) {
  .top-point__catch .text.--collaboration {
    width: 52.5641025641vw;
    height: 11.7948717949vw !important;
  }
  .top-point__catch .text.--collaboration svg {
    width: 52.5641025641vw !important;
    height: 11.7948717949vw !important;
  }
}
.top-point__catch .cross {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  margin: 2.5rem auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top-point__catch .cross {
    width: 5.8vw;
    height: 5.8vw;
    margin: 4vw auto;
  }
}
.top-point__catch .cross::before, .top-point__catch .cross::after {
  display: block;
  content: "";
  position: absolute;
  background-color: #89c4a7;
  transition: all 1s ease;
}
.top-point__catch .cross::before {
  width: 3px;
  height: 0rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top-point__catch .cross::before {
    width: 2px;
  }
}
.top-point__catch .cross::after {
  width: 0rem;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-point__catch .cross::after {
    height: 2px;
  }
}
.top-point__catch .cross.scrollin:before {
  height: 2.25rem;
}
@media screen and (max-width: 768px) {
  .top-point__catch .cross.scrollin:before {
    height: 5.8vw;
  }
}
.top-point__catch .cross.scrollin:after {
  width: 2.25rem;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-point__catch .cross.scrollin:after {
    width: 5.8vw;
  }
}

.top-point__title {
  max-width: 39.6875rem;
  margin: 0 auto 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-point__title {
    max-width: 81.4102564103vw;
    margin: 0 auto 4vw;
  }
}

.top-point__items {
  justify-content: space-around;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-point__items {
    align-items: center;
    gap: 0rem;
  }
}

.top-point__item {
  width: 100%;
  max-width: 17.5rem;
}
@media screen and (max-width: 768px) {
  .top-point__item {
    max-width: 78.2051282051vw;
    border-bottom: 1px solid #000;
    margin-bottom: 4vw;
  }
}
.top-point__item .icon {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .top-point__item .icon {
    margin-bottom: 4vw;
  }
}
.top-point__item .title {
  display: contents;
}
@media screen and (max-width: 768px) {
  .top-point__item .title {
    display: flex;
    justify-content: center;
    gap: 3vw;
    margin-bottom: 3vw;
  }
}
.top-point__item .main {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .top-point__item .main {
    margin-bottom: 2vw;
  }
}
.top-point__item .main img {
  height: 22px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .top-point__item .main img {
    height: 4.1025641026vw;
  }
}
.top-point__item .sub {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-point__item .sub {
    margin-bottom: 2vw;
  }
}
.top-point__item .sub img {
  height: 21px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .top-point__item .sub img {
    height: 4.1025641026vw;
  }
}
.top-point__item .desc {
  font-size: 0.875rem;
  line-height: 2;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  .top-point__item .desc {
    font-size: clamp(14px, 3vw, 15px);
    padding-bottom: 6vw;
  }
}

/*------------------------
事業内容
------------------------*/
.top-offer {
  padding-bottom: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-offer {
    padding-bottom: 15vw;
  }
}
.top-offer .inner {
  max-width: 1050px;
}

.top-offer__column {
  gap: 7%;
  margin-bottom: 5rem;
}
@media (max-width: 1280px) {
  .top-offer__column {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-offer__column {
    margin-bottom: 8vw;
  }
}

.top-offer__column--img {
  margin-left: calc(50% - 50vw);
  flex: 1;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.top-offer__column--img.scrollin {
  opacity: 1;
}
@media (max-width: 1280px) {
  .top-offer__column--img {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-offer__column--img {
    margin: 0 calc(50% - 47vw) 2vw;
    width: 96vw;
    order: 3;
  }
}

.top-offer__column--text {
  width: 33.75rem;
  margin-top: 3.75rem;
}
@media (max-width: 1280px) {
  .top-offer__column--text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-offer__column--text {
    display: contents;
  }
}
.top-offer__column--text .titleSet {
  margin-bottom: 3.75rem;
  order: 1;
}
@media screen and (max-width: 768px) {
  .top-offer__column--text .titleSet {
    margin-bottom: 5vw;
  }
}

.top-offer__catch {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-offer__catch {
    order: 2;
    font-size: 5.1282051282vw;
    text-align: center;
    margin-bottom: 0;
  }
}

.top-offer__desc {
  font-size: 0.875rem;
  line-height: 2.4285714286;
}
@media screen and (max-width: 768px) {
  .top-offer__desc {
    order: 4;
    font-size: 3.0769230769vw;
    line-height: 1.8333333333;
    padding-inline: 5vw;
  }
}

.top-offer__title {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  font-weight: bold;
  color: #05334e;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-offer__title {
    font-size: 4.358974359vw;
    line-height: 1.5294117647;
    margin-bottom: 4vw;
  }
}

.top-offer__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 200px));
  justify-content: center;
  gap: 3.75rem 8%;
}
@media screen and (max-width: 768px) {
  .top-offer__items {
    grid-template-columns: repeat(auto-fit, minmax(30vw, 34vw));
    gap: 7vw 4vw;
  }
}

.top-offer__item .title {
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: bold;
  color: #05334e;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .top-offer__item .title {
    font-size: 3.5897435897vw;
    line-height: 1.3571428571;
  }
}
.top-offer__item .icon img {
  max-height: 140px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .top-offer__item .icon img {
    max-height: 19vw;
  }
}

@media screen and (max-width: 768px) {
  .top-offer__link {
    display: grid;
    place-items: center;
  }
}

/*------------------------
スライダー
------------------------*/
.gallery {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding: 6vw 0 7vw;
    background-color: #eef8f7;
    margin-bottom: 7vw;
  }
}

.gallery__catch {
  font-size: clamp(30px, 3.1vw, 50px);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .gallery__catch {
    font-size: 5.1282051282vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
}

.gallery__slider {
  /* 画像のサイズ調整 */
}
.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery__slider .swiper-slide img {
  height: auto;
  width: 100%;
}
.gallery__slider .swiper.--nonstop .swiper-slide {
  width: auto !important;
}

/*------------------------
事業実績
------------------------*/
.top-achievement {
  padding-bottom: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-achievement {
    padding-bottom: 6vw;
  }
}
.top-achievement .inner {
  max-width: 1050px;
}

.top-achievement__column {
  gap: 7%;
  margin-bottom: 5rem;
  flex-direction: row-reverse;
}
@media (max-width: 1280px) {
  .top-achievement__column {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-achievement__column {
    margin-bottom: 8vw;
  }
}

.top-achievement__column--img {
  margin-right: calc(50% - 50vw);
  flex: 1;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.top-achievement__column--img.scrollin {
  opacity: 1;
}
@media (max-width: 1280px) {
  .top-achievement__column--img {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-achievement__column--img {
    margin: 0 calc(50% - 48vw) 2vw;
    width: 96vw;
    order: 3;
  }
}

.top-achievement__column--text {
  width: 33.75rem;
  margin-top: 3.75rem;
}
@media (max-width: 1280px) {
  .top-achievement__column--text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-achievement__column--text {
    display: contents;
  }
}
.top-achievement__column--text .titleSet {
  margin-bottom: 3.75rem;
  order: 1;
}
@media screen and (max-width: 768px) {
  .top-achievement__column--text .titleSet {
    margin-bottom: 5vw;
  }
}

.top-achievement__catch {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-achievement__catch {
    order: 2;
    font-size: 5.1282051282vw;
    text-align: center;
    margin-bottom: 0;
  }
}

.top-achievement__desc {
  font-size: 0.875rem;
  line-height: 2.4285714286;
}
@media screen and (max-width: 768px) {
  .top-achievement__desc {
    order: 4;
    font-size: 3.0769230769vw;
    line-height: 1.8333333333;
    padding-inline: 5vw;
  }
}

.top-achievement__title {
  font-size: 1.875rem;
  line-height: 1.2666666667;
  font-weight: bold;
  color: #05334e;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .top-achievement__title {
    font-size: 4.358974359vw;
    line-height: 1.5294117647;
    margin-bottom: 6vw;
  }
}

.top-achievement__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 270px));
  justify-content: center;
  gap: 3.75rem 8%;
}
@media screen and (max-width: 768px) {
  .top-achievement__items {
    grid-template-columns: repeat(auto-fit, minmax(30vw, 34vw));
    gap: 3vw 9vw;
  }
}

.top-achievement__item .number {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .top-achievement__item .number {
    margin-bottom: 2vw;
  }
}
.top-achievement__item .number img {
  height: 1.875rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .top-achievement__item .number img {
    height: 3.4vw;
  }
}
.top-achievement__item .title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #05334e;
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .top-achievement__item .title {
    font-size: 3.0769230769vw;
    line-height: 1.4166666667;
    margin-bottom: 1vw;
  }
}

.top-achievement__link {
  display: grid;
  place-items: center;
}

/*------------------------
before-after
------------------------*/
.ba {
  padding: 9.375rem 0;
  background-color: #eef8f7;
}
@media screen and (max-width: 768px) {
  .ba {
    padding: 7vw 0 9vw;
  }
}

.ba__catch {
  font-size: clamp(30px, 3.1vw, 50px);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  .ba__catch {
    font-size: 5.1282051282vw;
    line-height: 1.5;
    margin-bottom: 1vw;
  }
}

.ba__slider .swiper-wrapper {
  padding-top: 6vw;
  padding-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .ba__slider .swiper-wrapper {
    padding-top: 4vw;
    padding-bottom: 0;
  }
}
.ba__slider .swiper-slide {
  transition: all 0.5s ease;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .ba__slider .swiper-slide {
    padding-inline: 9vw;
  }
}
.ba__slider .swiper-slide.--new-mark .img::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 1vw;
  width: 4vw;
  height: 4.5vw;
  background: no-repeat center top/contain url(../images/new-mark.png);
}
@media (max-width: 1280px) {
  .ba__slider .swiper-slide.--new-mark .img::after {
    top: 0.5vw;
  }
}
@media screen and (max-width: 768px) {
  .ba__slider .swiper-slide.--new-mark .img::after {
    top: 0;
    left: 1.5vw;
    width: 11vw;
    height: 11.5vw;
  }
}
.ba__slider .swiper-slide .img {
  position: relative;
}
.ba__slider .swiper-slide .info {
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 0px 0px 3.75rem 3.75rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .ba__slider .swiper-slide .info {
    padding: 2.5641025641vw 3.8461538462vw;
    border-radius: 0px 0px 5vw 5vw;
  }
}
.ba__slider .swiper-slide .info .title {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #05334e;
}
@media screen and (max-width: 768px) {
  .ba__slider .swiper-slide .info .title {
    font-size: 3.8461538462vw;
  }
}
.ba__slider .swiper-slide .info .sub {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  .ba__slider .swiper-slide .info .sub {
    font-size: 3.0769230769vw;
  }
}
.ba__slider .swiper-slide.swiper-slide-active {
  transform: scale(1.3) translateY(-1%);
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 768px) {
  .ba__slider .swiper-slide.swiper-slide-active {
    transform: none;
  }
}
.ba__slider .swiper-slide.swiper-slide-prev::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(238, 248, 247) 0%, rgb(238, 248, 247) 35%, rgba(238, 248, 247, 0) 100%);
}
.ba__slider .swiper-slide.swiper-slide-next::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgb(238, 248, 247) 0%, rgb(238, 248, 247) 35%, rgba(238, 248, 247, 0) 100%);
}
.ba__slider .swiper-pagination {
  width: fit-content;
  text-align: left;
  padding-bottom: 5.625rem;
  padding-left: 1rem;
  z-index: 1;
}
.ba__slider .swiper-pagination::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #05334e;
}
@media screen and (max-width: 768px) {
  .ba__slider .swiper-pagination {
    display: none;
  }
}
.ba__slider .swiper-pagination-bullet {
  width: 1.25rem !important;
  height: 1.25rem !important;
  background-color: #05334e !important;
  margin: 0 10px !important;
  position: relative;
  opacity: 0;
}
.ba__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.ba__slider .ba__pagination--wrapper {
  max-width: calc(34vw + 200px);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1279px) {
  .ba__slider .ba__pagination--wrapper {
    max-width: calc(44vw + 200px);
  }
}
.ba__slider .ba__pagination--wrapper .btn {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .ba__slider .ba__pagination--wrapper .btn {
    margin-top: 4vw;
  }
}
.ba__slider .ba__pagination--wrapper .btn a {
  background-color: #05334e;
  margin-left: auto;
  transform: translateY(-12px);
}
@media screen and (max-width: 768px) {
  .ba__slider .ba__pagination--wrapper .btn a {
    transform: none;
    margin-right: auto;
  }
}
.ba__slider .swiper-button-prev,
.ba__slider .swiper-button-next {
  display: none;
  width: 8vw;
  height: 8vw;
  background: no-repeat center/contain url(../images/slider_arrow@2x.png);
  top: 31%;
}
@media screen and (max-width: 768px) {
  .ba__slider .swiper-button-prev,
.ba__slider .swiper-button-next {
    display: block;
  }
}
.ba__slider .swiper-button-prev {
  left: 4vw !important;
  transform: rotate(180deg);
}
.ba__slider .swiper-button-next {
  right: 4vw !important;
}

/*------------------------
採用情報
------------------------*/
.top-recruit {
  padding: 12.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    padding: 7vw 0 0;
  }
}
.top-recruit .inner {
  max-width: 1050px;
}
.top-recruit .titleSet {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .top-recruit .titleSet {
    margin-bottom: 4vw;
  }
}

.top-recruit__column {
  align-items: end;
}
@media screen and (max-width: 768px) {
  .top-recruit__column {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.top-recruit__column .text {
  display: block;
  width: 41.25rem;
  height: 41.25rem;
  border-radius: 50%;
  background-color: #fcf9c7;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-recruit__column .text {
    width: 80vw;
    height: 80vw;
    margin-top: -15%;
  }
}
.top-recruit__column .text:hover .illust {
  animation: entryImg 1s ease;
}
.top-recruit__column .desc {
  font-size: 1.75rem;
  line-height: 1.8571428571;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
  margin-top: 20%;
}
@media screen and (max-width: 768px) {
  .top-recruit__column .desc {
    font-size: 3.0769230769vw;
    margin-top: 20%;
    margin-bottom: 2.5vw;
  }
}
.top-recruit__column .main {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .top-recruit__column .main {
    font-size: 5.1282051282vw;
    margin-bottom: 1.5vw;
  }
}
.top-recruit__column .entry {
  display: block;
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto;
  padding-inline: 0.7em 0.6em;
  position: relative;
  animation: entryText 3s ease infinite;
}
@media screen and (max-width: 768px) {
  .top-recruit__column .entry {
    font-size: 5.7692307692vw;
  }
}
.top-recruit__column .entry::before, .top-recruit__column .entry::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 2.375rem;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .top-recruit__column .entry::before, .top-recruit__column .entry::after {
    height: 4.8717948718vw;
  }
}
.top-recruit__column .entry::before {
  bottom: 0.1875rem;
  left: 0;
  transform: rotate(-30deg);
}
.top-recruit__column .entry::after {
  bottom: 0.1875rem;
  right: 0;
  transform: rotate(30deg);
}
.top-recruit__column .illust {
  position: absolute;
  width: 48.9393939394%;
  bottom: -1%;
  left: 16%;
}
@media screen and (max-width: 768px) {
  .top-recruit__column .illust {
    width: 52%;
    bottom: 0%;
    left: 13%;
  }
}
.top-recruit__column .img {
  width: 46%;
  margin-left: -12%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-recruit__column .img {
    width: 52.5641025641vw;
    margin-left: 0;
  }
}

@keyframes entryImg {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes entryText {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
}
/*------------------------
top まちづくり
------------------------*/
.top-blog {
  padding: 12.5rem 0;
  background: repeat center/14px 14px url(../images/blog_bg@2x.png);
}
@media screen and (max-width: 768px) {
  .top-blog {
    padding: 7vw 0;
    overflow: hidden;
  }
}
.top-blog .btn a {
  margin: 0 auto;
}

.top-blog__titleSet {
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .top-blog__titleSet {
    margin-bottom: 6vw;
  }
}
.top-blog__titleSet .sub {
  font-size: 1rem;
  line-height: 1.75;
  color: #89c4a7;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .top-blog__titleSet .sub {
    font-size: 2.8205128205vw;
    margin-bottom: 1vw;
  }
}
.top-blog__titleSet .title {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-blog__titleSet .title {
    font-size: 5.1282051282vw;
  }
}
.top-blog__titleSet .en {
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  .top-blog__titleSet .en {
    font-size: 2.3076923077vw;
  }
}

.top-blog__slider.swiper {
  max-width: 1180px;
  padding-inline: 90px;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-blog__slider.swiper {
    padding-inline: 8vw;
    margin-bottom: 5vw;
    margin-inline: calc(50% - 50vw);
  }
}
.top-blog__slider.swiper .blog-card {
  max-width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.top-blog__slider.swiper .blog-card.swiper-slide-active, .top-blog__slider.swiper .blog-card.swiper-slide-prev, .top-blog__slider.swiper .blog-card.swiper-slide-next {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-blog__slider.swiper .blog-card.swiper-slide-prev, .top-blog__slider.swiper .blog-card.swiper-slide-next {
    opacity: 0.3;
  }
}
.top-blog__slider.swiper .swiper-button-prev,
.top-blog__slider.swiper .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background: no-repeat center/contain url(../images/blog_arrow_pc@2x.png);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-blog__slider.swiper .swiper-button-prev,
.top-blog__slider.swiper .swiper-button-next {
    width: 8vw;
    height: 8vw;
    background: no-repeat center/contain url(../images/slider_arrow@2x.png);
  }
}
.top-blog__slider.swiper .swiper-button-prev {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .top-blog__slider.swiper .swiper-button-prev {
    left: 5vw !important;
  }
}
@media screen and (max-width: 768px) {
  .top-blog__slider.swiper .swiper-button-next {
    right: 5vw !important;
  }
}

/*------------------------
大きな木
------------------------*/
.top-about__big_trees.pc .cls-1 {
  font-family: BernardMT-Condensed, "BernardMT Condensed";
  font-size: 5.5px;
}
.top-about__big_trees.pc .cls-1,
.top-about__big_trees.pc .cls-2,
.top-about__big_trees.pc .cls-3,
.top-about__big_trees.pc .cls-4,
.top-about__big_trees.pc .cls-5,
.top-about__big_trees.pc .cls-6,
.top-about__big_trees.pc .cls-7,
.top-about__big_trees.pc .cls-8,
.top-about__big_trees.pc .cls-9,
.top-about__big_trees.pc .cls-10,
.top-about__big_trees.pc .cls-11,
.top-about__big_trees.pc .cls-12,
.top-about__big_trees.pc .cls-13,
.top-about__big_trees.pc .cls-14 {
  fill: #bedfbe;
}
.top-about__big_trees.pc .cls-15,
.top-about__big_trees.pc .cls-16,
.top-about__big_trees.pc .cls-17,
.top-about__big_trees.pc .cls-18,
.top-about__big_trees.pc .cls-19,
.top-about__big_trees.pc .cls-20,
.top-about__big_trees.pc .cls-21,
.top-about__big_trees.pc .cls-22,
.top-about__big_trees.pc .cls-23,
.top-about__big_trees.pc .cls-24,
.top-about__big_trees.pc .cls-25,
.top-about__big_trees.pc .cls-26,
.top-about__big_trees.pc .cls-27,
.top-about__big_trees.pc .cls-28,
.top-about__big_trees.pc .cls-29,
.top-about__big_trees.pc .cls-30,
.top-about__big_trees.pc .cls-31,
.top-about__big_trees.pc .cls-32,
.top-about__big_trees.pc .cls-33,
.top-about__big_trees.pc .cls-34,
.top-about__big_trees.pc .cls-35,
.top-about__big_trees.pc .cls-36,
.top-about__big_trees.pc .cls-37,
.top-about__big_trees.pc .cls-38,
.top-about__big_trees.pc .cls-39,
.top-about__big_trees.pc .cls-2,
.top-about__big_trees.pc .cls-40,
.top-about__big_trees.pc .cls-41,
.top-about__big_trees.pc .cls-42,
.top-about__big_trees.pc .cls-3,
.top-about__big_trees.pc .cls-4,
.top-about__big_trees.pc .cls-5,
.top-about__big_trees.pc .cls-6,
.top-about__big_trees.pc .cls-7,
.top-about__big_trees.pc .cls-43,
.top-about__big_trees.pc .cls-44,
.top-about__big_trees.pc .cls-8,
.top-about__big_trees.pc .cls-45,
.top-about__big_trees.pc .cls-46,
.top-about__big_trees.pc .cls-9,
.top-about__big_trees.pc .cls-10,
.top-about__big_trees.pc .cls-47,
.top-about__big_trees.pc .cls-48,
.top-about__big_trees.pc .cls-49,
.top-about__big_trees.pc .cls-50,
.top-about__big_trees.pc .cls-51,
.top-about__big_trees.pc .cls-11,
.top-about__big_trees.pc .cls-12,
.top-about__big_trees.pc .cls-52,
.top-about__big_trees.pc .cls-53,
.top-about__big_trees.pc .cls-54,
.top-about__big_trees.pc .cls-55,
.top-about__big_trees.pc .cls-56,
.top-about__big_trees.pc .cls-57,
.top-about__big_trees.pc .cls-58,
.top-about__big_trees.pc .cls-59,
.top-about__big_trees.pc .cls-60,
.top-about__big_trees.pc .cls-61,
.top-about__big_trees.pc .cls-62,
.top-about__big_trees.pc .cls-63,
.top-about__big_trees.pc .cls-64,
.top-about__big_trees.pc .cls-65,
.top-about__big_trees.pc .cls-66,
.top-about__big_trees.pc .cls-67,
.top-about__big_trees.pc .cls-68,
.top-about__big_trees.pc .cls-69,
.top-about__big_trees.pc .cls-70,
.top-about__big_trees.pc .cls-71,
.top-about__big_trees.pc .cls-72,
.top-about__big_trees.pc .cls-14,
.top-about__big_trees.pc .cls-73,
.top-about__big_trees.pc .cls-74 {
  stroke: #333;
}
.top-about__big_trees.pc .cls-15,
.top-about__big_trees.pc .cls-16,
.top-about__big_trees.pc .cls-17,
.top-about__big_trees.pc .cls-20,
.top-about__big_trees.pc .cls-23,
.top-about__big_trees.pc .cls-24,
.top-about__big_trees.pc .cls-25,
.top-about__big_trees.pc .cls-32,
.top-about__big_trees.pc .cls-35,
.top-about__big_trees.pc .cls-36,
.top-about__big_trees.pc .cls-37,
.top-about__big_trees.pc .cls-38,
.top-about__big_trees.pc .cls-2,
.top-about__big_trees.pc .cls-4,
.top-about__big_trees.pc .cls-43,
.top-about__big_trees.pc .cls-8,
.top-about__big_trees.pc .cls-45,
.top-about__big_trees.pc .cls-46,
.top-about__big_trees.pc .cls-50,
.top-about__big_trees.pc .cls-53,
.top-about__big_trees.pc .cls-55,
.top-about__big_trees.pc .cls-56,
.top-about__big_trees.pc .cls-57,
.top-about__big_trees.pc .cls-65,
.top-about__big_trees.pc .cls-68,
.top-about__big_trees.pc .cls-70,
.top-about__big_trees.pc .cls-71,
.top-about__big_trees.pc .cls-72,
.top-about__big_trees.pc .cls-73,
.top-about__big_trees.pc .cls-74 {
  stroke-width: 0.7px;
}
.top-about__big_trees.pc .cls-15,
.top-about__big_trees.pc .cls-42,
.top-about__big_trees.pc .cls-45,
.top-about__big_trees.pc .cls-55,
.top-about__big_trees.pc .cls-57,
.top-about__big_trees.pc .cls-67,
.top-about__big_trees.pc .cls-14,
.top-about__big_trees.pc .cls-75,
.top-about__big_trees.pc .cls-76 {
  stroke-miterlimit: 10;
}
.top-about__big_trees.pc .cls-15,
.top-about__big_trees.pc .cls-77 {
  fill: #dadf00;
}
.top-about__big_trees.pc .cls-16 {
  fill: #e62119;
}
.top-about__big_trees.pc .cls-16,
.top-about__big_trees.pc .cls-17,
.top-about__big_trees.pc .cls-18,
.top-about__big_trees.pc .cls-19,
.top-about__big_trees.pc .cls-20,
.top-about__big_trees.pc .cls-21,
.top-about__big_trees.pc .cls-22,
.top-about__big_trees.pc .cls-23,
.top-about__big_trees.pc .cls-24,
.top-about__big_trees.pc .cls-25,
.top-about__big_trees.pc .cls-26,
.top-about__big_trees.pc .cls-27,
.top-about__big_trees.pc .cls-28,
.top-about__big_trees.pc .cls-29,
.top-about__big_trees.pc .cls-30,
.top-about__big_trees.pc .cls-31,
.top-about__big_trees.pc .cls-32,
.top-about__big_trees.pc .cls-33,
.top-about__big_trees.pc .cls-34,
.top-about__big_trees.pc .cls-35,
.top-about__big_trees.pc .cls-36,
.top-about__big_trees.pc .cls-37,
.top-about__big_trees.pc .cls-38,
.top-about__big_trees.pc .cls-39,
.top-about__big_trees.pc .cls-2,
.top-about__big_trees.pc .cls-40,
.top-about__big_trees.pc .cls-41,
.top-about__big_trees.pc .cls-3,
.top-about__big_trees.pc .cls-4,
.top-about__big_trees.pc .cls-5,
.top-about__big_trees.pc .cls-6,
.top-about__big_trees.pc .cls-7,
.top-about__big_trees.pc .cls-43,
.top-about__big_trees.pc .cls-44,
.top-about__big_trees.pc .cls-8,
.top-about__big_trees.pc .cls-46,
.top-about__big_trees.pc .cls-9,
.top-about__big_trees.pc .cls-10,
.top-about__big_trees.pc .cls-47,
.top-about__big_trees.pc .cls-48,
.top-about__big_trees.pc .cls-49,
.top-about__big_trees.pc .cls-50,
.top-about__big_trees.pc .cls-51,
.top-about__big_trees.pc .cls-11,
.top-about__big_trees.pc .cls-12,
.top-about__big_trees.pc .cls-52,
.top-about__big_trees.pc .cls-53,
.top-about__big_trees.pc .cls-54,
.top-about__big_trees.pc .cls-56,
.top-about__big_trees.pc .cls-58,
.top-about__big_trees.pc .cls-59,
.top-about__big_trees.pc .cls-60,
.top-about__big_trees.pc .cls-61,
.top-about__big_trees.pc .cls-62,
.top-about__big_trees.pc .cls-63,
.top-about__big_trees.pc .cls-64,
.top-about__big_trees.pc .cls-65,
.top-about__big_trees.pc .cls-66,
.top-about__big_trees.pc .cls-68,
.top-about__big_trees.pc .cls-69,
.top-about__big_trees.pc .cls-70,
.top-about__big_trees.pc .cls-71,
.top-about__big_trees.pc .cls-72,
.top-about__big_trees.pc .cls-73,
.top-about__big_trees.pc .cls-74 {
  stroke-linejoin: round;
}
.top-about__big_trees.pc .cls-16,
.top-about__big_trees.pc .cls-17,
.top-about__big_trees.pc .cls-18,
.top-about__big_trees.pc .cls-19,
.top-about__big_trees.pc .cls-20,
.top-about__big_trees.pc .cls-21,
.top-about__big_trees.pc .cls-22,
.top-about__big_trees.pc .cls-26,
.top-about__big_trees.pc .cls-27,
.top-about__big_trees.pc .cls-28,
.top-about__big_trees.pc .cls-29,
.top-about__big_trees.pc .cls-30,
.top-about__big_trees.pc .cls-31,
.top-about__big_trees.pc .cls-32,
.top-about__big_trees.pc .cls-33,
.top-about__big_trees.pc .cls-34,
.top-about__big_trees.pc .cls-35,
.top-about__big_trees.pc .cls-36,
.top-about__big_trees.pc .cls-39,
.top-about__big_trees.pc .cls-2,
.top-about__big_trees.pc .cls-40,
.top-about__big_trees.pc .cls-41,
.top-about__big_trees.pc .cls-8,
.top-about__big_trees.pc .cls-9,
.top-about__big_trees.pc .cls-10,
.top-about__big_trees.pc .cls-49,
.top-about__big_trees.pc .cls-50,
.top-about__big_trees.pc .cls-11,
.top-about__big_trees.pc .cls-12,
.top-about__big_trees.pc .cls-52,
.top-about__big_trees.pc .cls-55,
.top-about__big_trees.pc .cls-59,
.top-about__big_trees.pc .cls-60,
.top-about__big_trees.pc .cls-61,
.top-about__big_trees.pc .cls-62,
.top-about__big_trees.pc .cls-63,
.top-about__big_trees.pc .cls-64,
.top-about__big_trees.pc .cls-66,
.top-about__big_trees.pc .cls-67,
.top-about__big_trees.pc .cls-68,
.top-about__big_trees.pc .cls-72,
.top-about__big_trees.pc .cls-14,
.top-about__big_trees.pc .cls-73 {
  stroke-linecap: round;
}
.top-about__big_trees.pc .cls-17 {
  fill: #546797;
}
.top-about__big_trees.pc .cls-18,
.top-about__big_trees.pc .cls-20,
.top-about__big_trees.pc .cls-21,
.top-about__big_trees.pc .cls-25,
.top-about__big_trees.pc .cls-42,
.top-about__big_trees.pc .cls-78,
.top-about__big_trees.pc .cls-72,
.top-about__big_trees.pc .cls-76 {
  fill: #a9d6e8;
}
.top-about__big_trees.pc .cls-18,
.top-about__big_trees.pc .cls-27,
.top-about__big_trees.pc .cls-34,
.top-about__big_trees.pc .cls-41,
.top-about__big_trees.pc .cls-42,
.top-about__big_trees.pc .cls-3,
.top-about__big_trees.pc .cls-44,
.top-about__big_trees.pc .cls-9,
.top-about__big_trees.pc .cls-52,
.top-about__big_trees.pc .cls-58,
.top-about__big_trees.pc .cls-66,
.top-about__big_trees.pc .cls-67,
.top-about__big_trees.pc .cls-14 {
  stroke-width: 0.5px;
}
.top-about__big_trees.pc .cls-19 {
  fill: #dadf00;
}
.top-about__big_trees.pc .cls-19,
.top-about__big_trees.pc .cls-21,
.top-about__big_trees.pc .cls-33,
.top-about__big_trees.pc .cls-40,
.top-about__big_trees.pc .cls-12,
.top-about__big_trees.pc .cls-61,
.top-about__big_trees.pc .cls-64 {
  stroke-width: 0.3px;
}
.top-about__big_trees.pc .cls-22,
.top-about__big_trees.pc .cls-29,
.top-about__big_trees.pc .cls-10,
.top-about__big_trees.pc .cls-49,
.top-about__big_trees.pc .cls-63 {
  stroke-width: 0.59px;
}
.top-about__big_trees.pc .cls-22,
.top-about__big_trees.pc .cls-32 {
  fill: #87c2df;
}
.top-about__big_trees.pc .cls-23 {
  fill: #e6f3e6;
}
.top-about__big_trees.pc .cls-24,
.top-about__big_trees.pc .cls-79 {
  fill: #57c3ea;
}
.top-about__big_trees.pc .cls-80 {
  fill: #4d9d7a;
}
.top-about__big_trees.pc .cls-26 {
  stroke-width: 0.85px;
}
.top-about__big_trees.pc .cls-26,
.top-about__big_trees.pc .cls-27,
.top-about__big_trees.pc .cls-28,
.top-about__big_trees.pc .cls-29,
.top-about__big_trees.pc .cls-30,
.top-about__big_trees.pc .cls-31,
.top-about__big_trees.pc .cls-33,
.top-about__big_trees.pc .cls-81,
.top-about__big_trees.pc .cls-82,
.top-about__big_trees.pc .cls-44,
.top-about__big_trees.pc .cls-46,
.top-about__big_trees.pc .cls-48,
.top-about__big_trees.pc .cls-50,
.top-about__big_trees.pc .cls-51,
.top-about__big_trees.pc .cls-83,
.top-about__big_trees.pc .cls-55,
.top-about__big_trees.pc .cls-84,
.top-about__big_trees.pc .cls-67,
.top-about__big_trees.pc .cls-85,
.top-about__big_trees.pc .cls-73,
.top-about__big_trees.pc .cls-86 {
  fill: #fff;
}
.top-about__big_trees.pc .cls-28,
.top-about__big_trees.pc .cls-6,
.top-about__big_trees.pc .cls-51,
.top-about__big_trees.pc .cls-54 {
  stroke-width: 0.63px;
}
.top-about__big_trees.pc .cls-30 {
  stroke-width: 0.38px;
}
.top-about__big_trees.pc .cls-31 {
  stroke-width: 0.39px;
}
.top-about__big_trees.pc .cls-87 {
  fill: url(#gradation_13-2);
}
.top-about__big_trees.pc .cls-34,
.top-about__big_trees.pc .cls-35,
.top-about__big_trees.pc .cls-39,
.top-about__big_trees.pc .cls-40,
.top-about__big_trees.pc .cls-45,
.top-about__big_trees.pc .cls-56,
.top-about__big_trees.pc .cls-58 {
  fill: none;
}
.top-about__big_trees.pc .cls-36 {
  fill: #e5f3f8;
}
.top-about__big_trees.pc .cls-37,
.top-about__big_trees.pc .cls-88 {
  fill: #8fdaed;
}
.top-about__big_trees.pc .cls-38,
.top-about__big_trees.pc .cls-89 {
  fill: #99e0ba;
}
.top-about__big_trees.pc .cls-39 {
  stroke-width: 0.18px;
}
.top-about__big_trees.pc .cls-2,
.top-about__big_trees.pc .cls-72,
.top-about__big_trees.pc .cls-90,
.top-about__big_trees.pc .cls-73 {
  fill-rule: evenodd;
}
.top-about__big_trees.pc .cls-41 {
  fill: #f4f5b0;
}
.top-about__big_trees.pc .cls-81 {
  font-size: 6.51px;
  letter-spacing: -0.02em;
}
.top-about__big_trees.pc .cls-81,
.top-about__big_trees.pc .cls-85,
.top-about__big_trees.pc .cls-89 {
  font-family: BritannicBold, BritannicBold;
}
.top-about__big_trees.pc .cls-82 {
  mix-blend-mode: screen;
}
.top-about__big_trees.pc .cls-79 {
  font-size: 7.89px;
}
.top-about__big_trees.pc .cls-79,
.top-about__big_trees.pc .cls-83,
.top-about__big_trees.pc .cls-91 {
  font-family: PBunkyuMdGoStd-EB, "PBunkyuMdGoStd EB-83pv-RKSJ-H";
}
.top-about__big_trees.pc .cls-5,
.top-about__big_trees.pc .cls-48,
.top-about__big_trees.pc .cls-59,
.top-about__big_trees.pc .cls-69 {
  stroke-width: 0.54px;
}
.top-about__big_trees.pc .cls-7 {
  stroke-width: 0.48px;
}
.top-about__big_trees.pc .cls-43,
.top-about__big_trees.pc .cls-92 {
  fill: #deed8b;
}
.top-about__big_trees.pc .cls-47 {
  fill: #edf5c0;
  stroke-width: 0.65px;
}
.top-about__big_trees.pc .cls-49 {
  fill: #8cbbd9;
}
.top-about__big_trees.pc .cls-11 {
  stroke-width: 0.27px;
}
.top-about__big_trees.pc .cls-93 {
  fill: #fbead1;
}
.top-about__big_trees.pc .cls-94 {
  fill: url(#gradation_new);
}
.top-about__big_trees.pc .cls-95 {
  isolation: isolate;
}
.top-about__big_trees.pc .cls-52 {
  fill: #afd6dd;
}
.top-about__big_trees.pc .cls-96 {
  fill: #89c4a7;
}
.top-about__big_trees.pc .cls-83 {
  font-size: 5px;
  letter-spacing: -0.04em;
}
.top-about__big_trees.pc .cls-53,
.top-about__big_trees.pc .cls-54,
.top-about__big_trees.pc .cls-57,
.top-about__big_trees.pc .cls-97,
.top-about__big_trees.pc .cls-64,
.top-about__big_trees.pc .cls-68,
.top-about__big_trees.pc .cls-90 {
  fill: #79c7c2;
}
.top-about__big_trees.pc .cls-98 {
  fill: #b8aa9e;
}
.top-about__big_trees.pc .cls-99 {
  clip-path: url(#clippath-1);
}
.top-about__big_trees.pc .cls-59,
.top-about__big_trees.pc .cls-69 {
  fill: #eccfa2;
}
.top-about__big_trees.pc .cls-60 {
  stroke-width: 0.34px;
}
.top-about__big_trees.pc .cls-60,
.top-about__big_trees.pc .cls-61,
.top-about__big_trees.pc .cls-62 {
  fill: #fce2ba;
}
.top-about__big_trees.pc .cls-62 {
  stroke-width: 0.3px;
}
.top-about__big_trees.pc .cls-63 {
  fill: #d4eaf3;
}
.top-about__big_trees.pc .cls-65 {
  fill: #c2db21;
}
.top-about__big_trees.pc .cls-66 {
  fill: #fef4e4;
}
.top-about__big_trees.pc .cls-100 {
  fill: #d7ecf4;
}
.top-about__big_trees.pc .cls-101,
.top-about__big_trees.pc .cls-70 {
  fill: #a9d6e8;
}
.top-about__big_trees.pc .cls-85 {
  font-size: 5.28px;
}
.top-about__big_trees.pc .cls-71 {
  fill: #a9d6e9;
}
.top-about__big_trees.pc .cls-89 {
  font-size: 10.11px;
}
.top-about__big_trees.pc .cls-102 {
  fill: #998675;
}
.top-about__big_trees.pc .cls-103 {
  fill: #4e9d79;
}
.top-about__big_trees.pc .cls-75 {
  font-family: Harrington, Harrington;
  font-size: 6.43px;
  stroke: #61c1be;
}
.top-about__big_trees.pc .cls-75,
.top-about__big_trees.pc .cls-76 {
  stroke-width: 0.2px;
}
.top-about__big_trees.pc .cls-75,
.top-about__big_trees.pc .cls-91 {
  fill: #61c1be;
}
.top-about__big_trees.pc .cls-104 {
  fill: #333;
}
.top-about__big_trees.pc .cls-86 {
  font-family: RoGSanSrfStd-Bd, "RoGSanSrfStd Bd-83pv-RKSJ-H";
  font-size: 7px;
  letter-spacing: -0.02em;
}
.top-about__big_trees.pc .cls-105 {
  clip-path: url(#clippath);
}
.top-about__big_trees.pc .cls-76 {
  font-family: PPenpalStdN-Medium, "PPenpalStdN Medium-83pv-RKSJ-H";
  font-size: 8px;
  font-weight: 500;
  letter-spacing: -0.06em;
  stroke: #a9d6e8;
}
.top-about__big_trees.pc .cls-91 {
  font-size: 6.37px;
}
.top-about__big_trees.pc .cls-106 {
  fill: url(#gradation13);
}
.top-about__big_trees.pc .cls-74 {
  fill: #ffa76c;
}

/*********** sp ***********/
.top-about__big_trees.sp .cls-1,
.top-about__big_trees.sp .cls-2,
.top-about__big_trees.sp .cls-3,
.top-about__big_trees.sp .cls-4,
.top-about__big_trees.sp .cls-5,
.top-about__big_trees.sp .cls-6,
.top-about__big_trees.sp .cls-7,
.top-about__big_trees.sp .cls-8 {
  fill: none;
}
.top-about__big_trees.sp .cls-9,
.top-about__big_trees.sp .cls-10,
.top-about__big_trees.sp .cls-11,
.top-about__big_trees.sp .cls-12,
.top-about__big_trees.sp .cls-13,
.top-about__big_trees.sp .cls-14,
.top-about__big_trees.sp .cls-15,
.top-about__big_trees.sp .cls-16,
.top-about__big_trees.sp .cls-17,
.top-about__big_trees.sp .cls-18,
.top-about__big_trees.sp .cls-19,
.top-about__big_trees.sp .cls-20,
.top-about__big_trees.sp .cls-21,
.top-about__big_trees.sp .cls-22,
.top-about__big_trees.sp .cls-23,
.top-about__big_trees.sp .cls-24,
.top-about__big_trees.sp .cls-25,
.top-about__big_trees.sp .cls-26,
.top-about__big_trees.sp .cls-27,
.top-about__big_trees.sp .cls-2,
.top-about__big_trees.sp .cls-3,
.top-about__big_trees.sp .cls-28,
.top-about__big_trees.sp .cls-29,
.top-about__big_trees.sp .cls-30,
.top-about__big_trees.sp .cls-31,
.top-about__big_trees.sp .cls-4,
.top-about__big_trees.sp .cls-5,
.top-about__big_trees.sp .cls-32,
.top-about__big_trees.sp .cls-33,
.top-about__big_trees.sp .cls-34,
.top-about__big_trees.sp .cls-35,
.top-about__big_trees.sp .cls-36,
.top-about__big_trees.sp .cls-37,
.top-about__big_trees.sp .cls-38,
.top-about__big_trees.sp .cls-39,
.top-about__big_trees.sp .cls-40,
.top-about__big_trees.sp .cls-41,
.top-about__big_trees.sp .cls-6,
.top-about__big_trees.sp .cls-42,
.top-about__big_trees.sp .cls-43,
.top-about__big_trees.sp .cls-44,
.top-about__big_trees.sp .cls-45,
.top-about__big_trees.sp .cls-46,
.top-about__big_trees.sp .cls-47,
.top-about__big_trees.sp .cls-48,
.top-about__big_trees.sp .cls-49,
.top-about__big_trees.sp .cls-50,
.top-about__big_trees.sp .cls-51,
.top-about__big_trees.sp .cls-52,
.top-about__big_trees.sp .cls-53,
.top-about__big_trees.sp .cls-54,
.top-about__big_trees.sp .cls-55,
.top-about__big_trees.sp .cls-7,
.top-about__big_trees.sp .cls-8,
.top-about__big_trees.sp .cls-56,
.top-about__big_trees.sp .cls-57,
.top-about__big_trees.sp .cls-58,
.top-about__big_trees.sp .cls-59,
.top-about__big_trees.sp .cls-60,
.top-about__big_trees.sp .cls-61,
.top-about__big_trees.sp .cls-62,
.top-about__big_trees.sp .cls-63,
.top-about__big_trees.sp .cls-64,
.top-about__big_trees.sp .cls-65,
.top-about__big_trees.sp .cls-66,
.top-about__big_trees.sp .cls-67,
.top-about__big_trees.sp .cls-68,
.top-about__big_trees.sp .cls-69,
.top-about__big_trees.sp .cls-70,
.top-about__big_trees.sp .cls-71,
.top-about__big_trees.sp .cls-72,
.top-about__big_trees.sp .cls-73 {
  stroke: #333;
}
.top-about__big_trees.sp .cls-9,
.top-about__big_trees.sp .cls-10,
.top-about__big_trees.sp .cls-11,
.top-about__big_trees.sp .cls-14,
.top-about__big_trees.sp .cls-16,
.top-about__big_trees.sp .cls-17,
.top-about__big_trees.sp .cls-19,
.top-about__big_trees.sp .cls-25,
.top-about__big_trees.sp .cls-2,
.top-about__big_trees.sp .cls-28,
.top-about__big_trees.sp .cls-29,
.top-about__big_trees.sp .cls-30,
.top-about__big_trees.sp .cls-31,
.top-about__big_trees.sp .cls-35,
.top-about__big_trees.sp .cls-39,
.top-about__big_trees.sp .cls-40,
.top-about__big_trees.sp .cls-6,
.top-about__big_trees.sp .cls-42,
.top-about__big_trees.sp .cls-49,
.top-about__big_trees.sp .cls-53,
.top-about__big_trees.sp .cls-55,
.top-about__big_trees.sp .cls-7,
.top-about__big_trees.sp .cls-56,
.top-about__big_trees.sp .cls-63,
.top-about__big_trees.sp .cls-66,
.top-about__big_trees.sp .cls-68,
.top-about__big_trees.sp .cls-69,
.top-about__big_trees.sp .cls-70,
.top-about__big_trees.sp .cls-72,
.top-about__big_trees.sp .cls-73 {
  stroke-width: 0.71px;
}
.top-about__big_trees.sp .cls-9,
.top-about__big_trees.sp .cls-33,
.top-about__big_trees.sp .cls-6,
.top-about__big_trees.sp .cls-74,
.top-about__big_trees.sp .cls-55,
.top-about__big_trees.sp .cls-56,
.top-about__big_trees.sp .cls-65,
.top-about__big_trees.sp .cls-71,
.top-about__big_trees.sp .cls-75 {
  stroke-miterlimit: 10;
}
.top-about__big_trees.sp .cls-9,
.top-about__big_trees.sp .cls-76 {
  fill: #dadf00;
}
.top-about__big_trees.sp .cls-10 {
  fill: #e62119;
}
.top-about__big_trees.sp .cls-10,
.top-about__big_trees.sp .cls-11,
.top-about__big_trees.sp .cls-12,
.top-about__big_trees.sp .cls-13,
.top-about__big_trees.sp .cls-14,
.top-about__big_trees.sp .cls-15,
.top-about__big_trees.sp .cls-16,
.top-about__big_trees.sp .cls-17,
.top-about__big_trees.sp .cls-18,
.top-about__big_trees.sp .cls-19,
.top-about__big_trees.sp .cls-20,
.top-about__big_trees.sp .cls-21,
.top-about__big_trees.sp .cls-22,
.top-about__big_trees.sp .cls-23,
.top-about__big_trees.sp .cls-24,
.top-about__big_trees.sp .cls-25,
.top-about__big_trees.sp .cls-26,
.top-about__big_trees.sp .cls-27,
.top-about__big_trees.sp .cls-2,
.top-about__big_trees.sp .cls-3,
.top-about__big_trees.sp .cls-28,
.top-about__big_trees.sp .cls-29,
.top-about__big_trees.sp .cls-30,
.top-about__big_trees.sp .cls-31,
.top-about__big_trees.sp .cls-4,
.top-about__big_trees.sp .cls-5,
.top-about__big_trees.sp .cls-32,
.top-about__big_trees.sp .cls-34,
.top-about__big_trees.sp .cls-35,
.top-about__big_trees.sp .cls-36,
.top-about__big_trees.sp .cls-37,
.top-about__big_trees.sp .cls-38,
.top-about__big_trees.sp .cls-39,
.top-about__big_trees.sp .cls-40,
.top-about__big_trees.sp .cls-41,
.top-about__big_trees.sp .cls-42,
.top-about__big_trees.sp .cls-43,
.top-about__big_trees.sp .cls-44,
.top-about__big_trees.sp .cls-45,
.top-about__big_trees.sp .cls-46,
.top-about__big_trees.sp .cls-47,
.top-about__big_trees.sp .cls-48,
.top-about__big_trees.sp .cls-49,
.top-about__big_trees.sp .cls-50,
.top-about__big_trees.sp .cls-51,
.top-about__big_trees.sp .cls-52,
.top-about__big_trees.sp .cls-53,
.top-about__big_trees.sp .cls-54,
.top-about__big_trees.sp .cls-7,
.top-about__big_trees.sp .cls-8,
.top-about__big_trees.sp .cls-57,
.top-about__big_trees.sp .cls-58,
.top-about__big_trees.sp .cls-59,
.top-about__big_trees.sp .cls-60,
.top-about__big_trees.sp .cls-61,
.top-about__big_trees.sp .cls-62,
.top-about__big_trees.sp .cls-63,
.top-about__big_trees.sp .cls-64,
.top-about__big_trees.sp .cls-66,
.top-about__big_trees.sp .cls-67,
.top-about__big_trees.sp .cls-68,
.top-about__big_trees.sp .cls-69,
.top-about__big_trees.sp .cls-70,
.top-about__big_trees.sp .cls-72,
.top-about__big_trees.sp .cls-73 {
  stroke-linejoin: round;
}
.top-about__big_trees.sp .cls-10,
.top-about__big_trees.sp .cls-11,
.top-about__big_trees.sp .cls-12,
.top-about__big_trees.sp .cls-13,
.top-about__big_trees.sp .cls-14,
.top-about__big_trees.sp .cls-15,
.top-about__big_trees.sp .cls-18,
.top-about__big_trees.sp .cls-20,
.top-about__big_trees.sp .cls-21,
.top-about__big_trees.sp .cls-22,
.top-about__big_trees.sp .cls-23,
.top-about__big_trees.sp .cls-24,
.top-about__big_trees.sp .cls-25,
.top-about__big_trees.sp .cls-26,
.top-about__big_trees.sp .cls-27,
.top-about__big_trees.sp .cls-2,
.top-about__big_trees.sp .cls-3,
.top-about__big_trees.sp .cls-28,
.top-about__big_trees.sp .cls-31,
.top-about__big_trees.sp .cls-4,
.top-about__big_trees.sp .cls-5,
.top-about__big_trees.sp .cls-32,
.top-about__big_trees.sp .cls-40,
.top-about__big_trees.sp .cls-43,
.top-about__big_trees.sp .cls-44,
.top-about__big_trees.sp .cls-45,
.top-about__big_trees.sp .cls-49,
.top-about__big_trees.sp .cls-50,
.top-about__big_trees.sp .cls-51,
.top-about__big_trees.sp .cls-52,
.top-about__big_trees.sp .cls-55,
.top-about__big_trees.sp .cls-57,
.top-about__big_trees.sp .cls-58,
.top-about__big_trees.sp .cls-59,
.top-about__big_trees.sp .cls-60,
.top-about__big_trees.sp .cls-61,
.top-about__big_trees.sp .cls-62,
.top-about__big_trees.sp .cls-64,
.top-about__big_trees.sp .cls-65,
.top-about__big_trees.sp .cls-66,
.top-about__big_trees.sp .cls-70,
.top-about__big_trees.sp .cls-71,
.top-about__big_trees.sp .cls-72 {
  stroke-linecap: round;
}
.top-about__big_trees.sp .cls-77 {
  font-family: BernardMT-Condensed, "BernardMT Condensed";
  font-size: 4.66px;
}
.top-about__big_trees.sp .cls-77,
.top-about__big_trees.sp .cls-31,
.top-about__big_trees.sp .cls-34,
.top-about__big_trees.sp .cls-35,
.top-about__big_trees.sp .cls-36,
.top-about__big_trees.sp .cls-37,
.top-about__big_trees.sp .cls-38,
.top-about__big_trees.sp .cls-40,
.top-about__big_trees.sp .cls-43,
.top-about__big_trees.sp .cls-44,
.top-about__big_trees.sp .cls-50,
.top-about__big_trees.sp .cls-51,
.top-about__big_trees.sp .cls-78,
.top-about__big_trees.sp .cls-71 {
  fill: #bedfbe;
}
.top-about__big_trees.sp .cls-11 {
  fill: #546797;
}
.top-about__big_trees.sp .cls-12,
.top-about__big_trees.sp .cls-14,
.top-about__big_trees.sp .cls-15,
.top-about__big_trees.sp .cls-19,
.top-about__big_trees.sp .cls-33,
.top-about__big_trees.sp .cls-79,
.top-about__big_trees.sp .cls-70,
.top-about__big_trees.sp .cls-75 {
  fill: #a9d6e8;
}
.top-about__big_trees.sp .cls-12,
.top-about__big_trees.sp .cls-20,
.top-about__big_trees.sp .cls-3,
.top-about__big_trees.sp .cls-32,
.top-about__big_trees.sp .cls-33,
.top-about__big_trees.sp .cls-34,
.top-about__big_trees.sp .cls-41,
.top-about__big_trees.sp .cls-43,
.top-about__big_trees.sp .cls-52,
.top-about__big_trees.sp .cls-8,
.top-about__big_trees.sp .cls-64,
.top-about__big_trees.sp .cls-65,
.top-about__big_trees.sp .cls-71 {
  stroke-width: 0.51px;
}
.top-about__big_trees.sp .cls-13 {
  fill: #dadf00;
}
.top-about__big_trees.sp .cls-13,
.top-about__big_trees.sp .cls-15,
.top-about__big_trees.sp .cls-27,
.top-about__big_trees.sp .cls-4,
.top-about__big_trees.sp .cls-51,
.top-about__big_trees.sp .cls-60,
.top-about__big_trees.sp .cls-62 {
  stroke-width: 0.31px;
}
.top-about__big_trees.sp .cls-80 {
  font-size: 8.57px;
}
.top-about__big_trees.sp .cls-80,
.top-about__big_trees.sp .cls-30 {
  fill: #99e0ba;
}
.top-about__big_trees.sp .cls-80,
.top-about__big_trees.sp .cls-81,
.top-about__big_trees.sp .cls-82 {
  font-family: BritannicBold, BritannicBold;
}
.top-about__big_trees.sp .cls-83,
.top-about__big_trees.sp .cls-68 {
  fill: #a9d6e9;
}
.top-about__big_trees.sp .cls-16 {
  fill: #e6f3e6;
}
.top-about__big_trees.sp .cls-17,
.top-about__big_trees.sp .cls-84 {
  fill: #57c3ea;
}
.top-about__big_trees.sp .cls-85 {
  fill: #4d9d7a;
}
.top-about__big_trees.sp .cls-18 {
  stroke-width: 0.86px;
}
.top-about__big_trees.sp .cls-18,
.top-about__big_trees.sp .cls-20,
.top-about__big_trees.sp .cls-21,
.top-about__big_trees.sp .cls-22,
.top-about__big_trees.sp .cls-23,
.top-about__big_trees.sp .cls-24,
.top-about__big_trees.sp .cls-27,
.top-about__big_trees.sp .cls-41,
.top-about__big_trees.sp .cls-42,
.top-about__big_trees.sp .cls-46,
.top-about__big_trees.sp .cls-47,
.top-about__big_trees.sp .cls-49,
.top-about__big_trees.sp .cls-86,
.top-about__big_trees.sp .cls-55,
.top-about__big_trees.sp .cls-81,
.top-about__big_trees.sp .cls-87,
.top-about__big_trees.sp .cls-88,
.top-about__big_trees.sp .cls-65,
.top-about__big_trees.sp .cls-82,
.top-about__big_trees.sp .cls-72 {
  fill: #fff;
}
.top-about__big_trees.sp .cls-21,
.top-about__big_trees.sp .cls-37,
.top-about__big_trees.sp .cls-47,
.top-about__big_trees.sp .cls-54 {
  stroke-width: 0.64px;
}
.top-about__big_trees.sp .cls-22,
.top-about__big_trees.sp .cls-26,
.top-about__big_trees.sp .cls-44,
.top-about__big_trees.sp .cls-45,
.top-about__big_trees.sp .cls-61 {
  stroke-width: 0.6px;
}
.top-about__big_trees.sp .cls-23 {
  stroke-width: 0.39px;
}
.top-about__big_trees.sp .cls-24 {
  stroke-width: 0.4px;
}
.top-about__big_trees.sp .cls-25,
.top-about__big_trees.sp .cls-26 {
  fill: #87c2df;
}
.top-about__big_trees.sp .cls-89 {
  fill: url(#gradation_13-2_sp);
}
.top-about__big_trees.sp .cls-28 {
  fill: #e5f3f8;
}
.top-about__big_trees.sp .cls-29,
.top-about__big_trees.sp .cls-90 {
  fill: #8fdaed;
}
.top-about__big_trees.sp .cls-31,
.top-about__big_trees.sp .cls-70,
.top-about__big_trees.sp .cls-91,
.top-about__big_trees.sp .cls-72 {
  fill-rule: evenodd;
}
.top-about__big_trees.sp .cls-5 {
  stroke-width: 0.18px;
}
.top-about__big_trees.sp .cls-32 {
  fill: #f4f5b0;
}
.top-about__big_trees.sp .cls-84 {
  font-size: 6.68px;
}
.top-about__big_trees.sp .cls-84,
.top-about__big_trees.sp .cls-87,
.top-about__big_trees.sp .cls-92 {
  font-family: PBunkyuMdGoStd-EB, "PBunkyuMdGoStd EB-83pv-RKSJ-H";
}
.top-about__big_trees.sp .cls-36,
.top-about__big_trees.sp .cls-46,
.top-about__big_trees.sp .cls-57,
.top-about__big_trees.sp .cls-67 {
  stroke-width: 0.55px;
}
.top-about__big_trees.sp .cls-38 {
  stroke-width: 0.48px;
}
.top-about__big_trees.sp .cls-39,
.top-about__big_trees.sp .cls-93 {
  fill: #deed8b;
}
.top-about__big_trees.sp .cls-45 {
  fill: #8cbbd9;
}
.top-about__big_trees.sp .cls-48 {
  fill: #edf5c0;
  stroke-width: 0.66px;
}
.top-about__big_trees.sp .cls-50 {
  stroke-width: 0.28px;
}
.top-about__big_trees.sp .cls-94 {
  fill: #fbead1;
}
.top-about__big_trees.sp .cls-95 {
  fill: url(#gradation_new_sp);
}
.top-about__big_trees.sp .cls-86 {
  font-family: RoGSanSrfStd-Bd, "RoGSanSrfStd Bd-83pv-RKSJ-H";
  font-size: 5.93px;
  letter-spacing: -0.02em;
}
.top-about__big_trees.sp .cls-74 {
  font-family: Harrington, Harrington;
  font-size: 5.45px;
  stroke: #61c1be;
}
.top-about__big_trees.sp .cls-74,
.top-about__big_trees.sp .cls-92 {
  fill: #61c1be;
}
.top-about__big_trees.sp .cls-74,
.top-about__big_trees.sp .cls-75 {
  stroke-width: 0.2px;
}
.top-about__big_trees.sp .cls-52 {
  fill: #afd6dd;
}
.top-about__big_trees.sp .cls-96 {
  fill: #89c4a7;
}
.top-about__big_trees.sp .cls-53,
.top-about__big_trees.sp .cls-54,
.top-about__big_trees.sp .cls-56,
.top-about__big_trees.sp .cls-97,
.top-about__big_trees.sp .cls-62,
.top-about__big_trees.sp .cls-66,
.top-about__big_trees.sp .cls-91 {
  fill: #79c7c2;
}
.top-about__big_trees.sp .cls-98 {
  fill: #b8aa9e;
}
.top-about__big_trees.sp .cls-99 {
  clip-path: url(#clippath-1);
}
.top-about__big_trees.sp .cls-57,
.top-about__big_trees.sp .cls-67 {
  fill: #eccfa2;
}
.top-about__big_trees.sp .cls-58 {
  stroke-width: 0.34px;
}
.top-about__big_trees.sp .cls-58,
.top-about__big_trees.sp .cls-59,
.top-about__big_trees.sp .cls-60 {
  fill: #fce2ba;
}
.top-about__big_trees.sp .cls-81 {
  font-size: 5.51px;
  letter-spacing: -0.02em;
}
.top-about__big_trees.sp .cls-87 {
  font-size: 4.24px;
  letter-spacing: -0.04em;
}
.top-about__big_trees.sp .cls-59 {
  stroke-width: 0.31px;
}
.top-about__big_trees.sp .cls-61 {
  fill: #d4eaf3;
}
.top-about__big_trees.sp .cls-63 {
  fill: #c2db21;
}
.top-about__big_trees.sp .cls-64 {
  fill: #fef4e4;
}
.top-about__big_trees.sp .cls-100 {
  fill: #d7ecf4;
}
.top-about__big_trees.sp .cls-101,
.top-about__big_trees.sp .cls-69 {
  fill: #a9d6e8;
}
.top-about__big_trees.sp .cls-82 {
  font-size: 4.47px;
}
.top-about__big_trees.sp .cls-102 {
  fill: #998675;
}
.top-about__big_trees.sp .cls-103 {
  fill: #4e9d79;
}
.top-about__big_trees.sp .cls-92 {
  font-size: 5.4px;
}
.top-about__big_trees.sp .cls-104 {
  fill: #333;
}
.top-about__big_trees.sp .cls-105 {
  clip-path: url(#clippath);
}
.top-about__big_trees.sp .cls-75 {
  font-family: PPenpalStdN-Medium, "PPenpalStdN Medium-83pv-RKSJ-H";
  font-size: 6.78px;
  font-weight: 500;
  letter-spacing: -0.06em;
  stroke: #a9d6e8;
}
.top-about__big_trees.sp .cls-106 {
  fill: url(#gradation13_sp);
}
.top-about__big_trees.sp .cls-73 {
  fill: #ffa76c;
}

/*------------------------
強みのキャッチ　アニメ
------------------------*/
.top-point__catch .text.--action svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-1 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-2 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-3 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-4 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-5 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-6 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-7 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-8 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-9 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-10 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--action svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: fill 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.top-point__catch .text.--action svg.scrollin .svg-elem-11 {
  fill: rgb(42, 82, 105);
}

.top-point__catch .text.--communication svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-1 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-2 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-3 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-4 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-5 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-6 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-7 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-8 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-9 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-10 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-11 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-12 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-13 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-14 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-15 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-16 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-16 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-17 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-17 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-18 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-18 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-19 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-19 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-20 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-20 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-21 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-21 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--communication svg .svg-elem-22 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.35s;
}
.top-point__catch .text.--communication svg.scrollin .svg-elem-22 {
  fill: rgb(42, 82, 105);
}

.top-point__catch .text.--collaboration svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-1 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-2 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-3 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.45s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-4 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-5 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.55s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-6 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-7 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.65s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-8 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-9 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-10 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-11 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-12 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.9s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-13 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.95s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-14 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-15 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-16 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.05s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-16 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-17 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.1s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-17 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-18 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-18 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-19 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.2s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-19 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-20 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.25s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-20 {
  fill: rgb(42, 82, 105);
}
.top-point__catch .text.--collaboration svg .svg-elem-21 {
  fill: transparent;
  -webkit-transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: fill 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
.top-point__catch .text.--collaboration svg.scrollin .svg-elem-21 {
  fill: rgb(42, 82, 105);
}

.blog-card {
  max-width: 19.375rem;
}
.blog-card:hover .blog-card--img img {
  transform: scale(1.1);
}
.blog-card:hover .blog-card--more {
  transform: translateX(5px);
}

.blog-card--img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.blog-card--img img {
  transition: all 0.4s ease;
  aspect-ratio: 310/210;
  height: 100%;
  object-fit: cover;
}

.blog-card--info {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 1.25rem 1.5625rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .blog-card--info {
    padding: 2vw 4vw;
  }
}

.blog-card--date {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #333;
}
@media screen and (max-width: 768px) {
  .blog-card--date {
    font-size: 3.0769230769vw;
  }
}

.blog-card--title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  color: #05334e;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .blog-card--title {
    font-size: 3.8461538462vw;
  }
}

.blog-card--desc {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .blog-card--desc {
    font-size: 3.0769230769vw;
  }
}

.blog-card--more {
  width: 0.875rem;
  margin-left: auto;
  transition: all 0.4s ease;
}

/*------------------------
下層共通
------------------------*/
.ul-page {
  border-bottom: 2px solid #05334e;
  overflow: hidden;
}
.ul-page .inner {
  max-width: 1050px;
}

.ul-head {
  height: 18.75rem;
  position: relative;
  display: grid;
  place-items: center;
  padding-left: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ul-head {
    padding-left: 0;
    height: 51.2820512821vw;
  }
}

.ul-head-title {
  width: fit-content;
  height: fit-content;
  font-size: 2.25rem;
  line-height: 1.4347826087;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ul-head-title {
    font-size: 5.1282051282vw;
    transform: translateY(-2vw);
  }
}
.ul-head-title .sub {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ul-head-title .sub {
    font-size: 2.8205128205vw;
  }
}

.ul-head-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ul-head__cont {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ul-head__cont {
    flex-direction: column;
    align-items: center;
  }
}

.ul-head__imgs {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .ul-head__imgs {
    justify-content: center;
    margin-inline: auto;
  }
}

.breadList {
  padding-inline: 25px;
}
.breadList ul {
  max-width: 1670px;
  margin: 10px auto;
  display: flex;
  justify-content: end;
}
.breadList ul li {
  font-size: 0.75rem;
  line-height: 1.2;
}
.breadList ul li + li::before {
  content: "／";
}

.ul-cont {
  padding: 6.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .ul-cont {
    padding: 8vw 0 0;
  }
}

.page-bottom {
  max-width: 62.5rem;
  margin: 0 auto;
}

/*下層共通ここまで*/
/*------------------------
個人情報保護方針
------------------------*/
#page-privacy .ul-head {
  background-color: #89c4a7;
  height: 18.75rem;
}
@media screen and (max-width: 768px) {
  #page-privacy .ul-head {
    height: 26.9230769231vw;
  }
}
#page-privacy .ul-head-title {
  color: #fff;
}
#page-privacy .page-bottom {
  margin-bottom: -1%;
}

.privacy {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .privacy {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (max-width: 768px) {
  .privacy .inner {
    padding-inline: 6vw;
  }
}

.privacy__top {
  font-size: 1.125rem;
  line-height: 2.3333333333;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .privacy__top {
    font-size: 2.5641025641vw;
    line-height: 1.7;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
}

.privacy__wrapper {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .privacy__wrapper {
    font-size: clamp(12px, 3vw, 16px);
    line-height: 1.6666666667;
  }
}
.privacy__wrapper dt {
  margin-bottom: 0.5em;
}
.privacy__wrapper dd {
  margin-bottom: 1.5em;
}
.privacy__wrapper dd ul {
  padding-left: 1em;
}
.privacy__wrapper dd ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .privacy__wrapper dd ul li {
    margin-bottom: 1em;
  }
}
.privacy__wrapper dd span.indent {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.privacy__wrapper dd span.info {
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .privacy__wrapper dd span.info {
    word-break: initial;
  }
}
.privacy__wrapper dd span.sp-space {
  display: none;
}
@media screen and (max-width: 768px) {
  .privacy__wrapper dd span.sp-space {
    display: inline-block;
    width: 3em;
  }
}

/*------------------------
金融商品取引
------------------------*/
#page-solution .ul-head {
  background-color: #89c4a7;
  height: 18.75rem;
}
@media screen and (max-width: 768px) {
  #page-solution .ul-head {
    height: 26.9230769231vw;
  }
}
#page-solution .ul-head-title {
  color: #fff;
}
#page-solution .page-bottom {
  margin-bottom: -1%;
}

.solution {
  margin-bottom: 12.5rem;
}
@media screen and (max-width: 768px) {
  .solution {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (max-width: 768px) {
  .solution .inner {
    padding-inline: 6vw;
  }
}

.solution__top {
  font-size: 1.125rem;
  line-height: 2.3333333333;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .solution__top {
    font-size: 2.5641025641vw;
    line-height: 1.7;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
}

.solution__wrapper {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .solution__wrapper {
    font-size: clamp(12px, 3vw, 20px);
    line-height: 1.6666666667;
    margin-bottom: 3.8461538462vw;
  }
}
.solution__wrapper dl:last-child dd {
  margin-bottom: 0;
}
.solution__wrapper dt {
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (max-width: 768px) {
  .solution__wrapper dt {
    padding-left: 2.5vw;
    text-indent: -2.5vw;
  }
}
.solution__wrapper dd {
  margin-bottom: 1.5em;
}

.solution__lead {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .solution__lead {
    font-size: 3.0769230769vw;
    margin-bottom: 2vw;
  }
}

.solution__numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .solution__numbers {
    gap: 3vw 4vw;
  }
}
.solution__numbers a {
  display: block;
  width: 28%;
}
@media screen and (max-width: 768px) {
  .solution__numbers a {
    width: 47%;
  }
}
.solution__numbers .mail {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .solution__numbers .mail {
    width: 57%;
  }
}

/*------------------------
お問い合わせ
------------------------*/
.page-contact {
  border-bottom: none;
}
.page-contact .ul-head {
  height: 18.75rem;
}
@media screen and (max-width: 768px) {
  .page-contact .ul-head {
    height: 28.2051282051vw;
  }
}
.page-contact .ul-head-title {
  color: #4d9d7a;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .page-contact .ul-head-title {
    transform: translateY(1vw);
  }
}
.page-contact .ul-head-title span.small {
  display: block;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #333333;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-contact .ul-head-title span.small {
    font-size: 2.5641025641vw;
    line-height: 2.1;
    margin-top: 0.5vw;
  }
}
.page-contact .breadList {
  color: #fff;
  background-color: #4d9d7a;
  margin: 0;
  padding: 0.625rem 25px;
}
.page-contact .ul-cont {
  padding: 6.25rem 1.5625rem;
  background: no-repeat center/cover url(../images/contact/contact_bg@2x.png);
  background-color: #4d9d7a;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .page-contact .ul-cont {
    padding: 8.9743589744vw 2.5641025641vw;
    background: none;
    background-color: #4d9d7a;
  }
}
.page-contact .contact .inner {
  max-width: 1050px;
  background-color: #fff;
  padding: 6.25rem 25px;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact .inner {
    padding: 8.9743589744vw 4vw;
    border-radius: 1.2820512821vw;
  }
}
.page-contact .contact__wrapper {
  max-width: 43.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper {
    max-width: 100%;
  }
}
.page-contact .contact__wrapper > * {
  color: #4d9d7a;
}
.page-contact .contact__wrapper input,
.page-contact .contact__wrapper textarea,
.page-contact .contact__wrapper select {
  display: block;
  border: 2px solid #4d9d7a;
  border-radius: 0.625rem;
  width: 100%;
  min-height: 5rem;
  padding: 1em 1em;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper input,
.page-contact .contact__wrapper textarea,
.page-contact .contact__wrapper select {
    border: 0.3vw solid #4d9d7a;
    border-radius: 1.2820512821vw;
    min-height: 15.8974358974vw;
    font-size: 2.8205128205vw;
  }
}
.page-contact .contact__wrapper .select-box {
  position: relative;
  max-width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper .select-box {
    max-width: 49.1025641026vw;
  }
}
.page-contact .contact__wrapper .select-box::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 22px;
  height: 18px;
  background: no-repeat center/contain url(../images/contact/select-arrow@2x.png);
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper .select-box::after {
    width: 3.5897435897vw;
    height: 3.0769230769vw;
    right: 3vw;
  }
}
.page-contact .contact__wrapper dl {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper dl {
    margin-bottom: 3.8461538462vw;
  }
}
.page-contact .contact__wrapper dl.post-number dd {
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper dl.post-number dd {
    gap: 4vw;
  }
}
.page-contact .contact__wrapper dl.post-number dd input {
  max-width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper dl.post-number dd input {
    max-width: 49.1025641026vw;
  }
}
.page-contact .contact__wrapper dl.post-number dd .post-number-search {
  font-size: 1rem;
  line-height: 2.625;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d9d7a;
  height: 3.625rem;
  border-radius: 0.625rem;
  padding-inline: 0.8em;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper dl.post-number dd .post-number-search {
    font-size: 3.0769230769vw;
    line-height: 1.3;
    text-align: center;
    border-radius: 0.8974358974vw;
    height: 12.0512820513vw;
  }
}
.page-contact .contact__wrapper dl dt {
  font-size: 1.25rem;
  line-height: 2.1;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper dl dt {
    font-size: 3.8461538462vw;
    margin-bottom: 0.641025641vw;
  }
}
.page-contact .contact__wrapper dl dt .required {
  width: fit-content;
  padding: 0.3em 0.6em 0.3em 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d9d7a;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 1.875rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper dl dt .required {
    font-size: 2.8205128205vw;
    border-radius: 3.8461538462vw;
  }
}
.page-contact .contact__wrapper dl dt .caution {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__wrapper dl dt .caution {
    font-size: 2.8205128205vw;
  }
}
.page-contact .contact__top {
  font-size: 1.875rem;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(77, 157, 122, 0.5);
}
@media screen and (max-width: 768px) {
  .page-contact .contact__top {
    font-size: 4.358974359vw;
    padding-bottom: 3vw;
    margin-bottom: 4vw;
  }
}
.page-contact .contact__bottom {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  color: #4d9d7a;
  text-align: center;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .page-contact .contact__bottom {
    font-size: 3.0769230769vw;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 5.1282051282vw;
  }
}
.page-contact .contact__bottom .bold {
  font-weight: 600;
}
.page-contact .contact__bottom a {
  text-decoration: underline;
}
.page-contact .agree-area {
  margin-bottom: 2.5rem;
}
.page-contact .agree-area.off input,
.page-contact .agree-area.off label {
  pointer-events: none;
  opacity: 0.8;
}
.page-contact .agree-area label {
  font-size: 1rem;
  font-weight: 500;
  color: #4d9d7a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}
.page-contact .agree-area input {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 5px;
  border: 2px solid #4d9d7a;
  margin-top: 4px;
  position: relative;
}
.page-contact .agree-area input::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 6px;
  border-left: 2px solid #4d9d7a;
  border-bottom: 2px solid #4d9d7a;
  transform: rotate(-45deg) translate(0px, 5px);
  display: none;
}
.page-contact .agree-area input:checked::after {
  display: block;
}
.page-contact .submit-btn.off {
  opacity: 0.5;
}
.page-contact .submit-btn.off input {
  pointer-events: none !important;
}
.page-contact .submit-btn input {
  font-size: 1.625rem;
  line-height: 1.2;
  color: #fff;
  width: 100%;
  max-width: 31.25rem;
  min-height: 5.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d9d7a;
  border-radius: 0.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-contact .submit-btn input {
    font-size: 4.358974359vw;
    max-width: 54.7435897436vw;
    min-height: 15.8974358974vw;
    border-radius: 1.2820512821vw;
  }
}
.page-contact.--thanks .ul-cont {
  background-position: center 10%;
}
.page-contact.--thanks .tanks-message {
  text-align: center;
  margin-bottom: 5rem;
}
.page-contact.--thanks .tanks-message + .btn a {
  margin: 0 auto;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

/*------------------------
私たちについて（共通部分）
------------------------*/
.aboutClp .ul-head {
  background: no-repeat center/cover url(../images/clp/clp_head_bg@2x.png);
  height: 18.75rem;
}
@media screen and (max-width: 768px) {
  .aboutClp .ul-head {
    background: no-repeat center/cover url(../images/clp/clp_head_bg_sp@2x.png);
    height: 51.2820512821vw;
  }
}
.aboutClp .ul-head__cont {
  width: 100%;
  max-width: 1050px;
}
.aboutClp .ul-head-title {
  text-align: left;
  margin-right: 20%;
}
@media screen and (max-width: 768px) {
  .aboutClp .ul-head-title {
    text-align: center;
    font-size: 6.4102564103vw;
    margin-right: 0;
  }
}
.aboutClp .aboutClp-title {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #89c4a7;
}
@media screen and (max-width: 768px) {
  .aboutClp .aboutClp-title {
    font-size: 4.358974359vw;
  }
}
.aboutClp .aboutClp__bottom {
  font-size: 1.625rem;
  line-height: 1.9230769231;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  margin: 0 auto 5rem;
  padding-inline: 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutClp .aboutClp__bottom {
    font-size: 3.3333333333vw;
    padding-inline: 4vw;
    margin: 0 auto 10vw;
  }
}
.aboutClp .aboutClp__bottom::before, .aboutClp .aboutClp__bottom::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0.5rem;
  width: 3px;
  height: 65%;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .aboutClp .aboutClp__bottom::before, .aboutClp .aboutClp__bottom::after {
    width: 0.6vw;
    height: 60%;
    bottom: 2%;
  }
}
.aboutClp .aboutClp__bottom::before {
  left: -1.5625rem;
  transform: rotate(-25deg);
}
@media screen and (max-width: 768px) {
  .aboutClp .aboutClp__bottom::before {
    left: -4vw;
  }
}
.aboutClp .aboutClp__bottom::after {
  right: -1.25rem;
  transform: rotate(25deg);
}
@media screen and (max-width: 768px) {
  .aboutClp .aboutClp__bottom::after {
    right: -4vw;
  }
}

/*------------------------
企業情報
------------------------*/
@media screen and (max-width: 768px) {
  #page-outline .ul-head {
    padding-top: 3%;
  }
}
#page-outline .ul-head__imgs {
  padding-right: 5%;
  gap: 8%;
}
@media screen and (max-width: 768px) {
  #page-outline .ul-head__imgs {
    padding-inline: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  #page-outline .ul-head__imgs .img {
    width: 33% !important;
  }
}
#page-outline .ul-head__imgs .img:nth-child(1) {
  width: 20%;
}
#page-outline .ul-head__imgs .img:nth-child(2) {
  width: 25%;
}
#page-outline .ul-head__imgs .img:nth-child(3) {
  width: 22%;
}
#page-outline .aboutClp-title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #page-outline .aboutClp-title {
    margin-bottom: 5.1282051282vw;
  }
}
#page-outline .page-bottom {
  margin-bottom: -0.2%;
}
@media screen and (max-width: 768px) {
  #page-outline .page-bottom {
    padding-inline: 3vw;
  }
}
#page-outline .outline__wrapper {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  #page-outline .outline__wrapper {
    margin-bottom: 15.3846153846vw;
  }
}
#page-outline .outline__wrapper dl {
  width: 100%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  display: flex;
  padding: 2.5rem 0;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  #page-outline .outline__wrapper dl {
    padding: 5.1282051282vw 0;
    font-size: clamp(14px, 3vw, 16px);
  }
}
#page-outline .outline__wrapper dl:first-child {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
#page-outline .outline__wrapper dt {
  width: 5.625rem;
  text-align-last: justify;
}
@media screen and (max-width: 768px) {
  #page-outline .outline__wrapper dt {
    width: clamp(90px, 19vw, 100px);
  }
}
#page-outline .outline__wrapper dd {
  flex: 1;
  padding-left: 1.5em;
}
#page-outline .outline__wrapper dd.flex {
  flex-wrap: wrap;
  gap: 0rem 1.875rem;
}
@media screen and (max-width: 768px) {
  #page-outline .outline__wrapper dd.flex {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #page-outline .outline__wrapper dd.flex.sp-column {
    flex-direction: column;
  }
}
#page-outline .outline__wrapper dd.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0rem 1.875rem;
}
#page-outline .outline__map {
  aspect-ratio: 1000/760;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #page-outline .outline__map {
    aspect-ratio: 620/473;
    margin-bottom: 4vw;
  }
}
#page-outline .outline__map iframe {
  aspect-ratio: 1000/760;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #page-outline .outline__map iframe {
    aspect-ratio: 620/473;
  }
}
#page-outline .outline__mapLink {
  width: 12.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  #page-outline .outline__mapLink {
    width: 36.6666666667vw;
    margin-bottom: 3vw;
  }
}
#page-outline .outline__address {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  color: #333;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  #page-outline .outline__address {
    font-size: 3.0769230769vw;
    margin-bottom: 12.8205128205vw;
  }
}

/*------------------------
ロゴに込めた想い
------------------------*/
@media screen and (max-width: 768px) {
  #page-policy .ul-head {
    padding-top: 11%;
    overflow: hidden;
  }
}
#page-policy .ul-head-title {
  margin-right: 0;
}
#page-policy .ul-head__imgs {
  padding-left: 14%;
  padding-right: 11%;
}
@media screen and (max-width: 768px) {
  #page-policy .ul-head__imgs {
    padding-inline: 0% 3%;
  }
}
#page-policy .ul-head__imgs .img img {
  width: 90%;
  max-width: 46.25rem;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #page-policy .ul-head__imgs .img img {
    width: 94%;
    margin-left: auto;
  }
}
#page-policy .aboutClp-title {
  padding-bottom: 1.875rem;
  margin-bottom: 6.25rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 768px) {
  #page-policy .aboutClp-title {
    text-align: center;
    padding-bottom: 3.8461538462vw;
    margin-bottom: 12.8205128205vw;
  }
}
#page-policy .policy__top .logo {
  width: 90%;
  max-width: 12.125rem;
  margin: 0 auto 6.25rem;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__top .logo {
    max-width: 24.8717948718vw;
    margin: 0 auto 12.8205128205vw;
  }
}
#page-policy .policy__top .colors {
  display: flex;
  justify-content: center;
  gap: 3.125rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__top .colors {
    gap: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
  }
}
#page-policy .policy__top .colors .item {
  display: flex;
  align-items: center;
  font-size: 1.4375rem;
  line-height: 1.7391304348;
  font-weight: 500;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__top .colors .item {
    font-size: 3.0769230769vw;
    gap: 1.9230769231vw;
  }
}
#page-policy .policy__top .colors .item:nth-child(1) .square {
  background-color: #89c4a7;
}
#page-policy .policy__top .colors .item:nth-child(2) .square {
  background-color: #05334e;
}
#page-policy .policy__top .colors .item .square {
  display: block;
  width: 3.375rem;
  height: 3.375rem;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__top .colors .item .square {
    width: 6.9230769231vw;
    height: 6.9230769231vw;
  }
}
#page-policy .policy__cont {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__cont {
    margin-bottom: 12.8205128205vw;
  }
}
#page-policy .policy__catch {
  font-size: 2.875rem;
  line-height: 1.4347826087;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__catch {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
  }
}
#page-policy .policy__text {
  font-size: 1.25rem;
  line-height: 2.3;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__text {
    font-size: 3.0769230769vw;
    margin-bottom: 6.4102564103vw;
  }
}
#page-policy .policy__imgs {
  gap: 8%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__imgs {
    gap: 5.1282051282vw;
    align-items: center;
  }
}
#page-policy .policy__imgs .img:nth-child(1) {
  width: 22%;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__imgs .img:nth-child(1) {
    width: 35.1282051282vw;
  }
}
#page-policy .policy__imgs .img:nth-child(2) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #page-policy .policy__imgs .img:nth-child(2) {
    width: 76.9230769231vw;
  }
}
#page-policy .page-bottom {
  margin-bottom: -0.2%;
}
@media screen and (max-width: 768px) {
  #page-policy .page-bottom {
    padding-inline: 3vw;
  }
}

/*------------------------
社長の想い
------------------------*/
#page-message .ul-head {
  background: no-repeat center/cover url(../images/clp/message_head_bg@2x.png);
}
@media screen and (max-width: 768px) {
  #page-message .ul-head {
    padding-top: 11%;
    overflow: hidden;
    background: no-repeat center/cover url(../images/clp/message_head_bg_sp@2x.png);
  }
}
#page-message .ul-head-title {
  margin-right: 0;
}
#page-message .ul-head__imgs {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #page-message .ul-head__imgs {
    padding-inline: 0%;
  }
}
#page-message .ul-head__imgs .img {
  width: 72%;
  transform: translateY(11px);
}
@media screen and (max-width: 768px) {
  #page-message .ul-head__imgs .img {
    width: 70%;
    transform: translateY(-2vw);
  }
}
#page-message .aboutClp-title {
  padding-bottom: 1.875rem;
  margin-bottom: 6.25rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 768px) {
  #page-message .aboutClp-title {
    text-align: center;
    padding-bottom: 3.8461538462vw;
    margin-bottom: 12.8205128205vw;
  }
}
#page-message .message__top {
  max-width: 49.1875rem;
  margin: 0 auto 6.25rem;
}
@media screen and (max-width: 768px) {
  #page-message .message__top {
    margin: 0 auto 5.1282051282vw;
  }
}
#page-message .message__cont {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  #page-message .message__cont {
    margin-bottom: 7.6923076923vw;
  }
}
#page-message .message__catch {
  font-size: 2.875rem;
  line-height: 1.4347826087;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #page-message .message__catch {
    text-indent: -6vw;
    font-size: 5.1282051282vw;
    line-height: 0.8;
    margin-bottom: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  #page-message .message__catch .kakko {
    display: inline-block;
    font-size: 9vw;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) {
  #page-message .message__catch .kakko.--first {
    transform: translate(-1vw, 2.2vw);
  }
}
@media screen and (max-width: 768px) {
  #page-message .message__catch .kakko.--last {
    transform: translate(7vw, 0vw);
  }
}
#page-message .message__text {
  font-size: 1.25rem;
  line-height: 2.3;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  #page-message .message__text {
    font-size: 3.0769230769vw;
    margin-bottom: 6.4102564103vw;
  }
}
#page-message .message__text .name {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  #page-message .message__text .name {
    font-size: 2.5641025641vw;
  }
}
#page-message .message__text .name img {
  width: 15.875rem;
}
@media screen and (max-width: 768px) {
  #page-message .message__text .name img {
    width: 35.8974358974vw;
  }
}
#page-message .page-bottom {
  margin-bottom: -0.2%;
}
@media screen and (max-width: 768px) {
  #page-message .page-bottom {
    padding-inline: 3vw;
  }
}

/*------------------------
新橋とシティライフプロパティーズ
------------------------*/
.page-map .ul-head__cont {
  justify-content: center;
}
.page-map .ul-head-title {
  text-align: center;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page-map .ul-head-title {
    font-size: 5.3846153846vw;
  }
}
.page-map .ourmap .aboutClp-title {
  margin-bottom: 2.5rem;
}
.page-map .ourmap__wrapper {
  margin-bottom: 5rem;
}
.page-map .page-bottom {
  margin-bottom: -0.2%;
}
@media screen and (max-width: 768px) {
  .page-map .page-bottom {
    padding-inline: 3vw;
  }
}

/*------------------------
取り組み
------------------------*/
@media screen and (max-width: 768px) {
  #page-csr .ul-head {
    place-items: initial;
    padding-top: 14%;
    padding-left: 0;
  }
}
#page-csr .ul-head__imgs {
  padding-right: 5%;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #page-csr .ul-head__imgs {
    padding-right: 0;
    gap: 3%;
  }
}
#page-csr .ul-head__imgs .img {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #page-csr .ul-head__imgs .img {
    width: 30%;
  }
}
#page-csr .aboutClp-title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  #page-csr .aboutClp-title {
    text-align: center;
    margin-bottom: 2.5641025641vw;
  }
}
#page-csr .page-bottom {
  margin-bottom: -0.2%;
}
@media screen and (max-width: 768px) {
  #page-csr .page-bottom {
    padding-inline: 3vw;
  }
}

.csr__top {
  gap: 3%;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .csr__top {
    gap: 2%;
    margin-bottom: 10.2564102564vw;
  }
}
.csr__top .text {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .csr__top .text {
    width: 100%;
  }
}
.csr__top .img {
  flex: 1;
  margin-right: -20.625rem;
}
@media (max-width: 1630px) {
  .csr__top .img {
    margin-right: calc(50% - 50cqi);
  }
}
@media screen and (max-width: 768px) {
  .csr__top .img {
    width: 80%;
    margin: 0 auto;
  }
}

.csr__top--catch {
  font-size: clamp(30px, 2vw, 38px);
  line-height: 1.65;
  font-weight: 600;
  margin-bottom: calc(60 * 100vw / 1920);
}
@media screen and (max-width: 768px) {
  .csr__top--catch {
    font-size: 5.1282051282vw;
    text-align: center;
    margin-bottom: 3.8461538462vw;
  }
}

.csr__top--sub {
  font-size: calc(24 * 100vw / 1920);
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.7692307692;
  font-weight: 600;
  margin-bottom: calc(30 * 100vw / 1920);
}
@media screen and (max-width: 768px) {
  .csr__top--sub {
    font-size: 3.0769230769vw;
    text-align: center;
    margin-bottom: 2.6315789474vw;
  }
}

.csr__top--desc {
  font-size: 0.875rem;
  line-height: 2.4285714286;
}
@media screen and (max-width: 768px) {
  .csr__top--desc {
    font-size: 3.0769230769vw;
    line-height: 1.8333333333;
  }
}

.csr__item {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .csr__item {
    margin-bottom: 10.2564102564vw;
  }
}
.csr__item.--history {
  padding: 5rem 1.25rem 6.25rem;
  background-color: #edf6f1;
  margin-inline: calc(50% - 50cqi);
}
@media screen and (max-width: 768px) {
  .csr__item.--history {
    padding: 7.6923076923vw 0vw;
  }
}
.csr__item.--history .csr__item--category {
  max-width: 1050px;
  margin: 0 auto 2.5rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .csr__item.--history .csr__item--category {
    text-align: center;
    padding-left: 14vw;
  }
}
.csr__item.--history .csr__item--category::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 293px;
  height: 82px;
  background: no-repeat center/contain url(../images/clp/csr_line@2x.png);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .csr__item.--history .csr__item--category::before {
    width: 33.3333333333vw;
    height: 9.7435897436vw;
    bottom: -0.4vw;
  }
}
.csr__item.--history .csr__item--slider {
  max-width: 108.75rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 768px) {
  .csr__item.--history .csr__item--slider {
    padding-inline: 0;
  }
}
.csr__item.--history .csr__item--slider .swiper-wrapper {
  padding-bottom: clamp(55px, 3vw, 100px);
}
@media screen and (max-width: 768px) {
  .csr__item.--history .csr__item--slider .swiper-wrapper {
    padding-bottom: 10vw;
  }
}
.csr__item.--history .csr__item--slider .swiper-pagination-bullet {
  background-color: #a4d8bc;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 8px;
}
.csr__item.--history .csr__item--slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #88c3a5;
}
.csr__item.--history .csr__item--slider .csr__item--card .img img {
  aspect-ratio: 300/190;
}
.csr__item.--history .csr__item--slider .csr__item--card .text {
  background-color: #fff;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .csr__item.--history .csr__item--slider .csr__item--card .text {
    padding: 4.2105263158vw;
  }
}
.csr__item.--history .csr__item--slider .csr__item--card .text .title {
  font-size: clamp(10px, 0.8vw, 16px);
  line-height: 1.375;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .csr__item.--history .csr__item--slider .csr__item--card .text .title {
    font-size: 3.0769230769vw;
  }
}

.csr__item--category {
  font-size: clamp(30px, 2vw, 38px);
  line-height: 1.65;
  padding-bottom: 0.625rem;
  margin-bottom: 3.125rem;
  font-weight: 600;
  color: #89c4a7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .csr__item--category {
    font-size: 5.1282051282vw;
    margin-bottom: 2.5641025641vw;
    text-align: center;
  }
}
.csr__item--category::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100cqi;
  height: 3px;
  background-color: #89c4a7;
  margin-inline: calc(50% - 50cqi);
}
@media screen and (max-width: 768px) {
  .csr__item--category::after {
    margin-inline: auto;
    width: 100%;
    height: 0.4vw;
  }
}

.csr__item--title {
  font-size: 1.625rem;
  line-height: 1.7692307692;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .csr__item--title {
    font-size: 3.3333333333vw;
    text-align: center;
  }
}

.csr__item--desc {
  font-size: 0.875rem;
  line-height: 2.4285714286;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .csr__item--desc {
    font-size: 3.0769230769vw;
    margin-bottom: 5.2631578947vw;
  }
}

.csr__item--cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .csr__item--cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.2631578947vw;
  }
}

.csr__item--card .img img {
  aspect-ratio: 470/286;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.csr__item--card .text {
  background-color: #89c4a7;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 1.25rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .csr__item--card .text {
    padding: 2.5641025641vw;
  }
}
.csr__item--card .text .title {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .csr__item--card .text .title {
    font-size: 3.3333333333vw;
  }
}
.csr__item--card .text .desc {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (max-width: 768px) {
  .csr__item--card .text .desc {
    font-size: 3.0769230769vw;
  }
}

/*------------------------
お知らせ
------------------------*/
.newsPage .breadList {
  background-color: #05334e;
  color: #fff;
  padding-top: 0.3125rem;
}
.newsPage .breadList ul {
  margin-bottom: 0;
}
.newsPage .ul-cont {
  padding: 6.25rem 1.25rem 0;
  background-color: #05334e;
  margin-top: -1px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsPage .ul-cont {
    padding: 10.2564102564vw 5.1282051282vw 0;
  }
}
.newsPage .page-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
}
.newsPage .page-bottom img.town {
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .newsPage .page-bottom img.town {
    transform: translateY(1px);
  }
}
.newsPage .page-bottom .cloud {
  position: absolute;
}
.newsPage .page-bottom .cloud.--01 {
  width: 3.5rem;
  top: 5%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .newsPage .page-bottom .cloud.--01 {
    width: 7vw;
    top: -5vw;
    left: 5%;
  }
}
.newsPage .page-bottom .cloud.--02 {
  width: 2.0625rem;
  top: -9%;
  left: 9%;
}
@media screen and (max-width: 768px) {
  .newsPage .page-bottom .cloud.--02 {
    width: 4vw;
    top: -10vw;
    left: 15%;
  }
}
.newsPage .page-bottom .cloud.--03 {
  width: 3.5rem;
  top: 20%;
  left: 14%;
}
@media screen and (max-width: 768px) {
  .newsPage .page-bottom .cloud.--03 {
    width: 7vw;
    top: -3vw;
    left: 23%;
  }
}
.newsPage .page-bottom .cloud.--04 {
  width: 2.0625rem;
  top: 38%;
  right: 9%;
}
@media screen and (max-width: 768px) {
  .newsPage .page-bottom .cloud.--04 {
    width: 4vw;
    top: -2vw;
    right: 14%;
  }
}
.newsPage .page-bottom .cloud.--05 {
  width: 3.5rem;
  top: 15%;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .newsPage .page-bottom .cloud.--05 {
    width: 7vw;
    top: -10vw;
    right: 4%;
  }
}
.newsPage .page-bottom .plane {
  width: 3.75rem;
  position: absolute;
  top: 12%;
  right: 15%;
}
@media screen and (max-width: 768px) {
  .newsPage .page-bottom .plane {
    width: 7vw;
    top: -3vw;
    right: 27%;
  }
}

/*一覧*/
#page-archive-news .ul-head {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #page-archive-news .ul-head {
    height: 25.641025641vw;
  }
}
#page-archive-news .ul-head-title {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #page-archive-news .ul-head-title {
    padding-top: 5.1282051282vw;
  }
}
#page-archive-news .breadList {
  background-color: #05334e;
  color: #fff;
  padding-top: 0.3125rem;
}
#page-archive-news .breadList ul {
  margin-bottom: 0;
}
#page-archive-news .ul-cont {
  padding: 6.25rem 1.25rem 0;
  background-color: #05334e;
  margin-top: -1px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-archive-news .ul-cont {
    padding: 10.2564102564vw 5.1282051282vw 0;
  }
}

.archive-news {
  background-color: #fff;
  max-width: 62.5rem;
  border-radius: 0.625rem;
  padding: 5rem 25px 12.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .archive-news {
    padding: 10.2564102564vw 2.5641025641vw 25.641025641vw;
  }
}
.archive-news .inner {
  max-width: 950px;
}

.archive-news__title {
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid rgba(5, 51, 78, 0.5);
  padding-bottom: 1.25rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .archive-news__title {
    font-size: 3.8461538462vw;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
}

.archive-news__lists {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .archive-news__lists {
    margin-bottom: 6.4102564103vw;
  }
}

.archive-news__list {
  padding: 1.5625rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 10px;
  margin-bottom: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive-news__list {
    flex-wrap: wrap;
    padding: 2.5641025641vw 5.1282051282vw 2.5641025641vw 2.5641025641vw;
    margin-bottom: 2.5641025641vw;
  }
}
.archive-news__list:last-child {
  margin-bottom: 0;
}
.archive-news__list:hover .news-more {
  transform: translateX(5px);
}
.archive-news__list.news {
  border: 1px solid #e6f6fc;
  background-color: #e6f6fc;
}
.archive-news__list.news:hover {
  border: 1px solid #57c3ea;
}
.archive-news__list.topics {
  border: 1px solid #e3f4ef;
  background-color: #e3f4ef;
}
.archive-news__list.topics:hover {
  border: 1px solid #89c4a7;
}
.archive-news__list .time {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .archive-news__list .time {
    font-size: 2.5641025641vw;
  }
}
.archive-news__list .category {
  min-width: 7.3125rem;
  height: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .archive-news__list .category {
    min-width: 15.3846153846vw;
    height: 4.1025641026vw;
    font-size: 2.5641025641vw;
  }
}
.archive-news__list .category.normal {
  background-color: #57c3ea;
}
.archive-news__list .category.topics {
  background-color: #89c4a7;
}
.archive-news__list .title {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .archive-news__list .title {
    width: 100%;
    font-size: 3.0769230769vw;
  }
}
.archive-news__list .news-more {
  width: 1.625rem;
  height: 1.625rem;
  margin-left: auto;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .archive-news__list .news-more {
    position: absolute;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    bottom: 2.5641025641vw;
    right: 2.5641025641vw;
  }
}
.archive-news__list.--pickup {
  padding-left: 10.8125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive-news__list.--pickup {
    padding-left: 0;
  }
}
.archive-news__list.--pickup::before {
  display: block;
  content: "＼PICK UP／";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.125rem;
  margin: auto;
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive-news__list.--pickup::before {
    left: 4.5vw;
    font-size: 2.5641025641vw;
  }
}
.archive-news__list.--pickup .time {
  display: none;
}
@media screen and (max-width: 768px) {
  .archive-news__list.--pickup .category {
    margin-left: 24.6vw;
  }
}

/*詳細*/
#page-single-news .breadList {
  padding-top: 6.25rem;
}
#page-single-news .breadList ul {
  max-width: 62.5rem;
}
#page-single-news .ul-cont {
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  #page-single-news .ul-cont {
    padding-top: 10.2564102564vw;
  }
}

.single-news {
  border-radius: 1.25rem;
  max-width: 62.5rem;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 5rem 25px 12.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .single-news {
    padding: 10.2564102564vw 2.5641025641vw 25.641025641vw;
  }
}
.single-news .inner {
  max-width: 950px;
}
.single-news.--pickup .single-news__set {
  padding-top: 5px;
  padding-left: 9.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-news.--pickup .single-news__set {
    padding-left: 0;
  }
}
.single-news.--pickup .single-news__set::before {
  display: block;
  content: "＼PICK UP／";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: auto;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-news.--pickup .single-news__set::before {
    font-size: 2.9487179487vw;
  }
}
.single-news.--pickup .single-news__set .time {
  display: none;
}
@media screen and (max-width: 768px) {
  .single-news.--pickup .category {
    margin-left: 18.8vw;
  }
}

.single-news__top {
  border-bottom: 1px solid rgba(5, 51, 78, 0.5);
  padding-bottom: 2.5rem;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .single-news__top {
    padding-bottom: 4vw;
    margin-bottom: 5vw;
  }
}

.single-news__set {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.single-news__set .time {
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single-news__set .time {
    font-size: 3.8461538462vw;
  }
}
.single-news__set .category {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  min-width: 8.75rem;
  height: 2.0625rem;
  padding-inline: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .single-news__set .category {
    font-size: 2.5641025641vw;
    min-width: 21.7948717949vw;
    height: 5.1282051282vw;
  }
}
.single-news__set .category.normal {
  background-color: #57c3ea;
}
.single-news__set .category.topics {
  background-color: #89c4a7;
}

.single-news__title {
  font-size: 1.625rem;
  line-height: 1.8461538462;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .single-news__title {
    font-size: 3.3333333333vw;
  }
}

.single-news__wrapper {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .single-news__wrapper {
    margin-bottom: 5vw;
  }
}
.single-news__wrapper p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .single-news__wrapper p {
    font-size: 2.5641025641vw;
  }
}
.single-news__wrapper h1,
.single-news__wrapper h2,
.single-news__wrapper h3,
.single-news__wrapper h4,
.single-news__wrapper h5,
.single-news__wrapper h6 {
  margin: 0.5em 0 0.5em;
  line-height: 1.5;
  font-weight: bold;
}
.single-news__wrapper li {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .single-news__wrapper li {
    font-size: 2.5641025641vw;
  }
}
.single-news__wrapper a {
  font-size: 1rem;
  text-decoration: underline;
  color: #05334e;
}
@media screen and (max-width: 768px) {
  .single-news__wrapper a {
    font-size: 2.5641025641vw;
  }
}
.single-news__wrapper img {
  max-width: 100%;
  height: auto;
}

.single-news__content {
  position: relative;
}
.single-news__content.is-hidden {
  height: 57.6923076923vw;
  overflow: hidden;
}
.single-news__content.is-hidden .overlay {
  display: block;
}
.single-news__content.is-open {
  height: auto;
  overflow: visible;
}
.single-news__content.is-open .overlay {
  display: none;
}
.single-news__content .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  background: linear-gradient(to bottom, transparent 0%, rgb(255, 255, 255) 100%);
  display: none;
}

.single-news__mainImg {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .single-news__mainImg {
    margin-bottom: 10.2564102564vw;
  }
}

a.newsMoreArrow {
  display: none;
  width: 27.6923076923vw;
  height: 7.1794871795vw;
  align-items: center;
  justify-content: center;
  font-size: 3.0769230769vw;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #05334e !important;
  border-radius: 100vw;
  gap: 2vw;
  margin: 2vw 0 6vw;
}
@media screen and (max-width: 768px) {
  a.newsMoreArrow {
    display: flex;
  }
}
a.newsMoreArrow .icon-arrow {
  width: 2.5641025641vw;
  transform: rotate(90deg);
  display: block;
}
/*------------------------
事業実績
------------------------*/
.listPage {
  overflow: visible;
}
.listPage .ul-head {
  background: no-repeat center/cover url(../images/lists/lists_head@2x.png);
  background-color: #f5f2e9;
}
@media screen and (max-width: 768px) {
  .listPage .ul-head {
    padding-left: 0;
    padding-top: 12vw;
    place-items: initial;
    background: no-repeat center/cover url(../images/lists/lists_head_sp@2x.png);
    background-color: #f5f2e9;
  }
}
.listPage .ul-head-title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .listPage .ul-head-title {
    text-align: center;
  }
}
.listPage .ul-head__imgs {
  position: absolute;
  bottom: 0;
  right: 2vw;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .listPage .ul-head__imgs {
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.listPage .ul-head__imgs .img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .listPage .ul-head__imgs .img {
    width: 100%;
  }
}
.listPage .ul-cont {
  padding: 6.25rem 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .listPage .ul-cont {
    padding: 10.2564102564vw 0 0;
  }
}

/*一覧*/
.archive-list__top {
  height: 26rem;
  background: no-repeat center/cover url(../images/lists/lists_illust@2x.png);
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 768px) {
  .archive-list__top {
    height: 56vw;
    background: no-repeat center bottom/contain url(../images/lists/lists_illust_sp@2x.png);
    margin: 0 auto 5.1282051282vw;
  }
}

.archive-list__title {
  font-size: 1.875rem;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #89c4a7;
  text-align: center;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .archive-list__title {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
}

.archive-list__lead {
  font-size: 1.625rem;
  line-height: 1.7692307692;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .archive-list__lead {
    font-size: 3.3333333333vw;
  }
}

.archive-list__wrapper {
  background-color: #05334e;
  display: flex;
  padding: 9.375rem 0;
}
@media screen and (max-width: 768px) {
  .archive-list__wrapper {
    position: relative;
    padding: 5.1282051282vw 0 7.6923076923vw 0;
  }
}

.archive-list__main {
  flex: 1;
  max-width: 1150px;
  padding: 1.25rem 25px 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .archive-list__main {
    padding: 0 10.5263157895vw;
  }
}

.archive-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 4%;
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .archive-list__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .archive-list__items {
    display: flex;
    flex-wrap: wrap;
    gap: 5.1282051282vw 4%;
    margin-bottom: 3.8461538462vw;
  }
}
.archive-list__items + .pagination .wp-pagenavi .page {
  border: 1px solid #fff;
  color: #fff;
}
.archive-list__items + .pagination .wp-pagenavi .current {
  border: 1px solid #fff;
  background-color: #fff;
  color: #05334e;
}
.archive-list__items + .pagination .wp-pagenavi .pagination-arrow {
  display: none;
}

.archive-list__item {
  max-width: 18.75rem;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .archive-list__item {
    width: 100%;
    max-width: 53.8461538462vw;
  }
}
.archive-list__item.animate-in {
  animation: fadeInPop 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes fadeInPop {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.archive-list__item--img img {
  border-radius: 0.625rem 0.625rem 0 0;
  aspect-ratio: 300/190;
  height: 100%;
  object-fit: cover;
}

.archive-list__item--info {
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 0.625rem 1.25rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .archive-list__item--info {
    padding: 2.5641025641vw 2.5641025641vw;
  }
}

.archive-list__item--title {
  font-size: 1rem;
  line-height: 1.375;
  color: #05334e;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .archive-list__item--title {
    font-size: 3.3333333333vw;
    margin-bottom: 1.2820512821vw;
  }
}

.archive-list__item--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.archive-list__item--tags .tag {
  padding-inline: 0.625rem;
  min-height: 1.625rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: #05334e;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .archive-list__item--tags .tag {
    font-size: 3.0769230769vw;
    min-height: 4.6153846154vw;
  }
}

.archive-list__sidemenu {
  width: 21.875%;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .archive-list__sidemenu {
    width: 28.2%;
    align-items: start;
    min-width: auto;
  }
}
.archive-list__sidemenu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3vh;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 768px) {
  .archive-list__sidemenu ul {
    align-items: flex-start;
    gap: 2.5641025641vw;
    top: 22vw;
  }
}
.archive-list__sidemenu ul li.on-selected a {
  background-color: #89c4a7;
}
.archive-list__sidemenu ul li.on-selected a .icon img.normal {
  opacity: 0;
}
.archive-list__sidemenu ul li.on-selected a .icon img.selected {
  opacity: 1;
}
.archive-list__sidemenu ul li a {
  display: flex;
  flex-direction: column;
  width: 11vh;
  height: 11vh;
  border: 0.3vh solid #fff;
  border-radius: 50%;
  background-color: #cccccc;
  padding-top: 1.7vh;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .archive-list__sidemenu ul li a {
    width: 17.9487179487vw;
    height: 17.9487179487vw;
    padding-top: 2.5vw;
  }
}
.archive-list__sidemenu ul li .icon {
  height: 5vh;
  margin-bottom: 0.1875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive-list__sidemenu ul li .icon {
    height: 7.4358974359vw;
    margin-bottom: 1vw;
  }
}
.archive-list__sidemenu ul li .icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.4s ease;
}
.archive-list__sidemenu ul li .icon img.selected {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.archive-list__sidemenu ul li .category {
  font-size: 1.5vh;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .archive-list__sidemenu ul li .category {
    font-size: 2.8205128205vw;
  }
}

/*詳細*/
.page-single-list .ul-head {
  background: none;
  background-color: #f5f2e9;
}
@media screen and (max-width: 768px) {
  .page-single-list .ul-head {
    height: 32.0512820513vw;
    padding-top: 6vw;
  }
}
.page-single-list .ul-head-title {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-single-list .ul-head-title {
    font-size: 6.4102564103vw;
    padding-top: 0;
  }
}
.page-single-list .ul-head__imgs {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .page-single-list .ul-head__imgs {
    width: 100%;
  }
}
.page-single-list .breadList {
  background-color: #05334e;
  color: #fff;
  margin: 0;
  padding: 0.625rem;
}
.page-single-list .ul-cont {
  padding-top: 0;
  margin-top: -1px;
}

.single-list__top {
  padding: 6.25rem 0 5rem;
  background-color: #05334e;
}
@media screen and (max-width: 768px) {
  .single-list__top {
    padding: 6vw 7vw;
  }
}
.single-list__top .inner {
  padding-inline: 30px;
  max-width: calc(1360 * 100vw / 1920);
}
@media screen and (max-width: 768px) {
  .single-list__top .inner {
    padding-inline: 0;
    max-width: 100%;
  }
}

.single-list__top--titleSet {
  margin-bottom: calc(60 * 100vw / 1920);
  padding-inline: 1.875rem;
}
@media screen and (max-width: 768px) {
  .single-list__top--titleSet {
    margin-bottom: 5.1282051282vw;
    padding-inline: 2vw;
  }
}

.single-list__top--title {
  font-size: calc(40 * 100vw / 1920);
  line-height: 1;
  margin-bottom: calc(20 * 100vw / 1920);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .single-list__top--title {
    font-size: 4.6153846154vw;
    margin-bottom: 3.8461538462vw;
  }
}

.single-list__top--name {
  font-size: calc(30 * 100vw / 1920);
  line-height: 1;
  margin-bottom: calc(20 * 100vw / 1920);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .single-list__top--name {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
}

.single-list__top__tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(18 * 100vw / 1920);
}
@media screen and (max-width: 768px) {
  .single-list__top__tags {
    gap: 2.6315789474vw;
  }
}
.single-list__top__tags .tag {
  height: calc(50 * 100vw / 1920);
  padding: 0rem 0.9375rem;
  font-size: calc(26 * 100vw / 1920);
  line-height: 1;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .single-list__top__tags .tag {
    min-width: 19.2307692308vw;
    height: 4.8vw;
    padding-inline: 1.9230769231vw;
    font-size: 2.5641025641vw;
  }
}

.single-list__top--slider {
  position: relative;
}
.single-list__top--slider::before {
  aspect-ratio: 4/3;
  border-radius: 10px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 3vw);
  height: auto;
  background: no-repeat center/cover url(../images/lists/single-list-bg@2x.jpg);
}
@media screen and (max-width: 768px) {
  .single-list__top--slider::before {
    border-radius: 1.3vw;
  }
}
.single-list__top--slider .swiper-wrapper {
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 768px) {
  .single-list__top--slider .swiper-wrapper {
    padding-bottom: 9vw;
  }
}
.single-list__top--slider .swiper-slide {
  opacity: 0 !important;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .single-list__top--slider .swiper-slide {
    border-radius: 1.3vw;
  }
}
.single-list__top--slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.single-list__top--slider .swiper-slide img {
  width: calc(100% - 3vw);
  margin: 0 auto;
  aspect-ratio: 4/3;
  border-radius: 10px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .single-list__top--slider .swiper-slide img {
    border-radius: 1.3vw;
  }
}
.single-list__top--slider .swiper-button-prev,
.single-list__top--slider .swiper-button-next {
  width: calc(60 * 100vw / 1920);
  height: calc(60 * 100vw / 1920);
  background: no-repeat center/contain url(../images/slider_arrow_green@2x.png);
}
@media screen and (max-width: 768px) {
  .single-list__top--slider .swiper-button-prev,
.single-list__top--slider .swiper-button-next {
    display: none;
  }
}
.single-list__top--slider .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.single-list__top--slider .swiper-button-next {
  right: 0;
}
.single-list__top--slider .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .single-list__top--slider .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    margin-inline: 1.3vw;
  }
}
.single-list__top--slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #89c4a7;
}

.single-list__detailWrapper {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .single-list__detailWrapper {
    padding: 7.6923076923vw 0 10.2564102564vw;
  }
}
.single-list__detailWrapper .single-list__btn {
  width: 20rem;
  height: 4.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .single-list__detailWrapper .single-list__btn {
    width: 36.9230769231vw;
    height: 8.2051282051vw;
  }
}
.single-list__detailWrapper .single-list__btn a {
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  border-radius: 6.25rem;
}
@media screen and (max-width: 768px) {
  .single-list__detailWrapper .single-list__btn a {
    font-size: 3.0769230769vw;
    border-radius: 12.8205128205vw;
    padding-top: 0;
  }
}

.single-list__infoItem {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .single-list__infoItem {
    margin-bottom: 5.1282051282vw;
  }
}
.single-list__infoItem:last-child {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .single-list__infoItem:last-child {
    margin-bottom: 7.6923076923vw;
  }
}
.single-list__infoItem .title {
  font-size: 1.625rem;
  padding-left: 2.0625rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-list__infoItem .title {
    font-size: 4.358974359vw;
    padding-left: 5.1282051282vw;
    margin-bottom: 1.9230769231vw;
  }
}
.single-list__infoItem .title::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 27px;
  height: 27px;
  background: no-repeat center/cover url(../images/lists/three-line-icon@2x.png);
}
@media screen and (max-width: 768px) {
  .single-list__infoItem .title::before {
    top: 56%;
    width: 4.358974359vw;
    height: 4.358974359vw;
  }
}
.single-list__infoItem .desc {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .single-list__infoItem .desc {
    font-size: 3.0769230769vw;
  }
}

.single-list__map {
  aspect-ratio: 1000/450;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .single-list__map {
    aspect-ratio: 626/456;
    margin-bottom: 10.2564102564vw;
  }
}
.single-list__map iframe {
  aspect-ratio: 1000/450;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .single-list__map iframe {
    aspect-ratio: 626/456;
  }
}

.single-list__img {
  max-width: 900px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .single-list__img {
    margin-bottom: 10.2564102564vw;
  }
}
.single-list__img img {
  height: auto;
}

/*------------------------
事業内容
------------------------*/
.page-business {
  border-bottom: none;
}
.page-business .ul-head {
  background: no-repeat center/cover url(../images/lists/lists_head@2x.png);
  background-color: #f5f2e9;
}
@media screen and (max-width: 768px) {
  .page-business .ul-head {
    padding-left: 0;
    padding-top: 12vw;
    place-items: initial;
    background: no-repeat center/cover url(../images/lists/lists_head_sp@2x.png);
    background-color: #f5f2e9;
  }
}
.page-business .ul-head-title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-business .ul-head-title {
    text-align: center;
    font-size: 6.4102564103vw;
  }
}
.page-business .ul-head-title .en {
  font-size: 2.8205128205vw;
}
.page-business .ul-head__imgs {
  position: absolute;
  bottom: 0;
  right: 2vw;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .page-business .ul-head__imgs {
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.page-business .ul-head__imgs .img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .page-business .ul-head__imgs .img {
    width: 100%;
  }
}
.page-business .ul-cont {
  padding: 6.25rem 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-business .ul-cont {
    padding: 10.2564102564vw 0 0;
  }
}

.business__top {
  height: 26rem;
  background: no-repeat center/cover url(../images/business/business_illust@2x.png);
  margin: 0 auto 3.125rem;
}
@media screen and (max-width: 768px) {
  .business__top {
    height: 56vw;
    background: no-repeat center bottom/contain url(../images/business/business_illust_sp@2x.png);
    margin: 0 auto 5.1282051282vw;
  }
}

.business__title {
  font-size: 1.875rem;
  line-height: 1.7333333333;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #89c4a7;
  text-align: center;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .business__title {
    font-size: 3.5897435897vw;
    margin-bottom: 2.5641025641vw;
  }
}

.business__lead {
  font-size: 1.625rem;
  line-height: 1.7692307692;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .business__lead {
    font-size: 3.3333333333vw;
  }
}

.business__message {
  padding: 6.25rem 0;
  margin-bottom: 9.375rem;
  background-color: #e4f4f3;
}
@media screen and (max-width: 768px) {
  .business__message {
    padding: 5.1282051282vw 0;
    margin-bottom: 12.8205128205vw;
  }
}
.business__message .text {
  font-size: 1.25rem;
  line-height: 2.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business__message .text {
    font-size: 3.0769230769vw;
    line-height: 2;
  }
}

.business__items {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .business__items {
    margin-bottom: 10.2564102564vw;
  }
}

.business__item {
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 768px) {
  .business__item {
    margin-bottom: 10.2564102564vw;
  }
}
.business__item:last-child {
  margin-bottom: 0;
}

.business__item--catch {
  font-size: clamp(30px, 2.9vw, 56px);
  line-height: 1.4285714286;
  font-weight: 600;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .business__item--catch {
    font-size: 5.1282051282vw;
    line-height: 2;
    margin-bottom: 0;
    text-align: center;
  }
}

.business__item--top {
  gap: 1.25rem;
  align-items: start;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .business__item--top {
    gap: 1.2820512821vw;
    margin-bottom: 0;
  }
}

.business__item--title {
  font-size: clamp(20px, 2vw, 38px);
  line-height: 1;
  font-weight: normal;
  color: #89c4a7;
  min-width: clamp(100px, 13vw, 250px);
  min-height: clamp(30px, 4.7vw, 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #89c4a7;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .business__item--title {
    font-size: 4.358974359vw;
    min-width: 100%;
    min-height: 8.9743589744vw;
  }
}

.business__item--desc {
  flex: 1;
  font-size: 0.875rem;
  line-height: 2.4285714286;
}
@media screen and (max-width: 768px) {
  .business__item--desc {
    font-size: 3.0769230769vw;
    line-height: 1.8333333333;
    margin-bottom: 3.8461538462vw;
  }
}

.business__item--linkSlider.swiper {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .business__item--linkSlider.swiper.no-swiper .business__item--link.swiper-slide {
    max-width: calc(67.5% - 40px);
    margin: 0 auto;
  }
}
.business__item--linkSlider.swiper.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .business__item--linkSlider.swiper.sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .business__item--linkSlider.swiper.pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .business__item--linkSlider.swiper {
    overflow: hidden;
    display: block;
    margin-inline: calc(50% - 50vw);
  }
}
.business__item--linkSlider.swiper .swiper-pagination-bullet {
  width: 2.5641025641vw !important;
  height: 2.5641025641vw !important;
  background-color: #c3e6e4;
  margin-inline: 1.5vw !important;
  opacity: 0.8;
}
.business__item--linkSlider.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #89c4a7;
  opacity: 1;
}

.business__item--links.swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .business__item--links.swiper-wrapper {
    display: flex;
    gap: 0rem;
    padding-bottom: 10vw;
  }
}

.business__item--link.swiper-slide.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .business__item--link.swiper-slide.sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .business__item--link.swiper-slide.pc {
    display: none !important;
  }
}
.business__item--link.swiper-slide:hover .img img {
  transform: scale(1.05);
}
.business__item--link.swiper-slide:hover .text .icon {
  transform: translateX(5px);
}
.business__item--link.swiper-slide .img {
  aspect-ratio: 300/280;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .business__item--link.swiper-slide .img {
    aspect-ratio: 490/350;
  }
}
.business__item--link.swiper-slide .img img {
  aspect-ratio: 300/280;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .business__item--link.swiper-slide .img img {
    aspect-ratio: 490/350;
  }
}
.business__item--link.swiper-slide .text {
  height: 3.75rem;
  background-color: #89c4a7;
  color: #fff;
  font-size: 1.4375rem;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 0.9375rem;
  gap: 0.4375rem;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .business__item--link.swiper-slide .text {
    height: 12.8205128205vw;
    font-size: 3.0769230769vw;
  }
}
.business__item--link.swiper-slide .text .icon {
  display: block;
  width: 1.4375rem;
  height: 1.4375rem;
  background: no-repeat center/contain url(../images/business/business_arrow@2x.png);
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .business__item--link.swiper-slide .text .icon {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}

.business__illust {
  width: 98%;
  max-width: 1180px;
  margin: 0 auto;
}

.business__consul {
  padding: 6.25rem 0;
  background-color: #e4f4f3;
}
@media screen and (max-width: 768px) {
  .business__consul {
    padding: 10.2564102564vw 0;
  }
}

.business__consul--top {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .business__consul--top {
    align-items: center;
    margin-bottom: 5.1282051282vw;
  }
}
.business__consul--top .titleSet {
  font-size: clamp(20px, 2vw, 38px);
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .business__consul--top .titleSet {
    font-size: 4.8717948718vw;
    margin-bottom: 5.1282051282vw;
  }
}
.business__consul--top .titleSet .en {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .business__consul--top .titleSet .en {
    font-size: 2.5641025641vw;
    line-height: 1;
  }
}
.business__consul--top .links {
  display: flex;
  gap: 0.9375rem;
}
.business__consul--top .links .link a {
  width: 11.25rem;
  height: 3.4375rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #89c4a7;
  font-weight: 600;
  background-color: #79c7c2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .business__consul--top .links .link a {
    width: 38.4615384615vw;
    height: 11.5384615385vw;
    font-size: 3.3333333333vw;
    border-radius: 0.5vw;
  }
}

.business__consul--step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 220px));
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .business__consul--step {
    grid-template-columns: repeat(1, 93%);
    align-items: center;
    gap: 3.7vw;
  }
}

.business__consul--stepItem {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .business__consul--stepItem {
    display: flex;
    align-items: center;
    gap: 3vw;
  }
}
.business__consul--stepItem::after {
  display: block;
  content: "";
  position: absolute;
  top: 6.25rem;
  right: -1.125rem;
  width: 22px;
  height: 22px;
  background: no-repeat center/contain url(../images/business/step_arrow@2x.png);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .business__consul--stepItem::after {
    width: 6vw;
    height: 5vw;
    top: auto;
    bottom: 1vw;
    right: auto;
    left: 15.5vw;
    transform: rotate(90deg);
  }
}
.business__consul--stepItem:last-child:after {
  display: none;
}

.business__consul--circle {
  width: 13.75rem;
  height: 13.75rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .business__consul--circle {
    width: 36.5384615385vw;
    height: 36.5384615385vw;
    padding-top: 9vw;
  }
}
.business__consul--circle .icon {
  display: block;
  height: 5rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .business__consul--circle .icon {
    height: 12.8205128205vw;
    margin-bottom: 1vw;
  }
}
.business__consul--circle .icon img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.business__consul--circle .text {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 600;
  color: #05334e;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business__consul--circle .text {
    font-size: 3.0769230769vw;
  }
}

.business__consul--text {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  text-align: center;
  margin-inline: -10px;
}
@media screen and (max-width: 768px) {
  .business__consul--text {
    flex: 1;
    font-size: 3.0769230769vw;
    margin-inline: 0;
    text-align: left;
  }
}
.business__consul--text .caution {
  display: block;
  font-size: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .business__consul--text .caution {
    font-size: 2.5641025641vw;
  }
}

/*------------------------
私たちについて
------------------------*/
@media screen and (max-width: 768px) {
  #page-clp .ul-head {
    height: 30vw;
    padding-left: 0;
  }
}
#page-clp .ul-head-title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #page-clp .ul-head-title {
    text-align: center;
    font-size: 6vw;
    padding-top: 4vw;
  }
}
#page-clp .ul-head-title .sub {
  font-size: 1.25rem;
  font-weight: 500;
  color: #89c4a7;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #page-clp .ul-head-title .sub {
    font-size: 2.5641025641vw;
  }
}
#page-clp .breadList {
  background-color: #f5f2e9;
  margin: 0 auto;
  padding-block: 10px;
}
#page-clp .ul-cont {
  padding: 6.25rem 0 12.5rem;
  background-color: #f5f2e9;
}
@media screen and (max-width: 768px) {
  #page-clp .ul-cont {
    padding: 10vw 0 15vw;
  }
}
#page-clp .clp__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem 7%;
}
@media screen and (max-width: 768px) {
  #page-clp .clp__links {
    gap: 5vw 6vw;
    justify-content: start;
    max-width: 78vw;
    margin: 0 auto;
  }
}
#page-clp .clp__link {
  width: 16.875rem;
  height: 16.875rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding-bottom: 3.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-clp .clp__link {
    width: 35.8974358974vw;
    height: 35.8974358974vw;
    padding-bottom: 5vw;
  }
}
#page-clp .clp__link::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 20px 0px #ccc;
  opacity: 0;
  transition: all 0.4s ease;
}
#page-clp .clp__link:hover::after {
  opacity: 1;
}
#page-clp .clp__link:hover .more::after {
  transform: translateX(5px);
}
#page-clp .clp__link:nth-child(1) {
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  #page-clp .clp__link:nth-child(1) {
    margin-left: 0;
  }
}
#page-clp .clp__link:nth-child(2) {
  margin-right: 10%;
}
@media screen and (max-width: 768px) {
  #page-clp .clp__link:nth-child(2) {
    margin-right: 0;
  }
}
#page-clp .clp__link span {
  display: block;
}
#page-clp .clp__link .icon {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  #page-clp .clp__link .icon {
    margin-bottom: 2vw;
  }
}
#page-clp .clp__link .icon img {
  height: 6.25rem;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #page-clp .clp__link .icon img {
    height: 15vw;
  }
}
#page-clp .clp__link .title {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 500;
  color: #05334e;
  margin-bottom: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-clp .clp__link .title {
    font-size: 3.3333333333vw;
    margin-bottom: 2vw;
  }
}
#page-clp .clp__link .more {
  font-size: 1rem;
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  color: #89c4a7;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #page-clp .clp__link .more {
    font-size: 2.3076923077vw;
    gap: 1vw;
  }
}
#page-clp .clp__link .more::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: no-repeat center/contain url(../images/arrow-green@2x.png);
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  #page-clp .clp__link .more::after {
    width: 2vw;
    height: 2vw;
  }
}

/*------------------------
採用情報
------------------------*/
.page-recruit {
  border-bottom: none;
}
.page-recruit .ul-head {
  background-color: #fcf9c7;
}
@media screen and (max-width: 768px) {
  .page-recruit .ul-head {
    height: 36vw;
    padding-left: 0;
    padding-top: 8vw;
    place-items: initial;
    background-color: #fcf9c7;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit .ul-head__cont {
    flex-direction: row;
  }
}
.page-recruit .ul-head-title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-recruit .ul-head-title {
    padding-top: 6vw;
    font-size: 6.4102564103vw;
  }
}
.page-recruit .ul-head-title .sub {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-recruit .ul-head-title .sub {
    font-size: 2.8205128205vw;
  }
}
.page-recruit .ul-head__imgs {
  margin-right: -5%;
}
@media screen and (max-width: 768px) {
  .page-recruit .ul-head__imgs {
    margin-right: 0;
  }
}
.page-recruit .ul-head__imgs .img {
  width: 88%;
}
@media screen and (max-width: 768px) {
  .page-recruit .ul-head__imgs .img {
    width: 100%;
  }
}
.page-recruit .ul-cont {
  padding: 5rem 0 6.25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-recruit .ul-cont {
    padding: 10.2564102564vw 0 0;
  }
}
.page-recruit .recruit__detail {
  max-width: 1240px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  margin: 0 auto 3.125rem;
  padding: 5rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__detail {
    border: none;
    padding: 0 0 21.0526315789vw;
    margin: 0 auto;
  }
}
.page-recruit .recruit__detail::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 3%;
  width: 240px;
  height: 270px;
  background: no-repeat center bottom/contain url(../images/recruit/recruit_img02@2x.png);
}
@media (max-width: 1100px) {
  .page-recruit .recruit__detail::after {
    width: 16%;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__detail::after {
    width: 25.641025641vw;
    height: 32.0512820513vw;
    right: 0;
  }
}
.page-recruit .recruit__title {
  font-size: 1.75rem;
  line-height: 1.6428571429;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__title {
    font-size: 4.6153846154vw;
    margin-bottom: 4vw;
  }
}
.page-recruit .recruit__wrapper {
  font-size: 1.125rem;
  line-height: 1.8888888889;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__wrapper {
    font-size: 3.0769230769vw;
    line-height: 1.8333333333;
    margin-bottom: 7.6923076923vw;
  }
}
.page-recruit .recruit__wrapper.--process {
  margin-bottom: 0;
}
.page-recruit .recruit__wrapper.--process dl {
  background-color: #edf6f1 !important;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__wrapper.--process dl {
    margin-bottom: 4vw;
  }
}
.page-recruit .recruit__wrapper.--process dl:last-child {
  margin-bottom: 0;
}
.page-recruit .recruit__wrapper.--process dl dt {
  display: flex;
  padding-bottom: 1.5vw;
}
.page-recruit .recruit__wrapper.--process dl dt .number {
  width: 20px;
  display: block;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__wrapper.--process dl dt .number {
    width: 4vw;
  }
}
.page-recruit .recruit__wrapper.--process dl dt .jp {
  flex: 1;
}
.page-recruit .recruit__wrapper.--process dl dd {
  padding-left: 1.875rem;
  padding-right: 5.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__wrapper.--process dl dd {
    padding: 2vw 4vw 3vw;
  }
}
.page-recruit .recruit__wrapper.--process dl dd::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: calc(100% - 54px);
  background-color: rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__wrapper.--process dl dd::before {
    top: 0;
    transform: none;
    right: 0;
    margin: auto;
    width: calc(100% - 6vw);
    height: 1px;
  }
}
.page-recruit .recruit__wrapper dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__wrapper dl {
    flex-direction: column;
  }
}
.page-recruit .recruit__wrapper dl:nth-child(2n+1) {
  background-color: #f9f7f5;
}
.page-recruit .recruit__wrapper dl dt {
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  font-weight: 500;
  width: 12.5rem;
  text-align-last: justify;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__wrapper dl dt {
    padding: 3vw 4vw 0vw 4vw;
    width: 100%;
    text-align-last: initial;
  }
}
.page-recruit .recruit__wrapper dl dd {
  flex: 1;
  padding: 1.25rem 1.25rem 1.25rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__wrapper dl dd {
    padding: 1vw 4vw 3vw 4vw;
  }
}
.page-recruit .recruit__download {
  display: block;
  width: 3.75rem;
  margin: 0 auto 8.125rem;
}
.page-recruit .recruit__bottom {
  padding: 6.25rem 1.25rem;
  background: repeat left top/20px 20px url(../images/recruit/recruit_bg@2x.png);
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__bottom {
    padding: 10.2564102564vw 2.5641025641vw;
  }
}
.page-recruit .recruit__btn {
  max-width: 41.875rem;
  height: 9.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__btn {
    max-width: 79.4871794872vw;
    height: 19.2307692308vw;
  }
}
.page-recruit .recruit__btn a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  border-radius: 12.5rem;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  background-color: #4d9d7a;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__btn a {
    border: 0.7vw solid #fff;
    border-radius: 20vw;
    font-size: 5.1282051282vw;
  }
}
.page-recruit .recruit__btn a:hover span {
  transform: translateY(-5px);
}
.page-recruit .recruit__btn a:hover span::before, .page-recruit .recruit__btn a:hover span::after {
  bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__btn a:hover span::before, .page-recruit .recruit__btn a:hover span::after {
    bottom: 1vw;
  }
}
.page-recruit .recruit__btn a span {
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
  padding-inline: 1em;
  position: relative;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__btn a span {
    padding-inline: 4vw;
    font-size: 3.3333333333vw;
  }
}
.page-recruit .recruit__btn a span::before, .page-recruit .recruit__btn a span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  width: 2px;
  height: 80%;
  background-color: #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit__btn a span::before, .page-recruit .recruit__btn a span::after {
    width: 0.3vw;
  }
}
.page-recruit .recruit__btn a span::before {
  left: 0;
  transform: rotate(-30deg);
}
.page-recruit .recruit__btn a span::after {
  right: 0;
  transform: rotate(30deg);
}

/*------------------------
サイトマップ
------------------------*/
@media screen and (max-width: 768px) {
  #page-sitemap .ul-head {
    height: 30vw;
    padding-left: 0;
    padding-top: 3vw;
  }
}
#page-sitemap .ul-head-title {
  font-size: 3.125rem;
  color: #57c3ea;
}
@media screen and (max-width: 768px) {
  #page-sitemap .ul-head-title {
    font-size: 5.3846153846vw;
  }
}
#page-sitemap .ul-head-title .sub {
  color: #333333;
}
#page-sitemap .breadList {
  margin-block: 0;
  padding-block: 10px;
  background-color: #eef9fd;
}
#page-sitemap .ul-cont {
  background-color: #eef9fd;
  padding: 6.25rem 1.25rem 20vw;
  margin-top: -1px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-sitemap .ul-cont {
    padding: 10.2564102564vw 5.1282051282vw 39vw;
  }
}
#page-sitemap .sitemap .inner {
  max-width: 56.25rem;
  display: flex;
  gap: 16%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .sitemap .inner {
    gap: 10%;
  }
}
#page-sitemap .sitemap__left,
#page-sitemap .sitemap__right {
  width: 100%;
}
#page-sitemap .sitemap__item {
  padding-bottom: 3.125rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 768px) {
  #page-sitemap .sitemap__item {
    padding-bottom: 6vw;
  }
}
#page-sitemap .sitemap__item + .sitemap__item {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  #page-sitemap .sitemap__item + .sitemap__item {
    margin-top: 6vw;
  }
}
#page-sitemap .sitemap__item a {
  transition: all 0.4s ease;
}
#page-sitemap .sitemap__item a:hover {
  color: #89c4a7;
}
#page-sitemap .sitemap__item a.off {
  cursor: auto;
  pointer-events: none;
}
#page-sitemap .sitemap__item a.off:hover {
  color: #333;
}
#page-sitemap .sitemap__item--title {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  #page-sitemap .sitemap__item--title {
    font-size: 3.8461538462vw;
    margin-bottom: 4vw;
  }
}
#page-sitemap .sitemap__item--title span {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 0.625rem;
  color: #89c4a7;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #page-sitemap .sitemap__item--title span {
    font-size: 2.3076923077vw;
    margin-top: 2vw;
  }
}
#page-sitemap .sitemap__link {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  padding-left: 1.875rem;
  margin-bottom: 1.25rem;
  position: relative;
}
#page-sitemap .sitemap__link:hover:before {
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  #page-sitemap .sitemap__link:hover:before {
    transform: translateX(1vw);
  }
}
@media screen and (max-width: 768px) {
  #page-sitemap .sitemap__link {
    font-size: 3.0769230769vw;
    padding-left: 3.8461538462vw;
    margin-bottom: 2.5641025641vw;
  }
}
#page-sitemap .sitemap__link:last-child {
  margin-bottom: 0;
}
#page-sitemap .sitemap__link::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: no-repeat center/contain url(../images/arrow_black@2x.png);
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  #page-sitemap .sitemap__link::before {
    top: 0.8vw;
    width: 2.3076923077vw;
    height: 2.3076923077vw;
  }
}
#page-sitemap .sitemap__link--child {
  margin-left: 1.875rem;
}
#page-sitemap .page-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .page-bottom img.town {
    transform: translateY(1px);
  }
}
#page-sitemap .page-bottom .cloud {
  position: absolute;
}
#page-sitemap .page-bottom .cloud.--01 {
  width: 3.25rem;
  top: -5%;
  left: 9%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .page-bottom .cloud.--01 {
    width: 7vw;
    top: -8vw;
    left: 7%;
  }
}
#page-sitemap .page-bottom .cloud.--02 {
  width: 2.0625rem;
  top: 20%;
  left: 12%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .page-bottom .cloud.--02 {
    width: 4vw;
    top: 0vw;
    left: 12%;
  }
}
#page-sitemap .page-bottom .cloud.--03 {
  width: 4.625rem;
  top: -16%;
  left: 28.5%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .page-bottom .cloud.--03 {
    width: 7vw;
    top: -3vw;
    left: 23%;
  }
}
#page-sitemap .page-bottom .cloud.--04 {
  width: 4.625rem;
  top: -51%;
  right: 22%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .page-bottom .cloud.--04 {
    width: 4vw;
    top: -2vw;
    right: 14%;
  }
}
#page-sitemap .page-bottom .cloud.--05 {
  width: 3.5rem;
  top: -21%;
  right: 17%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .page-bottom .cloud.--05 {
    width: 7vw;
    top: -2vw;
    right: 5%;
  }
}
#page-sitemap .page-bottom .cloud.--06 {
  width: 1.875rem;
  top: -8%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .page-bottom .cloud.--06 {
    width: 4vw;
    top: -5vw;
    right: 14%;
  }
}
#page-sitemap .page-bottom .cloud.--07 {
  width: 3.5rem;
  top: -27%;
  right: 7%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .page-bottom .cloud.--07 {
    width: 7vw;
    top: -10vw;
    right: 4%;
  }
}
#page-sitemap .page-bottom .plane {
  width: 5rem;
  position: absolute;
  top: -41%;
  left: 18%;
}
@media screen and (max-width: 768px) {
  #page-sitemap .page-bottom .plane {
    width: 9vw;
    top: -5vw;
    left: 20%;
  }
}

/*ページネーション*/
.pagination {
  position: relative;
  z-index: 10;
}
.pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .pagination .wp-pagenavi {
    gap: 1.9230769231vw;
  }
}
.pagination .wp-pagenavi .page,
.pagination .wp-pagenavi .current {
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #05334e;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pagination .wp-pagenavi .page,
.pagination .wp-pagenavi .current {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
    font-size: 3.3333333333vw;
    border-radius: 0.8vw;
  }
}
.pagination .wp-pagenavi .current {
  background-color: #05334e;
  color: #fff;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
  border: none;
  padding: 0;
  margin: 0;
}
.pagination .previouspostslink .pagination-arrow {
  transform: translateY(1px) rotate(180deg);
}
.pagination .pagination-arrow {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  transform: translateY(-1px);
  border: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pagination .pagination-arrow {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
  }
}

.navgation {
  position: relative;
  z-index: 10;
}

.navgation__set {
  display: flex;
  gap: 22.5rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .navgation__set {
    gap: 41.7948717949vw;
  }
}

.navgation__arrow {
  width: 10.75rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  color: #05334e;
}
@media screen and (max-width: 768px) {
  .navgation__arrow {
    flex-direction: column-reverse;
    font-size: 2.8205128205vw;
  }
}
.navgation__arrow.prev .arrow {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .navgation__arrow.next a {
    flex-direction: column-reverse;
  }
}
.navgation__arrow a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .navgation__arrow a {
    flex-direction: column;
  }
}
.navgation__arrow .arrow {
  display: block;
  width: 4.125rem;
  height: 4.125rem;
  background: no-repeat center/contain url(../images/news/navigation-arrow@2x.png);
}
@media screen and (max-width: 768px) {
  .navgation__arrow .arrow {
    width: 8.4615384615vw;
    height: 8.4615384615vw;
  }
}

.navgation__all {
  width: 100%;
  width: 20rem;
  height: 4.375rem;
  margin: -4.375rem auto 0;
}
@media screen and (max-width: 768px) {
  .navgation__all {
    width: 36.6666666667vw;
    height: 8.2051282051vw;
    margin: -12vw auto 0;
  }
}
.navgation__all a {
  width: 100%;
  height: 100%;
  background-color: #05334e;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
}
@media screen and (max-width: 768px) {
  .navgation__all a {
    font-size: 3.0769230769vw;
  }
}/*# sourceMappingURL=styles.css.map */