@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ======================================================
# コンテンツ幅
======================================================= */
/* ===============================================
画面サイズ
=============================================== */
/* ========================================
# 文字色
======================================== */
/* ========================================
# イージング
======================================== */
/* ========================================
# コンテンツ幅
======================================== */
/* ======================================================
# テキストのスタイル ※p、h1など以外でも流用するため、コチラにて定義（例 dt、dd）
======================================================= */
/* ===============================================
# 基本設定
=============================================== */
body {
  font-family: "Noto Sans JP", adobe-garamond-pro, sans-serif;
}
body ._en {
  font-family: adobe-garamond-pro, "Noto Sans JP", sans-serif;
}
body.no_scroll {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

main {
  overflow-x: hidden;
}

p {
  font-size: clamp(12px, 0.3027245207vw + 10.8647830474px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  color: #333333;
}
@media screen and (max-width: 599px) {
  p {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

a {
  font-size: clamp(12px, 0.3027245207vw + 10.8647830474px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  text-decoration: none;
  color: #333333;
}
a:hover {
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  a {
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

h1 {
  font-size: clamp(32px, 2.0181634712vw + 24.4318869828px , 52px);
  line-height: 1.66;
  letter-spacing: 0.05em;
  color: #333333;
}

h2 {
  font-size: clamp(20px, 1.2108980827vw + 15.4591321897px , 32px);
  line-height: 1.579;
  letter-spacing: 0.1em;
  color: #333333;
  font-weight: normal;
}
h2._en {
  font-size: clamp(37px, 3.9354187689vw + 22.2421796165px , 76px);
  line-height: 1.2;
  letter-spacing: 0.12em;
}

h3 {
  font-size: clamp(15px, 1.1099899092vw + 10.8375378406px , 26px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #333333;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  h3 {
    letter-spacing: 0.05em;
  }
}

dd,
dt {
  font-size: clamp(13px, 0.2018163471vw + 12.2431886983px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
}

/* ========================================
# リストスタイル
======================================== */
li {
  list-style: none;
  font-size: clamp(13px, 0.2018163471vw + 12.2431886983px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
}

/* ========================================
# bodyタグ
======================================== */
.body {
  margin: 0;
  overflow-x: hidden;
}

/* ======================================================
# br
======================================================= */
@media screen and (max-width: 1023px) {
  br._pc {
    display: none;
  }
}
br._tab {
  display: none;
}
@media screen and (max-width: 1023px) {
  br._tab {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  br._tab {
    display: none;
  }
}
br._tab-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  br._tab-sp {
    display: inline;
  }
}
br._sp {
  display: none;
}
@media screen and (max-width: 599px) {
  br._sp {
    display: inline;
  }
}

/* ======================================================
# paint
======================================================= */
span._bg {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: clamp(4px, 1.2108980827vw + -0.5408678103px, 16px);
  padding-right: clamp(4px, 1.2108980827vw + -0.5408678103px, 16px);
  background-color: #003f71;
  color: #ffffff;
}
span._bg:nth-child(n+2) {
  margin-top: 4px;
}

span._underline._orange {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgba(243, 188, 33, 0.5019607843)));
  background: linear-gradient(transparent 60%, rgba(243, 188, 33, 0.5019607843) 30%);
}
span._underline._orange2 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #F3BC21));
  background: linear-gradient(transparent 60%, #F3BC21 30%);
}

/* ===============================================
# 画像スタイル
=============================================== */
img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .header {
    max-height: 60.5px;
  }
}
.header.scrolled {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(187, 187, 187, 0.3137254902);
}
.header_inner {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_body {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo {
  height: 100%;
  aspect-ratio: 202/40;
  width: 200px;
  margin-left: clamp(16px, 2.4217961655vw + 6.9182643794px, 40px);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .header_logo {
    min-height: 60.5px;
  }
}
.header_nav {
  margin-left: auto;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 1023px) {
  .header_nav {
    display: none;
  }
}
.header_tel {
  margin-left: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
}
@media screen and (max-width: 1023px) {
  .header_tel {
    display: none;
  }
}
.header_contact {
  background: transparent -webkit-gradient(linear, right top, left top, from(#dada06), to(#f3bc21)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #dada06 0%, #f3bc21 100%) 0% 0% no-repeat padding-box;
  margin-left: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .header_contact {
    display: none;
  }
}

.page-id-101 .header {
  background-color: rgba(255, 255, 255, 0.5019607843);
}

.footer_wrapper {
  background-color: #5c88a7;
}
.footer_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(50px, 5.0454086781vw + 31.0797174571px, 100px);
  padding-bottom: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
  display: grid;
  gap: clamp(50px, 5.0454086781vw + 31.0797174571px, 100px);
}
.footer_body {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 780px) {
  .footer_body {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.footer_content {
  display: grid;
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
  grid-template-rows: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-right: 24px;
}
@media screen and (max-width: 780px) {
  .footer_content {
    margin-right: 0;
  }
}
.footer_logo {
  max-width: clamp(284px, 0vw + 284px, 284px);
  aspect-ratio: 284/59;
}
.footer_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_sns {
  margin-top: clamp(24px, 1.614530777vw + 17.9455095863px, 40px);
}
.footer_copy {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 780px) {
  .footer_copy {
    margin-top: clamp(40px, 2.4217961655vw + 30.9182643794px, 64px);
  }
}

/* ======================================================
# // 各ページ共通
======================================================= */
.drawer-button {
  display: none;
  background-color: #003f71;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60.5px;
  height: 60.5px;
  z-index: 10000;
}
@media screen and (max-width: 1023px) {
  .drawer-button {
    display: block;
  }
}
.drawer-button span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-button span:nth-child(1) {
  top: calc(50% - 10px);
  left: 50%;
}
.drawer-button span:nth-child(2) {
  top: 50%;
  left: 50%;
}
.drawer-button span:nth-child(3) {
  top: calc(50% + 10px);
  left: 50%;
}
.drawer-button.active span:nth-child(1) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  top: 50%;
  left: calc(50% - 1px);
}
.drawer-button.active span:nth-child(2) {
  opacity: 0;
}
.drawer-button.active span:nth-child(3) {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.gnav_links {
  display: grid;
  grid-auto-flow: column;
  gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
}
.gnav_links li a {
  color: #ffffff;
}

.page-id-98 .gnav li a, .page-id-101 .gnav li a {
  color: #333333;
}

.drawer-nav {
  display: none;
}
@media screen and (max-width: 1023px) {
  .drawer-nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(20%, -100%);
            transform: translate(20%, -100%);
  }
  .drawer-nav.active {
    -webkit-animation: drawer forwards 0.8s ease;
            animation: drawer forwards 0.8s ease;
  }
  @-webkit-keyframes drawer {
    0% {
      -webkit-transform: translate(0%, 20%);
              transform: translate(0%, 20%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
      opacity: 1;
    }
  }
  @keyframes drawer {
    0% {
      -webkit-transform: translate(0%, 20%);
              transform: translate(0%, 20%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
      opacity: 1;
    }
  }
}
.drawer-nav_wrapper {
  height: 100%;
  background-image: url(../images/service-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.drawer-nav_wrapper::after {
  content: "";
  background: rgba(0, 175, 255, 0.47);
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.drawer-nav_inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: clamp(50px, 10.0908173562vw + 12.1594349142px, 150px);
  padding-bottom: clamp(50px, 10.0908173562vw + 12.1594349142px, 150px);
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-rows: 1fr auto auto auto;
  gap: clamp(16px, 1.614530777vw + 9.9455095863px, 32px);
}
.drawer-nav_links {
  display: grid;
  place-items: center;
  gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
}
.drawer-nav_links li a {
  color: #ffffff;
}
.drawer-nav_buttons {
  display: grid;
  gap: clamp(20px, 0.4036326942vw + 18.4863773966px, 24px);
}
.drawer-nav_logo {
  width: 200px;
  aspect-ratio: 280/60;
}
.drawer-nav_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.fnav {
  display: grid;
}
.fnav_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: column;
}
.fnav_links {
  display: grid;
  gap: 16px;
}
.fnav_links li {
  padding-left: 14px;
  position: relative;
  z-index: 0;
}
.fnav_links li::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: 0;
}
.fnav_links li a {
  color: #ffffff;
}

.section {
  padding-top: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
  padding-bottom: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
}
.section_heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #9197bf;
}
.section_heading span:has(span) {
  overflow: hidden;
  display: inline-block;
}
.section_heading span > span {
  display: inline-block;
}
.section_subheading {
  font-size: clamp(18px, 0.5045408678vw + 16.1079717457px , 23px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.section .sub-section {
  padding-top: clamp(100px, 5.0454086781vw + 81.0797174571px, 150px);
}
.section .sub-section_heading {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
}
.section .sub-section_body {
  margin-top: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
}
.section._page .section_cols {
  display: grid;
  gap: clamp(150px, 5.0454086781vw + 131.0797174571px, 200px);
}
.section._page .section_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
}
.section._page .section_header {
  display: grid;
  justify-items: center;
}
.section._page .section_heading {
  color: #333333;
}
.section._page .section_subheading {
  text-transform: uppercase;
  font-size: clamp(15px, 1.1099899092vw + 10.8375378406px , 26px);
  line-height: 1.579;
  letter-spacing: 0.1em;
  color: #9197bf;
}
.button._more {
  font-size: clamp(12px, 0.6054490414vw + 9.7295660949px , 18px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 15px;
  padding-bottom: 17px;
  max-height: 56px;
  min-width: clamp(150px, 9.4853683148vw + 114.4298688194px, 244px);
  padding-left: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  padding-right: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  text-align: center;
  color: #ffffff;
  border-radius: 34px;
}
.button._more .icon {
  aspect-ratio: 1/1;
  display: inline-block;
  max-width: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
.button._more .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.button._more._blue {
  background: transparent -webkit-gradient(linear, left top, right top, from(#003f71), to(#6eadd8)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #003f71 0%, #6eadd8 100%) 0% 0% no-repeat padding-box;
}
.button._more._yellow {
  background: transparent -webkit-gradient(linear, right top, left top, from(#dada06), to(#f3bc21)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #dada06 0%, #f3bc21 100%) 0% 0% no-repeat padding-box;
}
.button._more._white {
  background-color: #ffffff;
  color: #333333;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.button._more._white._services {
  width: 100%;
  max-width: clamp(300px, 2.5227043391vw + 290.5398587286px, 325px);
  padding-top: 17px;
  padding-bottom: 19px;
  border-radius: 40px;
}
@media screen and (max-width: 599px) {
  .button._more._white._services {
    width: 100%;
  }
}
.button._contact {
  height: 100%;
  padding-right: clamp(10px, 0.4036326942vw + 8.4863773966px, 14px);
  padding-left: clamp(10px, 0.4036326942vw + 8.4863773966px, 14px);
  padding-top: clamp(14px, 0.3027245207vw + 12.8647830474px, 17px);
  padding-bottom: clamp(14px, 0.3027245207vw + 12.8647830474px, 17px);
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  gap: 10px;
  font-size: 10px;
  color: #ffffff;
}
.button._contact .button_icon {
  display: block;
  aspect-ratio: 30/24;
  max-width: clamp(24px, 0.6054490414vw + 21.7295660949px, 30px);
}
.button._circle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 0;
}
.button._circle a {
  font-size: clamp(9px, 0.6054490414vw + 6.7295660949px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(13px, 0.7063572149vw + 10.351160444px, 20px);
  padding-top: clamp(45px, 2.5227043391vw + 35.5398587286px, 70px);
  padding-bottom: clamp(45px, 2.5227043391vw + 35.5398587286px, 70px);
  padding-left: clamp(38px, 2.2199798184vw + 29.6750756811px, 60px);
}
.button._circle .circle {
  pointer-events: none;
  display: block;
  aspect-ratio: 1/1;
  max-width: clamp(100px, 6.0544904137vw + 77.2956609485px, 160px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  border-radius: 50%;
}
.button._circle .circle-l {
  left: 0;
  border: 1px solid #003f71;
}
.button._circle .circle-r {
  left: clamp(20px, 0.5045408678vw + 18.1079717457px, 25px);
  border: 1px solid #005aa2;
}
.button._circle .arrow {
  width: clamp(44px, 3.1281533804vw + 32.2694248234px, 75px);
  height: 1px;
  background-color: #003f71;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.button._circle .arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: clamp(12px, 0.3027245207vw + 10.8647830474px, 15px) solid transparent;
  border-left: clamp(16px, 0.9081735621vw + 12.5943491423px, 25px) solid #003f71;
}
.button._tel {
  width: 100%;
  display: grid;
  width: clamp(325px, 12.6135216953vw + 277.6992936428px, 450px);
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 34px;
  border: 1px solid #848484;
}
@media screen and (max-width: 599px) {
  .button._tel {
    width: 100%;
  }
}
.button._tel .button_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button._tel .button_content {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(4px, 1.2108980827vw + -0.5408678103px, 16px);
}
.button._tel .button_icon {
  width: clamp(23px, 0.9081735621vw + 19.5943491423px, 32px);
  aspect-ratio: 1/1;
  vertical-align: bottom;
}
.button._tel .button_icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.button._tel .button_number {
  font-size: clamp(21px, 0.9081735621vw + 17.5943491423px , 30px);
  line-height: 1.5;
  letter-spacing: 0.101em;
}
.button._tel .button_remark {
  display: grid;
  justify-items: center;
  font-size: clamp(10px, 0.3027245207vw + 8.8647830474px , 13px);
  line-height: 1.5;
  letter-spacing: 0.101em;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards._default {
  gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
}
.cards._works, .cards._reason {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(50px, 5.0454086781vw + 31.0797174571px, 100px);
}
.cards._service {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(32px, 0vw + 32px, 32px);
}
@media screen and (max-width: 780px) {
  .cards._service {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .cards._service {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.cards._flow {
  display: grid;
  justify-items: center;
  gap: 40px;
}

.card._default .card_wrapper {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
.card._default .card_thumbnail {
  aspect-ratio: 308/386;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 780px) {
  .card._default .card_thumbnail {
    aspect-ratio: 308/226;
  }
}
.card._default .card_thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(202, 239, 255, 0)), color-stop(52%, rgba(194, 234, 253, 0.4745098039)), to(rgba(17, 135, 204, 0.9019607843))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(202, 239, 255, 0) 0%, rgba(194, 234, 253, 0.4745098039) 52%, rgba(17, 135, 204, 0.9019607843) 100%) 0% 0% no-repeat padding-box;
}
.card._default .card_inner {
  padding-top: clamp(32px, 0vw + 32px, 32px);
  padding-bottom: clamp(32px, 0vw + 32px, 32px);
  padding-left: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  padding-right: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  display: grid;
  grid-template-rows: 1fr auto;
  gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
}
.card._default .card_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.card._default .card_company {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.card._works:nth-of-type(2n + 1) .card_thumbnail, .card._reason:nth-of-type(2n + 1) .card_thumbnail {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 780px) {
  .card._works:nth-of-type(2n + 1) .card_thumbnail, .card._reason:nth-of-type(2n + 1) .card_thumbnail {
    grid-area: auto;
  }
}
.card._works:nth-of-type(2n + 1) .card_inner, .card._reason:nth-of-type(2n + 1) .card_inner {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 780px) {
  .card._works:nth-of-type(2n + 1) .card_inner, .card._reason:nth-of-type(2n + 1) .card_inner {
    grid-area: auto;
  }
}
.card._works .card_wrapper, .card._reason .card_wrapper {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 780px) {
  .card._works .card_wrapper, .card._reason .card_wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    gap: 16px;
  }
}
.card._works .card_thumbnail, .card._reason .card_thumbnail {
  max-width: 463px;
  width: 85%;
  aspect-ratio: 463/302;
}
@media screen and (max-width: 780px) {
  .card._works .card_thumbnail, .card._reason .card_thumbnail {
    width: 94%;
  }
}
@media screen and (max-width: 399px) {
  .card._works .card_thumbnail, .card._reason .card_thumbnail {
    margin-right: auto;
  }
}
.card._works .card_thumbnail._single, .card._reason .card_thumbnail._single {
  display: grid;
  max-width: clamp(343px, 20.8879919273vw + 264.6700302725px, 550px);
  width: 100%;
  aspect-ratio: 550/320;
  margin-left: auto;
  margin-right: auto;
}
.card._works .card_thumbnail._single2, .card._reason .card_thumbnail._single2 {
  display: grid;
  max-width: clamp(345px, 5.5499495459vw + 324.1876892028px, 400px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.card._works .card_thumbnail.thumbnail-upper, .card._reason .card_thumbnail.thumbnail-upper {
  position: relative;
  z-index: 0;
}
.card._works .card_thumbnail.thumbnail-upper .thumbnail-shadow, .card._reason .card_thumbnail.thumbnail-upper .thumbnail-shadow {
  position: absolute;
  z-index: -1;
  top: 7%;
  right: -6%;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.card._works .card_thumbnail.thumbnail-upper .thumbnail-shadow::after, .card._reason .card_thumbnail.thumbnail-upper .thumbnail-shadow::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px) grayscale(0.74);
          backdrop-filter: blur(5px) grayscale(0.74);
}
.card._works .card_inner, .card._reason .card_inner {
  max-width: 503px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(14px, 0.2018163471vw + 13.2431886983px, 16px);
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
}
@media screen and (max-width: 780px) {
  .card._works .card_inner, .card._reason .card_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.card._works .card_header, .card._reason .card_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
.card._works .card_header .number, .card._reason .card_header .number {
  display: grid;
  color: #9197bf;
  font-size: clamp(46px, 1.0090817356vw + 42.2159434914px , 56px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.card._works .card_header .number._blue, .card._reason .card_header .number._blue {
  color: #77C6D9;
}
.card._works .card_header .number span, .card._reason .card_header .number span {
  margin-left: 4px;
  display: inline-block;
  text-align: center;
  font-size: clamp(10px, 0.4036326942vw + 8.4863773966px , 14px);
  line-height: 1;
  letter-spacing: 0.101em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.card._works .card_heading._blue, .card._reason .card_heading._blue {
  color: #003f71;
}
.card._works .card_body, .card._reason .card_body {
  display: grid;
  gap: clamp(16px, 1.614530777vw + 9.9455095863px, 32px);
}
.card._service {
  background-color: #ffffff;
  display: grid;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 22px;
  position: relative;
  z-index: 0;
}
.card._service:not(:first-of-type)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 22%;
  left: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #003f71;
  border-right: 0;
}
@media screen and (max-width: 599px) {
  .card._service:not(:first-of-type)::after {
    top: -40px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 35px solid #003f71;
    border-bottom: 0;
  }
}
.card._service .card_wrapper {
  padding: clamp(20px, 0.6054490414vw + 17.7295660949px, 26px) clamp(20px, 0.6054490414vw + 17.7295660949px, 26px) clamp(30px, 2.0181634712vw + 22.4318869828px, 50px);
  display: grid;
  grid-template-rows: auto 1fr;
  justify-items: center;
}
@media screen and (max-width: 780px) {
  .card._service .card_wrapper {
    padding: 32px clamp(20px, 0.6054490414vw + 17.7295660949px, 26px) clamp(30px, 2.0181634712vw + 22.4318869828px, 50px);
  }
}
.card._service .card_thumbnail {
  width: clamp(150px, 3.0272452069vw + 138.6478304743px, 180px);
  aspect-ratio: 1/1;
}
.card._service .card_inner {
  display: grid;
  justify-items: center;
  grid-template-rows: auto 1fr;
  gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
}
.card._service .card_header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .card._service .card_header {
    height: auto;
  }
}
.card._service .card_heading {
  font-size: clamp(15px, 0.5045408678vw + 13.1079717457px , 20px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .card._service .card_heading {
    font-weight: bold;
  }
}
.card._service .card_text {
  line-height: 1.7;
}
.card._flow {
  width: 100%;
  max-width: 920px;
  display: grid;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 22px;
  position: relative;
  z-index: 0;
}
.card._flow:not(:last-of-type)::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -35px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 35px solid #003f71;
  border-bottom: 0;
}
.card._flow .card_wrapper {
  padding: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px) clamp(20px, 2.0181634712vw + 12.4318869828px, 40px);
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0px, 2.2199798184vw + -8.3249243189px, 22px);
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .card._flow .card_wrapper {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
  }
}
.card._flow .card_meta {
  width: 100%;
  display: grid;
  gap: clamp(2px, 0.2018163471vw + 1.2431886983px, 4px);
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .card._flow .card_meta {
    grid-auto-flow: row;
    justify-items: center;
  }
}
.card._flow .card_thumbnail {
  height: 90px;
  aspect-ratio: 1/1;
}
.card._flow .card_number {
  padding: clamp(21px, 0.7063572149vw + 18.351160444px, 28px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 0;
}
.card._flow .card_number-text {
  display: grid;
  color: #003f71;
  text-align: center;
  font-size: clamp(35px, 0vw + 35px , 35px);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .card._flow .card_number-text {
    margin-bottom: 1px;
    margin-left: 1px;
  }
}
.card._flow .card_number-text span {
  display: inline-block;
  text-align: center;
  font-size: clamp(10px, 0.5045408678vw + 8.1079717457px , 15px);
  line-height: 1;
  letter-spacing: 0.101em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 599px) {
  .card._flow .card_number-text span {
    margin-left: 5px;
  }
}
.card._flow .card_circle {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image: url(../images/flow-circle.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.card._flow .card_inner {
  width: 100%;
  display: grid;
  justify-items: start;
  grid-template-rows: auto auto;
  gap: clamp(16px, 0vw + 16px, 16px);
}
@media screen and (max-width: 780px) {
  .card._flow .card_inner {
    justify-items: center;
  }
}
.card._flow .card_header {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.card._flow .card_heading {
  font-size: clamp(15px, 0.7063572149vw + 12.351160444px , 22px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .card._flow .card_heading {
    letter-spacing: 0.05em;
  }
}
.card._flow .card_body {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .card._flow .card_body {
    justify-items: center;
  }
}
.card._flow .card_buttons {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px;
}
@media screen and (max-width: 780px) {
  .card._flow .card_buttons {
    grid-auto-flow: row;
  }
}

.cards-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.card-compare {
  border-radius: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 283px;
  background-color: #ffffff;
}

.card-compare_header {
  height: 98px;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.card-compare_header._large {
  height: 145px;
}

.card-compare_logo {
  max-width: 100px;
}
.card-compare_logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.card-compare_icon {
  max-width: 60px;
}
.card-compare_icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.card-compare_body {
  height: 98px;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003f71;
}
.card-compare_body._orange {
  background-color: #F3BC21;
}

.card-compare_text {
  color: #ffffff;
  font-size: clamp(15px, 0.9081735621vw + 11.5943491423px, 24px);
}
.card-compare_text .emphasize {
  font-size: clamp(40px, 1.0090817356vw + 36.2159434914px, 50px);
}

.card-compare_footer {
  height: 98px;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-compare_footer._large {
  height: 145px;
}
.card-compare_footer .card-compare_text {
  color: #333333;
}

.panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
}
@media screen and (max-width: 599px) {
  .panels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 72px;
  }
}

.panel:not(:last-of-type) .panel_inner {
  border-right: 1px solid #707070;
}
@media screen and (max-width: 599px) {
  .panel:not(:last-of-type) .panel_inner {
    border-right: none;
  }
}
.panel:last-of-type .panel_inner::after {
  content: "";
  display: none;
}
.panel_wrapper {
  height: 100%;
  display: grid;
  justify-items: center;
  grid-template-rows: auto 1fr;
}
.panel_number {
  padding: clamp(21px, 0.7063572149vw + 18.351160444px, 28px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 0;
}
.panel_number-text {
  display: grid;
  color: #003f71;
  text-align: center;
  font-size: clamp(35px, 0vw + 35px , 35px);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .panel_number-text {
    margin-bottom: 1px;
    margin-left: 1px;
  }
}
.panel_number-text span {
  display: inline-block;
  text-align: center;
  font-size: clamp(10px, 0.5045408678vw + 8.1079717457px , 15px);
  line-height: 1;
  letter-spacing: 0.101em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 599px) {
  .panel_number-text span {
    margin-left: 5px;
  }
}
.panel_circle {
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image: url(../images/flow-circle.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.panel_inner {
  padding: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  position: relative;
}
.panel_inner::after {
  content: "";
  position: absolute;
  top: -62px;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: clamp(10px, 0.5045408678vw + 8.1079717457px, 15px) solid transparent;
  border-bottom: clamp(10px, 0.5045408678vw + 8.1079717457px, 15px) solid transparent;
  border-left: clamp(20px, 1.0090817356vw + 16.2159434914px, 30px) solid #003f71;
  border-right: 0;
}
@media screen and (max-width: 599px) {
  .panel_inner::after {
    width: 0;
    height: 0;
    top: auto;
    left: 50%;
    bottom: -38px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 30px solid #003f71;
    border-bottom: 0;
  }
}
.panel_header {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.panel_heading {
  font-size: clamp(15px, 0.2018163471vw + 14.2431886983px , 17px);
  line-height: 1;
  letter-spacing: 0.101em;
}
.panel_body {
  margin-top: 16px;
}
.panel_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, 0.2018163471vw + 7.2431886983px, 10px);
}
.panel_item {
  padding-left: clamp(13px, 0.2018163471vw + 12.2431886983px, 15px);
  position: relative;
  font-size: 11px;
}
.panel_item::before {
  content: "";
  position: absolute;
  top: clamp(12px, 0.2018163471vw + 11.2431886983px, 14px);
  left: clamp(7px, 0.1009081736vw + 6.6215943491px, 8px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #333333;
}

.panels-client {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
@media screen and (max-width: 780px) {
  .panels-client {
    min-width: 780px;
  }
}

.panel-client_inner {
  display: grid;
  justify-items: center;
}

.panel-client_image {
  aspect-ratio: 188/85;
}

.panel-client_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.panels-consult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.panel-consult {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: clamp(82px, 7.4672048436vw + 53.9979818365px, 156px);
  aspect-ratio: 1/1;
}
.panel-consult:nth-of-type(2n) .panel-consult_inner {
  background-color: rgba(0, 90, 162, 0.6);
}

.panel-consult_wrapper {
  border-radius: 50%;
  display: grid;
  height: 100%;
  background-color: #e7e7e7;
  -webkit-box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  padding: clamp(0px, 2.4217961655vw + -9.0817356206px, 24px);
}
@media screen and (max-width: 780px) {
  .panel-consult_wrapper {
    padding: 0;
  }
}

.panel-consult_inner {
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #003f71;
  padding: 12px;
}

.panel-consult_text {
  color: #ffffff;
  white-space: nowrap;
}

@media screen and (max-width: 780px) {
  .panel-consult:nth-of-type(2), .panel-consult:nth-of-type(3) {
    position: relative;
    top: -15px;
  }
}
.banners {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(16px, 1.614530777vw + 9.9455095863px, 32px);
}

.banner {
  max-width: 280px;
}
.banner_thumbnail {
  aspect-ratio: 1170/300;
}
.banner_body {
  padding-top: clamp(14px, 0.2018163471vw + 13.2431886983px, 16px);
}
.banner_text {
  color: #ffffff;
  text-align: center;
  font-size: 13px;
}

.accordion:not(:first-of-type) {
  margin-top: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
.accordion_check {
  display: none;
}
.accordion_check:checked + .accordion_label + .accordion_text-box {
  height: auto;
  padding: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  opacity: 1;
}
.accordion_label {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 2.0181634712vw + 12.4318869828px, 40px);
  padding: 20px;
  border: 1px solid #707070;
}
.accordion_label-question {
  font-size: clamp(24px, 1.2108980827vw + 19.4591321897px, 36px);
  color: #9197bf;
}
.accordion_label span {
  display: inline-block;
}
.accordion_text-box {
  margin-top: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  background-color: #C6E6F5;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-flow: column;
  gap: clamp(20px, 2.0181634712vw + 12.4318869828px, 40px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  /*通常時は見えなくする*/
  overflow: hidden;
  /*  通常時は高さ0を指定  */
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.accordion_text-box-answer {
  font-size: clamp(24px, 1.2108980827vw + 19.4591321897px, 36px);
  color: #9197bf;
}

.accordion-faq:not(:first-of-type) {
  margin-top: 24px;
}
.accordion-faq_check {
  display: none;
}
.accordion-faq_check:checked + .accordion-faq_label {
  border-radius: 15px 15px 0 0;
}
.accordion-faq_check:checked + .accordion-faq_label .icon .bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.accordion-faq_check:checked + .accordion-faq_label + .accordion-faq_text-box {
  height: auto;
  padding: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  opacity: 1;
}
.accordion-faq_label {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 2.0181634712vw + 12.4318869828px, 40px);
  padding: 20px;
  border-radius: 15px;
  background-color: #ffffff;
}
.accordion-faq_label-question {
  border-radius: 7px;
  font-weight: bold;
  font-size: clamp(18px, 0.4036326942vw + 16.4863773966px, 22px);
  color: #9197bf;
  line-height: 1;
  background-color: #eaf4fe;
  padding: 10px 12px 12px;
}
.accordion-faq_label span {
  display: inline-block;
}
.accordion-faq_label .icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 0;
}
.accordion-faq_label .icon .bar {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 2px;
  background-color: #003f71;
}
.accordion-faq_label .icon .bar:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.accordion-faq_label .icon .bar:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-faq_text-box {
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-flow: column;
  gap: clamp(20px, 2.0181634712vw + 12.4318869828px, 40px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  /*通常時は見えなくする*/
  overflow: hidden;
  /*  通常時は高さ0を指定  */
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.accordion-faq_text-box .accordion-faq_text-answer {
  border-radius: 7px;
  padding: 10px 12px 12px;
  font-weight: bold;
  font-size: clamp(18px, 0.4036326942vw + 16.4863773966px, 22px);
  line-height: 1;
  color: #ca310d;
  background-color: #fbeae7;
}

.address_list {
  display: grid;
  gap: 16px;
}
.address_list li {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto auto;
  justify-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 599px) {
  .address_list li {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.address_list li dd,
.address_list li dt, .address_list li a {
  font-size: clamp(12px, 0.1009081736vw + 11.6215943491px , 13px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  color: #ffffff;
}

.logo {
  display: block;
}
.logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.tel_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #ffffff;
}
.tel_icon {
  display: inline-block;
  aspect-ratio: 1/1;
  max-width: clamp(18px, 0.6054490414vw + 15.7295660949px, 24px);
}

.page-id-98 .tel_number, .page-id-101 .tel_number {
  color: #333333;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.sns_icon {
  width: 24px;
  aspect-ratio: 1/1;
}
.sns_icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #ffffff;
  pointer-events: none;
  display: grid;
  place-items: center;
  background-color: #C6E6F5;
}

.breadcrumb {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.breadcrumb li:nth-of-type(n + 2) {
  padding-left: 64px;
}
@media screen and (max-width: 599px) {
  .breadcrumb li:nth-of-type(n + 2) {
    padding-left: 40px;
  }
}
.breadcrumb li:nth-of-type(n + 2)::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: calc(50% + 2px);
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #707070;
}
@media screen and (max-width: 599px) {
  .breadcrumb li:nth-of-type(n + 2)::before {
    width: 20px;
    left: 9px;
  }
}
.breadcrumb li span {
  font-size: clamp(13px, 0.2018163471vw + 12.2431886983px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  text-transform: uppercase;
  color: #333333;
}
.breadcrumb a span {
  font-size: clamp(13px, 0.2018163471vw + 12.2431886983px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  text-transform: uppercase;
  color: #333333;
}

.cta-buttons {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-buttons_cols {
  display: grid;
  gap: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
}
.cta-buttons_button-box {
  display: grid;
  gap: clamp(4px, 1.2108980827vw + -0.5408678103px, 16px);
  grid-template-columns: auto auto;
}
.cta-buttons_button {
  justify-items: center;
  display: grid;
  gap: 7px;
}
.cta-buttons_button .button {
  padding-left: 0;
  padding-right: 0;
}
.cta-buttons_button .button._tel {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5647058824);
}
@media screen and (max-width: 780px) {
  .cta-buttons_button {
    gap: 0;
  }
}
.cta-buttons_text {
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .cta-buttons_text {
    display: none;
  }
}

.cta-content_wrapper {
  position: relative;
  z-index: 0;
}
.cta-content_bg {
  position: absolute;
  z-index: -1;
  width: clamp(80px, 8.072653885vw + 49.7275479314px, 160px);
  aspect-ratio: 1/1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .cta-content_bg {
    display: none;
  }
}
.cta-content_inner {
  gap: clamp(12px, 0.4036326942vw + 10.4863773966px, 16px);
  display: grid;
}
.cta-content_text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cta-content_text {
  font-size: clamp(16px, 0.5045408678vw + 14.1079717457px , 21px);
  line-height: 1.6;
  letter-spacing: 0.101em;
  position: relative;
  z-index: 0;
}
.cta-content_text._white {
  color: #ffffff;
}

.list {
  display: grid;
  gap: 16px;
}
.list li {
  padding-left: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
  position: relative;
  z-index: 0;
}
.list li::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 7px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #003f71;
  border-right: 3px solid #003f71;
  top: clamp(4px, 0.3027245207vw + 2.8647830474px, 7px);
  left: clamp(5px, 0.5045408678vw + 3.1079717457px, 10px);
}

.table-compare {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .table-compare {
    min-width: 780px;
  }
}

.table-compare_label {
  height: 98px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  background-color: #003f71;
}
.table-compare_label._transparent {
  background-color: transparent;
}
.table-compare_label._center {
  border-radius: 20px 0 0 0;
  border-bottom: 1px solid #ffffff;
}
.table-compare_label._bottom {
  border-radius: 0 0 0 20px;
}

.table-compare_text {
  color: #ffffff;
  font-size: clamp(15px, 0.9081735621vw + 11.5943491423px, 24px);
}

.common-pagemv {
  overflow: hidden;
}
.common-pagemv_wrapper {
  position: relative;
  z-index: 0;
}
.common-pagemv_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/fv-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.common-pagemv_bg::after {
  content: "";
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common-pagemv_bg-rect {
  position: absolute;
}
.common-pagemv_bg-rect._rect1 {
  background-color: #37aeff;
  opacity: 0.47;
  right: 100%;
  bottom: 0%;
  width: clamp(430px, 42.3814328961vw + 271.0696266398px, 850px);
  aspect-ratio: 1/1;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .common-pagemv_bg-rect._rect1 {
    right: 140%;
  }
}
.common-pagemv_bg-rect._rect2 {
  background-color: #5ae0ff;
  opacity: 0.73;
  bottom: 0;
  right: -27%;
  width: 1250px;
  aspect-ratio: 1/1;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1366px) {
  .common-pagemv_bg-rect._rect2 {
    left: 35%;
    right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .common-pagemv_bg-rect._rect2 {
    left: 35%;
  }
}
.common-pagemv_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(100px, 4.3390514632vw + 83.7285570131px, 143px);
  padding-bottom: clamp(100px, 4.3390514632vw + 83.7285570131px, 143px);
}
.common-pagemv_heading {
  font-size: clamp(28px, 2.8254288597vw + 17.404641776px , 56px);
  line-height: 1.66;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: normal;
}
.common-pagemv_body {
  max-width: clamp(300px, 9.3844601413vw + 264.8082744702px, 393px);
}
.common-pagemv_body .button {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
.common-pagemv_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.common-pagemv_contact {
  display: grid;
  justify-items: center;
  gap: 2px;
  margin-top: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
.common-pagemv_contact .tel_icon {
  display: block;
  max-width: 24px;
  margin-bottom: clamp(2px, 0.2018163471vw + 1.2431886983px, 4px);
}
.common-pagemv_contact .tel a {
  color: #dada06;
  font-size: 21px;
}
.common-pagemv_contact span {
  font-size: clamp(13px, 0.2018163471vw + 12.2431886983px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  display: inline-block;
  color: #ffffff;
}

.common-cta_wrapper {
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-image: url(../images/contact1.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  .common-cta_wrapper {
    grid-template-columns: 1fr;
  }
}
.common-cta_col {
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.common-cta_col::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common-cta_col._col1 {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background-image: url(../images/contact1.jpg);
}
@media screen and (max-width: 780px) {
  .common-cta_col._col1 {
    margin-left: 0;
    padding-left: 0;
    background-image: none;
  }
  .common-cta_col._col1::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 80%;
    height: 2px;
    border-radius: 15px;
    background-color: #707070;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.common-cta_col._col1 .common-cta_inner {
  padding-left: 90px;
}
@media screen and (max-width: 780px) {
  .common-cta_col._col1 .common-cta_inner {
    padding-left: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  }
}
.common-cta_col._col2 {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background-image: url(../images/fv-bg.jpg);
}
@media screen and (max-width: 780px) {
  .common-cta_col._col2 {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
  }
}
.common-cta_col._col2 .common-cta_inner {
  padding-right: 90px;
}
@media screen and (max-width: 780px) {
  .common-cta_col._col2 .common-cta_inner {
    padding-right: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  }
}
.common-cta_inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(50px, 2.0181634712vw + 42.4318869828px, 70px);
  padding-bottom: clamp(50px, 2.0181634712vw + 42.4318869828px, 70px);
  padding-left: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  padding-right: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  gap: clamp(32px, 1.2108980827vw + 27.4591321897px, 44px);
}
.common-cta_header {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.common-cta_heading {
  font-size: clamp(18px, 0.8072653885vw + 14.9727547931px , 26px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-weight: normal;
}
.common-cta_body {
  max-width: clamp(300px, 9.3844601413vw + 264.8082744702px, 393px);
}
.common-cta_body .button {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
.common-cta_text {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.common-cta_contact {
  display: grid;
  justify-items: center;
  gap: 2px;
  margin-top: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
.common-cta_contact .tel_icon {
  display: block;
  max-width: 24px;
  margin-bottom: clamp(2px, 0.2018163471vw + 1.2431886983px, 4px);
}
.common-cta_contact .tel a {
  color: #dada06;
  font-size: 21px;
}
.common-cta_contact span {
  font-size: clamp(13px, 0.2018163471vw + 12.2431886983px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  display: inline-block;
  color: #ffffff;
}
.common-cta._page {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/contact1.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.common-cta._page::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4509803922);
}
.common-cta._page .common-cta_wrapper {
  background: none;
  padding: 0 20px;
}
@media screen and (max-width: 780px) {
  .common-cta._page .common-cta_wrapper {
    gap: 32px;
  }
}
.common-cta._page .common-cta_col {
  display: grid;
  background: none;
}
.common-cta._page .common-cta_col::after {
  content: "";
  background-color: inherit;
  z-index: -1;
}
.common-cta._page .common-cta_col._col1 {
  justify-items: start;
}
@media screen and (max-width: 780px) {
  .common-cta._page .common-cta_col._col1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.common-cta._page .common-cta_col._col1::before {
  content: "";
  display: none;
}
.common-cta._page .common-cta_col._col2 {
  justify-items: center;
}
.common-loading svg {
  stroke-dasharray: 1000px;
}

.common-breadcrumb {
  padding-top: clamp(24px, 1.614530777vw + 17.9455095863px, 40px);
  padding-bottom: clamp(24px, 1.614530777vw + 17.9455095863px, 40px);
}
.common-breadcrumb_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.common-content {
  padding-top: 0;
  /* 画像の中央寄せ */
  /* figureタグで囲まれた画像の中央寄せ */
  /* 画像右寄せ */
  /* figureタグで囲まれた画像右寄せ */
  /* 位置指定のない画像 */
  /* figureタグで囲まれた位置指定のない画像 */
  /* 自動折り返し有効化 */
}
.common-content_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.common-content_body h2 {
  font-size: clamp(13px, 0.2018163471vw + 12.2431886983px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  font-weight: bold;
  margin-top: clamp(40px, 0.8072653885vw + 36.9727547931px, 48px);
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #f5fbfe;
  padding-left: clamp(19px, 0.8072653885vw + 15.9727547931px, 27px);
  position: relative;
  z-index: 0;
}
.common-content_body h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #003f71;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.common-content_body h2:nth-of-type(1) {
  margin-top: 0;
}
.common-content_body h3 {
  font-size: clamp(13px, 0.2018163471vw + 12.2431886983px , 15px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  font-weight: bold;
  position: relative;
}
.common-content_body h3::before {
  content: "";
  position: absolute;
  width: clamp(12px, 0.7063572149vw + 9.351160444px, 19px);
  height: 3px;
  top: 8px;
  left: 0;
  background-color: #003f71;
}
.common-content_body p,
.common-content_body h3 {
  padding-right: clamp(19px, 0.8072653885vw + 15.9727547931px, 27px);
  padding-left: clamp(19px, 0.8072653885vw + 15.9727547931px, 27px);
  margin-top: clamp(28px, 0.4036326942vw + 26.4863773966px, 32px);
}
.common-content_body p + p {
  margin-top: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
}
.common-content_body blockquote {
  padding-right: 1rem;
}
.common-content .aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.common-content .aligncenter img {
  height: auto;
  max-width: 100%;
}
.common-content .alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}
.common-content .alignright img {
  height: auto;
  max-width: 100%;
}
.common-content .alignnone {
  height: auto;
  max-width: 100%;
}
.common-content .alignnone img {
  height: auto;
  max-width: 100%;
}
.common-content pre {
  white-space: pre-wrap;
}

.home-mv {
  overflow: hidden;
}
.home-mv_wrapper {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .home-mv_wrapper {
    height: 100svh;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home-mv_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fv-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.home-mv_bg::after {
  content: "";
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-mv_bg-rect {
  position: absolute;
}
.home-mv_bg-rect._rect1 {
  background-color: #37aeff;
  opacity: 0.47;
  top: 0;
  left: 0%;
  width: clamp(430px, 42.3814328961vw + 271.0696266398px, 850px);
  aspect-ratio: 1/1;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .home-mv_bg-rect._rect1 {
    top: -10%;
  }
}
.home-mv_bg-rect._rect2 {
  background-color: #5ae0ff;
  opacity: 0.73;
  bottom: 0;
  right: -27%;
  width: 1250px;
  aspect-ratio: 1/1;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1366px) {
  .home-mv_bg-rect._rect2 {
    left: 35%;
    right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .home-mv_bg-rect._rect2 {
    left: 35%;
  }
}
@media screen and (max-width: 1023px) {
  .home-mv_bg-rect._rect2 {
    left: 25%;
  }
}
@media screen and (max-width: 780px) {
  .home-mv_bg-rect._rect2 {
    left: 15%;
  }
}
@media screen and (max-width: 599px) {
  .home-mv_bg-rect._rect2 {
    left: 5%;
    bottom: 10%;
  }
}
@media screen and (max-width: 399px) {
  .home-mv_bg-rect._rect2 {
    left: -20%;
  }
}
.home-mv_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  justify-items: center;
  gap: clamp(32px, 3.8345105954vw + 17.6205852674px, 70px);
  position: relative;
  z-index: 2;
  padding-top: clamp(160px, 1.0090817356vw + 156.2159434914px, 170px);
  padding-bottom: clamp(80px, 4.0363269425vw + 64.8637739657px, 120px);
}
@media screen and (max-width: 599px) {
  .home-mv_inner {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.home-mv_header {
  display: grid;
  justify-items: center;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0px, 12.4117053481vw + -46.5438950555px, 123px);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .home-mv_header {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.home-mv_header::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + 2px);
  height: clamp(80px, 7.7699293643vw + 50.862764884px, 157px);
  width: 4px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(50%, -50%) rotate(35deg);
          transform: translate(50%, -50%) rotate(35deg);
}
@media screen and (max-width: 1023px) {
  .home-mv_header::before {
    height: clamp(40px, 1.0090817356vw + 36.2159434914px, 50px);
    width: 2px;
  }
}
.home-mv_header::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + 2px);
  height: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
  width: 4px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}
@media screen and (max-width: 1023px) {
  .home-mv_header::after {
    height: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
    width: 2px;
  }
}
.home-mv_title {
  color: #ffffff;
  font-size: clamp(28px, 2.4217961655vw + 18.9182643794px , 52px);
  line-height: 1.66;
  letter-spacing: 0.05em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home-mv_body {
  display: grid;
  justify-items: center;
}
.home-mv_text {
  font-size: clamp(13px, 0.7063572149vw + 10.351160444px , 20px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  font-weight: bold;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}
@media screen and (max-width: 599px) {
  .home-mv_text {
    letter-spacing: 0.05em;
  }
}
.home-mv_text._blue {
  font-size: clamp(11px, 0.9081735621vw + 7.5943491423px , 20px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  background-color: #003f71;
  padding: 10px 14px 11px;
  font-weight: bold;
}
.home-mv_copy {
  font-size: clamp(20px, 1.8163471241vw + 13.1886982846px , 38px);
  line-height: 1.579;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #ffffff;
}
.home-mv_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 1.614530777vw + 17.9455095863px, 40px);
}
@media screen and (max-width: 599px) {
  .home-mv_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.home-about {
  position: relative;
  z-index: 0;
}
.home-about .section_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-about .section_bg._bg1 {
  overflow: hidden;
}
.home-about .section_bg-rect {
  position: absolute;
  z-index: -1;
  background-color: #c6e6f5;
  top: 0;
  right: 65%;
  width: clamp(650px, 60.5449041372vw + 422.9566094854px, 1250px);
  aspect-ratio: 1/1;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .home-about .section_bg-rect {
    right: 75%;
  }
}
@media screen and (max-width: 780px) {
  .home-about .section_bg-rect {
    right: 85%;
  }
}
@media screen and (max-width: 599px) {
  .home-about .section_bg-rect {
    right: 100%;
  }
}
.home-about .section_bg-image {
  position: absolute;
  z-index: -2;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1230/780;
  opacity: 0.34;
}
@media screen and (max-width: 1366px) {
  .home-about .section_bg-image {
    top: 80%;
  }
}
@media screen and (max-width: 599px) {
  .home-about .section_bg-image {
    top: 40%;
    left: 50%;
    aspect-ratio: 600/400;
    max-width: 375px;
    height: auto;
  }
}
.home-about .section_bg-image img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 599px) {
  .home-about .section_bg-image img {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
.home-about .section_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.home-about .section_columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
@media screen and (max-width: 780px) {
  .home-about .section_columns {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.home-about .section_subheading {
  font-size: clamp(18px, 0.5045408678vw + 16.1079717457px , 23px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.home-about .section_body {
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  display: grid;
  gap: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
@media screen and (max-width: 780px) {
  .home-about .section_body {
    justify-items: center;
  }
}
.home-about .section_thumbnail {
  aspect-ratio: 541/307;
}
.home-about .button._circle {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}

.home-works {
  position: relative;
  z-index: 0;
}
.home-works .section_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-works .section_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.home-works .section_columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
@media screen and (max-width: 780px) {
  .home-works .section_columns {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.home-works .section_col._col-2 {
  margin-top: clamp(48px, 2.2199798184vw + 39.6750756811px, 70px);
}
@media screen and (max-width: 780px) {
  .home-works .section_col._col-2 {
    margin-top: 0;
  }
}
.home-works .section_subheading {
  font-size: clamp(18px, 0.5045408678vw + 16.1079717457px , 23px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.home-works .section_body {
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  display: grid;
  gap: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
@media screen and (max-width: 780px) {
  .home-works .section_body {
    justify-items: center;
  }
}
.home-works .section_thumbnail {
  margin-top: clamp(24px, 1.614530777vw + 17.9455095863px, 40px);
  aspect-ratio: 562/468;
}
.home-works .section_copy {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(24px, 2.0181634712vw + 16.4318869828px , 44px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ff8800;
}
.home-works .button._circle {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
@media screen and (max-width: 780px) {
  .home-works .button._pc {
    display: none;
  }
}
.home-works .button._sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .home-works .button._sp {
    display: block;
  }
}

.home-service {
  position: relative;
  z-index: 0;
}
.home-service .section_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-service .section_bg-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-service .section_bg-image::after {
  content: "";
  background-color: #0082B9;
  opacity: 0.65;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-service .section_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.home-service .section_columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 33% 66%;
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
@media screen and (max-width: 1279px) {
  .home-service .section_columns {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.home-service .section_heading {
  color: #ffffff;
}
.home-service .section_subheading {
  font-size: clamp(18px, 0.5045408678vw + 16.1079717457px , 23px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #ffffff;
}
.home-service .section_body {
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  display: grid;
  gap: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
.home-service .buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
     -moz-column-gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
          column-gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  row-gap: clamp(32px, 1.8163471241vw + 25.1886982846px, 50px);
}
@media screen and (max-width: 1279px) {
  .home-service .buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 780px) {
  .home-service .buttons {
    grid-template-columns: repeat(1, auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-service .buttons .button {
  font-size: clamp(15px, 0.2018163471vw + 14.2431886983px , 17px);
  line-height: 1.5;
  letter-spacing: 0.101em;
}

.home-interview {
  margin-top: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home-interview .section_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-interview .section_bg-rect {
  position: absolute;
  z-index: 0;
  width: 80%;
  height: 65%;
  top: 0;
  left: -10%;
  background-color: #C6E6F5;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.home-interview .section_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.home-interview .section_columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 33% 66%;
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
@media screen and (max-width: 1279px) {
  .home-interview .section_columns {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.home-interview .section_subheading {
  font-size: clamp(18px, 0.5045408678vw + 16.1079717457px , 23px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.home-interview .section_body {
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  gap: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}

.about-works {
  position: relative;
  z-index: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.about-works .section_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-works .section_bg-rect {
  position: absolute;
  background-color: #c6e6f5;
  opacity: 0.3;
  top: 0;
  right: 65%;
  width: clamp(650px, 60.5449041372vw + 422.9566094854px, 1250px);
  aspect-ratio: 1/1;
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-works .section_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.about-works .section_columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
@media screen and (max-width: 780px) {
  .about-works .section_columns {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.about-works .section_col._col-2 {
  margin-top: clamp(48px, 2.2199798184vw + 39.6750756811px, 70px);
}
@media screen and (max-width: 780px) {
  .about-works .section_col._col-2 {
    margin-top: 0;
  }
}
.about-works .section_subheading {
  font-size: clamp(18px, 0.5045408678vw + 16.1079717457px , 23px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.about-works .section_body {
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  display: grid;
  gap: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
@media screen and (max-width: 780px) {
  .about-works .section_body {
    justify-items: center;
  }
}
.about-works .section_thumbnail {
  margin-top: clamp(24px, 1.614530777vw + 17.9455095863px, 40px);
  aspect-ratio: 562/468;
}
.about-works .section_copy {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(24px, 2.0181634712vw + 16.4318869828px , 44px);
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #ff8800;
}
.about-works .sub-section {
  margin-top: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
  padding-bottom: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
  position: relative;
  z-index: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.about-works .sub-section_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #C6E6F5;
  opacity: 0.15;
  -webkit-clip-path: polygon(0 0, 0% 100%, 99% 0);
          clip-path: polygon(0 0, 0% 100%, 99% 0);
}
.about-works .button._circle {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
@media screen and (max-width: 780px) {
  .about-works .button._pc {
    display: none;
  }
}
.about-works .button._sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .about-works .button._sp {
    display: block;
  }
}

.about-service {
  padding-top: 0;
  padding-bottom: 0;
}
.about-service .section_wrapper {
  overflow: hidden;
}
.about-service .section_columns {
  position: relative;
  z-index: 0;
}
.about-service .section_bg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.about-service .section_bg-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-service .section_bg-image::after {
  content: "";
  background-color: #0082B9;
  opacity: 0.65;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about-service .section_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.about-service .section_columns {
  padding-top: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
  padding-bottom: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 33% 66%;
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
@media screen and (max-width: 1279px) {
  .about-service .section_columns {
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}
.about-service .section_heading {
  color: #ffffff;
}
.about-service .section_subheading {
  font-size: clamp(18px, 0.5045408678vw + 16.1079717457px , 23px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #ffffff;
}
.about-service .section_body {
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  display: grid;
  gap: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
.about-service .section_text {
  color: #ffffff;
}
.about-service .sub-section {
  padding-bottom: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
  position: relative;
  z-index: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.about-service .sub-section_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #C6E6F5;
  opacity: 0.15;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.about-service .sub-section_heading {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .about-service .sub-section_heading {
    display: grid;
    justify-items: center;
  }
}
.about-service .sub-section_subcopy {
  display: inline-block;
  font-size: clamp(13px, 1.3118062563vw + 8.0807265388px , 26px);
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .about-service .sub-section_subheading {
    display: grid;
  }
}
.about-service .buttons {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
     -moz-column-gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
          column-gap: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  row-gap: clamp(32px, 1.8163471241vw + 25.1886982846px, 50px);
}
@media screen and (max-width: 1279px) {
  .about-service .buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 780px) {
  .about-service .buttons {
    grid-template-columns: repeat(1, auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about-service .buttons .button {
  font-size: clamp(15px, 0.2018163471vw + 14.2431886983px , 17px);
  line-height: 1.5;
  letter-spacing: 0.101em;
}

.about-flow {
  padding-top: 0;
  padding-bottom: 0;
}
.about-flow .section_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-flow .section_bg-rect {
  position: absolute;
  width: 315.7px;
  height: 100%;
  max-height: 700px;
  top: clamp(445px, 10.595358224vw + 405.2674066599px, 550px);
  left: 100px;
  -webkit-transform: translate(-50%, -50%) skew(-30deg);
          transform: translate(-50%, -50%) skew(-30deg);
  opacity: 0.17;
  background-color: #C6E6F5;
}
@media screen and (max-width: 599px) {
  .about-flow .section_bg-rect {
    width: 206.25px;
    left: -30%;
  }
}
.about-flow .section_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.about-flow .section_columns {
  padding-top: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
  padding-bottom: clamp(75px, 7.5681130172vw + 46.6195761857px, 150px);
  display: grid;
  gap: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
}
.about-flow .section_subheading {
  font-size: clamp(18px, 0.5045408678vw + 16.1079717457px , 23px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.about-flow .section_body {
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  display: grid;
  gap: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
.about-fleq .section_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.about-fleq .section_columns {
  display: grid;
  gap: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
}
.about-fleq .section_subheading {
  font-size: clamp(18px, 0.5045408678vw + 16.1079717457px , 23px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.about-fleq .section_body {
  margin-top: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
  display: grid;
  gap: clamp(32px, 0.8072653885vw + 28.9727547931px, 40px);
}
.ecmarketing-mv_wrapper {
  position: relative;
  z-index: 0;
}
.ecmarketing-mv_bg-rect {
  position: absolute;
  z-index: -1;
  width: 50vw;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent linear-gradient(309deg, #c2e7f9 0%, #003f71 100%) 0% 0% no-repeat padding-box;
  opacity: 0.85;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_bg-rect {
    width: 100vw;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.ecmarketing-mv_bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.ecmarketing-mv_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.ecmarketing-mv_cols {
  display: grid;
}
.ecmarketing-mv_col._col1 {
  padding-top: clamp(0px, 8.072653885vw + -30.2724520686px, 80px);
  height: 768px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #444444 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 0;
  gap: clamp(16px, 1.614530777vw + 9.9455095863px, 32px);
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_col._col1 {
    height: 100svh;
    grid-template-columns: repeat(1, 1fr);
    -ms-flex-line-pack: center;
        align-content: center;
    justify-items: center;
  }
}
.ecmarketing-mv_col._col2 {
  height: 322px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_col._col2 {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    justify-items: center;
    padding: 50px 0;
    gap: 32px;
  }
}
.ecmarketing-mv_header {
  width: 100%;
  margin-top: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_header {
    width: 100%;
  }
}
.ecmarketing-mv_heading-bg {
  padding-left: clamp(18px, 3.229061554vw + 5.8910191726px, 50px);
  padding-right: clamp(18px, 3.229061554vw + 5.8910191726px, 50px);
  margin-top: 10px;
  display: grid;
  justify-items: center;
  background-color: #ffffff;
}
.ecmarketing-mv_heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(32px, 3.8345105954vw + 17.6205852674px , 70px);
  line-height: 1.46;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 5px;
  color: #003f71;
  position: relative;
  z-index: 0;
}
.ecmarketing-mv_heading .icon {
  position: absolute;
  z-index: -1;
  width: clamp(61px, 5.5499495459vw + 40.1876892028px, 116px);
  aspect-ratio: 61/63;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_heading .icon {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ecmarketing-mv_subheading {
  display: inline-block;
  font-size: clamp(14px, 0.4036326942vw + 12.4863773966px , 18px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_subheading {
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
  }
}
.ecmarketing-mv_text-box {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: clamp(8px, 0.5045408678vw + 6.1079717457px, 13px);
  padding-bottom: clamp(8px, 0.4036326942vw + 6.4863773966px, 12px);
  background-color: #003f71;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ecmarketing-mv_text {
  font-size: clamp(14px, 0.4036326942vw + 12.4863773966px , 18px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_text {
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.ecmarketing-mv_copy {
  font-weight: bold;
  margin-top: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  font-size: clamp(24px, 1.5136226034vw + 18.3239152371px , 39px);
  line-height: 1.485;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_copy {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.ecmarketing-mv_content {
  display: grid;
}
.ecmarketing-mv_content._first {
  justify-items: center;
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_content._first {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ecmarketing-mv_content._second {
  justify-items: center;
}
.ecmarketing-mv_content._third {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ecmarketing-mv_content._forth {
  justify-items: center;
}
.ecmarketing-mv_figure {
  width: 90%;
  max-width: 478px;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .ecmarketing-mv_figure {
    width: 100%;
  }
}

.ecmarketing-reason {
  position: relative;
  z-index: 0;
}
.ecmarketing-reason .section_bg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0 100%, 0 50%, 100% 0, 100% 50%, 0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0 100%, 0 50%, 100% 0, 100% 50%, 0 100%, 100% 100%, 100% 0%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #f5fbfe 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 780px) {
  .ecmarketing-reason .section_cols {
    justify-items: center;
  }
}
.ecmarketing-reason .section_col._col2 {
  display: grid;
  gap: 40px;
}
.ecmarketing-reason .section_col._col2 .section_content._first {
  display: grid;
  gap: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  -ms-flex-line-pack: center;
      align-content: center;
}
.ecmarketing-reason .section_col._col2 .section_content._second {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .ecmarketing-reason .section_col._col2 .section_content._second {
    justify-items: center;
  }
}
.ecmarketing-reason .section_col._col2 .section_figure {
  width: 90%;
  max-width: clamp(343px, 14.6316851665vw + 288.1311806256px, 488px);
  aspect-ratio: 1/1;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .ecmarketing-reason .section_col._col2 .section_figure {
    width: 100%;
  }
}
.ecmarketing-reason .section_col._col3 {
  display: grid;
  gap: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
}
.ecmarketing-reason .section_col._col3 .section_content._third {
  display: grid;
  gap: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  -ms-flex-line-pack: center;
      align-content: center;
}
.ecmarketing-reason .section_col-inner._inner1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 780px) {
  .ecmarketing-reason .section_col-inner._inner1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.ecmarketing-reason .section_text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ecmarketing-reason .section_text-box._bg {
  background-color: #003f71;
  padding: clamp(5px, 0vw + 5px, 5px) clamp(5px, 1.0090817356vw + 1.2159434914px, 15px);
}
.ecmarketing-reason .section_text {
  font-size: clamp(20px, 1.2108980827vw + 15.4591321897px , 32px);
  line-height: 1.579;
  letter-spacing: 0.1em;
}
.ecmarketing-reason .section_text._white {
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 780px) {
  .ecmarketing-flow .section_cols {
    justify-items: center;
  }
}
.ecoperation-mv_wrapper {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
.ecoperation-mv_bg-rect {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.ecoperation-mv_bg-rect .rect1 {
  aspect-ratio: 800/400;
  height: 150%;
  position: absolute;
  z-index: -1;
  background: #94d1e0 0% 0% no-repeat padding-box;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  right: 37%;
  bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .ecoperation-mv_bg-rect .rect1 {
    display: none;
  }
}
.ecoperation-mv_bg-rect .rect2 {
  height: 150%;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: -1;
  background: #94d1e0 0% 0% no-repeat padding-box;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
@media screen and (max-width: 780px) {
  .ecoperation-mv_bg-rect .rect2 {
    height: 100%;
    width: 50%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    aspect-ratio: auto;
  }
}
.ecoperation-mv_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.ecoperation-mv_cols {
  display: grid;
}
.ecoperation-mv_col._col1 {
  padding-top: clamp(0px, 8.072653885vw + -30.2724520686px, 80px);
  height: 768px;
  display: grid;
  gap: clamp(16px, 1.614530777vw + 9.9455095863px, 32px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 780px) {
  .ecoperation-mv_col._col1 {
    height: 100svh;
    grid-template-columns: repeat(1, 1fr);
    -ms-flex-line-pack: center;
        align-content: center;
    justify-items: center;
    gap: 20px;
  }
}
.ecoperation-mv_col._col2 {
  height: 322px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 780px) {
  .ecoperation-mv_col._col2 {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    justify-items: center;
    padding: 50px 0;
    gap: 32px;
  }
}
.ecoperation-mv_header {
  display: grid;
  justify-items: center;
  margin-top: clamp(16px, 0.8072653885vw + 12.9727547931px, 24px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 780px) {
  .ecoperation-mv_header {
    justify-items: center;
  }
}
.ecoperation-mv_heading {
  font-size: clamp(40px, 5.0454086781vw + 21.0797174571px , 90px);
  line-height: 1.46;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #F3BC21;
  position: relative;
  z-index: 0;
}
.ecoperation-mv_subheading {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(12px, 0.6054490414vw + 9.7295660949px , 18px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333333;
  padding-left: clamp(25px, 2.5227043391vw + 15.5398587286px, 50px);
  padding-right: clamp(25px, 2.5227043391vw + 15.5398587286px, 50px);
  position: relative;
  z-index: 0;
}
.ecoperation-mv_subheading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  width: 1px;
  height: 45px;
  -webkit-transform: rotate(-17deg) translateY(-50%);
          transform: rotate(-17deg) translateY(-50%);
  background-color: #333333;
}
.ecoperation-mv_subheading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  height: 45px;
  -webkit-transform: rotate(17deg) translateY(-50%);
          transform: rotate(17deg) translateY(-50%);
  background-color: #333333;
}
.ecoperation-mv_text-box {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: clamp(8px, 0.5045408678vw + 6.1079717457px, 13px);
  padding-bottom: clamp(8px, 0.4036326942vw + 6.4863773966px, 12px);
  background-color: #003f71;
  display: grid;
  justify-items: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .ecoperation-mv_text-box {
    width: 80%;
  }
}
.ecoperation-mv_text {
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 780px) {
  .ecoperation-mv_text {
    text-align: center;
    line-height: 1.5;
  }
}
.ecoperation-mv_copy {
  color: #333333;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
  font-size: clamp(24px, 1.5136226034vw + 18.3239152371px , 39px);
  line-height: 1.485;
  letter-spacing: 0.1em;
}
.ecoperation-mv_content {
  display: grid;
}
.ecoperation-mv_content._first {
  justify-items: center;
}
.ecoperation-mv_content._second {
  justify-items: center;
}
.ecoperation-mv_content._third {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ecoperation-mv_content._forth {
  justify-items: center;
}
.ecoperation-mv_figure {
  width: 90%;
  max-width: 478px;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .ecoperation-mv_figure {
    width: 100%;
  }
}
.ecoperation-mv .icon {
  width: 222px;
  position: absolute;
  z-index: -1;
  bottom: 7%;
}
.ecoperation-mv .icon._icon1 {
  right: 0;
}
.ecoperation-mv .icon._icon2 {
  left: 0;
}
@media screen and (max-width: 1023px) {
  .ecoperation-mv .icon {
    display: none;
  }
}

.ecoperation-support .section_inner {
  display: grid;
  gap: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 780px) {
  .ecoperation-support .section_inner {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 40px !important;
  }
}
.ecoperation-support .section_content._content1 {
  max-width: 500px;
  width: 90%;
  display: grid;
  gap: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
}
@media screen and (max-width: 780px) {
  .ecoperation-support .section_content._content1 {
    width: 100%;
  }
}
.ecoperation-support .section_copy {
  display: grid;
  gap: 16px;
  justify-items: start;
}
.ecoperation-support .section_text-box._bg {
  background-color: #003f71;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ecoperation-support .section_text._large {
  color: #003f71;
  font-size: clamp(20px, 1.2108980827vw + 15.4591321897px , 32px);
  line-height: 1.579;
  letter-spacing: 0.05em;
}
.ecoperation-support .section_text._white {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.ecoperation-support .section_body {
  max-width: 460px;
  display: grid;
  gap: clamp(16px, 1.614530777vw + 9.9455095863px, 32px);
}
.ecoperation-support .section_figure {
  max-width: 510px;
  display: grid;
  aspect-ratio: 510/520;
}
@media screen and (max-width: 780px) {
  .ecoperation-support .section_figure {
    aspect-ratio: 335/203;
  }
}
.ecoperation-support .section_figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.ecoperation-reason {
  position: relative;
  z-index: -1;
}
.ecoperation-reason .section_bg {
  margin-top: clamp(-100px, 5.0454086781vw + -168.9202825429px, -150px);
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0 100%, 0 50%, 100% 0, 100% 50%, 0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0 100%, 0 50%, 100% 0, 100% 50%, 0 100%, 100% 100%, 100% 0%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #f5fbfe 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 780px) {
  .ecoperation-reason .section_bg {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .ecoperation-reason .section_cols {
    justify-items: center;
  }
}
.ecoperation-reason .section_col._col2 {
  display: grid;
  gap: 40px;
}
.ecoperation-reason .section_col._col2 .section_content._first {
  display: grid;
  gap: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  -ms-flex-line-pack: center;
      align-content: center;
}
.ecoperation-reason .section_col._col2 .section_content._second {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .ecoperation-reason .section_col._col2 .section_content._second {
    justify-items: center;
  }
}
.ecoperation-reason .section_col._col2 .section_figure {
  width: 90%;
  max-width: clamp(343px, 14.6316851665vw + 288.1311806256px, 488px);
  aspect-ratio: 1/1;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .ecoperation-reason .section_col._col2 .section_figure {
    width: 100%;
  }
}
.ecoperation-reason .section_col._col3 {
  display: grid;
  gap: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
}
.ecoperation-reason .section_col._col3 .section_content._third {
  display: grid;
  gap: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  -ms-flex-line-pack: center;
      align-content: center;
}
.ecoperation-reason .section_col-inner._inner1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 780px) {
  .ecoperation-reason .section_col-inner._inner1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.ecoperation-reason .section_text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ecoperation-reason .section_text-box._bg {
  background-color: #003f71;
  padding: clamp(5px, 0.5045408678vw + 3.1079717457px, 10px) clamp(5px, 1.0090817356vw + 1.2159434914px, 15px);
}
.ecoperation-reason .section_text {
  font-size: clamp(20px, 1.2108980827vw + 15.4591321897px , 32px);
  line-height: 1.579;
  letter-spacing: 0.1em;
}
.ecoperation-reason .section_text._white {
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 780px) {
  .ecoperation-flow .section_cols {
    justify-items: center;
  }
}
.eccreate-mv_wrapper {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
}
.eccreate-mv_bg {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 70vw;
  height: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 780px) {
  .eccreate-mv_bg {
    width: 85vw;
  }
}
.eccreate-mv_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.eccreate-mv_cols {
  display: grid;
}
.eccreate-mv_col._col1 {
  height: 768px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 780px) {
  .eccreate-mv_col._col1 {
    height: 100svh;
    -ms-flex-line-pack: center;
        align-content: center;
    justify-items: center;
    gap: 20px;
  }
}
.eccreate-mv_col._col2 {
  height: 322px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 780px) {
  .eccreate-mv_col._col2 {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    justify-items: center;
    padding: 50px 0;
    gap: 32px;
  }
}
.eccreate-mv_header {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 780px) {
  .eccreate-mv_header {
    gap: 29px;
  }
}
.eccreate-mv_heading {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  justify-items: center;
}
.eccreate-mv_heading h2 {
  font-size: clamp(29px, 2.4217961655vw + 19.9182643794px , 53px);
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .eccreate-mv_heading h2 {
    letter-spacing: 0.05em;
  }
}
.eccreate-mv_heading span {
  display: inline-block;
  font-size: clamp(28px, 4.2381432896vw + 12.106962664px , 70px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #F3BC21;
}
.eccreate-mv_subheading {
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-auto-flow: column;
  gap: clamp(4px, 0.4036326942vw + 2.4863773966px, 8px);
}
.eccreate-mv_subheading span {
  display: inline-block;
  font-weight: bold;
  font-size: clamp(28px, 2.5227043391vw + 18.5398587286px , 53px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 10px;
  padding-bottom: 12px;
  background-color: #F3BC21;
}
.eccreate-mv_text {
  font-size: clamp(14px, 0.6054490414vw + 11.7295660949px , 20px);
  line-height: 1.5;
  letter-spacing: 0.101em;
  letter-spacing: 0em;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .eccreate-mv_text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    line-height: 1.5;
  }
}
.eccreate-mv_content {
  display: grid;
}
.eccreate-mv_content._first {
  margin-top: clamp(0px, 10.2389078498vw + -79.8634812287px, 60px);
  display: grid;
  gap: clamp(24px, 2.4217961655vw + 14.9182643794px, 48px);
}
@media screen and (max-width: 780px) {
  .eccreate-mv_content._first {
    justify-items: start;
  }
}
.eccreate-mv_content._third {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.eccreate-mv_content._forth {
  justify-items: center;
}

.eccreate-support {
  padding-top: clamp(150px, 5.0454086781vw + 131.0797174571px, 200px);
  position: relative;
  z-index: 0;
}
.eccreate-support .section_bg {
  position: absolute;
  width: 100%;
  height: 68%;
  max-height: 864px;
  top: 0;
  left: 0;
  z-index: -1;
}
.eccreate-support .section_bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 130, 185, 0.3960784314);
}
.eccreate-support .section_cols {
  gap: clamp(50px, 5.0454086781vw + 31.0797174571px, 100px) !important;
}
.eccreate-support .section_col._col1 {
  display: grid;
  gap: clamp(24px, 3.6326942482vw + 10.3773965691px, 60px);
}
.eccreate-support .section_copy {
  display: grid;
  gap: 12px;
  justify-items: start;
}
.eccreate-support .section_text-box._bg {
  background-color: #003f71;
  padding-left: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  padding-right: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  padding-top: 5px;
  padding-bottom: 5px;
}
.eccreate-support .section_text-box._bg._white {
  background-color: #ffffff;
  padding-right: 0;
}
.eccreate-support .section_text._large {
  color: #003f71;
  font-size: clamp(16px, 1.614530777vw + 9.9455095863px , 32px);
  line-height: 1.579;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .eccreate-support .section_text._large {
    white-space: normal;
  }
}
.eccreate-support .section_text._white {
  color: #ffffff;
}
.eccreate-support .section_body {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "header thumbnail";
}
@media screen and (max-width: 780px) {
  .eccreate-support .section_body {
    gap: 24px;
    grid-auto-flow: row;
    grid-template-areas: "thumbnail" "header";
  }
}
.eccreate-support .section_content {
  grid-area: header;
  display: grid;
  justify-items: start;
  gap: clamp(9px, 0.7063572149vw + 6.351160444px, 16px);
}
.eccreate-support .section_figure {
  grid-area: thumbnail;
  max-width: clamp(287px, 17.053481332vw + 223.049445005px, 456px);
  display: grid;
  aspect-ratio: 456/266;
}
@media screen and (max-width: 780px) {
  .eccreate-support .section_figure {
    aspect-ratio: 335/203;
    margin-left: auto;
    margin-right: auto;
  }
}
.eccreate-support .section_figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.eccreate-reason {
  position: relative;
  z-index: 0;
}
.eccreate-reason .section_bg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #f5fbfe 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 780px) {
  .eccreate-reason .section_cols {
    justify-items: center;
  }
}
.eccreate-reason .section_col._col2 {
  display: grid;
  gap: 40px;
}
.eccreate-reason .section_col._col2 .section_content._first {
  display: grid;
  gap: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  -ms-flex-line-pack: center;
      align-content: center;
}
.eccreate-reason .section_col._col2 .section_content._second {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .eccreate-reason .section_col._col2 .section_content._second {
    justify-items: center;
  }
}
.eccreate-reason .section_col._col2 .section_figure {
  width: 90%;
  max-width: clamp(343px, 14.6316851665vw + 288.1311806256px, 488px);
  aspect-ratio: 1/1;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .eccreate-reason .section_col._col2 .section_figure {
    width: 100%;
  }
}
.eccreate-reason .section_col._col3 {
  display: grid;
  gap: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
}
.eccreate-reason .section_col._col3 .section_content._third {
  display: grid;
  gap: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  -ms-flex-line-pack: center;
      align-content: center;
}
.eccreate-reason .section_col-inner._inner1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 780px) {
  .eccreate-reason .section_col-inner._inner1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.eccreate-reason .section_text-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.eccreate-reason .section_text-box._bg {
  background-color: #003f71;
  padding: clamp(5px, 0.5045408678vw + 3.1079717457px, 10px) clamp(5px, 1.0090817356vw + 1.2159434914px, 15px);
}
.eccreate-reason .section_text {
  font-size: clamp(20px, 1.2108980827vw + 15.4591321897px , 32px);
  line-height: 1.579;
  letter-spacing: 0.1em;
}
.eccreate-reason .section_text._white {
  font-weight: bold;
  color: #ffffff;
}

.eccreate-works {
  position: relative;
  z-index: 0;
}
.eccreate-works .section_inner {
  display: block !important;
}
.eccreate-works .section_body {
  margin-top: clamp(40px, 4.0363269425vw + 24.8637739657px, 80px);
}
@media screen and (max-width: 780px) {
  .eccreate-flow .section_cols {
    justify-items: center;
  }
}
.ecconsulting-mv {
  position: relative;
  z-index: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#3873a1), color-stop(44%, #e7e7e7), color-stop(78%, #e7e7e7), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #3873a1 0%, #e7e7e7 44%, #e7e7e7 78%, #ffffff 100%) 0% 0% no-repeat padding-box;
}

.ecconsulting-mv_bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 75vw;
}

.ecconsulting-mv_bg-inner {
  width: 100%;
}

.ecconsulting-mv_bg-image {
  position: absolute;
  z-index: 1;
  width: 100vw;
}
.ecconsulting-mv_bg-image._image1 {
  max-width: 645px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -37%);
          transform: translate(-40%, -37%);
}
@media screen and (max-width: 780px) {
  .ecconsulting-mv_bg-image._image1 {
    display: none;
  }
}
.ecconsulting-mv_bg-image._image2 {
  max-width: 1000px;
  top: 0;
  right: 0;
  -webkit-transform: translate(65%, -33%);
          transform: translate(65%, -33%);
}
@media screen and (max-width: 780px) {
  .ecconsulting-mv_bg-image._image2 {
    -webkit-transform: translate(47%, -18%);
            transform: translate(47%, -18%);
    width: 100vw;
  }
}

.ecconsulting-mv_wrapper {
  height: 100vh;
}

.ecconsulting-mv_inner {
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .ecconsulting-mv_inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 56px;
  }
}

.ecconsulting-mv_logo {
  display: inline-block;
  width: clamp(30px, 3.0272452069vw + 18.6478304743px, 60px);
}
.ecconsulting-mv_logo img {
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: baseline;
}

.ecconsulting-mv_text {
  font-size: clamp(18px, 0.7063572149vw + 15.351160444px, 25px);
  font-weight: bold;
}

.ecconsulting-mv_title {
  font-size: clamp(23px, 1.9172552977vw + 15.8102926337px, 42px);
  font-weight: bold;
  color: #003f71;
  background-color: #ffffff;
  padding-left: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  padding-right: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .ecconsulting-mv_title {
    letter-spacing: 0;
  }
}

.ecconsulting-mv_cols > * + * {
  margin-top: clamp(36px, 0.6054490414vw + 33.7295660949px, 42px);
}

.ecconsulting-mv_col._col1 > * + * {
  margin-top: clamp(8px, 0.8072653885vw + 4.9727547931px, 16px);
}

.ecconsulting-mv_col._col3 {
  display: grid;
  justify-items: start;
}

.ecconsulting-support.section .section_header {
  justify-items: start;
}
@media screen and (max-width: 780px) {
  .ecconsulting-support.section .section_col._col1 {
    overflow-x: scroll;
  }
}

.ecconsulting-about.section {
  position: relative;
  z-index: 0;
}
.ecconsulting-about.section .section_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.ecconsulting-about.section .section_bg .section_bg-image {
  position: absolute;
  z-index: -10;
  max-width: 645px;
}
.ecconsulting-about.section .section_bg .section_bg-image.image1 {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ecconsulting-about.section .section_bg .section_bg-image.image2 {
  bottom: 25%;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.ecconsulting-about.section .section_header {
  justify-items: start;
}
.ecconsulting-about.section .section_col._col2 > * + * {
  margin-top: 40px;
}
.ecconsulting-about.section .section_subtitle {
  font-size: clamp(20px, 0.2018163471vw + 19.2431886983px, 22px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: clamp(4px, 0.4036326942vw + 2.4863773966px, 8px);
  background-color: #003f71;
  color: #ffffff;
}

.ecconsulting-compare.section {
  position: relative;
}
.ecconsulting-compare.section .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.ecconsulting-compare.section .section_bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 52, 80, 0.4666666667);
}
.ecconsulting-compare.section .section_header {
  justify-items: start;
}
.ecconsulting-compare.section .section_heading {
  color: #ffffff;
}
.ecconsulting-compare.section .section_subheading {
  color: #ffffff;
}
.ecconsulting-compare.section .section_cols {
  gap: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
}
@media screen and (max-width: 780px) {
  .ecconsulting-compare.section .section_col._col1 {
    overflow-x: scroll;
  }
}
.ecconsulting-compare.section .section_cta {
  border-radius: 22px;
  padding-top: clamp(10px, 0vw + 10px, 10px);
  padding-bottom: clamp(10px, 0vw + 10px, 10px);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 4.4399596367vw + -0.6498486377px, 60px);
}
@media screen and (max-width: 780px) {
  .ecconsulting-compare.section .section_cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    padding-top: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
    padding-bottom: clamp(24px, 0.8072653885vw + 20.9727547931px, 32px);
  }
}
.ecconsulting-compare.section .section_cta-image {
  max-width: 176px;
}

.ecconsulting-flow.section {
  position: relative;
  z-index: 0;
}
.ecconsulting-flow.section .section_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.ecconsulting-flow.section .section_bg .section_bg-image {
  position: absolute;
  z-index: -10;
  max-width: 645px;
}
.ecconsulting-flow.section .section_bg .section_bg-image.image1 {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ecconsulting-flow.section .section_bg .section_bg-image.image2 {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.ecconsulting-faq.section {
  background-color: #eaf4fe;
}

.swiper-area.swiper1 {
  position: relative;
  margin-top: -3%;
  left: 22vw;
}
@media screen and (max-width: 780px) {
  .swiper-area.swiper1 {
    left: auto;
    margin-top: clamp(32px, 1.8163471241vw + 25.1886982846px, 50px);
  }
}

.swiper.swiper1 .swiper-wrapper {
  /* wrapperのサイズを調整 */
}
.swiper.swiper1 .swiper-slide {
  display: block;
  width: clamp(245px, 6.3572149344vw + 221.160443996px, 308px);
}
.swiper.swiper1 .swiper-pagination {
  bottom: -1px;
}
.swiper.swiper1 .swiper-pagination-bullet {
  width: 50px;
  border-radius: 5px;
  background-color: #003f71;
  height: 2px;
}
.swiper.swiper1 .swiper-button-prev {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #003f71;
  top: 50%;
  left: -39px;
}
@media screen and (max-width: 780px) {
  .swiper.swiper1 .swiper-button-prev {
    left: -16px;
  }
}
@media screen and (max-width: 599px) {
  .swiper.swiper1 .swiper-button-prev {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    left: -30px;
  }
}
.swiper.swiper1 .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 63%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 15px;
  border-top: 1px solid #003f71;
  border-left: 1px solid #003f71;
}
.swiper.swiper1 .swiper-button-next {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #003f71;
  top: 50%;
  right: 22%;
}
@media screen and (max-width: 780px) {
  .swiper.swiper1 .swiper-button-next {
    right: -1%;
  }
}
@media screen and (max-width: 599px) {
  .swiper.swiper1 .swiper-button-next {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -30px;
  }
}
.swiper.swiper1 .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 29%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 15px;
  border-top: 1px solid #003f71;
  border-right: 1px solid #003f71;
}
.swiper.swiper2 .swiper-slide {
  aspect-ratio: 3/5;
  max-height: 500px;
}
/*# sourceMappingURL=style.css.map */