@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Noto+Sans+JP:wght@500;700&display=swap');

html {
  overflow-y: scroll;
}

html,
body {
  -webkit-text-size-adjust: none;
}

body,
div,
dl,
dt,
dd,
ul,
ul li,
ol,
ol li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: underline;
  color: darkred;
}

a:hover {
  text-decoration: none;
  color: darkolivegreen;
}

a.moshikomi {
  text-decoration: none;
  color: darkolivegreen;
}

a.moshikomi:hover {
  text-decoration: underline;
  color: darkred;
}

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

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

strong {
  font-weight: 700;
}

body {
  font-size: 18px;
  line-height: 2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
}

.bgImage {
  background: url("../images/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  z-index: 0;
  overflow: hidden;
  /*ブラー効果でボヤけた部分を非表示*/
  position: fixed;
}

.bgImage2:before {
  background-image: url("../images/bg.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  min-height: 100svh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-frame-orange,
.bg-frame-bosai {
  background: #ff8c02;
  padding: 15px 20px 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 500px;
  margin: -50px calc(50% - 475px) -70px;
}

.bg-frame-orange h5,
.bg-frame-bosai h5 {
  color: #fff;
}

.bg-frame-bosai {
  background: #684068;
}

.de-op-r,
.de-op-l,
.de-opa-photo {
  opacity: 0;
}

.voice-photo {
  float: left;
  width: 120px;
  margin-top: 3px;
  margin-right: 25px;
  margin-bottom: 10px;
}

.voice-photo img {
  width: 100%;
  border: 3px #fff solid;
}

@media (max-width: 950px) {

  .bg-frame-orange,
  .bg-frame-bosai {
    width: 80%;
    margin-left: 0;
    padding-left: 50px;
  }

  @media (max-width: 500px) {
    body {
      font-size: 16px;
    }

    .bg-frame-orange,
    .bg-frame-bosai {
      width: 80%;
      margin-left: 0;
      padding-left: 30px;
      padding-bottom: 12px;
    }

    .bg-frame-orange h5,
    .bg-frame-bosai h5 {
      font-size: 20px;
    }
  }

  @media (max-width: 770px) {
    .bgImage {
      background: url("../images/bg.webp");
    }
  }
}

/*
.bgImage:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
*/

img.fit {
  width: 100%;
}

h1 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 110px;
  z-index: 30;
}

@media (max-width: 500px) {
  h3.large {
    font-size: 60px;
  }
}

h3 {
  font-size: 14px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
}

h6.en,
h6.en2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: 1px solid darkorange;
  color: darkorange;
}

h6.en2 {
  color: #684068;
  border-bottom: 1px solid #684068;
}

.en,
.en2 {
  font-family: 'Josefin Sans', sans-serif;
}

.en3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: 1px solid darkolivegreen;
  color: darkolivegreen;
}

@media (max-width: 500px) {
  h1 {
    top: 20px;
    left: 20px;
    width: 80px;
  }

  h3 {
    font-ize: 30px;
  }

  h5 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
}

