@charset "UTF-8";
.fs-18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 1.6rem;
  }
}

.fs-19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .fs-19 {
    font-size: 1.7rem;
  }
}

.fs-20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 1.8rem;
  }
}

.fs-34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .fs-34 {
    font-size: 3rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.fs-45 {
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .fs-45 {
    font-size: 3rem;
  }
}

.d-inline {
  display: inline-block;
}

.background__full-green {
  background-color: #ebf7f7;
}

.cont__880 {
  max-width: 780px;
  width: calc(100% - 3rem);
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.fs-15 {
  font-size: 1.5rem;
}

.des__title-lv3 {
  font-size: 3.6rem;
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .des__title-lv3 {
    font-size: 3.1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.txt-right {
  text-align: right;
}

.ls_4 {
  letter-spacing: 0.4rem;
}

.txt-center {
  text-align: center;
}

.table__list__header {
  background-color: #ebf7f7;
  width: 22.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table__list__header {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}

.table__list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table__list .table__list__row:first-child .table__list__header {
    border-top: max(1px, 0.1rem) solid #99d5d5 !important;
  }
}

.table__list tr td {
  border: max(1px, 0.1rem) solid #99d5d5;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .table__list tr td {
    width: 100% !important;
    float: left;
    padding: 1.5rem;
  }
}

.i-dot {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 9rem;
  background-color: #009696;
  display: inline-block;
  margin-right: 0.5rem;
}

.link__green .icon_unhover {
  margin-right: 2.5rem;
  width: 3rem;
  height: 4rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/common/a.png);
}
@media screen and (max-width: 767px) {
  .link__green .icon_unhover {
    width: 2rem;
    margin-right: 2rem;
  }
}
.link__green:hover .icon_unhover {
  background-image: url(../img/common/b.png);
}

.link__white .icon_unhover {
  margin-right: 2.5rem;
  width: 3.2rem;
  height: 4rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/common/c.png);
}
@media screen and (max-width: 767px) {
  .link__white .icon_unhover {
    width: 2rem;
    margin-right: 2rem;
  }
}
.link__white:hover .icon_unhover {
  background-image: url(../img/common/d.png);
}

.table__list__data {
  width: calc(100% - 22.5rem);
}

.d-block {
  display: block;
}

.col__year {
  position: relative;
  width: 22.5rem;
  padding-bottom: 2rem;
  padding-right: 9.6rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .col__year {
    padding-left: 0;
    width: 9rem;
    padding-right: 1rem;
    text-align: left;
  }
}
.col__year::after {
  width: 2rem;
  height: 2rem;
  content: "";
  background: #009696;
  position: absolute;
  top: 1.6rem;
  right: 4.5rem;
  border-radius: 9rem;
}
@media screen and (max-width: 767px) {
  .col__year::after {
    display: none;
  }
}
.col__year::before {
  width: 1px;
  height: calc(100% + 2rem);
  content: "";
  background: #009696;
  position: absolute;
  top: 2.6rem;
  right: 5.5rem;
}
@media screen and (max-width: 767px) {
  .col__year::before {
    content: none;
  }
}

.col__text {
  width: calc(100% - 22.5rem);
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .col__text {
    width: calc(100% - 9rem);
  }
}
.col__text p {
  background-color: #ebf7f7;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .col__text p {
    padding: 1.5rem;
  }
}

.h__year {
  color: #009696;
  line-height: 1;
}

.column__year {
  align-items: center;
  overflow: hidden;
}

.column__year .col__text:last-child {
  padding-bottom: 0;
}

.column__year .col__year:last-child {
  padding-bottom: 0;
}

.double__button {
  justify-content: center;
  gap: 2.5rem;
}
.double__button .btn-link-href {
  width: 38rem;
  max-width: 100%;
  height: 12rem;
}
@media screen and (max-width: 767px) {
  .double__button .btn-link-href {
    height: 8rem;
  }
}
.double__button .btn-link-href .fs-19 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .double__button .col__a {
    width: 100%;
  }
}

.link__green {
  background-color: #009696;
}
.link__green span {
  color: #fff !important;
}
.link__green:hover span {
  color: #009696 !important;
}
.link__green::before {
  background-color: #fff !important;
}
.link__green::after {
  background-color: #fff !important;
  background-image: url(../img/common/icon2.png) !important;
  transition: all 0.3s ease-in-out;
}
.link__green:hover::after {
  background-color: #009696 !important;
  background-image: url(../img/common/icon1.png) !important;
}

.fs-28 {
  font-size: 2.8rem;
  color: #009696;
}
@media screen and (max-width: 767px) {
  .fs-28 {
    font-size: 2.5rem;
    color: #009696;
  }
}

.number_x {
  position: relative;
  color: #009696;
}
.number_x::after {
  position: absolute;
  width: 6rem;
  height: max(1px, 0.1rem);
  background-color: #009696;
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.bg_number-end {
  background-color: #ebf7f7;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .bg_number-end {
    padding: 4rem 0;
  }
}

.col__number-end {
  width: 33.333%;
  padding: 0.5rem 2rem 0.7rem;
}
@media screen and (max-width: 767px) {
  .col__number-end {
    width: 100%;
  }
}
.col__number-end .fs-28 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.cont__1140 {
  max-width: 1140px;
  margin: 0 auto;
  width: calc(100% - 3rem);
}
.cont__1140 .col__number-end:nth-child(2) {
  border-left: 1px solid #cceaea;
  border-right: 1px solid #cceaea;
}

.number_box {
  font-size: 2.2rem;
  width: 7rem;
  height: 7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #009696;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .number_box {
    margin-right: 1.5rem;
    font-size: 2rem;
  }
}

.title__line__lv4 {
  line-height: 1.5;
  font-size: 2.8rem;
  color: #009696;
  border-bottom: max(1px, 0.1rem) solid #009696;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .title__line__lv4 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
}

.col__content-img,
.col__content-number {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col__content-img,
  .col__content-number {
    order: 1;
    width: 100%;
  }
}

.col__content-img {
  text-align: right;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .col__content-img {
    padding-left: 0;
    order: 2;
    margin-top: 3rem;
  }
}
.col__content-img img {
  width: 48rem;
}

.background__full-green .col__content-img {
  text-align: left;
  padding-left: 0;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .background__full-green .col__content-img {
    padding-right: 0;
  }
}

.content__history {
  margin-bottom: 15rem;
}
.content__history .column__year {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .content__history .column__year {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .content__history {
    margin-bottom: 5rem;
  }
}

.mgt_nomare {
  padding-top: 0 !important;
}

.content__outline {
  margin-bottom: 13.5rem;
}
@media screen and (max-width: 767px) {
  .content__outline {
    margin-bottom: 5rem;
  }
}

.table__list {
  margin-top: 3.8rem;
  margin-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .table__list {
    margin-bottom: 5rem;
  }
}

.mgt_4 {
  margin-top: 4rem;
}

.mgt_8 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .mgt_8 {
    margin-top: 5rem;
  }
}

.des__title-lv4 {
  font-size: 3.4rem;
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .des__title-lv4 {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}

.content__message {
  margin-top: 15rem;
  margin-bottom: 10.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .content__message {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.content__message .double__button {
  margin-top: 8rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .content__message .double__button {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.content__message .title-style3 {
  margin-top: 11rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .content__message .title-style3 {
    margin-top: 5rem;
    margin-bottom: 3rem;
  }
}

.content__works {
  margin-bottom: 8rem;
}
.content__works .list__dot_auto {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .content__works {
    margin-bottom: 0rem;
  }
}

.list__dot {
  position: relative;
  padding-left: 2.2rem;
}
.list__dot .i-dot {
  position: absolute;
  left: 0;
  top: 0.7rem;
}

.row-dance {
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  .row-dance {
    padding: 5rem 0;
  }
}

.mgbt_01 {
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 767px) {
  .mgbt_01 {
    margin-bottom: 0;
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.txt-fs19 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .txt-fs19 {
    font-size: 1.7rem;
  }
}

.txt-fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .txt-fs17 {
    font-size: 1.6rem;
  }
}

.txt-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.txt-fs15 {
  font-size: 1.5rem;
}

.txt-fs14 {
  font-size: max(1.4rem, 10px);
}

.txt-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.8rem;
  }
}

.txt-fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .txt-fs21 {
    font-size: 1.8rem;
  }
}

.txt-fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .txt-fs23 {
    font-size: 1.9rem;
  }
}

.logo-txt {
  font-size: 1.6rem;
  color: #646464;
}

.img-logo-header {
  width: 47.7rem;
}

.header-logo {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
  max-width: 180rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 20;
}
.header-logo .logo-txt {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 80%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

header {
  position: relative;
}
@media screen and (max-width: 767px) {
  header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    height: 8.1rem;
  }
}

.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 30rem;
  padding-top: 10rem;
  padding-left: 4rem;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    width: 22rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    max-height: 62.5rem;
    height: calc(100vh - 8.1rem);
    overflow: auto;
  }
}
.header-nav ul li a {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  row-gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-nav ul li a {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.header-nav ul li a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: max(0.2rem, 1px);
  background: #009696;
  bottom: -1rem;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .header-nav ul li a:after {
    content: none;
  }
}
.header-nav ul li a:hover:after, .header-nav ul li a.is-active:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .header-nav ul li a:hover, .header-nav ul li a.is-active {
    background-color: #009696;
  }
  .header-nav ul li a:hover .jp, .header-nav ul li a:hover .eng, .header-nav ul li a.is-active .jp, .header-nav ul li a.is-active .eng {
    color: #fff;
  }
}
.header-nav ul li a .jp {
  color: #9fa0a0;
  font-size: max(1.2rem, 10px);
}
@media screen and (max-width: 767px) {
  .header-nav ul li a .jp {
    font-size: 1.7rem;
  }
}
.header-nav ul li a .eng {
  color: #009696;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .header-nav ul li a .eng {
    font-size: 2.2rem;
  }
}
.header-nav ul li + li {
  padding-top: 3.2rem;
}
.header-nav ul {
  padding-top: 5.8rem;
}
@media screen and (max-width: 1200px) {
  .header-nav ul {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .header-nav ul {
    padding-top: 0;
    border-top: 0.1rem solid #009696;
  }
}
@media screen and (max-width: 767px) {
  .header-nav ul li {
    text-align: center;
    padding-top: 0 !important;
    border-bottom: 0.1rem solid #009696;
  }
}
.header-nav .btn-contact {
  display: flex;
  width: 22rem;
  height: max(5rem, 35px);
  border: max(0.2rem, 1px) solid #009696;
  align-items: center;
  padding-left: 2rem;
  color: #009696;
  position: relative;
  margin-top: 6.3rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1200px) {
  .header-nav .btn-contact {
    margin-top: 4rem;
    margin-bottom: 3rem;
    width: calc(100% - 1.5rem);
  }
}
.header-nav .btn-contact span {
  font-size: max(1.4rem, 10px);
  position: relative;
  z-index: 2;
}
.header-nav .btn-contact:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
  width: max(2rem, 16px);
  height: max(2rem, 16px);
  background-color: #009696;
  background-image: url(../img/common/icon1.png);
  background-size: max(0.6rem, 6px) auto;
  background-repeat: no-repeat;
  background-position: center;
}
.header-nav .btn-contact:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #009696;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.header-nav .btn-contact:hover:before, .header-nav .btn-contact.is-active:before {
  transform: scaleX(1);
  transform-origin: left;
}
.header-nav .btn-contact:hover span, .header-nav .btn-contact.is-active span {
  color: #fff;
  transition: all 0.5s ease;
}
.header-nav .header-tel {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .header-nav .header-tel {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 1rem;
  }
}
.header-nav .header-tel span {
  color: #009696;
  font-size: 2.4rem;
}
.header-nav .open-store {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .header-nav .open-store {
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
.header-nav .open-store span {
  font-size: 1.3rem;
  color: #9fa0a0;
}
@media screen and (max-width: 767px) {
  .header-nav .open-store span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    margin-top: 8.1rem;
  }
}
.banner .banner-width {
  width: calc(100% - 30rem);
}
@media screen and (max-width: 1200px) {
  .banner .banner-width {
    width: calc(100% - 23rem);
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-width {
    width: 100%;
  }
}

.banner-top {
  position: relative;
}
.banner-top .splide__slide img {
  width: 100%;
  min-height: calc(100vh - 10rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1500px) {
  .banner-top .splide__slide img {
    min-height: 60rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner-top .splide__slide img {
    min-height: 52rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-top .splide__slide img {
    height: 37.5rem;
    min-height: auto;
  }
  .image-slider-pstion{
    object-position: -7rem !important;
  }
}
.banner-top .banner-top-content {
  position: absolute;
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  right: 4.1%;
  bottom: 20.5%;
}
@media screen and (max-width: 1500px) {
  .banner-top .banner-top-content {
    right: 2.5%;
    bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .banner-top .banner-top-content {
    right: 1.5rem;
    left: 1.5rem;
    width: auto;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    top: 5rem;
  }
}

.banner-top-txt1 {
  display: inline-block;
  background-color: #009696;
  line-height: 1;
  padding-left: 0.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .banner-top-txt1 {
    line-height: 1.3;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-left: 2rem;
  }
  .banner-top-txt1-mid{
    margin-left: 1rem;
  }
}
.banner-top-txt1 span {
  font-size: 2.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .banner-top-txt1 span {
    font-size: 1.7rem;
  }
}

.banner-top-txt2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
  padding-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .banner-top-txt2 {
    row-gap: 1rem;
    padding-top: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-flex;
  }
}
.banner-top-txt2 span {
  color: #009696;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.5rem;
}
.banner-top-txt2 span strong {
  font-size: 5rem;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .banner-top-txt2 span strong {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-top-txt2 span strong {
    font-size: 2.2rem;
  }
}

.banner-top-txt3 {
  padding-top: 1.5rem;
}
.banner-top-txt3 span {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.6;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
@media screen and (max-width: 767px) {
  .banner-top-txt3 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-top-txt3 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: inline-block;
    padding-top: 0;
    margin-right: 4rem;
    line-height: 3;
  }
}

.cont-1400 {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.cont-1600 {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.style-title1 span {
  display: block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .style-title1 span {
    text-align: left;
  }
}
.style-title1.style-title1--left span {
  text-align: left;
}
.style-title1 .jp {
  color: #8c8c8c;
  font-size: 1.8rem;
}
.style-title1 .jp.txt-fs16 {
  font-size: 1.6rem;
}
.style-title1 .eng {
  font-size: 5rem;
  color: #009696;
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .style-title1 .eng {
    font-size: 4rem;
  }
}

.sec1-top {
  padding-top: 11.5rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .sec1-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.sec1-top-txt {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-top-txt {
    text-align: left;
  }
}

.sec1-top-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 3.7rem;
       column-gap: 3.7rem;
  padding-top: 5.3rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sec1-top-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.sec1-top-ul li {
  position: relative;
}

.sec1-top-ul-txt {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 150, 150, 0.9);
  padding-left: 2.4rem;
  padding-right: 0.5rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 1300px) {
  .sec1-top-ul-txt {
    font-size: 2rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-ul-txt {
    font-size: 1.8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

button.btn-link-href {
  background-color: transparent;
  cursor: pointer;
}

.btn-link-href {
  display: flex;
  align-items: center;
  width: 40rem;
  height: 8rem;
  border: max(0.2rem, 1px) solid #009696 !important;
  color: #009696;
  font-size: 1.7rem;
  padding-left: 3.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-link-href {
    width: 32rem;
    height: 7rem;
    padding-left: 2.5rem;
  }
}
.btn-link-href span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.btn-link-href:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.3rem;
  width: max(2rem, 16px);
  height: max(2rem, 16px);
  background-color: #009696;
  background-image: url(../img/common/icon1.png);
  background-size: max(0.6rem, 6px) auto;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-link-href:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #009696;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn-link-href:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn-link-href:hover span {
  color: #fff;
  transition: all 0.5s ease;
}
.btn-link-href.cter {
  margin-left: auto;
  margin-right: auto;
}

.cont-1200 {
  max-width: 120rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.sec2-top {
  background-image: url(../img/top/image09.jpg);
  background-size: cover;
  height: 50rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec2-top {
    height: auto;
    padding: 6rem 0;
    background-image: url(../img/top/image11.jpg);
  }
}
.sec2-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.sec2-top .sec2-top-cont {
  position: absolute;
  z-index: 2;
  bottom: -8rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec2-top .sec2-top-cont {
    position: relative;
    bottom: auto;
  }
}
.sec2-top .sec2-top-box {
  position: relative;
}
.sec2-top .sec2-top-box-left {
  background-color: #fff;
  width: 66rem;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
  padding-left: 6rem;
  padding-right: 13rem;
  padding-top: 8rem;
  padding-bottom: 9.5rem;
}
.sec2-top .sec2-top-box-left .txt-fs18 {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .sec2-top .sec2-top-box-left .txt-fs18 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top .sec2-top-box-left {
    width: 100%;
    padding: 3rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.sec2-top .sec2-top-box-right {
  position: absolute;
  bottom: 6rem;
  right: 0;
  width: 60rem;
}
.sec2-top .sec2-top-box-right img {
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
}
.sec2-top .sec2-top-box-right:before, .sec2-top .sec2-top-box-right:after {
  content: "";
  position: absolute;
  width: 7rem;
  height: max(1px, 0.1rem);
  background-color: #009696;
}
.sec2-top .sec2-top-box-right:before {
  top: 1.5rem;
  left: -2rem;
  transform: rotate(-45deg);
}
.sec2-top .sec2-top-box-right:after {
  bottom: 1.5rem;
  right: -2rem;
  transform: rotate(135deg);
}

.sec2-top-sub {
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 2;
}
.sec2-top-sub img {
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
}

.sec3-top {
  padding-top: 17.7rem;
  max-width: 185.2rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-top: 5rem;
  }
}
.sec3-top .btn-link-href {
  margin-top: 4.4rem;
}

.sec3-top-slide-item {
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-slide-item {
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-slide-item img {
    width: 100%;
  }
}

.sec3-top-slide-title {
  font-size: 1.9rem;
  color: #009696;
  text-align: right;
  max-width: 27rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.5rem;
  line-height: 1.2;
  height: 6rem;
  padding-right: 0.6rem;
}
.sec3-top-slide-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0.6rem;
  left: 2rem;
  height: max(1px, 0.1rem);
  background-color: #009696;
}
.sec3-top-slide-title p {
  width: 100%;
}

.sec3-top-slide-number {
  position: absolute;
  color: #009696;
  font-size: 4rem;
  line-height: 1;
  top: 0.3rem;
  left: 0.5rem;
}

#image-slider2 .splide__pagination__page {
  width: 1.3rem;
  height: 1.3rem;
  background-color: #D0E5E5;
  transform: scale(1) !important;
  margin: 0 0.5rem;
}
#image-slider2 .splide__pagination__page.is-active {
  background-color: #009696;
}
#image-slider2 .splide__pagination {
  position: static;
  padding: 0;
  padding-top: 6rem;
}

.sec4-top {
  position: relative;
  background-color: #EBF7F7;
  padding-top: 8rem;
  padding-bottom: 14rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding: 5rem 0;
    margin-top: 5rem;
  }
}
.sec4-top:before {
  content: "";
  position: absolute;
  width: 96rem;
  height: 23rem;
  background-color: #009696;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec4-top:before {
    width: 70%;
    height: 10rem;
  }
}

.sec4-top-cont {
  max-width: 130rem;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.sec4-top-left {
  background-color: #fff;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
  margin-left: auto;
  width: 76rem;
  padding-left: 17.5rem;
  padding-top: 9.3rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1300px) {
  .sec4-top-left {
    width: 64rem;
    padding-left: 14.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-top-left {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}
.sec4-top-left .txt-fs18 {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
.sec4-top-left .btn-link-href {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-left .btn-link-href {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec4-top-img {
  position: absolute;
  z-index: 2;
  width: 66rem;
  bottom: -3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec4-top-img {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 3rem;
  }
}
.sec4-top-img img {
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
}
.sec4-top-img:before, .sec4-top-img:after {
  content: "";
  position: absolute;
  width: 7rem;
  height: max(1px, 0.1rem);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec4-top-img:before, .sec4-top-img:after {
    content: none;
  }
}
.sec4-top-img:before {
  top: 1.5rem;
  left: -2rem;
  transform: rotate(-45deg);
}
.sec4-top-img:after {
  bottom: 1.5rem;
  right: -2rem;
  transform: rotate(135deg);
}

.footer1 {
  background-image: url(../img/common/bg-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 10rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .footer1 {
    padding: 5rem 0;
  }
}
.footer1 .style-title1 span {
  color: #fff;
  text-align: center;
}

.footer1-menu {
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .footer1-menu {
    display: block;
  }
}
.footer1-menu .footer1-menu-item {
  background-color: #fff;
  padding: 0 1rem;
  padding-top: 1rem;
  padding-bottom: 5rem;
}
.footer1-menu .footer1-menu-item .footer1-menu-line {
  height: max(1rem, 5px);
  background-color: #009696;
}
.footer1-menu .footer1-menu-item .txt-fs16 {
  text-align: center;
}
.footer1-menu .footer1-menu-item .footer1-menu-title {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .footer1-menu .footer1-menu-item .footer1-menu-title {
    margin-top: 2.7rem;
  }
}
.footer1-menu .footer1-menu-item .footer1-menu-tel {
  color: #009696;
  font-size: 3.6rem;
  display: inline-block;
  margin-top: 0.6rem;
}
.footer1-menu .footer1-menu-item1 {
  text-align: center;
}
.footer1-menu .footer1-menu-item1 .txt-fs14 {
  background-color: #009696;
  color: #fff;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .footer1-menu .footer1-menu-item2 {
    margin-top: 3rem;
  }
}
.footer1-menu .footer1-menu-item2 .btn-link-href {
  height: 6rem;
  padding-left: 0;
  text-align: center;
  justify-content: center;
  margin-top: 1.3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer1-menu .footer1-menu-item2 .btn-link-href {
    width: 29rem;
  }
}

.footer2-logo {
  width: 48rem;
}

.footer2-infor {
  padding-left: 9.7rem;
  line-height: 2;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer2-infor {
    padding-left: 0;
    padding-top: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer2-infor .txt-fs17 span {
    margin-left: -1rem;
  }
}

.footer2-right-list-menusub {
  padding-top: 0.7rem;
}
.footer2-right-list-menusub li + li {
  padding-top: 0.2rem;
}
.footer2-right-list-menusub a {
  display: inline-block;
}
.footer2-right-list-menusub a:before {
  content: "― ";
  color: #009696;
}

.footer2-right-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
  padding-right: 1.7rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 1300px) {
  .footer2-right-list {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer2-right-list {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
    justify-content: space-between;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .footer2-right-list .footer2-right-list-item {
    width: 11rem;
  }
  .footer2-right-list .footer2-right-list-item:nth-child(2), .footer2-right-list .footer2-right-list-item:nth-child(4) {
    width: 15rem;
  }
  .footer2-right-list .footer2-right-list-item:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer2-right {
    padding-top: 2rem;
  }
}

.footer2-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .footer2-menu {
    display: block;
  }
}

.footer2 {
  padding-top: 7.7rem;
}
@media screen and (max-width: 767px) {
  .footer2 {
    padding-top: 5rem;
  }
}

.coppy-right {
  color: #009696;
  text-align: left;
  width: 100%;
  padding-left: 9.7rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .coppy-right {
    padding-left: 0;
    text-align: center;
  }
}

.scrolltop {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 10;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: center center;
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  background-color: #009696;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    border: 0.1rem solid #fff;
    width: 5rem;
    height: 5rem;
    background-size: 2rem auto;
    bottom: 5rem;
  }
}

.footer3-line {
  height: 1rem;
  background-color: #009696;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .footer3-line {
    margin-top: 1.5rem;
  }
}

.banner-page-child {
  height: 65rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.banner-page-child.no-background {
  background-color: #009696;
}
@media screen and (min-width: 768px) {
  .banner-page-child.no-background {
    height: 52.3rem !important;
    min-height: auto !important;
  }
}
@media screen and (max-width: 1700px) {
  .banner-page-child {
    height: 38.24vw;
    min-height: 60rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner-page-child {
    min-height: 52rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page-child {
    min-height: auto;
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.banner-page-child .banner-page-child-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 30rem;
}
@media screen and (max-width: 1200px) {
  .banner-page-child .banner-page-child-title {
    left: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page-child .banner-page-child-title {
    position: static;
    transform: none;
  }
}
.banner-page-child .banner-page-child-title .banner-page-child-titleh2 {
  color: #fff;
  line-height: 1;
  text-align: center;
}
.banner-page-child .banner-page-child-title .banner-page-child-titleh2 span {
  display: block;
}
.banner-page-child .banner-page-child-title .banner-page-child-titleh2 .jp {
  font-size: 1.9rem;
}
.banner-page-child .banner-page-child-title .banner-page-child-titleh2 .eng {
  font-size: 7.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .banner-page-child .banner-page-child-title .banner-page-child-titleh2 .eng {
    font-size: 5rem;
  }
}

.sec1-service-cont {
  max-width: 162rem;
  width: calc(100% - 1.5rem);
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 14.5rem;
  grid-template-columns: 53.7% 35.1%;
}
@media screen and (max-width: 1500px) {
  .sec1-service-cont {
    grid-template-columns: 49.7% 46.1%;
  }
}
@media screen and (max-width: 767px) {
  .sec1-service-cont {
    display: block;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
  }
}

.title-style2 span {
  display: block;
}
.title-style2 .eng {
  color: #8c8c8c;
}
.title-style2 .f-serif {
  color: #009696;
  font-size: 4.5rem;
  line-height: 1.6;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .title-style2 .f-serif {
    font-size: 2.6rem;
  }
}
.title-style2.single .f-serif {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .title-style2.cter {
    text-align: center;
  }
}

.sec1-service-left-img {
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-service-left-img {
    padding-top: 3rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.sec1-service-left-img img {
  width: 100%;
}

.sec1-service-left .title-style2 {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}

.sec1-service-right {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec1-service-right {
    padding-top: 3rem;
  }
}

.sec1-service {
  position: relative;
}
.sec1-service:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8rem;
  background-color: #EBF7F7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec1-service:before {
    content: none;
  }
}

.sec2-service {
  padding-top: 10.6rem;
  padding-bottom: 16.5rem;
  background: linear-gradient(to bottom, #EBF7F7 50%, #009696 50%);
}
.sec2-service .txt-fs19 {
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .sec2-service .txt-fs19 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-service {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #EBF7F7;
  }
}

.title-style3 {
  color: #009696;
  text-align: center;
  font-size: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.title-style3:before, .title-style3:after {
  content: "";
  width: 7rem;
  height: max(0.1rem, 1px);
  background-color: #009696;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .title-style3 {
    font-size: 2.8rem;
    flex-direction: column;
    row-gap: 1rem;
  }
  .title-style3:before {
    content: none;
  }
}

.sec2-service-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 9rem;
       column-gap: 9rem;
  padding-top: 4.7rem;
}
@media screen and (max-width: 1300px) {
  .sec2-service-ul {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-service-ul {
    display: block;
  }
  .sec2-service-ul li {
    background-color: #009696;
  }
  .sec2-service-ul li + li {
    margin-top: 5rem;
  }
}

.sec2-service-item {
  position: relative;
  padding-top: 5rem;
  padding-right: 1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec2-service-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.sec2-service-item .sec2-service-item-title {
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec2-service-item .sec2-service-item-title {
    font-size: 2.3rem;
    margin-top: 2rem;
  }
}
.sec2-service-item .sec2-service-item-number {
  font-size: 18rem;
  line-height: 1;
  position: absolute;
  top: -6rem;
  right: 0;
  opacity: 0.4;
}
@media screen and (max-width: 1500px) {
  .sec2-service-item .sec2-service-item-number {
    font-size: 14rem;
    top: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-service-item .sec2-service-item-number {
    font-size: 12rem;
    right: 1rem;
    opacity: 0.5;
  }
}

.sec3-service {
  padding-top: 15rem;
  background: linear-gradient(to bottom, #fff calc(100% - 4rem), #ebf7f7 4rem);
}
@media screen and (max-width: 767px) {
  .sec3-service {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #fff;
  }
}

.sec3-service-cont {
  max-width: 176rem;
  width: calc(100% - 1.5rem);
  display: grid;
  grid-template-columns: 51.1% 1fr;
  -moz-column-gap: 5.4%;
       column-gap: 5.4%;
  align-items: center;
  padding-top: 8rem;
}
@media screen and (max-width: 1600px) {
  .sec3-service-cont {
    grid-template-columns: 49.1% 1fr;
    -moz-column-gap: 4.4%;
         column-gap: 4.4%;
  }
}
@media screen and (max-width: 1500px) {
  .sec3-service-cont {
    align-items: stretch;
    grid-template-columns: 55.1% 1fr;
  }
  .sec3-service-cont .sec3-service-left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
@media screen and (max-width: 767px) {
  .sec3-service-cont .sec3-service-left img {
    height: auto;
  }
  .sec3-service-cont .sec3-service-left {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-service-cont {
    display: block;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
  }
}

.title-style4 {
  font-size: 3.5rem;
  color: #009696;
  border-bottom: max(1px, 0.1rem) solid #009696;
  display: inline-block;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .title-style4 {
    font-size: 2.5rem;
    padding-bottom: 0.7rem;
  }
}

@media screen and (max-width: 767px) {
  .sec3-service-right {
    padding-top: 3rem;
  }
}

.sec3-service-right .title-style4 {
  margin-bottom: 3rem;
}

.sec3-service-pdots {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.sec3-service-pdots:before {
  content: "●";
  color: #009696;
}

.sec3-service-table {
  width: 100%;
  margin-top: 3.7rem;
}
.sec3-service-table tr td:first-child {
  background-color: #DEF1F1;
  width: 22.4rem;
}
.sec3-service-table tr td:last-child {
  width: calc(100% - 22.4rem);
  padding-right: 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  .sec3-service-table tr td:last-child {
    border-top: 0;
    border-bottom: 0;
  }
}
.sec3-service-table tr:last-child td:last-child {
  border-bottom: max(1px, 0.1rem) solid #009696;
}
.sec3-service-table tr td {
  vertical-align: middle;
  border: max(1px, 0.1rem) solid #009696;
  padding-left: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1500px) {
  .sec3-service-table tr td {
    width: 100% !important;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .sec3-service-table tr td {
    padding: 1rem 1.5rem !important;
  }
}

.sec4-service {
  background-color: #ebf7f7;
  padding-top: 15rem;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .sec4-service {
    padding: 5rem 0;
  }
}

.sec4-service-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 8rem;
}
@media screen and (max-width: 1500px) {
  .sec4-service-ul {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-service-ul {
    display: block;
  }
  .sec4-service-ul li + li {
    margin-top: 4rem;
  }
}
.sec4-service-ul li {
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.sec4-service-ul .sec4-service-item {
  padding: 0 3rem;
  padding-top: 3rem;
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 1300px) {
  .sec4-service-ul .sec4-service-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-service-ul .sec4-service-item {
    padding-bottom: 3rem;
  }
}
.sec4-service-ul .sec4-service-item .sec4-service-item-tlt {
  font-size: 2.5rem;
  color: #009696;
  border-bottom: max(1px, 0.1rem) solid #009696;
  padding-bottom: 2rem;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 1500px) {
  .sec4-service-ul .sec4-service-item .sec4-service-item-tlt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-service-ul .sec4-service-item .sec4-service-item-tlt {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.sec4-service-ul .sec4-service-item .sec4-service-item-tlt span {
  font-size: 1.9rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 1500px) {
  .sec4-service-ul .sec4-service-item .sec4-service-item-tlt span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec4-service-ul .sec4-service-item .sec4-service-item-tlt span {
    font-size: 1.6rem;
  }
}
.sec4-service-ul .sec4-service-item .txt-fs18 {
  padding-right: 1rem;
}

.cont-960 {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec5-service-subtitle {
  margin-top: 1.3rem;
  text-align: center;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-service-subtitle {
    text-align: left;
    padding-bottom: 3rem;
  }
}

.sec5-service {
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  .sec5-service {
    padding-top: 5rem;
  }
}

.sec5-service-list-img-gr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .sec5-service-list-img-gr {
    background-image: url(../img/service/image18.png);
    background-size: 1.8rem auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .sec5-service-list-img-gr {
    display: block;
  }
  .sec5-service-list-img-gr .sec5-service-list-img-item + .sec5-service-list-img-item {
    margin-top: 5rem;
  }
  .sec5-service-list-img-gr .sec5-service-list-img-item:first-child {
    position: relative;
  }
  .sec5-service-list-img-gr .sec5-service-list-img-item:first-child:before {
    content: "";
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 1.8rem;
    height: 2rem;
    background-image: url(../img/service/image18.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.sec5-service-list-img-tlt {
  border-left: max(1px, 0.2rem) solid #009696;
  padding-left: 0.8rem;
  margin-top: 2rem;
}

.sec5-service-list-img-item {
  position: relative;
  color: #fff;
}
.sec5-service-list-img-item .eng {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 3.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec5-service-list-img-item .eng.stik-before {
  background-color: rgba(0, 0, 0, 0.7);
}
.sec5-service-list-img-item .eng.stik-after {
  background-color: rgba(0, 150, 150, 0.7);
}

.sec5-service-list-img li + li {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec5-service-list-img li + li {
    padding-top: 5rem;
  }
}

.sec5-service-list .sec5-service-list-item + .sec5-service-list-item {
  padding-top: 3rem;
}
.sec5-service-list .sec5-service-list-item {
  display: none;
}
.sec5-service-list .sec5-service-list-item.is-active {
  display: block;
}

.btn-link-sec5-service {
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .btn-link-sec5-service {
    width: 42rem;
    height: 7rem;
    padding-left: 1.8rem;
  }
}
.btn-link-sec5-service:after {
  transform: translateY(-50%) rotate(90deg);
}

.sec6-service {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec6-service {
    padding-top: 5rem;
  }
}

.sec6-service-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .sec6-service-ul {
    padding-top: 3rem;
    display: block;
  }
}
.sec6-service-ul p {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.sec6-service-ul p::before {
  content: "●";
  color: #009696;
}
.sec6-service-ul li {
  border: max(1px, 0.1rem) solid #009696;
  padding: 1.5rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec6-service-ul li + li {
    margin-top: 2rem;
  }
}

.sec7-service {
  padding-top: 10rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .sec7-service {
    padding: 5rem 0;
  }
}

.sec7-service-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec7-service-list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding-top: 3rem;
  }
}

.href-locus {
  position: relative;
}
.href-locus .href-locus-child {
  position: absolute;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  .href-locus .href-locus-child {
    top: -9rem;
  }
}

.cont-1140 {
  max-width: 114rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.sec1-contact-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec1-contact-txt {
    text-align: left;
  }
}

.sec1-contact {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact {
    padding-top: 5rem;
  }
}

.sec1-contact-tel {
  background-color: #EBF7F7;
  text-align: center;
  padding-top: 6.5rem;
  margin-top: 5rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-tel {
    padding: 3rem 1.5rem;
    margin-top: 3rem;
  }
}

.sec1-contact-tel-tlt {
  color: #009696;
  display: inline-block;
  border-bottom: max(1px, 0.1rem) solid #009696;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-tel-tlt {
    padding-bottom: 1rem;
  }
}

.sec1-contact-tel-box {
  background-color: #fff;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-tel-box {
    margin-top: 3rem;
    display: block;
  }
}
.sec1-contact-tel-box .sec1-contact-tel-link {
  font-size: 3.6rem;
  color: #009696;
  line-height: 1;
  display: inline-block;
  margin-top: 0.8rem;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-tel-box .sec1-contact-tel-link {
    font-size: 3rem;
  }
}
.sec1-contact-tel-box .txt-fs14 {
  background-color: #009696;
  color: #fff;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-tel-box .txt-fs14 {
    max-width: 25rem;
  }
}
.sec1-contact-tel-box .sec1-contact-tel-box-item {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec1-contact-tel-box .sec1-contact-tel-box-item {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec1-contact-tel-box .sec1-contact-tel-box-item + .sec1-contact-tel-box-item {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-contact-tel-box .sec1-contact-tel-box-item:first-child {
    position: relative;
  }
}

.sec2-contact {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .sec2-contact {
    padding-top: 5rem;
  }
}

.sec2-contact-txt {
  text-align: center;
  margin-top: 0.6rem;
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 767px) {
  .sec2-contact-txt {
    text-align: left;
    margin-bottom: 3rem;
    margin-top: 2.5rem;
  }
}

.form-table {
  width: 100%;
}
.form-table tr td:first-child {
  width: 30rem;
  background-color: #DEF1F1;
  padding-left: 2.3rem;
  padding-right: 1.8rem;
  border-left: 0;
}
.form-table tr td:last-child {
  width: calc(100% - 30rem);
  padding-left: 3rem;
  border-right: 0;
}
.form-table tr td {
  border: max(0.1rem, 1px) solid #99D5D5;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form-table tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
    padding: 1.5rem !important;
  }
}
.form-table .form-require {
  color: #fff;
  background-color: #D67733;
  display: flex;
  width: 5rem;
  height: 2.4rem;
  justify-content: center;
  align-items: center;
  float: right;
  transform: translateY(0.5rem);
}
@media screen and (max-width: 767px) {
  .form-table .form-require {
    transform: translateY(0.3rem);
  }
}
@media screen and (min-width: 768px) {
  .form-table tr:last-child td {
    vertical-align: top;
  }
  .form-table tr:last-child td:first-child {
    padding-top: 3rem;
  }
}
.form-table tr:first-child td {
  border-top: 0 !important;
}

.list-form-checkbox li + li {
  margin-top: 0.6rem;
}
.list-form-checkbox label {
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
.list-form-checkbox label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  scroll-margin-top: 9rem;
}
.list-form-checkbox label input:checked ~ .skin-form-checkbox {
  background-color: #009696;
  border-color: #009696;
}
.list-form-checkbox label input:checked ~ .skin-form-checkbox:before {
  opacity: 1;
}
.list-form-checkbox label .skin-form-checkbox {
  display: block;
  width: 3rem;
  height: 3rem;
  border: max(1px, 0.1rem) solid #C8C8C8;
  position: relative;
}
.list-form-checkbox label .skin-form-checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/contact/image02.png);
  background-size: 1.4rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}

.form-control {
  border: max(1px, 0.1rem) solid #C8C8C8;
  width: 100%;
  max-width: 72rem;
  height: 4.7rem;
  padding: 0 2rem;
  outline: 0;
  scroll-margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .form-control {
    padding: 0 1.5rem;
  }
}
.form-control::-moz-placeholder {
  color: #a0a0a0;
}
.form-control::placeholder {
  color: #a0a0a0;
}

.form-area {
  border: max(1px, 0.1rem) solid #C8C8C8;
  width: 100%;
  max-width: 82rem;
  height: 29rem;
  outline: 0;
  padding: 1rem 2rem;
  scroll-margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .form-area {
    min-width: 60rem;
    min-height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .form-area {
    height: 20rem;
    resize: none;
    padding: 1rem 1.5rem;
  }
}

.form-table-line {
  height: 0.5rem;
  background-color: #009696;
}

.form-table-button {
  padding-top: 12rem;
  padding-bottom: 20rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .form-table-button {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.sec1-thanks {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sec1-thanks {
    padding-bottom: 5rem;
  }
}

.sec1-job {
  max-width: 166rem;
  margin-left: auto;
  width: calc(100% - 1.5rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .sec1-job {
    display: block;
    margin-top: 5rem;
    width: 100%;
  }
}

.sec1-job-left-tlt {
  font-size: 3.4rem;
  color: #009696;
  line-height: 1.9;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .sec1-job-left-tlt {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-job-left-tlt {
    font-size: 2.1rem;
    padding-bottom: 2rem;
  }
}

.sec1-job-right {
  width: 57.8%;
}
@media screen and (max-width: 767px) {
  .sec1-job-right {
    width: 100%;
  }
}

.sec1-job-left {
  width: 40%;
  max-width: 58rem;
}
@media screen and (max-width: 767px) {
  .sec1-job-left {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
  }
}

.sec2-job {
  padding-top: 9.3rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .sec2-job {
    padding: 5rem 0;
  }
}

.sec2-job-table {
  padding-top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .sec2-job-table {
    padding-top: 3rem;
  }
}

.sec2-job-tablem {
  width: 100%;
}
.sec2-job-tablem tr td:first-child {
  width: 22.5rem;
  background-color: #DEF1F1;
  padding-left: 2.2rem;
  border-bottom: 0;
}
.sec2-job-tablem tr td:last-child {
  width: calc(100% - 22.5rem);
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  border-bottom: 0;
}
.sec2-job-tablem tr td {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  border: max(1px, 0.1rem) solid #99D5D5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .sec2-job-tablem tr td {
    width: 100% !important;
    float: left;
    padding: 1.5rem !important;
  }
}
.sec2-job-tablem tr:last-child td:last-child {
  border-bottom: max(1px, 0.1rem) solid #99D5D5;
}

.sec2-job-table-link {
  color: #009696;
}

.sec1-staff-ul-tltq {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  border-bottom: max(1px, 0.1rem) solid;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.sec1-staff-ul-tltq.q-cl1 {
  color: #009696;
  border-color: #009696;
}
.sec1-staff-ul-tltq.q-cl1:before {
  background-color: #009696;
}
.sec1-staff-ul-tltq.q-cl2 {
  color: #D67733;
  border-color: #D67733;
}
.sec1-staff-ul-tltq.q-cl2:before {
  background-color: #D67733;
}
.sec1-staff-ul-tltq.q-cl3 {
  color: #337FAD;
  border-color: #337FAD;
}
.sec1-staff-ul-tltq.q-cl3:before {
  background-color: #337FAD;
}
.sec1-staff-ul-tltq.q-cl4 {
  color: #AD335C;
  border-color: #AD335C;
}
.sec1-staff-ul-tltq.q-cl4:before {
  background-color: #AD335C;
}
.sec1-staff-ul-tltq.q-cl5 {
  color: #339564;
  border-color: #339564;
}
.sec1-staff-ul-tltq.q-cl5:before {
  background-color: #339564;
}
.sec1-staff-ul-tltq:before {
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec1-staff-ul-tltq:before {
    font-size: 2.2rem;
    width: 4rem;
    height: 4rem;
  }
}

.sec1-staff-item-cont {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec1-staff-item-cl1 {
  background-color: #EBF7F7;
}

.sec1-staff-item-cl2 {
  background-color: #FFF8ED;
}

.sec1-staff-item-cl3 {
  background-color: #EFF7FF;
}

.sec1-staff-item-cl4 {
  background-color: #FFF5F5;
}

.sec1-staff-item-cl5 {
  background-color: #EEFBF4;
}

.sec1-staff-content {
  display: grid;
  grid-template-columns: 25rem 1fr;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec1-staff-content {
    display: block;
  }
}

.sec1-staff-content-name {
  font-size: 3rem;
  text-align: center;
  padding-top: 0.8rem;
}
.sec1-staff-content-name span {
  font-size: 2rem;
}

.sec1-staff-item {
  padding-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .sec1-staff-item {
    padding: 5rem 0;
  }
}

.sec1-staff {
  padding-top: 21.4rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .sec1-staff {
    padding: 5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .sec1-staff-ul-qa {
    padding-top: 2.5rem;
  }
}
.sec1-staff-ul-qa li + li {
  padding-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-staff-ul-qa li + li {
    padding-top: 3rem;
  }
}
.sec1-staff-ul-qa .txt-fs18 {
  padding-right: 0.5rem;
}

.sec1-staff-notifi-cl1 {
  background-color: #009696;
}
.sec1-staff-notifi-cl1:before {
  background-color: #009696;
}

.sec1-staff-notifi-cl2 {
  background-color: #D67733;
}
.sec1-staff-notifi-cl2:before {
  background-color: #D67733;
}

.sec1-staff-notifi-cl3 {
  background-color: #337FAD;
}
.sec1-staff-notifi-cl3:before {
  background-color: #337FAD;
}

.sec1-staff-notifi-cl4 {
  background-color: #AD335C;
}
.sec1-staff-notifi-cl4:before {
  background-color: #AD335C;
}

.sec1-staff-notifi-cl5 {
  background-color: #339564;
}
.sec1-staff-notifi-cl5:before {
  background-color: #339564;
}

.sec1-staff-item-notifi {
  background-color: #fff;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 17rem 1fr;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec1-staff-item-notifi {
    display: block;
  }
}
.sec1-staff-item-notifi .txt-fs18 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .sec1-staff-item-notifi .txt-fs18 {
    padding: 1.5rem 0;
  }
}

.sec1-staff-item-notifi-left {
  color: #fff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1-staff-item-notifi-left:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 99%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 1.5rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .sec1-staff-item-notifi-left:before {
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 2rem;
    height: 1.5rem;
  }
}

.sec1-staff-item-notifi-right {
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-staff-item-notifi-right {
    padding: 1rem 1.5rem;
  }
}

.sec1-staff-list .sec1-staff-item + .sec1-staff-item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .sec1-staff-list .sec1-staff-item + .sec1-staff-item {
    margin-top: 3rem;
  }
}

.sec1-comany-seal {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .sec1-comany-seal {
    margin-top: 2.5rem;
  }
  .sec1-comany-seal .mgt_4 {
    margin-top: 2rem;
  }
}
.sec1-comany-seal img {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .sec1-comany-seal img {
    width: 20rem;
  }
}

.content__greeting-main {
  max-width: 132rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 16rem);
  background-color: #fff;
  padding-top: 15rem;
  padding-bottom: 17.5rem;
}
@media screen and (max-width: 767px) {
  .content__greeting-main {
    padding: 5rem 0;
    width: calc(100% - 3rem);
  }
}

.content__greeting-780 {
  max-width: 78rem;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.content__greeting {
  background: #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(235, 247, 247) 30%, rgb(235, 247, 247) 70%, rgb(255, 255, 255) 100%);
}

@media screen and (max-width: 767px) {
  .img__wrapper--company {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.sec4-company {
  position: relative;
  margin-top: 3.5rem;
}
.sec4-company:before {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 17.2rem;
  width: max(1px, 0.1rem);
  bottom: 0;
  background-color: #009696;
}
@media screen and (max-width: 767px) {
  .sec4-company:before {
    top: 1.5rem;
    left: 3.2rem;
  }
}
.sec4-company .sec4-company-item + .sec4-company-item {
  margin-top: 2rem;
}

.sec4-company-item {
  display: grid;
  grid-template-columns: 16.3rem 6rem 1fr;
}
@media screen and (max-width: 767px) {
  .sec4-company-item {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec4-company-item .sec4-company-item-year {
  font-size: 4.5rem;
  color: #009696;
  text-align: right;
  line-height: 1;
  padding-right: 3.6rem;
  padding-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .sec4-company-item .sec4-company-item-year {
    font-size: 3rem;
    text-align: left;
    padding-right: 0;
    padding-top: 1.5rem;
    width: 9rem;
  }
  .sec4-company-item .sec4-company-item-year p {
    background-color: #fff;
    position: relative;
    padding: 0.5rem 0;
  }
}
.sec4-company-item .sec4-company-item-dots {
  position: relative;
}
.sec4-company-item .sec4-company-item-dots:before {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-color: #009696;
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .sec4-company-item .sec4-company-item-dots {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec4-company-item .sec4-company-item-moment {
    width: calc(100% - 9rem);
  }
}
.sec4-company-item .sec4-company-item-moment p {
  background-color: #EBF6F7;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-company-item .sec4-company-item-moment p {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .center-pc {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .cont__1140rc1 {
    width: 100%;
  }
}

.dropmenu-recruit a .jp {
  font-size: 1.5rem !important;
}
.dropmenu-recruit a .eng {
  font-size: 1.8rem !important;
}
.dropmenu-recruit a {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}/*# sourceMappingURL=style.css.map */
