@charset "utf-8";
/* ================================================
   初期化設定
================================================ */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
abbr,
acronym,
fieldset {
  border: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
}
* {
  box-sizing: border-box;
}
/* ================================================
   全体の構造設定
================================================ */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Josefin Sans", "メイリオ", Meiryo,
    "ＭＳ ゴシック", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  /* display:none; */
}
a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}

/* ラッパー
------------------------------------------------ */
div#wrapper {
  overflow: hidden;
}
div#wrapper img {
  max-width: 100%;
  height: auto;
}

/* ヘッダー
------------------------------------------------ */
.op-logo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  animation: byeShutter 5.2s forwards;
}
.top_bg {
  animation: contentScale 2.6s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.op-logo {
  width: 100vw;
  height: 100vh;
  background: #fff;
}
.op-logo .cls-3 {
  fill: #043fff;
}
.op-logo .cls-2 {
  fill: #231815;
}
.op-logo .cls-1 {
  /* fill: #f0f0f0; */
  fill: url(#Silver);
}

.op-logo svg {
  width: 20%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 40vw;
}
.op-logo path {
  fill: black;
  stroke: black;
  stroke-width: 0.3px;
  animation: svg-anime 5.2s ease-in;
}

@keyframes svg-anime {
  0% {
    /* fill: transparent; */
    fill-opacity: 0;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
  }
  20% {
    /* fill: transparent; */
    /* stroke-dashoffset: 0; */
  }
  50% {
    /* fill: transparent;
    fill-opacity: 0; */
    stroke-dashoffset: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
/* @keyframes contentScale {
  70% {
    transform: perspective(800px) scale(0.9) rotateX(15deg);
  }
  100% {
    transform: perspective(800px) scale(1) rotateX(0);
  }
} */
@media screen and (max-width: 480px) {
  .op-logo svg {
    width: 70%;
    left: 15vw;
  }
}

div#header {
  width: 100%;
}

#index.top div#header {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 999;
}
#page.next div#header {
  width: 100%;
  background: none;
}
/* パンくずリスト */

.pan_wrap {
  margin-top: 90px;
}
.breadcrumb {
  max-width: 1100px;
  width: calc(100% - 80px);
  font-size: 1rem;
  margin: 0px auto;
}
.breadcrumb a {
  display: inline;
}
div#header div.headerinr {
  margin: 0 auto;
  position: relative;
  padding: 20px 15px;
  max-width: 1440px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#header h1.logo {
  /* max-width:354px; */
  width: 200px;
  min-width: 160px;
  margin-top: 0px;
  /* border: 1px solid red; */
}
div#header h1.logo img {
  width: auto;
  height: 70px;
}
/* .h_contact {
right:30px;
top:30px;
} */
/* .h_contact a {
width:55px;
height:55px;
background:#004b8f;
display: flex;
align-items: center;
justify-content: center;
border-radius:50%;
position:relative;
} */
/* .h_contact a img {
width:30px;
} */

/* #index.top .h_contact a {
width:55px;
height:55px;
background:#0099e2;
display: flex;
align-items: center;
justify-content: center;
border-radius:50%;
position:relative;
} */
/* #index.top .h_contact a img {
width:30px;
} */
.headerinr > a {
  border-right: 1px solid #0072ff;
  padding-right: 15px;
  margin: 0 50px 0 auto;
}
@media screen and (max-width: 1023px) {
  div#header h1.logo {
    width: 165px;
    margin-top: 5px;
  }
  #index.top div#header div.headerinr {
    height: 80px;
    justify-content: start;
    border-bottom: none;
  }
  div#header div.headerinr {
    height: 55px;
    justify-content: start;
    border-bottom: 1px solid #efefef;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    width: calc(100% - 40px);
  }
}

/* グローバルナビ
------------------------------------------------ */
nav.main_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#index.top ul#gnav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 50%;
  min-width: 900px;
}
#index.top ul#gnav :nth-child(7) {
  border-left: 1px solid #009de5;
  border-right: 1px solid #009de5;
  padding: 0 10px;
  margin: 0;
}
#index.top ul#gnav :nth-child(8) {
  border-right: 1px solid #009de5;
  padding: 0 10px;
  margin: 0;
}
#index.top ul#gnav img {
  width: 25px;
  vertical-align: middle;
}
#index.top ul#gnav li {
  margin: 0 12px;
}
#index.top ul#gnav li a {
  color: #333;
  font-size: 1.4rem;
  /* text-shadow: 0px 0px 9px rgba(0,0,0,0.7); */
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#index.top ul#gnav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #009de5;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#index.top ul#gnav li a:hover {
  opacity: 1;
}
#index.top ul#gnav li a:hover::after {
  transform: scale(1, 1);
  opacity: 1;
}
/* #index.top .gnav_sub a {
display:block;
color:#fff;
font-size:1.3rem;
text-shadow: 0px 0px 9px rgba(0,0,0,0.7);
} */
/* .gnav_sub {
position:absolute;
right: 70px;
top: -8px;
} */
/* .gnav_sub a {
display:block;
color:#004b8f;
font-size:1.3rem;
} */
#page.next ul#gnav {
  margin: 25px 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 695px;
}
#page.next ul#gnav li {
  margin: 0 12px;
}
#page.next ul#gnav li a {
  color: #004b8f;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#page.next ul#gnav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #009de5;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#page.next ul#gnav li a:hover::after {
  transform: scale(1, 1);
  opacity: 1;
}

#page.next ul#gnav li a.current:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #009de5;
  transform: scale(1, 1);
  opacity: 1;
}
.pc-other {
  display: none;
}

@media screen and (max-width: 1023px) {
  nav.main_nav {
    display: none;
  }
  .pc-other {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .pc-other {
    display: none;
  }
}

/* コンテンツヘッダー
------------------------------------------------ */
/* div#chead {
  width: 100%;
  margin: 30px 0 0;
}
.chead_pic {
  padding: 18% 0;
  width: 93%;
  margin: 0 0 0 auto;
}
.chead_pic.about_bg {
  background: url(images/chead_about.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.company_bg {
  background: url(images/chead_company.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.product_bg {
  background: url(images/chead_product.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.qa_bg {
  background: url(images/chead_qa.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.factory_bg {
  background: url(images/chead_factory.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.pboem_bg {
  background: url(images/chead_pboem.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.recruit_bg {
  background: url(images/chead_recruit.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.recruit_bg2 {
  background: url(images/rec_main_image.png) no-repeat center center;
  background-size: cover;
  background-color: #fff;
}
.chead_pic.business_bg {
  background: url(images/chead_business.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.page_bg {
  background: url(images/chead_page.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.contact_bg {
  background: url(images/chead_contact.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.privacy_bg {
  background: url(images/chead_privacy.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.archive_bg {
  background: url(images/chead_archive.jpg) no-repeat center center;
  background-size: cover;
}
.chead_pic.sitemap_bg {
  background: url(images/chead_sitemap.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .chead_pic {
    padding: 25% 0;
  }
  .chead_pic.about_bg {
    width: 95%;
  }
} */

/* コンテンツ
------------------------------------------------ */
div#contents {
  margin: 0 auto;
  position: relative;
  padding: 7% 0 0;
}
div#top_contents {
  position: relative;
  margin: 30px 0 0;
}
.top_contentsinr {
  position: relative;
}
.contents_bg {
  margin: 0 auto;
  position: relative;
}
/* @media only screen and (max-width: 768px) {
  div#contents {
    margin-top: 60px;
  }
} */
/* メイン
------------------------------------------------ */
div#main {
  min-height: 500px;
}

/* パンくず
------------------------------------------------ */
/* フッター
------------------------------------------------ */
div#footer {
}
.copy {
  width: 100%;
  color: #fff;
  background: #004b8f;
  text-align: center;
  padding: 20px 0 20px;
  margin: 0;
}
@media screen and (min-width: 481px) {
  .footer_btn {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body {
    padding-bottom: 55px;
  }
  .copy {
    font-size: 12px;
    padding-bottom: 40px;
  }
  .footer_btn_flex {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  .footer_btn_flex li {
    width: 100%;
  }
  .footer_btn_flex li a {
    font-weight: bold;
    padding: 15px 0;
    color: #008cdd;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border: 1px solid #008cdd;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  }
  .footer_btn_flex img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }
}
/* ================================================
   コンテンツページ
================================================ */
/* 見出し
------------------------------------------------ */
.top_ttlA img {
  width: 150px;
  display: block;
  margin: 0 auto;
}
.top_ttlA {
  font-size: 4.8rem;
  color: #004b8f;
  text-align: center;
  margin: 0 auto 50px;
  font-family: "Josefin Sans", "Noto Sans JP", "Josefin Sans", "メイリオ",
    Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 3px;
}
.top_ttlA span {
  font-size: 2.4rem;
  color: #000;
  display: block;
}
h2.top_ttlB {
  font-size: 6rem;
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "Josefin Sans", "メイリオ",
    Meiryo, "ＭＳ ゴシック", sans-serif;
  margin: 0 auto;
}
h2.top_ttlC {
  font-size: 4.8rem;
  color: #004b8f;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 auto;
}
h2.top_ttlC span {
  font-size: 1.6rem;
  margin: 0 0 0 10px;
  color: #000;
  font-family: "Noto Sans JP", "Josefin Sans", "メイリオ", Meiryo,
    "ＭＳ ゴシック", sans-serif;
}
.top_ttlD {
  display: flex;
}
h2.ttlA {
  font-size: 3rem;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  color: #004b8f;
  margin: 0 auto 80px;
  max-width: 1200px;
}
h2.ttlA span.ttlA_ttl {
  background: #fff;
  padding: 5px 30px;
  display: inline-block;
}
h2.ttlA span.ttlA_txt {
  display: block;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "Josefin Sans", "メイリオ", Meiryo,
    "ＭＳ ゴシック", sans-serif;
  color: #000;
  line-height: 1;
}
h2.ttlA:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #004b8f;
  top: 32px;
  left: 0;
  position: absolute;
  z-index: -1;
}

h3.ttlA {
  font-size: 3.6rem;
  font-family: "Josefin Sans";
  line-height: 1;
  color: #004b8f;
  text-align: center;
  padding-top: 20px;
  margin: 0 auto 40px;
}
h3.ttlA span {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Josefin Sans", "メイリオ", Meiryo,
    "ＭＳ ゴシック", sans-serif;
  color: #000;
  text-align: center;
}
h3.ttlA span:before {
  content: "";
  display: block;
  text-align: center;
  width: 40px;
  margin: 15px auto;
  height: 1px;
  background: #000;
}
.ttl_a {
  font-size: 2.6rem;
  line-height: 1.5;
  margin: 20px 0;
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.ttl_a span {
  color: #00a0e9;
}
.ttl_a + p {
  text-align: justify;
}
.ttl_b {
  font-size: 2.6rem;
  line-height: 1.5;
  margin: 20px 0;
}
.ttl_c {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #25c3f1;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.ttl_c span {
  font-size: 4rem;
  display: inline;
  line-height: 0.6;
  background: linear-gradient(90deg, #1774dc, #25c3f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttl_d {
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.ttl_e {
  font-size: 3rem;
  font-weight: bold;
}
.t-ttl {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.t-ttl span {
  font-size: 5rem;
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%,
  100% {
    opacity: 1;
  }
}
/* .top-logo-img{
  animation: top-logo 100s ease-in-out forwards;
} */

@media screen and (max-width: 768px) {
  .top_ttlA {
    font-size: 3.6rem;
    margin: 0 auto 50px;
  }
  .top_ttlA span {
    font-size: 2rem;
  }
  h2.top_ttlB {
    font-size: 6rem;
  }

  h2.top_ttlC {
    font-size: 3.6rem;
  }
  h2.top_ttlC span {
    font-size: 1.5rem;
  }
  h2.ttlA {
    font-size: 3.2rem;
    margin: 0 0 60px;
  }
  h2.ttlA span.ttlA_ttl {
    padding: 5px 10px;
  }
  h2.ttlA span.ttlA_txt {
    font-size: 2rem;
  }
  h2.ttlA span.ttlA_ttl {
    background: none;
  }
  h2.ttlA:after {
    display: none;
  }
  h3.ttlA {
    font-size: 2.4rem;
  }
  h3.ttlA span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .ttl_a {
    font-size: 2rem;
    margin: 20px 0;
  }
  .ttl_a span {
    color: #00a0e9;
  }
  .ttl_b {
    font-size: 2rem;
    margin: 30px 0;
  }
  .ttl_c {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .ttl_c span {
    font-size: 3.2rem;
  }
}
/* ボタン
------------------------------------------------ */
.btnA {
}
.btnA a {
  font-family: "Josefin Sans";
  max-width: 260px;
  display: block;
  color: #004b8f;
  border: 1px solid #004b8f;
  font-size: 1.5rem;
  padding: 15px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnA a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #004b8f;
  border-right: 1px solid #004b8f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnA a:hover {
  background: #004b8f;
  color: #fff;
  opacity: 1;
}
.btnA a:hover:after {
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btnB a {
  font-family: "Josefin Sans";
  max-width: 260px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.5rem;
  padding: 15px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnB a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnB a:hover:after {
  right: 20px;
  border-top: 1px solid #004b8f;
  border-right: 1px solid #004b8f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnB a:hover {
  color: #004b8f;
  background: #fff;
  opacity: 1;
}
.btnC {
  margin-top: 60px;
}
.btnC a {
  font-family: "Josefin Sans";
  max-width: 260px;
  display: block;
  color: #004b8f;
  background: #fff;
  border: 1px solid #fff;
  font-size: 1.5rem;
  padding: 15px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnC a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #004b8f;
  border-right: 1px solid #004b8f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnC a:hover:after {
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnC a:hover {
  color: #fff;
  background: #004b8f;
  opacity: 1;
  border: 1px solid #fff;
}

.btnD {
  margin-top: 50px;
}
.btnD a {
  font-family: "Josefin Sans";
  max-width: 260px;
  display: block;
  color: #333;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 28px;
  font-size: 1.5rem;
  padding: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnD a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #004b8f;
  border-right: 1px solid #004b8f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnD a:hover:after {
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnD a:hover {
  color: #fff;
  background: #00a0e9;
  opacity: 1;
  border: 1px solid #00a0e9;
}

.btnE {
}
.btnE a {
  font-family: "Josefin Sans";
  margin: 0 auto;
  max-width: 260px;
  display: block;
  color: #fff;
  background: #004b8f;
  font-size: 1.5rem;
  padding: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnE a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnE a:hover:after {
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btnE a:hover {
  color: #fff;
  background: #00a0e9;
  opacity: 1;
}

.btnF {
}
.btnF a {
  font-family: "Outfit", sans-serif;
  margin-top: 50px;
  max-width: 260px;
  display: block;
  color: #fff;
  background: linear-gradient(90deg, #1774dc, #25c3f1);
  border-radius: 27px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.btnF a span {
  position: relative;
}
.btnF a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  background: url(images/blank_icn.png) no-repeat center;
  background-size: cover;
}
.btnF a:hover {
  color: #fff;
  background: #00a0e9;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .btnE a {
    max-width: 220px;
  }
}

/* トップ
------------------------------------------------ */
.inr {
  max-width: 1100px;
  width: calc(100% - 160px);
  margin: 0 auto;
  /* border: 1px solid red; */
}
/* .top_bg {
  background: url(images/top_img_main.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
}
#visual {
  height: 100%;
  position: relative;
}
.visualinr {
  position: absolute;
  right: 30px;
  bottom: 15%;
} */
.top_bg {
  background: linear-gradient(
    to right,
    #ebedf7,
    #b4bcdf
  ); /* 右方向のグラデーション */
  height: 100vh; /* 画面の高さいっぱい */
  width: 100%; /* 幅いっぱい */
  position: relative; /* 子要素の絶対配置用 */
  overflow: hidden; /* はみ出し防止 */
}
#visual {
  height: 100vh; /* 高さを明示的に100vh */
  width: 100%;
  position: relative;
}
.visual-img {
  position: absolute;
  top: 0; /* 上部を画面上端に固定 */
  left: 0;
  width: 100vw; /* ビューポート幅いっぱい */
  height: 100vh !important; /* 高さをビューポート高さに固定 */
  object-fit: cover; /* 画像を画面にフィット */
  object-position: center top; /* 上部を基準に配置 */
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%); /* 上部水平、下部斜め */
  z-index: 1; /* テキストより下 */
}
.visualinr {
  position: absolute;
  right: 30px; /* 右寄せ（現状維持） */
  bottom: 15%; /* 下部15%（現状維持） */
  z-index: 2; /* 画像より上 */
  text-align: left; /* テキスト右揃え */
}
.Caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(30px, 3vw, 180px);
  color: rgb(255, 127, 0);
  transform: rotate(-7deg);
  text-indent: -2rem;
  margin-bottom: 20px;
}
.Shippori {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(80px, 6vw, 100px);
  display: inline-block;
  line-height: 1.4;
  text-indent: -0.5em;
  background: linear-gradient(90deg, #1774dc, #25c3f1);
  /* background: -webkit-linear-gradient(0deg, #004b8f, #00a0e9); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.english {
  color: #333;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .inr {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .top_bg {
    height: 100vh;
    background-size: cover;
  }
  .visualinr {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .Caveat {
    display: inline-block;
    font-size: 3rem;
    text-indent: -1rem;
  }
  .Shippori {
    font-size: 4.5rem;
  }
  .english {
    font-size: 2rem;
  }
}

/*News*/
.top_news_bg {
  width: 75%;
  padding: 40px;
  background: linear-gradient(45deg, #1774dc, #25c3f1);
  border-bottom-right-radius: 60px;
  position: relative;
  /* z-index: -1; */
}
#news .inr {
  padding-top: 50px;
  /* padding-right: 20%; */
  /* position: relative; */
  /* margin-bottom: 200px; */
}
.top_news_wrap {
  color: #fff;
  margin: 30px 0 50px;
  display: flex;
  /* align-items: ; */
  justify-content: space-between;
  /* min-height:460px; */
  margin-right: 10%;
}
.top_news_wrap > img {
  width: 260px;
  position: absolute;
  top: 20%;
  right: -15%;
}
.top_news_l {
  width: 15%;
}
.top_news_l h2 {
  font-size: 4rem;
}
.top_news_r {
  width: 80%;
}
.top_news_bnr li:first-child {
  margin-bottom: 20px;
}
.top_news_bnr a {
  display: block;
}
.top_news_r_pic_ttl {
  font-size: 2.3rem;
  color: #fff;
  background: #004b8f;
  padding: 7px 15px;
  font-family: "Josefin Sans", "Noto Sans JP", "Josefin Sans", "メイリオ",
    Meiryo, "ＭＳ ゴシック", sans-serif;
}
.top_news_r_pic_ttl span {
  margin-left: 10px;
  font-size: 1.5rem;
}
.top_news_list {
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}
.top_news_list li {
  border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}
.top_news_list li a {
  padding: 25px 5px;
  position: relative;
}
.top_news_list a::before {
  content: "→";
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  top: 35px;
  right: 0;
}
.top_news_list dl {
  /* display: flex; */
  color: #fff;
  align-items: baseline;
  justify-content: start;
}
.top_news_list dl dt {
  margin: 0 25px 0 0;
  font-family: "Josefin Sans";
}
.morebtnA {
  margin: 40px 0 auto;
}
.morebtnA a {
  display: block;
  background: #efefef;
  text-align: center;
  padding: 15px 0;
  color: #004b8f;
  border-radius: 27px;
  font-family: "Josefin Sans";
}
.morebtnA a:hover {
  color: #fff;
  background: #004b8f;
  opacity: 1;
}
/* .morebtnA a span {
  text-decoration: underline;
} */
/* .top_news_bg {
position:relative;
background:url(images/top_news_bg.jpg) no-repeat center center;
background-size:cover;
padding-top:20%;
z-index:1;
} */

@media screen and (max-width: 768px) {
  #news .inr {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .top_news_l {
    width: auto;
    position: relative;
    margin-right: 20px;
  }
  .top_news_r {
    width: 70%;
    margin: 40px 0 0;
  }
  .top_news_bg {
    width: 80%;
  }
  .top_news_wrap > img {
    width: 220px;
    position: absolute;
    top: 0%;
    right: -20%;
  }
  .top_news_l > div {
    width: 100%;
    position: absolute;
    bottom: 20px;
  }
  .top_news_wrap {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .top_news_bg {
    width: 100%;
    padding: 20px;
    margin-bottom: 100px;
    /* height: 500px; */
  }
  #news .inr {
    padding: 0;
  }
  .top_news_wrap {
    display: block;
    /* min-height: 450px; */
  }
  .top_news_wrap img {
    width: 50%;
    top: -15%;
    right: 0;
  }
  .top_news_r {
    width: 100%;
    margin-top: 120px;
  }
  .top_news_l > div {
    width: 200px;
    top: 80px;
    right: 50%;
    transform: translateX(50%);
  }
  .morebtnA a {
    padding: 10px 0;
  }
}
/*about*/
.top_about .inr {
  display: flex;
  justify-content: space-between;
  padding: 40px 20px;
  margin: 50px auto;
}
.top_about_l {
  position: relative;
  width: 30%;
}
.top_about_l img:nth-child(2) {
  width: 70%;
  margin-top: -150px;
  margin-left: 200px;
}
.top_about_l img:nth-child(3) {
  position: absolute;
  width: 320px;
  top: -50px;
  left: 20px;
}
.top_about_r {
  width: 50%;
  /* padding: 10% 5%; */
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.a_ttl-img {
  width: 285px;
  margin-top: 0px;
  margin-left: -100px;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 1))
    drop-shadow(0 0 1px rgba(255, 255, 255, 1))
    drop-shadow(0 0 1px rgba(255, 255, 255, 1));
}
.a_ilst-img {
  width: 58%;
  position: absolute;
  top: -50px;
  right: 0px;
  z-index: -1;
}
.top_about_r_pad {
  margin-top: -20px;
}
/* .top_about_r h2 {
  font-size: 6rem;
  line-height: 1.2;
  color: #fff;
  font-family: "Josefin Sans", "Noto Sans JP", "Josefin Sans", "メイリオ",
    Meiryo, "ＭＳ ゴシック", sans-serif;
}
.top_about_r h2 span {
  font-size: 1.5rem;
  display: block;
  margin: ;
}
.top_about_r h3 {
  font-size: 2.8rem;
  line-height: 1.2;
  color: #fff;
  margin: 30px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
} */

.top_about_l_01 {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 768px) {
  .top_about .inr {
    display: block;
    margin-bottom: 570px;
    position: relative;
  }
  .top_about_l_01 {
    margin-top: 0px;
  }
  .top_about_l {
    width: 50%;
  }
  .top_about_l img:nth-child(2) {
    width: 70%;
    /* margin-top: -240px;
    margin-left: 340px; */
  }
  .top_about_l img:nth-child(3) {
    width: 320px;
    top: 110px;
    left: 280px;
    /* margin-top: -440px;
    margin-left: 380px; */
  }
  .a_ttl-img {
    margin-top: -30px;
    margin-left: -100px;
    margin-bottom: 30px;
  }
  .top_about_r {
    width: auto;
    padding: 40px 0 60px;
    display: block;
    position: absolute !important;
    top: 450px;
    left: 110px;
  }
  .a_ilst-img {
    width: 40%;
    position: absolute !important;
    top: 20px;
    right: 20px;
  }
  .top_about_r_pad {
    max-width: 100%;
    margin: -20px auto 0;
  }
  .top_about_r_pad p:nth-child(3) {
    text-align: justify;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  #about .inr {
    margin-bottom: 480px;
  }
  .top_about_l {
    width: 100%;
  }
  .top_about_l img:first-child {
    display: none;
  }
  .top_about_l img:nth-child(2) {
    width: 50%;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: -2;
  }
  div.top_about_l img:nth-child(3) {
    width: 70%;
    top: -140px;
    left: -30px;
    /* margin-top: -150px;
    margin-left: -20px; */
  }
  .top_about_r {
    margin-top: -470px;
    margin-left: -110px;
  }
  .a_ttl-img {
    width: 60%;
    margin-left: 0;
    margin-top: 0px;
  }
  .a_ilst-img {
    width: 45%;
    top: 75px;
    right: 0;
    z-index: -1;
  }
  .top_about_r_pad .ttl_a {
    line-height: 1.2;
    margin-top: 0px;
  }
  .top_about_r_pad b {
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    paint-order: stroke;
  }
  .top_about_r_pad p:first-child {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 75px;
  }
  .top_about_r_pad p:nth-of-type(2) {
    margin-top: 120px;
  }
  .top_about_r_pad a {
    margin: 30px auto;
  }
}
/*Strengths*/
.right_inr {
  max-width: 1440px;
  margin-left: auto;
}
.Strengths_bg {
  background: url(images/top_img_strengths_bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 40px 0 0 40px;
  width: 90%;
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  z-index: -1;
}
#Strengths .inr {
  margin-bottom: 450px;
  position: relative;
}
.Strengths_t {
  display: flex;
}
.Strengths_l {
  width: 22%;
  margin-left: -5%;
  margin-right: 20px;
}
.Strengths_r {
  color: #fff;
}
div.Strengths_r > p {
  margin-top: -20px;
  margin-left: 120px;
}
.s_ilst-img {
  margin-top: -70px;
  width: 100%;
}
.s_top-img {
  width: 323px;
  margin-top: 20px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.s_ttl-img {
  width: 370px;
  position: absolute;
  top: -30px;
  right: 0;
}
.Strengths_b {
  color: #fff;
  display: flex;
  justify-content: right;
  gap: 25px;
  margin-top: 270px;
  padding-bottom: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.Strengths_b div {
  width: 20%;
}
.Strengths_b div p {
  font-weight: bold;
}
.Strengths_b div p {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #Strengths .inr {
    margin-bottom: 400px;
  }
  .s_ttl-img {
    width: 35%;
    position: absolute;
    top: -10px;
    right: 0;
  }
  .s_ilst-img {
    width: 100%;
    margin-top: 0;
    margin-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .Strengths_bg {
    width: 95%;
    top: 100px;
  }
  #Strengths .inr {
    margin-bottom: 600px;
  }
  .Strengths_b {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 270px;
    padding-right: 0;
  }
  .Strengths_b p {
    font-weight: bold;
  }
  .Strengths_b div {
    width: 40%;
  }
  .Strengths_l {
    width: 100%;
    margin-right: 0;
  }
  .s_ilst-img {
    width: 100%;
    margin: 40px 0 0 15%;
  }
  .Strengths_r {
    left: 0px;
  }
  .s_top-img {
    width: 100%;
    margin-top: 150px;
    margin-left: 0px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6))
      drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
  }
  .s_ttl-img {
    width: 70%;
    top: 15px;
  }
  .Strengths_r div {
    margin: 20px -5px 0 -90px;
    color: #fff;
    /* 読みやすくするためのテキストシャドウ（複数重ねて深みとぼかし） */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6),
      /* 下方向の薄い影で立体感 */ 0 2px 6px rgba(0, 0, 0, 0.4); /* 広がるソフトな影で背景と分離 */
  }
}
/*Maker*/
#maker .inr {
  margin-bottom: 100px;
  display: flex;
  position: relative;
}
.m-ttl-img {
  width: 866px;
  position: absolute;
  top: -100px;
  right: 0;
}
.m-ilst-img {
  width: 25%;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.m_top-img {
  width: 211px;
  margin-bottom: 30px;
}
.top_maker_l {
  width: 100%;
  padding-bottom: 0px;
}
.top_maker_l > p {
  margin-top: -20px;
  margin-left: 110px;
}
.top_maker_l > div {
  margin-left: 20px;
}

.top_maker_r {
  height: auto;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  #maker .inr {
    display: block;
    margin-bottom: 100px;
    position: relative;
  }
  .top_maker_l {
    width: 55%;
  }
  .top_maker_r {
    width: 75%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .m_top-img {
    width: 50%;
  }
  .m-ttl-img {
    width: 60%;
    z-index: 1;
  }
  .m-ilst-img {
    position: absolute;
    right: 25%;
    bottom: 0px;
    z-index: 1;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  #maker .inr {
    margin-bottom: 20px;
  }
  .top_maker_l {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 100px;
  }
  .top_maker_l > div {
    margin-left: 0;
  }
  .m-ttl1-img {
    width: 70%;
    position: absolute;
    top: -80px;
    z-index: 1;
  }
  .m-ttl2-img {
    width: 50%;
    position: absolute;
    top: -80px;
    right: 0px;
    z-index: 1;
  }
  .m-ilst-img {
    width: 40%;
    top: 100px;
    left: 140px;
  }
  .m_top-img {
    width: 50%;
  }
  .top_maker_l > p {
    margin-left: 80px;
  }
  .top_maker_l .ttl_a {
    margin-top: 60px;
  }
  .top_maker_l a {
    margin: 40px auto;
  }
  .top_maker_r {
    width: 70%;
  }
}
/*Products*/
.top_products_bg {
  max-width: 1440px;
  width: 90%;
  height: 530px;
  background: url(images/top_img_products_bg.png) no-repeat bottom right;
  background-size: cover;
  position: absolute;
}
#products .top_products_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 300px;
  position: relative;
}
.top_products_l {
  width: 50%;
}
.top_products_r {
  width: 50%;
}
.top_products_r > p {
  margin-top: -20px;
  margin-left: 110px;
}
.top_products_r > div {
  margin-left: 20px;
  margin-right: 20%;
}
.p-top-img {
  width: 40%;
  position: absolute;
  top: 60px;
  left: 60px;
}
.p-ttl-img {
  width: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.p-ilst-img {
  width: 20%;
  position: absolute;
  top: 240px;
  left: 30%;
}
.p_tpt-img {
  width: 337px;
  margin-top: 30px;
  filter: drop-shadow(5px 5px 5px rgba(255, 255, 255, 0.5));
}
@media screen and (max-width: 768px) {
  #products .top_products_wrap {
    margin-bottom: 200px;
  }
  .p-top-img {
    position: absolute;
    top: 60px;
    left: 20px;
  }
  .p-ttl-img {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p-ilst-img {
    position: absolute;
    top: 200px;
    left: 24%;
  }
  .p_tpt-img {
    width: 80%;
  }
  .top_products_r {
    width: 60%;
    margin-right: 30px;
  }
  .top_products_bg {
    width: 95%;
    height: 560px;
    top: 0px;
  }
  .top_products_r > div {
    margin-left: 20px;
    margin-right: 15%;
}
}
@media screen and (max-width: 480px) {
  .top_products_bg {
    width: 100%;
    height: 270px;
    background: url(images/top_img_products_bg_s.png) no-repeat center right;
    top: 0px;
  }
  #products .top_products_wrap {
    display: block;
    margin-bottom: 90px;
  }
  .top_products_r {
    width: 100%;
  }
  .top_products_r :nth-child(3) {
    margin-top: 10px;
  }
  .p-top-img {
    width: 75%;
    top: 160px;
    left: 0;
  }
  .p-ttl-img {
    width: 55%;
    top: -50px;
    left: auto;
    right: 0;
  }
  .p-ilst-img {
    width: 40%;
    position: absolute;
    top: 175px;
    left: auto;
    right: 0;
  }
  .p_tpt-img {
    width: 70%;
  }
  .top_products_r div {
    width: 100%;
    /* padding-left: 10px; */
    margin: 0 auto;
  }
  .top_products_r div:first-of-type {
    margin: 310px 0 20px;
  }
  .top_products_r p {
    text-align: justify;
  }
  .top_products_r a {
    margin: 30px auto 0;
  }
}
/*Recruit*/
.recruit_bg {
  background: url(images/top_img_recruit_bg.png) no-repeat center center;
  background-size: cover;
}
#recruit .inr {
  margin-bottom: 100px;
  display: flex;
}
.top_recruit_l {
  width: 50%;
  color: #fff;
}
.top_recruit_l > p {
  margin-top: -25px;
  margin-left: 120px;
}
.top_recruit_l > div {
  margin-left: 30px;
}
.top_recruit_l a {
  margin-bottom: 50px;
}
.r-tpt-img {
  width: 380px;
  margin-top: 50px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.top_recruit_r {
  width: 50%;
}
.r-top-img {
  width: 60%;
  margin-top: -50px;
  margin-left: 20%;
}
.r-ttl-img {
  width: 330px;
  margin-top: -400px;
}
.r-ilst-img {
  width: 75%;
  margin-top: -100px;
  margin-bottom: -100px;
}
@media screen and (max-width: 768px) {
  #recruit .inr {
    margin-bottom: 70px;
  }
  .r-tpt-img {
    width: 100%;
    margin-top: 20px;
  }
  .r-top-img {
    width: 80%;
    margin-top: -30px;
    margin-left: 20%;
  }
  .r-ttl-img {
    width: 80%;
    margin-top: -300px;
  }
  .r-ilst-img {
    width: 80%;
    margin-top: -100px;
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 480px) {
  #recruit {
    height: 150vw;
  }
  .recruit_bg {
    height: 270px;
    background: url(images/top_img_recruit_bg_s.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    z-index: -1;
  }
  .top_recruit_l {
    width: 100%;
  }
  .top_recruit_l .ttl_b {
    margin-top: 0;
    color: #fff;
    /* 読みやすくするためのテキストシャドウ（複数重ねて深みとぼかし） */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6),
      /* 下方向の薄い影で立体感 */ 0 2px 6px rgba(0, 0, 0, 0.4); /* 広がるソフトな影で背景と分離 */
  }
  .top_recruit_l a {
    margin: 84% auto 0;
  }
  .r-tpt-img {
    width: 88%;
    margin-top: 10px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.6))
      drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
  }
  .top_recruit_r {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .r-top-img {
    width: 55%;
    position: absolute;
    top: -100px;
    right: 20px;
    z-index: -1;
  }
  .r-ttl-img {
    width: 60%;
    position: absolute;
    top: -60px;
    right: 0;
  }
  .r-ilst-img {
    width: 60%;
    position: absolute;
    top: 70px;
    left: 0;
  }
}
/*base*/
.base_bg {
  margin-bottom: 100px;
}
.top_base_l {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}
.top_base_l > p {
  margin-left: -100px;
}
.b-ttl-img {
  width: 239px;
}
.tab-wrap {
  height: 750px;
  /* min-height: 300px; */
  display: flex;
  flex-wrap: wrap; /* 子要素を折り返し可能に */
  flex-direction: column;
  margin: auto;
}
/* タブのラベル（ボタン部分） */
.tab-label {
  min-width: 285px;
  width: 40%;
  height: auto;
  color: #333;
  /* background: LightGray; */
  /* white-space: nowrap; テキストの折り返しを防止 */
  /* text-align: center; */
  /* border: 1px solid blue; */

  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0px -1px 0px 1px; /* ラベルの間隔調整（重ね合わせ） */
  /* padding: 10px 0; */
  order: -1; /* フレックス順序で上に配置 */
  position: relative;
  z-index: 1;
  cursor: pointer; /* カーソルをポインターに */
  float: left; /* 左寄せ配置（古いブラウザ向け） */
}

/* タブの中身（非表示が初期状態） */
.tab-content {
  display: none;
}
.tab-content > p {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #1774dc, #25c3f1) 1;
}
.tab-content > iframe {
  margin-top: 10px;
  aspect-ratio: 1;
  width: 100%;
  /* height: 95%; */
}
/* 選択されたラジオボタンのラベルのスタイル */
.tab-switch:checked + .tab-label {
  /* color: Gray; */
  background: linear-gradient(
    135deg,
    rgba(23, 116, 220, 0.1),
    rgba(37, 195, 241, 0.1)
  );
  /* border-right-color: White; */
}

/* 選択されたタブの中身を表示する */
.tab-switch:checked + .tab-label + .tab-content {
  width: 60%; /* ラベル分を引いた幅を指定 */
  height: 100%;
  padding: 15px;
  /* border-left: 1px solid Green; */
  display: block; /* 表示状態に */
  box-sizing: border-box;
}

/* ラジオボタン自体は非表示 */
.tab-switch {
  display: none;
}
label > ul {
  margin: auto 0;
  list-style: none;
}
label li:first-child {
  font-weight: bold; /* 太字 */
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
label li:first-child::after {
  content: "→";
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1.3;
  color: white;
  background: linear-gradient(90deg, #1774dc, #25c3f1);
  border-radius: 50%;
}
@media screen and (max-width: 1086px) {
  .tab-wrap {
    height: 1040px;
  }
}
@media screen and (max-width: 768px) {
  .base_bg {
    margin-bottom: 0px;
  }
  .top_base_l > p {
    margin-left: -90px;
  }
  .b-ttl-img {
    width: 30%;
  }
  /* .tab-label {
  width: 320px;
}
.tab-switch:checked + .tab-label + .tab-content {
  width: calc(100% - 320px);
}
label > ul {
  list-style: none;
  margin: 0;
} */
}
@media screen and (max-width: 480px) {
  .base_bg {
    background: #eee;
    padding-bottom: 40px;
  }
  .tab-wrap {
    /* flex-wrap: nowrap; */
    height: auto;
  }
  .top_base_l {
    display: block;
  }
  .top_base_l > p {
    margin: -50px 0 60px;
    text-align: center;
  }
  .b-ttl-img {
    width: 200px;
    margin-top: 20px;
  }
  .tab-label {
    width: 100%;
    margin: 0;
    float: none;
    order: 0;
  }
  .tab-switch:checked + .tab-label + .tab-content {
    width: 100%;
    height: auto;
    padding: 10px 0;
    border-left: none;
    box-sizing: border-box;
  }
}
/*Contact*/
.f_contactt_bg {
  width: 100%;
}
.gray-bg {
  height: 200px;
  background: #efefef;
  position: relative;
}
.blue_g-bg {
  height: 220px;
  background: linear-gradient(90deg, #008cdd, #91cff3);
  padding-bottom: 20px;
}
#contact .Btn-Text > p {
  font-size: 4rem;
}
#contact .inr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 90px auto -170px;
}
#contact .inr div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#contact .inr div a.privacy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  border-right: 1px solid #888;
  /* margin-right: 20px; */
}
#contact .inr div img {
  white-space: nowrap;
  width: 25px;
  box-sizing: border-box;
  margin-left: 20px;
}
#contact .inr > a {
  width: 20%;
  min-width: 180px;
  max-width: 350px;
}
#contact .footer-logo {
  width: auto;
  height: 70px;
}
.f_contactt_btn {
  width: 70%;
  max-width: 900px;
  margin: 2% 0 0 auto;
  position: absolute;
  top: 70px;
  right: 0;
  /* z-index: 10; */
}
.f_contactt_btn a {
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #1774dc, #25c3f1);
  border-radius: 40px 0 0 40px;
  display: flex;
}
.f_contactt_btn a:after {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
}
.f_contactt_btn a:hover {
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.f_contactt_btn a p {
  min-height: 180px;
  font-size: 3.6rem;
  padding: 50px 10%;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  font-family: "Josefin Sans", "Noto Sans JP", "Josefin Sans", "メイリオ",
    Meiryo, "ＭＳ ゴシック", sans-serif;
}
.f_contactt_btn a p span {
  font-size: 1.5rem;
  margin-left: 20px;
  font-family: "Noto Sans JP", "Josefin Sans", "メイリオ", Meiryo,
    "ＭＳ ゴシック", sans-serif;
}
.f_contactt_btn a:hover:after {
  right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.f_contactt_btn img {
  width: 40%;
  min-width: 250px;
  max-width: 350px !important;
  position: absolute;
  transform: translateX(-30%);
  bottom: 0;
  left: 60%;
}
.Btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
  display: flex;
  background: #fff;
  font-size: 20px;
}
.Btn-Text {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.Btn-Text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #00a0e9;
  border-radius: 40px 0 0 40px;
  z-index: -1;
  transition: 0.2s;
}
.Btn-Text:hover {
  color: #fff;
}
.Btn-Text:hover:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact .f_contactt_bg {
    padding-top: 30px;
  }
  .gray-bg {
    height: 150px;
  }
  .f_contactt_btn {
    width: 70%;
    top: 50px;
  }
  .f_contactt_btn a p {
    font-size: 2.4rem;
    line-height: 1.3;
    padding: 7% 5%;
  }
  .f_contactt_btn img {
    width: 35%;
    position: absolute;
    left: 60%;
    transform: translateX(-30%);
    bottom: 0;
  }
  .f_contactt_bg {
    padding-top: 20%;
  }
  .f_contact_icn {
    width: 30px;
    margin-right: 10px;
  }
  .f_contactt_btn a p span {
    font-size: 1.5rem;
    display: block;
    margin-left: 0;
  }
  #contact .inr {
    justify-content: left;
    margin: 95px auto -190px;
  }
  #contact .inr div {
    width: 65%;
  }
}
@media screen and (max-width: 480px) {
  .f_contactt_bg {
    height: 240px;
  }
  .gray-bg {
    background: #fff;
  }
  .blue_g-bg {
    height: 230px;
  }
  .f_contactt_btn {
    width: 85%;
    top: 115px;
  }
  .f_contactt_btn img {
    width: 75%;
    top: -140px;
    left: 35%;
  }
  .f_contactt_btn a {
    padding: 40px 0 10px;
  }
  .f_contactt_btn a p {
    min-height: 0;
  }
  #contact .f_contactt_btn span {
    margin-left: 0;
  }
  #contact .inr {
    margin: 160px auto 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #contact .inr > a {
    width: 55%;
  }
  #contact .inr > img {
    width: 100%;
  }
  #contact .inr div {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #contact .inr div a {
    font-size: 1.4rem;
  }
  #contact .inr div img {
    padding-left: 10%;
  }
}

/* 下層 */
/*お問合わせ*/
.title {
  position: relative;
}
.title p {
  border-bottom: none;
  margin-bottom: 10px;
}
.c-logo-img {
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
}
div#wrapper .contact-img {
  width: 100%;
  height: 47vh;
  /* aspect-ratio: 1100 / 422; */
  border-radius: 40px;
  object-fit: cover;
}
.word {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  position: relative;
}
.word p {
  text-align: justify;
  margin-top: 10px;
}
.c-ilst-img {
  width: 32%;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.c-tel {
  margin: 40px auto 80px;
  text-align: center;
}
.c-tel a {
  max-width: 600px;
  font-size: 4rem;
  font-weight: bold;
  border-radius: 49px;
  margin: 10px auto;
}
.c-tel .btnF {
  display: flex;
}
.c-tel .btnF img {
  width: 10%;
  position: relative;
  top: 4px;
}
.c-tel p:last-of-type {
  font-size: 1.6rem;
  /* font-weight: bold; */
}
.c-tel + p {
  font-size: 1.5rem;
  margin-left: 50px;
}
.form-t {
  max-width: 1000px;
  margin: 0 auto;
}
.form-t > p {
  text-align: left;
  margin-bottom: 20px;
}
.Form {
  margin-bottom: 100px;
}
.Form .Form-Item:nth-child(7) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .Form .Form-Item:nth-child(7) {
    display: block;
  }
  .Form .Form-Item:nth-child(7) p:nth-child(2) {
    margin-left: 20%;
  }
}
@media screen and (max-width: 480px) {
  .c-logo-img {
    width: 50%;
    top: 0px;
  }
  div#wrapper .contact-img {
    height: auto;
    aspect-ratio: 11/6;
    border-radius: 20px;
  }
  .c-tel .ttl_e {
    font-size: 2rem;
    margin: 0px 25px;
  }
  .c-tel a {
    font-size: 2.5rem;
  }
  .c-ilst-img {
    width: 50%;
    position: absolute;
    bottom: 30px;
    right: 0;
  }
  .Form .Form-Item:nth-child(7) p:nth-child(2) {
    margin-left: 5%;
  }
}
.privacy {
  display: flex;
}
.privacy div {
  width: 100%;
  font-weight: bold;
  margin-left: 50px;
}
.Form {
  background: linear-gradient(
    135deg,
    rgba(23, 116, 220, 0.1),
    rgba(37, 195, 241, 0.1)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 30px;
  padding: 50px 100px 50px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
#contact-p .wpcf7-response-output {
  max-width: 1000px;
  font-size: 18px;
  padding: 50px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
@media screen and (max-width: 480px) {
  .Form {
    border-radius: 10px;
    padding: 10px 5px 40px;
    margin-bottom: -20px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  /* display: flex;
  align-items: center; */
}
.Form-Item:first-child {
  border-top: none;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(6) {
  border-bottom: 1px solid #ddd;
}
.Form-Item:nth-child(7) {
  border-top: none;
  margin-left: 30px;
}
.Form-Item:nth-child(7) a {
  margin-left: 15px;
}
.Form-Item:nth-child(8) {
  justify-content: center;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .Form-Item:nth-child(7) {
    margin-left: 0;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 800px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 800px;
  background: #fff;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
  display: block;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #1774dc, #25c3f1);
  border-radius: 27px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
}
span.wpcf7-spinner {
  display: none;
}
.wpcf7-previous {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 20px 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
  display: block;
  letter-spacing: 0.05em;
  /* background: linear-gradient(90deg, #1774dc, #25c3f1); */
  border-radius: 27px;
  /* border: none; */
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
  #contact-p .wpcf7-response-output {
    font-size: 16px;
    padding: 20px;
    margin: 50px auto 0;
  }
}
/*サンクス画面*/
.thanks .page_wrap {
  max-width: 800px;
  margin: 20px auto 0;
}
.page_pad a {
  display: inline-block;
}
/*グループ会社紹介*/
/* #group-p .page_wrap{
  max-width: 100%;
} */
.g-logo-img {
  width: 45%;
  position: absolute;
  top: -40px;
  right: 0;
}
div#wrapper .group-img {
  width: 100%;
  height: 47vh;
  /* aspect-ratio: 1100 / 422; */
  border-radius: 40px;
  object-fit: cover;
}
.word div {
  width: 55%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}
.g-ilst-img {
  width: 45%;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.kaisya {
  margin: 50px 10px 100px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.kaisya p,
.kaisya li {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.01em;
}
.g-flex {
  display: flex;
  justify-content: space-between;
}
.g-text {
  width: 60%;
  padding-left: 10px;
  text-align: justify;
}
.g-wrap {
  display: flex;
  justify-content: space-between;
}
.g-wrap b {
  display: block;
  border-bottom: 1px solid #00c6ff;
  padding-bottom: 20px;
  margin: 20px 0;
  position: relative;
  font-size: 2.4rem;
}
.g-wrap b::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #93d8eb;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.6),
    rgba(37, 195, 241, 0.6)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.waku {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px 30px;
  gap: 2%;
}
.waku ul {
  /* width: 50%; */
  font-size: 1.4rem;
}
.waku ul li {
  /* width: 50%; */
  font-size: 1.3rem;
}
.kaisya-img {
  width: 35%;
  margin: auto 0;
}
.kaisya-img img:first-child {
  width: 100%;
  height: 200px;
  border-radius: 20px;
}
.kaisya-img a {
  max-width: 150px;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-left: auto;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .g-logo-img {
    top: 50px;
    width: 60%;
  }
  .waku {
    flex-direction: column; /* 縦並びに変更 */
    justify-content: flex-start; /* 縦方向の上揃え */
    align-items: stretch; /* 横幅を親要素に合わせる */
    gap: 2%; /* 子要素間に縦の間隔を2%設定 */
    padding: 15px 20px; /* モバイルではパディングを少し小さく（任意） */
  }
}
@media screen and (max-width: 480px) {
  div#wrapper .group-img {
    height: auto;
    aspect-ratio: 11/6;
    border-radius: 20px;
  }
  .word {
    display: block;
    margin-bottom: 0;
  }
  .word div {
    width: 100%;
  }
  .g-ilst-img {
    width: 100%;
    position: static;
  }
  .g-flex {
    display: block;
  }
  .g-text {
    width: 100%;
    padding-left: 0;
  }
  .waku {
    display: block;
  }
  .waku ul {
    width: 100%;
  }
  .kaisya {
    margin-bottom: 20px;
  }
  .kaisya-img {
    width: 100%;
    margin-top: 20px;
  }
  .kaisya-img a {
    margin-bottom: 0px;
  }
}
/* 会社案内 */
.mes-wrap {
  margin-bottom: 150px;
}
#company-p .title {
  position: relative;
}
.co-logo-img {
  width: clamp(120px, 30%, 30%);
  position: absolute;
  top: -20px;
  right: 0;
}
div#wrapper .company-img {
  width: 100%;
  height: 47vh;
  /* aspect-ratio: 1100 / 422; */
  border-radius: 40px;
  object-fit: cover;
  /* margin-bottom: 20px; */
}
.co-ilst-img {
  width: 38%;
  margin-top: -200px;
  object-fit: contain;
}

#company-p .word p {
  width: 80%;
  font-size: clamp(2.6rem, 3vw, 4rem);
  line-height: 1.2;
}
/* .mes-wrap > div {
  display: flex;
  justify-content: space-between;
}
.mes-img {
  width: 30%;
  position: relative;
}
.mes-img img {
  aspect-ratio: 8 / 10;
  object-fit: cover;
  border-radius: 20px;
  margin-left: 80px;
  margin-top: 20px;
}
.mes-img::after {
  content: "";
  width: 100%;
  aspect-ratio: 8 / 10;
  position: absolute;
  top: 20px;
  left: 60px;
  z-index: -1;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4);
  transform: rotate(-10deg);
} */
.mes-txt {
  /* width: 55%; */
  text-align: justify;
}
.mes-txt b {
  font-size: 2.6rem;
  line-height: 1.2;
}
.mes-txt p {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
/*---*/
.profile {
  margin-bottom: 150px;
}
#company-p dl {
  width: 80%;
  font-size: 1.5rem;
  line-height: 2;
  clear: both;
  margin-left: 10%;
}
#company-p dt {
  float: left;
  padding: 20px 0 20px 20px;
}
#company-p dd {
  border-bottom: 1px solid #eee;
}
.profile dd {
  padding: 20px 0 20px 165px;
}
.pos {
  position: relative;
}
.prof-img {
  width: min(35vw, 360px);
  height: min(35vw, 360px);
}
.prof-img::before {
  content: "";
  width: 80%;
  height: 80%;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 50%;
  margin-top: 0px;
  margin-right: 140px;
}
.prof-img,
.prof-img::before {
  position: absolute;
  top: 90px;
  right: 0;
}
.prof-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 50%;
}
/*---*/
.office {
  margin-bottom: 50px;
}
/* #company-p .ttl_c span {
  line-height: 1.2;
} */
.o-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.o-flex div {
  width: 31%;
}
.o-flex img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
}
.o-flex b {
  display: block;
  margin-left: 1rem;
  margin: 5px 0;
  padding-left: 20px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
  z-index: 1;
}
.o-flex b::before {
  content: "";
  width: 60px;
  height: 60px;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4)
  );
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: -1;
}
.o-flex p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  margin-left: 4rem;
}
.o-flex .btnF {
  width: 150px;
  margin-left: auto;
}
.o-flex .btnF a {
  width: 120px;
  font-size: 1.5rem;
  margin: 10px 0 50px;
  padding: 5px 0;
}
/*---*/
.history {
  margin-bottom: 150px;
}
.timeline {
  position: relative;
  margin: 3em auto;
  padding-bottom: 2em;
}
.timeline:before {
  position: absolute;
  top: 40px;
  left: 45px;
  width: 3px;
  height: 97%;
  content: "";
  background: #25c3f1;
}
.timeline .timeline_item {
  margin: 0px 0px 0px 80px;
}
.timeline .timeline_item .time_date .time {
  font-family: serif;
  font-size: 4em;
  font-weight: bold;
  position: relative;
  margin: 0 0 -45px 0;
  letter-spacing: 3px;
  color: rgba(15, 35, 74, 0.1);
  &::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border: 4px solid #25c3f1;
    background-color: #fff;
    border-radius: 100%;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    z-index: 1000;
  }
}
/* .timeline .timeline_item .time_date .flag {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  margin-top: -60px;
  color: #0f234a;
} */
.timeline .timeline_item .subtitle {
  font-size: 1em;
  line-height: 20px;
  margin-top: 10px;
  /* margin-left: 150px; */
  padding-left: 20px;
  border-left: 1px solid #25c3f1;
}
.timeline .timeline_item .desc {
  font-size: 1em;
  line-height: 20px;
  /* margin-top: 10px; */
  /* margin-left: 150px; */
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .timeline:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline .timeline_item .time_date .time {
    margin-top: -30px;
    margin-left: 50%;
    &::before {
      left: -56px;
    }
  }
  .timeline .timeline_item .subtitle {
    margin-left: 50%;
  }
  .timeline .timeline_item .desc {
    margin-left: 50%;
  }
  .timeline > div:nth-child(2n) {
    position: relative;
    right: 50%;
    text-align: right;
    margin-right: 40px;
    .time_date .time::before {
      left: auto;
      right: -56px;
    }
    .subtitle {
      padding-right: 20px;
      border-left: none;
      border-right: 1px solid #25c3f1;
    }
    .desc {
      padding-right: 20px;
    }
  }
}
/*---*/
.client ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
  margin-bottom: 150px;
}
.client li {
  width: 48%;
}
.client div {
  aspect-ratio: 5 / 2;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
.client b {
  display: block;
  margin-left: 1rem;
  margin: 5px 0;
  padding-left: 10px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.8;
  z-index: 1;
}
.client b::before {
  content: "";
  width: 60px;
  height: 60px;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4)
  );
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: -1;
}
.client ul p {
  margin-left: 30px;
  margin-bottom: 50px;
}
/* .client ul {
  margin-left: 10%;
}
.client li {
  width: 33%;
  font-size: 1.5rem;
  line-height: 1.5;
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}
.client li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00c6ff;
  position: absolute;
  top: 2px;
  left: -25px;
}
.client ul + p {
  font-size: 1.5rem;
  text-align: right;
  margin: 30px 0 200px;
} */
@media screen and (max-width: 930px) {
  .pad_930 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .company .word {
    margin-bottom: 50px;
  }
  .co-logo-img {
    width: clamp(120px, 30%, 30%);
    position: absolute;
    top: 0;
  }
  .timeline:before {
    left: 15px;
  }
  /* .timeline .timeline_item .time_date .time:before {
    left: 32px;
  } */
  .timeline .timeline_item {
    margin: 0px 0px 0px 40px;
  }
  .timeline .timeline_item .subtitle,
  .timeline .timeline_item .desc {
    padding-left: 0px;
    border-left: none;
  }
  /* .client li {
    width: 48%;
  } */
}
@media screen and (max-width: 480px) {
  div#wrapper .company-img {
    height: auto;
    aspect-ratio: 11/6;
    border-radius: 20px;
  }
  .mes-wrap {
    margin-bottom: 50px;
  }
  .co-logo-img {
    top: 10px;
    width: 60%;
  }
  #company-p .word {
    margin-bottom: 0;
  }
  #company-p .word p {
    width: 100%;
    /* font-size: 2.2rem; */
    line-height: 1.2;
    letter-spacing: -0.05em;
  }
  .co-ilst-img {
    width: 80%;
    margin: 4% 10% 10%;
  }
  .mes-wrap > div {
    display: block;
  }
  .mes-img {
    width: 50%;
    margin-bottom: -40px;
    top: -80px;
    left: 100px;
  }
  .mes-txt {
    width: 100%;
  }
  .mes-txt b {
    font-size: 1.9rem;
  }
  .mes-txt p {
    letter-spacing: 0;
  }
  .profile {
    margin-bottom: 50px;
  }
  #company-p dl {
    width: 100%;
    margin: 0;
  }
  #company-p dt {
    float: none;
    padding: 0;
  }
  #company-p dd {
    padding-top: 0;
    padding-left: 2rem;
  }
  .prof-img::before {
    margin-top: -80px;
    margin-right: 40px;
  }
  .prof-img,
  .prof-img::before {
    top: 120px;
  }
  .office {
    margin-bottom: 50px;
  }
  .o-flex {
    display: block;
  }
  .o-flex div {
    width: 100%;
  }
  .o-flex .btnF a {
    margin-bottom: 30px;
  }
  .history {
    margin-bottom: 50px;
  }
  .timeline {
    margin-top: 0;
  }
  .client ul{
    margin-bottom: 0;
  }
  .client li {
    /* display: block; */
    width: 100%;
  }
  /* .client ul + p {
    margin: 30px 0;
  } */
}
/* 採用情報 */
.re-logo-img {
  width: 40%;
  position: absolute;
  top: -20px;
  right: 0;
}
div#wrapper .recruit-img {
  width: 100%;
  height: 47vh;
  /* aspect-ratio: 1100 / 422; */
  object-fit: cover;
  border-radius: 40px;
  /* margin-bottom: 20px; */
}
#recruit-p .word p {
  width: 80%;
  font-size: clamp(2.6rem, 3vw, 4rem);
  line-height: 1.2;
}
.re-ilst-img {
  width: 32%;
  position: absolute;
  right: 0;
  bottom: -30px;
}
/*---*/
.job .pos {
  position: relative;
}
.job-img {
  width: 25vw;
  height: 25vw;
  max-width: 300px;
  max-height: 300px;
  position: absolute;
  top: 200px;
  right: 20px;
  z-index: 1;
}
.job-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 50%;
}
.job-img::after {
  content: "";
  width: 90%;
  height: 90%;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -20px;
  z-index: -1;
}

.job table {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 150px;
}
.job tr {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2;
  border-bottom: 1px solid #eee;
}
.job th {
  padding-left: 20px;
}
.job td {
  padding: 20px 0;
}
/*---*/
.welfare {
  position: relative;
}
.w-img {
  width: 20vw;
  height: 20vw;
  max-width: 250px;
  max-height: 250px;
  position: absolute;
  top: 350px;
  right: 0;
  z-index: 1;
}
.w-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 50%;
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: -1;
}
.welfare p.welfare-copy {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: justify;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.welfare p:nth-child(2) {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  position: relative;
  z-index: 2;
}
.welfare dl {
  width: 80%;
  font-size: 1.5rem;
  line-height: 2;
  clear: both;
  margin-left: 10%;
  margin-bottom: 150px;
}
.welfare dt {
  float: left;
  padding: 20px 0 20px 20px;
}
.welfare dd {
  padding: 20px 0 20px 160px;
  border-bottom: 1px solid #eee;
}
/*---*/
.voice-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.v-img1 {
  width: 35%;
  border-radius: 20px;
}
.v-img1 + p {
  width: 60%;
  font-size: 1.5rem;
  text-align: justify;
}
/*========= 下の画像スライダー ===============*/
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/
.d-demo__wrap {
  display: flex;
  overflow: hidden;
  margin-bottom: 150px;
}

.d-demo__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 5); /* 画面幅の1/5のサイズ */
  height: 180px; /* 画像の高さを固定 */
  padding: 0 8px;
}

.d-demo__item > img {
  width: 100%;
  height: 100% !important; /* 親要素の高さに合わせる */
  object-fit: cover; /* アスペクト比を保ちながらトリミング */
  border-radius: 20px;
}
/* スマホサイズでの対応 */
@media only screen and (max-width: 1028px) {
  .d-demo__item {
    width: calc(100vw / 4); /* スマホでは2つ並べる */
    height: 150px; /* 高さを調整 */
  }
}

/* マウスオーバーでアニメーションを停止 */
.d-demo__wrap:hover .d-demo__list--left {
  animation-play-state: paused;
}
@media only screen and (max-width: 768px) {
  .d-demo__item {
    width: calc(100vw / 3); /* スマホでは2つ並べる */
    height: 150px; /* 高さを調整 */
  }
}

/* マウスオーバーでアニメーションを停止 */
.d-demo__wrap:hover .d-demo__list--left {
  animation-play-state: paused;
}

/* スマホサイズでの対応 */
@media only screen and (max-width: 480px) {
  .d-demo__item {
    width: calc(100vw / 2); /* スマホでは2つ並べる */
    height: 150px; /* 高さを調整 */
  }
}

/* マウスオーバーでアニメーションを停止 */
.d-demo__wrap:hover .d-demo__list--left {
  animation-play-state: paused;
}

/*---*/
.process p:nth-child(2) {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: -20px;
}
.process > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
}
.pr-ilst-img {
  width: 25%;
  max-width: 250px;
  position: relative;
}
.pr-ilst-img::after {
  content: "";
  width: 20vw;
  height: 20vw;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: -1;
}
.process dl {
  width: 55%;
  margin-top: 20px;
}
.process dt {
  color: #0072ff;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: bold;
  margin-left: -2.4rem;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.process dt span {
  color: #fff;
  background: #0072ff;
  border-radius: 50%;
  padding: 1px 6px 3px;
  position: relative;
  top: 8px;
  left: -10px;
}
.process dt span::after {
  content: "";
  width: 2px;
  height: 120px;
  background: #ccc;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.process .no-line::after {
  content: "";
  width: 0;
  height: 0;
  background: transparent;
}
.process dd {
  font-size: 1.5rem;
  margin-left: 5px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .re-logo-img {
    top: 0;
  }
  .process dt span::after {
    height: 145px;
  }
  .w-img {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .welfare p.welfare-copy {
    font-size: 1.8rem;
  }
  .re-logo-img {
    width: 80%;
    top: 30px;
  }
  div#wrapper .recruit-img {
    height: auto;
    aspect-ratio: 11 / 6;
    border-radius: 20px;
  }
  #recruit-p .word p {
    width: 100%;
    /* font-size: 2.6rem; */
  }
  .re-ilst-img {
    width: 60%;
    bottom: 0;
  }
  #recruit-p .word {
    margin-bottom: 30px;
  }
  .job table {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .job-img {
    width: 30vw;
    height: 30vw;
    top: 90px;
  }
  .job tr {
    display: flex;
    flex-direction: column;
  }
  .job th {
    padding-left: 0;
  }
  .job td {
    padding: 0 0 0 2rem;
    letter-spacing: -0.01em;
  }
  .job-img::after {
    top: 30px;
  }
  .welfare p {
    font-size: 1.6rem;
  }
  .welfare dl {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }

  .welfare dt {
    float: none;
    padding: 0;
  }
  .welfare dd {
    padding: 0 0 0 2rem;
  }
  .w-img {
    width: 27vw;
    height: 27vw;
    top: 160px;
    z-index: -1;
  }
  .w-img::after {
    top: 20px;
    right: 20px;
  }
  .voice-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .v-img1 {
    width: 100%;
    aspect-ratio: 11/6;
    margin-bottom: 10px;
  }
  .v-img1 + p {
    width: 100%;
  }
  .d-demo__wrap {
    margin-bottom: 20px;
  }
  .process p:nth-child(2) {
    font-size: 1.8rem;
    margin-top: 150px;
    margin-left: 100px;
  }
  .pr-ilst-img {
    width: 40%;
    margin: -260px 0 120px -35px;
  }
  .pr-ilst-img::after {
    width: 35vw;
    height: 35vw;
    top: 10px;
    left: 0;
  }
  .process > div {
    display: block;
    margin-left: 50px;
    margin-bottom: 50px;
  }
  .process dl {
    width: 98%;
    text-align: justify;
  }
  .process dt span::after {
    height: 170px;
  }
  .welfare p:nth-child(2) {
    margin-bottom: 80px;
  }
}
/*---*/
.entry {
  position: relative;
}
.entry p:nth-child(2) {
  font-size: 1.5rem;
  margin: -20px 0 35px;
}
.e-ilst-img {
  width: 25%;
  max-width: 250px;
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.form-container {
  background: linear-gradient(
    135deg,
    rgba(23, 116, 220, 0.1),
    rgba(37, 195, 241, 0.1)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 12px;
  padding: 50px 80px 80px 80px;
  margin: 0 auto 200px;
}
.entry table {
  width: 100%;
  font-size: 1.5rem;
}
.entry-table > tr > th {
  font-weight: bold;
}
.entry-table b {
  font-size: 1.6rem;
}
.entry-table span {
  font-weight: 400;
}
.entry-table {
  border-top: 1px solid #eee;
}
.entry-table table {
  width: 100%;
}
.syubetu .wpcf7-radio {
  margin-left: -2rem;
}
.syubetu .ml {
  padding-left: 50px;
}
.syubetu .mt {
  /* padding-top: 0; */
}
.entry-table > tr > th,
.entry-table > tr > td {
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
}
.entry-table th {
  width: 30%;
  padding: 20px 10px;
}
.syubetu th {
  width: 35%;
}
.syubetu tr:nth-child(4) {
  border-bottom: 1px solid #eee;
}
.entry label {
  display: block;
}
.entry .chkbox {
  display: inline-block;
}
.chkbox {
  margin-right: 10%;
}
.entry input[type="text"],
.entry input[type="email"],
.entry input[type="tel"],
.entry input[type="date"],
.entry textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
.entry .txtflex {
  display: flex;
  /* justify-content: space-between;
  align-items: center; */
  margin: 20px 0;
}
.entry .txtflex input {
  width: 75%;
}
.wpcf7-checkbox {
  display: flex;
  gap: 80px;
}
.wpcf7-radio {
  display: flex;
  gap: 80px;
}
.entry textarea {
  resize: vertical;
  vertical-align: middle;
}

.field-group label {
  margin-bottom: 15px;
}

.entry input[type="checkbox"],
.entry input[type="radio"] {
  margin-right: 8px;
}

.policy {
  font-size: 1.4em;
}
.line_h p {
  line-height: 2;
}
.send {
  border-top: none;
}
.submit {
  text-align: center;
  margin-top: 80px;
}

.entry button[type="submit"] {
  padding: 8px 60px;
  background: linear-gradient(to right, #1e90ff, #00c6ff);
  border: none;
  color: white;
  font-size: 1.5rem;
  border-radius: 25px;
  cursor: pointer;
}

.entry button[type="submit"]:hover {
  background: linear-gradient(to right, #007acc, #00aaff);
}
#recruit-p .wpcf7-response-output {
  max-width: 1000px;
  font-size: 18px;
  background: #fff;
  padding: 50px;
  box-sizing: border-box;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .wpcf7-checkbox {
    gap: 40px;
  }
  .entry .txtflex input {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .form-container {
    padding: 20px 0 0;
    margin: 0 auto;
  }
  div.page_pad {
    padding-bottom: 0;
  }
  .e-ilst-img {
    width: 35%;
    top: 215px;
    right: 10px;
  }
  .entry p:nth-child(2) {
    margin: 0 0 35px;
  }
  .entry-table {
    padding-top: 50px;
    border-top: none;
  }
  .entry-table tr {
    display: flex;
    flex-direction: column;
  }
  .entry-table > tr > th,
  .entry-table > tr > td {
    border-bottom: none;
    padding: 10px;
  }
  .entry-table tr {
    border-bottom: 1px solid #eee;
  }
  .syubetu tr {
    border-bottom: none;
  }
  .entry-table th,
  .entry-table td {
    width: 100%;
    padding: 10px 10px;
  }
  .syubetu th,
  .syubetu td {
    padding: 10px 10px;
  }
  .syubetu td {
    padding-left: 50px;
  }
  .entry .mt {
    padding: 20px 0 0 50px;
  }
  .entry .txtflex input {
    width: 65%;
  }
  .wpcf7-checkbox {
    gap: 30px;
  }
  .entry-table tr .sp-only {
    margin: 0;
  }
  .submit {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  input.wpcf7-submit {
    margin-top: 0;
  }
  #recruit-p .wpcf7-response-output {
    font-size: 16px;
    padding: 20px;
    margin: 0 auto;
  }
}
/* 取扱いメーカー */
div#wrapper .maker-main {
  width: 100%;
  height: 47vh;
  /* aspect-ratio: 1100 / 422; */
  background: #e7f3f7;
  background-image: url(images/top_img_maker_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 30px;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
.maker .title {
  position: relative;
}
.maker-main > div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.maker-main p {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  position: relative;
  z-index: 1;
}
.maker-main p:first-child {
  color: #333;
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: bold;
}
.maker-main p:nth-child(2) {
  width: 40%;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  margin-top: 20px;
  font-weight: bold;
}
.mk-logo-img {
  width: 70%;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 1;
}
.mk-ilst-img {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 20vw;
}
.maker-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 5px;
  font-size: 1.5rem;
  margin: 50px auto;
  /* border: 1px solid red; */
}
.maker-btn a {
  border: 1px solid #ccc;
  border-radius: 18px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
}

.maker-btn a:hover {
  color: #fff;
  background-color: #00a0e9;
}
.maker-btn a.is-active {
  color: #fff;
  background-color: #00a0e9;
}
.maker-list a:link {
  color: #2377b8;
}
.maker-list li:has(a):hover {
  background: #c3e7f1;
}
.maker-list p:first-child {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.maker-list p:first-child::before {
  content: "";
  width: 50px;
  height: 50px;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.6),
    rgba(37, 195, 241, 0.6)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -10px;
  z-index: -1;
}
.maker-list p:nth-child(2) {
  font-size: 1.5rem;
  text-align: right;
  border-bottom: 1px solid #00a0e9;
  padding-bottom: 5px;
}
.maker-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  font-size: 1.5rem;
  margin: 10px 0 200px;
}
.maker-list li {
  width: 32%;
  border: 1px solid #00a0e9;
  border-radius: 10px;
  padding: 15px;
  margin: 5px 0;
}
@media only screen and (max-width: 768px) {
  .maker-main {
    padding-left: 20px;
  }
  .mk-logo-img {
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
  div#wrapper .maker-main {
    height: auto;
    aspect-ratio: 11/6;
    border-radius: 20px;
    margin-bottom: 200px;
    /* position: relative; */
  }
  .mk-logo-img {
    width: 100%;
    top: 30px;
  }
  .maker-main > div {
    width: 100%;
    position: absolute;
    top: 300px;
    left: 0;
  }
  /* .maker-main p:first-child {
    position: absolute;
    top: 170px;
    left: 0;
  }
  .maker-main p:last-of-type {
    position: absolute;
    top: 270px;
    left: 0;
  } */
  .maker-main p:nth-child(2) {
    width: 100%;
  }
  .maker-btn ul {
    margin: 260px auto 50px;
    gap: 5px 5px;
  }
  .maker-list p:nth-child(2) {
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .mk-ilst-img {
    width: 40%;
    position: absolute;
    left: 40px;
  }
  .maker-list p:nth-child(2) {
    text-align: left;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
  .maker-list ul {
    display: block;
    margin-bottom: 0;
  }
  .maker-list li {
    width: 100%;
  }
  .maker-btn a {
    font-size: 14px;
  }
}
/* 新和高圧について */
.about {
  position: relative;
  margin-bottom: 30px;
}
.about p {
  border-bottom: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ab-logo-img {
  width: 30%;
  position: absolute;
  top: -20px;
  right: 0;
}
div#wrapper .about-img {
  width: 100%;
  height: 47vh;
  /* aspect-ratio: 1100 / 422;  */
  object-fit: cover;
  object-position: 0 20%;
  border-radius: 40px;
}
.ab-ilst-img {
  position: absolute;
  width: 27%;
  right: 0;
  bottom: -70px;
  object-fit: contain;
}
.about .ttl_a {
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: bold;
  line-height: 1.2;
}
/*---*/
.phi-wrap {
  margin-bottom: 150px;
  position: relative;
}
.phi-img {
  width: 50%;
  position: absolute;
  top: 80px;
  right: 0;
}
.phi-img::before {
  content: "";
  display: block;
  width: 15vw;
  height: 15vw;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 50%;
  position: absolute;
  top: 180px;
  right: 150px;
}
.phi-txt b {
  font-size: 2.6rem;
  line-height: 1.2;
  display: block;
  margin: -20px 0 20px;
}
.phi-txt p {
  width: 60%;
  font-size: 1.5rem;
  text-align: justify;
}
/*---*/
.strengths {
  margin-bottom: 200px;
}
.strengths .pos b {
  font-size: 2.6rem;
  display: block;
  margin: -20px 0 20px;
}
.strengths .pos b + p {
  width: 60%;
  text-align: justify;
  margin-bottom: 50px;
}
.str-ilst-img {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.str-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.str-wrap div {
  width: 45%;
}
.str-wrap img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  border-radius: 20px;
}
.str-wrap b {
  font-size: 2rem;
  display: block;
  margin-top: 20px;
}
.str-wrap p:first-of-type {
  font-weight: bold;
  margin: 10px 0 10px 2rem;
  font-size: 18px;
  color: #00a0e9;
  line-height: 1.4em;
  letter-spacing: -0.03em;
}
.str-wrap p:last-of-type {
  font-size: 1.5rem;
  margin: 0 0 40px 2rem;
  text-align: justify;
}
@media only screen and (max-width: 480px) {
  .strengths {
    margin-bottom: 50px;
  }
  .about {
    margin-bottom: 60px;
  }
  .about .ttl_a {
    margin-bottom: -40px;
    font-size: ;
  }
  .ab-logo-img {
    top: 0px;
    width: 50%;
  }
  div#wrapper .about-img {
    height: auto;
    aspect-ratio: 11/6;
    border-radius: 20px;
  }
  .ab-ilst-img {
    width: 45%;
    bottom: 20px;
  }
  .phi-wrap {
    margin-bottom: 50px;
  }
  .phi-txt b {
    font-size: 2.2rem;
    margin: 10px 0 20px;
  }
  .phi-txt p {
    width: 100%;
  }
  .phi-img {
    top: 10px;
    display: none;
  }
  .phi-img::before {
    top: 50px;
    right: 45px;
  }
  .str-ilst-img {
    top: 20px;
    width: 35%;
  }
  .strengths .pos b + p {
    width: 100%;
    margin-bottom: 30px;
  }
  .strengths .pos b {
    width: 70%;
    font-size: 2rem;
    display: block;
    margin: 0 0 20px;
  }
  .str-wrap {
    display: block;
  }
  .str-wrap div {
    width: 100%;
  }
  .str-wrap p:first-of-type {
    color: #00a0e9;
    font-size: 18px;
  }
}
/* 製品紹介 */
.products {
  position: relative;
}
.products .ttl_c {
  border-bottom: none;
  margin-bottom: 10px;
}
div#wrapper .products-img {
  width: 100%;
  height: 47vh;
  /* aspect-ratio: 1100 / 422; */
  border-radius: 40px;
}
.prod-logo-img {
  width: 30%;
  position: absolute;
  top: -40px;
  right: 0;
}
.prod-img {
  width: 40%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: 150px;
  right: 100px;
}
.prod-ilst-img {
  width: 20%;
  position: absolute;
  top: 380px;
  right: 40px;
  object-fit: contain;
}
.products .word {
  display: block;
}
.products .word > b {
  display: block;
  font-size: clamp(2.6rem, 3vw, 4rem);
  line-height: 1.2;
  margin: 10px 0 40px;
}
.products .word > p {
  font-weight: bold;
  margin-bottom: 80px;
}
.cat-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cat-products li {
  width: 45%;
  margin-top: 40px;
}
.cat-products li b::before {
  content: "";
  width: 60px;
  height: 60px;
  background: linear-gradient(
    90deg,
    rgba(23, 116, 220, 0.4),
    rgba(37, 195, 241, 0.4)
  ); /* 右方向グラデーション、透明度60% */
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -30px;
  z-index: -1;
}
.lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
}
.lb-nav {
  /* display: none; */
  z-index: -1;
}
.cat-products img {
  border-radius: 30px;
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: cover;
}
.cat-products b {
  display: block;
  font-size: 1.8rem;
  margin: 10px 0 0px 3rem;
  position: relative;
  z-index: 1;
}
.cat-products p {
  min-height: 60px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 10px 0 0 65px;
}
.cat-products div {
  width: 100%;
  margin-bottom: 40px;
}
/* .cat-products a {
  width: 130px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 0 auto;
  padding: 5px 0;
} */
.products-end {
  width: 100%;
  display: flex;
  margin-bottom: 150px;
  justify-content: flex-end; /* 右寄せを維持 */
  align-items: flex-start; /* 子要素を上揃えに */
  padding-right: 20px; /* 画面右端に寄せるための余白調整（必要に応じて変更） */
  box-sizing: border-box; /* パディングやボーダーを幅に含める */
}

.products-end div {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* テキストや画像を左揃えに */
  max-width: 50%; /* 右寄せ時のコンテンツ幅を制限（調整可能） */
}

.products-end div img {
  width: 100%; /* 親要素（div）の幅に合わせる */
  max-width: 300px; /* 画像が大きくなりすぎないように制限（調整可能） */
}

.products-end div p {
  margin-top: 10px; /* 画像とテキストの間隔 */
  font-size: 16px; /* 読みやすさのためのデフォルトサイズ（調整可能） */
  line-height: 1.6; /* 行間を調整 */
  text-align: left; /* テキストを左揃え */
}

.products-end > img {
  width: 25%; /* 現在の幅を維持 */
  position: relative; /* top/leftを有効にする */
  top: 50px; /* 現在の位置を維持 */
  left: 0; /* 左端に配置 */
  z-index: 1; /* 重なり順を維持 */
}
@media only screen and (max-width: 768px) {
  .prod-logo-img {
    top: 0;
  }
  .prod-ilst-img {
    width: 20%;
    position: absolute;
    top: 260px;
    right: 10px;
    object-fit: contain;
  }
  .products-end div p {
    margin: 0 0 0 28%;
  }
}
@media only screen and (max-width: 480px) {
  #products-p {
    margin-bottom: 50px;
  }
  .prod-logo-img {
    top: 5px;
    width: 60%;
  }
  div#wrapper .products-img {
    height: auto;
    aspect-ratio: 11/6;
    border-radius: 20px;
  }
  .prod-img {
    width: 50%;
    top: 110px;
    left: 20px;
  }
  .prod-ilst-img {
    width: 35%;
    top: 100px;
    right: 30px;
  }
  .products .word > b {
    /* font-size: 2rem; */
  }
  .products .word > p {
    margin-bottom: 20px;
  }
  .cat-products {
    display: block;
  }
  .cat-products li {
    width: 100%;
  }
  .products-end {
    flex-direction: column;
    /* margin-top: 50px; */
    margin-bottom: 0;
    justify-content: space-between;
    padding-right: 0;
  }
  .products-end > img {
    width: 60%;
    margin-bottom: 20px;
  }
  .products-end div p {
    margin: 0;
    width: 100%;
  }
  .products-end div {
    max-width: 100%;
  }
  .cat-products p {
    margin: 10px 0 0 50px;
  }
}
/* ------------------------------------------------ */
.page_pad {
  padding: 0 15px 150px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
.page_ttl {
  font-size: 2.4rem;
  margin: 0 0 20px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.page_data {
  color: #004b8f;
  margin: 0 0 20px;
}

/* 一覧
------------------------------------------------ */
.about.news {
  margin-bottom: 0;
}
div#wrapper .news-img {
  width: 100%;
  height: 47vh;
  /* aspect-ratio: 1100 / 422;  */
  object-fit: cover;
  object-position: 0 30%;
  border-radius: 40px;
}
.archive_wrap {
  padding: 0 15px 100px 15px;
  margin: 0 auto;
  max-width: 1000px;
}
.archive_list {
  margin: 0 auto;
  max-width: 900px;
}
.archive_list li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.archive_list dl {
  display: flex;
  justify-content: start;
  align-items: center;
}
.archive_list dt {
  padding: 15px 0;
  color: #004b8f;
  width: 15%;
}
.archive_list dd {
}

@media screen and (max-width: 768px) {
  .archive_list dl {
    display: block;
  }
  .archive_list dt {
    display: block;
    width: auto;
  }
  .archive_list dd {
  }
}
@media screen and (max-width: 480px) {
  div#wrapper .news-img {
    height: auto;
    aspect-ratio: 11/6;
    border-radius: 20px;
  }
}
/* 記事
------------------------------------------------ */
.single_wrap {
  max-width: 800px;
  margin: 10vh auto 0;
  padding: 0 15px;
}
.single_wrap p {
  margin-bottom: 1em;
}
h2.single_ttl {
  font-size: 2.4rem;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px 0;
  margin: 0 0 30px;
}

.single_date {
  font-size: 1.7rem;
  color: #004b8f;
  margin: 0 0 15px;
  font-family: "Josefin Sans", "Noto Sans JP", "Josefin Sans", "メイリオ",
    Meiryo, "ＭＳ ゴシック", sans-serif;
}
.single_nav {
  margin-top: 84px;
  margin-bottom: 84px;
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single_nav div {
  font-size: 16px;
}
.single_nav_prev a {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.single_nav_next a {
  padding-right: 30px;
  position: relative;
}
.single_nav_back span {
  padding-left: 30px;
  position: relative;
}
.single_nav_back span:before {
  background: url(images/list_box.png) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  content: "";
}

.single_nav_prev a:before {
  background: url(images/prev_arw.png) no-repeat;
  background-size: 7px 10px;
  width: 7px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  content: "";
  transform: scale(-1, 1);
}
.single_nav_next a:before {
  background: url(images/prev_arw.png) no-repeat;
  background-size: 7px 10px;
  width: 7px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  content: "";
}
.page_nav {
  text-align: center;
  margin: 30px auto 0;
}
.wp-pagenavi span.current {
  font-weight: normal !important;
  background: #004b8f;
  color: #fff;
  border: none;
  padding: 5px 8px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #004b8f !important;
  padding: 5px 8px !important;
  margin: 2px;
  color: #004b8f;
  display: inline-block;
}

/* サイトマップ
------------------------------------------------ */
/* .wsp-pages-title {
  display: none;
}
.wsp-pages-list li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.wsp-pages-list li ul {
  width: 95%;
  margin: 0 auto;
}
.wsp-pages-list li ul li {
  border-bottom: none;
}
div.wsp-container > ul.wsp-posts-list > li {
  list-style-type: none;
}

div.wsp-container strong.wsp-category-title {
  display: block;
  border: 1px solid #bdbdbd;
  padding: 0.5em;
  background: #fffdfa;
}

div.wsp-container strong.wsp-category-title a {
  text-decoration: none;
}

div.wsp-container > ul.wsp-posts-list {
  padding: 0;
} */

/* ADD
------------------------------------------------ */

.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
.b {
  font-weight: bold;
}
.center {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt120 {
  margin-top: 120px;
}
.clear {
  clear: both;
}
.flo-l {
  float: left;
}
.flo-r {
  float: right;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f21 {
  font-size: 21px;
}
.f24 {
  font-size: 24px;
}
.red {
  color: #cc0000;
}
.txt-r {
  text-align: right;
}
.bg-gray1 {
  padding: 20px;
  background: #efefef;
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
  right: 20px;
  z-index: 99;
}
.slick-prev {
  left: 15px;
  z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff;
}
/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto;
}
.slick-prev {
  left: 20px !important;
}
.slick-next {
  right: 20px !important;
}

/*
.bg_sea1 {
  height: 320px;
  width: 320px;
  background:url(images/bg_sea1.png) no-repeat center center;
  background-size:cover;
  position:absolute;
  top:3%;
  left:-5%;
  z-index:-1;
}
.bg_sea2 {
  height: 320px;
  width: 320px;
  background:url(images/bg_sea2.png) no-repeat center center;
  background-size:cover;
  position:absolute;
  top:20%;
  right:-5%;
  z-index:-1;
}
.bg_sea3 {
  height: 250px;
  width: 250px;
  background:url(images/bg_sea1.png) no-repeat center center;
  background-size:cover;
  position:absolute;
  top:60%;
  left:-5%;
  z-index:-1;
}
.bg_sea4 {
  height: 240px;
  width: 230px;
  background:url(images/bg_sea2.png) no-repeat center center;
  background-size:cover;
  position:absolute;
  top:70%;
  right:-5%;
  z-index:-1;
}
*/
/*bg*/
/* .circle1 {
  width: 250px;
  height: 250px;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  border-radius: 48% 69% 56% 53% / 47% 73% 43% 49%;
  animation: move 8s linear infinite;
  overflow: hidden;
  opacity: 0.08;
  position: absolute;
  left: -4%;
  top: 3%;
  z-index: -1;
}
.circle2 {
  width: 280px;
  height: 280px;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  border-radius: 48% 69% 56% 53% / 47% 73% 43% 49%;
  animation: move 8s linear infinite;
  overflow: hidden;
  opacity: 0.08;
  position: absolute;
  right: -4%;
  top: 20%;
  z-index: -1;
}
.circle3 {
  width: 250px;
  height: 250px;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  border-radius: 48% 69% 56% 53% / 47% 73% 43% 49%;
  animation: move 8s linear infinite;
  overflow: hidden;
  opacity: 0.08;
  position: absolute;
  left: -4%;
  top: 60%;
  z-index: -1;
}
.circle4 {
  width: 280px;
  height: 280px;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  border-radius: 48% 69% 56% 53% / 47% 73% 43% 49%;
  animation: move 8s linear infinite;
  overflow: hidden;
  opacity: 0.08;
  position: absolute;
  right: -4%;
  top: 70%;
  z-index: -1;
}
@keyframes move {
  50% {
    border-radius: 80% 20% 59% 41% / 72% 21% 79% 28%;
    transform: translateY(-20px);
  }

  75% {
    border-radius: 100% 69% 100% 83% / 68% 99% 53% 93%;
    transform: translateY(0px);
  }
} */

@media screen and (max-width: 768px) {
  /*	.bg_sea1 {
	  height: 200px;
	  width: 200px;
	}
	.bg_sea2 {
	  height: 200px;
	  width: 200px;
	}
	.bg_sea3 {
	  height: 120px;
	  width: 120px;
	}
	.bg_sea4 {
	  height: 120px;
	  width: 120px;
	}
*/
  .circle1 {
    width: 200px;
    height: 200px;
  }
  .circle2 {
    width: 200px;
    height: 200px;
  }
  .circle3 {
    width: 120px;
    height: 120px;
  }
  .circle4 {
    width: 120px;
    height: 120px;
  }
}

/*スマホメニュー*/
.spbtn {
  margin: 20px;
}
.spbtn a {
  font-family: "Josefin Sans";
  max-width: 260px;
  display: block;
  color: #fff;
  background: #004b8f;
  font-size: 1.5rem;
  padding: 15px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.spbtn a:after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.spbtn a:hover {
  background: #00a0e9;
  color: #fff;
  opacity: 1;
}
.spbtn a:hover:after {
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* .openbtn {
  display: none;
} */
[data-pushbar-id] {
  display: none;
}
.spgnav {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto;
  overflow-y: scroll;
}
.spnavlogo {
  width: 200px;
  margin: 20px auto;
  text-align: center;
}
.spnavilist {
  margin: 0 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch !important;
}
.spnavilist li {
  border-bottom: 1px solid #ccc;
}
.spnavilist li a {
  padding: 13px 10px;
  display: block;
  position: relative;
  color: #004987;
}
.spnavilist li img {
  height: 30px;
}
.spnavilist li span {
  vertical-align: middle;
}
.spnavpad {
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 20px 100px 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch !important;
}

.close-btn {
  padding: 15px 20px;
  font-size: 13px;
  color: #004b8f;
  display: flex;
  align-items: center;
}
.close {
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  text-align: center;
  cursor: pointer;
}
.close:before,
.close:after {
  position: absolute;
  left: 10px;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: #004b8f;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.spnaviicnlist {
  position: absolute;
  right: 57px;
  top: 10px;
}
.spnaviicnlist li {
  float: left;
}
.openbtn {
  position: absolute;
  right: 10px;
  top: 24px;
  width: 36px;
  height: 36px;
}
.my-parts {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
.my-parts span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 2px;
  margin: -8% 0 0 -42%;
  background: #004b8f;
}
.my-parts span::before,
.my-parts span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -8% 0 0 -50%;
  background: #004b8f;
}
.my-parts span::before {
  margin-top: -38%;
}
.my-parts span::after {
  margin-top: 30%;
}

#index.top .my-parts {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
}
#index.top .my-parts span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 2px;
  margin: -8% 0 0 -42%;
  background: #888;
}
#index.top .my-parts span::before,
#index.top .my-parts span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -8% 0 0 -50%;
  background: #888;
}
#index.top .my-parts span::before {
  margin-top: -38%;
}
#index.top .my-parts span::after {
  margin-top: 30%;
}

.spicn {
  width: 22px;
  padding: 5px 10px;
}
.fixbnr {
  display: none;
}

@media screen and (max-width: 1023px) {
  .openbtn {
    display: block;
  }
}

/*FADE*/
/* .fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
} */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*　ページトップ　*/
button {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  right: 20px;
  bottom: -60px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: rgb(255, 127, 0);
  transition: 0.2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 100px 100px 0 0;
  z-index: 10;
}
button img {
  width: 50px;
  height: 50px;
  position: relative;
  top: -80px;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
button p {
  margin: 0;
  font-size: 15px;
  line-height: 0.8;
  bottom: 0;
  position: absolute;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

button.is-active {
  bottom: 0px;
}
@media screen and (max-width: 480px) {
  button.is-active {
    bottom: 58px;
  }
}
