@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 {
  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 {
  margin-bottom: 70px;
}
#content2 .box {
  margin-bottom: 60px;
}
#content2 .box dl {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #content2 .box dl {
    display: block;
  }
}
#content2 .box dl dt {
  width: 106px;
}
@media screen and (max-width: 640px) {
  #content2 .box dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
#content2 .box dl dd {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  padding-left: 16px;
  width: calc(100% - 106px);
}
@media screen and (max-width: 640px) {
  #content2 .box dl dd {
    padding-left: 0;
    width: 100%;
  }
}
#content2 .box .flex-wrap {
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content2 .box .flex-wrap {
    display: block;
  }
}
#content2 .box .flex-wrap figure {
  margin: 0;
}
@media screen and (max-width: 640px) {
  #content2 .box .flex-wrap figure {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100% !important;
    text-align: center;
  }
}
#content2 .box .flex-wrap .text-wrap {
  font-size: 16px;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  #content2 .box .flex-wrap .text-wrap {
    width: 100% !important;
    padding-left: 0;
  }
}
#content2 #box1 .flex-wrap figure {
  width: 28%;
}
#content2 #box1 .flex-wrap .text-wrap {
  width: 72%;
}
#content2 #box2 .flex-wrap figure {
  width: 42%;
}
#content2 #box2 .flex-wrap .text-wrap {
  width: 58%;
}
#content2 #box4 p {
  margin-top: 15px;
}
#content2 .box-noimage {
  border-bottom: 1px dashed #000000;
  padding-bottom: 30px;
  margin-bottom: 45px;
}

/******************************************
 * content3
 ******************************************/
#content3 {
  margin-bottom: 70px;
}
#content3 .text-wrap {
  font-size: 17px;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#content3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content3 ul {
    display: flex;
  }
}
#content3 ul li {
  margin-top: 30px;
  width: 48%;
}
@media screen and (max-width: 640px) {
  #content3 ul li {
    width: 100%;
  }
}
#content3 ul li figure {
  margin: 0 0 14px;
}
#content3 ul li.text-box {
  font-size: 15px;
  line-height: 2;
}

/******************************************
 * content4
 ******************************************/
#content4 {
  margin-bottom: 70px;
}
#content4 .text-wrap {
  font-size: 17px;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#content4 ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #content4 ol {
    display: flex;
  }
}
#content4 ol li {
  margin-top: 30px;
  width: 48%;
}
@media screen and (max-width: 640px) {
  #content4 ol li {
    width: 100%;
  }
}
#content4 ol li figure {
  margin: 0 0 19px;
}
#content4 ol li .title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#content4 ol li .text-wrap {
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
}
#content4 ol li.text-box {
  font-size: 15px;
  line-height: 2;
}/*# sourceMappingURL=main.css.map */