:root {
  --black: #000;
  --recommended-black: #1E2022;
  --white: #ffffff;
  --gray-700: #63666a;
  --gray-600: #75787b;
  --gray-500: #DFE1E0;
  --gray-400: #D0D0CE;
  --gray-300: #e0e0e0;
  --gray-100: #f4f4f4;
  --gray-50: #fafafa;
  --deloitte-green: #C4D600;
  --deloitte-green2: #71a64d;
  --deloitte-green3: #7fb333;
  --button-green: #86BC25;
  --button-on-mouse-green: #5F9400;
  --accessible-green: #26890D;
  --footer-green: #046C38;
  --light-green: #E2F0D9;
  --step-blue: #30919C;
}

.container,
.sp_header,
.hamburger-sp-menuwrap,
.h-other-asset-menu,
footer {
  font-family: "Open Sans", "Noto Sans JP", sans-serif !important;
}

.text-white {
  color: #FFFFFF;
}

.text-green {
  color: var(--accessible-green, #26890D);
}

.text-black {
  color: var(--recommended-black);
}

.footer-link {
  color: #26890d;
}

.footer-link.white {
  color: white;
  text-decoration: none;
}

html,
body {
  zoom: none;
  scroll-behavior: smooth;
  font-family: "Open Sans", "Noto Sans JP", sans-serif !important;
}

footer {
  padding: 32px 24px;
  font-size: 10px;
  line-height: 1.8;
  background-color: black;
  color: #63666a;
  min-height: 172px;
}



/* section*/
.section-title {
  font-size: 36px;
  line-height: 65px;
  font-weight: bold;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.section-text {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: var(--recommended-black);
}


.ct-section-row {
  position: relative;
  padding-top: 70px;
  width: 80%;

  height: 450px;
  justify-content: center;
  border-radius: 16px;

  transform-origin: center;
  z-index: 1;
}

.ct-text-span {
  margin-top: 50px;
  margin-bottom: -23px;
}

.sp_header .h-logo {
  margin-top: 20px !important;
}

.center {
  text-align: center;
  text-align: -webkit-center;
}

.contact-btn {
  width: 260px;
  margin-top: 60px;
  margin-bottom: 36px;
  padding: 15px 40px;
  font-size: 18px;
  color: var(--white);
  background: var(--accessible-green);
  transition: transform 0.3s ease;
}

.sp-only {
  display: none;
}

.fixed-top {
  position: fixed !important
}


.contact-btn a {
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}

.contact-btn:hover,
.contact-btn:active,
.contact-btn:focus,
.contact-btn:checked {
  background-color: var(--footer-green) !important;
  box-shadow: none;
}

.introduce-link:hover {
  text-decoration: underline;
  color: var(--footer-green);
}


.top {
  --offset: 50px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 60px;
  left: 100vw;
  margin-right: 10px;
  place-self: end;
  margin-top: calc(100vh + var(--offset));

  /* visual styling */
  text-decoration: none;
  padding: 10px;
  color: #fff;
  white-space: nowrap;
}

.top-btn:hover path {
  fill: #000;
}

header {
  background: rgb(241, 240, 236) url('../img/header-backgroud.png') 0% 0% padding-box;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  opacity: 1;
  z-index: 1;
}

h2.h-logo {
  margin-top: unset;
  margin-bottom: unset;
  font-weight: unset;
  line-height: unset;
  color: unset;
}

h1.h-logo {
  height: 32.39px;
  display: inline-block;
}

h1.h-logo a {
  height: 43px;
  display: inline-block;
}


.scrollx {
  overflow-x: auto;
  text-align: center;
}


/*
  -----------------------------------------
      Sunrise Summit 
  -----------------------------------------
  */
.top-content {
  position: relative;
  top: 107px;
}


.top-message {
  position: fixed;
  font-size: 26px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2.6px;
  text-align: center;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  color: white;
  transition: 2s ease;
  opacity: 1;
}

.top-message.clear {
  opacity: 0;
}

.circle {
  width: 300vw;
  height: 300vw;
  max-width: none;
  border-style: solid;
  border-radius: 50%;
  border-color: black;
  border-width: 150vw;
  position: fixed;
  transition: 2.8s cubic-bezier(0.65, 0, 0.35, 1);
  /* top: -122vw;
    left: -100vw; */
  top: 50%;
  left: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 8000;

}

.circle.animate {
  border-width: 0;
}

.displaynone {
  display: none;
}




.view-more {
  background-color: #26890D;
  /* 背景色 */
  border-radius: 50%;
  /* 正円 */
  height: 90px;
  /* 円の高さ */
  left: -45px;
  /* widthの半分 */
  opacity: 0;
  /* カーソルを画面内に入れるまでは透明 */
  pointer-events: none;
  /* 直下のリンクをクリック可能にする */
  position: fixed;
  /* スクロールしてもカーソルの位置で固定 */
  top: -45px;
  /* widthの半分 */
  transition: .15s ease-out;
  /* 遅れてついてくる時間 */
  width: 90px;
  /* 円の幅 */
  line-height: 90px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  white-space: nowrap;
  z-index: 999;
  /* 一番上に来るように */
}

.view-more.on {
  opacity: 1;
}

.modal-window {
  position: absolute;
  z-index: 0;
  transition: .3s ease-out;

  width: 65vw;
  height: 75vh;
  padding: 50px 0px;
  background-color: white;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
}

.modal-window.on {
  z-index: 10000;
  opacity: 1;
}

.modal-window.on #ModalImage {
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 90%;
  display: inline-block;
  position: relative;
}

.modal-window.on #ModalClose {
  text-align: center;
  background-image: url(../img/03_whatwedo/07.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

#ModalImage.image1 {
  background-image: url(../img/03_whatwedo/03.png);
}

#ModalImage.image2 {
  background-image: url(../img/03_whatwedo/04.png);
}

