@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;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #content1 {
    flex-direction: column;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
#content1 .text_wrap {
  width: 68%;
}
@media screen and (max-width: 640px) {
  #content1 .text_wrap {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
}
#content1 picture {
  width: 26.62%;
  text-align: center;
  margin: 0;
  display: block;
}
@media screen and (max-width: 640px) {
  #content1 picture {
    margin-top: 10px;
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  #content1 picture img {
    max-width: 168px;
  }
}

/******************************************
 * content2
 ******************************************/
#content2 {
  margin-bottom: 70px;
  /* box共通 */
}
#content2 figure {
  margin: 0;
}
#content2 .title-wrap {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #content2 .title-wrap {
    text-align: center;
  }
}
#content2 .box {
  margin-bottom: 25px;
  padding: 25px 35px;
  background: url(../img/c2_box_top_left.png), url(../img/c2_box_top_right.png), url(../img/c2_box_bottom_left.png), url(../img/c2_box_bottom_right.png), #dff2fc;
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  /* STEP */
  /* box1 */
  /* box2 */
}
@media screen and (max-width: 640px) {
  #content2 .box {
    padding: 25px 20px;
  }
}
#content2 .box .title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #258bcc;
  text-align: center;
}
#content2 .box .step-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #content2 .box .step-wrap {
    display: block;
  }
}
#content2 .box .step-wrap li {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  /* 矢印 */
}
@media screen and (max-width: 640px) {
  #content2 .box .step-wrap li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #content2 .box .step-wrap li:not(:last-child) {
    margin-bottom: 60px;
  }
}
#content2 .box .step-wrap li .inner {
  padding: 30px 15px 18px;
}
#content2 .box .step-wrap li .num {
  text-align: center;
  position: relative;
  margin-top: -70px;
}
#content2 .box .step-wrap li a {
  cursor: pointer;
}
#content2 .box .step-wrap li:not(:last-child) {
  position: relative;
}
#content2 .box .step-wrap li:not(:last-child)::before {
  content: "";
  width: 64px;
  height: 16px;
  display: block;
  position: absolute;
  bottom: calc(100% + 8px);
  left: calc(100% - 26px);
  background: url(../img/c2_box1_step_arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 640px) {
  #content2 .box .step-wrap li:not(:last-child)::before {
    display: none !important;
  }
}
#content2 .box.box-1 {
  /* STEP */
}
#content2 .box.box-1 .title br {
  display: none;
}
@media screen and (max-width: 640px) {
  #content2 .box.box-1 .title br {
    display: block;
  }
}
#content2 .box.box-1 .step-wrap li {
  /* STEP２とSTEP3 */
  /* 矢印 */
}
#content2 .box.box-1 .step-wrap li .flex-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-bottom: 8px;
  align-items: center;
}
#content2 .box.box-1 .step-wrap li .flex-wrap .text-contents {
  width: 62%;
  line-height: 1.45;
}
#content2 .box.box-1 .step-wrap li .flex-wrap .text-contents .text {
  font-size: 1rem;
  font-weight: bold;
  color: #258bcc;
}
#content2 .box.box-1 .step-wrap li .flex-wrap .text-contents .text .text-small {
  display: block;
  font-size: 0.8125em;
}
#content2 .box.box-1 .step-wrap li .flex-wrap .text-contents .small {
  margin-top: 0.5em;
  font-size: 0.5625rem;
}
#content2 .box.box-1 .step-wrap li .flex-wrap figure {
  width: 38.7%;
}
#content2 .box.box-1 .step-wrap li.step2 .flex-wrap .text-contents, #content2 .box.box-1 .step-wrap li.step3 .flex-wrap .text-contents {
  width: 71.7%;
}
#content2 .box.box-1 .step-wrap li.step2 .flex-wrap figure, #content2 .box.box-1 .step-wrap li.step3 .flex-wrap figure {
  width: 29%;
}
#content2 .box.box-1 .step-wrap li:not(:last-child) {
  position: relative;
}
#content2 .box.box-1 .step-wrap li:not(:last-child)::before {
  content: "";
  width: 64px;
  height: 16px;
  display: block;
  position: absolute;
  bottom: calc(100% + 8px);
  left: calc(100% - 26px);
  background: url(../img/c2_box1_step_arrow.png) no-repeat center/contain;
}
#content2 .box.box-2 .step-wrap li .inner {
  padding-left: 0;
  padding-right: 0;
}
#content2 .box.box-2 .step-wrap li .inner .img-wrap {
  text-align: center;
  width: 103%;
  margin: 10px -1.5% 10px;
}
#content2 .box.box-2 .step-wrap li .inner .text-contents {
  padding-right: 20px;
  padding-left: 20px;
}
#content2 .box.box-2 .step-wrap li .inner .text-contents .label {
  background: #258bcc;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.0625rem;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1.3;
  margin-bottom: 10px;
}
#content2 .box.box-2 .step-wrap li .inner .text-contents .text {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #258bcc;
  line-height: 1.375;
  margin-bottom: 5px;
}
#content2 .box.box-2 .step-wrap li .inner .text-contents .small {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #258bcc;
}
#content2 .box.box-2 .step-wrap li .inner .text-contents .small span {
  display: block;
  margin-top: 8px;
  font-size: 0.83em;
}
#content2 .box.box-2 .step-wrap li .inner .text-contents .small span.text-left {
  text-align: left;
}

