@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
  -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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  margin: 0;
  height: 0; /* 1 */
  border: 0;
  border-top: 1px solid;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  padding: 0; /* 3 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #0A274A;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  position: relative;
  letter-spacing: 0.02em;
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1 {
  font-size: 3.6rem;
  line-height: 1.5;
}

h2 {
  font-size: 3rem;
  line-height: 1.5;
}

h3 {
  font-size: 2.6rem;
  line-height: 1.5;
}

h4 {
  font-size: 2.2rem;
  line-height: 1.5;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* default font size */
p,
li,
table,
dl {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* a */
a {
  text-decoration: none;
}
a:link {
  color: #0A274A;
  cursor: pointer;
}
a:visited {
  color: #0A274A;
}
a:hover {
  color: #0A274A;
}
a:active {
  color: #0A274A;
}

a[href^=tel] {
  color: #0A274A;
}

/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #0A274A;
}

/* placeholder */
input:placeholder-shown,
textarea:placeholder-shown {
  color: #0A274A;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #0A274A;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #0A274A;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #0A274A;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #0A274A;
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #0A274A;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #0A274A;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #0A274A;
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #0A274A;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #0A274A;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
/* =================================
 buttons
================================= */
/* =================================
 icon
================================= */
/* =================================
 table
================================= */
/* =================================
 list
================================= */
/* =================================
 item
================================= */
/* =================================
 slider
================================= */
/* =================================
 pager
================================= */
.c-pager-num {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager-num .page-numbers {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  font-size: 26px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-pager-num .page-numbers {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
    margin: 0 0.2rem;
  }
}
.c-pager-num .page-numbers.prev, .c-pager-num .page-numbers.next, .c-pager-num .page-numbers.first, .c-pager-num .page-numbers.last {
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.c-pager-num .page-numbers.prev {
  background-image: url(../img/common/arw_prev_nv.svg);
}
.c-pager-num .page-numbers.next {
  background-image: url(../img/common/arw_next_nv.svg);
}
.c-pager-num .page-numbers.first {
  background-image: url(../img/common/arw_first_nv.svg);
}
.c-pager-num .page-numbers.last {
  background-image: url(../img/common/arw_last_nv.svg);
}
.c-pager-num .page-numbers.current {
  color: #fff;
  background: #1383F3;
}

.c-pager-prev-next {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-pager-prev-next {
    margin-top: 3rem;
  }
}
.c-pager-prev-next ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager-prev-next ul li a {
  font-weight: 700;
  background-size: 20px;
  font-size: 16px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-pager-prev-next ul li a {
    background-size: 2rem;
    font-size: 1.6rem;
    margin: 0 2rem;
  }
}
.c-pager-prev-next ul li.prev a {
  background: url(../img/common/arw_left_nv.svg) no-repeat 0 50%;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .c-pager-prev-next ul li.prev a {
    padding-left: 2.5rem;
  }
}
.c-pager-prev-next ul li.next a {
  background: url(../img/common/arw_right_nv.svg) no-repeat 100% 50%;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .c-pager-prev-next ul li.next a {
    padding-right: 2.5rem;
  }
}
.c-pager-prev-next .back {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-pager-prev-next .back {
    margin-top: 3rem;
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l-container
================================= */
.l-container {
  position: relative;
  z-index: 2;
  background: #EBFBFF;
}
@media screen and (max-width: 767px) {
  .l-container {
    overflow-x: hidden;
  }
}
.l-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_moyamoya.png) repeat-y;
  background-size: 100%;
  mix-blend-mode: overlay;
}

/* =================================
 l-header
================================= */
.l-header-sp-logo {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-header-sp-logo {
    box-sizing: border-box;
    padding: 1.5rem 1.5rem 0;
  }
}
.l-header-sp-logo__img {
  display: block;
  font-size: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 17.3rem;
  height: 4.3rem;
  background-image: url(../img/common/logo.png);
}

.l-header {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  transition: all 0.3s;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}
.l-header-top {
  padding: 15px 10px 15px 20px;
}
.l-header-top .l-header__inner {
  background: none;
  box-shadow: none;
  padding: 0;
}
.l-header-top .l-header__logo {
  background-image: url(../img/common/logo.png);
  width: 278px;
  height: 70px;
}
.l-header-open {
  background: #FFFDD0;
  height: 100%;
  overflow-y: scroll;
}
.l-header-open .l-header__btn {
  background-image: url(../img/common/sp/close.svg);
}
.l-header__inner {
  transition: all 0.3s;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  max-width: 1326px;
  height: 78px;
  border-radius: 78px;
  box-shadow: 0px 6px 12px 0px rgba(134, 151, 172, 0.2);
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    box-shadow: none;
    padding: 0;
    background: none;
  }
}
.l-header__logo {
  transition: all 0.3s;
  font-size: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 157px;
  height: 30px;
  background-image: url(../img/common/logo_fixed.png);
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    display: block;
    width: 17.3rem;
    height: 4.3rem;
    background-image: url(../img/common/logo.png);
    margin: 1.5rem;
  }
}
.l-header__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 6rem;
  height: 6.5rem;
  background-image: url(../img/common/sp/menu.svg);
}
.l-header__menu-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__menu-logo {
    box-sizing: border-box;
    width: 92%;
    margin: 1.5rem auto 0;
  }
  .l-header__menu-logo__img {
    display: block;
    font-size: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17.3rem;
    height: 4.3rem;
    background-image: url(../img/common/logo.png);
  }
}
.l-header__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__box {
    position: relative;
    display: none;
    box-sizing: border-box;
    background: #fff;
    width: 92%;
    margin: 1.5rem auto 3rem;
    padding: 3rem 2rem;
    border-radius: 2rem;
  }
  .l-header__box::before, .l-header__box::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .l-header__box::before {
    width: 5.4rem;
    height: 6.8rem;
    background-image: url(../img/common/img_teruteru.svg);
    bottom: -5rem;
    left: 1rem;
  }
  .l-header__box::after {
    width: 6.4rem;
    height: 5.6rem;
    background-image: url(../img/common/img_boots.svg);
    bottom: -3rem;
    right: -1.5rem;
  }
}
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    flex-wrap: wrap;
    gap: 2.5rem 0;
    margin-right: 0;
    padding-bottom: 3rem;
    background-image: radial-gradient(circle, #B7D7F7 1.75px, transparent 1.75px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 12px 3px;
  }
}
.l-header__menu-btn {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-header__menu-btn {
    width: 50%;
    padding-left: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-active {
    color: #1383F3 !important;
    background: url(../img/common/water_bl.svg) no-repeat 0 50%;
    background-size: 0.9rem;
  }
}
.l-header__cv {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__cv {
    display: block;
    padding: 1rem 0;
  }
}
.l-header__cv-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 206px;
  height: 54px;
  border-radius: 54px;
}
@media screen and (max-width: 767px) {
  .l-header__cv-box {
    width: auto;
    height: auto;
    margin-top: 2rem;
  }
}
.l-header__cv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header__cv-btn {
    font-weight: 700;
    margin: 0 auto;
    width: 28.5rem;
    height: 6rem;
    border-radius: 6rem;
    font-size: 1.8rem;
  }
}
.l-header__cv-btn-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.l-header__cv-bal {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .l-header__cv-bal {
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.l-header__cv-bal::before, .l-header__cv-bal::after {
  content: "";
  display: block;
  background: #0A274A;
  width: 2px;
  height: 100%;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .l-header__cv-bal::before, .l-header__cv-bal::after {
    height: 1.5rem;
  }
}
.l-header__cv-bal::before {
  transform: rotate(-20deg);
}
.l-header__cv-bal::after {
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .l-header__cv-line .l-header__cv-btn {
    color: #fff;
    background: #06C755;
    box-shadow: 0 4px 0 0 #008C0E;
  }
}
.l-header__cv-line .l-header__cv-btn-ico {
  background-image: url(../img/ico/line.png);
  background-size: 5.4rem;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .l-header__cv-line .l-header__cv-bal {
    color: #06C755;
  }
}
@media screen and (max-width: 767px) {
  .l-header__cv-line .l-header__cv-bal::before, .l-header__cv-line .l-header__cv-bal::after {
    background: #06C755;
  }
}
.l-header__cv-web {
  transition: all 0.3s;
  background: #FFF64C;
  box-shadow: 0 4px 0 0 #E3A600;
}
@media screen and (max-width: 767px) {
  .l-header__cv-web {
    background: none;
    box-shadow: none;
  }
}
.l-header__cv-web:hover {
  box-shadow: none !important;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .l-header__cv-web:hover {
    transform: none;
    box-shadow: 0 4px 0 0 #E3A600;
  }
}
.l-header__cv-web .l-header__cv-btn {
  font-weight: 800;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/ico/mail_nv.svg);
  background-size: 19px;
  font-size: 16px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .l-header__cv-web .l-header__cv-btn {
    color: #0A274A;
    background-color: #FFF64C;
    box-shadow: 0 4px 0 0 #E3A600;
    background-image: none;
    font-size: 1.8rem;
    padding-left: 0;
  }
}
.l-header__cv-web .l-header__cv-btn-ico {
  background-image: url(../img/ico/mail_nv.svg);
  background-size: 3.5rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__cv-web .l-header__cv-bal {
    color: #0A274A;
  }
}
@media screen and (max-width: 767px) {
  .l-header__cv-web .l-header__cv-bal::before, .l-header__cv-web .l-header__cv-bal::after {
    background: #0A274A;
  }
}
@media screen and (max-width: 767px) {
  .l-header__cv-tel {
    pointer-events: inherit;
  }
}
.l-header__cv-tel .l-header__cv-btn {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/ico/tel_nv.svg);
  background-size: 18px;
  font-size: 26px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__cv-tel .l-header__cv-btn {
    font-weight: 700;
    line-height: normal;
    background-color: #1383F3;
    color: #fff;
    font-size: 1.8rem;
    background-image: none;
    padding-left: 0;
    box-shadow: 0 4px 0 0 #0053A6;
  }
}
.l-header__cv-tel .l-header__cv-btn-ico {
  background-image: url(../img/ico/tel_wh.svg);
  background-size: 3.5rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__cv-tel .l-header__cv-bal {
    color: #1383F3;
  }
}
@media screen and (max-width: 767px) {
  .l-header__cv-tel .l-header__cv-bal::before, .l-header__cv-tel .l-header__cv-bal::after {
    background: #1383F3;
  }
}
.l-header__cv-txt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-header__cv-txt {
    font-weight: 700;
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}

/* =================================
 l-breadcrumbs
================================= */
.l-breadcrumbs {
  margin: 0 auto 20px;
  width: 92%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    order: 2;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.l-breadcrumbs .breadcrumb {
  margin-left: -7px;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs .breadcrumb {
    width: max-content;
  }
}
.l-breadcrumbs .breadcrumb > span {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.l-breadcrumbs .breadcrumb span {
  margin: 0 7px;
}
.l-breadcrumbs .breadcrumb span img {
  width: 14px;
}
.l-breadcrumbs .breadcrumb span a:link, .l-breadcrumbs .breadcrumb span a:active, .l-breadcrumbs .breadcrumb span a:visited {
  color: #8697AC;
  cursor: pointer;
}
.l-breadcrumbs .breadcrumb span a:hover {
  color: #8697AC;
}
.l-breadcrumbs .breadcrumb span a {
  text-decoration: underline;
}
.l-breadcrumbs .breadcrumb span a:hover {
  text-decoration: none;
}

/* =================================
 l-main-visual
================================= */
.l-main-visual {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-main-visual {
    margin-bottom: 3rem;
  }
}
.l-main-visual hgroup {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .l-main-visual hgroup {
    padding-top: 6rem;
  }
}
.l-main-visual hgroup h1 {
  order: 3;
  font-weight: 800;
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  .l-main-visual hgroup h1 {
    font-size: 3.2rem;
  }
}
.l-main-visual hgroup p {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #1383F3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .l-main-visual hgroup p {
    font-size: 1.6rem;
  }
}
.l-main-visual-column, .l-main-visual-case {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-column, .l-main-visual-case {
    margin-bottom: 2rem;
  }
}
.l-main-visual-column hgroup h1, .l-main-visual-case hgroup h1 {
  font-size: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-main-visual-column hgroup h1, .l-main-visual-case hgroup h1 {
    font-size: 2.6rem;
  }
}
.l-main-visual-under {
  height: 480px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-under {
    order: 1;
    height: auto;
  }
}
.l-main-visual-under hgroup {
  padding-top: 270px;
}
@media screen and (max-width: 767px) {
  .l-main-visual-under hgroup {
    padding-top: 6rem;
  }
}

/* =================================
 l-content
================================= */
.l-content {
  margin: 0 auto;
  max-width: 1100px;
  width: 92%;
}
@media screen and (max-width: 767px) {
  .l-content {
    order: 4;
  }
}
.l-content > .p-case__list-box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-content > .p-case__list-box {
    margin: 2rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}

/* =================================
 l-main
================================= */
.l-main {
  order: 5;
}

/* =================================
 l-side
================================= */
/* =================================
 l-footer
================================= */
.l-footer {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100%;
  background-image: url(../img/common/footer_bg.svg);
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 250px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    order: 99;
    background-image: url(../img/common/sp/footer_bg.svg);
    display: block;
    padding-top: 22rem;
  }
}
.l-footer__inner {
  margin: 0 auto 80px;
  width: 92%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    margin: 0 auto;
  }
}
.l-footer__menu {
  order: 2;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto);
  align-content: center;
  gap: 20px 40px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    margin: 0 auto 6rem;
    gap: 2.5rem 10rem;
    transform: translateX(0.8rem);
  }
}
.l-footer__menu-btn {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-btn {
    width: auto;
    justify-self: start;
  }
}
.l-footer__logo {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 1rem;
  }
}
.l-footer__txt {
  font-size: 16px;
  line-height: 1.5;
}
.l-footer__box {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    width: auto;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    background: #fff;
    margin-bottom: 0;
    padding: 4rem 0 2rem;
  }
}

/* =================================
 l-fixed
================================= */
.l-fixed__list {
  overflow: hidden;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 1rem 1rem 0 0;
}
.l-fixed__list-box {
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  width: 33.33%;
  height: 6rem;
  font-size: 1.4rem;
  padding-bottom: 0.7rem;
}
.l-fixed__list-line {
  color: #fff !important;
  background: #06C755 url(../img/ico/line.png) 50% 15% no-repeat;
  background-size: 3.3rem;
}
.l-fixed__list-web {
  color: #0A274A;
  background: #FFF64C url(../img/ico/mail_nv.svg) 50% 25% no-repeat;
  background-size: 2.5rem;
}
.l-fixed__list-tel {
  color: #fff !important;
  background: #1383F3 url(../img/ico/tel_wh.svg) 50% 20% no-repeat;
  background-size: 2.4rem;
}

/* =================================
 l-cv
================================= */
.l-cv {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  max-width: 917px;
  width: 92%;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .l-cv {
    padding: 3rem;
    border-radius: 2rem;
  }
}
.l-cv::before, .l-cv::after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 2;
  top: -7px;
}
.l-cv::before {
  background-image: url(../img/common/img_teruteru.svg);
  left: 45px;
  width: 60px;
  height: 60px;
  top: -7px;
}
@media screen and (max-width: 767px) {
  .l-cv::before {
    width: 4.5rem;
    height: 4.5rem;
    top: -0.5rem;
    left: 1rem;
  }
}
.l-cv::after {
  background-image: url(../img/common/img_boots.svg);
  right: 10px;
  width: 80px;
  height: 65px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .l-cv::after {
    top: 0;
    right: 0;
    width: 7rem;
    height: 6rem;
  }
}
.l-cv-ttl {
  font-weight: 700;
  text-align: center;
  background: url(../img/common/line_dot_bl.svg) no-repeat 50% 100%;
  font-size: 24px;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-cv-ttl {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
.l-cv-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-cv-list {
    display: block;
  }
}
.l-cv-list-box {
  text-align: center;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .l-cv-list-box {
    display: block;
    width: 100%;
  }
  .l-cv-list-box:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.l-cv-list-btn {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 70px;
  border-radius: 70px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .l-cv-list-btn {
    height: 6rem;
    font-size: 1.8rem;
  }
}
.l-cv-list-btn-ico {
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.l-cv-list-bal {
  transition: all 0.3s;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .l-cv-list-bal {
    font-weight: 700;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.l-cv-list-bal::before, .l-cv-list-bal::after {
  content: "";
  display: block;
  background: #0A274A;
  width: 2px;
  height: 16px;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .l-cv-list-bal::before, .l-cv-list-bal::after {
    width: 2px;
    height: 1.5rem;
  }
}
.l-cv-list-bal::before {
  transform: rotate(-20deg);
}
.l-cv-list-bal::after {
  transform: rotate(20deg);
}
.l-cv-list-line:link, .l-cv-list-line:active, .l-cv-list-line:visited {
  color: #fff;
  cursor: pointer;
}
.l-cv-list-line:hover {
  color: #fff;
}
.l-cv-list-line:hover .l-cv-list-bal {
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .l-cv-list-line:hover .l-cv-list-bal {
    transform: none;
  }
}
.l-cv-list-line:hover .l-cv-list-btn {
  box-shadow: none !important;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .l-cv-list-line:hover .l-cv-list-btn {
    transform: none;
    box-shadow: 0 6px 0 0 #008C0E !important;
  }
}
.l-cv-list-line .l-cv-list-bal {
  color: #06C755;
}
.l-cv-list-line .l-cv-list-bal::before, .l-cv-list-line .l-cv-list-bal::after {
  background: #06C755;
}
.l-cv-list-line .l-cv-list-btn {
  transition: all 0.3s;
}
.l-cv-list-line .l-cv-list-btn:link, .l-cv-list-line .l-cv-list-btn:active, .l-cv-list-line .l-cv-list-btn:visited {
  color: #fff;
  cursor: pointer;
}
.l-cv-list-line .l-cv-list-btn:hover {
  color: #fff;
}
.l-cv-list-line .l-cv-list-btn {
  box-shadow: 0 6px 0 0 #008C0E;
  background: #06C755;
}
.l-cv-list-line .l-cv-list-btn .l-cv-list-btn-ico {
  background-image: url(../img/ico/line.png);
  background-size: 44px;
  padding: 5px 0 5px 44px;
}
@media screen and (max-width: 767px) {
  .l-cv-list-line .l-cv-list-btn .l-cv-list-btn-ico {
    background-size: 3.5rem;
    padding-left: 4rem;
  }
}
.l-cv-list-web:hover .l-cv-list-bal {
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .l-cv-list-web:hover .l-cv-list-bal {
    transform: none;
  }
}
.l-cv-list-web:hover .l-cv-list-btn {
  box-shadow: none !important;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .l-cv-list-web:hover .l-cv-list-btn {
    transform: none;
    box-shadow: 0 6px 0 0 #E3A600 !important;
  }
}
.l-cv-list-web .l-cv-list-btn {
  transition: all 0.3s;
  background: #FFF64C;
  box-shadow: 0 6px 0 0 #E3A600;
}
.l-cv-list-web .l-cv-list-btn .l-cv-list-btn-ico {
  background-image: url(../img/ico/mail_nv.svg);
  background-size: 30px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .l-cv-list-web .l-cv-list-btn .l-cv-list-btn-ico {
    background-size: 2.3rem;
    padding-left: 3rem;
  }
}
.l-cv-list-tel:link, .l-cv-list-tel:active, .l-cv-list-tel:visited {
  color: #1383F3;
  cursor: pointer;
}
.l-cv-list-tel:hover {
  color: #1383F3;
}
@media screen and (max-width: 767px) {
  .l-cv-list-tel:link, .l-cv-list-tel:active, .l-cv-list-tel:visited {
    color: #fff;
    cursor: pointer;
  }
  .l-cv-list-tel:hover {
    color: #fff;
  }
}
.l-cv-list-tel .l-cv-list-bal {
  color: #1383F3;
}
.l-cv-list-tel .l-cv-list-bal::before, .l-cv-list-tel .l-cv-list-bal::after {
  background: #1383F3;
}
.l-cv-list-tel .l-cv-list-btn {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 37px;
}
.l-cv-list-tel .l-cv-list-btn:link, .l-cv-list-tel .l-cv-list-btn:active, .l-cv-list-tel .l-cv-list-btn:visited {
  color: #1383F3;
  cursor: pointer;
}
.l-cv-list-tel .l-cv-list-btn:hover {
  color: #1383F3;
}
@media screen and (max-width: 767px) {
  .l-cv-list-tel .l-cv-list-btn {
    font-weight: 700;
    font-family: inherit;
  }
  .l-cv-list-tel .l-cv-list-btn:link, .l-cv-list-tel .l-cv-list-btn:active, .l-cv-list-tel .l-cv-list-btn:visited {
    color: #fff;
    cursor: pointer;
  }
  .l-cv-list-tel .l-cv-list-btn:hover {
    color: #fff;
  }
  .l-cv-list-tel .l-cv-list-btn {
    font-size: 1.8rem;
  }
}
.l-cv-list-tel .l-cv-list-btn .l-cv-list-btn-ico {
  background-image: url(../img/ico/tel_bl.svg);
  background-size: 28px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-cv-list-tel .l-cv-list-btn .l-cv-list-btn-ico {
    background-image: url(../img/ico/tel_wh.svg);
    background-size: 2.3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cv-list-tel .l-cv-list-btn {
    background: #1383F3;
    box-shadow: 0 6px 0 0 #0053A6;
  }
}
.l-cv-list-tel .l-cv-list-btn,
.l-cv-list-tel .l-cv-list-txt {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .l-cv-list-tel .l-cv-list-btn,
  .l-cv-list-tel .l-cv-list-txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-cv-list-tel .l-cv-list-txt {
    margin-top: 0.7rem;
  }
}
.l-cv-list-txt {
  color: #0A274A;
  font-size: 16px;
}

/* =================================
 l-under
================================= */
@media screen and (max-width: 767px) {
  .l-under {
    display: flex;
    flex-direction: column;
  }
}
.l-under::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../img/common/under_mv.svg);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .l-under::after {
    background-position: 100% 0;
    background-image: url(../img/common/sp/under_mv.svg);
  }
}
.l-under-mv {
  position: absolute;
  z-index: 1;
  top: 180px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-under-mv {
    order: 3;
    position: static;
    margin-top: 4rem;
  }
}
.l-under-mv-box {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
}
@media screen and (max-width: 767px) {
  .l-under-mv-box {
    display: block;
  }
}
.l-under-mv-img {
  position: relative;
  width: 730px;
}
@media screen and (max-width: 767px) {
  .l-under-mv-img {
    width: 100%;
  }
}
.l-under-mv-img picture {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .l-under-mv-img picture {
    border-radius: 1rem;
  }
}
.l-under-mv-img::before, .l-under-mv-img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.l-under-mv-img::before {
  background-size: 100%;
  width: 176px;
  height: 99px;
  background-image: url(../img/p_company/cloud01.svg);
  right: -8rem;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  .l-under-mv-img::before {
    width: 95px;
    height: 54px;
    top: -2rem;
    right: -3rem;
  }
}
.l-under-mv-img::after {
  background-size: 100%;
  width: 114px;
  height: 72px;
  background-image: url(../img/p_company/cloud02.svg);
  left: -8rem;
  bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .l-under-mv-img::after {
    width: 66px;
    height: 42px;
    left: -2rem;
  }
}

/* =================================
 l-post
================================= */
.l-post {
  background: #fff;
  border-radius: 60px;
  padding: 60px 80px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-post {
    box-sizing: border-box;
    margin: 3rem calc(50% - 50vw) 0;
    width: 100vw;
    border-radius: 2rem;
    padding: 3rem 4% 4rem;
  }
}
.l-post + .p-column__list {
  margin-top: 60px;
}
.l-post .post-thumbnail {
  overflow: hidden;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 40px;
}
.l-post .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-post .post-thumbnail {
    border-radius: 1rem;
    margin-bottom: 3rem;
  }
}
.l-post .toc {
  box-sizing: border-box;
  border: 3px solid #1383F3;
  border-radius: 20px;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 767px) {
  .l-post .toc {
    border-radius: 1rem;
    padding: 2rem 1.5rem;
  }
}
.l-post .toc h2 {
  font-weight: 800;
  color: #1383F3;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url(../img/ico/index.svg);
  background-size: 19px;
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 29px;
}
@media screen and (max-width: 767px) {
  .l-post .toc h2 {
    background-size: 1.9rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-left: 2.9rem;
  }
}
.l-post .toc ol li {
  font-weight: 700;
  position: relative;
  counter-increment: num;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-post .toc ol li {
    padding-left: 3.5rem;
    font-size: 1.6rem;
  }
}
.l-post .toc ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-post .toc ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.l-post .toc ol li::before, .l-post .toc ol li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .l-post .toc ol li::before, .l-post .toc ol li::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.l-post .toc ol li::before {
  content: counter(num, decimal);
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-post .toc ol li::before {
    font-size: 1.6rem;
  }
}
.l-post .toc ol li::after {
  content: "";
  display: block;
  background: #1383F3;
  color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .l-post .toc ol li::after {
    border-radius: 2.5rem;
  }
}
.l-post .post-content .toc {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .toc {
    margin-bottom: 6rem;
  }
}
.l-post .post-content .toc h2 {
  font-weight: 800;
  color: #1383F3;
  background: transparent url(../img/ico/index.svg) no-repeat 0 50%;
  background-size: 19px;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0 0 29px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .toc h2 {
    background-size: 1.9rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-left: 2.9rem;
  }
}
.l-post .post-content .toc h2::after {
  content: none;
}
.l-post .post-content .toc ol {
  margin: 0;
}
.l-post .post-content .toc a {
  text-decoration: none;
}
.l-post .post-content .toc a:link, .l-post .post-content .toc a:visited, .l-post .post-content .toc a:active {
  color: inherit;
  text-decoration: none;
}
.l-post .post-content .toc a:hover {
  color: inherit;
  text-decoration: underline;
}
.l-post .post-content a {
  color: #1383F3;
  text-decoration: underline;
}
.l-post .post-content a:link, .l-post .post-content a:visited, .l-post .post-content a:active {
  color: #1383F3;
  text-decoration: underline;
}
.l-post .post-content a:hover {
  text-decoration: none;
}
.l-post .post-content a[target=_blank] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.l-post .post-content a[target=_blank]::after {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background: url(../img/ico/blank.svg) no-repeat center/contain;
}
.l-post .post-content h2 {
  position: relative;
  overflow: hidden;
  font-weight: 800;
  background: #EBF8FF;
  font-size: 30px;
  line-height: 1.6;
  padding: 15px 20px 15px 26px;
  border-radius: 5px 10px 10px 5px;
  margin-top: 80px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content h2 {
    font-size: 2.4rem;
    padding: 1.5rem 2rem;
    margin-top: 6rem;
    margin-bottom: 2.5rem;
  }
}
.l-post .post-content h2::after {
  content: "";
  display: block;
  position: absolute;
  background: #1383F3;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  border-radius: 5px;
}
.l-post .post-content h3 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.6;
  background: url(../img/common/h3_dot_bl.svg) no-repeat 0 100%;
  background-size: 88px;
  margin-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content h3 {
    font-size: 2.2rem;
    background-size: 8.8rem;
    margin-top: 6rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
  }
}
.l-post .post-content h4 {
  position: relative;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.6;
  padding-left: 21px;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content h4 {
    font-size: 2rem;
    margin-top: 5rem;
    padding-left: 2.1rem;
    margin-bottom: 2rem;
  }
}
.l-post .post-content h4::before, .l-post .post-content h4::after {
  content: "";
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  height: 50%;
  width: 6px;
}
.l-post .post-content h4::before {
  background: #95D4FF;
  top: 0;
  border-radius: 6px 6px 0 0;
}
.l-post .post-content h4::after {
  background: #1383F3;
  bottom: 0;
  border-radius: 0 0 6px 6px;
}
.l-post .post-content h5 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.6;
  color: #1383F3;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content h5 {
    font-size: 1.8rem;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.l-post .post-content p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-post .post-content p {
    font-size: 1.6rem;
  }
}
.l-post .post-content p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content p + p {
    margin-top: 3rem;
  }
}
.l-post .post-content ul, .l-post .post-content ol {
  font-size: 16px;
  line-height: 1.6;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .l-post .post-content ul, .l-post .post-content ol {
    font-size: 1.6rem;
    margin: 3rem 0;
  }
}
.l-post .post-content ul li, .l-post .post-content ol li {
  position: relative;
}
.l-post .post-content ul li:not(:last-child), .l-post .post-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content ul li:not(:last-child), .l-post .post-content ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.l-post .post-content ul li::before, .l-post .post-content ul li::after, .l-post .post-content ol li::before, .l-post .post-content ol li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.l-post .post-content ul li {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content ul li {
    padding-left: 2rem;
  }
}
.l-post .post-content ul li::before {
  background: #1383F3;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content ul li::before {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    top: 0.7rem;
  }
}
.l-post .post-content ol li {
  counter-increment: num;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content ol li {
    padding-left: 3.4rem;
  }
}
.l-post .post-content ol li::before, .l-post .post-content ol li::after {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content ol li::before, .l-post .post-content ol li::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.l-post .post-content ol li::before {
  content: counter(num, decimal);
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content ol li::before {
    font-size: 1.6rem;
  }
}
.l-post .post-content ol li::after {
  content: "";
  display: block;
  background: #1383F3;
  color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content ol li::after {
    border-radius: 2.5rem;
  }
}
.l-post .post-content blockquote {
  position: relative;
  background: #EBF8FF;
  border-radius: 20px;
  margin: 50px 0;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content blockquote {
    margin: 4rem 0;
    padding: 3rem 1.5rem;
  }
}
.l-post .post-content blockquote::before, .l-post .post-content blockquote::after {
  content: "";
  z-index: 1;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 43px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content blockquote::before, .l-post .post-content blockquote::after {
    width: 3.5rem;
    height: 2.8rem;
  }
}
.l-post .post-content blockquote::before {
  background-image: url(../img/common/dbq_top_bl.svg);
  top: -10px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content blockquote::before {
    left: 1.5rem;
    top: -1rem;
  }
}
.l-post .post-content blockquote::after {
  background-image: url(../img/common/dbq_btm_bl.svg);
  bottom: -10px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content blockquote::after {
    right: 1.5rem;
    bottom: -1rem;
  }
}
.l-post .post-content blockquote cite {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content blockquote cite {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
.l-post .post-content blockquote cite em {
  font-style: normal;
}
.l-post .post-content blockquote cite a:link, .l-post .post-content blockquote cite a:active, .l-post .post-content blockquote cite a:visited {
  color: #1383F3;
  cursor: pointer;
}
.l-post .post-content blockquote cite a:hover {
  color: #1383F3;
}
.l-post .post-content blockquote cite a {
  text-decoration: underline;
}
.l-post .post-content blockquote cite a:hover {
  text-decoration: none;
}
.l-post .post-content .wp-block-media-float:after {
  display: block;
  clear: both;
  content: "";
}
.l-post .post-content .wp-block-media-float {
  margin-top: 40px;
}
.l-post .post-content .wp-block-media-text {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 45.7%;
  column-gap: 40px;
  align-items: start;
}
.l-post .post-content .wp-block-media-text .wp-block-media-text__media {
  overflow: hidden;
  border-radius: 20px;
  margin: 0;
}
.l-post .post-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > h2:first-child,
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > h3:first-child,
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > h4:first-child,
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > h5:first-child,
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > p:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > h2:first-child {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > h3:first-child {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > h4:first-child {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > h5:first-child {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-media-text .wp-block-media-text__content > p:first-child {
    margin-top: 0;
  }
}
.l-post .post-content .wp-block-media-text:not(.has-media-on-the-right) {
  grid-template-columns: 45.7% 1fr;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-media-text {
    display: block;
    margin-top: 3rem;
  }
  .l-post .post-content .wp-block-media-text > *:first-child {
    margin-bottom: 2rem;
  }
  .l-post .post-content .wp-block-media-text .wp-block-media-text__media {
    border-radius: 1rem;
    margin: 0;
  }
  .l-post .post-content .wp-block-media-text > .wp-block-media-text__media:first-child {
    margin-bottom: 2rem;
  }
}
.l-post .post-content .wp-block-image {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-image {
    border-radius: 1rem;
  }
}
.l-post .post-content .alignleft {
  float: left;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .alignleft {
    float: none;
    margin: 0 0 3rem;
  }
}
.l-post .post-content .alignright {
  float: right;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .alignright {
    float: none;
    margin: 0 0 3rem;
  }
}
.l-post .post-content .aligncenter {
  display: block;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .aligncenter {
    margin: 0 0 3rem;
  }
}
.l-post .post-content .alignleft,
.l-post .post-content .alignright {
  max-width: 45.7%;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .alignleft,
  .l-post .post-content .alignright {
    max-width: none;
  }
}
.l-post .post-content .wp-block-group {
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-group {
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    margin-top: 3rem;
  }
}
.l-post .post-content .wp-block-group h2, .l-post .post-content .wp-block-group h3, .l-post .post-content .wp-block-group h4, .l-post .post-content .wp-block-group h5 {
  margin-top: 0;
}
.l-post .post-content .wp-block-group.box--bg {
  background: #EBF8FF;
}
.l-post .post-content .wp-block-group.box--border {
  border: 3px solid #1383F3;
}
.l-post .post-content .u-underline,
.l-post .post-content .u-marker-highlight {
  background: linear-gradient(transparent 60%, #FFFBB4 0%);
}
.l-post .post-content .u-marker-highlight {
  background: linear-gradient(transparent 60%, var(--u-marker-color, #FFFBB4) 0%);
}
.l-post .post-content .has-text-color {
  color: #EB4B45;
}
.l-post .post-content .note,
.l-post .post-content .is-style-note {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .note,
  .l-post .post-content .is-style-note {
    font-size: 1.4rem;
  }
}
.l-post .post-content .wp-block-separator {
  border: none;
  background-image: radial-gradient(circle, #B7D7F7 1.75px, transparent 1.75px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 3px;
  height: 3px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-separator {
    margin: 3rem 0;
  }
}
.l-post .post-content table {
  width: 100%;
  border: 1px solid #1383F3;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content table {
    margin-top: 3rem;
  }
}
.l-post .post-content table th, .l-post .post-content table td {
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-post .post-content table th, .l-post .post-content table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.l-post .post-content table tr:not(:last-child) td {
  background-position: left bottom;
  background-repeat: repeat-x;
  background-image: url(../img/common/table_dot_bl.png);
  background-size: 9px;
}
.l-post .post-content table td {
  border: none;
  border-right: 1px solid #1383F3;
}
.l-post .post-content table th {
  position: relative;
  border-bottom: none;
  border-top: none;
  border-left: none;
  border-right: 1px solid #1383F3;
  background: #C9E7F9;
  font-weight: 700;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content table th {
    width: auto;
    min-width: 85px;
  }
}
.l-post .post-content table thead th {
  border-bottom: 1px solid #1383F3;
}
@media screen and (max-width: 767px) {
  .l-post .post-content table thead th {
    box-sizing: border-box;
    width: 240px;
    min-width: 240px;
    max-width: 240px;
  }
}
.l-post .post-content table tbody tr:not(:last-child) th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1383F3;
  position: absolute;
  left: 0;
  bottom: 1px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .js-table-scroll-wrap {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .js-table-scroll-wrap.is-first-column-th > table,
  .l-post .post-content .js-table-scroll-wrap.is-first-column-th > table.has-fixed-layout {
    width: 100% !important;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .js-table-scroll-wrap > table {
    margin-top: 0;
    width: max-content !important;
    min-width: 100%;
    table-layout: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .js-table-scroll-wrap > table.has-fixed-layout {
    table-layout: auto !important;
    width: max-content !important;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .js-table-scroll-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 120px;
    background: url(../img/p_column/scroll_guide.svg) no-repeat center/100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .l-post .post-content .js-table-scroll-wrap.is-scrollable.is-guide-visible::after {
    opacity: 1;
  }
}
.l-post .post-content .wp-block-table thead {
  border-bottom: none;
}
.l-post .post-content .wp-block-embed-youtube {
  background: #EBF8FF;
  border-radius: 20px;
  padding: 60px 80px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-embed-youtube {
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    margin-top: 3rem;
  }
}
.l-post .post-content .wp-block-embed-youtube iframe {
  width: 100%;
  height: 440px;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .wp-block-embed-youtube iframe {
    height: 18rem;
  }
}
.l-post .post-content .wp-block-embed-youtube p,
.l-post .post-content .wp-block-embed-youtube figcaption,
.l-post .post-content .wp-block-embed-youtube .wp-element-caption {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-post .post-content .l-post-talk-box-txt p {
    font-size: 1.4rem;
  }
}
.l-post-talk {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-post-talk {
    margin: 3rem 0;
  }
}
.l-post-talk-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-post-talk-box {
    margin-top: 3rem;
  }
}
.l-post-talk-box:nth-child(odd) .l-post-talk-box-txt::before {
  left: -26px;
  background-image: url(../img/common/bal_left_bl.png);
}
@media screen and (max-width: 767px) {
  .l-post-talk-box:nth-child(odd) .l-post-talk-box-txt::before {
    left: -1.6rem;
    background-image: url(../img/common/sp/bal_left_bl.png);
  }
}
.l-post-talk-box:nth-child(even) .l-post-talk-box-txt::before {
  right: -26px;
  background-image: url(../img/common/bal_right_bl.png);
}
@media screen and (max-width: 767px) {
  .l-post-talk-box:nth-child(even) .l-post-talk-box-txt::before {
    right: -1.6rem;
    background-image: url(../img/common/sp/bal_right_bl.png);
  }
}
.l-post-talk-box:nth-child(even) .l-post-talk-box-img {
  order: 2;
}
.l-post-talk-box.is-img-left .l-post-talk-box-txt::before {
  left: -26px;
  right: auto;
  background-image: url(../img/common/bal_left_bl.png);
}
@media screen and (max-width: 767px) {
  .l-post-talk-box.is-img-left .l-post-talk-box-txt::before {
    left: -1.6rem;
    background-image: url(../img/common/sp/bal_left_bl.png);
  }
}
.l-post-talk-box.is-img-left .l-post-talk-box-img {
  order: 0;
}
.l-post-talk-box.is-img-right .l-post-talk-box-txt::before {
  left: auto;
  right: -26px;
  background-image: url(../img/common/bal_right_bl.png);
}
@media screen and (max-width: 767px) {
  .l-post-talk-box.is-img-right .l-post-talk-box-txt::before {
    right: -1.6rem;
    background-image: url(../img/common/sp/bal_right_bl.png);
  }
}
.l-post-talk-box.is-img-right .l-post-talk-box-img {
  order: 2;
}
.l-post-talk-box-img {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .l-post-talk-box-img {
    width: 17%;
  }
}
.l-post-talk-box-txt {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #1383F3;
  width: 750px;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .l-post-talk-box-txt {
    width: 74%;
    border-radius: 1rem;
    padding: 1.5rem;
  }
}
.l-post-talk-box-txt::before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50px;
  width: 26px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .l-post-talk-box-txt::before {
    top: 2rem;
    width: 1.6rem;
    height: 1.3rem;
  }
}
.l-post-author {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-post-author {
    margin-top: 4rem;
  }
}
.l-post-author-ttl {
  font-weight: 800;
  background: url(../img/ico/writer.svg) no-repeat 0 50%;
  background-size: 34px;
  font-size: 24px;
  padding-left: 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-post-author-ttl {
    background-size: 2.8rem;
    font-size: 2rem;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.l-post-author-box {
  display: flex;
  justify-content: space-between;
  background: #EBF8FF;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .l-post-author-box {
    position: relative;
    display: block;
    border-radius: 1rem;
    padding: 3rem 1.5rem;
  }
}
.l-post-author-avatar {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .l-post-author-avatar {
    width: 23%;
  }
}
.l-post-author-info {
  width: 690px;
}
@media screen and (max-width: 767px) {
  .l-post-author-info {
    width: 100%;
  }
}
.l-post-author-name {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-post-author-name {
    position: absolute;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    top: 3rem;
    right: 1.5rem;
    width: 67%;
  }
}
.l-post-author-name span {
  font-weight: normal;
  font-size: 14px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .l-post-author-name span {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.l-post-author-name .l-post-author-meta {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  gap: 15px;
}
.l-post-author-name .l-post-author-meta .l-post-author-company,
.l-post-author-name .l-post-author-meta .l-post-author-title {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .l-post-author-name .l-post-author-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    gap: 0;
    line-height: 1.6;
  }
}
.l-post-author-description {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-post-author-description {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.l-post-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .l-post-menu {
    justify-content: flex-start;
    gap: 1rem;
  }
}
.l-post-menu-box {
  font-weight: 700;
}
.l-post-menu-box:link, .l-post-menu-box:active, .l-post-menu-box:visited {
  color: #1383F3;
  cursor: pointer;
}
.l-post-menu-box:hover {
  color: #1383F3;
}
.l-post-menu-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 2px solid #1383F3;
  height: 33px;
  border-radius: 33px;
  padding: 0 19px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-post-menu-box {
    font-size: 1.4rem;
  }
}
.l-post-menu-box-active:link, .l-post-menu-box-active:active, .l-post-menu-box-active:visited {
  color: #fff;
  cursor: pointer;
}
.l-post-menu-box-active:hover {
  color: #fff;
}
.l-post-menu-box-active {
  background: #1383F3;
}
.l-post-list {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 60px 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-post-list {
    display: block;
  }
}
.l-post-list::before, .l-post-list::after {
  content: "";
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.l-post-list-box {
  transition: all 0.3s !important;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 4px 4px 0px 0px rgba(10, 39, 74, 0.1019607843);
  border-radius: 20px;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .l-post-list-box {
    display: block;
    width: 100%;
    border-radius: 1rem;
    margin-top: 3rem;
  }
}
.l-post-list-box:hover {
  box-shadow: none !important;
  transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  .l-post-list-box:hover {
    box-shadow: 4px 4px 0px 0px rgba(10, 39, 74, 0.1019607843) !important;
    transform: none;
  }
}
.l-post-list-img img {
  height: 170px;
}
@media screen and (max-width: 767px) {
  .l-post-list-img img {
    height: 18rem;
  }
}
.l-post-list-desc {
  padding: 15px 20px 40px;
}
@media screen and (max-width: 767px) {
  .l-post-list-desc {
    padding: 1.5rem 1.5rem 4.5rem;
  }
}
.l-post-list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-post-list-tag {
    margin-bottom: 1.5rem;
  }
}
.l-post-list-tag-cate, .l-post-list-tag-area {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 27px;
  border-radius: 27px;
  padding: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-post-list-tag-cate, .l-post-list-tag-area {
    font-size: 1.4rem;
    height: 2.7rem;
    border-radius: 2.7rem;
  }
}
.l-post-list-tag-cate {
  background: #1383F3;
}
.l-post-list-tag-area {
  background: #FF7231;
}
.l-post-list-ttl {
  font-weight: 800;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-post-list-ttl {
    font-size: 1.6rem;
  }
}
.l-post-list-date {
  color: #8697AC;
  position: absolute;
  text-align: right;
  right: 20px;
  bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-post-list-date {
    font-size: 1.4rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.l-post-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-post-head {
    order: 3;
    display: block;
  }
}
.l-post-head .l-post-list-tag {
  margin-bottom: 0;
}
.l-post-head .post-meta {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-post-head .post-meta {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.l-post-head .post-meta .posted-date, .l-post-head .post-meta .updated-date {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 16px;
  margin-left: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .l-post-head .post-meta .posted-date, .l-post-head .post-meta .updated-date {
    margin: 0 1.5rem 0 0;
    padding-left: 2rem;
  }
}
.l-post-head .post-meta .posted-date {
  background-image: url(../img/ico/post.svg);
}
.l-post-head .post-meta .updated-date {
  background-image: url(../img/ico/update.svg);
}
.l-post-cv {
  position: relative;
  background: linear-gradient(180deg, #C5F1FC 0%, #A1E0FF 100%);
  border-radius: 20px;
  padding: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-post-cv {
    background-size: 100%;
    box-sizing: border-box;
    border-radius: 0;
    margin: 6rem calc(50% - 50vw) 0;
    width: 100vw;
    padding: 4rem 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-post-cv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/common/sp/cv_bg_under.png) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
  }
}
.l-post-cv .l-cv {
  width: 100%;
}
.l-post-cv .l-cv-list-box {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .l-post-cv .l-cv-list-box {
    width: 100%;
  }
}
.l-post-cv .l-cv-list-tel .l-cv-list-btn {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .l-post-cv .l-cv-list-tel .l-cv-list-btn {
    font-size: 1.8rem;
  }
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u-cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
  .u-pc-i {
    display: inline;
  }
  .u-pc-ib {
    display: inline-block;
  }
  .u-pc-f {
    display: flex;
  }
  .u-pc-if {
    display: inline-flex;
  }
  .u-sp {
    display: none;
  }
  .u-sp-i, .u-sp-ib, .u-sp-f, .u-sp-if {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-pc-i, .u-pc-ib, .u-pc-f, .u-pc-if {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-sp-i {
    display: inline;
  }
  .u-sp-ib {
    display: inline-block;
  }
  .u-sp-f {
    display: flex;
  }
  .u-sp-if {
    display: inline-flex;
  }
}
/* =================================
 content-size
================================= */
.u-content-size-1 {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .u-content-size-1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 1100px;
    width: 100%;
  }
}

.u-content-size-md {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .u-content-size-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 800px;
    width: 100%;
  }
}

/* =================================
 title
================================= */
.u-ttl-1 {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .u-ttl-1 {
    margin-bottom: 3rem;
  }
}
.u-ttl-1-en {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: #1383F3;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .u-ttl-1-en {
    font-size: 1.8rem;
  }
}
.u-ttl-1-ja {
  font-weight: 800;
  font-size: 42px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .u-ttl-1-ja {
    font-size: 2.8rem;
  }
}

/* =================================
 text weight
================================= */
.u-lighter {
  font-weight: lighter;
}

.u-bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-ta-cl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-ta-lc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-ta-cr {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-ta-cr {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-ta-rc {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-ta-rc {
    text-align: center;
  }
}

/* =================================
 line clamp
================================= */
.u-line-clamp-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.u-line-clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* =================================
 paragraph margin
================================= */
.u-paragraph + .u-paragraph {
  margin: 15px 0 0;
}

/* =================================
 hover animation
================================= */
.u-hover-1 {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u-hover-1:hover {
    opacity: 0.7;
  }
}

.u-hover-2 {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u-hover-2:hover {
    opacity: 0.5;
  }
}

/* =================================
 wave line
================================= */
.u-waveline-bl {
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 9px;
  background-image: url(../img/common/line_wave_bl.svg);
  padding-bottom: 4px;
}

.u-waveline-or {
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 9px;
  background-image: url(../img/common/line_wave_or.svg);
  padding-bottom: 8px;
}

/* =================================
 btn
================================= */
.u-btn-1 {
  transition: all 0.3s;
  font-weight: 700;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  background: #0A274A url(../img/common/arw_right_wh.svg) no-repeat 95% 55%;
  background-size: 15px;
}
.u-btn-1:link, .u-btn-1:active, .u-btn-1:visited {
  color: #fff;
  cursor: pointer;
}
.u-btn-1:hover {
  color: #fff;
}
.u-btn-1 {
  width: 300px;
  height: 50px;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0 6px 0 0 #000B17;
}
@media screen and (max-width: 767px) {
  .u-btn-1 {
    width: 84%;
    font-size: 1.6rem;
    height: 6rem;
    border-radius: 6rem;
    background-size: 1.5rem;
    background-position: 92% 55%;
  }
}
.u-btn-1:hover {
  box-shadow: none !important;
  transform: translateY(6px);
  background-position: 97% 55%;
}
@media screen and (max-width: 767px) {
  .u-btn-1:hover {
    box-shadow: 0 6px 0 0 #000B17 !important;
    transform: none;
  }
}
.u-btn-1-back {
  background: #0A274A url(../img/common/arw_left_wh.svg) no-repeat 5% 55%;
}
.u-btn-1-back:hover {
  background-position: 3% 55%;
}

/* =================================
 link
================================= */
.u-link-blank:link, .u-link-blank:active, .u-link-blank:visited {
  color: #1383F3;
  cursor: pointer;
}
.u-link-blank:hover {
  color: #1383F3;
}
.u-link-blank {
  background: url(../img/ico/blank.svg) no-repeat 100% 50%;
  background-size: 14px;
  padding-right: 20px;
}
.u-link-blank span {
  text-decoration: underline;
}
.u-link-blank:hover span {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */