@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@700&display=swap");
html {
  font-size: 10px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  min-width: calc(114rem + 4.8%);
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

.is-fixed body {
  position: fixed;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  body {
    min-width: 37.5rem;
    font-size: 1.4rem;
  }
}

a {
  color: #333;
  text-decoration: none;
}

img {
  display: block;
}

input,
button,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media only screen and (max-width: 480px) {
  .main--no-pt {
    padding-top: 0;
  }
}

.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-nav__ja {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
}

.c-nav__en {
  width: 100%;
  margin-top: 0.8rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.b-sp-only {
  display: none !important;
}

.b-sp-only--flex {
  display: none !important;
}

.b-pc-only {
  display: block !important;
}

.b-pc-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.b-inline-block {
  display: inline-block;
}

.b-ico {
  position: relative;
}

.b-ico--index {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1.6rem;
  background-color: #176a69;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 4.2rem;
}

.b-fnt-weight--medium {
  font-weight: 500;
}

.b-fnt-weight--bold {
  font-weight: 700;
}

.b-fnt-color--main {
  color: #176a69;
}

.b-fnt-color--white {
  color: #fff;
}

.b-fnt-color--black {
  color: #333;
}

.b-fnt-color--red {
  color: #d1261a;
}

.b-fnt-color--green {
  color: #3ab171;
}

.b-fnt-color--orange {
  color: #F08300;
}

.b-fnt-color:hover {
  text-decoration: underline;
}

.b-txt-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b-txt-ellipsis--2 {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-txt-decoration--underline {
  text-decoration: underline;
}

.b-txt-indent {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.b-mgn-top--4 {
  margin-top: 0.4rem;
}

.b-mgn-top--8 {
  margin-top: 0.8rem;
}

.b-mgn-top--16 {
  margin-top: 1.6rem;
}

.b-mgn-top--24 {
  margin-top: 2.4rem;
}

.b-mgn-top--32 {
  margin-top: 3.2rem;
}

.b-mgn-top--40 {
  margin-top: 4rem;
}

.b-mgn-top--48 {
  margin-top: 4.8rem;
}

.b-mgn-top--56 {
  margin-top: 5.6rem;
}

.b-mgn-top--64 {
  margin-top: 6.4rem;
}

.b-mgn-top--72 {
  margin-top: 7.2rem;
}

.b-mgn-top--80 {
  margin-top: 8rem;
}

.b-mgn-top--88 {
  margin-top: 8.8rem;
}

.b-mgn-top--96 {
  margin-top: 9.6rem;
}

.b-mgn-left--4 {
  margin-left: 0.4rem;
}

.b-mgn-left--8 {
  margin-left: 0.8rem;
}

.b-mgn-left--16 {
  margin-left: 1.6rem;
}

.b-mgn-left--24 {
  margin-left: 2.4rem;
}

.b-mgn-left--32 {
  margin-left: 3.2rem;
}

.b-mgn-left--40 {
  margin-left: 4rem;
}

.b-mgn-left--48 {
  margin-left: 4.8rem;
}

.b-mgn-left--56 {
  margin-left: 5.6rem;
}

.b-mgn-left--64 {
  margin-left: 6.4rem;
}

.b-mgn-right--4 {
  margin-right: 0.4rem;
}

.b-mgn-right--8 {
  margin-right: 0.8rem;
}

.b-mgn-right--16 {
  margin-right: 1.6rem;
}

.b-mgn-right--24 {
  margin-right: 2.4rem;
}

.b-mgn-right--32 {
  margin-right: 3.2rem;
}

.b-mgn-right--40 {
  margin-right: 4rem;
}

.b-mgn-right--48 {
  margin-right: 4.8rem;
}

.b-mgn-right--56 {
  margin-right: 5.6rem;
}

.b-mgn-right--64 {
  margin-right: 6.4rem;
}

.b-mgn-both--56 {
  margin-left: 5.6rem;
  margin-right: 5.6rem;
}

.b-mgn-both--64 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}

@media only screen and (max-width: 480px) {
  .b-mgn-both--56 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .b-mgn-both--64 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.b-bdr-line--all {
  border: 0.1rem solid;
}

.b-bdr-line--top {
  border-top: 0.1rem solid;
}

.b-bdr-line--right {
  border-right: 0.1rem solid;
}

.b-bdr-line--bottom {
  border-bottom: 0.1rem solid;
}

.b-bdr-line--left {
  border-left: 0.1rem solid;
}

.b-bdr-color--main {
  border-color: #176a69;
}

.b-bdr-color--black {
  border-color: #333;
}

.b-bdr-color--white {
  border-color: #fff;
}

.b-bkg-color--main {
  background-color: #176a69;
}

.b-bkg-color--main-light {
  background-color: #dce9e8;
}

.b-btn-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-btn-link--scale:hover {
  -webkit-box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.b-btn-link--alpha:hover {
  opacity: 0.7;
}

.b-tel-link {
  text-decoration: underline;
}

.b-txt-link:hover {
  text-decoration: underline;
}

.b-txt-link--white {
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .b-sp-only {
    display: block !important;
  }
  .b-sp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .b-pc-only {
    display: none !important;
  }
}

.p-button {
  margin-top: 4.2rem;
}

.p-button--send {
  position: relative;
}

.p-button--send::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  background-color: #176a69;
}

.p-button--send .p-button__link {
  padding-left: 5.6rem;
}

.p-button__link {
  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;
  width: calc(100% - 4rem);
  max-width: 24.4rem;
  height: 6.4rem;
  padding: 0 2.8rem;
  background-color: #fff;
  border: 0.2rem solid #176a69;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #176a69;
  font-size: 1.6rem;
}

.p-button__link:hover {
  background-color: #dce9e8;
}

.p-button__link--center {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 480px) {
  .p-button {
    margin-top: 3.2rem;
  }
  .p-button__link {
    width: 100%;
    max-width: 37.5rem;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  width: 100%;
  border: 0.1rem solid #efeeed;
}

input[type="radio"] {
  width: auto;
}

input[type="text"]:focus,
textarea:focus {
  background-color: #FFFEF5;
}

textarea {
  min-height: 15rem;
}

.error {
  display: block;
  margin-top: 0.8rem;
  color: #d1261a;
  font-weight: 500;
}

.mw_wp_form_send_error {
  margin-top: 2.4rem;
  padding: 2.4rem;
  background-color: #d1261a;
  border-radius: 0.3rem;
  color: #fff;
}

.p-form {
  margin-top: 4rem;
}

.p-form__require {
  margin-left: 1.2rem;
  padding: 0.2rem 0.8rem 0.4rem;
  background-color: #176a69;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1rem;
}

.p-form__text, .p-form__textarea {
  resize: none;
  width: 100%;
  background-color: #efeeed;
  border: 0.1rem solid #dcdddd;
  border-radius: 0.3rem;
  outline: 0;
  font-weight: 500;
}

.p-form__text:focus, .p-form__textarea:focus {
  border: 0.1rem solid #dcdddd;
}

.p-form__text::-webkit-input-placeholder, .p-form__textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 1.3rem;
  font-weight: 500;
}

.p-form__text:-ms-input-placeholder, .p-form__textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 1.3rem;
  font-weight: 500;
}

.p-form__text::-ms-input-placeholder, .p-form__textarea::-ms-input-placeholder {
  color: #aaa;
  font-size: 1.3rem;
  font-weight: 500;
}

.p-form__text::placeholder, .p-form__textarea::placeholder {
  color: #aaa;
  font-size: 1.3rem;
  font-weight: 500;
}

.p-form__text + .p-form__text, .p-form__textarea + .p-form__text {
  margin-top: 1.6rem;
}

.p-form__select {
  margin-right: 0.8rem;
  padding: 0.4rem 0.8rem;
  background-color: #efeeed;
  border: 0.1rem solid #dcdddd;
  border-radius: 0.3rem;
  font-weight: 500;
  outline: 0;
}

.p-form__select:focus {
  border: 0.1rem solid #333;
}

.p-form__checkbox {
  display: inline-block;
  width: auto;
  margin-right: 0.8rem;
  background-color: #efeeed;
  border-radius: 0.3rem;
  font-weight: 500;
  vertical-align: text-bottom;
}

.p-form__checkbox:focus {
  border: 0.1rem solid #333;
}

.p-form__label {
  font-weight: 500;
}

.p-form__label .horizontal-item {
  display: block;
}

.p-form__label label {
  margin-right: 1.6rem;
}

.p-form__block {
  margin-top: 4.8rem;
}

.p-form__header {
  margin-bottom: 4.8rem;
}

.p-form__heading {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 700;
}

.p-form__label-wrap label {
  cursor: pointer;
  padding: 1.6rem;
  background-color: #f9edec;
  border: 0.1rem solid #d02620;
  border-radius: 0.3rem;
}

.p-form__overflow {
  overflow-y: auto;
  height: 28rem;
  padding: 3.2rem;
  background-color: #efeeed;
  border: 0.1rem solid #dcdddd;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-form__overflow h5 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}

.p-form__overflow h5:first-child {
  margin-top: 0;
}

.p-form__overflow h6 {
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
  padding-left: 0.6rem;
  border-left: 0.3rem solid #d02620;
  font-size: 1.6rem;
  line-height: 2;
}

.p-form__overflow dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-form__overflow dt {
  font-weight: 500;
}

.p-form__overflow .b-txt-indent {
  display: block;
}

.p-form__recaptcha {
  margin-top: 7.2rem;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: normal;
}

.p-form__recaptcha img {
  display: inline-block;
  width: 1.8rem;
  vertical-align: sub;
}

@media only screen and (max-width: 480px) {
  .p-form__overflow {
    height: 46rem;
    padding: 2.4rem;
  }
  .p-form__recaptcha {
    margin-top: 3.2rem;
  }
}

.p-form-point {
  margin-top: 4.8rem;
  text-align: center;
}

.p-form-point__heading {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
}

.p-form-point__heading::before, .p-form-point__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.9rem;
  height: 2.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-form-point__heading::before {
  left: 0;
  background: url(../images/line/line_left_red.svg) no-repeat center center/cover;
}

.p-form-point__heading::after {
  right: 0;
  background: url(../images/line/line_right_red.svg) no-repeat center center/cover;
}

.p-form-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
}

.p-form-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.4rem;
  padding: 1.2rem 2.4rem;
  border: 0.1rem solid #d1261a;
  border-radius: 0.4rem;
  text-align: left;
}

.p-form-point__image {
  margin-right: 1.6rem;
}

.p-form-point__text {
  line-height: 2;
}

@media only screen and (max-width: 480px) {
  .p-form-point {
    margin-top: 3.2rem;
  }
  .p-form-point__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.4rem;
  }
  .p-form-point__item {
    width: 100%;
    margin: 0.8rem 0;
    padding: 1.6rem;
    border: 0.1rem solid #d1261a;
  }
  .p-form-point__item:first-child {
    margin-top: 0;
  }
  .p-form-point__item:last-child {
    margin-bottom: 0;
  }
  .p-form-point__heading {
    line-height: normal;
  }
  .p-form-point__image {
    width: 5rem;
  }
  .p-form-point__text {
    font-size: 1.4rem;
  }
}

.mwform-checkbox-field {
  display: inline-block;
  margin-left: 0 !important;
}

.p-form-button {
  margin-top: 3.2rem;
  text-align: center;
}

.p-form-button__submit {
  display: inline-block;
  width: 43.2rem;
  height: 10.4rem;
  background: url(../images/button/button_cta_pc.svg) no-repeat center center;
  border-radius: 5.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-indent: -9999px;
}

.p-form-button__submit:hover {
  -webkit-box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media only screen and (max-width: 480px) {
  .p-form-button__submit {
    width: 30rem;
    height: 11.3rem;
    background: url(../images/button/button_cta_sp.svg) no-repeat center center;
    border-radius: calc(11.3rem / 2);
  }
}

.p-thanks {
  padding: 4.8rem 1.6rem;
  background-color: #fff;
  text-align: center;
}

.p-thanks .l-block__heading {
  font-size: 3.8rem;
}

@media only screen and (max-width: 480px) {
  .p-thanks .l-block__heading {
    font-size: 2.4rem;
  }
}

.mw_wp_form .error {
  margin-top: 0.8rem !important;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-bottom: 1.5em;
  margin-right: 1.5em;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}

.p-article p {
  display: block;
  margin: 1.5em 0;
}

.p-article a {
  color: #176a69;
  text-decoration: underline;
}

.p-article strong {
  font-weight: bold;
}

.p-article em {
  font-style: italic;
}

.p-article iframe {
  max-width: 100%;
}

.p-article blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.p-article .clearfix {
  overflow: hidden;
  zoom: 1;
}

.p-article .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.p-article-meta {
  margin-top: 6.4rem;
}

.p-article-meta__date {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.8rem;
}

.p-article-meta__category {
  display: inline-block;
  margin-top: 0.8rem;
  margin-right: 0.8rem;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid #333;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}

.p-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.p-news-sidebar__title {
  padding: 3.2rem 2.4rem;
  background-color: #dce9e8;
  color: #176a69;
  font-size: 1.5rem;
}

.p-news-sidebar__block {
  margin-top: 4.8rem;
}

.p-news-sidebar__block:first-child {
  margin-top: 0;
}

.p-news-sidebar select {
  position: relative;
  width: 100%;
  padding: 2.4rem 0;
  border: 0;
  border-bottom: 0.1rem solid #efeeed;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  font-size: 1.3rem;
}

@media only screen and (max-width: 480px) {
  .p-news-sidebar {
    margin-top: 6.4rem;
  }
}

.p-new-post-list__item {
  border-bottom: 0.1rem solid #efeeed;
}

.p-new-post-list__link {
  display: block;
  padding: 16px 0;
  font-size: 1.3rem;
  line-height: 2;
}

.p-new-post-list__date {
  display: block;
  margin-top: 0.8rem;
  color: #dcdddd;
  font-size: 1.3rem;
}

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

.p-news-contents__article {
  margin-top: 6.4rem;
  padding-bottom: 4.8rem;
  border-bottom: 0.1rem solid #efeeed;
}

.p-news-contents__article:first-child {
  margin-top: 0;
}

.p-news-contents__header {
  margin-bottom: 2.4rem;
}

.p-news-contents__title {
  font-size: 2.4rem;
}

.p-news-contents__date {
  color: #dcdddd;
  font-size: 1.3rem;
}

.p-news-contents__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.8rem;
  padding-top: 5.6rem;
}

.p-news-contents__category {
  display: inline-block;
  margin: 0.8rem 0.8rem 0 0;
  padding: 0.8rem 1.6rem;
  border-radius: 0.3rem;
  background-color: #dce9e8;
  color: #176a69;
  font-size: 1.3rem;
  letter-spacing: normal;
  line-height: normal;
}

@media only screen and (max-width: 480px) {
  .p-news-contents {
    width: 100%;
  }
  .p-news-contents__article {
    margin-top: 4.8rem;
  }
  .p-news-contents__article:first-child {
    margin-top: 0;
  }
}

.p-pagination {
  margin-top: 6.4rem;
}

.p-pagination ul {
  margin: -1.6rem 0 0 -0.8rem;
  font-size: 0;
  text-align: left;
}

.p-pagination ul a,
.p-pagination ul span {
  display: block;
  min-width: 4rem;
  padding: 1.2rem;
  border-radius: 0.3rem;
  font-size: 1.5rem;
  line-height: 1;
}

.p-pagination ul li {
  display: inline-block;
  margin: 1.6rem 0.8rem 0;
  text-align: center;
}

.p-pagination ul li a {
  border: 0.1rem solid #176a69;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #176a69;
}

.p-pagination ul li a:hover {
  background-color: #efeeed;
}

.p-pagination ul li span {
  color: #898989;
  border: 0.1rem solid #898989;
}

.p-pagination ul.pager-text li {
  width: auto;
}

.p-pagination ul.pager-text li a {
  padding: 0 1.5rem;
}

@media only screen and (max-width: 480px) {
  .p-pagination {
    margin-top: 3.2rem;
  }
  .p-pagination ul {
    margin: -1.6rem 0 0 -0.6rem;
  }
  .p-pagination ul li {
    margin: 1.6rem 0.6rem 0;
  }
}

.screen-reader-text {
  display: none;
}

.p-page-news-post-control {
  margin-top: 6.4rem;
}

.p-page-news-post-control__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.6rem 0 0 -0.8rem;
}

.p-page-news-post-control__button a {
  display: block;
  min-width: 4rem;
  margin: 1.6rem 0.8rem 0;
  padding: 1.2rem;
  border: 0.1rem solid #176a69;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #176a69;
  font-size: 1.5rem;
  line-height: 1;
}

.p-page-news-post-control__button a:hover {
  background-color: #efeeed;
}

@media only screen and (max-width: 480px) {
  .p-page-news-post-control {
    margin-top: 3.2rem;
  }
  .p-page-news-post-control__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1.6rem 0 0 -0.6rem;
  }
  .p-page-news-post-control__button a {
    margin: 1.6rem 0.6rem 0;
  }
}

.p-breadcrumb {
  width: 100%;
  margin-bottom: 6.4rem;
  text-align: left;
}

.p-breadcrumb__list {
  width: calc(114rem + 4.8%);
  margin: 0 auto;
  padding: 1.6rem 2.4%;
  font-size: 0;
}

.p-breadcrumb__item {
  position: relative;
  display: inline-block;
  margin-right: 0.9rem;
  padding: 0 1.8rem 0 0;
  color: #176a69;
  font-size: 1.3rem;
}

.p-breadcrumb__item:first-child {
  padding-left: 0;
}

.p-breadcrumb__item:last-child {
  padding-right: 0;
}

.p-breadcrumb__item::after {
  content: "/";
  position: absolute;
  width: 0.7rem;
  height: 100%;
  right: 0;
  top: 0;
  color: #969696;
}

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

.p-breadcrumb__link {
  color: #969696;
}

@media only screen and (max-width: 480px) {
  .p-breadcrumb {
    margin-bottom: 0;
  }
  .p-breadcrumb__list {
    width: 100%;
    padding: 1.6rem 4%;
  }
}

.p-heading {
  margin-bottom: 8rem;
  text-align: center;
}

.p-heading__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-heading__text {
  margin-top: 1.2rem;
  color: #176a69;
  line-height: 1.4;
}

.p-heading02 {
  margin-bottom: 3.2rem;
  color: #176a69;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-heading03 {
  position: relative;
  margin-bottom: 5.6rem;
  padding-bottom: 3.2rem;
  font-size: 2.8rem;
  line-height: 1.4;
}

.p-heading03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5.6rem;
  height: 0.3rem;
  background-color: #176a69;
}

.p-heading04 {
  margin-bottom: 2.4rem;
  color: #176a69;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}

.p-heading05 {
  margin-bottom: 3.2rem;
  padding: 1.2rem 1.6rem;
  background-color: #f8fbfa;
  border: 0.1rem solid #dce9e8;
  border-left: 0.3rem solid #176a69;
  font-size: 2rem;
  line-height: 1.4;
}

@media only screen and (max-width: 480px) {
  .l-main--page .p-heading {
    margin-bottom: 6.4rem;
    padding: 9.6rem 4%;
    background-color: #f8fbfa;
    border: 0.1rem solid #dce9e8;
    border-left: 0;
    border-right: 0;
  }
  .p-heading {
    margin-bottom: 5.6rem;
  }
  .p-heading__title {
    font-size: 3rem;
  }
  .p-heading__text {
    margin-top: 1.2rem;
  }
  .p-heading02 {
    margin-bottom: 2.4rem;
  }
  .p-heading03 {
    margin-bottom: 4.8rem;
    padding-bottom: 2.4rem;
  }
  .p-heading04 {
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .p-heading05 {
    margin-bottom: 2.4rem;
    padding: 0.8rem 1.6rem;
  }
}

.p-top-hero__inner {
  position: relative;
  width: 100%;
  height: 58rem;
}

.p-top-hero__image {
  width: 100%;
  height: 100%;
}

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

.p-top-hero__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 114rem;
  -webkit-transform: translate(-50%, -50%) rotate(0.05deg);
          transform: translate(-50%, -50%) rotate(0.05deg);
}

.l-footer {
  position: relative;
  background-color: #176a69;
}

.l-footer__image {
  position: relative;
  width: 100%;
  padding-top: calc(380 / 1280 * 100%);
}

.l-footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}

.l-footer__block {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(114rem + 4.8%);
  margin: 0 auto;
  padding: 5.6rem 2.4% 6.4rem;
}

.p-footer-contents__catch {
  margin-bottom: 1.6rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  white-space: nowrap;
}

.p-footer-contents__logo {
  width: 21.6rem;
}

.p-footer-contents__address {
  margin-top: 1.6rem;
  color: #fff;
  font-size: 1.4rem;
}

.p-footer-contents__copy {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.075em;
}

.p-footer-contents__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6rem;
}

.p-footer-contents__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.8rem;
  color: #fff;
  font-size: 1.5rem;
}

.p-footer-contents__tel img {
  margin-right: 0.8rem;
}

.p-footer-copy {
  margin-top: 4.5rem;
  color: #fff;
  font-size: 1.3rem;
}

.p-footer-sitemap-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer-sitemap-nav__list {
  margin-left: 11.6rem;
}

.p-footer-sitemap-nav__item {
  margin-bottom: 2.8rem;
}

.p-footer-sitemap-nav__link {
  color: #fff;
  font-size: 1.6rem;
}

@media only screen and (max-width: 480px) {
  .l-footer__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 4rem 4% 4.8rem;
  }
  .p-footer-contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 4rem;
  }
  .p-footer-contents__catch {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
  }
  .p-footer-contents__address {
    margin-top: 1.6rem;
  }
  .p-footer-contents__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.6rem;
  }
  .p-footer-copy {
    margin-top: 4.5rem;
    color: #fff;
    font-size: 1.3rem;
  }
  .p-footer-sitemap {
    width: 100%;
  }
  .p-footer-sitemap-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .p-footer-sitemap-nav__list {
    width: 50%;
    margin-left: 0;
  }
  .p-footer-sitemap-nav__item {
    margin-bottom: 2.8rem;
  }
  .p-footer-sitemap-nav__link {
    display: inline-block;
    font-size: 1.5rem;
  }
  .p-footer-sitemap-nav__link span {
    margin-right: 0.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .l-main {
    padding-top: 8.9rem;
  }
}

.l-block {
  padding: 8rem 0 11.4rem;
}

.l-block--main-light {
  background-color: #f8fbfa;
}

.l-block__inner {
  width: calc(114rem + 4.8%);
  margin: 0 auto;
  padding: 0 2.4%;
}

.l-column {
  padding-bottom: 11.4rem;
}

.l-column__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(114rem + 4.8%);
  margin: 0 auto;
  padding: 1.6rem 2.4%;
}

.l-column__sidebar {
  width: 18%;
}

.l-column__contents {
  width: 75%;
}

.l-line {
  margin-top: 9.6rem;
}

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

.l-line02 {
  margin-top: 6.4rem;
}

@media only screen and (max-width: 480px) {
  .l-block {
    padding: 6.4rem 0 7.2rem;
  }
  .l-block__inner {
    width: 100%;
    padding: 0 4%;
  }
  .l-column {
    padding-bottom: 7.2rem;
  }
  .l-column__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 4%;
  }
  .l-column__sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 5.6rem;
  }
  .l-column__contents {
    width: 100%;
  }
  .l-line {
    margin-top: 7.2rem;
  }
  .l-line:first-child {
    margin-top: 0;
  }
  .l-line02 {
    margin-top: 4rem;
  }
}

.p-column {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
}

.p-column--2 .p-column__image {
  width: 51.8%;
}

.p-column--2 .p-column__image--small {
  width: 40%;
}

.p-column--2 .p-column__image img {
  width: 100%;
  height: auto;
}

.p-column--2 .p-column__textarea {
  width: calc(100% - 51.8% - 5.6%);
}

.p-column--2 .p-column__textarea--small {
  width: calc(100% - 40% - 5.6%);
}

.p-column--text-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 5.6rem;
}

.p-column__image--reverse {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-side-nav {
  border-top: 0.1rem solid #efeeed;
}

.p-side-nav__link {
  display: block;
  padding: 2.4rem 0.8rem;
  border-bottom: 0.1rem solid #efeeed;
}

.p-list li {
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #efeeed;
}

.p-list li:first-child {
  padding-top: 0;
}

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

.p-list dt {
  width: 16rem;
  font-weight: 500;
}

.p-list--form dt {
  width: 24rem;
}

.p-list--form dd {
  width: calc(100% - 24rem);
}

.p-gm {
  margin-bottom: 3.2rem;
}

.p-gm iframe {
  width: 100%;
}

.c-table {
  margin-top: 3.2rem;
}

.c-table table {
  width: 100%;
  border-collapse: collapse;
}

.c-table th,
.c-table td {
  padding: 0.8rem 1.6rem;
  border: 0.1rem solid #dce9e8;
  font-weight: 500;
}

.c-table th {
  background: #f8fbfa;
}

.c-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -1.6rem;
}

.c-gallery::before, .c-gallery::after {
  content: "";
  display: block;
  width: calc(100% / 4 - 1.2rem);
}

.c-gallery::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-gallery__image {
  position: relative;
  width: calc(100% / 4 - 1.2rem);
  margin-top: 1.6rem;
  padding-top: calc(2 / 3 * calc(100% / 4 - 1.2rem));
}

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

.c-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.2rem;
}

.c-note__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-note__block--half {
  width: 48.5%;
}

.c-note__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 12rem;
  background-color: #176a69;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  text-align: center;
}

.c-note__text {
  margin-left: 1.6rem;
  font-size: 1.4rem;
}

.c-note02 {
  margin-top: 3.2rem;
}

.c-note02__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-note02__label {
  padding: 1.6rem 2.4rem;
  background-color: #176a69;
  border: 0.1rem solid #176a69;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

.c-note02__text {
  width: 24rem;
  padding: 1.6rem 2.4rem;
  border: 0.1rem solid #176a69;
}

.c-note03 {
  margin-top: 3.2rem;
  padding: 1.5em;
  background-color: #f8fbfa;
  border: 0.1rem solid #176a69;
}

.c-note03__label {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.c-flow {
  margin-top: 3.2rem;
}

.c-flow__card {
  margin-top: 2.4rem;
  padding: 1.6rem;
  background-color: #f8fbfa;
  border: 0.2rem solid #dce9e8;
}

.c-flow__card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flow__image {
  overflow: hidden;
  width: 8rem;
  height: 8rem;
  border-radius: 10rem;
}

.c-flow__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-flow__textarea {
  width: calc(100% - 8rem - 2.4rem);
  margin-left: 2.4rem;
}

.c-flow__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flow__text {
  margin-top: 1.6rem;
  padding: 0.8rem 0.8rem 0;
  border-top: 0.1rem solid #dce9e8;
}

.c-flow .c-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  background-color: #176a69;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-privacy-policy {
  overflow-y: auto;
  width: 100%;
  height: 30rem;
  margin-top: 4rem;
  padding: 2.4rem;
  border: 0.1rem solid #e6e6e6;
  text-align: left;
}

.p-privacy-policy__title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
}

.p-privacy-policy__text {
  margin-bottom: 1.6em;
}

.p-single--center {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .p-column {
    margin-top: 5.6rem;
  }
  .p-column--2 .p-column__image {
    width: 100%;
  }
  .p-column--2 .p-column__textarea {
    width: 100%;
    margin-top: 2.4rem;
  }
  .p-column__image--reverse {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-list li {
    padding: 1.6rem 0;
  }
  .p-list li:first-child {
    padding-top: 0;
  }
  .p-list dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-list dt {
    width: 100%;
    color: #176a69;
  }
  .p-list dd {
    margin-top: 0.8rem;
  }
  .p-list--form dt {
    width: 100%;
  }
  .p-list--form dd {
    width: 100%;
  }
  .p-gm {
    margin-bottom: 2.4rem;
  }
  .p-gm iframe {
    height: 34rem;
  }
  .c-table {
    margin-top: 2.4rem;
  }
  .c-gallery {
    margin-top: -1.6rem;
  }
  .c-gallery::before, .c-gallery::after {
    width: calc(100% / 3 - 1rem);
  }
  .c-gallery__image {
    width: calc(100% / 3 - 1rem);
    padding-top: calc(2 / 3 * calc(100% / 3 - 1rem));
  }
  .c-note {
    margin-top: 2.4rem;
  }
  .c-note__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0.1rem solid #176a69;
  }
  .c-note__block--half {
    width: 100%;
  }
  .c-note__label {
    width: 100%;
    padding: 0.8rem 1.6rem;
  }
  .c-note__text {
    margin-left: 0;
    padding: 1.6rem;
    font-size: 1.3rem;
  }
  .c-note02 {
    margin-top: 2.4rem;
  }
  .c-note02__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0.1rem solid #176a69;
  }
  .c-note02__label {
    width: 100%;
    padding: 0.8rem 1.6rem;
    text-align: center;
  }
  .c-note02__text {
    width: 100%;
    margin-left: 0;
    padding: 0.8rem 1.6rem;
    font-size: 1.8rem;
    text-align: center;
  }
}

.p-nav-toggle {
  position: absolute;
  top: 3rem;
  right: 2.4%;
  cursor: pointer;
  line-height: 0;
}

.p-nav-toggle__button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 3.4rem;
  height: 2.9rem;
  font-size: 0;
}

.p-nav-toggle__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.32rem;
  background-color: #176a69;
  border-radius: 0.151rem;
}

.p-nav-toggle__line:nth-of-type(1) {
  top: 0;
}

