@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300,400,500,700&display=swap");
@font-face {
  font-family: "Politica";
  src: url(../font/politica/politica-light.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Politica";
  src: url(../font/politica/politica.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Politica";
  src: url(../font/politica/politica-bold.otf);
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

input,
button,
textarea,
select {
  outline: none;
}

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

ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  --header-h: 10rem;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
}
a {
  text-decoration: none;
  transition: all 0.2s;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

section {
  /* margin: 12rem 0; */
  padding: 12rem 0;
}
section.has-bg {
  background-color: #F5F5F5;
  margin: 0;
  /* padding: 12rem 0; */
  padding: 12.7rem 0;
}
table {
  border-collapse: collapse;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.blue {
  color: #5096E6;
}

.red {
  color: #FF0000;
}

.en {
  font-family: "Politica", sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.txt-r {
  text-align: right;
}

.pull-r {
  display: flex;
  justify-content: flex-end;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.inner {
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.inner .inner {
  max-width: 100%;
}
.inner--fw {
  width: 100%;
  max-width: calc(100% - 1rem);
}
.inner--lg {
  width: 1280px;
}
.inner--sm {
  width: 700px;
}

.btn {
  width: fit-content;
  min-height: 7rem;
  border: 1px solid #5096E6;
  border-radius: 10rem;
  padding: 1rem 6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--sm {
  min-height: 3rem;
  padding: 0 1rem;
  margin: 0.5rem auto;
}
.btn--arrow {
  gap: 3rem;
  padding-right: 3rem;
  letter-spacing: 0.5em;
  color: #5096E6;
  margin-right: auto;
  margin-left: auto;
}
.btn--arrow:after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 4rem;
  background: url(../img/common/icon-arrow-01.svg) no-repeat center center/100% 100%;
}
.btn--more {
  font-size: 1.7rem;
  color: #5096E6;
  letter-spacing: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem 0 0;
}
.btn--more:after {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  border: 1px solid;
  background: url(../img/common/icon-arrow-blue.svg) no-repeat center center/1.2rem 1.5rem;
}

.title {
  position: relative;
  font-weight: 400;
  margin-bottom: 7rem;
}
.title .en {
  font-size: min(144px, 14.3rem);
  line-height: 1;
  color: #F5F5F5;
  letter-spacing:-6.4px;
}
.title .en.white {
  color: #ffffff;
}
.title .ja {
  position: absolute;
  font-size: 2rem;
  letter-spacing: 0.1em;
  border-right: 1px solid;
  writing-mode: vertical-rl;
  left: 6.2em;
  top: 2.9em;
  word-break: keep-all;
}
.title .ja span {
  text-combine-upright: all;
}

.title2 {
  position: relative;
  font-weight: 400;
  margin-bottom: 3.5rem;
  text-align: center;
}
.title2 .en {
  font-size: 7.5rem;
  line-height: 1;
  color: #F5F5F5;
}
.title2 .en.white {
  color: #ffffff;
}
.title2 .ja {
  position: absolute;
  font-size: 2rem;
  letter-spacing: 0.25em;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.title-bg {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/common/title-bg-01.png) no-repeat center center/100% 100%;
}
.title-bg--2 {
  background: url(../img/common/title-bg-02.png) no-repeat center center/100% 100%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: min(10px, 2.42vw);
  }
  body {
    --header-h: 7rem;
  }
  body.open-menu {
    overflow: hidden;
  }
  .btn {
    min-height: 5rem;
  }
  section {
    padding: 6rem 0;
  }
  section.has-bg {
    padding: 6rem 0;
  }
  .title {
    text-align:center;
    margin:5% auto 45% auto;
  }
  .inner--fw {
    max-width: calc(100% -12vw);
  }
  .title .en {
    font-size: 10rem;
  }
  .title .ja {
    font-size: 2.5rem;
    left: 50%;
    top: 2em;
    transform:translateX(-50%);
  }
  .title2 .ja {
    font-size: 2.8rem;
  }
  .btn--more {
    letter-spacing: 0.25em;
  }
  .btn--more:after {
    width: 5rem;
    height: 5rem;
  }
  .title2 {
    margin-bottom: 4rem;
  }
  .title2 .en {
    font-size: 7rem;
  }
}
.header {
  position: relative;
  z-index: 100;
  position: fixed;
  width:100%;
  top: 0;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--header-h) 0 3.5rem;
  min-height: var(--header-h);
}
.header__inner:after {
  content: "";
}
.header__logo {
  display:block;
  width:min(45px, 6.3%);
}
.header__logo img{
  display:block;
  width:100%;
}
.header__logo .sp{
  display:none;
}
.header__logo .pc{
  display:block;
}
.header__txt {
  font-size: 1.87rem;
  letter-spacing: 0.15em;
  display:-webkit-box;display:-ms-flexbox;display:flex;
  -webkit-box-align:center;-ms-flex-align:center;align-items:center;
  position:absolute;
  left: 50%;
  transform:translateX(-50%);
  top:min(36px, 2.8vw);
  -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
  width:100%;
}
.header__btn {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #5096E6;
  /* width: var(--header-h); */
  width: clamp(88px,  12vw, 107px);
  max-width: 15vh;
  /* height: var(--header-h); */
  aspect-ratio:1;
  border-radius: 0 0 0 2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.3rem;
}
.header__btn span {
  display: block;
  /* width: 5rem; */
  /* width: 6rem; */
  width: 60%;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s;
}
.header__nav {
  position: fixed;
  z-index: 9999;
  background-color: #5096E6;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 100%;
  transition: left 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav__inner {
  background-color: #fff;
  color: #5096E6;
  padding: 6rem;
  border-radius: 30px;
}
.header__nav__inner h2 {
  color: #5096E6;
}
.header__nav__txt {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  text-align: center;
}
.header__nav__txt .en {
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
.header__nav__ctt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
.header__nav__items {
  /* flex: 1; */
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.header__nav__items:nth-of-type(1) {
  -ms-flex-negative:0;flex-shrink:0;
  /* min-width:405px; */
  width:38%;
  flex-grow:1;
}
.header__nav__items:nth-of-type(2) {
  width:55%;
}
.header__nav__item {
  --left-w: 19rem;
  --min-height: 7rem;
  border-top: 1px solid #5096E6;
  border-bottom: 1px solid #5096E6;
  margin-top: -1px;
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  padding: 0;
}
.header__nav__item a:not(.btn) {
  padding: 1rem;
  min-height: var(--min-height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  white-space: nowrap;
}
.header__nav__item a:not(.btn), .header__nav__item.contact .btn {
  font-size: clamp(13px, 1.5vw, 100%);
  letter-spacing:clamp(2px, 0.1vw, 4px);
}
.header__nav__item.contact .btn {
  padding-left:35px;
  white-space:nowrap;
}
.header__nav__item a:not(.btn):after {
  content: "";
  display: block;
  margin-top: 2px;
  /* width: 1.2rem;
  height: 1.5rem; */
  width: 11px;
  height: 16px;
  background: url(../img/common/icon-arrow-blue.svg) no-repeat center center/100% 100%;
  flex-shrink:0;
}
.header__nav__item.policy {
  /* width: var(--left-w); */
  letter-spacing: 0.1em;
  width: 44%;
}
.header__nav__item.security {
  /* width: calc(100% - var(--left-w)); */
  letter-spacing: 0.1em;
  border-left: 1px solid #5096E6;
  width:56%;
}
.header__nav__item.security a:not(.btn) {
  justify-content:center;
}
.header__nav__item.contact {
  border: none;
  /* min-height: calc(var(--min-height) * 2); */
  min-height:110px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.header__nav__item.contact .btn {
  margin-right: 0;
}
.header__fixed__items {
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header__fixed__items.left {
  /* left: 3.5rem; */
  left: 40px;
}
.header__fixed__items.right {
  /* right: 3.5rem; */
  right:40px;
  top:50%;
}
.header__fixed__item {
  padding: min(2.1vh, 2.4rem) 0;
  border-top: 1px solid #ccc;
}
.header__fixed__item:first-child {
  border-top: none;
}
.header__fixed__item a {
  font-size: min(2.2vh, 1.7rem);
  line-height: 1.1;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  letter-spacing: 0.1em;
}
.header__fixed__item a {
  white-space:nowrap;
}
.header__breadcrumb {
  font-size: 1.3rem;
  color: #B3B3B3;
  position: absolute;
  left:50%;
  transform:translateX(-50%);
  top: 20px;
}
.header__breadcrumb a, .header__breadcrumb span {
  padding: 0 0.5rem;
}

.open-menu .header__btn span:nth-child(1) {
  transform: rotate(25deg) translateY(7px);
}
.open-menu .header__btn span:nth-child(2) {
  transform: rotate(-25deg) translateY(-7px);
}
.open-menu .header__nav {
  left: 0;
  overflow-y: auto;
  padding: 50px 0;
}

.footer {
  background-color:#fff;
  overflow:hidden;
}
.footer__info {
  text-align: center;
  font-size: 1.8rem;
  color: #5096E6;
  letter-spacing: 0.2em;
  overflow: hidden;
}
.footer__info.has-bg {
  padding-bottom: 0;
  padding-top: 11.5rem;
}
.footer__info img {
  margin: 0 auto;
}
.footer__info__inner {
  width: 940px;
  position: relative;
  z-index: 1;
}
.footer__info__txt {
  margin: 2rem 0;
}
.footer__info__add {
  margin: 3rem 0;
}
.footer__info__add span{
  padding:0 4px;
}
.footer__info__map iframe {
  width: 100%;
  height: 42rem;
}
.footer__info .copyright {
  position: relative;
  z-index: 0;
  padding: min(9rem, 5.2vw) 0 min(6rem, 3.5vw);
}
.footer__info .copyright .en {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: min(30rem, 17.5vw);
  line-height: 1;
  color: #fff;
}
.footer__info .copyright .ja {
  font-size: 1.3rem;
  color: #000;
}
.footer__about {
  --footer__about-gap: 2rem;
  padding-top: 9.7rem;
  padding-bottom:8.8rem;
}
.footer__about__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--footer__about-gap);
}
.footer__about__item {
  width: calc((100% - var(--footer__about-gap)) / 2);
  text-align: center;
}
.footer__about__item__img__wrap {
  position:relative;
}
.footer__about__item__ttl {
  position: relative;
  margin-top: 1rem;
}
.footer__about__item__ttl .ja {
  font-size: 2rem;
  letter-spacing: 0.15em;
}
.footer__about__item__ttl .en {
  font-size: 1.2rem;
  letter-spacing: 0.25em;
}
.footer__about__item__btn {
  position: absolute;
  right: 3.5rem;
  bottom: -2.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  border: 1px solid #e6e6e6;
  background: url(../img/common/icon-arrow-black.svg) no-repeat center center/1.2rem 1.5rem;
  background-color: #fff;
}
.page-mv{ 
  padding-top:0;
}
.news {
  --new-gap: 9rem;
}
.news__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--new-gap);
}
.news__item {
  position: relative;
  width: calc((100% - var(--new-gap) * 2) / 3);
  padding-bottom: 3rem;
}
/* .news__item:nth-child(2n):before, .news__item:nth-child(3n):before { */
.news__item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  right: calc(var(--new-gap) / 2 * -1);
  top: 0;
}

.news__item:nth-child(3n):before {
  content:none;
}

.news__item img {
  width: 100%;
  max-width: unset;
  border-radius: 2rem;
  aspect-ratio: 1.6;
  object-fit: cover;
}
.news__item time {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #5096E6;
  margin-top: 2rem;
  letter-spacing: 0.25em;
}
.news__item p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flow__items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.flow__item {
  width: 25%;
}
.flow__item__step {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}
.flow__item__ttl {
  width: 108%;
}
.flow__item__ctt {
  padding: 1rem;
}
.flow__item__lnk {
  padding: 0 1rem;
}
.flow__item__lnk .btn {
  font-size: clamp(7px, 1.1vw, 1.2rem);
  width: 100%;
  padding: 0;
}

@keyframes animation-scroll {
  0% {
    top: -50%;
  }
  100% {
    top: 150%;
  }
}
.top-page.main{
  padding-top:0;
}
.top-mv{ 
  height:100vh;
  position:sticky;
  top:0;
  z-index:10;
  padding:0;
}
.our-thoughts, .our-thoughts__inner, .service, .feature.has-bg, .faq, .footer{
  position:relative;
  z-index:20;
}
/* .top-mv{ 
  height:500vh;
} */
.top-mv__inner {
  position: relative;
}
.top-mv__slide {
  position: relative;
  height:100%;
  width: calc(100% - 102px);
}
/* .top-mv__slide__items {
  height:500vh;
} */
.top-mv__slide__item {
  position: relative;
  height:calc(100vh - 180px);
  width:100%;
  opacity:0;
  transition:opacity 4s;
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  border-radius:35px;
  overflow:hidden;
}
.top-mv__slide__item.on { 
  opacity:1;
  transition:opacity 4s;
}
.top-mv__slide__item img{
  height:100%;
  width:100%;
  object-fit:cover;
}
.top-mv__slide__item__txt {
  position: absolute;
  width: min(98vh, 83.3%);
  /* height: 100%; */
  top: 41vh;
  left: 50%;
  transform:translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity:0;
  transition:opacity 4s;
}
.top-mv__slide__item__txt.on {
  opacity:1;
}
.top-mv__slide__item__txt img {
  width: 100%;
  max-width: 100%;
  max-height:59.4vh;
  object-fit:contain;
}
.top-mv__slide__item__txt.txt2 img{
  width:50%;
}
.top-mv__slide__ytube {
  position: fixed;
  /* right: 7.4rem; */
  /* bottom: 8.5rem; */
  transform:translate(-50%, -50%);
  width: 12.5%;
  max-width:160px;
}
.top-mv__slide__ytube a, .top-mv__slide__ytube img{
  display:block;
  width:100%;
}
.top-mv__news {
  padding-top: 1rem;
  position:fixed;
  top:calc(100vh - 61px);
  left: 50%;
  transform:translateX(-50%);
}
.top-mv__news__items {
  /* width: fit-content; */
  width: min(800px, 74%);
  margin: 0 auto;
}
.top-mv__news__item a {
  color: #5096E6;
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
  -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.top-mv__news__item__cat {
  border: 1px solid;
  line-height: 1.3;
  padding: 0 1rem;
}
.top-mv__news__item__time {
  font-weight: 700;
  line-height: 1;
  margin-top: 0.1em;
}
.top-mv__news__item__ttl {
  max-width: calc(100% - 200px);
  width: fit-content;
  overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.top-mv__scroll {
  position: fixed;
  top: calc(100vh - 84px);
  bottom: 0;
  right: 44px;
}
.top-mv__scroll__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.top-mv__scroll__txt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #E6E6E6;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.top-mv__scroll__line {
  width: 1px;
  height: 3rem;
  background-color: #E6E6E6;
  position: relative;
  overflow: hidden;
}
.top-mv__scroll__line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1rem;
  background-color: #5096E6;
  animation: animation-scroll 1s linear infinite;
}
.service__people {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease;
}
.service__people.on {
  animation: smoothSpringSlideIn 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@keyframes smoothSpringSlideIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  40% {
    opacity: 1;
  }
  60% {
    transform: translateY(-15px);
  }
  75% {
    transform: translateY(8px);
  }
  85% {
    transform: translateY(-4px);
  }
  92% {
    transform: translateY(2px);
  }
  96% {
    transform: translateY(-1px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.our-thoughts.has-bg {
  padding-bottom: 0;
}
.our-thoughts__ctt.inner {
  max-width: 940px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
}
.our-thoughts__left {
  width: 48%;
  max-width: 423px;
  margin-top: 3.5rem;
  margin-right: 7%;
}
.our-thoughts__left p{
  line-height:200%;
}
.our-thoughts__left img {
  margin: 2rem auto 0;
}
.our-thoughts__right {
  width: 40rem;
  max-width: 100%;
  margin-top: -9.6rem;
}
.our-thoughts__title {
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 3.5rem;
  letter-spacing:2.3px;
}

.service {
  --service-gap: 2.8rem;
  /* margin-bottom: 20rem; */
  background-color:#fff;
  padding-top: 13rem;
}
.service__ctt {
  position: relative;
}
.service__ttl {
  font-size: 7rem;
  line-height: 0.7;
  color: #5096E6;
  text-align: center;
}
.service__people {
  position: absolute;
  z-index: 0;
  top: -18rem;
  right: 10rem;
}
.service__items {
  position: relative;
  z-index: 1;
  background-color: #5096E6;
  margin-top: -1px;
  padding: 2.8rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--service-gap);
}
.service__item {
  background: #fff;
  background: linear-gradient(135deg, transparent 1.5rem, #fff 0) top left, linear-gradient(-135deg, transparent 1.5rem, #fff 0) top right, linear-gradient(-45deg, transparent 1.5rem, #fff 0) bottom right, linear-gradient(45deg, transparent 1.5rem, #fff 0) bottom left;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  width: calc((100% - var(--service-gap) * 2) / 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.8rem;
}
.service__item > div {
  width: 100%;
}
.service__item__2 {
  padding: 0 2.5rem;
}
.service__item__num {
  font-size: 6rem;
  line-height: 1;
  width: 14rem;
  height: 12rem;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 100% 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.service__item__ttl {
  text-align: center;
  margin: 3rem 0;
}
.service__item__ttl span {
  display: block;
}
.service__item__ttl .ja {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
}
.service__item__ttl .en {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #B3B3B3;
}
.service__item__img {
  margin: 2rem 0;
}
.service__item__img img {
  width: 100%;
  max-width: unset;
}
.service__item__desc {
  padding: 0 2.5rem;
  text-align: justify;
  padding-bottom: 3rem;
}
.service__item__sub__ttl {
  margin: 2rem 0;
}
.service__item__sub__note {
  font-size: 1.2rem;
  color: #B3B3B3;
}
.service__item__sub__items {
  margin: 5px 0;
}
.service__item__sub__item {
  border-top: 1px solid #E6E6E6;
  font-size: 1.8rem;
  line-height: 1.5;
  text-indent: -1em;
  padding: 1rem 0 1rem 1em;
}
.service__item__sub__item:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.service__item__sub__item:before {
  content: "●";
  color: #DCEAFA;
}
.service__item__sub2__items {
  margin: 1rem 0 5rem;
}
.service__item__sub2__item {
  margin-top: 1rem;
  margin-top: 3rem;
}
.service__item__sub2__item__num {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.service__item__sub2__item__num:before, .service__item__sub2__item__num:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  left: 0;
}
.service__item__sub2__item__num:before {
  top: 0;
  background-color: #5096E6;
}
.service__item__sub2__item__num:after {
  bottom: 0;
  background-color: #B3B3B3;
}
.service__item__sub2__item__ttl {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #5096E6;
  text-align: center;
  margin: 1rem 0 0.5rem;
}
.service__item__btn {
  margin-top: 2rem;
  padding: 0 2.5rem;
}
.service__item__btn .btn--arrow {
  padding-right: 2rem;
  padding-left: 4rem;
  gap: 2.5rem;
}

.feature {
  --feature-gap: 9rem;
}
.feature.has-bg {
  padding-top: 0;
}
.feature__top img {
  margin: 0 7.4% 3.7% auto;
}
.feature .title {
  margin-bottom:8.5rem;
}
.feature__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--feature-gap);
}
.feature__item {
  position: relative;
  width: calc((100% - var(--feature-gap) * 2) / 3);
}
.feature__item:nth-child(2n):before, .feature__item:nth-child(3n):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  left: calc(var(--feature-gap) / 2 * -1);
  top: 0;
}
.feature__item__point {
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.feature__item__point:before, .feature__item__point:after {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 2rem;
  background: url(../img/common/icon-line-3.svg) no-repeat center center/100% 100%;
  top: calc(50% - 1rem);
}
.feature__item__point:before {
  right: 150%;
}
.feature__item__point:after {
  left: 150%;
  rotate: 180deg;
}
.feature__item__point span {
  font-size: 7rem;
  letter-spacing: 0em;
  display: block;
}
.feature__item__ttl {
  text-align: center;
  font-size: 2.5rem;
  color: #5096E6;
  margin: 2rem 0 1rem;
}
.feature__item__img {
  margin-top: 2rem;
}
.feature__item__img img {
  border-radius: 2rem;
}
.feature__item__lnk {
  margin-top: 1rem;
}
.feature__item__lnk a {
  color: #5096E6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: fit-content;
  font-size: 90%;
}
.feature__item__lnk a:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.5rem;
  background: url(../img/common/icon-arrow-blue.svg) no-repeat center center/100% 100%;
  margin-top: 2px;
}

.faq {
  padding-bottom: 20rem;
  background-color:#fff;
}
.faq .title {
  margin-bottom: 0;
}
.faq__items {
  max-width: 850px;
  width:95%;
  margin: -8rem 0 0 auto;
}
.faq__item {
  margin-top: 2rem;
  position: relative;
}
.faq__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #000 transparent transparent transparent;
  transform: rotate(0deg);
}
.faq__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 19px 19px 0 0;
  border-color: #fff transparent transparent transparent;
  transform: rotate(0deg);
}
.faq__item__inner {
  border: 1px solid;
}
.faq__item__ttl {
  font-size: 2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.faq__item__ttl__txt {
  flex: 1;
  padding: 2rem 4.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.faq__item__ttl__btn {
  width: 13rem;
  min-height: 13rem;
  background-color: #5096E6;
  cursor: pointer;
  position: relative;
}
.faq__item__ttl__btn:before, .faq__item__ttl__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 1px;
  background-color: #fff;
}
.faq__item__ttl__btn:before {
  rotate: 90deg;
  transition: rotate 0.2s;
}
.faq__item__ctt {
  padding: 0 4.5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
}
.faq__item.active .faq__item__ttl__btn:before {
  rotate: 0deg;
}
.faq__item.active .faq__item__ctt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color:#f0f0f0;
}
#steps {
  padding-top:11.3rem;
  padding-bottom:10rem;
  max-width:100%;
}
.page-mv {
  /* margin-top: calc(var(--header-h) * -1); */
  padding-top:0;
}
.page-mv.thin {
  /* margin-top: calc(var(--header-h) * -1); */
  padding:0;
  background-color:#f5f5f5;
}
.page-mv__inner {
  position: relative;
  height:100vh;
}
.thin .page-mv__inner {
  height:clamp(130px, 15vw, 220px);
}
.page-mv__img {
  width: 100vw;
  max-height: 100vh;
  height: 100vh;
  min-height: 50rem;
  object-fit: cover;
}
.page-mv__txt {
  writing-mode: vertical-rl;
  font-size: clamp(16px, 2.8vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height:100%;
  text-align:center;
}
.thin .page-mv__txt {
  padding-top:40px;
  writing-mode:horizontal-tb;
  display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;
}
.title--office {
  font-size: 2.5rem;
  width: 34rem;
  max-width: 100%;
  margin: 0 auto 5rem;
}

.idea {
  --idea-gap: 4rem;
}
.idea__img img {
  margin: 0 auto;
}
.idea__items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--idea-gap);
  margin: 3rem auto 0;
}
.idea__item {
  position: relative;
  width: calc((100% - var(--idea-gap) * 2) / 3);
  text-align: center;
}
.idea__item:nth-child(2n):before, .idea__item:nth-child(3n):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
  left: calc(var(--idea-gap) / 2 * -1);
  top: 0;
}
.idea__item__ttl {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #5096E6;
}
.idea__item__ttl span {
  display: block;
  font-size: 1.4rem;
}
.idea__item__desc {
  margin: 1.5rem 0;
}
.idea__map {
  --map-gap: 6rem;
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid #E6E6E6;
  width: 940px;
}
.idea__map__ttl {
  font-size: 2.5rem;
  text-align: center;
  color: #5096E6;
  margin-bottom: 4rem;
}
.idea__map__items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: var(--map-gap);
  width: 95%;
  max-width: 600px;
  margin-left:auto;
  margin-right: auto;
}
/* .idea__map__item {
  font-size: 2rem;
  writing-mode: vertical-rl;
  border: 1px solid #5096E6;
  min-width: var(--map-gap);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
.idea__map__item:not(:last-child) {
  position: relative;
}
.idea__map__item:not(:last-child):after {
  content: "";
  position: absolute;
  width: calc(var(--map-gap) - 1rem);
  height: 4rem;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  background: url(../img/common/icon-arrow.svg) no-repeat center right/5rem auto;
} */

.office {
  --img-gap: 2rem;
}
.office.has-bg {
  padding-bottom: 20rem;
}
.office__inner {
  width: 940px;
}
.office__info {
  margin: 9rem 0 0;
  font-size: 2rem;
}
.office__info tr {
  border-top: 1px solid #DCDCDC;
}
.office__info tr:last-child {
  border-bottom: 1px solid #DCDCDC;
}
.office__info th, .office__info td {
  padding: 2rem 0;
  vertical-align: top;
  text-align: left;
}
.office__info th {
  color: #B3B3B3;
  font-weight: normal;
  width: 15rem;
}
.office__imgs {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--img-gap);
  margin-top: 7rem;
}
.office__imgs--2 {
  gap: 5rem;
  -ms-flex-wrap:wrap;flex-wrap:wrap;
}
.office__imgs--2 .office__img {
  width: fit-content;
  margin-top: auto;
}
/* .office__imgs--3 .office__img {
  height:5vw;
} */
.office__img {
  position: relative;
  width: calc((100% - var(--img-gap) * 2) / 3);
}
.office__img p {
  font-size: 1.8rem;
}
.office__img p.office__desc {
  font-size: 1.5rem;
}
.office__img p span {
  color: #CADFF7;
}

.history__inner {
  width: 940px;
}
.history__info {
  margin: 9rem 0 0;
  font-size: 2rem;
}
.history__info tr:last-child td {
  height: 15rem;
}
.history__info td {
  vertical-align: top;
  text-align: left;
}
.history__info td.title {
  white-space:nowrap;
}
.history__info td:nth-child(1) {
  border-right: 1px solid #DCDCDC;
  padding-right: 4rem;
}
.history__info td:nth-child(2) {
  padding-left: 4rem;
}

.sdgs p {
  margin: 1rem 0;
}
.sdgs p.sdgs__img {
  margin-top: 7rem;
}

.initiatives .title--office {
  margin: 0 auto;
}
.initiatives__item {
  padding: 7rem 0;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4rem;
}
.initiatives__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.initiatives__item__img {
  margin-top: 1.5rem;
  width: 15rem;
}
.initiatives__item__ttl {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.initiatives__item__ctt {
  flex: 1;
}
.initiatives__item__ctt ul li {
  font-size: 1.8rem;
  line-height: 1.5;
  text-indent: -1em;
  padding: 1rem 0 1rem 1em;
}
.initiatives__item__ctt ul li:before {
  content: "●";
  color: #DCEAFA;
}

.event {
  color: #fff;
}
.event.has-bg {
  padding-top: 0;
  background-color: #5096E6;
}
.event__ttl {
  font-size: 3.5rem;
  font-weight: 400;
  text-align: center;
  margin: 7rem 0 2rem;
}
.event__desc {
  font-size: 2.5rem;
  text-align: center;
}
.event__ctt {
  width: 940px;
}
.event__ctt__1 {
  padding: 3rem 0;
  border-top: 1px solid #fff;
}
.event__ctt__1.no-br {
  border-top: none;
}
.event__ctt__1 ul {
  margin: 1.5rem 0;
  display: flex;
}
.event__ctt__1 ul li {
  width: 50%;
}
.event__ctt__2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  margin: 5rem 0;
}
.event__ctt__2 p {
  flex: 1;
  font-size: 2.2rem;
}
.event__ctt__2 img {
  width: 32rem;
  max-width: 100%;
}
#point {
  display: block;
  text-align: center;
  font-size: clamp(16px, 2.6vw ,130%);
  margin-top: 0;
  padding-top: 0;
}
.pagination{ 
  margin-top:8%;
  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;
}
.page-numbers {
  margin:0 8px;
  font-size:19px;
  color:#b3b3b3;
}
.page-numbers.current {
  color:#5096e6;
}
.page-numbers.next, .page-numbers.prev {
  width:30px;
  display:block;
  margin:0 22px;
  padding-bottom:7px;
}
.slide-bottom {
  /* max-width: 1280px; */
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  /* .header__fixed__items.left { */
    /* left: 1.5rem; */
  /* } */
  /* .header__fixed__items.right { */
    /* right: 1.5rem; */
  /* } */
  .header__nav__inner {
    padding:4rem;
  }
  .header__fixed__item {
    padding: 1rem 0;
  }
  .faq .title {
    margin-bottom: 20%;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 var(--header-h) 0 2rem;
  }
  .header__btn span {
    width: 4rem;
  }
  .header__nav__inner {
    padding: 2rem;
    height: 94vh;
    overflow: auto;
  }
  .header__txt{
    font-size:80%;
    color: #fff;
    z-index: 100;
    display:none;
  }
  .header__txt span{
    display:block;
    text-align:center;
  }
  .header__logo {
    width:13.4%;
    max-width:60px;
    padding-top:4%;
  }
  .header__logo .pc{
    display:none;
  }
  .header__logo .sp{
    display:block;
  }
  .header__btn {
    max-width: 100px;
    width: 17vw;
    aspect-ratio: 1;
  }
  .header__nav__txt {
    font-size: 1.4rem;
  }
  .header__nav__txt p {
    line-height: 1.3;
    margin-top: 1rem;
  }
  .header__nav__txt .en {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  .header__nav__ctt {
    margin-top: 3rem;
    gap: 0rem;
    flex-direction: column;
  }
  .header__nav__items:nth-of-type(1) {
    min-width:auto;
    width: 100%;
  }
  .header__nav__items:nth-of-type(2) {
    width: 100%;
  }
  .header__nav__item.security a:not(.btn) {
    justify-content:flex-start;
  }
  .header__nav__item {
    --min-height: 4rem;
    font-size: 1.5rem;
  }
  .header__nav__item.security {
    width: 100%;
    letter-spacing: 0.25em;
    border-left: none;
  }
  .header__nav__item.contact .btn {
    margin-right: auto;
  }
  .header__nav__item.contact {
    min-height: 8rem;
  }
  .header__breadcrumb {
    width: 100%;
    text-align:center;
  }
  .footer__top img {
    min-height: 10rem;
    object-fit: cover;
  }
  .news {
    --new-gap: 4rem;
  }
  .news__item {
    width: 100%;
    padding-bottom: 0;
  }
  .news__item:before, .news__item:nth-child(2n):before, .news__item:nth-child(3n):before {
    display: none;
  }
  .footer__about {
    --footer__about-gap: 4rem;
  }
  .flow__items {
    gap: 2.5rem;
  }
  .flow__item {
    width: 100%;
  }
  .flow__item__ttl {
    width: 100%;
  }
  .flow__item__step {
    font-size: 2.5rem;
  }
  .footer__about__item {
    width: 100%;
  }
  .footer__about__item__img__wrap img{
    width:100%;
  }
  .footer__about__item__btn {
    right: 0.8rem;
    bottom: -1.9rem;
  }
  .footer__about__item__ttl {
    margin-top: 2rem;
  }
  .footer__info .copyright .en {
    font-size: 6.5rem;
  }
  .footer__info {
    font-size: 1.6rem;
  }
  .footer__info__txt span{
    display: inline-block;
  }
  .footer__info__add span{
    display: inline-block;
  }
  .top-mv__inner { 
    width: 100%;
    max-width: 100%;
  }
  .top-mv {
    overflow-x: hidden;
  }

  .top-mv__slide__item:nth-of-type(1) img {
    object-position: 81% center;
  }
  .top-mv__news__items {
    width: 85%;
    /* margin-left: 0; */
  }
  .top-mv__news {
    top: calc(100vh - 88px);
  }
  .top-mv__news__item__time {
    margin-top: 0.3rem;
  }
  .top-mv__slide__item {
    height: calc(100vh - 110px);
    left: 50%;
    transform: translateX(-50%);
    border-radius :0px;
    width: 100%;
  }
  .top-mv__news__item a {
    -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
  }
  .top-mv__slide {
    width: 100%;
    /* overflow-x: hidden; */
  }
  .top-mv__slide__item__txt {
    width: 100%;
  }
  .top-mv__slide__item__txt.txt2 img {
    width: 100%;
  }
  .top-mv__scroll {
    right: 18px;
  }
  .top-mv__slide__ytube {
    right: -27px;
    top: calc(100vh - 176px);
    width: 10rem;
    position:absolute;
    transform:translate(-50%, -50%);
  }
  .top-mv__slide__item__txt img {
    max-width: 80%;
  }
  .our-thoughts .title {
    margin-bottom: 0;
    text-align:center;
    margin: 14% auto;
  }
  .our-thoughts__left {
    width: 100%;
    margin-top: 4rem;
    margin-right: 0;
  }
  .our-thoughts__ctt {
    flex-wrap: wrap;
  }
  .our-thoughts__ctt.inner {
    -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
    -webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;
    /* padding-bottom:11%; */
    padding-bottom:0;
    -webkit-box-align:center;-ms-flex-align:center;align-items:center;
  }
  .our-thoughts__title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .our-thoughts__right {
    width: 100%;
    margin-top: 4rem;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
  }
  .service {
    --service-gap: 2rem;
    padding-bottom: 0;
  }
  .service .inner--fw {
    max-width:100%;
  }
  .service__ttl {
    font-size: 7rem;
    text-align:center;
  }
  .service__people {
    top: -7rem;
    right: 0;
    width: 12rem;
    display:none;
  }
  .service__items {
    padding: 2rem 1.5rem;
  }
  .service__item {
    width: 100%;
  }
  .service__item__num {
    font-size: 4rem;
    width: 9rem;
    height: 7rem;
  }
  .service__item__2 {
    margin-top: -1px;
  }
  .service__item__sub2__item__ttl {
    font-size: 2rem;
  }
  .feature {
    --feature-gap: 7rem;
  }
  .feature.has-bg {
    padding-top:31%;
  }
  .feature__top img {
    display: none;
  }
  .feature .title {
    margin-top: 0;
    margin-bottom: 42%;
  }
  .feature__item {
    width: 100%;
  }
  .feature__item__ttl {
    font-size: 2rem;
  }
  .feature__item__lnk {
    max-width:460px;
    margin-left: auto;
    margin-right: auto;
    padding-left:10vw;
  }
  .feature__item__desc {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width:80%;
  }
  .feature__item__point {
    font-size: 3.2rem;
  }
  .feature__item__point span {
    font-size: 8.1rem;
  }
  .feature__item__point:before, .feature__item__point:after {
    width: 10.1rem;
    height: 3rem;
  }
  .feature__item__img img {
    margin: 0 auto;
  }
  .faq {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
  .faq .title {
    margin-top: 12%;
    margin-bottom:50%;
  }
  .faq__items {
    margin: 10rem 0 0 auto;
  }
  .faq__item__ttl__txt {
    padding: 1.5rem 2rem;
  }
  .faq__item__ttl__btn {
    width: 5rem;
    min-height: 5rem;
  }
  .faq__item__ttl {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .faq__item__ctt {
    padding: 0 2rem;
  }
  .flow__item__lnk .btn {
    font-size:clamp(13px, 1.1vw, 1.2rem);
  }
  .page-mv__img {
    height: 100vh;
  }
  .page-mv__txt {
    font-size: 3rem;
  }
  .page-mv__txt span{
    display:inline-block;
  }
  .title--office {
    font-size: 2.2rem;
    margin: 0 auto 4rem;
  }
  .idea {
    --idea-gap: 3rem;
  }
  .idea__item {
    width: 100%;
  }
  .idea__item:nth-child(2n):before, .idea__item:nth-child(3n):before {
    display: none;
  }
  .idea__map {
    --map-gap: 3rem;
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .idea__map__item {
    font-size: 1.8rem;
    min-width: 4.5rem;
  }
  .idea__map__item:not(:last-child):after {
    width: calc(var(--map-gap) - 0.5rem);
  }
  .office.has-bg {
    padding-bottom: 6rem;
  }
  .office__info {
    margin: 6rem 0 0;
    font-size: 1.6rem;
  }
  .office__info th {
    width: 10rem;
  }
  .office__info th, .office__info td {
    padding: 1rem 0;
  }
  .office__imgs {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
  .office__img {
    width: 100%;
    text-align: center;
  }
  .office__img img {
    margin-left: auto;
    margin-right: auto;
  }
  .office__imgs--2 {
    -webkit-box-orient: vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;
    gap: 2rem;
  }
  .office__imgs--2 .office__img {
    margin: 0 auto;
    margin-top:auto;
  }
  .office__imgs--2 .office__img p{
    margin-bottom: 2%;
  }
  .history__info {
    margin: 6rem 0 0;
    font-size: 1.6rem;
  }
  .history__info td:nth-child(1) {
    padding-right: 1rem;
    width: 15rem;
  }
  .history__info td:nth-child(2) {
    padding-left: 2rem;
  }
  .sdgs p.sdgs__img {
    margin-top: 4rem;
  }
  .initiatives__item {
    padding: 4rem 0;
    align-items: center;
    gap: 2rem;
    flex-direction: column;
  }
  .initiatives__item__ttl {
    font-size: 2rem;
  }
  .initiatives__item__ctt ul li {
    font-size: 1.6rem;
    padding: 1rem 0 0 1em;
  }
  .event__ttl {
    font-size: 2.2rem;
    margin: 6rem 0 2rem;
  }
  .event__desc {
    font-size: 1.6rem;
  }
  .event__ctt__2 {
    gap: 2rem;
    margin: 2rem 0 0;
    flex-direction: column;
  }
  .event__ctt__2 p {
    font-size: 1.8rem;
    order: 2;
  }
  .event__ctt__2 img {
    margin: 0 auto;
  }
  .news__inner.inner--fw{
    width:80%;
  }
  .news .title {
    margin-top:18%;
  }
}
@media screen and (max-width:575px){
  .top-mv__news__item__ttl {
    max-width: 100%;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
