@charset "utf-8";
* {
  font-family: "Noto Sans JP", sans-serif;
}
/* * {
  outline: 1px solid red;
} */
*,
*::before,
*::after {
  box-sizing: border-box;
}
:target {
  scroll-margin-top: 100px; /* ヘッダー分調整 */
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: auto !important;
}
html {
  font-size: 62.5%;
}
body{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased; /*Safari向け対処*/
}
a {
  text-decoration: none;
  color: #333;
}
p {
  color: #333;
}
.pc-block {
  display: none;
}
.sp-block {
  display: block;
}
.tb-block {
  display: none;
}
.tbpc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: none;
  }
  .sp-block {
    display: none;
  }
  .tb-block {
    display: block;
  }
  .tbpc-block {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  .pc-block {
    display: block;
  }
  .sp-block {
    display: none;
  }
  .tb-block {
    display: none;
  }
}
.p-hamburger__menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.p-hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background-color: #00a26b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.p-hamburger-menu__bar:first-child {
  top: 16px;
}
.p-hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.p-hamburger-menu__bar:last-child {
  top: 32px;
}
.p-hamburger-menu--open .p-hamburger-menu__bar {
  top: 50%;
}
.p-hamburger-menu--open .p-hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.p-hamburger-menu--open .p-hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.p-hamburger-menu--open .p-hamburger-menu__bar:nth-child(2) {
  display: none;
}
.p-header__wrap {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  position: fixed;
  z-index: 999;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header__wrap {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    padding: 0;
  }
}
.p-navigation {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 4.6rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 4.6rem);
  z-index: 9999;
  border-top: 1px solid #00a26b;
  overflow-y: auto;
}
.p-navigation__list {
  padding: 0 4vw;
  margin: 0 auto 30px;
}
.p-header_links {
  display: block;
  margin: 0 auto;
  border-bottom: solid 1px #dddddd;
  width: 78.6%;
}
.p-header_links:first-child {
  border-top: solid 1px #dddddd;
}
.p-header_links a {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  padding: 34px 0 22px 0;
}
.p-header_tel_wrap {
  text-align: center;
}
.p-header_tel {
  font-size: 2rem;
  line-height: 1;
}
.p-header_tel img {
  max-width: 2rem;
  margin-bottom: -0.3rem;
}
.p-header_notice {
  font-size: 1rem;
  line-height: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-header_notice {
    font-size: 0.9rem;
    line-height: 13.5px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1201px) {
  .p-header_notice {
    font-size: 1rem;
    line-height: 18px;
    margin-bottom: 0;
  }
}
.p-header__logo {
  height: 36px;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 111.36px;
    height: 46.4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
}
@media screen and (min-width: 1201px) {
  .p-header__logo {
    width: 111.36px;
    height: 46.4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 23px;
  }
}
.p-header__sp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  height: 60px;
}
.p-header__flex {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .p-header__flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .p-header__flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 0;
    width: 100%;
  }
}
.p-header__link {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 15px;
  line-height: 24px;
}
.p-header__tel-wrap {
  margin-left: 60px;
}
@media screen and (min-width: 768px) {
  .p-header__tel-wrap {
    margin-left: 0;
  }
}
@media screen and (min-width: 1201px) {
  .p-header__tel-wrap {
    margin-left: 30px;
  }
}
.p-header__tel,
.p-inquiry__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-header__tel-img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .p-header__tel-img {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1201px) {
  .p-header__tel-img {
    width: 30px;
    height: 30px;
  }
}
.p-header__tel-link {
  color: #00a26b;
  font-size: 2.4rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  .p-header__tel-link {
    color: #00a26b;
    font-size: 1.9rem;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    line-height: 28.5px;
  }
}
@media screen and (min-width: 1201px) {
  .p-header__tel-link {
    color: #00a26b;
    font-size: 2.4rem;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    line-height: 36px;
  }
}
.p-header__form-wrap {
  text-align: center;
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}
.p-header__form {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  line-height: 30px;
  background-color: #f78a2a;
  border-radius: 50px;
  padding: 16px 0;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-header__form-img {
  width: 16px;
  height: 16px;
}
.p-header__form-text {
  font-size: 1.6rem;
  line-height: 24px;
  color: #fff;
  font-weight: 800;
}
.p-header__inquiry-wrap {
  background-color: #f78a2a;
  display: flex;
  border-radius: 20px;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-header__inquiry-wrap {
    display: block;
    background-color: #f78a2a;
    margin-left: 0;
    height: 100%;
    display: flex;
    border-radius: 0px;
  }
}
@media screen and (min-width: 1201px) {
  .p-header__inquiry-wrap {
    display: block;
    background-color: #f78a2a;
    margin-left: 0;
    height: 100%;
    display: flex;
    border-radius: 0px;
  }
}
.p-header__inquiry-link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 20px;
}
@media screen and (min-width: 768px) {
  .p-header__inquiry-link {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
  }
}
@media screen and (min-width: 1201px) {
  .p-header__inquiry-link {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
  }
}
.p-header__inquiry-img {
  width: 13px;
  height: 13px;
}
@media screen and (min-width: 768px) {
  .p-header__inquiry-img {
    width: 16px;
    height: 16px;
  }
}
.p-header__inquiry-text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 19.5px;
}
@media screen and (min-width: 768px) {
  .p-header__inquiry-text {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 24px;
  }
}
.p-mainv__bg {
  background-color: rgba(139, 183, 210, 0.05);
  overflow: hidden;
}
.p-mainv__wrap {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-mainv__wrap {
    height: auto;
    display: flex;
    align-items: center;
    margin: 0 auto;
    z-index: 99;
    padding: 52px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .p-mainv__wrap {
    height: 682px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    z-index: 99;
    padding: 72px 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .p-mainv__wrap {
    height: 682px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    justify-content: center;
  }
}
.p-mainv__left {
  width: 100%;
  background-image: url("../images/img_map.png");
  background-size: 100% auto;
  background-position: center 58px;
}
@media screen and (min-width: 768px) {
  .p-mainv__left {
    width: 56.8%;
    background-image: url("../images/img_map.png");
    background-position: -14% 45%;
    padding: 7.5% 0 5.9% 5.1%;
    z-index: 99;
    position: relative;
  }
}
@media screen and (min-width: 1201px) {
  .p-mainv__left {
width: 53.9%;
    background-image: url("../images/img_map.png");
    background-position: -14% 60%;
    padding: 90px 0 71px;
  }
}
.p-mainv__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mainv__right {
    width: 43.2%;
  }
}
.p-mainv__left-inner {
  width: 100%;
  margin: 0 auto;
  padding: 52px 0 25px 0;
}
@media screen and (min-width: 768px) {
  .p-mainv__left-inner {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-mainv__left-inner {
    width: 681px;
    margin-right: 0;
    padding: 0;
  }
}
.p-mainv__title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #009360;
  line-height: 40.8px;
  margin: 45px 0 10px 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-mainv__title {
    font-size: 4.8rem;
    font-weight: bold;
    color: #009360;
    line-height: 70px;
    margin: 0 0 25px;
    text-align: left;
    z-index: 99;
    position: relative;
  }
}
.p-mainv__text-wrap {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-mainv__text-wrap {
    display: inline-block;
  }
}
.p-mainv__text01 {
  width: 81.4%;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 19.5px;
  display: block;
  background-color: rgba(0, 147, 96, 0.9);
  padding: 8px 15px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  display: inline-block;
  margin: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-mainv__text01 {
    font-size: 1.7rem;
    color: #fff;
    font-weight: bold;
    line-height: 21px;
    display: block;
    background-color: rgba(0, 147, 96, 0.9);
    padding: 12px 30px 12px 20px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    display: inline-block;
    margin: 0 0 40px;
    width: 98.6%;
  }
}
.p-mainv__text02 {
  font-size: 1.8rem;
  color: #004b7f;
  font-weight: bold;
  line-height: 31.5px;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-mainv__text02 {
    font-size: 2.4rem;
    color: #004b7f;
    font-weight: bold;
    line-height: 36px;
    display: inline-block;
    margin-left: 0;
  }
}
.p-mainv__text02-01 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 36px;
  font-family: "Outfit", sans-serif;
}
.p-mainv__text02-02 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 18px;
  vertical-align: super;
}
.p-mainv__text03 {
  font-size: 1rem;
  line-height: 15px;
  text-align: left;
  display: block;
  width: 100%;
  margin: 0 0 25px 20px;
}
@media screen and (min-width: 768px) {
  .p-mainv__text03 {
    font-size: 1.2rem;
    line-height: 18px;
    text-align: right;
    display: block;
    width: 100%;
    margin: 0 0 52px 0;
  }
}
.p-mainv__text04 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 19.5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-mainv__text04 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.p-mainv__link-wrap {
  text-align: center;
  width: 89.3%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-mainv__link-wrap {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .p-mainv__link-wrap {
    text-align: center;
    width: 52.7%;
    margin: 0 auto;
  }
}
.p-mainv__link {
  color: #fff;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 24px;
  background-color: #f78a2a;
  border-radius: 50px;
  padding: 16px 0;
  margin: 0 auto;
  max-width: 335px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-mainv__link {
    color: #fff;
    font-weight: 800;
    font-size: 2rem;
    line-height: 30px;
    background-color: #f78a2a;
    border-radius: 50px;
    padding: 16px 0;
    display: block;
    max-width: 420px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
.p-mainv__link-img {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .p-mainv__link-img {
    width: 20px;
    height: 20px;
  }
}
.p-mainv__img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mainv__img {
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .p-mainv__img {
    height: 610px;
    width: auto;
  }
}
.p-cv__wrap {
  padding: 55px 0 60px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-cv__wrap {
    padding: 100px 20px 122px;
    margin-bottom: 59px;
  }
}
.p-cv__title {
  font-size: 2.4rem;
  color: #00a26b;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-cv__title {
    font-size: 2.4rem;
    color: #00a26b;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-cv__title {
    font-size: 3.6rem;
    color: #00a26b;
    font-weight: 600;
    line-height: 54px;
    text-align: center;
    margin-bottom: 50px;
  }
}
.p-cv__flex-wrap {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-cv__flex-wrap {
    display: flex;
    justify-content: center;
  }
}
.p-cv__flex {
  position: relative;
  height: 271px;
  width: 90%;
  text-align: center;
  margin: 0 20px 30px;
}
@media screen and (min-width: 768px) {
  .p-cv__flex {
    position: relative;
    height: 309px;
    width: 300px;
    text-align: center;
    margin: 0 20px;
  }
}
.p-cv__bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background-color: #f6f8f9;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-cv__bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68%;
    background-color: #f6f8f9;
    border-radius: 10px;
  }
}
.p-cv__text {
  font-size: 1.6rem;
  line-height: 28px;
  text-align: center;
  z-index: 99;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cv__text {
    font-size: 1.8rem;
    line-height: 31.5px;
    text-align: center;
    z-index: 99;
    position: relative;
  }
}
.p-cv__text span {
  font-weight: bold;
}
.p-cv__img {
  width: 220px;
  height: 165px;
  z-index: 99;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-cv__img {
    width: 220px;
    height: 165px;
    z-index: 99;
    position: relative;
    margin-bottom: 0;
  }
}
.p-support__wrap {
  position: relative;
  padding: 40px 0 50px;
  overflow: visible;
  background-color: #fdf5e6;
}
@media screen and (min-width: 768px) {
  .p-support__wrap {
    position: relative;
    padding: 0 20px 40px;
    overflow: visible;
    background-color: #fdf5e6;
  }
}
.p-support__wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
  display: block;
  left: 0;
}
/* 追加 */
@media screen and (min-width: 1400px) {
  .p-support__wrap::before {
    width: 100vw;
    height: 140px;
  }
}
#selected .p-support__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
  display: block;
  left: 0;
}
/* 追加 */
@media screen and (min-width: 1440px) {
  #selected .p-support__bg::before {
    width: 100vw;
    /* height: 140px; */
    height: calc(140 / 1440 * 100vw);
  }
}
.p-support__wrap::before {
  top: -29px;
  background-image: url("../images/img_wave_04.png");
}
@media screen and (min-width: 768px) {
  .p-support__wrap::before {
    top: calc(-99 / 1920 * 100vw);
    background-image: url("../images/img_wave_01.png");
  }
}
@media screen and (min-width: 1440px) {
  .p-support__wrap::before {
    /* top: -62px; */
    top: calc(-72 / 1440 * 100vw);
    background-image: url("../images/img_wave_01.png");
  }
}
#selected .p-support__bg::before {
  top: -70px;
  /* top: -100px; */
  background-image: url("../images/img_wave_05.png");
}
@media screen and (min-width: 768px) {
  #selected .p-support__bg::before {
    /* top: -100px; */
    top: -180px;
    background-image: url("../images/img_wave_02.png");
  }
}
@media screen and (min-width: 1200px) {
  #selected .p-support__bg::before {
    top: calc(-285 / 1920 * 100vw);
    background-image: url("../images/img_wave_02.png");
    width: 100vw;
  }
}
@media screen and (min-width: 1440px) {
  #selected .p-support__bg::before {
    top: -180px;
    background-image: url("../images/img_wave_02.png");
    width: 100vw;
    height: 140px;
  }
}
/*

.p-support__wrap::after{
  bottom: -100px;
  background-image: url("../images/img_wave_05.png");
}
@media screen and (min-width: 768px) {
.p-support__wrap::after{
  bottom: -100px;
  background-image: url("../images/img_wave_02.png");
}}
@media screen and (min-width: 1200px) {
  .p-support__wrap::after{
    bottom: calc(-142 / 1920 * 100vw);
    background-image: url("../images/img_wave_02.png");
  }}
  @media screen and (min-width: 1400px) {
  .p-support__wrap::after{
    width: 100vw;
    bottom: -6.9vw;
    background-image: url("../images/img_wave_02.png");
  }} */
.p-support__bg {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-support__bg {
    position: relative;
    z-index: 2;
  }
}
.p-support__text01 {
  color: #00a26b;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-support__text01 {
    color: #00a26b;
    font-size: 1.8rem;
    line-height: 27px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
  }
}
.p-support__title {
  color: #00a26b;
  font-size: 2.8rem;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-support__title {
    color: #00a26b;
    font-size: 3.6rem;
    line-height: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
  }
}
.p-support__flex {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-support__flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-support__img-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .p-support__img-wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px 90px;
    width: 36%;
    max-width: 540px;
    margin: 0;
  }
}
.p-support__img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-support__text02,
.p-support__text03 {
  font-size: 1.4rem;
  line-height: 28px;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-support__text02,
  .p-support__text03 {
    width: 94%;
    margin: 0;
    font-size: 1.8rem;
    line-height: 36px;
    font-weight: 500;
    margin-left: 40px;
  }
}
@media screen and (min-width: 1201px) {
  .p-support__text02,
  .p-support__text03 {
    font-size: 1.8rem;
    line-height: 40px;
    font-weight: 500;
    margin-left: 50px;
  }
}
.p-support__text02 {
  width: 90%;
  display: block;
  margin: 0 auto 43px;
}
@media screen and (min-width: 768px) {
  .p-support__text02 {
    width: 90%;
    display: block;
    margin: 0 0 63px 50px;
  }
}
.p-selected__wrap {
  padding: 70px 0 50px;
}
@media screen and (min-width: 768px) {
  .p-selected__wrap {
    padding: 180px 0% 200px;
  }
}
.p-selected__title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 40px;
  color: #00a26b;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-selected__title {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 54px;
    color: #00a26b;
    text-align: center;
    margin-bottom: 70px;
  }
}
.p-selected__flex {
  display: block;
  /* width: 100%; */
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-selected__flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1090px;
    margin: 0 auto;
  }
}
.p-selected__items {
  width: 100%;
  max-width: 480px;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-selected__items {
    width: 100%;
    max-width: 480px;
    text-align: left;
    margin-bottom: 0;
  }
}
.p-selected__img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-selected__img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
.p-selected__text01 {
  font-size: 2.2rem;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-selected__text01 {
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
.p-selected__text02 {
  font-size: 1.4rem;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-selected__text02 {
    font-size: 1.6rem;
    line-height: 32px;
    font-weight: 400;
  }
}
.p-achievements__wrap {
  position: relative;
  background-color: rgba(139, 183, 210, 0.1);
  padding: 40px 5% 50px;
}
@media screen and (min-width: 768px) {
  .p-achievements__wrap {
    position: relative;
    background-color: rgba(139, 183, 210, 0.1);
    padding: 0 20px 75px;
  }
}
.p-achievements__wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("../images/img_wave_06.png");
  top: -28px;
  left: 0;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .p-achievements__wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    display: block;
    background-image: url("../images/img_wave_03.png");
    top: calc(-99 / 1920 * 100vw);
    left: 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1400px) {
  .p-achievements__wrap::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vw;
    background-repeat: no-repeat;
    display: block;
    background-image: url("../images/img_wave_03.png");
    top: -5vw;
    left: 0;
    background-size: 100% auto;
  }
}
.p-achievements__title {
  font-size: 2.8rem;
  line-height: 40px;
  font-weight: 600;
  color: #00a26b;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-achievements__title {
    font-size: 3.6rem;
    line-height: 54px;
    font-weight: 600;
    color: #00a26b;
    text-align: center;
    margin-bottom: 50px;
    z-index: 99;
    position: relative;
  }
}
.p-achievements__flex {
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .p-achievements__flex {
    max-width: 1080px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto 30px;
  }
}
.p-achievements__items {
  background-color: #fff;
  border: 1px solid rgba(139, 183, 210, 0.5);
  width: 100%;
  height: auto;
  padding: 30px 20px 20px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-achievements__items {
    background-color: #fff;
    border: 1px solid rgba(139, 183, 210, 0.5);
    width: calc((100% - 60px) / 3);
    height: 637px;
    padding: 35px 30px 30px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1201px) {
  .p-achievements__items {
    background-color: #fff;
    border: 1px solid rgba(139, 183, 210, 0.5);
    width: calc((100% - 60px) / 3);
    height: 637px;
    padding: 35px 1.8% 30px;
    text-align: center;
    border-radius: 15px;
  }
}
.p-achievements__img02,
.p-achievements__img03 {
  width: 100%;
}
.p-achievements__text01 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 36px;
  color: #00a26b;
}
.p-achievements__text01::after {
  content: "";
  display: block;
  background-color: #00a26b;
  width: 30px;
  height: 3px;
  margin: 10px auto 27px;
}
.p-achievements__text02 {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 33px;
  color: #00a26b;
  height: fit-content;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-achievements__text02 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 45px;
    color: #00a26b;
    height: fit-content;
    margin-bottom: 20px;
    height: 100px;
  }
}
@media screen and (min-width: 1201px) {
  .p-achievements__text02 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 45px;
    color: #00a26b;
    height: fit-content;
    margin-bottom: 19px;
    height: 101px;
  }
}
.p-achievements__text02 span {
  font-weight: 600;
  font-size: 4.4rem;
  line-height: 33px;
  color: #00a26b;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-achievements__text02 span {
    font-weight: 600;
    font-size: 6rem;
    line-height: 45px;
    color: #00a26b;
    font-family: "Outfit", sans-serif;
  }
}
.p-achievements__text03 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-achievements__text03 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.p-achievements__text04 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 24px;
  color: #00a26b;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-achievements__text04 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 30px;
    color: #00a26b;
    margin-bottom: 0;
  }
}
.p-achievements__text04-01 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 24px;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-achievements__text04-01 {
    font-weight: 600;
    font-size: 4rem;
    line-height: 45px;
    font-family: "Outfit", sans-serif;
  }
}
.p-achievements__text04-02 {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 18px;
  vertical-align: super;
}
.p-achievements__text05 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .p-achievements__text05 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 32px;
  }
}
.p-achievements__text06 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-achievements__text06 {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 18px;
    text-align: left;
  }
}
.p-achievements__flex > .p-achievements__items:last-child .p-achievements__text03 {
  margin-bottom: 0;
}
.p-achievements-shop {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(139, 183, 210, 0.5);
  border-radius: 15px;
  margin: 0 auto;
  display: block;
  padding: 35px 0 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-achievements-shop {
    max-width: 1080px;
    background-color: #fff;
    border: 1px solid rgba(139, 183, 210, 0.5);
    border-radius: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 35px 0 30px;
  }
}
@media screen and (min-width: 1201px) {
  .p-achievements-shop {
    max-width: 1080px;
    background-color: #fff;
    border: 1px solid rgba(139, 183, 210, 0.5);
    border-radius: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 35px 0;
  }
}
.p-achievements__img01 {
  width: 100%;
}
.p-inquiry__wrap {
  background-color: #1aac7a;
  text-align: center;
  position: relative;
  padding: 40px 5% 20px;
}
@media screen and (min-width: 768px) {
  .p-inquiry__wrap {
    background-color: #1aac7a;
    text-align: center;
    position: relative;
    padding: 40px 20px 50px;
  }
}
.p-inquiry__img {
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-inquiry__img {
    position: absolute;
    top: -155px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .p-inquiry__img {
    position: absolute;
    top: -155px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
}
.p-inquiry__title {
  color: #fff;
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-inquiry__title {
    color: #fff;
    font-size: 3.6rem;
    line-height: 54px;
    font-weight: 600;
  }
}
.p-inquiry__title::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 2px;
  width: 94%;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .p-inquiry__title::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 2px;
    width: 49%;
    margin: 23px auto 22px;
  }
}
.p-inquiry__text01 {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 28px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-inquiry__text01 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 32px;
    color: #fff;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-inquiry__text01 {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
  }
}
.p-inquiry__flex {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-inquiry__flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 940px;
    margin: 0 auto;
  }
}
.p-inquiry__tel-wrap,
.p-inquiry__form-wrap {
  padding: 25px 0;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-inquiry__tel-wrap,
  .p-inquiry__form-wrap {
    padding: 30px 0 20px;
    background-color: #fff;
    border-radius: 15px;
    width: calc((940px - 20px) / 2);
    margin-bottom: 0;
  }
}
.p-inquiry__text02 {
  font-size: 1.4rem;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-inquiry__text02 {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 15px;
  }
}
.p-inquiry__tel {
  margin-bottom: 5px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 45px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-inquiry__tel {
    margin-bottom: 7px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 45px;
    justify-content: center;
  }
}
.p-inquiry__text03 {
  font-size: 1.3rem;
  line-height: 19.5px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-inquiry__text03 {
    font-size: 1.4rem;
    line-height: 21px;
    font-weight: 400;
  }
}
.p-inquiry__form {
  background-color: #f78a2a;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 24px;
  padding: 16px 0;
  display: block;
  width: 87.5%;
  max-width: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-inquiry__form {
    background-color: #f78a2a;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    line-height: 24px;
    padding: 16px 0;
    display: block;
    width: 73.9%;
    max-width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
  }
}
.p-inquiry__text04 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-inquiry__text04 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
.p-voice__wrap {
  padding: 40px 5% 50px;
  background-color: rgba(0, 162, 107, 0.05);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-voice__wrap {
    padding: 100px 20px 75px;
    background-color: rgba(0, 162, 107, 0.05);
    margin: 0 auto;
  }
}
.p-voice__title {
  color: #00a26b;
  font-size: 2.8rem;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    color: #00a26b;
    font-size: 3.6rem;
    line-height: 54px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
  }
}
.p-voice {
  width: 100%;
  margin: 0 auto 75px;
  padding: 60px 16px 16px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice {
    max-width: 1080px;
    margin: 0 auto 40px;
    padding: 40px 90px;
    background-color: #fff;
    border-radius: 15px;
  }
}
.p-voice:last-child {
  width: 100%;
  margin: 0 auto;
  padding: 60px 16px 16px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice:last-child {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 90px;
    background-color: #fff;
    border-radius: 15px;
  }
}
.p-voice__flex {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-voice__flex {
    display: flex;
    gap: 40px;
    text-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__flex {
    display: flex;
    gap: 40px;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
.p-voice__01 {
  text-align: left;
}
.p-voice__img {
  position: absolute;
  width: 90px;
  left: 50%;
  transform: translateX(-50%);
  top: -43px;
}
@media screen and (min-width: 768px) {
  .p-voice__img {
    width: 120px;
    position: static;
    transform: none;
  }
}
.p-voice__text01 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 21px;
  margin-bottom: 5px;
}
.p-voice__text02 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-voice__text02 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.p-voice__text03 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .p-voice__text03 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.p-voice__text03::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: block;
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .p-voice__text03::after {
    display: none;
  }
}
.p-voice__text04 {
  color: #00a26b;
  font-size: 2.2rem;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-voice__text04 {
    color: #00a26b;
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
.p-voice__text05 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .p-voice__text05 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 37.5px;
    margin-bottom: 0;
  }
}
.p-voice__text05 span {
  background-color: rgba(255, 231, 165, 0.5);
  font-weight: bold;
}
.p-inquiry__tel-link {
  color: #00a26b;
  font-size: 2.8rem;
  line-height: 42px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-inquiry__tel-link {
    color: #00a26b;
    font-size: 3.2rem;
    line-height: 45px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
  }
}
.p-shop__wrap {
  padding: 40px 5% 50px;
}
@media screen and (min-width: 768px) {
  .p-shop__wrap {
    padding: 100px 20px 120px;
  }
}
.p-shop__title {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 42px;
  color: #00a26b;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop__title {
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 54px;
    color: #00a26b;
    margin-bottom: 50px;
    text-align: center;
  }
}
.p-shop__flex-wrap {
  width: 100%;
  margin: 0 auto 55px;
}
@media screen and (min-width: 768px) {
  .p-shop__flex-wrap {
    max-width: 797px;
    margin: 0 auto;
  }
}
.p-shop__flex {
  display: flex;
  align-items: stretch;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-shop__flex {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 62px;
  }
}
.p-shop__flex:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-shop__flex:last-child {
    margin-bottom: 98px;
  }
}
.p-shop__q {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 32px;
  color: #00a26b;
  margin-right: 2px;
  width: 36px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-shop__q {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 32px;
    color: #00a26b;
    margin-right: 0;
  }
}
.p-shop__line {
  content: "";
  width: 1px;
  height: 96px;
  min-height: 96px;
  flex-shrink: 0;
  background-color: #ccc;
}
@media screen and (min-width: 768px) {
  .p-shop__line {
    content: "";
    width: 1px;
    height: 86px;
    background-color: #ccc;
  }
}
.p-shop__text01 {
  font-size: 2rem;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .p-shop__text01 {
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 16px;
  }
}
.p-shop__text02 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .p-shop__text02 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.p-shop__strengthen-wrap {
  border: solid 3px #00a26b;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  padding: 40px 7%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-shop__strengthen-wrap {
    border: solid 3px #00a26b;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    padding: 50px 0;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
  }
}
.p-shop__strengthen-wrap-text01 {
  position: absolute;
  font-weight: bold;
  font-size: 2rem;
  line-height: 30px;
  color: #00a26b;
  background-color: #fff;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-shop__strengthen-wrap-text01 {
    position: absolute;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 36px;
    color: #00a26b;
    background-color: #fff;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px;
  }
}
.p-shop__strengthen-wrap-text02 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-shop__strengthen-wrap-text02 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.p-shop__strengthen-wrap-text03 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 27px;
}
.p-qa__wrap {
  background-color: rgba(26, 172, 122, 0.05);
  padding: 40px 4% 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-qa__wrap {
    background-color: rgba(26, 172, 122, 0.05);
    padding: 60px 20px 75px;
    text-align: center;
  }
}
.p-qa__title {
  font-size: 2.8rem;
  color: #00a26b;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-qa__title {
    font-size: 3.6rem;
    color: #00a26b;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 50px;
  }
}
.p-qa__flex-wrap01 {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 4.3%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-qa__flex-wrap01 {
    max-width: 960px;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 60px;
    margin: 0 auto;
  }
}
.p-qa__flex {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-qa__flex {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
  }
}
.p-qa__q {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  width: 30px;
  height: 30px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #00a26b;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-qa__q {
    font-family: "Outfit", sans-serif;
    font-size: 2.4rem;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #00a26b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.p-qa__text01 {
  font-size: 1.6rem;
  color: #00a26b;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-qa__text01 {
    font-size: 1.8rem;
    color: #00a26b;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
  }
}
.p-qa__a {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  color: #00a26b;
  width: 30px;
  height: 30px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-qa__a {
    font-family: "Outfit", sans-serif;
    font-size: 2.4rem;
    color: #00a26b;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.p-qa__text02 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 28px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-qa__text02 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 32px;
    text-align: left;
  }
}
.p-qa__line {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 22px auto;
}
@media screen and (min-width: 768px) {
  .p-qa__line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin: 30px 0 30px;
  }
}
.p-qa__flex-wrap01 .p-qa__flex:last-of-type {
  margin-bottom: 0;
}
.p-qa__flex-wrap02 {
  padding: 0 1.5%;
}
@media screen and (min-width: 768px) {
  .p-qa__flex-wrap02 {
    padding: 0;
  }
}
.p-footer__wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 30px 0 30px 5%;
  gap: 38.8px;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 60px 0 30px;
    gap: 38.8px;
  }
}
.p-footer__logo {
  width: 115.2px;
  height: 48px;
}
.p-footer__col {
  align-self: center;
}
.p-footer__links {
  display: inline-block;
  position: relative;
  padding-right: 1.8em;
}
.p-footer__links::before {
  content: "｜";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1em;
  color: #333;
  font-size: 1.3rem;
  line-height: 1;
}
.p-footer__links:last-child::before {
  content: none;
}
.p-footer__links a {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 19.5px;
}
.p-copyright__wrap {
  background-color: #00a26b;
  height: 20px;
}
.p-copyright {
  color: #fff;
  font-size: 1.1rem;
  line-height: 16.5px;
  font-weight: 400;
  text-align: center;
}
.p-inquiry__img-wrap {
  position: relative;
  background-color: rgba(139, 183, 210, 0.1);
  height: 100px;
}
@media screen and (min-width: 521px) {
  .p-inquiry__img-wrap {
    position: relative;
    background-color: rgba(139, 183, 210, 0.1);
    height: 155px;
  }
}
.p-inquiry__img01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-inquiry__img02-wrap {
  position: relative;
  background-color: rgba(0, 162, 107, 0.05);
  height: 100px;
}
@media screen and (min-width: 521px) {
  .p-inquiry__img02-wrap {
    position: relative;
    background-color: rgba(0, 162, 107, 0.05);
    height: 155px;
  }
}
.p-inquiry__img03-wrap {
  position: relative;
  background-color: rgba(26, 172, 122, 0.05);
  height: 100px;
}
@media screen and (min-width: 521px) {
  .p-inquiry__img03-wrap {
    position: relative;
    background-color: rgba(26, 172, 122, 0.05);
    height: 155px;
  }
}
