@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Slider */
/*.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}*/

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  html, body {
    min-width: inherit;
    min-width: auto;
  }
}

@media screen and (max-width: 1450px) {
  html.is-open, body.is-open {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #2e2e2e;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:active {
  color: inherit;
}

a:hover {
  opacity: 0.7;
  color: inherit;
}

a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):placeholder,
textarea:focus:placeholder {
  color: transparent !important;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus::-webkit-input-placeholder,
textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-moz-placeholder,
textarea:focus:focus:-moz-placeholder {
  color: transparent !important;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus::-moz-placeholder,
textarea:focus:focus::-moz-placeholder {
  color: transparent !important;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
textarea,
button,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 17px;
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: none;
}

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

button {
  transform: scale(1);
}


input[type="radio"] {
  margin: 0 10px 0 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  select {
    padding: 11px 17px 9px;
  }
}

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

.table-pcfix {
  overflow-x: scroll;
}

.table-pcfix table {
  width: 1000px;
}

.c-table-01 {
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-table-01.tb-vertical thead {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-table-01.tb-vertical tr {
    border: 1px solid #D6D6D6;
  }
}

@media screen and (max-width: 768px) {
  .c-table-01.tb-vertical tr th, .c-table-01.tb-vertical tr td {
    display: block;
    width: 100% !important;
    border: none;
  }
}

@media screen and (max-width: 414px) {
  .c-table-01.sp-vertical thead {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .c-table-01.sp-vertical tr {
    border: 1px solid #D6D6D6;
  }
}

@media screen and (max-width: 414px) {
  .c-table-01.sp-vertical tr th, .c-table-01.sp-vertical tr td {
    display: block;
    width: 100% !important;
    border: none;
  }
}

.c-table-01.small tr th, .c-table-01.small tr td {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .c-table-01.small tr th, .c-table-01.small tr td {
    padding: 7px;
  }
}

.c-table-01 tr th, .c-table-01 tr td {
  border: 1px solid #D6D6D6;
  vertical-align: top;
  padding: 15px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-table-01 tr th, .c-table-01 tr td {
    padding: 10px;
  }
}

.c-table-01 tr th {
  background-color: #E7E7EB;
  font-weight: bold;
}

.fs12 {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .fs12 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 414px) {
  .fs12 {
    font-size: 1.0rem;
  }
}

.fs13 {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .fs13 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 414px) {
  .fs13 {
    font-size: 1.1rem;
  }
}

.fs14 {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .fs14 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 414px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

.fs15 {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .fs15 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 414px) {
  .fs15 {
    font-size: 1.3rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .fs16 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 414px) {
  .fs16 {
    font-size: 1.4rem;
  }
}

.fs17 {
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .fs17 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 414px) {
  .fs17 {
    font-size: 1.5rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .fs18 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 414px) {
  .fs18 {
    font-size: 1.6rem;
  }
}

.fs19 {
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .fs19 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 414px) {
  .fs19 {
    font-size: 1.7rem;
  }
}

.fs20 {
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .fs20 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 414px) {
  .fs20 {
    font-size: 1.8rem;
  }
}

.fs21 {
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .fs21 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 414px) {
  .fs21 {
    font-size: 1.9rem;
  }
}

.fs22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .fs22 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 414px) {
  .fs22 {
    font-size: 2.0rem;
  }
}

.fs23 {
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .fs23 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 414px) {
  .fs23 {
    font-size: 2.1rem;
  }
}

.fs24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .fs24 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 414px) {
  .fs24 {
    font-size: 2.2rem;
  }
}

.fs25 {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .fs25 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 414px) {
  .fs25 {
    font-size: 2.3rem;
  }
}

.fs26 {
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .fs26 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 414px) {
  .fs26 {
    font-size: 2.4rem;
  }
}

.fs27 {
  font-size: 2.7rem;
}

@media screen and (max-width: 768px) {
  .fs27 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 414px) {
  .fs27 {
    font-size: 2.5rem;
  }
}

.fs28 {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .fs28 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 414px) {
  .fs28 {
    font-size: 2.6rem;
  }
}

.fs29 {
  font-size: 2.9rem;
}

@media screen and (max-width: 768px) {
  .fs29 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 414px) {
  .fs29 {
    font-size: 2.7rem;
  }
}

.fs30 {
  font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
  .fs30 {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 414px) {
  .fs30 {
    font-size: 2.8rem;
  }
}

.font-s12 {
  font-size: 1.2rem !important;
}

@media screen and (max-width: 768px) {
  .font-s12 {
    font-size: 1.1rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s12 {
    font-size: 1.0rem !important;
  }
}

.font-s13 {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {
  .font-s13 {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s13 {
    font-size: 1.1rem !important;
  }
}

.font-s14 {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 768px) {
  .font-s14 {
    font-size: 1.3rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s14 {
    font-size: 1.2rem !important;
  }
}

.font-s15 {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 768px) {
  .font-s15 {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s15 {
    font-size: 1.3rem !important;
  }
}

.font-s16 {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 768px) {
  .font-s16 {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s16 {
    font-size: 1.4rem !important;
  }
}

.font-s17 {
  font-size: 1.7rem !important;
}

@media screen and (max-width: 768px) {
  .font-s17 {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s17 {
    font-size: 1.5rem !important;
  }
}

.font-s18 {
  font-size: 1.8rem !important;
}

@media screen and (max-width: 768px) {
  .font-s18 {
    font-size: 1.7rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s18 {
    font-size: 1.6rem !important;
  }
}

.font-s19 {
  font-size: 1.9rem !important;
}

@media screen and (max-width: 768px) {
  .font-s19 {
    font-size: 1.8rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s19 {
    font-size: 1.7rem !important;
  }
}

.font-s20 {
  font-size: 2.0rem !important;
}

@media screen and (max-width: 768px) {
  .font-s20 {
    font-size: 1.9rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s20 {
    font-size: 1.8rem !important;
  }
}

.font-s21 {
  font-size: 2.1rem !important;
}

@media screen and (max-width: 768px) {
  .font-s21 {
    font-size: 2.0rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s21 {
    font-size: 1.9rem !important;
  }
}

.font-s22 {
  font-size: 2.2rem !important;
}

@media screen and (max-width: 768px) {
  .font-s22 {
    font-size: 2.1rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s22 {
    font-size: 2.0rem !important;
  }
}

.font-s23 {
  font-size: 2.3rem !important;
}

@media screen and (max-width: 768px) {
  .font-s23 {
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s23 {
    font-size: 2.1rem !important;
  }
}

.font-s24 {
  font-size: 2.4rem !important;
}

@media screen and (max-width: 768px) {
  .font-s24 {
    font-size: 2.3rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s24 {
    font-size: 2.2rem !important;
  }
}

.font-s25 {
  font-size: 2.5rem !important;
}

@media screen and (max-width: 768px) {
  .font-s25 {
    font-size: 2.4rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s25 {
    font-size: 2.3rem !important;
  }
}

.font-s26 {
  font-size: 2.6rem !important;
}

@media screen and (max-width: 768px) {
  .font-s26 {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s26 {
    font-size: 2.4rem !important;
  }
}

.font-s27 {
  font-size: 2.7rem !important;
}

@media screen and (max-width: 768px) {
  .font-s27 {
    font-size: 2.6rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s27 {
    font-size: 2.5rem !important;
  }
}

.font-s28 {
  font-size: 2.8rem !important;
}

@media screen and (max-width: 768px) {
  .font-s28 {
    font-size: 2.7rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s28 {
    font-size: 2.6rem !important;
  }
}

.font-s29 {
  font-size: 2.9rem !important;
}

@media screen and (max-width: 768px) {
  .font-s29 {
    font-size: 2.8rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s29 {
    font-size: 2.7rem !important;
  }
}

.font-s30 {
  font-size: 3.0rem !important;
}

@media screen and (max-width: 768px) {
  .font-s30 {
    font-size: 2.9rem !important;
  }
}

@media screen and (max-width: 414px) {
  .font-s30 {
    font-size: 2.8rem !important;
  }
}

.-cl01 {
  color: #d0a124;
  border-color: #d0a124;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

.pc,
.pc-block {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc,
  .pc-block {
    display: none;
  }
}

.pc-iblock {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none;
  }
}

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

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

.sp-iblock {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .sp-visible {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-visible {
    display: none !important;
  }
}

@media screen and (min-width: 415px) {
  .mb-visible {
    display: none !important;
  }
}

@media screen and (max-width: 414px) {
  .tb-visible {
    display: none !important;
  }
}

.-sp-layout {
  display: none;
}

@media screen and (max-width: 1450px) {
  .-pc-layout {
    display: none;
  }

  .-sp-layout {
    display: block;
  }
}


.mt5 {
  margin-top: 5px !important;
}

@media screen and (max-width: 414px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 414px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}

@media screen and (max-width: 414px) {
  .mt15 {
    margin-top: 8px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 414px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}

@media screen and (max-width: 414px) {
  .mt25 {
    margin-top: 13px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 414px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 414px) {
  .mt35 {
    margin-top: 18px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 414px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}

@media screen and (max-width: 414px) {
  .mt45 {
    margin-top: 23px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 414px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 414px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 414px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 414px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 414px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 414px) {
  .mb25 {
    margin-bottom: 13px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 414px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 414px) {
  .mb35 {
    margin-bottom: 18px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 414px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 414px) {
  .mb45 {
    margin-bottom: 23px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 414px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}

@media screen and (max-width: 414px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}

@media screen and (max-width: 414px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}

@media screen and (max-width: 414px) {
  .ml15 {
    margin-left: 8px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}

@media screen and (max-width: 414px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}

@media screen and (max-width: 414px) {
  .ml25 {
    margin-left: 13px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}

@media screen and (max-width: 414px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}

@media screen and (max-width: 414px) {
  .ml35 {
    margin-left: 18px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}

@media screen and (max-width: 414px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}

@media screen and (max-width: 414px) {
  .ml45 {
    margin-left: 23px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 414px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}

@media screen and (max-width: 414px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 414px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}

@media screen and (max-width: 414px) {
  .mr15 {
    margin-right: 8px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 414px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}

@media screen and (max-width: 414px) {
  .mr25 {
    margin-right: 13px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 414px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}

@media screen and (max-width: 414px) {
  .mr35 {
    margin-right: 18px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 414px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}

@media screen and (max-width: 414px) {
  .mr45 {
    margin-right: 23px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 414px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

.f_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

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

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.telephone a {
  cursor: default;
}

.telephone a:hover {
  opacity: 1;
}

.android .telephone a,
.iphone .telephone a {
  opacity: .7;
}

.wrapper {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.l-undertitle {
  padding: 5%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-undertitle {
    padding: 10% 5%;
  }
}

.l-undertitle .l-undertitle-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}


.c-breadcrumbs {
  padding: 40px 5% 0;
  margin-bottom: 5%;
  letter-spacing: 0.05em;
}

.c-breadcrumbs + [class*='p-index-section'].-reg {
  padding-top: 0;
}

.c-breadcrumbs-item {
  display: inline;
}

.c-breadcrumbs-item:not(:first-of-type) {
  margin-left: 0.5em;
}

.c-breadcrumbs-item:not(:first-of-type):before {
  content: '/';
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    padding: 5% 5% 0;
  }
}

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

.p-sns {
  color: #fff;
}

.p-sns .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-sns .wrap .inner + .inner {
  margin-left: 15px;
}

.p-sns .wrap .inner .fab {
  font-size: 2.5rem;
}

.p-contactlead {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-contactlead {
    text-align: left;
  }
}

.mw_wp_form_input .p-contactlead .input-message {
  display: block;
}

.mw_wp_form_input .p-contactlead .confirm-message {
  display: none;
}

.mw_wp_form_confirm .p-contactlead .input-message {
  display: none;
}

.mw_wp_form_confirm .p-contactlead .confirm-message {
  display: block;
}

.mw_wp_form_complete .p-contactlead + [class*='unit-btn'] {
  margin-top: 40px;
}

.p-contactlead + .box-form-01 {
  margin-top: 40px;
}

.p-form {
  font-size: 1.5rem;
  background: rgba(0, 0, 255, 0.2);
  padding: 4% 8%;
}

@media screen and (max-width: 768px) {
  .p-form {
    padding: 8%;
  }
}

.p-form .formwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-form .formwrap > .wrap {
  width: 100%;
}

.p-form .formwrap > .wrap + .wrap {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-form .formwrap > .wrap + .wrap {
    margin-top: 20px;
  }
}

.p-form .formwrap .label {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-form .formwrap .label:before {
  font-weight: normal;
  content: '任意';
  color: #fff;
  background: #ccc;
  border-radius: 3px 3px;
  font-size: 1.2rem;
  padding: 5px;
  margin-right: 0.5em;
  letter-spacing: 0;
}

.p-form .formwrap .label.req:before {
  content: '必須';
  background: blue;
}

.p-form .formwrap .detail {
  margin-top: 10px;
}

.p-form input[type="text"],
.p-form input[type="email"],
.p-form textarea {
  background: #fff;
  border: 1px solid #ccc;
}

.p-form input[type="text"]:focus,
.p-form input[type="email"]:focus,
.p-form textarea:focus {
  border-color: #9999ff;
}

.p-form input[type="checkbox"] {
  min-height: 1px;
  max-width: 1px;
  opacity: 0;
}

.p-form input[type="checkbox"] + .mwform-checkbox-field-text {
  padding: 0;
  display: inline-block;
  line-height: 1.45rem;
  position: relative;
  padding-left: 30px;
}

.p-form input[type="checkbox"] + .mwform-checkbox-field-text:before {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: -0.45rem;
  content: "";
  border: 1px solid #bdbbba;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.p-form input[type="checkbox"] + .mwform-checkbox-field-text:after {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  display: block;
  left: 4px;
  top: 0;
  opacity: 0;
  border-left: 3px solid blue;
  border-bottom: 3px solid blue;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: blue;
}

.p-form input[type="checkbox"]:checked + .mwform-checkbox-field-text:before {
  opacity: 0;
  -webkit-transform: rotate(90deg) scale(1.3);
  -ms-transform: rotate(90deg) scale(1.3);
  transform: rotate(90deg) scale(1.3);
}

.p-form input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}

.p-privacy {
  font-size: 1.4rem;
  height: 360px;
  margin: 50px 0 64px;
  overflow-y: auto;
  padding: 16px;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .p-privacy {
    height: 280px;
    margin-bottom: 30px;
  }
}

.p-privacy::-webkit-scrollbar {
  background: rgba(250, 250, 250, 0.1);
  border-radius: 0;
  overflow: hidden;
  width: 4px;
}

.p-privacy::-webkit-scrollbar-button {
  display: none;
}

.p-privacy::-webkit-scrollbar-thumb {
  background: blue;
  border-radius: 0;
  overflow: hidden;
}

.p-privacy__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.p-privacy__txt {
  margin-bottom: 32px;
}

.p-privacy__list__ttl {
  border-bottom: 2px solid #ddd;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.p-privacy__list__item:not(:last-child) {
  margin-bottom: 32px;
}

.p-privacy-order {
  counter-reset: order 0;
}

.p-privacy-order__item {
  padding-left: 32px;
  position: relative;
}

.p-privacy-order__item:before {
  content: counter(order) ".";
  counter-increment: order 1;
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}

.p-privacy-order__item:not(:last-child) {
  margin-bottom: 16px;
}

.p-privacy-order__txt {
  margin-bottom: 16px;
}

.p-privacy-order.is-brackets__item:before {
  content: "(" counter(order) ")";
}

.p-privacy-order.is-child__item:before {
  content: counter(order, lower-roman) "";
}

.fadeout-bg {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  opacity: 0;
  pointer-events: none;
}

.fadeout-loader {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  opacity: 0;
  pointer-events: none;
}

#loader-bg {
  background: #e9e5dd;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#loader-bg [class*='circle'] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#loader-bg .circle1 {
  background: rgba(208, 161, 36, 0.8);
  -webkit-animation: bound1 1.5s ease infinite;
  animation: bound1 1.5s ease infinite;
}

#loader-bg .circle2 {
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  -webkit-animation: bound2 1.5s ease infinite;
  animation: bound2 1.5s ease infinite;
}

@-webkit-keyframes bound1 {
  0% {
    -webkit-transform: translateX(8px) translateY(0px);
    transform: translateX(8px) translateY(0px);
  }
  50% {
    -webkit-transform: translateX(8px) translateY(10px);
    transform: translateX(8px) translateY(10px);
  }
  100% {
    -webkit-transform: translateX(8px) translateY(0px);
    transform: translateX(8px) translateY(0px);
  }
}

@keyframes bound1 {
  0% {
    -webkit-transform: translateX(8px) translateY(0px);
    transform: translateX(8px) translateY(0px);
  }
  50% {
    -webkit-transform: translateX(8px) translateY(10px);
    transform: translateX(8px) translateY(10px);
  }
  100% {
    -webkit-transform: translateX(8px) translateY(0px);
    transform: translateX(8px) translateY(0px);
  }
}

@-webkit-keyframes bound2 {
  0% {
    -webkit-transform: translateX(-8px) translateY(10px);
    transform: translateX(-8px) translateY(10px);
  }
  50% {
    -webkit-transform: translateX(-8px) translateY(0px);
    transform: translateX(-8px) translateY(0px);
  }
  100% {
    -webkit-transform: translateX(-8px) translateY(10px);
    transform: translateX(-8px) translateY(10px);
  }
}

@keyframes bound2 {
  0% {
    -webkit-transform: translateX(-8px) translateY(10px);
    transform: translateX(-8px) translateY(10px);
  }
  50% {
    -webkit-transform: translateX(-8px) translateY(0px);
    transform: translateX(-8px) translateY(0px);
  }
  100% {
    -webkit-transform: translateX(-8px) translateY(10px);
    transform: translateX(-8px) translateY(10px);
  }
}

.is-hide {
  display: none !important;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.c-list {
  line-height: 2;
}

.c-list.-list_circle.-between_large .c-list-inner + .c-list-inner {
  margin-top: 1.5em;
}

.c-list.-list_circle .c-list-inner {
  position: relative;
  padding-left: 1em;
}

.c-list.-list_circle .c-list-inner + .c-list-inner {
  margin-top: 1em;
}

.c-list.-list_circle .c-list-inner:before {
  content: "・";
  margin-left: -1em;
}

.c-list.-list_circle .c-list-inner:first-child {
  margin-top: 0;
}

.c-list.-list_circle .c-list-inner a {
  color: #0071BC;
  text-decoration: underline;
}

.c-list.-list_arrow .c-list-inner {
  padding-left: 1.3em;
}

.c-list.-list_arrow .c-list-inner:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "\f105";
  margin-left: 0;
  font-family: FontAwesome;
  font-size: 1.6rem;
}

.c-numlist {
  counter-reset: list_count;
}

.c-numlist .numlist-inner::before {
  margin-right: .25em;
  counter-increment: list_count;
  content: counter(list_count);
  display: inline-block;
}

.c-pagetop-item {
  position: relative;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 5;
}

.c-pagetop-item:before {
  content: '\f106';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d0a124;
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-pagetop-item:after {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #d0a124;
  content: '';
  display: block;
  border-radius: 100% 100%;
  z-index: -1;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.c-pagetop-item:hover:after {
  top: 0;
  left: 0;
}

.c-breadcrumb {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 1em 0px;
  border-top: 1px solid #d0a124;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 1em;
  }
}

.c-breadcrumb .wrap {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb .wrap {
    width: 100%;
    word-break: break-all;
  }
}

.c-breadcrumb .wrap .inner {
  display: inline-block;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb .wrap .inner {
    display: inline;
  }
}

.c-breadcrumb .wrap .inner:not(:last-of-type):after {
  content: '>';
  margin-left: 0.7em;
  margin-right: 0.2em;
}

.c-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 32%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-gmap {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 50%;
    background: #fff;
    padding-top: 4%;
    padding-right: 4%;
    padding-left: 4%;
    margin-top: -4%;
  }
}

.c-gmap .con {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-gmap .con {
    top: 4%;
    left: 4%;
    width: calc(100% - 8%);
    height: calc(100% - 8%);
  }
}

.ajax-loader {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
  -ms-transform: translate(-50%, 150%);
  transform: translate(-50%, 150%);
}

.p-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1140px) {
  .p-blog {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .p-blog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-top: 30px;
  }
}

.p-blog-contents {
  width: 80%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 1140px) {
  .p-blog-contents {
    width: calc(96% - 160px);
  }
}

@media screen and (max-width: 768px) {
  .p-blog-contents {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-blog-contents .p-bloglist {
  padding: 60px;
  background: #e9e5dd;
  color: #2e2e2e;
}

@media screen and (max-width: 768px) {
  .p-blog-contents .p-bloglist {
    padding: 12% 5%;
  }
}

.p-blog-contents .p-bloglist .p-bloglist-title {
  font-size: 1.8rem;
}

@media screen and (max-width: 1140px) {
  .p-blog-contents .p-bloglist .p-bloglist-title {
    font-size: 1.65rem;
  }
}

@media screen and (max-width: 768px) {
  .p-blog-contents .p-bloglist .p-bloglist-title {
    font-size: 1.5rem;
  }
}

.p-blog-contents .c-catlist-item {
  background: #d0a124;
  color: #fff;
}

.p-blog-contents .p-bloglist-item-link {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.p-blog-contents .p-bloglist-item:not(:first-of-type) {
  border-top-color: rgba(46, 46, 46, 0.4);
}

.p-blog-sidebar {
  width: 160px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 768px) {
  .p-blog-sidebar {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-blog-sidebar select,
.p-blog-sidebar input,
.p-blog-sidebar textarea {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-blog-sidebar .p-categories-selectlist {
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 57px 10px 15px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  background: #e9e5dd;
  line-height: 1.5em;
  color: #484847;
  width: 100%;
}

.p-blog-sidebar .p-categories-selectlist-area {
  position: relative;
  display: inline-block;
  width: 100%;
}

.p-blog-sidebar .p-categories-selectlist-area:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #484847;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}


.p-post {
  color: #2e2e2e;
  background: #e9e5dd;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 90px;
  padding: 60px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1040px) {
  .p-post {
    width: 90%;
    padding: 7% 5%;
  }
}

.p-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17.5px;
}

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

@media screen and (max-width: 768px) {
  .p-post-meta-item {
    width: 100%;
  }
}

.p-post-meta-item:not(:first-of-type) {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .p-post-meta-item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-post-meta-date {
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.15em;
  font-size: 1.7rem;
}

.p-post-meta-cat {
  font-size: 1.4rem;
  color: #fff;
  background: #d0a124;
  display: inline-block;
  padding: 5px 8px;
}

.p-post-meta-cat:not(:first-of-type) {
  margin-left: 5px;
}

.p-post-ttl {
  font-size: 2.7rem;
  border-top: 1px solid #d0a124;
  border-bottom: 1px solid #d0a124;
  color: #d0a124;
  letter-spacing: 0.15em;
  padding: 8px 10px;
}

@media screen and (max-width: 768px) {
  .p-post-ttl {
    font-size: 2.4rem;
  }
}

.p-post-content {
  margin-top: 40px;
}

.p-post-content > * {
  margin-top: 1em;
}

.p-post-content > * + * {
  margin-top: 1em;
}

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

.p-post-content strong {
  font-weight: bold;
}

.p-post-content h2, .p-post-content h3, .p-post-content h4 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.p-post-content h2 {
  border-top: 1px solid #d0a124;
  border-bottom: 1px solid #d0a124;
  font-size: 2.2rem;
  color: #d0a124;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .p-post-content h2 {
    font-size: 1.8rem;
  }
}

.p-post-content h3 {
  border-bottom: 4px double #d0a124;
  color: #d0a124;
  font-size: 2rem;
  padding-bottom: 5px;
}

.p-post-content h4 {
  border-left: 4px solid #d0a124;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: .5em 0 .5em 1em;
  color: #d0a124;
}

.p-post-content .wp-block-quote {
  background: #d9d5ce;
  border-radius: 10px;
  padding: 2% 4%;
  border: none;
}

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

.p-post-content .wp-block-image figcaption {
  position: absolute;
  left: 0;
  background: #d0a124;
  color: #fff;
  margin: 0;
  padding: 10px;
}

.p-post-content ul:not(.wp-block-gallery) li {
  position: relative;
  padding: 0 0 0 16px;
  letter-spacing: 0.1em;
}

.p-post-content ul:not(.wp-block-gallery) li + li {
  margin-top: 1em;
}

.p-post-content ul:not(.wp-block-gallery) li:before {
  margin: auto;
  content: "";
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: calc(0.55em);
  left: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #d0a124;
}

.p-post-content ol:not([class*='p-article-nav__table']) {
  counter-reset: list_count;
}

.p-post-content ol:not([class*='p-article-nav__table']) li + li {
  margin-top: 1em;
}

.p-post-content ol:not([class*='p-article-nav__table']) li:before {
  margin-right: .25em;
  counter-increment: list_count;
  content: counter(list_count, decimal-leading-zero) ".";
  display: inline-block;
  color: #d0a124;
}

.p-post-content .wp-block-file__button {
  background: #d0a124;
  display: inline-block;
  padding: .4em 1em .2em;
  line-height: 2;
  letter-spacing: 0.1em;
}

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

@media screen and (max-width: 768px) {
  .p-post-content .wp-block-code {
    overflow-x: scroll;
  }
}

.p-post-content .wp-block-pullquote {
  border-top: 2px solid #d0a124;
  border-bottom: 2px solid #d0a124;
  word-break: break-all;
}

.p-post-content .wp-block-pullquote cite {
  color: #d0a124;
  letter-spacing: 0.1em;
  font-style: italic;
}

.p-post-content .wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}

.p-post-content .wp-block-table th, .p-post-content .wp-block-table td {
  padding: .5em;
  border: 1px solid #2e2e2e;
  word-break: break-all;
}

.p-post-content .wp-block-table th {
  text-align: center;
  font-weight: bold;
}

.p-post-content .wp-block-button__link {
  letter-spacing: 0.1em;
  background: #d0a124;
}

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

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

.p-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.p-post-content .wp-block-calendar caption {
  margin-bottom: 0.5em;
}

.p-post-content .wp-block-calendar th {
  background: #d0a124;
  color: #fff;
  border-color: #d0a124;
}

.p-post-content .wp-block-calendar tbody td {
  border-color: #d0a124;
}

.p-post-content .wp-block-calendar tbody td a {
  color: #d0a124;
}

.p-post-content .wp-block-calendar tfoot td {
  padding-top: 0.5em;
}

.p-post-content .wp-block-calendar tfoot a {
  color: #d0a124;
}

.p-post-content .wp-block-embed-twitter {
  border-radius: 10px;
  border: 1px solid  #ccc !important;
}

.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-block-embed-youtube .wp-embed-aspect-4-3 .wp-block-embed-youtube .wp-block-embed__wrapper:after {
  padding-top: 75%;
}

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

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


.p-post-content .addtoany_share_save_container {
  margin-top: 60px;
  text-align: center;
}

.p-post-section {
  margin-top: 48px;
}

.p-post-section__txt {
  margin-top: 30px;
}

.p-post__eyecatch {
  margin-top: 48px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-post__eyecatch {
    margin-top: 35px;
  }
}

.p-post-btn {
  margin-top: 50px;
  text-align: center;
}

.p-post-btn .c-btn-wrap:hover {
  border-color: #d0a124;
  color: #d0a124;
}


.p-article-nav,
div#toc_container {
  background: #d9d5ce;
  margin-top: 38px;
  padding: 50px 60px;
  font-size: 1.5rem;
  border: 0;
}

@media screen and (max-width: 768px) {
  .p-article-nav,
  div#toc_container {
    margin-top: 25px;
    padding: 7% 5%;
    font-size: 1.4rem;
  }
}

.p-article-nav__headline,
#toc_container p.toc_title {
  color: #fff;
  line-height: 1;
  letter-spacing: .1em;
  font-size: 1.9rem;
  color: #d0a124;
  margin-bottom: 32.5px;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-article-nav__headline,
  #toc_container p.toc_title {
    padding: 0.5em;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.p-article-nav__table,
#toc_container p.toc_title + ul.toc_list {
  margin-top: 32px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .p-article-nav__table,
  #toc_container p.toc_title + ul.toc_list {
    margin-top: 25px;
  }
}

.p-article-nav__table:not(:first-child) {
  margin-top: 1em;
}

.p-article-nav__table-item,
#toc_container ul.toc_list li {
  position: relative;
}

.p-article-nav__table-item:not(:first-child),
  #toc_container ul.toc_list > li:not(:first-child) {
  margin-top: 25px;
}

.p-article-nav__table-item-child,
#toc_container ul.toc_list li ul li {
  margin-top: 15px;
  padding-left: calc(2em + 10px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-article-nav__table-item-child,
  #toc_container ul.toc_list li ul li {
    padding-left: calc(1em + 10px);
  }
}

.p-article-nav__table-item-child:before,
#toc_container ul.toc_list li ul li:before {
  background: #2e2e2e;
  content: '';
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: .8em;
  width: 1em;
}

.p-article-nav__table-link,
#toc_container ul.toc_list li a {
  display: inline-block;
  position: relative;
  z-index: 0;
}

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

#toc_container ul.toc_list li:before {
  border: 0;
}

.toc_number {
  display: none;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 101;
  background: #e9e5dd;
  font-size: 1.5rem;
  -webkit-box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1450px) {
  .l-header {
    background: #e9e5dd;
    min-height: 60px;
  }
}

.l-header > .inner-header {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1450px) {
  .l-header > .inner-header {
    height: 60px;
    width: 100%;
    min-width: 0;
    display: block;
    position: relative;
    z-index: 101;
    background: #e9e5dd;
  }
}

.l-header .inner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1450px) {
  .l-header .inner-nav {
    width: calc(100% - 60px * 2);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media screen and (max-width: 1450px) {
  .l-header:not(.is-open) .inner-nav .p-global {
    /*max-height: 0;*/
    right: -620px;
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  .l-header:not(.is-open) .inner-nav .p-global {
    right: calc(-100vw - 120px);
  }
}

.l-header:not(.is-open) .overlay {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1450px) {
  .l-header.is-open .overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 1450px) {
  .p-navmain {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.p-navmain .func-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.p-navmain .func-wrap .c-logo {
  line-height: 1;
  margin-left: 50px;
  max-height: 30px;
}

.p-navmain .func-wrap .c-logo-img {
  max-height: 30px;
}

@media screen and (max-width: 1450px) {
  .p-navmain .func-wrap {
    width: 100%;
  }

  .p-navmain .func-wrap .c-logo {
    margin: 0;
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0;
    margin-left: 20px;
  }
  .p-navmain .func-wrap .c-logo-link {
    height: 30px;
  }
  .p-navmain .func-wrap .c-logo-img {
    height: 100%;
    max-height: 30px;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-navmain .func-wrap .c-logo {
    max-height: 20px;
  }

  .p-navmain .func-wrap .c-logo-link {
    height: 20px;
  }
  .p-navmain .func-wrap .c-logo-img {
    height: 100%;
    max-height: 20px;
    width: auto;
  }
}

.p-navmain .func-wrap .btn-func {
  display: none;
}

@media screen and (max-width: 1450px) {
  .p-navmain .func-wrap .btn-func {
    display: block;
  }
}

.p-navmain .func-wrap .btn-func .btn-tel {
  position: absolute;
  top: 0;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #2e2e2e;
  z-index: 2;
}

.p-navmain .func-wrap .btn-func .btn-tel:before {
  content: '\f095';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.p-navmain .func-wrap .btn-func .btn-tel {
  background: #fffff0;
}

.p-navmain .func-wrap .btn-func .btn-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d0a124;
  width: 60px;
  height: 60px;
  color: #000;
  line-height: 1;
}

.p-navmain .func-wrap .btn-func .btn-nav .menu:before {
  font-size: 0.8rem;
}

:not(.is-open) .p-navmain .func-wrap .btn-func .btn-nav .menu:before {
  content: 'MENU';
}

.is-open .p-navmain .func-wrap .btn-func .btn-nav .menu:before {
  content: 'CLOSE';
}

.p-navmain .func-wrap .btn-func .btn-nav .inner-btn .menu-bar {
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-navmain .func-wrap .btn-func .btn-nav .inner-btn .menu-bar > * {
  display: block;
  width: 23px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.p-navmain .func-wrap .btn-func .btn-nav .inner-btn .menu-bar > *:not(:last-child) {
  margin-bottom: 5px;
}

.is-open .p-navmain .func-wrap .btn-func .btn-nav .inner-btn .menu-bar > *.bar1 {
  -webkit-transform: translate(4px, 0px) rotate(45deg);
  -ms-transform: translate(4px, 0px) rotate(45deg);
  transform: translate(4px, 0px) rotate(45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.is-open .p-navmain .func-wrap .btn-func .btn-nav .inner-btn .menu-bar > *.bar2 {
  width: 0 !important;
}

.is-open .p-navmain .func-wrap .btn-func .btn-nav .inner-btn .menu-bar > *.bar3 {
  -webkit-transform: translate(4px, 2px) rotate(315deg);
  -ms-transform: translate(4px, 2px) rotate(315deg);
  transform: translate(4px, 2px) rotate(315deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.p-global {
  letter-spacing: 0.15em;
}

.p-global .nav-list > .nav-con > .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-radius: 100% 100%;
  background: rgba(208, 161, 36, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 1450.01px) {
  .p-global {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-global .nav-list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    color: #2e2e2e;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-right: 20px;
  }
  .p-global .nav-list > .nav-con {
    position: relative;
    display: block;
  }
  .p-global .nav-list > .nav-con.list-parent:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateY(-52.5%);
    -ms-transform: translateY(-52.5%);
    transform: translateY(-52.5%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .p-global .nav-list > .nav-con > .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .8em;
    height: 100%;
    position: relative;
  }

  .p-global .nav-list > .nav-con > .nav-link > span {
    position: relative;
    z-index: 2;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1450.01px) and (max-width: 1000px) {
  .p-global .nav-list > .nav-con > .nav-link {
    padding: 0 22.5px;
  }
}

@media screen and (min-width: 1450.01px) {
  .p-global .nav-list > .nav-con:hover > .nav-link,
  .p-global .nav-list > .nav-con > .nav-link.is-active {
    opacity: 1;
  }
  .p-global .nav-list > .nav-con:hover > .nav-link:before,
  .p-global .nav-list > .nav-con > .nav-link.is-active:before {
    opacity: 1;
    width: 20px;
    height: 20px;
  }
  .p-global .nav-list > .nav-con:hover.list-parent:after {
    color: #ccc;
  }
  .p-global .nav-list > .nav-con .inner-child {
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: 100;
  }
  .p-global .nav-list > .nav-con .inner-child > .child-con {
    border-top: 1px solid #000;
  }
  .p-global .nav-list > .nav-con .inner-child > .child-con > .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    font-size: 1.5rem;
    height: 50px;
    padding: 0 25px;
    white-space: nowrap;
    font-weight: normal;
  }
  .p-global .nav-list > .nav-con .inner-child > .child-con > .nav-link:hover {
    opacity: 1;
    background: pink;
  }
  .p-global .nav-list > .nav-con:not(:hover) .inner-child {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  .p-global .btn-cv {
    height: 100%;
  }
  .p-global .btn-cv .c-btn-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1450px) {
  .p-global {
    position: absolute;
    visibility: visible;
    z-index: 100;
    top: 60px;
    left: auto;
    right: -120px;
    overflow-y: scroll;
    width: 500px;
    /*height: 100vh;
    max-height: calc(100vh - 140px);*/
    -webkit-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    background: #d0a124;
  }
  .p-global .nav-list {
    border-top: 1px solid #ccc;
  }
  .p-global .nav-list > li > a {
    position: relative;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
    color: #ffffff;
  }

  .p-global .nav-list > .nav-con > .nav-link.is-active:before {
    opacity: 1;
    width: 20px;
    height: 20px;
    left: 5px;
    right: auto;
  }

  .p-global .nav-list > li > a span {
    position: relative;
    width: 100%;
    display: block;
  }
  .p-global .nav-list > li > a span:after {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    right: 10px;
    line-height: 0;
    color: #ffffff;
  }
  .p-global .nav-list > li > a > .sp-visible {
    font-family: 'Parisienne', cursive;
    font-size: 1.8rem;
  }
  .p-global .nav-list > li > a > .sp-visible:after {
    content: '-';
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: normal;
    margin: 0 0.2em;
  }
  .p-global .nav-list > li .inner-child {
    overflow: hidden;
    max-height: 100vh;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;
    background: #000;
    color: #fff;
  }
  .p-global .nav-list > li .inner-child a {
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    display: block;
    padding: 10px 10px;
  }
  .p-global .nav-list > li .inner-child li:first-of-type a {
    border-top: none;
  }
  .p-global .nav-list > li.list-parent > a {
    pointer-events: none;
  }
  .p-global .nav-list > li.list-parent.is-open > a span::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
    -ms-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
  }
  .p-global .nav-list > li.list-parent:not(.is-open) > a {
    position: relative;
    border-top: 0px solid #cecece;
  }
  .p-global .nav-list > li.list-parent:not(.is-open) > a span::after {
    -webkit-transform: translateY(-50%) rotate(-270deg);
    -ms-transform: translateY(-50%) rotate(-270deg);
    transform: translateY(-50%) rotate(-270deg);
  }
  .p-global .nav-list > li.list-parent:not(.is-open) .inner-child {
    opacity: 0;
    max-height: 0;
    border: 0;
  }
  .p-global .contact-box {
    padding: 3% 0;
  }
  .p-global .contact-box .c-cta {
    background: none;
    margin: 0 auto;
    color: #ffffff;
  }
  .p-global .contact-box .c-btn {
    text-align: center;
  }
  .p-global .contact-box > ul > li {
    width: 100%;
  }
  .p-global .contact-box > ul > li + li {
    margin-top: 15px;
  }

  .p-global .contact-box .c-cta-ttl[class*='icon-']:before {
    color: #ffffff;
  }

  .p-global .contact-box .c-cta-content:not(:first-of-type) {
    border-top: 1px solid #ffffff;
  }

  .p-global .contact-box .c-btn.-icon-before__mail .c-btn-inner:before {
    color: #d0a124;
  }

  .p-global .contact-box .c-btn-wrap {
    background: #ffffff;
    color: #d0a124;
  }
}

.l-footer {
  background: #fffff0;
  color: #2e2e2e;
  padding: 35px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .p-global .nav-list > li > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .p-global .nav-list > li > a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-global {
    width: calc(100% + 120px);
    right: -120px;
  }

  .l-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-footer-entry {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-footer-entry {
    padding: 12% 5%;
    display: block;
  }
}

.l-footer-entry-wrap {
  text-align: center;
  /*width: 60%;*/
  width: calc(100% - 240px);
  margin: 0 auto;
}

.l-footer-entry-wrap .c-editbox {
  margin-bottom: 20px;
}

.l-footer-entry-wrap .p-section-contactlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.l-footer-entry-wrap .p-section-contactlist .p-section-contactlist-item {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .l-footer-entry-wrap {
    width: 100%;
    margin-top: 20px;
    text-align: left;
    display: block;
    max-width: 100%;
  }

  .l-footer-entry-wrap .c-editbox {
    margin-bottom: 30px;
  }

  .l-footer-entry-wrap .p-section-contactlist {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .l-footer-entry-wrap .p-section-contactlist .p-section-contactlist-item {
    text-align: center;
  }

  .l-footer-entry-wrap .p-section-contactlist .p-section-contactlist-item + .p-section-contactlist-item {
    margin-top: 30px;
  }
}

.l-footer-entry-wrap .c-btn {
  margin: 10px 10px 0;
}

.l-footer-entry-ttl {
  width: 240px;
}

.l-footer-entry-ttl:only-child {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-footer-entry-ttl {
    width: 100%;
  }
}

.l-footer-entry-wrap .c-btn.-icon-before__tel .c-btn-inner {
  display: inline;
}
.l-footer-sitelogo {
  width: 200px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.l-footer-sitelogo .l-footer-logo img {
  max-height: 70px;
}

@media screen and (max-width: 768px) {
  .l-footer-sitelogo {
    width: 100%;
  }

  .l-footer-sitelogo .l-footer-logo img {
    max-height: 60px;
  }
}

.l-footer-siteinfo {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.l-footer-siteinfo .l-footer-logo img {
  max-height: 30px;
}

@media screen and (max-width: 768px) {
  .l-footer-siteinfo {
    width: 100%;
  }

  .l-footer-siteinfo .l-footer-logo img {
    max-height: 20px;
  }
}

.l-footer-address {
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  margin-top: 33.5px;
}

.l-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  */
}

@media screen and (max-width: 768px) {
  .l-footer-address {
    margin-top: 25px;
  }

  .l-footer-content {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.l-footer-nav {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .l-footer-nav {
    display: none;
  }
}

.l-footer-nav + [class*='l-footer'] {
  margin-top: 40px;
}

.l-footer-navlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer-navlink-item:not(first-of-type) {
  margin-left: 25px;
}

.l-footer-sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-footer-sns-wrap {
    font-size: 2rem;
  }
}

.l-footer-sns-item:not(:first-of-type) {
  margin-left: 20px;
}

.l-footer-copyright {
  display: block;
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  margin-top: 30px;
}

.l-contents {
  overflow: hidden;
  position: relative;
  display: block;
  background: #fffff0;
  color: #2e2e2e;
}

@media screen and (max-width: 768px) {
  .l-contents {
    width: 100%;
  }
}

.underwrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .underwrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 414px) {
  .underwrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

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

.underwrapper.sidelayout .contents {
  width: 80%;
  background-color: rgba(0, 255, 0, 0.2);
}

.underwrapper.sidelayout .sidenavi {
  width: 20%;
  background-color: rgba(0, 0, 255, 0.2);
}

.underwrapper.sidelayout .fullsize {
  width: 100%;
  background-color: rgba(255, 0, 0, 0.2);
}

.c-editbox {
  line-height: 2;
}

.c-editbox > * + * {
  margin-top: 2em;
}

.c-editbox b ,
.c-editbox strong {
  font-weight: bold;
}

.c-editbox ul {
  line-height: 2;
}

.c-editbox ul li {
  padding-left: 1em;
  position: relative;
}

.c-editbox ul li:before {
  content: "・";
  margin-left: -1em;
}

.c-editbox ul li:first-child {
  margin-top: 0;
}

.c-editbox ul li + li {
  margin-top: 1.5em;
}

.c-editbox ul li a {
  color: #0071BC;
  text-decoration: underline;
}

/*-----------------------------------------------------
btn
-----------------------------------------------------*/
.c-btn {
  color: #fff;
}

.c-btn-wrap {
  padding: 1em;
  min-width: 200px;
  text-align: center;
  background: #d0a124;
  color: #fff;
  letter-spacing: 0.2em;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.6rem;
  line-height: 19px;
}

@media screen and (max-width: 768px) {
  .c-btn-wrap {
    font-size: 1.4rem;
    min-width: 230px;
  }
}

.c-btn_white .c-btn-wrap {
  background: #fff;
  color: #d0a124;
  border: 1px solid #fff;
}

.c-btn_white .c-btn-wrap:hover {
  opacity: 1;
  background: #d0a124;
  color: #fff;
}

.c-btn_ghost .c-btn-wrap {
  background: transparent;
  border: 1px solid #fff;
}

.c-btn_ghost .c-btn-wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d0a124;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.c-btn_ghost .c-btn-wrap:hover {
  opacity: 1;
  border-color: #d0a124;
}

.c-btn_ghost .c-btn-wrap:hover:before {
  opacity: 1;
}

.c-btn_subcolor .c-btn-wrap,
.c-btn_subcolor button {
  background: #d0a124;
  color: #fff;
  border: 1px solid #d0a124;
}

.c-btn_subcolor .c-btn-wrap:hover,
.c-btn_subcolor button:hover {
  opacity: 1;
  background: transparent;
  border-color: #fff;
}

.c-btn_subcolor.-btn-cl01 .c-btn-wrap:hover,
.c-btn_subcolor.-btn-cl01 button:hover {
  border: 1px solid #d0a124;
  color: #d0a124;
}


.c-btn[class*='-icon-before'] .c-btn-inner:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
}

.c-btn.-icon-before__mail {
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.c-btn.-icon-before__mail .c-btn-inner:before {
  content: '\f0e0';
}

.c-btn.-icon-before__user .c-btn-inner:before {
  font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}

.c-btn.-icon-before__tel {
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.c-btn.-icon-before__tel .c-btn-wrap {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-btn.-icon-before__tel .c-btn-wrap {
    font-size: 1.6rem;
  }
}

.c-btn.-icon-before__tel .c-btn-inner {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  display: inline-block;
}

.c-btn.-icon-before__tel .c-btn-inner:before {
  content: '\f879';
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  display: inline-block;
}


/*-----------------------------------------------------
title
-----------------------------------------------------*/
.c-title-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.c-title-border .c-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
}

@media screen and (max-width: 1240px) {
  .c-title-border .c-title-sub {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title-border .c-title-sub {
    font-size: 1.7rem;
  }
}

.c-title-border .c-title-sub + .c-title-main {
  margin-top: 20px;
}

.c-title-border .c-title-sub:before, .c-title-border .c-title-sub:after {
  content: '';
  height: 1px;
  width: 48px;
  background: #fff;
  display: block;
}

.c-title-border .c-title-sub:before {
  margin-bottom: 15px;
}

.c-title-border .c-title-sub:after {
  margin-top: 15px;
}

.c-title-border .c-title-main {
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  line-height: 2;
}

@media screen and (max-width: 1240px) {
  .c-title-border .c-title-main {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .c-title-border .c-title-main {
    font-size: 2.2rem;
  }
}

.-fc_subcolor {
  color: #d0a124;
}

.c-title-border.-fc_subcolor,
.c-title-border .-fc_subcolor {
  color: #d0a124;
}

.c-title-border.-fc_dark {
  color: #2e2e2e;
}

.c-title-border.-fc_dark .c-title-sub:before, .c-title-border.-fc_dark .c-title-sub:after {
  background: #2e2e2e;
}

.c-title-border .fz-22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .c-title-border .fz-22 {
    font-size: 1.9rem;
  }
}

.c-title-border_long {
  color: #d0a124;
  letter-spacing: 0.1em;
}

.c-title-border_long:before, .c-title-border_long:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #d0a124;
  display: block;
}

.c-title-border_long:before {
  margin-bottom: 15px;
}

.c-title-border_long:after {
  margin-top: 15px;
}

.c-title-border_long .c-title-main {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .c-title-border_long .c-title-main {
    font-size: 1.7rem;
  }
}
/*
.c-title-border_long._question .c-title-main:before {
  content: 'Q';
  margin-right: 0.5em;
}*/

.c-title-border_long .fz-20 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .c-title-border_long .fz-20 {
    font-size: 1.7rem;
  }
}

.c-title-border_long .fz-22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .c-title-border_long .fz-22 {
    font-size: 1.9rem;
  }
}

.c-nametitle {
  color: #d0a124;
  letter-spacing: 0.2em;
}

.c-nametitle > .main {
  font-size: 3.2rem;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .c-nametitle > .main {
    font-size: 2.7rem;
  }
}

.c-nametitle > .ruby {
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-nametitle > .ruby {
    display: block;
    margin-left: 0;
  }
}

.c-nametitle-color {
  color: #d0a124;
}
  /*-----------------------------------------------------
attention
-----------------------------------------------------*/
.c-attentionbox-item {
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-size: 1.4rem;
  color: #72706c;
  letter-spacing: 0.1em;
}

.c-attentionbox-item:not(:first-of-type) {
  margin-top: 0.4em;
}

.c-attentionbox-item:before {
  content: '※';
  margin-right: 0.25em;
}

.c-attentionbox-item.-noattention:before {
  content: '';
  margin-right: 1.25em;
}

/*-----------------------------------------------------
定義リスト
-----------------------------------------------------*/
.c-dlist > .con-wrap:not(:first-of-type) {
  margin-top: 10px;
}

.c-dlist .title {
  color: #d0a124;
  font-size: 1.6rem;
  border-top: 1px solid #d0a124;
  border-bottom: 1px solid #d0a124;
}

@media screen and (max-width: 768px) {
  .c-dlist .title {
    font-size: 1.5rem;
  }
}

.c-dlist .title,
.c-dlist .detail {
  padding: 10.5px 0;
  letter-spacing: 0.1em;
}

.c-dlist .detail {
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.c-bg_subcolor {
  background: #d0a124;
}

/*-----------------------------------------------------
cta
-----------------------------------------------------*/
.c-cta {
  max-width: 400px;
  padding: 30px;
  background: #e9e5dd;
  font-size: 1.5rem;
  color: #2e2e2e;
}

@media screen and (max-width: 768px) {
  .c-cta {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}

.c-cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 10px;
}

.c-cta-content:not(:first-of-type) {
  border-top: 1px solid #2e2e2e;
}

.c-cta-ttl {
  letter-spacing: 0.15em;
  width: 35%;
  white-space: nowrap;
  line-height: 2.6rem;
  position: relative;
  padding-left: 1.5em;
}

.c-cta-ttl[class*='icon-']:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.4em;
  display: block;
  position: absolute;
  left: -.1em;
}

.c-cta-ttl.icon-tel:before {
  content: '\f095';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-cta-ttl.icon-time:before {
  content: '\f017';
  font-weight: 400;
}

.c-cta-ttl.icon-cal:before {
  content: '\f073';
  font-weight: 400;
}

.c-cta-txt {
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.1em;
  width: 65%;
  white-space: nowrap;
  margin-top: 2px;
  line-height: 2.6rem;
}
.c-cta-ttl.icon-tel + .c-cta-txt {
  margin-top: 0;
}
.c-cta-tel-link {
  font-size: 1.1em;
}


@media screen and (max-width: 768px) {
  .c-cta-ttl {
    letter-spacing: 0;
  }
}
/*-----------------------------------------------------
catlist
-----------------------------------------------------*/
.c-catlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-catlist-item {
  color: #2e2e2e;
  background: #e9e5dd;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 5px 10px 3px 10px;
}

@media screen and (max-width: 768px) {
  .c-catlist-item {
    font-size: 1.2rem;
    padding: 3px 5px;
  }
}

.c-catlist-item:not(:first-of-type) {
  margin-left: 10px;
}

/*-----------------------------------------------------
pager
-----------------------------------------------------*/
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  margin-top: 40px;
}

.c-pager-item {
  width: 32px;
  margin: 0 7.5px;
  line-height: 32px;
}

.c-pager-btn {
  width: 100%;
  display: block;
  text-align: center;
}

.c-pager-btn:not([class*='is-current']):hover {
  background: #d0a124;
}

.c-pager-btn.is-current {
  background: #d0a124;
}

.c-pager-btn span {
  color: #ffffff;
}

/*-----------------------------------------------------
gadget
-----------------------------------------------------*/
.c-gadget [class*='c-title-border'] {
  margin-bottom: 20px;
}

.c-gadget-items {
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .c-gadget-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-gadget-item {
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .c-gadget-item {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}

.c-gadget-item:not(:first-of-type) {
  margin-top: 22.5px;
}

@media screen and (max-width: 768px) {
  .c-gadget-item:not(:first-of-type) {
    margin-top: 10px;
    margin-left: 1em;
  }
}

.c-gadget-item-link.is-current {
  color: #d0a124;
}

/*-----------------------------------------------------
form
-----------------------------------------------------*/
/*----------------------------------------
c-form
----------------------------------------*/
.c-form {
  display: block;
  width: 100%;
}

.c-form-lead,
.c-form-lead__confirm {
  margin: 0 0 50px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-form-lead,
  .c-form-lead__confirm {
    margin: 0 0 30px;
    text-align: left;
  }
}

.c-form-lead p:not([class]),
.c-form-lead__confirm p:not([class]) {
  margin: 0 0 20px;
}

.c-form-table, .c-form-tbody, .c-form-row, .c-form-ttl, .c-form-cnt {
  display: block;
}

.c-form-table {
  width: 100%;
}

.c-form-ttl, .c-form-cnt {
  vertical-align: top;
}

.c-form-ttl {
  padding: 20px 0 0 0;
  white-space: nowrap;
}

.c-form-cnt {
  padding: 20px 0 50px 0px;
}

.c-form-cnt .error {
  margin: 10px 0 0;
}

.c-form-cnt .horizontal-item {
  display: inline-block;
}

.c-form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form-label-txt, .c-form-label-val {
  display: block;
}

.c-form-label-val {
  margin: 0 15px 0 0;
  padding: 3px 10px;
  background: #d0a124;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-form-cnt {
    padding: 15px 0 20px 0px;
  }

  .c-form-label-val {
    margin: 0 10px 0 0;
    padding: 3px 8px;
    font-size: 1.1rem;
  }
}

.c-form-label-val.is-any {
  background: #bab9b8;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form textarea,
.c-form select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #bab9b8;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  outline: none;
}

@media screen and (max-width: 768px) {
  .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  .c-form textarea,
  .c-form select {
    padding: 10px;
  }
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form select::-webkit-input-placeholder {
  color: #bab9b8;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form select:-ms-input-placeholder {
  color: #bab9b8;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder,
.c-form select::-ms-input-placeholder {
  color: #bab9b8;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
.c-form textarea::placeholder,
.c-form select::placeholder {
  color: #bab9b8;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):hover, .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus,
.c-form textarea:hover,
.c-form textarea:focus,
.c-form select:hover,
.c-form select:focus {
  border-color: #d0a124;
}

.c-form textarea {
  width: 100%;
  min-height: 80px;
  resize: vertical;
}

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

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

.c-form input[type="radio"] + span:before,
.c-form input[type="checkbox"] + span:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #bab9b8;
  vertical-align: sub;
  content: "";
  background:#ffffff;
}

.c-form input[type="radio"] + span:after,
.c-form input[type="checkbox"] + span:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

.c-form input[type="radio"] + span::after {
  border-radius: 50%;
  background: #d0a124;
}

.c-form input[type="checkbox"] + span::before {
  border-width: 2px;
  border-radius: 1px;
}

.c-form input[type="checkbox"] + span::after {
  top: 2px;
  left: 6px;
  width: 5px;
  border: solid #d0a124;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form .c-btn {
  text-align: center;
}

.c-form .c-btn br {
  display: none;
}

.c-form-privacy {
  padding: 20px;
  border: 1px solid #bab9b8;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .c-form-privacy {
    padding: 5%;
  }

  .c-form input[type="radio"] + span:before,
  .c-form input[type="checkbox"] + span:before {
    top: -1px;
  }

  .c-form input[type="checkbox"] + span::after {
    top: 1px;
  }
}

.c-form-privacy-inner {
  overflow-y: auto;
  max-height: 200px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .c-form-privacy-inner {
    padding: 10px;
  }
}

.c-form-privacy-list-item {
  margin: 0 0 40px;
}

.c-form-privacy-ttl {
  font-size: 1.8rem;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .c-form-privacy-ttl {
    font-size: 1.6rem;
  }
}

.c-form-privacy-subttl {
  margin: 0 0 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-form-privacy-subttl {
    font-size: 1.4rem;
  }
}

.c-form-privacy-txt {
  margin: 0 0 40px;
}

.c-form-privacy-order {
  counter-reset: order 0;
}

.c-form-privacy-order.is-child {
  margin: -10px 0 30px;
}

.c-form-privacy-order-txt {
  margin: 0 0 20px;
}

.c-form-privacy-order-item {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  word-break: break-all;
}

.c-form-privacy-order-item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  content: counter(order) ".";
  counter-increment: order 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .c-form-privacy-order-item:before {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.c-form-consent {
  padding: 50px 0 40px;
  text-align: center;
}

.c-form-consent label {
  font-weight: 900;
}

.c-form-consent .error {
  margin: 10px 0 0;
}


.mw_wp_form button {
  cursor: pointer;
}

.mw_wp_form button:focus {
  border: 0;
  outline: none;
}

.mw_wp_form_confirm .is-confirm-none {
  display: none;
}

.mw_wp_form_confirm .is-confirm-none +  .c-btn {
  margin-top: 50px;
}

.mw_wp_form_confirm .c-form-lead {
  display: none;
}

.mw_wp_form_confirm .c-form-lead__confirm {
  display: block;
}

.mw_wp_form_confirm .c-form-ttl {
  padding: 20px 0;
}

.mw_wp_form_confirm .c-form-cnt {
  padding: 20px 0 20px 40px;
  background: #f8f8f8;
}

@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .c-form-cnt {
    padding: 20px;
  }

  .mw_wp_form_confirm .is-confirm-none +  .c-btn {
    margin-top: 25px;
  }

  .mw_wp_form_confirm .c-btn button {
    margin-top: 25px;
  }
}

.mw_wp_form_confirm .c-form-label-val {
  display: none;
}

.mw_wp_form_input .c-form-lead__confirm {
  display: none;
}

.mw_wp_form_complete .c-btn {
  text-align: center;
}

.p-index-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

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

.p-index-section.-is_reverse .p-index-section-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 768px) {
  .p-index-section.-is_reverse .p-index-section-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-index-section.-is_reverse .p-index-section-detail {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  .p-index-section.-is_reverse .p-index-section-detail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.p-index-section.-bg_light {
  background: #e9e5dd;
  color: #2e2e2e;
}

.p-index-section.-bg_light [class*='c-title'] .c-title-sub:before, .p-index-section.-bg_light [class*='c-title'] .c-title-sub:after {
  background: #2e2e2e;
}

.p-index-section.-bg_light [class*='c-title'] .c-title-sub.-ct01:before,
.p-index-section.-bg_light [class*='c-title'] .c-title-sub.-ct01:after {
  background: #d0a124;
}

.p-index-section.-bg_light [class*='c-btn']:hover {
  border-color: #d0a124;
  color: #d0a124;
}

.p-index-section.-bg_subcolor {
  background: #d0a124;
  color: #fff;
}

.p-index-section-detail [class*='c-title-border'] {
  margin-top: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-index-section-detail [class*='c-title-border'] {
    margin-bottom: 30px;
  }
}

.p-index-section-detail [class*='c-nametitle'] {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-index-section-detail [class*='c-nametitle'] {
    margin-bottom: 30px;
  }
}

.p-index-section-detail > [class*='c-btn'] {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-index-section-detail > [class*='c-btn'] {
    margin-top: 43px;
    text-align: center;
  }
}

.p-index-section-detail-wrap > [class*='c-btn'] {
  margin-top: 60px;
}

.p-index-section.-reg {
  padding: 5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-index-section.-reg {
    padding: 12% 5%;
  }
}

.p-index-section.-reg:not([class*='-bg_light']) + .p-index-section:not([class*='-bg_light']) {
  padding-top: 0;
}

.p-index-section.-reg.-bg_light + .p-index-section.-bg_light {
  padding-top: 0;
}

.p-index-section.-reg .p-index-section-map,
.p-index-section.-blk .p-index-section-map {
  width: 57%;
}

.p-index-section.-lecture {
  display: block;
}

.p-index-section.-lecture:empty {
  display: none;
}

.p-index-section.-lecture .p-lecture-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.p-index-section.-lecture .p-lecture-block + .p-lecture-block {
  padding-top: 5%;
}


@media screen and (max-width: 768px) {
  .p-index-section.-lecture .p-lecture-block {
    display: block;
  }

  .p-index-section.-reg .p-index-section-map,
  .p-index-section.-blk .p-index-section-map {
    width: 100%;
  }
}

.p-index-section.-reg .p-index-section-map iframe,
.p-index-section.-blk .p-index-section-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  .p-index-section.-reg .p-index-section-map iframe,
  .p-index-section.-blk .p-index-section-map iframe {
    height: 300px;
    min-height: 0;
  }
}

.p-index-section.-reg .p-index-section-map:only-child,
.p-index-section.-blk .p-index-section-map:only-child {
  width: 100%;
}

.p-index-section.-reg .p-index-section-img {
  width: 57%;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .p-index-section.-reg .p-index-section-img {
    width: 100%;
  }
}

.p-index-section.-reg .p-index-section-img:before {
  content: '';
  display: block;
  padding-top: 68%;
}

.p-index-section.-reg .p-index-section-img img {
  display: none;
}

.p-index-section.-reg .p-index-section-detail,
.p-index-section.-blk .p-index-section-detail {
  width: 38%;
}

@media screen and (max-width: 768px) {
  .p-index-section.-reg .p-index-section-detail,
  .p-index-section.-blk .p-index-section-detail {
    width: 100%;
    margin-top: 20px;
  }
}

.p-index-section.-reg .p-index-section-detail:only-child,
.p-index-section.-blk .p-index-section-detail:only-child {
  width: 100%;
  padding: 5% 8%;
}

@media screen and (max-width: 768px) {
  .p-index-section.-reg .p-index-section-detail:only-child,
  .p-index-section.-blk .p-index-section-detail:only-child {
    padding: 5%;
  }
}

.p-index-section.-reg.-overimg {
  padding-left: 0;
}

.p-index-section.-reg.-overimg .p-index-section-img {
  width: 59%;
}

@media screen and (max-width: 768px) {
  .p-index-section.-reg.-overimg .p-index-section-img {
    width: 100%;
  }
}

.p-index-section.-reg.-overimg .p-index-section-detail {
  width: 36%;
}

@media screen and (max-width: 768px) {
  .p-index-section.-reg.-overimg .p-index-section-detail {
    width: 100%;
    padding-left: 5%;
  }
}

.p-index-section.-reg.-overimg .p-index-section-detail:only-child {
  width: 100%;
  padding: 5% 8%;
}

@media screen and (max-width: 768px) {
  .p-index-section.-reg.-overimg .p-index-section-detail:only-child {
    padding: 5%;
  }
}

.p-index-section.-overlay .p-index-section-imgwrap {
  width: 56%;
  position: relative;
  z-index: 2;
  padding: 5% 0;
}

@media screen and (max-width: 1240px) {
  .p-index-section.-overlay .p-index-section-imgwrap {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-index-section.-overlay .p-index-section-imgwrap {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .p-index-section.-overlay.-bgsub {
    position: relative;
  }

  .p-index-section.-overlay.-bgsub:before {
    content: '';
    width: calc(100% + 5vw);
    background: #d0a124;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10vw;
    z-index: 0;
    display: block;
  }

  .p-index-section.-overlay.-bgsub .p-index-section-detail.-bgsub {
    background: none;
  }
}

.p-index-section.-overlay .p-index-section-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.p-index-section.-overlay .p-index-section-img:before {
  content: '';
  display: block;
  padding-top: 68%;
  position: relative;
  z-index: 1;
}

.p-index-section.-overlay .p-index-section-img img {
  display: none;
}

.p-index-section.-overlay .p-index-section-detail {
  width: 56%;
  margin-left: -12%;
  padding: 5% 8% 5% 18%;
}

@media screen and (max-width: 1240px) {
  .p-index-section.-overlay .p-index-section-detail {
    width: 70%;
    margin-left: -15%;
  }
}

@media screen and (max-width: 768px) {
  .p-index-section.-overlay .p-index-section-detail {
    width: 95%;
    margin-left: 5%;
    padding: 0 5% 12%;
  }
}

.p-index-section.-overlay .p-index-section-detail:only-child {
  width: 100%;
  margin-left: 0;
  padding: 5% 8%;
}

@media screen and (max-width: 768px) {
  .p-index-section.-overlay .p-index-section-detail:only-child {
    padding: 5%;
  }
}

.p-index-section.-overlay .p-index-section-detail.-bgsub {
  background: #d0a124;
  color: #fff;
}

.p-index-section.-maxwidth {
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5% 0;
}

@media screen and (max-width: 1290px) {
  .p-index-section.-maxwidth {
    padding: 8% 5% 12%;
  }
}

.p-index-section.-maxwidth .p-index-section-img {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .p-index-section.-maxwidth .p-index-section-img {
    width: 100%;
  }
}

.p-index-section.-maxwidth .p-index-section-detail {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .p-index-section.-maxwidth .p-index-section-detail {
    width: 100%;
    margin-top: 20px;
  }
}

.p-index-section.-maxwidth .p-index-section-detail:only-child {
  width: 100%;
}

.p-index-section.-img_multi .p-index-section-img-item + .p-index-section-img-item {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-index-section.-img_multi .p-index-section-img-item + .p-index-section-img-item {
    margin-top: 15px;
  }
}

.p-index-section.-blk {
  display: block;
  padding: 5%;
}

@media screen and (max-width: 768px) {
  .p-index-section.-blk {
    padding: 8% 5%;
  }
}

.p-index-section-inner.-reg {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

.p-index-section-inner + .p-index-section-inner {
  padding-top: 90px;
}

.p-section-through {
  padding-left: 5%;
  background-size: cover;
  background-position: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-index-section-inner.-reg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-index-section-inner + .p-index-section-inner {
    padding-top: 45px;
  }

  .p-section-through {
    padding: 12% 5%;
  }
}

.p-section-through._minheight .p-section-detail {
  min-height: 900px;
}

@media screen and (max-width: 768px) {
  .p-section-through._minheight .p-section-detail {
    min-height: 0;
  }
}

.p-section-through .p-section-detail {
  background: rgba(0, 0, 0, 0.3);
  width: 54%;
  padding: 5%;
}

@media screen and (max-width: 768px) {
  .p-section-through .p-section-detail {
    background: transparent;
    width: 100%;
    padding: 0;
  }
}

.p-section-through .p-section-detail .p-bloglist {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-section-through .p-section-detail .p-bloglist {
    margin-top: 30px;
  }
}

.p-section-through .p-section-detail > .c-editbox {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-section-through .p-section-detail > .c-editbox {
    margin-top: 30px;
  }
}

.p-section-through .p-section-detail > [class*='c-btn'] {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-section-through .p-section-detail > [class*='c-btn'] {
    margin-top: 50px;
    text-align: center;
  }
}

.p-section-through .p-section-contactlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.1em;
  margin-top: 50px;
}

.p-section-through .p-section-contactlist-item {
  width: 48%;
}

@media screen and (max-width: 1040px) {
  .p-section-through .p-section-contactlist-item {
    width: 100%;
  }
  .p-section-through .p-section-contactlist-item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-section-through .p-section-contactlist-item .c-btn {
  margin-top: 7px;
}

.p-section-through .p-section-contactlist-item .c-btn-wrap {
  width: 100%;
  min-width: 0;
}

@media screen and (max-width: 1040px) {
  .p-section-through .p-section-contactlist-item .c-btn-wrap {
    min-width: 300px;
    width: auto;
  }
}

.p-section-through .p-section-contactbox {
  margin-top: 50px;
}

.p-section-through .p-section-contactbox-item {
  padding: 10px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.1em;
}

.p-section-through .p-section-contactbox-title {
  display: table-cell;
  width: 25%;
}

@media screen and (max-width: 1040px) {
  .p-section-through .p-section-contactbox-title {
    width: 40%;
  }
}

.p-section-through .p-section-contactbox-detail {
  display: table-cell;
  width: 75%;
}

@media screen and (max-width: 1040px) {
  .p-section-through .p-section-contactbox-detail {
    width: 60%;
  }
}

.p-bloglist-item:not(:last-of-type) {
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .p-bloglist-item:not(:last-of-type) {
    padding-bottom: 28px;
  }
}

.p-bloglist-item:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-bloglist-item:not(:first-of-type) {
    padding-top: 28px;
  }
}

.p-bloglist-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-bloglist-item-link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-bloglist-item .p-bloglist-thm {
  overflow: hidden;
  position: relative;
  width: 16.9%;
}

@media screen and (max-width: 1140px) {
  .p-bloglist-item .p-bloglist-thm {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .p-bloglist-item .p-bloglist-thm {
    width: 25%;
  }
}

.p-bloglist-item .p-bloglist-thm:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.p-bloglist-item .p-bloglist-thm img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;', serif;
}

.p-bloglist-item .p-bloglist-detail {
  width: 77%;
}

@media screen and (max-width: 768px) {
  .p-bloglist-item .p-bloglist-detail {
    width: 70%;
  }
}

.p-bloglist-item .p-bloglist-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-bloglist-item .p-bloglist-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-bloglist-item .p-bloglist-info .c-catlist {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .p-bloglist-item .p-bloglist-info .c-catlist {
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}

.p-bloglist-item .p-bloglist-time {
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .p-bloglist-item .p-bloglist-time {
    font-size: 1.5rem;
  }
}

.p-bloglist-item .p-bloglist-title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .p-bloglist-item .p-bloglist-title {
    margin-top: 5px;
  }
}

.p-course-section {
  background: #e9e5dd;
  color: #2e2e2e;
  width: 1000px;
  margin: 0 auto 90px auto;
  padding: 60px;
}

@media screen and (max-width: 1000px) {
  .p-course-section {
    width: 100%;
    padding: 7% 5% 12%;
    margin-bottom: 50px;
  }
}

.p-course-section-img + .p-course-section-title {
  margin-top: 37.5px;
}

@media screen and (max-width: 768px) {
  .p-course-section-img + .p-course-section-title {
    margin-top: 25px;
  }
}

.p-course-section-title {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  color: #d0a124;
}

@media screen and (max-width: 768px) {
  .p-course-section-title {
    font-size: 2.2rem;
  }
}

.p-course-section-content {
  margin-top: 37.5px;
}

@media screen and (max-width: 768px) {
  .p-course-section-content {
    margin-top: 25px;
  }
}

.p-course-section-content [class*='c-title'] {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .p-course-section-content [class*='c-title'] {
    margin-bottom: 15px;
  }
}

.p-course-section-content .c-attentionbox {
  margin-top: 25px;
}

.p-course-section-content .c-btn_subcolor {
  text-align: center;
  margin-top: 60px;
}


.p-course-section-menu + * {
  border-top: 1px solid #d0a124;
  padding-top: 25px;
}

.p-course-section-menu .con-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-course-section-menu .con-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.p-course-section-menu .con-wrap + .con-wrap {
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .p-course-section-menu .con-wrap + .con-wrap {
    margin-top: 1em;
  }
}

.p-course-section-menu .main,
.p-course-section-menu .detail {
  background: #e9e5dd;
  position: relative;
  z-index: 2;
}

.p-course-section-menu .main {
  padding-right: .25em;
}

@media screen and (max-width: 768px) {
  .p-course-section-menu .main {
    width: 100%;
  }
}

.p-course-section-menu .main:before {
  background-image: -webkit-radial-gradient(1px 1px, CurrentColor, rgba(0, 0, 0, 0));
  background-image: -o-radial-gradient(1px 1px, CurrentColor, rgba(0, 0, 0, 0));
  background-image: radial-gradient(1px 1px, CurrentColor, rgba(0, 0, 0, 0));
  background-position: center;
  background-size: 6px 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-course-section-menu .main:before {
    display: none;
  }
}

.p-course-section-menu .detail {
  padding-left: .5em;
}

@media screen and (max-width: 768px) {
  .p-course-section-menu .detail:before {
    background-image: -webkit-radial-gradient(1.5px 1.5px, CurrentColor, rgba(0, 0, 0, 0));
    background-image: -o-radial-gradient(1.5px 1.5px, CurrentColor, rgba(0, 0, 0, 0));
    background-image: radial-gradient(1.5px 1.5px, CurrentColor, rgba(0, 0, 0, 0));
    background-position: center;
    background-size: 7px 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    z-index: 1;
  }
}


.p-recommend .p-index-section + .p-index-section {
  padding-top: 0;
}

.p-voice-section {
  width: 1000px;
  margin: 0px auto;
  padding: 40px 45px;
  background: #e9e5dd;
  color: #2e2e2e;
  border-left: 10px solid #d0a124;
}

@media screen and (max-width: 1040px) {
  .p-voice-section {
    width: 90%;
    padding: 7% 5%;
    border-left-width: 5px;
  }
}

.p-voice-section:not(:first-of-type) {
  margin-top: 40px;
}

@media screen and (max-width: 1040px) {
  .p-voice-section:not(:first-of-type) {
    margin-top: 30px;
  }
}

.p-voice-section:last-of-type {
  margin-bottom: 90px;
}

@media screen and (max-width: 1040px) {
  .p-voice-section:last-of-type {
    margin-bottom: 50px;
  }
}

.p-voice-section [class*='c-title'] {
  margin-bottom: 1em;
}

.p-voice-section .c-title-main {
  padding: 0 10px;
  display: inline-block;
  margin: 0;
}

.p-voice-section-person {
  font-size: 1.4rem;
  color: #72706c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
}

.p-voice-section-person .title {
  margin-right: 1em;
}

.p-voice-section .p-voice-section-person {
  margin-bottom: 1em;
}

.p-voice-section .c-attentionbox {
  margin-top: 1em;
}

.p-contact-article,
.p-notfound-article {
  background: #e9e5dd;
  width: 1000px;
  margin: 0 auto 90px;
  color: #2e2e2e;
  padding: 60px 200px;
}

.p-notfound-article {
  text-align: center;
}

.p-notfound-article-ttl {
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 1em;
}

.p-notfound-article-desc {
  margin-bottom: 2em;
}

@media screen and (max-width: 1040px) {
  .p-contact-article,
  .p-notfound-article {
    width: 90%;
    padding: 7% 5%;
  }
}

@media screen and (max-width: 768px) {
  .p-notfound-article-desc {
    text-align: left;
  }

  .p-notfound-article-desc br {
    display: none;
  }
}


.l-mainvisual {
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-mainvisual {
    /*min-height: 550px;*/
    min-height: 100%;
  }
  .l-mainvisual .sp-visible {
    /*min-height: 550px;*/
    min-height: 100%;
  }
}

.l-mainvisual-catch {
  color: #fff;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 2;
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-mainvisual-catch {
    width: 100%;
    height: calc(100% - 60px);
    left: 0;
    padding: 0 4%;
  }
}

.l-mainvisual-catch-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-mainvisual-catch-sub {
  font-family: 'Parisienne', cursive;
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .l-mainvisual-catch-sub {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.l-mainvisual-catch-main {
  font-size: 5.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .l-mainvisual-catch-main {
    font-size: 2.7rem;
  }
}

.l-mainvisual-item {
  position: relative;
}

.l-mainvisual-item .pc-visible {
  width: 100%;
  background-size: cover;
}

.l-mainvisual-item .sp-visible {
  width: 100%;
  height: calc(100vh - 60px);
  background-position: center;
  background-size: cover;
}

.l-mainvisual-content {
  height: 100%;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 3;
  width: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0 6%;
}

@media screen and (max-width: 768px) {
  .l-mainvisual-content {
    height: calc(60% - 40px);
    width: 100%;
    right: 0;
    top: auto;
    bottom: 40px;
  }
}

.l-mainvisual-content-ttl {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .l-mainvisual-content-ttl {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.l-mainvisual-content-txt {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-mainvisual-content-txt {
    line-height: 2;
  }
}

.l-mainvisual-content .c-btn_ghost {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .l-mainvisual-content .c-btn_ghost {
    margin-top: 30px;
  }
}

.slick-slider .slick-arrow {
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 66px;
  height: 66px;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
}

.slick-slider .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.slick-slider .slick-arrow.slick-prev {
  left: 15px;
}

.slick-slider .slick-arrow.slick-prev:before {
  content: "\f053";
}

.slick-slider .slick-arrow.slick-next {
  right: 15px;
}

.slick-slider .slick-arrow.slick-next:before {
  content: "\f054";
}

.slick-slider .slick-dots {
  z-index: 100;
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 21px;
  text-align: center;
}

.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100% 100%;
  background: #d0a124;
  opacity: 0.2;
}

.slick-slider .slick-dots li.slick-active {
  opacity: 1;
}

.slick-slider .slick-dots li button {
  display: none;
}

.slick-slider .slick-dots li button:before {
  display: block;
}

@media screen and (max-width: 768px) {
  .slick-slider .slick-dots {
    bottom: 7px;
  }
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.p-index-cta {
  margin-left: 5%;
  position: relative;
  z-index: 4;
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .p-index-cta {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 414px) {
  .p-index-cta {
    max-width: 300px;
  }
}


/*----------------------------------------
add_to_any
----------------------------------------*/
.a2a_kit a {
  margin: 0 10px;
  padding: 0;
}

.a2a_mini {
  width: 312px !important;
}

.a2a_svg {
  background: none !important;
}

.a2a_svg svg {
  width: 28px;
  height: 28px;
}

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

.a2a_full {
  height: 340px !important;
}

.a2a_full_footer {
  padding: 18px 14px !important;
}

.a2a_menu a {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif !important;
  color: #494947 !important;
}

.a2a_mini_services {
  overflow: hidden;
  padding: 6px !important;
}

.a2a_menu_show_more_less span {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
}
/***** addtoany  *****/
.p-post-content .addtoany_shortcode {
  margin-top: 60px;
  text-align: center;
}

/***** refusal  *****/
.refusal {
  margin-top: 105x;
  text-align: right;
  vertical-align: middle;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (min-width:768px){
  .is-sp {
    display: none;
  }
}
@media screen and (max-width:767px){
  .is-pc {
    display: none;
  }
}
.c-form-privacy-order-item a {
  text-decoration: underline;
}
.p-footer-bnr {
  margin: 1em 0 0 0;
}
.p-footer-bnr-item {
  max-width: 200px;
  margin-bottom: 1em;
}
.l-footer-content {
  max-width: calc(100% - 200px);
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  .l-footer-content {
    max-width: none;
    width: 100%;
  }
}
.l-footer-subcontent {
  width: 50%;
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .l-footer-subcontent {
    text-align: left;
    width: 100%;
    margin-top: 40px;
  }
}
.l-footer-nav {
  width: inherit;
}
.p-navmain .func-wrap .c-logo {
  line-height: 1;
  margin-left: 25px;
  max-height: 60px;
  max-width: 160px;
  width: 100%;
  display: flex;
  align-items: center;
}

.p-navmain .func-wrap .c-logo-img {
  max-height: unset;
}

@media screen and (max-width: 1450px) {
  .p-navmain .func-wrap .c-logo-img {
    max-height: 50px;
  }
}

@media screen and (max-width: 1450px) {
  .p-navmain .func-wrap .c-logo-link {
    height: auto;
  }
  .p-navmain .func-wrap .c-logo-img {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .p-navmain .func-wrap .c-logo {
    margin-left: 1em;
    max-height: 50px;
    max-width: 120px;
  }
  .p-navmain .func-wrap .c-logo-link {

  }
}
.c-attentionbox-item * {
  text-indent: 0;
}
.a2a_kit .a2a_label {display:none !important;}

/***** 20210927 refusal *****/
.refusal {
  line-height: 1;
}
.refusal img {
  width: 100%;
  max-width: 320px;
  /* max-height: 14px; */
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .refusal img {
    max-width: 285px;
  }
}
/***** 20220111 *****/
.c-form textarea {
  vertical-align: top;
}

/***** 20220412 *****/
.c-form-privacy-order-txt {
  word-break:break-word;
  overflow-wrap:break-word;
}
/***** 20220715 *****/
.mw_wp_form_confirm .c-form-cnt {
  padding: 20px 40px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .c-form-cnt {
    padding: 20px;
  }
}
/***** 20220901 *****/
/*** privacy ***/
.p-privacy-block {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .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: 768px) {
  .p-privacy-block:last-child {
    margin-bottom: 50px;
  }
}

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

@media screen and (max-width: 768px) {
  .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: 768px) {
  .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;
}

/*** contact form ***/

.c-form__consent {
  text-align: center;
}
.c-form__consent a {
  text-decoration: underline;
}

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

@media screen and (max-width: 1330px) {
  .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;
}

@media screen and (max-width: 768px) {
  .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;
  }
}

/*** footer subnav ***/
.l-footer-sns + .p-global-footer-information-subnav {
  margin-top: 10px;
}

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

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

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

.post-password-form input[type="submit"] {
  padding: 5px 10px 6px;
  background: #d0a124;
  color: #fff;
  font-size: 16px;
  font-size: 1.6em;
  border: 0px solid #d0a124;
}

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

/*** author ***/
.c-author {
  background: #fffff0;
  padding: 40px 60px 24px;
  border-left: 10px solid #d0a124;
  margin: 55px 0 95px;
  color: #2e2e2e;
}

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

.c-author-figure {
  width: 32.78%;
}

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

.c-author-txt {
  padding-left: 40px;
  width: 67.22%;
}

.c-author-txt-label {
  color: #d0a124;
  border: 1px solid #d0a124;
  border-right: 0;
  border-left: 0;
  padding: 12px 0;
  font-size: 15px;
}

h3.c-author-txt-name {
  color: #d0a124;
  margin: 14px 0 8px;
}

.c-author-txt-name-main {
  font-size: 25px;
  letter-spacing: 6px;
}

.c-author-txt-name-sub {
  font-family: 'Josefin Slab', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
}

.c-author-txt-desc {
  color: #ffffff;
}

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

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

.c-author-txt-list-item-link {
  padding: 0 10px;
  margin: 0 0 10px;
  background-color: #ffffff;
  color: #494947;
}


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

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

.c-author-txt-sns {
  color: #d0a124;
  margin-top: 10px;
}

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

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

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

@media screen and (max-width: 768px) {
  .c-author {
    margin: 40px 0 70px;
    padding: 35px 6.87% 28px;
  }

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

  .c-author-figure {
    margin-bottom: 26px;
    width: 100%;
    padding: 0 30px;
  }

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

  .c-author-txt-label {
    font-size: 12px;
  }

  .c-author-txt-desc {
    line-height: 2;
    font-size: 13px;
  }

  .c-author-txt-name-main {
    font-size: 17px;
  }

  .c-author-txt-list-item-link {
    font-size: 12px;
    padding: 2px 8px;
  }

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

.l-contents {
  word-break: break-all;
}
/***** 20221021 *****/
.a2a_svg path {fill: #222 !important;}.a2a_s_share1 svg path:first-child {fill: none !important;}
/** 20230623 **/ figure {margin-bottom: 0 !important;}

/** 202308 twitter => X **/ .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-not-valid-tip {
  margin-top: 10px;
}

.wpcf7-spinner {
  margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
}

.wpcf7 input[type="submit"] {
  display: block;
  margin: 0 auto;
}

.wpcf7 input[type="submit"]:not(:disabled) {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c-form input[type="radio"] + span:after {
    top: 3px;
  }
}

select,
input[type="date"]::-webkit-date-and-time-value {
  font-size: 1.6rem;
  color: #2e2e2e;
  text-align: left;
}

input[type="date"] {
  min-height: 46px;
}

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

.p-post-content h2 {
  border-top: 1px solid #d0a124;
  border-bottom: 1px solid #d0a124;
  font-size: 2.2rem;
  color: #d0a124;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  .p-post-content h2 {
    font-size: 1.8rem;
  }
}

.p-post-content h3 {
  border-bottom: 4px double #d0a124;
  color: #d0a124;
  font-size: 2rem;
  padding-bottom: 5px;
}

.p-post-content h4 {
  border-left: 4px solid #d0a124;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: .5em 0 .5em 1em;
  color: #d0a124;
}
/***** 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;}


.lec_title {
  color: #d0a124;
  letter-spacing: 0.2em;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lec_title {
    font-size: 2.7rem;
    margin-bottom: 30px;
  }
}
.c-bg_subcolor ,
.l-undertitle {
  color: #fff;
}
.c-title-border .c-title-sub:before,
.c-title-border .c-title-sub:after {
  background-color: currentColor ;
}

.l-footer-siteinfo .l-footer-logo img {
  max-height: 100px;
}

@media screen and (max-width: 414px) {
.l-footer-entry {
  background-position: 75% center;
    }
}

.p-section-through {
    background-position: 75% 50%;
}

.p-index-section-img-slide.-lecturer {
  width: 57%;
}
@media screen and (max-width:768px) {
  .p-index-section-img-slide.-lecturer{
    width: 100%;
  }
}
.p-index-section-img-slide.-lesson {
  width: 57%;
}
@media screen and (max-width:768px) {
  .p-index-section-img-slide.-lesson{
    width: 100%;
  }
}

#slick-slide02 .sp-visible {
    background-position: center center !important;
}

.mod_video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

@media screen and (max-width:1000px) {
  .mod_video {
    height: auto;
  }

  .p-index-cta {
    margin-top: 65%;
  }

  .l-mainvisual-catch {
    top: 200px;
  }
}

@media screen and (max-width:500px) {
  .mod_video {
    height: auto;
  }

  .l-mainvisual-catch {
    top: 110px;
  }
}

.l-header .c-btn.-icon-before__mail+.c-btn.-icon-before__user {
  margin-left: 1px;
}

@media screen and (max-width:1450px) {
  .l-header .c-btn.-icon-before__mail+.c-btn.-icon-before__user {
    margin-left: 0;
    margin-top: 10px;
  }
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  position: relative
}

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

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .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%
}

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

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

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

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

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

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

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  width: 100%;
  height: 100%;
  max-width: none;
}

.wp-block-cover-image .wp-block-cover__image-background+img,
.wp-block-cover-image .wp-block-cover__background+img,
.wp-block-cover-image .wp-block-cover__video-background+video,
.wp-block-cover .wp-block-cover__image-background+img,
.wp-block-cover .wp-block-cover__background+img,
.wp-block-cover .wp-block-cover__video-background+video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}

.wp-block-file__button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word;
	box-sizing: border-box;
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}
.c-post-content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  content: none;
}

.wp-block-cover, .wp-block-cover-image {
  padding: 0;
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  position: absolute;
}