/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-link {
  background: url("../img/common/right-arrow-ss.svg") no-repeat 0 50%;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  text-indent: -1.4em;
  padding-left: 1.4em;
  line-height: 1.4em;
}
.mod-link a {
  padding-left: 18px;
}

.mod-link, .out-link, .circle-link, .circle-link-s:hover a {
  color: #DBA6CE;
  -webkit-transition: color ease 500ms;
  transition: color ease 500ms;
}

.mod-link-v {
  background: url("../img/common/right-arrow-v.svg") no-repeat 0 50%;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}
.mod-link-v a {
  padding-left: 18px;
}

.out-link {
  position: relative;
  display: inline-block;
}

.out-link:after {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  position: absolute;
  right: -25px;
  top: -10px;
  background: url("../img/common/window-icon.svg") no-repeat;
}

.mod-link:hover {
  color: #000;
}

.circle-link {
  -webkit-transition: color 500ms;
  transition: color 500ms;
  line-height: 1.4em;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 77px;
}
.circle-link a {
  position: relative;
  color: #313131;
}
.circle-link a:after {
  content: "";
  background: url("../img/common/right-arrow-b.svg") no-repeat 0 50%;
  display: inline-block;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 50%;
  right: -77px;
  margin-top: -34.5px;
}

.circle-link.window a:after {
  content: "";
  background: url("../img/common/window-icon-b.svg") no-repeat 0 50%;
  display: inline-block;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 50%;
  right: -77px;
  margin-top: -34.5px;
}

.circle-link-s {
  -webkit-transition: color 500ms;
  transition: color 500ms;
  line-height: 1.4em;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 61px;
}
.circle-link-s a {
  position: relative;
  color: #313131;
}
.circle-link-s a:before {
  content: "";
  background: url("../img/common/right-arrow-s.svg") no-repeat 0 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: -61px;
  margin-top: -25px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .circle-link {
    -webkit-transition: color 500ms;
    transition: color 500ms;
    line-height: 1.4em;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 55px;
  }
  .circle-link a {
    position: relative;
    color: #313131;
  }
  .circle-link a:after {
    content: "";
    background: url("../img/common/right-arrow-b.svg") no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: -55px;
    margin-top: -22.5px;
  }
  .circle-link.window a:after {
    content: "";
    background: url("../img/common/window-icon-b.svg") no-repeat 0 50%;
    background-size: contain;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    right: -55px;
    margin-top: -22.5px;
  }
  .circle-link-s {
    -webkit-transition: color 500ms;
    transition: color 500ms;
    line-height: 1.4em;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 50px;
  }
  .circle-link-s a {
    position: relative;
    color: #313131;
  }
  .circle-link-s a:before {
    content: "";
    background: url("../img/common/right-arrow-s.svg") no-repeat 0 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -55px;
    margin-top: -20px;
  }
}
.white-bg {
  max-width: 1200px;
  margin: 0 auto 120px;
}

.first-copy span {
  display: inline-block;
}
.first-copy {
  max-width: 800px;
  margin: 0 auto 120px;
}

.teacher-box {
  border: 1px dashed #D0D0D0;
  border-radius: 15px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.teacher-box h3 {
  color: #DBA6CE;
  width: 290px;
  font-size: 20px;
  font-size: 2rem;
}
.teacher-box h3 span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}
.teacher-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.teacher-box li .name {
  width: 200px;
  font-size: 15px;
  font-size: 1.5rem;
}
.teacher-box li .name a {
  color: #313131;
  text-decoration: underline;
}
.teacher-box li .name a:hover {
  text-decoration: none;
}
.teacher-box li .tel {
  font-size: 14px;
  font-size: 1.4rem;
}
.teacher-box li:last-child {
  margin-bottom: 0;
}

.name-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.name-list .name {
  padding-right: 34px;
  font-size: 15px;
  font-size: 1.5rem;
}
.name-list .name a {
  color: #313131;
  text-decoration: underline;
}
.name-list .name a:hover {
  text-decoration: none;
}
.name-list .name .tel {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 750px) {
  .white-bg {
    max-width: 1200px;
    margin: 0 auto 90px;
  }
  .teacher-box {
    border: 1px dashed #D0D0D0;
    border-radius: 15px;
    padding: 30px 20px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .teacher-box h3 {
    color: #DBA6CE;
    width: auto;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .teacher-box h3 span {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .teacher-box li {
    display: block;
    margin-bottom: 10px;
  }
  .teacher-box li .name {
    width: auto;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .teacher-box li .tel {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .teacher-box li:last-child {
    margin-bottom: 0;
  }
  .name-list {
    display: block;
  }
  .name-list .name {
    width: auto;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .name-list .tel {
    font-size: 14px;
    font-size: 1.4rem;
  }
}