@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@font-face {
  /*フォントの名前*/
  font-family: "loto-semi";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/Lato-Semibold.woff") format("woff");
}

@font-face {
  /*フォントの名前*/
  font-family: "logotype_bl";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/logotype_bl.woff") format("woff");
}

/*Noto*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
  color: #000;
}

@media screen and (max-width: 767px) {
  body {
    line-height: calc( 45 / 30);
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}

a {
  display: inline-block;
  color: #fff;
  transition: all .3s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

.section-title {
  position: relative;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section-title {
    font-size:  3em;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size:  2em;
    line-height: 1;
    letter-spacing: -0.01em;
  }
}

.section-subtitle {
  text-align: center;
  font-weight: 500;
  font-family: "dnp-shuei-gothic-gin-std", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .section-subtitle {
    font-size: 1.6em;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-subtitle {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .header-is-md {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .header-is-pc {
    display: none;
  }
}

.container {
  max-width: 900px;
  margin: 50px auto 0;
  height: inherit;
  padding: 0 40px;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 6.63vw;
  }
}

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

html,
body {
  margin: 0;
  padding: 0;
}

/* ===============================================
// header 
=============================================== */
.header {
  width: 100%;
  color: #002073;
  /*height: 133px;*/
  /*バーガーアイコンのカラー*/
}

@media screen and (max-width: 767px) {
  .header {
    height: 65px;
  }
}

.header .drawer-hamburger {
  position: relative;
}

@media screen and (max-width: 767px) {
  .header .drawer-hamburger::after {
    position: absolute;
    content: 'Tell';
    margin-left: 4px;
    color: #002073;
    font-size: 13px;
    white-space: nowrap;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    letter-spacing: 0.2em;
    font-weight: bold;
  }
}

.drawer--right .header .drawer-hamburger {
  right: -14px;
  top: 1px;
  transition: all .3s;
  margin-left: auto;
}

.header .drawer-hamburger-icon {
  background-color: #002073;
  height: 2.5px;
  border-radius: 1.25px;
  width: 36.5px;
  /*バーガーアイコンのオープン時の中心線をなくす*/
}

.drawer-open .header .drawer-hamburger-icon {
  background-color: transparent;
  right: 0;
}

.drawer-open .header .drawer-hamburger-icon::before, .drawer-open .header .drawer-hamburger-icon::after {
  background-color: #fff;
  height: 2.5px;
  border-radius: 1.25px;
}

.header .drawer-hamburger-icon::before, .header .drawer-hamburger-icon::after {
  background-color: #002073;
  height: 2.5px;
  border-radius: 1.25px;
}

.header .drawer-toggle {
  border: none;
  background: transparent;
}

.header-inner {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header-inner {
    /*height: 133px;*/
    padding: 10px 6% 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .header-inner {
    padding: 10px 2%;
  }
}

@media screen and (max-width: 767px) {
  .header-inner {
    height: 65px;
    padding: 10px 6vw;
  }
}

.header-logo {
  display: flex;
}

.header-logo p {
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .header-logo p {
    font-size: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1455px) {
  .header-logo p {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header-logo p {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .header-logo p {
    font-size: .8em;
    margin-right: 2vw;
  }
}

@media screen and (min-width: 768px) {
  .header-logo-img img {
    width: 60px;
    margin-left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .header-logo-img img {
    width: 43px;
  }
}

.header-text {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 20PX;
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
  .header-text {
    font-size: .8em;
  }
}

.header-nav {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header-nav {
    background-color: rgba(0, 32, 115, 0.9);
  }
}

@media screen and (min-width: 768px) {
  .header-nav ul {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .header-nav ul {
    padding: 6vw 0 0;
  }
}

.header-nav ul li {
  font-weight: bold;
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .header-nav ul li {
    width: 100%;
    color: #fff;
    width: 100%;
  }
}

.header-nav ul li a {
  padding: 10px 0;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #002073;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .header-nav ul li a {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1460px) {
  .header-nav ul li a {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1272px) {
  .header-nav ul li a {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .header-nav ul li a {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
  }
}

.header-nav-tel-sp {
  padding: 0 6vw 3vw;
}

.header-nav-telnum-sp {
  border-top: 3px solid #c91227;
  border-bottom: 3px solid #c91227;
}

.header-tel {
  font-weight: 800;
}

/* ===============================================
// Top-view
=============================================== */
.top-view {
  position: relative;
  background: #fff url(../img/top-view-bg-sp.png) no-repeat center center/cover;
  padding-top: 45.31%;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top-view {
    height: 650px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-view {
    height: 550px;
  }
}

@media screen and (max-width: 767px) {
  .top-view {
    height: auto;
    padding: 20vw 0 30vw;
  }
}

.top-view-item1 {
  max-width: 25.67%;
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-58%);
  -webkit-transform: translateY(-58%);
  -ms-transform: translateY(-58%);
}

@media screen and (min-width: 931px) and (max-width: 1200px) {
  .top-view-item1 {
    max-width: 260px;
  }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  .top-view-item1 {
    max-width: 210px;
    top: 80%;
    left: 0;
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .top-view-item1 {
    display: none;
  }
}

.top-view-item2 {
  max-width: 25%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top-view-item2 {
    bottom: -1%;
    max-width: 22%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1446px) {
  .top-view-item2 {
    bottom: -9%;
    max-width: 314px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-view-item2 {
    bottom: 9%;
    max-width: 230px;
  }
}

@media screen and (min-width: 768px) {
  .top-view-inner {
    width: 875px;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top-view-inner {
    width: 698px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .top-view-inner {
    width: 542px;
  }
}

@media screen and (max-width: 767px) {
  .top-view-inner {
    width: 100%;
    padding-left: 6.67vw;
    padding-right: 6.67vw;
  }
}

.top-view-logo {
  max-width: 261px;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top-view-logo {
    max-width: 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .top-view-logo {
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .top-view-logo {
    margin: 0 auto;
    width: 30vw;
  }
}

.top-view-text {
  font-family: "logotype_bl", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  color: #002073;
}

@media screen and (min-width: 768px) {
  .top-view-text {
    margin-left: 6%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top-view-text {
    margin-left: 3%;
  }
}

.top-view-text p {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .top-view-text p {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top-view-text p {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .top-view-text p {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top-view-text p {
    font-size: 1.2em;
    margin-top: 7vw;
  }
}

@media screen and (min-width: 768px) {
  .top-view-text h2 {
    font-size:  2em;
    line-height: 1.7;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top-view-text h2 {
    font-size:  2em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top-view-text h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top-view-text h2 {
    font-size: 40px;
    margin-top: 3vw;
  }
}

.top-view-title {
  max-width: 891px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  min-width: 300px;
}

@media screen and (max-width: 767px) {
  .top-view-title {
    width: 100%;
    padding-left: 6.67vw;
    padding-right: 6.67vw;
  }
}

/* ===============================================
// News
=============================================== */
@media screen and (min-width: 768px) {
  .news {
    padding: 130px 0 130px;
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding: 66vw 0;
  }
}

.news .section-title {
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .news .section-title {
    max-width: calc( 150px * 0.5);
  }
}

.news .section-title-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .news .section-title-icon {
    max-width: 150px;
    top: -80px;
  }
}

@media screen and (max-width: 767px) {
  .news .section-title-icon {
    width: 40vw;
    top: -24vw;
  }
}

@media screen and (min-width: 768px) {
  .news-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .news-content {
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .news-content {
    margin-top: 10vw;
  }
}
/* 
@media screen and (min-width: 768px) {
  .news-content li {
    flex: 0 0 47%;
    margin-left: 0.8%;
    margin-right: 0.8%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  .news-content li {
    flex: 0 0 23%;
    margin-left: 0.8%;
    margin-right: 0.8%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .news-content li {
    flex: 0 0 47%;
    margin-left: 0.8%;
    margin-right: 0.8%;
  }
} */

@media screen and (max-width: 767px) {
  .news-content li {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  /* .news-content li:nth-child(2),
  .news-content li:nth-child(3) {
    margin-top: 88px;
  } */
}


.news-content-body {
  font-size: 15px;
  color: #828282;
  padding: 18px 22px 30px;
  background-color: #fdedee;
}

.news-content-body h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.08em;
  margin-top: 20px;
  color: #000;
}

.news-content-body .news-content-text {
  font-size: 19px;
  line-height: calc( 38 / 19);
  margin-top: 20px;
  color: #000;
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
  .news-content-body .news-content-text {
    line-height: 1.5;
  }
}

.news-footer {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .news-footer {
    margin-top: 147px;
  }
}

@media screen and (max-width: 767px) {
  .news-footer {
    margin-top: 50vw;
  }
}

.news-footer .news-footer-text {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1665px) {
  .news-footer .news-footer-text {
    max-width: 1038px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1385px) {
  .news-footer .news-footer-text {
    max-width: 780px;
  }
}

.news-footer .news-footer-text p {
  color: #002073;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news-footer .news-footer-text p {
    font-size:  2em;
    line-height: calc( 134 / 98);
  }
}

@media screen and (min-width: 768px) and (max-width: 1665px) {
  .news-footer .news-footer-text p {
    font-size:  2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1385px) {
  .news-footer .news-footer-text p {
    font-size:  2em;
  }
}

@media screen and (max-width: 767px) {
  .news-footer .news-footer-text p {
    font-size: 45px;
    line-height: 1.5;
  }
}

.news-footer-icon-left {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .news-footer-icon-left {
    max-width: 10%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  .news-footer-icon-left {
    width: 18vw;
    top: -50px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-footer-icon-left {
    width: 18vw;
    top: -25vw;
    left: 0;
  }
}

.news-footer-icon-right {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .news-footer-icon-right {
    max-width: 12.6%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1060px) {
  .news-footer-icon-right {
    width: 30vw;
    top: 191px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-footer-icon-right {
    width: 30vw;
    bottom: -30vw;
    right: 0vw;
  }
}

/* ===============================================
// decide
=============================================== */
.decide {
  color: #fff;
  position: relative;
  width: 100%;
  background: url(../img/decide-bg.jpg) center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .decide {
    padding: 166px 0 112px;
  }
}

@media screen and (max-width: 767px) {
  .decide {
    padding: 20vw 0;
  }
}

.decide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 10;
}

.decide h2 {
  position: relative;
  font-size: bold;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .decide h2 {
    font-size:  2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1430px) {
  .decide h2 {
    font-size: 2em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .decide h2 {
    font-size: 30px;
  }
}

.decide h2 span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .decide h2 span {
    font-size:  3em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1430px) {
  .decide h2 span {
    font-size:  2em;
  }
}

@media screen and (max-width: 767px) {
  .decide h2 span {
    font-size:  2em;
  }
}

.decide p {
  position: relative;
  z-index: 20;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .decide p {
    margin-top: 100px;
    font-size:  1.5em;
    line-height: calc( 79 / 41);
  }
}

@media screen and (min-width: 768px) and (max-width: 1430px) {
  .decide p {
    font-size: 1.4em;
    line-height: 1.5;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .decide p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 30vw;
  }
}

/* ===============================================
// Teacher
=============================================== */
.teacher {
  position: relative;
}

@media screen and (min-width: 768px) {
  .teacher {
    padding: 50px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .teacher {
    padding: 20vw 0;
  }
}

.teacher h2 {
  font-weight: bold;
  color: #000;
  font-family: "logotype_bl", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .teacher h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1290px) {
  .teacher h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .teacher h2 {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .teacher h2 {
    font-size: 30px;
  }
}

.teacher h2 span {
  display: inline-block;
  color: #ec5f6a;
}

@media screen and (min-width: 768px) {
  .teacher h2 span {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1290px) {
  .teacher h2 span {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .teacher h2 span {
    font-size:  1em;
  }
}

@media screen and (max-width: 767px) {
  .teacher h2 span {
    font-size: .9em;
    line-height: 1.5;
    margin-top: 5vw;
  }
}

.teacher-content {
  position: relative;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .balloon {
    display: flex;
    justify-content: space-around;
  }
}

.balloon-left {
  position: relative;
  color: #ec5f6a;
  line-height: 1.3;
  font-family: "logotype_bl", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  background: url(../img/bubble-left.png) center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .balloon-left {
    width: 591px;
    height: 331px;
    font-size:  1.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 2460px) {
  .balloon-left {
    width: 440px;
    height: 240px;
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .balloon-left {
    width: 330px;
    height: 175px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .balloon-left {
    font-size: 1.5em;
    width: 100%;
    height: 48vw;
  }
}

.balloon-left p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .balloon-left p {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 2460px) {
  .balloon-left p {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .balloon-left p {
    width: 80%;
    margin-left: 5vw;
  }
}

.balloon-right {
  position: relative;
  color: #eec751;
  line-height: 1.3;
  font-family: "logotype_bl", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  background: url(../img/bubble-right.png) center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .balloon-right {
    width: 508px;
    height: 273px;
    font-size:  1.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 2460px) {
  .balloon-right {
    width: 440px;
    height: 230px;
    font-size: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .balloon-right {
    width: 330px;
    height: 175px;
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .balloon-right {
    width: 100%;
    height: 46vw;
    font-size: 1.5em;
    margin-top: 20vw;
  }
}

.balloon-right p {
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .balloon-right p {
    max-width: 330px;
    margin: 0 auto;
    top: 38%;
    left: 53%;
    transform: translate(-38%, -53%);
    -webkit-transform: translate(-38%, -53%);
    -ms-transform: translate(-38%, -53%);
  }
}

@media screen and (min-width: 768px) and (max-width: 2460px) {
  .balloon-right p {
    left: 60%;
    transform: translate(-49%, -53%);
    -webkit-transform: translate(-49%, -53%);
    -ms-transform: translate(-49%, -53%);
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .balloon-right p {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .balloon-right p {
    width: 80%;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    margin-left: 3vw;
  }
}

.teacher-item-list {
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .teacher-item-list {
    display: flex;
    justify-content: center;
  }
}

.teacher-item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .teacher-item {
    flex: 0 0 350px;
    line-height: calc( 38 / 29);
    margin: 10px 150px;
    font-size: 1.3em;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .teacher-item {
    flex: 0 0 280px;
    line-height: calc( 38 / 29);
    margin: 0 20px;
    font-size: .8em;
    
  }
}

@media screen and (max-width: 767px) {
  .teacher-item {
    width: 100%;
    font-size: .8em;
    font-weight: bold;
    margin-top: 8vw;
  }
}

.teacher-item-title {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-weight: bold;
}

.teacher-item-left .teacher-item-text {
  margin-top: 17px;
  color: #ec5f6a;
  font-weight: bold;
  font-size: 1em;
  text-shadow    : 
  1px  1px 0px #ffffff,
 -1px  1px 0px #ffffff,
  1px -1px 0px #ffffff,
 -1px -1px 0px #ffffff,
  1px  0px 0px #ffffff,
  0px  1px 0px #ffffff,
 -1px  0px 0px #ffffff,
  0px -1px 0px #ffffff;        /* 文字の影 */
}

.teacher-item-right .teacher-item-text {
  margin-top: 20px;
  color: #eec751;
  font-weight: 700;
  font-size: 1em;
  text-shadow    : 
  1px  1px 0px #ffffff,
 -1px  1px 0px #ffffff,
  1px -1px 0px #ffffff,
 -1px -1px 0px #ffffff,
  1px  0px 0px #ffffff,
  0px  1px 0px #ffffff,
 -1px  0px 0px #ffffff,
  0px -1px 0px #ffffff;        /* 文字の影 */
}

.teacher-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  max-width: 350px;
}

/* ===============================================
// Class
=============================================== */
.class {
  background-color: #f6f2e9;
}

@media screen and (min-width: 768px) {
  .class {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .class {
    padding: 30vw 0;
  }
}

.class .section-title {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  .class .section-title {
    max-width: calc( 180px * 0.5);
  }
}

.class .section-title::after {
  position: absolute;
  content: "";
  background: url(../img/class-icon.png) center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .class .section-title::after {
    margin-top: 10px;
    margin-left: 30px;
    width: 130px;
    height: 113px;
  }
}

@media screen and (max-width: 767px) {
  .class .section-title::after {
    width: 64px;
    height: 55px;
    margin-left: 2vw;
  }
}

.class-content-top {
  width: 100%;
  margin-top: 0px;
}

@media screen and (min-width: 1101px) {
  .class-content-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .class-content-top {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .class-content-top {
    margin-top: 30vw;
  }
}

.class-content-top li {
  position: relative;
  background-color: #fff;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .class-content-top li {
    flex: 0 0 45.35%;
    padding: 50px 50px 0 0;
    margin-bottom: 120px;
    margin-left: 3%;
    height: 330px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .class-content-top li {
    padding: 30px 30px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .class-content-top li {
    padding: 15px 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .class-content-top li {
    background-color: #fff;
    width: 100%;
    position: relative;
    padding: 90px 15px 0;
    margin-bottom: 20vw;
  }
}

.class-content-top p {
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .class-content-top p {
    max-width: 70%;
    margin-left: auto;
    font-size: 1.3em;
    line-height: calc( 48 / 28);
    text-shadow    : 
    1px  1px 0px #ffffff,
   -1px  1px 0px #ffffff,
    1px -1px 0px #ffffff,
   -1px -1px 0px #ffffff,
    1px  0px 0px #ffffff,
    0px  1px 0px #ffffff,
   -1px  0px 0px #ffffff,
    0px -1px 0px #ffffff;        /* 文字の影 */
  }
}

@media screen and (min-width: 768px) and (max-width: 2640px) {
  .class-content-top p {
    font-size: 1em;
    line-height: 1.5;
  }
}

.class-name-pc {
  position: absolute;
  width: 35%;
  top: -10%;
  left: -10%;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  li:first-child .class-img-pc {
    width: 90%;
  }
}

.class-img-pc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 2500px) {
  .class-img-pc {
    width: 75%;
  }
}

.class-img {
  margin-left: -15px;
  margin-top: 5vw;
}

.class-name {
  position: absolute;
  content: "";
  top: -75px;
  left: 0;
  width: 150px;
}

@media screen and (min-width: 1111px) {
  .class-content-bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1110px) {
  .class-content-bottom {
    max-width: 600px;
    margin: 0px auto 0;
  }
}

.class-content-bottom li {
  color: #fff;
  background-color: #ec5f6a;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .class-content-bottom li {
    flex: 0 0 40%;
    font-size: 1em;
    padding: 0 30px;
    margin: 0 25px 12px;
    height: 82px;
    line-height: 82px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1665px) {
  .class-content-bottom li {
    font-size: .9em;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1665px) {
  .class-content-bottom li {
    padding: 0 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1345px) {
  .class-content-bottom li {
    font-size: 1.1em;
    margin: 0 10px 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .class-content-bottom li {
    font-size: 1.1em;
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .class-content-bottom li {
    width: 100%;
    padding: 5px 0 5px 5px;
    font-size: 17px;
    margin-bottom: 4vw;
  }
}

.class-content-bottom li:last-child {
  background-color: transparent;
  color: #000;
  height: auto;
}

@media screen and (min-width: 768px) {
  .class-content-bottom li:last-child {
    font-size: 1em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) and (max-width: 1665px) {
  .class-content-bottom li:last-child {
    font-size: 1em;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1345px) {
  .class-content-bottom li:last-child {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .class-content-bottom li:last-child {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .class-content-bottom li:last-child {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* ===============================================
// Price
=============================================== */
@media screen and (min-width: 768px) {
  .price {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .price {
    padding: 30vw 0;
  }
}

.price .section-title {
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .price .section-title {
    max-width: calc( 150px * 0.5);
  }
}

.price-content {
  position: relative;
  max-width: 1529px;
  height: auto;
  margin: 0 auto;
  font-family: "dnp-shuei-gothic-gin-std", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .price-content {
    border: solid 13px #ffde79;
    border-radius: 50px;
    padding: 30px 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .price-content {
    border: solid 5px #ffde79;
    border-radius: 25px;
    padding: 10vw 3vw;
    margin-top: 10vw;
  }
}

.price-content h3 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .price-content h3 {
    font-size:  1.5em;
  }
}

@media screen and (max-width: 767px) {
  .price-content h3 {
    font-size: 30px;
  }
}

.price-img-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .price-img-left {
    width: 21.96%;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .price-img-left {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .price-img-left {
    width: 10vw;
  }
}

.price-img-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16.84%;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .price-img-right {
    display: none;
  }
}

.price-list {
  max-width: 1200px;
  font-family: "dnp-shuei-gothic-gin-std", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .price-list {
    margin: 30px auto 0;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .price-list {
    max-width: 800px;
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .price-list {
    font-size: 1em;
    margin-top: 10vw;
  }
}

.price-list dl {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .price-list dl {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .price-list dl {
    margin-bottom: 5vw;
  }
}

.price-list dt {
  width: 180px;
}

.price-list dt span {
  background: linear-gradient(transparent 70%, #ffde79 0%);
}

.price-list dd {
  width: calc( 263 - 100%);
}

.price-content-footer {
  max-width: 930px;
  font-family: "dnp-shuei-gothic-gin-std", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .price-content-footer {
    font-size: 1.2em;
    margin: 20px auto 0;
    line-height: 1.2;
    padding-left: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  .price-content-footer {
    max-width: 500px;
    font-size: 1.2em;
    padding-left: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .price-content-footer {
    max-width: 586px;
    font-size: 1.2em;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .price-content-footer {
    font-size: 1em;
    margin-top: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .price-content-footer .price-content-footer-bottom {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .price-content-footer .price-content-footer-bottom {
    margin-top: 10vw;
  }
}

/* ===============================================
// Season
=============================================== */
.season {
  position: relative;
  background-color: #f0efec;
}

@media screen and (min-width: 768px) {
  .season {
    padding: 168px 0 170px;
  }
}

@media screen and (max-width: 767px) {
  .season {
    padding: 30vw 0;
  }
}

.season .section-title {
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  .season .section-title {
    max-width: calc( 250px * 0.48);
  }
}

.season .section-title::after {
  position: absolute;
  content: "";
  background: url(../img/season-icon.png) center center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .season .section-title::after {
    margin-left: 20px;
    margin-top: -30px;
    width: 134px;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .season .section-title::after {
    width: 30px;
    height: 90px;
    margin-top: -5vw;
    margin-left: 2vw;
  }
}

.flag1 {
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .flag1 {
    top: 10%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1670px) {
  .flag1 {
    top: 10px;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .flag1 {
    top: 5vw;
    width: 40vw;
  }
}

.flag2 {
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .flag2 {
    top: 27%;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .flag2 {
    top: 90vw;
    width: 50vw;
  }
}

.flag3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.flag4 {
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .flag4 {
    bottom: 15%;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .flag4 {
    bottom: 20vw;
    width: 60vw;
  }
}

.flag5 {
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .flag5 {
    bottom: 25%;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .flag5 {
    bottom: 210vw;
    width: 60vw;
  }
}

.season-top-text {
  max-width: 1200px;
  font-family: "dnp-shuei-gothic-gin-std", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
}

@media screen and (min-width: 768px) {
  .season-top-text {
    margin: 60px auto 0;
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .season-top-text {
    margin-top: 10vw;
    font-size: 18px;
    text-shadow    : 
    1px  1px 0px #ffffff,
   -1px  1px 0px #ffffff,
    1px -1px 0px #ffffff,
   -1px -1px 0px #ffffff,
    1px  0px 0px #ffffff,
    0px  1px 0px #ffffff,
   -1px  0px 0px #ffffff,
    0px -1px 0px #ffffff;        /* 文字の影 */
  }
}

.season-content {
  position: relative;
}

@media screen and (min-width: 768px) {
  .season-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  .season-content {
    margin-top: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .season-content li {
    flex: 0 0 35.23%;
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .season-content li {
    flex: 0 0 42%;
  }
}

@media screen and (max-width: 767px) {
  .season-content li {
    width: 70vw;
    margin: 0 auto 15vw;
  }
}

.season-content .season-img {
  z-index: 10;
}

.season-content .season-content-title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  background-color: #ec5f6a;
  border-radius: 10px;
  color: #fff;
  position: relative;
  font-weight: bold;
  z-index: 20;
}

@media screen and (min-width: 768px) {
  .season-content .season-content-title {
    font-size: 1.5em;
    height: 50px;
    line-height: 50px;
    margin-top: -10%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
  .season-content .season-content-title {
    font-size: 1.5em;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .season-content .season-content-title {
    height: 70px;
    line-height: 70px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .season-content .season-content-title {
    font-size: 1.4em;
    margin-top: -8vw;
    height: 60px;
    line-height: 60px;
  }
}

/* ===============================================
// Donation
=============================================== */
@media screen and (min-width: 768px) {
  .donation {
    padding: 150px 0;
  }
}

@media screen and (max-width: 767px) {
  .donation {
    padding: 30vw 0;
  }
}

.donation .section-title {
  max-width: 430px;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .donation .section-title {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .donation .section-title {
    padding: 0 8vw;
    max-width: calc( 430px * 0.7);
  }
}

.donation .section-title::after {
  position: absolute;
  content: "";
  background: url(../img/donation-icon.png) center center/contain no-repeat;
}

@media screen and (min-width: 768px) {
  .donation .section-title::after {
    margin-left: 20px;
    margin-top: 20px;
    width: 113px;
    height: 113px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .donation .section-title::after {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 768px) {
  .donation-logo {
    margin-top: 120px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .donation-logo {
    width: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .donation-logo {
    width: 100%;
    margin: 20vw auto 0;
  }
}
/* ===============================================
// sdgs
=============================================== */
@media screen and (min-width: 768px) {
  .sdgs {
    padding: 150px 0;
  }
}

@media screen and (max-width: 767px) {
  .sdgs {
    padding: 30vw 0;
  }
}

.sdgs .section-title {
  max-width: 430px;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .sdgs .section-title {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .sdgs .section-title {
    padding: 0 8vw;
    max-width: calc( 430px * 0.7);
  }
}

@media screen and (min-width: 768px) {
  .sdgs-logo {
    margin-top: 120px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .sdgs-logo {
    width: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .sdgs-logo {
    width: 100%;
    margin: 20vw auto 0;
  }
}

.sdgs p{
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.sdgs-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sdgs-box img{
  width: 150px;
  margin: 20px;
}

.sdgs-box p{
  width: 500px;
  margin: 20px;
  font-size: 1.2em;
  font-weight: 500;
}
/* ===============================================
// Information
=============================================== */
.information {
  background: url(../img/infomation-bg.png) center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .information {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .information {
    padding: 30vw 0;
  }
}

.information-list {
  width: 100%;
  background-color: #eeefea;
  background-image: linear-gradient(0deg, #fdfcf6 50%, transparent 50%);
  background-size: 14px 14px;
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .information-list {
    padding: 6%;
    border-radius: 50px;
    letter-spacing: -0.2em;
  }
}

@media screen and (max-width: 767px) {
  .information-list {
    padding: 8vw 3vw;
    border-radius: 25px;
  }
}

.information-list dl {
  font-weight: 500;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .information-list dl {
    display: flex;
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: calc( 80 / 45);
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .information-list dl {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .information-list dl {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .information-list dl {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 8vw;
  }
}

.information-list dl dt {
  width: 350px;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .information-list dl dt {
    width: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .information-list dl dt {
    width: 280px;
  }
}

.information-list dl dt span {
  background: linear-gradient(transparent 70%, #ffde79 0%);
}

@media screen and (max-width: 767px) {
  .information-list dl dt {
    width: 100%;
  }
}

.information-list dl dd {
  width: calc( 100% - 50px);
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .information-list dl dd {
    width: calc( 100% - 40px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .information-list dl dd {
    width: calc( 100% - 280px);
  }
}

@media screen and (max-width: 767px) {
  .information-list dl dd {
    width: 100%;
  }
}

/* ===============================================
// Footer
=============================================== */
footer {
  background-color: #f1f0ee;
  text-align: center;
  color: #002073;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 50px 0;
    font-size: 1.2em;
    line-height: calc( 62 / 32);
  }
}

@media screen and (min-width: 768px) and (max-width: 925px) {
  footer {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  footer {
    font-size: .8em;
    padding: 20px 0;
  }
}

@media screen and (min-width: 768px) {
  footer .footer-copyright {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-copyright {
    margin-top: 20px;
  }
}

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		/* width: 500px; */
    flex: 0 0 50%;
    margin: 0 auto;
    text-align: center;
	}
}
/* Logo Slider */

.logo-slider {
	background: white;
	-webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.logo-slider::before, .logo-slider::after {
	background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 175px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.logo-slider::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.logo-slider::before {
	left: 0;
	top: 0;
}

.logo-slider .logo-slide-track {
	-webkit-animation: logo-scroll 60s linear infinite;
	animation: logo-scroll 60s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(250px * 12);
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.logo-slider .slide {
  height: 150px;
  width: 250px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  margin: 10px;
}

@-webkit-keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

@keyframes logo-scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

.sns-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #002073;
  margin-bottom: 20px;
}

.instafeeds-container {
  flex: 0 0 47%;
}

@media screen and ( max-width: 767px) {
  .instafeeds-container {
    width: 100%;
    margin-top: 80px;
  }
}

.instafeeds {
  flex: 0 0 50%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and ( max-width: 640px) {
  .instafeeds{
    flex: 0 0 50%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

.instaimgs{
  list-style: none;
  flex: 0 0 45%;
  margin: 0 2% 25px;
}

@media screen and ( max-width: 639px) {
  .instaimgs{
    margin: 0 0 25px 0;
    flex: 0 0 49%;
  }
}


.instaimgs a {
  width: 100%;
}


.instafeeds{
  width: 100%;
}

.instaimgs > a > img{
  width:  100%;
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */
}

@media screen and ( max-width: 500px) {
  .instaimgs > a > img{
    width:  100%;
    height: 140px;
    object-fit: cover; /* この一行を追加するだけ！ */
  }
}


.instagram{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.insta-posts{
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.insta-posts img{
  width: 150px;
  height: 150px;
  object-fit: cover;
}