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

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

/******************************************
 * content1
 ******************************************/
#content1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
#content1 .text_wrap {
  width: 61%;
  padding-top: 10px;
}
#content1 .img_wrap {
  width: 27%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #content1 {
    flex-direction: column;
  }
  #content1 .text_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  #content1 .img_wrap {
    width: 100%;
  }
}
/******************************************
 * content2
 ******************************************/
#content2 {
  padding-bottom: 70px;
}
#content2 .title_wrap {
  text-align: center;
  margin-bottom: 20px;
}
#content2 .box {
  background: #f6efe3;
  border-radius: 10px;
  margin-top: 50px;
  padding: 0 40px 50px;
}
@media screen and (max-width: 768px) {
  #content2 .box {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 24px 50px;
  }
}
#content2 .box .flex_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content2 .box .flex_wrap {
    flex-direction: column-reverse;
  }
}
#content2 .box .box-item {
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #content2 .box .box-item .text_contents {
    width: 100%;
  }
}
#content2 .box .box-item .text_contents label {
  margin-bottom: 15px;
  display: inline-block;
}
#content2 .box .box-item .text_contents dl dt {
  margin-bottom: 15px;
}
#content2 .box .box-item .text_contents dt {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #content2 .box .box-item .img_wrap {
    width: 100%;
  }
}
#content2 .check-wrap .check-mark {
  margin-left: 15px;
}
#content2 .check-wrap .check {
  padding: 20px 35px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  background-color: #fff;
  border-radius: 5px;
  display: grid;
  grid-template-columns: auto 35%;
  grid-template-rows: auto;
  grid-template-areas: "areaA areaC" "areaB areaC";
}
@media screen and (max-width: 640px) {
  #content2 .check-wrap .check {
    padding: 15px 20px;
    grid-template-areas: "areaA areaA" "areaB areaC";
  }
}
#content2 .check-wrap .check .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  grid-area: areaA;
}
#content2 .check-wrap .check .text {
  grid-area: areaB;
  margin-right: 15px;
}
#content2 .check-wrap .check .text .span1 {
  margin-right: 0.5em;
}
#content2 .check-wrap .check .text .span2 {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #content2 .check-wrap .check .text .span2 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #content2 .check-wrap .check .text .span2 .d-inline-block {
    display: inline-block;
  }
}
#content2 .check-wrap .check .image {
  grid-area: areaC;
  align-self: center;
  justify-self: center;
}
#content2 #box1 .title-color {
  color: #248d84;
}
#content2 #box1 .flex_wrap .text_contents {
  width: 56%;
}
@media screen and (max-width: 640px) {
  #content2 #box1 .flex_wrap .text_contents {
    width: 100%;
  }
}
#content2 #box1 .flex_wrap .img_wrap {
  width: 38%;
}
@media screen and (max-width: 640px) {
  #content2 #box1 .flex_wrap .img_wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
#content2 #box1 .flex_wrap .img_wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
}
@media screen and (max-width: 640px) {
  #content2 #box1 .flex_wrap .img_wrap img {
    position: static;
    width: 70%;
  }
}

#box2 .title-color {
  color: #87232c;
}
@media screen and (max-width: 640px) {
  #box2.box .flex_wrap {
    flex-direction: column;
  }
}
#box2.box .flex_wrap .text_contents {
  width: 70%;
}
@media screen and (max-width: 640px) {
  #box2.box .flex_wrap .text_contents {
    width: 100%;
  }
}
#box2.box .flex_wrap .img_wrap {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #box2.box .flex_wrap .img_wrap {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  #box2 #box2_s2 .img_wrap img {
    width: 28%;
  }
}
#box2 .check-wrap .check-mark {
  margin-left: 15px;
}
#box2 .check-wrap .check {
  grid-template-columns: 20% 80%;
  grid-template-rows: auto;
  grid-template-areas: "areaC areaA" "areaC areaB";
}
@media screen and (max-width: 640px) {
  #box2 .check-wrap .check {
    grid-template-columns: 70% 30%;
    grid-template-areas: "areaA areaA" "areaB areaC";
  }
}

/******************************************
 * content3
 ******************************************/
#content3 .title_wrap {
  text-align: center;
  margin-bottom: 35px;
}
#content3 .c3_contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content3 .c3_contents {
    flex-direction: column;
  }
}
#content3 .c3_contents .contact {
  width: 48.5%;
}
@media screen and (max-width: 640px) {
  #content3 .c3_contents .contact {
    width: 100%;
    margin-bottom: 40px;
  }
}
#content3 .c3_contents .contact p {
  margin-bottom: 20px;
}
#content3 .c3_contents .contact .information label {
  text-align: center;
  display: block;
  border-radius: 50px;
  padding: 5px;
  background-color: #248d84;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}
#content3 .c3_contents .contact .information .image_wrap {
  display: block;
  text-align: center;
}
#content3 .c3_contents .voice_wrap {
  width: 48.5%;
  background-color: #f6efe3;
  border-radius: 8px;
  padding: 15px 30px;
}
@media screen and (max-width: 640px) {
  #content3 .c3_contents .voice_wrap {
    width: 100%;
    padding: 20px;
  }
}
#content3 .c3_contents .voice_wrap .voice_title {
  text-align: center;
  margin-bottom: 15px;
}
#content3 .c3_contents .voice_wrap .voice_title label {
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
}
#content3 .c3_contents .voice_wrap .voice {
  display: grid;
  grid-template-columns: auto 35%;
  grid-template-rows: auto;
  grid-template-areas: "areaA areaC" "areaB areaC";
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 768px) {
  #content3 .c3_contents .voice_wrap .voice {
    grid-template-areas: "areaA areaC" "areaA areaB";
  }
}
@media screen and (max-width: 640px) {
  #content3 .c3_contents .voice_wrap .voice {
    width: 100%;
  }
}
#content3 .c3_contents .voice_wrap .voice .text {
  grid-area: areaA;
}
#content3 .c3_contents .voice_wrap .voice .name {
  grid-area: areaB;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #content3 .c3_contents .voice_wrap .voice .name {
    margin-top: 10px;
    justify-self: center;
    align-self: center;
  }
}
#content3 .c3_contents .voice_wrap .voice .image_wrap {
  grid-area: areaC;
  justify-self: center;
  align-self: center;
}/*# sourceMappingURL=main.css.map */