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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #3E4859;
  font-weight: 400;
  line-height: 1.7;
}

/* フォント
***************************************************************/
.marcellus {
  font-family: "Marcellus", serif;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1296px;
  margin: 0 auto;
  padding-inline: 70px;
}

.breadcrumb_inner {
  max-width: 1296px;
}
@media screen and (max-width: 768px) {
  .breadcrumb_inner {
    padding-inline: 0;
  }
}

section {
  max-width: 1756px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
  }
}
main {
  overflow: hidden;
}

/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title.--works .en {
  padding-left: 10px;
}

.section_title .en {
  display: block;
  color: #DDE4EF;
  font-size: clamp(3.125rem, 1.896rem + 2.56vw, 5rem);
  font-weight: 400;
  line-height: 170%;
  font-family: "Marcellus", serif;
  line-height: 1.45;
  letter-spacing: -0.056em;
}
@media screen and (max-width: 768px) {
  .section_title .en {
    line-height: 1;
    font-size: min(12vw, 48px);
  }
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.fixed img {
  width: 100%;
  height: 100%;
}

.section_title .ja {
  position: relative;
  color: #062796;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.1em;
  margin-left: 43px;
}
@media screen and (max-width: 768px) {
  .section_title .ja {
    margin-left: 9px;
  }
}

.section_title .ja.about {
  margin-left: 4px;
}

.section_title .ja span.blue {
  color: var(---04, #0C84E0);
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.1em;
  margin-left: 16px;
}

.section_title.--service .en,
.section_title.--service .ja {
  color: #fff;
}

.section_title .ja::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #062796;
  position: absolute;
  top: calc(50% + 3px);
  left: -33px;
  border-radius: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .section_title .ja::before {
    top: calc(50% + 0px);
    left: -14px;
  }
}

.section_title.--service .ja::before {
  background: #fff;
}

.top_service-text {
  color: #fff;
  padding-left: 30px;
  border-left: 1px solid #fff;
}

.section_subtitle {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section_subtitle {
    font-size: 22px;
  }
}

p.text.about {
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  p.text.about {
    font-size: 22px;
    margin-top: 15px;
  }
}

.section_subtext {
  margin-top: 32px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .section_subtext {
    font-size: 16px;
  }
}

.section_title p.text {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.06em;
}

.section_title p.text.about {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .section_title p.text.about {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .section_title .ja {
    font-size: 18px;
    margin-left: 16px;
  }
  .section_title .ja::before {
    left: -18px;
  }
}
/* 共通パーツ(ボタン)
***************************************************************/
.c-button {
  position: relative;
  flex-shrink: 0;
  border-radius: 40px;
  border: 1px solid #062796;
  background: #FFF;
  color: #062796;
  font-size: 17px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
  padding-block: 19px;
  padding-inline: 28px 83px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button {
    padding-block: 17px;
  }
}

.c-button::before {
  content: "";
  display: inline-block;
  width: 6.8px;
  aspect-ratio: 7/14;
  background-image: url(../../assets/images/common/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(10px, -50%);
  z-index: 52;
}
@media screen and (max-width: 768px) {
  .c-button::before {
    width: 5px;
    right: 52px;
  }
}

.c-button::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #062796;
  background: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  z-index: 30;
  top: 50%;
  right: 19px;
  transform: translate(10px, -50%);
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .c-button::after {
    width: 30px;
    height: 30px;
    right: 40px;
  }
}

.top_works-link {
  padding-block: 20px;
  padding-inline: 31px 98px;
}

@media screen and (min-width: 769px) {
  .c-button:hover {
    background: #062796;
    color: #fff;
  }
}
.c-page-ttl {
  margin-top: 30px;
}

/* 共通パーツ(下層)
***************************************************************/
.fv.page_fv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv.page_fv {
    background-position-x: -698px;
  }
}

.page_fv_title-en {
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.12em;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page_fv_title-en {
    font-size: 36px;
  }
}

.page_fv_title-ja {
  color: #fff;
  font-family: "Shippori Mincho";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .page_fv_title-ja {
    font-size: 16px;
  }
}

.page_fv-box {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-top: 220px;
}
@media screen and (max-width: 768px) {
  .page_fv-box {
    position: absolute;
    flex-flow: column;
    position: absolute;
    flex-flow: column;
    padding-top: 60px;
    gap: 0;
    align-items: stretch;
  }
}

@media screen and (max-width: 1500px) {
  .page_fv-inner {
    padding-inline: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .page_fv {
    padding: 80px 0;
  }
  .page_fv_title {
    font-size: 20px;
  }
}
/* パンくずリスト
***************************************************************/
.breadcrumb {
  padding: 0 5px;
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-left: 0;
    margin-top: 30px;
  }
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}

.breadcrumb li {
  position: relative;
  color: #222;
  font-family: "Shippori Mincho";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.06em;
}

.breadcrumb li:not(:last-child) {
  color: #909090;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "";
  background-image: url(../../assets/images/common/breadcrumb_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: -20px;
  z-index: 10;
  aspect-ratio: 3/5;
  width: 7px;
}

/* 404
***************************************************************/
.p-notfound {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 100px;
}

a.c-btn.p-notfound__btn.c-button {
  margin-top: 50px;
}

.p-notfound__desc-main {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-notfound__desc-main {
    font-size: 18px;
  }
}

.p-notfound__desc-sub {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-notfound__desc-sub {
    margin-top: 30px;
    text-align: left;
  }
}

/*===================================================
ヘッダー
===================================================*/
.home header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1100;
  transition: 0.3s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff;
  transition: color 0.4s ease-out;
  transition: 0.3s;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  transition: 0.3s;
  z-index: 1100;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

header.active {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
header.active .global_nav_item {
  color: var(---03, #062796);
}

header.active .global_nav_item {
  color: var(--03, #062796);
}

.home header .global_nav_item {
  color: #fff;
}

.home header.active .global_nav_item {
  color: var(--03, #062796);
}

header .global_nav_item {
  color: var(--03, #062796);
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 200px;
}
@media screen and (max-width: 1200px) {
  .header_inner {
    margin: 0px 80px;
  }
}
@media screen and (max-width: 900px) {
  .header_inner {
    margin: 0px 40px;
  }
}

a.header_logo.js-header.before {
  width: 110px;
}

a.header_logo.js-header.after {
  width: 110px;
  transition: 0.3s;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 51px;
}

.global_nav_list {
  display: flex;
  gap: 46px;
}
@media screen and (max-width: 1000px) {
  .global_nav_list {
    gap: 25px;
  }
}

.global_nav_item {
  color: #fff;
  transition: 0.3s;
}

.global_nav_item a {
  position: relative;
  transition: 0.3s;
}

.header_contact a {
  padding: 11px 30px;
  color: #fff;
  background: #062796;
  border-radius: 40px;
  line-height: 1;
  transition: 0.3s;
  border: 1px solid #062796;
}
@media screen and (max-width: 768px) {
  .header_contact a {
    background: #fff;
    color: #062796;
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header-logo {
  height: auto;
  width: 150px;
}

.header_logo {
  width: 150px;
  height: auto;
}

.header_logo.after {
  display: none;
}

.header_logo.before {
  display: block;
}

.header_logo.active.before {
  display: none;
}

.header_logo.active.after {
  display: block;
}

.header.active .global_nav_item a::after {
  background-color: #062796;
  transition: 0.3s;
}

.global_nav_item a::after {
  bottom: -4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}

.header_contact-text {
  font-size: 18px;
  color: #062796;
  text-align: center;
}

.header_contact-link {
  color: #062796;
  font-size: 24px;
}

@media screen and (min-width: 769px) {
  .header_contact a:hover {
    color: #062796;
    background: #fff;
  }
  .global_nav_item a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
    background-color: #062796;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px 0;
  }
  .header_inner {
    display: block;
    margin: 0px 10px 0 16px;
  }
  .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .toggle-menu {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 100;
  }
  .toggle-menu .toggle-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 27px;
    height: 2px;
    border-radius: 80px;
    background-color: #062796;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 27px;
    height: 2px;
    border-radius: 80px;
    background-color: #062796;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -7px;
    -webkit-animation: menu-barTop 0.6s forwards;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 7px;
    -webkit-animation: menu-barBottom 0.6s forwards;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    -webkit-transition: all 0.5s linear 1s;
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    animation: active-menu-barTop 0.6s forwards;
    transform: rotate(-45deg);
    top: 0;
  }
  .open .toggle-menu .toggle-line::after {
    animation: active-menu-barBottom 0.6s forwards;
    transform: rotate(45deg);
    top: 0;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 15px 100px;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 90;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
  .open .header_nav {
    transform: translateX(0);
    overflow: auto;
  }
  .global_nav {
    margin-top: 80px;
    width: 100%;
  }
  .global_nav_list {
    display: block;
    text-align: center;
  }
  .global_nav_item {
    width: 100%;
  }
  .global_nav_item a {
    padding: 10px 0;
    width: 100%;
    position: relative;
    color: #062796;
    font-size: 18px;
  }
  .header_contact a {
    padding: 12px 30px;
    border-radius: 40px;
    font-size: 16px;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  width: 100%;
  text-align: center;
  padding: 58px 0px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .footer_left {
    margin: 0 auto 0;
  }
}

.footer_left img {
  width: 145px;
  margin-left: -81px;
}
@media screen and (max-width: 768px) {
  .footer_left img {
    margin-left: 0;
  }
}

footer .inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .inner {
    flex-flow: column;
    gap: 29px;
  }
}
.footer_left address {
  text-align: left;
  color: #062796;
  font-size: 15px;
  font-weight: 400;
  line-height: 184%;
  letter-spacing: 0.06em;
  margin-top: 42px;
  padding-left: 11px;
}
@media screen and (max-width: 768px) {
  .footer_left address {
    padding-left: 0;
    letter-spacing: 0.05em;
    font-size: 18px;
  }
}

.footer_nav-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 65px;
  row-gap: 14px;
}

@media screen and (max-width: 768px) {
  .footer_nav-lists {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 65px;
    row-gap: 14px;
  }
}
.footer_nav-link {
  position: relative;
  color: var(---03, #062796);
  font-size: 15px;
  line-height: 170%;
  /* 25.5px */
  letter-spacing: 0.06em;
  width: 188px;
  border-bottom: 1px solid #D6D6D6;
  text-align: left;
  padding-bottom: 18px;
  transition: 0.3s;
}

.footer_nav-link::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  position: absolute;
  z-index: 10;
  width: 26px;
  height: 26px;
  right: 7px;
  top: calc(50% - 7px);
  transform: translate(0, -50%);
  background-color: #fff;
  transition: 0.3s;
}

.footer_nav-link::after {
  content: "";
  display: inline-block;
  mask-image: url(../../assets/images/common/footer_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  z-index: 10;
  width: 5px;
  aspect-ratio: 5/8;
  right: 17px;
  top: calc(50% - 7px);
  transform: translate(0, -50%);
  background-color: #D6D6D6;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .footer_nav-link:hover {
    border-bottom: 1px solid #062796;
  }
  .footer_nav-link:hover::before {
    border: 1px solid #062796;
    background-color: #062796;
  }
  .footer_nav-link:hover::after {
    background-color: #FFF;
  }
}
.footer_nav-bottom-link {
  color: var(---03, #062796);
  font-size: 13px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.06em;
  margin-top: 30px;
  text-align: right;
  margin-right: -199px;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .footer_nav-bottom-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav-bottom-link {
    margin: 40px auto 0;
  }
}
/*===================================================
cta
===================================================*/
section.cta {
  max-width: unset;
  background: var(---03, #062796);
  color: #FFF;
  padding-block: 53px 77px;
}
@media screen and (max-width: 768px) {
  section.cta {
    padding-block: 39px 54px;
  }
}

.cta__title {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 80px;
  line-height: 170%;
  /* 170px */
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1000px) {
  .cta__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 36px;
  }
}
.cta__contents {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 96px;
}

@media screen and (max-width: 768px) {
  .cta__contents {
    flex-flow: column;
    gap: 26px;
  }
}
.cta__contents-tel-text {
  color: var(--, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.1em;
}

.cta__contents-tel-link {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .cta__contents-tel-link {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .cta__contents-tel-link {
    display: block;
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .cta__contents-linkWrap {
    display: flex;
    justify-content: center;
  }
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1em;
  width: 300px;
  height: 80px;
  margin-top: 10px;
  border-radius: 40px;
  border: 1px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .contact-link {
    max-width: 280px;
    height: 65px;
    width: 100%;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .contact-link:hover {
    background-color: #fff;
    color: #062796;
  }
}
.cta__contents-tel-link span.marcellus {
  padding-right: 10px;
}

.border {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #062796;
  vertical-align: middle;
}

.fv {
  position: relative;
}

span.total-slides {
  display: none;
}

span.current-slide {
  display: none;
}

.fv_scrolldown-text {
  position: absolute;
  z-index: 100;
  bottom: 62px;
  font-family: Marcellus;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  z-index: 100;
  right: 182px;
  color: #062796;
}
@media screen and (max-width: 1240px) {
  .fv_scrolldown-text {
    right: 69px;
  }
}
@media screen and (max-width: 768px) {
  .fv_scrolldown-text {
    right: 14px;
    bottom: 0;
    font-size: 13px;
  }
}

.fv_scrolldown-arrow {
  width: 10px;
  height: 6px;
  position: absolute;
  right: 187px;
  bottom: 161px;
  z-index: 100;
}
@media screen and (max-width: 1240px) {
  .fv_scrolldown-arrow {
    right: 75px;
  }
}
@media screen and (max-width: 768px) {
  .fv_scrolldown-arrow {
    right: 20px;
    bottom: 70px;
    width: 10px;
    height: 6px;
  }
}

.fv_scrolldown-bar {
  width: 1px;
  height: 100px;
  position: absolute;
  bottom: 172px;
  right: 191px;
  margin: 0 auto;
  background-color: #062796;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .fv_scrolldown-bar {
    right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fv_scrolldown-bar {
    right: 24px;
    bottom: 80px;
    width: 1px;
    height: 100px;
  }
}

.fv_scrolldown-bar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(6, 39, 150) 50%, rgba(6, 39, 150, 0) 50%);
  background-position: 0 -100px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  z-index: 100;
  position: absolute;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -100px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100px;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 769px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/*===================================================
トップページ
===================================================*/
/* トップページ */
.front-page .key-visual {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 768px) {
  .front-page .key-visual {
    height: 100svh;
  }
}
.front-page .key-visual .bg-slider {
  width: 100%;
  height: 100%;
  /* .key-visualの高さと同じにする */
  overflow: hidden;
  /* 外に出る部分を隠す */
  position: relative;
}

.front-page .key-visual .bg-slider .slider-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .front-page .key-visual .bg-slider .slider-container {
    flex-flow: column;
  }
}
.front-page .key-visual .bg-slider .slider-container .left-slide,
.front-page .key-visual .bg-slider .slider-container .right-slide {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .front-page .key-visual .bg-slider .slider-container .left-slide,
  .front-page .key-visual .bg-slider .slider-container .right-slide {
    width: 100%;
  }
}
.front-page .key-visual .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 0);
  /* 必要に応じて調整 */
  z-index: 1;
  /* 初期状態では下のレイヤー */
}

.front-page .key-visual .image-wrapper img {
  width: 100%;
  /* 親要素の幅に合わせる */
  height: 100%;
  /* 親要素の高さに合わせる */
  object-fit: cover;
  /* 親要素に合わせて画像を切り抜く */
  object-position: center;
  /* 画像の中央に配置 */
}

.front-page .key-visual .image-wrapper.show {
  z-index: 2;
  /* 現在表示されるスライドを前面に */
  clip-path: inset(0 0 0 0);
  /* 表示全体 */
  transition: transform 8s ease-in-out;
  /* 拡大のアニメーションを追加 */
  transform: scale(1.1);
  /* 1.1倍に拡大 */
}

.front-page .key-visual .image-wrapper.hidden {
  transform: scale(1);
  /* 元のサイズに戻す */
  transition: transform 8s ease-in-out;
  /* 戻すアニメーションを追加 */
}

.front-page .key-visual .image-wrapper.leave {
  transition: clip-path 2.6s cubic-bezier(0.77, 0, 0.2, 1), transform 1s ease-in-out;
  /* クリップパスと縮小のアニメーション */
  z-index: 2;
  /* 消えるときは前面に配置 */
  transform: scale(1.1);
  /* 拡大効果を保持 */
}

.front-page .key-visual .right-slide .image-wrapper.leave {
  clip-path: inset(0 0 100% 0);
  /* 上から下に消えていく */
}

.front-page .key-visual .left-slide .image-wrapper.leave {
  clip-path: inset(100% 0 0 0);
  /* 下から上に消えていく */
}

@media screen and (max-width: 768px) {
  .front-page .key-visual .right-slide .image-wrapper.leave {
    clip-path: inset(0 100% 0 0);
    /* 右から左に消えていく */
  }
  .front-page .key-visual .left-slide .image-wrapper.leave {
    clip-path: inset(0 0 0 100%);
    /* 左から右に消えていく */
  }
}
.front-page .key-visual .slider-indicator {
  position: absolute;
  bottom: 1.806vw;
  left: 5.556vw;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  gap: 1.111vw;
  z-index: 3;
}

.front-page .key-visual .slider-indicator .current-slide,
.front-page .key-visual .slider-indicator .total-slides {
  color: var(--primary);
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-en-normal);
  line-height: 1.5;
}

.front-page .key-visual .indicator-bar {
  position: relative;
  width: 9.722vw;
  /* インジケーターの幅 */
  height: 0.069vw;
  background-color: var(--gray-90);
  overflow: hidden;
}

.front-page .key-visual .indicator-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--primary);
  width: 0;
  transition: width 5s linear;
  /* 5秒かけてインジケーターが伸びる */
}

.front-page .key-visual .description {
  position: absolute;
  width: 60vw;
  height: 19.444vw;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .front-page .key-visual .description {
    width: 100%;
  }
}

.front-page .key-visual .description h2 {
  margin-bottom: 0.486vw;
  white-space: nowrap;
  color: var(--white);
  font-weight: var(--font-weight-semi-bold);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.06em;
  font-size: clamp(40px, 2.8vw, 52px);
}
@media screen and (max-width: 768px) {
  .front-page .key-visual .description h2 {
    width: 100%;
    text-align: center;
    font-size: clamp(24px, 4vw, 30px);
  }
}

/* overflow-container のスタイル */
.front-page .key-visual .description h1 .overflow-container {
  transform: translate(-50%, 50%);
  /* 中央揃え */
  overflow: hidden;
  /* コンテンツがはみ出さないように */
  height: 1.6em;
}

/* border-animation-up のアニメーション */
.front-page .key-visual .description h1 .border-animation-up {
  display: inline-block;
  transform: translateY(120%);
  transition: transform 0.6s ease-out;
}

.front-page .key-visual .description h1 .is-active .border-animation-up {
  transform: translateY(0);
  /* 元の位置に戻す（上に移動） */
}

/* is-active クラスでアニメーション開始 */
.front-page .key-visual .description h1 .is-active {
  transform: translateY(0);
  /* 元の位置に戻す（上に移動） */
}

/* is-active クラスが付いたときに下線を表示 */
.front-page .key-visual .description h1 .border-animation-up.is-active::after {
  transform: scaleX(1);
  /* アクティブ時に下線を表示 */
}

/* overflow-container に対する下線アニメーション */
.front-page .key-visual .description h1 .overflow-container::after {
  content: "";
  /* 疑似要素を作成 */
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--white);
  transform: scaleX(0);
  /* 初期状態で非表示 */
  transform-origin: left;
  transition: transform 1s ease;
  /* トランジションをテキストと同期 */
}

/* is-active クラスが付いたときに overflow-container に下線を表示 */
.front-page .key-visual .description h1 .overflow-container.is-active::after {
  transform: scaleX(1);
  /* アクティブ時に下線を表示 */
}

/* overflow-container に is-active クラスが付いたときに位置を戻す */
.front-page .key-visual .description h1 .overflow-container.is-active {
  transform: translateY(0);
  /* 元の位置に戻す */
}

.front-page .key-visual .description h1 span {
  display: inline-block;
  height: 1.23em;
}

.front-page .key-visual .description p.fade-in-text {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  color: var(--white);
  opacity: 0;
  transition: opacity 1s ease;
}

.front-page .key-visual .description p.fade-in-text.is-visible {
  opacity: 1;
}

.description {
  position: absolute;
}

.description h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.key-visual {
  overflow: hidden;
  position: relative;
}

.key-visual::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -3px;
  left: -15.1vw;
  width: 155%;
  height: 27vh;
  background-size: cover;
  background-position: 44% 88%;
  transform: rotateY(180deg);
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" fill="%23ffffff"/></svg>');
  z-index: 100;
}
@media screen and (max-width: 1300px) {
  .key-visual::before {
    width: 182%;
  }
}

@media screen and (max-width: 768px) {
  .key-visual::before {
    bottom: 0;
    left: -87vw;
    width: 300%;
    height: 27vh;
    background-size: cover;
    background-position: 34% 77%;
  }
}
@media (min-width: 2100px) {
  .shapedividers_com-7970::before {
    background-size: 154% calc(2vw + 288px);
  }
}
section.top_about {
  padding-block: 76px 121px;
}
@media screen and (max-width: 768px) {
  section.top_about {
    padding-block: 0 121px;
  }
}

@media screen and (max-width: 768px) {
  section.top_about {
    padding-block: 0 121px;
  }
}
h3.top_about-read {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 54.4px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  h3.top_about-read {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  h3.top_about-read {
    font-size: 18px;
  }
}

.top_about-bottom {
  margin-top: 51px;
  padding-left: 21.5%;
}
@media screen and (max-width: 768px) {
  .top_about-bottom {
    padding-left: 0;
    margin-top: 15px;
  }
}

.top_about-text {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .top_about-text {
    font-size: 16px;
  }
}

.top_about-link-wrap {
  display: flex;
  justify-content: end;
  margin-top: 51px;
  padding-right: 10px;
}

.top_service {
  position: relative;
  padding-block: 120px;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .top_service {
    padding-block: 35px;
  }
}

.top_service::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/images/front-page/service_sky.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -479px;
  z-index: 10;
  /* max-width: 1446px; */
  width: 100%;
  height: 100.2%;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .top_service::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top_service::before {
    width: 100%;
    left: 0;
  }
}

.top_service-text {
  position: relative;
  color: #fff;
  padding-left: 30px;
  border-left: 1px solid #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 169%;
  letter-spacing: 0.06em;
  margin-top: 60px;
  margin-left: 48px;
  width: 588px;
}

@media screen and (max-width: 768px) {
  .top_service-text {
    margin-left: 0;
    width: 100%;
    font-size: 16px;
  }
}
.top_service-item-link {
  background: #F7E9E3;
}

.top_service-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_service-item {
    max-width: 378px;
    margin: 0 auto;
  }
}

.top_service-item-link {
  position: relative;
  overflow: hidden;
}

/* ← 白半透明レイヤー */
.top_service-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* テキストやリンクの操作を邪魔しない */
}

@media screen and (min-width: 769px) {
  .top_service-item-link:hover::before {
    opacity: 0.5;
  }
  .top_service-item-link:hover .top_service-item-title {
    color: #062796;
  }
}
.top_service-item:nth-of-type(2) .top_service-item-link {
  background: #F0EFF7;
}

.top_service-item:nth-of-type(3) .top_service-item-link {
  background: #F9EBF1;
}

.top_service-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 4px;
  padding-inline: 10px;
}
@media screen and (max-width: 768px) {
  .top_service-items {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    max-width: 400px;
    margin: 40px auto 0;
    padding-inline: 0;
  }
}

.top_service-item {
  position: relative;
}

.top_service-item:nth-of-type(1) {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .top_service-item:nth-of-type(1) {
    margin-top: 0;
  }
}

.top_service-item:nth-of-type(2) {
  margin-top: 69px;
}
@media screen and (max-width: 768px) {
  .top_service-item:nth-of-type(2) {
    margin-top: 0;
  }
}

.top_service-item-num {
  position: absolute;
  color: var(---03, #062796);
  font-family: "Marcellus", serif;
  font-size: 48px;
  line-height: 170%;
  letter-spacing: 0.1em;
  margin-left: 39px;
  top: -42px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top_service-item-num {
    font-size: 42px;
    line-height: 100%;
    top: -22px;
  }
}

.top_service-item-num::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #062796;
  position: absolute;
  bottom: 6px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top_service-item-num::after {
    bottom: -2px;
  }
}

.top_service-item-title {
  color: var(---02, #3E4859);
  font-size: 30px;
  line-height: 170%;
  letter-spacing: 0.1em;
  padding-left: 39px;
  margin-top: -17px;
  padding-block: 80px 5px;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 1024px) {
  .top_service-item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .top_service-item-title {
    padding-left: 25px;
    margin-top: -17px;
    font-size: 20px;
  }
}

figure.top_service-item-img {
  margin-top: 33px;
}

.top_service-item-en {
  color: var(---03, #062796);
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 1;
  /* 30.6px */
  letter-spacing: 0.1em;
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-top: 1px solid #062796;
  padding-top: 10px;
  position: absolute;
  top: 28px;
  right: 36px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .top_service-item-en {
    right: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top_service-item-en {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .top_service-item-en {
    top: 15px;
    right: 20px;
  }
}

.top_service-link {
  margin: 71px auto 0;
  padding-block: 19px;
  padding-inline: 32px 99px;
}
@media screen and (max-width: 768px) {
  .top_service-link {
    margin: 52px auto 0;
  }
}

.top_service-link-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section_title-subtext {
    color: var(---04, #0C84E0);
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.15em;
    margin-left: 10px;
    font-size: 14px;
  }
}

.top_works {
  padding-block: 125px 185px;
}
@media screen and (max-width: 768px) {
  .top_works {
    padding-block: 45px 76px;
  }
}

.top_works .inner {
  display: flex;
  flex-flow: column;
}

.section_title --works {
  order: 1;
}

.section_title-subtext {
  order: 2;
}

.top_works-text {
  order: 3;
}

.top_works-link-wrap {
  order: 5;
}

.slick {
  order: 4;
}

.slick {
  padding: 0;
}

.slick__inner {
  width: min(100%, 1092px);
  padding: 0 11px;
}

.slick__container {
  position: relative;
  width: calc(100% + (103.4vw - 100%) / 2);
}

.slick__images {
  padding: 76px 0 60px 0px;
}
@media screen and (max-width: 768px) {
  .slick__images {
    padding: 41px 0 27px 0px;
  }
}

.slick__prev,
.slick__next {
  position: absolute;
  bottom: -27px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #062796;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .slick__prev,
  .slick__next {
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 769px) {
  .slick__prev:hover,
  .slick__next:hover {
    background: #062796;
  }
  .slick__prev:hover:before, .slick__prev:hover:before,
  .slick__next:hover:before,
  .slick__next:hover:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.slick__next {
  left: 99px;
}

.slick__prev:before,
.slick__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #062796;
  border-right: 1px solid #062796;
  opacity: 1;
  content: "";
  transition: 0.3s;
}

.slick__prev:before {
  transform: translate(-25%, -50%) rotate(-135deg);
}

.slick__next:before {
  transform: translate(-75%, -50%) rotate(45deg);
}

.slick__image {
  position: relative;
  width: 440px;
  margin-right: 58px;
  height: 322px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .slick__image {
    position: relative;
    width: 300px;
    margin-right: 30px;
    height: 215px;
  }
}

@media screen and (min-width: 769px) {
  .slick__image:hover {
    opacity: 0.5;
  }
  .slick__item:hover .slick__image-text {
    color: #062796;
  }
}
.slick__image:before {
  display: block;
  padding-top: 66.6666666667%;
  content: "";
}

.slick__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick__bottom {
  display: flex;
  justify-content: space-between;
  padding-right: 55px;
  margin-top: 15px;
  padding-left: 11px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .slick__bottom {
    padding-right: 75px;
    margin-top: 15px;
    padding-left: 0;
    letter-spacing: 0.1em;
  }
}

.slick__bottom img {
  width: 32px;
  height: 32px;
}

.top_works-text {
  color: var(---02, #3E4859);
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.06em;
  padding-left: 27px;
  margin-top: 35px;
  margin-left: 60px;
  width: 588px;
  border-left: 1px solid #062796;
}
@media screen and (max-width: 1240px) {
  .top_works-text {
    width: 64%;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .top_works-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_works-text {
    font-size: 16px;
    line-height: 170%;
    padding-left: 22px;
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
  }
}

.top_works-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
}
@media screen and (max-width: 1240px) {
  .top_works-head {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_works-head {
    flex-flow: column;
  }
}

.top_works-link-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .top_works-link-wrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .top_works-head {
    display: contents;
  }
}
.slick__image-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.2em;
  background: #8C8C8C;
  display: inline-block;
  padding-inline: 5px;
  position: absolute;
  bottom: 101px;
  right: 74px;
  z-index: 108;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .slick__image-text {
    bottom: 90px;
    right: 44px;
    font-size: 16px;
  }
}

.slick__image-text:nth-of-type(2) {
  bottom: 67px;
  right: 74px;
}
@media screen and (max-width: 768px) {
  .slick__image-text:nth-of-type(2) {
    bottom: 60px;
    right: 44px;
  }
}

@media screen and (max-width: 768px) {
  .slick__text {
    font-size: 16px;
  }
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slick-slide {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .slick__next {
    left: 61px;
  }
}

.slick__bottom-link {
  position: relative;
}

.slick__bottom-link::after {
  content: "";
  display: inline-block;
  mask-image: url(../../assets/images/front-page/slider_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  top: 6px;
  z-index: 10;
  width: 6px;
  right: 15px;
  aspect-ratio: 6/10;
  background-color: #062796;
}

.slick__bottom-link::before {
  content: "";
  background-color: #FFF;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 10;
  top: -5px;
  width: 32px;
  right: 3px;
  height: 32px;
}

.slick__bottom-link::before,
.slick__bottom-link::after {
  transition: background-color 0.3s ease;
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 10;
}

.slick__bottom-link::after {
  mask-image: url(../../assets/images/front-page/slider_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  top: 6px;
  right: 15px;
  width: 6px;
  aspect-ratio: 6/10;
  background-color: #062796;
  /* 初期色：青 */
}
@media screen and (max-width: 768px) {
  .slick__bottom-link::after {
    right: -30px;
    top: 6px;
    right: -31px;
    width: 6px;
  }
}

.slick__bottom-link::before {
  background-color: #fff;
  /* 初期色：白 */
  border-radius: 50%;
  top: -5px;
  right: 3px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  .slick__bottom-link::before {
    right: -43px;
    top: -6px;
    width: 32px;
    height: 32px;
  }
}

/* ✅ ホバー時に切り替える色 */
.slick__bottom-link.hover::after {
  background-color: #ffffff;
  /* 矢印を白に */
}

.slick__bottom-link.hover::before {
  background-color: #062796;
  /* 丸背景を青に */
}

/* アニメーション */
.section_title .en span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px);
}

.section_title .en.animate span {
  animation: fadeInLeft 0.5s forwards ease-out;
}

.section_title .en.animate span:nth-child(1) {
  animation-delay: 0s;
}

.section_title .en.animate span:nth-child(2) {
  animation-delay: 0.1s;
}

.section_title .en.animate span:nth-child(3) {
  animation-delay: 0.2s;
}

.section_title .en.animate span:nth-child(4) {
  animation-delay: 0.3s;
}

.section_title .en.animate span:nth-child(5) {
  animation-delay: 0.4s;
}

.section_title .en.animate span:nth-child(6) {
  animation-delay: 0.5s;
}

/* 空白やUなど */
.section_title .en.animate span:nth-child(7) {
  animation-delay: 0.6s;
}

.section_title .en.animate span:nth-child(8) {
  animation-delay: 0.7s;
}

.section_title .en.animate span:nth-child(9) {
  animation-delay: 0.8s;
}

.section_title .en.animate span:nth-child(10) {
  animation-delay: 0.9s;
}

.section_title .en.animate span:nth-child(11) {
  animation-delay: 0.9s;
}

.section_title .en.animate span:nth-child(12) {
  animation-delay: 1s;
}

.section_title .en.animate span:nth-child(13) {
  animation-delay: 1.1s;
}

.section_title .en.animate span:nth-child(14) {
  animation-delay: 1.2s;
}

.section_title .en.animate span:nth-child(15) {
  animation-delay: 1.3s;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-out;
  transition-delay: 0.1s;
}

.js-fade-up.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-up01 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.js-fade-up01.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.page_fv.about {
  background-image: url(../../assets/images/about/about_fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 542px;
}
@media screen and (min-width: 1950px) {
  .page_fv.about {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_fv.about {
    background-position: 58%;
    height: 300px;
  }
}

/* section1
***************************************************************/
.about_message {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about_message {
    margin-top: 0;
    padding-block: 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .about_message .section_title .en {
    line-height: 1;
    font-size: min(10vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .about_message .section_subtext:nth-of-type(2) {
    margin-top: 28px;
  }
}

.about_message-textBox {
  margin-top: 48px;
  padding-left: 23%;
}
@media screen and (max-width: 768px) {
  .about_message-textBox {
    padding-left: 0;
  }
}

.about_subtext {
  margin-top: 58px;
}

p.about_message-name {
  margin-top: 46px;
  color: var(---02, #3E4859);
  text-align: right;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  p.about_message-name {
    font-size: 13px;
  }
}

p.about_message-name span.big {
  color: #3E4859;
  text-align: right;
  font-family: "Shippori Mincho";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 40.8px */
  letter-spacing: 0.1em;
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  p.about_message-name span.big {
    font-size: 18px;
  }
}

/* about_feature
***************************************************************/
.about_feature {
  position: relative;
  padding-block: 120px;
  margin-top: 152px;
  max-width: unset;
}
@media screen and (max-width: 1000px) {
  .about_feature {
    margin-top: 100px;
    padding-block: 50px;
    background-color: #FBFCF4;
  }
}
@media screen and (max-width: 768px) {
  .about_feature {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .about_feature-inner {
    max-width: 500px;
  }
}

.about_feature::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  background-color: #FBFCF4;
  z-index: -1;
  top: 0;
  left: -83px;
  /* max-width: 1538px; */
  width: 87%;
  height: 97.6%;
  min-width: 1600px;
}
@media screen and (max-width: 768px) {
  .about_feature::before {
    height: 2070px;
    left: 0;
  }
}

.about_feature-items {
  margin-top: 100px;
  display: flex;
  flex-flow: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .about_feature-items {
    margin-top: 39px;
    flex-flow: column;
    gap: 40px;
  }
}

.about_feature-item:nth-of-type(2n) {
  flex-direction: row-reverse;
  background: #FBFCF4;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .about_feature-item:nth-of-type(2n) {
    flex-flow: column;
    margin-top: 0;
  }
}
.about_feature-item:nth-of-type(2n) .about_feature-img {
  width: 61%;
  margin-right: -126px;
}
@media screen and (max-width: 768px) {
  .about_feature-item:nth-of-type(2n) .about_feature-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.about_feature-item:nth-of-type(2n) .about_feature-textBox {
  margin-right: -75px;
  z-index: 10;
  padding: 60px 48px 147px 5px;
}
@media screen and (max-width: 1000px) {
  .about_feature-item:nth-of-type(2n) .about_feature-textBox {
    margin-right: -50px;
    padding: 27px 22px 33px 24px;
  }
}
@media screen and (max-width: 768px) {
  .about_feature-item:nth-of-type(2n) .about_feature-textBox {
    padding: 0;
  }
}
.about_feature-item:nth-of-type(2n) .about_feature-subnum {
  top: -187px;
  left: 42px;
  right: unset;
}
.about_feature-item:nth-of-type(2n) .about_feature-num {
  top: -118px;
  left: 6px;
}

.about_feature-item:nth-of-type(3) {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .about_feature-item:nth-of-type(3) {
    margin-top: 0;
  }
}

.section_title.about_title {
  text-align: center;
}

h2.section_title.feature_title {
  text-align: center;
}

.about_feature-item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .about_feature-item {
    flex-flow: column;
    gap: 0.3rem;
  }
}

.about_feature-img {
  width: 62%;
  margin-left: -107px;
}
@media screen and (max-width: 768px) {
  .about_feature-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.about_feature-textBox {
  background: #FBFCF4;
  padding: 60px 48px 147px 73px;
  width: 739px;
  margin-top: 230px;
  margin-left: -185px;
  width: 65%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .about_feature-textBox {
    margin-left: -50px;
    padding: 27px 22px 33px 24px;
  }
}
@media screen and (max-width: 768px) {
  .about_feature-textBox {
    padding-inline: 0;
    padding-block: 0;
    width: 739px;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}

.about_feature-subnum {
  color: #062796;
  text-align: right;
  font-family: Marcellus;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
  position: absolute;
  top: -187px;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .about_feature-subnum {
    display: none;
  }
}

.about_feature-num {
  color: #062796;
  font-size: 60px;
  font-weight: 400;
  line-height: 170%;
  /* 102px */
  letter-spacing: 0.12em;
  position: absolute;
  top: -118px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .about_feature-num {
    font-size: 32px;
    position: unset;
  }
}

.about_feature-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .about_feature-title {
    padding-bottom: 2px;
    font-size: 26px;
  }
}

.about_feature-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #FFD2E5 0%, #AEDCFF 100%);
}

.about_feature-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.06em;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .about_feature-text {
    margin-top: 13px;
  }
}

/* company 
************************************************************/
.about_company {
  padding-bottom: 191px;
  padding-top: 33px;
}
@media screen and (max-width: 1000px) {
  .about_company {
    margin-top: 100px;
  }
}
@media screen and (max-width: 769px) {
  .about_company {
    padding-block: 50px 80px;
    margin-top: 60px;
  }
}

.company_title {
  text-align: center;
}

.about_company-contents {
  background: #fff;
  margin-top: 50px;
  padding-block: 104px 76px;
  padding-inline: 223px;
  display: flex;
  flex-flow: column;
  gap: 17px;
}
@media screen and (max-width: 1200px) {
  .about_company-contents {
    padding-inline: 100px;
  }
}
@media screen and (max-width: 786px) {
  .about_company-contents {
    padding-inline: 30px;
    padding-block: 35px 50px;
  }
}
@media screen and (max-width: 680px) {
  .about_company-contents {
    padding-inline: 10px;
  }
}

.about_company-contents-dl {
  color: var(---02, #3E4859);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: flex;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 17px;
}
@media screen and (max-width: 680px) {
  .about_company-contents-dl {
    flex-flow: column;
  }
}

.about_company-contents-dl:last-of-type {
  border-bottom: none;
}

.about_company-contents-dt {
  width: 51%;
  font-weight: 400;
  padding-left: 50px;
}
@media screen and (max-width: 1000px) {
  .about_company-contents-dt {
    padding-left: 20px;
    width: 37%;
  }
}
@media screen and (max-width: 768px) {
  .about_company-contents-dt {
    width: 40%;
    padding-left: 0;
  }
}

.about_company-contents-dd {
  flex: 1;
}

iframe {
  width: 100%;
  height: 414px;
}

/* section4
***************************************************************/
/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
/* section1
***************************************************************/
.page_fv.service {
  background-image: url(../../assets/images/service/service_fv.webp);
  position: relative;
  background-size: cover;
  height: 553px;
}
@media screen and (min-width: 1950px) {
  .page_fv.service {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_fv.service {
    height: 300px;
    background-position: 58%;
  }
}

section.service_sunlight {
  max-width: unset;
  position: relative;
}

@media screen and (min-width: 769px) {
  section.service_sunlight::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 10;
    background: #F7E9E3;
    z-index: -1;
    top: 0;
    left: -403px;
    width: 1430px;
    height: 108.5%;
  }
}
section.service_air {
  max-width: unset;
  position: relative;
}

.service_button {
  padding-inline: 51px 114px;
}

section.service_estate {
  max-width: unset;
  position: relative;
}

@media screen and (min-width: 769px) {
  section.service_air::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 10;
    z-index: -1;
    top: 276px;
    width: 1430px;
    height: 94%;
    background: #F0EFF7;
    right: -400px;
    left: unset;
  }
}
@media screen and (min-width: 769px) {
  section.service_estate::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 10;
    background: #F9EBF1;
    z-index: -1;
    top: 257px;
    left: -403px;
    width: 1430px;
    height: 76.5%;
  }
}
.service_sec1 {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .service_sec1 {
    margin-top: 0;
    padding-top: 50px;
  }
}

.service_inner {
  max-width: 1196px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .service_inner {
    max-width: 500px;
  }
}

.service_catch {
  display: flex;
  gap: 163px;
}
@media screen and (max-width: 1200px) {
  .service_catch {
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .service_catch {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .service_catch {
    flex-flow: column;
    gap: 25px;
  }
}

.service_catch-title {
  color: var(---02, #3E4859);
  font-size: 32px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .service_catch-title {
    font-size: 22px;
  }
}

.service_catch-text {
  color: var(---02, #3E4859);
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.06em;
  max-width: 500px;
  margin-top: 76px;
}
@media screen and (max-width: 1000px) {
  .service_catch-text {
    margin-top: 26px;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .service_catch-text {
    margin-top: 0;
    font-size: 16px;
  }
}

.service_catch-text:nth-of-type(2) {
  margin-top: 28px;
}

.service_body {
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .service_body {
    margin-top: 80px;
  }
}

.service_body::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 10;
  background: #F7E9E3;
  z-index: -1;
  top: 0;
  left: -403px;
  width: 1430px;
  height: 108.5%;
}
@media screen and (max-width: 768px) {
  .service_body::before {
    height: 101.5%;
  }
}

.service_head {
  display: flex;
  align-items: center;
  padding-top: 77px;
  gap: 8%;
}
@media screen and (max-width: 1000px) {
  .service_head {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service_head {
    flex-flow: column;
    gap: 30px;
  }
}

.service_head-title {
  color: var(---03, #062796);
  font-size: 64px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.1em;
  margin-top: 60px;
}
@media screen and (max-width: 1000px) {
  .service_head-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service_head-title {
    margin-top: 0;
    font-size: 32px;
  }
}

.service_head-text {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
  border-left: 1px solid #3E4859;
  margin-top: 76px;
  padding-left: 18px;
  margin-left: 106px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .service_head-text {
    margin-left: 50px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service_head-text {
    margin-top: 40px;
    margin-left: 0;
    padding-left: 20px;
    white-space: unset;
  }
}

p.service_head-subtext {
  margin-top: 42px;
  margin-left: 106px;
}
@media screen and (max-width: 1000px) {
  p.service_head-subtext {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  p.service_head-subtext {
    margin-left: 0;
    font-size: 16px;
  }
}

.service_body-head-subtext {
  color: var(---02, #3E4859);
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.06em;
  margin-top: 30px;
}

p.service_head-subtext {
  margin-top: 30px;
}

figure.service_head-img {
  width: 127%;
  margin-right: -136px;
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  figure.service_head-img {
    margin-right: 0;
    width: 100%;
  }
}

.service_body-top {
  text-align: center;
  margin-top: 96px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service_body-top {
    margin-top: 40px;
  }
}

.service_top-text-en {
  color: var(---03, #062796);
  font-family: Marcellus;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
  opacity: 0.3;
  writing-mode: vertical-rl;
  position: absolute;
  top: 7px;
  right: -165px;
  z-index: 10;
  white-space: nowrap;
}

.service_body-title {
  color: var(---03, #062796);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .service_body-title {
    font-size: 26px;
  }
}

.service_body-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #062796;
  border-radius: 50%;
  top: 0;
  left: -26px;
  width: 14px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translate(0, -50%);
}

.service_body-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #062796;
  border-radius: 50%;
  top: 0;
  right: -26px;
  width: 14px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translate(0, -50%);
}

figure.service-item-img {
  margin-top: 33px;
  width: 129%;
  margin-right: -141px;
}
@media screen and (max-width: 1500px) {
  figure.service-item-img {
    margin-right: 0;
    width: 100%;
  }
}

h4.service_body-item-title {
  color: var(---03, #062796);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.06em;
  margin-top: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  h4.service_body-item-title {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  h4.service_body-item-title {
    margin-top: 24px;
  }
}

p.service_body-item-text {
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  p.service_body-item-text {
    font-size: 16px;
  }
}

.service_body-bottom-item {
  flex: 1;
}

.service_body-bottom-item a {
  display: block;
}

.service_work-img img {
  height: 186px;
}

.service_body-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 58px;
  position: relative;
  padding-inline: 46px;
  gap: 2px;
  margin-top: 39px;
  position: relative;
  padding-inline: 43px;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .service_body-list {
    padding-inline: 21px;
  }
}
@media screen and (max-width: 768px) {
  .service_body-list {
    flex-flow: column;
    margin-top: 50px;
    padding-inline: 0px;
    gap: 62px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.service_body-list::before {
  content: "";
  display: inline-block;
  background: #F1E2DB;
  width: 100%;
  height: 430px;
  position: absolute;
  bottom: -51px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .service_body-list::before {
    display: none;
  }
}

.service_body-bottom {
  text-align: center;
  margin-top: 97px;
  background-color: #fff;
  padding-block: 40px 50px;
  padding-inline: 70px;
}
@media screen and (max-width: 1000px) {
  .service_body-bottom {
    padding-inline: 14px;
  }
}
@media screen and (max-width: 768px) {
  .service_body-bottom {
    padding-inline: 15px;
  }
}

.service_body-item {
  background-color: #fff;
  position: relative;
  padding-inline: 37px;
  padding-block: 80px 31px;
  min-height: 420px;
}
@media screen and (max-width: 1000px) {
  .service_body-item {
    padding-inline: 11px;
    padding-block: 51px 20px;
  }
}
@media screen and (max-width: 768px) {
  .service_body-item {
    min-height: 370px;
    padding-block: 66px 31px;
    padding-inline: 37px;
  }
}

.service_body-item:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .service_body-item:nth-of-type(2) {
    margin-top: 0;
  }
}

.service_body-item:nth-of-type(1) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .service_body-item:nth-of-type(1) {
    margin-top: 0;
  }
}
.service_body-item:nth-of-type(1) .service_body-item-title {
  margin-top: 54px;
}
@media screen and (max-width: 1000px) {
  .service_body-item:nth-of-type(1) .service_body-item-title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service_body-item:nth-of-type(1) .service_body-item-title {
    margin-top: 24px;
  }
}

.service_body-bottom-list {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 28px;
}
@media screen and (max-width: 1000px) {
  .service_body-bottom-list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service_body-bottom-list {
    flex-flow: column;
  }
}

@media (any-hover: hover) {
  .service_body-bottom-item:hover {
    cursor: pointer;
  }
  .service_body-bottom-item:hover .service_work-img::before {
    opacity: 1;
  }
  .service_body-bottom-item:hover .service_body-bottom-text {
    color: #062796;
  }
  .service_body-bottom-item:hover .service_body-bottom-text::before {
    background-color: #062796;
  }
  .service_body-bottom-item:hover .service_body-bottom-text::after {
    background-color: #fff;
  }
  .service_body-bottom-item:hover .service_body-bottom-imgText {
    color: #062796;
  }
}

.service_work-img {
  position: relative;
}

.service_work-img::before {
  content: "";
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.service_body-item-numBox {
  position: relative;
  font-size: 36px;
  color: var(---03, #062796);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service_body-item-numBox::after {
  content: "";
  display: inline-block;
  background: #062796;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service_body-item-img {
  width: 90px;
  aspect-ratio: 1/1;
}

.service_body-bottom-imgBox {
  position: relative;
}

.service_body-bottom-imgText {
  color: #FFF;
  background: #8C8C8C;
  display: inline-block;
  position: absolute;
  bottom: 61px;
  right: 8px;
  padding-inline: 5px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .service_body-bottom-imgText {
    font-size: 14px;
    bottom: 36px;
  }
}

.service_body-bottom-imgText:nth-of-type(2) {
  bottom: 28px;
  right: 8px;
}
@media screen and (max-width: 1200px) {
  .service_body-bottom-imgText:nth-of-type(2) {
    font-size: 14px;
    bottom: 9px;
  }
}

.service_body-bottom-text {
  position: relative;
  margin-right: 4px;
  transition: 0.3s;
}

.service_body-bottom-text::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  top: 0;
  right: 0;
  width: 28px;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 10;
  transition: 0.3s;
  border: 1px solid #fff;
}

.service_body-bottom-text::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../../assets/images/service/work_arrow.svg);
  mask-image: url(../../assets/images/service/work_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 6px;
  aspect-ratio: 6/10;
  background-color: #062796;
  position: absolute;
  z-index: 11;
  top: 50%;
  right: 19px;
  transition: 0.3s;
  transform: translate(9px, -50%);
}

.service_body-bottom-text {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
}

.service_body-bottom-button {
  margin-top: 34px;
}

/* airセクション
***************************************************************/
.service_air {
  padding-top: 124px;
}
@media screen and (max-width: 768px) {
  .service_air {
    padding-top: 30px;
  }
}

.service_body.air::before {
  background: #F0EFF7;
  right: -400px;
  left: unset;
}

.service_head.air {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .service_head.air {
    flex-direction: column;
  }
}

.service_top-text-en.air {
  right: unset;
  left: -180px;
}
@media screen and (max-width: 1200px) {
  .service_top-text-en.air {
    left: -168px;
  }
}

.service_head-img.air {
  margin-right: unset;
  margin-left: -161px;
  width: 89%;
}
@media screen and (max-width: 1500px) {
  .service_head-img.air {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .service_head-img.air {
    width: 72%;
  }
}
@media screen and (max-width: 768px) {
  .service_head-img.air {
    width: 100%;
  }
}

.service_body-list.air::before {
  background: #E3E2EE;
}

/* section3
***************************************************************/
.service_estate {
  padding-bottom: 250px;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .service_estate {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.service_estate .service_top-text-en {
  right: -156px;
}

.service_body.estate::before {
  background: #F9EBF1;
}
@media screen and (max-width: 768px) {
  .service_body.estate::before {
    height: 101.5%;
  }
}

.service_body-list.estate::before {
  background: #F2E3E9;
}

/* 施工実績詳細ページ(太陽光)
***************************************************************/
/* 施工実績詳細ページ(空調)
***************************************************************/
.page_fv.archive {
  background-image: url(../../assets/images/works/works_archive.webp);
  position: relative;
  background-size: cover;
  height: 553px;
}
@media screen and (min-width: 1950px) {
  .page_fv.archive {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_fv.archive {
    height: 300px;
    background-position: 58%;
  }
}

.page_fv.works-air {
  background-image: url(../../assets/images/works/works-air.webp);
  position: relative;
  background-size: cover;
  height: 553px;
}
@media screen and (min-width: 1950px) {
  .page_fv.works-air {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_fv.works-air {
    height: 300px;
    background-position: 58%;
  }
}

.page_fv.works-solar {
  background-image: url(../../assets/images/works/works-solar.webp);
  position: relative;
  background-size: cover;
  height: 553px;
}
@media screen and (min-width: 1950px) {
  .page_fv.works-solar {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_fv.works-solar {
    height: 300px;
    background-position: 58%;
  }
}

a {
  cursor: pointer;
}

/* ================================
   見た目を整えるCSS
=============================== */
button {
  color: inherit;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ================================
   本題のCSS
=============================== */
.works {
  padding-block: 116px 81px;
}
@media screen and (max-width: 768px) {
  .works {
    margin-top: 50px;
    padding-block: 0 50px;
  }
}

.works__inner {
  max-width: 1180px;
  padding-inline: 20px;
  margin-inline: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.works__tablist {
  width: fit-content;
  display: flex;
  gap: 10px;
}

.works__tab {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid var(---03, #062796);
  color: #062796;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .works__tab:hover {
    color: #fff;
    background-color: #062796;
  }
}
@media screen and (max-width: 768px) {
  .works__tab {
    width: 103px;
    height: 35px;
  }
}
.works__tab[aria-selected=true] {
  color: #fff;
  background: #062796;
  position: relative;
  pointer-events: none;
}
@media (any-hover: hover) {
  .works__tab:hover {
    cursor: pointer;
  }
}

.works__contents {
  margin-top: 50px;
}

.works__content-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .works__content-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .works__content-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.works__content {
  margin: 0 auto;
}

.works__content-meta {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 15px;
}

.works__content-time {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
}

.works__content-category {
  padding: 3px 10px;
  min-width: 88px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(90deg, #000F95 0%, #6F4DF6 100%);
}

.works__content-text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.works__content-text a {
  font-weight: 700;
  text-decoration: underline;
}

.works__content-link {
  box-shadow: 0px 0px 15px 0px #F3F3F3;
  cursor: pointer;
}

@media (any-hover: hover) {
  .works__content-link:hover .works__content-dt {
    color: #909090;
    border-bottom: 1px solid #d6d6d6;
  }
  .works__content-link:hover .works__content-dd {
    color: #062796;
    border-bottom: 1px solid #D4E0F1;
  }
  .works__content-link:hover .works__content-tag {
    background-color: #062796;
    color: #fff;
  }
  .works__content-link:hover .works__content-imgWrap::before {
    opacity: 1;
  }
  .works__content-link:hover .works__bottom-text {
    color: #062796;
  }
}
.works__content-item:nth-of-type(2) {
  margin-top: 15px;
}

.works__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  transition: opacity 1s ease, translate 0.5s ease;
}
.works__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: fit-content;
  translate: 0;
}

.works__content-imgWrap {
  position: relative;
}

.works__content-imgWrap::before {
  content: "";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}

.works__bottom-text {
  color: #fff;
  background: #8C8C8C;
  padding-inline: 3px;
  padding-block: 2px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  right: 15px;
  z-index: 50;
  transition: 0.3s;
}

.works__bottom-text:nth-of-type(1) {
  bottom: 45px;
}

.works__content-dl {
  display: flex;
  gap: 7px;
}

.works__content-dt {
  color: #062796;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.84px;
  width: 30%;
  border-bottom: 1px solid #D4E0F1;
  padding-bottom: 2px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .works__content-dt {
    width: 37%;
  }
}

.works__content-dd {
  color: var(---02, #3E4859);
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.9px;
  flex: 1;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 2px;
  transition: 0.3s;
}

.works__content-items {
  padding-inline: 22px;
  padding-block: 18px 21px;
}

.works__content-tag {
  margin-top: 22px;
  padding-inline: 20px;
  color: #062796;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.84px;
  border-radius: 20px;
  border: 1px solid var(---03, #062796);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.page-nation-wrap {
  margin-top: 73px;
}

@media (any-hover: hover) {
  .page-nation li a:hover {
    opacity: 0.7;
  }
}
.page-nation {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.page-nation li a {
  color: var(---02, #909090);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  border-radius: 50%;
  border: 1px solid #909090;
  width: 46px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

@media screen and (min-width: 786px) {
  .page-nation li a.page-numbers:hover {
    border: 1px solid #062796;
    background-color: #062796;
    color: #fff;
    opacity: 1;
  }
}
.page-nation li.this {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(---03, #062796);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-nation li a.back {
  border: none;
}

.page-nation li a.back::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/images/works/nation_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 12px;
  aspect-ratio: 4/7;
  top: 28%;
  left: 43%;
  transform: translate(-50%, -50%);
  transform: rotate(180deg);
}

.page-nation li a.next {
  border: none;
}

.page-nation li a.next::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/images/works/nation_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 12px;
  aspect-ratio: 4/7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.page-nation li a.next {
  border: none;
}

a.prev.page-numbers {
  border: none;
}

.works_solar-contents {
  background: #FFF;
  box-shadow: 0px 0px 15px 0px #F3F3F3;
  padding: 52px 20px 56px;
  margin-top: 30px;
}

.works_solar-tag {
  color: var(---03, #062796);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 0.84px;
  border-radius: 20px;
  border: 1px solid var(---03, #062796);
  display: flex;
  width: 150px;
  height: 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin: 0 auto;
}

.works_solar {
  padding-bottom: 150px;
}

.works_solar-textBox {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .works_solar-textBox {
    flex-flow: column;
    gap: 0px;
  }
}

.works_solar-textBox dl {
  display: flex;
  gap: 10px;
  margin-top: 33px;
}

.works_solar-textBox dt {
  color: var(---03, #062796);
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 1.08px;
  border-bottom: 1px solid #D4E0F1;
  width: 140px;
  padding-bottom: 5px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .works_solar-textBox dt {
    font-size: 16px;
    width: 117px;
  }
}

.works_solar-textBox dd {
  color: var(---02, #3E4859);
  font-family: "Shippori Mincho";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 37.4px */
  letter-spacing: 1.32px;
  border-bottom: 1px solid #d6d6d6;
  width: 220px;
  line-height: 1.4;
  padding-bottom: 5px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .works_solar-textBox dd {
    font-size: 16px;
    line-height: unset;
    flex: 1;
  }
}

.works_solar-img {
  margin-top: 30px;
}
.works_solar-img img {
  aspect-ratio: 11/5;
}

.work_page-nation {
  margin-top: 50px;
}

.work_page-nation {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work_page-nation a.top {
  color: var(---03, #062796);
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 0.84px;
  border-radius: 20px;
  display: flex;
  width: 220px;
  height: 40px;
  padding: 10px 30px 10px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border: 1px solid var(---03, #062796);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .work_page-nation a.top {
    width: 151px;
    font-size: 12px;
    padding: 10px 3px 10px 4px;
  }
}

@media screen and (min-width: 769px) {
  .work_page-nation a.top:hover {
    color: #fff;
    background-color: #062796;
  }
}
.work_page-nation-next {
  display: flex;
  align-items: center;
  width: 95px;
}

.work_page-nation-next a {
  position: relative;
  color: var(---02, #909090);
  text-align: right;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 0.84px;
  padding-right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .work_page-nation-next a {
    font-size: 12px;
    padding-right: 13px;
  }
}

.work_page-nation-next a::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/images/common/page-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 10;
  width: 6px;
  aspect-ratio: 4/7;
}
@media screen and (max-width: 768px) {
  .work_page-nation-next a::before {
    top: 6px;
  }
}

.work_page-nation-next a:hover:hover,
.work_page-nation-prev a:hover {
  opacity: 0.7;
}

.work_page-nation-prev a {
  position: relative;
  color: var(---02, #909090);
  text-align: right;
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 0.84px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .work_page-nation-prev a {
    font-size: 12px;
    padding-left: 13px;
  }
}

.work_page-nation-prev a::before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/images/works/page-arrow-prev.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 10;
  width: 6px;
  aspect-ratio: 4/7;
}
@media screen and (max-width: 768px) {
  .work_page-nation-prev a::before {
    top: 6px;
  }
}

.works__content-img img {
  max-width: 360px;
  aspect-ratio: 18/11;
}

.page_fv.contact {
  background-image: url(../../assets/images/contact/contact_fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 542px;
}
@media screen and (min-width: 1950px) {
  .page_fv.contact {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_fv.contact {
    height: 300px;
    background-position: 58%;
  }
}

.l-main__inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding: 0 20px;
}

.p-contact__desc {
  text-align: center;
  font-size: 16px;
  margin-top: 50px;
}

table {
  width: 100%;
}

small {
  font-size: 80%;
}

.p-contact__table-row {
  border-bottom: 1px solid #d0d0d0;
}

.p-contact__table-title {
  font-weight: normal;
  width: 35%;
  padding: 1em 0;
  text-align: left;
}

.p-contact__table-label {
  display: inline-block;
  width: 65%;
}

.p-contact__table-input {
  padding: 1.5em 0;
}
@media screen and (max-width: 768px) {
  .p-contact__table-input {
    font-size: 18px;
  }
}

.p-contact__table-input-text {
  width: 100%;
  height: 50px;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.p-contact__table-required-mark {
  font-size: 12px;
  padding: 3px 7px;
  color: #ffffff;
  border-radius: 5px;
  background-color: #ff0000;
}

.p-contact__table-title {
  font-weight: normal;
  width: 35%;
  padding: 2em 0;
  text-align: left;
}

.p-contact__table-input-textbox {
  width: 100%;
  height: 150px;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.p-contact__table-row {
  border-bottom: 1px solid #d0d0d0;
}

.p-contact__privacy {
  line-height: 2;
  margin-top: 60px;
  padding: 2em;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}

.p-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.p-contact__btn-next input {
  padding: 12px 45px;
  transition: all 0.3s;
  color: #fff;
  border: 1px solid #062796;
  border-radius: 5px;
  background-color: #062796;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .p-contact__btn-next input:hover {
    background-color: #fff;
    color: #062796;
  }
}
span.wpcf7-list-item-label {
  margin-top: 20px;
  padding-left: 7px;
}
@media screen and (max-width: 768px) {
  span.wpcf7-list-item-label {
    display: inline;
  }
}

input.concent-check {
  position: relative;
  top: -2px;
}

.p-contact {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 40px;
  }
}

.p-contact__desc {
  text-align: center;
}

.p-contact__form {
  margin-top: 60px;
}

tr.p-contact__table-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  tr.p-contact__table-row {
    flex-flow: column;
  }
}

span.wpcf7-form-control-wrap {
  width: 100%;
}

.p-contact__table {
  width: 100%;
  border-collapse: collapse;
}

.p-contact__table-row {
  border-bottom: 1px solid #d0d0d0;
}

.p-contact__table-title {
  font-weight: normal;
  width: 35%;
  padding: 1em 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-contact__table-title {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}

.p-contact__table-label {
  display: inline-block;
  width: 65%;
}

.p-contact__table-input {
  padding: 1.5em 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-contact__table-input {
    display: block;
    padding: 0 0 1em;
  }
}

@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    margin: 0 !important;
  }
}

.p-contact__table-input-text {
  width: 100%;
  height: 50px;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.p-contact__table-input-textbox {
  width: 100%;
  height: 150px;
  padding: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.p-contact__privacy {
  line-height: 2;
  margin-top: 60px;
  padding: 2em;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-contact__privacy {
    text-align: left;
    font-size: 16px;
    padding: 1em;
  }
}

@media screen and (max-width: 768px) {
  .p-contact__btn-next {
    font-size: 16px;
  }
}

.p-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-contact__btn {
    gap: 50px;
    flex-direction: column;
  }
}

.p-contact__btn-next input {
  padding: 1.2em 4.5em;
  transition: all 0.3s;
  border-radius: 5px;
}
.p-contact__btn-next input:hover {
  cursor: pointer;
}

.p-contact__btn-back button {
  margin-left: 30px;
  padding: 1.2em 4.5em;
  transition: all 0.3s;
  color: #f0f0f0;
  border: 1px solid #303030;
  border-radius: 5px;
  background-color: #303030;
}
@media screen and (max-width: 768px) {
  .p-contact__btn-back button {
    margin-left: 0;
  }
}
.p-contact__btn-back button:hover {
  cursor: pointer;
  color: #303030;
  background-color: #f0f0f0;
}

input.wpcf7-form-control.wpcf7-previous {
  display: block !important;
}

.wpcf7-spinner {
  display: none !important;
}

.confirm-bottom-button {
  display: flex;
  justify-content: center;
  gap: 300px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .confirm-bottom-button {
    flex-flow: column;
    gap: 30px;
  }
}

input.wpcf7-form-control.wpcf7-submit.has-spinner,
input.wpcf7-form-control.wpcf7-previous {
  color: #062796;
  border: 1px solid #062796;
  border-radius: 30px;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 83px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  input.wpcf7-form-control.wpcf7-previous {
    margin: 0 auto;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  input.wpcf7-form-control.wpcf7-previous:hover,
  input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #062796;
    color: #fff;
  }
}
.p-contact__thanks-button {
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
  color: #062796;
  border: 1px solid #062796;
  border-radius: 30px;
  width: 200px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .p-contact__thanks-button:hover {
    background: #062796;
    color: #fff;
  }
}
.p-contact__privacy-link {
  color: #062796;
}

/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/
.page_fv.privacy {
  background-image: url(../../assets/images/contact/privacy_fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 542px;
}
@media screen and (min-width: 1950px) {
  .page_fv.privacy {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_fv.privacy {
    height: 300px;
    background-position: 58%;
  }
}

.c-page-ttl__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .c-page-ttl__inner {
    padding: 0;
  }
}

main.l-main {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main.l-main {
    margin-top: 60px;
  }
}

main.privacy {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  main.privacy {
    margin-top: 60px;
  }
}

.c-page-ttl__main {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #3a64d6;
}

.p-privacy {
  margin-top: 60px;
  padding-bottom: 100px;
}

.p-privacy p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-privacy__ttl {
  margin: 2em 0 0.5em;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-privacy__ttl {
    font-size: 20px;
  }
}

.p-privacy__info {
  margin-top: 2em;
}

/* section1
***************************************************************/
/* section2
***************************************************************/
/* section3
***************************************************************/
/* section4
***************************************************************/