body {
  background: #FFFFFF !important;
}
.section-banner {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-banner .section-banner__desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .section-banner .section-banner__desktop {
    display: block;
  }
}
.section-banner .section-banner__tablet {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-banner .section-banner__tablet {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner .section-banner__tablet {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .section-banner .section-banner__mobile {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .section-banner {
    max-height: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner {
    max-height: 650px;
  }
}
.section-banner-info__ttl {
  width: 100%;
  position: relative;
  padding: 0 35px;
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  z-index: 3;
  margin-top: -4px;
}
@media only screen and (min-width: 700px) {
  .section-banner-info__ttl {
    font-size: 60px;
    line-height: 73px;
    letter-spacing: -0.01em;
    padding: 0 31px;
    margin-top: -8px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner-info__ttl {
    padding: 0 calc((100% - 1160px) / 2);
  }
}
.section-banner__person {
  position: absolute;
  width: 310px !important;
  height: 679px !important;
  top: auto !important;
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
}
.section-banner__person_horizontal {
  top: -125px !important;
}
@media only screen and (min-width: 700px) {
  .section-banner__person_mob {
    display: none;
  }
}
.section-banner__person_tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .section-banner__person_tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__person_tab {
    display: none;
  }
}
.section-banner__person_desk {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .section-banner__person_desk {
    display: block;
  }
}
@media only screen and (min-width: 568px) {
  .section-banner__person {
    top: -50px !important;
  }
}
@media only screen and (min-width: 700px) {
  .section-banner__person {
    top: -130px !important;
    width: 651px !important;
    height: 779px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .section-banner__person {
    top: auto !important;
    width: 1052px !important;
    height: 586px !important;
  }
}
.version {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.version__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
  margin-right: 30px;
}
.version__btn {
  border: 1px solid #282828;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 13px 20px 7px;
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #282828;
  cursor: pointer;
}
.version__btn_active {
  color: #FC654C;
  border-color: #FC654C;
  cursor: default;
}
.version__btn:active,
.version__btn:focus {
  text-decoration: none !important;
  color: #282828;
  border-color: #282828;
}
.version__btn:hover {
  text-decoration: none;
  color: #FC654C;
  border-color: #FC654C;
}
.version__line {
  height: 1px;
  width: 40px;
  background: #282828;
  margin: 0 10px;
}
.our-mission {
  margin: 23px 0 50px;
}
@media only screen and (min-width: 700px) {
  .our-mission {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission {
    margin-bottom: 50px;
  }
}
.our-mission__container {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .our-mission__container {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission__container {
    padding: 0;
  }
}
.our-mission__ttl {
  font-family: 'Quiza Pro', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #282828;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 700px) {
  .our-mission__ttl {
    font-size: 40px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 1200px) {
  .our-mission__ttl {
    font-size: 45px;
    line-height: 53px;
  }
}
.our-mission__text p {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #282828;
  margin: 0;
  letter-spacing: normal;
}
.our-mission__text p:last-child {
  margin-top: 20px;
}
.info {
  margin-bottom: 50px;
}
@media only screen and (min-width: 700px) {
  .info {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .info {
    margin-bottom: 50px;
  }
}
.info-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 700px) {
  .info-container {
    padding: 0 30px;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .info-container {
    padding: 0;
  }
}
.info__head {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (min-width: 700px) {
  .info__head {
    margin: 0 40px 0 0;
  }
}
.info__ttl {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.015em;
  color: #282828;
}
.info__ttl_tab {
  display: none;
}
@media only screen and (min-width: 700px) {
  .info__ttl_tab {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .info__ttl_mob {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .info__ttl {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .info__ttl {
    font-size: 46px;
    line-height: 53px;
  }
}
.info__img {
  width: 150px;
  height: 210px;
  margin-right: 20px;
}
@media only screen and (min-width: 700px) {
  .info__img {
    margin: 0;
    width: 200px;
    height: 280px;
  }
}
.info__short-desc {
  font-family: 'TT Commons', sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #282828;
}
.info__desc {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: #282828;
  margin: 20px 0;
}
.info__comment {
  font-family: 'TT Commons', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.015em;
  color: #898989;
}
.info__btn {
  margin-top: 20px;
  width: 100% !important;
  max-width: 360px !important;
}
body .center-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iframe {
  margin: 0 auto !important;
}
@media only screen and (min-width: 700px) {
  .iframe {
    width: 700px;
    height: 326px;
  }
}
@media only screen and (min-width: 1200px) {
  .iframe {
    width: 1000px;
    height: 458px;
  }
}