/******************************************
 * content3
 ******************************************/
#content3 {
  margin-bottom: 70px;
  border: 1px dashed #009944;
  border-radius: 20px;
  /* タイトル */
}
@media screen and (max-width: 640px) {
  #content3 {
    margin-bottom: 35px;
  }
}
#content3 figure {
  margin: 0;
}
#content3 .title-wrap {
  border-radius: 20px 20px 0 0;
  padding: 10px 20px 15px;
  background: #e0f0e2;
  font-size: clamp(1.1875rem, 2.653vw, 1.625rem);
  font-weight: bold;
  color: #009944;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #content3 .title-wrap {
    text-align: center;
    padding: 20px 15px 15px;
  }
}
#content3 .title-wrap br {
  display: none;
}
@media screen and (max-width: 640px) {
  #content3 .title-wrap br {
    display: block;
  }
}
#content3 .title-wrap figure {
  margin-top: -39px;
  margin-bottom: 7px;
}
#content3 .title-wrap .small {
  display: block;
  font-size: 0.66em;
}
#content3 .title-wrap .small br {
  display: none;
}
@media screen and (max-width: 640px) {
  #content3 .title-wrap .small br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #content3 .title-wrap .small span {
    display: block;
  }
}
#content3 .flex-wrap {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap {
    display: block;
  }
}
#content3 .flex-wrap .text-contents {
  width: 54%;
  /* スマホ時画像表示 */
  /* お問い合わせ */
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .text-contents {
    width: 100%;
  }
}
#content3 .flex-wrap .text-contents .title {
  font-size: 1rem;
  color: #009944;
  font-weight: bold;
  margin-bottom: 3px;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .text-contents .title {
    text-align: center;
  }
}
#content3 .flex-wrap .text-contents .title br {
  display: none;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .text-contents .title br {
    display: block;
  }
}
#content3 .flex-wrap .text-contents .text-wrap {
  font-size: 0.75rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px dashed #009944;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .text-contents .text-wrap {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .text-contents .text-wrap br {
    display: none;
  }
}
#content3 .flex-wrap .text-contents .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .text-contents .sp {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
#content3 .flex-wrap .text-contents .contact-wrap {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .text-contents .contact-wrap {
    text-align: center;
  }
}
#content3 .flex-wrap .text-contents .contact-wrap p {
  font-size: 1rem;
  color: #009944;
}
#content3 .flex-wrap .text-contents .contact-wrap .tel {
  line-height: 1.5;
  font-size: 1.6875rem;
  color: #009944;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .text-contents .contact-wrap .tel {
    font-size: 1.5rem;
  }
}
#content3 .flex-wrap .text-contents .contact-wrap span {
  font-size: 0.8125rem;
}
#content3 .flex-wrap .pc {
  width: 43%;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .pc {
    width: 100%;
    display: none;
  }
}/*# sourceMappingURL=main.css.map */