@charset "UTF-8";
/* common */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #5f646e;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

body.open {
  overflow-y: hidden;
}

a {
  color: #5f646e;
}

img {
  width: 100%;
}

hr {
  background-color: #5f646e;
  width: 100%;
  height: 1px;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

*:focus {
  outline: none;
}

.u-line {
  text-decoration: underline;
}

.xl-con {
  width: 90%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}
.xl-con .l-con,
.xl-con .con {
  width: 100%;
}

.l-con {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-con .con {
  width: 100%;
}

.con {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.m-con {
  width: 100%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.s-con {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.fw-b {
  font-weight: bold;
}

.fs-45 {
  font-size: clamp(3.6rem, 4vw, 4.5rem);
}

.fs-40 {
  font-size: clamp(3.2rem, 4vw, 4rem);
}

.fs-36 {
  font-size: clamp(2.8rem, 3vw, 3.6rem);
}

.fs-24 {
  font-size: clamp(2.1rem, 2.5vw, 2.4rem);
}

.fs-21 {
  font-size: clamp(1.8rem, 2.5vw, 2.1rem);
}

.c-b {
  background-color: #fffcf0;
}

.b-b {
  background-color: #72c8df;
}

.w-b {
  background-color: #fff;
}

.o-b {
  background-color: #F6AB00;
}

.w-t {
  color: #fff;
}

.b-t {
  color: #72c8df;
}

.o-t {
  color: #F6AB00;
}

.dot-b-cw {
  background-color: #fffcf0;
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.dot-b-cc2 {
  background-color: #fffcf0;
  background-image: radial-gradient(#F2EBD4 20%, transparent 20%), radial-gradient(#F2EBD4 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.dot-b-wm2 {
  background-color: #fff;
  background-image: radial-gradient(#E6F4FD 20%, transparent 20%), radial-gradient(#E6F4FD 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.res-on {
  display: none;
}

.phone-on {
  display: none;
}

.backtop {
  position: fixed;
  right: 5%;
  bottom: 20px;
  width: 60px;
  z-index: 3000;
  opacity: 0;
  transition: 0.3s;
}

.backtop.active {
  opacity: 1;
}

.ham-wr {
  position: fixed;
  top: 25px;
  right: 5%;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  background-color: #72c8df;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  z-index: 6000;
  transition: 0.3s;
  padding-top: 5px;
}

.menu {
  padding-left: 1px;
  margin-top: 3px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
  opacity: 1;
  transition: 0.3;
}

.ham {
  position: relative;
  display: block;
  width: 36px;
  height: 24px;
}
.ham span {
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 3px;
  transition: 0.3s;
}
.ham span:first-child {
  top: 0;
}
.ham span:nth-child(2) {
  top: calc(50% - 3px / 2);
}
.ham span:nth-child(3) {
  bottom: 0;
}

.ham-wr.open {
  padding-top: 19px;
}
.ham-wr.open .menu {
  opacity: 0;
}
.ham-wr.open span {
  background-color: #fff;
}
.ham-wr.open span:first-child {
  top: 40%;
  transform: rotate(-45deg);
}
.ham-wr.open span:nth-child(2) {
  opacity: 0;
}
.ham-wr.open span:nth-child(3) {
  top: 40%;
  bottom: auto;
  transform: rotate(45deg);
}

/* header */
.g-nav-wr {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: -10;
  opacity: 0;
  transition: 0.2s;
  background-color: #fff;
}
.g-nav-wr nav {
  margin-top: 80px;
  display: block;
  background-color: #fff;
  background-image: radial-gradient(#E6F4FD 20%, transparent 20%), radial-gradient(#E6F4FD 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.g-nav-wr.open {
  display: block;
  height: auto;
  z-index: 5000;
  opacity: 1;
}

.g-nav {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  display: inline-block;
}
.g-nav li {
  text-align: left;
  margin-bottom: 40px;
}
.g-nav li:last-child {
  margin-bottom: 0;
}
.g-nav li.h-icon {
  text-align: center;
  transform: translateX(-10px);
}
.g-nav li span {
  color: #72c8df;
  margin-right: 10px;
}

.g-nav.open {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
}

.h-logo {
  width: 65%;
  max-width: 280px;
  position: fixed;
  top: 15px;
  left: 5%;
  z-index: 7000;
}

.h-btn {
  max-width: 210px !important;
  width: 100% !important;
  height: 35px !important;
}

.footer {
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f3fafe;
}

.f-logo {
  max-width: 285px;
}

.f-tel {
  letter-spacing: -0.01em;
}

.f-text {
  margin-top: 20px;
}

.copyright {
  margin-top: 40px;
  text-align: right;
}

.flex-wr {
  display: flex;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #72c8df;
  background-color: #72c8df;
  color: #fff;
  width: 100%;
  height: 90px;
  border-radius: 15px;
  transition: 0.3s;
}
.btn svg {
  margin: 0 auto;
  width: 95%;
  transition: 0.3s;
}
.btn svg text {
  transition: 0.3s;
}
.btn svg path {
  transition: 0.3s;
}
.btn:hover {
  background-color: #fff;
  color: #72c8df !important;
}
.btn:hover svg text {
  fill: #72c8df !important;
}
.btn:hover svg path {
  fill: #72c8df !important;
}

.lr-list li {
  display: flex;
  justify-content: space-between;
}

.sec-pt {
  padding-top: 100px;
}

.sectitle-wr {
  margin-bottom: 70px;
}

.sectitle {
  margin-top: 30px;
}

.secillust {
  position: absolute;
}

.secillust-r {
  width: 30%;
  max-width: 250px;
  right: 2%;
  top: -70px;
}

.secillust-l {
  width: 20%;
  max-width: 135px;
  left: 3%;
  bottom: -80px;
}

.secillust-l2 {
  bottom: -40px;
}

.kv-sec {
  margin-top: 70px;
  margin-bottom: 100px;
}

.kv-illust {
  position: absolute;
  bottom: -35%;
  right: 15px;
  z-index: 1;
  width: 30%;
  max-width: 250px;
}

.kv-con {
  padding: 90px 0 80px;
  position: relative;
  border-radius: 15px;
}

.kv-title {
  margin-top: 15px;
}

.kv-text {
  top: 60%;
  z-index: 2;
  width: 90%;
  max-width: 500px;
}

.kv-sec-top {
  padding-top: 70px;
}

.kv-list-wr {
  height: 80vh;
  max-height: 800px;
}

.kv-list {
  width: 100%;
  height: 80vh;
  max-height: 800px;
}
.kv-list li {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 800px;
  border-radius: 10px;
}
.kv-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
}

.top-sec {
  padding-top: 220px;
  margin-top: -100px;
}

.serifbox-text p {
  position: relative;
  border: 1px solid #5f646e;
  border-radius: 10px;
  padding: 25px 60px;
  background-color: #fff;
  z-index: 2;
}
.serifbox-text::before {
  content: "";
  position: absolute;
  top: 41%;
  left: -74px;
  margin-top: -13px;
  border: 29px solid transparent;
  border-top: #fff;
  border-right: 59px solid #FFF;
  z-index: 3;
}
.serifbox-text::after {
  content: "";
  position: absolute;
  top: 41%;
  left: -80px;
  margin-top: -14px;
  border: 30px solid transparent;
  border-top: #fff;
  border-right: 60px solid #5f646e;
  z-index: 1;
}

.serifbox-text-r::before {
  left: calc(100% - 9px);
  transform: scale(-1, 1);
}
.serifbox-text-r::after {
  left: calc(100% - 6px);
  transform: scale(-1, 1);
}

.tablebox {
  border-radius: 10px;
}

.daylist {
  position: relative;
  z-index: 2;
}
.daylist li {
  display: flex;
}
.daylist li:nth-child(odd) {
  flex-direction: row-reverse;
}
.daylist li:nth-child(even) .daylist-title {
  padding-left: 20px;
}
.daylist li:nth-child(even) .daylist-text {
  padding-left: 20px;
}

.daylist-empty {
  width: calc(50% - 60px);
}

.daylist-box {
  width: calc(50% - 60px);
  margin-top: -24px;
  min-height: 150px;
}

.daylist-time {
  width: 120px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
}

.daylist-line {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #F6AB00, #F6AB00 3px, transparent 3px, transparent 5px);
  background-size: 5px 2px;
  background-position: left;
  background-repeat: repeat-x;
  margin: 2px auto 15px;
}

.daylist-title {
  padding: 0 10px;
}

.daylist-text {
  padding: 0 10px;
}

.timeline {
  height: 93%;
  top: 0;
  width: 3px;
  background-color: #F6AB00;
  z-index: 1;
}

.teachbox {
  padding: 20px 10px;
  border-top: 1px solid #F6AB00;
  border-bottom: 1px solid #F6AB00;
}
.teachbox .l {
  width: 200px;
}
.teachbox .r {
  width: calc(100% - 200px);
}

.reclist li {
  padding: 20px;
  border-bottom: 1px solid #5f646e;
}
.reclist li:first-child {
  border-top: 1px solid #5f646e;
}
.reclist li .l {
  width: 250px;
}
.reclist li .r {
  width: calc(100% - 250px);
}

.flowarrow {
  width: 30px;
  margin: auto 10px;
}

.form-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.form-row {
  margin-bottom: 30px;
}

.form-left {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
}

.form-require {
  width: 60px;
  height: 30px;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  background-color: #72c8df;
}

.form-right {
  width: calc(100% - 300px);
}

.form-text {
  border: 2px solid #5f646e;
  height: 60px;
  width: 100%;
  padding: 10px;
}

.textarea {
  height: 180px;
}

.personal-info-wr {
  padding: 20px;
  border: 2px solid #5f646e;
  width: 100%;
  height: 120px;
  overflow-y: scroll;
}

.form-btn {
  margin-top: 50px;
  height: 60px;
  max-width: 300px;
}

.form-right-select {
  display: flex;
  align-items: center;
}
.form-right-select select {
  height: 60px;
  font-size: 1.8rem;
  margin-right: 5px;
  border: 2px solid #5f646e;
  padding: 5px 10px;
}
.form-right-select .form-date-text {
  margin-right: 25px;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  height: 30px;
  width: 30px;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

input[type=checkbox]::before {
  border: 2px solid #5f646e;
  background-color: transparent;
  border-radius: 3px;
  height: 25px;
  width: 25px;
}

input[type=checkbox]::after {
  border-bottom: 3px solid #5f646e;
  /*チェックの太さ*/
  border-left: 3px solid #5f646e;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  height: 6px;
  /*チェックの高さ*/
  width: 11px;
  /*チェックの横幅*/
  transform: rotate(-45deg);
  top: 12px;
  left: 10px;
}

input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}

.radiobox-wr {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.radiobox {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.radiobox label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
}
.radiobox label::before,
.radiobox label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
}
.radiobox label::before {
  background-color: #fff;
  border: 1px solid #5f646e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.radiobox label::after {
  background-color: #5f646e;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px;
}
.radiobox input:checked + label::after {
  opacity: 1;
}
.radiobox .radio-btn {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}/*# sourceMappingURL=style.css.map */