@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

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

html {
  font-size: 62.5%;
}

body {
  background-color: #EFEAE4;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

a:hover {
  -webkit-transition: all 0.3s;
  opacity: 0.7;
  transition: all 0.3s;
}
.header {
  z-index: 100;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.header__inner {
  width: 87%;
  max-width: 1600px;
  margin: auto;
  padding: 1em;
  font-weight: bold;
}
.header__list--pc {
  display: none;
}
.footer {
  margin-top: 50px;
  padding: 1em;
  background-color: #333;
  color: #fff;
  text-align: center;
}
.container {
  width: 87%;
  max-width: 1400px;
  margin: 0 auto;
}
.c-head02 {
  font-weight: bold;
  font-size: 4rem;
  font-family: "Cormorant", serif;
}

.c-head03 {
  font-weight: bold;
  font-size: 2.4rem;
  font-family: "Cormorant", serif;
}

.c-page-head01 {
  font-weight: bold;
  font-size: 2rem;
}
.c-hamburger {
  -webkit-transform: translateY(-50%);
  z-index: 200;
  position: fixed;
  top: 30px;
  right: 16px;
  width: 24px;
  height: 24px;
          transform: translateY(-50%);
  cursor: pointer;
}
.c-hamburger__line {
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 4px;
  width: 24px;
  height: 2px;
  background-color: #333333;
  transition: all 0.3s;
}
.c-hamburger__line--2 {
  top: 12px;
}
.c-hamburger__line--3 {
  top: 20px;
}

.nav__list {
  -webkit-transition: all 0.5s;
  z-index: 100;
  position: fixed;
  top: 70px;
  right: -100%;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background-color: #fff;
  color: #000000;
  font-size: 1.6rem;
  text-align: center;
  transition: all 0.5s;
}
.nav__list li {
  max-width: 300px;
  margin: auto;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.nav__list li a {
  display: inline-block;
}

.sub-menu li {
  border: none;
}

.is-open.nav__list {
  right: 0;
}
.is-open .c-hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: left top;
  -webkit-transition: all 0.3s;
  top: 2px;
  left: 1px;
  width: 25px;
          transform: rotate(45deg);
          transform-origin: left top;
  transition: all 0.3s;
}
.is-open .c-hamburger__line--2 {
  -webkit-transition: all 0.3s;
  left: 50%;
  width: 0;
  transition: all 0.3s;
}
.is-open .c-hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: left top;
  -webkit-transition: all 0.3s;
  left: -1px;
  width: 25px;
          transform: rotate(-45deg);
          transform-origin: left top;
  transition: all 0.3s;
}
.mv {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: grid;
          align-items: center;
          justify-content: center;
  height: 70vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(../img/mv_sp.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/mv_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.mv__text {
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}

.about {
  margin-top: 50px;
}
.about__inner {
  max-width: 400px;
}
.about__title-ja {
  display: block;
  margin-top: -10px;
  font-family: serif;
}
.about__list {
  margin-top: 30px;
}
.about__item:nth-child(n+2) {
  margin-top: 30px;
}
.about__item p {
  margin-top: 5px;
  text-align: justify;
}
.about__item figure {
  max-width: 200px;
  margin: auto;
}
.about__head {
  text-align: center;
}

.news {
  margin-top: 50px;
}
.news__inner {
  max-width: 400px;
}
.news__wrapper {
  margin-top: 30px;
}
.news__wrapper--second {
  margin-top: 100px;
}
.news__link {
  display: block;
}
.news__item {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.news__thumb {
  -webkit-box-shadow: 5px 5px 5px #B9B9B9;
          box-shadow: 5px 5px 5px #B9B9B9;
}
.news__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 2/1;
     object-fit: cover;
}
.news__content {
  margin-top: 10px;
}
.news__meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.news__cat {
  margin-right: 10px;
  padding: 0.5em 1em;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.news__date {
  margin-left: auto;
  font-weight: bold;
}
.news__title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
.news__text {
  margin-top: 10px;
}
.news__button-wrap {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.news__button {
  display: inline-block;
  padding: 1em;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-family: "Cormorant", serif;
}
.ycnews-template-default {
  background-color: #fff;
}

.page__title {
  padding: 1em 0;
  background-color: #333333;
  color: #fff;
}

.main__content {
  margin-top: 50px;
}
.main__content h1,
.main__content h2,
.main__content h3,
.main__content h4,
.main__content h5,
.main__content h6 {
  font-weight: bold;
}
.main__content h1 {
  padding: 0.5em;
  background: #c2edff;
  font-size: 2.6rem;
}
.main__content h2 {
  padding-left: 0.5em;
  border-bottom: double 5px #FFC778;
  font-size: 2.6rem;
}
.main__content h3 {
  position: relative;
  padding-left: 0.5em;
  font-size: 2.2rem;
}
.main__content h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  content: "";
}
.main__content h4 {
  padding: 0.5em;
  border-radius: 0.5em;
  background: #ffe4e1;
  color: #c71585;
  font-size: 2.2rem;
}
.main__content h5 {
  position: relative;
  margin: 2em 0 0.5em;
  padding: 0.25em 0.5em;
  border-radius: 0 5px 5px 5px;
  background: #d0ecff;
  color: black;
  font-size: 1.8rem;
  line-height: 1.4;
}
.main__content h5::after {
  position: absolute;
  bottom: 100%;
  left: 0px;
  padding: 3px 7px 1px;
  border-radius: 5px 5px 0 0;
  background: #2196F3;
  content: "\f00c Check";
  color: #fff;
  font-weight: 900;
  font-size: 0.7em;
  line-height: 1;
  font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
  letter-spacing: 0.05em;
}
.main__content h6 {
  position: relative;
  /*相対位置*/
  padding-left: 1.5em;
  /*行高*/
  color: black;
  font-size: 1.8rem;
  /*アイコン分のスペース*/
  line-height: 1.4;
  /*文字色*/
}
.main__content h6::before {
  position: absolute;
  /*アイコンの位置*/
  top: -0.2em;
  /*サイズ*/
  left: 0;
  /*忘れずに*/
  content: "\f111";
  /*アイコンの位置*/
  color: #ffa7a1;
  /*アイコンのユニコード*/
  font-weight: 900;
  /*絶対位置*/
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free";
}
.main__content p {
  max-width: 800px;
}

.aside {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #333333;
}
.aside__title {
  font-weight: bold;
  font-size: 1.8rem;
}
.aside__list {
  margin-bottom: 30px;
}
summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

details[open] .faq__answer {
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}

details[open] summary:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  top: 50%;
          transform: translateY(-50%) rotate(180deg);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faq {
  margin-bottom: 20px;
}
.faq__question {
  -webkit-transition: 0.3s;
  display: block;
  position: relative;
  max-width: 800px;
  padding: 1em;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.faq__question::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
          transform: translateY(-50%);
  border-top: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-bottom: 0;
  border-left: 10px solid transparent;
  border-style: solid;
  content: "";
}
.faq__answer {
  padding: 1em;
  background-color: #fff;
}
.faq__button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 80px;
}
.faq__button a {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  padding: 0.5em 1em;
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.faq__button a:last-child {
  background-color: #fff;
  color: #333333;
}
.p-contact__intro {
  margin: 30px auto;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-contact__intro p {
  max-width: 800px;
  margin: 15px auto;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: justify;
}
.p-contact__text {
  margin: 80px 0 30px;
  padding: 1em 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
.p-contact__wrapper {
  max-width: 800px;
  margin: 40px auto 0;
}
.p-contact__wrapper input[type=text],
.p-contact__wrapper input[type=tel],
.p-contact__wrapper input[type=email],
.p-contact__wrapper textarea,
.p-contact__wrapper select {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.p-contact__wrapper label {
  font-weight: bold;
}
.p-contact__dl-title {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.p-contact__item {
  margin-bottom: 30px;
}
.p-contact__item--arrow {
  position: relative;
}
.p-contact__item--arrow::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 30px;
  right: 20px;
  width: 10px;
  height: 10px;
          transform: rotate(45deg);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  content: "";
}
.p-contact__req {
  display: inline-block;
  margin-left: 1em;
  padding: 2px;
  color: #fff;
  font-size: 1rem;
  vertical-align: text-bottom;
}
.p-contact__radio {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.p-contact__pp div {
  height: 400px;
  margin-top: 20px;
  padding: 0.5em;
  overflow-y: auto;
  border: solid 1px #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.p-contact__pp h3 {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.p-contact__pp h4 {
  margin-top: 10px;
  font-weight: bold;
}
.p-contact__pp span {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-contact__button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0;
  gap: 20px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.p-contact__send {
  padding: 1em;
  border: 2px solid #333333;
  background-color: #333333;
  color: #fff;
}
.p-contact__send:hover {
  -webkit-transition: all 0.3s;
  background: #fff;
  color: #333333;
  transition: all 0.3s;
}
.p-contact__back {
  padding: 1em;
  border: 2px solid #333333;
  background-color: #fff;
  color: #333333;
}
.p-contact__back:hover {
  -webkit-transition: all 0.3s;
  background-color: #333333;
  color: #fff;
  transition: all 0.3s;
}
.p-contact__thanks {
  max-width: 800px;
  margin: 50px auto 0;
}
.p-contact__thanks p {
  margin-top: 20px;
}
.p-contact__thanks:first-child {
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.p-contact__home {
  display: block;
  width: 400px;
  margin: 50px auto;
  padding: 1em;
  border: 2px solid #333333;
  background-color: #333333;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-contact__home:hover {
  -webkit-transition: all 0.3s;
  background-color: #fff;
  color: #333333;
  transition: all 0.3s;
}
.p-contact__check {
  display: block;
  text-align: center;
}

.p-thanks__head {
  font-weight: bold;
  font-size: 1.8rem;
}
.p-thanks__text {
  margin-top: 30px;
}
.p-thanks__button {
  -webkit-transition: 0.3s;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 50px;
  transition: 0.3s;
}
.p-thanks__button a {
  display: block;
  padding: 1em;
  background: #333333;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.p-thanks__button a:hover {
  background-color: #fff;
  color: #333333;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

.mw_wp_form_confirm label {
  display: block;
}
.mw_wp_form_confirm label[for=email-check] {
  display: none;
}
.mw_wp_form_confirm .p-contact__wrapper {
  max-width: 600px;
}
.mw_wp_form_confirm .p-contact__item:first-of-type:after {
  content: none;
}
.mw_wp_form_confirm .p-contact__item:nth-of-type(4) {
  display: none;
}
.mw_wp_form_confirm .p-contact__req {
  display: none;
}
.mw_wp_form_confirm .p-contact__check {
  display: none;
}

.mwform-checkbox-field {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

.mw_wp_form .horizontal-item {
  margin-right: 1em;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-right: 1em;
  margin-left: 0 !important;
}

.p-contact__thanks-button {
  margin: 50px auto;
}
.p-contact__thanks-button a {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
  padding: 1em;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.p-contact__thanks-button a::after {
  -webkit-transition: 0.4s ease-in;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #000;
  content: "";
  transition: 0.4s ease-in;
}
.p-contact__thanks-button a:hover {
  color: #fff;
}
.p-contact__thanks-button a:hover::after {
  width: 100%;
}
.u-mt-50 {
  margin-top: 50px;
}

.u-fwb {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer {
    margin-top: 100px;
  }
  .mv {
    height: 80vh;
  }
  .aside__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .main__content h1 {
    font-size: 3rem;
  }
  .main__content h2 {
    font-size: 3rem;
  }
  .main__content h3 {
    font-size: 2.6rem;
  }
  .main__content h4 {
    font-size: 2.6rem;
  }
  .main__content h5 {
    font-size: 2.2rem;
  }
  .main__content h6 {
    font-size: 2.2rem;
  }
  .faq__button a {
    font-size: 2rem;
  }
  .p-contact__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
            align-items: center;
            justify-content: space-between;
    margin-bottom: 50px;
    font-size: 1.6rem;
  }
  .p-contact__item input[type=text],
.p-contact__item input[type=tel],
.p-contact__item input[type=email],
.p-contact__item textarea,
.p-contact__item select {
    width: 58%;
  }
  .mw_wp_form .error {
    position: absolute;
    top: 40px;
    right: 45%;
  }
  .mw_wp_form_confirm .p-contact__item {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
  .header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: space-between;
  }
  .header__logo {
    font-size: 1.8rem;
  }
  .header__list--sp {
    display: none;
  }
  .header__list--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
  .header__list--pc #menu-item-234 {
    position: relative;
  }
  .header__list--pc #menu-item-234 .sub-menu {
    -webkit-transition: all 0.3s;
    position: absolute;
    top: 100%;
    width: 200px;
    margin-top: 10px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s;
  }
  .header__list--pc #menu-item-234 .sub-menu li a {
    display: block;
    padding: 10px;
    border-top: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-left: 1px solid #B9B9B9;
  }
  .header__list--pc #menu-item-234 .sub-menu.is-show {
    opacity: 1;
  }
  .header__list--pc #menu-item-152 {
    position: relative;
  }
  .header__list--pc #menu-item-152 .sub-menu {
    -webkit-transition: all 0.3s;
    position: absolute;
    top: 100%;
    width: 200px;
    margin-top: 10px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s;
  }
  .header__list--pc #menu-item-152 .sub-menu li a {
    display: block;
    padding: 10px;
    border-top: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-left: 1px solid #B9B9B9;
  }
  .header__list--pc #menu-item-152 .sub-menu.is-show02 {
    opacity: 1;
  }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
  .c-head02 {
    font-size: 5rem;
  }
  .c-head03 {
    font-size: 3rem;
  }
  .c-page-head01 {
    font-size: 3rem;
  }
  .nav {
    display: none;
  }
  .c-hamburger {
    display: none;
  }
  .mv {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url(../img/mv_pc.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/mv_pc.jpg);
  }
  .about {
    margin-top: 80px;
  }
  .about__inner {
    max-width: 1400px;
  }
  .about__title-ja {
    font-size: 2rem;
  }
  .about__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    gap: 40px;
  }
  .about__item:nth-child(n+2) {
    margin-top: 0;
  }
  .news {
    margin-top: 80px;
  }
  .news__inner {
    max-width: 1400px;
  }
  .news__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: grid;
    grid-template-columns: 35% 1fr;
            align-items: center;
    gap: 50px;
  }
  .news__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  .news__title {
    font-size: 2.4rem;
  }
  .news__date {
    margin-left: 0;
  }
  .p-contact__form {
    padding: 50px;
  }
}

@media screen and (min-width: 1300px) {
  .header__inner {
    padding: 1em 2em;
  }
  .container {
    width: 77%;
  }
  .mv {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url(../img/mv_pc.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/mv_pc.jpg);
    background-position: 0 -630px;
  }
  .mv::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
  }
  .mv__title {
    z-index: 1;
  }
  .page__wrapper {
    display: grid;
    grid-template-columns: 1fr 25%;
    gap: 20px;
  }
  .aside {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #333;
  }
  .aside__wrapper {
    display: block;
    padding-left: 2em;
  }
  .aside__title {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
  .aside__arc-title {
    padding-left: 1em;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .aside__list {
    margin-bottom: 50px;
  }
  .aside__list li {
    padding: 0.2em 1em 0.5em;
    border-bottom: 1px solid #B9B9B9;
    font-size: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */