@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #0e2745;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  font-weight: 500;
  scroll-behavior: smooth;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0.08em;
}

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

a {
  color: #0e2745;
  text-decoration: underline;
  outline: 0;
}
a:hover {
  opacity: 0.8;
}
a:focus, a:hover, a:active {
  outline: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  padding: 12px;
  background: #fff;
  border: 1px solid #0e2745;
  margin: 4px 0;
  max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #707070;
}

select {
  background: #fff;
}
select:focus {
  outline: 0;
  border: 1px solid #707070;
}

ul {
  margin: 0;
}
ul li {
  list-style: none;
  position: relative;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300;
}

p {
  line-height: 1.8;
  margin: 0;
}

b, strong {
  font-weight: 600;
}

ol li {
  line-height: 2;
}

iframe {
  width: 100%;
  max-width: 100%;
}

hr {
  margin: 10px 0;
  border-color: rgba(112, 112, 112, 0.4);
  border-width: 0.5px;
}

figure {
  margin-right: 0;
  margin-left: 0;
}

article img {
  width: 70%;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

article div,
article p {
  max-width: 100%;
}

article ul {
  padding-left: 22px;
  margin-bottom: 20px;
}
article ul li {
  line-height: 1.8;
  list-style: circle;
}

textarea {
  width: 100%;
  padding: 16px;
}

blockquote {
  font-size: 14px;
  color: #666;
  text-align: left;
  margin: auto;
  padding-left: 12px;
  border-left: 2px solid #999;
}

caption {
  caption-side: bottom;
  text-align: left;
  padding-top: 7px;
  font-size: 13px;
}

button {
  border: 0;
}

header,
main,
nav,
footer {
  opacity: 1;
}

table th, table td {
  padding: 1em;
  font-weight: 300;
  vertical-align: top;
}

.l-wrap {
  margin: 0 auto;
  position: relative;
  width: 1400px;
  max-width: 94%;
}

.l-inner {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner__medium {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.l-inner__small {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.radius40 {
  border-radius: 40px;
}

wp-block-table.is-style-border {
  border-collapse: collapse;
}

.wp-block-table.is-style-border th,
.wp-block-table.is-style-border td {
  border: solid 1px lightgray;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: visible;
  }

  main {
    padding-top: 90px;
  }

  .home main {
    padding-top: 0;
  }

  .l-wrap {
    padding: 0 20px;
    width: 100%;
  }

  .l-container {
    min-width: auto;
    overflow: hidden;
  }

  .l-section__subArea {
    display: none;
  }

  .u-textFrame {
    width: unset !important;
  }
}
.l-main {
  min-height: calc( 100vh - 300px );
  padding-top: 110px;
}

@media screen and (max-width: 767px) {
  .l-main {
    min-height: calc( 100vh - 300px );
    padding-top: 55px;
  }

  .l-main--hasSidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.l-sidebar {
  float: left;
  width: 23%;
}

.widget_media_image {
  margin-bottom: 12px;
}
.widget_media_image a {
  display: block;
}

@media screen and (max-width: 767px) {
  .l-sidebar {
    float: none;
    width: 100%;
  }
}
.l-section {
  padding: 60px 0;
}

.l-section--theme-color-bg {
  background-color: #0e2745;
  mix-blend-mode: multiply;
}

.l-section__mainArea {
  width: 85%;
}

.l-section__subArea {
  background: #0e2745;
  width: 15%;
  min-width: 235px;
}

.l-section__width30 {
  width: 30%;
  margin: 0 10px;
}

.l-section__width80 {
  width: 80%;
  margin: 0 auto;
}

.home .l-section__subArea__none {
  display: none;
}
.home .l-section__mainArea {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-section {
    padding: 40px 0;
  }

  .l-section__mainArea {
    width: 100vw;
  }
}
.slick-prev {
  position: absolute;
  z-index: 2;
  left: calc(50% - 450px);
  top: 225px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/icon/arrow_left.svg) no-repeat center center;
  border: 0;
  background-color: #595757;
  border-radius: 50%;
  background-size: 10px;
}

.slick-next {
  position: absolute;
  z-index: 2;
  right: calc(50% - 450px);
  top: 225px;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  background: url(../img/icon/arrow_right.svg) no-repeat center center;
  border: 0;
  background-color: #595757;
  border-radius: 50%;
  background-size: 10px;
}

.slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  text-indent: -9999px;
  border: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  overflow: hidden;
  background: #B3B3B3;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #595757;
}
.slick-dots li:last-child {
  margin-right: 4vw;
}

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}
@media screen and (max-width: 767px) {
  #index_slider_prev,
#index_slider_next {
    display: none;
  }

  #index_slider,
#index_slider_prev,
#index_slider_next {
    width: 100%;
    height: 87.6vw;
  }
}
.c-title--h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}

.c-title--h2 {
  font-size: 31px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.c-title--h3 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.c-title--primary {
  text-align: center;
  font-size: 28px;
  background-color: #0e2745;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 600;
  padding: 12px 0;
  mix-blend-mode: multiply;
}

.c-title--wrap {
  width: 300px;
  margin: 0 auto;
}

.c-title--home {
  position: relative;
  color: #595757;
}

.c-title--home::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #0e2745;
  position: absolute;
  bottom: -10px;
  right: 130px;
}

.c-title--img100 {
  width: 100px;
  padding-top: 30px;
}

.c-title--img200 {
  width: 200px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-title--h1 {
    font-size: 23px;
    margin-bottom: 30px;
  }

  .c-title--h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .c-title--h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .c-title--primary {
    font-size: 20px;
  }
}
.c-list {
  padding-left: 1.5em;
}
.c-list li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.8;
}
.c-list li:before {
  content: "・";
  position: absolute;
  left: -1.5em;
}

.c-button {
  width: 250px;
  height: 30px;
  display: inline-block;
  padding: 3px 0;
  min-width: 180px;
  text-decoration: none;
  background: #0e2745;
  color: #fff;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  position: relative;
  border: 0;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  letter-spacing: 0.12em;
}
.c-button:hover {
  opacity: 0.87;
}
.c-button.is-end {
  cursor: default;
  background: #B3B3B3;
}

.c-button--gimei {
  width: 310px;
  padding: 3px 15px;
  letter-spacing: 0.2em;
}

.c-button__form {
  width: auto;
  height: 40px;
  display: inline-block;
  padding: 3px 25px;
  min-width: 180px;
  text-decoration: none;
  background: #e6e6e5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button a {
  color: #fff;
  text-decoration: none;
}

.c-label {
  display: inline-block;
  color: #fff;
  background-color: #0e2745;
  text-align: center;
  border-radius: 4px;
  padding: 4px 16px;
  margin-right: 0.5em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-label {
    padding: 4px 20px;
  }
}
.c-icon--freedial:before {
  content: "";
  background: url("../img/icon/tel.png") no-repeat center center;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: 100%;
  margin-right: 8px;
}

.c-icon--new_tab:after {
  content: "";
  background: url("../img/icon/new_tab.svg") no-repeat center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-size: 100%;
  margin-left: 8px;
}

.is-active .c-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  overflow: hidden;
}

.c-wide {
  min-height: 520px;
  margin-bottom: 140px;
  background: #fff;
  position: relative;
}

.c-wide__image {
  position: absolute;
  right: -15px;
  width: 50vw;
  min-height: 520px;
  height: 100%;
}

.c-wide__text {
  width: 50%;
  padding: 45px 50px;
}

.c-wide--reverse .c-wide__image {
  right: auto;
  left: -15px;
}
.c-wide--reverse .c-wide__text {
  margin-left: auto;
}

.c-wide__img40 {
  width: 40%;
}

.c-wide__img5 {
  width: 5%;
}

@media screen and (min-width: 1100px) {
  .c-wide__image {
    right: calc((100vw - 1100px) / -2);
  }

  .c-wide--reverse .c-wide__image {
    right: auto;
    left: calc((100vw - 1100px) / -2);
  }
}
@media screen and (max-width: 767px) {
  .c-wide {
    min-height: auto;
    margin-bottom: 60px;
  }

  .c-wide__image {
    position: relative;
    right: auto;
    width: 100%;
    min-height: auto;
    height: auto;
  }

  .c-wide__text {
    width: 100%;
  }
}
.p-table {
  border-collapse: collapse;
  width: 100%;
}
.p-table tr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
.p-table tr:last-child {
  border-bottom: 0;
}
.p-table th, .p-table td {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.p-pagination .page-numbers {
  font-weight: 600;
  background: #0e2745;
  color: #fff;
  text-decoration: none;
  padding: 6px 0.8em;
  line-height: 1.4;
  display: inline-block;
  margin: 0.4em;
}
.p-pagination .page-numbers.current {
  background: #B3B3B3;
  color: #fff;
}
.p-pagination .page-numbers.dots {
  background: #fff;
  color: #0e2745;
}

.p-pagination .prev,
.p-pagination .next {
  display: inline-block;
  padding: 6px 0.8em;
}
.p-pagination .prev img,
.p-pagination .next img {
  height: 1em;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.p-contactForm__inner {
  width: 800px;
  margin: auto;
  max-width: 100%;
}
.p-contactForm__inner p {
  font-size: 15px;
}
.p-contactForm__inner input[type=submit],
.p-contactForm__inner input[type=button] {
  width: 100%;
  padding: 34px 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 0;
  background-color: #0e2745;
}
.p-contactForm__inner input[type=button] {
  margin-bottom: 20px;
}
.p-contactForm__inner .inquiries, .p-contactForm__inner .u-dib {
  padding-right: 20px;
}

.inquiries h4, .p-contactForm__item h4 {
  font-size: 15px;
  font-weight: 600;
}
.inquiries h4 small, .p-contactForm__item h4 small {
  margin-left: 3em;
}
.inquiries h4 strong, .p-contactForm__item h4 strong {
  color: #FF0000;
}
.inquiries label, .p-contactForm__item label {
  margin-right: 2em;
}
.inquiries input[type=checkbox], .p-contactForm__item input[type=checkbox] {
  margin-top: 16px;
}
.inquiries .wpcf7-list-item, .p-contactForm__item .wpcf7-list-item {
  margin-left: 0;
}
.inquiries input[type=email], .inquiries input[type=text], .inquiries textarea, .p-contactForm__item input[type=email], .p-contactForm__item input[type=text], .p-contactForm__item textarea {
  width: 100%;
}
.inquiries input[type=number], .p-contactForm__item input[type=number] {
  width: 90%;
  min-width: 90px;
}
.inquiries input[type=submit], .p-contactForm__item input[type=submit] {
  width: 60%;
  padding: 16px;
  margin: 0 auto;
  color: #fff;
}
.inquiries select[name=pref_name], .p-contactForm__item select[name=pref_name] {
  width: 30%;
  padding: 15px;
}

.p-contactForm__notice {
  padding: 45px 100px;
  background: #fff;
  border: 4px solid rgba(112, 112, 112, 0.4);
  margin: 80px auto;
  width: 830px;
  max-width: 100%;
}
.p-contactForm__notice h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-contactForm__notice p {
  font-size: 16px;
  font-weight: 600;
}
.p-contactForm__notice p a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-contactForm__notice {
    padding: 20px 20px;
  }

  .p-contactForm__inner p {
    padding: 0;
  }
}
.p-header {
  width: 100%;
  height: 6vw;
  position: absolute;
  position: fixed;
  background-color: #0e2745;
  z-index: 10;
}
.p-header h1 {
  width: 276px;
  margin: 0 auto 0 50px;
  line-height: 4.5vw;
}

.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}
.p-header__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.p-header__menu .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header__menu .header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.p-header__menu .header__navListItem:not(:last-child) {
  margin-right: 35px;
}

/*ドロップダウンメニュー*/
ul.ddmenu ul {
  margin: 0px;
  display: none;
  position: absolute;
}

ul.ddmenu li:hover > ul {
  display: block;
}

ul.ddmenu ul li {
  line-height: 0.08em;
}

ul.ddmenu ul li a:hover {
  color: #8fc31f;
}

ul.ddmenu ul li a {
  line-height: 24px;
  color: #0e2745;
}

.dd--child {
  font-size: 13px;
  width: 240px;
  height: auto;
  background: #fff;
  opacity: 0.9;
  padding: 20px 0;
}
.dd--child li {
  padding: 0 24px;
}
.dd--child a {
  position: relative;
}
.dd--child span {
  padding-right: 30px;
}
.dd--child span::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  border: 0.5px solid #0e2745;
  vertical-align: middle;
  top: 11px;
  left: 13px;
}
.dd--child .text-border {
  padding-right: 24px;
}
.dd--child .text-border::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  border: 0.5px solid #0e2745;
  top: 11px;
  left: 33px;
}

.dd--child__cnv li {
  padding: 5px 24px 0 35px;
}

@media only screen and (max-width: 600px) {
  .decor {
    padding: 3px;
  }

  .wrap {
    width: 100%;
    margin-top: 0px;
  }

  li {
    float: none;
  }

  ul.primary li:hover a {
    background: none;
    color: #8B8B8B;
    text-shadow: 1px 1px #000;
  }

  ul.primary li:hover ul {
    display: block;
    background: #272727;
    color: #fff;
  }

  ul.sub {
    display: block;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }

  ul.sub li a {
    background: #272727;
    border: none;
    color: #8B8B8B;
  }

  ul.sub li a:hover {
    color: #ccc;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    position: fixed;
    width: 100%;
    height: auto;
    padding-bottom: 14px;
    -webkit-animation: none;
            animation: none;
    height: 12.5vh;
  }
  .p-header h1 {
    margin: 5%;
  }

  .p-header__menu {
    width: 100%;
  }
}
.loadingWrap {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1999;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  background: #fff;
  border: 1px solid #0e2745;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #0e2745;
}

.pace.pace-inactive {
  display: none;
}

.p-home {
  background: #0e2745;
  color: #fff;
}
.p-home a:hover {
  color: #8fc31f;
}
.p-home a:hover span:hover {
  color: #8fc31f;
}
.p-home a:hover p:hover {
  color: #8fc31f;
}

.home main {
  padding-top: 6vw;
}
.home .p-home__top {
  height: 46vw;
}
.home .p-home__top h1 {
  letter-spacing: 0.3em;
}
.home .text-border {
  padding-right: 24px;
}
.home .text-border::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  border: 0.5px solid #fff;
  top: -6px;
  left: 6px;
}

.p-home__top__visual {
  position: relative;
}

.p-home__top__visual__text {
  position: absolute;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2.8em;
}

.p-home__top__visual__slick,
.p-home__top__visual__slick__item {
  height: 46vw;
}

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

.more {
  text-align: center;
  font-size: 16px;
}
.more a {
  color: #fff;
}

.p-home__main {
  font-size: 14px;
}
.p-home__main .img-text20 {
  width: 20%;
}

