@charset "UTF-8";
/*!
Theme Name: Yaesu 1.0
Author: Kobold.inc
Description: Yaesu 1.0
Version： 1.0
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: rgba(144, 180, 222, 0.5);
  color: #4B4B4B;
}

::-moz-selection {
  background: rgba(144, 180, 222, 0.5);
  color: #4B4B4B;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  list-style: none;
  color: #4B4B4B;
  background: #E8E3D6;
  background-size: cover;
  scroll-behavior: smooth;
}

.min {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

p {
  line-height: 1.8em;
  padding-bottom: 20px;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
p.mini {
  font-size: 90%;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin: 0 0 20px 20px;
}
ol li {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #006CB8;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  word-break: break-all;
  overflow-wrap: break-all !important;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img {
  vertical-align: top;
  line-height: 0;
}

.br-sp {
  display: none;
}

.br-pc {
  display: inherit;
}

.pc-only {
  display: inherit;
}

.sp-only {
  display: none;
}

.nomargin {
  margin-bottom: 0 !important;
}

.anchor {
  position: relative;
  width: 100%;
  display: block;
  scroll-margin-top: 150px;
}

address {
  font-style: normal;
}

.wp-block-media-text__content p {
  text-align: justify;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 8% !important;
}

main {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}

.hide {
  display: none;
}

.gt_float_switcher {
  border-radius: 16px !important;
}

figure.wp-block-image {
  border-radius: 0;
}
figure.wp-block-image img {
  border-radius: 0;
}

.wp-block-media-text__media img, .wp-block-media-text__media video,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img,
.wp-block-image.has-custom-border img, .wp-block-image img {
  border-radius: 0;
}

.wp-block-media-text {
  margin-bottom: 2rem;
  /* &:nth-of-type(odd) {
    .wp-block-media-text__media {
      grid-column:2;
    }
    .wp-block-media-text__content {
      grid-column:1;
    }
  } */
}

.btn-more {
  text-align: center;
  margin: 50px auto 0 auto;
  font-size: 18px;
  font-weight: 700;
}
.btn-more a {
  text-decoration: none;
  display: inline-block;
  width: 300px;
  height: 48px;
  line-height: 42px;
  padding: 0 20px;
  background: #FFFFFF;
  color: #003B6A;
  border: 1px solid #003B6A;
  position: relative;
  transition: all 0.35;
  text-align: center;
}
.btn-more a:after {
  position: absolute;
  content: "\f178";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  top: 2px;
  font-size: 18px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.btn-more a:hover {
  opacity: 1;
  background: #003B6A;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn-more a:hover:after {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}
.btn-more.white a {
  color: #FFFFFF !important;
  background: none;
  border: 1px solid #FFFFFF;
}
.btn-more.white a:hover {
  background: #FFFFFF;
  color: #003B6A !important;
  border: 1px solid #FFFFFF;
}
.btn-more.gold a {
  color: #FFFFFF !important;
  background: #AA8646;
  border: 1px solid #AA8646;
}
.btn-more.gold a:hover {
  background: #FFFFFF;
  color: #AA8646 !important;
  border: 1px solid #AA8646;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.wp-pagenavi {
  width: 100%;
  margin-top: 60px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.wp-pagenavi a {
  text-decoration: none;
  border: 1px solid #958879 !important;
  padding: 3px 9px !important;
  margin: 2px !important;
}
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #958879 !important;
  padding: 3px 9px !important;
  margin: 2px !important;
}
.wp-pagenavi span.current {
  background: #958879 !important;
  color: #FFFFFF !important;
}

.fadeinup {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 40px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.attention {
  border-radius: 6px;
  font-size: 0.8rem;
  margin-left: 10px;
  padding: 0.25em 0.5em;
}

button, input, optgroup, select, textarea {
  padding: 15px;
  font-size: 16px;
  margin: 0;
  border: none;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
  background: #E6F0F8;
  transition: 0.3s ease-in-out;
  outline: 2px solid #006CB8;
}

.radio-area label {
  display: inline-block;
  border: 1px solid #CCCCCC;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  position: relative;
}
.radio-area label input[type=radio] {
  display: none;
}
.radio-area label input[type=radio]:checked + .wpcf7-list-item-label {
  background: #AA8646;
  color: #fff;
  padding: 5px 15px;
}
.radio-area label .wpcf7-list-item-label {
  display: inline-block;
  padding: 5px 15px;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.3s;
}

.birth-area p {
  display: flex;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

textarea {
  width: 100%;
}

.required {
  background: #b80000;
  color: #f8e6ea;
  font-weight: 700;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 85%;
}

.optional {
  background: #006CB8;
  color: #E6F0F8;
  font-weight: 700;
  padding: 1px 10px;
  margin-right: 10px;
  font-size: 85%;
}

.wpcf7-not-valid-tip {
  color: #b80000 !important;
  margin-top: 5px;
  font-weight: 700 !important;
}

.wpcf7-submit {
  cursor: pointer;
  position: relative;
  display: block;
  text-align: center;
  margin: 50px auto 0 auto;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  width: 300px;
  height: 48px;
  line-height: 42px;
  padding: 0 20px;
  background: #FFFFFF;
  color: #003B6A;
  border: 1px solid #003B6A;
  position: relative;
  transition: all 0.35;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  transition: transform 0.3s ease;
}
.wpcf7-submit:hover {
  background: #003B6A;
  color: #FFFFFF;
  transition: transform 0.3s ease;
}
.wpcf7-submit:hover:after {
  opacity: 1;
  transform: translateX(10px);
  transition: transform 0.3s ease;
}

.wpcf7 .ajax-loader {
  display: block !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  background: #f8e6ea;
  color: #b80000;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 15px;
  margin: 0;
  border: none;
  background: #E6F0F8;
  color: #006CB8;
}

table {
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  padding: 50px;
  margin-bottom: 2em;
}
table P {
  padding-bottom: 0;
}
table tbody tr th {
  width: 30%;
  border-top: 1px solid #AA8646;
  padding: 20px;
}
table tbody tr td {
  text-align: left;
  width: 70%;
  border-top: 1px solid #CCCCCC;
  padding: 20px;
}
table tbody tr:last-child th {
  border-bottom: 1px solid #AA8646;
}
table tbody tr:last-child td {
  border-bottom: 1px solid #CCCCCC;
}

.hour table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.hour table thead th {
  width: 22% !important;
  background: #958879;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding: 10px;
}
.hour table thead td {
  width: 11.1428571429% !important;
  background: #958879;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  letter-spacing: -0.15em;
}
.hour table tbody th {
  width: 22% !important;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border: 1px solid #D0CBC5;
  background: #FFFFFF;
  color: #3A3A3A;
}
.hour table tbody td {
  width: 11.1428571429% !important;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  border: 1px solid #D0CBC5;
  background: #FFFFFF;
  color: #AA8646;
}
.hour p {
  font-size: 18px;
  line-height: 1.7;
  margin: 15px 0 0 0;
  color: #3A3A3A;
  font-weight: 400;
}
.hour p span {
  color: #AA8646;
  font-weight: 900;
}

section {
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

.wrapper {
  max-width: 1080px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.wrapper h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0 auto 50px auto;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.wrapper h2.maintit {
  font-size: 27px;
  text-align: left;
  padding-left: 70px;
}
.wrapper h2.maintit:before {
  position: absolute;
  content: "";
  background: #003B6A;
  width: 50px;
  height: 10px;
  left: 0;
  top: 10px;
}
.wrapper h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
.wrapper h3.subtit {
  font-size: 27px;
  text-align: left;
  padding: 0 20px 20px 20px;
  border-bottom: 2px solid #AA8646;
}
.wrapper h4 {
  font-size: 18px;
  font-weight: 600;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex-box .img-box {
  display: inline-block;
}
.flex-box .img-box img {
  width: 100%;
  height: auto;
}
.flex-box .text-box {
  display: inline-block;
}

#slider .wrapper {
  display: flex;
  width: 100% !important;
  align-items: center;
  height: 240px;
  overflow: hidden;
  padding: 100px 0;
  max-width: 100%;
}
#slider .wrapper ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  animation: loop 30s infinite linear 1s both;
  gap: 30px;
  padding: 10px;
  align-items: center;
}
#slider .wrapper ul li {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
#slider .wrapper ul li img {
  text-align: center;
  margin: 0 auto;
  width: 360px;
  height: auto;
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#info {
  padding: 0;
  margin: 0;
}
#info .wrapper p {
  font-size: 85%;
  text-align: right;
  margin: 0 0;
}

#access {
  background: rgba(255, 255, 255, 0.25);
  width: 100%;
  padding: 50px;
  margin: 0 auto;
}
#access .wrapper {
  width: 100%;
  max-width: inherit;
  background: #FFFFFF;
}
#access .wrapper .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#access .wrapper .flex-box .img-box {
  display: inline-block;
  width: 50%;
}
#access .wrapper .flex-box .img-box img {
  width: 100%;
  height: auto;
}
#access .wrapper .flex-box .text-box {
  display: inline-block;
  width: 50%;
  padding: 2% 4%;
}
#access .wrapper .flex-box .text-box img {
  width: auto;
  height: 64px;
  margin-bottom: 20px;
}
#access .wrapper .flex-box .text-box p {
  padding-bottom: 0;
}
#access .wrapper .flex-box .text-box .train {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  text-align: left;
  margin: 20px 0;
}
#access .wrapper .flex-box .text-box .train li {
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
  font-size: 15px;
}
#access .wrapper .flex-box .text-box .train li:before {
  position: absolute;
  content: "●";
  color: #006CB8;
  font-size: 12px;
  left: 0;
  top: 3px;
}
#access .wrapper .flex-box .text-box .train li:last-child {
  margin-bottom: 0;
}
#access .wrapper .flex-box .text-box .access-btn {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 20px;
}
#access .wrapper .flex-box .text-box .access-btn li {
  display: inline-block;
}
#access .wrapper .flex-box .text-box .access-btn li:first-child {
  width: calc(60% - 10px);
  border: 1px solid #003B6A;
}
#access .wrapper .flex-box .text-box .access-btn li:first-child a {
  display: block;
  word-break: break-all !important;
  overflow-wrap: break-all !important;
}
#access .wrapper .flex-box .text-box .access-btn li:first-child a h4 {
  background: #003B6A;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px;
}
#access .wrapper .flex-box .text-box .access-btn li:first-child a p {
  color: #003B6A;
  text-align: left;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0;
  padding: 10px 15px;
  line-height: 1;
  text-align: center;
}
#access .wrapper .flex-box .text-box .access-btn li:first-child a p i {
  margin-right: 10px;
}
#access .wrapper .flex-box .text-box .access-btn li:first-child a p span {
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 10px 0 10px 0;
  line-height: 1.2;
}
#access .wrapper .flex-box .text-box .access-btn li:nth-child(2) {
  width: calc(40% - 10px);
  border: 1px solid #006CB8;
}
#access .wrapper .flex-box .text-box .access-btn li:nth-child(2) a {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 56px;
  font-size: 18px;
  font-weight: 700;
}
#access .wrapper .flex-box .text-box .access-btn li:nth-child(2) a i {
  margin-right: 10px;
  font-size: 24px;
}
#access .wrapper .flex-box .text-box .access-btn li:nth-child(2) a:hover {
  opacity: 1;
  background: #006CB8;
  color: #FFFFFF;
}

