@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-variation-settings: "opsz" 14;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.c-header .inner-block {
  max-width: 100%;
  padding: min(24px, 1.6666666667vw) min(40px, 2.7777777778vw);
}
.c-header .logo {
  max-width: min(177px, 12.2916666667vw);
}

.c-ttl01 {
  text-align: center;
  margin-bottom: min(41px, 2.8472222222vw);
}
.c-ttl01 .ja {
  color: #104414;
  display: block;
  font-size: min(32px, 2.2222222222vw);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: normal;
}
.c-ttl01 .en {
  color: #29aa33;
  display: block;
  font-size: clamp(14px, 16px, min(16px, 1.1111111111vw));
  font-weight: 300;
  letter-spacing: normal;
}

.c-ttl02 {
  color: #29aa33;
  font-size: min(24px, 1.6666666667vw);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: min(16px, 1.1111111111vw);
}

.c-ttl03 .sub {
  color: #29aa33;
  display: block;
  font-size: min(24px, 1.6666666667vw);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto min(10px, 0.6944444444vw);
  padding: 0 min(40px, 2.7777777778vw);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl03 .sub::before,
.c-ttl03 .sub:after {
  background: #29aa33;
  border-radius: 4px;
  content: "";
  height: min(40px, 2.7777777778vw);
  width: min(4px, 0.2777777778vw);
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.c-ttl03 .sub::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-ttl03 .sub::after {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-ttl03 .main {
  background: #29aa33;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-size: min(24px, 1.6666666667vw);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  padding: min(8px, 0.5555555556vw) min(24px, 1.6666666667vw);
  margin: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn01 {
  background: #ff7f00;
  border: 1px solid #ff7f00;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
  padding: min(10px, 0.6944444444vw) min(40px, 2.7777777778vw);
  text-align: center;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto;
}

.c-txt {
  font-size: clamp(12px, 16px, min(16px, 1.1111111111vw));
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
}
.c-txt + .c-ttl02 {
  margin-top: min(40px, 2.7777777778vw);
}
.c-txt + .c-txt {
  margin-top: min(28px, 1.9444444444vw);
}

.check-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.check-list.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.check-list.border {
  gap: min(10px, 0.6944444444vw);
}
.check-list.border li {
  border: 1px solid #29aa33;
}
.check-list li {
  background: #fff;
  border-radius: 6px;
  color: #29aa33;
  font-size: clamp(12px, 14px, min(14px, 0.9722222222vw));
  font-weight: 400;
  padding: min(10px, 0.6944444444vw);
}
.check-list li .inn {
  display: block;
  position: relative;
  padding-left: clamp(22px, 32px, min(32px, 2.2222222222vw));
}
.check-list li .inn::before {
  background: url(../img/home/ico-check.svg) no-repeat center center/contain;
  content: "";
  height: clamp(15px, 20px, min(20px, 1.3888888889vw));
  width: clamp(15px, 20px, min(20px, 1.3888888889vw));
  position: absolute;
  top: 3px;
  left: 0;
}

.c-tabel01 {
  margin: auto;
  max-width: 540px;
}
.c-tabel01 tr {
  border-bottom: 1px solid #ececec;
}
.c-tabel01 th {
  color: #29aa33;
  font-size: clamp(12px, 14px, min(14px, 0.9722222222vw));
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  padding: min(16px, 1.1111111111vw) 0;
  min-width: 120px;
  text-align: left;
  vertical-align: baseline;
}
.c-tabel01 td {
  font-size: clamp(12px, 14px, min(14px, 0.9722222222vw));
  padding: min(16px, 1.1111111111vw) 0 min(16px, 1.1111111111vw)
    min(40px, 2.7777777778vw);
  line-height: 1.5;
  letter-spacing: normal;
  width: 100%;
}
.c-tabel01 td .small {
  display: block;
  font-size: clamp(11px, 12px, min(12px, 0.8333333333vw));
}

#pagetop {
  position: fixed;
  right: min(20px, 1.3888888889vw);
  bottom: min(20px, 1.3888888889vw);
  z-index: 990;
}
#pagetop a {
  background: #29aa33;
  display: block;
  height: min(50px, 3.4722222222vw);
  width: min(50px, 3.4722222222vw);
  position: relative;
}
#pagetop a::before {
  background: #fff;
  -webkit-mask-image: url(../img/home/ico-arrow.svg);
  mask-image: url(../img/home/ico-arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  height: min(20px, 1.3888888889vw);
  width: min(18px, 1.25vw);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  position: relative;
}
.home::before {
  background-image: url(../img/home/kv-curve.svg),
    url(../img/home/kv-photo.png.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
  content: "";
  height: 62.5vw;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .mv-section {
  position: relative;
}
.home .mv-section .inner-block {
  padding: 11.25vw 5.5555555556vw 1.1111111111vw;
  max-width: none;
}
.home .mv-section .box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1111111111vw;
}
.home .mv-section .box-wrap .box {
  border-radius: 0.2777777778vw;
  overflow: hidden;
  height: 100%;
}
.home .mv-section .box-wrap .top {
  background: #fff;
  padding: 1.6666666667vw 1.6666666667vw
    0.6944444444vw;
}
.home .mv-section .box-wrap .bottom {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(16, 68, 20)),
    to(rgb(41, 170, 51))
  );
  background: linear-gradient(
    180deg,
    rgb(16, 68, 20) 0%,
    rgb(41, 170, 51) 100%
  );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.6944444444vw;
}
.home .mv-section .box-wrap .ttl {
  font-size: 3.3333333333vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.home .mv-section .box-wrap .ttl .small {
  display: block;
  font-size: 0.9722222222vw;
  line-height: 1.5;
}
.home .mv-section .box-wrap .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.2777777778vw;
}
.home .mv-section .box-wrap .list li {
  background: #fff;
  border: 1px solid #29aa33;
  border-radius: 1.3888888889vw;
  color: #51b770;
  font-size: 0.6944444444vw;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.2777777778vw 0.5555555556vw;
}
.home .mv-section .kv-ttl {
  background: #fff;
  border-radius: 4.1666666667vw;
  padding: 1.1111111111vw 2.7777777778vw;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 1.1111111111vw auto 2.7777777778vw;
  line-height: 1.5;
  white-space: nowrap;
}
.home .mv-section .kv-ttl .sub {
  display: block;
  font-size: 1.3888888889vw;
  font-weight: bold;
  color: #000;
}
.home .mv-section .kv-ttl .main {
  color: #29aa33;
  display: block;
  font-size: 2.3611111111vw;
  font-weight: bold;
  line-height: 1.2;
}
.home .mv-section .transaction-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home .mv-section .transaction-wrap .inn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1805555556vw;
  max-width: 43.8888888889vw;
  margin: auto;
}
.home .mv-section .transaction-wrap .ttl {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#29aa33),
    to(#104414)
  );
  background: linear-gradient(180deg, #29aa33 0%, #104414 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.home .mv-section .transaction-wrap .transaction-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1111111111vw;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .mv-section .transaction-wrap .transaction-list li {
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  border-radius: 50%;
  border: 1px solid #bfeacc;
  background: linear-gradient(180deg, #29aa33 0%, #104414 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 1.6666666667vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home .mv-section .transaction-wrap .transaction-list li .label {
  font-size: 0.8333333333vw;
  font-weight: 900;
  line-height: 1.5;
}
.home .mv-section .transaction-wrap .transaction-list li .num {
  font-size: 2.7777777778vw;
  font-weight: 900;
  line-height: 1.2;
}
.home .mv-section .form-wrap {
  background: rgba(255, 255, 255, 0.8);
  max-width: 34.5833333333vw;
  margin: 2.7777777778vw auto 0;
  position: relative;
  z-index: 20;
}
.home .mv-section .form-wrap .txt {
  color: #737373;
  font-size: 1.3888888889vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.home .mv-section .form-wrap .txt .small {
  display: block;
  font-size: 0.9722222222vw;
  font-weight: bold;
}
.home .mv-section .c-btn01 {
  font-size: 1.6666666667vw;
  line-height: 1.5;
  border-radius: 0.2777777778vw;
  padding: 0.6944444444vw 2.7777777778vw;
  margin-top: 1.1111111111vw;
}
.home .walking {
  position: absolute;
  bottom: 1.3194444444vw;
  left: -13.6805555556vw;
  width: 13.6805555556vw;
  z-index: 0;
}
.home .walking.is-animated {
  -webkit-animation: walking 30s linear infinite;
  animation: walking 30s linear infinite;
}
.home .service-section .inner-block {
  padding-top: min(104px, 7.2222222222vw);
  padding-bottom: min(104px, 7.2222222222vw);
}
.home .service-section .wrap + .wrap {
  margin-top: min(104px, 7.2222222222vw);
}
.home .service-section .tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(24px, 1.6666666667vw);
  margin-bottom: min(40px, 2.7777777778vw);
}
.home .service-section .tab-list .tab-item {
  border: 1px solid #29aa33;
  border-radius: 6px;
  color: #29aa33;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: min(16px, 1.1111111111vw) min(20px, 1.3888888889vw);
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .service-section .tab-list .tab-item.current {
  background: #29aa33;
  color: #fff;
}
.home .service-section .tab-list .sub {
  display: block;
  font-size: min(12px, 0.8333333333vw);
  font-weight: 400;
  line-height: 1.5;
}
.home .service-section .tab-list .main {
  display: block;
  font-size: min(24px, 1.6666666667vw);
  font-weight: 700;
  line-height: 1.5;
}
.home .service-section .panel-item {
  display: none;
  width: 100%;
  background-color: #fff;
}
.home .service-section .panel-item.current {
  display: block;
  -webkit-animation: panel-show 0.3s ease-in-out forwards;
  animation: panel-show 0.3s ease-in-out forwards;
}
.home .service-section .panel-item .img {
  max-width: 778px;
  margin: min(40px, 2.7777777778vw) auto 0;
}
.home .service-section .panel-item .img.max-582 {
  max-width: 582px;
}
.home .service-section .panel-item .wrap + .wrap {
  margin-top: min(42px, 2.9166666667vw);
}
.home .service-section .map-img {
  max-width: 874px;
  margin: min(40px, 2.7777777778vw) auto;
}
.home .service-section .card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(40px, 2.7777777778vw);
  margin-top: min(24px, 1.6666666667vw);
}
.home .service-section .card-wrap .card {
  border: 1px solid #29aa33;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(24px, 1.6666666667vw);
  padding: min(24px, 1.6666666667vw);
}
.home .service-section .card-wrap .info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(7px, 0.4861111111vw);
  text-align: center;
}
.home .service-section .card-wrap .info-wrap .logo {
  max-width: 286px;
  margin: auto;
}
.home .service-section .card-wrap .info-wrap .name {
  font-size: min(20px, 1.3888888889vw);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
}
.home .service-section .card-wrap .info-wrap .access {
  font-size: clamp(11px, 14px, min(14px, 0.9722222222vw));
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5;
}
.home .service-section .card-wrap .txt-wrap {
  background: #29aa33;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: min(17px, 1.1805555556vw) min(16px, 1.1111111111vw);
}
.home .service-section .card-wrap .txt-wrap .c-txt {
  color: #fff;
  font-size: clamp(14px, 18px, min(18px, 1.25vw));
  font-weight: bold;
  text-align: center;
}
.home .about-section .inner-block {
  padding-top: min(104px, 7.2222222222vw);
  padding-bottom: min(104px, 7.2222222222vw);
}
.home .about-section .aco-wrap {
  border: 1px solid #bfeacc;
  border-radius: 12px;
  padding: min(24px, 1.6666666667vw);
  margin-top: min(40px, 2.7777777778vw);
}
.home .about-section .aco-ttl {
  font-size: min(24px, 1.6666666667vw);
  font-weight: bold;
  text-align: center;
  margin-bottom: min(22px, 1.5277777778vw);
  line-height: 1.5;
  letter-spacing: normal;
}
.home .about-section .more-contents {
  padding-top: min(14px, 0.9722222222vw);
  display: none;
}
.home .about-section .more-btn {
  color: #29aa33;
  cursor: pointer;
  font-size: clamp(12px, 14px, min(14px, 0.9722222222vw));
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  position: relative;
  padding-bottom: min(12px, 0.8333333333vw);
  text-align: center;
  margin: min(16px, 1.1111111111vw) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .about-section .more-btn::before {
  background: #29aa33;
  -webkit-mask-image: url(../img/home/ico-arrow.svg);
  background-image: url(../img/home/ico-arrow.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  height: 6px;
  width: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .about-section .more-btn.is-open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .about-section .request-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(16px, 1.1111111111vw);
}
.home .about-section .request-list .request {
  padding: min(10px, 0.6944444444vw) min(24px, 1.6666666667vw);
}
.home .about-section .request-list .request .ttl {
  color: #29aa33;
  font-size: clamp(14px, 18px, min(18px, 1.25vw));
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  position: relative;
  padding-top: min(63px, 4.375vw);
}
.home .about-section .request-list .request .ttl::before {
  background: url(../img/home/ico-check.svg) no-repeat center center/contain;
  content: "";
  height: min(46px, 3.1944444444vw);
  width: min(46px, 3.1944444444vw);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home .about-section .check-list {
  padding: 10px;
}
.check-list li a:hover {
  color: #686868;
}
.home .about-section .healthcare-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(62px, 4.3055555556vw);
  margin-top: min(40px, 2.7777777778vw);
}
.home .about-section .healthcare-list .ttl {
  font-size: min(24px, 1.6666666667vw);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: min(24px, 1.6666666667vw);
}
.home .about-section .healthcare-list .img {
  max-width: 194px;
  margin: 0 auto min(24px, 1.6666666667vw);
}
.home .about-section .wrap + .wrap {
  margin-top: min(104px, 7.2222222222vw);
}
.home .about-section .c-ttl02 + .img {
  margin-top: min(24px, 1.6666666667vw);
}
.home .solution-section .inner-block {
  padding-top: min(104px, 7.2222222222vw);
  padding-bottom: min(104px, 7.2222222222vw);
}
.home .solution-section .solution-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(40px, 2.7777777778vw);
}
.home .solution-section .solution-list .solution {
  display: grid;
  grid-template-columns: 1fr min(300px, 20.8333333333vw);
  gap: min(40px, 2.7777777778vw);
}
.home .solution-section .solution-list .ttl {
  font-size: min(24px, 1.6666666667vw);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: min(16px, 1.1111111111vw);
}
.home .solution-section .control-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: min(24px, 1.6666666667vw);
}
.home .solution-section .control-list .control {
  background: #bfeacc;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(16px, 1.1111111111vw);
  padding: min(24px, 1.6666666667vw);
}
.home .solution-section .control-list .txt-wrap {
  background: #fff;
  border-radius: 6px;
  padding: min(24px, 1.6666666667vw);
}
.home .solution-section .control-list .txt-wrap .ttl {
  color: #29aa33;
  font-size: clamp(16px, 22px, min(22px, 1.5277777778vw));
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
  margin-bottom: min(22px, 1.5277777778vw);
}
.home .solution-section .control-list .txt-wrap .txt {
  font-size: clamp(12px, 14px, min(14px, 0.9722222222vw));
  line-height: 1.5;
  letter-spacing: normal;
}
.home .solution-section .wrap + .wrap {
  margin-top: min(104px, 7.2222222222vw);
}
.home .flow-section .inner-block {
  padding-top: min(104px, 7.2222222222vw);
  padding-bottom: min(99px, 6.875vw);
}
.home .flow-section .flow-list {
  max-width: 600px;
  margin: auto;
}
.home .flow-section .flow-list .flow {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: min(122px, 8.4722222222vw) 1fr;
  gap: min(24px, 1.6666666667vw);
}
.home .flow-section .flow-list .flow + .flow {
  margin-top: min(40px, 2.7777777778vw);
}
.home .flow-section .flow-list .ttl {
  font-size: min(24px, 1.6666666667vw);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.5;
}
.home .flow-section .flow-list .c-txt {
  margin-top: min(8px, 0.5555555556vw);
}
.home .flow-section .wrap + .wrap {
  margin-top: min(104px, 7.2222222222vw);
}

.cta-section {
  background: url(../img/home/bg-cta.png.webp) center center/cover;
}
.cta-section .inner-block {
  padding-top: min(40px, 2.7777777778vw);
  padding-bottom: min(40px, 2.7777777778vw);
}
.cta-section .ttl {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: min(24px, 1.6666666667vw);
}
.cta-section .ttl .sub {
  display: block;
  font-size: clamp(12px, 16px, min(16px, 1.1111111111vw));
  line-height: 1.5;
}
.cta-section .ttl .main {
  display: block;
  font-size: min(24px, 1.6666666667vw);
  line-height: 1.5;
  margin-top: min(8px, 0.5555555556vw);
}

.scroll-hint-text {
  font-size: min(20px, 5.3333333333vw);
}

.scroll-hint-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(235px, 62.6666666667vw);
  height: min(193px, 51.4666666667vw);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.scroll-hint-icon:before {
  background-image: url(../img/home/scroll-point.svg);
  background-size: contain;
  height: min(72px, 19.2vw);
  width: min(60px, 16vw);
  top: min(20px, 5.3333333333vw);
  position: relative;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: none;
  animation: none;
}

.scroll-hint-icon:after {
  background-image: url(../img/home/scroll-arrow.svg);
  background-size: contain;
  left: 0;
  right: 0;
  top: min(24px, 6.4vw);
  margin: auto;
  opacity: 1;
  width: min(80px, 21.3333333333vw);
}

@-webkit-keyframes walking {
  0% {
    left: -13.6805555556vw;
  }
  100% {
    left: 100%;
  }
}

@keyframes walking {
  0% {
    left: -13.6805555556vw;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes walking-sp {
  0% {
    left: -26.6666666667vw;
  }
  100% {
    left: 100%;
  }
}
@keyframes walking-sp {
  0% {
    left: -26.6666666667vw;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pc {
    display: none !important;
  }
  .c-header .inner-block {
    padding: min(16px, 4.2666666667vw);
  }
  .c-header .logo {
    max-width: min(104px, 27.7333333333vw);
  }
  .c-ttl01 {
    margin-bottom: min(44px, 11.7333333333vw);
  }
  .c-ttl01 .ja {
    font-size: min(26px, 6.9333333333vw);
  }
  .c-ttl01 .en {
    font-size: min(16px, 4.2666666667vw);
  }
  .c-ttl02 {
    font-size: min(24px, 6.4vw);
    margin-bottom: min(16px, 4.2666666667vw);
  }
  .c-ttl03 .sub {
    font-size: min(24px, 6.4vw);
    margin: 0 auto min(10px, 2.6666666667vw);
    padding: 0 min(40px, 10.6666666667vw);
  }
  .c-ttl03 .sub::before,
  .c-ttl03 .sub:after {
    height: min(40px, 10.6666666667vw);
    width: min(4px, 1.0666666667vw);
  }
  .c-ttl03 .main {
    font-size: min(14px, 3.7333333333vw);
    padding: min(8px, 2.1333333333vw) min(20px, 5.3333333333vw);
    width: 100%;
  }
  .c-btn01 {
    font-size: min(14px, 3.7333333333vw);
    padding: min(10px, 2.6666666667vw) min(10px, 2.6666666667vw)
      min(8px, 2.1333333333vw);
    width: 100%;
    max-width: 343px;
  }
  .c-txt {
    font-size: min(16px, 4.2666666667vw);
  }
  .c-txt + .c-ttl02 {
    margin-top: min(40px, 10.6666666667vw);
  }
  .c-txt + .c-txt {
    margin-top: min(28px, 7.4666666667vw);
  }
  .check-list.border {
    gap: min(10px, 2.6666666667vw);
  }
  .check-list li {
    font-size: min(14px, 3.7333333333vw);
    padding: min(12px, 3.2vw) min(10px, 2.6666666667vw);
    width: 100%;
  }
  .check-list li .inn {
    padding-left: min(32px, 8.5333333333vw);
    line-height: 1.21428;
  }
  .check-list li .inn::before {
    height: min(20px, 5.3333333333vw);
    width: min(20px, 5.3333333333vw);
    bottom: 0;
    top: min(5px, 1.3333333333vw);
    margin: auto;
  }
  .c-tabel01 th {
    font-size: min(14px, 3.7333333333vw);
    padding: min(16px, 4.2666666667vw) 0;
  }
  .c-tabel01 td {
    font-size: min(16px, 4.2666666667vw);
    padding: min(16px, 4.2666666667vw) 0 min(16px, 4.2666666667vw)
      min(40px, 10.6666666667vw);
  }
  .c-tabel01 td .small {
    font-size: min(12px, 3.2vw);
  }
  #pagetop a {
    height: min(40px, 10.6666666667vw);
    width: min(40px, 10.6666666667vw);
  }
  #pagetop a::before {
    height: min(15px, 4vw);
    width: min(13px, 3.4666666667vw);
  }
  /* ===== SP hero (Figma 44:1016) ===== */
  .home::before {
    background: url(../img/home/kv_sp.png.webp) no-repeat center top/cover;
    height: min(200px, 53.3333333333vw);
    width: 100vw;
  }
  .home .mv-section .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: min(128px, 34.1333333333vw) 16px min(40px, 10.6666666667vw);
  }
  /* kv-ttl pill (order 1) */
  .home .mv-section .kv-ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 100%;
    border-radius: min(60px, 16vw);
    padding: min(16px, 4.2666666667vw) min(12px, 3.2vw);
    margin: 0;
    white-space: normal;
  }
  .home .mv-section .kv-ttl .sub {
    font-size: min(12px, 3.2vw);
    font-weight: bold;
  }
  .home .mv-section .kv-ttl .main {
    font-size: min(18px, 4.8vw);
    font-weight: 900;
  }
  /* boxes – titles only (order 2) */
  .home .mv-section .box-wrap {
    gap: min(4px, 1.0666666667vw);
    margin-top: min(16px, 4.2666666667vw);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .home .mv-section .box-wrap .box {
    height: min(68px, 18.1333333333vw);
  }
  .home .mv-section .box-wrap .top {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgb(41, 170, 51)),
      to(rgb(16, 68, 20))
    );
    background: linear-gradient(
      180deg,
      rgb(41, 170, 51) 0%,
      rgb(16, 68, 20) 100%
    );
    border: 1px solid #bfeacc;
    border-radius: min(4px, 1.0666666667vw);
    height: 100%;
    padding: min(10px, 2.6666666667vw);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .mv-section .box-wrap .bottom {
    display: none;
  }
  .home .mv-section .box-wrap .ttl {
    color: #fff;
    font-size: min(12px, 3.2vw);
    font-weight: 900;
    line-height: 1.5;
  }
  .home .mv-section .box-wrap .ttl .small {
    font-size: min(10px, 2.6666666667vw);
    font-weight: 400;
  }
  /* No. of Customers + circles (order 3) */
  .home .mv-section .transaction-wrap {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: min(16px, 4.2666666667vw) auto 0;
    width: 100%;
  }
  .home .mv-section .transaction-wrap .inn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: min(6px, 1.6vw);
    width: 100%;
    max-width: 100%;
  }
  .home .mv-section .transaction-wrap .ttl {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    font-size: min(16px, 4.2666666667vw);
    line-height: 1.5;
    letter-spacing: normal;
    white-space: normal;
    text-align: center;
    width: 100%;
  }
  .home .mv-section .transaction-wrap .transaction-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: none;
    gap: min(10px, 2.6666666667vw);
    width: 100%;
  }
  .home .mv-section .transaction-wrap .transaction-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: min(8px, 2.1333333333vw);
  }
  .home .mv-section .transaction-wrap .transaction-list li .label {
    font-size: min(8px, 2.1333333333vw);
  }
  .home .mv-section .transaction-wrap .transaction-list li .num {
    font-size: min(24px, 6.4vw);
  }
  /* CTA (order 4) */
  .home .mv-section .form-wrap {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    max-width: 100%;
    margin: min(96px, 25.6vw) auto 0;
  }
  .home .mv-section .form-wrap .txt {
    font-size: min(16px, 4.2666666667vw);
  }
  .home .mv-section .form-wrap .txt .small {
    font-size: min(10px, 2.6666666667vw);
  }
  .home .mv-section .c-btn01 {
    width: 100%;
    max-width: 100%;
    font-size: min(14px, 3.7333333333vw);
    padding: min(10px, 2.6666666667vw) min(16px, 4.2666666667vw);
    margin-top: min(16px, 4.2666666667vw);
  }
  /* walking nurse – walks left → right on a loop (like PC) */
  .home .walking {
    bottom: min(182px, 48.5333333333vw);
    left: -26.6666666667vw;
    width: min(100px, 26.6666666667vw);
  }
  .home .walking.is-animated {
    -webkit-animation: walking-sp 20s linear infinite;
    animation: walking-sp 20s linear infinite;
  }
  .home .service-section .inner-block {
    padding-top: 0;
    padding-bottom: min(104px, 27.7333333333vw);
  }
  .home .service-section .wrap + .wrap {
    margin-top: min(104px, 27.7333333333vw);
  }
  .home .service-section .tab-list {
    gap: min(4px, 1.0666666667vw);
    margin-bottom: min(40px, 10.6666666667vw);
  }
  .home .service-section .tab-list .tab-item {
    padding: min(16px, 4.2666666667vw) min(4px, 1.0666666667vw)
      min(14px, 3.7333333333vw);
  }
  .home .service-section .tab-list .sub {
    font-size: min(16px, 4.2666666667vw);
    display: none;
  }
  .home .service-section .tab-list .main {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.4285;
  }
  .home .service-section .panel-item .img {
    border-radius: 6px;
    margin: min(40px, 10.6666666667vw) auto 0;
    overflow: hidden;
  }
  .home .service-section .panel-item .wrap + .wrap {
    margin-top: min(50px, 13.3333333333vw);
  }
  .home .service-section .panel-item .check-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .home .service-section .panel-item .check-list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .service-section .map-img {
    border-radius: 6px;
    margin: min(40px, 10.6666666667vw) auto;
    overflow: hidden;
  }
  .home .service-section .card-wrap {
    grid-template-columns: 1fr;
    gap: min(40px, 10.6666666667vw);
    margin-top: min(24px, 6.4vw);
  }
  .home .service-section .card-wrap .card {
    gap: min(24px, 6.4vw);
    padding: min(24px, 6.4vw);
  }
  .home .service-section .card-wrap .info-wrap {
    gap: min(8px, 2.1333333333vw);
  }
  .home .service-section .card-wrap .info-wrap .name {
    font-size: min(20px, 5.3333333333vw);
  }
  .home .service-section .card-wrap .info-wrap .access {
    font-size: min(14px, 3.7333333333vw);
  }
  .home .service-section .card-wrap .txt-wrap {
    padding: min(16px, 4.2666666667vw) min(16px, 4.2666666667vw);
  }
  .home .service-section .card-wrap .txt-wrap .c-txt {
    font-size: min(14px, 3.7333333333vw);
  }
  .home .about-section .inner-block {
    padding-top: min(104px, 27.7333333333vw);
    padding-bottom: min(104px, 27.7333333333vw);
  }
  .home .about-section .aco-wrap {
    padding: min(24px, 6.4vw);
    margin-top: min(40px, 10.6666666667vw);
  }
  .home .about-section .aco-ttl {
    font-size: min(20px, 5.3333333333vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .home .about-section .more-contents {
    padding-top: min(10px, 2.6666666667vw);
  }
  .home .about-section .more-btn {
    font-size: min(14px, 3.7333333333vw);
    padding-bottom: min(16px, 4.2666666667vw);
    margin: min(16px, 4.2666666667vw) auto 0;
  }
  .home .about-section .request-list {
    grid-template-columns: 1fr;
    gap: min(21px, 5.6vw);
  }
  .home .about-section .request-list .request {
    padding: min(10px, 2.6666666667vw) min(24px, 6.4vw);
  }
  .home .about-section .request-list .request .ttl {
    font-size: min(18px, 4.8vw);
    padding-top: min(62px, 16.5333333333vw);
  }
  .home .about-section .request-list .request .ttl::before {
    height: min(46px, 12.2666666667vw);
    width: min(46px, 12.2666666667vw);
  }
  .home .about-section .healthcare-list {
    grid-template-columns: 1fr;
    gap: min(43px, 11.4666666667vw);
    margin-top: min(40px, 10.6666666667vw);
  }
  .home .about-section .healthcare-list .ttl {
    font-size: min(20px, 5.3333333333vw);
    margin-bottom: min(24px, 6.4vw);
  }
  .home .about-section .healthcare-list .img {
    max-width: min(194px, 51.7333333333vw);
    margin: 0 auto min(24px, 6.4vw);
  }
  .home .about-section .wrap + .wrap {
    margin-top: min(104px, 27.7333333333vw);
  }
  .home .about-section .c-ttl02 + .img {
    margin-top: min(40px, 10.6666666667vw);
  }
  .home .about-section .sp-scroll {
    overflow-x: auto;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .home .about-section .sp-scroll img {
    min-width: 1138px;
  }
  .home .solution-section .inner-block {
    padding-top: min(104px, 27.7333333333vw);
    padding-bottom: min(104px, 27.7333333333vw);
  }
  .home .solution-section .solution-list {
    gap: min(40px, 10.6666666667vw);
  }
  .home .solution-section .solution-list .solution {
    grid-template-columns: 1fr;
    gap: min(38px, 10.1333333333vw);
  }
  .home .solution-section .solution-list .solution .img {
    max-width: min(300px, 80vw);
    margin: auto;
  }
  .home .solution-section .solution-list .ttl {
    font-size: min(20px, 5.3333333333vw);
    margin-bottom: min(16px, 4.2666666667vw);
  }
  .home .solution-section .control-list {
    gap: min(24px, 6.4vw);
  }
  .home .solution-section .control-list .control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: min(16px, 4.2666666667vw);
    padding: min(24px, 6.4vw);
  }
  .home .solution-section .control-list .txt-wrap {
    padding: min(24px, 6.4vw) min(24px, 6.4vw) min(22px, 5.8666666667vw);
  }
  .home .solution-section .control-list .txt-wrap .ttl {
    font-size: min(20px, 5.3333333333vw);
    margin-bottom: min(16px, 4.2666666667vw);
  }
  .home .solution-section .control-list .txt-wrap .txt {
    font-size: min(14px, 3.7333333333vw);
    line-height: 1.79;
  }
  .home .solution-section .wrap + .wrap {
    margin-top: min(104px, 27.7333333333vw);
  }
  .home .flow-section .inner-block {
    padding-top: min(104px, 27.7333333333vw);
    padding-bottom: min(99px, 26.4vw);
  }
  .home .flow-section .flow-list .flow {
    grid-template-columns: min(122px, 32.5333333333vw) 1fr;
    gap: min(24px, 6.4vw);
  }
  .home .flow-section .flow-list .flow:nth-child(4),
  .home .flow-section .flow-list .flow:nth-child(5) {
    min-height: 200px;
  }
  .home .flow-section .flow-list .flow + .flow {
    margin-top: min(40px, 10.6666666667vw);
  }
  .home .flow-section .flow-list .ttl {
    font-size: min(20px, 5.3333333333vw);
  }
  .home .flow-section .flow-list .c-txt {
    margin-top: min(8px, 2.1333333333vw);
  }
  .home .flow-section .wrap + .wrap {
    margin-top: min(143px, 38.1333333333vw);
  }
  .cta-section {
    background: url(../img/home/bg-cta_sp.png.webp) center center/cover;
  }
  .cta-section .inner-block {
    padding-top: min(40px, 10.6666666667vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .cta-section .ttl {
    margin-bottom: min(24px, 6.4vw);
  }
  .cta-section .ttl .sub {
    font-size: min(12px, 3.2vw);
  }
  .cta-section .ttl .main {
    font-size: min(16px, 4.2666666667vw);
    margin-top: min(4px, 1.0666666667vw);
  }
  .cta-section .c-btn01 {
    font-size: min(16px, 4.2666666667vw);
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1104px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-btn01:hover {
    background: #fff;
    color: #ff7f00;
  }
  .c-txt.center {
    text-align: center;
  }
  #pagetop a:hover {
    background: #fff;
  }
  #pagetop a:hover::before {
    background: #29aa33;
  }
  .home .mv-section .box-wrap .ttl .gradation {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#51b770),
      to(#245131)
    );
    background: linear-gradient(180deg, #51b770 0%, #245131 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .home .mv-section .form-wrap {
    border: 1px solid #51b770;
    border-radius: 6px;
    padding: min(24px, 1.6666666667vw);
  }
  .home .service-section .tab-list .tab-item:hover {
    background: #29aa33;
    color: #fff;
  }
  .home .service-section .card-wrap .txt-wrap .c-txt.small {
    font-size: clamp(11px, 14px, min(14px, 0.9722222222vw));
  }
  .home .about-section .more-btn:hover {
    color: #ff7f00;
  }
  .home .about-section .more-btn:hover::before {
    background: #ff7f00;
  }
  .home .solution-section .control-list .control:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home .solution-section .control-list .control {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .home .solution-section .control-list .txt-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
  }
  .home .solution-section .control-list .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
  }
  .home .solution-section .control-list .img picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .home .solution-section .control-list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  .home .solution-section .control-list .img.max-279,
  .home .solution-section .control-list .img.max-291 {
    width: min(452px, 31.3888888889vw);
  }
  .home .solution-section .control-list .img.max-359 {
    width: min(340px, 23.6111111111vw);
  }
}
