@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* 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 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*スマホファーストの書き方*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #333333;
  overflow-x: hidden;
  padding-top: 54px;
}
@media (min-width: 1024px) {
  body {
    padding-top: 0;
  }
}

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

.en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

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

.lt {
  display: block;
}
@media (min-width: 1024px) {
  .lt {
    display: none;
  }
}

.header {
  padding: 4px 4px 16px 4px;
  display: flex;
  align-items: center;
  position: fixed;
  height: 54px;
  top: 0;
  right: 0;
  left: 0;
  background: white;
  z-index: 9;
}
@media (min-width: 1024px) {
  .header {
    padding: 12px 0 0 0;
    position: static;
    height: auto;
  }
}

.header_inner {
  width: 100%;
  max-width: 1408px;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .header_logoWrapper {
    display: flex;
    align-items: center;
    width: 98%;
    margin-inline: auto;
    margin-bottom: 12px;
  }
}

.header_logo a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1024px) {
  .header_logo a {
    gap: 8px;
  }
}
.header_logo span {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  color: #586c7e;
}
@media (min-width: 1024px) {
  .header_logo span {
    font-size: 14px;
  }
}
.header_logo img {
  width: 50%;
  max-width: 327px;
}
@media (min-width: 1024px) {
  .header_logo img {
    width: 100%;
  }
}

.header_contct_links {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.16);
  z-index: 999;
}
@media (min-width: 1024px) {
  .header_contct_links {
    position: static;
    align-items: center;
    box-shadow: none;
    background-color: transparent;
    gap: 16px;
    max-width: 688px;
    margin-left: auto;
  }
}
.header_contct_links a {
  flex: 1;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header_contct_links a {
    flex: none;
  }
}

.header_nav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  transform: translateX(100%);
  background-color: #3693e0;
  transition: ease 0.4s;
  z-index: 99;
}
@media (min-width: 1024px) {
  .header_nav {
    position: static;
    transform: none;
    width: 100vw;
    height: auto;
    padding-top: 0;
    margin: 0 calc(50% - 50vw);
  }
}

.header_nav_list {
  display: flex;
  flex-direction: column;
  width: 90%;
}
@media (min-width: 1024px) {
  .header_nav_list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1202px;
    padding: 6px 0;
  }
}

.header_nav_item {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1024px) {
  .header_nav_item {
    border-bottom: none;
  }
}
.header_nav_item a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  padding: 16px 8px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .header_nav_item a {
    font-size: 15px;
    padding: 16px min(1.6666666667vw, 24px);
    position: relative;
  }
  .header_nav_item a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 29px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header_nav_item a:last-child a::after {
  display: none;
}

/* ハンバーガーメニュー */
.hamburger {
  z-index: 9999;
  width: 32px;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header_nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
  background-color: #ffffff;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

.footer {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .footer {
    padding-bottom: 32px;
  }
}

.foote_inner {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .foote_inner {
    padding: 64px 0;
  }
}

.footer_nav > .footer_nav_item > a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1a3245;
}
@media (min-width: 768px) {
  .footer_nav > .footer_nav_item > a {
    font-size: 15px;
  }
}
.footer_nav > .footer_nav_item > a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3693e0;
}
.footer_nav > .footer_nav_item:not(:last-child) > a {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .footer_nav > .footer_nav_item:not(:last-child) > a {
    margin-bottom: 16px;
  }
}
.footer_nav > .footer_nav_item:has(.footer_nav_child) > a {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .footer_nav > .footer_nav_item:has(.footer_nav_child) > a {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .footer_nav_child > .footer_nav_item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.footer_nav_child > .footer_nav_item > a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 8px;
  color: #333333;
}
@media (min-width: 768px) {
  .footer_nav_child > .footer_nav_item > a {
    font-size: 14px;
  }
}

.footer_nav_item_nextChild {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .footer_nav_item_nextChild {
    margin-top: 24px;
  }
}

.footer_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 1024px) {
  .footer_bottom {
    display: flex;
    gap: min(2.7777777778vw, 40px);
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer_copyright {
  text-align: center;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #586c7e;
}
@media (min-width: 768px) {
  .footer_copyright {
    font-size: 14px;
  }
}

.footer_logo {
  text-align: center;
  margin-bottom: 16px;
}
.footer_logo a {
  display: inline-block;
  width: 70%;
}
@media (min-width: 768px) {
  .footer_logo a {
    width: 100%;
  }
}

.footer_add {
  font-weight: 500;
  letter-spacing: 0.14em;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .footer_add {
    margin-inline: initial;
  }
}

.footer_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer_links .tel_link {
  min-height: auto;
  font-size: 20px;
}

.footer_logoArea {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .footer_logoArea {
    max-width: 327px;
  }
}

.footer_banner {
  max-width: 344px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .footer_banner {
    margin-inline: inherit;
    margin-left: auto;
  }
}

.footer_top {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .footer_top {
    display: flex;
  }
}

.inner {
  width: 94%;
  max-width: 1080px;
  margin-inline: auto;
}

.content {
  padding-top: 88px;
  padding-bottom: 88px;
}

.content_large {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .content_large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.content_large .inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 768px) {
  .content_large .inner {
    gap: 120px;
  }
}
.content_large.bg_blue {
  border-radius: 24px;
  background-color: #e0edf9;
  margin-top: -24px;
}
@media (min-width: 768px) {
  .content_large.bg_blue {
    border-radius: 40px;
    margin-top: -40px;
  }
}

.page .content,
.archive .content {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .page .content,
  .archive .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.bg_pattern {
  position: relative;
}
.bg_pattern::before, .bg_pattern::after {
  content: "";
  width: 43%;
  height: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.bg_pattern::before {
  background-image: url(../img/common/bg_top.png);
  top: 0;
  left: 0;
  background-position: top left;
}
.bg_pattern::after {
  background-image: url(../img/common/bg_bottom.png);
  bottom: 0;
  right: 0;
  background-position: bottom right;
}

.tel_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  min-height: 56px;
}
@media (min-width: 1024px) {
  .tel_link {
    font-size: 26px;
    gap: 6px;
    justify-content: flex-start;
  }
}
.tel_link::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icon/icon_tel.png);
}
@media (min-width: 768px) {
  .tel_link::before {
    width: 32px;
    height: 32px;
  }
}
.tel_link.fax_link::before {
  background-image: url(../img/icon/icon_fax.png);
}

.contact_btn {
  background-color: #c81f1f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .contact_btn {
    font-size: 18px;
    height: 66px;
    width: min(18.0555555556vw, 260px);
  }
}
.contact_btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icon/icon_mail.png);
}
@media (min-width: 768px) {
  .contact_btn::before {
    width: 24px;
    height: 24px;
  }
}

.btn_main {
  background-color: #3693e0;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px 14px 24px;
  width: 100%;
  max-width: 272px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 18px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s;
  box-shadow: 0 4px 0 #26669B;
  margin-inline: auto;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .btn_main {
    padding: 16px 16px 16px 40px;
    margin-top: 40px;
  }
}
.btn_main:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.btn_main .arrow {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_blog {
  background-color: #ffffff;
  border-radius: 60px;
  border: 2px solid #3693e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px 14px 14px;
  width: 100%;
  max-width: 272px;
  color: #3693e0;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 18px;
  transition: transform 0.3s ease-in-out;
  margin-inline: auto;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .btn_blog {
    padding: 16px 40px 16px 16px;
    margin-top: 40px;
  }
}
.btn_blog .arrow {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/icon_arrow_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  .card_column {
    max-width: 336px;
  }
}
.card_column .card_column_img {
  margin-bottom: 8px;
  border-radius: 16px;
  overflow: hidden;
}
.card_column .card_column_img img {
  border-radius: 16px;
  aspect-ratio: 336/176;
  transition: all 0.3s ease-in-out;
}
.card_column:hover .card_column_img img {
  transform: scale(1.05);
}
.card_column .card_column_cate {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .card_column .card_column_cate {
    margin-bottom: 12px;
  }
}
.card_column .card_column_cate span {
  display: inline-block;
  line-height: 1;
  padding: 4px 8px;
  color: #ffffff;
  background-color: #3693e0;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
}
.card_column .card_column_date {
  margin-left: 8px;
  color: #94a1ad;
  font-size: 13px;
  font-weight: 400;
}
.card_column .card_column_title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding-bottom: 8px;
}

.lead_service {
  padding: 48px 0 64px;
}
@media (min-width: 768px) {
  .lead_service {
    padding: 78px 0 120px;
  }
}

@media (min-width: 768px) {
  .lead_service_inner {
    display: flex;
    align-items: flex-start;
    gap: min(4.7916666667vw, 69px);
  }
}

.lead_service_img {
  margin-bottom: 16px;
  position: relative;
  width: 80%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lead_service_img {
    margin-bottom: 0;
    margin-inline: initial;
    width: 100%;
    max-width: 400px;
  }
}
.lead_service_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3693e0;
  border-radius: 8px;
  position: absolute;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}
@media (min-width: 768px) {
  .lead_service_img::after {
    right: -20px;
    bottom: -20px;
  }
}
.lead_service_img img {
  border-radius: 8px;
}

.lead_service_textArea h2 {
  color: #3693e0;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .lead_service_textArea h2 {
    text-align: left;
    font-size: 32px;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .lead_service_text {
    max-width: 590px;
  }
}
.lead_service_text p {
  color: #586c7e;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .lead_service_text p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.lead_service_text p:last-child {
  margin-bottom: 0;
}

.card_detail .title_main {
  margin-bottom: 24px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .card_detail .title_main {
    margin-bottom: 40px;
    font-size: min(2.7777777778vw, 40px);
  }
}
.card_detail .card_detail_box {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .card_detail .card_detail_box {
    padding: 40px;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .card_detail .card_detail_box .card_detail_img {
    max-width: 320px;
  }
}
.card_detail .card_detail_box .card_detail_textArea {
  flex: 1;
}
@media (min-width: 768px) {
  .card_detail .card_detail_box .card_detail_textArea {
    flex-basis: 640px;
  }
}
.card_detail .card_detail_box .card_detail_textArea p {
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .card_detail .card_detail_box .card_detail_textArea p {
    font-size: 18px;
  }
}
.card_detail .card_detail_box .card_detail_textArea p:not(:last-child) {
  margin-bottom: 16px;
}
.card_detail .card_detail_box.card_detail_box_hasTitle {
  border-radius: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .card_detail .card_detail_box.card_detail_box_hasTitle {
    align-items: flex-start;
  }
}
.card_detail .card_detail_box.card_detail_box_hasTitle:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card_detail .card_detail_box.card_detail_box_hasTitle .card_detail_img {
    max-width: 250px;
  }
}
.card_detail .card_detail_box.card_detail_box_hasTitle .card_detail_textArea {
  max-width: 710px;
}
.card_detail .card_detail_box.card_detail_box_hasTitle .card_detail_textArea h3 {
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.4;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 2px solid #ced9e3;
  position: relative;
  margin-bottom: 8px;
  color: #1a3245;
}
@media (min-width: 768px) {
  .card_detail .card_detail_box.card_detail_box_hasTitle .card_detail_textArea h3 {
    font-size: 22px;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}
.card_detail .card_detail_box.card_detail_box_hasTitle .card_detail_textArea h3::after {
  content: "";
  display: block;
  width: 16%;
  height: 2px;
  background-color: #c81f1f;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.card_detail .card_detail_box.card_detail_box_hasTitle .card_detail_textArea p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .card_detail .card_detail_box.column {
    flex-direction: column;
    margin-bottom: 0;
  }
  .card_detail .card_detail_box.column .card_detail_textArea {
    flex-basis: auto;
  }
}
@media (min-width: 768px) {
  .card_detail .card_detail_box.card_detail_box_alignTop {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .card_detail_box_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.box_wrapper {
  width: 74%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px 0;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .box_wrapper {
    padding: 40px 0;
  }
}
.box_wrapper p {
  color: #586c7e;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 768px) {
  .box_wrapper p {
    font-size: 28px;
  }
}
.box_wrapper p span {
  color: #3693e0;
}
.box_wrapper p.note {
  font-weight: 400;
  font-size: 16px;
  color: #586c7e;
}

.card_list_column {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .card_list_column {
    gap: 73px;
  }
}

.card_list_column_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .card_list_column_item {
    flex-direction: row;
    align-items: flex-start;
  }
}

.card_list_column_img {
  max-width: 320px;
}

.card_list_column_title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .card_list_column_title {
    font-size: 22px;
    margin-bottom: 17px;
  }
}

.card_list_column_text {
  letter-spacing: 0;
}

.service_list_3col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.service_list_3col .service_list_item {
  aspect-ratio: 320/163;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .service_list_3col {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.service_list_item {
  position: relative;
}
.service_list_item .service_list_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  gap: 8px;
  background-color: rgba(29, 65, 98, 0.4);
  font-size: 14px;
}
@media (min-width: 768px) {
  .service_list_item .service_list_title {
    font-size: 18px;
    height: 45px;
  }
}
.service_list_item .service_list_img {
  overflow: hidden;
}
.service_list_item .service_list_img img {
  transition: all 0.3s ease-in-out;
}
.service_list_item:hover .service_list_img img {
  transform: scale(1.08);
}

.service_list_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .service_list_2col {
    gap: 40px;
  }
}
.service_list_2col .service_list_item:hover .service_list_img img {
  transform: scale(1);
}

.service_list_item_haslink .service_list_title::after {
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icon/icon_arrow_right.png);
}
@media (min-width: 768px) {
  .service_list_item_haslink .service_list_title::after {
    width: 24px;
    height: 24px;
  }
}

.inspection_box {
  padding: 8px;
  background-color: #ffffff;
  display: flex;
}
@media (min-width: 768px) {
  .inspection_box {
    min-height: 210px;
  }
}
.inspection_box_title {
  background-color: #3693e0;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 0.14em;
  font-size: 18px;
}
@media (min-width: 768px) {
  .inspection_box_title {
    padding: 16px;
    font-size: 28px;
  }
}
.inspection_box_textArea {
  padding-left: 8px;
  flex: 1;
}
@media (min-width: 768px) {
  .inspection_box_textArea {
    padding-left: 16px;
  }
}
.inspection_box_name {
  font-weight: bold;
  color: #3693e0;
  letter-spacing: 0.14em;
  font-size: 18px;
  margin-bottom: 8px;
  border-bottom: 2px solid #ced9e3;
}
@media (min-width: 768px) {
  .inspection_box_name {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 16px;
  }
}
.inspection_box_text {
  font-size: 15px;
  font-weight: 500;
}
.inspection_box.inspection_box_column {
  flex-direction: column;
}
.inspection_box.inspection_box_column .inspection_box_title {
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .inspection_box.inspection_box_column .inspection_box_title {
    margin-bottom: 8px;
  }
}
.inspection_box.inspection_box_column .inspection_box_name {
  text-align: center;
}
.inspection_box.inspection_box_column .inspection_box_textArea {
  padding: 8px;
}

.inspection_box_list {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .inspection_box_list {
    max-width: 1040px;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .cta {
    padding-top: 50px;
  }
}

.cta_bottom {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/bg_cta.jpg);
  padding: 40px 0;
}
@media (min-width: 768px) {
  .cta_bottom {
    padding: 80px 0;
  }
}

.cta_bottom_inner {
  background-color: #ebf4fc;
  padding: 24px;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .cta_bottom_inner {
    padding: 40px;
  }
}

