@charset "UTF-8";
/* layout */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fff;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 共通 st */
body {
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s ease;
}

button {
  all: unset;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transform: translate(0, 0);
}

:root {
  --main-color: #172d74;
  --accent-color: linear-gradient(#d54556 0%, #f19071 100%);
  --font-size-base: 16px;
  --sub-color: #535353;
}

.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

a {
  color: var(--main-color);
}

/* 共通 ed */
.top-tit01 {
  font-size: 34px;
  margin-bottom: 10px;
}
.top-tit01 span {
  display: block;
  margin-top: 30px;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  text-align: left;
  color: #2991c5;
}

.service-btn {
  display: flex;
  align-items: center;
  background: rgba(221, 230, 141, 0.42);
  border: 1px solid #bbcd1f;
  border-radius: 50px;
  padding: 0 20px;
}
.service-btn span {
  display: inline-block;
  padding: 5px 20px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #054473;
}

.btn-001 {
  display: inline-block;
  border: 1px solid #172d75;
  border-radius: 100px;
  background-color: #fff;
  color: #172d75;
  padding: 10px 20px;
}
.btn-001:hover {
  background-color: #172d75;
  color: #fff;
}

.btn-03 {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  padding: 10px 20px;
}
.btn-03:hover {
  background-color: #172d75;
  color: #fff;
}

.btn-04 {
  display: inline-block;
  font-size: 15px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  padding: 12px 34px 12px 54px;
  position: relative;
}

.btn-04:before,
.btn-04:after {
  position: absolute;
  top: 55%;
  left: 15px;
  height: 1px;
  background: #ffffff;
  content: "";
}

.btn-04:before {
  width: 15px;
  transform: translateY(-50%);
}

.btn-04:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
  left: 22px;
}

.btn-00 {
  display: inline-block;
  font-size: 15px;
  border: 1px solid #172d75;
  color: #172d75;
  border-radius: 50px;
  padding: 12px 17px;
  position: relative;
}

.btn-01 {
  /* スタイル用 */
  display: inline-block;
  font-size: 15px;
  border: 1px solid #172d75;
  background-color: #fff;
  border: 1px solid var(--main-color);
  color: #172d75;
  border-radius: 50px;
  padding: 12px 45px 12px 17px;
  position: relative;
  transition: all 0.2s ease;
}
.btn-01:hover {
  background: var(--main-color);
  border: 1px solid transparent;
  color: #fff;
  opacity: 1;
}
.btn-01:hover:before, .btn-01:hover:after {
  background: #fff;
  opacity: 1;
}
.btn-01:before, .btn-01:after {
  position: absolute;
  top: 55%;
  right: 10px;
  height: 1px;
  background: #172d75;
  content: "";
}
.btn-01:before {
  width: 15px;
  transform: translateY(-50%);
}
.btn-01:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.btn-01--custom {
  padding-bottom: 15px;
  display: flex;
  max-width: 190px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.btn-02 {
  display: inline-block;
  font-size: 15px;
  border: 1px solid #172d75;
  color: #172d75;
  border-radius: 50px;
  padding: 12px 45px 12px 17px;
  position: relative;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.btn-02:hover {
  border: 1px solid #fff;
  color: #fff !important;
  background: var(--main-color);
  opacity: 1;
}
.btn-02:before, .btn-02:after {
  position: absolute;
  top: 55%;
  right: 10px;
  height: 1px;
  background: #172d75;
  content: "";
}
.btn-02:hover::before, .btn-02:hover::after {
  background: #fff;
  opacity: 1;
}
.btn-02:before {
  width: 15px;
  transform: translateY(-50%);
}
.btn-02:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}

.allow01 {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
@media (max-width: 767px) {
  .allow01 {
    width: 25px;
    height: 25px;
  }
}
.allow01::before, .allow01::after {
  position: absolute;
  content: "";
}
.allow01::before {
  top: 25px;
  left: 14px;
  width: 17px;
  height: 1px;
  background: #fff;
}
@media (max-width: 767px) {
  .allow01::before {
    top: 12px;
    left: 7px;
    width: 10px;
  }
}
.allow01::after {
  top: 20px;
  left: 31px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid #fff;
}
@media (max-width: 767px) {
  .allow01::after {
    top: 8px;
    left: 13px;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
  }
}

.allow02 {
  transform: rotate(90deg);
  display: block;
  height: 80px;
  position: relative;
}
.allow02::before, .allow02::after {
  position: absolute;
  content: "";
}
.allow02::before {
  top: 25px;
  left: 14px;
  width: 60px;
  height: 2px;
  background: #172d75;
}
.allow02::after {
  top: 20px;
  right: -75px;
  border-top: 6px solid transparent;
  border-left: 8px solid #172d75;
}

.allow03 {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #172d75;
  position: relative;
}
.allow03:before, .allow03:after {
  position: absolute;
  content: "";
}
.allow03::before {
  top: 25px;
  left: 14px;
  width: 17px;
  height: 1px;
  background: #172d75;
}
.allow03::after {
  top: 20.5px;
  left: 31px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid #172d75;
}
.allow03--custom {
  width: 64px;
  height: 64px;
  border: 2px solid rgba(23, 45, 117, 0.368627451);
  border-radius: 50%;
  position: absolute;
  right: 20px;
}
.allow03--custom:before, .allow03--custom:after {
  position: absolute;
  top: 55%;
  right: 10px;
  height: 1px;
  background: #172d75;
  content: "";
  border: none;
}
.allow03--custom:before {
  width: 26px;
  transform: translateX(-50%);
  left: 50%;
}
.allow03--custom:after {
  width: 12px;
  transform: rotate(45deg);
  transform-origin: right center;
  right: 30%;
}

.scroll-button {
  position: fixed;
  background-color: rgba(20, 41, 107, 0.4);
  border: 1px solid rgba(20, 41, 107, 0.4);
  color: #172d75;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  transition: all 0.2s ease;
  cursor: pointer;
  bottom: 30px;
  right: 30px;
  z-index: 8;
}
@media (max-width: 767px) {
  .scroll-button {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-button:hover {
  background: #fff;
  border: 1px solid rgba(20, 41, 107, 0.4);
  color: #fff;
  opacity: 1;
}
.scroll-button:hover::before, .scroll-button:hover::after {
  background: var(--main-color, #14296b);
}
.scroll-button::before, .scroll-button::after {
  content: "";
  position: absolute;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-button::before {
  width: 1px;
  height: 16px;
  top: 20px;
}
.scroll-button::after {
  width: 8px;
  height: 1px;
  top: 22px;
  left: 46%;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: center center;
}

.scroll-button.stop {
  position: absolute;
  bottom: 30px;
}

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

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

h2, .textbase-inner .textbase-content .border-txt, .textbase-inner .textbase-content .border-txt--custom {
  line-height: 1.3;
}

.page-mv {
  position: relative;
}
.page-mv--sub .page-mv-inner img {
  width: 100%;
  min-height: 270px;
  max-height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .page-mv--sub .page-mv-inner img {
    min-height: inherit;
    max-height: inherit;
    height: 130px;
  }
}
.page-mv--sub .page-mv-inner .content-box {
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-mv--sub .page-mv-inner .content-box h2, .page-mv--sub .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt, .page-mv--sub .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt--custom, .textbase-inner .textbase-content .page-mv--sub .page-mv-inner .content-box .border-txt, .textbase-inner .textbase-content .page-mv--sub .page-mv-inner .content-box .border-txt--custom {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .page-mv--sub .page-mv-inner .content-box h2, .page-mv--sub .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt, .page-mv--sub .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt--custom, .textbase-inner .textbase-content .page-mv--sub .page-mv-inner .content-box .border-txt, .textbase-inner .textbase-content .page-mv--sub .page-mv-inner .content-box .border-txt--custom {
    font-size: 25px;
    line-height: 1.2;
  }
}

main {
  position: relative;
}
main .category-header {
  width: 100%;
  height: 68px;
  padding: 20px 156px 20px 83px;
  background: #e2e6f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-weight: bold;
  font-size: 18px;
  color: #0d2b6d;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .category-header {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  main .category-header {
    padding: 20px;
    margin-top: 50px;
  }
}
main .category-header img {
  width: 180px;
  height: auto;
}
main .category-header .category-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
}
main .category-header .category-toggle .icon-menu {
  position: relative;
  width: 18px;
  height: 14px;
  display: block;
  margin-top: 2.5px;
}
main .category-header .category-toggle .icon-menu::before, main .category-header .category-toggle .icon-menu::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #0d2b6d;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
main .category-header .category-toggle .icon-menu div {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0d2b6d;
  transition: all 0.3s ease;
}
main .category-header .category-toggle .icon-menu::before {
  top: 0;
}
main .category-header .category-toggle .icon-menu::after {
  bottom: 0;
}
main .category-header .category-toggle.active .icon-menu::before {
  transform: rotate(45deg);
  top: 6px;
}
main .category-header .category-toggle.active .icon-menu::after {
  transform: rotate(-45deg);
  bottom: 6px;
}
main .category-header .category-toggle.active .icon-menu div {
  opacity: 0;
}
main .category-header .category-toggle.active .category-menu {
  display: block;
}
main .category-header .category-menu {
  display: none;
  position: absolute;
  background-image: url("../img/img_category-menubg.png");
  background-position: center bottom;
  background-size: 100% 100%;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 25px 20px;
  top: 0;
  right: 0;
  width: 258px;
  z-index: 9;
  margin-top: 40px;
}
main .category-header .category-menu .category-menu-parent {
  gap: 6px;
  display: flex;
  flex-flow: column;
}
main .category-header .category-menu .category-menu-parent .category-menu-child {
  width: 100%;
}
main .category-header .category-menu .category-menu-parent .category-menu-child span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 5px 117px 5px 18px;
  background: var(--main-color);
  border-radius: 20px;
  border: 1px solid transparent;
  line-height: 1.5;
  position: relative;
  width: 100%;
  display: flex;
}
main .category-header .category-menu .category-menu-parent .category-menu-child span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
main .category-header .category-menu .category-menu-parent .category-menu-child.active span::before {
  background: #707070;
}
main .category-header .category-menu .category-menu-parent .category-menu-child.active ul {
  display: flex;
}
main .category-header .category-menu .category-menu-parent .category-menu-child ul {
  display: none;
  padding: 15px 30px;
  flex-flow: row wrap;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
}
main .category-header .category-menu .category-menu-parent .category-menu-child ul li a {
  display: inline-flex;
  width: auto;
  font-size: 14px;
  color: var(--main-color);
  line-height: 1.5;
  padding: 5px 10px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--main-color);
  transition: all 0.2s ease;
}
main .category-header .category-menu .category-menu-parent .category-menu-child ul li a:hover {
  background: var(--main-color);
  color: #fff;
  opacity: 1;
}
main .inner .catchcopy {
  text-align: justify;
  font-size: var(--font-size-base);
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  main .inner .catchcopy p {
    font-size: 14px;
  }
}
main .inner .search02--custom {
  max-width: 1100px;
  background-image: url("../img/img_products_bg02.png") !important;
  border: 1px solid var(--main-color);
  margin-bottom: 26px !important;
  overflow: hidden;
  padding: 23px 40px 0 !important;
  background-position: top center;
}
main .inner .search02--custom .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #003c82;
  position: relative;
  margin-bottom: 20px;
}
main .inner .search02--custom .accordion-title::before, main .inner .search02--custom .accordion-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--main-color);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
main .inner .search02--custom .accordion-title::before {
  width: 18px;
  height: 2px;
  right: 9.5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .search02--custom .accordion-title::before {
    right: 22px;
  }
}
@media (max-width: 767px) {
  main .inner .search02--custom .accordion-title::before {
    right: 15px;
    width: 14px;
  }
}
main .inner .search02--custom .accordion-title::after {
  width: 2px;
  height: 18px;
  right: 18px;
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .search02--custom .accordion-title::after {
    right: 30px;
  }
}
@media (max-width: 767px) {
  main .inner .search02--custom .accordion-title::after {
    right: 21px;
    height: 14px;
  }
}
main .inner .search02--custom .accordion-title.active::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
main .inner .search02--custom .accordion_body {
  display: none;
}
main .inner .search02--custom .accordion_body.open {
  display: block;
}
main .inner .search02--custom .accordion_body .accordion_body_inner {
  padding: 32.5px 27.5px 40px;
  border-top: 1px solid var(--main-color);
}
@media (max-width: 767px) {
  main .inner .search02--custom .accordion_body .accordion_body_inner {
    padding-inline: 0;
  }
}
main .inner .search02--custom .category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  main .inner .search02--custom .category-tags {
    gap: 15px 20px;
  }
}
main .inner .search02--custom .category-tags li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #8aa1c6;
  border-radius: 20px;
  color: #003c82;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
main .inner .search02--custom .category-tags li a svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
main .inner .search02--custom .category-tags li a:hover {
  background: var(--main-color);
  color: #fff;
  opacity: 1;
}
main .inner .search02--custom .category-tags .tag-icon {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 0;
  font-size: 14px;
  border: none;
  color: #535353;
  text-decoration: underline;
  transition: all 0.2s;
  position: relative;
  padding-left: 20px;
}
main .inner .search02--custom .category-tags .tag-icon::before {
  position: absolute;
  content: "";
  background-image: url(../img/tag.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main .inner .search02--custom .category-tags .tag-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
main .inner .search02--custom .category-tags .tag-icon:hover {
  opacity: 0.7;
  background: inherit;
  color: var(--main-color);
}
main .page-mv {
  position: relative;
}
main .page-mv .page-mv-inner {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  main .page-mv .page-mv-inner {
    padding-top: 50px;
  }
}
main .page-mv .page-mv-inner .content-box {
  margin: 30px 5vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .page-mv .page-mv-inner .content-box {
    margin: 15px 40px;
  }
}
@media (max-width: 767px) {
  main .page-mv .page-mv-inner .content-box {
    margin: 10px;
  }
}
main .page-mv .page-mv-inner .content-box h2, main .page-mv .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt, main .page-mv .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt--custom, .textbase-inner .textbase-content main .page-mv .page-mv-inner .content-box .border-txt, .textbase-inner .textbase-content main .page-mv .page-mv-inner .content-box .border-txt--custom {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 0.09em;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .page-mv .page-mv-inner .content-box h2, main .page-mv .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt, main .page-mv .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt--custom, .textbase-inner .textbase-content main .page-mv .page-mv-inner .content-box .border-txt, .textbase-inner .textbase-content main .page-mv .page-mv-inner .content-box .border-txt--custom {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  main .page-mv .page-mv-inner .content-box h2, main .page-mv .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt, main .page-mv .page-mv-inner .content-box .textbase-inner .textbase-content .border-txt--custom, .textbase-inner .textbase-content main .page-mv .page-mv-inner .content-box .border-txt, .textbase-inner .textbase-content main .page-mv .page-mv-inner .content-box .border-txt--custom {
    font-size: 25px;
  }
}
main .page-mv .page-mv-inner .content-box p {
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
main .page-mv .page-mv-inner .content-box .sub-title {
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .page-mv .page-mv-inner .content-box .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  main .page-mv .page-mv-inner .content-box .sub-title {
    font-size: 16px;
  }
}
main .page-mv .page-mv-inner .content-box span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .page-mv .page-mv-inner .content-box span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  main .page-mv .page-mv-inner .content-box span {
    font-size: 14px;
  }
}
main .breadcrumb, main .breadcrumb--top {
  font-size: 16px;
  color: #172d75;
  max-width: 95%;
  display: flex;
  margin: 0 auto;
  overflow-x: auto;
  padding-block: 0.75rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  main .breadcrumb, main .breadcrumb--top {
    font-size: 12px;
  }
}
main .breadcrumb ul, main .breadcrumb--top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  main .breadcrumb ul, main .breadcrumb--top ul {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    max-width: 100%;
    overflow-x: auto;
  }
}
main .breadcrumb ul li, main .breadcrumb--top ul li {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #172d75;
  font-size: 14px;
}
@media (max-width: 767px) {
  main .breadcrumb ul li, main .breadcrumb--top ul li {
    flex-shrink: 0;
    font-size: 12px;
  }
}
main .breadcrumb ul li a, main .breadcrumb--top ul li a {
  text-decoration: underline;
  color: #172d75;
}
main .breadcrumb ul li a:hover, main .breadcrumb--top ul li a:hover {
  text-decoration: underline;
}
main .breadcrumb ul li::after, main .breadcrumb--top ul li::after {
  content: "/";
  display: inline-block;
  transform: skewX(-20deg);
  margin: 0 12px;
  color: #9baa00;
}
main .breadcrumb ul li:last-child::after, main .breadcrumb--top ul li:last-child::after {
  content: none;
}

.inner--sub {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 50px;
  padding: 50px 15px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub {
    padding-block: 20px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .inner--sub {
    padding-block: 30px;
    gap: 20px;
  }
}
.inner--sub p {
  line-height: 1.5;
}
.inner--sub .card-wrap--custom ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 40px 60px;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap--custom ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap--custom ul {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.inner--sub .card-wrap--custom ul .item1 {
  order: 1;
}
.inner--sub .card-wrap--custom ul .item1 a {
  background: url("../../common/img/img_service01.jpg") no-repeat center top/cover;
}
.inner--sub .card-wrap--custom ul .item2 {
  order: 3;
}
.inner--sub .card-wrap--custom ul .item2 a {
  background: url("../../common/img/img_service02.jpg") no-repeat center top/cover;
}
.inner--sub .card-wrap--custom ul .item3 {
  order: 5;
}
.inner--sub .card-wrap--custom ul .item3 a {
  background: url("../../common/img/img_service03.jpg") no-repeat center top/cover;
}
.inner--sub .card-wrap--custom ul .item4 {
  order: 7;
}
.inner--sub .card-wrap--custom ul .item4 a {
  background: url("../../common/img/img_service04.jpg") no-repeat center top/cover;
}
.inner--sub .card-wrap--custom ul .item5 {
  order: 2;
}
.inner--sub .card-wrap--custom ul .item5 a {
  background: url("../../common/img/img_service05.jpg") no-repeat center top/cover;
}
.inner--sub .card-wrap--custom ul .item6 {
  order: 4;
}
.inner--sub .card-wrap--custom ul .item6 a {
  background: url("../../common/img/img_service06.jpg") no-repeat center top/cover;
}
.inner--sub .card-wrap--custom ul .item7 {
  order: 6;
}
.inner--sub .card-wrap--custom ul .item7 a {
  background: url("../../common/img/img_service07.jpg") no-repeat center top/cover;
}
.inner--sub .card-wrap--custom ul .item8 {
  order: 8;
}
.inner--sub .card-wrap--custom ul .item8 a {
  background: url("../../common/img/img_service08.jpg") no-repeat center top/cover;
}
.inner--sub .card-wrap--custom ul .item9 {
  order: 9;
}
.inner--sub .card-wrap--custom ul .item10 {
  order: 10;
}
.inner--sub .card-wrap--custom ul li {
  width: 100%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap--custom ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap--custom ul li {
    place-content: center;
  }
}
.inner--sub .card-wrap--custom ul li a {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 20px;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  height: 200px;
  border: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap--custom ul li a {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap--custom ul li a {
    max-width: 100%;
    height: 180px;
  }
}
.inner--sub .card-wrap--custom ul li a img {
  width: 100%;
  height: 100%;
  display: block;
}
.inner--sub .card-wrap--custom ul li a span {
  z-index: 2;
}
.inner--sub .card-wrap--custom ul li a .title {
  top: 20px;
  left: 20px;
  font-size: 15px;
  color: var(--main-color);
  font-weight: bold;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.5;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap--custom ul li a .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap--custom ul li a .title {
    font-size: 18px;
  }
}
.inner--sub .card-wrap--custom ul li a .txt {
  bottom: 20px;
  left: 20px;
  font-size: 15px;
  color: var(--main-color);
  font-weight: bold;
  max-width: 80%;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap--custom ul li a .txt {
    font-size: 1.5vw;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap--custom ul li a .txt {
    font-size: 12px;
    max-width: 90%;
  }
}
.inner--sub .card-wrap--custom ul li a .txt small {
  font-size: 13px;
  line-height: 1.5;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap--custom ul li a .txt small {
    font-size: 1.5vw;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap--custom ul li a .txt small {
    font-size: 12px;
    max-width: 90%;
  }
}
.inner--sub .card-wrap--custom ul li a .service-icon {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 60px;
  height: auto;
  max-height: 60px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap--custom ul li a .service-icon {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap--custom ul li a .service-icon {
    width: 40px;
    height: 40px;
    top: 18px;
    right: 20px;
  }
}
.inner--sub .card-wrap--custom ul .cta-btn {
  background: #fff;
  height: 120px;
  position: relative;
}
.inner--sub .card-wrap--custom ul .cta-btn a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.inner--sub .card-wrap--custom ul .cta-btn a:hover {
  opacity: 0.7;
}
.inner--sub .card-wrap--custom ul .cta-btn .cta-sub {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #111;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .inner--sub .card-wrap--custom ul .cta-btn .cta-sub {
    font-size: 12px;
  }
}
.inner--sub .card-wrap--custom ul .cta-btn .cta-main {
  font-size: 30px;
  font-weight: bold;
  color: var(--main-color);
}
@media (max-width: 767px) {
  .inner--sub .card-wrap--custom ul .cta-btn .cta-main {
    font-size: 26px;
  }
}
.inner--sub .card-wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 40px 60px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .inner--sub .card-wrap ul {
    gap: 20px;
  }
}
.inner--sub .card-wrap ul li {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap ul li {
    place-content: center;
  }
}
.inner--sub .card-wrap ul li a {
  display: block;
  position: relative;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap ul li a {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap ul li a {
    max-width: 100%;
  }
}
.inner--sub .card-wrap ul li a img {
  width: 100%;
}
.inner--sub .card-wrap ul li a .shadow {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(23, 45, 117, 0.05) 0%, rgba(23, 45, 117, 0.6) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.inner--sub .card-wrap ul li a span {
  position: absolute;
  z-index: 2;
}
.inner--sub .card-wrap ul li a .txt {
  bottom: 10px;
  left: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .inner--sub .card-wrap ul li a .txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .inner--sub .card-wrap ul li a .txt {
    font-size: 12px;
  }
}
.inner--sub .card-wrap ul li a .allow01 {
  background: none;
  right: 10px;
  bottom: 10px;
}
.inner--sub .card-wrap ul .cta-btn {
  background: #fff;
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.25));
  height: 120px;
}
.inner--sub .card-wrap ul .cta-btn a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.inner--sub .card-wrap ul .cta-btn a:hover {
  opacity: 0.7;
}
.inner--sub .card-wrap ul .cta-btn .cta-sub {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #111;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .inner--sub .card-wrap ul .cta-btn .cta-sub {
    font-size: 12px;
  }
}
.inner--sub .card-wrap ul .cta-btn .cta-main {
  font-size: 30px;
  font-weight: bold;
  color: var(--main-color);
}
@media (max-width: 767px) {
  .inner--sub .card-wrap ul .cta-btn .cta-main {
    font-size: 26px;
  }
}

.textbase-inner {
  padding: 0 0 100px;
  gap: 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.textbase-inner--tegakari {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .textbase-inner {
    padding: 0;
    gap: 30px;
  }
}
.textbase-inner a {
  text-decoration: underline;
}
.textbase-inner .disc-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 115px;
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textbase-inner .disc-wrap {
    justify-content: center;
    padding-left: 0;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .textbase-inner .disc-wrap {
    justify-content: center;
    padding-left: 0;
    font-size: 14px;
    gap: 20px;
    padding-top: 20px;
  }
}
.textbase-inner .disc-wrap--custom ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.textbase-inner .disc-wrap--custom .disc {
  width: 50%;
}
@media (max-width: 767px) {
  .textbase-inner .disc-wrap--custom .disc {
    width: 100%;
  }
}
.textbase-inner .disc {
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .textbase-inner .disc {
    font-size: 14px;
  }
}
.textbase-inner .disc:last-child {
  margin-bottom: 0;
}
.textbase-inner .disc:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 0.5em;
  background-color: var(--main-color);
  position: absolute;
  margin-left: -1em;
}
.textbase-inner ul {
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.textbase-inner .textbase-content {
  width: 100%;
  margin-right: auto;
}
.textbase-inner .textbase-content .textbase-img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.textbase-inner .textbase-content .textbase-img-block--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  position: relative;
  gap: 40px;
  padding-top: 50px;
  grid-auto-rows: 1fr;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .textbase-img-block--grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.textbase-inner .textbase-content .textbase-img-block--grid > div {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  height: 100%;
  position: relative;
}
.textbase-inner .textbase-content .textbase-img-block--grid > div p {
  display: flex;
  justify-content: center;
}
.textbase-inner .textbase-content .textbase-img-block--grid > div:nth-child(1)::after,
.textbase-inner .textbase-content .textbase-img-block--grid > div:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 2px;
  height: 100%;
  background-color: var(--main-color);
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .textbase-img-block--grid > div:nth-child(1)::after,
  .textbase-inner .textbase-content .textbase-img-block--grid > div:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .textbase-img-block--grid > div:nth-child(2)::before,
  .textbase-inner .textbase-content .textbase-img-block--grid > div:nth-child(3)::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
  }
}
.textbase-inner .textbase-content .textbase-img-block--grid img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .textbase-img-block--grid img {
    max-width: 100%;
    width: 80%;
  }
}
.textbase-inner .textbase-content .textbase-img-block--grid p {
  width: 100%;
  text-align: left;
}
.textbase-inner .textbase-content h2, .textbase-inner .textbase-content .border-txt, .textbase-inner .textbase-content .border-txt--custom {
  font-size: 28px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textbase-inner .textbase-content h2, .textbase-inner .textbase-content .border-txt, .textbase-inner .textbase-content .border-txt--custom {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content h2, .textbase-inner .textbase-content .border-txt, .textbase-inner .textbase-content .border-txt--custom {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.textbase-inner .textbase-content h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--main-color);
  margin: 30px auto;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textbase-inner .textbase-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.textbase-inner .textbase-content h4 {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.textbase-inner .textbase-content .enh4 {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textbase-inner .textbase-content .enh4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .enh4 {
    font-size: 16px;
  }
}
.textbase-inner .textbase-content .border-txt, .textbase-inner .textbase-content .border-txt--custom {
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px;
  border-left: 7px solid var(--main-color);
}
.textbase-inner .textbase-content .border-txt--custom {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textbase-inner .textbase-content .border-txt--custom {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .border-txt--custom {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.textbase-inner .textbase-content .days {
  font-size: 14px;
  color: #535353;
}
.textbase-inner .textbase-content p {
  font-size: var(--font-size-base);
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.textbase-inner .textbase-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content p {
    font-size: 14px;
  }
}
.textbase-inner .textbase-content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.textbase-inner .textbase-content a {
  text-decoration: underline;
  color: var(--main-color);
}
.textbase-inner .textbase-content .txtin-img {
  width: auto;
  height: auto;
  max-width: 650px;
  display: block;
  margin: 0 auto;
  margin-block: 50px;
  width: 100%;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .txtin-img {
    margin-block: 25px;
  }
}
.textbase-inner .textbase-content .txtin-img a {
  text-align: center;
  display: block;
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
}
.textbase-inner .textbase-content .txtin-img small {
  font-size: 14px;
  position: absolute;
  bottom: -15px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .txtin-img small {
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.textbase-inner .textbase-content .arrow-list li {
  position: relative;
  line-height: 1.5;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .arrow-list li {
    font-size: 14px;
  }
}
.textbase-inner .textbase-content .arrow-list li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 10px;
  top: 0.5em;
  left: 0;
  background-color: var(--main-color);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.textbase-inner .textbase-content .legal-list {
  margin-left: 1.5em;
  padding-left: 0;
  list-style-position: outside;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .legal-list {
    font-size: 14px;
  }
}
.textbase-inner .textbase-content .legal-list li {
  margin-bottom: 0.5em;
}
.textbase-inner .textbase-content .number-list {
  line-height: 1.5;
  font-size: var(--font-size-base);
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .number-list {
    font-size: 14px;
  }
}
.textbase-inner .textbase-content .number-list span {
  color: var(--main-color);
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .number-list span {
    font-size: 14px;
  }
}
.textbase-inner .textbase-content .scroll-txt {
  display: none;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .scroll-txt {
    margin-top: 10px;
    display: block;
    padding: 10px;
    width: 100%;
    background: rgba(145, 145, 145, 0.11);
    color: #919191;
    font-size: 14px;
    text-align: center;
  }
}
.textbase-inner .textbase-content .table-scroll {
  margin-block: 40px;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .table-scroll {
    -webkit-overflow-scrolling: touch;
    margin-block: 0 20px;
  }
}
.textbase-inner .textbase-content .table-scroll table {
  border-collapse: collapse;
  font-size: 16px;
  min-width: 600px;
  overflow: auto;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .table-scroll table {
    padding: 30px;
    font-size: 14px;
  }
}
.textbase-inner .textbase-content .table-scroll table thead th {
  color: var(--main-color);
  padding: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .table-scroll table thead th {
    padding: 15px;
  }
}
.textbase-inner .textbase-content .table-scroll table tbody {
  border-bottom: 1px solid var(--main-color);
}
.textbase-inner .textbase-content .table-scroll table tbody td {
  border-top: 1px solid var(--main-color);
  padding: 20px;
  vertical-align: top;
  color: var(--main-color);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .table-scroll table tbody td {
    padding: 15px;
  }
}
.textbase-inner .textbase-content .table-scroll table td pre {
  margin: 0;
}
.textbase-inner .textbase-content .table-scroll table thead th,
.textbase-inner .textbase-content .table-scroll table tbody td {
  white-space: nowrap;
}
.textbase-inner .textbase-content .caution, .textbase-inner .textbase-content .caution--custom {
  padding: 45px 50px;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .caution, .textbase-inner .textbase-content .caution--custom {
    padding: 20px;
  }
}
.textbase-inner .textbase-content .caution .caution-title, .textbase-inner .textbase-content .caution--custom .caution-title {
  font-size: var(--font-size-base);
  color: red;
}
.textbase-inner .textbase-content .caution ul li, .textbase-inner .textbase-content .caution--custom ul li {
  position: relative;
  line-height: 2;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .caution ul li, .textbase-inner .textbase-content .caution--custom ul li {
    font-size: 14px;
  }
}
.textbase-inner .textbase-content .caution ul li::before, .textbase-inner .textbase-content .caution--custom ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 10px;
  top: 0.8em;
  left: 0;
  background-color: var(--main-color);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.textbase-inner .textbase-content .caution--custom .caution-title {
  font-size: 22px;
  color: var(--main-color);
  font-weight: bold;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .caution--custom .caution-title {
    font-size: var(--font-size-base);
  }
}
.textbase-inner .textbase-content .caution--custom ul {
  padding: 0;
}
.textbase-inner .textbase-content .caution--custom ul li {
  padding: 0;
}
.textbase-inner .textbase-content .caution--custom ul li::before {
  content: none;
}
.textbase-inner .textbase-content .box-number {
  counter-reset: number;
}
.textbase-inner .textbase-content .box-number li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  line-height: 1.8;
  font-size: var(--font-size-base);
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .box-number li {
    font-size: 14px;
  }
}
.textbase-inner .textbase-content .box-number li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 20px;
  height: 20px;
  line-height: 1.5;
  background: #2991c6;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .box-number li::before {
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 1.2;
  }
}
.textbase-inner .textbase-content .point-list {
  counter-reset: point;
}
.textbase-inner .textbase-content .point-list li {
  position: relative;
  padding-left: 75px;
  margin-bottom: 8px;
  line-height: 1.8;
  font-size: var(--font-size-base);
  padding-right: 1em;
}
.textbase-inner .textbase-content .point-list li:last-child {
  padding-left: 8px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .point-list li {
    font-size: 14px;
    padding-left: 60px;
  }
}
.textbase-inner .textbase-content .point-list li::before {
  counter-increment: point;
  content: "POINT " counter(point);
  position: absolute;
  left: 0;
  top: 0.1em;
  background: #fff;
  color: #172d75;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 8px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .point-list li::before {
    font-size: 12px;
    padding: 1px 6px;
  }
}
.textbase-inner .textbase-content .point-list li:last-child::before {
  content: none;
}
.textbase-inner .textbase-content .info-text {
  font-size: 14px;
  color: #4b4b4b;
  margin-top: 24px;
}
.textbase-inner .textbase-content .product-page, .textbase-inner .textbase-content .product-page--custom {
  transition: all 0.3s ease;
}
.textbase-inner .textbase-content .product-page--custom {
  margin-block: 50px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .product-page--custom {
    margin-block: 25px;
  }
}
.textbase-inner .textbase-content .product-page--custom .tab-menu .tab-item {
  width: calc((100% - 8px) / 4);
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .product-page--custom .tab-menu .tab-item {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .product-page--custom .tab-content .tab-panel .tab-panel-content h3 {
    margin-top: 0;
  }
}
.textbase-inner .textbase-content .product-page--custom .tab-content .tab-panel .tab-panel-content .table-scroll {
  margin-block: 0;
}
.textbase-inner .textbase-content .product-page--custom .tab-content .tab-panel .tab-panel-content .table-scroll table tbody tr:first-child td {
  background-color: #fff;
  color: #111111;
  font-weight: 400;
}
.textbase-inner .textbase-content .product-page--custom .tab-content .tab-panel .tab-panel-content .table-scroll table tbody td {
  color: #111111;
}
.textbase-inner .textbase-content .product-page--custom .tab-content .tab-panel .tab-panel-content .table-scroll table tbody td {
  border-top: 1px solid #e4e4e4;
}
.textbase-inner .textbase-content .sitemap-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textbase-inner .textbase-content .sitemap-flex {
    gap: 10vw;
  }
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .sitemap-flex {
    gap: 30px;
  }
}
.textbase-inner .textbase-content .sitemap-flex .sitemap-box {
  gap: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .sitemap-flex .sitemap-box {
    width: 100%;
    gap: 30px;
  }
}
.textbase-inner .textbase-content .sitemap-flex .sitemap-box:first-child .sitemap-section:first-child ul li:nth-child(n+3):nth-child(-n+10) {
  padding-left: 2rem;
}
.textbase-inner .textbase-content .sitemap-flex .sitemap-section ul li {
  margin-bottom: 6px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textbase-inner .textbase-content .sitemap-flex .sitemap-section ul li {
    font-size: 14px;
  }
}
.textbase-inner .textbase-content .sitemap-flex .sitemap-section ul a {
  text-decoration: none;
  color: #111;
}
.textbase-inner .textbase-content .sitemap-flex .sitemap-section ul a:hover {
  text-decoration: underline;
}
.textbase-inner .textbase-content .sitemap-flex .sitemap-section .sitemap-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.textbase-inner .textbase-content .underline {
  text-decoration: underline;
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  word-break: break-all;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textbase-inner .textbase-content .underline {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .underline {
    font-size: 16px;
  }
}
.textbase-inner .textbase-content .flex-box, .textbase-inner .textbase-content .flex-box--custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}
.textbase-inner .textbase-content .flex-box--custom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
.textbase-inner .textbase-content .flex-box--custom .txtin-img {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .flex-box, .textbase-inner .textbase-content .flex-box--custom {
    flex-flow: column;
    width: 100%;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
}
.textbase-inner .textbase-content .flex-box .txtin-img, .textbase-inner .textbase-content .flex-box--custom .txtin-img {
  margin: 0;
  width: inherit;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-flow: column;
  position: relative;
}
.textbase-inner .textbase-content .flex-box .txtin-img .popup-img-trigger, .textbase-inner .textbase-content .flex-box--custom .txtin-img .popup-img-trigger {
  max-width: 415px;
  width: 100%;
  cursor: pointer;
}
.textbase-inner .textbase-content .flex-box .txtin-img .popup-img-trigger img, .textbase-inner .textbase-content .flex-box--custom .txtin-img .popup-img-trigger img {
  margin: 0;
  width: 100%;
}
.textbase-inner .textbase-content .flex-box .txtin-img small, .textbase-inner .textbase-content .flex-box--custom .txtin-img small {
  font-size: 14px;
  position: absolute;
  bottom: -15px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .flex-box .txtin-img small, .textbase-inner .textbase-content .flex-box--custom .txtin-img small {
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.textbase-inner .textbase-content .flex-box .txt-block, .textbase-inner .textbase-content .flex-box--custom .txt-block {
  padding-top: 10px;
  width: 100%;
}
.textbase-inner .textbase-content .flex-box .txt-block p, .textbase-inner .textbase-content .flex-box--custom .txt-block p {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .flex-box .txt-block p, .textbase-inner .textbase-content .flex-box--custom .txt-block p {
    margin-bottom: 10px;
  }
}
.textbase-inner .textbase-content .flex-box .txt-block .btn-02, .textbase-inner .textbase-content .flex-box--custom .txt-block .btn-02 {
  padding: 5px 40px 5px 30px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .flex-box .txt-block .btn-02, .textbase-inner .textbase-content .flex-box--custom .txt-block .btn-02 {
    text-align: center;
    width: 100%;
  }
}
.textbase-inner .textbase-content .flex-box .txt-block .flex-btnwrap, .textbase-inner .textbase-content .flex-box--custom .txt-block .flex-btnwrap {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .flex-box .txt-block .flex-btnwrap, .textbase-inner .textbase-content .flex-box--custom .txt-block .flex-btnwrap {
    flex-flow: column;
  }
}
.textbase-inner .textbase-content .product-archive--custom a {
  text-decoration: none;
}
.textbase-inner .textbase-content .product-archive--custom h2, .textbase-inner .textbase-content .product-archive--custom .border-txt, .textbase-inner .textbase-content .product-archive--custom .border-txt--custom {
  max-width: 1100px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.467;
  font-size: 30px;
  padding-left: 17px;
}
.textbase-inner .textbase-content .product-archive--custom h2::before, .textbase-inner .textbase-content .product-archive--custom .border-txt::before, .textbase-inner .textbase-content .product-archive--custom .border-txt--custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 31px;
  width: 7px;
  background: var(--main-color);
}
.textbase-inner .textbase-content .product-archive--custom .archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 25px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 48px;
}
@media (max-width: 540px) {
  .textbase-inner .textbase-content .product-archive--custom .archive-list {
    justify-content: center;
  }
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item {
  width: calc((100% - 50px) / 3);
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .product-archive--custom .archive-list-item {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 600px) {
  .textbase-inner .textbase-content .product-archive--custom .archive-list-item {
    width: 100%;
  }
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item .wrap {
  display: block;
  transition: opacity 0.2s ease;
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item .img {
  width: 100%;
  position: relative;
  aspect-ratio: 350/196;
  box-sizing: border-box;
  border: solid 1px #bebebe;
  padding: 2px;
  background: #fff;
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item dt {
  font-weight: bold;
  font-size: 12px;
  color: var(--main-color);
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item dt span {
  color: #111;
  font-size: 12px;
  font-weight: 400;
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item .summary {
  font-weight: bold;
  font-size: 20px;
  color: #111;
  line-height: 1.285;
  margin-top: 0;
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item .tag-category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item .tag-category::before {
  position: absolute;
  content: "";
  background-image: url(../img/tag.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item .tag-category li {
  display: block;
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item .tag-category li a {
  display: flex;
  gap: 10px;
  color: #535353;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.textbase-inner .textbase-content .product-archive--custom .archive-list-item .tag-category li a:hover {
  opacity: 0.7;
}
.textbase-inner .textbase-content .product-archive--custom .pagination {
  margin-bottom: 120px;
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid rgba(23, 45, 117, 0.3);
  color: #111111;
  width: 32px;
  height: 38px;
  transition: all 0.2s ease;
}
@media (max-width: 420px) {
  .textbase-inner .textbase-content .product-archive--custom .pagination ul li a {
    width: 30px;
  }
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li a:hover {
  opacity: 1;
  color: #fff;
  background: var(--main-color);
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li.dots {
  align-items: end;
  padding-bottom: 5px;
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li.dots span {
  align-items: end;
  padding: 0 10px;
  color: #b9bfd5;
}
@media (max-width: 420px) {
  .textbase-inner .textbase-content .product-archive--custom .pagination ul li.dots span {
    padding: 0;
  }
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--main-color);
  width: 32px;
  height: 38px;
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li.prev a, .textbase-inner .textbase-content .product-archive--custom .pagination ul li.next a {
  width: 81px;
}
@media (max-width: 420px) {
  .textbase-inner .textbase-content .product-archive--custom .pagination ul li.prev a, .textbase-inner .textbase-content .product-archive--custom .pagination ul li.next a {
    width: 70px;
  }
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li.prev a::before {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background-color: transparent;
  mask: url("../img/arrow-pagination.svg") no-repeat center;
  -webkit-mask: url("../img/arrow-pagination.svg") no-repeat center;
  background-color: #111111;
  margin-right: 8px;
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li.prev a:hover::before {
  background-color: #ffffff;
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li.next a::after {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background-color: transparent;
  mask: url("../img/arrow-pagination.svg") no-repeat center;
  -webkit-mask: url("../img/arrow-pagination.svg") no-repeat center;
  background-color: #111111;
  margin-left: 8px;
  transform: scale(-1, 1);
}
.textbase-inner .textbase-content .product-archive--custom .pagination ul li.next a:hover::after {
  background-color: #ffffff;
}
.textbase-inner .textbase-content .tegakari-title {
  width: 100%;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 10px;
}
.textbase-inner .textbase-content .tegakari-title-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.textbase-inner .textbase-content .tag-label a {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  color: var(--main-color);
  font-size: 14px;
  text-decoration: none !important;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--main-color);
  line-height: 1;
  transition: all 0.3s ease;
}
.textbase-inner .textbase-content .tag-label a:hover {
  background: var(--main-color);
  border: 1px solid transparent;
  color: #fff;
  opacity: 1;
}
.textbase-inner .textbase-content .category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .category-tags {
    gap: 15px 20px;
  }
}
.textbase-inner .textbase-content .category-tags li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #8aa1c6;
  border-radius: 20px;
  color: #003c82;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s;
}
.textbase-inner .textbase-content .category-tags li a svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.textbase-inner .textbase-content .category-tags li a:hover {
  background: var(--main-color);
  color: #fff;
  opacity: 1;
}
.textbase-inner .textbase-content .category-tags .tag-icon {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 0;
  font-size: 14px;
  border: none;
  color: #535353;
  text-decoration: underline;
  transition: all 0.2s;
  position: relative;
  padding-left: 20px;
}
.textbase-inner .textbase-content .category-tags .tag-icon::before {
  position: absolute;
  content: "";
  background-image: url(../img/tag.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.textbase-inner .textbase-content .category-tags .tag-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.textbase-inner .textbase-content .category-tags .tag-icon:hover {
  opacity: 0.7;
  background: inherit;
  color: var(--main-color);
}
.textbase-inner .textbase-content .archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 25px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 48px;
}
@media (max-width: 540px) {
  .textbase-inner .textbase-content .archive-list {
    justify-content: center;
  }
}
.textbase-inner .textbase-content .archive-list-item {
  width: calc((100% - 50px) / 3);
}
.textbase-inner .textbase-content .archive-list-item a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content .archive-list-item {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 600px) {
  .textbase-inner .textbase-content .archive-list-item {
    width: 100%;
  }
}
.textbase-inner .textbase-content .archive-list-item .wrap {
  display: block;
  transition: opacity 0.2s ease;
}
.textbase-inner .textbase-content .archive-list-item .img {
  width: 100%;
  position: relative;
  aspect-ratio: 350/196;
  box-sizing: border-box;
  border: solid 1px #bebebe;
  padding: 2px;
  background: #fff;
}
.textbase-inner .textbase-content .archive-list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textbase-inner .textbase-content .archive-list-item dt {
  font-weight: bold;
  font-size: 12px;
  color: var(--main-color);
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.textbase-inner .textbase-content .archive-list-item dt span {
  color: #111;
  font-size: 12px;
  font-weight: 400;
}
.textbase-inner .textbase-content .archive-list-item .summary {
  font-weight: bold;
  font-size: 20px;
  color: #111;
  line-height: 1.285;
  margin-block: 10px;
}
.textbase-inner .textbase-content .archive-list-item .tag-category {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.textbase-inner .textbase-content .archive-list-item .tag-category::before {
  position: absolute;
  content: "";
  background-image: url(../img/tag.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.textbase-inner .textbase-content .archive-list-item .tag-category li {
  display: block;
}
.textbase-inner .textbase-content .archive-list-item .tag-category li a {
  display: flex;
  gap: 10px;
  color: #535353;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.textbase-inner .textbase-content .archive-list-item .tag-category li a:hover {
  opacity: 0.7;
}
.textbase-inner .textbase-content .box {
  position: relative;
  padding-left: 2rem;
}
.textbase-inner .textbase-content .box::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: var(--main-color);
  border-radius: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.textbase-inner .textbase-content .research-only {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #d54656;
  color: #fff;
  font-weight: bold;
}
.textbase-inner .textbase-content-child {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .textbase-inner .textbase-content-child {
    margin-bottom: 40px;
  }
}
.textbase-inner .point {
  background: #e2e6f2;
  border-radius: 20px;
  font-weight: bold;
  font-size: 26px;
  color: var(--main-color);
  padding-block: 20px;
  width: 100%;
  max-width: 810px;
  text-align: center;
}
@media (max-width: 767px) {
  .textbase-inner .point {
    font-size: 20px;
  }
}
.textbase-inner .point span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .textbase-inner .point span {
    font-size: 14px;
  }
}
.textbase-inner .form-txt {
  text-align: center;
  font-size: var(--font-size-base);
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: -20px;
}
.textbase-inner .link-block {
  position: relative;
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  margin-right: auto;
}
.textbase-inner .link-block::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--main-color);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.textbase-inner .link-block p {
  color: #6c6c6c;
  font-size: var(--font-size-base);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .textbase-inner .link-block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .textbase-inner .link-block p {
    font-size: 14px;
  }
}
.textbase-inner .banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px 15px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  max-width: 605px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .textbase-inner .banner-box {
    flex-wrap: wrap;
    font-size: 14px;
    gap: 20px;
    width: 100%;
    padding: 15px;
  }
}
.textbase-inner .banner-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #111;
}
@media (max-width: 767px) {
  .textbase-inner .banner-box a {
    flex-flow: column;
    gap: 20px;
  }
}
.textbase-inner .banner-box a p {
  padding-left: 20px;
  font-size: var(--main-color);
  font-weight: bold;
}
@media (max-width: 767px) {
  .textbase-inner .banner-box a p {
    padding: 0;
  }
}
.textbase-inner .banner-box a img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.textbase-inner .popup-img-modal {
  opacity: 0;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.textbase-inner .popup-img-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.textbase-inner .popup-img-modal .popup-img-modal__overlay {
  position: absolute;
  inset: 0;
  cursor: default;
}
.textbase-inner .popup-img-modal .popup-img-modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.textbase-inner .popup-img-modal .popup-img-modal__content img {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.textbase-inner .popup-img-modal .popup-img-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: rgb(214, 211, 211);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 1;
  padding: 0.2em;
  border-radius: 50%;
  transition: 0.3s ease all;
}
.textbase-inner .popup-img-modal .popup-img-modal__close:hover {
  transform: scale(1.2);
  background-color: rgba(0, 0, 0, 0.5);
}
.textbase-inner .content-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.toc-box, .toc-box--flex, .toc-box--custom {
  background-color: #e8edf7;
  padding: 30px 40px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 767px) {
  .toc-box, .toc-box--flex, .toc-box--custom {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .toc-box p:first-child, .toc-box--flex p:first-child, .toc-box--custom p:first-child {
    text-align: center;
  }
}
.toc-box--custom .toc-body {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .toc-box--custom .toc-body {
    gap: 15px;
  }
}
.toc-box--custom .toc-body .toc-announce {
  font-size: 20px;
}
@media (max-width: 767px) {
  .toc-box--custom .toc-body .toc-announce {
    font-size: 14px;
  }
}
.toc-box--accordion .toc-label {
  font-size: 22px;
}
.toc-box--accordion .toc-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #1a237e;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.toc-box--accordion .toc-title .toc-toggle {
  font-size: 12px;
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
  text-decoration: underline;
  line-height: 1;
}
.toc-box--accordion .toc-body {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.toc-box--accordion .toc-list-wrapper.is-hidden {
  max-height: 0;
}
.toc-box--flex {
  height: 100%;
  padding: 65px 75px;
}
@media (max-width: 767px) {
  .toc-box--flex {
    padding: 20px;
  }
}
.toc-box--flex .toc-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  max-height: 100% !important;
}
@media (max-width: 767px) {
  .toc-box--flex .toc-body {
    flex-flow: column;
    height: 100%;
    align-items: center;
    padding: 0;
    gap: 20px;
  }
}
.toc-box--flex h3 {
  margin-top: 0 !important;
}
.toc-box--flex ul {
  padding: 0;
}
.toc-box--flex ul li {
  font-size: var(--font-size-base);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .toc-box--flex ul li {
    font-size: 14px;
  }
}
.toc-box img, .toc-box--custom img, .toc-box--flex img {
  margin: 0 !important;
  display: block;
}
.toc-box .toc-box-title, .toc-box--custom .toc-box-title, .toc-box--flex .toc-box-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--main-color);
}
.toc-box .toc-label, .toc-box--custom .toc-label, .toc-box--flex .toc-label {
  font-size: 22px;
}
@media (max-width: 767px) {
  .toc-box .toc-label, .toc-box--custom .toc-label, .toc-box--flex .toc-label {
    font-size: 18px;
  }
}
.toc-box .toc-title, .toc-box--custom .toc-title, .toc-box--flex .toc-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #1a237e;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.toc-box .toc-title .toc-toggle, .toc-box--custom .toc-title .toc-toggle, .toc-box--flex .toc-title .toc-toggle {
  font-size: 12px;
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
  text-decoration: underline;
  line-height: 1;
}
.toc-box .toc-body, .toc-box--custom .toc-body, .toc-box--flex .toc-body {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.toc-box .toc-body .en, .toc-box--custom .toc-body .en, .toc-box--flex .toc-body .en {
  text-align: center;
}
.toc-box .toc-list-wrapper.is-hidden, .toc-box--custom .toc-list-wrapper.is-hidden, .toc-box--flex .toc-list-wrapper.is-hidden {
  max-height: 0;
}
.toc-box .toc-list, .toc-box--custom .toc-list, .toc-box--flex .toc-list {
  gap: 3px;
  display: flex;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 5px;
}
.toc-box .toc-list .toc-disc, .toc-box--custom .toc-list .toc-disc, .toc-box--flex .toc-list .toc-disc {
  line-height: 2;
  position: relative;
  padding-left: 1em;
  font-size: var(--font-size-base);
}
@media (max-width: 767px) {
  .toc-box .toc-list .toc-disc, .toc-box--custom .toc-list .toc-disc, .toc-box--flex .toc-list .toc-disc {
    line-height: 1.5;
  }
}
.toc-box .toc-list .toc-disc:before, .toc-box--custom .toc-list .toc-disc:before, .toc-box--flex .toc-list .toc-disc:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 0.8em;
  background-color: var(--main-color);
  position: absolute;
  margin-left: -1em;
}
.toc-box .toc-list img, .toc-box--custom .toc-list img, .toc-box--flex .toc-list img {
  width: 100%;
  max-width: 450px;
  margin: 15px 0 0 0;
}
.toc-box .toc-list a, .toc-box--custom .toc-list a, .toc-box--flex .toc-list a {
  text-decoration: underline;
  color: #00197a;
  font-size: var(--font-size-base);
}
@media (max-width: 767px) {
  .toc-box .toc-list a, .toc-box--custom .toc-list a, .toc-box--flex .toc-list a {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content-btn-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 769px;
  }
}
@media (max-width: 767px) {
  .content-btn-wrap {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-btn-wrap .grad-btn {
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .content-btn-wrap .grad-btn {
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    padding-block: 16px;
  }
}
.content-btn-wrap p {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .content-btn-wrap p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .content-btn-wrap p {
    text-align: center;
    font-size: 11px;
  }
}

.grad-btn {
  background: var(--accent-color);
  font-size: 22px;
  margin: 0 auto;
  border: none;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 45px;
  padding: 16px 35px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .grad-btn {
    font-size: 16px;
  }
}
.grad-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.standard-btn {
  width: inherit;
  margin: 0;
  position: relative;
  padding: 16px 60px;
  background: var(--main-color);
  font-size: 16px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 45px;
  padding: 16px 60px;
  gap: 10px;
  max-width: 768px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: 1px solid var(--main-color);
}
.standard-btn:hover {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
@media (max-width: 767px) {
  .standard-btn {
    width: 90%;
    padding: 16px 0;
    font-size: 16px;
  }
}
.standard-btn:hover::before {
  background-color: var(--main-color);
}
.standard-btn--reverse {
  background: #fff;
  font-size: 16px;
  border: none;
  color: var(--main-color);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 45px;
  padding: 16px 60px;
  gap: 10px;
  max-width: 768px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: 1px solid var(--main-color);
}
.standard-btn--reverse::before {
  background-color: var(--main-color);
}
.standard-btn--reverse:hover::before {
  background-color: #fff;
}
.standard-btn--reverse:hover {
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  border: 1px solid var(--main-color);
}
.standard-btn--reverse img {
  width: auto;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .standard-btn--reverse {
    font-size: 18px;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0;
    width: 90%;
    padding: 16px 0;
    padding-block: 16px;
  }
}
.standard-btn--reverse.custom {
  max-width: 300px;
}
@media (max-width: 767px) {
  .standard-btn--reverse.custom {
    font-size: 18px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    padding-block: 16px;
  }
}

.standard-btn-border {
  width: inherit;
  margin: 0;
  position: relative;
  padding: 16px 60px;
  background: var(--main-color);
  font-size: 16px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 45px;
  padding: 16px 60px;
  gap: 10px;
  max-width: 768px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}
.standard-btn-border:hover {
  background: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
@media (max-width: 767px) {
  .standard-btn-border {
    width: 90%;
    padding: 16px 0;
  }
}
.standard-btn-border::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -4.5px;
  transform: translateY(-50%);
  width: 34px;
  height: 2px;
  background-color: #fff;
}
.standard-btn-border:hover::before {
  background-color: var(--main-color);
}
.standard-btn-border--reverse {
  background: #fff;
  font-size: 16px;
  border: none;
  color: var(--main-color);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 45px;
  padding: 16px 60px;
  gap: 10px;
  max-width: 768px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: 1px solid var(--main-color);
}
.standard-btn-border--reverse::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -4.5px;
  transform: translateY(-50%);
  width: 34px;
  height: 2px;
  background-color: var(--main-color);
}
.standard-btn-border--reverse:hover::before {
  background-color: #fff;
}
@media (max-width: 767px) {
  .standard-btn-border--reverse {
    font-size: 18px;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0;
    width: 90%;
    padding: 16px 0;
    padding-block: 16px;
  }
}
.standard-btn-border--reverse.custom {
  max-width: 300px;
}
@media (max-width: 767px) {
  .standard-btn-border--reverse.custom {
    font-size: 18px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    padding-block: 16px;
  }
}
.standard-btn-border--reverse:hover {
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  border: 1px solid var(--main-color);
}
.standard-btn-border--reverse img {
  width: auto;
  padding: 0;
  margin: 0;
}

.anchor-btn, .anchor-btn--custom {
  text-decoration: none !important;
  padding: 5px 20px;
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 45px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .anchor-btn, .anchor-btn--custom {
    text-align: center;
    line-height: 1.5;
    width: 100%;
    align-self: center;
    justify-content: center;
    font-size: 12px;
    height: 48px;
  }
}
.anchor-btn svg, .anchor-btn--custom svg {
  width: 6px;
  height: 12px;
}
.anchor-btn svg path, .anchor-btn--custom svg path {
  fill: #fff;
  transition: fill 0.2s ease;
}
.anchor-btn:hover, .anchor-btn--custom:hover {
  background: #fff;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  opacity: 1;
}
.anchor-btn:hover svg path, .anchor-btn--custom:hover svg path {
  fill: var(--main-color);
}
.anchor-btn--custom {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .anchor-btn--custom {
    width: 100%;
  }
}

.btn-wrap {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.btn-wrap--custom {
  margin-right: auto;
  padding-left: 1.5em;
}
.btn-wrap--custom a {
  text-decoration: underline;
  color: var(--main-color);
}
@media (max-width: 767px) {
  .btn-wrap--custom {
    padding-left: 0.5em;
  }
}
.btn-wrap--custom ul {
  list-style-type: disc;
  padding-left: 1em;
  gap: 0.5em;
  display: flex;
  flex-flow: column;
}
.btn-wrap--gridx9 {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  word-break: normal;
}
@media (max-width: 767px) {
  .btn-wrap--gridx9 {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    max-width: 100%;
  }
}
.btn-wrap--flex4 {
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  word-break: normal;
  max-width: 750px;
}
@media (max-width: 767px) {
  .btn-wrap--flex4 {
    flex-flow: column;
    width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .btn-wrap {
    margin-block: 30px;
  }
}
@media (max-width: 767px) {
  .btn-wrap {
    flex-wrap: wrap;
    flex-flow: column;
    gap: 20px;
  }
}

/* ヘッダー */
header {
  position: relative;
  height: 170px;
  /* 共通スタイル */
}
@media (max-width: 768px) {
  header {
    height: 50%;
  }
}
header .header-fixed {
  overflow: visible;
  position: absolute;
  top: 42px;
  z-index: 100;
  width: 100%;
}
@media (max-width: 768px) {
  header .header-fixed {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  header .header-fixed {
    display: none;
  }
}
header .header-fixed .header-section02 {
  position: relative;
}
header .header-fixed .header-section02 .header-inner {
  overflow: visible;
  position: relative;
  width: 100%;
  padding-left: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
header .header-fixed .header-section02 .header-inner .logo02 {
  margin-top: -20px;
}
header .header-fixed .header-section02 .header-inner .navigation-area {
  position: relative;
  padding-top: 25px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 ul {
  display: flex;
  border-right: 1px solid #ebeded;
  padding-right: 10px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 ul li {
  padding: 0 10px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 ul li a {
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #111;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .corp-btn {
  padding: 0 30px 0 15px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .corp-btn a {
  display: flex;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  align-items: center;
  color: #111;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .corp-btn a img {
  margin-right: 20px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .header-search .search-form-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .header-search .search-form-3 input {
  width: 180px;
  height: 28px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
  background-color: #ebeded;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .header-search .search-form-3 input::-moz-placeholder {
  font-size: 12px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .header-search .search-form-3 input::placeholder {
  font-size: 12px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .header-search .search-form-3 input::-moz-placeholder {
  color: #111;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .header-search .search-form-3 input::placeholder {
  color: #111;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .header-search .search-form-3 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-color: #ebeded;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav01 .header-search .search-form-3 button::after {
  width: 17px;
  height: 17px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  content: "";
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding-top: 30px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item {
  position: relative;
  padding-bottom: 20px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item:last-child {
  margin-right: 0;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 28.8px;
  text-align: left;
  color: #111;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item .menu__drop {
  position: relative;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item .menuSub {
  opacity: 0;
  transform: translateY(-20px);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 25px;
  border-radius: 5px;
  width: 184px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  visibility: hidden;
  animation: none;
  border: 1px solid #172d75;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item .menuSub li {
  padding-top: 15px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item .menuSub li:first-child {
  padding: 0;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item .menuSub li a {
  line-height: 1.4;
  position: relative;
  padding-bottom: 3px;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item .menuSub li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.2px;
  background-color: #172d75;
  transition: width 0.3s ease-out;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item .menuSub li a:hover::after {
  width: 100%;
}
header .header-fixed .header-section02 .header-inner .navigation-area .nav02 nav .menu .nav02-item:hover .menuSub {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  animation: dropdownSlideIn 0.3s ease-out forwards;
}
header .header-fixed .header-section02 .headr-inner-left {
  display: flex;
  gap: 30px;
}
header .header-fixed .header-section02 .header-contact-btn01 a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 130px;
  border-radius: 0px 0px 0px 5px;
  background: linear-gradient(#d54556 0%, #f19071 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.36);
}
header .header-fixed .header-section02 .header-contact-btn01 a img {
  margin-bottom: 10px;
}
header .header-fixed .header-section02 .header-contact-btn01 a span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
header .header-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  header .header-scroll {
    display: none;
  }
}
header .header-scroll .header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header .header-scroll .header-scroll-inner {
  display: block;
  position: fixed;
  top: -200px; /* 初期位置（上に隠しておく） */
  left: 0;
  width: 100%;
  transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 999;
  margin-top: 42px;
}
header .header-scroll .header-scroll-inner.is-visible {
  top: 0; /* `.is-visible` が付いたら上からスライド */
}
header .header-scroll .header-scroll-inner .header-contact-btn01 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
header .header-scroll .header-scroll-inner .header-contact-btn01 a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 100px;
  border-radius: 0px 0px 0px 5px;
  background: linear-gradient(#d54556 0%, #f19071 100%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.36);
}
header .header-scroll .header-scroll-inner .header-contact-btn01 a img {
  margin-bottom: 10px;
  width: 36px;
}
header .header-scroll .header-scroll-inner .header-contact-btn01 a span {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
header .header-scroll .header-scroll01 {
  background: transparent;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: #ffffff;
}
header .header-scroll .header-scroll01 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  padding-right: 138px;
  display: flex;
  justify-content: space-between;
}
header .header-scroll .header-scroll01 .inner .logo {
  padding: 10px;
}
header .header-scroll .header-scroll01 .inner .logo a img {
  width: 110px;
}
header .header-scroll .header-scroll01 .inner .nav01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-scroll .header-scroll01 .inner .nav01 ul {
  display: flex;
  border-right: 1px solid #ebeded;
  padding-right: 10px;
}
header .header-scroll .header-scroll01 .inner .nav01 ul li {
  padding: 0 10px;
}
header .header-scroll .header-scroll01 .inner .nav01 ul li a {
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #111;
}
header .header-scroll .header-scroll01 .inner .nav01 .corp-btn {
  padding: 0 30px 0 15px;
}
header .header-scroll .header-scroll01 .inner .nav01 .corp-btn a {
  display: flex;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  align-items: center;
  color: #111;
}
header .header-scroll .header-scroll01 .inner .nav01 .corp-btn a img {
  margin-right: 20px;
}
header .header-scroll .header-scroll01 .inner .nav01 .header-search .search-form-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
}
header .header-scroll .header-scroll01 .inner .nav01 .header-search .search-form-3 input {
  width: 180px;
  height: 28px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
  background-color: #ebeded;
}
header .header-scroll .header-scroll01 .inner .nav01 .header-search .search-form-3 input::-moz-placeholder {
  font-size: 12px;
}
header .header-scroll .header-scroll01 .inner .nav01 .header-search .search-form-3 input::placeholder {
  font-size: 12px;
}
header .header-scroll .header-scroll01 .inner .nav01 .header-search .search-form-3 input::-moz-placeholder {
  color: #111;
}
header .header-scroll .header-scroll01 .inner .nav01 .header-search .search-form-3 input::placeholder {
  color: #111;
}
header .header-scroll .header-scroll01 .inner .nav01 .header-search .search-form-3 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-color: #ebeded;
}
header .header-scroll .header-scroll01 .inner .nav01 .header-search .search-form-3 button::after {
  width: 17px;
  height: 17px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  content: "";
}
header .header-scroll .header-scroll02 {
  background: transparent;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: #fcfcfc;
}
header .header-scroll .header-scroll02 .inner {
  width: 100%;
  padding-right: 138px;
  margin: 0 auto;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding-top: 10px;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item {
  position: relative;
  padding-bottom: 10px;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 28.8px;
  text-align: left;
  color: #111;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item .menu__drop {
  position: relative;
}
@keyframes dropdownSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item .menuSub {
  opacity: 0;
  transform: translateY(-20px);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 25px;
  border-radius: 5px;
  width: 184px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  visibility: hidden;
  animation: none;
  border: 1px solid #172d75;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item .menuSub li {
  padding-top: 15px;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item .menuSub li:first-child {
  padding: 0;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item .menuSub li a {
  line-height: 1.4;
  position: relative;
  padding-bottom: 3px;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item .menuSub li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #172d75;
  transition: width 0.3s ease-out;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item .menuSub li a:hover::after {
  width: 100%;
}
header .header-scroll .header-scroll02 .inner .nav02 nav .menu-scroll .nav02-item:hover .menuSub {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
  animation: dropdownSlideIn 0.3s ease-out forwards;
}
header .drawer-menu02 {
  width: 100%;
  display: none;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 40px;
  z-index: 100;
}
header .drawer-menu02.active {
  display: block;
  position: fixed;
}
header .drawer-menu02 .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  color: #172d75;
}
header .drawer-menu02 .close-button:hover {
  opacity: 0.7;
}
header .drawer-menu02 .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
}
header .drawer-menu02 .inner .tit {
  color: #172d75;
  border-radius: 50px;
  padding: 15px 25px;
  margin-bottom: 50px;
  border: 1px solid #bbcd1f;
  text-align: center;
  display: block;
  font-weight: bold;
}
header .drawer-menu02 .inner ul {
  display: flex;
  flex-wrap: wrap;
}
header .drawer-menu02 .inner ul li {
  width: 33.3333333333%;
  margin-bottom: 20px;
}
header .drawer-menu02 .inner ul li a {
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  box-shadow: 0px 0px 10px #707070;
  border-radius: 5px;
  margin: 15px;
  padding: 20px;
  height: 100%;
}
header .drawer-menu02 .inner ul li a img {
  max-width: 100%;
  height: auto;
}
header .drawer-menu02 .inner ul li a p {
  color: #172d75;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
header .drawer-menu02 .inner ul li a p::before {
  margin: 10px auto;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #707070;
}
header .header-sp {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  display: none;
}
header .logo img {
  width: 120px;
}
@media (max-width: 768px) {
  header {
    /* ボタンのデザイン */
    /* アコーディオンの中身 */
    /* アコーディオン展開時 */
  }
  header .header-sp {
    position: fixed;
    top: 0;
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  header .header-sp .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header-sp .header-inner .logo {
    padding: 10px;
  }
  header .menu-toggle-custom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
  }
  header .menu-bar-custom {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #172d75;
    /* 好きな色に変更 */
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  header .menu-toggle-custom.active .menu-bar-custom:nth-child(1) {
    transform: rotate(45deg) translate(7px, 5px);
  }
  header .menu-toggle-custom.active .menu-bar-custom:nth-child(2) {
    opacity: 0;
  }
  header .menu-toggle-custom.active .menu-bar-custom:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -5px);
  }
  header .drawer-menu {
    display: none;
    margin-top: 48px;
    /* 初期状態で非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1001;
    overflow-y: auto;
    border-top: 1px solid #707070;
  }
  header .drawer-menu.active {
    display: block;
    /* トグル表示時 */
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  header .drawer-menu .drawer-content .header-search {
    display: block;
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 768px) {
  header .drawer-menu .drawer-content .header-search .search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #777777;
    border-radius: 3px;
    width: 65%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  header .drawer-menu .drawer-content .header-search .search-form-3 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  header .drawer-menu .drawer-content .header-search .search-form-3 label {
    width: 100%;
  }
  header .drawer-menu .drawer-content .header-search .search-form-3 input {
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
  }
  header .drawer-menu .drawer-content .header-search .search-form-3 input::-moz-placeholder {
    color: #777777;
  }
  header .drawer-menu .drawer-content .header-search .search-form-3 input::placeholder {
    color: #777777;
  }
  header .drawer-menu .drawer-content .header-search .search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-color: #fff;
  }
  header .drawer-menu .drawer-content .header-search .search-form-3 button::after {
    width: 17px;
    height: 17px;
    background-image: url("../img/search.svg");
    background-repeat: no-repeat;
    content: "";
  }
  header .drawer-menu .drawer-content .nav01 {
    margin-bottom: 20px;
  }
  header .drawer-menu .drawer-content .nav01 li {
    padding: 5px;
  }
  header .drawer-menu .drawer-content .nav02 {
    margin-bottom: 20px;
  }
  header .accordion {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header .accordion li {
    padding-block: 20px;
  }
  header .accordion .accordion-btn-wrap {
    border-bottom: 1px solid #d1cfcf;
  }
  header .accordion-btn {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #172d75;
    padding-inline: 20px;
  }
  header .accordion-btn::before, header .accordion-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    transition: transform 0.3s ease-in-out;
  }
  header .accordion-btn::before {
    width: 12px;
    height: 2px;
    right: 50px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  header .accordion-btn::before {
    right: 26px;
  }
}
@media (max-width: 768px) {
  header .accordion-btn::after {
    width: 2px;
    height: 12px;
    right: 55px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  header .accordion-btn::after {
    right: 31px;
  }
}
@media (max-width: 768px) {
  header .accordion-btn.active::before {
    transform: rotate(90deg);
  }
  header .accordion-btn.active::after {
    transform: rotate(90deg) scaleX(0);
  }
  header .accordion-btn.no-icon::before, header .accordion-btn.no-icon::after {
    display: none;
  }
  header .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    padding-left: 15px;
  }
  header .accordion-content li {
    padding: 20px 50px;
  }
  header .accordion-content li a {
    color: #172d75;
  }
  header .accordion-content.show {
    max-height: 300px; /* 十分な高さを指定 */
    opacity: 1;
  }
  header .drawer-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header .header-contact-btn01 a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
  }
  header .header-contact-btn01 img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

.header-section01 {
  padding: 0 15px;
  position: relative;
  background-color: #fff;
}
.header-section01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  /* 線の太さを指定 */
  background: linear-gradient(#fff 0%, #dde68d 91.13%, #bbcd1f 100%);
}
.header-section01 .header-inner {
  width: 100%;
  display: flex;
  height: 42px;
  align-items: center;
}
.header-section01 .header-inner .h-service {
  margin-left: 30px;
}

/* 全体 */
/* メイン */
main .top-images {
  position: relative;
}
main .top-images .top-images-inner {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  min-height: 598px;
  height: 56vh;
  background-color: #ccc;
  background-image: url("../img/img-index-main01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  main .top-images .top-images-inner {
    max-width: 100%;
    align-items: flex-start;
    min-height: auto;
    height: auto;
    background-image: url("../img/img-index-main02.png");
    background-color: #fff;
  }
}
main .top-images .top-images-inner .content-box {
  margin: 30px 80px;
}
@media (max-width: 768px) {
  main .top-images .top-images-inner .content-box {
    margin: 10px 10px 60px;
    margin-top: 100px;
  }
  main .top-images .top-images-inner .content-box h2 {
    font-size: 30px !important;
  }
}
main .top-images .top-images-inner .content-box h2 {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.09em;
  text-align: left;
  color: #172d75;
  line-height: 1.4;
  margin-bottom: 30px;
}
main .top-images .top-images-inner .content-box p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  max-width: 59vw;
  letter-spacing: 0.05em;
  line-height: 28.8px;
  text-align: left;
  color: #172d75;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  main .top-images .top-images-inner .content-box p {
    max-width: 32vw;
  }
}
@media (max-width: 768px) {
  main .top-images .top-images-inner .content-box p {
    max-width: 100vw;
  }
}
main .top-images .top-images-inner .scrolldown {
  position: absolute;
  left: -25px;
  bottom: 0px;
}
main .top-images .main-news-new {
  background-color: #fff;
  max-width: 477px;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (max-width: 768px) {
  main .top-images .main-news-new {
    zoom: 0.8;
    width: 90%;
    margin-left: auto;
    bottom: 30px;
    position: relative;
  }
}
main .top-images .main-news-new .inner {
  display: flex;
  padding: 27px 27px 27px 2px;
  align-items: center;
  flex-flow: row;
}
main .top-images .main-news-new .inner .title span {
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 19px;
  text-align: center;
  color: #001040;
  padding: 0 25px;
}
main .top-images .main-news-new .inner .contents {
  display: flex;
}
main .top-images .main-news-new .inner .contents .img {
  border-left: 1px solid #ebeded;
  padding-left: 25px;
}
main .top-images .main-news-new .inner .contents .text {
  margin-left: 25px;
}
main .top-images .main-news-new .inner .contents .text dl {
  display: flex;
  align-items: center;
}
main .top-images .main-news-new .inner .contents .text dl dt {
  margin-right: 10px;
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #535353;
}
main .top-images .main-news-new .inner .contents .text dl dd a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 10px;
  text-align: left;
  color: #172d75;
}
main .top-images .main-news-new .inner .contents .text p {
  margin-bottom: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  line-height: 19.6px;
  text-align: left;
  color: #111;
}
main .top-images .main-news-new .inner .contents .text .btn {
  text-align: right;
}
main .section-top-about {
  padding: 100px 15px;
  background-image: url("../img/img_about_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 768px) {
  main .section-top-about {
    padding: 15px;
  }
  main .section-top-about::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(224, 235, 255) 100%);
    z-index: -99;
  }
}
main .section-top-about h2 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 54.4px;
  text-align: left;
  color: #172d75;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  main .section-top-about h2 {
    font-size: 20px;
    line-height: normal;
  }
}
main .section-top-about .inner {
  max-width: 1100px;
  margin: 0 auto;
}
main .section-top-about .inner .about-list {
  display: flex;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list {
    flex-flow: column;
    gap: 10px;
  }
}
main .section-top-about .inner .about-list h2 {
  color: #172d75;
  font-size: 34px;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list {
    zoom: 0.5;
  }
}
main .section-top-about .inner .about-list li {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list li {
    width: 85%;
    margin-top: 0 !important;
  }
}
main .section-top-about .inner .about-list li:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list li:nth-child(1) {
    margin-right: auto;
  }
}
main .section-top-about .inner .about-list li:nth-child(2) {
  margin-top: 20px;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list li:nth-child(2) {
    margin: 0 auto;
  }
}
main .section-top-about .inner .about-list li:nth-child(3) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list li:nth-child(3) {
    margin-left: auto;
  }
}
main .section-top-about .inner .about-list li a {
  margin: 5px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10px 10px 30px;
  height: 169px;
  box-shadow: 0px 0px 10px #707070;
  position: relative;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list li a {
    justify-content: center;
    padding-block: 38px;
    height: auto;
  }
}
main .section-top-about .inner .about-list li a p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 54.4px;
  text-align: center;
  color: #172d75;
  display: flex;
  flex-flow: column;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list li a p {
    flex-flow: row;
    align-items: center;
    vertical-align: middle;
  }
}
main .section-top-about .inner .about-list li a p span {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 54.4px;
  text-align: center;
  color: #111;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list li a p span {
    line-height: 1.5;
    font-size: 80%;
  }
}
main .section-top-about .inner .about-list li a .allow {
  position: absolute;
  left: auto;
  right: 50%;
  bottom: -35px;
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list li a .allow {
    bottom: auto;
    left: 90%;
  }
}
@media (max-width: 768px) {
  main .section-top-about .inner .about-list li a .allow img {
    width: 10px;
  }
}
main .section-top-product {
  position: relative;
  padding: 170px 15px 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  main .section-top-product {
    padding: 50px 15px;
  }
}
main .section-top-product .tit-img {
  position: absolute;
  z-index: -1;
  top: 12px;
  left: -2%;
}
@media (max-width: 768px) {
  main .section-top-product .tit-img {
    position: relative;
    width: 100%;
  }
}
main .section-top-product .inner {
  max-width: 1280px;
  margin: 0 auto;
}
main .section-top-product .inner .search01 {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  main .section-top-product .inner .search01 {
    flex-flow: column;
  }
  main .section-top-product .inner .search01 .tag-cat01 {
    border: none !important;
  }
  main .section-top-product .inner .search01 .tag-cat02 ul {
    margin-left: 0 !important;
  }
}
main .section-top-product .inner .search01 .tag-cat01 {
  min-width: 250px;
  border-right: 1px solid #ebeded;
}
main .section-top-product .inner .search01 .tag-cat01 .top-tit01 {
  margin-bottom: 30px;
}
main .section-top-product .inner .search01 .tag-cat01 ul li {
  margin-bottom: 20px;
}
main .section-top-product .inner .search01 .tag-cat01 ul li:last-child {
  margin-top: 60px;
}
main .section-top-product .inner .search01 .tag-cat02 {
  width: 100%;
  margin-left: 60px;
}
@media (max-width: 768px) {
  main .section-top-product .inner .search01 .tag-cat02 {
    margin-left: 0;
  }
}
main .section-top-product .inner .search01 .tag-cat02 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  row-gap: 40px;
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  main .section-top-product .inner .search01 .tag-cat02 ul {
    row-gap: 20px;
  }
}
@media (max-width: 850px) {
  main .section-top-product .inner .search01 .tag-cat02 ul {
    grid-template-columns: repeat(3, 1fr);
    /* 最小3列を維持 */
  }
}
main .section-top-product .inner .search01 .tag-cat02 ul li {
  display: flex;
  justify-content: center;
}
main .section-top-product .inner .search01 .tag-cat02 ul li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100px;
}
main .section-top-product .inner .search01 .tag-cat02 ul li a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  gap: 20px;
  margin-bottom: 10px;
  border-radius: 100px;
  position: relative;
}
main .section-top-product .inner .search01 .tag-cat02 ul li a span {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}
main .section-top-product .inner .search02 {
  max-width: 1100px;
  margin: 0 auto;
  background-image: url("../img/img_products_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  padding: 40px;
  margin-bottom: 50px;
}
main .section-top-product .inner .search02 .keyword {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  main .section-top-product .inner .search02 .keyword {
    flex-flow: column;
    align-items: baseline;
  }
}
main .section-top-product .inner .search02 .keyword h4 {
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  align-items: center;
}
@media (max-width: 768px) {
  main .section-top-product .inner .search02 .keyword h4 {
    margin-bottom: 20px;
  }
}
main .section-top-product .inner .search02 .keyword h4 span {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-align: left;
  color: #2991c5;
  margin-left: 20px;
}
main .section-top-product .inner .search02 .keyword .search-form-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #777777;
  border-radius: 3px;
  width: 65%;
}
@media (max-width: 768px) {
  main .section-top-product .inner .search02 .keyword .search-form-3 {
    width: 100%;
  }
}
main .section-top-product .inner .search02 .keyword .search-form-3 label {
  width: 100%;
}
main .section-top-product .inner .search02 .keyword .search-form-3 input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}
main .section-top-product .inner .search02 .keyword .search-form-3 input::-moz-placeholder {
  color: #777777;
}
main .section-top-product .inner .search02 .keyword .search-form-3 input::placeholder {
  color: #777777;
}
main .section-top-product .inner .search02 .keyword .search-form-3 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-color: #fff;
}
main .section-top-product .inner .search02 .keyword .search-form-3 button::after {
  width: 17px;
  height: 17px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  content: "";
}
main .section-top-product .inner .search02 .tag h4 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
main .section-top-product .inner .search02 .tag ul {
  display: flex;
  flex-wrap: wrap;
}
main .section-top-product .inner .search02 .tag ul li {
  margin-bottom: 10px;
  margin-right: 10px;
}
main .section-top-product .inner .search02 .tag ul li a {
  display: block;
  border-radius: 100px;
  color: #001040;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #fff;
}
main .section-top-service {
  padding: 100px 15px;
  position: relative;
}
main .section-top-service .bg-img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: -63%;
}
main .section-top-service .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1100px) {
  main .section-top-service .inner {
    flex-flow: column;
  }
}
main .section-top-service .inner .service01 {
  min-width: 250px;
}
@media (max-width: 768px) {
  main .section-top-service .inner .service01 {
    margin-bottom: 20px;
  }
}
main .section-top-service .inner .service01 h2 {
  font-size: 34px;
  color: #111111;
  margin-bottom: 50px;
}
main .section-top-service .inner .service01 h2 span {
  display: block;
  color: #2991c5;
  font-size: 16px;
}
main .section-top-service .inner .service02 ul {
  display: flex;
}
@media screen and (max-width: 1100px) {
  main .section-top-service .inner .service02 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto;
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  main .section-top-service .inner .service02 ul {
    gap: 20px;
  }
}
main .section-top-service .inner .service02 ul li {
  margin-left: 40px;
}
@media screen and (max-width: 1100px) {
  main .section-top-service .inner .service02 ul li {
    margin: 0;
  }
}
@media (max-width: 768px) {
  main .section-top-service .inner .service02 ul li {
    place-content: center;
  }
}
main .section-top-service .inner .service02 ul li a {
  display: block;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  main .section-top-service .inner .service02 ul li a {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  main .section-top-service .inner .service02 ul li a {
    max-width: 100%;
  }
}
main .section-top-service .inner .service02 ul li a img {
  width: 100%;
}
main .section-top-service .inner .service02 ul li a .shadow {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(23, 45, 117, 0.05) 0%, rgba(23, 45, 117, 0.6) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
main .section-top-service .inner .service02 ul li a span {
  position: absolute;
  z-index: 2;
}
main .section-top-service .inner .service02 ul li a .txt {
  bottom: 10px;
  left: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  word-break: break-word;
}
@media (max-width: 966px) {
  main .section-top-service .inner .service02 ul li a .txt {
    font-size: 20px;
  }
}
main .section-top-service .inner .service02 ul li a .allow01 {
  background: none;
  right: 10px;
  bottom: 10px;
}
main .section-top-know {
  width: 100%;
  position: relative;
  padding: 10px 0 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  main .section-top-know {
    padding: 0;
  }
}
main .section-top-know .tit-img {
  position: absolute;
  top: -8%;
  left: -4%;
}
@media (max-width: 768px) {
  main .section-top-know .tit-img {
    position: relative;
    width: 100%;
  }
}
main .section-top-know .inner {
  max-width: 1310px;
  margin: 0 auto;
}
main .section-top-know .inner .box {
  background: linear-gradient(#172d75 0%, #2991c5 100%);
  margin-left: calc(50% - 50vw);
  padding: 10px 15px;
  display: flex;
  justify-content: flex-end;
}
main .section-top-know .inner .box .box-inner {
  max-width: 1172px;
  margin-right: 0;
  padding: 10px 15px;
}
main .section-top-know .inner .box .box-inner h2 {
  font-size: 34px;
  margin-bottom: 60px;
  color: #fff;
}
main .section-top-know .inner .box .box-inner h2 span {
  display: block;
  color: #2991c5;
  font-size: 16px;
  margin-top: 30px;
}
main .section-top-know .inner .box .box-inner .know-list {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
@media (max-width: 1100px) {
  main .section-top-know .inner .box .box-inner .know-list {
    flex-flow: column;
  }
  main .section-top-know .inner .box .box-inner .know-list .box-main {
    margin-bottom: 0px !important;
    margin-right: 0 !important;
  }
  main .section-top-know .inner .box .box-inner .know-list .box-main img {
    width: 100%;
  }
  main .section-top-know .inner .box .box-inner .know-list .box-sub li a {
    margin: 0 !important;
  }
}
main .section-top-know .inner .box .box-inner .know-list .box-main {
  margin-right: 20px;
  z-index: 1;
}
main .section-top-know .inner .box .box-inner .know-list .box-main img {
  line-height: 0;
}
main .section-top-know .inner .box .box-inner .know-list .box-sub {
  display: flex;
  flex-wrap: wrap;
}
main .section-top-know .inner .box .box-inner .know-list .box-sub li {
  width: 50%;
}
main .section-top-know .inner .box .box-inner .know-list .box-sub li a {
  margin: 0 20px 40px;
  position: relative;
  display: block;
}
main .section-top-know .inner .box .box-inner .know-list .box-sub li a span {
  position: absolute;
}
main .section-top-know .inner .box .box-inner .know-list .box-sub li a img {
  -webkit-mask-image: linear-gradient(0deg, rgba(23, 45, 117, 0.2) 0%, rgba(23, 45, 117, 0.3) 18%, rgb(255, 255, 255) 100%);
          mask-image: linear-gradient(0deg, rgba(23, 45, 117, 0.2) 0%, rgba(23, 45, 117, 0.3) 18%, rgb(255, 255, 255) 100%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
main .section-top-know .inner .box .box-inner .know-list .box-sub li a .txt {
  bottom: 10px;
  left: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  word-break: break-word;
}
@media (max-width: 966px) {
  main .section-top-know .inner .box .box-inner .know-list .box-sub li a .txt {
    font-size: 16px;
  }
}
@media (max-width: 966px) {
  main .section-top-know .inner .box .box-inner .know-list .box-sub li a .txt {
    font-size: 14px;
  }
}
main .section-top-know .inner .box .box-inner .know-list .box-sub li a .allow01 {
  background: none;
  right: 10px;
  bottom: 10px;
}
main .section-top-know .inner .box .box-inner .btn-area {
  display: flex;
  justify-content: center;
}
main .section-top-request {
  position: relative;
  padding: 50px 15px 50px;
  background-image: url("../img/img_request_bg01.png");
  background-repeat: no-repeat;
  background-position: left -25% bottom;
  overflow: hidden;
}
@media (max-width: 768px) {
  main .section-top-request {
    padding: 0 15px;
    background: none;
  }
}
main .section-top-request .tit-img {
  position: absolute;
  top: -6.5%;
  left: -3%;
}
@media (max-width: 768px) {
  main .section-top-request .tit-img {
    position: relative;
    width: 100%;
  }
}
main .section-top-request .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 768px) {
  main .section-top-request .inner {
    padding: 0;
  }
}
main .section-top-request .inner h2 {
  font-size: 34px;
  margin-bottom: 30px;
}
main .section-top-request .inner h2 span {
  display: block;
  color: #2991c5;
  font-size: 16px;
}
main .section-top-request .inner .req-contents {
  display: flex;
  flex-flow: column;
  justify-content: right;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  main .section-top-request .inner .req-contents {
    zoom: 0.7;
  }
}
main .section-top-request .inner .req-contents .req-contents-inner01 {
  margin-right: 10%;
}
@media (max-width: 768px) {
  main .section-top-request .inner .req-contents .req-contents-inner01 {
    margin-right: 0;
  }
}
main .section-top-request .inner .req-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
@media (max-width: 768px) {
  main .section-top-request .inner .req-contents ul {
    width: 100%;
    flex-wrap: nowrap;
  }
}
main .section-top-request .inner .req-contents ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  main .section-top-request .inner .req-contents ul li {
    width: 50%;
    margin-right: 10px;
    margin-left: 10px;
  }
}
main .section-top-request .inner .req-contents ul li a {
  box-shadow: 0px 0px 10px #707070;
  background-color: #fff;
  width: 270px;
  height: 184px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #111;
}
@media (max-width: 768px) {
  main .section-top-request .inner .req-contents ul li a {
    width: auto;
  }
}
main .section-top-request .inner .req-contents ul li a span {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 54.4px;
  text-align: center;
  color: #172d75;
}
main .section-top-request .inner .req-contents ul li a .allow03 {
  margin-top: 20px;
}
main .section-top-newproducts {
  width: 100%;
  margin: 0 auto 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  main .section-top-newproducts {
    margin-bottom: 25px;
  }
}
main .section-top-newproducts .pro-inner {
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
}
main .section-top-newproducts .pro-inner::before {
  content: "";
  width: 1350px;
  height: 1350px;
  background: #edf6fb;
  position: absolute;
  right: -100%;
  z-index: -1;
}
main .section-top-newproducts .pro-inner .box {
  background: #edf6fb;
  background-image: url("../img/img_request_bg02.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 60px 40px;
}
@media (max-width: 768px) {
  main .section-top-newproducts .pro-inner .box {
    padding: 30px 10px;
  }
}
main .section-top-newproducts .pro-inner .box .box-inner {
  max-width: 1280px;
  overflow: hidden;
}
main .section-top-newproducts .pro-inner .box h2 {
  font-size: 34px;
  margin-bottom: 30px;
}
main .section-top-newproducts .pro-inner .box h2 span {
  display: block;
  color: #2991c5;
  font-size: 16px;
}
main .section-top-newproducts .pro-inner .box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 基本は2列 */
  gap: 20px; /* 要素間の余白 */
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: start;
}
@media (max-width: 600px) {
  main .section-top-newproducts .pro-inner .box ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  main .section-top-newproducts .pro-inner .box ul li {
    width: 100%;
  }
}
main .section-top-newproducts .pro-inner .box ul li .box {
  display: flex;
  padding: 20px;
  background-image: none;
  background: none;
  width: 100%;
  box-sizing: border-box;
}
main .section-top-newproducts .pro-inner .box ul li .box .img {
  margin-right: 40px;
}
@media (max-width: 768px) {
  main .section-top-newproducts .pro-inner .box ul li .box .img {
    max-width: 100%;
    margin-right: 5px;
  }
  main .section-top-newproducts .pro-inner .box ul li .box .img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  main .section-top-newproducts .pro-inner .box ul li .box .text {
    flex: 1;
  }
}
main .section-top-newproducts .pro-inner .box ul li .box .text dl {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  gap: 10px;
}
main .section-top-newproducts .pro-inner .box ul li .box .text dl dt {
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #535353;
}
main .section-top-newproducts .pro-inner .box ul li .box .text dl dd {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #172d75;
}
main .section-top-newproducts .pro-inner .box ul li .box .text .tit {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 25.6px;
  text-align: left;
  color: #111;
}
@media (max-width: 768px) {
  main .section-top-newproducts .pro-inner .box ul li .box .text .tit {
    font-size: 13px;
    line-height: normal;
  }
}
main .section-top-newproducts .pro-inner .box ul li .box .text .cap {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #535353;
  line-height: 1.4;
}
@media (max-width: 768px) {
  main .section-top-newproducts .pro-inner .box ul li .box .text .cap {
    font-size: 11px;
    line-height: normal;
  }
}
@media (max-width: 1200px) {
  main .section-top-newproducts .pro-inner .box ul li .box {
    flex-direction: column;
    gap: 5px;
  }
}
main .section-top-news {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px 100px;
  background-image: url("../img/img_news_bg.png");
  background-repeat: no-repeat;
  background-position: left 80% bottom 80%;
}
main .section-top-news .inner {
  margin: 0 auto;
}
main .section-top-news .inner .box {
  overflow: hidden;
  display: flex;
}
@media (max-width: 768px) {
  main .section-top-news .inner .box {
    flex-flow: column;
  }
}
main .section-top-news .inner .box .news01 {
  min-width: 20%;
  margin-right: 140px;
  margin-left: 80px;
}
@media (max-width: 768px) {
  main .section-top-news .inner .box .news01 {
    margin: 0;
  }
}
main .section-top-news .inner .box .news01 h2 {
  font-size: 34px;
  margin-bottom: 30px;
}
main .section-top-news .inner .box .news01 h2 span {
  display: block;
  color: #2991c5;
  font-size: 16px;
}
main .section-top-news .inner .box .card03 {
  overflow: hidden;
  box-sizing: border-box;
  height: 300px;
  padding-top: 20px;
}
main .section-top-news .inner .box .card03 .inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  main .section-top-news .inner .box .card03 .inner {
    padding: 0 3rem;
  }
}
main .section-top-news .inner .box .card03 .inner .swiper {
  overflow: visible;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  transition: opacity 0.3s ease;
  width: auto;
  min-width: 270px;
  max-width: 350px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    min-width: unset;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide {
    min-width: 100%;
  }
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-visible) .box-list {
  pointer-events: none;
  opacity: 0.3;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list:hover {
  transform: translateY(-16px);
  box-shadow: var(--box-shadow-hover);
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list .img {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(23, 45, 117, 0.05) 0%, rgba(23, 45, 117, 0.6) 100%);
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list dl {
  display: flex;
  margin-bottom: 8px;
  margin-top: 20px;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list dl dt {
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #535353;
  margin-right: 20px;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list dl dd a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #172d75;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list .tit a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 25.6px;
  text-align: left;
  color: #111;
}
@media (max-width: 768px) {
  main .section-top-news .inner .box .card03 .inner .swiper .swiper-wrapper .swiper-slide .box-list .tit a {
    font-size: 14px;
  }
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-prev,
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-next {
  position: absolute;
  display: grid;
  place-content: center;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  margin: 0;
  transition: var(--transition);
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-prev::before,
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: var(--box-shadow-dark);
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-prev::after,
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-next::after {
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 1.5px 1.5px 0 0;
  border-color: #fff;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-prev {
  left: -0.7rem;
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-next {
  left: calc(100% - 2.4rem);
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}
main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-prev::before,
  main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-next::before {
    transition: var(--transition);
  }
  main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-prev:hover::before,
  main .section-top-news .inner .box .card03 .inner .swiper .swiper-button-next:hover::before {
    transform: scale(1.3);
  }
}
main .section-top-related {
  background: linear-gradient(#f4f1ef 0%, #d8d8d8 100%);
  padding: 60px 15px;
}
main .section-top-related .inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main .section-top-related .inner {
    flex-flow: column;
  }
  main .section-top-related .inner .tit {
    margin-bottom: 20px;
  }
}
main .section-top-related .inner .tit {
  min-width: 250px;
}
main .section-top-related .inner .tit h2 {
  font-size: 20px;
}
main .section-top-related .inner .tit h2 span {
  color: #2991c5;
  font-size: 16px;
  margin-left: 34px;
}
main .section-top-related .inner .list {
  max-width: 732px;
}
main .section-top-related .inner .list ul {
  display: flex;
  flex-wrap: wrap;
}
main .section-top-related .inner .list ul li {
  width: 50%;
  margin: auto auto 0;
  display: flex;
  flex: 1 0 auto;
}
main .section-top-related .inner .list ul li .box {
  margin: 0px 25px 30px;
}
@media (max-width: 768px) {
  main .section-top-related .inner .list ul li .box {
    margin: 10px;
  }
}
main .section-top-related .inner .list ul li .box p {
  margin-bottom: 10px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #001040;
}
main .section-top-related .inner .list ul li .box a img {
  width: 100%;
}

/* フッター */
footer {
  background-image: url("../img/img_bg_footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
footer .footer-section01 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
footer .footer-section01 .footer-inner {
  display: flex;
  padding-bottom: 80px;
  padding-top: 80px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer-section01 .footer-inner {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer .footer-section01 .footer-inner .footer-contents .footer-logo {
  margin-bottom: 40px;
}
footer .footer-section01 .footer-inner .footer-contents .from {
  margin-bottom: 50px;
}
footer .footer-section01 .footer-inner .footer-contents .from p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 25.6px;
  text-align: left;
  color: #fff;
  margin-bottom: 12px;
}
footer .footer-section01 .footer-inner .footer-contents .from span {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 25.6px;
  text-align: left;
  color: #fff;
}
footer .footer-section01 .footer-inner .footer-contents .mail {
  margin-bottom: 60px;
}
footer .footer-section01 .footer-inner .footer-contents .mail dl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
footer .footer-section01 .footer-inner .footer-contents .mail dl dt {
  margin-right: 20px;
}
footer .footer-section01 .footer-inner .footer-contents .mail dl dd {
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #fff;
}
footer .footer-section01 .footer-inner .footer-contents .mail dl dd a {
  color: #fff;
}
footer .footer-section01 .footer-inner .footer-link {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  flex-grow: 1;
  margin-left: 100px;
}
@media (max-width: 850px) {
  footer .footer-section01 .footer-inner .footer-link {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  footer .footer-section01 .footer-inner .footer-link {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  footer .footer-section01 .footer-inner .footer-link .footer-link-section01 {
    margin-left: 0;
  }
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section01 ul li a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section01 ul li a span {
  margin-top: 5px;
  display: block;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-align: left;
  color: #e6f7ff;
  opacity: 0.7;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section01 ul li .footer-link-section-child {
  margin-bottom: 30px;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section01 ul li .footer-link-section-child li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  footer .footer-section01 .footer-inner .footer-link .footer-link-section02 {
    margin-left: 0;
  }
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section02 ul li {
  margin-bottom: 30px;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section02 ul li a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  display: inline-block;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section02 ul li a span {
  margin-top: 5px;
  display: block;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-align: left;
  color: #e6f7ff;
  opacity: 0.7;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section02 ul li .footer-link-section-child {
  margin-bottom: 30px;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section02 ul li .footer-link-section-child li {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  footer .footer-section01 .footer-inner .footer-link .footer-link-section02 ul li .footer-link-section-child li {
    margin-bottom: 0;
  }
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section02 ul li .footer-link-section-child li a {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .footer-section01 .footer-inner .footer-link .footer-link-section03 {
    margin-left: 0;
  }
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section03 ul {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .footer-section01 .footer-inner .footer-link .footer-link-section03 ul {
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section03 ul li {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  footer .footer-section01 .footer-inner .footer-link .footer-link-section03 ul li {
    margin-bottom: 0;
  }
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section03 ul li a {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section03 .btn-footer-01 {
  display: flex;
  align-items: center;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section03 .btn-footer-01 img {
  margin-right: 15px;
  display: inline-block;
}
footer .footer-section01 .footer-inner .footer-link .footer-link-section03 .btn-footer-01 span {
  display: inline-block;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 15px;
  text-align: right;
  color: #fff;
}
footer .footer-section02 {
  margin: 0 auto;
  padding: 15px;
}
footer .footer-section02 .footer-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer .footer-section02 .footer-inner {
    flex-flow: column-reverse;
  }
}
footer .footer-section02 .footer-inner .copy {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 25.6px;
  text-align: left;
  color: #ebeded;
  margin-top: 20px;
}
footer .footer-section02 .footer-inner .footer-link02 ul {
  display: flex;
}
@media (max-width: 768px) {
  footer .footer-section02 .footer-inner .footer-link02 ul {
    flex-flow: column;
  }
  footer .footer-section02 .footer-inner .footer-link02 ul li {
    padding-left: 0;
  }
}
footer .footer-section02 .footer-inner .footer-link02 ul li {
  padding: 0 35px;
}
@media (max-width: 768px) {
  footer .footer-section02 .footer-inner .footer-link02 ul li {
    padding-left: 0;
  }
}
footer .footer-section02 .footer-inner .footer-link02 ul li a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 25.6px;
  text-align: left;
  color: #ebeded;
}

@media (max-width: 1210px) {
  .tb-mb-100 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .tb-mb-100 {
    margin-bottom: 50px !important;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

.fixed-button-wrap {
  transition: opacity 0.3s ease;
  z-index: 10000000000000000;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.fixed-button-wrap .fixed-button-wrap:focus {
  z-index: 10000000000000000 !important;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .fixed-button-wrap {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
@media (max-width: 768px) {
  .fixed-button-wrap .fixed-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 10000000000000000;
    bottom: 0;
    background: rgb(213, 69, 86);
    background: linear-gradient(180deg, rgb(213, 69, 86) 0%, rgb(241, 144, 113) 100%);
    width: 100%;
    gap: 2%;
    padding-block: 5%;
  }
}
.fixed-button-wrap .fixed-button img {
  width: 8.37vw;
}
.fixed-button-wrap .fixed-button p {
  font-size: 4.5vw;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.1em;
}

/* 全体のスタイル */
/* メイン */
main .inner .product-archive .products-wrap-title {
  padding: 0 50px;
}
@media (max-width: 767px) {
  main .inner .product-archive .products-wrap-title {
    margin-top: 40px;
    padding: 0 25px;
  }
}
main .inner .product-archive h1 {
  font-weight: bold;
  font-size: 30px;
  color: #172d74;
  padding-left: 17px;
  position: relative;
  line-height: 1.3;
}
main .inner .product-archive h1:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 31px;
  background: #172d75;
  left: 0;
  top: 5px;
}
main .inner .product-archive .popular-products {
  margin-top: 45px;
  padding: 40px 0;
  background-color: #EDF6FB;
  background-image: url(../img/product-archive_bg01.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
main .inner .product-archive .popular-products h2.tit {
  font-size: 30px;
  letter-spacing: 0.03em;
  padding: 0 50px;
}
@media (max-width: 767px) {
  main .inner .product-archive .popular-products h2.tit {
    font-size: 25px;
    padding: 0 25px;
  }
}
main .inner .product-archive .popular-products .en {
  margin-top: 2px;
  display: block;
  color: #2991C5;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .inner .product-archive .popular-products .en {
    font-size: 14px;
  }
}
main .inner .product-archive .card03 {
  margin-top: 18px;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 767px) {
  main .inner .product-archive .card03 {
    padding: 0 25px;
  }
}
main .inner .product-archive .swiper-button-prev,
main .inner .product-archive .swiper-button-next {
  z-index: 1;
  position: absolute;
  display: grid;
  place-content: center;
  width: 4.6rem;
  height: 4.6rem;
  cursor: pointer;
  margin: 0;
  transition: var(--transition);
  top: 5vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-archive .swiper-button-prev,
  main .inner .product-archive .swiper-button-next {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media (max-width: 767px) {
  main .inner .product-archive .swiper-button-prev,
  main .inner .product-archive .swiper-button-next {
    width: 2.6rem;
    height: 2.6rem;
    top: 10vw;
  }
}
@media (max-width: 600px) {
  main .inner .product-archive .swiper-button-prev,
  main .inner .product-archive .swiper-button-next {
    top: 21vw;
  }
}
main .inner .product-archive .swiper-button-prev::before,
main .inner .product-archive .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: var(--box-shadow-dark);
}
main .inner .product-archive .swiper-button-prev::after,
main .inner .product-archive .swiper-button-next::after {
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 1.5px 1.5px 0 0;
  border-color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-archive .swiper-button-prev::after,
  main .inner .product-archive .swiper-button-next::after {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  main .inner .product-archive .swiper-button-prev::after,
  main .inner .product-archive .swiper-button-next::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
main .inner .product-archive .swiper-button-prev {
  left: 50px;
}
@media (max-width: 767px) {
  main .inner .product-archive .swiper-button-prev {
    left: 25px;
  }
}
main .inner .product-archive .swiper-button-prev::after {
  margin-left: 0.6rem;
  transform: rotate(-135deg);
}
main .inner .product-archive .swiper-button-next {
  left: calc(100% - 124px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-archive .swiper-button-next {
    left: calc(100% - 108px);
  }
}
@media (max-width: 767px) {
  main .inner .product-archive .swiper-button-next {
    left: calc(100% - 67px);
  }
}
@media (max-width: 600px) {
  main .inner .product-archive .swiper-button-next {
    left: calc(100% - 67px);
  }
}
main .inner .product-archive .swiper-button-next::after {
  margin-right: 0.6rem;
  transform: rotate(45deg);
}
main .inner .product-archive .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  main .inner .product-archive .swiper-button-prev::before,
  main .inner .product-archive .swiper-button-next::before {
    transition: var(--transition);
  }
  main .inner .product-archive .swiper-button-prev:hover::before,
  main .inner .product-archive .swiper-button-next:hover::before {
    transform: scale(1.3);
  }
}
main .inner .product-archive .popular-products-item {
  width: 100%;
}
main .inner .product-archive .popular-products-item .wrap {
  display: block;
  transition: opacity 0.2s ease;
}
main .inner .product-archive .popular-products-item .img {
  width: 100%;
  position: relative;
  aspect-ratio: 350/196;
  box-sizing: border-box;
  border: solid 1px #BEBEBE;
  padding: 2px;
  background: #fff;
}
main .inner .product-archive .popular-products-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .inner .product-archive .popular-products-item dt {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #111;
  margin-top: 10px;
}
main .inner .product-archive .popular-products-item .summary {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #172d75;
  line-height: 1.285;
  margin-top: 19px;
}
main .inner .product-archive .popular-products-item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 20px;
}
main .inner .product-archive .popular-products-item .category li {
  display: block;
}
main .inner .product-archive .popular-products-item .category li a {
  border: solid 1px var(--main-color);
  border-radius: 20px;
  display: block;
  color: var(--main-color);
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.2s ease;
  padding: 4px 8px;
}
main .inner .product-archive .popular-products-item .category li a:hover {
  background: var(--main-color);
  color: #fff;
  opacity: 1;
}
main .inner .product-archive .archive-sort {
  display: flex;
  justify-content: end;
  max-width: 1100px;
  width: 100%;
  margin: 100px auto 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-archive .archive-sort {
    margin: 50px auto 20px;
  }
}
@media (max-width: 767px) {
  main .inner .product-archive .archive-sort {
    margin: 50px auto 20px;
  }
}
main .inner .product-archive .archive-sort a {
  font-weight: normal;
  text-decoration: underline;
  margin: 0 6px;
  font-size: 16px;
  line-height: 18px;
  color: #111;
}
main .inner .product-archive .archive-sort a.current {
  color: #172d75;
  font-weight: bold;
  pointer-events: none;
  text-decoration: none;
}
main .inner .product-archive .archive-sort a.current:hover {
  opacity: 1;
}
main .inner .product-archive .archive-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 25px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 48px;
}
@media (max-width: 540px) {
  main .inner .product-archive .archive-list {
    justify-content: center;
  }
}
main .inner .product-archive .archive-list-item {
  width: calc((100% - 50px) / 3);
}
@media (max-width: 767px) {
  main .inner .product-archive .archive-list-item {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 600px) {
  main .inner .product-archive .archive-list-item {
    width: 100%;
  }
}
main .inner .product-archive .archive-list-item .wrap {
  display: block;
  transition: opacity 0.2s ease;
}
main .inner .product-archive .archive-list-item .img {
  width: 100%;
  position: relative;
  aspect-ratio: 350/196;
  box-sizing: border-box;
  border: solid 1px #BEBEBE;
  padding: 2px;
  background: #fff;
}
main .inner .product-archive .archive-list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .inner .product-archive .archive-list-item dt {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #111;
  margin-top: 10px;
}
main .inner .product-archive .archive-list-item .summary {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #172d75;
  line-height: 1.285;
  margin-top: 12px;
}
main .inner .product-archive .archive-list-item .category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
main .inner .product-archive .archive-list-item .category li {
  display: block;
}
main .inner .product-archive .archive-list-item .category li a {
  border: solid 1px var(--main-color);
  border-radius: 20px;
  display: block;
  color: var(--main-color);
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.2s ease;
  padding: 4px 8px;
}
main .inner .product-archive .archive-list-item .category li a:hover {
  background: var(--main-color);
  color: #fff;
  opacity: 1;
}
main .inner .product-archive .pagination {
  margin-bottom: 120px;
}
main .inner .product-archive .pagination ul {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
main .inner .product-archive .pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
}
main .inner .product-archive .pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid rgba(23, 45, 117, 0.3);
  color: #111111;
  width: 32px;
  height: 38px;
  transition: all 0.2s ease;
}
@media (max-width: 420px) {
  main .inner .product-archive .pagination ul li a {
    width: 30px;
  }
}
main .inner .product-archive .pagination ul li a:hover {
  opacity: 1;
  color: #fff;
  background: var(--main-color);
}
main .inner .product-archive .pagination ul li.dots {
  align-items: end;
  padding-bottom: 5px;
}
main .inner .product-archive .pagination ul li.dots span {
  align-items: end;
  padding: 0 10px;
  color: #B9BFD5;
}
@media (max-width: 420px) {
  main .inner .product-archive .pagination ul li.dots span {
    padding: 0;
  }
}
main .inner .product-archive .pagination ul li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--main-color);
  width: 32px;
  height: 38px;
}
main .inner .product-archive .pagination ul li.prev a, main .inner .product-archive .pagination ul li.next a {
  width: 81px;
}
@media (max-width: 420px) {
  main .inner .product-archive .pagination ul li.prev a, main .inner .product-archive .pagination ul li.next a {
    width: 70px;
  }
}
main .inner .product-archive .pagination ul li.prev a::before {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background-color: transparent;
  mask: url("../img/arrow-pagination.svg") no-repeat center;
  -webkit-mask: url("../img/arrow-pagination.svg") no-repeat center;
  background-color: #111111;
  margin-right: 8px;
}
main .inner .product-archive .pagination ul li.prev a:hover::before {
  background-color: #ffffff;
}
main .inner .product-archive .pagination ul li.next a::after {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background-color: transparent;
  mask: url("../img/arrow-pagination.svg") no-repeat center;
  -webkit-mask: url("../img/arrow-pagination.svg") no-repeat center;
  background-color: #111111;
  margin-left: 8px;
  transform: scale(-1, 1);
}
main .inner .product-archive .pagination ul li.next a:hover::after {
  background-color: #ffffff;
}

/* メイン */
main .inner .products .products-wrap .products-wrap-title {
  display: flex;
  flex-flow: column;
  gap: 10px;
  color: var(--main-color);
  font-weight: 500;
  justify-content: center;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-wrap-title {
    margin-bottom: 25px;
  }
}
main .inner .products .products-wrap .products-wrap-title h1 {
  font-size: 34px;
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-wrap-title h1 {
    font-size: 24px;
  }
}
main .inner .products .products-wrap .products-wrap-title p {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .products .products-wrap .products-wrap-title p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-wrap-title p {
    font-size: 14px;
  }
}
main .inner .products .products-wrap .products-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .products .products-wrap .products-content {
    flex-flow: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content {
    flex-flow: column;
    align-items: center;
    gap: 0;
  }
}
main .inner .products .products-wrap .products-content .products-content-img {
  position: relative;
  width: 100%;
  max-width: 622px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .products .products-wrap .products-content .products-content-img {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .products-content-img {
    display: flex;
    flex-flow: column;
    width: 100%;
  }
}
main .inner .products .products-wrap .products-content .main-image-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid #dedee1;
  width: 100%;
  max-width: 622px;
  aspect-ratio: 622/322;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .inner .products .products-wrap .products-content .main-image-wrap #mainImage {
  transition: transform 0.3s ease, opacity 0.3s ease;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .products .products-wrap .products-content .main-image-wrap #mainImage {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .main-image-wrap #mainImage {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
  }
}
main .inner .products .products-wrap .products-content .main-image-wrap #mainImage.animate {
  opacity: 0.6;
  transform: scale(1.03);
}
main .inner .products .products-wrap .products-content .zoom-btn-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
main .inner .products .products-wrap .products-content .zoom-btn-img:hover {
  transform: scale(1.2);
}
main .inner .products .products-wrap .products-content .products-content-img-child {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
main .inner .products .products-wrap .products-content .products-content-img-child img {
  width: 70px;
  height: 50px;
}
main .inner .products .products-wrap .products-content .products-content-img-child .thumb {
  cursor: pointer;
  border: 1px solid #ccc;
  transition: transform 0.2s ease;
  transition: transform 0.3s ease;
}
main .inner .products .products-wrap .products-content .products-content-img-child .thumb:hover {
  transform: scale(1.05);
}
main .inner .products .products-wrap .products-content #popupImage {
  transition: opacity 0.2s ease;
}
main .inner .products .products-wrap .products-content .fade-in {
  opacity: 1;
}
main .inner .products .products-wrap .products-content .fade-out {
  opacity: 0;
}
main .inner .products .products-wrap .products-content .popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
main .inner .products .products-wrap .products-content .popup.show {
  display: flex;
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
main .inner .products .products-wrap .products-content .popup .popup-arrow {
  position: absolute;
  display: grid;
  place-content: center;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  margin: 0;
  transition: var(--transition);
}
main .inner .products .products-wrap .products-content .popup .popup-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: var(--box-shadow-dark);
  transform: rotate(45deg);
  transition: 0.3s ease all;
}
main .inner .products .products-wrap .products-content .popup .popup-arrow:hover::before {
  transform: scale(1.3);
}
main .inner .products .products-wrap .products-content .popup .popup-arrow::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: solid #fff;
  border-width: 1.5px 1.5px 0 0;
  transform: rotate(45deg);
}
main .inner .products .products-wrap .products-content .popup .popup-arrow.prev {
  left: 20px;
}
main .inner .products .products-wrap .products-content .popup .popup-arrow.prev::after {
  transform: rotate(-135deg);
}
main .inner .products .products-wrap .products-content .popup .popup-arrow.next {
  right: 20px;
}
main .inner .products .products-wrap .products-content .popup .popup-arrow.next::after {
  transform: rotate(45deg);
}
main .inner .products .products-wrap .products-content .popup .popupclose {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  color: rgb(214, 211, 211);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 1;
  padding: 0.2em;
  border-radius: 50%;
  transition: 0.3s ease all;
}
main .inner .products .products-wrap .products-content .popup .popupclose:hover {
  transform: scale(1.2);
  background-color: rgba(0, 0, 0, 0.5);
}
main .inner .products .products-wrap .products-content .popup .popup-slider-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .inner .products .products-wrap .products-content .popup .popup-slider {
  display: flex;
  transition: transform 0.4s ease;
  width: 100%;
}
main .inner .products .products-wrap .products-content .popup .popup-slide {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
main .inner .products .products-wrap .products-content .popup .popup-slide img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
}
main .inner .products .products-wrap .products-content .products-content-txt {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .products .products-wrap .products-content .products-content-txt {
    gap: 20px;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .products-content-txt {
    gap: 20px;
    width: 100%;
    margin-top: 20px;
  }
}
main .inner .products .products-wrap .products-content .products-content-txt .maker-section {
  display: flex;
  font: 16px;
  color: var(--main-color);
  gap: 1rem;
}
main .inner .products .products-wrap .products-content .products-content-txt .maker-section .maker-title {
  font-weight: bold;
  font-size: 18px;
}
main .inner .products .products-wrap .products-content .products-content-txt .maker-section .maker-name {
  color: var(--sub-color);
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-badge {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-badge span {
  padding: 3px 13px;
  border: 1px solid var(--main-color);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-badge span {
    font-size: 11px;
  }
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-badge span img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  height: 1em;
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta {
  gap: 36px;
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta {
    gap: 20px;
  }
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .products-content-category-section {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .products-content-category-section .title {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .products-content-category-section .title p {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  flex-shrink: 0;
  width: 100px;
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .products-content-category-section .title p {
    font-size: 14px;
  }
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .products-content-category-section .title .category-wrap {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .products-content-category-section .title .category-wrap a {
  color: var(--sub-color);
  text-decoration: underline;
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .products-content-category-section .title .category-wrap a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .content-btn-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 769px;
  }
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .content-btn-wrap {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .content-btn-wrap .grad-btn {
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .content-btn-wrap .grad-btn {
    font-size: 18px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    padding-block: 16px;
  }
}
main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .content-btn-wrap p {
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .content-btn-wrap p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  main .inner .products .products-wrap .products-content .products-content-txt .products-content-cta .content-btn-wrap p {
    text-align: left;
    font-size: 11px;
  }
}
main .inner #product-flow {
  display: none;
}
main .inner .product-page {
  transition: all 0.3s ease;
}
main .inner .product-page .tab-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0;
  overflow: hidden;
}
main .inner .product-page .tab-menu .tab-item {
  width: calc((100% - 4px) / 3);
  background: var(--sub-color);
  text-align: center;
  font-size: 20px;
  color: var(--sub-color);
  background-color: #ebeded;
  padding-block: 10px;
  border-radius: 5px 5px 0 0;
  transition: all 0.2s ease;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-menu .tab-item {
    font-size: 14px;
  }
}
main .inner .product-page .tab-menu .tab-item.tab-item--flow {
  width: calc((100% - 4px) / 2);
}
main .inner .product-page .tab-menu .tab-item:hover {
  background-color: var(--main-color);
  color: #ebeded;
  cursor: pointer;
}
main .inner .product-page .tab-menu .tab-item.active-tab {
  background: var(--main-color);
  color: #fff;
}
main .inner .product-page .tab-menu:nth-child(3n) {
  margin-right: 0;
}
main .inner .product-page .tab-content {
  padding: 40px 50px;
  border: 1px solid var(--main-color);
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-page .tab-content {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content {
    padding: 20px 25px;
  }
}
main .inner .product-page .tab-content .tab-panel {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  height: 0;
  overflow: hidden;
}
main .inner .product-page .tab-content .tab-panel.active-panel {
  opacity: 1;
  visibility: visible;
  height: auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content {
  width: 100%;
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content h3 {
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content h3 {
    font-size: 18px;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content h2 {
  font-weight: bold;
  color: var(--main-color);
  font-size: 22px;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content h2 {
    font-size: 18px;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content p {
  font-size: var(--font-size-base);
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content p {
    font-size: 14px;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content p a {
  margin-top: 20px;
  display: block;
  text-decoration: underline;
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content img {
  width: auto;
  height: auto;
  padding-block: 40px;
  display: block;
  margin: 0 auto;
  max-width: 860px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content img {
    width: 100%;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .cta {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .cta span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff596 60%);
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .cta {
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
  }
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .cta span {
    font-size: 14px;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content button {
  margin: 0 auto;
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .grad-btn {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .grad-btn {
    width: 80%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .grad-btn {
    font-size: 16px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    padding-block: 16px;
    margin-top: 20px;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .standard-btn {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .standard-btn {
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .standard-btn {
    font-size: 16px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
    width: 95%;
    padding-block: 16px;
    margin-top: 20px;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .scroll-txt {
  display: none;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .scroll-txt {
    margin-top: 10px;
    display: block;
    padding: 10px;
    width: 100%;
    background: rgba(145, 145, 145, 0.11);
    color: #919191;
    font-size: 14px;
    text-align: center;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll {
  width: 100%;
  overflow-x: auto;
  margin-block: 40px;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll {
    -webkit-overflow-scrolling: touch;
    margin-block: 0 20px;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  min-width: 600px;
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table th,
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table td {
  padding: 12px 16px;
  vertical-align: middle;
  text-align: left;
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table th:nth-child(2), main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table th:nth-child(3), main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table th:nth-child(4),
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table td:nth-child(2),
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table td:nth-child(3),
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table td:nth-child(4) {
  text-align: center;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table td {
    font-size: 14px;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table tr:first-child td {
  font-weight: bold;
  background-color: var(--sub-color);
  color: #fff;
  text-align: center;
  font-size: var(--font-size-base);
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table tr:nth-child(2), main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table tr:nth-child(3) {
  border-bottom: 1px solid #e4e4e4;
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table label span {
  line-height: 1.5;
  font-size: var(--font-size-base);
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table label span {
    font-size: 14px;
  }
}
main .inner .product-page .tab-content .tab-panel .tab-panel-content .table-scroll table input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: var(--main-color);
  cursor: pointer;
}
main .inner .product-page .tab-content--flow p {
  margin-top: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-page .tab-content--flow p {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content--flow p {
    margin-top: 10px;
  }
}
main .inner .product-page .tab-content .step-flow {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .step-flow {
    margin-bottom: 20px;
  }
}
main .inner .product-page .tab-content .step-flow .step-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 40px;
  margin-top: -60px;
}
main .inner .product-page .tab-content .step-flow .step-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
main .inner .product-page .tab-content .step-flow .step-item .step-left {
  position: relative;
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background-color: #ccc;
  line-height: 1.1;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-left {
    width: 50px;
    height: 350px;
  }
}
main .inner .product-page .tab-content .step-flow .step-item .step-left::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 50px solid currentColor;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-left::before {
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 30px solid currentColor;
  }
}
main .inner .product-page .tab-content .step-flow .step-item .step-left .step-label {
  font-size: 16px;
  display: block;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-left .step-label {
    font-size: 12px;
  }
}
main .inner .product-page .tab-content .step-flow .step-item .step-left .step-number {
  font-size: 50px;
  display: block;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-left .step-number {
    font-size: 30px;
  }
}
main .inner .product-page .tab-content .step-flow .step-item .step-content {
  flex: 1;
  padding: 0 20px;
  height: 200px;
  padding: 15px 0 20px 20px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-content {
    position: relative;
  }
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-content {
    position: relative;
    height: 350px;
    padding: 15px 0 20px 20px;
  }
}
main .inner .product-page .tab-content .step-flow .step-item .step-content h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-content h3 {
    font-size: 18px;
  }
}
main .inner .product-page .tab-content .step-flow .step-item .step-content p {
  font-size: 14px;
  color: #333;
}
main .inner .product-page .tab-content .step-flow .step-item .step-icon {
  width: 40px;
  flex-shrink: 0;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 0;
    border-bottom: none;
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 0;
    border-bottom: none;
    opacity: 0.6;
    top: 290px;
  }
}
main .inner .product-page .tab-content .step-flow .step-item .step-icon img {
  width: 100px;
  height: auto;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-icon img {
    width: inherit;
  }
}
@media (max-width: 767px) {
  main .inner .product-page .tab-content .step-flow .step-item .step-icon img {
    width: inherit;
  }
}
main .inner .product-page .tab-content .step-item:nth-child(1) .step-left {
  background-color: #eef7fa;
}
main .inner .product-page .tab-content .step-item:nth-child(1) .step-left::before {
  border-top-color: #eef7fa;
}
main .inner .product-page .tab-content .step-item:nth-child(2) .step-left {
  background-color: rgb(214.75, 230.75, 241.5);
}
main .inner .product-page .tab-content .step-item:nth-child(2) .step-left::before {
  border-top-color: rgb(214.75, 230.75, 241.5);
}
main .inner .product-page .tab-content .step-item:nth-child(3) .step-left {
  background-color: rgb(191.5, 214.5, 233);
}
main .inner .product-page .tab-content .step-item:nth-child(3) .step-left::before {
  border-top-color: rgb(191.5, 214.5, 233);
}
main .inner .product-page .tab-content .step-item:nth-child(4) .step-left {
  background-color: rgb(168.25, 198.25, 224.5);
}
main .inner .product-page .tab-content .step-item:nth-child(4) .step-left::before {
  border-top-color: rgb(168.25, 198.25, 224.5);
}
main .inner .product-page .tab-content .step-item:nth-child(5) .step-left {
  background-color: #91b6d8;
}
main .inner .product-page .tab-content .step-item:nth-child(5) .step-left::before {
  border-top-color: #91b6d8;
  display: none;
}
main .inner .product-page .tab-content .step-item:nth-child(1) .step-left {
  z-index: 5;
  position: relative;
}
main .inner .product-page .tab-content .step-item:nth-child(2) .step-left {
  z-index: 4;
  position: relative;
}
main .inner .product-page .tab-content .step-item:nth-child(3) .step-left {
  z-index: 3;
  position: relative;
}
main .inner .product-page .tab-content .step-item:nth-child(4) .step-left {
  z-index: 2;
  position: relative;
}
main .inner .product-page .tab-content .step-item:nth-child(5) .step-left {
  z-index: 1;
  position: relative;
}
main .inner .product-page .tab-content .step-item:nth-child(1) .step-left {
  justify-content: center;
}
main .inner .product-page .tab-content .step-item:nth-child(2) .step-left {
  justify-content: center;
  padding-top: 25px;
}
main .inner .product-page .tab-content .step-item:nth-child(3) .step-left {
  justify-content: center;
  padding-top: 25px;
}
main .inner .product-page .tab-content .step-item:nth-child(4) .step-left {
  justify-content: center;
  padding-top: 25px;
}
main .inner .product-page .tab-content .step-item:nth-child(5) .step-left {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .section-top-newproducts {
    margin-block: 20px;
  }
}
@media (max-width: 767px) {
  main .inner .section-top-newproducts {
    margin-block: 20px;
  }
}
main .inner .section-top-newproducts h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  main .inner .section-top-newproducts h2 {
    font-size: 20px;
  }
}

main .inner .search02 {
  margin: 0 auto;
  background-image: url("../img/img_products_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  color: #fff;
  padding: 40px;
  margin-bottom: 50px;
  width: 100%;
}
main .inner .search02 .keyword {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  main .inner .search02 .keyword {
    flex-flow: column;
    align-items: baseline;
  }
}
main .inner .search02 .keyword h4 {
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  align-items: center;
}
@media (max-width: 768px) {
  main .inner .search02 .keyword h4 {
    margin-bottom: 20px;
  }
}
main .inner .search02 .keyword h4 span {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-align: left;
  color: #2991c5;
  margin-left: 20px;
}
main .inner .search02 .keyword .search-form-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border: 1px solid #777777;
  border-radius: 3px;
  width: 65%;
}
@media (max-width: 768px) {
  main .inner .search02 .keyword .search-form-3 {
    width: 100%;
  }
}
main .inner .search02 .keyword .search-form-3 label {
  width: 100%;
}
main .inner .search02 .keyword .search-form-3 input {
  width: 100%;
  height: 45px;
  padding: 5px 15px;
  border: none;
  box-sizing: border-box;
  font-size: 1em;
  outline: none;
}
main .inner .search02 .keyword .search-form-3 input::-moz-placeholder {
  color: #777777;
}
main .inner .search02 .keyword .search-form-3 input::placeholder {
  color: #777777;
}
main .inner .search02 .keyword .search-form-3 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 45px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-color: #fff;
}
main .inner .search02 .keyword .search-form-3 button::after {
  width: 17px;
  height: 17px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  content: "";
}
main .inner .search02 .tag h4 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
main .inner .search02 .tag ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  main .inner .search02 .tag ul {
    gap: 10px;
  }
}
main .inner .search02 .tag ul li {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  main .inner .search02 .tag ul li {
    width: 100%;
    text-align: center;
  }
}
main .inner .search02 .tag ul li a {
  display: block;
  border-radius: 100px;
  color: #001040;
  font-size: 14px;
  padding: 5px 10px;
  background-color: #fff;
}
main .inner .serch-content {
  display: flex;
  flex-flow: column;
  align-items: center;
}
main .inner .serch-content h2 {
  margin-right: auto;
  font-size: 28px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 20px;
  line-height: 1.5;
  border-left: 10px solid var(--main-color);
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .serch-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  main .inner .serch-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
main .inner .serch-content .cta-btn-warp {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .serch-content .cta-btn-warp {
    flex-flow: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .serch-content .cta-btn-warp {
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  main .inner .serch-content .cta-btn-warp {
    flex-flow: column;
  }
}
main .inner .serch-content .cta-btn-warp .cta-btn {
  background: #fff;
  height: 120px;
  position: relative;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.16);
  width: 100%;
}
main .inner .serch-content .cta-btn-warp .cta-btn a {
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .inner .serch-content .cta-btn-warp .cta-btn a:hover {
  opacity: 0.7;
}
main .inner .serch-content .cta-btn-warp .cta-btn .cta-sub {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #111;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  main .inner .serch-content .cta-btn-warp .cta-btn .cta-sub {
    font-size: 12px;
  }
}
main .inner .serch-content .cta-btn-warp .cta-btn .cta-main {
  font-size: 30px;
  font-weight: bold;
  color: var(--main-color);
}
@media (max-width: 767px) {
  main .inner .serch-content .cta-btn-warp .cta-btn .cta-main {
    font-size: 26px;
  }
}
main .inner .serch-content ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(137px, 1fr));
  gap: 40px 60px;
  list-style: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media (max-width: 767px) {
  main .inner .serch-content ul {
    padding: 30px 20px;
  }
}
main .inner .serch-content ul li {
  text-align: center;
  display: flex;
  justify-content: center;
}
main .inner .serch-content ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 100%;
  max-width: 137px;
}
main .inner .serch-content ul li a .img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
main .inner .serch-content ul li a .img img {
  width: 100%;
  height: auto;
}
main .inner .serch-content ul li a span {
  font-size: var(--font-size-base);
  color: #222;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  font-family: "Roboto Condensed";
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .serch-content ul {
    grid-template-columns: repeat(4, 1fr);
  }
  main .inner .serch-content ul li a .img {
    width: 100px;
    height: 100px;
  }
  main .inner .serch-content ul li a span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  main .inner .serch-content ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-inline: 0;
  }
  main .inner .serch-content ul li a .img {
    width: 100px;
    height: auto;
  }
  main .inner .serch-content ul li a span {
    font-size: 12px;
  }
}
main .inner .banner {
  max-width: 100%;
}
main .inner .banner ul {
  display: flex;
}
@media screen and (max-width: 1100px) {
  main .inner .banner ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto;
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  main .inner .banner ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  main .inner .banner ul li {
    margin: 0;
  }
}
@media (max-width: 768px) {
  main .inner .banner ul li {
    place-content: center;
  }
}
main .inner .banner ul li a {
  display: block;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  main .inner .banner ul li a {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  main .inner .banner ul li a {
    max-width: 100%;
  }
}
main .inner .banner ul li a img {
  width: 100%;
  max-width: 280px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .banner ul li a img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  main .inner .banner ul li a img {
    max-width: 100%;
  }
}
main .inner .banner ul li a .shadow {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(23, 45, 117, 0.05) 0%, rgba(23, 45, 117, 0.6) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
main .inner .banner ul li a span {
  position: absolute;
  z-index: 2;
}
main .inner .banner ul li a .txt {
  bottom: 10px;
  left: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  word-break: break-word;
  text-align: left;
}
@media (max-width: 966px) {
  main .inner .banner ul li a .txt {
    font-size: 20px;
  }
}
main .inner .banner ul li a .allow01 {
  background: none;
  right: 10px;
  bottom: 10px;
}

main .inner .company-wrap {
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  main .inner .company-wrap {
    padding-bottom: 0;
  }
}
main .inner .company-wrap .company-table {
  width: 100%;
  font-size: var(--font-size-base);
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  main .inner .company-wrap .company-table {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  main .inner .company-wrap .company-table tr {
    display: flex;
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  main .inner .company-wrap .company-table tr:first-of-type th {
    padding: 0;
  }
}
main .inner .company-wrap .company-table tr .company-table-th {
  text-align: left;
  width: 30%;
  padding: 1.25rem 0 0 1.25rem;
  vertical-align: top;
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
}
@media (max-width: 767px) {
  main .inner .company-wrap .company-table tr .company-table-th {
    padding: 1rem 0 0 0;
    width: 100%;
    border: none;
  }
}
main .inner .company-wrap .company-table tr .company-table-td {
  text-align: left;
  width: 70%;
  padding: 1.25rem 0;
  vertical-align: top;
  border-bottom: 1px solid var(--main-color);
  color: #111;
  line-height: 1.4;
}
@media (max-width: 767px) {
  main .inner .company-wrap .company-table tr .company-table-td {
    padding: 1rem 0;
    width: 100%;
  }
}
main .inner .company-wrap .company-table tr .company-table-td a {
  text-decoration: underline;
}
main .inner .company-wrap .company-table tr .company-table-td p {
  margin-bottom: 1rem;
}
main .inner .company-wrap .company-table tr .company-table-td p:last-child {
  margin-bottom: 0;
}

main .inner .topics {
  background: rgb(40, 142, 195);
  background: linear-gradient(90deg, rgb(40, 142, 195) 0%, rgb(23, 47, 118) 100%);
  padding-block: 60px;
}
@media (max-width: 767px) {
  main .inner .topics {
    background: linear-gradient(180deg, rgb(40, 142, 195) 0%, rgb(23, 47, 118) 100%);
  }
}
main .inner .topics .card03 {
  overflow: hidden;
  box-sizing: border-box;
}
main .inner .topics .card03--custom {
  padding-top: 50px;
}
main .inner .topics .card03--custom .inner {
  position: relative;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5rem;
}
@media (max-width: 767px) {
  main .inner .topics .card03--custom .inner {
    padding: 0 3rem;
  }
}
main .inner .topics .card03--custom .inner .swiper {
  overflow: visible;
  position: relative;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  transition: opacity 0.3s ease;
  width: 100%;
  max-width: none;
  min-width: unset;
  box-sizing: border-box;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-visible) .box-list {
  opacity: 0.3;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide .box-list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: var(--transition), opacity 1s;
  border-radius: 4px;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide .box-list:hover {
  transform: translateY(-16px);
  box-shadow: var(--box-shadow-dark);
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide .box-list a {
  display: block;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide .box-list a .img {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide .box-list dl {
  display: flex;
  margin-bottom: 8px;
  margin-top: 20px;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide .box-list dl dt {
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #535353;
  margin-right: 20px;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide .box-list dl dd a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: #172d75;
}
main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide .box-list .tit a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 25.6px;
  text-align: left;
  color: #111;
}
@media (max-width: 767px) {
  main .inner .topics .card03--custom .inner .swiper .swiper-wrapper .swiper-slide .box-list .tit a {
    font-size: 14px;
  }
}
main .inner .topics .card03--custom .inner .swiper .swiper-button-prev,
main .inner .topics .card03--custom .inner .swiper .swiper-button-next {
  position: absolute;
  display: grid;
  place-content: center;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  margin: 0;
  transition: var(--transition);
}
main .inner .topics .card03--custom .inner .swiper .swiper-button-prev::before,
main .inner .topics .card03--custom .inner .swiper .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: var(--box-shadow-dark);
}
main .inner .topics .card03--custom .inner .swiper .swiper-button-prev::after,
main .inner .topics .card03--custom .inner .swiper .swiper-button-next::after {
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 1.5px 1.5px 0 0;
  border-color: #fff;
}
main .inner .topics .card03--custom .inner .swiper .swiper-button-prev {
  left: -0.7rem;
}
main .inner .topics .card03--custom .inner .swiper .swiper-button-prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg);
}
main .inner .topics .card03--custom .inner .swiper .swiper-button-next {
  left: calc(100% - 2.4rem);
}
main .inner .topics .card03--custom .inner .swiper .swiper-button-next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg);
}
main .inner .topics .card03--custom .inner .swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
@media only screen and (min-width: 1025px) {
  main .inner .topics .card03--custom .inner .swiper .swiper-button-prev::before,
  main .inner .topics .card03--custom .inner .swiper .swiper-button-next::before {
    transition: var(--transition);
  }
  main .inner .topics .card03--custom .inner .swiper .swiper-button-prev:hover::before,
  main .inner .topics .card03--custom .inner .swiper .swiper-button-next:hover::before {
    transform: scale(1.3);
  }
}
main .inner .tegakari {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .tegakari {
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  main .inner .tegakari {
    flex-flow: column;
  }
}
main .inner .tegakari .tegakari-img {
  width: 100%;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .tegakari .tegakari-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  main .inner .tegakari .tegakari-img img {
    width: 100%;
  }
}
main .inner .tegakari .tegakari-txt {
  gap: 30px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
main .inner .tegakari .tegakari-txt .standard-btn {
  position: relative;
  padding: 16px 30px;
  max-width: 180px;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .tegakari .tegakari-txt .standard-btn {
    max-width: none;
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  main .inner .tegakari .tegakari-txt .standard-btn {
    max-width: none;
    padding: 16px 0;
  }
}
main .inner .tegakari .tegakari-txt h2 {
  font-size: 28px;
  font-weight: bold;
  color: var(--main-color);
}
main .inner .tegakari .tegakari-txt p {
  letter-spacing: 0.04em;
}
main .inner .card-wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 40px 60px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  main .inner .card-wrap ul {
    gap: 20px;
  }
}
main .inner .card-wrap ul li {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .card-wrap ul li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  main .inner .card-wrap ul li {
    place-content: center;
  }
}
main .inner .card-wrap ul li a {
  display: block;
  position: relative;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .card-wrap ul li a {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  main .inner .card-wrap ul li a {
    max-width: 100%;
  }
}
main .inner .card-wrap ul li a img {
  width: 100%;
}
main .inner .card-wrap ul li a .shadow {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(23, 45, 117, 0.05) 0%, rgba(23, 45, 117, 0.6) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
main .inner .card-wrap ul li a span {
  position: absolute;
  z-index: 2;
}
main .inner .card-wrap ul li a .txt {
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  word-break: break-word;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .card-wrap ul li a .txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  main .inner .card-wrap ul li a .txt {
    font-size: 12px;
  }
}
main .inner .card-wrap ul li a .allow01 {
  background: none;
  right: 10px;
  bottom: 10px;
}
main .inner .card-wrap ul .cta-btn {
  background: #fff;
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.25));
  height: 120px;
}
main .inner .card-wrap ul .cta-btn a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .inner .card-wrap ul .cta-btn a:hover {
  opacity: 0.7;
}
main .inner .card-wrap ul .cta-btn .cta-sub {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #111;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  main .inner .card-wrap ul .cta-btn .cta-sub {
    font-size: 12px;
  }
}

/* メイン */
main .inner .textbase-inner .textbase-content .faq_wrap p {
  margin-bottom: 1.5rem;
}
main .inner .textbase-inner .textbase-content .faq_wrap p:last-child {
  margin-bottom: 0;
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl {
  width: 100%;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: flex-start;
  color: #111111;
  padding: 20px 70px 20px 25px;
  border-bottom: 1px solid #ebeded;
  line-height: 1.4;
  font-size: 22px;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl {
    font-size: 14px;
    padding: 15px 50px 15px 15px;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl::before, main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--main-color);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl::before {
  width: 18px;
  height: 2px;
  right: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl::before {
    right: 22px;
  }
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl::before {
    right: 15px;
    width: 14px;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl::after {
  width: 2px;
  height: 18px;
  right: 58px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl::after {
    right: 30px;
  }
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl::after {
    right: 21px;
    height: 14px;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl.active::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl span {
  color: #2991c5;
  padding-right: 20px;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_ttl span {
    padding-right: 10px;
    font-size: 14px;
    top: -2px;
    position: relative;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body {
  line-height: 1.4;
  color: #111;
  padding: 0;
  display: none;
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner {
  display: flex;
  gap: 24px;
  padding: 30px 25px;
  max-height: 100%;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner {
    padding: 15px 15px;
    gap: 14px;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner .faq-a {
  font-size: 26px;
  font-weight: bold;
  color: #d54656;
  line-height: 1;
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner .faq-a {
    font-size: 20px;
    position: relative;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner a {
  text-decoration: underline;
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner .flex {
  padding-top: 5px;
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li {
    font-size: 14px;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li .license-title {
  font-size: var(--font-size-base);
  font-weight: bold;
  color: #111;
  line-height: 1.4;
  margin-top: 50px;
  display: block;
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li .license-title {
    font-size: 14px;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 20px 0 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li img {
    padding: 10px 0 25px;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li .faq-block span,
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li .faq-block p {
  display: block;
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 767px) {
  main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li .flex {
    flex-flow: column;
  }
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body .accordion_body_inner ul li .flex img {
  padding: 0;
  margin: 0;
}
main .inner .textbase-inner .textbase-content .faq_wrap dl .accordion_body.show {
  max-height: 100%;
  padding: 30px 25px;
  display: block;
}

.faq-accordion {
  margin: 0 auto;
  display: flex;
  width: 100%;
}
.faq-accordion .textbase-content {
  width: 100%;
}

/* メイン */
main .inner .form-intro {
  max-width: 1100px;
  margin: 0 auto;
}
main .inner .form-intro .features img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
main .inner .form-intro .language-switch {
  text-align: center;
  font-size: 0.875rem;
  color: #111;
  margin-top: 15px;
}
main .inner .form-intro .language-switch a {
  color: #111;
  text-decoration: underline;
}
main .inner .form-intro .language-switch a:hover {
  opacity: 1;
  text-decoration: none;
}
main .inner .form-intro .notice-title {
  margin-top: 26px;
  margin-bottom: 15px;
  border-radius: 11px;
  background: #e2e6f2;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--main-color);
  display: inline-block;
  padding: 4px 15px;
}
main .inner .form-intro .notice-body .highlight {
  font-weight: 500;
  font-size: 1rem;
  color: var(--main-color);
  line-height: 1.5;
}
main .inner .form-intro .notice-body .highlight + p {
  margin-top: 10px;
}
main .inner .contact-form {
  max-width: 1100px;
  margin: 0 auto;
}
main .inner .contact-form .input-time-msg {
  margin-top: 40px;
  text-align: center;
  color: #cf282e;
  border: 2px solid currentColor;
  padding: 10px 0;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
}
main .inner .contact-form .input-time-msg img {
  width: 1.4em;
  height: auto;
}
@media (max-width: 768px) {
  main .inner .contact-form .tb-none {
    display: none;
  }
}
main .inner .contact-form input:focus,
main .inner .contact-form textarea:focus {
  outline: none;
}
main .inner .contact-form > h2:nth-child(1) {
  margin-top: 0;
}
main .inner .contact-form h2 {
  font-weight: bold;
  font-size: 1.375rem;
  color: var(--main-color);
  margin-top: 50px;
  margin-bottom: 30px;
}
main .inner .contact-form p {
  font-weight: normal;
  font-size: 1rem;
  color: #111;
}
main .inner .contact-form .form-note {
  margin-bottom: 38px;
}
main .inner .contact-form .form-note p {
  margin-bottom: 30px;
}
main .inner .contact-form .form-note p + p {
  margin-top: 24px;
}
main .inner .contact-form .form-input {
  width: 100%;
  padding: 12px 22px;
  border: 1px solid #e0e4ea;
  border-radius: 6px;
  background-color: #f4f7fb;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.5;
}
main .inner .contact-form .form-input::-moz-placeholder {
  color: #b5b5b5;
}
main .inner .contact-form .form-input::placeholder {
  color: #b5b5b5;
}
main .inner .contact-form .form-input.prefecture {
  max-width: 230px;
}
main .inner .contact-form textarea.form-input {
  min-height: 150px;
}
main .inner .contact-form .required {
  color: #FF0000;
  align-self: center;
}
main .inner .contact-form .wpcf7-list-item {
  margin: 0;
}
main .inner .wpcf7-list-item-label {
  margin-left: 14px;
  font-weight: normal;
  color: var(--main-color);
  font-size: 1rem;
  line-height: 1.375;
}
main .inner .form-row {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 14px;
}
main .inner .form-row.form-row--large-gap {
  margin-top: 40px;
}
main .inner .form-row.form-row--large-gap .form-label {
  padding-top: 0;
}
@media (max-width: 768px) {
  main .inner .form-row {
    grid-template-columns: 1fr;
  }
}
main .inner .form-row.project-name {
  padding-top: 10px;
}
main .inner .form-row.project-name .form-label {
  padding-top: 0;
}
@media (max-width: 768px) {
  main .inner .form-row.project-name .form-label {
    padding-top: 10px;
  }
}
main .inner .form-row .form-label {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  padding-top: 10px;
}
@media (max-width: 768px) {
  main .inner .form-row .form-label {
    padding-bottom: 10px;
  }
}
main .inner .form-row.industry-row {
  margin-bottom: 32px;
  margin-top: 60px;
}
main .inner .form-row .industry-fieldset + .industry-fieldset {
  margin-top: 20px;
}
main .inner .name-row {
  align-items: center;
}
main .inner .name-row .name-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 19px;
  max-width: 477px;
}
main .inner .product-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  margin-bottom: 32px;
  font-size: 1rem;
  text-align: left;
  color: var(--main-color);
}
main .inner .product-table thead th {
  padding: 8px 0;
  text-align: left;
  font-weight: 500;
  background: none;
  color: #002f5d;
  border: none;
  font-size: 1rem;
  color: var(--main-color);
}
main .inner .product-table thead th:nth-child(3) {
  width: 24%;
  min-width: 80px;
}
main .inner .product-table .row-label-header {
  width: 80px;
}
main .inner .product-table .row-label {
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  color: var(--main-color);
}
@media (max-width: 768px) {
  main .inner .product-table th:nth-child(3) {
    padding-left: 16px;
  }
}
main .inner .product-table td:nth-child(3) {
  padding-left: 16px;
}
@media (max-width: 768px) {
  main .inner .product-table td:nth-child(3) .form-input {
    padding: 12px 10px;
  }
}
main .inner .wpcf7-list-item label {
  cursor: pointer;
  display: flex;
}
main .inner .industry-fieldsets {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 838px;
}
main .inner .toggle-fieldset .wpcf7-list-item {
  width: auto;
}
main .inner .toggle-fieldset legend {
  display: block;
  width: 100%;
  position: relative;
  padding: 12px 16px;
  background-color: #002f5d;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .inner .toggle-fieldset legend::after {
  content: "▲";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
main .inner .toggle-fieldset.closed legend::after {
  content: "▼";
}
main .inner .summary-fieldset.doc-request .wpcf7-list-item:nth-of-type(1) {
  width: 100%;
}
main .inner .summary-fieldset.doc-request .wpcf7-list-item:nth-of-type(4) {
  width: 100%;
}
main .inner .summary-fieldset .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px 32px;
  padding: 40px 0 20px 16px;
}
main .inner .summary-fieldset .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
main .inner .summary-fieldset .wpcf7-list-item label {
  display: flex;
}
main .inner .summary-fieldset .wpcf7-list-item input {
  flex-shrink: 0;
}
main .inner .industry-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
main .inner .industry-fieldset .wpcf7-form-control-wrap {
  overflow: hidden;
  padding-left: 15px;
  display: block;
  padding-top: 40px;
  padding-bottom: 20px;
}
main .inner .industry-fieldset .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 20px;
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  main .inner .industry-fieldset .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  main .inner .industry-fieldset .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 620px) {
  main .inner .industry-fieldset .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  main .inner .industry-fieldset .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
}
main .inner .industry-fieldset .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
main .inner .industry-fieldset .wpcf7-list-item.full-row {
  flex: 0 0 100%;
}
main .inner .industry-fieldset .wpcf7-list-item label {
  display: flex;
}
main .inner .industry-fieldset .wpcf7-list-item input {
  flex-shrink: 0;
}
main .inner .industry-fieldset.industry-corp .wpcf7-checkbox {
  gap: 12px 15px;
  grid-template-columns: calc(30% - 10px) calc(34% - 10px) calc(36% - 10px);
}
@media (max-width: 1100px) {
  main .inner .industry-fieldset.industry-corp .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  main .inner .industry-fieldset.industry-corp .wpcf7-checkbox {
    grid-template-columns: calc(30% - 10px) calc(34% - 10px) calc(36% - 10px);
  }
}
@media (max-width: 620px) {
  main .inner .industry-fieldset.industry-corp .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  main .inner .industry-fieldset.industry-corp .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
}
main .inner .toggle-fieldset .wpcf7-list-item input[type=checkbox] {
  /* サイズ */
  width: 22px;
  height: 22px;
  /* 下地・枠 */
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  /* デフォルトのチェックマークを保持 */
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  /* チェックマークの色 */
  accent-color: #002f5d;
  /* 位置合わせ */
  vertical-align: middle;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
main .inner .toggle-fieldset .wpcf7-list-item input[type=checkbox]:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
main .inner .mail-row .wpcf7-radio {
  display: flex;
  gap: 24px;
}
main .inner .mail-row .wpcf7-list-item {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
main .inner .mail-row .wpcf7-list-item input[type=radio] {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #002f5d;
  margin: auto;
  padding: 0;
}
main .inner .mail-row .wpcf7-list-item .wpcf7-list-item-label {
  min-width: 115px;
}
main .inner .trigger-row .trigger-group .wpcf7-checkbox {
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 0;
}
main .inner .trigger-row .trigger-group .wpcf7-list-item {
  display: flex;
  align-items: center;
  width: calc((100% - 40px) / 3);
  margin-bottom: 12px;
}
@media (max-width: 1100px) {
  main .inner .trigger-row .trigger-group .wpcf7-list-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  main .inner .trigger-row .trigger-group .wpcf7-list-item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 620px) {
  main .inner .trigger-row .trigger-group .wpcf7-list-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 520px) {
  main .inner .trigger-row .trigger-group .wpcf7-list-item {
    width: 100%;
  }
}
main .inner .trigger-row .trigger-group .wpcf7-list-item input[type=checkbox] {
  /* サイズ */
  width: 22px;
  height: 22px;
  /* 下地・枠 */
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  /* デフォルトのチェックマークを保持 */
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  /* チェックマークの色 */
  accent-color: #002f5d;
  /* 位置合わせ */
  vertical-align: middle;
  margin: auto;
  padding: 0;
  cursor: pointer;
}
main .inner .reference-row {
  margin-top: 35px;
}
main .inner .reference-row textarea {
  margin: 8px 0;
}
main .inner .form-note {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  line-height: 1.6;
}
main .inner .form-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 20px 37px;
  margin-top: 60px;
  margin-bottom: 100px;
}
main .inner .form-actions .standard-btn {
  padding: 12px 57px;
}
main .inner .form-actions .btn-back01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 129px;
  height: 50px;
  border-radius: 45px;
  border: solid 1px var(--main-color);
  padding: 5px 15px 5px 30px;
}
main .inner .checkbox-privacy {
  margin-top: 30px;
}
main .inner .checkbox-privacy p {
  font-size: 1rem;
  line-height: 1.5;
}
main .inner .checkbox-privacy p a {
  color: var(--main-color);
  text-decoration: underline;
}
main .inner .checkbox-privacy p a:hover {
  text-decoration: none;
}
main .inner .checkbox-privacy .wpcf7-form-control-wrap {
  display: block;
  margin-top: 40px;
}
@media (max-width: 768px) {
  main .inner .checkbox-privacy .wpcf7-form-control-wrap {
    margin-top: 20px;
  }
}
main .inner .checkbox-privacy .wpcf7-form-control-wrap .wpcf7-list-item {
  display: flex;
  justify-content: center;
}
main .inner .checkbox-privacy .wpcf7-form-control-wrap input[type=checkbox] {
  /* サイズ */
  width: 22px;
  height: 22px;
  /* 下地・枠 */
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  /* デフォルトのチェックマークを保持 */
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  /* チェックマークの色 */
  accent-color: #002f5d;
  /* 位置合わせ */
  vertical-align: middle;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
main .inner .checkbox-privacy .wpcf7-form-control-wrap input[type=checkbox]:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}
main .inner .wpcf7-not-valid-tip {
  color: var(--color-theme-darken);
  font-weight: 500;
}
main .inner .wpcf7-response-output {
  padding: 15px;
  text-align: center;
}
main .inner .wpcf7 form.sent .wpcf7-response-output { /* 送信ボタン完了時 */
  border-color: #8cebe5;
}
main .inner .wpcf7 form.invalid .wpcf7-response-output,
main .inner .wpcf7 form.unaccepted .wpcf7-response-output { /* 送信ボタン未入力警告 */
  border-color: #e46d65;
}

main .inner--flow {
  max-width: 1130px;
}
main .inner .order-steps {
  display: flex;
  flex-direction: row;
  gap: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .order-steps {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  main .inner .order-steps {
    flex-wrap: wrap;
  }
}
main .inner .order-steps .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: clamp(100px, 20%, 220px);
  margin-bottom: 20px;
  text-decoration: none;
}
main .inner .order-steps .step-item:hover {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .order-steps .step-item {
    width: 31%;
  }
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item {
    width: 31%;
  }
}
main .inner .order-steps .step-item:nth-of-type(1) {
  width: clamp(100px, 19.0909090909%, 210px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .order-steps .step-item:nth-of-type(1) {
    width: 31%;
  }
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item:nth-of-type(1) {
    width: 31%;
  }
}
main .inner .order-steps .step-item:nth-of-type(5) {
  width: clamp(100px, 20.9090909091%, 230px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .order-steps .step-item:nth-of-type(5) {
    width: 31%;
  }
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item:nth-of-type(5) {
    width: 31%;
  }
}
main .inner .order-steps .step-item .step-left {
  position: relative;
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 94px;
  background-color: #ccc;
  line-height: 1.1;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item .step-left {
    height: 60px;
  }
}
main .inner .order-steps .step-item .step-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-left: 25px solid currentColor;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item .step-left::before {
    right: -20px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid currentColor;
  }
}
main .inner .order-steps .step-item .step-left .step-label {
  font-size: 16px;
  display: block;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item .step-left .step-label {
    font-size: 14px;
  }
}
main .inner .order-steps .step-item .step-left .step-number {
  font-size: 45px;
  display: block;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item .step-left .step-number {
    font-size: 32px;
  }
}
main .inner .order-steps .step-item .step-content {
  width: 100%;
  height: 94px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item .step-content {
    height: 82px;
  }
}
main .inner .order-steps .step-item .step-content h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #111;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item .step-content h3 {
    padding: 0 8px;
    font-size: 0.8125rem;
  }
  main .inner .order-steps .step-item .step-content h3 br {
    display: none;
  }
}
main .inner .order-steps .step-item .step-content p {
  font-size: 14px;
  color: #333;
}
main .inner .order-steps .step-item .step-icon {
  width: 40px;
  flex-shrink: 0;
  width: clamp(80px, 80%, 160px);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main .inner .order-steps .step-item .step-icon {
    height: 120px;
  }
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item .step-icon {
    height: 80px;
  }
}
main .inner .order-steps .step-item:nth-of-type(1) img {
  width: 85px;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item:nth-of-type(1) img {
    width: 40.4761904762%;
  }
}
main .inner .order-steps .step-item:nth-of-type(2) .step-icon img {
  width: 90px;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item:nth-of-type(2) .step-icon img {
    width: 42.8571428571%;
  }
}
main .inner .order-steps .step-item:nth-of-type(3) .step-icon img {
  width: 103px;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item:nth-of-type(3) .step-icon img {
    width: 49.0476190476%;
  }
}
main .inner .order-steps .step-item:nth-of-type(4) .step-icon img {
  width: 97px;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item:nth-of-type(4) .step-icon img {
    width: 46.1904761905%;
  }
}
main .inner .order-steps .step-item:nth-of-type(5) .step-icon img {
  width: 123px;
}
@media (max-width: 767px) {
  main .inner .order-steps .step-item:nth-of-type(5) .step-icon img {
    width: 58.5714285714%;
  }
}
main .inner .flow-content {
  border: 2px solid #182D75;
  padding: 35px 38px 50px;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  main .inner .flow-content {
    margin-bottom: 30px;
    padding: 15px 15px 20px;
  }
}
main .inner .flow-content:last-child {
  margin-bottom: 0;
}
main .inner .flow-content:last-child::after {
  content: none;
}
main .inner .flow-content::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  border-top: 54px solid #182D75;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -54px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  main .inner .flow-content::after {
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 20px solid #182D75;
    bottom: -20px;
  }
}
main .inner .flow-content-inner {
  max-width: 900px;
  margin: 0 auto;
}
main .inner .flow-content h3:first-child {
  margin-top: 0;
}
main .inner .flow-content h4 {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  margin-top: 30px;
}
main .inner .flow-content .table-sp-block {
  margin-block-end: 40px;
}
@media (max-width: 767px) {
  main .inner .flow-content .table-sp-block {
    margin-block-end: 20px;
  }
}
main .inner .flow-content .table-sp-block:last-of-type {
  margin-block-end: 0;
}
main .inner .flow-content .table-sp-block table {
  width: 100%;
  table-layout: auto;
}
@media (max-width: 767px) {
  main .inner .flow-content .table-sp-block table {
    display: block;
  }
  main .inner .flow-content .table-sp-block table thead, main .inner .flow-content .table-sp-block table tbody, main .inner .flow-content .table-sp-block table tfoot, main .inner .flow-content .table-sp-block table tr, main .inner .flow-content .table-sp-block table th, main .inner .flow-content .table-sp-block table td {
    display: block;
    width: 100%;
  }
  main .inner .flow-content .table-sp-block table tr > *:not(:first-child) {
    border-top: solid 1px #E4E4E4;
  }
}
main .inner .flow-content .table-sp-block table tbody {
  border-bottom: solid 1px #E4E4E4;
}
main .inner .flow-content .table-sp-block table tr {
  border-top: solid 1px #E4E4E4;
}
main .inner .flow-content .table-sp-block table tr th {
  border: none;
  padding: 30px 0 30px 30px;
  font-size: var(--font-size-base);
  line-height: 1.65;
  letter-spacing: 0.08em;
  color: var(--main-color);
  text-align: left;
  font-size: 0.875rem;
}
main .inner .flow-content .table-sp-block table tr th:nth-child(1) {
  min-width: 146px;
}
@media (max-width: 767px) {
  main .inner .flow-content .table-sp-block table tr th {
    padding: 10px;
  }
}
main .inner .flow-content .table-sp-block table tr td {
  padding: 30px 30px 30px 29px;
  border: none;
  font-size: var(--font-size-base);
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  color: #111;
  white-space: normal;
  font-size: 0.875rem;
}
main .inner .flow-content .table-sp-block table tr td h2, main .inner .flow-content .table-sp-block table tr td h3, main .inner .flow-content .table-sp-block table tr td h4, main .inner .flow-content .table-sp-block table tr td h5 {
  color: var(--main-color);
}
main .inner .flow-content .table-sp-block table tr td p {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  main .inner .flow-content .table-sp-block table tr td {
    padding: 10px;
  }
}
main .inner .note01 {
  max-width: 840px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
main .inner .note02 {
  padding-bottom: 40px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  main .inner .note02 {
    padding-left: 10px;
    padding-bottom: 30px;
  }
}
main .inner .note02-inner {
  max-width: 700px;
  width: 90%;
}
main .inner .step-title {
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
main .inner .step-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  main .inner .step-title {
    margin-bottom: 20px;
  }
}
main .inner .step-title .step-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 210px;
  margin-right: 60px;
  height: 94px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  main .inner .step-title .step-left {
    height: 60px;
    padding-top: 4px;
    width: 100px;
    margin-right: 40px;
  }
}
main .inner .step-title .step-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-left: 25px solid currentColor;
}
@media (max-width: 767px) {
  main .inner .step-title .step-left::before {
    right: -20px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid currentColor;
  }
}
main .inner .step-title .step-label {
  font-size: 16px;
}
@media (max-width: 767px) {
  main .inner .step-title .step-label {
    font-size: 14px;
  }
}
main .inner .step-title .step-number {
  font-size: 45px;
  margin-top: -8px;
}
@media (max-width: 767px) {
  main .inner .step-title .step-number {
    font-size: 30px;
  }
}
main .inner .step-item:nth-of-type(1) .step-left,
main .inner .flow-content:nth-of-type(1) .step-left {
  background-color: #eef7fa;
}
main .inner .step-item:nth-of-type(1) .step-left::before,
main .inner .flow-content:nth-of-type(1) .step-left::before {
  border-left-color: #eef7fa;
}
main .inner .step-item:nth-of-type(2) .step-left,
main .inner .flow-content:nth-of-type(2) .step-left {
  background-color: rgb(214.75, 230.75, 241.5);
}
main .inner .step-item:nth-of-type(2) .step-left::before,
main .inner .flow-content:nth-of-type(2) .step-left::before {
  border-left-color: rgb(214.75, 230.75, 241.5);
}
main .inner .step-item:nth-of-type(3) .step-left,
main .inner .flow-content:nth-of-type(3) .step-left {
  background-color: rgb(191.5, 214.5, 233);
}
main .inner .step-item:nth-of-type(3) .step-left::before,
main .inner .flow-content:nth-of-type(3) .step-left::before {
  border-left-color: rgb(191.5, 214.5, 233);
}
main .inner .step-item:nth-of-type(4) .step-left,
main .inner .flow-content:nth-of-type(4) .step-left {
  background-color: rgb(168.25, 198.25, 224.5);
}
main .inner .step-item:nth-of-type(4) .step-left::before,
main .inner .flow-content:nth-of-type(4) .step-left::before {
  border-left-color: rgb(168.25, 198.25, 224.5);
}
main .inner .step-item:nth-of-type(5) .step-left,
main .inner .flow-content:nth-of-type(5) .step-left {
  background-color: #91b6d8;
}
main .inner .step-item:nth-of-type(5) .step-left::before,
main .inner .flow-content:nth-of-type(5) .step-left::before {
  border-left-color: #91b6d8;
}
main .inner .step-item:nth-of-type(5) .step-left::before {
  display: none;
}
main .inner .step-item:nth-of-type(1) .step-left,
main .inner .flow-content:nth-of-type(1) .step-left {
  z-index: 5;
  position: relative;
}
main .inner .step-item:nth-of-type(2) .step-left,
main .inner .flow-content:nth-of-type(2) .step-left {
  z-index: 4;
  position: relative;
}
main .inner .step-item:nth-of-type(3) .step-left,
main .inner .flow-content:nth-of-type(3) .step-left {
  z-index: 3;
  position: relative;
}
main .inner .step-item:nth-of-type(4) .step-left,
main .inner .flow-content:nth-of-type(4) .step-left {
  z-index: 2;
  position: relative;
}
main .inner .step-item:nth-of-type(5) .step-left,
main .inner .flow-content:nth-of-type(5) .step-left {
  z-index: 1;
  position: relative;
}
main .inner .step-item:nth-of-type(1) .step-left,
main .inner .flow-content:nth-of-type(1) .step-left {
  justify-content: center;
}
main .inner .step-item:nth-of-type(2) .step-left,
main .inner .flow-content:nth-of-type(2) .step-left {
  justify-content: center;
}
main .inner .step-item:nth-of-type(3) .step-left,
main .inner .flow-content:nth-of-type(3) .step-left {
  justify-content: center;
}
main .inner .step-item:nth-of-type(4) .step-left,
main .inner .flow-content:nth-of-type(4) .step-left {
  justify-content: center;
}
main .inner .step-item:nth-of-type(5) .step-left,
main .inner .flow-content:nth-of-type(5) .step-left {
  justify-content: center;
}

.product-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.product-wrap .small {
  zoom: 0.8;
  color: #ccc;
}
.product-wrap .title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 34px;
  text-align: left;
  color: #172d74;
}
.product-wrap .title span {
  font-size: 22px;
  display: block;
}
.product-wrap .product-contents {
  display: flex;
}
.product-wrap .product-contents .img {
  width: 50%;
  padding-right: 10px;
}
.product-wrap .product-contents .img ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.product-wrap .product-contents .img ul li {
  width: 15%;
  padding: 10px;
}
.product-wrap .product-contents .img ul li:first-child {
  width: 100%;
}
.product-wrap .product-contents .img ul li img {
  width: 100%;
  height: auto;
}
.product-wrap .product-contents .contents {
  margin-left: 5px;
}
.product-wrap .product-contents .contents .maker {
  display: flex;
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #182D74;
}
.product-wrap .product-contents .contents .maker dt {
  color: #182D74;
  margin-right: 0px;
  font-size: 18px;
  font-weight: bold;
}
.product-wrap .product-contents .contents .maker dd {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #535353;
}
.product-wrap .product-contents .contents .tag {
  display: flex;
  list-style-type: none;
  padding: 0;
}
.product-wrap .product-contents .contents .tag li {
  margin: 0 10px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #001040;
  margin: 0 5px;
  padding: 5px 10px;
  display: inline-block;
  font-family: "Noto Sans CJK JP";
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #001040;
}
.product-wrap .product-contents .contents .contact-btn a {
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
}
.product-wrap .product-contents .contents .kubun dl {
  display: flex;
}
.product-wrap .product-contents .contents .kubun dl dt {
  width: 150px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #182D74;
}
.product-wrap .product-contents .contents .kubun dl dd p {
  margin-top: 0;
}
.product-wrap .product-contents .contents .kubun dl dd .custom-tag {
  margin-right: 20px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
  color: #535353;
}
.product-wrap .product-spec .tab_wrap input {
  display: none;
}
.product-wrap .product-spec .tab_wrap .tab_area {
  display: none;
}
.product-wrap .product-spec .panel_area .tab_panel {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border: 1px solid;
}
.product-wrap .product-spec .panel_area .tab_panel .tabtit {
  margin-top: 0;
  background: #172d75;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.product-wrap .product-spec .panel_area .tab_panel .subtit {
  margin: 0;
  padding: 5px 20px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  text-align: left;
  color: #172d74;
}
.product-wrap .product-spec .panel_area .tab_panel .edit {
  padding: 20px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #111;
}
.product-wrap .product-spec .panel_area .tab_panel .edit a {
  font-family: "Noto Sans JP";
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  color: #111;
}
.product-wrap .product-spec .panel_area .tab_panel .reference-buttons {
  display: flex;
  justify-content: center;
}
.product-wrap .product-spec .panel_area .tab_panel .reference-buttons a {
  display: inline-block;
  padding: 10px;
  margin: 5px;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: center;
  color: #fff;
  max-width: 748px;
  width: 100%;
  border-radius: 25px;
  background: #172d75;
  border: 2px solid #172d75;
}
.product-wrap .product-spec .panel_area .tab_panel table {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  border-collapse: collapse;
}
.product-wrap .product-spec .panel_area .tab_panel table tr th {
  width: 100%;
  background: #535353;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.product-wrap .product-spec .panel_area .tab_panel table tr td {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #111;
  border-bottom: 1px solid #e4e4e4;
}
.product-wrap .product-spec .panel_area .tab_panel table tr th,
.product-wrap .product-spec .panel_area .tab_panel table tr td {
  padding: 20px;
}
.product-wrap .product-spec .panel_area .tab_panel table tr th.left,
.product-wrap .product-spec .panel_area .tab_panel table tr td.left {
  text-align: left;
}

.products-content-img-child img {
  max-width: 70px;
}

.tab-panel-content.edit p {
  margin-bottom: 30px;
}
.tab-panel-content.edit .standard-btn,
.tab-panel-content.edit .license-btn {
  display: flex !important;
}
.tab-panel-content.edit h2 {
  margin-bottom: 20px;
}
.tab-panel-content.edit h3 {
  margin-bottom: 20px;
}
.tab-panel-content.edit h4 {
  padding: 0.25em 0.5em 0.25em 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  border-left: #172d74 solid 10px;
  font-size: 1.2em;
}
.tab-panel-content.edit h5 {
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 0.5em 0;
}
.tab-panel-content.edit h5::before {
  content: "■";
  color: #172d74;
  padding-right: 0.5em;
}
.tab-panel-content.edit h6 {
  border-bottom: #172d74 double;
  padding-bottom: 3px;
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.tab-panel-content.edit img {
  width: auto;
}
.tab-panel-content.edit ul {
  list-style-type: disc;
  padding: 0.5em 1em 1em 2.5em;
}
.tab-panel-content.edit ul li {
  padding: 0.3em 0.3em 0.3em 0;
  line-height: 1.5;
}
.tab-panel-content.edit ul li::marker {
  color: var(--main-color);
  font-size: 1.1em;
}
.tab-panel-content.edit ol {
  padding: 0.5em 1em 1em 0em;
  list-style-type: none;
  counter-reset: li;
}
.tab-panel-content.edit ol li {
  display: flex;
  align-items: center;
  padding: 0.3em;
  line-height: 1.5;
}
.tab-panel-content.edit ol li::before {
  display: inline-block;
  min-width: 1.7em;
  margin-right: 5px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.7em;
  text-align: center;
  content: counter(li);
  counter-increment: li;
}
.tab-panel-content.edit .gallery-item img {
  width: 100% !important;
  border: none !important;
  padding: 0 5px !important;
}
.tab-panel-content.edit table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  border: 1px solid #E4E4E4;
}
.tab-panel-content.edit table th {
  font-weight: bold;
  background-color: var(--sub-color);
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}
.tab-panel-content.edit table td {
  padding: 15px 10px;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #E4E4E4;
}

main .inner--sub .product-page .tab-content .tab-panel .tab-panel-content.edit img {
  width: auto;
  margin: auto;
  display: inline-block;
  padding: 0;
}

main .inner--sub .product-page .tab-content .tab-panel .tab-panel-content.edit a {
  display: inline;
}

main .inner--sub .products .products-wrap .products-content .popup img {
  width: auto;
}

.step-content p {
  margin-bottom: 0;
}

main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin {
  position: relative;
}
main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin .anshin-inner {
  display: none;
  position: absolute;
  bottom: 16px;
  right: -12px;
  width: 250px;
  padding: 10px 5px 15px;
  line-height: normal;
  border-radius: 5px;
  background-color: #EDF6FB;
  font-size: 10px;
  border: 1px solid #172D75;
}
main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin .anshin-inner a {
  text-decoration: underline;
  color: #172D75;
}
main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin .anshin-inner a:hover {
  text-decoration: none;
}
main .inner--sub .products .products-wrap .products-content .products-content-txt .products-content-badge .anshin:hover .anshin-inner {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}

@media (max-width: 768px) {
  iframe {
    width: 100%;
    height: 50vw;
  }
  video {
    width: 100%;
    height: 50vw;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-image-wrap {
  padding: 10px;
}

#mainImage {
  height: auto;
}
@media (max-width: 768px) {
  #mainImage {
    height: auto;
  }
}

@media (max-width: 768px) {
  main .section-top-newproducts .pro-inner .box ul li .box .img img {
    width: 100%;
    height: auto;
  }
}
.products-content-img-child .thumb {
  -o-object-fit: cover;
     object-fit: cover;
}

.content-btn-wrap .grad-btn {
  max-width: 420px;
  margin: 0 0 10px;
}

.grad-btn.license-btn {
  max-width: 430px;
  margin: 0 auto;
}

#details .standard-btn {
  margin: 0 auto;
}

.text-red {
  color: #f80616;
}

.step04 {
  height: 230px !important;
}
@media (max-width: 768px) {
  .step04 {
    height: 350px !important;
  }
  .step04.step-icon {
    height: 50px !important;
  }
}

.test-contents {
  padding: 30px 0;
}
.test-contents .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.products-wrap-title p {
  padding-top: 0.5em;
}

main .inner--sub .product-page .tab-menu.col2 .tab-item {
  width: calc((100% - 4px) / 2);
}

.test-search ul li {
  list-style-type: circle;
  padding: 10px;
}

.post-password-form {
  max-width: 1280px;
  background: #E7E7e7;
  padding: 25px;
  margin: 15px;
}
.post-password-form p {
  margin-bottom: 10px;
}

.main-news-new .inner .contents .img img {
  max-width: 80px;
  height: auto;
}

.section-top-newproducts .box .text dl {
  display: flex;
  flex-flow: column;
}

.main-news-new .inner .contents .text dl {
  flex-flow: column;
  align-items: flex-start !important;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  opacity: 0.5;
}

.font-roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

/* Interを使用するクラス */
.font-inter {
  font-family: "Inter", sans-serif;
}

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05), inset -0.8rem -0.8rem 1.2rem #fff;
  --box-shadow-dark: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.1), -0.8rem -0.8rem 1.2rem rgba(#fff, 0.2);
}

/* utility */
/* parts *//*# sourceMappingURL=style.css.map */