@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanshebrew.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,700,300,900);
/** GENERAL
==============================================*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

blockquote {
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html.full {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

body {
  font-size: 2rem;
  line-height: 1.7;
  font-family: "Zen Maru Gothic", "Baloo 2", Helvetica, Arial, serif;
  background-image: radial-gradient(#FFCE9E 1px, transparent 1px);
  background-size: 18px 18px;
}

body.noscroll {
  overflow: hidden;
  overflow-y: hidden;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0 0 10px;
}

img {
  vertical-align: bottom;
  border-style: none;
}

ul,
ol {
  list-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

.clearfix, .row {
  *zoom: 1;
}

.clearfix:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.sp-btns a,
.spimg {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.notes {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.btn a {
  display: block;
  margin: 0 auto;
  line-height: 20px;
  padding: 20px 0;
  text-align: center;
}

.split {
  *zoom: 1;
}

.split:after {
  content: "";
  display: table;
  clear: both;
}

.split .left {
  float: left;
}

.split .right {
  float: right;
}

@media only screen and (max-width: 640px) {
  .notes {
    font-size: 3vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .split .left,
  .split .right {
    float: none;
  }
}

.micho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.breadcrumbs-list > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: .8em;
}

.font-smooth {
  -webkit-font-smoothing: antialiased;
}
.flex{
  display: flex;
}
@media only screen and (max-width: 640px) {
  .flex{
    display: block;
  }
}


/** FONTS
==============================================*/
/** COMMON
==============================================*/
a {
  color: #111;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #111111;
  text-decoration: none;
}

