@charset "UTF-8";
/*---------------------------------------------------------*/
/*---------------------共通　※消さない----------------------*/
/*---------------------------------------------------------*/
/*レスポンシブ用*/
.left {
  float: left;
  font-size: 1rem;
}

.right {
  float: right;
}

.show480,
.show540,
.show768,
.show860 {
  display: none;
}

@media screen and (max-width: 860px) {
  .show860 {
    display: block;
  }
  .hide860 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show768 {
    display: block;
  }
  .hide768 {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .show540 {
    display: block;
  }
  .hide540 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .show480 {
    display: block;
  }
  .hide480 {
    display: none;
  }
}
/*ページ内共通部分用*/
.w980 table {
  table-layout: fixed;
}

.w980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.w500_title {
  width: 500px;
  margin: 50px auto 50px 0;
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 60px;
  font-size: 1em;
}

.bg_img {
  width: 100%;
  position: relative;
}

.bg_img img {
  width: 100%;
  max-width: 1920px;
}

.main_pc {
  display: block;
}

.main_sp {
  display: none;
  position: relative;
}

.white_contents {
  background-color: #fff;
  width: 100%;
  padding: 40px 60px;
  display: inline-block;
}

.top_margin {
  max-width: none;
  position: relative;
}

.vol_absolute {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
}

.menu_area {
  box-shadow: none !important;
}

.pan_link {
  background: #fadbda;
}

.teacher {
  border-bottom: #222 dotted 1px;
  margin-bottom: 15px;
}

.br_sp {
  display: none;
}

.teacher_img {
  width: 20%;
  max-width: 200px;
  display: inline-block;
  float: right;
}

.plofile {
  width: 75%;
  float: left;
}

.teacher_img_s {
  display: none;
}

.intro_title {
  color: #4fb369;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}

@media screen and (max-width: 768px) {
  .main_pc {
    display: none;
  }
  .main_sp {
    display: block;
  }
  .w500_title {
    width: 80%;
    margin: 0 10%;
    padding: 20px 20px 0;
    margin-top: -120px;
    display: inline-block;
    text-align: center;
  }
  .title_1,
  .title_2 {
    margin: 0 auto 15px;
  }
  .w980 {
    padding-top: 0;
  }
  .white_contents {
    padding: 40px 30px;
  }
  .teacher_img {
    display: none;
  }
  .teacher_img_s {
    display: block;
    float: right;
    width: 150px;
    margin: 0 0 0 15px;
  }
  .plofile {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .plofile {
    margin-top: 0;
  }
  .teacher_img_s {
    display: block;
    float: right;
    width: 100px;
    margin: 0 0 15px 15px;
  }
}
@media screen and (max-width: 480px) {
  .w500_title {
    margin: -70px 6% 0;
    width: 88%;
  }
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
  .white_contents {
    padding: 40px 5%;
  }
}
/*-------------------------------------------------------*/
/*------------ページごとの独自CSS　※以下消してOK-----------*/
/*-------------------------------------------------------*/
/******************************************
 * 汎用
 ******************************************/
.text_center {
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-none {
  display: none;
}

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

@media screen and (max-width: 640px) {
  .d-640-block {
    display: block;
  }
}

.letter_spacing {
  letter-spacing: -0.068em;
}

.bg-wrap {
  padding: 40px;
  margin-top: 45px;
  border-radius: 30px;
  background: #eee url(../img/bg_img.png);
}
@media screen and (max-width: 768px) {
  .bg-wrap {
    width: 100vw;
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 20px;
  }
}

/******************************************
 * content1
 ******************************************/
#content1 {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media screen and (max-width: 768px) {
  #content1 {
    display: block;
  }
}
#content1 .text_wrap {
  flex: 1;
}
@media screen and (max-width: 768px) {
  #content1 .text_wrap {
    margin-bottom: 30px;
  }
}
#content1 .text_wrap .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ea6d8d;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content1 .text_wrap .title {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
#content1 .text_wrap .title .br1 {
  display: none;
}
@media screen and (max-width: 640px) {
  #content1 .text_wrap .title .br1 {
    display: block;
  }
}
#content1 .text_left {
  text-align: right;
}
#content1 .text_left .note {
  text-align: left;
  display: inline-block;
  margin-top: 25px;
  background: #f8f5de;
  position: relative;
  padding: 10px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #content1 .text_left .note {
    display: block;
    text-align: center;
  }
}
#content1 .text_left .note::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #f8f5de;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  #content1 .text_left .note::before {
    display: none;
  }
}
#content1 .text_left .note .small {
  font-size: 0.625rem;
}
#content1 .d_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #content1 .d_pc {
    display: none;
  }
}
#content1 .d_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #content1 .d_sp {
    display: block;
  }
}
#content1 .img_wrap {
  width: 31%;
}
@media screen and (max-width: 768px) {
  #content1 .img_wrap {
    width: 84%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #content1 .img_wrap {
    width: 100%;
  }
}

/******************************************
 * content2
 ******************************************/
#content2 {
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  #content2 {
    margin-top: 35px;
  }
}
#content2 .title {
  color: #4dbaa9;
  font-size: clamp(1.5625rem, 2.499vw, 1.875rem);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}
#content2 .title br.d-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #content2 .title br.d-sp {
    display: block;
  }
}
#content2 .text_center {
  text-align: center;
}
#content2 .img1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #content2 .img1 {
    margin-bottom: 15px;
  }
}
#content2 .img2 {
  position: relative;
}
#content2 .img2 .img_btn {
  display: none;
  position: absolute;
  top: 12.8%;
  left: 50%;
  transform: translateX(-50%);
  width: 70.55%;
}
@media screen and (max-width: 640px) {
  #content2 .img2 .img_btn {
    display: block;
  }
}
#content2 .img3 {
  position: relative;
}
#content2 .img3 .img_btn {
  display: none;
  position: absolute;
  top: 5.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 70.1%;
}
@media screen and (max-width: 640px) {
  #content2 .img3 .img_btn {
    display: block;
  }
}
#content2 .text_wrap {
  font-size: 0.75rem;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #content2 .text_wrap {
    font-size: 0.6875rem;
  }
}
#content2 .sp_title {
  display: none;
  font-weight: bold;
  color: #39ad36;
  font-family: "Kiwi Maru", serif;
  font-size: 1.28125rem;
  letter-spacing: -0.05em;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #content2 .sp_title {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */