@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  display: block;
}

a img {
  border: none;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

main {
  background: linear-gradient(to right, #fff 0%, #fff 60%, #f4f7f4 60%, #f4f7f4 100%);
}

@media screen and (max-width: 980px) {
  main {
    margin-top: 64px;
  }
}
section .container.side-by-side {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section .container h2 {
  font-size: 260%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.4;
}
section .container h2 span {
  display: block;
}
section .container h3.en {
  font-size: 85%;
  padding-bottom: 1em;
}
section.one .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
section.one .container .mv {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 750px;
  background: url(../images/home/main.jpg) no-repeat center center;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
section.one .container .mv h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: white;
  font-size: 380%;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 0.3em;
}
section.one .container .mv h2 span {
  display: block;
}
section.one .container .mv h2 + a {
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0.6em 1em 0.6em 4em;
  background: url(../images/icon_mail.png) no-repeat 1.6em center rgba(3, 172, 75, 0.3);
  background-size: 1.8em auto;
  color: white;
  transition: background-color 300ms ease;
}
section.one .container .mv h2 + a > span {
  display: block;
}
section.one .container .mv h2 + a > span:first-child {
  font-size: 115%;
  padding-left: 1em;
  font-weight: 700;
}
section.one .container .mv h2 + a:hover {
  background-color: rgba(3, 172, 75, 0.6);
  transition: background-color 300ms ease;
}
section.one .container .mv h2 + a {
  position: absolute;
  right: 3em;
  bottom: 3em;
}
section.one .container .news {
  background-color: #335719;
  position: relative;
  z-index: 0;
}
section.one .container .news > div {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
}
section.one .container .news > div > h3 {
  color: white;
  font-size: 115%;
  letter-spacing: 0.2em;
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.one .container .news > div > ul {
  padding: 1em 0;
}
section.one .container .news > div > ul li a {
  display: flex;
  justify-content: start;
  color: white;
  transition: color 300ms ease;
}
section.one .container .news > div > ul li a span.date {
  display: block;
  padding-right: 1em;
}
section.one .container .news > div > ul li a h4 {
  line-height: 1.8;
  font-weight: 400;
}
section.one .container .news > div > ul li a:hover {
  color: #eaff35;
  transition: color 300ms ease;
}
section.one .container .news > div > a:last-child {
  width: 320px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #03ac4b;
  transition: background-color 300ms ease;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
}
section.one .container .news > div > a:last-child::after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  right: 2em;
  top: calc(50% - 1em);
  background: url(../images/arrow01.png) no-repeat center center;
  background-size: contain;
}
section.one .container .news > div > a:last-child:hover {
  background-color: #68cd93;
  transition: background-color 300ms ease;
}
section.two {
  padding-top: 80px;
}
section.two .container > div:first-child h2 br {
  display: none;
}
section.two .container > div:first-child > p {
  max-width: 36em;
  padding-bottom: 40px;
}
section.two .container > div:first-child > a {
  width: 14em;
}
section.three {
  padding: 0 0 60px 0;
}
section.three .container > div:first-child {
  padding-bottom: 40px;
}
section.three .container {
  /**
  * process-diagram.css
  * PC（769px以上）: 5つの円をペンタゴン状に配置し、背後に円環画像（connector-ring.png）を重ねる構成。
  *                  元のSVG（1024×974）の座標を、コンテナ幅・高さに対する割合に変換して配置している。
  * SP（768px以下）: サービスsp.svg（669×1035）の実測値に基づく縦リスト構成。
  *                  同SVGは2倍尺のため、全数値を1/2にしてCSS pxへ変換している。
  *                  想定コンテンツ幅は335px（375px表示・左右余白20px）。
  */
}
section.three .container .process-diagram__loop-outer,
section.three .container .process-diagram__loop-top,
section.three .container .process-diagram__loop-bottom {
  display: none;
}
section.three .container .process-diagram {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  aspect-ratio: 1024/974;
}
section.three .container .process-diagram .process-diagram__ring {
  position: absolute;
  left: 19.53%;
  top: 22.13%;
  width: 59.96%;
  aspect-ratio: 614/610;
}
section.three .container .process-diagram .process-diagram__ring-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section.three .container .process-diagram .process-diagram__circle {
  position: absolute;
  width: 29.3%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.three .container .process-diagram .process-diagram__circle-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6%;
  justify-content: flex-start;
  padding-top: 16%;
}
section.three .container .process-diagram .process-diagram__circle--1 {
  left: 50.2%;
  top: 15.65%;
}
section.three .container .process-diagram .process-diagram__circle--2 {
  left: 83.89%;
  top: 41.44%;
}
section.three .container .process-diagram .process-diagram__circle--3 {
  left: 71%;
  top: 83.12%;
}
section.three .container .process-diagram .process-diagram__circle--4 {
  left: 29.39%;
  top: 83.12%;
}
section.three .container .process-diagram .process-diagram__circle--5 {
  left: 14.84%;
  top: 41.44%;
}
section.three .container .process-diagram .process-diagram__number {
  margin-bottom: 0.3em;
  font-size: clamp(100%, 3vw, 240%);
  color: #059e66;
  line-height: 1;
}
section.three .container .process-diagram .process-diagram__divider {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #059e66;
  margin: 6px 0 10px;
}
section.three .container .process-diagram .process-diagram__title {
  margin: 0 0 0.6em;
  font-size: clamp(85%, 1.8vw, 125%);
  color: #04853b;
  font-weight: bold;
}
section.three .container .process-diagram .process-diagram__text {
  margin: 0;
  font-size: clamp(60%, 1.4vw, 100%);
  line-height: 1.7;
  color: #333333;
}
section.three .container {
  /* feature.css */
}
section.three .container .feature {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  grid-template-rows: repeat(4, auto);
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
section.three .container .feature .feature__item {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
}
section.three .container .feature .feature__item p.feature__problem { /* 課題（薄緑の枠） */
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E0EDE0;
  font-size: 100%;
}
section.three .container .feature .feature__item .feature__arrow { /* 下向き矢印 */
  display: block;
  width: 27px;
  height: 22px;
  margin: 20px auto 0 auto;
  background-color: #04853B;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
section.three .container .feature .feature__item img.feature__icon { /* アイコン */
  height: 100px;
  width: auto;
  margin: 18px auto 0 auto;
}
section.three .container .feature .feature__item .feature__solution { /* 解決策 */
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 2.15;
  text-align: left;
}
section.four {
  padding: 100px 0;
}
section.four .container {
  flex-direction: row-reverse;
  justify-content: start;
  gap: 60px;
}
section.four .container > div:first-child > p {
  max-width: 36em;
  padding-bottom: 40px;
}
section.four .container > div:first-child > a {
  width: 18em;
}
section.five {
  display: none;
  padding: 100px 0;
}
section.five .container {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section.five .container > div {
  width: 30%;
}
section.five .container > div > p:first-child {
  width: 50px;
  height: 50px;
  margin: 0 auto 40px auto;
  text-indent: -9999px;
}
section.five .container > div:first-child > p:first-child {
  background: url(../images/home/features-01.png) no-repeat center center;
  background-size: contain;
}
section.five .container > div:nth-child(2) > p:first-child {
  background: url(../images/home/features-02.png) no-repeat center center;
  background-size: contain;
}
section.five .container > div:nth-child(3) > p:first-child {
  background: url(../images/home/features-03.png) no-repeat center center;
  background-size: contain;
}
section.five .container > div h3 {
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 2em;
  position: relative;
}
section.five .container > div h3::after {
  content: "";
  width: 4em;
  height: 2px;
  background-color: #059e66;
  position: absolute;
  left: calc(50% - 2em);
  bottom: 0;
}
section.six .container {
  background-color: #e0ede0;
  padding: 100px 240px;
}
section.six .container h4 {
  font-weight: 400;
  font-size: 100%;
  padding: 0;
}
section.six .container h2 br {
  display: none;
}
section.six .container > div {
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
section.six .container > div > div {
  width: 30%;
  background-color: white;
  border-radius: 2.6em;
  position: relative;
  padding: 2em;
}
section.six .container > div > div img {
  margin: -60px auto 0 auto;
}
section.six .container > div > div h5 {
  color: #03ac4b;
  font-size: 110%;
  margin-bottom: 1.2em;
  text-align: center;
}
section.six .container > div > div h6 {
  width: 7em;
  height: 7em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #03ac4b;
  color: #03ac4b;
  position: absolute;
  top: -2em;
  right: -2em;
  background-color: white;
  border-radius: 50%;
  font-size: 85%;
  text-align: center;
  line-height: 1.2;
}
section.six .container > div > div p:first-of-type {
  margin-bottom: 1.8em;
}
section.six .container > a.btn01 {
  width: 16em;
  margin: 60px auto 0 auto;
}
section.seven {
  padding: 80px 0 140px 0;
}
section.seven .container {
  max-width: 1120px;
  margin: 0 auto;
}
section.seven .container > p {
  padding-bottom: 30px;
}
section.seven .container h4 {
  background-color: #03ac4b;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6em 0;
  width: 12em;
  font-size: 100%;
  margin-bottom: 12px;
}
section.seven .container > div {
  position: relative;
  padding-bottom: 240px;
  margin-bottom: 3em;
}
section.seven .container > div p {
  position: absolute;
  padding: 1em;
  border: 1px solid #cde3cd;
  border-radius: 0.6em;
  background-color: white;
  font-weight: 700;
}
section.seven .container > div p:first-of-type {
  width: 17em;
  right: 140px;
  top: 60px;
}
section.seven .container > div p:nth-of-type(2) {
  width: 24em;
  right: 0;
  top: 150px;
}
section.seven .container > div p:nth-of-type(3) {
  width: 32em;
  right: 20px;
  top: 260px;
}
section.seven .container > div p:nth-of-type(4) {
  width: 32em;
  left: 0;
  top: 270px;
}
section.seven .container > div p:nth-of-type(5) {
  width: 36em;
  left: 10px;
  top: 390px;
}
section.seven .container > div p:nth-of-type(6) {
  width: 28em;
  right: 10px;
  top: 360px;
}
section.seven .container > ul {
  max-width: 1120px;
  width: 100%;
  margin: 12px auto 40px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}
section.seven .container > ul > li {
  padding: 14px 25px;
  border: 1px solid #059E66;
  border-radius: 8px;
}
section.seven .container > ul > li h3 {
  font-size: 115%;
  padding: 0.5em 0;
}
section.seven .container > ul > li p {
  font-size: 100%;
}
section.seven .container > ul > li p.no {
  color: #059E66;
  font-size: 110%;
}
section.seven .container > ul > li p.txt {
  padding-top: 0.5em;
  line-height: 2;
  border-top: 1px solid #E0EDE0;
  color: #333333;
}
section.seven .container > a.btn01 {
  width: 10em;
  margin: 0 auto;
}
section.eight .container {
  width: 1120px;
  margin: 0 auto;
}
section.eight .container dl {
  /**
  * faq-accordion.css
  * checkboxの状態（:checked）を利用し、JavaScriptを使わずddの開閉を行う。
  */
  width: 100%;
}
section.eight .container dl > div {
  margin-bottom: 1em;
}
section.eight .container dl > div .faq-item__toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
section.eight .container dl > div dt {
  margin: 0;
  border: 1px solid #cde3cd;
  background-color: white;
  border-radius: 0.5em;
}
section.eight .container dl > div dt label {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  position: relative;
}
section.eight .container dl > div dt label span:first-child {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #03ac4b;
  text-indent: -9999px;
}
section.eight .container dl > div dt label::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 20px;
  font-size: 20px;
  color: #03ac4b;
}
section.eight .container dl > div .faq-item__toggle:checked ~ dt {
  border-radius: 0.5em 0.5em 0 0;
}
section.eight .container dl > div .faq-item__toggle:checked ~ dt label::after {
  content: "−";
}
section.eight .container dl > div dd {
  background-color: #e0ede0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  padding: 0 40px 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease, padding 300ms ease;
}
section.eight .container dl > div dd span:first-child {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #03ac4b;
  text-indent: -9999px;
}
section.eight .container dl > div .faq-item__toggle:checked ~ dd {
  max-height: 600px;
  padding: 20px 40px 24px 20px;
  transition: max-height 300ms ease, padding 300ms ease;
  border-radius: 0 0 0.5em 0.5em;
}
section.eight .container dl > div:first-child dt label span:first-child {
  background: url(../images/home/faq-q1.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container dl > div:first-child dd span:first-child {
  background: url(../images/home/faq-a1.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container dl > div:nth-child(2) dt label span:first-child {
  background: url(../images/home/faq-q2.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container dl > div:nth-child(2) dd span:first-child {
  background: url(../images/home/faq-a2.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container dl > div:nth-child(3) dt label span:first-child {
  background: url(../images/home/faq-q3.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container dl > div:nth-child(3) dd span:first-child {
  background: url(../images/home/faq-a3.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container dl > div:nth-child(4) dt label span:first-child {
  background: url(../images/home/faq-q4.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container dl > div:nth-child(4) dd span:first-child {
  background: url(../images/home/faq-a4.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container dl > div:nth-child(5) dt label span:first-child {
  background: url(../images/home/faq-q5.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container dl > div:nth-child(5) dd span:first-child {
  background: url(../images/home/faq-a5.png) no-repeat center center #03ac4b;
  background-size: 80% auto;
}
section.eight .container > a.btn01 {
  width: 10em;
  margin: 30px auto 0 auto;
}
section.nine {
  padding: 100px 0;
}
section.nine .container {
  background-color: #e0ede0;
  padding: 60px 240px;
  position: relative;
}
section.nine .container > img {
  position: absolute;
  right: 30px;
  top: -50px;
}
section.nine .container h4 {
  margin-bottom: 120px;
}
section.nine .container > ul {
  display: flex;
  justify-content: space-between;
}
section.nine .container > ul li {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.nine .container > ul li img {
  width: 100%;
  aspect-ratio: 320/213;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 30px;
}
section.nine .container > ul li .terms {
  display: inline-block;
  background-color: #03ac4b;
  font-weight: 700;
  color: white;
  padding: 0.3em 1em;
  margin-bottom: 1em;
}
section.nine .container > ul li h5 {
  flex-grow: 1;
  padding-bottom: 1em;
  font-weight: 400;
  font-size: 100%;
}
section.nine .container > ul li a.btn01 {
  width: 8em;
  margin: 0 auto;
}
section.nine .container > a.btn01 {
  width: 10em;
  margin: 60px auto 0 auto;
}
section.ten {
  padding: 30px 0 100px 0;
}
section.ten .container {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  color: #335719;
}
section.ten .container > div:first-child {
  width: 420px;
}
section.ten .container > div:first-child h2 {
  font-size: 180%;
}
section.ten .container > div:first-child h4 {
  font-weight: 700;
  padding-bottom: 2em;
}
section.ten .container > div:first-child > div:first-of-type p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background: url(../images/icon_address.png) no-repeat center center;
  background-size: contain;
  transform: translateY(0.3em);
}
section.ten .container > div:first-child > div:first-of-type p:nth-child(2)::before {
  background-image: url(../images/icon_foundation.png);
}
section.ten .container > div:first-child > div:first-of-type p:nth-child(3)::before {
  background-image: url(../images/icon_people.png);
}
section.ten .container > div:first-child > div:first-of-type p:nth-child(4)::before {
  background-image: url(../images/icon_tel.png);
}
section.ten .container > div:first-child > div:first-of-type p:nth-child(5)::before {
  background-image: url(../images/icon_time.png);
}
section.ten .container > div:first-child > div:nth-of-type(2) {
  padding: 30px 0 30px 10px;
  border-top: 1px solid #335719;
  width: 20em;
  margin-top: 40px;
}
section.ten .container > div:first-child > div:nth-of-type(2) p {
  line-height: 1.4;
  padding-bottom: 0.6em;
}
section.ten .container > div:first-child > a {
  width: 10em;
}
section.ten .container > div:last-child {
  width: 700px;
}
section.ten .container > div:last-child > div {
  display: flex;
  justify-content: start;
  align-items: flex-end;
  gap: 20px;
}
section.ten .container > div:last-child > div img {
  max-width: 360px;
  width: 100%;
  height: auto;
}
section.ten .container > div:last-child > div > div p.name {
  font-size: 135%;
  font-weight: 700;
}
section.ten .container > div:last-child > div > div p:nth-child(n+3) {
  font-size: 85%;
}
section.ten .container > div:last-child > div:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  section .container.side-by-side > img {
    max-width: 800px;
    width: 50%;
    height: auto;
  }
  section.six .container {
    padding: 100px 0;
  }
  section.six .container h2, section.six .container h3, section.six .container h4 {
    max-width: 1120px;
    margin: 0 auto;
  }
  section.six .container > div {
    max-width: 1120px;
    margin: 60px auto 0 auto;
  }
  section.nine {
    background-color: #e0ede0;
    padding: 0;
    margin: 100px 0;
  }
  section.nine .container {
    padding: 60px 0;
    max-width: 1120px;
    margin: 0 auto;
  }
  section.nine .container > img {
    position: relative;
    margin: -80px 0 20px auto;
    right: initial;
    top: initial;
  }
  section.nine .container h4 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1400px) {
  section.two .container > div:first-child h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1200px) {
  section.one .container .news > div > h3 {
    width: 120px;
  }
  section.one .container .news > div > a:last-child {
    width: 260px;
  }
  section.six .container {
    padding: 100px 30px 100px 20px;
  }
  section.six .container h2, section.six .container h3, section.six .container h4, section.six .container > div {
    width: 100%;
  }
  section.seven .container > ul {
    -moz-column-gap: 3.4%;
         column-gap: 3.4%;
  }
  section.eight .container {
    width: 100%;
  }
  section.nine .container {
    padding: 60px 20px;
  }
  section.nine .container > img {
    position: relative;
    margin: 0 0 20px auto;
    right: initial;
    top: initial;
  }
  section.nine .container h4 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 980px) {
  section .container.side-by-side {
    display: block;
  }
  section .container.side-by-side > img {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  section.one .container .news > div > a:last-child {
    width: 200px;
  }
  section.one .container .news > div > a:last-child::after {
    right: 0.5em;
  }
  section.two .container > div:first-child h2 {
    font-size: 260%;
  }
  section.six .container {
    padding: 100px 40px 160px 20px;
  }
  section.six .container > div {
    flex-wrap: wrap;
    row-gap: 60px;
  }
  section.six .container > div > div {
    width: 46%;
  }
  section.six .container > a.btn01 {
    margin: -12vw 4vw 0 auto;
  }
  section.ten .container > div:first-child {
    margin-right: 20px;
  }
  section.ten .container > div:last-child {
    width: auto;
  }
  section.ten .container > div:last-child > div {
    display: block;
  }
  section.ten .container > div:last-child > div img {
    max-width: 720px;
    margin-bottom: 12px;
  }
  section.ten .container > div:last-child > div > div p.title, section.ten .container > div:last-child > div > div p.name {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  section.one .container .mv {
    max-width: initial;
    min-height: initial;
    aspect-ratio: 750/1184;
    background: url(../images/home/main-sp.jpg) no-repeat center center;
    background-size: cover;
  }
  section.one .container .mv h2 {
    font-size: 8.4vw;
    padding-bottom: 80%;
  }
  section.one .container .news > div {
    flex-wrap: wrap;
  }
  section.one .container .news > div h2 {
    width: 100px;
  }
  section.one .container .news > div ul li a {
    align-items: center;
  }
  section.one .container .news > div ul li a span.date {
    font-size: 85%;
  }
  section.one .container .news > div > a:last-child {
    width: 100%;
    position: relative;
    height: 3em;
  }
  section.one .container .news > div > a:last-child::after {
    right: 2em;
  }
  section.two .container > div:first-child h2 {
    font-size: 5.6vw;
  }
  section.three .container .process-diagram {
    aspect-ratio: auto;
    max-width: 640px;
    padding: 0;
  }
  section.three .container .process-diagram .process-diagram__ring {
    display: none;
  }
  section.three .container .process-diagram {
    /* --- 外周ループ（5 から 1 へ戻る経路） --- */
  }
  section.three .container .process-diagram .process-diagram__loop-outer {
    display: block;
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 8px;
    width: 2px;
    background-color: #04853B;
  }
  section.three .container .process-diagram .process-diagram__loop-top {
    display: block;
    position: absolute;
    left: 0;
    top: 22px;
    width: 15px;
    height: 2px;
    background-color: #04853B;
  }
  section.three .container .process-diagram .process-diagram__loop-top::after {
    content: "";
    position: absolute;
    right: -7px;
    top: -6px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #04853B;
  }
  section.three .container .process-diagram .process-diagram__loop-bottom {
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 42px;
    height: 2px;
    background-color: #04853B;
  }
  section.three .container .process-diagram {
    /* --- 各ステップ --- */
  }
  section.three .container .process-diagram .process-diagram__circle,
  section.three .container .process-diagram .process-diagram__circle--1,
  section.three .container .process-diagram .process-diagram__circle--2,
  section.three .container .process-diagram .process-diagram__circle--3,
  section.three .container .process-diagram .process-diagram__circle--4,
  section.three .container .process-diagram .process-diagram__circle--5 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: block;
    width: auto;
    aspect-ratio: auto;
    border-radius: 0;
    background: none;
    box-shadow: none;
    text-align: left;
    padding: 3px 0 25px 64px;
  }
  section.three .container .process-diagram .process-diagram__circle:last-child {
    padding-bottom: 10px;
  }
  section.three .container .process-diagram {
    /* 縦の連結線 */
  }
  section.three .container .process-diagram .process-diagram__circle::before {
    content: "";
    position: absolute;
    left: 41px;
    top: 41px;
    bottom: 26px;
    width: 2px;
    background-color: #04853B;
  }
  section.three .container .process-diagram .process-diagram__circle:last-child::before {
    bottom: 8px;
  }
  section.three .container .process-diagram {
    /* 下向き矢印（最終ステップは外周ループへ続くため非表示） */
  }
  section.three .container .process-diagram .process-diagram__circle:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 36px;
    bottom: 26px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #04853B;
  }
  section.three .container .process-diagram .process-diagram__circle-content {
    position: static;
    display: block;
    padding: 0;
    text-align: left;
    min-height: 4em;
  }
  section.three .container .process-diagram .process-diagram__number {
    position: absolute;
    left: 0;
    top: 0;
    width: 81px;
    text-align: center;
    font-family: "Noto Serif JP", "Times New Roman", serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    color: #04853B;
  }
  section.three .container .process-diagram .process-diagram__divider {
    display: none;
  }
  section.three .container .process-diagram .process-diagram__title {
    margin: 0;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #04853B;
  }
  section.three .container .process-diagram .process-diagram__text {
    margin: 4px 0 0;
    font-size: 100%;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #333333;
  }
  section.three .container .feature {
    display: block;
  }
  section.three .container .feature .feature__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  section.three .container .feature .feature__item p.feature__problem {
    width: 40%;
  }
  section.three .container .feature .feature__item .feature__arrow {
    margin: 0;
    transform: rotate(-90deg);
  }
  section.three .container .feature .feature__item img.feature__icon {
    margin: 0;
  }
  section.three .container .feature .feature__item .feature__solution {
    width: 28%;
    margin: 0;
  }
  section.five .container {
    display: block;
  }
  section.five .container > div {
    width: 60%;
    margin: 0 auto 60px auto;
  }
  section.six .container h2 br {
    display: inline;
  }
  section.six .container > div {
    display: block;
  }
  section.six .container > div > div {
    width: 100%;
    margin-bottom: 60px;
  }
  section.six .container > a.btn01 {
    margin: 0 auto;
  }
  section.seven .container > img {
    max-width: 100%;
    height: auto;
  }
  section.seven .container > ul {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  section.seven .container > ul p.ttl br,
  section.seven .container > ul p.txt br {
    display: none;
  }
  section.nine .container {
    padding: 60px 20px;
  }
  section.nine .container > img {
    margin: 0 auto 20px auto;
    max-width: 900px;
    width: 100%;
    height: auto;
  }
  section.nine .container h4 {
    margin-bottom: 10px;
  }
  section.nine .container ul {
    display: block;
  }
  section.nine .container ul li {
    width: 100%;
    display: grid;
    grid-template-columns: 45% auto;
    grid-template-rows: auto auto auto 1fr;
    -moz-column-gap: 3%;
         column-gap: 3%;
    margin-bottom: 40px;
  }
  section.nine .container ul li img {
    grid-column: 1/2;
    grid-row: 1/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.nine .container ul li .terms {
    grid-column: 2/3;
    grid-row: 1/2;
    justify-self: start;
  }
  section.nine .container ul li h5 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  section.nine .container ul li a.btn01 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  section.ten .container {
    display: block;
  }
  section.ten .container > div:first-child {
    width: 70%;
    margin: 0 auto 60px auto;
  }
  section.ten .container > div:last-child {
    width: 90%;
    margin: 0 auto;
  }
  section.ten .container > div:last-child > div {
    display: block;
  }
  section.ten .container > div:last-child > div img {
    max-width: 720px;
    margin-bottom: 12px;
  }
  section.ten .container > div:last-child > div > div p.title, section.ten .container > div:last-child > div > div p.name {
    display: inline-block;
  }
}
@media screen and (max-width: 680px) {
  section.one .container .news > div {
    display: block;
  }
  section.one .container .news > div h3 {
    width: 100%;
    padding: 1em 0 0.5em 1.6em;
    justify-content: left;
  }
  section.one .container .news > div ul {
    padding: 0 0 1em 1em;
  }
}
@media screen and (max-width: 620px) {
  section.three .container > div:first-child h2 {
    font-size: 7.8vw;
  }
  section.three .container > div:first-child p br {
    display: none;
  }
  section.three .container .feature .feature__item {
    display: block;
    margin-bottom: 40px;
  }
  section.three .container .feature .feature__item p.feature__problem {
    width: 100%;
  }
  section.three .container .feature .feature__item .feature__arrow {
    margin: 16px auto;
    transform: rotate(0);
  }
  section.three .container .feature .feature__item img.feature__icon {
    margin: 0 auto;
  }
  section.three .container .feature .feature__item .feature__solution {
    width: 100%;
    text-align: center;
    line-height: 1.8;
  }
  section.nine .container ul {
    display: block;
  }
  section.nine .container ul li {
    display: block;
  }
  section.nine .container ul li img {
    width: 100%;
  }
  section.nine .container ul li .terms {
    width: auto;
  }
  section.nine .container ul li h5 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  section .container h2 {
    font-size: 8.4vw;
  }
  section.one .container .mv h2 + a {
    right: 20px;
    bottom: 20px;
  }
  section.one .container .mv h2 + a > span span {
    display: block;
  }
  section.one .container .mv h2 + a > span span:last-child {
    margin-left: 1.2em;
  }
  section.five .container {
    display: block;
  }
  section.five .container > div {
    width: 80%;
  }
  section.ten .container {
    display: block;
  }
  section.ten .container > div:first-child {
    width: 100%;
  }
  section.ten .container > div:last-child {
    width: 100%;
  }
}