#ModalImage.image3 {
  background-image: url(../img/03_whatwedo/05.png);
}

#ModalImage.image4 {
  background-image: url(../img/03_whatwedo/06.png);
}

#ModalOverlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}


.item-top {
  min-height: 80vh;
  position: relative;
}

#Summit.item-top {
  min-height: 90vh;
}

.item-top.padding-base {
  padding: 120px;
  padding-bottom: 90px
}


.left-item-top,
.right-item-top {
  height: 88vh;
  width: 40%;
  position: relative;
}

.image-area-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-area {
  position: relative;
  width: 100%
}



.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;

  &.fadein-left {
    transform: translate(-30px, 0);
  }

  &.fadein-right {
    transform: translate(30px, 0);
  }

  &.fadein-up {
    transform: translate(0, -30px);
  }

  &.fadein-bottom {
    transform: translate(0, 30px);
  }

  &.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}


.padding-bottom-none {
  padding-bottom: 0 !important;
}

.bottom-margin-l {
  margin-bottom: 200px;
}


/*
  -----------------------------------------
      Summit
  -----------------------------------------
  */
#Summit.item-top {
  display: flex;
}

#Summit .left-item-top {
  width: fit-content;
  z-index: 1000;
  position: relative;
  height: fit-content;
}

#Summit .sticky-grad {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0));
  position: sticky;
  position: -webkit-sticky;
  height: 25vh;
  width: 100%;
  top: 0;
  z-index: 8888;
}

#Summit .scroll-message {
  transition: opacity 4s ease;
  opacity: 0;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

#Summit .scroll-message.on {
  opacity: 1;
}

#Summit .title {
  text-align: left;
  font-size: 77px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;

  margin-left: 20vw;
  margin-top: 5vh;
}

#Summit .subtitle {
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;

  margin-left: 20vw;
}

#Summit .message {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2.2px;

  margin-left: 20vw;
  margin-top: 5vh;
}

#Summit .message.first {
  font-size: 22px;
  margin-bottom: 40vh;
}

#Summit .message .large {
  font-size: 38px;
  font-weight: 500;
}

#Summit .pc-only.summit-top-image-pc {
  position: sticky;
  position: -webkit-sticky;
  height: calc(100vh - 107px);
  width: 38vw;
  top: 108px;
  z-index: 5000;
  background-color: white;
}

#Summit .fit-image {
  max-width: 50%;
  transition: opacity 4s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  left: 0%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#Summit .fit-image.on {
  opacity: 1;
}

.scrolldown {
  top: calc(100vh - 200px);
  right: 80px;
  width: fit-content;
  opacity: 1;
  transition: opacity 0.5s ease;
  position: absolute;
  transform: rotate(90deg);
  z-index: 7000;


  /*アニメーション用CSS*/
  /* アニメーションの名前 */
  animation-name: UpDown;
  /* アニメーションの１回分の長さ */
  animation-duration: 1.5s;
  /* アニメーションの回数 */
  animation-iteration-count: infinite;
  /* アニメーションの進行具合 */
  animation-timing-function: ease-in-out;
  /* アニメーション再生の向き */
  animation-direction: alternate;
}

/* アニメーションの設定 */
@keyframes UpDown {

  /* 開始地点 */
  0% {
    /* Y軸0px */
    transform: rotate(90deg) translateX(-20px);
  }

  /* 終了地点 */
  100% {
    /* Y軸50px */
    transform: rotate(90deg) translateX(0px);
  }
}

.scrolldown.fadeout {
  opacity: 0;
}

.scrolldown:before {
  content: "";
  display: inline-block;
  margin-right: 2.9vw;
  width: 110px;
  height: 1px;
  background: #000;
  top: 12px;
  position: absolute;
  left: -130px;
}

/*
  -----------------------------------------
      AboutProject
  -----------------------------------------
  */
#AboutProject {
  background-color: #F4F4F4;

}

#AboutProject .textaligncenter {
  text-align: center;
}

#AboutProject .fit-flex {
  width: fit-content;
  display: inline-flex;
}

#AboutProject .title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#AboutProject .title-memo {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
}

#AboutProject .subtitle {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 80px;
  position: relative;
  z-index: 1000;
}

#AboutProject .message {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1000;
  padding-top: 45px;
  left: 10px;
}

#AboutProject .image-area-wrap {
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 10vh;
  max-width: 1126px;
}

#AboutProject .image-item1 {
  position: absolute;
  top: 20px;
  right: -60px;
  width: 321px;
}

#AboutProject .image-item2 {
  position: absolute;
  bottom: -40px;
  left: -80px;
  width: 250px;
}


/*
  -----------------------------------------
      ProjectOverview
  -----------------------------------------
  */
#ProjectOverview {
  background-color: #ffffff;

}

#ProjectOverview .title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#ProjectOverview .small-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#ProjectOverview .title-memo {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
}

#ProjectOverview .subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 80px;
}


#ProjectOverview .image-area {
  text-align: center;
  padding: 5vh 5vw;
}

#ProjectOverview .contents {
  padding: 30px 20px 30px 90px;
  display: flex;
  justify-content: center;
}

#ProjectOverview .contents>* {
  width: 370px;
  padding-right: 80px;
}

#ProjectOverview .content {
  text-align: center;
}

#ProjectOverview .content .content-image {
  text-align: center;
  background-image: url(../img/02_projectoverview/02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 312px;
  width: 212px;
  display: inline-block;
  position: relative;
}

#ProjectOverview .content .content-image .left {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 30px;
  left: 30px;
}

#ProjectOverview .content .content-image .center {
  text-align: center;
  font-size: 94px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 90px;
  left: 80px;
}

#ProjectOverview .content .content-title {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

#ProjectOverview .content .content-message {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 30px;
}

#ProjectOverview .content .content-message-small {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;

  padding-top: 20px;
}


#ProjectOverview .image-background {
  width: 100%;
}

#ProjectOverview .message {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;

  padding-top: 5vh;
}


/*
  -----------------------------------------
      WhatWeDo
  -----------------------------------------
  */
#WhatWeDo {
  background-color: #F4F4F4;
  padding-bottom: 20px;
}

#WhatWeDo.item-top.padding-base {
  padding-left: 0px;
  padding-right: 0px;
}

#WhatWeDo .title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#WhatWeDo .title-memo {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
}

#WhatWeDo .subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 80px;
  position: relative;
  z-index: 1000;
}

#WhatWeDo .contents {
  padding: 60px 0px 60px 0px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  width: 1250px;
  margin-left: 7vw;
  overflow-y: hidden;
  overflow-x: hidden;
}

#WhatWeDo .content {
  position: relative;
  width: 550px;
  height: 555px;
  text-align: center;
}

#WhatWeDo .content .content-image1 {
  text-align: center;
  background-image: url(../img/03_whatwedo/01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -30px 0px;
  height: 525px;
  width: 499px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}


#WhatWeDo .content .content-image2 {
  text-align: center;
  background-image: url(../img/03_whatwedo/02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 25px;
  height: 500px;
  width: 435px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}


#WhatWeDo .content .content-image1 .phase {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 35px;
  left: -30px;
}

#WhatWeDo .content .content-image1 .number {
  text-align: left;
  font-size: 95px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 60px;
  left: 10px;
}

#WhatWeDo .content .content-image1 .title {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 100px;
  left: 105px;
}

#WhatWeDo .content .content-image1 .message {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 180px;
  left: 105px;
  width: 270px;
}

#WhatWeDo .content .content-image1 .footer {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 410px;
  left: 260px;
}


#WhatWeDo .content .content-image2 .phase {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 35px;
  left: -40px;
}

#WhatWeDo .content .content-image2 .number {
  text-align: left;
  font-size: 95px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 60px;
  left: 0px;
}

#WhatWeDo .content .content-image2 .title {
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 100px;
  left: 95px;
}

#WhatWeDo .content .content-image2 .message {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 180px;
  left: 95px;
  width: 270px;
}

#WhatWeDo .content .content-image2 .footer {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 410px;
  left: 250px;
}

#WhatWeDo .content .message p {
  margin-bottom: 0.2rem;
}

#WhatWeDo .content-message-small p {
  margin-bottom: 0.2rem;
}

#WhatWeDo .content .footer {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 410px;
  left: 290px;
}


#WhatWeDo .content-message-small {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
  position: absolute;
  top: 500px;
  left: 110px;
  width: 290px;
}

/*
  -----------------------------------------
      ADVANTAGE
  -----------------------------------------
  */
#Advantage {
  background-color: white;

}

#Advantage .title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#Advantage .title-memo {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
}

#Advantage .small-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 80px;
  position: relative;
  z-index: 1000;
}

#Advantage .subtitle {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 80px;
  position: relative;
  left: 50px;
  z-index: 1000;
}

#Advantage .subtitle.min {
  font-size: 22px;
}

#Advantage .message {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  left: 50px;
  z-index: 1000;

  padding-top: 20px;
}

#Advantage .textaligncenter {
  text-align: center;
}

#Advantage .image-area-wrap {
  padding-bottom: 10vh;
  display: inline-flex;
}

#Advantage .image-item1 {
  position: absolute;
  top: 20px;
  left: -200px;
  width: 276px;
}

#Advantage .image-item2 {
  position: absolute;
  bottom: -10px;
  right: -170px;
  width: 254px;
}


#Advantage .subtitle::after {
  content: "";
  position: absolute;
  display: block;
  height: 2rem;
  width: 10px;
  left: -20px;
  bottom: 0;
  background-color: black;
  border-radius: 10px;
}


/*
  -----------------------------------------
      AboutProject
  -----------------------------------------
  */
#OurThoughts {
  background-color: #F4F4F4;

}

#OurThoughts .title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#OurThoughts .title-memo {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
}

#OurThoughts .subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 80px;
  position: relative;
  z-index: 1000;
}

#OurThoughts .message {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: 1000;

  padding-top: 60px;
}

#OurThoughts .message-memo {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 50px;
}


/*
  -----------------------------------------
      Information
  -----------------------------------------
  */
#Information {
  background-color: white;
  min-height: auto !important;
}

#Information.item-top {
  padding-bottom: 90px;
}

#Information .title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

#Information .title-memo {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
  padding-bottom: 50px
}

#Information .content {
  display: flex;
  justify-content: center;
}

#Information .left {
  width: 20%;
}

#Information .right {
  width: 50%;
}

#Information .subtitle {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 30px;
  position: relative;
  z-index: 1000;
}

#Information .message {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 30px;
  padding-left: 3vw;
  position: relative;
  z-index: 1000;
  white-space: nowrap;
}

#Information .message-memo {
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 3vw;
}

#Information .content:has(.item) {
  padding-top: 80px;
}

#Information .item {
  width: 260px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  height: 120px;
}

#Information .item .message-memo {
  text-align: center;
  padding-left: 0;
}

#Information img {
  width: 100%;
}

#Information .item1 .item-image {
  top: 30px;
  position: absolute;
}