.content,
.content1,
.content2,
.content3 {
  width: 950px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.content,
.content3 {
  padding: 90px 0;
}

.content2 {
  padding: 30px 0;
  ;
}

@media (max-width: 950px) {

  .content,
  .content1,
  .content2,
  .content3 {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {

  .content,
  .content1,
  .content2,
  .content3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.flex1 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  min-height: 100svh;
}

.top-silde {
  width: 40%;
  overflow: hidden;
  border-radius: 50%;
  border: 10px solid white;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
}

.add-slide-start {
  animation: top-slide-v 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.buz {
  width: 55%;
}

.flex-p1,
.flex-elements1,
.flex-elements2,
.flex-element5,
.flex-photo,
.flex-p1-footer,
.flex-company,
.flex-icon,
.flex-icon2 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flex-elements2 {
  flex-direction: row-reverse;
}

.flex-element5 {
  justify-content: center;
  margin-bottom: 70px;
}

.flex-company {
  align-items: center;
}

.flex-5ele {
  width: 20%;
  margin: 5px 0;
  padding: 0 45px;
  box-sizing: border-box;
}

.flex-5ele img {
  width: 100%;
}

.flex-icon {
  justify-content: flex-start;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 30px 0;
}

.flex-icon2 {
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px -15px;
}

.icon,
.icon11 {
  width: 32px;
  margin-left: 15px;
}

.icon2,
.icon22 {
  width: 40px;
  margin-left: 15px;
}

.icon img,
.icon2 img,
.icon11 img,
.icon22 img {
  width: 100%;
  opacity: 0.6;
}

.icon img:hover,
.icon2 img:hover,
.icon11 img:hover,
.icon22 img:hover {
  opacity: 1;
}

.icon11 {
  width: 24px;
}

.icon22 {
  width: 32px;
}

@media (max-width: 820px) {

  .flex-icon,
  .flex-icon2 {
    justify-content: center;
  }

  .icon,
  .icon2 {
    margin-left: 7px;
    margin-right: 7px;
  }

  .flex-5ele {
    width: 33%;
    margin: 15px 0;
    padding: 0 35px;
  }
}

@media (max-width: 500px) {
  .flex-5ele {
    padding: 0 20px;
  }

  .flex-elements1,
  .flex-elements2 {
    flex-direction: column;
  }
}

.flex-p1-footer {
  justify-content: space-around;
  align-items: flex-start;
}

.flex-p1-left,
.flex-p1-right {
  width: 100%;
  margin: 20px 0 40px 0;
}

.flex-photo {
  padding: 0;
}

.flex-photo-place {
  width: 49%;
  margin: 5px 0 15px;
}

.flex-photo-place2 {
  width: 24%;
  margin: 5px 0;
}

.flex-photo-place img,
.flex-photo-place2 img {
  width: 100%;
  border-radius: 5px;
}

.flex-inst-place {
  width: 31%;
  margin: 10px 0 15px;
}

.flex-inst-place img {
  width: 100%;
  border-radius: 5px;
}

.flex-footer-left {
  width: 350px;
}

.flex-footer-right {
  width: 400px;
  text-align: right;
}

.flex-footer2 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 0 7px 0;
  border-radius: 5px;
}

.flex-company-place1 {
  width: 60%;
}

.flex-company-place2 {
  width: 36%;
}

.flex-school {
  flex-direction: column;
}

@media (max-width: 768px) {
  .flex-company {
    flex-direction: column-reverse;
  }

  .flex-company-place1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-company-place2 {
    width: 100%;
    margin-bottom: 100px;
  }
}

.sns-ff {
  height: 40px;
  box-sizing: border-box;
}

.sns-ff img {
  width: 100%;
}

#footer ul.index li {
  display: block;
  list-style: none;
  padding: 0 0 5px 0;
  color: white;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
}

@media (max-width: 820px) {
  #footer ul.index li {
    text-align: center;
  }
}

#concept a {
  color: antiquewhite;
  text-decoration: none;
}

#concept a:hover {
  color: white;
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover {
  color: darkorange;
}

@media (max-width: 820px) {
  .flex1 {
    flex-direction: column;
    justify-content: center;
  }

  .flex-p1 {
    flex-direction: column;
    justify-content: center;
  }

  .flex-p1-left,
  .flex-p1-right {
    width: 100%;
    margin: 20px 0;
  }

  .top-silde {
    width: 70%;
  }

  .buz {
    width: 70%;
  }
}

@media (max-width: 500px) {

  /*
  .flex-photo-place, .flex-photo-place2 {
    width: 49%;
    margin: 5px 0;
  }
	*/
  .flex-inst-place {
    width: 49%;
  }

  .flex-footer-left,
  .flex-footer-right {
    width: 100%;
    text-align: left;
  }

  .flex-footer-left {
    margin-bottom: 30px;
  }

  .flex-footer-right {
    ;
    text-align: center;
  }

  .wide80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.add-zoom {
  animation: top-slide-v .8s ease-in-out 0s normal both;
}

@keyframes top-slide-v {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.add-animation {
  animation: zoomUp 3s ease-in-out 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }

  6% {
    transform: scale(1.2);
  }

  20% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
    /* 拡大率 */
  }
}

.add-photo-zoom {
  animation: zoom-photo 0.8s ease-in-out 0s normal both;
}

@keyframes zoom-photo {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.add-mov-slide {
  animation: mov-slide 0.8s ease-in-out 0s normal both;
}

@keyframes mov-slide {
  0% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(100px);
    opacity: 1;
  }
}

.slider {
  border-radius: 50%;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
}

.slick-img img {
  width: 100%;
}

.add-opa1 {
  animation: opa1 0.5s ease-out 0s normal both;
}

@keyframes opa1 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateY(0);
  }
}

.add-forest1 {
  animation: frest1-mov 1.5s ease-out 0s normal both;
}

@keyframes frest1-mov {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateX(0);
  }
}

.add-forest2 {
  animation: frest2-mov 2s ease-in-out 0s normal both;
}

@keyframes frest2-mov {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateX(0);
  }
}

.anim-ud {
  animation: move-y 1.5s infinite alternate ease-in-out;
  display: inline-block;
}

@keyframes move-y {
  from {
    transform: translateY(-20px);
  }

  to {
    transform: translateY(0);
  }
}

.add-rotate {
  animation: move-rotate 0.8s ease-in-out 0s normal both;
  display: inline-block;
}

@keyframes move-rotate {
  0% {
    transform: rotateZ(-10deg);
    transform-origin: 0 0;
  }

  100% {
    transform: rotateZ(0);
    transform-origin: 0 0;
    opacity: 0.6;
  }
}

.add-rotate-cloud1 {
  animation: move-rotate-cloud1 1s ease-in-out 0s normal both;
  display: inline-block;
}

@keyframes move-rotate-cloud1 {
  0% {
    transform: rotateZ(25deg);
    transform-origin: 0 0;
  }

  100% {
    transform: rotateZ(5deg);
    transform-origin: 0 0;
    opacity: 0.6;
  }
}

.scrolldown1 {
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 11px;
  display: none;
}

@media (max-width: 950px) {
  .scrolldown1 {
    position: absolute;
    right: 20px;
  }
}

.sect1 {
  background: #f4af38;
  position: relative;
}

.sect2 {
  background-color: antiquewhite;
  position: relative;
}

.sect22 {
  background-color: #f6b57b;
  position: relative;
}

.sect3 {
  background-color: darksalmon;
  position: relative;
}

.sect4 {
  background-color: #448059;
  position: relative;
}

.sect5 {
  background-color: chocolate;
  position: relative;
}

.sect0 {
  background-color: #e5cea6;
  position: relative;
}

.forest {
  position: absolute;
  top: -100px;
  right: -150px;
  width: 550px;
  z-index: 20;
  opacity: 0;
}

.forest2 {
  opacity: 0;
  position: absolute;
  top: -110px;
  left: -150px;
  width: 550px;
  z-index: 20;
  opacity: 0;
}

.tent {
  position: absolute;
  top: -35px;
  left: 440px;
  width: 120px;
  z-index: 1;
}

.fire {
  position: absolute;
  top: 15px;
  left: 540px;
  width: 70px;
  z-index: 1;
}

#cloud {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 250px;
  z-index: 1;
  opacity: 0;
}

#cloud-b1 {
  position: absolute;
  top: -5px;
  left: -100px;
  width: 500px;
  opacity: 0;
  z-index: 1;
}

#cloud-mission {
  position: absolute;
  top: 120px;
  right: 20px;
  width: 120px;
  z-index: 1;
  opacity: 0;
}

#cloud-school {
  position: absolute;
  top: -5px;
  left: -120px;
  width: 580px;
  z-index: -1;
  opacity: 0;
}

#cloud-school2 {
  position: absolute;
  bottom: 240px;
  right: -55px;
  width: 500px;
  z-index: -10;
  opacity: 0;
}

#i-school {
  position: absolute;
  top: -50px;
  right: -70px;
  width: 250px;
  opacity: 0;
  z-index: -1;
}

#i-pack {
  position: absolute;
  top: 250px;
  right: -10px;
  width: 250px;
  opacity: 0;
  z-index: -1;
}

.effect {
  width: 600px;
  background-color: #fff;
  padding: 25px;
  padding-bottom: 20px;
  border-radius: 10px;
}

@media (max-width: 950px) {
  #cloud-school2 {
    bottom: 360px;
    right: -90px;
    width: 480px;
    z-index: -10;
    opacity: 0;
  }

  #i-school {
    position: absolute;
    top: -100px;
    right: 20px;
    width: 200px;
  }

  #i-pack {
    position: absolute;
    top: 0;
    right: -40px;
    width: 200px;
  }
}

@media (max-width: 820px) {
  #cloud-school2 {
    bottom: -50px;
    right: -20px;
    width: 120%;
  }

  .effect {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 500px) {
  #cloud-school2 {
    bottom: 0px;
    right: -30px;
  }

  #i-school {
    position: absolute;
    top: -130px;
    right: 0;
    width: 120px;
  }

  #i-pack {
    position: absolute;
    top: 30px;
    right: -10px;
    width: 120px;
  }
}

@media (max-width: 500px) {
  #cloud-mission {
    top: 150px;
    right: 15px;
    width: 70px;
    z-index: 1;
  }

  #cloud-school {
    width: 470px;
    top: 20px;
    left: -100px;
  }
}

@media (max-width: 1250px) {
  .forest {
    right: -10px;
  }

  .forest2 {
    left: -10px;
  }
}

@media (max-width: 820px) {
  .forest {
    top: -50px;
    right: -10px;
    width: 350px;
  }

  .forest2 {
    top: -50px;
    left: -10px;
    width: 350px;
  }

  #cloud {
    bottom: 0px;
    right: 5px;
    width: 180px;
  }

  #cloud-b1 {
    left: -50px;
    width: 390px;
  }
}

.white {
  color: white;
}

.opa0 {
  opacity: 0;
}

.padTB30 {
  padding: 30px auto
}

.base {
  position: relative;
  z-index: 20;
}

.text {
  position: relative;
  z-index: 30;
}

.smp {
  display: none;
}

.text-small {
  font-size: 14px;
  line-height: 1.7em;
}

.text-xsmall {
  font-size: 11px;
  line-height: 1.5em;
}

.pd10 {
  padding-bottom: 10px;
}

.color-orange {
  color: darkorange;
}

.color-red {
  color: firebrick;
}

.color-cream {
  color: blanchedalmond;
}

.color-purple {
  color: #d9553b;
}

.color-bosai {
  color: #684068;
}

.row80,
.row801,
.row802 {
  width: 80%;
}

.row18 {
  width: 12%;
  padding-top: 10px;
}

.row18 img {
  width: 100%;
}

.pagetopUp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 30px;
  z-index: 1000;
  display: none;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.pagetopUp:hover {
  opacity: 1;
}

.pagetopUp img {
  width: 100%;
}

@media (max-width: 820px) {
  .pc2 {
    display: none;
  }
}

@media (max-width: 500px) {
  .pc {
    display: none;
  }

  .smp {
    display: block;
  }

  .row80,
  .row801 {
    width: 100%;
  }

  .row18 {
    display: none;
  }

  .tent {
    top: 0;
    left: 200px;
    width: 90px;
    z-index: 1;
  }

  .fire {
    top: 50px;
    left: 275px;
    width: 45px;
    z-index: 1;
  }
}

.row802 {
  width: 90%;
}

a .b-contact {
  display: block;
  width: 240px;
  margin: 30px auto 0 auto;
  padding: 20px 0;
  text-align: center;
  border-radius: 120px;
  background-color: whitesmoke;
  font-size: 16px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

a .b-contact:hover {
  background-color: blanchedalmond;
}

.insta-place {
  width: 30px;
  margin: 0 0 10px 10px;
  float: right;
}

.insta-place img {
  width: 100%
}

button {
  font-family: 'Noto Sans JP', sans-serif;
}

/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #333;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

/* ハンバーガーメニュー */
.menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  z-index: 50;
}

.menu li {
  background-image: linear-gradient(60deg, #3e3a39 0%, #6f8468 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .3s ease-in-out;
  height: 100vh;
  width: 14.286vw;
  line-height: 1em;
}

.menu li a {
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu li a:hover {
  text-decoration: underline;
}

.menu li:nth-of-type(2) {
  transition-delay: .025s;
}

.menu li:nth-of-type(3) {
  transition-delay: .05s;
}

.menu li:nth-of-type(4) {
  transition-delay: .075s;
}

.menu li:nth-of-type(5) {
  transition-delay: .1s;
}

.menu li:nth-of-type(6) {
  transition-delay: .125s;
}

.menu.open li {
  transform: translateY(100svh);
}

@media (max-width: 820px) {
  .menu ul {
    flex-direction: column;
    top: 0;
    left: -100vw;
  }

  .menu li {
    height: 14.285svh;
    width: 100vw;
  }

  .menu.open li {
    transform: translateX(100svw);
  }
}

/* Hamburger menu */
.hamburger {
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  top: 20px;
  right: 20px;
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 50;
}

.hamburger:focus {
  outline: 0;
}

.hamburger .line {
  background-color: #000;
  display: block;
  margin: 4px auto;
  height: 2px;
  width: 20px;
  transition: all .1s ease-in;
}

.hamburger.open .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/**/
table.campany {
  margin: 30px 0;
}

.campany td {
  padding: 7px 20px;
  line-height: 1.7em;
  vertical-align: top;
}

table.school,
table.school2,
table.school3 {
  margin: 0;
  width: 100%;
}

table.school3 {
  border-radius: 10px;
}

table.school2 {
  font-size: 12px;
}

.school2 th {
  padding: 3px 10px;
  background-color: #c7e1b8;
}

.school td {
  padding: 5px 10px;
  line-height: 1.8em;
  vertical-align: top;
}

.school2 td {
  padding: 3px 10px;
  line-height: 1.5em;
  vertical-align: top;
}

@media (max-width: 820px) {
  table.school3 {
    display: none;
  }
}

.school3 td {
  padding: 5px 10px;
  line-height: 1.8em;
  vertical-align: top;
}

.noWrap {
  white-space: nowrap;
}

.plan {
  background-color: cornsilk;
  width: 100%;
}

@media (max-width: 768px) {
  .campany td {
    padding: 7px 3px;
  }
}

ul.insta {
  display: flex;
  flex-wrap: wrap;
}

ul.insta li {
  position: relative;
  width: 33%;
  list-style: none;
}

ul.insta li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

ul.insta li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border: 1px solid white;
  box-sizing: border-box;
}

.school-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-school-place1 {
  width: 50%;
}

.flex-school-place2 {
  width: 45%;
}

.flex-school-place3 {
  width: 48%;
}

@media (max-width: 820px) {
  .school-flex {
    flex-direction: column;
  }

  .flex-school-place1,
  .flex-school-place2,
  .flex-school-place3 {
    width: 100%;
  }

  .flex-school-place3 {
    margin-bottom: 30px;
  }
}

/*
img.white {
	border:1px solid #ccc;
}
*/
/*アコーディオン　未使用*/
.has-list {
  position: relative;
  transition: all .6s;
  cursor: pointer;
  margin-bottom: 0;
}

.has-list ul {
  display: none;
  margin: 0;
  padding-bottom: 0;
}

.has-list ul li {
  list-style-type: none;
  margin-bottom: -30px;
}

.has-mark {
  position: relative;
  margin-top: 5px;
  padding: 5px 10px;
  background-color: #c3c9af;
  font-size: 14px;
}

/*アイコンの＋と×*/
.has-mark::before,
.has-mark::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  background-color: #777;
}

.has-mark::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

.has-mark::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.has-mark.close::before {
  transform: rotate(45deg);
}

.has-mark.close::after {
  transform: rotate(-45deg);
}

.smph20 {
  margin-top: 30px;
}

.t-gaiyo {
  margin-top: 30px;
  padding: 5px 10px;
  background-color: darkolivegreen;
  color: white;
  font-size: 14px;
}

p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px auto;
}

.star {
  color: coral;
}

.smp3 {
  display: none;
}

@media (max-width: 820px) {
  .smp3 {
    display: block;
  }
}

.voice-br {
  display: none;
}

@media (max-width: 950px) {
  .voice-br {
    display: inline;
  }
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.voice-grid table.school5 {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
  will-change: opacity, transform;
}

.voice-grid table.school5 tr:first-child td {
  background-color: #eeeeee;
  padding: 15px;
  padding-left: 25px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  line-height: 1.4;
  box-sizing: border-box;
  vertical-align: middle;
}

.voice-grid table.school5 tr:nth-child(2) td {
  background-color: #c1ccc1;
  padding: 25px;
  box-sizing: border-box;
  vertical-align: top;
}

.voice-grid table.school5 p {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

@media (min-width: 821px) {
  .voice-grid table.school5 tr:first-child td {
    height: 1px;
  }

  .voice-grid table.school5 tr:nth-child(2) td {
    height: 100%;
  }

  .voice-grid table.school5:nth-child(even).add-opa1 {
    animation-delay: 0.15s;
  }
}

@media (max-width: 820px) {
  .voice-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Package Education Program Table */
.pkg-table-wrap {
  width: 100%;
  max-width: 680px;
  margin: 30px 0;
  box-sizing: border-box;
}

.pkg-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
}

.pkg-table th,
.pkg-table td {
  border: 1px solid #dcdcdc;
  padding: 16px 20px;
  vertical-align: middle;
  box-sizing: border-box;
}

.pkg-table th {
  text-align: center;
  font-weight: bold;
  background-color: #eef;
  color: #222222;
}

.pkg-table tbody tr:nth-child(odd) {
  background-color: #e8e8e8;
}

.pkg-table td:first-child {
  font-weight: bold;
  width: 36%;
  text-align: left;
}

.pkg-table td:last-child {
  font-weight: normal;
  width: 64%;
  text-align: left;
}

@media (max-width: 820px) {
  .pkg-table-wrap {
    margin: 24px 0;
  }

  .pkg-table {
    font-size: 14px;
    line-height: 1.6;
  }

  .pkg-table th,
  .pkg-table td {
    padding: 12px 14px;
  }

  .pkg-table td:first-child {
    width: 38%;
  }

  .pkg-table td:last-child {
    width: 62%;
  }
}

@media (max-width: 500px) {
  .pkg-table {
    font-size: 13px;
    line-height: 1.5;
  }

  .pkg-table th,
  .pkg-table td {
    padding: 10px 8px;
  }

  .pkg-table td:first-child {
    width: 38%;
  }

  .pkg-table td:last-child {
    width: 62%;
  }
}

/*--------------------------------------------------
  共通コンポーネント（旧index.html <style> 統合分）
--------------------------------------------------*/
.about-photo-place {
  width: 100%;
  margin: 5px 0 24px;
}

.about-photo-place img {
  width: 100%;
  border-radius: 5px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h2.section-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: darkolivegreen;
  margin-bottom: 10px;
  line-height: 1rem;
}

h2.section-title.large {
  font-size: 80px;
}

@media (max-width: 500px) {
  h2.section-title.large {
    font-size: 60px;
  }
}

/*--------------------------------------------------
  インラインスタイルの構造化・クラス定義（index.html）
--------------------------------------------------*/

/* サバイバルラーニング・スクール導入セクション */
.sl-intro-wrap {
  position: relative;
  z-index: 10;
}

#bush1 {
  line-height: 1.1em;
}

#bush2 {
  margin-top: -15px;
}

.sl-desc-1 {
  margin-top: 30px;
  position: relative;
  z-index: 100;
}

.sl-desc-2 {
  margin-top: 15px;
  position: relative;
  z-index: 100;
}

.sl-list {
  margin-left: 20px;
}

#school1 {
  color: darkolivegreen;
}

#school2 {
  padding-top: 8px;
}

.school-intro-desc {
  margin-bottom: 20px;
}

/* スクール概要テーブル */
.t-gaiyo.t-teal {
  background-color: teal;
  font-size: 20px;
}

.t-gaiyo.t-orange {
  background-color: darkorange;
  font-size: 20px;
}

.t-gaiyo.t-brown {
  background-color: brown;
  font-size: 20px;
}

.course-desc-cell {
  padding-top: 10px;
}

.course-desc-text {
  font-size: 16px;
  line-height: 1.7em;
}
.color-gray {
	color: #555;
}
/* note埋め込み iframe */
iframe.note-embed {
  border: 0;
  display: block;
  max-width: 99%;
  width: 494px;
  padding: 0;
  margin: 10px 0;
  position: static;
  visibility: visible;
}

/* Education Package セクション */
.section-title.color-purple {
  line-height: 1.1em;
}

.pkg-subtitle {
  margin-top: -10px;
  line-height: 1.5em;
}

.pkg-text {
  margin: 12px 0;
}

.pkg-subtext {
  margin-bottom: 10px;
}

/* プログラム例セクション */
#pro2 {
  padding-top: 8px;
}

.pro-lead {
  font-size: 16px;
}

.pro-desc {
  margin-bottom: 30px;
}

/* About Us セクション */
.about-subtitle {
  padding-top: 8px;
}

.about-lead-title {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.about-lead-text {
  margin-top: 15px;
}

.about-lead-text-last {
  margin-top: 15px;
  margin-bottom: 80px;
}

/* インストラクター紹介 */
.flex-inst-place .inst-text {
  padding: 5px 0 0 0;
}

.flex-inst-place .inst-name-en {
  display: inline-block;
  margin-bottom: 5px;
}

.flex-inst-place .profile-link {
  margin-top: 5px;
}

.inst-subgroup-title {
  margin-top: 30px;
}

/* 会社概要・お問合せ・フッター */
.flex-company-place1 h3,
.flex-company-place2 h3 {
  padding-top: 8px;
}

.flex-company-place2 .contact-intro-text {
  margin-top: 10px;
}

.flex-company-place2 a.iframe-open {
  color: black;
  font-weight: 700;
  text-decoration: none;
}

.flex-company-place2 .b-contact {
  color: black;
  font-weight: 700;
}

.sect4 .content3 {
  padding-bottom: 30px;
}

ul.index li.footer-nav-sub {
  padding-top: 20px;
}

.footer-copyright {
  color: #ccc;
  margin-top: 30px;
  text-align: center;
}

/*--------------------------------------------------
  Profile Pages (profile-*.html)
--------------------------------------------------*/
body.page-profile {
  background-color: darksalmon;
}

body.page-profile h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: blanchedalmond;
  width: auto;
}

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

.profile-photo {
  width: 35%;
}

.profile-text {
  width: 60%;
}

.profile-text p {
  margin-bottom: 30px;
}

.pic300 img {
  width: 100%;
  border-radius: 5px;
}

.insta-place2 {
  width: 40px;
  margin: 20px 0 0 auto;
}

.insta-place2 img {
  width: 100%;
}

@media (max-width: 600px) {
  .pic300 {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    float: none;
  }

  .flex-profile {
    flex-direction: column;
  }

  .profile-photo,
  .profile-text {
    width: 100%;
  }

  .course-desc-text {
  	font-size: 14px;
  }
}

/*--------------------------------------------------
  Legal & Policy Pages (policy.html, privacy.html)
--------------------------------------------------*/
body.page-legal {
  background-color: aliceblue;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
  line-height: 1.7em;
}

body.page-legal h1 {
  margin: 0 0 50px 0;
  padding: 0;
  position: inherit;
  font-size: 24px;
  font-weight: 700;
  color: black;
  width: 100%;
  display: block;
  text-align: left;
  margin-left: 0;
  left: 0;
  line-height: 1.6em;
}

body.page-legal h2 {
  font-size: 20px;
  font-weight: 700;
  color: black;
  margin-bottom: 10px;
}

body.page-legal h3 {
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin: 50px 0 8px 0;
}

body.page-legal ol {
  margin-left: 20px;
}

.legal-home-link {
  margin-top: 20px;
}