@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  /* font-size: 1em; */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select, option {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

/* a:hover,
a:hover img{
    opacity: 0.80;
    filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
} */
img {
  max-width: 100%;
}

button {
  font-family: inherit;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table p {
  line-height: 1.5;
}

#__next {
  height: 100%;
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::-ms-input-placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

::placeholder {
  color: #9b9b9b;
  opacity: 1;
  /* font-size: 1.4rem; */
}

:-ms-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

::-webkit-input-placeholder {
  color: #9b9b9b;
  /* font-size: 1.4rem; */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

button:disabled,
input:disabled,
select:disabled {
  pointer-events: none;
}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
  color: unset;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, a, span, small {
  color: inherit;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uk-tab {
  margin-left: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.uk-tab:before {
  display: none;
}

/*=============================================
 Reset page
==============================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #212121;
  background-color: #F9FAFC;
}

@-webkit-keyframes animating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes animating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
section {
  padding: 0 80px;
}
@media (max-width: 1024px) {
  section {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  section {
    padding: 0 20px;
  }
}

.l-container {
  max-width: 1440px;
  margin: 0 auto;
}

/*=============================================
 Component
==============================================*/
.c-title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.c-title--business::before {
  content: url("images/ic_business.svg");
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .c-title--business::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.c-title--equipment::before {
  content: url("images/ic_equipment.svg");
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .c-title--equipment::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.c-title--equipment-other::before {
  content: url("images/ic_equipment_other.svg");
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .c-title--equipment-other::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.c-title--flag::before {
  content: url("images/ic_flag.svg");
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .c-title--flag::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.c-title--marker::before {
  content: url("images/ic_marker.svg");
  display: block;
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .c-title--marker::before {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

/*=============================================
 Header
==============================================*/
.c-header {
  background-color: #fff;
  z-index: 999;
}
.c-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .c-header__inner {
    padding: 14px 20px;
  }
}
.c-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .c-header__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.c-header .btn-inquired {
  width: 174px;
  height: 40px;
  margin-left: 24px;
  background-color: #0C3178;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .c-header .btn-inquired {
    width: 28px;
    height: 36px;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: transparent;
    border-width: 0;
    border-radius: 0;
    background: transparent;
    background: url("images/ic_contact_blue.svg") no-repeat center;
  }
  .c-header .btn-inquired span {
    display: none;
  }
  .c-header .btn-inquired img {
    opacity: 0;
  }
  .c-header .btn-inquired:hover img {
    -webkit-animation: none;
            animation: none;
  }
}
.c-header .btn-inquired:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  position: absolute;
  left: 0;
  background-color: rgba(255, 255, 255, 0.16);
  left: -60%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 1024px) {
  .c-header .btn-inquired:before {
    display: none;
  }
}
.c-header .btn-inquired:hover:before {
  left: 110%;
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger__head {
  display: none;
}
@media (max-width: 992px) {
  .hamburger__head {
    display: block;
    margin-left: 30px;
    margin-right: 13px;
    position: relative;
    z-index: 999;
  }
}
.hamburger__head .nav-icon {
  width: 18px;
  height: 12px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.hamburger__head .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 18px;
  background: #0C3178;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.hamburger__head .nav-icon span:nth-child(1) {
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger__head .nav-icon span:nth-child(2) {
  top: 5px;
}
.hamburger__head .nav-icon span:nth-child(3) {
  top: 5px;
}
.hamburger__head .nav-icon span:nth-child(4) {
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger__head .nav-icon.is-opened span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger__head .nav-icon.is-opened span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__head .nav-icon.is-opened span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger__head .nav-icon.is-opened span:nth-child(4) {
  top: 5px;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 992px) {
  .hamburger__body {
    position: fixed;
    z-index: 900;
    top: 72px;
    right: 20px;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    border-radius: 4px;
    width: 200px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.15);
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .hamburger__body.is-opened {
    height: auto;
    padding: 8px 0;
    background: #fff;
  }
  .hamburger__body.is-opened .c-gnav {
    display: block;
  }
}

.c-gnav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-gnav a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #0C3178;
  text-transform: uppercase;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .c-gnav a {
    display: block;
    padding: 12px 16px;
    text-align: left;
  }
}
.c-gnav a + a {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .c-gnav a + a {
    margin-left: 0;
  }
}
.c-gnav a:after {
  content: '';
  display: block;
  width: 0%;
  border-bottom: 2px solid #0C3178;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.c-gnav a:hover:after {
  width: 100%;
}
@media (max-width: 1024px) {
  .c-gnav a:hover:after {
    display: none;
  }
}

/*=============================================
 Footer
==============================================*/
.c-footer {
  background-color: #fff;
}
.c-footer__logo {
  padding: 28px 20px;
  text-align: center;
}
.c-footer__link {
  padding: 20px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer__link {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-footer__link a {
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 500;
  color: #0C3178;
}
@media (max-width: 767px) {
  .c-footer__link a {
    margin-bottom: 20px;
  }
}
.c-footer__link a + a {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .c-footer__link a + a {
    margin-left: 0;
  }
}
.c-footer__link a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .c-footer__link a:hover {
    text-decoration: none;
  }
}
.c-footer .copyright {
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  color: #0C3178;
}

/*=============================================
 1.0 – Main Visual
==============================================*/
.mainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 360px;
  background-image: url("images/bg_main.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mainVisual__inner {
  text-align: center;
}
.mainVisual h1 {
  text-align: center;
  color: #fff;
}
.mainVisual h1 span {
  display: block;
}
.mainVisual h1 .ttl_en {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.mainVisual h1 .ttl_jp {
  font-size: 40px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 1;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .mainVisual h1 .ttl_jp {
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  .mainVisual h1 .ttl_jp {
    max-width: 370px;
  }
}

/*=============================================
 2.0 – 対応分野
==============================================*/
.business {
  padding-top: 40px;
  padding-bottom: 56px;
  background: #0C3178;
  color: #fff;
}
.business ul {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
          column-gap: 25px;
  row-gap: 24px;
  color: #212121;
}
@media (max-width: 992px) {
  .business ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .business ul {
    max-width: 410px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.business li {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 70px;
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

/*=============================================
 3.0 – 幅広い“流体プロセス”のテストに対応する設備を備えています
==============================================*/
.fluid-testing {
  padding-top: 81px;
  padding-bottom: 77px;
  background: url("images/bg_fluid_testing.png") no-repeat center;
  background-size: cover;
}
.fluid-testing .c-title {
  line-height: 1.4;
}
@media (max-width: 1080px) {
  .fluid-testing .c-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.fluid-testing .subttl {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.fluid-testing__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fluid-testing__inner {
    max-width: 410px;
  }
}
.fluid-testing .card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 50px) / 3);
          flex: 0 0 calc((100% - 50px) / 3);
  padding-right: 6px;
  padding-bottom: 6px;
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 12px;
  background-color: #0C3178;
}
@media (max-width: 992px) {
  .fluid-testing .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
  }
}
@media (max-width: 924px) {
  .fluid-testing .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.fluid-testing .card__inner {
  border-top-left-radius: 12px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 12px;
  padding: 24px;
  background: #fff;
}
.fluid-testing .card h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0C3178;
  margin-bottom: 12px;
}
.fluid-testing .card p {
  font-size: 16px;
  font-weight: 500;
}
.fluid-testing ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  max-width: 1280px;
  margin: 32px auto 0;
}
@media (max-width: 767px) {
  .fluid-testing ul {
    max-width: 632px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.fluid-testing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 26px 20px;
  background-color: #0C3178;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.fluid-testing ul span:not(.material-symbols-outlined) {
  font-size: 24px;
}
.fluid-testing ul span.material-symbols-outlined {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  position: relative;
  top: 9px;
}

/*=============================================
 4.0 – 主な設備
==============================================*/
.main-equipment {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.main-equipment .l-container {
  max-width: 1280px;
}
.main-equipment figure {
  margin-bottom: 16px;
  border-radius: 12px;
}
.main-equipment .img-caption {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  line-height: 1.7142857143;
}
.main-equipment ul {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 32px;
}
@media (max-width: 1024px) {
  .main-equipment ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .main-equipment ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-equipment h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  padding-left: 8px;
  border-left: 6px solid #0C3178;
  margin-bottom: 10px;
}
.main-equipment p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

/*=============================================
 5.0 – その他設備
==============================================*/
.other-equipment {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F9FAFC;
}
.other-equipment ul {
  max-width: 1280px;
  margin: 61px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .other-equipment ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .other-equipment ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.other-equipment ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 72px) / 4);
          flex: 0 0 calc((100% - 72px) / 4);
  padding: 27px 8px 12px;
  border-radius: 4px;
  border-top: 5px solid #0C3178;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
          box-shadow: 0 4px 8px rgba(33, 33, 33, 0.08);
  text-align: center;
}
@media (max-width: 1024px) {
  .other-equipment ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 302px;
            flex: 0 0 302px;
  }
}
.other-equipment ul figure img {
  width: 213px;
}
.other-equipment ul h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 1180px) {
  .other-equipment ul h3 {
    font-size: 18px;
  }
}
@media (max-width: 1090px) {
  .other-equipment ul h3 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .other-equipment ul h3 {
    font-size: 20px;
  }
}

/*=============================================
 6.0 – ご利用の流れ
==============================================*/
.flow {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -7px;
}
@media (max-width: 1440px) {
  .step {
    left: 0;
  }
}
@media (max-width: 992px) {
  .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #1f3f7a;
  color: #fff;
  padding: 27px 30px;
  position: relative;
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);
}
.step__item:first-child {
  -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}
@media (max-width: 992px) {
  .step__item:first-child {
    margin-top: 0;
    padding-top: 25px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0, 50% 0);
            clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0, 50% 0);
  }
}
@media (max-width: 992px) {
  .step__item {
    margin-top: -10px;
    padding: 45px 30px 30px;
    text-align: center;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0, 50% 20px);
            clip-path: polygon(100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 0 0, 50% 20px);
  }
}
.step h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 1395px) {
  .step h3 {
    margin-right: -25px;
  }
}
@media (max-width: 992px) {
  .step h3 {
    margin-right: 0;
  }
}
.step p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1350px) {
  .step p br {
    display: none;
  }
}
@media (max-width: 992px) {
  .step p br {
    display: block;
  }
}

/*=============================================
 7.0 – アクセス
==============================================*/
.access-map {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F9FAFC;
}
.access-map .c-title {
  margin-bottom: 32px;
}
.access-map p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .access-map p {
    font-size: 16px;
  }
}
.access-map .map {
  max-width: 1248px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
}
.access-map iframe {
  width: 100%;
  height: 328px;
}

/*=============================================
 8.0 – CONTACT FORM
==============================================*/
.contact {
  padding: 80px;
  background: #0C3178;
}
@media (max-width: 1024px) {
  .contact {
    padding: 80px 40px;
  }
}
@media (max-width: 1024px) {
  .contact {
    padding: 80px 20px;
  }
}
.contact form {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px;
  background: #fff;
  border-radius: 12px;
}
.contact form.is-hidden {
  display: none;
}
@media (max-width: 1024px) {
  .contact form {
    padding: 42px 40px;
  }
}
@media (max-width: 992px) {
  .contact form {
    max-width: 845px;
  }
}
@media (max-width: 767px) {
  .contact form {
    padding: 24px 16px;
  }
}
.contact form h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #0C3178;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact form h2 {
    font-size: 24px;
  }
}
.contact form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact form label .is-required {
  color: #FF4400;
}
.contact form label .is-optional {
  font-size: 12px;
  color: #757575;
}
.contact form input[type=text], .contact form input[type=email], .contact form textarea {
  border: 1.5px solid #bdbdbd;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #212121;
}
.contact form input[type=text].is-error, .contact form input[type=email].is-error, .contact form textarea.is-error {
  background: rgba(255, 0, 0, 0.05);
  border: 1.5px solid #FF0000;
}
.contact form input[type=text]::-webkit-input-placeholder, .contact form input[type=email]::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder {
  color: #BDBDBD;
}
.contact form input[type=text]:-ms-input-placeholder, .contact form input[type=email]:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
  color: #BDBDBD;
}
.contact form input[type=text]::-ms-input-placeholder, .contact form input[type=email]::-ms-input-placeholder, .contact form textarea::-ms-input-placeholder {
  color: #BDBDBD;
}
.contact form input[type=text]::placeholder, .contact form input[type=email]::placeholder, .contact form textarea::placeholder {
  color: #BDBDBD;
}
@media (max-width: 480px) {
  .contact form input[type=text]::-webkit-input-placeholder, .contact form input[type=email]::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .contact form input[type=text]:-ms-input-placeholder, .contact form input[type=email]:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .contact form input[type=text]::-ms-input-placeholder, .contact form input[type=email]::-ms-input-placeholder, .contact form textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  .contact form input[type=text]::placeholder, .contact form input[type=email]::placeholder, .contact form textarea::placeholder {
    font-size: 12px;
  }
}
.contact form input[type=text]::-moz-placeholder, .contact form input[type=email]::-moz-placeholder, .contact form textarea::-moz-placeholder {
  color: #BDBDBD;
}
@media (max-width: 480px) {
  .contact form input[type=text]::-moz-placeholder, .contact form input[type=email]::-moz-placeholder, .contact form textarea::-moz-placeholder {
    font-size: 12px;
  }
}
.contact form input[type=text]:-moz-placeholder, .contact form input[type=email]:-moz-placeholder, .contact form textarea:-moz-placeholder {
  color: #BDBDBD;
}
@media (max-width: 480px) {
  .contact form input[type=text]:-moz-placeholder, .contact form input[type=email]:-moz-placeholder, .contact form textarea:-moz-placeholder {
    font-size: 12px;
  }
}
.contact form input[type=text] :-ms-input-placeholder, .contact form input[type=email] :-ms-input-placeholder, .contact form textarea :-ms-input-placeholder {
  color: #BDBDBD;
}
@media (max-width: 480px) {
  .contact form input[type=text] :-ms-input-placeholder, .contact form input[type=email] :-ms-input-placeholder, .contact form textarea :-ms-input-placeholder {
    font-size: 13px;
  }
}
.contact form input[type=text], .contact form input[type=email] {
  width: 100%;
  height: 56px;
}
.contact form textarea {
  width: 100%;
  height: 112px;
  line-height: 1.5;
}
.contact form .field {
  margin-bottom: 24px;
}
.contact form .field._mb12 {
  margin-bottom: 12px;
}
.contact form .field .info {
  margin-top: 8px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}
@media (max-width: 767px) {
  .contact form .field .info {
    font-size: 14px;
  }
}
.contact form .field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .contact form .field-group {
    display: block;
  }
}
.contact form .field-group .field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact form .field-group-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 992px) {
  .contact form .field-group-radio {
    display: block;
  }
  .contact form .field-group-radio label {
    display: block;
    max-width: 268px;
  }
  .contact form .field-group-radio label + label {
    margin-top: 16px;
  }
}
.contact form .field-group-radio label:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 204px;
          flex: 0 0 204px;
}
.contact form .field-group-radio label:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 268px;
          flex: 0 0 268px;
}
@media (max-width: 480px) {
  .contact form .field-group-radio label:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    padding-right: 5px;
  }
}
.contact form .field-group-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding: 11px 20px;
  border: 1.5px solid #BDBDBD;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact form .field-group-radio label:has(input:checked) {
  background: rgba(12, 49, 120, 0.1);
  border-color: #0C3178;
  color: #0C3178;
  font-weight: bold;
}
.contact form .field-group-radio label input {
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1.5px solid #BDBDBD;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact form .field-group-radio label input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #0C3178;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact form .field-group-radio label input:checked {
  border-color: #0C3178;
  background: rgba(12, 49, 120, 0.2);
}
.contact form .field-group-radio label input:checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.contact form .field-group-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contact form .field-group-checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact form .field-group-checkbox input[type=checkbox] {
    position: relative;
    top: 5px;
  }
}
.contact form .field-group-checkbox label {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact form .field-group-checkbox label span {
    display: block;
  }
}
.contact form .field-group-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1.5px solid #bdbdbd;
  border-radius: 4px;
  margin: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact form .field-group-checkbox input[type=checkbox]:checked {
  border-color: #0C3178;
}
.contact form .field-group-checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 4px;
  border-left: 2px solid #0C3178;
  border-bottom: 2px solid #0C3178;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg) scale(0);
          transform: translate(-50%, -60%) rotate(-45deg) scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact form .field-group-checkbox input[type=checkbox]:checked::after {
  -webkit-transform: translate(-50%, -60%) rotate(-45deg) scale(1);
          transform: translate(-50%, -60%) rotate(-45deg) scale(1);
}
.contact form .agree .field-group-checkbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact form .agree .field-group-checkbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact form .agree .field-group-checkbox input[type=checkbox] {
    position: static;
  }
}
.contact form .agree a {
  color: #0059AF;
}
.contact form .agree a:hover {
  color: #0059AF;
  text-decoration: underline;
}
.contact form .agree .error-msg {
  text-align: center;
}
.contact form .error-msg {
  margin-top: 6px;
  color: #FF0000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .contact form .error-msg {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .contact form .error-msg {
    font-size: 16px;
  }
}
.contact form button[type=submit] {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 48px;
  margin: 16px auto 0;
  border-radius: 40px;
  background: rgba(12, 49, 120, 0.2);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-width: 0;
  pointer-events: none;
}
.contact form button[type=submit].is-active {
  background: #0C3178;
  color: #fff;
  cursor: pointer;
  pointer-events: all;
}
.contact #contact-thanks {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 48px;
  background: #fff;
  border-radius: 12px;
}
.contact #contact-thanks h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  color: #0C3178;
  text-align: center;
  line-height: 1.5;
}
.contact #contact-thanks p {
  max-width: 530px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
}
.contact #contact-thanks a {
  display: block;
  max-width: 240px;
  margin: 40px auto 0;
  padding: 13px 12px;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #757575;
  border-radius: 40px;
  border: 1px solid #757575;
  text-align: center;
}

/*=============================================
 Utility
==============================================*/
.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: initial;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
