/* =============================================
  media query
============================================= */
/* =============================================
  px vw
============================================= */
/* =============================================
  default settings
============================================= */
:root {
  --color-primary: #0082be;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.1333333333vw;
  }
}
body.active {
  overflow: hidden;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.inner {
  max-width: calc(1200px + 8rem);
  margin: 0 auto;
  padding: 0 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 2.6666666667vw;
  }
}

.pc {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block !important;
  }
}

.required {
  background: var(--color-primary);
  margin-left: 2rem;
  color: #fff;
  width: 5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 0.5rem;
  text-align: center;
  display: inline-block;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .required {
    margin-left: 3.3333333333vw;
    font-size: 2.4vw;
    width: 9.3333333333vw;
    height: 3.7333333333vw;
    line-height: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
}

.any {
  background: #229a38;
  margin-left: 2rem;
  color: #fff;
  width: 5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 0.5rem;
  text-align: center;
  display: inline-block;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .any {
    margin-left: 3.3333333333vw;
    font-size: 2.4vw;
    width: 9.3333333333vw;
    height: 3.7333333333vw;
    line-height: 3.7333333333vw;
    border-radius: 1.0666666667vw;
  }
}

.error {
  color: rgb(232, 16, 16);
  font-size: 1.2rem;
  margin-top: 0.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .error {
    font-size: 2.6666666667vw;
    margin-top: 0.6666666667vw;
  }
}

.fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity ease 1s, transform ease 1s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

.pageTop {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  width: 6rem;
  display: block;
  z-index: 999;
}
@media screen and (max-width: 1350px) {
  .pageTop {
    width: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .pageTop {
    width: 8vw;
    right: 4vw;
    bottom: 6.6666666667vw;
  }
}
.pageTop img {
  transition: opacity ease 0.3s;
}
.pageTop img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1350px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 2.6666666667vw;
  }
}
.breadcrumb--recruit {
  position: absolute;
  top: 2rem;
  left: 3rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .breadcrumb--recruit {
    top: 4vw;
    left: 2.6666666667vw;
  }
}
.breadcrumb--recruit a {
  color: #fff;
}
.breadcrumb--recruit span {
  color: #fff;
}
.breadcrumb a {
  transition: opacity ease 0.3s;
}
.breadcrumb a:hover {
  opacity: 0.6;
}

.wp-pagenavi {
  margin-top: 10rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
  .wp-pagenavi {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 13.3333333333vw;
    gap: 1.3333333333vw;
    padding-left: 6.6666666667vw;
  }
}
.wp-pagenavi .page {
  border: 1px solid #969696;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  display: inline-block;
  border-radius: 1rem;
  font-size: 2.4rem;
  color: #969696;
  font-family: "Roboto", sans-serif;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .wp-pagenavi .page {
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 1.9rem;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .page {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.wp-pagenavi .page:hover {
  opacity: 0.7;
}
.wp-pagenavi .current {
  border: 1px solid #969696;
  background: #969696;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  display: inline-block;
  border-radius: 1rem;
  font-size: 2.4rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1350px) {
  .wp-pagenavi .current {
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 1.9rem;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .current {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 1.3333333333vw;
  }
}

.scrollImg ul {
  display: flex;
  overflow-x: hidden;
  margin-bottom: 0.3rem;
}
.scrollImg ul:last-child {
  margin-bottom: 0;
}
.scrollImg ul.scrollImgLeft li {
  animation: scrollLeftImg 80s infinite linear both;
}
.scrollImg ul.scrollImgRight li {
  animation: scrollRightImg 80s infinite linear both;
}
.scrollImg ul li img {
  width: 1920px;
  max-height: 33.3333333333vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
  .scrollImg ul li img {
    width: 1350px;
  }
}
@media screen and (max-width: 768px) {
  .scrollImg ul li img {
    width: 256vw;
  }
}

@keyframes scrollLeftImg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrollRightImg {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* =============================================
  accordions
============================================= */
.accordions {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .accordions {
    margin-top: 12vw;
  }
}
.accordions .accordion {
  background: #f0f5f5;
  border-radius: 1rem;
  padding: 0 10rem 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .accordions .accordion {
    padding: 0 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.accordions .accordion:last-child {
  margin-bottom: 0;
}
.accordions .accordion__ttl {
  padding: 3rem 0;
  position: relative;
  font-size: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .accordions .accordion__ttl {
    padding: 4vw 0;
    font-size: 4.2666666667vw;
  }
}
.accordions .accordion__ttl.is-show::after {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 16px solid #00b4fa;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  .accordions .accordion__ttl.is-show::after {
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-bottom: 2.8vw solid #00b4fa;
  }
}
.accordions .accordion__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #00b4fa;
  border-bottom: 0;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .accordions .accordion__ttl::after {
    border-right: 2vw solid transparent;
    border-left: 2vw solid transparent;
    border-top: 2.8vw solid #00b4fa;
  }
}
.accordions .accordion__body {
  padding-bottom: 10rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .accordions .accordion__body {
    padding-bottom: 13.3333333333vw;
  }
}
.accordions .accordion__list {
  border-top: 1px solid #969696;
}
.accordions .accordion__list div {
  border-bottom: 1px solid #969696;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: 20rem 1fr;
}
@media screen and (max-width: 768px) {
  .accordions .accordion__list div {
    padding: 2.6666666667vw 0;
    grid-template-columns: 26.6666666667vw 1fr;
  }
}
.accordions .accordion__list div dt, .accordions .accordion__list div dd {
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .accordions .accordion__list div dt, .accordions .accordion__list div dd {
    font-size: 3.2vw;
  }
}
.accordions .accordion__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .accordions .accordion__btn {
    margin-top: 6.6666666667vw;
  }
}

/* =============================================
  btn
============================================= */
.btn--transparent, .btn--accordion {
  width: 31rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 2.5rem;
  border: 1px solid #000;
  padding-left: 2.5rem;
  position: relative;
  transition: color ease 0.3s, background ease 0.3s;
  display: block;
}
@media screen and (max-width: 768px) {
  .btn--transparent, .btn--accordion {
    width: 65.3333333333vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 5.3333333333vw;
    padding-left: 3.3333333333vw;
  }
}
.btn--transparent:hover, .btn--accordion:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}
.btn--transparent:hover::before, .btn--accordion:hover::before, .btn--transparent:hover::after, .btn--accordion:hover::after {
  background: #fff;
}
.btn--transparent::before, .btn--accordion::before, .btn--transparent::after, .btn--accordion::after {
  content: "";
  position: absolute;
  right: 3.5rem;
  height: 1px;
  background: #000;
  transition: background ease 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--transparent::before, .btn--accordion::before, .btn--transparent::after, .btn--accordion::after {
    right: 4.6666666667vw;
  }
}
.btn--transparent::before, .btn--accordion::before {
  top: 55%;
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .btn--transparent::before, .btn--accordion::before {
    width: 4.2666666667vw;
  }
}
.btn--transparent::after, .btn--accordion::after {
  top: 55%;
  transform: rotate(45deg);
  transform-origin: top right;
  width: 1rem;
}
@media screen and (max-width: 768px) {
  .btn--transparent::after, .btn--accordion::after {
    width: 2vw;
  }
}
.btn--whiteBorder {
  width: 31rem;
  height: 5rem;
  display: block;
  line-height: 5rem;
  border-radius: 2.5rem;
  border: 1px solid #fff;
  color: #fff;
  padding-left: 2.5rem;
  position: relative;
  transition: color ease 0.3s, background ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .btn--whiteBorder {
    width: 26rem;
    height: 4rem;
    line-height: 4rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn--whiteBorder {
    width: 41.3333333333vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    padding-left: 0;
    font-size: 3.2vw;
    text-align: center;
  }
}
.btn--whiteBorder:hover {
  background: #fff;
  color: var(--color-primary);
}
.btn--whiteBorder:hover::before, .btn--whiteBorder:hover::after {
  background: var(--color-primary);
}
.btn--whiteBorder::before, .btn--whiteBorder::after {
  content: "";
  position: absolute;
  right: 3.5rem;
  height: 1px;
  background: #fff;
  transition: background ease 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--whiteBorder::before, .btn--whiteBorder::after {
    content: none;
  }
}
.btn--whiteBorder::before {
  top: 55%;
  width: 2rem;
}
.btn--whiteBorder::after {
  top: 55%;
  transform: rotate(45deg);
  transform-origin: top right;
  width: 1rem;
}
.btn--googleMap {
  display: inline-block;
  width: 18rem;
  height: 5rem;
  line-height: 5rem;
  border: 1px solid #000;
  border-radius: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
  transition: color ease 0.3s, background ease 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--googleMap {
    width: 40vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 5.3333333333vw;
    padding-left: 3.3333333333vw;
  }
}
.btn--googleMap:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}
.btn--googleMap:hover::before, .btn--googleMap:hover::after {
  background: #fff;
}
.btn--googleMap::before, .btn--googleMap::after {
  content: "";
  position: absolute;
  right: 3.5rem;
  height: 1px;
  background: #000;
  transition: background ease 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--googleMap::before, .btn--googleMap::after {
    right: 4.6666666667vw;
  }
}
.btn--googleMap::before {
  top: 55%;
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .btn--googleMap::before {
    width: 4.2666666667vw;
  }
}
.btn--googleMap::after {
  top: 55%;
  transform: rotate(45deg);
  transform-origin: top right;
  width: 1rem;
}
@media screen and (max-width: 768px) {
  .btn--googleMap::after {
    width: 2vw;
  }
}
.btn--conf, .btn--entryConf {
  position: relative;
}
.btn--conf input, .btn--entryConf input {
  display: inline-block;
  text-align: left;
  width: 18rem;
  height: 5rem;
  line-height: 5rem;
  border: 1px solid #000;
  border-radius: 2.5rem;
  padding-left: 2.5rem;
  transition: color ease 0.3s, background ease 0.3s;
  color: #000;
}
@media screen and (max-width: 768px) {
  .btn--conf input, .btn--entryConf input {
    width: 41.3333333333vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    padding-left: 0;
    text-align: center;
    font-size: 3.2vw;
  }
}
.btn--conf:hover input, .btn--entryConf:hover input {
  background: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
}
.btn--conf:hover::before, .btn--entryConf:hover::before, .btn--conf:hover::after, .btn--entryConf:hover::after {
  background: #fff;
}
.btn--conf::before, .btn--entryConf::before, .btn--conf::after, .btn--entryConf::after {
  content: "";
  position: absolute;
  right: 3.5rem;
  height: 1px;
  background: #000;
  transition: background ease 0.3s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn--conf::before, .btn--entryConf::before, .btn--conf::after, .btn--entryConf::after {
    content: none;
  }
}
.btn--conf::before, .btn--entryConf::before {
  top: 55%;
  width: 2rem;
}
.btn--conf::after, .btn--entryConf::after {
  top: 55%;
  transform: rotate(45deg);
  transform-origin: top right;
  width: 1rem;
}
.btn--entryConf:hover input {
  background: #00b4fa;
  color: #fff;
  border: 1px solid #00b4fa;
}
.btn--send, .btn--entrySend {
  position: relative;
}
.btn--send input, .btn--entrySend input {
  display: inline-block;
  text-align: left;
  width: 18rem;
  height: 5rem;
  line-height: 5rem;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: #fff;
  border-radius: 2.5rem;
  padding-left: 2.5rem;
  transition: color ease 0.3s, background ease 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--send input, .btn--entrySend input {
    width: 38.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    padding-left: 0;
    text-align: center;
    font-size: 3.2vw;
  }
}
.btn--send:hover input, .btn--entrySend:hover input {
  background: #fff;
  color: var(--color-primary);
}
.btn--send:hover::before, .btn--entrySend:hover::before, .btn--send:hover::after, .btn--entrySend:hover::after {
  background: var(--color-primary);
}
.btn--send::before, .btn--entrySend::before, .btn--send::after, .btn--entrySend::after {
  content: "";
  position: absolute;
  right: 3.5rem;
  height: 1px;
  background: #fff;
  transition: background ease 0.3s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .btn--send::before, .btn--entrySend::before, .btn--send::after, .btn--entrySend::after {
    content: none;
  }
}
.btn--send::before, .btn--entrySend::before {
  top: 55%;
  width: 2rem;
}
.btn--send::after, .btn--entrySend::after {
  top: 55%;
  transform: rotate(45deg);
  transform-origin: top right;
  width: 1rem;
}
.btn--entrySend input {
  background: #00b4fa;
  border: 1px solid #00b4fa;
  color: #fff;
}
.btn--entrySend:hover input {
  color: #00b4fa;
}
.btn--entrySend:hover::before, .btn--entrySend:hover::after {
  background: #00b4fa;
}
.btn--back {
  display: inline-block;
  text-align: left;
  width: 18rem;
  height: 5rem;
  line-height: 5rem;
  border: 1px solid #000;
  border-radius: 2.5rem;
  padding-left: 2.5rem;
  position: relative;
  transition: opacity ease 0.3s;
  color: #000;
}
@media screen and (max-width: 768px) {
  .btn--back {
    width: 38.6666666667vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    padding-left: 0;
    text-align: center;
    font-size: 3.2vw;
  }
}
.btn--back:hover {
  opacity: 0.6;
}
.btn--back::before, .btn--back::after {
  content: "";
  position: absolute;
  right: 3.5rem;
  height: 1px;
  background: #000;
  transition: background ease 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--back::before, .btn--back::after {
    content: none;
  }
}
.btn--back::before {
  top: 55%;
  width: 2rem;
}
.btn--back::after {
  top: 55%;
  transform: rotate(45deg);
  transform-origin: top right;
  width: 1rem;
}
.btn--accordion {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .btn--accordion {
    width: 77.3333333333vw;
  }
}

/* =============================================
  header
============================================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.header--static {
  position: relative;
}
.header__inner {
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
}
@media screen and (max-width: 1350px) {
  .header__inner {
    height: 7.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 14.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.header__logo {
  font-size: 3rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .header__logo {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    font-size: 4.8vw;
  }
}
.header__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  display: flex;
  gap: 7.5rem;
}
@media screen and (max-width: 1350px) {
  .header__list {
    gap: 3rem;
  }
}
.header__item {
  position: relative;
}
.header__item::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: var(--color-primary);
  border-radius: 50%;
}
.header__item:hover::before {
  width: 0.9rem;
  height: 0.6rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  border-radius: 0;
}
.header__item:hover ul {
  display: block;
}
.header__item ul {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1350px) {
  .header__item ul {
    top: 7.6rem;
  }
}
.header__item ul li {
  padding: 1rem 0;
  width: 14rem;
  text-align: center;
}
.header__item ul li:last-child {
  padding: 1rem 0 2rem;
}
.header__item ul li a {
  transition: color ease 0.3s;
}
.header__item ul li a:hover {
  color: var(--color-primary);
}
.header__link {
  font-size: 1.8rem;
  transition: color ease 0.3s;
  display: inline-block;
  height: 8rem;
  line-height: 8rem;
}
@media screen and (max-width: 1350px) {
  .header__link {
    font-size: 1.6rem;
    height: 7.6rem;
    line-height: 7.6rem;
  }
}
.header__link:hover {
  color: var(--color-primary);
}
.header__right {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.header__tel {
  font-size: 3rem;
  color: var(--color-primary);
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .header__tel {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .header__tel {
    display: none;
  }
}
.header__tel:hover {
  opacity: 0.7;
}
.header__btn {
  width: 20rem;
  height: 5rem;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  font-size: 1.8rem;
  color: #fff;
  border: 2px solid var(--color-primary);
  transition: background ease 0.3s, color ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .header__btn {
    font-size: 1.6rem;
    width: 16rem;
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .header__btn {
    display: none;
  }
}
.header__btn:hover {
  background: #fff;
  color: var(--color-primary);
}

/* =============================================
  hamburger
============================================= */
.hamburger__btn {
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  z-index: 1000;
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamburger__btn {
    display: block;
  }
}
.hamburger__btn span {
  width: 4vw;
  height: 0.2666666667vw;
  background: var(--color-primary);
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  transition: transform ease 0.3s, opacity ease 0.3s;
}
.hamburger__btn span:nth-last-of-type(1) {
  top: 2vw;
}
.hamburger__btn span:nth-last-of-type(1).active {
  top: 3.4666666667vw;
  transform: translateX(-50%) rotate(45deg);
}
.hamburger__btn span:nth-last-of-type(2) {
  top: 3.4666666667vw;
}
.hamburger__btn span:nth-last-of-type(2).active {
  opacity: 0;
}
.hamburger__btn span:nth-last-of-type(3) {
  top: 4.9333333333vw;
}
.hamburger__btn span:nth-last-of-type(3).active {
  top: 3.4666666667vw;
  transform: translateX(-50%) rotate(-45deg);
}
.hamburger__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: var(--color-primary);
  padding: 25.3333333333vw 0 10.6666666667vw;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: transform ease 0.3s;
}
.hamburger__menu.active {
  transform: translateX(0);
}
.hamburger__menu-btn {
  padding: 0 9.3333333333vw;
  display: flex;
  gap: 4vw;
}
.hamburger__nav {
  border-top: 1px solid #fff;
  margin-top: 6.6666666667vw;
}
.hamburger__nav ul li a {
  color: #fff;
  transition: opacity ease 0.3s;
  display: block;
  width: 100%;
  padding: 4vw 6.6666666667vw;
  border-bottom: 1px solid #fff;
  font-size: 3.7333333333vw;
}
.hamburger__nav ul li a:hover {
  opacity: 0.7;
}

/* =============================================
  mv
============================================= */
.mv {
  margin-top: 13rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1350px) {
  .mv {
    margin-top: 10.4rem;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 19.3333333333vw;
  }
}
.mv__slider {
  display: flex;
  gap: 5rem;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .mv__slider {
    gap: 5.3333333333vw;
  }
}
.mv__slider ul {
  display: flex;
  gap: 5rem;
  animation: scrollLeftImg 80s infinite linear 0.5s both;
}
@media screen and (max-width: 768px) {
  .mv__slider ul {
    gap: 5.3333333333vw;
  }
}
.mv__slider ul li img {
  border-radius: 4rem;
  width: 1920px;
  max-width: 1200px;
  max-height: calc(100vh - 15rem);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1350px) {
  .mv__slider ul li img {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .mv__slider ul li img {
    width: 94vw;
    border-radius: 4vw;
  }
}
.mv__ttl {
  position: absolute;
  top: 7.5rem;
  left: 10rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1350px) {
  .mv__ttl {
    left: 8rem;
    top: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl {
    top: 4vw;
    left: 6.6666666667vw;
    gap: 1.3333333333vw;
  }
}
.mv__ttl p {
  background: #fff;
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  font-weight: 400;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 1350px) {
  .mv__ttl p {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl p {
    font-size: 3.7333333333vw;
    max-width: 86.68vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.mv__ttl p.font-l {
  font-size: 6rem;
}
@media screen and (max-width: 1350px) {
  .mv__ttl p.font-l {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv__ttl p.font-l {
    font-size: 6.6666666667vw;
  }
}
.mv__ttl p:nth-of-type(1).active {
  animation: scrollText 0.7s ease 0.3s forwards;
}
.mv__ttl p:nth-of-type(2).active {
  animation: scrollText 0.7s ease 0.5s forwards;
}
.mv__ttl p:nth-of-type(3).active {
  animation: scrollText 0.7s ease 0.7s forwards;
}

@keyframes scrollText {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
/* =============================================
  top
============================================= */
.top {
  margin-top: -10rem;
}
@media screen and (max-width: 1350px) {
  .top {
    margin-top: -8rem;
  }
}
@media screen and (max-width: 768px) {
  .top {
    margin-top: -37.3333333333vw;
  }
}
.top-scroll {
  display: block;
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  color: #fff;
  z-index: 1000;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: color ease 0.3s, background ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .top-scroll {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-scroll {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    line-height: 13.3333333333vw;
    font-size: 2.1333333333vw;
  }
}
.top-scroll:hover {
  background: #fff;
  color: var(--color-primary);
}
.top-bg {
  position: relative;
  z-index: 1;
  padding-top: 14rem;
  background: var(--color-primary);
}
@media screen and (max-width: 1350px) {
  .top-bg {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .top-bg {
    padding: 44vw 0 40vw;
  }
}
.top-bg::before {
  content: "";
  width: 100vw;
  height: 1091px;
  aspect-ratio: 1919/1091;
  background: no-repeat url(../img/top/bg01.png) top center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-bg::before {
    background: no-repeat url(../img/top/bg01-sp.png) top center/contain;
    height: 72.6666666667vw;
    aspect-ratio: 750/545;
  }
}
.top-bg::after {
  content: "";
  width: 100vw;
  height: 1091px;
  aspect-ratio: 1919/1091;
  background: no-repeat url(../img/top/bg05.png) bottom center/cover;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-bg::after {
    background: no-repeat url(../img/top/bg05-sp.png) top center/contain;
    height: 76.2666666667vw;
    aspect-ratio: 750/572;
  }
}
.top-strong {
  margin: 10rem 0;
}
@media screen and (max-width: 1350px) {
  .top-strong {
    margin: 8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top-strong {
    margin: 10.6666666667vw 0 0;
  }
}
@media screen and (max-width: 1350px) {
  .top-strong__copy {
    width: 95%;
    margin: 0 auto;
  }
}
.top-strong__text {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  margin-top: 8rem;
  line-height: 180%;
}
@media screen and (max-width: 1350px) {
  .top-strong__text {
    font-size: 1.8rem;
    margin-top: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-strong__text {
    font-size: 4.2666666667vw;
    margin: 10.6666666667vw auto 0;
    max-width: 81.3333333333vw;
  }
}
.top-section {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-section .inner {
    max-width: 81.3333333333vw;
  }
}
.top-section__contents--right {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.top-section01 {
  padding: 12.5vw 0;
}
@media screen and (max-width: 1920px) {
  .top-section01 {
    padding: 24rem 0;
  }
}
@media screen and (max-width: 1350px) {
  .top-section01 {
    padding: 19rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top-section01 {
    padding: 26.6666666667vw 0 106.6666666667vw;
  }
}
.top-section01::after {
  content: "";
  background: no-repeat url(../img/top/bg02.png) center center/contain;
  aspect-ratio: 1920/1100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100vw;
  height: 57.2916666667vw;
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .top-section01::after {
    background: no-repeat url(../img/top/bg02.png) center center/cover;
    height: 1100px;
  }
}
@media screen and (max-width: 1350px) {
  .top-section01::after {
    height: 880px;
  }
}
@media screen and (max-width: 768px) {
  .top-section01::after {
    background: no-repeat url(../img/top/bg02-sp.png) bottom center/contain;
    height: 146.6666666667vw;
    top: auto;
    transform: translateX(0);
    bottom: 0;
  }
}
.top-section02 {
  padding: 12.5vw 0;
  margin-top: -4.1666666667vw;
}
@media screen and (max-width: 1920px) {
  .top-section02 {
    padding: 24rem 0;
    margin-top: -8rem;
  }
}
@media screen and (max-width: 1350px) {
  .top-section02 {
    padding: 19rem 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section02 {
    margin-top: 0;
    padding: 16vw 0 106.6666666667vw;
  }
}
.top-section02::after {
  content: "";
  background: no-repeat url(../img/top/bg03.png) center center/contain;
  aspect-ratio: 1920/1100;
  position: absolute;
  left: 0;
  width: 100vw;
  height: 57.2916666667vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .top-section02::after {
    background: no-repeat url(../img/top/bg03.png) center center/cover;
    height: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .top-section02::after {
    height: 146.6666666667vw;
    background: no-repeat url(../img/top/bg03-sp.png) bottom center/contain;
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }
}
.top-section03 {
  padding: 12.5vw 0;
  margin-top: -5.7291666667vw;
}
@media screen and (max-width: 1920px) {
  .top-section03 {
    padding: 24rem 0;
    margin-top: -11rem;
  }
}
@media screen and (max-width: 1350px) {
  .top-section03 {
    padding: 19rem 0;
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section03 {
    margin-top: 0;
    padding: 16vw 0 106.6666666667vw;
  }
}
.top-section03::after {
  content: "";
  background: no-repeat url(../img/top/bg04.png) center center/contain;
  aspect-ratio: 1920/1100;
  position: absolute;
  left: 0;
  width: 100vw;
  height: 57.2916666667vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1920px) {
  .top-section03::after {
    background: no-repeat url(../img/top/bg04.png) center center/cover;
    height: 1100px;
  }
}
@media screen and (max-width: 1350px) {
  .top-section03::after {
    height: 880px;
  }
}
@media screen and (max-width: 768px) {
  .top-section03::after {
    height: 146.6666666667vw;
    background: no-repeat url(../img/top/bg04-sp.png) bottom center/contain;
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }
}
.top-section__number {
  width: 10.4166666667vw;
}
@media screen and (max-width: 1920px) {
  .top-section__number {
    width: 20rem;
  }
}
@media screen and (max-width: 1350px) {
  .top-section__number {
    width: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section__number {
    width: 24.2666666667vw;
  }
}
.top-section__ttl {
  display: flex;
  flex-direction: column;
  margin-top: 1.8229166667vw;
  gap: 0.2604166667vw;
}
@media screen and (max-width: 1920px) {
  .top-section__ttl {
    margin-top: 3.5rem;
    gap: 0.5rem;
  }
}
.top-section__ttl p {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 2.0833333333vw;
  padding: 0.2604166667vw 1.0416666667vw;
}
@media screen and (max-width: 1920px) {
  .top-section__ttl p {
    font-size: 4rem;
    padding: 0.5rem 2rem;
  }
}
@media screen and (max-width: 1350px) {
  .top-section__ttl p {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section__ttl p {
    padding: 0.6666666667vw 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.top-section__text {
  margin-top: 2.6041666667vw;
  font-size: 1.0416666667vw;
  color: #fff;
  line-height: 200%;
}
@media screen and (max-width: 1920px) {
  .top-section__text {
    margin-top: 5rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1350px) {
  .top-section__text {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section__text {
    font-size: 3.4666666667vw;
    text-align: justify;
  }
}
.top-section__ttl02 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 1350px) {
  .top-section__ttl02 {
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 768px) {
  .top-section__ttl02 {
    font-size: 6.4vw;
  }
}
.top-section__subTtl {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-section__subTtl {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.top-pages {
  padding: 14rem 0 0;
}
@media screen and (max-width: 1350px) {
  .top-pages {
    padding: 11rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-pages {
    padding: 24vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-pages .inner {
    padding: 0 9.3333333333vw;
  }
}
.top-pages__ttl {
  color: #fff;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 1350px) {
  .top-pages__ttl {
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 768px) {
  .top-pages__ttl {
    font-size: 4.2666666667vw;
  }
}
.top-pages__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .top-pages__list {
    margin-top: 8vw;
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}
.top-pages__link {
  position: relative;
  display: block;
}
.top-pages__link::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  background: no-repeat url(../img/circle-blue-arrow.png) center center/contain;
}
@media screen and (max-width: 1350px) {
  .top-pages__link::after {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-pages__link::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: -3.3333333333vw;
    right: 4vw;
  }
}
.top-pages__link:hover img {
  filter: brightness(0.7);
}
.top-pages__link span {
  position: absolute;
  top: 3rem;
  left: 3rem;
  color: #fff;
  font-size: 2.4rem;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .top-pages__link span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .top-pages__link span {
    font-size: 4.8vw;
    top: 4vw;
    left: 4vw;
  }
}
.top-pages__link img {
  border-radius: 0 0 1rem 1rem;
  transition: filter ease 0.3s;
}
@media screen and (max-width: 768px) {
  .top-pages__link img {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
.top-company {
  transform: translateY(20rem);
  overflow-x: hidden;
}
@media screen and (max-width: 1350px) {
  .top-company {
    transform: translateY(16rem);
  }
}
@media screen and (max-width: 768px) {
  .top-company {
    transform: translateY(0);
    position: absolute;
    bottom: -146.6666666667vw;
  }
}
.top-company__contents {
  position: relative;
  background: #fff;
  padding: 15rem 0;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .top-company__contents {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 768px) {
  .top-company__contents {
    border-radius: 0.6666666667vw;
    padding: 24vw 0 20vw;
  }
}
.top-company__contents::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1400px;
  background: #fff;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .top-company__contents::before {
    content: none;
  }
}
.top-company__img {
  margin-top: 7rem;
}
@media screen and (max-width: 1350px) {
  .top-company__img {
    margin-top: 5.5;
  }
}
@media screen and (max-width: 768px) {
  .top-company__img {
    margin-top: 9.3333333333vw;
  }
}
.top-company__list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 1350px) {
  .top-company__list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-company__list {
    padding: 0 6.6666666667vw;
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.top-company__link {
  border: 1px solid #000;
  display: block;
  height: 8.4rem;
  line-height: 8.4rem;
  border-radius: 1rem;
  padding: 0 3rem;
  font-size: 2.4rem;
  position: relative;
  transition: color ease 0.3s, border ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .top-company__link {
    height: 7rem;
    line-height: 7rem;
    border-radius: 0.8rem;
    padding: 0 2.4rem;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .top-company__link {
    height: 14.9333333333vw;
    line-height: 14.9333333333vw;
    padding: 0vw 750, 30;
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.top-company__link::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: 2rem;
  width: 6rem;
  height: 6rem;
  background: no-repeat url(../img/circle-white-arrow.png) center center/contain;
}
@media screen and (max-width: 1350px) {
  .top-company__link::after {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .top-company__link::after {
    width: 8vw;
    height: 8vw;
    right: 2.6666666667vw;
    bottom: -1.3333333333vw;
  }
}
.top-company__link:hover {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.top-news {
  background: #f0f5f5;
  padding: 40rem 0 30rem;
}
@media screen and (max-width: 1350px) {
  .top-news {
    padding: 32rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 165.3333333333vw 0 73.3333333333vw;
  }
}
.top-news__inner {
  max-width: calc(1000px + 8rem);
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 768px) {
  .top-news__inner {
    padding: 0 9.3333333333vw;
  }
}
.top-news__list {
  margin-top: 7.5rem;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1350px) {
  .top-news__list {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news__list {
    margin-top: 10vw;
  }
}
.top-news__item {
  border-bottom: 1px solid #000;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .top-news__item {
    padding: 5.3333333333vw 0;
    flex-wrap: wrap;
    gap: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__itemDate {
    font-size: 3.2vw;
  }
}
.top-news__itemCategory {
  background: var(--color-primary);
  color: #fff;
  border-radius: 0.3rem;
  width: 15rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .top-news__itemCategory {
    width: 32vw;
    height: 5.6vw;
    line-height: 5.6vw;
    border-radius: 0.6666666667vw;
    font-size: 3.2vw;
  }
}
.top-news__itemLink {
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .top-news__itemLink {
    font-size: 4.2666666667vw;
  }
}
.top-news__itemLink:hover {
  opacity: 0.6;
}
.top-news__btn {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-news__btn {
    justify-content: flex-start;
    margin-top: 10.6666666667vw;
  }
}
.top-recruit {
  margin-top: -18rem;
  padding-bottom: 23rem;
}
@media screen and (max-width: 1350px) {
  .top-recruit {
    margin-top: -15rem;
    padding-bottom: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .top-recruit {
    margin-top: -46.6666666667vw;
    padding: 0 6.6666666667vw 26.6666666667vw;
  }
}
.top-recruit__img {
  transition: opacity ease 0.3s;
}
.top-recruit__img:hover {
  opacity: 0.7;
}

/* =============================================
  page
============================================= */
.page-mv {
  margin-top: 10rem;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .page-mv {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv {
    margin-top: 18.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.page-mv::after {
  content: "";
  width: 100%;
  height: 30rem;
  background: #f0f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .page-mv::after {
    height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv::after {
    height: 24vw;
  }
}
.page-mv__bg {
  width: 100%;
  height: 60rem;
  border-radius: 4rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1350px) {
  .page-mv__bg {
    height: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv__bg {
    height: 48vw;
    border-radius: 2.6666666667vw;
  }
}
.page-mv__bg--tech {
  background: no-repeat url(../img/technical/mv.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .page-mv__bg--tech {
    background: no-repeat url(../img/technical/mv-sp.jpg) center center/cover;
  }
}
.page-mv__bg--pro {
  background: no-repeat url(../img/production/mv.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .page-mv__bg--pro {
    background: no-repeat url(../img/production/mv-sp.jpg) center center/cover;
  }
}
.page-mv__bg--company {
  background: no-repeat url(../img/company/mv.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .page-mv__bg--company {
    background: no-repeat url(../img/company/mv-sp.jpg) center center/cover;
  }
}
.page-mv__bg--locations {
  background: no-repeat url(../img/locations/mv.jpg) center center/cover;
}
@media screen and (max-width: 768px) {
  .page-mv__bg--locations {
    background: no-repeat url(../img/locations/mv-sp.jpg) center center/cover;
  }
}
.page-mv__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1350px) {
  .page-mv__inner {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv__inner {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.page-mv__ttl {
  font-size: 11rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1350px) {
  .page-mv__ttl {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv__ttl {
    font-size: 14.6666666667vw;
  }
}
.page-mv__subTtl {
  font-size: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 1350px) {
  .page-mv__subTtl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv__subTtl {
    font-size: 3.7333333333vw;
  }
}
.page-mv02 {
  margin-top: 10rem;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .page-mv02 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv02 {
    margin-top: 18.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.page-mv02::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 4.5rem;
  width: 54.6rem;
  height: 9.1rem;
  background: no-repeat url(../img/news/news-topics.png) top left/contain;
}
@media screen and (max-width: 1350px) {
  .page-mv02::after {
    width: 50rem;
    height: 7rem;
    bottom: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv02::after {
    width: 72.8vw;
    height: 12.5333333333vw;
    left: 5.3333333333vw;
    bottom: -2.6666666667vw;
  }
}
.page-mv02__ttl {
  padding: 14rem 0 12rem;
  font-size: 4.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1350px) {
  .page-mv02__ttl {
    font-size: 3.8rem;
    padding: 11rem 0 9.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv02__ttl {
    padding: 20vw 0;
    font-size: 6.4vw;
  }
}
.page-mv03 {
  margin-top: 10rem;
  padding: 0 3rem;
}
@media screen and (max-width: 1350px) {
  .page-mv03 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv03 {
    margin-top: 18.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.page-mv03__bg {
  position: relative;
  margin-top: 2rem;
  height: 35rem;
}
@media screen and (max-width: 1350px) {
  .page-mv03__bg {
    height: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv03__bg {
    height: 26.6666666667vw;
    margin-top: 3.3333333333vw;
  }
}
.page-mv03__bg::after {
  content: "";
  border-radius: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat url(../img/mv.png) center center/cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .page-mv03__bg::after {
    background: no-repeat url(../img/mv-sp.png) center center/cover;
    border-radius: 2vw;
  }
}
.page-mv03__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-mv03__inner {
    padding: 0 6.6666666667vw;
  }
}
.page-mv03__ttl {
  font-size: 4.8rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1350px) {
  .page-mv03__ttl {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-mv03__ttl {
    font-size: 5.3333333333vw;
  }
}
.page-section__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7rem;
}
@media screen and (max-width: 1350px) {
  .page-section__heading {
    gap: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-section__heading {
    gap: 10.6666666667vw;
    padding: 0 4vw;
  }
}
.page-section__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1350px) {
  .page-section__ttl {
    font-size: 2.56rem;
  }
}
@media screen and (max-width: 768px) {
  .page-section__ttl {
    font-size: 6.4vw;
  }
}
.page-section__sentence {
  text-align: center;
  font-size: 1.8rem;
  line-height: 200%;
}
@media screen and (max-width: 1350px) {
  .page-section__sentence {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-section__sentence {
    font-size: 4.2666666667vw;
  }
}

/* =============================================
  technical
============================================= */
.tech-intro {
  background: #f0f5f5;
  padding: 20rem 0;
}
@media screen and (max-width: 1350px) {
  .tech-intro {
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .tech-intro {
    padding: 26.6666666667vw 0;
  }
}
.tech-intro__cards {
  margin-top: 7rem;
}
@media screen and (max-width: 1350px) {
  .tech-intro__cards {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 768px) {
  .tech-intro__cards {
    margin-top: 25.3333333333vw;
  }
}
.tech-intro__card {
  background: #fff;
  margin-bottom: 4rem;
  padding: 4rem 5rem;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 1fr 48rem;
  gap: 5rem;
}
@media screen and (max-width: 1350px) {
  .tech-intro__card {
    margin-bottom: 3.2rem;
    padding: 3.2rem 4rem;
    gap: 4rem;
    grid-template-columns: 1fr 41%;
  }
}
@media screen and (max-width: 768px) {
  .tech-intro__card {
    margin-bottom: 6.6666666667vw;
    padding: 9.3333333333vw 6.6666666667vw;
    grid-template-columns: 1fr;
    gap: 4.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.tech-intro__card:last-child {
  margin-bottom: 0;
}
.tech-intro__cardTtl {
  font-size: 2.4rem;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .tech-intro__cardTtl {
    font-size: 1.9rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .tech-intro__cardTtl {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.tech-intro__cardTtl::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 1px;
  background: var(--color-primary);
  left: 0;
  bottom: -2.5rem;
}
@media screen and (max-width: 1350px) {
  .tech-intro__cardTtl::after {
    width: 4rem;
    bottom: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .tech-intro__cardTtl::after {
    bottom: -5.3333333333vw;
    height: 2px;
    width: 6.6666666667vw;
  }
}
.tech-intro__cardText {
  line-height: 200%;
  text-align: justify;
}
@media screen and (max-width: 1350px) {
  .tech-intro__cardText {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .tech-intro__cardText {
    font-size: 3.7333333333vw;
  }
}
.tech-machine {
  padding: 20rem 0;
}
@media screen and (max-width: 1350px) {
  .tech-machine {
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .tech-machine {
    padding: 26.6666666667vw 0 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .tech-machine .inner {
    padding: 0;
  }
}
.tech-machine__img {
  margin-top: 8rem;
}
@media screen and (max-width: 1350px) {
  .tech-machine__img {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .tech-machine__img {
    margin-top: 10.6666666667vw;
  }
}
.tech-machine__list {
  display: grid;
  gap: 7.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 8rem;
}
@media screen and (max-width: 1350px) {
  .tech-machine__list {
    margin-top: 6.4rem;
    gap: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .tech-machine__list {
    padding: 0 9.3333333333vw;
    grid-template-columns: 1fr;
    margin-top: 10.6666666667vw;
    gap: 0;
  }
}
.tech-machine__list ul li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .tech-machine__list ul li {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.tech-machine__list ul li:last-child {
  margin-bottom: 0;
}

/* =============================================
  production
============================================= */
.pro-achive {
  background: #f0f5f5;
  padding: 20rem 0;
}
@media screen and (max-width: 1350px) {
  .pro-achive {
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .pro-achive {
    padding: 26.6666666667vw 0;
  }
}
.pro-achive__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 8rem;
  gap: 3.5rem;
}
@media screen and (max-width: 1350px) {
  .pro-achive__cards {
    margin-top: 6.4rem;
    gap: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .pro-achive__cards {
    margin-top: 26.6666666667vw;
    gap: 6.6666666667vw;
    grid-template-columns: 1fr;
  }
}
.pro-achive__card {
  background: #fff;
  padding: 3rem;
  border-radius: 1rem;
}
@media screen and (max-width: 1350px) {
  .pro-achive__card {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .pro-achive__card {
    padding: 6.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.pro-achive__card img {
  max-height: 38rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro-achive__card p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .pro-achive__card p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

/* =============================================
  company
============================================= */
.comp-greet {
  background: #f0f5f5;
  padding: 20rem 0;
}
@media screen and (max-width: 1350px) {
  .comp-greet {
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .comp-greet {
    padding: 26.6666666667vw 0;
  }
}
.comp-greet__flex {
  margin-top: 8rem;
}
@media screen and (max-width: 1350px) {
  .comp-greet__flex {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .comp-greet__flex {
    margin-top: 10.6666666667vw;
  }
}
.comp-greet__contents {
  max-width: 600px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .comp-greet__contents {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .comp-greet__contents {
    max-width: none;
  }
}
.comp-greet__img {
  position: absolute;
  display: block;
  top: 0;
  right: -1100px;
  width: 1000px;
  border-radius: 6rem 0 0 6rem;
}
@media screen and (max-width: 1350px) {
  .comp-greet__img {
    width: 800px;
    right: -900px;
    border-radius: 4.8rem 0 0 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .comp-greet__img {
    position: static;
    width: 94.6666666667vw;
    transform: translateX(2.666vw);
    margin-top: 4vw;
    border-radius: 4vw 0 0 4vw;
  }
}
.comp-greet__ttl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .comp-greet__ttl {
    gap: 0.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.comp-greet__ttl p {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  font-size: 3.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1350px) {
  .comp-greet__ttl p {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 768px) {
  .comp-greet__ttl p {
    font-size: 4.8vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.comp-greet__sentence {
  margin-top: 4rem;
  line-height: 200%;
  text-align: justify;
}
@media screen and (max-width: 1350px) {
  .comp-greet__sentence {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .comp-greet__sentence {
    padding: 0 5.3333333333vw;
    margin-top: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.comp-greet__president {
  margin-top: 4rem;
}
@media screen and (max-width: 1350px) {
  .comp-greet__president {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .comp-greet__president {
    padding: 0 5.3333333333vw;
    margin-top: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.comp-profile {
  background: #f0f5f5;
  padding-bottom: 30rem;
}
@media screen and (max-width: 1350px) {
  .comp-profile {
    padding-bottom: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .comp-profile {
    padding-bottom: 26.6666666667vw;
  }
}
.comp-profile__table {
  background: #fff;
  width: 100%;
  border-radius: 4rem;
  padding: 10rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1350px) {
  .comp-profile__table {
    border-radius: 3.2rem;
    padding: 8rem;
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .comp-profile__table {
    padding: 13.3333333333vw 6.6666666667vw;
    margin-top: 10.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.comp-profile__table table {
  border-collapse: collapse;
  border-top: 1px solid #000;
}
.comp-profile__table table tr {
  border-bottom: 1px solid #000;
}
.comp-profile__table table tr th {
  padding: 2rem 0;
  width: 15rem;
  text-align: left;
  font-weight: 400;
  line-height: 200%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .comp-profile__table table tr th {
    width: 20vw;
    padding: 4.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.comp-profile__table table tr td {
  padding: 2rem 0;
  line-height: 200%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .comp-profile__table table tr td {
    padding: 4.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.comp-profile__table table tr td a {
  color: #0082be;
  transition: opacity ease 0.3s;
}
.comp-profile__table table tr td a:hover {
  opacity: 0.7;
}
.comp-profile__table table tr td.iso-td {
  padding-right: 15rem;
  min-height: 23.5rem;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .comp-profile__table table tr td.iso-td {
    padding-right: 0;
    min-height: auto;
  }
}
.comp-profile__table table tr td .iso-img {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 113px;
}
@media screen and (max-width: 768px) {
  .comp-profile__table table tr td .iso-img {
    display: block;
    position: static;
    width: 15.3333333333vw;
    margin-top: 2.5rem;
  }
}
.comp-profile__license {
  background: #fff;
  padding: 10rem;
  margin-top: 2.5rem;
  border-radius: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 10rem;
}
@media screen and (max-width: 1350px) {
  .comp-profile__license {
    padding: 8rem;
    border-radius: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .comp-profile__license {
    margin-top: 4.6666666667vw;
    padding: 13.3333333333vw 6.6666666667vw;
    border-radius: 1.3333333333vw;
    gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .comp-profile__license dl {
    width: 100%;
  }
}
.comp-profile__license dl div {
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .comp-profile__license dl div {
    margin-bottom: 1.3333333333vw;
    justify-content: space-between;
  }
}
.comp-profile__license dl div:last-child {
  margin-bottom: 0;
}
.comp-profile__license dl div dt {
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .comp-profile__license dl div dt {
    width: auto;
    font-size: 3.7333333333vw;
    word-break: keep-all;
  }
}
.comp-profile__license dl div dd {
  width: 3.5rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .comp-profile__license dl div dd {
    font-size: 3.7333333333vw;
    width: auto;
    word-break: keep-all;
  }
}
.comp-profile__license-ttl {
  font-size: 2.4rem;
  margin-top: 9rem;
  font-weight: 400;
}
@media screen and (max-width: 1350px) {
  .comp-profile__license-ttl {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .comp-profile__license-ttl {
    margin-top: 26.6666666667vw;
    font-size: 4.8vw;
    padding-left: 6.6666666667vw;
  }
}

/* =============================================
  location
============================================= */
.location01 {
  padding: 20rem 0 0;
  background: #f0f5f5;
}
@media screen and (max-width: 1350px) {
  .location01 {
    padding: 16rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .location01 {
    padding: 20vw 6.6666666667vw 0;
  }
}
.location02 {
  padding: 20rem 0 30rem;
  background: #f0f5f5;
}
@media screen and (max-width: 1350px) {
  .location02 {
    padding: 16rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .location02 {
    padding: 20vw 6.6666666667vw 26.6666666667vw;
  }
}
.location__ttl {
  border-top: 1px solid #0082be;
  padding-top: 2rem;
  font-weight: 400;
  font-size: 3.2rem;
  margin-bottom: 8rem;
  margin-top: 15rem;
  line-height: 200%;
}
@media screen and (max-width: 1350px) {
  .location__ttl {
    font-size: 2.65rem;
    margin-bottom: 6.4rem;
    margin-top: 12rem;
    padding-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .location__ttl {
    font-size: 5.3333333333vw;
    padding-top: 1.3333333333vw;
    margin-top: 20vw;
    margin-bottom: 10vw;
  }
}
.location__ttl:first-of-type {
  margin-top: 0;
}
.location__item {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1350px) {
  .location__item {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .location__item {
    margin-bottom: 20vw;
  }
}
.location__item:last-child {
  margin-bottom: 0;
}
.location__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.location__item-bottom {
  margin-top: 2rem;
  gap: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .location__item-bottom {
    gap: 2.6666666667vw;
    grid-template-columns: 1fr;
    margin-top: 5.3333333333vw;
  }
}
.location__item-map {
  width: 100%;
  aspect-ratio: 580/330;
}
@media screen and (max-width: 768px) {
  .location__item-map {
    margin-bottom: 2.6666666667vw;
  }
}
.location__item-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.location__item-name {
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .location__item-name {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .location__item-name {
    font-size: 4.2666666667vw;
  }
}
.location__item-text {
  line-height: 180%;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .location__item-text {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.location__item-category {
  background: var(--color-primary);
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .location__item-category {
    font-size: 3.2vw;
    padding: 0.6666666667vw 1.3333333333vw;
    margin-bottom: 2vw;
  }
}
.location__dataList div {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .location__dataList div {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.location__dataList div:last-child {
  margin-bottom: 0;
}
.location__dataList div dt {
  background: var(--color-primary);
  color: #fff;
  padding: 0.5rem 1rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .location__dataList div dt {
    font-size: 3.2vw;
    padding: 0.6666666667vw 1.3333333333vw;
  }
}
.location__dataList div dd {
  font-size: 2.4rem;
}
@media screen and (max-width: 1350px) {
  .location__dataList div dd {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .location__dataList div dd {
    font-size: 3.7333333333vw;
  }
}
.location__table {
  border-top: 1px solid #939393;
  width: 100%;
  border-collapse: collapse;
}
.location__table tr {
  border-bottom: 1px solid #939393;
  position: relative;
}
.location__table tr th {
  padding: 2rem 0;
  width: 15rem;
  max-width: 15rem;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 1350px) {
  .location__table tr th {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .location__table tr th {
    padding: 2.6666666667vw 0;
    width: 32vw;
    font-size: 3.7333333333vw;
  }
}
.location__table tr th .sp-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .location__table tr th .sp-text {
    display: block;
    word-break: keep-all;
    font-size: 2.9333333333vw;
    margin-top: 0.6666666667vw;
  }
}
.location__table tr td {
  padding: 2rem 0;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1350px) {
  .location__table tr td {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .location__table tr td {
    padding: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.location__table tr td .number {
  min-width: 3em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .location__table tr td .number {
    min-width: 4vw;
  }
}
.location__table tr td .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 1350px) {
  .location__table tr td .small {
    font-size: 1.4rem;
  }
}

/* =============================================
  news
============================================= */
.news__contents {
  background: #f0f5f5;
  padding: 15rem 0 30rem;
}
@media screen and (max-width: 1350px) {
  .news__contents {
    padding: 12rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .news__contents {
    padding: 20vw 0 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .news__list {
    padding: 0 6.6666666667vw;
  }
}
.news__list-btn {
  margin-top: 15rem;
}
@media screen and (max-width: 1350px) {
  .news__list-btn {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .news__list-btn {
    padding: 0 6.6666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.news__item {
  border-bottom: 1px solid #969696;
  padding: 3.5rem 0;
}
@media screen and (max-width: 1350px) {
  .news__item {
    padding: 2.8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .news__item {
    padding: 5.3333333333vw 0;
  }
}
.news__item:nth-of-type(1) {
  border-top: 1px solid #969696;
}
.news__item-link {
  position: relative;
  display: block;
  padding-right: 8rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .news__item-link {
    padding-right: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news__item-link {
    padding-right: 10.6666666667vw;
  }
}
.news__item-link:hover {
  opacity: 0.7;
}
.news__item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 6rem;
  height: 6rem;
  background: no-repeat url(../img/circle-blue-arrow.png) center center/contain;
}
@media screen and (max-width: 1350px) {
  .news__item-link::after {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .news__item-link::after {
    width: 8vw;
    height: 8vw;
  }
}
.news__item-category {
  background: var(--color-primary);
  color: #fff;
  width: 15rem;
  height: 3rem;
  line-height: 3rem;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1350px) {
  .news__item-category {
    width: 12rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news__item-category {
    width: 32vw;
    height: 5.4666666667vw;
    line-height: 5.4666666667vw;
    font-size: 3.2vw;
    border-radius: 0.6666666667vw;
  }
}
.news__item-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 2rem 0 1.5rem;
}
@media screen and (max-width: 1350px) {
  .news__item-ttl {
    font-size: 1.9rem;
    margin: 1.6rem 0 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news__item-ttl {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .news__item-date {
    font-size: 3.2vw;
  }
}
.news__single {
  background: #f0f5f5;
  padding: 15rem 0 30rem;
}
@media screen and (max-width: 1350px) {
  .news__single {
    padding: 12rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .news__single {
    padding: 15.3333333333vw 0 26.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .news__entry {
    padding: 0 6.6666666667vw;
  }
}
.news__entry-category {
  background: var(--color-primary);
  color: #fff;
  width: 15rem;
  height: 3rem;
  line-height: 3rem;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1350px) {
  .news__entry-category {
    width: 12rem;
    height: 2.4rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news__entry-category {
    width: 32vw;
    height: 5.4666666667vw;
    line-height: 5.4666666667vw;
    font-size: 3.2vw;
    border-radius: 0.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.news__entry-ttl {
  font-size: 4rem;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 1350px) {
  .news__entry-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news__entry-ttl {
    font-size: 5.3333333333vw;
  }
}
.news__entry-date {
  margin: 2rem 0 16rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .news__entry-date {
    margin: 1.6rem 0 13rem;
  }
}
@media screen and (max-width: 768px) {
  .news__entry-date {
    font-size: 3.2vw;
    margin: 2.6666666667vw 0 13.3333333333vw;
  }
}
.news__entry-date::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8rem;
  width: 4rem;
  height: 1px;
  background: var(--color-primary);
}
@media screen and (max-width: 1350px) {
  .news__entry-date::after {
    width: 3.2rem;
    bottom: -6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news__entry-date::after {
    bottom: -6.6666666667vw;
    width: 5.3333333333vw;
  }
}
.news__entry-body * {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1350px) {
  .news__entry-body * {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news__entry-body * {
    margin-bottom: 5.3333333333vw;
  }
}
.news__entry-body *:last-child {
  margin-bottom: 0;
}
.news__entry-body p {
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .news__entry-body p {
    font-size: 3.7333333333vw;
  }
}
.news__entry-body img {
  width: auto;
  max-width: 100%;
}
.news__buttons {
  margin-top: 20rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1350px) {
  .news__buttons {
    margin-top: 16rem;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news__buttons {
    padding: 0 6.6666666667vw;
    margin-top: 13.3333333333vw;
    gap: 2.6666666667vw;
  }
}

/* =============================================
  privacy
============================================= */
.privacy__inner {
  max-width: calc(1000px + 8rem);
}
@media screen and (max-width: 768px) {
  .privacy__inner {
    padding: 0 9.3333333333vw;
  }
}
.privacy__contents {
  padding: 15rem 0 30rem;
}
@media screen and (max-width: 1350px) {
  .privacy__contents {
    padding: 12rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy__contents {
    padding: 20vw 0 26.6666666667vw;
  }
}
.privacy__group {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1350px) {
  .privacy__group {
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .privacy__group {
    margin-bottom: 9.3333333333vw;
  }
}
.privacy__group:last-child {
  margin-bottom: 0;
}
.privacy__group h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .privacy__group h2 {
    font-size: 3.7333333333vw;
  }
}
.privacy__group h3 {
  font-size: 1.6rem;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .privacy__group h3 {
    font-size: 3.7333333333vw;
  }
}
.privacy__group p {
  text-align: justify;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .privacy__group p {
    font-size: 3.7333333333vw;
  }
}
.privacy__group ul {
  list-style-type: disc;
  padding-left: 3.6rem;
}
@media screen and (max-width: 768px) {
  .privacy__group ul {
    padding-left: 8.6666666667vw;
  }
}
.privacy__group ul li {
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .privacy__group ul li {
    font-size: 3.7333333333vw;
  }
}

/* =============================================
  contact
============================================= */
.contact {
  padding: 15rem 0 30rem;
}
@media screen and (max-width: 1350px) {
  .contact {
    padding: 12rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 13.3333333333vw 0 26.6666666667vw;
  }
}
.contact__inner {
  max-width: calc(1000px + 8rem);
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 0 9.3333333333vw;
  }
}
.contact__status {
  display: flex;
  margin-top: 6.5rem;
  gap: 5rem;
}
@media screen and (max-width: 1350px) {
  .contact__status {
    margin-top: 5.2rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__status {
    margin-top: 13.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.contact__status li {
  border: 1px solid var(--color-primary);
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  color: #333;
  text-align: center;
  width: calc(33.3% - 33.3333333333px);
  position: relative;
}
@media screen and (max-width: 1350px) {
  .contact__status li {
    width: calc(33.3% - 26.6666666667px);
    height: 4.8rem;
    line-height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__status li {
    height: 8vw;
    line-height: 8vw;
    border-radius: 4vw;
    font-size: 3.2vw;
    width: calc(33.3% - 0.8886666667vw);
  }
}
.contact__status li.active {
  background: var(--color-primary);
  color: #fff;
}
.contact__status li:last-child::after {
  content: none;
}
.contact__status li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5.1rem;
  height: 1px;
  width: 5rem;
  background: var(--color-primary);
}
@media screen and (max-width: 1350px) {
  .contact__status li::after {
    width: 4rem;
    right: -4.1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__status li::after {
    width: 2.6666666667vw;
    right: -2.8vw;
  }
}
.contact__ttl {
  margin-bottom: 5rem;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .contact__ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contact__text {
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 3.7333333333vw;
  }
}
.contact__text02 {
  margin-top: 5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 1350px) {
  .contact__text02 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__text02 {
    font-size: 2.6666666667vw;
    margin-top: 13.3333333333vw;
  }
}

/* =============================================
  confirm
============================================= */
.confirm__list {
  border-top: 1px solid #939393;
}
.confirm__item {
  display: grid;
  grid-template-columns: 29rem 1fr;
  border-bottom: 1px solid #939393;
}
@media screen and (max-width: 768px) {
  .confirm__item {
    grid-template-columns: 1fr;
    padding: 2vw 0;
  }
}
.confirm__item dt {
  background: #f4f4f4;
  padding: 4rem 2rem;
  line-height: 200%;
}
@media screen and (max-width: 1350px) {
  .confirm__item dt {
    padding: 3.2rem 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .confirm__item dt {
    background: #fff;
    padding: 0;
    margin-bottom: 0.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.confirm__item dd {
  padding: 4rem;
  line-height: 200%;
}
@media screen and (max-width: 1350px) {
  .confirm__item dd {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .confirm__item dd {
    padding: 0;
    font-size: 3.7333333333vw;
  }
}

/* =============================================
  entry
============================================= */
.entry-mv {
  padding: 0 3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .entry-mv {
    padding: 0 2.6666666667vw;
    margin-top: 4vw;
  }
}
.entry-mv__bg {
  margin-top: 1.5rem;
  background: #00b4fa;
  height: 35rem;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .entry-mv__bg {
    height: 26.6666666667vw;
    margin-top: 4vw;
    border-radius: 1.3333333333vw;
    padding: 0 4vw;
  }
}
.entry-mv__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.entry-mv__ttl {
  color: #fff;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .entry-mv__ttl {
    font-size: 5.3333333333vw;
  }
}

/* =============================================
  form
============================================= */
.form {
  margin-top: 8rem;
}
@media screen and (max-width: 1350px) {
  .form {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .form {
    margin-top: 13.3333333333vw;
  }
}
.form__list {
  border-top: 1px solid #939393;
}
@media screen and (max-width: 768px) {
  .form__list {
    border-top: none;
  }
}
.form__item {
  display: grid;
  grid-template-columns: 29rem 1fr;
  border-bottom: 1px solid #939393;
}
@media screen and (max-width: 768px) {
  .form__item {
    grid-template-columns: 1fr;
    border-bottom: none;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .form__item:last-child {
    margin-bottom: 0;
  }
}
.form__item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .form__item-grid {
    gap: 1.3333333333vw;
  }
}
.form__item-double {
  display: grid;
  grid-template-columns: 12rem 1fr;
  align-items: center;
  border-bottom: 1px solid #939393;
  padding: 2rem 4rem;
}
@media screen and (max-width: 768px) {
  .form__item-double {
    grid-template-columns: 1fr;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 6.6666666667vw;
  }
}
.form__item-double:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .form__item-double:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .form__item-double p:first-child {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.form__item-postal {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .form__item-postal {
    gap: 0 1.3333333333vw;
  }
}
.form__item-postal .border {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .form__item-postal .border {
    width: 2.6666666667vw;
  }
}
.form__item dt {
  background: #f4f4f4;
  padding: 4rem 2rem;
}
@media screen and (max-width: 1350px) {
  .form__item dt {
    padding: 3.2rem 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .form__item dt {
    background: #fff;
    padding: 0;
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.form__item dd {
  padding: 2.5rem 4rem;
}
@media screen and (max-width: 1350px) {
  .form__item dd {
    padding: 2rem 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .form__item dd {
    padding: 0;
    font-size: 3.7333333333vw;
  }
}
.form__item dd input[type=text],
.form__item dd input[type=tel],
.form__item dd input[type=email],
.form__item dd select {
  height: 6rem;
  border: 1px solid #bebebe;
  width: 100%;
  border-radius: 1rem;
  padding: 0 2rem;
  color: #000;
}
@media screen and (max-width: 1350px) {
  .form__item dd input[type=text],
  .form__item dd input[type=tel],
  .form__item dd input[type=email],
  .form__item dd select {
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .form__item dd input[type=text],
  .form__item dd input[type=tel],
  .form__item dd input[type=email],
  .form__item dd select {
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.form__item dd input[type=text]::-moz-placeholder, .form__item dd input[type=tel]::-moz-placeholder, .form__item dd input[type=email]::-moz-placeholder, .form__item dd select::-moz-placeholder {
  color: #969696;
}
.form__item dd input[type=text]::placeholder,
.form__item dd input[type=tel]::placeholder,
.form__item dd input[type=email]::placeholder,
.form__item dd select::placeholder {
  color: #969696;
}
.form__item dd select {
  color: #000;
}
.form__item dd select:invalid {
  color: #969696;
}
.form__item dd input[name=postal01],
.form__item dd input[name=postal02] {
  height: 6rem;
  border: 1px solid #bebebe;
  width: 15rem;
  border-radius: 1rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1350px) {
  .form__item dd input[name=postal01],
  .form__item dd input[name=postal02] {
    height: 4.8rem;
    width: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .form__item dd input[name=postal01],
  .form__item dd input[name=postal02] {
    width: 22.6666666667vw;
    height: 10.6666666667vw;
    padding: 0 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.form__item dd input[name=postal01]::-moz-placeholder, .form__item dd input[name=postal02]::-moz-placeholder {
  color: #969696;
}
.form__item dd input[name=postal01]::placeholder,
.form__item dd input[name=postal02]::placeholder {
  color: #969696;
}
.form__item dd input[name=postal02] {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .form__item dd input[name=postal02] {
    margin-right: 0;
    width: 28vw;
  }
}
.form__item dd textarea {
  border: 1px solid #bebebe;
  width: 100%;
  border-radius: 1rem;
  padding: 2rem;
  height: 16rem;
}
@media screen and (max-width: 1350px) {
  .form__item dd textarea {
    height: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .form__item dd textarea {
    height: 37.3333333333vw;
    padding: 2.6666666667vw;
  }
}
.form__item dd .notes {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .form__item dd .notes {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.form__item dd.nopadding {
  padding: 0;
}
.form__privacy {
  margin-top: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .form__privacy {
    margin-top: 6.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 200%;
  }
}
.form__privacy input {
  vertical-align: bottom;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .form__privacy input {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    vertical-align: middle;
  }
}
.form__privacy a {
  color: var(--color-primary);
  text-decoration: underline;
  transition: opacity ease 0.3s;
}
.form__privacy a:hover {
  opacity: 0.7;
}
.form__privacy a.color-skyblue {
  color: #00b4fa;
}
.form__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5rem;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .form__buttons {
    gap: 4vw;
    margin-top: 10.6666666667vw;
  }
}

/* =============================================
  form02
============================================= */
.form02 {
  margin-top: 5rem;
  background: #eee;
  border-radius: 1rem;
  padding: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .form02 {
    margin-top: 10.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 13.3333333333vw 6.6666666667vw;
  }
}
.form02__item {
  display: grid;
  grid-template-columns: 25rem 1fr;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .form02__item {
    grid-template-columns: 1fr;
    margin-bottom: 4vw;
  }
}
.form02__item:last-child {
  margin-bottom: 0;
}
.form02__item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .form02__item-grid {
    gap: 1.3333333333vw;
  }
}
.form02__item dt {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .form02__item dt {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.form02__item dd.normal {
  display: flex;
  align-items: center;
}
.form02__item dd input[type=text],
.form02__item dd input[type=tel],
.form02__item dd input[type=email],
.form02__item dd select {
  height: 6rem;
  background: #fff;
  width: 100%;
  border-radius: 1rem;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .form02__item dd input[type=text],
  .form02__item dd input[type=tel],
  .form02__item dd input[type=email],
  .form02__item dd select {
    font-size: 3.7333333333vw;
    height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.form02__item dd input[type=text]::-moz-placeholder, .form02__item dd input[type=tel]::-moz-placeholder, .form02__item dd input[type=email]::-moz-placeholder, .form02__item dd select::-moz-placeholder {
  color: #969696;
}
.form02__item dd input[type=text]::placeholder,
.form02__item dd input[type=tel]::placeholder,
.form02__item dd input[type=email]::placeholder,
.form02__item dd select::placeholder {
  color: #969696;
}
.form02__item dd input[type=file] {
  display: none;
}
.form02__item dd .notes {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .form02__item dd .notes {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.form02__item dd .dummy-file {
  height: 6rem;
  line-height: 6rem;
  background: #fff;
  width: 100%;
  border-radius: 1rem;
  display: block;
  border: 1px solid #939393;
  padding: 0 2rem;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .form02__item dd .dummy-file {
    font-size: 3.7333333333vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 1.3333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.form02__item dd textarea {
  background: #fff;
  width: 100%;
  border-radius: 1rem;
  padding: 2rem;
  height: 16rem;
}
@media screen and (max-width: 768px) {
  .form02__item dd textarea {
    border-radius: 1.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
    height: 37.3333333333vw;
  }
}
.form02__item dd.nopadding {
  padding: 0;
}

/* =============================================
  thanks
============================================= */
.thanks__buttons {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .thanks__buttons {
    margin-top: 20vw;
    justify-content: flex-start;
  }
}

/* =============================================
  recruit
============================================= */
.recruit__nav {
  background: #fff;
  position: relative;
  z-index: 3;
}
.recruit__nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.recruit__nav-bg {
  height: 8rem;
}
@media screen and (max-width: 1350px) {
  .recruit__nav-bg {
    height: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit__nav-bg {
    height: 10.6666666667vw;
  }
}
.recruit__nav ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}
.recruit__nav ul::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5rem;
  width: 1px;
  background: #686868;
}
@media screen and (max-width: 768px) {
  .recruit__nav ul::before {
    content: none;
  }
}
.recruit__nav ul li {
  width: 100%;
  position: relative;
}
.recruit__nav ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 5rem;
  width: 1px;
  background: #686868;
}
@media screen and (max-width: 768px) {
  .recruit__nav ul li::after {
    height: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit__nav ul li:last-child::after {
    content: none;
  }
}
.recruit__nav ul li a {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: color ease 0.3s, background ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .recruit__nav ul li a {
    height: 6.4rem;
    line-height: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit__nav ul li a {
    height: 10.6666666667vw;
    font-size: 2.4vw;
    line-height: 140%;
  }
}
.recruit__nav ul li a:hover {
  background: var(--color-primary);
  color: #fff;
}
.recruit__nav ul li a.current {
  background: var(--color-primary);
  color: #fff;
}
.recruit-section__ttl {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .recruit-section__ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
  }
}
.recruit-section__ttl img {
  height: 10.8rem;
  width: auto;
}
@media screen and (max-width: 1350px) {
  .recruit-section__ttl img {
    height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section__ttl img {
    height: 11.3333333333vw;
    padding: 0 6.6666666667vw;
  }
}
.recruit-section__subTtl {
  margin-top: 4rem;
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 1350px) {
  .recruit-section__subTtl {
    font-size: 1.9rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-section__subTtl {
    font-size: 3.7333333333vw;
    padding: 0 6.6666666667vw;
  }
}
.recruit-section__subTtl--bk {
  color: #000;
}
.recruit-mv {
  position: relative;
  z-index: 1;
}
.recruit-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.4);
  z-index: 1;
}
.recruit-mv__ttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 919px;
}
@media screen and (max-width: 1350px) {
  .recruit-mv__ttl {
    width: calc(100% - 10.666vw);
  }
}
.recruit-copy {
  padding: 20rem 0 30rem;
  position: relative;
  z-index: 1;
  margin-bottom: -10rem;
}
@media screen and (max-width: 1350px) {
  .recruit-copy {
    padding: 16rem 0 24rem;
    margin-bottom: -12rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-copy {
    padding: 17.3333333333vw 6.6666666667vw 26.6666666667vw;
    margin-bottom: -9.3333333333vw;
  }
}
.recruit-copy::after {
  content: "";
  background: no-repeat url(../img/recruit/copy-bg.png) top center/100% 645px;
  height: 645px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  .recruit-copy::after {
    height: 516px;
    background: no-repeat url(../img/recruit/copy-bg.png) top center/100% 516px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-copy::after {
    background: no-repeat url(../img/recruit/copy-bg-sp.png) top center/contain;
    height: 93.3333333333vw;
  }
}
.recruit-copy__message {
  text-align: center;
  font-size: 2.4rem;
  line-height: 200%;
}
@media screen and (max-width: 1350px) {
  .recruit-copy__message {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-copy__message {
    font-size: 4.2666666667vw;
  }
}
.recruit-int {
  background: #00b4fa;
  padding: 32rem 0 30rem;
}
@media screen and (max-width: 1350px) {
  .recruit-int {
    padding: 25.6rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int {
    padding: 24vw 0;
  }
}
.recruit-int__flex {
  position: relative;
  margin-top: 15rem;
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 1350px) {
  .recruit-int__flex {
    margin-top: 12rem;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int__flex {
    margin-top: 40vw;
    flex-direction: column-reverse;
    gap: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int__flex:nth-of-type(1) {
    margin-top: 12vw;
  }
}
.recruit-int__flex--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .recruit-int__flex--reverse {
    flex-direction: column-reverse;
  }
}
.recruit-int__contents {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .recruit-int__contents {
    width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.recruit-int__img {
  position: sticky;
  top: 20rem;
  width: 56%;
}
@media screen and (max-width: 1350px) {
  .recruit-int__img {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int__img {
    position: static;
    width: 100%;
  }
}
.recruit-int__category {
  width: 15rem;
  height: 4.4rem;
  line-height: 4.4rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  background: var(--color-primary);
  font-size: 2.4rem;
}
@media screen and (max-width: 1350px) {
  .recruit-int__category {
    width: 12rem;
    height: 3.52rem;
    line-height: 3.52rem;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int__category {
    width: 20vw;
    height: 7.4666666667vw;
    line-height: 7.4666666667vw;
    font-size: 3.7333333333vw;
  }
}
.recruit-int__name {
  color: #fff;
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (max-width: 1350px) {
  .recruit-int__name {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int__name {
    font-size: 3.2vw;
    margin-top: 4vw;
    padding-bottom: 4vw;
    border-bottom: 2px solid var(--color-primary);
  }
}
.recruit-int__body h3 {
  color: #fff;
  margin-top: 8rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 1350px) {
  .recruit-int__body h3 {
    margin-top: 6.4rem;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int__body h3 {
    font-size: 4.8vw;
    margin-top: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int__body h3:first-child {
    margin-top: 6.6666666667vw;
  }
}
.recruit-int__body p {
  margin-top: 2.5rem;
  color: #fff;
  text-align: justify;
  line-height: 200%;
}
@media screen and (max-width: 1350px) {
  .recruit-int__body p {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int__body p {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}
.recruit-int__body img {
  margin-top: 2rem;
}
@media screen and (max-width: 1350px) {
  .recruit-int__body img {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-int__body img {
    margin-top: 6.6666666667vw;
  }
}
.recruit-flow {
  padding: 28rem 0 30rem;
}
@media screen and (max-width: 1350px) {
  .recruit-flow {
    padding: 22.4rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-flow {
    padding: 26.6666666667vw 0;
  }
}
.recruit-flow__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem;
  margin-top: 14rem;
}
@media screen and (max-width: 1350px) {
  .recruit-flow__list {
    gap: 3.2rem;
    margin-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-flow__list {
    grid-template-columns: 1fr 1fr;
    gap: 9.3333333333vw 5.3333333333vw;
    margin-top: 13.3333333333vw;
    padding: 0 6.6666666667vw;
  }
}
.recruit-flow__item p {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 200%;
  text-align: justify;
}
@media screen and (max-width: 1350px) {
  .recruit-flow__item p {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-flow__item p {
    margin-top: 4vw;
    font-size: 2.6666666667vw;
  }
}
.recruit-st {
  background: #00b4fa;
  padding: 32rem 0 30rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1350px) {
  .recruit-st {
    padding: 25.6rem 0 24rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-st {
    padding: 26.6666666667vw 0;
  }
}
.recruit-st__text01 {
  color: #fff;
  margin-top: 14rem;
  line-height: 200%;
}
@media screen and (max-width: 1350px) {
  .recruit-st__text01 {
    margin-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-st__text01 {
    margin-top: 10.6666666667vw;
    padding: 0 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.recruit-st__text02 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1350px) {
  .recruit-st__text02 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-st__text02 {
    font-size: 4.2666666667vw;
  }
}
.recruit-st__box {
  background: #fff;
  margin-top: 2rem;
  padding: 10rem;
  border-radius: 2rem;
}
@media screen and (max-width: 1350px) {
  .recruit-st__box {
    margin-top: 1.6rem;
    padding: 8rem;
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-st__box {
    margin-top: 4vw;
    padding: 10.6666666667vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.recruit-st__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .recruit-st__list {
    grid-template-columns: 1fr;
    margin-top: 2.6666666667vw;
  }
}
.recruit-st__list ul {
  border-right: 1px solid #000;
  padding-left: 5rem;
}
@media screen and (max-width: 768px) {
  .recruit-st__list ul {
    border-right: none;
    padding-left: 0;
  }
}
.recruit-st__list ul:first-child {
  padding-left: 0;
}
.recruit-st__list ul:last-child {
  border-right: 0;
}
.recruit-st__list ul li {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .recruit-st__list ul li {
    font-size: 3.7333333333vw;
    padding: 0 0 0 2.6666666667vw;
  }
}
.recruit-st__list ul li::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 0;
  width: 7px;
  height: 7px;
  background: #b49632;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .recruit-st__list ul li::before {
    top: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.recruit-job {
  padding: 30rem 0;
}
@media screen and (max-width: 1350px) {
  .recruit-job {
    padding: 24rem 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-job {
    padding: 26.6666666667vw 0;
  }
}
.recruit-entry {
  background: #00b4fa;
  padding: 20rem 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1350px) {
  .recruit-entry {
    padding: 16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry {
    padding: 20vw 0;
    margin-bottom: 0;
  }
}
.recruit-entry__inner {
  max-width: calc(1000px + 8rem);
}
.recruit-entry__ttl {
  text-align: center;
  color: #fff;
  font-size: 3rem;
}
@media screen and (max-width: 1350px) {
  .recruit-entry__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry__ttl {
    font-size: 5.3333333333vw;
    padding: 0 6.6666666667vw;
  }
}
.recruit-entry__text {
  color: #fff;
  margin-top: 5rem;
  line-height: 200%;
}
@media screen and (max-width: 1350px) {
  .recruit-entry__text {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry__text {
    font-size: 3.7333333333vw;
    padding: 0 6.6666666667vw;
    margin-top: 8vw;
  }
}
.recruit-entry__status {
  display: flex;
  margin-top: 4.5rem;
  gap: 5rem;
}
@media screen and (max-width: 1350px) {
  .recruit-entry__status {
    margin-top: 3.6rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry__status {
    padding: 0 6.6666666667vw;
    margin-top: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
}
.recruit-entry__status li {
  border: 1px solid #fff;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  color: #fff;
  text-align: center;
  width: calc(33.3% - 33.3333333333px);
  position: relative;
}
@media screen and (max-width: 1350px) {
  .recruit-entry__status li {
    height: 4.8rem;
    line-height: 4.8rem;
    border-radius: 2.4rem;
    width: calc(33.3% - 26.6666666667px);
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry__status li {
    height: 8vw;
    line-height: 8vw;
    border-radius: 8vw;
    font-size: 3.2vw;
    width: calc(33.3% - 1.7776666667vw);
  }
}
.recruit-entry__status li.active {
  background: #fff;
  color: #00b4fa;
}
.recruit-entry__status li:last-child::after {
  content: none;
}
.recruit-entry__status li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5.1rem;
  height: 1px;
  width: 5rem;
  background: #fff;
}
@media screen and (max-width: 1350px) {
  .recruit-entry__status li::after {
    width: 4rem;
    right: -4.1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry__status li::after {
    width: 2.6666666667vw;
    right: -2.8vw;
  }
}
.recruit-entry__status02 {
  display: flex;
  margin-top: 4.5rem;
  gap: 5rem;
}
@media screen and (max-width: 1350px) {
  .recruit-entry__status02 {
    margin-top: 3.6rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry__status02 {
    padding: 0;
    margin-top: 10.6666666667vw;
    gap: 2.6666666667vw;
  }
}
.recruit-entry__status02 li {
  border: 1px solid #00b4fa;
  height: 6rem;
  line-height: 6rem;
  border-radius: 3rem;
  color: #333;
  text-align: center;
  width: calc(33.3% - 33.3333333333px);
  position: relative;
}
@media screen and (max-width: 1350px) {
  .recruit-entry__status02 li {
    height: 4.8rem;
    line-height: 4.8rem;
    border-radius: 2.4rem;
    width: calc(33.3% - 26.6666666667px);
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry__status02 li {
    height: 8vw;
    line-height: 8vw;
    border-radius: 8vw;
    font-size: 3.2vw;
    width: calc(33.3% - 1.7776666667vw);
  }
}
.recruit-entry__status02 li.active {
  background: #00b4fa;
  color: #fff;
}
.recruit-entry__status02 li:last-child::after {
  content: none;
}
.recruit-entry__status02 li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5.1rem;
  height: 1px;
  width: 5rem;
  background: #00b4fa;
}
@media screen and (max-width: 1350px) {
  .recruit-entry__status02 li::after {
    width: 4rem;
    right: -4.1rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-entry__status02 li::after {
    width: 2.6666666667vw;
    right: -2.8vw;
  }
}

/* =============================================
  footer
============================================= */
.footer {
  background: var(--color-primary);
  padding: 10rem 0;
}
@media screen and (max-width: 1350px) {
  .footer {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 13.3333333333vw 0 5.3333333333vw;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 6.6666666667vw;
  }
}
.footer__logo {
  color: #fff;
  font-size: 3rem;
  display: block;
  margin-bottom: 4rem;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 1350px) {
  .footer__logo {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo:hover {
  opacity: 0.7;
}
.footer__logo--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__logo--sp {
    display: block;
    text-align: center;
    font-size: 4.8vw;
    color: #fff;
    margin-top: 6.6666666667vw;
    transition: opacity ease 0.3s;
  }
  .footer__logo--sp:hover {
    opacity: 0.7;
  }
}
.footer__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__buttons {
    flex-direction: row;
    gap: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .footer__right {
    width: 100%;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    grid-template-columns: 1fr;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    width: 100%;
  }
}
.footer__nav ul li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li {
    margin-bottom: 0;
  }
}
.footer__nav ul li:last-child {
  margin-bottom: 0;
}
.footer__nav ul li.dummy {
  height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li.dummy {
    display: none;
  }
}
.footer__nav ul li a {
  color: #fff;
  transition: opacity ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    display: block;
    width: 100%;
    padding: 4vw 6.6666666667vw;
    border-bottom: 1px solid #fff;
    font-size: 3.7333333333vw;
  }
}
.footer__nav ul li a:hover {
  opacity: 0.7;
}
.footer__copyright {
  margin-top: 5rem;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
    margin-top: 4vw;
    font-size: 2.1333333333vw;
  }
}