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

  # 基本設定

  ## 配色

  - #00bfff;
  - #e5f1fb;
  - #bdbbba;
  - #636160;
  - rgba(223, 56, 56, *);
  - rgba(242, 231, 227, *);
  - rgba(189, 187, 186, *);
  - rgba(99, 97, 96, *);

  - $white: #fff;
  - $black: #3f3f3f;

  ## ブレイクポイント

  PC 1101
  TB 1100 - 768
  SP 767

  ============================================= */
@import url("https://fonts.googleapis.com/css?family=Leckerli+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700");
.colorsList {
  color: #00bfff;
  color: #e5f1fb;
  color: #bdbbba;
  color: #636160;
  color: #3f3f3f;
  color: #3f3f3f;
}

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

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

::selection {
  background: #e7e7e7;
}

html {
  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%;
}

body {
  background: #0092c4;
  color: #3f3f3f;
  -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%;
  letter-spacing: .1em;
  -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;
  font-size: 15px;
  font-size: 1.5rem;
}

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

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

a {
  color: currentColor;
  text-decoration: none;
}

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

small {
  font-size: 1.2rem;
}

ul,
ol {
  list-style: none;
}

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

img {
  border-style: none;
  vertical-align: middle;
}

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

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

input[type="submit"] {
  -webkit-appearance: none;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
textarea,
select {
  width: 100%;
  -webkit-appearance: none;
}

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

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

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

select {
  background: url(../img/arrow.svg) no-repeat 98.5% 50%;
  background-size: 12px auto;
}

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

[hidden] {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

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

address {
  font: inherit;
}

/* =============================================
  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-cormorant {
  font-family: 'Cormorant Garamond', serif;
}

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

.is-leckerli-one {
  font-family: 'Leckerli One', cursive;
}

.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;
}

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

  .pc,
  .is-pc {
    display: none;
  }
}
/* =============================================
  COMPONENTS
============================================= */
.c-btn {
  display: block;
}
.c-btn.c-btn-red input,
.c-btn.c-btn-red a {
  border: 1px solid #00bfff;
  background: #00bfff;
}
.c-btn.c-btn-black input,
.c-btn.c-btn-black a {
  border: 1px solid #3f3f3f;
  color: #3f3f3f;
}
.c-btn input,
.c-btn a {
  max-width: 243px;
  min-width: auto;
  width: 100%;
  min-height: 42px;
  color: #fff;
  line-height: 1.45em;
  text-align: center;
  padding: 10px 10px 8px;
  display: inline-block;
  font-weight: bold;
  transition: .3s;
  border: 1px solid #fff;
}
@media (hover: hover) {
  .c-btn input:hover,
  .c-btn a:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #00bfff;
  }
}

.c-section {
  margin-bottom: 160px;
}
.c-section__ttl {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 150px;
  font-size: 15rem;
  color: #00bfff;
  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-section__flex--col2, .c-section__flex--col3, .c-section__flex--col4, .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-section__flex--col2__item {
  width: 50%;
}

.c-section__flex--col3__item {
  width: 33.3333333333%;
}

.c-section__flex--col4__item {
  width: 25%;
}

.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-map {
  overflow: hidden;
  position: relative;
}
.c-map::after {
  content: '';
  display: block;
  padding-top: 80%;
}
.c-map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-form {
  max-width: 940px;
  width: 100%;
  margin: auto;
  background: #fff;
}
.c-form__wrap {
  margin-bottom: 50px;
  background: #fff;
  padding: 100px 10% 40px;
}
.c-form__required {
  margin-right: 12px;
  background: #00bfff;
  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;
  font-weight: bold;
}
.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form textarea,
.c-form select {
  width: 100%;
  padding: 8px 8px;
  border: 1px solid #bdbbba;
  font-size: 15px;
  font-size: 1.5rem;
  height: 45px;
}
.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;
}
.c-form-consent span {
  /* display: inline-block; */
}
.c-form-btn {
  text-align: center;
}
.c-form-btn input {
  letter-spacing: 0.15em;
}

.c-form-privacy {
  max-height: 360px;
  overflow-y: auto;
  padding: 20px 15px;
  text-align: left;
  background: #e5f1fb;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-form-privacy__ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
.c-form-privacy__lead {
  max-width: 600px;
  width: 100%;
  margin: 20px auto 30px;
}
.c-form-privacy dt {
  border-bottom: 1px solid #bdbbba;
}
.c-form-privacy li {
  position: relative;
}
.c-form-privacy li .c-form-num {
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}
.c-form-privacy li .c-form-privacy-content {
  padding-left: 3rem;
  display: block;
}

.c-form-btn {
  margin-top: 3%;
}
.c-form-btn input.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-form-privacy::-webkit-scrollbar {
  width: 8px;
}

.c-form-privacy::-webkit-scrollbar-track {
  background: #e5f1fb;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.c-form-privacy::-webkit-scrollbar-thumb {
  background: #00bfff;
  border-radius: 8px;
  box-shadow: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.mw_wp_form_preview .privacy,
.mw_wp_form_preview .consent {
  display: none;
}

.c-form .c-form-privacy-consent .error {
  padding-left: 42px;
}

.c-form input[type="checkbox"],
.c-form input[type="radio"] {
  display: none;
}

.c-form input[type="checkbox"] + span,
.c-form input[type="radio"] + span {
  padding: 0;
  display: inline-block;
  line-height: 1.45rem;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.c-form input[type="checkbox"] + span:before,
.c-form input[type="radio"] + span:before {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: -0.45rem;
  content: "";
  border: 1px solid #bdbbba;
  transition: .3s;
}

.c-form input[type="radio"] + span:before {
  border-radius: 100px;
}

.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 #00bfff;
  border-bottom: 3px solid #00bfff;
  transform: rotate(-45deg);
  color: #00bfff;
}

.c-form input[type="radio"] + span:after {
  transition: .3s;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
  left: 5px;
  top: 0;
  opacity: 0;
  background-color: #00bfff;
  border-radius: 100px;
}

.c-form input[type="checkbox"]:checked + span:before {
  opacity: 0;
  transform: rotate(90deg) scale(1.3);
}

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

.mw_wp_form_input .is-input-none,
.mw_wp_form_confirm .c-privacy,
.mw_wp_form_confirm .c-form-consent,
.mw_wp_form_confirm .is-confirm-none {
  display: none;
}

.mw_wp_form_complete {
  text-align: center;
}

.mw_wp_form_complete .c-btn {
  margin-top: 40px;
  padding: 0 0 60px;
}

.c-breadcrumbs-items {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumbs-item {
  font-size: 15px;
  font-size: 1.5rem;
}
.c-breadcrumbs-item:not(:last-child)::after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  margin: 0 1.15em;
  vertical-align: middle;
}

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

.p-pager {
  margin: 40px 0 0;
  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__btn {
  width: 40px;
  min-height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}

.p-archive-pager__btn.is-current {
  background: #00bfff;
  color: #fff;
}

.is-link {
  color: #00bfff;
  border-bottom: 1px dotted #00bfff;
  transition: .3s;
}

.is-link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-section {
    padding: 0 4.6875%;
    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%;
  }

  .c-form {
    padding: 0 4.6875%;
  }
  .c-form__wrap {
    padding: 40px 4.6875%;
  }

  .mw_wp_form_complete .c-btn {
    padding: 0;
  }

  .c-form-privacy {
    height: 280px;
  }
}
/* =============================================
  LAYOUT
============================================= */
.l-wrapper {
  z-index: 0;
}

.l-sidebar {
  position: relative;
  position: absolute;
}

.l-main {
  background: #e5f1fb;
  margin-left: 262px;
}

/*
.l-blog {
  display: flex;
  justify-content: space-between;
  margin: 104px auto 0;
  max-width: 1400px;
  padding: 52px 5% 0;
}

.l-blog__main {
  flex-basis: calc(70% - 48px);
}

*/
.l-blog__side {
  flex-basis: 30%;
  padding-top: 12px;
  display: none;
}

/* ----- Layout Header ----- */
.l-header {
  display: none;
}

/* ----- Layout Footer ----- */
.l-footer {
  background: #3f3f3f;
  padding: 50px 15px 20px;
  z-index: 2;
  position: relative;
}

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

  .l-header {
    z-index: 12;
    display: block;
    position: fixed;
  }

  .l-sidebar {
    left: -262px;
    bottom: 0;
    z-index: 11;
    transition: 0.3s ease;
  }
  .l-sidebar.js-open {
    left: 0;
  }

  .l-main {
    margin-left: 0;
  }
}
/* ----- 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: 60px 0 0 0;
  }
}
/* ----- HEADER ----- */
.l-header {
  display: none;
}

.p-header-logo {
  display: none;
}

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

/* ----- Tablet HEADER ----- */
@media screen and (max-width: 1100px) {
  .l-header {
    z-index: 15;
    display: block;
    position: fixed;
    top: 0;
  }

  .c-sp-menu {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 5px;
    top: 5px;
    z-index: 15;
  }
  .c-sp-menu__line {
    width: 70%;
    margin: auto;
    background: #fff;
    display: inline-block;
    height: 2px;
    left: 15%;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 1px #fff;
  }
  .c-sp-menu__line:nth-of-type(1) {
    top: 15px;
  }
  .js-open .c-sp-menu__line:nth-of-type(1) {
    top: 25px;
    transform: rotate(-135deg);
  }
  .js-open .c-sp-menu__line:nth-of-type(2) {
    opacity: 0;
    transform: rotateY(90deg);
  }
  .c-sp-menu__line:nth-of-type(3) {
    bottom: 13px;
  }
  .js-open .c-sp-menu__line:nth-of-type(3) {
    bottom: 23px;
    transform: rotate(135deg);
  }
}
/* ----- SP HEADER ----- */
@media screen and (max-width: 767px) {
  .p-header {
    width: 100%;
    height: 60px;
    background: #0092c4;
  }

  .p-header-logo {
    display: inline-block;
    max-width: 200px;
    margin: 0 12px;
    line-height: 0;
    padding: 14px 0 0;
  }

  .p-header-logo__link {
    display: block;
  }

  .p-header-logo__img {
    max-height: 35px;
    width: auto;
  }

  .c-sp-tel {
    color: #fff;
    display: block;
    position: fixed;
    width: 35px;
    top: 4px;
    right: 50px;
    font-size: 26px;
    line-height: 2;
  }
  .c-sp-tel a {
    display: block;
  }

  .c-sp-menu {
    display: block;
    top: 11px;
    left: auto;
    width: 35px;
    height: 35px;
    right: 12px;
  }
  .c-sp-menu__line {
    width: 27px;
  }
  .c-sp-menu__line:nth-of-type(1) {
    top: 7px;
  }
  .js-open .c-sp-menu__line:nth-of-type(1) {
    top: 18px;
  }
  .c-sp-menu__line:nth-of-type(3) {
    top: 28px;
    bottom: auto;
  }
  .js-open .c-sp-menu__line:nth-of-type(3) {
    top: 18px;
    bottom: auto;
  }
}
/* ----- breadcrumbs ----- */
.c-breadcrumbs {
  padding: 20px 0;
  margin: 80px 40px 0;
  color: #636160;
  border-top: 2px dotted #636160;
}

/* ----- FOOTER ----- */
.p-global-footer {
  color: #fff;
  text-align: center;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}

.p-footer-address {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-footer-address__ttl {
  margin: 0 auto 30px;
  max-width: 141px;
  transition: .3s;
}
.p-footer-address__ttl:hover {
  opacity: 0.7;
}
.p-footer-address__desc {
  margin-bottom: 30px;
}

.p-footer-nav {
  margin-bottom: 30px;
}
.p-footer-nav__list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-footer-nav__item {
  margin: 0 16px;
}
.p-footer-nav__link {
  position: relative;
  overflow: hidden;
}
.p-footer-nav__link:after {
  transition: .3s;
  content: "";
  border-bottom: 2px solid transparent;
  width: 25%;
  display: block;
  position: absolute;
  left: 0;
}
.p-footer-nav__link:hover:after {
  border-bottom: 2px solid #fff;
  width: 100%;
}
.p-footer-nav__ja {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-footer-sns {
  margin-bottom: 16px;
}
.p-footer-sns__list {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-footer-sns__item {
  margin: 10px;
  width: 20px;
  height: 20px;
}
.p-footer-sns__link {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  transition: .3s;
}
.p-footer-sns__link:hover {
  color: #e5f1fb;
}

.p-footer-bnr__item {
  margin: 40px auto;
  max-width: 200px;
  width: 100%;
}

.p-copy {
  color: #fff;
  display: block;
  text-align: center;
}

.c-totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  /* padding-bottom: 10px; */
  opacity: 0;
  transition: .3s;
}
.c-totop.is-show {
  opacity: 1;
}

.c-totop__body {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00bfff;
  color: transparent;
  text-align: center;
  position: relative;
  /* padding-bottom: 10px; */
  transition: .3s;
}

.c-totop__body:before {
  transition: .3s;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  line-height: 38px;
  content: "\f077";
  color: #fff;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  pointer-events: none;
}

.c-totop__link {
  display: inline-block;
}

@media screen and (min-width: 1101px) {
  .c-totop__body:hover {
    background: #fff;
  }
  .c-totop__body:hover:before {
    color: #00bfff;
  }
}
/* ----- SP FOOTER ----- */
@media screen and (max-width: 767px) {
  .p-footer-nav {
    display: none;
  }
}
/* ----- SIDEBAR ----- */
.p-global-sidebar {
  display: block;
  max-width: 262px;
  width: 100%;
  min-height: 100vh;
  padding: 52px 34px 80px;
  bottom: 0;
  position: fixed;
  transition: 0.75s;
  background: #0092c4;
}

.p-sidebar-logo {
  max-width: 60%;
  height: auto;
  text-align: center;
  margin: 0 auto 20px;
}
.p-sidebar-logo__link {
  text-align: center;
  transition: .3s;
}
.p-sidebar-logo__link:hover {
  opacity: 0.7;
}

.p-gnav .p-copy {
  margin: 130px auto 20px;
  color: #bdbbba;
}
.p-gnav__list {
  margin-bottom: 28px;
}
.p-gnav__item {
  border-radius: 6px;
  margin-bottom: 5px;
  position: relative;
  animation: .7s linear slide forwards;
}
.p-gnav__link {
  transition: .3s;
  border-radius: 3px;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 8px;
}
/*.p-gnav__link:before {
  transition: .2s;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;

  display: block;
}
*/
.p-gnav__link:hover {
  background: #00bfff;
}
.p-gnav__link:hover:before {
  border: 1px solid #fff;
}
.p-gnav__link:hover {
  color: #fff;
}
.p-gnav__en {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.2;
}
.p-gnav__ja {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2em;
}
.p-gnav .p-subnav__item {
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.35em;
}
.p-gnav .p-subnav__link {
  transition: .3s;
  display: inline-block;
}
.p-gnav .p-subnav__link:hover {
  opacity: .5;
}
.p-gnav .p-subnav__link-ico {
  padding-right: 8px;
}
.p-gnav .p-subnav__link-txt {
  font-size:1.3rem;
  border-bottom: 1px solid;
  font-family: 'Josefin Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.p-sns {
  margin-top: 130px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-sns__item {
  color: #fff;
  margin: 6px;
}
.p-sns__link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  text-align: center;
  background: #bdbbba;
  border-radius: 50%;
  transition: .3s;
}
.p-sns__link:hover {
  background: #00bfff;
}
.p-sns__link .fab {
  margin: 0 0 0 2px;
}
.p-sns__link .fa-instagram {
  margin: 0 0 0 1px;
}
.p-sns + .p-copy {
  margin: 20px auto;
}

@media screen and (max-width: 1366px) {
  .p-global-sidebar {
    padding: 40px 34px 40px;
  }

  .p-sidebar-logo {
    margin: 0 auto 20px;
  }

  .p-sns {
    display: none;
  }

  /*
  .p-copy {
    display: none;
  }
  */
}
@media screen and (min-width: 1101px) {
  .c-sp-menu {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .p-global-sidebar {
    padding: 40px 34px 40px;
    top: 0;
  }

  .p-sidebar-logo {
    margin: 0 auto 20px;
  }

  .p-sns {
    margin-top: 40px;
  }

  .p-copy {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-global-sidebar {
    padding: 80px 34px 100px;
    top: 0;
    min-width: 100%;
    overflow-y: scroll;
  }

  .p-sidebar-logo {
    display: none;
  }

  .p-gnav .p-gnav__item {
    margin-bottom: 5px;
  }
  .p-gnav .p-sns {
    display: flex;
  }
  .p-gnav .p-copy {
    display: block;
    margin: 20px auto;
  }
}
/* ----- HOME ----- */
.p-main-visual {
  color: #fff;
  width: 100%;
  position: relative;
}
.p-main-visual__header {
  z-index: 2;
  top:50% !important;
  position: absolute;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
    text-align: center;
    padding: 0 20px;
}
.p-main-visual__container {
  z-index: 1;
  position: relative;
}
.p-main-visual__slide {
  max-width: 100%;
}
.p-main-visual__item {
  padding: 45px 0 65px;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 950px;
}
.p-main-visual__item picture,
.p-main-visual__item picture img {
  display: block;
  width: 100%;
}
.p-main-visual__poster {
  width: 645px;
  height: auto;
  background: #fff;
  padding: 20px 20px 200px 20px;
  margin: auto;
  box-shadow: 5px 5px #bdbbba;
  animation: delayOpacity 2s ease 1.5s normal forwards;
  opacity: 0;
}
.p-main-visual__catchcopy-ja {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.2em;
  letter-spacing: 0.3em;
  display: block;
  animation: delayOpacity 2s ease .6s normal forwards;
  opacity: 0;
  margin-bottom:10px;
}
.p-main-visual__catchcopy-en {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-family: 'Josefin Sans', sans-serif;
  word-break: break-all;
  display: block;
  animation: delayOpacity 2s ease .8s normal forwards;
  opacity: 0;
}
.p-main-visual__lead {
  display: inline-block;
  font-size: 35px;
  font-size: 3.5rem;
  border: 1px solid #fff;
  padding: .75rem 0;
  border-left: 0;
  border-right: 0;
  line-height: 1.2em;
  letter-spacing: 0.25em;
  animation: delayOpacity 2s ease 1.1s normal forwards;
  opacity: 0;
}
.p-main-visual__pagination.swiper-pagination-bullets {
  bottom: 20px !important;
  animation: delayOpacity 2s ease 1.5s normal forwards;
  opacity: 0;
}
.p-main-visual__pagination .swiper-pagination-bullet {
  opacity: 1;
  transition: .3s;
  background: #fff;
  border: 0.5px solid #00bfff;
}
.p-main-visual__pagination .swiper-pagination-bullet-active {
  background: #00bfff;
}
.p-main-visual__pagination .swiper-pagination-bullet:only-child {
  display: none;
}
.p-main-visual .swiper-button-next,
.p-main-visual .swiper-button-prev {
  color: #00bfff;
  animation: delayOpacity03 2s ease 1.5s normal forwards;
  opacity: 0;
  top: auto;
  bottom: 208px;
}
.p-main-visual .swiper-button-next {
  right: calc(50% - 80px);
}
.p-main-visual .swiper-button-prev {
  left: calc(50% - 80px);
}
.p-main-visual .swiper-button-next:after,
.p-main-visual .swiper-button-prev:after {
  display: none;
}

@media screen and (max-width: 1600px) {
  .p-main-visual__catchcopy-ja {
    font-size: 4.375vw;
  }
  .p-main-visual__catchcopy-en {
    font-size: 1.875vw;
  }
  .p-main-visual__lead {
    font-size: 2.1875vw;
  }
}
@keyframes delayOpacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes delayOpacity03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: .3;
  }
}
.p-home-sec01__head {
  position: relative;
}
.p-home-sec01__head:before {
  background: #00bfff;
  content: "";
  width: 100%;
  padding-bottom: 30%;
  display: block;
  position: relative;
  z-index: 1;
}
.p-home-sec01__head a:hover .p-home-sec01__head-img img {
  filter: contrast(0.8) brightness(1.2);
}
.is-ie .p-home-sec01__head a:hover .p-home-sec01__head-img img {
  opacity: .8;
}
.p-home-sec01__head-img {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 0 0 15%;
  top: 15%;
  overflow: hidden;
  transition: .3s;
}
.p-home-sec01__head-img img {
  transform: scale(1.1);
  transition: .3s;
  /*
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  //padding: percentage(140/1600) 0 0 percentage(140/1600);
  // padding: percentage(140/1600) 0 0 percentage(230/1600);
  margin-top: -35%;
  */
}
.p-home-sec01__head-img img:before {
  content: "";
  width: 100%;
}
.p-home-sec01__wrap {
  z-index: 2;
  padding-left: 12.5%;
  padding: 20px 3.125% 0 12.5%;
}
.p-home-sec01 .c-section__ttl {
  margin: 0 0 0 8%;
  position: relative;
  z-index: 2;
  line-height: 1.2em;
}
.p-home-sec01 .c-section__lead {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5em;
  color: #00bfff;
  font-weight: bold;
  padding: 0 0 15px;
  margin: 0 0 25px;
  border-bottom: 3px dotted #00bfff;
  display: inline-block;
}
.p-home-sec01 .c-section__txt {
  margin: 0 0 3%;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-home-sec01 .c-section__ttl + .p-home-sec01__wrap {
  padding-top: 0;
}

.p-home-sec02.c-section {
  padding-bottom: 100px;
  margin-bottom: 0;
}
.p-home-sec02 .c-section__ttl {
  margin: 0 0 -3.5% 0;
  position: relative;
  z-index: 2;
  text-align: right;
}
.p-home-sec02 .c-section__flex--col3 {
  padding: 0 1.875%;
}
.p-home-sec02 .c-section__flex--col3__item {
  width: 33.33%;
  padding: 0 10px 40px;
  text-align: center;
  margin: auto;
}
.p-home-sec02 .c-section__menu {
  position: relative;
  line-height: 2em;
  margin-top: 20%;
  margin-bottom: 16px;
}
.p-home-sec02 .c-section__menu-en {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #00bfff;
  border-bottom: 2px solid #00bfff;
  letter-spacing: 0.175em;
  display: inline-flex;
  align-items: center;
  margin-bottom: 8px;
}
.p-home-sec02 .c-section__menu-ja {
  font-weight: normal;
  display: block;
}
.p-home-sec02__img {
  position: relative;
}
.p-home-sec02__img a:hover .p-home-sec02__img-item {
  transform: scale(1.2);
}
.p-home-sec02__img-wrap {
  position: relative;
  padding-bottom: 62.5%;
  overflow: hidden;
}
.p-home-sec02__img-item {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  transition: .3s;
}
.p-home-sec02__img-icon {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  top: 0;
}
.p-home-sec02__img-icon .p-home-sec02__img-fa {
  font-size: 4vw;
  /* font-size: 6.6rem; */
  position: absolute;
  width: 30.5%;
  vertical-align: middle;
  text-align: center;
  /* height: 10.8rem; */
  line-height: 0;
  padding: 15% 0;
  border: 1px solid #fff;
  border-radius: 50%;
  /* left: 0; */
}
.p-home-sec02__img-icon:before {
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 3.5px);
  bottom: -25%;
  border-radius: 50%;
}
.p-home-sec02__img-icon:after {
  width: 1px;
  padding-bottom: 30%;
  display: block;
  content: "";
  border-left: 3px dotted #fff;
  left: 50%;
  bottom: -25%;
  position: absolute;
}
.p-home-sec02__img-pic img{
  position: absolute;
  transform: translate(-50%, -50%);
  width: 4vw;
  height: auto;
}
.is-ie .p-home-sec02__img-icon {
  top: 0;
}
.is-ie .p-home-sec02__img-icon .p-home-sec02__img-fa {
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  width: 90px;
  height: 90px;
  font-size: 52px;
  padding: 0;
  line-height: 90px;
}
.is-ie .p-home-sec02__img-icon:before {
  bottom: -40px;
}
.is-ie .p-home-sec02__img-icon:after {
  padding-bottom: 30%;
  bottom: -40px;
}
.is-ie .p-home-sec02__img-pic img{
  top: 50%;
  left: 50%;
  width: 52px;
}
.p-home-news {
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 0 25% 300px 120px;
  margin-bottom: 0;
}
.p-home-news__ttl {
  position: relative;
  left: -20px;
  color: #fff;
  word-break: break-all;
}
.p-home-news__em {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.28em;
  margin-bottom: 10px;
  display: block;
  font-family: 'Josefin Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.p-home-news__list {
  padding: 40px 0;
  border-top: 3px dotted #fff;
}
.p-home-news__item {
  padding: 3px 5px;
  width: 100%;
  display: flex;
}
.p-home-news .c-article-post__time {
  min-width: 120px;
  width: 12%;
}
.p-home-news .c-article-post__cat {
  min-width: 120px;
  width: 12%;
}
.p-home-news .c-article-post__ttl {
  width: 76%;
}

.p-home-blog {
  background: #00bfff;
  margin-bottom: 0;
}
.p-home-blog__wrap {
  padding: 140px 100px 0;
  position: relative;
  top: 0;
  padding-bottom: 120px;
  margin: 0;
}
.p-home-blog .c-section__ttl {
  color: #fff;
  text-align: right;
  position: absolute;
  z-index: 2;
  padding: 15px 0 5px;
  top: 60px;
  right: 0;
}
.p-home-blog .c-btn {
  text-align: center;
  margin: 40px auto 0;
}
.p-home-blog .swiper-button-next, .p-home-blog .swiper-button-prev {
  background: #fff;
  border-radius: 50%;
  color: #00bfff;
  width: 30px;
  height: 30px;
}
.p-home-blog .swiper-button-next:after, .p-home-blog .swiper-button-prev:after {
  display: none;
}
.p-home-blog .swiper-button-next {
  padding: 0 0 0 3px;
}
.p-home-blog .swiper-button-prev {
  padding: 0 0 0 0;
}
.p-home-blog .swiper-slide {
  transition: .3s;
  pointer-events: none;
  width: 33.33%;
  padding: 8px;
}
.p-home-blog .swiper-slide-prev, .p-home-blog .swiper-slide-active, .p-home-blog .swiper-slide-next {
  pointer-events: auto;
}
.p-home-blog.is-noslide .p-blog__wrap {
  padding: 0;
  margin: 0 auto;
}
.p-home-blog.is-noslide .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-home-blog.is-noslide .swiper-slide {
  opacity: 1;
  pointer-events: auto;
}
.p-home-blog.is-noslide .swiper-button-prev, .p-home-blog.is-noslide .swiper-button-next {
  opacity: 0;
  display: none;
}

.p-home-news + .p-home-blog .p-home-blog__wrap {
  position: relative;
  top: -240px;
  margin-bottom: -120px;
  padding: 160px 100px 0;
}
.p-home-news + .p-home-blog .p-home-blog .c-section__ttl {
  position: absolute;
}

/* ----- SUBPAGE ----- */
.p-subpage-header {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  word-break: break-all;
  margin-bottom: 120px;
}
.p-subpage-header__ttl {
  text-transform: uppercase;
  font-size: 110px;
  font-size: 11rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #00bfff;
  position: absolute;
  bottom: -0.6em;
  line-height: 1em;
  padding: 0 40px;
  font-weight: 700;
}

.p-subpage-header-lead {
  width: 100%;
  max-width: 900px;
  padding: 0 15px 0 100px;
}
.p-subpage-header-lead__ttl {
  color: #00bfff;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Josefin Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  border-bottom: 2px dotted #00bfff;
  line-height: 1.4em;
  letter-spacing: 0.25em;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.p-subpage-header-lead__ttl.en {
  font-size: 30px;
  font-size: 3rem;
}
.p-subpage-header-lead__ttl.is-big {
  font-size: 40px;
  font-size: 4rem;
}
.p-subpage-header-lead__ttl-small {
  letter-spacing: 0.25em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #3f3f3f;
  opacity: .7;
  padding-left: 10px;
}
.p-subpage-header-lead__txt {
  line-height: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 40px;
}

.p-photo-pile {
  position: relative;
  margin: 0 100px;
}
.p-photo-pile__back {
  padding: 0 0 12.5% 34.90625%;
  text-align: right;
  position: relative;
  z-index: 1;
}
.p-photo-pile__back img {
  width: 100%;
}
.p-photo-pile__back.is-switch {
  z-index: 2;
}
.p-photo-pile__front {
  position: relative;
  left: 0;
  bottom: 0;
  padding-right: 34.90625%;
  width: 100%;
  z-index: 1;
}
.p-photo-pile__front img {
  width: 100%;
}

.p-photo-pile__back + .p-photo-pile__front {
  position: absolute;
}

.p-category__list {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 8px;
}

.p-blog .p-category__list {
  margin-bottom: 20px;
}

.p-category__list .cat-item{
  display: inline-block;
  font-weight: 900;
}
.p-category__list .cat-item a:hover{
  opacity: .7;
}
.p-category__list > .cat-item:not(:last-child){
  margin-right: 16px;
}
.p-category__list > .cat-item > a {
  padding: 12px 0 0 16px;
  display: inline-block;
  position: relative;
  color:  #00bfff;
}
.p-category__list > .cat-item > a:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #00bfff;
  position: absolute;
  top: calc(0.85em + 12px);
  left: 0;
}
.p-category__list .cat-item .children{
  margin-left: 18px;
}
@media screen and (max-width: 767px){
  .p-category__list .cat-item .children{
    margin-left: 18px;
  }
}
.p-category__list .cat-item .cat-item {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-category__list .cat-item .cat-item:not(:last-child):after{
  content: "/";
  width: 1em;
  height: 1em;
  margin: 0 4px 0 2px;
}
.p-category__list .cat-item .cat-item a{
  display: inline-block;
}
.p-category__item {
  margin-bottom: 20px;
}
.p-category__link {
  transition: .2s;
  border: 1px solid #00bfff;
  border-radius: 4px;
  color: #00bfff;
  padding: 8px 32px;
  display: block;
  margin-right: 8px;
  font-weight: bold;
  position: relative;
}
.p-category__link:before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  border: 1px solid transparent;
  border-radius: 2px;
  display: block;
  color: #fff;
}
.p-category__link.is-current {
  color: #fff;
  background: #00bfff;
  pointer-events: none;
}
.p-category__link.is-current:before {
  border: 1px solid #fff;
}
.p-category__link:hover {
  color: #fff;
  background: #00bfff;
}
.p-category__link:hover:before {
  border: 1px solid #fff;
}

/* ----- concept ----- */
.p-concept-head {
  margin-bottom: 80px;
}

.p-contact {
  margin: 160px 100px 0;
  border: 2px solid #00bfff;
  text-align: center;
  line-height: 2.75em;
  padding: 60px 20px;
}
.p-contact__ttl {
  margin: 0 0 45px;
  display: inline-block;
  border-bottom: 2px solid #00bfff;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Josefin Sans', sans-serif;
  color: #00bfff;
}
.p-contact__txt {
  line-height: 2.15em;
  margin-bottom: 40px;
}
.p-contact-btn {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}
.p-contact-btn__item {
  max-width: 390px;
  margin: 0 0 2.5%;
  width: 48.5%;
  display: flex;
}
.p-contact-btn__item:nth-child(2n+1):last-child {
  width: 100%;
  max-width: 100%;
}
.p-contact-btn__link {
  text-align: center;
  background: #00bfff;
  width: 100%;
  min-height: 95px;
  font-size: 19px;
  font-size: 1.9rem;
  color: #fff;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  font-weight: bold;
}
.p-contact-btn__link:hover {
  background: #fff;
  color: #00bfff;
}

.p-contact-form .p-subpage-header-lead {
  text-align: center;
  margin: auto;
  padding: 0;
}

/* ----- about ----- */
@media screen and (min-width: 768px){
  .p-2colMap__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3.2rem 45%;
    -ms-grid-rows: 1fr;
    grid-template-columns: 1fr 3.2rem 45%;
    grid-template-rows: 1fr;
    margin: auto;
    margin: 0 100px;
  }

  .p-2colMap__table {
    -ms-grid-column: 1;
    grid-column: 1/2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-row: 1/2;
    -ms-grid-row-span: 1;
  }

  .p-2colMap__image {
    -ms-grid-column: 3;
    grid-column: 3/4;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-row: 1/2;
    -ms-grid-row-span: 1;
  }
}
@media screen and (max-width: 767px){
  .p-2colMap__table {
    margin-top: 20px;
  }
}

.p-2colMap__table-row:not(:first-child) {
  border-top: 1px solid rgba(63, 63, 63, 0.2);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}

@media screen and (max-width: 767px){
  .p-2colMap__table-row:not(:first-child) {
    margin-top: 4px;
  padding-top: 4px;
  }
}
@media screen and (min-width: 1101px){
  .p-2colMap__table-row{
    display: flex;
  }
}

.p-2colMap__table-title,
.p-2colMap__table-desc {
  letter-spacing: .1em;
  line-height: 1.8;
}

.p-2colMap__table-title {
  flex-basis: 20%;
  min-width: 8rem;
  opacity: .8;
}

.p-2colMap__table-desc {
  flex-basis: 80%;
}
/* ----- menu ----- */
.p-menu-nav {
  padding: 0 32px;
  margin-bottom: 100px;
}

.p-menu-section {
  margin-bottom: 40px;
  padding: 0 15.625%;
  width: 100%;
}
.p-menu-section + .p-concept-head {
  margin-top: 120px;
}
.p-menu-section:last-child {
  margin-bottom: 100px;
}
.p-menu-section__head {
  text-align: center;
  margin: 80px 0 40px;
}
.p-menu-section__head-ja {
  color: #00bfff;
  border-bottom: 2px solid #00bfff;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
}
.p-menu-section__head-en {
  padding: 8px 0 0;
  color: #bdbbba;
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'Josefin Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.p-menu-section__thumb {
  margin-bottom: 40px;
}
.p-menu-section__thumb-img {
  width: 100%;
}
.p-menu-section__lead {
  margin-bottom: 40px;
}
.p-menu-section__item-ttl {
  border: 1px solid #3f3f3f;
  border-right: 0;
  border-left: 0;
  margin-bottom: 4px;
  padding: 8px 0;
}
.p-menu-section__table {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(63, 63, 63, 0.2);
}
.p-menu-section__table-ttl {
  width: 25%;
  padding-right: 1em;
}
.p-menu-section__table-data {
  width: 75%;
}
.p-menu-section__table-small {
  color: #979797;
  padding: 0 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* ----- shop ----- */
.p-staff {
  padding: 0 100px;
  margin-bottom: 50px;
  margin-top: -50px;
}
.p-staff__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.p-staff__item {
  background: #fff;
  width: calc(33.33% - 15px);
  margin: 0 7.5px 30px;
}
.p-staff__head {
  padding: 30px 20px 10px;
}
.p-staff__small {
  display: block;
  color: #bdbbba;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.25em;
}
.p-staff__name {
  display: block;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.25em;
}
.p-staff__txt {
  padding: 10px 20px 30px;
}
.p-staff .p-staff__img-wrap {
  width: 100%;
  padding-bottom: 82.5%;
  overflow: hidden;
  position: relative;
  background: #bdbbba;
}
.p-staff .p-staff__img-data {
  position: absolute;
  transform: scale(1.1);
}

/* ----- gallery / blog ----- */
.p-gallery-section {
  padding: 0 32px;
}
.p-gallery-section__album {
  display: flex;
  flex-wrap: wrap;
  /*
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  */
}
.p-gallery-section__photo {
  width: 33.33%;
  padding: 8px;
  height: 24%;
}
.p-gallery-section__thumb-img {
  width: 100%;
}

.p-blog {
  padding: 0 32px;
}
.p-blog__articles {
  display: flex;
  flex-wrap: wrap;
  /*
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  */
}
.p-blog__item {
  width: 33.33%;
  padding: 8px;
}
.p-blog-post__container {
  background: #fff;
  position: relative;
}
.p-blog-post__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-blog-post__thumb:before {
  content:"";
  display: block;
  padding-top: 62.5%;
}

.p-blog-post__thumb-img {
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-blog-post__cat {
  position: absolute;
  top: 0;
  left: 0;
  background: #00bfff;
  padding: 8px 16px;
  color: #fff;
}
.p-blog-post__cat-child{
  padding: 10px 7.5% 4px;
  color: #00bfff;
  height: 35px;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-blog-post__ttl {
  padding: 0 7.5% 120px;
}
.p-blog-post__date {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: 'Josefin Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.p-blog-post__date-span {
  padding: 4px 0 30px;
  border-top: 1px solid #bdbbba;
  display: block;
  width: 85%;
  margin: auto;
}

.p-blog-post:hover .p-blog-post__thumb-img {
  transform: scale(1.2);
  opacity: .7;
}

.p-post__wrap {
  padding: 0 100px;
  max-width: 1140px;
  margin: auto;
}
.p-post__eyecatch,
.p-post .p-post-section__eyecatch {
  margin-bottom: 40px;
  width: 100%;
}
.p-post__eyecatch img,
.p-post .p-post-section__eyecatch img {
  width: 100%;
}
.p-post .p-post__meta {
  display: flex;
  font-family: 'Josefin Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.p-post .post-categories {
  display: flex;
  flex-wrap: wrap;
}
.p-post .post-categories li a {
  background: #00bfff;
  color: #fff;
  margin: 0 8px 8px 0;
  padding: 4px 8px 2px;
  line-height: 1.7em;
  transition: .3s;
  display: block;
}
.p-post .post-categories li a:hover {
  opacity: .7;
}
.p-post .p-post__date {
  font-size: 17px;
  font-size: 1.7rem;
  opacity: .6;
  line-height: 1.7em;
  display: block;
  margin: 2px 0;
  min-width: 110px;
  text-align: right;
  font-family: 'Josefin Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  /*
      &:before {
        font-family: 'Font Awesome 5 Free', sans-serif;
        font-weight: bold;
        margin-right: .5em;
        content: '\f017';
      }
  */
}
.p-post .p-post__ttl {
  border-bottom: 3px dotted #00bfff;
  font-size: 27px;
  font-size: 2.7rem;
  margin-bottom: 40px;
}
.p-post h2 {
  margin-bottom: 16px;
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 2px solid #00bfff;
}
.p-post h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 2px solid rgba(63, 63, 63, 0.5);
}
.p-post h4, .p-post h5, .p-post h6 {
  margin-bottom: 16px;
}
.p-post .p-article-nav {
  border: 1px solid #00bfff;
  margin-bottom: 40px;
  padding: 35px;
}
.p-post .p-article-nav .p-article-nav__table-link {
  transition: .2s;
}
.p-post .p-article-nav .p-article-nav__table-link:hover {
  color: #00bfff;
}
.p-post .p-article-nav__headline {
  color: #00bfff;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: 'Josefin Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  margin-bottom: 8px;
}
.p-post .p-article-nav__table-item {
  margin-bottom: 8px;
}
.p-post .p-article-nav__table-item-child {
  margin-bottom: 8px;
  opacity: .7;
}
.p-post .p-article-nav__table-item-child:before {
  content: "・";
}
.p-post p,
.p-post .p-post-section__txt {
  margin-bottom: 32px;
}
.p-post .p-post-section__Links a {
  color: #00bfff;
  border-bottom: 1px dotted #00bfff;
}
.p-post .c-btn {
  margin-top: 100px;
  text-align: center;
}

/* =============================================
  Tablet
============================================= */
@media screen and (max-width: 1100px) {
  /* ----- Tablet HOME ----- */
  .p-main-visual__item {
    min-height: 670px;
  }
  .p-main-visual__poster {
    width: 450px;
    padding: 20px 20px 120px 20px;
  }
  .p-main-visual__catchcopy-ja {
    font-size: 50px;
    font-size: 5rem;
  }
  .p-main-visual__catchcopy-en {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-main-visual__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-main-visual__pagination.swiper-pagination-bullets {
    bottom: 1.25% !important;
  }
  .p-main-visual .swiper-button-prev,
  .p-main-visual .swiper-button-next {
    bottom: 0;
  }

  .p-home-sec02 .c-section__menu-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-home-sec02 .c-section__ttl {
    margin: 0 0 -5.5% 0;
  }

  .p-home-news {
    padding: 0 3% 300px 3%;
  }
  .p-home-news__em {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 12px;
  }
  .p-home-news .c-btn {
    text-align: center;
  }
}
/* =============================================
  SP
============================================= */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* ----- SP MENU ----- */
  .p-main-visual__poster {
    width: auto;
    padding: 13px 13px 80px 13px;
  }
  .p-main-visual__item {
    padding: 30px 9.6875% 45px;
    width: 50%;
    min-height: 390px;
  }
  .p-main-visual__header {
    position: absolute;
    top: 30% !important;
    width: 100%;
    text-align: center;
    margin: 32px auto;
  }
  .p-main-visual__catchcopy-ja {
    font-size: 29px;
    font-size: 2.9rem;
	  letter-spacing: 0.1em;
  }
  .p-main-visual__catchcopy-en {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
  .p-main-visual__lead {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-main-visual .swiper-button-prev,
  .p-main-visual .swiper-button-next {
    height: 35px;
  }

  /* ----- SP HOME ----- */
  .p-home-sec01__wrap {
    padding: 0 4.6875%;
  }
  .p-home-sec01__head-img {
    height: 160px;
  }
  .p-home-sec01__head:before {
    padding-bottom: 160px;
  }
  .p-home-sec01.c-section {
    padding: 0;
  }
  .p-home-sec01 .c-section__ttl {
    margin: 24px 0 0 0;
  }
  .p-home-sec01 .c-section__lead {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5% 0;
    display: block;
    letter-spacing: 0.15em;
  }
  .p-home-sec01 .c-section__txt {
    margin: 0 0 10%;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-home-sec02 {
    /*
    &__img-icon {
      &:before {
        bottom: -30vw;
      }
      &:after {
        padding-bottom: 30vw;
        bottom: -30vw;
      }
    }
    */
  }
  .p-home-sec02__wrap {
    padding: 0 4.6875%;
  }
  .p-home-sec02.c-section {
    padding: 0;
    margin-bottom: 0;
  }
  .p-home-sec02 .c-section__flex--col3 {
    padding: 0;
  }
  .p-home-sec02 .c-section__flex--col3__item {
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  .p-home-sec02 .c-section__menu {
    margin-top: 20%;
  }
  .p-home-sec02 .p-home-sec02__img-fa {
    font-size: 12vw;
    /*
    left: calc(50% - 16.75px);
    top: calc(50% - 16px);
    position: absolute;
    &.fa-camera {
      left: calc(50% - 16.75px);
      top: calc(50% - 16px);
    }
    &.fa-images {
      left: calc(50% - 18.75px);
      top: calc(50% - 16px);
    }
    &.fa-home {
      left: calc(50% - 18.75px);
      top: calc(50% - 16px);
    }
    */
  }
  .p-home-sec02__img-pic img{
    width: 12vw;
  }
  .p-home-news {
    background: url(../img/topsec03_bg.png) 50% 10px no-repeat;
    padding: 0 4.6875% 300px 4.6875%;
  }
  .p-home-news__ttl {
    left: -20px;
  }
  .p-home-news__em {
    word-break: break-all;
  }
  .p-home-news__item {
    flex-wrap: wrap;
  }
  .p-home-news .c-article-post__time {
    padding: 3px 0;
    min-width: 100px;
  }
  .p-home-news .c-article-post__cat {
    text-align: left;
    width: 180px;
    max-width: 180px;
  }
  .p-home-news .c-article-post__cat-span {
    width: auto;
    padding: 2px 8px 0;
    margin-right: 8px;
  }
  .p-home-news .c-article-post__ttl {
    width: 100%;
    padding: 5px 0 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-home-blog {
    padding: 0;
  }
  .p-home-blog .c-section__ttl {
    top: 20px;
  }
  .p-home-blog .p-blog__item {
    padding: 0 4.6875%;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  .p-home-blog__wrap {
    margin-bottom: 0;
    padding: 70px 0 70px;
  }
  .p-home-blog .c-article__item {
    padding: 0;
    display: block;
    margin-bottom: 0;
    padding: 40px 4.6875% 0;
    height: auto;
  }
  .p-home-blog.is-noslide .p-blog__wrap {
    padding: 0;
  }

  .p-home-blog .c-article-post__container {
    padding-bottom: 0;
  }

  .p-home-blog .c-article-post__ttl {
    padding: 5% 0 80px;
    width: 90%;
    margin: auto;
  }

  .p-home-blog .c-article-post__date {
    padding: 0;
    width: 100%;
    margin: auto;
    background: #fff;
  }

  .p-home-blog .swiper-container-autoheight .swiper-slide {
    height: auto;
  }

  .p-home-blog .swiper-button-next {
    right: 5px;
    width: 40px;
    height: 40px;
  }

  .p-home-blog .swiper-button-prev {
    left: 5px;
    width: 40px;
    height: 40px;
  }

  .p-home-blog .c-btn {
    padding: 0 4.6875% 0;
    margin-top: 60px;
  }

  .p-blog-post__ttl {
    padding: 0 7.5% 100px;
  }

  .p-home-news + .p-home-blog .p-home-blog__wrap {
    position: relative;
    top: -240px;
    margin-bottom: -160px;
    padding: 70px 0 0;
  }

  /* ----- SP SUBPAGE ----- */
  .p-menu-nav {
    padding: 0 4.6875%;
    margin-bottom: 60px;
  }

  .p-subpage-header {
    height: 120px;
    margin-bottom: 60px;
  }
  .p-subpage-header__ttl {
    font-size: 46px;
    font-size: 4.6rem;
    padding-bottom: 4px;
    padding: 0 4.6875%;
  }
  .p-subpage-header-lead {
    padding: 0;
  }
  .p-subpage-header-lead__ttl {
    letter-spacing: 0.18em;
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem;
  }
  .p-subpage-header-lead__ttl.is-big {
    font-size: 27px;
    font-size: 2.7rem;
  }
  .p-subpage-header-lead__ttl-small {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    padding: 4px 0 0;
  }
  .p-subpage-header-lead__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .p-photo-pile {
    margin: 0;
  }
  .p-photo-pile__front {
    padding: 0;
    position: relative;
  }
  .p-photo-pile__back {
    padding: 0 0 15px;
  }

  .p-photo-pile__back + .p-photo-pile__front {
    position: relative;
  }

  .p-category__list {
    padding: 0;
  }
  .p-category__item {
    margin-bottom: 8px;
  }
  .p-category__link {
    padding: 8px 16px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .c-breadcrumbs {
    margin: 20px 4.6875% 0;
  }

  /* ----- concept ----- */
  .p-contact {
    margin: 0 4.6875%;
    padding: 40px 4.6875% 20px;
  }
  .p-contact__ttl {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .p-contact__txt {
    line-height: 1.75em;
  }
  .p-contact-btn {
    display: block;
  }
  .p-contact-btn__item {
    display: block;
    max-width: 100%;
    margin: 0 0 20px;
    width: 100%;
  }
  .p-contact-btn__link {
    min-height: 60px;
    padding: 8px 10px;
    font-size: 17px;
    font-size: 1.7rem;
  }

  .p-contact-form .p-subpage-header-lead {
    text-align: left;
  }

  .p-menu-section {
    padding: 0 4.6875%;
  }
  .p-menu-section__table {
    display: block;
  }
  .p-menu-section__table-ttl {
    width: 100%;
  }
  .p-menu-section__table-data {
    width: 100%;
    padding-left: 1em;
  }
  .p-menu-section + .p-concept-head {
    margin-top: 100px;
  }

  /* ----- shop ----- */
  .p-staff {
    padding: 0 4.6875%;
  }
  .p-staff__item {
    margin-bottom: 15px;
    width: 100%;
  }

  /* ----- gallery / blog ----- */
  .p-gallery-section {
    padding: 0 4.6875%;
  }
  .p-gallery-section__album {
    display: block;
  }
  .p-gallery-section__photo {
    width: 100%;
    padding: 8px 0;
  }

  .p-blog {
    padding: 0 4.6875%;
  }
  .p-blog__articles {
    display: block;
  }
  .p-blog__item {
    width: 100%;
    padding: 8px 0;
  }

  .p-post-content {
    word-break: break-all;
  }

  .p-post__wrap {
    padding: 0;
  }
  .p-post .p-article-nav {
    padding: 16px;
  }
  .p-post .p-post__ttl {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.6;
  }
  .p-post h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-post h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

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

/***** refusal *****/
.refusal {
  text-align: right;
  margin-top: 30px;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }
  .refusal img {
    max-width: 270px;
  }
}

img[src$="reloclub_logo.jpg"] ,
img[src$="fukuri_logo.jpg"] {
    max-width:200px;
}

/* =============================================
  addtoany
============================================= */

.addtoany_shortcode {
  text-align:center;
}

.a2a_svg {
  background:none !important;
}

.a2a_svg svg, .a2a_svg path, .a2a_svg g {
    fill: #333;
}

/* =============================================
  faq
============================================= */
.p-faq {
    padding: 0 100px;
    margin-bottom: 50px;
    margin-top: -50px;
}

.p-faq__head {
  border-bottom:1px solid #1c1c1c;
  padding-bottom: 15px;
    margin-bottom: 20px;
}

.p-faq__item {
  margin-bottom:40px;
}

.p-faq__small {
  background:#00bfff;
  color:#fff;
  font-size:2rem;
  padding:10px;
  margin-right:10px;

}

@media screen and (max-width: 770px) {
  .p-faq__head {
    display:flex;
    align-items:center;
  }

  .p-faq {
    padding: 0 20px;
}

.p-faq__small {
  font-size:1.4rem;
}

.p-faq__name {
  font-size:1.4rem;
}

}

/* =============================================
  flow
============================================= */
.p-flow  {
padding: 0 100px;
    margin-bottom: 100px;
}

.p-flow__item  {
  display:flex;
}

.p-flow__img-wrap {
  width:40%;
}

.flow-txt {
  width:60%;
  padding-left:40px;
}

.p-flow__head {
  border-bottom:1px solid #1c1c1c;
  color:#00bfff;
  padding-bottom:5px;
  margin-bottom:15px;
}

.p-flow__small {
  font-size:1.6rem;
  display:block;
  line-height:1;
}

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

.p-flow__item {
  margin-bottom:50px;
}

.p-flow__item:last-child {
  margin-bottom:0px;
}

@media screen and (max-width: 770px) {
    .p-flow {
    padding: 0 20px;
/*     margin-top:-50px; */
}

.p-flow__item {
  display:block;
}

.p-flow__img-wrap {
  width:100%;
  margin-bottom:20px;
}

.flow-txt {
    width: 100%;
    padding-left: 0px;
}

.p-flow__small {
  font-size:1.4rem;
  line-height:1.5;
}

.p-flow__name {
  font-size:1.8rem;
  line-height:1.5;
}

}

/* =============================================
  voice
============================================= */
.p-voice  {
padding: 0 100px;
    margin-bottom: 100px;
}

.p-voice__item {
  margin-bottom:50px;
}

.p-voice__list .p-flow__small {
  display:inline-block;
  background:#00bfff;
  display:inline-block;
  color:#fff;
  padding:5px;
  font-size:1.4rem;
}

.p-voice__list .p-flow__name {
  display:block;
}

@media screen and (max-width: 770px) {
.p-voice {
    padding: 0 20px;
     margin-bottom: 50px;
}

.p-voice__list .p-flow__small {
  margin-bottom:5px;
  font-size:1.3rem;
}

}

.page-template-page-about .p-subpage-header-lead__txt strong {
  font-size:2.5rem;
  color:#00bfff;
  line-height:1.6;

}

@media screen and (max-width: 770px) {
.page-template-page-about .p-subpage-header-lead__txt strong {
  font-size:1.7rem !important;
}
}
.single-campaign_post .p-post .p-post__date ,
.single-info_post .p-post .p-post__date {
  text-align:left;
}

.c-section__ttlB {
  text-align:left;
  color:#00bfff;
  font-size:2rem;
  padding:0px;
  border-bottom:1px solid #00bfff;
}

.top_news_wrap .inner {
  display:flex;
  align-items:center;
}

.top_news {
  width:50%;
  padding:20px;
}
.top_news:only-child{
  width: 100%;
}

.top_news .p-blog-post {
  width:calc(100% - 130px);
}

.top_news .c-btn {
  margin:40px 0 0 ;
  text-align:center;
}

.p-top-post__container {
  display:flex;
  padding:20px 0;
}

.p-top-post__container time {
  margin-right:10px;
}

.top_news_wrap {
  display:flex;
}
.top_news_link{
  width: 130px;
}
.top_news_link:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    margin-top:-2px;
    vertical-align: middle;
}

.p-top-post__ttl:hover ,
.top_news_link:hover {
  text-decoration:underline;
}


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


.top_news_wrap {
  display:block;
}

.top_news {
  width:100%;
  padding:10px;
}

.top_news_wrap .inner {
  display:block;
}
.top_news .p-blog-post {
  width:100%;
}

.p-top-post__container{
  display:block;
  padding:10px 0;
}

}
/***** 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;
}
/***** 20221021 *****/
.a2a_svg path {fill: #222 !important;}.a2a_s_share1 svg path:first-child {fill: none !important;}

/***** 20221101 *****/
/*** privacy ***/

.p-privacy-section {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .p-privacy-section {
    padding: 0 4.6875%;
  }
}

.p-privacy-block {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-privacy-block {
    margin-bottom: 40px;
  }
}

.p-privacy-block a {
  text-decoration: underline;
  word-break: break-word;
}


.p-privacy-block:last-child {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-privacy-block:last-child {
    margin-bottom: 50px;
  }
}

.p-privacy__ttl {
  margin-bottom: 16px;
  font-size: 1.8rem;
  text-align: left;
  color: #00bfff;
}

@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    font-size: 1.6rem;
  }
}


.c-o-list,
.c-o-list-child {
  counter-reset: order 0;
}

.c-o-list-child {
  margin-bottom: 16px;
}

.c-o-list__item,
.c-o-list-child__item {
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 767px) {
  .c-o-list__item,
  .c-o-list-child__item {
    padding-left: 20px;
  }
}

.c-o-list__item::before,
.c-o-list-child__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: counter(order) ".";
  counter-increment: order 1;
}

.c-guid-desc,
.c-o-list__item-txt {
  margin-bottom: 16px;
}

/*** h1 ***/
.page-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #151515;
  color: #fff;
  padding: 13px 24px;
  min-height: 50px;
  z-index: 15;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .page-title {
    padding: 13px 50px;
  }
}

.page-title h1 ,
.page-title p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .page-title {
    padding: 8px 10px;
    min-height: 40px;
    white-space: nowrap;
  }
  .page-title h1 ,
  .page-title p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}

.is-use-h1area .p-global-sidebar {
  padding-top: 90px;
}

.is-use-h1area .l-main {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .is-use-h1area .c-sp-menu {
    top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .is-use-h1area .l-header {
    padding-top: 40px;
  }

  .is-use-h1area .l-main {
    padding-top: 40px;
  }

  .is-use-h1area .c-sp-tel {
    top: 44px;
  }

  .is-use-h1area .c-sp-menu {
    top: 51px;
  }

  .is-use-h1area .p-global-sidebar {
    padding-top: 120px;
  }
}

/*** pass ***/
.post-password-form input[type="password"] {
  border: 1px solid #3f3f3f;
  padding: 0 8px;
  font-size: 16px;
}

.post-password-form input[type="submit"] {
  padding: 2px 10px;
  background: #00bfff;
  color: #fff;
  font-size: 15px;
  border: 0px solid #00bfff;
}

.post-password-form p + p {
  padding-top: 30px;
}

/*** toc ***/
.p-post #toc_container {
  border: 1px solid #00bfff;
  margin: 40px 0;
  padding: 35px;
  background-color: transparent;
}

.p-post #toc_container .toc_list li a {
  transition: .2s;
  display: inline-block;
  margin-bottom: 8px;
}

.p-post #toc_container .toc_list li a:hover {
  color: #00bfff;
  text-decoration: none;
}

.p-post #toc_container p.toc_title {
  color: #00bfff;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  font-family: 'Josefin Sans', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  margin-bottom: 8px;
  text-align: left;
}

.p-post #toc_container .toc_list li ul {
  margin-left: 0;
}

.p-post #toc_container .toc_list li ul li {
  opacity: .7;
}

.p-post #toc_container .toc_list li ul li:before {
  content: "・";
}

/*** author ***/
.p-post .c-author {
  padding: 40px 60px 32px;
  border: 2px solid #00bfff;
  margin: 110px 0 95px;
  border-radius: 3px;
  position: relative;
}

.p-post .c-author::before {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  border: 1px solid #00bfff;
  border-radius: 2px;
  display: block;
  pointer-events: none;
}

.p-post .c-author-container {
  display: flex;
}

.p-post .c-author-figure {
  width: 25.7%;
}

.p-post .c-author-img {
  width: 100%;
}

.p-post .c-author-txt {
  padding-left: 40px;
  width: 74.3%;
}

.p-post .c-author-txt-label {
  color: #00bfff;
  border-bottom: 3px dotted #00bfff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 5px;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.p-post h3.c-author-txt-name {
  margin: 14px 0 6px;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.p-post .c-author-txt-name-main {
  font-size: 20px;
  letter-spacing: 5px;
  margin-right: 6px;
}

.p-post .c-author-txt-name-sub {
  font-size: 15px;
  letter-spacing: 4px;
  color: #bdbbba;
  font-family: 'Josefin Sans', sans-serif;
}

.p-post .c-author-txt-desc {
  font-size: 14px;
  margin-bottom: 0;
}

.p-post .c-author-txt-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
}

.p-post .c-author-txt-list-item {
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
}

.p-post .c-author-txt-list-item-link {
  margin: 0 0 10px;
  color: #00bfff;
  text-decoration: underline;
}

.p-post .c-author-txt-list-item::before {
  border-left: 0 !important;
}

.c-author-txt-list + .c-author-txt-sns {
  margin-top: 2px;
}

.p-post .c-author-txt-sns {
  margin-top: 16px;
}

.p-post .c-author-txt-sns-list {
  display: flex;
  flex-wrap: wrap;
}

.p-post .c-author-txt-sns-list-item {
  padding: 0 20px 0 0 !important;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-post .c-author {
    margin: 48px 0 0;
    padding: 35px 6.87% 28px;
  }

  .p-post .c-author-container {
    display: block;
  }

  .p-post .c-author-figure {
    margin: 0 auto 26px;
    width: 58.25%;
  }

  .p-post .c-author-txt {
    width: 100%;
    padding: 0;
  }

  .c-author-txt-list + .c-author-txt-sns {
    margin-top: 8px;
  }
}

.c-breadcrumbs-link.-current {
  pointer-events: none;
}

/*** footer subnav ***/
.p-global-footer-information-subnav {
  font-size: 13px;
  font-size: 1.3rem;
  word-break: break-all;
  margin: 32px 0;
}

@media screen and (max-width: 768px) {
  .p-global-footer-information-subnav {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-global-footer-information-subnav-item {
  display: inline-block;
}

.p-global-footer-information-subnav-item:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
}

.p-global-footer-information-subnav-item-link {
  transition: opacity .2s ease;
}

@media screen and (min-width: 1024px) {
  .p-global-footer-information-subnav-item-link:hover {
    opacity: .7;
  }
}

/*** gutenberg ***/
.p-post-content > [class|="wp"] {
  margin: 40px 0 40px;
}

@media screen and (max-width: 767px) {
  .p-post-content > [class|="wp"] {
    margin: 16px 0 16px;
  }
}

.p-post-content > p:not([class]) {
  margin: 20px 0 16px;
}

@media screen and (max-width: 767px) {
  .p-post-content > p:not([class]) {
    margin: 24px 0 16px;
  }
}

.p-post-content p + p:not([class]) {
  margin: 20px 0 16px;
}

.p-post-content h2 {
  margin: 40px 0 16px;
}

@media screen and (max-width: 767px) {
  .p-post-content h2 {
    margin: 35px 0 16px;
  }
}

.p-post-content h3 {
  margin: 40px 0 16px;
}

@media screen and (max-width: 767px) {
  .p-post-content h3 {
    margin: 35px 0 16px;
  }
}

.p-post-content h4 {
  margin: 40px 0 16px;
}

.p-post-content > ol:not([class]) {
  margin: 40px 0 16px;
  padding: 0 0 0 1em;
  counter-reset: order 0;
}

@media screen and (max-width: 767px) {
  .p-post-content > ol:not([class]) {
    margin: 24px 0 16px;
  }
}

.p-post-content > ol:not([class]) > li:not([class]) {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding-left: 2.4em;
  line-height: 1.5;
}

.p-post-content > ol:not([class]) > li:not([class])::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0 .5em 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #00bfff;
  letter-spacing: 0px;
  letter-spacing: 0rem;
  content: counter(order, decimal-leading-zero) ".";
  counter-increment: order 1;
  -ms-grid-row-align: center;
      align-self: center;
}

.p-post-content > ol:not([class]) > li:not([class]) + li:not([class]) {
  margin: .5em 0 0;
}

.p-post-content > ul:not(.wp-block-gallery) {
  margin: 40px 0 0;
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .p-post-content > ul:not(.wp-block-gallery) {
    margin: 24px 0 0;
  }
}

.p-post-content > ul:not(.wp-block-gallery) > li:not([class]) {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding-left: 1em;
  line-height: 1.5;
}

.p-post-content > ul:not(.wp-block-gallery) > li:not([class])::before {
  position: absolute;
  top: .5em;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 .5em 0 0;
  border-radius: 50%;
  background: #00bfff;
  content: "";
  -ms-grid-row-align: center;
      align-self: center;
}

.p-post-content > ul:not(.wp-block-gallery) > li:not([class]) + li:not([class]) {
  margin: .5em 0 0;
}

.p-post-content b:not([class]),
.p-post-content strong:not([class]) {
  background: -webkit-linear-gradient(transparent 55%, rgba(233, 56, 56, 0.3) 45%);
  background: linear-gradient(transparent 55%, rgba(233, 56, 56, 0.3) 45%);
}

.p-post-content em:not([class]) {
  font-style: italic;
}

.p-post-content .wp-block-image {
  position: relative;
  overflow: hidden;
}

.p-post-content .wp-block-image::after {
  display: block;
  padding-top: 60%;
  content: "";
}

.p-post-content .wp-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;", sans-serif;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-content .wp-block-image figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1em 1.5em;
  background: rgba(34, 34, 34, 0.3);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
}

