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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

a:hover {
  text-decoration: none;
}

a {
  background-color: transparent;
  color: inherit;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: underline;
}
a:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
}

p a:link {
  text-decoration: underline;
}

.break_keep {
  word-break: keep-all;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

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

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

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

.moverbright {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  /* デフォルト値なのでこの一行は省略してもOK */
}

.moverbright:hover {
  -webkit-filter: brightness(1.8);
          filter: brightness(1.8);
  /* 明るくする */
}

.resimg {
  width: 100%;
  height: auto;
  display: block;
}

.pc_content {
  display: inherit;
}

.sp_content {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: inherit;
  }
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
}
ul.check {
  margin: 0 0 1em 0;
  padding: 0 0 0 12px;
}
ul.check li {
  position: relative;
  font-size: clamp(2rem, 3.1vw, 2.4rem);
  line-height: 1.6;
  list-style: none;
  padding: 0 0 0 30px;
  color: #EDE63B;
  word-break: auto-phrase;
  text-autospace: no-autospace;
  text-spacing-trim: trim-auto;
}
ul.check li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 2px solid #EDE63B;
  border-bottom: 3px solid #EDE63B;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* diamond */
ul.diamond {
  margin: 1em 1em 1.5em;
  padding: 0 0 0 0.5em;
}
ul.diamond li {
  position: relative;
  list-style: none;
  line-height: 1.72;
  padding: 0 0 0 0.3em;
}
ul.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -0.5em;
  width: 3px;
  height: 3px;
  background-color: #111;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.noteList {
  margin: 1em 1em 1.5em;
  padding: 0 0 0 0.5em;
}
ul.noteList li {
  padding-left: 0;
  text-indent: -1em;
  padding: 0;
  list-style: none;
  line-height: 1.72;
}
ul.noteList li:before {
  content: "※";
}

ol.numList {
  counter-reset: item;
  list-style-type: none;
  margin: 1em 1em 1.5em;
  padding: 0 0 0 0.5em;
}
ol.numList li {
  line-height: 1.72;
  text-indent: -1.1em;
  counter-increment: cnt;
}
ol.numList li:before {
  counter-increment: item;
  content: " " counter(cnt) ". ";
  font-weight: normal;
}

a.textline {
  text-decoration: underline;
}

table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2rem;
}

th,
td {
  padding: 0.5rem;
  vertical-align: middle;
}

th {
  font-weight: normal;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bbb;
  margin: 2rem 0;
  padding: 0;
}

p {
  line-height: 1.8;
  margin-bottom: 1.2em;
}

ol,
ul {
  margin: 0;
}

ol {
  list-style: decimal outside;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 2em;
  margin-bottom: 0;
}

ul.no_dots {
  list-style: none;
  margin-left: 0em;
}

.help_popup {
  width: 16px;
  height: 16px;
  margin: 8px;
  position: relative;
}

.help_txt {
  position: absolute;
  right: 16px;
  top: -60px;
  width: 200px;
  height: auto;
  display: none;
  background-color: #fff;
  border: #bbb 1px solid;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
}

.help_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px #bbb solid;
  border-radius: 9px;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4px;
  cursor: pointer;
  background-color: #fff;
}

.min {
  font-family: "Noto Serif JP", serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.atten {
  color: #A10000;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
  height: auto;
}

.brblock {
  display: block;
}

.spblock {
  display: none;
}

@media screen and (max-width: 878px) {
  .spblock {
    display: block;
  }
  .brblock {
    display: none;
  }
}
.pc_content {
  display: inherit;
}

.sp_content {
  display: none;
}

@media screen and (max-width: 878px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    display: inherit;
  }
}
a:link {
  color: #196b99;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:visited {
  color: #111;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #23b69b;
  text-decoration: underline;
  outline: 0;
  opacity: 0.6;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 0;
  -webkit-animation-name: fade-in1;
          animation-name: fade-in1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

@keyframes fade-in1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 240px;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 150px;
  }
}
.anc_wrap {
  scroll-margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .anc_wrap {
    scroll-margin-top: 150px;
  }
}
/* body.css*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
body {
  position: relative;
  color: #111;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

.selector {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.area {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.bg_visual {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #195d50;
  content: "";
  opacity: 0.3;
}

.main_visual {
  position: relative;
  width: 100%;
  margin-top: 2.8em;
  margin-bottom: 70px;
}
.main_visual .mainslidar {
  position: relative;
  text-align: center;
}
.main_visual .mainslidar .slider_imgs {
  width: 100%;
  margin: 0 8px;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

@media screen and (max-width: 878px) {
  .main_visual {
    margin-top: 4em;
    margin-bottom: 40px;
  }
}
.main_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.6);
}
.main_header .intro_inner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 85px;
  margin: 0 auto;
  padding: 0 12px;
}
.main_header .logo {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main_header .logo h1 {
  width: 260px;
  height: 80px;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.main_header .logo h1 img {
  width: 100%;
  height: auto;
  display: block;
}
.main_header .hd_link {
  position: absolute;
  top: 6px;
  right: 0;
  width: 530px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_header .hd_link .icon_tellist a {
  position: relative;
  display: block;
  padding: 23px 18px 23px 50px;
  text-align: center;
  font-size: 16px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  width: 210px;
  background: url(../img/module/icon/icon_tel.svg) no-repeat 12px 50%;
  background-size: 26px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
  border: 1px solid #dedede;
}
.main_header .hd_link .icon_tellist a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.main_header .hd_link .icon_tel {
  width: 210px;
}
.main_header .hd_link .icon_tel img {
  width: 100%;
  height: auto;
  display: block;
}

.icon_contact a {
  position: relative;
  display: block;
  padding: 8px 14px 8px 50px;
  text-align: center;
  font-size: 16px;
  color: #111;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  width: 300px;
  background: #EDE63B url(../img/module/icon/iocn_tennis.svg) no-repeat 12px 50%;
  background-size: 28px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
}
.icon_contact a:hover {
  opacity: 0.6;
}
.icon_contact a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.icon_contact a span {
  display: block;
  font-size: 13px;
}
.icon_contact a span.s {
  font-size: 11px;
}

@media screen and (max-width: 878px) {
  .main_header {
    top: 0;
    width: 100%;
    height: 60px;
  }
  .main_header .intro_inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 60px;
    min-width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 12px;
  }
  .main_header .logo {
    position: absolute;
    top: 16px;
    left: 4px;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .main_header .logo h1 {
    width: 160px;
    height: auto;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .main_header .hd_link {
    display: none;
  }
}
.gn {
  width: 100%;
  padding: 0;
  background-color: #f4f4f4;
}

.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gn {
  position: relative;
  margin: 0;
  padding: 0;
  /*&.clone-nav {
  	position: fixed;
  	top: 0;
  	left: 0;
  	bottom: auto;
  	z-index: 9;
  	display: inherit;
  	box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.6);
  	transition: all 0.7s ease;
  }*/
}
.gn .gn_nav {
  margin: 0 auto;
  padding: 0;
  width: 97%;
  max-width: 1024px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gn_nav li {
  position: relative;
  margin: 0;
  padding: 0;
}
.gn_nav a {
  position: relative;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  padding: 16px 12px;
  white-space: nowrap;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);*/
}
.gn_nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #EDE63B;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gn_nav a.gn09::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 0px;
  height: 50%;
  background-color: #fff;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.gn_nav .SubMenus {
  display: none;
  opacity: 0;
  background-color: #f4f4f4;
  padding: 12px 16px;
  position: absolute;
  top: auto;
  left: -8px;
  z-index: 9;
  -webkit-box-shadow: 1px 11px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 11px 10px 0px rgba(0, 0, 0, 0.6);
  border-radius: 0 0 6px 6px;
}
.gn_nav .SubMenus h2 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #23b69b;
  text-align: left;
}
.gn_nav .SubMenus .n {
  margin-bottom: 0.8em;
}
.gn_nav .SubMenus a {
  padding: 12px 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #111;
  border-bottom: 1px solid #dedede;
}
.gn_nav .SubMenus a:last-child {
  border-bottom: none;
}
.gn_nav .SubMenus a:hover {
  font-weight: 500;
  color: #23b69b;
}

.gn a {
  color: #111;
}

.gn a:hover {
  color: #111;
  text-decoration: none;
}

.gn a:hover:after {
  bottom: 0px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
}

.gn a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  color: #fff;
}

body#root a.gn01:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  color: #fff;
}

body.page-category-location a.gn02:after {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #fff;
}

body.page-category-general-course a.gn03:after {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #fff;
}

body.page-category-junior-course a.gn04:after {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #fff;
}

body.page-category-reason-forchoosing a.gn05:after {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #fff;
}

body.post-type-archive-coachinfo a.gn06:after {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #fff;
}

body.post-type-archive-lessonmovie a.gn07:after {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #fff;
}

body.page-category-joining a.gn08:after {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #fff;
}

body.page-category-contact a.gn09:after {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  color: #fff;
}

/*sp*/
@media screen and (max-width: 878px) {
  .gn,
  .gn.clone-nav,
  .hd_link {
    display: none;
  }
}
.menu-btn,
.menu-tel {
  display: none;
}

@media screen and (max-width: 878px) {
  .menu-btn {
    display: inherit;
  }
  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: table;
    height: 60px;
    padding: 0 1.8em;
    font-size: 11px;
    text-transform: uppercase;
    /*color: var.$point-color;*/
    font-weight: 900;
    background-color: #23b69b;
    -webkit-box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.9);
            box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.9);
    z-index: 10;
  }
  .menu-btn span {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-btn em,
  .menu-btn em::after,
  .menu-btn em::before {
    display: block;
    position: relative;
    height: 2px;
    width: 20px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu-btn em {
    margin: 0 auto;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .menu-btn em::before,
  .menu-btn em::after {
    position: absolute;
    content: "";
    left: 0;
    transition: -webkit-transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .menu-btn em::before {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .menu-btn em::after {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  .menu-btn.active {
    position: fixed;
    z-index: 9999;
    background-color: rgb(0, 0, 0);
  }
  .menu-btn.active em {
    background-color: rgba(255, 255, 255, 0);
  }
  .menu-btn.active em::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-btn.active em::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-tel {
    position: absolute;
    top: 50%;
    right: 54px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: table;
    height: 100%;
    padding: 0 0.5em;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
  }
  .menu-tel a {
    background: url(../img/module/icon/icon_tel.svg) no-repeat 50% 50%;
    background-size: 36px 36px;
    margin: auto;
    padding: 4px 0 0 42px;
    color: #23b69b;
    display: block;
    width: 60px;
    height: 60px;
  }
  .menu-tel a span {
    display: none;
  }
}
.dropmenu {
  display: none;
}

@media screen and (max-width: 878px) {
  .dropmenu {
    position: fixed;
    top: 68px;
    left: -58px;
    width: 100%;
    height: 100vh;
    padding: 0;
    z-index: 10;
    text-align: left;
    display: block;
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
    padding: 0 0 30px 0;
    background-color: #EFEFEF;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .dropmenu.hide {
    -webkit-transform: translate(-81%);
            transform: translate(-81%);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .subBoxHome {
    width: 100%;
    margin: 0 0 16px 0;
    background-color: #fff;
  }
  .subBox {
    margin: 0 0 0 0;
    padding-left: 58px;
  }
  .subBox ul,
  .subBox li {
    margin-left: 0;
    padding-left: 0;
  }
  .side_tel {
    background-color: #fff;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .side_tel .online {
    font-size: 16px;
    font-weight: 900;
  }
  .side_tel .time {
    font-size: 12px;
    color: #8b8b8b;
  }
  .side_tel a {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    background: url(../img/module/icon/icon_tel.svg) no-repeat 0 50%;
    background-size: 30px 30px;
    height: 30px;
    padding: 12px 0 12px 38px;
    color: #2ec3a6;
    text-decoration: none;
  }
  .side_contact {
    margin-bottom: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .side_contact a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #1F1F1F;
    font-weight: 500;
    padding: 12px 36px 12px 50px;
    text-align: left;
    border-radius: 4px;
    text-decoration: none;
    background: #fff url(../img/module/icon/icon_tel.svg) no-repeat 12px 50%;
    background-size: 30px auto;
  }
  .side_contact a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #111;
    border-right: solid 1px #111;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .side_contact a span {
    font-size: 12px;
    font-weight: 200;
    display: block;
  }
  .side_lesson {
    margin-bottom: 12px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .side_lesson .s {
    display: block;
    font-size: 13px;
    font-weight: 200;
  }
  .side_lesson a {
    position: relative;
    display: block;
    background-color: #EDE63B;
    font-size: 16px;
    color: #1F1F1F;
    font-weight: 500;
    padding: 12px 36px 12px 18px;
    text-align: left;
    border-radius: 4px;
    text-decoration: none;
  }
  .side_lesson a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #111;
    border-right: solid 1px #111;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .accordion-menu {
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-y: auto;
  }
  li.header_menu_item {
    position: relative;
    border-bottom: 1px dotted #dedede;
    margin: 0;
  }
  li.header_menu_item a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 13px;
    padding: 14px 16px;
    color: #111;
    font-weight: 500;
    line-height: 1;
  }
  li.header_menu_item a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #111;
    border-right: solid 1px #111;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  li.menuSub {
    position: relative;
    border-bottom: 1px dotted #dedede;
    margin: 0;
  }
  li.menuSub a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 13px;
    padding: 14px 16px;
    color: #111;
    font-weight: 500;
  }
  li.menuSub a::before {
    position: absolute;
    content: "";
    vertical-align: middle;
  }
  li.menuSub a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #23b69b;
    border-right: solid 1px #23b69b;
    -webkit-transform: translate(0%, -50%) rotate(135deg);
            transform: translate(0%, -50%) rotate(135deg);
  }
  /* open*/
  li.menuSub.open a::before {
    position: absolute;
    content: "";
    vertical-align: middle;
  }
  li.menuSub.open a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #23b69b;
    border-right: solid 1px #23b69b;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  li.menuSub.open a.ao {
    font-weight: 400;
    color: #fff;
  }
  li.menuSub.open a.ao::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
            transform: translate(0%, -50%) rotate(-45deg);
  }
  li.menuSub.open .dropdownlink {
    font-weight: 900;
    color: #fff;
    background-color: #23b69b;
  }
  li.menuSub.open ul.submenuItems li {
    position: relative;
    border: none;
  }
  .submenuItems {
    display: none;
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
  }
  .submenuItems li {
    margin: 0;
    padding: 0;
  }
  .submenuItems li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-top: 1px solid #dedede;
    background: none;
    text-decoration: none;
  }
  .submenuItems li a span {
    font-size: 11px;
  }
  .submenuItems li a.w100 {
    width: 100%;
    float: none;
  }
  .dropdownlink > a {
    text-decoration: none;
  }
  .accordion-menu li {
    list-style: none;
  }
  .no-scroll #wrapper {
    position: fixed;
    z-index: 8;
    background: rgba(65, 126, 126, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .sidenav_bottom {
    background-color: #EFEFEF;
    margin-bottom: 150px;
    padding: 16px;
  }
}
#scrollup {
  position: fixed;
  bottom: 12px;
  right: 2%;
  width: 48px;
  height: 48px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
#scrollup a {
  display: block;
  width: 48px;
  height: 48px;
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0 20px;
  background-color: #f4f4f4;
  text-align: left;
  z-index: 9;
}
footer .footer_inner {
  position: relative;
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
}
footer .link_flex {
  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;
  margin-bottom: 36px;
}
footer .ft_other {
  width: 450px;
}
footer .ft_logo {
  width: 225px;
}
footer .ft_fb {
  float: left;
  width: 225px;
}
footer .ft_service {
  float: right;
  width: 218px;
}
footer .ft_service a {
  position: relative;
  background-color: #607d8b;
  color: #fff;
  display: block;
  padding: 16px 18px;
  height: 61px;
  font-weight: 500;
  text-align: left;
}
footer .ft_service a:link {
  text-decoration: none;
}
footer .ft_service a:hover {
  text-decoration: none;
}
footer .ft_service a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
footer .ft_service a span {
  font-size: 13px;
  display: block;
  font-weight: 200;
}
footer .footer_flex {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 30px auto;
}
footer .footer_flex .footer_navi ul,
footer .footer_flex .footer_navi li {
  margin: 0;
  padding: 0;
}
footer .footer_flex .footer_navi li {
  list-style: none;
  margin: 4% 0;
}
footer .footer_flex .footer_navi li a {
  font-size: 13px;
  color: #111;
}
footer .footer_flex .footer_navi li a:link {
  text-decoration: none;
}
footer .footer_flex .footer_navi li a:hover {
  text-decoration: none;
}
footer .footer_add {
  margin-bottom: 1.5em;
  padding: 0;
}
footer .footer_add dl {
  display: table;
  border-bottom: 1px solid #dedede;
  padding: 6px;
  width: 100%;
  font-size: 13px;
}
footer .footer_add dt {
  width: 180px;
  line-height: 1.3;
  display: table-cell;
  font-weight: 400;
  padding: 4px;
}
footer .footer_add dt a {
  color: #111;
}
footer .footer_add dt a:link {
  text-decoration: none;
}
footer .footer_add dt a:hover {
  text-decoration: none;
}
footer .footer_add dt span {
  font-size: 11px;
  font-weight: 200;
}
footer .footer_add dd.adds {
  width: 290px;
  display: table-cell;
}
footer .footer_add dd.tels {
  width: 200px;
  display: table-cell;
}
footer .footer_add ul {
  margin: 0;
}
footer .copyrightBox {
  text-align: center;
}
footer .copyrightBox .copyright {
  width: 100%;
  padding: 0;
  font-size: 12px;
}

@media screen and (max-width: 878px) {
  footer {
    position: relative;
    width: 100%;
    z-index: 5;
    padding: 24px 0 24px 0;
  }
  footer .footer_inner {
    max-width: 100%;
    text-align: center;
    padding: 20px 0 26px 0;
  }
  footer .link_flex {
    display: block;
  }
  footer .ft_other {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    margin-bottom: 24px;
  }
  footer .ft_logo {
    width: 180px;
    margin: 0 auto 24px;
    text-align: center;
  }
  footer .ft_logo img {
    width: 180px;
    text-align: center;
  }
  footer .ft_fb {
    float: none;
    width: 100%;
    margin: 0;
  }
  footer .ft_service {
    float: none;
    width: 100%;
    margin: 0;
  }
  footer .footer_flex,
  footer .footer_add {
    display: none;
  }
  footer .copyrightBox {
    text-align: center;
  }
  footer .copyrightBox .copyright {
    width: 100%;
    padding: 0;
    font-size: 11px;
  }
}
.zero_lesson {
  position: relative;
  background-color: #4A4B4F;
  padding: 2%;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.zero_lesson .icon_zero {
  margin: 0 auto 10px;
  width: 112px;
}
.zero_lesson .zero_catch img {
  margin: 0 auto;
}
.zero_lesson .zero_catch h1 {
  text-align: center;
  margin: 0 auto 12px;
  text-wrap: balance;
}
.zero_lesson .zero_guide p {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(1.5rem, 1.254rem + 0.51vw, 1.6rem);
  text-wrap: balance;
}
.zero_lesson .zero_guide p span {
  font-weight: 400;
  font-size: 1.3rem;
}

.fixed_contact {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #4A4B4F;
  z-index: 1;
}
.fixed_contact.active {
  /* 3. メニューを定位置へ戻す */
  -webkit-transform: translate(0);
          transform: translate(0);
}
.fixed_contact .fixed_inner {
  width: 600px;
  padding: 10px 0;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed_contact .fixed_inner .icon_tel {
  width: 210px;
}
.fixed_contact .fixed_inner .icon_tel img {
  width: 100%;
  height: auto;
  display: block;
}
.fixed_contact .fixed_inner .icon_contact a {
  position: relative;
  display: block;
  padding: 6px 14px 6px 48px;
}

@media screen and (max-width: 878px) {
  .fixed_contact {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #4A4B4F;
    z-index: 1;
  }
  .fixed_contact .fixed_inner {
    width: 100%;
    padding: 8px 0;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .fixed_contact .fixed_inner .icon_tel {
    width: 42%;
    max-width: 210px;
    text-align: center;
  }
  .fixed_contact .fixed_inner .icon_tel img {
    width: 100%;
    height: auto;
    display: block;
  }
  .fixed_contact .fixed_inner .icon_tellist {
    width: 48%;
  }
  .fixed_contact .fixed_inner .icon_tellist a {
    position: relative;
    display: block;
    padding: 18px 24px 18px 24px;
    text-align: center;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    background: #fff url(../img/module/icon/icon_tel.svg) no-repeat 8px 50%;
    background-size: 24px auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 4px;
    border: 1px solid #dedede;
  }
  .fixed_contact .fixed_inner .icon_tellist a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #111;
    border-right: solid 1px #111;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
  .fixed_contact .fixed_inner .icon_contact {
    width: 48%;
  }
  .fixed_contact .fixed_inner .icon_contact a {
    position: relative;
    display: block;
    padding: 12px 24px 12px 12px;
    font-size: 14px;
    color: #1F1F1F;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    width: 100%;
    background-color: #EDE63B;
    background-image: none;
  }
}
/* --------------------------------

visual arrow

-------------------------------- */
[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(../../cmn/img/global/jisseki.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca4-scroll-down-arrow {
  background-image: url(../../cmn/img/global/scroll.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca4-scroll-down-link {
  cursor: pointer;
  width: 120px;
  height: 72px;
  position: absolute;
  left: 50%;
  bottom: -220px;
  color: #FFF;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
          animation: ca3_fade_move_down 2s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 878px) {
  .ca4-scroll-down-link {
    display: none;
  }
}
.ca3-scroll-down-link {
  cursor: pointer;
  width: 54px;
  height: 72px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  color: #FFF;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
          animation: ca3_fade_move_down 2s ease-in-out infinite;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(-50%, 80px);
            transform: translate(-50%, 80px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 90px);
            transform: translate(-50%, 90px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(-50%, 80px);
            transform: translate(-50%, 80px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, 90px);
            transform: translate(-50%, 90px);
    opacity: 0;
  }
}
.breadcrumbs {
  position: relative;
  font-size: 12px;
  color: #595757;
  text-align: left;
  margin: 0 0 24px;
  padding: 0;
}
.breadcrumbs a {
  color: #595757;
}

.wp-pagenavi {
  clear: both;
  margin: 18px auto;
  padding: 18px 0px 5px 10px;
  text-align: center;
  border-top: 1px solid #dedede;
}

.wp-pagenavi a,
.wp-pagenavi span {
  float: left;
  width: 50px;
  margin: 0 5px 5px 0;
  display: block;
  text-align: center;
  line-height: 50px;
  border: 2px solid #4a4b4f;
  background-color: #fff;
  text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi span.current {
  color: #fff;
  background-color: #4a4b4f;
}

.wp-pagenavi a {
  color: #333;
}

/*
.wp-pagenavi a img{
	vertical-align: middle;
}
*/
.wp-pagenavi span.current {
  text-decoration: none;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  width: 50px;
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
}

.wp-pagenavi a.previouspostslink img,
.wp-pagenavi a.nextpostslink img {
  vertical-align: middle;
}

.flow > li {
  position: relative;
}

.flow > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 1;
}

.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #25bfa2;
  border-radius: 6px;
  position: relative;
}

.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #25bfa2;
}

.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow > li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #25bfa2;
  -ms-flex-preferred-size: 20%;
  flex-basis: 30%;
  margin-right: 2vw;
  text-align: center;
}

.flow > li dl dd {
  width: calc(100% - 50px);
}

.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: #6b90db;
  background: -webkit-gradient(linear, left top, right top, from(#25bfa2), to(#00bcd4));
  background: linear-gradient(to right, #25bfa2 0%, #00bcd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.progressbar {
  margin: 0 auto;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  margin-bottom: 36px;
}

.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #ff9800;
}

.progressbar li.active:before {
  background-color: #ff9800;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #ff9800;
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1100px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 878px) {
  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: initial;
    margin: 0 auto 20px;
    padding-top: 0px;
  }
}
.card01,
.card03 {
  overflow: hidden;
}

.card01 .swiper,
.card03 .swiper {
  overflow: visible;
}

.card01 .slide,
.card03 .slide {
  overflow: hidden;
}

.card03 .slide-media {
  max-width: 1100px;
  max-height: 480px;
  text-align: center;
  margin: auto;
}

.card03 .slide-media img {
  width: 100%;
  height: auto;
  display: block;
}

.card01.l-inner {
  padding: 2%;
}
.card01 .swiper-slide {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #111;
  text-decoration: none;
}
.card01 .swiper-slide .overview {
  padding: 2% 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card01 .swiper-slide .overview .comment {
  font-size: clamp(1.5rem, 1.254rem + 0.51vw, 1.6rem);
  font-weight: 500;
  line-height: 1.45;
}
.card01 .swiper-slide .overview .name {
  font-size: 1.4rem;
  margin: 0;
}
.card01 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}
.card01 .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
}
.card01 .slide-media {
  padding-top: 62.5%;
}
.card01 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}

@media screen and (max-width: 878px) {
  .card01 {
    padding-left: 5%;
  }
  .card01 .swiper-slide {
    width: 30rem;
  }
  .card01 .slide {
    overflow: hidden;
    width: 30rem;
  }
}
.pc-visual {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
}
.pc-visual .pc-visual-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  z-index: 3;
}
.pc-visual .pc-visual-inner h1 {
  font-size: 36px;
  margin: 0 auto 12px;
  text-align: center;
  color: #fff;
  z-index: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}
.pc-visual .pc-visual-inner .headings_sub {
  font-size: 18px;
  text-align: center;
  z-index: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}

.fixed_pages_visual {
  position: relative;
  width: 100%;
  height: calc(24vh + 24vw);
  margin-bottom: 0;
  overflow: hidden;
  background: url(../img/pages/hiroshima/visual_hiroshima.jpg) no-repeat 50% 0%;
  background-size: cover;
}

@media screen and (max-width: 878px) {
  .fixed_pages_visual {
    position: relative;
    width: 100%;
    height: calc(14vh + 14vw);
    overflow: hidden;
    background: url(../img/pages/hiroshima/visual_sp_hiroshima.jpg) no-repeat 50% 0%;
    background-size: cover;
  }
}
.post_main .pc-visual-inner .catchBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
.post_main .pc-visual-inner h1 {
  font-size: clamp(2.1rem, 1.118rem + 4.91vw, 4.8rem);
  font-weight: 500;
  margin: 0 auto 12px;
  text-align: center;
  color: #fff;
  z-index: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.post_main .pc-visual-inner .headings_sub {
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  z-index: 1;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 878px) {
  .pc-visual {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
  }
  .pc-visual .pc-visual-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }
}
.idxpagename {
  position: relative;
  background-color: #517f77;
  text-align: center;
  color: #fff;
  margin: 0 auto 40px;
  padding: 60px 0;
  display: grid;
  place-content: center;
}
.idxpagename h1.headings_pagename {
  font-size: 36px;
  margin: 0 auto;
  text-align: center;
}
.idxpagename .headings_sub {
  font-size: 15px;
  font-weight: 200;
}

@media screen and (max-width: 480px) {
  .idxpagename {
    position: relative;
  }
  .idxpagename h1.headings_pagename {
    font-size: 18px;
    margin: 0 auto;
  }
  .idxpagename .headings_sub {
    font-size: 12px;
    font-weight: 200;
  }
}
.headblock {
  margin-top: 32px;
  margin-bottom: 32px;
  border-left: 16px solid #000;
  padding-left: 24px;
}
.headblock h2 {
  margin: 0 0 12px 0;
  font-weight: 30px;
}
.headblock .caption {
  font-size: 20px;
}

@media screen and (max-width: 878px) {
  .headblock {
    margin-top: 0;
    margin-bottom: 16px;
    border-left: 12px solid #000;
    padding-left: 16px;
  }
  .headblock h2 {
    margin: 0 0 12px 0;
    font-weight: 24px;
  }
  .headblock .caption {
    font-size: 16px;
  }
}
.headblock::after {
  clear: both;
  content: "";
  display: block;
}

.headinfo {
  position: relative;
  width: 100%;
  padding: 30px;
  margin-bottom: 32px;
  text-align: center;
}
.headinfo .caption {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  font-size: 3.6rem;
  color: #fff;
}
.headinfo .caption h1 {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 878px) {
  .headinfo {
    position: relative;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 24px;
    text-align: center;
  }
  .headinfo .caption {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    font-size: 2.6rem;
    color: #fff;
  }
  .headinfo .caption h1 {
    margin: 0;
    padding: 0;
  }
}
.headings_news {
  line-height: 20px;
}
.headings_news span {
  background-color: #3B4644;
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  font-weight: 200;
}

.catch_read {
  position: relative;
  margin-bottom: 3em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
}
.catch_read .border_line {
  line-height: 1.7;
  padding-bottom: 1px;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #EDE63B));
  background: linear-gradient(transparent 80%, #EDE63B 0%);
  font-size: clamp(2.4rem, 0.923rem + 3.08vw, 3rem);
  font-weight: 600;
}
.catch_read .border_line strong.no1 {
  color: #23b69b;
  font-size: clamp(3.4rem, -3rem + 13.33vw, 6rem);
  font-weight: 700;
}
.catch_read .border_line strong.les {
  display: block;
}

@media screen and (max-width: 878px) {
  .catch_read .border_line {
    line-height: 1.6;
  }
  .catch_read .border_line strong.no1 {
    display: block;
  }
  .catch_read .border_line strong.les {
    display: block;
  }
}
.info {
  position: relative;
  margin-bottom: 36px;
}
.info .dating {
  font-size: 14px;
  margin-bottom: 2px;
  color: #8b8b8b;
}
.info h1 {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 1em;
  padding: 6px 0 8px;
  font-weight: 500;
  color: #517f78;
  border-bottom: 1px solid #dedede;
}
.info h1.coachinfo_headdings {
  border-left: 5px solid #EDE63B;
  padding: 6px 0 8px 16px;
  color: #111;
}
.info h1.coachinfo_headdings span {
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 8px 12px;
  vertical-align: middle;
  color: #464645;
}

.headings_display_1 {
  font-size: clamp(2.6rem, 2.164rem + 2.18vw, 3.8rem);
  font-weight: 300;
  line-height: 1.6;
  margin: 0.6em 0 1.2em;
  color: #23b69b;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*見出し2*/
.headings_display_2 {
  position: relative;
  font-size: clamp(2.2rem, 2.055rem + 0.73vw, 2.6rem);
  margin: 0.5em 0 1em;
  padding: 8px 0;
  font-weight: 500;
  color: #464645;
  border-bottom: 2px solid #707070;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headings_display_2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #EDE63B;
  left: 0;
  bottom: -2px;
  width: 20%;
}

/*見出し2 装飾*/
.headings_display_3 {
  position: relative;
  font-size: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
  line-height: 1.6;
  margin: 0 0 1.2em;
  font-weight: 400;
  padding: 16px 16px;
  background-color: #F8F8F8;
  border-left: solid 6px #EDE63B;
  border-radius: 2px;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*見出し3*/
.headings_display_4 {
  position: relative;
  font-size: clamp(1.8rem, 1.691rem + 0.55vw, 2.1rem);
  line-height: 1.6;
  margin: 0 0 1.2em;
  color: #607d8b;
  font-weight: 500;
  padding: 0;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*見出し3*/
.headings_display_5 {
  position: relative;
  font-size: clamp(1.7rem, 1.664rem + 0.18vw, 1.8rem);
  line-height: 1.6;
  margin: 0.8em auto;
  font-weight: 500;
  padding: 14px 18px;
  display: block;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  overflow: hidden;
  border-radius: 4px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.is_hiroshima_wrap .grext {
  color: #23b69b;
}

.catch_lead {
  display: none;
}

@media screen and (max-width: 878px) {
  .catch_lead {
    display: block;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    text-wrap: balance;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .catch_lead span {
    font-weight: normal;
    font-size: 18px;
  }
}
.headcenter .sub {
  text-align: center;
  font-size: 20px;
}

.headings_Boxcenter {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.headings_Boxcenter .headings_acf_center_1 {
  font-size: clamp(2.6rem, 2.382rem + 1.09vw, 3.2rem);
  margin: 0 auto;
  line-height: 1;
}
.headings_Boxcenter .sub {
  font-size: 16px;
  font-weight: 500;
}

.headings_acf_center_1 {
  position: relative;
  font-size: clamp(2.8rem, 2.436rem + 1.82vw, 3.8rem);
  font-weight: bold;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 20px auto 40px;
  padding: 0 1.2em 0em;
}
.headings_acf_center_1::before, .headings_acf_center_1::after {
  position: absolute;
  top: -8px;
  height: 60px;
  content: "";
  color: #fff;
}
.headings_acf_center_1::before {
  border-left: solid 3px;
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.headings_acf_center_1::after {
  border-right: solid 3px;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.headings_center_line {
  position: relative;
  font-size: clamp(2.8rem, 2.436rem + 1.82vw, 3.8rem);
  padding: 1.5rem;
  text-align: center;
  margin: 5% auto;
}
.headings_center_line strong {
  color: #23b69b;
  display: block;
}
.headings_center_line span {
  display: block;
}
.headings_center_line :before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px);
  width: 120px;
  height: 5px;
  content: "";
  border-radius: 2px;
  background: #111;
}

@media screen and (max-width: 878px) {
  .headings_center_line {
    position: relative;
  }
  .headings_center_line :before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 60px);
    width: 120px;
    height: 5px;
    content: "";
    border-radius: 2px;
    background: #111;
  }
}
.headings_center_1 {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: 500;
  text-align: center;
  color: #bd9d63;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headings_center_1:before, .headings_center_1:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #dedede;
}
.headings_center_1:before {
  left: 0;
}
.headings_center_1:after {
  right: 0;
}

@media screen and (max-width: 878px) {
  .headings_center_1 {
    font-size: 1.8rem;
  }
  .headings_center_1:before, .headings_center_1:after {
    width: 30%;
  }
}
.headings_center_2 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
  color: #111;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.headings_center_2 span {
  color: #dc9523;
}

.catch {
  font-size: clamp(1.8rem, 1.691rem + 0.55vw, 2.1rem);
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 24px;
}
.catch.centering {
  text-align: center;
}

@media screen and (max-width: 878px) {
  .catch {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .catch.centering {
    text-align: left;
  }
  .catch br {
    display: none;
  }
}
.post_Boxes {
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}

/* acf box link */
.more {
  width: 49%;
  margin-bottom: 24px;
}

.Left_more {
  margin-bottom: 36px;
}
.Left_more .more {
  float: left;
  width: auto;
  margin: 1% auto 2%;
}

.Center_more {
  margin-bottom: 36px;
}
.Center_more .more {
  margin: 1% auto 2%;
}
.Center_more .more a {
  text-align: center;
}

.Right_more {
  margin-bottom: 36px;
}
.Right_more .more {
  float: right;
  width: auto;
  margin: 1% auto 2%;
}

.link2Set {
  margin-bottom: 16px;
  display: block;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background-color: #e8e8e8;
}
.link2Set .more {
  width: 48%;
  margin: 1%;
}

@media screen and (max-width: 878px) {
  .Left_more,
  .Center_more,
  .Right_more {
    margin-bottom: 16px;
  }
  .link2Set {
    margin-bottom: 24px;
    display: block;
    padding: 1%;
    background-color: #cfdedb;
    border: 1px solid #dedede;
    border-radius: 4px;
  }
  .link2Set .more {
    width: 100%;
    margin: 1% 0;
  }
}
.more {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
  display: block;
  overflow: hidden;
}
.more a {
  position: relative;
  background-color: #fff;
  padding: 16px 40px 16px 16px;
  display: block;
  border-radius: 4px;
  color: #111;
  text-decoration: none;
  border: 1px solid #dedede;
}
.more a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.more.is_v1 a {
  background-color: #4A4B4F;
  color: #fff;
  border: none;
}
.more.is_v1 a::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.more.is_v1.icon_window a {
  display: block;
  text-decoration: none;
  background: #4A4B4F url(../img/module/icon/icon_window.svg) no-repeat 96% 50%;
  background-size: 22px auto;
}
.more.is_v1.icon_window a::after {
  width: 0px;
  height: 0px;
  border: none;
}
.more.is_v2 a {
  background-color: #EDE63B;
  color: #111;
  border: none;
}
.more.is_v2 a::after {
  border-top: solid 1px #111;
  border-right: solid 1px #111;
}
.more.is_v2.icon_window a {
  display: block;
  text-decoration: none;
  background: #EDE63B url(../img/module/icon/icon_window_v1.svg) no-repeat 96% 50%;
  background-size: 22px auto;
}
.more.is_v2.icon_window a::after {
  width: 0px;
  height: 0px;
  border: none;
}
.more.icon_window a {
  display: block;
  text-decoration: none;
  background: #fff url(../img/module/icon/icon_window_v1.svg) no-repeat 97% 50%;
  background-size: 22px auto;
}
.more.icon_window a::after {
  width: 0px;
  height: 0px;
  border: none;
}

.more a:hover {
  opacity: 0.8;
}

/* acf box link */
/* sp */
@media screen and (max-width: 878px) {
  .more {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
  }
  .more a:link,
  .more a:visited {
    padding: 12px 12px;
    display: block;
  }
  .Left_more .more,
  .Right_more .more,
  .Center_more .more {
    width: 100%;
  }
  .itemGallery,
  .itemGuide {
    position: relative;
    float: none;
    width: 100%;
  }
}
/* --------------------------------

thumb summary

-------------------------------- */
.postHorizon {
  margin: 0 -60px 16px -60px;
}

/* thumbnail+summary*/
.post_Box {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

/* --------------------------------

img thumbnail over

-------------------------------- */
.thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 58.25%;
}

.is_thumbnail_fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.fullimg {
  background-position: 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh;
}

.objectFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.sizeFit {
  width: 100%;
}

/* zoom */
a .thumbnail {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a .is_thumbnail {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a .thumbnail:hover {
  opacity: 0.6;
  -webkit-transition: all 0.8 ease-in;
  transition: all 0.8 ease-in;
}

a .is_thumbnail:hover {
  opacity: 0.6;
  -webkit-transition: all 0.8 ease-in;
  transition: all 0.8 ease-in;
}

@media screen and (max-width: 878px) {
  a .thumbnail,
  a .thumbnail:hover {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }
  a .is_thumbnail,
  a .is_thumbnail:hover {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }
}
.contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.gradient::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.6) 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 50%;
}

/* --------------------------------
thumbnail
表示画像の高さ ÷ 表示画像の幅 × 100
-------------------------------- */
/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 24.25%;
}

.post_main {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 135.8%;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 878px) {
  .pc-visual.post_horizon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 44.25%;
  }
  .pc-visual.post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 34.25%;
  }
}
@media screen and (max-width: 480px) {
  .pc-visual.post_horizon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .pc-visual.post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 480px) {
  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
  }
  .post_trim.is_ajust {
    padding-top: 78%;
  }
  .visual .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 80.25%;
  }
  .post_horizon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_horizon.is_ajust {
    padding-top: 78%;
  }
  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_trim.is_ajust_half {
    padding-top: 60.8%;
  }
  .post_length {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_length.is_ajust {
    padding-top: 78%;
  }
}
.flex_para_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5%;
  margin-bottom: 7%;
}
.flex_para_content.is_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex_para_content.is_reverse .flex_summary {
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  padding: 3%;
}
.flex_para_content .flex_ph {
  width: 55%;
  border-radius: 6px;
  overflow: hidden;
}
.flex_para_content .flex_summary {
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  padding: 3%;
  background-color: #fff;
}
.flex_para_content .flex_summary h2 {
  font-size: 21px;
  color: #000;
  margin-bottom: 2%;
}

@media screen and (max-width: 878px) {
  .flex_para_content {
    position: relative;
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .flex_para_content.is_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex_para_content.is_reverse .flex_summary {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    padding: 3% 0;
  }
  .flex_para_content .flex_ph {
    width: 100%;
  }
  .flex_para_content .flex_summary {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
    padding: 3% 0;
  }
  .flex_para_content .flex_summary h2 {
    font-size: 21px;
    color: #000;
    margin-bottom: 2%;
  }
}
.flex_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 1.5em;
}
.flex_content a {
  text-decoration: none;
}
.flex_content.is_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex_content.is_reverse .flex_summary {
  width: 49vw;
  padding-left: 0;
}
.flex_content .flex_ph {
  width: 38vw;
}
.flex_content .flex_summary {
  width: 49vw;
}
.flex_content .news_ph {
  width: 190px;
}
.flex_content .news_summary {
  width: calc(100% - 220px);
}
.flex_content .flex_box {
  position: absolute;
  top: 0;
  right: 4%;
  width: 500px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  padding: 4%;
}

@media screen and (max-width: 878px) {
  .flex_content {
    display: block;
  }
  .flex_content.is_padtb {
    padding: 0;
  }
  .flex_content .flex_ph {
    width: 100%;
    margin-bottom: 0.8em;
  }
  .flex_content .flex_summary {
    width: 100%;
    padding-left: 0;
  }
  .flex_content .news_ph {
    width: 100%;
  }
  .flex_content .news_summary {
    width: 100%;
    padding: 2%;
  }
  .flex_content .flex_box {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    padding: 4%;
  }
}
/* --------------------------------

arrow

-------------------------------- */
/*arrow*/
.arrowLeft,
.arrowRight {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 0 0 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.6rem;
}

.arrowLeft a {
  display: block;
}

.arrowLeft::before,
.arrowLeft::after,
.arrowRight::before,
.arrowRight::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrowLeft::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrowRight::before {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* --------------------------------

acf map

-------------------------------- */
.acf-map {
  width: 100%;
  height: 500px;
}

.idxContentBox hr {
  margin: 2em -60px;
}

@media screen and (max-width: 878px) {
  .idxContentBox hr {
    margin: 1em -48px;
  }
}
/* --------------------------------

table

-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
table.cell2 th {
  font-weight: 200;
  border: none;
  border-bottom: 1px solid #dedede;
  padding: 12px 8px;
  color: #111;
  background-color: #efefef;
  vertical-align: top;
  width: 20%;
  font-size: 14px;
}
table.cell2 td {
  border: none;
  border-bottom: 1px solid #dedede;
  padding: 12px 8px;
  font-size: 14px;
}
table.cell2 td div {
  margin-bottom: 1em;
}

@media screen and (max-width: 878px) {
  table {
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 1.2;
  }
  table.cell2 th {
    font-weight: 200;
    text-align: left;
    width: 100%;
    display: block;
    background-color: #efefef;
  }
  table.cell2 td {
    width: 100%;
    display: block;
  }
}
/* 表3段 */
table.cell3 {
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

table.cell3 tr {
  border-bottom: 1px solid #dedede;
}

table.cell3 tr:last-child {
  border-bottom: none;
}

table.cell3 th {
  font-weight: 200;
  vertical-align: middle;
  color: #111;
  background-color: #efefef;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 12px 8px;
  white-space: nowrap;
  font-size: 14px;
}
table.cell3 th span {
  font-size: 12px;
  display: block;
}

table.cell3 td {
  vertical-align: middle;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 12px 8px;
  color: #111;
  font-size: 14px;
}

.bg_pick {
  background-color: #fbf8f2;
}

@media screen and (max-width: 878px) {
  table {
    font-size: 14px;
  }
  table.cell3 th span {
    display: inline;
  }
  /* 表3段 */
  /*
  table.cell3 th {
  	font-weight: 200;

  	text-align: left;
  	color: #6A6361;
  	border-bottom: 1px solid var.$line-color;
  	padding: 8px 12px;
  	white-space: nowrap;
  	width: 100%;
  	display: block;
  	background-color: #f9f9f9;
  }

  table.cell3 td {

  	border: none;

  	padding: 8px 12px;
  	color: #111;
  	width: 100%;
  	word-break: break-all;
  	display: block;
  }
  */
}
.side_scroll {
  overflow-x: inherit;
}

@media screen and (max-width: 878px) {
  .side_scroll {
    overflow-x: scroll;
    margin-bottom: 16px;
  }
  .side_scroll img.scrimg {
    width: 140%;
  }
  .side_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #dedede;
    border-radius: 5px;
  }
  .side_scroll::-webkit-scrollbar-thumb {
    background: #666;
  }
  .side_scroll table th,
  .side_scroll table td {
    white-space: nowrap;
  }
}
.is_tablelist {
  margin-bottom: 48px;
}
.is_tablelist dl {
  margin-bottom: 24px;
}
.is_tablelist dt {
  font-weight: 200;
  font-size: 1.6rem;
}
.is_tablelist dd {
  font-size: 1.6rem;
  padding: 0 12px;
}
.is_tablelist .noteList li {
  font-size: 1.6rem;
}

/* --------------------------------

textContent

-------------------------------- */
.textContent {
  margin-top: 0;
  margin-bottom: 3em;
}
.textContent.is_center {
  text-align: center;
}
.textContent.is_bold {
  font-size: 18px;
  font-weight: 500;
}

.textGuide {
  margin-top: 3px;
  margin-bottom: 12px;
}
.textGuide p {
  font-size: 1.8rem;
}

.ph_caption {
  font-size: clamp(1.4rem, 1.364rem + 0.18vw, 1.5rem);
  line-height: 1.4;
  margin: 0.5em 0;
  color: #8e8e8e;
}

.field {
  margin-bottom: 2em;
}

.field + .field {
  margin-bottom: 3em;
}

/* --------------------------------

GalleryBox

-------------------------------- */
.galleryBox {
  position: relative;
  margin-bottom: 0px;
}

.galleryBox {
  margin-bottom: 24px;
}

.galleryBox .ph_3column .cell {
  width: 15%;
}

.zoom {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: url(../img/module/icon/icon_zoom.svg) no-repeat 50% 50%, rgba(76, 175, 80, 0.8);
  background-size: 16px 16px;
  border-radius: 100px;
  z-index: 1;
}

.galleryBox .ph_4column .cell {
  width: 22.8%;
}

@media screen and (max-width: 878px) {
  .galleryBox .ph_4column .cell {
    width: 48.6%;
  }
  .galleryBox {
    margin-bottom: 12px;
  }
}
/* --------------------------------

GalleryBox

-------------------------------- */
.postHorizon {
  margin: 0 -60px 16px -60px;
}

.postHorizon.is_subvisual {
  margin: -24px -60px 24px -60px;
}

.textContent::after {
  clear: both;
  content: "";
  display: block;
}

/* --------------------------------

写真+見出し/テキスト

-------------------------------- */
.ph_block {
  margin-top: 0;
  margin-bottom: 40px;
}

.ph_block::after {
  clear: both;
  content: "";
  display: block;
}

.ph_left .thumb {
  width: 480px;
  float: left;
  margin-bottom: 0px;
  margin-right: 40px;
  margin-left: 0;
}

.ph_right .thumb {
  width: 480px;
  float: right;
  margin-bottom: 0px;
  margin-left: 40px;
  margin-right: 0;
}

@media screen and (max-width: 878px) {
  .ph_block {
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .ph_left .thumb {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .ph_right .thumb {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
section {
  position: relative;
}
section.field {
  margin-top: 0;
  margin-bottom: 1.5em;
  overflow: hidden;
}
section.field .field {
  margin-bottom: 1.5em;
}
section.field.is_whiteBox {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 2%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}

.lessonCard {
  margin-top: 0;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  padding: 4%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.lessonCard iframe {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1%;
  background: #607d8b;
}
.lessonCard .info {
  position: relative;
  margin-bottom: 16px;
}
.lessonCard .info h1 {
  font-size: 21px;
  margin-bottom: 12px;
  padding: 12px;
  background-color: #7EC474;
  color: #fff;
}
.lessonCard .catch {
  font-size: 18px;
}
.lessonCard ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lessonCard ul li {
  padding: 1%;
}
.lessonCard ul li a {
  color: #111;
  font-size: 14px;
  text-decoration: underline;
}

.field::after,
.lessonfield::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 878px) {
  .field {
    margin-top: 0;
    margin-bottom: 16px;
    overflow: hidden;
  }
}
/* --------------------------------

leadblock list index

-------------------------------- */
.inner {
  padding: 12px 24px;
}

.innerBlock {
  padding: 24px 70px;
}

.innerBlockLarge {
  padding: 60px 130px;
}

@media screen and (max-width: 878px) {
  .inner {
    padding: 8px 16px;
  }
  .innerBlock {
    padding: 24px 16px;
  }
  .innerBlockLarge {
    padding: 2%;
  }
}
/* --------------------------------

内部リンク

-------------------------------- */
.btn {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin: 0 auto;
}
.btn a {
  position: relative;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 24px 18px 24px;
  text-align: left;
  font-weight: 500;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn a:hover {
  opacity: 0.6;
}

.is_shawdow a {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.is_point {
  width: 420px;
}
.is_point a {
  background-color: #EDE63B;
  font-size: 19px;
  color: #111;
  font-weight: 500;
  padding: 18px 36px 18px 18px;
  display: block;
  text-align: center;
  border-radius: 4px;
}
.is_point a span.s {
  font-size: 13px;
  display: block;
}
.is_point a.white {
  background-color: #fff;
}
.is_point a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.is_point.is_shawdow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.is_arrows {
  display: block;
  margin: 0 auto 8px;
}
.is_arrows.is_free {
  width: 99%;
  margin: 0 auto 8px;
}
.is_arrows.is_free a {
  display: block;
  padding: 18px 20px;
  background-color: #EDE63B;
  text-decoration: none;
}
.is_arrows a {
  position: relative;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-weight: 400;
  padding: 18px 42px 18px 16px;
  color: #111;
  display: block;
  text-decoration: none;
}
.is_arrows a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.is_contact {
  display: block;
  margin: 0 auto 8px;
  overflow: hidden;
}
.is_contact a {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#F98919), to(#D16A06)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #F98919 0%, #D16A06 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: 2px solid #fff;
  font-size: 32px;
  font-weight: 400;
}

.is_pdf {
  border: none;
  width: auto;
  margin-bottom: 16px;
  display: inline-block;
}
.is_pdf a {
  border-radius: 4px;
  position: relative;
  color: #111;
  font-weight: 400;
  padding: 16px 48px 16px 16px;
  text-align: left;
  text-decoration: none;
  border: 1px solid #dedede;
  background: #fff url(../img/module/icon/icon_pdf.svg) no-repeat 97% 50%;
  background-size: 24px auto;
  display: block;
}

.is_window {
  border: none;
  width: 100%;
  border-radius: 6px;
}
.is_window a {
  position: relative;
  color: #fff;
  font-weight: 400;
  padding: 16px 16px 16px 16px;
  text-align: left;
  text-decoration: none;
  background-image: url(../img/module/icon/icon_window.svg);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.is_line {
  display: block;
  margin: 0 auto 8px;
  overflow: hidden;
}
.is_line a {
  background-color: #00B900;
  border-radius: 4px;
}
.is_line a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 878px) {
  .btn {
    display: block;
    text-align: center;
  }
  .btn.is_arrows {
    width: 80%;
  }
  .btn a {
    position: relative;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    padding: 12px 36px 12px 24px;
    text-decoration: none !important;
  }
  .is_contact {
    display: block;
    margin: 0 auto 8px;
    overflow: hidden;
  }
  .is_contact a {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#F98919), to(#D16A06)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #F98919 0%, #D16A06 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 2px solid #fff;
    font-size: 22px;
    font-weight: 500;
  }
}
@media screen and (max-width: 480px) {
  .btn {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.return {
  width: 100%;
  max-width: 280px;
  margin: 20px auto 40px;
}
.return a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 12px 48px 12px 48px;
  color: #111;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.return a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}
.return a::after {
  position: absolute;
  top: 50%;
  left: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
          transform: translate(0%, -50%) rotate(225deg);
}

@media screen and (max-width: 878px) {
  .return {
    width: 100%;
    margin: 20px auto 20px;
  }
}
.classmenu {
  margin: 0 auto 40px;
}
.classmenu .classBox.is_onec {
  width: 31%;
}
.classmenu .classBox.is_nonc {
  width: 100%;
}
.classmenu .classBox.is_nonc .classBoxthumb {
  width: 12%;
}
.classmenu .classBox.is_nonc .post-summary-txt {
  width: 84%;
}

.menuinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.classBox {
  position: relative;
  margin: 1%;
  padding: 1%;
  border: 2px solid #23b69b;
  width: 48%;
  background-color: #fff;
}
.classBox .classInner {
  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;
  margin-bottom: 8px;
}
.classBox .classBoxthumb {
  width: 18%;
}
.classBox .classBoxthumb img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #dedede;
  padding: 2px;
}
.classBox .title_for {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #23b69b;
  margin-bottom: 0;
}
.classBox .title_for span {
  font-weight: 400;
  display: block;
  color: #111;
  font-size: 14px;
}
.classBox .post-summary-txt {
  width: 78%;
}
.classBox .for_time {
  font-size: 16px;
  margin-bottom: 8px;
}
.classBox .for_time span {
  font-size: 28px;
  font-weight: 500;
  color: #23b69b;
}
.classBox h3 {
  font-size: 15px;
  color: #fff;
  background: #6b90db;
  background: -webkit-gradient(linear, left top, right top, from(#25bfa2), to(#00bcd4));
  background: linear-gradient(to right, #25bfa2 0%, #00bcd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6b90db", endColorstr="#66d5e9", GradientType=1);
  padding: 5px 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.classBox .for_info {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  padding: 12px 8px;
  border-top: 1px solid #dedede;
}

@media screen and (max-width: 878px) {
  .classmenu {
    margin: 0 auto 24px;
  }
  .classmenu.is_onec .classBox {
    width: 100%;
  }
  .menuinner {
    display: block;
  }
  .classBox {
    position: relative;
    margin: 0 0 12px 0;
    padding: 1%;
    border: 2px solid #23b69b;
    width: 100%;
    background-color: #fff;
  }
  .classBox .classInner {
    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;
    margin-bottom: 8px;
  }
  .classBox .classBoxthumb {
    width: 18%;
  }
  .classBox .classBoxthumb img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #dedede;
    padding: 2px;
  }
  .classBox .title_for {
    font-size: 16px;
    font-weight: 500;
  }
  .classBox .title_for span {
    font-weight: 200;
    display: block;
  }
  .classBox .post-summary-txt {
    width: 78%;
  }
  .classBox .for_time {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .classBox .for_time span {
    font-size: 28px;
    font-weight: 500;
    color: #23b69b;
  }
  .classBox .for_info {
    font-size: 14px;
    margin-bottom: 8px;
    background-color: #f1f1f1;
    padding: 2%;
  }
}
.tablepressContent {
  position: relative;
  border: 1px solid #dedede;
  background-color: #fff;
  margin-bottom: 24px;
  padding: 2%;
  border-radius: 4px;
}
.tablepressContent td {
  white-space: nowrap;
}
.tablepressContent p {
  margin-bottom: 2em;
}
.tablepressContent .time_week {
  font-size: 24px;
  background-color: #75c4e6;
  color: #fff;
}
.tablepressContent .time_week.is_weekend {
  background-color: #f5b2cd;
}
.tablepressContent .time_week {
  font-size: 24px;
  padding: 2%;
}
.tablepressContent .tablepress img {
  width: 80px;
  border: 1px solid #dedede;
  padding: 2px;
}
.tablepressContent .tablepress td {
  font-size: 14px;
}
.tablepressContent .nones {
  display: none;
}

@media screen and (max-width: 878px) {
  .tablepressContent {
    position: relative;
    border: 1px solid #dedede;
    background-color: #fff;
    margin-bottom: 24px;
    padding: 4%;
    border-radius: 4px;
  }
  .tablepressContent p {
    margin-bottom: 12px;
  }
  .tablepressContent .time_week {
    font-size: 16px;
    background-color: #75c4e6;
    color: #fff;
  }
  .tablepressContent .time_week.is_weekend {
    background-color: #f5b2cd;
  }
  .tablepressContent .time_week {
    font-size: 16px;
    padding: 2%;
  }
  .tablepressContent .tablepress img {
    width: 72px;
    border: 1px solid #dedede;
    padding: 2px;
  }
  .tablepressContent .tablepress td {
    font-size: 13px;
  }
  .tablepressContent .nones {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .tablepressContent .tablepress img {
    width: 60px;
    border: 1px solid #dedede;
    padding: 2px;
  }
}
.iframeBlock {
  position: relative;
  width: 100%;
  margin: 0 auto 2.5em;
  padding-bottom: 54.25%;
  padding-top: 30px;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.iframeBlock.ftmap {
  padding-bottom: 28.25%;
}
.iframeBlock iframe,
.iframeBlock object,
.iframeBlock embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 480px) {
  .iframeBlock {
    max-width: initial;
  }
  .iframeBlock.ftmap {
    padding-bottom: 72.25%;
  }
}
.faq {
  position: relative;
}

.faq-item {
  background: #fff;
  border-radius: 6px;
  padding: 32px 32px 32px 60px;
  margin-bottom: 15px;
}

.faq-question {
  position: relative;
}

.faq-question h2 {
  position: relative;
  font-size: 1.58rem;
  color: #4a361d;
  font-weight: 700;
  padding: 4px 0 0 0;
}

.faq-question:before {
  content: "Q";
  background: #4a361d;
  color: #fff;
  padding-top: 4px;
  top: -4px;
  left: -40px;
}

.faq-answer {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 24px 0 0 42px;
}

.faq-answer:before {
  content: "A";
  background: #fff;
  color: #181818;
  padding-top: 4px;
  font-weight: 500;
  border: 1px solid #dedede;
  top: -4px;
  left: -40px;
}

.faq-answer:before,
.faq-question:before {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 9999px;
  text-align: center;
}

.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.campaign_img_wrap {
  position: relative;
  background-color: #1d9d7a;
  padding: 3em 0;
}
.campaign_img_wrap .campaign_img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.campaign_img_wrap .campaign_img .noteList {
  margin-top: 1em;
  color: #fff;
}

@media screen and (max-width: 878px) {
  .campaign_img_wrap {
    position: relative;
    padding: 0 0 1em 0;
  }
}
.campaign_headtitle {
  position: relative;
  margin: 0 auto 3.5em;
}
.campaign_headtitle .day {
  font-size: clamp(2.4rem, 1.415rem + 2.05vw, 2.8rem);
  font-weight: 400;
  margin-bottom: 0.2em;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  color: #fff;
}
.campaign_headtitle .day span {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
}
.campaign_headtitle h1 {
  font-size: clamp(3.8rem, 3.436rem + 1.82vw, 4.8rem);
  font-weight: 500;
  color: #23b69b;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}

.link_text p {
  margin: 0 auto 1em;
}

.campaign_subtext {
  position: relative;
  text-align: center;
  margin: 0 auto 2.5em;
  padding: 0 1em;
  z-index: 2;
}
.campaign_subtext p {
  font-size: clamp(1.6rem, 1.527rem + 0.36vw, 1.8rem);
  margin: 0;
  color: #fff;
}

.campaign_wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5em 0;
  z-index: 2;
}

.campaign_bg {
  position: relative;
  background: url(../img/pages/badminton/badminton_bg.jpg) no-repeat 0 50%;
  background-size: cover;
}
.campaign_bg::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1a5147), to(rgba(0, 0, 0, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1a5147 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.9;
}

.class_infowrap {
  position: relative;
  max-width: 80%;
  margin: 0 auto 1.5em;
  background-color: #e2e2e2;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 1em;
  z-index: 2;
}
.class_infowrap .class_infoinner {
  border-radius: 4px;
  background-color: #fff;
  padding: 2em;
}
.class_infowrap .class_subtext {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
}
.class_infowrap .class_subtext .link_text {
  margin-bottom: 1em;
}
.class_infowrap .class_subtext .link_text:last-child {
  margin-bottom: 0;
}
.class_infowrap .class_subtext p {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  margin-bottom: 1em;
}

@media screen and (max-width: 878px) {
  .campaign_wrap {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    padding: 2.5em 1em;
    z-index: 2;
  }
  .class_infowrap {
    position: relative;
    max-width: 100%;
  }
  .class_infowrap .class_subtext {
    text-align: left;
  }
  .class_infowrap .class_subtext .link_text {
    margin-bottom: 1em;
  }
  .class_infowrap .class_subtext .link_text:last-child {
    margin-bottom: 0;
  }
}
.info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.info_wrap .text {
  width: 48%;
}

.studio_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 4em;
}
.studio_list .studioBox {
  border-radius: 8px;
  overflow: hidden;
  background-color: #9AB7B1;
}
.studio_list .studioBox:first-child {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.studio_list .studioBox .title {
  padding: 2.5em 1em;
  background-color: #fff;
}
.studio_list .studioBox .title h2 {
  position: relative;
  font-size: clamp(2.4rem, 1.415rem + 2.05vw, 2.8rem);
  font-weight: 400;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-bottom: 0;
}
.studio_list .studioBox .title h2 span {
  color: #23b69b;
  font-weight: 700;
}
.studio_list .studioBox .studio_thumb {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.studio_list .studioBox .overview {
  background-color: #9AB7B1;
  margin: 0;
  padding: 1.6em;
  color: #fff;
}
.studio_list .studioBox .overview ul {
  margin-bottom: 1.8em;
}
.studio_list .studioBox .overview ul li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.studio_list .studioBox .overview ul li span {
  font-size: 1.4rem;
  font-weight: 400;
}
.studio_list .studioBox .arrow_btn {
  position: relative;
  background-color: #fff;
  color: #111;
  font-weight: 500;
  text-align: center;
  border: 2px solid #000;
  display: block;
  padding: 1em;
}
.studio_list .studioBox .arrow_btn::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #1F1F1F;
  border-right: solid 1px #1F1F1F;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 878px) {
  .info_wrap {
    display: block;
    margin-bottom: 2em;
  }
  .info_wrap .text {
    width: 100%;
  }
  .studio_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 4em;
  }
  .studio_list .studioBox {
    background-color: #9AB7B1;
  }
  .studio_list .studioBox:first-child {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .studio_list .studioBox .title {
    padding: 2.5em 1em;
  }
  .studio_list .studioBox .studio_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .studio_list .studioBox .overview {
    background-color: #9AB7B1;
    margin: 0;
    padding: 1.8em;
    color: #fff;
  }
  .studio_list .studioBox .overview ul {
    margin-bottom: 2em;
  }
  .studio_list .studioBox .overview ul li {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .studio_list .studioBox .overview ul li span {
    font-size: 1.3rem;
    font-weight: 400;
  }
  .studio_list .studioBox .arrow_btn {
    position: relative;
    background-color: #fff;
    color: #111;
    font-weight: 500;
    text-align: center;
    border: 2px solid #000;
    display: block;
    padding: 1em;
  }
  .studio_list .studioBox .arrow_btn::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #1F1F1F;
    border-right: solid 1px #1F1F1F;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }
}
.idxContent {
  position: relative;
  width: 100%;
}

.idxContentGroup {
  position: relative;
  text-align: left;
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
}
.idxContentGroup.pad {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 878px) {
  .idxContent {
    position: relative;
    width: 100%;
  }
  .idxContentGroup {
    position: relative;
    max-width: initial;
  }
  .idxContentGroup.pad {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
/*.idxContentBox + .Box*/
.idxContentBox {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 36px;
  padding: 24px 60px 24px;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 878px) {
  .idxContentBox {
    width: auto;
    max-width: 100%;
    margin: 0 12px 36px;
    padding: 24px 12px 12px;
  }
}
.idxContent::after,
.idxContentGroup::after,
.idxContentBox::after {
  clear: both;
  content: "";
  display: block;
}

.idxContent::before,
.idxContentBox::before,
.idxContentGroup:before,
.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  content: "";
  display: table;
}

.idxContent::after,
.idxContentBox::after,
.idxContentGroup::after {
  clear: both;
}

#idxDetail {
  position: relative;
}

.idxContentOneDetail {
  width: 94%;
  max-width: 1024px;
  margin: 2em auto;
  padding: 1.8em 2.4em;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}

.idxContentDetail {
  width: 78%;
  float: left;
  margin-bottom: 2em;
  padding: 2%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
}

.idxSideDetail {
  width: 20%;
  float: right;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 878px) {
  .idxContentOneDetail {
    width: 94%;
    max-width: initial;
    margin: 2em auto;
    padding: 1.2em 1em;
  }
  .idxContentDetail {
    width: 100%;
    float: none;
    margin: 0 auto 36px;
    padding: 2%;
    overflow: hidden;
  }
  .idxSideDetail {
    width: 100%;
    float: none;
    display: inherit;
    margin-bottom: 0;
    padding: 0;
  }
}
.itu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin: 16px auto;
  text-align: center;
  width: 520px;
}
.itu div {
  background-color: #dfbb42;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 878px) {
  .itu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    margin: 4px auto;
    text-align: center;
    width: 84%;
  }
  .itu div {
    width: 48%;
    background-color: #dfbb42;
    color: #fff;
    padding: 4px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }
}
.itukaichi_coat_visual {
  width: 100%;
  height: 500px;
  background-color: #7b9264;
}
.itukaichi_coat_visual .itukaichi_coat_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 0;
  z-index: -1;
}

.side_hiroshima {
  margin-bottom: 16px;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #dedede;
  border-radius: 6px;
}
.side_hiroshima p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 8px;
}
.side_hiroshima p span {
  font-size: 13px;
}
.side_hiroshima img {
  border: 1px solid #dedede;
  padding: 1%;
  margin-bottom: 6px;
}
.side_hiroshima .detail {
  width: auto;
  height: auto;
  text-align: left;
  line-height: 1;
  text-decoration: none;
}
.side_hiroshima .detail a {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 8px;
  background-color: #75b1a6;
  border-radius: 4px;
  color: #fff;
}
.side_hiroshima .detail a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

.attenBox {
  margin-bottom: 24px;
  border: 1px solid #E03B24;
  padding: 2%;
}
.attenBox h2 {
  font-size: 18px;
  font-weight: 300;
  background-color: #E03B24;
  color: #fff;
  padding: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.locBoxlist {
  position: relative;
  margin-bottom: 3%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}
.locBoxlist .addBox {
  position: relative;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 1%;
  border-radius: 0px;
}
.locBoxlist .addBox .add {
  font-size: 13px;
}
.locBoxlist .addBox .time {
  font-size: 12px;
}
.locBoxlist .addBox .tel a {
  position: relative;
  font-size: 19px;
  font-weight: 500;
  background: url(../img/module/icon/icon_tel.svg) no-repeat 0 50%;
  background-size: 22px auto;
  height: auto;
  padding: 12px 0 12px 28px;
  color: #2ec3a6;
  text-decoration: none;
}
.locBoxlist .addBox .noteList {
  margin: 0 0 4px 0;
  padding: 0;
}
.locBoxlist .addBox .noteList li {
  font-size: 12px;
  line-height: 1.4;
}
.locBoxlist h1,
.locBoxlist h2 {
  font-size: 22px;
  background-color: #23b69b;
  color: #fff;
  margin-bottom: 12px;
  padding: 14px 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.locBoxlist h1 span,
.locBoxlist h2 span {
  font-size: 18px;
  font-weight: 300;
}
.locBoxlist h3 {
  font-size: 16px;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.addLink {
  position: relative;
  margin-bottom: 16px;
  padding: 12px 12px 4px;
  background-color: #e8e8e8;
}
.addLink p {
  font-size: 14px;
}
.addLink div {
  width: 100%;
}
.addLink .is_free.icon_window a {
  display: block;
  text-decoration: none;
  background: #EDE63B url(../img/module/icon/icon_window_v1.svg) no-repeat 97% 50%;
  background-size: 22px auto;
  text-decoration: none;
}
.addLink .is_free.icon_window a::after {
  width: 0px;
  height: 0px;
  border: none;
}
.addLink .is_arrows.is_free {
  width: 100%;
}
.addLink .is_arrows a {
  font-size: 14px;
}

.loc_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding: 0 1%;
}
.loc_content .flex_ph {
  width: 50vw;
}
.loc_content .flex_ph img {
  padding: 1%;
  border: 1px solid #dedede;
}
.loc_content .flex_summary {
  width: 45vw;
  padding-left: 2%;
  margin-top: 0;
}

.icon_loc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin-bottom: 12px;
}
.icon_loc li {
  font-size: 10px;
  background-color: #607d8b;
  color: #fff;
  text-align: center;
  margin-right: 6px;
  padding: 4px 4px;
  border-radius: 4px;
}

.subindex_loc {
  position: relative;
  /*display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      -ms-grid-columns: 1fr 1fr 1fr;
  */
  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;
  margin-bottom: 16px;
  width: 100%;
}
.subindex_loc::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.subindex_loc li {
  width: 32%;
  color: #1F1F1F;
  text-align: center;
  padding: 1%;
  border-radius: 4px;
}
.subindex_loc li a {
  position: relative;
  font-size: 16px;
  display: block;
  padding: 12px 8px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dedede;
  text-decoration: none;
}
.subindex_loc li a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #1F1F1F;
  border-right: solid 1px #1F1F1F;
  -webkit-transform: translate(0%, -50%) rotate(135deg);
          transform: translate(0%, -50%) rotate(135deg);
}
.subindex_loc li a span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 878px) {
  .subindex_loc {
    position: relative;
    display: block;
    margin-bottom: 16px;
    width: 100%;
  }
  .subindex_loc li {
    width: 100%;
    color: #1F1F1F;
    text-align: left;
    padding: 1%;
    border-radius: 4px;
  }
  .subindex_loc li a {
    font-size: 16px;
    display: block;
    padding: 8px 8px;
    color: #000;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dedede;
  }
  .subindex_loc li a span {
    display: inline;
    font-size: 12px;
  }
}
@media screen and (max-width: 878px) {
  .loc_content {
    position: relative;
    display: block;
    padding: 0 3%;
  }
  .loc_content .flex_ph {
    width: 100%;
  }
  .loc_content .flex_ph img {
    padding: 2%;
    border: 1px solid #dedede;
    background-color: #23b69b;
  }
  .loc_content .flex_summary {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .icon_loc {
    position: relative;
    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;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    margin-bottom: 12px;
  }
  .icon_loc li {
    width: 49%;
    font-size: 12px;
    background-color: #607d8b;
    color: #fff;
    text-align: center;
    margin-right: 0;
    margin-bottom: 6px;
    padding: 4px 6px;
    border-radius: 4px;
  }
}
.NewschoolBox {
  margin-bottom: 40px;
}

.locNav {
  background-color: #4A4B4F;
  width: 100%;
  margin: -40px auto 16px;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 0px;
}
.locNav .loc {
  background-color: #EDE63B;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
}
.locNav.fixed {
  position: fixed;
  top: 170px;
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.locNav.fixed .flexNavi {
  margin: 0 auto;
  padding: 1% 2%;
}
.locNav .flexNavi {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 18px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.locNav .flexNavi li.opensp {
  width: 100%;
}
.locNav .flexNavi li.opensp a {
  width: 100%;
  background-color: #EDE63B;
}
.locNav .flexNavi li a {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.locNav .flexNavi li a span {
  font-size: 12px;
  display: block;
  font-weight: 300;
}
.locNav .flexNavi li.icon_pdf {
  padding: 3px 0 3px 24px;
  background: url(../img/module/icon/icon_pdf_w.svg) no-repeat 0 50%;
  background-size: 20px auto;
}
.locNav .flexNavi li.active a {
  color: #EDE63B;
  font-weight: 500;
}

.locNavBottom {
  width: 100%;
  margin: 24px auto 24px;
  padding: 2%;
  background-color: #d4dce0;
  border-radius: 4px;
}
.locNavBottom .locbnr h2 {
  font-size: 23px;
  color: #fff;
  margin: 0 auto;
  padding: 12px 6px 6px;
  background-color: #1d8c7b;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.locNavBottom .locbnr a {
  text-align: center;
  text-decoration: none;
}
.locNavBottom .flexNavi {
  margin: 0 auto;
  padding: 2% 2%;
  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;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.locNavBottom .flexNavi li {
  width: 49%;
  margin-bottom: 1%;
}
.locNavBottom .flexNavi li.opensp {
  width: 100%;
}
.locNavBottom .flexNavi li.opensp a {
  width: 100%;
  background-color: #EDE63B;
}
.locNavBottom .flexNavi li a {
  position: relative;
  display: block;
  color: #111;
  border: 1px solid #dedede;
  padding: 16px 12px;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.locNavBottom .flexNavi li a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #1F1F1F;
  border-right: solid 1px #1F1F1F;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.locNavBottom .flexNavi li.active a {
  color: #23b69b;
  font-weight: 500;
}

@media screen and (max-width: 878px) {
  .locNavBottom {
    width: 100%;
    margin: 24px auto 24px;
    padding: 2%;
    background-color: #d4dce0;
    border-radius: 4px;
  }
  .locNavBottom .flexNavi {
    margin: 0 auto;
    padding: 2% 2%;
    display: block;
  }
  .locNavBottom .flexNavi li {
    width: 100%;
    margin-bottom: 1%;
  }
}
.addBox {
  position: relative;
  margin-top: -8px;
  margin-bottom: 24px;
  padding: 2%;
  border-radius: 4px;
}
.addBox .tel {
  margin-top: 8px;
  margin-bottom: 8px;
}
.addBox .tel a {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  background: url(../img/module/icon/icon_tel.svg) no-repeat 0 50%;
  background-size: 30px 30px;
  height: 30px;
  padding: 12px 0 12px 38px;
  color: #2ec3a6;
  text-decoration: none;
}
.addBox .noteList {
  margin: 0 0 4px 0;
  padding: 0;
}
.addBox .noteList li {
  font-size: 14px;
  line-height: 1.4;
}
.addBox .time {
  font-size: 14px;
  color: #8b8b8b;
}

@media screen and (max-width: 878px) {
  .locNav {
    background-color: #D8DCDE;
    width: 100%;
    margin: -40px auto 40px;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.6);
  }
  .locNav.fixed {
    position: fixed;
    top: 60px;
    z-index: 4;
    margin: 0px auto 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .locNav .flexNavi {
    margin: 0 auto;
    padding: 1% 2%;
    width: 100%;
    display: block;
  }
  .locNav .flexNavi li a {
    position: relative;
    display: block;
    padding: 8px 24px 8px 12px;
  }
  .sp-navigation {
    background-color: #F4F4F4;
    padding: 0;
    border-bottom: 1px solid #dedede;
  }
  .sp-navigation a {
    color: #707070;
  }
  .sp-navigation .sub {
    font-size: 13px;
    float: right;
    color: #808080;
    padding: 0 24px 0 0;
  }
  .sp-navigationTitleMain,
  .sp-navigationTitle {
    position: relative;
    font-size: 16px;
    color: #707070;
    margin-bottom: 0;
    padding: 16px 16px;
    width: 100%;
    background: #fff;
  }
  .sp-navigationTitleMain::after,
  .sp-navigationTitle::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
    -webkit-transform: translate(0%, -50%) rotate(135deg);
            transform: translate(0%, -50%) rotate(135deg);
  }
  .open .sp-navigationTitle::after,
  .open .sp-navigationTitleMain::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
    -webkit-transform: translate(0%, -50%) rotate(-45deg);
            transform: translate(0%, -50%) rotate(-45deg);
  }
  .submenuItems li.icon_pdf {
    background: url(../img/module/icon/icon_pdf.svg) no-repeat 98% 50%;
    background-size: 24px auto;
  }
  .submenuItems li.icon_pdf a {
    position: relative;
    color: #111;
    font-size: 14px;
  }
  .submenuItems li.icon_pdf a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 0px;
    height: 0px;
    border-top: none;
    border-right: none;
    -webkit-transform: translate(0%, 0%) rotate(45deg);
            transform: translate(0%, 0%) rotate(45deg);
  }
  .submenuItems a {
    position: relative;
    color: #111;
    font-size: 14px;
  }
  .submenuItems a::after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #707070;
    border-right: solid 1px #707070;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
}
.essentialContent {
  margin: 0 auto 3em;
  width: 100%;
  max-width: 90%;
}
.essentialContent .essential {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  background-color: #fff;
  padding: 1em;
  border-radius: 8px;
  overflow: hidden;
}
.essentialContent .essential .ess_title {
  display: grid;
  place-content: center;
  background-color: #E03B24;
}
.essentialContent .essential .ess_title h1 {
  margin: 0;
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  color: #fff;
}
.essentialContent .essential .ess_summary p {
  margin-bottom: 1em;
}

@media screen and (max-width: 878px) {
  .essentialContent {
    margin: 0 auto 3em;
    width: 100%;
    max-width: initial;
  }
  .essentialContent .essential {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  .essentialContent .essential .ess_title {
    display: grid;
    place-content: center;
    background-color: #E03B24;
    padding: 0.5em;
  }
  .essentialContent .essential .ess_summary {
    padding: 0 1em 0.8em;
  }
}
.is_link a {
  position: relative;
  border: 1px solid #dedede;
  background-color: #fff;
  color: #111;
  padding: 12px 24px 12px 12px;
  border-radius: 4px;
  display: inline-block;
}
.is_link a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 878px) {
  .is_link a {
    position: relative;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #111;
    padding: 12px 24px 12px 12px;
    border-radius: 4px;
    display: block;
  }
}
.is_news {
  margin-bottom: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.is_news .idxContentGroup {
  padding-top: 30px;
  padding-bottom: 30px;
}

.is_blog {
  background-color: #fff;
}
.is_blog .idxContentGroup {
  padding-top: 30px;
  padding-bottom: 30px;
}

.img_inner {
  padding: 3% 5%;
}

.is_gray {
  background-color: #e8e8e8;
  padding: 2em 0;
}

.is_fff {
  padding: 2em 0;
  background-color: #fff;
}

.is_white {
  border-top: 10px solid #32BFA4;
  border-bottom: 10px solid #32BFA4;
  padding: 2em 0;
  background-color: #fff;
}

.is_hiroshima_coat {
  background-color: #32BFA4;
  padding: 2% 0;
}
.is_hiroshima_coat .idxContentGroup {
  padding-top: 30px;
  padding-bottom: 30px;
}

.title_summary {
  position: relative;
  color: #fff;
  margin: 5% 0 3%;
  padding-left: 12px;
  border-left: 2px solid #fff;
}
.title_summary .title h1 {
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.3;
}
.title_summary .summary p {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

#courseContent {
  background-color: #2dc2a7;
  margin-top: 60px;
}

.course_first {
  position: relative;
}

.course_visual {
  position: relative;
  width: 100%;
  margin: -60px auto 0;
  overflow: hidden;
}

.course_catchBox {
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
}
.course_catchBox .catchfield {
  padding: 20px 0;
}

.course_catch {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 720px;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1% 2%;
}
.course_catch h1 {
  font-size: clamp(2.3rem, 2.045rem + 1.27vw, 3rem);
  font-weight: 500;
  margin-bottom: 8px;
  color: #23b69b;
}

@media screen and (max-width: 878px) {
  #courseContent {
    margin-top: 60px;
  }
  .course_visual {
    width: 100%;
    margin: -70px auto 0;
  }
  .course_catch {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    padding: 2em 2em 1em 2em;
    background-color: #fff;
  }
}
.course3 {
  position: relative;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.course3 .courseLink {
  overflow: hidden;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
.course3 .courseLink a {
  position: relative;
  font-size: clamp(2rem, 0.523rem + 3.08vw, 2.6rem);
  font-weight: 500;
  color: #111;
  display: block;
  text-decoration: none;
  padding: 22px 12px;
  border-bottom: 1px solid #dedede;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  line-height: 1;
}
.course3 .courseLink a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.course3 .courseLink a span {
  color: #111;
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  font-weight: 400;
}
.course3 .courseLink .courseLink_text {
  padding: 18px 20px;
  color: #111;
  font-size: 1.4rem;
  line-height: 1.6;
}
.course3 .courseLink .courseLink_text p {
  margin-bottom: 0;
}

@media screen and (max-width: 878px) {
  .course3 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .course3 .courseLink {
    width: 100%;
    margin-bottom: 8px;
  }
}
.catch_root {
  color: #fff;
  font-size: clamp(3.2rem, 2.215rem + 2.05vw, 3.6rem);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1em;
}
.catch_root span {
  font-size: clamp(1.8rem, 0.323rem + 3.08vw, 2.4rem);
  display: block;
}

@media screen and (max-width: 878px) {
  .catch_root {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .catch_root span {
    display: block;
  }
}
#lessonContent {
  background-color: #4A4B4F;
  padding-top: 30px;
  padding-bottom: 30px;
}
#lessonContent .comment {
  float: right;
  width: 420px;
  margin-top: -50px;
  color: #fff;
}

@media screen and (max-width: 878px) {
  #lessonContent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #lessonContent .comment {
    float: none;
    width: 100vw;
    margin-top: 0px;
    color: #fff;
  }
}
#interviewContent {
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 2em;
}
#interviewContent h1 {
  width: auto;
  text-align: center;
  font-size: clamp(2.4rem, -1.538rem + 8.21vw, 4rem);
  color: #111;
  margin-bottom: 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#interviewContent .idxContentGroup {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 878px) {
  #interviewContent .btn {
    padding: 0 16px;
  }
}
#reasonBox {
  position: relative;
  background-color: #fff;
  padding: 2em 0;
}
#reasonBox .reasoninner {
  width: 80%;
  max-width: 1024px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: 0 auto 1em;
}
#reasonBox .reasonthumb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#reasonBox .reasonsummary .btn {
  margin: 0;
}
#reasonBox .reasonsummary .btnis_point {
  margin: 0;
  width: 100%;
}
#reasonBox .reasonsummary h2 {
  font-size: clamp(2.4rem, -1.538rem + 8.21vw, 3.8rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #79BD33;
}
#reasonBox .reasonsummary ul.icon_check {
  margin-bottom: 1.5em;
}
#reasonBox .reasonsummary ul.icon_check li {
  position: relative;
  font-size: clamp(1.8rem, 1.308rem + 1.03vw, 2rem);
  padding-left: 30px;
  line-height: 1.6;
}
#reasonBox .reasonsummary ul.icon_check li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.6em;
  left: 12px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #79BD33;
  border-bottom: 2px solid #79BD33;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 878px) {
  #reasonBox {
    padding: 0;
  }
  #reasonBox .reasoninner {
    width: 100%;
    max-width: initial;
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin: 0 auto 0;
  }
  #reasonBox .reasonthumb {
    width: 100%;
    max-width: 100%;
  }
  #reasonBox .reasonsummary {
    width: 100%;
    padding: 2em 2em 1em 2em;
  }
  #reasonBox .reasonsummary .btn {
    margin: 0 auto;
  }
  #reasonBox .reasonsummary .btnis_point {
    margin: 0 auto;
    width: 100%;
  }
}
#tournamentBox {
  position: relative;
  background-color: #4A4B4F;
  padding: 2%;
}
#tournamentBox .icon_tournament {
  display: block;
  margin: 0 auto 24px;
}
#tournamentBox .icon_tournament h1 {
  width: auto;
  text-align: center;
  margin: 0;
  font-size: 40px;
  color: #fff;
}
#tournamentBox .icon_tournament h1 span {
  background: url(../img/module/icon/icon_to.svg) no-repeat 0 50%;
  background-size: auto 32px;
  padding-left: 50px;
}

@media screen and (max-width: 878px) {
  #tournamentBox {
    position: relative;
    background-color: #4A4B4F;
    padding: 2% 0 4%;
  }
  #tournamentBox .icon_tournament {
    display: block;
    margin: 16px auto 24px;
  }
  #tournamentBox .icon_tournament h1 {
    width: auto;
    text-align: center;
    margin: 0;
    font-size: 24px;
    margin: 0;
    color: #fff;
  }
  #tournamentBox .icon_tournament h1 span {
    background: url(../img/module/icon/icon_to.svg) no-repeat 0 50%;
    background-size: auto 24px;
    padding-left: 36px;
  }
}
#indoorContent {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#indoorContent .field {
  margin: 0 auto 4em;
}
#indoorContent .field .map_youtube {
  max-width: 1000px;
  margin: auto;
}
#indoorContent h1.title {
  margin: 1em auto 1.5em;
  text-align: center;
  width: 360px;
}
#indoorContent h1.title img {
  width: 100%;
  max-width: 360px;
}
#indoorContent .schoolBox {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}
#indoorContent .schoolBox a {
  display: block;
  color: #fff;
}
#indoorContent .schoolBox a:hover {
  text-decoration: none;
}
#indoorContent .schoolBox .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 44px;
  z-index: 1;
  background-color: #EDE63B;
  overflow: hidden;
}
#indoorContent .schoolBox .arrow .icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: block;
}
#indoorContent .schoolBox .arrow .icon::after {
  position: absolute;
  top: 50%;
  right: 32%;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#indoorContent .schoolBox .caption {
  background-color: #23b69b;
  padding: 16px 8px;
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: 500;
  text-align: center;
}
#indoorContent .schoolBox .caption span {
  display: block;
  font-size: clamp(1.3rem, 1.054rem + 0.51vw, 1.4rem);
  font-weight: 400;
}
#indoorContent .schoolBox .post_trim {
  aspect-ratio: 16/9;
}
#indoorContent .schoolBox .overflow {
  font-size: clamp(1.3rem, 1.054rem + 0.51vw, 1.4rem);
  font-weight: 500;
  line-height: 1.4;
  padding: 20px;
}

@media screen and (max-width: 878px) {
  #indoorContent .field {
    margin: 0 auto 2.5em;
  }
  #indoorContent .field .map_youtube {
    max-width: initial;
    margin: auto;
  }
  #indoorContent h1.title {
    margin: 1.2em auto 1.2em;
    width: 240px;
  }
  #indoorContent h1.title img {
    width: 100%;
    max-width: 240px;
  }
}
.textlink {
  margin-bottom: 6px;
}
.textlink a {
  position: relative;
  display: block;
  border: 1px solid #dedede;
  padding: 12px 16px 12px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
}
.textlink a.is_prof {
  background-color: #517f78;
  color: #fff;
}
.textlink a.is_prof:hover {
  color: #fff;
}
.textlink a.is_prof::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.textlink a:hover {
  color: #23b69b;
}
.textlink a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.staffList .staffCard {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 4%;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}
.staffList .staffCard .name {
  position: relative;
  font-size: 16px;
  margin: 8px auto 12px;
  color: #607d8b;
  font-weight: 500;
}
.staffList .staffCard .name span {
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background-color: #607d8b;
  border-radius: 4px;
  padding: 4px 6px;
  float: right;
}
.staffList .staffCard .subtitle {
  font-size: 14px;
  line-height: 1.4;
  color: #607d8b;
}
.staffList .flexlink {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.staffList .flexlink .textlink {
  margin: 0;
}
.staffList .flexlink .textlink a {
  font-size: 14px;
}

@media screen and (max-width: 878px) {
  .staffList .flexlink {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .staffList .flexlink .textlink a {
    font-size: 12px;
  }
}
.step_flex {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step_flex .semtitle {
  border: 1px solid #000;
  padding: 16px;
  width: 185px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.step_flex .seminfo {
  width: calc(100% - 220px);
}
.step_flex .seminfo p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

@media screen and (max-width: 878px) {
  .step_flex {
    position: relative;
    margin-bottom: 24px;
    display: block;
  }
  .step_flex .semtitle {
    border: 1px solid #000;
    margin-bottom: 8px;
    padding: 8px;
    width: auto;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
  }
  .step_flex .seminfo {
    width: 100%;
  }
  .step_flex .seminfo p {
    margin: 0;
  }
}
.pickup_news {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
}
.pickup_news .pickup_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pickup_news a {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  text-decoration: none;
}

.news_heading {
  background-color: #23b69b;
  width: 190px;
  text-align: center;
  padding: 16px 8px;
}
.news_heading h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

.news_summary {
  width: calc(100% - 220px);
}

@media screen and (max-width: 878px) {
  .pickup_news {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
  }
  .pickup_news .pickup_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 16px;
    display: block;
  }
  .pickup_news a {
    font-size: 16px;
    font-weight: 500;
  }
  .news_heading {
    background-color: #23b69b;
    width: auto;
    text-align: center;
    margin-bottom: 12px;
    padding: 6px 8px;
    display: inline-block;
  }
  .news_heading h2 {
    color: #fff;
    font-size: 15px;
  }
  .news_summary {
    width: 100%;
  }
}
.imgfit {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.catchcopy {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 1;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 878px) {
  .catchcopy {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    font-size: 24px;
  }
}
.interviewflex {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78%;
  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;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.interviewflex .interview_copy {
  width: 320px;
  margin-bottom: 24px;
  z-index: 1;
}
.interviewflex .interview_summary {
  width: 610px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
          backdrop-filter: saturate(180%) blur(8px);
  color: #000;
  padding: 2em;
  font-size: 20px;
}

@media screen and (max-width: 878px) {
  .interviewflex {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 96%;
    display: block;
    padding: 0;
    margin-top: 0;
  }
  .interviewflex .interview_copy {
    width: 240px;
    margin-bottom: 24px;
    z-index: 1;
  }
  .interviewflex .interview_summary {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    padding: 3%;
    font-size: 14px;
  }
}
.interview {
  text-align: left;
}
.interview.is_left {
  position: absolute;
  top: 57%;
  left: 2%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.interview.is_right {
  position: absolute;
  top: 57%;
  right: 2%;
  z-index: 1;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.interview h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.interview .interviewComment {
  width: 400px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  color: #000;
  margin-bottom: 30px;
  padding: 4%;
}
.interview .katagaki {
  font-size: 16px;
  margin-bottom: 1em;
}
.interview .name {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.interview ul,
.interview li {
  margin: 0;
}
.interview li {
  list-style: none;
  font-size: 16px;
}
.interview .interviewBtn a {
  position: relative;
  position: relative;
  border: 1px solid #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  display: block;
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 400px;
}
.interview .interviewBtn a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 878px) {
  .interview {
    text-align: left;
    padding: 16px;
  }
  .interview.is_left {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .interview.is_right {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    border: #000;
  }
  .interview h2 {
    color: #fff;
    font-size: 22px;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .interview .interviewComment {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    margin-bottom: 16px;
    padding: 1.2em;
  }
  .interview .katagaki {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  .interview .name {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .interview .interviewBtn a {
    position: relative;
    padding: 14px 16px;
    font-size: 16px;
    width: 100%;
  }
}
.mainContent {
  position: relative;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  background-color: #f8f8f8;
}

.img_list {
  margin-bottom: 12px;
}
.img_list li {
  margin-bottom: 8px;
}

.nav_box {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 8px;
}
.nav_box a {
  color: #111;
  text-decoration: none;
}
.nav_box .data {
  font-size: 13px;
  color: #7a7a7a;
  margin-bottom: 6px;
}
.nav_box .sectionheading {
  height: auto;
  min-height: auto;
}
.nav_box .sectionheading h1 {
  font-size: 1.8rem;
  color: #899895;
  line-height: 24px;
}
.nav_box h2.title {
  font-size: 1.5rem;
  margin: 4px 0 8px 0;
  font-weight: 400;
}
.nav_box .nav {
  border-bottom: 1px dotted #dedede;
  list-style: none;
}
.nav_box .nav li {
  border-bottom: 1px dotted #dedede;
}
.nav_box .nav li:last-child {
  border: none;
}
.nav_box .nav a {
  position: relative;
  padding: 10px 24px 10px 8px;
  display: block;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: #111;
  text-decoration: none;
}
.nav_box .nav a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}
.nav_box ul,
.nav_box li {
  margin: 0;
  padding: 0;
}
.nav_box .listlink a {
  position: relative;
  background-color: #75b1a6;
  border-radius: 4px;
  color: #fff;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 13px;
  padding: 8px;
  line-height: 1;
  text-decoration: none;
}
.nav_box .listlink a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.nav_box .is_popular {
  margin-bottom: 8px;
  padding: 4px 8px;
  color: #fff;
  background-color: #004986;
  text-align: center;
  font-size: 13px;
}
.nav_box .is_junior {
  margin-bottom: 8px;
  padding: 4px 8px;
  color: #fff;
  background-color: #498460;
  text-align: center;
  font-size: 13px;
}
.nav_box .rank {
  margin-bottom: 3px;
  font-size: 14px;
}
.nav_box .name {
  font-size: 14px;
}
.nav_box .side-golder {
  color: #ff9800;
  font-size: 18px;
}
.nav_box .side-sliver {
  color: #2196f3;
  font-size: 18px;
}
.nav_box .side-number {
  color: #867561;
  font-size: 16px;
}

.sideSummary {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #dedede;
}
.sideSummary .thumb {
  width: 40px;
  margin-right: 10px;
}

@media screen and (max-width: 878px) {
  .sideSummary .thumb {
    float: left;
    width: 80px;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 20px;
  }
}
.guideBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-summary-label-single.is_popular {
  margin-bottom: 8px;
  padding: 4px 12px;
  color: #fff;
  background-color: #004986;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.post-summary-label-single.is_junior {
  margin-bottom: 8px;
  padding: 4px 12px;
  color: #fff;
  background-color: #498460;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.post-summary-label-single .side-golder {
  color: #ff9800;
  font-size: 14px;
}
.post-summary-label-single .side-sliver {
  color: #2196f3;
  font-size: 14px;
}
.post-summary-label-single .side-number {
  color: #867561;
  font-size: 14px;
}

.sectionheading {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  height: auto;
  min-height: 66px;
  margin: 2% auto;
}
.sectionheading h1 {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 0.05em;
  padding: 8px 0;
}

.btn_list {
  position: absolute;
  right: 0;
  top: 8px;
}
.btn_list a {
  position: relative;
  background-color: #4A4B4F;
  color: #fff;
  display: block;
  width: auto;
  height: 36px;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 10px 28px 10px 12px;
  line-height: 1;
  text-decoration: none;
  border-radius: 4px;
}
.btn_list a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

@media screen and (max-width: 878px) {
  .sectionheading {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
  }
  .sectionheading h1 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
    margin: 0 0 16px;
    padding: 8px 0;
  }
  .btn_list {
    position: absolute;
    right: 0;
    top: 8px;
  }
  .btn_list a {
    position: relative;
    background-color: #4A4B4F;
    color: #fff;
    display: inline-block;
    width: auto;
    height: 36px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
.idxContentDetail .newslist {
  width: 100%;
  padding: 0;
}

.newslist {
  width: 80%;
  border: 1px solid #e5e5e5;
  margin: 2% auto;
  padding: 1%;
  background-color: #EFEFEF;
  border-radius: 6px;
  overflow: hidden;
}
.newslist .thumb {
  width: 240px;
  height: 140px;
}
.newslist .newslist_line {
  width: 100%;
  display: block;
  background-color: #fff;
  border-top: 1px solid #dedede;
  padding: 12px;
}
.newslist .newslist_line .newslist_wrap {
  width: 100%;
}
.newslist .newslist_line .thumblist_date {
  font-size: 14px;
  color: #111;
  margin-bottom: 8px;
}
.newslist .newslist_line .newslist_date {
  position: relative;
  width: 220px;
  font-size: 14px;
  color: #111;
}
.newslist .newslist_line:first-child {
  border-top: none;
}
.newslist .newslist_line::after {
  clear: both;
  content: "";
  display: block;
}
.newslist .newslist_line::before, .newslist .newslist_line::after {
  content: "";
  display: table;
}
.newslist .newslist_line::after {
  clear: both;
}
.newslist .newslist_link {
  position: relative;
  width: 100%;
  color: #111;
  text-decoration: none;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 128px 1fr;
  gap: 16px;
}
.newslist .newslist_link .newslist_tag {
  width: auto;
  display: inline-block;
  padding: 8px 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  font-size: 1.3rem;
}
.newslist .newslist_link .newslist_tag.is_popular {
  color: #fff;
  background-color: #004986;
}
.newslist .newslist_link .newslist_tag.is_junior {
  color: #fff;
  background-color: #498460;
}
.newslist .newslist_link .newslist_title {
  position: relative;
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  padding-right: 1em;
}
.newslist .newslist_link .newslist_title span {
  display: block;
}
.newslist .newslist_link .newslist_title::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.newslist .newslist_catlink {
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #111;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 6px 16px;
}
.newslist .newslist_catlink .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.newslist .newslist_catlink .newslist_tag {
  width: auto;
  border: 1px solid #dedede;
  display: inline-block;
  padding: 8px 4px;
  border-radius: 4px;
  white-space: nowrap;
  text-align: center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
  font-size: 1.3rem;
}
.newslist .newslist_catlink .newslist_title {
  position: relative;
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  font-weight: 400;
  line-height: 1.6;
  grid-column: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 2;
}
.newslist .newslist_catlink .newslist_title::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.newslist .newslist_wrap {
  width: calc(100% - 200px);
}
.newslist .newslist_wrap .newslist_tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.newslist .newslist_wrap .newslist_tag {
  width: auto;
  text-align: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 4px;
  white-space: nowrap;
}
.newslist .newslist_wrap .newslist_tag.is_popular {
  color: #fff;
  background-color: #004986;
}
.newslist .newslist_wrap .newslist_tag.is_junior {
  color: #fff;
  background-color: #498460;
}

.thumblist_tag {
  display: inline-block;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 4px 16px;
}

.thumblist_title {
  font-size: clamp(1.6rem, 1.108rem + 1.03vw, 1.8rem);
  font-weight: 500;
}
.thumblist_title a {
  color: #111;
}

.t_name {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 878px) {
  .newslist {
    width: 100%;
  }
  .newslist .thumb {
    width: 100%;
    height: auto;
  }
  .newslist .summary {
    padding: 2%;
  }
  .newslist .newslist_wrap {
    width: calc(100% - 200px);
  }
  .newslist .newslist_wrap .newslist_tag_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .newslist .newslist_wrap .newslist_tag {
    width: auto;
    border: 1px solid #111;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
  }
  .newslist .newslist_wrap .newslist_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
  }
  .newslist .newslist_link {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .newslist .newslist_link .newslist_tag {
    grid-column-start: 2;
    grid-row-start: 1;
    width: auto;
  }
  .newslist .newslist_link .newslist_title {
    grid-column: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .newslist .newslist_catlink {
    position: relative;
    width: 100%;
    text-decoration: none;
    color: #111;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 1fr !important;
    gap: 6px 16px;
  }
  .newslist .newslist_catlink .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .newslist .newslist_catlink .newslist_tag {
    width: auto;
    border: 1px solid #dedede;
    display: inline-block;
    padding: 8px 4px;
    border-radius: 4px;
    white-space: nowrap;
    text-align: center;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    place-content: center;
    font-size: 1.3rem;
  }
  .newslist .newslist_catlink .newslist_title {
    position: relative;
    font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
    font-weight: 400;
    line-height: 1.6;
    grid-column: auto;
  }
}
/* --------------------------------

.BOX / .BoxWrap

-------------------------------- */
.item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Box {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dedede;
  margin: 0 auto 24px;
  padding: 16px;
}
.Box a {
  position: relative;
  text-decoration: none;
  color: #111;
  display: block;
}
.Box a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #1F1F1F;
  border-right: solid 1px #1F1F1F;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

a .Boxsummary {
  padding-right: 18px;
}

.Box_section {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Box_section .Boxthumb {
  width: 265px;
}
.Box_section .Boxthumb .caption.is_teikei {
  background-color: #bd9d63;
  color: #fff;
}
.Box_section .Boxsummary {
  width: calc(100% - 295px);
}
.Box_section .Boxsummary h2 {
  position: relative;
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 500;
  color: #bd9d63;
}

@media screen and (max-width: 878px) {
  .Box {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 8px;
  }
  .Box .Boxthumb {
    width: 100%;
  }
  .Box .Boxsummary {
    width: 100%;
    padding: 2%;
  }
}
.cell a {
  color: #111;
}

.cell a:hover {
  color: #111;
  opacity: 0.6;
  text-decoration: none;
}

.overview {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 0;
  font-size: 14px;
}

.overview::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

.interview_slidar {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*
.Box_slidar {
    background-color: #fff;
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);

    display: flex;
    align-items: center;

    a {
        color: var.$font-color;
        text-decoration: none;
    }

    .Box_card {
        background-color: #fff;
    }

    .overview {
        padding: 16px;

        .comment {
            font-size: 18px;
    font-weight: 500;
            margin-bottom: 1.5em;


            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;


        }
    }

}
*/
.two_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 0 auto 3em;
  max-width: 1000px;
}

@media screen and (max-width: 878px) {
  .two_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 auto 2em;
    max-width: initial;
  }
}
.studio_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0 auto 3em;
}

@media screen and (max-width: 878px) {
  .studio_grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto 2em;
    max-width: initial;
  }
}
.grid {
  display: grid;
  gap: 20px;
  margin-bottom: 1.5em;
}

.gridindex {
  display: grid;
  gap: 20px;
  margin-bottom: 1.5em;
}

.ph_1column {
  grid-template-columns: 1fr;
}
.ph_1column .cell {
  width: 100%;
}

.ph_2column {
  grid-template-columns: 1fr 1fr;
}
.ph_2column {
  grid-template-columns: 1fr 1fr;
}
.ph_3column {
  grid-template-columns: repeat(3, 1fr);
}

.ph_3column {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ph_4column {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ph_1column .staffcell {
  width: 100%;
}

.ph_2column {
  grid-template-columns: repeat(2, 1fr);
}
#lessonContent .ph_2column .cell {
  color: #fff;
}

@media screen and (max-width: 878px) {
  #lessonContent .ph_2column .cell {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C2C0C0;
  width: 50%;
  margin: 0 auto;
}
.flex .staffthumb {
  width: 50%;
}
.flex .overview {
  text-align: left;
  background-color: #C2C0C0;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  padding: 8%;
}

@media screen and (max-width: 878px) {
  .flex {
    width: 100%;
  }
  .flex .staffthumb {
    width: 50%;
  }
  .flex .overview {
    text-align: left;
    background-color: #C2C0C0;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    padding: 6%;
    width: 50%;
  }
}
.left {
  width: 49%;
  float: left;
}

.right {
  width: 49%;
  float: right;
}

@media screen and (max-width: 878px) {
  .ph_1column .cell {
    width: 100%;
  }
  .ph_2column {
    grid-template-columns: 1fr;
  }
  .ph_3column {
    grid-template-columns: 1fr;
  }
  .ph_4column {
    grid-template-columns: repeat(2, 1fr);
  }
  .ph_4column .cell.w100 .ph_left,
  .ph_4column .cell.w100 .ph_right {
    width: 49%;
  }
  .ph_left {
    float: left;
  }
  .ph_right {
    float: right;
  }
  .ph_5column {
    grid-template-columns: repeat(2, 1fr);
  }
}
.flex_course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex_course .courseBox {
  width: 31%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5%;
  padding: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex_course .courseBox .title {
  text-align: center;
  padding: 5%;
}
.flex_course .courseBox .title h2 {
  color: #23b69b;
  font-size: 18px;
  margin: 0;
}
.flex_course .courseBox .title .course_sub {
  font-size: 15px;
  font-weight: bold;
}
.flex_course .courseBox .overview {
  padding: 5%;
}
.flex_course .courseBox .textlink {
  margin-top: auto;
}

@media screen and (max-width: 878px) {
  .flex_course {
    display: block;
  }
  .flex_course .courseBox {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 2%;
  }
  .flex_course .courseBox .title {
    text-align: center;
    padding: 5%;
  }
  .flex_course .courseBox .title h2 {
    color: #23b69b;
    font-size: 18px;
    margin: 0;
  }
  .flex_course .courseBox .title .course_sub {
    font-size: 15px;
    font-weight: bold;
  }
  .flex_course .courseBox .overview {
    padding: 5%;
  }
}
.thumb {
  float: left;
  width: 50%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 878px) {
  .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .summary {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.staffList {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
.staffList .photo {
  float: left;
  width: 188px;
  height: 188px;
  display: block;
  overflow: hidden;
}
.staffList .comment {
  padding: 24px 0 24px 44px;
  -ms-flex-preferred-size: 680px;
      flex-basis: 680px;
  font-weight: 900;
}

@media screen and (max-width: 878px) {
  .staffList .photo {
    width: 120px;
    height: 120px;
  }
  .staffList .comment {
    padding: 12px 0 12px 30px;
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
  }
}
.arrow_box {
  position: relative;
  background: #F7F2E9;
  border: 1px solid #D6d5d5;
  padding: 16px;
}
.arrow_box p {
  margin-bottom: 0;
}

.arrow_box:after,
.arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(247, 242, 233, 0);
  border-right-color: #F7F2E9;
  border-width: 12px;
  margin-top: -12px;
}

.arrow_box:before {
  border-color: rgba(214, 213, 213, 0);
  border-right-color: #D6d5d5;
  border-width: 13px;
  margin-top: -13px;
}

.after_box .thumb {
  float: left;
  width: 50%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 8px;
}

@media screen and (max-width: 878px) {
  .after_box .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.trim_column .thumb {
  float: left;
  width: 649px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.length_column .thumb {
  float: left;
  width: 259px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.trim_column .summary .post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 365px;
}

.trim_column .thumb .post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 365px;
}

@media screen and (max-width: 878px) {
  .trim_column .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .length_column .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.guide_column {
  margin-bottom: 24px;
}
.guide_column .thumb {
  float: left;
  width: 320px;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 40px;
}

@media screen and (max-width: 878px) {
  .guide_column {
    margin-bottom: 24px;
  }
  .guide_column .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }
  .guide_column .thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
}
/*----empty----*/
.cell.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*====================================
		form tag Reset
====================================*/
.form_content *,
.form_content *:after,
.form_content *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_content {
  line-height: 1.4;
}

select,
input,
button,
textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}

select:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  height: 2.8em;
  padding-left: 0.5em;
  border: solid 1px #BBB;
  margin-top: 0;
  margin-right: 0.4em;
  margin-bottom: 0.2em;
}

textarea {
  padding: 0.4em;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  position: relative;
  border: 1px solid #959595;
  border-radius: 4px;
}

input[type=email]:focus {
  font-size: 24px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1) inset;
  */
}

/*+++ width +++*/
input[type=password] {
  width: 50%;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 90%;
}

input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
  width: 50%;
}

input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
  width: 30%;
}

input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
  width: 20%;
}

input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
  width: 80%;
}

input[type=text].name_field,
input[type=email].name_field,
input[type=tel].name_field {
  width: 80%;
}

input[type=text].zip_field,
input[type=email].zip_field,
input[type=tel].zip_field {
  width: 60%;
}

input[type=text].zip1_field,
input[type=email].zip1_field,
input[type=tel].zip1_field {
  width: 100px;
}

input[type=text].zip2_field,
input[type=email].zip2_field,
input[type=tel].zip2_field {
  width: 150px;
}

input[type=text].tel_field,
input[type=email].tel_field,
input[type=tel].tel_field {
  width: 60%;
}

input[type=text].tel_mini,
input[type=email].tel_mini,
input[type=tel].tel_mini {
  width: 100px;
}

input[type=text].age_mini,
input[type=email].age_mini,
input[type=tel].age_mini {
  width: 100px;
}

.separater {
  padding-right: 0.3em;
}

input[type=file] {
  border: solid 1px #BBB;
}

textarea {
  width: 90%;
  max-width: 90%;
  resize: vertical;
}

input:focus,
textarea:focus {
  background-color: #f6f6f6;
  border-color: #D5133A;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
  font-style: italic;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
  font-style: italic;
}

/*++++ iOS リセット +++++*/
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

.other_field {
  margin-top: 10px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  textarea {
    width: 100%;
    max-width: 100%;
  }
  select {
    width: 100%;
  }
  input[type=text],
  input[type=email],
  input[type=tel] {
    width: 100%;
    height: 2.3em;
    margin-bottom: 6px;
  }
  input[type=text].mini,
  input[type=email].mini,
  input[type=tel].mini {
    width: 100%;
  }
  input[type=text].xmini,
  input[type=email].xmini,
  input[type=tel].xmini {
    width: 25%;
  }
  input[type=text].name_field,
  input[type=email].name_field,
  input[type=tel].name_field {
    width: 100%;
  }
  .name_sei,
  .name_mei {
    display: block;
  }
  input[type=text].xxmini,
  input[type=email].xxmini,
  input[type=tel].xxmini {
    width: 20%;
  }
  input[type=text].wide,
  input[type=email].wide,
  input[type=tel].wide {
    width: 100%;
  }
  input[type=text].zip_field,
  input[type=email].zip_field,
  input[type=tel].zip_field {
    width: 100%;
  }
  input[type=text].zip1_field,
  input[type=email].zip1_field,
  input[type=tel].zip1_field {
    width: 25%;
  }
  input[type=text].zip2_field,
  input[type=email].zip2_field,
  input[type=tel].zip2_field {
    width: 55%;
  }
  input[type=tel].tel_field {
    width: 100%;
  }
  input[type=text].tel_mini,
  input[type=email].tel_mini,
  input[type=tel].tel_mini {
    width: 25%;
    margin-left: 0px;
  }
  input[type=text].age_mini,
  input[type=email].age_mini,
  input[type=tel].age_mini {
    width: 100px;
  }
}
/*====================================
		Form ITEM Design
		ceckbox radio select
====================================*/
.control-group {
  padding-top: 0.7em;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-inlineblock .control {
  display: inline-block;
  margin-right: 1.5em;
}

.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 1px #bbb solid;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em;
  width: 90%;
}

.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 11px 15px;
  outline: 0;
  border: 0;
  border-radius: 4px;
  background: #e6e6e6;
  background: #f0f0f0;
  background: #fff;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: solid 1px #BBB;
}

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

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
  background: #f0f0f0;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .select {
    width: 100%;
  }
  .select select {
    padding: 10px 15px;
  }
  .select__arrow {
    top: 17px;
  }
}
/*++++++ YMD Group ++++*/
.ymd_group_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ymd_group_case .select {
  width: 100%;
}

.ymd_group_yy {
  position: relative;
  padding-right: 1.8em;
  margin-right: 1.5em;
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_yy:after {
  content: "年";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_mm {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_mm:after {
  content: "月";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_dd {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_dd:after {
  content: "日";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*++++++ YMD Group ++++*/
  .ymd_group_case {
    display: block;
    width: 100%;
  }
  .ymd_group_yy,
  .ymd_group_mm,
  .ymd_group_dd {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*====================================
		Form Field Layout
====================================*/
.form_header {
  font-size: 23px;
  margin: 0 0 36px 0;
  padding: 18px 8px;
  font-weight: 200;
  color: #333;
  border-top: dotted 1px rgba(0, 0, 0, 0.2);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .form_header {
    font-size: 18px;
  }
}
.field_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.field_flex .select {
  width: 40%;
}

.field_flex_inner {
  margin-right: 20px;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .field_flex {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .field_flex .select {
    width: 100%;
  }
  .field_flex_inner {
    margin-right: 0px;
  }
}
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin: 0px auto 24px;
  padding: 0px;
  font-size: 16px;
  clear: both;
}
.Fieldset dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset dt {
  position: relative;
  line-height: 1.1;
  width: 18em;
  min-width: 18em;
  margin: 0px;
  padding: 12px 0 0 0;
  margin-right: 2em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Fieldset dd {
  padding: 0px;
  margin: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background-color: #9F6;*/
}
.Fieldset dd p {
  margin-top: 6px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.Fieldset dd p.notes {
  font-size: 14px;
  color: #607d8b;
}
.Fieldset dd p.astrisk {
  font-size: 14px;
  border: 1px solid #e91e63;
  color: #e91e63;
  padding: 10px;
  width: 90%;
}

.Fieldset.mode_confirm dl {
  position: relative;
  min-height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Fieldset.mode_confirm dt {
  padding: 0 0 0 0;
}
.Fieldset.mode_confirm .required_label,
.Fieldset.mode_confirm .req-label {
  top: 12px;
}

.field_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.name_sei,
.name_mei {
  width: 45%;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  /*.Fieldset dl {
  		display: block;
  		margin-left: -16px;
  		margin-right: -16px;
  		padding-left: 16px;
  		padding-right: 16px;
  	}
  */
  .Fieldset {
    position: relative;
    margin: 0 auto 16px;
  }
  .Fieldset dl {
    font-size: 16px;
    display: block;
  }
  .Fieldset dt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 3em;
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: #404040;
  }
  .Fieldset dd {
    width: 100%;
    min-width: 100%;
    margin-left: 0em;
    font-size: 16px;
  }
  .Fieldset dd p {
    margin-top: 6px;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .Fieldset dd p.notes {
    font-size: 14px;
    color: #607d8b;
  }
  .Fieldset dd p.astrisk {
    font-size: 14px;
    border: 1px solid #e91e63;
    color: #e91e63;
    padding: 10px;
    width: 100%;
  }
  .Fieldset.mode_confirm dl {
    display: block;
  }
  .field_flex {
    display: block;
  }
  .name_sei,
  .name_mei {
    width: 100%;
  }
  .name_sei input,
  .name_mei input {
    margin-top: 6px;
  }
}
/*==== Req Label Image =====*/
.required_label,
.req-label {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 8px;
  text-align: right;
  color: rgb(0, 128, 122);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 12px;
  padding: 4px;
  /*background-color: #D25052;
  border-radius: 13px;*/
}
.required_label::before,
.req-label::before {
  content: "必須";
  left: -1em;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #D5133A;
  font-size: 14px;
  padding: 3px 4px;
  width: 3em;
  font-weight: 200;
  text-align: center;
  border-radius: 4px;
}

.required_label.required_label_fix::before,
.req-label.req-label-fix::before {
  display: none;
}

.required_label_fix,
.req-label-fix {
  background-color: #F9820B;
  border-radius: 50%;
  color: #fff;
}

.required_label_fix::after,
.req-label-fix::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.auto_br label {
  white-space: nowrap;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .required_label:before,
  .req-label:before {
    font-size: 13px;
  }
}
/*====== BTN ===========*/
.send_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10000;
}

.view_overlay {
  visibility: visible;
}

.Form_btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 32px;
}
.Form_btn img {
  vertical-align: top;
}
.Form_btn input {
  vertical-align: top;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .Form_btn {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*div#rev,
div#send {
	display: inline-block;
}
*/
div#rev input[type=submit] {
  position: relative;
  cursor: pointer;
  outline: 0;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-size: 18px;
  font-weight: 200;
  margin: 5px 10px;
  padding: 24px 50px;
  border-radius: 4px;
  background-color: #F3F3F3;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  border: none;
}

div#send input[type=submit] {
  position: relative;
  cursor: pointer;
  outline: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font-size: 21px;
  font-weight: 900;
  margin: 5px 10px 5px 18px;
  padding: 24px 80px;
  border-radius: 4px;
  background-color: #f09509;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  border: none;
}

.send_btn,
.gotop_btn {
  border: 0;
  outline: 0;
  position: relative;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #F9820B;
  text-align: center;
  width: 300px;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
}
.send_btn::after,
.gotop_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.clear_btn {
  background-color: #bbb;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  width: 5em;
  border: 1px solid #333;
  display: inline-block;
  margin: 0px auto;
  padding: 1em 0px;
  margin-right: 1em;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
}

.gotop_btn a:link,
.gotop_btn a:visited,
.gotop_btn a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

a.send_btn:link,
a.send_btn:visited,
a.send_btn:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}

.send_btn:hover,
.gotop_btn:hover {
  opacity: 0.8;
}

.form_edit_link {
  text-align: center;
  padding-top: 1em;
}
.form_edit_link a {
  color: #737373;
  text-decoration: none;
  display: inline;
  text-decoration: underline;
}

.form_mid_bar {
  background-color: #f0f0f0;
  font-size: 18px;
  border-bottom: #bbb 1px solid;
  padding: 8px;
  padding-left: 15px;
}

.form_message {
  padding-left: 1em;
  vertical-align: middle;
}

.form_message img {
  vertical-align: middle;
}

.thanks_message {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.color_atten {
  margin-top: 6px;
  font-size: 13px;
  color: #CC0000;
}

form .example {
  color: #999999;
  /*padding-left: 15px;*/
}

form .red {
  color: #CC0000;
}

form .validation_mess {
  color: #F90;
}

.no_post_data {
  color: #bbb;
  font-style: italic;
}

/*======= Error Message ======= */
.inline_error_txt {
  display: block;
  color: #CC0000;
  padding-top: 0.4em;
  font-size: 14px;
}

.inline_error_hide {
  display: none;
}

.error_message_fixced {
  margin: 1em auto;
  padding: 24px 16px;
  border: solid 2px #CC0000;
  color: #CC0000;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.ok_mes {
  color: #234990;
  font-size: 20px;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.error_mes {
  color: #a21839;
  font-size: 20px;
  font-weight: bold;
  background-color: #fbdef2;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.form_mailtext {
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .error_message_fixced {
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
    border: 0;
    border-top: solid 2px #CC0000;
    border-radius: none;
    font-size: 14px;
    text-align: center;
    background-color: #fbf0f8;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    border-radius: 0px;
  }
  .form_mailtext {
    width: auto;
  }
  .send_btn,
  .gotop_btn {
    width: 80%;
  }
  .error_message {
    padding: 8px;
  }
  .error_message ul {
    padding-left: 0;
    margin-left: 0px;
  }
}
.thanks_message_label {
  border: 2px #D5133A solid;
  padding: 30px;
  text-align: center;
  color: #D5133A;
  font-size: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.thanks_message_comment {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .thanks_message_label {
    width: 90%;
    padding: 15px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .thanks_message_comment {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 90%;
  }
}
/*++++++++ Form STEP ++++++*/
.progressbar {
  margin: 0 auto 24px;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}
.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}
.progressbar li::before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}
.progressbar li::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #F8B62D;
}

.progressbar li.active:before {
  background-color: #F8B62D;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #F8B62D;
}

/*=====Clear fix======*/
/* For modern browsers */
.form_content {
  /* For IE 6/7 (trigger hasLayout) */
}
.form_content .clf:before,
.form_content .clf:after {
  content: "";
  display: table;
}
.form_content .clf:after {
  clear: both;
}
.form_content .clf {
  zoom: 1;
}

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