@charset "UTF-8";
/*
Theme Name: 光城工業
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}

@media (max-width: 1024px) {
  html {
    scroll-padding-top: 5rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  color: #000000;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
main {
  margin-top: 10rem;
}

@media (max-width: 1024px) {
  main {
    margin-top: 5rem;
  }
}
li {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

address,
em {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
.flex {
  display: flex;
}

@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}
.content-width {
  max-width: 120rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}
.blue {
  color: #01418E;
}

/*==================================================
セクション
===================================*/
section {
  padding: 10rem 2rem;
}

@media (max-width: 767px) {
  section {
    padding: 5rem 2rem;
  }
}
.section-title {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .section-title {
    line-height: 1.2;
  }
}
.section-title .en {
  font-family: "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #2CB5E5;
  letter-spacing: 0.05em;
  display: block;
  line-height: 2.2222222222;
}

@media (max-width: 767px) {
  .section-title .en {
    font-size: 1.5rem;
    color: #76CBFF;
  }
}
.section-title .ja {
  color: #01418E;
  font-size: 6rem;
  font-weight: 700;
  font-style: normal;
  display: block;
  line-height: 1;
  -webkit-clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  /*&::before {
      color: #0D57A7;
  }

  &::after {
      color: #E60012;
  }

  &::before,
  &::after {

      position: absolute;
      content: attr(data-text)"";
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
      clip-path: polygon(0 0, 0 0, -5% 100%, 0% 100%);
  }*/
}

@media (max-width: 767px) {
  .section-title .ja {
    font-size: 4rem;
  }
}
.section-title.is-active {
  /*&::before,
  &::after {
      opacity: 0;
      clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
      transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s;
  }


  &::before {
      transition-delay: 0s, 1s;
  }

  &::after {
      transition-delay: .1s, 1.1s;
  }

  &::before,
  &::after {
      opacity: 0;
      clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
      transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1), opacity 0s;
  }*/
}

.section-title.is-active .ja {
  -webkit-clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 105% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
  transition: clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s, -webkit-clip-path 1s cubic-bezier(0.42, 0.06, 0.1, 1) 0.25s;
}

.section-intro {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5833333333;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .section-intro {
    font-size: 2.2rem;
    line-height: 1.9090909091;
    margin-top: 5rem;
    letter-spacing: 0.01em;
  }
}
.section-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-top: 5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .section-text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 3rem;
  }
}
.section-num {
  background: #01418E;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-num {
    font-size: 3.8rem;
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .section-num {
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    flex-shrink: 0;
  }
}
.title-num {
  color: #2CB5E5;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .title-num {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.bg-l-blue {
  background: #E6FAFF;
}

/*==================================================
container aside サイドメニュー
===================================*/
.container {
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .container {
    flex-direction: column-reverse;
  }
}
.container .content {
  width: 65.08%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .container .content {
    width: 71%;
  }
}
@media (max-width: 767px) {
  .container .content {
    width: 100%;
  }
}
/* 右コンテンツ */
.content-right {
  width: 78.92%;
  margin: 0 0 0 auto;
}

.content-right .section-title {
  text-align: center;
}

.content-right .section-title .ja {
  font-size: 4rem;
  margin: 0 auto;
}

/* サイドメニュー */
aside {
  width: 26.58%;
  position: sticky;
  top: 10rem;
  left: 0;
}

@media (max-width: 767px) {
  aside {
    width: 100%;
    position: inherit;
    margin-top: 5rem;
  }
}
.aside-menu li:last-child {
  margin-bottom: 0;
}

.aside-menu li a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.aside-menu li .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
}

.aside-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 9px 15px 11px;
  border-radius: 5px;
  line-height: 1;
}

@media (max-width: 767px) {
  .aside-title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
/* カレント表示 */
.aside-menu li.on a {
  color: #01418E;
}

/*==================================================
ボタン
===================================*/
.btn {
  background: #01418E;
  border-radius: 50px;
  color: #fff;
  padding: 20px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .btn {
    font-size: 1.5rem;
  }
}
.btn--arrow-right {
  position: relative;
}

.btn--arrow-right::after {
  position: absolute;
  content: "";
  background-image: url(./images/arrow-right.png);
  background-size: contain;
  width: 10.2px;
  height: 10px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 3rem;
}

.btn--arrow--right-blue {
  position: relative;
  max-width: 19.9rem;
  width: 100%;
}

.btn--arrow--right-blue::after {
  position: absolute;
  content: "";
  background-image: url(./images/arrow-right--blue2.png);
  background-size: contain;
  width: 10.2px;
  height: 10px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  right: 3rem;
}

.btn--blue {
  max-width: 19.9rem;
}

.btn--l-blue {
  background: #2CB5E5;
  max-width: 23.4rem;
}

.btn--gray {
  background: #F1F1F1;
  color: #01418E;
}

.arrow-btn {
  background: #2CB5E5;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .arrow-btn {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
  }
}
.arrow-btn .arrow {
  width: 10px;
}

@media (max-width: 767px) {
  .arrow-btn .arrow {
    width: 7.5px;
  }
}
.cta-btn {
  max-width: 55.1rem;
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .cta-btn {
    height: 6.55rem;
    border-radius: 5px;
  }
}
.cta-btn .icon {
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .cta-btn .icon {
    margin-right: 1.2rem;
  }
}
.cta-btn--tel {
  background: #fff;
  color: #01418E;
}

@media (max-width: 1024px) {
  .cta-btn--tel {
    margin-bottom: 2rem;
  }
}
.cta-btn--tel .icon {
  width: 2.3rem;
}

@media (max-width: 767px) {
  .cta-btn--tel .icon {
    width: 1.35rem;
  }
}
.cta-btn--tel .num {
  font-family: "Arial", sans-serif;
  font-size: 4.3rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  line-height: 1;
}

@media (max-width: 767px) {
  .cta-btn--tel .num {
    font-size: 2.5rem;
  }
}
.cta-btn--tel .hour {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .cta-btn--tel .hour {
    font-size: 1.2rem;
  }
}
.cta-btn--contact {
  background: #2CB5E5;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .cta-btn--contact {
    font-size: 2rem;
  }
}
.cta-btn--contact .ja {
  display: flex;
  align-items: center;
}

.cta-btn--contact .icon {
  width: 2.7rem;
}

@media (max-width: 767px) {
  .cta-btn--contact .icon {
    width: 1.55rem;
  }
}
/*==================================================
サイド 固定ボタン
===================================*/
.side-menu {
  position: fixed;
  right: 0;
  top: 32%;
  z-index: 9;
}

@media (max-width: 1024px) {
  .side-menu {
    top: inherit;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.side-menu li {
  margin-bottom: 1rem;
  max-width: 15rem;
  width: 100%;
}

@media (min-width: 1025px) {
  .side-menu li {
    width: 59px;
    height: 150px;
  }
}
@media (max-width: 1024px) {
  .side-menu li {
    margin-bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}
.side-menu li:last-child {
  margin-bottom: 0;
}

.side-menu li a {
  font-size: 1.8rem;
  display: block;
  border-right: none;
  padding: 1.5rem;
  color: #fff;
  height: 15rem;
  text-align: center;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .side-menu li a {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 1024px) {
  .side-menu li a {
    line-height: 1;
    font-size: 2rem;
    padding: 1.5rem;
    border-radius: 0;
    text-align: center;
    height: 5rem;
  }
}
.side-menu li:nth-child(1) a {
  background: #01418E;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

@media (max-width: 1024px) {
  .side-menu li:nth-child(1) a {
    border: none;
    width: 43.3333333333vw;
  }
}
.side-menu li:nth-child(2) a {
  background: #2CB5E5;
}

@media (max-width: 1024px) {
  .side-menu li:nth-child(2) a {
    width: 43.3333333333vw;
  }
}
@media (min-width: 1025px) {
  .side-menu li:nth-child(3) {
    display: none;
  }
}
.side-menu li:nth-child(3) a {
  background: #01418E;
  width: 13.3333333333vw;
}

.side-menu li:nth-child(3) a .arrow {
  width: 3.8666666667vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .side-menu li:nth-child(3) a .arrow {
    width: 17px;
  }
}
/*==================================================
card
===================================*/
.cards {
  margin-top: 4.5rem;
}

.card {
  border-radius: 10px;
  overflow: hidden;
}

.cards--col3 {
  flex-wrap: wrap;
  justify-content: center;
}

.cards--col3 {
  row-gap: 4.5rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.cards__item {
  max-width: 38.6rem;
  width: 100%;
}

@media (max-width: 767px) {
  .cards__item {
    max-width: 100%;
  }
}
.card__img-wrapper {
  overflow: hidden;
}

.card__img-wrapper img {
  transition: all 1s ease;
}

.card__img-wrapper:hover img {
  transform: scale(1.08);
}

/*==================================================
media
===================================*/
.medias li:nth-child(2n) .media {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .medias li:nth-child(2n) .media {
    flex-direction: column;
  }
}
.media {
  justify-content: space-between;
  align-items: flex-start;
}

/*==================================================
ページリンク
===================================*/
/* パンくず */
.breadcrumbs {
  padding: 1.5rem 2rem 1rem;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}
/* TOPリンク 会社案内 CM集 */
.top-link .cards {
  align-items: center;
  justify-content: space-between;
  gap: 2.6041666667vw;
}

@media (min-width: 1921px) {
  .top-link .cards {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .top-link .cards {
    gap: 2.5rem;
    margin-top: 0;
  }
}
.top-link .card__title {
  text-align: center;
  position: relative;
  z-index: 1;
}

.top-link .card__title .en {
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #2CB5E5;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1;
}

@media (max-width: 767px) {
  .top-link .card__title .en {
    font-size: 1rem;
  }
}
.top-link .card__title .ja {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .top-link .card__title .ja {
    font-size: 2rem;
  }
}
.top-link .card__body {
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .top-link .card__body {
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 2rem 0;
  }
}
.top-link .card__text {
  color: #fff;
  position: relative;
  z-index: 1;
  max-width: 48rem;
}

.top-link .cards__item {
  background-size: cover;
  max-width: 59rem;
  width: 100%;
  height: 39.3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 2rem;
  flex-direction: column;
}

@media (max-width: 767px) {
  .top-link .cards__item {
    height: 100%;
    padding-bottom: 6.4vw;
    max-width: 100%;
    padding: 1rem 0;
  }
}
.top-link .cards__item:nth-of-type(1) {
  background-image: url(./images/top-link-1.jpg);
}

.top-link .cards__item:nth-of-type(2) {
  background-image: url(./images/top-link-2.jpg);
}

.top-link .cards__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(./images/link-grade.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 39.3rem;
}

@media (max-width: 767px) {
  .top-link .cards__item::after {
    height: 100%;
    background-image: url(./images/sp_link-grade.png);
  }
}
/* ページャー お知らせ記事 */
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .pager {
    margin-top: 4.9rem;
  }
}
.pager .prev-btn,
.pager .next-btn {
  font-family: "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}

@media (max-width: 767px) {
  .pager .prev-btn,
  .pager .next-btn {
    font-size: 1.5rem;
  }
}
.pager .btn {
  max-width: 19.9rem;
  text-align: center;
  margin-left: 5rem;
  margin-right: 5rem;
}

@media (max-width: 767px) {
  .pager .btn {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.pager .pager-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 5rem;
}

@media (max-width: 767px) {
  .pager .pager-list {
    margin: 0 2.5rem;
  }
}
.pager .pager-list li a {
  font-family: "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  border-radius: 5px;
}

.pager .pager-list li .current {
  color: #fff;
  background: #01418E;
}

/* ページャー お知らせ一覧 */
.previouspostslink,
.nextpostslink {
  font-family: "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 5rem;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin: 0 2.5rem;
  }
}
.wp-pagenavi .page {
  font-family: "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  border-radius: 5px;
}

.wp-pagenavi .current {
  color: #fff;
  background: #01418E;
  border-radius: 5px;
  font-family: "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  font-family: "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}

@media (max-width: 767px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    font-size: 1.5rem;
  }
}
/*==================================================
下層共通
===================================*/
.sec-link {
  padding: 5rem 2rem;
  background: #F1F1F1;
}

@media (max-width: 767px) {
  .sec-link {
    padding: 2.5rem 2rem;
  }
}
.sec-link .cards {
  align-items: center;
  justify-content: space-between;
  gap: 2.6041666667vw;
  margin-top: 0;
}

@media (min-width: 1921px) {
  .sec-link .cards {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .sec-link .cards {
    gap: 2.5rem;
  }
}
.sec-link .cards--col3 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

@media (max-width: 767px) {
  .sec-link .cards--col3 {
    display: flex;
    flex-direction: column;
  }
}
.sec-link .card__title {
  text-align: center;
  position: relative;
  z-index: 1;
}

.sec-link .card__title .en {
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #2CB5E5;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1;
}

@media (max-width: 767px) {
  .sec-link .card__title .en {
    font-size: 3.3333333333vw;
  }
}
.sec-link .card__title .ja {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .sec-link .card__title .ja {
    font-size: 6.8vw;
  }
}
.sec-link .cards__item {
  background-size: cover;
  max-width: 36.6rem;
  width: 100%;
  height: 18.3rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
}

@media (max-width: 767px) {
  .sec-link .cards__item {
    height: 44.6666666667vw;
    padding-bottom: 6.4vw;
    max-width: 100%;
  }
}
.sec-link .cards__item:nth-of-type(1) {
  background-image: url(./images/sec-link-1.png);
}

.sec-link .cards__item:nth-of-type(2) {
  background-image: url(./images/sec-link-2.png);
}

.sec-link .cards__item:nth-of-type(3) {
  background-image: url(./images/sec-link-3.png);
}

/*実績*/
.sec-link--case .cards__item:nth-of-type(1) {
  background-image: url(./images/sec-link-4.png);
}

.sec-link--case .cards__item:nth-of-type(2) {
  background-image: url(./images/sec-link-1.png);
}

/*お知らせ*/
.sec-link--news .cards__item:nth-of-type(1) {
  background-image: url(./images/sec-link-4.png);
}

.sec-link--news .cards__item:nth-of-type(2) {
  background-image: url(./images/sec-link-1.png);
}

.sec-link--news .cards__item:nth-of-type(3) {
  background-image: url(./images/sec-link-2.png);
}

/*事業案内*/
.sec-link--business .cards__item:nth-of-type(1) {
  background-image: url(./images/sec-link-4.png);
}

.sec-link .cards__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(./images/link-grade.png);
  background-size: cover;
  width: 100%;
  height: 18.3rem;
}

@media (max-width: 767px) {
  .sec-link .cards__item::after {
    height: 44.6666666667vw;
  }
}
/*==================================================
フェードアップ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/*==================================================
ヘッダー
===================================*/
.header {
  height: auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 2.0833333333vw 0 1.3020833333vw;
  height: 10rem;
}

@media (min-width: 1921px) {
  .header {
    padding: 0 4rem 0 2.5rem;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 5rem;
    padding: 0 0 0 3.3333333333vw;
  }
}
.header .header__logo {
  width: 100%;
  max-width: 11.40625vw;
}

@media (min-width: 1921px) {
  .header .header__logo {
    max-width: 21.9rem;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    /* max-width: 10.9rem; */
    max-width: 165px;
  }
}
.header .header__logo img {
  width: 21.9rem;
}

.header .header__logo a {
  display: flex;
}

.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10rem;
}

@media (max-width: 1024px) {
  .header .header__inner {
    height: 5rem;
    transition: all 0.4s;
  }
}
@media (min-width: 1300px) {
  .header .header__logo img {
    width: 100%;
  }
  .header .header__logo {
    width: 13%;
    max-width: 392px;
  }
}
@media (min-width: 1380px) {
  .header .header__logo {
    width: 16.5%;
  }
}
@media (min-width: 1480px) {
  .header .header__logo {
    width: 20%;
  }
}
@media (max-width: 1999px) and (min-width: 1025px) {
  .header .header__logo {
    width: 15%;
    max-width: 392px;
  }
}
@media (max-width: 1999px) and (min-width: 1080px) {
  .header .header__logo {
    width: 20%;
  }
}
.header .header__inner__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 121.6rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .header .header__inner__right {
    display: none;
  }
}
.header .header__menu {
  display: flex;
  align-items: center;
  gap: 2.34375vw;
  margin-right: 2.5vw;
}

@media (min-width: 1921px) {
  .header .header__menu {
    gap: 4.5rem;
    margin-right: 4.8rem;
  }
}
.header .header__menu a {
  font-size: 2rem;
  transition: all 0.4s;
}

@media (max-width: 1379px) {
  .header .header__menu a {
    font-size: 1.4rem;
  }
}
.header .contact-btn {
  max-width: 19.9rem;
  height: 6rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  background: #01418E;
  color: #fff;
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  z-index: 100;
  cursor: pointer;
  background: #01418E;
}

.hamburger-btn .hamburger-btn__line {
  width: 5rem;
  height: 5rem;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #fff;
  width: 15px;
  height: 2px;
  left: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.3s;
}

.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 1.8rem;
}

.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 2.3rem;
}

.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  top: 2.8rem;
}

/* ×　オープン */
.hamburger-btn.active .line:nth-child(1),
.hamburger-btn.active .line:nth-child(2),
.hamburger-btn.active .line:nth-child(3) {
  top: 2.3rem;
  left: 33%;
}

.hamburger-btn.active .line:nth-child(1) {
  transform: rotate(-45deg);
}

.hamburger-btn.active .line:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-btn.active .line:nth-child(3) {
  transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background: #01418E;
  position: fixed;
  top: 5rem;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 0 1.8rem 12rem;
}

#hamburger-menu .hamburger-menu__list {
  margin-top: 2.5rem;
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  border-bottom: solid 1px #fff;
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item a {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .js-accordion {
  position: relative;
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .js-accordion:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 15px;
  right: 0;
  top: 42%;
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .js-accordion:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 15px;
  right: 0;
  bottom: 50%;
  transform: rotate(90deg);
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .js-accordion.open:after {
  transform: rotate(0deg);
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .accordion-list {
  margin-top: 1rem;
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .accordion-list li {
  margin-bottom: 1.5rem;
  text-align: left;
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .accordion-list li .dot {
  background: #fff;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 1rem;
  vertical-align: middle;
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .accordion-list li a {
  font-size: 1.5rem;
  font-weight: 500;
}

#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .accordion-list li:last-child {
  margin-bottom: 0;
}

#hamburger-menu .accordion-item {
  display: none;
}

#hamburger-menu .hamburger-menu__cta {
  margin: 4.9rem auto 0;
}

#hamburger-menu .hamburger-menu__cta .cta-btn {
  margin-left: auto;
  margin-right: auto;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  transition: all 0.5s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}
/*==================================================
下層 カバー
===================================*/
.cover {
  background-size: cover;
  background-position: center bottom;
  height: 30rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 767px) {
  .cover {
    height: 15rem;
  }
}
.cover .cover__title {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cover .cover__title .en {
  font-family: "Arial", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  color: #2CB5E5;
}

@media (max-width: 767px) {
  .cover .cover__title .en {
    font-size: 1.5rem;
  }
}
.cover .cover__title .ja {
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: block;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .cover .cover__title .ja {
    font-size: 4rem;
  }
}
.page-strengths .cover {
  background-image: url(./images/cover-strengths.jpg);
}

@media (max-width: 767px) {
  .page-strengths .cover {
    background-image: url(./images/sp_cover-strengths.jpg);
  }
}
.page-business .cover {
  background-image: url(./images/cover-business.jpg);
}

@media (max-width: 767px) {
  .page-business .cover {
    background-image: url(./images/sp_cover-business.jpg);
  }
}
.page-privacy .cover {
  background-image: url(./images/cover-privacy.jpg);
}

@media (max-width: 767px) {
  .page-privacy .cover {
    background-image: url(./images/sp_cover-privacy.jpg);
  }
}
.page-movie .cover {
  background-image: url(./images/cover-movie.jpg);
}

@media (max-width: 767px) {
  .page-movie .cover {
    background-image: url(./images/sp_cover-movie.jpg);
  }
}
.page-company .cover {
  background-image: url(./images/cover-company.jpg);
}

@media (max-width: 767px) {
  .page-company .cover {
    background-image: url(./images/sp_cover-company.jpg);
  }
}
.page-news .cover {
  background-image: url(./images/cover-news.jpg);
}

@media (max-width: 767px) {
  .page-news .cover {
    background-image: url(./images/sp_cover-news.jpg);
  }
}
.page-case .cover {
  background-image: url(./images/cover-case.jpg);
}

@media (max-width: 767px) {
  .page-case .cover {
    background-image: url(./images/sp_cover-case.jpg);
  }
}
.page-contact .cover {
  background-image: url(./images/cover-contact.jpg);
}

@media (max-width: 767px) {
  .page-contact .cover {
    background-image: url(./images/sp_cover-contact.jpg);
  }
}
.movie-wrapper video {
  width: 100%;
}

/*==================================================
メインビジュアル
===================================*/
.mv {
  position: relative;
}

.mv::before {
  position: absolute;
  content: "";
  background: #01418E;
  width: 100%;
  height: 38.0208333333vw;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  z-index: -1;
}

@media (max-width: 767px) {
  .mv::before {
    height: 97.3333333333vw;
  }
}
.mv .mv__inner {
  width: 79.17%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .mv .mv__inner {
    width: 89.3333333333vw;
  }
}
.mv .mv__catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.21%;
  z-index: 1;
}

@media (max-width: 767px) {
  .mv .mv__catch {
    left: 10.6666666667vw;
  }
}
.mv .mv__catch .mv__title {
  font-size: 4.1666666667vw;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .mv .mv__catch .mv__title {
    font-size: 6.6666666667vw;
    letter-spacing: 0;
  }
}
.mv .mv__catch .mv__title span {
  background: #2CB5E5;
  border-radius: 5px;
  padding: 5px 10px 5px 20px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .mv .mv__catch .mv__title span {
    letter-spacing: 0;
    letter-spacing: 0.01em;
  }
}
.mv .mv__catch .mv__text {
  font-size: 1.5625vw;
  font-weight: 700;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .mv .mv__catch .mv__text {
    font-size: 4vw;
    margin-top: 3.3333333333vw;
  }
}
.mv .mv__catch .mv__text span {
  background: #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  padding: 5px 20px;
}

@media (max-width: 767px) {
  .mv .mv__catch .mv__text span {
    margin-bottom: 1.3333333333vw;
  }
}
/* スライド切り替えアニメーション */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-img-wrapper {
  overflow: hidden;
  border-radius: 10px;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

/*==================================================
TOP 事業案内
===================================*/
.business .section-title {
  text-align: center;
}

.business .section-title .ja {
  margin: 0 auto;
}

.business .section-text {
  text-align: center;
}

@media (max-width: 767px) {
  .business .section-text {
    text-align: left;
  }
}
.business .btn--blue {
  margin: 4rem auto 0;
}

@media (max-width: 767px) {
  .business .cards {
    margin-top: 5rem;
  }
}
.business .cards--col3 {
  row-gap: 4.5rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@media (max-width: 767px) {
  .business .cards--col3 {
    row-gap: 2.5rem;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.business .cards__item {
  max-width: 38.6rem;
  width: 100%;
  position: relative;
}

.business .cards__item .section-num {
  border-radius: 10px 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.business .card__img-wrapper {
  border-radius: 10px;
}

.business .card__body {
  padding: 2rem;
}

.business .card__title {
  color: #01418E;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3333333333;
}

@media (max-width: 767px) {
  .business .card__title {
    font-size: 2rem;
    line-height: 1.25;
  }
}
/*==================================================
事業案内ページ
===================================*/
.head-link {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .head-link {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .head-link {
    padding: 0 2rem;
  }
}
.head-link li {
  width: 25%;
}

@media (max-width: 767px) {
  .head-link li {
    width: 100%;
  }
}
.round-btn {
  max-width: 23.2rem;
  width: 100%;
  height: 8.3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  color: #01418E;
  border: solid 2.3px #01418E;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .round-btn {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .round-btn {
    max-width: 100%;
    border-radius: 2.5px;
    height: 5rem;
  }
}
.round-btn--navy {
  background: #01418E;
  color: #fff;
}

.round-btn--white {
  background: #fff;
  color: #01418E;
  border: solid 2.3px #01418E;
}

/* カレント表示 */
.head-link li .round-btn:hover {
  color: #fff;
  background: #01418E;
}

.head-link li .round-btn.active {
  color: #fff;
  background: #01418E;
}

.business-about {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .business-about {
    padding-top: 4rem;
  }
}
.business-about .business__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .business-about .business__title {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
.business-about .media__img-wrapper {
  width: 44.79%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .business-about .media__img-wrapper {
    width: 94.6666666667vw;
    margin: 0 0 0 auto;
  }
}
.business-about .medias li {
  padding: 10rem 0;
}

@media (max-width: 767px) {
  .business-about .medias li {
    padding: 5rem 0;
  }
}
@media (min-width: 768px) {
  #business-1 {
    padding-top: 4.5rem;
  }
}
.business-about .medias li:nth-child(2n) {
  background: #EAF6FC;
}

.business-about .medias li:nth-child(2n) .media__body {
  margin: 0 auto 0 0;
}

.business-about .medias li:nth-child(2n) .media__img-wrapper {
  width: 44.79%;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .business-about .medias li:nth-child(2n) .media__img-wrapper {
    border-radius: 0 10px 10px 0;
    width: 94.6666666667vw;
    margin: 0 auto 0 0;
  }
}
.business-about .media {
  margin-top: 5rem;
  gap: 10rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .business-about .media {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .business-about .media {
    flex-direction: column-reverse;
    margin-top: 2rem;
    gap: 2.5rem;
  }
}
.business-about .media__body {
  width: 32%;
  margin: 0 0 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .business-about .media__body {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .business-about .media__body {
    width: 100%;
    padding: 0 2rem;
  }
}
.business-about .media__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5833333333;
  border-bottom: dotted 2px #B4B3B3;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .business-about .media__title {
    font-size: 2rem;
    font-feature-settings: "palt";
    letter-spacing: 0.14em;
  }
}
.business-about .media__text {
  padding-top: 4rem;
}

@media (max-width: 767px) {
  .business-about .media__text {
    padding-top: 2.5rem;
  }
}
.business-about .media__desc {
  padding: 2rem;
  border-radius: 5px;
  background: #F1F1F1;
  margin-top: 1rem;
}

/*==================================================
光城工業の強み ページ
===================================*/
.strengths {
  background-image: url(./images/bg-strengths.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .strengths {
    background-image: url(./images/sp_bg-strengths.jpg);
  }
}
.strengths .section-title {
  text-align: center;
}

.strengths .section-title .ja {
  color: #fff;
  margin: 0 auto;
}

.strengths .section-catch {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-top: 1rem;
  letter-spacing: 0.09em;
}

@media (max-width: 767px) {
  .strengths .section-catch {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.strengths .section-text {
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .strengths .section-text {
    text-align: left;
    line-height: 1.5;
    width: 78.6666666667vw;
    margin: 2.5rem auto 0;
  }
}
.strengths .btn--l-blue {
  margin: 5rem auto 0;
}

.strengths-point .strengths-point__list li {
  margin-bottom: 9.8rem;
}

@media (max-width: 767px) {
  .strengths-point .strengths-point__list li {
    margin-bottom: 5rem;
  }
}
.strengths-point .strengths-point__list li:nth-child(2n) .media {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .strengths-point .strengths-point__list li:nth-child(2n) .media {
    flex-direction: column;
  }
}
.strengths-point .strengths-point__list li:last-child {
  margin-bottom: 0;
}

.strengths-point .media {
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.6041666667vw;
}

@media (min-width: 1921px) {
  .strengths-point .media {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .strengths-point .media {
    flex-direction: column;
    gap: 2.3rem;
  }
}
.strengths-point .media__body {
  width: 62.5%;
}

@media (max-width: 767px) {
  .strengths-point .media__body {
    width: 100%;
  }
}
.strengths-point .media__title {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  font-size: 3rem;
  font-weight: 700;
  color: #01418E;
}

@media (max-width: 767px) {
  .strengths-point .media__title {
    font-size: 2rem;
    gap: 1rem;
  }
}
.strengths-point .media__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .strengths-point .media__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7333333333;
  }
}
.strengths-point .section-num {
  border-radius: 5px;
}

.strengths-point .media__img-wrapper {
  width: 33.33%;
}

@media (max-width: 767px) {
  .strengths-point .media__img-wrapper {
    margin-top: 2rem;
    width: 100%;
  }
}
/* 光城工業のお約束 */
.strengths-promise {
  background: #E6FAFF;
}

.strengths-promise .section-title {
  text-align: center;
}

@media (max-width: 767px) {
  .strengths-promise .section-title .en {
    font-size: 1rem;
  }
}
.strengths-promise .section-title .ja {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .strengths-promise .section-title .ja {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .strengths-promise .section-text {
    text-align: left;
  }
}
.strengths-promise .cards--col3 {
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

@media (max-width: 767px) {
  .strengths-promise .cards--col3 {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
}
.strengths-promise .cards__item {
  max-width: 38.6rem;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .strengths-promise .cards__item {
    max-width: 100%;
  }
}
.strengths-promise .cards__item .section-num {
  border-radius: 10px 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .strengths-promise .cards__item .section-num {
    width: 6.9rem;
    height: 6.9rem;
    font-size: 4.15rem;
  }
}
.strengths-promise .card__body {
  padding: 2rem 0 0;
}

.strengths-promise .card__title {
  color: #01418E;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3333333333;
}

@media (max-width: 767px) {
  .strengths-promise .card__title {
    font-size: 2rem;
    line-height: 1;
  }
}
.strengths-promise .card__text {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .strengths-promise .card__text {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.7333333333;
  }
}
/*==================================================
TOP 実績紹介
===================================*/
.case {
  background: #01418E;
}

@media (min-width: 768px) {
  .case {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .case {
    padding-left: 0;
    padding-right: 0;
  }
}
.case .flex {
  gap: 4.6875vw;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1921px) {
  .case .flex {
    gap: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .case .flex {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .case .flex {
    gap: 5rem;
  }
}
.case .section-intro {
  color: #fff;
}

@media (max-width: 767px) {
  .case .section-intro {
    font-size: 2rem;
    margin-top: 2.5rem;
    line-height: 1.375;
  }
}
.case .section-title .ja {
  color: #fff;
}

.case .section-text {
  color: #fff;
  text-align: left;
  margin-top: 2.5rem;
}

.case .btn--l-blue {
  max-width: 17.4rem;
  margin-top: 4.5rem;
}

@media (max-width: 767px) {
  .case .btn--l-blue {
    width: 20rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.case .case__list {
  overflow: hidden;
  width: 45.31%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .case .case__list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .case .case__list {
    width: 100%;
  }
}
.case .case__list .swiper-slide {
  height: 100%;
}

@media (max-width: 767px) {
  .case .case__list .swiper-slide {
    height: auto;
  }
}
.case .case__list .card {
  height: 100%;
  background: #fff;
}

/* サムネサイズ調整　スライダー */
.case .case__list .card .card__img-wrapper {
  display: block;
  position: relative;
}

.case .case__list .card .card__img-wrapper::before {
  content: "";
  display: block;
  padding-top: 66%;
}

.case .case__list .card .card__img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

/* サムネサイズ調整　一覧 */
.page-case .cards--col3 .card__img-wrapper {
  display: block;
  position: relative;
}

.page-case .cards--col3 .card__img-wrapper::before {
  content: "";
  display: block;
  padding-top: 66%;
}

.page-case .cards--col3 .card__img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.case .card__body {
  background: #fff;
  padding: 2rem;
}

@media (max-width: 767px) {
  .case .card__body {
    padding: 2rem 1.5rem;
  }
}
.case .category {
  border-radius: 5px;
  color: #fff;
  background: #01418E;
  padding: 5px 10px 8px;
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}

.case .title {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .case .title {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 1rem;
  }
}
.case .case__text {
  max-width: 59.5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .case .case__text {
    max-width: 100%;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .case .case__text {
    padding: 0 2rem;
  }
}
.case .case__link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .case .case__link {
    margin-top: 4rem;
  }
}
.case .case__link li {
  width: 49%;
  padding: 1.5rem 0;
  border-bottom: solid 1px #fff;
}

@media (max-width: 767px) {
  .case .case__link li {
    width: 100%;
    padding: 0.75rem 0;
  }
}
.case .case__link li a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .case .case__link li a {
    font-size: 2rem;
    font-weight: 700;
  }
}
.case .case__link li a .arrow {
  width: 15px;
  margin-right: 1rem;
}

/*==================================================
実績紹介一覧ページ
===================================*/
/* カテゴリーリンク */
.case-link {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 1rem;
}

@media (max-width: 767px) {
  .case-link {
    display: flex;
    flex-direction: column;
  }
}
.case-btn {
  max-width: 39.3rem;
  width: 100%;
  height: 6rem;
  font-size: 2rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
  border: solid 3px #2CB5E5;
  color: #2CB5E5;
}

@media (max-width: 767px) {
  .case-btn {
    max-width: 100%;
    height: 4rem;
    border: solid 1.5px #2CB5E5;
    font-weight: 700;
  }
}
.case-btn--current {
  background: #2CB5E5;
  color: #fff;
}

.page-case .cards--col3 {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

@media (max-width: 767px) {
  .page-case .cards--col3 {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .page-case .cards {
    margin-top: 5rem;
  }
}
.page-case .card__img-wrapper img {
  height: auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  .page-case .card__img-wrapper img {
    height: 22.3rem;
  }
}
.page-case .card__body {
  background: #F1F1F1;
  padding: 2rem;
  height: 100%;
}

.page-case .card__title {
  margin-top: 2rem;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (max-width: 767px) {
  .page-case .card__title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.page-case .label {
  font-size: 1.4rem;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px 8px;
  display: inline-block;
  line-height: 1;
  background: #01418E;
}

.page-case .case-archive-link .section-title {
  text-align: center;
}

.page-case .case-archive-link .btn--blue {
  margin: 5rem auto 0;
}

.page-case .slider-thumbnail {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .page-case .slider-thumbnail {
    margin-top: 1rem;
  }
}
.page-case .slider-thumbnail .swiper-wrapper {
  gap: 1rem;
}

@media (max-width: 767px) {
  .page-case .slider-thumbnail .swiper-wrapper {
    gap: 0.5rem;
  }
}
.page-case .slider-thumbnail .swiper-wrapper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  width: calc(20% - 10px) !important;
}

@media (max-width: 767px) {
  .page-case .slider-thumbnail .swiper-wrapper .swiper-slide {
    border-radius: 2.5px;
    width: calc(20% - 5px) !important;
  }
}
/*==================================================
実績紹介記事ページ
===================================*/
.case__slider {
  margin-top: 5rem;
}

.case__slider .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .case__slider .swiper-slide {
    border-radius: 5px;
  }
}
.case__slider .swiper-button-prev,
.case__slider .swiper-button-next {
  height: 60px;
  width: 60px;
}

@media (max-width: 767px) {
  .case__slider .swiper-button-prev,
  .case__slider .swiper-button-next {
    display: none;
  }
}
.case__slider .swiper-button-next {
  right: 20px;
}

.case__slider .swiper-button-prev {
  left: 20px;
}

.case__slider .swiper-button-prev:after,
.case__slider .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 60px;
  margin: auto;
  width: 60px;
}

.case__slider .swiper-button-prev:after {
  background-image: url(./images/swiper-button-prev.png);
}

.case__slider .swiper-button-next:after {
  background-image: url(./images/swiper-button-next.png);
}

.case__slider .swiper-slide img {
  height: auto;
  width: 100%;
}

.case-article article {
  background: #E6FAFF;
  border-radius: 10px;
  padding: 9rem 2rem 10rem;
}

@media (max-width: 767px) {
  .case-article article {
    padding: 5rem 2rem;
  }
}
.case-article article .article-title {
  text-align: center;
  font-size: 2rem;
}

.case-article article .label {
  display: table;
  margin: 0.5rem auto 0;
}

@media (max-width: 767px) {
  .case-article article .label {
    font-size: 1rem;
  }
}
.case-article article .inner {
  max-width: 80rem;
  margin: 0 auto;
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .article-table tr {
    display: flex;
    flex-direction: column;
  }
}
.article-table tr th,
.article-table tr td {
  border-bottom: dotted 2px #B3B3B3;
}

.article-table tr th {
  width: 25%;
  position: relative;
}

@media (max-width: 767px) {
  .article-table tr th {
    border-bottom: none;
    width: 100%;
    padding-top: 1.7rem;
  }
}
.article-table tr th .table-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  letter-spacing: 0.1em;
  width: 8rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .article-table tr th .table-title {
    text-align: left;
    -moz-text-align-last: inherit;
    text-align-last: inherit;
    width: auto;
    font-size: 2rem;
  }
}
.article-table tr td {
  padding: 1.5rem 0;
}

@media (max-width: 767px) {
  .article-table tr td {
    width: 100%;
    padding: 1rem 0 1.5rem;
  }
}
.article-table tr td .table-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
}

@media (max-width: 767px) {
  .article-table tr td .table-text {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.075em;
  }
}
@media (max-width: 767px) {
  .article-table tr:first-of-type th {
    padding-top: 0;
  }
}
.case-archive-link {
  padding-top: 0;
}

.case-archive-link .section-title .ja {
  font-size: 4rem;
  margin: 0 auto;
}

/*==================================================
TOP お知らせ
===================================*/
.news .section-title {
  text-align: center;
}

.news .section-title .ja {
  margin: 0 auto;
}

.news .btn--blue {
  margin: 5rem auto 0;
}

.news .news__list {
  margin-top: 5rem;
}

/* 記事タイトル */
.news-title {
  font-size: 1.8rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .news-title {
    font-size: 2rem;
  }
}
/* 日付 */
.date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #999999;
  margin-right: 2.5rem;
}

@media (max-width: 767px) {
  .date {
    font-size: 1rem;
    margin-right: 1rem;
  }
}
/* カテゴリ */
.news__list .category,
.news-single .category {
  font-size: 1.4rem;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px 8px;
  display: inline-block;
  line-height: 1;
  background: #01418E;
}

@media (max-width: 767px) {
  .news__list .category,
  .news-single .category {
    font-size: 1rem;
  }
}
.news__list .category--recruit,
.news-single .category--recruit {
  background: #2CB5E5;
}

.news__list .category--news,
.news-single .category--news {
  background: #01418E;
}

/* お知らせリスト 共通 */
.news__list {
  width: 100%;
}

@media (max-width: 767px) {
  .news__list {
    width: 100%;
    margin-top: 3rem;
  }
}
.news__list li {
  padding: 2rem 0;
  border-bottom: dotted 2px #B3B3B3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news__list li:first-child {
  border-top: dotted 2px #B3B3B3;
}

.news__list li:last-child {
  margin-bottom: 0;
}

.news__list li .media {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

@media (max-width: 767px) {
  .news__list li .media {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .news__list li .news-text {
    max-width: 47.7333333333vw;
  }
}
.news__list li .news-title {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .news__list li .news-title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.news__list li .new-img {
  max-width: 12.1rem;
  border-radius: 5px;
}

.news__list li .new-img img {
  height: 8rem;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .news__list li .new-img img {
    height: 6.65rem;
  }
}
@media (max-width: 767px) {
  .news__list li .new-img {
    max-width: 10rem;
  }
}
.news__list li .arrow {
  width: 15px;
}

/*==================================================
お知らせ一覧ページ
===================================*/
@media (max-width: 767px) {
  .news-archive {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .news-archive .news__list {
    margin-top: 0;
  }
}
.news-archive .aside-title {
  font-family: "Arial", sans-serif;
  font-weight: 900;
  background: #01418E;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .news-archive .aside-title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
.news-archive .adide__item {
  margin-bottom: 7.5rem;
}

@media (max-width: 767px) {
  .news-archive .adide__item {
    margin-bottom: 4rem;
  }
}
.news-archive .adide__item--archive {
  margin-bottom: 0;
}

/* ドット */
.news-archive .aside-menu li {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .news-archive .aside-menu li {
    margin-bottom: 1.5rem;
  }
}
.news-archive .aside-menu li:last-child {
  margin-bottom: 0;
}

.news-archive .aside-menu li a {
  color: #999999;
}

.news-archive .aside-menu li.current-cat a {
  color: #01418E;
}

.news-archive .aside-menu li .current-arc {
  color: #01418E;
}

.news-archive .aside-menu li a::before {
  background: #999999;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
}

.news-archive .aside-menu li .current-arc::before {
  background: #01418E;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
}

.news-archive .cat-item-6,
.news-archive .cat-item-4,
.news-archive .cat-item-3,
.news-archive .cat-item-5,
.news-archive .cat-item-7 {
  display: none;
}

/* 全て */
.news-archive .link-all {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .news-archive .link-all {
    margin-bottom: 1.5rem;
  }
}
/* ドット */
.news-archive .link-all li a::before {
  background: #999999;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
}

.news-archive .link-all a {
  color: #999999;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-news--front .link-all a {
  color: #01418E;
}

.page-news--front .link-all li::marker {
  color: #01418E;
}

/*==================================================
お知らせ記事ページ
===================================*/
.news-single .news-width {
  max-width: 80rem;
  margin: 0 auto;
}

.news-single .date-category {
  margin-bottom: 1rem;
}

.news-single .article-title {
  border-bottom: dotted 2px #B3B3B3;
  padding-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .news-single .article-title {
    padding-bottom: 1.8rem;
  }
}
.news-single figure {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .news-single figure {
    margin-top: 2.5rem;
  }
}
.news-single article p {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .news-single article p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 4rem;
  }
}
/*==================================================
プライバシーポリシー
===================================*/
.privacy .privacy__text {
  font-size: 1.8rem;
  line-height: 1.1666666667;
}

@media (max-width: 767px) {
  .privacy .privacy__text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.privacy .privacy-title {
  background: #01418E;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 8px 10px;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .privacy .privacy-title {
    margin-top: 4.5rem;
    margin-bottom: 2.5rem;
  }
}
.privacy .privacy__item p {
  margin-top: 1rem;
}

.privacy .privacy__item:nth-of-type(2n) .privacy-title {
  background: #2CB5E5;
}

@media (max-width: 767px) {
  .privacy .privacy__item:nth-of-type(6) .num-list--blue {
    padding-left: 3.4rem;
  }
}
.privacy .num-list {
  list-style-type: decimal;
  padding-left: 2.4rem;
  margin-top: 1rem;
}

.privacy .num-list li {
  list-style: decimal;
  margin-bottom: 1rem;
}

.privacy .num-list li:last-child {
  margin-bottom: 0;
}

.privacy .num-list--blue {
  color: #01418E;
  padding-left: 4.6rem;
}

@media (max-width: 767px) {
  .privacy .num-list--blue {
    padding-left: 2.4rem;
  }
}
.privacy .dot-list li {
  list-style: none;
}

.privacy address {
  margin: 1rem 0;
}

/*==================================================
CM集ページ
===================================*/
.movie aside {
  width: 26.58%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .movie aside {
    width: 28.58%;
  }
}
@media (max-width: 767px) {
  .movie aside {
    width: 100%;
    margin-top: 5rem;
  }
}
.movie aside .aside-title {
  background: #2CB5E5;
  margin-bottom: 3rem;
}

.movie aside .aside-menu li {
  margin-bottom: 2rem;
}

.movie aside .aside-menu li:last-child {
  margin-bottom: 0;
}

.movie aside .aside-menu li a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.movie aside .aside-menu li .dot {
  background: #01418E;
}

.movie .content {
  width: 65.08%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .movie .content {
    width: 68.08%;
  }
}
@media (max-width: 767px) {
  .movie .content {
    width: 100%;
  }
}
.movie .content .movie__item {
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .movie .content .movie__item {
    margin-bottom: 5rem;
  }
}
.movie .content .movie__item:last-of-type {
  margin-bottom: 0;
}

.movie .content .movie-title {
  background: #01418E;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 9px 15px 11px;
  margin-bottom: 2rem;
  border-radius: 5px;
  line-height: 1;
}

/*==================================================
会社案内ページ
===================================*/
@media (max-width: 767px) {
  .page-company .section-title .en {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .page-company .section-title .ja {
    font-size: 3rem;
  }
}
.page-company aside {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin-top: 8rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  max-width: 120.2rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .page-company aside {
    display: none;
  }
}
.page-company aside .aside-menu {
  width: -moz-fit-content;
  width: fit-content;
}

.page-company aside .aside-menu li {
  margin-bottom: 1rem;
}

.page-company aside .aside-menu li:last-child {
  margin-bottom: 0;
}

.page-company aside .aside-menu li .dot {
  background: #01418E;
}

.page-company aside .aside-menu li a {
  font-weight: 400;
}

@media (max-width: 767px) {
  .page-company .content-right {
    width: 100%;
  }
}
.page-company .profile {
  position: relative;
  margin-top: -26rem;
  padding-top: 0;
}

@media (max-width: 767px) {
  .page-company .profile {
    margin-top: 0;
    padding-top: 5rem;
  }
}
.page-company .profile__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .page-company .profile__table {
    margin-top: 2.5rem;
  }
}
.page-company .profile__table tr {
  border-bottom: dotted 2px #B3B3B3;
}

@media (max-width: 767px) {
  .page-company .profile__table tr {
    display: flex;
    flex-direction: column;
  }
}
.page-company .profile__table tr:first-of-type {
  border-top: dotted 2px #B3B3B3;
}

.page-company .profile__table tr th {
  width: 13.62%;
  position: relative;
}

@media (max-width: 767px) {
  .page-company .profile__table tr th {
    border-bottom: none;
    width: 100%;
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.page-company .profile__table tr th .table-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  letter-spacing: 0.09em;
  color: #01418E;
  width: 12.9rem;
}

@media (max-width: 767px) {
  .page-company .profile__table tr th .table-title {
    font-size: 2rem;
    width: 22.8vw;
    letter-spacing: 0.045em;
  }
}
.page-company .profile__table tr td {
  padding: 1.8rem 0 1.8rem 4.5rem;
}

@media (max-width: 767px) {
  .page-company .profile__table tr td {
    width: 100%;
    padding: 1rem 0 1.5rem 0;
  }
}
.page-company .profile__table tr td .table-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7222222222;
}

@media (max-width: 767px) {
  .page-company .profile__table tr td .table-text {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.page-company .historty__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .page-company .historty__table {
    margin-top: 2.5rem;
  }
}
.page-company .historty__table tr {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .page-company .historty__table tr {
    display: flex;
    flex-direction: column;
  }
}
.page-company .historty__table tr:nth-child(2n) {
  background: #E6FAFF;
  border-radius: 0px;
}

.page-company .historty__table tr th {
  width: 31%;
  position: relative;
}

@media (max-width: 767px) {
  .page-company .historty__table tr th {
    border-bottom: none;
    width: 100%;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.page-company .historty__table tr th .table-title {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .page-company .historty__table tr th .table-title {
    font-size: 2rem;
  }
}
.page-company .historty__table tr td {
  padding: 2rem 0;
  width: 69%;
}

@media (max-width: 767px) {
  .page-company .historty__table tr td {
    width: 100%;
    padding: 1rem 2rem 2rem 2rem;
  }
}
.page-company .historty__table tr td .table-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7222222222;
}

@media (max-width: 767px) {
  .page-company .historty__table tr td .table-text {
    font-size: 1.5rem;
    line-height: 1.7333333333;
  }
}
.page-company .works .works__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5rem;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-company .works .works__table {
    margin-top: 2.5rem;
  }
}
.page-company .works .works__table tr {
  border-bottom: solid 1px #01418E;
}

.page-company .works .works__table tr:first-of-type th {
  border-left: solid 1px #01418E;
}

.page-company .works .works__table tr:nth-of-type(2n+1) {
  background: #E6FAFF;
}

.page-company .works .works__table tr th {
  padding: 1.5rem 0;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  background: #01418E;
  color: #fff;
  text-align: center;
  border-right: solid 1px #fff;
}

@media (max-width: 767px) {
  .page-company .works .works__table tr th {
    font-size: 1.5rem;
    letter-spacing: 0.045em;
  }
}
.page-company .works .works__table tr th:last-of-type {
  border-right: none;
}

.page-company .works .works__table tr td {
  padding: 1.5rem 2rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7222222222;
  color: #01418E;
  border-right: solid 1px #01418E;
}

@media (max-width: 767px) {
  .page-company .works .works__table tr td {
    font-size: 1.5rem;
    padding: 1rem 1rem;
    line-height: 1.1666666667;
  }
}
.page-company .works .works__table tr td:first-of-type {
  border-left: solid 1px #01418E;
}

.page-company .works .works__table tr .head-client {
  width: 62.09%;
}

@media (max-width: 767px) {
  .page-company .works .works__table tr .head-client {
    width: 50%;
  }
}
.page-company .works .works__table tr .head-detail {
  width: 18.9%;
}

@media (max-width: 767px) {
  .page-company .works .works__table tr .head-detail {
    width: 25%;
  }
}
.page-company .works .works__table tr .head-scale {
  width: 18.9%;
}

@media (max-width: 767px) {
  .page-company .works .works__table tr .head-scale {
    width: 25%;
  }
}
.page-company .company-map .address {
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .page-company .company-map .address {
    margin-top: 3.3rem;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    margin-top: 2.5rem;
    margin-bottom: 2.4rem;
  }
}
.page-company .company-map .google-map {
  max-width: 94.7rem;
  width: 100%;
}

.page-company .company-map .google-map iframe {
  height: 50.5rem;
  width: 100%;
}

@media (max-width: 767px) {
  .page-company .company-map .google-map iframe {
    height: 25rem;
  }
}
.page-company .company-map .btn--blue {
  margin: 5rem auto 0;
}

@media (max-width: 767px) {
  .page-company .company-map .btn--blue {
    max-width: 20rem;
  }
}
.contact {
  background: #01418E;
}

.contact .section-title .ja {
  color: #fff;
}

.contact .section-text {
  color: #fff;
  font-feature-settings: "palt";
  text-align: left;
}

@media (max-width: 1024px) {
  .contact .section-text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 3rem;
    letter-spacing: 0.05em;
  }
}
.contact .flex {
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}

@media (max-width: 1024px) {
  .contact .flex {
    flex-direction: column;
    gap: 0;
  }
}
.contact .contact__cta {
  max-width: 55.1rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .contact .contact__cta {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }
}
.contact .contact__cta .cta-btn--tel {
  margin-bottom: 2rem;
}

.contact .contact__cta .tel-icon {
  width: 1.7rem;
  margin-right: 6.9px;
}

.contact .contact__cta .tel-titme {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.contact .contact__cta .contact__button-wrapper {
  width: 62.78%;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 767px) {
  .contact .contact__cta .contact__button-wrapper {
    max-width: 35rem;
    width: 100%;
    margin: 0 auto 0;
    gap: 1.7rem;
    align-items: center;
  }
}
.contact .contact__cta .contact__button {
  max-width: 24rem;
  width: 100%;
}

@media (max-width: 767px) {
  .contact .contact__cta .contact__button {
    max-width: 30rem;
  }
}
/*==================================================
フッター
===================================*/
.footer {
  background: #fff;
}

.footer .content-width {
  padding: 6rem 2rem 5rem;
  position: relative;
}

@media (max-width: 767px) {
  .footer .content-width {
    padding: 5rem 0 2.5rem;
  }
}
.footer .page-top {
  position: absolute;
  background: #2CB5E5;
  top: -4rem;
  right: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .footer .page-top {
    display: none;
  }
}
.footer .page-top .arrow {
  width: 1.5rem;
}

.footer .footer-logo {
  max-width: 26.8rem;
  width: 100%;
}

@media (max-width: 767px) {
  .footer .footer-logo {
    max-width: 21.15rem;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 1024px) {
  .footer .footer__address {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer__address {
    border-bottom: solid 1px #333333;
    width: 100%;
    padding-bottom: 2.5rem;
  }
}
.footer .footer__address .address {
  font-style: normal;
  line-height: 1.5555555556;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .footer .footer__address .address {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 2.5rem;
    margin-bottom: 0.7rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .footer__address .tel {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.footer .footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer .footer__top {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer .footer__top {
    padding: 0 2rem;
    justify-content: center;
    width: 100%;
  }
}
.footer .footer__menu {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer .footer__menu {
    margin: 5rem auto 0;
  }
}
@media (max-width: 767px) {
  .footer .footer__menu {
    display: none;
  }
}
.footer .footer__menu .menu-list li {
  margin-bottom: 0.5rem;
}

.footer .footer__menu .menu-list li .dot {
  background: #01418E;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 1rem;
  vertical-align: middle;
}

.footer .footer__menu .menu-list li a {
  font-size: 1.4rem;
  font-weight: 500;
}

.footer .footer__menu .menu-list li:last-child {
  margin-bottom: 0;
}

.footer .footer__menu .menu-list .text-bold {
  margin-bottom: 1.5rem;
}

.footer .footer__menu .menu-list .text-bold a {
  font-size: 1.8rem;
  font-weight: 700;
}

.footer .footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .footer .footer__bottom {
    margin-top: 2.3rem;
    padding: 0 2rem;
  }
}
.footer .footer__bottom .footer__link {
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .footer .footer__bottom .footer__link {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
  }
}
.footer .footer__bottom .footer__link li {
  width: 25%;
}

@media (max-width: 767px) {
  .footer .footer__bottom .footer__link li {
    width: 43.3333333333vw;
  }
}
.footer .footer__bottom .footer__link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 23.2rem;
  width: 100%;
  height: 10rem;
  border-radius: 1rem;
  border: solid 1px #333333;
}

@media (max-width: 767px) {
  .footer .footer__bottom .footer__link li a {
    width: 43.3333333333vw;
    max-width: 100%;
    height: 18.6666666667vw;
    padding: 1rem;
  }
}
.footer .copyright {
  background: #F1F1F1;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  text-align: center;
  padding: 2rem 0;
}

@media (max-width: 1024px) {
  .footer .copyright {
    margin-bottom: 5rem;
  }
}
/*==================================================
お問い合わせ
===================================*/
.contact {
  background: #01418E;
}

.contact .section-title .ja {
  color: #fff;
}

.contact .section-text {
  color: #fff;
  font-feature-settings: "palt";
  text-align: left;
}

@media (max-width: 1024px) {
  .contact .section-text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 3rem;
    letter-spacing: 0.05em;
  }
}
.contact .flex {
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}

@media (max-width: 1024px) {
  .contact .flex {
    flex-direction: column;
    gap: 0;
  }
}
.contact .contact__cta {
  max-width: 55.1rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .contact .contact__cta {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
  }
}
.contact .contact__cta .cta-btn--tel {
  margin-bottom: 2rem;
}

.contact .contact__cta .tel-icon {
  width: 1.7rem;
  margin-right: 6.9px;
}

.contact .contact__cta .tel-titme {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.contact .contact__cta .contact__button-wrapper {
  width: 62.78%;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 767px) {
  .contact .contact__cta .contact__button-wrapper {
    max-width: 35rem;
    width: 100%;
    margin: 0 auto 0;
    gap: 1.7rem;
    align-items: center;
  }
}
.contact .contact__cta .contact__button {
  max-width: 24rem;
  width: 100%;
}

@media (max-width: 767px) {
  .contact .contact__cta .contact__button {
    max-width: 30rem;
  }
}
/*==================================================
お問い合わせページ
===================================*/
.page-contact .contact-form .section-text {
  margin-top: 0;
}

@media (max-width: 767px) {
  .page-contact .contact-form .section-text {
    text-align: left;
  }
}
.page-contact .btn--arrow-right {
  max-width: 19.9rem;
  margin: 10rem auto 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-contact .btn--arrow-right {
    margin: 4.5rem auto 0;
  }
}
.page-contact .contact-form__tel {
  background: #01418E;
  color: #fff;
  margin-top: 5rem;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}

@media (max-width: 767px) {
  .page-contact .contact-form__tel {
    padding: 2rem 1.5rem;
  }
}
.page-contact .contact-form__tel a {
  color: #fff;
}

.page-contact .contact-form__tel .flex {
  align-items: center;
  justify-content: center;
}

.page-contact .contact-form__tel .tel-title {
  font-size: 2rem;
  font-weight: 700;
  padding-right: 4.5rem;
  border-right: solid 2px #fff;
  height: 7.9rem;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .page-contact .contact-form__tel .tel-title {
    border-right: none;
    border-bottom: solid 2px #fff;
    height: auto;
    padding-right: 0;
    width: 100%;
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.page-contact .contact-form__tel .num {
  font-size: 6rem;
  font-weight: 900;
  font-family: "Arial", sans-serif;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left: 4.5rem;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .page-contact .contact-form__tel .num {
    font-size: 3.5rem;
    padding-left: 0;
    padding-top: 2rem;
    gap: 1.75rem;
  }
}
.page-contact .contact-form__tel .num .icon {
  width: 39.9px;
}

@media (max-width: 767px) {
  .page-contact .contact-form__tel .num .icon {
    width: 25px;
  }
}
.page-contact .contact-form__tel .hour {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.17em;
}

@media (max-width: 767px) {
  .page-contact .contact-form__tel .hour {
    font-size: 1.5rem;
    letter-spacing: 0;
    text-align: center;
    margin-top: 1.5rem;
  }
}
.page-contact .contact-form__step {
  background: #2CB5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  color: #fff;
  padding: 2rem;
}

@media (max-width: 767px) {
  .page-contact .contact-form__step {
    padding: 0.9rem;
    margin-top: 2.5rem;
  }
}
.page-contact .contact-form__step li {
  display: flex;
  align-items: center;
  gap: 6rem;
}

@media (max-width: 767px) {
  .page-contact .contact-form__step li {
    gap: 1.5rem;
  }
}
.page-contact .contact-form__step li .arrow {
  width: 7px;
}

.page-contact .contact-form__step li .step-title {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .page-contact .contact-form__step li .step-title {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
}
.page-contact .contact-form__step li .step-title .num {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .page-contact .contact-form__step li .step-title .num {
    margin-right: 0.5rem;
  }
}
.page-contact .contact-form__step li:nth-child(2),
.page-contact .contact-form__step li:nth-child(3) {
  padding-left: 6rem;
}

@media (max-width: 767px) {
  .page-contact .contact-form__step li:nth-child(2),
  .page-contact .contact-form__step li:nth-child(3) {
    padding-left: 2rem;
  }
}
/*==================================================
フォーム
===================================*/
.Form {
  margin-top: 4.5rem;
}

@media (max-width: 767px) {
  .Form {
    margin-top: 3rem;
  }
}
.Form .Form-Item-Label-Required {
  color: #fff;
  background: #01418E;
  padding: 5px 10px 7px;
  display: inline-block;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .Form .Form-Item-Label-Required {
    font-size: 1rem;
    padding: 7px 7px 7px;
  }
}
.Form .Form-Item {
  border-bottom: dotted 2px #B3B3B3;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .Form .Form-Item {
    flex-direction: column;
  }
}
.Form .Form-Item .Form-Item-Label {
  width: 30%;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label {
    width: 100%;
    padding-top: 2rem;
  }
}
.Form .Form-Item .Form-Item-Label .title {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  width: 14.6rem;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label .title {
    width: auto;
    -moz-text-align-last: inherit;
    text-align-last: inherit;
    text-align: left;
  }
}
.Form .Form-Item .Form-Item-Label-Required {
  margin-left: 5rem;
}

@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Label-Required {
    margin-left: 2rem;
  }
}
.Form .Form-Item .Form-Item-Input {
  width: 70%;
  padding: 2rem 0;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Input {
    width: 100%;
    font-size: 1.5rem;
    padding: 1.5rem 0 2rem;
  }
}
.Form .Form-Item .Form-Item-Input .text {
  margin-bottom: 2rem;
}

.Form .Form-Item .Form-Item-Input .caution {
  margin-top: 2rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .Form .Form-Item .Form-Item-Input .caution {
    line-height: 1.5;
    font-size: 1.5rem;
    display: flex;
    align-items: flex-start;
  }
}
.Form .Form-Item .input-text {
  background: #F1F1F1;
  height: 6rem;
  width: 100%;
  padding: 5px 20px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .Form .Form-Item .input-text {
    height: 4rem;
    font-size: 15px;
    padding: 5px 10px;
  }
}
.Form .Form-Item input::-moz-placeholder {
  font-size: 16px;
  color: #999999;
}

.Form .Form-Item input::placeholder {
  font-size: 16px;
  color: #999999;
}

@media (max-width: 767px) {
  .Form .Form-Item input::-moz-placeholder {
    font-size: 15px;
  }
  .Form .Form-Item input::placeholder {
    font-size: 15px;
  }
}
.Form .Form-Item textarea {
  background: #F1F1F1;
  height: 30rem;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .Form .Form-Item textarea {
    font-size: 15px;
    padding: 5px 10px;
    height: 15rem;
  }
}
.Form .Form-Item .select-wrap {
  width: 100%;
  position: relative;
}

.Form .Form-Item .select-wrap::before {
  position: absolute;
  content: "";
  background-image: url(./images/select-arrow.png);
  background-size: contain;
  width: 11.5px;
  height: 24px;
  top: 1.9rem;
  right: 1.7rem;
}

@media (max-width: 767px) {
  .Form .Form-Item .select-wrap::before {
    width: 9px;
    height: 22.5px;
    right: 1rem;
    top: 1.1rem;
  }
}
.Form .Form-Item select {
  width: 100%;
  border: solid 2px #01418E;
  height: 6rem;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .Form .Form-Item select {
    padding: 0 10px;
    font-size: 15px;
    height: 4rem;
    border: solid 1px #01418E;
  }
}
.Form .Form-Item .wpcf7-file {
  color: #999999;
  cursor: pointer;
  border: none;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 767px) {
  .Form .Form-Item .wpcf7-file {
    text-align: center;
    font-size: 15px;
  }
}
.Form .Form-Item input[type=file]::file-selector-button,
.Form .Form-Item input[type=file]::-webkit-file-upload-button {
  color: #000000;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  margin-right: 2rem;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
}

@media (max-width: 767px) {
  .Form .Form-Item input[type=file]::file-selector-button,
  .Form .Form-Item input[type=file]::-webkit-file-upload-button {
    font-size: 15px;
    margin-right: 1em;
  }
}
.Form .Form-Item .file-list li {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .Form .Form-Item .file-list li {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.Form .Form-Item .file-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .Form .Form-Item--address .input-text {
    height: 5.6rem;
  }
}
.Form .Form-Item--check {
  flex-direction: column;
  border-bottom: none;
  padding-top: 4.5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .Form .Form-Item--check {
    text-align: left;
    padding-top: 2rem;
  }
}
.Form .Form-Item--check .link {
  color: #01418E;
  text-decoration: underline;
}

.Form .Form-Item--check .Form-Item-Label {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
  font-size: 1.8rem;
  justify-content: center;
}

@media (max-width: 767px) {
  .Form .Form-Item--check .Form-Item-Label {
    margin-top: 0;
    flex-direction: column;
  }
}
.Form .Form-Item--check .Form-Item-Label .Form-Item-Label-Required {
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .Form .Form-Item--check .Form-Item-Label .Form-Item-Label-Required {
    margin-right: 0;
    margin-bottom: 0.9rem;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .Form .Form-Item--check .Form-Item-Label .checkbox-wrap {
    font-size: 1.5rem;
  }
}
.wpcf7-not-valid-tip {
  margin-top: 1rem;
}

/*==================================================
お問い合わせ確認画面
===================================*/
.contact-form--confirm .Form .btn--arrow-right {
  margin: 0;
}

.contact-form--confirm .Form .Form-Item--check .Form-Item-Label {
  margin-top: 0rem;
}

@media (max-width: 767px) {
  .contact-form--confirm .Form .Form-Item--check .Form-Item-Label {
    padding-top: 0;
  }
}
.contact-form--confirm .confirm-btn-wrap {
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 5rem;
}

.contact-form--confirm .btn--arrow-right {
  max-width: 19.9rem;
  width: 100%;
}

/*==================================================
お問い合わせ完了画面
===================================*/
.thanks-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  text-align: center;
}

.thanks-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-top: 5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .thanks-text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 3rem;
  }
}
/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

#clear1,
#clear2,
#clear3 {
  display: none;
  margin: 0.7rem 0 1rem;
}

.footer_label {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}
@media (width > 768px) {
  .footer_label {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */