/* 共通パーツ */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  opacity: 0.7;
}

.relative {
  position: relative;
}

.header-container {
  border-top: solid 10px #0caa81;
  border-bottom: solid 1px #c6c6c6;
}

.headerflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-item {
  padding: 0 0 0 20px;
}

.header-menu {
  display: flex;
  align-items: center;
}

.header-menu .menu-btn a {
  display: block;
  margin: 32px;
  padding: 10px 41px;
  text-decoration: none;
  color: #0caa81;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 3px solid #0caa81;
  border-radius: 25px;
  background-color: #fff;
}

.header-menu ul {
  display: flex;
  gap: 46px;
  align-items: center;
}

.header-menu li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.mv-area {
  background-image: url(../img/bg.png);
  background-size: contain;
  height: 706px;
  width: 100%;
}

.mx-flex {
  max-width: 1502px;
  margin: 0 auto 0 170px;
  display: flex;
}

.mv-flex-item {
  max-width: 624px;
  width: 100%;
  margin: 56px 0 0 0;
}

.mv-flex-item .mv-title {
  font-size: 67px;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 0.05em;
}

.mv-flex-item .lead {
  margin: 12px 0 32px 0;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.mv-flex-item-2 {
  overflow: visible;
  position: relative;
  width: 50vw;
}

.mv-flex-item-2 img {
  z-index: 9999;
  position: absolute;
  top: -23px;
  transform: translate(-0%, 0%);
  -webkit-transform: translate(-0%, 0%);
  -ms-transform: translate(-0%, 0%);
  max-width: 844px;
  margin-left: 45px;
}

.green-text {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 155%;
  color: #0caa81;
  text-align: center;
}

.info-mvbox-area {
  max-width: 605px;
  width: 100%;
  position: relative;
  margin-bottom: 33px;
}

.info-mvbox-area::before {
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0 16px 0 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
}

.info-mvbox-area::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 16px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
}

.info-item {
  display: flex;
  gap: 37px;
  padding-bottom: 10px;
}

.mvbox,
.mvbox2,
.mvbox3,
.mvbox4 {
  position: relative;
  text-align: center;
}

.mvbox::after,
.mvbox2::after,
.mvbox3::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 1rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
}

.mvbox2 .min-mvbox {
  justify-content: center;
}

.min-mvbox {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-self: center;
}

.min-mvbox-lead {
  padding-top: 8px;
  border-top: 1px solid #000;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
}

.vertical {
  font-size: 10px;
  writing-mode: vertical-rl;
}

.info-green-area {
  display: flex;
  gap: 24px;
}

.info-btn {
  width: 100%;
  display: block;
  background-color: #0caa81;
  padding: 31px 72px;
  border-radius: 54px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}

.info-consultation {
  width: 100%;
  text-align: center;
  padding: 16px 25px 10px 25px;
  border-top: 2px solid #0e7e61;
  border-bottom: 2px solid #0e7e61;
  background-color: rgba(255, 255, 255, 0.3);
}

.info-consultation .green-consultation {
  color: #0e7e61;
}

.tel-icon-flex {
  display: flex;
  gap: 4px;
  align-items: center;
}

.tel-number {
  position: relative;
  gap: 0.4em;
  font-weight: 700;
  font-size: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #0caa81;
}

.tel-number a {
  text-decoration: none;
  color: #0caa81;
}

.rightblue-bg {
  position: relative;
  background-color: #eef4f7;
  padding-bottom: 52px;
}

.contents-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.sub-green-tl {
  padding: 60px 0 36px 0;
  color: #0e7e61;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.contents01-box {
  padding: 58px 47px 196px 47px;
  border: 8px solid #0caa81;
  border-radius: 20px;
  background-color: #fff;
}

.circle-flex {
  display: flex;
  gap: 31px;
}

.circle-item {
  width: 228px;
  height: 228px;
  border-radius: 50%;
  background-color: #f4f4f4;
}

.circle-item .circle-text01 {
  padding: 70px 17px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #0caa81;
}

.circle-item .circle-text02 {
  padding: 65px 17px 0 17px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #0caa81;
}

.circle-item .circle-text03 {
  padding: 10px 17px 35px 17px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #0caa81;
}

.absolute-circle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, -50%);
}

.arrow-img,
.arrow-img img {
  margin: 31px auto;
}

.sub-min-tl {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}

.sub-tl {
  position: relative;
  display: inline-block;
  font-size: 46px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}

.sub-tl::before {
  position: absolute;
  top: 0;
  right: 100%;
  margin: 0 32px 0 0;
  content: "";
  width: 28px;
  height: 56px;
  background-image: url("../img/sub-tl-l.png");
}

.sub-tl::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 0 0 32px;
  content: "";
  width: 28px;
  height: 56px;
  background-image: url("../img/sub-tl-r.png");
}

.contents02-box {
  background-color: #eef4f7;
  margin: 88px 0 56px 0;
  border-radius: 10px;
}

.contents03-box {
  background-color: #eef4f7;
  margin: 0 0 56px 0;
  border-radius: 10px;
}

.contents04-box {
  width: calc(100% / 2);
  background-color: #eef4f7;
  border-radius: 10px;
}

.contents05-box {
  width: calc(100% / 2);
  background-color: #eef4f7;
  border-radius: 10px;
}

.contents06-box {
  padding: 48px 60px;
  background-color: #eef4f7;
  border-radius: 10px;
  margin-bottom: 55px;
}

.contents03-item01 img,
.contents04-box img {
  width: 100%;
}

.contents02-flex {
  display: flex;
  align-items: center;
}

.contents03-flex {
  display: flex;
  align-items: flex-start;
}

.content0405-flex {
  margin: 0 0 23px 0;
  display: flex;
  gap: 20px;
}

.contents02-item01 {
  width: calc(100% / 2);
  padding: 0 40px;
}

.contents02-item02 {
  width: calc(100% / 2);
}

.contents02-item02 img {
  width: 100%;
}

.contents02-item01 {
  width: calc(100% / 2);
}

.contents03-item01 {
  width: calc(100% / 2);
}

.contents03-item02 {
  width: calc(100% / 2);
  padding: 40px;
}

.contents02-item01 h4,
.contents03-item02 h4 {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.contents02-item01 p {
  padding-top: 16px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.contents03-item02 p {
  padding: 24px 0;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.content04-info,
.content05-info {
  padding: 32px 16px 42px 16px;
}

.content04-info h4,
.content05-info h4 {
  margin: 0 0 28px 0;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.content04-info p,
.content05-info p {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.contents06-box h4 {
  margin: 0 0 28px 0;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

.contents06-min-box-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.contents06-min-box {
  width: calc(100% / 2 - 20px);
  border-radius: 45px;
  overflow: hidden;
}

.contents06-min-box a {
  display: block;
  background: linear-gradient(#0caa81, #22c1b9);
  padding: 33px 72px;
  border-radius: 45px;
  text-decoration: none;
  color: #fff;
}

.contents06-min-box p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.white-box {
  background-color: #fff;
  padding: 24px;
}

.white-box p {
  padding: 0 !important;
  font-size: 14px;
  left: 0.1em;
}

.bg-img {
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 40px;
}

.Achievements-title {
  padding: 80px 0 70px 0;
  font-size: 45px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}
.Achievements-flex {
  display: flex;
  gap: 20px;
}

.Achievements-item01,
.Achievements-item02,
.Achievements-item03,
.Achievements-item04 {
  width: calc(100% / 3);
  background-color: #fff;
  padding: 0 35px 24px 35px;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.Achievements-item01 .green-box,
.Achievements-item02 .green-box,
.Achievements-item03 .green-box,
.Achievements-item04 .green-box {
  display: inline-block;
  padding: 10px 61px;
  background-color: #0caa81;
  color: #fff;
  font-size: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.Achievements-item04 img {
  max-width: 250px;
  margin: 0 auto;
}

.Achievements-number-flex {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.Achievements-box {
  padding: 0 50px 44px 50px;
  margin: 40px 0 80px 0;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.Achievements-box h4 {
  display: inline-block;
  padding: 10px 61px;
  background-color: #0caa81;
  color: #fff;
  font-size: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.Achievements-box-flex {
  padding-top: 40px;
  display: flex;
  gap: 101px;
}

.Achievements-flex-item {
  position: relative;
  width: calc(100% / 2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 52px;
}

.Achievements-flex-item:first-of-type::after {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 50px;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #0caa81;
}

.Achievements-flex-item:last-of-type::after {
  display: none;
}

.Achievements-flex-item ul {
  padding: 0 0 0 22px;
}

.Achievements-flex-item ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: 0.1em;
}

.flow-area {
  margin-bottom: 85px;
}

.flow-area h3 {
  margin: 102px 0;
  font-size: 45px;
  letter-spacing: 0.05em;
  text-align: center;
}

.flow-flex {
  display: flex;
  gap: 34px;
}

.flow-item01 {
  margin-bottom: 30px;
  position: relative;
  background-color: rgba(14, 126, 97, 0.4);
  display: flex;
  align-items: center;
  max-width: 60px;
  width: 100%;
  justify-content: center;
}

.flow-item01::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotate(180deg);
  -webkit-transform: translate(-50%, 100%) rotate(180deg);
  -ms-transform: translate(-50%, 100%) rotate(180deg);
  content: "";
  width: 60px;
  height: 0;
  border-style: solid;
  border-width: 0 30px 29px 30px;
  border-color: transparent transparent rgba(14, 126, 97, 0.4) transparent;
}

.flow-item03 {
  margin-bottom: 30px;
  position: relative;
  background-color: rgba(14, 126, 97, 0.6);
  display: flex;
  align-items: center;
  max-width: 60px;
  width: 100%;
  justify-content: center;
}

.flow-item03::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotate(180deg);
  -webkit-transform: translate(-50%, 100%) rotate(180deg);
  -ms-transform: translate(-50%, 100%) rotate(180deg);
  content: "";
  width: 60px;
  height: 0;
  border-style: solid;
  border-width: 0 30px 29px 30px;
  border-color: transparent transparent rgba(14, 126, 97, 0.6) transparent;
}

.flow-item01 p,
.flow-item03 {
  writing-mode: tb;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #fff;
}

.vertical-flex {
  display: flex;
  gap: 40px;
}

.vertical-flex span {
  text-combine-upright: all;
}

.flow-item02 {
  width: 100%;
}

.flow-item02 .flow-minbox .flow-number-flex {
  position: relative;
  display: flex;
  gap: 75px;
  align-items: center;
  border: 2px solid #0e7e61;
  border-radius: 20px;
  background-color: #eef4f7;
}

.flow-number-flex::after {
  position: absolute;
  top: 50%;
  left: 9.4%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 37px;
  content: "";
  width: 2px;
  height: 78%;
  background-color: #0caa81;
}

.flow-minbox {
  position: relative;
}

.flow-minbox::after {
  position: absolute;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -50%);
  content: "";
  width: 43px;
  height: 10px;
  background-image: url(../img/flow-triangle.png);
  background-repeat: no-repeat;
}

.flow-minbox:nth-of-type(4)::after {
  display: none;
}

.flow-number-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 28px;
}

.flow-item02 .flow-minbox .flow-number-flex .flow-number-item .step {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #0e7e61;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.flow-item02 .flow-minbox .flow-number-flex .flow-number-item .number {
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #0e7e61;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
}

.flow-number-items .flow-contents-box {
  display: flex;
  gap: 37px;
  align-items: center;
}

.flow-number-items {
  width: 100%;
}

.flow-number-items h4,
.flow-contents-box-item h4 {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.flow-number-items ul,
.flow-contents-box-item ul {
  padding-left: 20px;
}

.flow-number-items li,
.flow-contents-box-item ul li {
  list-style: disc;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}

.flow-whitebox {
  padding: 24px;
  background-color: #fff;
  margin-top: 16px;
  border-radius: 10px;
}

.flow-whitebox h5 {
  margin: 0 0 10px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.flow-whitebox p {
  color: #4d4d4d;
  letter-spacing: 0.1em;
}

.add-flow-number-items {
  max-width: 816px;
  width: 100%;
}

.Transfer-details-box {
  margin-top: 16px;
  padding-left: 24px;
  border-left: 1px solid #d5d5d5;
}

.Transfer-details-box .green {
  color: #0e7e61;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.Transfer-details-list {
  display: flex;
  gap: 50px;
  margin-top: 10px;
}

.question-area {
  padding: 104px 0 70px 0;
  border-top: 10px solid #eef4f7;
}

.question-area h3 {
  font-size: 45px;
  letter-spacing: 0.05em;
  text-align: center;
}

.question-box-area {
  max-width: 804px;
  width: 100%;
  margin: 0 auto;
}

.question-box {
  position: relative;
  max-width: 772px;
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #b6b6b6;
}

.question-box summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: relative;
  padding: 28px 48px;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
}

.question-box summary::before,
.question-box p::before {
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
}

.question-box summary::before {
  color: #0caa81;
  content: "Q.";
}

.question-box summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%);
  width: 21px;
  height: 13px;
  background-repeat: no-repeat;
  content: "";
  transition: transform 0.5s;
  background-image: url(../img/question-arrow.png);
}

.question-box[open] summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%);
}

.question-box p {
  position: relative;
  transform: translateY(-50px);
  opacity: 0;
  margin: 0;
  padding: 0 0 28px 48px;
  color: #000;
  transition: transform 0.5s, opacity 0.5s;
  max-width: 611px;
  width: 100%;
}

.question-box ul {
  padding: 0 0 28px 68px;
}

.question-box ul li {
  list-style-type: disc;
}

.question-box[open] p {
  transform: none;
  opacity: 1;
}

.question-box p::before {
  color: #da512c;
  line-height: 1.2;
  content: "A.";
}

.question-box p:nth-of-type(2)::before {
  content: none;
}

.bg-green {
  background-color: #0caa81;
  padding: 45px 0;
  text-align: center;
}

.bg-green h3 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.bg-green .lead {
  padding: 38px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.Yellow-btn a {
  display: inline-block;
  background-color: #e2b500;
  padding: 25px 99px;
  border-radius: 38px;
  border: 3px solid #0e7e61;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
}

footer {
  max-width: 1100px;
  margin: 0 auto;
}

.logo-footer {
  margin: 56px 0 32px 0;
}

.footer-info p {
  font-size: 12px;
  margin: 12px 0;
}

.footer-info .copyright {
  margin: 20px 0;
}

/* 個別font-siza数指定 */
.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.f30 {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.f45 {
  font-size: 45px;
  line-height: 1.15;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.f60 {
  font-size: 60px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

/* 個別color */
.gray {
  color: #4d4d4d;
}

/* 各種パーツ */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

:right {
  text-align: right;
}

.flex-start {
  justify-content: flex-start !important;
}

.space-between {
  justify-content: space-between !important;
}

.max216 {
  max-width: 216px;
  width: 100%;
}

.w100 {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* 余白調整 */

.pd40204040 {
  padding: 40px 20px 40px 40px;
}

.pd40 {
  padding: 40px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt16 {
  padding-top: 16px;
}

.pdt24 {
  padding-top: 24px;
}

.pdt57 {
  padding-top: 57px;
}

.pdt66 {
  padding-top: 66px;
}

.mg0 {
  margin: 0 !important;
}

.mgt30 {
  margin-top: 30px;
}

.mgb30 {
  margin-bottom: 30px;
}

.pdr48 {
  padding: 0 0 0 48px !important;
}

.pdr68 {
  padding: 0 0 0 68px !important;
}

/* フルサイズ */
@media screen and (min-width: 1680px) {
  .mx-flex {
    margin: 0 auto;
  }
}

/* tablet */
@media screen and (min-width: 769px) and (max-width: 1150px) {
  .logo img {
    width: 150px;
  }
  .header-menu li a {
    font-size: 16px;
  }
  .header-menu .menu-btn a {
    font-size: 16px;
    padding: 5px 20px;
  }
  .mv-area {
    background-image: url(../img/bg.png);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
  }
  .mx-flex {
    max-width: none;
    margin: 0 auto;
    padding: 0 4%;
    flex-direction: column-reverse;
  }
  .mv-flex-item {
    margin: 25px 0 0 0;
    max-width: none;
  }
  .mv-flex-item .mv-title {
    font-size: 45px;
    text-align: center;
  }
  .mv-flex-item .lead {
    font-size: 16px;
    margin: 5px 0 15px 0;
    text-align: center;
  }
  .green-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .info-item {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .info-mvbox-area {
    max-width: none;
    margin-bottom: 24px;
  }
  .mvbox,
  .mvbox2,
  .mvbox3,
  .mvbox4 {
    width: calc(100% / 4 - 25px);
  }
  .info-mvbox-area::before {
    display: none;
  }
  .info-mvbox-area::after {
    display: none;
  }
  .mv-flex-item-2 {
    width: 100%;
    margin: 20px 0;
  }
  .mv-flex-item-2 img {
    max-width: 600px;
    position: unset;
    width: 100%;
    margin: 0 auto;
  }
  .tel-icon-flex {
    justify-content: center;
  }
  .info-green-area {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .info-btn {
    padding: 15px 40px;
  }
  .min-mvbox {
    justify-content: center;
  }
  .contents-wrap {
    max-width: none;
    padding: 0 4%;
  }
  .circle-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer {
    max-width: none;
    padding: 0 4%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .circle-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contents06-box {
    padding: 30px;
  }
  .contents06-min-box a {
    padding: 15px 30px;
  }
  .Achievements-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .Achievements-item01,
  .Achievements-item02,
  .Achievements-item03,
  .Achievements-item04 {
    width: calc(100% / 2 - 20px);
  }
  .Achievements-item04 img {
    margin: 0 auto;
  }
  .flow-number-flex::after {
    left: 12vw;
    margin: 0 1rem;
  }
  footer {
    max-width: none;
    padding: 0 4%;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .header-menu.pc {
    display: none;
  }
  .menu-btn.pc {
    display: none;
  }
  .header-menu.sp {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #c6c6c6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .header-menu.sp ul {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .header-menu.sp li {
    border-bottom: 1px solid #eee;
  }
  .header-menu.sp li:last-child {
    border-bottom: none;
  }
  .header-menu.sp li a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
  }
  .header-menu.sp .menu-btn a {
    margin: 15px 20px;
    padding: 10px 20px;
    border-radius: 25px;
    text-align: center;
  }
  .menu-btn.sp {
    display: block;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 24px;
    color: #0caa81;
    border-radius: 5px;
    background-color: transparent;
    transition: all 0.3s ease;
  }
  .menu-btn.sp span {
    font-size: 20px;
    transition: transform 0.3s ease;
    display: block;
    line-height: 1;
  }
  .menu-open .header-menu.sp {
    display: block;
  }
  .menu-open .menu-btn.sp span {
    transform: rotate(90deg);
  }
  .header-container {
    position: relative;
  }
  .mv-area {
    background-image: url(../img/bg.png);
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
  }
  .mx-flex {
    max-width: none;
    margin: 0 auto;
    padding: 0 4%;
    flex-direction: column-reverse;
  }
  .mv-flex-item {
    margin: 25px 0 0 0;
  }
  .mv-flex-item .mv-title {
    font-size: 45px;
  }
  .mv-flex-item .lead {
    font-size: 16px;
    margin: 5px 0 15px 0;
  }
  .green-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .info-item {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .info-mvbox-area {
    max-width: none;
    margin-bottom: 24px;
  }
  .mvbox,
  .mvbox2,
  .mvbox3,
  .mvbox4 {
    width: calc(100% / 2 - 8px);
  }
  .mvbox::after,
  .mvbox2::after,
  .mvbox3::after {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 0.2rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000;
  }
  .mvbox2::after,
  .info-mvbox-area::before,
  .info-mvbox-area::after {
    display: none;
  }
  .mv-flex-item-2 {
    width: 100%;
    margin: 20px 0;
  }
  .mv-flex-item-2 img {
    max-width: none;
    position: unset;
    width: 100%;
    margin-left: 0;
  }
  .tel-icon-flex {
    justify-content: center;
  }
  .info-green-area {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .info-btn {
    padding: 15px 40px;
  }
  .sub-green-tl {
    padding: 30px 0 15px 0;
    font-size: 30px;
  }
  .contents01-box {
    padding: 30px 12px 100px 12px;
  }
  .circle-flex {
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }
  .circle-item {
    width: 145px;
    height: 145px;
  }
  .circle-item .circle-text01 {
    font-size: 14px;
    padding: 15px 10px;
  }
  .circle-item .circle-text02 {
    font-size: 15px;
    padding: 25px 10px 0 10px;
  }
  .circle-item .circle-text03 {
    font-size: 15px;
    padding: 10px 10px 25px 10px;
  }
  .absolute-circle {
    top: 28px;
    left: 60%;
    width: 100%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }
  .absolute-circle img {
    max-width: 250px;
  }
  .arrow-img {
    margin: 15px auto;
  }
  .sub-tl {
    font-size: 30px;
  }
  .sub-tl::before {
    margin: 0 15px 0 0;
  }
  .sub-tl::after {
    margin: 0 0 0 15px;
  }
  .contents02-box {
    margin: 40px 0 30px 0;
  }
  .contents03-box {
    margin: 0 0 20px 0;
  }
  .contents02-flex,
  .contents03-flex,
  .content0405-flex,
  .contents06-min-box-flex,
  .Achievements-flex,
  .flow-number-flex {
    flex-direction: column;
  }
  .contents02-item02,
  .contents03-item01,
  .contents04-box,
  .contents05-box {
    width: 100%;
  }
  .contents02-item01,
  .contents03-item02 {
    width: 100%;
    padding: 15px;
  }
  .contents02-item01 h4,
  .contents03-item02 h4 {
    font-size: 24px;
  }
  .contents03-item02 p {
    padding: 15px 0;
  }
  .white-box {
    padding: 15px;
  }
  .content04-info,
  .content05-info {
    padding: 15px;
  }
  .content04-info h4,
  .content05-info h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contents06-box {
    padding: 15px 30px;
  }
  .contents06-box h4 {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  .contents06-min-box {
    width: 100%;
  }
  .contents06-min-box a {
    padding: 15px;
    text-align: center;
  }
  .contents06-min-box p {
    font-size: 15px;
  }
  .bg-img {
    padding-bottom: 20px;
  }
  .Achievements-title {
    font-size: 35px;
    padding: 30px 0;
  }
  .Achievements-item04 img {
    margin: 0 auto;
  }
  .Achievements-box {
    padding: 0 25px 20px 25px;
    margin: 20px 0 40px 0;
  }
  .Achievements-box-flex {
    gap: 25px;
    flex-direction: column;
  }
  .Achievements-item01,
  .Achievements-item02,
  .Achievements-item03,
  .Achievements-item04 {
    width: 100%;
  }
  .Achievements-flex-item {
    width: 100%;
    gap: 15px;
  }
  .pdt24,
  .pdt57,
  .pdt66 {
    padding-top: 20px;
  }
  .f45 {
    font-size: 35px;
  }
  .f30 {
    font-size: 24px;
  }
  .f60 {
    font-size: 40px;
  }
  .flow-area {
    margin-bottom: 40px;
  }
  .flow-area h3 {
    font-size: 35px;
    margin: 50px 0;
  }
  .flow-flex {
    gap: 15px;
  }
  .flow-item01,
  .flow-item03 {
    max-width: 30px;
    margin-bottom: 10px;
  }
  .flow-item01::after,
  .flow-item03::after {
    width: 30px;
    border-width: 0 15px 14px 15px;
  }
  .flow-item01 p,
  .flow-item03 {
    font-size: 18px;
  }
  .flow-item02 .flow-minbox .flow-number-flex .flow-number-item .step {
    font-size: 18px;
  }
  .flow-item02 .flow-minbox .flow-number-flex .flow-number-item .number {
    font-size: 40px;
  }
  .flow-item02 .flow-minbox .flow-number-flex {
    gap: 35px;
  }
  .flow-number-flex::after {
    display: none;
  }
  .pd40204040 {
    padding: 20px 10px 20px 20px;
  }
  .pd40 {
    padding: 20px;
  }
  .flow-number-item {
    margin-top: 0;
  }
  .flow-contents-box {
    flex-direction: column;
  }
  .flow-number-items .flow-contents-box {
    gap: 20px;
  }
  .flow-number-items h4,
  .flow-contents-box-item h4 {
    font-size: 20px;
  }
  .vertical-flex {
    gap: 20px;
  }
  .Transfer-details-list {
    flex-direction: column;
    gap: 0;
  }
  .flow-whitebox {
    padding: 12px;
  }
  .question-area {
    padding: 25px 0 15px 0;
  }
  .question-area h3 {
    font-size: 35px;
  }
  .question-box summary {
    font-size: 18px;
    padding: 15px 40px 15px 30px;
  }
  .question-box p {
    padding: 15px 40px 15px 30px !important;
  }
  .question-box ul {
    padding: 0 40px 0 48px !important;
  }
  .question-box summary::before,
  .question-box p::before {
    font-size: 24px;
  }
  .question-box[open]::after {
    top: 15%;
  }
  .contents-wrap {
    max-width: none;
    padding: 0 4%;
  }
  .bg-green {
    padding: 20px 4%;
  }
  .bg-green h3 {
    font-size: 30px;
  }
  .bg-green .lead {
    padding: 20px 0;
  }
  .Yellow-btn a {
    font-size: 18px;
    padding: 20px 50px;
  }
  .footer-container {
    padding: 0 4%;
  }

  /* spのみ */
  .sp-pd35 {
    padding: 35px 0 !important;
  }
}
