@charset "UTF-8";
body {
  padding-top: 84px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .page__fv {
    margin-bottom: 10.6666666667vw;
  }
}
.page__fv.bg__blue {
  background: #378BB2;
}
.page__fv.bg__blue .page__fv--title {
  color: #fff;
  position: relative;
  z-index: 3;
}
.page__fv.bg__blue .breadCrumb li,
.page__fv.bg__blue .breadCrumb a,
.page__fv.bg__blue .breadCrumb span {
  color: #fff;
}
.page__fv.contact__fv {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page__fv.contact__fv {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.about__fv {
    background: url(../img/page/message-img.jpg) no-repeat;
    background-size: cover;
    background-position: top;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.works__fv {
    background: url(../img/page/overview-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.recruit__fv {
    background: url(../img/page/recruit-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.jobs__fv {
    background: url(../img/page/sales-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
  }
  .page__fv.jobs__fv .breadCrumb li,
  .page__fv.jobs__fv .breadCrumb a,
  .page__fv.jobs__fv .breadCrumb span {
    color: #000;
  }
  .page__fv.jobs__fv .page__fv--title {
    color: #fff;
  }
  .page__fv.jobs__fv .breadCrumb li,
  .page__fv.jobs__fv .breadCrumb a,
  .page__fv.jobs__fv .breadCrumb span {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.benefit__fv {
    background: url(../img/page/benefit-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
  }
  .page__fv.benefit__fv .breadCrumb li,
  .page__fv.benefit__fv .breadCrumb a,
  .page__fv.benefit__fv .breadCrumb span {
    color: #000;
  }
  .page__fv.benefit__fv .page__fv--title {
    color: #000;
  }
  .page__fv.benefit__fv .breadCrumb li,
  .page__fv.benefit__fv .breadCrumb a,
  .page__fv.benefit__fv .breadCrumb span {
    color: #fff;
  }
}
.page__fv.interview__fv {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page__fv.interview__fv .page__fv--title {
    color: #000;
  }
  .page__fv.interview__fv .page__fv--subTitle {
    top: -10px;
  }
}
.page__fv.policy__fv {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.page__fv.policy__fv .page__fv--title {
  color: #000;
  text-align: center;
}

.breadCrumb {
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .breadCrumb {
    padding: 5.3333333333vw;
  }
}
.breadCrumb__lists {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.breadCrumb__list {
  font-size: 12px;
}
.breadCrumb__list a,
.breadCrumb__list span {
  color: #000;
  font-size: 12px;
}

.page__fv {
  padding: 0 40px 120px;
}
@media screen and (max-width: 768px) {
  .page__fv {
    padding: 34.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.page__fv--title {
  margin-top: 30px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__fv--title {
    font-size: 8vw;
    color: #fff;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .page__fv.single {
    padding: 0;
  }
  .page__fv.single .page__fv--title {
    text-align: center;
    color: #000;
  }
}
.page__fv--subTitle {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page__fv--subTitle {
    width: 80%;
    top: -20px;
  }
}
.page__fv--text {
  margin-top: 20px;
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 500;
}

.recruit {
  background: #378BB2;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding-bottom: 0vw;
  }
}
.recruit__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit__inner {
    display: block;
  }
}
.recruit__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .recruit__img {
    display: none;
  }
}
.recruit__contents {
  width: 50%;
  padding: 0 60px;
}
@media screen and (max-width: 1320px) {
  .recruit__contents {
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__contents {
    width: 100%;
    padding: 17.3333333333vw 9.3333333333vw 13.3333333333vw;
  }
}
.recruit__contents .section__title {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .recruit__contents .section__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .recruit__contents .section__title {
    font-size: 6.6666666667vw;
    margin-left: 0;
  }
}
.recruit__contents .section__title--en {
  top: -20px;
}
@media screen and (max-width: 768px) {
  .recruit__contents .section__title--en {
    width: 100%;
    left: -30px;
  }
  .recruit__contents .section__title--en img {
    transform: scale(1);
  }
}
.recruit__text {
  margin-top: 35px;
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
}

.recruit__main {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .recruit__main {
    padding: 10.6666666667vw 10.6666666667vw 21.3333333333vw;
  }
}

.recruit__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit__box .recruit__contents {
    padding: 0;
  }
}
.recruit__box .sp__img {
  margin-bottom: 8vw;
}
.recruit__box + .recruit__box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .recruit__box + .recruit__box {
    margin-top: 16vw;
  }
}
.recruit__box--subTitle {
  font-weight: bold;
  font-size: 23px;
  color: #378BB2;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 25px;
  padding-bottom: 10px;
  background: url(../img/page/arrow_right.svg) no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .recruit__box--subTitle {
    font-size: 4.8vw;
    margin-bottom: 15px;
  }
}
.recruit__box--subTitle.long {
  background: url(../img/page/arrow_right02.svg) no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.recruit__box--title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .recruit__box--title {
    font-size: 6.6666666667vw;
    margin-bottom: 8vw;
  }
}
.recruit__box--text {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .recruit__box--text {
    font-size: 3.7333333333vw;
  }
}
.recruit__box .more {
  padding: 17px 80px 17px 30px;
  background: #fff;
  color: #000;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_bk.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
  border: 1px solid #000;
  margin-top: 40px;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .recruit__box .more {
    margin: 30px auto 0;
    padding: 15px 60px 15px 39px;
  }
}
.recruit__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.recruit__box:nth-of-type(even) .more {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .recruit__box:nth-of-type(even) .more {
    margin: 30px auto 0;
  }
}

.entry {
  padding: 70px 40px 120px;
  background: rgba(53, 139, 178, 0.15);
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry {
    padding: 9.3333333333vw 8.5333333333vw 17.3333333333vw;
  }
}
.entry::after {
  content: "";
  background: rgba(53, 139, 178, 0.15);
  width: 94%;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 120px;
  height: 190px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .entry::after {
    height: 140px;
    top: 70px;
  }
}
.entry__inner {
  max-width: 1160px;
  margin: 0 auto;
  background: #fff;
  padding: 70px 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .entry__inner {
    width: 95%;
    padding: 18.6666666667vw 6.6666666667vw 6.6666666667vw;
  }
}
.entry .section__title--en {
  top: -75px;
}
@media screen and (max-width: 768px) {
  .entry .section__title--en {
    top: -88px;
    left: -65px;
  }
  .entry .section__title--en img {
    transform: scale(0.6);
  }
}
.entry__button {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 17px 80px 17px 36px;
  background: #378BB2;
  color: #fff;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_wh.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
}
@media screen and (max-width: 768px) {
  .entry__button {
    font-size: 3.7333333333vw;
    padding-right: 50px;
    padding-left: 20px;
  }
}

.jobs {
  background: #378BB2;
  padding: 0 40px 20px;
}
@media screen and (max-width: 768px) {
  .jobs {
    padding: 10.6666666667vw 0 0;
  }
}
.jobs__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .jobs__tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 10.6666666667vw;
  }
}
.jobs__tab {
  padding: 11px 52px 11px 22px;
  background: #fff;
  color: #000;
  font-size: 14px;
  background-image: url(../img/common/icon_arrow_bottom_bk.svg);
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
}
@media screen and (max-width: 768px) {
  .jobs__tab {
    font-size: 3.2vw;
  }
}

.links .jobs__tab {
  border: 1px solid #000;
}

.jobs__item--main {
  padding: 70px 0;
  background: #378BB2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .jobs__item--main {
    display: block;
  }
}
.jobs__item--contents {
  width: 50%;
  padding: 0 60px;
}
@media screen and (max-width: 1320px) {
  .jobs__item--contents {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .jobs__item--contents {
    padding: 0 10.6666666667vw;
  }
}
.jobs__item--contents h3 {
  margin-top: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .jobs__item--contents h3 {
    font-size: 5.3333333333vw;
    margin-top: 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.jobs__item--contents p {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .jobs__item--contents p {
    font-size: 3.7333333333vw;
  }
}
.jobs__item .section__title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .jobs__item .section__title {
    font-size: 6.6666666667vw;
  }
}
.jobs__item .section__title--en {
  left: -20px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .jobs__item .section__title--en {
    top: -40px;
    left: -70px;
  }
}
.jobs__item--img {
  width: 50%;
}
.jobs__item--img img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .jobs__item--img {
    display: none;
  }
}
.jobs__item .sp__img img {
  vertical-align: bottom;
}

.jobs__flow {
  background: rgba(53, 139, 178, 0.1);
  padding: 70px 40px;
}
@media screen and (max-width: 768px) {
  .jobs__flow {
    padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.jobs__flow--inner {
  max-width: 1060px;
  margin: 0 auto;
}
.jobs__flow--title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .jobs__flow--title {
    text-align: center;
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
.jobs__flow--img {
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jobs__flow--img {
    width: 80%;
    margin: 0 auto;
  }
}

.jobs__detail {
  padding: 50px 40px 90px;
}
@media screen and (max-width: 768px) {
  .jobs__detail {
    padding: 12vw 5.3333333333vw;
  }
  .jobs__detail--title {
    text-align: center;
  }
}
.jobs__detail--inner {
  max-width: 1060px;
  margin: 0 auto;
}
.jobs__detail--table {
  max-width: 1000px;
  margin: 25px auto 0;
}
.jobs__detail--table tr {
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .jobs__detail--table tr:last-child {
    border-bottom: none;
  }
}
.jobs__detail--table th {
  width: 15%;
  font-size: 15px;
  font-weight: bold;
  color: #378BB2;
  box-sizing: border-box;
  padding: 25px 20px;
  vertical-align: middle;
  line-height: 1.7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobs__detail--table th {
    font-size: 3.4666666667vw;
    width: 30%;
    padding: 18px 15px;
  }
}
.jobs__detail--table th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background: #949393;
}
.jobs__detail--table td {
  width: 85%;
  font-size: 14px;
  box-sizing: border-box;
  padding: 25px 20px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .jobs__detail--table td {
    width: 70%;
  }
}
.jobs__detail--table td strong {
  margin-top: 10px;
  display: inline-block;
}

.link__section {
  display: flex;
}
@media screen and (max-width: 768px) {
  .link__section {
    flex-direction: column;
  }
}

.link__item {
  width: 50%;
  padding: 150px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .link__item {
    width: 100%;
    padding: 18.6666666667vw 8vw;
  }
}
.link__item::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-image: url(../img/common/icon_arrow_bk.svg);
  background-repeat: no-repeat;
  background-size: 70px;
}
@media screen and (max-width: 768px) {
  .link__item::before {
    width: 37px;
    height: 37px;
    background-size: 37px;
  }
}
.link__item::after {
  transition: 0.3s ease;
  z-index: -1;
}
.link__item:nth-child(1)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/page/link-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.link__item:nth-child(2)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/page/link-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.link__item:hover::after {
  transform: scale(1.05);
}
.link__item h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .link__item h3 {
    font-size: 5.6vw;
  }
}
.link__item p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .link__item p {
    font-size: 5.6vw;
  }
}

.cases {
  padding: 0 40px 20px;
}
@media screen and (max-width: 768px) {
  .cases {
    padding: 0 10.6666666667vw 0;
  }
}
.cases__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cases__tabs {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.cases__tab {
  padding: 14px 35px;
  background: #fff;
  border: 1px solid #378BB2;
  color: #378BB2;
  font-weight: bold;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  font-size: 14px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cases__tab {
    padding: 8px 12px;
    font-size: 3.2vw;
    border-radius: 10px;
  }
}
.cases__tab.active {
  background: #378BB2;
  color: #fff;
}
.cases__tab:hover {
  background: #378BB2;
  color: #fff;
}

.casesList {
  padding: 70px 40px 140px;
}
@media screen and (max-width: 768px) {
  .casesList {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.casesList__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cases__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
@media screen and (max-width: 768px) {
  .cases__lists {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .cases__list {
    display: block;
    width: 100%;
    padding: 8vw 4vw;
    box-sizing: border-box;
  }
  .cases__list + .cases__list {
    border-top: 1px solid #000;
  }
}
.cases__list--img {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
.cases__list--img img {
  aspect-ratio: 1.2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cases__list--title {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .cases__list--title {
    font-size: 4vw;
  }
}

.pagination {
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 10.6666666667vw;
  }
}
.pagination__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .pagination__lists {
    gap: 10px;
  }
}
.pagination__lists a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pagination__lists a {
    font-size: 3.2vw;
    width: 35px;
    height: 35px;
  }
}
.pagination__lists a.current {
  background: #378BB2;
  color: #fff;
}
.pagination__lists a.prev {
  margin-right: 20px;
}
.pagination__lists a.next {
  margin-left: 20px;
}

.case__detail {
  padding: 40px 40px 140px;
}
@media screen and (max-width: 768px) {
  .case__detail {
    padding: 5.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.case__detail--inner {
  max-width: 1100px;
  margin: 0 auto;
}
.case__detail--slider {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .case__detail--slider {
    margin-bottom: 2.6666666667vw;
  }
}
.case__detail--slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__detail--thumbnails .swiper-slide {
  cursor: pointer;
}
.case__detail--thumbnails .swiper-slide img {
  width: 100%;
  aspect-ratio: 1.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__detail--wrap {
  padding: 0 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .case__detail--wrap {
    padding: 0;
  }
}
.case__detail--title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .case__detail--title {
    font-size: 4.2666666667vw;
  }
}
.case__detail--product {
  padding: 60px 0;
}
.case__detail--products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .case__detail--products {
    padding: 0 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}
.case__detail--products a img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .case__detail--products a img {
    margin-bottom: 10px;
  }
}
.case__detail--products a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .case__detail--products a span {
    font-size: 3.4666666667vw;
  }
}
.case__detail--construction {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .case__detail--construction {
    margin-top: 13.3333333333vw;
  }
}
.case__detail--construction table {
  width: 95%;
  margin: 0 auto;
}
.case__detail--construction table tr {
  border-bottom: 1px solid #000;
}
.case__detail--construction table tr:last-of-type {
  border-bottom: none;
}
.case__detail--construction table th {
  padding: 18px 16px;
  box-sizing: border-box;
  text-align: center;
  width: 15%;
  font-size: 15px;
  font-weight: bold;
  color: #378BB2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case__detail--construction table th {
    width: 30%;
    font-size: 13px;
    vertical-align: middle;
    padding: 18px 5px;
  }
}
.case__detail--construction table th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background: #949393;
}
.case__detail--construction table td {
  padding: 18px 16px;
  padding-left: 60px;
  box-sizing: border-box;
  width: 85%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .case__detail--construction table td {
    width: 70%;
    font-size: 13px;
    padding-left: 30px;
  }
}
.case__detail--head {
  font-size: 35px;
  font-weight: 500;
  padding-left: 10px;
  border-left: 15px solid #378BB2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .case__detail--head {
    font-size: 5.3333333333vw;
    border-left: 10px solid #378BB2;
    margin-bottom: 5.3333333333vw;
  }
}
.case__detail--more {
  margin: 0 auto;
  margin-top: 100px;
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  padding: 20px 40px;
  font-size: 18px;
  border: 1px solid #000000;
  border-radius: 1000px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .case__detail--more {
    font-size: 16px;
    margin-top: 60px;
  }
}
.case__detail--more:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .message,
  .benefit,
  .overview {
    padding-top: 30px;
  }
}
.message__inner,
.benefit__inner,
.overview__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .message__inner,
  .benefit__inner,
  .overview__inner {
    display: block;
  }
}
.message__img,
.benefit__img,
.overview__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .message__img,
  .benefit__img,
  .overview__img {
    width: 100%;
    display: none;
  }
}
.message__contents,
.benefit__contents,
.overview__contents {
  width: 50%;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .message__contents,
  .benefit__contents,
  .overview__contents {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.message__contents .section__title,
.benefit__contents .section__title,
.overview__contents .section__title {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  position: relative;
  z-index: 3;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .message__contents .section__title,
  .benefit__contents .section__title,
  .overview__contents .section__title {
    font-size: 5.3333333333vw;
    padding-right: 0;
    padding-left: 20px;
    margin-left: 0;
  }
}
.message__contents .section__title--en,
.benefit__contents .section__title--en,
.overview__contents .section__title--en {
  top: -40px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .message__contents .section__title--en,
  .benefit__contents .section__title--en,
  .overview__contents .section__title--en {
    right: unset;
    left: -60px;
    top: -45px;
  }
}
.message__contents h3,
.benefit__contents h3,
.overview__contents h3 {
  margin-top: 70px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .message__contents h3,
  .benefit__contents h3,
  .overview__contents h3 {
    font-size: 5.3333333333vw;
    margin-top: 6.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.message__text,
.benefit__text,
.overview__text {
  margin-top: 35px;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .message__text,
  .benefit__text,
  .overview__text {
    margin-top: 5.8666666667vw;
    font-size: 3.7333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.message.reverse,
.benefit.reverse,
.overview.reverse {
  margin-top: 80px;
}
.message.reverse .overview__inner,
.benefit.reverse .overview__inner,
.overview.reverse .overview__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .message.reverse .titleArea,
  .benefit.reverse .titleArea,
  .overview.reverse .titleArea {
    margin-bottom: 15px;
  }
}
.message.reverse .titleArea h2,
.benefit.reverse .titleArea h2,
.overview.reverse .titleArea h2 {
  text-align: left;
  margin-left: 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .message.reverse .titleArea h2,
  .benefit.reverse .titleArea h2,
  .overview.reverse .titleArea h2 {
    text-align: right;
    margin-left: auto;
    padding-left: 0;
    padding-right: 20px;
  }
}
.message.reverse .titleArea span,
.benefit.reverse .titleArea span,
.overview.reverse .titleArea span {
  left: -20px;
}
@media screen and (max-width: 768px) {
  .message.reverse .titleArea span,
  .benefit.reverse .titleArea span,
  .overview.reverse .titleArea span {
    top: -30px;
    left: unset;
    right: -30px;
  }
  .message.reverse .titleArea span img,
  .benefit.reverse .titleArea span img,
  .overview.reverse .titleArea span img {
    transform: scale(0.8);
  }
}
.message .right,
.benefit .right,
.overview .right {
  margin-top: 55px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .message .right,
  .benefit .right,
  .overview .right {
    margin-top: 8vw;
    padding: 0 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .benefit {
    padding: 16vw 0 12vw;
    background: #378BB2;
    color: #fff;
  }
  .benefit .titleArea span {
    top: -30px;
  }
}

@media screen and (max-width: 768px) {
  .overview .sp__img {
    padding: 0 5.3333333333vw;
  }
}
.overview__contents h3 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .overview__contents h3 {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.message {
  padding: 75px 0;
}
.message .section__title--en {
  left: -20px;
}
@media screen and (max-width: 768px) {
  .message .section__title--en {
    left: -60px;
  }
}

.support {
  padding: 0 40px 0;
}
@media screen and (max-width: 768px) {
  .support {
    padding: 0vw 10.6666666667vw 16vw;
  }
}
.support.support2 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .support.support2 {
    padding-bottom: 16vw;
  }
}
.support__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.support__inner.support__inner2 {
  max-width: 1200px;
}
.support__sec {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .support__sec {
    padding-top: 80px;
  }
}
.support__sec .titleArea {
  margin-bottom: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .support__sec .titleArea {
    margin-bottom: 20px;
  }
  .support__sec .titleArea h2 {
    font-size: 6.6666666667vw;
    text-align: left;
  }
}
.support__sec .section__title--en {
  left: 0;
}
@media screen and (max-width: 768px) {
  .support__sec .section__title--en {
    left: unset;
    right: -100px;
  }
  .support__sec .section__title--en img {
    transform: scale(0.6);
  }
}
.support__sec.support__sec .titleArea {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .support__sec.support__sec .titleArea {
    text-align: left;
    padding-left: 0;
  }
  .support__sec.support__sec .titleArea h2 {
    text-align: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .support__sec.support__sec .section__title--en {
    left: -70px;
    right: unset;
  }
  .support__sec.support__sec .section__title--en img {
    transform: scale(0.8);
  }
}
.support__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .support__box {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.support__item {
  width: 48.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .support__item {
    width: 100%;
    margin-bottom: 0;
  }
}
.support__item--img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .support__item--img {
    margin-bottom: 5.3333333333vw;
  }
}
.support__item--title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .support__item--title {
    font-size: 5.8666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.support__item--text {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .support__item--text {
    font-size: 3.7333333333vw;
  }
}

.access {
  padding: 0 40px 140px;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 0 10.6666666667vw 13.3333333333vw;
  }
}
.access__inner {
  max-width: 920px;
  margin: 0 auto;
}
.access__map {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .access__map {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .access__map iframe {
    height: 180px;
  }
}
.access__item {
  padding: 45px 56px;
}
@media screen and (max-width: 1320px) {
  .access__item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .access__item {
    padding: 20px 0 25px;
  }
}
.access__item--box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access__item--box {
    display: block;
  }
}
.access__item .address {
  line-height: 1.7;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .access__item .address {
    font-size: 4.2666666667vw;
  }
}
.access__item .map__btn {
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 1000px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .access__item .map__btn {
    height: 37px;
    width: 140px;
    font-size: 14px;
    margin: 35px auto 0;
    padding-bottom: 3px;
  }
}
.access__item + .access__item {
  border-top: 1px solid #000;
}
.access__item .time {
  display: flex;
  align-items: center;
}
.access__item .time span {
  display: block;
  width: 92px;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #378BB2;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .access__item .time span {
    width: 70px;
    font-size: 3.7333333333vw;
    margin-right: 15px;
  }
}
.access__item .time p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .access__item .time p {
    max-width: 70%;
    font-size: 3.7333333333vw;
  }
}
.access__item .time + .time {
  margin-top: 15px;
}
.access__item h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .access__item h3 {
    font-size: 4.2666666667vw;
  }
}
.access__item .list {
  display: flex;
  align-items: center;
  padding-left: 55px;
}
@media screen and (max-width: 1320px) {
  .access__item .list {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .access__item .list {
    padding-left: 0;
  }
}
.access__item .list + .list {
  margin-top: 15px;
}
.access__item .list span {
  display: block;
  width: 37px;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #378BB2;
  font-weight: bold;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .access__item .list span {
    margin-right: 15px;
    font-size: 3.2vw;
  }
}
.access__item .list p {
  line-height: 1.5;
  max-width: 90%;
}
@media screen and (max-width: 1320px) {
  .access__item .list p {
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .access__item .list p {
    font-size: 3.7333333333vw;
  }
}

.works {
  background: #378BB2;
  padding: 120px 40px 80px;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.works__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.works .section__title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .works .section__title {
    font-size: 6.6666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.works .section__title--en {
  left: -60px;
}
@media screen and (max-width: 768px) {
  .works .section__title--en {
    left: -50px;
    top: -50px;
  }
}
.works__slider {
  position: relative;
  margin-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .works__slider {
    margin-top: 13.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.works__slider--img img {
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.works__slider--contents {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(39, 113, 148, 0.7);
  padding: 15px 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .works__slider--contents {
    padding: 15px 20px;
  }
}
.works__slider--contents h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works__slider--contents h3 {
    font-size: 3.2vw;
  }
}
.works__slider--contents p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.works__slider--item {
  position: relative;
}
.works__slider .swiper-button-next,
.works__slider .swiper-button-prev {
  position: unset;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.works__slider .swiper-button-prev {
  margin-right: 15px;
}
.works__slider--nav {
  position: absolute;
  bottom: 0;
  right: 0;
  align-items: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .works__slider--nav {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.works__slider--nav .more {
  margin-left: 25px;
  padding: 17px 80px 17px 30px;
  background: #fff;
  color: #000;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_bk.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
}
@media screen and (max-width: 768px) {
  .works__slider--nav .more {
    margin-left: 20px;
    padding: 15px 60px 15px 39px;
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.contact {
  background: rgba(53, 139, 178, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact {
    background: url(../img/page/contact-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.contact__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    display: block;
  }
}
.contact__contents {
  width: 60%;
  padding: 90px 40px 40px 80px;
}
@media screen and (max-width: 1320px) {
  .contact__contents {
    padding: 90px 40px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact__contents {
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 37.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.contact .titleArea {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact .titleArea {
    margin-bottom: 4vw;
  }
}
.contact .titleArea .section__title--en {
  right: 0;
}
@media screen and (max-width: 768px) {
  .contact .titleArea .section__title--en {
    right: -40px;
  }
}
.contact .titleArea p {
  font-size: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact .titleArea p {
    font-size: 3.7333333333vw;
  }
}
.contact .more {
  padding: 17px 70px 17px 36px;
  background: #378BB2;
  color: #fff;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_wh.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
  margin-left: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .contact .more {
    margin: 30px auto 0;
    display: block;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
  }
}
.contact .tel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .contact .tel {
    margin-bottom: 10.6666666667vw;
  }
}
.contact .tel img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .contact .tel img {
    width: 9.3333333333vw;
  }
}
.contact .tel .number {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .contact .tel .number {
    font-size: 8vw;
  }
}
.contact__img {
  width: 40%;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contact__img {
    display: none;
  }
}
.contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link__section2 {
  padding: 140px 0 200px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .link__section2 {
    padding: 0;
    display: block;
  }
}

.link__item2 {
  width: 50%;
  display: block;
}
@media screen and (max-width: 768px) {
  .link__item2 {
    width: 100%;
    padding-top: 30px;
  }
}
.link__item2 .titleArea {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .link__item2 .titleArea {
    margin-top: 18.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .link__item2 .titleArea h2 {
    padding-left: 5.3333333333vw;
    font-size: 7.2vw;
  }
  .link__item2 .titleArea span {
    left: -40px;
  }
}
.link__item2--contents {
  padding: 145px 40px 100px;
  background: url(../img/page/link-bg-01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link__item2--contents {
    padding: 24vw 5.3333333333vw 10.6666666667vw;
  }
}
.link__item2--contents::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  background: url(../img/common/icon_arrow_wh.svg) no-repeat;
  background-size: 70px;
}
@media screen and (max-width: 768px) {
  .link__item2--contents::after {
    width: 35px;
    height: 35px;
    background-size: 35px;
    bottom: 20px;
    right: 20px;
  }
}
.link__item2--contents p {
  color: #fff;
  font-size: 23px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .link__item2--contents p {
    font-size: 5.3333333333vw;
  }
}
.link__item2.link__item02 {
  transform: translateY(150px);
}
@media screen and (max-width: 768px) {
  .link__item2.link__item02 {
    transform: translate(0);
  }
}
.link__item2.link__item02 .link__item2--contents {
  background: url(../img/page/link-bg-02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.link__item2.link__item02 .titleArea h2 {
  text-align: right;
}
.link__item2.link__item02 .titleArea span {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .link__item2.link__item02 .titleArea span {
    right: -40px;
    left: unset;
  }
}
.link__item2.link__item03 .link__item2--contents {
  background: url(../img/page/link-bg-03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.link__item2.link__item04 {
  transform: translateY(150px);
}
@media screen and (max-width: 768px) {
  .link__item2.link__item04 {
    transform: translate(0);
  }
}
.link__item2.link__item04 .link__item2--contents {
  background: url(../img/page/link-bg-04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.link__item2.link__item05 .link__item2--contents {
  background: url(../img/page/link-bg-05.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.machine {
  margin-top: 90px;
  padding: 100px 40px;
  background: rgba(55, 139, 178, 0.15);
}
@media screen and (max-width: 768px) {
  .machine {
    margin-top: 13.3333333333vw;
    padding: 13.3333333333vw 5.3333333333vw 18.6666666667vw;
  }
}
.machine__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.machine__title {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .machine__title {
    font-size: 6.6666666667vw;
  }
}
.machine p {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .machine p {
    font-size: 4.8vw;
  }
}
.machine__lists {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .machine__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 25px;
  }
}
.machine__list--img {
  margin-bottom: 20px;
}
.machine__list--title {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .machine__list--title {
    font-size: 3.4666666667vw;
  }
}

.flow {
  padding: 150px 0 120px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 18.6666666667vw 5.3333333333vw 26.6666666667vw;
  }
}
.flow__inner {
  max-width: 1400px;
  margin: 0 auto;
}
.flow .titleArea {
  text-align: center;
}
.flow .titleArea h2 {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .flow .titleArea h2 {
    font-size: 6.6666666667vw;
  }
}
.flow .section__title--en {
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .flow .section__title--en {
    width: 100%;
    top: -20px;
  }
  .flow .section__title--en img {
    width: 100%;
    transform: scale(1);
  }
}
.flow__lists {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .flow__lists {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
.flow__list {
  width: 24.5%;
  position: relative;
  height: 380px;
  padding-top: 135px;
  padding-left: 3%;
  padding-right: 2%;
  z-index: 5;
}
.flow__list::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 100%;
  background: rgba(55, 139, 178, 0.15);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .flow__list::after {
    left: 0;
    width: 100%;
    height: 40px;
    background: #3498db;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
            clip-path: polygon(50% 100%, 100% 0, 0 0); /* 長い下向き三角形 */
    top: 99%;
  }
}
@media screen and (max-width: 768px) {
  .flow__list {
    height: auto;
    width: 85%;
    margin: 0 auto;
    padding-top: 13.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 8vw;
    padding-left: 16vw;
  }
}
.flow__list--num {
  position: absolute;
  top: -20%;
  z-index: 3;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: #fff;
  font-size: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  color: #378BB2;
}
@media screen and (max-width: 1320px) {
  .flow__list--num {
    top: -14%;
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow__list--num {
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 75px;
    height: 75px;
  }
}
.flow__list--contents h3 {
  margin-bottom: 34px;
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 1320px) {
  .flow__list--contents h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .flow__list--contents h3 {
    font-size: 5.6vw;
    margin-bottom: 2.6666666667vw;
  }
}
.flow__list--contents h3 span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flow__list--contents h3 span {
    font-size: 3.7333333333vw;
  }
}
.flow__list--contents p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .flow__list--contents p {
    font-size: 3.7333333333vw;
  }
}
.flow__list:nth-child(1) {
  background: rgba(55, 139, 178, 0.15);
}
.flow__list:nth-child(1)::after {
  background: #E1EEF3;
}
.flow__list:nth-child(2) {
  z-index: 4;
  background: rgba(55, 139, 178, 0.25);
  padding-left: 6%;
}
.flow__list:nth-child(2)::after {
  background: #CDE2EC;
}
@media screen and (max-width: 768px) {
  .flow__list:nth-child(2) {
    padding-left: 16vw;
  }
}
.flow__list:nth-child(3) {
  z-index: 3;
  background: rgba(55, 139, 178, 0.35);
  padding-left: 6%;
}
.flow__list:nth-child(3)::after {
  background: #B9D6E4;
}
.flow__list:nth-child(3) .flow__list--contents h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flow__list:nth-child(3) {
    padding-left: 16vw;
  }
}
.flow__list:nth-child(4) {
  z-index: 2;
  padding-left: 6%;
  background: rgba(55, 139, 178, 0.45);
}
.flow__list:nth-child(4)::after {
  background: #A5CBDC;
}
@media screen and (max-width: 768px) {
  .flow__list:nth-child(4) {
    padding-left: 16vw;
  }
}

.link__case {
  margin-bottom: 80px;
  padding: 70px 40px 60px;
  background: url(../img/page/bg-case.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .link__case {
    padding: 17.3333333333vw 5.3333333333vw 17.3333333333vw;
  }
}
.link__case--title {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .link__case--title {
    font-size: 6.6666666667vw;
    margin-bottom: 15px;
  }
}
.link__case--text {
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .link__case--text {
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.link__case .more {
  margin-left: 25px;
  padding: 17px 60px 17px 30px;
  background: #fff;
  color: #000;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_bk.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .link__case .more {
    margin-left: 0;
    padding: 15px 60px 15px 39px;
    margin: 0 auto;
  }
}

.mission__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mission__item {
  max-width: 1040px;
  margin: 0 auto;
}
.mission__item:nth-child(1) {
  margin-left: 0;
}
.mission__item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .mission__item:nth-child(2) .mission__item--title {
    text-align: right;
    padding-right: 0;
  }
  .mission__item:nth-child(2) .mission__item--contents h4 {
    text-align: right;
  }
}
.mission__item--title {
  margin-bottom: -2px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .mission__item--title {
    transform: scale(0.7) translateY(10px);
    padding-left: 0;
  }
}
.mission__item--title img {
  vertical-align: bottom;
}
.mission__item--contents {
  padding: 40px 100px;
  background: #378BB2;
}
@media screen and (max-width: 768px) {
  .mission__item--contents {
    padding: 13.3333333333vw 10.6666666667vw 14.6666666667vw;
  }
}
.mission__item--contents h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .mission__item--contents h4 {
    font-size: 5.3333333333vw;
  }
}
.mission__item--contents p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .mission__item--contents p {
    font-size: 3.7333333333vw;
  }
}

.company {
  padding: 150px 40px 70px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 21.3333333333vw 5.3333333333vw 16vw;
  }
}
.company .titleArea {
  text-align: center;
}
.company .titleArea .section__title--en {
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .company .titleArea .section__title--en {
    top: -25px;
    width: 100%;
  }
  .company .titleArea .section__title--en img {
    width: 100%;
    transform: scale(1);
  }
}
.company .jobs__detail--table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .company .jobs__detail--table {
    margin-top: 15px;
  }
}
.company .jobs__detail--table table {
  width: 100%;
}

.history {
  padding: 100px 40px;
  background: rgba(53, 139, 178, 0.1);
}
@media screen and (max-width: 768px) {
  .history {
    padding: 22.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.history .titleArea {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .history .titleArea {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.history .titleArea span {
  right: -40px;
}
@media screen and (max-width: 768px) {
  .history .titleArea span {
    top: -30px;
    right: unset;
    left: 50%;
  }
  .history .titleArea span img {
    transform: translateX(-50%) scale(1);
  }
}
.history .titleArea h2 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .history .titleArea h2 {
    text-align: center;
  }
}
.history__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .history__inner {
    display: block;
  }
}
.history__contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .history__contents {
    width: 100%;
  }
}
.history__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history__item--title {
  color: #378BB2;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  width: 40%;
  text-align: center;
  height: 100%;
  padding-bottom: 62px;
  position: relative;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .history__item--title {
    margin-top: 0;
    padding-bottom: 12vw;
    font-size: 4vw;
  }
}
.history__item--title::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #378BB2;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .history__item--title::after {
    top: 0;
  }
}
.history__item--title span {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .history__item--title span {
    font-size: 5.8666666667vw;
  }
}
.history__item--text {
  border-left: 2px solid #378BB2;
  padding-left: 100px;
  width: 60%;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: 62px;
}
@media screen and (max-width: 1320px) {
  .history__item--text {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .history__item--text {
    font-size: 3.7333333333vw;
    padding-left: 6.6666666667vw;
    padding-bottom: 12vw;
  }
}

.partner {
  padding: 200px 40px 120px;
}
@media screen and (max-width: 768px) {
  .partner {
    padding: 29.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.partner__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.partner .titleArea {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .partner .titleArea {
    margin-bottom: 5.8666666667vw;
  }
}
.partner .titleArea .section__title--en {
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .partner .titleArea .section__title--en {
    width: 85%;
    top: -20px;
  }
  .partner .titleArea .section__title--en img {
    width: 100%;
    transform: scale(1);
  }
}
.partner .titleArea .section__title--en.section__title--en01 {
  top: -100px;
}
@media screen and (max-width: 768px) {
  .partner .titleArea .section__title--en.section__title--en01 {
    width: 100%;
    top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .partner .titleArea h2 {
    font-size: 6.6666666667vw;
  }
}
.partner__table {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .partner__table tr {
    display: flex;
    flex-direction: column;
  }
}
.partner__table th {
  background: rgba(55, 139, 178, 0.25);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  width: 18%;
  box-sizing: border-box;
  vertical-align: middle;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
}
@media screen and (max-width: 768px) {
  .partner__table th {
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    border-right: none;
  }
}
.partner__table td {
  padding: 40px 60px;
  box-sizing: border-box;
  background: rgba(53, 139, 178, 0.1);
  border-bottom: 8px solid #fff;
}
@media screen and (max-width: 1320px) {
  .partner__table td {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 768px) {
  .partner__table td {
    padding: 25px 20px;
  }
}
.partner__table td h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .partner__table td h3 {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.partner__table td ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 40px;
}
@media screen and (max-width: 1320px) {
  .partner__table td ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .partner__table td ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 10px;
  }
}
.partner__table td ul li {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .partner__table td ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .partner__table td {
    width: 100%;
  }
}

.contact__form {
  padding: 0 40px 80px;
}
@media screen and (max-width: 768px) {
  .contact__form {
    padding: 0 5.3333333333vw 20vw;
  }
}
.contact__form--inner {
  max-width: 1040px;
  margin: 0 auto;
}

.contact__flow {
  display: flex;
  justify-content: center;
  gap: 73px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .contact__flow {
    gap: 30px;
    margin: 0 auto 35px;
  }
}
.contact__flow::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #378BB2;
  z-index: -1;
}
.contact__flow--item {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 1px solid #378BB2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2;
  color: #378BB2;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact__flow--item {
    font-size: 18px;
    width: 80px;
    height: 80px;
  }
}
.contact__flow--item.active {
  background: #378BB2;
  color: #fff;
}

.contact__text.enter {
  display: block;
}

.contact__text.confirm {
  display: none;
}

form[data-screen=confirm] .contact__flow--item:nth-child(1) {
  color: #378BB2;
  background: #fff;
}
form[data-screen=confirm] .contact__flow--item:nth-child(2) {
  background: #378BB2;
  color: #fff;
}
form[data-screen=confirm] .smf-item {
  padding: 30px 0;
  margin-bottom: 0;
}
form[data-screen=confirm] .smf-item + .smf-item {
  border-top: 1px solid #949393;
}
form[data-screen=confirm] .smf-item__col--controls {
  padding-left: 80px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  form[data-screen=confirm] .smf-item__col--controls {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  form[data-screen=confirm] .smf-item__col--label {
    margin-bottom: 20px;
  }
}
form[data-screen=confirm] .wp-block-columns {
  display: none;
}
form[data-screen=confirm] .smf-action {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  form[data-screen=confirm] .smf-action {
    margin-top: 50px;
  }
}
form[data-screen=confirm] .contact__text.enter {
  display: none;
}
form[data-screen=confirm] .contact__text.confirm {
  display: block;
}

.contact__text {
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact__text {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .snow-monkey-form {
    margin: 9.3333333333vw auto 0;
    padding: 0 5.3333333333vw;
  }
}

.wp-block-snow-monkey-forms-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wp-block-snow-monkey-forms-item {
    display: block;
  }
}
.wp-block-snow-monkey-forms-item:last-of-type {
  align-items: flex-start;
}

.smf-item__col--label {
  width: 20%;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
.smf-item__col--label .required {
  display: inline-block;
  padding: 8px 14px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  border-radius: 1000px;
  background: #378BB2;
  margin-left: 18px;
}
@media screen and (max-width: 768px) {
  .smf-item__col--label .required {
    font-size: 3.2vw;
    overflow: 6px 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .smf-item__col--label {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 3.4666666667vw;
  }
}

.smf-item__col--controls {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .smf-item__col--controls {
    width: 100%;
  }
}

.smf-select-control__control {
  width: 312px;
  height: 60px;
  background: #EEEEEE !important;
  border-radius: 0 !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .smf-select-control__control {
    width: 230px;
    height: 40px;
  }
}

.smf-text-control input {
  height: 60px;
  width: 100%;
  background: #EEEEEE !important;
  border-radius: 0 !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .smf-text-control input {
    height: 40px;
  }
}

.smf-form .smf-textarea-control__control {
  width: 100%;
  background: #EEEEEE !important;
  border-radius: 0 !important;
  border: none !important;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .smf-form .smf-textarea-control__control {
    height: 190px;
  }
}
.smf-form .smf-textarea-control__control::-moz-placeholder {
  color: #A6A6A6 !important;
}
.smf-form .smf-textarea-control__control::placeholder {
  color: #A6A6A6 !important;
}

.smf-control-fieldset {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

.smf-checkbox-control {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  margin-top: 80px;
  border-top: 1px solid #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .smf-checkbox-control {
    font-size: 3.7333333333vw;
    margin-top: 12vw;
    padding-top: 10.6666666667vw;
  }
}
.smf-checkbox-control input {
  margin: 0 !important;
}

.smf-button-control__control {
  padding: 17px 80px 17px 30px !important;
  background-color: #fff !important;
  color: #000;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_bk.svg) !important;
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px !important;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto !important;
  border: 1px solid #000 !important;
  font-size: 18px;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 768px) {
  .smf-button-control__control {
    font-size: 3.7333333333vw;
    padding: 15px 50px 15px 29px !important;
  }
}

.smf-action {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .smf-action {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .smf-button-control + .smf-button-control {
    margin-top: 30px;
    display: block;
  }
}
.smf-button-control + .smf-button-control button {
  padding: 17px 80px 17px 56px !important;
  background-color: #378BB2 !important;
  color: #fff !important;
  font-size: 18px;
  background-image: url(../img/common/icon_arrow_wh.svg) !important;
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
  border-color: #378BB2 !important;
}
@media screen and (max-width: 768px) {
  .smf-button-control + .smf-button-control button {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto !important;
    font-size: 3.7333333333vw;
    padding: 15px 50px 15px 29px !important;
  }
}

.thanks {
  text-align: center;
}
.thanks h3 {
  font-size: 32px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .thanks h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.thanks p {
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .thanks p {
    margin-bottom: 9.3333333333vw;
  }
}
.thanks .top__btn {
  margin: 0 auto;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

main.page {
  position: relative;
}
@media screen and (max-width: 768px) {
  main.page .breadCrumb {
    position: absolute;
    top: 20px;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  main.page .breadCrumb a,
  main.page .breadCrumb span,
  main.page .breadCrumb li {
    color: #fff;
  }
}

.interviewer {
  padding: 0 40px 50px;
}
@media screen and (max-width: 768px) {
  .interviewer {
    padding: 0 5.3333333333vw 10.6666666667vw;
  }
}
.interviewer__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.interviewer__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #378BB2;
}
@media screen and (max-width: 768px) {
  .interviewer__title {
    text-align: center;
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
}
.interviewer__lists {
/*   display: grid;
  grid-template-columns: repeat(4, 1fr);*/
  gap: 10px; 
	display:flex;
	justify-content:center;
}
@media screen and (max-width: 768px) {
  .interviewer__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.interviewer__list {
  background: rgba(55, 139, 178, 0.07);
  padding: 45px 40px 60px;
  text-align: center;
	max-width:250px;
}
@media screen and (max-width: 768px) {
  .interviewer__list {
	  width:48%;
    padding: 4.8vw 5.3333333333vw 8vw;
  }
}
.interviewer__list:nth-of-type(even) {
  background: rgba(55, 139, 178, 0.2);
}
.interviewer__list--img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .interviewer__list--img {
    margin-bottom: 15px;
  }
}
.interviewer__list--img img {
  width: 100%;
  border-radius: 50%;
	aspect-ratio:1;
	object-fit:cover;
}
.interviewer__list--name {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .interviewer__list--name {
    font-size: 4.8vw;
  }
}
.interviewer__list--profile {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .interviewer__list--profile {
    font-size: 3.2vw;
  }
}
.interviewer--img {
  margin-bottom: 25px;
}
.interviewer--img img {
  width: 100%;
  border-radius: 50%;
}
.interviewer--name {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.interviewer--profile {
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.interview__item {
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .interview__item {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.interview__item--inner {
  max-width: 1160px;
  margin: 0 auto;
}
.interview__item--title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .interview__item--title {
    align-items: flex-end;
  }
}
.interview__item--title .num {
  position: absolute;
  top: -30px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .interview__item--title .num img {
    width: 55px;
  }
}
.interview__item--title span {
  font-size: 90px;
  color: #378BB2;
  font-family: "Nova Mono", monospace;
}
@media screen and (max-width: 768px) {
  .interview__item--title span {
    font-size: 14.6666666667vw;
    display: block;
    padding-bottom: 20px;
  }
}
.interview__item--title h2 {
  font-size: 30px;
  font-weight: bold;
  color: #378BB2;
}
@media screen and (max-width: 768px) {
  .interview__item--title h2 {
    line-height: 1.3;
    font-size: 5.6vw;
  }
}
.interview__item05 .interview__item--inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .interview__item05 .interview__item--inner {
    padding-bottom: 0vw;
  }
}
.interview__item05 .interview__item--title {
  margin-bottom: 40px;
}
.interview__item--lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.interview__item--box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .interview__item--box {
    display: block;
  }
}
.interview__item--boxItem {
  background: rgba(55, 139, 178, 0.07);
  padding: 45px 32px 50px;
}
@media screen and (max-width: 768px) {
  .interview__item--boxItem {
    padding: 8vw 5.8666666667vw;
    margin-bottom: 4.5333333333vw;
  }
}
.interview__item--boxItem:nth-of-type(even) {
  background: rgba(55, 139, 178, 0.2);
}
.interview__item--boxItem .main {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .interview__item--boxItem .main {
    margin-bottom: 5.3333333333vw;
  }
}
.interview__item--boxItem .main img {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview__item--boxItem .main .name {
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .interview__item--boxItem .main .name {
    font-size: 4vw;
	  line-height:1.5;
  }
}
.interview__item--boxItem .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.interview__item--boxItem .item .time {
  padding: 0 14px;
  padding-left: 0;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .interview__item--boxItem .item .time {
    width: 32%;
  }
}
.interview__item--boxItem .item .time span {
  padding: 8px 0;
  width: 70px;
  text-align: center;
  background: #378BB2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
  display: inline-block;
}
.interview__item--boxItem .item .schedule {
  width: 65%;
  padding-left: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: 8px dotted #378BB2;
}
@media screen and (max-width: 768px) {
  .interview__item--boxItem .item .schedule {
    font-size: 3.7333333333vw;
    width: 68%;
  }
}
.interview__item--list {
  background: rgba(53, 139, 178, 0.07);
  padding: 25px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .interview__item--list {
    padding: 5.3333333333vw;
    align-items: flex-start;
  }
}
.interview__item--list:nth-of-type(even) {
  background: rgba(53, 139, 178, 0.2);
}
.interview__item--list .img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .interview__item--list .img img {
    width: 70px;
    height: 70px;
  }
}
.interview__item--list .img .name {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
  display: none;
}
@media screen and (max-width: 768px) {
  .interview__item--list .img .name {
    text-align: center;
    margin-top: 10px;
    display: block;
    font-size: 4vw;
  }
}
.interview__item--list .contents {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  .interview__item--list .contents {
    width: calc(100% - 90px);
  }
}
.interview__item--list .contents .name {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .interview__item--list .contents .name {
    display: none;
    font-size: 4vw;
  }
}
.interview__item--list .contents .text {
  font-size: 14px;
  display: block;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .interview__item--list .contents .text {
    font-size: 3.4666666667vw;
  }
}

.policy {
  padding: 0 40px 80px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.policy__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.policy p {
  line-height: 2;
  margin-bottom: 30px;
}
.policy a {
  text-decoration: underline;
}/*# sourceMappingURL=page.css.map */