/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  width: 100%;
  height: 130px;
  padding: 0 30px 0 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 905px;
  width: 100%;
}
.header-info {
  max-width: 755px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 19px;
}
.header-contact:hover {
  opacity: 0.8;
}
.header-tel {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding: 16px 22px;
  background-color: #f0f6f9;
  border-radius: 25px;
}
.header-tel .accent {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 4px;
}
.header-textbox {
  max-width: 309px;
  width: 100%;
}
.header-text {
  font-size: 1.48rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #16a2e3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::before {
  width: 100%;
}
.header .global-nav-list-item a.current::before {
  width: 100%;
}
.header .main-visual {
  width: 100%;
  height: 580px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background-color: #f0f6f9;
  z-index: -1;
}
.header .main-visual-inner {
  max-width: 1600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header .main-visual-inner::before {
  position: absolute;
  content: "";
  left: 220px;
  bottom: 23px;
  width: 314px;
  height: 182px;
  background: center/cover no-repeat url(../images/common/main-visual-deco.png);
  z-index: 2;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1600px;
  width: 95%;
  height: 100%;
  padding-top: 120px;
  z-index: 5;
}
.header .sub-visual {
  width: 100%;
  height: 420px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1028px;
  height: 420px;
  background: center/cover no-repeat url(../images/about/sub-visual-r-b.png);
  z-index: -1;
}
.header .sub-visual-inner {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.header .sub-visual-inner::before {
  position: absolute;
  content: "";
  left: -289px;
  bottom: 78px;
  width: 235px;
  height: 136px;
  background: center/cover no-repeat url(../images/about/sub-visual-bg-l.png);
  z-index: 2;
}
.header .sub-visual-img {
  position: absolute;
  right: 0;
  bottom: 100px;
  max-width: 410px;
  width: 100%;
  height: 260px;
  border-radius: 30px;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 190px;
}
.header .sub-visual-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
}
.header .sub-visual-title-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 26px;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 800px;
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  overflow: hidden;
  background-color: #f0f6f9;
}
.top-about-inner {
  padding: 160px 0 120px 0;
  position: relative;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  right: -195px;
  bottom: -105px;
  width: 508px;
  height: 381px;
  background: center/cover no-repeat url(../images/top/top-about-deco.png);
}
.top-about-title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  color: #0f2d69;
  text-align: center;
  letter-spacing: 0.14em;
  margin-bottom: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-about-title .accent {
  display: inline-block;
}
.top-about-sub-title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #0f2d69;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
}
.top-about-img {
  margin-bottom: 25px;
}
.top-about-textbox {
  max-width: 540px;
  width: 100%;
}
.top-about-text {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.111;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 37px;
}

.top-feature {
  position: relative;
  z-index: 1;
}
.top-feature::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #f0f6f9;
  z-index: -1;
}
.top-feature-inner {
  max-width: 1280px;
  width: 95%;
  padding: 0;
}
.top-feature-content {
  padding: 80px 0;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.top-feature-content-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.top-feature-title {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
.top-feature-list-item {
  max-width: 360px;
  width: 100%;
  min-height: 500px;
  padding: 46px 30px 10px 30px;
  position: relative;
}
.top-feature-list-item:nth-child(2) {
  padding-top: 38px;
}
.top-feature-list-item:nth-child(3) {
  padding-top: 33px;
}
.top-feature-list-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
  text-align: center;
}
.top-feature-img {
  margin-bottom: 25px;
  text-align: center;
}
.top-feature-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.top-feature .cmn-btn {
  margin-left: auto;
  margin-right: 70px;
}

.top-job {
  overflow: hidden;
}
.top-job-inner {
  padding: 150px 0 100px 0;
  position: relative;
  z-index: 1;
}
.top-job-inner::before {
  position: absolute;
  content: "";
  top: 249px;
  left: -200px;
  width: 164px;
  height: 147px;
  background: center/cover no-repeat url(../images/top/top-job-deco.png);
}
.top-job-inner::after {
  position: absolute;
  content: "";
  left: -420px;
  bottom: 0;
  width: 1380px;
  height: 490px;
  background-color: #f0f6f9;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
.top-job .cmn-title {
  margin-bottom: 160px;
}
.top-job-img {
  position: absolute;
  top: 150px;
  right: -420px;
  z-index: 1;
}
.top-job-textbox {
  max-width: 680px;
  width: 100%;
}
.top-job-list {
  margin-bottom: 20px;
}
.top-job-list-item {
  max-width: 330px;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 20px 24px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.top-job-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background-color: #0f2d69;
  border-radius: 10px;
}
.top-job-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}

.top-learn {
  overflow: hidden;
}
.top-learn-inner {
  padding: 150px 0 110px 0;
  position: relative;
}
.top-learn-inner::before {
  position: absolute;
  content: "";
  right: -420px;
  bottom: 0;
  width: 1380px;
  height: 830px;
  background: center/cover no-repeat url(../images/top/top-learn-bg-r-b.png);
  z-index: -1;
}
.top-learn-inner::after {
  position: absolute;
  content: "";
  top: 263px;
  right: -169px;
  width: 137px;
  height: 140px;
  background: center/cover no-repeat url(../images/top/top-learn-bg-r-t.png);
}
.top-learn-inner .cmn-title {
  text-align: right;
}
.top-learn-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-learn-list-item {
  max-width: 510px;
  width: 100%;
  height: 270px;
  margin-bottom: 60px;
}
.top-learn-list-item:nth-child(2) {
  margin-top: 160px;
}
.top-learn-list-item:nth-child(2) a::before {
  bottom: auto;
  top: -54px;
  right: 140px;
  width: 58px;
  height: 90px;
  background: center/cover no-repeat url(../images/top/top-learn-deco02.png);
}
.top-learn-list-item:nth-child(3) {
  margin-top: -160px;
}
.top-learn-list-item:nth-child(3) a::before {
  right: 39px;
  bottom: -38px;
  width: 440px;
  height: 199px;
  background: center/cover no-repeat url(../images/top/top-learn-deco03.png);
}
.top-learn-list-item:nth-child(4) a::before {
  bottom: 19px;
  right: 97px;
  width: 218px;
  height: 213px;
  background: center/cover no-repeat url(../images/top/top-learn-deco04.png);
}
.top-learn-list-item a {
  width: 100%;
  height: 100%;
  padding: 60px 60px 50px 60px;
  background-color: #fff;
  -webkit-box-shadow: 8px 10px 0 0 #d8d8d8;
          box-shadow: 8px 10px 0 0 #d8d8d8;
  border: 2px solid #d8d8d8;
  border-radius: 20px;
  position: relative;
}
.top-learn-list-item a::before {
  position: absolute;
  content: "";
  right: 75px;
  bottom: -29px;
  width: 212px;
  height: 260px;
  background: center/cover no-repeat url(../images/top/top-learn-deco01.png);
}
.top-learn-list-item a:hover {
  opacity: 0.8;
}
.top-learn-list-item a:hover .top-learn-title::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.top-learn-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.top-learn-title::after {
  content: "";
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-learn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-learn-text {
  font-size: 1.6rem;
  line-height: 2;
}

.news {
  position: relative;
  z-index: 1;
}
.news-inner {
  padding: 150px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news-inner::before {
  position: absolute;
  content: "";
  top: 67px;
  left: -157px;
  width: 139px;
  height: 140px;
  background: center/cover no-repeat url(../images/top/news-deco.png);
}
.news-left {
  max-width: 270px;
  width: 100%;
  text-align: center;
  position: relative;
}
.news-left .cmn-title {
  text-align: left;
}
.news-textbox {
  max-width: 730px;
  width: 100%;
  min-height: 325px;
}
.news .cmn-btn {
  position: absolute;
  top: 350px;
  left: 0;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #2d2d2d;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 6px 14px;
  background-color: #f0f6f9;
  border-radius: 12.5px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #c1c1c1;
  letter-spacing: 0.12em;
  margin-right: 15px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #16a2e3;
  border: 2px solid #16a2e3;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #16a2e3;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #16a2e3;
  border-bottom: 1px solid #16a2e3;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #16a2e3;
  border-right: 1px solid #16a2e3;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #16a2e3 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  background-color: #f0f6f9;
}
.about-inner {
  padding: 119px 0;
  position: relative;
  z-index: 1;
}
.about-inner::before {
  position: absolute;
  content: "";
  right: -100px;
  bottom: 89px;
  width: 209px;
  height: 416px;
  background: center/cover no-repeat url(../images/about/about-bg-r.png);
}
.about-inner::after {
  position: absolute;
  content: "";
  left: -256px;
  bottom: 9px;
  width: 696px;
  height: 436px;
  background: center/cover no-repeat url(../images/about/about-bg-l.png);
}
.about-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.111;
  text-align: center;
}
.about-text:not(:last-of-type) {
  margin-bottom: 32px;
}

.feature-content {
  padding: 60px 70px 60px 120px;
  background-color: #f0f6f9;
  border-radius: 20px;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.feature-textbox {
  max-width: 470px;
  width: 100%;
}
.feature-no {
  text-align: center;
  margin-bottom: 30px;
}
.feature-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.feature-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

.info {
  background-color: #f0f6f9;
}
.info-inner {
  max-width: 1280px;
}
.info-table {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.info-table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-table tr th {
  width: 180px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 20px;
  border-bottom: 1px solid #2d2d2d;
  vertical-align: top;
}
.info-table tr td {
  width: 880px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(45, 45, 45, 0.3);
  vertical-align: middle;
}
.info-tel-txt {
  display: inline-block;
  margin-left: 13px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
service
==========================================*/
.service {
  background-color: #f0f6f9;
}
.service:nth-of-type(even) {
  background-color: #fff;
}
.service:nth-of-type(even) .service-content {
  background-color: #f0f6f9;
}
.service:nth-of-type(even) .service-title {
  background-color: #fff;
}
.service:nth-of-type(2) .service-content::before {
  top: -79px;
  right: 242px;
  width: 87px;
  height: 114px;
  background: center/cover no-repeat url(../images/service/service-deco02.png);
}
.service:nth-of-type(3) .service-content::before {
  top: -64px;
  right: 133px;
  width: 103px;
  height: 107px;
  background: center/cover no-repeat url(../images/service/service-deco03.png);
}
.service:nth-of-type(4) .service-content::before {
  top: -76px;
  right: 281px;
  width: 80px;
  height: 162px;
  background: center/cover no-repeat url(../images/service/service-deco04.png);
}
.service-inner {
  padding: 120px 0;
}
.service-content {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.service-content::before {
  position: absolute;
  content: "";
  top: -76px;
  right: 228px;
  width: 164px;
  height: 102px;
  background: center/cover no-repeat url(../images/service/service-deco01.png);
}
.service-flex {
  margin-bottom: 40px;
}
.service-img {
  margin-right: 40px;
}
.service-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
}
.service-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #0f2d69;
  padding: 17px 0;
  margin-bottom: 20px;
  text-align: center;
  background-color: #f0f6f9;
  border-radius: 10px;
}
.service-sub-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1;
  color: #0f2d69;
}

/*========================================
staff
==========================================*/
.greeting {
  background-color: #f0f6f9;
}
.greeting-inner {
  position: relative;
}
.greeting-inner::before {
  position: absolute;
  content: "";
  top: 109px;
  right: 268px;
  width: 181px;
  height: 107px;
  background: center/cover no-repeat url(../images/staff/greeting-deco.png);
}
.greeting-content {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
}
.greeting-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.greeting-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.greeting-img {
  max-width: 360px;
  width: 100%;
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 40px;
}
.greeting-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
}
.greeting-textbox img {
  max-width: 100%;
}
.greeting-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0;
  margin-bottom: 20px;
  text-align: center;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.greeting-sub-textbox {
  padding: 40px;
  background-color: #f0f6f9;
  border-radius: 20px;
}
.greeting-sub-title {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #16a2e3;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.greeting-sub-title::before {
  content: "";
  width: 10px;
  height: 2px;
  margin-right: 10px;
  background-color: #16a2e3;
}
.greeting-message {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
}
.greeting-message img {
  max-width: 100%;
}

.movie-inner {
  padding: 120px 0 240px 0;
  position: relative;
  z-index: 1;
}
.movie-inner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 120px;
  width: 100%;
  height: 440px;
  background-color: #f0f6f9;
  border-radius: 20px;
  z-index: -1;
}
.movie-inner::after {
  position: absolute;
  content: "";
  right: 39px;
  bottom: 118px;
  width: 353px;
  height: 97px;
  background: center/cover no-repeat url(../images/staff/movie-en.png);
}
.movie-content {
  max-width: 800px;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.movie-content video {
  width: 100%;
  height: 100%;
}

.staff {
  background-color: #f0f6f9;
}
.staff-inner {
  padding: 120px 0 80px 0;
}
.staff-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.staff-list-item {
  max-width: 520px;
  width: 100%;
  padding: 50px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #d8d8d8;
}
.staff-img {
  max-width: 420px;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}
.staff-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0;
  margin-bottom: 20px;
  text-align: center;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.staff-type {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  color: #16a2e3;
  padding: 9px 17px;
  margin-bottom: 12px;
  background-color: #f0f6f9;
  border-radius: 18px;
}
.staff-body {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
}
.staff-body img {
  max-width: 100%;
}

/*========================================
job
==========================================*/
.flow {
  background-color: #f0f6f9;
}
.flow-inner {
  padding: 120px 0;
}
.flow-list {
  position: relative;
  z-index: 1;
}
.flow-list::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: #16a2e3;
  z-index: -10;
}
.flow-list-item {
  width: 100%;
  padding: 45px 80px 45px 100px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.flow-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 85px;
  height: 90px;
  background: center/contain no-repeat url(../images/job/flow-no01.png);
  z-index: -1;
}
.flow-list-item:nth-child(2)::before {
  width: 113px;
  background: center/contain no-repeat url(../images/job/flow-no02.png);
}
.flow-list-item:nth-child(3)::before {
  width: 114px;
  background: center/contain no-repeat url(../images/job/flow-no03.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.flow-list-title {
  max-width: 320px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.flow-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

.trial-inner {
  padding: 120px 0;
}
.trial-content {
  padding: 50px;
  background-color: #f0f6f9;
  border-radius: 10px;
}
.trial-img {
  margin-right: 40px;
}
.trial-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
}

.schedule {
  background-color: #f0f6f9;
}
.schedule-inner {
  padding: 120px 0;
}
.schedule-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 80px 90px;
  background-color: #fff;
  border-radius: 20px;
}
.schedule-list {
  max-width: 390px;
  width: 100%;
}
.schedule-list-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.schedule-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 139px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: center/cover no-repeat url(../images/job/schedule-dot.png);
}
.schedule-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.schedule-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 152px;
  bottom: -40px;
  width: 1px;
  height: 30px;
  background-color: #16a2e3;
}
.schedule-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.schedule-time {
  width: 100px;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #16a2e3;
  padding: 12px 0;
  text-align: center;
  background-color: #f0f6f9;
  border-radius: 20px;
  margin-right: 104px;
}

/*========================================
question
==========================================*/
.question {
  background-color: #f0f6f9;
}
.question-inner {
  padding: 120px 0;
}
.question-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.question-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #16a2e3;
  letter-spacing: 0.08em;
  padding: 25px 50px;
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.question-title::before {
  position: absolute;
  content: "";
  top: -30px;
  left: -20px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/question/Q.png);
}
.question-textbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 22px;
  margin-right: 19px;
  background: center/cover no-repeat url(../images/question/A..png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
.question-body img {
  max-width: 100%;
}

/*========================================
recruit
==========================================*/
.guide {
  padding: 86px 0;
  background-color: #f0f6f9;
}
.guide-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide-list-item:not(:last-child) {
  margin-right: 120px;
}

.recruit-inner {
  padding: 120px 0;
}
.recruit-content:not(:last-of-type) {
  margin-bottom: 120px;
}
.recruit-content .info-table {
  margin-bottom: 0;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #16a2e3;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #16a2e3;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #16a2e3;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #16a2e3;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #16a2e3;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #16a2e3;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #16a2e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #16a2e3;
  border-right: 1px solid #16a2e3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #f6f6f6;
}
.footer-inner {
  padding: 80px 0;
}
.footer-flex {
  padding-bottom: 40px;
  margin-bottom: 29px;
  border-bottom: 1px solid #d8d8d8;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-contact:hover {
  opacity: 0.8;
}
.footer-textbox {
  max-width: 500px;
  width: 100%;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 29px;
}
.footer-tel {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.footer-tel .accent {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 4px;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-tel-txt img {
  display: block;
}
.footer-nav {
  max-width: 390px;
  width: 100%;
  height: 120px;
}
.footer-nav-list {
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(4n)) {
  margin-bottom: 16px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item a::before {
  content: "";
  width: 10px;
  height: 2px;
  margin-right: 10px;
  background-color: #16a2e3;
  border-radius: 1px;
}
.footer-nav-list-item a:hover {
  color: #16a2e3;
}
.footer-sub-list {
  max-width: 302px;
  width: 100%;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff !important;
}
.footer-bottom {
  background-color: #16a2e3;
}
.footer-bottom #copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}
.footer-bottom-inner {
  padding: 12px 0;
}