.p-nav-toggle__line:nth-of-type(2) {
  top: 1.3rem;
}

.p-nav-toggle__line:nth-of-type(3) {
  bottom: 0;
}

.p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line {
  background-color: #176a69;
}

.p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line:nth-of-type(1) {
  -webkit-transform: translateY(1.6rem) rotate(-45deg);
          transform: translateY(1.6rem) rotate(-45deg);
}

.p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line:nth-of-type(2) {
  -webkit-transform: translateY(0.4rem) rotate(45deg);
          transform: translateY(0.4rem) rotate(45deg);
}

.p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line:nth-of-type(3) {
  opacity: 0;
}

@media only screen and (max-width: 480px) {
  .p-nav-toggle {
    top: 50%;
    right: 1.4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-nav-toggle--close {
    top: 3.2rem;
    -webkit-transform: 0;
            transform: 0;
  }
  .p-nav-toggle__button {
    width: 2.1rem;
    height: 1.8rem;
  }
  .p-nav-toggle__button--close {
    width: 2.8rem;
    height: 2.9rem;
  }
  .p-nav-toggle__line {
    height: 0.2rem;
    border-radius: 0.1rem;
  }
  .p-nav-toggle__line:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line:nth-of-type(1) {
    -webkit-transform: translateY(1.5rem) rotate(-45deg);
            transform: translateY(1.5rem) rotate(-45deg);
  }
  .p-nav-toggle .p-nav-toggle__button--close .p-nav-toggle__line:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}

.l-header {
  overflow: hidden;
  width: 100%;
}

.l-header__block {
  position: relative;
  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;
  width: calc(114rem + 4.8%);
  margin: 0 auto;
  padding: 3rem 2.4%;
}

.p-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header-logo__link {
  margin-right: 3rem;
}

.p-header-logo__catch {
  color: #176a69;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.p-header-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header-sub__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.8rem;
}

.p-header-sub__tel-value {
  margin-left: 0.8rem;
  color: #176a69;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.p-header-sub__mail-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20rem;
  height: 4.8rem;
  background-color: #dce9e8;
  border: 0.1rem solid #dce9e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #176a69;
  font-size: 1.5rem;
}

.p-header-sub__mail-value:hover {
  border: 0.1rem solid #176a69;
}

.p-header-sub__mail-value img {
  margin-right: 0.8rem;
}

.p-header-nav {
  width: 100%;
  background-color: #176a69;
}

.is-active .p-header-nav {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.p-header-nav__list {
  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;
  width: calc(114rem + 4.8%);
  margin: auto;
  padding: 0 2.4%;
}

.p-header-nav__item {
  position: relative;
  width: calc(100% / 5);
  text-align: center;
}

.p-header-nav__item:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.1rem;
  height: 2.8rem;
  background-color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-header-nav__link {
  position: relative;
  width: 100%;
  height: 7.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}

.p-header-nav__link:hover {
  background-color: #dce9e8;
  color: #176a69;
}

.p-header-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.1rem;
  height: 2.8rem;
  background-color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 480px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
  }
  .l-header__block {
    width: 100%;
    padding: 2.4rem 4%;
    background-color: #fff;
    border-bottom: 0.1rem solid #dce9e8;
  }
  .p-header-logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .p-header-logo__link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0.6rem;
    margin-right: 0;
  }
  .p-header-logo__link img {
    width: 18.6rem;
  }
  .p-header-logo__catch {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 0.9rem;
  }
  .p-header-logo__catch br {
    display: none;
  }
  .p-header-sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.6rem;
  }
  .p-header-sub__tel {
    margin-right: 0;
  }
  .p-header-sub__mail {
    margin-top: 0.8rem;
  }
  .p-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
  .p-header-nav__inner {
    margin-top: 7.2rem;
  }
  .p-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100vw;
  }
  .p-header-nav__item {
    width: 100%;
  }
  .p-header-nav__item:first-child::before {
    display: none;
  }
  .p-header-nav__link {
    display: block;
    padding: 1.6rem 2.4rem;
    border-bottom: 0.1rem solid #176a69;
    color: #176a69;
    font-size: 2rem;
    text-align: center;
  }
  .p-header-nav__link--first {
    border-top: 0.1rem solid #176a69;
  }
  .p-header-nav__link:hover {
    opacity: 1;
  }
  .p-header-nav__link::after {
    display: none;
  }
  .p-header-nav__link span {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */