@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*outline: 0;*/
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #333;
  opacity: 1;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

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

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  /* font-size: 62.5%; */
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #333;
  overflow-x: hidden;
  letter-spacing: 0.04em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*outline: 0;*/
  color: #333;
  transition: 0.4s ease-in-out;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  /*outline: 0;*/
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  /*outline: 0;*/
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 80px;
  transition: 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(7.5px);
}
@media only screen and (max-width: 767px) {
  #header {
    height: 60px;
  }
}
#header.open .h_logoarea img {
  filter: brightness(1) invert(1);
}
@media only screen and (max-width: 767px) {
  #header.open .globalnav {
    display: block !important;
  }
}
#header .h_logoarea {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #header .h_logoarea {
    margin-left: 20px;
  }
}
#header .h_logoarea a {
  display: flex;
  align-items: center;
  gap: 0 26px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #header .h_logoarea a {
    gap: 0 10px;
  }
}
#header .h_logoarea img.logo {
  width: 13vw;
  max-width: 256px;
}
@media only screen and (max-width: 767px) {
  #header .h_logoarea img.logo {
    min-width: 175px;
  }
}
#header .hamburger {
  border: none;
  width: 60px;
  height: 60px;
  background: #021556;
  cursor: pointer;
  min-width: 60px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #header .hamburger {
    display: none;
  }
}
#header .hamburger .hamburger__line {
  position: relative;
  width: 26px;
  height: 1px;
  background: #fff;
  display: block;
}
#header .hamburger .hamburger__line::before, #header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  transition: transform 0.3s;
  background: #fff;
}
#header .hamburger .hamburger__line::before {
  top: -8px;
}
#header .hamburger .hamburger__line::after {
  bottom: -8px;
}
#header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
#header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
#header .hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #fff;
}
#header .globalnav {
  width: fit-content;
  display: block !important;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #header .globalnav {
    display: none !important;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 100px 10vw;
    background: #021556;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
  }
}
#header .globalnav .gnav {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  gap: 0 min(3vw, 60px);
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
#header .globalnav .gnav li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li {
    height: unset;
  }
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li.contact_menu {
    width: 100%;
    height: unset;
    margin-top: 40px;
  }
}
#header .globalnav .gnav li.contact_menu a {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
  padding: 0 30px;
  background: #021556;
  filter: brightness(1.5);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li.contact_menu a {
    width: 100%;
    padding: 15px 20px;
    justify-content: space-between;
    background: #fff;
    color: #021556;
    font-weight: 600;
    filter: brightness(1);
  }
}
#header .globalnav .gnav li.contact_menu a:before {
  content: "";
  width: 32px;
  aspect-ratio: 8/5;
  background: url("../img/common/mail.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li.contact_menu a:before {
    background: url("../img/common/mail_blue.svg") no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li.contact_menu a:after {
    content: "";
    width: 14px;
    aspect-ratio: 1/1;
    transform: rotate(-45deg);
    border-right: 1px solid #021556;
    border-bottom: 1px solid #021556;
  }
}
#header .globalnav .gnav li a {
  display: block;
  text-align: center;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #header .globalnav .gnav li a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }
}
#header .globalnav .gnav li a span {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #header .globalnav .gnav li a:hover span::before {
    width: 100%;
  }
}

.f_contact {
  padding: 80px 0;
  background: url("../img/common/f_contact_bg.webp?260522") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .f_contact {
    padding: 50px 0;
    background: url("../img/common/f_contact_bg_sp.webp") no-repeat center/cover;
  }
}
.f_contact .sec_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .f_contact .sec_inner {
    flex-direction: column;
    gap: 30px;
  }
}
.f_contact .sec_inner .text {
  color: #021556;
  font-size: clamp(18px, 2.5vw, 34px);
  font-weight: 600;
}
.f_contact .sec_inner .text span {
  font-size: clamp(28px, 3.5vw, 48px);
  text-decoration: underline;
  text-decoration-color: #021556;
  text-decoration-thickness: 4px;
  text-underline-offset: 1.2vw;
}
@media only screen and (max-width: 767px) {
  .f_contact .sec_inner .text span {
    text-underline-offset: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .f_contact .sec_inner .buttons {
    width: 100%;
  }
}
.f_contact .sec_inner .buttons a {
  position: relative;
  display: block;
  width: 32vw;
  max-width: 627px;
  min-width: 300px;
  padding: 20px 40px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .f_contact .sec_inner .buttons a {
    width: 100%;
    padding: 15px 20px;
  }
}
.f_contact .sec_inner .buttons a.tel_link {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  font-size: clamp(18px, 2.5vw, 34px);
}
@media only screen and (max-width: 767px) {
  .f_contact .sec_inner .buttons a.tel_link {
    margin-bottom: 10px;
  }
}
.f_contact .sec_inner .buttons a.tel_link:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: url("../img/common/tel_blue.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .f_contact .sec_inner .buttons a.tel_link:before {
    left: 20px;
    width: 26px;
  }
}
.f_contact .sec_inner .buttons a.contact_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #021556;
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  filter: brightness(1.5);
}
.f_contact .sec_inner .buttons a.contact_link:before {
  content: "";
  width: 44px;
  aspect-ratio: 44/28;
  background: url("../img/common/mail.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .f_contact .sec_inner .buttons a.contact_link:before {
    width: 28px;
  }
}
.f_contact .sec_inner .buttons a.contact_link:after {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .f_contact .sec_inner .buttons a.contact_link:after {
    width: 14px;
  }
}

footer {
  padding: 50px 0;
}
footer .footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5vw;
}
footer .footer_top .f_logoarea img {
  display: block;
  width: 11vw;
  margin-bottom: 30px;
  min-width: 175px;
}
@media only screen and (max-width: 767px) {
  footer .footer_top .f_logoarea img {
    margin-bottom: 20px;
  }
}
footer .footer_top .f_nav {
  display: flex;
  gap: 5vw;
}
@media only screen and (max-width: 767px) {
  footer .footer_top .f_nav {
    display: none;
  }
}
footer .footer_top .f_nav ul li a {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
footer .footer_top .f_nav ul li a.child_link {
  font-weight: 400;
}
footer small {
  display: block;
  margin-top: 50px;
  text-align: right;
  font-size: 14px;
  color: #999999;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  footer small {
    margin-top: 40px;
    text-align: left;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.cormorant_fnt {
  font-family: "Cormorant Garamond", serif;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "palt" on;
}

.center {
  text-align: center;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

footer {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sec_block {
  padding: 80px 0;
}

.sec_inner {
  max-width: 1536px;
  width: 90%;
  margin: 0 auto;
}
.sec_inner.sec_size02 {
  max-width: 1200px;
}

.flex {
  display: flex;
}
.flex.wrap {
  flex-wrap: wrap;
}

.cl_blue2 {
  color: #0A257D;
}

.bg_beige {
  background: #f6f4ee;
}

.bg_blue {
  background: #eef4fb;
}

/***********************
　　　パーツ
*************************/
.anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.anchor li a {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #021556;
  color: #021556;
  font-size: 18px;
  font-weight: 600;
}
.anchor li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 14px;
  height: 14px;
  transform: translateY(-60%) rotate(-45deg);
  border-left: 1px solid #021556;
  border-bottom: 1px solid #021556;
}

.post_content h2 {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 2px solid #021556;
  font-size: clamp(32px, 2.2vw, 42px);
  font-weight: 700;
  line-height: 1.4;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  .post_content h2 {
    font-size: 24px;
  }
}
.post_content h3 {
  margin-bottom: 20px;
  font-size: clamp(24px, 1.6vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  .post_content h3 {
    font-size: 20px;
  }
}
.post_content h4 {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  background: #EDE9DF;
}
@media only screen and (max-width: 767px) {
  .post_content h4 {
    font-size: 18px;
  }
}
.post_content ul {
  margin-bottom: 20px;
}
.post_content ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .post_content ul li {
    font-size: 14px;
  }
}
.post_content ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #1294E5;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .post_content ul li:before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
.post_content .wp-block-image {
  margin-bottom: 40px;
  text-align: center;
}
.post_content p:not(:has(*)) {
  margin-bottom: 20px;
}
.post_content p:empty {
  padding-bottom: 20px;
}
.post_content p a {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #021556;
  text-underline-offset: 2px;
  font-size: 18px;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  .post_content p a {
    font-size: 14px;
  }
}
.post_content p a:after {
  content: "";
  transform: rotate(-45deg);
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 3px 5px;
  border-right: 2px solid #021556;
  border-bottom: 2px solid #021556;
}

.single_pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media print, screen and (max-width: 1100px) {
  .single_pagenation {
    max-width: 500px;
    margin: 0 auto;
  }
}
.single_pagenation .prev {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(200px, 12vw, 230px);
  padding: 10px 20px;
  border: 1px solid #021556;
  font-size: 18px;
  font-weight: 600;
  color: #021556;
}
@media print, screen and (max-width: 1100px) {
  .single_pagenation .prev {
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0px;
  }
}
.single_pagenation .prev.disable {
  opacity: 0.5;
  cursor: not-allowed;
}
.single_pagenation .prev:before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: 1px solid #021556;
  border-bottom: 1px solid #021556;
  transform: rotate(45deg);
}
@media print, screen and (max-width: 1100px) {
  .single_pagenation .prev:before {
    width: 12px;
    height: 12px;
    transform: translateX(35%) rotate(45deg);
  }
}
.single_pagenation .all {
  width: clamp(250px, 18vw, 340px);
  padding: 11px 20px;
  border: 1px solid #021556;
  font-size: 18px;
  font-weight: 600;
  color: #021556;
  text-align: center;
}
@media print, screen and (max-width: 1100px) {
  .single_pagenation .all {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    padding: 0;
  }
}
.single_pagenation .next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: clamp(200px, 12vw, 230px);
  padding: 10px 20px;
  border: 1px solid #021556;
  font-size: 18px;
  font-weight: 600;
  color: #021556;
}
@media print, screen and (max-width: 1100px) {
  .single_pagenation .next {
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 0px;
  }
}
.single_pagenation .next.disable {
  opacity: 0.5;
  cursor: not-allowed;
}
.single_pagenation .next:after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 1px solid #021556;
  border-bottom: 1px solid #021556;
  transform: rotate(-45deg);
}
@media print, screen and (max-width: 1100px) {
  .single_pagenation .next:after {
    width: 12px;
    height: 12px;
    transform: translateX(-35%) rotate(-45deg);
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 10px;
}
.wp-pagenavi span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  border: 1px solid #021556;
  aspect-ratio: 1/1;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #021556;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    width: 30px;
    font-size: 16px;
  }
}
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  aspect-ratio: 1/1;
  border: 1px solid #021556;
  flex-shrink: 0;
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi a {
    width: 30px;
    font-size: 16px;
  }
}
.wp-pagenavi a.prev_page, .wp-pagenavi a.previouspostslink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a.prev_page:before, .wp-pagenavi a.previouspostslink:before {
  content: "";
  transform: translateX(25%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-left: 1px solid #021556;
  border-bottom: 1px solid #021556;
}
.wp-pagenavi a.next_page, .wp-pagenavi a.nextpostslink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a.next_page:before, .wp-pagenavi a.nextpostslink:before {
  content: "";
  transform: translateX(-25%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-right: 1px solid #021556;
  border-bottom: 1px solid #021556;
}

.partner_contact {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 50px 60px;
  background: #EEF4FB;
}
@media only screen and (max-width: 767px) {
  .partner_contact {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
  }
}
.partner_contact .text h3 {
  margin-bottom: 20px;
  font-size: clamp(24px, 1.6vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  .partner_contact .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.partner_contact .text p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .partner_contact .text p {
    font-size: 14px;
  }
}
.partner_contact .contact_link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32vw;
  max-width: 490px;
  min-width: 250px;
  padding: 20px 40px;
  background: #021556;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .partner_contact .contact_link {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .partner_contact .contact_link {
    width: 100%;
    padding: 15px 20px;
  }
}
.partner_contact .contact_link:before {
  content: "";
  width: 36px;
  aspect-ratio: 44/28;
  background: url("../img/common/mail.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .partner_contact .contact_link:before {
    width: 28px;
  }
}
.partner_contact .contact_link:after {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .partner_contact .contact_link:after {
    width: 14px;
  }
}

.scroll_hint {
  position: absolute;
  display: none;
  width: 90px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: fadeAnime 1.2s infinite;
}
@media only screen and (max-width: 767px) {
  .scroll_hint {
    display: block;
  }
}
.scroll_hint.disable {
  display: none;
}
.scroll_hint:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: 20px;
}
.scroll_hint:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 20px;
}

/***********************
　　　タイトル
*************************/
.sec_ttl {
  position: relative;
  width: fit-content;
  font-size: clamp(28px, 2.5vw, 48px);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sec_ttl {
    font-size: clamp(16px, 7vw, 28px);
  }
}
.sec_ttl.sub .en {
  bottom: 75%;
  left: 50%;
  transform: translateX(-50%);
}
.sec_ttl .en {
  position: absolute;
  bottom: 50%;
  left: 0;
  font-size: clamp(0px, 5.8vw, 115px);
  font-family: "Cormorant Garamond", serif;
  line-height: 0.7;
  white-space: nowrap;
  color: #fff;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sec_ttl .en {
    font-size: clamp(0px, 13vw, 115px);
  }
}
.sec_ttl .sub_ttl {
  position: relative;
  display: block;
  font-size: clamp(18px, 2vw, 34px);
  color: #021556;
}
.sec_ttl .ttl {
  position: relative;
  text-decoration-line: underline;
  text-decoration-color: #021556;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8%; /* 3.84px */
  text-underline-offset: 60%;
  color: #021556;
}
.sec_ttl.gray .en {
  color: #dce4ee;
}

.sec_ttl02 {
  position: relative;
  width: fit-content;
  font-size: clamp(22px, 2.1vw, 36px);
  font-weight: 600;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec_ttl02 {
    font-size: clamp(16px, 7vw, 28px);
    margin-bottom: 30px;
  }
}
.sec_ttl02 .en {
  display: block;
  font-size: clamp(14px, 1.2vw, 20px);
  font-family: "Cormorant Garamond", serif;
  line-height: 0.7;
  white-space: nowrap;
  color: #aebfd4;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .sec_ttl02 .en {
    font-size: clamp(12px, 3.5vw, 14px);
  }
}
.sec_ttl02 .ttl {
  display: block;
  position: relative;
  text-decoration-line: underline;
  text-decoration-color: #021556;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 8%; /* 3.84px */
  text-underline-offset: 60%;
  color: #021556;
}
.sec_ttl02.beige .en {
  color: rgba(114, 92, 25, 0.5);
}
.sec_ttl02.center {
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .sec_ttl02.center {
    margin: 0 auto 20px;
  }
}
.sec_ttl02.center .en {
  text-align: center;
}

.belt_ttl {
  width: fit-content;
  padding: 5px 30px;
  font-size: clamp(20px, 2.5vw, 40px);
  font-weight: 600;
  color: #fff;
  background: #021556;
}
@media only screen and (max-width: 767px) {
  .belt_ttl {
    font-size: clamp(0px, 5vw, 20px);
    padding: 5px 20px;
  }
}

.copy_txt {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 600;
}

.df_txt {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .df_txt {
    font-size: 16px;
  }
}

.df_txt_2 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .df_txt_2 {
    font-size: 14px;
  }
}

.note_txt {
  font-size: clamp(9px, 1vw, 14px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .note_txt {
    font-size: clamp(9px, 2.5vw, 14px);
  }
}

.m_center {
  margin: 0 auto;
}

.tx_center {
  text-align: center;
}

.tx_center_2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tx_center_2 {
    text-align: left;
  }
}

/***********************
　　　リンク
*************************/
a.other:hover {
  opacity: unset;
}
a.text_link {
  color: #1294E5;
}
a.text_link:hover {
  color: #021556;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.common_btn {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 678px;
  padding: 20px 40px;
  border: 1px solid #021556;
  color: #021556;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 600;
  background: #fff;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .common_btn {
    padding: 10px 20px;
  }
}
.common_btn.transparent {
  background: transparent;
}
.common_btn.center {
  margin: 0 auto;
}
.common_btn:hover {
  color: #fff;
  background: #021556;
  opacity: unset;
}
.common_btn:hover:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.common_btn:before {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  border-right: 1px solid #021556;
  border-bottom: 1px solid #021556;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .common_btn:before {
    right: 20px;
    width: 14px;
  }
}

.commonBtn {
  background: #333;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 360px;
  line-height: 50px;
  border: 1px solid #333;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    width: 72vw;
  }
}
.commonBtn:hover {
  background: #333;
  color: #fff;
}
.commonBtn.center {
  margin: 0 auto;
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /*   transition: all 1200ms ease; */
}
.animate.is-active {
  opacity: 1;
}

.fade_up {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.8s;
}
.fade_up.active {
  opacity: 1;
  transform: unset;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media only screen and (max-width: 767px) {
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
}
.middle .middle_mv {
  height: 640px;
  background: #ccc;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .middle .middle_mv {
    height: auto;
    aspect-ratio: 11/10;
  }
}
.middle .archive_mv {
  position: relative;
  height: 500px;
  background: url("../img/common/archive_mv.webp?260522") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .middle .archive_mv {
    height: 300px;
  }
}
.middle .archive_mv.contact_mv {
  background: url("../img/common/contact_mv.webp?260522") no-repeat center/cover;
}
.middle .archive_mv.works_mv {
  background: url("../img/common/works_mv.webp?260522") no-repeat center/cover;
}
.middle .archive_mv:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/common/archive_mv_bg.webp") no-repeat center/cover;
}
.middle .archive_mv .sec_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.middle .archive_mv .sec_inner .archive_ttl {
  position: relative;
  width: fit-content;
  font-size: 48px;
  font-weight: 600;
  color: #021556;
  border-bottom: 4px solid #021556;
}
@media only screen and (max-width: 767px) {
  .middle .archive_mv .sec_inner .archive_ttl {
    margin-top: 60px;
    font-size: 32px;
    border-bottom: 2px solid #021556;
  }
}
.middle .archive_mv .sec_inner .archive_ttl span {
  position: relative;
  z-index: 2;
}
.middle .archive_mv .sec_inner .archive_ttl .en {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  font-size: clamp(70px, 6vw, 115px);
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .middle .archive_mv .sec_inner .archive_ttl .en {
    font-size: 40px;
  }
}
.middle {
  /*パンくず*/
}
.middle .pankuzu_wrap {
  margin: 10px 0;
}
.middle .pankuzu_wrap .pankuzu {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) {
  padding-right: 1.5em;
  position: relative;
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type)::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #dadce4;
  border-right: 1px solid #dadce4;
  transform: translateY(-50%) rotate(-45deg);
}
.middle .pankuzu_wrap .pankuzu li:not(:last-of-type) a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.middle section:last-of-type {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .middle section:last-of-type {
    padding-bottom: 20vw;
  }
}
.middle .sec_ttl {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .middle .sec_ttl {
    margin-bottom: 30px;
  }
}
.middle .middle_top_ttl {
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .middle .middle_top_ttl {
    margin-bottom: 20px;
  }
}
.middle .middle_top_ttl .blue {
  color: #021556;
}
.middle {
  /*リスト*/
}
.middle .nom_list li {
  margin: 0 0 0.75em;
  padding-left: 2em;
  text-indent: -2em;
}
.middle .disc_list li {
  margin: 0.75em 0;
  padding-left: 1em;
  position: relative;
}
.middle .disc_list li::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0.25em;
  top: 0.85em;
}
.middle .disc_list li span {
  font-weight: bold;
  font-size: 110%;
}
.middle {
  /*コンテンツブロック*/
}
.middle .block_contents {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 50px auto 80px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents {
    margin: 5vw auto 8vw;
  }
}
.middle .block_contents .textarea h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents .textarea h3 {
    font-size: 5.4vw;
    margin-bottom: 0.45em;
  }
}
.middle .block_contents .textarea h4.sub_ttl {
  font-size: 18px;
  font-weight: 500;
  margin: 1.2em 0 0.2em;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents .textarea h4.sub_ttl {
    font-size: 4vw;
  }
}
.middle .block_contents .textarea h4.sub_ttl span {
  font-size: 24px;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents .textarea h4.sub_ttl span {
    font-size: 5.4vw;
  }
}
.middle .block_contents .textarea .indent01 {
  padding-left: 1em;
}
.middle .block_contents .textarea p {
  margin: 0.5rem 0;
}
.middle .block_contents .textarea dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents .textarea dl {
    font-size: 4vw;
  }
}
.middle .block_contents .textarea dl dt {
  width: 7em;
}
.middle .block_contents .textarea dl dd {
  line-height: 2.2;
  width: calc(100% - 7em);
}
.middle .block_contents.type01 .textarea {
  width: 50%;
  display: table;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents.type01 .textarea {
    width: 100%;
    order: 2;
  }
}
.middle .block_contents.type01 .textarea .textarea_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 80px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents.type01 .textarea .textarea_inner {
    padding: 5vw;
  }
}
.middle .block_contents.type01 .img_area {
  width: 50%;
  aspect-ratio: 192/125;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents.type01 .img_area {
    width: 100%;
    order: 1;
  }
}
.middle .block_contents.type01 .img_area img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.middle .block_contents.type02 .textarea {
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents.type02 .textarea {
    padding: 5vw;
  }
}
.middle .block_contents > .ttl_block {
  width: 30%;
  display: table;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block {
    width: 100%;
    padding: 5vw 0;
  }
}
.middle .block_contents > .ttl_block::before {
  content: "";
  width: 1px;
  height: calc(100% - 80px);
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block::before {
    width: calc(100% - 8vw);
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }
}
.middle .block_contents > .ttl_block h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.middle .block_contents > .ttl_block h2 span {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block h2 span {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 1101px) {
  .middle .block_contents > .ttl_block h2 span {
    writing-mode: vertical-rl;
  }
}
.middle .block_contents > .ttl_block + .textarea {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block + .textarea {
    width: 100%;
  }
}
.middle .block_contents > .ttl_block + .textarea .textarea_inner {
  vertical-align: text-top;
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  .middle .block_contents > .ttl_block + .textarea .textarea_inner {
    padding: 4vw;
  }
}
.middle .sec_inner.block_contents_separate {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.middle .sec_inner.block_contents_separate > div {
  width: 48%;
  margin: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate > div {
    width: 100%;
    margin: 0 0 8vw;
  }
}
.middle .sec_inner.block_contents_separate_type03 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.middle .sec_inner.block_contents_separate_type03 > div {
  width: 32%;
  margin: 0 2% 80px 0;
}
.middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate_type03 > div {
    width: 48%;
    margin: 0 4% 5vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(3n) {
    margin-right: 4%;
  }
  .middle .sec_inner.block_contents_separate_type03 > div:nth-of-type(2n) {
    margin-right: 0;
  }
}
.middle .sec_inner.block_contents_separate_type03 > div .textarea {
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate_type03 > div .textarea {
    padding: 2vw;
  }
}
.middle .sec_inner.block_contents_separate_type03 > div .textarea h3 {
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .middle .sec_inner.block_contents_separate_type03 > div .textarea h3 {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.middle {
  /*エリア全体がボタン*/
}
.middle .contents_btn a {
  aspect-ratio: 960/203;
  display: block;
  width: 100%;
  padding: 100px 0;
  background: #ccc;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a {
    aspect-ratio: auto;
    padding: 10px;
  }
}
.middle .contents_btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.1;
}
.middle .contents_btn a:hover::before {
  opacity: 1;
}
.middle .contents_btn a > div {
  display: table;
  height: 100%;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  width: 92%;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a > div {
    width: 100%;
    padding: 60px 0;
  }
}
.middle .contents_btn a > div::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 120px;
  height: 1px;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a > div::before {
    width: 1px;
    height: 30px;
    top: 0;
    left: 50%;
  }
}
.middle .contents_btn a > div .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a > div .inner {
    padding: 0;
  }
}
.middle .contents_btn a > div .inner h2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .middle .contents_btn a > div .inner h2 {
    font-size: 5.4vw;
  }
}
.middle .table01 {
  width: 100%;
  margin: 100px auto;
}
@media only screen and (max-width: 767px) {
  .middle .table01 {
    margin: 10vw auto;
  }
}
.middle .table01 th,
.middle .table01 td {
  padding: 0.75em 2em;
  font-size: 18px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .middle .table01 th,
  .middle .table01 td {
    display: block;
    padding: 0.5em 1em;
    font-size: 3.8vw;
  }
}
.middle .table01 th {
  width: 25%;
  border-right: 1px solid;
}
@media only screen and (max-width: 767px) {
  .middle .table01 th {
    padding-top: 1em;
    width: 100%;
    border-right: none;
    text-align: left;
    border-bottom: 1px solid;
  }
}
.middle .table01 td {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .middle .table01 td {
    width: 100%;
  }
}
.middle .table02 {
  width: 100%;
  text-align: center;
  margin: 50px auto 20px;
}
@media only screen and (max-width: 767px) {
  .middle .table02 {
    margin: 5vw auto 2vw;
  }
}
.middle .table02 th,
.middle .table02 td {
  padding: 0.75em 1em;
  border-bottom: 1px solid;
}
.middle .table02 td {
  background: #fff;
}
.middle .table02 td:last-of-type {
  border-right: 1px solid;
}
.middle .table03 {
  background: #fff;
  width: 100%;
}
.middle .table03 th,
.middle .table03 td {
  padding: 0.75em 1em;
  border: 1px solid #333;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.middle .table03 th {
  border-bottom: 1px solid #fff;
  background: #333;
  color: #fff;
}
.middle .table03 tr:nth-of-type(2n) td {
  background: #f5f5f5;
}
.middle .table03 tr:last-of-type th {
  border-bottom: 1px solid #333;
}

