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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 変数
----------------------------------------*/
/* color
----------------------------------------*/ /* font
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/ /* サイト共通設定
----------------------------------------*/
* {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #fff;
  color: #222;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.56;
  margin: 8.4rem 0 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body {
    margin-top: 7rem;
  }
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  body.filter-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body .filter-open-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
  }
}
@media screen and (min-width: 768px) {
  body.filter-open {
    top: auto !important;
  }
}
body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-lg-only {
    display: none !important;
  }
}

.mb-none {
  margin-bottom: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

/* 文字の汎用クラス
----------------------------------------*/
.text-en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.text-danger {
  color: #dd0000;
}

.text-primary {
  color: #E13C4B;
}

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

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .text-s {
    font-size: 1.1rem;
  }
}

.text-marker {
  background: linear-gradient(transparent 70%, #E13C4B 70%);
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

/* inview
----------------------------------------*/
[data-a-inview=inview] {
  opacity: 0;
  transition: all 1.2s ease-out;
}

[data-a-inview=inview][data-inview=true] {
  opacity: 1;
}

/* loding
----------------------------------------*/
@-webkit-keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
/* コンポーネント
c-gnav
----------------------------------------*/
.c-gnav {
  display: flex;
  justify-content: flex-end;
  position: static;
}
@media screen and (max-width: 1024px) {
  .c-gnav {
    display: block;
    width: 100vw;
    height: calc(100dvh - 7rem);
    padding: 0 1.6rem 2rem;
    position: fixed;
    top: 7rem;
    right: -100vw;
    overflow-y: auto;
    background: #fff;
    transition: right 0.5s;
    z-index: 100;
  }
  .nav-open .c-gnav {
    right: 0;
  }
}
.c-gnav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  position: static;
}
@media screen and (max-width: 1024px) {
  .c-gnav__list {
    display: block;
    border-top: 0.2rem solid #e0e5eb;
    font-size: 1.8rem;
  }
}
.c-gnav__list > li {
  position: static;
  height: 100%;
}
@media (hover: hover) {
  .c-gnav__list > li:hover > a {
    color: #0089D0;
  }
  .c-gnav__list > li:hover .c-gnav__service {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__list > li {
    border-bottom: 0.2rem solid #e0e5eb;
  }
  .c-gnav__list > li:nth-child(1) > a::after {
    transform: rotate(135deg);
    bottom: 0.8rem;
  }
}
.c-gnav__list > li > a {
  height: 100%;
  padding: 0 1.1rem;
  display: flex;
  align-items: center;
}
@media screen and (hover: hover) and (min-width: 1025px) {
  .c-gnav__list > li > a:nth-last-child(2) {
    pointer-events: none;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__list > li > a.open + .c-gnav__service {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1240px) {
  .c-gnav__list > li > a {
    padding-inline: 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__list > li > a {
    height: auto;
    display: block;
    padding: 1.8rem 1rem 1.6rem;
  }
  .c-gnav__list > li > a::after {
    content: "";
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    border-top: 0.2rem solid #009BE3;
    border-right: 0.2rem solid #009BE3;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.1rem;
    margin: auto 0;
    transition: all 0.3s;
  }
}
@media (hover: hover) {
  .c-gnav__list > li > a:hover {
    opacity: 1;
    color: #0089D0;
  }
}
.c-gnav__list > li > a:active {
  color: #00548E;
}
.c-gnav__list > li > a.open {
  color: #0089D0;
}
@media screen and (max-width: 1024px) {
  .c-gnav__list > li > a.open {
    color: inherit;
  }
}
.c-gnav__list > li > a.open::after {
  scale: 1 -1;
  bottom: -0.2rem;
}
.c-gnav__list > li > a:nth-last-child(2) {
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
@media screen and (min-width: 1025px) {
  .c-gnav__list > li > a:nth-last-child(2)::after {
    background-image: url(../img/common/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 1.4rem;
    height: 0.8rem;
  }
}
.c-gnav__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0.2rem;
  position: static;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 1.6rem;
    margin: 1.9rem 0 0;
  }
}
.c-gnav__btn-login a {
  display: block;
  width: 8.6rem;
  min-height: 3.6rem;
  border: 0.2rem solid #C2CBD8;
  text-align: center;
  border-radius: 0.6rem;
  padding: 0.7rem 0.45rem 0.3rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-login a {
    width: auto;
    font-size: 1.8rem;
    padding: 1.5rem 1.3rem 1.3rem;
  }
}
@media (hover: hover) {
  .c-gnav__btn-login a:hover {
    opacity: 1;
    border-color: #009BE3;
    color: #009BE3;
  }
}
.c-gnav__btn-login a:active {
  border-color: #00548E;
  color: #00548E;
}
.c-gnav__btn-contact {
  width: 20.5rem;
  margin-left: 1rem;
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-contact {
    width: auto;
    margin: 0;
  }
}
.c-gnav__btn-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  min-height: 3.6rem;
  border: 0.2rem solid #222;
  background: #222;
  color: #fff;
  text-align: center;
  border-radius: 0.6rem;
  padding: 0.6rem 0 0.3rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-contact-link {
    width: auto;
    min-height: 6rem;
    padding: 1.5rem 1.3rem 1.3rem;
    font-size: 1.6rem;
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
  }
}
@media (hover: hover) {
  .c-gnav__btn-contact-link:hover {
    opacity: 1;
    border-color: #494949;
    background: #494949;
  }
}
.c-gnav__btn-contact-link:active {
  border-color: #000;
  background: #494949;
}
.c-gnav__btn-contact-link::after {
  background-image: url(../img/common/icon-arrow-down-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-contact-link::after {
    width: 1.6rem;
    height: 0.9rem;
  }
}
.c-gnav__btn-contact-link.open {
  background-color: #494949;
}
.c-gnav__btn-contact-link.open::after {
  scale: 1 -1;
}
@media (hover: hover) {
  .c-gnav__btn-contact:hover .c-gnav__contact {
    opacity: 1;
    pointer-events: all;
  }
}
.c-gnav__btn-search {
  transition: 0.3s;
  border-radius: 0.4rem;
  margin-right: 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .c-gnav__btn-search {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-search {
    margin: 0 3rem 0 auto;
  }
}
.c-gnav__btn-search:hover, .c-gnav__btn-search.is-active {
  background: #0089D0;
}
@media screen and (max-width: 1024px) {
  .c-gnav__btn-search.is-pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__btn-search.is-sp {
    display: none;
  }
}
.c-gnav__service {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .c-gnav__service {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__service {
    opacity: 1;
    position: relative;
    display: none;
    border-top: 0.1rem solid #C2CBD8;
    pointer-events: all;
  }
}
.c-gnav__service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-gnav__service::before {
    display: none;
  }
}
.c-gnav__service-item:nth-child(1) {
  width: calc((100% - 64.6rem) / 2);
  padding: 4.1rem 0 8.5rem;
}
@media screen and (max-width: 1240px) {
  .c-gnav__service-item:nth-child(1) {
    width: 37.6953%;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__service-item:nth-child(1) {
    width: auto;
    padding: 2rem 1.5rem 2.4rem;
  }
}
.c-gnav__service-item:nth-child(1) .c-gnav__service-item-inner {
  width: 20rem;
  margin: 0 4rem 0 auto;
}
@media screen and (max-width: 1240px) {
  .c-gnav__service-item:nth-child(1) .c-gnav__service-item-inner {
    width: 30.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__service-item:nth-child(1) .c-gnav__service-item-inner {
    width: auto;
    margin: 0;
  }
}
.c-gnav__service-item:nth-child(2) {
  background: #F5FBFF;
  width: 64.6rem;
  padding: 4.1rem 0 8.5rem;
}
@media screen and (max-width: 1240px) {
  .c-gnav__service-item:nth-child(2) {
    width: 62.3047%;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__service-item:nth-child(2) {
    width: auto;
    padding: 2.1rem 1.5rem 2.4rem;
  }
  .c-gnav__service-item:nth-child(2) .c-gnav__service-item-title {
    margin-bottom: 2.4rem;
  }
}
.c-gnav__service-item:nth-child(2) .c-gnav__service-item-inner {
  width: 56.6rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .c-gnav__service-item:nth-child(2) .c-gnav__service-item-inner {
    margin: 0 0 0 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__service-item:nth-child(2) .c-gnav__service-item-inner {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 0;
  }
}
.c-gnav__service-item ul {
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.c-gnav__service-item ul li + li {
  margin-top: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .c-gnav__service-item ul li a {
    padding: 0.2rem 0;
    display: block;
  }
}
@media (hover: hover) {
  .c-gnav__service-item ul li a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .c-gnav__service-item ul li a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
.c-gnav__service-item ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
.c-gnav__service-item ul li a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icon-arrow-right.svg) no-repeat left top/100% auto;
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-gnav__service-item dl + dl {
    margin-top: 3.2rem;
  }
}
.c-gnav__service-item dl dt {
  font-size: 1.6rem;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 1024px) {
  .c-gnav__service-item dl dt {
    margin-bottom: 1.3rem;
  }
}
.c-gnav__service-item dl ul {
  font-size: 1.4rem;
}
.c-gnav__service-item dl ul li + li {
  margin-top: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .c-gnav__service-item dl ul li + li {
    margin-top: 1.8rem;
  }
}
.c-gnav__service-item dl ul a[target=_blank]::after {
  vertical-align: -0.4rem;
  margin-left: 0.4rem;
}
.c-gnav__service-item-title {
  padding-bottom: 1.7rem;
  border-bottom: 1px solid #D2D8E2;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 2.5rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-gnav__service-item-title {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 2.6rem;
  }
}
@media (hover: hover) {
  .c-gnav__service-item-title:hover {
    opacity: 1;
    color: #0089D0;
  }
}
.c-gnav__service-item-title span {
  color: #0089D0;
  font-size: 1.3rem;
  display: block;
  letter-spacing: 0.04em;
}
.c-gnav__service-item-title.has-arrow::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icon-arrow-right.svg) no-repeat left top/100% auto;
  margin-left: 1rem;
}
.c-gnav__service-seminar {
  width: calc((100% - 64.6rem) / 2);
  background: #ECF5FD;
  padding: 4.1rem 0 4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1240px) {
  .c-gnav__service-seminar {
    display: none;
  }
}
.c-gnav__service-seminar-inner {
  width: 19.6rem;
  margin: 0 0 0 4rem;
}
.c-gnav__service-seminar .c-gnav__service-item-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #494949;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border: none;
}
.c-gnav__service-seminar .c-gnav__service-item-title span {
  color: #0089D0;
  font-size: 1.3rem;
  display: block;
  margin-bottom: -0.1rem;
}
.c-gnav__service-seminar figure {
  width: 18rem;
  margin-bottom: 2rem;
}
.c-gnav__service-seminar p {
  font-weight: 400;
}
@media (hover: hover) {
  .c-gnav__service-seminar p a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .c-gnav__service-seminar p a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
.c-gnav__service-seminar p a::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icon-arrow-right.svg) no-repeat left top/100% auto;
  margin-left: 1rem;
}
.c-gnav__contact {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 30px 20px rgba(0, 65, 110, 0.05);
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) min(34rem, 25%) min(34rem, 25%) minmax(0, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact {
    opacity: 1;
    position: relative;
    display: none;
    pointer-events: all;
    box-shadow: none;
  }
}
.c-gnav__contact::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.1;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact::before {
    display: none;
  }
}
.c-gnav__contact-item {
  padding: 4rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item {
    border-bottom: 1px solid #D2D8E2;
    padding-block: 2rem;
    padding-inline: 0 5.3rem;
  }
  .c-gnav__contact-item::after {
    content: "";
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    border-top: 0.2rem solid #009BE3;
    border-right: 0.2rem solid #009BE3;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.1rem;
    margin: auto 0;
    transition: all 0.3s;
  }
}
@media (hover: hover) {
  .c-gnav__contact-item:hover {
    opacity: 1;
  }
  .c-gnav__contact-item:hover figure img {
    opacity: 0.75;
  }
  .c-gnav__contact-item:hover .c-gnav__contact-item-btn:not(.is-black):not(.is-orange) {
    background: #009BE3;
    border-color: #009BE3;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .c-gnav__contact-item:hover .c-gnav__contact-item-btn:not(.is-black):not(.is-orange)::after {
    border-color: #fff;
  }
  .c-gnav__contact-item:hover .c-gnav__contact-item-btn.is-black {
    background-color: #494949;
    border-color: #494949;
  }
  .c-gnav__contact-item:hover .c-gnav__contact-item-btn.is-orange {
    background-color: #FFAA17;
    border-color: #FFAA17;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(1) {
    background-color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(2) {
    background: #F5FBFF;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(3) {
    background: #ECF5FD;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(4) {
    background: #fff;
  }
}
.c-gnav__contact-item-inner {
  width: 26rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-inner {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 0.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(1) .c-gnav__contact-item-inner {
    margin-left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item:nth-child(4) .c-gnav__contact-item-inner {
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item figure {
    display: none;
  }
}
.c-gnav__contact-item figure img {
  transition: 300ms;
}
.c-gnav__contact-item-head {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #222222;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  min-height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-head {
    display: none;
  }
}
.c-gnav__contact-item-detail {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  min-height: 4.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-detail {
    font-size: 1.4rem;
    min-height: 0;
    margin-bottom: 0;
  }
}
.c-gnav__contact-item-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 2.8rem 0.8rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  background: #FFF;
  border: 1px solid #F1F3F6;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
  margin-top: auto;
  transition: 300ms;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-btn {
    box-shadow: none;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.c-gnav__contact-item-btn:not(.is-black):not(.is-orange)::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 0.25rem solid #009BE3;
  border-right: 0.25rem solid #009BE3;
  transform: rotate(45deg);
  margin-top: 0.2rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-gnav__contact-item-btn:not(.is-black):not(.is-orange)::after {
    content: none;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item-btn.is-black {
    background-color: #222;
    border-color: #222;
    color: #fff;
  }
  .c-gnav__contact-item-btn.is-black::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.9rem;
    height: 1.6rem;
    background-image: url(../img/common/icon-arrow-white.svg);
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-gnav__contact-item-btn.is-orange {
    background-color: #FF7B00;
    border-color: #FF7B00;
    color: #fff;
  }
  .c-gnav__contact-item-btn.is-orange::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.9rem;
    height: 1.6rem;
    background-image: url(../img/common/icon-arrow-white.svg);
    margin-top: 0.2rem;
  }
}

/* コンポーネント
c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0.7rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb:first-child {
    padding-top: 0.7rem;
    background: #fff;
  }
}
.c-breadcrumb ul,
.c-breadcrumb ol {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul,
.c-breadcrumb ol {
    font-size: 1.2rem;
    line-height: 3.2;
  }
}
.c-breadcrumb ul a,
.c-breadcrumb ol a {
  color: #8A9DB5;
}
.c-breadcrumb ul li::after,
.c-breadcrumb ol li::after {
  content: ">";
  display: inline-block;
  margin: 0 1rem 0 0.8rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #8A9DB5;
}
.c-breadcrumb ul li:last-child::after,
.c-breadcrumb ol li:last-child::after {
  display: none;
}

/* コンポーネント
c-pagetitle
----------------------------------------*/
.c-pagetitle {
  background: #0089d0;
  color: #fff;
  text-align: center;
  padding-inline: 2rem;
  padding-block: 5.3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  min-height: 21.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-pagetitle {
    padding-block: 3rem;
    margin-bottom: 0;
    min-height: 14.5rem;
  }
}
.c-pagetitle::before {
  content: "";
  display: block;
  width: 43.5rem;
  height: 19.5rem;
  background: url(../img/common/pagetitle-bg-01.png) no-repeat right top/100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-pagetitle::before {
    display: none;
  }
}
.c-pagetitle h1 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.3;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-pagetitle h1 {
    font-size: 2.6rem;
  }
}
.c-pagetitle h1 span {
  font-weight: 400;
  font-size: 2rem;
  display: block;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-pagetitle h1 span {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.c-pagetitle__detail {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__detail {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* コンポーネント
c-pickup
----------------------------------------*/
.c-pickup {
  background: #0089d0;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-pickup {
    padding-bottom: 6rem;
    margin-bottom: 0;
  }
}
.c-pickup::before {
  content: "";
  display: block;
  width: 48.5rem;
  height: 48.35rem;
  background: url(../img/common/pickup-bg-01.png) no-repeat right top/100% auto;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-pickup::before {
    display: none;
  }
}
.c-pickup__list {
  z-index: 2;
  height: 40rem;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pickup__list {
    height: 53.3333vw;
  }
}
.c-pickup__list.slick-initialized {
  opacity: 1;
}
.c-pickup__list-item {
  float: left;
  width: 60rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-item {
    width: 80vw;
    margin: 0 0.7rem;
  }
}
.c-pickup__list-item > a {
  display: block;
  overflow: hidden;
  border-radius: 0.6rem;
}
.c-pickup__list-item figure {
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-item figure {
    height: 53.3333vw;
  }
}
.c-pickup__list-item figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
}
.c-pickup__list-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-pickup__list .slick-prev,
.c-pickup__list .slick-next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.18);
  position: absolute;
  top: 17.9rem;
  left: calc(50% - 32.8rem);
  z-index: 10;
  overflow: hidden;
  text-indent: -99rem;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pickup__list .slick-prev,
.c-pickup__list .slick-next {
    display: none;
  }
}
@media (hover: hover) {
  .c-pickup__list .slick-prev:hover,
.c-pickup__list .slick-next:hover {
    opacity: 1;
    background: #0089D0;
    box-shadow: 0 0.5rem 1rem rgba(34, 86, 124, 0.1);
  }
  .c-pickup__list .slick-prev:hover::after,
.c-pickup__list .slick-next:hover::after {
    border-color: #fff;
  }
}
.c-pickup__list .slick-prev:active,
.c-pickup__list .slick-next:active {
  background: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(34, 86, 124, 0.2);
}
.c-pickup__list .slick-prev::after,
.c-pickup__list .slick-next::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #C2CBD8;
  border-right: 0.2rem solid #C2CBD8;
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  right: 0;
  margin: auto;
}
.c-pickup__list .slick-next {
  left: auto;
  right: calc(50% - 32.8rem);
}
.c-pickup__list .slick-next::after {
  transform: rotate(45deg);
  right: 0.5rem;
  left: 0;
}
.c-pickup__list .slick-track {
  overflow: hidden;
}
.c-pickup__list .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list .slick-dots {
    margin-top: 2rem;
  }
}
.c-pickup__list .slick-dots li {
  width: 1.4rem;
  margin: 0 1rem;
}
.c-pickup__list .slick-dots li button {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: #8A9DB5;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -99rem;
}
.c-pickup__list .slick-dots li.slick-active button {
  background: #fff;
}
.c-pickup__list-box {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-box {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
  }
}
.c-pickup__list-service {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-service {
    display: none;
  }
}
.c-pickup__list-service span {
  display: inline-block;
  background: #ECF5FD;
  font-size: 1.2rem;
  color: #0089D0;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 0.6rem;
  padding: 0.4rem 1.2rem 0.3rem;
}
.c-pickup__list-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.c-pickup__list-company {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-company {
    display: none;
  }
}
.c-pickup__list-tag {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-tag {
    display: none;
  }
}
.c-pickup__list-tag li {
  margin: 0 0.5rem;
}
.c-pickup__list-category {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media screen and (max-width: 767px) {
  .c-pickup__list-category {
    display: none;
  }
}
.c-pickup__list-category li {
  margin: 0 1rem 1rem;
}
.c-pickup__list-category li a {
  display: block;
  border: 0.1rem solid #fff;
  border-radius: 0.4rem;
  padding: 0.25rem 0.65rem;
}

/* コンポーネント
c-archive
----------------------------------------*/
.c-archive {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-archive {
    display: block;
  }
}
.c-archive > li {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  transition: box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .c-archive > li {
    width: 31.0833%;
    margin: 0 0 4rem 3.37505%;
  }
  .c-archive > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-archive > li {
    width: calc((100% - 4rem) / 2);
    margin: 0 0 4rem 4rem;
  }
  .c-archive > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .c-archive > li {
    width: auto;
    margin: 0 0 4rem;
  }
}
@media (hover: hover) {
  .c-archive > li:hover {
    box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
  }
  .c-archive > li:hover a {
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-name: case;
            animation-name: case;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
.c-archive > li > a {
  display: block;
  opacity: 1;
}
.c-archive > li.c-archive__none {
  width: 100%;
  background: none;
  text-align: center;
  box-shadow: none;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-archive > li.c-archive__none {
    font-size: 1.4rem;
  }
}
.c-archive__box {
  margin: 3rem 2rem 2.3rem;
}
.c-archive__box dl {
  border-top: 0.2rem solid #f0f2f5;
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  padding: 0.9rem 0 0;
}
.c-archive__box dl dt {
  width: 7rem;
  color: #8A9DB5;
  margin-bottom: 0.7rem;
}
.c-archive__box dl dd {
  width: calc(100% - 7rem);
  margin-bottom: 0.7rem;
}
.c-archive__service {
  margin-bottom: 1rem;
}
.c-archive__service span {
  display: inline-block;
  background: #ECF5FD;
  font-size: 1.2rem;
  color: #0089D0;
  letter-spacing: 0.04em;
  font-weight: 500;
  border-radius: 0.6rem;
  padding: 0.4rem 1.2rem;
}
.c-archive__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
.c-archive__company {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.c-archive__company:last-child {
  padding-bottom: 0.5rem;
}
.c-archive__category {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.8rem;
  padding: 0 1.5rem;
}
.c-archive__category li {
  margin: 0.5rem;
}
.c-archive__category li a {
  display: block;
  border-radius: 0.4rem;
  background: #ECF5FD;
  color: #0089D0;
  font-size: 1.4rem;
  padding: 0.4rem 0.4rem 0.3rem;
  letter-spacing: 0.04em;
}
.c-archive__tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin: 0.8rem 1.5rem 2.7rem;
}
.c-archive__tag li {
  margin: 0.2rem 0.5rem;
}
.c-archive__tag a {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #A0AFC3;
}
.c-archive__btn-more {
  cursor: pointer;
  max-width: 24rem;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 10.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.3rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  transition: 0.3s;
  letter-spacing: 0.04em;
}
.c-archive__btn-more:hover {
  background: #0089D0;
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
}
.c-archive__btn-more:active {
  background: #00548E;
  color: #fff;
  box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.2);
}

@-webkit-keyframes case {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.75;
  }
}

@keyframes case {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.75;
  }
}
/* コンポーネント
c-pagination
----------------------------------------*/
.c-pagination__list {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #8A9DB5;
}
.c-pagination__list li {
  width: 4.8rem;
  margin: 0 0.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li {
    width: 3.4rem;
  }
}
.c-pagination__list li a {
  display: block;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li a {
    height: 3.4rem;
    line-height: 3.4rem;
  }
}
.c-pagination__list-item-current a {
  background: #222;
  color: #fff;
}
.c-pagination__list-prev a, .c-pagination__list-next a {
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(34, 86, 124, 0.18);
}
@media (hover: hover) {
  .c-pagination__list-prev a:hover, .c-pagination__list-next a:hover {
    opacity: 1;
    background: #0089D0;
    box-shadow: 0 0.5rem 1rem rgba(34, 86, 124, 0.1);
  }
  .c-pagination__list-prev a:hover::before, .c-pagination__list-next a:hover::before {
    border-color: #fff;
  }
}
.c-pagination__list-prev a:active, .c-pagination__list-next a:active {
  background: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(34, 86, 124, 0.2);
}
.c-pagination__list-prev a::before, .c-pagination__list-next a::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #C2CBD8;
  border-right: 0.3rem solid #C2CBD8;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0.8rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-pagination__list-prev a::before, .c-pagination__list-next a::before {
    width: 1.1rem;
    height: 1.1rem;
    border-top-width: 0.2rem;
    border-right-width: 0.2rem;
    right: 0.5rem;
  }
}
.c-pagination__list-prev a::before {
  transform: rotate(-135deg);
  left: 0.5rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination__list-prev a::before {
    left: 0.4rem;
  }
}

/* コンポーネント
c-service
----------------------------------------*/
.c-service {
  background: url(../img/common/service-bg-01.png) no-repeat right top/48.5rem auto, url(../img/common/service-bg-02.png) no-repeat left bottom/51.1rem auto, linear-gradient(to bottom, #009BE3 0%, #016BB8 50%);
  color: #fff;
  padding: 5.7rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .c-service {
    padding: 5.7rem 1.6rem 6rem;
    background-position: right -2.5rem top, left bottom;
    background-size: 48.5rem auto, 52rem auto;
  }
}
.p-home .c-service {
  padding: 10rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-home .c-service {
    padding: 9.2rem 1.6rem 6rem;
  }
}
.p-home .c-service::before {
  content: "SERVICE";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.08;
  color: #F1F3F6;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home .c-service::before {
    top: 3rem;
    font-size: 8rem;
  }
}
.p-home .c-service picture {
  height: 28.6rem;
  overflow: hidden;
  display: block;
  padding-top: 1.8rem;
  background: #ECF5FD;
}
@media screen and (max-width: 767px) {
  .p-home .c-service picture {
    padding-top: 0;
    height: auto;
  }
}
.p-home .c-service__list li {
  display: flex;
}
.p-home .c-service__list li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  padding-top: 0;
}
@media (hover: hover) {
  .p-home .c-service__list li a:hover {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
  .p-home .c-service__list li a:hover .c-service__btn {
    background: #4B596C;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  .p-home .c-service__list li a:active .c-service__btn {
    box-shadow: 0 -0.3rem 0 rgba(0, 0, 0, 0.2);
  }
}
.p-home .c-service__box {
  color: #222;
  padding: 3rem 4rem 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-home .c-service__box {
    padding: 1.9rem 2rem 3rem;
  }
}
.p-home .c-service__box h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.p-home .c-service__box p {
  text-align: left;
  line-height: 1.8;
}
.p-home .c-service__btn {
  width: 24rem;
  background: #222;
  margin: 3rem auto 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 2.7rem;
  padding: 1.3rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.15);
  transition: background 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home .c-service__btn {
    margin: 2rem auto 0;
  }
}
.p-home .c-service__btn::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.25rem solid #fff;
  border-right: 0.25rem solid #fff;
  transform: rotate(45deg);
  margin: 0 -0.8rem 0 0.8rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}
.c-service__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 767px) {
  .c-service__title {
    font-size: 2.2rem;
  }
}
.c-service__title span {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-service__title span {
    margin-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}
.c-service__list {
  max-width: 120rem;
  margin: 0 auto;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.35);
  padding: 3.9rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .c-service__list {
    max-width: 76.7rem;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-service__list {
    padding: 1rem;
  }
}
.c-service__list li {
  width: 48.2143%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .c-service__list li {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-service__list li {
    margin-bottom: 2rem;
  }
}
.c-service__list li:last-child, .c-service__list li:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .c-service__list li:nth-last-child(2) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-service__list li:nth-last-child(2) {
    margin-bottom: 2rem;
  }
}
.c-service__list li a {
  display: block;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #ECF5FD;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  text-align: center;
  padding-top: 1.8rem;
}
@media (hover: hover) {
  .c-service__list li a:hover {
    box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-name: case;
            animation-name: case;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
@media screen and (max-width: 767px) {
  .c-service__list li a {
    padding-top: 0;
  }
}
.c-service__list li a img {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .c-service__list li a img {
    width: auto;
    max-width: 26.5rem;
  }
}

/* コンポーネント
c-contents
----------------------------------------*/
.c-contents h2.wp-block-heading,
.c-contents > h2:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #fff;
  padding-block: 1rem 0.6rem;
  padding-inline: 1.7rem;
  background: linear-gradient(248.49deg, #26B1EA 26.45%, #0089D0 100%);
  border-radius: 0.4rem;
  margin-block: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents h2.wp-block-heading,
.c-contents > h2:not(.wp-block-heading) {
    font-size: 2.4rem;
    padding-block: 1.3rem 0.9rem;
  }
}
.c-contents h2.wp-block-heading:first-child,
.c-contents > h2:not(.wp-block-heading):first-child {
  margin-top: 0;
}
.c-contents h3.wp-block-heading,
.c-contents > h3:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-bottom: 0.8rem;
  border-bottom: 0.3rem solid #26B1EA;
  position: relative;
  margin-block: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-contents h3.wp-block-heading,
.c-contents > h3:not(.wp-block-heading) {
    padding-bottom: 0.3rem;
  }
}
.c-contents h3.wp-block-heading::after,
.c-contents > h3:not(.wp-block-heading)::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  right: 0;
  height: 0.3rem;
  width: calc(100% - 9rem);
  background-color: #0089D0;
}
.c-contents h4.wp-block-heading,
.c-contents > h4:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-block: 4rem 2rem;
}
.c-contents h5.wp-block-heading,
.c-contents > h5:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-block: 4rem 2rem;
}
.c-contents h6.wp-block-heading,
.c-contents > h6:not(.wp-block-heading) {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-block: 4rem 2rem;
}
.c-contents > ol,
.c-contents ol.wp-block-list {
  counter-reset: i;
}
.c-contents > ol li,
.c-contents ol.wp-block-list li {
  padding-left: 2.5rem;
  margin-top: 1rem;
}
.c-contents > ol li::before,
.c-contents ol.wp-block-list li::before {
  counter-increment: i;
  content: counter(i) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.c-contents > ol > li,
.c-contents ol.wp-block-list > li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-contents > ul li,
.c-contents ul.wp-block-list li {
  padding-left: 2.5rem;
  margin-top: 1rem;
}
.c-contents > ul li::before,
.c-contents ul.wp-block-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-contents > ul > li,
.c-contents ul.wp-block-list > li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-contents > ul,
.c-contents > ol,
.c-contents > .wp-block-list {
  margin: 2.4rem 0;
}
.c-contents > img {
  margin-top: 4rem;
}
.c-contents .wp-block-image {
  margin: 4rem 0;
}
.c-contents .wp-block-image:first-child {
  margin-top: 0;
}
.c-contents .wp-block-image .wp-element-caption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.c-contents .wp-block-table {
  margin: 2rem 0;
}
.c-contents__summary {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 3.9rem 4rem;
  margin: 4rem 0;
}
.c-contents__summary dl + dl {
  margin-top: 3.5rem;
}
.c-contents__summary dt {
  font-size: 1.8rem;
  color: #0089D0;
  font-weight: 700;
  margin-bottom: 1rem;
}
.c-contents__summary dd {
  font-size: 1.6rem;
  color: #222;
  font-weight: 600;
  line-height: 1.5;
}
.c-contents__summary dd + dd {
  margin-top: 2rem;
}
.c-contents__person {
  background: #F1F3F6;
  border-radius: 1.2rem;
  padding: 4rem;
  margin: 4rem 0;
}
.c-contents__person > p {
  line-height: 1.5;
}
.c-contents__person-info {
  border-bottom: 0.1rem solid #D2D8E2;
  display: flex;
  align-items: center;
  padding: 0 0 1.8rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info {
    display: block;
  }
}
.c-contents__person-info-img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info-img {
    margin: 0 auto 4rem;
  }
}
.c-contents__person-info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-contents__person-info-text {
  flex: 1;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents__person-info-text {
    padding-left: 0;
    padding-right: 1rem;
  }
}
.c-contents__person-info-text h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.c-contents__person-info-text h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 0.4rem;
}
.c-contents__person-info-text p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-contents__reference {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 4rem;
  margin: 4rem 0;
}
.c-contents__reference h3 {
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.c-contents__reference p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-contents__reference p + p {
  margin-top: 2.4rem;
}
.c-contents__related-posts {
  background: #F1F3F6;
  border-radius: 0.6rem;
  padding: 4rem 3.5rem;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts {
    padding: 4rem;
  }
}
.c-contents__related-posts-title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.c-contents__related-posts-subtitle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts-subtitle {
    margin-right: -1rem;
  }
}
.c-contents__related-posts-list {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-contents__related-posts-list li + li {
    margin-top: 2rem;
  }
}
.c-contents__related-posts-list a {
  color: #209CFF;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.c-contents > p {
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-contents > p {
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.c-contents > p + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-contents > p + p {
    margin-top: 3rem;
  }
}
.c-contents #toc_container {
  border: 0.1rem solid #C2CBD8;
  border-radius: 0.6rem;
  display: block !important;
  margin-bottom: 4rem;
}
.c-contents #toc_container.contracted .toc_title::after {
  transform: rotate(135deg);
  vertical-align: 0.4rem;
}
.c-contents #toc_container .toc_title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.4;
  padding: 2rem;
}
.c-contents #toc_container .toc_title::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #0089D0;
  border-right: 0.2rem solid #0089D0;
  transform: rotate(-45deg);
  margin: 0 -0.5rem 0 0.8rem;
  vertical-align: -0.1rem;
}
.c-contents #toc_container .toc_title .toc_toggle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-contents #toc_container .toc_title .toc_toggle .toc_brackets {
  display: none;
}
.c-contents #toc_container .toc_title .toc_toggle a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -999rem;
}
.c-contents #toc_container .toc_list {
  width: 100% !important;
  margin: 0 !important;
  padding: 0.2rem 3.9rem 4rem !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list {
    padding: 0.2rem 2.4rem 2.1rem !important;
  }
}
.c-contents #toc_container .toc_list .toc_depth_1::after {
  content: ".";
  margin-right: 0.2rem;
}
.c-contents #toc_container .toc_list li + li {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list li + li {
    margin-top: 0.4rem;
  }
}
.c-contents #toc_container .toc_list ul {
  margin: 0.6rem 0 0 2rem;
}

/* コンポーネント
c-detailfooter
----------------------------------------*/
.c-detailfooter__service {
  background: linear-gradient(135deg, #ccd6e2 0%, #fbfdff 100%);
  border-radius: 1.2rem;
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  .c-detailfooter__service {
    border-radius: 0.6rem;
    padding: 1.6rem;
  }
}
.c-detailfooter__service a {
  display: block;
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 6rem -2rem rgba(0, 46, 79, 0.1);
}
@media (hover: hover) {
  .c-detailfooter__service a:hover {
    opacity: 1;
  }
  .c-detailfooter__service a:hover .c-detailfooter__service-btn {
    background: #4B596C;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  .c-detailfooter__service a:active .c-detailfooter__service-btn {
    box-shadow: 0 -0.3rem 0 rgba(0, 0, 0, 0.2);
  }
}
.c-detailfooter__service a figure {
  text-align: center;
  background: #ECF9FD;
  padding-top: 2rem;
}
.c-detailfooter__service a figure img {
  max-width: 45rem;
}
@media screen and (max-width: 1024px) {
  .c-detailfooter__service a figure img {
    width: 100%;
    max-width: 26.7rem;
  }
}
.c-detailfooter__service-box {
  padding: 2.9rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-detailfooter__service-box {
    padding: 2rem 2rem 3rem;
  }
}
.c-detailfooter__service-box p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-detailfooter__service-title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.c-detailfooter__service-btn {
  width: 24rem;
  background: #222;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 2.7rem;
  padding: 1.2rem 1rem 1.4rem;
  margin: 3rem auto 0;
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.15);
  transition: background 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .c-detailfooter__service-btn {
    max-width: 100%;
    margin: 2rem auto 0;
  }
}
.c-detailfooter__service-btn::after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/common/icon-external-white.svg) no-repeat left top/100% auto;
  vertical-align: -0.5rem;
  margin: 0 -1rem 0 0.7rem;
}
.c-detailfooter__sns {
  display: flex;
  justify-content: center;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  .c-detailfooter__sns {
    width: 100%;
    max-width: 34.5rem;
    justify-content: space-between;
  }
}
.c-detailfooter__sns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .c-detailfooter__sns-x, .c-detailfooter__sns-facebook {
    width: 46.3768%;
  }
}
.c-detailfooter__sns-x a, .c-detailfooter__sns-facebook a {
  display: block;
  width: 24rem;
  background: #222;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 2.7rem;
  padding: 1.1rem 1rem 1.3rem;
  margin: 0 2rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.15);
}
@media (hover: hover) {
  .c-detailfooter__sns-x a:hover, .c-detailfooter__sns-facebook a:hover {
    opacity: 0.9;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .c-detailfooter__sns-x a:active, .c-detailfooter__sns-facebook a:active {
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
@media screen and (max-width: 1024px) {
  .c-detailfooter__sns-x a, .c-detailfooter__sns-facebook a {
    width: 100%;
    margin: 0;
  }
}
.c-detailfooter__sns-x a::before, .c-detailfooter__sns-facebook a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icon-x.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin: 0 1.5rem 0 1rem;
}
.c-detailfooter__sns-facebook a {
  background: #0866FF;
}
.c-detailfooter__sns-facebook a::before {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/common/icon-facebook.png);
  vertical-align: -0.2rem;
  margin: -0.2rem 1.5rem -0.2rem 1rem;
}
.c-detailfooter__category {
  border: 1px solid #C2CBD8;
  border-radius: 0.6rem;
  padding: 3.9rem 3.8rem 3rem;
  margin: 4rem 0;
}
.c-detailfooter__category-title {
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-detailfooter__category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 1rem;
}
.c-detailfooter__category-list:last-child {
  margin-bottom: 0;
}
.c-detailfooter__category-list li {
  margin: 1rem;
}
.c-detailfooter__category-list a {
  display: block;
  background: #F1F3F6;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  padding: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-detailfooter__category-list a {
    color: #0089D0;
  }
}
.c-detailfooter__category-tag {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 -1rem;
}
.c-detailfooter__category-tag li {
  margin: 1rem;
}
.c-detailfooter__category-tag li a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

/* コンポーネント
c-related
----------------------------------------*/
.c-related {
  background: #E1E6EC;
  padding: 5.5rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .c-related {
    background: #F1F3F6;
    padding: 6.3rem 1.6rem 6rem;
  }
}
.c-related__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  font-size: 1.2;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-related__title {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 4rem;
  }
}
.c-related__btn {
  text-align: center;
}
.c-related__btn a {
  display: inline-block;
  width: 34rem;
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 2.8rem;
  padding: 1.3rem 1.4rem 1.5rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
@media (hover: hover) {
  .c-related__btn a:hover {
    opacity: 1;
    background: #0089D0;
    border-color: #0089D0;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .c-related__btn a:hover::after {
    border-color: #fff;
  }
}
.c-related__btn a:active {
  background: #00548E;
  border-color: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.2);
}
.c-related__btn a:active::after {
  border-color: #fff;
}
.c-related__btn a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.25rem solid #009BE3;
  border-right: 0.25rem solid #009BE3;
  transform: rotate(45deg);
  margin: 0 -0.8rem 0 0.8rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-related__btn a {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-column .c-related .c-archive {
    justify-content: space-between;
  }
  .p-column .c-related .c-archive > li {
    width: 48.3333%;
    margin-left: 0;
  }
  .p-column .c-related .c-archive > li > a {
    padding-top: 2rem;
  }
  .p-column .c-related .c-archive > li figure {
    border-radius: 0.6rem;
    margin: 0 2rem;
    overflow: hidden;
  }
  .p-column .c-related .c-archive__box {
    margin-top: 2rem;
  }
  .p-column .c-related .c-archive__tag {
    margin-bottom: 4.5rem;
  }
  .p-column .c-related .c-archive__category li a {
    background: #F1F3F6;
    color: inherit;
  }
}

/* コンポーネント
c-search-box
----------------------------------------*/
.c-search-box {
  max-width: 60rem;
  margin: 0 auto 4rem;
}
.c-search-box__btn {
  content: "";
  position: absolute;
  background: url(../img/common/icon-search.svg) no-repeat;
  background-size: 100% 100%;
  width: 1.8rem;
  height: 1.8rem;
  left: 2rem;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.c-search-box__reset {
  display: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #494949;
  font-size: 2rem;
  opacity: 0.2;
  transition: 0.3s;
}
.c-search-box__reset:hover {
  opacity: 1;
}
.c-search-box__reset:hover::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #D2D8E2;
  z-index: -1;
  top: 48%;
  transform: translateY(-50%);
  right: -0.35rem;
}
.c-search-box__text {
  position: relative;
}
.c-search-box__text input {
  background: #fff;
  border-radius: 2.5rem;
  width: 100%;
  padding: 1.2rem 2rem 1.2rem 4.8rem;
  box-shadow: 0 0 6rem rgba(0, 65, 110, 0.1);
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  transition: 0.3s;
}
.c-search-box__text input::-moz-placeholder {
  color: #A0AFC3;
  opacity: 1;
}
.c-search-box__text input::placeholder {
  color: #A0AFC3;
  opacity: 1;
}
.c-search-box__text input:focus-visible {
  background: #fff;
  outline: none;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.2);
}
.c-search-box__text input:not(:-moz-placeholder-shown) + .c-search-box__reset {
  display: inline-block;
}
.c-search-box__text input:not(:placeholder-shown) + .c-search-box__reset {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-search-box__text input:not(:-moz-placeholder-shown) + .c-search-box__reset {
    opacity: 1;
  }
  .c-search-box__text input:not(:placeholder-shown) + .c-search-box__reset {
    opacity: 1;
  }
  .c-search-box__text input:not(:-moz-placeholder-shown) + .c-search-box__reset::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #D2D8E2;
    z-index: -1;
    top: 48%;
    transform: translateY(-50%);
    right: -0.35rem;
  }
  .c-search-box__text input:not(:placeholder-shown) + .c-search-box__reset::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #D2D8E2;
    z-index: -1;
    top: 48%;
    transform: translateY(-50%);
    right: -0.35rem;
  }
}
.c-search-modal {
  position: fixed;
  width: 100%;
  height: calc(100% + 7rem);
  z-index: 2100;
  display: none;
  top: -7rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-search-modal {
    height: 100%;
    top: 0;
  }
}
.c-search-modal::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  transition: 0.3s;
  opacity: 0;
}
.c-search-modal.is-active {
  opacity: 1;
  display: block;
}
.c-search-modal.is-active::before {
  opacity: 0.25;
}
.c-search-modal__contents {
  max-width: 88rem;
  margin: 0 auto;
  background: url(../img/common/bg-search.png) no-repeat;
  background-size: cover;
  background-color: #F1F3F6;
  border-radius: 0.8rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  padding: 6rem 4rem 4.4rem;
  position: absolute;
  top: 14rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-search-modal__contents {
    top: 7rem;
    border-radius: 0;
    height: calc(100% - 7rem);
    padding: 6rem 2rem;
    background: url(../img/common/bg-search-sp.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    background-color: #F1F3F6;
  }
}
.c-search-modal__close {
  position: absolute;
  right: 3rem;
  top: 3rem;
  transition: 0.3s;
}
.c-search-modal__close:hover {
  opacity: 0.5;
}
.c-search-modal__title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-search-modal__title {
    font-size: 2.6rem;
  }
}
.c-search-modal__subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-search-modal__subtitle {
    font-size: 1.6rem;
  }
}
.c-search-modal__recommend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-search-modal__recommend li {
  margin-bottom: 1.6rem;
}
.c-search-modal__recommend li a {
  position: relative;
  font-size: 1.4rem;
  margin: 0 2rem;
  transition: color 0.3s;
}
.c-search-modal__recommend li a:hover {
  color: #0089D0;
}
.c-search-modal__recommend li a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.15rem solid #0089D0;
  border-right: 0.15rem solid #0089D0;
  transform: rotate(45deg);
  margin: 0 0.9rem 0 1rem;
  vertical-align: 0.2rem;
  transition: border-color 0.3s;
}
.c-search-modal__recommend li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external-blue.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.7rem;
}

.c-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 2.8rem 0.8rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  background: #FFF;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
}
@media screen and (max-width: 1024px) {
  .c-btn {
    min-width: 24rem;
    padding-inline: 0;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
}
.c-btn::after {
  content: "";
  background-image: url(../img/common/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1rem;
  height: 1.6rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    margin-top: 0.1rem;
  }
}
.c-btn.is-black {
  background-color: #222;
  color: #fff;
}
.c-btn.is-black::after {
  background-image: url(../img/common/icon-arrow-white.svg);
}
@media (hover: hover) {
  .c-btn.is-black:hover {
    opacity: 1;
    background-color: #494949;
  }
}
.c-btn.is-orange {
  background-color: #FF7B00;
  color: #fff;
}
.c-btn.is-orange::after {
  background-image: url(../img/common/icon-arrow-white.svg);
}
@media (hover: hover) {
  .c-btn.is-orange:hover {
    opacity: 1;
    background-color: #FFAA17;
  }
}
.c-btn__use {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 4.8rem;
  background: linear-gradient(70.02deg, #0C57AE 12.31%, #153D8E 82.42%);
  border-radius: 10rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  padding-inline: 2rem 2.2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-btn__use {
    width: 33.5rem;
    max-width: 100%;
    justify-content: center;
  }
}
.c-btn__use::after {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.1rem;
  height: 2.1rem;
}
.c-btn__use-title {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #153D8E;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5rem;
  padding-inline: 1.1rem;
  padding-block: 0.5rem;
}

/* レイアウト
l-header
----------------------------------------*/
.l-header {
  background: #fff;
  padding: 0 2rem;
  height: 8.4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.08);
  z-index: 2000;
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 7rem;
    padding: 1.85rem 2rem 0;
  }
}
.l-header__inner {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: static;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    align-items: stretch;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    display: block;
    margin: 0.3rem 0;
  }
}
.l-header__logo img {
  width: 11.9rem;
}
@media screen and (max-width: 1024px) {
  .l-header__logo img {
    width: 10.1rem;
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.l-header__logo a span {
  margin: 0.1rem 0 0 2.3rem;
}
@media screen and (max-width: 1240px) {
  .l-header__logo a span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo a span {
    margin: 0.1rem 0 0 2.1rem;
  }
}
.l-header__btn {
  display: none;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .l-header__btn {
    display: block;
    margin: 0.1rem -0.2rem 0 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 3.2rem;
    height: 3.2rem;
    background: none;
    border-radius: 0;
  }
  .l-header__btn::before, .l-header__btn::after {
    content: "";
  }
  .l-header__btn::before, .l-header__btn::after,
.l-header__btn span {
    display: block;
    background: #15315C;
    height: 0.2rem;
    position: absolute;
    top: 0.2rem;
    left: 0;
    right: 0;
    transition: transform 0.5s, opacity 0.5s, top 0.5s, background 0.5s;
  }
  .l-header__btn span {
    top: 1.3rem;
  }
  .l-header__btn::after {
    top: 2.4rem;
  }
  .nav-open .l-header__btn::before {
    transform: rotate(45deg);
    top: 1.5rem;
    width: 4rem;
    background: #222;
    left: -0.4rem;
  }
  .nav-open .l-header__btn span {
    transform: rotate(45deg);
    top: 1.5rem;
    opacity: 0;
    width: 4rem;
    background: #222;
    left: -0.4rem;
  }
  .nav-open .l-header__btn::after {
    transform: rotate(-45deg);
    top: 1.5rem;
    width: 4rem;
    background: #222;
    left: -0.4rem;
  }
}

/* レイアウト
l-footer
----------------------------------------*/
.l-footer {
  background: linear-gradient(to bottom, #f1f3f6 0%, #fff 100%);
  padding: 4.8rem 0 8.9rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.8rem 0 7rem;
  }
}
.l-footer__pagetop {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1500;
}
.l-footer__inner {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    width: auto;
    margin: 0 1.6rem;
  }
}
.l-footer__logo {
  width: 23.5rem;
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: auto;
    margin-right: 0;
  }
}
.l-footer__logo > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a {
    padding-left: 1.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer__logo > a p {
  font-size: 1.9rem;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a p {
    font-size: 1.8rem;
  }
}
.l-footer__logo > a img {
  width: 19.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo > a img {
    width: 19.2rem;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 1.6rem;
    width: 21rem;
  }
}
.l-footer__navi {
  display: flex;
  margin-top: 1.1rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__navi {
    display: block;
    margin-top: 4.8rem;
  }
}
.l-footer__navi dl {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi dl {
    margin-left: 0;
  }
  .l-footer__navi dl + dl {
    margin-top: 3.3rem;
  }
}
.l-footer__navi dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.3rem;
}
.l-footer__navi dl dt a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.15rem solid #222;
  border-right: 0.15rem solid #222;
  transform: rotate(45deg);
  margin: 0 0.9rem 0 1rem;
  vertical-align: 0.3rem;
  transition: border-color 0.3s;
}
.l-footer__navi dl dd ul li {
  margin-top: 1.1rem;
}
@media (hover: hover) {
  .l-footer__navi dl dd ul li a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .l-footer__navi dl dd ul li a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
  .l-footer__navi dl dd ul li a:hover:not([target=_blank])::after {
    border-color: #0089D0;
  }
}
.l-footer__navi dl dd ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.7rem;
}
.l-footer__navi dl dd ul li a:not([target=_blank])::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.15rem solid #222;
  border-right: 0.15rem solid #222;
  transform: rotate(45deg);
  margin: 0 0.9rem 0 1rem;
  vertical-align: 0.3rem;
  transition: border-color 0.3s;
}
.l-footer__security {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 7rem auto 5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__security {
    width: auto;
    margin: 3.4rem 1.6rem 2.8rem;
    flex-wrap: wrap;
  }
}
.l-footer__security-pmark {
  width: 7.1rem;
  margin-right: 1.5rem;
}
.l-footer__security-pmark a {
  display: block;
}
.l-footer__security-isms {
  width: 11.5rem;
}
.l-footer__security-text {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin: 0.2rem 0 0 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-footer__security-text {
    width: 100%;
    margin: 2.5rem 0 0;
  }
}
.l-footer__security-bnr {
  width: 34.2rem;
  margin: 0 0 2.3rem auto;
}
@media screen and (max-width: 767px) {
  .l-footer__security-bnr {
    width: 100%;
    margin: 2.8rem 0 0;
  }
}
.l-footer__link {
  border-top: 0.1rem solid #E1E6EC;
  display: flex;
  justify-content: center;
  font-size: 1.3rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  padding: 6.1rem 0 1.2rem;
}
@media screen and (max-width: 1024px) {
  .l-footer__link {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    margin: 0 1.6rem;
    padding: 4rem 0 2.1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-footer__link li {
  margin: 0 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__link li {
    width: 100%;
    margin: 0 0 1.15rem;
    text-align: center;
  }
  .l-footer__link li:last-child {
    width: auto;
    margin: 0 0 0 2rem;
  }
  .l-footer__link li:nth-last-child(2) {
    width: auto;
    margin: 0;
  }
}
@media (hover: hover) {
  .l-footer__link a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .l-footer__link a:hover[target=_blank]::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
.l-footer__link a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
.l-footer__copyright {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.2rem;
}
/* レイアウト
l-main
----------------------------------------*/
.l-main {
  background: #F1F3F6;
}
@media screen and (max-width: 767px) {
  .l-main {
    overflow: hidden;
  }
}
.l-main__inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 92%;
}
@media screen and (max-width: 767px) {
  .l-main__inner {
    max-width: 90%;
  }
}
.l-main__section {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .l-main__section {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

/* homeページ
main エリア
----------------------------------------*/
.p-home .l-main {
  overflow: hidden;
}
.p-home__main {
  min-height: 50rem;
  background-color: #F1F3F6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 6rem;
  background-image: url(../img/home/fv-img-bg.png);
  background-size: 154rem;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .p-home__main {
    background-image: url(../img/home/fv-img-bg-tab.png);
    min-height: 0;
    padding-block: 4.3rem 0;
    background-size: 76.8rem;
    background-position: top right;
  }
}
@media screen and (max-width: 767px) {
  .p-home__main {
    background-image: none;
    padding-block: 1.9rem 0;
  }
}
.p-home__main-inner {
  margin-inline: auto;
  max-width: 132rem;
  width: 100%;
  padding-inline: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-home__main-inner {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
  }
}
.p-home__main-lead {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-home__main-lead {
    padding-inline: 4rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__main-lead {
    text-align: center;
    font-size: 1.7rem;
    margin-bottom: 0.6rem;
  }
}
.p-home__main-lead span {
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-home__main-lead span {
    font-size: 1.6rem;
  }
}
.p-home__main-title {
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-home__main-title {
    padding-inline: 4rem;
    font-size: 2.9rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__main-title {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 0;
    padding-inline: 1rem;
    padding-bottom: 58.6666666667vw;
    background-image: url(../img/home/fv-img-bg-sp.png);
    background-size: 100% auto;
    background-position: bottom;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__main-award {
    order: 2;
    background-color: #0089D0;
    padding-inline: 2rem;
    padding-block: 2rem 2.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-home__main-award {
    padding-block: 1rem 1.6rem;
  }
}
.p-home__main-award figcaption {
  display: block;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.41;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-home__main-award figcaption {
    color: #fff;
    text-align: center;
    margin-top: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__main-award figcaption {
    margin-top: 0.7rem;
  }
}
.p-home__main-award figcaption a {
  text-decoration: underline;
}
.p-home__main .btn-list {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home__main .btn-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
    margin-top: 0;
  }
}
.p-home__main .btn-list a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-width: 24.8rem;
  min-height: 5.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 4rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background: #222;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-home__main .btn-list a {
    width: 100%;
    min-width: 0;
    border-radius: 0;
    min-height: 4.1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__main .btn-list a {
    padding-inline: 0;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
  }
}
@media (hover: hover) {
  .p-home__main .btn-list a:hover {
    opacity: 1;
    background-color: #494949;
  }
}
.p-home__main .btn-list a::after {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 2rem;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1024px) {
  .p-home__main .btn-list a::after {
    width: 0.9rem;
    height: 1.4rem;
  }
}
.p-home__main .btn-list a.is-orange {
  background-color: #FF7B00;
}
@media (hover: hover) {
  .p-home__main .btn-list a.is-orange:hover {
    background-color: #FFAA17;
  }
}
.p-home__main .slick-dots {
  display: none;
}
.p-home__logo {
  background-color: #fff;
}
.p-home__logo-inner {
  margin-inline: auto;
  max-width: 119.5rem;
  width: 100%;
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 3rem;
  padding-block: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .p-home__logo-inner {
    -moz-column-gap: 2.8rem;
         column-gap: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__logo-inner {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
    padding-block: 3rem;
    padding-inline: 0.6rem;
    row-gap: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home__logo-inner img {
    max-height: 2.7rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home__logo-inner img:nth-last-child(-n+2) {
    max-height: 2.4rem;
  }
}
.p-home__headline {
  background-color: #003256;
  padding-block: 1.6rem;
}
.p-home__headline-inner {
  margin-inline: auto;
  max-width: 132rem;
  width: 100%;
  padding-inline: 2rem;
  color: #fff;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-home__headline-inner {
    flex-wrap: wrap;
  }
}
.p-home__headline-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .p-home__headline-title {
    font-size: 1.4rem;
  }
}
.p-home__headline-title::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/home/icon-headline.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .p-home__headline-title::before {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.p-home__headline-list {
  display: grid;
  grid-template-columns: 8rem 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-home__headline-list {
    display: contents;
  }
}
.p-home__headline-list dt {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-home__headline-list dt {
    font-size: 1.4rem;
  }
}
.p-home__headline-list dd {
  padding-top: 0.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-home__headline-list dd {
    font-size: 1.4rem;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home__headline-list dd {
    width: 100%;
  }
}
.p-home__headline-more {
  margin-left: auto;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .p-home__headline-more {
    display: none;
  }
}
.p-home__headline-more::after {
  content: "";
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  rotate: 45deg;
  width: 0.9rem;
  height: 0.9rem;
}

/* homeページ
award エリア
----------------------------------------*/
.p-home__award {
  background: linear-gradient(to bottom, #fff 78%, #eef1f4 98%, #e1e6ec 100%);
  padding: 3rem 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home__award {
    padding: 3rem 1.6rem;
  }
  .p-home__award figure {
    width: 33.9rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.p-home__award-title {
  font-size: 3.2rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__award-title {
    font-size: 2.6rem;
  }
}
.p-home__award-title span {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-home__award-title span {
    font-size: 1.6rem;
    line-height: 1.35;
    margin-bottom: 0.2rem;
  }
}
.p-home__award p {
  font-size: 1.1rem;
  margin-top: 1.4rem;
  line-height: 1.41;
}
.p-home__award p a {
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}

/* homeページ
about エリア
----------------------------------------*/
.p-home__about {
  background: #F1F3F6;
  padding-block: 6rem;
}
.p-home__about-inner {
  width: 113.8rem;
  max-width: 100%;
  padding-inline: 2rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-home__about-inner {
    padding-inline: 4rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about-inner {
    padding-inline: 2rem;
    flex-direction: column;
    row-gap: 3rem;
  }
}
.p-home__about-figure {
  width: 37.7rem;
}
@media screen and (max-width: 1024px) {
  .p-home__about-figure {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about-figure {
    width: auto;
    max-width: 33.5rem;
  }
}
.p-home__about-text {
  flex: 1;
}
.p-home__about-lead {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .p-home__about-lead {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about-lead {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .p-home__about-lead br {
    display: none;
  }
}
.p-home__about-title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-home__about-title {
    font-size: 2.6rem;
  }
}
.p-home__about-desc {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .p-home__about-desc {
    font-size: 1.6rem;
  }
}
.p-home__about-btn {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  width: 28rem;
  height: 5.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  background: #fff;
  border: 1px solid #F1F3F6;
  box-shadow: 0px 1.3rem 3rem rgba(0, 65, 110, 0.1);
  border-radius: 10rem;
}
@media screen and (max-width: 1024px) {
  .p-home__about-btn {
    width: 24.5rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home__about-btn {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-home__about-btn:hover {
    opacity: 1;
    background: #0089D0;
    border-color: #0089D0;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-home__about-btn:hover::after {
    border-color: #fff;
  }
}
.p-home__about-btn:active {
  background: #00548E;
  border-color: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.2);
}
.p-home__about-btn:active::after {
  border-color: #fff;
}
.p-home__about-btn::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.25rem solid #009BE3;
  border-right: 0.25rem solid #009BE3;
  transform: rotate(45deg);
  margin: 0 -0.8rem 0 0.8rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}

/* homeページ
scene エリア
----------------------------------------*/
.p-home__scene {
  background: url(../img/common/service-bg-01.png) no-repeat right top/48.5rem auto, url(../img/common/service-bg-02.png) no-repeat left bottom/51.1rem auto, linear-gradient(to bottom, #009be3 0%, #016bb8 50%);
  padding: 10rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-home__scene {
    background: url(../img/common/service-bg-01.png) no-repeat right top/48.5rem auto, linear-gradient(to bottom, #009be3 0%, #016bb8 50%);
    padding: 9.6rem 1.6rem 6rem;
  }
}
.p-home__scene::before {
  content: "SCENE";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.08;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home__scene::before {
    font-size: 8rem;
    top: 2.8rem;
  }
}
.p-home__scene-title {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__scene-title {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 2.2rem;
  }
}
.p-home__scene-title span {
  display: block;
  font-size: 1.8rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home__scene-title span {
    margin-bottom: 0.7rem;
  }
}
.p-home__scene-text {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home__scene-text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-home__scene-navi {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-home__scene-navi {
    flex-wrap: wrap;
    margin: 2rem 1rem 1rem;
  }
}
.p-home__scene-navi li {
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-home__scene-navi li {
    margin: 0 0.5rem 1rem;
  }
}
.p-home__scene-navi li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  display: block;
  background: #fff;
  color: #222;
  padding: 1rem 2.7rem 0.9rem;
  border-radius: 2.4rem;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home__scene-navi li button {
    font-size: 1.4rem;
    padding: 0.6rem 1.6rem 0.7rem;
  }
}
@media (hover: hover) {
  .p-home__scene-navi li button:hover {
    opacity: 0.8;
  }
}
.p-home__scene-navi li.current button {
  background: #222;
  color: #fff;
}
.p-home__scene-list {
  max-width: 120rem;
  margin: 0 auto;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.35);
  padding: 4rem 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-home__scene-list {
    padding: 0.4rem 0.9rem;
    display: block;
  }
}
.p-home__scene-list > li {
  width: calc((100% - 16rem) / 4);
  margin: 0 2rem 4rem;
  min-height: 24.3rem;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-home__scene-list > li {
    width: calc((100% - 12rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-home__scene-list > li {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
    min-height: 0;
  }
}
.p-home__scene-list > li > a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
  padding: 2rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home__scene-list > li > a {
    display: flex;
    align-items: center;
    padding: 1.2rem 3.8rem 1.2rem 0.8rem;
  }
  .p-home__scene-list > li > a::before {
    content: "";
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto 0;
  }
  .p-home__scene-list > li > a::after {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.8rem;
    margin: auto 0;
  }
}
@media (hover: hover) {
  .p-home__scene-list > li > a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
  }
}
.p-home__scene-list > li > a figure {
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__scene-list > li > a figure {
    margin-bottom: 0;
    width: 9.2rem;
  }
}
.p-home__scene-list > li > a figure img {
  display: block;
  height: 11rem;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home__scene-list > li > a figure img {
    height: 6rem;
  }
}
.p-home__scene-list > li > a h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home__scene-list > li > a h3 {
    flex: 1;
    text-align: left;
    padding-left: 0.8rem;
  }
}
.p-home__scene-list > li > a h3 span {
  font-size: 1.4rem;
  font-weight: 600;
}
.p-home__scene-list-detail {
  font-size: 1.3rem;
  color: #0089D0;
  margin: 0.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-home__scene-list-detail {
    display: none;
  }
}
.p-home__scene-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 3rem 2rem;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-home__scene-modal {
    align-items: flex-start;
  }
}
.p-home__scene-modal.show {
  opacity: 1;
  pointer-events: all;
}
.p-home__scene-modal-inner {
  margin: auto 0;
  max-width: calc(100% - 4rem);
}
@media screen and (max-width: 1024px) {
  .p-home__scene-modal-inner {
    max-width: none;
  }
}
.p-home__scene-modal .c-service__list {
  background: none;
  border: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.p-home__scene-modal .c-service__list li {
  width: 54rem;
  max-width: 48.2143%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-home__scene-modal .c-service__list li {
    width: auto;
    max-width: none;
  }
}
.p-home__scene-modal .c-service__list li + li {
  margin-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-home__scene-modal .c-service__list li + li {
    margin: 2rem 0 0;
  }
}
.p-home__scene-modal .c-service__list li:only-child {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-home__scene-modal .c-service__list li {
    width: 85.3333vw;
  }
}
.p-home__scene-modal .c-service__list li picture {
  height: 28.6rem;
  overflow: hidden;
  display: block;
  padding-top: 1.8rem;
  background: #ECF5FD;
}
@media screen and (max-width: 767px) {
  .p-home__scene-modal .c-service__list li picture {
    padding-top: 0;
    height: auto;
  }
}
.p-home__scene-modal-close {
  margin: 0 0 1.5rem auto;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: none;
  border-radius: 0;
  z-index: 10;
}
.p-home__scene-modal-close::before, .p-home__scene-modal-close::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 2.7rem;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-home__scene-modal-close::after {
  transform: rotate(-45deg);
}

/* homeページ
case エリア
----------------------------------------*/
.p-home__case {
  padding: 9.5rem 0 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home__case {
    padding: 9.2rem 0 6rem;
  }
}
.p-home__case::before {
  content: "CASES";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.5;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home__case::before {
    top: 2.8rem;
    font-size: 8rem;
  }
}
.p-home__case-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__case-title {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.p-home__case-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__case-title span {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.p-home__case .c-archive {
  max-width: none;
  justify-content: center;
}
.p-home__case .c-archive li.slick-slide,
.p-home__case .c-archive > li {
  width: 30rem;
  border-radius: 1.2rem;
  margin: 0 2rem;
  float: left;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  transition: box-shadow 0.3s;
  display: flex;
}
@media (hover: hover) {
  .p-home__case .c-archive li.slick-slide:hover,
.p-home__case .c-archive > li:hover {
    box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
  }
  .p-home__case .c-archive li.slick-slide:hover a,
.p-home__case .c-archive > li:hover a {
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-name: case;
            animation-name: case;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
@media screen and (max-width: 767px) {
  .p-home__case .c-archive li.slick-slide,
.p-home__case .c-archive > li {
    margin: 0 0.7rem;
  }
}
.p-home__case .c-archive li.slick-slide a,
.p-home__case .c-archive > li a {
  opacity: 1;
  display: block;
  height: 100%;
}
.p-home__case .c-archive__box {
  margin-top: 2rem;
}
.p-home__case .c-archive__company {
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.p-home__case .c-archive__title {
  font-weight: 400;
}
.p-home__case .c-archive .slick-list {
  padding: 2rem 0 !important;
}
.p-home__case .c-archive .slick-list::after {
  content: "";
  display: block;
  clear: both;
}
.p-home__case .c-archive .slick-track {
  display: flex;
}
.p-home__case .c-archive .slick-next,
.p-home__case .c-archive .slick-prev {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(34, 86, 124, 0.18);
  overflow: hidden;
  text-indent: -99rem;
  position: absolute;
  top: 19.3rem;
  right: 12rem;
  z-index: 10;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home__case .c-archive .slick-next,
.p-home__case .c-archive .slick-prev {
    display: none !important;
  }
}
@media (hover: hover) {
  .p-home__case .c-archive .slick-next:hover,
.p-home__case .c-archive .slick-prev:hover {
    opacity: 1;
    background: #0089D0;
    box-shadow: 0 0.5rem 1rem rgba(34, 86, 124, 0.1);
  }
  .p-home__case .c-archive .slick-next:hover::before,
.p-home__case .c-archive .slick-prev:hover::before {
    border-color: #fff;
  }
}
.p-home__case .c-archive .slick-next:active,
.p-home__case .c-archive .slick-prev:active {
  background: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(34, 86, 124, 0.2);
}
.p-home__case .c-archive .slick-next::before,
.p-home__case .c-archive .slick-prev::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #C2CBD8;
  border-right: 0.3rem solid #C2CBD8;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  right: 0;
  margin: auto;
}
.p-home__case .c-archive .slick-prev {
  right: auto;
  left: 12rem;
}
.p-home__case .c-archive .slick-prev::before {
  transform: rotate(-135deg);
  left: 0.5rem;
}
.p-home__case .c-archive .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-home__case .c-archive .slick-dots {
    flex-wrap: wrap;
  }
}
.p-home__case .c-archive .slick-dots li {
  width: 1.4rem;
  margin: 0 1rem;
}
.p-home__case .c-archive .slick-dots li button {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #222;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -99rem;
  overflow: hidden;
  opacity: 0.1;
}
.p-home__case .c-archive .slick-dots li.slick-active button {
  background: linear-gradient(to right, #01acd1 0%, #009be3 100%);
  opacity: 1;
}
.p-home__case-btn {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-home__case-btn {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
.p-home__case-btn a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 1rem 1.3rem;
  letter-spacing: 0.04em;
  border: 0.1rem solid #F1F3F6;
  border-radius: 2.8rem;
  width: 34rem;
  background: #fff;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
@media (hover: hover) {
  .p-home__case-btn a:hover {
    opacity: 1;
    background: #0089D0;
    border-color: #0089D0;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-home__case-btn a:hover::after {
    border-color: #fff;
  }
}
.p-home__case-btn a:active {
  background: #00548E;
  border-color: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.2);
}
.p-home__case-btn a:active::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__case-btn a {
    width: 100%;
  }
}
.p-home__case-btn a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.25rem solid #009BE3;
  border-right: 0.25rem solid #009BE3;
  transform: rotate(45deg);
  margin: 0 -0.8rem 0 0.8rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}

/* homeページ
column エリア
----------------------------------------*/
.p-home__column {
  padding: 9.5rem 0 6rem;
  background: #f8f9fb;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home__column {
    padding: 9.4rem 0 6rem;
  }
}
.p-home__column::before {
  content: "COLUMN";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home__column::before {
    top: 2.8rem;
    font-size: 8rem;
  }
}
.p-home__column-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__column-title {
    margin-bottom: 1.5rem;
  }
}
.p-home__column-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__column-title span {
    line-height: 1.25;
  }
}
.p-home__column .c-archive {
  max-width: none;
  justify-content: center;
}
.p-home__column .c-archive li.slick-slide,
.p-home__column .c-archive > li {
  width: 30rem;
  border-radius: 1.2rem;
  margin: 0 2rem;
  float: left;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  transition: box-shadow 0.3s;
}
@media (hover: hover) {
  .p-home__column .c-archive li.slick-slide:hover,
.p-home__column .c-archive > li:hover {
    box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
  }
}
@media screen and (max-width: 767px) {
  .p-home__column .c-archive li.slick-slide,
.p-home__column .c-archive > li {
    margin: 0 0.7rem;
  }
}
.p-home__column .c-archive__box {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.p-home__column .c-archive__title {
  font-weight: 400;
}
.p-home__column .c-archive__category {
  padding-bottom: 2.5rem;
}
.p-home__column .c-archive__category li a {
  font-size: 1.2rem;
}
.p-home__column .c-archive .slick-list {
  padding: 2rem 0 !important;
}
.p-home__column .c-archive .slick-list::after {
  content: "";
  display: block;
  clear: both;
}
.p-home__column .c-archive .slick-track {
  display: flex;
}
.p-home__column .c-archive .slick-next,
.p-home__column .c-archive .slick-prev {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(34, 86, 124, 0.18);
  overflow: hidden;
  text-indent: -99rem;
  position: absolute;
  top: 19.3rem;
  right: 12rem;
  z-index: 10;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home__column .c-archive .slick-next,
.p-home__column .c-archive .slick-prev {
    display: none !important;
  }
}
@media (hover: hover) {
  .p-home__column .c-archive .slick-next:hover,
.p-home__column .c-archive .slick-prev:hover {
    opacity: 1;
    background: #0089D0;
    box-shadow: 0 0.5rem 1rem rgba(34, 86, 124, 0.1);
  }
  .p-home__column .c-archive .slick-next:hover::before,
.p-home__column .c-archive .slick-prev:hover::before {
    border-color: #fff;
  }
}
.p-home__column .c-archive .slick-next:active,
.p-home__column .c-archive .slick-prev:active {
  background: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(34, 86, 124, 0.2);
}
.p-home__column .c-archive .slick-next::before,
.p-home__column .c-archive .slick-prev::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #C2CBD8;
  border-right: 0.3rem solid #C2CBD8;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  right: 0;
  margin: auto;
}
.p-home__column .c-archive .slick-prev {
  right: auto;
  left: 12rem;
}
.p-home__column .c-archive .slick-prev::before {
  transform: rotate(-135deg);
  left: 0.5rem;
}
.p-home__column .c-archive .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-home__column .c-archive .slick-dots {
    flex-wrap: wrap;
  }
}
.p-home__column .c-archive .slick-dots li {
  width: 1.4rem;
  margin: 0 1rem;
}
.p-home__column .c-archive .slick-dots li button {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #222;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -99rem;
  overflow: hidden;
  opacity: 0.1;
}
.p-home__column .c-archive .slick-dots li.slick-active button {
  background: linear-gradient(to right, #01acd1 0%, #009be3 100%);
  opacity: 1;
}
.p-home__column-btn {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-home__column-btn {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
.p-home__column-btn a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 1rem 1.3rem;
  letter-spacing: 0.04em;
  border: 0.1rem solid #F1F3F6;
  border-radius: 2.8rem;
  width: 34rem;
  background: #fff;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
@media (hover: hover) {
  .p-home__column-btn a:hover {
    opacity: 1;
    background: #0089D0;
    border-color: #0089D0;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-home__column-btn a:hover::after {
    border-color: #fff;
  }
}
.p-home__column-btn a:active {
  background: #00548E;
  border-color: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.2);
}
.p-home__column-btn a:active::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__column-btn a {
    width: 100%;
  }
}
.p-home__column-btn a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.25rem solid #009BE3;
  border-right: 0.25rem solid #009BE3;
  transform: rotate(45deg);
  margin: 0 -0.8rem 0 0.8rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}

/* homeページ
news エリア
----------------------------------------*/
.p-home__news {
  padding: 9.5rem 2rem 6rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__news {
    padding: 9.3rem 1.6rem 6rem;
  }
}
.p-home__news::before {
  content: "NEWS";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  opacity: 0.5;
  color: #F1F3F6;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-home__news::before {
    font-size: 8rem;
    top: 3rem;
  }
}
.p-home__news-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
}
.p-home__news-title span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__news-title span {
    margin-bottom: 0.1rem;
  }
}
.p-home__news-list {
  max-width: 80rem;
  margin: 0 auto;
  border-top: 0.1rem solid #C2CBD8;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-home__news-list {
    margin: 0 1.1rem;
  }
}
.p-home__news-list li {
  border-bottom: 0.1rem solid #C2CBD8;
}
.p-home__news-list li a {
  display: flex;
  padding: 2.9rem 4rem 2.7rem 0;
}
@media screen and (max-width: 767px) {
  .p-home__news-list li a {
    display: block;
    padding: 2.9rem 4rem 2.9rem 0;
  }
}
@media (hover: hover) {
  .p-home__news-list li a:hover {
    opacity: 1;
    color: #0089D0;
  }
  .p-home__news-list li a:hover::after {
    border-color: #0089D0;
  }
}
.p-home__news-list li a::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #C2CBD8;
  border-right: 0.2rem solid #C2CBD8;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto 0;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-home__news-list li a::after {
    top: 2.7rem;
    right: 1.2rem;
  }
}
.p-home__news-date {
  width: 12rem;
  font-weight: 500;
  padding-top: 0.2rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.p-home__news-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-home__news-text {
    line-height: 1.8;
    margin-top: -0.2rem;
    letter-spacing: 0;
  }
}
.p-home__news-btn {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__news-btn {
    margin-top: 3rem;
  }
}
.p-home__news-btn a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.1rem 1rem 1.2rem;
  letter-spacing: 0.04em;
  border: 0.1rem solid #F1F3F6;
  border-radius: 2.8rem;
  width: 26rem;
  background: #fff;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
@media screen and (max-width: 767px) {
  .p-home__news-btn a {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-home__news-btn a:hover {
    opacity: 1;
    background: #0089D0;
    border-color: #0089D0;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-home__news-btn a:hover::after {
    border-color: #fff;
  }
}
.p-home__news-btn a:active {
  background: #00548E;
  border-color: #00548E;
  box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.2);
}
.p-home__news-btn a:active::after {
  border-color: #fff;
}
.p-home__news-btn a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icon-external-blue.svg) no-repeat left top/100% auto;
  vertical-align: -0.5rem;
  margin: 0 -0.7rem 0 0.9rem;
}
@media (hover: hover) {
  .p-home__news-btn a[target=_blank]:hover::after {
    filter: brightness(0) invert(1);
  }
}

/* caseページ
共通
----------------------------------------*/
.p-case .c-pagetitle {
  margin-bottom: 0;
  overflow: visible;
  padding: 4.5rem 2rem 3.7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-case .c-pagetitle {
    padding: 1.8rem 2rem 3.8rem;
  }
}

/* caseページ
list エリア
----------------------------------------*/
.p-case__bg-gray {
  background: #D2D8E2;
}
@media screen and (max-width: 767px) {
  .p-case__bg-gray {
    background: none;
  }
}
.p-case__bg-gray.c-breadcrumb {
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-case__bg-gray.c-breadcrumb {
    margin-top: 0;
  }
}
.p-case__list {
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-case__list {
    padding: 0 0 6rem;
  }
}
.p-case__list .p-case__bg-gray {
  padding: 2.5rem 2rem 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-case__list .p-case__bg-gray {
    padding: 5.3rem 2rem 4rem;
    margin-bottom: 0;
  }
}
.p-case__list .c-archive {
  padding: 0 2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .p-case__list .c-archive {
    padding: 0 1.6rem;
  }
}
.p-case__list h2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case__list h2 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.p-case__list > p {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case__list > p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin: 0 -1rem;
  }
}
.p-case__list-category {
  border-radius: 0.6rem;
  max-width: 120rem;
  margin: 0 auto 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case__list-category {
    margin: 0 -1rem 3rem;
  }
}
.p-case__list-category-item {
  margin: 1rem;
}
.p-case__list-category-item-current {
  margin: 1rem;
}
.p-case__list-category-item-current a {
  background: #222;
  color: #fff;
}
.p-case__list-category-item a {
  background: #fff;
}
.p-case__list-category a {
  min-width: 21.9rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 2.35rem;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  padding: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-category a {
    min-width: 0;
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }
}
.p-case__list-filter {
  max-width: 120rem;
  margin: 4.5rem auto 0;
  background: #fff;
  border-radius: 0.6rem;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
.p-case__list-filter > p {
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter > p {
    padding: 0 1.4rem 1.5rem;
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter {
    margin: 4rem auto 0;
    border-radius: 0.6rem;
  }
  .p-case__list-filter-title {
    text-align: center;
    padding: 1.8rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    border-bottom: 0.1rem solid #a6abb0;
  }
  .p-case__list-filter-close {
    position: absolute;
    top: -2.8rem;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: none;
    border-radius: 0;
    z-index: 10;
  }
  .p-case__list-filter-close::before, .p-case__list-filter-close::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2.7rem;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .p-case__list-filter-close::after {
    transform: rotate(-45deg);
  }
}
.p-case__list-filter-btn button {
  width: 100%;
  height: 5.4rem;
  color: inherit;
  padding: 0 0 0.4rem 0.5rem;
  border-radius: 0.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  text-align: center;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-btn button {
    height: auto;
    padding: 1.5rem 0 1rem;
  }
}
.p-case__list-filter-btn button::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #0089D0;
  border-right: 0.2rem solid #0089D0;
  transform: rotate(135deg);
  vertical-align: 0.4rem;
  margin-left: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-btn button::after {
    content: "+";
    margin-left: 1rem;
    border: none;
    transform: rotate(0deg);
    color: #0089D0;
    vertical-align: bottom;
    width: auto;
    height: auto;
    font-weight: normal;
    font-size: 3rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-case__list-filter-btn button.open::after {
    transform: rotate(-45deg);
    vertical-align: -0.2rem;
  }
}
.p-case__list-filter-reset {
  text-align: center;
}
.p-case__list-filter-reset button {
  width: 34rem;
  height: 5.4rem;
  border: 0.1rem solid #F1F3F6;
  color: inherit;
  display: block;
  margin: 0 auto;
  padding: 0 0 0.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 2.7rem;
  text-align: center;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  transition: box-shadow 0.3s;
}
@media (hover: hover) {
  .p-case__list-filter-reset button:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-case__list-filter-reset button:active {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-reset button {
    width: 100%;
  }
}
.p-case__list-filter-form {
  padding: 2.4rem 2rem 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form {
    padding: 2.4rem 0 0;
    width: 92vw;
    position: fixed;
    top: 6rem;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 2100;
    padding: 0 1.6rem;
  }
  .p-case__list-filter-form form {
    position: static;
  }
  .p-case__list-filter-form-inner {
    padding: 8.5rem 1.6rem 5rem;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.p-case__list-filter-form dl {
  max-width: 92rem;
  color: #494949;
  margin: 4.2rem auto 3.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl {
    display: block;
    margin: 1.4rem auto 6rem;
    overflow: hidden;
  }
}
.p-case__list-filter-form dl dt {
  width: calc(100% - 68rem);
  font-weight: 700;
  border-bottom: 0.2rem solid #e8ebf0;
  display: flex;
  align-items: center;
  padding-bottom: 4.3rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .p-case__list-filter-form dl dt {
    width: 21.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dt {
    width: auto;
    border: 0;
    padding: 0;
    margin-bottom: 2.5rem;
  }
}
.p-case__list-filter-form dl dt:last-of-type {
  border: 0;
  margin: 0.5rem 0 0;
  padding-bottom: 0;
}
.p-case__list-filter-form dl dd {
  width: 68rem;
  border-bottom: 0.2rem solid #e8ebf0;
  padding-bottom: 3.3rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .p-case__list-filter-form dl dd {
    width: calc(100% - 21.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 2.1rem;
  }
}
.p-case__list-filter-form dl dd:last-of-type {
  border: 0;
  margin: 0.5rem 0 0;
  padding-bottom: 0;
}
.p-case__list-filter-form dl dd ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 0.3rem;
  margin-right: -4rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul {
    display: block;
    margin: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-industory {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  margin: 0.4rem -1.5rem -0.5rem 0;
}
@media screen and (max-width: 1024px) {
  .p-case__list-filter-form dl dd ul.p-case__list-industory {
    grid-template-rows: repeat(6, auto);
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-industory {
    display: block;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-industory {
    display: block;
    margin: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-industory li {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-industory li {
    margin-right: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-scale_e {
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-scale_e {
    display: flex;
    margin-bottom: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-scale_e li {
  margin-right: 1.95rem;
}
.p-case__list-filter-form dl dd ul.p-case__list-scale_e li:nth-child(5n+1) {
  min-width: 11.9rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-scale_e li:nth-child(5n+1) {
    min-width: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-scale_e li:nth-child(5n+2) {
  min-width: 10.9rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-scale_e li:nth-child(5n+2) {
    min-width: 0;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-application {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-application {
    display: block;
  }
}
.p-case__list-filter-form dl dd ul.p-case__list-application li {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul.p-case__list-target {
    display: flex;
    margin: 2.5rem -2rem 0 0;
  }
  .p-case__list-filter-form dl dd ul.p-case__list-target li {
    margin-right: 2rem;
  }
}
.p-case__list-filter-form dl dd ul li {
  margin: 0 4.15rem 0.9rem 0;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-form dl dd ul li {
    margin: 0 0 1.9rem;
  }
}
.p-case__list-filter-form dl dd ul li input[type=checkbox] {
  margin-right: 0.9rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #C2CBD8;
  border-radius: 0.2rem;
  vertical-align: -0.1rem;
}
.p-case__list-filter-form dl dd ul li input[type=checkbox]:checked {
  background: #209CFF;
  border-color: #209CFF;
}
.p-case__list-filter-form dl dd ul li input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.4rem;
  border-left: 0.15rem solid #fff;
  border-bottom: 0.15rem solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
}
.p-case__list-filter-submit {
  text-align: center;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.6rem;
    background: #fff;
  }
}
.p-case__list-filter-submit button {
  width: 40rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background: #222;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: inherit;
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.15);
  transition: background 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-case__list-filter-submit button {
    width: 100%;
  }
}
.p-case__list-filter-submit button::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  margin: 0 -0.7rem 0 0.8rem;
  vertical-align: 0.2rem;
}
@media (hover: hover) {
  .p-case__list-filter-submit button:hover {
    background: #333;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-case__list-filter-submit button:active {
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
.p-case__list-filter-submit button:active {
  border-color: #000;
  background: #494949;
}

/* caseページ
detail エリア
----------------------------------------*/
.p-case__detail {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 5rem auto 12rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-case__detail {
    background: #fff;
    margin: 0;
    padding: 0 auto 12rem;
    width: auto;
    display: block;
  }
}
.p-case__detail-contents {
  width: 67.5%;
  background: #fff;
  border-radius: 0.6rem;
  padding: 6.1rem 6.6667%;
}
@media screen and (max-width: 767px) {
  .p-case__detail-contents {
    width: auto;
    padding: 5rem 1.6rem 6rem;
  }
}
.p-case__detail-header {
  margin-bottom: 4rem;
}
.p-case__detail-header-service {
  display: flex;
  margin-bottom: 1.9rem;
}
.p-case__detail-header-service dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8A9DB5;
  padding-top: 0.3rem;
}
.p-case__detail-header-service dd {
  background: #ECF5FD;
  border-radius: 0.6rem;
  color: #0089D0;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  letter-spacing: 0.04em;
}
.p-case__detail-header-title {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-case__detail-header-title {
    font-size: 2.6rem;
    margin-bottom: 2.1rem;
  }
}
.p-case__detail-header-title-sub {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-case__detail-header-title-sub {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.p-case__detail-header-img {
  margin-top: 4rem;
}
.p-case__detail-header-img figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
  display: block;
}
.p-case__detail-information {
  width: 25.8333%;
  margin-right: 3.3333%;
}
@media screen and (max-width: 767px) {
  .p-case__detail-information {
    width: auto;
    margin: 4rem 0 0;
  }
}
.p-case__detail-information-box {
  background: #fff;
  border: 0.1rem solid #D2D8E2;
  border-radius: 0.6rem;
  overflow: hidden;
  top: 10rem;
  position: -webkit-sticky;
  position: sticky;
}
@media screen and (max-width: 767px) {
  .p-case__detail-information-box {
    top: auto;
  }
  .p-case__detail-information-box figure {
    height: 55.2vw;
  }
  .p-case__detail-information-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-case__detail-information dl {
  border-top: 1px solid #D2D8E2;
  padding: 2.2rem 2rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.p-case__detail-information dl:first-child {
  border-top: 0;
}
.p-case__detail-information dl dt {
  font-weight: 700;
  margin: 1.3rem 0 0.3rem;
}
.p-case__detail-information dl dt:first-child {
  margin-top: 0;
}

/* columnページ
共通
----------------------------------------*/
.p-column .c-pagetitle {
  margin-bottom: 0;
  overflow: visible;
  padding: 4.5rem 2rem 3.7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-column .c-pagetitle {
    padding: 1.8rem 2rem 3.8rem;
  }
}

/* columnページ
list エリア
----------------------------------------*/
.p-column__list {
  padding: 2.7rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    padding: 2.8rem 1.6rem 6rem;
  }
}
.p-column__list h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-column__list h2 {
    font-size: 2.6rem;
    margin-bottom: 3.4rem;
  }
}
.p-column__list-category {
  border-radius: 0.6rem;
  max-width: 120rem;
  margin: 0 auto 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-column__list-category {
    margin: 0 -1rem 3rem;
  }
}
.p-column__list-category-item {
  margin: 1rem;
}
.p-column__list-category-item-current {
  margin: 1rem;
}
.p-column__list-category-item-current a {
  background: #222;
  color: #fff;
}
.p-column__list-category-item a {
  background: #fff;
}
.p-column__list-category a {
  min-width: 21.9rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 2.35rem;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  padding: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-column__list-category a {
    min-width: 0;
    font-size: 1.4rem;
    padding: 0.8rem 1.6rem;
  }
}

/* columnページ
detail エリア
----------------------------------------*/
.p-column__detail {
  max-width: 120rem;
  width: calc(100% - 4rem);
  margin: 3rem auto 12rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-column__detail {
    background: #fff;
    margin: 0;
    padding: 0 auto 12rem;
    width: auto;
    display: block;
  }
}
.p-column__detail-contents {
  border-radius: 0.6rem;
  width: 70.8333%;
  background: #fff;
  padding: 4rem 8.3333%;
  box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
}
@media screen and (max-width: 767px) {
  .p-column__detail-contents {
    width: auto;
    padding: 5rem 1.6rem 6rem;
    box-shadow: none;
  }
}
.p-column__detail-header {
  margin-bottom: 4rem;
}
.p-column__detail-header-service {
  display: flex;
  margin-bottom: 1.9rem;
}
.p-column__detail-header-service dt {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8A9DB5;
  padding-top: 0.3rem;
}
.p-column__detail-header-service dd {
  background: #ECF5FD;
  border-radius: 0.6rem;
  color: #0089D0;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  letter-spacing: 0.04em;
}
.p-column__detail-header-title {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 1.9rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-column__detail-header-title {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 1.7rem;
  }
}
.p-column__detail-header-title-sub {
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-column__detail-header-title-sub {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 2.2rem;
  }
}
.p-column__detail-header-img {
  margin-top: 4rem;
}
.p-column__detail-header-img figcaption {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
  display: block;
}
.p-column__detail-banner {
  width: 25.8333%;
}
@media screen and (max-width: 767px) {
  .p-column__detail-banner {
    width: auto;
    margin: 4rem 0 0;
  }
}
.p-column__detail-banner-list li + li {
  margin-top: 4rem;
}
.p-column__detail-banner .widget_block + .widget_block {
  margin-top: 4rem;
}

/* aboutページ
introduction エリア
----------------------------------------*/
.p-about__introduction {
  padding: 1.4rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__introduction {
    padding: 0.8rem 1.6rem 6rem;
  }
}
.p-about__introduction-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__introduction-title {
    font-size: 2.6rem;
  }
}
.p-about__introduction p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__introduction p {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
}
.p-about__introduction-box {
  max-width: 96rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.2rem;
  border: 0.1rem solid #E1E6EC;
  box-shadow: 0 0 3rem rgba(0, 79, 137, 0.07);
  padding: 2.7rem 3rem 3rem;
}
.p-about__introduction-box h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__introduction-box h3 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.p-about__introduction-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-about__introduction-list {
    display: block;
  }
}
.p-about__introduction-list li {
  width: 31.1111%;
}
.p-about__introduction-list li a {
  display: block;
  background: #fff;
  border-radius: 0.8rem;
  padding-bottom: 1.7rem;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-about__introduction-list li a {
    padding-bottom: 1.5rem;
  }
}
.p-about__introduction-list li a p {
  text-align: center;
  font-size: 1.3rem;
  margin: 0;
}
.p-about__introduction-list li a p::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.4rem;
  margin: 0.8rem -1rem 0 0.4rem;
}
@media (hover: hover) {
  .p-about__introduction-list li a:hover .p-about__introduction-logo {
    opacity: 0.65;
  }
  .p-about__introduction-list li a:hover p {
    color: #0089D0;
  }
  .p-about__introduction-list li a:hover p::after {
    background-image: url(../img/common/icon-external-blue.svg);
  }
}
@media screen and (max-width: 767px) {
  .p-about__introduction-list li {
    width: auto;
    text-align: center;
  }
  .p-about__introduction-list li + li {
    margin-top: 3rem;
  }
}
.p-about__introduction-list li h4 {
  background: linear-gradient(to right, #01acd1 0%, #009be3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.9rem 1rem 1rem;
  margin-bottom: 1rem;
}
.p-about__introduction-list li:nth-child(2) h4 {
  background: linear-gradient(to right, #0C5CAB 0%, #154394 100%);
}
.p-about__introduction-list li:nth-child(3) h4 {
  background: linear-gradient(to right, #2F80AD 0%, #123E6E 100%);
}
.p-about__introduction-logo {
  text-align: center;
  margin-top: 1rem;
}
.p-about__introduction-logo img {
  height: 4.4rem;
  width: auto;
}

/* aboutページ
features エリア
----------------------------------------*/
.p-about__features {
  padding: 10.2rem 0 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__features {
    padding: 9.6rem 0 0;
  }
}
.p-about__features::before {
  content: "FEATURES";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.5;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  color: #F1F3F6;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-about__features::before {
    top: 2.8rem;
    font-size: 8rem;
    left: -0.5rem;
  }
}
.p-about__features-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-about__features-title {
    font-size: 2.6rem;
    margin: 0 1.6rem 2rem;
  }
}
.p-about__features-title span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__features-title span {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.p-about__features-image {
  max-width: 98rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__features-image {
    padding: 0 1.6rem;
  }
}
.p-about__features-image p {
  font-size: 1.8rem;
  margin-top: 4rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .p-about__features-image p {
    font-size: 1.6rem;
    line-height: 1.82;
  }
}
.p-about__features-list {
  margin-top: 6.1rem;
  counter-reset: ol-num;
}
@media screen and (max-width: 767px) {
  .p-about__features-list {
    margin-top: 6rem;
  }
}
.p-about__features-item {
  padding: 6rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__features-item {
    padding: 5.3rem 0 6rem;
  }
}
.p-about__features-item:nth-child(2n+1) {
  background: #F1F3F6;
}
.p-about__features-item:nth-child(2n+1) figure {
  order: 1;
}
.p-about__features-item:nth-child(2n+1) .p-about__features-item-text::before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__features-item:nth-child(2) figure {
    margin-top: 0.8rem;
    margin-bottom: 2rem;
    max-width: 34.6rem;
  }
}
.p-about__features-item:nth-child(2) .p-about__features-item-text::before {
  bottom: 4.5rem;
  right: 0.5rem;
}
.p-about__features-item:nth-child(3) {
  background: rgba(241, 243, 246, 0.5);
}
@media screen and (max-width: 767px) {
  .p-about__features-item:nth-child(3) {
    background: #F1F3F6;
  }
  .p-about__features-item:nth-child(3) figure {
    max-width: 32.2rem;
    left: -1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 1.8rem;
  }
}
.p-about__features-item:nth-child(3) .p-about__features-item-text h3 span {
  color: #0F9874;
}
.p-about__features-item:nth-child(3) .p-about__features-item-text::before {
  bottom: 4.5rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-about__features-item:nth-child(4) figure {
    max-width: 36.3rem;
    margin-top: 0.3rem;
    margin-bottom: 1.5rem;
    left: 0.5rem;
  }
}
.p-about__features-item:nth-child(4) .p-about__features-item-text h3 span {
  color: #0F9874;
}
.p-about__features-item:nth-child(4) .p-about__features-item-text::before {
  bottom: 4.5rem;
  right: -2rem;
}
.p-about__features-item-inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__features-item-inner {
    display: block;
  }
}
.p-about__features-item figure {
  width: 43.3333%;
}
@media screen and (max-width: 767px) {
  .p-about__features-item figure {
    width: auto;
    max-width: 32.5rem;
    margin: 0 auto 1.3rem;
  }
}
.p-about__features-item-text {
  width: 51.6667%;
}
@media screen and (max-width: 767px) {
  .p-about__features-item-text {
    width: auto;
    padding: 0 1.6rem;
  }
}
.p-about__features-item-text::before {
  content: counter(ol-num, decimal-leading-zero);
  counter-increment: ol-num;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.5rem;
  display: flex;
  align-items: center;
  font-size: 18rem;
  font-weight: 900;
  line-height: 1.2;
  color: #F1F3F6;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-about__features-item-text::before {
    display: none;
  }
}
.p-about__features-item-text h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__features-item-text h3 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 1.8rem;
  }
}
.p-about__features-item-text h3 span {
  display: block;
  font-size: 1.8rem;
  color: #0089D0;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-about__features-item-text h3 span {
    margin-bottom: 1rem;
  }
}
.p-about__features-item-text p {
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .p-about__features-item-text p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* aboutページ
mission エリア
----------------------------------------*/
.p-about__mission {
  overflow: hidden;
  background: linear-gradient(to top, #f6fbfd 0%, #d4edf4 40%, #a3cae0 100%);
  text-align: center;
  padding: 10rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-about__mission {
    padding: 9.5rem 0 0;
  }
}
.p-about__mission::before {
  content: "";
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
  width: 63rem;
  height: 63rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: -23.9rem;
  margin: 0 auto;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .p-about__mission::before {
    width: 51.8rem;
    height: 51.8rem;
    top: -14.35rem;
    left: calc(50% - 25.9rem);
  }
}
.p-about__mission::after {
  content: "MISSION";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.2;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  color: #F1F3F6;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-about__mission::after {
    top: 2.8rem;
    font-size: 8rem;
  }
}
.p-about__mission-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4.2rem;
  z-index: 2;
}
.p-about__mission-title span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__mission-title span {
    margin-bottom: 0.4rem;
  }
}
.p-about__mission p {
  max-width: 94rem;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 767px) {
  .p-about__mission p {
    font-size: 1.6rem;
    line-height: 1.81;
    text-align: left;
    margin: 0 1.95rem;
  }
}
.p-about__mission figure {
  max-width: 94rem;
  margin: 0.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-about__mission figure {
    margin: 4rem auto 0;
  }
}

/* aboutページ
result エリア
----------------------------------------*/
.p-about__result {
  background: #fff;
  text-align: center;
  padding: 10rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__result {
    padding: 9.5rem 1.6rem 6rem;
  }
}
.p-about__result::before {
  content: "RESULT";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0.5;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.5;
  color: #F1F3F6;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-about__result::before {
    top: 2.8rem;
    font-size: 8rem;
  }
}
.p-about__result-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3.8rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about__result-title {
    font-size: 2.6rem;
  }
}
.p-about__result-title span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__result-title span {
    margin-bottom: 0.9rem;
  }
}
.p-about__result figure {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__result figure {
    width: 32.2rem;
    margin: 0 auto 4.3rem;
  }
}
.p-about__result-text {
  max-width: 84rem;
  margin: 0 auto 1.2rem;
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: left;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-about__result-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-about__result-note {
  font-size: 1.1rem;
  line-height: 1.41;
}
@media screen and (max-width: 767px) {
  .p-about__result-note {
    text-align: left;
  }
}
.p-about__result-note a {
  text-decoration: underline;
  text-underline-offset: 0.1rem;
}
.p-about__result-bnr {
  max-width: 34.2rem;
  margin: 4rem auto 0;
}

/* errorページ
共通
----------------------------------------*/
.p-error .l-main {
  background: #fff;
}
.p-error .c-breadcrumb {
  padding-top: 1.5rem;
}
.p-error__section {
  text-align: center;
  padding: 2.3rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-error__section {
    padding: 4.8rem 1.6rem 6rem;
  }
}
.p-error__section h2 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-error__section h2 {
    font-size: 2.6rem;
    margin-bottom: 3.5rem;
  }
}
.p-error__section p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-error__section p {
    font-size: 1.6rem;
  }
}
.p-error__section figure {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-error__section figure {
    margin-top: 4.2rem;
  }
}
.p-error__section figure img {
  height: 21.7rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-error__section figure img {
    height: auto;
    width: 100%;
    max-width: 34.3rem;
  }
}
.p-error__section-btn {
  text-align: center;
  margin-top: 4rem;
}
.p-error__section-btn a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 1rem 1.4rem;
  letter-spacing: 0.04em;
  border: 0.1rem solid #F1F3F6;
  border-radius: 2.8rem;
  width: 40rem;
  background: #fff;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
@media (hover: hover) {
  .p-error__section-btn a:hover {
    opacity: 1;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-error__section-btn a:active {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-error__section-btn a {
    width: 100%;
  }
}
.p-error__section-btn a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.3rem solid #009BE3;
  border-right: 0.3rem solid #009BE3;
  transform: rotate(45deg);
  margin: 0 -0.8rem 0 0.8rem;
  vertical-align: 0.1rem;
}

/* resultsページ
list エリア
----------------------------------------*/
.p-search_results .c-pagetitle {
  padding: 5.2rem 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-search_results .c-pagetitle {
    padding: 3rem 2rem;
  }
}
.p-search_results__contents {
  margin-bottom: 6rem;
}
.p-search_results__contents h1 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-search_results__contents h1 {
    font-size: 2.6rem;
  }
}
.p-search_results__list {
  max-width: 100rem;
  margin: 0 auto 4rem;
  border-bottom: 1px solid #C2CBD8;
}
@media screen and (max-width: 767px) {
  .p-search_results__list {
    padding: 0 2rem;
  }
}
.p-search_results__list > li {
  padding: 4rem 0;
  border-top: 1px solid #C2CBD8;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-search_results__list > li {
    display: block;
  }
}
.p-search_results__list > li.results_empty {
  display: block;
  text-align: center;
}
.p-search_results__list > li figure {
  position: relative;
  width: 32rem;
  border-radius: 0.6rem;
  transition: box-shadow 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-search_results__list > li figure {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.p-search_results__list > li figure::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.5%;
}
.p-search_results__list > li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-search_results__list > li figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-search_results__list > li figure a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
.p-search_results__list > li a:hover {
  opacity: 1;
}
.p-search_results__list > li:hover figure {
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.p-search_results__list > li:hover figure a::before {
  opacity: 0.4;
}
.p-search_results__list > li:hover .p-search_results__title {
  color: #0089D0;
}
.p-search_results__list > li .highlight {
  background: #FFFF00;
}
@media screen and (min-width: 768px) {
  .p-search_results__box {
    width: calc(100% - 34rem);
  }
}
.p-search_results__title {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-search_results__title {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
.p-search_results__url {
  width: 100%;
  color: #494949;
  font-size: 1.2rem;
  line-height: 2.28;
  margin: 0 0 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-search_results__url {
    font-size: 1.2rem;
  }
}
.p-search_results__description {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-search_results__description {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 1.6rem;
  }
}
.p-search_results__breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.p-search_results__breadcrumb ul > li {
  font-size: 1.4rem;
  line-height: 2.28;
  margin-right: 1rem;
  /*
  &:last-of-type {
  	width: 100%;
  	margin-left: 0;
  }*/
}
@media screen and (max-width: 767px) {
  .p-search_results__breadcrumb ul > li {
    font-size: 1.2rem;
  }
}
.p-search_results__breadcrumb ul > li a {
  color: #8A9DB5;
}
.p-search_results__breadcrumb ul > li + li::before {
  content: ">";
  color: #8A9DB5;
  margin-right: 1rem;
}
.p-search_results__loading .spinner-box {
  width: 300px;
  height: 300px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  margin: auto;
}
.p-search_results__loading .three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #0089D0;
  border-top: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 0.5s linear 0s infinite;
          animation: spin 0.5s linear 0s infinite;
}
.p-search_results__loading.hidden {
  display: none;
}

/* phoneページ
----------------------------------------*/
.p-phone__title {
  min-height: 28rem;
  background-color: #F1F3F6;
  position: relative;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-phone__title {
    min-height: 24.1rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title {
    min-height: 35.1rem;
    height: 74vw;
    padding-bottom: 4.1rem;
  }
}
.p-phone__title .inner {
  padding-inline: 2rem;
  width: 100%;
  max-width: 104rem;
  margin-inline: auto;
  z-index: 3;
  margin-block: auto;
}
@media screen and (max-width: 1024px) {
  .p-phone__title .inner {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title .inner {
    margin-top: 2.1rem;
  }
}
.p-phone__title .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__title .text {
    position: static;
    width: 60rem;
    margin-inline: auto;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title .text {
    width: 100%;
    align-items: center;
  }
}
.p-phone__title h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-phone__title h1 .upper {
  font-size: 1.8rem;
  font-weight: 500;
  color: #494949;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__title h1 .upper {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title h1 .upper {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__title h1 img {
    width: 28.3rem;
  }
}
.p-phone__title h1 .lower {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-phone__title h1 .lower {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-phone__title .btn-list {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__title .btn-list {
    position: absolute;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
  }
}
.p-phone__title .btn-list a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-width: 19.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 1.8rem 0.8rem;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  background: #222;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-phone__title .btn-list a {
    width: 100%;
    min-width: 0;
    border-radius: 0;
    min-height: 4.1rem;
  }
}
@media (hover: hover) {
  .p-phone__title .btn-list a:hover {
    opacity: 1;
    background-color: #494949;
  }
}
.p-phone__title .btn-list a::after {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 1.6rem;
  margin-top: 0.1rem;
}
.p-phone__title .btn-list a.is-orange {
  background-color: #FF7B00;
}
@media (hover: hover) {
  .p-phone__title .btn-list a.is-orange:hover {
    background-color: #FFAA17;
  }
}
.p-phone__title figure {
  position: absolute;
  width: 144rem;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 1024px) {
  .p-phone__title figure {
    width: 100%;
    height: calc(100% - 4.1rem);
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title figure {
    width: 100%;
    height: auto;
    left: 0;
    top: auto;
    bottom: 4rem;
    translate: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__title figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title figure img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title.is-phone .lower {
    margin-top: -0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title.is-callcenter .inner {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__title.is-callcenter h1 img {
    width: 33.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title.is-recpod .inner {
    margin-top: 3.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__title.is-recpod h1 img {
    width: 27.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title.is-recpod h1 .lower {
    margin-top: -0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title.is-meetings .inner {
    margin-top: 3.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__title.is-meetings h1 img {
    width: 30.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__title.is-meetings h1 .lower {
    margin-top: -0.7rem;
    letter-spacing: 0.05em;
  }
}

/* phoneページ
----------------------------------------*/
.p-phone .l-main {
  position: static;
  overflow: visible;
}
.p-phone__contents {
  background-color: #fff;
}
.p-phone__contents-head {
  font-weight: 600;
  font-size: 15rem;
  line-height: 0.7;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: -6.4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__contents-head {
    font-size: 8rem;
    margin-bottom: -2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__contents-head {
    margin-bottom: -5rem;
    margin-inline: -10rem;
  }
}
.p-phone__contents-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8rem;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__contents-title {
    font-size: 2.6rem;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__contents-title {
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-phone__contents-title span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-phone__contents-title span {
    font-size: 1.6rem;
  }
}
.p-phone__contents-inner {
  width: 124rem;
  max-width: 100%;
  padding-inline: 2rem;
  margin-inline: auto;
}
.p-phone__contents-apply {
  background: #fff;
  border: 1px solid #F1F3F6;
  box-shadow: 0px 1.3rem 3rem rgba(0, 65, 110, 0.1);
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 34rem;
  min-height: 5.4rem;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding-top: 0.3rem;
  padding-left: 1rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__contents-apply {
    min-width: 0;
    width: 100%;
    max-width: 72.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__contents-apply {
    max-width: min(34rem, 100% - 4rem);
  }
}
@media (hover: hover) {
  .p-phone__contents-apply:hover {
    opacity: 1;
    background: #009BE3;
    border-color: #009BE3;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-phone__contents-apply:hover::after {
    border-color: #fff;
  }
}
.p-phone__contents-apply::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.25rem solid #009BE3;
  border-right: 0.25rem solid #009BE3;
  transform: rotate(45deg);
  margin-top: -0.2rem;
  vertical-align: 0.1rem;
  transition: border-color 0.3s;
}

/* phoneページ
----------------------------------------*/
.p-phone__nav {
  position: -webkit-sticky;
  position: sticky;
  top: 8.4rem;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 2.2rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__nav {
    padding-top: 1.2rem;
    top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__nav {
    padding-top: 1rem;
    padding-inline: 2rem;
  }
}
.p-phone__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-phone__nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-phone__nav ul > li {
  min-width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-phone__nav ul > li {
    min-width: 0;
  }
}
.p-phone__nav ul a {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 1.8rem;
  border-bottom: solid 0.3rem #E1E6EC;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-phone__nav ul a {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
}
.p-phone__nav ul a.is-active {
  border-color: #0089D0;
}
.p-phone__nav ul a:hover {
  opacity: 1;
  color: #0089D0;
}

/* phoneページ
----------------------------------------*/
.p-phone__about {
  background-color: #fff;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-phone__about {
    padding-block: 2rem 6rem;
  }
}
.p-phone__about .inner {
  display: flex;
  align-items: center;
  padding-inline: 2rem;
  margin-inline: auto;
  max-width: 125.7rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-phone__about .inner {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__about .inner {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.p-phone__about .inner figure {
  width: 46rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__about .inner figure {
    width: 33.5rem;
    max-width: 100%;
  }
}
.p-phone__about .inner .text {
  flex: 1;
  padding-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__about .inner .text {
    padding-top: 0;
    max-width: 39.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__about .inner .text {
    padding-left: 0;
    padding-top: 0;
  }
}
.p-phone__about .inner .text h2 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__about .inner .text h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__about .inner .text h2 {
    text-align: center;
    font-size: 2.2rem;
    row-gap: 0.6rem;
    margin-bottom: 2rem;
  }
}
.p-phone__about .inner .text h2 span {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #0089D0;
}
@media screen and (max-width: 767px) {
  .p-phone__about .inner .text h2 span {
    font-size: 1.6rem;
  }
}
.p-phone__about .inner .text p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-phone__about .inner .text p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__about .inner .text p {
    font-size: 1.6rem;
  }
}
.p-phone__about-btn {
  margin-top: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-phone__about-btn {
    margin-top: 2rem;
  }
}

/* phoneページ
----------------------------------------*/
.p-phone__solution {
  background-color: #F1F3F6;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
}
.p-phone__solution-inner {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-inner {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-inner {
    margin-bottom: 4rem;
  }
}
.p-phone__solution-anchor {
  display: flex;
  justify-content: space-between;
  max-width: 102rem;
  margin-inline: auto;
  margin-bottom: 8.4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-anchor {
    flex-direction: column;
    row-gap: 1rem;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.p-phone__solution-anchor > li {
  counter-increment: heading;
  width: 30rem;
  max-width: 32%;
  box-shadow: 0px 1.3rem 3rem rgba(0, 65, 110, 0.1);
  border-radius: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-anchor > li {
    width: 100%;
    max-width: 100%;
  }
}
.p-phone__solution-anchor > li::before {
  content: counter(heading, decimal-leading-zero);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  translate: 0 -50%;
  margin: auto;
  background-image: url(../img/phone/solution_hexagon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8.2rem;
  height: 7.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 2.7rem;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-anchor > li::before {
    bottom: 0;
    margin: auto;
    translate: 0;
    right: auto;
    left: 2rem;
    width: 4.5rem;
    height: 4rem;
    font-size: 1.5rem;
  }
}
.p-phone__solution-anchor > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 4rem;
  background: #FFF;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-anchor > li a {
    min-height: 8rem;
    display: flex;
    align-items: center;
    padding-bottom: 0;
    padding-left: 7.6rem;
    transition: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-anchor > li a::before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    background-image: url(../img/phone/solution_arrow_white.svg);
    background-size: 1.8rem;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.p-phone__solution-anchor > li a::after {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  translate: 0 50%;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/phone/solution_arrow.svg);
  background-size: 1.8rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-anchor > li a::after {
    width: 1.8rem;
    height: 1.8rem;
    translate: none;
    left: auto;
    right: 2rem;
    top: 0;
    margin: auto;
    background-color: transparent;
    transition: 300ms;
  }
}
.p-phone__solution-anchor > li a:hover {
  background-color: #0089D0;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-anchor > li a:hover::after {
    opacity: 0;
  }
}
.p-phone__solution-anchor > li figure {
  padding-block: 5rem 2rem;
  padding-inline: 5rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-anchor > li figure {
    display: none;
  }
}
.p-phone__solution-anchor > li p {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-phone__solution-anchor > li p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-phone__solution-list {
  display: flex;
  flex-direction: column;
  row-gap: 6.2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-list {
    row-gap: 0;
  }
}
.p-phone__solution-list > li {
  filter: drop-shadow(0px 2rem 3rem rgba(57, 75, 97, 0.05));
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  counter-increment: heading;
  padding-top: 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-phone__solution-list > li {
    padding-top: 6rem;
  }
}
.p-phone__solution-list > li::before {
  content: counter(heading, decimal-leading-zero);
  position: absolute;
  left: 0;
  right: 0;
  top: 3.9rem;
  translate: 0 -50%;
  margin: auto;
  background-image: url(../img/phone/solution_hexagon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8.2rem;
  height: 7.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 2.7rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-list > li::before {
    width: 6.4rem;
    height: 5.6rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-list > li::before {
    width: 4.5rem;
    height: 4rem;
    font-size: 1.5rem;
    top: 6rem;
  }
}
.p-phone__solution-upper {
  border-radius: 1.2rem 1.2rem 0 0;
  padding-block: 5rem 4rem;
  padding-inline: 3rem;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.8rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-upper {
    row-gap: 0.6rem;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-upper {
    padding-block: 3rem 1.6rem;
    padding-inline: 2rem;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-phone__solution-upper span {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #009BE3;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-upper span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-upper span {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }
}
.p-phone__solution-lower {
  border-radius: 0 0 1.2rem 1.2rem;
  padding-block: 5rem 6rem;
  padding-inline: 6rem;
  background: #F8F9FA;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-lower {
    padding-block: 4rem;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-lower {
    padding-block: 2rem;
    padding-inline: 2rem;
  }
}
.p-phone__solution-example {
  display: flex;
  align-items: center;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-example {
    flex-direction: column;
  }
}
.p-phone__solution-example dl {
  flex: 1;
}
.p-phone__solution-example dl dt {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  display: flex;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-example dl dt {
    font-weight: 600;
    font-size: 1.8rem;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-example dl dt {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.p-phone__solution-example dl dt span {
  flex: 1;
}
.p-phone__solution-example dl dt::before {
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  margin-top: 0.4rem;
  background-image: url(../img/phone/solution_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-example dl dt::before {
    width: 2rem;
    height: 2rem;
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-example dl dt::before {
    margin-top: -0.1rem;
  }
}
.p-phone__solution-example dl dd {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-example dl dd {
    font-size: 1.6rem;
  }
}
.p-phone__solution-example dl dd + dt {
  margin-top: 4rem;
}
.p-phone__solution-example figure {
  width: 47rem;
  max-width: 45%;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-example figure {
    width: 29.5rem;
    max-width: 100%;
    margin-top: 2rem;
  }
}
.p-phone__solution-pickup {
  background: #F1F3F6;
  border-radius: 0.8rem;
  padding-block: 2rem 4rem;
  padding-inline: 4.7rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-pickup {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-pickup {
    padding-inline: 1.8rem;
  }
}
.p-phone__solution-pickup h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-pickup h4 {
    font-size: 2.2rem;
    row-gap: 0.6rem;
    margin-inline: -0.5rem;
  }
}
.p-phone__solution-pickup h4 span {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #0089D0;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-pickup h4 span {
    font-size: 1.6rem;
  }
}
.p-phone__solution-pickup ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-pickup ul {
    display: flex;
    flex-direction: column;
    max-width: 60.8rem;
    margin-inline: auto;
  }
}
.p-phone__solution-pickup ul > li {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-pickup ul > li {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-pickup ul > li {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.p-phone__solution-pickup ul > li figure {
  width: 21.8rem;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #ECF5FD;
}
.p-phone__solution-pickup ul > li figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-pickup ul > li figure img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__solution-pickup ul > li figure img {
    aspect-ratio: 218/145;
  }
}
.p-phone__solution-pickup ul > li dl {
  flex: 1;
}
.p-phone__solution-pickup ul > li dl dt {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-phone__solution-pickup ul > li dl dt {
    font-size: 1.6rem;
  }
}
.p-phone__solution-pickup ul > li dl dd {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-phone__solution-pickup ul > li dl dd {
    letter-spacing: 0.05em;
  }
}
.p-phone__solution-pickup a {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-phone__solution-pickup a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-phone__solution-pickup a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #222;
  border-right: 0.2rem solid #222;
  transform: rotate(45deg);
  margin: 0 0.9rem 0 1rem;
  vertical-align: 0.3rem;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-phone__solution-pickup a::after {
    width: 0.9rem;
    height: 0.9rem;
    margin: -0.2rem 0 0 0.5rem;
  }
}
.p-phone__solution-pickup a:hover {
  opacity: 1;
  color: #0089D0;
}
.p-phone__solution-pickup a:hover::after {
  border-color: #0089D0;
}
.p-phone__solution-anchor.is-meeting > li::before {
  background-image: url(../img/meetings/solution_hexagon.svg);
}
.p-phone__solution-list.is-meeting > li::before {
  background-image: url(../img/meetings/solution_hexagon.svg);
}
.p-phone__solution-anchor.is-recpod > li::before {
  background-image: url(../img/recpod/solution_hexagon.svg);
}
.p-phone__solution-list.is-recpod > li::before {
  background-image: url(../img/recpod/solution_hexagon.svg);
}
.p-phone__solution-anchor.is-callcenter > li::before {
  background-image: url(../img/callcenter/solution_hexagon.svg);
}
.p-phone__solution-list.is-callcenter > li::before {
  background-image: url(../img/callcenter/solution_hexagon.svg);
}

/* phoneページ
----------------------------------------*/
.p-phone__cta-btn {
  font-size: 2.4rem;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 44rem;
  min-height: 6.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
  margin-inline: auto;
  color: #fff;
  font-weight: 700;
  background-color: #222;
  border-radius: 10rem;
  box-shadow: 0px 1.5rem 3.6rem rgba(0, 65, 110, 0.1);
}
@media screen and (max-width: 1024px) {
  .p-phone__cta-btn {
    width: 100%;
    min-width: 0;
    max-width: 72.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__cta-btn {
    max-width: 33.5rem;
    min-height: 5.4rem;
    font-size: 1.8rem;
    box-shadow: 0px 1.3rem 3rem rgba(0, 65, 110, 0.1);
    padding-left: 1rem;
  }
}
.p-phone__cta-btn::after {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.2rem;
  height: 1.9rem;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-phone__cta-btn::after {
    width: 0.9rem;
    height: 1.6rem;
  }
}
.p-phone__cta-btn:before {
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  margin-right: 1.4rem;
}
.p-phone__cta-btn.is-download:before {
  content: "";
  background-image: url(../img/phone/icon-document.svg);
}
@media screen and (max-width: 767px) {
  .p-phone__cta-btn.is-download:before {
    content: none;
  }
}
@media (hover: hover) {
  .p-phone__cta-btn.is-download:hover {
    opacity: 1;
    background-color: #494949;
  }
}
.p-phone__cta-btn.is-demo {
  background-color: #FF7B00;
}
.p-phone__cta-btn.is-demo:before {
  content: "";
  background-image: url(../img/phone/icon-computer.svg);
}
@media screen and (max-width: 767px) {
  .p-phone__cta-btn.is-demo:before {
    content: none;
  }
}
@media (hover: hover) {
  .p-phone__cta-btn.is-demo:hover {
    opacity: 1;
    background-color: #FFAA17;
  }
}
.p-phone__cta-btn:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-phone__cta-btn:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-phone__cta-balloon {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-phone__cta-balloon {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.p-phone__cta-balloon::before, .p-phone__cta-balloon::after {
  content: "";
  height: 1.8rem;
  width: 0.2rem;
  background-color: currentColor;
  transform: skewX(15deg);
  margin-bottom: 0.8rem;
}
.p-phone__cta-balloon::after {
  transform: skewX(-15deg);
}
.p-phone__cta-use {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.25;
}

/* phoneページ
----------------------------------------*/
.p-phone__price {
  background-color: #F8F9FA;
  padding-block: 6rem;
  overflow: hidden;
}
.p-phone__price-catch {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-catch {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}
.p-phone__price-catch span {
  font-weight: 700;
}
.p-phone__price-catch .en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-catch .en {
    font-size: 1.8rem;
  }
}
.p-phone__price-download {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-download {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-phone__price-month {
  display: grid;
  grid-template-columns: 10.7rem 37.7rem;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 1.1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-phone__price-month {
    width: 100%;
    grid-template-columns: 22.3% 77.7%;
  }
}
.p-phone__price-month dt {
  background-color: #0089D0;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.8;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 11rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-month dt {
    font-size: 1.8rem;
    height: 7.6rem;
  }
}
.p-phone__price-month dd {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.p-phone__price-month dd .price {
  font-weight: 700;
  line-height: 1.2;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-month dd .price {
    font-size: 3.1rem;
  }
}
.p-phone__price-month dd .price span {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-month dd .price span {
    font-size: 2.3rem;
  }
}
.p-phone__price-month dd .id {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.8;
  margin-left: 0.6rem;
  margin-right: 1rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-month dd .id {
    font-size: 1.7rem;
    margin-top: 1.2rem;
  }
}
.p-phone__price-month dd .tax {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-phone__price-month dd .tax {
    font-size: 1.5rem;
    margin-top: 0.8rem;
  }
}
.p-phone__price-caution {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.42;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-caution {
    font-size: 1rem;
    line-height: 1.8;
    width: 100%;
    max-width: 33.6rem;
  }
}
.p-phone__price-cost {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-cost {
    padding-block: 4rem;
    padding-inline: 2rem;
  }
}
.p-phone__price-initial {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
.p-phone__price-initial figure {
  width: 7.9rem;
  margin-right: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-initial figure {
    width: 7rem;
    margin-right: 2.2rem;
  }
}
.p-phone__price-initial .text {
  padding-right: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-initial .text {
    padding-right: 5rem;
  }
}
.p-phone__price-initial .text-head {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.8;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-phone__price-initial .text-head {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.p-phone__price-initial .text-body {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  color: #0089D0;
  display: flex;
  align-items: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -0.6rem;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-phone__price-initial .text-body {
    font-size: 3.1rem;
    margin-top: 0.3rem;
  }
}
.p-phone__price-initial .text-body span {
  font-weight: 700;
  font-size: 4.6rem;
  margin-bottom: -0.3rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-initial .text-body span {
    font-size: 4rem;
  }
}
.p-phone__price-initial .text-num {
  font-weight: 700;
  font-size: 9rem;
  line-height: 0.8;
  color: #0089D0;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-phone__price-initial .text-num {
    font-size: 8rem;
  }
}
.p-phone__price-start {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-start {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.p-phone__price-start::before, .p-phone__price-start::after {
  content: "";
  height: 1.8rem;
  width: 0.2rem;
  background-color: currentColor;
  transform: skewX(15deg);
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-start::before, .p-phone__price-start::after {
    height: 1.6rem;
    margin-bottom: 0.7rem;
  }
}
.p-phone__price-start::after {
  transform: skewX(-15deg);
}
.p-phone__price-merit {
  width: 91.9rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__price-merit {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 2rem;
  }
}
.p-phone__price-merit > li {
  background-color: #ECF5FD;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  border-radius: 0.8rem;
  min-height: 11rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__price-merit > li {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__price-merit > li {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__price-merit > li figure {
    width: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__price-merit > li figure img {
    height: 7rem;
  }
}
.p-phone__price-merit > li dl {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-phone__price-merit > li dl {
    min-width: 16.4rem;
  }
}
.p-phone__price-merit > li dl dt {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.p-phone__price-merit > li dl dd {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #0089D0;
}
@media screen and (max-width: 1024px) {
  .p-phone__price-spblock {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__price-spblock .p-phone__price-caution {
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
.p-phone__price-2column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__price-2column {
    display: contents;
  }
}
.p-phone__price-2column .p-phone__price-initial {
  background-color: #fff;
  margin-bottom: 0;
  padding-inline: 2.8rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__price-2column .p-phone__price-initial {
    width: 43.7rem;
    max-width: 100%;
    padding-block: 2.7rem;
    order: 2;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__price-2column .p-phone__price-initial {
    padding-inline: 0;
    padding-block: 1.8rem;
  }
}
.p-phone__price-2column .p-phone__price-initial .text-head {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-2column .p-phone__price-initial .text-head {
    font-size: 1.3rem;
  }
}
.p-phone__price-2column .p-phone__price-month {
  margin: 0;
  width: 43.7rem;
  grid-template-columns: 1fr 33rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-2column .p-phone__price-month {
    width: 100%;
    grid-template-columns: 22.3% 77.7%;
  }
}
.p-phone__price-2column .p-phone__price-month-text {
  display: flex;
  align-items: center;
}
.p-phone__price-2column .p-phone__price-month dt {
  height: 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-phone__price-2column .p-phone__price-month dt {
    height: 10rem;
  }
}
.p-phone__price-2column .p-phone__price-month dd {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2.8rem;
}
.p-phone__price-2column .p-phone__price-month dd p {
  width: 100%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-phone__price-2column .p-phone__price-month dd p {
    font-size: 1.3rem;
  }
}
.p-phone__price-guide {
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  color: #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 4rem;
  line-height: 2.25;
}
.p-phone__price-guide::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  rotate: 45deg;
}

/* phoneページ
----------------------------------------*/
.p-phone__support {
  background-color: #F1F3F6;
  padding-block: 6rem;
  overflow: hidden;
}
.p-phone__support-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 87.8rem;
  padding-inline: 2rem;
  margin-inline: auto;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__support-list {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__support-list {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
  }
}
.p-phone__support-list > li {
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #fff;
}
.p-phone__support-list > li h3 {
  font-weight: 600;
  font-size: 1.8rem;
  padding-top: 2rem;
  padding-inline: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-phone__support-list > li h3 {
    font-size: 1.6rem;
  }
}
.p-phone__support-list > li p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.78;
  padding-bottom: 2rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-phone__support-list > li p {
    font-size: 1.6rem;
  }
}

/* phoneページ
----------------------------------------*/
.p-phone__seminar {
  background-color: #fff;
  padding-block: 6rem;
  overflow: hidden;
}
.p-phone__seminar .p-phone__contents-head {
  color: #F8F9FA;
}
.p-phone__seminar-slider:not(.slick-slider) {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  justify-content: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-phone__seminar-slider:not(.slick-slider) {
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }
}
.p-phone__seminar-slider:not(.slick-slider) > li {
  width: min(35.8rem, 50% - 4rem);
}
@media screen and (max-width: 767px) {
  .p-phone__seminar-slider:not(.slick-slider) > li {
    width: 30rem;
    max-width: 100%;
  }
}
.p-phone__seminar-slider.slick-slider {
  margin-bottom: 0;
}
.p-phone__seminar-slider .slick-track {
  padding-bottom: 6.4rem;
}
.p-phone__seminar-slider .slick-slide a {
  display: block;
  width: 36rem;
  margin-inline: 2rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 65, 110, 0.1);
}
@media screen and (max-width: 767px) {
  .p-phone__seminar-slider .slick-slide a {
    width: 30rem;
    margin-inline: 1rem;
    box-shadow: none;
  }
}
.p-phone__seminar-slider .slick-slide img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-phone__seminar-slider .slick-arrow {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(../img/phone/slide-arrow.svg);
  z-index: 10;
  margin-top: -3.2rem;
  box-shadow: 0px 1rem 2rem rgba(34, 86, 124, 0.18);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-phone__seminar-slider .slick-arrow {
    display: none;
  }
}
.p-phone__seminar-slider .slick-arrow::before {
  content: none;
}
.p-phone__seminar-slider .slick-arrow.slick-prev {
  left: auto;
  right: calc(50% + 55.2rem);
  scale: -1 1;
}
@media screen and (max-width: 1024px) {
  .p-phone__seminar-slider .slick-arrow.slick-prev {
    left: 2rem;
    right: auto;
  }
}
.p-phone__seminar-slider .slick-arrow.slick-next {
  right: auto;
  left: calc(50% + 55.2rem);
}
@media screen and (max-width: 1024px) {
  .p-phone__seminar-slider .slick-arrow.slick-next {
    right: 2rem;
    left: auto;
  }
}
.p-phone__seminar-slider .slick-dots {
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.p-phone__seminar-slider .slick-dots > li {
  margin: 0;
  width: auto;
  height: auto;
}
.p-phone__seminar-slider .slick-dots > li button {
  padding: 0;
  margin: 0;
  background-color: rgba(34, 34, 34, 0.1);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
}
.p-phone__seminar-slider .slick-dots > li button::before {
  content: none;
}
.p-phone__seminar-slider .slick-dots > li.slick-active button {
  background-color: #009BE3;
}

/* phoneページ
----------------------------------------*/
.p-phone__cases {
  background-color: #F1F3F6;
  padding-block: 6rem;
  overflow: hidden;
}
.p-phone__cases .p-phone__contents-head {
  color: #F8F9FA;
}
.p-phone__cases-slider.slick-slider {
  margin-bottom: 0;
}
.p-phone__cases-slider .slick-track {
  padding-bottom: 6.4rem;
  display: flex;
}
.p-phone__cases-slider .slick-slide {
  height: auto !important;
}
.p-phone__cases-slider .slick-slide a {
  display: block;
  width: 30rem;
  margin-inline: 2rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 65, 110, 0.1);
  overflow: hidden;
  border-radius: 1.2rem;
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-phone__cases-slider .slick-slide a {
    margin-inline: 1rem;
  }
}
.p-phone__cases-slider .slick-arrow {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(../img/phone/slide-arrow.svg);
  z-index: 10;
  margin-top: -3.2rem;
  box-shadow: 0px 1rem 2rem rgba(34, 86, 124, 0.18);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-phone__cases-slider .slick-arrow {
    display: none;
  }
}
.p-phone__cases-slider .slick-arrow::before {
  content: none;
}
.p-phone__cases-slider .slick-arrow.slick-prev {
  left: auto;
  right: calc(50% + 55.2rem);
  scale: -1 1;
}
@media screen and (max-width: 1024px) {
  .p-phone__cases-slider .slick-arrow.slick-prev {
    left: 2rem;
    right: auto;
  }
}
.p-phone__cases-slider .slick-arrow.slick-next {
  right: auto;
  left: calc(50% + 55.2rem);
}
@media screen and (max-width: 1024px) {
  .p-phone__cases-slider .slick-arrow.slick-next {
    right: 2rem;
    left: auto;
  }
}
.p-phone__cases-slider .slick-dots {
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.p-phone__cases-slider .slick-dots > li {
  margin: 0;
  width: auto;
  height: auto;
}
.p-phone__cases-slider .slick-dots > li button {
  padding: 0;
  margin: 0;
  background-color: rgba(34, 34, 34, 0.1);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
}
.p-phone__cases-slider .slick-dots > li button::before {
  content: none;
}
.p-phone__cases-slider .slick-dots > li.slick-active button {
  background-color: #009BE3;
}
.p-phone__cases-slider:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__cases-slider:not(.slick-initialized) {
    flex-direction: column;
    row-gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
  }
}
.p-phone__cases-slider:not(.slick-initialized) > li {
  height: auto;
}
.p-phone__cases-slider:not(.slick-initialized) > li a {
  display: block;
  width: 30rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 65, 110, 0.1);
  overflow: hidden;
  border-radius: 1.2rem;
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-phone__cases-slider:not(.slick-initialized) > li a {
    margin-inline: 1rem;
  }
}
.p-phone__cases-text {
  padding: 2rem 2rem 3rem;
}
.p-phone__cases-text .label {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #0089D0;
  background-color: #ECF5FD;
  border-radius: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.2rem;
  padding-block: 0.4rem;
  margin-bottom: 1rem;
}
.p-phone__cases-text .company {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.p-phone__cases-text .detail {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* phoneページ
----------------------------------------*/
.p-phone__service {
  padding-block: 6rem;
  background: url(../img/common/service-bg-01.png) no-repeat right top/48.5rem auto, url(../img/common/service-bg-02.png) no-repeat left bottom/51.1rem auto, linear-gradient(185.59deg, #009BE3 8.78%, #016BB8 53.86%);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-phone__service {
    background: url(../img/common/service-bg-01.png) no-repeat right top/37.5rem auto, url(../img/common/service-bg-02.png) no-repeat left bottom/37.5rem auto, linear-gradient(185.59deg, #009BE3 8.78%, #016BB8 53.86%);
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__service {
    background: url(../img/common/service-bg-01.png) no-repeat right top/37.5rem auto, url(../img/common/service-bg-02.png) no-repeat left bottom/37.5rem auto, linear-gradient(185.59deg, #009BE3 8.78%, #016BB8 53.86%);
  }
}
.p-phone__service .p-phone__contents-head {
  color: #fff;
  opacity: 0.08;
}
.p-phone__service .p-phone__contents-title {
  color: #fff;
}
.p-phone__service-container {
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 1.2rem;
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__service-container {
    padding: 1rem;
    max-width: 72.8rem;
    margin-inline: auto;
  }
}
.p-phone__service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__service-list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
}
.p-phone__service-list > a {
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 1.3rem 3rem rgba(0, 65, 110, 0.2);
  padding-bottom: 3rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.p-phone__service-list > a:hover {
  opacity: 1;
}
.p-phone__service-list > a:hover .viewmore {
  background-color: #494949;
}
.p-phone__service-list > a .heading {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  margin-block: 2rem 1rem;
  padding-inline: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-phone__service-list > a .detail {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-inline: 2rem;
  margin-bottom: 2rem;
}
.p-phone__service-list > a .viewmore {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  background-color: #222;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-height: 5.4rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding-left: 1rem;
  transition: 300ms;
}
.p-phone__service-list > a .viewmore::after {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.9rem;
  height: 1.6rem;
}

/* phoneページ
----------------------------------------*/
.p-phone__toc {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-phone__toc {
    overflow: hidden;
    padding-top: 4rem;
  }
}
.p-phone__toc:not(:has(.p-phone__toc-list)) {
  padding-bottom: 0;
}
.p-phone__toc:not(:has(.p-phone__toc-list)) .p-phone__toc-desc {
  margin-bottom: 0;
}
.p-phone__toc .p-phone__contents-head {
  color: rgba(241, 243, 246, 0.5);
  margin-bottom: -4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__toc .p-phone__contents-head {
    margin-bottom: -3rem;
  }
}
.p-phone__toc-desc {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__toc-desc {
    text-align: left;
    margin-top: -3.2rem;
    font-size: 1.6rem;
  }
}
.p-phone__toc-list {
  width: 66.8rem;
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
}
.p-phone__toc-list:not(:has(:nth-child(3))) {
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .p-phone__toc-list {
    width: 100%;
    flex-direction: column;
    row-gap: 1rem;
  }
}
.p-phone__toc-list.is-centered {
  justify-content: center;
  grid-template-columns: repeat(3, 15.2rem);
}
.p-phone__toc-list > a {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 1.3rem 3rem rgba(0, 65, 110, 0.1);
  border-radius: 1.2rem;
  text-align: center;
  row-gap: 2rem;
  padding-inline: 2rem;
  padding-block: 1.9rem 2.3rem;
  width: 15.2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__toc-list > a {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    padding-block: 2rem;
    flex-direction: row;
    width: 100%;
  }
}
.p-phone__toc-list > a:hover {
  background-color: #0089D0;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-phone__toc-list > a:hover::after {
    opacity: 0;
  }
}
.p-phone__toc-list > a:hover svg {
  color: #fff;
}
.p-phone__toc-list > a figure {
  line-height: 0;
}
.p-phone__toc-list > a figure svg {
  color: #0089D0;
  transition: color 0.3s;
}
.p-phone__toc-list > a p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-phone__toc-list > a p {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.3;
    justify-content: flex-start;
  }
}
.p-phone__toc-list > a::after {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  translate: 0 50%;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../img/phone/solution_arrow.svg);
  background-size: 1.3rem auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-phone__toc-list > a::after {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem;
    translate: none;
    left: auto;
    right: 2rem;
    top: 0;
    margin: auto;
    background-color: transparent;
    transition: 300ms;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__toc-list > a::before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    background-image: url(../img/phone/solution_arrow_white.svg);
    background-size: 1.8rem;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms;
  }
}

/* phoneページ
----------------------------------------*/
.p-phone__functions {
  padding-block: 6rem;
  background-color: rgba(241, 243, 246, 0.5);
}
.p-phone__functions.is-bg-gray {
  background-color: rgb(241, 243, 246);
}
.p-phone__functions-title {
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__functions-title {
    font-size: 2.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-phone__functions-title img {
    width: 3.2rem;
  }
}
.p-phone__functions-desc {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__functions-desc {
    font-size: 1.6rem;
    margin-top: -1rem;
  }
}
.p-phone__functions-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p-phone__functions-list:not(:has(> li:nth-child(3))) {
    grid-template-columns: repeat(2, calc((100% - 6rem) / 3));
    justify-content: center;
  }
}
.p-phone__functions-list > li {
  padding-inline: 2rem;
  padding-block: 2rem;
  background: #fff;
  border-radius: 0.8rem;
  display: grid;
  grid-template-rows: subgrid;
  align-items: flex-start;
  row-gap: 0;
  grid-row: span 3;
}
.p-phone__functions-list > li figure {
  background-color: #ECF5FD;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-phone__functions-list > li figure {
    margin-bottom: 1.2rem;
  }
}
.p-phone__functions-list > li figure img {
  display: block;
  max-width: 30.1rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-phone__functions-list > li figure img {
    max-width: 24rem;
  }
}
.p-phone__functions-list > li h3 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__functions-list > li h3 {
    min-height: 4.4rem;
    padding-bottom: 1rem;
  }
}
.p-phone__functions-list > li h3.has-asterisk {
  position: relative;
}
.p-phone__functions-list > li h3.has-asterisk::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/phone/functions/asterisk.svg);
  background-size: 1.1rem auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-phone__functions-list > li h3.has-asterisk::after {
    top: -0.2rem;
  }
}
.p-phone__functions-list > li p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-phone__functions-list > li p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-phone__functions-list > li p .btn {
  margin-top: 2rem;
  display: block;
}
.p-phone__functions-list > li p .btn a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-width: 15.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 1.8rem 1rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  background: #222;
  box-shadow: 0 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
  color: #fff;
  line-height: 1.4;
}
@media (hover: hover) {
  .p-phone__functions-list > li p .btn a:hover {
    opacity: 1;
    background-color: #494949;
  }
}
.p-phone__functions-list > li p .btn a::after {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 1.6rem;
  margin-top: 0.1rem;
}
.p-phone__functions-option {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #0089D0;
  font-weight: 500;
  text-align: right;
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-phone__functions-option {
    font-size: 1.2rem;
  }
}
.p-phone__functions-option::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/phone/functions/asterisk.svg);
  background-size: 1.1rem auto;
  background-repeat: no-repeat;
  background-position: center;
}
.p-phone__functions-cta {
  margin-top: 4rem;
}
.p-phone__functions-cta .is-download {
  margin-bottom: 4rem;
}

/* phoneページ
----------------------------------------*/
.p-phone__faq {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-phone__faq {
    padding-block: 0 6rem;
  }
}
.p-phone__faq-title {
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__faq-title {
    font-size: 2.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__faq-title img {
    width: 3.2rem;
  }
}
.p-phone__faq-desc {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-phone__faq-desc {
    font-size: 1.6rem;
    margin-top: -1rem;
  }
}
.p-phone__faq-list {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
}
.p-phone__faq-list > li:last-child dl {
  border-bottom: 1px solid #C2CBD8;
}
.p-phone__faq-list > li dl {
  border-top: 1px solid #C2CBD8;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-phone__faq-list > li dl {
    padding-inline: 0;
  }
}
.p-phone__faq-list > li dt {
  display: flex;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-block: 2.1rem 1.9rem;
  padding-right: 4.4rem;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-phone__faq-list > li dt {
    padding-right: 0;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.3;
    padding-right: 1.8rem;
  }
}
.p-phone__faq-list > li dt:hover {
  color: #0089D0;
}
.p-phone__faq-list > li dt::before {
  content: "";
  width: 2.1rem;
  height: 2.4rem;
  background-image: url(../img/phone/faq/icon_q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-phone__faq-list > li dt::before {
    margin-top: -0.3rem;
  }
}
.p-phone__faq-list > li dt::after {
  content: "";
  background-image: url(../img/common/icon-arrow-blue.svg);
  width: 1rem;
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 2.5rem;
  rotate: 90deg;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-phone__faq-list > li dt::after {
    top: 2.2rem;
    right: 0.5rem;
  }
}
.p-phone__faq-list > li dt.is-open::after {
  rotate: -90deg;
}
.p-phone__faq-list > li dt span {
  flex: 1;
}
.p-phone__faq-list > li dd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
  padding-right: 2rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-phone__faq-list > li dd {
    padding-left: 4rem;
    font-size: 1.6rem;
  }
}
.p-phone__faq-list > li dd a {
  text-decoration: underline;
}
.p-phone__faq-cta {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-phone__faq-cta {
    padding-top: 0;
  }
}

/* phoneページ
----------------------------------------*/
.p-phone__stc .p-phone__about .inner {
  max-width: 112.7rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__about .inner {
    display: block;
  }
  .p-phone__stc .p-phone__about .inner figure {
    width: 100%;
  }
}
.p-phone__stc .p-phone__about .inner .text {
  padding-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__about .inner .text {
    padding-left: 0;
  }
}
.p-phone__stc .p-phone__about .inner .text .logo {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__about .inner .text .logo {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__about .inner .text .logo img {
    max-height: 5.6rem;
    margin: 0 auto;
  }
}
.p-phone__stc .p-phone__about .inner .text h2 {
  margin-bottom: 0;
}
.p-phone__stc-contents {
  background: #F1F3F6;
  padding: 12rem 0 8rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc-contents {
    padding: 6rem 0;
  }
}
.p-phone__stc-contents .text-asterisk {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc-contents .text-asterisk {
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: 3rem;
  }
}
.p-phone__stc .p-phone__contents-title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__contents-title {
    margin-bottom: 3rem;
  }
}
.p-phone__stc .p-phone__solution-example {
  max-width: 105rem;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-example {
    margin-bottom: 3rem;
  }
  .p-phone__stc .p-phone__solution-example figure {
    margin-top: 3rem;
    width: 100%;
  }
}
.p-phone__stc .p-phone__solution-example dl dt span {
  font-weight: bold;
}
.p-phone__stc .p-phone__solution-pickup {
  background: #fff;
  padding: 4rem 7.5rem;
  filter: drop-shadow(0px 2rem 3rem rgba(57, 75, 97, 0.1));
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-pickup {
    padding: 4rem 2rem;
  }
}
.p-phone__stc .p-phone__solution-pickup > h4 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-pickup > h4 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.p-phone__stc .p-phone__solution-pickup > h4 > span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-pickup > h4 > span {
    font-size: 1.4rem;
  }
}
.p-phone__stc .p-phone__solution-pickup .text-asterisk {
  color: #0089D0;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-pickup .text-asterisk {
    margin-top: 1rem;
  }
}
.p-phone__stc .p-phone__solution-blue {
  display: flex;
  margin-bottom: 0;
}
.p-phone__stc .p-phone__solution-blue > li {
  background: #ECF5FD;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 1.8rem 1.7rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-blue > li {
    padding: 2rem 1.4rem;
    row-gap: 0rem;
  }
}
.p-phone__stc .p-phone__solution-blue > li figure {
  width: 100%;
}
.p-phone__stc .p-phone__solution-blue > li figure img {
  max-height: 6.5rem;
  width: auto;
  margin: 0 auto 1.8rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-blue > li figure img {
    max-height: 4.6rem;
    aspect-ratio: inherit;
    margin: 0 auto 1rem;
  }
}
.p-phone__stc .p-phone__solution-blue > li dl dt {
  color: #0089D0;
  font-size: 2.1rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-blue > li dl dt {
    font-size: 2.4rem;
  }
}
.p-phone__stc .p-phone__solution-blue > li dl dd {
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-blue > li dl dd {
    font-size: 1.4rem;
  }
}
.p-phone__stc .p-phone__solution-bg {
  margin-top: 2rem;
  background: #F1F3F6;
  border-radius: 0.7rem;
  padding: 3.6rem 4rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-bg {
    margin-top: 3rem;
    padding: 3.6rem 1rem;
  }
}
.p-phone__stc .p-phone__solution-bg h4 {
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-bg h4 {
    text-align: center;
    margin-inline: 2.6rem;
  }
}
.p-phone__stc .p-phone__solution-list {
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-list {
    margin-top: 0;
  }
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li::before {
  content: "";
  background-image: url(../img/callcenter/stc/icon_04.png);
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 {
  max-width: 73.77rem;
  margin: 0 auto 4rem;
  text-align: center;
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 .p-phone__contents-title {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 .p-phone__contents-title {
    margin-bottom: 2rem;
  }
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 figure {
  max-width: 25.3rem;
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 figure {
    max-width: 20.3rem;
    margin: 2rem auto 0;
  }
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup {
  background: #F1F3F6;
  text-align: center;
  filter: inherit;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup {
    padding: 2rem;
  }
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup h4 {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup h4 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup h4 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup h4 span {
    font-size: 1.6rem;
  }
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup figure {
  max-width: 71.1rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 1024px) {
  .p-phone__stc .p-phone__solution-list.is-callcenter > li .p-phone__solution-example02 + .p-phone__solution-pickup figure {
    margin: 2rem auto 0;
  }
}

/* resultsページ
list エリア
----------------------------------------*/
.p-seminar__inner {
  width: 124rem;
  max-width: 100%;
  padding-inline: 2rem;
  margin-inline: auto;
}

/* resultsページ
list エリア
----------------------------------------*/
.p-seminar__nav {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__nav {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.p-seminar__nav ul {
  display: flex;
}
.p-seminar__nav ul > li {
  flex: 1;
  text-align: center;
  border-bottom: solid 0.3rem #E1E6EC;
  padding-block: 1rem;
  cursor: pointer;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .p-seminar__nav ul > li {
    padding-block: 1.2rem;
  }
}
.p-seminar__nav ul > li h2 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-seminar__nav ul > li h2 {
    font-size: 1.2rem;
  }
}
.p-seminar__nav ul > li.is-active {
  border-color: #0089D0;
}
@media (hover: hover) {
  .p-seminar__nav ul > li:hover {
    opacity: 1;
    color: #0089D0;
  }
}

/* resultsページ
list エリア
----------------------------------------*/
.p-seminar__filter {
  box-shadow: 0px 0.5rem 1rem rgba(0, 65, 110, 0.1);
  background: #fff;
  border-radius: 0.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter {
    border-radius: 10rem;
    margin-bottom: 2rem;
  }
}
.p-seminar__filter-toggle button {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5.4rem;
  padding-top: 0.2rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  color: #222;
}
.p-seminar__filter-toggle button::after {
  content: "";
  background-image: url(../img/common/icon-arrow-blue.svg);
  width: 1rem;
  height: 1.6rem;
  rotate: 90deg;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-toggle button::after {
    content: none;
  }
}
.p-seminar__filter-toggle button.open:after {
  scale: -1 1;
}
.p-seminar__filter-reset {
  text-align: center;
}
.p-seminar__filter-reset button {
  width: 34rem;
  height: 5.4rem;
  border: 0.1rem solid #F1F3F6;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-top: 0.2rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  border-radius: 2.7rem;
  text-align: center;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  transition: box-shadow 0.3s;
}
@media (hover: hover) {
  .p-seminar__filter-reset button:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-seminar__filter-reset button:active {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-reset button {
    width: 100%;
  }
}
.p-seminar__filter-reset button::after {
  content: "";
  background-image: url(../img/common/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-reset button::after {
    content: none;
  }
}
.p-seminar__filter-form {
  padding: 2.4rem 2rem 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form {
    padding: 2.4rem 0 0;
    width: 92vw;
    position: fixed;
    top: 6rem;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 2100;
    padding-inline: 1.6rem;
  }
  .p-seminar__filter-form form {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form-inner {
    padding: 8.5rem 1.6rem 5rem;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.p-seminar__filter-form dl {
  max-width: 92rem;
  color: #494949;
  margin: 4.2rem auto 3.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl {
    display: block;
    margin: 2rem auto 6rem;
    overflow: hidden;
  }
}
.p-seminar__filter-form dl dt {
  width: calc(100% - 68rem);
  font-weight: 700;
  border-bottom: 0.2rem solid #e8ebf0;
  display: flex;
  align-items: center;
  padding-bottom: 4.3rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .p-seminar__filter-form dl dt {
    width: 21.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl dt {
    width: auto;
    border: 0;
    padding: 0;
    margin-bottom: 2rem;
  }
}
.p-seminar__filter-form dl dd {
  width: 68rem;
  border-bottom: 0.2rem solid #e8ebf0;
  padding-bottom: 3.3rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .p-seminar__filter-form dl dd {
    width: calc(100% - 21.5rem);
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl dd {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl dd:last-of-type {
    border: 0;
    margin: 0.5rem 0 0;
    padding-bottom: 0;
  }
}
.p-seminar__filter-form dl dd ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 0.3rem;
  margin-right: -4rem;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
  row-gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-seminar__filter-form dl dd ul {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-form dl dd ul {
    flex-direction: column;
    row-gap: 1.8rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.p-seminar__filter-form dl dd ul li input[type=checkbox] {
  margin-right: 0.9rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #C2CBD8;
  border-radius: 0.2rem;
  vertical-align: -0.1rem;
}
.p-seminar__filter-form dl dd ul li input[type=checkbox]:checked {
  background: #209CFF;
  border-color: #209CFF;
}
.p-seminar__filter-form dl dd ul li input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.4rem;
  border-left: 0.15rem solid #fff;
  border-bottom: 0.15rem solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
}
.p-seminar__filter-submit {
  text-align: center;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.6rem;
    background: #fff;
  }
}
.p-seminar__filter-submit button {
  width: 40rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  background: #222;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-family: inherit;
  box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, 0.15);
  transition: background 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 767px) {
  .p-seminar__filter-submit button {
    width: 100%;
  }
}
.p-seminar__filter-submit button::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
  margin: 0 -0.7rem 0 0.8rem;
  vertical-align: 0.2rem;
}
@media (hover: hover) {
  .p-seminar__filter-submit button:hover {
    background: #333;
    box-shadow: 0 0.5rem 1rem rgba(0, 65, 110, 0.1);
  }
  .p-seminar__filter-submit button:active {
    box-shadow: 0 -0.3rem 0 rgba(0, 65, 110, 0.1);
  }
}
.p-seminar__filter-submit button:active {
  border-color: #000;
  background: #494949;
}
.p-seminar__filter-title {
  text-align: center;
  padding: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
}
.p-seminar__filter-close {
  position: absolute;
  top: -2.8rem;
  right: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: none;
  border-radius: 0;
  z-index: 10;
}
.p-seminar__filter-close::before, .p-seminar__filter-close::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 2.7rem;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-seminar__filter-close::after {
  transform: rotate(-45deg);
}

/* resultsページ
list エリア
----------------------------------------*/
.p-seminar__archive {
  padding-bottom: 6rem;
}
.p-seminar__archive-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
  margin-bottom: 4rem;
}
.p-seminar__archive-list:has(.c-archive__none) {
  display: flex;
  justify-content: center;
}
.p-seminar__archive-list > li {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
  transition: box-shadow 0.3s;
}
.p-seminar__archive-list > li:hover {
  box-shadow: 0 0 4rem rgba(0, 46, 79, 0.2);
}
.p-seminar__archive-list > li:hover a:not(:root) {
  -webkit-animation: none;
          animation: none;
}
.p-seminar__archive-list > li a:not(:root) {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .p-seminar__archive-list > li a:not(:root):hover {
    opacity: 1;
  }
  .p-seminar__archive-list > li a:not(:root):hover .apply-btn:not(:root) {
    opacity: 0.7;
  }
}
.p-seminar__archive-list > li ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
.p-seminar__archive-list > li ul > li {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #0089D0;
  background-color: #ECF5FD;
  font-weight: 400;
  padding-inline: 1.2rem;
  padding-block: 0.4rem;
  border-radius: 0.6rem;
}
.p-seminar__archive-list > li .apply-btn:not(:root) {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 18.5rem;
  min-height: 4.1rem;
  background: #222222;
  box-shadow: 0px 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
  padding-top: 0.2rem;
  margin-bottom: 3rem;
  margin-top: auto;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  transition: 300ms;
}
.p-seminar__archive-list > li .apply-btn:not(:root)::after {
  content: "";
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 1.6rem;
}
.p-seminar__archive-list > li figure img {
  width: 100%;
  aspect-ratio: 374/196;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-seminar__archive-list > li.c-archive__none {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
.p-seminar__archive-text {
  padding-block: 2.4rem 2rem;
  padding-inline: 2rem;
}
.p-seminar__archive-date {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.p-seminar__archive-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-seminar__archive-title {
    font-size: 1.6rem;
  }
}

.p-download main {
  background-color: #F8F9FB;
}
.p-download__inner {
  width: 124rem;
  max-width: 100%;
  padding-inline: 2rem;
  margin-inline: auto;
}
.p-download__document {
  padding-top: 2rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-download__document {
    padding-bottom: 6rem;
  }
}
.p-download__document-figure {
  aspect-ratio: 380/240;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(360deg, #C6E1F0 37.5%, #DEEDF3 100%);
}
.p-download__document-figure img {
  width: 100%;
}
.p-download__document-figure.bg-blue img {
  width: auto;
  max-height: 24rem;
}
.p-download__document .p-download__list-link.col2 li {
  width: 32rem;
}
@media screen and (max-width: 1024px) {
  .p-download__document .p-download__list-link.col2 li {
    width: 27rem;
  }
}
.p-download__inquiry {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #F1F3F6;
}
.p-download__inquiry-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16.2rem;
  max-width: 16.2rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-download__inquiry-figure {
    max-width: 14.2rem;
    margin: 0 auto;
    padding-top: 4rem;
  }
}
.p-download__inquiry-figure img {
  max-height: 13.2rem;
}
.p-download__inquiry-figure.bg-blue {
  background: linear-gradient(360deg, #C6E1F0 37.5%, #DEEDF3 100%);
  padding-block: 4.7rem;
}
@media screen and (max-width: 1024px) {
  .p-download__inquiry-figure.bg-blue {
    padding-block: 3rem;
  }
}
.p-download__inquiry-figure.bg-blue img {
  max-height: 21rem;
}
@media screen and (max-width: 1024px) {
  .p-download__inquiry-figure.bg-blue img {
    max-height: 18rem;
  }
}
.p-download__inquiry .p-download__list-link.col2 li {
  width: 35rem;
}
@media screen and (max-width: 1024px) {
  .p-download__inquiry .p-download__list-link.col2 li {
    width: 30rem;
  }
}
.p-download__heading {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-download__heading {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-download__heading span {
    display: block;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0.6rem;
  }
}
.p-download__catch {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-download__catch {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 0.6rem;
  }
}
.p-download__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
}
@media screen and (max-width: 1024px) {
  .p-download__list {
    display: block;
  }
}
.p-download__list > li {
  width: calc((100% - 4rem) / 2);
  max-width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0px 1.3rem 3rem rgba(0, 65, 110, 0.1);
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-download__list > li {
    width: 100%;
    display: block;
    margin-top: 4rem;
  }
  .p-download__list > li:first-child {
    margin-top: 2rem;
  }
}
.p-download__list > li .text {
  padding: 3rem 3rem 1rem 2rem;
}
@media screen and (max-width: 1024px) {
  .p-download__list > li .text {
    padding: 2rem 3.2rem 2rem;
  }
}
.p-download__list > li h3 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .p-download__list > li h3 {
    text-align: center;
  }
}
.p-download__list > li p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-download__list > li p {
    font-size: 1.6rem;
  }
}
.p-download__list > li.full {
  width: 100%;
}
.p-download__list > li.full figure {
  min-width: 40rem;
  max-width: 40rem;
  margin-left: 0;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p-download__list > li.full figure {
    min-width: inherit;
    width: 100%;
    max-width: 100%;
  }
}
.p-download__list > li.full .text {
  padding: 4rem 4rem 2rem;
}
@media screen and (max-width: 1024px) {
  .p-download__list > li.full .text {
    padding: 3rem 3.2rem 2rem;
  }
}
.p-download__list > li.full .p-download__list-link {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-download__list > li.full .p-download__list-link {
    justify-content: center;
  }
}
.p-download__list-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-download__list-link li {
  width: auto;
  margin-bottom: 2rem;
}
.p-download__list-link li a {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background: #fff;
  border: 1px solid #F1F3F6;
  box-shadow: 0px 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
  padding-inline: 2.8rem;
  max-width: 100%;
  min-height: 4.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-top: auto;
  padding-top: 0.3rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  transition: 300ms;
}
@media screen and (max-width: 1024px) {
  .p-download__list-link li a {
    font-size: 1.4rem;
    padding-inline: 2.2rem;
  }
}
.p-download__list-link li a::after {
  content: "";
  background-image: url(../img/common/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.6rem;
  margin-top: -0.2rem;
}
.p-download__list-link li a:hover {
  background: #009BE3;
  color: #fff;
  opacity: 1;
}
.p-download__list-link li a:hover::after {
  background-image: url(../img/common/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .p-download__list-link.col2 li:nth-child(odd) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-download__list-link.col2 li {
    margin: 0 auto 2rem;
  }
}
.p-download__list-link.col2 li a {
  justify-content: flex-start;
}
.p-download__list-link.col2 li a::after {
  position: absolute;
  right: 1.2rem;
}

.p-paper main {
  background-color: #fff;
}
.p-paper__toc {
  padding-top: 2rem;
  padding-bottom: 6.4rem;
}
.p-paper__inner {
  width: 124rem;
  max-width: 100%;
  padding-inline: 2rem;
  margin-inline: auto;
}
.p-paper__heading {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-paper__heading {
    font-size: 2.2rem;
  }
}
.p-paper__catch {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-paper__catch {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
.p-paper__archive-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32rem, 1fr));
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
}
.p-paper__archive-list > li {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  transition: box-shadow 0.3s;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
  transition: 300ms;
}
@media (hover: hover) {
  .p-paper__archive-list > li:hover {
    box-shadow: 0px 0.3rem 3rem rgba(0, 65, 110, 0);
  }
}
.p-paper__archive-list > li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .p-paper__archive-list > li a:hover {
    opacity: 1;
  }
  .p-paper__archive-list > li a:hover img {
    opacity: 0.75;
  }
  .p-paper__archive-list > li a:hover .donwload-btn {
    color: #fff;
    background-color: #0089D0;
  }
  .p-paper__archive-list > li a:hover .donwload-btn svg {
    color: #fff;
  }
}
.p-paper__archive-list > li figure {
  aspect-ratio: 376/234;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(360deg, #C6E1F0 37.5%, #DEEDF3 100%);
}
@media screen and (max-width: 767px) {
  .p-paper__archive-list > li figure {
    aspect-ratio: 335/234;
  }
}
.p-paper__archive-list > li figure img {
  max-width: 14.3rem;
  width: 100%;
  margin-left: -0.3rem;
  transition: 300ms;
}
.p-paper__archive-list > li p {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.2rem;
  margin-bottom: 2rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .p-paper__archive-list > li p {
    font-size: 1.6rem;
    row-gap: 0.4rem;
  }
}
.p-paper__archive-list > li p span {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.01em;
}
.p-paper__archive-list > li .donwload-btn {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  min-height: 4.1rem;
  padding-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2.8rem 2.6rem;
  margin-inline: auto;
  margin-top: auto;
  margin-bottom: 4rem;
  background: #fff;
  border: 1px solid #F1F3F6;
  box-shadow: 0px 0.3rem 1rem rgba(57, 75, 97, 0.1);
  border-radius: 10rem;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  transition: 300ms;
}
.p-paper__archive-list > li .donwload-btn svg {
  color: #0089D0;
  transition: 300ms;
}
.p-paper__education {
  background-color: #F8F9FB;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-paper__education {
    padding-block: 4rem 6rem;
  }
}
.p-paper__appointment {
  background-color: #F1F3F6;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-paper__appointment {
    padding-block: 4rem 6rem;
  }
}

.p-service main {
  background-color: #F1F3F6;
}
.p-service .c-breadcrumb {
  background: transparent;
}
.p-service__container {
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-service__container {
    padding-bottom: 6rem;
  }
}
.p-service__container::before {
  content: "";
  width: 48.5rem;
  height: 48.3rem;
  background-image: url(../img/service/noize_right.png);
  background-size: contain;
  position: absolute;
  right: 0;
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .p-service__container::before {
    content: none;
  }
}
.p-service__container::after {
  content: "";
  width: 51.1rem;
  height: 55.4rem;
  background-image: url(../img/service/noize_left.png);
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -4rem;
}
@media screen and (max-width: 767px) {
  .p-service__container::after {
    content: none;
  }
}
.p-service__inner {
  width: 124rem;
  max-width: 100%;
  padding-inline: 2rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.p-service__list {
  margin-top: 2rem;
  padding: 4rem;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2rem 3rem rgba(57, 75, 97, 0.05);
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  border-radius: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-service__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__list {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    padding: 0.6rem;
    border: none;
    margin-top: 0;
  }
}
.p-service__list > li {
  width: 100%;
  display: flex;
  filter: drop-shadow(0px 1.3rem 3rem rgba(0, 65, 110, 0.1));
  border-radius: 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-service__list > li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    row-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service__list > li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.p-service__list > li:nth-child(2) .p-service__thumbnail {
  background: #F1F3F6;
}
.p-service__list > li:nth-child(3) .p-service__thumbnail {
  background: #EAF2F8;
}
.p-service__list > li:nth-child(4) .p-service__thumbnail {
  background: #ECF9FD;
}
.p-service__thumbnail {
  max-width: 33.8rem;
  background: #ECF5FD;
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem 0 0 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-service__thumbnail {
    max-width: none;
    width: 100%;
    border-radius: 0.8rem 0.8rem 0 0;
  }
}
.p-service__thumbnail picture {
  flex: 1;
  height: 100%;
  display: flex;
}
.p-service__thumbnail img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (max-width: 1024px) {
  .p-service__thumbnail img {
    aspect-ratio: 334/191;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-service__thumbnail img {
    aspect-ratio: auto;
  }
}
.p-service__thumbnail span {
  font-size: 1.3rem;
  min-height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  padding-top: 0.2rem;
  background-color: #0089D0;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-service__thumbnail span {
    padding-left: 1rem;
  }
}
.p-service__thumbnail span.is-blue {
  background-color: #0C57AE;
}
.p-service__thumbnail span.is-navy {
  background-color: #003D67;
}
.p-service__thumbnail span.is-light-blue {
  background-color: #00AEF6;
}
.p-service__thumbnail span::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid currentColor;
  border-right: 0.2rem solid currentColor;
  rotate: 45deg;
  margin-top: -0.3rem;
}
.p-service__text {
  padding: 4rem;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-service__text {
    padding: 2rem;
    display: contents;
  }
}
.p-service__text h2 {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .p-service__text h2 {
    padding-inline: 2rem;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__text h2 {
    margin-bottom: 1rem;
  }
}
.p-service__text h2 span {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-service__text h3 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1024px) {
  .p-service__text h3 {
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    padding-inline: 2rem;
    margin-bottom: 2.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-service__text h3 {
    line-height: 1.8;
    margin-bottom: 1rem;
  }
}
.p-service__text p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-service__text p {
    padding-inline: 2rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-service__btns {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-service__btns {
    flex-direction: column;
    margin-bottom: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service__btns {
    row-gap: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-service__btns > li {
    margin-inline: auto;
  }
}
.p-service__back {
  position: relative;
  z-index: 3;
  margin-top: 6rem;
  margin-inline: auto;
  padding-inline: 9.3rem;
  min-height: 5.4rem;
}
@media screen and (max-width: 1024px) {
  .p-service__back {
    margin-top: 4rem;
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-service__back {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .p-service__back:hover {
    opacity: 1;
    color: #fff;
    background-color: #0089D0;
  }
  .p-service__back:hover::after {
    background-image: url(../img/common/icon-arrow-white.svg);
  }
}

.p-request .l-main {
  background: #fff;
}
.p-request .l-footer {
  padding-top: 0;
}
.p-request .l-footer__link {
  border-top: none;
}
.p-request .c-breadcrumb {
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-request .c-breadcrumb {
    padding-block: 1.3rem;
  }
}
.p-request__inner {
  max-width: 120rem;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-request__inner {
    display: block;
    margin: 0 auto 6rem;
    padding: 0 2rem;
  }
}
.p-request__inner h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-request__inner h1 {
    font-size: 2.2rem;
    margin-block: 2rem;
  }
}
.p-request__overview {
  width: 45%;
  max-width: 54rem;
  padding: 0 4rem 4rem;
  background: #F1F3F6;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-request__overview {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem 4rem;
    margin-bottom: 4rem;
  }
}
.p-request__overview .img {
  margin: 0 -4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-request__overview .img {
    margin: 0 -2rem 4rem;
  }
}
.p-request__overview h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-request__overview h3 {
    font-size: 1.6rem;
  }
}
.p-request__overview ul.ul {
  list-style: disc;
  padding-left: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-request__overview ul.ul {
    padding-left: 2.2rem;
  }
}
.p-request__overview ul.ul li {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-request__overview ul.ul li {
    font-size: 1.6rem;
  }
}
.p-request__overview ul.ul-check {
  margin-bottom: 2.5rem;
}
.p-request__overview ul.ul-check li {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-request__overview ul.ul-check li {
    font-size: 1.6rem;
  }
}
.p-request__overview ul.ul-check li::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.8rem;
  background: url(../img/doc_request/icon_check.svg) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0.5rem;
}
.p-request__overview hr {
  border: 0.05rem solid #D2D8E2;
  margin: 3rem 0;
}
.p-request__overview > p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-request__overview > p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-request__overview .call-box {
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
@media screen and (max-width: 767px) {
  .p-request__overview .call-box {
    display: block;
    padding-bottom: 1.5rem;
  }
}
.p-request__overview .call-box h4 {
  width: 100%;
  background: #0089D0;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.6rem 0 0.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-request__overview .call-box h4 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-request__overview .call-box p.sp-only {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.p-request__overview .call-box .text {
  padding: 0 0 1.5rem 2.4rem;
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-request__overview .call-box .text {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.p-request__overview .call-box .text > p {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-request__overview .call-box .text > p {
    font-size: 1.4rem;
  }
}
.p-request__overview .call-box .text > p.icon-tel {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-request__overview .call-box .text > p.icon-tel {
    font-size: 1.6rem;
  }
}
.p-request__overview .call-box .text > p.icon-tel::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 2.2rem;
  background: url(../img/doc_request/icon_tel.svg) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-request__overview .call-box .text > p.icon-tel::before {
    position: relative;
    display: inline-block;
    vertical-align: sub;
    margin-right: 0.5rem;
  }
}
.p-request__overview .call-box .img-qr {
  padding: 0 2.4rem 1.5rem 0;
  width: 38%;
  max-width: 18rem;
}
@media screen and (min-width: 768px) {
  .p-request__overview .call-box .img-qr {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .p-request__overview .call-box .img-qr {
    padding: 0;
    width: 15.3rem;
    margin: 1.5rem auto 0;
  }
}
.p-request__overview .call-box .img-qr img {
  width: 100%;
  max-width: 100%;
}
.p-request__overview .call-box .img-qr a {
  display: block;
}
.p-request__form {
  width: 51.6%;
  max-width: 62rem;
}
@media screen and (max-width: 767px) {
  .p-request__form {
    width: 100%;
    max-width: 100%;
  }
}
.p-request__thanks-inner {
  max-width: 120rem;
  margin: 1rem auto 10rem;
  padding-top: 4.1rem;
}
@media screen and (max-width: 767px) {
  .p-request__thanks-inner {
    margin: 3rem auto 8rem;
    padding: 0 2rem;
  }
}
.p-request__thanks-inner h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 15rem;
  font-weight: 600;
  color: #F1F3F6;
  opacity: 0.5;
  line-height: 0.7;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-request__thanks-inner h1 {
    display: none;
  }
}
.p-request__thanks-inner h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-request__thanks-inner h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.p-request__thanks-inner p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.77;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-request__thanks-inner p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-request__thanks-inner .icon-check {
  text-align: center;
  margin-bottom: 2rem;
}
.p-request__thanks-btn {
  margin: 4rem auto 0;
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-request__thanks-btn {
    max-width: 100%;
  }
}
.p-request__thanks-btn a {
  display: block;
  box-sizing: border-box;
  border: 1px solid #F1F3F6;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 10.6rem;
  text-align: center;
  padding: 1.4rem 0;
  box-shadow: 0 1.3rem 3rem rgba(0, 65, 110, 0.1);
}
.p-request__thanks-btn a::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.9rem;
  background: url(../img/doc_request/icon_arrow.svg) no-repeat;
  background-size: 100% 100%;
  margin-left: 0.5rem;
  vertical-align: -0.2rem;
}
/*# sourceMappingURL=style.css.map */