@charset "UTF-8";
/*
Theme Name: パーフェクト整体
Description: WordPressテンプレート「パーフェクト整体」
Version: 1.0.0
Author: パーフェクト整体
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

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

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*, :after, :before {
  box-sizing: inherit;
}

* {
  font-size: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

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

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
.alpha {
  font-family: adobe-handwriting-ernie, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.alpha2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.mincho {
  font-family: "Noto Serif JP", serif; /* 400, 700 */
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #333537;
  font-size: 1.6rem;
  /*overflow: hidden;*/
  padding-top: 147px;
}

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

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

a {
  color: #333537;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a img {
  transition: all ease-in-out 0.4s;
}
a img:hover {
  opacity: 0.75;
}

a:hover {
  text-decoration: none;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #333537;
  margin: 2em 0;
}
hr.color-blue {
  background-color: #1f91d0;
}
hr.color-light-blue {
  background-color: #8ac8e7;
}
hr.color-light-brown {
  background-color: #a6937c;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.wide {
  width: 100%;
  max-width: 1162px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.wider {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.inner {
  width: 100%;
  max-width: 1093px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.inner-frame {
  width: 100%;
  max-width: 1093px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
  padding: 4.5em 3.5em;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}

.post-split-frame {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 4.5em 3.5em;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}

.min {
  width: 100%;
  max-width: 1011px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.text-palt {
  font-feature-settings: "palt";
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.text-red {
  color: red;
}

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

.mgt0 {
  margin-top: 0 !important;
}

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.mgt1em {
  margin-top: 1em;
}

.mgt2em {
  margin-top: 2em;
}

.mgt3em {
  margin-top: 3em;
}

.mgt4em {
  margin-top: 4em;
}

.mgt5em {
  margin-top: 5em;
}

.fwb {
  font-weight: 700;
}

.btn {
  font-size: 1.4rem;
  min-width: 265px;
  height: 71px;
  line-height: 71px;
  box-sizing: border-box;
  border: #333537 1px solid;
  background: #fff;
  position: relative;
  display: inline-block;
  border-radius: 5px;
}
.btn::after {
  content: "";
  background: #333537;
  position: absolute;
  z-index: 0;
}
.btn::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  transition: all 0.5s;
}
.btn span {
  display: block;
  position: relative;
  z-index: 2;
  padding-right: 90px;
  padding-left: 35px;
}
.btn span::after {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 32px;
  height: 8px;
  border-bottom: 1px solid #333537;
  border-right: 1px solid #333537;
  transform: skew(45deg) translateY(-50%);
  display: block;
  content: "";
}
.btn:hover {
  color: #fff;
}
.btn:hover::after {
  width: 100%;
}
.btn:hover span::after {
  border-color: #fff;
}
.btn.accent {
  color: #fff;
  background: #a6937c;
}
.btn.accent span::after {
  border-color: #fff;
}

.btn-more {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.4;
  text-align: right;
  color: #333537;
  position: relative;
  box-sizing: border-box;
  padding-right: 106px;
}
.btn-more span {
  display: inline-block;
  position: relative;
  text-align: left;
}
.btn-more span::after {
  display: block;
  width: 106px;
  height: 6px;
  border-bottom: 1px solid #333537;
  border-right: 1px solid #333537;
  transform: skew(45deg);
  content: "";
  position: absolute;
  left: 105%;
  bottom: 5px;
}
.btn-more:hover span::after {
  animation: btn-slide 0.8s;
}

.list-normal {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

@keyframes btn-slide {
  0% {
    width: 0;
  }
  100% {
    width: 106px;
  }
}
@keyframes btn-slide2 {
  0% {
    width: 0;
  }
  100% {
    width: 135px;
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.scpd {
  padding: 6em 0;
}

p {
  text-align: justify;
  text-justify: distribute;
}

table {
  width: 100%;
  background: #fff;
}

.content-left {
  float: left;
}

.content-right {
  float: right;
}

.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  display: none;
}
@keyframes scrollOpen_r {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(-15deg) translateX(-160%);
    transform-origin: center bottom;
  }
}
@keyframes scrollOpen_l {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(15deg) translateX(160%);
    transform-origin: center bottom;
  }
}
/*
//------------------------------------------------
//	Moadules Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  transform: translateX(101%);
}

.marker-animation {
  background-image: linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

#modal {
  -ms-overflow-style: none;
  -webkit-transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: -10;
  width: 100%;
  height: 100%;
  padding: 120px;
  opacity: 0;
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
#modal .flex .item {
  box-sizing: border-box;
  width: 50%;
  padding: 5%;
}
#modal .flex .item.left {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#modal .flex .item.left .ttl {
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.2;
}
#modal .flex .item.left .ttl span {
  color: #1f91d0;
}
#modal .flex .item.left .sub {
  display: inline-block;
  position: relative;
  margin-bottom: 3em;
}
#modal .flex .item.left .sub::after {
  width: 200px;
  height: 1px;
  background: #333537;
  left: 105%;
  content: "";
  display: block;
  position: absolute;
  top: 1.3rem;
}
#modal .flex .item.right ul {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#modal .flex .item.right ul li {
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
  width: 50%;
}
#modal .flex .item.right ul li.full-width {
  width: 100%;
  background: #8ac8e7;
}
#modal .flex .item.right ul li span {
  display: block;
  font-size: 1rem;
  opacity: 0.75;
}
#modal .flex .item.right ul li a {
  padding: 0.5em;
  display: block;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
}
#modal .flex .item.right ul li a:hover {
  background: #8ac8e7;
}
#modal .btns {
  margin-top: 2.5em;
}
#modal .btns .flex-btns a span.ttl {
  font-size: 1.2rem !important;
}

body.opened #modal {
  z-index: 2000;
  display: block;
}

body.opened #modal {
  animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

body.closed #modal {
  animation: modal-closed 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  animation-fill-mode: both;
}

@keyframes modal-open {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modal-closed {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
#top {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
#top .top {
  padding: 14px 0;
}
#top .top .top-inner {
  max-width: 1400px;
  margin: 0 auto;
}
#top .top .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#top .top .flex .logo {
  width: 382px;
  margin-left: 5%;
}
#top .top .flex .contact {
  display: flex;
  gap: 0 1%;
  margin-right: 2.6%;
}
#top .top .flex .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.44em;
  height: 2.22em;
  text-align: center;
  background: #a6937c;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 2.7778em;
}
#top .top .flex .contact a img {
  display: inline-block;
  margin-right: 8px;
  width: 23px;
}
#top .top .flex .contact a:hover {
  background-color: #1f91d0;
}
#top .top .flex .contact a.mailmag {
  background: #8AC8E7;
}
#top .top .flex .contact a.mailmag:hover {
  background: #1f91d0;
}
#top .top .flex .contact .online {
  background-color: #f9ae3b;
}
#top .bottom {
  border-top: #8ac8e7 2px solid;
  border-bottom: #8ac8e7 2px solid;
}
#top .bottom .bottom-inner {
  max-width: 1400px;
  margin: 0 auto;
}
#top .bottom .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#top .bottom .flex .item {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .bottom .flex .item .link {
  width: 100%;
  line-height: 1.4;
  font-weight: 500;
  padding: 0.75em 0;
}
#top .bottom .flex .item .link .small1 {
  font-size: 0.8em;
  font-size: min(0.85vw, 0.8em);
  line-height: 1.4;
  display: inline-block;
  font-weight: 600;
}
#top .bottom .flex .item .parent {
  display: inline-block;
  padding: 14px 25px 14px 0;
  font-weight: 700;
  position: relative;
  background: url(images/icon_chevron_bottom.png) no-repeat right center;
  background-size: 13px 9px;
  /*
  &::after{
  	display: inline-block;
  	position: absolute;
  	right: -25px;
  	top: 5px;
  	width: 13px;
  	height: 9px;
  	background: url(images/icon_envelope_white.svg) no-repeat 0 0;
  }
  */
}
#top .bottom .flex .item ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  perspective: 400px;
}
#top .bottom .flex .item ul li {
  width: 280px;
  text-align: left;
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: 0.3s;
  margin-bottom: 1px;
  font-size: 1.4rem;
  transition: 0s;
}
#top .bottom .flex .item ul li a {
  padding: 0.5em 1em;
  background: #8ac8e7;
  color: #fff;
  display: block;
}
#top .bottom .flex .item ul li a::after {
  display: none !important;
}
#top .bottom .flex .item ul li:nth-child(2) {
  transition-delay: 0.1s;
  transition-delay: 0s;
}
#top .bottom .flex .item ul li:nth-child(3) {
  transition-delay: 0.2s;
  transition-delay: 0s;
}
#top .bottom .flex .item ul li:nth-child(4) {
  transition-delay: 0.3s;
  transition-delay: 0s;
}
#top .bottom .flex .item ul li:nth-child(5) {
  transition-delay: 0.4s;
  transition-delay: 0s;
}
#top .bottom .flex .item ul li:nth-child(6) {
  transition-delay: 0.6s;
  transition-delay: 0s;
}
#top .bottom .flex .item ul li:nth-child(7) {
  transition-delay: 0.8s;
  transition-delay: 0s;
}
#top .bottom .flex .item ul li:hover a {
  background: #1f91d0;
}
#top .bottom .flex .item:hover ul {
  visibility: visible;
}
#top .bottom .flex .item:hover li {
  transform: rotateY(0);
}
#top .bottom .flex .item::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 2em;
  width: 2px;
  background-color: #8ac8e7;
  right: 0;
  border-radius: 9999px;
}
#top .bottom .flex .item:last-child::before {
  display: none;
}

#hero {
  position: relative;
}
#hero::before {
  width: 510px;
  height: 590px;
  background: url(images/shadow.png) no-repeat 0 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -340px;
  z-index: 1;
}
#hero .hero-inner {
  position: absolute;
  width: 71.5%;
  height: calc(100vh - 156px);
  max-height: 952px;
  top: 0;
  right: 0;
}
#hero .hero-inner .ttl {
  padding-left: 6%;
  padding-top: 6em;
  position: relative;
  z-index: 4;
}
#hero .hero-inner .ttl .hero-ttl {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.75);
}
#hero .hero-inner .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hero .hero-inner .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .inner {
  height: calc(100vh - 156px);
  position: relative;
  z-index: 2;
  max-width: 1400px;
}
#hero .inner .box {
  position: absolute;
  padding: 2.5em;
  background: #8ac8e7;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#hero .inner .box p {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}
#hero .hero-content {
  /* max-width: 1400px; */
  /* max-width: 1150px; */
  max-width: 1093px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
#hero .hero-content .hero-top {
  height: 100%;
  position: relative;
  position: relative;
}
#hero .hero-content .hero-top .hero-text-space {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#hero .hero-content .hero-top .hero-text-space .hero-main-ttl {
  font-size: max(22.5px, min(4.688vw, 30px));
  font-size: min(3.35vh, max(22.5px, min(4.688vw, 30px)));
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.656266667em;
}
#hero .hero-content .hero-top .hero-text-space .hero-main-ttl .sp {
  display: none;
}
#hero .hero-content .hero-top .hero-text-space .main-sub-ttl {
  font-size: max(19.6875px, min(4.102vw, 26.25px));
  font-size: min(2.93vh, max(19.6875px, min(4.102vw, 26.25px)));
  font-weight: 500;
  background-color: #8ac8e7;
  max-width: 20.5em;
  width: 100%;
  background: rgb(138, 200, 231);
  background: linear-gradient(90deg, rgb(138, 200, 231) 0%, rgb(138, 200, 231) 80%, rgba(138, 200, 231, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ac8e7",endColorstr="#8ac8e7",GradientType=1);
  line-height: 1.4;
  color: white;
  padding: 0.5em 0.75em;
}
#hero .hero-content .hero-top .hero-text-space .hero-check-list {
  list-style: none;
  font-size: max(18.5625px, min(3.867vw, 24.75px));
  font-size: min(2.76vh, max(18.5625px, min(3.867vw, 24.75px)));
  font-weight: 700;
  margin-left: 0.795474747em;
}
#hero .hero-content .hero-top .hero-text-space .hero-check-list li {
  display: flex;
  align-items: center;
}
#hero .hero-content .hero-top .hero-text-space .hero-check-list img {
  width: 1em;
  margin-right: 0.25em;
}
#hero .hero-content .hero-top .hero-img-space {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
}
#hero .hero-content .hero-top .hero-img-space img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#hero .hero-content .hero-top .hero-img-space .sp {
  display: none;
}
#hero .hero-content .hero-bottom img {
  display: block;
}
#hero .hero-content .hero-bottom .hero-instructor-list {
  list-style: none;
  display: flex;
}
#hero .hero-content .hero-bottom .hero-instructor-list li {
  position: relative;
  font-size: max(13.5px, min(2.813vw, 18px));
}
#hero .hero-content .hero-bottom .hero-instructor-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .hero-content .hero-bottom .hero-instructor-list li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  font-weight: 500;
  padding-left: 0.5em;
  display: inline-block;
}
#hero .hero-content .hero-bottom .hero-instructor-list li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "　";
  width: 100%;
  display: inline-block;
  pointer-events: none;
  background: rgb(68, 63, 59);
  background: linear-gradient(90deg, rgb(68, 63, 59) 0%, rgb(68, 63, 59) 33%, rgba(255, 255, 255, 0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#443f3b",endColorstr="#ffffff",GradientType=1);
  mix-blend-mode: multiply;
}
#hero .hero-content .hero-bottom .hero-banner-box .hero-banner-img.pc {
  margin-top: -5%;
}
#hero .hero-content .hero-bottom .hero-banner-box .hero-banner-img.sp {
  display: none;
}
#hero .hero-content .hero-circle-box {
  font-size: max(24px, min(2.956vw, 32px));
  position: absolute;
  right: -0.5em;
  bottom: 1em;
  width: 5.21108718em;
  height: 5.21108718em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .hero-content .hero-circle-box .hero-circle-img {
  width: 100%;
  height: 100%;
  position: absolute;
}
#hero .hero-content .hero-circle-box .hero-circle-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  position: sticky;
  z-index: 10;
  line-height: 1.3;
  color: white;
  font-size: 0.75em;
}
#hero .hero-content .hero-circle-box .hero-circle-text .big {
  font-size: 1.43589744em;
}

.md-index .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-index .flex .item {
  width: 100%;
  max-width: 314px;
  height: 444px;
  box-sizing: border-box;
  border: #8ac8e7 1px solid;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  background-position: center top;
  position: relative;
  display: block;
}
.md-index .flex .item::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #8ac8e7 transparent;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}
.md-index .flex .item .box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.md-index .flex .item .box .icon {
  text-align: center;
  margin-bottom: 1em;
}
.md-index .flex .item .box .icon span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #8ac8e7;
  border-radius: 50%;
}
.md-index .flex .item .box .ttl {
  color: #1f91d0;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5em;
}

#index-intro .lead-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1f91d0;
  margin-bottom: 0.8em;
  text-align: center;
}
#index-intro .lead-sub {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 6em;
}

.sec-header {
  margin-bottom: 3.5em;
}
.sec-header .en {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: 400;
  color: #a6937c;
  line-height: 1;
  text-transform: capitalize;
}
.sec-header .sec-ttl {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
}

.md-styled-content {
  margin-bottom: 3em;
}
.md-styled-content .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-styled-content .flex .thumb {
  width: 295px;
}
.md-styled-content .flex .txt {
  width: calc(100% - 335px);
}
.md-styled-content .flex .txt .ttl {
  font-size: 2.3rem;
  font-weight: 700;
  color: #a6937c;
  margin-bottom: 5px;
}
.md-styled-content .flex .txt .excerpt {
  font-size: 1.4rem;
  line-height: 1.6;
}

.md-notice {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 1.5em 2em;
  background: #fff;
  border: #1f91d0 1px solid;
}
.md-notice .ttl {
  font-weight: 500;
  text-align: center;
  color: #1f91d0;
  margin-bottom: 0.5em;
}
.md-notice .excerpt {
  font-size: 1.4rem;
  font-weight: 400;
}

.md-information .ttl {
  color: #fff;
  text-align: center;
  background: #1f91d0;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.md-information .txt {
  padding: 2.5em 2em;
  background: #fff;
  border: #1f91d0 1px solid;
}

.md-information-list .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-information-list .flex .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 2em;
  /*
  &:nth-child(4),
  &:nth-child(5),
  &:nth-child(6){
  	margin-bottom: 0;
  }
  */
}
.md-information-list .flex .item:nth-child(3n) {
  margin-right: 0;
}
.md-information-list .flex .item .ttl {
  height: 110px;
  position: relative;
  box-sizing: border-box;
  background: #8ac8e7;
  border-bottom: #c4e3f3 5px solid;
  margin-bottom: 0.5em;
}
.md-information-list .flex .item .ttl span {
  position: absolute;
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.md-information-list .flex .item .excerpt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.md-information-list .flex .item .more {
  text-align: right;
  font-weight: 700;
}
.md-information-list .flex .item .more a {
  display: block;
  color: #1f91d0;
}
.md-information-list .flex .item .more a span {
  display: inline-block;
}
.md-information-list .flex .item .more a span::after {
  content: "";
  width: 9px;
  height: 13px;
  display: inline-block;
  background: url(images/icon_chevron_right.png) no-repeat 0 0;
  margin-left: 10px;
}
.md-information-list .flex .item .more a:hover span {
  text-decoration: underline;
}
.md-information-list .flex .item.bg {
  position: relative;
}
.md-information-list .flex .item.bg img {
  position: absolute;
  right: -1em;
  bottom: -2.5em;
}

#home .md-information-list .flex .item:nth-child(4), #home .md-information-list .flex .item:nth-child(5), #home .md-information-list .flex .item:nth-child(6) {
  margin-bottom: 0;
}

#index-program {
  background: #fff url(images/bg.png) repeat center top;
  position: relative;
}
#index-program::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 483px;
  height: 589px;
  background: url(images/shadow2.png) no-repeat 0 0;
  z-index: 1;
}
#index-program .wide {
  padding: 4.5em 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}
#index-program .index-program-table {
  margin-bottom: 4.5em;
}
#index-program .md-notice {
  margin-bottom: 4.5em;
}
#index-program .md-information {
  margin-bottom: 3.5em;
}

.sec-header-pt2 {
  margin-bottom: 1em;
}
.sec-header-pt2 .sec-ttl {
  line-height: 1;
}
.sec-header-pt2 .sec-ttl span {
  display: inline-block;
  line-height: 1;
}
.sec-header-pt2 .sec-ttl .en {
  font-size: 3.8rem;
}
.sec-header-pt2 .sec-ttl .ja {
  font-size: 1.8rem;
  font-weight: 400;
}

.md-news .row {
  padding: 0.8em 0;
  border-bottom: #1f91d0 1px solid;
}
.md-news .row:first-of-type {
  border-top: #1f91d0 1px solid;
}
.md-news .row .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-news .row .flex time {
  width: 7em;
  font-size: 2rem;
  color: #1f91d0;
}
.md-news .row .flex a {
  font-size: 1.6rem;
  display: block;
  width: calc(100% - 8em);
}
.md-news .row .flex a:hover {
  text-decoration: underline;
}
.md-news .more {
  text-align: right;
  margin-top: 1.5em;
}
.md-news .more a {
  display: inline-block;
  font-weight: 700;
  color: #1f91d0;
}
.md-news .more a::after {
  content: "";
  width: 9px;
  height: 13px;
  display: inline-block;
  background: url(images/icon_chevron_right.png) no-repeat 0 0;
  margin-left: 10px;
}
.md-news .navigation .nav-links {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  font-size: 16px;
  position: relative;
  gap: 0 0.5em;
  margin-top: 4em;
}
.md-news .navigation .nav-links .page-numbers {
  width: 2.1867em;
  height: 2.1867em;
  background-color: white;
  border: 1px solid #1f91d0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #1f91d0;
}
.md-news .navigation .nav-links .page-numbers.current {
  background-color: #1f91d0;
  color: white;
  cursor: default;
}
.md-news .navigation .nav-links .page-numbers.dots {
  background-color: unset !important;
  border-color: unset !important;
  color: #1f91d0 !important;
  cursor: default;
}
.md-news .navigation .nav-links .page-numbers.prev::before, .md-news .navigation .nav-links .page-numbers.next::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 0.75em;
  width: 0.75em;
  background-color: transparent;
  border: 1px solid #1f91d0;
  transition: transform 0.2s ease, border 0.2s ease;
}
.md-news .navigation .nav-links .page-numbers.prev::before {
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  transform-origin: 60% 75%;
}
.md-news .navigation .nav-links .page-numbers.next::before {
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transform-origin: 35% 17%;
}
.md-news .navigation .nav-links .page-numbers:hover {
  background-color: #1f91d0;
  color: white;
}
.md-news .navigation .nav-links .page-numbers:hover.prev::before, .md-news .navigation .nav-links .page-numbers:hover.next::before {
  border: 3px solid white;
}
.md-news .navigation .nav-links .page-numbers:hover.prev::before {
  border-right: none;
  border-top: none;
}
.md-news .navigation .nav-links .page-numbers:hover.next::before {
  border-left: none;
  border-bottom: none;
}

#index-pr {
  display: block;
  --bg-stripes-color: #87c6e5;
  --bg-stripes-color-light: #C3E3F2;
  background-image: linear-gradient(-45deg, var(--bg-stripes-color-light) 15%, var(--bg-stripes-color) 15%, var(--bg-stripes-color) 50%, var(--bg-stripes-color-light) 50%, var(--bg-stripes-color-light) 65%, var(--bg-stripes-color) 65%, var(--bg-stripes-color));
  background-size: min(2.5vw, 20px) min(2.5vw, 20px);
  background-repeat: repeat;
  padding: 3.12em 0;
  overflow: hidden;
}
#index-pr .index-pr-inner {
  background-color: #fffde5;
}
#index-pr p {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
}
#index-pr img {
  opacity: 1;
}
#index-pr .text-area {
  font-size: max(24.05px, min(2.351vw, 37px));
  font-size: 27.75px;
  font-size: max(20.8125px, min(2.034vw, 27.75px));
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#index-pr .text-area .text-item1 {
  font-size: 1em;
  color: #1f91d0;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-left: 0.966216216em;
}
#index-pr .text-area .text-item1::before, #index-pr .text-area .text-item1::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 75%;
  width: 0.07em;
  background-color: #1f91d0;
}
#index-pr .text-area .text-item1::before {
  left: -0.5em;
  transform: translateY(0.075em) rotate(-22.5deg);
}
#index-pr .text-area .text-item1::after {
  right: -0.5em;
  transform: translateY(0.075em) rotate(22.5deg);
}
#index-pr .text-area .text-item2 {
  font-size: 1.5675em;
  line-height: 1;
  background-color: #8ac8e7;
  border-radius: 0.3448em;
  padding: 0.333em 0.8771em;
  margin: 0.312em 0;
  display: flex;
  align-items: center;
}
#index-pr .text-area .text-item2 img {
  height: 0.8596em;
  margin-right: 0.25em;
}
#index-pr .text-area .text-item2 .text-item__small {
  font-size: 0.8793em;
  transform: translateY(0.05em);
}
#index-pr .text-area .text-item3 {
  font-size: 0.7567em;
  color: #a6937c;
}
#index-pr .picture-area {
  width: max(429px, min(41.935vw, 660px));
  width: 495px;
  width: max(371.25px, min(36.29vw, 495px));
  margin-top: -4%;
  margin-right: -2.5%;
  margin-bottom: -15%;
}
#index-pr .picture-area img {
  width: 100%;
}

.md-pr {
  display: flex;
  justify-content: space-between;
}

#site-footer .about {
  padding: 3em 0;
  border-bottom: #8ac8e7 1px solid;
}
#site-footer .about .flex .logo {
  width: 155px;
}
#site-footer .about .flex .txt {
  margin-left: auto;
}
#site-footer .about .flex .txt .ttl {
  line-height: 1.5;
  margin-bottom: 1em;
}
#site-footer .about .flex .txt .addr {
  font-size: 1.4rem;
  line-height: 1.5;
}
#site-footer .nav {
  padding: 3em 0;
}
#site-footer .nav .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.25em;
}
#site-footer .nav .flex a {
  padding: 0 1em;
  position: relative;
  display: flex;
  align-items: center;
}
#site-footer .nav .flex a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 1em;
  background-color: #333537;
}
#site-footer .nav .flex dl dt a:hover {
  text-decoration: underline;
}
#site-footer .nav .flex dl dd a {
  display: block;
  font-size: 1.4rem;
}
#site-footer .nav .flex dl dd a:hover {
  text-decoration: underline;
}
#site-footer .nav .flex dl:last-child a::before {
  display: none;
}
#site-footer .links .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  gap: 0 50px;
}
#site-footer .links .flex .item {
  width: 30%;
}
#site-footer .links .flex .item a {
  display: block;
  border: #1f91d0 2px solid;
  padding: 1em 1em 0.7em 1em;
  color: #1f91d0;
  position: relative;
}
#site-footer .links .flex .item a::after {
  content: "";
  width: 9px;
  height: 13px;
  background: url(images/icon_chevron_right.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5em;
}
#site-footer .links .flex .item a .table {
  width: 100%;
}
#site-footer .links .flex .item a .table .th {
  width: 61px;
  vertical-align: middle;
}
#site-footer .links .flex .item a .table .th span {
  width: 61px;
  height: 61px;
  line-height: 60px;
  text-align: center;
  background: #8ac8e7;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
#site-footer .links .flex .item a .table .th span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  content: "";
}
#site-footer .links .flex .item a .table .td {
  font-size: 2rem;
  padding-left: 0.7em;
  padding-right: 0.7em;
  vertical-align: middle;
  font-weight: 700;
}
#site-footer .links .flex .item a .table .td span {
  font-size: 2.4rem;
}
#site-footer .links .flex .item a:hover {
  color: #fff;
  background: #1f91d0;
}
#site-footer .links .flex .item a:hover::after {
  background-image: url(images/icon_chevron_right_white.png);
}
#site-footer .links .flex .item a:hover .table .th span {
  background: #fff;
}
#site-footer .links .flex .item:nth-child(1) a .table .th span::after {
  width: 40px;
  height: 39px;
  background: url(images/icon_blog.png) no-repeat 0 0;
}
#site-footer .links .flex .item:nth-child(1) a:hover .table .th span::after {
  background-image: url(images/icon_blog_hover.png);
}
#site-footer .links .flex .item:nth-child(2) a .table .th span::after {
  width: 38px;
  height: 28px;
  background: url(images/icon_book.png) no-repeat 0 0;
}
#site-footer .links .flex .item:nth-child(2) a:hover .table .th span::after {
  background-image: url(images/icon_book_hover.png);
}
#site-footer .links .flex .item:nth-child(3) a .table .th span::after {
  width: 42px;
  height: 37px;
  background: url(images/icon_faq.png) no-repeat 0 0;
}
#site-footer .links .flex .item:nth-child(3) a:hover .table .th span::after {
  background-image: url(images/icon_faq_hover.png);
}
#site-footer .bottom {
  padding: 3em 0;
}
#site-footer .bottom .flex .navi {
  font-size: 1.4rem;
}
#site-footer .bottom .flex .navi a {
  display: inline-block;
}
#site-footer .bottom .flex .navi a::after {
  content: "|";
  display: inline-block;
  margin: 0 1em;
}
#site-footer .bottom .flex .navi a:hover {
  text-decoration: underline;
}
#site-footer .bottom .flex .navi a:last-child::after {
  display: none;
}
#site-footer .bottom .flex .address {
  margin-left: auto;
  font-size: 1.2rem;
  text-align: right;
}
#site-footer .bottom .flex .address address {
  font-style: normal;
}

.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 1.5em 0;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h2 {
  font-size: 2rem;
  padding: 0.5em 0;
  border-top: #1f91d0 2px solid;
  border-bottom: #1f91d0 2px solid;
}
.sentry h3 {
  padding: 0.5em;
  background: #C4E3F3;
  font-size: 1.8rem;
}
.sentry h4 {
  font-size: 1.8rem;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #1f91d0;
  font-size: 6rem;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: disc;
  padding-left: 1.2em;
}
.sentry ol {
  padding-left: 1.2em;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #f2f2f2;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dl dd {
  padding-left: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}
.sentry .thumb {
  margin-bottom: 2.5em;
  text-align: center;
}
.sentry .md-styled-layout {
  margin-bottom: 2.5em;
}
.sentry .md-styled-layout .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.sentry .md-styled-layout .flex .left,
.sentry .md-styled-layout .flex .right {
  width: 47.5%;
}

.single-header {
  padding: 15px 30px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  border-left: 3px solid #1f91d0;
}
.single-header .cat, .single-header .tag {
  margin-bottom: 0.5em;
}
.single-header .cat a, .single-header .tag a {
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 0;
  background-color: #1f91d0;
  color: #fff;
  font-size: 1.2rem;
}
.single-header .tag a {
  background-color: #C4E3F3;
  color: #333537;
}
.single-header .single-ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
}
.single-header .single-time {
  color: #1c1d1e;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2rem;
}

#subpage #main {
  background: #fff url(images/bg.png) repeat center top;
  padding: 4.5em 0;
}
#subpage #main .sec-header .en {
  color: #1f91d0;
}
#subpage #main.no-bg {
  background: #fff;
  padding-bottom: 0;
}

#sub-hero {
  height: 450px;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#sub-hero .inner {
  height: 450px;
  position: relative;
}
#sub-hero .box {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}
#sub-hero .box .sec-header .en {
  color: #fff;
  line-height: 1;
  text-align: start;
}
#sub-hero .box .sec-header .sec-ttl {
  color: #fff;
  line-height: 1.4;
  text-align: start;
}
#sub-hero.bg-grad::before {
  --bg-grad-color:	rgba(205,205,205,1);
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  z-index: 1;
  background: var(--bg-grad-color);
  background: linear-gradient(90deg, var(--bg-grad-color) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cdcdcd",endColorstr="#ffffff",GradientType=1);
}
#sub-hero.bg-grad.bg-grad__blue::before {
  --bg-grad-color: #6173b6;
}
#sub-hero.bg-grad.bg-grad__light-blue::before {
  --bg-grad-color: #8ac8e7;
}
#sub-hero.bg-grad.bg-grad__brown::before {
  --bg-grad-color: #A4917C;
}
#sub-hero.bg-grad.bg-grad__pink::before {
  --bg-grad-color: #F3A3C6;
}
#sub-hero.bg-grad.bg-grad__purple::before {
  --bg-grad-color: #9270B0;
}
#sub-hero.bg-grad.bg-grad__green::before {
  --bg-grad-color: #66BF97;
}
#sub-hero.bg-grad.bg-grad__yellow::before {
  --bg-grad-color: #F7A73C;
}
#sub-hero.bg-grad.bg-grad__orange::before {
  --bg-grad-color: #eca479;
}
#sub-hero .bg-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  z-index: 0;
  background-position: top 50% left 50%;
  background-size: cover;
}
#sub-hero.for-beginner .bg-img {
  width: 736px;
  background-position: top 65% left 50%;
}

.md-filter {
  box-sizing: border-box;
  margin-bottom: 3em;
  position: relative;
  background: #f8f8f8;
}
.md-filter .item {
  text-align: left;
  padding: 3rem 4rem;
  width: 50%;
}
.md-filter .item .select {
  width: 100%;
}
.md-filter .item .select > div {
  display: table-cell;
  vertical-align: middle;
}
.md-filter .item .select .form-select {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  position: relative;
  border: solid 1px #EDEDED;
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 1.7;
}
.md-filter .item .select .form-select .label {
  color: #7E7E7E;
  position: absolute;
  padding: 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.md-filter .item .select .form-select:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  display: block;
  width: 13px;
  height: 9px;
  background: url(images/icon_chevron_bottom.png) no-repeat 0 0;
  margin-top: -0.4rem;
}
.md-filter .item .select .form-select select {
  display: block;
  width: 100%;
  height: 4rem;
  margin: 0;
  padding: 0 1rem;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.md-filter .item .select__ttl {
  width: 10rem;
}

.white-frame {
  background: #fff;
}

.yellow-frame {
  background-color: #FFF7EC;
}

.pink-frame {
  background-color: #FCEDF3;
}

.green-frame {
  background-color: #e8f6f0;
}

.orange-frame {
  background-color: #fdf0eb;
}

.brown-frame {
  background-color: #f2efec;
}

.content-header {
  margin-bottom: 3.5em;
}
.content-header .en {
  text-align: center;
  color: #1f91d0;
  font-size: 2.4rem;
}
.content-header .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
.content-header .ttl .ttl-small {
  font-size: 0.78125em;
  font-weight: 500;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.content-header .ttl .ttl-top {
  font-size: 0.7187em;
  font-size: max(0.7187em, 1.6rem);
}
.content-header .ttl.ttl--bottom-border {
  position: relative;
  margin-bottom: 0.45em;
}
.content-header .ttl.ttl--bottom-border::before {
  content: "";
  width: 3.3702em;
  height: 4px;
  background-color: #8ac8e7;
  position: absolute;
  top: calc(100% + 0.25em);
  left: 50%;
  transform: translateX(-50%);
}
.content-header .sub-ttl {
  text-align: center;
  font-size: 2.2rem;
}
.content-header .sub-ttl .sub-text {
  font-size: 0.75em;
}
.content-header .sub-ttl.sp {
  display: none;
}
.content-header .ttl + .sub-ttl {
  margin-top: 1.5em;
}

.content-row.no-mgb {
  margin-bottom: 0;
}
.content-row .excerpt {
  line-height: 2.4;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
.content-row .excerpt .big {
  font-size: 1.0454em;
  font-weight: 700;
}
.content-row .excerpt .excerpt--size1, .content-row .excerpt.excerpt--size1 {
  font-size: 1.375em;
}
.content-row .excerpt .excerpt--size2, .content-row .excerpt.excerpt--size2 {
  font-size: 1.5em;
}
.content-row .excerpt .link {
  text-decoration: underline;
  transition: opacity 0.2s;
}
.content-row .excerpt .link:hover {
  opacity: 0.65;
}
.content-row .excerpt .excerpt--borderline {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #8ac8e7 50%);
}
.content-row .excerpt .excerpt--borderline.excerpt--borderline-yellow {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fff237 50%);
}
.content-row .counter {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
  background: #f5faff;
  margin-bottom: 2em;
}
.content-row .counter li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.content-row .counter li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #5c9ee7;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  transform: translateY(-50%);
}
.content-row .thumb {
  text-align: center;
  margin-bottom: 2.5em;
}
.content-row .thumb.m-width-400 img {
  max-width: 400px;
}
.content-row .btn-list .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.content-row .btn-list .flex a,
.content-row .btn-list .flex span {
  display: block;
  width: 45%;
  box-sizing: border-box;
  padding: 1em;
  border: #1f91d0 2px solid;
  background: #8ac8e7;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  margin: 0 10px;
}
.content-row .btn-list .flex a:hover {
  background: #1f91d0;
}
.content-row .btn-simple {
  background-color: #6173b6;
  border: 1px solid #6173b6;
  border-radius: 0.8695em;
  max-width: 13.0434783em;
  width: 75%;
  line-height: 1em;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 0;
  margin: 4.5em auto 3em;
  transition: background-color 0.2s, color 0.2s;
}
.content-row .btn-simple:hover {
  background-color: white;
  color: #6173b6;
}
.content-row .btn-simple.btn-simple__pink {
  background-color: #f2a3c5;
  border-color: #f2a3c5;
}
.content-row .btn-simple.btn-simple__pink:hover {
  background-color: white;
  color: #f2a3c5;
}
.content-row .btn-simple.btn-simple__brown {
  background-color: #A4917C;
  border-color: #A4917C;
}
.content-row .btn-simple.btn-simple__brown:hover {
  background-color: white;
  color: #A4917C;
}
.content-row .btn-simple.btn-simple__green {
  background-color: #66BF97;
  border-color: #66BF97;
}
.content-row .btn-simple.btn-simple__green:hover {
  background-color: white;
  color: #66BF97;
}
.content-row .btn-simple.btn-simple__purple {
  background-color: #9270B0;
  border-color: #9270B0;
}
.content-row .btn-simple.btn-simple__purple:hover {
  background-color: white;
  color: #9270B0;
}
.content-row .btn-simple.btn-simple__yellow {
  background-color: #F7A73C;
  border-color: #F7A73C;
}
.content-row .btn-simple.btn-simple__yellow:hover {
  background-color: white;
  color: #F7A73C;
}
.content-row .btn-simple img {
  height: 1em;
  margin-right: 0.25em;
}
.content-row .sub {
  font-size: 1.8rem;
  padding: 0.5em 1em;
  background: #C4E3F3;
  margin-bottom: 1.5em;
}
.content-row .list {
  border: solid 2px #8ac8e7;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-bottom: 2em;
}
.content-row .list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  list-style-type: none !important;
}
.content-row .list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left: 1em;
  color: #8ac8e7;
  font-weight: 900;
}
.content-row .banner {
  width: 100%;
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.content-row .banner img {
  width: 100%;
}
.content-row .table {
  overflow: auto;
  display: block;
}
.content-row .table .table-inner {
  min-width: 47.75em;
}
.content-row .table .table-inner table {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: white;
}
.content-row .table .table-inner table tr th, .content-row .table .table-inner table tr td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 0.7em 0.5em;
  line-height: 1.6;
}
.content-row .table .table-inner table tr th {
  color: white;
  white-space: nowrap;
  font-weight: 700;
  background-color: #8ac8e7;
}
.content-row .table .table-inner.table--minw-480 {
  min-width: 30em;
}
.content-row .table .table-inner.table--minw-764 {
  min-width: 47.75em;
}
.content-row .table .table-inner.table--minw-none {
  min-width: unset;
}
.content-row .table.table--764 {
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
}
.content-row .table.table--25p table tr th, .content-row .table.table--25p table tr td {
  width: 25%;
  text-align: center;
}
.content-row .title4 {
  font-size: 1.875em;
  background-color: #a4917c;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  padding: 0.375em 0.5em;
  color: white;
  margin-top: 2em;
  margin-bottom: 2em;
}
.content-row .note-box {
  display: flex;
  justify-content: center;
  background-color: #a38f7c;
  color: white;
  border-radius: 20px;
  margin-bottom: 2em;
  line-height: 2.4;
}
.content-row .note-box .note-list {
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  font-size: 1em;
  padding: 1.4em 1em 1.6em;
}
.content-row .note-box .note-list .note-item {
  text-indent: -1em;
  padding-left: 1em;
}
.content-row .note-box .note-list .note-item .emphasis {
  color: #ffe400;
  position: relative;
  background-image: url("./images/icon-wave.svg");
  background-repeat: repeat-x;
  background-size: 1.2em 1em;
  display: inline-block;
  background-position: 0em 1.5em;
  padding-left: 1em;
}
.content-row .note-box .note-list.indent-4 .note-item {
  text-indent: -4em;
  padding-left: 4em;
}
.content-row .note-box.note-box__pink {
  background-color: #FCEDF3;
  color: #333537;
  line-height: inherit;
}
.content-row .border-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 7px solid rgba(164, 145, 124, 0.2);
  border-radius: 20px;
  padding: 4.5em 5% 4em;
}
.content-row .border-box .ttl {
  position: absolute;
  top: 0;
  transform: translateY(calc(-50% - 3.5px));
  background-color: #A4917C;
  border-radius: 9999px;
  line-height: 1;
  padding: 0.5em;
  font-size: 1.5em;
  max-width: 8.327375em;
  width: 100%;
  text-align: center;
  color: white;
}
.content-row .border-box .ttl.width-long {
  max-width: 14.9442156em;
}
.content-row .border-box .ttl2 {
  font-size: 1.75em;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  color: #a6937c;
  margin-bottom: 0.75em;
}
.content-row .border-box .text {
  text-align: center;
  font-size: 1.375em;
  font-weight: 500;
  font-feature-settings: "palt";
}
.content-row .border-box .text .color2 {
  color: red;
}
.content-row .border-box .flex {
  width: 100%;
  margin-top: 3.5em;
}
.content-row .border-box .border-box {
  width: 100%;
  border-width: 1px;
  border-color: #f9ae3b;
  background-color: #f9ae3b;
  padding: 2.5em 1.25% 2em;
  color: white;
}
.content-row .border-box .border-box .ttl {
  font-size: 1.25em;
  background-color: white;
  color: #f9ae3b;
  border: 1px solid #f9ae3b;
  transform: translateY(calc(-50% - 0.5px));
}
.content-row .border-box .border-box .text {
  font-size: 1.1em;
}
.content-row .border-box .border-box .text .emphasis {
  font-size: 1.1304em;
  color: white;
  font-weight: 700;
}
.content-row .border-box .border-box + .border-box {
  margin-left: 2.5%;
  margin-top: 0;
}
.content-row .border-box + .border-box {
  margin-top: 5em;
}
.content-row .border-box.activity-content-02 .img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content-row .border-box.activity-content-02 .img img {
  max-width: 21em;
  width: 90%;
  margin-top: 2.5em;
}
.content-row .border-box.activity-content-04 {
  font-size: 1.125em;
}
.content-row .border-box.activity-content-04 .img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content-row .border-box.activity-content-04 .img img {
  max-width: 34.907452em;
  width: 90%;
  margin-top: 2.5em;
}
.content-row .border-box.activity-content-04 .img img.sp {
  display: none;
}
.content-row .border-box.border-box--simple {
  border: 1px solid #66BC93;
}
.content-row .border-box.border-box--simple .ttl {
  transform: translateY(calc(-50% - 0.5px));
  background-color: unset;
  color: #66BC93;
  max-width: unset;
  width: auto;
  background-color: white;
}
.content-row .flex-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 486.75px;
}
.content-row .flex-list li {
  width: -moz-fit-content;
  width: fit-content;
}
.content-row .flex-list .full-width {
  width: 100%;
}
.content-row .flex-list .text-center {
  text-align: center;
}
.content-row .flex-list .spacer {
  width: 100%;
  display: inline-block;
}
.content-row .flex-list .item {
  display: flex;
}
.content-row .flex-list .item .item-head {
  white-space: nowrap;
}
.content-row .flex-list .item4 {
  margin-right: 1.2em;
}
.content-row .flex-list .item5 {
  display: flex;
}
.content-row .voice-box {
  display: flex;
  justify-content: space-between;
  max-width: 809.372429px;
  width: 100%;
  margin: 0 auto;
}
.content-row .voice-box .img-box {
  max-width: 178.74285px;
  width: 24.76%;
}
.content-row .voice-box .text {
  width: 69.68%;
}
.content-row .border-box2 {
  font-weight: 500;
  text-align: center;
  line-height: 2;
  border: 2px solid #FCEDF3;
  border-radius: 0.80025em;
  padding: 1em;
}
.content-row .border-box3 {
  font-weight: 500;
  text-align: center;
  line-height: 2;
  border: 2px solid #f2a3c5;
  border-radius: 0.80025em;
  padding: 2.45em 1em 2em;
  margin-bottom: 2em;
  margin-top: 4em;
  position: relative;
}
.content-row .border-box3 .border-box3__ttl {
  color: white;
  font-weight: 400;
  line-height: 1.4;
  max-width: 21.1em;
  width: 90%;
  padding: 0.75em 1em;
  background-color: #f2a3c5;
  top: 0;
  left: 50%;
  position: absolute;
  display: inline-block;
  transform: translate(-50%, -50%);
}
.content-row .border-box3 .border-box3__list {
  text-align: start;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-row .border-box3 .border-box3__list .border-box3__list-item {
  text-indent: -3.1em;
  margin-left: 3.1em;
}
.content-row .border-box3 .border-box3__center {
  display: flex;
  justify-content: center;
}
.content-row .instructors-voice {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6667em;
}
.content-row .instructors-voice .instructors-voice__item {
  background-color: white;
  list-style: none;
  position: relative;
  padding: 2.38888889em 1.652em 1.6667em;
  margin-bottom: 3.1em;
}
.content-row .instructors-voice .instructors-voice__item .instructors-voice__item-img {
  width: 3.35354444em;
  height: auto;
  position: absolute;
  right: 0;
  bottom: -3.0883em;
}
.content-row .instructors-voice .instructors-voice__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% - 1px);
  right: 3.88888889em;
  height: 1.46666667em;
  width: 1.36111111em;
  clip-path: polygon(0 0, 100% 100%, 80% 0);
  background-color: white;
}
.content-row .title2 {
  font-size: 1.75em;
  font-weight: 500;
  text-align: center;
  color: #a6937c;
  margin-bottom: 0.5em;
}
.content-row .title2.title2--black {
  color: #333537;
}
.content-row .btn2 {
  font-size: 1.25em;
  color: white;
  line-height: 1.4;
  padding: 0.75em 1em;
  background-color: #a6937c;
  border: 1px solid #a6937c;
  border-radius: 9999px;
  font-weight: 500;
  margin: 0 auto 2em;
  text-align: center;
  max-width: 24em;
  display: flex;
  justify-content: center;
}
.content-row .btn2.btn2--blue {
  background-color: #8ac8e7;
  border-color: #8ac8e7;
}
.content-row .btn2:hover {
  background-color: white;
  color: #a6937c;
}
.content-row .btn2:hover.btn2--blue {
  background-color: white;
  color: #8ac8e7;
}
.content-row .btn3 {
  font-size: 1.25em;
  color: #333537;
  line-height: 1.4;
  padding: 0.75em 1em;
  font-weight: 500;
  margin: 0 auto 2em;
  text-align: center;
  max-width: 24em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  position: relative;
}
.content-row .btn3::before, .content-row .btn3::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  min-width: 1.25em;
  min-height: 1.25em;
  position: absolute;
  right: 1.5em;
  transition: background-color 0.2s, border-color 0.2s;
}
.content-row .btn3::after {
  border-radius: 50%;
  background-color: #333537;
  z-index: 10;
}
.content-row .btn3::before {
  transform: rotate(135deg) scale(0.5) translate(-12.5%, 12.5%);
  border-right: 0.1875em solid white;
  border-top: 0.1875em solid white;
  z-index: 11;
}
.content-row .border-box4 {
  font-weight: 500;
  text-align: center;
  line-height: 2;
  border: 2px dashed #a6937c;
  border-radius: 0.80025em;
  padding: 2.5em 1em;
  margin-bottom: 2em;
  position: relative;
}
.content-row .border-box4 .border-box4__ttl {
  text-align: center;
  line-height: 1.4;
  color: #a6937c;
  margin-bottom: 1em;
}
.content-row .border-box4 .border-box4__letter {
  text-align: center;
}
.content-row .letter2 {
  text-align: center;
  color: #a6937c;
  font-weight: 600;
  font-size: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-row .letter2 .letter2-text {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0.5em;
}
.content-row .letter2 .letter2-text::before, .content-row .letter2 .letter2-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1.5em;
  width: 1px;
  background-color: #a6937c;
}
.content-row .letter2 .letter2-text::before {
  left: 0;
  transform: rotate(-22.5deg);
}
.content-row .letter2 .letter2-text::after {
  right: 0;
  transform: rotate(22.5deg);
}
.content-row .circle-list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  max-width: 764px;
  margin: 0 auto 2em;
}
.content-row .circle-list .circle-list__item {
  padding-top: 100%;
  position: relative;
  list-style: none;
}
.content-row .circle-list .circle-list__item .circle-list__item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-row .circle-list .circle-list__item .circle-list__item-inner .circle-list__item-head {
  color: #66bf97;
  font-weight: 500;
}
.content-row .circle-list .circle-list__item .circle-list__item-inner .circle-list__item-letter {
  text-align: center;
  font-weight: 500;
}
.content-row .letter3 {
  text-align: center;
}
.content-row .border-box5 {
  text-align: center;
  line-height: 2;
  border-radius: 0.80025em;
  padding: 2.45em 1em 2em;
  position: relative;
  background-color: white;
}
.content-row .title3 {
  font-size: 1.1818em;
  border-bottom: 2px solid #8ac8e7;
  margin-bottom: 2em;
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-row .title3 .title3__text {
  background-color: #8ac8e7;
  color: white;
  margin-bottom: -1px;
  padding: 0.25em 1em;
  border-radius: 0.5em 0.5em 0 0;
}
.content-row .list2 {
  list-style: none;
}
.content-row .list2 .list2__item {
  position: relative;
  padding-left: 2em;
  margin-left: 2em;
  display: flex;
  align-items: baseline;
}
.content-row .list2 .list2__item::before, .content-row .list2 .list2__item::after {
  content: "";
  display: inline-block;
  background-color: #8ac8e7;
  position: absolute;
  left: 0;
}
.content-row .list2 .list2__item::before {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  top: 0.4em;
  transform: translateX(-50%);
}
.content-row .list2 .list2__item::after {
  width: 1px;
  height: 100%;
  top: 0;
  transform: translate(-50%, 1em);
}
.content-row .list2 .list2__item .list2__item-content {
  margin-bottom: 2em;
}
.content-row .list2 .list2__item .list2__item-content .list2__item-content-head {
  font-size: 1.1em;
  color: #8ac8e7;
}
.content-row .list2 .list2__item .list2__item-content .list2__item-content-title {
  font-size: 1.0909em;
  font-weight: 500;
  line-height: 1.4;
}
.content-row .list2 .list2__item .list2__item-content .list2__item-content-title2 {
  font-size: 1.125em;
  font-weight: 500;
  color: #8ac8e7;
  line-height: 1.4;
  margin: 1em 0 1.4em;
}
.content-row .list2 .list2__item .list2__item-content .list2__item-content-box {
  background-color: #e7f4fa;
  border-radius: 0.5em;
  padding: 2.7em 2em 1em;
  position: relative;
}
.content-row .list2 .list2__item .list2__item-content .list2__item-content-box .list2__item-content-box-title {
  line-height: 1.4;
  color: white;
  padding: 0.5em 0.75em;
  background-color: #8ac8e7;
  display: inline-block;
  border-radius: 0.5em;
  position: absolute;
  top: -0.4em;
  left: -0.75em;
}
.content-row .list2 .list2__item .list2__item-content .list2__item-content-box + .list2__item-content-box {
  margin-top: 2em;
}
.content-row .list2 .list2__item:last-child::after {
  display: none;
}
.content-row .list2 .list2__item:last-child .list2__item-content {
  margin-bottom: 0;
}
.content-row .list3 {
  font-size: 1.125em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  list-style: none;
  margin-top: 3em;
}
.content-row .list3 .list3__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.content-row .list3 .list3__item .list3__item-baloon {
  text-align: center;
  line-height: 1.4;
  color: white;
  width: 100%;
  background-color: #8ac8e7;
  padding: 0.5em 1em;
  margin-bottom: 1.2em;
  position: relative;
  left: 0;
  border-radius: 1.3889em;
  min-height: 3.45216667em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-row .list3 .list3__item .list3__item-baloon::before {
  content: "";
  position: absolute;
  bottom: -1.3em;
  left: 1em;
  display: inline-block;
  width: 1.72415em;
  height: 1.72415em;
  background-color: #8ac8e7;
  clip-path: polygon(80% 0, 0 0, 100% 100%);
}
.content-row .list3 .list3__item .list3__item-letter {
  background-color: #ede9e5;
  border: 1px solid #ede9e5;
  color: #a6937c;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  transition: opacity 0.2s;
}
.content-row .list3 .list3__item .list3__item-letter:hover {
  opacity: 0.65;
}
.content-row .triangle {
  width: 5.5792em;
  height: 2.72546818em;
  background-color: #a6937c;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  margin: 2em auto;
}
.content-row .border-box6 {
  font-weight: 500;
  line-height: 2;
  border: 1px solid #f29a76;
  border-radius: 0.80025em;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  margin-top: 2em;
}
.content-row .border-box6 .border-box6__title {
  font-size: 1.75em;
  color: white;
  text-align: center;
  line-height: 1.4;
  background-color: #f29a76;
  padding: 0.5em 0;
}
.content-row .border-box6 .border-box6__content {
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  padding: 1em;
}
.content-row .border-box6 .border-box6__content .border-box6__content-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.content-row .border-box6 .border-box6__content .border-box6__content-list .border-box6__content-list-item {
  position: relative;
  display: flex;
  align-items: baseline;
}
.content-row .border-box6 .border-box6__content .border-box6__content-list .border-box6__content-list-item::before {
  content: "";
  width: 1em;
  height: 1em;
  min-width: 1em;
  min-height: 1em;
  border-radius: 0.25em;
  border: 2px solid #5e5e5e;
  display: inline-block;
  margin-right: 0.5em;
}
.content-row .border-box6 .border-box6__content .border-box6__content-list .border-box6__content-list-item::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.70749em;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDIwLjc2IDE0LjY5Ij4gPGRlZnM+IDxzdHlsZT4gLmNscy0xIHsgZmlsbDogI2E0OTE3YzsgfSA8L3N0eWxlPiA8L2RlZnM+IDxnIGlkPSJf44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+IDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuODEsMTQuNjlzLS4wOSwwLS4xMywwYy0uNDEtLjA0LS43OC0uMjUtMS4wMi0uNThMLjI3LDYuNjljLS40Ni0uNjMtLjMyLTEuNTIuMzEtMS45OC42My0uNDYsMS41Mi0uMzIsMS45OC4zMWw0LjQ0LDYuMUwxOC4zNi4zOWMuNTctLjU0LDEuNDctLjUxLDIuMDEuMDYuNTQuNTcuNTEsMS40Ny0uMDYsMi4wMUw3Ljc4LDE0LjNjLS4yNi4yNS0uNjEuMzktLjk3LjM5WiIvPiA8L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.3em;
  top: 0.5em;
}
.content-row .border-box6 .border-box6__content .border-box6__content-list .border-box6__content-list-item + .border-box6__content-list-item {
  margin-top: 0.5em;
}
.content-row .border-box6.border-box6--pink {
  border-color: #f2a3c5;
}
.content-row .border-box6.border-box6--pink .border-box6__title {
  background-color: #f2a3c5;
}
.content-row .border-box7 {
  font-weight: 500;
  line-height: 2;
  border-radius: 0.80025em;
  margin: 7.5em 0 2em;
  padding: 3em 1em;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.content-row .border-box7 .border-box7__title {
  font-size: 1.75em;
  line-height: 1.4;
  color: white;
  padding: 0.312em 1em;
  background-color: #f29a76;
  border-radius: 0.5em 0.5em 0 0;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}
.content-row .border-box7 .border-box7__title2 {
  color: #a6937c;
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.content-row .border-box7 .border-box7__letter {
  font-size: 1.125em;
  text-align: center;
  margin-bottom: 2em;
}
.content-row .border-box7 .border-box7__desc {
  font-size: 1.125em;
  display: flex;
  justify-content: center;
}
.content-row .border-box7 .border-box7__desc .border-box7__desc-inner {
  display: flex;
  gap: 1em;
}
.content-row .border-box7 .border-box7__desc .border-box7__desc-inner .border-box7__desc-img {
  width: 6.66592727em;
  height: auto;
}
.content-row .voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  list-style: none;
}
.content-row .voice-list .voice-list__item {
  padding: 2em 1em;
  border-radius: 1em;
  border: 1px solid #a4917c;
  position: relative;
  margin-bottom: 3.1839em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-row .voice-list .voice-list__item .voice-list__item-letter {
  text-align: center;
}
.content-row .voice-list .voice-list__item .voice-list__item-img {
  width: 3.28572778em;
  height: auto;
  position: absolute;
  bottom: -3.1839em;
  right: 0.7211em;
}
.content-row .circle-list2 {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
  margin: 0 auto 2em;
}
.content-row .circle-list2 .circle-list2__item {
  padding-top: 100%;
  position: relative;
  list-style: none;
}
.content-row .circle-list2 .circle-list2__item .circle-list2__item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #8ac8e7;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content-row .circle-list2 .circle-list2__item .circle-list2__item-inner .circle-list2__item-head {
  font-size: 2.25em;
  line-height: 1;
  color: white;
  font-weight: 500;
  width: 1.2951em;
  height: 1.2951em;
  background-color: #8ac8e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
}
.content-row .circle-list2 .circle-list2__item .circle-list2__item-inner .circle-list2__item-letter {
  font-size: 1.125em;
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 500;
}
.content-row .benefits-list {
  max-width: 764px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  list-style-type: none;
}
.content-row .benefits-list .benefits-list__item {
  position: relative;
  border-radius: 1em;
  border: 1px solid #8ac8e7;
  padding: 1em 1em;
}
.content-row .benefits-list .benefits-list__item .benefits-list__item-head {
  font-size: 1.8225em;
  position: absolute;
  top: -0.8em;
  left: -0.5em;
  background-image: url("./images/icon-gizagiza-01-01.svg");
  width: 1.6725em;
  height: 1.6725em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.content-row .benefits-list .benefits-list__item .benefits-list__item-letter {
  font-size: 1.25em;
  text-align: center;
  font-weight: 500;
  font-feature-settings: "palt";
}
.content-row .border-box8 {
  font-weight: 500;
  line-height: 2;
  border-radius: 0.80025em;
  padding: 3em 1em;
  margin: 3em 0;
  background-color: white;
  position: relative;
}
.content-row .border-box8 .border-box8__title {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.4;
  color: #a6937c;
  text-align: center;
}
.content-row .border-box8 .border-box8__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  max-width: 555px;
  margin: 2em auto 0;
}
.content-row .border-box8 .border-box8__list .border-box8__list-item {
  padding-top: 100%;
  position: relative;
  list-style: none;
}
.content-row .border-box8 .border-box8__list .border-box8__list-item .border-box8__list-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #8ac8e7;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content-row .border-box8 .border-box8__list .border-box8__list-item .border-box8__list-item-inner .border-box8__list-item-head {
  font-size: 1.875em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #a6937c;
  margin-top: 12.5%;
}
.content-row .border-box8 .border-box8__list .border-box8__list-item .border-box8__list-item-inner .border-box8__list-item-letter {
  text-align: center;
  line-height: 1.375;
  height: calc(100% - 4em);
  display: flex;
  align-items: center;
}
.content-row .border-box8 .border-box8__content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.content-row .border-box8 .border-box8__content .border-box8__content-item {
  width: 100%;
}
.content-row .border-box8 .border-box8__content .border-box8__content-img {
  width: 6em;
  height: 100%;
  max-height: 9em;
  margin-bottom: -3em;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-row .border-box8 .border-box8__content .border-box8__content-img.border-box8__content-img--left {
  margin-left: auto;
}
.content-row .border-box8 .border-box8__content .border-box8__content-img.border-box8__content-img--right {
  margin-right: auto;
}
.content-row .border-box9 {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  color: #a6937c;
  max-width: 640px;
  border: 2px dashed #a6937c;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75em 1em;
}
.content-row .border-box10 .border-box10__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  list-style: none;
}
.content-row .border-box10 .border-box10__list .border-box10__list-item {
  background-color: white;
  border-radius: 1.25em;
  padding: 1.5em 3em 3.1em;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content-row .border-box10 .border-box10__list .border-box10__list-item .border-box10__list-item-head {
  display: block;
  font-size: 2.2222em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #8ac8e7;
}
.content-row .border-box10 .border-box10__list .border-box10__list-item .border-box10__list-item-letter {
  margin-top: 1.5em;
  text-align: justify;
  line-height: 2.2222;
}
.content-row .border-box10 .border-box10__list .border-box10__list-item .border-box10__list-item-letter .border-box10__list-item-letter-border {
  background: linear-gradient(0deg, #8ac8e7 0%, #8ac8e7 0px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 2px);
  padding-bottom: 0.2em;
}
.content-row .border-box10 .border-box10__list .border-box10__list-item .border-box10__list-item-title {
  font-size: 1.6667em;
  font-weight: 600;
  line-height: 1.4;
  color: white;
  background-color: #8ac8e7;
  padding: 0.25em 2em;
  border-radius: 0.6375em;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
.content-row .faq-list {
  list-style-type: none;
}
.content-row .faq-list .faq-list__item + .faq-list__item {
  margin-top: 3em;
}
.content-row .faq-list .faq-list__item .faq-list__item-content {
  display: flex;
  align-items: center;
}
.content-row .faq-list .faq-list__item .faq-list__item-content .faq-list__item-content-head {
  font-size: 2.2222em;
  margin-right: 0.62175em;
  padding-right: 0.62175em;
  padding-left: 0.75em;
  border-right: 1px solid #8ac8e7;
  min-width: 2.2em;
}
.content-row .faq-list .faq-list__item .faq-list__item-content .faq-list__item-content-letter {
  padding-right: 1em;
}
.content-row .faq-list .faq-list__item .faq-list__item-content.faq-list__item-content--q {
  background-color: #8ac8e7;
  color: white;
  margin-bottom: 1em;
}
.content-row .faq-list .faq-list__item .faq-list__item-content.faq-list__item-content--q .faq-list__item-content-head {
  font-weight: 500;
  margin-right: 0.310875em;
}
.content-row .faq-list .faq-list__item .faq-list__item-content.faq-list__item-content--a .faq-list__item-content-head {
  color: #8ac8e7;
}
.content-row .img-center {
  display: block;
  margin: 0 auto;
}
.content-row .border-row {
  display: flex;
  justify-content: center;
  gap: 0 2.5%;
  margin-top: 4em;
  margin-bottom: 4em;
}
.content-row .border-row .border-row-box {
  max-width: 264px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  padding: 2.5em 1.25% 2em;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
}
.content-row .border-row .border-row-box .ttl {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background-color: #8ac8e7;
  border-radius: 9999px;
  line-height: 1;
  padding: 0.5em;
  font-size: 0.9565em;
  max-width: 7.7682em;
  width: 100%;
  text-align: center;
  color: white;
}
.content-row .border-row .border-row-box .text {
  text-align: center;
}
.content-row .border-row .border-row-box .text .color2 {
  color: #8ac8e7;
  font-size: 1.1304em;
}
.content-row .content-table {
  overflow-x: auto;
}
.content-row .content-img {
  display: block;
  max-width: 320px;
  width: 90%;
  margin: 1em auto;
}
.content-row .content-img.content-img-01 {
  width: 65%;
  max-width: 180px;
}
.content-row .hr--blue {
  background-color: #8ac8e7;
}

.book-introduction-box {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
.book-introduction-box .book-introduction-left {
  min-width: 160px;
  width: 25%;
}
.book-introduction-box .book-introduction-right {
  width: 75%;
}
.book-introduction-box .book-introduction-01 {
  border: 1px solid #ccc;
}
.book-introduction-box p {
  line-height: 1.8;
}
.book-introduction-box p + p, .book-introduction-box p + a {
  margin-top: 1.8em;
}
.book-introduction-box a {
  line-height: 1.8;
  color: #1f91d0;
  display: inline-block;
}
.book-introduction-box a:hover {
  text-decoration: underline;
}

.benefit-list {
  max-width: 980px;
  margin: 2em auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  font-size: 1em;
  gap: 3em 0;
}
.benefit-list .benefit-list-item {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.5em 0;
}
.benefit-list .benefit-list-item .benefit-head-item {
  display: flex;
}
.benefit-list .benefit-list-item .benefit-head-item .benefit-head-box {
  line-height: 1;
  color: #9270B0;
  width: 2.63417778em;
  height: 2.63417778em;
  min-width: 2.63417778em;
  min-height: 2.63417778em;
  border-radius: 50%;
  border: 1px solid #9270B0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.benefit-list .benefit-list-item .benefit-head-item .benefit-head-box .benefit-head-top {
  font-size: 0.54em;
}
.benefit-list .benefit-list-item .benefit-head-item .benefit-head-box .benefit-head-bottom {
  font-size: 1.05em;
}
.benefit-list .benefit-list-item .benefit-head-item .benefit-img-box {
  height: 5.25925926em;
  width: auto;
}
.benefit-list .benefit-list-item .benefit-head-item .benefit-img-box .benefit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.benefit-list .benefit-list-item .benefit-text {
  text-align: center;
  line-height: 1.2;
}
.benefit-list .benefit-list-item .benefit-text .small {
  font-size: 0.74074074em;
  transform: translateY(-0.175em);
  display: inline-block;
  font-feature-settings: "palt";
}
.benefit-list .benefit-list-item.item1 .benefit-head-item .benefit-head-box, .benefit-list .benefit-list-item.item2 .benefit-head-item .benefit-head-box {
  margin-right: 1em;
}
.benefit-list .benefit-list-item.item5 .benefit-head-item .benefit-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-list .benefit-list-item.item5 .benefit-head-item .benefit-img-box .benefit-img {
  width: 50%;
}

.bg-frame {
  background: #fff url(images/bg.png) repeat center top;
}
.bg-frame .min {
  box-sizing: border-box;
  max-width: 860px;
  padding: 4.5em 3.5em;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}
.bg-frame .inner {
  box-sizing: border-box;
  max-width: 1120px;
  padding: 4.5em 3.5em;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}
.bg-frame .wide {
  width: 90%;
  box-sizing: border-box;
  max-width: 1400px;
  padding: 4.5em 9.5em;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
}

.gray-frame {
  padding: 1.5em;
  background: #f8f8f8;
  border: #d0d0d0 1px solid;
}
.gray-frame-ttl {
  color: #1f91d0;
  margin-bottom: 1em;
  text-align: center;
}

.md-testimonials .item {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-testimonials .item:not(:last-child) {
  margin-bottom: 4em;
}
.md-testimonials .item .thumb {
  width: 150px;
}
.md-testimonials .item .thumb .icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 1em;
  overflow: hidden;
}
.md-testimonials .item .thumb .meta {
  text-align: center;
  font-size: 1.4rem;
}
.md-testimonials .item .txt {
  width: calc(100% - 200px);
  position: relative;
  padding: 28px 30px;
  background-color: #fff;
  border: 3px solid #a6937c;
  border-radius: 10px;
  text-align: left;
  box-sizing: border-box;
}
.md-testimonials .item .txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -20px;
  top: 25px;
  border-right: 20px solid #a6937c;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.md-testimonials .item .txt::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 25px;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.md-testimonials .item .txt p {
  font-size: 1.4rem;
  line-height: 2;
}
.md-testimonials .item .txt p + p {
  margin-top: 1em;
}
.md-testimonials .item .txt .row:not(:last-child) {
  margin-bottom: 1.5em;
}
.md-testimonials .item .txt .row .ttl {
  color: #1f91d0;
}

.big-txt {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 1em;
}

.bigger-txt {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 1em;
}

.md-box-list {
  margin-bottom: 2em;
}
.md-box-list .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-box-list .flex .item {
  width: 31%;
  box-sizing: border-box;
  margin: 10px;
  padding: 2em 1em;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
}

.md-owner-points .row {
  padding: 4.5em 4.5em;
  clear: both;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.md-owner-points .row::after {
  display: block;
  content: "";
  clear: both;
}
.md-owner-points .row .box {
  max-width: 55%;
}
.md-owner-points .row .box .numb {
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  background: #1f91d0;
  font-size: 5rem;
  color: #fff;
  display: inline-block;
}
.md-owner-points .row .box .box-inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 2.5em;
  box-shadow: 0 0 5px #ccc;
}
.md-owner-points .row .box .box-inner .ttl {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.md-owner-points .row .box .box-inner .excerpt {
  line-height: 1.6;
}
.md-owner-points .row:nth-child(2) .box .numb {
  background: #8ac8e7;
}
.md-owner-points .row:nth-child(3) .box .numb {
  background: #a6937c;
}
.md-owner-points .row:nth-child(4) .box .numb {
  background: #1f91d0;
}
.md-owner-points .row:nth-child(5) .box .numb {
  background: #8ac8e7;
}
.md-owner-points .row:nth-child(2n) .box, .md-owner-points .row.reverse .box {
  float: right;
  text-align: right;
}
.md-owner-points .row:nth-child(2n) .box .box-inner, .md-owner-points .row.reverse .box .box-inner {
  text-align: left;
}
.md-owner-points .row.reverse {
  background-position: left center;
}
.md-owner-points .btns {
  margin-top: 2.5em;
}
.md-owner-points .btns .btn-pdf {
  background: #fff;
}
.md-owner-points .btns .btn-pdf:hover {
  background: #1f91d0;
  border-color: #1f91d0;
  color: #fff;
}

.styled-tbl {
  width: 100%;
  border-spacing: 0;
}
.styled-tbl th,
.styled-tbl td {
  text-align: left;
  padding: 1.5em;
}
.styled-tbl th {
  border-bottom: solid 2px #1f91d0;
  min-width: 200px;
}
.styled-tbl td {
  border-bottom: solid 2px #ddd;
}
.styled-tbl dl {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.styled-tbl dl dt {
  width: 7em;
}
.styled-tbl dl dd {
  width: calc(100% - 7em);
}

.md-staff-leader {
  margin-bottom: 3.5em;
}
.md-staff-leader .thumb {
  position: relative;
}
.md-staff-leader .thumb .sp {
  display: none;
}
.md-staff-leader .thumb .box {
  position: absolute;
  padding: 20px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 2.4rem;
  right: 1.5em;
  bottom: 1.5em;
}
.md-staff-leader .thumb .box span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1.5em;
}
.md-staff-leader .txt {
  padding: 3.5em 4em;
  background: #f8f8f8;
}

.md-staff .row {
  margin-bottom: 3.5em;
  background: #f8f8f8;
}
.md-staff .row .flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.md-staff .row .flex .thumb {
  width: 400px;
}
.md-staff .row .flex .txt {
  width: calc(100% - 400px);
  box-sizing: border-box;
  padding: 3.5em 4em;
}
.md-staff .row .flex .txt .area {
  margin-bottom: 1em;
}
.md-staff .row .flex .txt .area span {
  display: inline-block;
  line-height: 1;
  padding: 0.5em 2em;
  border: #1f91d0 1px solid;
  background: #fff;
  color: #1f91d0;
  font-size: 1.4rem;
}
.md-staff .row .flex .txt .name {
  font-size: 2.4rem;
  margin-bottom: 1.5em;
}
.md-staff .row .flex .txt .name span {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 1.5em;
}
.md-staff .row .flex .txt .meta {
  line-height: 2;
  margin-bottom: 1.5em;
}
.md-staff .row .flex .txt .more a {
  display: block;
  color: #1f91d0;
}
.md-staff .row .flex .txt .more a span {
  display: inline-block;
}
.md-staff .row .flex .txt .more a span::after {
  content: "";
  width: 9px;
  height: 13px;
  display: inline-block;
  background: url(images/icon_chevron_right.png) no-repeat 0 0;
  margin-left: 10px;
}
.md-staff .row .flex .txt .video {
  width: 100%;
  margin-bottom: 1.5em;
}
.md-staff .row .flex .txt .video .video-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.23%;
}
.md-staff .row .flex .txt .video .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.md-staff .row .flex .txt .video:last-child {
  margin-bottom: 0;
}

#course-contents .single-header .cat span {
  font-weight: 400;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 7px 1.5em;
  border-radius: 20px;
  border: #1f91d0 1px solid;
  background: #1f91d0;
  color: #fff;
  margin-right: 5px;
}
#course-contents .single-header .cat span.child {
  background: #fff;
  color: #1f91d0;
}
#course-contents .eyecatch {
  margin-bottom: 2.5em;
  text-align: center;
}
#course-contents .schedule-content {
  margin-bottom: 2.5em;
}
#course-contents .schedule-content table {
  width: 100%;
  border-collapse: collapse;
}
#course-contents .schedule-content table th,
#course-contents .schedule-content table td {
  padding: 0.5em 1.5em;
  font-weight: 500;
  border: #d0d0d0 1px solid;
}
#course-contents .schedule-content table th {
  background: #f0f0f0;
  width: 200px;
}
#course-contents .schedule-content table td span {
  display: inline-block;
}
#course-contents .schedule-content table td span::after {
  display: inline-block;
  content: "/";
  margin: 0 5px;
}
#course-contents .schedule-content table td span:last-child::after {
  display: none;
}
#course-contents .excerpt.sentry {
  margin-bottom: 6em;
}

.md-schedule .row {
  padding: 2em;
  border: #a6937c 1px solid;
  border-radius: 5px;
  margin-bottom: 3.5em;
}
.md-schedule .row .cat {
  margin-bottom: 1em;
}
.md-schedule .row .cat span {
  font-weight: 400;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 7px 1.5em;
  border-radius: 20px;
  border: #1f91d0 1px solid;
  background: #1f91d0;
  color: #fff;
  margin-right: 5px;
}
.md-schedule .row .cat span.child {
  background: #fff;
  color: #1f91d0;
}
.md-schedule .row .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
.md-schedule .row .flex .thumb {
  width: 150px;
}
.md-schedule .row .flex .txt {
  width: calc(100% - 190px);
}
.md-schedule .row .flex .txt .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.md-schedule .row .flex .txt .excerpt {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}
.md-schedule .row .flex .txt .course02-excerpt {
  display: none;
}
.md-schedule .row .flex .txt .course02-excerpt.course02-excerpt-block {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 1.5em;
}
.md-schedule .row .flex .txt table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.md-schedule .row .flex .txt table th,
.md-schedule .row .flex .txt table td {
  padding: 0.5em 1.5em;
  font-weight: 500;
  border: #d0d0d0 1px solid;
}
.md-schedule .row .flex .txt table th {
  background: #f0f0f0;
  width: 100px;
}
.md-schedule .row .flex .txt table td span {
  display: inline-block;
}
.md-schedule .row .flex .txt table td span::after {
  display: inline-block;
  content: "/";
  margin: 0 5px;
}
.md-schedule .row .flex .txt table td span:last-child::after {
  display: none;
}
.md-schedule .row .more {
  text-align: center;
}

#contactform .row {
  margin-bottom: 2em;
}
#contactform .ttl {
  color: #000;
  margin-bottom: 0.5em;
}
#contactform .sub {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
#contactform .sub.mgt {
  margin-top: 1em;
}
#contactform .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#contactform .flex .item {
  width: 48%;
}
#contactform input[type=text], #contactform input[type=password], #contactform input[type=email], #contactform input[type=url], #contactform input[type=tel], #contactform input[type=number], #contactform input[type=range], #contactform input[type=date], #contactform textarea, #contactform input.text {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: inherit;
  padding: 15px;
  display: block;
  font-size: 16px !important;
  margin: 10px 0 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none !important;
}
#contactform .selection-box {
  display: block;
  position: relative;
  background-color: #fff;
  background-image: url(images/select-box.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  color: #808080;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 10px 0;
  padding: 0 10px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#contactform .selection-box::before, #contactform .selection-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
#contactform .selection-box::before {
  z-index: 1;
  right: 20px;
  top: 3px;
  bottom: 0;
  height: 0;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
}
#contactform .selection-box::after {
  width: 48px;
  height: 47px;
  right: 0px;
  top: 1px;
  border-left: 1px solid #e3e3e3;
  background: #fff;
}
#contactform .selection-box select {
  background: #fff;
  display: block;
  padding: 12px 0;
  width: 100%;
  box-sizing: border-box;
}
#contactform .selection-box select:focus {
  outline: none;
}
#contactform .selection-box.inline {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-right: 5px;
  margin-left: 5px;
}
#contactform .btns {
  text-align: center;
}
#contactform input[type=submit] {
  display: inline-block;
  padding: 15px 3em;
  font-size: 1.4rem;
  background: #1f91d0;
  color: #fff;
  cursor: pointer;
}
#contactform span.wpcf7-not-valid-tip,
#contactform span.error {
  font-size: 1em;
  display: block;
  background: #ffb0af;
  border: 1px solid #ff7b79;
  color: #cc0000;
  left: 0;
  padding: 4px 10px;
  position: relative;
  top: 0;
  font-size: 1.4rem;
}
#contactform span.wpcf7-not-valid-tip:before,
#contactform span.error:before {
  content: "";
  background-image: url(images/error-arrow.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: -6px;
  height: 6px;
  width: 16px;
}
#contactform.border .row {
  padding-bottom: 2em;
  border-bottom: #ddd 1px dashed;
}
#contactform .half {
  width: 50%;
}
#contactform .narrow {
  width: 25%;
}

.estate-header {
  margin-bottom: 3.5em;
}
.estate-header .estate-area {
  text-align: center;
  margin-bottom: 1em;
}
.estate-header .estate-area span {
  display: inline-block;
  padding: 0.5em 2em;
  line-height: 1;
  border: #a6937c 1px solid;
  border-radius: 30px;
  color: #a6937c;
  letter-spacing: 0.07em;
}
.estate-header .estate-ttl {
  font-size: 3rem;
  text-align: center;
}

.for-sp {
  display: none;
}

.for-tab {
  display: none;
}

.il-block {
  display: inline-block;
}

.h-menu_box {
  display: flex;
  display: none;
  justify-content: end;
  align-items: center;
  width: 120px;
  height: 60px;
  flex-basis: 120px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  cursor: pointer;
  background: transparent;
  transition: background 1s;
  padding: 15px;
}
.h-menu_box > span {
  line-height: 1;
}
.h-menu_box > span::before {
  content: "Menu";
  font-size: 1.3rem;
  margin-right: 1.4rem;
  line-height: 20px;
  letter-spacing: 0.08em;
  color: #333537;
}
.h-menu_box > div {
  position: relative;
  width: 22px;
  height: 6px;
}
.h-menu_box > div > span {
  display: block;
  height: 1px;
  background: #333537;
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.5s;
}
.h-menu_box > div > span:nth-child(1) {
  top: 0;
}
.h-menu_box > div > span:nth-child(2) {
  bottom: 0;
}
.h-menu_box.nav_close {
  height: 60px;
  border-color: #1f91d0;
  z-index: 1001;
  background: #1f91d0;
  transition: background 1s;
}
.h-menu_box.nav_close > span::before {
  color: #fff;
  content: "Close";
}
.h-menu_box.nav_close > div {
  height: 22px;
}
.h-menu_box.nav_close > div > span {
  background: #fff;
}
.h-menu_box.nav_close > div > span:nth-child(1) {
  transform: rotate(-30deg);
  top: 11px;
}
.h-menu_box.nav_close > div > span:nth-child(2) {
  transform: rotate(30deg);
  bottom: 10px;
}
.h-menu_box.is_fixed > span::before {
  color: #333537;
}
.h-menu_box.is_fixed > div > span {
  background: #333537;
}
.h-menu_box.is_fixed.nav_close > span::before {
  color: #fff;
}
.h-menu_box.is_fixed.nav_close > div > span {
  background: #fff;
}

.is-5 {
  flex: none;
  width: 41.66667%;
}

.is-7 {
  flex: none;
  width: 58.33333%;
}

.is-12 {
  flex: none;
  width: 100%;
}

.h-gnav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 1s;
  transform: translateY(-200vh);
  opacity: 0;
}
.h-gnav .global_navigation {
  padding: 80px 0 0;
  background: #f7f9fb;
  transition: all 0.3s ease;
  height: 100vh;
}
.h-gnav .global_navigation__inner {
  position: relative;
  width: 87.5%;
  max-width: 1432px;
  height: 90%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}
.h-gnav .global_navigation__top {
  padding: 85px 0 55px;
  flex-grow: 2;
}
.h-gnav .global_navigation__top .is-5 {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.h-gnav .global_navigation__top .global_navigation__logo {
  width: 38.3%;
  max-width: 178px;
}
.h-gnav .global_navigation__top .global_navigation__info {
  margin-top: 3.2rem;
}
.h-gnav .global_navigation__top .global_navigation__info h3 {
  font-size: 1rem;
  opacity: 0.6;
}
.h-gnav .global_navigation__top .global_navigation__info p {
  font-size: 1.1rem;
  line-height: 16px;
}
.h-gnav .global_navigation__top .global_navigation__content {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label {
  width: 45%;
  padding-right: 1em;
  margin-bottom: 4rem;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dt {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dt a:hover {
  text-decoration: underline;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dd {
  margin-bottom: 1.5em;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label dd a {
  display: block;
}
.h-gnav .global_navigation__top .global_navigation__content .global_navigation__label .mgbs {
  margin-bottom: 1.5em;
}
.h-gnav .global_navigation .btns {
  margin-bottom: 1.5em;
  display: flex;
  flex-direction: column;
}
.h-gnav .global_navigation .btns img {
  max-width: 20px;
}
.h-gnav .global_navigation .btns a {
  display: inline-block;
  width: 100%;
  border-radius: 50px;
  background: #a6937c;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.h-gnav .global_navigation .btns a.mailmag {
  background: #8ac8e7;
}
.h-gnav .global_navigation .btns a.online {
  background-color: #f9ae3b;
}
.h-gnav .global_navigation .btns a img {
  margin-right: 0.5em;
}
.h-gnav .global_navigation .btns a + a {
  margin-top: 1.4em;
}
.h-gnav .global_navigation__btm {
  width: 100%;
  flex-basis: 150px;
}
.h-gnav .global_navigation__btm .bn_contact {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(0, 9, 15, 0.1);
  border-width: 1px 0;
  height: 100%;
}
.h-gnav .global_navigation__btm .bn_contact span {
  font-size: 2.3rem;
  margin-right: 1em;
  transition: 1s;
  letter-spacing: 0.1em;
}
.h-gnav .global_navigation__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 150px;
}
.h-gnav .global_navigation__footer .sns_link {
  width: 35px;
  height: 35px;
  margin: 0 5px;
}
.h-gnav .global_navigation .mgb {
  margin-bottom: 1.5em;
}
.h-gnav .global_navigation dd a:hover {
  text-decoration: underline;
}

.nav_open .h-gnav {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}

#entry-forms {
  text-align: center;
}

#side-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  z-index: 5;
  text-align: center;
}
#side-btn a {
  display: inline-block;
  box-sizing: border-box;
  width: 50px;
  padding: 3em 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #1f91d0;
  color: #fff;
  text-align: left;
  writing-mode: vertical-rl;
}
#side-btn a span {
  display: block;
  padding-right: 7px;
  letter-spacing: 0.07em;
  font-size: 1.8rem;
}
#side-btn a:hover {
  background: #a6937c;
}

.md-pro .flex {
  margin-bottom: 3.5em;
}
.md-pro .flex .item {
  width: 16.666666%;
  box-sizing: border-box;
  border: #d0d0d0 1px solid;
}
.md-pro .flex .item:not(:last-of-type) {
  border-right: none;
}
.md-pro .flex .item .date {
  padding: 1em;
  text-align: center;
  background: #f0f0f0;
}
.md-pro .flex .item .box {
  padding: 1em;
  text-align: center;
  background: #a6937c;
  color: #fff;
  box-sizing: border-box;
  height: 115px;
}
.md-pro .flex .item .box span {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
}
.md-pro .flex .item .box:nth-child(2) {
  background: #1f91d0;
}
.md-pro .ttl {
  margin-bottom: 1em;
  border-left: #1f91d0 5px solid;
  font-size: 2rem;
  padding-left: 1em;
}
.md-pro .excerpt {
  margin-bottom: 2em;
}
.md-pro .excerpt.mgb0 {
  margin-bottom: 0;
}
.md-pro .excerpt.mgb05em {
  margin-bottom: 0.5em;
}
.md-pro .excerpt.mgb1em {
  margin-bottom: 1em;
}
.md-pro .excerpt a {
  text-decoration: underline;
  color: #1f91d0;
}
.md-pro .excerpt a:hover {
  text-decoration: none;
}
.md-pro table {
  width: 100%;
  margin-bottom: 2.5em;
}
.md-pro table th,
.md-pro table td {
  padding: 0.5em 1em;
  border: #d0d0d0 1px solid;
  text-align: left;
  box-sizing: border-box;
}
.md-pro table th {
  background: #f8f8f8;
  font-weight: 400;
  width: 250px;
  text-align: center;
}
.md-pro .pro-ul {
  margin-bottom: 2em;
  padding-left: 1em;
}
.md-pro .pro-ul.mgb1em {
  margin-bottom: 1em;
}
.md-pro .pro-ol {
  margin-bottom: 2em;
  padding-left: 1em;
}
.md-pro .pro-ol.mgb1em {
  margin-bottom: 1em;
}
.md-pro .pro-ol.pdl2em {
  padding-left: 2em;
}
.md-pro .pro-ol .ol-ttl {
  margin-left: -1em;
  font-weight: bold;
}
.md-pro .pro-ol .ol-ttl.mgt1em {
  margin-top: 1em;
}
.md-pro .f-bold {
  font-weight: bold;
}
.md-pro .mail-ttl {
  display: inline-block;
}
.md-pro .link-text {
  color: #8ac8e7;
  text-decoration: underline;
}
.md-pro .flow .item {
  padding: 3em 0;
  padding: 0 0;
  position: relative;
}
.md-pro .flow .item::before {
  position: absolute;
  width: 2px;
  height: 100%;
  content: "";
  background: #1f91d0;
  top: 50px;
  left: 25px;
  z-index: 0;
}
.md-pro .flow .item:first-child {
  padding-top: 0;
}
.md-pro .flow .item:last-child {
  padding-bottom: 0;
}
.md-pro .flow .item:last-child::before {
  display: none;
}
.md-pro .flow .item .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.5em;
}
.md-pro .flow .item .flex.mgb1em {
  margin-bottom: 1.5em;
}
.md-pro .flow .item .flex .icon {
  width: 50px;
}
.md-pro .flow .item .flex .icon span {
  display: block;
  width: 50px;
  height: 50px;
  background: #1f91d0;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 10px;
}
.md-pro .flow .item .flex .icon span small {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}
.md-pro .flow .item .flex .txt {
  width: calc(100% - 85px);
  padding-top: 0.5em;
}
.md-pro .flow .item .flex .txt .ttl {
  font-size: 1.8rem;
  margin-bottom: 0;
  border-left: none;
  padding-left: 0;
  font-weight: 400;
}
.md-pro .entry-box {
  text-align: center;
}
.md-pro .entry-box .entry-link {
  display: inline-block;
  width: 210px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #8ac8e7;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 50px;
}
.md-pro .entry-box .entry-link:hover {
  background-color: #1f91d0;
}

.pageview-box {
  position: fixed;
  position: -webkit-fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  color: white;
  line-height: 1.4;
  padding: 0.25em 1em;
  background-color: rgba(0, 0, 0, 0.75);
}

#index-video {
  padding-bottom: 0;
}

#index-banner .md-banner .banner-inner .banner-img {
  width: 100%;
  height: auto;
}

.md-video .video-inner {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.md-video .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.md-program {
  position: relative;
  z-index: 1;
}
.md-program .program-menu {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 42px 0;
  list-style: none;
}
.md-program .program-menu .program-menu-item {
  width: calc(50% - 25px);
  height: 10.8571em;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
.md-program .program-menu .program-menu-item.program-menu-item__full {
  width: 100%;
  height: 8.7141em;
}
.md-program .program-menu .program-menu-item .program-menu-link {
  display: block;
  height: 100%;
  background-color: white;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.md-program .program-menu .program-menu-item .program-menu-link .ttl {
  color: #8ac8e7;
}
.md-program .program-menu .program-menu-item .program-menu-link .sub-ttl {
  background-color: #8ac8e7;
  color: white;
  max-width: 14.2857143em;
  width: 90%;
  text-align: center;
  border-radius: 0.6667em;
  padding: 0.25em 1em;
  margin-top: 0.5em;
  font-feature-settings: "palt";
}
.md-program .program-menu .program-menu-item .program-menu-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 15%;
  right: 1.5em;
  height: 0.8214em;
  width: 5.699em;
  border-right: 4px solid #8ac8e7;
  border-bottom: 3px solid #8ac8e7;
  transform: skewX(45deg);
}
.md-program .program-menu .program-menu-item .program-menu-link, .md-program .program-menu .program-menu-item .program-menu-link .ttl, .md-program .program-menu .program-menu-item .program-menu-link .sub-ttl, .md-program .program-menu .program-menu-item .program-menu-link::before {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.md-program .program-menu .program-menu-item .program-menu-link:hover {
  background-color: #8ac8e7;
}
.md-program .program-menu .program-menu-item .program-menu-link:hover .ttl {
  color: white;
}
.md-program .program-menu .program-menu-item .program-menu-link:hover .sub-ttl {
  background-color: white;
  color: #8ac8e7;
}
.md-program .program-menu .program-menu-item .program-menu-link:hover::before {
  border-color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link .ttl {
  color: #9270b0;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link .sub-ttl {
  background-color: #9270b0;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link::before {
  border-color: #9270b0;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link:hover {
  background-color: #9270b0;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link:hover .ttl {
  color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link:hover .sub-ttl {
  background-color: white;
  color: #9270b0;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link:hover::before {
  border-color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link .ttl {
  color: #66bf97;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link .sub-ttl {
  background-color: #66bf97;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link::before {
  border-color: #66bf97;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link:hover {
  background-color: #66bf97;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link:hover .ttl {
  color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link:hover .sub-ttl {
  background-color: white;
  color: #66bf97;
}
.md-program .program-menu .program-menu-item:nth-of-type(2) .program-menu-link:hover::before {
  border-color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(3) .program-menu-link .ttl {
  color: #f9ae3b;
}
.md-program .program-menu .program-menu-item:nth-of-type(3) .program-menu-link .sub-ttl {
  background-color: #f9ae3b;
}
.md-program .program-menu .program-menu-item:nth-of-type(3) .program-menu-link::before {
  border-color: #f9ae3b;
}
.md-program .program-menu .program-menu-item:nth-of-type(3) .program-menu-link:hover {
  background-color: #f9ae3b;
}
.md-program .program-menu .program-menu-item:nth-of-type(3) .program-menu-link:hover .ttl {
  color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(3) .program-menu-link:hover .sub-ttl {
  background-color: white;
  color: #f9ae3b;
}
.md-program .program-menu .program-menu-item:nth-of-type(3) .program-menu-link:hover::before {
  border-color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(4) .program-menu-link .ttl {
  color: #6173b6;
}
.md-program .program-menu .program-menu-item:nth-of-type(4) .program-menu-link .sub-ttl {
  background-color: #6173b6;
}
.md-program .program-menu .program-menu-item:nth-of-type(4) .program-menu-link::before {
  border-color: #6173b6;
}
.md-program .program-menu .program-menu-item:nth-of-type(4) .program-menu-link:hover {
  background-color: #6173b6;
}
.md-program .program-menu .program-menu-item:nth-of-type(4) .program-menu-link:hover .ttl {
  color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(4) .program-menu-link:hover .sub-ttl {
  background-color: white;
  color: #6173b6;
}
.md-program .program-menu .program-menu-item:nth-of-type(4) .program-menu-link:hover::before {
  border-color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(5) .program-menu-link .ttl {
  color: #96c361;
}
.md-program .program-menu .program-menu-item:nth-of-type(5) .program-menu-link .sub-ttl {
  background-color: #96c361;
}
.md-program .program-menu .program-menu-item:nth-of-type(5) .program-menu-link::before {
  border-color: #96c361;
}
.md-program .program-menu .program-menu-item:nth-of-type(5) .program-menu-link:hover {
  background-color: #96c361;
}
.md-program .program-menu .program-menu-item:nth-of-type(5) .program-menu-link:hover .ttl {
  color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(5) .program-menu-link:hover .sub-ttl {
  background-color: white;
  color: #96c361;
}
.md-program .program-menu .program-menu-item:nth-of-type(5) .program-menu-link:hover::before {
  border-color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(6) .program-menu-link .ttl {
  color: #f2a3c5;
}
.md-program .program-menu .program-menu-item:nth-of-type(6) .program-menu-link .sub-ttl {
  background-color: #f2a3c5;
}
.md-program .program-menu .program-menu-item:nth-of-type(6) .program-menu-link::before {
  border-color: #f2a3c5;
}
.md-program .program-menu .program-menu-item:nth-of-type(6) .program-menu-link:hover {
  background-color: #f2a3c5;
}
.md-program .program-menu .program-menu-item:nth-of-type(6) .program-menu-link:hover .ttl {
  color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(6) .program-menu-link:hover .sub-ttl {
  background-color: white;
  color: #f2a3c5;
}
.md-program .program-menu .program-menu-item:nth-of-type(6) .program-menu-link:hover::before {
  border-color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(7) .program-menu-link .ttl {
  color: #a4917c;
}
.md-program .program-menu .program-menu-item:nth-of-type(7) .program-menu-link .sub-ttl {
  background-color: #a4917c;
}
.md-program .program-menu .program-menu-item:nth-of-type(7) .program-menu-link::before {
  border-color: #a4917c;
}
.md-program .program-menu .program-menu-item:nth-of-type(7) .program-menu-link:hover {
  background-color: #a4917c;
}
.md-program .program-menu .program-menu-item:nth-of-type(7) .program-menu-link:hover .ttl {
  color: white;
}
.md-program .program-menu .program-menu-item:nth-of-type(7) .program-menu-link:hover .sub-ttl {
  background-color: white;
  color: #a4917c;
}
.md-program .program-menu .program-menu-item:nth-of-type(7) .program-menu-link:hover::before {
  border-color: white;
}

.for-begginer-cycle {
  max-width: 33.58475em;
  width: 65%;
  margin: 0 auto;
  display: block;
}

.how-to-become-pyramid {
  width: 100%;
  margin: 3em auto;
  display: block;
}

.understand-img {
  max-width: 335.9894px;
  width: 75%;
  margin: 0 auto;
  display: block;
}

.how-to-become-lecturer {
  list-style: none;
  display: flex;
}
.how-to-become-lecturer li {
  width: 100%;
}
.how-to-become-lecturer li .img-inner {
  width: 100%;
  padding-top: 137.06%;
  height: 0;
  position: relative;
}
.how-to-become-lecturer li .img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-to-become-lecturer li .img-inner .read-more {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  color: white;
  font-weight: 600;
  transition: opacity 0.2s;
  line-height: 1.4;
  opacity: 0;
}
.how-to-become-lecturer li .img-inner .read-more .read-more-bonsent {
  text-align: center;
  transition: letter-spacing 0.2s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.how-to-become-lecturer li .img-inner .read-more .read-more-bonsent::after {
  content: "";
  display: inline-block;
  position: relative;
  right: 0;
  width: 1.5em;
  height: 0.5em;
  border-right: 2px solid white;
  border-bottom: 1px solid white;
  border-top: unset;
  transform: skewX(45deg);
  margin-left: 0.25em;
}
.how-to-become-lecturer li p {
  bottom: 0;
  width: 100%;
  font-weight: 500;
  text-align: start;
}
.how-to-become-lecturer li a:hover .img-inner .read-more {
  opacity: 1;
}
.how-to-become-lecturer li a:hover .img-inner .read-more .read-more-bonsent {
  letter-spacing: 0.2em;
}

.online-courses-chalkboard-01,
.online-courses-chalkboard-02,
.online-courses-chalkboard-03 {
  max-width: 706.7579px;
  width: 65%;
  margin: 0 auto;
  display: block;
}
.online-courses-chalkboard-01.sp,
.online-courses-chalkboard-02.sp,
.online-courses-chalkboard-03.sp {
  display: none;
}

.online-courses-ttl-01-01 {
  max-width: 20.4331318em;
  width: 75%;
  margin: 0 auto;
  display: block;
}

#pro-course-01 .pro-course-01-contact {
  margin-top: 4em;
}

#activity-02 .sub-ttl.sp,
#basic-course-02 .sub-ttl.sp,
#pro-course-02 .sub-ttl.sp,
#online-course-02 .sub-ttl.sp {
  display: none;
}

#online-course-03 .online-courses-table {
  border: 1px solid #333537;
  min-width: 780px;
  line-height: 1.4;
}
#online-course-03 .online-courses-table tr {
  border-bottom: 1px solid #333537;
}
#online-course-03 .online-courses-table tr:last-child {
  border-bottom: unset;
}
#online-course-03 .online-courses-table th, #online-course-03 .online-courses-table td {
  border-right: 1px solid #333537;
  padding: 1em 0.75em;
}
#online-course-03 .online-courses-table th {
  background-color: #FCE7C8;
  font-weight: 500;
}
#online-course-03 .online-courses-table .desc-head {
  text-align: center;
  line-height: 1.4;
}
#online-course-03 .online-courses-table .desc-price {
  white-space: nowrap;
  text-align: end;
}
#online-course-03 .online-courses-table .highlight {
  color: #F39800;
}
#online-course-03 .online-courses-table .text-orange {
  color: #ff9a00;
}

.online-course-btn-list {
  list-style: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.3636em 1.9545em;
  max-width: 820px;
}
.online-course-btn-list li {
  font-size: 1.046em;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 13.0434783em;
}
.online-course-btn-list li a {
  color: white;
  width: 100%;
  padding: 0.75em 0.5em;
  border-radius: 0.8695em;
  background-color: #F9AE3B;
  border: 1px solid #F9AE3B;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s, color 0.2s;
}
.online-course-btn-list li a:hover {
  background-color: white;
  color: #F9AE3B;
}
.online-course-btn-list li.width-long {
  max-width: 18.9172739em;
}

.post-split {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.post-split .post-split-box.post-split-left {
  width: 70%;
}
.post-split .post-split-box.post-split-right {
  width: 27.5%;
}
.post-split .post-split-box .post-split-ttl {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 2;
  position: relative;
  margin-top: -10px;
}
.post-split .post-split-box .post-split-ttl::before, .post-split .post-split-box .post-split-ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.222em;
}
.post-split .post-split-box .post-split-ttl::before {
  width: 4.444em;
  background-color: #8ac8e7;
}
.post-split .post-split-box .post-split-ttl::after {
  width: 2.222em;
  background-color: #1f91d0;
}
.post-split .post-split-box.post-split-max {
  width: 100%;
}
.post-split .post-split-box .post-cat-list .post-cat-list-item {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: #1f91d0 1px dashed;
}
.post-split .post-split-box .post-cat-list .post-cat-list-item a {
  line-height: 1.4;
  padding: 1em 0;
  padding-left: 0.5em;
  display: inline-block;
  width: 100%;
}
.post-split .post-split-box .post-cat-list .post-cat-list-item a:hover {
  text-decoration: underline;
}

.profile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
}
.profile-header .profile-header-img-box {
  max-width: 187.4513px;
  max-height: 187.4513px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.75em;
}
.profile-header .profile-header-img-box .profile-header-img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cdcdcd;
}
.profile-header .profile-header-name {
  font-size: 1.8rem;
  line-height: 1.4;
}
.profile-header .profile-header-detail {
  text-align: center;
}
.profile-header .profile-header-site-link {
  display: flex;
  align-items: baseline;
}
.profile-header .profile-header-site-link .profile-header-site-link-img {
  height: 1em;
  margin-right: 0.25em;
}
.profile-header .profile-header-site-link .profile-header-site-link-url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-header .profile-header-site-link .profile-header-site-link-url:hover {
  text-decoration: underline;
}
.profile-header .profile-header-video-box {
  width: 100%;
  margin-top: 0.5em;
}
.profile-header .profile-header-video-box .profile-header-video-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.23%;
}
.profile-header .profile-header-video-box .profile-header-video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profile-content {
  margin-top: 3em;
  line-height: 2.2;
}
.profile-content .sentry h3 {
  color: white;
  background-color: #88C8E2;
}

#banner-magazine {
  width: 125px;
  width: max(80px, min(10.417vw, 125px));
  height: auto;
  position: fixed;
  z-index: 3100;
  bottom: 22.5%;
  right: 20px;
  transition: opacity 0.2s ease;
}
#banner-magazine .banner-magazine-link .banner-magazine-img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#banner-magazine .banner-magazine-link .sp {
  display: none;
}
#banner-magazine:hover {
  opacity: 0.8;
}

.book-introduction-img-02 {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

.sc-triangle {
  position: relative;
  width: 100%;
  margin-bottom: -1px;
}
.sc-triangle .sc-triangle-inner {
  max-width: 451px;
  width: 75%;
  margin: 0 auto;
}
.sc-triangle .sc-triangle__item {
  width: 100%;
  padding-top: 19.96%;
  position: relative;
}
.sc-triangle .sc-triangle__item .sc-triangle__item-content {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: white;
}

#what-to-do-02 {
  position: relative;
}

@media screen and (max-width: 1400px) {
  body {
    overflow: hidden;
  }
  .wider {
    max-width: 90%;
  }
  #hero .inner .box {
    left: 10%;
    top: 65%;
  }
  .bg-frame .wide {
    padding: 4.5em 3.5em;
  }
}
@media screen and (max-width: 1170px) {
  body {
    padding-top: 131px;
  }
  .wide,
  .inner,
  .min,
  .bg-frame .inner,
  .inner-frame {
    max-width: 90%;
  }
  .bg-frame .inner,
  .inner-frame,
  .post-split-frame {
    padding: 2em;
  }
  .content-row .circle-list2 {
    gap: 1em;
  }
  .content-row .circle-list2 .circle-list2__item .circle-list2__item-inner .circle-list2__item-head {
    top: 0;
  }
  #top .top .flex .logo {
    width: 343.8px;
  }
  #top .top .flex .contact a {
    font-size: 1.62rem;
  }
  #top .bottom .flex .item .link {
    font-size: 14.4px;
  }
  #hero .hero-content .hero-circle-box {
    right: 0.5em;
  }
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 116px;
  }
  #top .top .flex .logo {
    width: 305.6px;
  }
  #top .top .flex .contact a {
    font-size: 1.44rem;
  }
  #top .bottom .flex .item .link {
    font-size: 12.8px;
  }
  .md-program .program-menu {
    font-size: 24px;
  }
  #index-pr .text-area {
    font-size: max(19.2px, min(2.365vw, 24.05px));
  }
  #index-pr .picture-area {
    width: max(343.2px, min(42.266vw, 429px));
  }
  .content-row .excerpt .excerpt--size1, .content-row .excerpt.excerpt--size1 {
    font-size: 1.25em;
  }
  .content-row .border-box .border-box .text {
    font-size: 1em;
  }
  #banner-magazine {
    width: 112px;
    width: max(80px, min(10.417vw, 125px));
  }
}
@media screen and (max-width: 812px) {
  .for-tab {
    display: block;
  }
  body {
    padding-top: 59px;
  }
  .micro {
    max-width: 90%;
  }
  .h-menu_box {
    display: flex;
  }
  #top .top .flex .contact {
    display: none;
  }
  #top .bottom {
    display: none;
  }
  #hero .hero-inner {
    width: 85%;
    height: calc(100vh - 83px);
  }
  #hero .hero-inner .ttl .hero-ttl {
    writing-mode: unset;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    line-height: 1.2;
  }
  #hero .inner {
    height: unset !important;
  }
  #hero .inner .box {
    left: 0;
    top: inherit;
    transform: none;
    bottom: 2em;
  }
  #hero .inner .box p {
    writing-mode: unset;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
  }
  #hero .hero-content .hero-top {
    padding: 2em 0;
  }
  #hero .hero-content .hero-bottom .hero-banner-box .hero-banner-img.pc {
    display: none;
  }
  #hero .hero-content .hero-bottom .hero-banner-box .hero-banner-img.sp {
    display: block;
  }
  #hero .hero-content .hero-circle-box {
    font-size: max(14px, min(4.375vw, 22px));
  }
  .md-index .flex .item {
    height: 360px;
  }
  .md-index .flex .item .box .icon span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .md-index .flex .item .box .icon span img {
    max-width: 35px;
  }
  .md-index .flex .item .box .ttl {
    font-size: 2rem;
  }
  .md-information-list .flex .item {
    width: 48%;
    margin-right: 4%;
  }
  .md-information-list .flex .item:nth-child(3n) {
    margin-right: 4%;
  }
  .md-information-list .flex .item:nth-child(2n) {
    margin-right: 0;
  }
  .md-information-list .flex .item.bg img {
    position: relative;
  }
  #index-pr {
    padding: 2em 0;
  }
  #index-pr .text-area {
    margin-top: 0.7em;
    align-items: center;
  }
  #index-pr .picture-area {
    margin: unset;
    margin-bottom: -13%;
  }
  .md-pr {
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }
  #site-footer .links .flex {
    display: block;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  #site-footer .links .flex .item {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  #site-footer .bottom .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #site-footer .bottom .flex .navi {
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
  }
  #site-footer .bottom .flex .address {
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
  .bg-frame .min {
    max-width: 90%;
  }
  .bg-frame .wide {
    padding: 3.5em 2em;
  }
  .md-schedule .row .cat span {
    font-size: 1.2rem;
  }
  .md-schedule .row .flex .thumb {
    width: 100px;
  }
  .md-schedule .row .flex .txt {
    width: calc(100% - 130px);
  }
  .h-gnav .global_navigation__top {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .h-gnav .global_navigation__top .is-5,
  .h-gnav .global_navigation__top .is-7 {
    width: 100%;
  }
  .h-gnav .global_navigation__top .is-5 {
    margin-bottom: 2.5em;
  }
  .md-program .program-menu {
    font-size: 20px;
  }
  .md-program .program-menu .program-menu-item {
    width: 100%;
    height: 8.7141em;
  }
  .md-program .program-menu .program-menu-item .program-menu-link {
    padding-bottom: 1em;
  }
  .md-program .program-menu .program-menu-item .program-menu-link .sub-ttl {
    width: 87.5%;
  }
  .md-program .program-menu .program-menu-item .program-menu-link::before {
    right: unset;
  }
  .how-to-become-lecturer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .how-to-become-lecturer li {
    width: 20%;
  }
  .content-row .excerpt {
    font-size: 1em;
  }
  .content-row .excerpt .excerpt--size1, .content-row .excerpt.excerpt--size1 {
    font-size: 1.125em;
  }
  .content-row .excerpt .excerpt--size2, .content-row .excerpt.excerpt--size2 {
    font-size: 1.125em;
  }
  .content-row .border-box .ttl {
    font-size: 1.625em;
  }
  .content-row .border-box .ttl2 {
    font-size: 1.5em;
  }
  .content-row .border-box .text {
    font-size: 1.125em;
  }
  .content-row .border-box .border-box {
    max-width: 480px;
  }
  .content-row .border-box .border-box + .border-box {
    margin-left: 0;
    margin-top: 2.5em;
  }
  .content-row .border-box.activity-content-01 .flex {
    flex-direction: column;
    align-items: center;
  }
  .content-row .border-box.border-box--simple {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-row .voice-box {
    flex-direction: column;
    align-items: center;
  }
  .content-row .voice-box .img-box {
    width: 100%;
  }
  .content-row .voice-box .text {
    width: 100%;
    margin-top: 3.5em;
  }
  .content-row .flex-list {
    flex-direction: column;
  }
  .content-row .flex-list .spacer {
    display: none;
  }
  .content-row .instructors-voice {
    font-size: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
  .content-row .title2 {
    font-size: 1.5em;
  }
  .content-row .border-box4 .border-box4__ttl {
    font-size: 1.5em;
  }
  .content-row .border-box4 .border-box4__letter {
    font-size: 1.25em;
  }
  .content-row .circle-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
  .content-row .circle-list .circle-list__item {
    padding-top: unset;
  }
  .content-row .circle-list .circle-list__item .circle-list__item-inner {
    position: unset;
    border-radius: unset;
    padding: 1em;
    border-radius: 1em;
  }
  .content-row .list2 .list2__item {
    margin-left: 0.5em;
    padding-left: 1.5em;
  }
  .content-row .list3 {
    font-size: 1em;
    grid-template-columns: repeat(1, 1fr);
  }
  .content-row .faq-list {
    font-size: 1em;
  }
  .content-row .voice-list {
    gap: 1em;
  }
  .content-row .circle-list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
  .content-row .circle-list2 .circle-list2__item {
    padding-top: 0;
  }
  .content-row .circle-list2 .circle-list2__item .circle-list2__item-inner {
    position: unset;
    border-radius: 0.75em;
    padding: 1em;
  }
  .content-row .circle-list2 .circle-list2__item .circle-list2__item-inner .circle-list2__item-head {
    font-size: 1.75em;
    top: -0.5em;
    left: -0.25em;
  }
  .content-row .benefits-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .content-row .border-box9 {
    font-size: 1.25em;
  }
  .content-row .border-box8 .border-box8__title {
    font-size: 1.375em;
  }
  .content-row .border-box8 .border-box8__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .content-row .border-box8 .border-box8__list .border-box8__list-item {
    padding-top: unset;
  }
  .content-row .border-box8 .border-box8__list .border-box8__list-item .border-box8__list-item-inner {
    position: unset;
    border-radius: 0.5em;
    padding: 1em;
  }
  .content-row .border-box8 .border-box8__list .border-box8__list-item .border-box8__list-item-inner .border-box8__list-item-head {
    margin-top: unset;
  }
  .content-row .border-box8 .border-box8__list .border-box8__list-item .border-box8__list-item-inner .border-box8__list-item-letter {
    height: auto;
    margin-top: 1em;
  }
  .content-row .border-box8 .border-box8__content {
    gap: 1em;
  }
  .content-row .border-box10 .border-box10__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.7em;
  }
  .content-row .table {
    font-size: 1em;
  }
  .content-row .btn2 {
    font-size: 1.125em;
  }
  .content-row .letter2 {
    font-size: 1.4375em;
  }
  .content-row .btn3 {
    font-size: 1.125em;
  }
  .content-row .border-box6 .border-box6__title {
    font-size: 1.5em;
  }
  .content-row .border-box6 .border-box6__content {
    font-size: 1.125em;
  }
  .content-row .border-box7 .border-box7__title {
    font-size: 1.5em;
  }
  .content-row .border-box7 .border-box7__title2 {
    font-size: 1.625em;
  }
  .content-row .border-box7 .border-box7__letter,
  .content-row .border-box7 .border-box7__desc {
    font-size: 1em;
  }
  .content-row .title4 {
    font-size: 1.5em;
  }
  .content-row .circle-list2 .circle-list2__item .circle-list2__item-inner .circle-list2__item-letter {
    font-size: 1em;
  }
  .content-row .benefits-list .benefits-list__item .benefits-list__item-letter {
    font-size: 1em;
  }
  .benefit-list {
    max-width: 480px;
    gap: 2em 0;
    font-size: 1em;
  }
  .benefit-list .benefit-list-item {
    width: 50%;
  }
  .benefit-list .benefit-list-item .benefit-head-item .benefit-head-box {
    margin-right: 1em;
  }
  .content-header .sub-ttl {
    font-size: 2rem;
  }
  .content-header .sub-ttl.pc {
    display: none;
  }
  .content-header .sub-ttl.sp {
    display: inline-block;
  }
  .online-course-btn-list {
    gap: 1.5em 1em;
  }
  .online-course-btn-list li {
    max-width: 100%;
  }
  .online-course-btn-list li.width-long {
    max-width: 100%;
  }
  .online-courses-chalkboard-01.pc,
  .online-courses-chalkboard-02.pc,
  .online-courses-chalkboard-03.pc {
    display: none;
  }
  .online-courses-chalkboard-01.sp,
  .online-courses-chalkboard-02.sp,
  .online-courses-chalkboard-03.sp {
    display: block;
  }
  .post-split .post-split-box.post-split-left {
    width: 100%;
  }
  .post-split .post-split-box.post-split-right {
    width: 100%;
    margin-top: 2em;
  }
  #banner-magazine {
    position: fixed;
    position: -webkit-fixed;
    width: unset;
    width: 100%;
    font-size: max(15px, min(4vw, 16px));
    right: 50%;
    /* transform: translateX(50%); */
    transform: translateY(100%) translateX(50%);
    bottom: -1px;
    transition: transform 0.2s;
  }
  #banner-magazine.active {
    transform: translateY(0) translateX(50%);
  }
  #banner-magazine .banner-magazine-link {
    display: block;
    max-width: 375px;
    margin: auto;
  }
  #banner-magazine .banner-magazine-link .pc {
    display: none;
  }
  #banner-magazine .banner-magazine-link .sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #home {
    margin-bottom: 26.76vw;
  }
  #top .top .flex .logo {
    width: 200px;
  }
  #hero .hero-inner {
    width: 90%;
    height: 400px;
  }
  #hero .hero-inner .ttl {
    padding-top: 8.5em;
  }
  #hero .hero-inner .ttl .hero-ttl {
    font-size: 2.8rem;
    display: inline-block;
    padding: 0.7em;
  }
  #hero .inner {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    max-height: 722px;
  }
  #hero .inner .box {
    padding: 1em 1.5em;
  }
  #hero .inner .box p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #hero .hero-content .hero-top .hero-text-space .main-sub-ttl {
    max-width: 11em;
    font-size: min(min(4.69vw, 2.83vh), 21px);
  }
  #hero .hero-content .hero-top .hero-text-space .hero-main-ttl {
    font-size: min(min(4.06vw, 2.56vh), 19px);
  }
  #hero .hero-content .hero-top .hero-text-space .hero-main-ttl .pc {
    display: none;
  }
  #hero .hero-content .hero-top .hero-text-space .hero-main-ttl .sp {
    display: inline-block;
  }
  #hero .hero-content .hero-top .hero-text-space .hero-check-list {
    font-size: min(min(3.75vw, 2.43vh), 18px);
  }
  #hero .hero-content .hero-top .hero-img-space {
    width: 100%;
  }
  #hero .hero-content .hero-top .hero-img-space img {
    -o-object-position: top 50% right 0;
       object-position: top 50% right 0;
  }
  #hero .hero-content .hero-top .hero-img-space .pc {
    display: none;
  }
  #hero .hero-content .hero-top .hero-img-space .sp {
    display: block;
  }
  #hero .hero-content .hero-bottom .hero-instructor-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  #hero .hero-content .hero-bottom .hero-instructor-list li {
    width: 25%;
  }
  #main {
    position: relative;
    z-index: 1;
  }
  .scpd {
    padding: 3em 0;
  }
  #index-intro .lead-ttl {
    font-size: 2.4rem;
  }
  .for-tab {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .no-sp {
    display: none;
  }
  .md-index .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .md-index .flex .item {
    width: 100%;
    max-width: 250px;
  }
  .md-index .flex .item:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .sec-header {
    margin-bottom: 2em;
  }
  .sec-header .en {
    font-size: 2rem;
  }
  .sec-header .sec-ttl {
    font-size: 2rem;
  }
  #index-program .wide {
    padding: 2.5em 0;
    position: relative;
    z-index: 1;
  }
  .md-styled-content .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-styled-content .flex .thumb {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .md-styled-content .flex .txt {
    width: 100%;
    order: 1;
    margin-bottom: 1.5em;
  }
  .md-styled-content .flex .txt .ttl {
    font-size: 1.6rem;
  }
  #index-program .index-program-table {
    margin-bottom: 2em;
  }
  .md-information .ttl {
    font-size: 1.8rem;
  }
  .md-information .txt {
    padding: 1.5em;
  }
  .md-information-list .flex .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 2em !important;
  }
  .md-information-list .flex .item:nth-child(5) {
    margin-bottom: 0 !important;
  }
  .md-information-list .flex .item.bg {
    display: none;
  }
  .md-information-list .flex .item .ttl span {
    font-size: 1.8rem;
  }
  .md-news .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-news .row .flex time,
  .md-news .row .flex a {
    width: 100%;
  }
  #index-pr {
    padding: 3em 0;
  }
  #index-pr .text-area {
    font-size: max(20px, min(6.25vw, 22px));
  }
  #index-pr .text-area .text-item2 {
    font-size: 1.1em;
  }
  #index-pr .picture-area {
    width: 90%;
    max-width: 280px;
    margin-bottom: -31%;
  }
  #site-footer .about .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #site-footer .about .flex .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  #site-footer .about .flex .txt {
    width: 100%;
  }
  #site-footer .about .flex .txt .ttl {
    font-size: 1.4rem;
  }
  #site-footer .about .flex .txt .addr {
    font-size: 1.2rem;
  }
  #site-footer .nav .flex a::before {
    display: none;
  }
  #site-footer .nav .flex dl {
    width: 100%;
    margin-right: 0 !important;
  }
  .content-header {
    margin-bottom: 2em;
  }
  .content-header .ttl {
    font-size: 1.8rem;
  }
  .content-header .sub-ttl {
    font-size: 1.7rem;
  }
  .content-row .excerpt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .content-row .counter {
    font-size: 1.4rem;
  }
  .content-row .thumb.m-width-400 img {
    max-width: 100%;
  }
  .content-row .btn-list .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .content-row .btn-list .flex a {
    display: block;
    width: 100%;
    margin: 0;
  }
  .content-row .btn-list .flex a:not(:last-child) {
    margin-bottom: 1em;
  }
  .content-row .btn-simple {
    font-size: 1.6rem;
    margin-top: 3em;
  }
  .content-row .list {
    font-size: 1.4rem;
  }
  .content-row .sub {
    font-size: 1.6rem;
  }
  .content-row .border-box {
    padding: 2.5em 5% 2em;
  }
  .content-row .border-box .ttl {
    font-size: 1.25em;
  }
  .content-row .border-box .ttl2 {
    font-size: 1.25em;
  }
  .content-row .border-box .text {
    font-size: 1em;
    text-align: justify;
  }
  .content-row .border-box.activity-content-02 .img img {
    margin-top: 1.5em;
  }
  .content-row .border-box.activity-content-04 {
    font-size: 1em;
  }
  .content-row .border-box.activity-content-04 .img img {
    margin-top: 1.5em;
  }
  .content-row .border-box.activity-content-04 .img img.pc {
    display: none;
  }
  .content-row .border-box.activity-content-04 .img img.sp {
    display: block;
    width: 100%;
  }
  .content-row .border-box + .border-box {
    margin-top: 3em;
  }
  .content-row .border-box.border-box--simple {
    padding: 2.5em 2.5% 2em;
    font-size: 14px;
  }
  .content-row .border-box.border-box--simple .ttl {
    font-size: 1.28571429em;
  }
  .content-row .voice-box .text {
    margin-top: 1.5em;
  }
  .content-row .border-row {
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .content-row .border-row .border-row-box {
    width: 100%;
    max-width: unset;
    padding: 1.5em 1.25% 1em;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  }
  .content-row .border-row .border-row-box .text .color2 {
    font-size: 1.16666667em;
  }
  .content-row .border-row .border-row-box + .border-row-box {
    margin-top: 2.5em;
  }
  .content-row .flex-list .item5 br {
    display: none;
  }
  .content-row .instructors-voice {
    gap: 1.5em;
    font-size: 0.875em;
  }
  .content-row .instructors-voice .instructors-voice__item {
    padding: 1.5em 1em;
  }
  .content-row .letter2 {
    font-size: 1.125em;
  }
  .content-row .letter2 .letter2-text {
    padding: 0 1em;
  }
  .content-row .letter2 .letter2-text::before, .content-row .letter2 .letter2-text::after {
    height: 2.5em;
  }
  .content-row .letter3 {
    text-align: justify;
  }
  .content-row .border-box5 {
    text-align: justify;
  }
  .content-row .list2 {
    font-size: 1.4rem;
  }
  .content-row .list2 .list2__item .list2__item-content .list2__item-content-title2 {
    margin: 1em 0 2.4em;
  }
  .content-row .list2 .list2__item .list2__item-content .list2__item-content-box {
    margin-top: 1.5em;
  }
  .content-row .list2 .list2__item .list2__item-content .list2__item-content-box .list2__item-content-box-title {
    top: -1.5em;
    left: -0.5em;
  }
  .content-row .list2 .list2__item .list2__item-content .list2__item-content-box + .list2__item-content-box {
    margin-top: 3.5em;
  }
  .content-row .border-box6 .border-box6__title {
    font-size: 1.25em;
  }
  .content-row .border-box6 .border-box6__content {
    font-size: 0.875em;
  }
  .content-row .border-box8 .border-box8__content {
    position: relative;
    padding-bottom: 7.5em;
  }
  .content-row .border-box8 .border-box8__content .border-box8__content-img {
    position: absolute;
    bottom: 0;
  }
  .content-row .border-box8 .border-box8__content .border-box8__content-img.border-box8__content-img--left {
    left: 1.5em;
  }
  .content-row .border-box8 .border-box8__content .border-box8__content-img.border-box8__content-img--right {
    right: 1.5em;
  }
  .content-row .table {
    font-size: 0.875em;
  }
  .content-row .border-box3 {
    font-size: 0.875em;
  }
  .content-row .title2 {
    font-size: 1.25em;
  }
  .content-row .btn2 {
    font-size: 1em;
  }
  .content-row .border-box4 .border-box4__ttl {
    font-size: 1.25em;
  }
  .content-row .border-box4 .border-box4__letter {
    font-size: 0.875em;
  }
  .content-row .title3 {
    font-size: 1.125em;
  }
  .content-row .list2 {
    font-size: 0.875em;
  }
  .content-row .list2 .list2__item .list2__item-content .list2__item-content-box .list2__item-content-box-title,
  .content-row .list2 .list2__item .list2__item-content .list2__item-content-box .list2__item-content-box-letter {
    font-size: 1em;
  }
  .content-row .btn3 {
    font-size: 1em;
    margin-bottom: 3em;
  }
  .content-row .btn3::before, .content-row .btn3::after {
    right: unset;
    left: calc(50% - 0.625em);
    bottom: -1em;
  }
  .book-introduction-box {
    flex-direction: column;
    align-items: center;
  }
  .book-introduction-box .book-introduction-left {
    width: 75%;
    max-width: 200px;
  }
  .book-introduction-box .book-introduction-right {
    width: 100%;
  }
  .bg-frame .min {
    padding: 2em;
  }
  #subpage #main {
    /* padding: 2.5em 0 0 0; */
    padding: 2.5em 0;
  }
  .bigger-txt {
    font-size: 3rem;
  }
  .big-txt {
    font-size: 2.6rem;
  }
  .gray-frame {
    font-size: 1.4rem;
  }
  .md-box-list .flex .item {
    width: 100%;
    padding: 1em;
    margin: 0 0 0.5em 0;
    font-size: 1.4rem;
  }
  .md-staff-leader .txt {
    padding: 2em;
  }
  .md-staff-leader .txt p {
    font-size: 1.4rem;
  }
  .md-staff-leader .thumb .box {
    right: 0;
    bottom: 0;
    font-size: 1.6rem;
    padding: 5px 10px;
  }
  .md-staff-leader .thumb .box span {
    font-size: 1rem;
  }
  .md-staff .row {
    margin-bottom: 1.5em;
  }
  .md-staff .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-staff .row .flex .thumb,
  .md-staff .row .flex .txt {
    width: 100%;
  }
  .md-staff .row .flex .thumb {
    text-align: center;
    padding-top: 2em;
  }
  .md-staff .row .flex .thumb img {
    max-width: 200px;
  }
  .md-staff .row .flex .txt {
    padding: 2em;
  }
  .md-staff .row .flex .txt .area span {
    font-size: 1.2rem;
  }
  .md-staff .row .flex .txt .name {
    font-size: 1.6rem;
  }
  .md-staff .row .flex .txt .name span {
    font-size: 1rem;
  }
  .md-staff .row .flex .txt .meta {
    font-size: 1.4rem;
  }
  .content-row .md-styled-content .flex .thumb {
    margin-bottom: 0;
  }
  .content-row .md-styled-content .flex .txt .excerpt {
    margin-bottom: 0;
  }
  .content-row .table {
    font-size: 1.4rem;
  }
  .content-row .table .table-inner table tr th, .content-row .table .table-inner table tr td {
    padding: 0.7em 1em;
  }
  .content-row .border-box7 .border-box7__title {
    font-size: 1.25em;
  }
  .content-row .border-box7 .border-box7__title2 {
    font-size: 1.25em;
  }
  .content-row .border-box7 .border-box7__letter {
    text-align: justify;
    font-size: 0.875em;
  }
  .content-row .border-box7 .border-box7__desc {
    font-size: 0.875em;
  }
  .content-row .border-box7 .border-box7__desc .border-box7__desc-inner {
    flex-direction: column;
    align-items: center;
    gap: 2em;
  }
  .content-row .border-box7 .border-box7__desc .border-box7__desc-inner .border-box7__desc-text {
    font-feature-settings: "palt";
  }
  .content-row .title4 {
    font-size: 1.4em;
  }
  .content-row .voice-list {
    font-size: 1.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .content-row .voice-list .voice-list__item {
    padding: 1em 1em 2em;
    border-radius: 0.5em;
  }
  .content-row .voice-list .voice-list__item br {
    display: none;
  }
  .content-row .voice-list .voice-list__item .il-block {
    display: inline;
  }
  .content-row .voice-list .voice-list__item .voice-list__item-letter {
    text-align: justify;
    font-feature-settings: "palt";
  }
  .content-row .border-box10 .border-box10__list .border-box10__list-item {
    padding: 1.5em 1em 3.1em;
  }
  .content-row .list3,
  .content-row .faq-list {
    font-size: 0.875em;
  }
  .benefit-list {
    font-size: 1.4rem;
  }
  .benefit-list .benefit-list-item {
    width: 100%;
  }
  .benefit-list .benefit-list-item .benefit-head-item {
    display: flex;
    max-width: 320px;
    width: 100%;
    justify-content: center;
    position: relative;
  }
  .benefit-list .benefit-list-item .benefit-head-item .benefit-head-box {
    position: absolute;
    top: 0;
    transform: translateX(-6em);
  }
  .benefit-list .benefit-list-item.item5 .benefit-head-item .benefit-img-box .benefit-img {
    width: 75%;
  }
  .md-testimonials .item {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-testimonials .item .thumb {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .md-testimonials .item .thumb .icon {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .md-testimonials .item .thumb .meta {
    font-size: 1.2rem;
  }
  .md-testimonials .item .txt {
    width: 100%;
    font-size: 1.4rem;
    padding: 1.5em;
  }
  .md-testimonials .item .txt::before,
  .md-testimonials .item .txt::after {
    display: none;
  }
  .md-owner-points .row {
    padding: 2em;
  }
  .md-owner-points .row .box {
    max-width: 100%;
  }
  .md-owner-points .row .box .numb {
    width: 41px;
    height: 41px;
    line-height: 41px;
    font-size: 2.5rem;
  }
  .md-owner-points .row .box .box-inner {
    padding: 1.5em;
    background: rgba(255, 255, 255, 0.85);
  }
  .md-owner-points .row .box .box-inner .ttl {
    font-size: 1.6rem;
  }
  .md-owner-points .row .box .box-inner .ttl br {
    display: none;
  }
  .md-owner-points .row .box .box-inner .excerpt {
    font-size: 1.4rem;
  }
  .styled-tbl {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .styled-tbl tbody,
  .styled-tbl tr,
  .styled-tbl th,
  .styled-tbl td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h2, .sentry h3 {
    font-size: 1.8rem;
  }
  .sentry h4 {
    font-size: 1.6rem;
  }
  .sentry blockquote span {
    text-align: left;
    text-justify: inherit;
  }
  .sentry p, .sentry ul, .sentry ol {
    text-align: inherit;
    text-justify: none;
  }
  #contactform .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contactform .flex .item {
    width: 100%;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    display: block;
    margin-left: 0;
  }
  .md-schedule .row {
    padding: 1em;
  }
  .md-schedule .row .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-schedule .row .flex .thumb {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
  }
  .md-schedule .row .flex .thumb img {
    max-width: 150px;
  }
  .md-schedule .row .flex .txt {
    width: 100%;
  }
  .md-schedule .row .flex .txt .ttl {
    font-size: 1.6rem;
  }
  .md-schedule .row .flex .txt .course02-excerpt.course02-excerpt-block {
    font-size: 1.2rem;
  }
  .md-schedule .row .flex .txt table {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 1.2rem;
    border-bottom: #d0d0d0 1px solid;
  }
  .md-schedule .row .flex .txt table tbody,
  .md-schedule .row .flex .txt table tr,
  .md-schedule .row .flex .txt table th,
  .md-schedule .row .flex .txt table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
  }
  .md-schedule .row .flex .txt table th,
  .md-schedule .row .flex .txt table td {
    border-bottom: none;
  }
  .single-header {
    padding: 7px 15px;
  }
  .single-header .single-ttl {
    font-size: 1.8rem;
  }
  #course-contents .single-header .cat span {
    font-size: 1.2rem;
  }
  #course-contents .eyecatch {
    margin-bottom: 1.5em;
  }
  #course-contents .schedule-content table {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 1.4rem;
    border-bottom: #d0d0d0 1px solid;
  }
  #course-contents .schedule-content table tbody,
  #course-contents .schedule-content table tr,
  #course-contents .schedule-content table th,
  #course-contents .schedule-content table td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: left;
  }
  #course-contents .schedule-content table th,
  #course-contents .schedule-content table td {
    border-bottom: none;
  }
  #sub-hero {
    /* height: 250px; */
    height: 187.5px;
  }
  #sub-hero .inner {
    height: 187.5px;
  }
  #sub-hero .box {
    width: 70%;
  }
  #sub-hero .box .sec-header .sec-ttl {
    font-size: 1.8rem;
  }
  #sub-hero.for-beginner .bg-img {
    width: 55%;
  }
  .h-gnav {
    font-size: 1.4rem;
  }
  .h-gnav .global_navigation__inner {
    overflow: auto;
  }
  .h-gnav .global_navigation__top {
    padding: 0;
  }
  .h-gnav .global_navigation__top .global_navigation__content {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .h-gnav .global_navigation__top .global_navigation__content .global_navigation__label {
    width: 100%;
  }
  .h-gnav .global_navigation__btm {
    margin-bottom: 1em;
  }
  .h-gnav .global_navigation__btm .bn_contact {
    padding: 1em;
  }
  .h-gnav .global_navigation__btm .bn_contact span {
    font-size: 1.8rem;
  }
  .h-gnav .global_navigation__top .global_navigation__logo {
    width: 80%;
  }
  .md-staff-leader .thumb .pc {
    display: none;
  }
  .md-staff-leader .thumb .sp {
    display: inline-block;
  }
  #side-btn {
    right: inherit;
    top: inherit;
    transform: none;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #side-btn a {
    writing-mode: unset;
    -ms-writing-mode: unset;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 0;
    font-size: 1.6rem;
  }
  #side-btn a span {
    padding: 0;
  }
  .md-pro {
    font-size: 1.4rem;
  }
  .md-pro .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-pro .flex .item {
    width: 50%;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .md-pro .flex .item:not(:last-of-type) {
    border-right: #d0d0d0 1px solid;
  }
  .md-pro .flex .item:nth-child(2n+1) {
    border-right: none;
  }
  .md-pro .flex .item .box {
    padding: 1em 0.5em;
    height: 125px;
  }
  .md-pro .flex .item .box span {
    font-size: 1.8rem;
  }
  .md-pro table {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: #d0d0d0 1px solid;
  }
  .md-pro table tbody,
  .md-pro table tr,
  .md-pro table th,
  .md-pro table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .md-pro table th {
    border-bottom: none;
    border-top: none;
  }
  .md-pro .flow .item::before {
    top: 40px;
    left: 20px;
  }
  .md-pro .flow .item .flex {
    margin-bottom: 1.5em;
  }
  .md-pro .flow .item .flex.mgb1em {
    margin-bottom: 1em;
  }
  .md-pro .flow .item .flex .icon {
    width: 40px;
  }
  .md-pro .flow .item .flex .icon span {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    padding-top: 7px;
  }
  .md-pro .flow .item .flex .txt {
    width: calc(100% - 50px);
    padding-top: 0.2em;
  }
  .md-pro .flow .item .flex .txt .ttl {
    font-size: 1.4rem;
  }
  .md-program .program-menu .program-menu-item {
    height: 8.7141em;
  }
  .how-to-become-lecturer {
    gap: 0.4em 0;
  }
  .how-to-become-lecturer li {
    width: 25%;
  }
  .how-to-become-lecturer li p {
    font-size: 0.812em;
    line-height: 2.4;
  }
  .online-courses-ttl-01-01 {
    width: 100%;
  }
  #pro-course-01 .pro-course-01-contact {
    margin-top: 2em;
  }
  #activity-02 .sub-ttl.pc,
  #basic-course-02 .sub-ttl.pc,
  #pro-course-02 .sub-ttl.pc,
  #online-course-02 .sub-ttl.pc {
    display: none;
  }
  #activity-02 .sub-ttl.sp,
  #basic-course-02 .sub-ttl.sp,
  #pro-course-02 .sub-ttl.sp,
  #online-course-02 .sub-ttl.sp {
    display: block;
    margin-top: 1em;
  }
  .online-courses-chalkboard-01,
  .online-courses-chalkboard-02,
  .online-courses-chalkboard-03 {
    width: 100%;
  }
  .profile-header .profile-header-name {
    font-size: 1.6rem;
  }
  .profile-header .profile-header-detail {
    font-size: 1.4rem;
  }
  .profile-header .profile-header-site-link {
    font-size: 1.4rem;
  }
  .profile-content {
    margin-top: 2em;
  }
  .profile-content .sentry h3 {
    font-size: 1.6rem;
  }
  .how-to-become-lecturer .read-more .read-more-bonsent {
    flex-direction: column;
  }
  .how-to-become-lecturer .read-more .read-more-bonsent::after {
    margin-left: unset;
  }
  #banner-magazine .banner-magazine-link {
    max-width: 100%;
    margin: unset;
  }
}/*# sourceMappingURL=style.css.map */