@media only screen and (max-width: 1200px) {
  .br-sp {
    display: inherit;
  }
  .br-pc {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inherit;
  }
  .wrapper {
    max-width: inherit;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    list-style: none;
    color: #4B4B4B;
    background: #E8E3D6;
    background-size: cover;
    scroll-behavior: smooth;
  }
  img {
    width: 100%;
    height: auto;
  }
  figure.wp-block-image.size-large {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  figure.wp-block-image.size-full img {
    width: 100%;
    height: auto;
  }
  p {
    line-height: 1.6em;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .anchor {
    position: relative;
    width: 100%;
    display: block;
    scroll-margin-top: 80px;
  }
  section {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
  }
  .wrapper {
    max-width: inherit;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .wrapper h2 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .wrapper h2.maintit {
    font-size: 21px;
    text-align: left;
    padding-left: 35px;
  }
  .wrapper h2.maintit:before {
    position: absolute;
    content: "";
    background: #003B6A;
    width: 25px;
    height: 5px;
    left: 0;
    top: 13px;
  }
  .wrapper h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
  }
  .wrapper h3.subtit {
    font-size: 18px;
    text-align: left;
    padding: 0 10px 15px 10px;
    border-bottom: 2px solid #AA8646;
  }
  .flex-box {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .flex-box .img-box {
    display: block;
  }
  .flex-box .img-box img {
    width: 100%;
    height: auto;
  }
  .flex-box .text-box {
    display: block;
  }
  .wpcf7 table {
    border-spacing: 0;
  }
  .wpcf7 table tbody tr th, .wpcf7 table tbody tr td {
    width: 100% !important;
    display: block;
    box-sizing: border-box !important;
    padding: 15px 0;
  }
  .wpcf7 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: left !important;
  }
  .btn-more {
    text-align: center;
    margin: 50px auto 0 auto;
    font-size: 16px;
    font-weight: 700;
  }
  button, input, optgroup, select, textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #4B4B4B;
  }
  select {
    color: #4B4B4B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 6px center #FFF;
    background-size: 20px;
    padding: 15px 30px 15px 15px;
    border: 1px solid #CCCCCC;
  }
  select:focus {
    background: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 6px center #FFF;
    background-size: 20px;
  }
  table {
    background: rgba(255, 255, 255, 0.25);
    width: 100%;
    padding: 15px;
    margin-bottom: 2em;
  }
  table P {
    padding-bottom: 0;
  }
  table tbody tr th {
    display: block;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    text-align: left;
  }
  table tbody tr td {
    display: block;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    text-align: left;
  }
  table tbody tr:last-child th, table tbody tr:last-child td {
    border-bottom: 1px solid #CCCCCC;
  }
  figure.wp-block-image.size-full.img60 img {
    width: 60%;
  }
  #slider {
    padding: 25px 0;
  }
  #slider .wrapper {
    display: flex;
    width: 100% !important;
    align-items: center;
    height: 210px;
    overflow: hidden;
    padding: 25px 0;
    max-width: 100%;
  }
  #slider .wrapper ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    animation: loop 30s infinite linear 1s both;
    gap: 0 20px;
    padding: 0 20px;
    align-items: center;
  }
  #slider .wrapper ul li {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  #slider .wrapper ul li img {
    text-align: center;
    margin: 0 auto;
    width: 240px;
    height: auto;
  }
  @keyframes loop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  #info {
    padding: 0;
    margin: 0;
  }
  #info .wrapper p {
    font-size: 85%;
    text-align: left;
    margin: 0 0;
  }
  #access {
    background: rgba(255, 255, 255, 0.25);
    width: 100%;
    padding: 20px;
    margin: 0 auto;
  }
  #access .wrapper {
    width: 100%;
    max-width: inherit;
    background: #FFFFFF;
    padding: 0;
  }
  #access .wrapper .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #access .wrapper .flex-box .img-box {
    display: inline-block;
    width: 100%;
  }
  #access .wrapper .flex-box .img-box img {
    width: 100%;
    height: auto;
  }
  #access .wrapper .flex-box .text-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
  }
  #access .wrapper .flex-box .text-box p.address {
    letter-spacing: -0.025em;
    padding-bottom: 20px;
  }
  #access .wrapper .flex-box .text-box img {
    width: auto;
    height: 48px;
    margin-bottom: 20px;
  }
  #access .wrapper .flex-box .text-box .train {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0;
    text-align: left;
    margin: 0 0 20px 0;
  }
  #access .wrapper .flex-box .text-box .train li {
    padding-left: 20px;
    margin-bottom: 8px;
    position: relative;
    font-size: 15px;
  }
  #access .wrapper .flex-box .text-box .train li:before {
    position: absolute;
    content: "●";
    color: #006CB8;
    font-size: 12px;
    left: 0;
    top: 3px;
  }
  #access .wrapper .flex-box .text-box .train li:last-child {
    margin-bottom: 0;
  }
  #access .wrapper .flex-box .text-box .access-btn {
    margin-top: 20px;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 20px;
  }
  #access .wrapper .flex-box .text-box .access-btn li {
    display: inline-block;
  }
  #access .wrapper .flex-box .text-box .access-btn li:first-child {
    width: 100%;
    border: 1px solid #003B6A;
    margin-bottom: 10px;
  }
  #access .wrapper .flex-box .text-box .access-btn li:first-child a {
    display: block;
  }
  #access .wrapper .flex-box .text-box .access-btn li:first-child a h4 {
    background: #003B6A;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
  }
  #access .wrapper .flex-box .text-box .access-btn li:first-child a p {
    color: #003B6A;
    text-align: left;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0;
    padding: 10px 15px;
    line-height: 1;
    text-align: center;
  }
  #access .wrapper .flex-box .text-box .access-btn li:first-child a p i {
    margin-right: 10px;
  }
  #access .wrapper .flex-box .text-box .access-btn li:first-child a p span {
    color: #4B4B4B;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 10px 0 0 0;
  }
  #access .wrapper .flex-box .text-box .access-btn li:nth-child(2) {
    width: 100%;
    border: 1px solid #006CB8;
  }
  #access .wrapper .flex-box .text-box .access-btn li:nth-child(2) a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
  }
  #access .wrapper .flex-box .text-box .access-btn li:nth-child(2) a i {
    margin-right: 10px;
    font-size: 24px;
  }
  #access .wrapper .flex-box .text-box .access-btn li:nth-child(2) a:hover {
    opacity: 1;
    background: #006CB8;
    color: #FFFFFF;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 14px;
  }
}
header {
  width: 100%;
  position: fixed;
  z-index: 10;
  margin: 0 auto;
  padding: 0;
  height: 196px;
  transition: 0.3s ease-in-out;
}
header .lang {
  text-align: center;
  margin: 0 auto;
  font-size: 90%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  letter-spacing: 0.025em;
  transition: 0.3s ease-in-out;
}
header .lang i {
  margin-right: 8px;
}
header .header-inner {
  text-align: center;
  margin: 0 auto 40px auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
header .header-inner #logo {
  display: inline-block;
  margin-top: 16px;
}
header .header-inner #logo a {
  display: block;
  width: 100%;
  height: auto;
}
header .header-inner #logo a img {
  width: auto;
  height: 54px;
  transition: 0.3s ease-in-out;
}
header .header-inner #cvr {
  display: inline-block;
}
header .header-inner #cvr nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 0;
  height: 70px;
}
header .header-inner #cvr nav ul li {
  list-style: none;
  height: 70px;
}
header .header-inner #cvr nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 700;
}
header .header-inner #cvr nav ul li a.access {
  background: #E6F0F8;
  color: #006CB8;
  width: 120px;
  font-size: 14px;
  padding-top: 10px;
}
header .header-inner #cvr nav ul li a.access i {
  display: block;
  font-size: 27px;
  margin-bottom: 5px;
}
header .header-inner #cvr nav ul li a.access:hover {
  background: #006CB8;
  color: #FFFFFF;
  opacity: 1;
}
header .header-inner #cvr nav ul li a.contact {
  background: #F5EFE4;
  color: #8B6015;
  width: 130px;
  font-size: 12.5px;
  letter-spacing: -0.025em;
  padding-top: 10px;
}
header .header-inner #cvr nav ul li a.contact i {
  display: block;
  font-size: 27px;
  margin-bottom: 6px;
}
header .header-inner #cvr nav ul li a.contact:hover {
  background: #8B6015;
  color: #FFFFFF;
  opacity: 1;
}
header .header-inner #cvr nav ul li a.tel {
  background: #FAF8F8;
  color: #003B6A;
  width: 246px;
  font-size: 28px;
  text-align: right;
  padding: 10px;
  font-weight: 900;
  line-height: 1;
}
header .header-inner #cvr nav ul li a.tel i {
  margin-right: 10px;
}
header .header-inner #cvr nav ul li a.tel p {
  color: #4B4B4B;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
header .header-inner #cvr nav ul li a.tel:hover {
  background: #003B6A;
  color: #FFFFFF;
  opacity: 1;
}
header .header-inner #cvr nav ul li a.tel:hover p {
  opacity: 1;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
header #nav-pc {
  display: block;
  width: 100%;
  margin: 0 auto;
  width: calc(100% - 100px);
}
header #nav-pc nav {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
header #nav-pc nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header #nav-pc nav ul li {
  display: inline-block;
  width: 16.6666666667%;
}
header #nav-pc nav ul li a {
  font-size: 18px;
  width: 100%;
  height: 100%;
  display: block;
  color: #4B4B4B;
  position: relative;
  padding-bottom: 10px;
  transition: 0.3s ease-in-out;
}
header #nav-pc nav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #003B6A;
  transition: width 0.3s ease;
}
header #nav-pc nav ul li a:hover {
  font-weight: 700;
  color: #003B6A;
  opacity: 1;
}
header #nav-pc nav ul li a:hover:after {
  width: 100%;
}
header.is-animation {
  height: 163px;
  transition: 0.3s ease-in-out;
  background: #FFFFFF;
}
header.is-animation .lang {
  font-size: 13px;
  transition: 0.3s ease-in-out;
}
header.is-animation .header-inner {
  padding: 0 40px 16px 40px;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
}
header.is-animation .header-inner #logo {
  display: inline-block;
}
header.is-animation .header-inner #logo img {
  width: auto;
  height: 46px;
  transition: 0.3s ease-in-out;
}
header.is-animation #nav-pc nav ul li a {
  transition: 0.3s ease-in-out;
  font-size: 16px;
  margin-bottom: 10px;
}
header #nav-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    position: fixed;
    z-index: 10;
    margin: 0 auto;
    padding: 0 0 0 0;
    height: 70px;
    transition: 0.3s ease-in-out;
  }
  header .lang {
    display: none;
  }
  header .header-inner {
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 0 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
  }
  header .header-inner #logo {
    display: inline-block;
    margin-top: 0;
    padding-left: 10px;
  }
  header .header-inner #logo a {
    display: block;
    width: 100%;
    height: auto;
  }
  header .header-inner #logo a img {
    width: auto;
    height: 36px;
    transition: 0.3s ease-in-out;
  }
  header .header-inner #cvr {
    display: inline-block;
    margin-right: 70px;
  }
  header .header-inner #cvr nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 0;
    height: 70px;
  }
  header .header-inner #cvr nav ul li {
    list-style: none;
    height: 70px;
  }
  header .header-inner #cvr nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 700;
  }
  header .header-inner #cvr nav ul li a.access {
    background: #E6F0F8;
    color: #006CB8;
    width: 70px;
    font-size: 14px;
    padding-top: 10px;
  }
  header .header-inner #cvr nav ul li a.access i {
    display: block;
    font-size: 27px;
    margin-bottom: 5px;
  }
  header .header-inner #cvr nav ul li a.access:hover {
    background: #006CB8;
    color: #FFFFFF;
    opacity: 1;
  }
  header .header-inner #cvr nav ul li a.contact {
    display: none;
  }
  header .header-inner #cvr nav ul li a.tel {
    display: none;
  }
  header #nav-pc {
    display: none;
  }
  header #nav-sp {
    display: inherit;
  }
  header #nav-sp #toggle-nav {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger div {
    background-color: #FFFFFF;
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 12px;
    transform: rotate(135deg);
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    width: 40px;
    height: 2px;
    margin-top: -22px;
    transform: rotate(-135deg);
    left: 0;
  }
  header #nav-sp #toggle-nav:checked ~ .hamburger p {
    padding-top: 26px;
  }
  header #nav-sp #toggle-nav:checked ~ .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  header #nav-sp .hamburger {
    position: absolute;
    content: "";
    display: block;
    cursor: pointer;
    z-index: 1020;
    right: 0;
    top: 0;
    margin: 0 0 0 0;
    padding: 0;
    width: 70px;
    height: 70px;
    background: #003B6A;
  }
  header #nav-sp .hamburger p {
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    padding: 16px 0 0 0;
    color: #FFFFFF;
  }
  header #nav-sp .hamburger div {
    position: relative;
    text-align: center;
    margin: 0 auto;
    top: 12px;
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    transition: background-color 0.5s, transform 0.5s;
  }
  header #nav-sp .hamburger div:nth-of-type(2) {
    margin: 9px auto;
  }
  header #nav-sp .hamburger div:nth-of-type(3) {
    width: 25px;
    left: -8px;
  }
  header #nav-sp .menu-overlay {
    position: fixed;
    display: block;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #003B6A;
    opacity: 0;
    overflow-y: scroll;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
  }
  header #nav-sp .menu-overlay .overlay-link {
    margin: 70px 20px 20px 20px;
  }
  header #nav-sp .menu-overlay .overlay-link li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
  }
  header #nav-sp .menu-overlay .overlay-link li:first-child {
    border-top: 1px solid #CCCCCC;
  }
  header #nav-sp .menu-overlay .overlay-link li a {
    font-size: 16px;
    padding: 10px;
    display: block;
    text-align: left;
    color: #FFFFFF;
  }
  header #nav-sp .menu-overlay .overlay-link li a:hover {
    background: #006CB8;
  }
  header #nav-sp .menu-overlay p {
    margin-bottom: 0;
    display: block;
  }
  header #nav-sp .menu-overlay p.lang {
    margin: 0 20px;
    width: calc(100% - 40px);
    display: inherit;
    background: rgba(255, 255, 255, 0.25);
    font-size: 14px;
    letter-spacing: 0.025em;
    padding: 8px;
    color: #FFFFFF !important;
  }
  header #nav-sp .menu-overlay p.lang i {
    margin-right: 8px;
  }
  header.is-animation {
    position: fixed;
    text-align: center;
    margin: 0 auto 40px auto;
    padding: 0 0;
    height: 70px;
    transition: 0.3s ease-in-out;
    background: #FFFFFF;
  }
  header.is-animation .header-inner {
    padding: inherit;
    padding: 0 0 0 0;
  }
  header.is-animation .header-inner #logo img {
    width: auto;
    height: 36px;
  }
}
.page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 64px;
  height: 64px;
  background: #006CB8;
  color: #FFFFFF;
  display: block;
  transition: opacity 0.3s;
  text-align: center;
  margin: 0 auto;
  padding: 21px 18px;
}
.page-top i {
  opacity: 1;
  color: #FFFFFF;
  font-size: 21px;
}
.page-top:hover {
  background: #FFFFFF;
  opacity: 1;
}
.page-top:hover i {
  color: #006CB8 !important;
}
.page-top.js-show {
  opacity: 1;
}

#float-btn {
  position: fixed;
  right: 0;
  top: 396px;
  z-index: 100;
}
#float-btn ul {
  width: 70px;
}
#float-btn ul li {
  width: 70px;
  height: 160px;
  list-style: none;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  background: #FFFFFF;
}
#float-btn ul li:nth-child(1) {
  border-radius: 12px 0 0 0;
}
#float-btn ul li:nth-child(2) {
  border-radius: 0 0 0 12px;
}
#float-btn ul li:nth-child(3) {
  display: none;
}
#float-btn ul li:nth-child(3) a {
  display: none;
}
#float-btn ul li a {
  display: block;
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  padding-right: 20px;
}
#float-btn ul li a i {
  font-size: 24px;
  margin-bottom: 10px;
}
#float-btn ul li a.tel {
  background: #003B6A;
  border-radius: 12px 0 0 0;
}
#float-btn ul li a.web {
  background: #AA8646;
  border-radius: 0 0 0 12px;
}

footer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: #003B6A;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  z-index: 0;
  width: 100%;
  padding: 100px 40px;
}
footer .footer-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
footer .footer-inner .footer-logo {
  display: inline-block;
  width: 420px;
}
footer .footer-inner .footer-logo img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
footer .footer-inner .footer-logo p {
  font-size: 16px;
  padding-bottom: 0;
}
footer .footer-inner .footer-link {
  width: 660px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 30px;
}
footer .footer-inner .footer-link ul {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  width: calc(33.3333333333% - 30px);
}
footer .footer-inner .footer-link ul li {
  text-align: left;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
footer .footer-inner .footer-link ul li a {
  display: block;
  position: relative;
  color: #FFFFFF;
}
footer .footer-inner .footer-link ul li a:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: -20px;
  top: 6px;
  font-size: 12px;
}
footer .footer-inner .footer-link ul li.has-children {
  display: block;
  margin-bottom: 0;
}
footer .footer-inner .footer-link ul li.has-children a {
  margin-bottom: 10px;
}
footer .footer-inner .footer-link ul li.has-children ul {
  width: 100%;
}
footer .footer-inner .footer-link ul li.has-children ul li {
  width: 100%;
  margin-bottom: 10px;
}
footer .footer-inner .footer-link ul li.has-children ul li:last-child {
  margin-bottom: 0;
}
footer .copyright {
  width: 100%;
  padding-top: 50px;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .stt-lang-select.bl {
    bottom: 60px !important;
  }
  .page-top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 35px;
    height: 60px;
    background: #006CB8;
    color: #FFFFFF;
    display: block;
    transition: opacity 0.3s;
    text-align: center;
    margin: 0 auto;
    padding: 21px 6px;
  }
  .page-top i {
    opacity: 1;
    color: #FFFFFF;
    font-size: 20px;
  }
  .page-top:hover {
    background: #FFFFFF;
    opacity: 1;
  }
  .page-top:hover i {
    color: #006CB8 !important;
  }
  .page-top.js-show {
    opacity: 1;
  }
  #float-btn {
    position: fixed;
    right: 0;
    left: 0;
    top: inherit;
    bottom: 0;
    z-index: 100;
    width: 100%;
  }
  #float-btn ul {
    display: flex;
    width: calc(100% - 35px);
  }
  #float-btn ul li {
    display: inline-block;
    width: 33.3333333333%;
    height: 60px;
    list-style: none;
    text-align: center;
    margin: 0 auto;
    box-shadow: none;
    background: #FFFFFF;
  }
  #float-btn ul li:nth-child(1) {
    border-radius: 0;
  }
  #float-btn ul li:nth-child(2) {
    border-radius: 0 0 0 0;
  }
  #float-btn ul li:nth-child(3) {
    display: inherit;
    border-radius: 0 0 0 0;
  }
  #float-btn ul li:nth-child(3) a {
    display: inherit;
  }
  #float-btn ul li a {
    display: block;
    width: 100%;
    height: 100%;
    writing-mode: horizontal-tb;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
    line-height: 60px;
  }
  #float-btn ul li a i {
    font-size: 20px;
    margin-right: 5px;
    margin-bottom: 0;
    line-height: 60px;
  }
  #float-btn ul li a.tel {
    background: #003B6A;
    border-radius: 0 0 0 0;
  }
  #float-btn ul li a.web {
    background: #AA8646;
    border-radius: 0 0 0 0;
  }
  #float-btn ul li a.contact {
    display: block;
    background: #E8E3D6;
    color: #AA8646;
    border-radius: 0 0 0 0;
    letter-spacing: -0.1em;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  footer {
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: #003B6A;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 300;
    z-index: 0;
    width: 100%;
    padding: 50px 20px 100px 20px;
  }
  footer .footer-inner {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
  footer .footer-inner .footer-logo {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
  footer .footer-inner .footer-logo img {
    width: 210px;
    height: auto;
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-logo p {
    text-align: left;
    font-size: 14px;
  }
  footer .footer-inner .footer-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
  footer .footer-inner .footer-link ul {
    display: inline-block;
    text-align: left;
    margin: 0;
    width: calc(50% - 5px);
  }
  footer .footer-inner .footer-link ul li {
    text-align: left;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
  }
  footer .footer-inner .footer-link ul li a {
    display: block;
    position: relative;
    color: #FFFFFF;
  }
  footer .footer-inner .footer-link ul li a:before {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -20px;
    top: 6px;
    font-size: 10px;
  }
  footer .footer-inner .footer-link ul li.has-children {
    display: block;
    margin-bottom: 0;
  }
  footer .footer-inner .footer-link ul li.has-children a {
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-link ul li.has-children ul {
    width: 100%;
  }
  footer .footer-inner .footer-link ul li.has-children ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-link ul li.has-children ul li:last-child {
    margin-bottom: 0;
  }
  footer .copyright {
    font-size: 12px;
    width: 100%;
    padding-top: 25px;
    text-align: center;
    margin: 0 auto;
  }
}
#home-hero {
  min-height: 720px;
  width: calc(100% - 100px);
  margin: 196px auto 50px auto;
  padding: 0;
}
#home-hero .mainimg {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
  background: url(./assets/images/home/mainimg.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  height: 720px;
}
#home-hero .mainimg .maintext {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 125, 201, 0.7) 0%, rgba(3, 52, 145, 0.7) 100%);
  padding: 40px;
}
#home-hero .mainimg .maintext h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 54px;
  margin-bottom: 20px;
}
#home-hero .mainimg .maintext p {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  padding-bottom: 0;
}

.lang {
  text-align: center;
  margin: 0 auto;
  font-size: 90%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 14px;
  letter-spacing: 0.025em;
  transition: 0.3s ease-in-out;
}
.lang i {
  margin-right: 8px;
}

#menu {
  background: rgba(255, 255, 255, 0.25);
  padding: 100px 0;
}
#menu .wrapper {
  max-width: 1380px;
}
#menu .wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 0;
}
#menu .wrapper ul li {
  width: 20%;
  display: inline-block;
  position: relative;
  border-right: 1px solid #CCCCCC;
}
#menu .wrapper ul li:first-child {
  border-left: 1px solid #CCCCCC;
}
#menu .wrapper ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #4B4B4B;
  padding: 20px;
}
#menu .wrapper ul li a:hover {
  opacity: 1;
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}
#menu .wrapper ul li a:hover img {
  opacity: 1;
}
#menu .wrapper ul li a img {
  width: auto;
  height: 90px;
  margin: 0 auto 20px auto;
}
#menu .wrapper ul li a h3 {
  text-align: center;
  position: relative;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
#menu .wrapper ul li a h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background: #AA8646;
}
#menu .wrapper ul li a p {
  text-align: left;
  font-size: 15.5px;
  padding-bottom: 0;
}

#donation {
  padding: 50px 0;
}
#donation .wrapper {
  width: 100%;
  max-width: 1380px;
}
#donation .wrapper .flex-box {
  height: 480px;
  gap: 0;
  justify-content: center;
  align-items: center;
}
#donation .wrapper .flex-box .img-box {
  width: calc(100% - 535px);
  background: url(./assets/images/home/donaiton_img_01.jpg) no-repeat left top;
  background-size: cover;
  min-height: 480px;
}
#donation .wrapper .flex-box .text-box {
  width: 535px;
  background: #003B6A;
  min-height: 480px;
  padding: 30px;
}
#donation .wrapper .flex-box .text-box .text-box-02 {
  background: #FFFFFF;
  padding: 10px;
}
#donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 {
  border: 2px solid #003B6A;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
}
#donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 h2 {
  font-size: 36px;
  padding: 10px 0 30px 0;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
#donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 p {
  font-size: 21px;
  text-align: center;
  padding-bottom: 0;
}
#donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 .btn-more {
  margin-top: 20px;
}

#about {
  background: rgba(255, 255, 255, 0.25);
  padding: 100px 0;
}
#about .wrapper h2 {
  color: #AA8646;
}
#about .wrapper .flex-box {
  align-items: flex-start;
}
#about .wrapper .flex-box .img-box {
  width: 32%;
}
#about .wrapper .flex-box .text-box {
  width: 68%;
  padding-right: 50px;
  font-size: 18px;
  line-height: 1.8;
}
#about .wrapper .flex-box .text-box h3 {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
#about .wrapper .flex-box .text-box h3 span {
  padding: 5px 15px;
  background: #254075;
}
#about .wrapper .flex-box .text-box h4 {
  text-align: left;
  font-size: 21px;
  color: #254075;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
#about .wrapper .flex-box .text-box .btn-more {
  text-align: left;
  margin: 50px 0 0 0;
}

#greeting {
  background: #003B6A;
  color: #FFFFFF;
  padding: 100px 0;
}
#greeting .wrapper h2.maintit {
  color: #FFFFFF;
}
#greeting .wrapper h2.maintit:before {
  background: #AA8646;
}
#greeting .wrapper h3.subtit {
  color: #FFFFFF;
  margin-bottom: 40px;
}
#greeting .wrapper .flex-box {
  padding: 0 20px;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
#greeting .wrapper .flex-box .img-box {
  width: 360px;
}
#greeting .wrapper .flex-box .text-box {
  width: calc(100% - 410px);
}
#greeting .wrapper .flex-box .text-box p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
  padding-bottom: 0;
}
#greeting .wrapper .flex-box .text-box p.title {
  font-size: 16px;
  line-height: 1.8;
  text-align: right;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 15px;
  margin-bottom: 0;
}
#greeting .wrapper .flex-box .text-box p.name {
  line-height: 1;
  text-align: right;
  font-weight: 600;
  color: #AA8646;
  font-size: 27px;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 0;
  margin-bottom: 0;
}
#greeting .wrapper .flex-box:nth-of-type(2) {
  flex-direction: row;
  margin-bottom: 0;
}

#information {
  padding-bottom: 0;
}
.news-box {
  width: 100%;
}
.news-box ul li {
  border-bottom: 1px solid #CCCCCC;
  display: block;
  padding: 20px 0;
  text-align: left;
}
.news-box ul li:first-child {
  border-top: 1px solid #CCCCCC;
}
.news-box ul li .date {
  margin-bottom: 20px;
  color: #707070;
  line-height: 1;
}
.news-box ul li .date span {
  display: inline-block;
  margin-left: 20px;
}
.news-box ul li .date span a {
  display: inline-block;
  background: #AA8646;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  padding: 5px 20px;
}
.news-box ul li a {
  display: block;
  color: #4B4B4B;
}
.news-box ul li a:hover {
  opacity: 1;
  color: #003B6A;
}

@media only screen and (max-width: 767px) {
  #home-hero {
    min-height: 425px;
    width: 100%;
    margin: 70px auto 0 auto;
    padding: 0;
  }
  #home-hero .mainimg {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: url(./assets/images/home/mainimg.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 0;
    width: 100%;
    height: 425px;
  }
  #home-hero .mainimg .maintext {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 125, 201, 0.7) 0%, rgba(3, 52, 145, 0.7) 100%);
    padding: 15px;
  }
  #home-hero .mainimg .maintext h2 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 15px;
  }
  #home-hero .mainimg .maintext p {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.05em;
  }
  #menu {
    background: rgba(255, 255, 255, 0.25);
    padding: 20px 0;
  }
  #menu .wrapper {
    max-width: inherit;
  }
  #menu .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px 0;
  }
  #menu .wrapper ul li {
    width: 50%;
    display: inline-block;
    position: relative;
    border-right: 1px solid #CCCCCC;
  }
  #menu .wrapper ul li:first-child, #menu .wrapper ul li:nth-child(odd) {
    border-left: 1px solid #CCCCCC;
  }
  #menu .wrapper ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #4B4B4B;
    padding: 10px;
  }
  #menu .wrapper ul li a:hover {
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  }
  #menu .wrapper ul li a:hover img {
    opacity: 1;
  }
  #menu .wrapper ul li a img {
    width: auto;
    height: 90px;
    margin: 0 auto 15px auto;
  }
  #menu .wrapper ul li a h3 {
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
  #menu .wrapper ul li a h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background: #AA8646;
  }
  #menu .wrapper ul li a p {
    text-align: left;
    font-size: 15px;
  }
  #donation {
    padding: 20px 0;
  }
  #donation .wrapper {
    width: 100%;
    max-width: inherit;
  }
  #donation .wrapper .flex-box {
    gap: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 319px;
  }
  #donation .wrapper .flex-box .img-box {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: url(./assets/images/home/donaiton_img_01.jpg) no-repeat center top;
    background-size: cover;
    height: 100%;
    min-height: inherit;
  }
  #donation .wrapper .flex-box .text-box {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    margin: 0 auto;
    text-align: center;
    width: calc(100% - 30px);
    background: #003B6A;
    height: auto;
    min-height: inherit;
    padding: 15px;
  }
  #donation .wrapper .flex-box .text-box .text-box-02 {
    background: #FFFFFF;
    padding: 5px;
  }
  #donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 {
    border: 2px solid #003B6A;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
  }
  #donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 img {
    width: auto;
    height: 67px;
  }
  #donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 h2 {
    font-size: 21px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
  }
  #donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
  }
  #donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 .btn-more {
    width: 100%;
    margin-top: 10px;
  }
  #donation .wrapper .flex-box .text-box .text-box-02 .text-box-03 .btn-more a {
    width: 100%;
  }
  #about {
    background: rgba(255, 255, 255, 0.25);
    padding: 50px 0;
  }
  #about .wrapper h2 {
    color: #AA8646;
    margin: 0 auto 25px auto;
    text-align: center;
  }
  #about .wrapper .flex-box {
    display: flex !important;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #about .wrapper .flex-box .img-box {
    text-align: center;
    margin: 0 auto 20px auto;
    width: 60%;
  }
  #about .wrapper .flex-box .text-box {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  #about .wrapper .flex-box .text-box h3 {
    font-size: 14.5px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: -0.05em;
    line-height: 1.5em;
  }
  #about .wrapper .flex-box .text-box h3 span {
    padding: 3px;
    background: #254075;
  }
  #about .wrapper .flex-box .text-box h4 {
    text-align: center;
    font-size: 17px;
    color: #254075;
    margin-bottom: 20px;
    letter-spacing: 0em;
  }
  #about .wrapper .flex-box .text-box .btn-more {
    text-align: center;
    margin: 50px auto 0 auto;
  }
  #greeting {
    background: #003B6A;
    color: #FFFFFF;
    padding: 50px 0;
  }
  #greeting .wrapper h2.maintit {
    color: #FFFFFF;
  }
  #greeting .wrapper h2.maintit:before {
    background: #AA8646;
  }
  #greeting .wrapper h3.subtit {
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  #greeting .wrapper .flex-box {
    display: block;
    padding: 0 0;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  #greeting .wrapper .flex-box .img-box {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  #greeting .wrapper .flex-box .img-box img {
    width: 60%;
  }
  #greeting .wrapper .flex-box .text-box {
    width: 100%;
  }
  #greeting .wrapper .flex-box .text-box p {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  #greeting .wrapper .flex-box .text-box p.title {
    font-size: 15px;
    line-height: 1.8;
    text-align: right;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  #greeting .wrapper .flex-box .text-box p.name {
    line-height: 1;
    text-align: right;
    font-weight: 600;
    color: #AA8646;
    font-size: 21px;
    letter-spacing: 0.05em;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 0;
  }
  #greeting .wrapper .flex-box:nth-of-type(2) {
    flex-direction: row;
    margin-bottom: 0;
  }
  #information {
    padding-bottom: 0;
  }
  #information .wrapper .news-box {
    width: 100%;
  }
  #information .wrapper .news-box ul li {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding: 20px 0;
    text-align: left;
    font-size: 16px;
  }
  #information .wrapper .news-box ul li:first-child {
    border-top: 1px solid #CCCCCC;
  }
  #information .wrapper .news-box ul li .date {
    margin-bottom: 20px;
    color: #707070;
    line-height: 1;
  }
  #information .wrapper .news-box ul li .date span {
    display: inline-block;
    margin-left: 20px;
  }
  #information .wrapper .news-box ul li .date span a {
    display: inline-block;
    background: #AA8646;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 20px;
  }
  #information .wrapper .news-box ul li a {
    display: block;
    color: #4B4B4B;
  }
  #information .wrapper .news-box ul li a:hover {
    opacity: 1;
    color: #003B6A;
  }
}
main.page {
  padding-top: 196px;
}
main.page .page-hero {
  position: relative;
  max-height: 360px;
  height: 360px;
  width: 100%;
  margin-top: 0;
  padding: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
main.page .page-hero:after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 125, 201, 0.4) 0%, rgba(3, 52, 145, 0.4) 100%);
  left: 0;
  top: 0;
}
main.page .page-hero .mainimg {
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  max-width: 1080px;
}
main.page .page-hero .mainimg h1 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  text-align: left;
  display: block;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.1em;
}
main.page .page-hero .mainimg .breadBox {
  width: 100%;
  position: relative;
}
main.page .page-hero .mainimg .breadBox .wrapper {
  text-align: left;
}
main.page .page-hero .mainimg .breadBox .wrapper ul {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
main.page .page-hero .mainimg .breadBox .wrapper ul li {
  display: inline-block;
  text-align: left;
  font-weight: 400;
  position: relative;
  color: #FFFFFF;
}
main.page .page-hero .mainimg .breadBox .wrapper ul li:after {
  position: absolute;
  content: "/";
  right: 14px;
  top: 0;
}
main.page .page-hero .mainimg .breadBox .wrapper ul li a {
  color: #6F6252;
  text-decoration: underline;
  padding-right: 30px;
  color: #FFFFFF;
}
main.page .page-hero .mainimg .breadBox .wrapper ul li:last-child:after {
  content: "";
}

#page-01 {
  /* 通常の親カラムは100px */
}
#page-01 .wrapper h2 span[id] {
  scroll-margin-top: 186px;
  position: relative;
  z-index: -1;
}
#page-01 .wrapper h2 span[id]:before {
  content: "";
  display: block;
  height: 186px;
  margin-top: -186px;
}
#page-01 .wrapper h2 {
  font-family: "Noto Serif JP", "Spectral", serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #4B4B4B;
  font-weight: 600;
  position: relative;
  padding-bottom: 25px;
  margin: 50px auto 60px auto;
  text-align: center;
  line-height: 1.2;
}
#page-01 .wrapper h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background: #AA8646;
}
#page-01 .wrapper h2.maintit {
  font-size: 27px;
  text-align: left;
  padding-left: 70px;
  padding-bottom: 0;
}
#page-01 .wrapper h2.maintit:before {
  position: absolute;
  content: "";
  background: #003B6A;
  width: 50px;
  height: 10px;
  left: 0;
  top: 10px;
}
#page-01 .wrapper h2.maintit:after {
  display: none;
}
#page-01 .wrapper h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-size: 27px;
  text-align: left;
  padding: 0 20px 20px 20px;
  border-bottom: 2px solid #AA8646;
  margin: 50px 0 40px 0;
}
#page-01 .wrapper h4 {
  position: relative;
  font-size: 21px;
  font-weight: 700px;
  color: #4B4B4B;
  margin-bottom: 20px;
}
#page-01 .wrapper h5 {
  position: relative;
  font-size: 18px;
  font-weight: 700px;
  color: #254075;
  padding-left: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  border-left: 5px solid #254075;
}
#page-01 .wrapper p {
  color: #4B4B4B;
  font-size: 18px;
}
#page-01 .wrapper strong {
  font-weight: 900;
  font-size: 120%;
}
#page-01 .wrapper a {
  text-decoration: underline;
  display: inline-block;
}
#page-01 .wrapper a:hover {
  word-break: break-all !important;
  overflow-wrap: break-all !important;
}
#page-01 .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child) {
  margin-bottom: 50px;
}
#page-01 .wp-block-column > .wp-block-columns:last-child {
  margin-bottom: 0 !important;
}
#page-01 .wp-block-columns {
  margin-bottom: 100px;
}
#page-01 .maker strong {
  font-size: 120%;
  letter-spacing: 0.075em;
  background-image: linear-gradient(transparent 60%, pink 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #3A3A3A;
}

#page-01 .wrapper ul, #page-02 .wrapper ul {
  padding-left: 0;
  margin-left: 0;
}
#page-01 .wrapper ul.wp-block-list, #page-02 .wrapper ul.wp-block-list {
  padding-bottom: 15px;
}
#page-01 .wrapper ul.wp-block-list li, #page-02 .wrapper ul.wp-block-list li {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.8em;
  font-size: 17px;
  list-style: none;
  margin-left: 25px;
  color: #3A3A3A;
  position: relative;
}
#page-01 .wrapper ul.wp-block-list li:before, #page-02 .wrapper ul.wp-block-list li:before {
  color: #006CB8;
  position: absolute;
  content: "●";
  font-weight: 900;
  left: -20px;
  font-size: 14px;
  top: 0px;
}
#page-01 .wrapper ol, #page-02 .wrapper ol {
  padding-left: 0;
  margin-left: 0;
}
#page-01 .wrapper ol.wp-block-list li, #page-02 .wrapper ol.wp-block-list li {
  text-align: left;
  margin-bottom: 15px;
  line-height: 2em;
  font-size: 17px;
  list-style: decimal;
  margin-left: 25px;
  color: #3A3A3A;
}
#page-01 .wrapper .cvr-r, #page-02 .wrapper .cvr-r {
  background: #F5EFE4;
  padding: 50px;
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
#page-01 .wrapper .cvr-r h3.subtit, #page-02 .wrapper .cvr-r h3.subtit {
  margin: 0 0 40px 0;
  border-bottom: 0;
  padding: 0;
}
#page-01 .wrapper .cvr-r a, #page-02 .wrapper .cvr-r a {
  text-decoration: none !important;
  margin-bottom: 50px;
}
#page-01 .wrapper .cvr-r a.tel, #page-02 .wrapper .cvr-r a.tel {
  display: inline-block;
  color: #003B6A;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
}
#page-01 .wrapper .cvr-r a.tel i, #page-02 .wrapper .cvr-r a.tel i {
  margin-right: 10px;
}
#page-01 .wrapper .cvr-r a.tel p, #page-02 .wrapper .cvr-r a.tel p {
  font-weight: 400;
  padding-bottom: 0;
}
#page-01 .wrapper .cvr-r .btn-more, #page-02 .wrapper .cvr-r .btn-more {
  text-align: left;
  margin: 0 0;
}
#page-01 .wrapper .cvr-r .btn-more a, #page-02 .wrapper .cvr-r .btn-more a {
  margin-bottom: 20px;
}
#page-01 .wrapper .cvr-r .btn-more a i, #page-02 .wrapper .cvr-r .btn-more a i {
  margin-right: 10px;
}

#page-02 .wrapper .entry-box h2 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-size: 27px;
  text-align: left;
  padding: 0 20px 20px 20px;
  border-bottom: 2px solid #AA8646;
  margin: 50px 0 40px 0;
}
#page-02 .wrapper .entry-box h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-size: 27px;
  text-align: left;
  padding: 0 20px 20px 20px;
  border-bottom: 2px solid #AA8646;
  margin: 50px 0 40px 0;
}
#page-02 .wrapper .entry-box h4 {
  position: relative;
  font-size: 21px;
  font-weight: 700px;
  color: #4B4B4B;
  margin-bottom: 20px;
}
#page-02 .wrapper .entry-box h5 {
  position: relative;
  font-size: 18px;
  font-weight: 700px;
  color: #254075;
  padding-left: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  border-left: 5px solid #254075;
}
#page-02 .wrapper .entry-box p {
  color: #4B4B4B;
  font-size: 18px;
}
#page-02 .wrapper .entry-box .entry-date {
  text-align: right;
}
#page-02 .wrapper .entry-box a {
  text-decoration: underline;
}
#page-02 .wrapper .entry-box a:hover {
  word-break: break-all !important;
  overflow-wrap: break-all !important;
}
#page-02 .wrapper .entry-box p {
  line-height: 2em;
  font-size: 17px;
  color: #3A3A3A;
}
#page-02 .wrapper .entry-box mark {
  background: none;
  color: inherit;
  font-weight: normal;
  padding: 0;
  border: none;
}
#page-02 .wrapper .entry-box strong {
  font-size: 120%;
}
#page-02 .wrapper .entry-box figure.wp-block-image {
  margin-bottom: 2em;
}

#toc_container.toc_white {
  width: 100%;
  margin-bottom: 100px;
  border: none;
  position: relative;
  z-index: 1;
}
#toc_container.toc_white ul.toc_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
#toc_container.toc_white ul.toc_list li a {
  padding: 5px 25px 5px 5px;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #003B6A;
}
#toc_container.toc_white ul.toc_list li a:after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  top: 10px;
}

