@charset "UTF-8";
/* =============================================

  # 基本設定

  ## 配色

  - #737088; color: rgba(115, 112, 136, 1);
  - #0f0040;
  - #fff;
  - #6e6e6e;

  ============================================= */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700");
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&display=swap');
.colorsList {
  color: #737088;
  color: #0f0040;
  color: rgba(115, 112, 136,  0.1);
  color: #fff;
  color: #6e6e6e;
}

/* =============================================
  RESET
============================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #d8f3f9;
}

::selection {
  background: #d8f3f9;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}

body {
  margin: 0;
  background: #fff;
  color: #6e6e6e;
  -ms-content-zooming: none;
  font: normal normal normal 1.6em/1.8 'Open Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
  width: 100%;
  word-wrap: break-word;
  word-break: normal;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 2;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden], template {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: currentColor;
  text-decoration: none;
}
a.text-link {
  color: #737088;
  text-decoration:underline;
}

a:active, a:hover {
  outline-width: 0;
  outline: 0;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

ul,
ol,
li {
  list-style: none;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

picture,
video {
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type="button"] {
  -webkit-appearance: none;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:focus:not(.focus-visible) {
  outline: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  -webkit-appearance: none;
}

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

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

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

textarea {
  overflow-y: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
.f_cc {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_box, .f_cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.f_item {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.f_h_start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.f_h_center, .f_h_start {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.f_h_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.f_h_end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.f_h_end, .f_h_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.f_h_sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.f_h_sa {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.f_wrap {
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_column {
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.f_start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f_end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f_center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.f_stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}
*/
/* =============================================
  UTILITIES
============================================= */
.is-display-none {
  display: none;
  height: 0;
  width: 0;
}

.is-mincho {
  font-family: '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', HiraMinProN-W3, 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
}

.is-gothic {
  font-family: 'Open Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.is-josefin {
  font-family: 'Josefin Sans', sans-serif;
}

.is-montserrat {
  font-family: 'Lora', serif;
}

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

.is-mt-0 {
  margin-top: 0;
}

.is-mb-0 {
  margin-bottom: 0;
}

.is-pt-0 {
  padding-top: 0;
}

.is-pb-0 {
  padding-bottom: 0;
}

.sp,
.is-sp {
  display: none;
}

.is-readonly {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.is-diagonal {
  position: relative;
}

.is-diagonal::after {
  background: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) repeat;
  background-size: 4px 4px;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
}

.is-blue {
  color: #737088;
}

.is-link {
  color: #737088;
  border-bottom: 1px dotted #737088;
  transition: .3s;
}
.is-link:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .sp,
  .is-sp {
    display: inline-block;
  }

  .pc,
  .is-pc {
    display: none;
  }
}
/* =============================================
  COMPONENTS
============================================= */
.c-btn,
.c-btn-blue,
.c-btn-white {
  display: block;
}
.c-btn .disabled,
.c-btn-blue .disabled,
.c-btn-white .disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-btn button,
.c-btn input,
.c-btn a,
.c-btn-blue button,
.c-btn-blue input,
.c-btn-blue a,
.c-btn-white button,
.c-btn-white input,
.c-btn-white a {
  min-width: 300px;
  max-width: 100%;
  min-height: 60px;
  color: #737088;
  line-height: 1.45em;
  text-align: center;
  padding: 18px 16px 16px;
  display: inline-block;
  font-weight: bold;
  transition: .3s;
  border: 1px solid #737088;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-btn button:after,
.c-btn input:after,
.c-btn a:after,
.c-btn-blue button:after,
.c-btn-blue input:after,
.c-btn-blue a:after,
.c-btn-white button:after,
.c-btn-white input:after,
.c-btn-white a:after {
  z-index: -1;
  height: 100%;
  width: 0%;
  background: #737088;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s ease;
}
.c-btn button:hover,
.c-btn input:hover,
.c-btn a:hover,
.c-btn-blue button:hover,
.c-btn-blue input:hover,
.c-btn-blue a:hover,
.c-btn-white button:hover,
.c-btn-white input:hover,
.c-btn-white a:hover {
  color: #fff;
}
.c-btn button:hover:after,
.c-btn input:hover:after,
.c-btn a:hover:after,
.c-btn-blue button:hover:after,
.c-btn-blue input:hover:after,
.c-btn-blue a:hover:after,
.c-btn-white button:hover:after,
.c-btn-white input:hover:after,
.c-btn-white a:hover:after {
  width: 100%;
}

.c-btn-white button,
.c-btn-white input,
.c-btn-white a {
  border: 1px solid #fff;
  color: #fff;
}
.c-btn-white button:after,
.c-btn-white input:after,
.c-btn-white a:after {
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  transition: .3s ease;
}
.c-btn-white button:hover,
.c-btn-white input:hover,
.c-btn-white a:hover {
  color: #737088;
}
.c-btn-white button:hover:after,
.c-btn-white input:hover:after,
.c-btn-white a:hover:after {
  left: 0;
  border: 1px solid #fff;
}

.c-btn-blue button,
.c-btn-blue input,
.c-btn-blue a {
  border: 1px solid #737088;
  color: #fff;
  background: #737088;
}
.c-btn-blue button:after,
.c-btn-blue input:after,
.c-btn-blue a:after {
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  transition: .3s ease;
}
.c-btn-blue button:hover,
.c-btn-blue input:hover,
.c-btn-blue a:hover {
  color: #737088;
}
.c-btn-blue button:hover:after,
.c-btn-blue input:hover:after,
.c-btn-blue a:hover:after {
  left: 0;
  border: 1px solid #fff;
}

.c-section {
  margin-bottom: 130px;
}
.c-section-ttl {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 150px;
  font-size: 15rem;
  color: #df3838;
  line-height: 0.9em;
}

.c-article-post-time {
  font-family: 'Josefin Sans', sans-serif;
  padding: 3px 8px;
  max-width: 120px;
}
.c-article-post-cat {
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  max-width: 120px;
  text-transform: uppercase;
}
.c-article-post-cat-span {
  background: rgba(255, 255, 255, 0.3);
  padding: 4px 8px 2px;
  width: 120px;
  border-radius: 2px;
  display: inline-block;
}
.c-article-post-ttl {
  padding: 3px 8px 3px 20px;
}

.c-flex, .c-flex-col2, .c-flex-col3, .c-flex-col4, .c-flex-col5, .c-flex-datalist {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex-col2-item {
  width: 50%;
}

.c-flex-col3-item {
  width: 33.3333333333%;
}

.c-flex-col4-item {
  width: 25%;
}

.c-flex-col5-item {
  width: 20%;
}

.c-flex-datalist:not(:last-of-type) {
  border-bottom: 1px solid rgba(63, 63, 63, 0.2);
}
.c-flex-datalist-ttl {
  width: 25%;
  padding: 4px 16px 4px 0;
  opacity: 0.8;
}
.c-flex-datalist-data {
  width: 75%;
  padding: 4px 0;
}

.c-grid {
  display: grid;
  display: -ms-grid;
}

.c-map {
  overflow: hidden;
  position: relative;
}
.c-map::after {
  content: '';
  display: block;
  padding-top: 61.8%;
}
.c-map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ----- breadcrumbs ----- */
.c-breadcrumbs {
  color: #6e6e6e;
  margin: auto;
  padding: 20px 10% 40px;
}

.c-breadcrumbs-items {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumbs-item {
  font-size: 12px;
  font-size: 1.2rem;
}
.c-breadcrumbs-item:first-child {
  color: #737088;
}
.c-breadcrumbs-item:not(:last-child)::after {
  color: #6e6e6e;
  content: "/";
  display: inline-block;
  margin: 0 1.15em;
}

.c-breadcrumbs-link,
.c-breadcrumbs-link span,
.c-breadcrumbs-item {
  display: inline;
}

/* ----- pager ----- */
.p-pager {
  margin: 40px 0 120px;
  display: block;
  width: 100%;
}

.p-archive-pager {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-archive-pager-item {
  padding: 5px;
}

.p-archive-pager-btn {
  width: 40px;
  min-height: 40px;
  line-height: 40px;
  border: 1px solid #eaeaea;
  display: block;
  text-align: center;
}

.p-archive-pager-btn.is-current {
  background: #737088;
  border: 1px solid #737088;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-section {
    margin-bottom: 60px;
  }
  .c-section-ttl {
    font-size: 60px;
    font-size: 6rem;
  }

  .c-btn a {
    max-width: 100%;
  }

  .c-flex-datalist {
    display: block;
  }
  .c-flex-datalist-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 0 0 0;
    width: 100%;
  }
  .c-flex-datalist-data {
    padding: 0 0 4px 0;
    width: 100%;
  }



  .mw_wp_form_complete .c-btn {
    padding: 0 15px 60px;
  }

  .p-archive-pager-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  .p-archive-pager-item {
    padding: 2px;
  }
}
/* =============================================
  animation
  - ani-slide-left
  - ani-slide-right
  - ani-slide-up
  - ani-opacity
  - ani-rotate
  - ani-mappin
  - ani-shake
  - ani-swipe
============================================= */
.js-animate {
  opacity: 0;
}

.js-slide-left.is-active {
  animation: .8s ease 0s normal forwards ani-slide-left;
}

.js-slide-right.is-active {
  animation: .8s ease 0s forwards ani-slide-right;
}

.js-slide-up.is-active {
  animation: .8s ease 0s forwards ani-slide-up;
}

@keyframes ani-swipe {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  30% {
    transform: translateY(8px) rotate(90deg);
  }
  90% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes ani-slide-left {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ani-slide-right {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ani-slide-up {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ani-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ani-mappin {
  0% {
    padding: 2px 10px 2px;
  }
  25% {
    padding: 0px 10px 4px;
  }
  50% {
    padding: 2px 10px 2px;
  }
  75% {
    padding: 3px 10px 1px;
  }
  100% {
    padding: 2px 10px 2px;
  }
}
@keyframes ani-shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* =============================================
  LAYOUT
============================================= */
.l-wrapper {
  z-index: 0;
}

.l-main {
  background: #fff;
  padding-top: 100px;
}

.l-gnav {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  pointer-events: none;
  transition: .3s;
}

.l-gnav.js-open {
  opacity: 1;
  pointer-events: all;
}

/* ----- Layout Header ----- */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}

/* ----- Layout Footer ----- */
.l-footer {
  position: relative;
}

/* ----- SP LAYOUT ----- */
@media screen and (max-width: 767px) {
  .l-wrapper {
    display: block;
  }

  .l-header {
    min-width: 100%;
  }

  .l-sidebar {
    left: -100px;
    bottom: 0;
    transition: 0.5s ease;
    opacity: 0;
    pointer-events: none;
  }
  .l-sidebar.js-open {
    left: 0;
    opacity: 1;
    pointer-events: auto;
  }

  .l-main {
    margin: 50px 0 0 0;
    padding-top: 0;
  }
}
/* ----- HEADER ----- */
.p-header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
}
.p-header-left, .p-header-right {
  display: flex;
  height: 100px;
  width: 33.33%;
  align-items: center;
}
.p-header-right {
  justify-content: flex-end;
}
.p-header-logo {
  max-width: 33.33%;
  text-align: center;
  z-index: 5;
  width: 400px;
  height: auto;
}
.p-header-logo-link {
  display: inline-block;
  padding-top: 5px;
  position: relative;
  background: #fff;
}
.p-header-logo-link:before {
  background: #737088;
  background: linear-gradient(90deg, #737088 0%, #737088 25%, #0f0040 25%, #0f0040 50%, #737088 50%, #737088 75%, #0f0040 75%, #0f0040 100%, #737088 100%);
  position: absolute;
  height: 5px;
  width: 100%;
  content: "";
  top: 0;
  transition: .3s;
}
.p-header-logo-link:hover:before {
  opacity: .7;
}
.p-header-logo-link:hover img {
  opacity: .7;
}
.p-header-logo-img {
  width: 100%;
  background: #fff;
  transition: .3s;
}

.p-header-tel,
.p-header-mail {
  color: #fff;
  height: 100%;
  font-family: 'Lora', serif;
  width: 230px;
  letter-spacing: 0.18em;
  font-size: 18px;
  font-size: 1.8rem;
  transition: .3s;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  text-indent: 0px;
  text-shadow: none;
  text-align: center;
}
.p-header-tel-head,
.p-header-mail-head {
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}
.p-header-tel-add:before,
.p-header-mail-add:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  width: 28px;
  height: 28px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 28px;
}
.p-header-tel:hover,
.p-header-mail:hover {
  opacity: .9;
}
.p-header-tel:hover .p-header-tel-add:before,
.p-header-tel:hover .p-header-mail-add:before,
.p-header-mail:hover .p-header-tel-add:before,
.p-header-mail:hover .p-header-mail-add:before {
  animation: 1s linear 0s infinite normal ani-shake;
}

.p-header-tel {
  background: #737088;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.p-header-tel__link{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  height: 100%;
}
.p-header-tel-add:before {
  content: "\f879";
  color: #737088;
  padding-left: 3px;
}

.p-header-mail {
  background: #0f0040;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.p-header-mail__link{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  height: 100%;

}
.p-header-mail-add:before {
  content: "\f0e0";
  color: #0f0040;
  padding-left: 3px;
}

.p-header-txt {
  word-break: break-all;
  margin-right: 120px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .075em;
  line-height: 1.65em;
  text-align: right;
}
.p-header-txt-em {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  vertical-align: middle;
}

.p-hum {
  min-width: 100px;
  width: 100px;
  height: 100px;
  position: fixed;
  background: #737088;
  z-index: 13;
  top: 0;
  right: 0;
}
.p-hum-line {
  transition: .3s;
  display: block;
  height: 2px;
  position: absolute;
  left: 25px;
  content: "";
  background: #fff;
}
.p-hum-line:nth-child(1) {
  width: 50px;
  top: 44px;
}
.p-hum-line:nth-child(2) {
  width: 30px;
  bottom: 44px;
}
.p-hum:hover {
  opacity: .9;
}
.p-hum:hover .p-hum-line {
  width: 50px;
}

.p-hum.js-open {
  background: transparent;
}
.p-hum.js-open .p-hum-line {
  transform: rotate(135deg);
  width: 50px;
  top: calc(50%);
  background: #737088;
}
.p-hum.js-open .p-hum-line:nth-child(2) {
  transform: rotate(-135deg);
  width: 50px;
  top: calc(50%);
}

.p-gnav {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-size: cover;
  background-position: 100% 100%;
  background-color: rgba(115, 112, 136, 0.5);
}
.p-gnav.is-diagonal:after {
  position: fixed;
}
.p-gnav:before {
  background: #737088;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  position: fixed;
  z-index: 1;
}
.p-gnav-wrap {
  width: 50%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  max-height: 100%;
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.p-gnav-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.p-gnav-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #737088;
}
.p-gnav-wrap::-webkit-scrollbar-track {
  border-radius: 0;
  background: #737088;
}
.p-gnav-list {
  padding: 40px 40px 60px;
  z-index: 1;
  position: relative;
  text-align: center;
  display: inline-block;
}
.p-gnav-item {
  font-size: 21px;
  font-size: 2.1rem;
  color: #fff;
  margin-top: 35px;
  text-align: left;
}
.p-gnav-item .p-gnav-item {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-gnav-snav-list {
  margin-left: 35px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.p-gnav-snav-list .p-gnav-item {
  margin-top: 0;
}
.p-gnav-link {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  transition: .3s;
  border-radius: 1em;
}
.p-gnav-link:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  content: "";
  top: calc(50% - 4px);
  left: 0;
  transition: .3s ease;
}
.p-gnav-link:hover:before {
  background: #fff;
  left: 5.5px;
}
.p-gnav.is-scroll .p-gnav-wrap {
  position: relative;
}
.p-gnav.is-scroll .p-gnav-list {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 25px 0 60px;
}

.p-gnav-item .p-gnav-item .p-gnav-item-wrap {
  margin-top: 15px;
}

.c-sp-tel {
  display: none;
}

/* ----- FOOTER ----- */
.p-contact {
  border-top: 1px solid #737088;
}
.p-contact-wrap {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 22px 0 22px;
  max-width: 1220px;
  margin: auto;
}
.p-contact-btn {
  width: calc(50% - 8px);
  margin: 8px 0;
}
.p-contact-btn:nth-child(2n+1):last-child {
  width: 100%;
}
.p-contact-tel, .p-contact-mail {
  color: #fff;
  height: 100%;
  letter-spacing: 0.2em;
  font-size: 30px;
  font-size: 3rem;
  display: flex;
}
.p-contact-tel-head, .p-contact-mail-head {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  font-weight: bold;
}
.p-contact-tel-add, .p-contact-mail-add {
  position: relative;
  padding-left: 48px;
  font-family: 'Lora', serif;
  margin: auto;
}
.p-contact-tel-add:before, .p-contact-mail-add:before {
  position: absolute;
  padding-left: 48px;
  top: 8px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  font-size: 1.8rem;
  width: 38px;
  height: 38px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  padding-left: 6px;
}
.p-contact-tel {
  background: #737088;
}
.p-contact-tel-add:before {
  content: "\f879";
  color: #737088;
}
.p-contact-mail {
  background: #0f0040;
}
.p-contact-mail-add:before {
  content: "\f0e0";
  color: #0f0040;
}
.p-contact-link {
  padding: 30px 16px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  transition: .3s;
}
.p-contact-link:hover {
  opacity: .9;
}
.p-contact-link:hover .p-contact-tel-add:before,
.p-contact-link:hover .p-contact-mail-add:before {
  animation: 1s linear 0s infinite normal ani-shake;
}

.p-time-table {
  margin: 0 auto 28px;
  border-top: 1px solid #737088;
}
.p-time-table-body {
  width: 100%;
  max-width: 400px;
  margin: 28px auto 5px;
}
.p-time-table-body th {
  width: 125px;
}
.p-time-table-body th,
.p-time-table-body td {
  padding: 5px 0;
  transition: .2s;
  /*
  &:hover {
    background: rgba(115, 112, 136, 0.1);
  }
  */
}
.p-time-table-body thead {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-bottom: 2px solid #737088;
}
.p-time-table-body thead th {
  text-align: left;
}
.p-time-table-body tbody tr {
  border-bottom: 1px solid #737088;
}
.p-time-table-body tbody th {
  text-align: left;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-time-table-body tbody td {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #737088;
}
.p-time-table-txt {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  max-width: 400px;
  margin: auto;
}
.p-time-table-small {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}

.p-footer-nav {
  background: #737088;
  text-align: center;
  margin: auto;
}
.p-footer-nav-list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 10px 0;
  max-width: 1200px;
  flex-wrap: wrap;
  margin: auto;
}
.p-footer-nav-item {
  padding: 0 10px;
  line-height: 1.65em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-footer-nav-item:not(:last-child):before {
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  height: 16px;
  width: 1px;
  background: #fff;
  content: "";
}
.p-footer-nav-link {
  display: block;
  transition: .2s;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-footer-nav-link:hover {
  opacity: .6;
}

.p-footer-sns {
  margin: 20px auto;
  color: #737088;
}
.p-footer-sns-list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-footer-sns-item {
  margin: 8px;
  width: 32px;
  height: 32px;
}
.p-footer-sns-link {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  transition: .3s;
}
.p-footer-sns-link:hover span {
  animation: 1s linear 0s infinite normal ani-shake;
}

.p-footer-bnr-item {
  margin: 20px auto;
  max-width: 200px;
  width: 100%;
}

.p-copy {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 20px 15px;
}

/* ----- HOME ----- */
.p-main-header {
  position: relative;
}
.p-main-header:before {
  content: "Scroll";
  font-family: 'Lora', serif;
  position: absolute;
  left: calc(50% - 40px);
  width: 80px;
  text-align: center;
  bottom: 75px;
  z-index: 5;
  transform: rotate(90deg);
  color: #fff;
  letter-spacing: 0.18em;
  font-size: 15px;
  animation: 1.2s linear 1s infinite normal ani-swipe;
}
.p-main-header:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
  border-left: 1.5px solid #fff;
  z-index: 5;
}

.p-main-visual {
  padding: 0 2.7777777778%;
  margin-bottom: 45px;
  position: relative;
}
.p-main-visual .p-time-table {
  background: #fff;
  border: 0;
  position: absolute;
  bottom: -6px;
  left: calc(2.7777777778% + 22px);
  z-index: 1;
  padding: 0 40px 18px;
}
.p-main-visual .p-home-mv-blog {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  background: #fff;
  max-width: 40%;
  width: 100%;
  padding: 20px 30px;
}
.p-main-visual .p-home-mv-blog-item {
  margin: 5px 0;
}
.p-main-visual .p-home-mv-blog-caption {
  display: flex;
}
.p-main-visual .p-home-mv-blog-meta {
  display: flex;
}
.p-main-visual .p-home-mv-blog-time::after {
  display: none;
}
.p-main-visual .p-home-mv-blog-category {
  width: 95px;
  color: #737088;
  position: relative;
}
.p-main-visual .p-home-mv-blog-category::before {
  width: 1px;
  height: 12px;
  background: #ddd;
  content: "";
  position: absolute;
  left: 0;
  display: block;
  top: 6px;
}

.p-main-visual-container {
  position: relative;
  height: calc(100vh - 100px) !important;
}
.p-main-visual-container:after {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  display: block;
  top: 10px;
  border: 1px solid #fff;
  left: 10px;
  padding: 10px;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

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

.p-main-visual-catchcopy {
  z-index: 2;
  background: rgba(115, 112, 136, 0.4);
  position: absolute;
  top: 0;
  width: 700px;
  left: calc(50% - 350px);
  height: 100%;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.p-main-visual-catchcopy-body {
  padding: 20px;
  position: absolute;
  left: 0;
  width: 100%;
}
.p-main-visual-catchcopy-head {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.25em;
}
.p-main-visual-catchcopy-small {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}
.p-main-visual-catchcopy:before {
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  top: 0;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
}

.p-main-visual-poster {
  text-align: center;
  height: calc(100vh - 100px);
  background-size: cover;
  background-position: 50% 50%;
}

.p-section-ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.p-section-ttl-en {
  z-index: 2;
  color: #737088;
  font-weight: bold;
  font-family: 'Lora', serif;
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: 0.175em;
  display: block;
  line-height: 2;
}
.p-section-ttl-ja {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.175em;
  display: block;
  line-height: 1.3em;
}
.p-section-ttl.is-centerline {
  text-align: center;
}
.p-section-ttl.is-centerline .p-section-ttl-wrap {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.p-section-ttl.is-centerline .p-section-ttl-wrap:before, .p-section-ttl.is-centerline .p-section-ttl-wrap:after {
  content: "";
  width: 9999%;
  height: 1px;
  background: #737088;
  position: absolute;
  top: 50%;
}
.p-section-ttl.is-centerline .p-section-ttl-wrap:before {
  right: 100%;
}
.p-section-ttl.is-centerline .p-section-ttl-wrap:after {
  left: 100%;
}

.p-section-txt {
  margin: 0px auto 60px;
}

.p-section-lead {
  margin-bottom: 35px;
}

.p-section-lead-txt {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: 0.325em;
  display: block;
  line-height: 1.45em;
}

.p-home-trouble {
  margin-bottom: 90px;
}
.p-section-ttl.c-trouble {
  font-size: 4.5rem;
  margin: 0;
  font-weight: bold;
  line-height: 1.3;
  color: #737088;
}
.p-section-ttl-en.c-trouble {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: .1em;
  padding: 0 1em;
}
.p-section-ttl-en.c-trouble span {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 0 .5em;
}
.p-section-ttl-en.c-trouble:after {
  position: absolute;
  content: "";
  top:50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #737088;
}
.p-home-trouble-wrap {
  text-align: center;
  max-width: 830px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.p-home-trouble-content {
  margin-top: 40px;
}
.p-home-trouble-item {
  text-align: left;
  background: rgba(115, 112, 136, 0.1);
  display: flex;
  margin-bottom: 1.5em;
  min-height: 100px;
}
.p-home-trouble-item-label {
  font-size: 2.5rem;
  width: 100px;
  height: auto;
  background: #737088;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home-trouble-item-text {
  display: flex;
  font-size: 1.8rem;
  padding: 1em;
  line-height: 1.8;
  font-weight: bold;
  align-items: center;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-home-trouble {
    margin-bottom: 40px;
  }
  .p-section-ttl.c-trouble {
    font-size: 2.2rem;
  }
  .p-home-trouble-content {
    margin-top: 20px;
  }
  .p-home-trouble-item {
    min-height: 50px;
    margin-bottom: 1em;
  }
  .p-home-trouble-item-label {
    font-size: 1.6rem;
    width: 50px;
  }
  .p-home-trouble-item-text {
    font-size: 1.4rem;
    padding: 0.8em 1em;
    line-height: 1.5;
  }
}

.p-home-about {
  margin-bottom: 90px;
}
.p-home-about-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 50% 50%;
}
.p-home-about .p-picture-container {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-home-about .p-picture-container .p-picture-top-img {
  width: 100%;
}
.p-home-about .p-picture-container .p-picture-bottom-img {
  width: 100%;
}
.p-home-about-content {
  padding: 0 16.25% 0 10%;
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: flex;
  align-items: center;
}

.p-home-sec-figure {
  padding: 0 20px;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto 30px;
}
.p-home-sec-img {
  width: 100%;
}
.p-home-sec .p-section-txt {
  max-width: 810px;
  padding: 0 20px;
}
.p-home-sec .c-btn,
.p-home-sec .c-btn-white {
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
}

.p-home-blog {
  background-size: cover;
  padding: 60px 20px;
}
.p-home-blog:before {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  display: block;
  top: 10px;
  border: 1px solid #fff;
  left: 10px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-home-blog .p-section-ttl {
  text-align: center;
  margin-bottom: 35px;
}
.p-home-blog .p-section-ttl-en, .p-home-blog .p-section-ttl-ja {
  color: #fff;
}
.p-home-blog-cover {
  background: rgba(115, 112, 136, 0.4);
  position: absolute;
  top: 0;
  width: 700px;
  left: calc(50% - 350px);
  height: 100%;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.p-home-blog-cover:before {
  height: 100%;
  width: calc(100% - 20px);
  content: "";
  display: block;
  top: 0;
  border: 1px solid #fff;
  border-top: 0;
  border-bottom: 0;
  left: 10px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-home-blog-wrap {
  z-index: 1;
  position: relative;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 25px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-home-blog-wrap .p-blog-article {
  width: 32%;
  padding: 0 10px 0;
}
.p-home-blog .c-btn,
.p-home-blog .c-btn-white {
  text-align: center;
}

.p-home-menu {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 45px;
  max-width: 1260px;
  width: 100%;
  padding: 0 15px;
}
.p-home-menu-item {
  width: 30%;
  font-size: 0;
  margin:0 4px;
}

.p-home-menu-link {
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-home-menu-link:hover .p-home-menu-img {
  transform: scale(1.1);
}
.p-home-menu-figure {
  width: 100%;
  position: relative;
  padding-bottom: 92.33%;
  overflow: hidden;
}
.p-home-menu-figure:before {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  display: block;
  top: 10px;
  border: 1px solid #fff;
  left: 10px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-home-menu-img {
  width: 100%;
  position: absolute;
  top: 0;
  transition: .3s;
}
.p-home-menu-caption {
  position: absolute;
  top: 0;
  background: rgba(115, 112, 136, 0.4);
  height: 100%;
  width: 72%;
  margin: 0 14%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.p-home-menu-caption-wrap {
  text-align: center;
  width: 100%;
  padding: 3.75%;
}
.p-home-menu-head {
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.45em;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
.p-home-menu-txt {
  letter-spacing: .12em;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-home-access-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 61.1111111111%;
  -ms-grid-columns: 1fr 61.1111111111%;
}
.p-home-access-content {
  padding: 0 8.3333333333% 0 26.6666666667%;
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: flex;
  align-items: center;
}
.p-home-access-map {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-home-access-map .c-map::after {
  padding-top: 400px;
}
.p-home-access .p-section-txt {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 25px;
}
.p-home-access-btn-body {
  border: 1px solid #737088;
  display: inline-block;
  font-weight: bold;
  color: #737088;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-home-access-btn-link {
  padding: 5px 12px 5px 30px;
  display: block;
  position: relative;
  transition: .3s;
}
.p-home-access-btn-link:before {
  left: 0;
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 17px;
  padding: 2px 10px;
}
.p-home-access-btn-link:hover {
  background: #737088;
  color: #fff;
}
.p-home-access-btn-link:hover:before {
  animation: .5s linear .2s infinite normal ani-mappin;
}

.p-notfound {
  margin: 40px auto 70px;
  max-width: 1030px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
.p-notfound .p-contents-ttl {
  text-align: left;
}
.p-notfound-txt {
  margin-bottom: 40px;
}
.p-notfound .c-btn {
  text-align: center;
}

/* ----- component ----- */
.p-blog-article {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.p-blog-link {
  transition: .3s;
}
.p-blog-link:hover .p-blog-post-thumb-img {
  transform: scale(1.2);
}
.p-blog-link:hover .p-blog-caption {
  background: #fff;
  color: #737088;
}
.p-blog-link:hover .p-blog-time:after, .p-blog-link:hover .p-main-visual .p-home-mv-blog-time:after, .p-main-visual .p-blog-link:hover .p-home-mv-blog-time:after {
  border-right: 1px solid #737088;
}
.p-blog-figure {
  width: 100%;
  padding-bottom: 58%;
  position: relative;
  overflow: hidden;
}
.p-blog-post-thumb-img {
  transition: .3s;
  position: absolute;
  width: 100%;
  transform: scale(1.1);
}
.p-blog-caption {
  transition: .3s;
  background: #737088;
  color: #fff;
  padding: 18px 20px 28px;
}
.p-blog-meta {
  display: flex;
  margin-bottom: 12px;
}
.p-blog-meta {
  display: flex;
  margin: 0 6px 16px;
}
.p-blog-time, .p-main-visual .p-home-mv-blog-time {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  font-family: 'Josefin Sans', sans-serif;
  padding-right: 12px;
  display: inline-block;
}
.p-blog-time:after, .p-main-visual .p-home-mv-blog-time:after {
  position: absolute;
  border-right: 1px solid #fff;
  content: "";
  width: 1px;
  height: 16px;
  top: 5px;
  right: 0;
}
.p-blog-category, .p-main-visual .p-home-mv-blog-category {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 12px;
}
.p-blog-category ul, .p-main-visual .p-home-mv-blog-category ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.p-blog-category li, .p-main-visual .p-home-mv-blog-category li {
  padding: 0 4px 0 0;
  line-height: 1.3em;
  align-self: center;
}
.p-blog-category li:not(:last-child):after, .p-main-visual .p-home-mv-blog-category li:not(:last-child):after {
  content: ", ";
}
.p-blog-ttl {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.c-gadget-ttl {
  color: #737088;
  font-weight: bold;
  font-family: 'Lora', serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.c-gadget-items, .c-gadget-posts, .c-gadget-archives {
  margin-bottom: 40px;
}
.c-gadget-item, .c-gadget-post, .c-gadget-archive, .cat-item {
  padding: 0 0 8px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.children > .cat-item {
  padding: 0;
}
.cat-item > a,
.c-gadget .c-gadget-post-link,
.c-gadget .c-gadget-item-link,
.c-gadget .c-gadget-archive-link {
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.children > .cat-item a {
  padding-left: 2em;
}
.cat-item > a:before,
.children > .cat-item a:before,
.c-gadget .c-gadget-post-link:before,
.c-gadget .c-gadget-item-link:before,
.c-gadget .c-gadget-archive-link:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #6e6e6e;
  content: "";
  top: 8px;
  left: 0;
  transition: .3s ease;
}
.children > .cat-item a:before {
  border-top: 1px solid #6e6e6e;
  background: none;
  width: .8em;
  height: 1px;
  left: .5em;
  top: 50%;
}

.cat-item > a:hover:before,
.children > .cat-item a:hover:before,
.c-gadget .c-gadget-post-link:hover:before,
.c-gadget .c-gadget-item-link:hover:before,
.c-gadget .c-gadget-archive-link:hover:before {
  background: #737088;
  left: 6px;
}
.children > .cat-item a:hover:before {
  border-top: 1px solid #737088;
  height: 1px;
  left: 1em;
}
.c-gadget-post-date {
  display: none;
}
.c-gadget-post-count {
  display: none;
}

.l-subpage .p-blog-wrap {
  max-width: 1030px;
  margin: 0 auto 80px;
  display: flex;
}
.l-subpage .p-blog-meta {
  margin: 0 6px 12px;
}
.l-subpage .p-blog-time, .l-subpage .p-main-visual .p-home-mv-blog-time, .p-main-visual .l-subpage .p-home-mv-blog-time {
  font-size: 14px;
  font-size: 1.4rem;
}
.l-subpage .p-blog-category, .l-subpage .p-main-visual .p-home-mv-blog-category, .p-main-visual .l-subpage .p-home-mv-blog-category {
  font-size: 12px;
  font-size: 1.2rem;
}
.l-subpage .p-blog-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.l-subpage .l-blog-main {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px 0;
  justify-content: space-between;
}
.l-subpage .l-blog-side {
  width: 30%;
  padding: 50px 15px 0 30px;
}
.l-subpage .l-post-main {
  width: 70%;
  padding: 50px 15px 0;
}

.p-post-wrap {
  max-width: 1030px;
  margin: auto;
  display: flex;
}
.p-post-eyecatch {
  width: 100%;
}
.p-post-eyecatch-img {
  width: 100%;
}
.p-post-meta {
  color: #737088;
  display: flex;
  padding: 24px 0 20px;
}
.p-post-date {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  min-width: 90px;
  font-family: 'Lora', serif;
  letter-spacing: 0.12em;
  padding-right: 8px;
}
.p-post-date:after {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  width: 1px;
  height: 10px;
  display: block;
  background: #737088;
}
.p-post-ttl {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.p-post-content {
  font-size: 15px;
  font-size: 1.5rem;
}

.post-categories {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 0 0 12px;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  line-height: 1.5em;
}
.post-categories li:not(:last-child):after {
  content: ", ";
}

.p-post-nav {
  display: flex;
  border: 1px solid #eaeaea;
  border-right: 0;
  border-left: 0;
  padding: 30px 0;
  margin: 85px 0 80px;
}
.p-post-nav-prev, .p-post-nav-list, .p-post-nav-next {
  font-size: 15px;
  font-size: 1.5rem;
  width: 33.33%;
  text-align: center;
}
.p-post-nav-prev a, .p-post-nav-list a, .p-post-nav-next a {
  transition: .3s;
}
.p-post-nav-prev a:hover, .p-post-nav-list a:hover, .p-post-nav-next a:hover {
  color: #737088;
}
.p-post-nav-prev a:before, .p-post-nav-prev a:after, .p-post-nav-next a:before, .p-post-nav-next a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  display: inline-block;
  color: #737088;
}
.p-post-nav-prev a:before {
  content: "\f053";
}
.p-post-nav-next a:after {
  content: "\f054";
}

.p-article-nav {
  background: #f9f9f9;
  margin: 40px 0;
}
.p-article-nav__headline {
  font-size: 20px;
  color: #6e6e6e;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding: 12px 40px;
}
.p-article-nav__table {
  padding: 20px 40px 40px;
}
.p-article-nav__table-item {
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 6px;
}
.p-article-nav__table-item-child {
  font-size: 15px;
  padding: 0 0 0 16px;
  position: relative;
}
.p-article-nav__table-item-child:before {
  content: "-";
  position: absolute;
  left: 0;
}
.p-article-nav__table-link {
  transition: .3s;
}
.p-article-nav__table-link :hover {
  opacity: .7;
}

.p-post-content img {
  width: 100%;
  margin-bottom: 40px;
}

.p-post-content h2,
.p-post-section h2 {
  background: #f9f9f9;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 15px 15px 15px 25px;
  margin: 30px 0;
  line-height: 1.5em;
  position: relative;
}
.p-post-content h2:before,
.p-post-section h2:before {
  height: 13px;
  width: 5px;
  background: #737088;
  display: block;
  content: "";
  position: absolute;
  left: -2.5px;
  bottom: 50%;
}
.p-post-content h2:after,
.p-post-section h2:after {
  height: 13px;
  width: 5px;
  background: #0f0040;
  display: block;
  content: "";
  position: absolute;
  left: -2.5px;
  top: 50%;
}
.p-post-content h3,
.p-post-section h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 5px;
  line-height: 1.5em;
  margin: 30px 0;
}
.p-post-content h3:before,
.p-post-section h3:before {
  height: 1px;
  width: 100%;
  display: block;
  content: "";
  background: #eaeaea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-post-content h3:after,
.p-post-section h3:after {
  height: 1px;
  width: 40px;
  display: block;
  content: "";
  background: #737088;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-post-content__txt a,
.p-post-section__txt a {
  transition: .3s;
}
.p-post-content__txt a:hover,
.p-post-section__txt a:hover {
  opacity: .7;
}
.p-post-content iframe, .p-post-content audio,
.p-post-section iframe,
.p-post-section audio {
  max-width: 100%;
  min-width: auto;
}

/* ----- SUBPAGE ----- */
.p-subpage-header {
  background: linear-gradient(90deg, rgba(238, 249, 251, 0.2) 0%, rgba(238, 249, 251, 0.2) 25%, rgba(115, 112, 136, 0.25) 25%, rgba(115, 112, 136, 0.25) 50%, rgba(238, 249, 251, 0.2) 50%, rgba(238, 249, 251, 0.2)) repeat;
  background-size: 4px 4px;
  min-height: 210px;
}
.p-subpage-header-wrap {
  margin: auto;
  padding: 75px 10% 60px;
}
.p-subpage-header-ttl-menu {
  color: #737088;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.p-subpage-header-ttl-menu-big {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'Lora', serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #737088;
  display: block;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.p-subpage-header-ttl-en {
  font-size: 45px;
  font-size: 4.5rem;
  font-family: 'Lora', serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #737088;
  display: block;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.p-subpage-header-ttl-ja {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  display: block;
}

.p-contents-ttl {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.p-contents-ttl-en {
  font-size: 36px;
  font-size: 3.6rem;
  display: block;
  font-family: 'Lora', serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #737088;
  line-height: 1.2em;
  margin-bottom: 8px;
}
.p-contents-ttl-ja {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}

/* about */
.p-about-head {
  padding: 40px 0 70px;
  border-bottom: 1px solid #737088;
}
.p-about-head-wrap {
  display: flex;
  padding: 0 30px 0 0;
  max-width: 1260px;
  margin: auto;
  align-items: center;
}
.p-about-head-left {
  min-height: 331px;
  width: 48.125%;
  padding: 0 30px 0 8%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.p-about-head-right {
  width: 51.875%;
}
.p-about-head-ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.p-feature {
  margin-bottom: 160px;
}

.p-feature-sec {
  display: flex;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 50% 50%;
  margin-bottom: 100px;
}
.p-feature-sec-ttl-small {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  font-family: 'Lora', serif;
  position: relative;
  color: #737088;
  padding-bottom: 8px;
  margin: 0 0 30px;
}
.p-feature-sec-ttl-small:before, .p-feature-sec-ttl-small:after {
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-feature-sec-ttl-small:before {
  width: 100%;
  background: #0f0040;
}
.p-feature-sec-ttl-small:after {
  width: 50%;
  background: #737088;
}
.p-feature-sec-ttl-em {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 30px;
}
.p-feature-sec:nth-of-type(2n+1) .p-feature-sec-photo {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-feature-sec:nth-of-type(2n+1) .p-feature-sec-content {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  padding: 0 10% 0 20%;
}
.p-feature-sec:nth-of-type(2n) .p-feature-sec-photo {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-feature-sec:nth-of-type(2n) .p-feature-sec-content {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding: 0 20% 0 10%;
}
.p-feature-sec .p-feature-sec-img {
  width: 100%;
}

/* about - staff */
.p-staff {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
.p-staff:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background: rgba(115, 112, 136,  0.1);
  padding-bottom: 500px;
}
.p-staff-list {
  display: flex;
  flex-wrap: wrap;
}
.p-staff-item {
  margin: auto;
  width: 33.33%;
  padding: 0 15px 15px;
}
.p-staff-img {
  width: 100%;
}
.p-staff-top-wrap {
  padding: 0 15px;
  max-width: 1030px;
  margin: 0 auto 70px;
  display: flex;
  flex-wrap: wrap;
}
.p-staff-top-wrap .p-staff-figure {
  width: 50%;
  margin-bottom: 40px;
  background: #fff;
}
.p-staff-top-wrap .p-staff-data {
  width: 50%;
  padding: 50px 5% 10px;
  margin-bottom: 40px;
  background: #fff;
}
.p-staff-top-wrap .p-staff-name {
  margin-bottom: 36px;
}
.p-staff-top-wrap .p-staff-name-ja {
  font-size: 24px;
  font-size: 2.4rem;
  padding-right: 20px;
}
.p-staff-bottom-wrap {
  padding: 0;
  max-width: 1030px;
  margin: auto;
}
.p-staff-bottom-wrap .p-staff-name-ja {
  font-size: 22px;
  font-size: 2.2rem;
  padding-right: 16px;
}
.p-staff-bottom-wrap .p-staff-figure {
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 62.5%;
  height: 0;
}
.p-staff-bottom-wrap .p-staff-img {
  transform: scale(1.1);
}
.p-staff-bottom-wrap .p-staff-name {
  margin-bottom: 20px;
}
.p-staff-txt {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-staff-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-staff-name-ja {
  font-weight: bold;
}
.p-staff-name-en {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Lora', serif;
  color: #737088;
  font-weight: bold;
}
.p-staff-caption {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-staff-dt {
  font-weight: bold;
  padding-left: 12px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.p-staff-dt:before, .p-staff-dt:after {
  position: absolute;
  left: 0;
  width: 3px;
  content: "";
}
.p-staff-dt:before {
  top: calc(50% - 6px);
  height: 12px;
  background: #737088;
}
.p-staff-dt:after {
  top: 50%;
  height: 6px;
  background: #0f0040;
}
.p-staff-dd {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-staff-dd:last-of-type {
  margin-bottom: 20px;
}

/* about - facilities */
.p-facilities {
  background: rgba(115, 112, 136,  0.1);
  margin: 0 auto;
  padding: 70px 0;
}
.p-facilities-wrap {
  margin: auto;
  max-width: 1040px;
}
.p-facilities-slide.is-noslide .p-facilities-list {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1030px;
}
.p-facilities-slide.is-noslide .p-facilities-item {
  margin: 0 auto;
  width: 50%;
  padding: 0 1.875% 30px;
  padding: 0 15px 40px;
}
.p-facilities-slide.is-noslide .p-facilities-arrow {
  display: none;
}
.p-facilities-slide.is-noslide .p-facilities-figure {
  padding-bottom: 58%;
  height: 0;
  overflow: hidden;
}
.p-facilities-slide.is-noslide .p-facilities-img {
  transform: scale(1.2);
}
.p-facilities-slide.is-noslide .p-facilities-caption {
  background: #fff;
  padding: 25px 30px;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-facilities-list {
  display: flex;
  flex-wrap: wrap;
}
.p-facilities-item {
  margin: auto;
  width: 50%;
  padding: 0 1.875% 30px;
  padding: 0 20px 40px;
}
.p-facilities-caption {
  background: #fff;
  padding: 25px 30px;
  font-size: 15px;
  font-size: 1.5rem;
}

/* access */
.p-access-info {
  position: relative;
  padding: 10px 0px 130px;
  margin: 0 auto 90px;
}
.p-access-info:after {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background: rgba(115, 112, 136,  0.1);
  padding-bottom: 47.5%;
}
.p-access-info-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  background: #fff;
  border-bottom: 4px solid #737088;
  max-width: 1000px;
  padding: 0 0px 80px;
  margin: 50px auto 0;
}
.p-access-info-figure {
  width: 100%;
  margin-bottom: 50px;
}
.p-access-info-left {
  padding: 0 60px;
  width: 50%;
}
.p-access-info-right {
  padding: 20px 10px 0;
  width: 50%;
}
.p-access-info-address {
  margin-bottom: 12px;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-access-info .p-home-access-btn {
  margin-bottom: 36px;
}
.p-access-info-data {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-access-info-dl {
  display: flex;
  margin-bottom: 12px;
}
.p-access-info-dt {
  max-width: 90px;
  min-width: 90px;
  font-weight: bold;
  padding-right: 1em;
}

.p-access-map.c-section {
  margin-bottom: 90px;
}
.p-access-map-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-access-map-left {
  width: 62.5%;
}
.p-access-map-right {
  width: 37.5%;
  padding: 0 3.625%;
}
.p-access-map-dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #737088;
  margin-bottom: 12px;
}
.p-access-map-dt i {
  padding-right: 12px;
}
.p-access-map-dd {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-access-map-dd:last-of-type {
  margin-bottom: 36px;
}

/* faq */
.p-faq-wrap {
  padding: 50px 15px 20px;
  max-width: 1030px;
  margin: auto;
}

.p-faq-section {
  background: rgba(115, 112, 136,  0.1);
}

.p-faq-head {
  background: #737088;
  color: #fff;
  padding: 28px 40px;
  line-height: 1.2em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.p-faq-question {
  padding: 30px;
  margin-bottom: 60px;
}

.p-faq-question-wrap:not(:last-of-type) {
  margin-bottom: 10px;
}

.p-faq-question-ttl {
  cursor: pointer;
  display: block;
  background: #fff;
  font-weight: bold;
  padding: 35px 75px 30px 90px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.p-faq-question-ttl:before {
  position: absolute;
  content: "Q.";
  letter-spacing: .2em;
  font-family: 'Lora', serif;
  left: 45px;
  top: 26px;
  color: #0f0040;
  font-size: 24px;
  font-size: 2.4rem;
}
.p-faq-question-ttl:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f063";
  position: absolute;
  top: calc(50% - 12px);
  right: 30px;
  transition: .3s;
  color: #ddd;
}

.p-faq-check {
  display: none;
}

.p-faq-ans {
  padding: 0 35px 0 90px;
  background: #fff;
  position: relative;
  height: 0;
  overflow: hidden;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-faq-ans:before {
  position: absolute;
  content: "A.";
  letter-spacing: .2em;
  font-family: 'Lora', serif;
  left: 45px;
  top: 0;
  color: #737088;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  transition: .3s;
}

.p-faq-ans:after {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)) repeat;
  background-size: 4px 4px;
}

.p-faq-check:checked + .p-faq-question-ttl:after {
  transform: rotateX(180deg);
}

.p-faq-check:checked + .p-faq-question-ttl + .p-faq-ans {
  padding: 30px 35px 30px 90px;
  height: auto;
  opacity: 1;
  visibility: visible;
}
.p-faq-check:checked + .p-faq-question-ttl + .p-faq-ans:before {
  top: 24px;
}
/* voice */
.p-voice-wrap {
  padding: 30px;
  max-width: 1000px;
  margin: auto;
  background: #ebeaf0;
  font-size:1.4rem;
}
.p-voice-section {
  background: #ffffff;
  margin-bottom: 20px;
}
.p-voice-section:last-child {
  margin-bottom: 0px;
}
.p-voice-label-section {
}
.p-voice-category {
  margin-right: 1em;
}
.p-voice-head {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-voice-ttl-section, .p-voice-comment-section {
  padding: 30px;
}
.p-voice-comment-section {
}
.p-voice-ttl-section {
  border-bottom: 1px dashed #ebeaf0;
}


/* menu */
.p-menu {
  margin: 0 auto;
  padding: 70px 0 160px;
  max-width: 1000px;
  font-size: 1.5rem;
  line-height: 2;
}
.p-menu-list {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.p-menu-item {
  width: calc(50% - 30px);
  font-size: 0;
  margin-bottom: 60px;
}
.p-menu-item:nth-last-child(-n+2) {
  margin-bottom: 0px;
}
.p-menu-link {
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-menu-link:hover .p-menu-img {
  transform: scale(1.1);
}
.p-menu-figure {
  width: 100%;
  position: relative;
  padding-bottom: 92.33%;
  overflow: hidden;
}
.p-menu-figure:before {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  content: "";
  display: block;
  top: 10px;
  border: 1px solid #fff;
  left: 10px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-menu-img {
  width: 100%;
  position: absolute;
  top: 0;
  transition: .3s;
}
.p-menu-caption {
  position: absolute;
  top: 0;
  background: rgba(115, 112, 136, 0.4);
  height: 100%;
  width: 72%;
  margin: 0 14%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.p-menu-caption-wrap {
  text-align: center;
  width: 100%;
  padding: 3.75%;
}
.p-menu-head {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.45em;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
.p-menu-txt {
  letter-spacing: .1em;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-menu-detail-head {
  margin-bottom: 160px;
}

.p-menu-detail-head-sec {
  display: flex;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 50% 50%;
  margin: 40px auto 0;
}
.p-menu-detail-head-sec-ttl-small {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  font-family: 'Lora', serif;
  position: relative;
  color: #737088;
  padding-bottom: 8px;
  margin: 0 0 30px;
}
.p-menu-detail-head-sec-ttl-small:before, .p-menu-detail-head-sec-ttl-small:after {
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-menu-detail-head-sec-ttl-small:before {
  width: 100%;
  background: #0f0040;
}
.p-menu-detail-head-sec-ttl-small:after {
  width: 50%;
  background: #737088;
}
.p-menu-detail-head-sec-ttl-em {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 30px;
}
.p-menu-detail-head-sec-photo {
  grid-row: 1;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.p-menu-detail-head-sec-content {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  padding: 0 10% 0 20%;
}
.p-menu-detail-head-sec-img {
  width: 100%;
}

.p-menu-flow {
  padding: 112px 0 150px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.p-menu-flow:before {
  background: #fff;
  content: "";
  top: 540px;
  left: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%;
  position: absolute;
}

.p-menu-flow-inner {
  padding: 8% 7.5% 0;
  background: #fff;
  z-index: 1;
  position: relative;
}

.p-menu-flow-wrap {
  margin: auto;
  max-width: 1030px;
  width: 100%;
  padding: 0 15px;
}

.p-menu-flow-list {
  counter-reset: cnt;
}

.p-menu-flow-item {
  padding: 0 0 45px 115px;
  position: relative;
  overflow: hidden;
}

.p-menu-flow-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  letter-spacing: 0.12em;
  color: #737088;
  border: 2px solid #737088;
  display: inline-block;
  counter-increment: cnt 1;
  content: counter(cnt,decimal-leading-zero);
  line-height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Lora', serif;
  text-align: center;
  border-radius: 50%;
}

.p-menu-flow-item:not(:last-child):after {
  border-left: 2px dotted #737088;
  content: "";
  height: 100%;
  top: 70px;
  left: 35px;
  width: 1px;
  display: block;
  position: absolute;
}

.p-menu-flow-ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.4em;
}

.p-menu-flow-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-menu-caution {
  position: relative;
  border: 2px solid #ddd;
  padding: 25px 35px;
}
.p-menu-caution-ttl {
  color: #6e6e6e;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-menu-caution-txt {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
}

.p-menu-price {
  background: rgba(115, 112, 136,  0.1);
  padding: 105px 0 140px;
}

.p-menu-price-wrap {
  max-width: 1030px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
}

.p-menu-price-inner {
  padding: 8% 7.5%;
  background: #fff;
}

.p-menu-price-ttl {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 0 0 8px 16px;
  line-height: 1.2em;
}

.p-menu-price-ttl:before {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  background: #737088;
  content: "";
}

.p-menu-price-lead {
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.p-menu-price-list {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}

.p-menu-price-item {
  padding: 15px 1em;
  border-top: 1px dotted #ccc;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 75% 25%;
  -ms-grid-columns: 75% 25%;
}

.p-menu-price-item-ttl {
  font-size: 16px;
  font-weight: bold;
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-menu-price-item-txt {
  font-size: 14px;
  grid-row: 2;
  grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-menu-price-item-price {
  grid-row: 1/3;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  text-align: right;
}

.p-menu-price-note {
  font-size: 13px;
  color: #999;
  margin-bottom: 60px;
}

.p-menu-nav {
  margin-bottom: 100px;
}

.p-menu-nav-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  /* text-align: center; */
}

.p-menu-nav-item {
  width: 33.33%;
  padding: 20px;
}

.p-menu-nav-link {
  display: flex;
  width: 100%;
  background: #737088;
  align-items: center;
  transition: .3s;
}
.p-menu-nav-link:hover {
  opacity: .8;
}

.p-menu-nav-figure {
  min-width: 108px;
  max-width: 108px;
  height: 100px;
  overflow: hidden;
}

.p-menu-nav-img {
  width: 100%;
  transform: scale(1.1);
}

.p-menu-nav-item-btn {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding: 10px 30px 10px 14px;
  position: relative;
  width: 100%;
  line-height: 1.6;
}

.p-menu-nav-item-btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.p-post-related {
  margin-bottom: 80px;
}
.p-post-related-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-post-related .yarpp-related {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-post-related .p-blog-article {
  width: calc(33.33% - 10px);
}
.p-post-related .p-blog-meta {
  margin: 0 2px 6px;
}
.p-post-related .p-blog-caption {
  padding: 10px 10px 16px;
}

.addtoany_content {
  text-align: center;
  filter: invert(1) grayscale(1) brightness(3);
  opacity: 0.65;
  margin: 60px 0 0;
}

/* =============================================
  Tablet
============================================= */
/* ----- Tablet Header ----- */
@media screen and (max-width: 1340px) {
  .p-header-mail-head, .p-header-tel-head {
    font-size: 10px;
    font-size: 1rem;
  }
  .p-header-mail-add, .p-header-tel-add {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    letter-spacing: 0.18em;
  }
  .p-header-mail-add:before, .p-header-tel-add:before {
    display: block;
    margin: 4px auto 4px;
    padding-left: 3px;
  }
  .p-header-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-header-txt-em {
    font-size: 22px;
    font-size: 2.2rem;
  }

  /* ----- Tablet Home ----- */
  .c-btn {
    text-align: center;
  }

  .p-main-visual {
    padding: 0 0;
  }
  .p-main-visual-catchcopy {
    width: 640px;
    left: calc(50% - 320px);
  }
  .p-main-visual .p-time-table {
    left: 22px;
  }
  .p-main-visual .p-home-mv-blog {
    position: absolute;
    right: 20px;
  }
  .p-main-visual .p-home-mv-blog-caption {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-home-menu {
    padding: 0 20px;
  }
  .p-home-menu-head {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-home-menu-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-home-menu-item {
  }
  .p-home-menu-item:nth-child(4n+1) {
  }
  .p-home-menu-item:nth-child(4n), .p-home-menu-item:last-child{
  }
  .p-home-menu-figure {
  }
  .p-home-menu-caption {
    width: 84%;
    margin: 0 8%;
  }

  .p-home-about-content {
    padding: 0 40px;
    grid-row: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-home-about-wrap {
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
  }
  .p-home-about .p-picture-container {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-home-access-content {
    padding: 0 40px;
  }

  .p-picture-top {
    padding: 0 21.09375% 4.6875% 0;
  }

  .p-picture-bottom {
    padding: 0 0 4.6875% 21.09375%;
  }

  .p-home-blog-cover {
    width: 640px;
    left: calc(50% - 320px);
  }

  /* ----- Tablet Pages ----- */
  .p-menu {
    padding: 20px 20px 160px;
  }
  .p-menu-head {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-menu-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-menu-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .p-menu-figure {
    padding-bottom: 75%;
  }
  .p-menu-caption {
    width: 84%;
    margin: 0 8%;
  }

  .p-about-head-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-about-head-wrap {
    padding: 0 30px;
  }
  .p-about-head-left {
    min-height: 231px;
  }

  .p-feature-sec {
    display: block;
  }
  .p-feature-sec-photo {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .p-feature-sec:nth-of-type(2n) .p-feature-sec-content, .p-feature-sec:nth-of-type(2n+1) .p-feature-sec-content {
    padding: 0 32px;
  }

  .p-staff-top-wrap {
    padding: 0 30px;
  }
  .p-staff-bottom {
    padding: 0 15px;
  }
  .p-staff:after {
    padding-bottom: 52.5%;
  }

  /* access */
  .p-access-info {
    padding: 50px 15px 30px;
  }
  .p-access-info-wrap {
    padding: 0 0 30px;
  }
  .p-access-info-left {
    padding: 0 40px;
  }

  .p-access-map-wrap {
    padding: 0 0 30px;
  }
  .p-access-map .c-map:after {
    padding-top: 500px;
  }
}
/* =============================================
  SP
============================================= */
/* ----- SP Header ----- */
@media screen and (max-width: 767px) {
  .p-header {
    width: 100%;
    height: 50px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    background: #fff;
  }
  .p-header-left {
    display: none;
  }
  .p-header-right {
    height: 50px;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-header-txt {
    display: none;
  }

  .p-header-logo {
    display: inline-block;
    max-height: 50px;
    max-width: 100%;
    width: auto;
    margin: 0;
    padding: 0 100px 0 0;
    line-height: 0;
  }
  .p-header-logo-link {
    padding: 0;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-header-logo-link:before {
    display: none;
  }
  .p-header-logo-img {
    max-height: 50px;
    width: auto;
    padding: 5px 0 5px 15px;
  }

  .c-sp-tel {
    color: #737088;
    background: rgba(115, 112, 136, 0.1);
    width: 50px;
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 50px;
    display: block;
  }
  .c-sp-tel a {
    display: block;
  }

  .p-hum {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
  .p-hum:hover .p-hum-line, .p-hum-line {
    left: 10px;
    height: 1px;
  }
  .p-hum:hover .p-hum-line:nth-child(1), .p-hum-line:nth-child(1) {
    top: 20px;
    width: 30px;
  }
  .p-hum:hover .p-hum-line:nth-child(2), .p-hum-line:nth-child(2) {
    bottom: 19px;
    width: 20px;
  }
  .p-hum.js-open .p-hum-line {
    background: #fff;
  }
  .p-hum.js-open .p-hum-line:nth-child(1) {
    top: calc(50%);
    width: 30px;
  }
  .p-hum.js-open .p-hum-line:nth-child(2) {
    bottom: calc(50%);
    width: 30px;
  }

  .p-gnav {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
  }
  .p-gnav:before {
    display: none;
  }
  .p-gnav-wrap {
    overflow: hidden;
    width: 100%;
    padding: 40px 0 0;
    display: flex;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    background: #737088;
    top: 0;
    transform: none;
  }
  .p-gnav-wrap:before {
    width: 100%;
    display: none;
  }
  .p-gnav-list {
    margin-bottom: 56px;
    padding: 0;
  }
  .p-gnav-item {
    margin-top: 16px;
  }
  .p-gnav-item .p-gnav-item .p-gnav-item-wrap {
    margin-top: 8px;
  }
  .p-gnav-link {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 30px;
    font-weight: bold;
  }
  .p-gnav-snav-list .p-gnav-link {
    padding: 0 6px 0 12px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }
  .p-gnav .p-contact-link {
    padding: 20px 16px;
  }
  .p-gnav .p-contact-link:hover {
    opacity: 1;
  }
  .p-gnav .p-contact-tel-head, .p-gnav .p-contact-mail-head {
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-gnav .p-contact-tel-add, .p-gnav .p-contact-mail-add {
    letter-spacing: 0.12em;
    padding-left: 36px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .p-gnav .p-contact-tel-add:before, .p-gnav .p-contact-mail-add:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 0 0 3px;
  }
  .p-gnav .p-contact-tel {
    background: #fff;
    color: #737088;
  }
  .p-gnav .p-contact-tel-add:before {
    background: #737088;
    color: #fff;
  }

  .p-nav-sp-left, .p-nav-sp-right {
    max-width: 100%;
  }

  body {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .c-btn input,
  .c-btn button,
  .c-btn a,
  .c-btn-blue input,
  .c-btn-blue button,
  .c-btn-blue a,
  .c-btn-white input,
  .c-btn-white button,
  .c-btn-white a {
    min-width: 100%;
  }

  .c-breadcrumbs {
    padding: 8px 15px;
  }
  .c-breadcrumbs-item {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-breadcrumbs-item:not(:last-child)::after {
    margin: 0 5px;
  }

  /* ----- SP Home ----- */
  .p-main-header:before, .p-main-header:after {
    display: none;
  }

  .p-main-visual {
    margin-bottom: 30px;
  }
  .p-main-visual-container {
    height: auto !important;
  }
  .p-main-visual-container:after {
    display: none;
  }
  .p-main-visual-slide:after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    content: "";
    display: block;
    top: 10px;
    border: 1px solid #fff;
    left: 10px;
    padding: 10px;
    position: absolute;
    z-index: 3;
    pointer-events: none;
  }
  .p-main-visual-poster {
    height: 36vh;
  }
  .p-main-visual-poster.is-diagonal:after {
    display: none;
  }
  .p-main-visual-catchcopy {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display: block;
  }
  .p-main-visual-catchcopy-body {
    padding: 30px 0;
    position: relative;
  }
  .p-main-visual-catchcopy-head {
    color: #737088;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .p-main-visual-catchcopy-small {
    font-size: 12px;
    font-size: 1.2rem;
    color: #6e6e6e;
  }
  .p-main-visual .p-time-table {
    display: none;
  }
  .p-main-visual .p-home-mv-blog {
    position: relative;
    max-width: 100%;
    width: 100%;
    right: 0;
    top: 0;
    margin: 40px 0 0;
    background: #737088;
    color: #fff;
    padding: 10px 3.75%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-main-visual .p-home-mv-blog-item {
    margin: 15px 0;
  }
  .p-main-visual .p-home-mv-blog-category {
    color: #fff;
  }
  .p-main-visual .p-home-mv-blog-category::before {
    background: #fff;
    top: 4px;
  }

  .p-home-about {
    margin-bottom: 60px;
  }
  .p-home-about .p-section-txt {
    margin-bottom: 30px;
  }

  .p-home-about-content {
    padding: 0 30px;
    margin-top: 30px;
  }

  .p-section-ttl {
    margin: 0 auto 30px;
  }
  .p-section-ttl-en {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-section-ttl-ja {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-section-ttl.is-centerline .p-section-ttl-wrap:before, .p-section-ttl.is-centerline .p-section-ttl-wrap:after {
    display: none;
  }
  .p-section-lead {
    margin-bottom: 30px;
  }
  .p-section-lead-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .p-home-sec .p-section-txt {
    padding: 0 30px;
    margin: 0 auto 30px;
  }
  .p-home-sec .c-btn,
  .p-home-sec .c-btn-white {
    padding: 0 30px;
  }
  .p-home-sec-figure {
    padding: 0 30px;
  }

  .p-home-menu {
    padding: 0 15px;
    margin: 0 auto 10px;
    display: block;
  }
  .p-home-menu-item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .p-home-blog {
    padding: 60px 0;
  }
  .p-home-blog:before {
    display: none;
  }
  .p-home-blog .c-btn,
  .p-home-blog .c-btn-white {
    padding: 0 30px;
  }
  .p-home-blog-wrap {
    padding: 0;
    margin: 0 auto 20px;
  }
  .p-home-blog-cover {
    width: 100%;
    left: 0;
  }
  .p-home-blog-cover:before {
    display: none;
  }

  .p-blog-article {
    width: 100% !important;
    padding: 0 15px 20px;
  }
  .p-blog-meta {
    margin: 0 4px 8px;
  }
  .p-blog-time, .p-main-visual .p-home-mv-blog-time {
    font-size: 12px;
    font-size: 1.2rem;
    width: auto;
  }
  .p-blog-time:after, .p-main-visual .p-home-mv-blog-time:after {
    top: 2px;
  }
  .p-blog-caption {
    padding: 12px 16px 16px;
  }
  .p-blog-category, .p-main-visual .p-home-mv-blog-category {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-blog-category li, .p-main-visual .p-home-mv-blog-category li {
    padding: 3px 4px 0 0;
  }
  .p-blog-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.5em;
  }

  .l-subpage .p-blog-wrap {
    display: block;
  }
  .l-subpage .p-blog-meta {
    margin: 0 4px 8px;
  }
  .l-subpage .p-blog-time, .l-subpage .p-main-visual .p-home-mv-blog-time, .p-main-visual .l-subpage .p-home-mv-blog-time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .l-subpage .p-blog-category, .l-subpage .p-main-visual .p-home-mv-blog-category, .p-main-visual .l-subpage .p-home-mv-blog-category {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .l-subpage .p-blog-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }

  .l-subpage .p-post-wrap {
    display: block;
  }

  .l-subpage .l-blog-main {
    width: 100%;
    padding: 50px 0 0;
  }

  .l-subpage .l-post-main {
    width: 100%;
    padding: 40px 15px 0;
  }

  .p-post-content {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-gadget-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .c-gadget-items,
  .c-gadget-posts,
  .c-gadget-archives{
    margin-bottom: 20px;
  }

  .p-post-nav-prev, .p-post-nav-next, .p-post-nav-list {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-blog-article {
    width: 100%;
    padding: 0 15px;
  }

  .p-blog-none {
    padding: 0 15px 60px;
  }

  .l-subpage .l-blog-side {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 80px;
  }

  .p-home-access {
    margin-bottom: 50px;
  }
  .p-home-access-wrap {
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
  }
  .p-home-access-content {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .p-home-access-map {
    grid-row: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-home-access-map .c-map::after {
    padding-top: 250px;
  }

  /* ----- SP Footer ----- */
  .p-contact-wrap {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .p-contact-btn {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .p-contact-tel-head, .p-contact-mail-head {
    letter-spacing: 0.1em;
  }
  .p-contact-tel-add {
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    padding-left: 35px;
  }
  .p-contact-mail-add {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    padding-left: 35px;
  }
  .p-contact-tel-add:before, .p-contact-mail-add:before {
    width: 25px;
    height: 25px;
    line-height: 26px;
    padding-left: 3px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-contact-link {
    padding: 20px 16px;
  }

  .p-footer-nav {
    display: none;
  }

  .p-time-table {
    width: 100%;
    padding: 0 15px;
  }
  .p-time-table-body th {
    width: 95px;
    letter-spacing: 0;
  }
  .p-time-table-body thead {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-time-table-body tbody th {
    letter-spacing: 0;
  }
  .p-time-table-body tbody td {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .p-time-table-txt {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .p-time-table-small {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .p-contact + .p-time-table {
    border: 0;
  }

  /* ----- SP Pages ----- */
  .p-subpage-header {
    min-height: auto;
    margin: 50px 0 0;
  }
  .p-subpage-header-wrap {
    min-height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 10%;
  }
  .p-subpage-header-ttl-en {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-subpage-header-ttl-ja {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-subpage-header-ttl-menu-big {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .p-contents-ttl {
    margin-bottom: 30px;
  }
  .p-contents-ttl-en {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .p-contents-ttl-ja {
    font-size: 15px;
    font-size: 1.5rem;
  }

  /* menu */
  .p-menu {
    padding: 20px 15px 70px;
    margin: 0 auto 10px;
  }
  .p-menu-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-menu-item:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }

  /* about */
  .p-about-head {
    margin-bottom: 60px;
    padding: 40px 0 60px;
  }
  .p-about-head-wrap {
    display: block;
    padding: 0 15px;
  }
  .p-about-head-left {
    background-position: center;
    padding: 25px 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .p-about-head-right {
    width: 100%;
    padding: 0;
  }

  /* about - feature */
  .p-feature {
    margin-bottom: 0;
  }

  .p-feature-sec {
    margin-bottom: 60px;
  }
  .p-feature-sec-ttl-small {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 4px;
    letter-spacing: 0.15em;
  }
  .p-feature-sec-ttl-em {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-feature-sec-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-staff {
    margin-bottom: 40px;
    padding-top: 60px;
  }
  .p-staff:after {
    padding-bottom: 100%;
  }
  .p-staff-top-wrap {
    padding: 0 15px;
    margin-bottom: 60px;
  }
  .p-staff-top-wrap .p-staff-figure {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .p-staff-top-wrap .p-staff-data {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .p-staff-top-wrap .p-staff-txt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .p-staff-bottom-wrap .p-staff-name-ja {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-staff-bottom-wrap .p-staff-name-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-staff-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-staff-name-en {
    display: block;
    width: 100%;
  }
  .p-staff-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-facilities-item {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto 40px;
  }
  .p-facilities .swiper-pagination-bullet-active {
    background: #737088;
  }
  .p-facilities-list {
    flex-wrap: nowrap;
    padding: 0;
  }
  .p-facilities-caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-facilities-arrow {
    width: 32px;
    height: 32px;
  }
  .p-facilities-arrow:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #737088;
  }
  .p-facilities-arrow.swiper-button-prev {
    left: 0;
  }
  .p-facilities-arrow.swiper-button-prev:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    content: "\f104";
  }
  .p-facilities-arrow.swiper-button-next {
    right: 0;
  }
  .p-facilities-arrow.swiper-button-next:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 28px;
    content: "\f105";
  }

  .p-access-info {
    background: rgba(115, 112, 136,  0.1);
  }
  .p-access-info-left {
    width: 100%;
    padding: 0 50px 20px;
  }
  .p-access-info-right {
    width: 100%;
    padding: 0 30px;
  }
  .p-access-info-address {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-access-info-data {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-access-info:after {
    background: #fff;
    top: 0;
    bottom: auto;
  }

  .p-access-map-wrap {
    padding: 0;
  }
  .p-access-map-left {
    width: 100%;
  }
  .p-access-map-right {
    width: 100%;
    padding: 30px 30px 0;
  }
  .p-access-map-dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-access-map .c-map:after {
    padding-top: 300px;
  }

  /* faq */
  .p-faq {
    margin-bottom: 20px;
  }
  .p-faq-head {
    padding: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-faq-question {
    margin-bottom: 40px;
    padding: 15px;
  }
  .p-faq-question-ttl {
    padding: 20px 32px 20px 48px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-faq-question-ttl:before {
    font-size: 18px;
    font-size: 1.8rem;
    top: 14px;
    left: 15px;
  }
  .p-faq-question-ttl:after {
    right: 10px;
    top: calc(50% - 14px);
  }
  .p-faq-ans {
    padding: 0 15px 0 48px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-faq-ans:before {
    font-size: 20px;
    font-size: 2rem;
    left: 15px;
  }

  .p-faq-check:checked + .p-faq-question-ttl + .p-faq-ans {
    padding: 20px 15px 20px 48px;
  }
  .p-faq-check:checked + .p-faq-question-ttl + .p-faq-ans:before {
    top: 16px;
  }

  .p-menu-detail-head {
    margin-bottom: 60px;
  }

  .p-menu-detail-head-sec {
    display: block;
  }
  .p-menu-detail-head-sec-ttl-em {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7em;
  }

  .p-menu-detail-head-sec-img {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .p-menu-detail-head-sec-content {
    display: block;
    padding: 0 30px;
  }

  .p-menu-flow {
    padding: 60px 0;
    background-size: auto 300px;
    background-position: 50% 0;
  }
  .p-menu-flow:after {
    height: 300px;
    content: "";
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }

  .p-menu-price {
    padding: 60px 0;
  }

  .p-menu-nav-list {
    display: block;
  }

  .p-menu-nav-item {
    width: 100%;
    padding: 0 30px 15px;
  }

  .p-menu-flow-inner {
    padding: 30px 15px 0;
  }

  .p-menu-flow-item:before {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-menu-flow-item:not(:last-child):after {
    top: 50px;
    left: 25px;
  }

  .p-menu-flow-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .p-menu-flow-item {
    padding: 0 0 30px 65px;
  }

  .p-menu-caution {
    padding: 20px 15px;
  }

  .p-menu-price-ttl {
    padding: 0 15px 8px 28px;
  }
  .p-menu-price-ttl:before {
    left: 10px;
  }
  .p-menu-price-lead {
    padding: 0 10px;
  }

  .p-menu-price-inner {
    padding: 30px 15px;
  }

  .p-menu-price-item {
    display: block;
  }
  .p-menu-price-item-price {
    text-align: right;
  }

  .p-menu-price-note {
    margin-bottom: 30px;
  }

  .p-menu-nav-item-btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 30px 10px 15px;
    letter-spacing: 0.2em;
  }

  .p-post-related {
    /*
    .p-blog-time:after {
      top: 6px;
      height: 12px;
    }
    */
    /*
    .p-blog-category {
      padding: 1px 5px 5px;
    }
    */
  }
  .p-post-related .yarpp-related {
    display: block;
  }
  .p-post-related .p-blog-article {
    width: 100%;
    padding: 0;
  }
  .p-home-menu-item:nth-child(4n+1) {
    margin: 0 0 20px 0;
  }
}

/*# sourceMappingURL=layout.css.map */

/***** refusal *****/
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .refusal img {
    max-width: 270px;
  }
}

img[src$="reloclub_logo.jpg"] ,
img[src$="fukuri_logo.jpg"] {
    max-width:200px;
}
@media screen and (max-width: 767px) {
  .p-home-menu-item:nth-child(4n), .p-home-menu-item:last-child {
      margin-right: 0;
  }
  .p-main-visual-poster {
    width: 100vw;
  }
}
.p-main-visual-catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-main-visual-catchcopy-body {
  position: relative;
}
.p-main-visual-catchcopy:before {
  position: absolute;
  height: calc(100% - 1.5em);
  width: calc(100% - 1.5em);
}

.p-main-visual {
  margin-bottom:0;
}
.p-home-topics {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  background: rgba(115, 112, 136, .3);
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  justify-content: center;
}
.p-home-topics-container {
  max-width: 50%;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.p-home-topics-container h3{
  background: #737088;
  color: #ffffff;
  padding: 1em 0.5em;
  display:inline-block;
  text-align: center;
  max-width: 150px;
  width: 100%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lora', serif;
}
.p-home-topics-container-link {
  padding: 1em;
  font-size: 1.4rem;
  display: block;
  position: relative;
  width: 100%;;
}
.p-home-topics-container-link.none {
  display: flex;
  align-items: center;
}
.p-home-topics-container-link time {
  font-weight: bold;
  color: #737088;
  padding-bottom: 5px;
  display: inline-block;
}
.p-home-topics-container-text {
  padding-right: 40px;
  display: flex;
}
.p-home-topics-container-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-home-topics-container-link:hover {
  background: rgba(255, 255, 255, .3);
  transition: all 0.2s linear;
}
.p-home-topics-container-link.none:hover {
  background: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 767px) {
  .p-home-topics {
    margin-bottom: 40px;
    padding: 0;
  }
  .p-home-topics-container {
    display: block;
    max-width: 100%;
  }
  .p-home-topics-container h3, .p-home-topics-container-link {
    max-width: 100%;
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.p-home-topics:after {
background: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) repeat;
background-size: 4px 4px;
content: "";
height: 100%;
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
pointer-events: none;
}
@media screen and (max-width:500px) {
.p-header-logo-img {
  max-width: 60vw;
}
}
/***** 20210927 refusal *****/
.refusal {
  line-height: 1;
}
.refusal img {
  width: 100%;
  max-width: 285px;
  max-height: 14px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .refusal img {
    max-width: 285px;
  }
}
/***** 20220111 *****/
.c-form textarea {
  vertical-align: top;
}
/***** 20220309 *****/
.l-header {
	position: relative;
}
.l-main{
	padding: 0;
}
@media screen and (max-width: 767px) {
.p-header {
	position: fixed;
}
}
.a2a_kit .a2a_label {display:none !important;}
@media screen and (min-width: 768px) {
  .p-home-trouble-item-label {
    min-height: 100px;
  }
}

/***** 支援修正 *****/
body.is-showtitle {
  background-color: #151515;
}
body.is-showtitle .p-hum {
  top: 50px;
}
body.is-showtitle .js-body-wrapper {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.is-showtitle .p-hum,
  body.is-showtitle .p-header{
    top: 40px;
  }
}
/***** blogConent *****/
.p-post-content a:not([class]) {
  color: #1a0dab;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-post-content a:not([class]):hover {
    text-decoration: none;
  }
}
.p-post-content h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
.p-post-content h2 {
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
.p-post-content h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-post-content h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.p-post-content h5 {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}
.p-post-content h6 {
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
.p-post-content p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 28px;
  margin-bottom: 28px;
}
.p-post-content ul:not([class]), .p-post-content ol:not([class]) {
  margin-bottom: 28px;
  padding: inherit;
  padding-left: 1.3em;
  margin-left: 1.3em;
}
.p-post-content ul:not([class]) ul, .p-post-content ul:not([class]) ol, .p-post-content ol:not([class]) ul, .p-post-content ol:not([class]) ol {
  margin-bottom: 0;
}
.p-post-content ul:not([class]) li, .p-post-content ol:not([class]) li {
  margin-bottom: initial;
}
.p-post-content ul:not([class]) ,
.p-post-content ul:not([class]) li {
  list-style-type: disc;
}
.p-post-content ol:not([class]) ,
.p-post-content ol:not([class]) li {
  list-style-type: decimal;
}
.p-post-content ul:not([class]) ul,
.p-post-content ol:not([class]) ul ,
.p-post-content ul:not([class]) ul li,
.p-post-content ol:not([class]) ul li {
  list-style-type: circle;
}
.p-post-content .wp-block-audio {
  margin-left: 0px;
  margin-right: 0px;
}
.p-post-content .p-post-content .wp-block-audio audio {
  width: 100%;
}
.p-post-content .wp-block-quote__citation,
.p-post-content .wp-block-quote cite,
.p-post-content .wp-block-quote footer {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.85rem;
  margin-top: 12px;
}
.p-post-content .wp-block-quote cite::before,
.p-post-content .wp-block-quote footer::before {
  content: '— '
}

.p-post-content .wp-block-button {
  position: relative;
  box-sizing: border-box;
}
.p-post-content .wp-block-button.alignwide a {
  display: block;
}
.p-post-content code, .p-post-content pre, .p-post-content .wp-block-code {
  font-family: Courier, sans-serif;
  line-height: 1.4;
  margin: 32px 0px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 3px;
}
.p-post-content .wp-block-cover,
.p-post-content .wp-block-cover-image {
  margin-top: 32px;
  margin-bottom: 32px;
}
.p-post-content .wp-block-cover-image.has-background-dim,
.p-post-content .wp-block-cover-image.has-background-dim h2 {
  color: #ffffff;
}
.p-post-content .wp-block-gallery .blocks-gallery-item {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}
.p-post-content .wp-block-gallery .blocks-gallery-image {
  margin-left: 0px;
  margin-right: 0px;
}
.p-post-content .wp-block-gallery .blocks-gallery-image figcaption,
.p-post-content .wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}
.p-post-content .wp-block-image {
  max-width: none;
  margin: 32px auto;
  padding: 0px;
}
.p-post-content img {
  margin-bottom: auto;
}
.p-post-content img.aligncenter,
.p-post-content .wp-block-image.aligncenter {
  display: block;
  margin: 12px auto;
  padding: 0px;
}
.p-post-content img.alignnone,
.p-post-content .wp-block-image.alignnone {
  display: inline;
  margin: 12px 0px;
  padding: 0px;
}
.p-post-content img.alignright,
.p-post-content .wp-block-image.alignright {
  display: inline;
  margin: 16px 0px 16px 24px;
  padding: 0px;
}
.p-post-content img.alignleft,
.p-post-content .wp-block-image.alignleft {
  display: inline;
  margin: 16px 24px 16px 0px;
  padding: 0px;
}
.p-post-content table,
.p-post-content table.wp-block-table {
  width: 100%;
  text-align: left;
  margin: 32px 0px;
  padding: 0px;
  border: 1px solid #dddddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-post-content table p,
.p-post-content table form,
.p-post-content table ul,
.p-post-content table li {
  margin: 6px 0px;
  padding: 0px;
}
.p-post-content table thead,
.p-post-content table tfoot,
.p-post-content table.wp-block-table thead,
.p-post-content table.wp-block-table tfoot {
  border: 1px solid #dddddd;
}
.p-post-content table tbody tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.04);
}
.p-post-content table th,
.p-post-content table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.04);
}
.p-post-content table td,
.p-post-content table.wp-block-table td {
  padding: 12px;
  margin: 0px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.p-post-content table.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}
.p-post-content table.wp-block-table.is-style-stripes td {
  border: 1px solid #dddddd;
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  content: none;
}
.p-post-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .p-post-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .p-post-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .p-post-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .p-post-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .p-post-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .p-post-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}

.p-post-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .p-post-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .p-post-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .p-post-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before, .p-post-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .p-post-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .p-post-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.p-post-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .p-post-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .p-post-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .p-post-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .p-post-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .p-post-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .p-post-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-post-content .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.p-post-content .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.p-post-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.p-post-content .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.p-post-content .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.p-post-content .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.78%
}

.p-post-content .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}
.p-post-content #toc_container {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #6e6e6e;
}
@media screen and (max-width: 767px) {
  .p-post-content #toc_container {
    padding: 20px;
    display: block;
  }
}

.p-post-content .p-article-nav__headline ,
.p-post-content #toc_container .toc_title {
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  border-bottom: 1px dotted #000;
  padding: 12px 40px;
  margin-bottom: 28px;
}
.p-post-content #toc_container a:link {
  color: #6e6e6e;
  text-decoration: none;
}
.p-post-content #toc_container a:hover {
}
.p-post-content #toc_container li {
  padding: 10px 0 6px;
  font-weight: 900;
  line-height: 1.5;
}
.p-post-content #toc_container li li {
  padding: 0;
  font-weight: 400;
}
.p-post-content #toc_container li li::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: #212121;
  vertical-align: middle;
  content: none;
}
/*** h1 ***/
.p-header-tel-sp {
  position: absolute;
}
.p-burger-icon {
  position: absolute;
}
.page-title {
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #151515;
  color: #fff;
  padding: 13px 50px;
  height: 50px;
  overflow: hidden;
  transition: height .1s linear, padding .1s linear;
  transition: height .1s linear, padding .1s linear, -webkit-transform .1s linear;

}
.is-overed .page-title {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page-title h1 ,
.page-title p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .page-title {
    padding: 8px 5%;
    height: 40px;
    white-space: nowrap;
  }
  .page-title h1 ,
  .page-title p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .page-title + .p-header {
    position: fixed;
    top: 40px;
  }
  .p-hum {
    transition: none;
  }
}
/* author */
.c-author {
  margin-top: 2em;
  padding: 10px;
  position: relative;
}
.c-author-label {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #737088;
}
.c-author-label label {
  padding: 0 0 .1em;
  letter-spacing: .1em;
  position: relative;
}
.c-author-label label::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50%;
  height: 2px;
  background: #737088;
}
.c-author-label label::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 50%;
  height: 2px;
  background: #0f0040;

}
@media screen and (max-width: 767px) {
  .c-author {
    margin-top: 1.5em;
  }
  .c-author-label {
    width: 100%;
    left: auto;
    text-align: center;
  }
}
.c-author-container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  border: 1px solid #888888;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .c-author-container {
    padding: 50px 1em;
  }
}

.c-author-figure {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .c-author-figure {
    width: 30vw;
    margin: 0 auto;
  }
}

.c-author-txt {
  width: calc(100% - 150px);
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-author-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.c-author-txt-label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0f0040;
}

@media screen and (max-width: 767px) {
  .c-author-txt-label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-author-txt-name {
  color: #666666;
  margin-bottom: 1em;
  font-weight: bold;
}

.c-author-txt-name-main {
  font-size: 2.2rem;
  padding-right: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-author-txt-name {
    text-align: center;
  }
  .c-author-txt-name-main {
    font-size: 20px;
    font-size: 2rem;
    padding-right: 12px;
  }
}

.c-author-txt-name-sub {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  color: #737088;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
  .c-author-txt-name-sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-author-txt-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-author-txt-desc {

  }
}

.c-author-txt-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c-author-txt-list-item {
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.c-author-txt-list-item:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .c-author-txt-list-item:not(:last-child) {
    margin-right: .5em;
  }
}

.c-author-txt-list-item-link {
  color: #737088;
  border-bottom: 1px solid #737088;
  transition: all .2s ease;
  padding: .3em 0 0;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .c-author-txt-list-item-link:hover {
    opacity: .8;
  }
}

.c-author-txt-sns-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #0f0040;
}

.c-author-txt-sns-list-item-link {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 1em 0 0;
  transition: color .5s ease;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .c-author-txt-sns-list {
    justify-content: center;
  }
  .c-author-txt-sns-list-item-link {
    margin: 0 .5em;
  }
}

@media screen and (min-width: 768px) {
  .c-author-txt-sns-list-item-link:hover {
    opacity: .8;
  }
}

/*** gurtenberg nav ***/
div#toc_container {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  background: #f9f9f9;
  border: none;
}

@media screen and (max-width: 991px) {
  div#toc_container {
    padding: 20px 15px;
  }
}

#toc_container p.toc_title {
  font-size: 3.2rem;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  #toc_container p.toc_title {
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
}

div#toc_container p.toc_title+ul.toc_list {
  margin-top: 3.2rem;
  padding: 20px 40px 40px;
}

div#toc_container ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}
div#toc_container ul li + li {
}

@media screen and (max-width: 991px) {
  div#toc_container ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

div#toc_container ul ul {
  margin-top: 10px;
  margin-left: 0;
}

div#toc_container ul li ul li {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  color: #666;
}

@media screen and (max-width: 991px) {
  div#toc_container ul li ul li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

div#toc_container ul li ul li a:before {
  content: "-";
  display: inline-block;
  width: 1em;
  margin-left: -1.4em;
}
div#toc_container > ul > li > ul > li > ul > li > a:before {
  width: 2em;
}

div#toc_container ul ul ul {
  margin-top: 0;
}

div#toc_container ul li ul li ul li {
  text-indent: 1em;
}
div#toc_container a{
  letter-spacing: .1em;
  position: relative;
  color: #6e6e6e;
}
div#toc_container a::after {
  background: #0f0040;
  bottom: 0px;
  content: none;
  display: inline-block;
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}
div#toc_container a:hover {
  text-decoration: none;
}
div#toc_container a:hover::after {
  opacity: 1;
}

/*** pass ***/
.post-password-form p:last-child {
  margin-top: 20px;
}

.post-password-form input[type="password"] {
  border: 1px solid #ccc;
  padding: 3px;
}

.post-password-form input[type="submit"] {
  color: #fff;
  background: #0f0040;
  padding: 4px 10px;
}
.sw-article-card__category,
.sw-article-card__category:not(:first-of-type) {
  margin: 10px .5em 0 0;
  letter-spacing: .1em;
}
/*** TOC+ Setting ***/
#toc_container .toc_list > li > ul > li  a {
  font-size: 15px;
  margin-left: 1.5em;
}
#toc_container .toc_list > li > ul > li > ul {
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #toc_container .toc_list > li > ul > li > a {
    font-size: 14px;
  }
  #toc_container .toc_list > li > ul > li > a::before {
    font-size: 14px;
  }
}
#toc_container p.toc_title {
  letter-spacing: .1em;
}
.post-article .wp-block-file .wp-block-file__button,
.post-article .wp-block-button__link {
  width: auto;
}

.l-wrapper {
  background: #fff;
}
.c-breadcrumbs-item:last-child a{
  cursor: default;
}
/*----------------------------------------
privacy
----------------------------------------*/
.p-privacy__read {
  margin: 2em 0 3em;
}
.p-privacy__ttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bbb;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*----------------------------------------
c-section
----------------------------------------*/
.c-section {
  position: relative;
}
.c-section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .c-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.c-section.is-contact {
  margin-bottom: 0;
}
.c-section__container {
  position: relative;
  margin: 0 80px;
}
@media screen and (max-width: 767px) {
  .c-section__container {
    margin: 0 20px;
  }
}
.c-section__container.is-middle {
  margin: 0 160px;
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-middle {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle.is-sp-middle {
    margin: 0 20px;
  }
}
.c-section__container.is-small {
  margin: 0 300px;
}
@media screen and (max-width: 1600px) {
  .c-section__container.is-small {
    margin: 0 200px;
  }
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-small {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-small {
    margin: 0 20px;
  }
}
.p-privacy-block {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-block {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----------------------------------------
c-o-list-child
----------------------------------------*/
.c-o-list-child {
  position: relative;
  text-align: justify;
}
.c-o-list-child:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-o-list-child:not(:first-child) {
    margin-top: 10px;
  }
}
.c-o-list-child__item {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  counter-increment: c-o-list-child-number;
}
.c-o-list-child__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  content: "(" counter(c-o-list-child-number) ")";
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item::before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-o-list-child__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----------------------------------------
c-guid-desc
----------------------------------------*/
.c-guid-desc {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-guid-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-privacy-block .c-guid-desc,
.p-shopping-guide-block .c-guid-desc {
  text-align: left;
}
.c-section.is-guide .c-guid-desc {
  padding-left: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-section.is-guide .c-guid-desc {
    padding-right: 5px;
    padding-left: 5px;
  }
}
:not(:last-child) > .c-guid-desc:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  :not(:last-child) > .c-guid-desc:last-child {
    margin-bottom: 40px;
  }
}
/*----------------------------------------
c-o-list
----------------------------------------*/
.c-o-list {
  position: relative;
  text-align: justify;
}
.c-o-list:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-o-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.c-o-list__item {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0 10px 0 35px;
  counter-increment: c-o-list-number;
}
@media screen and (max-width: 767px) {
  .c-o-list__item {
    margin-bottom: 10px;
    padding-left: 23px;
  }
}
.c-o-list__item:last-child {
  margin-bottom: 3em;
}
.c-o-list__item::before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  line-height: 1.8;
  content: counter(c-o-list-number) ".";
}
@media screen and (max-width: 767px) {
  .c-o-list__item::before {
    left: 1px;
  }
}
.c-o-list__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
a:not([class]) {
    text-decoration: underline;
}
a:not([class]):hover {
    color: #0f0040;
}
.c-form__consent {
    padding: 1em 0;
    text-align: center;
    letter-spacing: 0.1rem;
}
.c-u-list-child__item {
    position: relative;
    padding: 0 0 0 1.2em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-u-list-child__item {
      font-size: 12px;
      font-size: 1.2rem;
  }
}
.c-u-list-child__item::before {
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background: #6e6e6e;
    content: "";
}
/*----------------------------------------
footer-sub-link
----------------------------------------*/
.p-footer-sub-link {
  text-align: center;
  margin: 20px auto 0;
}
.p-footer-sub-link-list {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  flex-wrap: wrap;
  margin: auto;
}
.p-footer-sub-link-item {
  padding: 0 10px;
  line-height: 1.65em;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
.p-footer-sub-link-item+.p-footer-sub-link-item:before {
  position: absolute;
  left: 0;
  top: calc(50% - .5em);
  height: 1em;
  width: 1px;
  content: "";
  background: #737088;
}
.p-footer-sub-link-link {
  display: block;
  transition: .2s;
  font-size: 1.3rem;
}
.p-footer-sub-link-link:hover {
  color: #0f0040;
  text-decoration: underline;
}
/***** 20220804 *****/
.p-home-trouble-item-label {
    min-width: 100px;
}
@media screen and (max-width: 767px) {
  .p-home-trouble-item-label {
      min-width: 50px;
  }
}
/***** 20220819 *****/
.l-subpage .l-post-main {
  margin: 0 auto;
}
/***** 20220824 *****/
.p-post-date.no-category::after,
.p-blog-time.no-category::after {
  content:none;
}

/*** 20230419 ***/
.p-gnav-wrap::-webkit-scrollbar {
  width: 10px;
}
.p-gnav-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #0f0040;
}
.p-gnav-wrap::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f2f2f2;
}

/** 202308 twitter => X **/ .a2a_s_share1 svg path:first-child {fill: #222 !important;}

/* 20231221 */
.p-home-menu-head,
.p-menu-head {
  letter-spacing: .05em;
}

/* 20240122 Contact form 7 */
/* form */
.c-form {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto 130px;
  padding: 0 15px;
  /* form privacy */
}
.c-form-lead {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-form-table {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.c-form-tbody {
  padding: 0 15px;
}
.c-form-cnt {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.c-form-label-val {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
}
.c-form-label-val.is-require {
  color: #fff;
  background: #ed0000;
}
.c-form-label-val.is-any {
  background: #ddd;
}
.c-form-label-txt {
  font-weight: bold;
  padding: 0 12px;
}
.c-form-label-txt {
  font-weight: bold;
  padding: 0 12px;
}
.c-form-required {
  margin-right: 12px;
  background: #df3838;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-form-any {
  margin-right: 12px;
  background: #bdbbba;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-form-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 0;
  padding: 0 0 12px;
  width: 100%;
  display: block;
  text-align: left;
}
.c-form input[type="text"],
.c-form input[type="date"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form textarea,
.c-form select {
  width: 100%;
  padding: 8px 8px;
  background: #f8f8f8;
  font-size: 15px;
  font-size: 1.5rem;
  height: 45px;
}
.c-form input[type="text"]::placeholder,
.c-form input[type="email"]::placeholder,
.c-form input[type="tel"]::placeholder,
.c-form textarea::placeholder,
.c-form select::placeholder {
  color: #aaa;
}
.c-form textarea {
  height: 160px;
}
.c-form-dt,
.c-form dt {
  margin-bottom: 12px;
}
.c-form-dd,
.c-form dd {
  margin-bottom: 45px;
}
.c-form-consent {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.c-form-consent span {
  display: inline-block;
}
.c-form-consent label {
  cursor: pointer;
}
.c-form-btn {
  text-align: center;
}
.c-form-btn input {
  letter-spacing: 0.15em;
}
.c-form-privacy {
  padding: 20px 15px;
  text-align: left;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px;
}
.c-form-privacy-inner {
  max-height: 225px;
  overflow-y: auto;
  padding: 10px;
}
.c-form-privacy-inner::-webkit-scrollbar {
  width: 8px;
}
.c-form-privacy-inner::-webkit-scrollbar-track {
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.c-form-privacy-inner::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 8px;
  box-shadow: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.c-form-privacy-ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 20px;
}
.c-form-privacy-txt {
  margin: 0 0 40px;
}
.c-form-privacy-list-item {
  margin: 0 0 40px;
}
.c-form-privacy-subttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 20px;
}
.c-form-privacy-order {
  counter-reset: order 0;
}
.c-form-privacy-order-item {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-form-privacy-order-item:before {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #111;
  content: counter(order) ".";
  counter-increment: order 1;
}
.c-form-privacy-order-txt {
  margin: 0 0 20px;
}
.c-form input[type="checkbox"] {
  min-height: 1px;
  max-width: 1px;
  opacity: 0;
  display: none;
}
.c-form input[type="checkbox"] + span {
  padding: 0;
  display: inline-block;
  line-height: 1.45rem;
  position: relative;
  padding-left: 30px;
}
.c-form input[type="checkbox"] + span:before {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: -0.45rem;
  content: "";
  border: 1px solid #ddd;
  transition: .3s;
}
.c-form input[type="checkbox"] + span:after {
  transition: .3s;
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  display: block;
  left: 4px;
  top: 0;
  opacity: 0;
  border-left: 3px solid #737088;
  border-bottom: 3px solid #737088;
  transform: rotate(-45deg);
  color: #737088;
}
.c-form input[type="checkbox"]:checked + span:before {
  opacity: 0;
  transform: rotate(90deg) scale(1.3);
}
.c-form input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.c-form input[type="radio"] {
  min-height: 1px;
  max-width: 1px;
  opacity: 0;
  display: none;
}
.c-form input[type="radio"] + span {
  padding: 0;
  display: inline-block;
  line-height: 1.45rem;
  position: relative;
  padding-left: 30px;
}
.c-form input[type="radio"] + span:before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border: 1px solid #ddd;
  transition: .3s;
  border-radius: 100%;
}

.c-form input[type="radio"] + span:after {
  position: absolute;
  top: 50%;
  left: 12px;
  transform:  translateY(-50%) translateX(-50%);
  transition: .3s;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #737088;
  position: absolute;
  display: block;
  border-radius: 100%;
  opacity: 0;
}

.c-form input[type="radio"]:checked + span:after {
  opacity: 1;
}

.c-form .c-btn {
  text-align: center;
}
.c-form .c-btn-body {
  margin-top: 20px;
}

.c-form-consent span.wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: auto;
}

span.wpcf7-spinner {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 800px;
  margin: 0 auto;
}

.c-form {
  padding: 0 15px;
}
.c-form-wrap {
  padding: 40px 4.6875%;
}
@media screen and (max-width: 767px) {
  .c-form-lead {
    padding: 50px 30px 0;
    text-align: left;
  }
}

.c-form input,
.c-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}

.wpcf7 input[type="file"] {
  width: 100%;
}

input::-webkit-date-and-time-value{
  text-align: left;
}
/** 20240711 **/
.p-main-visual-catchcopy:before {
  height: 100%;
}

.p-gnav {
  background-position: 100% 60%;
  background-size: cover;
}

.p-about-head-ttl {
    text-shadow: 
    rgba(255, 255, 255, 0.8) 1px 1px 15px, rgba(255, 255, 255, 0.8) -1px 1px 15px,
    rgba(255, 255, 255, 0.8) 1px -1px 15px, rgba(255, 255, 255, 0.8) -1px -1px 15px;
}