@charset "UTF-8";
/************************************************************************
download font
*************************************************************************/
@import url("https://use.typekit.net/lrs8gdm.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto Sans JP:wght@400;800&display=swap");
/************************************************************************
 common setting
 ***********************************************************************/
* {
  position: relative;
}

html {
  overflow-x: hidden;
}

hr {
  width: 80%;
  margin: auto;
  color: #d1d1d1;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP";
  background-color: white;
}

a:hover {
  filter: contrast(0.9);
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  font-style: italic;
  vertical-align: middle;
}

.mb-15 {
  margin-bottom: 15px;
}
@media(max-width: 1150px) {
  .mb-15 {
    margin-bottom: 7.5px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media(max-width: 1150px) {
  .mb-30 {
    margin-bottom: 15px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}
@media(max-width: 1150px) {
  .mb-45 {
    margin-bottom: 22.5px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media(max-width: 1150px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mb-75 {
  margin-bottom: 75px;
}
@media(max-width: 1150px) {
  .mb-75 {
    margin-bottom: 37.5px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media(max-width: 1150px) {
  .mb-90 {
    margin-bottom: 45px;
  }
}

.mb-105 {
  margin-bottom: 105px;
}
@media(max-width: 1150px) {
  .mb-105 {
    margin-bottom: 52.5px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media(max-width: 1150px) {
  .mb-120 {
    margin-bottom: 60px;
  }
}

.mb-135 {
  margin-bottom: 135px;
}
@media(max-width: 1150px) {
  .mb-135 {
    margin-bottom: 67.5px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media(max-width: 1150px) {
  .mb-150 {
    margin-bottom: 75px;
  }
}

.mb-165 {
  margin-bottom: 165px;
}
@media(max-width: 1150px) {
  .mb-165 {
    margin-bottom: 82.5px;
  }
}

.mb-180 {
  margin-bottom: 180px;
}
@media(max-width: 1150px) {
  .mb-180 {
    margin-bottom: 90px;
  }
}

.mb-195 {
  margin-bottom: 195px;
}
@media(max-width: 1150px) {
  .mb-195 {
    margin-bottom: 97.5px;
  }
}

.mb-210 {
  margin-bottom: 210px;
}
@media(max-width: 1150px) {
  .mb-210 {
    margin-bottom: 105px;
  }
}

.mb-225 {
  margin-bottom: 225px;
}
@media(max-width: 1150px) {
  .mb-225 {
    margin-bottom: 112.5px;
  }
}

.mt-15 {
  margin-top: 15px;
}
@media(max-width: 1150px) {
  .mt-15 {
    margin-top: 7.5px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media(max-width: 1150px) {
  .mt-30 {
    margin-top: 15px;
  }
}

.mt-45 {
  margin-top: 45px;
}
@media(max-width: 1150px) {
  .mt-45 {
    margin-top: 22.5px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media(max-width: 1150px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-75 {
  margin-top: 75px;
}
@media(max-width: 1150px) {
  .mt-75 {
    margin-top: 37.5px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media(max-width: 1150px) {
  .mt-90 {
    margin-top: 45px;
  }
}

.mt-105 {
  margin-top: 105px;
}
@media(max-width: 1150px) {
  .mt-105 {
    margin-top: 52.5px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media(max-width: 1150px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.mt-135 {
  margin-top: 135px;
}
@media(max-width: 1150px) {
  .mt-135 {
    margin-top: 67.5px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media(max-width: 1150px) {
  .mt-150 {
    margin-top: 75px;
  }
}

.mt-165 {
  margin-top: 165px;
}
@media(max-width: 1150px) {
  .mt-165 {
    margin-top: 82.5px;
  }
}

.mt-180 {
  margin-top: 180px;
}
@media(max-width: 1150px) {
  .mt-180 {
    margin-top: 90px;
  }
}

.mt-195 {
  margin-top: 195px;
}
@media(max-width: 1150px) {
  .mt-195 {
    margin-top: 97.5px;
  }
}

.mt-210 {
  margin-top: 210px;
}
@media(max-width: 1150px) {
  .mt-210 {
    margin-top: 105px;
  }
}

.mt-225 {
  margin-top: 225px;
}
@media(max-width: 1150px) {
  .mt-225 {
    margin-top: 112.5px;
  }
}

@media(width >= 1025px) {
  .sp {
    display: none !important;
  }
}
@media(width < 1014px) {
  .pc {
    display: none !important;
  }
}
.hero-image {
  height: 100%;
}

.btn * {
  display: block;
  align-content: center;
  width: 232px;
  height: 68px;
  font-weight: bold;
  text-align: center;
  background-color: white;
  border-radius: 41px;
}
@media(max-width: 700px) {
  .btn * {
    width: 160px;
    height: 40px;
  }
}

.btn *::after,
.btn *::before {
  position: absolute;
  top: 50%;
  right: 16px;
  height: 2px;
  content: "";
  background: #eb0303;
  border-radius: 50px;
  transition: 0.3s;
}
@media(max-width: 700px) {
  .btn *::after,
  .btn *::before {
    right: 13px;
  }
}

.btn *::before {
  width: 8px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
@media(max-width: 700px) {
  .btn *::before {
    width: 8px;
  }
}

.btn *::after {
  width: 21px;
}
@media(max-width: 700px) {
  .btn *::after {
    width: 12px;
  }
}

a:hover .btn::after,
a:hover .btn::before,
.btn:hover *::before,
.btn:hover *::after {
  right: 10px;
  transition: 0.5s;
}

.btn.-red * {
  color: white;
  background: #eb0303;
}

.-red.btn *::after {
  background: white;
}

.-red.btn *::before {
  background: white;
}

/*************************************************************************
layout
*************************************************************************/
/* レイアウト */
html {
  font-size: 17px;
  line-height: 1.8;
}
@media(max-width: 1150px) {
  html {
    font-size: 16px;
  }
}

main {
  display: block;
  margin-top: 135px;
}
@media(max-width: 1150px) {
  main {
    margin-top: 70px;
  }
}

.content-width {
  width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
@media(max-width: 700px) {
  .content-width {
    width: 340px;
  }
}

.sectionHeader {
  padding-left: 45px;
  border-left: 5px solid #005cdc;
}
@media(max-width: 700px) {
  .sectionHeader {
    padding-left: 20px;
  }
}

.sectionTitle {
  padding: 3px 0;
  line-height: 1;
}

.sectionTitle_ja {
  padding-top: 25px;
  font-size: 2.4705882353rem;
}
@media(max-width: 700px) {
  .sectionTitle_ja {
    padding-top: 10px;
    font-size: 1.5294117647rem;
  }
}

.sectionTitle_en {
  font-family: "Poppins";
  font-size: 1.2941176471rem;
  font-weight: bold;
  color: #003d92;
  text-transform: capitalize;
}
@media(max-width: 700px) {
  .sectionTitle_en {
    font-size: 1rem;
  }
}

.contentTitle {
  font-size: 1.2941176471rem;
  color: #003d92;
}

.sub .content {
  margin-bottom: 280px;
}
@media(max-width: 700px) {
  .sub .content {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

/************************************************************************
header
 ***********************************************************************/
/* header */
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 135px;
  padding: 0 2%;
  background-color: white;
}
@media(max-width: 1150px) {
  .header {
    justify-content: flex-start;
    height: 70px;
  }
}

@media(max-width: 1150px) {
  .sub .header {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.header_title {
  z-index: 9999;
  height: 100%;
}
.header_title img {
  max-width: 70vw;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media(max-width: 1150px) {
  .header_title {
    max-width: 150px;
  }
}

.header_title_link {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  font-size: 2rem;
}
@media(max-width: 1150px) {
  .header_title_link {
    padding-left: 10px;
    font-size: 1.1764705882rem;
  }
}

.header_menu {
  width: 100%;
  margin-left: auto;
}

.header_menu_list {
  display: flex;
  gap: 2.8vw;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}

.header_menu_item:last-child a {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 58px;
  color: white;
  background: #ef7f00;
  border-radius: 29px;
}

.header_menu_item:last-child a::before {
  width: 24px;
  height: 18px;
  content: "";
  background: url("/wp-content/uploads/icon_contact.png") no-repeat center center;
  background-size: contain;
}

.header_menu_childrenList {
  display: none;
}

.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: none;
}
@media(max-width: 1150px) {
  .hamburger {
    display: block;
    background-color: #003d92;
    border-radius: 50%;
  }
}

.hamburger::before {
  position: absolute;
  bottom: 12%;
  left: 50%;
  display: block;
  font-family: Poppins;
  font-size: 9px;
  font-weight: bold;
  color: white;
  content: "menu";
  transition: 0.3s;
  transform: translateX(-50%);
}

.hamburger.is-active::before {
  bottom: 0;
  transition: 0.3s;
}

.hamburger_icon {
  position: relative;
  display: block;
  height: 50px;
  aspect-ratio: 1;
}

.hamburger_icon::before,
.hamburger_icon::after {
  position: absolute;
  top: 15px;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background-color: white;
  border-radius: 90px;
  transition: 0.3s;
  transform: translateX(-50%);
}

.hamburger_icon::after {
  top: auto;
  top: 25px;
}

.is-active .hamburger_icon::before,
.is-active .hamburger_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  border-radius: 90px;
  transition: 0.3s;
  transform: translate(-50%, -50%) rotate(45deg);
}

.is-active .hamburger_icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media(max-width: 1150px) {
  .header_menu {
    position: fixed;
    inset: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
  }
  .header_menu.is-active {
    z-index: 999;
    display: block;
    width: 100%;
    height: 100vh;
    visibility: visible;
    opacity: 1;
    transition: 0.5s ease;
  }
  .overlay.is-active {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    background: #1c1c1c;
  }
  .header_menu_list {
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    height: 100dvh;
    padding-left: 10%;
    font-size: 1.1764705882rem;
    list-style-type: none;
  }
}
/************************************************************************
footer
 ***********************************************************************/
.footer {
  padding-top: 100px;
  overflow: hidden;
  background-color: white;
}
@media(max-width: 700px) {
  .footer {
    padding-top: 50px;
  }
}

.footerLayout {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 1340px;
  max-width: 96vw;
  margin: auto;
}
@media(max-width: 1150px) {
  .footerLayout {
    flex-direction: column-reverse;
    gap: 50px;
    max-width: 90%;
  }
}
@media(max-width: 700px) {
  .footerLayout {
    gap: 0;
  }
}

.footerCorp {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}
.footerCorp hr {
  width: 100%;
}

.footerInfo {
  line-height: 2;
}
@media(max-width: 700px) {
  .footerInfo {
    padding-top: 20px;
    font-size: 14px;
  }
  .footerInfo:not(:first-of-type) {
    border-top: 1px solid #003d92;
  }
}

.footerCorp_name {
  width: 390px;
  max-width: 100%;
  margin-bottom: 40px;
  font-size: 2.3529411765rem;
  font-weight: bold;
  line-height: 1;
  text-wrap: nowrap;
}
@media(max-width: 1150px) {
  .footerCorp_name {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 1.1764705882rem;
  }
}

.footerInfo_text {
  display: flex;
  gap: 3px;
  line-height: 1.5;
}
@media(max-width: 700px) {
  .footerInfo_text {
    line-height: 2;
  }
}

.footerNavi {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 45px;
  border-color: #003d92;
  border-top: 1px solid;
}
@media(max-width: 1150px) {
  .footerNavi {
    flex-direction: column;
    width: 100%;
  }
}
@media(max-width: 700px) {
  .footerNavi {
    flex-wrap: wrap;
    gap: 0 30px;
    justify-content: flex-start;
    height: 290px;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid;
  }
}

.footerName_text {
  margin-top: 30px;
  font-size: 19px;
  font-weight: bold;
  color: #003d92;
}

.footerNavi_list {
  font-size: 1.1764705882rem;
  font-weight: bold;
}
@media(max-width: 700px) {
  .footerNavi_list {
    font-size: 1rem;
  }
}

.footer_menu {
  flex: 1;
}
@media(max-width: 700px) {
  .footer_menu {
    width: 100%;
    margin-top: 50px;
  }
}

.footerNavi_item_link {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
}
@media(max-width: 1150px) {
  .footerNavi_item_link {
    width: 100%;
  }
}

.footerNavi_childList {
  padding-left: 30px;
  margin-top: -20px;
  margin-bottom: 30px;
  line-height: 2;
}

.footerNavi_childItem::before {
  position: absolute;
  top: 50%;
  left: -30px;
  display: block;
  width: 15px;
  height: 2px;
  content: "";
  background: #004db9;
}

@media(max-width: 1150px) {
  .footer.is-active {
    position: fixed;
    inset: 0;
    z-index: 998;
    padding: 0;
    overflow: auto;
    overflow-x: scroll;
    color: white;
    background-color: unset;
  }
  .footer.is-active .footerLayout {
    top: 100px;
    z-index: 99;
  }
}
.footerInfo_title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media(max-width: 700px) {
  .footerInfo_title {
    font-size: 15px;
    color: #003d92;
  }
}

.footerInfo_text dt {
  font-weight: normal;
  text-transform: capitalize;
}

.footer_title {
  margin-bottom: 40px;
  font-family: "Poppins";
  font-size: 2.5882352941rem;
  font-weight: bold;
  line-height: 1;
  color: #003d92;
  text-align: end;
  text-transform: capitalize;
}
@media(max-width: 700px) {
  .footer_title {
    margin-bottom: 15px;
    font-size: 1.1764705882rem;
    text-align: left;
  }
}

.copyRight {
  padding: 20px 0;
  font-weight: bold;
  color: white;
  text-align: center;
  background-color: #333;
}
@media(max-width: 700px) {
  .copyRight {
    padding: 10px 0;
  }
}

.footerCorpImg {
  width: 270px;
}

.is-active .footerNavi {
  border-color: #eee;
  border-width: 1px;
}
.is-active .footerNavi_childItem::before {
  background-color: white;
}
.is-active .footer_title {
  color: white;
}
.is-active .footerCorpImg {
  display: none;
}
.is-active .footerCorp {
  display: none;
}

/************************************************************************
icon
 ***********************************************************************/
/************************************************************************
breadcrumb
 ***********************************************************************/
.breadcrumb {
  width: 1180px;
  margin: auto;
}
@media(max-width: 1150px) {
  .breadcrumb {
    width: 340px;
    font-size: 14px;
  }
}

.breadcrumb_list {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 1.7647058824rem;
}
@media(max-width: 1150px) {
  .breadcrumb_list {
    padding-left: 50px;
  }
}
@media(max-width: 700px) {
  .breadcrumb_list {
    margin-top: 15px;
  }
}

.breadcrumb_item.breadcrumb-top {
  color: #98a3ae;
}

.breadcrumb_item {
  color: #0060cc;
}

.breadcrumb_item:not(:last-child)::after {
  padding-left: 15px;
  font-family: monospace;
  font-weight: bold;
  content: ">";
}

/************************************************************************
btn
 ***********************************************************************/
/************************************************************************
table
 ***********************************************************************/
.common_table {
  width: 100%;
}

.common_table tbody {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media(max-width: 700px) {
  .common_table tbody {
    gap: 30px;
  }
}

.common_tr {
  display: flex;
  gap: 25px;
  width: 100%;
}
@media(max-width: 700px) {
  .common_tr {
    flex-direction: column;
    gap: 15px;
  }
}

.common_th {
  color: #003d92;
  border-bottom: 1px solid;
}

.common_td {
  flex: auto;
  padding-bottom: 35px;
  border-bottom: 1px solid gray;
}
@media(max-width: 700px) {
  .common_td {
    padding-bottom: 15px;
  }
}

.common_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style-position: inside;
  list-style-type: square;
}
@media(max-width: 700px) {
  .common_list {
    gap: 5px;
    padding-left: 20px;
    list-style-position: outside;
  }
}

.common_list ::marker {
  color: #0060cc;
}

.common_item span {
  display: block;
  padding-left: 40px;
}
@media(max-width: 700px) {
  .common_item span {
    padding-left: 15px;
  }
}

/************************************************************************
contact
 ***********************************************************************/
/* フォーム全体 */
/************************************************************************
pagenation
 ***********************************************************************/
.pagenation {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
@media(max-width: 1150px) {
  .pagenation {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.pagenation_numbers a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  font-weight: bold;
  color: #0060cc;
  border: 1px solid;
  border-radius: 50%;
}

.pagenation_arrow a {
  display: flex;
}

.pagenation_numbers a:hover {
  color: white;
  background: #0060cc;
}

.pagenation_numbers.current a {
  color: white;
  background: #0060cc;
}

.pagenation_arrow a span {
  display: flex;
}

/************************************************************************
relatedPage
 ***********************************************************************/
.relatedLinks_deco {
  position: absolute;
  width: 70%;
  height: auto;
  aspect-ratio: 1.7;
}

.relatedLinks_item {
  flex: 1;
}
@media(max-width: 700px) {
  .relatedLinks_item {
    height: auto;
    aspect-ratio: 2;
  }
}

.relatedLinks_list {
  display: flex;
  height: 485px;
}
@media(max-width: 700px) {
  .relatedLinks_list {
    flex-direction: column;
    gap: 20px;
    width: 340px;
    height: auto;
    aspect-ratio: auto;
    margin: auto;
  }
}

.relatedLinks_item a {
  display: block;
  height: 100%;
  background-size: cover;
}

.relatedLinks_title {
  position: absolute;
  top: 110px;
  left: 120px;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  color: white;
}
@media(max-width: 700px) {
  .relatedLinks_title {
    top: 10px;
    left: 10px;
  }
}

.relatedLinks_en {
  font-family: "Poppins";
  font-size: 4.7058823529rem;
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}
@media(max-width: 700px) {
  .relatedLinks_en {
    font-size: 1.8235294118rem;
  }
}

.relatedLinks_ja {
  font-size: 1.5294117647rem;
}
@media(max-width: 700px) {
  .relatedLinks_ja {
    font-size: 0.7647058824rem;
  }
}

.commonContact {
  padding-bottom: 150px;
  margin-top: 150px;
  color: white;
  background-color: #222;
}
@media(max-width: 700px) {
  .commonContact {
    padding-bottom: 100px;
    margin-top: 50px;
  }
}

.commonContact_heading {
  padding-top: 140px;
  font-family: "Poppins";
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
}
@media(max-width: 700px) {
  .commonContact_heading {
    padding-top: 50px;
    font-size: 2.7058823529rem;
  }
}

.commonContact_content {
  display: flex;
  gap: 240px;
  justify-content: center;
  margin-top: 75px;
}
@media(max-width: 700px) {
  .commonContact_content {
    flex-direction: column;
    gap: 0;
    align-items: center;
    margin-top: 0;
  }
}

@media(max-width: 700px) {
  .commonContact_item {
    margin-top: 50px;
  }
}

.commonContact_text {
  margin-bottom: 20px;
  font-size: 1.4117647059rem;
  font-weight: bold;
  text-align: center;
}
@media(max-width: 700px) {
  .commonContact_text {
    padding-top: 40px;
    font-size: 0.8823529412rem;
    border-top: 1px solid;
  }
}

.commonContact_tel {
  font-size: 1.8823529412rem;
  font-weight: bold;
  line-height: 1;
}

.commonContact_tel a {
  padding-left: 10px;
  font-family: Roboto;
  font-size: 3.0588235294rem;
  line-height: 1.7;
}
@media(max-width: 700px) {
  .commonContact_tel a {
    font-size: 2.2352941176rem;
  }
}

.commonContact_mail a {
  display: block;
  align-content: center;
  width: 450px;
  height: 80px;
  font-size: 1.4117647059rem;
  text-align: center;
  border: 1px solid;
  border-radius: 50px;
}
@media(max-width: 700px) {
  .commonContact_mail a {
    width: auto;
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
  }
}

.commonContact_mail img {
  width: 30px;
  margin-right: 25px;
}
@media(max-width: 700px) {
  .commonContact_mail img {
    width: 20px;
    margin-right: 10px;
  }
}

.commonContact_item:first-child::before {
  position: absolute;
  right: -140px;
  display: block;
  width: 1px;
  height: 150px;
  content: "";
  background: white;
}

/************************************************************************
totopbtn
 ***********************************************************************/
.pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 998;
  display: none;
  width: 66px;
  height: auto;
  aspect-ratio: 1;
  color: #fff;
  cursor: pointer;
  background-color: #003d92;
  border-radius: 50%;
}

.pagetop svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  transform: translate(-50%, -50%);
}

/************************************************************************
pageHeader
 ***********************************************************************/
.pageHeader {
  display: flex;
  width: 100%;
  height: 575px;
}
@media(max-width: 700px) {
  .pageHeader {
    flex-direction: column;
    height: auto;
  }
}

.pageHeader_heading {
  flex: 1;
}

.pageHeader_img {
  flex: 1;
}
@media(max-width: 700px) {
  .pageHeader_img {
    width: 90%;
    margin-top: 31px;
    margin-right: 0;
    margin-left: auto;
  }
}

.pageHeader_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 45px 0 0 45px;
}
@media(max-width: 700px) {
  .pageHeader_img img {
    height: auto;
    aspect-ratio: 1.7;
    border-radius: 30px 0 0 30px;
  }
}

.pageHeader_heading_ja,
.pageHeader_heading_en {
  width: 670px;
  margin-right: 0;
  margin-left: auto;
}
@media(max-width: 700px) {
  .pageHeader_heading_ja,
  .pageHeader_heading_en {
    width: 340px;
    margin: auto;
  }
}

.pageHeader_heading_ja {
  margin-top: 150px;
  font-size: 1.4117647059rem;
}
@media(max-width: 700px) {
  .pageHeader_heading_ja {
    margin-top: 20px;
    font-size: 1rem;
  }
}

.pageHeader_heading_en {
  font-family: "Poppins";
  font-size: 4rem;
  font-weight: bold;
  color: #003d92;
  text-transform: capitalize;
}
@media(max-width: 700px) {
  .pageHeader_heading_en {
    font-size: 2.7058823529rem;
  }
}

.pageHeader_heading::after {
  display: block;
  width: 90%;
  height: 3px;
  margin-top: 60px;
  content: "";
  background: linear-gradient(to left, #eb0303 100px, #004db9 0);
}
@media(max-width: 700px) {
  .pageHeader_heading::after {
    margin-top: 20px;
  }
}

.page-front-page section:not(.full) {
  padding-right: calc(50dvw - 765px);
  padding-left: calc(50dvw - 765px);
}
@media(width <= 1630px) {
  .page-front-page section:not(.full) {
    padding: 0 50px;
  }
}
@media(max-width: 1150px) {
  .page-front-page section:not(.full) {
    padding: 0 10px;
  }
}

.page-front-page .content {
  margin-bottom: 225px;
}
@media(max-width: 700px) {
  .page-front-page .content {
    margin-bottom: 50px;
  }
}

.frontPageHeader {
  width: 95%;
  height: auto;
  aspect-ratio: 7/3;
  margin: auto;
}
@media(max-width: 1150px) {
  .frontPageHeader {
    aspect-ratio: 1/1.2;
  }
}
@media(max-width: 700px) {
  .frontPageHeader {
    aspect-ratio: 1/1.7;
  }
}

.frontPageHeader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 42px;
}
@media(max-width: 1150px) {
  .frontPageHeader img {
    border-radius: 12px;
  }
}

.hero-iamge_text {
  position: absolute;
  bottom: 8%;
  left: 4%;
  color: white;
}

.hero-image_big-text {
  font-family: serif;
  font-size: 2.9vw;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 36%;
}
@media(max-width: 700px) {
  .hero-image_big-text {
    font-size: 1.7058823529rem;
  }
}

.hero-image_small-text {
  width: 23vw;
  margin-top: 9%;
  font-size: 1vw;
}
@media(max-width: 700px) {
  .hero-image_small-text {
    width: 100%;
    font-size: 1rem;
  }
}

.mainHeader_eng {
  font-family: "Poppins";
  font-size: 5.7647058824rem;
  font-weight: bold;
  line-height: 1;
  color: #003d92;
  text-transform: capitalize;
}
@media(max-width: 1150px) {
  .mainHeader_eng {
    font-size: 4rem;
  }
}
@media(max-width: 700px) {
  .mainHeader_eng {
    font-size: 2.7058823529rem;
  }
}

.mainHeader_ja {
  font-size: 1.6470588235rem;
}
@media(max-width: 700px) {
  .mainHeader_ja {
    font-size: 1rem;
  }
}

.mainHeader {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.topStrengths_list {
  display: flex;
  gap: 30px;
  counter-reset: number 0;
}
@media(max-width: 1150px) {
  .topStrengths_list {
    flex-direction: column;
    margin-top: 20px;
  }
}

.topStrengths_item {
  flex: 1;
}

@media(max-width: 700px) {
  .topStrengths_item:not(:first-child) {
    margin-top: 50px;
  }
  .topStrengths_item:not(:first-child)::before {
    position: absolute;
    top: -40px;
    left: 50%;
    display: block;
    width: 25%;
    height: 3px;
    content: "";
    background-color: #0060cc;
    transform: translateX(-50%);
  }
}

.topStrengths_img {
  height: auto;
  aspect-ratio: 2.9/2;
}

.topStrengths_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.topStrengths_title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 34px;
  margin-top: 35px;
  margin-left: 25px;
  font-size: 30px;
  line-height: 1;
  color: white;
  background: #005cdc;
}
@media(max-width: 700px) {
  .topStrengths_title {
    padding: 5px 20px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 1.1764705882rem;
  }
}

.topStrengths_text {
  max-width: 440px;
  margin-top: 30px;
  margin-left: 25px;
}
@media(max-width: 700px) {
  .topStrengths_text {
    margin: 10px 0 0 10px;
  }
}

.topStrengths_img::before,
.topStrengths_img::after {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 136px;
  height: 55px;
}
@media(max-width: 700px) {
  .topStrengths_img::before,
  .topStrengths_img::after {
    width: 100px;
    height: 35px;
  }
}

.topStrengths_img::before {
  z-index: 1;
  align-content: center;
  font-family: Roboto;
  font-size: 2.5882352941rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  content: "#0" counter(number);
  counter-increment: number 1;
  background: linear-gradient(to right, #656565 42%, #005cdc 0%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media(max-width: 700px) {
  .topStrengths_img::before {
    font-size: 1.7647058824rem;
  }
}

.topStrengths_img::after {
  z-index: 0;
  content: "";
  background: white;
}
@media(max-width: 700px) {
  .topStrengths_img::after {
    font-size: 1.7647058824rem;
  }
}

.topPolicy::after {
  position: absolute;
  top: -110px;
  left: calc(16% + 696px);
  display: block;
  width: calc(84% - 696px);
  height: auto;
  min-height: 916px;
  aspect-ratio: 1;
  content: "";
  background-image: url("/ns-tech/wp-content/uploads/pixta_95589627.jpg");
  background-size: cover;
}
@media(max-width: 1600px) {
  .topPolicy::after {
    left: calc(16% + 600px);
    width: calc(84% - 600px);
  }
}
@media(max-width: 1150px) {
  .topPolicy::after {
    position: unset;
    width: auto;
    min-height: auto;
  }
}

.topPolicy {
  padding: 132px 0 112px;
  margin-top: 420px;
  background: #f6faff;
}
@media(max-width: 1150px) {
  .topPolicy {
    padding: 50px 0 0;
    margin-top: 0;
  }
}

.topPolicy::before {
  position: absolute;
  top: -280px;
  left: 140px;
  z-index: -1;
  width: 550px;
  content: "";
  background: url("/ns-tech/wp-content/uploads/23454344.png");
  filter: opacity(0.1);
  background-repeat: no-repeat;
  background-size: contain;
}

.-left.mainHeader {
  align-items: flex-start;
}

.topPolicy_content {
  padding-left: 16%;
}
@media(max-width: 1150px) {
  .topPolicy_content {
    padding: 5%;
  }
}

.topPolicy_textbox {
  padding-left: 60px;
  margin-top: 100px;
  border-left: 9px solid;
  -o-border-image: linear-gradient(to bottom, #004db9, #00b9df) 1;
     border-image: linear-gradient(to bottom, #004db9, #00b9df) 1;
}
@media(max-width: 1150px) {
  .topPolicy_textbox {
    padding-left: 30px;
    margin-top: 50px;
  }
}

.topPolicy_title {
  font-size: 2.1176470588rem;
  font-weight: bold;
}
@media(max-width: 700px) {
  .topPolicy_title {
    font-size: 1.2352941176rem;
  }
}

.topPolicy_title span {
  color: red;
}

.topPolicy_text {
  max-width: 375px;
  padding-bottom: 36px;
  margin-top: 75px;
  line-height: 2;
}
@media(max-width: 1150px) {
  .topPolicy_text {
    margin-top: 25px;
  }
}

.topServices_list {
  display: flex;
  height: auto;
  aspect-ratio: 2.45;
  overflow: hidden;
  border-radius: 50px;
}

.topServices_title {
  align-content: center;
  width: 265px;
  height: 80px;
  font-size: 2.3529411765rem;
  font-weight: bold;
  text-align: center;
  background: #005cdc;
}
@media(max-width: 700px) {
  .topServices_title {
    width: 130px;
    height: 40px;
    font-size: 1.2352941176rem;
  }
}

.topServices_text {
  width: 473px;
  margin-top: 50px;
  font-size: 19px;
}
@media(max-width: 700px) {
  .topServices_text {
    margin-top: 25px;
    font-size: 1rem;
  }
}

.topServices_item {
  flex: 1;
  overflow: hidden;
  color: white;
  background-color: rgba(0, 61, 146, 0.3);
  transition: 0.3s;
}
.topServices_item:hover img {
  transition: 0.3s;
  transform: scale(1.05);
}
.topServices_item:hover .btn span::after,
.topServices_item:hover .btn span::before {
  right: 10px;
  transition: 0.5s;
}

.topServices_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.topServices_item img {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.topServices_item .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
  color: black;
}
@media(max-width: 700px) {
  .topServices_item .btn {
    margin-top: 25px;
    font-size: 14px;
  }
}

@media(max-width: 1150px) {
  .topServices_list {
    flex-direction: column;
    gap: 30px;
    aspect-ratio: auto;
    padding: 0 2%;
    border-radius: 0;
  }
  .topServices_item {
    border-radius: 30px;
  }
  .topServices_item a {
    padding: 30px;
  }
  .topServices_text {
    max-width: 100%;
  }
}
.slick {
  padding: 120px 0;
}
@media(max-width: 700px) {
  .slick {
    padding: 50px 0;
  }
}

.slick__inner {
  width: min(100%, 1570px);
  padding: 0 20px;
  margin: 0 auto;
}

.slick__container {
  position: relative;
  /* インナー幅から片側をはみ出させる */
  width: calc(100% + (100vw - 100%) / 2);
}
@media(max-width: 700px) {
  .slick__container {
    width: 100%;
  }
}

.slick__prev,
.slick__next {
  position: absolute;
  bottom: -10px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #005cdc;
  border-radius: 50%;
  transition: 0.3s;
}
@media(max-width: 700px) {
  .slick__prev,
  .slick__next {
    bottom: 40px;
  }
}

.slick__prev {
  /* (インナー幅の右端) + (画像のマージン + ボタンの大きさ + ボタンとの間隔) */
  left: calc(80% + 5px);
}
@media(max-width: 700px) {
  .slick__prev {
    left: calc(50% + 5px);
  }
}

.slick__next {
  /* (インナー幅の右端) + (画像のマージン) */
  left: calc(80% + 70px);
}
@media(max-width: 700px) {
  .slick__next {
    left: calc(50% + 70px);
  }
}

.slick__prev:hover,
.slick__next:hover {
  background-color: #005cdc;
  transition: 0.3s;
}

.slick__prev::before,
.slick__next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  color: #005cdc;
  content: "";
  border-top: 2px solid;
  border-right: 2px solid;
  opacity: 1;
  transition: 0.3s;
}

.slick__prev::before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next::before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.slick__prev:hover::before,
.slick__next:hover::before {
  color: white;
  transition: 0.3s;
}

.slick__image {
  position: relative;
  width: 412px;
  max-width: 63vw;
  margin-right: 50px;
}
@media(max-width: 700px) {
  .slick__image {
    margin-right: 10px;
  }
}

.slick__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topProducts {
  background-color: #e9e9e9;
}

.topProducts_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.topProducts_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-dots {
  width: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
@media(max-width: 700px) {
  .slider-dots {
    width: 100%;
  }
}
.slider-dots li {
  display: inline-block;
  width: calc(25% - 8px);
  margin: 0 2px;
}
.slider-dots button {
  position: relative;
  width: 100%;
  height: 4px;
  font-size: 0;
  background-color: #ccc;
  border: 0;
}
.slider-dots button::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0%;
  height: 100%;
  content: "";
}

.bg_skew_dot {
  background-image: radial-gradient(#d5dae1 10%, transparent 10%), radial-gradient(#d5dae1 10%, transparent 10%);
  background-position: 0, 0, 7px 7px;
  background-size: 14px 14px;
}

.slick-active button::after {
  background-color: #000;
  animation: progress 4s linear forwards;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.slick-list.draggable {
  margin-bottom: 90px;
}

.topProducts_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: calc(50dvw - 765px);
  padding-bottom: 70px;
  padding-left: calc(50dvw - 765px);
  margin-right: auto;
  margin-left: auto;
}
@media(width <= 1600px) {
  .topProducts_header {
    padding: 0 50px;
  }
}
@media(max-width: 700px) {
  .topProducts_header {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }
}

.topSustainability {
  padding: 200px 0 130px calc(50dvw - 765px);
}
@media(max-width: 700px) {
  .topSustainability {
    padding: 0;
  }
}

.topSustainability_wrap {
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  padding-left: 175px;
  background: #ecfcfb;
}
@media(max-width: 700px) {
  .topSustainability_wrap {
    gap: 30px;
    padding: 50px 0;
    padding-bottom: 100vw;
    padding-left: 5%;
  }
}

.mainHeader.-ver .mainHeader_eng {
  color: #007a7e;
  writing-mode: vertical-lr;
}

.topSustainability_content {
  z-index: 1;
  padding-top: 55px;
  padding-left: 100px;
  margin-right: -60px;
}
@media(max-width: 700px) {
  .topSustainability_content {
    padding: 30px 0;
    margin: auto;
  }
}

.topSustainability_content .mainHeader_ja {
  font-size: 1.2941176471rem;
}
@media(max-width: 700px) {
  .topSustainability_content .mainHeader_ja {
    font-size: 1rem;
  }
}

.topSustainability_title {
  font-size: 2.9411764706rem;
  font-weight: bold;
  white-space: nowrap;
}
@media(max-width: 700px) {
  .topSustainability_title {
    font-size: 1.2352941176rem;
    white-space: wrap;
  }
}

.topSustainability_title span {
  color: #fe8206;
}

.topSustainability_text {
  width: 430px;
  margin-top: 65px;
}
@media(max-width: 700px) {
  .topSustainability_text {
    width: 100%;
    padding-right: 5%;
    margin-top: 20px;
  }
}

.topSustainability_textbox {
  z-index: 1;
  margin-right: -55px;
}

.topSustainability_img {
  width: 36vw;
  max-width: 699px;
  height: auto;
  aspect-ratio: 1.1/1.4;
}
@media(max-width: 700px) {
  .topSustainability_img {
    position: absolute;
    bottom: 10vw;
    width: 100%;
    aspect-ratio: 1.2;
  }
}

.topSustainability_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.topImgSlider_wrap {
  display: flex;
  overflow: hidden;
}

.topImgSlider_list {
  display: flex;
  padding: 0;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.topImgSlider_item {
  width: 33.3333333333vw;
  min-width: 350px;
}

.topImgSlider_item > img {
  width: 100%;
}

.topNews {
  display: flex;
  margin-top: 200px;
}
@media(max-width: 700px) {
  .topNews {
    flex-direction: column;
    margin-top: 50px;
  }
}

.topNews_header {
  padding-right: 105px;
  border-right: 5px solid #656565;
}
@media(max-width: 700px) {
  .topNews_header {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-right: 0;
    border-bottom: 5px solid #656565;
  }
}

@media(max-width: 700px) {
  .topNews_btn {
    margin-top: 10px;
  }
}
.topNewsPost_item {
  padding-bottom: 42px;
  border-bottom: 1px solid;
}
@media(max-width: 700px) {
  .topNewsPost_item {
    padding-bottom: 30px;
  }
}

.topNewsPost_list {
  display: flex;
  flex-direction: column;
  gap: 65px;
  padding: 15px 0 15px 100px;
}
@media(max-width: 700px) {
  .topNewsPost_list {
    gap: 35px;
    padding: 0;
  }
}

.topNewsPost_time {
  font-weight: bold;
  color: #004db9;
}

.topNews_container {
  flex: 1;
  align-content: center;
}

.topNewsPost_item::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  align-content: center;
  width: 70px;
  height: 36px;
  padding: 0 10px;
  padding-left: 22px;
  font-size: 25px;
  line-height: 1;
  color: white;
  content: "ー";
  background: #656565;
  border-radius: 50px;
  transition: 0.3s;
  transform: translateY(-50%);
}

.topNewsPost_item::after {
  position: absolute;
  top: 48%;
  right: 25px;
  z-index: 2;
  display: block;
  width: 10px;
  height: 3px;
  content: "";
  background: white;
  border-radius: 2px;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.topNewsPost_item:hover::before {
  padding-left: 30px;
  transition: 0.3s;
}

.topNewsPost_item:hover::after {
  right: 17px;
  transition: 0.3s;
}

.topNewsPost_title {
  padding-top: 27px;
}
@media(max-width: 700px) {
  .topNewsPost_title {
    padding-top: 10px;
  }
}

.topProducts_title {
  margin-top: 20px;
  font-weight: bold;
}

.topProducts .products_cat {
  color: #003d92;
}

label {
  display: block;
  display: flex;
  gap: 100px;
  justify-content: flex-end;
  padding: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media(max-width: 1150px) {
  label {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
}

.wpcf7-form-control {
  width: 400px;
  padding: 10px;
  padding-left: 20px;
  margin-top: -10px;
  border: 1px solid;
  border-radius: 3px;
}
@media(max-width: 1150px) {
  .wpcf7-form-control {
    width: 100%;
  }
}

.wpcf7-textarea {
  resize: vertical;
}

form.wpcf7-form {
  width: 800px;
  max-width: 98%;
  padding: 50px;
  margin: auto;
  background: white;
  border-radius: 20px;
}
@media(max-width: 1150px) {
  form.wpcf7-form {
    padding: 0;
  }
}

.wpcf7-submit {
  position: relative;
  display: block;
  width: 300px;
  height: 70px;
  margin: auto;
  margin-top: 50px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #0060cc;
  border-radius: 150px;
}

.wpcf7-submit::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 25px;
  height: 25px;
  font-size: 1.4117647059rem;
  color: #b90f0f;
  content: "";
  background: antiquewhite;
}

.contactForm {
  margin-bottom: 150px;
}
@media(max-width: 1150px) {
  .contactForm {
    margin-bottom: 50px;
  }
}

.wpcf7-form-control-wrap:has(.wpcf7-validates-as-required)::before {
  position: absolute;
  left: -90px;
  width: 55px;
  font-size: 0.8235294118rem;
  line-height: 1.9;
  color: white;
  text-align: center;
  content: "必須";
  background: #0060cc;
  border-radius: 20px;
}

.news {
  display: flex;
  flex-direction: column;
  gap: 5%;
  margin: auto;
  margin-top: 100px;
}
@media(max-width: 1150px) {
  .news {
    width: 100%;
    margin: auto;
  }
}

.newsPost_time {
  font-weight: bold;
  color: #0060cc;
}

.newsPost_list {
  width: 950px;
  border: 1px solid #0060cc;
}

.newsPost_item a {
  display: flex;
  gap: 50px;
  align-items: center;
  width: 90%;
  padding: 50px 20px 5px;
  margin: auto;
}
@media(max-width: 1150px) {
  .newsPost_item a {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0;
  }
}

.newsPost_item a::after {
  position: absolute;
  right: 20px;
  font-family: monospace;
  font-weight: bold;
  color: #0060cc;
  content: ">";
}

.newsPost_item:not(:last-child) a {
  border-bottom: 1px solid #0060cc;
}

.newsPost_title {
  width: 20%;
  overflow: hidden;
  font-size: 1.1764705882rem;
  font-weight: bold;
  line-height: 1.5;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
@media(max-width: 1150px) {
  .newsPost_title {
    width: 100%;
    padding-right: 40px;
  }
}

.newsPost_content {
  width: 60%;
  min-width: 0;
  padding: 10px 40px 10px 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
@media(max-width: 1150px) {
  .newsPost_content {
    width: 100%;
  }
}

.newsPost_content p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}

.products_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  justify-content: space-between;
  margin-top: 150px;
}

.products_item {
  flex: none;
  width: 32%;
}

.products_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.3;
  -o-object-fit: cover;
     object-fit: cover;
}

.products_title {
  padding: 0 20px;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.products_cat-name {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  line-height: 1;
  background-color: white;
  border: 1px solid;
}

.products_cat {
  padding: 0 20px;
  margin-top: 15px;
}

.products_item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 20px;
  border-radius: 0;
}

.recruitInterview_list {
  display: flex;
  gap: 4%;
  justify-content: space-between;
}
@media(max-width: 1150px) {
  .recruitInterview_list {
    flex-direction: column;
    gap: 10px;
    background-size: cover;
  }
}
.recruitInterview_item {
  width: 670px;
  background-color: rgba(0, 108, 230, 0.35);
  background-size: cover;
  background-blend-mode: soft-light;
}
@media(max-width: 1150px) {
  .recruitInterview_item {
    width: 100%;
  }
}
.recruitInterview_item a {
  display: flex;
  align-items: center;
  height: auto;
  aspect-ratio: 1.4;
}
@media(max-width: 1150px) {
  .recruitInterview_item a {
    flex-direction: column;
    align-items: flex-start;
    padding: 5%;
  }
}
.recruitInterview_text {
  width: 300px;
  margin-right: 50px;
  margin-left: auto;
  font-size: 1.4117647059rem;
  color: white;
}
@media(max-width: 1150px) {
  .recruitInterview_text {
    width: 100%;
    margin: auto;
    font-size: 1.0588235294rem;
  }
}
.recruitInterview_info {
  font-size: 1rem;
}
.recruitInterview_title {
  font-family: serif;
  line-height: 1.5;
}

.readmore {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 250px;
  height: 50px;
}
@media(max-width: 1150px) {
  .readmore {
    position: relative;
  }
}
.readmore::before {
  position: absolute;
  width: 120px;
  color: white;
  content: "READ MORE";
  border-bottom: 1px solid;
}
.readmore::after {
  position: absolute;
  bottom: 10px;
  left: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  font-size: 1.4705882353rem;
  font-weight: bold;
  color: #0078ff;
  content: "→";
  background: white;
  border-radius: 50%;
}

.gray {
  background-color: #f6f6f6;
}

.oneday {
  padding-top: 150px;
  overflow: hidden;
}
.oneday_container {
  padding-top: 50px;
  padding-bottom: 200px;
}
@media(max-width: 1150px) {
  .oneday_container {
    padding-bottom: 50px;
  }
}
.oneday_flow {
  width: 800px;
}
@media(max-width: 1150px) {
  .oneday_flow {
    width: 100%;
  }
}
.oneday_flow::before, .oneday_flow::after {
  position: absolute;
  top: 200px;
  left: -860px;
  display: block;
  width: 850px;
  height: auto;
  aspect-ratio: 1;
  content: "";
  background-image: url("/images/dammy-8.jpg");
  background-repeat: no-repeat;
}
.oneday_flow::after {
  top: 0;
  right: -860px;
  left: auto;
}
.oneday_list {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media(max-width: 1150px) {
  .oneday_list {
    gap: 35px;
    width: 100%;
  }
}
.oneday_item {
  display: flex;
}
@media(max-width: 1150px) {
  .oneday_item {
    padding: 10px;
    background-color: white;
    border-radius: 5px;
  }
}
.oneday_item:not(:last-child)::before, .oneday_item:not(:last-child)::after {
  position: absolute;
  left: 50%;
  display: block;
  background-color: black;
  transform: translateX(-50%);
}
.oneday_item:not(:last-child)::before {
  bottom: -14px;
  width: 15px;
  height: 10px;
}
.oneday_item:not(:last-child)::after {
  bottom: -30px;
  width: 30px;
  height: 17.3205080757px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media(max-width: 1150px) {
  .oneday_item:not(:last-child)::before, .oneday_item:not(:last-child)::after {
    content: "";
  }
}
.oneday_item:not(:last-child) .oneday_time::after {
  position: absolute;
  bottom: -76px;
  left: 50%;
  width: 1px;
  height: 75px;
  content: "";
  background: black;
}
.oneday_time {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: auto;
  aspect-ratio: 1;
  font-size: 1.5294117647rem;
  font-weight: bold;
  border: 1px solid;
}
@media(max-width: 1150px) {
  .oneday_time {
    width: 50px;
    font-size: 1.0588235294rem;
  }
}
.oneday_text {
  width: 420px;
  margin-left: 30px;
}
@media(max-width: 1150px) {
  .oneday_text {
    width: 100%;
    margin-left: 10px;
  }
}
.oneday_title {
  width: 160px;
  padding-left: 15px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.7;
  color: white;
  background: black;
}
@media(max-width: 1150px) {
  .oneday_title {
    width: 100%;
    padding: 6px 16px;
    margin-bottom: 10px;
  }
}

.benefits {
  margin-bottom: 150px;
}
@media(max-width: 1150px) {
  .benefits {
    margin-bottom: 50px;
  }
}
.benefits_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.benefits_item {
  display: flex;
  flex: none;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 270px;
  background: linear-gradient(315deg, #0047d4, #00b8ee);
}
.benefits_img {
  width: 150px;
  height: auto;
  aspect-ratio: 1;
}
.benefits_title {
  font-size: 1.1764705882rem;
  font-weight: bold;
  color: white;
}

.jobTable {
  padding-bottom: 150px;
}
@media(max-width: 1150px) {
  .jobTable {
    padding-bottom: 50px;
  }
}
.jobTable_container {
  display: flex;
  gap: 100px;
  padding: 50px;
  background: white;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media(max-width: 1150px) {
  .jobTable_container {
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 0;
  }
}
.jobTable_table {
  width: 50%;
}
@media(max-width: 1150px) {
  .jobTable_table {
    width: 100%;
  }
}
.jobTable_table:first-child::after {
  position: absolute;
  top: 10%;
  right: -60px;
  display: block;
  width: 2px;
  height: 80%;
  content: "";
  background: gray;
}
@media(max-width: 1150px) {
  .jobTable_table:first-child::after {
    content: none;
  }
}
.jobTable_tr {
  border-bottom: 0.5px solid;
}
@media(max-width: 1150px) {
  .jobTable_tr {
    border: 0;
  }
}
.jobTable_th {
  min-width: 170px;
  padding: 25px;
  font-weight: bold;
  vertical-align: middle;
}
@media(max-width: 1150px) {
  .jobTable_th {
    display: block;
    width: 100%;
    background: #bcbcbc;
  }
}
.jobTable_td {
  padding: 20px;
  vertical-align: middle;
}
@media(max-width: 1150px) {
  .jobTable_td {
    display: block;
    width: 100%;
  }
}

.message_wrap {
  display: flex;
}
@media(max-width: 700px) {
  .message_wrap {
    flex-direction: column-reverse;
  }
}

.message_content {
  flex: 1;
  line-height: 2;
}

.message_text-big {
  padding: 65px 0;
  font-size: 1.5294117647rem;
  font-weight: bold;
}
@media(max-width: 700px) {
  .message_text-big {
    padding: 40px 0 10px;
    font-size: 1.0588235294rem;
  }
}

.message_name {
  margin-top: 50px;
  font-size: 1.4117647059rem;
  font-weight: bold;
  line-height: 1;
}
@media(max-width: 700px) {
  .message_name {
    font-size: 1rem;
  }
}

.message_name span {
  padding-left: 14px;
  font-size: 1.6470588235rem;
}
@media(max-width: 700px) {
  .message_name span {
    font-size: 1.1176470588rem;
  }
}

.message_img {
  flex: 1;
  padding-left: 90px;
}
@media(max-width: 700px) {
  .message_img {
    padding: 30px 0 0;
  }
}

.license_wrap {
  padding: 59px;
  background-color: #f9f9f9;
  border: 1px solid #999;
}
@media(max-width: 700px) {
  .license_wrap {
    padding: 35px 25px;
  }
}

.licenseBuild_box {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
@media(max-width: 700px) {
  .licenseBuild_box {
    display: block;
  }
}

.licenseBuild_box::before {
  position: absolute;
  right: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background: lightgray;
}
@media(max-width: 700px) {
  .licenseBuild_box::before {
    content: none;
  }
}

.licenseBuild_table {
  width: 100%;
  border-top: 1px solid lightgray;
}

.licenseBuild_th {
  flex: none;
  font-weight: normal;
  text-align: left;
}

.licenseBuild_tr {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid lightgray;
}
@media(max-width: 700px) {
  .licenseBuild_tr {
    flex-direction: column;
    padding: 20px 0;
  }
}

@media(max-width: 700px) {
  .licenseBuild_td {
    text-align: right;
  }
}
.licenseOther_lisit {
  display: flex;
  flex-flow: column wrap;
  gap: 25px;
  max-height: 760px;
  padding-top: 40px;
  list-style-position: inside;
  list-style-type: square;
  border-top: 1px solid lightgray;
}
@media(max-width: 700px) {
  .licenseOther_lisit {
    gap: 10px;
    padding-left: 20px;
    list-style-position: outside;
  }
}

.licenseOther_list img {
  display: block;
  height: 180px;
  margin-top: 10px;
}

.licenseOther_list::marker {
  color: #0060cc;
}

.access_item {
  padding: 100px 0;
}
@media(max-width: 700px) {
  .access_item {
    padding: 30px 0;
  }
}

.access_item:nth-child(odd) {
  background-color: #f9f9f9;
}

.access_box {
  display: flex;
  gap: 120px;
}
@media(max-width: 700px) {
  .access_box {
    flex-direction: column;
    gap: 50px;
  }
}

.access_content {
  flex: 1;
}

.access_map {
  flex: 1;
}

.outline .common_th {
  width: 215px;
}
@media(max-width: 700px) {
  .outline .common_th {
    width: 100%;
    font-size: 1rem;
  }
}

@media(max-width: 700px) {
  .access .common_tr {
    flex-direction: row;
    border-bottom: 1px solid #999;
  }
}
.access .common_th {
  width: 70px;
}
@media(max-width: 700px) {
  .access .common_th {
    border: none;
  }
}

@media(max-width: 700px) {
  .access .common_td {
    border: none;
  }
}
.access .common_table tbody {
  padding-top: 30px;
}

.single_header {
  display: flex;
  flex-direction: row-reverse;
  width: 900px;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
  background: whitesmoke;
  border-top: 15px solid #0060cc;
  border-radius: 15px 15px 0 0;
}
@media(max-width: 1150px) {
  .single_header {
    flex-direction: column;
    width: 90%;
  }
}

.single_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 50px;
}
@media(max-width: 1150px) {
  .single_heading {
    padding: 10px;
  }
}

.single_title {
  width: 500px;
  max-width: 100%;
  font-size: 2.2352941176rem;
  line-height: 1.5;
}

.single_info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.single_cat {
  padding: 8px 20px;
  font-weight: bold;
  line-height: 1;
  color: white;
  background: black;
  border-radius: 5px;
}

.single_thumbnail {
  width: 100%;
  height: auto;
}

.single_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single_content {
  max-width: 900px;
  padding: 50px;
  margin: auto;
  margin-bottom: 150px;
  font-size: 1.0588235294rem;
  line-height: 2;
  background: whitesmoke;
  border-radius: 20px;
}
@media(max-width: 1150px) {
  .single_content {
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 0;
  }
}
.single_content h2.wp-block-heading {
  padding: 5px 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.4117647059rem;
  background: white;
  border-left: 15px solid #0060cc;
}
@media(max-width: 1150px) {
  .single_content h2.wp-block-heading {
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.single_content h3.wp-block-heading {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 1.7647058824rem;
  text-align: center;
}
@media(max-width: 1150px) {
  .single_content h3.wp-block-heading {
    margin-top: 25px;
    line-height: 1.5;
  }
}
.single_content p {
  margin-bottom: 20px;
}
.single_content .wp-block-image {
  margin-bottom: 50px;
}

.backToList {
  margin-bottom: 150px;
}
@media(max-width: 1150px) {
  .backToList {
    margin-bottom: 50px;
  }
}

.backToList_btn {
  text-align: center;
}

.backToList_btn a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 70px;
  margin: auto;
  font-size: 1.1764705882rem;
  font-weight: bold;
  color: white;
  background: #0060cc;
  border-radius: 50px;
}
@media(max-width: 1150px) {
  .backToList_btn a {
    width: 90%;
  }
}

.interview_header {
  padding: 90px 0;
  background: linear-gradient(150deg, #97ebeb 0%, #97ebeb 20%, #f0fcff 0%);
}
@media(max-width: 1150px) {
  .interview_header {
    padding: 10px 0;
  }
}

.interview_header_container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 95%;
  max-width: 1400px;
  height: 620px;
  margin: auto;
}
@media(max-width: 1150px) {
  .interview_header_container {
    flex-direction: column-reverse;
    gap: 0;
    justify-content: flex-end;
    height: auto;
  }
}

.interview_header_text {
  flex: none;
  width: 440px;
  border-bottom: 1px solid #0060cc;
}
@media(max-width: 1150px) {
  .interview_header_text {
    width: 100%;
  }
}

.interview_header_heading {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  font-size: 2.1176470588rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media(max-width: 1150px) {
  .interview_header_heading {
    margin-bottom: 0;
  }
}

.interview_num {
  font-family: "Poppins";
  font-size: 8.8235294118rem;
  line-height: 1;
  color: #0060cc;
}
@media(max-width: 1150px) {
  .interview_num {
    font-size: 2.9411764706rem;
  }
}

.interview_num:first-child {
  margin-left: 30px;
  color: #d5d6d8;
}
@media(max-width: 1150px) {
  .interview_num:first-child {
    margin-left: 15px;
  }
}

.interview_header_content {
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
  padding: 10px 30px;
  padding-right: 150px;
  font-size: 1.8823529412rem;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  background: black;
}
@media(max-width: 1150px) {
  .interview_header_content {
    position: absolute;
    top: -90px;
    font-size: 1.4rem;
  }
}

.interview_header_time {
  position: absolute;
  bottom: 65px;
  font-size: 1.4117647059rem;
  font-weight: bold;
}
@media(max-width: 1150px) {
  .interview_header_time {
    position: relative;
    bottom: auto;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

.interview_header_time::after {
  content: "年入社";
}

.interview_header_name {
  position: absolute;
  bottom: 20px;
  font-size: 2.4705882353rem;
  font-weight: bold;
  line-height: 1;
}
@media(max-width: 1150px) {
  .interview_header_name {
    position: relative;
    bottom: auto;
    margin-bottom: 20px;
  }
}

.interview_header_name::after {
  content: "さん";
}

.interview_header_img {
  flex: none;
  width: calc(100% - 440px - 50px + 50vw - 700px);
}
@media(max-width: 1150px) {
  .interview_header_img {
    width: auto;
  }
}

.interview_header_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview_content {
  display: flex;
  gap: 100px;
  width: 1400px;
  max-width: 95%;
  padding: 90px 0;
  margin: auto;
}
@media(max-width: 1150px) {
  .interview_content {
    padding: 30px 0;
  }
}

.interview_img {
  flex: 50%;
  height: 730px;
}
@media(max-width: 1150px) {
  .interview_img {
    display: none;
  }
}

.interview_img::after {
  position: absolute;
  right: 50px;
  bottom: -50px;
  z-index: -1;
  display: block;
  width: 1500px;
  height: 470px;
  content: "";
  background: linear-gradient(to bottom, #f0fcff, #a7ebff);
}

.interview_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview_textarea {
  flex: 50%;
}

.interview_list {
  padding-top: 70px;
}
@media(max-width: 1150px) {
  .interview_list {
    padding-top: 0;
  }
}

.interview_item {
  margin-bottom: 70px;
}
@media(max-width: 1150px) {
  .interview_item {
    margin-bottom: 30px;
  }
}

.interview_q {
  padding-left: 150px;
  margin-bottom: 30px;
  font-size: 1.5294117647rem;
  line-height: 1.2;
}
@media(max-width: 1150px) {
  .interview_q {
    padding-left: 60px;
    margin-bottom: 10px;
  }
}

.interview_q::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 120px;
  height: 2px;
  content: "";
  background: #0060cc;
}
@media(max-width: 1150px) {
  .interview_q::before {
    width: 50px;
  }
}

.interview_a {
  line-height: 2;
  color: #555;
}/*# sourceMappingURL=style.css.map */