body.page-id-19 #page-01 .wrapper h2.maintit {
  font-size: 27px;
  text-align: left;
  padding-left: 70px;
  padding-bottom: 0;
}
body.page-id-19 #page-01 .wrapper h2.maintit:before {
  position: absolute;
  content: "";
  background: #003B6A;
  width: 50px;
  height: 10px;
  left: 0;
  margin-top: 0;
  top: inherit;
  bottom: 10px;
}
body.page-id-19 #page-01 .wrapper h2.course-01, body.page-id-19 #page-01 .wrapper h2.course-02, body.page-id-19 #page-01 .wrapper h2.course-03, body.page-id-19 #page-01 .wrapper h2.course-04, body.page-id-19 #page-01 .wrapper h2.course-05 {
  border-bottom: 0;
  padding: 15px;
  text-align: center;
  margin: 0 auto 30px auto;
  font-weight: bold;
  color: #FFFFFF !important;
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 500;
}
body.page-id-19 #page-01 .wrapper h2.course-01:after, body.page-id-19 #page-01 .wrapper h2.course-02:after, body.page-id-19 #page-01 .wrapper h2.course-03:after, body.page-id-19 #page-01 .wrapper h2.course-04:after, body.page-id-19 #page-01 .wrapper h2.course-05:after {
  display: none;
}
body.page-id-19 #page-01 .wrapper h2.course-01 {
  background: #005b7a;
}
body.page-id-19 #page-01 .wrapper h2.course-02 {
  background: #536c45;
}
body.page-id-19 #page-01 .wrapper h2.course-03 {
  background: #803d51;
}
body.page-id-19 #page-01 .wrapper h2.course-04 {
  background: #955d0c;
}
body.page-id-19 #page-01 .wrapper h2.course-05 {
  background: #707070;
}
body.page-id-19 #page-01 .wrapper .btn-more {
  margin-bottom: 2em;
}
body.page-id-19 #page-01 .wrapper .btn-more a {
  width: 60%;
  text-decoration: none;
}
body.page-id-19 #page-01 .wrapper .btn-more a:hover {
  color: #FFFFFF;
}
body.page-id-19 #page-01 .wrapper .desc {
  font-size: 21px;
  color: #003B6A;
  font-weight: 600;
}
body.page-id-19 #page-01 .wrapper .mini {
  font-size: 18px;
}
body.page-id-19 #page-01 .wrapper .mini span.women {
  position: relative;
  padding-left: 27px;
}
body.page-id-19 #page-01 .wrapper .mini span.women:after {
  position: absolute;
  content: "";
  background: url(./assets/images/common/ico_women.svg) no-repeat right top;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  z-index: 1;
  left: 0;
  top: 3px;
}
body.page-id-19 #page-01 .wrapper .cbox {
  background: #FFFFFF;
  padding: 20px;
  position: relative;
  padding-bottom: 90px;
  max-width: 524px;
}
body.page-id-19 #page-01 .wrapper .cbox.women {
  position: relative;
}
body.page-id-19 #page-01 .wrapper .cbox.women:after {
  position: absolute;
  content: "";
  background: url(./assets/images/common/ico_women.svg) no-repeat right top;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  z-index: 1;
  right: -15px;
  top: -15px;
}
body.page-id-19 #page-01 .wrapper .cbox h3 {
  padding: 0;
  margin: 0 0 20px 0;
  border-bottom: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 21px;
  padding: 5px 10px;
}
body.page-id-19 #page-01 .wrapper .cbox h4 {
  text-align: left;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 19px;
  margin: 0 0 20px 0;
}
body.page-id-19 #page-01 .wrapper .cbox .pricebox {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  padding: 10px;
  font-weight: 500;
}
body.page-id-19 #page-01 .wrapper .cbox .pricebox span {
  margin: 0 10px;
}
body.page-id-19 #page-01 .wrapper .cbox .pricebox span.hour {
  font-size: 22px;
  font-weight: bold;
}
body.page-id-19 #page-01 .wrapper .cbox .pricebox span.price {
  font-size: 27px;
  font-weight: bold;
  color: #003B6A;
  position: relative;
  padding-left: 20px;
}
body.page-id-19 #page-01 .wrapper .cbox .pricebox span.price:before {
  position: absolute;
  content: "￥";
  font-size: 22px;
  left: 0;
  bottom: 2px;
}
body.page-id-19 #page-01 .wrapper .course-01-box .cbox {
  border: 1px solid #005b7a;
}
body.page-id-19 #page-01 .wrapper .course-01-box .cbox h3 {
  background: #005b7a;
}
body.page-id-19 #page-01 .wrapper .course-01-box .cbox h4 {
  color: #005b7a;
}
body.page-id-19 #page-01 .wrapper .course-01-box .cbox .pricebox {
  border: 1px solid #005b7a;
  color: #005b7a;
}
body.page-id-19 #page-01 .wrapper .course-01-box .cbox .pricebox span {
  color: #005b7a;
}
body.page-id-19 #page-01 .wrapper .course-02-box .cbox {
  border: 1px solid #536c45;
}
body.page-id-19 #page-01 .wrapper .course-02-box .cbox h3 {
  background: #536c45;
}
body.page-id-19 #page-01 .wrapper .course-02-box .cbox h4 {
  color: #536c45;
}
body.page-id-19 #page-01 .wrapper .course-02-box .cbox .pricebox {
  border: 1px solid #536c45;
  color: #536c45;
}
body.page-id-19 #page-01 .wrapper .course-02-box .cbox .pricebox span {
  color: #536c45 !important;
}
body.page-id-19 #page-01 .wrapper .course-03-box .cbox {
  border: 1px solid #803d51;
}
body.page-id-19 #page-01 .wrapper .course-03-box .cbox h3 {
  background: #803d51;
}
body.page-id-19 #page-01 .wrapper .course-03-box .cbox h4 {
  color: #803d51;
}
body.page-id-19 #page-01 .wrapper .course-03-box .cbox .pricebox {
  border: 1px solid #803d51;
  color: #803d51;
}
body.page-id-19 #page-01 .wrapper .course-03-box .cbox .pricebox span {
  color: #803d51 !important;
}
body.page-id-19 #page-01 .wrapper .course-04-box .cbox {
  border: 1px solid #955d0c;
}
body.page-id-19 #page-01 .wrapper .course-04-box .cbox h3 {
  background: #955d0c;
}
body.page-id-19 #page-01 .wrapper .course-04-box .cbox h4 {
  color: #955d0c;
}
body.page-id-19 #page-01 .wrapper .course-04-box .cbox .pricebox {
  border: 1px solid #955d0c;
  color: #955d0c;
}
body.page-id-19 #page-01 .wrapper .course-04-box .cbox .pricebox span {
  color: #955d0c !important;
}
body.page-id-19 #page-01 .wrapper .obox h3 {
  padding: 5px 10px;
  color: #003B6A;
  border: 2px solid #003B6A;
  text-align: center;
  background: #F5EFE4;
}
body.page-id-19 #page-01 .wrapper .obox h4 {
  color: #005b7a;
  text-align: left;
  font-size: 21px;
}
body.page-id-19 #page-01 .wrapper .obox h4 .mini {
  font-size: 80%;
}
body.page-id-19 #page-01 .wrapper .obox p:last-child {
  padding-bottom: 0 !important;
}
body.page-id-19 #page-01 .wrapper .obox .o-price, body.page-id-19 #page-01 .wrapper .obox .w-price {
  background: #003B6A;
  padding: 5px 10px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 20px;
}
body.page-id-19 #page-01 .wrapper .obox .o-price span, body.page-id-19 #page-01 .wrapper .obox .w-price span {
  position: relative;
  padding-left: 38px;
}
body.page-id-19 #page-01 .wrapper .obox .o-price span:before, body.page-id-19 #page-01 .wrapper .obox .w-price span:before {
  position: absolute;
  content: "＋￥";
  font-size: 18px;
  left: 0;
  bottom: 2px;
}
body.page-id-19 #page-01 .wrapper .obox .w-price {
  background: #803d51 !important;
}
body.page-id-19 #page-01 .wrapper .obox strong {
  color: #003B6A;
}
body.page-id-19 #page-01 .wrapper .obox table {
  background: none;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
body.page-id-19 #page-01 .wrapper .obox table th {
  width: 20%;
  font-weight: 600;
  color: #003B6A;
  border: 1px solid #CCCCCC;
  padding: 10px;
  background: rgba(255, 255, 255, 0.45);
  text-align: left;
}
body.page-id-19 #page-01 .wrapper .obox table td {
  width: 40%;
  border: 1px solid #CCCCCC;
  padding: 10px;
  background: rgba(255, 255, 255, 0.25);
}
body.page-id-19 #page-01 .wrapper .obox table td.price {
  color: #003B6A;
  font-weight: 600;
}
body.page-id-19 #page-01 .wrapper .wbox h3 {
  padding: 5px 10px;
  color: #803d51;
  border: 2px solid #803d51;
  text-align: center;
  background: #F5EFE4;
  position: relative;
}
body.page-id-19 #page-01 .wrapper .wbox h3:after {
  position: absolute;
  content: "";
  background: url(./assets/images/common/ico_women.svg) no-repeat right top;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
  z-index: 1;
  right: -15px;
  top: -15px;
}
body.page-id-19 #page-01 .wrapper .wbox h4 {
  color: #803d51;
  text-align: left;
  font-size: 21px;
}
body.page-id-19 #page-01 .wrapper .wbox h4 .mini {
  font-size: 80%;
}
body.page-id-19 #page-01 .wrapper .wbox table {
  background: none;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
body.page-id-19 #page-01 .wrapper .wbox table th {
  width: 50%;
  font-weight: 600;
  color: #803d51;
  border: 1px solid #CCCCCC;
  padding: 10px;
  background: rgba(255, 255, 255, 0.45);
  text-align: left;
}
body.page-id-19 #page-01 .wrapper .wbox table td {
  width: 50%;
  border: 1px solid #CCCCCC;
  padding: 10px;
  background: rgba(255, 255, 255, 0.25);
}
body.page-id-19 #page-01 .wrapper .wbox table td.price {
  color: #803d51;
  font-weight: 600;
}

body.page-id-12 #page-01 .wrapper h3.about-tit-01 {
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
  font-size: 24px;
}
body.page-id-12 #page-01 .wrapper h3.about-tit-01 span {
  color: #FFFFFF;
  padding: 5px 15px;
  background: #254075;
}
body.page-id-12 #page-01 .wrapper h4.about-tit-02 {
  text-align: left;
  font-size: 21px;
  color: #254075;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
body.page-id-12 #page-01 .wrapper p.title {
  font-size: 18px;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 15px;
  margin-bottom: 0;
}
body.page-id-12 #page-01 .wrapper p.name {
  line-height: 1;
  font-weight: 600;
  color: #AA8646;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0;
  margin-bottom: 30px;
}
body.page-id-12 #page-01 .about-laurel-box {
  padding: 0 30px;
  position: relative;
}
body.page-id-12 #page-01 .about-laurel-box:before {
  position: absolute;
  content: "";
  background: url(./assets/images/common/ico_laurel_before.svg) no-repeat left bottom;
  width: 94px;
  height: 240px;
  background-size: contain;
  left: 0;
  bottom: 0;
}
body.page-id-12 #page-01 .about-laurel-box:after {
  position: absolute;
  content: "";
  background: url(./assets/images/common/ico_laurel_after.svg) no-repeat right bottom;
  width: 94px;
  height: 240px;
  background-size: contain;
  right: 0;
  bottom: 0;
}
body.page-id-12 #page-01 .about-laurel-box .about-tit-03 {
  font-size: 21px;
  letter-spacing: 0.05em;
  margin: 0 auto 30px auto;
  text-align: center;
  font-weight: 700;
  color: #003B6A;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0;
  border-bottom: 0;
}
body.page-id-12 #page-01 .about-laurel-box p {
  margin-bottom: 0;
  padding: 0 80px;
}

body.page-id-23 #page-01 .wrapper .step-box {
  background: #003B6A;
  padding: 15px;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
body.page-id-23 #page-01 .wrapper .step-box:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 2px;
  background: #003B6A;
  left: 50%;
  top: 100%; /* 親要素の下に出す */
  transform: translateX(-50%);
}
body.page-id-23 #page-01 .wrapper .step-box.second:after {
  top: 50%;
  height: 450px;
}
body.page-id-23 #page-01 .wrapper .step-box.last:after {
  display: none;
}
body.page-id-23 #page-01 .wrapper .step-box .step-num {
  display: inline-block;
  width: 21%;
  font-family: "Noto Serif JP", serif;
  border-right: 1px solid #E6F0F8;
}
body.page-id-23 #page-01 .wrapper .step-box .step-num span {
  display: block;
  line-height: 1;
}
body.page-id-23 #page-01 .wrapper .step-box .step-num span.step {
  font-size: 15px;
  margin-bottom: 4px;
}
body.page-id-23 #page-01 .wrapper .step-box .step-num span.num {
  font-size: 30px;
  letter-spacing: 0.05em;
}
body.page-id-23 #page-01 .wrapper .step-box h3 {
  width: 79%;
  text-align: left;
  margin: 0 0;
  padding: 0 0 0 4%;
  border: 0;
  font-size: 21px;
  letter-spacing: 0.05em;
}
body.page-id-23 #page-01 .wrapper h4 {
  color: #003B6A;
}
body.page-id-23 #page-01 .wrapper a {
  text-decoration: none;
  margin-bottom: 50px;
}
body.page-id-23 #page-01 .wrapper a.tel {
  font-size: 36px;
  font-weight: 900;
  color: #003B6A;
}
body.page-id-23 #page-01 .wrapper a.tel i {
  margin-right: 10px;
}
body.page-id-23 #page-01 .wrapper a.tel p {
  font-weight: 400;
  padding-bottom: 0;
}
body.page-id-23 #page-01 .wrapper .btn-more {
  margin: 0 0;
  text-align: left;
}
body.page-id-23 #page-01 .wrapper .btn-more a i {
  margin-right: 10px;
}
body.page-id-23 #page-01 .wrapper a.tel {
  display: block;
  margin: 0 0;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  body.page-id-19 #page-01 .wrapper .cbox {
    background: #FFFFFF;
    padding: 20px;
    position: relative;
    padding-bottom: 90px;
    max-width: 524px;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox {
    position: absolute;
    content: "";
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 6px;
    font-weight: 500;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox span {
    margin: 0 4px;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox span.hour {
    font-size: 21px;
    font-weight: bold;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox span.price {
    font-size: 23px;
    font-weight: bold;
    color: #003B6A;
    position: relative;
    padding-left: 18px;
    letter-spacing: -0.01em;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox span.price:before {
    position: absolute;
    content: "￥";
    font-size: 21px;
    left: 0;
    bottom: 1px;
  }
}
@media only screen and (max-width: 767px) {
  main.page {
    padding-top: 70px;
  }
  main.page .page-hero {
    position: relative;
    max-height: 180px;
    height: 180px;
    width: 100%;
    margin-top: 0;
    padding: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  main.page .page-hero .mainimg {
    max-width: inherit;
    width: 100%;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
  }
  main.page .page-hero .mainimg h1 {
    font-size: 24px;
    position: relative;
    color: #FFFFFF;
    line-height: 1;
  }
  main.page .page-hero .mainimg .breadBox {
    width: 100%;
    position: relative;
  }
  main.page .page-hero .mainimg .breadBox .wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: inherit;
    text-align: left;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul {
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px 0;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul li {
    display: inline-block;
    text-align: left;
    font-weight: 400;
    position: relative;
    font-size: 13px;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul li:after {
    position: absolute;
    content: "/";
    right: 14px;
    top: 0;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul li a {
    text-decoration: underline;
    padding-right: 30px;
  }
  main.page .page-hero .mainimg .breadBox .wrapper ul li:last-child:after {
    content: "";
  }
  #page-01 .wrapper h2 span[id] {
    scroll-margin-top: 80px;
    position: relative;
    z-index: -1;
  }
  #page-01 .wrapper h2 span[id]:before {
    content: "";
    display: block;
    height: 80px;
    margin-top: -80px;
  }
  #page-01 .wrapper h2 {
    font-family: "Noto Serif JP", "Spectral", serif;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #4B4B4B;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin: 25px auto 30px auto;
    text-align: center;
  }
  #page-01 .wrapper h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 40px;
    height: 3px;
    background: #AA8646;
  }
  #page-01 .wrapper h2.maintit {
    font-size: 21px;
    text-align: left;
    padding-left: 35px;
  }
  #page-01 .wrapper h2.maintit:before {
    position: absolute;
    content: "";
    background: #003B6A;
    width: 25px;
    height: 5px;
    left: 0;
    top: 13px;
  }
  #page-01 .wrapper .wp-block-columns {
    margin-bottom: 2em;
  }
  #page-01 .wrapper .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child) {
    margin-bottom: 2em;
  }
  #page-01 .wrapper h3 {
    line-height: 1.5;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    text-align: left;
    padding: 0 10px 10px 10px;
    border-bottom: 2px solid #AA8646;
    margin: 25px 0 20px 0;
  }
  #page-01 .wrapper h4 {
    font-family: "Noto Serif JP", "Spectral", serif;
    position: relative;
    font-size: 17px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  #page-01 .wrapper h4.subtit {
    font-size: 17px;
    padding: 0 0 15px 0;
    margin-bottom: 50px;
    border-bottom: 2px solid #D0CBC5;
  }
  #page-01 .wrapper h4.subtit:before {
    display: none;
  }
  #page-01 .wrapper h5 {
    position: relative;
    font-size: 16px;
    font-weight: 700px;
    color: #254075;
    padding-left: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    text-align: left;
    border-left: 5px solid #254075;
  }
  #page-01 .wrapper p {
    color: #4B4B4B;
    font-size: 16px;
  }
  #page-01 .wrapper strong {
    font-weight: 900;
    font-size: 120%;
  }
  #page-01 .wrapper .maker strong {
    font-size: 120%;
    letter-spacing: 0.025em;
    background-image: linear-gradient(transparent 60%, pink 60%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #3A3A3A;
  }
  #page-01 .wrapper ul, #page-02 .wrapper ul {
    padding-left: 0;
    margin-left: 0;
  }
  #page-01 .wrapper ul.wp-block-list li, #page-02 .wrapper ul.wp-block-list li {
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 15px;
    list-style: disc;
    margin-left: 20px;
    color: #4B4B4B;
  }
  #page-01 .wrapper ol, #page-02 .wrapper ol {
    padding-left: 0;
    margin-left: 0;
  }
  #page-01 .wrapper ol.wp-block-list li, #page-02 .wrapper ol.wp-block-list li {
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 15px;
    list-style: decimal;
    margin-left: 15px;
    color: #3A3A3A;
  }
  #page-01 .wrapper .cvr-r, #page-02 .wrapper .cvr-r {
    background: #F5EFE4;
    padding: 20px;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
    width: 100%;
  }
  #page-01 .wrapper .cvr-r h3, #page-02 .wrapper .cvr-r h3 {
    margin: 0 0 20px 0 !important;
    border-bottom: 0;
    padding: 0;
    color: #4B4B4B !important;
    line-height: 1.5 !important;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-size: 18px !important;
  }
  #page-01 .wrapper .cvr-r a, #page-02 .wrapper .cvr-r a {
    text-decoration: none;
    margin-bottom: 25px !important;
  }
  #page-01 .wrapper .cvr-r a.tel, #page-02 .wrapper .cvr-r a.tel {
    font-size: 30px;
    font-weight: 900;
  }
  #page-01 .wrapper .cvr-r a.tel i, #page-02 .wrapper .cvr-r a.tel i {
    margin-right: 10px;
  }
  #page-01 .wrapper .cvr-r a.tel p, #page-02 .wrapper .cvr-r a.tel p {
    font-weight: 400;
    padding-bottom: 0;
  }
  #page-01 .wrapper .cvr-r .btn-more, #page-02 .wrapper .cvr-r .btn-more {
    text-align: center;
    margin: 0 auto;
  }
  #page-01 .wrapper .cvr-r .btn-more a, #page-02 .wrapper .cvr-r .btn-more a {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-01 .wrapper .cvr-r .btn-more a i, #page-02 .wrapper .cvr-r .btn-more a i {
    margin-right: 10px;
  }
  #page-01 .wrapper .cvr-r ul, #page-02 .wrapper .cvr-r ul {
    padding-bottom: 0;
  }
  #page-02 .wrapper .entry-box h2 {
    line-height: 1.5;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    text-align: left;
    padding: 0 10px 10px 10px;
    border-bottom: 2px solid #AA8646;
    margin: 25px 0 20px 0;
  }
  #page-02 .wrapper .entry-box h3 {
    font-family: "Noto Serif JP", "Spectral", serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 auto 20px auto;
    letter-spacing: 0.1em;
    text-align: left;
    color: #AA8646;
  }
  #page-02 .wrapper .entry-box h4 {
    position: relative;
    font-size: 21px;
    font-weight: 700px;
    color: #4B4B4B;
    padding-left: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #page-02 .wrapper .entry-box .entry-date {
    text-align: right;
  }
  #page-02 .wrapper .entry-box p {
    line-height: 1.8em;
    font-size: 16px;
    color: #3A3A3A;
  }
  #page-02 .wrapper .entry-box a {
    word-break: break-all;
    overflow-wrap: break-word;
  }
  #page-02 .wrapper .entry-box strong {
    font-size: 120%;
  }
  #toc_container.toc_white {
    width: 100%;
    margin-bottom: 100px;
    border: none;
    position: relative;
    z-index: 1;
  }
  #toc_container.toc_white ul.toc_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
  #toc_container.toc_white ul.toc_list li {
    display: inline-block;
    width: calc(50% - 5px);
    text-align: left;
  }
  #toc_container.toc_white ul.toc_list li a {
    display: block;
    padding: 5px 25px 5px 5px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #003B6A;
  }
  #toc_container.toc_white ul.toc_list li a:after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 10px;
  }
  body.page-id-19 #page-01 .wrapper h2.maintit {
    font-size: 21px;
    text-align: left;
    padding-left: 35px;
    padding-bottom: 0;
  }
  body.page-id-19 #page-01 .wrapper h2.maintit:before {
    position: absolute;
    content: "";
    background: #003B6A;
    width: 25px;
    height: 5px;
    left: 0;
    margin-top: 0;
    top: inherit;
    bottom: 10px;
  }
  body.page-id-19 #page-01 .wrapper h2.course-01, body.page-id-19 #page-01 .wrapper h2.course-02, body.page-id-19 #page-01 .wrapper h2.course-03, body.page-id-19 #page-01 .wrapper h2.course-04, body.page-id-19 #page-01 .wrapper h2.course-05 {
    border-bottom: 0;
    padding: 10px;
    text-align: center;
    margin: 0 auto 30px auto;
    font-weight: bold;
    color: #FFFFFF !important;
    position: relative;
    z-index: 1;
    font-size: 21px;
    font-weight: 500;
  }
  body.page-id-19 #page-01 .wrapper h2.course-01:after, body.page-id-19 #page-01 .wrapper h2.course-02:after, body.page-id-19 #page-01 .wrapper h2.course-03:after, body.page-id-19 #page-01 .wrapper h2.course-04:after, body.page-id-19 #page-01 .wrapper h2.course-05:after {
    display: none;
  }
  body.page-id-19 #page-01 .wrapper h2.course-01 {
    background: #005b7a;
  }
  body.page-id-19 #page-01 .wrapper h2.course-02 {
    background: #536c45;
  }
  body.page-id-19 #page-01 .wrapper h2.course-03 {
    background: #803d51;
  }
  body.page-id-19 #page-01 .wrapper h2.course-04 {
    background: #955d0c;
  }
  body.page-id-19 #page-01 .wrapper h2.course-05 {
    background: #707070;
  }
  body.page-id-19 #page-01 .wrapper .btn-more {
    width: 100%;
    margin-bottom: 2em;
  }
  body.page-id-19 #page-01 .wrapper .btn-more a {
    width: 100%;
    text-decoration: none;
  }
  body.page-id-19 #page-01 .wrapper .btn-more a:hover {
    color: #FFFFFF;
  }
  body.page-id-19 #page-01 .wrapper .desc {
    font-size: 16px;
    color: #003B6A;
    font-weight: 600;
  }
  body.page-id-19 #page-01 .wrapper .mini {
    font-size: 14px;
  }
  body.page-id-19 #page-01 .wrapper .mini span.women {
    position: relative;
    padding-left: 27px;
  }
  body.page-id-19 #page-01 .wrapper .mini span.women:after {
    position: absolute;
    content: "";
    background: url(./assets/images/common/ico_women.svg) no-repeat right top;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    z-index: 1;
    left: 0;
    top: 3px;
  }
  body.page-id-19 #page-01 .wrapper .cbox {
    background: #FFFFFF;
    padding: 15px;
    position: relative;
    padding-bottom: 0;
    max-width: inherit;
  }
  body.page-id-19 #page-01 .wrapper .cbox.women {
    position: relative;
  }
  body.page-id-19 #page-01 .wrapper .cbox.women:after {
    position: absolute;
    content: "";
    background: url(./assets/images/common/ico_women.svg) no-repeat right top;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    z-index: 1;
    right: -15px;
    top: -15px;
  }
  body.page-id-19 #page-01 .wrapper .cbox h3 {
    padding: 0;
    margin: 0 0 15px 0;
    border-bottom: 0;
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    padding: 5px 10px;
  }
  body.page-id-19 #page-01 .wrapper .cbox h4 {
    text-align: left;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-size: 17px;
    margin: 0 0 15px 0;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox {
    position: relative;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox span {
    margin: 0 3px;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox span.hour {
    font-size: 16px;
    font-weight: bold;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox span.price {
    font-size: 20px;
    letter-spacing: -0.025em;
    font-weight: bold;
    color: #003B6A;
    position: relative;
    padding-left: 14px;
  }
  body.page-id-19 #page-01 .wrapper .cbox .pricebox span.price:before {
    position: absolute;
    content: "￥";
    font-size: 15px;
    left: -2px;
    bottom: 1px;
  }
  body.page-id-19 #page-01 .wrapper .course-01-box .cbox {
    border: 1px solid #005b7a;
  }
  body.page-id-19 #page-01 .wrapper .course-01-box .cbox h3 {
    background: #005b7a;
  }
  body.page-id-19 #page-01 .wrapper .course-01-box .cbox h4 {
    color: #005b7a;
  }
  body.page-id-19 #page-01 .wrapper .course-01-box .cbox .pricebox {
    border: 1px solid #005b7a;
    color: #005b7a;
  }
  body.page-id-19 #page-01 .wrapper .course-01-box .cbox .pricebox span {
    color: #005b7a;
  }
  body.page-id-19 #page-01 .wrapper .course-02-box .cbox {
    border: 1px solid #536c45;
  }
  body.page-id-19 #page-01 .wrapper .course-02-box .cbox h3 {
    background: #536c45;
  }
  body.page-id-19 #page-01 .wrapper .course-02-box .cbox h4 {
    color: #536c45;
  }
  body.page-id-19 #page-01 .wrapper .course-02-box .cbox .pricebox {
    border: 1px solid #536c45;
    color: #536c45;
  }
  body.page-id-19 #page-01 .wrapper .course-02-box .cbox .pricebox span {
    color: #536c45;
  }
  body.page-id-19 #page-01 .wrapper .course-03-box .cbox {
    border: 1px solid #803d51;
  }
  body.page-id-19 #page-01 .wrapper .course-03-box .cbox h3 {
    background: #803d51;
  }
  body.page-id-19 #page-01 .wrapper .course-03-box .cbox h4 {
    color: #803d51;
  }
  body.page-id-19 #page-01 .wrapper .course-03-box .cbox .pricebox {
    border: 1px solid #803d51;
    color: #803d51;
  }
  body.page-id-19 #page-01 .wrapper .course-03-box .cbox .pricebox span {
    color: #803d51;
  }
  body.page-id-19 #page-01 .wrapper .course-04-box {
    margin-bottom: 2em;
  }
  body.page-id-19 #page-01 .wrapper .course-04-box .cbox {
    border: 1px solid #955d0c;
  }
  body.page-id-19 #page-01 .wrapper .course-04-box .cbox h3 {
    background: #955d0c;
  }
  body.page-id-19 #page-01 .wrapper .course-04-box .cbox h4 {
    color: #955d0c;
  }
  body.page-id-19 #page-01 .wrapper .course-04-box .cbox .pricebox {
    border: 1px solid #955d0c;
    color: #955d0c;
  }
  body.page-id-19 #page-01 .wrapper .course-04-box .cbox .pricebox span {
    color: #955d0c;
  }
  body.page-id-19 #page-01 .wrapper .obox h3 {
    padding: 5px 10px;
    color: #003B6A;
    border: 2px solid #003B6A;
    text-align: center;
    background: #F5EFE4;
  }
  body.page-id-19 #page-01 .wrapper .obox h4 {
    color: #005b7a;
    text-align: left;
    font-size: 21px;
    margin-bottom: 15px;
  }
  body.page-id-19 #page-01 .wrapper .obox h4 .mini {
    font-size: 80%;
  }
  body.page-id-19 #page-01 .wrapper .obox p:last-child {
    padding-bottom: 0 !important;
  }
  body.page-id-19 #page-01 .wrapper .obox .o-price, body.page-id-19 #page-01 .wrapper .obox .w-price {
    background: #003B6A;
    padding: 5px 10px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 15px;
  }
  body.page-id-19 #page-01 .wrapper .obox .o-price span, body.page-id-19 #page-01 .wrapper .obox .w-price span {
    position: relative;
    padding-left: 38px;
  }
  body.page-id-19 #page-01 .wrapper .obox .o-price span:before, body.page-id-19 #page-01 .wrapper .obox .w-price span:before {
    position: absolute;
    content: "＋￥";
    font-size: 18px;
    left: 0;
    bottom: 2px;
  }
  body.page-id-19 #page-01 .wrapper .obox .w-price {
    background: #803d51 !important;
  }
  body.page-id-19 #page-01 .wrapper .obox strong {
    color: #003B6A;
  }
  body.page-id-19 #page-01 .wrapper .obox table {
    background: none;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
  }
  body.page-id-19 #page-01 .wrapper .obox table th {
    display: table-cell;
    width: 22%;
    font-weight: 600;
    color: #003B6A;
    border: 1px solid #CCCCCC;
    padding: 10px;
    background: rgba(255, 255, 255, 0.45);
    text-align: left;
    border-collapse: collapse;
  }
  body.page-id-19 #page-01 .wrapper .obox table td {
    display: table-cell;
    width: 45%;
    border: 1px solid #CCCCCC;
    padding: 10px;
    background: rgba(255, 255, 255, 0.25);
    border-collapse: collapse;
  }
  body.page-id-19 #page-01 .wrapper .obox table td.price {
    width: 23%;
    color: #003B6A;
    font-weight: 600;
  }
  body.page-id-19 #page-01 .wrapper .wbox h3 {
    padding: 5px 10px;
    color: #803d51;
    border: 2px solid #803d51;
    text-align: center;
    background: #F5EFE4;
    position: relative;
  }
  body.page-id-19 #page-01 .wrapper .wbox h3:after {
    position: absolute;
    content: "";
    background: url(./assets/images/common/ico_women.svg) no-repeat right top;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    z-index: 1;
    right: -15px;
    top: -15px;
  }
  body.page-id-19 #page-01 .wrapper .wbox h4 {
    color: #803d51;
    text-align: left;
    font-size: 21px;
  }
  body.page-id-19 #page-01 .wrapper .wbox h4 .mini {
    font-size: 80%;
  }
  body.page-id-19 #page-01 .wrapper .wbox table {
    background: none;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
  }
  body.page-id-19 #page-01 .wrapper .wbox table th {
    width: 50%;
    font-weight: 600;
    color: #803d51;
    border: 1px solid #CCCCCC;
    padding: 10px;
    background: rgba(255, 255, 255, 0.45);
    text-align: left;
  }
  body.page-id-19 #page-01 .wrapper .wbox table td {
    width: 50%;
    border: 1px solid #CCCCCC;
    padding: 10px;
    background: rgba(255, 255, 255, 0.25);
  }
  body.page-id-19 #page-01 .wrapper .wbox table td.price {
    color: #803d51;
    font-weight: 600;
  }
  body.page-id-12 #page-01 .wrapper h2 {
    letter-spacing: 0;
    font-size: 23px;
  }
  body.page-id-12 #page-01 .wrapper h3.about-tit-01 {
    margin-top: 0;
    padding: 0;
    border-bottom: 0;
    font-size: 14.5px;
    letter-spacing: -0.05em;
    line-height: 1.5em;
    text-align: center;
  }
  body.page-id-12 #page-01 .wrapper h3.about-tit-01 span {
    color: #FFFFFF;
    padding: 3px;
    background: #254075;
  }
  body.page-id-12 #page-01 .wrapper h4 {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
    margin: 15px auto;
  }
  body.page-id-12 #page-01 .wrapper h4.about-tit-02 {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 17px;
    color: #254075;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  body.page-id-12 #page-01 .wrapper p.title {
    font-size: 15px;
    line-height: 1.8;
    font-family: "Noto Serif JP", serif;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: right;
  }
  body.page-id-12 #page-01 .wrapper p.name {
    line-height: 1;
    font-weight: 600;
    color: #AA8646;
    font-size: 21px;
    letter-spacing: 0.05em;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 0;
    text-align: right;
  }
  body.page-id-12 #page-01 .wrapper figure {
    margin-bottom: 0;
  }
  body.page-id-12 #page-01 .wrapper .wp-block-column {
    width: 100%;
    position: static;
  }
  body.page-id-12 #page-01 .wrapper .reverse {
    flex-direction: column-reverse;
  }
  body.page-id-12 #page-01 .about-laurel-box {
    padding: 0 0;
    position: relative;
  }
  body.page-id-12 #page-01 .about-laurel-box:before {
    position: absolute;
    content: "";
    background: url(./assets/images/common/ico_laurel_before.svg) no-repeat left bottom;
    width: 24px;
    height: 80px;
    background-size: contain;
    left: 0;
    bottom: inherit;
    top: 0;
  }
  body.page-id-12 #page-01 .about-laurel-box:after {
    position: absolute;
    content: "";
    background: url(./assets/images/common/ico_laurel_after.svg) no-repeat right bottom;
    width: 24px;
    height: 80px;
    background-size: contain;
    right: 0;
    bottom: inherit;
    top: 0;
  }
  body.page-id-12 #page-01 .about-laurel-box .about-tit-03 {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 auto 15px auto;
    text-align: center;
    font-weight: 700;
    color: #003B6A;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 0 30px;
    border-bottom: 0;
  }
  body.page-id-12 #page-01 .about-laurel-box p {
    margin-bottom: 0;
    padding: 0 0;
  }
  body.page-id-23 #page-01 .wrapper h2.maintit {
    letter-spacing: 0;
  }
  body.page-id-23 #page-01 .wrapper .step-box {
    background: #003B6A;
    padding: 10px;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  body.page-id-23 #page-01 .wrapper .step-box:after {
    position: absolute;
    content: "";
    height: 200px;
    width: 2px;
    background: #003B6A;
    left: 20px;
    top: 100%; /* 親要素の下に出す */
    transform: translateX(-50%);
    z-index: -1;
  }
  body.page-id-23 #page-01 .wrapper .step-box.second:after {
    top: 50%;
    height: 450px;
  }
  body.page-id-23 #page-01 .wrapper .step-box.last:after {
    display: none;
  }
  body.page-id-23 #page-01 .wrapper .step-box .step-num {
    display: inline-block;
    width: 21%;
    padding-right: 5%;
    font-family: "Noto Serif JP", serif;
    border-right: 1px solid #E6F0F8;
  }
  body.page-id-23 #page-01 .wrapper .step-box .step-num span {
    display: block;
    line-height: 1;
  }
  body.page-id-23 #page-01 .wrapper .step-box .step-num span.step {
    font-size: 15px;
    margin-bottom: 4px;
  }
  body.page-id-23 #page-01 .wrapper .step-box .step-num span.num {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  body.page-id-23 #page-01 .wrapper .step-box h3 {
    width: 79%;
    text-align: left;
    margin: 0 0;
    padding: 0 0 0 5%;
    border: 0;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  body.page-id-23 #page-01 .wrapper .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-of-type(even) {
    padding-left: 40px;
  }
  body.page-id-23 #page-01 .wrapper .hospital .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-of-type(even) {
    padding-left: 0;
  }
  body.page-id-23 #page-01 .wrapper h4 {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #003B6A;
  }
  body.page-id-23 #page-01 .wrapper a {
    text-decoration: none;
    color: #003B6A;
    margin-bottom: 50px;
  }
  body.page-id-23 #page-01 .wrapper a.tel {
    font-size: 36px;
    font-weight: 900;
  }
  body.page-id-23 #page-01 .wrapper a.tel i {
    margin-right: 10px;
  }
  body.page-id-23 #page-01 .wrapper a.tel p {
    font-weight: 400;
    padding-bottom: 0;
  }
  body.page-id-23 #page-01 .wrapper ul {
    position: relative;
    left: -40px;
    width: calc(100% + 40px);
  }
  body.page-id-23 #page-01 .wrapper .btn-more {
    margin: 0 0;
    text-align: left;
  }
  body.page-id-23 #page-01 .wrapper .btn-more a i {
    margin-right: 10px;
  }
  body.page-id-23 #page-01 .wrapper a.tel {
    display: block;
    margin: 0 0;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */