@charset "UTF-8";
/*スタイル*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

html {
  line-height: 1;
}

.header-top {
  container-type: inline-size;
  width: 100%;
  height: 100svh;
  position: relative; /* 子要素を重ねるために必要 */
  overflow: hidden; /* 背景画像がはみ出さないように */
}
.header-top .full {
  /* 各画像の設定 */
}
.header-top .full .background-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.header-top .full .img01 {
  background-image: url("../../images/header-top.jpg");
}
.header-top .full .img02 {
  background-image: url("../../images/header-top2.jpg");
}
.header-top .full .img03 {
  background-image: url("../../images/header-top3.jpg");
}
.header-top .full .img04 {
  background-image: url("../../images/header-top4.jpg");
}
.header-top .header {
  display: flex;
  justify-content: space-between;
  position: absolute; /* 親要素 .header-top に合わせて配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 親要素の高さに合わせる */
  z-index: 10; /* background-itemよりも高いz-indexを設定し、手前に表示 */
}
.header-top .header .header__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@container (width < 576px) {
  .header-top .header .header__left {
    justify-content: start;
  }
}
.header-top .header .header__left .header__left_logo img {
  width: clamp(0px, 12vw, 153px);
  margin-top: 4.3vw;
  margin-left: 5.08vw;
}
@container (width < 576px) {
  .header-top .header .header__left .header__left_logo img {
    width: clamp(0px, 31.25vw, 180px);
    margin-top: clamp(0px, 3.82vw, 22px);
    margin-left: clamp(0px, 3.47vw, 20px);
  }
}
.header-top .header .header__left .header__left_cat {
  padding-left: 5.08vw;
}
@container (width < 576px) {
  .header-top .header .header__left .header__left_cat {
    position: absolute;
    z-index: 15;
    padding-left: 0;
    bottom: clamp(40px, 12.5vw, 1000px);
  }
}
.header-top .header .header__left .header__left_cat .header__left_cat-main {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  margin: 0 auto;
  margin-bottom: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  .header-top .header .header__left .header__left_cat .header__left_cat-main {
    margin-left: 10vw;
    margin-bottom: 2.5vw;
  }
}
.header-top .header .header__left .header__left_cat .header__left_cat-main .cat-main__inner {
  display: block;
  font-size: 3.13vw;
  font-weight: 200;
  color: #ffffff;
  letter-spacing: 0.2em;
  padding-inline: 0.78vw;
}
@container (width < 576px) {
  .header-top .header .header__left .header__left_cat .header__left_cat-main .cat-main__inner {
    font-size: clamp(18px, 5.63vw, 1000px);
  }
}
.header-top .header .header__left .header__left_cat .header__left_cat-main .cat-main__inner .border {
  display: inline-block;
  position: relative;
  padding-top: 0.47vw;
  padding-bottom: 0.78vw;
}
.header-top .header .header__left .header__left_cat .header__left_cat-main .cat-main__inner .border::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition-delay: 1.8s;
  width: 1px;
  height: 0px;
  top: 0px;
  right: clamp(2px, 0.23vw, 100px);
}
.header-top .header .header__left .header__left_cat .header__left_cat-main .cat-main__inner .ls {
  letter-spacing: -0.14em;
}
.header-top .header .header__left .header__left_cat .header__left_cat-main .cat-main__inner::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition-delay: 1.1s;
  width: 1px;
  height: 0px;
  left: -1px;
  bottom: -1px;
}
.header-top .header .header__left .header__left_cat .header__left_cat-main .cat-main__inner::before {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition-delay: 1.1s;
  width: 1px;
  height: 0px;
  top: -1px;
  right: -1px;
}
.header-top .header .header__left .header__left_cat .header__left_cat-main::after {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 1.1s ease;
  -webkit-transition: all 1.1s ease;
  width: 0px;
  height: 1px;
  top: -1px;
  left: -1px;
}
.header-top .header .header__left .header__left_cat .header__left_cat-main::before {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 1.1s ease;
  -webkit-transition: all 1.1s ease;
  width: 0px;
  height: 1px;
  right: -1px;
  bottom: -1px;
}
.header-top .header .header__left .header__left_cat .header__left_cat-main.active::after {
  width: calc(100% + 1px);
}
.header-top .header .header__left .header__left_cat .header__left_cat-main.active::before {
  width: calc(100% + 2px);
}
.header-top .header .header__left .header__left_cat .header__left_cat-main.active .cat-main__inner .border::after {
  height: 100%;
}
.header-top .header .header__left .header__left_cat .header__left_cat-main.active .cat-main__inner::after {
  height: calc(100% + 1px);
}
.header-top .header .header__left .header__left_cat .header__left_cat-main.active .cat-main__inner::before {
  height: calc(100% + 2px);
}
.header-top .header .header__left .header__left_cat .header__left_cat-sub p {
  font-size: 1.25vw;
  color: #ffffff;
  letter-spacing: 0.15em;
  text-align: right;
  padding-bottom: 5.63vw;
  padding-right: 0.8vw;
}
@container (width < 576px) {
  .header-top .header .header__left .header__left_cat .header__left_cat-sub p {
    font-size: clamp(11px, 3.44vw, 1000px);
  }
}
.header-top .header .header__right {
  display: flex;
  align-items: center;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transition: background-color 0.3s ease-in-out;
}
@media (width < 1440px) {
  .header-top .header .header__right {
    position: static;
  }
}
.header-top .header .header__right .header__right-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 96%;
  width: 8.59vw;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-left 0.3s ease-in-out;
}
@container (width < 576px) {
  .header-top .header .header__right .header__right-inner {
    border-left: 0;
    width: clamp(104px, 32.5vw, 1000px);
  }
}
.header-top .header .header__right .header__right-inner nav ul li {
  margin-top: 2.5vw;
  cursor: pointer;
}
@container (width < 576px) {
  .header-top .header .header__right .header__right-inner nav ul li {
    margin-top: clamp(24px, 7.5vw, 1000px);
  }
}
.header-top .header .header__right .header__right-inner nav ul li a .nav-ttl {
  text-align: center;
  margin-bottom: 0.16vw;
}
.header-top .header .header__right .header__right-inner nav ul li a .nav-ttl p {
  font-size: clamp(0px, 1.09vw, 16px);
  font-weight: 400;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
@container (width < 576px) {
  .header-top .header .header__right .header__right-inner nav ul li a .nav-ttl p {
    font-size: clamp(12px, 3.75vw, 1000px);
  }
}
.header-top .header .header__right .header__right-inner nav ul li a .nav-ttl__sub {
  text-align: center;
}
.header-top .header .header__right .header__right-inner nav ul li a .nav-ttl__sub p {
  display: inline-block;
  font-size: clamp(0px, 0.94vw, 14px);
  font-weight: 400;
  color: #ffffff;
  position: relative;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
@container (width < 576px) {
  .header-top .header .header__right .header__right-inner nav ul li a .nav-ttl__sub p {
    font-size: clamp(12px, 3.75vw, 1000px);
  }
}
.header-top .header .header__right .header__right-inner nav ul li a .nav-ttl__sub p::after {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -8px;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
.header-top .header .header__right .header__right-inner nav ul li:first-of-type {
  margin-top: 3.91vw;
}
@container (width < 576px) {
  .header-top .header .header__right .header__right-inner nav ul li:first-of-type {
    margin-top: clamp(84px, 26.25vw, 1000px);
  }
}
.header-top .header .header__right .header__right-inner nav ul li:hover .nav-ttl p {
  color: #123067;
}
.header-top .header .header__right .header__right-inner nav ul li:hover .nav-ttl__sub p {
  color: #123067;
}
.header-top .header .header__right .header__right-inner nav ul li:hover .nav-ttl__sub p::after {
  background-color: rgba(18, 48, 103, 0.3);
}
.header-top .header .header__right .header__right-inner .header__right_scroll {
  display: flex;
  justify-content: center;
  padding-bottom: 2.73vw;
}
@container (width < 576px) {
  .header-top .header .header__right .header__right-inner .header__right_scroll {
    display: none;
  }
}
.header-top .header .header__right .header__right-inner .header__right_scroll .header__right_scroll-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.header-top .header .header__right .header__right-inner .header__right_scroll .header__right_scroll-inner p {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94vw;
  color: #ffffff;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  margin-bottom: 0.63vw;
}
.header-top .header .header__right .header__right-inner .header__right_scroll .header__right_scroll-inner svg {
  width: 2.42vw;
}
.header-top .header .header__right .header__right-inner .header__right_scroll .header__right_scroll-inner svg path {
  transition: stroke 0.3s ease-in-out;
  -webkit-transition: stroke 0.3s ease-in-out;
}
.header-top .header .header__right .header__right-inner .header__right_scroll .header__right_scroll-inner:hover p {
  color: #123067;
}
.header-top .header .header__right .header__right-inner .header__right_scroll .header__right_scroll-inner:hover svg path {
  stroke: #123067;
}
footer {
  container-type: inline-size;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(rgba(18, 48, 103, 0.9), rgba(18, 48, 103, 0.9)), url("../../images/background.jpg");
  background-position: center center;
  background-size: cover;
  width: 100%;
}
footer .topArrow {
  position: fixed;
  position: -webkit-fixed;
  right: 1.6vw;
  bottom: clamp(0px, 2.58vw, 33px);
  z-index: 10;
  pointer-events: none;
}
@container (width < 576px) {
  footer .topArrow {
    right: clamp(20px, 6.25vw, 1000px);
    bottom: clamp(26px, 8.13vw, 1000px);
  }
}
footer .topArrow .arrow__box {
  height: 5.31vw;
  width: 5.31vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3f619f;
  opacity: 0;
  transition: opacity 0.4s ease-in, background-color 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in, background-color 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: none;
}
@container (width < 576px) {
  footer .topArrow .arrow__box {
    width: clamp(50px, 15.63vw, 1000px);
    height: clamp(50px, 15.63vw, 1000px);
  }
}
footer .topArrow .arrow__box svg {
  height: 2.73vw;
}
@container (width < 576px) {
  footer .topArrow .arrow__box svg {
    height: clamp(30px, 9.38vw, 1000px);
  }
}
footer .topArrow .arrow__box svg path {
  transition: stroke 0.3s ease-in-out;
  -webkit-transition: stroke 0.3s ease-in-out;
}
footer .topArrow .arrow__box:hover {
  background-color: rgba(63, 97, 159, 0.8);
}
footer .topArrow .fadein {
  opacity: 1;
  pointer-events: auto;
}
footer .footer__inner {
  width: clamp(0px, 93.75vw, 1200px);
  padding-top: clamp(0px, 5.39vw, 69px);
}
@container (width < 576px) {
  footer .footer__inner {
    display: none;
  }
}
footer .footer__inner .footer-logo {
  padding-left: clamp(0px, 3.75vw, 48px);
}
footer .footer__inner .footer-logo img {
  width: clamp(0px, 12vw, 153px);
}
footer .footer__inner .footer-contents {
  width: 100%;
  border-radius: clamp(0px, 1.56vw, 20px);
  margin-top: clamp(0px, 1.09vw, 14px);
}
footer .footer__inner .footer-contents .footer-contents__inner {
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  padding: clamp(0px, 4.06vw, 52px) clamp(0px, 3.75vw, 48px);
  border-radius: clamp(0px, 1.56vw, 20px);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
footer .footer__inner .footer-contents .footer-contents__inner .footer-contents__company {
  width: 50%;
}
footer .footer__inner .footer-contents .footer-contents__inner .footer-contents__company address {
  text-decoration: none;
  pointer-events: none;
}
footer .footer__inner .footer-contents .footer-contents__inner .footer-contents__company address p {
  font-size: clamp(0px, 1.25vw, 16px);
  color: #ffffff;
  line-height: 1.64em;
  text-decoration: none;
  pointer-events: none;
}
footer .footer__inner .footer-contents .footer-contents__inner .footer-link {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
}
footer .footer__inner .footer-contents .footer-contents__inner .footer-link ul {
  display: flex;
  -moz-column-gap: clamp(0px, 2.03vw, 26px);
       column-gap: clamp(0px, 2.03vw, 26px);
}
footer .footer__inner .footer-contents .footer-contents__inner .footer-link ul a li {
  font-size: clamp(0px, 1.09vw, 14px);
  color: #ffffff;
  transition: stroke 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
footer .footer__inner .footer-contents .footer-contents__inner .footer-link ul a li:hover {
  color: #123067;
}
footer .footer__sp-inner {
  display: none;
}
@container (width < 576px) {
  footer .footer__sp-inner {
    display: block;
    width: 100%;
  }
}
footer .footer__sp-inner .list-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: clamp(82px, 26.62vw, 1000px);
  margin-bottom: clamp(60px, 18.75vw, 1000px);
}
footer .footer__sp-inner .list-inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: clamp(30px, 9.38vw, 1000px);
  grid-row-gap: clamp(22px, 6.88vw, 1000px);
}
footer .footer__sp-inner .list-inner ul li a .nav-ttl__sp p {
  font-size: clamp(12px, 3.75vw, 1000px);
  color: #ffffff;
}
footer .footer__sp-inner .footer-contents__company-sp {
  display: none;
}
@container (width < 576px) {
  footer .footer__sp-inner .footer-contents__company-sp {
    display: block;
    padding-inline: clamp(20px, 6.25vw, 1000px);
  }
}
footer .footer__sp-inner .footer-contents__company-sp .footer-logo-sp img {
  width: 24vw;
  padding-left: clamp(18px, 5.63vw, 1000px);
}
footer .footer__sp-inner .footer-contents__company-sp .footer-sp__company {
  margin-bottom: clamp(12px, 3.75vw, 1000px);
  border-bottom: 1px solid #ffffff;
}
footer .footer__sp-inner .footer-contents__company-sp .footer-sp__company address p {
  font-size: clamp(11px, 3.44vw, 1000px);
  color: #ffffff;
  line-height: 1.82em;
  padding-top: 0.91em;
  padding-left: clamp(18px, 5.63vw, 1000px);
  padding-bottom: clamp(30px, 9.38vw, 1000px);
  text-decoration: none;
}
footer .footer__sp-inner .footer-contents__company-sp .footer-copyright-sp {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: clamp(12px, 3.75vw, 1000px);
}
footer .footer__sp-inner .footer-contents__company-sp .footer-copyright-sp p {
  font-size: clamp(12px, 3.75vw, 1000px);
  color: #ffffff;
}
footer .footer-copyright {
  padding: clamp(0px, 2.19vw, 28px) 0px;
}
footer .footer-copyright p {
  font-size: clamp(0px, 1.09vw, 14px);
  color: #ffffff;
  text-align: right;
  padding-right: clamp(0px, 3.75vw, 48px);
}

body {
  position: relative;
}
body .header-others {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: clamp(0px, 9.34vw, 120px);
  background-color: rgba(255, 255, 255, 0.3);
  position: fixed;
  position: -webkit-fixed;
  z-index: 5;
  container-type: inline-size;
}
@media (width < 576px) {
  body .header-others {
    height: clamp(65px, 20.31vw, 1000px);
  }
}
body .header-others .others__logo a img {
  width: clamp(0px, 12vw, 153px);
  margin-left: 5.08vw;
}
@container (width < 576px) {
  body .header-others .others__logo a img {
    width: 24vw;
  }
}
body .header-others .menu__icon {
  display: none;
}
@container (width < 576px) {
  body .header-others .menu__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: clamp(32px, 10vw, 1000px);
    height: clamp(23px, 7.19vw, 1000px);
    border-top: 2px solid #37373a;
    border-bottom: 2px solid #37373a;
    margin-right: 5.08vw;
  }
  body .header-others .menu__icon p {
    font-size: clamp(10px, 3.13vw, 1000px);
    color: #37373a;
  }
}
body .header-others .spMenu {
  display: none;
}
@container (width < 576px) {
  body .header-others .spMenu {
    display: block;
    width: 100%;
    height: 100svh;
    position: absolute;
    top: 0;
    right: -100%;
    transition: all 0.6s ease;
  }
}
body .header-others .spMenu .sp-menu__top {
  display: flex;
  height: calc(100svh - clamp(68px, 21.25vw, 1000px));
  width: 100%;
}
body .header-others .spMenu .sp-menu__top .sp-menu__left {
  background-color: #a6b0c4;
  width: clamp(103px, 32.19vw, 1000px);
  height: calc(100svh - clamp(68px, 21.25vw, 1000px));
}
body .header-others .spMenu .sp-menu__top .sp-menu__list {
  width: calc(100% - clamp(103px, 32.19vw, 1000px));
  background-color: rgba(112, 124, 149, 0.96);
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .spMenu__closeP {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-inline: clamp(24px, 7.5vw, 1000px);
  margin-top: 9%;
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .spMenu__closeP p {
  cursor: pointer;
  font-size: clamp(24px, 7.5vw, 1000px);
  color: #ffffff;
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .list-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-inline: clamp(30px, 9.38vw, 1000px);
  margin-top: 30%;
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .list-inner ul {
  width: 100%;
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .list-inner ul li {
  width: 100%;
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .list-inner ul li .li-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-top: clamp(18px, 5.63vw, 1000px);
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .list-inner ul li .li-inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(56px, 17.5vw, 1000px);
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .list-inner ul li .li-inner a .nav-ttl {
  text-align: center;
  margin-bottom: clamp(6px, 1.88vw, 1000px);
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .list-inner ul li .li-inner a .nav-ttl p {
  font-size: clamp(12px, 3.75vw, 1000px);
  color: #ffffff;
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .list-inner ul li .li-inner a .nav-ttl__sub {
  text-align: center;
  margin-bottom: clamp(6px, 1.88vw, 1000px);
}
body .header-others .spMenu .sp-menu__top .sp-menu__list .list-inner ul li .li-inner a .nav-ttl__sub p {
  font-size: clamp(12px, 3.75vw, 1000px);
  color: #ffffff;
}
body .header-others .spMenu .sp-menu__under {
  display: flex;
  align-items: center;
  width: 100%;
  height: clamp(68px, 21.25vw, 1000px);
  background-color: #5f6a82;
}
body .header-others .spMenu .sp-menu__under .sp-close {
  display: flex;
  align-items: center;
  margin-left: clamp(26px, 8.13vw, 1000px);
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
body .header-others .spMenu .sp-menu__under .sp-close p {
  color: #ffffff;
  font-size: clamp(12px, 3.75vw, 1000px);
  margin-right: clamp(10px, 3.13vw, 1000px);
  padding-bottom: clamp(6px, 1.88vw, 1000px);
}
body .header-others .spMenu .sp-menu__under .sp-close img {
  width: clamp(12px, 3.75vw, 1000px);
  padding-bottom: clamp(6px, 1.88vw, 1000px);
}
body .header-others .is-open {
  right: 0;
}
body .header-others .others__menu {
  display: flex;
  padding-right: 5.08vw;
}
@container (width < 576px) {
  body .header-others .others__menu {
    display: none;
  }
}
body .header-others .others__menu ul {
  display: flex;
  -moz-column-gap: clamp(0px, 3.13vw, 40px);
       column-gap: clamp(0px, 3.13vw, 40px);
}
body .header-others .others__menu ul li a .nav-ttl {
  text-align: center;
  margin-bottom: 0.16vw;
}
body .header-others .others__menu ul li a .nav-ttl p {
  font-size: clamp(0px, 1.09vw, 16px);
  font-weight: 600;
  color: #123067;
  position: relative;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
body .header-others .others__menu ul li a .nav-ttl p::after {
  position: absolute;
  content: "";
  background-color: rgb(18, 48, 103);
  width: 100%;
  height: 1px;
  left: 0;
  bottom: clamp(-26px, -2.03vw, 1000px);
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
body .header-others .others__menu ul li a .nav-ttl__sub {
  display: flex;
  justify-content: center;
}
body .header-others .others__menu ul li a .nav-ttl__sub p {
  display: inline-block;
  font-size: clamp(0px, 0.94vw, 14px);
  font-weight: 400;
  color: #123067;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
body .header-others .others__menu ul li:hover .nav-ttl p {
  color: #4667a6;
}
body .header-others .others__menu ul li:hover .nav-ttl p::after {
  background-color: rgba(70, 103, 166, 0.7);
}
body .header-others .others__menu ul li:hover .nav-ttl__sub p {
  color: #4667a6;
}
body .header-others .others__menu .others__contact {
  margin-left: clamp(0px, 3.13vw, 40px);
}
body .header-others .others__menu .others__contact button {
  display: flex;
  align-items: center;
  background-color: #123067;
  border-radius: 20px;
  height: clamp(0px, 3.13vw, 40px);
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}
body .header-others .others__menu .others__contact button .contact-icon {
  display: flex;
  align-items: center;
  padding-left: clamp(0px, 1.56vw, 20px);
}
body .header-others .others__menu .others__contact button .contact-icon svg {
  width: clamp(0px, 1.37vw, 17.5px);
}
body .header-others .others__menu .others__contact button .contact-ttl {
  display: flex;
  align-items: center;
  margin-left: clamp(0px, 0.94vw, 12px);
  padding-right: clamp(0px, 1.56vw, 20px);
}
body .header-others .others__menu .others__contact button .contact-ttl p {
  color: #ffffff;
  font-size: clamp(0px, 1.09vw, 14px);
}
body .header-others .others__menu .others__contact button:hover {
  background-color: #4667a6;
}

.body-others {
  container-type: inline-size;
  background-color: #e8e7ec;
}
.body-others .main-others {
  margin-top: clamp(0px, 9.34vw, 120px);
  margin-bottom: clamp(0px, 10.63vw, 136px);
}
@container (width < 576px) {
  .body-others .main-others {
    margin-top: clamp(65px, 20.31vw, 1000px);
    margin-bottom: clamp(110px, 34.38vw, 1000px);
  }
}
.body-others .main-others .others-ttl {
  display: flex;
  justify-content: center;
  width: 100%;
}
.body-others .main-others .others-ttl .others-ttl__top-border {
  display: flex;
  justify-content: center;
  width: 97%;
  border-top: 1px solid #c9c8ce;
}
.body-others .main-others .others-ttl .others-ttl__top-border .others-ttl__under-border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94%;
  border-bottom: 1px solid #c9c8ce;
  height: clamp(0px, 15.63vw, 200px);
  margin-bottom: clamp(0px, 7.81vw, 100px);
}
@container (width < 576px) {
  .body-others .main-others .others-ttl .others-ttl__top-border .others-ttl__under-border {
    height: clamp(150px, 46.88vw, 1000px);
    margin-bottom: clamp(70px, 21.88vw, 1000px);
  }
}
.body-others .main-others .others-ttl .others-ttl__top-border .others-ttl__under-border .others-ttl__name .ttl__name-en {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(0px, 1.41vw, 18px);
}
@container (width < 576px) {
  .body-others .main-others .others-ttl .others-ttl__top-border .others-ttl__under-border .others-ttl__name .ttl__name-en {
    margin-bottom: clamp(16px, 5vw, 1000px);
  }
}
.body-others .main-others .others-ttl .others-ttl__top-border .others-ttl__under-border .others-ttl__name .ttl__name-en p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0px, 1.88vw, 24px);
  color: #37373a;
  position: relative;
  letter-spacing: 0.1em;
}
@container (width < 576px) {
  .body-others .main-others .others-ttl .others-ttl__top-border .others-ttl__under-border .others-ttl__name .ttl__name-en p {
    font-size: clamp(16px, 5vw, 1000px);
  }
}
.body-others .main-others .others-ttl .others-ttl__top-border .others-ttl__under-border .others-ttl__name .ttl__name-en p:after {
  position: absolute;
  content: "";
  background-color: #c1c9d9;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -8px;
}
.body-others .main-others .others-ttl .others-ttl__top-border .others-ttl__under-border .others-ttl__name .ttl__name-ja h1 {
  display: flex;
  justify-content: center;
  font-size: clamp(0px, 1.25vw, 16px);
  color: #37373a;
  letter-spacing: 0.2em;
}
@container (width < 576px) {
  .body-others .main-others .others-ttl .others-ttl__top-border .others-ttl__under-border .others-ttl__name .ttl__name-ja h1 {
    font-size: clamp(12px, 3.75vw, 1000px);
  }
}
.body-others .others-company {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(0px, 11.72vw, 150px);
}
@container (width < 576px) {
  .body-others .others-company {
    margin-bottom: clamp(100px, 31.25vw, 1000px);
  }
}
.body-others .others-company .others-company__inner {
  display: flex;
  width: clamp(0px, 93.75vw, 1200px);
  height: clamp(0px, 28.59vw, 366px);
  background-color: #a6b0c4;
  border-radius: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner {
    width: clamp(280px, 87.5vw, 1000px);
    height: auto;
    border-radius: clamp(20px, 6.25vw, 1000px);
  }
}
.body-others .others-company .others-company__inner .others-company__content {
  display: flex;
  width: 100%;
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner .others-company__content {
    display: block;
  }
}
.body-others .others-company .others-company__inner .others-company__content .content-img {
  height: clamp(0px, 28.59vw, 366px);
  aspect-ratio: 4/3;
  position: relative;
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner .others-company__content .content-img {
    width: 100%;
    height: clamp(180px, 56.25vw, 1000px);
  }
}
.body-others .others-company .others-company__inner .others-company__content .content-img img {
  height: clamp(0px, 28.59vw, 366px);
  aspect-ratio: 4/3;
  border-radius: clamp(0px, 1.56vw, 20px);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.4s ease, top 1.4s ease, left 1.4s ease;
  -webkit-transition: opacity 1.4s ease, top 1.4s ease, left 1.4s ease;
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner .others-company__content .content-img img {
    height: clamp(180px, 56.25vw, 1000px);
    border-radius: clamp(20px, 6.25vw, 1000px);
    right: 0;
    margin: 0 auto;
  }
}
.body-others .others-company .others-company__inner .others-company__content .content-img img.fade-in {
  opacity: 1;
  top: clamp(-40px, -3.13vw, 0px);
  left: clamp(0px, 3.13vw, 40px);
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner .others-company__content .content-img img.fade-in {
    top: clamp(-20px, -6.25vw, 1000px);
    left: 0;
  }
}
.body-others .others-company .others-company__inner .others-company__content .content-item {
  width: calc(100% - clamp(0px, 37.5vw, 480px));
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner .others-company__content .content-item {
    width: 100%;
  }
}
.body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner {
  width: 100%;
  padding-top: clamp(0px, 5vw, 64px);
  padding-left: clamp(0px, 6.72vw, 86px);
  padding-right: clamp(0px, 3.13vw, 40px);
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner {
    padding-inline: clamp(20px, 6.25vw, 1000px);
  }
}
.body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__ttl {
  margin-bottom: clamp(0px, 3.28vw, 42px);
  position: relative;
}
.body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__ttl h2 {
  font-size: clamp(0px, 2.5vw, 32px);
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__ttl h2 {
    font-size: clamp(20px, 6.25vw, 1000px);
  }
}
.body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__ttl::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 13%;
  height: 1px;
  left: 0;
  bottom: -14px;
}
.body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__txt {
  text-align: justify;
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__txt {
    margin-top: clamp(40px, 12.5vw, 1000px);
    margin-bottom: clamp(50px, 15.63vw, 1000px);
  }
}
.body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__txt p {
  font-size: clamp(0px, 1.56vw, 20px);
  color: #ffffff;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@container (width < 576px) {
  .body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__txt p {
    font-size: clamp(16px, 5vw, 1000px);
  }
}
.body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__txt p span {
  color: #123067;
  font-weight: 600;
}
.body-others .others-company .others-company__inner .others-company__content .content-item .content-item__inner .content-item__txt p .span-company {
  color: #e4007f;
}
.body-others .others-company .others-company__inner .content-business {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.body-others .others-company .others-company__inner .content-business .content-img img.fade-in {
  opacity: 1;
  top: clamp(-40px, -3.13vw, 0px);
  left: clamp(-40px, -3.13vw, 0px);
}
.body-others .others-company .others-company__inner .content-business .content-item__business {
  width: calc(100% - clamp(0px, 40.63vw, 520px));
}
.body-others .others-company .others-company__inner .content-business .content-item__business .content-item__business_inner {
  padding-left: clamp(0px, 3.13vw, 40px);
  padding-right: clamp(0px, 3.13vw, 40px);
}
.body-others .others-company .business__inner {
  background-color: #c1c9d9;
}
.body-others .others-company .business__inner .content-business {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@container (width < 576px) {
  .body-others .others-company .business__inner .content-business {
    flex-direction: column;
  }
}
.body-others .others-company .business__inner .content-business .content-img img.fade-in {
  opacity: 1;
  top: clamp(-40px, -3.13vw, 0px);
  left: clamp(-40px, -3.13vw, 0px);
}
@container (width < 576px) {
  .body-others .others-company .business__inner .content-business .content-img img.fade-in {
    left: 0;
    top: clamp(-20px, -6.25vw, 1000px);
  }
}
.body-others .others-company .business__inner .content-business .content-item__business {
  width: calc(100% - clamp(0px, 40.63vw, 520px));
}
@container (width < 576px) {
  .body-others .others-company .business__inner .content-business .content-item__business {
    width: 100%;
  }
}
.body-others .others-company .business__inner .content-business .content-item__business .content-item__business_inner {
  padding-left: clamp(0px, 3.13vw, 40px);
  padding-right: clamp(0px, 3.13vw, 40px);
}
@container (width < 576px) {
  .body-others .others-company .business__inner .content-business .content-item__business .content-item__business_inner {
    padding-inline: clamp(20px, 6.25vw, 1000px);
  }
}
.body-others .others-overview {
  display: flex;
  justify-content: center;
}
.body-others .others-overview .others-overview__inner {
  display: flex;
  width: clamp(0px, 93.75vw, 1200px);
  padding: clamp(0px, 7.81vw, 100px) 0;
  border-radius: clamp(0px, 1.56vw, 20px);
  background-color: #123067;
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: clamp(60px, 18.75vw, 1000px);
    border-radius: 0;
    background-color: transparent;
  }
}
.body-others .others-overview .others-overview__inner .overview-img {
  display: flex;
  align-items: stretch;
}
.body-others .others-overview .others-overview__inner .overview-img .pc-company__img {
  height: clamp(0px, 37.5vw, 480px);
  border-radius: clamp(0px, 1.56vw, 20px);
  aspect-ratio: 1/1;
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-img .pc-company__img {
    display: none;
  }
}
.body-others .others-overview .others-overview__inner .overview-img .sp-company__img {
  display: none;
  height: clamp(0px, 37.5vw, 480px);
  border-radius: clamp(0px, 1.56vw, 20px);
  aspect-ratio: 1/1;
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-img .sp-company__img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.body-others .others-overview .others-overview__inner .overview-contents {
  padding: 0 clamp(0px, 5.78vw, 74px);
  width: 100%;
  height: 100%;
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-contents {
    padding-inline: 20px;
  }
}
.body-others .others-overview .others-overview__inner .overview-contents .logo-pink {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(0px, 1.33vw, 17px);
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-contents .logo-pink {
    margin-top: clamp(60px, 18.75vw, 1000px);
    margin-bottom: clamp(14px, 4.38vw, 1000px);
  }
}
.body-others .others-overview .others-overview__inner .overview-contents .logo-pink img {
  width: clamp(0px, 20.47vw, 262px);
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-contents .logo-pink img {
    width: 24vw;
    top: clamp(-20px, -6.25vw, 1000px);
  }
}
.body-others .others-overview .others-overview__inner .overview-contents .contents__box {
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
}
.body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner {
  display: flex;
  padding: clamp(0px, 1.17vw, 15px) 0;
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner {
    padding: clamp(14px, 4.38vw, 1000px) 0;
  }
}
.body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__name {
  width: clamp(0px, 13.28vw, 170px);
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__name {
    width: clamp(102px, 31.87vw, 1000px);
  }
}
.body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__name p {
  font-size: clamp(0px, 1.09vw, 14px);
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__name p {
    font-size: clamp(12px, 3.75vw, 1000px);
    color: #37373a;
  }
}
.body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__date {
  display: flex;
  justify-content: start;
  align-items: center;
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__date {
    width: calc(100% - clamp(110px, 34.38vw, 1000px));
  }
}
.body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__date p {
  font-size: clamp(0px, 1.09vw, 14px);
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__date p {
    font-size: clamp(12px, 3.75vw, 1000px);
    color: #37373a;
  }
}
.body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__date a {
  font-size: clamp(0px, 1.09vw, 14px);
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-decoration: underline;
}
@container (width < 576px) {
  .body-others .others-overview .others-overview__inner .overview-contents .contents__box .box__inner .box__date a {
    font-size: clamp(12px, 3.75vw, 1000px);
    color: #37373a;
  }
}
.body-others .others-overview .others-overview__inner .overview-contents .box-first {
  border-top: 1px solid #bdbdbd;
}
.body-others .others-overview .reverse {
  display: flex;
  flex-direction: row-reverse;
  background-color: #a6b0c4;
  margin-top: clamp(0px, 3.91vw, 50px);
}
@container (width < 576px) {
  .body-others .others-overview .reverse {
    padding: 0px 20px;
    flex-direction: column;
  }
}
.body-others .others-overview .reverse .overview-map {
  padding-right: clamp(0px, 3.28vw, 42px);
}
@container (width < 576px) {
  .body-others .others-overview .reverse .overview-map {
    order: 2;
    padding-right: 0;
  }
}
.body-others .others-overview .reverse .overview-map iframe {
  width: clamp(0px, 40.86vw, 523px);
  height: clamp(0px, 20.86vw, 267px);
  border-radius: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  .body-others .others-overview .reverse .overview-map iframe {
    width: 100%;
    height: clamp(120px, 43.75vw, 1000px);
    margin-top: clamp(30px, 9.38vw, 1000px);
    margin-bottom: clamp(60px, 18.75vw, 1000px);
  }
}
.body-others .others-overview .reverse .overview-contents {
  padding-left: clamp(0px, 3.91vw, 50px);
}
@container (width < 576px) {
  .body-others .others-overview .reverse .overview-contents {
    order: 1;
    padding-inline: 0;
  }
}
.body-others .others-overview .reverse .overview-contents .overview-ttl {
  width: 100%;
  margin-bottom: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  .body-others .others-overview .reverse .overview-contents .overview-ttl {
    margin-top: clamp(60px, 18.75vw, 1000px);
    margin-bottom: clamp(14px, 4.38vw, 1000px);
  }
}
.body-others .others-overview .reverse .overview-contents .overview-ttl h3 {
  font-size: clamp(0px, 1.56vw, 20px);
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@container (width < 576px) {
  .body-others .others-overview .reverse .overview-contents .overview-ttl h3 {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
.body-others .others-overview .reverse .overview-contents .contents__box .box__inner .box__name {
  width: clamp(0px, 7.42vw, 95px);
}
@container (width < 576px) {
  .body-others .others-overview .reverse .overview-contents .contents__box .box__inner .box__name {
    width: clamp(110px, 34.38vw, 1000px);
  }
  @container (width < 576px) {
    .body-others .others-overview .reverse .overview-contents .contents__box .box__inner .box__name p {
      color: #ffffff;
    }
  }
}
@container (width < 576px) {
  .body-others .others-overview .reverse .overview-contents .contents__box .box__inner .box__date p {
    color: #ffffff;
  }
}
.body-others .headline {
  display: flex;
  justify-content: flex-end;
  width: clamp(0px, 93.75vw, 1200px);
  margin: 0 auto;
  margin-top: clamp(0px, 4.69vw, 60px);
}
@container (width < 576px) {
  .body-others .headline {
    margin-top: clamp(26px, 8.13vw, 1000px);
    width: 100%;
  }
}
.body-others .headline .headline__inner {
  display: flex;
}
@container (width < 576px) {}
.body-others .headline .headline__inner .headline-name {
  margin-right: clamp(0px, 1.72vw, 22px);
}
@container (width < 576px) {
  .body-others .headline .headline__inner .headline-name {
    margin-right: clamp(8px, 2.5vw, 1000px);
  }
}
.body-others .headline .headline__inner .headline-name p {
  font-size: clamp(0px, 1.25vw, 16px);
  color: #37373a;
  letter-spacing: 0.2em;
}
@container (width < 576px) {
  .body-others .headline .headline__inner .headline-name p {
    font-size: clamp(12px, 3.75vw, 1000px);
  }
}
.body-others .headline .headline__inner .headline-line {
  display: flex;
  align-items: center;
}
.body-others .headline .headline__inner .headline-line img {
  width: clamp(0px, 7.81vw, 100px);
}
@container (width < 576px) {
  .body-others .headline .headline__inner .headline-line img {
    width: clamp(30px, 9.38vw, 1000px);
  }
}

.news-contents {
  display: flex;
  justify-content: center;
  width: 100%;
}
.news-contents .news-contents__inner {
  width: clamp(0px, 100vw, 1280px);
  padding: 0px 40px;
}
@container (width < 576px) {
  .news-contents .news-contents__inner {
    padding-inline: 20px;
  }
}
.news-contents .news-contents__inner .news-contents__ttl {
  display: flex;
  align-items: center;
  height: clamp(0px, 1.48vw, 19px);
  border-left: 3px solid #3f619f;
  margin-bottom: clamp(0px, 3.13vw, 40px);
}
@container (width < 576px) {
  .news-contents .news-contents__inner .news-contents__ttl {
    height: clamp(15px, 4.69vw, 1000px);
    margin-bottom: clamp(24px, 7.5vw, 1000px);
  }
}
.news-contents .news-contents__inner .news-contents__ttl h2 {
  font-size: clamp(0px, 1.25vw, 16px);
  font-weight: 500;
  color: #37373a;
  padding-left: clamp(0px, 1.41vw, 18px);
}
@container (width < 576px) {
  .news-contents .news-contents__inner .news-contents__ttl h2 {
    font-size: clamp(14px, 4.38vw, 1000px);
    padding-left: clamp(12px, 3.75vw, 1000px);
    font-weight: 400;
  }
}
.news-contents .news-contents__inner .news-contents__ttl a {
  font-size: clamp(0px, 1.25vw, 16px);
  font-weight: 500;
  color: #37373a;
  padding-left: clamp(0px, 1.41vw, 18px);
  text-decoration: underline;
  white-space: nowrap;
}
@container (width < 576px) {
  .news-contents .news-contents__inner .news-contents__ttl a {
    font-size: clamp(14px, 4.38vw, 1000px);
    padding-left: clamp(12px, 3.75vw, 1000px);
    font-weight: 400;
  }
}
.news-contents .news-contents__inner .news-contents__ttl .font-wight {
  font-weight: 400;
  padding-left: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.news-contents .news-contents__inner .news-contents__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: clamp(0px, 3.13vw, 40px);
  grid-row-gap: clamp(0px, 3.13vw, 40px);
}
@container (width < 576px) {
  .news-contents .news-contents__inner .news-contents__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-contents .news-contents__inner .news-contents__box .box-item {
  width: 100%;
  border-radius: clamp(0px, 1.56vw, 20px);
  box-shadow: 5px 5px 10px 0px rgba(166, 176, 196, 0.4), -5px -5px 10px 0px rgba(255, 255, 255, 0.8);
  transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__img {
  width: 100%;
  aspect-ratio: 4/3;
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__img img {
  width: 100%;
  border-top-left-radius: clamp(0px, 1.56vw, 20px);
  border-top-right-radius: clamp(0px, 1.56vw, 20px);
  transition: filter 0.3s ease-in-out;
  -webkit-transition: filter 0.3s ease-in-out;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__content {
  background-color: #ffffff;
  border-bottom-left-radius: clamp(0px, 1.56vw, 20px);
  border-bottom-right-radius: clamp(0px, 1.56vw, 20px);
  height: auto;
  flex-grow: 1;
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner {
  padding: clamp(0px, 1.88vw, 24px);
  padding-bottom: clamp(0px, 1.56vw, 20px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@container (width < 576px) {
  .news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner {
    padding: clamp(12px, 3.75vw, 1000px) clamp(6px, 1.88vw, 1000px);
  }
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-ttl {
  margin-bottom: clamp(0px, 2.03vw, 26px);
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-ttl h3 {
  font-size: clamp(0px, 1.56vw, 20px);
  color: #37373a;
  overflow-wrap: break-word;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@container (width < 576px) {
  .news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-ttl h3 {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-date {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-date .date__border {
  display: flex;
  align-items: center;
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-date .date__border img {
  width: clamp(0px, 1.88vw, 24px);
}
@container (width < 576px) {
  .news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-date .date__border img {
    width: clamp(12px, 3.75vw, 1000px);
  }
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-date .date__number {
  margin-left: clamp(0px, 1.25vw, 16px);
}
.news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-date .date__number p {
  font-size: clamp(0px, 1.09vw, 14px);
  color: #37373a;
}
@container (width < 576px) {
  .news-contents .news-contents__inner .news-contents__box .box-item .box-item__content .content__inner .content-date .date__number p {
    font-size: clamp(10px, 3.13vw, 1000px);
  }
}
.news-contents .news-contents__inner .news-contents__box .box-item:hover {
  box-shadow: 0px 0px 0px 0px rgba(166, 176, 196, 0.4), 0px 0px 0px 0px rgba(255, 255, 255, 0.8);
}
.news-contents .news-contents__inner .news-contents__box .box-item:hover .box-item__img img {
  filter: brightness(0.7);
}

.news-article .news-article__top {
  display: flex;
  width: clamp(0px, 93.75vw, 1200px);
  background-color: #ffffff;
  border-radius: clamp(0px, 1.56vw, 20px);
  margin: 0 auto;
  margin-bottom: clamp(0px, 5.47vw, 70px);
}
@container (width < 576px) {
  .news-article .news-article__top {
    width: 100%;
    border-radius: 0;
    flex-direction: column;
    margin-top: clamp(32px, 10vw, 1000px);
  }
}
.news-article .news-article__top .top-detail {
  width: calc(100% - clamp(0px, 31.25vw, 400px));
}
@container (width < 576px) {
  .news-article .news-article__top .top-detail {
    order: 2;
    width: 100%;
  }
}
.news-article .news-article__top .top-detail .detail__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: clamp(0px, 4.06vw, 52px);
  padding-bottom: clamp(0px, 3.75vw, 48px);
  padding-inline: clamp(0px, 3.91vw, 50px);
}
@container (width < 576px) {
  .news-article .news-article__top .top-detail .detail__inner {
    width: 100%;
    padding-inline: 20px;
    padding-bottom: clamp(20px, 6.25vw, 1000px);
  }
}
.news-article .news-article__top .top-detail .detail__inner .detail__ttl {
  display: flex;
}
@container (width < 576px) {
  .news-article .news-article__top .top-detail .detail__inner .detail__ttl {
    width: 100%;
    align-items: start;
  }
}
.news-article .news-article__top .top-detail .detail__inner .detail__ttl img {
  width: clamp(0px, 2.11vw, 27px);
  height: clamp(0px, 2.11vw, 27px);
  margin-right: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  .news-article .news-article__top .top-detail .detail__inner .detail__ttl img {
    width: clamp(20px, 6.25vw, 1000px);
    height: clamp(20px, 6.25vw, 1000px);
    margin-right: clamp(12px, 3.75vw, 1000px);
  }
}
.news-article .news-article__top .top-detail .detail__inner .detail__ttl .ttl-txt {
  display: flex;
  align-items: start;
}
.news-article .news-article__top .top-detail .detail__inner .detail__ttl .ttl-txt h3 {
  font-size: clamp(0px, 2.5vw, 32px);
  color: #37373a;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: justify;
  margin-top: clamp(-6px, -0.47vw, 0px);
}
@container (width < 576px) {
  .news-article .news-article__top .top-detail .detail__inner .detail__ttl .ttl-txt h3 {
    font-size: clamp(20px, 6.25vw, 1000px);
    margin-top: clamp(-3px, -0.94vw, 1000px);
  }
}
.news-article .news-article__top .top-detail .detail__inner .detail__date {
  width: 100%;
}
.news-article .news-article__top .top-detail .detail__inner .detail__date p {
  font-size: clamp(0px, 1.25vw, 16px);
  font-weight: 300;
  letter-spacing: 0.2em;
  text-align: right;
}
@container (width < 576px) {
  .news-article .news-article__top .top-detail .detail__inner .detail__date p {
    font-size: clamp(12px, 3.75vw, 1000px);
    padding-top: clamp(32px, 10vw, 1000px);
  }
}
.news-article .news-article__top .top-detail__img {
  width: clamp(0px, 31.25vw, 400px);
}
@container (width < 576px) {
  .news-article .news-article__top .top-detail__img {
    display: flex;
    justify-content: center;
    order: 1;
    width: 100%;
    height: clamp(220px, 68.75vw, 1000px);
    position: relative;
  }
}
.news-article .news-article__top .top-detail__img img {
  width: clamp(0px, 31.25vw, 400px);
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  .news-article .news-article__top .top-detail__img img {
    width: calc(100% - 40px);
    margin-inline: 20px;
    border-radius: clamp(20px, 6.25vw, 1000px);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 1.4s ease, top 1.4s ease, left 1.4s ease;
    -webkit-transition: opacity 1.4s ease, top 1.4s ease, left 1.4s ease;
  }
}
@container (width < 576px) {
  .news-article .news-article__top .top-detail__img img.fade-in {
    opacity: 1;
    top: clamp(-20px, -6.25vw, 1000px);
  }
}
.news-article .news-article__txt {
  display: inline-block;
  width: 100%;
  margin-top: clamp(0px, 6.25vw, 80px);
}
@container (width < 576px) {
  .news-article .news-article__txt {
    margin-top: clamp(80px, 25vw, 1000px);
  }
}
.news-article .news-article__txt .txt__inner {
  width: clamp(0px, 70.31vw, 900px);
  margin: 0 auto;
}
@container (width < 576px) {
  .news-article .news-article__txt .txt__inner {
    width: calc(100% - 40px);
  }
}
.news-article .news-article__txt .txt__inner p {
  font-size: clamp(0px, 1.56vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: justify;
}
@container (width < 576px) {
  .news-article .news-article__txt .txt__inner p {
    font-size: clamp(16px, 5vw, 1000px);
    font-weight: 300;
  }
}
.news-article .news-article__txt:not(:has(.txt__inner p)) {
  margin-top: 0;
}
.news-article .news-article__img {
  width: 100%;
  margin-top: clamp(0px, 6.25vw, 80px);
}
.news-article .news-article__img .img__inner {
  display: flex;
  justify-content: space-between;
  width: clamp(0px, 70.31vw, 900px);
  margin: 0 auto;
}
@container (width < 576px) {
  .news-article .news-article__img .img__inner {
    width: calc(100% - 40px);
    display: block;
  }
}
.news-article .news-article__img .img__inner img {
  width: 46%;
  aspect-ratio: 4/3;
  border-radius: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  .news-article .news-article__img .img__inner img {
    width: 100%;
    margin-top: clamp(40px, 12.5vw, 1000px);
  }
}
.news-article .news-article__img:not(:has(.img__inner img)) {
  margin-top: 0;
}

.news-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(0px, 5.94vw, 76px);
}
@container (width < 576px) {
  .news-btn {
    margin-top: clamp(100px, 31.25vw, 1000px);
  }
}
.news-btn button {
  font-size: clamp(0px, 1.25vw, 16px);
  color: #ffffff;
  letter-spacing: 0.15em;
  background-color: #123067;
  border-radius: clamp(0px, 1.56vw, 20px);
  padding: clamp(0px, 0.94vw, 12px) clamp(0px, 1.72vw, 22px);
  transition: color 0.3s linear, background-color 0.3s linear;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
}
@container (width < 576px) {
  .news-btn button {
    width: calc(100% - 40px);
    height: clamp(40px, 12.5vw, 1000px);
    font-size: clamp(12px, 3.75vw, 1000px);
    border-radius: clamp(10px, 3.13vw, 1000px);
    text-align: center;
  }
}
.news-btn button:hover {
  background-color: #4667a6;
}

.main-others .others-contact {
  display: flex;
  justify-content: center;
}
.main-others .others-contact .others-contact__inner {
  display: flex;
  width: clamp(0px, 93.75vw, 1200px);
  height: clamp(0px, 33.91vw, 434px);
  border-radius: clamp(0px, 1.56vw, 20px);
  background-size: cover;
  background-image: url("../../images/form-bgi__sp.jpg");
}
@container (width < 576px) {
  .main-others .others-contact .others-contact__inner {
    border-radius: 0;
    width: 100%;
    height: clamp(363px, 113.44vw, 1000px);
    padding-inline: 20px;
  }
}
.main-others .others-contact .others-contact__inner .others-contact__content {
  width: 100%;
}
.main-others .others-contact .others-contact__inner .others-contact__content .content-item {
  width: 100%;
}
.main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__ttl {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(0px, 7.81vw, 100px);
}
@container (width < 576px) {
  .main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__ttl {
    margin-top: clamp(80px, 25vw, 1000px);
  }
}
.main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__ttl h2 {
  color: #efefef;
  font-size: clamp(0px, 2.19vw, 28px);
  letter-spacing: 0.2em;
}
@container (width < 576px) {
  .main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__ttl h2 {
    font-size: clamp(18px, 5.63vw, 1000px);
    line-height: 1.78em;
    text-align: center;
  }
}
@container (width < 576px) {
  .main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__ttl .item__ttl-pc {
    display: none;
  }
}
.main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__ttl .item__ttl-sp {
  display: none;
}
@container (width < 576px) {
  .main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__ttl .item__ttl-sp {
    display: block;
  }
}
.main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__txt {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(0px, 13.91vw, 178px);
}
@container (width < 576px) {
  .main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__txt {
    margin-top: clamp(80px, 25vw, 1000px);
  }
}
.main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__txt p {
  color: #efefef;
  font-size: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  .main-others .others-contact .others-contact__inner .others-contact__content .content-item .content-item__inner .content-item__txt p {
    font-size: clamp(14px, 4.38vw, 1000px);
    line-height: 2.14;
  }
}

.main-others .others-privacy {
  display: flex;
  justify-content: center;
}
.main-others .others-privacy .others-privacy__inner {
  width: clamp(0px, 93.75vw, 1200px);
  background-color: #a6b0c4;
  border-radius: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  .main-others .others-privacy .others-privacy__inner {
    width: 100%;
    border-radius: 0;
  }
}
.main-others .others-privacy .others-privacy__inner .others-privacy__content {
  padding: clamp(0px, 7.81vw, 100px) clamp(0px, 4.69vw, 60px);
}
@container (width < 576px) {
  .main-others .others-privacy .others-privacy__inner .others-privacy__content {
    padding: clamp(100px, 31.25vw, 1000px) 20px;
  }
}
.main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item {
  margin-bottom: clamp(0px, 5.47vw, 70px);
}
@container (width < 576px) {
  .main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item {
    margin-bottom: clamp(64px, 20vw, 1000px);
  }
}
.main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item .content-item__inner .content-item__ttl {
  display: flex;
}
.main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item .content-item__inner .content-item__ttl img {
  width: clamp(0px, 1.56vw, 20px);
  margin-right: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  .main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item .content-item__inner .content-item__ttl img {
    width: clamp(14px, 4.38vw, 1000px);
    height: clamp(14px, 4.38vw, 1000px);
    margin-right: clamp(8px, 2.5vw, 1000px);
  }
}
.main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item .content-item__inner .content-item__ttl h2 {
  font-size: clamp(0px, 1.56vw, 20px);
  letter-spacing: 0.1em;
  color: #37373a;
}
@container (width < 576px) {
  .main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item .content-item__inner .content-item__ttl h2 {
    font-size: clamp(16px, 5vw, 1000px);
  }
}
.main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item .content-item__inner .content-item__txt {
  margin-top: clamp(0px, 2.03vw, 26px);
}
@container (width < 576px) {
  .main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item .content-item__inner .content-item__txt {
    margin-top: clamp(26px, 8.13vw, 1000px);
  }
}
.main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item .content-item__inner .content-item__txt p {
  font-size: clamp(0px, 1.25vw, 16px);
  line-height: 2em;
  color: #37373a;
  font-weight: 400;
}
@container (width < 576px) {
  .main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item .content-item__inner .content-item__txt p {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
.main-others .others-privacy .others-privacy__inner .others-privacy__content .content-item:last-child {
  margin-bottom: 0;
}

.main-others .contactform {
  display: flex;
  justify-content: center;
}
.main-others .contactform .contactform__inner {
  display: flex;
  width: clamp(0px, 93.75vw, 1200px);
  border-radius: clamp(0px, 1.56vw, 20px);
  background-image: url("../../images/form-bgi.png");
  background-size: cover;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner {
    display: block;
    width: 100%;
    border-radius: 0;
    background-image: none;
  }
}
.main-others .contactform .contactform__inner .contactform__content {
  width: 40%;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content {
    width: 100%;
    background-image: url("../../images/form-bgi__sp.jpg");
    background-size: cover;
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item {
  padding: clamp(0px, 7.81vw, 100px) clamp(0px, 4.69vw, 60px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item {
    padding: 20px;
    padding-top: clamp(48px, 15vw, 1000px);
    padding-bottom: clamp(48px, 15vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__ttl {
  display: flex;
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__ttl img {
  width: clamp(0px, 1.56vw, 20px);
  height: clamp(0px, 1.56vw, 20px);
  margin-right: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__ttl img {
    width: clamp(20px, 6.25vw, 1000px);
    height: clamp(20px, 6.25vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__ttl h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: clamp(0px, 1.88vw, 24px);
  letter-spacing: 0.1em;
  font-weight: 600;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__ttl h2 {
    font-size: clamp(20px, 6.25vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__txt {
  margin-top: clamp(0px, 8.59vw, 110px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__txt {
    margin-top: clamp(50px, 15.63vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__txt p {
  font-size: clamp(0px, 1.56vw, 20px);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: justify;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__txt p {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__txt .item__txt-pc {
    display: none;
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__txt .item__txt-sp {
  display: none;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__txt .item__txt-sp {
    display: block;
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__tel {
  display: flex;
  margin-top: clamp(0px, 3.44vw, 44px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__tel {
    justify-content: flex-end;
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__tel img {
  width: clamp(0px, 1.88vw, 24px);
  margin-right: clamp(0px, 0.78vw, 10px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__tel img {
    width: clamp(16px, 5vw, 1000px);
    height: clamp(16px, 5vw, 1000px);
  }
  @container (width < 576px) {
    .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__tel img {
      margin-right: clamp(8px, 2.5vw, 1000px);
    }
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__tel a {
  color: #ffffff;
  font-size: clamp(0px, 1.88vw, 24px);
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-underline-offset: clamp(0px, 0.47vw, 6px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__tel a {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-txt {
  margin-top: clamp(0px, 35.16vw, 450px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-txt {
    margin-top: clamp(44px, 13.75vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-txt p {
  font-size: clamp(0px, 1.25vw, 16px);
  color: #37373a;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: justify;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-txt p {
    font-size: clamp(12px, 3.75vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-link {
  width: 100%;
  margin-top: clamp(0px, 2.03vw, 26px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-link {
    margin-top: clamp(14px, 4.38vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-link a {
  display: flex;
  justify-content: flex-end;
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-link a svg {
  width: clamp(0px, 1.25vw, 16px);
  margin-right: clamp(0px, 0.78vw, 10px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-link a svg {
    width: clamp(12px, 3.75vw, 1000px);
    margin-right: clamp(6px, 1.88vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-link a svg path {
  transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
}
.main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-link a .nav-ttl__sub p {
  font-size: clamp(0px, 1.25vw, 16px);
  color: #37373a;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__content .content-item .content-item__inner .content-item__privacy-link a .nav-ttl__sub p {
    font-size: clamp(12px, 3.75vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__mail {
  width: 60%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0px clamp(0px, 1.56vw, 20px) clamp(0px, 1.56vw, 20px) 0px;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail {
    width: 100%;
    border-radius: 0;
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item {
  padding-inline: clamp(0px, 6.25vw, 80px);
  padding-top: clamp(0px, 7.81vw, 100px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item {
    padding-top: clamp(84px, 26.25vw, 1000px);
    padding-inline: 20px;
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .mail-item__ttl {
  display: flex;
  align-items: center;
  margin-bottom: clamp(0px, 8.75vw, 112px);
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .mail-item__ttl img {
  height: clamp(0px, 1.33vw, 17px);
  margin-right: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .mail-item__ttl img {
    height: clamp(18px, 5.63vw, 1000px);
    margin-right: clamp(8px, 2.5vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .mail-item__ttl h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #37373a;
  font-size: clamp(0px, 1.88vw, 24px);
  letter-spacing: 0.1em;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .mail-item__ttl h2 {
    font-size: clamp(20px, 6.25vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container {
  width: 100%;
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group {
  display: flex;
  position: relative;
  margin-bottom: clamp(0px, 2.66vw, 34px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group {
    margin-bottom: clamp(36px, 11.25vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group input,
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group textarea {
  width: 100%;
  padding-bottom: clamp(0px, 0.63vw, 8px);
  border: none;
  border-bottom: 1px solid #a6b0c4;
  font-size: clamp(0px, 1.25vw, 16px);
  color: #37373a;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group input,
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group textarea {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group input::-moz-placeholder, .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group textarea::-moz-placeholder {
  color: #b4b4b4;
  font-weight: 200;
  font-size: clamp(0px, 1.25vw, 16px);
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group input::placeholder,
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group textarea::placeholder {
  color: #b4b4b4;
  font-weight: 200;
  font-size: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group input::-moz-placeholder, .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group textarea::-moz-placeholder {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group input::placeholder,
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group textarea::placeholder {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group .required-space {
  display: flex;
  justify-content: flex-end;
  width: clamp(0px, 2.5vw, 32px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group .required-space {
    width: clamp(24px, 7.5vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group .required-space p {
  font-size: clamp(0px, 1.25vw, 16px);
  color: #37373a;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group .required-space p {
    font-size: clamp(16px, 5vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group .required-space__last {
  align-items: flex-end;
  padding-bottom: clamp(0px, 0.63vw, 8px);
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group textarea {
  height: clamp(0px, 10.94vw, 140px);
  line-height: 1.5;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group textarea {
    height: clamp(128px, 40vw, 1000px);
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .form-group__last {
  padding-top: clamp(0px, 1.41vw, 18px);
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .btn-area {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: clamp(0px, 1.41vw, 18px);
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .btn-area {
    padding-top: clamp(60px, 18.75vw, 1000px);
    justify-content: center;
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .btn-area .submit-btn {
  background: #123067;
  color: #fffdfd;
  padding: clamp(0px, 0.78vw, 10px) clamp(0px, 3.44vw, 44px);
  border: none;
  border-radius: clamp(0px, 1.56vw, 20px);
  font-size: clamp(0px, 1.25vw, 16px);
  font-weight: 300;
  cursor: pointer;
  transition: color 0.3s linear, background-color 0.3s linear;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
}
@container (width < 576px) {
  .main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .btn-area .submit-btn {
    width: 100%;
    height: clamp(40px, 12.5vw, 1000px);
    font-size: clamp(12px, 3.75vw, 1000px);
    border-radius: clamp(10px, 3.13vw, 1000px);
    text-align: center;
  }
}
.main-others .contactform .contactform__inner .contactform__mail .mail-item .form-container .contact-form .btn-area .submit-btn:hover {
  background-color: #4667a6;
}

html {
  scroll-behavior: smooth;
}

main {
  container-type: inline-size;
}
main .top-news {
  display: flex;
  justify-content: center;
  margin-top: clamp(0px, 4.3vw, 55px);
}
@container (width < 576px) {
  main .top-news {
    margin-top: clamp(50px, 15.63vw, 1000px);
  }
}
main .top-news .top-news__inner {
  width: clamp(0px, 100vw, 1280px);
  padding: 0px 40px;
}
@container (width < 576px) {
  main .top-news .top-news__inner {
    padding: 0px 20px;
  }
}
main .top-news .top-news__inner .top-news__ttl {
  display: flex;
  justify-content: space-between;
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-name {
  display: flex;
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-name .ttl-name__icon {
  display: flex;
  align-items: center;
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-name .ttl-name__icon img {
  width: clamp(0px, 1.95vw, 25px);
  margin-right: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  main .top-news .top-news__inner .top-news__ttl .top-news__ttl-name .ttl-name__icon img {
    width: clamp(18px, 5.63vw, 1000px);
    margin-right: clamp(10px, 3.13vw, 1000px);
  }
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-name .ttl-name__txt {
  display: flex;
  align-items: center;
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-name .ttl-name__txt h2 {
  font-size: clamp(0px, 2.5vw, 32px);
  font-weight: 600;
  color: #37373a;
}
@container (width < 576px) {
  main .top-news .top-news__inner .top-news__ttl .top-news__ttl-name .ttl-name__txt h2 {
    font-size: clamp(20px, 6.25vw, 1000px);
  }
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all {
  display: flex;
  justify-content: center;
  width: clamp(0px, 4.69vw, 60px);
  border-bottom: 1px solid #37373a;
  transition: border-bottom 0.3s ease-in-out;
  -webkit-transition: border-bottom 0.3s ease-in-out;
  cursor: pointer;
}
@container (width < 576px) {
  main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all {
    width: clamp(42px, 13.13vw, 1000px);
  }
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all .ttl-all__txt {
  display: flex;
  align-items: center;
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all .ttl-all__txt p {
  font-size: clamp(0px, 1.56vw, 20px);
  color: #37373a;
  margin-right: clamp(0px, 1.09vw, 14px);
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
@container (width < 576px) {
  main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all .ttl-all__txt p {
    font-size: clamp(14px, 4.38vw, 1000px);
    margin-right: clamp(10px, 3.13vw, 1000px);
  }
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all .ttl-all__icon {
  display: flex;
  align-items: center;
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all .ttl-all__icon svg {
  width: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all .ttl-all__icon svg {
    width: clamp(14px, 4.38vw, 1000px);
  }
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all .ttl-all__icon svg path {
  transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all:hover {
  border-bottom: 1px solid #a6b0c4;
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all:hover .ttl-all__txt p {
  color: #a6b0c4;
}
main .top-news .top-news__inner .top-news__ttl .top-news__ttl-all:hover .ttl-all__icon svg path {
  fill: #a6b0c4;
}
main .top-news .top-news__inner .top-news__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: clamp(0px, 2.97vw, 38px);
  margin-top: clamp(0px, 3.13vw, 40px);
  padding-bottom: clamp(0px, 2.5vw, 32px);
  border-bottom: 1px solid #e1e1e1;
}
@container (width < 576px) {
  main .top-news .top-news__inner .top-news__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: clamp(10px, 3.13vw, 1000px);
    grid-row-gap: clamp(24px, 7.5vw, 1000px);
    margin-top: clamp(34px, 10.63vw, 1000px);
  }
}
main .top-news .top-news__inner .top-news__items .top-news__items-item {
  width: 100%;
  cursor: pointer;
}
main .top-news .top-news__inner .top-news__items .top-news__items-item .items-item__img {
  position: relative;
}
main .top-news .top-news__inner .top-news__items .top-news__items-item .items-item__img img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: clamp(0px, 1.56vw, 20px);
  transition: filter 0.3s ease-in-out;
  -webkit-transition: filter 0.3s ease-in-out;
}
main .top-news .top-news__inner .top-news__items .top-news__items-item .items-item__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(0px, 1.56vw, 20px);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  z-index: 1;
  transition: -webkit-backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  -webkit-transition: backdrop-filter 0.3s ease-in-out;
}
main .top-news .top-news__inner .top-news__items .top-news__items-item .items-item__ttl {
  width: 100%;
}
main .top-news .top-news__inner .top-news__items .top-news__items-item .items-item__ttl h3 {
  color: #37373a;
  font-size: clamp(0px, 1.56vw, 20px);
  padding: 0 clamp(0px, 0.55vw, 7px);
  padding-top: clamp(0px, 1.25vw, 16px);
  margin-bottom: clamp(0px, 1.25vw, 16px);
  line-height: 1.2em;
  overflow-wrap: break-word;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
}
@container (width < 576px) {
  main .top-news .top-news__inner .top-news__items .top-news__items-item .items-item__ttl h3 {
    font-size: clamp(16px, 5vw, 1000px);
  }
}
main .top-news .top-news__inner .top-news__items .top-news__items-item:hover .items-item__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: clamp(0px, 1.56vw, 20px);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 1;
}
main .top-news .top-news__inner .top-news__items .top-news__items-item:hover .items-item__ttl h3 {
  color: #a6b0c4;
}
main .service {
  display: flex;
  justify-content: center;
  margin-top: clamp(0px, 7.03vw, 90px);
}
main .service .service__inner {
  display: flex;
  width: clamp(0px, 93.75vw, 1200px);
  background-color: #a6b0c4;
  border-radius: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  main .service .service__inner {
    width: 100%;
    border-radius: 0;
  }
}
main .service .service__inner .service-content {
  width: calc(100% - clamp(0px, 35.39vw, 453px));
}
@container (width < 576px) {
  main .service .service__inner .service-content {
    width: 100%;
  }
}
main .service .service__inner .service-content .service-content__inner {
  padding: clamp(0px, 4.3vw, 55px) clamp(0px, 3.59vw, 46px);
  padding-bottom: 0px;
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner {
    padding: 0px 20px;
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__ttl {
  display: flex;
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__ttl {
    padding-top: clamp(60px, 18.75vw, 1000px);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__ttl .service-content__ttl-icon {
  display: flex;
  align-items: flex-end;
}
main .service .service__inner .service-content .service-content__inner .service-content__ttl .service-content__ttl-icon img {
  width: clamp(0px, 2.03vw, 26px);
  margin-right: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__ttl .service-content__ttl-icon img {
    width: clamp(18px, 5.63vw, 1000px);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__ttl .service-content__ttl-txt {
  display: flex;
  align-items: center;
}
main .service .service__inner .service-content .service-content__inner .service-content__ttl .service-content__ttl-txt h2 {
  font-size: clamp(0px, 2.5vw, 32px);
  font-weight: 600;
  color: #37373a;
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__ttl .service-content__ttl-txt h2 {
    font-size: clamp(20px, 6.25vw, 1000px);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__ttl .service-content__ttl-txt h2 span {
  font-size: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__ttl .service-content__ttl-txt h2 span {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__headline {
  width: 100%;
  margin-top: clamp(0px, 5.63vw, 72px);
  margin-bottom: clamp(0px, 1.41vw, 18px);
  animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__headline {
    margin-top: clamp(32px, 10vw, 1000px);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__headline h3 {
  font-size: clamp(0px, 2.5vw, 32px);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.16em;
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__headline h3 {
    font-size: clamp(20px, 6.25vw, 1000px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__line {
  display: flex;
  width: 100%;
  height: 3px;
  animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
main .service .service__inner .service-content .service-content__inner .service-content__line .line__left {
  border: solid 1px #123067;
  height: 1px;
  width: 15px;
  background-color: #123067;
}
main .service .service__inner .service-content .service-content__inner .service-content__line .line__right {
  border: solid 1px #ffffff;
  height: 1px;
  width: calc(100% - 15px);
  background-color: #ffffff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__txt {
  width: 100%;
  margin-top: clamp(0px, 4.06vw, 52px);
  animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__txt {
    margin-top: clamp(26px, 8.13vw, 1000px);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__txt p {
  font-size: clamp(0px, 1.88vw, 24px);
  color: #37373a;
  line-height: 1.33em;
  letter-spacing: 0.16em;
  text-align: justify;
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__txt p {
    font-size: clamp(16px, 5vw, 1000px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__btn {
  width: 100%;
  text-align: right;
  margin-top: clamp(0px, 4.38vw, 56px);
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__btn {
    text-align: center;
    margin-top: clamp(80px, 25vw, 1000px);
    margin-bottom: clamp(50px, 15.63vw, 1000px);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__btn button {
  height: clamp(0px, 3.13vw, 40px);
  padding: clamp(0px, 0.94vw, 12px) clamp(0px, 2.19vw, 28px);
  border-radius: clamp(0px, 1.56vw, 20px);
  background-color: #123067;
  font-size: clamp(0px, 1.25vw, 16px);
  color: #ffffff;
  letter-spacing: 0.15em;
  transition: color 0.3s linear, background-color 0.3s linear;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
}
@container (width < 576px) {
  main .service .service__inner .service-content .service-content__inner .service-content__btn button {
    width: 100%;
    height: clamp(40px, 12.5vw, 1000px);
    font-size: clamp(12px, 3.75vw, 1000px);
    border-radius: clamp(10px, 3.13vw, 1000px);
  }
}
main .service .service__inner .service-content .service-content__inner .service-content__btn button:hover {
  background-color: #4667a6;
}
@container (width < 576px) {
  main .service .service__inner .service-img {
    display: none;
  }
}
main .service .service__inner .service-img img {
  width: clamp(0px, 35.39vw, 453px);
  aspect-ratio: 3/4;
  border-radius: clamp(0px, 1.56vw, 20px);
}
main .products {
  display: flex;
  justify-content: center;
  margin-top: clamp(0px, 7.03vw, 90px);
  padding: 0 40px;
}
@container (width < 576px) {
  main .products {
    padding: 0px;
  }
}
main .products .products__inner {
  display: flex;
  width: clamp(0px, 93.75vw, 1200px);
  background-color: #f8f8f8;
  border-radius: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  main .products .products__inner {
    border-radius: 0;
    width: 100%;
  }
}
main .products .products__inner .products-content {
  padding-top: clamp(0px, 4.3vw, 55px);
  padding-left: clamp(0px, 3.59vw, 46px);
  width: 100%;
}
@container (width < 576px) {
  main .products .products__inner .products-content {
    padding-top: clamp(60px, 18.75vw, 1000px);
    padding-left: 20px;
  }
}
main .products .products__inner .products-content .products-content__ttl {
  display: flex;
}
main .products .products__inner .products-content .products-content__ttl .products-content__ttl-icon {
  display: flex;
  align-items: flex-end;
}
main .products .products__inner .products-content .products-content__ttl .products-content__ttl-icon img {
  width: clamp(0px, 2.03vw, 26px);
  margin-right: clamp(0px, 1.25vw, 16px);
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-content__ttl .products-content__ttl-icon img {
    width: clamp(18px, 5.63vw, 1000px);
  }
}
main .products .products__inner .products-content .products-content__ttl .products-content__ttl-txt {
  display: flex;
  align-items: center;
}
main .products .products__inner .products-content .products-content__ttl .products-content__ttl-txt h2 {
  font-size: clamp(0px, 2.5vw, 32px);
  font-weight: 600;
  color: #37373a;
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-content__ttl .products-content__ttl-txt h2 {
    font-size: clamp(20px, 6.25vw, 1000px);
  }
}
main .products .products__inner .products-content .products-content__ttl .products-content__ttl-txt h2 span {
  font-size: clamp(0px, 1.56vw, 20px);
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-content__ttl .products-content__ttl-txt h2 span {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  -moz-column-gap: clamp(0px, 3.13vw, 40px);
       column-gap: clamp(0px, 3.13vw, 40px);
  margin-top: clamp(0px, 5.86vw, 75px);
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-items {
    -moz-column-gap: clamp(20px, 6.25vw, 1000px);
         column-gap: clamp(20px, 6.25vw, 1000px);
    margin-top: clamp(36px, 11.25vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items .products-items__item {
  width: clamp(0px, 23.44vw, 300px);
  border: 2px solid #37373a;
  background-size: cover;
  border-radius: clamp(0px, 1.56vw, 20px);
  position: relative;
  cursor: pointer;
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-items .products-items__item {
    width: clamp(186px, 58.13vw, 1000px);
    border-radius: clamp(20px, 6.25vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items .products-items__item .item__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: clamp(0px, 41.64vw, 533px);
  padding: clamp(0px, 2.81vw, 36px) clamp(0px, 2.5vw, 32px);
  border-radius: clamp(0px, 1.56vw, 20px);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-items .products-items__item .item__inner {
    height: clamp(330px, 103.13vw, 1000px);
    padding: clamp(22px, 6.88vw, 1000px) clamp(20px, 6.25vw, 1000px);
    border-radius: clamp(20px, 6.25vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items .products-items__item .item__inner .item__content .all-txt {
  margin-bottom: clamp(0px, 1.25vw, 16px);
  z-index: 2;
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-items .products-items__item .item__inner .item__content .all-txt {
    margin-bottom: clamp(22px, 6.88vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items .products-items__item .item__inner .item__content .all-txt p {
  font-size: clamp(0px, 1.25vw, 16px);
  color: #37373a;
  line-height: 1.2em;
  overflow-wrap: break-word;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-items .products-items__item .item__inner .item__content .all-txt p {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items .products-items__item .item__inner .item__content .item-name {
  margin-bottom: clamp(0px, 1.25vw, 16px);
  z-index: 2;
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-items .products-items__item .item__inner .item__content .item-name {
    margin-bottom: clamp(16px, 5vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items .products-items__item .item__inner .item__content .item-name h3 {
  font-size: clamp(0px, 1.88vw, 24px);
  font-weight: 600;
  color: #37373a;
  overflow-wrap: break-word;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-items .products-items__item .item__inner .item__content .item-name h3 {
    font-size: clamp(18px, 5.63vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items .products-items__item .item__inner .products-items__btn {
  display: flex;
  justify-content: flex-end;
}
main .products .products__inner .products-content .products-items .products-items__item .item__inner .products-items__btn svg {
  width: clamp(0px, 2.34vw, 30px);
  height: clamp(0px, 2.34vw, 30px);
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-items .products-items__item .item__inner .products-items__btn svg {
    width: clamp(26px, 8.13vw, 1000px);
    height: clamp(26px, 8.13vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items .products-items__item .item__inner .products-items__btn svg circle {
  transition: fill 0.3s ease-in-out;
  -webkit-transition: fill 0.3s ease-in-out;
}
main .products .products__inner .products-content .products-items .products-items__item:before {
  background-size: cover;
  border-radius: clamp(0px, 1.56vw, 20px);
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-items .products-items__item:before {
    border-radius: clamp(20px, 6.25vw, 1000px);
  }
}
main .products .products__inner .products-content .products-items__item:hover::before {
  opacity: 1;
}
main .products .products__inner .products-content .products-items__item:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
main .products .products__inner .products-content .products-items__item:hover .products-items__btn svg circle {
  fill: #6d6d73;
}
main .products .products__inner .products-content .products-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(0px, 6.72vw, 86px);
  margin-bottom: clamp(0px, 4.3vw, 55px);
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-btn {
    margin-top: clamp(64px, 20vw, 1000px);
    margin-left: -10px;
    margin-bottom: clamp(50px, 15.63vw, 1000px);
  }
}
main .products .products__inner .products-content .products-btn button {
  width: clamp(0px, 33.51vw, 429px);
  background-color: #123067;
  font-size: clamp(0px, 1.56vw, 20px);
  color: #ffffff;
  letter-spacing: 0.15em;
  padding-top: clamp(0px, 1.41vw, 18px);
  padding-bottom: clamp(0px, 1.41vw, 18px);
  margin-left: clamp(-46px, -3.59vw, 0px);
  border-radius: clamp(0px, 1.56vw, 20px);
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@container (width < 576px) {
  main .products .products__inner .products-content .products-btn button {
    width: calc(100% - 20px);
    height: clamp(40px, 12.5vw, 1000px);
    font-size: clamp(12px, 3.75vw, 1000px);
    border-radius: clamp(10px, 3.13vw, 1000px);
    margin-left: 0;
  }
}
main .products .products__inner .products-content .products-btn button span {
  letter-spacing: 0em;
}
main .products .products__inner .products-content .products-btn button:hover {
  background-color: #4667a6;
}
main .contact {
  margin-top: clamp(0px, 14.22vw, 182px);
}
@container (width < 576px) {
  main .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: clamp(100px, 31.25vw, 1000px);
  }
}
main .contact .contact-ttl {
  width: 100%;
}
main .contact .contact-ttl p {
  font-size: clamp(0px, 2.19vw, 28px);
  font-weight: 600;
  text-align: center;
  line-height: 2em;
}
@container (width < 576px) {
  main .contact .contact-ttl p {
    font-size: clamp(14px, 4.38vw, 1000px);
  }
}
main .contact .contact-txt {
  width: 100%;
  margin-top: clamp(0px, 2.34vw, 30px);
}
@container (width < 576px) {
  main .contact .contact-txt {
    width: calc(100% - 40px);
    margin-top: clamp(26px, 8.13vw, 1000px);
  }
}
main .contact .contact-txt p {
  font-size: clamp(0px, 1.25vw, 16px);
  text-align: center;
}
@container (width < 576px) {
  main .contact .contact-txt p {
    font-size: clamp(12px, 3.75vw, 1000px);
    line-height: 2em;
  }
}
main .contact .contact-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(0px, 6.72vw, 86px);
  margin-bottom: clamp(0px, 13.13vw, 168px);
}
@container (width < 576px) {
  main .contact .contact-btn {
    margin-top: clamp(90px, 28.13vw, 1000px);
    margin-bottom: clamp(100px, 31.25vw, 1000px);
  }
}
main .contact .contact-btn button {
  width: clamp(0px, 33.51vw, 429px);
  background-color: #123067;
  font-size: clamp(0px, 1.56vw, 20px);
  color: #ffffff;
  letter-spacing: 0.15em;
  padding-top: clamp(0px, 1.41vw, 18px);
  padding-bottom: clamp(0px, 1.41vw, 18px);
  border-radius: clamp(0px, 1.56vw, 20px);
  text-align: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@container (width < 576px) {
  main .contact .contact-btn button {
    width: calc(100% - 40px);
    height: clamp(40px, 12.5vw, 1000px);
    font-size: clamp(12px, 3.75vw, 1000px);
    border-radius: clamp(10px, 3.13vw, 1000px);
  }
}
main .contact .contact-btn button span {
  letter-spacing: 0em;
}
main .contact .contact-btn button:hover {
  background-color: #4667a6;
}/*# sourceMappingURL=style.css.map */