.p-post-content .wp-block-quote {
  padding: 18px 28px;
  border: 2px solid #00bfff;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-post-content .wp-block-quote {
    padding: 18px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-post-content .wp-block-audio audio {
    min-width: 100%;
  }
}

.p-post-content .wp-block-audio figcaption {
  margin: .5em 0 0;
}

.p-post-content .wp-block-file .wp-block-file__button {
  padding: 12px 16px;
  background-color: #00bfff;
  font-size: 14px;
  display: inline-block;
}

.p-post-content .wp-block-file .wp-block-file__button:hover {
  padding: 20px;
  background-color: #ffffff;
  color: #00bfff;
}

.p-post-content .wp-block-code {
  padding: 2em;
  border: 0;
  border-radius: 0;
  background: #222;
  color: #fff;
}

.p-post-content .wp-block-pullquote {
  border-color: #00bfff;
  font-family: "游明朝体", "Noto Serif JP", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-post-content .wp-block-pullquote p:not([class]) {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-post-content .wp-block-pullquote cite:not([class]) {
  color: #00bfff;
}

.p-post-content .wp-block-button__link {
  background-color: #00bfff;
  transition: .3s;
  font-size: 14px;
}

.p-post-content .wp-block-button__link:hover {
  background-color: #ffffff;
}


.p-post-content .wp-block-separator {
  margin-right: auto;
  margin-left: auto;
  border-color: #00bfff;
}

.p-post-content .wp-block-separator::before {
  color: #00bfff;
}

.p-post-content .wp-block-calendar caption {
  color: #222;
}

.p-post-content .wp-block-calendar th,
.p-post-content .wp-block-calendar td {
  border-color: #00bfff;
}

.p-post-content .wp-block-calendar th:not([class]) {
  background: #00bfff;
  color: #fff;
}

.p-post-content .wp-block-calendar a {
  display: block;
  padding: 5px 0;
  color: #222;
}

.p-post-content .wp-block-embed__wrapper {
  text-align: center;
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.p-post-content .wp-block-embed-twitter {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-post-content .wp-block-embed-twitter .wp-block-embed__wrapper .twitter-timeline {
    width: 100% !important;
  }
}

.p-post-content .c-post-eyecatch,
.p-post-content .c-post-section__eyecatch,
.p-post-content .c-post-section__txt {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .p-post-content .c-post-eyecatch,
  .p-post-content .c-post-section__eyecatch,
  .p-post-content .c-post-section__txt {
    margin: 24px 0 0;
  }
}

.p-post-content a {
  transition: .3s;
}

.p-post-content a:hover {
  color: #00bfff;
}

.addtoany_shortcode {
  padding-top: 60px;
}

.p-post-content .wp-block-quote p:not([class]) {
  margin-bottom: 0;
}
/***** 20221206 *****/
@media screen and (max-width: 767px){
  .page-template-page-voice main {
    min-height: 0 !important;
  }
}
/***** 20230117 *****/
.p-main-visual .swiper-button-next,
.p-main-visual .swiper-button-prev {
  bottom: 10px;
}
@media screen and (max-width: 1100px){
  .p-main-visual .swiper-button-next,
  .p-main-visual .swiper-button-prev {
    bottom: 0px;
  }
}
/** 20230623 **/ figure {margin-bottom: 0 !important;}

/* gutenberg setting */
.p-post-content .wp-block-file .wp-block-file__button {padding: .2em 1em;display: inline-block;border-radius:1.5em;min-height: auto;min-width: auto;}.p-post-content .wp-block-file .wp-block-file__button:hover{padding: .2em 1em;display:}
/* 20230825 */
.a2a_s_share1 svg path:first-child {fill: #222 !important;}

/* CF7に差し替え */

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

.wpcf7-radio,
.wpcf7-checkbox {
  display: block;
}

.wpcf7-select {
  color: #222;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  line-height: 1.6;
  display: block;
}

.c-form .wpcf7-spinner {
  display: block;
  margin: 20px auto 0;
}

input[type="date"] {
  color: #222;
  min-height: 40px;
}

input[type="date"]::-webkit-date-and-time-value {
  color: #222;
  text-align: left;
}

.c-form .wpcf7 form .wpcf7-response-output {
  margin: 2em 0;
  line-height: 1.6;
}

.c-form .wpcf7-list-item {
  margin: 0 0 10px;
}

.c-form .wpcf7-list-item:not(:first-child) {
  margin-left: 1em;
}

.c-form-consent {
  line-height: 1.6;
}

/***** 20240508 *****/

.p-post-content h2 {
  margin: 40px 0 16px;
}

@media screen and (max-width: 767px) {
  .p-post-content h2 {
    margin: 35px 0 16px;
  }
}

.p-post-content h3 {
  margin: 40px 0 16px;
}

@media screen and (max-width: 767px) {
  .p-post-content h3 {
    margin: 35px 0 16px;
  }
}

.p-post-content h4 {
  margin: 40px 0 16px;
}

.p-post-content .wp-block-image::after {
  content: none;
}

.p-post-content .wp-block-image img {
  position: relative;
}
/***** 20240517 *****/
.a2a_s_share1 svg path:first-child {fill: currentColor !important;}

/***** 20240805 *****/
.p-global-sidebar {
  min-height:75vh;
}
.home .p-global-sidebar {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .p-home-news + .p-home-blog .p-home-blog__wrap {
    margin-bottom: -180px;
  }
  .p-global-sidebar {
    min-height:100vh;
  }
}
/***** 20241022 *****/
.a2a_svg.a2a_s__default.a2a_s_share2 svg path {fill: #222 !important;}
.a2a_svg.a2a_s__default.a2a_s_share2 svg path:first-child {fill: none !important;}

@media screen and (min-width: 767.01px) and (max-width: 800px){
  .p-home-sec01 .c-section__lead {
    font-size: 3.6vw;
  }
}