.cta_title {
  font-size: 19px;
  font-weight: 800;
  color: #1a3245;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cta_title {
    font-size: min(2.7777777778vw, 40px);
    margin-bottom: 32px;
  }
}

.cta_links {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  align-items: center;
  padding: 32px;
  gap: 16px;
}
@media (min-width: 768px) {
  .cta_links {
    flex-direction: row;
    justify-content: space-between;
    gap: min(4.0277777778vw, 58px);
    padding: 40px;
  }
}
.cta_links .contact_btn,
.cta_links .tel_link {
  width: 100%;
}
@media (min-width: 768px) {
  .cta_links .contact_btn,
  .cta_links .tel_link {
    flex: 1;
  }
}
.cta_links .contact_btn {
  height: 48px;
  gap: 8px;
}
@media (min-width: 768px) {
  .cta_links .contact_btn {
    font-size: 24px;
    height: 90px;
    gap: 14px;
  }
}
.cta_links .contact_btn::before {
  width: 24px;
  height: 26px;
}
@media (min-width: 768px) {
  .cta_links .contact_btn::before {
    width: 33px;
    height: 26px;
  }
}
.cta_links .tel_link {
  font-size: 20px;
}
@media (min-width: 768px) {
  .cta_links .tel_link {
    font-size: min(4.0277777778vw, 58px);
    gap: 14px;
    justify-content: center;
  }
  .cta_links .tel_link::before {
    width: 60px;
    height: 60px;
  }
}

.border {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(243, 201, 62, 0.6) 70%);
}

.cta_top_inner {
  position: relative;
}
@media (min-width: 1024px) {
  .cta_top_inner {
    width: 100%;
    max-width: 1070px;
  }
}

.cta_top_img {
  position: absolute;
  bottom: -32px;
  right: 0;
  width: 30%;
  max-width: 170px;
}
@media (min-width: 1024px) {
  .cta_top_img {
    bottom: -43px;
    max-width: 100%;
  }
}

.cta_top_textArea {
  background-color: #FEF3E2;
  padding: 24px 16px;
  border-radius: 40px;
  margin-bottom: 32px;
  margin-top: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .cta_top_textArea {
    padding: 40px 64px;
    margin-top: 50px;
    width: fit-content;
  }
}
@media (min-width: 1024px) {
  .cta_top_textArea {
    margin-bottom: 42px;
    left: 20px;
  }
}
.cta_top_textArea::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/common/fukidashi_arrow.png);
  position: absolute;
  bottom: -18px;
  right: 30vw;
}
@media (min-width: 1024px) {
  .cta_top_textArea::after {
    right: 100px;
  }
}
.cta_top_textArea .cta_top_title {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .cta_top_textArea .cta_top_title {
    margin-bottom: 16px;
  }
}
.cta_top_textArea .cta_top_text {
  font-size: 16px;
  font-size: 5.0666666667vw;
  font-weight: bold;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  background-color: #ffffff;
  padding: 3px 6px 3px 18px;
  border-radius: 40px;
  line-height: 2;
}
@media (min-width: 1024px) {
  .cta_top_textArea .cta_top_text {
    font-size: 26px;
  }
}
.cta_top_textArea .cta_top_text .red {
  color: #DE5454;
}
.cta_top_textArea .cta_top_text .yellow {
  color: #D68529;
}

.title_main {
  color: #1a3245;
  line-height: 1.45;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .title_main {
    font-size: 40px;
    gap: 18px;
    margin-bottom: 24px;
  }
}
.title_main::after {
  content: "";
  height: 4px;
  width: 32px;
  background-color: #3693e0;
}
@media (min-width: 768px) {
  .title_main::after {
    width: 65px;
  }
}
.title_main.white {
  color: #ffffff;
}
.title_main.white::after {
  background-color: #ffffff;
}
.title_main.red::after {
  background-color: #c81f1f;
}

.mv_page_title {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
}
@media (min-width: 768px) {
  .mv_page_title {
    height: 320px;
  }
}
.mv_page_title h1 {
  width: fit-content;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.14em;
  font-size: min(6.4vw, 24px);
  background-color: #3693e0;
  padding: 10px 32px;
}
@media (min-width: 768px) {
  .mv_page_title h1 {
    font-size: min(2.7777777778vw, 40px);
    padding: 16px 80px;
  }
}
.mv_page_title.red h1 {
  background-color: #e26868;
}
.mv_page_title.yellow h1 {
  background-color: #e2a968;
}
.mv_page_title.purple h1 {
  background-color: #b789df;
}
.mv_page_title.fire-protection-inspection h1 {
  background-color: #54b4cf;
}
.mv_page_title.special-building-survey h1 {
  background-color: #52bc91;
}
.mv_page_title .parent_title {
  color: #ffffff;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .mv_page_title .parent_title {
    font-size: 24px;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.mv_page_title .parent_title::before, .mv_page_title .parent_title::after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .mv_page_title .parent_title::before, .mv_page_title .parent_title::after {
    width: 56px;
  }
}

.mv_inspection_title {
  background-image: url(../img/inspection/bg_title_02.jpg);
  background-size: cover;
}

.mv_construction_title {
  background-image: url(../img/construction/bg_title_03.jpg);
  background-size: cover;
}

