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

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

/* スクリーンサイズが1520px以上 */
@media screen and (min-width: 1100px) {
  html {
    font-size: 62.5%;
  }
}
/* スクリーンサイズが1200px以下の場合に適用 */
@media screen and (max-width: 1245px) {
  html {
    font-size: 46.0625%;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 62.5%;
  }
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* reset.css end */
/* base.css start */
/* common */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #222222;
  position: relative;
}
@media screen and (max-width: 980px) {
  body {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}
body .pagetop {
  position: fixed;
  right: 5%;
  bottom: 9%;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #3384C6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 60;
}
@media screen and (max-width: 980px) {
  body .pagetop {
    width: 12.2448979592vw;
    height: 12.2448979592vw;
  }
}
body .pagetop a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover {
  filter: opacity(0.8);
}

html {
  scroll-behavior: smooth;
}

img.w100 {
  max-width: 100%;
  height: auto;
}

div {
  gap: 0;
}

figure {
  margin: 0 !important;
}

/** {    outline: 1px solid blue;}*/
.pc-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 980px) {
  .sp-hidden {
    display: none !important;
  }
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.inner {
  max-width: 1100px !important;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .inner {
    width: 90%;
  }
}
.inner_wide {
  max-width: 136.6rem;
  width: 100%;
  margin: auto;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 30;
}
.header.fixed {
  background-color: #FFF;
}
.header__wrapper {
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  max-width: 1286px;
  width: 95%;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.header__wrapper .logo {
  max-width: 282px;
  width: 30%;
}
@media screen and (max-width: 980px) {
  .header__wrapper .logo {
    width: 40%;
  }
}
@media screen and (max-width: 980px) {
  .header__wrapper {
    padding-top: 3.0612244898vw;
  }
}
.header__wrapper .header-list {
  display: flex;
  justify-content: center;
  column-gap: 48px;
}
@media screen and (max-width: 980px) {
  .header__wrapper .header-list {
    column-gap: 7.5510204082vw;
  }
}
.header__wrapper .header-list .list-item {
  position: relative;
  font-size: 15px;
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
}
.header__wrapper .header-list .list-item a::after {
  content: attr(title);
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 980px) {
  .header__wrapper .header-list .list-item {
    font-size: 15px;
    font-size: 3.0612244898vw;
    padding-bottom: 3.4693877551vw;
    padding-top: 3.4693877551vw;
  }
}
.header__wrapper .contact {
  background-color: #3384C6;
  color: #FFF;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  max-width: 134px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  height: 39px;
  line-height: 39px;
}
@media screen and (max-width: 980px) {
  .header__wrapper .contact {
    display: none;
  }
}

/* header */
/* mv */
.mv {
  position: relative;
  padding-bottom: 109px;
}
.mv .image-left {
  position: absolute;
  left: 0;
  top: 7.5rem;
}
@media screen and (max-width: 980px) {
  .mv .image-left {
    display: none;
  }
}
.mv .image-left figure {
  max-width: 24.4rem;
}
.mv .image-right {
  position: absolute;
  right: 0;
  top: 14.6rem;
}
@media screen and (max-width: 980px) {
  .mv .image-right {
    display: none;
  }
}
.mv .image-right figure {
  max-width: 16.8rem;
}
.mv .image-center {
  position: absolute;
  top: -6.8rem;
  right: 25.3rem;
}
@media screen and (max-width: 980px) {
  .mv .image-center {
    display: none;
  }
}
.mv .image-center figure {
  max-width: 43.4rem;
}
.mv .image-small {
  position: absolute;
  right: 14.7rem;
  bottom: 3.5rem;
}
@media screen and (max-width: 980px) {
  .mv .image-small {
    display: none;
  }
}
.mv .image-small figure {
  max-width: 30.9rem;
}
.mv .image-bottom {
  position: absolute;
  bottom: -16.4rem;
  left: 45rem;
}
@media screen and (max-width: 980px) {
  .mv .image-bottom {
    display: none;
  }
}
.mv .image-bottom figure {
  max-width: 27.7rem;
}
.mv .image-main {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  padding-top: 15.5rem;
  margin-bottom: 17.6rem;
}
.mv .image-main figure {
  margin-left: 21.9rem !important;
}
.mv .mv_message {
  max-width: 36rem;
  width: 100%;
  margin-left: 5.3rem;
}
@media screen and (max-width: 980px) {
  .mv .mv_message {
    max-width: 73.4693877551vw;
    margin-left: 10.8163265306vw;
  }
}
.mv .mv_message .sub-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #3384C6;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .mv .mv_message .sub-ttl {
    font-size: 11px;
    font-size: 2.2448979592vw;
    margin-bottom: 3.2653061224vw;
  }
}
.mv .mv_message .main-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 980px) {
  .mv .mv_message .main-ttl {
    font-size: 20px;
    font-size: 4.0816326531vw;
    margin-bottom: 1.6326530612vw;
  }
}
.mv .mv_message .main-txt {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.1rem;
  padding-right: 8.1rem;
  position: relative;
}
@media screen and (max-width: 980px) {
  .mv .mv_message .main-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.2857142857vw;
    padding-right: 16.5306122449vw;
  }
}
.mv .mv_message .main-txt::after {
  content: "";
  background: url(../images/top/message.png) no-repeat center/contain;
  width: 8.1rem;
  height: 11.2rem;
  position: absolute;
  bottom: -5rem;
  right: 0;
}
@media screen and (max-width: 980px) {
  .mv .mv_message .main-txt::after {
    width: 16.5306122449vw;
    height: 22.8571428571vw;
    bottom: 0vw;
  }
}

/* mv */
/* top_service */
.top_service {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  counter-reset: number 0;
}
@media screen and (max-width: 980px) {
  .top_service {
    background-size: 3.2653061224vw 3.2653061224vw;
  }
}
.top_service .inner {
  padding-top: 205px;
  padding-bottom: 156px;
}
@media screen and (max-width: 980px) {
  .top_service .inner {
    padding-top: 10.2040816327vw;
    padding-bottom: 10.2040816327vw;
  }
}
.top_service .inner .title {
  column-gap: 13px;
  margin-bottom: 35px;
}
@media screen and (max-width: 980px) {
  .top_service .inner .title {
    column-gap: 2.6530612245vw;
    margin-bottom: 7.1428571429vw;
  }
}
.top_service .inner .title .main-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 82px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .top_service .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
    line-height: 1;
  }
}
.top_service .inner .title .sub-ttl {
  font-weight: bold;
  font-size: 12px;
  color: #3384C6;
  margin-top: 49px;
}
@media screen and (max-width: 980px) {
  .top_service .inner .title .sub-ttl {
    font-size: 12px;
    font-size: 2.4489795918vw;
    margin-top: 4.0816326531vw;
  }
}
.top_service .inner .service-wrapper {
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper {
    gap: 4.0816326531vw;
  }
}
.top_service .inner .service-wrapper .service-item {
  background-color: #EAF2F9;
  border-radius: 15px 0 0 0;
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .service-item {
    padding: 2.0408163265vw 0 6.1224489796vw;
    border-radius: 3.0612244898vw 0 0 0;
  }
}
.top_service .inner .service-wrapper .service-item:after {
  position: absolute;
  right: 24px;
  bottom: 4px;
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "SERVICE0" counter(number);
  color: rgba(255, 255, 255, 0.6);
  font-size: 5.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 4.13px;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .service-item:after {
    font-size: 24px;
    font-size: 4.8979591837vw;
    right: auto;
    left: 2.0408163265vw;
    bottom: 0.8163265306vw;
  }
}
.top_service .inner .service-wrapper .service-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_service .inner .service-wrapper .service-item .wp-block-group {
  align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .service-item .wp-block-group {
    flex-direction: column;
  }
}
.top_service .inner .service-wrapper .service-item .wp-block-group figure {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFF;
  margin-left: 4rem !important;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .service-item .wp-block-group figure {
    margin: auto !important;
  }
}
.top_service .inner .service-wrapper .service-item .wp-block-group .sub-ttl {
  margin-top: 44px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #3384C6;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .service-item .wp-block-group .sub-ttl {
    margin-top: 2.0408163265vw;
    margin-bottom: 2.0408163265vw;
    font-size: 11px;
    font-size: 2.2448979592vw;
  }
}
.top_service .inner .service-wrapper .service-item .wp-block-group .main-ttl {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .service-item .wp-block-group .main-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.top_service .inner .service-wrapper .service-item .wp-block-group .main-ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: -33px;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.066%22%20height%3D%2211.568%22%20viewBox%3D%220%200%207.066%2011.568%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-forward%22%20data-name%3D%22Icon%20ionic-ios-arrow-forward%22%20d%3D%22M15.438%2C11.441%2C11.467%2C7.473a.747.747%2C0%2C0%2C1%2C0-1.059.756.756%2C0%2C0%2C1%2C1.062%2C0l4.5%2C4.5a.749.749%2C0%2C0%2C1%2C.022%2C1.034l-4.518%2C4.527a.75.75%2C0%2C0%2C1-1.062-1.059Z%22%20transform%3D%22translate(-10.746%20-5.622)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center/6px 10px #3384C6;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .service-item .wp-block-group .main-ttl::after {
    width: 4.0816326531vw;
    height: 4.0816326531vw;
    background-size: 1.2244897959vw 2.0408163265vw;
    margin-left: 1.0204081633vw;
    right: -5.1020408163vw;
  }
}
.top_service .inner .service-wrapper .column-2 {
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-2 {
    gap: 4.0816326531vw;
  }
}
.top_service .inner .service-wrapper .column-2 .service-item {
  max-width: 540px;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-2 .service-item {
    max-width: none;
    min-height: 42.0408163265vw;
  }
}
.top_service .inner .service-wrapper .column-2 .service-item .wp-block-group {
  column-gap: 3rem;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-2 .service-item .wp-block-group {
    width: 90%;
    margin: auto;
    column-gap: 6.1224489796vw;
  }
}
.top_service .inner .service-wrapper .column-2 .service-item .wp-block-group figure {
  max-width: 18rem;
  height: 18rem;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-2 .service-item .wp-block-group figure {
    max-width: 20.4081632653vw;
    height: 20.4081632653vw;
  }
}
.top_service .inner .service-wrapper .column-2 .service-item .wp-block-group figure img {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-2 .service-item .wp-block-group figure img {
    width: 50%;
  }
}
.top_service .inner .service-wrapper .column-3 {
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-3 {
    gap: 2.0408163265vw;
  }
}
.top_service .inner .service-wrapper .column-3 .service-item {
  max-width: 353px;
  width: 33%;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-3 .service-item {
    min-height: 47.1428571429vw;
    padding: 2.0408163265vw 0 6.1224489796vw;
  }
}
.top_service .inner .service-wrapper .column-3 .service-item:after {
  font-size: 4rem;
  letter-spacing: 3px;
  right: 23px;
  bottom: 11px;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-3 .service-item:after {
    font-size: 18px;
    font-size: 3.6734693878vw;
    right: auto;
    left: 1.0204081633vw;
    bottom: 0.8163265306vw;
  }
}
.top_service .inner .service-wrapper .column-3 .service-item .wp-block-group {
  column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-3 .service-item .wp-block-group {
    width: 90%;
    margin: auto;
    column-gap: 4.0816326531vw;
  }
}
.top_service .inner .service-wrapper .column-3 .service-item .wp-block-group figure {
  max-width: 10.4rem;
  height: 10.4rem;
  width: 100%;
  margin-left: 3rem !important;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-3 .service-item .wp-block-group figure {
    margin: auto !important;
    max-width: 16.3265306122vw;
    height: 16.3265306122vw;
  }
}
.top_service .inner .service-wrapper .column-3 .service-item .wp-block-group figure img {
  max-width: 75px;
  width: 73%;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-3 .service-item .wp-block-group figure img {
    max-width: 15.306122449vw;
  }
}
.top_service .inner .service-wrapper .column-3 .service-item .wp-block-group .sub-ttl {
  margin-top: 18px;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-3 .service-item .wp-block-group .sub-ttl {
    margin-top: 2.0408163265vw;
  }
}
.top_service .inner .service-wrapper .column-3 .service-item:last-child .sub-ttl {
  margin-top: -3px;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-3 .service-item:last-child .sub-ttl {
    margin-top: 2.0408163265vw;
  }
}
.top_service .inner .service-wrapper .column-3 .service-item:last-child .main-ttl {
  font-size: 1.8rem;
  line-height: 2.1rem;
}
@media screen and (max-width: 980px) {
  .top_service .inner .service-wrapper .column-3 .service-item:last-child .main-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.4897959184vw;
  }
  .top_service .inner .service-wrapper .column-3 .service-item:last-child .main-ttl::after {
    right: -1.0204081633vw;
  }
}

/* top_service */
/* top_company */
.top_company {
  overflow-x: clip;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #F7F7F7 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #F7F7F7 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 980px) {
  .top_company {
    background-size: 3.2653061224vw 3.2653061224vw;
  }
}
.top_company .inner {
  padding-bottom: 97px;
}
@media screen and (max-width: 980px) {
  .top_company .inner {
    padding-bottom: 0;
  }
}
.top_company .inner .company-wrapper {
  column-gap: 129px;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper {
    column-gap: 4.0816326531vw;
  }
}
.top_company .inner .company-wrapper .company-left {
  max-width: 433px;
  width: 83%;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-left {
    max-width: none;
    width: 100%;
  }
}
.top_company .inner .company-wrapper .company-left .title {
  column-gap: 13px;
  margin-bottom: 35px;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-left .title {
    column-gap: 2.6530612245vw;
    margin-bottom: 7.1428571429vw;
  }
}
.top_company .inner .company-wrapper .company-left .title .main-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 82px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-left .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
    line-height: 1;
  }
}
.top_company .inner .company-wrapper .company-left .title .sub-ttl {
  font-weight: bold;
  font-size: 12px;
  color: #3384C6;
  margin-top: 49px;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-left .title .sub-ttl {
    font-size: 12px;
    font-size: 2.4489795918vw;
    margin-top: 4.0816326531vw;
  }
}
.top_company .inner .company-wrapper .company-left .main-txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-left .main-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 5.7142857143vw;
    margin-bottom: 8.1632653061vw;
  }
}
.top_company .inner .company-wrapper .company-left .wp-block-buttons {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-left .wp-block-buttons {
    max-width: 48.9795918367vw;
  }
}
.top_company .inner .company-wrapper .company-left .wp-block-buttons .btn-more {
  border-radius: 30px;
  border: 4px solid #3384C6;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-left .wp-block-buttons .btn-more {
    border-radius: 6.1224489796vw;
    border: 0.8163265306vw solid #3384C6;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.top_company .inner .company-wrapper .company-left .wp-block-buttons .btn-more a {
  position: relative;
  display: block;
  width: 100%;
  color: #333;
  background-color: #fff;
  text-align: center;
  padding: 17px 0 19px;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-left .wp-block-buttons .btn-more a {
    padding: 3.4693877551vw 0 3.8775510204vw;
  }
}
.top_company .inner .company-wrapper .company-left .wp-block-buttons .btn-more a::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.066%22%20height%3D%2211.568%22%20viewBox%3D%220%200%207.066%2011.568%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-forward%22%20data-name%3D%22Icon%20ionic-ios-arrow-forward%22%20d%3D%22M15.438%2C11.441%2C11.467%2C7.473a.747.747%2C0%2C0%2C1%2C0-1.059.756.756%2C0%2C0%2C1%2C1.062%2C0l4.5%2C4.5a.749.749%2C0%2C0%2C1%2C.022%2C1.034l-4.518%2C4.527a.75.75%2C0%2C0%2C1-1.062-1.059Z%22%20transform%3D%22translate(-10.746%20-5.622)%22%20fill%3D%22%233384c6%22%20stroke%3D%22%233384c6%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-left .wp-block-buttons .btn-more a::after {
    width: 1.2244897959vw;
    height: 2.0408163265vw;
    right: 4.0816326531vw;
  }
}
.top_company .inner .company-wrapper .company-image {
  margin-right: -133px !important;
}
@media screen and (max-width: 980px) {
  .top_company .inner .company-wrapper .company-image {
    margin-right: -54.0816326531vw !important;
  }
  .top_company .inner .company-wrapper .company-image img {
    width: 70%;
  }
}

/* scroll */
.scroll-text {
  margin: auto;
  width: 100%;
  font-size: 20rem;
  line-height: 27.3rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  text-align: center;
  color: rgba(51, 132, 198, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .scroll-text {
    font-size: 100px;
    font-size: 20.4081632653vw;
    line-height: 30.612244898vw;
  }
}

.scroll-text p {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollAnime 30s linear infinite;
}

@keyframes scrollAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* top_company */
/* top_column */
.top_column .inner {
  padding-bottom: 110px;
  padding-top: 92px;
}
.top_column .inner .title {
  column-gap: 13px;
  margin-bottom: 35px;
}
.top_column .inner .title .main-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 82px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .top_column .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
    line-height: 1;
  }
}
.top_column .inner .title .sub-ttl {
  font-weight: bold;
  font-size: 12px;
  color: #3384C6;
  margin-top: 49px;
}
@media screen and (max-width: 980px) {
  .top_column .inner .title .sub-ttl {
    font-size: 12px;
    font-size: 2.4489795918vw;
    margin-top: 4.0816326531vw;
  }
}
.top_column .inner .title .more-link {
  margin-left: auto;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding-bottom: 14px;
  padding-right: 19px;
  border-bottom: 4px solid #3384C6;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top_column .inner .title .more-link {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding-bottom: 2.0408163265vw;
    padding-right: 3.8775510204vw;
    border-bottom: 0.8163265306vw solid #3384C6;
  }
}
.top_column .inner .title .more-link::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.066%22%20height%3D%2211.568%22%20viewBox%3D%220%200%207.066%2011.568%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-forward%22%20data-name%3D%22Icon%20ionic-ios-arrow-forward%22%20d%3D%22M15.438%2C11.441%2C11.467%2C7.473a.747.747%2C0%2C0%2C1%2C0-1.059.756.756%2C0%2C0%2C1%2C1.062%2C0l4.5%2C4.5a.749.749%2C0%2C0%2C1%2C.022%2C1.034l-4.518%2C4.527a.75.75%2C0%2C0%2C1-1.062-1.059Z%22%20transform%3D%22translate(-10.746%20-5.622)%22%20fill%3D%22%233384c6%22%20stroke%3D%22%233384c6%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 7px;
}
@media screen and (max-width: 980px) {
  .top_column .inner .title .more-link::after {
    width: 1.2244897959vw;
    height: 2.0408163265vw;
    top: 1.4285714286vw;
  }
}
.top_column .inner .article-list {
  display: flex;
  column-gap: 56px;
  align-items: stretch;
}
@media screen and (max-width: 980px) {
  .top_column .inner .article-list {
    column-gap: 2.0408163265vw;
  }
}
.top_column .inner .article-list .list-item {
  max-width: 330px;
  width: 100%;
  border-radius: 0px 0px 15px 15px;
  background: #eaf2f9;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .top_column .inner .article-list .list-item {
    border-radius: 0 0 3.0612244898vw 3.0612244898vw;
  }
}
.top_column .inner .article-list .list-item .txt-wrap {
  max-width: 255px;
  width: 90%;
  margin: auto;
  padding: 30px 0;
}
@media screen and (max-width: 980px) {
  .top_column .inner .article-list .list-item .txt-wrap {
    width: 90%;
    padding: 3.0612244898vw 0;
  }
}
.top_column .inner .article-list .list-item .txt-wrap .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 980px) {
  .top_column .inner .article-list .list-item .txt-wrap .wp-block-group__inner-container {
    row-gap: 2.0408163265vw;
  }
}
.top_column .inner .article-list .list-item .txt-wrap .wp-block-group__inner-container .article-ttl a {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 980px) {
  .top_column .inner .article-list .list-item .txt-wrap .wp-block-group__inner-container .article-ttl a {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.4897959184vw;
  }
}
.top_column .inner .article-list .list-item .txt-wrap .wp-block-group__inner-container .article-txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 980px) {
  .top_column .inner .article-list .list-item .txt-wrap .wp-block-group__inner-container .article-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.2857142857vw;
  }
}
.top_column .inner .article-list .list-item .txt-wrap .wp-block-group__inner-container .article-date {
  font-weight: bold;
  font-size: 14px;
  color: #3384C6;
  margin-top: auto;
}
@media screen and (max-width: 980px) {
  .top_column .inner .article-list .list-item .txt-wrap .wp-block-group__inner-container .article-date {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

/* top_column */
/* top_news */
.top_news .inner {
  display: flex;
  align-items: flex-start;
  column-gap: 105px;
  padding-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .top_news .inner {
    flex-direction: column;
    padding-bottom: 10.2040816327vw;
    row-gap: 6.1224489796vw;
  }
}
.top_news .inner .title .main-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0.08em;
  color: #000;
  margin-bottom: 4px;
}
@media screen and (max-width: 980px) {
  .top_news .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
    line-height: 1;
    margin-bottom: 0.8163265306vw;
  }
}
.top_news .inner .title .sub-ttl {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .top_news .inner .title .sub-ttl {
    font-size: 12px;
    font-size: 2.4489795918vw;
    margin-bottom: 8.1632653061vw;
  }
}
.top_news .inner .title .more-link {
  margin-top: auto;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  padding-bottom: 14px;
  padding-right: 19px;
  border-bottom: 4px solid #3384C6;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top_news .inner .title .more-link {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding-bottom: 2.0408163265vw;
    padding-right: 3.8775510204vw;
    border-bottom: 0.8163265306vw solid #3384C6;
  }
}
.top_news .inner .title .more-link::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.066%22%20height%3D%2211.568%22%20viewBox%3D%220%200%207.066%2011.568%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-forward%22%20data-name%3D%22Icon%20ionic-ios-arrow-forward%22%20d%3D%22M15.438%2C11.441%2C11.467%2C7.473a.747.747%2C0%2C0%2C1%2C0-1.059.756.756%2C0%2C0%2C1%2C1.062%2C0l4.5%2C4.5a.749.749%2C0%2C0%2C1%2C.022%2C1.034l-4.518%2C4.527a.75.75%2C0%2C0%2C1-1.062-1.059Z%22%20transform%3D%22translate(-10.746%20-5.622)%22%20fill%3D%22%233384c6%22%20stroke%3D%22%233384c6%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 7px;
}
@media screen and (max-width: 980px) {
  .top_news .inner .title .more-link::after {
    width: 1.2244897959vw;
    height: 2.0408163265vw;
    top: 1.4285714286vw;
  }
}
.top_news .inner .news-wrapper {
  width: 100%;
}
.top_news .inner .news-wrapper .news_list {
  padding: 0 !important;
}
.top_news .inner .news-wrapper .news_list li .list-item {
  column-gap: 41px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 980px) {
  .top_news .inner .news-wrapper .news_list li .list-item {
    column-gap: 8.3673469388vw;
    padding-top: 4.0816326531vw;
    padding-bottom: 4.0816326531vw;
  }
}
.top_news .inner .news-wrapper .news_list li .list-item .news-date {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .top_news .inner .news-wrapper .news_list li .list-item .news-date {
    font-size: 14px;
    font-size: 2.8571428571vw;
    line-height: 1;
  }
}
.top_news .inner .news-wrapper .news_list li .list-item .news-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 980px) {
  .top_news .inner .news-wrapper .news_list li .list-item .news-title {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 1;
  }
}
.top_news .inner .news-wrapper .news_list li:last-child .list-item {
  border-bottom: 1px solid #e5e5e5;
}

/* top_news */
/* footer */
.footer .f_top {
  position: relative;
  background: url(../images/common/footer-bg.png) no-repeat right 20px bottom 20px/412px auto #EAF2F9;
}
@media screen and (max-width: 980px) {
  .footer .f_top {
    background-position: right 4.0816326531vw bottom 4.0816326531vw;
    background-size: 84.0816326531vw auto;
  }
}
.footer .inner {
  padding: 100px 0;
}
.footer .inner .footer-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 9.5rem;
}
@media screen and (max-width: 980px) {
  .footer .inner .footer-list {
    flex-direction: column;
  }
}
.footer .inner .footer-list a {
  display: block;
  font-size: 15px;
  line-height: 20px;
}
.footer .inner .footer-list .service-list {
  width: 78%;
}
@media screen and (max-width: 980px) {
  .footer .inner .footer-list .service-list {
    width: 100%;
  }
}
.footer .inner .footer-list .service-list > a {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid #fff;
  margin-bottom: 24px;
}
.footer .inner .footer-list .service-list .sub-menu {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 253px;
  flex-wrap: wrap;
  column-gap: 5rem;
}
@media screen and (max-width: 980px) {
  .footer .inner .footer-list .service-list .sub-menu {
    flex-direction: row;
    height: auto;
    row-gap: 2.0408163265vw;
  }
  .footer .inner .footer-list .service-list .sub-menu:nth-child(2) {
    margin-bottom: 4.0816326531vw;
  }
}
.footer .inner .footer-list .service-list .sub-menu > .list-item {
  width: 22%;
}
@media screen and (max-width: 980px) {
  .footer .inner .footer-list .service-list .sub-menu > .list-item {
    width: 40%;
  }
}
.footer .inner .footer-list .service-list .sub-menu > .list-item a {
  font-weight: bold;
}
.footer .inner .footer-list .service-list .sub-menu > .list-item.no-link > a {
  pointer-events: none;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.footer .inner .footer-list .service-list .sub-menu > .list-item.no-link .list-item a {
  font-weight: normal;
}
.footer .inner .footer-list .service-list .sub-menu > .list-item:nth-child(6) {
  margin-bottom: 143px;
}
@media screen and (max-width: 980px) {
  .footer .inner .footer-list .service-list .sub-menu > .list-item:nth-child(6) {
    margin-bottom: 0;
  }
}
.footer .inner .footer-list .service-list .sub-menu > .list-item:nth-child(n+7) {
  width: 18%;
}
@media screen and (max-width: 980px) {
  .footer .inner .footer-list .service-list .sub-menu > .list-item:nth-child(n+7) {
    width: 40%;
  }
}
.footer .inner .footer-list .service-list .sub-menu > .list-item .sub-menu .list-item {
  width: 100%;
}
.footer .inner .footer-list .other-link.no-link > a {
  pointer-events: none;
}
.footer .inner .footer-list .other-link .sub-menu {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .footer .inner .footer-list .other-link .sub-menu {
    row-gap: 2.0408163265vw;
  }
}
.footer .inner .footer-list .other-link .sub-menu .list-item a {
  font-weight: bold;
  font-size: 16px;
}
.footer .inner .footer-list .other-link .sub-menu .list-item:nth-child(n+4) a {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.footer .copy {
  background-color: #FFF;
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: rgba(113, 122, 131, 0.5);
  display: block;
  padding: 20px 0;
}

/* footer */
@media screen and (max-width: 980px) {
  /* ハンバーガーメニュー */
  /* チェックボックスを非表示 */
  .drawer-hidden {
    display: none;
  }
  /* ハンバーガーアイコン外枠 */
  .drawer-open {
    display: flex;
    height: 6.3265306122vw;
    width: 4.4897959184vw;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 3.0612244898vw;
    right: 5%;
    z-index: 100;
  }
  /* 初期状態のアイコン(menu) */
  .drawer-open span {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4.4897959184vw;
    background-color: #3384C6;
    height: 0.4081632653vw;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }
  .drawer-open span:nth-child(1) {
    top: 18%;
    bottom: auto;
  }
  .drawer-open span:nth-child(3) {
    bottom: 18%;
    top: auto;
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(1) {
    top: 0vw;
    left: 0;
    transform: translateY(3.0612244898vw) rotate(45deg);
    width: 100%;
    background-color: #3384C6;
    width: 6.1224489796vw;
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(2) {
    opacity: 0;
  }
  #drawer-check:checked ~ .drawer-open span:nth-of-type(3) {
    top: 5.7142857143vw;
    left: 0;
    transform: translateY(-2.4489795918vw) rotate(-45deg);
    width: 100%;
    background-color: #3384C6;
    width: 6.1224489796vw;
  }
  /* メニュー(非表示中)*/
  .drawer-content {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 50;
    color: #222;
    background: #FFF;
    transition: 0.5s;
    margin: 0;
    padding-top: 7rem;
    text-align: center;
    font-weight: 500;
    overflow: scroll;
  }
  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    width: 100vw;
    right: 0;
    text-align: center;
  }
  /* メニューの装飾 */
  .global-navi {
    width: 100%;
  }
  ul.drawer-list {
    list-style-type: none;
  }
  .drawer-list li {
    width: 100%;
    letter-spacing: 0.1em;
    color: #222;
    position: relative;
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 7.3469387755vw;
  }
  .drawer-list li.no-link > a {
    pointer-events: none;
    position: relative;
  }
  .drawer-list li.no-link > a::after {
    content: "";
    background: url(../images/common/down.svg) no-repeat center/contain;
    width: 13px;
    height: 8px;
    position: absolute;
    right: 35%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s;
  }
  .drawer-list li.no-link .sub-menu {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.3s;
  }
  .drawer-list li.no-link.active > a::after {
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .drawer-list li.no-link.active .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    height: auto;
  }
  .drawer-list li a {
    display: block;
    width: 100%;
    padding: 2.4489795918vw 0 2.4489795918vw;
  }
  .drawer-list li a:hover,
  .menu-footer-container li a:hover {
    color: #ccc;
  }
  /* ハンバーガーメニュー */
}
/* 下層共通 */
.eyecatch {
  position: relative;
}
.eyecatch .inner_wide {
  max-width: 1286px;
  width: 90%;
  margin: auto;
  display: flex;
  margin-bottom: 20rem;
  column-gap: 8rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .eyecatch .inner_wide {
    margin-bottom: 10.2040816327vw;
    flex-wrap: wrap;
  }
}
.eyecatch .inner_wide figure {
  position: relative;
  max-width: 760px;
  width: 70%;
}
.eyecatch .inner_wide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .eyecatch .inner_wide figure {
    width: 100%;
    height: 33.0612244898vw;
  }
}
.eyecatch .inner_wide figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 20px;
  top: 20px;
  background-color: #EAF2F9;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .eyecatch .inner_wide figure::after {
    left: 4.0816326531vw;
    top: 4.0816326531vw;
  }
}
.eyecatch .inner_wide .title {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .eyecatch .inner_wide .title {
    margin-top: 0;
  }
}
.eyecatch .inner_wide .title .main-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 6rem;
  line-height: 8.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 980px) {
  .eyecatch .inner_wide .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
    line-height: 9.1836734694vw;
  }
}
.eyecatch .inner_wide .title .sub-ttl {
  font-weight: bold;
  font-size: 11px;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .eyecatch .inner_wide .title .sub-ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

/* ページネーション */
.pagination {
  display: flex;
  justify-content: center;
  column-gap: 9px;
}
@media screen and (max-width: 980px) {
  .pagination {
    column-gap: 1.8367346939vw;
  }
}
.pagination .page-numbers {
  max-width: 35px;
  width: 100%;
  background-color: #EAF2F9;
  height: 35px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .pagination .page-numbers {
    margin-top: 6.1224489796vw;
    font-size: 13px;
    font-size: 2.6530612245vw;
    line-height: 4.0816326531vw;
    height: 7.1428571429vw;
    max-width: 7.1428571429vw;
  }
}
.pagination .page-numbers.current {
  background-color: #3384C6;
  color: #FFF;
}

/* ぱんくず */
.bread-wrapper {
  background-color: #F4F9FC;
}
.bread-wrapper .bread-list {
  display: flex;
  column-gap: 5px;
}
@media screen and (max-width: 980px) {
  .bread-wrapper .bread-list {
    column-gap: 1.0204081633vw;
  }
}
.bread-wrapper .bread-list .list-item {
  font-weight: normal;
  font-size: 12px;
  line-height: 40px;
}
@media screen and (max-width: 980px) {
  .bread-wrapper .bread-list .list-item {
    font-size: 12px;
    font-size: 2.4489795918vw;
    line-height: 8.1632653061vw;
  }
}

/* 下層共通 */
.eyecatch.company {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
.eyecatch.company:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1366px;
  width: 100%;
  height: 342px;
  background: url(../images/company/eyecatch-company-deco.png) no-repeat center/100% auto;
  z-index: 20;
}
@media screen and (max-width: 980px) {
  .eyecatch.company:after {
    height: 33.0612244898vw;
  }
}

/* company */
.company_greeting {
  margin-bottom: 121px;
}
@media screen and (max-width: 980px) {
  .company_greeting {
    margin-bottom: 10.2040816327vw;
  }
}
.company_greeting .inner {
  column-gap: 80px;
  align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .company_greeting .inner {
    flex-direction: column-reverse;
    row-gap: 14.2857142857vw;
  }
}
.company_greeting .inner .greeting-wrapper .title {
  row-gap: 12px;
  margin-bottom: 31px;
}
@media screen and (max-width: 980px) {
  .company_greeting .inner .greeting-wrapper .title {
    row-gap: 2.4489795918vw;
    margin-bottom: 6.1224489796vw;
  }
}
.company_greeting .inner .greeting-wrapper .title .sub-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 980px) {
  .company_greeting .inner .greeting-wrapper .title .sub-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.company_greeting .inner .greeting-wrapper .title .main-ttl {
  font-weight: bold;
  font-size: 26px;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .company_greeting .inner .greeting-wrapper .title .main-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.company_greeting .inner .greeting-wrapper .main-txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
}
@media screen and (max-width: 980px) {
  .company_greeting .inner .greeting-wrapper .main-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 6.9387755102vw;
  }
}
.company_greeting .inner .greeting-wrapper .main-txt p:last-child {
  margin-top: 41px;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .company_greeting .inner .greeting-wrapper .main-txt p:last-child {
    margin-top: 8.1632653061vw;
  }
}
.company_greeting .inner .greeting-image {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin-right: 20px !important;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .company_greeting .inner .greeting-image {
    max-width: none;
    margin-right: 4.0816326531vw !important;
  }
  .company_greeting .inner .greeting-image img {
    width: 100%;
  }
}
.company_greeting .inner .greeting-image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EAF2F9;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .company_greeting .inner .greeting-image::after {
    left: 4.0816326531vw;
    top: 4.0816326531vw;
  }
}
.company_mission {
  background-image: url(../images/company/mission-bg.png), linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 452px 798px, 16px 16px, 16px 16px;
  background-repeat: no-repeat, repeat, repeat;
  background-position: right -150px bottom -154px, center center, center center;
  overflow-x: clip;
}
.company_mission .inner {
  padding-top: 110px;
  padding-bottom: 128px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .company_mission .inner {
    padding-top: 16.3265306122vw;
    padding-bottom: 16.3265306122vw;
  }
}
.company_mission .inner::before {
  content: "MISSION";
  position: absolute;
  left: -113px;
  top: -46px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 200px;
  line-height: 273px;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgba(51, 132, 198, 0.05);
}
@media screen and (max-width: 980px) {
  .company_mission .inner::before {
    font-size: 100px;
    font-size: 20.4081632653vw;
    line-height: 30.612244898vw;
    left: 0;
    top: 0vw;
  }
}
.company_mission .inner .title {
  row-gap: 6px;
  margin-bottom: 61px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .company_mission .inner .title {
    row-gap: 1.2244897959vw;
    margin-bottom: 8.1632653061vw;
  }
}
.company_mission .inner .title .main-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .company_mission .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.company_mission .inner .title .sub-ttl {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .company_mission .inner .title .sub-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.company_mission .inner .mission-list {
  width: fit-content;
  margin: auto;
}
.company_mission .inner .mission-list .list-item {
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 980px) {
  .company_mission .inner .mission-list .list-item {
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 6.9387755102vw;
  }
}
.company_mission .inner .mission-list .list-item::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #3384C6;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
@media screen and (max-width: 980px) {
  .company_mission .inner .mission-list .list-item::before {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
    margin-right: 3.2653061224vw;
  }
}
.company_vision {
  background-color: #F4F9FC;
  max-width: 1266px;
  width: 90%;
  margin-right: auto;
  overflow-x: clip;
}
.company_vision .inner {
  padding-top: 150px;
  padding-bottom: 190px;
  column-gap: 130px;
  position: relative;
  align-items: flex-start;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .company_vision .inner {
    padding-top: 16.3265306122vw;
    padding-bottom: 16.3265306122vw;
    flex-direction: column;
    row-gap: 8.1632653061vw;
    width: 80%;
  }
}
.company_vision .inner::before {
  content: "VISION";
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 200px;
  line-height: 273px;
  letter-spacing: 0.08em;
  color: #fff;
  right: -13px;
  top: -41px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .company_vision .inner::before {
    font-size: 100px;
    font-size: 20.4081632653vw;
    line-height: 30.612244898vw;
    left: 0;
    top: 0vw;
  }
}
.company_vision .inner .title {
  row-gap: 6px;
}
@media screen and (max-width: 980px) {
  .company_vision .inner .title {
    row-gap: 1.2244897959vw;
  }
}
.company_vision .inner .title .main-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0.08em;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .company_vision .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.company_vision .inner .title .sub-ttl {
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.1em;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .company_vision .inner .title .sub-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.2857142857vw;
  }
}
.company_vision .inner .vision-list {
  width: fit-content;
  margin: 0 auto 0 0;
}
.company_vision .inner .vision-list .list-item {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 980px) {
  .company_vision .inner .vision-list .list-item {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.9387755102vw;
  }
}
.company_vision .inner .vision-list .list-item::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #3384C6;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
@media screen and (max-width: 980px) {
  .company_vision .inner .vision-list .list-item::before {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
    margin-right: 3.2653061224vw;
  }
}
.company_future {
  max-width: 1266px;
  width: 90%;
  margin-left: auto;
  overflow-x: clip;
  background-color: #EAF2F9;
  position: relative;
  top: -50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .company_future {
    top: -10.2040816327vw;
    margin-bottom: 20.4081632653vw;
  }
}
.company_future .inner {
  padding: 150px 0;
  column-gap: 191px;
  align-items: flex-start;
  margin-left: 76px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .company_future .inner {
    padding: 16.3265306122vw 0;
    flex-direction: column;
    row-gap: 8.1632653061vw;
    margin-left: auto;
    width: 80%;
  }
}
.company_future .inner::before {
  content: "FUTURE";
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 200px;
  line-height: 273px;
  letter-spacing: 0.08em;
  color: #f4f9fc;
  right: -113px;
  top: -41px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .company_future .inner::before {
    font-size: 100px;
    font-size: 20.4081632653vw;
    line-height: 30.612244898vw;
    left: 0;
    top: 0vw;
  }
}
.company_future .inner .title {
  row-gap: 6px;
}
@media screen and (max-width: 980px) {
  .company_future .inner .title {
    row-gap: 1.2244897959vw;
  }
}
.company_future .inner .title .main-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 0.08em;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .company_future .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.company_future .inner .title .sub-ttl {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .company_future .inner .title .sub-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.company_future .inner .future-list {
  width: fit-content;
  margin: 0 auto 0 0;
}
.company_future .inner .future-list .list-item {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 980px) {
  .company_future .inner .future-list .list-item {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.9387755102vw;
  }
}
.company_future .inner .future-list .list-item::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #3384C6;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
@media screen and (max-width: 980px) {
  .company_future .inner .future-list .list-item::before {
    width: 1.4285714286vw;
    height: 1.4285714286vw;
    margin-right: 3.2653061224vw;
  }
}
.company_sense {
  position: relative;
}
.company_sense::after {
  content: "";
  background: url(../images/company/sense-bg.png) no-repeat center/100% auto;
  width: 1366px;
  height: 733px;
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
}
@media screen and (max-width: 980px) {
  .company_sense::after {
    width: 100%;
    height: 100%;
    top: 6.7346938776vw;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/company/sense-bg.png) no-repeat top/100% auto, url(../images/company/sense-bg.png) no-repeat bottom/100% auto;
  }
}
.company_sense .inner {
  max-width: 1216px !important;
  padding-bottom: 140px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .company_sense .inner {
    padding-bottom: 20.4081632653vw;
  }
}
.company_sense .inner .title {
  row-gap: 11px;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .title {
    font-size: 11px;
    font-size: 2.2448979592vw;
    margin-bottom: 6.1224489796vw;
  }
}
.company_sense .inner .title .main-ttl {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.company_sense .inner .title .sub-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .title .sub-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.company_sense .inner .sense-wrapper {
  position: relative;
  height: 663px;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper {
    height: auto;
  }
}
.company_sense .inner .sense-wrapper .sense-item {
  position: absolute;
  display: flex;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item {
    position: relative;
  }
}
.company_sense .inner .sense-wrapper .sense-item .sense-txt {
  max-width: 370px;
  width: 100%;
  text-align: center;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item .sense-txt {
    max-width: none;
    width: 100%;
    height: auto;
    padding: 4.0816326531vw 4.0816326531vw;
    margin: auto;
  }
}
.company_sense .inner .sense-wrapper .sense-item .sense-txt::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 3px solid #eaf2f9;
  background-color: transparent;
  right: 14px;
  bottom: 14px;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item .sense-txt::after {
    right: 2.8571428571vw;
    bottom: 2.8571428571vw;
  }
}
.company_sense .inner .sense-wrapper .sense-item .sense-txt p {
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item .sense-txt p {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 5.9183673469vw;
  }
}
.company_sense .inner .sense-wrapper .sense-item .sense-txt p strong {
  color: #3384C6;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item .sense-txt p strong {
    font-size: 20px;
    font-size: 4.0816326531vw;
  }
}
.company_sense .inner .sense-wrapper .sense-item:first-child {
  top: 9px;
  left: 0;
  width: 584px;
  height: 354px;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item:first-child {
    width: 100%;
    height: auto;
    margin-bottom: 12.2448979592vw;
  }
}
.company_sense .inner .sense-wrapper .sense-item:first-child .sense-txt {
  background-color: #FAFAFA;
  margin-left: -86px;
  margin-top: 144px;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item:first-child .sense-txt {
    margin-top: auto;
    margin-right: 0;
    margin-left: -40.8163265306vw;
    margin-bottom: -4.0816326531vw;
  }
}
.company_sense .inner .sense-wrapper .sense-item:nth-child(2) {
  right: 0;
  top: -43px;
  width: 567px;
  height: 342px;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item:nth-child(2) {
    width: 100%;
    height: auto;
    top: 0;
    margin-bottom: 12.2448979592vw;
  }
}
.company_sense .inner .sense-wrapper .sense-item:nth-child(2) .sense-txt {
  background-color: #EAF2F9;
  margin-top: 132px;
  margin-right: -103px;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item:nth-child(2) .sense-txt {
    margin-top: auto;
    margin-bottom: -4.0816326531vw;
    margin-right: -40.8163265306vw;
  }
}
.company_sense .inner .sense-wrapper .sense-item:nth-child(2) .sense-txt::after {
  border: 3px solid #deeaf5;
}
.company_sense .inner .sense-wrapper .sense-item:nth-child(3) {
  width: 633px;
  height: 300px;
  right: 144px;
  top: 363px;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item:nth-child(3) {
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    flex-direction: row-reverse;
  }
}
.company_sense .inner .sense-wrapper .sense-item:nth-child(3) .sense-txt {
  background-color: #F4F9FC;
  margin-top: 55px;
  margin-right: -37px;
}
@media screen and (max-width: 980px) {
  .company_sense .inner .sense-wrapper .sense-item:nth-child(3) .sense-txt {
    margin-top: auto;
    margin-right: 0;
    margin-left: -40.8163265306vw;
    margin-bottom: -4.0816326531vw;
  }
}
.company_sense .inner .sense-wrapper .sense-item:nth-child(3) .sense-txt::after {
  border: 3px solid #eaf2f9;
}
.company_about {
  background-color: #FCFDFF;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.company_about .inner {
  padding: 120px 0 140px;
}
@media screen and (max-width: 980px) {
  .company_about .inner {
    padding: 16.3265306122vw 0 16.3265306122vw;
  }
}
.company_about .inner .title {
  align-items: center;
  row-gap: 12px;
  margin-bottom: 41px;
}
@media screen and (max-width: 980px) {
  .company_about .inner .title {
    row-gap: 2.4489795918vw;
    margin-bottom: 8.1632653061vw;
  }
}
.company_about .inner .title .sub-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 980px) {
  .company_about .inner .title .sub-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.company_about .inner .title .main-ttl {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .company_about .inner .title .main-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.company_about .inner .about-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .company_about .inner .about-wrapper {
    row-gap: 2.0408163265vw;
    margin-bottom: 12.2448979592vw;
  }
}
.company_about .inner .about-wrapper .about-item {
  display: flex;
  column-gap: 155px;
  background-color: #FFF;
  padding: 30px 0;
  padding-left: 140px;
  font-weight: 500;
  font-size: 15px;
  color: #222;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .company_about .inner .about-wrapper .about-item {
    column-gap: 4.0816326531vw;
    padding-left: 4.0816326531vw;
    padding-right: 4.0816326531vw;
  }
}
.company_about .inner .about-wrapper .about-item .about-ttl {
  min-width: 105px;
}
@media screen and (max-width: 980px) {
  .company_about .inner .about-wrapper .about-item .about-ttl {
    min-width: 21.4285714286vw;
  }
}
.company_about .inner .photo-wrapper {
  column-gap: 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .company_about .inner .photo-wrapper {
    column-gap: 5.1020408163vw;
    margin-bottom: 8.1632653061vw;
  }
}
.company_about .inner .googlemap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 980px) {
  .company_about .inner .googlemap iframe {
    height: 81.6326530612vw;
  }
}

/* company */
/* アイキャッチ */
.eyecatch.service {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
.eyecatch.service:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1366px;
  width: 100%;
  height: 280px;
  background: url(../images/service/eyecatch-service-deco.png) no-repeat center/100% auto;
  z-index: 20;
}
@media screen and (max-width: 980px) {
  .eyecatch.service:after {
    height: 57.1428571429vw;
  }
}

/* service一覧 */
.service-archive {
  counter-reset: number 0;
}
.service-archive .inner {
  padding-bottom: 140px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner {
    padding-bottom: 10.2040816327vw;
  }
}
.service-archive .inner .service-list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list {
    row-gap: 4.0816326531vw;
  }
}
.service-archive .inner .service-list .parent-item {
  display: flex;
  column-gap: 10px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item {
    flex-direction: column;
    row-gap: 2.0408163265vw;
  }
}
.service-archive .inner .service-list .parent-item .service-box {
  position: relative;
  border-radius: 15px 0px 0px 15px;
  background-color: #EAF2F9;
  max-width: 650px;
  width: 70%;
  display: flex;
  column-gap: 3rem;
  padding: 56px 40px;
  z-index: 10;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .service-box {
    border-radius: 3.0612244898vw 0 0 3.0612244898vw;
    width: 100%;
    padding: 10.2040816327vw 4.0816326531vw;
    column-gap: 4.0816326531vw;
  }
}
.service-archive .inner .service-list .parent-item .service-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service-archive .inner .service-list .parent-item .service-box figure {
  max-width: 18rem;
  width: 100%;
  height: 18rem;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-archive .inner .service-list .parent-item .service-box figure img {
  height: 10rem;
  width: auto;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .service-box figure {
    max-width: 20.4081632653vw;
    height: 20.4081632653vw;
  }
  .service-archive .inner .service-list .parent-item .service-box figure img {
    width: 55%;
    height: auto;
  }
}
.service-archive .inner .service-list .parent-item .service-box .service-name {
  flex: 1;
}
.service-archive .inner .service-list .parent-item .service-box .service-name .sub-ttl {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #3384C6;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .service-box .service-name .sub-ttl {
    font-size: 11px;
    font-size: 2.2448979592vw;
    margin-bottom: 2.0408163265vw;
  }
}
.service-archive .inner .service-list .parent-item .service-box .service-name .main-ttl {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .service-box .service-name .main-ttl {
    font-size: 20px;
    font-size: 4.0816326531vw;
    margin-bottom: 3.0612244898vw;
  }
}
.service-archive .inner .service-list .parent-item .service-box .service-name .main-ttl::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.066%22%20height%3D%2211.568%22%20viewBox%3D%220%200%207.066%2011.568%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-forward%22%20data-name%3D%22Icon%20ionic-ios-arrow-forward%22%20d%3D%22M15.438%2C11.441%2C11.467%2C7.473a.747.747%2C0%2C0%2C1%2C0-1.059.756.756%2C0%2C0%2C1%2C1.062%2C0l4.5%2C4.5a.749.749%2C0%2C0%2C1%2C.022%2C1.034l-4.518%2C4.527a.75.75%2C0%2C0%2C1-1.062-1.059Z%22%20transform%3D%22translate(-10.746%20-5.622)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center/6px 10px #3384C6;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .service-box .service-name .main-ttl::after {
    width: 4.0816326531vw;
    height: 4.0816326531vw;
    background-size: 1.2244897959vw 2.0408163265vw;
    margin-left: 1.0204081633vw;
  }
}
.service-archive .inner .service-list .parent-item .service-box .service-name .category-description {
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  max-width: 700px;
  width: 90%;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .service-box .service-name .category-description {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 5.5102040816vw;
  }
}
.service-archive .inner .service-list .parent-item .service-box:after {
  position: absolute;
  right: 24px;
  bottom: 4px;
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "SERVICE0" counter(number);
  color: rgba(255, 255, 255, 0.6);
  font-size: 5.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 4.13px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .service-box:after {
    right: 4.8979591837vw;
    bottom: 0.8163265306vw;
    font-size: 55px;
    font-size: 11.2244897959vw;
  }
}
.service-archive .inner .service-list .parent-item:nth-child(2) .service-box {
  padding: 47px 40px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item:nth-child(2) .service-box {
    padding: 10.2040816327vw 4.0816326531vw;
  }
}
.service-archive .inner .service-list .parent-item:nth-child(n+3) .service-box {
  max-width: none;
  width: 100%;
  padding: 28px 40px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item:nth-child(n+3) .service-box {
    padding: 10.2040816327vw 4.0816326531vw;
  }
}
.service-archive .inner .service-list .parent-item:nth-child(n+5) .service-box {
  padding: 48px 40px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item:nth-child(n+5) .service-box {
    padding: 10.2040816327vw 4.0816326531vw;
  }
}
.service-archive .inner .service-list .parent-item:nth-child(n+5) .service-box figure {
  max-width: 10.4rem;
  height: 10.4rem;
}
.service-archive .inner .service-list .parent-item:nth-child(n+5) .service-box figure img {
  width: 7.4rem;
  height: auto;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item:nth-child(n+5) .service-box figure img {
    width: 55%;
  }
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item:nth-child(n+5) .service-box figure {
    max-width: 20.4081632653vw;
    height: 20.4081632653vw;
  }
}
.service-archive .inner .service-list .parent-item:nth-child(n+5) .service-box:after {
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item:nth-child(n+5) .service-box:after {
    font-size: 40px;
    font-size: 8.1632653061vw;
  }
}
.service-archive .inner .service-list .parent-item .child-category {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .child-category {
    row-gap: 0.8163265306vw;
    max-width: none;
  }
}
.service-archive .inner .service-list .parent-item .child-category .list-item {
  flex: 1;
}
.service-archive .inner .service-list .parent-item .child-category .list-item:first-child .service-childbox {
  border-radius: 0px 15px 0px 0px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .child-category .list-item:first-child .service-childbox {
    border-radius: 0 3.0612244898vw 0 0;
  }
}
.service-archive .inner .service-list .parent-item .child-category .list-item:last-child .service-childbox {
  border-radius: 0px 0px 15px 0px;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .child-category .list-item:last-child .service-childbox {
    border-radius: 0 0 3.0612244898vw 0;
  }
}
.service-archive .inner .service-list .parent-item .child-category .list-item .service-childbox {
  position: relative;
  background-color: #F4F9FC;
  padding: 22px 40px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .child-category .list-item .service-childbox {
    padding: 4.0816326531vw 8.1632653061vw;
  }
}
.service-archive .inner .service-list .parent-item .child-category .list-item .service-childbox::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 4rem;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.066%22%20height%3D%2211.568%22%20viewBox%3D%220%200%207.066%2011.568%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-forward%22%20data-name%3D%22Icon%20ionic-ios-arrow-forward%22%20d%3D%22M15.438%2C11.441%2C11.467%2C7.473a.747.747%2C0%2C0%2C1%2C0-1.059.756.756%2C0%2C0%2C1%2C1.062%2C0l4.5%2C4.5a.749.749%2C0%2C0%2C1%2C.022%2C1.034l-4.518%2C4.527a.75.75%2C0%2C0%2C1-1.062-1.059Z%22%20transform%3D%22translate(-10.746%20-5.622)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E") no-repeat center/6px 10px #3384C6;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .child-category .list-item .service-childbox::after {
    width: 4.0816326531vw;
    height: 4.0816326531vw;
    background-size: 1.2244897959vw 2.0408163265vw;
    margin-left: 1.0204081633vw;
  }
}
.service-archive .inner .service-list .parent-item .child-category .list-item .service-childbox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-archive .inner .service-list .parent-item .child-category .list-item .service-childbox .main-ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item .child-category .list-item .service-childbox .main-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 5.306122449vw;
  }
}
.service-archive .inner .service-list .parent-item:nth-child(2) .child-category .list-item .service-childbox {
  padding: 31px 40px;
}
@media screen and (max-width: 980px) {
  .service-archive .inner .service-list .parent-item:nth-child(2) .child-category .list-item .service-childbox {
    padding: 4.0816326531vw 8.1632653061vw;
  }
}

/* service一覧 */
/* アイキャッチ */
.eyecatch.column {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
.eyecatch.column:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1417px;
  width: 100%;
  height: 314px;
  background: url(../images/column/eyecatch-column-deco.png) no-repeat center/100% auto;
  z-index: 20;
}
@media screen and (max-width: 980px) {
  .eyecatch.column:after {
    height: 33.0612244898vw;
  }
}

.column-archive .inner {
  margin-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .column-archive .inner {
    margin-bottom: 12.2448979592vw;
  }
}
.column-archive .inner .article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 60px;
  column-gap: 56px;
}
@media screen and (max-width: 980px) {
  .column-archive .inner .article-list {
    column-gap: 6.1224489796vw;
    row-gap: 4.0816326531vw;
  }
}
.column-archive .inner .article-list .list-item {
  max-width: 329px;
  width: 29%;
  border-radius: 0px 0px 15px 15px;
  background: #eaf2f9;
  position: relative;
}
@media screen and (max-width: 980px) {
  .column-archive .inner .article-list .list-item {
    max-width: none;
    width: 46%;
    border-radius: 0 0 3.0612244898vw 3.0612244898vw;
  }
}
.column-archive .inner .article-list .list-item img {
  width: 100%;
  height: auto;
}
.column-archive .inner .article-list .list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.column-archive .inner .article-list .list-item .txt-wrap {
  max-width: 255px;
  width: 90%;
  margin: auto;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 980px) {
  .column-archive .inner .article-list .list-item .txt-wrap {
    max-width: none;
    padding: 4.0816326531vw 0;
  }
}
@media screen and (max-width: 980px) {
  .column-archive .inner .article-list .list-item .txt-wrap {
    row-gap: 2.0408163265vw;
  }
}
.column-archive .inner .article-list .list-item .txt-wrap .article-ttl {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 980px) {
  .column-archive .inner .article-list .list-item .txt-wrap .article-ttl {
    font-size: 17px;
    font-size: 3.4693877551vw;
    line-height: 4.8979591837vw;
  }
}
.column-archive .inner .article-list .list-item .txt-wrap .article-txt p {
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 980px) {
  .column-archive .inner .article-list .list-item .txt-wrap .article-txt p {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.2857142857vw;
  }
}
.column-archive .inner .article-list .list-item .txt-wrap .article-date {
  font-weight: bold;
  font-size: 14px;
  color: #3384C6;
  margin-top: auto;
}
@media screen and (max-width: 980px) {
  .column-archive .inner .article-list .list-item .txt-wrap .article-date {
    font-size: 14px;
    font-size: 2.8571428571vw;
  }
}

.s_column .inner .article-sec .wp-block-group {
  margin-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .s_column .inner .article-sec .wp-block-group {
    margin-bottom: 16.3265306122vw;
  }
}
.s_column .inner .article-sec .wp-block-image {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 980px) {
  .s_column .inner .article-sec .wp-block-image {
    margin-bottom: 4.0816326531vw !important;
  }
}
.s_column .inner .article-sec .wp-block-quote .wp-block-group__inner-container p {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 980px) {
  .s_column .inner .article-sec .wp-block-quote .wp-block-group__inner-container p {
    font-size: 12px;
    font-size: 2.4489795918vw;
    line-height: 4.0816326531vw;
  }
}
.s_column .inner .article-sec .wp-block-quote .wp-block-group__inner-container p a {
  text-decoration: underline;
  font-style: normal;
  color: #2256C5;
}

/* service一覧 */
/* news */
.eyecatch.news {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
.eyecatch.news:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1419px;
  width: 100%;
  height: 327px;
  background: url(../images/news/eyecatch-news-deco.png) no-repeat center/100% auto;
  z-index: 20;
}
@media screen and (max-width: 980px) {
  .eyecatch.news:after {
    height: 33.0612244898vw;
  }
}

/* アーカイブ */
.category-post-list {
  display: flex;
  flex-direction: column;
}
.category-post-list .list-item {
  display: flex;
  column-gap: 60px;
  padding: 40px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.category-post-list .list-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 980px) {
  .category-post-list .list-item {
    column-gap: 12.2448979592vw;
    padding: 6.1224489796vw 0;
  }
}
.category-post-list .list-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.category-post-list .list-item .article-date {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .category-post-list .list-item .article-date {
    font-size: 14px;
    font-size: 2.8571428571vw;
    line-height: 8.1632653061vw;
  }
}
.category-post-list .list-item .txt-wrap .article-ttl {
  font-weight: 500;
  font-size: 17px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 980px) {
  .category-post-list .list-item .txt-wrap .article-ttl {
    font-size: 17px;
    font-size: 3.4693877551vw;
    list-style: 8.1632653061vw;
  }
}
.category-post-list .list-item .txt-wrap .article-txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 980px) {
  .category-post-list .list-item .txt-wrap .article-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.8979591837vw;
  }
}

.news-archive {
  margin-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .news-archive {
    margin-bottom: 12.2448979592vw;
  }
}

/* news */
/* アイキャッチ */
.eyecatch.policy {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
.eyecatch.policy:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1366px;
  width: 100%;
  height: 333px;
  background: url(../images/policy/eyecatch-policy-deco.png) no-repeat center/100% auto;
  z-index: 20;
}
@media screen and (max-width: 980px) {
  .eyecatch.policy:after {
    height: 33.0612244898vw;
  }
}

.policy .inner {
  padding-bottom: 141px;
}
@media screen and (max-width: 980px) {
  .policy .inner {
    padding-bottom: 20.4081632653vw;
  }
}
.policy .inner .wrapper {
  row-gap: 16px;
  margin-bottom: 51px;
}
@media screen and (max-width: 980px) {
  .policy .inner .wrapper {
    row-gap: 3.2653061224vw;
    margin-bottom: 10.4081632653vw;
  }
}
.policy .inner .wrapper:last-child {
  margin-bottom: 0;
}
.policy .inner .wrapper .main-ttl {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  color: #3384C6;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 980px) {
  .policy .inner .wrapper .main-ttl {
    font-size: 20px;
    font-size: 4.0816326531vw;
    padding-bottom: 2.0408163265vw;
  }
}
.policy .inner .wrapper .main-txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
}
@media screen and (max-width: 980px) {
  .policy .inner .wrapper .main-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 6.9387755102vw;
  }
}
.policy .inner .wrapper ul li {
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
}
@media screen and (max-width: 980px) {
  .policy .inner .wrapper ul li {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 6.9387755102vw;
  }
}
.policy .inner .main-txt {
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
}
@media screen and (max-width: 980px) {
  .policy .inner .main-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 6.9387755102vw;
  }
}

/* policy */
/* contact */
.eyecatch.contact {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
.eyecatch.contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1366px;
  width: 100%;
  height: 295px;
  background: url(../images/contact/eyecatch-contact-deco.png) no-repeat center/100% auto;
  z-index: 20;
}
@media screen and (max-width: 980px) {
  .eyecatch.contact:after {
    height: 33.0612244898vw;
  }
}

.contact .form-wrap {
  max-width: 1214px;
  width: 90%;
  margin: auto;
  background-color: #F4F9FC;
  border-radius: 15px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap {
    border-radius: 3.0612244898vw;
  }
}
.contact .form-wrap .inner {
  padding-top: 80px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner {
    padding-top: 16.3265306122vw;
    padding-bottom: 20.4081632653vw;
    row-gap: 6.1224489796vw;
  }
}
.contact .form-wrap .inner .description {
  font-weight: normal;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 51px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .description {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 6.9387755102vw;
    margin-bottom: 10.4081632653vw;
  }
}
.contact .form-wrap .inner .contact-item {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item {
    flex-direction: column;
    row-gap: 4.0816326531vw;
  }
}
.contact .form-wrap .inner .contact-item dt {
  font-weight: bold;
  font-size: 15px;
  color: #222;
  min-width: 220px;
  width: 30%;
  margin-top: 14px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item dt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    min-height: auto;
    width: 100%;
    margin-top: auto;
  }
}
.contact .form-wrap .inner .contact-item dt .required {
  background-color: #3384C6;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  padding: 0 6px;
  border-radius: 3px;
  line-height: 25px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item dt .required {
    font-size: 13px;
    font-size: 2.6530612245vw;
    padding: 0 1.2244897959vw;
    border-radius: 0.612244898vw;
    line-height: 5.1020408163vw;
  }
}
.contact .form-wrap .inner .contact-item dt p {
  display: flex;
  justify-content: space-between;
}
.contact .form-wrap .inner .contact-item dd {
  width: 70%;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item dd {
    width: 100%;
  }
}
.contact .form-wrap .inner .contact-item dd span {
  display: block;
  font-weight: normal;
  font-size: 15px;
  margin-top: 4px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item dd span {
    font-size: 15px;
    font-size: 3.0612244898vw;
    margin-top: auto;
  }
}
.contact .form-wrap .inner .contact-item input {
  background-color: #FFF;
  max-width: 600px;
  width: 100%;
  border: 1px solid #eaf2f9;
  height: 50px;
  border-radius: 5px;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item input {
    height: 10.2040816327vw;
    border-radius: 1.0204081633vw;
    padding: 2.0408163265vw;
  }
}
.contact .form-wrap .inner .contact-item input.w350 {
  max-width: 350px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item input.w350 {
    max-width: 71.4285714286vw;
  }
}
.contact .form-wrap .inner .contact-item input.w200 {
  max-width: 200px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item input.w200 {
    max-width: 40.8163265306vw;
  }
}
.contact .form-wrap .inner .contact-item input.w120 {
  max-width: 120px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item input.w120 {
    max-width: 24.4897959184vw;
  }
}
.contact .form-wrap .inner .contact-item input.w600 {
  max-width: 600px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item input.w600 {
    max-width: 122.4489795918vw;
  }
}
.contact .form-wrap .inner .contact-item textarea {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eaf2f9;
  min-height: 208px;
  height: 100%;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .contact-item textarea {
    border-radius: 1.0204081633vw;
    min-height: 57.1428571429vw;
    padding: 2.0408163265vw;
  }
}
.contact .form-wrap .inner [type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #eaf2f9;
  border-radius: 6px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 16px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner [type=checkbox] {
    width: 6.1224489796vw;
    height: 6.1224489796vw;
    border-radius: 1.2244897959vw;
    margin-right: 3.2653061224vw;
  }
}
.contact .form-wrap .inner [type=checkbox]:before {
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 11px;
  content: "";
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner [type=checkbox]:before {
    width: 3.0612244898vw;
    height: 2.2448979592vw;
  }
}
.contact .form-wrap .inner [type=checkbox]:checked {
  background-color: #3384C6;
}
.contact .form-wrap .inner [type=checkbox]:checked:before {
  filter: brightness(5);
}
.contact .form-wrap .inner .policy {
  text-align: center;
}
.contact .form-wrap .inner .policy a {
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .policy a {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.contact .form-wrap .inner .submit-btn {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .submit-btn {
    max-width: 81.6326530612vw;
  }
}
.contact .form-wrap .inner .submit-btn input {
  width: 100%;
  background-color: #3384C6;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 980px) {
  .contact .form-wrap .inner .submit-btn input {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 12.2448979592vw;
    border-radius: 6.1224489796vw;
  }
}
.contact .form-wrap .inner .submit-btn input:disabled {
  background-color: #EEE;
}
.contact .form-wrap .inner .submit-btn .wpcf7-spinner {
  display: none;
}

/* contact */
.eyecatch.recruit {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
.eyecatch.recruit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1366px;
  width: 100%;
  height: 295px;
  background: url(../images/recruit/eyecatch-recruit-deco.png) no-repeat center/100% auto;
  z-index: 20;
}
@media screen and (max-width: 980px) {
  .eyecatch.recruit:after {
    height: 33.0612244898vw;
  }
}

/* recruit */
.recruit-wrapper .inner {
  max-width: 830px;
  width: 90%;
  padding-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .recruit-wrapper .inner {
    padding-bottom: 20.4081632653vw;
  }
}
.recruit-wrapper .inner .wp-block-table table td,
.recruit-wrapper .inner .wp-block-table table th {
  border: 1px solid #E3E3E3;
}
.recruit-wrapper .inner .wp-block-table table .has-bg {
  background-color: #EAF2F9;
  font-weight: bold;
  vertical-align: top;
  padding-left: 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .recruit-wrapper .inner .wp-block-table table .has-bg {
    width: 28%;
  }
}
.recruit-wrapper .inner .wp-block-table table td {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  padding-left: 26px;
}
@media screen and (max-width: 980px) {
  .recruit-wrapper .inner .wp-block-table table td {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 5.1020408163vw;
    padding-left: 5.306122449vw;
  }
}
.recruit-wrapper .inner .wp-block-table table .ek-link {
  text-decoration: underline;
}

/* recruit */
/* 個別 - service */
.s_service {
  display: flex;
  column-gap: 50px;
  max-width: 1160px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .s_service {
    flex-direction: column;
    row-gap: 10.2040816327vw;
    margin-bottom: 20.4081632653vw;
  }
}
.s_service .entry-content {
  max-width: 780px;
  width: 71%;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .s_service .entry-content {
    width: 100%;
  }
}

.entry-content {
  max-width: 800px;
  width: 90%;
  margin: auto auto 100px;
}
.entry-content .inner {
  max-width: none !important;
  width: 100%;
}
.entry-content .inner .page-navi {
  display: flex;
  justify-content: space-between;
}
.entry-content .inner .title {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .title {
    row-gap: 1.4285714286vw;
    margin-bottom: 6.1224489796vw;
  }
}
.entry-content .inner .title .sub-ttl {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .title .sub-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.entry-content .inner .title .entry-title {
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .title .entry-title {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.entry-content .inner .page_thum img {
  max-width: 100%;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .page_thum img {
    height: 51.0204081633vw;
  }
}
.entry-content .inner .article-sec {
  margin-top: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec {
    margin-bottom: 0;
    margin-top: 8.1632653061vw;
  }
}
.entry-content .inner .article-sec p {
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 5.5102040816vw;
    margin-bottom: 4.0816326531vw;
  }
}
.entry-content .inner .article-sec p.mb7 {
  margin-bottom: 7px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb7 {
    margin-bottom: 1.4285714286vw;
  }
}
.entry-content .inner .article-sec p.mb9 {
  margin-bottom: 9px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb9 {
    margin-bottom: 1.8367346939vw;
  }
}
.entry-content .inner .article-sec p.mb11 {
  margin-bottom: 11px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb11 {
    margin-bottom: 2.2448979592vw;
  }
}
.entry-content .inner .article-sec p.mb12 {
  margin-bottom: 12px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb12 {
    margin-bottom: 2.4489795918vw;
  }
}
.entry-content .inner .article-sec p.mb16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb16 {
    margin-bottom: 3.2653061224vw;
  }
}
.entry-content .inner .article-sec p.mb18 {
  margin-bottom: 18px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb18 {
    margin-bottom: 3.6734693878vw;
  }
}
.entry-content .inner .article-sec p.mb21 {
  margin-bottom: 21px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb21 {
    margin-bottom: 4.2857142857vw;
  }
}
.entry-content .inner .article-sec p.mb22 {
  margin-bottom: 22px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb22 {
    margin-bottom: 4.4897959184vw;
  }
}
.entry-content .inner .article-sec p.mb28 {
  margin-bottom: 28px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb28 {
    margin-bottom: 5.7142857143vw;
  }
}
.entry-content .inner .article-sec p.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb30 {
    margin-bottom: 6.1224489796vw;
  }
}
.entry-content .inner .article-sec p.mb31 {
  margin-bottom: 31px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb31 {
    margin-bottom: 6.3265306122vw;
  }
}
.entry-content .inner .article-sec p.mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb35 {
    margin-bottom: 7.1428571429vw;
  }
}
.entry-content .inner .article-sec p.mb41 {
  margin-bottom: 41px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb41 {
    margin-bottom: 8.3673469388vw;
  }
}
.entry-content .inner .article-sec p.mb46 {
  margin-bottom: 46px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb46 {
    margin-bottom: 9.387755102vw;
  }
}
.entry-content .inner .article-sec p.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb50 {
    margin-bottom: 10.2040816327vw;
  }
}
.entry-content .inner .article-sec p.mb51 {
  margin-bottom: 51px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb51 {
    margin-bottom: 10.4081632653vw;
  }
}
.entry-content .inner .article-sec p.mb61 {
  margin-bottom: 61px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb61 {
    margin-bottom: 12.4489795918vw;
  }
}
.entry-content .inner .article-sec p.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.mb80 {
    margin-bottom: 16.3265306122vw;
  }
}
.entry-content .inner .article-sec p.bb {
  border-bottom: 1px solid #3384C6;
  padding-bottom: 11px;
  font-weight: bold;
  margin-bottom: 20px;
}
.entry-content .inner .article-sec p.fs16 strong {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec p.fs16 strong {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.entry-content .inner .article-sec .flex-dot-item {
  display: flex;
  padding-left: 22px;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flex-dot-item {
    padding-left: 4.4897959184vw;
  }
}
.entry-content .inner .article-sec .flex-dot-item .w11 {
  width: 11%;
}
.entry-content .inner .article-sec .flex-dot-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #3384C6;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flex-dot-item::before {
    width: 1.6326530612vw;
    height: 1.6326530612vw;
    top: 2.0408163265vw;
  }
}
.entry-content .inner .article-sec .flex-dot-item.mb17 {
  margin-bottom: 17px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flex-dot-item.mb17 {
    margin-bottom: 3.4693877551vw;
  }
}
.entry-content .inner .article-sec .flex-border-item {
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 19px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flex-border-item {
    padding-bottom: 3.4693877551vw;
    margin-bottom: 3.8775510204vw;
  }
}
.entry-content .inner .article-sec .flex-border-item.cg30 {
  column-gap: 30px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flex-border-item.cg30 {
    column-gap: 6.1224489796vw;
  }
}
.entry-content .inner .article-sec .flex-border-item.mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flex-border-item.mb32 {
    margin-bottom: 6.5306122449vw;
  }
}
.entry-content .inner .article-sec .flex-border-item.b-none {
  border-bottom: none;
}
.entry-content .inner .article-sec .flex-border-item .title {
  margin-bottom: 0;
}
.entry-content .inner .article-sec .flex-border-item .title strong {
  font-size: 15px;
  width: max-content;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flex-border-item .title strong {
    font-size: 15px;
    font-size: 3.0612244898vw;
  }
}
.entry-content .inner .article-sec .flow-list {
  row-gap: 44px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flow-list {
    row-gap: 8.9795918367vw;
  }
}
.entry-content .inner .article-sec .flow-list.mb51 {
  margin-bottom: 51px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flow-list.mb51 {
    margin-bottom: 11.2244897959vw;
  }
}
.entry-content .inner .article-sec .flow-list .flow-item {
  column-gap: 20px;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 10;
}
.entry-content .inner .article-sec .flow-list .flow-item:last-child .flow-no::after {
  content: none;
}
.entry-content .inner .article-sec .flow-list .flow-item:last-child .flow-no::before {
  content: none;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flow-list .flow-item {
    column-gap: 4.0816326531vw;
  }
}
.entry-content .inner .article-sec .flow-list .flow-item .flow-no {
  background-color: #3384C6;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  max-width: 80px;
  height: 80px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.entry-content .inner .article-sec .flow-list .flow-item .flow-no::before {
  content: "";
  width: 15px;
  height: 100%;
  position: absolute;
  left: 33px;
  background-color: #E3E3E3;
  top: 11px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flow-list .flow-item .flow-no::before {
    width: 3.0612244898vw;
    left: 6.7346938776vw;
    top: 2.2448979592vw;
  }
}
.entry-content .inner .article-sec .flow-list .flow-item .flow-no::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #e3e3e3;
  border-bottom: 0;
  position: absolute;
  bottom: -29px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flow-list .flow-item .flow-no::after {
    border-right: 3.0612244898vw solid transparent;
    border-left: 3.0612244898vw solid transparent;
    border-top: 4.0816326531vw solid #e3e3e3;
    bottom: -5.9183673469vw;
  }
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .flow-list .flow-item .flow-no {
    font-size: 40px;
    font-size: 8.1632653061vw;
    max-width: 16.3265306122vw;
    height: 16.3265306122vw;
  }
}
.entry-content .inner .article-sec .flow-list .flow-item .flow-detail {
  flex: 1;
  width: 70%;
}
.entry-content .inner .article-sec .wp-block-image.mb21 {
  margin-bottom: 21px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-image.mb21 {
    margin-bottom: 4.2857142857vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-image.mb34 {
  margin-bottom: 34px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-image.mb34 {
    margin-bottom: 6.9387755102vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-image.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-image.mb40 {
    margin-bottom: 8.1632653061vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-image.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-image.mb55 {
    margin-bottom: 11.2244897959vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-image.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-image.mb100 {
    margin-bottom: 20.4081632653vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-image figure.aligncenter {
  text-align: center;
  width: 100%;
}
.entry-content .inner .article-sec .column-sec {
  row-gap: 21px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .column-sec {
    row-gap: 4.2857142857vw;
  }
}
.entry-content .inner .article-sec .check-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 31px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .check-list {
    row-gap: 3.2653061224vw;
    margin-bottom: 6.3265306122vw;
  }
}
.entry-content .inner .article-sec .check-list.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .check-list.mb30 {
    margin-bottom: 6.1224489796vw;
  }
}
.entry-content .inner .article-sec .check-list.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .check-list.mb50 {
    margin-bottom: 10.2040816327vw;
  }
}
.entry-content .inner .article-sec .check-list .list-item {
  padding-bottom: 17px;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  padding-left: 17px;
  line-height: 21px;
  padding-left: calc(1em + 16px);
  text-indent: calc(-1em - 10px);
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .check-list .list-item {
    padding-bottom: 3.4693877551vw;
    padding-left: calc(1em + 3.2653061224vw);
    text-indent: calc(-1em - 2.0408163265vw);
    line-height: 4.2857142857vw;
  }
}
.entry-content .inner .article-sec .check-list .list-item::before {
  content: "";
  background: url(../images/service/check.svg) no-repeat center/contain;
  width: 16px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .check-list .list-item::before {
    width: 3.2653061224vw;
    height: 2.4489795918vw;
    margin-right: 2.0408163265vw;
  }
}
.entry-content .inner .article-sec .dot-list {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list {
    row-gap: 2.2448979592vw;
    margin-bottom: 4.0816326531vw;
  }
}
.entry-content .inner .article-sec .dot-list .list-item {
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  padding-left: 9px;
  margin-left: calc(1em + 9px);
  text-indent: calc(-1em - 9px);
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list .list-item {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.2857142857vw;
    padding-left: 1.8367346939vw;
    margin-left: calc(1em + 1.8367346939vw);
    text-indent: calc(-1em - 1.8367346939vw);
  }
}
.entry-content .inner .article-sec .dot-list .list-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #3384C6;
  vertical-align: middle;
  margin-right: 14px;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list .list-item::before {
    width: 1.6326530612vw;
    height: 1.6326530612vw;
    margin-right: 2.8571428571vw;
  }
}
.entry-content .inner .article-sec .dot-list.fw-normal .list-item {
  font-weight: normal;
}
.entry-content .inner .article-sec .dot-list.mb9 {
  margin-bottom: 9px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list.mb9 {
    margin-bottom: 1.8367346939vw;
  }
}
.entry-content .inner .article-sec .dot-list-block {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list-block {
    margin-bottom: 4.0816326531vw;
  }
}
.entry-content .inner .article-sec .dot-list-block.mb42 {
  margin-bottom: 42px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list-block.mb42 {
    margin-bottom: 8.5714285714vw;
  }
}
.entry-content .inner .article-sec .dot-list-block .list-ttl {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list-block .list-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
  }
}
.entry-content .inner .article-sec .dot-list-block .list-ttl::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #3384C6;
  vertical-align: middle;
  margin-right: 14px;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list-block .list-ttl::before {
    width: 1.6326530612vw;
    height: 1.6326530612vw;
    margin-right: 2.8571428571vw;
  }
}
.entry-content .inner .article-sec .dot-list-block .list-txt {
  margin-left: calc(1em + 9px);
  font-size: 15px;
  line-height: 27px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list-block .list-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 5.5102040816vw;
    margin-left: calc(1em + 1.8367346939vw);
  }
}
.entry-content .inner .article-sec .dot-list.mb7 {
  margin-bottom: 7px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .dot-list.mb7 {
    margin-bottom: 1.4285714286vw;
  }
}
.entry-content .inner .article-sec .num-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  counter-reset: number 0;
}
.entry-content .inner .article-sec .num-list .list-item {
  position: relative;
  padding-left: 27px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .num-list .list-item {
    padding-left: 5.5102040816vw;
  }
}
.entry-content .inner .article-sec .num-list .list-item::before {
  position: absolute;
  left: 0;
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #3384C6;
  color: #FFF;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .num-list .list-item::before {
    font-size: 12px;
    font-size: 2.4489795918vw;
    width: 4.0816326531vw;
    height: 4.0816326531vw;
  }
}
.entry-content .inner .article-sec .borderbox-blue {
  border: 1px solid #3384C6;
  padding: 8px 15px;
  width: max-content;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .borderbox-blue {
    padding: 1.6326530612vw 3.0612244898vw;
    width: 100%;
    margin: auto auto auto 0;
  }
}
.entry-content .inner .article-sec .borderbox-red {
  width: 100%;
  border: 1px solid #D14742;
  padding: 8px 15px;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .borderbox-red {
    padding: 1.6326530612vw 3.0612244898vw;
  }
}
.entry-content .inner .article-sec .borderbox-red.no-radius {
  border-radius: 0;
}
.entry-content .inner .article-sec .borderbox-red.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .borderbox-red.mb24 {
    margin-bottom: 4.8979591837vw;
  }
}
.entry-content .inner .article-sec .borderbox.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .borderbox.mb25 {
    margin-bottom: 5.1020408163vw;
  }
}
.entry-content .inner .article-sec .borderbox.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .borderbox.mb30 {
    margin-bottom: 6.1224489796vw;
  }
}
.entry-content .inner .article-sec .borderbox.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .borderbox.mb50 {
    margin-bottom: 10.2040816327vw;
  }
}
.entry-content .inner .article-sec .box-flexitem {
  column-gap: 20px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .box-flexitem {
    row-gap: 4.0816326531vw;
    flex-direction: column;
  }
}
.entry-content .inner .article-sec .box-flexitem .borderbox-red {
  max-width: 330px;
  width: 100%;
  border: 1px solid #D14742;
  padding: 12px 15px 16px;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .box-flexitem .borderbox-red {
    padding: 2.4489795918vw 3.0612244898vw 3.2653061224vw;
  }
}
.entry-content .inner .article-sec .box-flexitem .borderbox-red p {
  font-feature-settings: "palt";
}
.entry-content .inner .article-sec .box-flexitem .borderbox-yellow {
  max-width: 330px;
  width: 100%;
  border: 1px solid #D1B042;
  padding: 12px 15px 16px;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .box-flexitem .borderbox-yellow {
    padding: 2.4489795918vw 3.0612244898vw 3.2653061224vw;
  }
}
.entry-content .inner .article-sec .box-flexitem .borderbox-yellow p {
  font-feature-settings: "palt";
}
.entry-content .inner .article-sec .other-link-btn {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .other-link-btn {
    max-width: 81.6326530612vw;
  }
}
.entry-content .inner .article-sec .other-link-btn.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .other-link-btn.mb60 {
    margin-bottom: 12.2448979592vw;
  }
}
.entry-content .inner .article-sec .other-link-btn.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .other-link-btn.mb15 {
    margin-bottom: 3.0612244898vw;
  }
}
.entry-content .inner .article-sec .other-link-btn.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .other-link-btn.mb30 {
    margin-bottom: 6.1224489796vw;
  }
}
.entry-content .inner .article-sec .other-link-btn.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .other-link-btn.mb100 {
    margin-bottom: 20.4081632653vw;
  }
}
.entry-content .inner .article-sec .other-link-btn::after {
  content: "";
  position: absolute;
  background: url(../images/service/arrow.svg) no-repeat center/contain;
  width: 12px;
  height: 12px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .other-link-btn::after {
    width: 2.4489795918vw;
    height: 2.4489795918vw;
    right: 5.1020408163vw;
  }
}
.entry-content .inner .article-sec .other-link-btn .wp-block-button {
  width: 100%;
}
.entry-content .inner .article-sec .other-link-btn .wp-block-button a {
  display: block;
  border-radius: 25px;
  background: #f4f9fc;
  border: 1px solid #3384c6;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #3384C6;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .other-link-btn .wp-block-button a {
    font-size: 17px;
    font-size: 3.4693877551vw;
    border-radius: 10.2040816327vw;
  }
}
.entry-content .inner .article-sec .wp-block-table {
  overflow-y: hidden;
}
.entry-content .inner .article-sec .wp-block-table.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table.mb20 {
    margin-bottom: 4.0816326531vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-table.mb26 {
  margin-bottom: 26px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table.mb26 {
    margin-bottom: 5.306122449vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-table.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table.mb30 {
    margin-bottom: 6.1224489796vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-table.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table.mb50 {
    margin-bottom: 10.2040816327vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-table.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table.mb70 {
    margin-bottom: 14.2857142857vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-table.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table.mb100 {
    margin-bottom: 20.4081632653vw !important;
  }
}
.entry-content .inner .article-sec .wp-block-table.column-item {
  display: flex;
  column-gap: 6px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table.column-item {
    column-gap: 1.2244897959vw;
  }
}
.entry-content .inner .article-sec .wp-block-table.column-item .wp-element-caption {
  margin-top: 114px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table.column-item .wp-element-caption {
    margin-top: 23.2653061224vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table td,
.entry-content .inner .article-sec .wp-block-table table th {
  border: 1px solid #e3e3e3;
}
.entry-content .inner .article-sec .wp-block-table table td small,
.entry-content .inner .article-sec .wp-block-table table th small {
  display: block;
  font-weight: normal;
}
.entry-content .inner .article-sec .wp-block-table table .bg-light {
  background-color: #F4F9FC;
}
.entry-content .inner .article-sec .wp-block-table table .bg-blue {
  background-color: #3384C6;
  color: #FFF;
}
.entry-content .inner .article-sec .wp-block-table table .bg-red {
  background-color: #FFE8E8;
}
.entry-content .inner .article-sec .wp-block-table table .fw-bold {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table .fw-bold {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table .fw-normal {
  font-weight: normal;
  font-size: 16px;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table .fw-normal {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table .fw-midium {
  font-weight: 500;
}
.entry-content .inner .article-sec .wp-block-table table .fw-midium strong {
  font-weight: 900;
}
.entry-content .inner .article-sec .wp-block-table table .wm-vertical span {
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table .wm-vertical span {
    white-space: pre;
    display: inline-block;
    min-width: 4.0816326531vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table .fs20 {
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table .fs20 {
    font-size: 20px;
    font-size: 4.0816326531vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table .ta-left {
  text-align: left;
}
.entry-content .inner .article-sec .wp-block-table table .ta-center {
  text-align: center;
}
.entry-content .inner .article-sec .wp-block-table table.w308 {
  max-width: 308px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table.w308 {
    max-width: 62.8571428571vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table.w320 {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table.w320 {
    max-width: 65.306122449vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table.w408 {
  max-width: 408px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table.w408 {
    max-width: 83.2653061224vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table.w538 {
  max-width: 538px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table.w538 {
    max-width: 109.7959183673vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table.w558 {
  max-width: 558px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table.w558 {
    max-width: 113.8775510204vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table.w633 {
  max-width: 633px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table.w633 {
    max-width: 129.1836734694vw;
  }
}
.entry-content .inner .article-sec .wp-block-table table.w680 {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table table.w680 {
    max-width: 138.7755102041vw;
  }
}
.entry-content .inner .article-sec .wp-block-table .wp-element-caption {
  display: block;
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .wp-block-table .wp-element-caption {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 5.5102040816vw;
    margin-top: 2.0408163265vw;
  }
}
.entry-content .inner .article-sec .contact-box {
  border: 3px solid #3384c6;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .contact-box {
    background-size: 3.2653061224vw 3.2653061224vw;
  }
}
.entry-content .inner .article-sec .contact-box .wp-block-group {
  column-gap: 8.2rem;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .contact-box .wp-block-group {
    column-gap: 4.0816326531vw;
  }
}
.entry-content .inner .article-sec .contact-box .wp-block-group figure {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .contact-box .wp-block-group figure {
    max-width: 30.612244898vw;
  }
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .contact-box .wp-block-group figure img {
    height: 37.7551020408vw;
    object-fit: cover;
  }
}
.entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap {
  width: 100%;
  align-items: center;
  row-gap: 20px;
}
.entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap figure {
  width: 90%;
  margin: auto !important;
  max-width: none;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap {
    row-gap: 4.0816326531vw;
    padding: 4.0816326531vw 0;
  }
  .entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap figure {
    height: auto;
  }
  .entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap figure img {
    height: auto;
  }
}
.entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap p {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap p {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap .contact-btn {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap .contact-btn {
    max-width: 40.8163265306vw;
  }
}
.entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap .contact-btn .wp-block-button {
  width: 100%;
}
.entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap .contact-btn .wp-block-button a {
  display: block;
  background-color: #3384C6;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .contact-box .wp-block-group .right-wrap .contact-btn .wp-block-button a {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.entry-content .inner .article-sec .article-intro {
  margin-bottom: 51px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .article-intro {
    margin-bottom: 10.4081632653vw;
  }
}
.entry-content .inner .article-sec .article-intro p {
  margin-bottom: 41px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec .article-intro p {
    margin-bottom: 8.3673469388vw;
  }
}
.entry-content .inner .article-sec .article-intro p:last-child {
  margin-bottom: 0;
}
.entry-content .inner .article-sec div#toc_container {
  border-radius: 15px;
  border: 1px solid #eee;
  background-color: transparent;
  padding: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container {
    margin-bottom: 12.2448979592vw;
  }
}
.entry-content .inner .article-sec div#toc_container.contracted {
  width: 100% !important;
}
.entry-content .inner .article-sec div#toc_container .toc_title {
  display: flex;
  border-radius: 15px 15px 0px 0px;
  background: #eaf2f9;
  padding: 13px 30px 13px 55px;
  justify-content: space-between;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container .toc_title {
    border-radius: 3.0612244898vw 3.0612244898vw 0 0;
    padding: 2.6530612245vw 6.1224489796vw 2.6530612245vw 11.2244897959vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
  }
}
.entry-content .inner .article-sec div#toc_container .toc_title::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/service/toc.svg) no-repeat center/contain;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container .toc_title::before {
    left: 6.1224489796vw;
    width: 3.2653061224vw;
    height: 2.4489795918vw;
    margin-right: 2.0408163265vw;
  }
}
.entry-content .inner .article-sec div#toc_container .toc_toggle {
  color: #3384C6;
  font-weight: bold;
}
.entry-content .inner .article-sec div#toc_container .toc_list {
  padding: 30px 40px;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container .toc_list {
    padding: 6.1224489796vw 4.0816326531vw;
  }
}
.entry-content .inner .article-sec div#toc_container .toc_list > li {
  margin-bottom: 21px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container .toc_list > li {
    margin-bottom: 4.2857142857vw;
  }
}
.entry-content .inner .article-sec div#toc_container .toc_list > li:last-child {
  margin-bottom: 0;
}
.entry-content .inner .article-sec div#toc_container .toc_list > li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #3384C6;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container .toc_list > li::before {
    height: 1.6326530612vw;
    width: 1.6326530612vw;
    margin-right: 2.8571428571vw;
  }
}
.entry-content .inner .article-sec div#toc_container .toc_list > li > a {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container .toc_list > li > a {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.2857142857vw;
    margin-bottom: 3.0612244898vw;
  }
}
.entry-content .inner .article-sec div#toc_container .toc_list > li > ul li {
  margin-bottom: 9px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container .toc_list > li > ul li {
    margin-bottom: 3.0612244898vw;
    display: flex;
    align-items: center;
  }
}
.entry-content .inner .article-sec div#toc_container .toc_list > li > ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #EEEEEE;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container .toc_list > li > ul li::before {
    width: 1.2244897959vw;
    height: 1.2244897959vw;
    margin-right: 3.2653061224vw;
  }
}
.entry-content .inner .article-sec div#toc_container .toc_list > li > ul li a {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec div#toc_container .toc_list > li > ul li a {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.2857142857vw;
  }
}
.entry-content .inner .article-sec div#toc_container .toc_list > li > ul li:last-child a {
  margin-bottom: 0;
}
.entry-content .inner .article-sec h2.wp-block-heading {
  background-color: #EAF2F9;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec h2.wp-block-heading {
    font-size: 20px;
    font-size: 4.0816326531vw;
    padding: 3.0612244898vw 4.0816326531vw;
    margin-bottom: 4.0816326531vw;
  }
}
.entry-content .inner .article-sec h2.wp-block-heading::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #3384C6;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec h2.wp-block-heading::before {
    width: 1.2244897959vw;
  }
}
.entry-content .inner .article-sec h3.wp-block-heading,
.entry-content .inner .article-sec .check-ttl {
  font-weight: bold;
  font-size: 18px;
  color: #3384C6;
  padding-bottom: 12px;
  border-bottom: 2px solid #3384C6;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec h3.wp-block-heading,
  .entry-content .inner .article-sec .check-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    padding-bottom: 2.4489795918vw;
    margin-bottom: 4.0816326531vw;
    border-bottom: 0.4081632653vw solid #3384C6;
    padding-left: calc(1em + 2.8571428571vw);
    text-indent: calc(-1em - 2.0408163265vw);
  }
}
.entry-content .inner .article-sec h3.wp-block-heading::before,
.entry-content .inner .article-sec .check-ttl::before {
  content: "";
  background: url(../images/service/check.svg) no-repeat center/contain;
  width: 16px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .entry-content .inner .article-sec h3.wp-block-heading::before,
  .entry-content .inner .article-sec .check-ttl::before {
    width: 3.2653061224vw;
    height: 2.4489795918vw;
    margin-right: 2.0408163265vw;
  }
}
.entry-content .inner .inheritance-flow {
  margin-bottom: 50px;
}
.entry-content .inner .inheritance-flow .flow-item {
  border: 3px solid #e8f2fb;
  padding: 19px 20px;
  width: 100%;
  margin-bottom: 23px;
  position: relative;
}
.entry-content .inner .inheritance-flow .flow-item::after {
  content: "";
  background: url(../images/service/down.png) no-repeat center/contain;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10%;
  margin: auto;
}
.entry-content .inner .inheritance-flow .flow-item:last-child {
  margin-bottom: 0;
}
.entry-content .inner .inheritance-flow .flow-item:last-child::after {
  content: none;
}
.entry-content .inner .inheritance-flow .flow-item .title {
  flex-direction: row;
  column-gap: 19px;
  margin-bottom: 6px;
}
.entry-content .inner .inheritance-flow .flow-item .title .main-ttl {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
.entry-content .inner .inheritance-flow .flow-item .title .sub-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  color: #222;
}

aside {
  max-width: 330px;
  width: 30%;
}
@media screen and (max-width: 980px) {
  aside {
    max-width: none;
    width: 100%;
  }
}
aside .side-ttl {
  background-color: #EAF2F9;
  font-weight: bold;
  font-size: 18px;
  padding: 17px 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  aside .side-ttl {
    font-size: 18px;
    font-size: 3.6734693878vw;
    padding: 3.4693877551vw 0;
  }
}
aside .side-ttl::before {
  content: "";
  background: url(../images/service/search.svg) no-repeat center/contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
@media screen and (max-width: 980px) {
  aside .side-ttl::before {
    width: 4.693877551vw;
    height: 4.693877551vw;
    margin-right: 1.4285714286vw;
  }
}
aside .category-list .parent-item {
  position: relative;
}
aside .category-list .parent-item .main-ttl {
  font-weight: bold;
  font-size: 15px;
  color: #333;
  padding: 16px 0 18px 10px;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}
@media screen and (max-width: 980px) {
  aside .category-list .parent-item .main-ttl {
    font-size: 15px;
    font-size: 3.0612244898vw;
    padding: 3.2653061224vw 0 3.6734693878vw 2.0408163265vw;
  }
}
aside .category-list .parent-item .main-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.373%22%20height%3D%228.713%22%20viewBox%3D%220%200%205.373%208.713%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_389%22%20data-name%3D%22%E3%83%91%E3%82%B9%20389%22%20d%3D%22M58.65%2C1.017%2C59.667%2C0l4.356%2C4.356L59.667%2C8.713%2C58.65%2C7.7l3.34-3.34Z%22%20transform%3D%22translate(-58.65)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center/5px 8px, #3384C6;
}
@media screen and (max-width: 980px) {
  aside .category-list .parent-item .main-ttl::after {
    right: 2.0408163265vw;
    width: 4.2857142857vw;
    height: 4.2857142857vw;
  }
}
aside .category-list .parent-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
aside .category-list .child-category .list-item {
  position: relative;
}
aside .category-list .child-category .list-item .main-ttl {
  font-weight: normal;
  font-size: 13px;
  color: #333;
  padding: 10px 30px 8px 16px;
}
@media screen and (max-width: 980px) {
  aside .category-list .child-category .list-item .main-ttl {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 2.0408163265vw 0 1.6326530612vw 3.2653061224vw;
  }
}
aside .category-list .child-category .list-item .main-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.349%22%20height%3D%227.053%22%20viewBox%3D%220%200%204.349%207.053%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_389%22%20data-name%3D%22%E3%83%91%E3%82%B9%20389%22%20d%3D%22M58.65.823%2C59.473%2C0%2C63%2C3.527%2C59.473%2C7.053%2C58.65%2C6.23l2.7-2.7Z%22%20transform%3D%22translate(-58.65)%22%20fill%3D%22%233384c6%22%2F%3E%3C%2Fsvg%3E") no-repeat center/4px 7px, #EAF2F9;
}
@media screen and (max-width: 980px) {
  aside .category-list .child-category .list-item .main-ttl::after {
    right: 2.0408163265vw;
    width: 3.4693877551vw;
    height: 3.4693877551vw;
  }
}
aside .category-list .child-category .list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 個別 - service */
.single {
  position: relative;
  z-index: 10;
}
.single.news .article-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  .single.news .article-list {
    width: 90%;
    margin: auto;
  }
}
.single.news .article-list .list-item {
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 40px;
  padding-bottom: 32px;
}
.single.news .article-list .list-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single.news .article-list .list-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
@media screen and (max-width: 980px) {
  .single.news .article-list .list-item {
    flex-wrap: wrap;
    column-gap: 5.9183673469vw;
    padding-bottom: 9.5918367347vw;
    margin-bottom: 10.4081632653vw;
  }
}
.single.news .article-list .list-item .list-date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 41px;
}
@media screen and (max-width: 980px) {
  .single.news .article-list .list-item .list-date {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.1224489796vw;
    margin-right: 6.1224489796vw;
  }
}
.single.news .article-list .list-item .list-category {
  border-radius: 15px;
  background: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  .single.news .article-list .list-item .list-category {
    padding: 0 3.2653061224vw;
    border-radius: 3.0612244898vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.1224489796vw;
    margin-bottom: 3.4693877551vw;
  }
}
.single.news .article-list .list-item .list-category a {
  position: relative;
  z-index: 10;
}
.single.news .article-list .list-item .list-txt {
  display: flex;
  flex-direction: column;
  max-width: 824px;
  min-width: 532px;
  row-gap: 14px;
}
@media screen and (max-width: 980px) {
  .single.news .article-list .list-item .list-txt {
    min-width: auto;
    max-width: none;
    row-gap: 2.8571428571vw;
  }
}
.single.news .article-list .list-item .list-txt .list-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 980px) {
  .single.news .article-list .list-item .list-txt .list-ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
    line-height: 6.1224489796vw;
  }
}
.single.news .article-list .list-item .list-txt .list-detail p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #797979;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 980px) {
  .single.news .article-list .list-item .list-txt .list-detail p {
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 5.306122449vw;
  }
}
.single.news .article-list .list-item .list-image {
  max-width: 260px;
  width: 71%;
  height: 160px;
  border-radius: 20px;
  margin-left: 34px;
}
@media screen and (max-width: 980px) {
  .single.news .article-list .list-item .list-image {
    margin: auto;
    height: 32.6530612245vw;
    width: 80%;
    border-radius: 4.0816326531vw;
    margin-top: 4.0816326531vw;
  }
}
.single.news .article-list .list-item .list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 980px) {
  .single.news .article-list .list-item .list-image img {
    border-radius: 4.0816326531vw;
  }
}
.single .pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  column-gap: 5px;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .single .pagination {
    margin-top: 10.2040816327vw;
    column-gap: 1.0204081633vw;
  }
}
.single .pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #343434;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #aaa;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 980px) {
  .single .pagination a {
    font-size: 16px;
    font-size: 3.2653061224vw;
    width: 8.1632653061vw;
    height: 8.1632653061vw;
    border-radius: 4.0816326531vw;
  }
}
.single .pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background-color: #EF954B;
  color: #000000;
}
@media screen and (max-width: 980px) {
  .single .pagination .current {
    font-size: 16px;
    font-size: 3.2653061224vw;
    width: 8.1632653061vw;
    height: 8.1632653061vw;
    border-radius: 4.0816326531vw;
  }
}

/* 個別 - news */
/* 個別ページ */
/* funding */
.eyecatch.funding {
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
.eyecatch.funding:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1366px;
  width: 100%;
  height: 295px;
  background: url(../images/contact/eyecatch-contact-deco.png) no-repeat center/100% auto;
  z-index: 20;
}
@media screen and (max-width: 980px) {
  .eyecatch.funding:after {
    height: 33.0612244898vw;
  }
}

.funding .entry-content {
  max-width: 1100px;
  width: 90%;
  margin: auto auto 100px;
}
@media screen and (max-width: 980px) {
  .funding .entry-content {
    margin-bottom: 20.4081632653vw;
  }
}
.funding .entry-content .inner {
  max-width: 780px;
  width: 90%;
  margin-left: 0;
}
@media screen and (max-width: 980px) {
  .funding .entry-content .inner {
    width: 100%;
  }
}

/* funding */
/* LP - 記帳代行 */
.bookkeeping {
  font-family: "Noto Sans JP", sans-serif;
}
.bookkeeping .header {
  border-top: 3px solid #2256C5;
}
.bookkeeping .header.fixed {
  background-color: #FFF;
}
.bookkeeping .header__wrapper {
  padding: 14px 0 13px;
}
.bookkeeping .header__wrapper .head-right {
  display: flex;
  column-gap: 17px;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}
.bookkeeping .header__wrapper .head-right .tel a {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 22px;
}
.bookkeeping .header__wrapper .head-right .tel a::before {
  content: "";
  background: url(../images/lp/bookkeeping-agency/telephone.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.bookkeeping .header__wrapper .head-right .tel .time {
  font-weight: 500;
  font-size: 12px;
}
.bookkeeping .header__wrapper .head-right .tel .time .label {
  background-color: #2256C5;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  border-radius: 2px;
  line-height: 18px;
  padding: 0 4px;
}
.bookkeeping .header__wrapper .head-right .contact-btn {
  background-color: #2256C5;
  color: #FFF;
  font-size: 17px;
  border-radius: 5px;
  max-width: 148px;
  width: 56%;
  height: 46px;
}
.bookkeeping .header__wrapper .head-right .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bookkeeping .header__wrapper .head-right .contact-btn img {
  filter: brightness(5);
  margin-right: 4px;
}
.bookkeeping .mv {
  position: relative;
  padding: 0;
  height: 63.2rem;
}
.bookkeeping .mv figure {
  height: 63.2rem;
}
.bookkeeping .mv figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .bookkeeping .mv {
    display: none;
  }
}
.bookkeeping .mv figure {
  position: relative;
}
.bookkeeping .mv figure img {
  width: 100%;
  position: relative;
}
.bookkeeping .mv .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-blend-mode: screen;
  z-index: 10;
  background: url(../images/lp/bookkeeping-agency/flare.png) no-repeat center/contain rgba(42, 91, 199, 0.87);
}
.bookkeeping .mv .inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/lp/bookkeeping-agency/mv.png) no-repeat center/contain;
}
.bookkeeping .mv .inner .mv-contactbtn {
  position: absolute;
  max-width: 110rem;
  width: 100%;
  height: 7.8rem;
  bottom: 12.6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
}
.bookkeeping .mv .inner .mv-contactbtn a {
  max-width: 52.8rem;
  width: 100%;
  display: block;
  height: 100%;
  line-height: 7.8rem;
  padding: 0;
  font-size: 3.4rem;
  background-color: #EF6D03;
  font-weight: 900;
  color: #FFF;
  border-radius: 10px;
  position: relative;
  left: 3.5rem;
  padding-left: 45px;
}
.bookkeeping .mv .inner .mv-contactbtn a::before {
  content: "";
  position: absolute;
  left: 114px;
  top: 0;
  bottom: 0;
  background: url(../images/lp/bookkeeping-agency/email.svg) no-repeat center/contain;
  width: 34px;
  height: 25px;
  margin: auto;
}
.bookkeeping .title {
  align-items: center !important;
  row-gap: 10px;
  margin-bottom: 61px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .title {
    margin-bottom: 8.1632653061vw;
    row-gap: 2.0408163265vw;
  }
}
.bookkeeping .title .sub-ttl {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .bookkeeping .title .sub-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.bookkeeping .title .main-ttl {
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.bookkeeping .sec01 .inner {
  padding: 71px 0 107px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec01 .inner {
    padding: 16.3265306122vw 0;
  }
}
.bookkeeping .sec01 .inner .title {
  margin-bottom: 16.3265306122vw;
}
.bookkeeping .sec01 .inner .service-list {
  column-gap: 4rem;
  row-gap: 10.5rem;
  align-items: flex-start;
  counter-reset: number 0;
  justify-content: center;
}
.bookkeeping .sec01 .inner .service-list .list-item {
  max-width: 340px;
  width: 31%;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec01 .inner .service-list .list-item {
    max-width: 40.8163265306vw;
    width: 43%;
  }
}
.bookkeeping .sec01 .inner .service-list .list-item::before {
  font-family: "Roboto", sans-serif;
  position: absolute;
  z-index: -1;
  left: -35px;
  top: -13px;
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "0" counter(number);
  font-weight: bold;
  font-size: 124px;
  letter-spacing: 0.04em;
  color: rgba(239, 109, 3, 0.54);
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec01 .inner .service-list .list-item::before {
    font-size: 80px;
    font-size: 16.3265306122vw;
    left: -7.1428571429vw;
    top: -6.1224489796vw;
  }
}
.bookkeeping .sec01 .inner .service-list .list-item::after {
  content: "POINT";
  position: absolute;
  top: -20px;
  left: 0;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  color: rgba(239, 109, 3, 0.54);
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec01 .inner .service-list .list-item::after {
    top: -8.1632653061vw;
    font-size: 22px;
    font-size: 4.4897959184vw;
  }
}
.bookkeeping .sec01 .inner .service-list .list-item:first-child {
  margin-left: 20.3ren;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec01 .inner .service-list .list-item:first-child {
    margin-left: 0;
  }
}
.bookkeeping .sec01 .inner .service-list .list-item:nth-child(2) {
  margin-right: 0;
  max-width: 364px;
  width: 40%;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec01 .inner .service-list .list-item:nth-child(2) {
    margin-right: 0;
    max-width: 36.7346938776vw;
    width: 48%;
  }
}
.bookkeeping .sec01 .inner .service-list .list-item figure {
  margin-bottom: 21px !important;
}
.bookkeeping .sec01 .inner .service-list .list-item .txt-wrap .main-ttl {
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec01 .inner .service-list .list-item .txt-wrap .main-ttl {
    font-size: 22px;
    font-size: 4.4897959184vw;
    line-height: 6.5306122449vw;
    margin-bottom: 3.4693877551vw;
  }
}
.bookkeeping .sec01 .inner .service-list .list-item .txt-wrap .main-txt {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec01 .inner .service-list .list-item .txt-wrap .main-txt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.4897959184vw;
  }
}
.bookkeeping .sec02 {
  padding: 0;
}
.bookkeeping .sec02 .inner {
  padding: 83px 0 80px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner {
    padding: 16.3265306122vw 0;
  }
}
.bookkeeping .sec02 .inner .flow-wrap {
  background-color: #FFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  max-width: 941px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap {
    width: 90%;
    border-radius: 4.0816326531vw;
    box-shadow: 0px 0px 3.2653061224vw rgba(0, 0, 0, 0.04);
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner {
  padding: 87px 0 48px;
  row-gap: 33px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner {
    padding: 12.2448979592vw 0;
    row-gap: 6.7346938776vw;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item {
  max-width: 812px;
  width: 90%;
  margin: 0 56px 0 72px;
  column-gap: 26px;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner .flow-item {
    margin: 0 auto;
    flex-direction: column;
    row-gap: 2.0408163265vw;
    margin: 0 auto;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item::before {
  content: "";
  width: 3px;
  height: calc(100% + 33px);
  background-color: #D3D3D3;
  position: absolute;
  left: 10px;
  top: 7px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner .flow-item::before {
    width: 0.612244898vw;
    height: calc(100% + 6.7346938776vw);
    left: 2.0408163265vw;
    top: 1.4285714286vw;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item:last-child::before {
  content: none;
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .step-no {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  min-width: 109px;
  margin-top: 7px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .step-no {
    font-size: 16px;
    font-size: 3.2653061224vw;
    min-width: none;
    margin-top: 0;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .step-no::before {
  content: "";
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-color: #2256C5;
  display: inline-block;
  border-radius: 50px;
  margin-right: 23px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .step-no::before {
    width: 4.4897959184vw;
    height: 4.4897959184vw;
    margin-right: 4.693877551vw;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .txt-wrap {
  width: 100%;
  row-gap: 9px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .txt-wrap {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    row-gap: 1.8367346939vw;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .txt-wrap .step-ttl {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .txt-wrap .step-ttl {
    font-size: 20px;
    font-size: 4.0816326531vw;
    line-height: 5.7142857143vw;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .txt-wrap .step-txt {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  background-color: #F8F8F8;
  padding: 8px 12px 6px 12px;
  max-width: 472px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .txt-wrap .step-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
    padding: 1.6326530612vw 2.4489795918vw 3.2653061224vw 2.4489795918vw;
    max-width: none;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .flow-comment {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 216px;
  width: 100%;
  padding: 13px 12px 20px 24px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .flow-comment {
    top: -8.1632653061vw;
    padding: 2.0408163265vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .flow-comment::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 52px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #ef6d03;
  border-left: 0;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .flow-comment::before {
    border-top: 1.2244897959vw solid transparent;
    border-bottom: 1.2244897959vw solid transparent;
    border-right: 1.8367346939vw solid #ef6d03;
    top: 10.612244898vw;
  }
}
.bookkeeping .sec02 .inner .flow-wrap .inner .flow-item .flow-comment strong {
  font-weight: bold;
}
.bookkeeping .sec03 {
  background-color: rgba(36, 129, 201, 0.04);
}
.bookkeeping .sec03 .inner {
  padding: 71px 0 103px;
}
.bookkeeping .sec03 .inner .service-list {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
.bookkeeping .sec03 .inner .service-list .list-item {
  max-width: 540px;
  width: 48%;
  background-color: #FFF;
  border: 3px solid #245ac9;
  border-radius: 20px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec03 .inner .service-list .list-item {
    max-width: none;
    width: 100%;
    font-size: 22px;
    font-size: 4.4897959184vw;
    height: 22.4489795918vw;
    border-radius: 4.0816326531vw;
  }
}
.bookkeeping .sec03 .inner .service-list .list-item .smalltxt {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec03 .inner .service-list .list-item .smalltxt {
    font-size: 15px;
    font-size: 3.0612244898vw;
    line-height: 4.4897959184vw;
  }
}
.bookkeeping .sec04 .inner {
  padding: 103px 0 100px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec04 .inner {
    padding: 16.3265306122vw 0;
  }
}
.bookkeeping .sec04 .inner .table-wrap {
  max-width: 900px;
  width: 90%;
  margin: auto;
  row-gap: 38px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec04 .inner .table-wrap {
    width: 100%;
  }
}
.bookkeeping .sec04 .inner .table-wrap .table-list {
  column-gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec04 .inner .table-wrap .table-list {
    flex-direction: column;
    row-gap: 4.0816326531vw;
  }
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec04 .inner .table-wrap .wp-block-table {
    overflow-x: auto;
    width: 100%;
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
  }
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table figcaption {
  font-weight: bold;
  font-size: 18px;
  color: #2256C5;
  position: relative;
  margin-bottom: 8px;
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table figcaption::before {
  content: "";
  background: url(../images/service/check.svg) no-repeat center/contain;
  width: 16px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec04 .inner .table-wrap .wp-block-table figcaption::before {
    width: 3.2653061224vw;
    height: 2.4489795918vw;
    margin-right: 2.0408163265vw;
  }
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .w900 {
  width: 900px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec04 .inner .table-wrap .wp-block-table .w900 {
    width: 100%;
  }
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .w220 {
  width: 220px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec04 .inner .table-wrap .wp-block-table .w220 {
    width: 100%;
  }
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .w320 {
  width: 320px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec04 .inner .table-wrap .wp-block-table .w320 {
    width: 100%;
  }
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table table,
.bookkeeping .sec04 .inner .table-wrap .wp-block-table td,
.bookkeeping .sec04 .inner .table-wrap .wp-block-table th {
  border: 1px solid #ccc;
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .bg-blue {
  background: #245ac9;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .bg-blue2 {
  background-color: #4977D6;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .bg-blue3 {
  background-color: #E8F2FB;
  vertical-align: middle;
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .bg-gray {
  background-color: #D8DCDF;
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .ta-center {
  text-align: center;
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .ta-right {
  text-align: right;
}
.bookkeeping .sec04 .inner .table-wrap .wp-block-table .fw-normal {
  font-weight: normal;
}
.bookkeeping .sec05 {
  background: #fdfdfd;
}
.bookkeeping .sec05 .inner {
  padding: 82px 0 80px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner {
    padding: 16.3265306122vw 0;
  }
}
.bookkeeping .sec05 .inner .main-txt {
  font-size: 16px;
  line-height: 32px;
  width: fit-content;
  text-align: left;
  margin: auto auto 48px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
    margin-bottom: 8.1632653061vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap {
  background-color: #FFF;
  max-width: 820px;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap {
    border-radius: 4.0816326531vw;
    box-shadow: 0px 0px 3.2653061224vw rgba(0, 0, 0, 0.04);
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner {
  padding: 66px 0 60px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner {
    padding: 8.1632653061vw 0;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item {
  display: flex;
  column-gap: 40px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  max-width: 696px;
  width: 90%;
  margin: auto auto 24px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item {
    flex-direction: column;
    row-gap: 4.0816326531vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
    margin-bottom: 4.8979591837vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item:last-child {
  margin-bottom: 0;
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dt {
  font-weight: bold;
  font-size: 16px;
  color: #222;
  min-width: 184px;
  width: 32%;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    min-width: auto;
    width: 100%;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dt p {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dt p {
    column-gap: 4.0816326531vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dt .required {
  background-color: #D10000;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 2px;
  line-height: 24px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dt .required {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 0 1.6326530612vw;
    border-radius: 0.4081632653vw;
    line-height: 4.8979591837vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dd {
  width: 70%;
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dd.custom-check .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dd.custom-check .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item dd {
    width: 100%;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item input {
  background-color: #EFEFEF;
  max-width: 476px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item input {
    height: 8.1632653061vw;
    border-radius: 0.8163265306vw;
    padding: 2.0408163265vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #222222;
  border-radius: 50px;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item input[type=checkbox] {
    width: 4.8979591837vw;
    height: 4.8979591837vw;
    border: 0.2040816327vw solid #222;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #2256C5;
  background-color: #2256C5;
  border-radius: 50px;
  content: "";
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item input[type=checkbox]:checked:before {
    width: 3.2653061224vw;
    height: 3.2653061224vw;
    border: 0.2040816327vw solid #2256C5;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item input::placeholder {
  font-weight: normal;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item input::placeholder {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #EFEFEF;
  max-width: 476px;
  min-height: 175px;
  height: 100%;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item textarea {
    border-radius: 0.8163265306vw;
    min-height: 30.612244898vw;
    padding: 2.0408163265vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .contact-item textarea::placeholder {
  font-weight: normal;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .contact-item textarea::placeholder {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy-wrap {
  max-width: 696px;
  width: 90%;
  margin: auto auto 40px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.4);
  overflow-y: scroll;
  height: 217px;
  padding: 16px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .policy-wrap {
    margin-bottom: 8.1632653061vw;
    border-radius: 0.8163265306vw;
    border: 0.2040816327vw solid rgba(34, 34, 34, 0.4);
    height: 44.2857142857vw;
    padding: 3.2653061224vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy-wrap .policy-scroll {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .policy-wrap .policy-scroll {
    font-size: 14px;
    font-size: 2.8571428571vw;
    line-height: 4.0816326531vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .policy {
    margin-bottom: 8.1632653061vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy .wpcf7-list-item {
  margin: 0;
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy [type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #222222;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 8px;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .policy [type=checkbox] {
    width: 4.8979591837vw;
    height: 4.8979591837vw;
    border-radius: 0.8163265306vw;
    margin-right: 1.6326530612vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy [type=checkbox]:before {
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 11px;
  content: "";
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .policy [type=checkbox]:before {
    width: 3.0612244898vw;
    height: 2.2448979592vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy [type=checkbox]:checked {
  background-color: #2256C5;
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy [type=checkbox]:checked:before {
  filter: brightness(5);
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .policy .wpcf7-list-item-label {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .policy .required {
  background-color: #D10000;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 2px;
  line-height: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .policy .required {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 0 1.6326530612vw;
    border-radius: 0.4081632653vw;
    line-height: 4.8979591837vw;
    margin-left: 1.6326530612vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .submit-btn {
  max-width: 187px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .submit-btn {
    max-width: 38.1632653061vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .submit-btn input {
  width: 100%;
  background: linear-gradient(#ff8927 0%, #d32a0b 100%);
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .bookkeeping .sec05 .inner .contact-wrap .inner .submit-btn input {
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 11.2244897959vw;
    border-radius: 2.0408163265vw;
  }
}
.bookkeeping .sec05 .inner .contact-wrap .inner .submit-btn input:disabled {
  background: #EEE;
}
.bookkeeping .sec05 .inner .contact-wrap .inner .submit-btn .wpcf7-spinner {
  display: none;
}
.bookkeeping footer .bg-gray {
  background-color: #F8F8F8;
}
.bookkeeping footer .bg-gray .inner {
  padding: 47px 0 90px;
  position: relative;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .bg-gray .inner {
    padding: 8.1632653061vw 0;
  }
}
.bookkeeping footer .bg-gray .inner::before {
  content: "";
  background: url(../images/lp/bookkeeping-agency/person02.png) no-repeat right bottom/196px auto;
  display: inline-block;
  position: absolute;
  right: 12.5rem;
  bottom: 0;
  width: 100%;
  height: 275px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .bg-gray .inner::before {
    content: none;
  }
}
.bookkeeping footer .bg-gray .inner .logo {
  margin: auto auto 33px;
  display: block;
  width: max-content;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .bg-gray .inner .logo {
    margin-bottom: 6.7346938776vw;
    width: 100%;
  }
}
.bookkeeping footer .bg-gray .inner .c_detail {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .bg-gray .inner .c_detail {
    font-size: 16px;
    font-size: 3.2653061224vw;
    row-gap: 2.4489795918vw;
  }
}
.bookkeeping footer .copy {
  background-color: #2A8316;
  color: #FFF;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .copy {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding: 2.0408163265vw 0;
  }
}
.bookkeeping footer .bg-gray {
  background-color: #F8F8F8;
}
.bookkeeping footer .bg-gray .inner {
  padding: 47px 0 90px;
  position: relative;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .bg-gray .inner {
    padding: 8.1632653061vw 0;
  }
}
.bookkeeping footer .bg-gray .inner::before {
  content: "";
  background: url(../images/lp/subsidy-application-support/person02.png) no-repeat right bottom/196px auto;
  display: inline-block;
  position: absolute;
  right: 12.5rem;
  bottom: 0;
  width: 100%;
  height: 275px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .bg-gray .inner::before {
    content: none;
  }
}
.bookkeeping footer .bg-gray .inner .logo {
  margin: auto auto 33px;
  display: block;
  width: max-content;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .bg-gray .inner .logo {
    margin-bottom: 6.7346938776vw;
  }
}
.bookkeeping footer .bg-gray .inner .c_detail {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .bg-gray .inner .c_detail {
    font-size: 16px;
    font-size: 3.2653061224vw;
    row-gap: 2.4489795918vw;
  }
}
.bookkeeping footer .copy {
  background-color: #2256C5;
  color: #FFF;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .bookkeeping footer .copy {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding: 2.0408163265vw 0;
  }
}

/* lp - 補助金申請支援なら周奎植税理士事務所 */
.subsidy {
  font-family: "Noto Sans JP", sans-serif;
}
.subsidy .header {
  border-top: 3px solid #2A8316;
}
.subsidy .header.fixed {
  background-color: #FFF;
}
.subsidy .header__wrapper {
  padding: 14px 0 13px;
}
.subsidy .header__wrapper .head-right {
  display: flex;
  column-gap: 17px;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
}
.subsidy .header__wrapper .head-right .tel a {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 22px;
}
.subsidy .header__wrapper .head-right .tel a::before {
  content: "";
  background: url(../images/lp/subsidy-application-support/telephone.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.subsidy .header__wrapper .head-right .tel .time {
  font-weight: 500;
  font-size: 12px;
}
.subsidy .header__wrapper .head-right .tel .time .label {
  background-color: #EF6D03;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  border-radius: 2px;
  line-height: 18px;
  padding: 0 4px;
}
.subsidy .header__wrapper .head-right .contact-btn {
  background-color: #2A8316;
  color: #FFF;
  font-size: 17px;
  border-radius: 5px;
  max-width: 148px;
  width: 56%;
  height: 46px;
}
.subsidy .header__wrapper .head-right .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.subsidy .header__wrapper .head-right .contact-btn img {
  filter: brightness(5);
  margin-right: 4px;
}
.subsidy .mv {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .subsidy .mv {
    display: none;
  }
}
.subsidy .mv figure {
  position: relative;
}
.subsidy .mv figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 131, 22, 0.87);
  z-index: 5;
}
.subsidy .mv figure img {
  width: 100%;
  position: relative;
}
.subsidy .mv .inner {
  position: absolute;
  max-width: 110rem !important;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 56.7rem;
  bottom: 0;
  width: 100%;
  background: url(../images/lp/subsidy-application-support/mv.png) no-repeat left 1.7rem center/102.9rem 56.7rem;
  z-index: 10;
}
.subsidy .mv .inner .mv-contactbtn {
  position: absolute;
  max-width: 52.8rem;
  width: 100%;
  height: 7.8rem;
  bottom: 9.2rem;
  left: 1.5rem;
}
.subsidy .mv .inner .mv-contactbtn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 7.8rem;
  padding: 0;
  font-size: 3.4rem;
  background-color: #EF6D03;
  font-weight: 900;
  color: #FFF;
  border-radius: 10px;
  position: relative;
  padding-left: 45px;
}
.subsidy .mv .inner .mv-contactbtn a::before {
  content: "";
  position: absolute;
  left: 114px;
  top: 0;
  bottom: 0;
  background: url(../images/lp/subsidy-application-support/email.svg) no-repeat center/contain;
  width: 34px;
  height: 25px;
  margin: auto;
}
.subsidy .sec01 {
  position: relative;
}
.subsidy .sec01::before {
  /* beforeでもafterでも*/
  content: "";
  position: absolute;
  height: 119px;
  width: 100%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #F8F8F8;
  left: 0;
  bottom: -119px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec01::before {
    height: 20.4081632653vw;
    bottom: -20.4081632653vw;
  }
}
.subsidy .sec01 .inner {
  padding-top: 74px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec01 .inner {
    padding-top: 16.3265306122vw;
  }
}
.subsidy .sec01 .inner .main-ttl {
  text-align: center;
  font-size: 40px;
  display: block;
  width: 100%;
  margin-bottom: 52px;
  line-height: 70px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec01 .inner .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
    margin-bottom: 6.1224489796vw;
    line-height: 10.2040816327vw;
  }
}
.subsidy .sec01 .inner .main-ttl .top_circle {
  font-size: 48px;
  color: #EF6D03;
  position: relative;
  padding-top: 8px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec01 .inner .main-ttl .top_circle {
    font-size: 36px;
    font-size: 7.3469387755vw;
    padding-top: 1.6326530612vw;
  }
}
.subsidy .sec01 .inner .main-ttl .top_circle::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #EF6D03;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec01 .inner .main-ttl .top_circle::before {
    width: 1.6326530612vw;
    height: 1.8367346939vw;
  }
}
.subsidy .sec01 .inner .trouble_list {
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .subsidy .sec01 .inner .trouble_list {
    width: 90%;
    column-gap: 8.1632653061vw;
    row-gap: 4.0816326531vw;
  }
}
.subsidy .sec01 .inner .trouble_list .trouble-item {
  max-width: 445px;
  width: 47%;
  border: 3px solid #2A8316;
  background-color: #FFF;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  column-gap: 3.3rem;
}
@media screen and (max-width: 980px) {
  .subsidy .sec01 .inner .trouble_list .trouble-item {
    max-width: none;
    width: 100%;
    font-size: 18px;
    font-size: 3.6734693878vw;
    column-gap: 2.0408163265vw;
    line-height: 4.4897959184vw;
  }
}
.subsidy .sec01 .inner .trouble_list .trouble-item figure {
  height: 100%;
  max-width: 85px;
  width: 100%;
  background-color: #2A8316;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 31px 0 32px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec01 .inner .trouble_list .trouble-item figure {
    max-width: 14.2857142857vw;
    padding: 6.3265306122vw 0 6.5306122449vw;
  }
}
.subsidy .sec01 .inner .trouble_list .trouble-item p {
  padding-right: 3.3rem;
}
@media screen and (max-width: 980px) {
  .subsidy .sec01 .inner .trouble_list .trouble-item p {
    padding-right: 2.0408163265vw;
  }
}
.subsidy .main-catch {
  padding-top: 176px;
  padding-bottom: 60px;
  background-color: #FFF;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .subsidy .main-catch {
    padding-top: 35.7142857143vw;
    padding-bottom: 12.2448979592vw;
    font-size: 34px;
    font-size: 6.9387755102vw;
    line-height: 9.387755102vw;
  }
}
.subsidy .main-catch small {
  font-size: 32px;
}
@media screen and (max-width: 980px) {
  .subsidy .main-catch small {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.subsidy .sec02 {
  background-color: rgba(239, 109, 3, 0.04);
}
.subsidy .sec02 .inner {
  padding: 71px 0 81px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec02 .inner {
    padding: 16.3265306122vw 0;
  }
}
.subsidy .sec02 .inner .title {
  align-items: center;
  row-gap: 10px;
  margin-bottom: 61px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec02 .inner .title {
    margin-bottom: 8.1632653061vw;
    row-gap: 2.0408163265vw;
  }
}
.subsidy .sec02 .inner .title .sub-ttl {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .subsidy .sec02 .inner .title .sub-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec02 .inner .title .main-ttl {
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec02 .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.subsidy .sec02 .inner .service-list {
  column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec02 .inner .service-list {
    flex-direction: column;
    row-gap: 6.1224489796vw;
  }
}
.subsidy .sec02 .inner .service-list .list-item {
  max-width: 339px;
  width: 33%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec02 .inner .service-list .list-item {
    max-width: none;
    width: 90%;
  }
}
.subsidy .sec02 .inner .service-list .list-item figure {
  width: 100%;
}
.subsidy .sec02 .inner .service-list .list-item figure img {
  width: 100%;
}
.subsidy .sec02 .inner .service-list .list-item .txt-wrap {
  padding: 102px 0 32px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .subsidy .sec02 .inner .service-list .list-item .txt-wrap {
    padding: 16.3265306122vw 0 6.1224489796vw;
  }
}
.subsidy .sec02 .inner .service-list .list-item .txt-wrap .main-ttl {
  position: absolute;
  left: -4px;
  top: 24px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 20px 16px;
  background: url(../images/lp/subsidy-application-support/ribon.png) no-repeat left/contain;
  max-width: 300px;
  width: 100%;
  color: #FFF;
}
@media screen and (max-width: 980px) {
  .subsidy .sec02 .inner .service-list .list-item .txt-wrap .main-ttl {
    left: -0.8163265306vw;
    top: 4.8979591837vw;
    font-size: 18px;
    font-size: 3.6734693878vw;
    padding: 2.0408163265vw 0 2.0408163265vw 1.6326530612vw;
    background: url(../images/lp/subsidy-application-support/ribon.png) no-repeat left/56.1224489796vw auto;
    max-width: 61.2244897959vw;
  }
}
.subsidy .sec02 .inner .service-list .list-item .txt-wrap .main-txt {
  width: 90%;
  margin: 0 auto;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec02 .inner .service-list .list-item .txt-wrap .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 5.1020408163vw;
  }
}
.subsidy .sec03 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.subsidy .sec03 .inner {
  padding: 82px 0 88px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner {
    padding-top: 16.3265306122vw;
  }
}
.subsidy .sec03 .inner .title {
  align-items: center;
  row-gap: 10px;
  margin-bottom: 86px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner .title {
    margin-bottom: 8.1632653061vw;
    row-gap: 2.0408163265vw;
  }
}
.subsidy .sec03 .inner .title .sub-ttl {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner .title .sub-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec03 .inner .title .main-ttl {
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.subsidy .sec03 .inner .subsidy-list {
  row-gap: 66px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner .subsidy-list {
    row-gap: 8.1632653061vw;
  }
}
.subsidy .sec03 .inner .subsidy-list .list-item {
  column-gap: 60px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner .subsidy-list .list-item {
    flex-direction: column;
    row-gap: 6.1224489796vw;
  }
}
.subsidy .sec03 .inner .subsidy-list .list-item figure {
  max-width: 367px;
  width: 39%;
}
.subsidy .sec03 .inner .subsidy-list .list-item figure img {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner .subsidy-list .list-item figure {
    max-width: none;
    width: 90%;
  }
}
.subsidy .sec03 .inner .subsidy-list .list-item .txt-wrap {
  width: 61%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner .subsidy-list .list-item .txt-wrap {
    width: 90%;
  }
}
.subsidy .sec03 .inner .subsidy-list .list-item .txt-wrap .main-ttl {
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 10px;
  border-bottom: 2px solid #EF6D03;
  margin-bottom: 11px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner .subsidy-list .list-item .txt-wrap .main-ttl {
    font-size: 24px;
    font-size: 4.8979591837vw;
    padding-bottom: 2.0408163265vw;
    border-width: 0 0 0.4081632653vw 0;
    margin-bottom: 2.2448979592vw;
  }
}
.subsidy .sec03 .inner .subsidy-list .list-item .txt-wrap .main-txt {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec03 .inner .subsidy-list .list-item .txt-wrap .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
  }
}
.subsidy .sec04 .inner {
  padding: 62px 0 60px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner {
    padding-top: 16.3265306122vw;
  }
}
.subsidy .sec04 .inner::after {
  content: "";
  background: url(../images/lp/subsidy-application-support/person.png) no-repeat bottom right/183px auto;
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner::after {
    background-size: 20.4081632653vw auto;
    right: 0;
  }
}
.subsidy .sec04 .inner .title {
  align-items: center;
  row-gap: 10px;
  margin-bottom: 33px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner .title {
    margin-bottom: 8.1632653061vw;
    row-gap: 2.0408163265vw;
  }
}
.subsidy .sec04 .inner .title .sub-ttl {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner .title .sub-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec04 .inner .title .main-ttl {
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.subsidy .sec04 .inner .strong-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 63px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner .strong-txt {
    font-size: 18px;
    font-size: 3.6734693878vw;
    margin-bottom: 8.1632653061vw;
    line-height: 6.9387755102vw;
  }
}
.subsidy .sec04 .inner .strong-txt strong {
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner .strong-txt strong {
    font-size: 24px;
    font-size: 4.8979591837vw;
  }
}
.subsidy .sec04 .inner .orange-box {
  max-width: 745px;
  width: 90%;
  margin: auto;
  position: relative;
  border: 3px solid #EF6D03;
  background-color: #FFF;
  border-radius: 8px;
  padding: 57px 41px 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner .orange-box {
    border-width: 0.612244898vw;
    border-radius: 1.6326530612vw;
    padding: 11.6326530612vw 8.3673469388vw 8.1632653061vw;
  }
}
.subsidy .sec04 .inner .orange-box .main-ttl {
  position: absolute;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin: auto;
  top: -19px;
  background-color: #EF6D03;
  color: #FFF;
  font-size: 20px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
  max-width: 288px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner .orange-box .main-ttl {
    border-radius: 1.0204081633vw;
    top: -3.8775510204vw;
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 8.5714285714vw;
    max-width: 58.7755102041vw;
  }
}
.subsidy .sec04 .inner .orange-box .main-ttl::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 11px solid #ef6d03;
  border-bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: 100%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner .orange-box .main-ttl::after {
    border-right: 1.4285714286vw solid transparent;
    border-left: 1.4285714286vw solid transparent;
    border-top: 2.2448979592vw solid #ef6d03;
  }
}
.subsidy .sec04 .inner .orange-box .main-txt {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec04 .inner .orange-box .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
  }
}
.subsidy .sec05 {
  padding: 0;
}
.subsidy .sec05 .inner {
  padding: 62px 0 80px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner {
    padding: 16.3265306122vw 0;
  }
}
.subsidy .sec05 .inner .title {
  align-items: center;
  row-gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .title {
    margin-bottom: 8.1632653061vw;
    row-gap: 2.0408163265vw;
  }
}
.subsidy .sec05 .inner .title .sub-ttl {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .title .sub-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec05 .inner .title .main-ttl {
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.subsidy .sec05 .inner .flow-wrap {
  background-color: #FFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  max-width: 941px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap {
    border-radius: 4.0816326531vw;
    box-shadow: 0px 0px 3.2653061224vw rgba(0, 0, 0, 0.04);
  }
}
.subsidy .sec05 .inner .flow-wrap .inner {
  padding: 87px 0 48px;
  row-gap: 33px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner {
    padding: 12.2448979592vw 0;
    row-gap: 6.7346938776vw;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item {
  max-width: 812px;
  width: 90%;
  margin: 0 56px 0 72px;
  column-gap: 26px;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner .flow-item {
    margin: 0 auto;
    flex-direction: column;
    row-gap: 2.0408163265vw;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item::before {
  content: "";
  width: 3px;
  height: calc(100% + 33px);
  background-color: #D3D3D3;
  position: absolute;
  left: 10px;
  top: 7px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner .flow-item::before {
    width: 0.612244898vw;
    height: calc(100% + 6.7346938776vw);
    left: 2.0408163265vw;
    top: 1.4285714286vw;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item:last-child::before {
  height: 100%;
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item .step-no {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  min-width: 109px;
  margin-top: 7px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner .flow-item .step-no {
    font-size: 16px;
    font-size: 3.2653061224vw;
    min-width: none;
    margin-top: 0;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item .step-no::before {
  content: "";
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-color: #2A8316;
  display: inline-block;
  border-radius: 50px;
  margin-right: 23px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner .flow-item .step-no::before {
    width: 4.4897959184vw;
    height: 4.4897959184vw;
    margin-right: 4.693877551vw;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item .txt-wrap {
  width: 100%;
  row-gap: 9px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner .flow-item .txt-wrap {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
    row-gap: 1.8367346939vw;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item .txt-wrap .step-ttl {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner .flow-item .txt-wrap .step-ttl {
    font-size: 20px;
    font-size: 4.0816326531vw;
    line-height: 5.7142857143vw;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item .txt-wrap .step-txt {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  background-color: #F8F8F8;
  padding: 8px 12px 6px 12px;
  max-width: 472px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner .flow-item .txt-wrap .step-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
    padding: 1.6326530612vw 2.4489795918vw 3.2653061224vw 2.4489795918vw;
    max-width: none;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item .flow-comment {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 216px;
  width: 100%;
  padding: 13px 12px 20px 24px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner .flow-item .flow-comment {
    top: -8.1632653061vw;
    padding: 2.0408163265vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item .flow-comment::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 52px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 9px solid #ef6d03;
  border-left: 0;
}
@media screen and (max-width: 980px) {
  .subsidy .sec05 .inner .flow-wrap .inner .flow-item .flow-comment::before {
    border-top: 1.2244897959vw solid transparent;
    border-bottom: 1.2244897959vw solid transparent;
    border-right: 1.8367346939vw solid #ef6d03;
    top: 10.612244898vw;
  }
}
.subsidy .sec05 .inner .flow-wrap .inner .flow-item .flow-comment strong {
  font-weight: bold;
}
.subsidy .sec06 {
  background-color: rgba(239, 109, 3, 0.04);
}
.subsidy .sec06 .inner {
  padding: 82px 0 80px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec06 .inner {
    padding: 16.3265306122vw 0;
  }
}
.subsidy .sec06 .inner .title {
  align-items: center;
  row-gap: 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec06 .inner .title {
    margin-bottom: 8.1632653061vw;
    row-gap: 2.0408163265vw;
  }
}
.subsidy .sec06 .inner .title .sub-ttl {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .subsidy .sec06 .inner .title .sub-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec06 .inner .title .main-ttl {
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec06 .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.subsidy .sec06 .inner table {
  max-width: 960px;
  width: 100%;
  margin: auto;
  font-size: 16px;
  border-collapse: collapse;
  background-color: #FFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 980px) {
  .subsidy .sec06 .inner table {
    font-size: 16px;
    font-size: 3.2653061224vw;
    box-shadow: 0px 0px 3.2653061224vw rgba(0, 0, 0, 0.04);
  }
}
.subsidy .sec06 .inner table .c_orange {
  background-color: #EF6D03;
  color: #FFF;
  vertical-align: middle;
  width: 240px;
  text-align: center;
  padding: 38px 0 34px;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 980px) {
  .subsidy .sec06 .inner table .c_orange {
    width: 30.612244898vw;
    padding: 3.0612244898vw 0 3.4693877551vw;
    border-bottom: 0.2040816327vw solid #FFF;
  }
}
.subsidy .sec06 .inner table .c_gray01 {
  background-color: #E0E0E0;
  vertical-align: middle;
  text-align: center;
}
.subsidy .sec06 .inner table .c_gray01:nth-child(2) {
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 980px) {
  .subsidy .sec06 .inner table .c_gray01:nth-child(2) {
    border-right: 0.2040816327vw solid #CCC;
  }
}
.subsidy .sec06 .inner table .c_gray02 {
  background-color: #F4F4F4;
  vertical-align: middle;
  text-align: center;
}
.subsidy .sec06 .inner table .c_gray02:not(:last-child) {
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 980px) {
  .subsidy .sec06 .inner table .c_gray02:not(:last-child) {
    border-right: 0.2040816327vw solid #CCC;
  }
}
.subsidy .sec06 .inner table td {
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 980px) {
  .subsidy .sec06 .inner table td {
    font-size: 16px;
    font-size: 3.2653061224vw;
    border-right: 0.2040816327vw solid #CCC;
    border-bottom: 0.2040816327vw solid #CCC;
  }
}
.subsidy .sec06 .inner table td:last-child {
  border-right: none;
}
.subsidy .sec06 .inner table tr:last-child td {
  border-bottom: none;
}
.subsidy .sec07 {
  background: #fdfdfd;
}
.subsidy .sec07 .inner {
  padding: 82px 0 80px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner {
    padding: 16.3265306122vw 0;
  }
}
.subsidy .sec07 .inner .title {
  align-items: center;
  row-gap: 10px;
  margin-bottom: 32px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .title {
    margin-bottom: 8.1632653061vw;
    row-gap: 2.0408163265vw;
  }
}
.subsidy .sec07 .inner .title .sub-ttl {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .title .sub-ttl {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec07 .inner .title .main-ttl {
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .title .main-ttl {
    font-size: 30px;
    font-size: 6.1224489796vw;
  }
}
.subsidy .sec07 .inner .main-txt {
  font-size: 16px;
  line-height: 32px;
  width: fit-content;
  text-align: left;
  margin: auto auto 48px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .main-txt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 6.5306122449vw;
    margin-bottom: 8.1632653061vw;
  }
}
.subsidy .sec07 .inner .contact-wrap {
  background-color: #FFF;
  max-width: 820px;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap {
    border-radius: 4.0816326531vw;
    box-shadow: 0px 0px 3.2653061224vw rgba(0, 0, 0, 0.04);
  }
}
.subsidy .sec07 .inner .contact-wrap .inner {
  padding: 66px 0 60px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner {
    padding: 8.1632653061vw 0;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item {
  display: flex;
  column-gap: 40px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  max-width: 696px;
  width: 90%;
  margin: auto auto 24px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item {
    flex-direction: column;
    row-gap: 4.0816326531vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
    line-height: 4.8979591837vw;
    margin-bottom: 4.8979591837vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item:last-child {
  margin-bottom: 0;
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item dt {
  font-weight: bold;
  font-size: 16px;
  color: #222;
  min-width: 184px;
  width: 32%;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item dt {
    font-size: 16px;
    font-size: 3.2653061224vw;
    min-width: auto;
    width: 100%;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item dt p {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item dt p {
    column-gap: 4.0816326531vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item dt .required {
  background-color: #2A8316;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 2px;
  line-height: 24px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item dt .required {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 0 1.6326530612vw;
    border-radius: 0.4081632653vw;
    line-height: 4.8979591837vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item dd {
  width: 70%;
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item dd.custom-check .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item dd.custom-check .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item dd {
    width: 100%;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item input {
  background-color: #EFEFEF;
  max-width: 476px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item input {
    height: 8.1632653061vw;
    border-radius: 0.8163265306vw;
    padding: 2.0408163265vw;
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #222222;
  border-radius: 50px;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item input[type=checkbox] {
    width: 4.8979591837vw;
    height: 4.8979591837vw;
    border: 0.2040816327vw solid #222;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border: 1px solid #2A8316;
  background-color: #2A8316;
  border-radius: 50px;
  content: "";
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item input[type=checkbox]:checked:before {
    width: 3.2653061224vw;
    height: 3.2653061224vw;
    border: 0.2040816327vw solid #2A8316;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item input::placeholder {
  font-weight: normal;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item input::placeholder {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item textarea {
  width: 100%;
  border-radius: 4px;
  background-color: #EFEFEF;
  max-width: 476px;
  min-height: 175px;
  height: 100%;
  padding: 10px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item textarea {
    border-radius: 0.8163265306vw;
    min-height: 30.612244898vw;
    padding: 2.0408163265vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .contact-item textarea::placeholder {
  font-weight: normal;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .contact-item textarea::placeholder {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .policy-wrap {
  max-width: 696px;
  width: 90%;
  margin: auto auto 40px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.4);
  overflow-y: scroll;
  height: 217px;
  padding: 16px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .policy-wrap {
    margin-bottom: 8.1632653061vw;
    border-radius: 0.8163265306vw;
    border: 0.2040816327vw solid rgba(34, 34, 34, 0.4);
    height: 44.2857142857vw;
    padding: 3.2653061224vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .policy-wrap .policy-scroll {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .policy-wrap .policy-scroll {
    font-size: 14px;
    font-size: 2.8571428571vw;
    line-height: 4.0816326531vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .policy {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .policy {
    margin-bottom: 8.1632653061vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .policy .wpcf7-list-item {
  margin: 0;
}
.subsidy .sec07 .inner .contact-wrap .inner .policy [type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #222222;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 8px;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .policy [type=checkbox] {
    width: 4.8979591837vw;
    height: 4.8979591837vw;
    border-radius: 0.8163265306vw;
    margin-right: 1.6326530612vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .policy [type=checkbox]:before {
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 11px;
  content: "";
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .policy [type=checkbox]:before {
    width: 3.0612244898vw;
    height: 2.2448979592vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .policy [type=checkbox]:checked {
  background-color: #2A8316;
}
.subsidy .sec07 .inner .contact-wrap .inner .policy [type=checkbox]:checked:before {
  filter: brightness(5);
}
.subsidy .sec07 .inner .contact-wrap .inner .policy .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .policy .wpcf7-list-item-label {
    font-size: 16px;
    font-size: 3.2653061224vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .policy .required {
  background-color: #2A8316;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding: 0 8px;
  border-radius: 2px;
  line-height: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .policy .required {
    font-size: 14px;
    font-size: 2.8571428571vw;
    padding: 0 1.6326530612vw;
    border-radius: 0.4081632653vw;
    line-height: 4.8979591837vw;
    margin-left: 1.4285714286vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .submit-btn {
  max-width: 187px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .submit-btn {
    max-width: 38.1632653061vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .submit-btn input {
  width: 100%;
  background: linear-gradient(#ff8927 0%, #d32a0b 100%);
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 55px;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .subsidy .sec07 .inner .contact-wrap .inner .submit-btn input {
    font-size: 18px;
    font-size: 3.6734693878vw;
    line-height: 11.2244897959vw;
    border-radius: 2.0408163265vw;
  }
}
.subsidy .sec07 .inner .contact-wrap .inner .submit-btn input:disabled {
  background: #EEE;
}
.subsidy .sec07 .inner .contact-wrap .inner .submit-btn .wpcf7-spinner {
  display: none;
}
.subsidy footer .bg-gray {
  background-color: #F8F8F8;
}
.subsidy footer .bg-gray .inner {
  padding: 47px 0 90px;
  position: relative;
  text-align: center;
  z-index: 5;
}
@media screen and (max-width: 980px) {
  .subsidy footer .bg-gray .inner {
    padding: 8.1632653061vw 0;
  }
}
.subsidy footer .bg-gray .inner::before {
  content: "";
  background: url(../images/lp/subsidy-application-support/person02.png) no-repeat right bottom/196px auto;
  display: inline-block;
  position: absolute;
  right: 12.5rem;
  bottom: 0;
  width: 100%;
  height: 275px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .subsidy footer .bg-gray .inner::before {
    content: none;
  }
}
.subsidy footer .bg-gray .inner .logo {
  margin: auto auto 33px;
  display: block;
  width: max-content;
}
@media screen and (max-width: 980px) {
  .subsidy footer .bg-gray .inner .logo {
    margin-bottom: 6.7346938776vw;
    width: 100%;
  }
}
.subsidy footer .bg-gray .inner .c_detail {
  font-size: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 980px) {
  .subsidy footer .bg-gray .inner .c_detail {
    font-size: 16px;
    font-size: 3.2653061224vw;
    row-gap: 2.4489795918vw;
  }
}
.subsidy footer .copy {
  background-color: #2A8316;
  color: #FFF;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .subsidy footer .copy {
    font-size: 16px;
    font-size: 3.2653061224vw;
    padding: 2.0408163265vw 0;
  }
}/*# sourceMappingURL=style.css.map */