@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  background-image: url(../img/bg_suisai_yellow.jpg);
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  color: #333;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.hidden {
  overflow-x: hidden;
}

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

.is-center {
  align-items: center;
}

.is-start {
  justify-content: flex-start;
}

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

.is-textleft {
  text-align: left;
}

.lineheight15 {
  line-height: 1.5;
}

.mgt10 {
  margin-top: 10px;
}

.bold {
  font-weight: bold;
}

.inside-inner {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.wrapper {
  padding-top: 80px;
}

.pc {
  display: none;
}

/* header */

header {
  background-color: #fff;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding-bottom: 10px;
}

.header-top {
  margin-top: 5px;
}

.logo_pc {
  display: none;
}

header .header-btn-wrap {
  width: 70%;
}

header .header-btn-wrap .cover {
  margin-top: 5px;
}

header .header-btn-wrap .cover img {
  width: 100%;
}

header .header_menu {
  justify-content: flex-end;
}

header .header_menu li {
  width: 49%;
}

header .header_menu li:first-child {
  margin-right: 5px;
}

header .header_menu li a {
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

header .header_menu li a .header-icon {
  width: 15px;
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 6px;
  height: 6px;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 10px;
  margin-right: -10px;
}

.arrow-white {
  color: #fff;
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.header_btn_green {
  background-color: #23cd23;
  width: 100%;
  max-width: 140px;
  color: #fff;
}

.header_btn_red {
  background-color: #eb512f;
  color: #fff;
  width: 100%;
  max-width: 162px;
}

.inner {
  padding: 0 3%;
}

.logo_sp {
  display: block;
  width: 100%;
  max-width: 100px;
}

header .header_menu li a {
  font-size: 12px;
}

/* main */

main {
  background-image: url(../img/bg-cloth.jpg);
}

main img {
  width: 100%;
}

main .mv_pc,
header .mv_pc {
  display: none;
}

main .strength {
  background-color: #fff;
  width: 100%;
  max-width: 360px;
  margin: 20px auto;
  padding: 30px 25px 20px;
  position: relative;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}

/* 蛍光ペン */

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

main .strength img.main_star {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
}

main .strength img.main_mizutama {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
}

/* main .strength img.main_atsushi {
    width: 60px;
} */

main .strength h2 {
  font-size: 14px;
  color: #eb512f;
  margin-bottom: 10px;
  font-weight: 600;
}

main .strength h2 span {
  color: #333;
  display: inline-block;
  margin: 0 10px;
}

main .strength .strength-contents {
  font-size: 17px;
  font-weight: bold;
}

main .strength .strength-contents li {
  border-bottom: 2px solid #dfdede;
  display: inline-block;
  margin-bottom: 16px;
  padding-bottom: 5px;
}

main .main-cv {
  background-color: #fdec72;
  padding: 40px 0;
}

main .main-cv .btn-red {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 15px;
  font-weight: bold;
  font-size: 22px;
  border-radius: 10px;
  box-shadow: 6px 6px 3px 0px rgba(213, 199, 96, 0.8);
}

main .main-cv .header_btn_green {
  margin-top: 16px;
}

/* ボタンの光るアニメーション */
/* クラス名btnshineを付けることで実装 */

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.btnshine {
  position: relative;
  line-height: 40px;
  overflow: hidden;
}

.btnshine::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* sec01 */

.sec01 {
  padding: 32px 0;
}

.sec01 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.sec01 h2 img.sec01_tree01,
.sec01 h2 img.sec01_tree02 {
  position: absolute;
  width: 72px;
  bottom: -20px;
}

.sec01 h2 img.sec01_tree01 {
  left: -60px;
}

.sec01 h2 img.sec01_tree02 {
  right: -60px;
}

.sec01 h2 span {
  display: inline-block;
  border-bottom: 2px dashed #707070;
}

.sec01 .sec01_box {
  background-image: url(../img/bg-paper.png);
  background-size: 100%;
  background-position: center;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

.sec01_box .worries {
  flex-wrap: wrap;
  padding: 24px 16px;
}

.sec01_box .worries li:before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 1.5em;
  /*画像の幅*/
  height: 2em;
  /*画像の高さ*/
  background-image: url(../img/checkbox.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.sec01_box .worries li {
  font-size: 15px;
  font-weight: bold;
  width: 50%;
  margin-bottom: 8px;
}

.indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* sec02 */

.sec02,
.sec03 {
  background-image: url(../img/bg_dot.png);
}

.h2-wrap {
  background-color: #eb512f;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 40px 0;
}

.sec02 h2,
.sec04 h2 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
}

.sec02 h2 {
  display: inline-block;
  position: relative;
}

.sec02 h2 .sec02_star {
  position: absolute;
  width: 80px;
  top: -80px;
  left: 0;
}

.sec02 h2 .sec02_bird {
  position: absolute;
  width: 80px;
  bottom: -80px;
  right: 0;
  transform: rotate(-30deg);
  z-index: 10;
}

.sec02 .bg_white {
  background-color: #fff;
  padding: 40px 3% 32px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.sec02 .bg_white .kazari_line {
  background-image: url(../img/pic05.png);
  background-repeat: repeat-x;
  height: 25px;
  margin-top: -30px;
}

.sec02_img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  justify-content: center;
}

.sec02_img figure {
  width: 50%;
}

.sec02_img .figure01 {
  margin-right: -10px;
}

.sec02_img .figure02 {
  margin-top: 20px;
  margin-left: -10px;
}

.sec02_img figure img {
  width: 100%;
}

.sec02 p {
  margin-top: 32px;
  line-height: 1.5em;
}

/* sec03 */

.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}

.subtitle {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 24px;
  margin-top: 8px;
}

.sec03 {
  padding: 32px 0;
}

.sec03 h2 {
  display: inline-block;
  position: relative;
}

.sec03 h2 .sec03_bird {
  position: absolute;
  width: 80px;
  top: -20px;
  left: -80px;
  transform: rotate(-30deg);
}

.sec03 h2 .sec03_leaf {
  position: absolute;
  width: 80px;
  top: -20px;
  right: -80px;
  transform: scale(-1, 1);
}

.sec03 .feature {
  background-color: #fff;
  margin-bottom: 24px;
  padding: 24px 3%;
  position: relative;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

.sec03 .feature .sec03_clip01 {
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  transform: rotate(-10deg);
}

.sec03 .feature .sec03_clip02 {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 22px;
  transform: rotate(10deg);
}

.feature h3 {
  text-align: center;
  font-size: 16px;
  color: #eb512f;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.feature img {
  width: 100%;
}

.feature p {
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.5em;
}

/* sec04 */

.sec04 {
  padding-bottom: 50px;
  background-color: #fff;
}

.sec04 h2 {
  display: inline-block;
  position: relative;
}

.sec04 h2 .sec04_rainbow {
  position: absolute;
  width: 100px;
  top: -70px;
  left: 0;
  transform: rotate(-10deg);
}

.sec04 h2 .sec04_sun {
  position: absolute;
  width: 80px;
  bottom: -50px;
  right: 0;
}

.sec04_img {
  margin-top: 24px;
  margin-bottom: 16px;
  width: 50%;
}

.sec04_img img {
  width: 100%;
}

.sec04 p {
  line-height: 1.5em;
}

/* cv */

.cv {
  background-color: #fce752;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 24px;
}

.cv p {
  font-size: 14px;
  background-color: #fce752;
  border-radius: 20px;
  padding: 12px;
  font-weight: 600;
  margin-top: -30px;
  display: inline-block;
  line-height: 1.5em;
}

.cv .contact-wrap {
  padding-top: 16px;
  position: relative;
}

.cv .contact-wrap .contact_img img {
  position: absolute;
  height: 230px;
  left: -10px;
  bottom: -20px;
}

.contact {
  width: 100%;
  max-width: 800px;
  margin: -30px auto 0;
  text-align: center;
}

.contact .tel {
  font-size: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}

.contact .tel span {
  font-size: 10px;
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.contact .tel:before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 0.8em;
  /*画像の幅*/
  height: 1em;
  /*画像の高さ*/
  background-image: url(../img/cv01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.contact-wrap {
  align-items: end;
}

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

.btn-wrap .btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  width: 100%;
  padding: 16px 15px;
  box-shadow: 6px 6px 3px 0px rgba(213, 199, 96, 0.8);
}

.btn-wrap .red {
  background-color: #eb512f;
  margin-bottom: 10px;
}

.btn-wrap .red:before,
main .main-cv .header_btn_red::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 0.8em;
  /*画像の幅*/
  height: 1em;
  /*画像の高さ*/
  background-image: url(../img/cv02.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.btn-wrap .green {
  background-color: #23cd23;
  letter-spacing: 0.05em;
}

.btn-wrap .green:before,
main .main-cv .header_btn_green::before {
  content: "";
  /*何も入れない*/
  display: inline-block;
  width: 1em;
  /*画像の幅*/
  height: 1em;
  /*画像の高さ*/
  background-image: url(../img/cv03.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

/* main .main-cv .header_btn_red::before, main .main-cv .header_btn_green::before {
    width: 1.5em;
    height: 1.5em;
} */

/* sec05 */

.sec05 {
  padding: 32px 0;
  background-image: url(../img/bg_check.png);
  position: relative;
  z-index: -1;
}

.sec05 h2 {
  display: inline-block;
  position: relative;
}

.sec05 h2 .sec05_star {
  position: absolute;
  width: 60px;
  top: -20px;
  left: -50px;
}

.sec05 h2 .sec05_book {
  position: absolute;
  width: 60px;
  top: -20px;
  right: -50px;
}

.sec05 .sec05_number01 {
  position: absolute;
  transform: rotate(-20deg);
  top: 60px;
  left: 0;
  z-index: -1;
  width: 150px;
}

.sec05 .sec05_number02 {
  position: absolute;
  transform: rotate(20deg);
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 150px;
}

.sec05 .course {
  background-color: #fff;
  margin-bottom: 24px;
  padding-bottom: 16px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
}

.sec05 .course img {
  width: 100%;
}

.courese-title {
  justify-content: flex-start;
  position: relative;
}

.course_ja {
  font-size: 16px;
  font-weight: bold;
}

.course_en {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.courese_num {
  font-weight: bold;
  font-size: 50px;
}

.sec05 .course img.dot {
  width: 58px;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: -4px;
}

.sec05 h3 {
  font-size: 23px;
  font-weight: bold;
  margin-top: 16px;
  margin-left: 20px;
}

.sec05 .course_content {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5em;
}

/* sec06 */

.sec06 {
  padding: 48px 0 48px;
}

.sec06 h2 {
  display: inline-block;
  position: relative;
}

.sec06 h2 .sec06_hata01 {
  position: absolute;
  width: 80px;
  top: -60px;
  left: -40px;
}

.sec06 h2 .sec06_hata02 {
  position: absolute;
  width: 80px;
  top: -60px;
  right: -40px;
  transform: scale(-1, 1);
}

.voice-wrap {
  background-color: #fff;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  margin-bottom: 16px;
}

.voice {
  width: 100%;
}

.voice-wrap .voice-img {
  width: 30%;
  margin-right: 10px;
}

.voice-wrap .voice-img img {
  width: 100%;
}

.voice p {
  font-size: 12px;
}

.voice .parent {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* sec07 */

.sec07 {
  padding: 32px 0;
}

.schedule-wrap {
  background-color: #fff;
  border: 5px solid #fdec72;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-bottom: 16px;
  position: relative;
}

.schedule-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  color: #eb512f;
  margin: 32px auto;
  text-align: center;
  display: inline-block;
  position: relative;
}

.sec07 h3 .sec07_bird {
  position: absolute;
  width: 100px;
  top: -60px;
  left: -100px;
  transform: rotate(-20deg);
}

.sec07 h3 .sec07_leaf {
  position: absolute;
  width: 100px;
  top: -40px;
  right: -100px;
  transform: scale(-1, 1);
}

.sec07 h3 .sec07_star {
  position: absolute;
  width: 100px;
  top: -60px;
  left: -100px;
}

.sec07 h3 .sec07_cup {
  position: absolute;
  width: 100px;
  top: -40px;
  right: -100px;
}

.schedule {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.schedule .time {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #eb512f;
  border-radius: 20px;
  padding: 8px;
  margin-right: 16px;
}

.program h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.program p {
  font-size: 16px;
  line-height: 1.5em;
}

.program p span {
  font-weight: bold;
  color: #eb512f;
}

/* sec08 */

.sec08 {
  padding: 32px 0 64px;
  background-image: url(../img/bg_wave.png);
  background-color: rgba(255, 255, 255, 0.3);
}

.flow-wrapper {
  background-color: #fff;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  padding-top: 32px;
  padding-bottom: 24px;
}

.flow-wrapper .ribon_box {
  margin-bottom: 16px;
}

.flow-wrapper img {
  width: 100%;
  max-width: 200px;
}

.flow-wrap {
  background-color: #fefbe7;
  padding: 5%;
}

.flow-wrap .flow_num {
  display: inline-block;
  width: 37px;
  height: 37px;
  padding-top: 8px;
  background-color: #17eb9e;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

.flow-wrap h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.flow-wrap .flow_content {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 10px;
}

.circle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 18.5px 0 18.5px;
  border-color: #fdec72 transparent transparent transparent;
  margin: 10px auto;
}

/* sec_qanda */

.sec_qanda {
  padding: 32px 0 80px;
}

.sec_qanda h2 {
  display: inline-block;
  position: relative;
}

.sec_qanda h2 .sec_qanda_dia01 {
  position: absolute;
  width: 40px;
  top: -10px;
  left: -40px;
}
.sec_qanda h2 .sec_qanda_dia02 {
  position: absolute;
  width: 40px;
  top: -10px;
  right: -40px;
}

.sec_qanda summary .qmark {
  display: inline-block;
  color: #eb512f;
  margin-right: 5px;
}

.sec_qanda summary .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fdec72;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  right: 20px;
}

.sec_qanda summary .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateX(-50%) rotate(135deg);
  top: 0;
  left: 0;
  right: -5px;
  bottom: 0;
  margin: auto;
}

/* accordion */

details {
  height: 10px;
  margin-bottom: 40px;
  transition: all 0.5s ease;
}

.sec_qanda details {
  margin-bottom: 60px;
}

summary {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 32px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #fff;
  font-weight: bold;
}

.sec_qanda summary {
  height: 60px;
}

.sec_qanda .long-question {
  height: 80px;
}

details[open] {
  height: auto;
}

details[open] div {
  overflow: auto;
  animation: ani 1s;
}

@keyframes ani {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

details div {
  padding: 20px 30px;
  background-color: #fff;
}

.question .kubun {
  border: 1px solid #333;
  border-collapse: collapse;
  width: 100%;
  margin-top: 16px;
}

.question .kubun th,
td {
  border: solid 1px #777;
  text-align: center;
}

/* sec09 */

.sec09 {
  padding: 32px 0;
}

.sec09 .kazari_line {
  background-image: url(../img/pic05.png);
  background-repeat: repeat-x;
  height: 25px;
  margin-top: -30px;
}

.sec09 .kazari_line02 {
  background-image: url(../img/pic21.png);
  background-repeat: repeat-x;
  height: 25px;
  margin-top: 40px;
}

.sec09 h3 {
  font-size: 16px;
  font-weight: bold;
  color: #eb512f;
  width: 100%;
  max-width: 280px;
  margin: 24px auto 0;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  position: relative;
}

.sec09 h3 .sec09_star {
  position: absolute;
  width: 80px;
  top: -20px;
  left: -45px;
}

.sec09 h3 .sec09_bird {
  position: absolute;
  width: 60px;
  bottom: -30px;
  right: -35px;
  transform: rotate(-30deg);
}

.sec09 h4 {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  max-width: 340px;
  line-height: 1.5em;
  margin: 24px auto 8px;
  letter-spacing: 0.1em;
}

.sec09 p {
  font-size: 14px;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  line-height: 1.5em;
}

/* .sec10 */

.sec10 {
  padding: 32px 0;
}

.sec10 h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #ff7d00;
}

.sec10 summary {
  font-size: 16px;
}

.sec10 summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: bold;
  color: #eb512f;
}

.sec10 details[open] summary::after {
  transform: rotate(45deg);
}

.sec10 .class_address div .googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.sec10 .class_address div .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec10 .class_address h3 {
  font-weight: bold;
  margin-bottom: 8px;
}

.sec10 .class_address address {
  margin-bottom: 10px;
}

.sec10 summary {
  padding-left: 0;
  justify-content: center;
}

.cover_kyositsu {
  max-width: 600px;
  margin: -120px auto 20px;
  padding-top: 120px;
}

.cover_kyositsu img {
  width: 100%;
}

/* sec11 */

.sec11 {
  padding: 40px 0;
  background-color: #fff;
}

.sec11 h2 {
  font-weight: bold;
  margin-bottom: 24px;
}

.sec11 .company .logo {
  width: 40%;
}

.sec11 .company {
  justify-content: center;
}

.sec11 .company .logo img {
  width: 100%;
  max-width: 100px;
}

.sec11 .company a {
  display: inline-block;
  background-color: #002278;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
  border-radius: 10px;
  width: 100%;
  margin-left: 20px;
}

/* sec12 */

.sec12 {
  padding: 40px 0;
}

.sec12 .contact-title {
  width: 100%;
  max-width: 340px;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.5em;
  padding-bottom: 32px;
  display: inline-block;
  position: relative;
}

.sec12 .contact-title .sec12_tree {
  position: absolute;
  width: 45px;
  bottom: 0;
  left: -10px;
}

.sec12 .contact-title .sec12_leaf {
  position: absolute;
  width: 50px;
  bottom: 0;
  right: -10px;
  transform: scale(-1, 1);
}

.sec12 .contact {
  padding-left: 0;
  width: 100%;
  max-width: 340px;
}

.sec12 .contact p {
  margin-bottom: 8px;
  letter-spacing: 0.2em;
}

.tel-line-img {
  width: 100%;
}

/* footer */

footer {
  background-color: #fdec72;
  padding: 10px 0;
}

/* responsive tablet */

@media (min-width: 554px) {
  .logo_pc {
    display: block;
    max-width: 200px;
  }

  .logo_sp {
    display: none;
  }
}

@media (min-width: 500px) {
  header .header_menu li a .header-icon {
    width: 20px;
  }

  main .mv,
  header .mv {
    display: none;
  }

  main .mv_pc,
  header .mv_pc {
    display: block;
  }

  main .strength,
  main .main-cv .btn-red,
  .sec01_box .worries,
  .inside-inner,
  .sec02 .bg_white {
    max-width: 700px;
  }

  .header_btn_red,
  .header_btn_green {
    max-width: 300px;
  }

  main .main-cv .header_btn_red::before,
  main .main-cv .header_btn_green::before {
    width: 1.5em;
    height: 1.5em;
  }

  main .strength .strength-contents {
    display: flex;
    justify-content: center;
  }

  main .strength .strength-contents li {
    border-bottom: none;
    border-right: 2px solid #dfdede;
    padding-right: 20px;
    padding-left: 20px;
  }

  main .strength .strength-contents li:last-child {
    border-right: none;
    padding-right: none;
  }

  .sec01_box .worries {
    justify-content: center;
  }

  .sec01_box .worries li {
    width: 30%;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .sec01 h2,
  .feature h4,
  .sec02 h2,
  .sec04 h2,
  .schedule-wrap h3,
  .sec09 h3 {
    font-size: 22px;
    line-height: 1.5em;
  }

  header .header_menu li a,
  main .strength h2,
  .cv p,
  .feature h3,
  .voice .parent,
  summary,
  .sec09 h4,
  .sec10 summary {
    font-size: 18px;
  }

  .cv .contact-wrap {
    padding-top: 0;
  }

  .contact .tel {
    font-size: 34px;
    letter-spacing: 0.2em;
  }
  .contact .tel span {
    font-size: 14px;
  }

  main .strength .strength-contents li,
  .btn-wrap .btn,
  .flow-wrap h3,
  .sec11 h2,
  .sec09 h4,
  .sec09 p,
  .sec12 .contact-title {
    font-size: 20px;
    line-height: 1.5em;
  }

  .feature p,
  .subtitle,
  .voice p,
  .flow-wrap .flow_content,
  .sec09 p {
    font-size: 16px;
  }

  .sec09 h3 {
    max-width: 500px;
  }

  .sec09 h4,
  .sec09 p,
  .sec12 .contact-title {
    max-width: 500px;
    line-height: 1.5em;
  }

  .sec12 .contact-title .sec12_tree,
  .sec12 .contact-title .sec12_leaf {
    bottom: -30px;
  }

  .sec12 .contact-title .sec12_tree {
    left: 30px;
  }

  .sec12 .contact-title .sec12_leaf {
    right: 30px;
  }
}

@media (min-width: 1000px) {
  .pc {
    display: block;
  }

  .wrapper {
    padding: 120px 0 0;
  }

  header .header-btn-wrap .cover {
    margin-top: 8px;
  }

  header .header-btn-wrap {
    max-width: 450px;
  }

  header .header_menu li a {
    padding: 8px 40px 8px 45px;
  }

  header .header_menu li a .header-icon {
    width: 22px;
  }

  .header-top {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
  }

  /* main .mv_pc {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
    } */

  main .strength,
  .sec01_box .worries,
  .inside-inner,
  .sec02 .bg_white {
    max-width: 900px;
  }

  main .main-cv .btn-red {
    max-width: 500px;
    padding: 30px;
  }

  main .strength img.main_star,
  main .strength img.main_mizutama,
  .sec02 h2 .sec02_star,
  .sec02 h2 .sec02_bird,
  .sec05 h2 .sec05_star,
  .sec05 h2 .sec05_book {
    width: 100px;
  }

  main .main-cv {
    padding: 64px;
  }

  .sec05 h2 .sec05_star {
    left: -100px;
  }

  .sec05 h2 .sec05_book {
    right: -100px;
  }

  /* main .strength img.main_atsushi {
        width: 80px;
        right: -40px;
    } */

  main .strength {
    margin: 40px auto;
  }

  .sec01_box .worries {
    padding: 40px 24px;
  }
  .sec01 h2,
  .feature h4,
  .sec02 h2,
  .sec04 h2,
  .schedule-wrap h3,
  .sec09 h3 {
    font-size: 24px;
  }

  .sec01 {
    padding: 64px 0;
  }

  .sec02_img {
    margin-top: 32px;
  }

  .sec02_img figure {
    width: 40%;
  }

  .sec02 p,
  .sec04 p {
    font-size: 18px;
    line-height: 1.5em;
  }

  .sec03 .feature {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 32px;
    padding: 32px 3%;
  }

  .feature-pc {
    display: flex;
    align-items: flex-start;
  }

  .feature img {
    width: 300px;
  }

  .feature p {
    width: 60%;
    margin-top: 0;
    margin-left: 16px;
  }

  .sec04_img {
    margin-top: 80px;
  }

  .sec04 p {
    width: 100%;
    max-width: 900px;
    margin: 64px auto;
  }

  header .header_menu li a,
  main .strength h2,
  .cv p,
  .feature h3,
  .voice .parent,
  summary,
  .sec09 h4,
  .sec10 summary {
    font-size: 20px;
  }

  .cv {
    padding-bottom: 40px;
  }

  .cv .contact-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .cv .contact-wrap .contact_img img {
    height: 300px;
    left: -30px;
  }

  .cv p {
    padding: 24px;
  }

  main .strength .strength-contents li,
  .btn-wrap .btn,
  .flow-wrap h3,
  .sec11 h2,
  .sec09 h4,
  .sec09 p,
  .sec12 .contact-title {
    font-size: 22px;
  }

  .title {
    font-size: 35px;
  }

  .sec06 h2 .sec06_hata01,
  .sec06 h2 .sec06_hata02 {
    width: 120px;
    top: -100px;
  }

  .sec06,
  .sec05 {
    padding: 100px;
  }

  .sec05 .course {
    display: flex;
    padding-bottom: 0;
    align-items: center;
  }

  .sec05 .course img {
    width: 50%;
  }

  .sec05 .subtitle {
    margin-bottom: 40px;
  }

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

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

  .voice-wrap {
    width: 49%;
    display: block;
    padding: 24px;
  }

  .feature p,
  .subtitle,
  .voice p,
  .flow-wrap .flow_content,
  .sec09 p {
    font-size: 18px;
  }

  .voice-wrap .voice-img {
    display: block;
    margin: 0 auto;
  }

  .voice {
    text-align: center;
  }

  .parent {
    margin: 16px 0;
  }

  .schedule-flex {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .schedule-wrap {
    width: 49%;
  }

  .sec07,
  .sec08,
  .sec10,
  .sec12,
  .sec03 {
    padding: 80px 0;
  }

  .flow-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
  }

  .class_address div {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }

  .sec_qanda details,
  .sec10 summary {
    width: 100%;
    max-width: 900px;
    margin: 60px auto 0;
  }

  .sec09 h3 .sec09_star,
  .sec09 h3 .sec09_bird {
    width: 150px;
  }

  .sec09 h3 .sec09_star {
    left: -150px;
  }

  .sec09 h3 .sec09_bird {
    right: -150px;
  }

  summary {
    height: 60px;
  }

  .sec10 h2 {
    font-size: 24px;
  }

  .sec09 h3,
  .sec09 .kazari_line02 {
    margin-top: 80px;
  }

  .sec11 .inner {
    width: 100%;
    max-width: 800px;
    margin: 64px auto;
  }

  .sec12 .contact p {
    margin: 24px 0;
  }

  .sec_qanda {
    padding-bottom: 200px;
  }
}

@media (min-width: 1197px) {
  main .main-cv .btn-red + a {
    margin-left: 20px;
  }
}

/* 8/22追記田村淳削除バージョン */

.contact2 {
  padding-left: 0;
}

.cv p.tel2 {
  position: relative;
  padding-bottom: 10px;
}

.tel2 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* 送迎実績追加 */

.chiiki_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.chiiki_list li {
  margin-right: 10px;
  line-height: 1.5;
}

.chiku {
  font-size: 18px;
  font-weight: bold;
  color: #ff7d00;
  margin-bottom: 5px;
}

.sec10-2 {
  padding: 0 0 40px;
}

@media (min-width: 1000px) {
  .sec10-2 h2.title-sogei {
    margin-top: 40px;
    margin-bottom: -30px;
  }
}

@media (max-width: 500px) {
  .courese-title {
    width: 25%;
  }

  .sec05 h3 {
    margin-left: 0;
  }

  .course .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
