*:where(:not(iframe, canvas, img, svg, video, input, select, textarea):not(svg *)) {
  all: unset;
  display: revert;
  font-family: inherit;
}
*,
*::before,
*::after {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html,
body {
  height: 100%;
}
svg,
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
img[width='0'] {
  display: none;
}
ul,
ol {
  list-style: none;
}
a,
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  vertical-align: bottom;
}
textarea {
  resize: vertical;
}
input[type='checkbox'] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
input[type='radio'] {
  -webkit-appearance: radio;
  appearance: radio;
}
select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-family: inherit;
  line-height: initial;
  font-size: inherit;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
li,
button,
input,
textarea,
a {
  font-family: inherit;
}
.yubinbangojs {
  display: none;
}
.prewrap {
  white-space: pre-wrap;
}
:where(.disabled),
:where([disabled]) {
  filter: grayscale(1);
  opacity: 0.2;
  pointer-events: none;
}
.ui-lock {
  pointer-events: none;
}
.ui-lock * {
  pointer-events: none;
}
.ui-lock::after {
  content: '';
  display: block;
  z-index: 40;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5647058824);
}
.hover-op {
  transition: all 250ms ease 0s;
}
.hover-blue {
  transition: opacity 250ms ease 0s, color 250ms ease 0s;
  will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
  .hover-op:hover {
    opacity: 0.7;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.502);
  z-index: 20;
  background-color: rgba(6, 57, 125, 0.2);
  transition: background-color 600ms ease 0s;
  background-image: url('../../assets/img/common/border.png');
  background-repeat: repeat;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 14.8vw;
  }
}
.header .inner {
  min-width: 1300px;
  display: flex;
  height: inherit;
  margin-inline: auto;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .inner {
    min-width: 100%;
  }
}
.header .inner .logo {
  padding-left: 30px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header .inner .logo {
    padding-left: 2.6666666667vw;
  }
  .header .inner .logo img {
    width: 54.2666666667vw;
    height: 9.4666666667vw;
  }
}
.header .inner .anchor-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 200px;
  height: inherit;
}
@media only screen and (max-width: 767px) {
  .header .inner .anchor-wrap {
    display: none;
  }
}
.header .inner .anchor-wrap .anchor:last-child {
  padding-right: 0;
}
.header .inner .anchor-wrap .anchor {
  height: inherit;
  padding-inline: 25px;
  font-family: 'FuturaPTDemi';
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.header .inner .anchor-wrap .anchor a {
  display: flex;
  justify-content: center;
  height: inherit;
  align-items: center;
  position: relative;
}
.header .inner .anchor-wrap .anchor a + ul {
  position: absolute;
  width: 100vw;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.85em 1em;
  overflow: hidden;
  gap: 2em;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.header .inner .anchor-wrap .anchor a + ul a {
  display: flex;
  gap: 0.5em;
}
.header .inner .anchor-wrap .anchor a + ul a::after {
  content: '';
  pointer-events: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/english/assets/img/common/ico_arrow-wh.webp');
  width: 21px;
  height: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .header .inner .anchor-wrap .anchor.has-child:hover ul {
    pointer-events: auto;
    z-index: 2;
    opacity: 1;
    max-height: 10vh;
  }
}
.header .inner .anchor-wrap .anchor.has-child > a::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229px%22%20height%3D%225px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20opacity%3D%220.902%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M8.214%2C1.176%20L5.305%2C3.831%20L4.141%2C4.893%20L2.978%2C3.831%20L0.068%2C1.176%20L1.232%2C0.116%20L4.141%2C2.769%20L7.050%2C0.116%20L8.214%2C1.176%20Z%22%2F%3E%3C%2Fsvg%3E');
  width: 9px;
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
}
.header .inner .menu {
  position: absolute;
  width: 159px;
  height: inherit;
  top: 0;
  right: 0;
  background-color: rgba(6, 57, 125, 0.502);
  clip-path: polygon(30.1886792453% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .header .inner .menu {
    width: 14.6666666667vw;
    clip-path: none;
  }
}
.header .inner .menu button {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: inherit;
}
.header .inner .menu button::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/common/menu.png');
  width: 37px;
  height: 37px;
  top: 50%;
  left: 62%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .header .inner .menu button::after {
    background-image: url('../../assets/img/common/menu_2x.png');
    width: 8.4vw;
    height: 7.3333333333vw;
    left: 50%;
  }
}
.isHeaderColor .header {
  background-color: rgba(6, 57, 125, 0.8);
}
.footer {
  width: 100%;
  padding-block: 40px 0;
  background: #f0f1f3;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-block: 13.4666666667vw 0;
  }
}
.footer .inner {
  width: 1180px;
  margin-inline: auto;
  display: grid;
  padding-bottom: 70px;
  grid-template: 'logo nav' auto 'logo subnav' auto 'p sdgs' 1fr/1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .footer .inner {
    width: 100%;
    padding-bottom: 12.5333333333vw;
    display: block;
  }
}
.footer .inner .logo {
  grid-area: logo;
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .footer .inner .logo {
    display: block;
    margin-inline: auto;
    text-align: center;
  }
}
.footer .inner .nav {
  grid-area: nav;
  gap: 26px;
  display: flex;
  font-weight: bold;
  font-size: 15px;
  color: var(--blue);
  width: max-content;
  margin-inline: auto 0;
}
@media only screen and (max-width: 767px) {
  .footer .inner .nav {
    padding-inline: 8vw;
    margin-top: 13.333333vw;
    flex-wrap: wrap;
    width: 100%;
    font-size: 3.4666666667vw;
    justify-content: flex-start;
    gap: 1.8em 2em;
  }
  .footer .inner .nav li {
    width: 45%;
  }
}
.footer .inner .sub-nav {
  grid-area: subnav;
  margin-top: 28px;
  display: flex;
  gap: 26px;
  color: #349e84;
  font-size: 12px;
  width: max-content;
  margin-inline: auto 0;
}
@media only screen and (max-width: 767px) {
  .footer .inner .sub-nav {
    margin-inline: auto;
    display: grid;
    margin-top: 10vw;
    gap: 1em 0;
    font-size: 3.2vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .inner .sub-nav li {
    text-align: center;
    display: inline-block;
  }
}
.footer .inner p {
  grid-area: p;
  margin-top: 37px;
  color: var(--charcoal);
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .footer .inner p {
    padding-inline: 5.3333333333vw;
    letter-spacing: 0;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
}
.footer .inner .sdgs {
  grid-area: sdgs;
  margin-top: 30px;
  display: block;
  width: max-content;
  margin-inline: auto 0;
}
@media only screen and (max-width: 767px) {
  .footer .inner .sdgs {
    display: none;
  }
}
.footer small {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-family: Arial;
  border-top: 1px solid #e0e1e5;
  line-height: 1;
  color: var(--charcoal);
}
@media only screen and (max-width: 767px) {
  .footer small {
    font-size: 3.2vw;
    padding-inline: 5.3333333333vw;
    height: 16.1333333333vw;
    justify-content: flex-start;
  }
}
.company-contents main .mv .inner {
  background-image: url('../../assets/img/company/mv.png');
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .company-contents main .mv .inner {
    background-image: url('../../assets/img/company/mv_2x.png');
  }
}
.company-contents main .signature {
  margin-top: 20px;
  display: flex;
  width: max-content;
  margin-right: 0;
  margin-left: auto;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75em;
}
@media only screen and (max-width: 767px) {
  .company-contents main .signature {
    margin-top: 8vw;
  }
}
.company-contents main .signature .item[data-id='1'] {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .company-contents main .signature .item[data-id='1'] {
    font-size: 3.4666666667vw;
  }
}
.company-contents main .signature .item[data-id='2'] {
  display: flex;
  gap: 1em;
  align-items: baseline;
}
.company-contents main .signature .item[data-id='2'] span[data-id='1'] {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .company-contents main .signature .item[data-id='2'] span[data-id='1'] {
    font-size: 3.4666666667vw;
  }
}
.company-contents main .signature .item[data-id='2'] span[data-id='2'] {
  font-size: 30px;
  font-family: var(--serif);
}
@media only screen and (max-width: 767px) {
  .company-contents main .signature .item[data-id='2'] span[data-id='2'] {
    font-size: 7.4666666667vw;
  }
}
.company-contents main .article[data-id='2'] {
  background: var(--water);
}
.company-contents main .article[data-id='2'] .u-table {
  margin-top: 51px;
}
@media only screen and (max-width: 767px) {
  .company-contents main .article[data-id='2'] .u-table {
    margin-top: 13.3333333333vw;
  }
}
.company-contents main .article[data-id='3'] .map {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .company-contents main .article[data-id='3'] .map {
    margin-top: 8vw;
  }
}
.company-contents main .article[data-id='3'] .map iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .company-contents main .article[data-id='3'] .map iframe {
    height: 100vw;
  }
}
.company-contents main .article[data-id='3'] .access {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .company-contents main .article[data-id='3'] .access {
    flex-direction: column;
    gap: 14.1333333333vw;
    font-size: 3.4666666667vw;
  }
  .company-contents main .article[data-id='3'] .access .u-btn {
    margin-inline: auto;
  }
}
.product-contents main[data-type='about-cd-stud'] .mv .inner {
  background-image: url('../../assets/img/product/mv.png');
  background-position: left center;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='about-cd-stud'] .mv .inner {
    background-image: url('../../assets/img/product/mv_2x.png');
  }
}
.product-contents main[data-type='about-cd-stud'] .d-table {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='about-cd-stud'] .d-table {
    margin-top: 6.8vw;
  }
}
.product-contents main[data-type='about-cd-stud'] .article[data-id='1'] .item[data-id='1'] {
  padding-top: 30px;
  gap: 30px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='about-cd-stud'] .article[data-id='1'] .item[data-id='1'] {
    padding-top: 5.3333333333vw;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.product-contents
  main[data-type='about-cd-stud']
  .article[data-id='1']
  .item[data-id='1']
  .unit[data-id='1']
  dl {
  display: flex;
  align-items: center;
  background: var(--blue);
}
@media only screen and (max-width: 767px) {
  .product-contents
    main[data-type='about-cd-stud']
    .article[data-id='1']
    .item[data-id='1']
    .unit[data-id='1']
    dl {
    flex-direction: column;
  }
}
.product-contents
  main[data-type='about-cd-stud']
  .article[data-id='1']
  .item[data-id='1']
  .unit[data-id='1']
  dl
  dt {
  width: 202px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .product-contents
    main[data-type='about-cd-stud']
    .article[data-id='1']
    .item[data-id='1']
    .unit[data-id='1']
    dl
    dt {
    font-size: 4vw;
    letter-spacing: 0.02em;
    width: 100%;
    padding-block: 2.6666666667vw;
  }
}
.product-contents
  main[data-type='about-cd-stud']
  .article[data-id='1']
  .item[data-id='1']
  .unit[data-id='1']
  dl:first-child
  dt {
  letter-spacing: 0.2em;
}
.product-contents
  main[data-type='about-cd-stud']
  .article[data-id='1']
  .item[data-id='1']
  .unit[data-id='1']
  dl
  dd {
  padding: 18px 21px;
  background: var(--water);
}
@media only screen and (max-width: 767px) {
  .product-contents
    main[data-type='about-cd-stud']
    .article[data-id='1']
    .item[data-id='1']
    .unit[data-id='1']
    dl
    dd {
    padding: 5.4666666667vw;
  }
}
.product-contents
  main[data-type='about-cd-stud']
  .article[data-id='1']
  .item[data-id='1']
  .unit[data-id='1']
  dl
  + dl {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .product-contents
    main[data-type='about-cd-stud']
    .article[data-id='1']
    .item[data-id='1']
    .unit[data-id='1']
    dl
    + dl {
    margin-top: 2.6666666667vw;
  }
}
.product-contents
  main[data-type='about-cd-stud']
  .article[data-id='1']
  .item[data-id='1']
  .unit[data-id='2'] {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .product-contents
    main[data-type='about-cd-stud']
    .article[data-id='1']
    .item[data-id='1']
    .unit[data-id='2'] {
    text-align: center;
  }
  .product-contents
    main[data-type='about-cd-stud']
    .article[data-id='1']
    .item[data-id='1']
    .unit[data-id='2']
    img {
    width: 89.3333333333vw;
    height: 82.2666666667vw;
  }
}
.product-contents main[data-type='about-cd-stud'] .article[data-id='1'] .item[data-id='2'] {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='about-cd-stud'] .article[data-id='1'] .item[data-id='2'] {
    margin-top: 12vw;
  }
}
.product-contents
  main[data-type='about-cd-stud']
  .article[data-id='1']
  .item[data-id='2']
  .list
  li {
  line-height: 2.125;
  text-indent: -0.65em;
  padding-left: 0.65em;
}
.product-contents
  main[data-type='about-cd-stud']
  .article[data-id='1']
  .item[data-id='2']
  .list
  li::before {
  content: '•';
}
.product-contents main[data-type='about-cd-stud'] .article[data-id='2'] {
  background: var(--water);
  padding-top: 126px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='about-cd-stud'] .article[data-id='2'] {
    padding-top: 10.8vw;
  }
}
.product-contents main[data-type='about-cd-stud'] .article[data-id='2'] h3 + p {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='about-cd-stud'] .article[data-id='2'] h3 + p {
    margin-top: 6.6666666667vw;
  }
}
.product-contents main[data-type='about-cd-stud'] .article[data-id='3'] {
  padding-top: 126px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='about-cd-stud'] .article[data-id='3'] {
    padding-top: 10.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='about-cd-stud'] .article[data-id='3'] .d-table > div {
    position: relative;
    overflow-x: scroll;
  }
  .product-contents main[data-type='about-cd-stud'] .article[data-id='3'] .d-table > div::after {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('/english/assets/img/product/scroll.png');
    width: 28vw;
    height: 26.6666666667vw;
    position: absolute;
    display: block;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product-contents
    main[data-type='about-cd-stud']
    .article[data-id='3']
    .d-table
    > div:hover::after {
    display: none;
  }
  .product-contents main[data-type='about-cd-stud'] .article[data-id='3'] .d-table table th {
    padding-inline: 2.5vw;
  }
  .product-contents main[data-type='about-cd-stud'] .article[data-id='3'] .d-table table th {
    width: 25.8666666667vw;
  }
}
.product-contents main[data-type='welding'] .mv .inner {
  background-image: url('../../assets/img/product/mv02.png');
  background-position: left center;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .mv .inner {
    background-image: url('../../assets/img/product/mv02_2x.png');
  }
}
.product-contents main[data-type='welding'] .article[data-id='1'] .item[data-id='1'] {
  padding-top: 30px;
  gap: 30px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='1'] .item[data-id='1'] {
    padding-top: 5.3333333333vw;
    gap: 7.7333333333vw;
    flex-direction: column;
  }
}
.product-contents
  main[data-type='welding']
  .article[data-id='1']
  .item[data-id='1']
  .unit[data-id='1']
  p {
  padding-right: 1em;
}
.product-contents
  main[data-type='welding']
  .article[data-id='1']
  .item[data-id='1']
  .unit[data-id='1']
  p
  + p {
  margin-top: 1.75em;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='1'] .item[data-id='1'] img {
    display: block;
    margin-inline: auto;
    width: 78.6666666667vw;
    height: 50vw;
  }
}
.product-contents
  main[data-type='welding']
  .article[data-id='1']
  .item[data-id='1']
  .unit[data-id='2'] {
  flex-shrink: 0;
}
.product-contents main[data-type='welding'] .article[data-id='2'] {
  background: var(--water);
  padding-top: 126px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='2'] {
    padding-top: 10.8vw;
  }
}
.product-contents main[data-type='welding'] .article[data-id='2'] .u-tabs {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='2'] .u-tabs {
    margin-top: 10vw;
  }
}
.product-contents
  main[data-type='welding']
  .article[data-id='2']
  .u-tabs-contents
  .section
  + .section {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .product-contents
    main[data-type='welding']
    .article[data-id='2']
    .u-tabs-contents
    .section
    + .section {
    margin-top: 13.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='2'] .section[data-id='1'] li img {
    width: 34.6666666667vw;
    height: auto;
  }
  .product-contents main[data-type='welding'] .article[data-id='2'] .section[data-id='2'] li img {
    width: 34.6666666667vw;
    height: auto;
  }
  .product-contents main[data-type='welding'] .article[data-id='2'] .section[data-id='2'] li p {
    padding-top: 2vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.product-contents main[data-type='welding'] .body + .desc + .desc + .desc {
  border-bottom: 1px dashed #bcbcbc;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .u-orderlist2 li:nth-child(3) img {
    width: 55.8666666667vw;
    display: block;
    margin-inline: auto;
  }
  .product-contents main[data-type='welding'] .u-orderlist2 li:nth-child(4) img {
    width: 56.4vw;
    display: block;
    margin-inline: auto;
  }
  .product-contents main[data-type='welding'] .u-orderlist2 li:nth-child(5) .body + .desc img {
    width: 27.8666666667vw;
    display: block;
    margin-inline: auto;
  }
  .product-contents
    main[data-type='welding']
    .u-orderlist2
    li:nth-child(5)
    .body
    + .desc
    + .desc
    img {
    width: 84vw;
    display: block;
    margin-inline: auto;
  }
  .product-contents
    main[data-type='welding']
    .u-orderlist2
    li:nth-child(5)
    .body
    + .desc
    + .desc
    + .desc
    img {
    width: 84vw;
    display: block;
    margin-inline: auto;
  }
}
.product-contents main[data-type='welding'] .article[data-id='3'] {
  padding-top: 126px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='3'] {
    padding-top: 10.8vw;
  }
}
.product-contents main[data-type='welding'] .article[data-id='3'] .u-shadowbox {
  margin-top: 53px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='3'] .u-shadowbox {
    margin-top: 5.3333333333vw;
  }
}
.product-contents main[data-type='welding'] .article[data-id='3'] .domain[data-id='1'] h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='3'] .domain[data-id='1'] h3 {
    font-size: 4vw;
  }
}
.product-contents main[data-type='welding'] .article[data-id='3'] .domain[data-id='1'] p {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='3'] .domain[data-id='1'] p {
    margin-top: 1.25em;
  }
}
.product-contents main[data-type='welding'] .article[data-id='3'] .kingdom + .kingdom {
  margin-top: 2em;
}
.product-contents main[data-type='welding'] .article[data-id='3'] .alert-attention {
  margin-top: 3em;
  background: #f8f8f8;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='3'] .alert-attention {
    margin-top: 2.5em;
    padding-block: 7.0666666667vw;
    padding-inline: 4.4vw;
  }
}
.product-contents main[data-type='welding'] .article[data-id='4'] h2 {
  font-weight: bold;
  text-align: center;
  font-family: var(--serif);
  color: var(--blue);
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='4'] h2 {
    font-size: 5.3333333333vw;
  }
}
.product-contents main[data-type='welding'] .article[data-id='5'] .movie {
  margin-left: auto;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='5'] .movie {
    margin-top: 5.3333333333vw;
  }
}
.product-contents main[data-type='welding'] .article[data-id='5'] .movie iframe {
  width: 426px;
  height: 320px;
}
@media only screen and (max-width: 767px) {
  .product-contents main[data-type='welding'] .article[data-id='5'] .movie iframe {
    width: 78.6666666667vw;
    height: 59.0666666667vw;
  }
}
.business-contents main .mv .inner {
  background-image: url('../../assets/img/business/mv.png');
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .business-contents main .mv .inner {
    background-image: url('../../assets/img/business/mv_2x.png');
  }
}
.business-contents main .article[data-id='1'] .u-headstyle + p {
  text-align: center;
  margin-top: 66px;
}
@media only screen and (max-width: 767px) {
  .business-contents main .article[data-id='1'] .u-headstyle + p {
    margin-top: 13.3333333333vw;
  }
}
.business-contents main .article[data-id='1'] .picture {
  display: block;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .business-contents main .article[data-id='1'] .picture {
    margin-top: 10.6666666667vw;
  }
}
.qa-contents main .mv .inner {
  background-image: url('../../assets/img/qa/mv.png');
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .qa-contents main .mv .inner {
    background-image: url('../../assets/img/qa/mv_2x.png');
  }
}
.qa-contents main[data-type='breakdown'] .article[data-id='1'] {
  counter-reset: number;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='breakdown'] .article[data-id='1'] .item .u-borderhead span {
    align-items: flex-start;
  }
}
.qa-contents main[data-type='breakdown'] .article[data-id='1'] .item .u-borderhead span::before {
  font-family: var(--futura);
  font-size: 20px;
  color: var(--orange);
  font-weight: bold;
  padding-right: 0.5em;
  counter-increment: number;
  content: 'Q' counter(number);
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='breakdown'] .article[data-id='1'] .item .u-borderhead span::before {
    font-size: 4vw;
    position: relative;
    top: 0.5vw;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .article[data-id='1'] > .inner {
    padding-bottom: 0;
  }
}
.qa-contents main[data-type='welding'] nav ul {
  border-top: 1px solid #d8d8d8;
  counter-reset: number;
  display: grid;
  margin-top: 89px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] nav ul {
    margin-top: 13.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.qa-contents main[data-type='welding'] nav ul li {
  display: flex;
  font-weight: bold;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] nav ul li {
    gap: 1.0933333333vw;
  }
}
.qa-contents main[data-type='welding'] nav ul li button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 121px;
  padding-right: 50px;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] nav ul li button {
    min-height: 100%;
    padding-block: 4.1333333333vw;
    padding-inline: 0 7.666667vw;
    font-size: 3.0666666667vw;
  }
}
.qa-contents main[data-type='welding'] nav ul li button::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.557%22%20height%3D%229.9%22%20viewBox%3D%220%200%2015.557%209.9%22%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M7617.779%2C9.9%2C7610%2C2.122%2C7612.12%2C0l5.658%2C5.656L7623.435%2C0l2.122%2C2.12Z%22%20transform%3D%22translate(-7610)%22%20fill%3D%22%23ea5504%22%2F%3E%3C%2Fsvg%3E');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.557%22%20height%3D%229.9%22%20viewBox%3D%220%200%2015.557%209.9%22%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M7617.779%2C9.9%2C7610%2C2.122%2C7612.12%2C0l5.658%2C5.656L7623.435%2C0l2.122%2C2.12Z%22%20transform%3D%22translate(-7610)%22%20fill%3D%22%23ea5504%22%2F%3E%3C%2Fsvg%3E');
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: var(--orange);
  width: 16px;
  height: 10px;
  right: 31.5px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] nav ul li button::after {
    aspect-ratio: 16/10;
    width: 2.8vw;
    height: auto;
    right: 4vw;
  }
}
.qa-contents main[data-type='welding'] nav ul li::before {
  font-family: var(--futura);
  font-size: 20px;
  color: #fff;
  pointer-events: none;
  width: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  align-items: center;
  line-height: 1;
  display: grid;
  place-content: center;
  background: var(--orange);
  font-weight: bold;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] nav ul li::before {
    width: 6.266667vw;
    font-size: 3.3333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section {
  counter-reset: bodynumber;
}
.qa-contents main[data-type='welding'] .section .body {
  padding-top: 101px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body {
    padding-top: 13.0666666667vw;
  }
}
.qa-contents main[data-type='welding'] .section .body h2 {
  margin-top: 0;
}
.qa-contents main[data-type='welding'] .section .body h2 span::before {
  counter-increment: bodynumber;
  content: counter(bodynumber, decimal-leading-zero);
  font-family: var(--futura);
  letter-spacing: 0.1em;
  font-size: 20px;
  padding-right: 10px;
  line-height: 1;
  position: relative;
  top: 1px;
  color: var(--orange);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body h2 span::before {
    padding-right: 2vw;
    font-size: 4vw;
    top: 1.4vw;
  }
}
.qa-contents main[data-type='welding'] .section .body h2 + p {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body h2 + p {
    margin-top: 5.3333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body p a {
  color: var(--semiblue);
  text-decoration: underline;
}
.qa-contents main[data-type='welding'] .section .body:nth-child(2n) {
  background: var(--water);
}
.qa-contents main[data-type='welding'] .section .body[data-id='1'] .alert-attention {
  font-size: 16px;
  margin-top: 0.75em;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='1'] .alert-attention {
    font-size: 3.4666666667vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='1'] .domain {
  margin-top: 37px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='1'] .domain {
    flex-direction: column;
    margin-top: 4.9333333333vw;
    gap: 5.3333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom {
  text-align: center;
  border-radius: 8px;
  border: 3px solid var(--semiblue);
  padding: 16px 32px 30px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom {
    border-radius: 1.0666666667vw;
    padding: 3.0666666667vw 4.2666666667vw 4vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom h3 {
  font-weight: bold;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom h3 {
    font-size: 3.4666666667vw;
    margin-bottom: 1.7333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom::before {
  content: '';
  display: block;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom[data-id='1'] img {
    width: 24.5333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom[data-id='1']::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%20viewBox%3D%220%200%2043%2043%22%3E%20%3Cg%20id%3D%22ico_maru%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ea5504%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2221.5%22%20cy%3D%2221.5%22%20r%3D%2221.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2221.5%22%20cy%3D%2221.5%22%20r%3D%2218.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 43px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom[data-id='1']::before {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom[data-id='2'] img {
    width: 78.9333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom[data-id='2']::before {
  background-image: url('data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239.849%22%20height%3D%2239.849%22%20viewBox%3D%220%200%2039.849%2039.849%22%3E%20%3Cpath%20id%3D%22batsu%22%20d%3D%22M8642.8%2C17.8l-17.8%2C17.8%2C17.8-17.8L8625%2C0l17.8%2C17.8%2C17.8-17.8-17.8%2C17.8%2C17.8%2C17.8Z%22%20transform%3D%22translate(-8622.879%202.121)%22%20fill%3D%22none%22%20stroke%3D%22%2306397d%22%20stroke-width%3D%226%22%2F%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 43px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='1'] .kingdom[data-id='2']::before {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='2'] .domain {
  display: flex;
  gap: 45px;
  padding-top: 38px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='2'] .domain {
    flex-direction: column;
    gap: 45px;
    padding-top: 5.3333333333vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='2'] .domain {
    gap: 5.4666666667vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='2'] .domain picture {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='2'] .domain picture img {
    width: 78.6666666667vw;
    display: block;
    margin-inline: auto;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='3'] .domain[data-id='1'] {
  display: block;
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='3'] .domain[data-id='1'] {
    margin-top: 6.1333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='3'] .domain + .domain {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='3'] .domain + .domain {
    margin-top: 5.4666666667vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='4'] .domain {
  display: flex;
  justify-content: center;
  gap: 96px;
  padding-inline: 30px;
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='4'] .domain {
    flex-direction: column;
    gap: 8vw;
    padding-inline: 0;
    margin-top: 5.3333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='4'] .kingdom {
  width: 452px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='4'] .kingdom {
    width: 100%;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='4'] .kingdom > p {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='4'] .kingdom > p {
    margin-top: 5.3333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='4'] .phylum {
  height: 265px;
  padding: 16px 32px 30px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  border: 3px solid var(--semiblue);
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='4'] .phylum {
    height: 100%;
    border-radius: 1.0666666667vw;
    padding: 3.0666666667vw 4.2666666667vw 4vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='4'] .phylum h3 {
  font-weight: bold;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='4'] .phylum h3 {
    font-size: 3.4666666667vw;
    margin-bottom: 1.7333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='4'] .phylum::before {
  content: '';
  display: block;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='4'] .phylum::before {
    margin-bottom: 1.7333333333vw;
  }
}
.qa-contents
  main[data-type='welding']
  .section
  .body[data-id='4']
  .kingdom[data-id='1']
  .phylum::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%20viewBox%3D%220%200%2043%2043%22%3E%20%3Cg%20id%3D%22ico_maru%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ea5504%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2221.5%22%20cy%3D%2221.5%22%20r%3D%2221.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2221.5%22%20cy%3D%2221.5%22%20r%3D%2218.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 43px;
}
@media only screen and (max-width: 767px) {
  .qa-contents
    main[data-type='welding']
    .section
    .body[data-id='4']
    .kingdom[data-id='1']
    .phylum::before {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='4'] .kingdom[data-id='1'] img {
    width: 78.6666666667vw;
  }
  .qa-contents main[data-type='welding'] .section .body[data-id='4'] .kingdom[data-id='2'] img {
    width: 78.6666666667vw;
  }
}
.qa-contents
  main[data-type='welding']
  .section
  .body[data-id='4']
  .kingdom[data-id='2']
  .phylum::before {
  background-image: url('data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239.849%22%20height%3D%2239.849%22%20viewBox%3D%220%200%2039.849%2039.849%22%3E%20%3Cpath%20id%3D%22batsu%22%20d%3D%22M8642.8%2C17.8l-17.8%2C17.8%2C17.8-17.8L8625%2C0l17.8%2C17.8%2C17.8-17.8-17.8%2C17.8%2C17.8%2C17.8Z%22%20transform%3D%22translate(-8622.879%202.121)%22%20fill%3D%22none%22%20stroke%3D%22%2306397d%22%20stroke-width%3D%226%22%2F%3E%3C%2Fsvg%3E');
  width: 43px;
  height: 43px;
}
@media only screen and (max-width: 767px) {
  .qa-contents
    main[data-type='welding']
    .section
    .body[data-id='4']
    .kingdom[data-id='2']
    .phylum::before {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='5'] .domain {
  margin-top: 38px;
  gap: 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='5'] .domain {
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
    flex-direction: column;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='5'] .kingdom {
  background: #fff;
  text-align: center;
  border-radius: 8px;
  border: 3px solid var(--semiblue);
  padding: 30px 32px 19px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='5'] .kingdom {
    height: 100%;
    border-radius: 1.0666666667vw;
    padding: 3.0666666667vw 4.2666666667vw 4vw;
  }
  .qa-contents main[data-type='welding'] .section .body[data-id='5'] .kingdom img {
    width: 78.6666666667vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='5'] .kingdom p {
  font-size: 14px;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='5'] .kingdom p {
    margin-top: 0.5em;
    font-size: 3.2vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='6'] .domain {
  display: flex;
  margin-top: 38px;
  gap: 96px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='6'] .domain {
    margin-top: 5.3333333333vw;
    flex-direction: column;
    gap: 10.333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom {
  width: 452px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom {
    width: 100%;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom > p {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom > p {
    margin-top: 0.5em;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom .phylum {
  height: 277px;
  background: #fff;
  border-radius: 8px;
  border: 3px solid var(--semiblue);
  padding: 30px 32px 19px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom .phylum {
    height: 100%;
    border-radius: 1.0666666667vw;
    padding: 3.0666666667vw 4.2666666667vw 4vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom .phylum h3 {
  font-weight: bold;
  color: var(--blue);
  font-size: 20px;
  margin-bottom: 22px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom .phylum h3 {
    font-size: 4.8vw;
    margin-bottom: 3.4666666667vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom .phylum .class {
  display: flex;
  gap: 18px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom .phylum .class {
    gap: 2.4vw;
  }
  .qa-contents main[data-type='welding'] .section .body[data-id='6'] .kingdom .phylum .class img {
    width: 36.6666666667vw;
  }
}
.qa-contents
  main[data-type='welding']
  .section
  .body[data-id='6']
  .kingdom
  .phylum
  .class
  .order[data-id='1'] {
  flex-shrink: 0;
}
.qa-contents
  main[data-type='welding']
  .section
  .body[data-id='6']
  .kingdom
  .phylum
  .class
  .order[data-id='2'] {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .qa-contents
    main[data-type='welding']
    .section
    .body[data-id='6']
    .kingdom
    .phylum
    .class
    .order[data-id='2'] {
    font-size: 3.0666666667vw;
  }
}
.qa-contents
  main[data-type='welding']
  .section
  .body[data-id='6']
  .kingdom
  .phylum
  .class
  .order[data-id='2']
  li {
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.qa-contents
  main[data-type='welding']
  .section
  .body[data-id='6']
  .kingdom
  .phylum
  .class
  .order[data-id='2']
  li::before {
  content: '・';
}
.qa-contents main[data-type='welding'] .section .body[data-id='7'] .domain {
  margin-top: 38px;
  display: flex;
  gap: 49px;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='7'] .domain {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.qa-contents main[data-type='welding'] .section .body[data-id='7'] .domain picture {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .qa-contents main[data-type='welding'] .section .body[data-id='7'] .domain picture img {
    width: 89.3333333333vw;
  }
}
.contact-contents main .mv .inner {
  background-image: url('../../assets/img/contact/mv.png');
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .contact-contents main .mv .inner {
    background-image: url('../../assets/img/contact/mv_2x.png');
  }
}
.contact-contents main .step {
  margin-inline: auto;
  margin-top: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .contact-contents main .step {
    margin-top: 13.3333333333vw;
  }
}
.contact-contents main .article[data-id='1'] {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .contact-contents main .article[data-id='1'] {
    padding-top: 19.2vw;
  }
}
.contact-contents main .article[data-id='1'] .item[data-id='1'] {
  text-align: center;
  font-family: var(--serif);
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .contact-contents main .article[data-id='1'] .item[data-id='1'] {
    font-size: 3.8666666667vw;
    font-weight: normal;
  }
}
.contact-contents main .article[data-id='1'] .domain[data-id='2'] .kingdom[data-id='1'] {
  display: flex;
  font-weight: 300;
  font-size: 48px;
  gap: 86px;
  justify-content: center;
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .contact-contents main .article[data-id='1'] .domain[data-id='2'] .kingdom[data-id='1'] {
    margin-top: 7.0666666667vw;
    font-size: 8.6666666667vw;
    flex-direction: column;
    gap: 4.4vw;
  }
}
.contact-contents main .article[data-id='1'] .domain[data-id='2'] .kingdom[data-id='1'] .phylum {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
}
@media only screen and (max-width: 767px) {
  .contact-contents main .article[data-id='1'] .domain[data-id='2'] .kingdom[data-id='1'] .phylum {
    gap: 3.6vw;
  }
}
.contact-contents
  main
  .article[data-id='1']
  .domain[data-id='2']
  .kingdom[data-id='1']
  .phylum::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 1;
}
.contact-contents
  main
  .article[data-id='1']
  .domain[data-id='2']
  .kingdom[data-id='1']
  .phylum[data-id='1']::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252.587%22%20height%3D%2250.421%22%20viewBox%3D%220%200%2052.587%2050.421%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_27%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2027%22%20transform%3D%22translate(1.712%201.812)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_25%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2025%22%20transform%3D%22translate(0%206.616)%22%3E%20%3Cg%20id%3D%22_%E3%83%AA%E3%83%94%E3%83%BC%E3%83%88%E3%83%9F%E3%83%A9%E3%83%BC_%22%20data-name%3D%22%26lt%3B%E3%83%AA%E3%83%94%E3%83%BC%E3%83%88%E3%83%9F%E3%83%A9%E3%83%BC%26gt%3B%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_24%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2024%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M3485.827%2C2903.726c4.26%2C4.26%2C12.64%2C9.993%2C21.987%2C10.034%2C5.329.023%2C7.441-4.8%2C8.182-7.336a2.039%2C2.039%2C0%2C0%2C0-.86-2.29l-6.3-4.035a2.04%2C2.04%2C0%2C0%2C0-2.009-.108l-4.756%2C2.367a25.979%2C25.979%2C0%2C0%2C1-14.868-14.868l2.367-4.756a2.04%2C2.04%2C0%2C0%2C0-.108-2.009l-4.035-6.3a2.039%2C2.039%2C0%2C0%2C0-2.29-.859c-2.534.741-7.36%2C2.853-7.336%2C8.182C3475.839%2C2891.091%2C3481.567%2C2899.466%2C3485.827%2C2903.726Z%22%20transform%3D%22translate(-3475.798%20-2873.479)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_26%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2026%22%20transform%3D%22translate(26.286)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_37%22%20data-name%3D%22%E3%83%91%E3%82%B9%2037%22%20d%3D%22M3584.46%2C2903.352a9.712%2C9.712%2C0%2C0%2C1%2C8.936%2C8.936%22%20transform%3D%22translate(-3584.46%20-2889.51)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_38%22%20data-name%3D%22%E3%83%91%E3%82%B9%2038%22%20d%3D%22M3590.041%2C2875.966a15.548%2C15.548%2C0%2C0%2C1%2C14.21%2C14.21%22%20transform%3D%22translate(-3588.691%20-2868.749)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_39%22%20data-name%3D%22%E3%83%91%E3%82%B9%2039%22%20d%3D%22M3598.083%2C2846.13a21.375%2C21.375%2C0%2C0%2C1%2C19.482%2C19.482%22%20transform%3D%22translate(-3594.788%20-2846.13)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 53px;
  height: 51px;
}
@media only screen and (max-width: 767px) {
  .contact-contents
    main
    .article[data-id='1']
    .domain[data-id='2']
    .kingdom[data-id='1']
    .phylum[data-id='1']::before {
    width: 10vw;
    height: 9.6vw;
  }
}
.contact-contents
  main
  .article[data-id='1']
  .domain[data-id='2']
  .kingdom[data-id='1']
  .phylum[data-id='2']::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2244.711%22%20height%3D%2249.217%22%20viewBox%3D%220%200%2044.711%2049.217%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_28%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2028%22%20transform%3D%22translate(1.712%201.712)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_40%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2040%22%20width%3D%2241.288%22%20height%3D%2231.611%22%20rx%3D%222.87%22%20transform%3D%22translate(0%2014.183)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_41%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2041%22%20width%3D%2210.242%22%20height%3D%2231.611%22%20rx%3D%222.87%22%20transform%3D%22translate(0%2014.183)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_42%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2042%22%20width%3D%2222.93%22%20height%3D%2214.183%22%20transform%3D%22translate(13.781)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_10%22%20data-name%3D%22%E7%B7%9A%2010%22%20x2%3D%223.775%22%20transform%3D%22translate(18.028%2022.802)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_11%22%20data-name%3D%22%E7%B7%9A%2011%22%20x2%3D%223.775%22%20transform%3D%22translate(29.176%2022.802)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_12%22%20data-name%3D%22%E7%B7%9A%2012%22%20x2%3D%223.775%22%20transform%3D%22translate(18.028%2030.116)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_13%22%20data-name%3D%22%E7%B7%9A%2013%22%20x2%3D%223.775%22%20transform%3D%22translate(29.176%2030.116)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_14%22%20data-name%3D%22%E7%B7%9A%2014%22%20x2%3D%223.775%22%20transform%3D%22translate(18.028%2037.43)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_15%22%20data-name%3D%22%E7%B7%9A%2015%22%20x2%3D%223.775%22%20transform%3D%22translate(29.176%2037.43)%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223.423%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 53px;
  height: 51px;
}
@media only screen and (max-width: 767px) {
  .contact-contents
    main
    .article[data-id='1']
    .domain[data-id='2']
    .kingdom[data-id='1']
    .phylum[data-id='2']::before {
    width: 10vw;
    height: 9.6vw;
  }
}
.contact-contents
  main
  .article[data-id='1']
  .domain[data-id='2']
  .kingdom[data-id='1']
  .phylum
  *:where(a, span) {
  line-height: 1;
}
.contact-contents main .article[data-id='1'] .domain[data-id='2'] .kingdom[data-id='2'] {
  font-size: 14px;
  margin-top: 1.5em;
  color: #888;
  text-align: center;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .contact-contents main .article[data-id='1'] .domain[data-id='2'] .kingdom[data-id='2'] {
    font-size: 3.2vw;
    margin-top: 5vw;
  }
}
.contact-contents main .article[data-id='2'] .u-headstyle {
  text-align: center;
}
.contact-contents main .article[data-id='2'] .u-headstyle h2 {
  padding-top: 0;
}
.contact-contents main .article[data-id='2'] .u-headstyle + p {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-contents main .article[data-id='2'] .u-headstyle + p {
    margin-top: 13.3333333333vw;
  }
}
.contact-contents main .article[data-id='2'] .u-headstyle + p a {
  color: var(--semiblue);
  text-decoration: underline;
}
.contact-contents main.form .step {
  background-image: url('/english/assets/img/contact/step1.png');
  width: 464px;
  height: 47px;
}
@media only screen and (max-width: 767px) {
  .contact-contents main.form .step {
    background-image: url('/english/assets/img/contact/step1_2x.png');
    width: 75.3333333333vw;
    height: 11.7333333333vw;
  }
}
.contact-contents main.confirm .u-headstyle {
  text-align: center;
}
.contact-contents main.confirm .u-headstyle h2 {
  padding-top: 0;
}
.contact-contents main.confirm .u-headstyle + p {
  margin-top: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-contents main.confirm td {
    font-size: 3.7333333333vw;
  }
}
.contact-contents main.confirm .step {
  background-image: url('/english/assets/img/contact/step2.png');
  width: 464px;
  height: 47px;
}
@media only screen and (max-width: 767px) {
  .contact-contents main.confirm .step {
    background-image: url('/english/assets/img/contact/step2_2x.png');
    width: 75.3333333333vw;
    height: 11.7333333333vw;
  }
}
.contact-contents main.complete .step {
  background-image: url('/english/assets/img/contact/step3.png');
  width: 464px;
  height: 47px;
  margin-bottom: 6em;
}
@media only screen and (max-width: 767px) {
  .contact-contents main.complete .step {
    background-image: url('/english/assets/img/contact/step3_2x.png');
    margin-bottom: 6vw;
    width: 75.3333333333vw;
    height: 11.8666666667vw;
  }
}
.contact-contents main.complete .u-headstyle {
  text-align: center;
}
.contact-contents main.complete .u-headstyle h2 {
  padding-top: 0;
}
.contact-contents main.complete p {
  margin-top: 1em;
  text-align: center;
}
.contact-contents main.complete .u-btn {
  margin-inline: auto;
  text-align: center;
  margin-top: 3em;
}
@media print, screen and (min-width: 768px) {
  a[href^='tel:'],
  a[href^='sms:'] {
    pointer-events: none;
  }
}
:root {
  --blue: #06397d;
  --orange: #ea5504;
  --water: #f6faff;
  --water2: #eef5ff;
  --semiblue: #7fa6da;
  --charcoal: #5c5c5c;
  --serif: 'Georgia', serif;
  --futura: 'FuturaPTDemi', sans-serif;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #111;
  min-width: 1300px;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}
p {
  font-size: 16px;
  line-height: 2.125;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
  }
}
@font-face {
  font-family: 'FuturaPTDemi';
  src: url('../../assets/font/FuturaPTDemi.otf') format('opentype'),
    url('/assets/font/FuturaPTDemi.woff') format('woff');
  font-display: swap;
}
main {
  width: calc(100vw - (100vw - 100%));
  overflow: hidden;
}
main article > .inner {
  width: 1120px;
  margin-inline: auto;
  padding-bottom: 120px;
}
main article > .inner[no-bottom] {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  main article > .inner {
    width: 100%;
    padding-inline: 5.3333333333vw;
    padding-bottom: 17.3333333333vw;
  }
}
.u-headstyle h2[center] {
  text-align: center;
}
.u-headstyle h2 {
  padding-top: 90px;
  color: var(--blue);
  font-family: var(--futura);
  font-size: 60px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .u-headstyle h2 {
    font-size: 10.6666666667vw;
    padding-top: 13.3333333333vw;
  }
}
.u-headstyle p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .u-headstyle p {
    font-size: 3.7333333333vw;
  }
}
.u-head3 {
  padding-block: 63px 32px;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .u-head3 {
    font-size: 5.0666666667vw;
    padding-block: 13.6vw 5.8666666667vw;
  }
}
.u-borderhead {
  font-size: 24px;
  margin-top: 70px;
  letter-spacing: 0.03em;
  font-weight: bold;
  position: relative;
  margin-right: calc(50% - 50vw);
  border-bottom: 1px solid #eee;
}
.u-borderhead[no-margin] {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .u-borderhead {
    font-size: 4.8vw;
    margin-top: 12.8vw;
  }
}
.u-borderhead span {
  padding: 0 15px 4px 10px;
  display: inline-flex;
  align-items: center;
  position: relative;
  background: linear-gradient(to bottom, transparent, transparent 75%, #dce5f2 75%, #dce5f2 100%);
}
@media only screen and (max-width: 767px) {
  .u-borderhead span {
    align-items: flex-start;
    width: max-content;
    max-width: 95%;
    padding: 0 2.6666666667vw 1.0666666667vw 2.6666666667vw;
  }
}
.u-table {
  width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .u-table {
    width: 100%;
  }
}
.u-table table {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .u-table table {
    font-size: 3.2vw;
  }
}
.u-table th {
  width: 250px;
  font-weight: bold;
  border-block: 1px solid var(--blue);
}
@media only screen and (max-width: 767px) {
  .u-table th {
    width: 20vw;
  }
}
.u-table td {
  border-block: 1px solid #ccc;
  padding-inline: 12px;
  line-height: 1.88;
}
@media only screen and (max-width: 767px) {
  .u-table td {
    padding-inline: 2.1333333333vw;
  }
}
.u-table th,
.u-table td {
  padding-block: 24px;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .u-table th,
  .u-table td {
    padding-block: 6.6666666667vw;
  }
}
.d-table {
  width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .d-table {
    width: 100%;
  }
}
.d-table table {
  width: 100%;
}
.d-table thead th {
  background: #eff5f9;
}
.d-table tbody th {
  background: #d8f7ff;
}
.d-table .union {
  background: #8db6e9;
}
.d-table th,
.d-table td {
  padding-block: 16px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border: 1px solid #d8d8d8;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .d-table th,
  .d-table td {
    line-height: 1.3636363636;
    font-size: 2.9333333333vw;
  }
}
.d-table[data-type='text'] tbody th,
.d-table[data-type='text'] tbody td {
  line-height: 1.5;
}
.d-table td {
  width: 160px;
  text-align: center;
  color: #8db6e9;
  font-size: 28px;
  background: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .d-table td {
    width: 14.1333333333vw;
    font-size: 5.8666666667vw;
  }
}
.d-table[data-type='text'] td {
  font-size: 16px;
  color: #111;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .d-table[data-type='text'] td {
    font-size: 3.2vw;
  }
}
.d-table .caption {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.86;
  color: #888;
  text-indent: -0.75em;
  padding-left: 0.75em;
}
@media only screen and (max-width: 767px) {
  .d-table .caption {
    font-size: 3.2vw;
  }
}
.d-table .caption::before {
  content: '*';
  letter-spacing: 0.25em;
}
.d-table .caption + .caption {
  margin-top: 0;
}
.u-btn *:where(button, a) {
  position: relative;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  background: var(--blue);
  border-radius: 50rem;
  padding-block: 20px;
  padding-inline: 81px;
  box-shadow: 0 0.5em 0 0 rgba(0, 0, 0, 0.1);
  transition: all 300ms ease 0s;
}
@media only screen and (max-width: 767px) {
  .u-btn *:where(button, a) {
    font-size: 3.4666666667vw;
    padding-block: 4.8vw;
    padding-inline: 19.6vw;
  }
}
.u-btn [target='_blank']::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAs0lEQVQoFaWTPQoCQQyFP8XSMyjsFRa2s7GytbNf2EMJltpu6wGsvIOgFp7AfpZIBodo2Fn2wUB+Xh5JhkxCCBg8gIWJue7MybTA2cnFcAXUnsAV2CvRw1sEpl42Ny4d3JT8AlZqZ0M6KIA7cMmuSohxBwfgpPYgjN7BaIE4goX8cWODxhcOnsAWkNeLfwLL3qqEMGQHO+CY1H7M2MEamKvtYQOUNinX+HOOlpT4T+A7ItABgmYWQzXyA9wAAAAASUVORK5CYII=');
  width: 16px;
  height: 16px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .u-btn [target='_blank']::after {
    width: 4vw;
    height: 3.7333333333vw;
    right: 6vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .u-btn:hover *:where(a, button) {
    transform: translateY(0.5em);
    box-shadow: 0 0em 0 0 rgba(0, 0, 0, 0.1);
  }
}
.u-tabs {
  display: flex;
  border-bottom: 1px solid var(--blue);
}
.u-tabs-btn {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.03em;
  color: var(--blue);
  height: 100px;
  background: var(--water);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .u-tabs-btn {
    font-size: 4vw;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
    height: 15.6vw;
  }
}
.u-tabs-btn.on {
  border-top: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .u-tabs-btn.on {
    top: 0.2333333333vw;
  }
}
.u-tabs-btn button {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.u-head5 {
  background: var(--blue);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 0.9em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .u-head5 {
    font-size: 4vw;
    padding: 0.9em 2.6666666667vw;
  }
}
.u-tabs-contents {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .u-tabs-contents {
    margin-top: 6.6666666667vw;
  }
}
.u-orderlist {
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 26px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .u-orderlist {
    gap: 5.7333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.u-orderlist li {
  border: 3px solid var(--semiblue);
  border-radius: 8px;
  background: #fff;
  padding: 0;
  min-height: 35px;
  position: relative;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .u-orderlist li {
    flex-wrap: wrap;
    display: block;
    gap: 0;
    padding-bottom: 0vw;
    border: 0.6666666667vw solid var(--semiblue);
  }
  .u-orderlist li:nth-child(7) {
    padding-right: 5vw;
  }
  .u-orderlist li:nth-child(7) picture {
    float: left;
    display: inline;
  }
  .u-orderlist li:nth-child(7) .body {
    display: block;
    padding-bottom: 6vw;
    padding-left: 5vw;
  }
  .u-orderlist li:nth-child(7) .body .h6 {
    padding-right: 4vw;
    display: inline;
  }
}
.u-orderlist li::before {
  z-index: 2;
  position: absolute;
  font-family: var(--futura);
  font-size: 25px;
  font-weight: bold;
  background: var(--semiblue);
  display: inline-flex;
  line-height: 1;
  color: #fff;
  width: 31px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 5px 0px;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number);
}
@media only screen and (max-width: 767px) {
  .u-orderlist li::before {
    width: 6.2666666667vw;
    font-size: 5.0666666667vw;
  }
}
.u-orderlist li:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: var(--semiblue) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .u-orderlist li:not(:last-child)::after {
    border-width: 4.4vw 5.33vw 0 5.33vw;
    bottom: -4.8vw;
  }
}
.u-orderlist li .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 29px;
  padding-block: 26px;
}
@media only screen and (max-width: 767px) {
  .u-orderlist li .body {
    display: block;
    padding: 0;
    display: inline;
    padding-right: 4vw;
    padding-block: 5.2vw 0;
  }
}
.u-orderlist li picture {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .u-orderlist li picture {
    float: left;
    margin-right: 0.8em;
  }
}
.u-orderlist li .h6 {
  color: var(--blue);
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .u-orderlist li .h6 {
    font-size: 4vw;
    line-height: 1.52;
    min-height: 6.5em;
    padding: 1em 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 5vw;
  }
}
.u-orderlist li .h6 + p {
  margin-top: 1em;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .u-orderlist li .h6 + p {
    margin-top: 0;
    margin-top: 0;
    clear: both;
    padding: 1.2em 1.2em;
    padding-bottom: 0;
    padding-inline: 5.3333333333vw 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.u-orderlist li p {
  line-height: 1.8666666667;
}
.u-orderlist2 {
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .u-orderlist2 {
    margin-top: 7.0666666667vw;
    gap: 12vw;
  }
}
.u-orderlist2 li {
  display: block;
  position: relative;
}
.u-orderlist2 li:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 26.5px 0 26.5px;
  border-color: var(--semiblue) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 767px) {
  .u-orderlist2 li:not(:last-child)::after {
    border-width: 4.4vw 5.33vw 0 5.33vw;
    bottom: -4.8vw;
  }
}
.u-orderlist2 li .body {
  display: flex;
  height: 60px;
  border: 3px solid var(--semiblue);
  border-radius: 8px;
  background: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  .u-orderlist2 li .body {
    height: 17.666667vw;
    border-radius: 1.0666666667vw;
    gap: 2.9333333333vw;
    border: 0.6666666667vw solid var(--semiblue);
  }
}
.u-orderlist2 li .body::before {
  z-index: 2;
  font-family: var(--futura);
  font-size: 25px;
  font-weight: bold;
  background: var(--semiblue);
  line-height: 1;
  display: flex;
  color: #fff;
  width: 31px;
  align-items: center;
  height: inherit;
  justify-content: center;
  border-radius: 8px 0 0 8px;
  counter-increment: number;
  content: counter(number);
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .u-orderlist2 li .body::before {
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
}
.u-orderlist2 li .h6 {
  color: var(--blue);
  font-weight: bold;
  background: #fff;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .u-orderlist2 li .h6 {
    font-size: 4vw;
  }
}
.u-orderlist2 li p {
  font-size: 16px;
  line-height: 1.8666666667;
}
@media only screen and (max-width: 767px) {
  .u-orderlist2 li p {
    font-size: 3.4666666667vw;
  }
}
.u-orderlist2 .desc {
  display: flex;
  padding-block: 30px;
  gap: 30px;
  padding-left: 30px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .u-orderlist2 .desc {
    padding-inline: 0;
    padding-block: 5.3333333333vw;
    flex-direction: column;
  }
}
.u-orderlist2 .desc picture {
  flex-shrink: 0;
}
.u-orderlist2 .desc p {
  line-height: 2.125;
}
.u-orderlist2 .desc p a {
  text-decoration: underline;
  color: var(--semiblue);
}
.u-orderlist2 .desc + .desc {
  border-top: 1px dashed #bcbcbc;
}
.alert-attention {
  margin-top: 18px;
  color: #e22929;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .alert-attention {
    margin-top: 5.933333vw;
    font-size: 3.2vw;
  }
}
.alert-attention li {
  line-height: 1.8571428571;
  text-indent: -1em;
  padding-left: 1em;
}
.alert-attention li::before {
  content: '*';
  padding-right: 0.5em;
}
.u-shadowbox {
  background: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  padding-block: 64px;
}
@media only screen and (max-width: 767px) {
  .u-shadowbox {
    filter: drop-shadow(0px 0px 1.0666666667vw rgba(0, 0, 0, 0.16));
    border-radius: 1.0666666667vw;
    padding-block: 8.9333333333vw 9.8666666667vw;
    padding-inline: 5.3333333333vw;
  }
}
.u-shadowbox .head {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: bold;
  color: var(--blue);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .u-shadowbox .head {
    font-size: 5.0666666667vw;
  }
}
.u-shadowbox .list {
  margin-top: 32px;
  width: 1000px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .u-shadowbox .list {
    margin-top: 9.0666666667vw;
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
.u-accordion label {
  cursor: pointer;
}
.u-accordion input[type='checkbox'] {
  display: none;
}
.u-accordion .unit {
  background: var(--water2);
  border-radius: 8px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .u-accordion .unit {
    border-radius: 1.0666666667vw;
    padding-bottom: 3.666667vw;
  }
}
.u-accordion .unit:first-child {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .u-accordion .unit:first-child {
    margin-top: 8vw;
  }
}
.u-accordion .unit + .unit {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .u-accordion .unit + .unit {
    margin-top: 4vw;
  }
}
.u-accordion .head {
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  gap: 0.75em;
  padding: 41px 60px 0;
}
@media only screen and (max-width: 767px) {
  .u-accordion .head {
    font-size: 3.7333333333vw;
    gap: 2.1333333333vw;
    padding: 4.5333333333vw 2.6666666667vw 0;
  }
}
.u-accordion .head span {
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .u-accordion .head span {
    padding-right: 7vw;
  }
}
.u-accordion .head::before {
  content: 'Q';
  font-size: 40px;
  font-family: var(--futura);
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  top: -6px;
  color: #ea5504;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .u-accordion .head::before {
    font-size: 6.6666666667vw;
    top: -0.5vw;
  }
}
.u-accordion .arrow {
  position: absolute;
  aspect-ratio: 1/1;
  width: 30px;
  top: 39px;
  right: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .u-accordion .arrow {
    width: 4vw;
    top: 5vw;
    right: 6vw;
  }
}
.u-accordion .arrow::before,
.u-accordion .arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--blue);
  transition: all 250ms ease 0s;
}
.u-accordion .arrow::before {
  width: 100%;
  height: 4px;
}
@media only screen and (max-width: 767px) {
  .u-accordion .arrow::before {
    height: 0.5333333333vw;
  }
}
.u-accordion .arrow::after {
  height: 100%;
  width: 4px;
}
@media only screen and (max-width: 767px) {
  .u-accordion .arrow::after {
    width: 0.5333333333vw;
  }
}
.u-accordion .body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 250ms ease 0ms, padding-block 250ms ease 0ms;
  will-change: grid-template-rows, padding-block;
  padding-inline: 109px;
  padding-block: 0;
}
@media only screen and (max-width: 767px) {
  .u-accordion .body {
    padding-inline: 10vw;
  }
}
.u-accordion input[type='checkbox']:checked + .arrow + .body {
  grid-template-rows: 1fr;
  padding-block: 1.1em 5px;
}
@media only screen and (max-width: 767px) {
  .u-accordion input[type='checkbox']:checked + .arrow + .body {
    padding-block: 3vw 1vw;
  }
}
.u-accordion input[type='checkbox']:checked + .arrow::after {
  height: 4px;
}
@media only screen and (max-width: 767px) {
  .u-accordion input[type='checkbox']:checked + .arrow::after {
    height: 0.5333333333vw;
  }
}
.u-accordion .body-inner {
  overflow: hidden;
  line-height: 1.875;
}
.to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
  aspect-ratio: 1/1;
  background: var(--blue);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .to-top {
    width: 16vw;
  }
}
.to-top::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .to-top::before {
    width: 4vw;
    height: 4vw;
  }
}
.second-contents main .contents {
  position: relative;
  min-height: 1068px;
}
.second-contents main .contents::before {
  pointer-events: none;
  content: '';
  display: block;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  background-image: url('../../assets/img/common/bg-il.png');
  width: 1128px;
  height: 1068px;
  position: absolute;
  top: 0;
  right: 0;
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .second-contents main .contents::before {
    background-image: url('../../assets/img/common/bg-il_2x.png');
    width: 173.3333333333vw;
    height: 142.4vw;
    background-attachment: scroll;
  }
}
.second-contents main .contents .article {
  position: relative;
  z-index: 2;
}
.second-contents main .mv {
  position: relative;
}
.second-contents main .mv .inner {
  height: 550px;
  padding-top: 110px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 86px;
}
@media only screen and (max-width: 767px) {
  .second-contents main .mv .inner {
    height: 73.3333333333vw;
    padding-top: 15vw;
    padding-left: 5.3333333333vw;
  }
}
.second-contents main .mv .inner::before {
  content: '';
  display: block;
  width: 100%;
  background-image: url('../../assets/img/common/border.png');
  height: 550px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .second-contents main .mv .inner::before {
    height: 73.3333333333vw;
  }
}
.second-contents main .mv .inner::after {
  content: '';
  display: block;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 675px;
  background: rgba(117, 166, 194, 0.5);
  mix-blend-mode: multiply;
  background-blend-mode: multiply;
  height: 100%;
  clip-path: polygon(34.5185185185% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .second-contents main .mv .inner::after {
    width: 54.2666666667vw;
    clip-path: polygon(54.7911547912% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.second-contents main .mv .inner h1 {
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 3;
  font-family: 'FuturaPTDemi';
  font-weight: normal;
  font-size: 70px;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .second-contents main .mv .inner h1 {
    padding-bottom: 3.2vw;
    font-size: 9.3333333333vw;
  }
}
.second-contents main .mv .inner p {
  position: relative;
  padding-top: 20px;
  font-size: 20px;
  z-index: 3;
  color: #ea5504;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 767px) {
  .second-contents main .mv .inner p {
    padding-top: 3.2vw;
    font-size: 3.2vw;
  }
}
.language {
  position: absolute;
  z-index: 20;
  top: 130px;
  right: 30px;
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
  gap: 0.2em;
}
@media only screen and (max-width: 767px) {
  .language {
    right: 2.6666666667vw;
    top: 18vw;
    font-size: 2.9333333333vw;
  }
}
.language .anchor {
  display: flex;
  gap: 0.2em;
}
.language a.anchor {
  opacity: 0.5;
}
.language .anchor + .anchor::before {
  content: '/';
  font-weight: normal;
}
.language::before {
  margin-right: 7px;
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAA3RJREFUSEvFl0uPTFEQx3UsCTPCRiTTMguWmgVC4o4NC2Isicnc+QSmP4GeT4BPoCeEpUlYsNLiERYeSxuZnsSOMISltP/vqOqcvn0frSMzJ/nnnlu3Tr1O1Tl1a1tGHL1e75BY54Wzwj5huy39qecn4ZGwXKvV3o8islbFJIUt8VwVJoTfwlbhiz1ZDm139G1d8xsyYKlMdqFiKZzVwutCXbgnHBN2CbMS2tH3xwjW/IzmiaYrwlfhlXBJ6ApNfYc+NHIVm5fXxP1UWMQDgVAnHspYMVJtKzqaPhHwljWnhFae90OKJaAtZvZySQtaek81vyVcjK3PKjblROm+sCDetnhQzja19b4Quz2gOPL0uZjmxNwVjZB1NU/ihXmKTTleT4l/v3jqmt8WTrojLqOv2PYUa18LB4WdwlvhsHBegh6OqPic+B5Ea79r/kE4GkctKJZSMvadsIZn9p5ipbDDFOI5peLlMmd0PGKQA6Bu7z/0JE8I87pkdjQPkeC7K24ZUyNKHoz5Jtw0ZS6YJ9GIB165UTzhYW8nUQqjJR/OhdxxxXxcESF1aVYiZGjfmFhT0R5nlMxQepHMtuYXRJusRZZkszZEQUxFJdev44z34VVye+5dpNizvoFiUj6VfELbH6JT+HXRCdvQKPPYFIfQx1E0OtFtoziEIqdccumR9VUel8uVYizrSDEnVOwxC6nfdEyP2xaxJCM3nGh4zF58NMQ8p/WylkN3niM2eZNnmGjTwl7hWeY79OlNVVwWapJjYAv+YY/LQp1sanKx2fMUdSYJKCeOuMaYyVVZTtQpR9nGHiB4o8TeyCOTDmZi1EtilZoU/KIYOOVEx3C/JLqacwNlL4lEtNCd9C8J85oFqyLO2LUYuhDBbyJq2oWz5Irt/R17ulFT9s6NxbW4HF2LHME48PdaNMV+gNMIHBDwir0nucZpBHwt0aARoFns51FR6/MCj2Sdtz4hEm6kGZp7VtvZHzyz1oeInCB6hNhllDV79MbN/9TsEe40Nryqve2IuSlgKa0qFzv7TCUMeGz3OslDSww/PXmS9bTQY/9gzR+HC8lyVzgucMiwT3kNPY0i+/lSuCyQjIvi5SAaGoV/EpEBWM95TXb7L8xnzfmVYUDbE30jm9km1hWOSsWRAZRLKvhP2zb79ktP/2mjowxbUTX+AGLTMLxTUUx+AAAAAElFTkSuQmCC');
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .language::before {
    margin-right: 1.6933333333vw;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAxCAYAAABznEEcAAAABHNCSVQICAgIfAhkiAAAByBJREFUaEPdmkuoHEUUhu8gviGa+EIEvRcEceEjIoooOtkILiQJunHlZCGuxLiO4gQfW3MXiiLoDQgKCiYiQXThXFFBN96goAbBia4U0URFRZDr/zXnNNXVVT01D4JYcOjuqupT5z+vOl0zvaUFtM3NzfPF5g7R9aJdostEF0Ws/9Dzd6J3RBui9V6vN17A8ku9WZmY4Dv1/kDUn5EPIA6IDs8DaGoQJvzDWnivCAuk2kl1Hhdda4PHdD1PdEkH2DWN7Z8FzFQgBOB+01wo/Gfq227CIfwBCTLU3DN1/5f171TfW+rD1dD8Fdb/ja64HQC9MQ6YEx2AG0NFIEz7b+rNfvD2Qd1/LHrB+tD8Li2Ovy+lQPi7GkPrKIT2vOgHEZZ1MGPd73Zek8BMBKEFCdb3Ra79dd0PjDFWoP8oAEPtdYEwkCGQ3eobiYYiXNXbHvFkXmfrBCFBEPZl44Cr7HWmGgNY38a2x1qbBMKAYLXrRLjOCkowpR3Ss7vcmvr3dKHIgkgAQNPuKvg27kXDf9FgoxWCwMpYk3ZQfFAaroh1RwaQrk4gSRCmDWeOv96sBfD5qmn8W12WRUfVjyCtVgLCeA11fdwYYI1xsM6Hur/Vnh/RGEHfai0QpgWEDDMQ5obBqggruIvtEOPRnCBYB8EJ6soalgUBh6LCRrDjao2WAuG+/qtmvip6MHrnJz1fKPpeDC9PAaCv1BI2d01XstXfoj8NkLP+SDfbRFeLUCbxNw7XbYCI4qDKDOpDG0NbJJZ5pA4YEisbmk/mqtqEFIsLEtBcoRtEWyLm8BpiaXNv1sJah9RHNqtbDSJyo3VN7IcTbfw59d0XI8k8E0OeYXDPlcL3vtC8u2Nta/2h+j12Gm4cgggnNQIs0C7aoNA7Ino90CTaDHfdQnmX0PZYhCVxmcfsxa2k25iJgDAXxYw0vsPHKxCRFepUl7DEL9bXyhTmdss2DqgLRI/a82u6fs3i9nzC03WgIN7FYrRkAEfuXlvDQQz0omecnBX6mkPQ05JzItCt2ikcT90Hmt4vkMMJc2plOwjPSJTEpNBWC3zypOaE6Tcp2zTZKbAG6ZPyvhWTwRxqrGdE9S7fM1dyN6kyUgbExAUWYAm0T/Diblszciyrv+F2gAhLiGRAwUzzRroQ1KtaAG10thktUSoLiYAUXckCCEefLSEMxKZJnd3+F2CJsJZqpNGIN9UD1W7ldoBwDWfjIQKRZT4viNJ1wiwlED1AUOihga6MEPrhqQLRFZ99yeuZ8mxAuJs8pYEnMo5+u/rftbE7df1gUkxonBTLNwjtXtHbBe8wxT9pu+QhHj4xfttCEIVr/Oem/f9AUBpQeqfaNep80gYoJT4vsMfpmvOGzcM1Pi14hymHbV6XPBdrzouhO431QFHVFdhFqS8UcpZ9gveDGM2mcs3pa6oH9pYwxSYLPxcsYH6qslPXPlFvip5iGxtHzuQBiGzqm9cSVgl7SdEFYqi1KE+qDRpLDPRQVbCg6gDhW33W7RYAInSTFYmDq7dasEFX3gOIZc3qrOPNV0e6UjtlK8wFgHANZxWaKli9FAcxwZ2Ni6DGGgv9xE/NWQJb76xJBg4MsoqKPowqazmIVo0e27C02vX3ZgThJVC2UhZf//apgTqI0KWSPl/qduZ68LtS9J6B2qfrEWmNuEq2ku+aKLXWCSY8KHBT1l9MCWvUbqcxrEcN0xf50QvClzTWANDIrpyMwGPSJzJHp6TX41JIvVYIgk4P8KQ5pYmXNIfD3X9Ep5VIO8Ucfg47R3RMAl6VUCDK8g2ukebjwzPfM+BRn3RLeIINzaOtuKHFcaBVP2pBKK80H9A9P6h4QyCUBj+sGTf4rYlQJiflfNMTL7zT+niLQTAZM5OpYPSQiPI8JfxX6r+FRRJCzHqMGbOC91AEaNyI1toEU2exvOBmC5ly0IV2LhU9bQNdG1LxkY00jRujZYo/hMbqWD9uyaST3KHF1FMuTH4W3SONj3gw0451W59iJxYrtkSU92stWzZ8Rbz9aD/7+dxVZqB11wYAOJWrXCfY+HhM1jgl+4QpBCvgxo0NTmPURliF1vo5LVRcFoQJGwIhVsgKG7Z4GDskgUZsFILwlMlyVSIx3qRaj4FOALzYCSKh9SrQtNhqtPG0fo6aBCJyo8rXjScAlk3TxMgglzzcGhNBGBC0glXCn2gxNTUUZqc1gHSBiACQMODFOZJrH37JIHbBw2sRCAOCdthHOCv1NtbNj6KbrGOkK19kuEXqx3h8n3PUgc3nvx7QbQFP3IdfaeFV1IpBODcz+VDPlOW5xp9Q2OjcSs/qnr9E3CU6N/MSmyauulYkeTBpahARGDSayufTyFHtP7MI74vMDCIAg4v0jW7U1fN6DsiXGuDkYwTxPTAN4tTcuUGkmMrlzlI/PySeYeMUjL9J4N/nFTj1/r8roN2mZkdA8gAAAABJRU5ErkJggg==');
    width: 6.5333333333vw;
    height: 6.5333333333vw;
  }
}
.second-contents main .mv .breadcrumb {
  font-size: 13px;
  padding-inline: 18px;
  width: 675px;
  height: 33px;
  background: #fff;
  z-index: 3;
  clip-path: polygon(2.0740740741% 0%, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 1em;
}
@media only screen and (max-width: 767px) {
  .second-contents main .mv .breadcrumb {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 3vw;
    inset: auto;
    padding-block: 3.2vw;
    padding-inline: 2.6666666667vw;
    clip-path: none;
    flex-wrap: wrap;
  }
}
.second-contents main .mv .breadcrumb .item {
  line-height: 1;
}
.second-contents main .mv .breadcrumb .item + .item::before {
  content: '>';
  pointer-events: none;
  padding-right: 1em;
}
.form-table {
  width: 824px;
  margin-top: 39px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .form-table {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-table table {
    display: block;
    padding-inline: 2.6666666667vw;
  }
  .form-table thead {
    display: block;
  }
  .form-table tbody {
    display: block;
  }
  .form-table tr {
    display: block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .form-table tr {
    border-bottom: 1px solid #e6e6e6;
    padding-block: 5.4666666667vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .form-table table tr:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .form-table th {
    display: block;
  }
  .form-table td {
    display: block;
  }
}
.form-table table {
  width: 100%;
}
.form-table th {
  width: 223px;
  line-height: 1.4375;
}
@media only screen and (max-width: 767px) {
  .form-table th {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}
.form-table th span {
  padding-right: 1em;
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .form-table th span {
    gap: 1.8666666667vw;
  }
}
.form-table th span::before {
  content: 'Any';
  background: #ececec;
  color: #999;
  display: grid;
  place-content: center;
  line-height: 1;
  font-size: 11px;
  width: 56px;
  height: 24px;
  font-weight: normal;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .form-table th span::before {
    font-size: 2.4vw;
    width: 14.2vw;
    height: 4.8vw;
  }
}
.form-table tr.must th span::before {
  content: 'Required';
  background: #d86e6e;
  color: #fff;
}
.form-table tr:last-child th,
.form-table tr:last-child td {
  border-bottom: none;
}
.form-table th,
.form-table td {
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
  padding-block: 30px;
}
@media only screen and (max-width: 767px) {
  .form-table th,
  .form-table td {
    border: none;
    padding-block: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-table th {
    padding-bottom: 5.4666666667vw;
  }
}
.form-table td {
  word-break: break-all;
}
.form-table
  *:where(input[type='text'], input[type='url'], input[type='tel'], input[type='email'], textarea) {
  font-family: inherit;
  width: 100%;
  background: #f0f0f0;
  border: none;
  outline: none;
  padding: 21px 23px;
}
@media only screen and (max-width: 767px) {
  .form-table
    *:where(
      input[type='text'],
      input[type='url'],
      input[type='tel'],
      input[type='email'],
      textarea
    ) {
    padding: 3.6vw 2.6666666667vw;
    border-radius: 0;
  }
}
.form-table textarea {
  min-height: 240px;
}
@media only screen and (max-width: 767px) {
  .form-table textarea {
    min-height: 60vw;
  }
}
.form-table .radio-wrapper {
  display: flex;
  gap: 34px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .form-table .radio-wrapper {
    gap: 9vw;
  }
}
.form-table .radio-wrapper .radio-unit {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .form-table .radio-wrapper .radio-unit {
    gap: 1.8vw;
    font-size: 3.7333333333vw;
  }
}
.form-table .radio-wrapper .radio-unit label {
  cursor: inherit;
}
.form-table input[type='radio'] {
  width: 24px;
  cursor: inherit;
  margin: 0;
  aspect-ratio: 1/1;
  accent-color: #368cff;
}
@media only screen and (max-width: 767px) {
  .form-table input[type='radio'] {
    width: 6.6666666667vw;
  }
}
.form-table ::placeholder {
  color: #8c8c8c;
}
.form-table .postalcode {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .form-table .postalcode {
    display: block;
    gap: 1.8666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-table .postalcode .notice {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    margin-top: 0.5em;
  }
}
.form-table .postalcode .item {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media only screen and (max-width: 767px) {
  .form-table .postalcode .item {
    flex-wrap: wrap;
    gap: 1.8666666667vw;
  }
}
.form-table .postalcode .item [minlength='3'] {
  width: 106px;
}
@media only screen and (max-width: 767px) {
  .form-table .postalcode .item [minlength='3'] {
    width: 25.6666666667vw;
  }
}
.form-table .postalcode .item [minlength='4'] {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .form-table .postalcode .item [minlength='4'] {
    width: 35.2653333333vw;
  }
}
.form-table .email input[type='email']:nth-of-type(2) {
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .form-table .email input[type='email']:nth-of-type(2) {
    margin-top: 1em;
  }
}
.form-table .notice {
  font-size: 16px;
  margin-top: 0.25em;
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .form-table .notice {
    font-size: 3.2vw;
    margin-top: 0.5em;
  }
}
.form-table .notice::before {
  content: '*';
}
.form-table .agree-wrapper {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .form-table .agree-wrapper {
    margin-top: 10.6666666667vw;
  }
}
.form-table .agree-wrapper .agree-unit {
  width: max-content;
  margin-inline: auto;
  display: grid;
  align-items: flex-start;
  gap: 9px;
  grid-template: 'input label' auto 'input a' 1fr / auto 1fr;
}
@media only screen and (max-width: 767px) {
  .form-table .agree-wrapper .agree-unit {
    gap: 1vw 2vw;
    font-size: 3.4666666667vw;
  }
}
.form-table .agree-wrapper input {
  grid-area: input;
  width: 24px;
  margin: 0;
  aspect-ratio: 1/1;
  accent-color: #368cff;
  border: 1px solid #ccc;
  border-radius: 0;
  appearance: none;
  background: #f4f4f4;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .form-table .agree-wrapper input {
    width: 4.5333333333vw;
  }
}
.form-table .agree-wrapper input:checked {
  appearance: checkbox;
}
.form-table .agree-wrapper label {
  cursor: pointer;
  grid-area: label;
  font-weight: bold;
}
.form-table .agree-wrapper a {
  grid-area: a;
  padding-top: 0.25em;
  color: var(--semiblue);
  text-decoration: underline;
}
.form-table .submit-wrapper {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 58px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .form-table .submit-wrapper {
    gap: 11vw;
    flex-direction: column;
    margin-top: 10.6666666667vw;
    align-items: center;
  }
}
.form-table .submit-wrapper .u-btn {
  width: max-content;
}
@media only screen and (max-width: 767px) {
  .form-table .submit-wrapper .u-btn {
    width: 80vw;
  }
}
.form-table .submit-wrapper .u-btn button {
  width: 100%;
}
.form-table .submit-wrapper .u-btn.form-back button {
  background: #888;
}
.menu-on .toggle-menu {
  height: 100vh;
  pointer-events: auto;
  opacity: 1;
}
.toggle-menu {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 250ms ease 0s;
  background: #000d1a;
}
.toggle-menu .head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  height: 110px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .toggle-menu .head {
    height: 14.6666666667vw;
  }
}
.toggle-menu .head .close-menu {
  position: absolute;
  width: 159px;
  height: inherit;
  top: 0;
  right: 0;
  background-color: rgba(6, 57, 125, 0.502);
  clip-path: polygon(30.1886792453% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .toggle-menu .head .close-menu {
    width: 14.6666666667vw;
    clip-path: none;
  }
}
.toggle-menu .head .close-menu button {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: inherit;
}
.toggle-menu .head .close-menu button::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../../assets/img/common/menu-close.png');
  width: 37px;
  height: 37px;
  top: 50%;
  left: 62%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .toggle-menu .head .close-menu button::after {
    background-image: url('../../assets/img/common/menu-close_2x.png');
    width: 8.9333333333vw;
    height: 7.0666666667vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.toggle-menu .menu-content {
  overflow-y: auto;
  height: calc(100vh - 101px - 61px);
}
@media only screen and (max-width: 767px) {
  .toggle-menu .menu-content {
    overflow-y: scroll;
    height: calc(100vh - 14.6666666667vw - 15.8666666667vw);
  }
}
.toggle-menu .menu-content .menu-content-inner {
  width: 1180px;
  height: 100%;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .toggle-menu .menu-content .menu-content-inner {
    width: 84vw;
    padding-top: 11.2vw;
    margin-inline: auto;
  }
}
.toggle-menu .menu-content .menu-content-item {
  color: #fff;
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .toggle-menu .menu-content .menu-content-item {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .toggle-menu .menu-content .menu-content-item .logo img {
    width: 71.4666666667vw;
  }
}
.toggle-menu .menu-content .menu-list {
  column-count: 3;
  column-gap: 52px;
}
@media only screen and (max-width: 767px) {
  .toggle-menu .menu-content .menu-list {
    column-count: auto;
    margin-top: 10vw;
    display: grid;
    grid-template: 'item1 item2' auto 'item4 item3' auto 'item4 item6' auto 'item4 item5' auto 'item4 item7' 1fr / auto 1fr;
  }
  .toggle-menu .menu-content .menu-list .item[data-id='1'] {
    grid-area: item1;
  }
  .toggle-menu .menu-content .menu-list .item[data-id='2'] {
    grid-area: item2;
  }
  .toggle-menu .menu-content .menu-list .item[data-id='3'] {
    grid-area: item3;
  }
  .toggle-menu .menu-content .menu-list .item[data-id='4'] {
    grid-area: item4;
  }
  .toggle-menu .menu-content .menu-list .item[data-id='5'] {
    grid-area: item5;
  }
  .toggle-menu .menu-content .menu-list .item[data-id='6'] {
    grid-area: item6;
  }
  .toggle-menu .menu-content .menu-list .item[data-id='7'] {
    grid-area: item7;
  }
}
@media not all and (min-width: 768px) {
  .sub-menu-list {
    padding-bottom: 8vw;
  }
  .toggle-menu .menu-content .menu-list .item[data-id='4'] + .item[data-id='4'] {
    grid-area: item4p;
  }
  .toggle-menu .menu-content .menu-list {
    column-count: auto;
    margin-top: 10vw;
    display: grid;
    grid-template:
      'item1 item2' auto
      'item4 item3' auto
      'item4p item6' auto
      'item4p item5' auto
      'item4p item7' 1fr / auto 1fr;
  }
}
.toggle-menu .menu-content .menu-list .item {
  page-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 0.5em;
}
.toggle-menu .menu-content .menu-list .item > a {
  font-weight: bold;
}
.toggle-menu .menu-content .menu-list ul {
  margin-top: 0.5em;
}
.toggle-menu .menu-content .menu-list ul li a {
  color: #6a7985;
  font-size: 14px;
  line-height: 2;
}
.toggle-menu .menu-content .menu-list ul li a::before {
  content: '_';
}
.toggle-menu .sub-menu-list {
  position: absolute;
  bottom: 40px;
  left: 0;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .toggle-menu .sub-menu-list {
    font-size: 3.2vw;
    position: relative;
    inset: auto;
    margin-top: 6vw;
  }
}
.toggle-menu .sub-menu-list ul {
  display: flex;
  align-items: center;
  color: #6a7985;
  gap: 2em;
}
@media only screen and (max-width: 767px) {
  .toggle-menu .sub-menu-list ul {
    flex-wrap: wrap;
    gap: 1em 2em;
    width: 63.7333333333vw;
    justify-content: center;
  }
  .toggle-menu .sub-menu-list ul li {
    width: 36%;
  }
}
.toggle-menu .foot {
  color: #5c5c5c;
  font-size: 12px;
  height: 61px;
  display: grid;
  border-top: 1px solid #374561;
  place-content: center;
  line-height: 1;
  font-family: Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .toggle-menu .foot {
    font-size: 3.2vw;
    height: 15.8666666667vw;
  }
}
.qa-contents main.index .u-headstyle {
  text-align: center;
}
.qa-contents main.index .u-headstyle h2 {
}
.qa-contents main.index .u-headstyle + p {
  text-align: center;
}

.qa-index-li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.qa-index-li li {
  width: 542px;
}
.qa-index-li li h4 {
  color: #06397d;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0.2em;
  margin-top: 0.7em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro',
    'MS P明朝', 'MS PMincho', serif;
}
.qa-index-li li p {
  line-height: 2.1;
}
.qa-index-li li .link {
  margin-top: 1.8em;
  display: block;
  margin-inline: auto;
  text-align: center;
}
.qa-index-li li .btn {
  width: 210px;
  display: flex;
  margin-inline: auto;
  align-items: center;
  height: 48px;
  box-shadow: 0 0.3em 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 5000em;
  font-weight: bold;
  background-color: #06397d;
  color: #fff;
  justify-content: flex-start;
  padding: 0.5em 1.4em;
  letter-spacing: 0.05em;
  z-index: 10;
  font-size: 15px;
  position: relative;
}
@media not all and (min-width: 768px) {
  .qa-index-li {
    gap: 18vw;
  }
}
.qa-index-li li .btn::after {
  content: '';
  display: block;
  position: absolute;
  width: 1.28em;
  height: 1em;
  background: url(/assets/img/ico_arrow.webp) no-repeat 50% 50%/100% auto;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}

.pageGuide {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pageGuide {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pageGuide li {
    width: 31.3%;
    margin-top: 73px;
  }
}
@media screen and (max-width: 767px) {
  .pageGuide li {
    width: 100%;
    margin-bottom: 3.2em;
  }
}
@media screen and (min-width: 768px) {
  .pageGuide li:nth-child(1),
  .pageGuide li:nth-child(2),
  .pageGuide li:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pageGuide li:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pageGuide.list-2 li {
    width: 48.6%;
  }
}
@media screen and (min-width: 768px) {
  .pageGuide.list-2 li:nth-child(3) {
    margin-top: 73px;
  }
}
.pageGuide .img {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .pageGuide .img {
    margin-bottom: 0.8em;
  }
}
.pageGuide .img img {
  width: 100%;
}
.pageGuide h4 {
  color: #06397d;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0.2em;
  line-height: 1.6;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro',
    'MS P明朝', 'MS PMincho', serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pageGuide h4 {
    font-size: 140%;
  }
}
@media screen and (min-width: 768px) {
  .pageGuide p {
    line-height: 2.1;
  }
}
.pageGuide .link {
  margin-top: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pageGuide .link {
    margin-top: 1.2em;
  }
}
.pageGuide .link .btn {
  box-shadow: 0 0.3em 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .pageGuide .link .btn {
    width: 210px;
    height: 48px;
  }
  .pageGuide .link .btn::before {
    top: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .pageGuide .link .btn {
    width: 12em;
    height: 3em;
  }
}

.btn-primary {
  width: 250px;
  position: relative;
  height: 60px;
  display: grid;
  align-items: center;
  border-radius: 5000em;
  font-weight: bold;
  background-color: #06397d;
  color: #fff;
  justify-content: flex-start;
  padding: 0.5em 1.4em;
  letter-spacing: 0.05em;
  z-index: 10;
  box-shadow: 0 0.5em 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .btn-primary {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn-primary {
    width: 17em;
    height: 4em;
    padding: 0.5em 1.6em;
    box-shadow: 0 0.25em 0 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
  }
}
.btn-primary::after {
  content: '';
  display: block;
  position: absolute;
}
.btn-primary::after {
  width: 1.28em;
  height: 1em;
  background: url(/assets/img/ico_arrow.webp) no-repeat 50% 50%/100% auto;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}

.subTitle03 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #06397d;
  font-size: 22px;
  padding: 0.89em 0.5em;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .subTitle03 {
    font-size: 110%;
    line-height: 1.5;
    padding: 0.7em 0.3em;
    margin-bottom: 1.5em;
  }
}

.subTitle04 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 8.5em;
}
@media screen and (max-width: 767px) {
  .subTitle04 {
    margin-bottom: 4em;
  }
}
.subTitle04::before,
.subTitle04::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #06397d;
  border-radius: 500em;
  margin-top: auto;
  transform: translateY(40%);
  opacity: 0;
  animation: 0.3s subTitle04-dots 1.2s ease-in-out forwards;
}
.subTitle04 span {
  font-size: 30px;
  position: relative;
  padding: 0 0.3em 0.35em;
  display: block;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .subTitle04 span {
    font-size: 140%;
  }
}
.subTitle04 span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #06397d;
  animation: 0.8s subTitle04-anim 0.5s linear forwards;
}

.contents-welding02 .inner {
  padding: 6.5em 90px 9em;
}
@media screen and (max-width: 767px) {
  .contents-welding02 .inner {
    padding: 4.5em 5% 5em;
  }
}
.contents-welding02 .wrapper {
  display: flex;
  list-style: none;
  padding: 1em 0 0;
  justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .contents-welding02 .wrapper {
    display: block;
    padding: 0;
  }
}
.contents-welding02 .wrapper li {
  width: 45.2%;
}
@media screen and (max-width: 767px) {
  .contents-welding02 .wrapper li {
    width: 100%;
    margin-bottom: 2em;
  }
  .contents-welding02 .wrapper li:last-of-type {
    margin-bottom: 0;
  }
}
.contents-welding02 .wrapper li > p {
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .contents-welding02 .wrapper li > p {
    line-height: 2;
  }
}
.contents-welding02 .wrapper .wrap {
  padding: 1em 10px 29px;
  border-radius: 0.5em;
  background-color: #fff;
  border: 3px solid #7fa6da;
}
@media screen and (max-width: 767px) {
  .contents-welding02 .wrapper .wrap {
    padding: 0.8em 5% 1.2em;
  }
}
.contents-welding02 .wrapper .wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents-welding02 .wrapper h4 {
  font-size: 20px;
  color: #06397d;
  margin-bottom: 0.9em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents-welding02 .wrapper h4 {
    font-size: 130%;
  }
}
.contents-welding02 .wrapper .img {
  margin-right: 1em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contents-welding02 .wrapper .img {
    width: 46.6%;
    margin-right: 0.8em;
  }
  .contents-welding02 .wrapper .img img {
    width: 100%;
  }
}
.contents-welding02 .wrapper .detail {
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contents-welding02 .wrapper .detail {
    line-height: 1.9;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contents-welding02 .wrapper .detail {
    font-size: 85%;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) {
  .contents-catalog01 {
    overflow: hidden;
  }
}
.contents-catalog01 .inner {
  padding: 6.5em 90px 6.5em;
}
@media screen and (max-width: 767px) {
  .contents-catalog01 .inner {
    padding: 4.5em 5% 4.5em;
  }
}
@media screen and (min-width: 768px) {
  .contents-catalog01 .subTitle01 {
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 768px) {
  .contents-catalog01 .subTitle02 {
    margin-right: -90px;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-catalog01 .subTitle02 {
    margin-right: -5%;
  }
}

@media screen and (max-width: 767px) {
  .contents-catalog02 {
    overflow: hidden;
  }
}
.contents-catalog02 .inner {
  padding: 6.5em 90px 8em;
}
@media screen and (max-width: 767px) {
  .contents-catalog02 .inner {
    padding: 5em 5% 7em;
  }
}
@media screen and (min-width: 768px) {
  .contents-catalog02 .subTitle01 {
    margin-bottom: 5em;
  }
}

.operationList {
  list-style: none;
  counter-reset: p-counter;
}

@media screen and (min-width: 768px) {
  .contents-catalog01 .subTitle02 {
    margin-right: -90px;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .contents-catalog01 .subTitle02 {
    margin-right: -5%;
  }
}

@media screen and (max-width: 767px) {
  .contents-catalog02 {
    overflow: hidden;
  }
}
.contents-catalog02 .inner {
  padding: 6.5em 90px 8em;
}
@media screen and (max-width: 767px) {
  .contents-catalog02 .inner {
    padding: 5em 5% 7em;
  }
}
@media screen and (min-width: 768px) {
  .contents-catalog02 .subTitle01 {
    margin-bottom: 5em;
  }
}

.subTitle02 {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 2.5em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .subTitle02 {
    margin-bottom: 1.5em;
  }
}
.subTitle02 > span {
  position: relative;
  display: inline-flex;
  padding: 0 0.7em 0.3em 0.7em;
  z-index: 10;
  align-items: flex-end;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .subTitle02 > span {
    font-size: 110%;
    letter-spacing: 0.01em;
    line-height: 1.4;
    padding: 0 0.5em 0.3em 0.2em;
    align-items: flex-start;
    max-width: 87vw;
  }
}
.subTitle02 > span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 0.8em;
  background: #dce5f2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .subTitle02 > span::after {
    height: 1em;
  }
}
.subTitle02 .q {
  color: #ea5505;
  font-family: 'FuturaPTDemi';
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  position: relative;
  bottom: 0.1em;
  margin-right: 0.6em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .subTitle02 .q {
    font-size: 100%;
    bottom: auto;
    top: 0.25em;
    margin-right: 0.35em;
  }
}

.catalogList,
.catalogList02 {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .catalogList,
  .catalogList02 {
    justify-content: space-between;
  }
}
.catalogList .catalog,
.catalogList02 .catalog {
  width: 20.9%;
  margin-right: 5.45%;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .catalogList .catalog,
  .catalogList02 .catalog {
    width: 44.6%;
    margin-right: 0;
    margin-top: 2.8em;
  }
}
@media screen and (max-width: 767px) {
  .catalogList .catalog:nth-child(1),
  .catalogList .catalog:nth-child(2),
  .catalogList02 .catalog:nth-child(1),
  .catalogList02 .catalog:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .catalogList .catalog:nth-child(1),
  .catalogList .catalog:nth-child(2),
  .catalogList .catalog:nth-child(3),
  .catalogList .catalog:nth-child(4),
  .catalogList02 .catalog:nth-child(1),
  .catalogList02 .catalog:nth-child(2),
  .catalogList02 .catalog:nth-child(3),
  .catalogList02 .catalog:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .catalogList .catalog:nth-child(4n + 4),
  .catalogList02 .catalog:nth-child(4n + 4) {
    margin-right: 0;
  }
}
.catalogList .catalog .img,
.catalogList02 .catalog .img {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 1.2em;
}
.catalogList .catalog .img a,
.catalogList02 .catalog .img a {
  display: block;
}
.catalogList .catalog .img img,
.catalogList02 .catalog .img img {
  width: 100%;
}
.catalogList .catalog .name,
.catalogList02 .catalog .name {
  color: #06397d;
  margin-bottom: 0.7em;
  min-height: 2.9em;
}
@media screen and (min-width: 768px) {
  .catalogList .catalog .name,
  .catalogList02 .catalog .name {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .catalogList .catalog .name,
  .catalogList02 .catalog .name {
    font-size: 92%;
    line-height: 1.4;
    margin-bottom: 0.4em;
  }
}
.catalogList .catalog .date,
.catalogList02 .catalog .date {
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .catalogList .catalog .date,
  .catalogList02 .catalog .date {
    font-size: 75%;
  }
}
.catalogList .catalog .download,
.catalogList02 .catalog .download {
  border-top: 1px dashed #111;
  padding-top: 0.7em;
  margin-top: 0.7em;
}
.catalogList .catalog .download a,
.catalogList02 .catalog .download a {
  color: #558fdc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .catalogList .catalog .download a,
  .catalogList02 .catalog .download a {
    font-size: 92%;
  }
}
.catalogList .catalog .download a::before,
.catalogList .catalog .download a::after,
.catalogList02 .catalog .download a::before,
.catalogList02 .catalog .download a::after {
  content: '';
}
.catalogList .catalog .download a::before,
.catalogList02 .catalog .download a::before {
  background: url(/assets/img/ico_arrow-bl.webp) no-repeat 50% 50%/100% auto;
  width: 1.2em;
  height: 1em;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .catalogList .catalog .download a::before,
  .catalogList02 .catalog .download a::before {
    width: 1.5em;
  }
}
.catalogList .catalog .download a::after,
.catalogList02 .catalog .download a::after {
  background: url(/assets/img/ico_download.webp) no-repeat 50% 50%/100% auto;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  .catalogList .catalog .download a::after,
  .catalogList02 .catalog .download a::after {
    margin-left: 0.2em;
  }
}

.catalogList02 li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 20.9%;
  margin-right: 5.45%;
}
@media screen and (max-width: 767px) {
  .catalogList02 li {
    width: 100%;
    margin-right: 0;
    margin-top: 4em;
  }
  .catalogList02 li:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .catalogList02 li:nth-child(4) {
    margin-top: 2em;
  }
}
.catalogList02 li .catalog {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .catalogList02 li .catalog {
    width: 53%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .catalogList02 li .catalog .name {
    min-height: inherit;
  }
}
.catalogList02 li .subTitle02 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .catalogList02 li .subTitle02 {
    margin-bottom: 2.3em;
  }
}
@media screen and (max-width: 767px) {
  .catalogList02 li .subTitle02 {
    width: 105%;
    margin-right: -5%;
  }
}
.catalogList02 li.right {
  margin-right: 0;
}
.catalogList02 .column-2 {
  width: 47.14%;
}
@media screen and (max-width: 767px) {
  .catalogList02 .column-2 {
    width: 100%;
    margin-right: -5%;
  }
}
.catalogList02 .column-2 .catalog {
  margin-right: 0;
  width: 41.8%;
}
@media screen and (max-width: 767px) {
  .catalogList02 .column-2 .catalog {
    margin: 0;
    width: 44.5%;
  }
}
@media screen and (max-width: 767px) {
  .catalogList02 .column-2 .catalog .name {
    min-height: 2.8em;
  }
}
