.main_image {
  position: relative;
  min-width: 100%;
  height: 491px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

.sec01 {
  margin-bottom: 130px;
  margin-top: 120px;
}
.sec01 .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 44px;
       column-gap: 44px;
  row-gap: 40px;
  margin-bottom: 40px;
}
.sec01 .gridbox .box {
  background-color: #fff;
  width: 381px;
  height: 650px;
}
.sec01 .gridbox .box .title {
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
  color: #4E89BD;
  text-align: center;
  padding: 25px 0;
  letter-spacing: 0.1em;
}
.sec01 .gridbox .box .imagebox {
  text-align: center;
  margin-bottom: 15px;
}
.sec01 .gridbox .box .box_text {
  padding: 0 25px;
  height: 240px;
  margin-bottom: 20px;
}
.sec01 .gridbox .box .btn_box .about_btn {
  width: 340px;
  border: none;
  background-color: #4E89BD;
  color: #fff;
}
.sec01 .gridbox .box .btn_box .about_btn::before {
  background: url(/images/about/white_icon.webp) center/contain no-repeat;
}
.sec01 .bottom_box {
  background-color: #fff;
}
.sec01 .bottom_box .box {
  padding: 20px 25px;
}
.sec01 .bottom_box .box .flexbox {
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: flex-start;
}
.sec01 .bottom_box .box .flexbox .textbox .title {
  font-size: 21px;
  font-weight: bold;
  font-family: serif;
  color: #4E89BD;
  margin-bottom: 5px;
}
.sec01 .bottom_box .box .flexbox .textbox .box_text {
  margin-bottom: 23px;
}
.sec01 .bottom_box .box .flexbox .textbox .btn_box {
  justify-content: flex-end;
}
.sec01 .bottom_box .box .flexbox .textbox .btn_box .about_btn {
  width: 340px;
  border: none;
  background-color: #4E89BD;
  color: #fff;
}
.sec01 .bottom_box .box .flexbox .textbox .btn_box .about_btn::before {
  background: url(/images/about/white_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
    margin-top: 10vw;
  }
  .sec01 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    margin-bottom: 0;
  }
  .sec01 .gridbox .box {
    background-color: #fff;
    width: 100%;
    height: auto;
  }
  .sec01 .gridbox .box .title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    color: #4E89BD;
    text-align: center;
    padding: 5vw 0;
    letter-spacing: 0.1em;
  }
  .sec01 .gridbox .box .imagebox {
    text-align: center;
    margin-bottom: 3vw;
    padding: 0 5vw;
  }
  .sec01 .gridbox .box .box_text {
    padding: 0 5vw;
    height: auto;
    margin-bottom: 5vw;
  }
  .sec01 .gridbox .box .btn_box {
    margin-bottom: 5vw;
  }
  .sec01 .gridbox .box .btn_box .about_btn {
    width: 80vw;
    border: none;
    background-color: #4E89BD;
    color: #fff;
  }
  .sec01 .gridbox .box .btn_box .about_btn::before {
    background: url(/images/about/white_icon.webp) center/contain no-repeat;
  }
  .sec01 .bottom_box {
    background-color: #fff;
  }
  .sec01 .bottom_box .box {
    padding: 20px 25px;
  }
  .sec01 .bottom_box .box .flexbox {
    -moz-column-gap: 25px;
         column-gap: 25px;
    align-items: flex-start;
  }
  .sec01 .bottom_box .box .flexbox .textbox .title {
    font-size: 21px;
    font-weight: bold;
    font-family: serif;
    color: #4E89BD;
    margin-bottom: 5px;
  }
  .sec01 .bottom_box .box .flexbox .textbox .box_text {
    margin-bottom: 23px;
  }
  .sec01 .bottom_box .box .flexbox .textbox .btn_box {
    justify-content: flex-end;
  }
  .sec01 .bottom_box .box .flexbox .textbox .btn_box .about_btn {
    width: 340px;
    border: none;
    background-color: #4E89BD;
    color: #fff;
  }
  .sec01 .bottom_box .box .flexbox .textbox .btn_box .about_btn::before {
    background: url(/images/about/white_icon.webp) center/contain no-repeat;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .sec_header {
  margin-bottom: 130px;
}
.sec02 .flexbox {
  position: relative;
  justify-content: flex-end;
  margin-bottom: 103px;
}
.sec02 .flexbox .textbox {
  background-color: #fff;
  padding: 40px 50px;
  width: 800px;
  height: 302px;
}
.sec02 .flexbox .textbox .header_box {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.sec02 .flexbox .textbox .header_box .philosophy {
  font-size: 21px;
  font-weight: bold;
  color: #636C75;
  line-height: 1;
}
.sec02 .flexbox .textbox .header_box .num {
  font-size: 38px;
  color: #397CB6;
  line-height: 1;
}
.sec02 .flexbox .textbox .box_title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sec02 .flexbox .textbox .box_title .blue {
  font-weight: bold;
  color: #4E89BD;
}
.sec02 .flexbox .imagebox {
  position: absolute;
  width: 480px;
  height: 320px;
  z-index: -1;
  left: 0;
  bottom: 30px;
}
.sec02 .reverse .imagebox {
  right: 0;
  bottom: 30px;
  left: initial;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .sec_header {
    margin-bottom: 8vw;
  }
  .sec02 .flexbox {
    position: relative;
    justify-content: flex-end;
    margin-bottom: 10vw;
    flex-direction: column;
  }
  .sec02 .flexbox .textbox {
    background-color: #fff;
    padding: 5vw;
    width: 100%;
    height: auto;
  }
  .sec02 .flexbox .textbox .header_box {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: center;
    margin-bottom: 2vw;
  }
  .sec02 .flexbox .textbox .header_box .philosophy {
    font-size: 4.5vw;
    font-weight: bold;
    color: #636C75;
    line-height: 1;
  }
  .sec02 .flexbox .textbox .header_box .num {
    font-size: 8vw;
    color: #397CB6;
    line-height: 1;
  }
  .sec02 .flexbox .textbox .box_title {
    font-size: 5vw;
    font-family: serif;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
  .sec02 .flexbox .textbox .box_title .blue {
    font-weight: bold;
    color: #4E89BD;
  }
  .sec02 .flexbox .imagebox {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .sec02 .reverse .imagebox {
    right: 0;
    bottom: 30px;
    left: initial;
  }
}/*# sourceMappingURL=about.css.map */