/*
Theme Name:オーケー電装公式サイト
*/

/*ベースの設定*/

html {
  font-size: 62.5%;
  font-style: normal;
}

:root {
  --font-gos: "Noto Sans JP", serif;
  --font-num: "Open Sans", sans-serif;
  --font-en2: "Montserrat", sans-serif;
  --font-min: "Noto Serif jp", serif;
  --color-black01: #1A1A1A;
  --color-blue-gradation01: linear-gradient(#0DA3FF, #00588F);
  --color-icon1: linear-gradient(#08A0FF, #0069AA);
  --color-bg-gradation02: linear-gradient(#FBFDFF, #EDF3F7);
  --color-blue01: #0076C0;
  --color-blue02: #0086D9;
  --color-bg-gradation02: linear-gradient(#FBFDFF, #EDF3F7);
  --color-bg-gradation03: linear-gradient(to right, #E3F1F6 0%, #E9F4F7 80%, #E4F2F5 100%);
  --color-title-deco: linear-gradient(#C4E8FF, #69C6FF);
  --color-orange01: #EF8400;
  --color-orange02: #F9A600;
  --content-brand-shadow: 0.2rem 0.2rem 1.6rem rgba(0, 0, 0, .25);

}

html,
body {
  width: 100%;
}

body {
  line-height: 1.5;
  overflow: hidden;
  font-family: var(--font-gos);
  font-weight: 400;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}

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

a:visited {}

a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}

a:hover,
li:hover,
input:hover,
p:hover {
  transition: 0.5s;
}

img {
  width: 100%;
  display: block;
}

.en {
  font-family: var(--font-en2);
}

[class^="btn_"] a {
  width: 32.0rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  border-radius: 6.4rem;
  background-color: var(--color-orange01);
  font-size: 1.7rem;
}

[class^="btn_"] a:after {
  content: '→';
  width: 3.0rem;
  height: 3.0rem;
  display: block;
  border-radius: 50%;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -125%;
  transition: 0.3s all;
}

[class^="btn_"] a:before {
  content: '→';
  width: 3.0rem;
  height: 3.0rem;
  display: block;
  border-radius: 50%;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: 0;
  transition: 0.3s all;
}

[class^="btn_"] a:hover:after {
  text-indent: 0;
}

[class^="btn_"] a:hover:before {
  text-indent: 130%;
}



.label_wrap {
  position: relative;
  overflow: hidden;
}

.label_wrap i {
  transition: 0.1s all;
  transition: 0.5s all;
  display: block;
}

.label_wrap i:nth-child(2) {
  transform: translateY(100%);
  position: absolute;
  left: 0;
  top: 0;
}

a:hover .label_wrap i:nth-child(2) {
  transform: translateY(0);
}

a:hover .label_wrap i:nth-child(1) {
  transform: translateY(-100%);
}

button:hover .label_wrap i:nth-child(2) {
  transform: translateY(0);
}

button:hover .label_wrap i:nth-child(1) {
  transform: translateY(-100%);
}





/*[class^="btn_"] a:hover{ }*/


.marker {
  background: linear-gradient(transparent 60%, #ff0 60%);
}


/*装飾*/
.std {
  margin-bottom: 7.2rem;
}

.std strong {
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.std strong:before {
  content: '';
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  background: var(--color-blue-gradation01);
  border-radius: 3.8rem;
}

.std i {
  font-size: 5.4rem;
  font-weight: 600;
  display: block;
}

.std i.en {
  font-weight: 600;
  font-size: 10.0rem;
  background: var(--color-blue-gradation01);
  background-clip: text;
  color: transparent;
}




.shutter {
  opacity: 0;
}

.is-visible {
  opacity: 1;
}

.is-visible.shutter {
  position: relative;
}

.is-visible.shutter:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  animation: shutter-open 1.5s ease-in-out forwards;
  transform-origin: 100% 0
}

@keyframes shutter-open {
  from {
    transform: scaleX(1);
  }

  to {
    transform: scaleX(0);
  }
}

.fade {
  opacity: 0;
}

.is-visible.fade {
  position: relative;
  animation: fade-in 1.5s 0.5s ease-in-out forwards;
  opacity: 0;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.presentation {}

.slick-dots {
  bottom: 0
}

.slick-dots li button {
  display: flex;
  align-items: center
}

.slick-dots li button:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 2.4rem
}

.slider-top img {
  height: auto;
  margin: auto;
  transform: scale(110%);
  will-change: transform;
}

.slick-current img {
  animation: zoom-out 3s 0.1s ease-out forwards;
  position: relative;
  z-index: 1;
}

@keyframes zoom-in {
  from {
    transform: scale(100%);
  }

  to {
    opacity: 1;
    transform: scale(110%);
  }
}

@keyframes zoom-out {
  0% {
    transform: scale(110%);
  }

  50% {
    transform: scale(100%);

  }

  100% {
    transform: scale(100%);
  }
}


.slider-top {
  opacity: 0;
  transition: 0.5s all;
}

.slider-top.slick-initialized {
  opacity: 1;
}


.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}







/*CONTENT*/
header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s all;
}

header.bg_on {
  background-color: rgba(0, 0, 0, 0.33);
}

header .inner {
  max-width: 1320px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .inner h1 {
  width: 21rem;
}

header .inner h1 strong {
  font-size: 1.1rem;
  color: #ffffff;
  display: block;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

header .inner ul {
  padding: 3.2rem 0;
  display: flex;
  justify-content: flex-end;
  gap: 1.6rem
}

header .inner a,
header .inner label {
  display: flex;
  align-items: center;
  border-radius: 4.5rem;
  padding: 0 2.4rem;
  width: fit-content;
  height: 4.5rem;
  font-size: 1.7rem;
  font-weight: 600;
  justify-content: center;
}

header .inner .btn-contact {
  position: relative;
}

header .inner .btn-recruit {
  position: relative;
}

header .inner .btn-contact a {
  background-color: #ffffff;
  overflow: hidden;
}

header .inner .btn-recruit a {
  background-color: var(--color-orange01);
  color: #ffffff;
  overflow: hidden;
}




header .inner label {
  background-color: var(--color-black01);
  padding: 0 1.6rem;
  color: #ffffff;
  flex-direction: column;
  gap: 0.4rem;
}

header .inner label i {
  font-size: 1.1rem;
  font-weight: 600;
  order: 1
}

header .inner label:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  display: block;
  order: 2;
}

header .inner label:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  display: block;
  order: 3;
}

header .inner label input {
  display: none;
}

header .inner label:has(input:checked):before {
  transform: rotate(11deg);
  transform-origin: left;
}

header .inner label:has(input:checked):after {
  transform: rotate(-11deg);
  transform-origin: left;
}

header:has(input:checked) h1 {
  visibility: hidden;
}

header:has(label input:checked) .btn-contact a,
header:has(label input:checked) .btn-recruit a {
  visibility: hidden;
  opacity: 0;
}


.mv {
  position: relative;
}

.mv:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(to right, var(--color-blue02) 0%, rgba(0, 134, 217, 0) 66%);
}

.mv img {
  width: 100%;
  height: 100%;
  aspect-ratio: 880 / 550;
  object-fit: cover;
}

.mv .inner {
  max-width: 1200px;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #ffffff;
}

.mv .inner .text {
  margin-bottom: -7.2rem;
}

.mv .inner h3 {
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  letter-spacing: 0.2rem;
}

.mv .inner h3 small {
  font-size: 5.0rem;
  letter-spacing: 0.2rem;
}

.mv .inner h3 strong {
  font-size: 8.4rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.2rem;
}

.mv .inner p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.cta .section_label {
  font-size: 15rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  background: var(--color-blue-gradation01);
  background-clip: text;
  color: transparent;
  mix-blend-mode: screen;
  margin-top: -8.0rem;
  letter-spacing: 0.2rem;
}

.cta .inner {
  margin: 7.2rem auto;
  max-width: 1320px;
  width: 95%;
}

.cta .inner .wrap {
  background: var(--color-bg-gradation03);
  display: flex;
  padding: 6.4rem 0;
  justify-content: center;
  align-items: center;
  gap: 6.4rem;
  flex-wrap: wrap;
  border-radius: 0.8rem;
}

.cta .inner .section_content {
  width: fit-content
}

.cta .inner .wrap h2 i {
  font-size: 7.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.8rem;
  line-height: 1;
  letter-spacing: 0.2rem;
}

.cta .inner .wrap h2 {
  font-weight: 400;
}

.cta .inner .wrap .tel {
  margin-bottom: 2.4rem;
  width: fit-content
}

.cta .inner .wrap .tel dt {
  font-size: 2.0rem;
  font-weight: 500;
}

.cta .inner .wrap .tel dd a {
  font-size: 4.4rem;
  color: var(--color-blue02);
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--font-num);
  letter-spacing: 0.2rem;
}

.cta .inner .wrap .tel dd a:before {
  content: '';
  width: 4.0rem;
  height: 4.0rem;
  background-image: url(images/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(0.4rem);
}

.cta .inner .wrap .tel dd small {
  font-size: 1.7rem;
  display: block;
}

.cta .inner .wrap .button_list {
  display: flex;
  gap: 1.6rem;
  width: fit-content;
}

.cta .inner .wrap .button_list .btn_contact a {
  background-color: var(--color-blue02);
}

.values {
  padding: 7.2rem 0;
  position: relative;
  margin: 0 auto;
}

.values .inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  left: 0;
  right: 0
}

.values .bg {
  position: absolute;
  z-index: -1;
  width: 100vw
}

.values .wrap {
  display: flex;
  justify-content: space-between;
}

.values .wrap figure {
  max-width: 38.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.values .text {
  width: 50%;
}

.values .text p {
  font-size: 1.8rem;
  line-height: 2;
}

.loop_section {
  padding: 7.2rem 0
}

.loop {
  overflow-x: hidden;
  width: 100vw;
}

/* トラックは横並び＆アニメーション */
.loop__track {
  display: flex;
  animation: loop-scroll 20s linear infinite;
}

/* 1 セット分のラッパー */
.loop__set {
  display: flex;
  justify-content: space-around;
}

/* 画像は“自然な幅”で並べるが、縮まないようにする */
.loop__set img {
  height: 24rem;
  /* お好みで。ある程度揃えたい場合 */
  width: auto;
  object-fit: cover;
  /* 必要に応じて */
  border-radius: 0.8rem;
}

.loop__set .slide {
  padding: 0 0.8rem;
  width: fit-content;
  flex: 1 1 0;
  flex-shrink: 0;
  /* 縮めない */
}

.loop__set .slide:nth-child(odd) {
  padding-top: 3.2rem;
}

/* 2セットある前提で -50% 移動 */
@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.loop_section .section_label {
  font-size: 11.0rem;
  white-space: nowrap;
  font-weight: 500;
  color: #DAEBF5;
  line-height: 1;
  margin-top: -6.4rem;
  z-index: 2;
  position: relative;
  mix-blend-mode: multiply;
  letter-spacing: 0.2rem;
}

.service {
  position: relative;
  padding: 10vw 0
}

.service:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(images/bg_service.jpg);
  background-size: cover;
  border-radius: 10vw 0 10vw 0;
  z-index: -1;
}

.service .inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.service h2 {
  color: #ffffff;
}

.service h2 i.en {
  font-weight: 600;
  color: #ffffff
}

.service h2.std strong:before {
  background: var(--color-title-deco);
}

.service .wrap {
  display: flex;
  justify-content: space-between;
}

.service .wrap figure {
  width: 42%;
  max-width: 500px;
  border-radius: 0.8rem;
  overflow: hidden;
}

.service .wrap .text {
  max-width: 600px;
  width: 50%;
  color: #ffffff
}

.service .wrap .text h3 {
  font-size: 5.0rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  letter-spacing: 0.2rem;
}

.service .wrap .text p {
  font-size: 1.8rem;
  line-height: 2;
}

.service .fields {
  padding: 7.2rem 0 0 0;
  text-align: center;
}

.service .fields h3 {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
  color: #ffffff;
  letter-spacing: 0.2rem;
}

.service .fields ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}

.service .fields li {
  width: 24%;
  max-width: 288px;
  background-color: #F2F6FA;
  padding: 6.4rem 0;
  border-radius: 0.8rem;
}

.service .fields li img {
  width: 38.1%;
  margin: 0 auto 0.8rem auto;
  display: block
}

.service .fields li i {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
}

.service .fields p {
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 0.2rem;
}

.strength {
  padding: 7.2rem 0
}

.strength .inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.strength h3 {
  font-size: 4.0rem;
  font-weight: 600;
  margin-bottom: 6.4rem;
  letter-spacing: 0.2rem;
}

.strength .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6rem
}

.strength .box {
  width: calc(50% - 3rem);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 570 / 318;
  border-radius: 0.8rem;
}



/* 背景レイヤー */
.parallax {
  overflow: hidden;
}

.parallax figure {
  position: absolute;
  inset: -25% 0;
  /* 上下に余白を持たせる */
  margin: 0;
  z-index: 0;
  will-change: transform;
}

.parallax figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

/* テキストレイヤー */
.parallax .text {
  position: absolute;
  z-index: 1;

}











.strength .text {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  width: 90%;
}

.strength .text h4 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  letter-spacing: 0.2rem;
}

.strength .text h4 i {
  font-size: 3.8rem;
  display: block;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.strength .text ul {
  font-size: 1.4rem
}

.strength .text li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.strength .text li:before {
  content: '';
  width: 1.3rem;
  min-width: 1.3rem;
  height: 1.0rem;
  display: block;
  background-image: url(images/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.history {
  padding: 7.2rem 0;
  background-image: url(images/bg_history.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10vw;
}

.history .inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.history h2 strong {
  justify-content: center;
}

.history h2 {
  text-align: center;
}

.history h3 {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 6.4rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

.history .block {
  background-color: #ffffff;
  border-radius: 1.6rem;
  padding: 6.4rem
}

.history ul {
  margin-bottom: 6.4rem;
}

.history li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

.history li time {
  font-size: 3.2rem;
  font-family: var(--font-en2);
  font-weight: 600;
  color: #9D9D9D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.2rem;
  width: 13.5rem;
  z-index: 5;
}

.history li time:after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background: var(--color-title-deco);
  border-radius: 3.8rem;
  margin: 0 1.6rem;
  z-index: 2;
}

.history li .content {
  padding: 0.8rem 0 1.6rem 0;
}

.history li p {
  font-size: 1.6rem
}

.history li p strong {
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
}

.history li figure {
  width: 29rem;
  padding: 1.6rem 0
}

.history li figcaption {
  color: var(--color-blue01);
  white-space: nowrap;
}

.history .content {
  position: relative;
}

.history .content:before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #9CC8E4;
  display: block;
  position: absolute;
  left: -2.3rem;
  top: 2.0rem;
  z-index: 2;
}

.history li:last-child .content:before {
  display: none;
}

.history .message {
  display: flex;
  max-width: 790px;
  margin: 0 auto;
  justify-content: space-between;
}

.history .message .text {
  max-width: 420px;
  width: 66%;
  font-size: 1.6rem;
  line-height: 1.8;
}

.history .message figure {
  max-width: 300px;
}

.history .message figcaption {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 0.8rem;
}

.history .message figcaption strong {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
}

.company {
  padding: 7.2rem 0
}

.company .inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

.company .capability {
  display: flex;
  gap: 3.0rem;
}

.company .capability .box {
  background-color: #ffffff;
  border-radius: 1.6rem;
  box-shadow: var(--content-brand-shadow);
  padding-bottom: 2.4rem;
  width: 50%;
  overflow: hidden;
}

.company .capability .box_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 580 / 258;
}

.company .capability h2 {
  position: absolute;
  line-height: 1;
  margin-bottom: 0;
  width: 90%
}

.company .capability h2.std i.en {
  font-size: 7.2rem;
  color: #ffffff;
  letter-spacing: 0.2rem;
}

.company .capability h2.std strong {
  color: #ffffff;
  margin-bottom: 0.8rem;
}

.company .capability h2.std strong:before {
  background: #ffffff;
}

.company .capability ul {
  font-size: 1.8rem;
  padding: 2.4rem 2.4rem 0 2.4rem
}

.company .capability li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.company .capability li:before {
  content: '';
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  display: block;
  background-image: url(images/icon_check2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.company .capability .note {
  font-size: 1.3rem;
  padding-left: 2.4rem;
}

.company .overview {
  padding: 7.2rem 0
}

.company .overview .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.4rem;
}

.company .overview .wrap table {
  width: 50%;
  max-width: 600px
}

.company .overview .wrap th {
  padding: 1.6rem 4.8rem 1.6rem 0;
  border-bottom: 2px solid var(--color-blue02);
  white-space: nowrap;
}

.company .overview .wrap td {
  padding: 1.6rem 0;
  border-bottom: 2px solid #D5D5D5;
}

.company .overview .wrap figure {
  width: 45%;
  max-width: 500px;
}

.company iframe {
  max-width: 1000px;
  width: 90%;
  height: 56rem;
  margin: 0 auto;
  display: block;
}

.recruit .inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  align-items: center;
  padding: 7.2rem 0
}

.recruit .block {
  background: #FFF6E0;
  display: flex;
  justify-content: space-between;
  box-shadow: var(--content-brand-shadow);
  border-radius: 1.6rem;
}

.recruit figure {
  width: 60%;
  max-width: 72.4rem;
  padding: 2.4rem 2.4rem 2.4rem 0
}

.recruit .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.recruit h2.std {
  margin-bottom: 3.2rem;
}

.recruit .std i.en {
  font-size: 7.0rem;
  color: var(--color-orange01);
  background: none;
  letter-spacing: 0.2rem;
}

.recruit .std strong:before {
  background: var(--color-orange01);
}

.recruit h3 {
  font-size: 4.0rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  letter-spacing: 0.2rem;
}

.recruit p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}

.contact {
  padding: 7.2rem 0 0 0;
  background: var(--color-bg-gradation02);
}

.contact h2 strong {
  justify-content: center;
}

.contact h2 {
  text-align: center;
}

.contact h3 {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
}

.contact h3:after {
  content: '';
  width: 6.4rem;
  height: 2px;
  background-color: var(--color-blue02);
  margin: 0 auto;
  display: block;
  margin: 1.6rem auto;
}

.contact .tel {
  margin-bottom: 2.4rem;
  width: fit-content;
  max-width: 58.0rem;
  background-color: #ffffff;
  box-shadow: var(--content-brand-shadow);
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.2rem 0;
  border-radius: 1.6rem;
}

.contact .data a {
  font-size: 4.4rem;
  color: var(--color-blue02);
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--font-num);
  letter-spacing: 0.2rem;
}

.contact .data a:before {
  content: '';
  width: 4.0rem;
  height: 4.0rem;
  background-image: url(images/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(0.4rem);
}

.contact .data small {
  font-size: 1.7rem;
  display: block;
  text-align: center;
}

.contact .mail {
  padding: 7.2rem
}

.contact .mail h3+p {
  text-align: center;
  padding: 2.4rem 0;
  line-height: 1.8;
  font-size: 1.6rem;
}

.contact .mail h3+p i {
  color: var(--color-orange01);
}

.contact .c-form__policyBox h4 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
}

.contact .c-form__policyBox h5 {
  margin-top: 1.6rem;
}

.contact .c-form__policyBox p {
  margin-bottom: 1.2rem;
}

.contact .c-form__policyBox ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 1.6rem;
}

.contact .c-form__policyBox ul ul {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.contact .c-form__policyBox li {
  margin-bottom: 0.4rem;
  line-height: 1.7;
}

.c-button {
  width: 32.0rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  border-radius: 6.4rem;
  background-color: var(--color-orange01);
  font-size: 1.7rem;
}

.c-button:after {
  content: '→';
  width: 3.0rem;
  height: 3.0rem;
  display: block;
  border-radius: 50%;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: -250%;
  transition: 0.3s all;
}

.c-button:before {
  content: '→';
  width: 3.0rem;
  height: 3.0rem;
  display: block;
  border-radius: 50%;
  background-size: contain;
  position: absolute;
  right: 1.6rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-indent: 0;
  transition: 0.3s all;
}

.c-button:hover:after {
  text-indent: 0;
}

.c-button:hover:before {
  text-indent: 250%;
}




footer {
  background-color: var(--color-blue02);
  padding: 7.2rem 0
}

footer .inner {
  max-width: 1320px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer h2 i {
  display: block;
  color: #ffffff;
  margin-bottom: 0.8rem;
  font-weight: 500;
}

footer h2 {
  margin-bottom: 3.2rem;
}

footer dl {
  color: #ffffff;
}

footer dt {
  margin-bottom: 1.6rem;
}

footer dd {
  font-weight: 400;
  font-size: 1.4rem
}

footer .footer-sitemap__list {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 1.6rem 2.4rem
}

footer .footer-sitemap__list li {
  width: fit-content;
}

footer .footer-sitemap__list a {
  color: #ffffff;
  font-size: 1.6rem;
}

footer .copyright {
  padding: 3.2rem 0 0 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
}

.menu {
  width: 100vw;
  height: 100vh;
  background: var(--color-blue-gradation01);
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
  overflow: scroll;
}

body:has(#hamburger:checked) .menu {
  right: 0
}

.menu figure {
  width: 28.0rem;
  margin-bottom: 2.4rem;
}

.menu figcaption {
  margin-bottom: 1.6rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.menu ul {
  margin-bottom: 2.4rem;
}

.menu li a {
  font-size: 2.0rem;
  color: #ffffff;
  padding: 1.2rem 0;
  display: block;
  border-bottom: 1px solid #ffffff
}

.menu .tel {
  width: fit-content;
  padding: 1.6rem;
  background-color: #ffffff;
  border-radius: 1.6rem;
}

.menu .tel dt {
  font-size: 2.0rem;
  font-weight: 500;
}

.menu .tel dd a {
  font-size: 4.4rem;
  color: var(--color-blue02);
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--font-num);
  letter-spacing: 0.2rem;
}

.menu .tel dd a:before {
  content: '';
  width: 4.0rem;
  height: 4.0rem;
  background-image: url(images/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(0.4rem);
}

.menu .tel dd small {
  font-size: 1.7rem;
  display: block;
}




/*フォーム*/
.c-form__row {
  display: grid;
  gap: 12px 16px;
  padding: 14px 0;
  /*border-bottom:1px solid #e6e6e6;*/
}

@media (min-width: 768px) {
  .c-form__row {
    grid-template-columns: 220px 1fr;
    align-items: center;
  }
}

.c-form__label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.c-form__control> :is(input, select, textarea) {
  width: 100%;
}

/*==============================================
●PC版非表示
===============================================*/
.sp {
  display: none !important;
}

.tablet {
  display: none !important;
}

/*===============================================
●レスポンシブ  画面の横幅が1200pxまで
===============================================*/
@media screen and (max-width:1200px) {
  html {
    font-size: 1vw
  }

  .tablet {
    display: block !important;
  }

  .pagehead .header-menu ul {
    font-size: 1.4rem
  }

  .service .wrap {
    gap: 2.4rem
  }

  .recruit .text {
    padding: 2.4rem 0
  }
}


/*===============================================
●レスポンシブ  画面の横幅が880pxまで
===============================================*/
@media screen and (max-width:880px) {}


/*===============================================
●レスポンシブ  画面の横幅が660pxまで
===============================================*/
@media screen and (max-width:660px) {
  html {
    font-size: 2vw
  }

  body {
    min-width: 320px;
    background-image: none;
    font-size: 1.8rem
  }

  img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .bc {
    display: none;
  }

  .std i {
    font-size: 5.0rem
  }

  .std i.en {
    font-size: 8.0rem
  }

  .btn-contact {
    display: none;
  }

  .btn-recruit {
    display: none;
  }

  header .inner ul {
    padding: 0;
    height: 70px;
    background-color: #000000;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
  }

  header .inner {
    width: 100%;
  }

  header .inner h1 {
    margin-left: 2.5%;
  }

  header .inner label {
    padding: 0;
    transform: scale(1.5);
  }

  .mv {
    aspect-ratio: auto;
    padding-top: 70px;
    background-color: var(--color-blue01);
    height: 85vh;
  }

  .mv:after {
    background: linear-gradient(to top, var(--color-blue02) 40% 20%, rgba(0, 134, 217, 0) 60%);
  }

  .mv .inner {
    top: 70%;
    bottom: 6.4%
  }

  .mv .inner h3 {
    font-size: 4.8rem
  }

  .mv .inner h3 small {
    font-size: 3.6rem;
  }

  .mv .inner h3 strong {
    font-size: 6.4rem
  }

  .mv img {
    aspect-ratio: 355 / 300;
  }

  .cta .inner {
    width: 90%
  }

  .cta .inner .wrap h2 strong {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .cta .section_label {
    font-size: 8rem;
    margin-top: -4rem;
  }

  .cta .inner .wrap .tel {
    margin: 0 auto 2.4rem auto;
    text-align: center;
  }

  .cta .inner .wrap .button_list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .values {
    width: 90%
  }

  .values .wrap {
    flex-direction: column-reverse;
    gap: 2.4rem;
  }

  .values .wrap .text {
    width: 100%
  }

  .values .wrap figure {
    max-width: none;
    width: 80%;
    margin: auto;
  }

  .loop__set .slide {
    width: auto
  }

  .loop__set img {
    height: 20rem;
    width: 100%
  }

  .loop {
    width: 240rem
  }

  .loop_section .section_label {
    font-size: 7.2rem;
    margin-top: -2.4rem;
  }

  .loop_section {
    padding-bottom: 7.2rem;
  }

  .service .inner {
    width: 90%
  }

  .service .wrap {
    flex-direction: column-reverse;
    gap: 2.4rem;
  }

  .service .wrap figure {
    max-width: none;
    width: 80%;
    margin: auto;
  }

  .service .wrap .text {
    width: 100%;
  }

  .service .fields ul {
    flex-wrap: wrap;
    gap: 1.6rem;
  }

  .service .fields li {
    width: 100%;
    aspect-ratio: unset;
    display: flex;
    padding: 0%;
    max-width: none;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }

  .service .fields li img {
    margin: 0;
    transform: scale(66%);
  }

  .strength .inner {
    width: 90%
  }

  .strength h3 {
    font-size: 3.4rem
  }

  .strength .box {
    width: 100%;
    margin-bottom: 3.2rem;
  }

  .strength .wrap {
    gap: 2.4rem;
  }

  .history h3 {
    font-size: 2.8rem
  }

  .history li {
    flex-direction: column;
    position: relative;
  }

  .history li time {
    flex-direction: row-reverse;
    transform: translateX(-4.4rem);
    position: relative;
    z-index: 5;
  }

  .history .content:before {
    display: none;
  }

  .history li:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #9CC8E4;
    display: block;
    position: absolute;
    left: -2.3rem;
    top: 2.0rem;
    z-index: 1;
  }

  .history li:last-child::before {
    display: none;
  }

  .history .message {
    flex-direction: column-reverse;
  }

  .history .message .text {
    width: 100%;
    margin-top: 2.4rem;
  }

  .company .capability {
    flex-direction: column;
  }

  .company .inner {
    width: 90%;
  }

  .company .capability .box {
    width: 100%;
    margin-bottom: 3.2rem;
  }

  .company .overview .wrap {
    flex-direction: column;
  }

  .company .overview .wrap table {
    width: 100%;
    margin-bottom: 2.4rem;
  }

  .company .overview .wrap th {
    white-space: nowrap;
  }

  .company .overview .wrap figure {
    width: 90%
  }

  .recruit .inner {
    width: 90%
  }

  .recruit .block {
    flex-direction: column-reverse;
    padding-bottom: 2.4rem;
  }

  .recruit figure {
    width: 100%;
    padding: 2.4rem
  }

  .contact .mail {
    padding: 7.2rem 2.4rem
  }

  footer .inner {
    width: 90%;
    flex-direction: column;
  }

  .company_data {
    margin-bottom: 3.2rem;
  }
}

.pic{
  width:450px;
  margin:0 auto;
}
.pic img{
  width:100%;
}
@media screen and (max-width:660px){
  .pic{
    width:250px;
  }
  .pic img{
    width:100%;
  }
}