@charset "UTF-8";
.u-desktop {
  display: none;
}

@media screen and (max-width: 640px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .u-mobile {
    display: none;
  }
}

/* FontFamily */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media screen and (max-width: 1015px) {
  html {
    font-size: 1.57635vw;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.26667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 640px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (max-width: 640px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

.l-inner {
  width: 100%;
  max-width: 1015px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .l-inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.68;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .c-text {
    font-size: 1rem;
  }
}

.c-redText {
  color: #c1272d;
}

.yellow {
  background-color: #ffff00;
}

.l-caution {
  background: url(../../assets/images/gray-bgc.jpg) no-repeat center center/cover;
}

.under {
  text-decoration: underline;
}

.p-8__img {
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.p-8__img {
  width: 89.7%;
  margin: auto;
  position: relative;
}

.p-8__img::before {
  content: '';
  display: block;
  padding-top: 142.90739%;
}

@media screen and (max-width: 640px) {
  .p-8__img {
    width: 100%;
  }
}

.p-8__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-area__inner {
  width: 100%;
  padding-top: 23px;
  padding-top: 1.4375rem;
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}

.p-area__inner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mvContact__img {
  width: 100%;
}

.p-mvContact__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-caution {
  padding: 25px 0;
  padding: 1.5625rem 0;
}

@media screen and (max-width: 640px) {
  .p-caution {
    padding: 0.3125rem 0 1.25rem;
  }
}

.p-caution__title {
  padding: 0 25px;
  padding: 0 1.5625rem;
}

@media screen and (max-width: 640px) {
  .p-caution__title {
    padding: 0;
  }
}

.p-caution__wrap {
  padding: 25px;
  padding: 1.5625rem;
}

@media screen and (max-width: 640px) {
  .p-caution__wrap {
    padding: 0;
  }
}

.p-caution__img {
  float: right;
  width: 30%;
  position: relative;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-caution__img::before {
  content: '';
  display: block;
  padding-top: 76.65505%;
}

@media screen and (max-width: 640px) {
  .p-caution__img {
    clear: both;
    width: 100%;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .p-caution__img::before {
    padding-top: 46%;
  }
}

.p-caution__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 640px) {
  .p-caution__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.red {
  color: #ff0000;
  font-weight: bold;
}

.p-caution__text + .p-caution__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

@media screen and (max-width: 640px) {
  .p-caution__text + .p-caution__text {
    margin-top: 1.25rem;
  }
}

.p-company {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 640px) {
  .p-company {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-company__title {
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .p-company__title {
    font-size: 1.875rem;
  }
}

.p-company__wrap {
  border: 2px solid #000;
  margin: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 850px;
}

@media screen and (max-width: 640px) {
  .p-company__wrap {
    margin-top: 0.9375rem;
  }
}

.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (max-width: 640px) {
  .p-company__item {
    display: block;
  }
}

.p-company__item + .p-company__item {
  border-top: 2px solid #000;
}

.p-company__name {
  width: 181px;
  border-right: 2px solid #000;
  padding: 25px;
  padding: 1.5625rem;
  background-color: #e5e5e5;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 640px) {
  .p-company__name {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #000;
    padding: 0.9375rem;
    font-size: 1.125rem;
  }
}

.p-company__text {
  width: calc(100% - 181px);
  padding: 25px;
  padding: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 640px) {
  .p-company__text {
    width: 100%;
    padding: 0.9375rem;
    font-size: 1.125rem;
  }
}

.l-footer {
  text-align: center;
  background-color: #02813e;
  color: #fff;
  padding: 30px 0;
  padding: 1.875rem 0;
}

@media screen and (max-width: 640px) {
  .l-footer {
    padding: 0.9375rem 0;
  }
}

.p-footer small {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-contact {
  background-color: #ffffe9;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 640px) {
  .p-contact {
    padding-top: 1.25rem;
  }
}

.p-contact__title {
  width: 73%;
  margin: auto;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-contact__title::before {
  content: '';
  display: block;
  padding-top: 24.0634%;
}

@media screen and (max-width: 640px) {
  .p-contact__title {
    width: 95%;
  }
}

.p-contact__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-contact__tel {
  width: 100%;
}

.p-shadow {
  background-color: #fff;
  padding: 40px 30px;
  padding: 2.5rem 1.875rem;
  -webkit-box-shadow: rgba(0, 0, 0, .25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, .25) 0px 0.125em 0.5em, rgba(255, 255, 255, .1) 0px 0px 0px 2px inset;
          box-shadow: rgba(0, 0, 0, .25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, .25) 0px 0.125em 0.5em, rgba(255, 255, 255, .1) 0px 0px 0px 2px inset;
}

@media screen and (max-width: 640px) {
  .p-shadow {
    padding: 0.625rem 1.25rem;
  }
}

.p-shadow + .p-shadow {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (max-width: 640px) {
  .p-shadow + .p-shadow {
    margin-top: 0.9375rem;
  }
}

.p-form {
  margin-top: 40px;
  margin-top: 2.5rem;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .p-form {
    margin-top: 0.9375rem;
  }
}

.p-form__wrap {
  padding: 30px;
  padding: 1.875rem;
  -webkit-box-shadow: rgba(0, 0, 0, .25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, .25) 0px 0.125em 0.5em, rgba(255, 255, 255, .1) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, .25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, .25) 0px 0.125em 0.5em, rgba(255, 255, 255, .1) 0px 0px 0px 1px inset;
}

@media screen and (max-width: 640px) {
  .p-form__wrap {
    padding: 1.25rem 0.9375rem;
  }
}

.p-form__title {
  margin: auto;
  width: 52.42%;
  position: relative;
}

.p-form__title::before {
  content: '';
  display: block;
  padding-top: 6.0241%;
}

@media screen and (max-width: 640px) {
  .p-form__title {
    width: 100%;
  }
  .p-form__title::before {
    padding-top: 18%;
  }
}

.p-form__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-form__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  padding: 28px 0 15px;
  padding: 1.75rem 0 0.9375rem;
}

@media screen and (max-width: 640px) {
  .p-form__text {
    font-size: 1rem;
    padding: 0.9375rem 0;
  }
}

.p-header {
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 640px) {
  .p-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 640px) {
  .p-header__inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.p-header__title {
  width: 72%;
  position: relative;
}

.p-header__title::before {
  content: '';
  display: block;
  padding-top: 3.17919%;
}

@media screen and (max-width: 640px) {
  .p-header__title {
    width: 100%;
  }
  .p-header__title::before {
    padding-top: 3.30579%;
  }
}

.p-header__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (max-width: 640px) {
  .p-header__bottom {
    margin-top: 0.3125rem;
  }
}

.p-header__logo {
  width: 46%;
  position: relative;
}

.p-header__logo::before {
  display: block;
  content: '';
  padding-top: 15.90909%;
}

@media screen and (max-width: 640px) {
  .p-header__logo::before {
    padding-top: 15.95442%;
  }
}

@media screen and (max-width: 640px) {
  .p-header__logo {
    width: 55%;
  }
}

.p-header__logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__tel {
  width: 29%;
  position: relative;
}

.p-header__tel::before {
  content: '';
  display: block;
  padding-top: 21.14695%;
}

@media screen and (max-width: 640px) {
  .p-header__tel {
    width: 45%;
  }
  .p-header__tel::before {
    padding-top: 21.22449%;
  }
}

.p-header__tel img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__contact {
  width: 22%;
  position: relative;
}

.p-header__contact::before {
  content: '';
  display: block;
  padding-top: 32.44681%;
}

.p-header__contact img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-introduction {
  background-color: #feffe1;
  -webkit-box-shadow: 0 10px 10px -10px rgba(96, 96, 96, .5);
          box-shadow: 0 10px 10px -10px rgba(96, 96, 96, .5);
}

.p-introduction__wrap {
  margin-top: 38px;
  margin-top: 2.375rem;
  clear: both;
  padding: 0 25px;
  padding: 0 1.5625rem;
}

@media screen and (max-width: 640px) {
  .p-introduction__wrap {
    padding: 0;
  }
}

.p-introduction__img {
  width: 25%;
  position: relative;
  float: right;
}

.p-introduction__img::before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 640px) {
  .p-introduction__img {
    width: 171px;
    max-width: 39vw;
  }
}

.p-introduction__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-introduction__text + .p-introduction__text {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (max-width: 640px) {
  .p-introduction__text + .p-introduction__text {
    margin-top: 1.5625rem;
  }
}

.p-introduction__nav {
  margin-top: 22px;
  margin-top: 1.375rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.p-introduction__list {
  font-weight: bold;
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}

.p-introduction__list::before {
  content: '';
  position: absolute;
  width: 10px;
  width: 0.625rem;
  height: 20px;
  height: 1.25rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 3px solid #e56a81;
  border-right: 3px solid #e56a81;
}

.p-leave {
  background: url(../../assets/images/main-bgc.png) no-repeat center center/cover;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
  -webkit-box-shadow: 0px -3px 6px -1px #dfdfdf inset;
          box-shadow: 0px -3px 6px -1px #dfdfdf inset;
}

@media screen and (max-width: 640px) {
  .p-leave {
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 640px) {
  .p-leave__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-leave__arrow {
  width: 48%;
  margin: auto;
  position: relative;
}

.p-leave__arrow::before {
  content: '';
  display: block;
  padding-top: 27.63784%;
}

.p-leave__arrow img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-leave__title {
  width: 100%;
  margin: auto;
  position: relative;
}

.p-leave__title::before {
  content: '';
  display: block;
  padding-top: 7.78888%;
}

.p-leave__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-leave__main {
  width: 100%;
  position: relative;
}

.p-leave__main::before {
  content: '';
  display: block;
  padding-top: 33.4359%;
}

.p-leave__main img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-leave__wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .75);
          box-shadow: 0 0 2px rgba(0, 0, 0, .75);
  position: relative;
}

.p-leave__wrap::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, .35);
}

@media screen and (max-width: 640px) {
  .p-leave__wrap::after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .p-leave__wrap {
    display: block;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}

.p-leave__item {
  padding: 27px 22px 30px;
  padding: 1.6875rem 1.375rem 1.875rem;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .p-leave__item {
    width: 100%;
    padding: 1.5625rem 0.5rem 1.5625rem;
    border-left: 1px solid rgba(0, 0, 0, .3);
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .3);
  }
}

@media screen and (max-width: 640px) {
  .p-leave__item:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, .3);
  }
}

@media screen and (max-width: 640px) {
  .p-leave__item:nth-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
  }
}

.p-leave__title {
  width: 100%;
  position: relative;
}

.p-leave__title::before {
  content: '';
  display: block;
  padding-top: 8.70588%;
}

@media screen and (max-width: 640px) {
  .p-leave__title {
    width: 100%;
  }
  .p-leave__title::before {
    padding-top: 8.60656%;
  }
}

.p-leave__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-leave__icon {
  width: 28.8%;
  margin: auto;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-leave__icon::before {
  content: '';
  display: block;
  padding-top: 78.83212%;
}

@media screen and (max-width: 640px) {
  .p-leave__icon {
    width: 30%;
  }
  .p-leave__icon::before {
    padding-top: 79.4702%;
  }
}

.p-leave__icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-leave__lead {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-leave__text--red {
  color: #c1272d;
}

.p-leave__text span {
  background-color: #ffff00;
}

.p-leave__text + .p-leave__text {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (max-width: 640px) {
  .p-leave__text + .p-leave__text {
    margin-top: 1.5625rem;
  }
}

.p-leave__comment {
  width: 78.5%;
  margin: auto;
  position: relative;
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.p-leave__comment::before {
  content: '';
  display: block;
  padding-top: 14.07507%;
}

@media screen and (max-width: 640px) {
  .p-leave__comment {
    width: 95%;
    margin-top: 0.625rem;
  }
  .p-leave__comment::before {
    padding-top: 14.11765%;
  }
}

.p-leave__comment img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-leave__item:nth-child(1) {
  position: relative;
}

@media screen and (max-width: 640px) {
  .p-leave__item:nth-child(1)::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 95%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .35);
  }
}

.p-main {
  background-color: #02813e;
  padding: 13px 0;
  padding: 0.8125rem 0;
}

.p-main__text {
  margin: auto;
  width: 72%;
  position: relative;
}

.p-main__text::before {
  content: '';
  display: block;
  padding-top: 17.63006%;
}

@media screen and (max-width: 640px) {
  .p-main__text {
    width: 100%;
  }
  .p-main__text::before {
    padding-top: 17.60797%;
  }
}

.p-main__text img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv {
  background: url(../../assets/images/main-bgc.png) no-repeat center center/cover;
}

.p-mv__inner {
  width: 100%;
  max-width: 1015px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 640px) {
  .p-mv__inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9375rem;
  }
}

.p-mv__img {
  width: 100%;
  position: relative;
}

.p-mv__img::before {
  content: '';
  display: block;
  padding-top: 53.125%;
}

@media screen and (max-width: 640px) {
  .p-mv__img {
    width: 102%;
  }
  .p-mv__img::before {
    padding-top: 63.175%;
  }
}

.p-mv__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__list {
  display: block;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .p-mv__list {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.p-mv__list img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mvContact {
  padding-top: 37px;
  padding-top: 2.3125rem;
  padding-bottom: 37px;
  padding-bottom: 2.3125rem;
  -webkit-box-shadow: rgba(33, 35, 38, .1) 0px 10px 10px -10px;
          box-shadow: rgba(33, 35, 38, .1) 0px 10px 10px -10px;
}

@media screen and (max-width: 640px) {
  .p-mvContact {
    padding-top: 0.9375rem;
    padding-bottom: 1.25rem;
  }
}

.p-mvContact__wrap {
  border: 4px solid #02813e;
  background-color: #fff;
}

.p-mvContact__top {
  background-color: #02813e;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.p-mvContact__title {
  width: 63%;
  margin: auto;
  position: relative;
}

.p-mvContact__title::before {
  content: '';
  display: block;
  padding-top: 8.23723%;
}

@media screen and (max-width: 640px) {
  .p-mvContact__title {
    width: 82%;
  }
  .p-mvContact__title::before {
    padding-top: 8.11881%;
  }
}

.p-mvContact__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mvContact__lead {
  padding: 20px 0;
  padding: 1.25rem 0;
}

@media screen and (max-width: 640px) {
  .p-mvContact__lead {
    padding: 1.25rem 0.625rem;
  }
}

.p-mvContact__subTitle {
  width: 59.26%;
  margin: auto;
  position: relative;
}

.p-mvContact__subTitle::before {
  content: '';
  display: block;
  padding-top: 12.96625%;
}

@media screen and (max-width: 640px) {
  .p-mvContact__subTitle {
    width: 100%;
  }
  .p-mvContact__subTitle::before {
    padding-top: 13.09091%;
  }
}

.p-mvContact__subTitle img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mvContact__linkItems {
  padding-top: 25px;
  padding-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .p-mvContact__linkItems {
    display: block;
  }
}

.p-mvContact__tel {
  width: 46%;
  position: relative;
}

.p-mvContact__tel::before {
  content: '';
  display: block;
  padding-top: 19.86456%;
}

@media screen and (max-width: 640px) {
  .p-mvContact__tel {
    width: 100%;
  }
  .p-mvContact__tel::before {
    padding-top: 23.27273%;
  }
}

.p-mvContact__tel img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mvContact__mail {
  margin-left: 24px;
  margin-left: 1.5rem;
  width: 45.78%;
  position: relative;
}

.p-mvContact__mail::before {
  content: '';
  display: block;
  padding-top: 23.21839%;
}

@media screen and (max-width: 640px) {
  .p-mvContact__mail {
    margin-top: 1.5625rem;
    width: 100%;
    margin-left: 0;
  }
  .p-mvContact__mail::before {
    padding-top: 23.27273%;
  }
}

.p-mvContact__mail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mvContact__line {
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 55.68%;
  position: relative;
}

.p-mvContact__line::before {
  content: '';
  display: block;
  padding-top: 31.94707%;
}

@media screen and (max-width: 640px) {
  .p-mvContact__line {
    width: 100%;
  }
  .p-mvContact__line::before {
    padding-top: 31.81818%;
  }
}

.p-mvContact__line img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-price__inner {
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-price__title {
  margin-top: 45px;
  margin-top: 2.8125rem;
  background-color: #02813e;
  padding: 25px 0;
  padding: 1.5625rem 0;
}

@media screen and (max-width: 640px) {
  .p-price__title {
    margin-top: 1.5625rem;
    padding: 0.625rem;
  }
}

.p-price__titleImg {
  margin: auto;
  width: 30%;
  position: relative;
}

.p-price__titleImg::before {
  content: '';
  display: block;
  padding-top: 16.23529%;
}

@media screen and (max-width: 640px) {
  .p-price__titleImg {
    width: 60%;
  }
}

.p-price__titleImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-price__list {
  display: block;
  width: 100%;
}

.p-price__list img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-qa__wrap {
  -webkit-box-shadow: rgba(0, 0, 0, .44) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, .44) 0px 3px 8px;
}

.p-question__inner {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}

@media screen and (max-width: 640px) {
  .p-question__inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.accordion-area {
  list-style: none;
  margin: 0 auto;
  width: 100%;
}

.accordion-area li {
  border-bottom: 1px solid rgba(142, 142, 142, .4);
}

/*アコーディオンタイトル*/
.p-question__area-title {
  background-color: #fff;
  color: #333;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  padding: 20px 50px 20px 70px;
  padding: 1.25rem 3.125rem 1.25rem 4.375rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .p-question__area-title {
    font-size: 1.125rem;
    padding: 0.625rem 1.875rem 0.625rem 3.125rem;
  }
}

.p-question__area-title::before {
  content: '';
  display: block;
  height: 30px;
  height: 1.875rem;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  width: 1.875rem;
  background: url(../../assets/images/q.png) no-repeat center center/contain;
}

@media screen and (max-width: 640px) {
  .p-question__area-title::before {
    left: 5px;
  }
}

/*アイコンの＋と×*/
.p-question__area-title::after {
  border-bottom: 4px solid #000;
  border-radius: 0.125rem;
  border-right: 4px solid #000;
  content: '';
  height: 15px;
  height: 0.9375rem;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 15px;
  width: 0.9375rem;
}

@media screen and (max-width: 640px) {
  .p-question__area-title::after {
    right: 15px;
  }
}

/*closeというクラスがついたら形状変化*/
.p-question__area-title.close::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/*アコーディオンで現れるエリア*/
.p-question__area-box {
  background-color: #fff7ee;
  display: none;
  /*はじめは非表示*/
  font-size: 18px;
  padding: 20px 50px 20px 70px;
  padding: 1.25rem 3.125rem 1.25rem 4.375rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .p-question__area-box {
    font-size: 1rem;
    padding: 0.625rem 1.25rem 0.625rem 3.125rem;
  }
}

.p-question__area-box::before {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  display: block;
  background: url(../../assets/images/a.png) no-repeat center center/contain;
  height: 30px;
  height: 1.875rem;
  left: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  width: 1.875rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .p-question__area-box::before {
    left: 5px;
  }
}

.p-question {
  background-color: #f5f3ed;
}

.p-reason {
  background: url(../../assets/images/orange-bgc.png) no-repeat center center/cover;
  padding: 52px 0;
  padding: 3.25rem 0;
  -webkit-box-shadow: 0px -4px 8px -1px #dfdfdf inset;
          box-shadow: 0px -4px 8px -1px #dfdfdf inset;
}

@media screen and (max-width: 640px) {
  .p-reason {
    padding: 0.9375rem 0 1.25rem;
  }
}

.p-reason__title {
  margin: auto;
  width: 66.3%;
  position: relative;
}

.p-reason__title::before {
  content: '';
  display: block;
  padding-top: 19.84127%;
}

@media screen and (max-width: 640px) {
  .p-reason__title {
    width: 90%;
  }
  .p-reason__title::before {
    padding-top: 19.74638%;
  }
}

.p-reason__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__wrap {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-reason__item {
  background-color: #fff;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
  border-top: 12px solid #02813e;
  -webkit-box-shadow: 0 0 6px rgba(48, 48, 48, .75);
          box-shadow: 0 0 6px rgba(48, 48, 48, .75);
  border-radius: 12px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .p-reason__item {
    padding: 0.9375rem 0.5rem;
  }
}

.p-reason__item + .p-reason__item {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (max-width: 640px) {
  .p-reason__item + .p-reason__item {
    margin-top: 1.5625rem;
  }
}

.p-reason__img {
  margin: auto;
  width: 64.94%;
  position: relative;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-reason__img::before {
  content: '';
  display: block;
  padding-top: 44.64286%;
}

@media screen and (max-width: 640px) {
  .p-reason__img {
    width: 100%;
  }
  .p-reason__img::before {
    padding-top: 44.65517%;
  }
}

@media screen and (max-width: 640px) {
  .p-reason__img {
    margin-top: 0.9375rem;
  }
}

.p-reason__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__lead {
  padding-top: 25px;
  padding-top: 1.5625rem;
}

@media screen and (max-width: 640px) {
  .p-reason__lead {
    padding-top: 0.625rem;
  }
}

.p-reason__text + .p-reason__text {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (max-width: 640px) {
  .p-reason__text + .p-reason__text {
    margin-top: 1.875rem;
  }
}

.p-reason__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-reason__number {
  width: 6%;
  position: relative;
}

.p-reason__number::before {
  content: '';
  display: block;
  padding-top: 153.84615%;
}

@media screen and (max-width: 640px) {
  .p-reason__number {
    width: 10%;
  }
}

.p-reason__number img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__itemTitle {
  width: 94%;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .p-reason__itemTitle {
    width: 90%;
  }
}

.p-reason__titleImg {
  width: 65%;
  margin: auto;
  position: relative;
}

.p-reason__titleImg::before {
  content: '';
  display: block;
  padding-top: 17.80822%;
}

@media screen and (max-width: 640px) {
  .p-reason__titleImg {
    width: 98%;
  }
}

.p-reason__titleImg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__lead3 {
  padding: 20px 0 30px;
  padding: 1.25rem 0 1.875rem;
}

@media screen and (max-width: 640px) {
  .p-reason__lead3 {
    padding: 0.625rem 0;
  }
}

.p-reason__img3 {
  width: 100%;
  position: relative;
}

.p-reason__img3::before {
  content: '';
  display: block;
  padding-top: 68.35294%;
}

.p-reason__img3 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-s1 {
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-s1::before {
  content: '';
  display: block;
  padding-top: 7.4444%;
}

@media screen and (max-width: 640px) {
  .p-s1::before {
    padding-top: 10%;
  }
}

@media screen and (max-width: 640px) {
  .p-s1 {
    margin-top: 1.5625rem;
  }
}

.p-mb {
  margin-top: 0;
}

.p-s1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-s1__wrap {
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .p-s1__wrap {
    margin-left: -1.25rem;
  }
}

.p-p-s1__text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.68;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 640px) {
  .p-p-s1__text {
    font-size: 1rem;
  }
}

.p-p-s1__text {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-p-s1__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.68;
  letter-spacing: 0.01em;
  margin-left: 20px;
  margin-left: 1.25rem;
}

@media screen and (max-width: 640px) {
  .p-p-s1__txt {
    font-size: 0.9375rem;
    margin-left: 0;
  }
}

.p-s2__img {
  margin: auto;
  width: 85%;
  position: relative;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-s2__img::before {
  content: '';
  display: block;
  padding-top: 73.15855%;
}

@media screen and (max-width: 640px) {
  .p-s2__img::before {
    padding-top: 80%;
  }
}

@media screen and (max-width: 640px) {
  .p-s2__img {
    width: 100%;
  }
}

.p-s2__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lead-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 640px) {
  .p-lead-text {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

.p-p-s2__text {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.68;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 640px) {
  .p-p-s2__text {
    font-size: 1rem;
  }
}

.p-s4 {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-s4::before {
  content: '';
  display: block;
  padding-top: 52.22222%;
}

@media screen and (max-width: 640px) {
  .p-s4::before {
    padding-top: 72.222%;
  }
}

@media screen and (max-width: 640px) {
  .p-s4 {
    margin-top: 0.9375rem;
  }
}

.p-s4 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-s41::before {
  padding-top: 48.222%;
}

@media screen and (max-width: 640px) {
  .p-s41::before {
    padding-top: 72.222%;
  }
}

.p-bold__t {
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.68;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 640px) {
  .p-bold__t {
    font-size: 1rem;
  }
}

.p-bold-lead {
  padding-top: 20px;
  padding-top: 1.25rem;
}

@media screen and (max-width: 640px) {
  .p-bold-lead {
    padding-top: 0.9375rem;
  }
}

.p-mt {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (max-width: 640px) {
  .p-mt {
    margin-top: 1.875rem;
  }
}

.p-card {
  width: 100%;
  height: auto;
}

.p-service {
  background: url(../../assets/images/service-bgc.png) no-repeat center center/cover;
  -webkit-box-shadow: 0px -4px 8px -1px #dfdfdf inset;
          box-shadow: 0px -4px 8px -1px #dfdfdf inset;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}

.p-service__inner {
  background-color: #fff;
  padding: 45px 0;
  padding: 2.8125rem 0;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 0.0625em 0.0625em, rgba(0, 0, 0, .1) 0px 0.125em 0.5em, rgba(255, 255, 255, .1) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, .1) 0px 0.0625em 0.0625em, rgba(0, 0, 0, .1) 0px 0.125em 0.5em, rgba(255, 255, 255, .1) 0px 0px 0px 1px inset;
}

@media screen and (max-width: 640px) {
  .p-service__inner {
    padding: 1.5625rem 0;
  }
}

.p-service__title {
  width: 60%;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-service__title::before {
  content: '';
  display: block;
  padding-top: 34.40285%;
}

@media screen and (max-width: 640px) {
  .p-service__title {
    width: 72%;
  }
  .p-service__title::before {
    padding-top: 36.09195%;
  }
}

.p-service__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service__txt + .p-service__txt {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (max-width: 640px) {
  .p-service__txt + .p-service__txt {
    margin-top: 1.5625rem;
  }
}

.p-service__item:nth-child(even) {
  background-color: #fffce6;
}

.p-service__item {
  padding: 30px 20px 30px;
  padding: 1.875rem 1.25rem 1.875rem;
}

@media screen and (max-width: 640px) {
  .p-service__item {
    padding: 0.9375rem;
  }
}

.p-service__itemTitle {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: 100%;
  position: relative;
}

.p-service__itemTitle::before {
  content: '';
  display: block;
  padding-top: 7.44444%;
}

@media screen and (max-width: 640px) {
  .p-service__itemTitle {
    margin-bottom: 0.3125rem;
  }
  .p-service__itemTitle::before {
    padding-top: 11%;
  }
}

.p-service__itemTitle2 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  width: 98%;
  position: relative;
}

.p-service__itemTitle2::before {
  content: '';
  display: block;
  padding-top: 9.27%;
}

@media screen and (max-width: 640px) {
  .p-service__itemTitle2::before {
    padding-top: 10%;
  }
}

.p-service__itemTitle img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .p-service__info {
    display: block;
  }
}

.p-service__text {
  width: 81%;
}

@media screen and (max-width: 640px) {
  .p-service__text {
    width: 100%;
  }
}

.p-service__img {
  width: 15%;
  position: relative;
}

.p-service__img::before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media screen and (max-width: 640px) {
  .p-service__img {
    float: right;
    width: 23%;
    margin-left: 0.9375rem;
  }
}

.p-service__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__titles {
  margin: auto;
  width: 29.6%;
  position: relative;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-service__titles::before {
  content: '';
  display: block;
  padding-top: 18.79433%;
}

@media screen and (max-width: 640px) {
  .p-service__titles {
    width: 46%;
    margin-top: 1.25rem;
  }
  .p-service__titles::before {
    padding-top: 17.02128%;
  }
}

.p-service__titles img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service__list {
  margin: auto;
  width: 97%;
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-service__list::before {
  content: '';
  display: block;
  padding-top: 26.77778%;
}

@media screen and (max-width: 640px) {
  .p-service__list::before {
    padding-top: 61.37931%;
  }
}

@media screen and (max-width: 640px) {
  .p-service__list {
    width: 95%;
    margin-top: 0.9375rem;
  }
}

.p-service__list img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.clear {
  clear: both;
}

.p-staff {
  background-color: #fffde3;
  padding: 25px 0 35px;
  padding: 1.5625rem 0 2.1875rem;
}

@media screen and (max-width: 640px) {
  .p-staff {
    padding: 1.5625rem 0 1.875rem;
  }
}

.p-staff__inner {
  max-width: 847px;
}

.p-staff__text {
  width: 100%;
  position: relative;
}

.p-staff__text::before {
  content: '';
  display: block;
  padding-top: 25.61983%;
}

@media screen and (max-width: 640px) {
  .p-staff__text::before {
    padding-top: 29.18826%;
  }
}

.p-staff__text img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-staff__img {
  margin: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 95%;
  position: relative;
}

.p-staff__img::before {
  content: '';
  display: block;
  padding-top: 44.1358%;
}

@media screen and (max-width: 640px) {
  .p-staff__img {
    width: 100%;
    margin-top: 0.9375rem;
  }
  .p-staff__img::before {
    padding-top: 44.18182%;
  }
}

.p-staff__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-staff__youtube {
  margin-top: 55px;
  margin-top: 3.4375rem;
  width: 100%;
  position: relative;
}

.p-staff__youtube::before {
  content: '';
  display: block;
  padding-top: 59.6222%;
}

@media screen and (max-width: 640px) {
  .p-staff__youtube {
    width: 94.91%;
    margin: auto;
    margin-top: 0.9375rem;
  }
  .p-staff__youtube::before {
    padding-top: 59.41278%;
  }
}

.p-staff__youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-staff__more {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 640px) {
  .p-staff__more {
    font-size: 1.25rem;
  }
}

.p-thourht {
  background-color: #fefefe;
}

.p-thought__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (max-width: 640px) {
  .p-thought__inner {
    padding-bottom: 0.625rem;
    padding-top: 1.25rem;
  }
}

.p-thought__wrap {
  background-color: #fff;
  -webkit-box-shadow: rgba(14, 30, 37, .12) 0px 2px 4px 0px, rgba(14, 30, 37, .32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, .12) 0px 2px 4px 0px, rgba(14, 30, 37, .32) 0px 2px 16px 0px;
  padding: 50px;
  padding: 3.125rem;
}

@media screen and (max-width: 640px) {
  .p-thought__wrap {
    padding: 0.625rem 0.625rem 1.25rem;
    padding-top: 0;
  }
}

.p-thought__top {
  width: 59%;
  margin: auto;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.p-thought__top::before {
  content: '';
  display: block;
  padding-top: 82.17469%;
}

@media screen and (max-width: 640px) {
  .p-thought__top::before {
    padding-top: 84.62%;
  }
}

@media screen and (max-width: 640px) {
  .p-thought__top {
    width: 90%;
    margin-bottom: 0.625rem;
  }
}

.p-thought__top img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-thought__lead {
  padding-top: 25px;
  padding-top: 1.5625rem;
  border-top: 2px solid #444;
}

@media screen and (max-width: 640px) {
  .p-thought__lead {
    padding-top: 0.9375rem;
  }
}

.p-thought__text + .p-thought__text {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (max-width: 640px) {
  .p-thought__text + .p-thought__text {
    margin-top: 1.5625rem;
  }
}

.p-thought__sub {
  display: inline-block;
  background-color: #02813e;
  border-radius: 5px;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 640px) {
  .p-thought__sub {
    font-size: 1.25rem;
  }
}

.p-thought__img {
  margin: auto;
  width: 53%;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-thought__img::before {
  content: '';
  display: block;
  padding-top: 73.04688%;
}

@media screen and (max-width: 640px) {
  .p-thought__img {
    width: 95%;
  }
}

.p-thought__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice {
  background-color: #219477;
  padding: 65px 0 25px;
  padding: 4.0625rem 0 1.5625rem;
}

@media screen and (max-width: 640px) {
  .p-voice {
    padding: 0.9375rem 0;
  }
}

.p-voice__title {
  margin: auto;
  width: 75.89%;
  position: relative;
}

.p-voice__title::before {
  content: '';
  display: block;
  padding-top: 28.29404%;
}

@media screen and (max-width: 640px) {
  .p-voice__title {
    width: 100%;
  }
}

.p-voice__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 640px) {
  .p-voice__wrap {
    margin-top: 0.625rem;
  }
}

.p-voice__item {
  background-color: #fff;
  padding: 15px 50px 45px;
  padding: 0.9375rem 3.125rem 2.8125rem;
}

@media screen and (max-width: 640px) {
  .p-voice__item {
    padding: 0.9375rem 0.5rem;
  }
}

.p-voice__item + .p-voice__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (max-width: 640px) {
  .p-voice__item + .p-voice__item {
    margin-top: 2.1875rem;
  }
}

.p-voice__itemTitle {
  margin: auto;
  width: 50%;
  height: auto;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 640px) {
  .p-voice__itemTitle {
    width: 77.8%;
  }
}

.p-voice__itemTitle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__img {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.p-voice__img::before {
  content: '';
  display: block;
  padding-top: 39%;
}

@media screen and (max-width: 640px) {
  .p-voice__img::before {
    padding-top: 39%;
  }
}

@media screen and (max-width: 640px) {
  .p-voice__img {
    margin-bottom: 0.9375rem;
  }
}

.p-voice__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__lead {
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 2px solid #02813e;
}

@media screen and (max-width: 640px) {
  .p-voice__lead {
    padding-top: 0.625rem;
  }
}

.p-voice__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.68;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 640px) {
  .p-voice__text {
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.p-voice__text--red {
  color: #ff0000;
}

.p-voice__text + .p-voice__text {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

@media screen and (max-width: 640px) {
  .p-voice__text + .p-voice__text {
    margin-top: 1.875rem;
  }
}

.p-voice__bottom {
  margin: auto;
  width: 98%;
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-voice__bottom::before {
  content: '';
  display: block;
  padding-top: 8.37989%;
}

@media screen and (max-width: 640px) {
  .p-voice__bottom {
    width: 95%;
    margin-top: 0.625rem;
  }
  .p-voice__bottom::before {
    padding-top: 35.62753%;
  }
}

.p-voice__bottom img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__itemTitle--3 {
  margin: auto;
  width: 50%;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.p-voice__itemTitle--3::before {
  content: '';
  display: block;
  padding-top: 45.68421%;
}

@media screen and (max-width: 640px) {
  .p-voice__itemTitle--3 {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .p-voice__itemTitle--3::before {
    padding-top: 42%;
  }
}

.p-voice__itemTitle--3 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__itemTitle--2 {
  margin: auto;
  width: 60%;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.p-voice__itemTitle--2::before {
  content: '';
  display: block;
  padding-top: 29.20518%;
}

@media screen and (max-width: 640px) {
  .p-voice__itemTitle--2 {
    width: 97%;
    margin-bottom: 0.625rem;
  }
  .p-voice__itemTitle--2::before {
    padding-top: 29.20518%;
  }
}

.p-voice__itemTitle--2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-voice__itemTitle--4 {
  margin: auto;
  width: 71%;
  position: relative;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.p-voice__itemTitle--4::before {
  content: '';
  display: block;
  padding-top: 23.23529%;
}

@media screen and (max-width: 640px) {
  .p-voice__itemTitle--4 {
    width: 97%;
    margin-bottom: 0.625rem;
  }
  .p-voice__itemTitle--4::before {
    padding-top: 23.23529%;
  }
}

.p-voice__itemTitle--4 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-30::before {
  padding-top: 30%;
}

.p-work {
  padding: 50px 0;
  padding: 3.125rem 0;
}

@media screen and (max-width: 640px) {
  .p-work {
    padding: 1.5625rem 0;
  }
}

.p-work__title {
  width: 66.4%;
  margin: auto;
  position: relative;
}

.p-work__title::before {
  content: '';
  display: block;
  padding-top: 11.25198%;
}

@media screen and (max-width: 640px) {
  .p-work__title {
    width: 90%;
  }
  .p-work__title::before {
    padding-top: 11.13281%;
  }
}

.p-work__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-work__wrap {
  background-color: #e6d9c7;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

@media screen and (max-width: 640px) {
  .p-work__wrap {
    padding: 1.25rem 0.625rem;
    margin-top: 0.9375rem;
  }
}

.p-work__item {
  background-color: #fff;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  -webkit-box-shadow: rgba(14, 30, 37, .12) 0px 2px 4px 0px, rgba(14, 30, 37, .32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, .12) 0px 2px 4px 0px, rgba(14, 30, 37, .32) 0px 2px 16px 0px;
}

@media screen and (max-width: 640px) {
  .p-work__item {
    padding: 1.25rem 0.625rem;
  }
}

.p-work__img {
  width: 100%;
  height: auto;
}

.p-work__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-work__item + .p-work__item {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

@media screen and (max-width: 640px) {
  .p-work__item + .p-work__item {
    margin-top: 1.5625rem;
  }
}

.p-worries {
  background-color: #e0e0e0;
  padding: 42px 0;
  padding: 2.625rem 0;
}

@media screen and (max-width: 640px) {
  .p-worries {
    padding: 1.875rem 0;
  }
}

.p-worries__title {
  margin: auto;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  width: 68%;
  position: relative;
}

.p-worries__title::before {
  content: '';
  display: block;
  padding-top: 8.20433%;
}

@media screen and (max-width: 640px) {
  .p-worries__title {
    width: 99%;
    margin-bottom: 0.625rem;
  }
  .p-worries__title::before {
    padding-top: 10.4712%;
  }
}

.p-worries__title img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-worries__img {
  margin: auto;
  width: 94%;
  position: relative;
}

.p-worries__img::before {
  content: '';
  display: block;
  padding-top: 62.11111%;
}

@media screen and (max-width: 640px) {
  .p-worries__img {
    width: 100%;
  }
  .p-worries__img::before {
    padding-top: 95.7377%;
  }
}

.p-worries__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
