@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input:not([type=checkbox], [type=radio]),
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  opacity: 0;
}
.fadeInLeft.active {
  opacity: 1;
  animation-duration: 1s;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  opacity: 0;
}
.fadeInRight.active {
  opacity: 1;
  animation-duration: 1s;
  animation-name: fadeInRight;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  opacity: 0;
}
.fadeInUp.active {
  opacity: 1;
  animation-duration: 1s;
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.active {
  opacity: 1;
  animation-duration: 1s;
  animation-name: fadeIn;
}

.sitemap .map__navItem:is(a), .sitemap .map__navSubLink, .contact .form__submitBtn, .catalog .section__dlBtn, .column .archive__box, .column .detail__backBtn, .faq .anchorSec__link, .faq .block__qBox, .products .overview__btn, .top .reason__btn, .top .detail__block:is(a), .top .column__link, .hd__btn, .nav__item, .nav__subLink, .ft__cvBtn, .ft__navItem:is(a), .ft__navSubLink, .ft__linkBlockItem {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .sitemap .map__navItem:hover:is(a), .sitemap .map__navSubLink:hover, .contact .form__submitBtn:hover, .catalog .section__dlBtn:hover, .column .archive__box:hover, .column .detail__backBtn:hover, .faq .anchorSec__link:hover, .faq .block__qBox:hover, .products .overview__btn:hover, .top .reason__btn:hover, .top .detail__block:hover:is(a), .top .column__link:hover, .hd__btn:hover, .nav__item:hover, .nav__subLink:hover, .ft__cvBtn:hover, .ft__navItem:hover:is(a), .ft__navSubLink:hover, .ft__linkBlockItem:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .sitemap .map__navItem:hover:is(a), .sitemap .map__navSubLink:hover, .contact .form__submitBtn:hover, .catalog .section__dlBtn:hover, .column .archive__box:hover, .column .detail__backBtn:hover, .faq .anchorSec__link:hover, .faq .block__qBox:hover, .products .overview__btn:hover, .top .reason__btn:hover, .top .detail__block:hover:is(a), .top .column__link:hover, .hd__btn:hover, .nav__item:hover, .nav__subLink:hover, .ft__cvBtn:hover, .ft__navItem:hover:is(a), .ft__navSubLink:hover, .ft__linkBlockItem:hover {
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  font-family: "Noto sans JP", sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
}
@media (max-width: 1199px) {
  html {
    scroll-padding-top: 150px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .isPC {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .isSP {
    display: none !important;
  }
}

@media (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.tel {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (max-width: 1199px) {
  .tel__icon {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .tel__icon {
    width: 24px;
  }
}
.tel__txt {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  color: #003A5B;
  font-weight: 600;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .tel__txt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tel__txt {
    font-size: 24px;
  }
}

.hd {
  width: 100%;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  z-index: 999;
}
.hd__inner {
  padding: 0 max((100% - 1366px) / 2, 0px) 0 max((100% - 1366px) / 2, 20px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.hd__logo {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .hd__logo {
    margin: 10px 0;
    z-index: 99;
  }
}
.hd__logoLink {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .hd__logoLink {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}
@media (max-width: 1199px) {
  .hd__logoImg {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .hd__logoImg {
    width: 140px;
  }
}
.hd__logoTxt {
  background-color: #003A5B;
  color: #fff;
  font-family: Montserrat, "Noto sans JP", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hd__logoTxt {
    font-size: 11px;
  }
}
.hd__rgtBlock {
  display: flex;
}
.hd__tel {
  flex-grow: 1;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .hd__tel {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hd__tel.typeCenter {
  margin: 0 auto;
}
.hd__btn {
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #05B193;
  padding: 18px 15px;
  color: #fff;
}
@media (max-width: 1199px) {
  .hd__btn {
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 0;
    padding: 18px 10px;
  }
}
@media (max-width: 767px) {
  .hd__btn {
    margin: 25px auto 0;
    width: min(100%, 340px);
  }
}
.hd__btn.typeNavy {
  background-color: #003A5B;
}
@media (max-width: 767px) {
  .hd__btn.typeNavy {
    margin-top: 10px;
  }
}
.hd__menuBtn {
  width: 60px;
  background-color: #05B193;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.hd__menuBtnLine {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s;
}
.hd__menuBtnLine::before, .hd__menuBtnLine::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition: rotate 0.3s, top 0.3s;
}
.hd__menuBtnLine::before {
  top: -8px;
}
.hd__menuBtnLine::after {
  top: 8px;
}
.hd__menuBtnLine.is-open {
  background-color: transparent;
}
.hd__menuBtnLine.is-open::before {
  top: 0;
  rotate: 45deg;
}
.hd__menuBtnLine.is-open::after {
  top: 0;
  rotate: -45deg;
}
.hd__spSubMenu {
  margin-top: 40px;
}

.nav {
  padding: 15px 0;
  border-top: 1px solid #E5EBEE;
}
@media (max-width: 767px) {
  .nav {
    position: absolute;
    width: 100%;
    height: 100svh;
    overflow-y: scroll;
    left: 0;
    top: 0;
    background-color: #E5EBEE;
    padding: 80px 20px 25px;
  }
}
.nav__inner {
  padding: 0 max((100% - 1100px) / 2, 20px);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .nav__inner {
    padding: 0;
    flex-direction: column;
  }
}
.nav__item {
  position: relative;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .nav__item {
    padding: 15px 30px;
    border-bottom: 1px solid #5a8095;
  }
}
.nav__item::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .nav__item:hover::after {
    background-color: #05B193;
  }
}
@media (max-width: 767px) {
  .nav__item.typeSP::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    rotate: 45deg;
    position: absolute;
    right: 30px;
    top: 12px;
    transition: rotate 0.3s, top 0.2s;
  }
}
.nav__item.typeSP.is-open::before {
  rotate: -135deg;
  top: 20px;
}
.nav__itemWrap {
  position: relative;
}
.nav__subList {
  display: none;
  position: absolute;
  top: 34px;
  width: 250px;
  flex-direction: column;
  background-color: #E5EBEE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .nav__subList {
    display: flex;
    position: static;
    width: 100%;
    padding: 0 0 0 20px;
    box-shadow: none;
  }
}
.nav__subLink {
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .nav__subLink {
    border-bottom: 1px solid #003A5B;
  }
}
.nav__subLink:not(:last-child) {
  border-bottom: 1px solid #003A5B;
}

.main {
  overflow: hidden;
  padding-top: 104px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
}
@media (max-width: 1199px) {
  .main {
    padding-top: 132px;
  }
}
@media (max-width: 767px) {
  .main {
    padding-top: 61px;
    padding-bottom: 30px;
  }
}

.underKv {
  padding: 30px 20px;
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #fff;
}
.underKv__hd {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .underKv__hd {
    font-size: 22px;
    text-shadow: 1px 1px 2px #fff;
  }
}

.breadcrumb {
  margin-top: 10px;
  padding: 0 max((100% - 1200px) / 2, 20px);
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
@media (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb__linkWrap {
  display: flex;
  gap: 5px;
}
.breadcrumb__linkWrap::after {
  content: ">";
}

.ft__cv {
  background-image: url(../img/common/cv_bg.jpg);
  background-size: cover;
  padding: 40px max((100% - 1200px) / 2, 20px);
}
.ft__cvTtl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .ft__cvTtl {
    font-size: 22px;
  }
}
.ft__copy {
  margin: 10px max((100% - 1200px) / 2, 20px) 0;
  padding-right: 20px;
  font-size: 10px;
  color: #fff;
  text-align: right;
}
.ft__inner {
  padding: 40px 20px;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  columns: 3;
  column-rule: 1px solid #fff;
}
@media (max-width: 767px) {
  .ft__inner {
    padding: 20px 10px;
    columns: unset;
  }
}
@media (max-width: 767px) {
  .ft__cvBlock:not(:first-child) {
    margin-top: 20px;
  }
}
.ft__cvIcon {
  display: block;
  margin: 0 auto;
}
.ft__cvTxt {
  margin-top: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ft__cvTxt {
    margin-top: 15px;
    font-size: 18px;
  }
}
.ft__cvTxt.typeNarrow {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ft__cvTxt.typeNarrow {
    margin-top: 15px;
  }
}
.ft__cvBtn {
  margin: 20px auto 0;
  display: block;
  padding: 18px;
  text-align: center;
  font-weight: 600;
  width: 200px;
  color: #fff;
}
@media (max-width: 767px) {
  .ft__cvBtn {
    margin-top: 15px;
  }
}
.ft__cvBtn.typeGreen {
  background-color: #05B193;
}
.ft__cvBtn.typeNavy {
  background-color: #003A5B;
}
.ft__cvBtn.typeYellow {
  background-color: #F1C40F;
}
.ft__cvTel {
  margin: 20px auto 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .ft__cvTel {
    margin-top: 10px;
  }
}
.ft__bottom {
  background-color: #003A5B;
  padding: 40px max((100% - 1200px) / 2, 20px) 10px;
  color: #fff;
}
.ft__bottomInner {
  display: flex;
  align-items: center;
  gap: clamp(0px, 11.6666666667vw, 140px);
}
@media (max-width: 767px) {
  .ft__bottomInner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ft__logoImg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(63deg) brightness(104%) contrast(101%);
}
.ft__logoTxt {
  margin-top: 10px;
  display: flex;
  background-color: #fff;
  color: #003A5B;
  font-family: Montserrat, "Noto sans JP", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.ft__nav {
  columns: 2;
  column-gap: clamp(0px, 11.6666666667vw, 140px);
}
@media (max-width: 767px) {
  .ft__nav {
    width: 100%;
  }
}
.ft__navItem {
  display: block;
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.ft__navItem:last-child {
  margin-top: 20px;
}
.ft__navItemWrap {
  margin-top: 20px;
}
.ft__navSubList {
  margin: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  break-inside: avoid;
  break-after: column;
}
.ft__navSubLink {
  font-size: 14px;
  padding: 2px 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .ft__navSubLink {
    white-space: nowrap;
  }
}
.ft__linkBlock {
  margin-top: 40px;
  padding: 10px 20px 0 0;
  border-top: 1px solid #B3C4CE;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media (max-width: 767px) {
  .ft__linkBlock {
    margin-top: 20px;
    padding: 10px 0 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 20px;
  }
}
.ft__linkBlockItem {
  font-size: 14px;
}

.top {
  background-color: #fff;
}
.top .dotsTtl {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #003A5B;
}
@media (max-width: 767px) {
  .top .dotsTtl {
    font-size: 20px;
  }
}
.top .dotsTtl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #003A5B;
}
@media (max-width: 767px) {
  .top .dotsTtl::before {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
  }
}
.top .dotsTtl.typeWhite {
  color: #fff;
}
.top .dotsTtl.typeWhite::before {
  background-color: #fff;
}
.top .slide {
  position: relative;
  height: 450px;
}
.top .slide__ttl {
  left: max((100% - 1200px) / 2, 20px);
  position: absolute;
  bottom: 30px;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 42px;
}
@media (max-width: 767px) {
  .top .slide__ttl {
    bottom: 100px;
    font-size: 26px;
    line-height: 1.6153846154;
  }
}
.top .slide__ttlSm {
  font-size: 0.6666666667em;
}
.top .slide__img {
  height: 450px;
  object-fit: cover;
}
.top .slide__dots {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  width: 100%;
}
.top .slide__dots .slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.top .slide__dots li {
  width: 5px;
  height: 5px;
  line-height: 1;
}
.top .slide__dots .slick-active button {
  background-color: #05B193;
}
.top .slide__dots button {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  text-indent: -9999px;
  background-color: #fff;
}
.top .lead {
  margin-top: 40px;
  padding: 0 max((100% - 1200px) / 2, 20px);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top .lead {
    flex-direction: column;
    padding: 0;
  }
}
.top .lead__img {
  width: min(50vw, 600px);
}
@media (max-width: 767px) {
  .top .lead__img {
    width: 100%;
  }
}
.top .lead__txtBox {
  margin: 60px 0 0 -40px;
  padding: 30px;
  background-color: #003A5B;
  color: #fff;
}
@media (max-width: 767px) {
  .top .lead__txtBox {
    margin: 0;
    padding: 20px;
  }
}
.top .lead__ttl {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .top .lead__ttl {
    font-size: 20px;
  }
}
.top .lead__ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top .lead__ttl::before {
    width: 6px;
    height: 6px;
  }
}
.top .lead__txt {
  margin-top: 30px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .top .lead__txt {
    margin-top: 20px;
  }
}
.top .reason {
  margin-top: 40px;
}
.top .reason__inner {
  padding: 40px max((100% - 1200px) / 2, 20px);
  background-color: #f0f0f0;
}
.top .reason__list {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .top .reason__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.top .reason__block {
  width: 233px;
}
.top .reason__icon {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .reason__icon {
    width: 120px;
  }
}
.top .reason__txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media (max-width: 767px) {
  .top .reason__txt {
    margin-top: 15px;
    font-size: 16px;
  }
}
.top .reason__btn {
  margin: 30px auto 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  padding: 18px;
  font-weight: 500;
  text-align: center;
  background-color: #F1C40F;
}
.top .products {
  margin-top: 60px;
  padding: 0 max((100% - 1200px) / 2, 20px);
}
.top .products__ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #E5EBEE;
}
.top .products__txt {
  padding: 0 max((100% - 1100px) / 2, 0px);
  margin-top: 20px;
  line-height: 1.75;
}
.top .products__listWrap {
  width: clamp(460px, 100%, 900px);
}
.top .products__img {
  display: block;
  margin: 60px auto 0;
  width: clamp(460px, 100%, 900px);
}
@media (max-width: 767px) {
  .top .products__img {
    margin-top: 30px;
  }
}
.top .products__list {
  margin-top: 20px;
  padding: 0 max((100% - 900px) / 2, 20px);
  display: flex;
  justify-content: space-between;
}
.top .products__block {
  width: min(27.7777777778vw, 250px);
  text-align: center;
}
@media (max-width: 767px) {
  .top .products__block {
    width: min(34.6666666667vw, 130px);
  }
}
.top .products__label {
  padding: 18px;
  font-weight: 500;
  text-align: center;
  background-color: #F1C40F;
  position: relative;
}
@media (max-width: 767px) {
  .top .products__label {
    padding: 5px;
    font-size: 12px;
  }
}
.top .products__label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #003A5B transparent transparent transparent;
  border-width: 30px 25px 0px 25px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  translate: -50% 0;
}
@media (max-width: 767px) {
  .top .products__label::after {
    border-width: 20px 15px 0 15px;
    bottom: -36px;
  }
}
.top .products__box {
  margin-top: 70px;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 15px 8px;
  min-height: 120px;
}
@media (max-width: 767px) {
  .top .products__box {
    padding: 10px 5px;
    margin-top: 50px;
  }
}
.top .products__boxTtl {
  margin: 0 auto;
  padding-bottom: 5px;
  color: #003A5B;
  font-size: 14px;
  max-width: 200px;
  border-bottom: 1px solid #E5EBEE;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .top .products__boxTtl {
    font-size: 11px;
  }
}
.top .products__boxTtl::before, .top .products__boxTtl::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #003A5B;
}
.top .products__boxTxt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .top .products__boxTxt {
    font-size: 11px;
  }
}
@media (hover: hover) {
  .top .products__boxTxt:hover {
    text-decoration: underline;
  }
}
.top .products .js-scrollable {
  overflow-x: scroll;
}
.top .detail {
  margin-top: 100px;
  padding: 0 max((100% - 1200px) / 2, 20px);
}
@media (max-width: 767px) {
  .top .detail {
    margin-top: 50px;
  }
}
.top .detail__hd {
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #003A5B;
  border-bottom: 1px solid #E5EBEE;
  max-width: 200px;
}
@media (max-width: 767px) {
  .top .detail__hd {
    font-size: 20px;
  }
}
.top .detail__inner {
  padding: 0 max((100% - 1100px) / 2, 20px);
}
.top .detail__leadTxt {
  margin-top: 20px;
  padding: 0 max((100% - 1100px) / 2, 0px);
  line-height: 1.75;
}
.top .detail__subTtl {
  margin: 80px auto 0;
  max-width: 1100px;
  padding: 0 0 10px;
  border-bottom: 1px solid #E5EBEE;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .top .detail__subTtl {
    margin-top: 40px;
  }
}
.top .detail__subTxt {
  margin-top: 15px;
  padding: 0 max((100% - 1000px) / 2, 0px);
  line-height: 1.75;
}
.top .detail__list {
  margin-top: 25px;
  padding: 0 max((100% - 1000px) / 2, 0px);
  display: flex;
  gap: min(10vw, 100px);
}
@media (max-width: 767px) {
  .top .detail__list {
    flex-direction: column;
    align-items: center;
  }
}
.top .detail__block {
  width: min(45vw, 450px);
}
@media (max-width: 767px) {
  .top .detail__block {
    width: min(100%, 450px);
  }
}
.top .detail__img {
  width: min(100%, 400px);
}
.top .detail__ttl {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}
.top .detail__txt {
  margin-top: 10px;
  line-height: 1.75;
}
.top .detail.ondo-kanshi {
  max-width: 1300px;
  margin: 100px auto 0;
  padding: 50px clamp(20px, (100% - 1200px) / 2, 50px) 70px;
  background-color: #fffcf2;
}
@media (max-width: 767px) {
  .top .detail.ondo-kanshi {
    margin-top: 50px;
    padding: 25px clamp(20px, (100% - 1200px) / 2, 50px) 35px;
  }
}
.top .detail__label {
  margin: 25px 0 0 max((100% - 1100px) / 2, 0px);
  background-color: #F1C40F;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 20px;
  font-weight: 600;
}
.top .column {
  margin-top: 30px;
  padding: 50px max((100% - 1200px) / 2, 20px) 70px;
  background-color: #F0F0F0;
}
@media (max-width: 767px) {
  .top .column {
    padding: 25px max((100% - 1200px) / 2, 20px) 35px;
  }
}
.top .column__list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top .column__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.top .column__item {
  width: min(30vw, 360px);
}
@media (max-width: 767px) {
  .top .column__item {
    width: min(100%, 360px);
  }
}
.top .column__thumb {
  width: 100%;
}
.top .column__ttl {
  line-height: 1.75;
}
.top .column__link {
  margin-top: 15px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #003A5B;
}
.top .column__btn {
  margin: 50px auto 0;
  width: 200px;
  display: block;
  text-align: center;
  color: #003A5B;
  font-weight: 600;
  padding: 13px;
  background-color: #fff;
  border: 2px solid #003A5B;
}
@media (hover: hover) {
  .top .column__btn:hover {
    background-color: #003A5B;
    color: #fff;
  }
}

.products.wasabi .underKv {
  background-image: url(../img/wasabi/kv_bg.jpg);
}
.products.wtm .underKv {
  background-image: url(../img/wtm/kv_bg.jpg);
}
.products.usb .underKv {
  background-image: url(../img/usb/kv_bg.jpg);
}
.products.wasabi-v .underKv {
  background-image: url(../img/wasabi-v/kv_bg.jpg);
}
.products .overview {
  margin-top: 50px;
  padding: 0 max((100% - 1200px) / 2, 20px);
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 767px) {
  .products .overview {
    flex-direction: column;
  }
}
.products .overview__img {
  width: min(45.8333333333vw, 550px);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .products .overview__img {
    width: min(100%, 550px);
  }
}
.products .overview__ttl {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #BBBBBB;
  margin-bottom: 10px;
}
.products .overview__txt {
  line-height: 1.75;
}
.products .overview__txt:not(:first-child) {
  margin-top: 1.5em;
}
.products .overview__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
  padding: 18px 15px;
  background-color: #05B193;
  color: #fff;
  font-weight: bold;
}
.products .overview__txtBold {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}
.products .task {
  margin-top: 75px;
  padding: 0 max((100% - 1100px) / 2, 20px);
}
.products .task__hd {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 20px;
  color: #003A5B;
  padding: 10px 30px;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .products .task__hd {
    font-size: 18px;
    padding: 10px 15px;
    gap: 15px;
    text-align: center;
  }
}
.products .task__hd::before, .products .task__hd::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #003A5B;
  flex-shrink: 0;
}
.products .task__list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: min(4.5454545455vw, 50px);
}
@media (max-width: 767px) {
  .products .task__list {
    margin-top: 30px;
    flex-direction: column;
  }
}
.products .task__listItem {
  width: calc((100% - min(4.5454545455vw, 50px)) / 3);
}
@media (max-width: 767px) {
  .products .task__listItem {
    width: min(100%, 333px);
  }
}
.products .task__listImg {
  width: 100%;
}
.products .task__txt {
  margin: 10px auto 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .products .task__txt {
    font-size: 16px;
  }
}
.products .task__box {
  margin-top: 60px;
}
.products .task__boxItem:not(:first-child) {
  margin-top: 30px;
}
.products .task__boxTtl {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .products .task__boxTtl {
    font-size: 20px;
  }
}
.products .task__boxTtl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #003A5B;
}
@media (max-width: 767px) {
  .products .task__boxTtl::before {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
  }
}
.products .task__boxTxt {
  margin-top: 10px;
  line-height: 1.75;
}
.products .section {
  border-radius: 5px;
  overflow: hidden;
  margin: 50px max((100% - 1200px) / 2, 20px) 0;
}
.products .section__hd {
  background-color: #003A5B;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 20px max((100% - 1100px) / 2, 20px);
}
@media (max-width: 767px) {
  .products .section__hd {
    font-size: 18px;
  }
}
.products .section__inner {
  background-color: #fff;
  padding: 40px clamp(20px, (100% - 1100px) / 2, 50px) 25px;
}
@media (max-width: 767px) {
  .products .section__inner {
    padding: 20px clamp(10px, (100% - 1100px) / 2, 50px) 25px;
  }
}
.products .section__lineHd {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 0 12px 20px;
  border-left: 8px solid #003A5B;
}
@media (max-width: 767px) {
  .products .section__lineHd {
    font-size: 16px;
    border-left-width: 6px;
    padding: 8px 0 8px 14px;
  }
}
.products .section__lineHd:not(:first-child) {
  margin-top: 30px;
}
.products .section__dotHd {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .products .section__dotHd {
    font-size: 16px;
  }
}
.products .section__dotHd::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #003A5B;
}
@media (max-width: 767px) {
  .products .section__dotHd::before {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
  }
}
.products .section__dotHd:not(:first-of-type) {
  margin-top: 50px;
}
.products .section__img {
  max-width: 100%;
  display: block;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .products .section__img {
    margin-top: 20px;
  }
}
.products .section__txt {
  margin-top: 10px;
  line-height: 1.75;
}
.products .section__txt.typeIndent {
  padding-left: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .products .section__txt.typeIndent {
    padding-left: 0;
  }
}
.products .section__txt.typeMtWide {
  margin-top: 60px;
}
.products .section__txtBold {
  font-weight: 500;
}
.products .section__list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: min(4.5454545455vw, 50px);
}
@media (max-width: 767px) {
  .products .section__list {
    flex-direction: column;
  }
}
.products .section__listItem {
  width: calc((100% - min(4.5454545455vw, 50px)) / 3);
}
@media (max-width: 767px) {
  .products .section__listItem {
    width: min(100%, 333px);
  }
}
.products .section__listImg {
  width: 100%;
}
.products .section__listTtl {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}
.products .section__explanation {
  width: min(100%, 1100px);
  border-bottom: 5px solid #fff;
  display: flex;
  font-size: 14px;
}
@media (max-width: 767px) {
  .products .section__explanation {
    flex-direction: column;
  }
}
.products .section__explanation:first-of-type {
  margin-top: 30px;
}
.products .section__explanationDt {
  width: min(40.9090909091vw, 450px);
  background-color: #e5ebee;
  padding: 20px 10px 20px 50px;
}
@media (max-width: 767px) {
  .products .section__explanationDt {
    width: 100%;
    padding: 15px 10px;
  }
}
.products .section__explanationDd {
  border: 1px solid #E5EBEE;
  padding: 20px 10px 20px 50px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .products .section__explanationDd {
    padding: 15px 10px;
  }
}

.faq {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 40px;
  }
}
.faq .underKv {
  background-image: url(../img/faq/kv_bg.jpg);
}
.faq .anchorSec {
  margin: 70px max((100% - 800px) / 2, 20px) 0;
  background-color: #fff;
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0;
}
@media (max-width: 767px) {
  .faq .anchorSec {
    margin-top: 40px;
    flex-direction: column;
    gap: 15px 30px;
  }
}
.faq .anchorSec__item {
  position: relative;
  flex-grow: 1;
  width: 50%;
}
@media (max-width: 767px) {
  .faq .anchorSec__item {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
  }
}
.faq .anchorSec__item:not(:nth-child(even))::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .faq .anchorSec__item:not(:nth-child(even))::after {
    display: none;
  }
}
.faq .anchorSec__link {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 999px) {
  .faq .anchorSec__link {
    gap: 5px;
  }
}
.faq .anchorSec__link::after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background-color: #003A5B;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 767px) {
  .faq .anchorSec__link::after {
    translate: 0 2px;
  }
}
.faq .block {
  margin: 80px max((100% - 900px) / 2, 20px) 0;
}
@media (max-width: 767px) {
  .faq .block {
    margin-top: 40px;
  }
}
.faq .block__dotsTtl {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .faq .block__dotsTtl {
    font-size: 17px;
  }
}
.faq .block__dotsTtl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #003A5B;
}
@media (max-width: 767px) {
  .faq .block__dotsTtl::before {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
  }
}
.faq .block__box {
  margin-top: 10px;
  border-bottom: 2px solid #D1D5D8;
}
@media (max-width: 767px) {
  .faq .block__box {
    margin-top: 10px;
  }
}
.faq .block__box:first-of-type {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .faq .block__box:first-of-type {
    margin-top: 10px;
  }
}
.faq .block__qBox {
  padding: 20px;
  font-weight: bold;
  color: #003A5B;
  display: flex;
  gap: 10px;
  cursor: pointer;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .faq .block__qBox {
    padding: 10px;
  }
}
.faq .block__q {
  font-family: Montserrat, sans-serif;
}
.faq .block__aBox {
  padding: 0 20px 20px;
  display: none;
  gap: 10px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .faq .block__aBox {
    padding: 0 10px 10px;
  }
}
.faq .block__a {
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.column .underKv {
  background-image: url(../img/column/kv_bg.jpg);
}
.column .cateLinkBox {
  margin-top: 50px;
  padding: 0 max((100% - 1100px) / 2, 20px);
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .column .cateLinkBox {
    margin-top: 25px;
    flex-wrap: wrap;
  }
}
.column .cateLinkBox__link {
  background-color: #e0e0e0;
  flex-grow: 1;
  text-align: center;
  font-weight: 500;
  color: #8e8e8e;
  border-bottom: 2px solid #8E8E8E;
  padding: 15px;
}
@media (max-width: 767px) {
  .column .cateLinkBox__link {
    padding: 10px;
  }
}
@media (hover: hover) {
  .column .cateLinkBox__link:hover {
    background-color: #fff;
    color: #333333;
    border-bottom-color: #003A5B;
  }
}
.column .cateLinkBox__link.current {
  background-color: #fff;
  color: #333333;
  border-bottom-color: #003A5B;
}
.column .archive {
  margin-top: 45px;
  padding: 0 max((100% - 1100px) / 2, 20px);
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}
@media (max-width: 767px) {
  .column .archive {
    justify-content: center;
  }
}
.column .archive__box {
  width: calc((100% - 20px) / 3);
  background-color: #fff;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .column .archive__box {
    width: min(100%, 500px);
  }
}
.column .archive__thumb {
  width: 100%;
  aspect-ratio: 360/210;
  object-fit: cover;
}
.column .archive__ttl {
  margin-top: 10px;
  padding: 0 15px 10px;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.75;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column .archive__ttl::before {
  content: "■";
  margin-right: 10px;
}
.column .archive__txt {
  margin-top: 15px;
  padding: 0 15px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 15px;
}
@media (max-width: 767px) {
  .column .archive__txt {
    font-size: 14px;
  }
}
.column .archive__cate {
  margin: 15px 15px 0;
  font-size: 13px;
  font-weight: 500;
  background-color: #003A5B;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 20px;
}
.column .archive__date {
  margin-top: 15px;
  padding: 0 15px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #003A5B;
  font-size: 15px;
}
@media (max-width: 767px) {
  .column .archive__date {
    font-size: 14px;
  }
}
.column .wp-pagenavi {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.column .wp-pagenavi > * {
  background-color: #fff;
  border: 1px solid #003A5B;
  padding: 10px;
}
@media (hover: hover) {
  .column .wp-pagenavi > *:hover {
    background-color: #003A5B;
    color: #fff;
  }
}
.column .wp-pagenavi > *:is(.current) {
  background-color: #003A5B;
  color: #fff;
}
.column .detail {
  margin: 50px max((100% - 1100px) / 2, 20px) 0;
  padding: 30px 30px 40px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .column .detail {
    padding: 20px 10px 30px;
  }
}
.column .detail__ttlBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .column .detail__ttlBox {
    gap: 10px;
  }
}
.column .detail__cate {
  font-size: 13px;
  font-weight: 500;
  background-color: #003A5B;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .column .detail__cate {
    font-size: 12px;
    padding: 3px 15px;
  }
}
.column .detail__date {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #003A5B;
  font-weight: 500;
}
@media (max-width: 767px) {
  .column .detail__date {
    font-size: 14px;
  }
}
.column .detail__hd {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .column .detail__hd {
    font-size: 18px;
  }
}
.column .detail__thumb {
  display: block;
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .column .detail__thumb {
    margin-top: 30px;
  }
}
.column .detail__article {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5EBEE;
}
@media (max-width: 767px) {
  .column .detail__article {
    margin-top: 30px;
  }
}
.column .detail__article h3 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #003A5B;
}
@media (max-width: 767px) {
  .column .detail__article h3 {
    font-size: 18px;
  }
}
.column .detail__article h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #003A5B;
}
@media (max-width: 767px) {
  .column .detail__article h3::before {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
  }
}
.column .detail__article h2 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
  padding: 12px 0 12px 20px;
  border-left: 8px solid #003A5B;
}
@media (max-width: 767px) {
  .column .detail__article h2 {
    font-size: 20px;
    border-left-width: 6px;
    padding: 8px 0 8px 14px;
  }
}
.column .detail__article h2:not(:first-child) {
  margin-top: 30px;
}
.column .detail__article h4 {
  margin-top: 30px;
  font-size: 17px;
  color: #003A5B;
  padding-right: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5EBEE;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .column .detail__article h4 {
    font-size: 16px;
  }
}
.column .detail__article p {
  margin-top: 20px;
  line-height: 1.75;
}
.column .detail__article a {
  color: #05B193;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  .column .detail__article a:hover {
    text-decoration: none;
  }
}
.column .detail__backBtn {
  display: block;
  margin: 50px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #05B193;
  color: #fff;
  padding: 15px 40px;
}
@media (max-width: 767px) {
  .column .detail__backBtn {
    margin-top: 40px;
  }
}

.about .underKv {
  background-image: url(../img/about/kv_bg.jpg);
}
.about .lead {
  margin: 50px max((100% - 980px) / 2, 20px) 0;
}
.about .lead__txt {
  line-height: 1.75;
}
.about .lead__txt:not(:first-child) {
  margin-top: 1.2em;
}
.about .section {
  border-radius: 5px;
  overflow: hidden;
  margin: 60px max((100% - 1200px) / 2, 20px) 0;
}
.about .section__hd {
  background-color: #003A5B;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 20px max((100% - 1100px) / 2, 20px);
}
@media (max-width: 767px) {
  .about .section__hd {
    font-size: 18px;
  }
}
.about .section__inner {
  background-color: #fff;
  padding: 40px clamp(20px, (100% - 1100px) / 2, 50px) 25px;
}
@media (max-width: 767px) {
  .about .section__inner {
    padding: 20px clamp(10px, (100% - 1100px) / 2, 50px) 25px;
  }
}
.about .section__outline {
  width: min(100%, 1100px);
  border-bottom: 5px solid #fff;
  display: flex;
  font-size: 14px;
}
@media (max-width: 767px) {
  .about .section__outline {
    flex-direction: column;
  }
}
.about .section__outline:first-of-type {
  margin-top: 30px;
}
.about .section__outlineHd {
  width: min(27.2727272727vw, 300px);
  background-color: #e5ebee;
  padding: 20px 10px 20px 50px;
}
@media (max-width: 767px) {
  .about .section__outlineHd {
    width: 100%;
    padding: 15px 10px;
  }
}
.about .section__outlineTxt {
  border: 1px solid #E5EBEE;
  padding: 20px 10px 20px 50px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .about .section__outlineTxt {
    padding: 15px 10px;
  }
}
.about .section__outlineTxtInner {
  display: flex;
  align-items: first baseline;
  gap: 12px;
  line-height: 1.75;
}
.about .section__outlineTxtInner::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  flex-shrink: 0;
  background-color: #003A5B;
}
.about .section__outlineTxtInner:not(:first-of-type) {
  margin-top: 1.2em;
}
.about .section__map {
  margin-top: 30px;
}
.about .section__map iframe {
  width: 100%;
  height: 442px;
}

.catalog .underKv {
  background-image: url(../img/catalog/kv_bg.jpg);
}
.catalog .section {
  border-radius: 5px;
  overflow: hidden;
  margin: 50px max((100% - 1200px) / 2, 20px) 0;
}
.catalog .section__hd {
  background-color: #003A5B;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 20px max((100% - 1100px) / 2, 20px);
}
@media (max-width: 767px) {
  .catalog .section__hd {
    font-size: 18px;
  }
}
.catalog .section__inner {
  background-color: #fff;
  padding: 40px clamp(20px, (100% - 1100px) / 2, 50px) 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
@media (max-width: 767px) {
  .catalog .section__inner {
    padding: 20px clamp(10px, (100% - 1100px) / 2, 50px) 25px;
    gap: 40px 20px;
    justify-content: center;
  }
}
.catalog .section__item {
  width: min(100%, 290px);
}
.catalog .section__thumb {
  width: min(100%, 243px);
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .catalog .section__thumb {
    width: 60%;
  }
}
.catalog .section__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .catalog .section__ttl {
    font-size: 16px;
    margin-top: 15px;
  }
}
.catalog .section__dlBtn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  background-color: #05B193;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .catalog .section__dlBtn {
    margin-top: 15px;
  }
}
.reason {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .reason {
    padding-bottom: 50px;
  }
}
.reason .underKv {
  background-image: url(../img/reason/kv_bg.jpg);
}
.reason .anchorBox {
  margin-top: 80px;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 767px) {
  .reason .anchorBox {
    flex-direction: column;
    margin-top: 50px;
  }
}
.reason .anchorBox__link {
  width: 234px;
  padding: 10px 15px 20px;
  background-color: #FAFAFA;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 767px) {
  .reason .anchorBox__link {
    padding: 10px;
    display: flex;
    width: 100%;
    gap: 10px;
  }
}
@media (hover: hover) {
  .reason .anchorBox__link:hover .anchorBox__ttl::after {
    translate: 0 5px;
  }
}
.reason .anchorBox__num {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #919191;
  font-size: 47px;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (max-width: 767px) {
  .reason .anchorBox__num {
    font-size: 35px;
    top: -20px;
  }
}
.reason .anchorBox__icon {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .reason .anchorBox__icon {
    width: 100px;
    margin: 0;
  }
}
.reason .anchorBox__ttl {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .reason .anchorBox__ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin-top: 0;
    font-size: 16px;
  }
}
.reason .anchorBox__ttl::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 3px solid #003A5B;
  border-bottom: 3px solid #003A5B;
  rotate: 45deg;
  margin: 10px auto 0;
  transition: translate 0.2s;
}
@media (max-width: 767px) {
  .reason .anchorBox__ttl::after {
    margin: 0;
    translate: -15px -5px;
    width: 15px;
    height: 15px;
  }
}
.reason .block {
  margin: 100px max((100% - 1100px) / 2, 20px) 0;
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .reason .block {
    margin-top: 50px;
    flex-direction: column;
    gap: 20px;
  }
}
.reason .block.typeReverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .reason .block.typeReverse {
    flex-direction: column;
  }
}
.reason .block__num {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #05B193;
}
.reason .block__hd {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #003A5B;
}
.reason .block__txt {
  margin-top: 15px;
  line-height: 1.75;
}
.reason .list {
  margin: 35px max((100% - 980px) / 2, 20px) 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 40px;
}
.reason .list__item {
  width: 300px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.reason .list__hd {
  background-color: #003A5B;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 20px;
}
.reason .list__hd::first-letter {
  font-size: 24px;
}
.reason .list__txt {
  background-color: #E5EBEE;
  padding: 15px 20px;
  line-height: 1.75;
  font-size: 14px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.reason .note {
  margin-top: 25px;
  padding: 0 20px;
  text-align: center;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .reason .note {
    text-align: left;
  }
}

.contact .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact .underKv {
  background-image: url(../img/contact/kv_bg.jpg);
}
.contact .lead {
  margin: 40px max((100% - 1100px) / 2, 20px) 0;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  padding: 30px 60px;
  gap: 90px;
  justify-content: center;
}
@media (max-width: 999px) {
  .contact .lead {
    padding: 30px;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .contact .lead {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}
.contact .lead__box {
  display: flex;
  align-items: center;
  gap: 35px;
  flex: 1;
}
.contact .lead__ttl {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact .lead__ttl {
    font-size: 18px;
  }
}
.contact .lead__txt {
  margin-top: 8px;
  line-height: 1.75;
}
.contact .lead__tel {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #003A5B;
  margin-top: 8px;
  display: block;
}
@media (max-width: 767px) {
  .contact .lead__tel {
    font-size: 22px;
  }
}
.contact .form {
  margin-top: 60px;
  padding: 0 max((100% - 800px) / 2, 20px);
}
.contact .form__row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .contact .form__row {
    flex-direction: column;
    gap: 15px;
  }
}
.contact .form__row:not(:first-of-type) {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contact .form__row:not(:first-of-type) {
    margin-top: 30px;
  }
}
.contact .form__row.type1col {
  flex-direction: column;
}
.contact .form__hd {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  gap: 15px;
  align-items: center;
  width: 165px;
  flex-shrink: 0;
}
.contact .form__hd.typeFull {
  width: 100%;
}
.contact .form__required {
  color: #fff;
  font-size: 12px;
  background-color: #e37e34;
  padding: 5px 10px;
  flex-shrink: 0;
}
.contact .form__required.typeOptional {
  background-color: #003A5B;
}
.contact .form__inputBox {
  width: min(73.125vw, 585px);
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .contact .form__inputBox {
    width: 100%;
  }
}
.contact .form__inputBox.typeFull {
  width: 100%;
}
.contact .form__inputBox.typeCheck {
  font-size: 14px;
  width: 100%;
}
.contact .form__inputBox.typeCheck .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.contact .form__inputBox .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact .form__addressBox {
  width: min(73.125vw, 585px);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .contact .form__addressBox {
    width: 100%;
  }
}
.contact .form__addressBox .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
.contact .form__zipBox {
  display: flex;
  gap: 8px;
  align-items: center;
}
.contact .form__zipBox .zip-3 {
  width: 70px;
}
.contact .form__zipBox .zip-4 {
  width: 75px;
}
.contact .form__prefBox {
  position: relative;
  width: min(100%, 240px);
}
.contact .form__prefBox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  rotate: 45deg;
  border-right: 2px solid #05B193;
  border-bottom: 2px solid #05B193;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 calc(-50% - 2px);
  pointer-events: none;
}
.contact .form__prefBox select {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8AB0C7;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
}
.contact .form__prefBox select::placeholder {
  color: #d1d5d8;
}
.contact .form__input {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8AB0C7;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
}
.contact .form__input::placeholder {
  color: #d1d5d8;
}
.contact .form__input[type=tel] {
  width: 50%;
}
@media (max-width: 767px) {
  .contact .form__input[type=tel] {
    width: 100%;
  }
}
.contact .form [type=checkbox] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #8AB0C7;
  flex-shrink: 0;
  accent-color: #003A5B;
}
.contact .form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.contact .form .wpcf7-checkbox .wpcf7-list-item {
  width: calc((100% - 15px) / 2);
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .contact .form .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.contact .form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  font-size: 14px;
}
.contact .form__textareaBox textarea {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8AB0C7;
  padding: 10px 15px;
  width: 100%;
  font-size: 14px;
  height: 10em;
  resize: vertical;
}
.contact .form__link {
  text-decoration: underline;
}
@media (hover: hover) {
  .contact .form__link:hover {
    text-decoration: none;
  }
}
.contact .form__submitBtnWrap {
  margin: 40px auto 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.contact .form__submitBtnWrap::before {
  content: "";
  display: block;
  background-image: url(../img/contact/icon_send.svg);
  background-size: cover;
  width: 38px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 40px;
  translate: 0 -50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact .form__submitBtnWrap::before {
    width: 25px;
    height: 20px;
    left: 15px;
  }
}
.contact .form__submitBtnWrap .wpcf7-spinner {
  display: none;
}
.contact .form__submitBtn {
  display: block;
  background-color: #05B193;
  color: #fff;
  font-size: 20px;
  padding: 28px 40px 28px 100px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact .form__submitBtn {
    font-size: 17px;
    padding: 20px 30px 20px 60px;
  }
}
.contact .form__submitBtn[disabled] {
  background-color: #919191;
  pointer-events: none;
}

.sitemap .underKv {
  background-image: url(../img/about/kv_bg.jpg);
}
.sitemap .map {
  margin-top: 50px;
  padding: 0 max((100% - 900px) / 2, 20px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sitemap .map__navItem {
  font-weight: 500;
  color: #003A5B;
}
.sitemap .map__navSubList {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  margin-left: 1em;
  gap: 20px;
}
.sitemap .map__navSubLink {
  font-weight: 500;
}
.sitemap .map__navSubLink::before {
  content: "-";
  padding-right: 0.3em;
}/*# sourceMappingURL=style.css.map */