@charset "UTF-8";
/************************************************************************
download font
*************************************************************************/
.mt-15 {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .mt-15 {
    margin-top: 7.5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (width >= 1025px) {
  .sp {
    display: none !important;
  }
}
@media screen and (width < 1025px) {
  .pc {
    display: none !important;
  }
}
/************************************************************************
 common setting
 ***********************************************************************/
* {
  position: relative;
}

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

li {
  list-style: none;
}

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

html {
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: spbaseFontSizepx;
  }
}

body {
  width: 100%;
  font-family: noto-sans, sans-serif;
  background-color: white;
}

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

img {
  display: block;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap.--bg-blue {
  background-color: #e3f6ff;
  padding-top: 1px;
}

.sectionHeader.--a {
  border-bottom: 1px solid;
  text-align: center;
  padding-bottom: 16px;
  border-color: #7dd5ff;
}

.sectionHeader.--a::before {
  content: "";
  width: 400px;
  height: 2px;
  position: absolute;
  display: block;
  background: #0066ec;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.sectionHeader.--a .sectionTitle {
  font-size: 42px;
  line-height: 1.3;
}

.sectionHeader.--b {
  text-align: center;
  font-size: 32px;
  color: #0013b9;
}

.sectionTitle-en {
  font-size: 20px;
  font-weight: bold;
}

.sectionHeader.--c .sectionTitle {
  font-size: 42px;
  line-height: 1.2;
}

.sustainability_text {
  margin-top: 70px;
}

.btnBox_link {
  display: block;
  background: white;
  width: 260px;
  height: 70px;
  padding-left: 40px;
  align-content: center;
  border: 1px solid;
  border-color: #0059ce;
  box-shadow: 0px 2px 1px 0px #0059ce;
  border-radius: 10px;
}

.btnBox_link::before,
.btnBox_link::after {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btnBox_link::before {
  background: #0059ce;
  border-radius: 50%;
  width: 25px;
  right: 14px;
}

.btnBox_link::after {
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: white;
  right: 20px;
}

@media screen and (max-width: 425px) {
  .sectionTitle {
    font-size: 25px;
  }
  .sectionHeader.--a .sectionTitle {
    font-size: 25px;
  }
  .sectionHeader.--a::before {
    width: 50%;
  }
  .sectionHeader.--c {
    z-index: 1;
  }
  .sectionHeader.--c .sectionTitle {
    font-size: 24px;
  }
}
/*************************************************************************
layout
*************************************************************************/
/* レイアウト */
main {
  display: block;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 70px;
  }
}

section {
  padding-top: 1px;
}

.content-width,
section:not(.full),
aside:not(.full) {
  padding-right: calc(50dvw - 640px);
  padding-left: calc(50dvw - 640px);
}
@media screen and (width <= 1380px) {
  .content-width,
  section:not(.full),
  aside:not(.full) {
    padding-top: 1px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .content-width,
  section:not(.full),
  aside:not(.full) {
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.banner {
  margin-top: 80px;
}

.header_title_img {
  max-width: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* header */
.header {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 130px;
  padding: 0 15px;
  padding-left: 40px;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .header {
    justify-content: flex-start;
    height: 70px;
  }
}
@media screen and (max-width: 425px) {
  .header {
    padding-left: 0;
  }
}

@media screen and (width <= 1700px) {
  .header_title {
    top: 33px;
  }
}
.header_title {
  z-index: 9999;
  position: fixed;
}
@media screen and (max-width: 1024px) {
  .header_title {
    max-width: 150px;
  }
}
@media screen and (max-width: 425px) {
  .header_title {
    max-width: 100%;
    top: 25px;
    left: 0;
  }
}

.header_title_link {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  max-width: 33vw;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .header_title_link {
    padding-left: 10px;
    font-size: 1.1764705882rem;
  }
}
@media screen and (max-width: 425px) {
  .header_title_link {
    max-width: calc(100vw - 80px);
  }
}

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

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

.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}

.hamburger::before {
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: black;
  border-radius: 90px;
  transition: 0.3s;
  transform: translate(-50%, 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: 10px;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: black;
  border-radius: 90px;
  transition: 0.3s;
  transform: translateX(-50%);
}

.hamburger_icon::after {
  top: auto;
  bottom: 10px;
}

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

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

@media screen and (max-width: 1024px) {
  .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: white;
  }
  .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;
  }
}
.header_container-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.header_textBox {
  display: flex;
  align-items: flex-end;
}

.header_container-btn_list {
  display: flex;
  gap: 10px;
}

.header_menu_item {
  font-size: 0.9rem;
}

.header_container-btn_link {
  width: 100px;
  display: flex;
  max-width: 22vw;
  height: auto;
  font-weight: bold;
  aspect-ratio: 1;
  padding: 0px;
  border: 5px solid;
  text-align: center;
  background-color: white;
  flex-direction: column;
  border-radius: 15px;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.header_container-btn_text {
  font-size: 15px;
}

.header_container-btn_icon {
  height: 35px;
  display: block;
}

.--phone .header_container-btn_link {
  display: none;
  color: #018e89;
}
@media screen and (max-width: 1024px) {
  .--phone .header_container-btn_link {
    display: flex;
  }
}

.--phone img {
  filter: hue-rotate(138deg) saturate(93%) brightness(85%);
}

.--contact .header_container-btn_link {
  color: #d8760d;
}

.--guid .header_container-btn_link {
  color: #063291;
}

.--trouble .header_container-btn_link {
  color: white;
  background: #c71e1e;
  border: none;
}

.header_tel_link {
  display: flex;
  gap: 40px;
  background: #f5f5f5;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 10px 30px;
}

.header_tel_text::after {
  content: "";
  background-image: url(https://enex-inc.local/wp-content/uploads/telephone.png);
  width: 25px;
  display: block;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  right: -35px;
  top: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header_tel_number {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}

.header_menu_childList {
  position: absolute;
  background: white;
  padding: 10px 50px 50px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s;
}

.header_menu_childItem_link::before {
  content: "";
  width: 8px;
  display: block;
  height: auto;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #0059ce;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.header_menu_childItem {
  color: #0059ce;
}

@media screen and (max-width: 1024px) {
  .header_tel {
    display: none;
  }
  .header_container-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 10px;
    background: #eaeaea;
  }
  .header_container-btn_list {
    justify-content: center;
  }
  .header_container-btn_icon {
    max-height: 8vw;
  }
  .header_container-btn_text {
    font-size: 3.3vw;
    font-size: clamp(10px, 3.3vw, 17px);
  }
  .header_container-btn_link {
    gap: 1vw;
  }
}
/* stylelint-disable @stylistic/indentation */
.banner_list {
  display: flex;
  gap: 0 2%;
}

.banner_item:first-child .banner_text {
  right: 0;
}

.banner_text {
  position: absolute;
  z-index: auto;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  width: 66.3%;
  text-align: center;
}

.banner_text_l {
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1882352941);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.banner_text_l::before,
.banner_text_l::after {
  height: auto;
  top: 50%;
  aspect-ratio: 1;
  z-index: auto;
  position: absolute;
  transform: translateY(-50%);
}

.banner_text_l::before {
  content: "";
  background: white;
  width: 25px;
  border-radius: 50%;
  right: -30px;
}

.banner_text_l::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fc9014;
  z-index: auto;
  position: absolute;
  right: -24px;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  transform: translateY(-50%);
}

.footerImg {
  height: 500px;
  margin-top: 250px;
}

.footer {
  padding: 100px 0 50px;
  overflow: hidden;
  background-color: #ebf8ff;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 80px 0 100px;
  }
}

.footerLayout {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 90%;
  max-width: calc(100% - 100px);
  margin: auto;
  color: #0013b9;
}
@media screen and (max-width: 1024px) {
  .footerLayout {
    flex-direction: column-reverse;
    gap: 50px;
    max-width: 90%;
  }
}

.footerCorp {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.footerCorp hr {
  width: 100%;
}

.footerInfo {
  line-height: 2;
}

.footerCorp_name {
  margin-bottom: 50px;
  font-size: 2.3529411765rem;
  font-weight: bold;
  line-height: 1;
  text-wrap: nowrap;
  color: black;
}
@media screen and (max-width: 1024px) {
  .footerCorp_name {
    margin-bottom: 0;
    font-size: 1.1764705882rem;
  }
}

.footerInfo_text {
  display: flex;
  gap: 3px;
  line-height: 1.5;
}

.footerNavi {
  display: flex;
  gap: 0 40px;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .footerNavi {
    flex-direction: column;
    width: 100%;
  }
}

.footerNavi_item_link {
  display: block;
  width: 210px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 1.1764705882rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .footerNavi_item_link {
    width: 100%;
  }
}

.footerNavi_childList {
  padding-left: 30px;
  margin-top: -10px;
  margin-bottom: 30px;
  line-height: 2;
  color: #0059ce;
}

.footerNavi_childItem::before {
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  width: 11px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: auto;
  aspect-ratio: 1;
  content: "";
  transform: translateY(-50%);
  background: #0059ce;
}

@media screen and (max-width: 1024px) {
  .footer.is-active {
    position: fixed;
    inset: 0;
    z-index: 998;
    padding: 0;
    overflow: auto;
    overflow-x: scroll;
    background-color: unset;
  }
  .footer.is-active .footerLayout {
    top: 100px;
    z-index: 99;
  }
}
.copyRight {
  text-align: center;
  color: #0059ce;
  margin-top: 50px;
}

@media screen and (max-width: 425px) {
  .banner_list {
    flex-direction: column;
    gap: 20px;
  }
  .banner_text_s {
    font-size: 2.8vw;
  }
  .banner_text_l {
    font-size: 6vw;
  }
  .footerImg {
    margin-top: 100px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb_list {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  padding-left: 250px;
  margin-top: 1.7647058824rem;
}
@media screen and (max-width: 1024px) {
  .breadcrumb_list {
    padding-left: 50px;
  }
}

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

.breadcrumb_item {
  font-size: 0.8823529412rem;
  color: #0013b9;
}

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

.table {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  table-layout: fixed;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1024px) {
  .table {
    width: 100%;
    border: 0;
  }
}
.table tr {
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1024px) {
  .table tr {
    border: 0;
  }
}
.table th {
  width: 250px;
  padding: 20px;
  background: lightgray;
}
@media screen and (max-width: 1024px) {
  .table th {
    display: block;
    width: 100%;
  }
}
.table td {
  display: block;
  padding: 20px;
  background: white;
  box-shadow: -2px 0 0 #98a3ae;
}
.table td li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .table td {
    box-shadow: none;
  }
}

/* フォーム全体 */
.pagenation {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .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: #0013b9;
  border: 1px solid;
  border-radius: 50%;
}

.pagenation_arrow a {
  display: flex;
}

.pagenation_numbers a:hover {
  color: white;
  background: #0013b9;
}

.pagenation_numbers.current a {
  color: white;
  background: #0013b9;
}

.pagenation_arrow a span {
  display: flex;
}

.relatedLinks {
  padding: 150px 0 100px;
  background: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .relatedLinks {
    padding: 50px 0;
  }
}

.relatedLinks_list {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .relatedLinks_list {
    flex-direction: column;
    gap: 30px;
  }
}

.relatedLinks_item {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .relatedLinks_item {
    width: 100%;
  }
}

.relatedLinks_item a {
  display: flex;
  width: 100%;
  height: 460px;
  background-color: rgba(0, 96, 204, 0.4117647059);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
}
@media screen and (max-width: 1024px) {
  .relatedLinks_item a {
    width: 90%;
    height: 160px;
    margin: auto;
  }
}

.relatedLinks_item:nth-child(2) a {
  background-color: rgba(0, 255, 84, 0.3294117647);
}

.relatedLinks_title {
  width: 600px;
  height: 300px;
  padding: 90px;
  margin: auto;
  background: rgba(0, 0, 0, 0.3019607843);
}
@media screen and (max-width: 1024px) {
  .relatedLinks_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 100px;
    padding: 0;
  }
}

.relatedLinks_en {
  font-family: sans-serif;
  font-size: 3.5294117647rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(155deg, #ff0 0%, #ff0 25%, white 0%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .relatedLinks_en {
    font-size: 1.1764705882rem;
  }
}

.relatedLinks_ja {
  font-size: 1.4117647059rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  .relatedLinks_ja {
    font-size: 1.0588235294rem;
  }
}

.relatedLinks_ja::after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 260px;
  height: 2px;
  content: "";
  background: linear-gradient(to right, red 0%, red 50px, white 0);
}
@media screen and (max-width: 1024px) {
  .relatedLinks_ja::after {
    left: 50%;
    width: 160px;
    transform: translateX(-50%);
  }
}

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

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

.pageHeader {
  width: 100%;
  height: 450px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .pageHeader {
    height: 150px;
  }
}

.pageHeader_img {
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 2;
  margin-left: auto;
  overflow: hidden;
}

.pageHeader_img::before {
  display: block;
  flex: none;
  width: 30%;
  height: 100%;
  content: "";
  background: #0013b9;
}

.pageHeader_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.75);
}

.pageHeader_heading {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 14;
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 200px 20px 40px;
  background: black;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .pageHeader_heading {
    padding: 10px 50px 10px 20px;
  }
}

.pageHeader_heading_en {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto";
  font-size: 5.8823529412rem;
  font-size: clamp(30px, 5vw, 100px);
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(155deg, #fc9014 0%, #fc9014 25%, white 0%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pageHeader_heading_ja {
  font-size: 1.7647058824rem;
  font-size: clamp(17px, 2vw, 30px);
  color: white;
}

.pageHeader_img-single {
  height: 400px;
}
.pageHeader_img-single .pageHeader_img::before {
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .pageHeader_img-single {
    height: 150px;
  }
  .pageHeader_img-single .pageHeader_img::before {
    height: 150px;
  }
}
.heroImg {
  height: calc(100vh - 130px);
}

.heroImg_img {
  height: 100%;
}

.heroImg_img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.heroImg_text {
  right: 0;
  position: absolute;
  top: 30px;
  width: auto;
  aspect-ratio: 13/7;
  max-width: 90vw;
  height: 100%;
}

.heroImg_content {
  font-size: 50px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  color: #0066ec;
  font-weight: bold;
}

@media all and (width < 1360px) {
  .heroImg_content {
    font-size: 3.7vw;
  }
}
.topGuid {
  padding-bottom: 70px;
}

.topGuid_list {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
  justify-content: center;
}

.topGuid_item {
  width: 100%;
  max-width: 230px;
  height: auto;
  aspect-ratio: 1;
}

.topGuid_link {
  display: flex;
  flex-direction: column;
  border: 3px solid;
  border-radius: 15px;
  align-items: center;
  background-color: white;
  padding-bottom: 5px;
  color: #0013b9;
  font-weight: bold;
}

.topGuid_img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topGuid_img img {
  width: 50%;
}

.topGuid_content {
  padding-right: 15px;
  margin-left: -12px;
}

.topGuid_content::before {
  content: "";
  width: 19px;
  height: auto;
  aspect-ratio: 1;
  background: #0013b9;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.topGuid_content::after {
  content: "";
  width: 7px;
  height: auto;
  aspect-ratio: 1;
  background: white;
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.topIntro_img {
  width: 720px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.topIntro {
  padding: 100px 0 0;
  contain: paint;
}

.topIntro_heading {
  font-size: 48px;
  font-weight: bold;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

.pink {
  color: #f105a2;
}

.yellow {
  color: #fcfc04;
}

.red {
  color: #df0404;
}

.blue {
  color: #0013b9;
}

.green {
  color: #018e89;
}

.orange {
  color: #fc9014;
}

.topIntro_text {
  width: -moz-fit-content;
  width: fit-content;
}

.topIntro_content {
  font-size: 21px;
}

.topIntro_paragraph {
  margin-top: 50px;
}

.topService {
  background-color: #fff8f0;
  padding-top: 1px;
  padding-bottom: 200px;
  margin-top: 50px;
}

.topService_list {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 170px;
}

.topService_item {
  gap: 50px;
  display: flex;
  justify-content: space-between;
}

.topService_item:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
}

.topService_img {
  width: 670px;
  max-width: 100%;
  min-height: 100%;
}

.topService_img img {
  height: 100%;
}

.topService_text {
  width: 300px;
  flex: 0;
  margin-top: 70px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.topService_title {
  font-size: 36px;
  padding-bottom: 16px;
  margin-bottom: 60px;
}

.topService_title::before {
  content: "";
  width: 50px;
  height: 6px;
  background: #fc9014;
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 25px;
}

.topService_paragraphs {
  line-height: 2;
  margin-top: 20px;
  color: #747474;
  width: 420px;
}

.topService_footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: flex-end;
  width: 500px;
}

.topService_footer_img {
  width: 180px;
}

.topService_list-sub {
  margin-top: 150px;
  display: flex;
  gap: 60px;
}

.topService_title-sub {
  font-size: 22px;
  margin-top: 20px;
}

.topService_title-sub::before,
.topService_title-sub::after {
  content: "";
  height: auto;
  top: 50%;
  display: block;
  aspect-ratio: 1;
  position: absolute;
  transform: translateY(-50%);
}

.topService_title-sub::before {
  background: #0059ce;
  border-radius: 50%;
  width: 25px;
  right: 14px;
}

.topService_title-sub::after {
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: white;
  right: 20px;
}

.parallax {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 25/6;
  overflow: hidden;
}
@media screen and (max-width: 425px) {
  .parallax {
    aspect-ratio: 1;
  }
}

.parallax_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 25/6;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media screen and (max-width: 425px) {
  .parallax_img {
    aspect-ratio: 1;
  }
}

.parallax_img span {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sustainability {
  background: #ebfcfb;
  margin-top: 180px;
  padding-bottom: 250px;
  overflow-x: clip;
  overflow-y: visible;
}

.sustainability_img {
  position: absolute;
  right: 0;
  transform: translateX(100%);
  top: -50px;
  width: 900px;
}

.sustainability_img-sub {
  position: absolute;
  right: 0;
  bottom: -400px;
  width: 520px;
  z-index: 1;
}

.sustainability_container {
  width: -moz-fit-content;
  width: fit-content;
}

.sustainability_btns_list {
  gap: 20px;
  margin-top: 70px;
  display: flex;
  flex-direction: column;
}

.sustainability_btns_link.btnBox_link {
  width: 320px;
  box-shadow: 0px 2px 1px 0px #018e89;
  border-color: #018e89;
  height: 55px;
}

.sustainability_btns_link.btnBox_link::before {
  background: #018e89;
  border-radius: 50%;
  width: 25px;
  right: 14px;
}

.topLinks_list {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.topLinks_item {
  width: 100%;
  height: auto;
  aspect-ratio: 62/27;
}

.topLinks_link {
  display: block;
  width: 100%;
  height: 100%;
}

.topLinks_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.topLinks_text {
  height: 100%;
  align-content: center;
  padding: 50px;
  contain: paint;
  color: white;
}

.topLinks_text::before {
  content: "";
  display: block;
  width: 420px;
  height: auto;
  aspect-ratio: 1;
  background: #0013b9;
  position: absolute;
  left: 110px;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.topLinks_img::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  background: #b8d7ff;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
}

.topLinks_title {
  font-size: 40px;
  color: white;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}

.topLinks_title-en {
  font-size: 22px;
  font-weight: bold;
}

.topLinks_title::before,
.topLinks_title::after {
  content: "";
  display: block;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.topLinks_title::before {
  background: white;
  border-radius: 50%;
  width: 25px;
  right: -40px;
}

.topLinks_title::after {
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #0013b9;
  right: -34px;
}

.topLinks_item:last-child .topLinks_text::before {
  background: #018e89;
}
.topLinks_item:last-child .topLinks_img::before {
  background: #ade5b1;
}
.topLinks_item:last-child .topLinks_title::after {
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #018e89;
  right: -34px;
}

.topCamPost_list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  gap: 20px;
}

.topCamPost_item {
  border: 2px solid;
  border-color: #e2e2e2;
}

.topCamPost_img {
  max-width: 385px;
  aspect-ratio: 385/230;
  height: auto;
}

.topCampPost_text {
  padding: 20px;
}

.topCamPost_cat {
  min-width: 120px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  align-content: center;
  text-align: center;
  font-size: 15px;
  border-radius: 50px;
  height: 30px;
}

.topCamPost_cat.cam {
  background-color: #6fee77;
}

.topCamPost_cat.new-item {
  background-color: #ffb9d3;
}

.topCamPost_title {
  margin-top: 20px;
}

.topCamPost_title::before,
.topCamPost_title::after {
  content: "";
  height: auto;
  top: 50%;
  display: block;
  aspect-ratio: 1;
  position: absolute;
  transform: translateY(-50%);
}

.topCamPost_title::before {
  background: #555555;
  border-radius: 50%;
  width: 25px;
  right: 14px;
}

.topCamPost_title::after {
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: white;
  right: 20px;
}

.topNewsPost {
  justify-items: center;
}

.topNewsPost_list {
  max-width: 1070px;
  width: 100%;
  margin-top: 100px;
}

.topCamPost_time {
  color: #555555;
}

.topNewsPost_link {
  display: flex;
  padding: 30px 30px;
  background: #f8f8f8;
  border-top: 1px solid;
  border-color: #cccccc;
}

.topNewsPost_item:nth-child(even) .topNewsPost_link {
  background: white;
}

.topNewsPost_link::after {
  content: "";
  height: auto;
  top: 50%;
  display: block;
  aspect-ratio: 1;
  position: absolute;
  transform: translateY(-50%);
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #0059ce;
  right: 20px;
}

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

.topNewsPost_title {
  padding-left: 50px;
}

@media screen and (max-width: 425px) {
  .topGuid_list {
    gap: 5px;
  }
  .topGuid_item {
    width: 45%;
  }
  .topGuid_content {
    font-size: 16px;
    line-height: 1.1;
    width: 70%;
    margin-left: 15%;
  }
  .topGuid {
    padding-bottom: 30px;
  }
  .topIntro_heading {
    font-size: 27px;
  }
  .topIntro {
    padding: 50px 0 0;
  }
  .topIntro_paragraph {
    margin-top: 25px;
  }
  .topIntro_content {
    font-size: 16px;
  }
  .topService_item {
    gap: 20px;
    flex-direction: column;
  }
  .topService_item:nth-child(odd) {
    flex-direction: column;
  }
  .topService_list {
    margin-top: 50px;
    gap: 80px;
  }
  .topService_text {
    width: auto;
    margin-top: 0;
  }
  .topService_title {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 6px;
  }
  .topService_paragraphs {
    width: auto;
  }
  .topService_footer {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    margin: 0;
    gap: 10px;
  }
  .topService_list-sub {
    flex-direction: column;
    margin-top: 50px;
    gap: 20px;
  }
  .topService_title-sub {
    font-size: 19px;
    margin-top: 10px;
  }
  .topService {
    padding-bottom: 100px;
  }
  .topCamPost_list {
    flex-direction: column;
    margin-top: 50px;
  }
  .sustainability {
    margin-top: 80px;
  }
  .sustainability_text {
    margin-top: 30px;
    z-index: 1;
  }
  .sustainability_btns_list {
    margin-top: 40px;
    align-items: center;
  }
  .sustainability_img {
    transform: none;
    width: 150%;
    z-index: 0;
    opacity: 0.5;
  }
  .sustainability_container {
    margin: auto;
  }
  .sustainability_img-sub {
    width: 300px;
    bottom: -210px;
    right: 50%;
    transform: translateX(50%);
  }
  .topLinks_list {
    flex-direction: column;
  }
  .topLinks_title {
    font-size: 25px;
  }
  .topLinks_text::before {
    width: 80vw;
  }
  .topLinks_text {
    padding: 20px;
  }
  .topLinks_title-en {
    font-size: 16px;
  }
  .topLinks {
    margin-top: 30px;
  }
  .topNewsPost_list {
    margin-top: 50px;
  }
  .topNewsPost_link {
    flex-direction: column;
    padding: 10px;
  }
  .topNewsPost_title {
    padding: 0;
    max-width: 80%;
  }
}
label {
  display: block;
  display: flex;
  gap: 100px;
  justify-content: flex-end;
  padding: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  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 screen and (max-width: 1024px) {
  .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 screen and (max-width: 1024px) {
  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: #0013b9;
  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 screen and (max-width: 1024px) {
  .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: #0013b9;
  border-radius: 20px;
}

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

.single_heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 50px;
}
@media screen and (max-width: 1024px) {
  .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 screen and (max-width: 1024px) {
  .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 #0013b9;
}
@media screen and (max-width: 1024px) {
  .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 screen and (max-width: 1024px) {
  .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 screen and (max-width: 1024px) {
  .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: #0013b9;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .backToList_btn a {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */