@charset "UTF-8";

/* --- 共通設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: min(100px, 9.09vw);
}

body {
  margin: 0;
}

h1, h2, h3, h4, p, span, a, th, td {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

.color-1 {
  color: #FE19FE;
}

.color-2 {
  color: #04308E;
}

.color-3 {
  color: #04308E;
}

.en {
  font-family: "Oswald", sans-serif;
}

li {
  list-style: none;
}

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

a:hover {
  opacity: .8;
}


/* --- コンテナ設定 --- */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

/* 消してる要素 */
.sp-header, .sp {
  display: none;
}

/* アニメーションの動き */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* 画面に入った時に動くためのトリガー */
}

/* 画面に入った時に付与するクラス */
.is-show {
  opacity: 1;
  transform: translateY(0);
}


/* ヘッダー 1350 */
#header {
  width: 100%;
  height: min(148px, 10.96vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
}

.header-container {
  width: 100%;
  height: 100%;
  padding: 0 min(48px, 3.56vw);
}

.header-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: min(230px, 17.04vw);
}

.header-nav {
  height: 100%;
  display: flex;
  gap: min(40px, 2.96vw);
}

.header-nav nav ul {
  height: 100%;
  display: flex;
  align-items: center;
  gap: min(30px, 2.22vw);
}

.header-nav nav ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-nav nav ul a span:first-child {
  font-size: min(20px, 1.48vw);
  font-weight: bold;
}

.header-nav nav ul a span:last-child {
  font-size: min(14px, 1.04vw);
}

.header-link {
  height: 100%;
  padding-top: min(10px, 0.74vw);
}

.tel-box p {
  font-size: min(30px, 2.22vw);
  font-weight: bold;
}

.contact-box {
  display: flex;
  justify-content: flex-end;
  margin-top: min(10px, 0.74vw);
}

.contact-box a {
  width: min(155px, 11.48vw);
  height: min(40px, 2.96vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #113072;
}

.contact-box a span {
  font-size: min(18px, 1.33vw);
  font-weight: bold;
}


/* トップ */
/* 1440 */
.main-v {
  width: 100%;
  height: 100vh; /* 高さは全画面を維持 */
}

.main-v-container {
  width: 100%;
  height: 100%;
  background-image: url(../image/mv01.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main-v-title {
  position: absolute;
  left: min(48px, 3.33vw);
  bottom: min(200px, 13.89vw);
  z-index: 5;
}

.main-v-title h1, 
.main-v-title h1 span {
  font-size: min(100px, 6.94vw);
  line-height: 1.4;
}

.main-v-title p {
  font-size: min(50px, 3.47vw);
  font-weight: bold;
}

/* 1800 */
.p1-a {
  background-color: #000;
}

.p1-a-container {
  padding: min(156px, 8.67vw) 0;
}

.p1-a-box {
  width: min(1760px, 97.78vw);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p1-a-item {
  width: min(470px, 26.11vw);
}

.p1-a-title h2 {
  font-size: min(100px, 5.56vw);
}

.p1-a-title p {
  font-size: clamp(9px, 0.89vw, 16px);
}

.p1-a-text {
  margin-top: min(35px, 1.94vw);
}

.p1-a-text p {
  font-size: clamp(9px, 1.0vw, 18px);
  line-height: 2;
}

.p1-a-img-box {
  display: flex;
  gap: min(60px, 3.33vw);
}

.p1-a-img {
  width: min(360px, 20.0vw);
}

/* 1800 */
.p1-b-container {
  width: min(1730px, 96.11vw);
  height: min(505px, 28.06vw);
  background-image: url(../image/top-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: min(88px, 4.89vw) auto 0;
}

.p1-b-box {
  width: min(830px, 46.11vw);
  padding-top: min(250px, 13.89vw);
  margin: 0 auto 0 min(60px, 3.33vw);
}

.p1-b-item h3 {
  font-size: min(25px, 1.39vw);
}

.p1-b-item p {
  font-size: clamp(9px, 0.89vw, 16px);
  padding-top: min(10px, 0.56vw);
}

.p1-b-link {
  text-align: right;
  margin-top: min(20px, 1.11vw);
}

.p1-b-link a {
  width: min(204px, 11.33vw);
  display: inline-block;
}

.p1-b-link a span {
  font-size: clamp(9px, 1.0vw, 18px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p1-b-link a span::after {
  content: "";
  display: block;
  width: min(77px, 4.28vw);
  height: 1px;
  background-color: #fff;
}


/* 1800 */
.p1-c-container {
  background-image: url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: min(80px, 4.44vw);
  padding-bottom: min(47px, 2.61vw);
  margin-top: min(130px, 7.22vw);
}

.p1-c-box {
  width: min(1730px, 96.11vw);
  margin: 0 auto;
}

.p1-c-title h2, 
.p1-c-title h2 span {
  font-size: min(100px, 5.56vw);
  color: #333;
}

.p1-c-title h2 .color-2 {
  color: #04308E;
}

.p1-c-title h2 .color-3 {
  color: #04308E;
}

.p1-c-title p {
  font-size: clamp(9px, 0.89vw, 16px);
  color: #333;
}

.p1-c-item {
  width: min(630px, 35.0vw);
  text-align: center;
  margin: min(77px, 4.28vw) auto 0;
}

.p1-c-h3 {
  margin-top: min(25px, 1.39vw);
}

.p1-c-h3 h3 {
  font-size: min(40px, 2.22vw);
  color: #333;
}

.p1-c-h3 p {
  font-size: clamp(9px, 0.89vw, 16px);
  font-weight: bold;
  color: #333;
  padding-top: min(10px, 0.56vw);
}

.p1-c-text p {
  font-size: clamp(9px, 0.89vw, 16px);
  font-weight: bold;
  color: #333;
  padding-top: min(20px, 1.11vw);
}

.p1-c-link {
  margin-top: min(20px, 1.11vw);
}

.p1-c-link a {
  width: min(237px, 13.17vw);
  height: min(51px, 2.83vw);
  display: inline-block;
  background-color: #000;
  text-decoration: none;
}

.p1-c-link a span {
  height: 100%;
  font-size: clamp(9px, 1.0vw, 18px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(50px, 2.78vw);
}

.p1-c-link a span::after {
  content: "";
  display: block;
  width: min(77px, 4.28vw);
  height: 1px;
  background-color: #fff;
}

/* 1800 */
.p1-d-container {
  background-color: #113072;
  padding-top: min(64px, 3.56vw);
  padding-bottom: min(116px, 6.44vw);
}

.p1-d-box {
  width: min(1730px, 96.11vw);
  margin: 0 auto;
}

.p1-d-title h2 {
  font-size: min(100px, 5.56vw);
}

.p1-d-title p {
  font-size: clamp(9px, 0.89vw, 16px);
}

.p1-d-news {
  width: min(1200px, 66.67vw);
  background-color: #fff;
  padding: min(25px, 1.39vw) min(90px, 5.0vw);
  margin: min(80px, 4.44vw) auto 0;
}

.p1-d-news-item a {
  display: flex;
  align-items: center;
  gap: min(55px, 3.06vw);
  font-size: clamp(9px, 0.89vw, 16px);
  color: #333;
  padding: min(15px, 0.83vw) min(35px, 1.94vw);
  border-bottom: 1px dotted #707070;
  text-decoration: none;
}

.p1-d-news .p1-d-news-item:nth-of-type(3) a {
  border-bottom: none;
}

.p1-d-news-item a h3 {
  font-size: clamp(9px, 0.89vw, 16px);
  font-weight: 400;
  color: #333;
}

/* 1800 */
.p1-e-container {
  background-image: url(../image/top-back3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: min(70px, 3.89vw);
  padding-bottom: min(156px, 8.67vw);
}

.p1-e-title {
  width: min(1730px, 96.11vw);
  margin: 0 auto;
}

.p1-e-title h2 {
  font-size: min(100px, 5.56vw);
  color: #333;
}

.p1-e-title p {
  font-size: clamp(9px, 0.89vw, 16px);
  color: #333;
}

.marqueer {
  margin: min(54px, 3.0vw) 0 0;
  overflow: hidden;
  padding-bottom: min(50px, 2.78vw);
}

.marqueer ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}

.marqueer ul li {
  list-style: none;
  padding: 0 min(10px, 0.56vw);
  width: min(320px, 17.78vw);
}

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

.marqueer ul li:nth-of-type(even) {
  margin-top: min(50px, 2.78vw);
}



/* 会社概要 */
/* 1800 */
.p2-a {
  background-color: #000;
}

.p2-a-container {
  padding-top: min(24px, 1.33vw);
  padding-bottom: min(238px, 13.22vw);
}

.p2-a-box {
  width: min(1730px, 96.11vw);
  margin: 0 auto;
}

/* 1800 */
.p2-b-container {
  padding-top: min(72px, 4.0vw);
  padding-bottom: min(100px, 5.56vw);
}

.p2-b-box {
  width: min(1730px, 96.11vw);
  margin: 0 auto;
}

.p2-b-title h2 {
  font-size: min(100px, 5.56vw);
  color: #333;
}

.p2-b-title p {
  font-size: clamp(9px, 0.89vw, 16px);
  color: #333;
}

.p2-b-text {
  margin-top: min(38px, 2.11vw);
}

.p2-b-text p {
  font-size: clamp(9px, 0.89vw, 16px);
  color: #333;
}

.p2-b-span {
  text-align: right;
  margin-top: min(46px, 2.56vw);
}

.p2-b-span span {
  font-size: clamp(12px, 1.11vw, 20px);
  font-weight: bold;
  color: #333;
}


/* 業務内容 */
/* 1800 */
.p3-a {
  background-color: #000;
}

.p3-a-container {
  padding-top: min(25px, 1.39vw);
  padding-bottom: min(80px, 4.44vw);
}

.p3-a-title {
  width: min(1730px, 96.11vw);
  margin: 0 auto;
}

.p3-a-title h2 {
  font-size: min(100px, 5.56vw);
}

.p3-a-title p {
  font-size: clamp(9px, 0.89vw, 16px);
}

.p3-a-item {
  width: min(1730px, 96.11vw);
  display: flex;
  justify-content: space-between;
  padding: min(50px, 2.78vw);
  margin: 0 auto;
}

.p3-a-container .p3-a-item-box:nth-of-type(3), 
.p3-a-container .p3-a-item-box:nth-of-type(5), 
.p3-a-container .p3-a-item-box:nth-of-type(7) {
  background-color: #323234;
}

.p3-a-text {
  width: min(1070px, 59.44vw);
  padding-top: min(55px, 3.06vw);
}

.p3-a-container .p3-a-item-box:nth-of-type(2) .p3-a-text {
  padding-top: 0;
}

.p3-a-container .p3-a-item-box:nth-of-type(6) .p3-a-text {
  width: min(1120px, 62.22vw);
}

.p3-a-text h3 {
  font-size: min(30px, 1.67vw);
  font-weight: 500;
}

.p3-a-text p {
  font-size: clamp(10px, 1.11vw, 20px);
  padding-top: min(12px, 0.67vw);
}

.p3-a-img {
  width: min(416px, 23.11vw);
}

.p3-a-p {
  text-align: center;
  padding-top: min(90px, 5.0vw);
}

.p3-a-p p {
  font-size: clamp(10px, 1.11vw, 20px);
}


/* 採用条件 */
/* 1440 */
.p4-a {
  background-color: #051B4B;
}

.p4-a-container {
  padding-top: min(80px, 5.56vw);
  padding-bottom: min(100px, 6.94vw);
}

.p4-a-box {
  width: min(1320px, 91.67vw);
  background-color: #fff;
  padding: min(100px, 6.94vw) min(150px, 10.42vw);
  margin: 0 auto;
}

.p4-a-table {
  width: 100%;
}

.p4-a-table table {
  width: 100%;
  border-spacing: 0 min(15px, 1.04vw);
  border-collapse: separate;
}

.p4-a-table table th, 
.p4-a-table table td {
  font-size: clamp(10px, 1.39vw, 20px);
  font-weight: 500;
}

.p4-a-table table th {
  width: min(132px, 9.17vw);
  background-color: #113072;
  color: #fff;
  padding: min(15px, 1.04vw) 0;
}

.p4-a-table table td {
  width: auto;
  color: #000;
  line-height: 1.5;
  padding-left: min(50px, 3.47vw);
}

.text-spacer {
  display: block;
  font-size: clamp(10px, 1.39vw, 20px);
  color: #000;
  margin-top: min(15px, 1.04vw);
  margin-bottom: max(-30px, -2.08vw);
}

.p4-a-item {
  text-align: center;
  margin-top: min(100px, 6.94vw);
}

.p4-a-text p {
  font-size: clamp(10px, 1.39vw, 20px);
}

.p4-a-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(100px, 6.94vw);
  margin-top: min(30px, 2.08vw);
}

.p4-a-tel p {
  font-size: min(56px, 3.89vw);
  font-weight: bold;
}

.p4-a-contact a {
  width: min(426px, 29.58vw);
  height: min(75px, 5.21vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #113072;
  text-decoration: none;
  color: #fff;
}

.p4-a-contact a span {
  font-size: min(33px, 2.29vw);
  font-weight: bold;
}

/* ギャラリー */
/* 1800 */
.p5-a-box .marqueer {
  padding-bottom: min(140px, 7.78vw);
  margin-top: min(140px, 7.78vw);
}

.p5-a-box .marqueer ul li:nth-of-type(even) {
  margin-top: 0;
}


/* お問い合わせ */
/* 1800 */
.p5-a {
  background-color: #ECECEC;
}

.p5-a-container {
  padding-top: min(100px, 5.56vw);
  padding-bottom: min(120px, 6.67vw);
}

.p5-a-box {
  width: min(1790px, 99.44vw);
  margin: 0 auto;
}

.p5-a-title h2 {
  font-size: min(100px, 5.56vw);
  color: #000;
}

.p5-a-text {
  margin-top: min(50px, 2.78vw);
}

.p5-a-text p:first-child {
  font-size: min(41px, 2.28vw);
  line-height: 1;
  padding-left: min(40px, 2.22vw);
  border-left: min(10px, 0.56vw) solid #04308E;
}

.p5-a-text p:last-child {
  font-size: min(20px, 1.11vw);
  color: #707070;
  padding-top: min(20px, 1.11vw);
}

.p5-a-h3 {
  margin-top: min(100px, 5.56vw);
}

.p5-a-h3 h3 {
  font-size: min(41px, 2.28vw);
  font-weight: 400;
  line-height: 1;
  padding-left: min(40px, 2.22vw);
  border-left: min(10px, 0.56vw) solid #04308E;
}

.p5-a-item {
  width: min(1740px, 96.67vw);
  margin: min(50px, 2.78vw) auto 0;
}

.form-main-area {
  background-color: #F8F8F8;
  padding: min(35px, 1.94vw) min(330px, 18.33vw);
  margin-bottom: min(40px, 2.22vw);
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: min(35px, 1.94vw);
}

.form-row:has(input[type="email"]),
.form-row:has(textarea) {
  align-items: flex-start;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-label {
  width: min(340px, 18.89vw);
  font-size: min(25px, 1.39vw);
  color: #333;
}

.form-row:has(input[type="email"]) .form-label,
.form-row:has(textarea) .form-label {
  padding-top: min(23px, 1.28vw);
}

.form-label p {
  color: #707070;
}

.required {
  color: #ff0000;
  font-size: min(25px, 1.39vw);
  margin-left: min(25px, 1.39vw);
}

.wpcf7-not-valid-tip {
  font-size: min(20px, 1.11vw);
}

.form-input {
  flex: 1;
}

.p5-a-item input[type="text"],
.p5-a-item input[type="email"],
.p5-a-item input[type="tel"],
.p5-a-item select,
.p5-a-item textarea {
  height: min(62px, 3.44vw);
  border: min(2px, 0.11vw) solid #ccc;
  padding: min(12px, 0.67vw);
  font-size: min(18px, 1vw);
  box-sizing: border-box;
}

.p5-a-item input::placeholder,
.p5-a-item textarea::placeholder {
  color: #BCBCBC;
  opacity: 1;
  font-size: min(20px, 1.11vw);
}

.p5-a-item .confirm-field {
  margin-top: min(15px, 0.83vw);
}

.form-submit {
  text-align: center;
  margin-top: min(60px, 3.33vw);
}

.p5-a-item input[type="submit"] {
  background-color: #04308E;
  color: #fff;
  border: none;
  width: min(345px, 19.17vw);
  padding: min(25px, 1.39vw) 0;
  font-size: min(25px, 1.39vw);
  cursor: pointer;
}

.form-note {
  font-size: min(20px, 1.11vw);
  color: #BCBCBC;
  margin-top: min(10px, 0.56vw);
}

.p5-a-item textarea {
  height: min(243px, 13.5vw);
}

.p5-a-item .w-full {
  width: 100%;
  max-width: min(730px, 40.56vw);
}

.p5-a-item .w-mid {
  width: 100%;
  max-width: 490px;
  max-width: min(490px, 27.22vw);
}

.p5-a-item .w-small {
  width: 100%;
  max-width: min(400px, 22.22vw);
}

.p5-a-item .w-tiny {
  width: 100%;
  max-width: min(272px, 15.11vw);
}

.p5-a-item select.w-tiny {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23BCBCBC' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right min(15px, 0.83vw) center;
  background-size: min(15px, 0.83vw);
  padding-right: min(40px, 2.22vw) !important;
  color: #000 !important;
}

.wpcf7-spinner {
  display: none;
}





/* フッター 1800 */
footer {
  background-color: #000;
}

.footer-container {
  width: min(1730px, 96.11vw);
  padding-top: min(47px, 2.61vw);
  margin: 0 auto;
}

.footer-title h2 {
  font-size: min(100px, 5.56vw);
}

.footer-title p {
  font-size: clamp(9px, 0.89vw, 16px);
}

.footer-box {
  display: flex;
  justify-content: space-between;
  margin-top: min(80px, 4.44vw);
}

.footer-table table {
  border-collapse: collapse;
}

.footer-table table th, 
.footer-table table td {
  text-align: left;
  font-size: clamp(9px, 0.89vw, 16px);
  font-weight: 400;
  padding-bottom: min(35px, 1.94vw);
}

.footer-table table th {
  width: min(145px, 8.06vw);
  vertical-align: top;
}

.footer-map {
  width: min(860px, 47.78vw);
  height: min(450px, 25.0vw);
}

.footer-map iframe {
  width: 100%;
  height: 100%;
}

.footer-nav {
  margin-top: min(86px, 4.78vw);
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(45px, 2.5vw);
}

.footer-nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.footer-nav ul li a span:first-child {
  font-size: min(20px, 1.11vw);
  font-weight: bold;
}

.footer-nav ul li a span:last-child {
  font-size: clamp(9px, 0.78vw, 14px);
}

.copy-right {
  text-align: center;
  padding: min(30px, 1.67vw) 0;
  margin-top: min(60px, 3.33vw);
}

.copy-right p {
  font-size: clamp(9px, 0.89vw, 16px);
  font-weight: bold;
}

.page-top {
  position: fixed;
  right: min(86px, 6.14vw);
  bottom: min(90px, 6.43vw);
  width: min(60px, 4.29vw);
  height: min(60px, 4.29vw);
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(min(20px, 1.43vw));
  transition: 0.3s;
  z-index: 1000;
}

.page-top .page-top-img {
  width: min(19px, 1.36vw);
}

.page-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.page-top:hover {
  background: #555;
}




/* 下層共通メイン 1440 */
.sub-v {
  width: 100%;
  background-image: url(../image/sub-back.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.business .sub-v {
  background-image: url(../image/sub-back2.png);
}

.recruit .sub-v {
  background-image: url(../image/sub-back3.png);
}

.gallery .sub-v {
  background-image: url(../image/sub-back4.png);
}

.contact .sub-v {
  background-image: url(../image/sub-back5.png);
}

.sub-v-container {
  width: 100%;
  padding: min(243px, 13.5vw) 0 min(54px, 3.0vw);
}

.sub-v-title {
  text-align: center;
}

.sub-v-title h1 {
  font-size: min(99px, 5.5vw);
  line-height: 1.2;
}

.sub-v-title p {
  font-size: min(40px, 2.22vw);
}





/* お知らせ内容 1100で可変 */
.single-container {
  width: 100%;
  padding: min(60px, 5.45vw) 0;
}

.single-box {
  width: min(1000px, 90.91vw);
  margin: 0 auto;
}

.single-title {
  font-size: min(32px, 2.91vw);
  font-weight: 600;
  color: #333;
  margin-bottom: min(30px, 2.73vw);
  line-height: 1.4;
}

.single-img {
  width: 100%;
  max-width: min(600px, 54.55vw);
  margin-bottom: min(40px, 3.64vw);
}

.single-img img {
  width: 100%;
  height: auto;
  display: block;
}

.single-content {
  font-size: min(16px, 1.45vw);
  line-height: 1.8;
}

.single-content p {
  color: #333;
}

.single-content img {
  max-width: 100%;
  height: auto;
}


/* パンくず 1800 */
.sub-box {
  background-color: #000;
}

.recruit .sub-box {
  background-color: #051B4B;
}

.breadcrumb {
  background-color: transparent;
  padding: min(20px, 1.11vw) 0;
}

.breadcrumb-container {
  width: min(1730px, 96.11vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: min(15px, 0.83vw); 
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(10px, 0.56vw);
  color: #fff;
}

.breadcrumbs img {
  width: clamp(18px, 1.33vw, 24px);
  display: block;
}

.current-item {
  color: #fff;
  font-size: clamp(12px, 1.0vw, 18px);
  font-weight: 400;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 767px) {
  /* 全体 */
  #header, .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .color-3 {
    color: #E43065;
  }

  /* ヘッダー */
 .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #000;
    z-index: 9999;
    display: block; /* スマホでは表示 */
  }

  .sp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 15px;
  }

  .sp-header-logo img {
    width: 173px;
    height: auto;
  }

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 74px;
    height: 74px;
    background-color: #113072;
    border: none;
    z-index: 1000;
    cursor: pointer;
    padding: 0; /* 余計な余白を消す */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 線と文字を包む中身 */
  .sp-menu-btn .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px; /* 線エリアと文字の間の距離 */
  }

  /* 3本線を包む枠 */
  .sp-menu-btn .icon-wrap {
    position: relative;
    width: 48px; /* 線の長さ */
    height: 30px; /* 三本線の全体の高さ（広げたい場合はここを調整） */
  }

  .sp-menu-btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px; /* 4pxだと少し太いかもしれないので3pxに調整（お好みで） */
    background-color: #fff;
    transition: 0.3s;
  }

  /* 線の配置（絶対配置で制御） */
  .sp-menu-btn span:nth-child(1) { top: 0; }
  .sp-menu-btn span:nth-child(2) { top: 50%; transform: translateY(-50%); }
  .sp-menu-btn span:nth-child(3) { bottom: 0; }

  /* 文字のスタイル */
  .sp-menu-btn small {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  /* -------------------------------
    ×印に変形（is-active時）
  ------------------------------- */
  .sp-menu-btn.is-active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #000;
    transition: 0.4s;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    padding-top: 90px;
  }

  .sp-header-nav.is-active {
    right: 0;
  }

  .sp-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp-nav-list li { 
    margin-bottom: 25px;
  }

  .sp-nav-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }

  .sp-nav-list li a span:last-child {
    font-size: 14px;
  }

  .tel-box p {
    font-size: 30px;
    font-weight: bold;
  }

  .contact-box {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .contact-box a {
    width: 245px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #113072;
  }

  .contact-box a span {
    font-size: 27px;
    font-weight: bold;
  }


  /* トップ */
  .main-v {
    width: 100%;
    height: 100vh;
  }

  .main-v-container {
    width: 100%;
    height: 100%;
    background-image: url(../image/mv01.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .main-v-title {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    z-index: 5;
  }

  .main-v-title h1, 
  .main-v-title h1 span {
    font-size: 75px;
    line-height: 1.1;
  }

  .main-v-title p {
    font-size: 29px;
    font-weight: bold;
  }

  /* 1800 */
  .p1-a {
    background-color: #000;
  }

  .p1-a-container {
    padding: 42px 0 72px;
  }

  .p1-a-box {
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 55px;
    margin: 0 auto;
  }

  .p1-a-item {
    width: 100%;
  }

  .p1-a-title h2 {
    font-size: 41px;
  }

  .p1-a-title p {
    font-size: 16px;
  }

  .p1-a-text {
    margin-top: 25px;
  }

  .p1-a-text p {
    font-size: 15px;
    line-height: 2;
  }

  .p1-a-img-box {
    width: 100%;
    display: flex;
    gap: 10px;
  }

  .p1-a-img {
    flex: 1;
  }

  /* 1800 */
  .p1-b-container {
    width: 100%;
    height: auto;
    background-image: url(../image/sp-top-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    margin: 0 auto;
  }

  .p1-b-box {
    width: 94%;
    padding-top: 60px;
    padding-bottom: 85px;
    margin: 0 auto;
  }

  .p1-b-item {
    margin-top: 30px;
  }

  .p1-b-item h3 {
    font-size: 25px;
  }

  .p1-b-item p {
    font-size: 16px;
    padding-top: 0;
  }

  .p1-b-link {
    text-align: center;
    margin-top: 40px;
  }

  .p1-b-link a {
    width: 204px;
    display: inline-block;
  }

  .p1-b-link a span {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .p1-b-link a span::after {
    content: "";
    display: block;
    width: 77px;
    height: 1px;
    background-color: #fff;
  }


  /* 1800 */
  .p1-c-container {
    background-image: url(../image/sp-top-back2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding-top: 37px;
    padding-bottom: 60px;
    margin-top: 0;
  }

  .p1-c-box {
    width: 94%;
    margin: 0 auto;
  }

  .p1-c-title h2, 
  .p1-c-title h2 span {
    font-size: 41px;
    color: #333;
  }

  .p1-c-title h2 .color-2 {
    color: #04308E;
  }

  .p1-c-title h2 .color-3 {
    color: #E43065;
  }

  .p1-c-title p {
    font-size: 16px;
    color: #333;
  }

  .p1-c-item {
    max-width: 500px;
    width: 100%;
    text-align: center;
    margin: 25px auto 0;
  }

  .p1-c-h3 {
    margin-top: 30px;
  }

  .p1-c-h3 h3 {
    font-size: 29px;
    color: #333;
  }

  .p1-c-h3 p {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    padding-top: 0;
  }

  .p1-c-text p {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    padding-top: 20px;
  }

  .p1-c-link {
    margin-top: 25px;
  }

  .p1-c-link a {
    width: 237px;
    height: 51px;
    display: inline-block;
    background-color: #000;
    text-decoration: none;
  }

  .p1-c-link a span {
    height: 100%;
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
  }

  .p1-c-link a span::after {
    content: "";
    display: block;
    width: 77px;
    height: 1px;
    background-color: #fff;
  }

  /* 1800 */
  .p1-d-container {
    background-color: #113072;
    padding-top: 51px;
    padding-bottom: 76px;
  }

  .p1-d-box {
    width: 94%;
    margin: 0 auto;
  }

  .p1-d-title h2 {
    font-size: 41px;
  }

  .p1-d-title p {
    font-size: 16px;
  }

  .p1-d-news {
    width: 100%;
    background-color: #fff;
    padding: 2px 13px 22px;
    margin: 20px auto 0;
  }

  .p1-d-news-item a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    font-size: 16px;
    color: #333;
    padding: 20px 0;
    border-bottom: 1px dotted #707070;
    text-decoration: none;
  }

  .p1-d-news .p1-d-news-item:nth-of-type(3) a {
    border-bottom: 1px dotted #707070;
  }

  .p1-d-news-item a h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
  }

  /* 1800 */
  .p1-e-container {
    background-image: url(../image/sp-top-back3.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .p1-e-title {
    width: 94%;
    margin: 0 auto;
  }

  .p1-e-title h2 {
    font-size: 41px;
    color: #333;
  }

  .p1-e-title p {
    font-size: 16px;
    color: #333;
  }

  .p1-e .marqueer {
    width: 94%;
    margin: 21px auto 0;
    overflow: hidden;
    padding-bottom: 21px;
  }

  .p1-e .marqueer ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* ← 2列 */
    gap: 0 20px; /* ← 間隔20px */
    width: 100%;
  }

  .p1-e .marqueer ul li {
    list-style: none;
    padding: 0;
    width: 100%; /* ← グリッドに任せる */
  }

  .p1-e .marqueer img {
    display: block;
    width: 100%;
  }

  /* これいらなくなる（ズレる原因） */
  .p1-e .marqueer ul li:nth-of-type(even) {
    margin-top: 30px;
  }


  .marqueer {
    margin: 70px 0 0;
    overflow: hidden;
    padding-bottom: 70px;
  }

  .marqueer ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
  }

  .marqueer ul li {
    list-style: none;
    padding: 0 5px;
    width: 150px;
  }

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

  .marqueer ul li:nth-of-type(even) {
    margin-top: 0;
  }

  /* 会社概要 */
  /* 1800 */
  .p2-a {
    background-color: #000;
  }

  .p2-a-container {
    padding-top: 24px;
    padding-bottom: 115px;
  }

  .p2-a-box {
    width: 100%;
    margin: 0 auto;
  }

  /* 1800 */
  .p2-b-container {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .p2-b-box {
    width: 94%;
    margin: 0 auto;
  }

  .p2-b-title h2 {
    font-size: 41px;
    color: #333;
  }

  .p2-b-title p {
    font-size: 16px;
    color: #333;
  }

  .p2-b-text {
    margin-top: 20px;
  }

  .p2-b-text p {
    font-size: 16px;
    color: #333;
  }

  .p2-b-span {
    text-align: right;
    margin-top: 30px;
  }

  .p2-b-span span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }


  /* 業務内容 */
  /* 1800 */
  .p3-a {
    background-color: #000;
  }

  .p3-a-container {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .p3-a-title {
    width: 94%;
    margin: 0 auto;
  }

  .p3-a-title h2 {
    font-size: 41px;
  }

  .p3-a-title p {
    font-size: 16px;
  }

  .p3-a-item {
    width: 94%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    margin: 0 auto;
  }

  .p3-a-container .p3-a-item-box:nth-of-type(3), 
  .p3-a-container .p3-a-item-box:nth-of-type(5), 
  .p3-a-container .p3-a-item-box:nth-of-type(7) {
    background-color: #323234;
  }

  .p3-a-text {
    width: 100%;
    padding-top: 25px;
  }

  .p3-a-container .p3-a-item-box:nth-of-type(2) .p3-a-text {
    padding-top: 25px;
  }

  .p3-a-container .p3-a-item-box:nth-of-type(6) .p3-a-text {
    width: 100%;
  }

  .p3-a-text h3 {
    font-size: 20px;
    font-weight: 500;
  }

  .p3-a-text p {
    font-size: 16px;
    padding-top: 10px;
  }

  .p3-a-img {
    max-width: 400px;
    width: 100%;
  }

  .p3-a-p {
    width: 94%;
    text-align: center;
    padding-top: 45px;
    margin: 0 auto;
  }

  .p3-a-p p {
    font-size: 16px;
  }


  /* 採用条件 */
  /* 1440 */
  .p4-a {
    background-color: #051B4B;
  }

  .p4-a-container {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .p4-a-box {
    width: 94%;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;
  }

  .p4-a-table {
    width: 100%;
  }

  .p4-a-table table {
    width: 100%;
    border-spacing: 0 10px;
    border-collapse: separate;
  }

  .p4-a-table table th, 
  .p4-a-table table td {
    font-size: 15px;
    font-weight: 500;
  }

  .p4-a-table table th {
    width: 80px;
    background-color: #113072;
    color: #fff;
    padding: 10px 0;
  }

  .p4-a-table table td {
    width: auto;
    color: #000;
    line-height: 1.5;
    padding-left: 10px;
  }

  .text-spacer {
    display: block;
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-bottom: -20px;
  }

  .p4-a-item {
    text-align: center;
    margin-top: 50px;
  }

  .p4-a-text p {
    font-size: 16px;
  }

  .p4-a-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .p4-a-tel p {
    font-size: 30px;
    font-weight: bold;
  }

  .p4-a-contact a {
    width: 245px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #113072;
    text-decoration: none;
    color: #fff;
  }

  .p4-a-contact a span {
    font-size: 24px;
    font-weight: bold;
  }

  /* ギャラリー */
  /* 1800 */
  .p5-a-box .marqueer {
    padding-bottom: 70px;
    margin-top: 70px;
  }

  .p5-a-box .marqueer ul li:nth-of-type(even) {
    margin-top: 0;
  }


  /* お問い合わせ */
  /* 1800 */
  .p5-a {
    background-color: #ECECEC;
  }

  .p5-a-container {
	width: 94%;
    padding-top: 50px;
    padding-bottom: 60px;
	margin: 0 auto;
  }

  .p5-a-box {
    width: 100%;
    margin: 0 auto;
  }

  .p5-a-title h2 {
    font-size: 41px;
    color: #000;
  }

  .p5-a-text {
    margin-top: 25px;
  }

  .p5-a-text p:first-child {
    font-size: 24px;
    line-height: 1;
    padding-left: 10px;
    border-left: 5px solid #04308E;
  }

  .p5-a-text p:last-child {
    font-size: 14px;
    color: #707070;
    padding-top: 20px;
  }

  .p5-a-h3 {
    margin-top: 50px;
  }

  .p5-a-h3 h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    padding-left: 10px;
    border-left: 5px solid #04308E;
  }

  .p5-a-item {
    width: 100%;
    margin: 20px auto 0;
  }

  .form-main-area {
    background-color: #F8F8F8;
    padding: 20px 10px;
    margin-bottom: 20px;
  }

  .form-row {
    max-width: 500px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin: 0 auto 20px;
  }

  .form-row:has(input[type="email"]),
  .form-row:has(textarea) {
    align-items: flex-start;
  }

  .form-row:last-child {
    margin-bottom: 0;
  }

  .form-label {
    width: 100%;
    font-size: 16px;
    color: #333;
  }

  .form-row:has(input[type="email"]) .form-label,
  .form-row:has(textarea) .form-label {
    padding-top: 20px;
  }

  .form-label p {
    color: #707070;
  }

  .required {
    color: #ff0000;
    font-size: 14px;
    margin-left: 10px;
  }

  .wpcf7-not-valid-tip {
    font-size: 14px;
  }

  .form-input {
    max-width: 500px;
    width: 100%;
  }

  .p5-a-item input[type="text"],
  .p5-a-item input[type="email"],
  .p5-a-item input[type="tel"],
  .p5-a-item select,
  .p5-a-item textarea {
    height: 30px;
    border: 2px solid #ccc;
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
  }

  .p5-a-item input::placeholder,
  .p5-a-item textarea::placeholder {
    color: #BCBCBC;
    opacity: 1;
    font-size: 16px;
  }

  .p5-a-item .confirm-field {
    margin-top: 15px;
  }

  .form-submit {
    text-align: center;
    margin-top: 30px;
  }

  .p5-a-item input[type="submit"] {
    background-color: #04308E;
    color: #fff;
    border: none;
    width: 200px;
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
  }

  .form-note {
    font-size: 14px;
    color: #BCBCBC;
    margin-top: 5px;
  }

  .p5-a-item textarea {
    height: 150px;
  }

  .p5-a-item .w-full {
    width: 100%;
    max-width: 100%;
  }

  .p5-a-item .w-mid {
    width: 100%;
    max-width: 100%;
  }

  .p5-a-item .w-small {
    width: 100%;
    max-width: 100%;
  }

  .p5-a-item .w-tiny {
    width: 100%;
    max-width: 100%;
  }

  .p5-a-item select.w-tiny {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23BCBCBC' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
    padding-right: 20px !important;
    color: #000 !important;
  }

  .wpcf7-spinner {
    display: none;
  }


  /* フッター 1800 */
  footer {
    background-color: #000;
  }

  .footer-container {
    width: 100%;
    padding-top: 60px;
    margin: 0 auto;
  }

  .footer-title {
    width: 94%;
    margin: 0 auto;
  }

  .footer-title h2 {
    font-size: 41px;
  }

  .footer-title p {
    font-size: 16px;
  }

  .footer-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 12px;
  }

  .footer-table {
    width: 94%;
    margin: 0 auto;
  }

  .footer-table table {
    border-collapse: collapse;
  }

  .footer-table table th, 
  .footer-table table td {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    padding-bottom: 20px;
  }

  .footer-table table th {
    width: 100%;
    vertical-align: top;
    padding-bottom: 0;
  }

  .footer-map {
    width: 100%;
    height: 218px;
  }

  .footer-map iframe {
    width: 100%;
    height: 100%;
  }

  .footer-nav {
    display: none;
  }

  .copy-right {
    text-align: center;
    padding: 23px 0 10px;
    margin-top: 0;
  }

  .copy-right p {
    font-size: 13px;
    font-weight: bold;
  }

  .page-top {
    position: fixed;
    right: 3%;
    bottom: 53px;
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(min(20px, 1.43vw));
    transition: 0.3s;
    z-index: 1000;
  }

  .page-top .page-top-img {
    width: 19px;
  }

  .page-top.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .page-top:hover {
    background: #555;
  }

  /* お知らせ内容 1100で可変 */
  .single-container {
    width: 100%;
    padding: 40px 0;
  }

  .single-box {
    width: 94%;
    margin: 0 auto;
  }

  .single-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .single-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .single-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .single-content {
    font-size: 16px;
    line-height: 1.8;
  }

  .single-content p {
    color: #333;
  }

  .single-content img {
    max-width: 100%;
    height: auto;
  }

  /* 下層共通メイン 1440 */
  .sub-v {
    width: 100%;
    background-image: url(../image/sub-back.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .business .sub-v {
    background-image: url(../image/sub-back2.png);
  }

  .recruit .sub-v {
    background-image: url(../image/sub-back3.png);
  }

  .gallery .sub-v {
    background-image: url(../image/sub-back4.png);
  }

  .contact .sub-v {
    background-image: url(../image/sub-back5.png);
  }

  .sub-v-container {
    width: 100%;
    padding: 120px 0 27px;
  }

  .sub-v-title {
    text-align: center;
  }

  .sub-v-title h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .sub-v-title p {
    font-size: 18px;
  }

  /* パンくず 1800 */
  .sub-box {
    background-color: #000;
  }

  .recruit .sub-box {
    background-color: #051B4B;
  }

  .breadcrumb {
    background-color: transparent;
    padding: 10px 0;
  }

  .breadcrumb-container {
    width: 94%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 10px; 
  }

  .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
  }

  .breadcrumbs img {
    width: 18px;
    display: block;
  }

  .current-item {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
  }








} 