@charset "UTF-8";
.bgtotalcol {
  background-color: #eea6ab;
}

.bgheigakucol {
  background-color: #F5A21B;
}

.bgtsushincol {
  background-color: #a0d2d4;
}

.bgothercol {
  background-color: #ACA7D0;
}

.box_sample {
  margin: 10px;
  padding: 10px;
}

.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.outerWidth {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}

@media screen and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }

  .outerWidth {
    width: 95%;
  }

  .inrWidth {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 80%;
  }

  .outerWidth {
    width: 86.6%;
  }
}
#ABOUT .about__inner--box--box--blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3e3a39;
  width: 30%;
  height: 67px;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  line-height: 1;
  position: relative;
}
#ABOUT .about__inner--box--box--blk::after {
  content: "";
  display: inline-block;
  background-image: url(/web/20230423023644im_/https://www.daibi.ac.jp/wp/wp-content/themes/daibi2022/img/icon_arw_white.svg);
  background-size: contain;
  width: 9px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#ABOUT .about {
  margin-bottom: 120px;
}
#ABOUT .about section {
  margin-bottom: 110px;
}
#ABOUT .about section p {
  font-size: 1.6rem;
  line-height: 2;
}
#ABOUT .about .about__ttl {
  margin-bottom: 60px;
}
#ABOUT .about .about__ttl ul li:first-of-type {
  width: 100%;
  font-size: 2.5rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 70px;
}
#ABOUT .about .about__ttl ul li:last-of-type {
  width: 100%;
  max-width: 748px;
}
#ABOUT .about__point {
  margin-bottom: 100px !important;
}
#ABOUT .about__point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ABOUT .about__point ul li:first-of-type {
  width: 440px;
  position: relative;
}
#ABOUT .about__point ul li:first-of-type dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ABOUT .about__point ul li:first-of-type dl dt {
  width: 32%;
  max-width: 124px;
}
#ABOUT .about__point ul li:first-of-type dl dd {
  width: 65%;
  margin-left: 3%;
}
#ABOUT .about__point ul li:first-of-type dl dd h3 {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  #ABOUT .about__point ul li:first-of-type dl dd h3 {
    font-size: 2rem;
  }
}
#ABOUT .about__point ul li:last-of-type {
  width: calc(100% - 470px);
  margin-top: 30px;
}
#ABOUT .about__point ul li:last-of-type p {
  width: 38vw;
}
#ABOUT .about__point ul li:last-of-type p img {
  border-radius: 10px;
}
#ABOUT .about__point__txt {
  margin-top: 20px;
  text-align: justify;
}
#ABOUT .about__point__btn {
  margin-top: 20px;
}
#ABOUT .about__point__btn a {
  width: 260px;
}
#ABOUT .about__point__txtImg {
  margin-top: 60px;
  text-align: right;
}
#ABOUT .about__point--rev ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#ABOUT .about__point--rev ul li:first-of-type {
  width: 440px;
  padding-bottom: 200px;
}
#ABOUT .about__point--rev ul li:first-of-type dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#ABOUT .about__point--rev ul li:first-of-type dl dd {
  margin-left: 0;
  margin-right: 3%;
}
#ABOUT .about__point--rev ul li:last-of-type {
  width: calc(100% - 470px);
  position: relative;
}
#ABOUT .about__point--rev ul li:last-of-type p {
  position: absolute;
  right: 15px;
  top: 0;
}
#ABOUT .about__point--rev ul li:last-of-type p img {
  display: block;
  margin-left: auto;
}
#ABOUT .about__point--01 .about__point__btn {
  margin-top: 200px;
}
#ABOUT .about__point--01 .about__point__deco {
  position: absolute;
  right: 30px;
  bottom: 0px;
}
#ABOUT .about__point--02 .about__point__deco {
  position: absolute;
  left: 0px;
  bottom: 0px;
  min-width: 501px;
}
#ABOUT .about__point--02 .about__point__txtImg, #ABOUT .about__point--03 .about__point__txtImg {
  text-align: center !important;
}
#ABOUT .about__point--02 .about__point__txtImg img, #ABOUT .about__point--03 .about__point__txtImg img {
  width: 270px;
}
#ABOUT .about__point--03 {
  padding-top: 50px;
}
#ABOUT .about__point--03 ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#ABOUT .about__point--03 ul li .about__point__txt {
  margin-top: 40px;
}
#ABOUT .about__point--03 ul li .about__point__txtImg {
  margin-top: 25px;
  margin-left: auto;
  width: 200px;
  margin-bottom: 140px;
}
#ABOUT .about__point--03 ul li:first-of-type .about__point__deco {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#ABOUT .about__point--03 ul li:last-of-type div {
  margin-top: 45px;
}
#ABOUT .about__point--03 ul li:last-of-type div a {
  margin-left: auto;
}
#ABOUT .relief__ttl {
  margin-bottom: 60px !important;
}
#ABOUT .relief__ttl ul li {
  width: 100%;
  max-width: 574px;
}
#ABOUT .relief__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ABOUT .relief__box--blk {
  width: 47.45%;
}
#ABOUT .relief__box--blk:nth-of-type(n+3) {
  margin-top: 75px;
}
#ABOUT .relief__box--blk--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
#ABOUT .relief__box--blk--ttl img {
  width: 27%;
  max-width: 124px;
}
#ABOUT .relief__box--blk--ttl p {
  width: 70%;
  margin-left: 3%;
  font-size: 2.5rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0;
  font-weight: bold;
}
#ABOUT .relief__box--blk--txt {
  margin-top: 25px;
}
#ABOUT .relief__box--blk--txt p {
  text-align: justify;
}

/* SP */
@media screen and (max-width: 768px) {
  #ABOUT {
    overflow: hidden;
  }
  #ABOUT .about__inner--box--box--blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #3e3a39;
    width: 30%;
    height: 67px;
    color: #fff;
    font-weight: bold;
    border-radius: 15px;
    line-height: 1;
    position: relative;
  }
  #ABOUT .about__inner--box--box--blk::after {
    content: "";
    display: inline-block;
    background-image: url(/web/20230423023644im_/https://www.daibi.ac.jp/wp/wp-content/themes/daibi2022/img/icon_arw_white.svg);
    background-size: contain;
    width: 9px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #ABOUT .about section {
    margin-bottom: 60px;
  }
  #ABOUT .about section p {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }
  #ABOUT .about .about__ttl {
    margin-bottom: 30px;
  }
  #ABOUT .about .about__ttl ul {
    display: block;
  }
  #ABOUT .about .about__ttl ul li:first-of-type {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: justify;
    font-weight: 400;
  }
  #ABOUT .about .about__ttl ul li:last-of-type {
    width: 100%;
    max-width: 374px;
    margin: auto;
  }
  #ABOUT .about__point {
    margin-bottom: 80px !important;
  }
  #ABOUT .about__point ul {
    display: block;
  }
  #ABOUT .about__point ul li:first-of-type {
    width: 100%;
  }
  #ABOUT .about__point ul li:first-of-type dl {
    display: block;
  }
  #ABOUT .about__point ul li:first-of-type dl dt {
    width: 100%;
    max-width: unset;
  }
  #ABOUT .about__point ul li:first-of-type dl dt img {
    display: block;
    width: 70px;
    margin: 0 auto;
  }
  #ABOUT .about__point ul li:first-of-type dl dd {
    width: 100%;
    margin: 15px 0;
  }
  #ABOUT .about__point ul li:first-of-type dl dd h3 {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
  }
  #ABOUT .about__point__img {
    width: 90vw;
    margin-left: 3%;
  }
  #ABOUT .about__point__txt {
    margin-top: 20px;
  }
  #ABOUT .about__point__btn {
    margin-top: 20px;
  }
  #ABOUT .about__point__btn a {
    width: 100%;
    max-width: unset;
  }
  #ABOUT .about__point__txtImg {
    margin-top: 20px;
    text-align: center !important;
  }
  #ABOUT .about__point--rev ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #ABOUT .about__point--rev ul li:first-of-type {
    width: 100%;
    padding-bottom: 0;
  }
  #ABOUT .about__point--rev ul li:first-of-type dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #ABOUT .about__point--rev ul li:last-of-type {
    width: 100%;
  }
  #ABOUT .about__point--rev ul li:last-of-type p {
    margin-left: calc(25% - 25vw);
  }
  #ABOUT .about__point--rev .about__point__img {
    width: 90vw;
    margin-left: -15%;
  }
  #ABOUT .about__point--01 .about__point__btn {
    margin-top: 215px;
  }
  #ABOUT .about__point--01 .about__point__deco {
    width: 200px;
    bottom: 58px;
  }
  #ABOUT .about__point--02 .about__point__txtImg {
    width: 180px;
    margin: 20px auto 0;
    text-align: center;
  }
  #ABOUT .about__point--02 .about__point__deco {
    width: 350px;
    min-width: unset;
    bottom: 0;
    left: -10px;
  }
  #ABOUT .about__point--03 {
    padding-top: 0;
  }
  #ABOUT .about__point--03 ul li .about__point__txtImg {
    margin: auto;
    margin-top: 30px;
    width: 270px;
  }
  #ABOUT .about__point--03 ul li .about__point__txt {
    margin-top: 20px;
  }
  #ABOUT .about__point--03 ul li:first-of-type {
    width: 100%;
  }
  #ABOUT .about__point--03 ul li:first-of-type .about__point__deco {
    width: 220px;
    bottom: 0;
    left: 0px;
    position: relative;
    margin-top: 15px;
  }
  #ABOUT .about__point--03 ul li:last-of-type {
    width: 100%;
  }
  #ABOUT .about__point--03 ul li:last-of-type div {
    margin-top: 30px;
  }
  #ABOUT .about__point--03 ul li:last-of-type div a {
    margin-left: auto;
  }
  #ABOUT .about__point--04 h3 {
    padding-left: 0;
  }
  #ABOUT .about__point--07 h3 {
    letter-spacing: 0;
  }
  #ABOUT .about__point--07 .about__point__txtImg {
    width: 250px;
    margin: 30px auto 0;
  }
  #ABOUT .relief__ttl {
    margin-bottom: 30px !important;
  }
  #ABOUT .relief__ttl ul li {
    width: 75%;
    max-width: 287px;
    margin: auto;
  }
  #ABOUT .relief__box {
    display: block;
  }
  #ABOUT .relief__box--blk {
    width: 100%;
  }
  #ABOUT .relief__box--blk:nth-of-type(n+3) {
    margin-top: 0;
  }
  #ABOUT .relief__box--blk:nth-of-type(n+2) {
    margin-top: 60px;
  }
  #ABOUT .relief__box--blk--ttl {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  #ABOUT .relief__box--blk--ttl img {
    width: 70px;
    margin: auto;
    margin-bottom: 15px;
  }
  #ABOUT .relief__box--blk--ttl p {
    text-align: center !important;
    margin: auto;
    width: 100%;
    font-size: 1.7rem !important;
  }
  #ABOUT .relief__box--blk--txt {
    margin-top: 20px;
  }
  #ABOUT .relief__box--blk--txt p {
    text-align: justify;
  }
}
/* SP ここまで */
/*# sourceMappingURL=about.css.map */
/*
     FILE ARCHIVED ON 02:36:44 Apr 23, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:26:12 Apr 18, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.258
  exclusion.robots: 0.091
  exclusion.robots.policy: 0.08
  cdx.remote: 0.069
  esindex: 0.01
  LoadShardBlock: 61.147 (3)
  PetaboxLoader3.datanode: 164.792 (5)
  PetaboxLoader3.resolve: 74.33 (2)
  load_resource: 189.877
  loaddict: 117.392
*/


#ABOUT .about section{
  margin-bottom: 110px;
}
#ABOUT .relief__box--blk{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#ABOUT .relief__box--blk--img{
  width: calc(100% - 470px);
  position: relative;
}
#ABOUT .relief__box--blk--txt{
  width: 440px;
  position: relative;
}
#ABOUT .relief__box--blk--txt--ttl{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#ABOUT .relief__box--blk--txt .relief__box--blk--txt--ttl p{
  width: 65%;
  margin-right: 3%;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0;
}
#ABOUT .relief__box--blk--txt--ttl img{
  width: 32%;
  max-width: 124px;
}
#ABOUT .relief__box--blk--txt--box01{
  display: flex;
  justify-content: space-between;
  position: relative;
  right: -2%;
}
#ABOUT .relief__box--blk--txt--box01--img01{
  width: 60%;
}
#ABOUT .relief__box--blk--txt--box01--img02{
  width: 50%;
  margin-right: -10%;
}
#ABOUT .relief__box--blk--txt--btn01{
  width: 260px;
    margin: 18px auto 0;
}
#ABOUT .relief__box--blk:nth-of-type(even){
  flex-direction: row-reverse;
}
#ABOUT .relief__box--blk:nth-of-type(n+2){
  margin-top: 50px;
}
#ABOUT .relief__box--blk--txt--btn01{
  width: 260px;
  margin: 18px auto 0;
}
.combtn--yt::after{
  background-image: url(../img/icon_yt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}
#ABOUT .relief__box--blk:nth-of-type(even) .relief__box--blk--img--btn01{
  margin: 45px 0 0 auto;
    width: 260px;
}

@media screen and (max-width: 768px) {
  #ABOUT .about__point--03 {
    padding-top: 0;
}
#ABOUT .relief__ttl {
  margin-bottom: 30px !important;
}
#ABOUT .relief__box--blk{
  width: 100%;
  display: block;
}
#ABOUT .relief__box--blk--img{
  width: 100%;
  position: relative;
}
#ABOUT .relief__box--blk--txt {
  width: 100%;
  position: relative;
}
#ABOUT .about section p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}
#ABOUT .relief__box--blk--txt--box01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  right: 0%;
}
#ABOUT .relief__box--blk--txt--box01--img01 {
  width: 55%;
}
#ABOUT .relief__box--blk--txt--box01--img02 {
  width: 50%;
  margin-right: -5%;
}
#ABOUT .relief__box--blk--txt--btn01 {
  width: 100%;
  margin: 10px auto 0;
}
.combtn--yt {
  padding-right: 35px;
}
.combtn--yt::after {
  background-image: url(../img/icon_yt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
}
#ABOUT .about section p{
  width: 100%;
}
}