@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: 483px;
  margin: 150px 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: 20px 5% 40px;
  }
}
/*-------------------------------------------------------*/
/*------------ページごとの独自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 {
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  #content1 {
    margin-bottom: 35px;
  }
}
#content1 .top-contents {
  margin-bottom: 20px;
}
#content1 .top-contents .item-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content1 .top-contents .item-wrap {
    display: block;
    margin-bottom: 20px;
  }
}
#content1 .top-contents .item-wrap:first-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  #content1 .top-contents .item-wrap:first-of-type {
    margin-bottom: 20px;
  }
}
#content1 .top-contents .item-wrap .title {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #content1 .top-contents .item-wrap .title {
    width: 100%;
  }
}
#content1 .top-contents .item-wrap dl {
  padding-left: 15px;
  width: calc(100% - 200px);
}
@media screen and (max-width: 640px) {
  #content1 .top-contents .item-wrap dl {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
#content1 .top-contents .item-wrap dl dt {
  letter-spacing: -0.05em;
  line-height: 1.388;
  color: #2778bd;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 640px) {
  #content1 .top-contents .item-wrap dl dt {
    text-align: center;
  }
}
#content1 .top-contents .item-wrap dl dt br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #content1 .top-contents .item-wrap dl dt br.sp {
    display: block;
  }
}
#content1 .top-contents .item-wrap dl dd {
  font-size: 0.8125rem;
}
#content1 .point-contents {
  position: relative;
}
#content1 .point-contents .title-img {
  display: block;
  text-align: center;
}
@media screen and (min-width: 641px) {
  #content1 .point-contents .title-img {
    position: relative;
    bottom: -27px;
    margin: 0 auto;
    width: 94.117%;
  }
}
@media screen and (max-width: 640px) {
  #content1 .point-contents .title-img {
    margin-bottom: 10px;
  }
}
#content1 .point-contents .point-wrap {
  border: 3px solid #2778bd;
  background: #efeddf;
  border-radius: 10px;
  display: flex;
  padding: 50px 25px 25px;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content1 .point-contents .point-wrap {
    display: block;
    padding: 15px;
  }
}
#content1 .point-contents .point-wrap ul {
  width: 48.75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 5px;
}
@media screen and (max-width: 640px) {
  #content1 .point-contents .point-wrap ul {
    width: 100%;
  }
}
#content1 .point-contents .point-wrap ul li {
  border-radius: 10px;
  font-family: "Kiwi Maru", serif;
  display: flex;
  letter-spacing: -0.05em;
  align-items: center;
  justify-content: center;
  line-height: 1.046;
  height: 55px;
  width: 48.72%;
  font-size: clamp(0.875rem, 1.78vw, 1rem);
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  color: #2778bd;
  text-align: center;
}
#content1 .point-contents .point-wrap figure {
  margin: 0;
  padding: 0;
  width: 47.875%;
}
@media screen and (max-width: 640px) {
  #content1 .point-contents .point-wrap figure {
    width: 100%;
    margin-top: 20px;
  }
}
#content1 .note {
  margin-top: 10px;
}
#content1 .note p {
  line-height: 1.4166;
  font-size: 0.75rem;
}

/******************************************
 * content2とcontent3共通
 ******************************************/
#content2,
#content3 {
  background: url(../img/bg_stripe.png);
  background-size: 8px;
  padding: 10px;
}
#content2 figure,
#content3 figure {
  margin: 0;
  padding: 0;
}
#content2 .bg-box,
#content3 .bg-box {
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  #content2 .bg-box,
  #content3 .bg-box {
    padding: 20px 15px;
  }
}
#content2 .bg-box .title-img,
#content3 .bg-box .title-img {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #content2 .bg-box .title-img,
  #content3 .bg-box .title-img {
    margin-bottom: 10px;
  }
}

/******************************************
 * content2
 ******************************************/
#content2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #content2 {
    margin-bottom: 25px;
  }
}
#content2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content2 ul li {
  width: calc(50% - 25px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #content2 ul li {
    width: 100%;
    padding: 25px 0;
    align-items: center;
  }
}
#content2 ul li::before {
  content: "";
  height: 1px;
  width: 97%;
  background: #2778bd;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 640px) {
  #content2 ul li::before {
    width: 100%;
  }
}
#content2 ul li:nth-child(odd) {
  padding-left: 0;
}
#content2 ul li:nth-child(odd)::after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 90%;
  background: #2778bd;
}
@media screen and (max-width: 640px) {
  #content2 ul li:nth-child(odd)::after {
    display: none;
  }
}
#content2 ul li:nth-child(even) {
  padding-right: 0;
}
#content2 ul li:nth-child(even)::before {
  right: 0;
}
#content2 ul li .text-contents {
  width: calc(96% - 82px);
}
#content2 ul li .text-contents dl {
  margin-top: 5px;
}
#content2 ul li .text-contents dl dt {
  letter-spacing: -0.05em;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 5px;
  line-height: 1.3;
  color: #2778bd;
  font-weight: bold;
  font-size: 1rem;
}
#content2 ul li .text-contents dl dd {
  line-height: 1.5;
  font-size: 0.8125rem;
}
#content2 ul li .phone-img {
  width: 82px;
}
@media screen and (max-width: 640px) {
  #content2 ul .list1 {
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  #content2 ul .list2 {
    order: 4;
  }
}
@media screen and (max-width: 640px) {
  #content2 ul .list3 {
    order: 3;
  }
}
@media screen and (max-width: 640px) {
  #content2 ul .list4 dt br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #content2 ul .list4 {
    order: 5;
  }
}
@media screen and (min-width: 641px) {
  #content2 ul .list5 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  #content2 ul .list5 {
    order: 3;
  }
}
@media screen and (min-width: 641px) {
  #content2 ul .list5::before {
    display: none;
  }
}
#content2 ul .list6 {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  #content2 ul .list6 {
    order: 6;
  }
}
#content2 ul .list6::before {
  display: none;
}

/******************************************
 * content3
 ******************************************/
#content3 {
  margin-bottom: 100px;
}
#content3 .flex-wrap {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap {
    display: block;
  }
}
#content3 .flex-wrap .text-contents {
  width: 30%;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap .text-contents {
    width: 100%;
  }
}
#content3 .flex-wrap .text-contents p {
  line-height: 1.6;
  font-size: 0.8125rem;
  margin-bottom: 10px;
}
#content3 .flex-wrap ul {
  width: 62%;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap ul {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
#content3 .flex-wrap ul li {
  width: 30%;
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap ul li {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #content3 .flex-wrap ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/******************************************
 * content4
 ******************************************/
#content4 {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #content4 {
    margin-bottom: 30px;
  }
}
#content4 figure {
  margin: 0;
  padding: 0;
}
#content4 .bg-box {
  background: #2778bd;
  padding: 30px 30px 20px;
  border-radius: 8px;
}
#content4 .img-badge {
  position: absolute;
  top: -57px;
  width: 14.5%;
  left: 13px;
  max-width: 120px;
}
@media screen and (max-width: 640px) {
  #content4 .img-badge {
    width: 28%;
    left: 0;
    top: -11.5%;
  }
}
#content4 .img-badge img {
  width: 100%;
}
#content4 .box-wrap .title-wrap {
  display: block;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #content4 .box-wrap .title-wrap {
    width: 90%;
  }
}
#content4 .box-wrap .flex-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content4 .box-wrap .flex-wrap {
    display: block;
  }
}
#content4 .box-wrap .flex-wrap .icon-wrap {
  width: 36%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content4 .box-wrap .flex-wrap .icon-wrap {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #content4 .box-wrap .flex-wrap .icon-wrap figure {
    margin-bottom: 20px;
  }
}
#content4 .box-wrap .flex-wrap .download-box {
  width: 62%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #content4 .box-wrap .flex-wrap .download-box {
    width: 100%;
    display: block;
  }
}
#content4 .box-wrap .flex-wrap .download-wrap {
  width: 50%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #content4 .box-wrap .flex-wrap .download-wrap {
    width: 100%;
    padding: 15px 0;
  }
}
#content4 .box-wrap .flex-wrap .download-wrap .left-contents {
  width: 65%;
}
#content4 .box-wrap .flex-wrap .download-wrap figure {
  width: 31%;
}
#content4 .box-wrap .flex-wrap .app-wrap {
  padding-right: 3%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #content4 .box-wrap .flex-wrap .app-wrap {
    padding-right: 0;
    border-bottom: 1px dashed #fff;
  }
}
#content4 .box-wrap .flex-wrap .app-wrap::after {
  content: "";
  display: block;
  right: 0;
  top: 50%;
  width: 1px;
  height: 100%;
  transform: translateY(-50%);
  border-right: 1px dashed #fff;
  position: absolute;
}
@media screen and (max-width: 640px) {
  #content4 .box-wrap .flex-wrap .app-wrap::after {
    display: none;
  }
}
#content4 .box-wrap .flex-wrap .google-wrap {
  padding-left: 3%;
}
@media screen and (max-width: 640px) {
  #content4 .box-wrap .flex-wrap .google-wrap {
    padding-left: 0;
  }
}
#content4 .text-wrap {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 0.75rem;
}/*# sourceMappingURL=main.css.map */