#index main .sec_mv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #fff;
}
#index main .sec_mv #catch, #index main .sec_mv #catch_row {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv #catch, #index main .sec_mv #catch_row {
    width: 80vw;
  }
}
#index main .sec_mv #catch {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#index main .sec_mv #catch.is-active {
  opacity: 1;
}
#index main .sec_mv #catch.done {
  opacity: 0;
}
#index main .sec_mv #catch_row {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#index main .sec_mv #catch_row.active {
  opacity: 1;
}
#index main .sec_mv .kv_copy {
  position: absolute;
  z-index: 2;
  bottom: 150px;
  left: 40px;
  width: fit-content;
  padding: 0px 40px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv .kv_copy {
    left: 20px;
    bottom: 90px;
    padding: 3px 20px;
  }
}
#index main .sec_mv .kv_copy.active {
  width: fit-content;
}
#index main .sec_mv .kv_copy.active:before {
  width: 100%;
}
#index main .sec_mv .kv_copy.active span {
  opacity: 1;
}
#index main .sec_mv .kv_copy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #021556;
  transition: all 0.5s;
}
#index main .sec_mv .kv_copy span {
  position: relative;
  font-size: clamp(20px, 4vw, 60px);
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transition: all 0.5s 0.3s;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv .kv_copy span {
    font-size: clamp(20px, 6vw, 60px);
  }
}
#index main .sec_mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s;
}
#index main .sec_mv video.active {
  opacity: 1;
}
#index main .sec_mv .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv .scroll {
    gap: 10px;
  }
}
#index main .sec_mv .scroll span {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv .scroll span {
    font-size: 14px;
  }
}
#index main .sec_mv .scroll .mark {
  position: relative;
  width: 5px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv .scroll .mark {
    height: 40px;
  }
}
#index main .sec_mv .scroll .mark:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
}
#index main .sec_mv .scroll .mark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
#index main .sec_mv .controll_btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #index main .sec_mv .controll_btn {
    bottom: 20px;
    right: 20px;
  }
}
#index main .sec_mv .controll_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 10px;
  height: 12px;
  background: url("../img/common/stop_icon.svg") no-repeat center/cover;
}
#index main .sec_mv .controll_btn.is-paused:before {
  width: 12px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #fff;
}
#index main .sec_01 {
  position: relative;
}
#index main .sec_01 .bg_text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: -0.7vw;
  font-size: clamp(0px, 5.8vw, 115px);
  font-weight: 600;
  color: #DCE4EE;
  opacity: 0.6;
  white-space: nowrap;
  text-align: center;
  line-height: 0.9;
}
@media only screen and (max-width: 767px) {
  #index main .sec_01 .bg_text {
    font-size: clamp(0px, 13vw, 115px);
  }
}
#index main .sec_01 .sec_inner {
  padding: 200px 0 180px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_01 .sec_inner {
    padding: 70px 0;
  }
}
#index main .sec_01 .sec_inner h2 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 600;
  color: #000;
}
@media only screen and (max-width: 767px) {
  #index main .sec_01 .sec_inner h2 {
    font-size: clamp(20px, 6vw, 48px);
  }
}
#index main .sec_01 .sec_inner h2 span {
  color: #0a257d;
}
#index main .sec_01 .sec_inner .description {
  text-align: center;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
}
#index main .sec_02 {
  position: relative;
  padding: 0 0 230px;
  background: linear-gradient(180deg, #EEF4FB 0%, #B4D7FF 100%);
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 {
    padding: 0 0 60px;
  }
}
#index main .sec_02 .bg {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 160/69;
  background: url("../img/top/sec2_bg.webp?260522") no-repeat center/cover;
}
#index main .sec_02 .sec_inner {
  position: relative;
  top: 0;
  margin-top: calc(-43% + 200px);
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .sec_inner {
    margin-top: calc(-43% + 60px);
    margin-bottom: 60px;
  }
}
#index main .sec_02 .sec_inner .sec_ttl {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .sec_inner .sec_ttl {
    margin-bottom: 40px;
  }
}
#index main .sec_02 .sec_inner .copy {
  margin-bottom: 30px;
  font-size: clamp(20px, 1.8vw, 32px);
  font-weight: 600;
  color: #000;
}
#index main .sec_02 .sec_inner .card_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .sec_inner .card_container {
    margin-top: 50px;
  }
}
#index main .sec_02 .sec_inner .card_container .card {
  width: calc((100% - 20px) / 2);
  padding: 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .sec_inner .card_container .card {
    width: 100%;
  }
}
#index main .sec_02 .sec_inner .card_container .card img {
  display: block;
  width: 100%;
  object-fit: cover;
}
#index main .sec_02 .sec_inner .card_container .card .text {
  padding: 40px 30px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .sec_inner .card_container .card .text {
    padding: 25px 10px 30px;
  }
}
#index main .sec_02 .sec_inner .card_container .card .text .card_ttl {
  margin-bottom: 30px;
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .sec_inner .card_container .card .text .card_ttl {
    margin-bottom: 5px;
  }
}
#index main .sec_02 .sec_inner .card_container .card .text .card_ttl .label {
  padding: 1px 5px;
  color: #fff;
  background: #021556;
}
#index main .sec_02 .sec_inner .card_container .card .text .card_ttl .ttl {
  font-size: clamp(24px, 2.2vw, 38px);
  color: #021556;
}
#index main .sec_02 .sec_inner .card_container .card .text .df_txt {
  margin-bottom: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .sec_inner .card_container .card .text .df_txt {
    margin-bottom: 20px;
  }
}
#index main .sec_02 .felt_container {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 150px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container {
    width: 100%;
    margin: 0;
    padding: 60px 0;
  }
}
#index main .sec_02 .felt_container .felt_inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner {
    width: 100%;
    margin: unset;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner .ttl_text {
    padding: 0 30px;
  }
}
#index main .sec_02 .felt_container .felt_inner .ttl_text .belt_ttl {
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner .ttl_text .belt_ttl {
    margin: 0 auto 20px;
  }
}
#index main .sec_02 .felt_container .felt_inner ul {
  justify-content: center;
  max-width: 1080px;
  margin: 50px auto 0px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner ul {
    margin: 30px auto 0px;
    width: calc(100% - 20px);
  }
}
#index main .sec_02 .felt_container .felt_inner ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 60px) / 3);
  padding-top: 1.5%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #CAC7BE;
  background: #F6F4EE;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main .sec_02 .felt_container .felt_inner ul li {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner ul li {
    justify-content: center;
    width: calc((100% - 5px) / 2);
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner ul li:first-of-type {
    margin-right: 20px;
  }
}
#index main .sec_02 .felt_container .felt_inner ul li:not(:last-of-type) {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner ul li:not(:last-of-type) {
    margin-right: 5px;
  }
}
#index main .sec_02 .felt_container .felt_inner ul li .num {
  padding-bottom: 10px;
  border-bottom: 1px solid #0244a7;
  color: #0244a7;
  font-size: clamp(16px, 2vw, 32px);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "palt" on;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner ul li .num {
    padding-bottom: 0;
  }
}
#index main .sec_02 .felt_container .felt_inner ul li .p_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 600;
  color: #021556;
}
@media only screen and (min-width: 1101px) {
  #index main .sec_02 .felt_container .felt_inner ul li .p_ttl {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main .sec_02 .felt_container .felt_inner ul li .p_ttl {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner ul li .p_ttl {
    margin-bottom: 0px;
    font-size: clamp(0px, 3.3vw, 24px);
  }
}
#index main .sec_02 .felt_container .felt_inner ul li .df_txt {
  font-size: clamp(14px, 1vw, 18px);
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner ul li .df_txt {
    font-size: clamp(10px, 2.5vw, 16px);
  }
}
#index main .sec_02 .felt_container .felt_inner ul li .p3_txt {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner ul li .p3_txt {
    font-size: clamp(10px, 2.5vw, 16px);
  }
}
#index main .sec_02 .felt_container .felt_inner ul li .p3_txt span {
  font-size: clamp(16px, 1.5vw, 22px);
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner ul li .p3_txt span {
    font-size: clamp(10px, 3vw, 16px);
  }
}
#index main .sec_02 .felt_container .felt_inner .note_txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner .note_txt {
    text-align: left;
    padding-left: 8vw;
  }
}
#index main .sec_02 .felt_container .felt_inner .felt_flow {
  position: relative;
  max-width: 1536px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner .felt_flow {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #index main .sec_02 .felt_container .felt_inner .felt_flow:-webkit-scrollbar {
    display: none;
  }
}
#index main .sec_02 .felt_container .felt_inner .felt_flow .felt_flow_inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner .felt_flow .felt_flow_inner {
    display: block;
    width: 200%;
    max-width: unset;
  }
}
#index main .sec_02 .felt_container .felt_inner .felt_flow .felt_flow_inner img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner .felt_flow .felt_flow_inner img {
    display: block;
    max-width: unset;
  }
}
#index main .sec_02 .felt_container .felt_inner .scroll_bar {
  display: none;
  width: calc(100% - 20px);
  height: 6px;
  margin: 20px auto 0;
  border-radius: 20px;
  background: #DBDBDB;
}
@media only screen and (max-width: 767px) {
  #index main .sec_02 .felt_container .felt_inner .scroll_bar {
    display: block;
  }
}
#index main .sec_02 .felt_container .felt_inner .scroll_bar .bar {
  display: block;
  width: 160px;
  height: 100%;
  border-radius: 20px;
  background: #3F3F3F;
}
#index main .sec_03 {
  position: relative;
  padding: 240px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #index main .sec_03 {
    padding: 85px 0 60px;
  }
}
#index main .sec_03:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -30%);
  width: 57vw;
  aspect-ratio: 1089/1097;
  background: url("../img/top/sec3_bg_t.svg") no-repeat center/100% 100%;
}
#index main .sec_03:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-20%, 30%);
  width: 57vw;
  aspect-ratio: 1089/1097;
  background: url("../img/top/sec3_bg_b.svg") no-repeat center/100% 100%;
}
#index main .sec_03 .sec_inner {
  position: relative;
  z-index: 1;
}
#index main .sec_03 .sec_inner .sec_ttl .en {
  color: #DCE4EE;
}
#index main .sec_03 .sec_inner > div {
  position: relative;
}
#index main .sec_03 .sec_inner .bg_pic {
  position: absolute;
  top: -100px;
  right: 0%;
  display: block;
  width: 38.5vw;
  aspect-ratio: 740/700;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 767px) {
  #index main .sec_03 .sec_inner .bg_pic {
    position: absolute;
    width: 90vw;
    margin-top: 20px;
    margin-left: auto;
    transform: translate(2.5vw, 10%);
  }
}
#index main .sec_03 .sec_inner .bg_pic.active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  #index main .sec_03 .sec_inner .bg_pic.active {
    position: unset;
  }
}
#index main .sec_03 .sec_inner .accordion_list {
  position: relative;
  width: 45vw;
  max-width: 860px;
  min-width: 600px;
  margin-top: 170px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_03 .sec_inner .accordion_list {
    margin-top: 0;
    width: 90vw;
    min-width: unset;
    transform: translate(-2.5vw, 0);
  }
}
#index main .sec_03 .sec_inner .accordion_list .accordion {
  position: relative;
  cursor: pointer;
  width: 100%;
  background: #EDE9DF;
}
#index main .sec_03 .sec_inner .accordion_list .accordion:not(:last-of-type) {
  margin-bottom: 10px;
}
#index main .sec_03 .sec_inner .accordion_list .accordion.active {
  background: #122153;
}
#index main .sec_03 .sec_inner .accordion_list .accordion.active .summary {
  color: #fff;
}
#index main .sec_03 .sec_inner .accordion_list .accordion.active .summary .num {
  background: #fff;
  color: #122153;
}
#index main .sec_03 .sec_inner .accordion_list .accordion.active .summary .mark:before {
  transform: translate(-50%, -50%) rotate(90deg);
  background: #fff;
}
#index main .sec_03 .sec_inner .accordion_list .accordion.active .summary .mark:after {
  background: #fff;
}
#index main .sec_03 .sec_inner .accordion_list .accordion.active .text {
  display: block;
  padding: 0 50px 50px;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #index main .sec_03 .sec_inner .accordion_list .accordion.active .text {
    padding: 0 20px 20px;
  }
}
#index main .sec_03 .sec_inner .accordion_list .accordion .summary {
  display: flex;
  align-items: center;
  padding: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #index main .sec_03 .sec_inner .accordion_list .accordion .summary {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.2;
  }
}
#index main .sec_03 .sec_inner .accordion_list .accordion .summary .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  aspect-ratio: 1/1;
  margin-right: 30px;
  font-size: 32px;
  font-weight: 600;
  background: #122153;
  border-radius: 50%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #index main .sec_03 .sec_inner .accordion_list .accordion .summary .num {
    width: 40px;
    margin-right: 10px;
    font-size: 18px;
  }
}
#index main .sec_03 .sec_inner .accordion_list .accordion .summary .mark {
  position: relative;
  margin-left: auto;
  width: 30px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  #index main .sec_03 .sec_inner .accordion_list .accordion .summary .mark {
    width: 20px;
  }
}
#index main .sec_03 .sec_inner .accordion_list .accordion .summary .mark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
  transform: translate(-50%, -50%);
}
#index main .sec_03 .sec_inner .accordion_list .accordion .summary .mark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
  transform: translate(-50%, -50%) rotate(90deg);
}
#index main .sec_03 .sec_inner .accordion_list .accordion .text {
  display: none;
}
@media only screen and (max-width: 767px) {
  #index main .sec_03 .sec_inner .accordion_list .accordion .text {
    font-size: 14px;
  }
}
#index main .sec_04 {
  padding: 220px 0 180px;
  background: #F6F4EE;
}
@media only screen and (max-width: 767px) {
  #index main .sec_04 {
    padding: 85px 0 60px;
  }
}
#index main .sec_04 .sec_inner {
  margin-bottom: 65px;
}
#index main .sec_04 .sec_inner .sec_ttl .en {
  color: rgba(114, 92, 25, 0.1);
}
#index main .sec_04 .swiper_ui {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  #index main .sec_04 .swiper_ui.pc {
    display: none;
  }
}
#index main .sec_04 .swiper_ui.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #index main .sec_04 .swiper_ui.sp {
    display: flex;
    margin: 20px 5% 30px auto;
  }
}
#index main .sec_04 .swiper_ui .current_num {
  margin-right: 25px;
}
#index main .sec_04 .swiper_ui .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: unset;
  margin-right: 15px;
  border: 1px solid #021556;
}
@media only screen and (max-width: 767px) {
  #index main .sec_04 .swiper_ui .swiper-button-prev {
    width: 40px;
  }
}
#index main .sec_04 .swiper_ui .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  border-bottom: 1px solid #021556;
  border-left: 1px solid #021556;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #index main .sec_04 .swiper_ui .swiper-button-prev:after {
    width: 8px;
  }
}
#index main .sec_04 .swiper_ui .swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  margin-top: unset;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #021556;
}
@media only screen and (max-width: 767px) {
  #index main .sec_04 .swiper_ui .swiper-button-next {
    width: 40px;
  }
}
#index main .sec_04 .swiper_ui .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  border-bottom: 1px solid #021556;
  border-right: 1px solid #021556;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #index main .sec_04 .swiper_ui .swiper-button-next:after {
    width: 8px;
  }
}
#index main .sec_04 .case_swiper {
  overflow: hidden;
}
#index main .sec_04 .case_swiper ul li {
  position: relative;
  width: 25%;
  margin: 0 15px;
  padding: 10px 10px 30px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #index main .sec_04 .case_swiper ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #index main .sec_04 .case_swiper ul li {
    width: 75%;
    margin: 0 10px;
  }
}
#index main .sec_04 .case_swiper ul li a:hover figure img {
  transform: scale(1.1);
}
#index main .sec_04 .case_swiper ul li a .cat {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 3px 16px 4px;
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 500;
  color: #fff;
  background: #1294E5;
}
#index main .sec_04 .case_swiper ul li a .cat.cat2 {
  background: #34509D;
}
#index main .sec_04 .case_swiper ul li a figure {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 472/340;
  margin-bottom: 20px;
}
#index main .sec_04 .case_swiper ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#index main .sec_04 .case_swiper ul li a .text {
  padding: 0 20px;
}
#index main .sec_04 .case_swiper ul li a .text .ttl {
  margin-bottom: 10px;
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 600;
  line-height: 1.4;
  color: #021556;
}
#index main .sec_04 .case_swiper ul li a .text .description {
  margin-bottom: 20px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#index main .sec_04 .case_swiper ul li a .text .tag {
  padding: 3px 10px 4px;
  background: #EBE9E2;
}
#index main .sec_04 .case_swiper ul li a .text .tag:not(:last-of-type) {
  margin-right: 8px;
}
#index main .sec_04 .common_btn {
  margin: 70px auto 0;
}
@media only screen and (max-width: 767px) {
  #index main .sec_04 .common_btn {
    width: 90%;
    margin: 0 auto 0;
  }
}
#index main .sec_05 {
  padding: 150px 0;
  border-bottom: 2px solid #021556;
}
@media only screen and (max-width: 767px) {
  #index main .sec_05 {
    padding: 60px 0;
  }
}
#index main .sec_05 .sec_inner {
  align-items: center;
  gap: 5.2vw;
}
@media only screen and (max-width: 767px) {
  #index main .sec_05 .sec_inner {
    flex-direction: column;
  }
}
#index main .sec_05 .sec_inner .left {
  flex-direction: column;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #index main .sec_05 .sec_inner .left {
    flex-direction: row;
    align-items: center;
  }
}
#index main .sec_05 .sec_inner .left .ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_05 .sec_inner .left .ttl {
    margin-bottom: unset;
    margin-right: 12vw;
  }
}
#index main .sec_05 .sec_inner .left .ttl span {
  display: block;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 600;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #index main .sec_05 .sec_inner .left .ttl span {
    font-size: clamp(0px, 6.5vw, 28px);
  }
}
#index main .sec_05 .sec_inner .left .ttl span.en {
  margin-bottom: 10px;
  font-size: clamp(14px, 1.3vw, 22px);
  font-weight: 700;
  color: #AEBFD4;
}
@media only screen and (max-width: 767px) {
  #index main .sec_05 .sec_inner .left .ttl span.en {
    margin-bottom: 0;
  }
}
#index main .sec_05 .sec_inner .left .common_btn {
  min-width: 230px;
  padding: 10px 25px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #index main .sec_05 .sec_inner .left .common_btn {
    padding: 8px 15px;
    min-width: 160px;
    font-size: 16px;
  }
}
#index main .sec_05 .sec_inner .left .common_btn:before {
  right: 20px;
  width: 14px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_05 .sec_inner .left .common_btn:before {
    right: 15px;
    width: 10px;
  }
}
#index main .sec_05 .sec_inner .news_list {
  width: 100%;
}
#index main .sec_05 .sec_inner .news_list li a {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 10px;
  border-bottom: 1px solid #DADCE4;
}
@media only screen and (max-width: 767px) {
  #index main .sec_05 .sec_inner .news_list li a {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#index main .sec_05 .sec_inner .news_list li a:first-of-type {
  border-top: 1px solid #DADCE4;
}
#index main .sec_05 .sec_inner .news_list li a .time {
  color: #5889B2;
}
#index main .sec_05 .sec_inner .news_list li a .cat {
  padding: 0 14px 2px;
  background: #021556;
  color: #fff;
}
#index main .sec_05 .sec_inner .news_list li a p {
  transition: all 0.3s;
}
#index main .sec_05 .sec_inner .news_list li a p:hover {
  color: #021556;
}
#index main .sec_06 {
  padding: 200px 0 130px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_06 {
    padding: 80px 0 60px;
  }
}
#index main .sec_06 .sec_inner .sec_ttl {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_06 .sec_inner .sec_ttl {
    margin-bottom: 60px;
  }
}
#index main .sec_06 .sec_inner .sec_ttl .en {
  color: #DCE4EE;
}
@media only screen and (max-width: 767px) {
  #index main .sec_06 .flex {
    flex-direction: column;
  }
}
#index main .sec_06 .flex .box {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #DADCE4;
}
#index main .sec_06 .flex .box img {
  margin-bottom: 30px;
}
#index main .sec_06 .flex .box .text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0 20px 50px;
}
@media only screen and (max-width: 767px) {
  #index main .sec_06 .flex .box .text {
    padding: 0 20px 20px;
  }
}
#index main .sec_06 .flex .box .text p {
  flex-grow: 1;
  margin-bottom: 40px;
}
#index main .sec_06 .flex .box .text .common_btn {
  margin: 0 auto;
}

#company .middle_mv {
  background: url("../img/company/company_bg@2x.webp?260522") no-repeat center/cover;
}
#company .company_sec_01 .sec_inner {
  padding: 135px 0 85px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_01 .sec_inner {
    padding: 60px 0 40px;
  }
}
#company .company_sec_01 .nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  gap: 12px;
  margin-top: 70px;
}
@media print, screen and (max-width: 1100px) {
  #company .company_sec_01 .nav-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
#company .company_sec_01 .nav-list .nav-item {
  flex: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #company .company_sec_01 .nav-list .nav-item {
    flex: 0 1 calc(33.333% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  #company .company_sec_01 .nav-list .nav-item {
    flex: 0 1 calc(50% - 12px);
  }
}
@media screen and (max-width: 480px) {
  #company .company_sec_01 .nav-list .nav-item {
    flex: 1 1 100%;
  }
}
#company .company_sec_01 .nav-list .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 13px 10px;
  text-decoration: none;
  color: #021556;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #021556;
  transition: all 0.3s ease;
}
#company .company_sec_01 .nav-list .nav-item .nav-link::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 30%;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid #021556;
  border-right: 1px solid #021556;
  transform: rotate(45deg);
}
#company .company_sec_01 .nav-list .nav-item .nav-link:hover {
  background-color: #021556;
  color: #ffffff;
  opacity: 1;
}
#company .company_sec_01 .nav-list .nav-item .nav-link:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
#company .company_sec_02 .sec_inner {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_02 .sec_inner {
    padding: 50px 0;
  }
}
#company .company_sec_02 .sec_inner .content-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4%;
}
@media print, screen and (max-width: 1100px) {
  #company .company_sec_02 .sec_inner .content-area {
    flex-direction: column;
    gap: 40px;
  }
}
#company .company_sec_02 .sec_inner .content-area .text-box {
  flex: 1;
}
#company .company_sec_02 .sec_inner .content-area .text-box .catch-copy {
  color: #021556;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1100px) {
  #company .company_sec_02 .sec_inner .content-area .text-box .catch-copy {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#company .company_sec_02 .sec_inner .content-area .text-box .paragraph {
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: justify;
  letter-spacing: 0.18em;
}
#company .company_sec_02 .sec_inner .content-area .text-box .paragraph:last-child {
  margin-bottom: 0;
}
#company .company_sec_02 .sec_inner .content-area .image-box {
  width: 42%;
  max-width: 600px;
}
@media print, screen and (max-width: 1100px) {
  #company .company_sec_02 .sec_inner .content-area .image-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}
#company .company_sec_02 .sec_inner .content-area .image-box img {
  width: 100%;
  height: auto;
  display: block;
}
#company .company_sec_02 .sec_inner .content-area .image-box .caption {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px;
}
#company .company_sec_02 .sec_inner .content-area .image-box .caption .role {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_02 .sec_inner .content-area .image-box .caption .role {
    font-size: 16px;
  }
}
#company .company_sec_02 .sec_inner .content-area .image-box .caption .name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_02 .sec_inner .content-area .image-box .caption .name {
    font-size: 20px;
  }
}
#company .company_sec_03 .sec_inner {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_03 .sec_inner {
    padding: 50px 0;
  }
}
#company .company_sec_03 .sec_inner .image-box {
  background: #eef4fb;
  height: 300px;
}
#company .company_sec_04 .sec_inner {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_04 .sec_inner {
    padding: 50px 0;
  }
}
#company .company_sec_04 .sec_inner .overview-list {
  border-top: 1px solid #dadce4;
}
#company .company_sec_04 .sec_inner .overview-item {
  display: flex;
  border-bottom: 1px solid #dadce4;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_04 .sec_inner .overview-item {
    flex-direction: column;
  }
}
#company .company_sec_04 .sec_inner .overview-title {
  width: 17%;
  color: #021556;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_04 .sec_inner .overview-title {
    width: 100%;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#company .company_sec_04 .sec_inner .overview-data {
  width: 83%;
  font-size: 18px;
  line-height: 1.8;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_04 .sec_inner .overview-data {
    font-size: 16px;
  }
}
#company .company_sec_04 .sec_inner .overview-data .two-col-list li {
  display: flex;
  margin-bottom: 4px;
}
#company .company_sec_04 .sec_inner .overview-data .two-col-list li:last-child {
  margin-bottom: 0;
}
#company .company_sec_04 .sec_inner .overview-data .two-col-list.officer .col-1 {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_04 .sec_inner .overview-data .two-col-list.officer .col-1 {
    width: 120px;
  }
}
#company .company_sec_04 .sec_inner .overview-data .two-col-list.bank .col-1 {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_04 .sec_inner .overview-data .two-col-list.bank .col-1 {
    width: 150px;
  }
}
#company .company_sec_04 .sec_inner .overview-data .text-block {
  margin-bottom: 20px;
}
#company .company_sec_04 .sec_inner .overview-data .text-block:last-child {
  margin-bottom: 0;
}
#company .company_sec_04 .sec_inner .overview-data .client-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 430px));
  row-gap: 8px;
  column-gap: 40px;
}
@media print, screen and (max-width: 1100px) {
  #company .company_sec_04 .sec_inner .overview-data .client-grid {
    grid-template-columns: 1fr;
  }
}
#company .company_sec_04 .sec_inner .overview-data .text-block-ttl,
#company .company_sec_04 .sec_inner .overview-data .branch {
  font-weight: 500;
}
#company .company_sec_05 .sec_inner {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_05 .sec_inner {
    padding: 50px 0;
  }
}
#company .company_sec_05 .sec_inner .history-block {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_05 .sec_inner .history-block {
    margin-bottom: 40px;
  }
}
#company .company_sec_05 .sec_inner .history-block:last-child {
  margin-bottom: 0;
}
#company .company_sec_05 .sec_inner .history-banner {
  background-color: #eef4fb;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_05 .sec_inner .history-banner {
    padding: 20px;
    margin-bottom: 20px;
  }
}
#company .company_sec_05 .sec_inner .banner-year {
  font-size: clamp(24px, 2.8vw, 50px);
  color: #021556;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  line-height: 1;
}
#company .company_sec_05 .sec_inner .banner-year .en {
  font-size: clamp(30px, 3vw, 60px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  font-variant-numeric: lining-nums;
}
#company .company_sec_05 .sec_inner .banner-year .sen {
  font-size: clamp(15px, 1.5vw, 30px);
  line-height: 2;
  vertical-align: top;
  font-weight: 900;
}
#company .company_sec_05 .sec_inner .banner-theme {
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: bold;
  color: #021556;
}
#company .company_sec_05 .sec_inner .history-description {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_05 .sec_inner .history-description {
    margin-bottom: 20px;
  }
}
#company .company_sec_05 .sec_inner .history-list {
  border-top: 1px solid #dadce4;
}
#company .company_sec_05 .sec_inner .history-list .history-item {
  display: flex;
  border-bottom: 1px solid #dadce4;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_05 .sec_inner .history-list .history-item {
    flex-direction: column;
  }
}
#company .company_sec_05 .sec_inner .history-list .history-item .history-title {
  width: 17%;
  color: #021556;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_05 .sec_inner .history-list .history-item .history-title {
    width: 100%;
    padding-bottom: 0;
  }
}
#company .company_sec_05 .sec_inner .history-list .history-item .history-data {
  width: 83%;
  line-height: 1.8;
  padding: 20px;
}
#company .company_sec_06 .sec_inner {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_06 .sec_inner {
    padding-top: 50px;
  }
}
#company .company_sec_06 .sec_inner .paragraph {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_06 .sec_inner .paragraph {
    margin-bottom: 20px;
  }
}
#company .company_sec_06 .sec_inner iframe {
  width: 100%;
  height: 770px;
}
@media only screen and (max-width: 767px) {
  #company .company_sec_06 .sec_inner iframe {
    height: 300px;
  }
}

#recruit .middle_mv {
  background: url("../img/recruit/recruit_bg@2x.webp?260522") no-repeat center/cover;
}
#recruit .recruit_sec_01 .sec_inner {
  padding: 135px 0 85px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_01 .sec_inner {
    padding: 60px 0 40px;
  }
}
#recruit .recruit_sec_01 .paragraph {
  line-height: 2.2;
  font-weight: 500;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_01 .paragraph {
    font-size: 14px;
  }
}
#recruit .recruit_sec_01 .nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 12px;
  margin-top: 70px;
}
@media print, screen and (max-width: 1100px) {
  #recruit .recruit_sec_01 .nav-list {
    justify-content: flex-start;
    margin-top: 30px;
  }
}
#recruit .recruit_sec_01 .nav-list .nav-item {
  width: calc((100% - 36px) / 4);
}
@media screen and (max-width: 1500px) {
  #recruit .recruit_sec_01 .nav-list .nav-item {
    width: calc((100% - 36px) / 4);
  }
}
@media screen and (max-width: 1200px) {
  #recruit .recruit_sec_01 .nav-list .nav-item {
    width: calc((100% - 24px) / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #recruit .recruit_sec_01 .nav-list .nav-item {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (max-width: 920px) {
  #recruit .recruit_sec_01 .nav-list .nav-item {
    width: calc((100% - 12px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_01 .nav-list .nav-item {
    flex: 0 1 calc(50% - 12px);
  }
}
@media screen and (max-width: 620px) {
  #recruit .recruit_sec_01 .nav-list .nav-item {
    flex: 1 1 100%;
  }
}
#recruit .recruit_sec_01 .nav-list .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 13px 10px;
  text-decoration: none;
  color: #021556;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #021556;
  transition: all 0.3s ease;
}
#recruit .recruit_sec_01 .nav-list .nav-item .nav-link::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 30%;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid #021556;
  border-right: 1px solid #021556;
  transform: rotate(45deg);
}
#recruit .recruit_sec_01 .nav-list .nav-item .nav-link:hover {
  background-color: #021556;
  color: #ffffff;
  opacity: 1;
}
#recruit .recruit_sec_01 .nav-list .nav-item .nav-link:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
#recruit .recruit_sec_02 .sec_inner {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_02 .sec_inner {
    padding: 50px 0;
  }
}
#recruit .recruit_sec_02 .sec_inner .personality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #recruit .recruit_sec_02 .sec_inner .personality-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_02 .sec_inner .personality-grid {
    grid-template-columns: 1fr;
  }
}
#recruit .recruit_sec_02 .sec_inner .personality-grid .personality-card {
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 30px;
  min-height: 165px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_02 .sec_inner .personality-grid .personality-card {
    padding: 20px;
    min-height: auto;
  }
}
#recruit .recruit_sec_02 .sec_inner .personality-grid .personality-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 80px solid #a28e53;
  border-right: 80px solid transparent;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_02 .sec_inner .personality-grid .personality-card::before {
    border-top: 60px solid #a28e53;
    border-right: 60px solid transparent;
  }
}
#recruit .recruit_sec_02 .sec_inner .personality-grid .personality-card::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 11px;
  width: 26px;
  height: 16px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_02 .sec_inner .personality-grid .personality-card::after {
    top: 15px;
    left: 10px;
    width: 14px;
    height: 7px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }
}
#recruit .recruit_sec_02 .sec_inner .personality-grid .personality-card .card-title {
  color: #021556;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#recruit .recruit_sec_02 .sec_inner .personality-grid .personality-card .card-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_02 .sec_inner .personality-grid .personality-card .card-text {
    font-size: 16px;
  }
}
#recruit .recruit_sec_03 {
  background-color: #021556;
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_03 {
    padding: 50px 0;
  }
}
#recruit .recruit_sec_03 .sec_inner .sec_ttl02 .ttl {
  color: #fff;
  text-decoration-color: #fff;
}
#recruit .recruit_sec_03 .sec_inner02 {
  width: 98%;
  max-width: 1880px;
  margin: 0 auto;
  /* --- カードグリッド --- */
}
#recruit .recruit_sec_03 .sec_inner02 .numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #recruit .recruit_sec_03 .sec_inner02 .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_03 .sec_inner02 .numbers-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#recruit .recruit_sec_03 .sec_inner02 .numbers-grid .number-card {
  background-color: #ffffff;
  padding: 30px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_03 .sec_inner02 .numbers-grid .number-card {
    padding: 20px;
  }
}
#recruit .recruit_sec_03 .sec_inner02 .numbers-grid .card-title {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: bold;
  margin-bottom: 10px;
}
#recruit .recruit_sec_03 .sec_inner02 .numbers-grid .card-data {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #a68c5b;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_03 .sec_inner02 .numbers-grid .card-data {
    gap: 5px;
  }
}
#recruit .recruit_sec_03 .sec_inner02 .numbers-grid .card-data.center {
  align-items: center;
}
#recruit .recruit_sec_03 .sec_inner02 .numbers-grid .card-data .number {
  font-size: clamp(36px, 7vw, 100px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  font-variant-numeric: lining-nums;
  line-height: 1;
}
#recruit .recruit_sec_03 .sec_inner02 .numbers-grid .card-data .unit {
  font-size: clamp(18px, 2vw, 30px);
  font-weight: bold;
}
#recruit .recruit_sec_04 .sec_inner {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_04 .sec_inner {
    padding: 50px 0;
  }
}
#recruit .recruit_sec_04 .sec_inner .benefits-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #recruit .recruit_sec_04 .sec_inner .benefits-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px 30px;
  }
}
@media screen and (max-width: 480px) {
  #recruit .recruit_sec_04 .sec_inner .benefits-list {
    flex-direction: column;
    gap: 30px;
  }
}
#recruit .recruit_sec_04 .sec_inner .benefits-list .benefit-item {
  flex: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #recruit .recruit_sec_04 .sec_inner .benefits-list .benefit-item {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_04 .sec_inner .benefits-list .benefit-item {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 480px) {
  #recruit .recruit_sec_04 .sec_inner .benefits-list .benefit-item {
    flex: 0 0 100%;
  }
}
#recruit .recruit_sec_04 .sec_inner .benefits-list .benefit-item .icon-box {
  background-color: #eef4fb;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 480px) {
  #recruit .recruit_sec_04 .sec_inner .benefits-list .benefit-item .icon-box {
    margin: 0 auto 16px;
  }
}
#recruit .recruit_sec_04 .sec_inner .benefits-list .benefit-item .icon-box img {
  width: 78%;
  height: 60%;
  display: block;
  object-fit: contain;
}
#recruit .recruit_sec_04 .sec_inner .benefits-list .benefit-item .benefit-text {
  color: #021556;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: bold;
  line-height: 1.4;
}
#recruit .recruit_sec_05 .sec_inner {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_05 .sec_inner {
    padding: 50px 0;
  }
}
#recruit .recruit_sec_05 .sec_inner .voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #recruit .recruit_sec_05 .sec_inner .voice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_05 .sec_inner .voice-grid {
    grid-template-columns: 1fr;
  }
}
#recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card .voice-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
#recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card .voice-icon img {
  width: 100%;
  height: auto;
}
#recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card .voice-content {
  background-color: #ffffff;
  padding: 30px;
  margin-top: 40px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card .voice-content {
    padding: 20px;
  }
}
#recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card .voice-content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 30px solid #ffffff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
#recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card .voice-content .voice-text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card .voice-content .voice-text {
    font-size: 16px;
  }
}
#recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card .voice-content .voice-role {
  margin-top: auto;
  color: #021556;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_05 .sec_inner .voice-grid .voice-card .voice-content .voice-role {
    font-size: 16px;
  }
}
#recruit .recruit_sec_06 .sec_inner {
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_06 .sec_inner {
    padding: 50px 0;
  }
}
#recruit .recruit_sec_06 .sec_inner .mt-2 {
  margin-top: 8px;
}
#recruit .recruit_sec_06 .sec_inner .mt-4 {
  margin-top: 16px;
}
#recruit .recruit_sec_06 .sec_inner .alert-box {
  background-color: #ffffff;
  border: 1px solid #d51d1d;
  padding: 20px;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_06 .sec_inner .alert-box {
    padding: 10px;
  }
}
#recruit .recruit_sec_06 .sec_inner .alert-box p {
  color: #d51d1d;
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: bold;
}
#recruit .recruit_sec_06 .sec_inner .tab-list {
  display: flex;
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_06 .sec_inner .tab-list {
    flex-direction: column;
    gap: 3px;
  }
}
#recruit .recruit_sec_06 .sec_inner .tab-list .tab-list-item {
  flex: 1;
  background-color: rgba(2, 21, 86, 0.2);
  color: #021556;
  text-align: center;
  padding: 20px 10px;
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_06 .sec_inner .tab-list .tab-list-item {
    padding: 10px;
  }
}
#recruit .recruit_sec_06 .sec_inner .tab-list .tab-list-item.active {
  background-color: #021556;
  color: #ffffff;
}
#recruit .recruit_sec_06 .sec_inner .tab-list .tab-list-item .badge {
  background-color: #1294e5;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  padding: 12px;
  margin-right: 20px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_06 .sec_inner .tab-list .tab-list-item .badge {
    font-size: 16px;
    padding: 5px;
    margin-right: 10px;
  }
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item {
  display: none;
  background-color: #ffffff;
  padding: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #recruit .recruit_sec_06 .sec_inner .tab-contents-item {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_06 .sec_inner .tab-contents-item {
    padding: 20px;
  }
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item.active {
  display: block;
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list {
  border-top: 1px solid #dadce4;
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row {
  display: flex;
  border-bottom: 1px solid #dadce4;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row {
    flex-direction: column;
  }
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-title {
  width: 17%;
  color: #021556;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-title {
    font-size: 16px;
    width: 100%;
    padding: 20px 0 0;
  }
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-data {
  width: 83%;
  font-size: 18px;
  line-height: 1.8;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-data {
    font-size: 16px;
    width: 100%;
    padding: 20px 0;
  }
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-data .sub_field_ttl {
  display: inline-block;
  margin-bottom: 10px;
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-data .sub_field_ttl:not(:first-child) {
  margin-top: 20px;
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-data ul:not(.tag_list) li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 4px;
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-data ul:not(.tag_list) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  background-color: #1294e5;
  border-radius: 50%;
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-data ul.tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#recruit .recruit_sec_06 .sec_inner .tab-contents-item .guideline-list .guideline-row .guideline-data ul.tag_list li {
  border: 2px solid #dadce4;
  border-radius: 8px;
  padding: 3px 10px 5px;
}
#recruit .recruit_sec_07 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_07 {
    padding-top: 50px;
  }
}
#recruit .recruit_sec_07 .steps-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #recruit .recruit_sec_07 .steps-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_07 .steps-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}
#recruit .recruit_sec_07 .steps-wrapper .step-item {
  background-color: #eef4fb;
  padding: 30px;
  position: relative;
  flex-grow: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_07 .steps-wrapper .step-item {
    padding: 20px;
  }
}
#recruit .recruit_sec_07 .steps-wrapper .step-item::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 20px solid #eef4fb;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media only screen and (max-width: 767px) {
  #recruit .recruit_sec_07 .steps-wrapper .step-item::before {
    right: calc(50% - 30px);
    top: auto;
    bottom: -20px;
    transform: translateX(-50%) translateY(0);
    border-top: 20px solid #eef4fb;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
  }
}
#recruit .recruit_sec_07 .steps-wrapper .step-item .step {
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: bold;
  color: #021556;
  font-weight: bold;
}
#recruit .recruit_sec_07 .steps-wrapper .step-item:last-of-type {
  background: #021556;
}
#recruit .recruit_sec_07 .steps-wrapper .step-item:last-of-type:before {
  display: none;
}
#recruit .recruit_sec_07 .steps-wrapper .step-item:last-of-type .step {
  color: #fff;
}
#recruit .recruit_sec_07 .cta-inner {
  display: flex;
  justify-content: center;
  padding: 80px 0;
  gap: 40px;
  width: 90%;
  margin: 0 auto;
  max-width: 1396px;
}
@media print, screen and (max-width: 1100px) {
  #recruit .recruit_sec_07 .cta-inner {
    flex-direction: column;
  }
}
#recruit .recruit_sec_07 .cta-inner .common_btn {
  margin: 0 auto;
}
#recruit .recruit_sec_07 .cta-inner .common_btn.filled {
  background: #021556;
  color: #fff;
}
#recruit .recruit_sec_07 .cta-inner .common_btn.filled:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#recruit .recruit_sec_07 .cta-inner .common_btn.filled:hover {
  background: #fff;
  color: #021556;
}
#recruit .recruit_sec_07 .cta-inner .common_btn.filled:hover:before {
  border-right: 1px solid #021556;
  border-bottom: 1px solid #021556;
}

#business .middle_mv {
  background: url("../img/business/business_mv.webp?260522") no-repeat center/cover;
}
#business .copy_txt {
  margin-bottom: 30px;
}
#business .anchor {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #business .anchor {
    margin-top: 50px;
  }
}
#business .anchor li {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 767px) {
  #business .anchor li {
    width: 100%;
  }
}
#business #sec_2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#business #sec_2 ul li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #business #sec_2 ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #business #sec_2 ul li {
    width: 100%;
  }
}
#business #sec_2 ul li h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  padding: 20px;
  background: #021556;
  color: #fff;
}
#business #sec_2 ul li p {
  font-weight: 400;
}
#business .img_text {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #business .img_text {
    margin-top: 0;
    background: #EEF4FB;
  }
}
#business .img_text img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #business .img_text img {
    position: unset;
    width: 100%;
  }
}
#business .img_text .text {
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  #business .img_text .text {
    padding: 50px 0 0;
  }
}
#business .img_text .text .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #EEF4FB;
}
@media only screen and (max-width: 767px) {
  #business .img_text .text .bg {
    display: none;
  }
}
#business .img_text .text .text_inner {
  position: relative;
  z-index: 1;
  width: 36vw;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #business .img_text .text .text_inner {
    width: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  #business .img_text .text .text_inner {
    width: 100%;
  }
}
#business .img_text .text .text_inner .common_btn {
  margin-top: 40px;
}
#business #sec_4 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #business #sec_4 {
    padding-top: 0;
  }
}
#business #sec_4 img {
  left: 0;
  right: unset;
}
#business #sec_4 .text .bg {
  right: unset;
  left: 0;
}
#business #sec_4 .text .text_inner {
  margin-left: auto;
}
#business #sec_5 {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #business #sec_5 .sec_inner {
    width: 100%;
  }
}
#business #sec_5 .sec_ttl02 {
  text-align: center;
  margin: 0 auto 50px;
}
#business #sec_5 ul {
  justify-content: center;
  max-width: 1080px;
  margin: 50px auto 0px;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 ul {
    margin: 30px auto 0px;
    width: calc(100% - 20px);
  }
}
#business #sec_5 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 60px) / 3);
  padding-top: 1.5%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #CAC7BE;
  background: #F6F4EE;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #business #sec_5 ul li {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #business #sec_5 ul li {
    justify-content: center;
    width: calc((100% - 5px) / 2);
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  #business #sec_5 ul li:first-of-type {
    margin-right: 20px;
  }
}
#business #sec_5 ul li:not(:last-of-type) {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 ul li:not(:last-of-type) {
    margin-right: 5px;
  }
}
#business #sec_5 ul li .num {
  padding-bottom: 10px;
  border-bottom: 1px solid #0244a7;
  color: #0244a7;
  font-size: clamp(16px, 2vw, 32px);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "palt" on;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 ul li .num {
    padding-bottom: 0;
  }
}
#business #sec_5 ul li .p_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  font-size: clamp(16px, 1.5vw, 24px);
  font-weight: 600;
  color: #021556;
}
@media only screen and (min-width: 1101px) {
  #business #sec_5 ul li .p_ttl {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #business #sec_5 ul li .p_ttl {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #business #sec_5 ul li .p_ttl {
    margin-bottom: 0px;
    font-size: clamp(0px, 3.3vw, 24px);
  }
}
#business #sec_5 ul li .df_txt {
  font-size: clamp(14px, 1vw, 18px);
}
@media only screen and (max-width: 767px) {
  #business #sec_5 ul li .df_txt {
    font-size: clamp(10px, 2.5vw, 16px);
  }
}
#business #sec_5 ul li .p3_txt {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 ul li .p3_txt {
    font-size: clamp(10px, 2.5vw, 16px);
  }
}
#business #sec_5 ul li .p3_txt span {
  font-size: clamp(16px, 1.5vw, 22px);
}
@media only screen and (max-width: 767px) {
  #business #sec_5 ul li .p3_txt span {
    font-size: clamp(10px, 3vw, 16px);
  }
}
#business #sec_5 .note_txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 .note_txt {
    text-align: left;
    padding-left: 8vw;
  }
}
#business #sec_5 .felt_flow {
  position: relative;
  max-width: 1536px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 .felt_flow {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #business #sec_5 .felt_flow:-webkit-scrollbar {
    display: none;
  }
}
#business #sec_5 .felt_flow .felt_flow_inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 .felt_flow .felt_flow_inner {
    display: block;
    width: 200%;
    max-width: unset;
  }
}
#business #sec_5 .felt_flow .felt_flow_inner img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 .felt_flow .felt_flow_inner img {
    display: block;
    max-width: unset;
  }
}
#business #sec_5 .scroll_bar {
  display: none;
  width: calc(100% - 20px);
  height: 6px;
  margin: 20px auto 0;
  border-radius: 20px;
  background: #DBDBDB;
}
@media only screen and (max-width: 767px) {
  #business #sec_5 .scroll_bar {
    display: block;
  }
}
#business #sec_5 .scroll_bar .bar {
  display: block;
  width: 160px;
  height: 100%;
  border-radius: 20px;
  background: #3F3F3F;
}

#felt .flow_list li div .icon_wrapper, #fiber .flow_list li div .icon_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #felt .flow_list li div .icon_wrapper, #fiber .flow_list li div .icon_wrapper {
    height: 100px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#felt .flow_list li div .icon, #fiber .flow_list li div .icon {
  width: 4.7vw;
  margin-bottom: clamp(0px, 1.6vw, 30px);
}
@media only screen and (max-width: 767px) {
  #felt .flow_list li div .icon, #fiber .flow_list li div .icon {
    width: 17vw;
    margin-bottom: clamp(0px, 8.3vw, 20px);
  }
}
#felt .flow_list li div .icon.email, #fiber .flow_list li div .icon.email {
  max-width: 90px;
  aspect-ratio: 90/66;
  background: url(../img/business/icon_email.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.note, #fiber .flow_list li div .icon.note {
  max-width: 76px;
  aspect-ratio: 19/18;
  background: url(../img/business/icon_note.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.box, #fiber .flow_list li div .icon.box {
  max-width: 76px;
  aspect-ratio: 76/71;
  background: url(../img/business/icon_box.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.talk, #fiber .flow_list li div .icon.talk {
  max-width: 90px;
  aspect-ratio: 90/53;
  background: url(../img/business/icon_talk.svg) no-repeat center/contain;
}
#felt .flow_list li div .icon.select, #fiber .flow_list li div .icon.select {
  max-width: 90px;
  aspect-ratio: 1/1;
  background: url(../img/business/icon_select.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.gear, #fiber .flow_list li div .icon.gear {
  max-width: 76px;
  aspect-ratio: 38/37;
  background: url(../img/business/icon_gear.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.checksheet, #fiber .flow_list li div .icon.checksheet {
  max-width: 80px;
  aspect-ratio: 40/41;
  background: url(../img/business/icon_checksheet.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.truck, #fiber .flow_list li div .icon.truck {
  max-width: 90px;
  aspect-ratio: 45/31;
  background: url(../img/business/icon_truck.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.agree, #fiber .flow_list li div .icon.agree {
  max-width: 76px;
  aspect-ratio: 38/41;
  background: url(../img/business/icon_agree.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.test-run, #fiber .flow_list li div .icon.test-run {
  max-width: 64px;
  aspect-ratio: 4/5;
  background: url(../img/business/icon_test-run.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.construction, #fiber .flow_list li div .icon.construction {
  max-width: 60px;
  aspect-ratio: 30/41;
  background: url(../img/business/icon_construction.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.setting, #fiber .flow_list li div .icon.setting {
  max-width: 72px;
  aspect-ratio: 36/35;
  background: url(../img/business/icon_setting.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.design, #fiber .flow_list li div .icon.design {
  max-width: 78px;
  aspect-ratio: 78/61;
  background: url(../img/business/icon_design.svg) no-repeat center/cover;
}
#felt .flow_list li div .icon.paper, #fiber .flow_list li div .icon.paper {
  max-width: 90px;
  aspect-ratio: 90/37;
  background: url(../img/business/icon_paper.svg) no-repeat center/contain;
}

#felt .middle_mv {
  background: url("../img/business/felt_mv.webp") no-repeat center/cover;
}
#felt .copy_txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #felt #sec_1 .sec_ttl .en {
    font-size: clamp(0px, 10vw, 115px);
  }
}
#felt #sec_2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#felt #sec_2 ul li {
  width: calc((100% - 90px) / 4);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #felt #sec_2 ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #felt #sec_2 ul li {
    width: 100%;
  }
}
#felt #sec_2 ul li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 120px;
  margin-bottom: 10px;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  background: #021556;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #felt #sec_2 ul li h4 {
    height: 75px;
  }
}
#felt #sec_2 ul li p {
  font-weight: 400;
}
#felt .img_text {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #felt .img_text {
    margin-top: 0;
    background: #EEF4FB;
  }
}
#felt .img_text img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #felt .img_text img {
    position: unset;
    width: 100%;
  }
}
#felt .img_text .text {
  position: relative;
  min-height: 720px;
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #felt .img_text .text {
    min-height: unset;
    padding: 50px 0 0;
  }
}
#felt .img_text .text .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #EEF4FB;
}
@media only screen and (max-width: 767px) {
  #felt .img_text .text .bg {
    display: none;
  }
}
#felt .img_text .text .text_inner {
  position: relative;
  z-index: 1;
  width: 36vw;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #felt .img_text .text .text_inner {
    width: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  #felt .img_text .text .text_inner {
    width: 100%;
  }
}
#felt .img_text .text .text_inner .common_btn {
  margin-top: 40px;
}
#felt #sec_4 {
  overflow: hidden;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #felt #sec_4 {
    padding-top: 0;
  }
}
#felt #sec_4 img {
  left: 0;
  right: unset;
}
#felt #sec_4 .text .bg {
  right: unset;
  left: 0;
}
#felt #sec_4 .text .text_inner {
  margin-left: auto;
}
#felt #sec_5 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #felt #sec_5 {
    padding-top: 0;
  }
}
#felt #sec_5 .common_btn {
  font-size: clamp(14px, 1.5vw, 24px);
}
#felt #sec_6 {
  margin-top: 0;
}
#felt #sec_6 .df_txt {
  margin-bottom: 80px;
}
#felt #sec_6 .flow_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media only screen and (max-width: 767px) {
  #felt #sec_6 .flow_list {
    justify-content: center;
    gap: 40px 20px;
  }
}
#felt #sec_6 .flow_list li {
  position: relative;
  z-index: 2;
  width: calc((100% - 90px) / 4);
  aspect-ratio: 360/205;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #felt #sec_6 .flow_list li {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #felt #sec_6 .flow_list li {
    width: 100%;
    max-width: 350px;
    aspect-ratio: unset;
  }
}
#felt #sec_6 .flow_list li:nth-of-type(n+5):before {
  left: unset;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  #felt #sec_6 .flow_list li:nth-of-type(n+5):before {
    left: 50%;
    right: unset;
  }
}
@media only screen and (max-width: 767px) {
  #felt #sec_6 .flow_list li:nth-of-type(n+7):before {
    right: 30px;
    left: unset;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  #felt #sec_6 .flow_list li:nth-of-type(n+7):before {
    right: unset;
    left: 50%;
  }
}
#felt #sec_6 .flow_list li:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 20px;
  background: #EEF1F3;
}
@media only screen and (max-width: 767px) {
  #felt #sec_6 .flow_list li:before {
    width: 20px;
    height: 100%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#felt #sec_6 .flow_list li div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0 30px 20px;
  background: #E5F5FF;
}
@media only screen and (max-width: 767px) {
  #felt #sec_6 .flow_list li div {
    padding: 30px 20px 20px;
  }
}
#felt #sec_6 .flow_list li div .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  background: #1294E5;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #felt #sec_6 .flow_list li div .num {
    width: 30px;
    font-size: 18px;
  }
}
#felt #sec_6 .flow_list li div p {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 600;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #felt #sec_6 .flow_list li div p {
    font-size: clamp(14px, 2.7vw, 20px);
  }
}
#felt #sec_7 .sec_inner .works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  #felt #sec_7 .sec_inner .works_list {
    margin: 40px 0;
    justify-content: center;
  }
}
#felt #sec_7 .sec_inner .works_list li {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 10px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #felt #sec_7 .sec_inner .works_list li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #felt #sec_7 .sec_inner .works_list li {
    width: 100%;
    max-width: 400px;
  }
}
#felt #sec_7 .sec_inner .works_list li:hover figure img {
  transform: scale(1.1);
}
#felt #sec_7 .sec_inner .works_list li figure {
  overflow: hidden;
  aspect-ratio: 472/340;
  text-align: center;
}
#felt #sec_7 .sec_inner .works_list li figure img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#felt #sec_7 .sec_inner .works_list li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #1294E5;
}
@media only screen and (max-width: 767px) {
  #felt #sec_7 .sec_inner .works_list li figure figcaption {
    padding: 0 10px 2px;
    font-size: 16px;
  }
}
#felt #sec_7 .sec_inner .works_list li figure figcaption:has(.cat2) {
  background: #34509D;
}
#felt #sec_7 .sec_inner .works_list li figure figcaption:has(.cat3) {
  background: #00A3A3;
}
#felt #sec_7 .sec_inner .works_list li .text {
  padding: 20px 20px 20px;
}
#felt #sec_7 .sec_inner .works_list li .text h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #felt #sec_7 .sec_inner .works_list li .text h3 {
    font-size: 18px;
  }
}
#felt #sec_7 .sec_inner .works_list li .text .content {
  margin-bottom: 20px;
  font-size: 18px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media only screen and (max-width: 767px) {
  #felt #sec_7 .sec_inner .works_list li .text .content {
    font-size: 16px;
  }
}
#felt #sec_7 .sec_inner .works_list li .text .tag {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  background: #fff;
}
#felt #sec_8 {
  padding-bottom: 80px;
}

#fiber .middle_mv {
  background: url("../img/business/fiber_mv.webp") no-repeat center/cover;
}
#fiber .copy_txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_1 .sec_ttl .en {
    font-size: clamp(0px, 10vw, 115px);
  }
}
#fiber .img_text {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #fiber .img_text {
    margin-top: 0;
    background: #EEF4FB;
  }
}
#fiber .img_text img {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #fiber .img_text img {
    position: unset;
    width: 100%;
  }
}
#fiber .img_text .text {
  position: relative;
  min-height: 720px;
  padding: 100px 0 120px;
}
@media only screen and (max-width: 767px) {
  #fiber .img_text .text {
    min-height: unset;
    padding: 50px 0 0;
  }
}
#fiber .img_text .text .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #EEF4FB;
}
@media only screen and (max-width: 767px) {
  #fiber .img_text .text .bg {
    display: none;
  }
}
#fiber .img_text .text .text_inner {
  position: relative;
  z-index: 1;
  width: 36vw;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fiber .img_text .text .text_inner {
    width: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  #fiber .img_text .text .text_inner {
    width: 100%;
  }
}
#fiber .img_text .text .text_inner .common_btn {
  margin-top: 40px;
}
#fiber #sec_3 {
  overflow: hidden;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_3 {
    padding-top: 0;
  }
}
#fiber #sec_3 img {
  left: 0;
  right: unset;
}
#fiber #sec_3 .text .bg {
  right: unset;
  left: 0;
}
#fiber #sec_3 .text .text_inner {
  margin-left: auto;
}
#fiber #sec_4 {
  background: #EEF4FB;
}
#fiber #sec_4 .sec_inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_4 .sec_inner ul {
    justify-content: center;
  }
}
#fiber #sec_4 .sec_inner ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 3);
  padding: 10px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fiber #sec_4 .sec_inner ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #fiber #sec_4 .sec_inner ul li {
    width: 100%;
    max-width: 400px;
  }
}
#fiber #sec_4 .sec_inner ul li figure {
  aspect-ratio: 472/340;
}
#fiber #sec_4 .sec_inner ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#fiber #sec_4 .sec_inner ul li .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}
#fiber #sec_4 .sec_inner ul li .text h4 {
  margin-bottom: 10px;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 600;
  color: #021556;
}
#fiber #sec_4 .sec_inner ul li .text .df_txt {
  flex-grow: 1;
  font-weight: 400;
}
#fiber #sec_5 .sec_inner .df_txt {
  font-weight: 400;
}
#fiber #sec_5 .sec_inner ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#fiber #sec_5 .sec_inner ul li {
  display: flex;
  gap: 30px;
  padding: 30px;
  background: #F6F4EE;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_5 .sec_inner ul li {
    flex-direction: column;
    align-items: center;
  }
}
#fiber #sec_5 .sec_inner ul li figure {
  flex-shrink: 0;
  width: 20vw;
  max-width: 350px;
  min-width: 300px;
  aspect-ratio: 350/250;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_5 .sec_inner ul li figure {
    width: 100%;
    max-width: 400px;
    min-width: unset;
  }
}
#fiber #sec_5 .sec_inner ul li .text .num {
  padding: 3px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #021556;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_5 .sec_inner ul li .text .num {
    font-size: 16px;
  }
}
#fiber #sec_5 .sec_inner ul li .text h4 {
  margin-bottom: 10px;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 600;
  color: #021556;
}
#fiber #sec_6 {
  background: #EEF4FB;
}
#fiber #sec_6 .sec_inner > .df_txt {
  margin-bottom: 80px;
}
#fiber #sec_6 .sec_inner .flow_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list {
    justify-content: center;
    gap: 40px 20px;
  }
}
#fiber #sec_6 .sec_inner .flow_list li {
  position: relative;
  z-index: 2;
  width: calc((100% - 90px) / 4);
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fiber #sec_6 .sec_inner .flow_list li {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list li {
    width: 100%;
    max-width: 350px;
    aspect-ratio: unset;
  }
}
#fiber #sec_6 .sec_inner .flow_list li:nth-of-type(5):before {
  width: calc(100% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list li:nth-of-type(5):before {
    width: 20px;
    transform: translateX(-50%);
  }
}
#fiber #sec_6 .sec_inner .flow_list li:nth-of-type(n+9):before {
  left: unset;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list li:nth-of-type(n+9):before {
    left: 50%;
    right: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fiber #sec_6 .sec_inner .flow_list li:nth-of-type(9):before {
    left: unset;
    right: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fiber #sec_6 .sec_inner .flow_list li:nth-of-type(n+4):before {
    width: calc(100% + 60px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fiber #sec_6 .sec_inner .flow_list li:nth-of-type(n+10):before {
    width: 100%;
    left: unset;
    right: 30px;
    transform: translateY(-50%);
  }
}
#fiber #sec_6 .sec_inner .flow_list li:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 20px;
  background: #C2CCE6;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list li:before {
    top: 30px;
    left: 50%;
    width: 20px;
    height: 100%;
    transform: translateX(-50%);
  }
}
#fiber #sec_6 .sec_inner .flow_list li div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 0px 30px 20px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fiber #sec_6 .sec_inner .flow_list li div {
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list li div {
    padding: 30px 20px 20px;
  }
}
#fiber #sec_6 .sec_inner .flow_list li div .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  background: #34509D;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list li div .num {
    width: 30px;
    font-size: 18px;
  }
}
#fiber #sec_6 .sec_inner .flow_list li div .icon {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list li div .icon {
    margin-bottom: 0;
  }
}
#fiber #sec_6 .sec_inner .flow_list li div .ttl {
  font-size: clamp(14px, 1.2vw, 20px);
  font-weight: 600;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list li div .ttl {
    font-size: clamp(14px, 2.7vw, 20px);
  }
}
#fiber #sec_6 .sec_inner .flow_list li div .df_txt {
  margin-top: 10px;
  text-align: center;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fiber #sec_6 .sec_inner .flow_list li div .df_txt {
    font-size: clamp(12px, 1.5vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  #fiber #sec_6 .sec_inner .flow_list li div .df_txt {
    font-size: clamp(14px, 3.3vw, 14px);
  }
}
#fiber #sec_7 .sec_inner .works_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_7 .sec_inner .works_list {
    margin: 40px 0;
    justify-content: center;
  }
}
#fiber #sec_7 .sec_inner .works_list li {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 10px;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #fiber #sec_7 .sec_inner .works_list li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #fiber #sec_7 .sec_inner .works_list li {
    width: 100%;
    max-width: 400px;
  }
}
#fiber #sec_7 .sec_inner .works_list li:hover figure img {
  transform: scale(1.1);
}
#fiber #sec_7 .sec_inner .works_list li figure {
  overflow: hidden;
  aspect-ratio: 472/340;
  text-align: center;
}
#fiber #sec_7 .sec_inner .works_list li figure img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#fiber #sec_7 .sec_inner .works_list li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #1294E5;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_7 .sec_inner .works_list li figure figcaption {
    padding: 0 10px 2px;
    font-size: 16px;
  }
}
#fiber #sec_7 .sec_inner .works_list li figure figcaption:has(.cat2) {
  background: #34509D;
}
#fiber #sec_7 .sec_inner .works_list li figure figcaption:has(.cat3) {
  background: #00A3A3;
}
#fiber #sec_7 .sec_inner .works_list li .text {
  padding: 20px 20px 20px;
}
#fiber #sec_7 .sec_inner .works_list li .text h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #fiber #sec_7 .sec_inner .works_list li .text h3 {
    font-size: 18px;
  }
}
#fiber #sec_7 .sec_inner .works_list li .text .content {
  margin-bottom: 20px;
  font-size: 18px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media only screen and (max-width: 767px) {
  #fiber #sec_7 .sec_inner .works_list li .text .content {
    font-size: 16px;
  }
}
#fiber #sec_7 .sec_inner .works_list li .text .tag {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  background: #fff;
}
#fiber #sec_8 {
  padding-bottom: 80px;
}

#news #news_all {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #news #news_all {
    padding-bottom: 50px;
  }
}
#news .news_list {
  width: 100%;
  max-width: 1200px;
}
#news .news_list li:first-of-type a {
  border-top: 1px solid #DADCE4;
}
#news .news_list li a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 10px;
  border-bottom: 1px solid #DADCE4;
}
@media only screen and (max-width: 767px) {
  #news .news_list li a {
    display: block;
  }
}
#news .news_list li a p {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #news .news_list li a p {
    font-size: 16px;
  }
}
#news .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 0 80px;
}
@media only screen and (max-width: 767px) {
  #news .container {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  #news .container {
    flex-direction: column;
  }
}
#news .container .side_menu {
  flex-shrink: 0;
  width: clamp(230px, 16vw, 300px);
}
@media only screen and (max-width: 767px) {
  #news .container .side_menu {
    width: 100%;
  }
}
#news .container .side_menu h3 {
  padding: 5px 0 8px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #021556;
  background: #EDE9DF;
}
@media only screen and (max-width: 767px) {
  #news .container .side_menu h3 {
    font-size: 16px;
  }
}
#news .container .side_menu .category_menu {
  width: 100%;
  margin-bottom: 50px;
}
#news .container .side_menu .category_menu ul li a {
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #DADCE4;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #news .container .side_menu .category_menu ul li a {
    font-size: 16px;
  }
}
#news .container .side_menu .archive_menu details {
  padding: 20px 0;
  border-bottom: 1px solid #DADCE4;
}
#news .container .side_menu .archive_menu details[open] summary {
  padding: 0 10px 20px;
}
#news .container .side_menu .archive_menu details[open] summary:before {
  transform: translateY(-40%) rotate(135deg);
}
#news .container .side_menu .archive_menu details summary {
  cursor: pointer;
  position: relative;
  list-style: none;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #news .container .side_menu .archive_menu details summary {
    font-size: 16px;
  }
}
#news .container .side_menu .archive_menu details summary:-webkit-details-marker {
  display: none;
}
#news .container .side_menu .archive_menu details summary:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #021556;
  border-left: 1px solid #021556;
  transform: translateY(-40%) rotate(-45deg);
}
#news .container .side_menu .archive_menu details ul li a {
  padding: 0 20px;
}
#news .time {
  font-size: 18px;
  color: #5889B2;
}
@media only screen and (max-width: 767px) {
  #news .time {
    display: inline-block;
    margin-right: 20px;
  }
}
#news .category {
  flex-shrink: 0;
  padding: 0 20px 2px;
  color: #fff;
  background: #021556;
}
@media only screen and (max-width: 767px) {
  #news .category {
    display: inline-block;
  }
}
#news .post_content {
  margin-bottom: 80px;
}
#news .post_content .meta_data {
  margin-bottom: 20px;
}
#news .post_content .meta_data .time {
  display: inline-block;
  margin-right: 20px;
}

#works .taxonomy_ul {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #works .taxonomy_ul {
    margin-top: 50px;
  }
}
#works .category_list {
  display: flex;
}
#works .category_list .category_ttl {
  flex-shrink: 0;
  width: 150px;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 700;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #works .category_list .category_ttl {
    width: 100px;
  }
}
#works .category_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #works .category_list ul {
    gap: 10px;
  }
}
#works .category_list ul li.cat1 a {
  border: 1px solid #1294E5;
}
#works .category_list ul li.cat1 a:hover {
  color: #1294E5;
}
#works .category_list ul li.cat2 a {
  border: 1px solid #34509D;
}
#works .category_list ul li.cat2 a:hover {
  color: #34509D;
}
#works .category_list ul li.cat3 a {
  border: 1px solid #00A3A3;
}
#works .category_list ul li.cat3 a:hover {
  color: #00A3A3;
}
#works .category_list ul li a {
  display: block;
  box-sizing: border-box;
  padding: 0 10px 3px;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
}
#works .category_list ul li a:hover {
  background: #333;
  opacity: 1;
}
#works .tag_list {
  display: flex;
  margin-top: 20px;
}
#works .tag_list .tag_ttl {
  flex-shrink: 0;
  width: 150px;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 700;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #works .tag_list .tag_ttl {
    width: 100px;
  }
}
#works .tag_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  #works .tag_list ul {
    gap: 10px;
  }
}
#works .tag_list ul li a {
  padding: 0 10px 3px;
  border: 1px solid #EBE9E2;
}
#works .tag_list ul li a:hover {
  background: #333;
  color: #fff;
}
#works .works_list {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #works .works_list {
    margin-top: 50px;
  }
}
#works .works_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  #works .works_list ul {
    justify-content: center;
  }
}
#works .works_list ul li {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 10px;
  background: #F6F4EE;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #works .works_list ul li {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #works .works_list ul li {
    width: 100%;
    max-width: 400px;
  }
}
#works .works_list ul li:hover figure img {
  transform: scale(1.1);
}
#works .works_list ul li figure {
  overflow: hidden;
  aspect-ratio: 472/340;
  text-align: center;
}
#works .works_list ul li figure img {
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
#works .works_list ul li figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #34509D;
}
@media only screen and (max-width: 767px) {
  #works .works_list ul li figure figcaption {
    padding: 0 10px 2px;
    font-size: 16px;
  }
}
#works .works_list ul li figure figcaption:has(.cat2) {
  background: #1294E5;
}
#works .works_list ul li figure figcaption:has(.cat3) {
  background: #00A3A3;
}
#works .works_list ul li .text {
  padding: 20px 20px 20px;
}
#works .works_list ul li .text h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #works .works_list ul li .text h3 {
    font-size: 18px;
  }
}
#works .works_list ul li .text .content {
  margin-bottom: 20px;
  font-size: 18px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media only screen and (max-width: 767px) {
  #works .works_list ul li .text .content {
    font-size: 16px;
  }
}
#works .works_list ul li .text .tag {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  background: #fff;
}
#works .works_middle {
  margin-top: 80px;
}
#works .works_middle .meta_data {
  margin-top: 80px;
}
#works .works_middle .meta_data .category {
  display: inline-block;
  margin-bottom: 20px;
  padding: 3px 20px 5px;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  color: #fff;
}
#works .works_middle .meta_data .category.cat1 {
  background: #34509D;
}
#works .works_middle .meta_data .category.cat2 {
  background: #1294E5;
}
#works .works_middle .meta_data h2 {
  padding-bottom: unset;
  border-bottom: unset;
  margin-bottom: unset;
}
#works .works_middle .meta_data .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #works .works_middle .meta_data .tag_list {
    gap: 10px;
  }
}
#works .works_middle .meta_data .tag_list span {
  padding: 0 10px 3px;
  background: #EBE9E2;
}
#works .works_middle .usage_container {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 50px 0;
}
#works .works_middle .usage_container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc((100% - 100vw) / 2);
  display: block;
  width: 100vw;
  height: 100%;
  background: #F6F4EE;
}
#works .works_middle .usage_container .flex {
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  #works .works_middle .usage_container .flex {
    flex-direction: column;
    gap: 40px;
  }
}
#works .works_middle .usage_container .flex p {
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 500;
}
#works .works_middle .usage_container .flex img {
  width: 460px;
  aspect-ratio: 480/330;
  object-fit: cover;
}
#works .works_middle .issue_container {
  position: relative;
  margin-bottom: 60px;
  padding: 50px 0;
}
#works .works_middle .issue_container:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc((100% - 100vw) / 2);
  display: block;
  width: 100vw;
  height: 100%;
  background: #EEF4FB;
}
#works .works_middle .issue_container .flex {
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  #works .works_middle .issue_container .flex {
    flex-direction: column;
    gap: 40px;
  }
}
#works .works_middle .issue_container .flex p {
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 500;
}
#works .works_middle .issue_container .flex img {
  width: 460px;
  aspect-ratio: 480/330;
  object-fit: cover;
}
#works .works_middle .main_text {
  max-width: 1200px;
  margin: 0 auto;
}
#works .works_middle .single_pagenation {
  margin-top: 100px;
}
#works .works_middle .taxonomy_ul {
  margin-bottom: 50px;
  padding: 50px 0;
  border-top: 1px solid #DADCE4;
  border-bottom: 1px solid #DADCE4;
}
#works .works_middle .works_single_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 60px;
  background: #EEF4FB;
}
@media only screen and (max-width: 767px) {
  #works .works_middle .works_single_footer {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
  }
}
#works .works_middle .works_single_footer .text h3 {
  margin-bottom: 20px;
  font-size: clamp(24px, 1.6vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #works .works_middle .works_single_footer .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#works .works_middle .works_single_footer .text p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #works .works_middle .works_single_footer .text p {
    font-size: 14px;
  }
}
#works .works_middle .works_single_footer .contact_link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32vw;
  max-width: 490px;
  min-width: 250px;
  padding: 20px 40px;
  background: #021556;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #works .works_middle .works_single_footer .contact_link {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #works .works_middle .works_single_footer .contact_link {
    width: 100%;
    padding: 15px 20px;
  }
}
#works .works_middle .works_single_footer .contact_link:before {
  content: "";
  width: 36px;
  aspect-ratio: 44/28;
  background: url("../img/common/mail.svg") no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  #works .works_middle .works_single_footer .contact_link:before {
    width: 28px;
  }
}
#works .works_middle .works_single_footer .contact_link:after {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  transform: rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  #works .works_middle .works_single_footer .contact_link:after {
    width: 14px;
  }
}

#contact .contact_thanks {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #contact .contact_thanks {
    margin-bottom: 40px;
  }
}
#contact .contact_thanks p {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #contact .contact_thanks p {
    font-size: 16px;
  }
}
#contact .contact_thanks p:not(:last-child) {
  margin-bottom: 20px;
}
#contact .sec_inner .contact_description {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .contact_description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item:has([data-name=privacy_check]) {
  border-bottom: unset;
  justify-content: center;
}
#contact .sec_inner .snow-monkey-form .smf-form .privacy_policy_container {
  overflow-y: scroll;
  height: 400px;
  margin-top: 60px;
  padding: 30px 30px 0;
  border: 1px solid #DADCE4;
}
#contact .sec_inner .snow-monkey-form .smf-form .privacy_policy_container h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
#contact .sec_inner .snow-monkey-form .smf-form .privacy_policy_container h4 {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
#contact .sec_inner .snow-monkey-form .smf-form .privacy_policy_container p {
  margin-bottom: 30px;
}

#contact .sec_inner .snow-monkey-form .smf-form {
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form {
    margin-bottom: 30px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid #D2D8DD;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item:first-of-type {
  border-top: 1px solid #D2D8DD;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item:first-of-type th {
    border-top: none;
    padding: 20px 10px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item:first-of-type td {
    border-top: none;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item.nini .smf-item__col--label .smf-item__description {
  background-color: #D7E1E9;
  color: #000;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item.fit .smf-item__col--label .smf-item__description {
  width: fit-content;
  padding: 1px 10px 3px;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 19%;
  min-width: 230px;
  padding: 20px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #021556;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--label {
    width: 100%;
    min-width: auto;
    padding: 10px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--label .smf-item__description {
  width: 45px;
  margin-top: unset;
  padding: 1px 0 3px;
  color: white;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  background-color: #D51D1D;
  text-align: center;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) {
  width: 75%;
  padding: 20px 0 20px 15px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) {
    width: 100%;
    padding: 0px 5px 20px 5px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) .smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) .smf-radio-buttons-control__control {
    gap: 20px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) .smf-radio-buttons-control__control .smf-label:nth-of-type(2) {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) .smf-radio-buttons-control__control .smf-label:nth-of-type(2) {
    width: unset;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).inquiry_item_td .input_wrap {
  display: flex;
  flex-direction: unset;
  flex-wrap: wrap;
  gap: 10px 20px;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).inquiry_item_td .horizontal-item {
  margin-left: 0;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) .input_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).name_td {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).name_td {
    flex-direction: column;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).name_td .input_wrap {
  width: 50%;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).name_td .input_wrap {
    width: 100%;
    max-width: unset;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div {
  display: flex;
}
@media only screen and (min-width: 1101px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div {
    align-items: flex-start;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div span:not(.input_wrap, .error) {
  display: inline-block;
  text-align: right;
  width: 140px;
  margin-right: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div span:not(.input_wrap, .error) {
    margin-right: 10px;
    width: 60px;
    font-size: 14px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div #search {
  cursor: pointer;
  text-align: center;
  width: 100px;
  margin-left: 10px;
  padding: 5px 0 7px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #687179;
  color: white;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div #search {
    flex-shrink: 0;
    width: 90px;
    padding: 7px 0;
    margin-left: 5px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address_search {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address_search span:not(.input_wrap) {
    flex-shrink: 0;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address_search span.input_wrap {
  width: auto;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address_search input {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address_search input {
    width: 100%;
    max-width: 250px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 {
  flex-wrap: unset;
}
@media print, screen and (max-width: 1100px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 {
    flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 {
    align-items: unset;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 p {
  display: flex;
}
@media only screen and (min-width: 1101px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 p {
    align-items: center;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 p:first-of-type {
  flex-shrink: 0;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 p:nth-of-type(2) {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 p span:not(.input_wrap) {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 .select_wrapper {
    width: 100%;
    max-width: 250px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 .select_wrapper select {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 .select_wrapper select {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address2_3 input {
    width: 100%;
    flex-shrink: 1;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address3 span:not(.input_wrap) {
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])).address_td div.address3 input {
    width: unset;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) label span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) label span {
    font-size: 14px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) input {
  width: 100%;
  height: 40px;
  background-color: #FAFAFA;
  border: 1px solid #DADCE4;
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) input {
    font-size: 14px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) input::placeholder {
  color: #999;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) textarea {
  width: 100%;
  background-color: #FAFAFA;
  border: 1px solid #DADCE4;
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) textarea {
    font-size: 14px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) textarea::placeholder {
  color: #999;
}
#contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) select {
  background-color: #fff;
  border: 1px solid #D2D8DD;
  border-radius: 4px;
  padding: 7px 5px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form .smf-item .smf-item__col--controls:not(:has([data-name=privacy_check])) select {
    padding: 10px 5px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=radio] {
  display: none;
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=radio] + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=radio] + span::after, #contact .sec_inner .snow-monkey-form .smf-form input[type=radio] + span::before {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=radio] + span::before {
  border: 1px solid #ccc;
  left: 0.2em;
  top: 0.5em;
  height: 20px;
  width: 20px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form input[type=radio] + span::before {
    top: 5px;
    height: 18px;
    width: 18px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=radio] + span::after {
  background: #FFF;
  height: 8px;
  width: 8px;
  left: 9px;
  top: 15px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form input[type=radio] + span::after {
    left: 8px;
    top: 10px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=radio]:checked + span::before {
  background: #0244A7;
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox] {
  display: none;
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox] + span {
  padding-left: 35px;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox] + span {
    font-size: 14px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox] + span::after, #contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox] + span::before {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  left: 0.2em;
  height: 20px;
  width: 20px;
  top: 0.3em;
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox] + span::after {
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 10px;
  opacity: 0;
  top: 7px;
  transform: rotate(45deg);
  width: 7px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox] + span::after {
    top: 6px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox]:checked + span::before {
  background: #0244A7;
}
#contact .sec_inner .snow-monkey-form .smf-form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] {
  text-align: center;
  margin: 50px auto 0;
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field label {
  display: inline-block;
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox] {
  display: none;
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox] + span {
  padding-left: 35px;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox] + span {
    font-size: 14px;
  }
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox] + span::after, #contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox] + span::before {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  left: 0.2em;
  height: 20px;
  width: 20px;
  top: 0.3em;
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox] + span::after {
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 10px;
  opacity: 0;
  top: 7px;
  transform: rotate(45deg);
  width: 7px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox] + span::after {
    top: 6px;
  }
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox]:checked + span::before {
  background: #076DC8;
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field input[type=checkbox]:checked + span::after {
  opacity: 1;
}
#contact .sec_inner .snow-monkey-form [data-name=privacy_check] .mwform-checkbox-field a {
  color: #076DC8;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #076DC8;
}
#contact .sec_inner .snow-monkey-form .smf-action {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-action {
    flex-direction: column;
    align-items: center;
  }
}
#contact .sec_inner .snow-monkey-form .smf-action .smf-button-control {
  position: relative;
  display: block;
  width: 35vw;
  min-width: 300px;
  text-align: center;
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 600;
  border: 1px solid #021556;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #contact .sec_inner .snow-monkey-form .smf-action .smf-button-control {
    width: 100%;
    max-width: 400px;
    font-size: 16px;
  }
}
#contact .sec_inner .snow-monkey-form .smf-action .smf-button-control:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: clamp(14px, 1.2vw, 20px);
  height: clamp(14px, 1.2vw, 20px);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #021556;
  border-bottom: 1px solid #021556;
  transition: all 0.3s;
}
#contact .sec_inner .snow-monkey-form .smf-action .smf-button-control button {
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  color: #021556;
  padding: 20px 0 20px;
  background-color: unset;
  background-image: unset;
}

#contact:has([data-screen=confirm]) .sec_inner .contact_description, #contact:has([data-screen=complete]) .sec_inner .contact_description {
  display: none;
}
#contact:has([data-screen=confirm]) .sec_inner .snow-monkey-form .smf-form .smf-item:has([data-name=privacy_check]), #contact:has([data-screen=complete]) .sec_inner .snow-monkey-form .smf-form .smf-item:has([data-name=privacy_check]) {
  display: none;
}
#contact:has([data-screen=confirm]) .sec_inner .snow-monkey-form .smf-form .privacy_policy_container, #contact:has([data-screen=complete]) .sec_inner .snow-monkey-form .smf-form .privacy_policy_container {
  display: none;
}
#contact:has([data-screen=confirm]) .sec_inner .snow-monkey-form .smf-form .smf-complete-content, #contact:has([data-screen=complete]) .sec_inner .snow-monkey-form .smf-form .smf-complete-content {
  text-align: center;
}
#contact:has([data-screen=confirm]) .sec_inner .snow-monkey-form .smf-form .smf-complete-content p, #contact:has([data-screen=complete]) .sec_inner .snow-monkey-form .smf-form .smf-complete-content p {
  font-size: 18px;
}
#contact:has([data-screen=confirm]) .sec_inner .snow-monkey-form .privacy_check, #contact:has([data-screen=complete]) .sec_inner .snow-monkey-form .privacy_check {
  display: none;
}

.pageTop {
  z-index: 98;
  position: fixed;
  bottom: 30px;
  right: 20px;
}
@media print, screen and (max-width: 1100px) {
  .pageTop {
    right: 10px;
    bottom: 10px;
  }
}
.pageTop.sticky {
  position: absolute;
}
@media print, screen and (max-width: 1100px) {
  .pageTop.sticky {
    position: fixed;
  }
}
.pageTop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #021556;
  background: #fff;
}
.pageTop a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #021556;
  border-right: 1px solid #021556;
  transform: translate(-50%, -30%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .pageTop a {
    width: 40px;
    height: 40px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes shorter {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 110%;
  }
}
@keyframes bgUpAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}

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