.breadcrumb_list {
  padding: 12px 0;
  font-size: 12px;
  color: #94a1ad;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .breadcrumb_list {
    font-size: 13px;
  }
}
.breadcrumb_list span.post.post-page {
  color: #586c7e;
}
.breadcrumb_list a {
  color: #3693e0;
}

/* テーブル全体 */
.table_wrapper {
  border-radius: 12px;
  background-color: #ffffff;
  padding: 16px;
}
@media (min-width: 768px) {
  .table_wrapper {
    padding: 40px;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
}

/* ヘッダーとデータセル共通のスタイル */
.table th,
.table td {
  padding: 15px;
  vertical-align: middle;
}

/* ヘッダー(th)のスタイル */
.table thead th {
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
  color: #1a3245;
  border-bottom: 4px solid #e26868;
  letter-spacing: 0.14em;
  font-size: 14px;
}
@media (min-width: 768px) {
  .table thead th {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .table thead tr {
    display: flex;
  }
  .table thead tr th {
    flex: 1;
  }
  .table thead tr th:first-child {
    max-width: 280px;
  }
}

@media (min-width: 768px) {
  .table tbody tr {
    min-height: 88px;
    display: flex;
  }
}
@media (min-width: 768px) {
  .table tbody tr td {
    padding: 8px 24px;
    flex: 1;
  }
}

/* データ行(tbody)の1列目のセル */
.table tbody td:first-child {
  background-color: #FEF3E2;
  font-weight: bold;
  width: 30%;
  letter-spacing: 0.12em;
  color: #1a3245;
  font-size: 14px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media (min-width: 768px) {
  .table tbody td:first-child {
    max-width: 280px;
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    font-size: 20px;
    padding: 16px 10px;
    display: grid;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
}

/* データ行(tbody)の2列目のセル */
.table tbody td:not(:first-child) {
  background-color: #fafafa;
  text-align: left;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .table tbody td:not(:first-child) {
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    font-size: 20px;
    display: grid;
    align-items: center;
  }
}

.table tbody td:last-child {
  border-right: none;
}

.table_3col tbody td:not(:first-child) {
  width: 35%;
}
@media (min-width: 768px) {
  .table_3col tbody td:not(:first-child) {
    max-width: 356px;
    display: grid;
    align-items: center;
  }
}

.table.blue thead th {
  color: #3693e0;
  border-bottom: 4px solid #3693e0;
}
.table.blue tbody td:first-child {
  background-color: #ebf4fc;
}

.list_dot {
  margin-bottom: 16px;
  padding-left: 18px;
}
.list_dot li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .list_dot li {
    font-size: 18px;
  }
}
.list_dot li::before {
  content: "・";
  position: absolute;
  left: -18px;
}

.top_service {
  padding-top: 32px;
  background-repeat: no-repeat;
  background-image: url(../img/common/bg_bottom.png);
  background-size: contain;
  background-position: right bottom;
}
@media (min-width: 768px) {
  .top_service {
    padding-top: 50px;
  }
}

.top_service_text {
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .top_service_text {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

.top_service_item .top_service_link {
  display: inline-block;
  position: relative;
  border-bottom: 8px solid;
  border-color: #e26868;
  transition: all 0.3s;
}
.top_service_item .top_service_link:hover {
  filter: brightness(0.85);
}
.top_service_item .top_service_link::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  left: 0px;
  border-top: 16px solid #e26868;
  border-left: 16px solid #e26868;
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  border-right: 16px solid rgba(0, 0, 0, 0);
}
.top_service_item .top_service_link img {
  aspect-ratio: 52/23;
}
@media (min-width: 768px) {
  .top_service_item .top_service_link img {
    aspect-ratio: auto;
  }
}
.top_service_item .top_service_title {
  padding: 12px 10px;
  background-color: #e26868;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.45;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  position: absolute;
  bottom: -8px;
  right: 0;
}
.top_service_item .top_service_title::after {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icon/icon_arrow_right.png);
}
.top_service_item .top_service_title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-image: url(../img/top/bg_title_01.svg);
  left: 0;
  top: 0;
  bottom: 0;
  transform: translateX(-90%);
}
.top_service_item:nth-child(2) .top_service_link {
  border-color: #e2a968;
}
.top_service_item:nth-child(2) .top_service_link::before {
  border-top: 16px solid #e2a968;
  border-left: 16px solid #e2a968;
}
.top_service_item:nth-child(2) .top_service_title {
  background-color: #e2a968;
}
.top_service_item:nth-child(2) .top_service_title::before {
  background-image: url(../img/top/bg_title_02.svg);
}
.top_service_item:nth-child(3) .top_service_link {
  border-color: #b789df;
}
.top_service_item:nth-child(3) .top_service_link::before {
  border-top: 16px solid #b789df;
  border-left: 16px solid #b789df;
}
.top_service_item:nth-child(3) .top_service_title {
  background-color: #b789df;
}
.top_service_item:nth-child(3) .top_service_title::before {
  background-image: url(../img/top/bg_title_03.svg);
}
.top_service_item:nth-child(4) .top_service_link {
  border-color: #54b4cf;
}
.top_service_item:nth-child(4) .top_service_link::before {
  border-top: 16px solid #54b4cf;
  border-left: 16px solid #54b4cf;
}
.top_service_item:nth-child(4) .top_service_title {
  background-color: #54b4cf;
}
.top_service_item:nth-child(4) .top_service_title::before {
  background-image: url(../img/top/bg_title_04.svg);
}
.top_service_item:nth-child(5) .top_service_link {
  border-color: #52bc91;
}
.top_service_item:nth-child(5) .top_service_link::before {
  border-top: 16px solid #52bc91;
  border-left: 16px solid #52bc91;
}
.top_service_item:nth-child(5) .top_service_title {
  background-color: #52bc91;
}
.top_service_item:nth-child(5) .top_service_title::before {
  background-image: url(../img/top/bg_title_05.svg);
}

.top_service_list {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .top_service_list {
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
  }
  .top_service_list .item-top {
    grid-column: span 3;
  }
  .top_service_list .item-bottom {
    grid-column: span 2;
  }
  .top_service_list .item-bottom .top_service_title {
    font-weight: 400;
  }
}

.top_about {
  background-image: url(../img/top/bg_about.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top_about .inner {
  text-align: center;
}
.top_about .top_about_text {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top_about .top_about_text {
    font-size: 18px;
  }
}
.top_about .top_about_text:not(:last-of-type) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .top_about .top_about_text:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

.features {
  background-color: #ebf4fc;
}
@media (min-width: 768px) {
  .features .title_main {
    margin-bottom: 64px;
  }
}

.features_item_title {
  font-weight: 900;
  color: #3693e0;
  letter-spacing: 0.08em;
  font-size: 4.8vw;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .features_item_title {
    font-size: min(2.2222222222vw, 32px);
    margin-bottom: 24px;
  }
}

.features_item_img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .features_item_img {
    width: 100%;
    max-width: 356px;
  }
}
.features_item_img img {
  border-radius: 24px;
}

@media (min-width: 768px) {
  .features_item_inner {
    width: 100%;
    max-width: 521px;
  }
}

.features_item_icon {
  color: #3693e0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .features_item_icon {
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
  }
}
.features_item_icon .bar {
  border-bottom: 2px solid #3693e0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .features_item_icon .bar {
    font-size: 18px;
  }
}
.features_item_icon .en {
  font-size: min(8vw, 30px);
  line-height: 1;
}
@media (min-width: 768px) {
  .features_item_icon .en {
    font-size: min(5.5555555556vw, 80px);
  }
}

.features_item {
  width: 91%;
  margin-inline: auto;
  background-color: #ffffff;
  position: relative;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 8px 8px 0px 0px rgb(126, 186, 235);
}
@media (min-width: 768px) {
  .features_item {
    padding: 40px;
    box-shadow: 16px 16px 0px 0px rgb(126, 186, 235);
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .features_item:nth-of-type(odd) {
    margin-left: initial;
  }
  .features_item:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-right: initial;
    box-shadow: -16px 16px 0px 0px rgb(126, 186, 235);
  }
  .features_item:nth-of-type(even) .features_item_icon {
    left: auto;
    right: 30px;
  }
}

.features_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .features_list {
    gap: 88px;
  }
}

.top_clumun_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .top_clumun_list {
    flex-direction: row;
    gap: 36px;
  }
}

.top_column {
  position: relative;
}
.top_column::before, .top_column::after {
  content: "";
  width: 43%;
  height: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.top_column::before {
  background-image: url(../img/common/bg_top.png);
  top: 0;
  left: 0;
  background-position: top left;
}
.top_column::after {
  background-image: url(../img/common/bg_bottom.png);
  bottom: 0;
  right: 0;
  background-position: bottom right;
}
@media (min-width: 768px) {
  .top_column .title_main {
    margin-bottom: 64px;
  }
}
.top_column .btn_main {
  padding-left: 50px;
}

.works_banner {
  background-color: #3693e0;
  background-image: url(../img/top/bg_banner.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 200%;
  padding: 16px;
  padding-bottom: 70px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .works_banner {
    margin-top: 88px;
    background-size: 100%;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .works_banner img {
    max-width: 556px;
  }
}
.works_banner .btn_main.btn_banner {
  background-color: #ffffff;
  color: #3693e0;
  padding-left: 42px;
}
@media (min-width: 768px) {
  .works_banner .btn_main.btn_banner {
    width: 100%;
    max-width: 422px;
    font-size: min(7.4666666667vw, 28px);
    height: 70px;
    margin-top: 0;
  }
}
.works_banner .btn_main.btn_banner .arrow {
  background-image: url(../img/icon/icon_arrow_right_blue.png);
}

.company_info .company_info_item {
  border-bottom: 1px solid #82bbea;
}
@media (min-width: 768px) {
  .company_info .company_info_item {
    padding: 20px 0;
    display: flex;
  }
}
.company_info .company_info_item:last-child {
  border-bottom: none;
}
.company_info .company_info_title {
  font-weight: bold;
  letter-spacing: 0.14em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .company_info .company_info_title {
    padding: 0;
    width: 100%;
    max-width: 160px;
  }
}
.company_info .company_info_text {
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .company_info .company_info_text {
    padding-bottom: 0;
    text-align: left;
    padding-left: 24px;
  }
}
.company_info .company_info_text p:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .company_info .company_info_text p:not(:last-child) {
    margin-bottom: 16px;
  }
}
.company_info .company_info_text .bold {
  font-weight: bold;
}
@media (min-width: 768px) {
  .company_info .company_info_text .bold {
    display: block;
  }
}
.company_info .company_info_text ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}
.company_info .company_info_text ol > li {
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-left: 26px;
}
.company_info .company_info_text ol > li:not(:last-child) {
  margin-bottom: 16px;
}
.company_info .company_info_text ol > li::before {
  counter-increment: list-counter;
  content: "(" counter(list-counter) ")";
  display: inline-block;
  width: 26px;
  position: absolute;
  left: 0;
  top: 0;
}
.company_info .company_info_text ol > li ul {
  font-weight: 400;
  margin-top: 8px;
}
.company_info .company_info_text .list_dot {
  list-style-position: outside;
  text-align: left;
}
.company_info .company_info_text .list_dot li.list_star::before {
  content: "★";
  color: #333333;
}

.message {
  background-color: #f3f6f8;
}

.message_inner {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .message_inner {
    padding: 40px 56px;
  }
}

@media (min-width: 768px) {
  .message_box {
    display: flex;
    gap: 40px;
  }
}

.message_img {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .message_img {
    margin-bottom: 0;
    width: 100%;
    max-width: 320px;
  }
}

@media (min-width: 768px) {
  .message_textArea {
    width: 100%;
    max-width: 608px;
  }
}

.message_title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .message_title {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.message_text {
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .message_text {
    margin-bottom: 24px;
  }
}
.message_text:last-of-type {
  margin-bottom: 0px;
}

.message_name {
  margin-top: 24px;
  text-align: right;
  font-weight: 500;
}
@media (min-width: 768px) {
  .message_name {
    margin-top: 40px;
    font-size: 18px;
  }
}
.message_name span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
}

.single_header {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .single_header {
    margin-bottom: 48px;
  }
}
.single_inner {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
  background-color: #ffffff;
  padding: 32px 15px;
}
@media (min-width: 768px) {
  .single_inner {
    padding: 80px 100px;
  }
}
.single_date {
  color: #94a1ad;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .single_date {
    font-size: 16px;
  }
}
.single_content {
  background-color: #f3f6f8;
  padding: 56px 0;
}
@media (min-width: 768px) {
  .single_content {
    padding: 120px 0;
  }
}
.single_content .post-thumbnail {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .single_content .post-thumbnail {
    margin-bottom: 24px;
  }
}
.single_content .post-thumbnail img {
  border-radius: 16px;
}
.single_content h1 {
  color: #1a3245;
  font-weight: bold;
  line-height: 1.6;
  font-size: 22px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .single_content h1 {
    font-size: 32px;
  }
}
.single_content .cate {
  display: inline-block;
  background-color: #3693e0;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .single_content .cate {
    font-size: 16px;
  }
}
.single_content h2 {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  padding: 8px 12px;
  background-color: #3693e0;
  margin-bottom: 20px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .single_content h2 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 48px;
  }
}
.single_content h3 {
  font-weight: bold;
  color: #1a3245;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 18px;
  margin-top: 24px;
  padding-bottom: 4px;
  position: relative;
}
@media (min-width: 768px) {
  .single_content h3 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 18px;
    margin-top: 32px;
  }
}
.single_content h3::before, .single_content h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.single_content h3::before {
  height: 2px;
  width: 100%;
  background-color: #ced9e3;
}
.single_content h3::after {
  height: 2px;
  width: 15.3846153846%;
  background-color: #3693e0;
}
.single_content h4 {
  font-weight: bold;
  font-size: 18px;
  color: #1a3245;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-left: 12px;
  border-left: 3px solid #94a1ad;
}
.single_content h5 {
  font-weight: bold;
  color: #586c7e;
  margin-top: 12px;
  margin-bottom: 4px;
}
.single_content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
}

#toc_container p.toc_title {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
#toc_container p.toc_title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon/icon-list.png);
}

div#toc_container {
  border: none;
  padding: 24px;
  min-width: 100%;
}
@media (min-width: 768px) {
  div#toc_container {
    padding: 40px;
  }
}

#toc_container span.toc_toggle {
  color: #3693e0;
  font-weight: 500;
}

#toc_container .toc_list > li > a:first-of-type {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}
#toc_container .toc_list > li ul {
  margin-bottom: 16px;
  margin-left: 0px;
  padding-left: 10px;
}
#toc_container .toc_list > li li {
  margin-bottom: 6px;
  position: relative;
}
#toc_container .toc_list > li li::before {
  content: "-";
  display: inline-block;
  font-size: 15px;
  color: #3693e0;
  position: absolute;
  left: -8px;
  top: 0;
}

.cate_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cate_list {
    margin-bottom: 80px;
  }
}
.cate_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #ffffff;
  font-size: 14px;
  color: #3693e0;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 4px;
  border: 1px solid #3693e0;
  line-height: 1;
}
@media (min-width: 768px) {
  .cate_list li a {
    font-size: 15px;
    padding: 12px 16px;
  }
}
.cate_list .is_active a {
  background-color: #3693e0;
  color: #ffffff;
}

.archive_inner {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .archive_inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .nav-links {
    gap: 16px;
    margin-top: 40px;
  }
}
.nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #3693e0;
  color: #3693e0;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 14px;
}
@media (min-width: 768px) {
  .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.nav-links .page-numbers:hover {
  opacity: 0.8;
}
.nav-links .page-numbers.current {
  background-color: #3693e0;
  color: #ffffff;
}
.nav-links .page-numbers.current:hover {
  opacity: 1;
}
.nav-links .page-numbers.dots {
  border: none;
  width: 14px;
  height: 14px;
  padding-bottom: 10px;
}
.nav-links .next.page-numbers,
.nav-links .prev.page-numbers {
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  width: 14px;
}
@media (min-width: 768px) {
  .nav-links .next.page-numbers,
  .nav-links .prev.page-numbers {
    width: 40px;
  }
}
.nav-links .next.page-numbers {
  background-image: url(../img/icon/icon-next.png);
}
.nav-links .prev.page-numbers {
  background-image: url(../img/icon/icon-prev.png);
}

.contact_content {
  border-bottom: 1px solid #ced9e3;
}

.contact_textArea {
  text-align: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contact_textArea {
    margin-bottom: 64px;
  }
}
.contact_textArea p {
  font-weight: 400;
  line-height: 1.6;
}

.form_wrapper {
  max-width: 960px;
  margin-inline: auto;
  background-color: #f3f6f8;
  border-radius: 24px;
  padding: 24px 32px;
}
@media (min-width: 768px) {
  .form_wrapper {
    padding: 64px 80px;
  }
}

form label {
  font-weight: 500;
  color: #1a3245;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
form label .req {
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #e26868;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  background-color: #ffffff;
  border: 1px solid #ced9e3;
  width: 100%;
  padding: 16px;
  border-radius: 4px;
  line-height: 1;
  font-size: 16px;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form textarea::placeholder {
  color: #94a1ad;
}
form .form_inner {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  form .form_inner {
    margin-bottom: 32px;
  }
}
form .form_inner:last-of-type {
  margin-top: 40px;
}
@media (min-width: 768px) {
  form .form_inner:last-of-type {
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
form .policy {
  padding: 8px;
  max-height: 280px;
  overflow-y: scroll;
  background-color: #ffffff;
  font-size: 14px;
}
@media (min-width: 768px) {
  form .policy {
    padding: 16px;
  }
}
form .policy_inner {
  display: grid;
  gap: 16px;
}
form .attention {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  form .attention {
    margin-top: 40px;
  }
}
form .submit_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-weight: bold;
  color: #ffffff;
  background-color: #1a3245;
  text-align: center;
  max-width: 320px;
  height: 56px;
  font-size: 16px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  form .submit_btn {
    font-size: 18px;
    height: 72px;
  }
}

.policy_inner h2 {
  font-weight: bold;
}
.policy_inner ol {
  list-style-type: decimal;
  padding-left: 16px;
}
.policy_inner ol ol {
  list-style-type: lower-latin;
  padding-left: 16px;
}
.policy_inner ol ol ol {
  list-style-type: lower-roman;
}

.contact_inner .title_main {
  text-align: center;
}
.contact_inner p {
  text-align: center;
  line-height: 2;
}

.tablepress > :where(thead) + tbody > :where(:not(.child)) > *,
.tablepress > tbody > * ~ :where(:not(.child)) > *,
.tablepress > tfoot > :where(:first-child) > * {
  border-color: #c3dff6 !important;
}

.tablepress {
  max-width: 980px;
  margin-inline: auto;
}
.tablepress tr {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tablepress tr {
    flex-direction: row;
  }
}
.tablepress tr:first-child td {
  border-top: 1px solid #c3dff6 !important;
}
.tablepress tr:last-child td {
  border-bottom: 1px solid #c3dff6 !important;
}
.tablepress td.column-1 {
  width: 100%;
  text-align: center;
  padding: 8px;
  background-color: #F2F8FD;
  color: #3693e0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .tablepress td.column-1 {
    padding: 16px;
    font-size: 18px;
    width: 240px;
    vertical-align: middle;
  }
}
.tablepress td.column-2 {
  padding: 16px;
  color: #333333;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 768px) {
  .tablepress td.column-2 {
    padding: 16px 24px;
  }
}
.tablepress .table_title {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
}
.tablepress .table_title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #3693e0;
  border-radius: 2px;
  margin-right: 4px;
}
.tablepress ul li {
  position: relative;
  padding-left: 10px;
}
.tablepress ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #3693e0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tablepress .annotation {
  font-size: 15px;
  font-weight: 400;
  color: #586c7e;
}

.contact_btn.careers_btn {
  width: 100%;
  max-width: 280px;
  height: 60px;
  margin-inline: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 80px;
}
@media (min-width: 768px) {
  .contact_btn.careers_btn {
    margin-top: 120px;
    max-width: 374px;
    height: 80px;
    font-size: 20px;
  }
}

.bg_gray {
  background-color: #ebeff2;
}

.hasFilter {
  position: relative;
}
.hasFilter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 147, 224, 0.1);
  z-index: 1;
}

.pb_160 {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .pb_160 {
    padding-bottom: 160px;
  }
}

.bold {
  font-weight: bold;
}/*# sourceMappingURL=styles.css.map */