@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;
}

.title_2 {
  margin-bottom: 15px;
}

.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;
  margin-bottom: 70px;
}
#content1 .text_wrap {
  padding-top: 10px;
}

/******************************************
 * content2
 ******************************************/
#content2 {
  margin-bottom: 70px;
  background: url(../img/bg_pt.jpg);
}
@media screen and (max-width: 640px) {
  #content2 {
    margin-bottom: 30px;
  }
}
#content2 .c2-title {
  position: relative;
  z-index: 1;
  top: -8px;
}
#content2 .flex-wrap {
  display: flex;
  padding: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #content2 .flex-wrap {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #content2 .flex-wrap {
    padding: 20px 4%;
  }
}
#content2 .flex-wrap .left-contents {
  width: 51.25%;
}
@media screen and (max-width: 768px) {
  #content2 .flex-wrap .left-contents {
    width: 100%;
  }
}
#content2 .flex-wrap .left-contents .text-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #007d3a;
}
#content2 .flex-wrap .left-contents .price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
#content2 .flex-wrap .left-contents .price-wrap .price {
  color: #b50005;
  font-weight: bold;
  font-size: clamp(49px, 6.122vw, 60px);
}
#content2 .flex-wrap .left-contents .price-wrap .price span {
  font-size: 0.28em;
}
#content2 .flex-wrap .left-contents .price-wrap p {
  line-height: 1.3;
  margin-left: 10px;
  font-size: 17px;
  font-weight: bold;
}
#content2 .flex-wrap .left-contents .note {
  font-size: 10px;
}
#content2 .flex-wrap .left-contents label {
  margin: 10px 0;
  display: block;
  border-radius: 50px;
  background: #007d3a;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
#content2 .flex-wrap .left-contents dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  #content2 .flex-wrap .left-contents dl {
    display: block;
    margin-bottom: 5px;
  }
}
#content2 .flex-wrap .left-contents dl dt {
  margin-right: 1em;
}
#content2 .flex-wrap .left-contents dl dd {
  font-size: 11px;
}
#content2 .flex-wrap .right-contents {
  width: 46%;
  background: #fff;
  position: relative;
  padding: 30px 25px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #content2 .flex-wrap .right-contents {
    width: 100%;
    margin-top: 20px;
  }
}
#content2 .flex-wrap .right-contents::before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  border: 1px dashed #007d3a;
  position: absolute;
  border-radius: 6px;
}
#content2 .flex-wrap .right-contents::after {
  content: "";
  display: block;
  background: url(../img/c2_arrow.png) no-repeat center/contain;
  width: 17px;
  height: 18px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #content2 .flex-wrap .right-contents::after {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  #content2 .flex-wrap .right-contents::after {
    transform: rotate(90deg) translateX(-50%);
    top: -8px;
    left: 50%;
  }
}
#content2 .flex-wrap .right-contents .text-title {
  font-size: clamp(19px, 2.244vw, 22px);
  font-weight: bold;
  text-align: center;
  color: #007d3a;
}
#content2 .flex-wrap .right-contents .text-subtitle {
  color: #007d3a;
  text-align: center;
  font-size: clamp(13px, 1.53vw, 15px);
}
#content2 .flex-wrap .right-contents .text-wrap {
  margin: 10px 0;
  font-size: 10px;
}
#content2 .flex-wrap .right-contents .link-text {
  text-align: center;
}
#content2 .flex-wrap .right-contents .link-text .link {
  display: inline-block;
  border-radius: 50px;
  color: #007d3a;
  text-align: center;
  border: 1px solid #007d3a;
  padding: 0.5em 2em;
}

/******************************************
 * content3
 ******************************************/
#content3 {
  margin-bottom: 70px;
  /* 画像なし */
}
@media screen and (max-width: 640px) {
  #content3 {
    margin-bottom: 30px;
  }
}
#content3 .text-wrap {
  margin: 15px 0 10px;
}
#content3 .note {
  font-size: 10px;
  margin-bottom: 30px;
}
#content3 .point-wrap {
  margin-top: 50px;
  border-radius: 10px;
  background: #e5f2eb;
  padding: 20px 50px;
  border-top: 20px solid #cce5d8;
  border-bottom: 20px solid #cce5d8;
}
@media screen and (max-width: 768px) {
  #content3 .point-wrap {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  #content3 .point-wrap {
    padding: 20px;
    margin-top: 80px;
  }
}
#content3 .point-wrap .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content3 .point-wrap .flex-wrap {
    display: block;
  }
}
#content3 .point-wrap .flex-wrap .text-contents {
  width: 56%;
}
@media screen and (max-width: 640px) {
  #content3 .point-wrap .flex-wrap .text-contents {
    width: 100%;
  }
}
#content3 .point-wrap .flex-wrap .text-contents .pin {
  margin-left: -20px;
  margin-top: -63px;
}
@media screen and (max-width: 768px) {
  #content3 .point-wrap .flex-wrap .text-contents .pin {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  #content3 .point-wrap .flex-wrap .text-contents .pin {
    margin-top: -105px;
  }
}
#content3 .point-wrap .flex-wrap .text-contents .text-title {
  font-size: clamp(17px, 2.755vw, 27px);
  line-height: 1.5;
  font-weight: bold;
  margin: 10px 0;
  color: #007d3a;
}
#content3 .point-wrap .flex-wrap .text-contents p {
  max-width: 300px;
}
#content3 .point-wrap .flex-wrap figure {
  width: 35%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #content3 .point-wrap .flex-wrap figure {
    width: 100%;
    margin-top: 10px;
  }
}
#content3 #point4 .text-contents {
  width: 42%;
}
@media screen and (max-width: 640px) {
  #content3 #point4 .text-contents {
    width: 100%;
  }
}
#content3 #point4 .right-contents {
  width: 50%;
}
@media screen and (max-width: 640px) {
  #content3 #point4 .right-contents {
    width: 100%;
  }
}
#content3 #point4 .right-contents ol {
  counter-reset: number 0;
}
#content3 #point4 .right-contents ol li {
  background: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  padding: 5px 10px 5px 41px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #content3 #point4 .right-contents ol li {
    border-radius: 8px;
  }
}
#content3 #point4 .right-contents ol li:not(:last-of-type) {
  margin-bottom: 7px;
}
#content3 #point4 .right-contents ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 100%;
  background: #007d3a;
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-size: 14px;
  content: counter(number);
  align-items: center;
  color: #fff;
  counter-increment: number 1;
}/*# sourceMappingURL=main.css.map */