.p-home__news {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-home__news ul {
  text-align: left;
  margin-left: 20%;
  padding-left: 0;
}
.p-home__news li {
  list-style: none;
  padding: 10px;
}
.p-home__news li a, .p-home__news li time, .p-home__news li p {
  color: #fff;
}
.p-home__news li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-home__news li time {
  -ms-flex-preferred-size: 72px;
      flex-basis: 72px;
  display: inline-block;
  font-weight: bold;
  margin-right: 25px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.p-home__news li p {
  -ms-flex-preferred-size: 406px;
      flex-basis: 406px;
  display: inline-block;
  text-decoration: none;
}

.archive .p-home__news li a, .archive .p-home__news li time, .archive .p-home__news li p {
  color: #0e2745;
}

.p-home__blog a, .p-home__blog time, .p-home__blog p {
  color: #fff;
}
.p-home__blog ul {
  padding: 0;
}
.p-home__blog img {
  width: 200px;
}
.p-home__blog time {
  -ms-flex-preferred-size: 72px;
      flex-basis: 72px;
  display: inline-block;
  font-weight: bold;
  margin-right: 25px;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.p-home__blog p {
  -ms-flex-preferred-size: 406px;
      flex-basis: 406px;
  display: inline-block;
  text-decoration: none;
}

.p-home__picture img {
  width: 200px;
}
.p-home__picture p {
  padding: 25px;
}
.p-home__picture a {
  font-size: 16px;
  color: #fff;
}
.p-home__picture .circle {
  position: relative;
}
.p-home__picture .circle .circle__text {
  position: absolute;
  top: 62px;
  left: 45px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.p-home__banner a {
  color: #fff;
}
.p-home__banner ul li {
  list-style: unset;
}

@media screen and (max-width: 767px) {
  .home main {
    padding-top: 12.5vh;
  }

  .p-home .img-text10 {
    width: 50%;
  }

  .home .p-home__top {
    height: 100vw;
    margin-bottom: 50px;
  }

  .home .p-home__top {
    height: 46vh;
  }
  .home .p-home__top h1 {
    letter-spacing: 0.3em;
  }

  .p-home__top__visual__slick,
.p-home__top__visual__slick__item.slick-slide {
    height: 46vh;
  }

  .sp-title__h1 {
    width: 90%;
    margin: 0 auto;
    line-height: 50px;
  }
  .sp-title__h1 h1 {
    font-size: 1.5em;
    letter-spacing: 0.8em;
    line-height: 2em;
  }

  .p-home__top__visual__text {
    height: 4.8em;
  }

  .p-page-tanada-style__theme .p-parts--den-mark .left {
    width: 60%;
  }

  .p-home__banner .img-banner {
    width: 480px;
    height: 96px;
  }
}
footer {
  background: #0e2745;
}
footer p, footer a {
  color: #fff;
  text-decoration: none;
}
footer .p-footer__menu {
  line-height: 2;
}
footer .p-footer__menu__1, footer ul, footer li {
  list-style: unset;
  color: #fff;
}
footer .p-footer__top img {
  width: 120px;
}
footer span {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
footer span:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 8px;
  border: 0.5px solid #fff;
  vertical-align: middle;
  top: 12px;
  left: -15px;
}
footer span:before {
  margin-right: 10px;
}
footer .text-border {
  padding-right: 24px;
}
footer .text-border::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  border: 0.5px solid #0e2745;
  top: -6px;
  left: 6px;
}
footer .groupCompany {
  display: inline-block;
  position: absolute;
  /* top: 0%; */
  bottom: 50px;
  right: 98px;
}

.p-footer__to_top {
  background: url("../img/icon/arrow_top.svg") no-repeat center center;
  position: fixed;
  bottom: -60px;
  right: 40px;
  width: 63px;
  height: 47px;
  cursor: pointer;
  background-size: contain;
  -webkit-animation: to_hide 0.5s ease;
          animation: to_hide 0.5s ease;
  z-index: 2;
}

.is-to_top_show .p-footer__to_top {
  bottom: 30px;
  -webkit-animation: to_show 0.5s ease;
          animation: to_show 0.5s ease;
}

@-webkit-keyframes to_show {
  from {
    bottom: -60px;
  }
  to {
    bottom: 30px;
  }
}

@keyframes to_show {
  from {
    bottom: -60px;
  }
  to {
    bottom: 30px;
  }
}
@-webkit-keyframes to_hide {
  from {
    bottom: 30px;
  }
  to {
    bottom: -60px;
  }
}
@keyframes to_hide {
  from {
    bottom: 30px;
  }
  to {
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  footer .l-section__mainArea {
    width: 100vw;
  }
  footer .p-footer__menu {
    padding: 0 20%;
  }
  footer .p-footer__menu a:hover {
    color: aqua;
  }

  .is-to_top_show .p-footer__to_top {
    right: 0px;
    bottom: 10px;
    -webkit-animation: to_show--sp 0.5s ease;
            animation: to_show--sp 0.5s ease;
  }

  @-webkit-keyframes to_show--sp {
    from {
      bottom: -60px;
    }
    to {
      bottom: 10px;
    }
  }

  @keyframes to_show--sp {
    from {
      bottom: -60px;
    }
    to {
      bottom: 10px;
    }
  }
  @-webkit-keyframes to_hide--sp {
    from {
      bottom: 10px;
    }
    to {
      bottom: -60px;
    }
  }
  @keyframes to_hide--sp {
    from {
      bottom: 10px;
    }
    to {
      bottom: -60px;
    }
  }
}
.p-page__news {
  margin-right: auto;
  margin-left: auto;
}

.logged-in {
  background: #fcf7ed;
}
.logged-in .p-home__news .p-article {
  background: #fcf7ed;
}

.p-nav__sp {
  /*ハンバーガーメニュー*/
  /* CSS for CodePen */
}
.p-nav__sp .hamburger-menu .btn-spNav {
  position: fixed;
  top: 5%;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.p-nav__sp .hamburger-menu .btn-spNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.p-nav__sp .hamburger-menu .btn-spNav span:nth-child(1) {
  top: 0;
}
.p-nav__sp .hamburger-menu .btn-spNav span:nth-child(2) {
  top: 10px;
}
.p-nav__sp .hamburger-menu .btn-spNav span:nth-child(3) {
  top: 20px;
}
.p-nav__sp .hamburger-menu .btn-spNav.open span:nth-child(1) {
  background: #0e2745;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.p-nav__sp .hamburger-menu .btn-spNav.open span:nth-child(2), .p-nav__sp .hamburger-menu .btn-spNav.open span:nth-child(3) {
  top: 6px;
  background: #0e2745;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.p-nav__sp .spNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fcf7ed;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.p-nav__sp .spNav.open {
  right: 0px;
}
.p-nav__sp .spNav .spNav-menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-left: 0px;
}
@media screen and (min-width: 600px) {
  .p-nav__sp .btn-spNav {
    display: none;
  }
  .p-nav__sp .spNav {
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
  }
  .p-nav__sp .spNav .spNav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 50px;
  }
  .p-nav__sp .spNav .spNav-menu li {
    padding-top: 5px;
  }
}
.p-nav__sp .accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
  margin: 50px auto 0;
  overflow: auto;
}
.p-nav__sp .accordion-container a {
  color: #0e2745;
  text-decoration: none;
}
.p-nav__sp .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 30px 20px 10px 20px;
  font-size: 1.25em;
  font-weight: normal;
  color: #0e2745;
  cursor: pointer;
}
.p-nav__sp .accordion-container .accordion-title:hover:hover,
.p-nav__sp .accordion-container .accordion-title:active:hover,
.p-nav__sp .accordion-container .content-entry.open .accordion-title:hover {
  color: #8fc31f;
}
.p-nav__sp .accordion-container .accordion-title:hover i:before,
.p-nav__sp .accordion-container .accordion-title:hover i:active,
.p-nav__sp .accordion-container .content-entry.open i {
  color: #8fc31f;
}
.p-nav__sp .accordion-title {
  position: relative;
  border-bottom: 1px solid #0e2745;
}
.p-nav__sp .accordion-title__arrow:after {
  content: "";
  position: absolute;
  top: 38px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #0e2745;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-nav__sp .accordion-title.open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 30px;
}
.p-nav__sp .accordion-content {
  display: none;
  padding-left: 2.3125em;
}
.p-nav__sp .accordion-content a:hover {
  color: #8fc31f;
}
.p-nav__sp .accordion-content p {
  position: relative;
}
.p-nav__sp .accordion-content .title {
  padding: 20px 0 10px 0;
}
.p-nav__sp .accordion-content .item {
  padding: 0 0 5px 0;
}
.p-nav__sp .accordion-content span:before {
  content: "";
  position: absolute;
  border: 0.5px solid #0e2745;
  width: 15px;
  top: 13px;
  left: -23px;
}
.p-nav__sp .accordion-container {
  width: 300px;
  margin: 1.875em auto;
}
.p-parts--den-mark .left {
  width: 20%;
}
.tanada-style .left img {
  padding: 6px;
}

.class-no-village .p-parts--den-mark .left {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 20px;
}
.class-no-village .p-parts--den-mark .u-textFrame {
  width: 412px;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .class-no-village .p-parts--den-mark .left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 20px;
  }
  .class-no-village .p-parts--den-mark .u-textFrame {
    width: 412px;
    letter-spacing: 0.16em;
  }
}
.p-article h2,
article h2 {
  font-size: 28px;
  letter-spacing: 0.06em;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  color: #595757;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-top: 80px;
}
.p-article h2:before,
article h2:before {
  content: "";
  background: #0e2745;
  width: 250px;
  height: 40px;
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
  left: 0;
  right: 0;
  margin: auto;
}
.p-article h2:first-child,
article h2:first-child {
  margin-top: 0;
}
.p-article h3,
article h3 {
  background: #B7E2E3;
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 2px 12px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.p-article h4,
article h4 {
  font-weight: 600;
}
.p-article p,
article p {
  padding: 0 20px;
}

.p-article {
  background: #fff;
  border-radius: 14px;
  padding: 90px 80px;
}
.p-article .title {
  border-bottom: 1px dotted #595757;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
}
.p-article .info {
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .p-article {
    padding: 40px 20px;
  }

  .p-article h2,
article h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  .p-article h3,
article h3 {
    margin-top: 18px;
    margin-bottom: 9px;
  }
  .p-article p,
article p {
    padding: 0 10px;
  }
}
.tanada-therapy {
  background: #fcf7ed;
}
.tanada-therapy header a {
  color: #fff;
}
.tanada-therapy footer {
  background: #fcf7ed;
}
.tanada-therapy footer p, .tanada-therapy footer a, .tanada-therapy footer ul, .tanada-therapy footer li, .tanada-therapy footer span {
  color: #0e2745;
}
.tanada-therapy footer p:before, .tanada-therapy footer a:before, .tanada-therapy footer ul:before, .tanada-therapy footer li:before, .tanada-therapy footer span:before {
  border: 0.5px solid #0e2745;
  vertical-align: middle;
}

.p-page-tanada-therapy img {
  width: 800px;
  height: 300px;
}

.mu-nouyaku-tennenmai {
  background: #fcf7ed;
}
.mu-nouyaku-tennenmai header a {
  color: #fff;
}
.mu-nouyaku-tennenmai footer {
  background: #fcf7ed;
}
.mu-nouyaku-tennenmai footer p, .mu-nouyaku-tennenmai footer a, .mu-nouyaku-tennenmai footer ul, .mu-nouyaku-tennenmai footer li, .mu-nouyaku-tennenmai footer span {
  color: #0e2745;
}
.mu-nouyaku-tennenmai footer p:before, .mu-nouyaku-tennenmai footer a:before, .mu-nouyaku-tennenmai footer ul:before, .mu-nouyaku-tennenmai footer li:before, .mu-nouyaku-tennenmai footer span:before {
  border: 0.5px solid #0e2745;
  vertical-align: middle;
}
.mu-nouyaku-tennenmai .p-home__top {
  position: relative;
  height: 40vw;
  background: url("../img/page/gimeino-sakura.jpg") center center no-repeat;
  background-size: cover;
}
.mu-nouyaku-tennenmai .side-picture {
  padding-right: 40px;
  display: inline-block;
}
.mu-nouyaku-tennenmai .p-parts--den-mark .left {
  width: 40%;
  margin-right: 0;
}
.mu-nouyaku-tennenmai .p-parts--den-mark .left img {
  width: 45%;
}
.mu-nouyaku-tennenmai .p-parts--den-mark .right {
  width: 40%;
  text-align: left;
}
.mu-nouyaku-tennenmai .dobroku .left {
  width: 19%;
}
.mu-nouyaku-tennenmai .dobroku--picture img {
  padding: 20px;
}
.mu-nouyaku-tennenmai .dobroku--picture .picture {
  width: 28%;
}

.history {
  background: #fcf7ed;
}
.history header a {
  color: #fff;
}
.history footer {
  background: #fcf7ed;
}
.history footer p, .history footer a, .history footer ul, .history footer li, .history footer span {
  color: #0e2745;
}
.history footer p:before, .history footer a:before, .history footer ul:before, .history footer li:before, .history footer span:before {
  border: 0.5px solid #0e2745;
  vertical-align: middle;
}
.history p {
  font-size: 15px;
}

.ji-nen-juku {
  background: #fcf7ed;
}
.ji-nen-juku header a {
  color: #fff;
}
.ji-nen-juku footer {
  background: #fcf7ed;
}
.ji-nen-juku footer p, .ji-nen-juku footer a, .ji-nen-juku footer ul, .ji-nen-juku footer li, .ji-nen-juku footer span {
  color: #0e2745;
}
.ji-nen-juku footer p:before, .ji-nen-juku footer a:before, .ji-nen-juku footer ul:before, .ji-nen-juku footer li:before, .ji-nen-juku footer span:before {
  border: 0.5px solid #0e2745;
  vertical-align: middle;
}
.ji-nen-juku .p-home__top {
  height: 50vw;
  background: url("../img/page/coming soon.jpg") center center no-repeat;
  background-size: cover;
}
.ji-nen-juku .p-home__top h1 {
  padding-top: 23vw;
  color: #fff;
}
.ji-nen-juku .u-border--title__ji {
  letter-spacing: 0.5rem;
}

.class-no-village {
  background: #fcf7ed;
}
.class-no-village a {
  color: #fff;
  text-decoration: none;
}
.class-no-village .link a {
  color: #0e2745;
}
.class-no-village header a {
  color: #fff;
}
.class-no-village footer {
  background: #fcf7ed;
}
.class-no-village footer p, .class-no-village footer a, .class-no-village footer ul, .class-no-village footer li, .class-no-village footer span {
  color: #0e2745;
}
.class-no-village footer p:before, .class-no-village footer a:before, .class-no-village footer ul:before, .class-no-village footer li:before, .class-no-village footer span:before {
  border: 0.5px solid #0e2745;
  vertical-align: middle;
}
.class-no-village .p-home__top {
  height: 50vw;
  background: url("../img/theme/park-map2.png") center center no-repeat;
  background-size: cover;
}
.class-no-village .p-home__top h1 {
  padding-top: 23vw;
  color: #fff;
}
.class-no-village .u-border--title__ji {
  letter-spacing: 0.5rem;
}
.class-no-village .house-map li {
  text-align: left;
  list-style: decimal;
  padding-bottom: 15px;
  padding-right: 20px;
}
.class-no-village .setubi {
  font-size: 1em;
}
.class-no-village .setubi span {
  position: relative;
}
.class-no-village .setubi span:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 1vw;
  border: 0.5px solid #0e2745;
  top: 5px;
  right: -69px;
}
.class-no-village .setubi .left {
  padding: 0.5em 1em 0 0;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.class-no-village .setubi .right {
  margin-left: -8%;
  padding: 0.5em 0 0 0;
  display: inline-block;
}
.class-no-village .institution a {
  color: #0e2745;
}
.class-no-village .institution .letter4 {
  letter-spacing: 4rem;
}
.class-no-village .institution .letter1_5 {
  letter-spacing: 1.5rem;
}
.class-no-village .institution .letter0_5 {
  letter-spacing: 0.5rem;
}
.class-no-village .institution span {
  position: relative;
}
.class-no-village .institution span:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  border: 0.5px solid #0e2745;
  top: 3px;
  right: -90px;
}
.class-no-village .access .u-border--title {
  letter-spacing: 0.3em;
}
.class-no-village .p-class-no-village__traffic--title {
  height: 3vw;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.class-no-village .p-class-no-village__traffic {
  height: 6vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.class-no-village .p-class-no-village__traffic__img {
  width: 5%;
  margin: 0 30px;
}

@media screen and (max-width: 767px) {
  #tomoni .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #sisetu .u-spShow span {
    padding: 0;
    letter-spacing: 1em;
  }

  .spSetubi span {
    letter-spacing: 1em;
    font-weight: 600;
  }

  #aguri .p-parts--den-mark .left {
    width: 60%;
  }

  .p-class-no-village__traffic--title .p-class-no-village__traffic__img {
    width: 10%;
  }

  .p-class-no-village__traffic .u-textLeft {
    padding-top: 40px;
  }

  .class-no-village a, .institution a {
    color: #0e2745;
  }
  .class-no-village .c-button a, .institution .c-button a {
    color: #fff;
  }
}
.inquiries {
  margin-bottom: 0;
  background: #fcf7ed;
  /*フォーム*/
  /*全体*/
  /*ボタン装飾*/
  /*ボタンホバー時*/
  /*チェックは見えなくする*/
  /*中身を非表示にしておく*/
  /*クリックで中身表示*/
}
.inquiries header a {
  color: #fff;
}
.inquiries footer {
  background: #fcf7ed;
}
.inquiries footer p, .inquiries footer a, .inquiries footer ul, .inquiries footer li, .inquiries footer span {
  color: #0e2745;
}
.inquiries footer p:before, .inquiries footer a:before, .inquiries footer ul:before, .inquiries footer li:before, .inquiries footer span:before {
  border: 0.5px solid #0e2745;
  vertical-align: middle;
}
.inquiries form {
  background: #e6e6e5;
}
.inquiries .hidden_box {
  margin: 2em 0;
  padding: 0;
}
.inquiries .hidden_box label {
  padding: 4px;
  font-weight: bold;
  border: solid 1px black;
  cursor: pointer;
}
.inquiries .hidden_box label:hover {
  background: #efefef;
}
.inquiries .hidden_box input {
  display: none;
}
.inquiries .hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.inquiries .hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}
.inquiries .hidden_box input:checked ~ .hidden_show input {
  display: block;
}
.inquiries .hidden_box input:checked ~ .hidden_show input[type=radio] {
  display: inline-block;
  width: 50;
}
.inquiries .hidden_box input:checked ~ .hidden_show .wpcf7-form-control-wrap label, .inquiries .hidden_box input:checked ~ .hidden_show .radio-150 label, .inquiries .hidden_box input:checked ~ .hidden_show .wpcf7-list-item-label label {
  display: inline-block;
  border: none;
}

@media screen and (max-width: 767px) {
  .hidden_box .c-button__form p {
    font-size: 0.8em;
  }
  .hidden_box label {
    margin: 0;
  }

  .p-contactForm__inner {
    padding: 0 13px;
  }
}
.tanada-style {
  margin-bottom: 0;
  background: #fcf7ed;
}
.tanada-style header a {
  color: #fff;
}
.tanada-style footer {
  background: #fcf7ed;
}
.tanada-style footer p, .tanada-style footer a, .tanada-style footer ul, .tanada-style footer li, .tanada-style footer span {
  color: #0e2745;
}
.tanada-style footer p:before, .tanada-style footer a:before, .tanada-style footer ul:before, .tanada-style footer li:before, .tanada-style footer span:before {
  border: 0.5px solid #0e2745;
  vertical-align: middle;
}
.tanada-style .p-page-tanada-style .p-home__top {
  height: 46vw;
  background: url("../img/main-v/main-v1.jpg") center center no-repeat;
  background-size: cover;
}
.tanada-style .p-page-tanada-style .p-home__top h1 {
  padding-top: 23vw;
  color: #fff;
}
.tanada-style .p-page-tanada-style .u-border--title__ji {
  letter-spacing: 0.5rem;
}
.tanada-style .p-page-tanada-style .theme-img__title {
  width: 7%;
}
.tanada-style .p-page-tanada-style .theme-img__picture {
  width: 100%;
  padding: 0 30px;
}
.tanada-style .p-page-tanada-style .p-page-tanada-style__theme .item {
  font-size: 15px;
}
.tanada-style .p-page-tanada-style .p-page-tanada-style__theme .item span {
  font-size: 18px;
  padding: 0 50px;
}
.tanada-style .p-page-tanada-style .u-border--title:before, .tanada-style .p-page-tanada-style .u-border--title:after {
  width: auto;
}
.tanada-style .p-page-tanada-style .p-page-tanada-style__theme--house .item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}
.tanada-style .p-page-tanada-style .p-page-tanada-style__theme--house .item img {
  padding: 0 12px;
}
.tanada-style .p-page-tanada-style .p-page-tanada-style__theme--house .item a {
  text-decoration: none;
}
.tanada-style .p-page-tanada-style .p-page-tanada-style__theme--house .item .text {
  width: 70%;
  margin: 0 auto;
  font-size: 0.8vw;
}
.tanada-style .p-tanada-style__syoku--left {
  width: 30%;
  padding: 12px;
}
.tanada-style .p-tanada-style__syoku--right {
  width: 70%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tanada-style #luxury .item span {
    padding: 0 50%;
  }
  .tanada-style #syukuhaku .item {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}
.l-section__subArea .subArea--contents {
  width: 15%;
  min-width: 235px;
  position: fixed;
  top: 0px;
  overflow: auto;
  background-color: #0e2745;
}
.l-section__subArea .subArea__nav {
  /*アコーディオンメニュー*/
}
.l-section__subArea .subArea__nav * {
  margin: 0;
  padding: 0;
}
.l-section__subArea .subArea__nav body {
  font-family: "Montserrat", sans-serif;
}
.l-section__subArea .subArea__nav ul {
  list-style: none;
}
.l-section__subArea .subArea__nav a {
  text-decoration: none;
  color: #fff;
}
.l-section__subArea .subArea__nav h2 {
  text-align: center;
  margin: 20px auto;
  color: #fff;
}
.l-section__subArea .subArea__nav .accordion-menu {
  width: 100%;
  max-width: 350px;
  margin: 100px auto 20px;
  height: calc(100vh - 80px);
  overflow: auto;
}
.l-section__subArea .subArea__nav .accordion-menu ul {
  overflow: auto;
}
.l-section__subArea .subArea__nav .accordion-menu li.open .dropdownlink {
  background: #0e2745;
}
.l-section__subArea .subArea__nav .accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-section__subArea .subArea__nav .accordion-menu li.open .dropdownlink__bgo {
  background: #ea5520;
}
.l-section__subArea .subArea__nav .accordion-menu li.open .dropdownlink__bgw {
  background: #fff;
}
.l-section__subArea .subArea__nav .accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}
.l-section__subArea .subArea__nav .dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 18px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.l-section__subArea .subArea__nav .dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.l-section__subArea .subArea__nav .dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}
.l-section__subArea .subArea__nav .dropdownlink__bgo {
  background: #ea5520;
}
.l-section__subArea .subArea__nav .dropdownlink__bgw {
  background: #fff;
  color: #0e2745;
  letter-spacing: 0.5em;
  padding-left: 80px;
}
.l-section__subArea .subArea__nav .dropdownlink2 {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.l-section__subArea .subArea__nav .dropdownlink2 i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.l-section__subArea .subArea__nav .dropdownlink2 .fa-chevron-down {
  right: 14px;
  left: auto;
}
.l-section__subArea .subArea__nav .dropdownlink2:hover {
  background: #ea5520;
}
.l-section__subArea .subArea__nav .dropdownlink2:visited {
  background: #ee7b45;
}
.l-section__subArea .subArea__nav .dropdownlink3 {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.l-section__subArea .subArea__nav .dropdownlink3 i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.l-section__subArea .subArea__nav .dropdownlink3 .fa-chevron-down {
  right: 12px;
  left: auto;
}
.l-section__subArea .subArea__nav .dropdownlink3:hover {
  background: #ea5520;
}
.l-section__subArea .subArea__nav .dropdownlink3:visited {
  background: #ee7b45;
}
.l-section__subArea .subArea__nav .submenuItems {
  display: none;
  background: #3f415b;
  height: 560px;
}
.l-section__subArea .subArea__nav .submenuItems a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.l-section__subArea .subArea__nav .submenuItems a:hover {
  background: #8fc31f;
}
.l-section__subArea .subArea__nav .submenuItems a:visited {
  background: #8fc31f;
}
.l-section__subArea .subArea__nav .submenuItems .title {
  padding: 20px 0 10px 0;
}
.l-section__subArea .subArea__nav .submenuItems .item {
  font-size: 12px;
  padding: 0 0 5px 0;
  position: relative;
}
.l-section__subArea .subArea__nav .submenuItems span {
  padding-right: 44px;
  padding-left: 20px;
}
.l-section__subArea .subArea__nav .submenuItems span::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  border: 0.5px solid #fff;
  vertical-align: middle;
  top: 10px;
  left: 47px;
}
.l-section__subArea .subArea__nav .submenuItems .text-border {
  padding-right: 0px;
  padding-left: 20px;
}
.l-section__subArea .subArea__nav .submenuItems .text-border::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  border: 0.5px solid #fff;
  vertical-align: middle;
  top: 32px;
  left: 109px;
}
.l-section__subArea .subArea__nav .submenuItems .text-border2 {
  padding-right: 0px;
  padding-left: 20px;
}
.l-section__subArea .subArea__nav .submenuItems .text-border2::before {
  position: absolute;
  content: "";
  top: 32px;
  left: 102px;
}
.l-section__subArea .subArea__nav .submenuItems li .open .dropdownlink2 {
  background: #ee7b45;
}
.l-section__subArea .subArea__nav .submenuItems li .open .dropdownlink2 .fa-chevron-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-section__subArea .subArea__nav .submenuItems2 {
  display: none;
  background: #3f415b;
  height: 560px;
}
.l-section__subArea .subArea__nav .submenuItems2 a {
  display: block;
  color: #fff;
  padding: 15px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.l-section__subArea .subArea__nav .submenuItems2 a:hover {
  background: #8fc31f;
}
.l-section__subArea .subArea__nav .submenuItems2 a:visited {
  background: #8fc31f;
}
.l-section__subArea .subArea__nav .submenuItems2 span::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 13px;
  border: 0.5px solid #fff;
  vertical-align: middle;
  top: 27px;
  left: 49px;
}
.l-section__subArea .subArea__nav .submenuItems2__bgo {
  background: #ee7b45;
}
.l-section__subArea .subArea__nav .submenuItems2__bgw {
  background: #fff;
  color: #0e2745;
}
.l-section__subArea .subArea__nav .submenuItems2__bgw a {
  color: #0e2745;
}
.l-section__subArea .subArea__nav .submenuItems3 {
  display: none;
}
.l-section__subArea .subArea__nav .submenuItems3 li {
  border-bottom: 1px solid #B6B6B6;
}
.l-section__subArea .subArea__nav .submenuItems3 a {
  display: block;
  color: #fff;
  padding: 12px 12px 12px 45px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/*---------矢印--------*/
.dropdownlink::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 26px;
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.dropdownlink__bgw::before {
  border-left: 9px solid #000;
}

.open .dropdownlink::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 25px;
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-cf {
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  .u-cf--sp:before,
.u-cf--sp:after {
    content: " ";
    display: table;
  }

  .u-cf--sp:after {
    clear: both;
  }

  .u-cf--sp {
    *zoom: 1;
  }
}
.u-col2 {
  float: left;
  width: 47.5%;
  margin-right: 5%;
}
.u-col2:nth-child(2n) {
  margin-right: 0;
}
.u-col2.u-col2--mr0 {
  width: 50%;
  margin-right: 0;
}

.u-col3 {
  float: left;
  width: 31.333%;
  margin-right: 3%;
}
.u-col3:nth-child(3n) {
  margin-right: 0;
}

.u-col3--2 {
  width: 64.666%;
  margin-left: 1%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .u-col2,
.u-col3 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.u-marginCenter {
  margin: 0 auto;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-m0 {
  margin: 0;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb175 {
  margin-bottom: 175px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-mb250 {
  margin-bottom: 250px;
}

.u-mb320 {
  margin-bottom: 320px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt200 {
  margin-top: 200px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-nmt5 {
  margin-top: -5px;
}

.u-nmt10 {
  margin-top: -10px;
}

.u-nmt30 {
  margin-top: -30px;
}

.u-nml12 {
  margin-left: -12px !important;
}

.u-ml7p {
  margin-left: 7%;
}

@media screen and (max-width: 767px) {
  .u-mb0--sp {
    margin-bottom: 0px;
  }

  .u-mb10--sp {
    margin-bottom: 10px;
  }

  .u-mb20--sp {
    margin-bottom: 20px;
  }

  .u-mb30--sp {
    margin-bottom: 30px;
  }

  .u-mb40--sp {
    margin-bottom: 40px;
  }

  .u-mb50--sp {
    margin-bottom: 50px;
  }

  .u-mb60--sp {
    margin-bottom: 60px;
  }

  .u-mb80--sp {
    margin-bottom: 80px;
  }

  .u-mb160--sp {
    margin-bottom: 160px;
  }

  .u-mb240--sp {
    margin-bottom: 240px;
  }

  .u-mr0--sp {
    margin-right: 0px;
  }

  .u-mt60--sp {
    margin-top: 60px;
  }
}
.u-pb10 {
  padding-bottom: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl19p {
  padding-left: 19%;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl160 {
  padding-left: 160px;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-p20 {
  padding: 0 20px;
}

.u-px30 {
  padding: 0 30px;
}

.u-p60 {
  padding: 0 60px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-pl40.u-pl40--sp0 {
    padding-left: 0px;
  }

  .u-pl160.u-pl160--sp0 {
    padding-left: 0px;
  }

  .u-pt20--sp {
    padding-top: 20px;
  }

  .u-pt140--sp {
    padding-top: 140px;
  }

  .u-pb50 {
    padding-bottom: 0;
  }
}
.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

.u-textFrame {
  width: 70%;
  font-size: 15px;
  margin: 0 auto;
  text-align: left;
  word-break: break-word;
}

.u-textFrame--s {
  width: 410px;
}

@media screen and (max-width: 767px) {
  .u-textRight--sp {
    text-align: right;
  }

  .u-textCenter--sp {
    text-align: center;
  }

  .u-textLeft--sp {
    text-align: left;
  }
}
.u-ofi {
  overflow: hidden;
}
.u-ofi img,
.u-ofi video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.u-ofi a {
  display: block;
  height: 100%;
}

.u-spShow,
.u-spShow--inline {
  display: none !important;
}

.u-spHide {
  display: block !important;
}

.u-spHide--inline {
  display: inline !important;
}

.u-spHide--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-dib {
  display: inline-block;
}

.u-hide {
  display: none;
}

/*---------------------フッターTOPロゴ切り替え------------------------*/
.home .u-display__page-logo {
  display: none;
}
.home a:hover {
  color: #8fc31f;
}
.home a:hover span:hover {
  color: #8fc31f;
}
.home a:hover p:hover {
  color: #8fc31f;
}

.tanada-therapy .u-display__home-logo, .mu-nouyaku-tennenmai .u-display__home-logo, .ji-nen-juku .u-display__home-logo, .mu-nouyaku-tennenmai .u-display__home-logo, .history .u-display__home-logo, .class-no-village .u-display__home-logo, .inquiries .u-display__home-logo, .tanada-style .u-display__home-logo {
  display: none;
}
.tanada-therapy a:hover, .mu-nouyaku-tennenmai a:hover, .ji-nen-juku a:hover, .mu-nouyaku-tennenmai a:hover, .history a:hover, .class-no-village a:hover, .inquiries a:hover, .tanada-style a:hover {
  color: #8fc31f;
}
.tanada-therapy a:hover span:hover, .mu-nouyaku-tennenmai a:hover span:hover, .ji-nen-juku a:hover span:hover, .mu-nouyaku-tennenmai a:hover span:hover, .history a:hover span:hover, .class-no-village a:hover span:hover, .inquiries a:hover span:hover, .tanada-style a:hover span:hover {
  color: #8fc31f;
}
.tanada-therapy a:hover p:hover, .mu-nouyaku-tennenmai a:hover p:hover, .ji-nen-juku a:hover p:hover, .mu-nouyaku-tennenmai a:hover p:hover, .history a:hover p:hover, .class-no-village a:hover p:hover, .inquiries a:hover p:hover, .tanada-style a:hover p:hover {
  color: #8fc31f;
}

/*--------------------フッターTOPロゴ切り替え--------------------*/
@media screen and (max-width: 767px) {
  .u-spShow {
    display: block !important;
  }

  .u-spHide,
.u-spHide--inline,
.u-spHide--flex {
    display: none !important;
  }

  .u-spShow--inline {
    display: inline !important;
  }

  .u-spDb {
    display: block;
  }
}
.u-font10 {
  font-size: 10px;
  font-size: 1rem;
}

.u-font11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.u-font12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.u-font13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.u-font14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.u-font15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.u-font16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.u-font17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.u-font18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.u-font20 {
  font-size: 20px;
  font-size: 2rem;
}

.u-font22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.u-font23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.u-font24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.u-font25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.u-font26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.u-font27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.u-font28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.u-font30 {
  font-size: 30px;
  font-size: 3rem;
}

.u-font35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.u-font38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.u-font40 {
  font-size: 40px;
  font-size: 4rem;
}

.u-fontBold {
  font-weight: 600;
}

.u-fontNormal {
  font-weight: 300;
}

.u-mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.u-gothic {
  font-family: "Meiryo UI", "Noto Sans JP", "Noto Sans", "Avenir", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 767px) {
  .u-font26--sp {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .u-font20--sp {
    font-size: 20px;
    font-size: 2rem;
  }

  .u-font18--sp {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .u-font17--sp {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .u-font16--sp {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .u-font14--sp {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .u-font12--sp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.u-boxShadow {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.u-textUnderline {
  text-decoration: underline;
}

.u-noDeco {
  text-decoration: none;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-bgGray {
  background-color: #e6e6e5;
}

.u-bgWhite {
  background-color: #fff;
}

.u-colorTheme {
  color: #0e2745;
}

.u-colorWhite {
  color: #fff;
}

.u-colorText {
  color: #0e2745;
}

.u-colorLight {
  color: #707070;
}

.u-line15 {
  line-height: 1.5;
}

.u-line20 {
  line-height: 2;
}

.u-line26 {
  line-height: 2.6;
}

.u-line30 {
  line-height: 3;
}

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

.u-flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex--col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col2 > * {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}

.u-flex--col3 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col3 > * {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}

.u-flex--col4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--col4 > * {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

.u-flex--col3--item2,
.u-flex--col3--item1 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex--align-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-flex--align-item--base {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.u-flex--revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .u-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .u-flex--column-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #find .u-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }

  .u-flex--col3 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }

  .u-flex--col2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .u-flex--col4 > * {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .u-flex--col4 > *:nth-child(4n) {
    margin-right: auto;
  }
}
.u-ls160 {
  letter-spacing: 1.6em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls12 {
  letter-spacing: 0.12em;
}

.u-ls16 {
  letter-spacing: 0.16em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-ls30 {
  letter-spacing: 0.3em;
}

.u-ls40 {
  letter-spacing: 0.4em;
}

.u-ls50 {
  letter-spacing: 0.5em;
}

.u-ls60 {
  letter-spacing: 0.6em;
}

.u-border {
  border: 1px solid rgba(112, 112, 112, 0.4);
}

.u-border--title {
  width: 70%;
  margin: 60px auto;
  display: block;
  text-align: center;
  color: #0e2745;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.u-border--title:before, .u-border--title:after {
  content: "";
  display: block;
  width: auto;
  border: 1px solid #0e2745;
}
.u-border--title:before {
  margin: 0 auto 15px;
}
.u-border--title:after {
  margin: 15px auto 0;
}

.u-border--under {
  font-size: 15px;
  margin: 10px 0;
  display: block;
  text-align: center;
  color: #0e2745;
}
.u-border--under:after {
  content: "";
  display: block;
  width: auto;
  border: 0.5px solid #0e2745;
  margin: 10px auto 0;
}

.u-border--under__house {
  margin: 10px auto;
  width: 80%;
}

.u-border--under__short {
  margin: 20px auto;
  width: 60%;
}

.u-border--under--left {
  text-align: left;
  margin: 0 auto;
}
.u-border--under--left:after {
  content: "";
  display: block;
  width: auto;
  border: 0.5px solid #0e2745;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .u-border--title:before, .u-border--title:after {
    width: auto;
  }

  .u-border--under:before, .u-border--under:after {
    width: auto;
  }
}