@charset "UTF-8";
:root {
  scroll-behavior: unset;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif !important;
  -webkit-text-size-adjust: 100% !important;
  text-align: justify !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 1.5 !important;
  font-size: 1.6rem !important;
  color: #716c6a !important;
  background: #f7f6f3;
  background-attachment: fixed !important;
  -webkit-print-color-adjust: exact;
  position: relative;
}

main {
  overflow: hidden;
}

.fadeIn {
  opacity: 0;
  transition: 1.5s;
}

.fadeIn.is-show {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.4;
  color: inherit;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
}

img {
  width: 100%;
}

/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0;
  margin-bottom: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
  padding: 1.5rem;
  font-weight: bold;
}

td {
  padding: 1.5rem;
}

a {
  text-decoration: underline;
  color: #716c6a;
}
a:hover {
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
div:focus {
  z-index: 10;
}

/**
 * 日本語では斜体を使用しないためリセットします。
 */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

pre {
  padding: 2em;
  margin: 1em 0;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

code {
  padding: 0.2em;
  background-color: rgba(0, 0, 0, 0.06);
}

pre code {
  padding: 0;
  background-color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
blockquote,
p,
address,
hr,
table,
fieldset,
figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

strong {
  color: #b85d00;
}

.l-header {
  position: relative;
  z-index: 100;
}
.p-header-wrap {
  position: relative;
  margin-top: -27%;
}

.p-header-wrap::after {
  content: "";
  display: block;
  background: url("../../common/images/visual-item02.svg") no-repeat;
  background-size: contain;
  height: 25.4rem;
  width: 15.2rem;
  position: absolute;
  bottom: -5rem;
  right: 0;
}

.p-header-logo {
  position: absolute;
  bottom: 8rem;
  right: 10rem;
}

.p-header-ttl {
  margin-bottom: 0;
}

.p-header-ttl__link {
  display: block;
  position: relative;
  z-index: 10;
}

.p-header-ttl__link:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.p-header-ttl img {
  height: 17rem;
  width: auto;
}

.p-pc-header-menu {
  margin-top: -5%;
  padding: 5rem 0;
}

.p-main-visual-img {
  display: block;
}

.p-main-sp-visual-img {
  display: none;
}

.p-pc-globalnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  position: relative;
}

.p-pc-globalnav__link {
  font-weight: bold;
  text-decoration: none;
  padding-left: 2.6rem;
  position: relative;
}

.p-pc-globalnav__link::before {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  top: -0.2rem;
  left: 0;
}

.p-pc-globalnav__link:hover {
  color: #716c6a;
  text-decoration: underline;
}

.p-page-pc-globalnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  padding: 4rem 18rem 3rem 0rem;
  position: relative;
}

.p-page-pc-globalnav__link {
  font-weight: bold;
  text-decoration: none;
  padding-left: 2.6rem;
  position: relative;
}

.p-page-pc-globalnav__link::before {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 1.9rem;
  height: 1.9rem;
  position: absolute;
  top: -0.2rem;
  left: 0;
}

.p-page-pc-globalnav__link:hover {
  color: #716c6a;
  text-decoration: underline;
}

.p-page-pc-globalnav__item:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

.p-page-pc-globalnav__link.p-header-btn {
  display: block;
  color: #fff;
  background: #64c0ab;
  padding: 8rem 2rem 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.p-page-pc-globalnav__link.p-header-btn::before {
  content: "";
  display: block;
  background: url("../../common/images/mail01.svg") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.4rem;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  margin-left: -1.25rem;
}

.p-page-pc-globalnav__link.p-header-btn span {
  padding-top: 2rem;
  border-top: 0.1rem solid #fff;
}

.p-main-visual {
  position: relative;
}

.p-main-visual::before {
  content: "";
  display: block;
  background: url("../../common/images/visual-item01.svg") no-repeat;
  background-size: contain;
  height: 25.4rem;
  width: 21.389rem;
  position: absolute;
  top: 0;
  left: 2rem;
}

.p-main-visual-box01 {
  position: absolute;
  top: 40%;
  left: 10%;
}

.p-main-visual-txt01 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0.4rem 0.4rem 1.2rem rgba(0, 0, 0, 0.4);
}

.p-main-visual-txt02 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0.4rem 0.4rem 1.2rem rgba(0, 0, 0, 0.4);
}

.p-main-visual-box02 {
  position: absolute;
  bottom: 5rem;
  left: 10%;
  z-index: 10;
}

.p-top-office-ttl {
  display: inline-block;
  background: #fff;
  padding: 0.5rem 3rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-left: 2rem;
  line-height: 1;
}

.p-top-office-box {
  display: flex;
}

.p-top-office-link01 {
  background: #e7c6c9;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  border-top: 0.6rem solid #fff;
  border-bottom: 0.6rem solid #fff;
  border-left: 0.6rem solid #fff;
  border-right: 0.3rem solid #fff;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  text-align: center;
}

.p-top-office-link01:hover {
  color: #fff;
  background: #e1bbbe;
  transition: 0.3s;
}

.p-top-office-link02 {
  background: #b3a999;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  border-top: 0.6rem solid #fff;
  border-bottom: 0.6rem solid #fff;
  border-right: 0.6rem solid #fff;
  border-left: 0.3rem solid #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  text-align: center;
}

.p-top-office-link02:hover {
  color: #fff;
  background: #9d9486;
  transition: 0.3s;
}

.p-top-office-txt01 {
  display: block;
}

.p-top-office-txt02 {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
}

.p-news {
  padding-top: 6rem;
  padding-bottom: 15rem;
}

.p-news-box {
  background: #fff;
  padding: 5rem;
  border-radius: 3rem;
}

.p-news-row {
  display: flex;
  align-items: center;
}

.p-news-col01 {
  width: 23%;
  border-right: 0.1rem solid #716c6a;
}

.p-news-col02 {
  width: 77%;
}

.p-news__txt {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
}

.p-news__txt span {
  font-size: 1.4rem;
  display: block;
  margin-top: 1rem;
}

.p-news__article {
  padding-left: 5rem;
}

.p-news__item {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: flex-start;
}

.p-news__item:last-child {
  border-bottom: none;
}

.p-news-btn {
  margin-bottom: 0;
}

.p-news-btn__link {
  position: relative;
  z-index: 10;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  background: #64c0ab;
  color: #fff;
  padding: 0.8rem 3rem;
  border-radius: 9999px;
}

.p-news-btn__link:hover {
  color: #fff;
  background: #5db59f;
  transition: 0.3s;
}

.p-news-btn__link:hover::after {
  right: -0.5rem;
  transition: 0.3s;
}

.p-news__time {
  margin-right: 1.5rem;
  display: block;
  white-space: nowrap;
}

.p-news__category {
  background: #b3a999;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  display: inline-block;
  padding: 0.5rem 2rem;
  line-height: 1.4rem;
  margin-right: 1.5rem;
}

.p-news__link {
  text-decoration: none;
  position: relative;
}

.p-news__link:hover {
  color: #434343;
  text-decoration: underline;
  transition: 0.3s;
}

.p-sep01 {
  margin-bottom: -0.1rem;
}

.p-sep02 {
  margin-top: -0.1rem;
}

.p-about {
  padding: 10rem 0;
  background: #fff;
}

.p-about-ttl01 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

.p-about-ttl01::before {
  content: "";
  display: block;
  background: url("../../common/images/about-item01.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  top: -16rem;
  left: 10rem;
}

.p-about-ttl01::after {
  content: "";
  display: block;
  background: url("../../common/images/about-item02.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  top: -16rem;
  right: 10rem;
}

.p-about-ttl02 {
  font-size: 2rem;
  color: #64c0ab;
  text-align: center;
  margin-bottom: 3rem;
}

.p-about-txt01 {
  text-align: center;
}

.p-about-txt02 {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

.p-about-txt02::before {
  content: "";
  display: block;
  background: url("../../common/images/about-item03.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  top: -6rem;
  left: -3rem;
}

.p-about-txt02::after {
  content: "";
  display: block;
  background: url("../../common/images/about-item04.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  top: -6rem;
  right: -3rem;
}

.p-about-btn {
  text-align: center;
}

.p-about-link {
  position: relative;
  z-index: 10;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  background: #64c0ab;
  color: #fff;
  padding: 0.8rem 5rem;
  border-radius: 9999px;
}

.p-about-link:hover {
  color: #fff;
  background: #5db59f;
  transition: 0.3s;
}

.p-office {
  padding: 10rem 0;
  position: relative;
}

.p-office::before {
  content: "";
  display: block;
  background: url("../../common/images/office-item01.svg") no-repeat;
  background-size: contain;
  width: 21.389rem;
  height: 25.4rem;
  position: absolute;
  top: -6rem;
  right: 0;
}

.p-office-ttl01 {
  text-align: center;
  margin-bottom: 5rem;
}

.p-office-ttl__row01 {
  color: #64c0ab;
  font-size: 2rem;
  display: block;
}

.p-office-ttl__row02 {
  font-size: 3.2rem;
  position: relative;
  padding: 0 4rem;
}

.p-office-ttl__row02::before {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.p-office-ttl__row02::after {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
}

.p-office-box01 {
  background: #fff;
  border-radius: 3rem;
  padding: 4rem;
  margin-bottom: 5rem;
}

.p-office-ttl02 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
}

.p-office-txt01 {
  text-align: center;
}

.p-office-row01 {
  display: flex;
  gap: 3rem;
}

.p-office-col01 {
  width: 50%;
}

.p-office-yorisoi {
  background: #e7c6c9;
  border: 0.8rem solid #fff;
  border-radius: 3rem;
  padding: 4rem 2rem;
}

.p-office-tsunagu {
  background: #b3a999;
  border: 0.8rem solid #fff;
  border-radius: 3rem;
  padding: 4rem 2rem;
}

.p-office-ttl03 {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  text-align: center;
}

.p-office-img01 {
  margin-bottom: 2rem;
}

.p-office-add01 {
  color: #fff;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 1rem;
}

.p-office-add01::before {
  content: "";
  display: block;
  background: url("../../common/images/map01.svg") no-repeat;
  background-size: contain;
  width: 1.4rem;
  height: 2rem;
  position: absolute;
  top: 0.2rem;
  left: 0.3rem;
}

.p-office-time01 {
  color: #fff;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
}

.p-office-time01::before {
  content: "";
  display: block;
  background: url("../../common/images/time01.svg") no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.2rem;
  left: 0;
}

.p-office-btn01 {
  margin-bottom: 2rem;
}

.p-office-link01 {
  font-weight: bold;
  color: #e7c6c9;
  background: #fff;
  border-radius: 9999px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem;
  border: 0.2rem solid #fff;
}

.p-office-link01:hover {
  color: #fff;
  background: #e7c6c9;
  transition: 0.3s;
}

.p-office-link02 {
  font-weight: bold;
  color: #b3a999;
  background: #fff;
  border-radius: 9999px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem;
  border: 0.2rem solid #fff;
}

.p-office-link02:hover {
  color: #fff;
  background: #b3a999;
  transition: 0.3s;
}

.p-office-txt02 {
  color: #fff;
  font-size: 1.4rem;
}

.p-service {
  background: #fff;
  padding: 15rem 0;
  position: relative;
}

.p-service::before {
  content: "";
  display: block;
  background: url("../../common/images/about-item01.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  top: 5rem;
  left: -5rem;
}

.p-service::after {
  content: "";
  display: block;
  background: url("../../common/images/about-item02.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  top: 0;
  right: 2rem;
}

.p-service-wrap {
  position: relative;
}

.p-service-wrap::before {
  content: "";
  display: block;
  background: url("../../common/images/about-item03.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  bottom: 0;
  left: -14rem;
}

.p-service-wrap::after {
  content: "";
  display: block;
  background: url("../../common/images/about-item04.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  bottom: -14rem;
  right: -5rem;
}

.p-service-ttl01 {
  text-align: center;
  margin-bottom: 5rem;
}

.p-service-ttl__row01 {
  color: #64c0ab;
  font-size: 2rem;
  display: block;
}

.p-service-ttl__row02 {
  font-size: 3.2rem;
  position: relative;
  padding: 0 4rem;
}

.p-service-ttl__row02::before {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.p-service-ttl__row02::after {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
}

.p-service-ttl02 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3rem;
}

.p-service-txt01 {
  text-align: center;
  margin-bottom: 5rem;
}

.p-service-row01 {
  display: flex;
  gap: 5rem;
  padding: 0 10rem;
  margin-bottom: 8rem;
  position: relative;
  z-index: 10;
}

.p-service-col01 {
  width: 33.333%;
}

.p-service-img01 {
  margin-bottom: 3rem;
}

.p-service-img01 img {
  height: 13rem;
}

.p-service-ttl03 {
  font-weight: bold;
  color: #64c0ab;
  margin-bottom: 1rem;
  text-align: center;
}

.p-service-btn01 {
  text-align: center;
  position: relative;
  z-index: 10;
}

.p-service-link01 {
  position: relative;
  z-index: 10;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  background: #64c0ab;
  color: #fff;
  padding: 0.8rem 5rem;
  border-radius: 9999px;
}

.p-service-link01:hover {
  color: #fff;
  background: #5db59f;
  transition: 0.3s;
}

.p-sep04 {
  margin-top: -0.1rem;
}

.p-contact {
  text-align: center;
  position: relative;
  padding: 7rem 20rem 10rem;
}

.p-contact::before {
  content: "";
  display: block;
  background: url("../../common/images/contact-item01.svg") no-repeat;
  background-size: contain;
  width: 21.389rem;
  height: 25.4rem;
  position: absolute;
  top: -6rem;
  right: 0;
}

.p-contact-ttl01 {
  font-size: 3.2rem;
  margin-bottom: 5rem;
}

.p-contact-ttl01 span::before {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.p-contact-ttl01 span {
  position: relative;
  padding: 0 4rem;
}

.p-contact-ttl01 span::after {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
}

.p-contact-box01 {
  background: #fff;
  border-radius: 3rem;
  padding: 4rem;
}

.p-contact-txt01 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.p-contact-txt02 {
  margin-bottom: 2rem;
}

.p-contact-btn01 {
  margin-bottom: 2rem;
}

.p-contact-link01 {
  position: relative;
  z-index: 10;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  text-decoration: none;
  background: #64c0ab;
  color: #fff;
  padding: 0.8rem 5rem;
  border-radius: 9999px;
}

.p-contact-link01:hover {
  color: #fff;
  background: #5db59f;
  transition: 0.3s;
}

.p-contact-link01 span {
  position: relative;
  padding-left: 3.5rem;
}

.p-contact-link01 span::before {
  content: "";
  display: block;
  background: url("../../common/images/mail01.svg") no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: -0.2rem;
  left: 0;
}

/* common */
.p-btn01 {
  display: inline-block;
  padding: 1rem 5rem;
  border: 0.1rem solid #559097;
  color: #559097;
  font-weight: bold;
  text-decoration: none;
}

.p-btn01 span {
  padding-right: 2.5rem;
  position: relative;
}

.p-btn01 span::after {
  content: "";
  display: block;
  background: url("../../common/images/arw02.svg") no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.4rem;
}

.p-btn01:hover {
  color: #559097;
  background: #e4f1f2;
  transition: 0.3s;
}

.p-btn01:hover span::after {
  right: -0.5rem;
  transition: 0.3s;
}

.p-btn02 {
  display: inline-block;
  padding: 1rem 5rem;
  border: 0.1rem solid #fff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.p-btn02 span {
  padding-right: 2.5rem;
  position: relative;
}

.p-btn02 span::after {
  content: "";
  display: block;
  background: url("../../common/images/arw03.svg") no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.4rem;
}

.p-btn02:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}

.p-btn02:hover span::after {
  right: -0.5rem;
  transition: 0.3s;
}

.p-footer-body {
  background: #fff;
  text-align: center;
}

.p-footer-con {
  padding: 10rem 0;
  display: inline-block;
  text-align: left;
}

.p-footer-ttl__link {
  display: inline-block;
  margin-bottom: 1rem;
}

.p-footer-ttl__link:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.p-footer-ttl__link img {
  width: 32.9rem;
  height: 8.659rem;
}

.p-footer__row {
  display: flex;
  align-items: center;
  gap: 30rem;
}

.p-footer__item02 {
  padding-left: 5rem;
}

.p-footer__address {
  text-align: left;
  line-height: 2;
}

.p-footer__tel {
  text-align: left;
  line-height: 2;
  padding-left: 2rem;
  position: relative;
}

.p-footer__tel::before {
  content: "";
  display: block;
  background: url("../../common/images/tel01.svg") no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
}

.p-footer-list__item {
  margin-bottom: 2rem;
}

.p-footer-list__link {
  text-decoration: none;
}

.p-footer-list__link:hover {
  text-decoration: underline;
  color: #716c6a;
}

.p-footer-copy {
  text-align: center;
  padding: 2rem 0;
  background: #f7f6f3;
}

.p-footer-copy small {
  font-size: 1.4rem;
}

.p-footer-copy__wrap {
  position: relative;
}

.p-sp-header-menu {
  display: none;
}

.p-sp-header-nav {
  display: none;
}

/* page */
.p-page-header-wrap {
  display: flex;
  padding-left: 2.5rem;
  position: relative;
}

.p-page-header-ttl {
  padding: 2rem 0;
}

.p-page-header-ttl__link img {
  height: 5.4rem;
  width: auto;
}

.p-page-pc-header-menu {
  margin-left: auto;
}

.p-page__con {
  padding-bottom: 8rem;
}

.p-page-ttl {
  width: 100%;
  height: 31rem;
  margin-bottom: 3rem;
  position: relative;
  background: url("../../common/images/page-ttl01.png") no-repeat;
  background-size: 95%;
  background-position: center center;
}

.p-page-ttl.service {
  background: url("../../common/images/page-ttl01.png") no-repeat;
  background-size: 95%;
  background-position: center center;
}

.p-page-ttl__txt {
  color: #716c6a;
  background: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 1.5rem 2rem;
  max-width: 40rem;
  width: 100%;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  box-shadow: 0.4rem 0.4rem 1rem 0rem rgba(0, 0, 0, 0.12);
  text-align: center;
  position: absolute;
  bottom: -3.5rem;
  left: 0;
}

.p-breadcrumb {
  display: flex;
  justify-content: end;
  margin-bottom: 5rem;
}

.p-breadcrumb__item {
  font-size: 1.2rem;
  padding-right: 1.5rem;
  position: relative;
  margin-right: 0.5rem;
}

.p-breadcrumb__item::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1rem;
}

.p-breadcrumb__item:last-child {
  padding-right: 0;
  margin-right: 0;
  max-width: 15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.p-breadcrumb__item:last-child::after {
  content: "";
  display: none;
}

.p-breadcrumb__link:hover {
  text-decoration: none;
  color: #434343;
}

.p-page-contact {
  text-align: center;
}

.p-page-contact__btn {
  margin-bottom: 3rem;
}

.p-page-contact__link {
  display: inline-block;
  padding: 2rem 5rem;
  color: #fff;
  background: #559097;
  font-weight: bold;
  text-decoration: none;
}

.p-page-contact__link:hover {
  color: #fff;
}

.p-page-contact__link:hover span::after {
  right: -0.5rem;
  transition: 0.3s;
}

.p-page-contact__link span {
  padding-right: 2.5rem;
  position: relative;
}

.p-page-contact__link span::after {
  content: "";
  display: block;
  background: url("../../common/images/arw03.svg") no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.4rem;
}

.p-page-contact__txt01 {
  font-size: 2.4rem;
}

/* about */
.p-page-about {
  padding-bottom: 8rem;
}

.p-page-about__ttl01 {
  text-align: center;
}

.p-page-about__txt01 {
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 2rem;
}

.p-page-about__txt01::after {
  content: "";
  display: block;
  background: #d72324;
  border-radius: 9999px;
  width: 50%;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25%;
}

.p-page-about__row01 {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin-bottom: 8rem;
}

.p-page-about__item01 {
  width: 50%;
}

.p-page-about__txt02 {
  line-height: 1.8;
}

.p-page-about__row02 {
  display: flex;
  align-items: center;
  gap: 8rem;
  padding: 3rem;
  border-bottom: 0.1rem solid #797979;
}

.p-page-ttl01 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 5rem;
}

.p-page-ttl01 span {
  padding: 0 4rem;
  position: relative;
}

.p-page-ttl01 span::before {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.p-page-ttl01 span::after {
  content: "";
  display: block;
  background: url("../../common/images/star01.svg") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
}

.p-page-txt01 {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.8;
}

.p-page-sep01 {
  margin-bottom: -0.2rem;
}

.p-page-sep02 {
  margin-top: -0.2rem;
  position: relative;
}

.p-page-sep02::before {
  content: "";
  display: block;
  background: url("../../common/images/page-item01.svg") no-repeat;
  background-size: contain;
  width: 38.54rem;
  height: 11.6rem;
  position: absolute;
  top: -9rem;
  left: 50%;
  margin-left: -19.27rem;
}

/* service */
.p-service-con01 {
  background: #fff;
  padding: 10rem 0 15rem;
  margin-top: -0.2rem;
}

.p-service-con02 {
  padding: 7rem 0 10rem;
}

.p-page-service-row01 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.p-page-service-col01 {
  width: calc(50% - 1.5rem);
}

.p-page-service-ttl01 {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background: #f8f6f3;
  padding: 2rem 3rem 2rem 5rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  border-left: 0.3rem solid #fff;
  font-weight: bold;
  position: relative;
}

.p-page-service-ttl01::before {
  content: "";
  display: block;
  background: url("../../common/images/star02.svg") no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.p-service-txt02 {
  background: #fff;
  padding: 2rem 3rem;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.p-service-con03 {
  position: relative;
}

.p-service-con03::before {
  content: "";
  display: block;
  background: url("../../common/images/about-item01.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  top: 5rem;
  left: -5rem;
  z-index: 10;
}

.p-service-con03::after {
  content: "";
  display: block;
  background: url("../../common/images/about-item02.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  top: 0;
  right: 2rem;
}

.p-service-con03-wrap {
  background: #fff;
  padding: 7rem 0 10rem;
  position: relative;
}

.p-service-con03-wrap::before {
  content: "";
  display: block;
  background: url("../../common/images/about-item03.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  bottom: 0;
  left: -14rem;
}

.p-service-con03-wrap::after {
  content: "";
  display: block;
  background: url("../../common/images/about-item04.svg") no-repeat;
  background-size: contain;
  width: 24.33rem;
  height: 22.656rem;
  position: absolute;
  bottom: -7rem;
  right: -5rem;
}

.p-flow01 {
  position: relative;
  padding: 0 18rem;
}

.p-flow-row01 {
  display: flex;
  gap: 5rem;
}

.p-flow-num01 {
  padding-bottom: 8rem;
  position: relative;
}

.p-flow-col01 .p-flow-num01::before {
  content: "";
  display: block;
  height: 105%;
  width: 0.1rem;
  background: linear-gradient(#fbd9d9, #f3f8bf);
  position: absolute;
  top: 0;
  left: 50%;
}

.p-flow-col02 .p-flow-num01::before {
  content: "";
  display: block;
  height: 105%;
  width: 0.1rem;
  background: linear-gradient(#f3f8bf, #bbe0ed);
  position: absolute;
  top: 0;
  left: 50%;
}

.p-flow-num01 span {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 4.5rem;
  position: relative;
}

.p-flow-col01 span {
  background: #fbd9d9;
}

.p-flow-col02 span {
  background: #f3f8bf;
}

.p-flow-col03 span {
  background: #bbe0ed;
}

.p-flow-ttl01 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.p-service-con04 {
  padding: 7rem 0 10rem;
}

.p-service-box02 {
  background: #fff;
  border-radius: 3rem;
  padding: 3rem 5rem;
}

.p-service-txt03 {
  font-size: 2.4rem;
  line-height: 1.6;
}

.p-page-sep05 {
  margin-bottom: -0.2rem;
}

.p-service-con05 {
  position: relative;
}

.p-service-con05-wrap {
  background: #fff;
  padding: 7rem 0 10rem;
  position: relative;
}

.p-faq-box01 {
  margin-bottom: 3rem;
}

.p-faq-ttl01 {
  background: #f7f6f3;
  color: #559097;
  padding: 2rem 2rem 2rem 6rem;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  position: relative;
}

.p-faq-ttl01::before {
  content: "Q";
  font-weight: bold;
  display: block;
  font-size: 3rem;
  color: #559097;
  position: absolute;
  top: 1rem;
  left: 2rem;
}

.p-faq-txt01 {
  padding: 2rem 2rem 2rem 6rem;
  border-bottom: 0.3rem solid #f7f6f3;
  border-right: 0.3rem solid #f7f6f3;
  border-left: 0.3rem solid #f7f6f3;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  position: relative;
}

.p-faq-txt01::after {
  content: "A";
  font-weight: bold;
  display: block;
  font-size: 3rem;
  color: #d64b4b;
  position: absolute;
  top: 1rem;
  left: 2rem;
}

.p-page-office-box01 {
  padding: 3rem 4rem;
  border-radius: 3rem;
}

.p-page-row01 {
  display: flex;
  gap: 5rem;
  margin-bottom: 3rem;
  align-items: center;
}

.p-page-col01 {
  width: calc(50% - 2.5rem);
}

.p-page-office-ttl01 {
  text-align: center;
  border: 0 !important;
  color: #716c6a !important;
}

.p-page-office-box02 {
  margin-top: 7rem;
  background: #f7f6f3;
  padding: 4rem;
  border-radius: 3rem;
}

/* BLOG */
.p-page-news {
  background: #fff;
  padding: 4rem 0 8rem;
}

.p-blog-page__item {
  margin-bottom: 2rem;
}

.p-blog-page__item a {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
  background: #f7f6f3;
  border-radius: 3rem;
  padding: 2rem;
}

.p-blog-page__item a:hover {
  color: #716c6a;
}

.p-blog-page__item a:hover .p-blog-page__img {
  transition: 0.3s;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}

.p-blog-page__img {
  max-width: 30%;
  width: 100%;
  height: 18.4rem;
}

.p-blog-page__txtbox {
  width: 70%;
}

.p-blog-page__date {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  position: relative;
}

.p-blog-page__name {
  display: block;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.p-blog-page__exc p {
  font-size: 1.4rem;
  color: #8b8b8b;
}

.l-page-blog {
  margin-bottom: 8rem;
}

.l-page {
  background: #fff;
  padding: 4rem 0 8rem;
}

.l-page h2 {
  font-size: 2.4rem;
  color: #64c0ab;
  border: 0.3rem solid #64c0ab;
  border-radius: 9999px;
  font-weight: bold;
  padding: 1.5rem 3rem;
  background: #fff;
  margin-bottom: 2.5rem;
  margin-top: 4.5rem;
  position: relative;
}

.l-page h3 {
  font-size: 2rem;
  font-weight: bold;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.l-page h3::before {
  content: "";
  display: block;
  height: 60%;
  width: 0.5rem;
  background: #64c0ab;
  border-radius: 1.5rem;
  position: absolute;
  top: 1.1rem;
  left: 0;
}

.l-page h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  position: relative;
}

.l-page h4::before {
  content: "";
  display: block;
  background: #64c0ab;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0.3rem;
  left: 0;
}

.l-page h4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1.8rem 1.8rem;
  border-color: transparent transparent #64c0ab transparent;
  position: absolute;
  top: 0.3rem;
  left: 0rem;
}

.l-page h5 {
  font-size: 1.8rem;
  color: #64c0ab;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.l-page p a:hover {
  color: #716c6a;
  text-decoration: none;
}

.l-page ul {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.l-page ul li {
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  position: relative;
}

.l-page ul li::before {
  content: "";
  display: block;
  background: #716c6a;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 0.7rem;
  left: 0;
}

.l-page ol {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  counter-reset: number 0;
}

.l-page ol li {
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  position: relative;
}

.l-page ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  color: #716c6a;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.l-page .wp-block-button__link {
  border-radius: 0;
  font-weight: bold;
  background: #64c0ab;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.l-page .wp-block-button__link:hover {
  color: #fff;
  background: #64c0ab;
}

.l-page figure {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

.l-page figcaption {
  font-size: 1.4rem;
  font-weight: bold;
  color: #829aa4;
}

.wp-block-table thead {
  border: none !important;
}

.l-page table {
  margin-bottom: 0.5rem;
}

.l-page table th {
  background: #64c0ab;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 0.2rem solid #fff;
  padding: 1.5rem 1rem;
  vertical-align: middle;
}

.l-page table td {
  background: #e1f5ed;
  border: 0.2rem solid #fff;
  padding: 1rem;
}

.l-page *:first-child {
  margin-top: 0;
}

.l-page p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

.l-page iframe {
  width: 100%;
  margin-bottom: 2rem;
}

.p-pagenation {
  margin-top: 5rem;
  text-align: center;
}

.p-pagenation .page-numbers {
  font-weight: bold;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #64c0ab;
  color: #716c6a;
}

.p-pagenation .current {
  background: #559097;
  color: #fff;
}

.p-pagenation a {
  text-decoration: none;
}

.p-pagenation a:hover {
  background: #64c0ab;
  color: #fff;
  transition: 0.3s;
}

.p-single__ttl {
  font-size: 2.8rem;
  padding-bottom: 2rem;
  padding-left: 0.7rem;
  border-bottom: 0.2rem solid #cbc9c8;
  margin-bottom: 1rem;
  font-weight: bold;
}

.p-single__date {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.p-page-row {
  display: flex;
  gap: 5rem;
  align-items: center;
}

.p-page-row__item {
  width: 50%;
}

/* contact */
.p-form__con {
  padding: 2rem 3rem;
}

.contact_block {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}

.contact_ttl {
  padding: 2rem;
  background: #e1f5ed;
  width: 30rem;
  position: relative;
}

.contact_ttl p {
  margin-bottom: 0 !important;
}

.contact_ttl::after {
  content: "任意";
  display: inline-block;
  font-size: 1.1rem;
  height: 2rem;
  color: #716c6a;
  margin-left: 1rem;
  background-color: #ccc;
  padding: 0rem 0.7rem;
  line-height: 2rem;
  border-radius: 0.5rem;
  font-weight: normal;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
}

.contact_ttl.require::after {
  content: "必須";
  display: inline-block;
  font-size: 1.1rem;
  height: 2rem;
  color: #fff;
  margin-left: 1rem;
  background-color: #64c0ab;
  padding: 0rem 0.7rem;
  line-height: 2rem;
  border-radius: 0.5rem;
  font-weight: normal;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
}

.contact_txt {
  padding: 2rem 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_txt p {
  margin-bottom: 0 !important;
}

.wpcf7-form-control.wpcf7-previous {
  background: #fff;
  color: #64c0ab;
  border: 0.2rem solid #64c0ab;
  margin-top: 2rem;
  padding: 0.5rem 2rem;
  position: relative;
}

.wpcf7-form-control.wpcf7-previous:hover {
  background: #64c0ab;
  color: #fff;
  transition: 0.3s;
}

.wpcf7-text {
  width: 100%;
  border: 0.1rem solid #d7e0e4;
  padding: 0.4rem 1rem;
}

.wpcf7-textarea {
  width: 100%;
  border: 0.1rem solid #d7e0e4;
  padding: 0.4rem 1rem;
}

.p-faq_q {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 6rem;
  padding-right: 1.5rem;
  position: relative;
  background: #d5e4eb;
  cursor: pointer;
  margin-top: 3rem;
}

.wpcf7-submit {
  margin: 3rem auto 0 !important;
  display: block;
  background: #64c0ab;
  padding: 1rem 6rem;
  border: 0.2rem solid #64c0ab;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.3s;
}

.wpcf7 .wpcf7-submit:disabled {
  background: #808080;
  transition: 0.3s;
  border: 0.2rem solid #808080;
}

.sp-none {
  display: block;
}
.sp-block {
  display: none;
}

@media screen and (max-width: 991px) {
  .p-header-logo {
    bottom: 0;
    right: 6rem;
  }

  .p-pc-header-menu {
    display: none;
  }

  .p-sp-header-wrap {
    position: relative;
  }

  .p-sp-header-menu {
    display: block;
    margin-left: auto;
    margin-top: 1rem;
    position: absolute;
    top: 0;
    right: 2rem;
    z-index: 40;
  }

  .p-hamburger {
    position: relative;
    width: 4rem;
    height: 4.5rem;
    cursor: pointer;
  }

  .p-hamburger span {
    display: block;
    position: absolute;
    width: 3rem;
    height: 0.2rem;
    left: 50%;
    margin-left: -1.5rem;
    background: #716c6a;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .index .p-hamburger span {
    background: #716c6a;
  }

  .index .p-hamburger.active span {
    background: #716c6a;
  }

  .p-hamburger span:nth-child(1) {
    top: 1rem;
  }

  .p-hamburger span:nth-child(2) {
    top: 2.2rem;
  }
  .p-hamburger span:nth-child(3) {
    top: 3.4rem;
  }

  .p-hamburger.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 1.8rem;
  }

  .p-hamburger.active span:nth-child(2),
  .p-hamburger.active span:nth-child(3) {
    transform: rotate(45deg);
    top: 1.8rem;
  }

  .p-sp-header-nav.active {
    display: block;
  }

  .p-sp-header-nav {
    position: absolute;
    top: 0;
    left: 0;
    background: #f7f6f3;
    width: 100%;
    padding: 8rem 4rem 6rem;
    z-index: 30;
  }

  .p-sp-global-nav {
    margin-bottom: 2.5rem;
  }

  .p-sp-header-nav__item {
    border-bottom: 0.1rem solid #716c6a;
  }

  .p-sp-header-nav__item:first-child {
    border-top: 0.1rem solid #716c6a;
  }

  .p-sp-header-nav__link {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    text-align: center;
    position: relative;
    color: #716c6a;
    text-decoration: none;
    font-weight: bold;
  }

  .p-sp-header-nav__link:hover {
    color: #716c6a;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
  }

  .p-sp-header-btn {
    padding: 2.5rem;
    margin-bottom: 8rem;
  }

  .p-sp-contact__btnrow {
    text-align: center;
  }

  .p-sp-contact__btn {
    text-align: center;
    line-height: 1;
    border: 0.1rem solid #716c6a;
    color: #716c6a;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    display: block;
    padding: 2rem;
  }

  .p-sp-contact__btn span {
    padding-left: 3rem;
    position: relative;
  }

  .p-sp-contact__btn span::before {
    content: "";
    display: block;
    background: url("../../common/images/tel01.svg") no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: -0.3rem;
    left: 0;
  }

  .p-sp-contact__btn:hover {
    color: #716c6a;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
  }

  .p-sp-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }

  .p-sp-logo__link img {
    max-width: 19.1rem;
    width: 100%;
    height: auto;
  }

  .p-sp-logo__link:hover {
    opacity: 0.6;
    transition: 0.3s;
  }

  .p-main-visual-img {
    display: none;
  }

  .p-main-sp-visual-img {
    display: block;
  }

  .p-news-row {
    flex-wrap: wrap;
  }

  .p-news-col {
    width: 100%;
  }

  .p-news-col01 {
    border-right: none;
  }

  .p-news__article {
    padding-left: 0;
  }

  .p-news__txt {
    text-align: center;
    display: block;
  }

  .p-news-btn {
    display: none;
  }

  .p-contact {
    padding: 7rem 10rem 10rem;
  }

  .p-footer__row {
    gap: 10rem;
  }

  .p-about-ttl01::before {
    left: -10rem;
  }

  .p-about-ttl01::after {
    right: -10rem;
  }

  .p-about-txt02::before {
    left: -17rem;
  }

  .p-about-txt02::after {
    right: -17rem;
  }

  .p-page-pc-header-menu {
    display: none;
  }

  .p-page-ttl {
    height: 20rem;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-txt01 {
    font-size: 2.4rem;
  }

  .p-main-visual-txt02 {
    font-size: 1.2rem;
  }

  .p-main-visual::before {
    height: 12.4rem;
  }

  .p-top-office-ttl {
    font-size: 1rem;
  }

  .p-top-office-txt01 {
    font-size: 1rem;
  }

  .p-top-office-txt02 {
    font-size: 1.4rem;
  }

  .p-header-logo {
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 3rem;
  }

  .p-header-ttl {
    text-align: center;
  }

  .p-header-ttl img {
    width: 15.8rem;
    height: 17rem;
  }

  .p-main-visual-box02 {
    bottom: 0;
    left: 0;
    padding: 0 5rem;
    width: 100%;
  }

  .p-top-office-box {
    width: 100%;
  }

  .p-top-office-link01 {
    width: 50%;
  }

  .p-top-office-link02 {
    width: 50%;
  }

  .p-header-wrap::after {
    height: 17.4rem;
    width: 11.2rem;
  }

  .p-news {
    padding-bottom: 7rem;
  }

  .p-news-box {
    padding: 3rem;
  }

  .p-news__txt {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .p-news__item {
    flex-wrap: wrap;
  }

  .p-news__link {
    width: 100%;
    margin-top: 1rem;
  }

  .p-about {
    padding: 7rem 0;
  }

  .p-about-ttl01 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .p-about-ttl02 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .p-about-ttl01::before {
    width: 6.98rem;
    height: 6.032rem;
    top: -3rem;
    left: -4rem;
  }

  .p-about-ttl01::after {
    width: 6.98rem;
    height: 6.032rem;
    top: -3rem;
    right: -4rem;
  }

  .p-about-txt02::before {
    width: 6.98rem;
    height: 6.032rem;
    top: -7rem;
    left: -6rem;
  }

  .p-about-txt02::after {
    width: 6.98rem;
    height: 6.032rem;
    right: -6rem;
    top: -7rem;
  }

  .p-office {
    padding: 7rem 0;
  }

  .p-office::before {
    width: 14.389rem;
    height: 17.4rem;
    top: -4rem;
  }

  .p-office-ttl01 {
    margin-bottom: 3rem;
  }

  .p-office-ttl__row01 {
    font-size: 1.4rem;
  }

  .p-office-ttl__row02 {
    font-size: 2rem;
  }

  .p-office-ttl__row02::before {
    width: 2rem;
    height: 2rem;
    top: 0rem;
  }

  .p-office-ttl__row02::after {
    width: 2rem;
    height: 2rem;
    top: 0rem;
  }

  .p-office-ttl02 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .p-office-row01 {
    flex-wrap: wrap;
  }

  .p-office-col01 {
    width: 100%;
  }

  .p-office-ttl03 {
    font-size: 1.8rem;
  }

  .p-service {
    padding: 7rem 0;
  }

  .p-service::before {
    width: 6.98rem;
    height: 6.032rem;
    top: 5rem;
    left: -1rem;
  }

  .p-service::after {
    width: 6.98rem;
    height: 6.032rem;
    top: 5rem;
    right: -1rem;
  }

  .p-service-wrap::before {
    width: 6.98rem;
    height: 6.032rem;
    bottom: 0;
    left: -3rem;
  }

  .p-service-wrap::after {
    width: 6.98rem;
    height: 6.032rem;
    bottom: 0;
    right: -3rem;
  }

  .p-service-txt01 {
    margin-bottom: 6rem;
  }

  .p-service-row01 {
    flex-wrap: wrap;
    padding: 0 4rem;
  }

  .p-service-col01 {
    width: 100%;
  }

  .p-service-ttl01 {
    margin-bottom: 3rem;
  }

  .p-service-ttl__row01 {
    font-size: 1.4rem;
  }

  .p-service-ttl__row02 {
    font-size: 2rem;
  }

  .p-service-ttl__row02::before {
    width: 2rem;
    height: 2rem;
    top: 0rem;
  }

  .p-service-ttl__row02::after {
    width: 2rem;
    height: 2rem;
    top: 0rem;
  }

  .p-service-ttl02 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .p-contact {
    padding: 4rem 0 7rem;
  }

  .p-contact::before {
    width: 12.389rem;
    height: 15.4rem;
    top: -4rem;
  }

  .p-contact-ttl01 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .p-contact-txt01 {
    font-size: 1.8rem;
  }

  .p-contact-ttl01 span::before {
    width: 2rem;
    height: 2rem;
    top: 0rem;
  }

  .p-contact-ttl01 span::after {
    width: 2rem;
    height: 2rem;
    top: 0rem;
  }

  .p-footer-con {
    padding: 4rem 0;
    display: block;
  }

  .p-footer__head {
    display: flex;
    align-items: center;
  }

  .p-footer-ttl__link img {
    max-width: 19.9rem;
    width: 100%;
    height: auto;
  }

  .p-footer__row {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .p-footer__item {
    width: 100%;
    padding-left: 0;
  }

  .p-footer-list {
    display: block;
  }

  .p-footer-list__item {
    border-bottom: 0.1rem solid #716c6a;
  }

  .p-footer-list__item:first-child {
    border-top: 0.1rem solid #716c6a;
  }

  .p-footer-list__link {
    display: block;
    padding: 1.5rem 2rem;
    text-align: center;
  }

  .p-footer-list__link:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s;
  }

  .p-footer-list__item {
    margin-bottom: 0rem;
  }

  .p-footer-copy {
    padding: 2rem 0;
  }

  .sp-none {
    display: none;
  }

  .sp-block {
    display: block;
  }

  .p-service-con01 {
    padding: 7rem 0 10rem;
  }

  .p-service-con03::before {
    width: 6.98rem;
    height: 6.032rem;
    top: 5rem;
    left: -1rem;
  }

  .p-service-con03::after {
    width: 6.98rem;
    height: 6.032rem;
    top: 5rem;
    right: -1rem;
  }

  .p-service-con03-wrap::before {
    width: 6.98rem;
    height: 6.032rem;
    bottom: 0;
    left: -3rem;
  }

  .p-service-con03-wrap::after {
    width: 6.98rem;
    height: 6.032rem;
    bottom: 0;
    right: -3rem;
  }

  .p-service-txt03 {
    font-size: 1.8rem;
  }

  .p-flow01 {
    padding: 0;
  }

  .p-flow-row01 {
    gap: 3rem;
  }

  .p-flow-ttl01 {
    font-size: 1.8rem;
  }

  .p-page-ttl {
    background-position: center center;
    height: 15rem;
  }

  .p-page-ttl__txt {
    max-width: 29rem;
  }

  .p-blog-page__item a {
    flex-wrap: wrap;
  }

  .p-page-ttl__txt {
    font-size: 2.4rem;
  }

  .p-page-ttl01 {
    font-size: 2rem;
  }

  .p-page-ttl01 span::before {
    top: -0.3rem;
  }

  .p-page-ttl01 span::after {
    top: -0.3rem;
  }

  .p-page-txt01 {
    font-size: 1.8rem;
  }

  .p-page-service-row01 {
    flex-wrap: wrap;
  }

  .p-page-service-col01 {
    width: 100%;
  }

  .p-blog-page__img {
    max-width: 100%;
    height: 28rem;
  }

  .p-blog-page__txtbox {
    width: 100%;
  }

  .contact_block {
    font-size: 1.3rem;
    display: block;
    border: none;
    margin-bottom: 2rem;
  }

  .contact_ttl {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }

  .contact_ttl::after {
    top: 1.2rem;
  }

  .contact_ttl.require::after {
    top: 1.2rem;
  }

  .contact_txt {
    width: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .p-page-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 3rem;
  }

  .p-page-row__item {
    width: 100%;
  }

  .p-page-card__item {
    width: 100%;
  }
  .p-page-row01 {
    flex-wrap: wrap;
  }
  .p-page-col01 {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  body {
    font-size: 1.4rem !important;
  }
  .p-header-wrap {
    padding-left: 0;
  }

  .p-main-visual-box01 {
    left: 3%;
  }

  .p-main-visual-box02 {
    bottom: -1.5rem;
    padding: 0 2rem;
  }

  .p-sep01 {
    margin-bottom: -0.2rem;
  }

  .p-sep03 {
    margin-bottom: -0.2rem;
  }

  .p-sep05 {
    margin-bottom: -0.2rem;
  }

  .p-service-link01 {
    padding: 0.8rem 3rem;
  }

  .p-contact-box01 {
    padding: 2rem;
  }

  .p-contact-link01 {
    padding: 0.8rem 3rem;
  }

  .p-news__txt span {
    font-size: 1.4rem;
  }

  .p-news__article {
    padding: 0;
  }

  .p-news__item {
    font-size: 1.2rem;
    align-items: center;
  }

  .p-news__link {
    padding: 0;
  }

  .p-contact {
    padding: 4rem 2rem;
  }

  .p-contact__con {
    padding: 4rem 2rem;
  }

  .p-contact__btn02 {
    font-size: 2rem;
  }

  .p-sp-header-nav {
    padding: 7rem 3rem 5rem;
  }

  .p-sp-header-btn {
    margin-bottom: 3rem;
  }

  .p-footer-con {
    padding: 4rem 0;
  }

  .p-footer-sns {
    margin-left: 2rem;
    gap: 1.5rem;
  }

  .p-footer-copy small {
    font-size: 1.2rem;
  }

  .p-sp-bottom {
    gap: 1rem;
  }

  .p-breadcrumb {
    margin-bottom: 3rem;
  }

  .p-page-header-ttl {
    padding: 1.5rem 0;
  }

  .p-page-header-ttl__link img {
    height: 4.4rem;
  }

  .p-page-ttl {
    padding-right: 1rem;
    padding-left: 1rem;
    height: 10rem;
    margin-bottom: 5rem;
  }

  .p-page-ttl__txt {
    font-size: 2rem;
  }

  .p-page-sep03 {
    margin-bottom: -0.2rem;
  }

  .p-service-box02 {
    padding: 3rem;
  }

  .l-page h2 {
    font-size: 2.2rem;
    padding: 1.5rem 2rem;
  }

  .l-page h3 {
    font-size: 2rem;
    padding: 1.5rem 2rem;
  }

  .l-page h4 {
    font-size: 1.8rem;
  }

  .l-page h5 {
    font-size: 1.6rem;
  }

  .l-sidebar {
    margin-bottom: 8rem;
  }

  .l-page p {
    line-height: 1.6;
  }

  .p-index-ttl__txt {
    font-size: 2.4rem;
  }

  .p-index-ttl__txt span {
    font-size: 1.4rem;
  }

  .p-page-ttl01 {
    font-size: 2rem;
  }

  .p-page-txt01 {
    line-height: 2;
    text-align: left;
  }

  .p-inspection-point__txt01 {
    font-size: 2rem;
  }

  .p-inspection-point__txt02 {
    font-size: 2.4rem;
  }

  .p-inspection-point__txt04 {
    font-size: 1.4rem;
  }

  .p-inspection-point__item {
    width: 22rem;
  }

  .p-inspection-point__item::before {
    width: 22rem;
    height: 22rem;
  }

  .p-drone {
    padding: 4rem 3rem;
  }

  .p-drone__ttl01 {
    font-size: 2rem;
  }

  .p-drone__name01 {
    font-size: 1.6rem;
  }

  .p-drone__name02 {
    font-size: 1.6rem;
  }

  .p-flow__txt01 {
    font-size: 2.4rem;
  }

  .p-flow__txt01 span {
    font-size: 1.4rem;
  }

  .p-page-contact__txt01 {
    font-size: 1.6rem;
  }

  .p-inspection-sec01 {
    padding: 5rem 0;
  }

  .p-pesticide-merit__txt01 {
    font-size: 1.4rem;
  }

  .p-pesticide-merit__txt01 span {
    font-size: 2.4rem;
  }

  .p-pesticide-merit__item01 {
    width: 100%;
  }

  .p-pesticide-merit__ttl02 {
    font-size: 2rem;
  }

  .p-pesticide-point__txt01 {
    font-size: 2.4rem;
  }

  .p-pesticide-point__ttl02 {
    font-size: 2rem;
  }

  .p-pesticide-point__txt01 span {
    font-size: 1.4rem;
  }

  .p-page-faq__txt01 {
    font-size: 2.4rem;
  }

  .p-page-faq__txt01 span {
    font-size: 1.4rem;
  }

  .p-page-faq__ttl02 {
    font-size: 1.8rem;
  }

  .p-recruit-flow__ttl01 {
    font-size: 1.8rem;
  }

  .p-recuruit-flow__item01 {
    width: 100%;
  }

  .p-recuruit-flow__item02::after {
    height: 750%;
  }

  .p-recruit-entry__txt01 {
    font-size: 1.8rem;
  }

  .p-recruit-desc__ttl01 {
    font-size: 1.8rem;
  }

  .p-page-recruit__txt02 {
    font-size: 2.4rem;
  }

  .p-page-recruit__txt02 span {
    font-size: 1.4rem;
  }

  .p-recruit__txt01 {
    font-size: 2.4rem;
  }

  .p-page-about__txt01 {
    font-size: 2.4rem;
  }

  .p-page-about__row01 {
    flex-wrap: wrap;
  }

  .p-page-about__item01 {
    width: 100%;
  }

  .p-page-about__row02 {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 2rem;
  }

  .p-page-about__item02 {
    max-width: 100%;
  }

  .p-page-about__item03 {
    width: 100%;
  }

  .p-sns {
    gap: 3rem;
  }
  .p-work__txtcon {
    margin-top: -10%;
  }
  .p-index-ttl {
    padding: 5rem 2rem 3rem;
  }

  .p-blog-page__img {
    height: 20rem;
  }

  .p-service-page__ttl03 {
    font-size: 1.7rem;
    padding: 1.5rem 2rem;
  }
}

@media screen and (max-width: 480px) {
}

/* コンタクトフォーム */
.visible-only-if-invalid {
  display: none;
}

.sent .visible-only-if-invalid {
  display: block;
}

#loading {
  position: fixed;
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  background: #000;
  text-align: center;
  color: #fff;
}

#loading-img {
  width: 100%;
  height: 100%;
}

#loading-img img {
  width: 10rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading_text {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 999;
  width: 100%;
  color: #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-id-16 .grecaptcha-badge,
.page-id-86 .grecaptcha-badge {
  visibility: inherit;
}