a .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 640px) {
  a .alpha {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

a:hover .alpha {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 640px) {
  a:hover .alpha {
    opacity: 1;
  }
}

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

@media only screen and (max-width: 640px) {
  .figure img, .flex img {
    width: 100%;
  }
}

.row {
  position: relative;
  margin: 0 auto;
  /* width: 1200px; */
  width: 90%;
  max-width: 1200px;
}

.row .row {
  width: auto;
}

@media only screen and (max-width: 640px) {
  .row {
    width: auto;
    padding: 0 3%;
  }
  .row .row {
    padding: 0;
  }
}

.row.expanded {
/*  width: 980px;*/
  width: 1200px;
}

@media only screen and (max-width: 640px) {
  .row.expanded {
    width: auto;
    padding: 0;
  }
}

.row.offset {
  width: 920px;
}

@media only screen and (max-width: 640px) {
  .row.offset {
    width: auto;
  }
}

.row .columns {
  float: left;
}

@media only screen and (max-width: 640px) {
  .row .columns {
    width: auto;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .row .columns.left {
    width: auto;
    padding-right: 0;
    float: none;
  }
}

.row .columns.right {
  float: right;
}

@media only screen and (max-width: 640px) {
  .row .columns.right {
    width: auto;
    padding-left: 0;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .row .col-full {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 640px) {
  .row .col-half {
    float: left;
    width: 50%;
  }
}

.row .col-3 {
  margin: 0 -15px;
}

@media only screen and (max-width: 640px) {
  .row .col-3 {
    margin: 0;
  }
}

.row .col-3 .columns {
  width: 280px;
  padding: 0 15px;
}

@media only screen and (max-width: 640px) {
  .row .col-3 .columns {
    float: none;
    width: auto;
  }
}

.tag {
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  img.flex {
    width: 100%;
    height: auto;
  }
}

img.full {
  width: 100%;
  height: auto;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 640px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .hide-small {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .small-nopad {
    padding: 0 !important;
  }
}

.movieFrame {
  background: #000000;
  text-align: center;
  padding: 20px 0 0 0;
}

.embed-movie {
  width: 900px;
  height: 505px;
}

@media only screen and (max-width: 640px) {
  .embed-movie {
    width: 100%;
    height: 240px;
  }
}

.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media only screen and (max-width: 640px) {
  h2{
    font-size: clamp(1.6rem, 4.6vw, 2rem);
  }
  p{
    font-size: clamp(1.1rem, 4.0vw, 1.6rem);
    text-align: left;
    max-width: 360px;
    margin: auto;
  }
}


body {
  -webkit-font-smoothing: antialiased;
  /* font-family: Noto Sans Japanese, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif; */
  font-family: "Zen Maru Gothic", "Baloo 2", Helvetica, Arial, sans-serif;

}

.wrap {
  position: relative;
  width: 100%;
/*  min-width: 980px;*/
  min-width: 1200px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .wrap {
    min-width: 0;
    overflow: hidden;
  }
}

.section-content {
  padding: 0px 0 160px;
}

@media only screen and (max-width: 640px) {
  .section-content {
    padding: 50px 0;
  }
}

.section .hero {
  height: 360px;
  /* background-color: #efefef;*/
  position: relative;
  overflow: visible; /*hidden;*/ 
}

@media only screen and (max-width: 640px) {
  .section .hero {
    /* height: 150px; */
    height: auto;
  }
}

/* .section .hero:after {
  position: absolute;
  content: " ";
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/hero-ink.png);
  background-position: bottom center;
  height: 100px;
  bottom: -2px;
} 

@media only screen and (max-width: 640px) {
  .section .hero:after {
    background-size: 120% auto;
  }
}*/

.section .hero-bg {
  position: absolute;
  width: 75%;
  max-width: 1200px;
  height: 340px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 640px) {
  .section .hero-bg {
    height: 500px;
    background-size: 100% auto;
    background-position: top center;
  }
}

.section .headline {
  text-align: center;
  padding-top: 60px;
  /* width: 50%; */
  margin: auto;
  width: 70%;
  max-width: 800px;
}

@media only screen and (max-width: 640px) {
  .section .headline {
    padding-top: 0;
    width: 100%;
  }
}

.section .headline h2 {
  position: relative;
  font-weight: 800;
  margin-top: 2rem;
}

@media only screen and (max-width: 640px) {
  .section .headline h2 {
    margin-top: 1rem;
  }
  .section .headline h2 img {
    width: auto;
    height: clamp(40px, 13vw, 56px);
  }
}

.section .hero .headline p{
  margin-top: 2rem;
}

.section h3 {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .section .hero .headline p{
    margin: 2rem auto 1rem;
    max-width: 360px;
  }
    .section h3 {
    font-size: 2.0rem;
  }
}

.section-about {
  /* background-color: #80cde3; */
  margin-top: 10rem;
}

/* .section-about .hero:after {
  background-image: url(../img/about/hero-ink.png);
} */

.section-feature {
  background-color: #269b69;
  margin-top: 10rem;
  background-image: url(../img/poplar/feature_btmbgimg.png);
  background-position: bottom -1rem left -12rem;
  background-repeat: no-repeat;
  position: relative;
  /* padding-bottom: 3rem; */
}

/* .section-feature .hero:after {
  background-image: url(../img/when/hero-ink.png);
} */
@media only screen and (max-width: 640px) {
  .section-feature {
    background-size: 37%;
    background-position: bottom left -12rem;
  }
}
.section-voice, .section-addmission{
  padding-top: 4rem;
}
.section-voice{
  background-image: url(../img/poplar/voice_btmbgimg.png);
  background-position: bottom -13rem center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.section-admission {
  background-color: #269d69;
  position: relative;
  overflow: hidden;
}
.section-admission .hero {
  padding-top: 5rem;
  height: auto;
}
/*
.section-more .hero:after {
  background-image: url(../img/more/hero-ink.png);
}
.section-more .qr-block{
  display: flex;
  justify-content: space-between;
}
.section-more .bl-lt a{
  text-decoration: underline;
}
.section-more img.bl-rt {
  width: 68px;
  height: 68px;
}*/
.section-admission table {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #6cb696;
  border-collapse: separate;
  letter-spacing: 1px;
}

.section-admission table th,
.section-admission table td {
  /*border: 2px solid #b2cb47;*/
  padding: 15px 25px;
  text-align: left;
  vertical-align: top;
    font-size: 1.8rem;
    /*width: 20%;*/
}
.section-admission table th {
/*  background-color: #e0eab5;*/
  color: #333;
    line-height: 140%;
    width: 17rem;
}
.section-admission table td {
  width: auto;
  border-bottom: 3px solid #f8d193;
  font-weight: bold;
}
.section-admission table tr:nth-child(3) td,
.section-admission table tr:nth-child(4) td,
.section-admission table tr:nth-child(5) td{
  border-bottom: 3px dotted #f8d193;
}
.section-admission table tr:last-child td{
  border-bottom: none;
}


.section-admission tr:first-child th{
  background: #ffbf45;
  color: #f65701;
}
.section-admission tr:nth-child(2) th{
  background: #58c4e1;
  color: #00639c;
}
.section-admission tr:nth-child(3) th{
  background: #ffbdc8;
  color: #f65379;
}
.section-admission tr:nth-child(7) th{
  background: #269b69;
  color: #a1e5b1;
}
.section-admission tr:nth-child(8) th{
  background: #fff8bb;
  color: #269d69;
}
/* .section-addmission table .detail{
  border: 3px solid #fff;
} */
.section-admission .bd{
  width: 7px;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.section-admission td span:first-child{
  display: inline-block;
  width: 15rem;
  margin-right: 7rem;
}

@media only screen and (max-width: 640px) {
  .section-admission table {
    border: 2px solid #6cb696;
    letter-spacing: 0;
    border-radius: 10px;
  }
  .section-admission table th,
  .section-admission table td {
    padding: 3% 2%;
    font-size: 3.2vw;
  }
  .section-admission table th {
    width: 22%;
  }
  .section-admission table td {
    border-bottom: 2px solid #f8d193;
  }
  .section-admission table tr:nth-child(3) td,
  .section-admission table tr:nth-child(4) td,
  .section-admission table tr:nth-child(5) td{
    border-bottom: 2px dotted #f8d193;
  }
  
  .section-admission .bd{
    width: 5px;
  }
  .section-admission td span:first-child{
    width: 10rem;
    margin-right: 0;
  }
    


}

/*.section-contact {
  background-color: #FCF100;

}*/

.section-contact {
  background-image: url(../img/poplar/contact_btmbgimg.png);
  background-position: bottom -25rem center;
  background-repeat: no-repeat;
}
/* .section-contact .hero:after {
  background-image: url(../img/contact/hero-ink.png);
} */

.section .section-header {
  margin: 40px 0;
}

@media only screen and (max-width: 640px) {
  .section-contact {
    padding-top: 17rem;
    background-position: bottom -20vw center;
    background-size: 200%;
  }

  .section .section-header {
    margin-bottom: 0;
  }
}

/* .section .embed {
  background-color: #fff;
}

@media only screen and (max-width: 640px) {
  .section .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .section .gmap iframe,
  .section .gmap object,
  .section .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
} */

/** HEADER MASTHEAD
==============================================*/
.gn-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 0 0 2rem 0;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .gn-logo {
    transform: scale(0.5) translate(-75px, -56px);
  }
}




/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  position:fixed;
  z-index: 999;
  top: 1vh;
  right: -120%;
  width: 50rem;
  height: 98vh;
  background: rgba(38,157,105,0.9);
  border-radius: 25px;
  transition: all 0.6s;
}
#g-nav.panelactive{
  right: 13px;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav ul {
  position: relative;
  z-index: 999;
  padding: 10rem 1rem;
}
#g-nav li{
  list-style: none;
  text-align: left;
  margin-bottom: 2rem;
}
#g-nav li a{
color: #fff8bb;
text-decoration: none;
padding: 15px;
padding-left: 130px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-size: 2.4rem;
font-weight: bold;
position: relative;
line-height: 1.4;
}
#g-nav .en{
  font-size: 2.2rem;
  letter-spacing: 4px;
}
#g-nav img{
  position: absolute;
  left: 70px;
  max-height: 90px;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 6px 0;
}
#g-nav li:nth-child(3n+1) .en{ color:#ffba35; }
#g-nav li:nth-child(3n+2) .en{ color:#ff94b2; }
#g-nav li:nth-child(3n+3) .en{ color:#58cae8; }

#g-nav li:nth-child(2) img {
  transform: rotate(10deg) translate(-50%, -50%);
  left: 60px;
}
#g-nav li:nth-child(3) img,
#g-nav li:nth-child(5) img {
  transform: rotateY(180deg) translate(50%, -50%);
}
#g-nav li:nth-child(6) img {
  transform: rotate(-13deg) translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  #g-nav{
    width: 96%;
    border-radius: 15px;
  }
  #g-nav.panelactive{
    right: 2%;
  }
  #g-nav ul{
    padding: 5rem 1rem;
  }
  #g-nav li a{
    padding: 10px;
    padding-left: 95px;
    font-size: 2rem;
    line-height: 1.2;
  }
  #g-nav img{
    left: 50px;
  }
  #g-nav li:nth-child(2) img {
    left: 40px;
  }
  #g-nav .en{
    font-size: 1.4rem;
  }
  
}

.openbtn1{
  position:fixed;
  z-index: 9999;
  top:30px;
  right: 30px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background: #269b69;
  border-radius: 25px;
  padding: 20px;
}

/*×に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff8bb;
  width: 50%;
}

.openbtn1 span:nth-of-type(1) {top:32%; }
.openbtn1 span:nth-of-type(2) {top:49%;}
.openbtn1 span:nth-of-type(3) {top:66%;}

@media only screen and (max-width: 640px) {
  .openbtn1{
    transform: scale(0.7) translate(35px, -40px);
  }
}

.openbtn1.active span{
  height: 4px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 30px;
  left: 17px;
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
  top: 43px;
  left: 17px;
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
}










/** MAIN CONTENTS
==============================================*/
.header {
  position: relative;
  height: 100% !important;
}

.header .heroimg {
  /* position: absolute; */
  position: relative;
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 36 / 23;
  background-color: #000;
}

.header .heroimg > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-size: cover;
  background-position: center center; */
  /* opacity: 0; */
  background-size: 105% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.header .heroimg-1 {
  background-image: url(../img/poplar/mainimg-1.jpg);
}

@media only screen and (max-width: 640px) {
  .header .heroimg {
    aspect-ratio: 150 / 199;
    /* margin-bottom: 25vw; */
  }
  .header .heroimg-1{
    background-image: url(../img/poplar/mainimg-1_sp.jpg);
    background-size: 100%;
    background-position: center top;
    }
}

/* .header .hero-contents {
  background-image: url(../img/poplar/mv_bgimg.png);
  width: 104%;
  height: 87%;
  background-position: bottom center;
  background-size: 111% auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} */
.header .hero-contents .hero-bg{
  background-image: url(../img/poplar/mv_bgimg.png);
  width: 100%;
  height: 40%;
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute; /*relative*/
  z-index: 1;
  bottom: -10rem;
}

.header .hero-contents .row {
  max-width: 1000px;
  position: relative;
  bottom: 0;
  height: 100%;
  min-width: 50rem;
  width: 60%;
}

.circle-content {
  position: absolute;
  z-index: 0;
  bottom: -13rem;
  width: 100%;
}
.top-circle {
  background-color: #FFF;
  background-image: radial-gradient(#FFCE9E 1px, transparent 1px);
  background-size: 18px 18px;
  background-position: center;
  border-radius: 400vw 400vw 0 0 / 145vw 145vw 0 0;
  margin: 0vw 0vw 0;
  padding: 0vw 0vw 0;
  /* min-height: 16vw; */
  text-align: center;
  content: "";
  display: block;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .header .hero-contents .hero-bg{
    width: 110%;
    height: 110%;
    background-size: 120% 20%;
    bottom: 5rem;
    left: -5%;
  }
  .header .hero-contents .row {
    min-width: unset;
    width: 100%;
  }  
  .circle-content {
    bottom: -23vw;
    height: 33vw;
  }
  .top-circle {
    width: 120%;
    margin-left: -10%;
  }

  .header .hero:after {
    bottom: 48px;
    background-size: 450px auto;
  }
}

.header .page-title {
  position: relative;
  top: -7rem;
  width: 60%;
  margin: auto;
  max-width: 720px;
}

@media only screen and (max-width: 640px) {
  .header .page-title {
    padding-top: 0;
    top: -11vw;
    width: 100%;
  }
}

.header .page-title img {
  width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 640px) {
  .header .page-title img {
    width: 75% !important;
    height: auto !important;
    margin: auto;
  }
}

.header .hero-contents img {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

/*鳥出現*/
.slideIn-top{
  top: -11rem;
  right: 5%;
  animation: slideIn-top 1s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
@keyframes slideIn-top {
  0% {
    transform: translate(30px,-180px) rotate(-110deg);
    opacity: 0;
  }
  100% {
    transform: translate(0,0) rotate(-64deg);
    opacity: 1;
  }
  20%,100% {
    opacity: 1;
  }
}

/*くま出現*/
.slideIn-left{
  bottom: -12rem;
  left: -30rem;
  width: 35%;

  animation: slideIn-left 0.8s cubic-bezier(0.25, 1, 0.5, 1) 2s forwards;
}
@keyframes slideIn-left {
  0% {
    transform: translate(-180px,30px) rotate(-35deg);
    opacity: 0;
  }
  100% {
    transform: translate(0,0) rotate(0deg);
  }
  20%,100% {
    opacity: 1;
  }
}

/*うさぎ出現*/
.slideIn-right{
  bottom: -12rem;
  right: -30rem;
  width: 35%;

  animation: slideIn-right 1s cubic-bezier(0.25, 1, 0.5, 1) 2s forwards;
}
@keyframes slideIn-right {
  0% {
    transform: translate(180px,-30px) rotateY(180deg);
    opacity: 0;
  }
  100% {
    transform: translate(0,0) rotateY(180deg);
  }
  20%,100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 640px) {
  .slideIn-top{
    top: 10% /*20%*/;
    right: 8% /*30%*/;
    width: 25%;
  }
  @keyframes slideIn-top {
    0% {
      transform: translate(60px,-180px) rotate(-110deg);
      opacity: 0;
    }
    100% {
      transform: translate(0,0) rotate(-45deg);
    }
    20%,100% {
      opacity: 1;
    }
  }
  .slideIn-left{
    bottom: 4rem;
    left: -2rem;
    width: 45%;
  }
  @keyframes slideIn-left {
    0% {
      transform: translate(-180px,30px) rotate(-35deg);
      opacity: 0;
    }
    100% {
      transform: translate(0,0) rotate(0deg);
    }
    20%,100% {
      opacity: 1;
    }
  }
  .slideIn-right{
    bottom: 10%;
    right: -5%;
    width: 28%;
  }
  @keyframes slideIn-right {
    0% {
      transform: translate(180px,-30px) rotateY(180deg);
      opacity: 0;
    }
    100% {
      transform: translate(0,0) rotateY(180deg);
    }
    20%,100% {
      opacity: 1;
    }
  }  
}




.section .headline h2{
  color: #269b69;
  margin-top: 1rem;
}

.section-about .section-content{
  padding-bottom: 25rem;
}
.section-about .hero-bg {
  background-image: url(../img/poplar/about_bgimg.png);
  width: 100%;
  max-width: 1100px;
  top: 6rem;
}
@media only screen and (max-width: 640px) {
  .section-about .hero-bg {
    background-image: url(../img/poplar/about_bgimg1_sp.png), url(../img/poplar/about_bgimg2_sp.png);
    background-position: top center, bottom center;
    background-size: 100%, 60%;
    top: 0;
    max-width: 400px;
    height: 70vw;
    max-height: 290px;
    min-height: 220px;
  }
  .section-about .section-content{
    padding-bottom: 10rem;
  }  
}
/*.section-about .catch {
  margin-bottom: 400px;
}

@media only screen and (max-width: 640px) {
  .section-about .catch {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .section-about .catch img {
    width: 70%;
  }
}*/
.section-about .catch{
  overflow: hidden;
}
.section-about .catch span{
  font-size: 4rem;
  /* color: #fff1a3; 
  font-weight: 800;
  text-shadow: 3px 3px 0 #269d69, -3px -3px 0 #269d69, -3px 3px 0 #269d69, 3px -3px 0 #269d69, 0px 4px 0 #269d69, 0 -4px 0 #269d69, -3px 0 0 #269d69, 3px 0 0 #269d69;*/
  padding: 0 31px;
  /* display: inline-block; */
  position: relative;
}
.section-about .catch span img{
  width: 360px;
}
.section-about .catch span:before, 
.section-about .catch span:after {
  border-top: 5px dotted #269d69;
  position: absolute;
  width: 99em;
  content: " ";
  top: 50%;
}
.section-about .catch span:before{
  left: 100%;
} 
.section-about .catch span:after{
  right: 100%;
} 
@media only screen and (max-width: 640px) {
  .section-about .catch{
    text-align: center;
    margin-top: 3rem;
  }
  .section-about .catch span{
    font-size: 2.4rem;
    /* text-shadow: 1px 1px 0 #269d69, -1px -1px 0 #269d69, -1px 1px 0 #269d69, 1px -1px 0 #269d69, 0px 2px 0 #269d69, 0 -2px 0 #269d69, -1px 0 0 #269d69, 1px 0 0 #269d69; */
    padding: 0 15px;
  }
  .section-about .catch span img{
    width: 60%;
  }
   
  .section-about .catch span:before, 
  .section-about .catch span:after {
    border-top: 3px dotted #269d69;
    width: 30em;
}

}

.section-about .immersion .box {
  font-size: 3.6rem;
  color: #fff1a3;
  -webkit-text-stroke: 2px #fff1a3;
  text-stroke: 2px #fff1a3;
  padding: .5rem 6rem;
  margin: 4rem auto 2rem;
  background: #269b69;
  width: fit-content;
  border-radius: 1rem;
}
@media only screen and (max-width: 640px) {
  .section-about .immersion .box {
    font-size: 2.0rem;
    -webkit-text-stroke: 1.5px #fff1a3;
    text-stroke: 1.5px #fff1a3;
    padding: .5rem 4rem;
    margin: 2rem auto;
    text-align: center;
  }
}
.section-about .immersion .columns {
  margin-top: 4rem;
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .row.immersion .columns {
    width: auto;
  }
}

.section-about .immersion .columns.left{
  position: relative;
  z-index: 2;
}
.section-about .immersion .columns.right{
  position: relative;
  z-index: 0;
}
.section-about .immersion .columns img:last-child{
  width: 100%;
}
.section-about .immersion .columns.right .rabbit {
  position: absolute;
  bottom: -14rem;
  left: -14.5rem;
  z-index: 1;
}

@media only screen and (max-width: 640px) {
  .section-about .immersion .columns.right .rabbit {
  width: 40%;
  left: -4rem;
  bottom: -7rem;
  }
}


/* .section-about .columns.left {
  width: 550px;
}

@media only screen and (max-width: 640px) {
  .section-about .columns.left {
    width: auto;
  }
}

.section-about .columns.right {
  width: 330px;
}

@media only screen and (max-width: 640px) {
  .section-about .columns.right {
    width: auto;
  }
} */
.section-about .immersion .flex .right{
  position: relative;
}
.section-about .immersion .flex .right .rabbit{
  position: absolute;
  bottom: -5rem;
  right: -10rem;
}


.section-about .vision h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.section-about .vision h5 {
  margin: 6px 0;
}

.section-about .vision p, .section-about .vision ul {
  font-size: 1.2rem;
}

.section-about .vision ul {
  margin-bottom: 1em;
}

.section-about .block {
  margin-bottom: 2em;
}
/*230509 add stt*/
.section-about h3 .small{
  font-size: 2rem;
}
.section-about .IB .IB-title {
  margin-bottom: 5rem;
}
.section-about .IB h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.section-about .IB p {
  font-size: 1.4rem;
  margin-bottom: 5rem;
}
.section-about .IB .sup p,
.section-about .IB span.sup{
  font-size: 1.2rem;
}
.section-about .IB .sup .ibo_link{
  text-decoration: underline;
}
.section-about .block .vision-title{
  margin-bottom: 2rem;
}
.section-about .block .vision-title:before{
  content: "";
  color: #fff;
  display: inline-block;
  border: 6px solid;
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(10%);
}
.section-about .vision .block li {
  list-style: '・' outside;
  margin-left: 10px;
}
@media only screen and (max-width: 640px){
  .section-about h3 .small{
    font-size: 1.0rem;
  }
  .section-about .IB .IB-title {
    margin-bottom: 3rem;
  }
    .section-about .IB h4 {
    font-size: 1.5rem;
  }
  .section-about .IB p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
  .section-about .IB .sup p{
    font-size: 1.0rem;
  }
  
}
/*230509 add end*/

/*.section-about .section-content {
  background-image: url(../img/about/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 1400px) {
  .section-about .section-content {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 640px) {
  .section-about .section-content {
    background-size: 100% auto;
    padding-top: 35%;
  }
}*/

.section-about .section-content h3 {
  text-align: center;
}

.section-about .concept {
  background-color: #94D2E8;
  text-align: center;
  padding: 90px 0 20px;
  background-image: url(../img/about/ico-concept.png);
  background-position: center 40px;
  background-repeat: no-repeat;
  margin-top: 2em;
}

.section-about .concept h4 {
  font-weight: bold;
  margin-bottom: 2em;
}

.section-about .concept p {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}

.section-about .pool {
  font-size: 1.4rem;
  margin-top: 3em;
}

.section-about .pool .img {
  width: 300px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .section-about .pool .img {
    width: auto;
  }
}

.section-about .pool .text {
  width: 250px;
  padding-left: 20px;
}

@media only screen and (max-width: 640px) {
  .section-about .pool .text {
    width: auto;
    padding-left: 0;
  }
}

.section-about .pool h4 {
  font-weight: bold;
  line-height: 2;
}

.section-feature .hero{
  height:  200px;
}
.section-feature .hero-bg {
  background-image: url(../img/poplar/feature_bgimg.png);
  background-position: top center;
  width: 105%;
  max-width: 1650px;
  height: 500px;
  background-size: 100% auto;
  margin-top: -10rem;
  margin-left: 7%;
}
.section-feature .headline h2{
  color: #fff;
}
.section-feature .headline h2:first-child {
  margin-top: -10rem;
}

.section-feature .section-header {
  margin: 40px 0;
}

.section-feature .section-header p {
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .section-feature .hero-bg {
    background-image: url(../img/poplar/feature_bgimg_sp.png);
    background-size: 132%;
    background-position: left 24% top 5%;
    margin-top: -7rem;
    margin-left: 0;
  }
  .section-feature .headline{
    top: -2.5rem;
    position: relative;
  }
}

@media only screen and (max-width: 640px) {
  .section-feature .section-content {
    background-size: 100% auto;
    padding-bottom: 5%;
    padding-top: 0;
    margin-top: -11rem;
  }
}*/

.section-feature .section-content .row {
  width: 1090px;
}

@media only screen and (max-width: 640px) {
  .section-feature .section-content .row {
    width: 90%; /*auto;*/
    margin-bottom: 5rem;
  }
}

.section-feature .section-content .row .columns:first-child {
  width: 50%;
}
.section-feature .section-content .row .columns:first-child img {
  margin-top: 7rem;
}
.section-feature .section-content .row:first-child .columns:nth-child(2) img {
  margin-left: 0rem;
}
.section-feature .section-content .row:nth-child(3) .columns:nth-child(2) img {
  margin-left: -6rem;
}

.section-feature .section-content .row .columns p {
  color: #fff;
  font-weight: 800;
  margin-left: 8rem;
}
.section-feature .section-content .row .columns:last-child {
  width: 47%;
}
.section-feature .section-content + img:last-child {
  position: absolute;
  bottom: -7rem;
}
@media only screen and (max-width: 640px) {
  .section-feature .section-content img {
    width: 100%;
  }
  .section-feature .section-content .row .columns:first-child {
    width: auto;
  }
  .section-feature .section-content .row .columns:first-child img {
    margin-top: 0;
  }
  .section-feature .section-content .row:first-child .columns:nth-child(2) img {
    margin-left: 0;
  }
  .section-feature .section-content .row .columns p {
    margin-left: 20%;
    font-size: clamp(1.1rem, 3.8vw, 1.8rem);
    max-width: 400px;
  }
  .section-feature .section-content .row .columns:last-child {
    width: auto;
  }
  .section-feature .section-content .row .columns:last-child:not(.left) {
    margin-left: 20%;
  }
  .section-feature .section-content + img:last-child {
    bottom: -4rem;
    left: -2rem;
    width: 56%;
  }
}



.section-voice .hero{
  height: auto;
}
.section-voice .section-content{
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.section-voice .voices{
  position: relative;
  padding: 6rem 3rem 1rem;
  margin: 3rem;
  border-radius: 3rem;
  flex-basis: 33%;
  letter-spacing: -1px;
}
.section-voice .voices:nth-child(odd) {
  transform: rotate(5deg);
}
.section-voice .voices:nth-child(even) {
  transform: rotate(-5deg);
  top: 5rem;
}
.section-voice .voice-1 {
  background: #ff7ea2;
}
.section-voice .voice-2 {
  background: #ffb432;
}
.section-voice .voice-3 {
  background: #47b8d6;
}
.voices img {
  position: absolute;
  top: -5rem;
}
.voices img:first-child {
  top: -7rem;
  left: -1rem;
}
.voices img:nth-child(2) {
  left: 50%;
}
.voices:nth-child(odd) img:first-child {
  transform: rotate(-5deg);
}
.voices:nth-child(even) img:first-child {
  transform: rotate(5deg);
}
.voices p {
  color: #fff;
  margin-bottom: 3rem;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-style: dotted;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 8px;
  font-size: 1.8rem;
  line-height: 2;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
  -webkit-text-decoration: underline 3px dotted;
  -webkit-text-underline-offset: 8px;
}
.section-voice > .pc img, .section-voice > .sp img{
  display: block;
  margin: auto;
  margin-bottom: -3.5rem;
  padding-left: 8rem;
  opacity: 0;
}
.slideIn.active{
  animation: slide-skew 0.4s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}
@keyframes slide-skew {
  0% {
    transform: translate(0,300px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  .section-voice{
    background-image: url(../img/poplar/voice_btmbgimg_sp.png);
    background-size: 123% auto;
    background-position: bottom -10rem center;
    position: relative;
  }
  .section-voice .hero{
    margin-bottom: 5rem;
  }
  .section-voice .section-content .row{
    width: 94%;
  }
  .section-voice .voices{
    padding: 4rem 7% 1rem;
    margin: 0 3% 10rem;  
  }
  .section-voice .voices:last-child{
    margin: 0 3% 3rem;  
  }
  .section-voice .voices:nth-child(even) {
    top: 0;
  }  
  .voices img {
    top: -3.5rem;
  }  
  .voices img:first-child {
    width: 39%;
    max-width: 145px;
    top: -5rem;
  }
  .voices img:nth-child(2) {
    width: 45px;
    z-index: 3;
  }
  .voices img:nth-child(3) {
    width: 25%;
    right: 1rem;
    top: -10rem;
    z-index: -100;
  }
  .voices.voice-2 img:nth-child(3) {
    width: 39%;
    max-width: 145px;
    top: -5.5rem;
    right: -3rem;
    transform: rotate(5deg);
}
  .section-voice > .sp img{
    padding-left: 0;
    margin-bottom: -2.4rem;
    padding-left: 3rem;
    width: 82%;
  }
  .slideIn.active{
    animation: slide-skew 0.4s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
  }
  .section-voice .voices:before, .section-voice .voices:after{
    content: "";
    display: block;
    width: auto;
    right: 0;
    position: absolute;
  }
  .section-voice .voice-1:before {
    background: url(../img/poplar/voice-1_spkid.png) top left /100% no-repeat;
    width: 97px;
    height: 137px;
    top: -97px;
    z-index: -1;
  }
  .section-voice .voice-1:after {
    background: #FF7EA2;
    width: 97px;
    height: 50px;
    top: 0px;
    border-radius: 0 3rem 0 0;
    z-index: 0;
  }
  .section-voice .voice-3:before {
    background: url(../img/poplar/voice-3_spkid.png) top left /100% no-repeat;
    width: 80px;
    height: 126px;
    top: -100px;
    right: 10px;
    z-index: -1;
  }
  .section-voice .voice-3:after {
    background: #47b8d6;
    width: 83px;
    height: 50px;
    top: 0px;
    border-radius: 0 3rem 0 0;
    z-index: 0;
  }
  
}

.section-admission .headline h2{
  color: #fff8bb;
}
.section-admission p.notes{
  color: #fff;
}
.section-admission .notes{
  display: block;
  margin-top: 2rem;
}
.section-admission .section-content{
  padding-bottom: 200px;
} 
.section-admission .section-content .activity{
  position: relative;
}
.section-admission .section-content .activity > img{
  position: absolute;
  top: -10rem;
  right: -5rem;
  z-index: 1;
}
.section-admission .bear{
  position: absolute;
  width: 38rem;
  bottom: 4rem;
  left: -10rem;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .section-admission .bear{
    width: 26vw;
  }
}
@media only screen and (max-width: 1200px) {
  .section-admission .bear{
    width: 32rem;
  }
}

@media only screen and (max-width: 640px) {
  .section-admission .section-content{
    padding-top: 10px;
    padding-bottom: 168px;
  }
  .section-admission .section-content .activity > img{
    width: 18%;
    top: -4.5rem;
    right: 2rem;
  }
  .section-admission .bear{
    width: clamp(150px, 40%, 170px);
    bottom: -3rem;
    left: 0;
  }
  .section-admission p.notes {
    max-width: unset;
  }
}

/* .section-more .hero-bg {
  background-position: 0 -200px;
  background-image: url(../img/more/bgimg.jpg);
  margin-top: -100px;
}

@media only screen and (max-width: 640px) {
  .section-more .hero-bg {
    background-position: 0 -100px;
  }
} */

.section-admission .row {
  width: 800px;
}

@media only screen and (max-width: 640px) {
  .section-admission .row {
    width: auto;
  }
}


.section-trial{
  background: #ffcad3;
  border-radius: 8rem 8rem 0 0;
  margin-top: -20rem;
  padding-bottom: 5rem;
  position: relative;
}
.section-trial .rabbit {
  transform: rotateY(180deg);
  position: absolute;
  top: -22rem;
  right: -3rem;
}
.section-trial .hero{
  height: auto;
}
.section-trial .section-content{
  padding-top: 4rem;
}
.section-trial .section-content .row.flex{
  position: relative;
  width: 1080px;
  background: #fff;
  border-radius: 3rem;
  padding: 4rem;
  font-weight: bold;
}
.section-trial .section-content .row.flex:after {
  content: url(../img/poplar/trial-sb.png);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 30%;
}
.section-trial .duck {
  position: absolute;
  bottom: -19rem;
  right: -8%;
}
.section-trial .section-content .row.flex .apple{
  position: absolute;
  top: -9rem;
  left: -2rem;
}
.section-trial .section-content .flex .left{
  width: calc(50% + 4rem);
  padding: 3rem 5rem 0 3rem;
  color: #269b69;
}
.section-trial .section-content .flex .left .box.flex{
  border-bottom: 4px dotted #269B69;
  padding-bottom: 5px;
}
.section-trial .section-content .box p:first-child {
  width: 13rem;
}
.section-trial .section-content .box p br+span {
  width: 19rem;
  display: inline-block;
}
.section-trial .section-content .flex .left .box:nth-child(2) {
  border-bottom: none;
  padding-top: 1.4rem;
}
.section-trial .section-content .btn, .section-trial .section-content .btn-hov{
  margin: 2rem auto 1.4rem;
  transition: all 0.6s;
  opacity: 1;
}
.section-trial .section-content a:hover .btn, .section-trial .section-content a .btn-hov{
  display: none;
  transition: all 0.6s;
  opacity: 0.5;
}
.section-trial .section-content a:hover .btn-hov{
  display: inline;
  transition: all 0.6s;
  opacity: 1;
}


.section-trial .section-content .flex .right{
  width: calc(50% - 4rem);
  padding: 3rem;
  padding-left: 5rem;
  border-left: 2px solid #ffb3c8;
  color: #ff87a8;
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  .section-trial{
    border-radius: 5rem 5rem 0 0;
    padding-bottom: 10rem;
    margin-top: -11rem;
  }
  .section-trial .rabbit {
    width: 30%;
    top: -7rem;
    right: -2rem;
  }
  .section-trial .hero{
    padding-top: 4rem;
  }
  .section-trial .section-content .row.flex{
    width: 95%;
    padding: 3rem 2rem;
    border-radius: 2rem;
  }
  .section-trial .section-content .row.flex:after {
    bottom: 0;
    right: 55%;
    transform: scale(0.7);
  }
  .section-trial .duck {
    bottom: -13rem;
    right: 10%;
    width: 40%;
    max-width: 200px;
  }
  .section-trial .section-content .flex .left{
    width: 100%;
    padding: 0;
  }
  .section-trial .section-content .flex .left .box.flex{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 2px dotted;
  }
  .section-trial .section-content .flex .left .box:nth-child(2) {
    border-bottom: none;
  }
  .section-trial .section-content .flex .right{
    width: 100%;
    padding: 2rem 0;
    margin-top: 2rem;
    border-left: none;
    border-top: 2px solid #ff87a8;
  }
  .section-trial .section-content .box p:first-child {
    margin: 0;
    width: 26%/*10rem*/;
  }  
  .section-trial .section-content .box p:nth-child(2) {
    margin: 0;
  }
  .section-trial .section-content .box p br+span {
    width: 15rem;
  }
  .section-trial .section-content .box p.notes {
    text-align: center;
    margin: auto;
  }
  .section-trial .section-content .btn, .section-trial .section-content .btn-hov{
    max-width: 400px;
  }
}

/*==================================================
スライダーのためのcss
===================================*/
.slide{
 height: 100%;
}
.slider{
  margin-top: -6rem;
  height: 30vw;
}
/*Androidで下余白ができてしまう対策*/
/* .slider li{
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.slider img {
  width:100%;/*スライダー内の画像を横幅100%に*/
  height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:0 -3px;/*スライド左右の余白調整*/
}

.slider li:nth-child(odd){
  margin-top: 3rem;
}

.section-admission .table {
  margin-top: 3em;
}

@media only screen and (max-width: 640px) {
  .section-admission .table {
    margin-top: 1em;
  }
  .slider{
    height: 70vw;
  }
  .slider .slick-slide {
    margin:0 -2px;
  }
}



.section-contact {
  padding-top: 0;
}

.section-contact .section-header {
  margin-top: 0;
}

.section-contact .hero-bg {
  background-image: url(../img/contact/bgimg.jpg);
}

@media only screen and (max-width: 640px) {
  .section-contact{
    padding-top: 5rem;
  }
  .section-contact .logo img {
    width: 70%;
  }
  
  /*Androidで下余白ができてしまう対策*/
  /* .Android .section-contact{
    position: relative;
    top: -20rem;
    padding-top: 0;
    margin-top: -5rem;
  } */

}
.section-contact .grn{
  color: #269b69;
  font-family: "Zen Maru Gothic", "Baloo 2", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.section-contact span.grn{
  font-size: 1.6rem;
  line-height: 2;
}
.section-contact .section-content{
  background-image: url(../img/poplar/contact_bgimg.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: -23rem;
  padding: 14rem 0 17rem;
}
.section-contact .section-content .row {
  width: 650px;
  background: rgba(255, 248, 187, 0.9);
  border-radius: 3rem;
  text-align: center;
  padding: 3rem;
}
@media only screen and (max-width: 640px) {
  .section-contact .section-content {
    background-image: url(../img/poplar/contact_bgimg_sp.png);
   background-size: 100%;
    background-position: bottom 30vw center;
    margin-top: 0;
    padding: 3rem 0 90vw;
}
  .section-contact .section-content .row {
    width: 95%;
    border-radius: 1rem;
    padding: 2rem;
  }
}
.section-contact .address_holder {
  text-align: center;
  color: #ffa320;
  font-family: "Baloo 2", Helvetica, Arial, sans-serif;
}

.section-contact .address_holder .phone {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.section-contact .address_holder p {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 2em;
}
.section-contact .address_holder img {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.section-contact .address_holder .name{
  font-family: "Zen Maru Gothic", "Baloo 2", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.section-contact .address_holder a {
  margin-left: .5em;
  color: #ffa320;
}
.section-contact .address_holder a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .section-contact .address_holder .name{
    font-size: 5vw;
  }
  .section-contact .address_holder .phone {
    font-size: 3.0rem;
  }
  .section-contact .address_holder p {
    text-align: center;
  }
}
.section-contact .box{
  background: #fff;
  border-radius: 1rem;
  /* overflow: hidden; */
  margin-bottom: 2rem;
  font-weight: 700;  
}
.section-contact .box-hd {
  padding: .5rem;
  color: #fff8bb;
  font-size: 1.8rem;
  border-radius: 1rem 1rem 0 0;
}
.section-contact .fifth .box-hd {
  background: #269b69;
}
.section-contact .recruit .box-hd{
  background: #ff92b0;
}
.section-content .box-inr {
  padding: 1.2rem;
  font-size: 1.8rem;
  position: relative;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}
.section-content .box-inr p {
  margin-bottom: .5rem;
}
.section-contact .recruit .box-inr p{
  font-size: 2.4rem;
  color: #ff92b0;
  font-weight: 700;
}
.section-contact .recruit .box-inr .grn{
  font-size: 2.4rem;
}
.section-content .box-inr .phone {
  font-size: 3rem;
  font-family: "Baloo 2", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-weight: 600;
}
.section-contact .recruit .box-inr .phonics{
  position: absolute;
}
.section-contact .recruit .box-inr .phonics:first-child{
  top: -5px;
  left: -5px;
}
.section-contact .recruit .box-inr .phonics:nth-child(4){
  bottom: 18%;
  right: 0;
}
.section-contact .recruit .box-inr .flex{
  justify-content: center;
  margin-top: 3rem;
  align-items: center;
}
.section-contact .recruit .box-inr .flex p{
  font-size: 1.8rem;
  padding: 0 2rem;
  text-align: left;
}
.section-contact .recruit .box-inr .flex p:first-child{
  line-height: 1.6;
}

.section-contact .recruit .box-inr .flex .phone {
  font-size: 2.2rem;
}
.section-contact .recruit .box-inr .flex .phone a {
  margin-left: .5em;
  color: #ff92b0;
  font-size: 1.8rem;
}
.section-contact .recruit .box-inr .flex .phone img{
  width: 5%;
  margin-top: 2px;
  vertical-align: middle;
}
.section-contact .notes {
  text-align: center;
  font-size: 14px;
  margin-top: 5em;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .section-contact .box-hd {
    font-size: 4vw;
  }  
  .section-contact .box-inr p {
    text-align: center;
  }
  .section-contact .recruit .box-inr p{
    font-size: clamp(1.1rem, 6vw, 2.4rem);
    line-height: 1.4;
    margin: 1rem auto;
  }
  .section-contact .recruit .box-inr .grn {
    font-size: clamp(1.1rem, 5vw, 2.4rem);
    line-height: 1;
}
  .section-contact .recruit .box-inr .phonics:first-child{
    top: -10px;
    left: -16px;
    width: 24%;
  }
  .section-contact .recruit .box-inr .phonics:nth-child(4){
    bottom: 45%;
    right: -5%;
    width: 24%;
  }
  .section-contact .box-inr .phone a{
    color: #269b69;
  }
  .section-contact .recruit .box-inr .flex .phone img{
    width: 5%;
    margin-top: 0;
    vertical-align: middle;
  }
  .section-contact .recruit .box-inr .flex p,
  .section-contact .recruit .box-inr .flex .phone a{
    font-size: clamp(1.0rem, 4.0vw, 1.6rem);
    text-align: center;
    line-height: 1;
  }
  .section-contact .recruit .box-inr .flex .phone {
    font-size: clamp(1.4rem, 6.2vw, 2rem);
  }  
}
/* @media only screen and (max-width: 640px) {
  .tabel-scrollable {
    overflow-x: scroll;
  }
  .tabel-scrollable table {
    width: 600px;
    font-size: 1.4rem;
  }
  .tabel-scrollable table th,
  .tabel-scrollable table td {
    padding: 10px !important;
  }
} */


/*------  250207   add   stt   ------*/
.section-admission table a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.flex:has(.preparation){
  justify-content: center;
}

.section-trial .preparation p{
  text-align: center;;
}
.grn{
  color: #269b69;
}
.pink{
  color: #ff87a8;
}
.red{
  color: #f00;
}
.top-banner{
  position: fixed;
  bottom: 4vw;
  right: 3vw;
  z-index: 1;
  filter: drop-shadow(15px 15px 0px rgba(0, 0, 0, 0.3));
  opacity: 0;
  transition: all 0.3s;
}
.top-banner.active{
  opacity: 1;
  /* transition: all 0.6s; */
}
.section-admission {
  overflow: initial;
  margin-top: 5vw;
  top: -5vw;
}
.section-admission .headline{
  position: relative;
}
/* .section-admission .headline::after{
  content: "";
  display: block;
  width: 100%;
  height: 15.8rem;
  background: url(../img/poplar/admission_balloon.png) no-repeat center center / contain;
  margin-top: 1rem;
  position: absolute;
  top: -13rem;
} */
.button_entry{
  width: 44.6rem;
  height: 13rem;
  background: url(../img/poplar/button.png) no-repeat center center / contain;
  margin: 2.9rem auto;
  filter: drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.2));
  opacity: 1;
  transition: all 0.6s;
}
.button_entry:hover{
  background-image: url(../img/poplar/button_hover.png);
  opacity: 1;
  transition: all 0.6s;
}
@media only screen and (max-width: 640px) {
  .hero img.top-banner{
    z-index: 3;
    filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.3));
    width: 32vw;
  }
  .section-admission .headline::after{
    height: 22vw;
    top: -27vw;
  }
  .button_entry{
    width: 65vw;
    height: 17vw;
    filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.2))
  }
  
}
/*------  250207   add   end   ------*/




/** FOOTER
==============================================*/
.footer {
  background-color: #269b69;
  text-align: center;
  padding: 5rem 0 1rem;
  position: relative;
}
.footer .row{
  width: 650px;
}
.footer .top{
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
}

.footer .row p:nth-child(4) {
  color: #a1e5b1;
  margin-top: 2rem;
}
.footer .copy {
  color: #b8d8ae;
  font-size: 14px;
  font-family: "Baloo 2", Helvetica, Arial, sans-serif;
  margin-top: 3rem;
}

.footer .pop{
  position: absolute;
  animation: infinite alternate steps(2) 1s mov;
}
.footer .pop:first-child{
  left: -10rem;
  top: -16rem;
}
.footer .pop:nth-child(2){
  right: -12rem;
  top: -19rem;
  animation: infinite alternate-reverse steps(2) 1s mov;
}

@keyframes mov{
  0%{
    transform: rotate(10deg);
  }
  100%{
    transform: rotate(-20deg);
  }
}

@media only screen and (max-width: 640px) {
  .footer .row {
    width: 100%;
  }
  .footer .logo img {
    width: 100%;
  }
  .footer p{
    text-align: center;
  }
  .footer .pop:first-child{
    left: 6rem;
    top: -11rem;
    width: 17%;
  }
  .footer .pop:nth-child(2){
    right: 6rem;
    top: -13rem;
    width: 20%;
  }
  .footer .copy{
    max-width: unset;
  }
  }


/* .footer-nav {
  padding: 80px 0;
  max-width: 1080px;
  font-size: 0;
  margin: 0 auto;
}


.footer-nav li {
  display: inline-block;
  width: 33.333%;
  padding: 0 20px;
}

.footer-nav li img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .footer-nav li {
    width: auto;
    margin: 5px 40px;
  }
} */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin: 20px 0;
  background: #000;
}

.cboxIframe {
  background: #000;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  position: relative;
  background: #000;
}

#cboxLoadedContent img.cboxLayer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #ccc;
  font-size: 70%;
  line-height: 1.2em;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(../img/common/loading.gif) no-repeat center center;
  background-size: 24px 24px;
}

.no-opacity #cboxLoadingGraphic,
.ie-legacy #cboxLoadingGraphic {
  background-image: url(../img/loading.gif);
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: -40px;
  z-index: 2;
  margin-top: -17px;
  background: url(../img/common/controls.png) no-repeat 0 -95px;
  width: 21px;
  height: 35px;
  text-indent: -9999px;
  outline: none;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}

#cboxPrevious:hover {
  opacity: 0.6;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 2;
  margin-top: -17px;
  background: url(../img/common/controls.png) no-repeat -77px -95px;
  width: 21px;
  height: 38px;
  text-indent: -9999px;
  outline: none;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
}

#cboxNext:hover {
  opacity: 0.6;
}

#cboxClose {
  position: absolute;
  top: -27px;
  right: 0px;
  z-index: 2;
  display: block;
  background: url(../img/common/controls.png) no-repeat 0 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  outline: none;
}

#cboxClose:hover {
  background-position: 0 0;
}

@media (max-width: 479px) {
  #cboxPrevious {
    display: none !important;
  }
  #cboxNext {
    display: none !important;
  }
}

.sttl {
    margin-top: 40px
}



.footer-banner {
  width:600px;
  margin: 0 auto;
   padding: 80px 0
}
/*.footer-banner*/ .brpc {display: block}
.footer-banner .columns {
  width:280px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
}

.footer-banner .columns .banner_contents {display: block; text-align: center;}
.footer-banner .columns-l {float: left;}
.footer-banner .columns-r {float: right;}
@media only screen and (max-width: 640px){
.footer-banner {
  width:100%;
  margin: 0 auto;
  padding: 40px 0
}
/*.footer-banner*/ .brpc {display: none}   
.footer-banner .columns {width:95%;margin: 0 auto 20px auto;}
.footer-banner .columns .banner_contents {display: flex; justify-content: space-between} 
.footer-banner .columns-l {float: none;}
.footer-banner .columns-r {float: none;}
}

.footer-banner .columns a{padding: 0;}
.footer-banner .columns a:hover{padding: 0; opacity: 0.8}
.footer-banner .columns .tone_box{
  display: block;
  vertical-align: middle;
}
.footer-banner .columns .tone_box_pd {
   padding: 10px;
}
@media only screen and (max-width: 640px){
.footer-banner .columns .tone_box_pd {width: 50%} 
}

.footer-banner .columns img {max-width: 100%; width: 100%}
.footer-banner .columns .toneiku_txt {line-height: 1.4;font-size: 11px;margin: 0 0 5px 0 ; padding: 0; font-weight: bold}
.footer-banner .columns .toneiku_ttl {max-width: 200px; width: 80%; margin: 0 auto 10px auto;}
.footer-banner .columns .toneiku_cap {font-size: 12px; line-height: 1.5}
.footer-banner .columns article{width:100%;min-height: 120px;}
@media only screen and (max-width: 640px){
.footer-banner .columns .toneiku_txt {margin: 0 0 -5px 0;}
  .footer-banner .columns article{
     width:50%;
     min-height: auto;
     display: flex;
     align-items: center;
     justify-content: center;
}
.footer-banner .columns a:hover{padding: 0; opacity: 1}
}



