<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}


/*PCで無効*/
.pc_hid{
    display: block;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_hid{
        display: none;
    }
}

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

/* FontFamily */
body {
  font-family: "Noto Serif JP", serif;
  color: #303030;
}

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

@media screen and (max-width: 1620px) {
  html {
    font-size: 0.98765vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.26667vw;
  }
}

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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 root defaults */
html {
  scroll-behavior: smooth;
}

/* 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%;
}


/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  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: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="10" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: blur(10px);
          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;
}

figure {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.development__bar {
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 35px;
  margin-right: 2.1875rem;
}

@media screen and (max-width: 375px) {
  .development__bar {
    margin-right: 1.5rem;
  }
}

.development__bar::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 33px;
  width: 2.0625rem;
  height: 33px;
  height: 2.0625rem;
  border-radius: 50%;
  z-index: -1;
}

.development__bar::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 17px;
  width: 1.0625rem;
  height: 170px;
  height: 10.625rem;
  border-radius: 10px;
  z-index: -1;
}

.development__content-left .development__item:last-child .development__bar::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .development__content-left .development__item:last-child .development__bar::after {
    display: block;
  }
}

.development__content-right .development__item:last-child .development__bar::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .development__content-right .development__item:last-child .development__bar::after {
    display: block;
  }
}

.y1922 .development__bar::before {
  background-color: rgba(253, 174, 73, .6);
}

.y1922 .development__bar::after {
  background-color: #FDAE49;
}

.y1937 .development__bar::before {
  background-color: rgba(244, 126, 96, .6);
}

.y1937 .development__bar::after {
  background-color: #F47E60;
}

.y1939 .development__bar::before {
  background-color: rgba(188, 124, 122, .6);
}

.y1939 .development__bar::after {
  background-color: #BC7C7A;
}

.y1944 .development__bar::before {
  background-color: rgba(159, 193, 80, .6);
}

.y1944 .development__bar::after {
  background-color: #9FC150;
}

.y1945 .development__bar::before {
  background-color: rgba(253, 174, 73, .6);
}

.y1945 .development__bar::after {
  background-color: #FDAE49;
}

.y1958 .development__bar::before {
  background-color: rgba(244, 126, 96, .6);
}

.y1958 .development__bar::after {
  background-color: #F47E60;
}

.y1970 .development__bar::before {
  background-color: rgba(244, 126, 96, .6);
}

.y1970 .development__bar::after {
  background-color: #F47E60;
}

.y1990 .development__bar::before {
  background-color: rgba(253, 174, 73, .6);
}

.y1990 .development__bar::after {
  background-color: #FDAE49;
}

.y1991 .development__bar::before {
  background-color: rgba(244, 126, 96, .6);
}

.y1991 .development__bar::after {
  background-color: #F47E60;
}

.y1996 .development__bar::before {
  background-color: rgba(188, 124, 122, .6);
}

.y1996 .development__bar::after {
  background-color: #BC7C7A;
}

.y1998 .development__bar::before {
  background-color: rgba(159, 193, 80, .6);
}

.y1998 .development__bar::after {
  background-color: #9FC150;
}

.y2002 .development__bar::before {
  background-color: rgba(253, 174, 73, .6);
}

.y2002 .development__bar::after {
  background-color: #FDAE49;
}

.y2018 .development__bar::before {
  background-color: rgba(244, 126, 96, .6);
}

.y2018 .development__bar::after {
  background-color: #F47E60;
}

.y2019 .development__bar::before {
  background-color: rgba(188, 124, 122, .6);
}

.y2019 .development__bar::after {
  background-color: #BC7C7A;
}

.y2021 .development__bar::before {
  background-color: rgba(188, 124, 122, .6);
}

.development__slider {
  padding-top: 120px;
  padding-top: 7.5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .development__slider {
    padding-top: 3.75rem;
  }
}

.development__slides {
  margin-left: -176px;
  margin-left: -11rem;
}

.development__slide {
  max-width: 540px;
  max-width: 33.75rem;
}

.swiper-button-prev,
.swiper-button-next {
  width: 57px;
  width: 3.5625rem;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 1.875rem;
  }
}

.swiper-button-prev.dev-arrow {
  left: 325px;
}

@media screen and (max-width: 768px) {
  .swiper-button-prev.dev-arrow {
    left: 205px;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-next.dev-arrow, .swiper-rtl .swiper-button-prev {
  right: 150px;
}

@media screen and (max-width: 768px) {
  .swiper-button-next.dev-arrow, .swiper-rtl .swiper-button-prev {
    right: 30px;
  }
}

.development {
  padding-top: 190px;
  padding-top: 11.875rem;
}

@media screen and (max-width: 768px) {
  .development {
    padding-top: 6.25rem;
  }
}

.development__inner {
  width: 100%;
  /*max-width: 95.1875rem;*/
  max-width: 88rem;
  padding-left: 150px;
  padding-right: 150px;
  margin: 0 auto;
}
/* ブレイクポイントの変更 */
@media screen and (max-width: 1920px) {
  .development__inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .development__inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.development__title {
  font-size: 65px;
  font-size: 4.0625rem;
  letter-spacing: 0.05em;
  margin-left: 24px;
  margin-left: 1.5rem;
}

@media screen and (max-width: 768px) {
  .development__title {
    /*font-size: 3.5rem;*/
    font-size: 2.375rem;
  }
}

.development__title::before {
  /*content: "development";*/
  font-size: 32px;
  font-size: 2rem;
  top: -44px;
  top: -2.75rem;
}

.development__content {
  padding-top: 80px;
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .development__content {
    display: block;
    padding-top: 1.875rem;
  }
}

.development__content-left {
  margin-right: 14%;
}

@media screen and (max-width: 1440px) {
  .development__content-left {
    margin-right: 0;
  }
}

.development__content-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .development__content-right {
    margin-top: 18px;
  }
}
.development__content-left .development__text {
  max-width: 63.78%;
}
@media screen and (max-width: 1920px) {
  .development__content-left .development__text {
    max-width: 50%;
  }
}
.development__content-right .development__text {
  max-width: 69.96%;
}
@media screen and (max-width: 1920px) {
  .development__content-right .development__text {
    max-width: 50%;
  }
}

.development__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  min-height: 10rem;
  width: 100%;
}

.development__date {
  margin-right: 35px;
  margin-right: 2.1875rem;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
}

@media screen and (max-width: 1024px) {
  .development__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}

@media screen and (max-width: 375px) {
  .development__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68px;
            flex: 0 0 68px;
    margin-right: 1.5rem;
  }
}

.development__year {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}

.development__cal {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 375px) {
  .development__cal {
    font-size: 0.625rem;
  }
}

.development__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .development__text {
    font-size: 0.875rem;
    max-width: 12.5rem;
  }
}

.y1922 .development__year {
  color: #FDAE49;
}

.y1922 .development__bar {
  margin-top: 16px;
  margin-top: 1rem;
}

.y1922 .development__text {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.y1937 .development__year {
  color: #F47E60;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.y1937 .development__bar {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.y1937 .development__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.y1939 .development__year {
  color: #BC7C7A;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.y1939 .development__bar {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.y1939 .development__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.y1944 .development__year {
  color: #9FC150;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.y1944 .development__bar {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.y1944 .development__text {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.y1945 .development__year {
  color: #FDAE49;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.y1945 .development__bar {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.y1945 .development__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.y1958 .development__year {
  color: #F47E60;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.y1958 .development__bar {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.y1958 .development__text {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.y1970 .development__year {
  color: #F47E60;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.y1970 .development__bar {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.y1970 .development__text {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.y1990 .development__year {
  color: #FDAE49;
}

.y1990 .development__bar {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.y1990 .development__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.y1991 .development__year {
  color: #F47E60;
}

.y1991 .development__bar {
  margin-top: 16px;
  margin-top: 1rem;
}

.y1991 .development__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.y1996 .development__year {
  color: #BC7C7A;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.y1996 .development__bar {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.y1996 .development__text {
  margin-top: 16px;
  margin-top: 1rem;
}

.y1998 .development__year {
  color: #9FC150;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.y1998 .development__bar {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.y1998 .development__text {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.y2002 .development__year {
  color: #FDAE49;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.y2002 .development__bar {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.y2002 .development__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.y2018 .development__year {
  color: #FDAE49;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.y2018 .development__bar {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.y2018 .development__text {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.y2019 .development__year {
  color: #BC7C7A;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.y2019 .development__bar {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.y2019 .development__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.y2021 .development__year {
  color: #BC7C7A;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.y2021 .development__bar {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.y2021 .development__text {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.footer {
  background-color: #152560;
  color: #fff;
  z-index: -1;
}

.footer__inner {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  text-align: center;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.footer__logo {
  max-width: 481px;
  max-width: 30.0625rem;
  width: 100%;
  margin-right: 120px;
  margin-right: 7.5rem;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

.footer-nav {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    text-align: center;
  }
}

.footer-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer-nav__lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 375px) {
  .footer-nav__lists {
    display: block;
  }
}

.footer-nav__list:not(:last-child) {
  margin-right: 30px;
  margin-right: 1.875rem;
}

@media screen and (max-width: 375px) {
  .footer-nav__list:not(:last-child) {
    margin-right: 0;
  }
}

.footer-nav__link {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.footer-nav__tocorp {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.footer-nav__tocorp::before {
  content: "";
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/assets/images/common/icon_tocorp.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__copy {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 73px;
  margin-top: 4.5625rem;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 37.5px;
  padding-top: 2.34375rem;
  padding-right: 150px;
  padding-right: 9.375rem;
  padding-left: 170px;
  padding-left: 10.625rem;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.34375rem;
  }
}

.header__logo {
  width: 163.55px;
  width: 10.22188rem;
}




.header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav__list {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.header-nav__list:not(:last-child) {
  margin-right: 25px;
  margin-right: 1.5625rem;
}

.header-nav__link {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.history {
  padding-top: 167px;
  padding-top: 10.4375rem;
}

@media screen and (max-width: 768px) {
  .history {
    padding-top: 5rem;
  }
	.header__logo {
	  width: 163.55px;
	  width: 6.22188rem;
	}
}

.history__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.history__title {
  font-size: 78px;
  font-size: 4.875rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1440px) {
  .history__title {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1024px) {
  .history__title {
    font-size: 2.375rem;
  }
}

.history__title::before {
  /*content: "history";*/
  font-size: 38px;
  font-size: 2.375rem;
  top: -50px;
  top: -3.125rem;
}

@media screen and (max-width: 1024px) {
  .history__title::before {
    font-size: 1.625rem;
    top: -1.875rem;
  }
}

.history__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.history__lists {
  padding-top: 95px;
  padding-top: 5.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .history__lists {
    padding-top: 3.75rem;
  }
}

.history__list {
  width: calc(33.33% - 20px);
}

@media screen and (max-width: 768px) {
  .history__list {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .history__list:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.history__list:nth-child(n+4) {
  margin-top: 78px;
  margin-top: 4.875rem;
}

@media screen and (max-width: 768px) {
  .history__list:nth-child(n+4) {
    margin-top: 1.875rem;
  }
}

.history__list:not(:nth-child(3n)) {
  margin-right: 30px;
  margin-right: 1.875rem;
}

@media screen and (max-width: 768px) {
  .history__list:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.history__comment {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .history__comment {
    font-size: 1rem;
  }
}

.l-inner {
  width: 100%;
  max-width: 95.1875rem;
  padding-right: 150px;
  padding-left: 150px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 1920px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.message {
  position: relative;
  overflow: hidden;
}

.message::before {
  content: "";
  width: 1177.76px;
  width: 73.61rem;
  height: 544.68px;
  height: 34.0425rem;
  background-image: url(../images/common/message_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}

.message__inner {
  max-width: 95.1875rem;
  width: 100%;
  margin: 0 auto;
}

.message__title {
  font-size: 50px;
  font-size: 3.125rem;
}

@media screen and (max-width: 768px) {
  .message__title {
    font-size: 2.125rem;
  }
}

.message__title::before {
  /*content: "Message";*/
  font-size: 25px;
  font-size: 1.5625rem;
  top: -28px;
  top: -1.75rem;
}

.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.message__lead {
  color: #152560;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.46;
  margin-top: 112px;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .message__lead {
    margin-top: 2.5rem;
  }
}

.message__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 16px;
  margin-top: 1rem;
}

.message__img {
  max-width: 483px;
  max-width: 30.1875rem;
  width: 100%;
  padding-top: 28px;
  padding-top: 1.75rem;
}

@media screen and (max-width: 768px) {
  .message__img {
    margin-left: auto;
    margin-right: auto;
  }
}

.message__right {
  position: relative;
}

.message__name {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.14;
  text-align: center;
  position: absolute;
  bottom: 28px;
  bottom: 1.75rem;
  left: 58%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .message__name {
    left: 50%;
  }
}

.mv {
  height: 1077px;
  height: 67.3125rem;
  background-image: url(../images/common/mv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: -1;
}

.mv__lead {
  max-width: 665.9px;
  max-width: 41.61875rem;
  width: 100%;
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.next-swiper {
  padding-left: 150px;
  padding-left: 9.375rem;
  padding-right: 150px;
  padding-right: 9.375rem;
}

@media screen and (max-width: 768px) {
  .next-swiper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 375px) {
  .next-swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.next__slide {
  width: 100%;
}

.swiper-wrapper--next {
  width: 100%;
}

.swiper-button-prev.next-arrow {
  left: 80px;
}

@media screen and (max-width: 1024px) {
  .swiper-button-prev.next-arrow {
    left: 45px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-prev.next-arrow {
    left: 8px;
  }
}

.swiper-button-next.next-arrow {
  right: 80px;
}

@media screen and (max-width: 1024px) {
  .swiper-button-next.next-arrow {
    right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-next.next-arrow {
    right: 8px;
  }
}

.next {
  padding-top: 200px;
  padding-top: 12.5rem;
}

@media screen and (max-width: 768px) {
  .next {
    padding-top: 6.25rem;
  }
}

.next-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.next__title {
  font-size: 78px;
  font-size: 4.875rem;
}

@media screen and (max-width: 1440px) {
  .next__title {
    font-size: 3.4375rem;
  }
}

@media screen and (max-width: 1024px) {
  .next__title {
    font-size: 1.75rem;
  }
}

.next__title::before {
  /*content: "next stage";*/
  font-size: 38px;
  font-size: 2.375rem;
  top: -50px;
  top: -3.125rem;
}

@media screen and (max-width: 1024px) {
  .next__title::before {
    font-size: 1.5rem;
    top: -1.875rem;
    width: 100%;
  }
}

.next-head-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.next-concept {
  padding-top: 84px;
  padding-top: 5.25rem;
}

.next-concept__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.next-concept__list {
  width: calc(33.33% - 40px);
}

@media screen and (max-width: 768px) {
  .next-concept__list {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .next-concept__list + .next-concept__list {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}

.next-concept__item {
  text-align: center;
}

.next-concept__number {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  width: 169px;
  width: 10.5625rem;
  height: 169px;
  height: 10.5625rem;
  border-radius: 50%;
  padding-top: 36px;
  padding-top: 2.25rem;
  background-color: #AAA;
  margin-right: auto;
  margin-left: auto;
  z-index: -1;
}

.swiper-slide-thumb-active .next-concept__number {
  background-color: #C9494F;
}

.swiper-slide-thumb-active .next-concept__lead {
  background-color: #C9494F;
}

.next-concept__number::before {
  content: "";
  width: 70px;
  width: 4.375rem;
  height: 30px;
  height: 1.875rem;
  background-image: url(/assets/images/common/nextstage.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.next-concept__lead {
  color: #fff;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 128px;
  height: 8rem;
  border-radius: 15px;
  margin-top: -85px;
  margin-top: -5.3125rem;
  background-color: #AAA;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .next-concept__lead {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .next-concept__lead {
    height: 6.25rem;
  }
}

.next-concept__lead--1 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (max-width: 1024px) {
  .next-concept__lead--1 {
    font-size: 1.625rem;
  }
}

.next-cards {
  padding-top: 100px;
  padding-top: 6.25rem;
}

.next-card {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding-top: 48px;
  padding-top: 3rem;
  padding-left: 150px;
  padding-left: 9.375rem;
  min-height: 500px;
  min-height: 31.25rem;
}

@media screen and (max-width: 1440px) {
  .next-card {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .next-card {
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .next-card {
    padding-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 375px) {
  .next-card {
    min-height: 42.5rem;
  }
}

.next-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.next-card__number {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #152560;
}

.next-card__number span {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
}

.next-card__img {
  padding-top: 23%;
  width: 502px;
  width: 31.375rem;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-right: 116px;
  margin-right: 3.25rem;
}

@media screen and (max-width: 1440px) {
  .next-card__img {
    margin-right: 3.125rem;
  }
}

@media screen and (max-width: 768px) {
  .next-card__img {
    padding-top: 64%;
    margin-right: 0;
    width: 100%;
  }
}

.next-card__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}

.next-card__lead {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: #152560;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .next-card__lead {
    font-size: 1.5rem;
  }
}

.next-card__sublead {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  color: #D54A52;
  font-weight: bold;
}

.next-card__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #303030;
  font-weight: 500;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-right: 8.85rem;
}

@media screen and (max-width: 1440px) {
  .next-card__text {
    margin-top: 1.125rem;
  }
}

@media screen and (max-width: 1024px) {
  .next-card__text {
    margin-top: 1.3125rem;
  }
}

@media screen and (max-width: 768px) {
  .next-card__text {
    font-size: 1rem;
    line-height: 1.2;
    width: 100%;
  }
}

.photo {
  margin-top: 200px;
  margin-top: 12.5rem;
}

@media screen and (max-width: 768px) {
  .photo {
    margin-top: 3.75rem;
  }
}

.photo__bg {
  padding-top: 1150px;
  padding-top: 71.875rem;
  padding-bottom: 1150px;
  padding-bottom: 71.875rem;
  background-image: url(../images/common/ns_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media screen and (max-width: 1440px) {
  .photo__bg {
    padding-top: 47.5rem;
    padding-bottom: 47.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .photo__bg {
    padding-top: 30rem;
    padding-bottom: 30rem;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .photo__bg {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.photo__box {
  width: 50%;
  padding-top: 31.04938%;
  background-color: rgba(255, 255, 255, .8);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.photo__box::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/common/photo-boxbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
}

.photo__texts {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #152560;
}

.photo__lead {
  font-size: 61px;
  font-size: 3.8125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width: 1440px) {
  .photo__lead {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 1024px) {
  .photo__lead {
    font-size: 1.75rem;
  }
}

.photo__text {
  font-size: 39px;
  font-size: 2.4375rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .photo__text {
    font-size: 1.25rem;
  }
}

.round-wrap {
  overflow: hidden;
}

.round-bottom {
  border-bottom-left-radius: 1500px 360px;
  border-bottom-right-radius: 1500px 360px;
  height: 300px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  background: #F5F5F5;
}

@media screen and (max-width: 768px) {
  .round-bottom {
    height: 150px;
  }
}

.sdgs {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.sdgs__wrapper {
  background-color: #fff;
  border-radius: 15px;
  padding: 100px 139px 100px 150px;
  padding: 6.25rem 8.6875rem 6.25rem 9.375rem;
}

@media screen and (max-width: 1024px) {
  .sdgs__wrapper {
    padding: 1.5rem;
  }
}

.sdgs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.sdgs-head__img {
  max-width: 474px;
  max-width: 29.625rem;
  margin-right: 2em;
}

@media screen and (max-width: 768px) {
  .sdgs-head__img {
    margin-left: auto;
    margin-right: auto;
  }
}

.sdgs-head__lead {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #152560;
}

@media screen and (max-width: 768px) {
  .sdgs-head__lead {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 375px) {
  .sdgs-head__lead {
    font-size: 1.5rem;
  }
}

.sdgs-head__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .sdgs-head__text {
    margin-top: 0.75rem;
  }
}

.sdgs-content {
  margin-top: 90px;
  margin-top: 5.625rem;
}

@media screen and (max-width: 768px) {
  .sdgs-content {
    margin-top: 3.75rem;
  }
}

@media screen and (max-width: 375px) {
  .sdgs-content {
    margin-top: 2.5rem;
  }
}

.sdgs-content__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #152560;
}

@media screen and (max-width: 768px) {
  .sdgs-content__title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 375px) {
  .sdgs-content__title {
    font-size: 1.25rem;
  }
}

.sdgs-content__lists {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

@media screen and (max-width: 768px) {
  .sdgs-content__lists {
    margin-top: 1.25rem;
  }
}

.sdgs-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(248 232 220 / 60%);

}

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

.sdgs-content__list:not(:first-child) {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sdgs-content__img {
  width: 130px;
  width: 8.125rem;
  height: 130px;
  height: 8.125rem;
  position: relative;
  margin-right: 40px;
  margin-right: 2.5rem;
  min-width: 100px;
  min-width: 6.25rem;
}

@media screen and (max-width: 375px) {
  .sdgs-content__img {
    margin-right: auto;
  }
}

.sdgs-content__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.sdgs-content__texts {
  max-width: 520px;
  max-width: 59.5rem;
  width: 100%;
  padding: 30px;
}

.sdgs_aa{
  display:flex;
  justify-content: flex-start;
}


@media screen and (max-width: 768px) {
  .sdgs-content__texts {
    max-width: 25rem;
    margin-top: 0.625rem;
    padding: 20px;
  }
 .sdgs_aa{
    display:inline-block;
  }
}

.sdgs-content__lead {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #152560;
  padding-top: 20px;
}

.sdgs-content__text {
  font-size: 16px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
}

.sdgs-content__text::before {
  content: "";
  display: inline-block;
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  background-color: #333;
  position: absolute;
  top: 3px;
  left: 0;
}

.sdgs-content__text--7:before {
  background-color: #FABD00;
}

.sdgs-content__text--8::before {
  background-color: #970A31;
}

.sdgs-content__text--11::before {
  background-color: #F5A20B;
}

.sdgs-content__text--12::before {
  background-color: #D39206;
}

.sdgs-content__text:first-child {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.sdgs-content__text:not(:first-child) {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.sec-title {
  color: #152560;
  font-weight: bold;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
}

/*
.sec-title::before {
  position: absolute;
  left: 13%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #D54A52;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  display: block;
}
*/

.sec-title2 {
  color: #152560;
  font-weight: bold;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
}

/*
.sec-title2::before {
  position: absolute;
  left: 36%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #D54A52;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  display: block;
}
*/
@media screen and (max-width: 768px) {
 .sec-title2 {
  color: #152560;
  font-weight: bold;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
 }

/*
.sec-title2::before {
  position: absolute;
  left: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #D54A52;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.05em;
  display: block;
  }
*/
	.sec-title2 {
	    font-size: 2.375rem;
	}


}

.hamburger {
  width: 60px;
  width: 4.75rem;
  height: 50px;
  height: 2.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hamburger-line {
  width: 100%;
  height: 4px;
  height: 0.25rem;
  background-color: #152560;
  position: relative;
}

.hamburger-line::before,
.hamburger-line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #152560;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0;
}

.hamburger-line::before {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}

.hamburger-line::after {
  -webkit-transform: translateY(14px);
          transform: translateY(14px);
}

.hamburger-line.open {
  background-color: transparent;
}

.hamburger-line.open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-line.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sp-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, .8);
  left: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 50;
}

.sp-nav.open {
  left: 0;
}

.sp-nav__lists {
  padding-top: 30%;
  text-align: center;
}

.sp-nav__list:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.sp-nav__link {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #152560;
  display: block;
}

body {
  background-color: #F5F5F5;
  z-index: -9999;
}
</pre></body></html>