@charset "UTF-8";
.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0vw;
  white-space: nowrap;
}

html {
  overflow-y: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.shimako_main {
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  *font: x-small;
  background: #fff;
  color: #333839;
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  height: auto;
  margin: 0;
  overflow-x: hidden;
  font-feature-settings: "palt" 1;
  font-size: 12px;
}
.shimako_main a,
.shimako_main a:visited,
.shimako_main a:hover,
.shimako_main a:active {
  color: inherit;
  text-decoration: none;
}
.shimako_main h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333839;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.shimako_main h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.shimako_main h3 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #333839;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: -1px;
}
.shimako_main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.shimako_main p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  line-height: normal;
  font-feature-settings: "palt" 1;
  color: #333839;
  color: rgb(0, 0, 0);
  white-space: normal;
}

.footer {
  background-color: #f8f8f8;
  padding: 20px 0;
  text-align: center;
}
.footer-top {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px 0;
}
@media (max-width: 1020px) {
  .footer-top {
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    flex-direction: column;
  }
}
.footer-top .footer-logo {
  text-align: left;
}
.footer-top .footer-logo p {
  margin: 0;
  font-size: 1.2em;
}
.footer-top .footer-logo h1 {
  margin: 0.5em 0;
  font-size: 1.5em;
}
.footer-top .footer-logo address {
  font-style: normal;
  margin: 0.5em 0;
}
@media (max-width: 1020px) {
  .footer-top .footer-logo address {
    display: none !important;
  }
}
.footer-top .footer-logo .footer-social {
  margin-top: 10px;
}
@media (max-width: 1020px) {
  .footer-top .footer-logo .footer-social {
    display: none !important;
  }
}
.footer-top .footer-logo .footer-social a {
  margin: 0 10px;
}
.footer-top .footer-logo .footer-social img {
  width: 24px;
  height: 24px;
}
.footer-top .footer-links {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  font-weight: bold;
  margin-top: 36px;
}
@media (max-width: 1020px) {
  .footer-top .footer-links {
    flex-direction: column;
    gap: 13px;
    margin-top: 20px;
  }
}
.footer-top .footer-links div {
  margin-bottom: 10px;
  display: flex;
  gap: 30px;
}
.footer-top .footer-links div a {
  display: block;
  margin: 5px 0;
  color: #333;
  text-decoration: none;
}
.footer-top .footer-links div a:hover {
  text-decoration: underline;
}
.footer-top .footer-buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  margin-top: 36px;
}
@media (max-width: 1020px) {
  .footer-top .footer-buttons {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
  }
}
.footer-top .footer-buttons a {
  display: inline-block;
  margin: 0px 0;
  padding: 10px 20px;
  color: #fff;
  background-color: #00bd56;
  border-radius: 30px;
  text-decoration: none;
  width: 126px;
}
@media (max-width: 1020px) {
  .footer-top .footer-buttons a {
    flex-direction: column;
    align-items: center;
    margin: 0px 0;
  }
}
.footer-top .footer-buttons a:hover {
  background-color: #00bd56;
}
.footer-top .footer-buttons a.application-button {
  background-color: #00bd56;
}
.footer-top .footer-buttons a.application-button:hover {
  background-color: #0069d9;
}
.footer-top .ph_address {
  display: none;
}
@media (max-width: 1020px) {
  .footer-top .ph_address {
    display: block !important;
    margin-top: 30px;
  }
}
.footer-top .ph_address address {
  font-style: normal;
  margin: 0.5em 0;
}
.footer-top .ph_address .footer-social {
  margin-top: 10px;
}
.footer-top .ph_address .footer-social a {
  margin: 0 10px;
}
.footer-top .ph_address .footer-social img {
  width: 24px;
  height: 24px;
}
.footer-bottom {
  color: #000;
  padding: 10px 0;
}
.footer-bottom .footer-policies {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.footer-bottom .footer-policies a {
  color: #000;
  text-decoration: none;
  margin: 0 10px;
}
.footer-bottom .footer-policies a:hover {
  text-decoration: underline;
}
.footer-bottom p {
  margin: 0;
  color: #fff;
}

header .h_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
header .h_main .h_main_l img {
  width: 328px;
  margin-top: 9px;
  margin-left: 45px;
}
header .h_main .h_main_r {
  display: flex;
  gap: 84px;
  margin-right: 45px;
}
header .h_main .h_main_r a {
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
  font-size: 22px;
  color: #333;
  padding: 20px 0;
}
header .h_main .h_main_r a:hover {
  opacity: 0.8;
}

.h_contact {
  background-color: #00b151;
  padding: 15px 0px;
  border-radius: 60px;
  width: 180px;
  color: #fff !important;
}

.h_contact2 {
  margin-left: -11px;
}
@media (max-width: 1300px) {
  .h_contact2 {
    margin-left: 0px;
  }
}

header {
  width: 100%;
  background-color: #fff;
  height: auto;
}

.inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  height: auto;
  padding: 20px 0;
}
@media (max-width: 600px) {
  .inner {
    height: 80px;
    padding: 0px 0;
  }
}

header h1 {
  width: fit-content;
  padding-left: 63px;
  padding-top: 29px;
}
@media (max-width: 600px) {
  header h1 {
    padding-left: 20px;
    padding-top: 20px;
  }
}
header h1 img {
  width: 335px;
}
@media (max-width: 768px) {
  header h1 img {
    padding-left: 0px;
  }
}

header nav {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1300px) {
  header nav {
    margin-top: 0px;
    display: none;
  }
}

header nav ul {
  text-align: right;
  position: relative;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 63px !important;
}
@media (max-width: 1300px) {
  header nav ul {
    flex-direction: column;
    margin-right: 0px !important;
  }
}
header nav ul .pc {
  padding-top: 12px;
}
@media (max-width: 1300px) {
  header nav ul .pc {
    display: none;
  }
}

header nav li {
  display: inline-block;
  position: relative;
  height: inherit;
}

header nav li a {
  display: table;
  padding: 3px 10px 3px 0;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Yu Gothic", sans-serif;
  color: #000 !important;
  font-weight: bold;
}

header nav li img {
  width: auto;
}

.header_up {
  font-family: "Yu Gothic", sans-serif;
  font-size: 17px;
}

.header_up_text {
  font-family: "Yu Gothic", sans-serif;
  font-size: 17px;
  color: #112e53;
}

.header_bottom {
  position: relative;
  display: block;
  line-height: 5px;
  font-size: 10px;
  color: #112e53;
  bottom: 14px;
  margin-top: 20px;
}

.nav_parent {
  position: relative;
  bottom: 7px;
  width: 219px;
}
@media (max-width: 1600px) {
  .nav_parent {
    margin-right: 10px;
  }
}

.nav_child {
  position: absolute;
  top: 4px;
}

.nav_child_f {
  position: absolute;
  top: -3px !important;
}
@media (max-width: 1300px) {
  .nav_child_f {
    top: 3px !important;
  }
}

.child01 {
  left: 90px;
}
.child01 img {
  width: 23px;
}

.child02 {
  left: 162px;
}
.child02 img {
  width: 20px;
}

.menu_pc {
  display: block;
}
@media (max-width: 1300px) {
  .menu_pc {
    display: none;
  }
}

body.fixed {
  overflow: hidden;
  position: inherit;
  width: 100%;
}

.hamburger {
  display: none !important;
}
@media (max-width: 1300px) {
  .hamburger {
    display: block !important;
  }
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display: block;
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 29px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  top: 50%;
  /* left: 4vw; */
  transform: translateY(-50%);
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  left: 6px;
  background: #bbbbbb;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #333839;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #333839;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  color: #fff;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: fit-content;
  transition: 0.4s all;
  display: block;
  text-align: center;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #333839;
  padding: 20px 0;
  text-decoration: none;
  font-weight: normal;
}
@media (max-width: 1020px) {
  nav.globalMenuSp ul li a {
    font-size: 18px;
    line-height: 18px;
    padding: 32px 0;
  }
}
@media (max-width: 600px) {
  nav.globalMenuSp ul li a {
    padding: 16px 0;
    font-size: 16px;
  }
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
  position: fixed;
}

.globalMenuSp li img {
  width: 33%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .globalMenuSp li img {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .globalMenuSp li img {
    width: 65%;
  }
}

@media (max-width: 600px) {
  .inner img {
    width: 220px;
  }
}

.h_contact_ph a {
  color: #fff !important;
}

.nav.globalMenuSp ul li .h_contact {
  color: #fff !important;
}

.shimako_main .containar {
  width: 100%;
  height: auto;
}
.shimako_main .containar .top {
  position: relative;
}
.shimako_main .containar .top_title {
  position: absolute;
  top: 50px;
  left: 100px;
}
@media (max-width: 1600px) {
  .shimako_main .containar .top_title img {
    width: 70%;
  }
}
@media (max-width: 1020px) {
  .shimako_main .containar .top_title img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .shimako_main .containar .top_title img {
    width: 50%;
  }
}
.shimako_main .containar .top_title2 {
  margin-top: 40px;
}
@media (max-width: 1600px) {
  .shimako_main .containar .top_title2 img {
    width: 50%;
  }
}
@media (max-width: 1020px) {
  .shimako_main .containar .top_title2 img {
    width: 33%;
  }
}
@media (max-width: 768px) {
  .shimako_main .containar .top_title2 img {
    width: 26%;
  }
}
.shimako_main .top_ph {
  display: none;
}
@media (max-width: 600px) {
  .shimako_main .top_ph {
    display: block;
  }
}
.shimako_main .top_ph img {
  width: 100%;
}
.shimako_main .containar .top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 600px) {
  .shimako_main .containar .top {
    display: none;
  }
}
.shimako_main .containar .top img {
  max-width: 100%;
  height: auto;
}
.shimako_main .containar .top .top_img0 {
  width: 100vw;
  max-width: 1460px;
}
@media (max-width: 1300px) {
  .shimako_main .containar .top .top_img0 {
    height: 500px;
    object-fit: cover;
    object-position: 90% 0%;
  }
}
.shimako_main .containar .top .top_title {
  position: absolute;
  top: 23%;
  left: 14.5%;
}
@media (max-width: 1300px) {
  .shimako_main .containar .top .top_title {
    top: 17%;
    left: 10.5%;
  }
}
.shimako_main .containar .top .top_title .top_title2 {
  margin-top: 63px;
}
@media (max-width: 1020px) {
  .shimako_main .containar .top .top_title .top_title2 {
    margin-top: 35px;
  }
}
.shimako_main .containar .top .top_title .top_title2 p {
  margin-top: 33px;
  font-size: 20px;
  color: #4f9fff;
  font-weight: bold;
}
@media (max-width: 1020px) {
  .shimako_main .containar .top .top_title .top_title2 p {
    margin-top: 20px;
    font-size: 16px;
  }
}
.shimako_main .containar .concept {
  display: flex;
  flex-direction: row;
  width: 54.8958333333vw;
  min-width: 1054px;
  margin: auto;
  margin-top: 150px;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  .shimako_main .containar .concept {
    flex-direction: column;
    min-width: auto;
  }
}
@media (max-width: 600px) {
  .shimako_main .containar .concept {
    width: 100%;
  }
}
.shimako_main .containar .concept .t_11 {
  position: absolute;
  top: -39px;
  left: 0;
  width: inherit !important;
  height: auto;
  z-index: 1;
  min-width: 271px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.shimako_main .containar .concept .c_1 {
  position: relative;
  z-index: 5;
}
.shimako_main .containar .concept .c_1 img {
  width: 100%;
  height: auto;
}
.shimako_main .containar .concept .c_1 .t_2 {
  width: 29.21875vw;
  min-width: 561px;
}
@media (max-width: 600px) {
  .shimako_main .containar .concept .c_1 .t_2 {
    width: 100%;
  }
}
.shimako_main .containar .concept .c_2 {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f7f7f7;
  width: 27.1875vw;
  padding: 87px 1em;
  margin-left: -22px;
  min-width: 522px;
}
@media (max-width: 600px) {
  .shimako_main .containar .concept .c_2 {
    min-width: 470px;
    margin: auto;
  }
}
.shimako_main .containar .concept .c_2 h1 {
  font-size: 30px;
  margin-bottom: 0.5em;
  width: 367px;
  margin: 0 auto;
  margin-bottom: 60px;
  color: #00b258;
}
.shimako_main .containar .concept .c_2 p {
  font-size: 16px;
  line-height: 1.5;
  width: 367px;
  margin: 0 auto;
}
.shimako_main .containar .feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 50px auto;
}
@media (max-width: 600px) {
  .shimako_main .containar .feature {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .shimako_main .containar .feature .f_1 {
    width: 80%;
  }
}
.shimako_main .containar .feature img {
  margin: 1em 0;
  width: fit-content;
  height: auto;
}
@media (max-width: 600px) {
  .shimako_main .containar .feature img {
    width: 100%;
  }
}
.shimako_main .containar .feature2 {
  background-color: #f7f7f7;
}
.shimako_main .containar .feature2 .f2_main {
  width: fit-content;
  margin: auto;
  padding: 100px 0;
}
.shimako_main .containar .feature2 .f2_main .f2_1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1300px) {
  .shimako_main .containar .feature2 .f2_main .f2_1 {
    flex-direction: column-reverse;
  }
}
.shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_l,
.shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_r {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_l,
  .shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_r {
    width: 100%;
  }
}
.shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_l {
  background-color: #fff;
  width: 555px;
  height: 323px;
  left: 66px;
  top: -43px;
  padding: 70px 127px;
}
@media (max-width: 1300px) {
  .shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_l {
    left: 0px;
  }
}
@media (max-width: 768px) {
  .shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_l {
    width: 90%;
    padding: 15% 5%;
  }
}
.shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_l img {
  width: fit-content;
  height: auto;
}
.shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_l h2 {
  font-size: 26px;
  margin-top: 0.5em;
  width: 297px;
}
.shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_l p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0.5em;
  width: 297px;
}
.shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_r img {
  width: 632px;
  height: auto;
  z-index: 5;
}
@media (max-width: 768px) {
  .shimako_main .containar .feature2 .f2_main .f2_1 .f2_wrap_r img {
    width: 100%;
  }
}
.shimako_main .containar .feature2 .f2_main .f2_2 {
  margin-bottom: 93px;
}
@media (max-width: 1300px) {
  .shimako_main .containar .feature2 .f2_main .f2_2 {
    flex-direction: column;
  }
}
.shimako_main .containar .feature2 .f2_main .f2_2 .f2_wrap_l {
  left: -66px;
  top: 69px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .shimako_main .containar .feature2 .f2_main .f2_2 .f2_wrap_l {
    left: 0px;
    top: -43px;
  }
}
.shimako_main .containar .feature-section,
.shimako_main .containar .course-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.shimako_main .containar .course_title {
  margin: 150px 0 130px;
}
.shimako_main .containar .feature-item,
.shimako_main .containar .course-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
  max-width: 1600px;
  width: 100%;
}
@media (max-width: 768px) {
  .shimako_main .containar .feature-item,
  .shimako_main .containar .course-item {
    flex-direction: column;
  }
}
.shimako_main .containar .feature-item img,
.shimako_main .containar .course-item img {
  width: 100%;
  height: auto;
}
.shimako_main .containar .feature-item {
  flex-direction: column;
  margin-bottom: 40px;
}
.shimako_main .containar .feature-item div {
  margin: 10px 0;
}
.shimako_main .containar .feature-item img {
  max-width: 100%;
  height: auto;
}
.shimako_main .containar .course-item {
  justify-content: space-between;
  margin-top: 40px;
}
.shimako_main .containar .course-item p {
  text-align: left;
}
.shimako_main .containar .course-item div {
  flex: 1;
  margin: 10px;
  text-align: center;
}
.shimako_main .containar .course-item img {
  max-width: 100%;
  height: auto;
}
.shimako_main .containar .partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.shimako_main .containar .partners img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  max-width: 286px;
}
.shimako_main .containar .partners p {
  font-size: 1em;
  margin: 10px 0;
}
.shimako_main .containar .partners .logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 20px 0;
}
.shimako_main .containar .partners .logo-row .logo-box {
  width: 80px;
  height: 50px;
  border: 1px solid #000;
  margin: 5px;
}
.shimako_main .containar .partners .scroll-info {
  font-size: 0.8em;
  color: #666;
}
.shimako_main .containar .news {
  background-color: #f7f7f7;
  padding: 60px 0;
}
.shimako_main .containar .news-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  background-color: #fff;
  margin: 40px auto;
  padding: 60px 0;
}
.shimako_main .containar .news-section img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.shimako_main .containar .news-section .news-header {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-bottom: 20px;
  max-width: 868px;
}
.shimako_main .containar .news-section .news-header h2 {
  font-size: 1.5em;
  margin: 0;
}
.shimako_main .containar .news-section .news-header a {
  font-size: 1em;
  color: #000;
  text-decoration: none;
  align-self: center;
}
.shimako_main .containar .news-section .news_box {
  width: 80%;
  max-width: 868px;
}
.shimako_main .containar .news-section .news_box .news-box-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shimako_main .containar .news-section .news_box .news-box-wrapper ul .news-text {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.shimako_main .containar .news-section .news_box .news-box-wrapper ul .news-text .news-day {
  flex: 1;
  text-align: left;
  padding-left: 40px;
}
.shimako_main .containar .news-section .news_box .news-box-wrapper ul .news-text .news-blog {
  flex: 3;
  text-align: left;
}
.shimako_main .containar .news-section .news_box .news-box-wrapper ul .news-text .news-blog a {
  color: #000;
  text-decoration: none;
}
.shimako_main .containar .news-section .news_box .news-box-wrapper ul .news-text1 {
  border-top: 1px solid #ccc;
}
.shimako_main .containar .contact-section {
  position: relative;
  text-align: center;
  color: white;
}
.shimako_main .containar .contact-section img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.shimako_main .containar .contact-section .contact-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
}
.shimako_main .containar .contact-section .contact-content h2 {
  font-size: 2em;
  margin: 0;
}
.shimako_main .containar .contact-section .contact-content p {
  font-size: 1.2em;
  margin: 10px 0;
  color: #fff;
}
.shimako_main .containar .contact-section .contact-content .contact-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 1em;
}
.shimako_main .containar .content_main .c_title {
  font-size: 44px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 10px;
  width: fit-content;
  margin: 180px auto 0;
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .c_title {
    margin: 100px auto 0;
  }
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .c_title img {
    width: 33vw;
    min-width: 266px;
    margin-bottom: 0px;
  }
}
.shimako_main .containar .content_main .content_0 {
  background-image: url(./images/1x/content_back.png);
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content_0 {
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content_0 {
    padding: 0px 0;
  }
}
.shimako_main .containar .content_main .content1,
.shimako_main .containar .content_main .content2,
.shimako_main .containar .content_main .content3 {
  display: flex;
  width: 1180px;
  margin: auto;
  margin-top: 159px;
  position: relative;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content1,
  .shimako_main .containar .content_main .content2,
  .shimako_main .containar .content_main .content3 {
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
  }
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content1,
  .shimako_main .containar .content_main .content2,
  .shimako_main .containar .content_main .content3 {
    margin-top: 0px;
  }
}
.shimako_main .containar .content_main .content1.content1,
.shimako_main .containar .content_main .content2.content1,
.shimako_main .containar .content_main .content3.content1 {
  margin-top: 64px;
}
.shimako_main .containar .content_main .content1.content2,
.shimako_main .containar .content_main .content2.content2,
.shimako_main .containar .content_main .content3.content2 {
  flex-direction: row-reverse;
  margin-top: 234px;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content1.content2,
  .shimako_main .containar .content_main .content2.content2,
  .shimako_main .containar .content_main .content3.content2 {
    flex-direction: column-reverse;
    margin-top: 60px;
  }
}
.shimako_main .containar .content_main .content1.content3,
.shimako_main .containar .content_main .content2.content3,
.shimako_main .containar .content_main .content3.content3 {
  margin-top: 210px;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content1.content3,
  .shimako_main .containar .content_main .content2.content3,
  .shimako_main .containar .content_main .content3.content3 {
    margin-top: 60px;
  }
}
.shimako_main .containar .content_main .content1 .content_left,
.shimako_main .containar .content_main .content1 .content_right,
.shimako_main .containar .content_main .content2 .content_left,
.shimako_main .containar .content_main .content2 .content_right,
.shimako_main .containar .content_main .content3 .content_left,
.shimako_main .containar .content_main .content3 .content_right {
  z-index: 6;
  flex: 1;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content1 .content_left img,
  .shimako_main .containar .content_main .content1 .content_right img,
  .shimako_main .containar .content_main .content2 .content_left img,
  .shimako_main .containar .content_main .content2 .content_right img,
  .shimako_main .containar .content_main .content3 .content_left img,
  .shimako_main .containar .content_main .content3 .content_right img {
    width: 100%;
    max-width: 500px;
  }
}
.shimako_main .containar .content_main .content1 .content_left .content_img img,
.shimako_main .containar .content_main .content1 .content_right .content_img img,
.shimako_main .containar .content_main .content2 .content_left .content_img img,
.shimako_main .containar .content_main .content2 .content_right .content_img img,
.shimako_main .containar .content_main .content3 .content_left .content_img img,
.shimako_main .containar .content_main .content3 .content_right .content_img img {
  width: 100%;
  height: auto;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content1 .content_left .content_img img,
  .shimako_main .containar .content_main .content1 .content_right .content_img img,
  .shimako_main .containar .content_main .content2 .content_left .content_img img,
  .shimako_main .containar .content_main .content2 .content_right .content_img img,
  .shimako_main .containar .content_main .content3 .content_left .content_img img,
  .shimako_main .containar .content_main .content3 .content_right .content_img img {
    width: 90%;
    max-width: 500px;
  }
}
.shimako_main .containar .content_main .content1 .content_text,
.shimako_main .containar .content_main .content2 .content_text,
.shimako_main .containar .content_main .content3 .content_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  width: 686px;
  white-space: normal;
  position: absolute;
  left: 41%;
  top: 21%;
  padding: 59px 119px 120px 212px;
  border-radius: 22px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  z-index: 4;
  background: #fff;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content1 .content_text,
  .shimako_main .containar .content_main .content2 .content_text,
  .shimako_main .containar .content_main .content3 .content_text {
    position: relative;
    left: 0%;
    top: 0%;
    padding: 50px 5%;
    width: 100%;
    max-width: 500px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content1 .content_text,
  .shimako_main .containar .content_main .content2 .content_text,
  .shimako_main .containar .content_main .content3 .content_text {
    padding: 25px 5%;
    margin-top: -15px;
  }
}
.shimako_main .containar .content_main .content1 .content_text .content_text1,
.shimako_main .containar .content_main .content2 .content_text .content_text1,
.shimako_main .containar .content_main .content3 .content_text .content_text1 {
  display: flex;
  align-items: center;
}
.shimako_main .containar .content_main .content1 .content_text .content_text1 .num,
.shimako_main .containar .content_main .content2 .content_text .content_text1 .num,
.shimako_main .containar .content_main .content3 .content_text .content_text1 .num {
  font-size: 60px;
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content1 .content_text .content_text1 .num,
  .shimako_main .containar .content_main .content2 .content_text .content_text1 .num,
  .shimako_main .containar .content_main .content3 .content_text .content_text1 .num {
    font-size: 40px;
  }
}
.shimako_main .containar .content_main .content1 .content_text .content_text1 p,
.shimako_main .containar .content_main .content2 .content_text .content_text1 p,
.shimako_main .containar .content_main .content3 .content_text .content_text1 p {
  font-size: 20px;
  font-weight: bold;
  white-space: normal;
  color: #333333;
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content1 .content_text .content_text1 p,
  .shimako_main .containar .content_main .content2 .content_text .content_text1 p,
  .shimako_main .containar .content_main .content3 .content_text .content_text1 p {
    font-size: 14px;
  }
}
.shimako_main .containar .content_main .content1 .content_text .content_text2 h2,
.shimako_main .containar .content_main .content2 .content_text .content_text2 h2,
.shimako_main .containar .content_main .content3 .content_text .content_text2 h2 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content1 .content_text .content_text2 h2,
  .shimako_main .containar .content_main .content2 .content_text .content_text2 h2,
  .shimako_main .containar .content_main .content3 .content_text .content_text2 h2 {
    font-size: 24px;
  }
}
.shimako_main .containar .content_main .content1 .content_text .content_text3 p,
.shimako_main .containar .content_main .content2 .content_text .content_text3 p,
.shimako_main .containar .content_main .content3 .content_text .content_text3 p {
  margin-top: 10px;
  font-size: 16px;
  white-space: normal;
  color: #333333;
  letter-spacing: 0.6px;
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content1 .content_text .content_text3 p,
  .shimako_main .containar .content_main .content2 .content_text .content_text3 p,
  .shimako_main .containar .content_main .content3 .content_text .content_text3 p {
    font-size: 14px;
  }
}
.shimako_main .containar .content_main .content1 {
  margin-bottom: 120px;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content1 {
    margin-bottom: 50px;
  }
}
.shimako_main .containar .content_main .content2 {
  position: relative;
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content2 {
    margin-bottom: 50px;
  }
}
.shimako_main .containar .content_main .content2 .content_text {
  left: 0%;
  top: 0%;
  width: 716px;
  padding: 59px 174px 82px 118px;
  margin-top: 71px;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content2 .content_text {
    position: relative;
    left: 0%;
    top: 0%;
    padding: 50px 5%;
    width: 100%;
    max-width: 500px;
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .shimako_main .containar .content_main .content2 .content_text {
    padding: 25px 5%;
    margin-top: -15px;
  }
}
.shimako_main .containar .content_main .content2 .content_img {
  padding: 0;
  width: 686px;
  white-space: normal;
  margin-left: 600px;
  border-radius: 29px;
  z-index: 4;
}
@media (max-width: 1300px) {
  .shimako_main .containar .content_main .content2 .content_img {
    margin-left: 0px;
    width: 100%;
    max-width: 500px;
  }
}
.shimako_main .containar .member {
  margin-top: 300px;
  margin-bottom: 100px;
}
@media (max-width: 1300px) {
  .shimako_main .containar .member {
    margin-top: 40px;
  }
}
.shimako_main .containar .member .member_top img {
  display: block;
  width: fit-content;
  height: auto;
  margin: auto;
  margin-bottom: 150px;
}
@media (max-width: 600px) {
  .shimako_main .containar .member .member_top img {
    width: 33%;
    min-width: 123px;
    margin-bottom: 50px;
  }
}
.shimako_main .containar .member .member_main {
  display: flex;
  justify-content: center;
  gap: 45px;
}
@media (max-width: 1300px) {
  .shimako_main .containar .member .member_main {
    flex-direction: column;
  }
}
.shimako_main .containar .member .member_main .mem_1,
.shimako_main .containar .member .member_main .mem_2 {
  width: min-content;
}
@media (max-width: 1300px) {
  .shimako_main .containar .member .member_main .mem_1,
  .shimako_main .containar .member .member_main .mem_2 {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .shimako_main .containar .member .member_main .mem_1,
  .shimako_main .containar .member .member_main .mem_2 {
    width: 90vw;
  }
}
.shimako_main .containar .member .member_main .mem_1 img,
.shimako_main .containar .member .member_main .mem_2 img {
  width: fit-content;
  height: auto;
  display: block;
}
@media (max-width: 600px) {
  .shimako_main .containar .member .member_main .mem_1 img,
  .shimako_main .containar .member .member_main .mem_2 img {
    width: 100%;
  }
}
.shimako_main .containar .member .member_main .mem_1 p,
.shimako_main .containar .member .member_main .mem_2 p {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  white-space: normal;
  width: 90%;
  margin: 27px auto;
  letter-spacing: -0.3px;
}
@media (max-width: 600px) {
  .shimako_main .containar .member .member_main .mem_1 p,
  .shimako_main .containar .member .member_main .mem_2 p {
    font-size: 14px;
    width: 100%;
  }
}
.shimako_main .qa {
  background-image: url(./images/1x/qa_ba.png);
  padding: 100px 0 100px;
}
@media (max-width: 600px) {
  .shimako_main .qa {
    padding: 50px 0 50px;
  }
}
.shimako_main .qa .qa_main {
  width: 1180px;
  margin: auto;
  background-color: #fff;
  padding: 100px;
  border-radius: 15px;
}
@media (max-width: 1300px) {
  .shimako_main .qa .qa_main {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .shimako_main .qa .qa_main {
    padding: 13% 5%;
  }
}
.shimako_main .qa .qa_main .qa_top {
  text-align: center;
}
.shimako_main .qa .qa_main .qa_top img {
  width: fit-content;
  text-align: center;
  height: auto;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .shimako_main .qa .qa_main .qa_top img {
    margin-bottom: 35px;
  }
}

.details {
  border-top: 1px solid #333333;
}
.details:last-of-type {
  border-bottom: 1px solid #333333;
}

.details-summary {
  position: relative;
  display: block;
  padding: 0px;
  color: #333333;
  font-size: 16px;
  text-align: center;
  width: auto;
  text-align: left;
}
.details-summary p {
  font-size: 14px;
  color: #333333;
  margin: 14px 0;
}
.details-summary .q_text {
  font-size: 26px;
  margin-left: 30px;
  margin-right: 30px;
  color: #333333;
}
@media (max-width: 600px) {
  .details-summary .q_text {
    margin-left: 0px;
  }
}
.details-summary .a_text {
  white-space: normal;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary .btn {
  position: absolute;
  top: 37%;
  right: 40px;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media (max-width: 600px) {
  .details-summary .btn {
    right: 10px;
  }
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  background-color: #333333;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  transform-origin: center center;
}
.details-summary .btn:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
.details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .details-content {
    flex-direction: column;
  }
}
.details-content p {
  font-size: 14px;
  margin-bottom: 14px;
  text-align: left;
  line-height: 24px;
  white-space: normal;
  display: flex;
}
@media (max-width: 768px) {
  .details-content p {
    min-height: 50px;
    display: flex;
  }
}

.p_accordion {
  width: 350px; /* 子要素の幅を350pxに設定します */
  box-sizing: border-box;
  height: fit-content;
}
@media (max-width: 1020px) {
  .p_accordion {
    width: 29vw;
  }
}
@media (max-width: 768px) {
  .p_accordion {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
}
@media (max-width: 480px) {
  .p_accordion {
    width: 90%;
    margin-bottom: 15vw;
  }
}

.top_price_sub {
  font-size: 18px;
  font-weight: bold;
}

.subtitle h2 {
  font-size: 22px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  position: relative;
}
.subtitle h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 45px; /* ここでボーダーの長さを設定 */
  border-bottom: 6px solid #333333;
}
.subtitle p {
  font-size: 18px;
  font-weight: bold;
  margin: 33px 0;
}

.p_sub2 {
  margin-top: 60px;
}

.top_price_box2 {
  display: flex;
  justify-content: space-evenly;
  width: 70%;
  margin: auto;
  margin-bottom: 2.8vw;
}
@media (max-width: 768px) {
  .top_price_box2 {
    display: contents;
  }
}

.details-content2 {
  display: flex;
  justify-content: space-evenly;
  width: 70%;
  margin: auto;
  margin-bottom: 2.8vw;
}
@media (max-width: 480px) {
  .details-content2 {
    width: 95%;
  }
}

@media (max-width: 600px) {
  .br_no {
    display: none;
  }
}

.br_yes {
  display: none;
}
@media (max-width: 600px) {
  .br_yes {
    display: block;
  }
}

.contact_0 {
  background-image: url(./images/1x/con_back.png);
  padding: 74px 0;
  margin-top: 200px;
}
@media (max-width: 1300px) {
  .contact_0 {
    margin-top: 100px;
  }
}
@media (max-width: 600px) {
  .contact_0 {
    margin-top: 80px;
    padding: 40px 0;
  }
}
.contact_0 .con_title {
  background-color: #fff;
  width: 1160px;
  margin: auto;
  border-radius: 30px;
}
@media (max-width: 1300px) {
  .contact_0 .con_title {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .contact_0 .con_title {
    width: 100%;
  }
}
.contact_0 .con_title img {
  display: block;
  width: fit-content;
  height: auto;
  margin: auto;
  padding: 57px 0 0;
}
@media (max-width: 1300px) {
  .contact_0 .con_title img {
    width: 60%;
    max-width: 250px;
  }
}
.contact_0 .con_title .con_b {
  padding: 0px 0 57px;
}
.contact_0 .con_title p {
  color: #333333;
  margin-top: 18px;
  line-height: 1.5;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
@media (max-width: 600px) {
  .contact_0 .con_title p {
    width: 90%;
    margin: auto;
    font-size: 12px;
  }
}
.contact_0 .con_title a {
  display: block;
  margin-top: 20px;
  width: fit-content;
  margin: auto;
}
.contact_0 .con_title a img {
  width: auto;
}
@media (max-width: 600px) {
  .contact_0 .con_title a img {
    width: 80%;
    max-width: 250px;
  }
}

a:hover {
  opacity: 0.8;
}

.mem_pc {
  display: block;
}
@media (max-width: 600px) {
  .mem_pc {
    display: none !important;
  }
}

.mem_ph {
  display: none !important;
}
@media (max-width: 600px) {
  .mem_ph {
    display: block !important;
  }
}

/*
 Theme Name:   habakiri-onepenguin-chile
 Template:     habakiri
*/
h1,
h2,
h3,
h4,
p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.main {
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
  line-height: 1.6;
}

.hero {
  position: relative;
  text-align: center;
  color: white;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.hero-text {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  width: 100%;
}

.hero-text img {
  width: 100%;
}

.hero-text h1 {
  font-size: 2.5em;
  margin-bottom: 0.3em;
}

.hero-text .enrollment {
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.2em;
}

.concept {
  text-align: center;
  padding: 60px 0px;
  background-color: #fff;
}

.concept_top h2 {
  font-size: 44px;
  color: #00b151;
  margin-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: -3px;
}
@media (max-width: 1020px) {
  .concept_top h2 {
    font-size: 24px;
  }
}

.concept_top p {
  font-size: 22px;
  margin-bottom: 0.5em;
  line-height: 2;
}
@media (max-width: 1020px) {
  .concept_top p {
    font-size: 16px;
  }
}

.story-flow {
  margin: 30px auto;
  max-width: 800px;
}

.story-item {
  font-weight: bold;
  font-size: 1.2em;
  margin: 20px 0;
}

.story-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.story-images img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.description {
  margin-top: 30px;
  font-size: 1em;
  color: #444;
}

.map-illustration img {
  width: 100%;
  display: block;
  margin-top: 40px;
}
@media (max-width: 1020px) {
  .map-illustration img {
    margin-top: 0px;
  }
}

.circle-section.single-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
}
@media (max-width: 1020px) {
  .circle-section.single-bg {
    padding-bottom: 30px;
  }
}

.circle-container {
  position: relative;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .circle-container {
    display: none;
  }
}

.center-text {
  position: absolute;
  top: 53%;
  left: 52%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 8px;
}
.center-text p {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 35px;
  min-width: 332px;
}

@media (max-width: 1020px) {
  .center-text img {
    width: 70%;
    min-width: 203px;
  }
  .center-text {
    top: 56%;
  }
}
.center-text h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.center-text .sub {
  color: #0a6c42;
  font-size: 14px;
  margin-bottom: 15px;
}

.circle-container3 {
  position: relative; /* ←この要素を基準にposition: absoluteが効くようにする */
  width: 100%;
  height: auto; /* 同上 */
}

@media (max-width: 1020px) {
  .circle-container3_1 {
    display: none;
  }
  .circle-container4 {
    display: block !important;
  }
}
.circle-container4 {
  display: none;
}

.circle-container3 img {
  position: relative; /* ←この要素を基準にposition: absoluteが効くようにする */
  width: 100%; /* 画像に合わせて調整 */
  height: auto; /* 同上 */
  left: 0px;
  max-width: 1357px;
}

.map-illustration {
  width: 70%;
  margin: auto;
  max-width: 1040px;
  margin-bottom: 200px;
}
@media (max-width: 1020px) {
  .map-illustration {
    width: 90%;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .map-illustration {
    width: 100%;
  }
}

.sponsor-section {
  padding: 40px 0px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .sponsor-section {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.sponsor-group {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sponsor-group {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
  }
}

.sponsor-group h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.sponsor-group p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .sponsor-group p {
    font-size: 16px;
    white-space: normal;
  }
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .logo-grid {
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .logo-grid .logo:nth-child(1) {
    order: 3;
  }
  .logo-grid .logo:nth-child(2) {
    order: 5;
  }
  .logo-grid .logo:nth-child(3) {
    order: 1;
  }
  .logo-grid .logo:nth-child(4) {
    order: 2;
  }
  .logo-grid .logo:nth-child(5) {
    order: 4;
  }
  .logo-grid .logo:nth-child(6) {
    order: 6;
  }
  .logo-grid .logo:nth-child(7) {
    order: 7;
  }
  .logo-grid .logo:nth-child(8) {
    order: 8;
  }
  .logo-grid .logo:nth-child(9) {
    order: 9;
  }
  .logo-grid .logo:nth-child(10) {
    order: 12;
  }
  .logo-grid .logo:nth-child(11) {
    order: 11;
  }
  .logo-grid .logo:nth-child(12) {
    order: 10;
  }
}

.logo {
  width: auto;
  height: auto;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  width: 7vw;
  min-width: 95px;
}
@media (max-width: 1020px) {
  .logo img {
    max-width: -webkit-fill-available;
  }
}

.about-section {
  padding: 60px 0px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1300px) {
  .about-section {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .about-section {
    padding: 60px 0px 10px;
  }
}

.about-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8%;
  margin-bottom: 60px;
  margin-left: 50px;
}
@media (max-width: 1300px) {
  .about-top {
    width: 95%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .about-top {
    margin-bottom: 0px;
  }
}

@media (max-width: 1020px) {
  .about-top {
    align-items: flex-start;
    gap: 40px;
    flex-direction: column-reverse;
  }
  .about-bottom {
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
}
@media (max-width: 1020px) and (max-width: 768px) {
  .about-bottom {
    flex-direction: column-reverse;
    margin-top: 0px;
  }
}
.about-text {
  min-width: 280px;
  max-width: 600px;
}
@media (max-width: 1020px) {
  .about-text {
    max-width: 100%;
    width: 95%;
    margin: auto;
  }
}

.about-text h2 {
  font-size: 42px;
  margin-bottom: 60px;
  white-space: normal;
}
@media (max-width: 1300px) {
  .about-text h2 {
    margin-bottom: 37px;
  }
}
@media (max-width: 768px) {
  .about-text h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }
}

.about-text p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
  white-space: normal;
  letter-spacing: 0px;
}
@media (max-width: 768px) {
  .about-text p {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.8;
  }
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-group button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  background-color: #04a6dc;
  color: #fff;
  border-radius: 20px;
  cursor: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 768px) {
  .button-group button {
    padding: 5px 15px;
  }
}
@media (max-width: 600px) {
  .button-group button {
    max-width: 335px;
  }
}

.button-group-img {
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .button-group-img {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .button-group-img {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .button-group-img img {
    width: 80px;
    margin-left: auto;
  }
}

/* ▼ 画像サイズ統一とアスペクト比維持 */
.about-image,
.activity-images {
  flex: 1;
  max-width: 970px;
  width: 100%;
}

.about-image img,
.activity-images img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .about-image img,
  .activity-images img {
    margin-left: 0%;
    width: 100vw;
  }
}

.about-bottom {
  display: flex;
  gap: 8%;
  align-items: flex-start;
  justify-content: flex-end;
  margin-left: auto;
  max-width: 100%;
  margin-left: 50px;
}
@media (max-width: 1300px) {
  .about-bottom {
    width: 95%;
    margin: auto;
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .about-bottom {
    margin-top: 50px;
  }
}

.circle-chart {
  display: flex;
  text-align: center;
  min-width: 530px;
}
@media (max-width: 1020px) {
  .circle-chart {
    justify-content: center;
  }
}
@media (max-width: 1020px) {
  .circle-chart {
    max-width: 100%;
    min-width: 100%;
  }
}

.circle-chart img {
  width: 100%;
  height: auto;
  max-width: 530px;
}
@media (max-width: 1020px) {
  .circle-chart img {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  .circle-chart img {
    max-width: 75%;
  }
}

.chart-caption {
  margin-top: 10px;
  font-size: 13px;
  color: #007bba;
}

.activity-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 54px;
}
@media (max-width: 768px) {
  .activity-images {
    margin-top: 15px;
    gap: 0px;
  }
}
.activity-images img {
  max-width: 720px;
  margin-left: 0 !important;
}
@media (max-width: 1020px) {
  .activity-images img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 768px) {
  .activity-images img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.about-description {
  font-size: 22px;
  line-height: 1.7;
  margin-top: 20px;
  max-width: 712px;
}
@media (max-width: 1020px) {
  .about-description {
    width: 95vw;
    margin: auto;
  }
}

.about-description p {
  font-size: 22px;
}
@media (max-width: 1020px) {
  .about-description p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .about-description p {
    font-size: 14px;
    padding: 10px 0;
    line-height: 1.8;
    width: 95%;
    margin: auto;
  }
}

/* ▼ モバイル対応 */
@media (max-width: 1020px) {
  .about-image,
  .activity-images {
    max-width: 100%;
  }
  .about-image img,
  .activity-images img {
    aspect-ratio: auto; /* 自然表示へ */
  }
}
.activity-section01 {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: -78px;
}
@media (max-width: 768px) {
  .activity-section01 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .activity-section01 img {
    width: 70px;
    margin-top: -10px;
  }
}

.activity-section {
  max-width: 1360px;
  margin: 60px auto;
  padding: 0 20px;
}
@media (max-width: 1020px) {
  .activity-section {
    padding: 0px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .activity-section {
    margin: 80px auto 0;
  }
}

.activity-title {
  font-size: 24px;
  text-align: center;
}

.activity-block {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 115px;
  align-items: center;
}
@media (max-width: 1300px) {
  .activity-block {
    gap: 20px;
    width: 95vw;
    margin: auto;
    margin-bottom: 45px;
    flex-direction: column;
    max-width: 600px;
  }
}

@media (max-width: 1020px) {
  .activity-block {
    min-width: auto;
  }
  .activity-block img {
    min-width: auto;
    width: 100%;
  }
  .activity-block-img {
    width: 100%;
    max-width: 200px;
  }
}
@media (max-width: 1020px) and (max-width: 1020px) {
  .activity-block-img {
    max-width: 120px;
    padding-right: 15px;
  }
}
@media (max-width: 1020px) and (max-width: 768px) {
  .activity-block-img {
    width: 80px;
    margin-left: auto;
  }
}
.activity-block-img {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (max-width: 1020px) {
  .activity-block-img {
    margin-left: auto;
  }
}

.activity-image {
  width: 280px;
  max-width: 100%;
  border-radius: 8px;
}

.activity-text {
  flex: 1;
  min-width: 260px;
}
@media (max-width: 768px) {
  .activity-text {
    width: 100%;
    margin: auto;
    padding: 0 15px;
  }
}

.activity-text h3 {
  font-size: 32px;
  margin-bottom: 6px;
  font-weight: normal;
  letter-spacing: 2px;
  white-space: normal;
}
@media (max-width: 1020px) {
  .activity-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .activity-text h3 {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}

.activity-text h3 span {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.activity-text .bold {
  font-weight: bold;
  margin-bottom: 10px;
}

.activity-text p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 1020px) {
  .activity-text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .activity-text p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}

.activity-text .note {
  font-size: 12px;
  color: #777;
}

.video-section {
  padding: 60px 20px;
  max-width: auto;
  margin: auto;
  text-align: center;
  background-color: #f3f3f3;
}

.video-section1 {
  max-width: 800px;
  margin: auto;
}

.video-title {
  color: #00b151;
  font-size: 32px;
  margin-bottom: 30px !important;
  font-weight: normal;
}
@media (max-width: 1020px) {
  .video-title {
    font-size: 20px;
    white-space: normal;
  }
}

.video-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.video-title::after {
  content: "";
  display: block;
  width: 40%; /* 線の長さ */
  height: 1px;
  background-color: #00b151;
  margin: 10px auto 0; /* 上10px・左右auto（中央）・下0 */
}

.video-description {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: left;
  background-color: #fff;
  padding: 20px 30px;
}

.video-description .highlight {
  font-weight: bold;
  color: #00b151;
}

.faq-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  gap: 40px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 1750px;
  align-items: center;
  width: 90vw;
  padding: 60px 0 60px 4%;
}
@media (max-width: 1300px) {
  .faq-section {
    width: 90%;
    gap: 30px;
    flex-direction: column;
    padding: 0;
    padding-top: 40px;
  }
}

@media (max-width: 1020px) {
  .faq-section {
    padding: 0px;
  }
  .faq-content {
    padding: 20px;
  }
}
.faq-content {
  flex: 1;
  min-width: 300px;
}

.faq-content h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
  letter-spacing: 7px;
  border-bottom: solid 1px #b3b3b3;
  padding-bottom: 20px;
  color: #000;
}
@media (max-width: 1300px) {
  .faq-content h2 {
    text-align: center;
  }
}
@media (max-width: 1020px) {
  .faq-content h2 {
    font-size: 24px;
    margin-top: 40px;
  }
}

.faq-item {
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
}

.question {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 15px;
  color: #00b151;
}
@media (max-width: 1020px) {
  .question {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 100;
  }
}
.question span {
  color: #000 !important;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}

.answer {
  color: #000; /* オレンジ色 */
  font-size: 18px;
  line-height: 1.6;
  margin-left: 0px;
}
@media (max-width: 1020px) {
  .answer {
    font-size: 16px;
    margin-left: 0;
  }
}
.answer span {
  color: #000 !important;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}

.faq-image {
  min-width: 270px;
  width: 40vw;
}
@media (max-width: 1300px) {
  .faq-image {
    width: 100%;
    height: auto;
    max-width: 580px;
    margin: auto;
  }
}
@media (max-width: 1020px) {
  .faq-image {
    width: 100%;
    display: flex;
    align-items: flex-end; /* ← これで「下揃え」 */
    justify-content: center; /* ← 横中央 */
    height: 300px; /* 必要に応じて変更（固定 or min-height でもOK） */
    overflow: hidden;
  }
}

.faq-image img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  max-width: 772px;
}
@media (max-width: 1300px) {
  .faq-image img {
    min-width: 100%;
    max-height: 580px;
    width: auto;
    height: auto;
  }
}

.news-section {
  max-width: 1750px;
  margin: 60px auto;
  padding: 0 0px;
  width: 90%;
}
@media (max-width: 1020px) {
  .news-section {
    width: 90%;
  }
}

.news-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .news-title {
    font-size: 20px;
  }
}

.news-list {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

@media (max-width: 1020px) {
  .news-list {
    flex-direction: column;
  }
}
.news-item {
  flex: auto;
  background-color: #fff;
  border-radius: 8px;
  overflow-x: hidden;
  text-align: left;
}

.news-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1020px) {
  .news-item img {
    height: auto;
  }
}

.news-item p {
  font-size: 18px;
  margin-top: 8px;
  padding: 0 8px 10px;
}
@media (max-width: 1020px) {
  .news-item p {
    font-size: 14px;
  }
}

.entry-flow-section {
  text-align: center;
  padding: 60px 20px 0;
}
@media (max-width: 768px) {
  .entry-flow-section {
    padding: 0;
  }
}

.entry-step img,
.entry-photo img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .entry-step img,
  .entry-photo img {
    width: 100vw;
    padding: 0;
    margin-bottom: 0px;
  }
}

.entry-step img {
  margin-bottom: 90px;
}

.ph01 {
  display: none;
}
@media (max-width: 768px) {
  .ph01 {
    display: block;
    width: 100%;
  }
}

.pc_img {
  display: block;
}
@media (max-width: 768px) {
  .pc_img {
    display: none;
  }
}

.footer {
  background-color: #fff;
  font-family: sans-serif;
  color: #333;
}

.footer-top-line img {
  width: 100%;
  display: block;
  margin-top: -62px;
}
@media (max-width: 768px) {
  .footer-top-line img {
    margin-right: 0px;
    height: 40px !important;
  }
}

.footer-top-line {
  height: 60px;
}
.footer-top-line img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right;
  margin-top: -62px;
}

.footer-inner {
  display: flex;
  padding: 40px 60px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10%;
  justify-content: center;
}
@media (max-width: 1020px) {
  .footer-inner {
    padding: 30px 0px;
    gap: 20px;
    width: 90%;
    margin: auto;
    justify-content: flex-start;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .footer-inner {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 40px;
    padding-top: 20px;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    width: auto;
  }
}

.footer-left {
  width: 30%;
  min-width: 250px;
  max-width: 265px;
  text-align: left;
}
@media (max-width: 768px) {
  .footer-left {
    margin-left: 30px;
  }
}

.footer-logo {
  width: 280px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer-logo {
    margin-bottom: 0px;
    width: 240px !important;
  }
}

.footer-left p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}

.footer-buttons {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer-buttons {
    display: none;
  }
}

.footer-buttons a {
  display: inline-block;
  background-color: #00b151;
  color: white;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  text-decoration: none;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 600;
  min-width: 214px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer-buttons a {
    font-size: 15px;
    width: 40vw;
  }
}

.footer-sns {
  margin-top: 20px;
}

.footer-sns img {
  width: 24px;
  margin-right: 10px;
}

.footer-right {
  width: 61%;
  min-width: 300px;
  background-color: #f7f7f7;
  border-radius: 55px;
}
@media (max-width: 1020px) {
  .footer-right {
    width: 100%;
  }
}

.footer-links {
  list-style: none;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  margin-left: 80px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1300px) {
  .footer-links {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    flex-direction: column;
    text-align: center;
  }
}
.footer-links li {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: flex;
}
@media (max-width: 1020px) {
  .footer-links li {
    font-size: 14px;
  }
}

.footer-legal {
  margin-top: 20px;
  font-size: 13px;
  color: #666;
  display: flex;
  flex-wrap: wrap;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  background-color: #43b045;
  color: white;
  padding: 10px 0;
}

.footer_big {
  font-size: 20px !important;
  margin-bottom: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1020px) {
  .footer_big {
    font-size: 16px !important;
  }
}

.footer_leftmargin {
  margin-left: 20px;
}

.footer_leftmargin1 {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
.footer_leftmargin1 p {
  font-size: 16px;
  margin-top: 5px;
  margin-right: 20px;
}
@media (max-width: 1020px) {
  .footer_leftmargin1 p {
    font-size: 14px;
  }
}

.footer-buttons_ph {
  display: none;
}
@media (max-width: 768px) {
  .footer-buttons_ph {
    display: block;
    margin-top: 45px;
  }
}

/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
div,
input,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

html {
  font-family: YakuHanJP, "Lato", "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  touch-action: manipulation;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-size: 1.6rem;
  color: #343434;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
}

.wrap {
  min-height: 100vh;
  position: relative;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

input,
select,
option {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: #f7f8f8;
  border: none;
  padding: 1rem;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #fff;
}

::-webkit-scrollbar {
  all: unset;
  width: 0px;
}

.fade_anime {
  animation-name: fadein;
  animation-duration: 2s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* -----------------------------------------------------------------
   共通パーツ
----------------------------------------------------------------- */
#contents {
  overflow: visible !important;
}

.grid {
  position: relative;
  padding: 0 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

.title01 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 4rem;
}

.title01 span {
  font-size: 95%;
}

.title01::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background-color: #00b358;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.title02 {
  font-size: 2.4rem;
}

.title03 {
  font-size: 2.2rem;
}

.text {
  font-size: 1.6rem;
}

.pg-lp__btn {
  margin: 9rem auto;
  width: 400px;
  text-align: center;
}

.btn {
  width: 100%;
  padding: 2.2rem 0;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(90deg, #00b358 0, 0, #02d368);
  border: 2px solid transparent;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn:hover {
  background: transparent;
  border: 2px solid #00b358;
  color: #00b358;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background: linear-gradient(90deg, #fff 0, #fff);
}

@media screen and (max-width: 1040px) {
  .pcOnly {
    display: none;
  }
  .title01 {
    font-size: 3.3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 2.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
  }
  .btn {
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
  .pg-lp__btn {
    margin: 3rem auto;
    width: 100%;
  }
  .btn {
    width: 250px;
  }
}
/* -----------------------------------------------------------------
   ヘッダー
----------------------------------------------------------------- */
header {
  height: 103px !important;
  top: 0;
}

.header_inner {
  display: flex;
  height: 100%;
  line-height: normal;
  position: relative;
}

.logo-part img {
  position: absolute !important;
  top: 39px !important;
  left: 3% !important;
}

.contact-part {
  margin-left: auto;
  margin-right: 0;
}

.contact-part ul {
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 2rem;
  position: absolute;
  top: 28px;
  right: 0%;
}

.contact-part ul li a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  pointer-events: auto;
}

.contact-part ul li a:hover,
.contact-part ul li a:active {
  opacity: 0.5;
}

.contact-part ul li img:first-child {
  margin-right: 2.3rem;
}

@media screen and (max-width: 1100px) {
  .contact-part ul {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 75px !important;
  }
  .header_inner {
    line-height: 60px;
  }
  .logo-part img {
    max-width: 30vw !important;
    position: absolute;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
  }
  .contact-part ul {
    padding-right: 0;
    top: 21px;
  }
  .contact-part ul li img:first-child {
    width: 120px;
  }
  .header_btn02 {
    display: none;
  }
}
/* -----------------------------------------------------------------
   メイン画像
----------------------------------------------------------------- */
.pg-lp__mv {
  background-image: url(http://miyako-shimako.com/wp-content/uploads/2021/01/main_img@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 915px;
}

.top_main-btn {
  max-width: 90%;
  min-height: 915px;
  padding: 0 1.5rem;
  position: relative;
}

.top_main-btn img {
  position: absolute;
  top: 50%;
  right: 0;
}

.top_main-btn-sp {
  display: none;
}

.sp-mainpic {
  display: none;
}

@media screen and (max-width: 1100px) {
  .pg-lp__mv {
    background-image: url(http://miyako-shimako.com/wp-content/uploads/2021/01/main_img@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
    position: relative;
    min-height: 915px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .top_main-btn img {
    position: absolute;
    width: 55%;
    top: 43%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sp-mainpic {
    display: block;
  }
  .top_main-btn {
    display: none;
  }
  .pg-lp__mv {
    min-height: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }
}
/* -----------------------------------------------------------------
   島の高等学院とは？
----------------------------------------------------------------- */
.pg-lp__about__inner {
  text-align: center;
  padding: 10rem 0 9rem;
}

.pg-lp__about__text {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 6rem auto;
  line-height: 1.9;
}

.pg-lp__about__text .underline {
  background: linear-gradient(transparent 60%, #ffff00 60%);
  font-size: 108%;
}

.pg-lp__about__detail {
  background-color: #f7f7f7;
  margin-top: 16.5rem;
}

.pg-lp__about__detail .item__part {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 1086px;
  margin: 0 auto;
  position: relative;
  top: -11rem;
}

.pg-lp__about__detail .item__part p {
  padding: 0rem;
  font-size: 3rem;
}

.pg-lp__about__detail .comment__part {
  font-size: 2rem;
  position: relative;
  top: -7rem;
  line-height: 1.95;
}

@media screen and (max-width: 1100px) {
  .pg-lp__about__inner {
    padding: 10rem 0.5rem 9rem;
  }
}
@media screen and (max-width: 767px) {
  .pg-lp__about__text {
    font-size: 1.8rem;
  }
  .pg-lp__about__detail {
    background-color: #f7f7f7;
    margin-top: 0;
  }
  .pg-lp__about__detail .item__part {
    display: block;
    max-width: 95%;
    top: 0rem;
  }
  .pg-lp__about__detail .comment__part {
    font-size: 1.6rem;
    text-align: left;
    top: 0rem;
    padding: 3rem 1rem 3rem;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
  }
  .pg-lp__about__inner {
    text-align: center;
    padding: 5rem 0 5rem !important;
  }
  .pg-lp__about__text {
    margin: 3rem auto 3rem;
  }
}
/* -----------------------------------------------------------------
   ３つの魅力
----------------------------------------------------------------- */
.pg-lp__features__title .big {
  font-size: 115%;
}

.pg-lp__features {
  position: relative;
}

.pg-lp__features__inner {
  margin: 0 auto;
  padding: 0 20px;
}

.pg-lp__features__title {
  text-align: center;
  margin-bottom: 6.2rem;
}

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

.pg-lp__features__clm {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.pg-lp__features__clm__item {
  width: 33.333%;
}

.pg-lp__features__clm__main {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 2.5rem;
}

.pg-lp__features__clm__sub {
  line-height: 1.75;
  letter-spacing: 0.05rem;
  padding: 2rem 5.5rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

/* なりたい自分になる */
.pg-lp__features__curriculum {
  max-width: 1010px;
  margin: 110px auto 0;
}

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

.pg-lp__features__curriculum__image {
  width: calc(55% - 14px);
}

.pg-lp__features__curriculum__text {
  width: calc(44% - 14px);
  margin-top: 85px;
  position: relative;
  left: 3rem;
}

.pg-lp__features__curriculum__text__main {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 3.5rem;
}

.pg-lp__features__curriculum__text__main::after {
  content: "";
  display: block;
  width: 188px;
  height: 4px;
  background-color: #00b358;
  position: absolute;
  bottom: 0;
  left: 2%;
}

.pg-lp__features__curriculum__text__sub {
  padding-left: 10px;
}

.pg-lp__features__curriculum__subtitle {
  margin-top: 68px;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  padding-bottom: 1.9rem;
}

.pg-lp__features__curriculum__subtitle::after {
  content: "";
  display: block;
  width: 85%;
  height: 2px;
  background-color: #00b358;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.pg-lp__features__curriculum__subtitle > p {
  position: relative;
  display: inline-block;
  z-index: 10;
  padding: 0 10px;
  font-size: 2.4rem;
  color: #00b358;
}

.pg-lp__features__curriculum__3clm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2rem;
}

.pg-lp__features__curriculum__3clm__item {
  width: calc(33.33333% - 22px);
  margin-top: 33px;
  text-align: center;
}

.pg-lp__features__curriculum__3clm__image img {
  border-radius: 6px;
}

.pg-lp__features__curriculum__3clm__text {
  margin-top: 8px;
  text-align: center;
  font-weight: 600;
}

.pg-lp__features__curriculum_comment {
  text-align: center;
  margin-top: 2rem;
}

/* なりたいを叶えるための支援プログラム */
.pg-lp__features__others {
  margin-top: 7.4rem;
}

.pg-lp__features__others__text {
  text-align: center;
  font-size: 2.4rem;
}

.pg-lp__features__others__2clm {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pg-lp__features__others__2clm__item {
  width: calc(50% - 14px);
  margin-top: 74px;
}

.pg-lp__features__others__2clm__item01,
.pg-lp__features__others__2clm__item02 {
  margin-top: 54px;
}

.pg-lp__features__others__2clm__title {
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  color: #00b358;
  font-weight: 600;
  letter-spacing: -0.15rem;
}

.pg-lp__features__others__2clm__title::after {
  content: "";
  display: block;
  width: 85%;
  height: 1px;
  background-color: #00b358;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.pg-lp__features__others__2clm__text {
  letter-spacing: -0.32px;
  padding: 1rem 1.5rem 0 3.2rem;
  line-height: 1.75;
}

@media screen and (max-width: 1100px) {
  .pg-lp__about__inner {
    padding: 10rem 0.5rem 9rem;
  }
  .pg-lp__features__clm__sub {
    padding: 2rem 2rem;
    letter-spacing: 0;
  }
  .pg-lp__features__curriculum__text__main {
    font-size: 3rem;
  }
  .pg-lp__features__curriculum__text {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg-lp__features__curriculum {
    max-width: 100%;
    margin: 6rem auto 0;
  }
  .pg-lp__features__clm {
    display: block;
  }
  .pg-lp__features__clm__item {
    width: 100%;
    margin-top: 3rem;
  }
  .pg-lp__features__curriculum__2clm {
    display: block;
  }
  .pg-lp__features__curriculum__image {
    width: 100%;
  }
  .pg-lp__features__curriculum__text {
    width: 100%;
    margin-top: 3rem;
  }
  .pg-lp__features__curriculum__text__main {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
  .pg-lp__features__curriculum__text__main::after {
    left: 0;
  }
  .pg-lp__features__curriculum__text__sub {
    padding-left: 0;
  }
  .pg-lp__features__curriculum__subtitle > p {
    position: relative;
    display: inline-block;
    z-index: 10;
    padding: 0 10px;
    font-size: 1.8rem;
    color: #00b358;
  }
  .pg-lp__features__curriculum__subtitle > p span {
    display: inline-block;
  }
  .pg-lp__features__curriculum__subtitle::after,
  .pg-lp__features__others__2clm__title::after {
    width: 100%;
  }
  .pg-lp__features__curriculum__3clm {
    padding: 0 0.5rem;
  }
  .pg-lp__features__curriculum__3clm__item {
    width: 45%;
    margin-top: 33px;
    text-align: center;
  }
  .pg-lp__features__curriculum_comment {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .pg-lp__features__others {
    margin-top: 4rem;
  }
  .pg-lp__features__others__text {
    text-align: center;
    font-size: 2rem;
  }
  .pg-lp__features__others__2clm__text {
    letter-spacing: 0px;
    padding: 1rem;
    line-height: 1.75;
  }
  .pg-lp__features__others__text span {
    display: inline-block;
  }
  .pg-lp__features__others__2clm__item {
    width: 100%;
    margin-top: 4rem;
  }
  /* -----------------------------------------------------------------
     1日の時間を自由にデザイン
  ----------------------------------------------------------------- */
  /* -----------------------------------------------------------------
     スクールライフ
  ----------------------------------------------------------------- */
  /* -----------------------------------------------------------------
      講師陣
  ----------------------------------------------------------------- */
  /* -----------------------------------------------------------------
     学院概要
  ----------------------------------------------------------------- */
  /* -----------------------------------------------------------------
  協力団体
  ----------------------------------------------------------------- */
}
@media screen and (max-width: 767px) and (min-width: 770px) {
  .pg-lp__features__inner {
    max-width: 1440px;
  }
}
@media screen and (max-width: 767px) {
  .pg-lp__example {
    max-width: 1162px;
    margin: 160px auto 0;
  }
  .pg-lp__example__title__cont {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
    margin-bottom: 10rem;
  }
  .pg-lp__example__title__image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    z-index: 2;
    position: relative;
  }
  .pg-lp__example__title__jp,
  .pg-lp__example_title__sub {
    position: relative;
    left: -8rem;
  }
  .pg-lp__example__title__jp {
    line-height: 1.6;
  }
  .pg-lp__example_title__sub {
    line-height: 1.75;
  }
  .pg-lp__example__title__jp::after {
    content: "";
    display: block;
    width: 188px;
    height: 4px;
    background-color: #00b358;
    position: absolute;
    bottom: 0;
    left: 33%;
  }
  .pg-lp__example__title__box {
    max-width: 540px;
    padding: 5rem 5rem 5rem 0;
    background-color: #ffffff;
    z-index: 3;
    position: relative;
    right: -23rem;
    bottom: -5rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
  }
  .pg-lp__example__inner {
    max-width: 1015px;
    margin: 15rem auto;
    position: relative;
  }
  .pg-lp__example__item__detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 10rem;
    margin-top: 5.5rem;
  }
  .pg-lp__example__item__title {
    font-size: 2.6rem;
    font-weight: 600;
    color: #00b358;
    padding: 0 0 2rem 0.5rem;
    margin-bottom: 3rem;
    position: relative;
  }
  .pg-lp__example__item__title::after {
    content: "";
    display: block;
    width: 1050px;
    height: 2px;
    background-color: #00b358;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .pg-lp__example__item__person {
    margin-left: 5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .pg-lp__example__inner {
    max-width: 1015px;
    margin: 15rem auto;
    position: relative;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1040px) {
  .pg-lp__example {
    margin: 100px auto 0;
  }
  .pg-lp__example__item__title::after {
    width: 100%;
  }
  .pg-lp__example__title__box {
    max-width: 300px;
    padding: 5rem 0rem 5rem 0;
    background-color: #ffffff;
    z-index: 3;
    position: stat;
    right: -16rem;
    bottom: -10rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pg-lp__example {
    max-width: 100%;
    margin: 7rem auto 0;
  }
  .pg-lp__example__title__cont {
    display: block;
    margin-bottom: 3rem;
  }
  .pg-lp__example__title__box {
    max-width: 540px;
    padding: 2rem;
    background-color: #ffffff;
    z-index: 3;
    position: static;
  }
  .pg-lp__example__item__title {
    font-size: 2rem;
    font-weight: 600;
    color: #00b358;
    padding: 0 0 2rem 0.5rem;
    margin-bottom: 3rem;
    position: relative;
  }
  .pg-lp__example__title__jp,
  .pg-lp__example_title__sub {
    position: relative;
    left: 0;
  }
  .pg-lp__example__title__jp::after {
    height: 4px;
    left: 9.4rem;
  }
  .pg-lp__example__inner {
    max-width: 100%;
    margin: 1rem auto;
    position: relative;
    padding: 0 1.5rem;
  }
  .pg-lp__example__item__detail {
    display: block;
    align-items: flex-end;
    margin-bottom: 5rem;
    margin-top: 3rem;
  }
  .pg-lp__example__item__person {
    margin-left: 0;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .pg-lp__schoollife {
    max-width: 1193px;
    margin: 290px auto 0;
  }
  .pg-lp__schoollife__title__cont {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
    margin-bottom: 10rem;
  }
  .pg-lp__schoollife__title__image {
    z-index: 2;
    position: relative;
    width: 100%;
    left: 8rem;
  }
  .pg-lp__schoollife__title__box {
    width: 540px;
    padding: 8rem 0 15rem 7rem;
    background-color: #ffffff;
    z-index: 3;
    position: relative;
    left: -9rem;
    bottom: -7rem;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
  }
  .pg-lp__schoollife_title__sub {
    line-height: 1.75;
  }
  .pg-lp__schoollife__title__jp::after {
    bottom: 0;
    left: 10rem;
    width: 188px;
  }
  .pg-lp__schoollife__inner {
    margin-top: 18rem;
  }
  .pg-lp__schoollife__content {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
  }
  .pg-lp__schoollife__2clm {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .pg-lp__schoollife__2clm:nth-child(n+2) {
    margin-top: 140px;
  }
  .pg-lp__schoollife__2clm__image01,
  .pg-lp__schoollife__2clm__image03 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    z-index: 2;
  }
  .pg-lp__schoollife__2clm__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 392px;
    margin: 0 40px;
  }
  .pg-lp__schoollife__2clm02 .pg-lp__schoollife__2clm__text {
    position: relative;
    left: -36px;
  }
  .pg-lp__schoollife__2clm01 .pg-lp__schoollife__2clm__text,
  .pg-lp__schoollife__2clm02 .pg-lp__schoollife__2clm__text {
    margin-right: 0;
    width: 40%;
    padding-right: 13px;
  }
  .pg-lp__schoollife__2clm03 .pg-lp__schoollife__2clm__text {
    margin-right: 0;
    width: 38%;
    padding-right: 13px;
  }
  .pg-lp__schoollife__2clm__text__en {
    width: 133px;
    font-size: 2rem;
    letter-spacing: 0.24rem;
    color: #fff;
    background-color: #00a758;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-align: center;
    padding: 0.5rem 0;
  }
  .pg-lp__schoollife__2clm__text__jp {
    margin-top: 20px;
    font-size: 2.6rem;
    font-weight: 600;
  }
  .pg-lp__schoollife__2clm__text__lead {
    margin-top: 30px;
    line-height: 1.75;
    letter-spacing: -0.7px;
  }
  .pg-lp__schoollife__3clm {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
  }
  .pg-lp__schoollife__3clm__item {
    width: 332px;
  }
  .pg-lp__schoollife__3clm__main {
    margin-top: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.05rem;
    font-size: 24px;
  }
  .pg-lp__schoollife__3clm__sub {
    margin-top: 25px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .pg-lp__schoollife {
    max-width: 1193px;
    margin: 0px auto 0;
  }
  .pg-lp__schoollife__title__image {
    left: 0rem;
  }
  .pg-lp__schoollife__title__box {
    width: 540px;
    padding: 6rem 0 8rem 6rem;
    background-color: #ffffff;
    z-index: 3;
    position: relative;
    left: -9rem;
    bottom: -7rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
  }
  .pg-lp__schoollife__inner {
    margin-top: 10rem;
  }
  .pg-lp__schoollife__2clm__text__jp {
    font-size: 2.4rem;
  }
  .pg-lp__schoollife__2clm01 .pg-lp__schoollife__2clm__text,
  .pg-lp__schoollife__2clm02 .pg-lp__schoollife__2clm__text {
    margin-right: 0;
    width: 45%;
    padding-right: 13px;
  }
  .pg-lp__schoollife__2clm03 .pg-lp__schoollife__2clm__text {
    margin-right: 0;
    width: 45%;
    padding-right: 0;
  }
  .pg-lp__schoollife__2clm__image01,
  .pg-lp__schoollife__2clm__image03,
  .pg-lp__schoollife__2clm__image02 {
    width: 50%;
  }
  .pg-lp__schoollife__2clm:nth-child(n+2) {
    margin-top: 10rem;
  }
  .pg-lp__schoollife__2clm__text {
    margin: 0 5px;
  }
  .pg-lp__schoollife__2clm02 .pg-lp__schoollife__2clm__text {
    position: relative;
    left: 0;
  }
  .pg-lp__schoollife__3clm__sub {
    margin-top: 25px;
    line-height: 1.75;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pg-lp__schoollife {
    max-width: 100%;
    margin: 8rem auto 0;
  }
  .pg-lp__schoollife__title__cont {
    display: block;
    margin-bottom: 3rem;
  }
  .pg-lp__schoollife__title__image {
    z-index: 2;
    position: static;
  }
  .pg-lp__schoollife__title__box {
    width: 100%;
    padding: 2rem;
    background-color: #ffffff;
    z-index: 3;
    position: static;
  }
  .pg-lp__schoollife__title__jp::after {
    left: 9.4rem;
  }
  .pg-lp__schoollife__inner {
    margin-top: 0rem;
  }
  .pg-lp__schoollife__2clm {
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
  }
  .pg-lp__schoollife__2clm:nth-child(n+2) {
    margin-top: 5rem;
  }
  .pg-lp__schoollife__2clm__image01,
  .pg-lp__schoollife__2clm__image03,
  .pg-lp__schoollife__2clm__image02 {
    width: 100%;
    text-align: center;
  }
  .pg-lp__schoollife__2clm__text__en {
    width: 100px;
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  .pg-lp__schoollife__2clm__text__jp {
    margin-top: 15px;
    font-size: 2rem;
  }
  .pg-lp__schoollife__2clm__text__lead {
    margin-top: 20px;
    line-height: 1.75;
    letter-spacing: -0.7px;
  }
  .pg-lp__schoollife__2clm01 .pg-lp__schoollife__2clm__text,
  .pg-lp__schoollife__2clm02 .pg-lp__schoollife__2clm__text,
  .pg-lp__schoollife__2clm03 .pg-lp__schoollife__2clm__text {
    margin-right: 0;
    width: 100%;
    padding-right: 0px;
    margin-right: 0;
  }
  .pg-lp__schoollife__3clm {
    margin-top: 5rem;
    display: block;
  }
  .pg-lp__schoollife__3clm__item {
    width: 100%;
    margin-top: 3rem;
  }
  .pg-lp__schoollife__3clm__image {
    text-align: center;
  }
  .pg-lp__schoollife__3clm__main {
    margin-top: 15px;
    letter-spacing: -0.05rem;
    font-size: 2rem;
  }
  .pg-lp__schoollife__3clm__sub {
    margin-top: 15px;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .pg-lp__member {
    max-width: 960px;
    margin: 160px auto 0;
  }
  .pg-lp__features__member__title {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.6rem;
  }
  .pg-lp__features__member__title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00b358;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .pg-lp__features__member__title:nth-child(n+2) {
    margin-top: 9rem;
  }
  .pg-lp__member__title__en {
    font-size: 22px;
    line-height: 1.5;
    color: #00a758;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .pg-lp__member_title__sub {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.75;
    margin-top: 1rem;
  }
  .pg-lp__member__3clm {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 35px;
  }
  .pg-lp__member__thumb {
    margin-top: 4rem;
    text-align: center;
  }
  .pg-lp__member__thumb p {
    text-align: center;
    margin-top: 3rem;
    line-height: 1.75;
    font-size: 2rem;
    font-weight: 600;
  }
  .pg-lp__member__thumb p span {
    font-size: 80%;
  }
  .pg-lp__member__thumb p .text_wrap {
    font-size: 100%;
  }
  .pg-lp__member__4clm {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 2rem;
  }
  .pg-lp__member__4clm li {
    margin: 0 auto 20px;
    width: auto;
  }
  .pg-lp__member__4clm .pg-lp__member__thumb p {
    margin-top: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .pg-lp__member_comment {
    margin: 3rem 0;
    padding: 0 0 0 5rem;
    line-height: 1.88;
    letter-spacing: 0.12rem;
    position: relative;
  }
  .pg-lp__member_comment img {
    position: absolute;
    right: -2rem;
    bottom: -12rem;
  }
  .pg-lp__member_comment__text:nth-child(n+2) {
    margin-top: 3rem;
  }
  .pg-lp__member__btn {
    margin-top: 23rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1100px) {
  .pg-lp__member {
    max-width: 960px;
    margin: 130px auto 0;
  }
  .pg-lp__member_comment {
    padding: 0 2rem 0 2rem;
  }
  .pg-lp__member__btn {
    margin-top: 6rem;
  }
  .pg-lp__member_comment img {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pg-lp__member {
    max-width: 100%;
    margin: 7rem auto 0;
    padding: 0 1rem;
  }
  .pg-lp__member__title__en {
    font-size: 18px;
    line-height: 1.4;
    color: #00a758;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .pg-lp__member_title__sub {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .pg-lp__member__3clm {
    padding: 0 10px;
  }
  .pg-lp__member__3clm li {
    width: 60%;
    margin: 5px auto 0px;
    padding: 0 1.5rem;
  }
  .pg-lp__member__3clm li:last-child .pg-lp__member__thumb p .text_wrap {
    margin-top: -0.5rem;
  }
  .pg-lp__member__thumb p {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
  .pg-lp__member__thumb p .text_wrap {
    display: inline-block;
    font-size: 100%;
    position: relative;
  }
  .pg-lp__member__3clm .pg-lp__member__thumb p span {
    font-size: 60%;
  }
  .pg-lp__member__3clm .pg-lp__member__thumb p .text_wrap {
    display: inline-block;
    font-size: 100%;
    position: relative;
  }
  .pg-lp__member__4clm {
    padding: 0 1rem;
  }
  .pg-lp__member__4clm li {
    margin: 0 auto 20px;
    width: 45%;
  }
  .pg-lp__member__4clm .pg-lp__member__thumb {
    margin-top: 3rem;
    text-align: center;
  }
  .pg-lp__member_comment {
    padding: 1rem;
    letter-spacing: 0;
    margin: 1rem 0;
    letter-spacing: 0;
    position: relative;
  }
  .pg-lp__member_comment .pg-lp__member__btn {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .pg-lp__overview {
    max-width: 982px;
    margin: 0 auto;
    padding: 65px 0px 0;
  }
  .pg-lp__overview__title {
    text-align: center;
  }
  table {
    border-spacing: 0;
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: collapse;
  }
  .pg-lp__overview__table {
    margin-top: 6rem;
  }
  tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }
  tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  .pg-lp__overview .pg-lp__overview__table td,
  .pg-lp__overview .pg-lp__overview__table th {
    border: 0;
    border-bottom: 1px solid #9d9e9e;
    padding: 21px 0;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
  .pg-lp__overview .pg-lp__overview__table th {
    width: 24%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.43;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .pg-lp__overview {
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem 1rem 0;
  }
  .pg-lp__overview__table {
    margin-top: 4rem;
  }
  .pg-lp__overview .pg-lp__overview__table th {
    width: 36%;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.43;
    padding-left: 10px;
  }
  .pg-lp__overview .pg-lp__overview__table td,
  .pg-lp__overview .pg-lp__overview__table th {
    border: 0;
    border-bottom: 1px solid #9d9e9e;
    text-align: left;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .pg-lp__partner {
    max-width: 890px;
    margin: 13rem auto 0;
    padding: 0 3rem;
  }
  .pg-lp__partner__title {
    text-align: center;
    margin-bottom: 9rem;
  }
  .pg-lp__partner__4clm {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: baseline;
  }
  .pg-lp__partner__4clm__image img,
  .pg-lp__partner__3clm__image img {
    display: block;
    text-align: center !important;
    margin: auto;
  }
}
a {
  text-decoration: none !important;
}

.pg-lp__partner__4clm__item__text {
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, sans-serif;
  color: #343434;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
}

.pg-lp__partner__3clm {
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 7rem;
  padding: 0 35px;
  align-items: baseline;
}

.pg-lp__partner__3clm__item {
  margin: 10px auto 20px;
  width: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg-lp__partner {
    max-width: 100%;
    margin: 5rem auto 0;
    padding: 0 2rem;
  }
  .pg-lp__partner__title {
    text-align: center;
    margin-bottom: 1rem;
  }
  .pg-lp__partner__4clm {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .pg-lp__partner__3clm {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 5rem;
    align-items: flex-end;
    padding: 0;
  }
  .pg-lp__partner__4clm__item {
    width: 50%;
    text-align: center;
    padding: 0 1rem;
    margin-top: 5rem;
  }
  .pg-lp__partner__3clm__item {
    width: 50%;
  }
  .pg-lp__partner__3clm__item:nth-child(3) {
    margin: 50px auto 20px;
    width: auto;
  }
}
/* -----------------------------------------------------------------
自分らしい一歩を踏み出しませんか？
----------------------------------------------------------------- */
.pg-lp__close {
  min-height: 380px;
  text-align: center;
  background-image: url(http://miyako-shimako.com/wp-content/uploads/2021/01/close_back.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 70px;
  margin-top: 14rem;
}

.pg-lp__close__title {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  letter-spacing: -0.15rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  margin-bottom: 1.8rem;
}

.pg-lp__close__subtitle {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -0.1rem;
}

.pg-lp__close__btn {
  margin-top: 4rem;
}

.pg-lp__close__btn .btn:hover {
  background-color: #fff;
}

.pg-lp__footertel {
  margin: 8rem auto;
  text-align: center;
  padding: 0 1rem;
}

footer {
  text-align: center;
  padding: 0rem 0 0;
  background-color: #f4f5f6;
  position: relative;
  margin-top: 70px;
}

.pg-lp__footer__text {
  font-size: 2rem;
  font-weight: 600;
  color: #4f4f4f;
}

.pg-lp__footer__3clm__logo img {
  width: 280px;
}

.pg-lp__footer__3clm {
  margin: 3.3rem auto 0.5rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 140px;
  align-items: middle;
}

.pg-lp__footer__3clm__item {
  margin: 0 auto 20px;
  width: auto;
}

.pg-lp__footer__3clm__item:first-child {
  width: 27%;
}

.pg-lp__footer__privacy {
  color: #343434;
  font-size: 13px;
  text-align: center;
  position: relative;
  left: 1rem;
}

.top_back {
  position: absolute;
  right: 4rem;
  top: 2.5rem;
}

.copyright {
  background-color: #00a758;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2.3rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .pg-lp__close {
    min-height: 350px;
    text-align: center;
    background-image: url(http://miyako-shimako.com/wp-content/uploads/2021/01/close_back.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-top: 60px;
    margin-top: 5rem;
  }
  footer {
    text-align: center;
    padding: 4rem 0 0;
    background-color: #e6e6e6;
  }
  .pg-lp__footer__3clm__logo img {
    width: 200px;
  }
  .pg-lp__close__title {
    letter-spacing: 0rem;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.7;
  }
  .close_text_wrap {
    display: inline-block;
  }
  .pg-lp__close__subtitle {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0rem;
  }
  .pg-lp__footertel {
    margin: 3rem auto;
    text-align: center;
    padding: 0 1rem;
  }
  .pg-lp__footer__text {
    font-size: 1.5rem;
  }
  .pg-lp__footer__3clm {
    margin: 2.5rem auto 0rem;
    max-width: 20%;
  }
  .pg-lp__footer__3clm__item {
    width: 34%;
    align-items: flex-end;
    margin-bottom: 1.5rem;
  }
  .pg-lp__footer__3clm__item img {
    vertical-align: middle;
  }
  .pg-lp__footer__3clm__item:first-child {
    width: 18%;
  }
  .pg-lp__footer__privacy {
    position: initial;
    font-size: 1.2rem;
  }
  .top_back {
    width: 40px;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    bottom: 5rem;
  }
  .copyright {
    margin-top: 3rem;
  }
}
/*----------------------------
  お問い合わせ
*----------------------------*/
.page-header {
  background-color: #00b258;
}

.page-contact .container {
  width: 100%;
  padding: 0;
}

/* フォーム */
.contactInput {
  text-align: center;
}

.contact_txt .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: 0.02rem;
  margin: 5rem 0 4rem;
}

#mw_wp_form_mw-wp-form-124 {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding: 70px 73px 100px;
  border: 4px solid #00b258;
}

#mw_wp_form_mw-wp-form-124 .contactform_txt {
  text-align: center;
  margin-bottom: 43px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

#mw_wp_form_mw-wp-form-124 .contact_notion {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 15px;
}

#mw_wp_form_mw-wp-form-124 .req {
  color: #f45044;
}

#mw_wp_form_mw-wp-form-124 th .req {
  margin-left: 5px;
}

#mw_wp_form_mw-wp-form-124 td,
#mw_wp_form_mw-wp-form-124 th {
  padding: 15px 20px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

#mw_wp_form_mw-wp-form-124 td,
th {
  width: 50px;
  font-size: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #b2b2b2;
}

#mw_wp_form_mw-wp-form-124 th {
  vertical-align: middle;
  width: 25%;
  border: 0;
  border-bottom: 1px solid #b2b2b2;
  padding: 28px 15px;
}

#mw_wp_form_mw-wp-form-124 input,
#mw_wp_form_mw-wp-form-124 textarea {
  width: 444px;
}

#mw_wp_form_mw-wp-form-124 input {
  height: 28px;
  border: 0;
  background-color: #fff;
  border: 0.5px solid #343434;
  border-radius: 5px;
  margin-left: 18px;
  padding: 17px 17px;
}

#mw_wp_form_mw-wp-form-124 .reason_part_form {
  margin-left: -17px;
}

#mw_wp_form_mw-wp-form-124 select {
  background-color: #fff;
  border: 0.5px solid #343434;
  border-radius: 5px;
  margin-left: 18px;
}

::placeholder {
  color: #8e8e8e;
  font-weight: 400;
}

#mw_wp_form_mw-wp-form-124 .reason_part_right {
  padding-left: 36px;
}

#mw_wp_form_mw-wp-form-124 .mwform-radio-field .reason {
  width: 15px;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
}

#mw_wp_form_mw-wp-form-124 .mwform-radio-field-text {
  font-weight: 700;
  padding-left: 5px;
}

#mw_wp_form_mw-wp-form-124 .th_last {
  vertical-align: top;
}

#mw_wp_form_mw-wp-form-124 .reason_big {
  min-height: 301px;
  margin-top: -5px;
  border: 0;
  background-color: #f1f3f7;
  margin-left: 18px;
  padding-left: 17px;
  margin-top: 2px;
}

#mw_wp_form_mw-wp-form-124 .btnArea {
  font-size: 20px;
  font-size: 2rem;
  margin: auto;
  margin-top: 50px;
  width: 400px;
  text-align: center;
}

#mw_wp_form_mw-wp-form-124 .btnArea button {
  display: inline-block;
  width: 100%;
  padding: 2.2rem 0;
  font-size: 2rem;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(90deg, #00b358 0, #02d368);
  border: 2px solid transparent;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#mw_wp_form_mw-wp-form-124 .btnArea button:hover {
  background: transparent;
  border: 2px solid #00b358;
  color: #00b358;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#mw_wp_form_mw-wp-form-124 .btnArea button:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}

#mw_wp_form_mw-wp-form-124 .comment_sec {
  max-width: 596px;
  margin: 30px auto 45px;
  background-color: #f1f3f7;
  padding: 20px 0 10px;
}

#mw_wp_form_mw-wp-form-124 .go_policy {
  text-align: center;
  margin-bottom: 10px;
}

#mw_wp_form_mw-wp-form-124 .go_policy01 a {
  font-size: 15px;
  font-size: 1.5rem;
}

#mw_wp_form_mw-wp-form-124 .go_policy02 .contact_popup-modal {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 3px;
  color: #000;
  border-bottom: 1px solid;
  text-decoration: none;
}

.form_comment {
  max-width: 980px;
  margin: 7px auto;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .contact_txt .txt {
    letter-spacing: 0rem;
    margin: 4rem 0 3rem;
    text-align: left;
    width: 97%;
    margin: 4rem auto 3rem;
  }
  #mw_wp_form_mw-wp-form-124 {
    max-width: 98%;
  }
  #mw_wp_form_mw-wp-form-124 td,
  #mw_wp_form_mw-wp-form-124 th {
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #mw_wp_form_mw-wp-form-124 {
    padding: 40px 10px 50px;
    margin: 0 auto 1rem;
  }
  #mw_wp_form_mw-wp-form-124 td,
  #mw_wp_form_mw-wp-form-124 th {
    display: block;
    width: 100%;
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0;
  }
  #mw_wp_form_mw-wp-form-124 th {
    vertical-align: middle;
    width: 100% !important;
    padding: 20px 10px 0;
    border-bottom: 0;
  }
  #mw_wp_form_mw-wp-form-124 input,
  #mw_wp_form_mw-wp-form-124 textarea {
    width: 95%;
  }
  #mw_wp_form_mw-wp-form-124 input {
    margin-left: 0;
  }
  #mw_wp_form_mw-wp-form-124 select {
    margin-left: 0;
  }
  #mw_wp_form_mw-wp-form-124 .reason_part_right {
    padding-left: 10px;
  }
  #mw_wp_form_mw-wp-form-124 .reason_part_form {
    margin-left: 0;
  }
  .mw_wp_form .horizontal-item + .horizontal-item:nth-child(4) {
    margin-left: 0px;
  }
  #mw_wp_form_mw-wp-form-124 .btnArea {
    margin-top: 30px;
    width: 250px;
  }
  #mw_wp_form_mw-wp-form-124 .btnArea button {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .form_comment {
    max-width: 95%;
    font-size: 1.2rem;
  }
}
/* -----------------------------------------------------------------
   プライバシーポリシー
----------------------------------------------------------------- */
.policy-wrapper {
  max-width: 740px;
  margin: 100px auto 50px;
  color: black;
}

.polcy-title {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 2px solid #00a758;
  padding-left: 5px;
  margin-bottom: 23px;
  line-height: 2;
}

.policy-intro {
  line-height: 2.1;
}

.policy-subtitle {
  font-weight: 600;
  margin: 0 0 11.5px;
}

.porlicy-textarea {
  font-size: 1.6rem;
  letter-spacing: 0.02rem;
}

.policy-sec {
  padding-right: 41px;
  margin-top: 41px;
}

.policy-text {
  margin-bottom: 41px;
  line-height: 2.1;
}

.policy-name-sec {
  text-align: right;
  padding-right: 41px;
  font-family: "游ゴシック体", YuGothic, sans-serif;
  line-height: 1.3;
  margin-top: 72px;
}

.policy-name-root {
  font-size: 1.7rem;
  margin: 0 0 11.5px;
}

.policy-name {
  font-size: 1.9rem;
  margin: 0 0 11.5px;
}

.policy-date {
  font-feature-settings: 1.4rem;
}

@media screen and (max-width: 767px) {
  .policy-wrapper {
    max-width: 90%;
    margin: 50px auto 0px;
  }
  .policy-sec {
    padding-right: 0;
    margin-top: 41px;
  }
  .policy-name-sec {
    padding-right: 0;
    line-height: 1.3;
    margin-top: 72px;
  }
  .policy-name-root {
    font-size: 1.3rem;
  }
  .policy-name {
    font-size: 1.7rem;
  }
  .policy-date {
    font-size: 1.1rem;
  }
}
.pg-lp__overview .pg-lp__overview__table td a {
  color: #343434;
}

.logo-scroll {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .logo-scroll {
    padding: 0;
  }
}

.logo-track {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: auto;
  align-items: center;
  width: 95%;
}
.logo_c img {
  max-height: inherit;
  height: auto;
  width: auto;
  min-width: 40px;
  width: fit-content;
  height: auto;
}

.logo-scroll_ph {
  display: none;
}
@media (max-width: 1020px) {
  .logo-scroll_ph {
    display: block;
  }
}

.logo-scroll_pc {
  display: block;
}
@media (max-width: 1020px) {
  .logo-scroll_pc {
    display: none;
  }
}

/* スマホサイズ以下では横スクロールに */
@media (max-width: 1020px) {
  .logo-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
  }
  .logo-track {
    display: flex;
    width: max-content;
    gap: 30px;
  }
  .logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .header_btn02 {
    display: none;
  }
}
.logo_c_ph {
  text-align: center; /* 親要素がテキスト基準なら必要 */
  width: 100vw;
}

.logo_c_ph img {
  display: block; /* ブロック要素化で中央揃えが効く */
  margin: 0 auto; /* 左右中央に */
  width: 100% !important; /* サイズはそのまま */
  height: auto !important;
  max-height: fit-content !important;
}

.about_img_pc {
  display: block;
}
@media (max-width: 768px) {
  .about_img_pc {
    display: none;
  }
}

.about_img_ph {
  display: none;
}
@media (max-width: 768px) {
  .about_img_ph {
    display: block;
  }
}

@media (max-width: 768px) {
  .about-image01 {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .about-image01 img {
    width: 47%;
  }
}

.community-section {
  text-align: center;
  padding: 60px 20px;
}
@media (max-width: 768px) {
  .community-section {
    padding: 30px 2.5vw;
  }
}
.community-section .community-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -2px;
}
@media (max-width: 768px) {
  .community-section .community-title {
    font-size: 20px;
    white-space: normal;
    margin-left: 28px;
  }
}
.community-section .community-subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  color: #000;
}
@media (max-width: 768px) {
  .community-section .community-subtitle {
    font-size: 14px;
  }
}
.community-section .community-columns {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .community-section .community-columns {
    gap: 25px;
    line-height: 2.5;
  }
}
.community-section .community-columns .column {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 18px;
  line-height: 2.2;
  color: #000;
  text-align: start;
}
@media (max-width: 768px) {
  .community-section .community-columns .column {
    font-size: 14px;
    line-height: 2.4;
  }
}

.feature-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .feature-section {
    padding: 80px 0px 0;
    width: 95%;
    margin: auto;
  }
}
.feature-section .feature-title {
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  white-space: normal;
  color: #000;
}
@media (max-width: 768px) {
  .feature-section .feature-title {
    font-size: 24px;
  }
}
.feature-section .feature-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #2e7d32;
  margin: 10px auto 0;
}
.feature-section .feature-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1440px;
  margin: 0 auto;
}
.feature-section .feature-cards .feature-card {
  flex: 1 1 280px;
  max-width: 428px;
}
.feature-section .feature-cards .feature-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 16px;
}
.feature-section .feature-cards .feature-card .feature-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
  margin-bottom: 12px;
}
.feature-section .feature-cards .feature-card .feature-text {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 768px) {
  .feature-section .feature-cards .feature-card .feature-text {
    font-size: 14px;
    padding: 0px 15px;
  }
}

.about-image2 {
  width: auto;
  max-width: 968px;
}

.about-vision-goal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 20px;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-vision-goal {
    padding: 0px 2.5vw;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.about-vision-goal .vision-text {
  flex: 1 1 480px;
}
@media (max-width: 768px) {
  .about-vision-goal .vision-text {
    flex: inherit;
    height: auto;
    width: 100%;
    padding: 0px 2.5vw;
  }
}
.about-vision-goal .vision-text h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .about-vision-goal .vision-text h2 {
    font-size: 24px;
    white-space: normal;
  }
}
.about-vision-goal .vision-text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .about-vision-goal .vision-text h3 {
    white-space: normal;
    font-size: 15px;
  }
}
.about-vision-goal .vision-text p {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .about-vision-goal .vision-text p {
    white-space: normal;
    font-size: 14px;
  }
}
.about-vision-goal .vision-image {
  flex: 1 1 400px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-vision-goal .vision-image {
    flex: inherit;
    height: auto;
    width: 100%;
    min-width: 100%;
  }
}
.about-vision-goal .vision-image img {
  width: 100%;
  height: auto;
  max-width: 968px;
  min-width: 968px;
}
@media (max-width: 1020px) {
  .about-vision-goal .vision-image img {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .about-vision-goal .vision-image img {
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .about-vision-goal {
    flex-direction: column;
    text-align: center;
  }
  .about-vision-goal .vision-text h2,
  .about-vision-goal .vision-text h3,
  .about-vision-goal .vision-text p {
    text-align: left;
  }
  .about-vision-goal .vision-image img {
    max-width: 100%;
  }
}
.course-section {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .course-section {
    padding: 40px 0 2.5vw;
    width: 90%;
    margin: auto;
    margin-bottom: 145px !important;
  }
}
.course-section .course-title {
  font-size: 40px;
  font-weight: bold;
  color: #008000;
  text-align: center;
}
@media (max-width: 768px) {
  .course-section .course-title {
    font-size: 20px;
    white-space: normal;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.course-section .course-subtext {
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .course-section .course-subtext {
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
}
.course-section .course-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
  max-width: 886px;
}
@media (max-width: 768px) {
  .course-section .course-list {
    gap: 45px;
  }
}
.course-section .course-list .course-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .course-section .course-list .course-item {
    height: auto;
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    max-width: 600px;
  }
}
.course-section .course-list .course-item.reverse {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .course-section .course-list .course-item.reverse {
    flex-direction: column-reverse;
  }
}
.course-section .course-list .course-item img {
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 6px;
  max-width: 457px;
}
@media (max-width: 768px) {
  .course-section .course-list .course-item img {
    max-width: 600px;
    margin: auto;
    width: 100%;
  }
}
.course-section .course-list .course-item .course-content {
  flex: 1;
  max-width: 359px;
}
@media (max-width: 768px) {
  .course-section .course-list .course-item .course-content {
    max-width: 100%;
    margin: auto;
    max-width: 600px;
    width: 100%;
  }
}
.course-section .course-list .course-item .course-content .course-label {
  display: inline-block;
  background-color: #04a6dc;
  color: white !important;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  width: 235px;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .course-section .course-list .course-item .course-content .course-label {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .course-section .course-list .course-item .course-content .course-label {
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    max-width: inherit;
    font-weight: 500;
  }
}
.course-section .course-list .course-item .course-content p {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 768px) {
  .course-section .course-list .course-item .course-content p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 10px;
  }
}
.course-section .course-character {
  position: absolute;
  right: -20px;
  bottom: -143px;
  width: 300px;
}
@media (max-width: 768px) {
  .course-section .course-character {
    width: 140px;
    right: 5px;
    bottom: -148px;
  }
}
.course-section .course-character img {
  width: 100%;
  height: auto;
}

.teacher1 {
  margin-top: 180px !important;
  margin-bottom: 120px !important;
}
@media (max-width: 768px) {
  .teacher1 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }
}
.teacher1 h1 {
  font-size: 60px !important;
}
@media (max-width: 768px) {
  .teacher1 h1 {
    font-size: 24px !important;
  }
}
.teacher1 p {
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .teacher1 p {
    font-size: 12px !important;
  }
}

.news-item .date {
  font-size: 15px;
}

.faq-item .question,
.faq-item .answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  align-items: center;
}

.faq-item .q-label,
.faq-item .a-label {
  font-weight: bold;
  margin-right: 10px;
  min-width: 1.5em;
  line-height: 1.6;
}

.faq-item .question-text,
.faq-item .answer-text {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
}
@media (max-width: 768px) {
  .faq-item .question-text,
  .faq-item .answer-text {
    font-size: 14px;
  }
}

.faq-item .q-label {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px;
  margin-top: 0px;
  color: #000;
}
@media (max-width: 1020px) {
  .faq-item .q-label {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    margin-right: 7px;
  }
}
.faq-item .q-label span {
  color: #000 !important;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "YOPQ" 300;
}

.faq-item .question-text {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 20px;
  margin-top: 0px;
  color: #00b151;
}
@media (max-width: 1020px) {
  .faq-item .question-text {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .faq-item .question-text {
    font-size: 16px;
  }
}

.faq-item .answer {
  align-items: flex-start !important;
}

.faq-item .a-label {
  font-weight: 500;
}

.site-footer {
  background: #fff !important;
  text-align: center;
  color: #000;
}
.site-footer .footer-content {
  padding: 40px 20px;
}
.site-footer .footer-content .footer-logo {
  margin: auto;
  margin-bottom: 24px;
}
.site-footer .footer-content .footer-logo img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.site-footer .footer-content .footer-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
.site-footer .footer-content .footer-buttons .footer-button {
  background-color: #00b151 !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px !important;
  text-decoration: none;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.site-footer .footer-content .footer-buttons .footer-button:hover {
  opacity: 0.8;
}
.site-footer .footer-content .footer-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}
.site-footer .footer-content .footer-socials img {
  width: 28px;
  height: 28px;
}
.site-footer .footer-content .footer-address {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.site-footer .footer-content .footer-links {
  font-size: 13px;
}
.site-footer .footer-content .footer-links a {
  color: #000;
  text-decoration: none;
  margin: 0 4px;
}
.site-footer .footer-content .footer-links a:hover {
  text-decoration: underline;
}
.site-footer .footer-bottom {
  background-color: #3ba55c;
  color: #fff;
  padding: 12px;
  font-size: 13px;
}

.site-footer {
  background: #f8f8f8;
  text-align: center;
  color: #000;
}
.site-footer .footer-content {
  padding: 40px 20px;
}
.site-footer .footer-content .footer-logo {
  margin-bottom: 24px;
}
.site-footer .footer-content .footer-logo img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
.site-footer .footer-content .footer-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  margin: auto;
  flex-direction: row;
  margin-top: 38px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .site-footer .footer-content .footer-buttons {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.site-footer .footer-content .footer-buttons .footer-button {
  background-color: #00b151;
  color: #fff;
  padding: 10px 20px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 0;
}
@media (max-width: 768px) {
  .site-footer .footer-content .footer-buttons .footer-button {
    margin-bottom: 0;
  }
}
.site-footer .footer-content .footer-buttons .footer-button:hover {
  opacity: 0.8;
}
.site-footer .footer-content .footer-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .site-footer .footer-content .footer-socials {
    margin-bottom: 40px;
  }
}
.site-footer .footer-content .footer-socials img {
  width: 28px;
  height: 28px;
}
.site-footer .footer-content .footer-address {
  line-height: 1.6;
  margin-bottom: 20px;
}
.site-footer .footer-content .footer-address p {
  font-size: 16px;
}
.site-footer .footer-content .footer-links {
  font-size: 16px;
  width: fit-content;
  margin: auto;
}
.site-footer .footer-content .footer-links a {
  color: #000;
  text-decoration: none;
  margin: 0 4px;
}
.site-footer .footer-content .footer-links a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .site-footer .footer-content .footer-links span {
    display: none;
  }
}
.site-footer .footer-bottom {
  background-color: #00b151;
  color: #fff;
  padding: 12px;
  font-size: 13px;
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
  scroll_left ｜左から出現
  ----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

body {
  height: auto;
}

.faq-section-wrap {
  background-color: #f3f3f3;
  padding: 50px 0px;
}

.no_br {
  display: none;
}
@media (max-width: 768px) {
  .no_br {
    display: block;
  }
}

@media (max-width: 768px) {
  .answer-text {
    padding-right: 10px;
  }
}

.h1,
h2,
h3,
h4,
p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  white-space: normal;
}

.shimako_main {
  opacity: 0;
  transition: opacity 0.1s ease;
}

.shimako_main.page-loaded {
  opacity: 1 !important;
}

/* -----------------------------------------------------------------
   お問い合わせ
----------------------------------------------------------------- */
#mw_wp_form_mw-wp-form-602 {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding: 70px 73px 100px;
  border: 4px solid #00b258;
}

#mw_wp_form_mw-wp-form-602 .contactform_txt {
  text-align: center;
  margin-bottom: 43px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

#mw_wp_form_mw-wp-form-602 .contact_notion {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 15px;
}

#mw_wp_form_mw-wp-form-602 .req {
  color: #f45044;
}

#mw_wp_form_mw-wp-form-602 th .req {
  margin-left: 5px;
}

#mw_wp_form_mw-wp-form-602 td,
#mw_wp_form_mw-wp-form-602 th {
  padding: 15px 20px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

#mw_wp_form_mw-wp-form-602 td,
th {
  width: 50px;
  font-size: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #b2b2b2;
}

#mw_wp_form_mw-wp-form-602 th {
  vertical-align: middle;
  width: 25%;
  border: 0;
  border-bottom: 1px solid #b2b2b2;
  padding: 28px 15px;
}

#mw_wp_form_mw-wp-form-602 input,
#mw_wp_form_mw-wp-form-602 textarea {
  width: 444px;
}

#mw_wp_form_mw-wp-form-602 input,
#mw_wp_form_mw-wp-form-602 textarea {
  height: 28px;
  border: 0;
  background-color: #fff;
  border: 0.5px solid #343434;
  border-radius: 5px;
  margin-left: 18px;
  padding: 17px 17px;
}

#mw_wp_form_mw-wp-form-602 .reason_part_form {
  margin-left: -17px;
}

#mw_wp_form_mw-wp-form-602 select {
  background-color: #fff;
  border: 0.5px solid #343434;
  border-radius: 5px;
  margin-left: 18px;
}

::placeholder {
  color: #8e8e8e;
  font-weight: 400;
}

#mw_wp_form_mw-wp-form-602 .reason_part_right {
  padding-left: 36px;
}

#mw_wp_form_mw-wp-form-602 .mwform-radio-field .reason {
  width: 15px;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
}

#mw_wp_form_mw-wp-form-602 .mwform-radio-field-text {
  font-weight: 700;
  padding-left: 5px;
}

#mw_wp_form_mw-wp-form-602 .th_last {
  vertical-align: top;
}

#mw_wp_form_mw-wp-form-602 .reason_big {
  min-height: 301px;
  margin-top: -5px;
  border: 0;
  background-color: #f1f3f7;
  margin-left: 18px;
  padding-left: 17px;
  margin-top: 2px;
}

#mw_wp_form_mw-wp-form-602 .btnArea {
  font-size: 20px;
  font-size: 2rem;
  margin: auto;
  margin-top: 50px;
  width: 400px;
  text-align: center;
}

#mw_wp_form_mw-wp-form-602 .btnArea button {
  display: inline-block;
  width: 100%;
  padding: 2.2rem 0;
  font-size: 2rem;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(90deg, #00b358 0, #02d368);
  border: 2px solid transparent;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#mw_wp_form_mw-wp-form-602 .btnArea button:hover {
  background: transparent;
  border: 2px solid #00b358;
  color: #00b358;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

#mw_wp_form_mw-wp-form-602 .btnArea button:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}

#mw_wp_form_mw-wp-form-602 .comment_sec {
  max-width: 596px;
  margin: 30px auto 45px;
  background-color: #f1f3f7;
  padding: 20px 0 10px;
}

#mw_wp_form_mw-wp-form-602 .go_policy {
  text-align: center;
  margin-bottom: 10px;
}

#mw_wp_form_mw-wp-form-602 .go_policy01 a {
  font-size: 15px;
  font-size: 1.5rem;
}

#mw_wp_form_mw-wp-form-602 .go_policy02 .contact_popup-modal {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 3px;
  color: #000;
  border-bottom: 1px solid;
  text-decoration: none;
}

.form_comment {
  max-width: 980px;
  margin: 7px auto;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .contact_txt .txt {
    letter-spacing: 0rem;
    margin: 4rem 0 3rem;
    text-align: left;
    width: 97%;
    margin: 4rem auto 3rem;
  }
  #mw_wp_form_mw-wp-form-602 {
    max-width: 98%;
  }
  #mw_wp_form_mw-wp-form-602 td,
  #mw_wp_form_mw-wp-form-602 th {
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #mw_wp_form_mw-wp-form-602 {
    padding: 40px 10px 50px;
    margin: 0 auto 1rem;
  }
  #mw_wp_form_mw-wp-form-602 td,
  #mw_wp_form_mw-wp-form-602 th {
    display: block;
    width: 100%;
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    border-bottom: 0;
  }
  #mw_wp_form_mw-wp-form-602 th {
    vertical-align: middle;
    width: 100% !important;
    padding: 20px 10px 0;
    border-bottom: 0;
  }
  #mw_wp_form_mw-wp-form-602 input,
  #mw_wp_form_mw-wp-form-602 textarea {
    width: 95%;
  }
  #mw_wp_form_mw-wp-form-602 input,
  #mw_wp_form_mw-wp-form-602 textarea {
    margin-left: 0;
  }
  #mw_wp_form_mw-wp-form-602 select {
    margin-left: 0;
  }
  #mw_wp_form_mw-wp-form-602 .reason_part_right {
    padding-left: 10px;
  }
  #mw_wp_form_mw-wp-form-602 .reason_part_form {
    margin-left: 0;
  }
  .mw_wp_form .horizontal-item + .horizontal-item:nth-child(4) {
    margin-left: 0px;
  }
  #mw_wp_form_mw-wp-form-602 .btnArea {
    margin-top: 30px;
    width: 250px;
  }
  #mw_wp_form_mw-wp-form-602 .btnArea button {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}
#mw_wp_form_mw-wp-form-602 textarea {
  height: auto !important;
  border: 0;
  background-color: #fff;
  border: 0.5px solid #343434;
  border-radius: 5px;
  margin-left: 18px;
  padding: 17px 17px;
}

@media only screen and (max-width: 767px) {
  #mw_wp_form_mw-wp-form-602 textarea {
    margin-left: 0 !important;
  }
}
h1,
h2,
h3,
h4,
p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  white-space: normal !important;
}

.page-header__title {
  color: #fff !important;
  text-align: center !important;
}

html {
  overflow-y: auto; /* ← 縦スクロールを有効化 */
  overflow-x: hidden; /* 横スクロールは不要なら隠す */
}

.school-overview-section {
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
}
.school-overview-section .school-overview-title {
  margin-bottom: 40px;
}
.school-overview-section .school-overview-title img {
  width: auto;
  height: auto;
}
.school-overview-section .school-overview {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.school-overview-section .school-overview .school-overview-item {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 800px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
@media (max-width: 600px) {
  .school-overview-section .school-overview .school-overview-item {
    flex-direction: column;
    text-align: left;
  }
}
.school-overview-section .school-overview .school-overview-item .item-label {
  font-weight: bold;
  flex: 1;
}
.school-overview-section .school-overview .school-overview-item .item-content {
  flex: 2;
  text-align: left;
}
@media (max-width: 600px) {
  .school-overview-section .school-overview .school-overview-item .item-content {
    text-align: left;
  }
}

.pp_main {
  width: 66%;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1020px) {
  .pp_main {
    width: 80vw;
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .pp_main {
    width: 90vw;
    margin-top: 0px;
    margin-bottom: 100px;
  }
}
.pp_main .pp_img {
  width: 33%;
  margin: auto;
  margin-bottom: 100px;
}
@media (max-width: 1020px) {
  .pp_main .pp_img {
    width: 50vw;
  }
}
.pp_main .pp_img img {
  width: 100%;
  margin: auto;
}
.pp_main .pp_text h2 {
  color: #333839;
  font-family: "Yu Gothic", sans-serif;
  padding-top: 20px;
  font-weight: bold;
}
.pp_main .pp_text p {
  color: #000;
  margin-top: 5px;
  line-height: 1.5;
  white-space: normal;
}
.pp_main .pp_text span {
  width: 90%;
}
.pp_main .pp_text .pp_s {
  width: 98%;
  white-space: normal;
  margin-left: auto;
}

.entry_form {
  width: 50%;
  margin: auto;
  min-width: 1200px;
  background-image: url(./images/1x/contact_back0.png);
  padding: 80px 5%;
  margin-bottom: 150px;
  background-repeat: no-repeat;
}
@media (max-width: 1020px) {
  .entry_form {
    min-width: 90%;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .entry_form {
    width: 100vw;
  }
}
.entry_form .entry_top {
  width: fit-content;
}
.entry_form .entry_top2 {
  width: auto;
  margin-right: auto;
  padding-bottom: 29px;
  border-bottom: 1px solid #4b7282;
  margin-bottom: 47px;
}
.entry_form .form_wrap {
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.entry_form .form_wrap .form_text1 {
  width: 300px;
  height: 36px;
  font-size: 13px;
  font-weight: bold;
  color: #333839;
  font-family: "Yu Gothic", sans-serif;
}
.entry_form .form_wrap .form_text1 p {
  font-size: 18px;
  color: #333839;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 600px) {
  .entry_form .form_wrap .form_text1 p {
    font-size: 16px;
    font-weight: 100;
  }
}
.entry_form .form_wrap .form_text1 span {
  font-size: 11px;
  border: #4b7282 1px solid;
  color: #4b7282;
  padding: 3px 5px;
}
.entry_form .form_wrap .form_text2 {
  width: 100%;
  font-size: 13px;
  vertical-align: middle;
  font-family: "Yu Gothic", sans-serif;
}
.entry_form .form_wrap .form_text2 input {
  width: 100% !important;
  border: none;
  background-color: #fff;
}
.entry_form .form_wrap .gender input[type=radio] {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0;
}
.entry_form .form_wrap .gender input[type=radio]::before,
.entry_form .form_wrap .gender input[type=radio]::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.entry_form .form_wrap .gender input[type=radio]::before {
  background-color: #fff;
  border: 1px solid #333839;
  height: 12px;
  width: 12px;
  left: 0px;
}
.entry_form .form_wrap .gender input[type=radio]::after {
  background-color: #333839;
  opacity: 0;
  height: 8px;
  width: 8px;
  left: 3px;
}
.entry_form .form_wrap .gender input[type=radio]:checked::after {
  opacity: 1;
}
.entry_form .form_wrap .age input {
  width: 70px !important;
}
.entry_form .form_wrap .gender input {
  width: fit-content !important;
}
.entry_form .form_wrap .address_num input {
  width: 231px !important;
}
.entry_form .form_wrap .form_big input {
  width: 100% !important;
}
.entry_form .form_wrap .form_big textarea {
  width: 100% !important;
  border: none;
  background-color: #fff;
  height: 200px;
}
@media (max-width: 768px) {
  .entry_form .form_wrap .form_big textarea {
    height: 150px;
  }
}
.entry_form .form_wrap .form_text2 input {
  width: 285px; /* ボックスの幅を調整します。 */
  height: 36px; /* ボックスの高さを調整します。 */
  font-size: 16px; /* 文字の大きさを調整します。 */
  border: none;
  background-color: #fff;
  border-radius: 3px;
}
.entry_form .form_wrap .form_text2 input :hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .entry_form .form_wrap .form_text2 input {
    width: 100%;
  }
}
.entry_form .p_p {
  /* チェックボックスデザイン */
}
.entry_form .p_p input[type=checkbox] {
  width: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.entry_form .p_p input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}
.entry_form .p_p input[type=checkbox]::before,
.entry_form .p_p input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.entry_form .p_p input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 11px; /*チェックボックスの横幅*/
  height: 11px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 16px;
  left: 5px;
}
.entry_form .p_p input[type=checkbox]::after {
  border-bottom: 3px solid #666464; /*チェックの太さ*/
  border-left: 3px solid #666464; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 5px;
  width: 11px;
  transform: rotate(-45deg);
  top: 10px;
  left: 7px;
}
.entry_form .p_p input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.entry_form .form_area {
  display: flex;
  align-items: flex-start;
}
.entry_form select[name=work] {
  width: 80%;
  height: 36px;
  font-size: 13px;
  border-color: #99a6aa;
}
.entry_form .sent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_form .sent :hover {
  opacity: 0.8;
}
.entry_form .sent input {
  width: 300px !important;
  height: 70px !important;
  color: #fff !important;
  background-color: #4f9aff !important;
  margin: 0 !important;
  letter-spacing: 1px !important;
  border: none !important;
  max-width: 252px;
  border-radius: 55px !important;
}
.entry_form .form_text2 .submit-button {
  display: inline-flex;
  height: 70px;
  align-items: center;
  background-color: #0b7eb8; /* 追加した行 */
  padding: 23px 28px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}
.entry_form .form_text2 .dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 12px;
  height: 12px;
  transform: translateX(-25%) rotate(45deg);
  background-color: #0b7eb8;
  margin-right: 10px; /* Adjust according to your needs */
}
.entry_form .form_text2 .dli-chevron-round-right::before,
.entry_form .form_text2 .dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.entry_form .form_text2 .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.entry_form .form_text2 .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.a_pp {
  font-size: 14px;
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 2px;
  border-bottom: 1px solid #333;
}

.p_p {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.con_text01 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .con_text01 {
    font-size: 16px;
    width: 90vw;
    margin: auto;
    margin-bottom: 50px;
    text-align: left;
  }
}

.contact_top {
  margin-bottom: 50px !important;
}

.contact_top1 img {
  margin-bottom: 0px !important;
}

.thanks_text01 {
  margin-bottom: 100px;
  margin-top: 100px;
}

.containar .banner {
  text-align: center;
  margin: 20px 0;
}
.containar .banner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.containar .main-content {
  text-align: center;
  padding: 20px;
}
.containar .main-content .highlight {
  margin-bottom: 20px;
}
.containar .main-content .highlight img {
  max-width: 100%;
  height: auto;
}
.containar .main-content .description {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 600px;
}
.containar .main-content .description p {
  margin: 0;
  text-align: left;
}
.containar .events {
  text-align: center;
  padding: 20px;
}
.containar .events .events-header {
  margin-bottom: 20px;
  max-width: 295px;
  margin: 30px auto;
}
.containar .events .events-header img {
  width: 100%;
  height: auto;
}
.containar .events .event {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  max-width: 1085px;
  margin: auto;
  margin-bottom: 128px;
  gap: 60px;
}
.containar .events .event .event-image {
  width: 40%;
  height: auto;
  margin-right: 20px;
}
.containar .events .event .event-details {
  text-align: left;
  width: 40%;
}
.containar .events .event .event-details .event-tag {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.containar .events .event .event-details h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.containar .events .event .event-details p {
  font-size: 1em;
  line-height: 1.5;
  color: #333;
}
.containar .school-life-wrap {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.containar .school-life-wrap_white {
  background-color: #fff;
  max-width: 81.25vw;
  margin: auto;
}
@media (max-width: 1020px) {
  .containar .school-life-wrap_white {
    max-width: 90vw;
  }
}
.containar .school-life {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 12.34375vw;
  padding-right: 1.875vw;
  text-align: left;
  background-color: #fff;
  max-width: 81.25vw;
  width: fit-content;
  margin: auto;
}
@media (max-width: 1020px) {
  .containar .school-life {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 20px;
  }
}
.containar .school-life .text-section {
  flex: inherit;
  margin-right: 20px;
  width: auto;
}
@media (max-width: 1020px) {
  .containar .school-life .text-section {
    flex: 1;
  }
}
.containar .school-life .text-section .title-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.containar .school-life .text-section .school-life_p {
  font-size: 16px;
}
.containar .school-life .text-section p {
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.5;
  padding-left: 53px;
}
@media (max-width: 1020px) {
  .containar .school-life .text-section p {
    padding-left: 0px;
  }
}
.containar .school-life .text-section p .highlight {
  color: green;
  font-weight: bold;
  font-size: 36px;
}
.containar .school-life .image-section {
  flex: 1;
}
.containar .school-life .image-section img {
  width: 100%;
  height: auto;
}
.containar .weekly-routine {
  padding: 20px 12.34375vw;
  background-color: #fff;
  max-width: 1560px;
  width: fit-content;
  margin: auto;
}
@media (max-width: 1020px) {
  .containar .weekly-routine {
    padding: 20px;
    width: 100%;
  }
}
.containar .weekly-routine .student {
  margin-bottom: 40px;
}
.containar .weekly-routine .student h2 {
  border-bottom: 2px solid #28a745;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.5em;
}
.containar .weekly-routine .student .routine {
  display: flex;
  align-items: center;
}
@media (max-width: 1020px) {
  .containar .weekly-routine .student .routine {
    flex-direction: column;
    gap: 20px;
  }
}
.containar .weekly-routine .student .routine .images {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1020px) {
  .containar .weekly-routine .student .routine .images {
    width: 100%;
    margin-right: 0px;
  }
}
.containar .weekly-routine .student .routine .images img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.containar .weekly-routine .student .routine .schedule {
  flex: 2;
  border-collapse: collapse;
  margin-right: 20px;
  width: 100%;
}
@media (max-width: 1020px) {
  .containar .weekly-routine .student .routine .schedule {
    flex-direction: column;
    margin-right: 0px;
  }
}
.containar .weekly-routine .student .routine .schedule th,
.containar .weekly-routine .student .routine .schedule td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}
@media (max-width: 600px) {
  .containar .weekly-routine .student .routine .schedule th,
  .containar .weekly-routine .student .routine .schedule td {
    padding: 5px;
  }
}
.containar .weekly-routine .student .routine .schedule th {
  background-color: #f4f4f4;
}
.containar .weekly-routine .student .routine .schedule td {
  background-color: #fff;
}
.containar .weekly-routine .student .routine p {
  flex: 3;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.containar .support-program {
  padding: 40px 20px;
  text-align: center;
}
.containar .support-program .program-header {
  margin-bottom: 20px;
}
.containar .support-program .program-header h1 {
  color: green;
  font-size: 2em;
  margin-bottom: 10px;
}
.containar .support-program .program-header h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.containar .support-program .program-header p {
  font-size: 1.2em;
  line-height: 1.5;
}
.containar .support-program .program-content {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  max-width: 941px;
  margin: auto;
}
@media (max-width: 600px) {
  .containar .support-program .program-content {
    flex-direction: column;
  }
}
.containar .support-program .program-content .content-left {
  flex: 1;
  text-align: left;
}
.containar .support-program .program-content .content-left h2 {
  color: green;
  font-size: 2em;
  margin-bottom: 10px;
}
.containar .support-program .program-content .content-left h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.containar .support-program .program-content .content-left p {
  font-size: 1.2em;
  line-height: 1.5;
}
.containar .support-program .program-content .content-right {
  flex: 1;
  text-align: right;
}
.containar .support-program .program-content .content-right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.containar .support-program .program-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: auto;
}
.containar .support-program .program-details .detail-item {
  flex: 1 1 45%;
  margin: 10px;
  padding: 20px;
  text-align: center;
  border: 1px solid #343434;
}
@media (max-width: 600px) {
  .containar .support-program .program-details .detail-item {
    padding: 15px 10px;
  }
}
.containar .support-program .program-details .detail-item h3 {
  color: green;
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.containar .support-program .program-details .detail-item p {
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
}
.containar .program-section {
  text-align: center;
  padding: 20px;
  max-width: 902px;
  margin: auto;
}
.containar .program-section img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.about_top00 img {
  width: 100%;
}

.teacher0 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.teacher0 img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 画像を画面いっぱいに表示 */
}

.teacher1 {
  width: fit-content;
  margin: auto;
  color: #000; /* 文字色（例） */
  text-align: center; /* テキスト中央揃え */
}

.teacher1 h1 {
  font-size: 2.5rem; /* タイトル文字サイズ */
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: bold;
}

.teacher1 p {
  font-size: 1.2rem; /* サブテキスト文字サイズ */
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: bold;
}

.containar .enrollment-section {
  text-align: center;
  padding: 20px;
}
.containar .enrollment-section p {
  max-width: 940px;
  margin: auto;
  text-align: left;
  font-size: 20px;
}
.containar .enrollment-section .enrollment-title {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
.containar .enrollment-section .steps-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.containar .enrollment-section .steps-container .steps-image {
  display: block;
  margin: 60px auto;
  max-width: 100%;
  height: auto;
}
.containar .enrollment-section .steps-container .character {
  position: absolute;
  right: -42%;
  bottom: 0;
  max-width: 50%;
  height: auto;
}
.containar .enrollment-section .contact-button {
  display: inline-block;
  padding: 15px 75px;
  background-color: #34a853;
  color: white;
  text-decoration: none;
  border-radius: 58px;
  font-size: 32px;
  transition: background-color 0.3s;
}
.containar .enrollment-section .contact-button:hover {
  opacity: 0.8;
}
.containar .qa_top {
  width: fit-content;
  margin: auto;
}
.containar .qa_main {
  width: 50%;
  margin: auto;
  margin-bottom: 50px;
}

.containar .profile-section {
  text-align: center;
  padding: 20px;
}
.containar .profile-section .profile-header {
  text-align: center;
  margin-bottom: 20px;
}
.containar .profile-section .profile-header .profile-header-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.containar .profile-section .profile-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.containar .profile-section .profile-content .profile-image {
  flex: 1;
  text-align: center;
}
.containar .profile-section .profile-content .profile-image .profile-photo {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .containar .profile-section .profile-content .profile-image .profile-photo {
    margin-bottom: 0;
  }
}
.containar .profile-section .profile-content .profile-details {
  flex: 2;
  text-align: left;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.containar .profile-section .profile-content .profile-details .profile-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .containar .profile-section .profile-content .profile-details .profile-info {
    flex-direction: row;
    width: 100%;
  }
}
.containar .profile-section .profile-content .profile-details .profile-info .profile-goals,
.containar .profile-section .profile-content .profile-details .profile-info .profile-career {
  flex: 1;
  margin: 10px;
  max-width: 500px;
}
.containar .profile-section .profile-content .profile-details .profile-info .profile-goals h3,
.containar .profile-section .profile-content .profile-details .profile-info .profile-career h3 {
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
}
.containar .profile-section .profile-content .profile-details .profile-info .profile-goals h3::before,
.containar .profile-section .profile-content .profile-details .profile-info .profile-career h3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #34a853;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.containar .profile-section .profile-content .profile-details .profile-info .profile-goals p,
.containar .profile-section .profile-content .profile-details .profile-info .profile-goals ul,
.containar .profile-section .profile-content .profile-details .profile-info .profile-career p,
.containar .profile-section .profile-content .profile-details .profile-info .profile-career ul {
  font-size: 16px;
}
.containar .profile-section .profile-content .profile-details .profile-info .profile-goals ul,
.containar .profile-section .profile-content .profile-details .profile-info .profile-career ul {
  list-style-type: none;
  padding: 0;
}
.containar .profile-section .profile-content .profile-details .profile-info .profile-goals ul li,
.containar .profile-section .profile-content .profile-details .profile-info .profile-career ul li {
  margin-bottom: 5px;
}
.containar .teachers-section {
  text-align: center;
  padding: 20px;
}
.containar .teachers-section .teachers-title {
  margin-bottom: 40px;
}
.containar .teachers-section .teachers-title img {
  width: auto;
  height: auto;
}
.containar .teachers-section .teacher {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .containar .teachers-section .teacher {
    flex-direction: row;
    justify-content: center;
  }
}
.containar .teachers-section .teacher .teacher-image {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .containar .teachers-section .teacher .teacher-image {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.containar .teachers-section .teacher .teacher-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.containar .teachers-section .teacher .teacher-info {
  max-width: 600px;
  text-align: left;
}
.containar .teachers-section .teacher .teacher-info p {
  margin: 0 0 10px;
}
.containar .teachers-section .teacher .teacher-info h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.containar .guest-teachers-section {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
.containar .guest-teachers-section .guest-teachers-title {
  margin-bottom: 40px;
}
.containar .guest-teachers-section .guest-teachers-title img {
  width: auto;
  height: auto;
}
.containar .guest-teachers-section .guest-teachers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  max-width: 1053px;
  margin: auto;
}
@media (max-width: 1300px) {
  .containar .guest-teachers-section .guest-teachers {
    width: 100vw;
    max-width: 990px;
  }
}
@media (max-width: 1020px) {
  .containar .guest-teachers-section .guest-teachers {
    width: 88vw;
    max-width: 990px;
  }
}
@media (max-width: 768px) {
  .containar .guest-teachers-section .guest-teachers {
    justify-content: flex-start;
    gap: 5vw;
    width: 85vw;
  }
}
.containar .guest-teachers-section .guest-teachers .guest-teacher {
  width: auto;
  text-align: center;
}
@media (max-width: 1020px) {
  .containar .guest-teachers-section .guest-teachers .guest-teacher {
    width: 25vw;
  }
}
@media (max-width: 768px) {
  .containar .guest-teachers-section .guest-teachers .guest-teacher {
    justify-content: flex-start;
    width: 40vw;
  }
}
.containar .guest-teachers-section .guest-teachers .guest-teacher .guest-teacher-image {
  margin-bottom: 10px;
}
.containar .guest-teachers-section .guest-teachers .guest-teacher .guest-teacher-image img {
  width: 100%;
  height: auto;
  border-radius: 0%;
}
.containar .guest-teachers-section .guest-teachers .guest-teacher .guest-teacher-info p {
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .containar .guest-teachers-section .guest-teachers .guest-teacher .guest-teacher-info p {
    font-size: 14px;
  }
}
.containar .guest-teachers-section .guest-teachers .guest-teacher .guest-teacher-info h3 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  color: #04a6dc;
}
@media (max-width: 768px) {
  .containar .guest-teachers-section .guest-teachers .guest-teacher .guest-teacher-info h3 {
    font-size: 18px;
  }
}

.badge {
  max-width: 1053px;
  margin: auto;
}

.badge p {
  width: fit-content;
  display: block;
  background-color: #4caf50;
  color: white;
  font-size: 24px;
  padding: 8px 16px;
  border-radius: 4px;
  margin-right: auto;
}

.containar .student-voices-section {
  text-align: center;
  padding: 20px;
}
.containar .student-voices-section .student-voices-title {
  margin-bottom: 40px;
}
.containar .student-voices-section .student-voices-title img {
  width: auto;
  height: auto;
}
.containar .student-voices-section .student-voices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .containar .student-voices-section .student-voices {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.containar .student-voices-section .student-voices .student-voice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .containar .student-voices-section .student-voices .student-voice {
    flex-direction: row;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
  }
}
.containar .student-voices-section .student-voices .student-voice .student-voice-image {
  flex: 1;
}
.containar .student-voices-section .student-voices .student-voice .student-voice-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.containar .student-voices-section .student-voices .student-voice .student-voice-info {
  flex: 2;
  text-align: left;
  padding: 20px;
}
.containar .student-voices-section .student-voices .student-voice .student-voice-info h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.containar .student-voices-section .student-voices .student-voice .student-voice-info .question {
  font-size: 1.2em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.containar .student-voices-section .student-voices .student-voice .student-voice-info .question .q-line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
}
.containar .student-voices-section .student-voices .student-voice .student-voice-info p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.containar .future-course-section {
  text-align: center;
  padding: 20px;
  max-width: 1026px;
  margin: auto;
}
.containar .future-course-section .future-course-title {
  margin-bottom: 40px;
}
.containar .future-course-section .future-course-title img {
  width: auto;
  height: auto;
}
.containar .future-course-section .future-course-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .containar .future-course-section .future-course-content {
    flex-direction: row;
  }
}
.containar .future-course-section .future-course-content .future-course-image {
  flex: 1;
}
.containar .future-course-section .future-course-content .future-course-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.containar .future-course-section .future-course-content .future-course-text {
  flex: 1;
  text-align: left;
}
.containar .future-course-section .future-course-content .future-course-text h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #008000; /* 緑色 */
}
.containar .future-course-section .future-course-content .future-course-text p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.containar .future-course-section .future-course-graph {
  margin-top: 40px;
}
.containar .future-course-section .future-course-graph img {
  width: 100%;
  height: auto;
}
.containar .plans-section {
  text-align: center;
  padding: 20px;
  max-width: 1026px;
  margin: auto;
}
.containar .plans-section .plan-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .containar .plans-section .plan-item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.containar .plans-section .plan-item .plan-image {
  flex: 1;
}
.containar .plans-section .plan-item .plan-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.containar .plans-section .plan-item .plan-text {
  flex: 1;
  text-align: left;
  padding: 20px;
}
.containar .plans-section .plan-item .plan-text .plan-tag {
  display: block;
  margin-bottom: 10px;
}
.containar .plans-section .plan-item .plan-text h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #008000; /* 緑色 */
}
.containar .plans-section .plan-item .plan-text p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */