@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Ubuntu:wght@400;500;700&display=swap");
@media only screen and (max-width: 767px) {
  .hero-bg {
    background-color: #33383A;
  }
}

@media only screen and (max-width: 767px) {
  .scroll-bg {
    position: fixed;
    height: 90px;
    width: 100vw;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 80%);
    display: none;
  }
}

.bl_video {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}

.bl_video video, .bl_video img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.an_fadeOut__video {
  animation-name: fadeOut;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.an_fadeIn__video {
  animation-name: fadeInZoom;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  display: block !important;
}

.bl_MV {
  display: inline-block;
  /*
    text-align: center;
  */
  color: #fff;
  position: absolute;
  /*
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -5rem;
  */
  z-index: 1;
  height: 100%;
}

.bl_video .catch-txt {
  font-family: 'Noto Serif JP';
  color: #fff;
  position: absolute;
  left: 70px;
  bottom: 45px;
  z-index: 10;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .bl_video .catch-txt {
    left: 50vw;
    transform: translateX(-50%);
    bottom: 100px;
    text-align: center;
  }
}
.bl_video .catch-txt .txt01 {
  font-size: 42px;
  opacity: 0;
  white-space: nowrap;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bl_video .catch-txt .txt01 {
    font-size: min(22px, 6vw);
  }
}
.bl_video .catch-txt .txt02 {
  font-size: 24px;
  opacity: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .bl_video .catch-txt .txt02 {
    font-size: min(14px, 4vw);
    margin-right: 1em;
  }
}
.bl_video .is-visible.catch-txt .txt01 {
  animation-name: fadeInUp;
  animation-duration: .7s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
.bl_video .is-visible.catch-txt .txt02 {
  animation-name: fadeInUp;
  animation-duration: .7s;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}

#connectMask {
  opacity: 0;
}

#connectMask.is-visible {
  opacity: 1;
}

#connectMask .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 12px;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#connectMask {
  max-width: 100%;
  height: auto;
}

.bl_MV_imgWrapper {
  width: 100vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .bl_MV_imgWrapper {
    width: 170vw;
  }
}
.bl_MV_imgWrapper svg {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .bl_MV_imgWrapper svg {
    bottom: 160px;
    left: -13px;
    width: 100%;
  }
}
.bl_MV_imgWrapper mask path {
  fill: none;
  stroke: #fff;
  /*
        transform: translate(0px, 12px);
  */
}
.bl_MV_imgWrapper #mask_1 {
  stroke-width: 8;
}
.bl_MV_imgWrapper #mask_2 {
  stroke-width: 10;
}
.bl_MV_imgWrapper #mask_3 {
  stroke-width: 30;
}

.link_button {
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-width: 232px;
  padding: 13px 23px 11px;
  background-color: #007ACC;
  border-radius: 26px;
  position: relative;
  box-sizing: border-box;
}
.link_button span {
  margin-bottom: 2px;
}
.link_button::after {
  content: "";
  width: 9.5px;
  height: 9.5px;
  background: url("/img/arrow-right.svg") no-repeat center/contain;
  margin-left: 10px;
}

/*about section*/
#about {
  position: relative;
  padding-top: 120px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 767px) {
  #about {
    padding-top: 60px;
    padding-bottom: 105px;
    overflow: hidden;
  }
}
#about .about-bg {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 30%;
  filter: blur(4px);
}
@media only screen and (max-width: 767px) {
  #about .about-bg {
    width: 70%;
  }
}
#about .about-bg img {
  width: 100%;
}
#about .section_head {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 52px;
  font-weight: 500;
  color: #004880;
}
@media only screen and (max-width: 767px) {
  #about .section_head {
    font-size: 42px;
    display: block;
    text-align: center;
  }
}
#about h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #about h3 {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #about h3 {
    margin-top: 12px;
    display: block;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #about .about-container {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    height: calc((406/1260)*100vw);
  }
}
@media print, screen and (min-width: 768px) {
  #about .about-content {
    min-width: 600px;
    width: calc((575/1260)*100vw);
  }
}
#about .about-content .txt01 {
  font-size: 26px;
  /*
        font-family: $poppins;
  */
  font-weight: bold;
  color: #004880;
}
@media only screen and (max-width: 767px) {
  #about .about-content .txt01 {
    margin-top: 60px;
    font-size: 20px;
  }
}
#about .about-content .txt02 {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.1em;
  margin-top: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #about .about-content .txt02 {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
#about .about-img {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #about .about-img {
    width: calc((450/1260)*100vw);
    min-width: 390px;
    right: -20px;
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  #about .about-img {
    right: -30px;
    width: calc(100% - 5px);
  }
}
#about .about-img .img-inner {
  overflow: hidden;
  position: relative;
}
#about .about-img .img-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
#about .about-img .img-inner.is-visible::before {
  animation: shine 0.75s;
  animation-delay: 0.3s;
}
#about .about-img .img-inner .section_img01 {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
#about .about-img .quality_logo {
  position: absolute;
  width: 41%;
  left: -9%;
  top: -11%;
  z-index: 10;
}

#about-quality {
  position: relative;
  padding: 120px 0 90px;
  min-height: 50vw;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #about-quality {
    padding: 60px 0;
  }
}
#about-quality::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(335deg, #f3f7fb 50%, rgba(243, 247, 251, 0) 100%);
  z-index: -5;
}
#about-quality .about-quality_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -10;
}
@media only screen and (max-width: 767px) {
  #about-quality .about-quality_bg {
    left: 0%;
    top: 0;
    width: 200vw;
    filter: blur(15px);
  }
}
#about-quality .about-quality_bg img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #about-quality .quality_inner {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #about-quality .txt_box {
    min-width: 538px;
  }
}
#about-quality .txt01 {
  font-size: 26px;
  /*
      font-family: $poppins;
  */
  font-weight: bold;
  color: #004880;
  padding-bottom: 15px;
  border-bottom: 1px solid #007ACC;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  #about-quality .txt01 {
    font-size: 20px;
  }
}
#about-quality .txt02 {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.1em;
  margin-top: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #about-quality .txt02 {
    font-size: 14px;
    margin-top: 40px;
  }
}
#about-quality .quality_img_container {
  position: relative;
  flex-shrink: 0;
  /*is-visible*/
}
@media print, screen and (min-width: 768px) {
  #about-quality .quality_img_container {
    width: 100%;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  #about-quality .quality_img_container {
    margin-top: -140px;
    z-index: -1;
  }
}
@media print, screen and (min-width: 768px) {
  #about-quality .quality_img_container .quality_img_inner {
    position: relative;
    top: -20px;
    right: -60px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #about-quality .quality_img_container .quality_img_inner {
    position: relative;
    width: fit-content;
  }
}
#about-quality .quality_img_container .quality_img_01 {
  width: max(calc((491 / 1260) * 100vw), 491px);
  max-width: none;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #about-quality .quality_img_container .quality_img_01 {
    width: 100%;
  }
}
#about-quality .quality_img_container .quality_img_02 {
  position: absolute;
  width: max(10vw, 134px);
  bottom: 0;
  right: 60px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #about-quality .quality_img_container .quality_img_02 {
    width: max(10vw, 155px);
    right: 0;
  }
}
#about-quality .quality_img_container .quality_img_02 .text-1 {
  color: #fff;
  font-size: max(calc((14 / 1260) * 100vw), 14px);
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.52);
}
#about-quality .quality_img_container .quality_img_02 .text-2 {
  color: #fff;
  font-size: max(calc((14 / 1260) * 100vw), 14px);
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.52);
  display: block;
}
#about-quality .quality_img_container .quality_img_02 .text-2 .num {
  font-size: max(calc((37 / 1260) * 100vw), 37px);
}
#about-quality .quality_img_container .quality_img_02 .text-3 {
  color: #fff;
  font-size: max(calc((12 / 1260) * 100vw), 12px);
  text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.52);
}
#about-quality .quality_img_container .quality_img_02_1 {
  background: #C99F45;
  background: linear-gradient(0deg, #c99f45 0%, #d8b150 15%, #e5bf59 33%, #e9c45c 50%, #e5c059 68%, #dab351 85%, #c99f45 100%);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  line-height: 1.2;
  padding: max(calc((29 / 1260) * 100vw), 29px) 0 0;
  text-align: center;
  width: max(calc((157 / 1260) * 100vw), 157px);
}
#about-quality .quality_img_container.is-visible .quality_img_01 {
  animation-name: popInBottom;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
#about-quality .quality_img_container.is-visible .quality_img_02 {
  animation-name: popIn;
  animation-duration: .8s;
  animation-delay: .48s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

#ourdate {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #ourdate {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#ourdate .ourdate_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
#ourdate .ourdate_bg img {
  width: 100%;
}
#ourdate .section_head {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 52px;
  font-weight: 500;
  color: #004880;
}
@media only screen and (max-width: 767px) {
  #ourdate .section_head {
    font-size: 42px;
    display: block;
    text-align: center;
  }
}
#ourdate h3 {
  font-size: 18px;
  color: #004880;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #ourdate h3 {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #ourdate h3 {
    margin-top: 12px;
    display: block;
    text-align: center;
  }
}
#ourdate .od_inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: wrap;
  gap: 40px;
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_inner {
    width: 100%;
    gap: 30px;
    margin-top: 75px;
  }
}
#ourdate .od_unit {
  position: relative;
  width: 456px;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(0, 72, 128, 0.1);
  background-color: #fff;
  padding: 55px 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_unit {
    width: 100%;
    gap: 30px;
    padding: 44px 0;
  }
}
#ourdate .od_unit .unit_title {
  font-size: 26px;
  color: #004880;
  position: relative;
  text-align: center;
  width: 243px;
  border-top: 1px solid #004880;
  border-bottom: 1px solid #004880;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_unit .unit_title {
    font-size: 21px;
    width: 196px;
  }
}
#ourdate .od_unit .unit_counter_row {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_unit .unit_counter_row {
    gap: 30px;
  }
}
#ourdate .od_unit .unit_counter_row .unit_counter_box {
  text-align: center;
}
#ourdate .od_unit .unit_counter_row .unit_counter_box .number {
  font-family: "Ubuntu", sans-serif;
  font-size: 52px;
  font-weight: 600;
  color: #007ACC;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_unit .unit_counter_row .unit_counter_box .number {
    font-size: 41px;
  }
}
#ourdate .od_unit .unit_counter_row .unit_counter_box .bl_number_insurance {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
  color: #007ACC;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_unit .unit_counter_row .unit_counter_box .bl_number_insurance {
    font-size: 16px;
  }
}
#ourdate .od_unit .counter_name {
  /*      font-family: $poppins;*/
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_unit .counter_name {
    font-size: 16px;
  }
}
#ourdate .od_unit .item {
  position: relative;
}
#ourdate .od_unit .unit_02_txt {
  font-size: 20px;
  margin-top: 5px;
  line-height: 1;
  position: absolute;
  left: 0;
  word-break: keep-all;
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_unit .unit_02_txt {
    font-size: 16px;
    right: 25px;
  }
}
#ourdate .od_unit .unit_05_txt_01 {
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: -73px;
  bottom: 7px;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_unit .unit_05_txt_01 {
    font-size: 15px;
    right: -61px;
    bottom: 4px;
  }
}
#ourdate .od_unit .unit_05_txt_02 {
  font-size: 18px;
  line-height: 1;
  position: absolute;
  bottom: 7px;
  right: -55px;
}
@media only screen and (max-width: 767px) {
  #ourdate .od_unit .unit_05_txt_02 {
    font-size: 15px;
    bottom: 4px;
    right: -47px;
  }
}
#ourdate .od_unit .unit_05_box_02 {
  left: 24px;
}
@media only screen and (max-width: 360px) {
  #ourdate .unit05 .unit_counter_row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

#banner-slider {
  background-color: #F3F7FB;
  padding-top: 74px;
  padding-bottom: 74px;
}
@media only screen and (max-width: 767px) {
  #banner-slider {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#banner-slider .swiper-area {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  #banner-slider .swiper-area {
    max-width: 70vw;
  }
}
#banner-slider .swiper-button-prev {
  left: -40px;
}
#banner-slider .swiper-button-prev::after {
  content: "";
  width: 12px;
  height: 23px;
  background: url("/img/arrow-back.svg") no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  #banner-slider .swiper-button-prev::after {
    width: 10px;
    height: 34px;
  }
}
#banner-slider .swiper-button-next {
  right: -40px;
}
#banner-slider .swiper-button-next::after {
  content: "";
  width: 12px;
  height: 23px;
  background: url("/img/arrow-next.svg") no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  #banner-slider .swiper-button-next::after {
    width: 10px;
    height: 34px;
  }
}
#banner-slider .banner-swiper {
  position: relative;
  height: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #banner-slider .banner-swiper {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #banner-slider .banner-swiper .swiper-wrapper {
    gap: 10px;
  }
}
#banner-slider .banner-swiper .swiper-slide {
  width: fit-content;
}
#banner-slider .banner-swiper .swiper-slide img {
  height: 100%;
}

#service {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #E5EEF5;
}
@media only screen and (max-width: 767px) {
  #service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#service .section_head {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 52px;
  font-weight: 500;
  color: #004880;
}
@media only screen and (max-width: 767px) {
  #service .section_head {
    font-size: 42px;
    display: block;
    text-align: center;
  }
}
#service h3 {
  font-size: 18px;
  color: #333333;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #service h3 {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #service h3 {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
#service .service-container {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  #service .service-container {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  #service .service-container {
    margin-top: 45px;
    flex-direction: column;
  }
}
#service .service-container a.service-unit:hover .unit-img, #service .service-container a.service-unit:hover .unit-content {
  opacity: 0.8;
}
#service .service-container .service-unit {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
#service .service-container .service-unit.is-visible {
  animation: underfadeIn .7s ease forwards;
}
@media print, screen and (min-width: 768px) {
  #service .service-container .service-unit.service02 {
    animation-delay: .2s;
  }
  #service .service-container .service-unit.service03 {
    animation-delay: .4s;
  }
}
#service .service-container .service-unit .unit-img {
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  #service .service-container .service-unit .unit-img {
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  #service .service-container .service-unit .unit-img {
    height: 46vw;
  }
}
#service .service-container .service-unit .unit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .service-container .service-unit .unit-img.contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#service .service-container .service-unit .unit-content {
  background-color: #fff;
  padding: 20px 17px 28px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #service .service-container .service-unit .unit-content {
    padding: max(20px, calc(calc(20 / 375) * 100vw)) max(17px, calc(calc(17 / 375) * 100vw));
  }
}
#service .service-container .service-unit .unit-title {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #004880;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #service .service-container .service-unit .unit-title {
    font-size: max(18px, calc(calc(18 / 375) * 100vw));
  }
}
#service .service-container .service-unit .unit-txt {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #service .service-container .service-unit .unit-txt {
    font-size: max(14px, calc(calc(14 / 375) * 100vw));
  }
}

#ourstory {
  position: relative;
  padding-top: 115px;
  padding-bottom: 95px;
  background: url("/img/os_bg.jpg?01") no-repeat center/cover;
  height: max(568px, 45vw);
}
@media only screen and (max-width: 767px) {
  #ourstory {
    padding-top: 60px;
    height: auto;
    background: url("/img/os_bg.jpg?01") no-repeat bottom/cover;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  #ourstory .os_bg_sp {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, white 0%, white 70%, rgba(255, 255, 255, 0.5) 100%);
  }
}
#ourstory .section_head {
  display: inline-block;
  font-family: "Ubuntu", sans-serif;
  font-size: 52px;
  font-weight: 500;
  color: #004880;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #ourstory .section_head {
    font-size: 42px;
    display: block;
    text-align: center;
  }
}
#ourstory h3 {
  font-size: 18px;
  color: #333333;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #ourstory h3 {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #ourstory h3 {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
#ourstory .txt01 {
  font-size: 18px;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  #ourstory .txt01 {
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  #ourstory .os_button {
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #ourstory .os_button {
    text-align: center;
    margin-top: 40px;
  }
}

/*# sourceMappingURL=page_top.css.map */