#Information .item3 .item-image {
  top: 20px;
  position: absolute;
}



#Contact {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px
}

#Contact .title-memo {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}



@media (1366px <=width <=1890px) {
  .scrolldown {
    right: 40px;
  }

  #Summit .title {
    margin-left: 18vw;
  }

  #Summit .subtitle {
    margin-left: 18vw;
  }

  #Summit .message {
    margin-left: 18vw;
  }


  #AboutProject .image-area-wrap {
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 70px;
  }

  #Advantage .image-area-wrap {
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 70px;
  }

  #ProjectOverview.item-top.padding-base {
    padding: 70px;
    padding-bottom: 90px;
    padding-top: 120px;
  }

  #WhatWeDo.item-top.padding-base {
    padding-left: 0px;
    padding-right: 0px;
  }

  #Information .right {
    width: 60%;
  }


}

@media (987px <=width <=1365px) {

  #Summit .title {
    margin-left: 13vw;
  }

  #Summit .subtitle {
    margin-left: 13vw;
  }

  #Summit .message {
    margin-left: 13vw;
  }

  .scrolldown {
    right: -30px;
  }

  #AboutProject .image-area-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vh;
  }

  #Advantage .image-area-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vh;
  }

  #ProjectOverview.item-top.padding-base {
    padding: 120px 0px 0px 0px;
    padding-bottom: 60px;
  }

  #Advantage .subtitle {
    left: 20px;
  }

  #Advantage .message {
    left: 20px;
  }

  #Information .right {
    width: 60%;
  }


  #WhatWeDo.item-top.padding-base {
    padding-bottom: 90px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #Information.item-top.padding-base {
    padding-left: 40px;
    padding-right: 40px;
  }

}

.sp-only {
  display: none !important;
}

@media (0px <=width <=986px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }


  .modal-window.on #ModalClose {
    padding: 9px;
  }

  .item-top.padding-base {
    padding-top: 95px;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 90px !important;
  }

  .left-item-top,
  .right-item-top {
    height: 420px;
  }

  .scrolldown {
    right: -20px;
  }

  .top-content {
    top: 48px;
  }

  .top-message {
    width: 100%;
  }


  #Summit.item-top {
    display: block;
    height: fit-content;
  }

  #Summit .left-item-top {
    width: 100%;
  }


  #Summit .left-item-top:has(.scroll-message)::after {
    display: none;
  }

  #Summit .title {
    text-align: left;
    font-size: 60px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 5vw;
    margin-top: 50px;
  }

  #Summit .sp-only.summit-top-image-sp {
    position: sticky;
    position: -webkit-sticky;
    height: 50vh;
    width: 100%;
    top: 48px;
    z-index: 5000;
    background-color: white;
  }

  #Summit .fit-image {
    transition: opacity 4s ease;
    opacity: 0;
    top: 50%;
    position: absolute;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }


  #Summit .subtitle {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;

    margin-left: 5vw;
  }

  #Summit .message {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0px;

    margin-left: 5vw;
    margin-top: 5vh;
  }

  #Summit .message.first {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 2.2px;

    margin-left: 5vw;
    margin-top: 5vh;
  }

  #Summit .message .large {
    font-size: 34px;
    font-weight: 500;
  }

  #Summit p {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  .bottom-margin-l {
    margin-bottom: 100px;
  }

  #AboutProject .title {
    font-size: 30px;
  }

  #AboutProject .title-memo {
    font-size: 14px;
  }

  #AboutProject .subtitle {
    font-size: 22px;
  }

  #AboutProject .message {
    font-size: 14px;
    left:0px;

  }
  #AboutProject .message p {
    margin-bottom: 0.5rem !important;
  }

  #AboutProject .image-area-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 3vh;
  }

  #AboutProject .image-item1 {
    top: 50px;
    right: -15px;
    width: 165px;
  }

  #AboutProject .image-item2 {
    bottom: -20px;
    left: -5px;
    width: 146px;
  }


  #ProjectOverview.item-top.padding-base {
    padding-left: 0;
    padding-right: 0;
  }

  #ProjectOverview .title {
    font-size: 30px;
  }

  #ProjectOverview .small-title {
    font-size: 20px;
  }

  #ProjectOverview .title-memo {
    font-size: 14px;
  }

  #ProjectOverview .subtitle {
    font-size: 15px;
  }

  #ProjectOverview .image-area {
    padding-left: 0;
    padding-right: 0;
  }

  #ProjectOverview .contents {
    padding: 5vw 16px;
    flex-wrap: wrap;
  }

  #ProjectOverview .contents>* {
    width: 100%;
    padding-right: 0px;
  }

  #ProjectOverview .content .content-image {
    height: 237px;
    width: 161px;
  }

  #ProjectOverview .content .content-image .left {
    font-size: 14px;
    top: 30px;
    left: 20px;
  }

  #ProjectOverview .content .content-image .center {
    font-size: 70px;
    font-weight: 600;
    top: 70px;
    left: 55px;
  }

  #ProjectOverview .content .content-title {
    text-align: center;
    font-size: 18px;
  }

  #ProjectOverview .content .content-message {
    font-size: 14px;
  }

  #ProjectOverview .content .content-message-small {
    font-size: 11px;
  }

  .content.sp-top-margin {
    margin-top: 50px;
  }

  #ProjectOverview p {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  #WhatWeDo .title {
    font-size: 30px;
  }

  #WhatWeDo .subtitle {
    text-align: center;
    font-size: 15px;
  }

  #WhatWeDo.item-top.padding-base {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  #WhatWeDo .scrollx {
    overflow-x: hidden;
    text-align: center;
  }

  #WhatWeDo .contents {
    display: flex;
    width: auto;
    /* padding: 0; */
    height: 2066px;
    margin-left: 0;
    padding-top: 0;
  }

  #WhatWeDo .content {
    width: 100%;
    height: 500px;
  }

  #WhatWeDo .content .content-image1 {
    background-position: center;
    height: 480px;
    width: 383px;
    top: 0;
    position: relative;
  }

  #WhatWeDo .content .content-image2 {
    background-position: 5px 60px;
    height: 440px;
    width: 340px;
    top: 0;
    position: relative;
  }


  #WhatWeDo .content .content-image1 .phase {
    top: 55px;
    left: 0px;
  }

  #WhatWeDo .content .content-image1 .number {
    top: 50px;
    left: 25px;
  }

  #WhatWeDo .content .content-image1 .title {
    font-size: 24px;
    top: 115px;
    left: 95px;
  }

  #WhatWeDo .content .content-image1 .message {
    font-size: 14px;
    top: 158px;
    left: 95px;
    width: 270px;
  }

  #WhatWeDo .content .content-image1 .footer {
    font-size: 20px;
    top: 340px;
    left: 230px;
  }


  #WhatWeDo .content .content-image2 .phase {
    top: 55px;
    left: -15px;
  }

  #WhatWeDo .content .content-image2 .number {
    top: 50px;
    left: 5px;
  }

  #WhatWeDo .content .content-image2 .title {
    font-size: 24px;
    top: 115px;
    left: 75px;
  }

  #WhatWeDo .content .content-image2 .message {
    font-size: 14px;
    top: 170px;
    left: 75px;
    width: 270px;
  }

  #WhatWeDo .content .content-image2 .footer {
    font-size: 20px;
    top: 340px;
    left: 210px;
  }


  #WhatWeDo .view-more-sp {
    position: absolute;
    bottom: 30px;
    left: calc((100% - 128px) /2);
    font-size: 14px;
    background-color: #26890D;
    width: 128px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    color: white;
    font-family: "Open sans", sans-serif;
  }

  #WhatWeDo .content-message-small {
    left: calc((100% - 290px)/2);
    width: 290px;
    text-align: center;
  }

  #Advantage .title {
    font-size: 30px;
  }

  #Advantage .image-item1 {
    position: absolute;
    top: 70px;
    left: -50px;
    width: 236px;
  }

  #Advantage .image-item2 {
    position: absolute;
    bottom: -100px;
    right: -10px;
    width: 204px;
  }

  #Advantage .subtitle,
  #Advantage .subtitle.min {
    font-size: 20px;
    padding-top: 70px;
    left: 30px;
    width: 92%;
    letter-spacing: 0.02rem;
    line-height:1.5;
  }


  #Advantage .message {
    font-size: 14px;
    left: 30px;
    width: 90%;
  }

  #Advantage .message p {
    margin-bottom: 0.2rem;
  }

  #OurThoughts .title {
    font-size: 30px;
  }

  #OurThoughts .title-memo {
    font-size: 14px;
  }

  #OurThoughts .message {
    font-size: 14px;
  }
  #OurThoughts .message p {
    margin-bottom: 0.5rem;
  }

  #OurThoughts .message-memo {
    font-size: 11px;
  }

  #OurThoughts .sp-only p {
    white-space: nowrap;
  }


  #Information.item-top.padding-base {
    padding-bottom: 50px !important;
  }

  #Information .left {
    width: 25%;
  }

  #Information .right {
    width: 70%;
  }

  #Information .title {
    font-size: 30px;
  }

  #Information .title-memo {
    font-size: 14px;
  }

  #Information .subtitle {
    font-size: 15px;
    line-height:1.5;
  }

  #Information .message {
    font-size: 15px;
    white-space: wrap;
    line-height:1.5;
  }

  #Information .message-memo {
    font-size: 11px;
    padding-top: 15px;
  }

  .subtitle.sp-linedoubleheight:not(.none-double) {
    height: 4.6rem;
  }

  #Information .content:has(.sp-textaligncenter) {
    display: block;
    text-align: center;
    padding-top: 60px
  }

  #Information .item-image {
    position: relative;
    margin: 20px;
  }

  #Information .sp-textaligncenter {
    text-align: center;
  }

  #Information .sp-textaligncenter>* {
    display: inline-block;
  }

  #Information .item {
    padding-bottom: 150px;
  }


  #Contact {
    padding-top: 0;
  }

  .section-title {
    font-size: 30px;
  }

  #Contact .title-memo {
    font-size: 14px;
  }

  .section-text {
    font-size: 20px;
    line-height: 30px;
  }

  #Contact p {
    white-space: nowrap;
  }

  .ct-text-span {
    margin-top: 30px;
  }





  .modal-window {
    width: 95vw;
    height: 40vh;
  }

  .modal-window.on #ModalImage {
    width: 100%;
  }
}

/* 微調整 */
@media (0px <=width <=429px) {
  #WhatWeDo .content .content-image1 {
    left: calc(100% - 363px);
  }

  #WhatWeDo .content .content-image2 {
    left: calc(100% - 370px + 10px);
  }


  #WhatWeDo .content .content-image1 .number {
    top: 55px;
    line-height: 1.5;
  }

  #WhatWeDo .content .content-image1 .title {
    top: 120px;
  }

  #WhatWeDo .content .content-image1 .message {
    top: 163px;
  }

  #WhatWeDo .content .content-image1 .footer {
    top: 345px;
  }


  #WhatWeDo .content .content-image2 .number {
    top: 55px;
    line-height: 1.5;
  }

  #WhatWeDo .content .content-image2 .title {
    top: 120px;
  }

  #WhatWeDo .content .content-image2 .message {
    top: 175px;
  }

  #WhatWeDo .content .content-image2 .footer {
    top: 345px;
  }

  #WhatWeDo .content .message p {
    margin-bottom: 0.1rem;
}

  #ProjectOverview .content .content-image .center {
    top: 71px;
    left: 57px;
  }

  #Advantage .subtitle::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 7px;
    left: -20px;
    bottom: 5px;
    background-color: #1E2022;
    border-radius: 5px;
  }

  /* フッター */
  footer {
    padding: 48px 24px 32px 24px;
  }

  .list-inline-item {
    margin-right: 0 !important;
    height: 40px;
    width: 50%;
  }

  ul.split-list.sp-only {
    padding-left: 0;
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  footer .declaration p {
    margin-bottom: 0;
  }
}

@media (0px <=width <=375px) {
  #WhatWeDo.item-top.padding-base {
    padding-left: 2vw;
    padding-right: 2vw;
}
#WhatWeDo .content .content-image1 {
  left: calc(100% - 363px + 5px);
}
  #WhatWeDo .content .content-image2 {
    left: calc(100% - 370px + 20px);
  }

  #WhatWeDo .content .content-image1 .phase {
    left: 15px;
  }

  #WhatWeDo .content .content-image2 .phase {
    left: -5px;
  }
}

/* スマホで画面が横になった場合 */
.modal-window.orient {
  width: 75vw;
  height: 80vh;
}