@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 104rem;
  --content-both_space: 20px;
  --header_height: 90px;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-x: clip;
  position: relative;
}
body.is-open::before {
  opacity: 0.95;
  visibility: visible;
}
body::before {
  background-color: #353c46;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

picture {
  display: block;
  line-height: 1.2;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
.p-contact {
  /**
  * textarea
  *
  */
  /**
  * radio
  *
  */
  /**
  * checkbox
  *
  */
  /**
  * tel(column)
  *
  */
  /**
  * select
  *
  */
  /**
  * file
  *
  */
}
.p-contact input[type=text],
.p-contact input[type=date],
.p-contact input[type=password],
.p-contact input[type=email],
.p-contact input[type=time],
.p-contact input[type=tel],
.p-contact input[type=number] {
  border: none;
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 17px 18px;
  position: relative;
  width: 100%;
}
.p-contact input[type=number] {
  -moz-appearance: textfield;
}
.p-contact textarea {
  border: none;
  border: none;
  border-radius: 5px;
  height: 300px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}
.p-contact input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
.p-contact input[type=text]:disabled::-moz-placeholder {
  color: #001b6b;
  opacity: 1;
}
.p-contact input[type=text]:disabled::placeholder {
  color: #001b6b;
  opacity: 1;
}
.p-contact input[type=radio] {
  display: none;
  vertical-align: middle;
}
.p-contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.p-contact input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: 0.5;
  transition-property: color;
  vertical-align: middle;
}
.p-contact input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}
.p-contact input[type=radio] + .mwform-radio-field-text::after {
  background-color: #21d5e4;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}
.p-contact input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.p-contact input[type=checkbox] {
  opacity: 0;
  vertical-align: middle;
}
.p-contact input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
  transition: 0.5;
  transition-property: color;
}
.p-contact input[type=checkbox] + label::before {
  background: #fff;
  border: 2px #818181 solid;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}
.p-contact input[type=checkbox] + label::after {
  border-bottom: 3px solid #001b6b;
  border-left: 3px solid #001b6b;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transition: 0.5s;
  transition-property: color;
  width: 10px;
  z-index: 3;
}
.p-contact input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.p-contact .mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-contact .mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}
.p-contact .select-parts {
  border: 1px #001b6b solid;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-contact .select-parts::after {
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.p-contact .select-parts select {
  border: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 60px;
}
.p-contact input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
.p-contact input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-case {
  background-color: #fff;
  border-top: 20px solid #001b6b;
  padding-bottom: 7rem;
  padding-top: 8.2rem;
}
.p-top-case__heading {
  align-items: flex-end;
  display: flex;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
}
.p-top-case__body {
  margin-top: 5rem;
}
.p-top-case__ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-case__list {
  display: grid;
  row-gap: 2rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
}
.p-top-case__item {
  border-radius: 8px;
  overflow: hidden;
}
.p-top-case__img {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  overflow: hidden;
  position: relative;
  position: relative;
}
.p-top-case__img img {
  height: 100%;
  position: relative;
  transition: transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
}
.p-top-case__img:after {
  background-image: url(../images/top/top-blog-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 37px;
  position: absolute;
  right: 0;
  width: 41px;
}
.p-top-case__item-link:hover .p-top-blog__img img {
  transform: scale(1.1);
}
.p-top-case__content {
  padding-top: 2.5rem;
}
.p-top-case__info {
  align-items: center;
  display: flex;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.p-top-case__cate {
  background-color: #001b6b;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.5rem 0.5rem;
}
.p-top-case__cate:nth-of-type(2) {
  background-color: #393939;
}
.p-top-case__item-ttl {
  align-items: center;
  background-color: #001b6b;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5555555556;
  min-height: 74px;
  padding: 1rem 1rem 1rem 1.5rem;
}
.p-top-case__item-detail {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5882352941;
  margin-top: 0.7rem;
}
.p-top-case__tag-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  row-gap: 0.5rem;
}
.p-top-case__tag {
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: underline;
}
.p-top-case__link {
  margin-left: auto;
  margin-top: 5rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-cta {
  background-image: url(../images/common/cta_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 7rem;
  padding-top: 7.2rem;
  width: 100%;
}
.l-cta__block {
  border: 3px solid #fff;
  border-radius: 8px;
  padding-bottom: 8rem;
}
.l-cta__heading {
  padding-top: 5rem;
}
.l-cta__heading-title {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}
.l-cta__heading-messe {
  background-color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.9047619048;
  margin-top: 5rem;
  padding-bottom: 3rem;
  padding-inline: 2rem;
  padding-top: 3.5rem;
  text-align: center;
  width: 100%;
}
.l-cta__body {
  margin-top: 4rem;
}
.l-cta__btn {
  align-items: center;
  display: flex;
  -moz-column-gap: 10rem;
  column-gap: 10rem;
  justify-content: center;
}
.l-cta__guide {
  margin-inline: auto;
  margin-top: 2.5rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-faq {
  background-color: #f1f8fe;
  padding-bottom: 10rem;
  padding-top: 7rem;
}
.p-top-faq__ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-faq__body {
  margin-top: 5.8rem;
}
.p-top-faq__list {
  margin-inline: auto;
  margin-top: 4.2rem;
}
.p-top-faq__item {
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 5rem;
  padding-right: 10rem;
  position: relative;
}
.p-top-faq__item + .p-top-faq__item {
  margin-top: 2rem;
}
.p-top-faq__item-question {
  align-items: center;
  display: flex;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  position: relative;
}
.p-top-faq__item-question .p-faq__item-text {
  font-weight: 700;
}
.p-top-faq__item-question span {
  align-items: center;
  background-color: #001b6b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.p-top-faq__item-question:after {
  background-image: url(../images/common/icon_on.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 20px;
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.p-top-faq__item-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889;
}
.p-top-faq__item-answer {
  display: none;
  padding-bottom: 5.5rem;
  padding-left: 6.8rem;
}
.p-top-faq__item.is-active .p-top-faq__item-question:after {
  background-image: url(../images/common/icon_off.svg);
  height: 3px;
  transform: translateY(-50%);
  width: 17px;
}
.p-top-faq__item-answer-text-wrap {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.p-top-faq__item-answer-text-wrap .p-faq__item-text {
  font-weight: 400;
}
.p-top-faq__item-answer-text-wrap span {
  align-items: center;
  background-color: #21d5e4;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.p-top-faq__item-answer-text-wrap a {
  color: #001b6b;
  text-decoration: underline;
}
.p-top-faq__link {
  margin-left: auto;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  background-color: #001b6b;
  padding-bottom: 6rem;
  padding-top: 7rem;
}
.l-footer__top {
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: grid;
  grid-template-columns: 25.3rem 1fr 18.3rem;
  padding-bottom: 3rem;
  -moz-column-gap: 4rem;
  column-gap: 2rem;
  justify-content: space-between;
}
.l-footer__inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 142rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 85%;
}
.l-footer__logo.--monoco {
  display: block;
  max-width: 185px;
  width: 9.6614583333vw;
}
.l-footer-banner a{
  display: block;
  height: 100%;
  aspect-ratio: 183 / 147;
}
.l-footer-banner a img{
  width: 100%;
  height: auto;
}
.l-footer__logo-copy {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-top: 1rem;
}
.l-footer__menu-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  justify-content: center;
}
.l-footer__menu-top-link {
  padding-bottom: 0.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.4rem;
  position: relative;
}
.l-footer__menu-top-link:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.l-footer__menu-item:nth-child(1) .l-footer__menu-top-link {
  padding-left: 0;
}
.l-footer__menu-item:last-of-type .l-footer__menu-top-link:after {
  content: none;
}
.l-footer__menu-bottom {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 2rem;
}
.l-footer__menu-bottom-item {
  padding-block: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.l-footer__menu-link {
  display: block;
  padding-block: 1.3rem;
  padding-left: 4rem;
  padding-right: 3rem;
  transition: opacity 0.3s;
}
.l-footer__menu-link:hover {
  opacity: 0.7;
}
.l-footer__menu-bottom-item.--01:before {
  background-image: url(../images/common/icon_search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 20px;
  left: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.l-footer__menu-bottom-item.--02 {
  margin-left: 1rem;
}
.l-footer__menu-bottom-item.--03 {
  color: #333333;
  margin-left: 2.8rem;
  padding-left: 3rem;
}
.l-footer__menu-bottom-item.--03:before {
  background-image: url(../images/common/icon_consult.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 29px;
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
}
.l-footer__bottom {
  align-items: center;
  display: flex;
  padding-top: 2rem;
}
.l-footer__comp {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  margin-left: 1.5rem;
}
.l-footer__comp span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.l-footer__logo.--idec {
  align-items: center;
  display: flex;
}
.l-footer__logo.--idec img {
  height: 100%;
  width: 100px;
}
.l-footer__add {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-left: 3rem;
}
.l-footer__copyright {
  color: #fff;
  font-weight: 400;
  margin-top: 3rem;
}
.l-footer .side_banner-wrap {
  bottom: 20px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: opacity 0.6s ease;
  z-index: 50;
}
.l-footer .side_banner {
  display: block;
  width: 290px;
}
.l-footer .side_banner__img {
  width: 100%;
}
.l-footer .side_banner img {
  height: 100%;
  width: 100%;
}
.l-footer .side_banner-close {
  align-items: center;
  background-color: #000;
  display: block;
  display: flex;
  height: 35px;
  justify-content: center;
  padding: 5px;
  position: absolute;
  right: 17px;
  top: 6px;
  width: 35px;
  z-index: 51;
}
.l-footer .side_banner-close img {
  height: 100%;
  width: 100%;
}
.l-footer .side_banner-wrap.is-visible {
  opacity: 1;
}

.l-footer.--contact {
  background-color: #fff;
  color: #333333;
  padding-bottom: 5rem;
  padding-top: 3rem;
}
.l-footer.--contact .l-footer__copyright {
  color: #333333;
  margin-top: 0;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-guide {
  position: relative;
}
.p-top-guide:after {
  background-color: #f1f8fe;
  bottom: 0;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: "";
  height: 180px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.p-top-guide__inner {
  padding-left: 0;
  padding-right: 0;
}
.p-top-guide__body {
  background-image: url(../images/top/guide-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem;
}
.p-top-guide__wrap {
  align-items: center;
  background-color: #fff;
  display: flex;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  height: 100%;
  padding: 5rem 3.5rem 5.5rem 6rem;
}
.p-top-guide__content {
  flex: 1;
}
.p-top-guide__message {
  font-size: clamp(2rem, 1.9vw, 3.2rem);
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-guide__logo {
  width: 100%;
}
.p-top-guide__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 1.5rem;
}
.p-top-guide__download {
  align-items: center;
  align-items: center;
  background-color: #fadf0d;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  margin-top: 2rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  text-align: center;
  width: 100%;
  -moz-column-gap: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  column-gap: 1rem;
}
.p-top-guide__download:before {
  background-image: url(../images/top/icon_download.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 44.5px;
  width: 35px;
}
.p-top-guide__download.u-lg_show {
  display: none;
}
.p-top-guide__download.u-lg_none {
  display: flex;
}
.p-top-guide__img {
  width: 40%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header {
  background-color: #fff;
  height: 159px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding-left: 4.5rem;
}
.l-header__left {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.l-header__right {
  align-items: center;
  display: flex;
  height: 100%;
  margin-left: auto;
}
.l-header__logo-wrap {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.l-header__logo {
  position: relative;
  width: 25.5vw;
}
.l-header__logo a {
  display: block;
}
.l-header__logo.--idec {
  padding-top: 2rem;
  width: 104px;
}
.l-header__logo.--monoco {
  width: 162px;
}
.l-header__logo img {
  display: block;
  height: 100%;
  width: 100%;
}
.l-header__copy {
  color: #001b6b;
  font-size: 1.7rem;
  font-weight: 500;
  white-space: nowrap;
  padding-left: 8.9rem;
  position: relative;
}
.l-header__copy-acc{
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: block;
  width: 7.35rem;
  height: 3.42rem;
  background-color: #001B6B;
  border-radius: 5px;
  text-align: center;
  align-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  &::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 11.79px solid #001b6b;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 70% -50%;
  }
}
.l-header__menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin-left: 1.5rem;
  row-gap: 2rem;
}
.l-header__top-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.l-header__top-item.--border {
  border: 2px solid #001b6b;
  border-radius: 64px;
  box-shadow: 0 3px 0px #001b6b;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
  overflow: hidden;
}

.l-header__top-item.--border a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 18px;
  left: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__top-item.--border:nth-child(1) a:before {
  background-image: url(../images/common/icon_search.svg);
  width: 18px;
  transition: 0.3s;
}
.l-header__top-item.--border:nth-child(1) a:hover:before{
  background-image: url(../images/common/icon_search-white.svg);
}
.l-header__top-item.--border:nth-child(2) a:before {
  background-image: url(../images/common/icon_building.svg);
  width: 14px;
}
.l-header__top-item.--border a {
  color: #001b6b;
  display: block;
  font-size: 1.2rem;
  padding-block: 1.1rem;
  padding-left: 3.5rem;
  padding-right: 1.5rem;
  position: relative;
  transition: 0.3s;
}
.l-header__top-item.--border a:hover{
  color: #ffffff;
  background-color: #001b6b;
  opacity: 1;
}
.l-header__top-item.--nomal {
  align-items: center;
  display: flex;
}
.l-header__top-item.--nomal a {
  align-items: center;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 400;
  padding-block: 0;
  position: relative;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
  padding-left: 0;
  padding-right: 0;
}
.l-header__top-item.--nomal a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 19px;
  width: 19px;
}
.l-header__top-item:nth-of-type(3) {
  margin-left: 1rem;
}
.l-header__top-item.--nomal.contact a:before {
  background-image: url(../images/common/icon_info.svg);
}
.l-header__top-item.--nomal.faq a:before {
  background-image: url(../images/common/icon_faq.svg);
}
.l-header__bottom-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-header__bottom-item {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  position: relative;
}
.l-header__bottom-item:after {
  background-color: #001b6b;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.l-header__bottom-item:last-child:after {
  content: none;
}
.l-header__link {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.1;
  padding-block: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.l-header__counsel {
  align-items: center;
  background-color: #fadf0d;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1.4444444444;
  margin-left: 4.2rem;
  row-gap: 0.8rem;
  width: 185px;
}

.l-header.l-header-form {
  height: 120px;
}

.l-header-form .l-header__copy {
  padding-left: 2rem;
  padding-top: 2rem;
}

.l-drawer__hamburger {
  display: none;
}

.l-hamburger {
  cursor: pointer;
  height: 2.4rem;
  position: absolute;
  right: 3rem;
  width: 3rem;
  z-index: 9999;
}

.l-hamburger span {
  background-color: #001b6b;
  height: 3px;
  position: absolute;
  width: 3rem;
}

.l-hamburger-span01 {
  top: 0%;
  transition: transform 0.4s;
}

.l-hamburger-span02 {
  top: 41.5%;
}

.l-hamburger span.l-hamburger-span03 {
  top: 80%;
  transition: transform 0.4s;
}

.js-hamburger.is-active .l-hamburger-span01 {
  top: 42%;
  transform: rotate(45deg);
}

.js-hamburger.is-active .l-hamburger-span02 {
  display: none;
}

.js-hamburger.is-active .l-hamburger-span03 {
  top: 48%;
  transform: rotate(-45deg);
}

.l-contact-icon {
  background-color: #fadf0d;
  border-radius: 50%;
  display: none;
  height: 33px;
  position: fixed;
  right: 5rem;
  top: 2rem;
  width: 33px;
  z-index: 9999;
}

.l-contact-icon a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.l-contact-icon a img {
  height: 16px;
  width: 16px;
}

.js-drawer {
  transform: translateX(100vw);
  transition: all 0.3s linear;
}

.js-drawer.is-active {
  transform: translateX(0);
}

.l-drawer__top {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 16rem;
  justify-content: space-between;
  padding-right: 3rem;
}
.l-drawer__logo {
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-top: 2rem;
  width: 219px;
}
.l-drawer__logo img {
  display: block;
  height: 100%;
  width: 100%;
}
.l-drawer__menu {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.l-drawer__inner {
  height: calc(100vh + 20px);
  overflow-y: auto;
  overscroll-behavior: none;
}
.l-drawer__nav {
  background-color: #001b6b;
  height: 94%;
}
.l-drawer__item {
  border-bottom: 1px solid #21d5e4;
  padding-bottom: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  position: relative;
}
.l-drawer__link {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}
.l-drawer__link:hover {
  color: #fff;
  opacity: 1;
}
.l-drawer__content {
  display: none;
  margin-top: 3rem;
}
.l-drawer__content-item + .l-drawer__content-item {
  margin-top: 1.8rem;
}
.l-drawer__content-link {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
.l-drawer__contact {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0;
  padding-right: 3rem;
}
.l-drawer__mail {
  align-items: center;
  display: flex;
}
.l-drawer__buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  row-gap: 1.4rem;
}
.l-drawer__button {
  align-items: center;
  background-color: #fff;
  border-radius: 40px;
  color: #001b6b;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  justify-content: center;
  max-width: 370px;
  padding-bottom: 1em;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1em;
  width: 84%;
}
.l-drawer__button:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.l-drawer__button:hover {
  opacity: 1;
}
.l-drawer__button.--yellow {
  background-color: #fadf0d;
}
.l-drawer__button.--yellow:before {
  background-image: url(../images/common/icon_consult.svg);
  height: 28px;
  width: 30px;
}
.l-drawer__button.--guide:before {
  background-image: url(../images/common/icon_building.svg);
  height: 26px;
  width: 19px;
}
.l-drawer__button.--search:before {
  background-image: url(../images/common/icon_search.svg);
  height: 26px;
  width: 26px;
}
.l-drawer__menu-small {
  align-items: center;
  display: flex;
  margin-top: 3.4rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  justify-content: center;
}
.l-drawer__menu-small-item {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
}
.l-drawer__menu-small-item a {
  align-items: center;
  display: flex;
  -moz-column-gap: 0.3rem;
  column-gap: 0.3rem;
}
.l-drawer__menu-small-item a:before {
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  width: 2rem;
}
.l-drawer__menu-small-item a:hover {
  color: #fff;
  opacity: 1;
}
.l-drawer__menu-small-item.--faq a:before {
  background-image: url(../images/common/icon_faq-white.svg);
}
.l-drawer__menu-small-item.--contact a:before {
  background-image: url(../images/common/icon_contact-white.svg);
}

.l-js-submenu:hover {
  position: relative;
}
.l-js-submenu:hover:after {
  background-color: #001b6b;
  bottom: -6px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 90%;
}
.l-js-submenu:hover:before {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}

.l-js-submenu.is-active {
  color: #fadf0d;
}
.l-js-submenu.is-active:after {
  border-bottom: solid 2px #fadf0d;
  border-right: solid 2px #fadf0d;
}
.l-js-submenu.is-active:before {
  transform: scale(1, 1);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  text-align: left;
  width: 100%;
}

.l-main {
  margin-top: 160px;
  position: relative;
  scroll-margin-top: 160px;
  width: 100%;
}
.l-main__inner {
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-main--404, .l-main--error {
  padding-block: 22rem 22.5rem;
}
.l-main--404 h1, .l-main--error h1 {
  margin-inline: auto;
  width: 47rem;
}
.l-main--404 .error-text, .l-main--error .error-text {
  font-size: 1.7rem;
  margin-top: 7.5rem;
  text-align: center;
}
.l-main--404 .error-link, .l-main--error .error-link {
  display: block;
  font-feature-settings: "palt";
  font-size: 1.7rem;
  margin: 7.5rem auto 0;
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.l-main--404 .error-link::after, .l-main--error .error-link::after {
  background: linear-gradient(to right, #001b6b, #21d5e4);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
.l-main--404 .c-btn, .l-main--error .c-btn {
  margin: 40px auto 0;
}

.no-link {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.no-link--ba {
  pointer-events: none !important;
}
.no-link--ba::before, .no-link--ba::after {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.tab_wrap .tab_text_pc {
  padding: 0 1.43em;
}
.tab_wrap .tab_text_sp {
  display: none;
  margin-bottom: 0.5em;
}
.tab_wrap .tab {
  align-items: center;
  border-bottom: 4px solid #001b6b;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(28px, 3.1vw, 40px);
}
.tab_wrap .tab li a {
  align-items: center;
  color: #001b6b;
  display: flex;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  height: clamp(50px, 6.5vw, 65px);
  justify-content: center;
  width: clamp(140px, 19.5vw, 195px);
}
.tab_wrap .tab li.active a {
  background: #001b6b;
  color: #fff;
}
.tab_wrap .area {
  display: none;
  opacity: 0;
}
.tab_wrap .area.is-active {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-name: displayAnime;
  display: block;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab_wrap .area form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px clamp(14px, 1.5vw, 20px);
  margin-bottom: 1em;
}
.tab_wrap .area form .select_wrap {
  display: flex;
  gap: 12px clamp(14px, 1.5vw, 20px);
  width: calc(100% - (258px + 2rem));
}
.tab_wrap .area form .select_wrap .select-parts {
  border: none;
  position: relative;
  width: calc((100% - 2rem) / 2);
}
.tab_wrap .area form .select_wrap .select-parts select {
  background: #eef2f4;
  border: unset;
  border-radius: 9px;
  font-size: clamp(15px, 1.9vw, 19px);
  height: 49px;
  padding: 0 13px 0 18px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}
.tab_wrap .area form .select_wrap .select-parts::after {
  aspect-ratio: 1;
  background: url(../images/common/arrow-box.svg) 0 0/contain no-repeat;
  content: "";
  height: clamp(21px, 2.3vw, 30px);
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(21px, 2.3vw, 30px);
}
.tab_wrap .area form .search-button-wrap {
  display: flex;
  gap: 1.6rem;
}
.tab_wrap .area form .search-button-wrap .reset-button {
  background: #a9a9a9;
}
.tab_wrap .area form .search-button-wrap .reset-button::after {
  content: unset;
}
.tab_wrap .area button {
  align-items: center;
  background-color: #001b6b;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: clamp(15px, 1.9vw, 19px);
  gap: 10px;
  height: 49px;
  justify-content: center;
  width: 121px;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.tab_wrap .area button span {
  margin-left: 0.5em;
}
.tab_wrap .area button:after {
  aspect-ratio: 1;
  background: url(../images/common/icon_search-white.svg) 0 0/contain no-repeat;
  content: "";
  height: 16px;
  justify-content: center;
  width: 16px;
}
.tab_wrap .hit {
  text-align: right;
}
.tab_wrap .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 13px;
}
.tab_wrap .tag_list li {
  border: 1px solid #001b6b;
  border-radius: 42px;
  box-sizing: border-box;
  color: #00008b;
  font-size: clamp(11px, 1.9vw, 19px);
  letter-spacing: -0.1em;
}
.tab_wrap .tag_list li.current {
  background: #001b6b;
  color: #fff;
}
.tab_wrap .tag_list li a {
  align-items: center;
  display: flex;
  height: 42px;
  justify-content: center;
  padding: 0 clamp(14px, 1.5vw, 20px);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-about-button {
  align-items: center;
  background-color: #21d5e4;
  display: flex;
  font-weight: 700;
  padding: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  -moz-column-gap: 1rem;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  column-gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.c-about-button.--search:before {
  background-image: url(../images/common/icon_search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 24.6px;
  width: 24.6px;
}

.c-about-button.--contact:before {
  background-image: url(../images/common/icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 20px;
  width: 32px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-about-ttl {
  color: #001b6b;
  font-size: 3.6rem;
  font-weight: 700;
  position: relative;
  width: 100%;
}
.c-about-ttl:before {
  background-color: #001b6b;
  content: "";
  height: 7px;
  left: -71%;
  position: absolute;
  top: 50%;
  width: 70%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-breadcrumb {
  margin-top: 3.5rem;
}
.c-breadcrumb__content {
  border: 1px solid #cdd6dd;
  border-radius: 30px;
  padding: 1.7rem 3.5rem;
}
.c-breadcrumb a,
.c-breadcrumb span {
  font-size: 1.8rem;
  font-weight: 400;
}
.c-breadcrumb span {
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.c-breadcrumb a {
  text-decoration: underline;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn__link {
  background-color: #fadf0d;
  border-radius: 46px;
  display: block;
  justify-content: center;
  padding-block: 1.2em;
  position: relative;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.c-btn__link--lg {
  font-size: 2.1rem;
  width: 372px;
}

.c-btn__tel {
  color: #fff;
  font-size: 5.1rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.c-btn__tel span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
.c-btn__tel:before {
  background-image: url(../images/common/icon_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 59px;
  left: -60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 59px;
}

.c-btn__link--small {
  border-radius: 36px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  padding-left: 4.5rem;
  padding-right: 3.5rem;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn__link--white {
  background: transparent;
  border: 2px solid #fff;
}

.c-btn__link--guide {
  margin-inline: auto;
}
.c-btn__link--guide:before {
  background-image: url(../images/common/icon_building-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 19px;
  left: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.c-btn__link--arrow:after {
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s;
  width: 8px;
}
.c-btn__link--arrow:hover:after {
  background-image: url(../images/common/icon_arrow-white.svg);
  right: 25px;
}

.c-btn__link--small.c-btn__link--arrow:after {
  right: 20px;
}

.c-btn__link--arrow.c-btn__link--white:after {
  background-image: url(../images/common/icon_arrow-white.svg);
}

.c-btn__soudan {
  position: relative;
}
.c-btn__soudan:before {
  background-image: url(../images/common/fukidashi_free.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 73px;
  left: -20px;
  position: absolute;
  top: -30px;
  width: 73px;
}

.c-btn__link--shadow {
  box-shadow: 0 2px 0px #001b6b;
}

.c-btn__link--shadow:hover {
  background-color: #001b6b;
  color: #fff;
}

.c-btn__link--top {
  background-color: #fff;
  border: 2px solid #001b6b;
  border-radius: 36px;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 3rem;
  padding-block: 2.2rem;
  padding-left: 3rem;
  padding-right: 7rem;
  position: relative;
  transition: transform 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn__link--top:hover {
  box-shadow: none;
  transform: translateY(2px);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-mv {
  align-items: center;
  background-image: url(../images/common/mv-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 273px;
}
.c-mv__ttl {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  display: block;
}
.c-mv__ttl span {
  font-size: 0.6em;
  color: #fff;
  font-weight: 700;
}
.c-mv__blog-ttl-sub {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-mv__blog-desc {
  color: #fff;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 2.7rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-nocontent-wrap {
  background-color: #fff;
  margin-inline: auto;
  margin-top: 6rem;
  padding-bottom: 7rem;
  padding-top: 7rem;
  width: 90%;
}
.c-nocontent-wrap__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-heading__ttl {
  font-size: 3.9rem;
  font-weight: 700;
  white-space: nowrap;
}
.c-heading__ttl.--blue {
  color: #001b6b;
}
.c-heading__ttl.--white {
  color: #fff;
}
.c-heading__ttl--border {
  padding-bottom: 2rem;
}
.c-heading__ttl--blue-white-blue {
  position: relative;
}
.c-heading__ttl--blue-white-blue:after {
  background: linear-gradient(to right, #001b6b 40%, #ffffff 40% 60%, #001b6b 60%);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-heading__caption {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
}
.c-heading__caption.--white {
  color: #fff;
}
.c-heading__ttl--blue-lightblue {
  position: relative;
}
.c-heading__ttl--blue-lightblue:after {
  background: linear-gradient(to right, #001b6b 40%, #21d5e4 40%);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-heading__ttl--blue-white {
  position: relative;
}
.c-heading__ttl--blue-white:after {
  background: linear-gradient(to right, #21d5e4 40%, #fff 40%);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-about .p-about-mv {
  background-image: url(../images/about/about-mv-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-about .p-about-mv__inner {
  display: flex;
  padding-bottom: 7rem;
  padding-left: 5rem;
  padding-right: 7rem;
  padding-top: 4rem;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
}
.p-about .p-about-mv__left {
  flex: 1;
}
.p-about .p-about-mv__ttl-wrap {
  display: flex;
  -moz-column-gap: 3rem;
  align-items: center;
  column-gap: 3rem;
}
.p-about .p-about-mv__ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.84;
}
.p-about .p-about-mv__logo {
  width: 184px;
}
.p-about .p-about-mv__logo img {
  height: 100%;
  width: 100%;
}
.p-about .p-about-mv__copy-wrap {
  align-items: center;
  display: flex;
  margin-top: -2rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  white-space: nowrap;
}
.p-about .p-about-mv__copy {
  color: #fff;
  font-size: clamp(3rem, 5vw, 4.2rem);
  font-weight: 700;
  font-weight: 700;
  text-align: center;
}
.p-about .p-about-mv__copy span {
  color: #21d5e4;
  font-size: clamp(4rem, 5vw, 8.8rem);
  letter-spacing: 0;
  line-height: 1.2;
}
.p-about .p-about-mv__copy.--ls {
  letter-spacing: 0.1em;
}
.p-about .p-about-mv__copy-cross {
  width: 170px;
}
.p-about .p-about-mv__copy-cross img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-about .p-about-mv__topics {
  display: grid;
  margin-top: 3.5rem;
  row-gap: 1rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.p-about .p-about-mv__topic {
  border: 3px solid #fff;
  border-radius: 17px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  padding: 1rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-about .p-about-mv__data {
  display: flex;
  -moz-column-gap: 2rem;
  align-items: flex-end;
  column-gap: 2rem;
  margin-top: 4.2rem;
}
.p-about .p-about-mv__data-items {
  align-items: center;
  display: flex;
  row-gap: 1rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}
.p-about .p-about-mv__data-icon {
  width: 133px;
}
.p-about .p-about-mv__data-icon img {
  height: 100%;
  width: 100%;
}
.p-about .p-about-mv__data-item {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-about .p-about-mv__data-ttl {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
}
.p-about .p-about-mv__data-number {
  color: #fadf0d;
  font-size: clamp(4rem, 4.9vw, 8.1rem);
  font-weight: 700;
  line-height: 1;
}
.p-about .p-about-mv__data-number span {
  color: #fff;
  font-size: clamp(2rem, 3vw, 4.1rem);
}
.p-about .p-about-mv__button {
  display: none;
}
.p-about .p-about-mv__right {
  width: 27%;
}
.p-about .p-about-mv__right-ttl {
  color: #fff;
  font-size: 2.9rem;
  text-align: center;
  white-space: nowrap;
}
.p-about .p-about-mv__right-ttl span {
  font-size: 2rem;
  font-weight: 400;
}
.p-about .p-about-mv__right-ttl .u-xl_show {
  display: none;
}
.p-about .p-about-mv__search-wrap {
  background-color: #fff;
  border-radius: 14px;
  margin-top: 2rem;
  padding: 2.2rem 3rem;
}
.p-about .p-about-mv__search-suggest {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
.p-about .p-about-mv .p-top-search__search-keyword {
  margin-top: 1rem;
}
.p-about .p-about-mv .p-top-search__search-title {
  color: #001b6b;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-about .p-about-mv .p-top-search__search-cate {
  border-top: 1px solid #001b6b;
  margin-top: 2rem;
  padding-top: 1.5rem;
}
.p-about .p-about-mv .p-top-search__search-cate .tab_wrap .area form {
  flex-direction: column;
  margin-top: 1rem;
}
.p-about .p-about-mv .p-top-search__search-cate .tab_wrap .area form .select_wrap {
  flex-direction: column;
  width: 100%;
}
.p-about .p-about-mv .p-top-search__search-cate .tab_wrap .area button {
  cursor: pointer;
  margin-inline: auto;
  transition: opacity 0.3s;
}
.p-about .p-about-mv .p-top-search__search-cate .tab_wrap .area button:hover {
  opacity: 0.8;
}
.p-about .p-about-mv .p-top-search__search-cate .tab_wrap .area form .select_wrap .select-parts {
  width: 100%;
}
.p-about .p-about-mv .p-top-search__search-cate .gsc-search-box tr {
  display: flex;
  width: 100%;
}
.p-about .p-about-mv .p-top-search__search-cate .gsc-search-button.gsc-search-button-v2 {
  align-items: center;
  display: flex;
  gap: clamp(20px, 2.2vw, 28px);
  height: clamp(49px, 5.4vw, 71px);
  padding: unset;
  width: clamp(125px, 17.6vw, 176px);
}
.p-about .p-about-mv .p-top-search__search-cate .gsc-search-button-v2 svg {
  display: none;
}
.p-about .p-about-mv .p-top-search__search-genre span {
  color: #001b6b;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 1em;
  padding-top: 1em;
}
.p-about .p-about-mv .p-top-search__search-space {
  margin-top: 1rem;
}
.p-about .p-about-mv .p-top-search__search-box-wrap {
  background-color: #eef2f4;
  border-radius: 8px;
  flex: 1;
  position: relative;
}
.p-about .p-about-mv .p-top-search__search-box-wrap:after {
  aspect-ratio: 1;
  background: url(../images/common/arrow-box.svg) 0 0/contain no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(21px, 2.3vw, 30px);
}
.p-about .p-about-mv .p-top-search__search-box-wrap + .p-top-search__search-box-wrap {
  margin-top: 1rem;
}
.p-about .p-about-mv .p-top-search__search-box {
  font-size: 1.9rem;
  font-weight: 400;
  height: 49px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.p-about .p-about-mv .p-top-search__search-cate-buttons {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-about .p-about-mv .p-top-search__search-cate-button {
  align-items: center;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 1.9rem;
  height: 49px;
  justify-content: center;
  margin-inline: auto;
  margin-top: 1.5rem;
  padding-block: 0.8rem;
  text-align: center;
  width: 121px;
}
.p-about .p-about-mv .p-top-search__search-cate-button.--search {
  align-items: center;
  background-color: #001b6b;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-about .p-about-mv .p-top-search__search-cate-button.--search:after {
  background-image: url(../images/common/icon_search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 16px;
  width: 16px;
}
.p-about .p-about-mv .p-top-search__search-input-wrap {
  align-items: center;
  margin-top: 1rem;
}
.p-about .p-about-mv .p-top-search__search-input {
  background-color: #eef2f4;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  font-size: 1.5rem;
  height: 50px;
  padding-block: 1.2rem;
}
.p-about .p-about-mv .p-top-search__search-button {
  align-items: center;
  background-color: #001b6b;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  font-size: 2.1rem;
  height: 50px;
  justify-content: center;
  width: 56px;
}
.p-about .p-about-mv .p-top-search__search-button:after {
  background-image: url(../images/common/icon_search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 23px;
  width: 23px;
}
.p-about .p-about-mv__data-caption {
  color: #fff;
  font-size: 2.5rem;
}
.p-about .gsc-search-button-v2 svg {
  display: none;
}
.p-about .gsc-search-button.gsc-search-button-v2::after {
  aspect-ratio: 1;
  background: url(../images/common/icon_search-white.svg) 0 0/contain no-repeat;
  content: "";
  height: 16px;
  width: 16px;
}
.p-about .p-about-problem {
  padding-top: 3.3rem;
}
.p-about .p-about-problem__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.p-about .p-about-problem__ttl .u-xl_show {
  display: none;
}
.p-about .p-about-problem__ttl-wrap {
  align-items: center;
  display: flex;
  margin-top: 1rem;
}
.p-about .p-about-problem__ttl-wrap:after {
  background-color: #001b6b;
  content: "";
  flex: 1;
  height: 7px;
  margin-left: 1rem;
  width: 100%;
}
.p-about .p-about-problem__ttl-wrap:before {
  background-color: #001b6b;
  content: "";
  flex: 1;
  height: 7px;
  margin-right: 1rem;
  width: 100%;
}
.p-about .p-about-problem__ttl-bg {
  background-color: #001b6b;
  border-radius: 22px;
  color: #fff;
  margin-right: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
  line-height: 1.7;
}
.p-about .p-about-problem__ttl-lg {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}
.p-about .p-about-problem__ttl-color {
  color: #001b6b;
  display: inline;
}
.p-about .p-about-problem__images {
  align-items: center;
  display: flex;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-top: 4.5rem;
}
.p-about .p-about-problem__img {
  width: 50%;
}
.p-about .p-about-problem__img img {
  height: 100%;
  width: 100%;
}
.p-about .p-about-solution {
  margin-top: 5rem;
  padding-bottom: 7rem;
}
.p-about .p-about-solution__wrap {
  position: relative;
}
.p-about .p-about-solution__wrap:after {
  background-color: #f1f8fe;
  border-radius: 8px;
  content: "";
  height: 89%;
  left: 0;
  position: absolute;
  top: -3.8rem;
  width: 100%;
  z-index: -1;
}
.p-about-solution__ttl-br{
  display: none;
}
.p-about-solution__ttl-br-3{
  display: none;
}
.p-about .p-about-solution__ttl-wrap {
  align-items: center;
  justify-content: center;
  display: flex;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.p-about .p-about-solution__ttl-img {
  width: 22.2%;
}
.p-about .p-about-solution__ttl {
  font-size: clamp(3.5rem, 3.2vw, 5rem);
  font-weight: 700;
  line-height: 1.24;
}
.p-about .p-about-solution__ttl span {
  color: #001b6b;
  font-size: clamp(3.7rem, 3.2vw, 5.6rem);
  font-weight: 900;
  line-height: 1.1071428571;
}
.p-about .p-about-solution__content {
  margin-top: 4rem;
}
.p-about .p-about-solution__content-wrap {
  align-items: center;
  display: flex;
  -moz-column-gap: 5.3rem;
  column-gap: 5.3rem;
  width: fit-content;
  margin-inline: auto;
}
.p-about .p-about-solution__img-wrap {
  width: 304px;
}
.p-about .p-about-solution__img {
  width: 100%;
}
.p-about .p-about-solution__img img {
  height: 100%;
  width: 100%;
}
.p-about .p-about-solution__img-text {
  align-items: center;
  background-color: #001b6b;
  border-radius: 67px;
  color: #fff;
  display: flex;
  margin-top: 1.5rem;
  padding: 1rem 1.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  justify-content: center;
  width: fit-content;
  margin-left: 2rem;
}
.p-about .p-about-solution__img-text img {
  width: 69px;
}
.p-about .p-about-solution__text {
  flex: 1;
}
.p-about .p-about-solution__caption {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
}
.p-about .p-about-solution__caption .color {
  color: #333333;
}
.p-about .p-about-solution__caption .underline {
  background: linear-gradient(transparent 75%, #21d5e4 0%);
  display: inline;
}
.p-about .p-about-solution__caption .u-lg_none {
  display: block;
}
.p-about .p-about-solution__caption-small {
  font-size: 1.5rem;
  font-weight: 400;
}
.p-about .p-about-solution__caption-small.--top {
  margin-top: 1rem;
}
.p-about .p-about-solution__caption-small:last-child, .p-about .p-about-solution__caption-small:nth-last-child(2) {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.p-about .p-about-solution__career {
  margin-top: 2.4rem;
  padding-left: 1rem;
  position: relative;
}
.p-about .p-about-solution__career-wrap {
  background-color: #fff;
  border: 4px solid #001b6b;
  border-radius: 8px;
  max-width: 71.5%;
  padding: 2.5rem;
}
.p-about .p-about-solution__career-ttl {
  color: #001b6b;
  font-weight: 700;
}
.p-about .p-about-solution__career-desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 1rem;
}
.p-about .p-about-solution__carrer-img {
  bottom: 0;
  height: 18.8125vw;
  min-height: 187px;
  min-width: 150px;
  max-width: 246px;
  position: absolute;
  right: 0;
  width: 15.3125vw;
  translate: 0 10%;
}
.p-about .p-about-solution__carrer-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-about .p-about-feature__ttl {
  color: #001b6b;
  font-size: 3.7rem;
  font-weight: 700;
  text-align: center;
}
.p-about .p-about-feature__list {
  display: grid;
  row-gap: 2.2rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 6rem;
  margin-top: 5.7rem;
}
.p-about .p-about-feature__item-img {
  height: 132px;
  margin-inline: auto;
  width: 132px;
}
.p-about .p-about-feature__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-about .p-about-feature__item-ttl {
  align-items: center;
  border-bottom: 3px solid #001b6b;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.7;
  margin-top: 2.5rem;
  min-height: 102px;
  text-align: center;
}
.p-about .p-about-feature__item-desc {
  font-weight: 700;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 3rem;
}
.p-about .p-about-feature .p-about-feature__document-link {
  align-items: center;
  align-items: center;
  background-color: #fadf0d;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  margin-inline: auto;
  margin-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 2.5rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  column-gap: 1rem;
  margin-bottom: 11.5rem;
}
.p-about .p-about-feature .p-about-feature__document-link:before {
  background-image: url(../images/top/icon_download.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 44.5px;
  width: 35px;
}
.p-about .p-about-feature__topic.--01 {
  background-color: #f1f8fe;
  padding-bottom: 13rem;
  padding-top: 4.5rem;
}
.p-about .p-about-feature__topic.--01 .p-about-feature__topic-container {
  align-items: center;
  display: flex;
  -moz-column-gap: 11.5rem;
  column-gap: 8.5rem;
}
.p-about .p-about-feature__topic.--01 .p-about-feature__topic-img {
  width: 30.4%;
}
.p-about .p-about-feature__topic.--02 {
  background-color: #a6eef4;
  padding-bottom: 7.5rem;
  padding-top: 5rem;
  position: relative;
}
.p-about .p-about-feature__topic.--02:before {
  background-color: #a6eef4;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  top: -79px;
  width: 100%;
  z-index: 10;
}
.p-about .p-about-feature__topic.--02 .p-about-feature__topic-container {
  align-items: center;
  display: flex;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
}
.p-about .p-about-feature__topic.--02 .p-about-feature__topic-img {
  width: 50.4%;
}
.p-about .p-about-feature__topic.--02 .p-about-feature__topic-ttl {
  text-align: right;
}
.p-about .p-about-feature__topic-content {
  flex: 1;
}
.p-about .p-about-feature__topic-ttl {
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.p-about .p-about-feature__topic-ttl .small {
  font-size: 4.1rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.p-about .p-about-feature__topic-ttl .blue {
  color: #001b6b;
}
.p-about .p-about-feature__topic-copy {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
.p-about .p-about-feature__topic-desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 3rem;
}
.p-about .p-about-feature__topic-button {
  margin-top: 1.5rem;
}
.p-about .p-about-flow {
  padding-top: 4rem;
}
.p-about .p-about-flow__ttl {
  align-items: center;
  display: flex;
  font-size: 5rem;
  font-weight: 700;
}
.p-about .p-about-flow__ttl:after {
  background-color: #001b6b;
  content: "";
  flex: 1;
  height: 7px;
  margin-left: 2.5rem;
  width: 100%;
}
.p-about .p-about-flow__ttl:before {
  background-color: #001b6b;
  content: "";
  flex: 1;
  height: 7px;
  margin-right: 2.5rem;
  width: 100%;
}
.p-about .p-about-flow__list {
  display: grid;
  row-gap: 4rem;
  -moz-column-gap: 7rem;
  /* align-items: flex-start; */
  column-gap: 7rem;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  margin-top: 4.5rem;
}
.p-about .p-about-flow__item {
  position: relative;
  padding: 2.2rem;
  border: 1px dashed #001b6b71;
}
.p-about .p-about-flow__item:after {
  background-image: url(../images/about/flow-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 60px;
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.p-about .p-about-flow__item:nth-of-type(3):after {
  content: none;
}
.p-about .p-about-flow__item:last-child:after {
  content: none;
}
.p-about .p-about-flow__ttl-wrap {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-about .p-about-flow__index {
  align-items: center;
  background-color: #001b6b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  line-height: 0.6;
  width: 56px;
}
@-moz-document url-prefix() {
  .p-about .p-about-flow__index {
      line-height: 1.2;
  }
}
.p-about .p-about-flow__index span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
.p-about .p-about-flow__item-ttl {
  color: #001b6b;
  font-size: 2rem;
  font-weight: 700;
}
.p-about .p-about-flow__content {
  align-items: center;
  display: flex;
  margin-top: 2rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.p-about .p-about-flow__img {
  width: 41.5%;
}
.p-about .p-about-flow__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-about .p-about-flow__desc {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875;
}
.p-about .p-about-flow__caption {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 2rem;
  text-decoration: underline;
}
.p-about .p-about-flow__item.--grow {
  background-color: #f1f8fe;
  border-radius: 8px;
  padding: 3rem 2.5rem;
  align-content: center;
}
.p-about .p-about-flow__item.--grow .p-about-flow__content {
  justify-content: center;
  -moz-column-gap: 1.5rem;
  align-items: center;
  column-gap: 1.5rem;
  margin-top: 0;
}
.p-about .p-about-flow__item.--grow .p-about-flow__img {
  width: 42%;
}
.p-about .p-about-flow__item.--grow .p-about-flow__desc {
  color: #001b6b;
  flex: none;
  font-size: clamp(2.5rem, 2vw, 3.4rem);
  font-weight: 700;
  line-height: 1.3529411765;
}
.p-about .p-about-flow__note {
  border: 1px solid #001b6b;
  padding: 2rem;
}
.p-about .p-about-flow__note img {
  height: 66px;
  width: 78px;
}
.p-about .p-about-flow .p-about-flow__note + .p-about-flow__note {
  margin-top: 2rem;
}
.p-about .p-about-flow__note:nth-of-type(1) {
  align-items: center;
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 3.5rem;
}
.p-about .p-about-flow__note-ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-about .p-about-flow__note-desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5625;
  margin-top: 1rem;
}
.p-about .p-about-case {
  margin-bottom: 7.7rem;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
}
.p-about .p-about-case:after {
  background-color: #f1f8fe;
  bottom: 0;
  content: "";
  height: 91%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.p-about .p-about-case__button {
  align-items: center;
  background-color: #001b6b;
  color: #fff;
  display: flex;
  margin-inline: auto;
  padding-block: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  -moz-column-gap: 1rem;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  column-gap: 1rem;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 5.5rem;
  transition: transform 0.3s, opacity 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-about .p-about-case__button:after {
  background-image: url(../images/common/icon_arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  width: 8px;
}
.p-about .p-about-case__button:hover {
  box-shadow: none;
  transform: translateY(3px);
}
.p-about .p-top-case__item-link:hover .p-top-case__img img {
  transform: scale(1.05);
}
.p-about .p-about-cta {
  padding-bottom: 8.5rem;
  padding-top: 9rem;
  position: relative;
}
.p-about .p-about-cta:before {
  background-color: #f1f8fe;
  bottom: 0;
  content: "";
  height: 87%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.p-about .p-about-cta__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.p-about .p-about-cta__ttl span {
  background-color: #001b6b;
  border-radius: 32px;
  color: #fff;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
}
.p-about .p-about-cta__body {
  align-items: flex-end;
  display: flex;
  margin-top: 3rem;
  -moz-column-gap: 5rem;
  column-gap: 1.6rem;
}
.p-about .p-about-cta__text {
  flex: 1;
}
.p-about .p-about-cta__ttl-sub {
  color: #001b6b;
  font-size: 3.2rem;
  font-weight: 700;
}
.p-about .p-about-cta__desc {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 2rem;
}
.p-about .p-about-cta__buttons {
  display: flex;
  margin-top: 4rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.p-about .p-about-cta__button-caption {
  align-items: center;
  display: flex;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  font-weight: 400;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  justify-content: center;
}
.p-about .p-about-cta__button-caption:before {
  background-color: #333333;
  content: "";
  height: 20px;
  transform: rotate(-30deg);
  width: 1px;
}
.p-about .p-about-cta__button-caption:after {
  background-color: #333333;
  content: "";
  height: 20px;
  transform: rotate(30deg);
  width: 1px;
}
.p-about .p-about-cta__button .--contact {
  background-color: #fadf0d;
}
.p-about .p-about-cta__link {
  justify-content: center;
  margin-top: 1.5rem;
  width: 285px;
}
.p-about .p-about-cta__img {
  min-width: 150px;
  width: 38.2%;
}
.p-about .p-about-cta__note {
  background-color: #fff;
  border: 1px solid #001b6b;
  margin-top: 5rem;
  padding: 2.5rem;
  padding-bottom: 3.5rem;
  padding-top: 3rem;
}
.p-about .p-about-cta__note-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-about .p-about-cta__note-desc {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 2.2rem;
}
.p-about .p-about-cta__note-desc a {
  align-items: center;
  color: #ff0000;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.p-about .p-about-cta__note-desc a:before {
  background-image: url(../images/about/icon_pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 16.5px;
  margin-left: 0.3rem;
  width: 13.5px;
}
.p-about .p-about-cta__note-desc + .p-about-cta__note-desc {
  margin-top: 1.5em;
}
.p-about .p-about-data {
  padding-top: 7rem;
}
.p-about .p-about-data__list {
  display: grid;
  margin-top: 11rem;
  row-gap: 8rem;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-about .p-about-data__item {
  align-items: center;
  background-color: #fff;
  border: 5px solid #21d5e4;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem;
  padding-bottom: 1rem;
  padding-top: 0;
}
.p-about .p-about-data__img {
  margin-inline: auto;
  margin-top: -5rem;
}
.p-about .p-about-data__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-about .p-about-data__number {
  color: #001b6b;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
.p-about .p-about-data__number span {
  font-size: 7.8rem;
}
.p-about .p-about-data__item-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  min-height: 58px;
  text-align: center;
}
.p-about .p-about-data__item-ttl span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

.p-top-guide:after {
  content: none;
}

.p-about-faq {
  padding-bottom: 11rem;
  padding-top: 9rem;
}

.p-about .p-top-search__search-input-wrap .gsc-search-button-v2,
.p-about .p-top-search__search-input-wrap .gsc-search-button-v2:hover,
.p-about .p-top-search__search-input-wrap .gsc-search-button-v2:focus {
  align-items: center;
  background-color: #001b6b;
  border: none;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  display: flex;
  gap: clamp(20px, 2.2vw, 28px);
  height: 49px;
  justify-content: center;
  padding: unset;
  width: 56px;
}
.p-about .p-top-search__search-input-wrap .gsc-search-button-v2:after,
.p-about .p-top-search__search-input-wrap .gsc-search-button-v2:hover:after,
.p-about .p-top-search__search-input-wrap .gsc-search-button-v2:focus:after {
  aspect-ratio: 1;
  background: url(../images/common/icon_search-white.svg) 0 0/contain no-repeat;
  content: "";
  height: 16px;
  width: 16px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-news-article {
  padding-bottom: 6.5rem;
  padding-top: 7rem;
}
.p-news-article__content {
  display: flex;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}
.p-news-article__date {
  font-size: 2rem;
  font-weight: 700;
}
.p-news-article__title {
  font-size: 2.4rem;
}
.p-news-article__desc {
  margin-top: 2rem;
}
.p-news-article__desc p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
}
.p-news-article__other {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  padding: 3rem 2rem;
  position: relative;
}
.p-news-article__next {
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}
.p-news-article__next:hover {
  opacity: 0.8;
}
.p-news-article__prev {
  font-size: 1.8rem;
  font-weight: 400;
  left: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}
.p-news-article__prev:hover {
  opacity: 0.8;
}
.p-news-article__next-icon {
  height: 52px;
  margin-left: 2rem;
  width: 52px;
}
.p-news-article__prev-icon {
  height: 52px;
  margin-right: 2rem;
  width: 52px;
}
.p-news-article__button-top {
  align-items: center;
  display: block;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: center;
  margin-inline: auto;
  transition: opacity 0.4s;
}
.p-news-article__button-top:hover {
  opacity: 0.8;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-blog-article__info-wrap {
  align-items: center;
  display: flex;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.p-blog-article__cate {
  border: 1px solid #001b6b;
  color: #001b6b;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
}

.p-blog-article__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.p-blog-article__ttl {
  color: #001b6b;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.3473684211;
  margin-top: 1rem;
}

.p-blog-article__dates {
  align-items: center;
  display: flex;
  margin-top: 1rem;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

.p-blog-article__date {
  font-size: 1.6rem;
  font-weight: 400;
}

.p-blog-article__thumb {
  aspect-ratio: 833/388;
  margin-bottom: 3rem;
  margin-top: 3rem;
  width: 100%;
}

.p-blog-article__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-blog-article__content p {
  font-size: 1.6rem;
  line-height: 2.125;
}
.p-blog-article__content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8333333333;
  margin-bottom: 3rem;
  margin-top: 7rem;
  padding-bottom: 1rem;
  position: relative;
}
.p-blog-article__content h2:after {
  background: linear-gradient(to right, #001b6b 15%, #21d5e4 15%);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-blog-article__content h3 {
  align-items: center;
  display: flex;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7454545455;
  margin-bottom: 2rem;
  margin-top: 3rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-blog-article__content h3:before {
  background-color: #001b6b;
  content: "";
  display: block;
  height: 3.4rem;
  width: 6px;
}
.p-blog-article__content ul {
  border: 1px solid #001b6b;
  border-radius: 9px;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
  padding: 2rem;
}
.p-blog-article__content ul li {
  padding-left: 2rem;
  position: relative;
}
.p-blog-article__content ul li:before {
  background-color: #001b6b;
  border-radius: 50%;
  content: "";
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  height: 8px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.p-blog-article__summary {
  background-color: #f5f5f5;
  border: 1px solid #707070;
  border-radius: 24px;
  margin-left: 5rem;
  margin-top: 8rem;
  padding: 5rem;
  padding-left: 12rem;
  position: relative;
}
.p-blog-article__summary h2 {
  font-size: 2.2rem;
  line-height: 1.7454545455;
  margin-bottom: 3rem;
}
.p-blog-article__summary p {
  font-size: 1.6rem;
  line-height: 2.125;
}

p.p-blog-article__summary-ttl {
  background-color: #001b6b;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  left: -5rem;
  padding: 0 2rem;
  position: absolute;
  top: 3rem;
}

.p-blog-article__sns {
  align-items: center;
  display: flex;
  margin-top: 7.5rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  -moz-column-gap: 2.5rem;
  border-bottom: 1px solid #001b6b;
  border-top: 1px solid #001b6b;
  column-gap: 2.5rem;
  justify-content: center;
}

.p-blog-article__sns-txt {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-blog-article__sns-icons {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.p-blog-article__sns-icon {
  width: 35.55px;
}
.p-blog-article__sns-icon a {
  display: block;
}

.p-blog-article__other {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 7rem;
  position: relative;
}
.p-blog-article__next {
  border: 2px solid #707070;
  border-radius: 41px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem 3.2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}
.p-blog-article__next:hover {
  opacity: 0.8;
}
.p-blog-article__prev {
  border: 2px solid #707070;
  border-radius: 41px;
  font-size: 1.6rem;
  font-weight: 700;
  left: 2rem;
  padding: 1rem 3.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}
.p-blog-article__prev:hover {
  opacity: 0.8;
}
.p-blog-article__next-icon {
  height: 10.2px;
  margin-left: 2rem;
  width: 6.6px;
}
.p-blog-article__prev-icon {
  height: 10.2px;
  margin-right: 2rem;
  width: 6.6px;
}
.p-blog-article__button-top {
  align-items: center;
  border: 2px solid #707070;
  border-radius: 41px;
  display: block;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  margin-inline: auto;
  padding: 1rem 3.2rem;
  transition: opacity 0.4s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-blog-article__button-top:hover {
  opacity: 0.8;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-blog .c-mv__inner {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.p-blog__content {
  display: flex;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-top: 7rem;
  padding-bottom: 6rem;
}
.p-blog__content.--cate {
  margin-top: 3rem;
}
.p-blog__ttl-cate {
  font-size: 3.6rem;
  margin-top: 3rem;
}
.p-blog__left {
  flex: 1;
}
.p-blog__items {
  display: grid;
  row-gap: 4.5rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-blog__item-link {
  display: block;
}
.p-blog__item-link:hover .p-blog__item-img img {
  transform: scale(1.1);
}
.p-blog__item-img {
  aspect-ratio: 260/213;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-blog__item-img img {
  height: 100%;
  position: relative;
  transition: transform 0.3s;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-blog__item-content {
  margin-top: 1rem;
}
.p-blog__item__info {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-blog__item-date {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-blog__item-cate {
  background-color: #001b6b;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.p-blog__item-title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
  overflow: hidden;
}
.p-blog__item-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.p-blog__item-tag {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-blog__right {
  width: 28.5%;
}
.p-blog .p-blog__pagination {
  margin-top: 6.5rem;
}
.p-blog .p-blog__pagination .page-numbers {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 700;
  justify-content: center;
  margin: 0 5px;
  padding: 8px 8px;
  text-decoration: none;
}
.p-blog .p-blog__pagination .page-numbers.current {
  color: #001b6b;
  text-decoration: underline;
}
.p-blog .p-blog__pagination .page-numbers img {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 52px; /* 矢印画像のサイズ */
}
.p-blog__banner {
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 3rem 3.5rem;
}
.p-blog__banner-copy {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-blog__banner-logo {
  margin-top: 2rem;
  width: 100%;
}
.p-blog__banner-logo img {
  height: 100%;
  width: 100%;
}
.p-blog__banner-desc {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
  margin-top: 2rem;
}
.p-blog__banner-link {
  padding-left: 1rem;
  padding-right: 1rem;
  -moz-column-gap: 1rem;
  align-items: center;
  background-color: #fadf0d;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  column-gap: 1rem;
  display: block;
  display: flex;
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  justify-content: center;
  margin-top: 2rem;
  padding-bottom: 1.3rem;
  padding-top: 1.3rem;
}
.p-blog__banner-link:before {
  background-image: url(../images/top/icon_download.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 22px;
  width: 17px;
}
.p-blog__rank {
  margin-top: 3rem;
}
.p-blog__right-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-blog__right-ttl span {
  color: #001b6b;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}
.p-blog__rank-content {
  background-color: #f1f8fe;
  margin-top: 1.2rem;
  padding: 3.5rem 3.2rem;
  position: relative;
}
.p-blog__rank-content:after {
  background: linear-gradient(to right, #001b6b 66%, #21d5e4 66%);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-blog__rank-content-items {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  counter-reset: number 0;
}
.p-blog__rank-content-item-link {
  display: block;
  display: flex;
  -moz-column-gap: 1rem;
  align-items: center;
  column-gap: 1rem;
}
.p-blog__rank-content-img {
  position: relative;
  width: 32%;
}
.p-blog__rank-content-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 90/74;
  object-fit: cover;
}
.p-blog__rank-content-img:after {
  align-items: center;
  background-color: #001b6b;
  color: #fff;
  counter-increment: number 1;
  content: "" counter(number);
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 19px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 19px;
}
.p-blog__rank-content-content {
  flex: 1;
  position: relative;
}
.p-blog__rank-content-date {
  font-size: 1.1rem;
  font-weight: 400;
}
.p-blog__rank-content-cate {
  background-color: #001b6b;
  color: #fff;
  font-size: 1rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-blog__rank-content-title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-top: 0.5rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-blog__cate-list {
  margin-top: 5rem;
}
.p-blog__cate-list-content {
  background-color: #f1f8fe;
  margin-top: 1.2rem;
  padding: 3.5rem 3.2rem;
  position: relative;
}
.p-blog__cate-list-content:after {
  background: linear-gradient(to right, #001b6b 66%, #21d5e4 66%);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-blog__cate-list-items {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
.p-blog__cate-list-item-link {
  font-size: 1.8rem;
  font-weight: 400;
}
.p-blog__archive-list {
  margin-top: 6rem;
}
.p-blog__archive-list-content {
  background-color: #f1f8fe;
  margin-top: 1.2rem;
  padding: 3.5rem 3.2rem 5rem 3.2rem;
  position: relative;
}
.p-blog__archive-list-content:after {
  background: linear-gradient(to right, #001b6b 66%, #21d5e4 66%);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-blog__archive-list-items-select {
  position: relative;
}
.p-blog__archive-list-items-select:after {
  background-image: url(../images/common/arrow-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.p-blog__archive-list-items {
  background-color: #fff;
  border: 1px solid #cdd6dd;
  border-radius: 8px;
  height: 4.1rem;
  padding-left: 1rem;
  padding-right: 3rem;
  width: 100%;
}
.p-blog__archive-list-item {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 1rem 2rem;
}
.p-blog #ez-toc-container {
  border-radius: 16px;
  margin-top: 4rem;
  padding: 3.5rem;
  padding-top: 2.5rem;
  width: 100%;
}
.p-blog #ez-toc-container .ez-toc-title-container {
  align-items: center;
  border-bottom: 1px solid #001b6b;
  display: flex;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.p-blog #ez-toc-container .ez-toc-icon-toggle-span {
  display: none;
}
.p-blog #ez-toc-container ul.ez-toc-list {
  border: none;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-blog #ez-toc-container div#ez-toc-container ul {
  font-size: 1.6rem;
}
.p-blog #ez-toc-container div#ez-toc-container ul li {
  font-size: 1.6rem;
}
.p-blog #ez-toc-container ul.ez-toc-list a {
  color: #333333;
  font-size: 1.6rem;
}
.p-blog #ez-toc-container ul.ez-toc-list + ul.ez-toc-list {
  margin-top: 1.3em;
}
.p-blog #ez-toc-container nav {
  padding-top: 2rem;
}
.p-blog #ez-toc-container ul.ez-toc-list-level-3 {
  border: none;
  margin-top: 0.3rem;
}
.p-blog #ez-toc-container ul.ez-toc-list-level-4 {
  border: none;
}
.p-blog #ez-toc-container ul.ez-toc-list li:before {
  content: none;
}
.p-blog #ez-toc-container ul.ez-toc-list-level-3 li:before {
  display: none;
}
.p-blog #ez-toc-container ul.ez-toc-list-level-3 li {
  line-height: 1.8125;
}
.p-blog #ez-toc-container ul.ez-toc-list-level-3 li:before {
  background-color: #333333;
  border-radius: 50%;
  content: "-";
  display: contents;
  height: 1em;
  left: -20px;
  margin-right: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.p-blog #ez-toc-container a.ez-toc-toggle {
  display: none;
}
.p-blog #ez-toc-container .ez-toc-link.ez-toc-heading-1 {
  position: relative;
}
.p-blog #ez-toc-container .ez-toc-link.ez-toc-heading-1:before {
  background-color: #333333;
  border-radius: 50%;
  content: "●";
  display: contents;
  height: 1em;
  left: -20px;
  margin-right: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact.p-confirm .p-contact__form-input {
  border: none;
}
.p-contact.p-confirm .p-contact__form-button-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact.p-confirm .p-contact__confirm-buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  margin-top: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact.p-confirm .p-contact__form-button {
  background-color: #fadf0d;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  width: 77%;
}
.p-contact.p-confirm .p-contact__form-button + .p-contact__form-button {
  margin-top: 1rem;
}
.p-contact.p-confirm .p-contact__form-button-prev {
  background-color: #f5f5f5;
}
.p-contact.p-confirm .p-contact__form-select {
  position: static;
}
.p-contact.p-confirm .p-contact__form-select:after {
  content: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-faq .p-faq-menu {
  padding-top: 4rem;
}
.p-faq .p-faq-menu__items {
  align-items: center;
  display: grid;
  row-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  grid-template-columns: repeat(4, 1fr);
}
.p-faq .p-faq-menu__item {
  background-color: #fff;
  border: 1px solid #001b6b;
  border-radius: 8px;
  position: relative;
}
.p-faq .p-faq-menu__item:after {
  background-image: url(../images/faq/faq-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 12px;
}
.p-faq .p-faq-menu__item.is-active {
  background-color: #001b6b;
}
.p-faq .p-faq-menu__item.is-active .p-faq-menu__link {
  color: #fff;
}
.p-faq .p-faq-menu__item.is-active:after {
  background-image: url(../images/faq/faq-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-faq .p-faq-menu__link {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
  min-height: 73px;
  padding: 1rem 3rem 1rem 1.4rem;
}
.p-faq .p-faq-content {
  margin-top: 6rem;
  padding-bottom: 15rem;
}
.p-faq .p-faq-content__list {
  margin-inline: auto;
  margin-top: 4.2rem;
}
.p-faq .p-faq-content__item {
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 5rem;
  padding-right: 10rem;
  position: relative;
}
.p-faq .p-faq-content__item + .p-faq-content__item {
  margin-top: 2rem;
}
.p-faq .p-faq-content__item-question {
  align-items: center;
  display: flex;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  position: relative;
}
.p-faq .p-faq-content__item-question .p-faq__item-text {
  font-weight: 700;
}
.p-faq .p-faq-content__item-question span {
  align-items: center;
  background-color: #001b6b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.p-faq .p-faq-content__item-question:after {
  background-image: url(../images/common/icon_on.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 20px;
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.p-faq .p-faq-content__item-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889;
  word-break: break-all;
}
.p-faq .p-faq-content__item-answer {
  display: none;
  padding-bottom: 5.5rem;
  padding-left: 6.8rem;
}
.p-faq .p-faq-content__item.is-active .p-top-faq__item-question:after {
  background-image: url(../images/common/icon_off.svg);
  height: 3px;
  transform: translateY(-50%);
  width: 17px;
}
.p-faq .p-faq-content__item-answer-text-wrap {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.p-faq .p-faq-content__item-answer-text-wrap .p-faq__item-text {
  font-weight: 400;
}
.p-faq .p-faq-content__item-answer-text-wrap span {
  align-items: center;
  background-color: #21d5e4;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.p-faq .p-faq-content__item-answer-text-wrap a {
  color: #001b6b;
  text-decoration: underline;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-news .p-news-menu {
  margin-top: 3.5rem;
}
.p-news .p-news-menu__items {
  display: flex;
  -moz-column-gap: 1rem;
  border-bottom: 6px solid #001b6b;
  column-gap: 1rem;
}
.p-news .p-news-menu__item {
  border: 1px solid #001b6b;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 73px;
  position: relative;
  width: 187px;
}
.p-news .p-news-menu__item:after {
  background-image: url(../images/faq/faq-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 12px;
}
.p-news .p-news-menu__item.is-active {
  background-color: #001b6b;
}
.p-news .p-news-menu__item.is-active .p-news-menu__link {
  color: #fff;
}
.p-news .p-news-menu__item.is-active:after {
  background-image: url(../images/faq/faq-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-news .p-news-menu__link {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 100%;
  padding: 2rem;
  padding-right: 3rem;
}
.p-news .p-news-content {
  margin-top: 7rem;
  padding-bottom: 8rem;
}
.p-news .p-news-content__list {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}
.p-news .p-news-content__item {
  border-bottom: 1px solid #001b6b;
  padding-bottom: 3rem;
}
.p-news .p-news-content__link {
  display: flex;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}
.p-news .p-news-content__date {
  font-size: 2rem;
  font-weight: 700;
}
.p-news .p-news-content__item-title {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-news .p-news-content__item-desc p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-news .p-news-content__pagenation {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.p-news .p-news-content__pagenation .nav-links {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-news .p-news-content__pagenation .page-numbers {
  margin-left: 1rem;
  margin-right: 1rem;
}
.p-news .p-news-content__pagenation .page-numbers.current {
  text-decoration: underline;
}
.p-news .p-news-content__pagination-arrow a img {
  height: 52px;
  width: 52px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact {
  padding-top: 3rem;
}
.p-contact__content {
  display: flex;
  -moz-column-gap: 8.5rem;
  column-gap: 8.5rem;
  padding-bottom: 5rem;
}
.p-contact__left {
  width: 50%;
}
.p-contact .p-contact-header__logo-wrap {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-contact .p-contact-header__logo-idec {
  padding-top: 2rem;
  width: 104px;
}
.p-contact .p-contact-header__logo-idec img {
  height: 100%;
  width: 100%;
}
.p-contact .p-contact-header__logo-monoco {
  width: 162px;
}
.p-contact .p-contact-header__logo-monoco img {
  height: 100%;
  width: 100%;
}
.p-contact .p-contact-header__copy {
  color: #001b6b;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
.p-contact .p-contact-body__copy {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3333333333;
  margin-top: 4.8rem;
}
.p-contact .p-contact-body__logo {
  margin-top: 1rem;
  width: 90%;
}
.p-contact .p-contact-body__logo img {
  height: 100%;
  width: 100%;
}
.p-contact .p-contact-body__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-top: 2rem;
}
.p-contact .p-contact-body__documents {
  row-gap: 2rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}
.p-contact .p-contact__right {
  flex: 1;
  padding-top: 3rem;
}
.p-contact .p-contact-right__fukidashi {
  background-color: #001b6b;
  color: #fff;
  margin-bottom: 1rem;
  padding: 2.5rem 1rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-contact .p-contact-right__fukidashi:after {
  background-color: #001b6b;
  bottom: -20px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
.p-contact .p-contact-right__form {
  padding: 3.2rem 0;
}
.p-contact .p-contact-index {
  background-color: #f5f5f5;
  padding-bottom: 8rem;
  padding-top: 6rem;
}
.p-contact .p-contact-index__ttl {
  border-bottom: 2px solid #001b6b;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.p-contact .p-contact-index__pages {
  margin-top: 3.5rem;
}
.p-contact .p-contact-index__page {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
}
.p-contact .p-contact-index__pages-wrap + .p-contact-index__pages-wrap {
  margin-top: 4rem;
}
.p-contact .p-contact-index__pages-cate {
  font-size: 1.8rem;
  font-weight: 400;
}
.p-contact .p-contact-index__pages-detail {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
  margin-top: 1rem;
}
.p-contact .p-contact-index__pages-detail-item {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.p-contact .p-contact-index__pages-detail-item:before {
  background-image: url(../images/contact/icon_circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 15px;
  width: 15px;
}
.p-contact .p-contact__form-txt-nessessary {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: right;
}
.p-contact .p-contact__form-txt-nessessary span {
  background-color: #21d5e4;
  border-radius: 31px;
  color: #fff;
  font-size: 1.2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.4rem 1rem 0.4rem;
}
.p-contact .p-contact__form-item dl {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-contact .p-contact__form-item + .p-contact__form-item {
  margin-top: 3.5rem;
}
.p-contact .p-contact__form-label {
  width: 25%;
}
.p-contact .p-contact__form-label-text {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.p-contact .p-contact__form-select {
  position: relative;
}
.p-contact .p-contact__form-select:after {
  aspect-ratio: 1;
  background-image: url(../images/common/arrow-box.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: clamp(21px, 2.3vw, 30px);
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(21px, 2.3vw, 30px);
}
.p-contact .p-contact__form-input {
  border: 1px solid #cdd6dd;
  flex: 1;
}
.p-contact .p-contact__form-input.--radio {
  border: none;
}
.p-contact .p-contact__form-input.--radio .wpcf7-list-item-label {
  color: #333333;
  font-size: 1.9rem;
  font-weight: 400;
  margin-top: 0;
}
.p-contact .p-contact__form-input.--radio .wpcf7-list-item-label:before {
  border-radius: 50%;
}
.p-contact .p-contact__form-input.--radio input[type=radio] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.p-contact .p-contact__form-input.--radio .wpcf7-list-item.first {
  margin-left: 0;
}
.p-contact .p-contact__form-input.--radio span.wpcf7-list-item-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.p-contact .p-contact__form-input.--radio span.wpcf7-list-item-label::before {
  border: 1px solid #707070;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}
.p-contact .p-contact__form-input.--radio span.wpcf7-list-item-label::after {
  background-color: #001b6b;
  border-radius: 50%;
  content: "";
  display: block;
  display: none;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.p-contact .p-contact__form-input.--radio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.p-contact .p-contact__form-input-radio {
  display: block;
  height: 100%;
}
.p-contact .p-contact__form-input-text {
  font-size: 1.8rem;
  font-weight: 400;
}
.p-contact .p-contact__form-notice {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1rem;
  padding-left: 1em;
  text-align: right;
  text-indent: -1em;
}
.p-contact .p-contact__mark-nessessary {
  background-color: #21d5e4;
  border-radius: 31px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1rem;
  padding: 4px 1rem;
}
.p-contact .p-contact__mark-optional {
  border: 2px solid #001b6b;
  border-radius: 31px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 1rem;
  padding: 4px 1rem;
}
.p-contact .policy-confirm {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8888888889;
  margin-inline: auto;
  margin-top: 3.5rem;
  width: 90%;
}
.p-contact .wpcf7-form-control-wrap {
  display: block;
}
.p-contact .p-contact__form-agree_policy {
  text-decoration: underline;
}
.p-contact .wpcf7-list-item-label {
  color: #707f89;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
}
.p-contact .p-contact__form-button-wrap {
  align-items: center;
  background-color: #fadf0d;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  justify-content: center;
  margin-inline: auto;
  margin-top: 3rem;
  min-width: 200px;
  position: relative;
  transition: opacity 0.4s;
  width: 77%;
}
.p-contact .p-contact__form-button-wrap:after {
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.p-contact .p-contact__form-button-wrap.back {
  background: none;
}
.p-contact .p-contact__form-button-wrap.back:after {
  content: none;
}
.p-contact .p-contact__form-button-wrap.back:before {
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  left: 5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 8px;
}
.p-contact .p-contact__form-button {
  color: #333333;
  cursor: pointer;
  font-weight: 700;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  transition: opacity 0.4s;
  width: 100%;
}
.p-contact .p-contact__form-button:hover {
  opacity: 0.7;
}
.p-contact .p-contact__form-button:hover {
  opacity: 0.7;
}
.p-contact .wpcf7-spinner {
  display: none;
}
.p-contact .wpcf7-not-valid-tip {
  bottom: 0;
  left: 0;
  position: absolute;
}
.p-contact .wpcf7-form-control-wrap[data-name=agree] {
  text-align: center;
}
.p-contact .wpcf7-form-control-wrap[data-name=agree] .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.p-contact .wpcf7-form-control-wrap[data-name=agree] .wpcf7-list-item-label::before {
  border: 1px solid #707070;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 15px;
}
.p-contact .wpcf7-form-control-wrap[data-name=agree] .wpcf7-list-item-label::after {
  border-bottom: 2px solid #001b6b;
  border-left: 2px solid #001b6b;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 47%;
  transform: rotate(-45deg) translateY(-50%);
  width: 11px;
}
.p-contact .p-contact__form-accept:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact .p-contact__form-accept:checked + .wpcf7-list-item-label::before {
  border: 1px solid #001b6b;
}
.p-contact .wpcf7-response-output {
  display: none;
}
.p-contact .contact_inner .right .contact_form .but.k_but input {
  opacity: 1;
}

.contact_form.confirm_area,
.contact_form.thanks_area {
  display: none;
}

.p-contact__form.confirm_area {
  display: none;
}
.p-contact__form.confirm_area .p-contact__form-input {
  border: none;
}
.p-contact__form.confirm_area .p-contact__form-select:after {
  content: none;
}
.p-contact__form.confirm_area .p-contact__form-label-text {
  margin-bottom: 0;
}

.contact_page .contact_inner .right .contact_form .but.k_but input {
  opacity: 1;
}

.p-contact .p-contact__form-button:disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
  transition: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.mv {
  align-items: center;
  background: url(../images/common/mv-search.webp) 0 0/cover no-repeat;
  display: flex;
  height: 180px;
  justify-content: center;
  margin-top: 89px;
}
.mv h1 {
  color: #fff;
  font-size: clamp(25px, 3.7vw, 37px);
  text-align: center;
}
.mv h1 .mar {
  margin-left: 1em;
}
.mv h1 .sub {
  display: block;
  font-size: 48.6%;
  margin-top: 0.7em;
}

.contact_box {
  margin-top: 4rem;
}

.contact_box-img {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: -2rem;
  position: relative;
  z-index: 10;
}
.contact_box-img img {
  height: 100%;
  width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}

.single_page .title_logo h1 {
  font-size: 23px;
}
.single_page .title_logo h1 span {
  align-items: center;
  color: #747474;
  display: flex;
  font-size: 57%;
  font-weight: normal;
  gap: 0.5em;
}

.l-main .single_page .left .g_search .gsc-search-button {
  height: 4rem;
  margin-left: auto;
  width: 10rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-sitemap {
  padding-bottom: 12rem;
}
.p-sitemap__content {
  margin-top: 8.5rem;
}
.p-sitemap__item {
  border: 1px solid #707070;
  border-radius: 8px;
}
.p-sitemap__link {
  align-items: center;
  display: flex;
  font-size: clamp(1.7rem, 1.5vw, 2rem);
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 3rem 2rem;
  text-align: center;
  transition: opacity 0.4s, background-color 0.4s;
  width: 100%;
}
.p-sitemap__link:hover {
  background-color: #001b6b;
  color: #fff;
}
.p-sitemap__link.--recruit {
  opacity: 0.5;
  pointer-events: none;
}
.p-sitemap__link:hover {
  opacity: 0.8;
}
.p-sitemap__block + .p-sitemap__block {
  margin-top: 7rem;
}
.p-sitemap__block-title {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 0.5em;
  position: relative;
  transition: opacity 0.4s;
  width: 100%;
}
.p-sitemap__block-title:before {
  background-color: #001b6b;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-sitemap__block-title:after {
  background-image: url(../images/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 35px;
  position: absolute;
  right: -48px;
  top: 38%;
  transform: translateY(-50%);
  width: 35px;
}
.p-sitemap a.p-sitemap__block-title:hover {
  opacity: 0.7;
}
.p-sitemap__block.--fs .p-sitemap__link {
  font-size: clamp(1.5rem, 1.2vw, 1.9rem);
}
.p-sitemap__block.--mg01 {
  margin-top: 5rem;
}
.p-sitemap__items {
  display: grid;
  row-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-thanks {
  padding-bottom: 13rem;
  padding-top: 3rem;
}
.p-thanks .p-contact-header__logo-wrap {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-thanks .p-contact-header__logo-idec {
  padding-top: 2rem;
  width: 104px;
}
.p-thanks .p-contact-header__logo-idec img {
  height: 100%;
  width: 100%;
}
.p-thanks .p-contact-header__logo-monoco {
  width: 162px;
}
.p-thanks .p-contact-header__logo-monoco img {
  height: 100%;
  width: 100%;
}
.p-thanks .p-contact-header__copy {
  color: #001b6b;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
.p-thanks__title {
  color: #001b6b;
  font-size: 5rem;
  text-align: center;
}
.p-thanks__text {
  font-size: 2rem;
  line-height: 2.3;
  margin-top: 7rem;
  text-align: center;
}
.p-thanks__button {
  align-items: center;
  background-color: #fadf0d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  font-size: 2rem;
  margin-inline: auto;
  margin-inline: auto;
  margin-top: 7rem;
  min-width: 30rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.5rem;
  width: 41rem;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  justify-content: center;
}
.p-thanks__button:before {
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  transform: rotate(180deg);
  width: 8px;
}
.p-thanks .p-thanks-body {
  margin-top: 10rem;
}

.thanks_area .p-thanks__title {
  color: #001b6b;
  font-size: 5rem;
  text-align: center;
}
.thanks_area .p-thanks__text {
  font-size: 2rem;
  line-height: 2.3;
  margin-top: 7rem;
  text-align: center;
}
.thanks_area .p-thanks__button {
  align-items: center;
  background-color: #fadf0d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  font-size: 2rem;
  margin-inline: auto;
  margin-inline: auto;
  margin-top: 7rem;
  min-width: 30rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.5rem;
  width: 41rem;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  justify-content: center;
}
.thanks_area .p-thanks__button:before {
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  transform: rotate(180deg);
  width: 8px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top .p-top-sidebanner {
  bottom: 300px;
  display: block;
  position: fixed;
  right: 0;
  width: 290px;
  z-index: 50;
}
.p-top .p-top-sidebanner__img {
  width: 100%;
}
.p-top .p-top-sidebanner img {
  height: 100%;
  width: 100%;
}
.p-top .p-top-sidebanner__close {
  display: block;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  z-index: 51;
}
.p-top .p-top-sidebanner.hide {
  display: none !important; /* クラス 'hide' が追加されたときに非表示 */
}
.p-top .p-top-mv {
  height: calc(100vh - 160px);
  min-height: 850px;
  position: relative;
}
.p-top .p-top-mv__wrap {
  height: 100%;
  padding-bottom: 2.5rem;
}
.p-top .p-top-mv .p-top-mv__heading {
  display: flex;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-top .p-top-mv .p-top-mv__heading-left {
  left: 50%;
  position: absolute;
  top: -25%;
  transform: translateX(-50%);
}
.p-top .p-top-mv .p-top-mv__heading-left-items {
  align-items: center;
  display: flex;
}
.p-top .p-top-mv .p-top-mv__heading-left-item {
  background-color: #21d5e4;
  border-radius: 50%;
  height: 17rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
  width: 17rem;
}
.p-top .p-top-mv .p-top-mv__heading-left-item:nth-child(1) .p-top-mv__heading-left-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 0.3;
}
.p-top .p-top-mv .p-top-mv__heading-left-item:nth-child(2) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -2rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.p-top .p-top-mv .p-top-mv__heading-left-item:nth-child(2) .p-top-mv__heading-left-text {
  -webkit-box-decoration-break: clone;
  line-height: 1.4;
}
.p-top .p-top-mv .p-top-mv__heading-left-item:nth-child(2) .p-top-mv__heading-left-text:after {
  content: none;
}
.p-top .p-top-mv .p-top-mv__heading-left-item:nth-child(2) .p-top-mv__heading-left-text .yellow-bg {
  background: linear-gradient(transparent 80%, #ffe600 80%);
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-top .p-top-mv__heading-left-text {
  font-size: 3rem;
  font-weight: 900;
  position: relative;
  text-align: center;
  z-index: 1;
}
.p-top .p-top-mv__heading-left-text .matching {
  background: linear-gradient(transparent 80%, #ffe600 80%);
  box-decoration-break: clone;
  display: inline;
  font-size: 3.6rem;
  line-height: 1.2;
  padding: 0 4px;
  -webkit-box-decoration-break: clone;
}
.p-top .p-top-mv .left-item-small {
  background: none;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.p-top .p-top-mv .p-top-mv__ttl {
  border: 7px solid #fff;
  color: #fff;
  font-size: 6.9rem;
  font-weight: 900;
  line-height: 1.3768115942;
  padding-bottom: 6.5rem;
  padding-inline: 5rem;
  padding-top: 5rem;
  text-align: center;
  white-space: nowrap;
}
.p-top .p-top-mv .p-top-mv__ttl-md {
  display: block;
  font-size: 3.8rem;
  font-weight: 900;
  margin-top: 1rem;
}
.p-top-mv__ttl-sm{
  display: block;
  font-size: 2rem;
}
.p-top .p-top-mv .p-top-mv__about-link {
  align-items: center;
  background-color: #fff;
  border-radius: 36px;
  display: block;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  justify-content: center;
  margin-inline: auto;
  margin-top: 2rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
  text-align: center;
  width: 249px;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-mv .p-top-mv__about-link img {
  width: 67px;
}
.p-top .p-top-mv .p-top-mv__about-link:after {
  transition: right 0.3s;
}
.p-top .p-top-mv .p-top-mv__about-link:hover:after {
  background-image: url(../images/common/icon_arrow.svg);
}
.p-top .p-top-mv__about-link.u-lg_show {
  display: none;
}
.p-top .p-top-mv .p-top-mv__heading-right {
  background: linear-gradient(to bottom right, #00b7e6, #00008b);
  border-radius: 8px;
  bottom: 3rem;
  padding: 3rem 2.7rem 3.3rem;
  position: absolute;
  right: -28rem;
  text-align: center;
}
.p-top .p-top-mv .p-top-mv__heading-right-ttl-wrap {
  display: flex;
  -moz-column-gap: 1rem;
  align-items: flex-end;
  column-gap: 1rem;
  justify-content: center;
  padding-bottom: 2rem;
}
.p-top .p-top-mv .p-top-mv__heading-right-ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}
.p-top .p-top-mv .p-top-mv__heading-right-ttl-bold {
  color: #fff;
  font-size: 3.3rem;
  font-weight: 900;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
.p-top .p-top-mv .p-top-mv__heading-right-number {
  color: #fff;
  font-size: 10.3rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 1rem;
}
.p-top .p-top-mv .p-top-mv__heading-right-number span {
  font-size: 5.2rem;
}
.p-top .p-top-mv .p-top-mv__heading-right-link {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.5rem;
  position: relative;
}
.p-top .p-top-mv .p-top-mv__heading-right-link:after {
  background-image: url(../images/common/icon_arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 30px;
  top: 55%;
  transform: translateY(-50%);
  width: 8px;
}
.p-top .p-top-mv .p-top-mv__img {
  height: 100%;
  min-height: 850px;
}
.p-top .p-top-mv .p-top-mv__img img {
  -o-object-fit: cover;
  height: 100%;
  min-height: 850px;
  object-fit: cover;
  width: 100%;
}
.p-top .p-top-popup {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 8px;
  bottom: 8rem;
  max-width: 600px;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  position: relative;
  width: 600px;
  z-index: 5;
}
.p-top .p-top-popup__heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.p-top .p-top-popup__heading:after {
  background: repeating-linear-gradient(to right, #001b6b, #001b6b 5px, transparent 5px, transparent 10px);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-top .p-top-popup__title {
  font-size: 2.8rem;
  font-weight: 900;
}
.p-top .p-top-popup__index-wrap {
  align-items: center;
  display: flex;
}
.p-top .p-top-popup__arrow {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.p-top .p-top-popup__arrow img {
  display: block;
  height: 16px;
  width: 16px;
}
.p-top .p-top-popup__index {
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-top .p-top-popup__content {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
}
.p-top .p-top-popup__content-info {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-popup__content-date {
  font-size: 1.5rem;
  font-weight: 400;
}
.p-top .p-top-popup__content-cate {
  background-color: #001b6b;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 1rem;
}
.p-top .p-top-popup__content-cate a:hover {
  color: #fff;
  opacity: 0.9;
}
.p-top .p-top-popup__content-text p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.875;
  padding-top: 1rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top .p-top-popup-slider {
  bottom: -15rem;
  margin-left: 3rem;
  position: absolute;
}
.p-top .p-top-popup-slider .p-top-popup {
  display: none;
}
.p-top .p-top-popup-slider .p-top-popup.active {
  display: block;
}
.p-top .p-top-search {
  padding-bottom: 8.5rem;
  padding-top: 15rem;
}
.p-top .p-top-search__heading {
  align-items: center;
  display: flex;
}
.p-top .p-top-search__heading:after {
  background-color: #001b6b;
  content: "";
  flex: 1;
  height: 3px;
  margin-left: 1rem;
  width: 100%;
}
.p-top .p-top-search__ttl {
  font-size: 3.9rem;
}
.p-top .p-top-search__body {
  align-items: flex-start;
  display: flex;
  margin-top: 2rem;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
}
.p-top .p-top-search__left {
  width: 35%;
}
.p-top .p-top-search__desc {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8333333333;
}
.p-top .p-top-search__desc a{
  text-decoration: underline;
  color: #00008b;
}
.p-top .p-top-search__link {
  background-color: #fff;
  border: 2px solid #001b6b;
  border-radius: 36px;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 3rem;
  max-width: 360px;
  padding-block: 0.8em;
  padding-left: 2rem;
  padding-right: 4rem;
  position: relative;
  transition: background 0.3s;
  transition: transform 0.3s;
}
.p-top .p-top-search__link:hover {
  background-color: #001b6b;
  box-shadow: none;
  transform: translateY(3px);
}
.p-top .p-top-search__right {
  flex: 1;
}
.p-top .p-top-search__assist {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.p-top .p-top-search__search-title {
  color: #001b6b;
  font-size: 2.5rem;
  font-weight: 700;
}
.p-top .p-top-search__search-input-wrap {
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-search__search-input {
  background-color: #eef2f4;
  font-size: 1.5rem;
  height: 73px;
  padding-block: 1.2rem;
}
.p-top-search__search-text{
  font-size: 1.5rem;
  color: #5E5E5E;
}
.p-top .p-top-search__search-button {
  align-items: center;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1em;
  background-color: #001b6b;
  border-radius: 6px;
  color: #fff;
  column-gap: 1em;
  column-gap: 1em;
  font-size: 2.1rem;
  height: 73px;
  width: 176px;
}
.p-top .p-top-search__search-button:after {
  background-image: url(../images/common/icon_search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 23px;
  width: 23px;
}
.p-top .p-top-search__search-cate {
  margin-top: 6rem;
}
.p-top .p-top-search__search-genre {
  align-items: center;
  border-bottom: 4px solid #001b6b;
  display: flex;
}
.p-top .p-top-search__search-genre span {
  color: #001b6b;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
}
.p-top .p-top-search__search-genre span.is-active {
  background-color: #001b6b;
  color: #fff;
}
.p-top .p-top-search__search-genre span.caption {
  color: #333333;
  font-size: 1.5rem;
  font-weight: 400;
  pointer-events: none;
}
.p-top .p-top-search__search-space {
  align-items: center;
  display: flex;
  margin-top: 4rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.p-top .p-top-search__search-box-wrap {
  background-color: #eef2f4;
  border-radius: 8px;
  flex: 1;
  position: relative;
}
.p-top .p-top-search__search-box-wrap:after {
  aspect-ratio: 1;
  background: url(../images/common/arrow-box.svg) 0 0/contain no-repeat;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(21px, 2.3vw, 30px);
}
.p-top .p-top-search__search-box {
  font-size: 1.9rem;
  font-weight: 400;
  height: 49px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.p-top .p-top-search__search-cate-buttons {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-search__search-cate-button {
  align-items: center;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 1.9rem;
  height: 49px;
  justify-content: center;
  padding-block: 0.8rem;
  text-align: center;
  width: 121px;
}
.p-top .p-top-search__search-cate-button.--search {
  align-items: center;
  background-color: #001b6b;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-search__search-cate-button.--search:after {
  background-image: url(../images/common/icon_search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 16px;
  width: 16px;
}
.p-top .p-top-search__search-cate-button.--reset {
  background-color: #a9a9a9;
}
.p-top .p-top-search__search-input-wrap button {
  align-items: center;
  background: #00008b;
  border: unset;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.p-top .p-top-search__search-input-wrap input.gsc-input,
.p-top .p-top-search__search-input-wrap .gsc-input-box,
.p-top .p-top-search__search-input-wrap .gsc-input-box-hover,
.p-top .p-top-search__search-input-wrap .gsc-input-box-focus {
  background-color: #eef2f4;
  border-radius: 9px;
  font-size: 1.5rem;
  height: clamp(49px, 5.4vw, 71px);
  margin-right: 1.5rem;
  padding-block: 1.2rem;
}
.p-top .p-top-search__search-input-wrap .gsc-search-button-v2 svg {
  display: none;
}
.p-top .p-top-search__search-input-wrap .gsc-search-button-v2,
.p-top .p-top-search__search-input-wrap .gsc-search-button-v2:hover,
.p-top .p-top-search__search-input-wrap .gsc-search-button-v2:focus {
  align-items: center;
  display: flex;
  gap: clamp(20px, 2.2vw, 28px);
  height: clamp(49px, 5.4vw, 71px);
  padding: unset;
  width: clamp(125px, 17.6vw, 176px);
}
.p-top .p-top-search__search-input-wrap .gsc-search-button.gsc-search-button-v2::before {
  content: "検索";
  font-size: clamp(15px, 2.1vw, 21px);
}
.p-top .p-top-search__search-input-wrap .gsc-search-button.gsc-search-button-v2::after {
  aspect-ratio: 1;
  background: url(../images/common/icon_search-white.svg) 0 0/contain no-repeat;
  content: "";
  height: 16px;
  width: 16px;
}
.p-top .p-top-search__search-input-wrap .gsib_a input.gsc-input {
  height: 100% !important;
}
.p-top .p-top-search__search-input-wrap table.gstl_50.gsc-input {
  height: 100% !important;
}
.p-top .p-top-menu {
  background-color: #001b6b;
  padding-bottom: 3.7rem;
  padding-top: 3.7rem;
}
.p-top .p-top-menu .p-top-menu__list {
  row-gap: 1rem;
  -moz-column-gap: 1rem;
  align-items: center;
  column-gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
}
.p-top .p-top-menu .p-top-menu__list.u-md_none {
  display: grid;
}
.p-top .p-top-menu .p-top-menu__list.u-pc_none {
  display: none;
}
.p-top .p-top-menu .p-top-menu__item {
  border: 2px solid #fff;
  border-radius: 36px;
  position: relative;
}
.p-top .p-top-menu .p-top-menu__item:after {
  background-image: url(../images/common/arrow-bottom-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: none;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.p-top .p-top-menu .p-top-menu__link {
  color: #fff;
  display: flex;
  font-weight: 700;
  margin-inline: auto;
  padding-bottom: 1em;
  padding-inline: 3rem;
  padding-top: 1em;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-size: 1.6rem;
}
.p-top .p-top-menu .p-top-menu__link:before {
  background-image: url(../images/top/icon_custom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 24px;
  width: 24px;
}
.p-top .p-top-event {
  background-image: url(../images/top/top-event-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5.5rem;
  padding-top: 5.5rem;
}
.p-top .p-top-event__ttl {
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .p-top-event__caption {
  margin-top: 2rem;
  text-align: center;
}
.p-top .p-top-request {
  background-color: #f1f8fe;
  padding-bottom: 7rem;
  padding-top: 5rem;
}
.p-top .p-top-request__heading {
  align-items: flex-end;
  display: flex;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
}
.p-top .p-top-request__ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .p-top-case {
  background-color: #fff;
  border-top: 20px solid #001b6b;
  padding-bottom: 7rem;
  padding-top: 8.2rem;
}
.p-top .p-top-case__heading {
  align-items: flex-end;
  display: flex;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
}
.p-top .p-top-case__body {
  margin-top: 5rem;
}
.p-top .p-top-case__ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .p-top-case__ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-top .p-top-case__list {
  display: grid;
  row-gap: 2rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
}
.p-top .p-top-case__item a{
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-top .p-top-case__item .p-top .p-top-case__img {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  position: relative;
  position: relative;
}
.p-top .p-top-case__item .p-top .p-top-case__img img {
  height: 100%;
  position: relative;
  transition: transform 0.3s;
  width: 100%;
}
.p-top .p-top-case__item .p-top .p-top-case__img:after {
  background-image: url(../images/top/top-blog-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 37px;
  position: absolute;
  right: 0;
  width: 41px;
}
.p-top .p-top-case__img {
  overflow: hidden;
}
.p-top .p-top-case__item-link:hover .p-top-case__img img {
  transform: scale(1.1);
}
.p-top .p-top-case__content {
  padding-top: 2.5rem;
  flex-grow: 1;
}
.p-top .p-top-case__info {
  align-items: center;
  display: flex;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.p-top .p-top-case__cate {
  background-color: #001b6b;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.5rem 0.5rem;
}
.p-top .p-top-case__cate:nth-of-type(2) {
  background-color: #393939;
}
.p-top .p-top-case__item-ttl {
  align-items: center;
  background-color: #001b6b;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5555555556;
  min-height: 74px;
  padding: 1rem 1rem 1rem 1.5rem;
}
.p-top .p-top-case__item-detail {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5882352941;
  margin-top: 0.7rem;
}
.p-top .p-top-case__tag-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  row-gap: 0.5rem;
}
.p-top .p-top-case__tag {
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: underline;
}
.p-top .p-top-case__link {
  margin-left: auto;
  margin-top: 5rem;
}
.p-top .p-top-interview {
  position: relative;
}
.p-top .p-top-interview:after {
  background-color: #f1f8fe;
  bottom: 0;
  content: "";
  height: 108px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.p-top .p-top-interview__inner {
  background-color: #001b6b;
  border-radius: 8px;
  padding-bottom: 10rem;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 4rem;
}
.p-top .p-top-interview__heading {
  align-items: flex-end;
  display: flex;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
}
.p-top .p-top-interview__ttl {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .p-top-interview__ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-top .p-top-blog {
  background-color: #f1f8fe;
  padding-bottom: 9rem;
  padding-top: 12rem;
}
.p-top .p-top-blog__heading {
  align-items: center;
  display: flex;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
}
.p-top .p-top-blog__ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .p-top-blog__ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-top .p-top-blog__body {
  margin-top: 5rem;
}
.p-top .p-top-blog__list {
  display: grid;
  row-gap: 3rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
.p-top .p-top-blog__item {
  border-radius: 8px;
  overflow: hidden;
}
.p-top .p-top-blog__item-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-top .p-top-blog__img {
  overflow: hidden;
  position: relative;
}
.p-top .p-top-blog__img img {
  aspect-ratio: 280/223;
  height: 100%;
  transition: transform 0.3s;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top .p-top-blog__img:after {
  background-image: url(../images/top/top-blog-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 37px;
  position: absolute;
  right: 0;
  width: 41px;
}
.p-top .p-top-blog__item-link:hover .p-top-blog__img img {
  transform: scale(1.1);
}
.p-top .p-top-blog__content {
  background-color: #fff;
  border: 1px solid #333333;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: none;
  display: flex;
  flex-direction: column;
  flex-direction: 1;
  padding: 2rem;
}
.p-top .p-top-blog__info {
  align-items: center;
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-blog__date {
  font-size: 1.5rem;
  font-weight: 400;
}
.p-top .p-top-blog__cate {
  background-color: #001b6b;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.p-top .p-top-blog__item-ttl {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.9411764706;
  margin-top: 1.5rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top .p-top-blog__link {
  margin-left: auto;
}
.p-top .p-top-news {
  background-color: #fff;
  padding-bottom: 8rem;
  padding-top: 5rem;
}
.p-top .p-top-news__heading {
  align-items: flex-end;
  display: flex;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
}
.p-top .p-top-news__ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .p-top-news__ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.p-top .p-top-news__body {
  margin-top: 3.5rem;
}
.p-top .p-top-news__menu {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.p-top .p-top-news__menu-item {
  border: 1px solid #001b6b;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 2rem;
  padding-right: 3rem;
  position: relative;
  transition: opacity 0.4s;
}
.p-top .p-top-news__menu-item:after {
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.p-top .p-top-news__menu-item:hover {
  opacity: 0.6;
}
.p-top .p-top-news__menu-item:nth-child(1) {
  border-top: 1px solid #001b6b;
}
.p-top .p-top-news__menu-item.is-active {
  background-color: #001b6b;
  color: #fff;
}
.p-top .p-top-news__menu-item.is-active:after {
  background-image: url(../images/common/icon_arrow-white.svg);
}
.p-top .p-top-news__article {
  border: 1px solid #001b6b;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  flex: 1;
  padding: 1rem 4.5rem;
}
.p-top .p-top-news__article-item {
  border-bottom: 1px solid #001b6b;
}
.p-top .p-top-news__article-item:last-child {
  border-bottom: none;
}
.p-top .p-top-news__article-link {
  align-items: center;
  display: flex;
  padding-bottom: 3rem;
  padding-top: 3rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  padding-right: 5rem;
  position: relative;
}
.p-top .p-top-news__article-link:after {
  background-image: url(../images/common/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.p-top .p-top-news__article-date {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-top .p-top-news__article-title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-decoration: underline;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-top .p-top-news__no-post-message {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.p-top .p-top-faq {
  background-color: #f1f8fe;
  padding-bottom: 10rem;
  padding-top: 7rem;
}
.p-top .p-top-faq__ttl {
  width: -moz-fit-content;
  width: fit-content;
}
.p-top .p-top-faq__body {
  margin-top: 5.8rem;
}
.p-top .p-top-faq__list {
  margin-inline: auto;
  margin-top: 4.2rem;
}
.p-top .p-top-faq__item {
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 8px;
  cursor: pointer;
  padding-left: 5rem;
  padding-right: 10rem;
  position: relative;
}
.p-top .p-top-faq__item + .p-top-faq__item {
  margin-top: 2rem;
}
.p-top .p-top-faq__item-question {
  align-items: center;
  display: flex;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  position: relative;
}
.p-top .p-top-faq__item-question .p-faq__item-text {
  font-weight: 700;
}
.p-top .p-top-faq__item-question span {
  align-items: center;
  background-color: #001b6b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.p-top .p-top-faq__item-question:after {
  background-image: url(../images/common/icon_on.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 20px;
  position: absolute;
  right: -6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.p-top .p-top-faq__item-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8888888889;
}
.p-top .p-top-faq__item-answer {
  display: none;
  padding-bottom: 5.5rem;
  padding-left: 6.8rem;
}
.p-top .p-top-faq__item.is-active .p-top-faq__item-question:after {
  background-image: url(../images/common/icon_off.svg);
  height: 3px;
  transform: translateY(-50%);
  width: 17px;
}
.p-top .p-top-faq__item-answer-text-wrap {
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.p-top .p-top-faq__item-answer-text-wrap .p-faq__item-text {
  font-weight: 400;
}
.p-top .p-top-faq__item-answer-text-wrap span {
  align-items: center;
  background-color: #21d5e4;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 2.5rem;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  width: 50px;
}
.p-top .p-top-faq__item-answer-text-wrap a {
  color: #001b6b;
  text-decoration: underline;
}
.p-top .p-top-faq__link {
  margin-left: auto;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-disp__less1023 {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: var(--content_width);
  padding-inline: 2rem;
}

.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

.u-copy-block {
  display: none;
}

.u-conteiner--md {
  margin-left: auto;
  margin-right: auto;
  max-width: 142rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 78.1%;
}

.u-conteiner--lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 150rem;
  padding-left: 25px;
  padding-right: 25px;
  width: 86.1%;
}

.u-strong {
  font-size: 6.9rem;
  font-weight: 700;
  line-height: 1;
}

.u-xl-show {
  display: none;
}

.u-md_none {
  display: block;
}

.u-lg_none {
  display: block;
}

.u-lg_show {
  display: none;
}

.u-pc_none {
  display: none;
}

@media only screen and (min-width: 1599px){
  .p-about .p-about-mv__right {
    width: 30%;
  }
}

@media only screen and (min-width: 1601px){
  .p-about .p-about-mv__inner {
    padding-left: 11rem;
    padding-right: 11rem;
    -moz-column-gap: clamp(10rem, 8vw, 15rem);
    column-gap: clamp(10rem, 8vw, 15rem);
  }
  .p-about .p-about-mv__left {
    flex: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 1500px){
  .l-header__logo.--idec {
    width: 80px;
  }
  .l-header__logo.--monoco {
    width: 140px;
  }
  .l-header__top-items {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .l-header__counsel {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 1450px){
  .p-top .p-top-mv .p-top-mv__ttl {
    font-size: clamp(4.5rem, 4vw, 6.9rem);
  }
  .p-top .p-top-mv .p-top-mv__heading-right-number span {
    font-size: clamp(2rem, 3vw, 4rem);
  }
  .p-top .p-top-mv .p-top-mv__heading-right-number {
    font-size: clamp(4rem, 4vw, 7rem);
  }
  .u-copy-block {
    display: block;
  }
}

@media only screen and (max-width: 1450px) and (max-width: 666px){
  .p-top .p-top-mv .p-top-mv__heading-right-number span {
    font-size: 2.9rem;
  }
  .p-top .p-top-mv .p-top-mv__heading-right-number {
    font-size: 5.7rem;
  }
}

@media screen and (max-width: 1380px){
  .l-cta__heading-title {
    font-size: 3.5rem;
  }
  .l-cta__heading-messe {
    padding: 2.5rem 2.2rem;
    text-align: left;
  }
  .l-cta__btn {
    flex-direction: column;
    row-gap: 1rem;
  }
  .l-footer__menu-bottom {
    align-items: center;
    flex-direction: column;
    row-gap: 1rem;
  }
  .l-footer__menu-bottom-item.--02 {
    margin-left: 0;
  }
  .l-footer__menu-bottom-item.--03 {
    margin-left: 0;
  }
  .l-footer .side_banner {
    width: 200px;
  }
  .l-footer .side_banner-close {
    height: 20px;
    right: 6px;
    width: 20px;
  }
  .p-about .p-about-mv__copy-wrap{
    margin-top: 2rem;
  }
   .p-about .p-about-flow__content{
    flex-direction: column;
   }
   .p-about .p-about-flow__item.--grow > .p-about-flow__content{
    flex-direction: row;
   }
   .p-about .p-about-flow__caption{
    display: block;
    margin-top: 1rem;
   }
  .p-top-guide__message {
    font-size: clamp(1.8rem, 1.6vw, 2.3rem);
  }
  .p-top-guide__download {
    font-size: 2rem;
  }
  .p-top-guide__download:before {
    aspect-ratio: 35/44.5;
    height: auto;
    width: 25px;
  }
  .l-header__inner {
    padding-left: 3rem;
  }
  .l-header__logo {
    width: 15vw;
  }
  .l-header__bottom-item {
    font-size: clamp(13px, 0.8vw, 16px);
  }
  .l-header__link {
    font-size: 14px;
  }
  .l-header__counsel {
    width: 150px;
  }
  .c-btn__tel {
    padding-left: 20px;
  }
  .c-btn__tel:before {
    left: -40px;
  }
  .p-about .p-about-mv__inner {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .p-about .p-about-mv__copy {
    font-size: 3rem;
  }
  .p-about .p-about-mv__copy-cross {
    width: 80px;
  }
  .p-about .p-about-mv__topic {
    font-size: 2.4rem;
  }
  .p-about .p-about-mv__data-items {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .p-about .p-about-mv__data-icon {
    width: 100px;
  }
  .p-about .p-about-mv__data-ttl {
    font-size: 1.4rem;
  }
  .p-about .p-about-mv__right {
    width: 33%;
  }
  .p-about .p-about-mv__right-ttl .u-xl_show {
    display: block;
  }
  .p-about .p-about-mv__data-caption {
    font-size: 1.5rem;
  }
  .p-about .p-about-problem__ttl .u-xl_show {
    display: block;
  }
  .p-about .p-about-problem__images {
    flex-direction: column;
    row-gap: 5rem;
  }
  .p-about .p-about-problem__img {
    width: 80%;
  }
  .p-about .p-about-solution__wrap:after {
    top: 0;
  }
  .p-about .p-about-solution__img-wrap {
    width: 40%;
  }
  .p-about .p-about-solution__img-text {
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.7rem;
    padding: 1rem 2.5rem;
  }
  .p-about .p-about-solution__caption .u-lg_none {
    display: none;
  }
  .p-about .p-about-feature__topic.--01 .p-about-feature__topic-container {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .p-about .p-about-feature__topic-ttl {
    font-size: 6rem;
  }
  .p-about .p-about-feature__topic-ttl .small {
    font-size: 2.8rem;
  }
  .p-about .p-about-cta__body {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .p-about .p-about-cta__button {
    margin-inline: auto;
  }
  .p-about .p-about-data__list {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .p-about .p-about-solution__ttl-wrap{
    padding-top: 2rem;
  }
  .p-about .p-about-solution__content-wrap{
    padding-inline: 2rem;
  }
  .p-blog-article__summary {
    padding: 3rem;
    padding-left: 10rem;
  }
  .p-blog__content {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .p-blog__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3rem;
  }
  .p-blog__banner {
    padding: 2rem;
  }
  .p-blog__rank-content {
    padding: 2rem;
  }
  .p-blog__cate-list-content {
    padding: 2rem;
  }
  .p-blog__archive-list-content {
    padding: 3rem;
    padding-bottom: 5rem;
  }
  .p-faq .p-faq-menu__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-contact__content {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .p-contact .p-contact__form-label {
    width: 20%;
  }
  .p-top .p-top-sidebanner {
    width: 200px;
  }
  .p-top .p-top-sidebanner__close {
    height: 20px;
    width: 20px;
  }
  .p-top .p-top-mv .p-top-mv__heading-left-item {
    height: 15rem;
    width: 15rem;
  }
  .p-top .p-top-mv .p-top-mv__heading-left-item:nth-child(2) {
    padding-top: 2.6rem;
  }
  .p-top .p-top-mv__heading-left-text {
    font-size: 2.4rem;
  }
  .p-top .p-top-mv__heading-left-text .matching {
    font-size: 3rem;
  }
  .p-top .p-top-mv .p-top-mv__ttl-md {
    font-size: 3rem;
  }
  .p-top .p-top-mv .p-top-mv__heading-right {
    right: -17rem;
  }
  .p-top .p-top-mv .p-top-mv__heading-right-ttl {
    font-size: 1.7rem;
  }
  .p-top .p-top-mv .p-top-mv__heading-right-ttl-bold {
    font-size: 2.4rem;
  }
  .p-top .p-top-mv .p-top-mv__heading-right-link:after {
    right: -14px;
  }
  .p-top .p-top-popup {
    max-width: 350px;
  }
  .p-top .p-top-menu .p-top-menu__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-top .p-top-case__heading {
    align-items: center;
  }
  .p-top .p-top-news__article {
    padding: 1rem 3rem;
  }
  .p-top .p-top-news__article-link {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .u-strong {
    font-size: 5rem;
  }
  .u-xl-show {
    display: block;
  }
}

@media only screen and (max-width: 1200px){
  html {
    font-size: 57.5%;
  }
  .u-conteiner--md {
    width: 85%;
  }
}

@media only screen and (max-width: 1120px){
  .l-header__left {
    word-wrap: 100%;
  }
  .l-header__right {
    display: none;
  }
  .l-drawer__hamburger {
    display: block;
  }
}

@media only screen and (max-width: 1024px){
  .p-top-guide__message {
    font-size: 3.4rem;
  }
  .p-blog__banner-copy {
    font-size: clamp(2.4rem, 2vw, 3.2rem);
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top .p-top-mv {
    height: 100%;
  }
  .p-top .p-top-case__list {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .u-conteiner--md {
    width: 90%;
  }
}

@media not all and (max-width: 1000px){
  .l-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .u-st {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px){
  .l-main {
    margin-top: 7rem;
    scroll-padding-top: 7rem;
  }
  .u-lg_none {
    display: none;
  }
  .u-lg_show {
    display: block;
  }
}

@media screen and (max-width: 1000px){
  :root {
    --content_width: 750px;
    --content-both_space: 15px;
    --header_height: 90px;
  }
  html {
    font-size: 57.5%;
  }
  .p-contact input[type=text],
  .p-contact input[type=date],
  .p-contact input[type=password],
  .p-contact input[type=email],
  .p-contact input[type=time],
  .p-contact input[type=tel],
  .p-contact input[type=number] {
    padding: 10px;
  }
  .p-contact textarea {
    height: 170px;
  }
  .p-contact input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  .p-contact input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  .p-contact input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  .p-contact input[type=checkbox] + label {
    padding-left: 30px;
  }
  .p-top-case__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .p-top-faq__item {
    padding-right: 9rem;
  }
  .p-top-faq__item-answer {
    padding-left: 0;
  }
  .l-footer__top {
    justify-content: center;
    grid-template-columns: 26.3rem 18.3rem;
  }
  .l-footer__logo.--monoco {
    margin-inline: auto;
    width: 224px;
  }
  .l-footer__logo-copy {
    text-align: center;
  }
  .l-footer__bottom {
    flex-direction: column;
  }
  .l-footer__copyright {
    text-align: center;
  }
  .l-footer .side_banner-wrap {
    bottom: 10px;
    right: 10px;
  }
  .l-footer .side_banner {
    width: 160px;
  }
  .l-footer.--contact {
    padding-bottom: 3rem;
  }
  .p-top-guide__wrap {
    flex-direction: column;
  }
  .p-top-guide__logo {
    margin-inline: auto;
    margin-top: 2rem;
    width: 70%;
  }
  .p-top-guide__download.u-lg_show {
    display: flex;
  }
  .p-top-guide__download.u-lg_none {
    display: none;
  }
  .p-top-guide__img {
    margin-top: 1.5rem;
    width: 60%;
  }
  .l-header {
    height: 7rem;
  }
  .l-header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l-header__logo {
    width: 20vw;
  }
  .l-header__logo.--idec {
    padding-top: 1rem;
    width: 50px;
  }
  .l-header__logo.--monoco {
    width: 57.7px;
  }
  .l-header__copy {
    display: none;
  }
  .l-header__bottom-item {
    display: none;
  }
  .l-header__link {
    font-size: 1.3rem;
  }
  .l-hamburger {
    height: 1.5rem;
    width: 1.8rem;
  }
  .l-hamburger {
    display: block;
  }
  .l-drawer__top {
    height: 7rem;
  }
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
  .l-main--404 .c-btn, .l-main--error .c-btn {
    margin-top: 30px;
  }
  .c-breadcrumb a,
  .c-breadcrumb span {
    overflow: auto;
    white-space: nowrap;
  }
  .c-heading__ttl {
    font-size: 3rem;
  }
  .p-about .p-about-mv__inner {
    justify-content: center;
  }
  .p-about .p-about-mv__left {
    flex: none;
  }
  .p-about .p-about-mv__ttl {
    font-size: 1.6rem;
    text-align: center;
  }
  .p-about .p-about-mv__copy {
    font-size: 2.4rem;
  }
  .p-about .p-about-mv__copy-cross {
    width: 40px;
  }
  .p-about .p-about-mv__topics {
    justify-content: center;
  }
  .p-about .p-about-mv__topic {
    border: 1px solid #fff;
    border-radius: 7px;
    font-size: 1.6rem;
  }
  .p-about .p-about-mv__data {
    display: block;
    margin-inline: auto;
  }
  .p-about .p-about-mv__data-items {
    justify-content: center;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .p-about .p-about-mv__data-ttl {
    white-space: nowrap;
  }
  .p-about .p-about-mv__data-number {
    font-size: 5rem;
  }
  .p-about .p-about-mv__button {
    display: flex;
    margin-inline: auto;
    margin-top: 3rem;
  }
  .p-about .p-about-mv__right {
    display: none;
  }
  .p-about .p-about-mv__search-wrap {
    margin-top: 3.2rem;
  }
  .p-about .p-about-mv .p-top-search__search-box-wrap {
    width: 100%;
  }
  .p-about .p-about-mv .p-top-search__search-cate-buttons {
    margin-top: 3.5rem;
  }
  .p-about .p-about-mv__data-caption {
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
  }
  .p-about .p-about-solution {
    padding-bottom: 4rem;
    position: relative;
  }
  .p-about .p-about-solution:after {
    background-color: #f1f8fe;
    border-radius: 8px;
    content: "";
    height: 89%;
    left: 0;
    position: absolute;
    top: 3rem;
    width: 100%;
    z-index: -1;
  }
  .p-about .p-about-solution__wrap {
    padding-top: 3.5rem;
  }
  .p-about .p-about-solution__wrap:after {
    content: none;
  }
  .p-about-solution__ttl-br{
    display: block;
  }
  .p-about-solution__ttl-br-2{
    display: none;
  }
  .p-about-solution__ttl-br-3{
    display: block;
  }
  .p-about .p-about-solution__ttl-wrap {
    -moz-column-gap: 1rem;
    align-items: center;
    column-gap: 1rem;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .p-about .p-about-solution__ttl-img {
    width: 33.3%;
  }
  .p-about .p-about-solution__content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p-about .p-about-solution__content-wrap {
    flex-direction: column;
    row-gap: 1.3rem;
  }
  .p-about .p-about-solution__img-wrap {
    width: 100%;
  }
  .p-about .p-about-solution__img {
    margin-top: 2rem;
  }
  .p-about .p-about-solution__img-text {
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
  .p-about .p-about-solution__img-text img {
    width: 50px;
  }
  .p-about .p-about-feature {
    padding-top: 3.5rem;
  }
  .p-about .p-about-feature__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-about .p-about-feature__item-ttl {
    min-height: 0;
    padding-bottom: 1rem;
  }
  .p-about .p-about-feature__topic.--01 .p-about-feature__topic-img {
    margin-inline: auto;
    margin-top: 2rem;
    width: 80%;
  }
  .p-about .p-about-feature__topic.--02 .p-about-feature__topic-img {
    margin-top: 2rem;
    width: 100%;
  }
  .p-about .p-about-feature__topic.--02 .p-about-feature__topic-ttl {
    text-align: center;
  }
  .p-about .p-about-feature__topic-ttl {
    text-align: center;
  }
  .p-about .p-about-flow__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
    row-gap: 6rem;
  }
  .p-about .p-about-flow__item:after {
    bottom: -6rem;
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .p-about .p-about-flow__item:nth-of-type(3):after {
    content: "";
  }
  .p-about .p-about-flow__content{
    flex-direction: row;
   }
  .p-about .p-about-cta:before {
    height: 88%;
  }
  .p-about .p-about-cta__body {
    align-items: center;
    flex-direction: column-reverse;
    row-gap: 3rem;
  }
  .p-about .p-about-cta__buttons {
    flex-direction: row;
  }
  .p-about .p-about-cta .p-about-cta__button + .p-about-cta__button {
    margin-top: 0;
  }
  .p-about .p-about-cta__img {
    min-width: 0;
    width: 80%;
  }
  .p-about .p-about-cta__note-ttl {
    font-size: 1.6rem;
  }
  .p-about .p-about-cta__note-desc {
    font-size: 1.3rem;
    line-height: 1.67;
    margin-top: 1.5rem;
  }
  .p-about .p-about-cta__note-desc a:before {
    height: 12px;
    width: 10px;
  }
  .p-about .p-about-cta__note-desc a {
    font-size: 1.3rem;
  }
  .p-about .p-about-data__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 4rem;
  }
  .p-about .p-about-data__number {
    font-size: 2rem;
  }
  .p-about .p-about-data__number span {
    font-size: 5rem;
  }
  .p-about .p-about-data__item-ttl {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    justify-content: space-between;
    min-height: 66px;
  }
  .p-news-article__content {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .p-blog-article__other {
    margin-top: 3rem;
  }
  .p-blog__content {
    flex-direction: column;
    margin-top: 6rem;
    row-gap: 5rem;
  }
  .p-blog__right {
    width: 100%;
  }
  .p-blog__banner-logo {
    margin-inline: auto;
    margin-top: 2rem;
    width: 70%;
  }
  .p-faq .p-faq-content__item {
    padding-right: 9rem;
  }
  .p-faq .p-faq-content__item-answer {
    padding-left: 0;
  }
  .p-contact__content {
    flex-direction: column;
    row-gap: 5rem;
  }
  .p-contact__left {
    width: 100%;
  }
  .p-contact .p-contact__right {
    padding-top: 0;
    width: 100%;
  }
  .p-contact .p-contact__form-button-wrap {
    width: 334px;
  }
  .p-sitemap__content {
    margin-top: 5rem;
  }
  .p-sitemap__link {
    font-size: 1.6rem;
  }
  .p-sitemap__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top .p-top-sidebanner {
    display: none;
  }
  .p-top .p-top-mv {
    height: auto;
    min-height: 436px;
  }
  .p-top .p-top-mv .p-top-mv__heading {
    align-items: center;
    flex-direction: column-reverse;
    margin-inline: auto;
    padding-block: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 5rem;
    position: static;
    transform: none;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top .p-top-mv .p-top-mv__heading-left {
    position: static;
    transform: none;
  }
  .p-top .p-top-mv .p-top-mv__heading-left-items {
    margin-top: -3.5rem;
    position: relative;
    z-index: 20;
  }
  .p-top .p-top-mv__about-link.u-lg_none {
    display: none;
  }
  .p-top .p-top-mv__about-link.u-lg_show {
    display: flex;
  }
  .p-top .p-top-mv .p-top-mv__heading-right {
    border-radius: 0;
    padding: 2rem 2.7rem 2rem;
    position: static;
  }
  .p-top .p-top-mv .p-top-mv__heading-right-ttl-wrap {
    align-items: flex-end;
  }
  .p-top .p-top-mv .p-top-mv__heading-right-number {
    border-bottom: none;
    padding-bottom: 0;
  }
  .p-top .p-top-mv .p-top-mv__heading-right-link {
    margin-inline: auto;
    margin-top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top .p-top-mv .p-top-mv__img {
    aspect-ratio: 375/471;
    height: auto;
    height: 100%;
    left: 0;
    min-height: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .p-top .p-top-mv .p-top-mv__img img {
    height: 100%;
    min-height: 0;
  }
  .p-top .p-top-popup-slider {
    display: none;
    margin-top: 0;
  }
  .p-top .p-top-search {
    padding-top: 2.7rem;
  }
  .p-top .p-top-search__heading:before {
    background-color: #001b6b;
    content: "";
    flex: 1;
    height: 3px;
    margin-right: 1rem;
    width: 100%;
  }
  .p-top .p-top-search__body {
    flex-direction: column;
  }
  .p-top .p-top-search__left {
    width: 100%;
  }
  .p-top .p-top-search__desc {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 2rem;
  }
  .p-top .p-top-search__link {
    display: none;
    margin-top: 1.5rem;
  }
  .p-top .p-top-search__right {
    margin-top: 2rem;
    width: 100%;
  }
  .p-top .p-top-search__assist {
    font-size: 2rem;
  }
  .p-top .p-top-search__assist {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.65;
  }
  .p-top .p-top-search__search-wrap {
    margin-top: 3.2rem;
  }
  .p-top .p-top-search__search-space {
    flex-direction: column;
  }
  .p-top .p-top-search__search-box-wrap {
    width: 100%;
  }
  .p-top .p-top-search__search-box-wrap + .p-top-search__search-box-wrap {
    margin-top: 1rem;
  }
  .p-top .p-top-search__search-cate-buttons {
    margin-top: 3.5rem;
  }
  .p-top .p-top-case__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .p-top .p-top-blog__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top .p-top-news__menu {
    border-radius: 8px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    width: auto;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .p-top .p-top-news__menu-item {
    border: 1px solid #001b6b;
    border-radius: 0;
    border-top-left-radius: 0;
  }
  .p-top .p-top-news__article {
    border-radius: 8px;
    margin-top: 2rem;
  }
  .p-top .p-top-faq__item {
    padding-right: 9rem;
  }
  .p-top .p-top-faq__item-answer {
    padding-left: 0;
  }
  .u-pc {
    display: none;
  }
  .u-disp__less1023 {
    display: block !important;
  }
  .u-conteiner--md {
    width: 90%;
  }
  .u-xl-show {
    display: none;
  }
  .l-footer-br{
    display: none;
  }
}

@media screen and (max-width: 1000px) and (max-width: 1000px){
  .p-about .p-about-solution:after {
    height: 100%;
  }
}

@media screen and (max-width: 1000px) and (max-width: 1380px){
  .p-about .p-about-solution:after {
    top: 0;
  }
}

@media only screen and (max-width: 867px){
  .p-about .p-about-mv__ttl-wrap {
    justify-content: center;
  }
  .p-about .p-about-mv__logo {
    display: none;
  }
  .p-about .p-about-mv__topics {
    align-items: center;
    margin-top: 2rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .p-about .p-about-mv__data {
    margin-top: 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-about .p-about-mv__data-items {
    justify-content: flex-start;
    margin-inline: auto;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-about .p-about-mv__data-items:after {
    background-image: url(../images/about/about-logo-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -5rem;
    content: "";
    height: 118px;
    position: absolute;
    right: 0;
    width: 136px;
  }
}

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

@media not all and (max-width: 666px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .u-pt {
    display: none !important;
  }
}

@media only screen and (max-width: 666px){
  .p-contact .select-parts select {
    font-size: 1.6rem;
    height: 46px;
  }
  .u-md_none {
    display: none;
  }
  .u-pc_none {
    display: block;
  }
}

@media screen and (max-width: 666px){
  :root {
    --header_height: 90px;
  }
  html {
    font-size: 62.5%;
  }
  .l-footer__inner{
    width: 100%;
  }
  .l-footer-br{
    display: block;
  }
  .l-footer__top {
    grid-template-columns:  calc(100%* 263 / 521) calc(100%* 183 / 521);
  }
  .p-top-case {
    padding-bottom: 5.5rem;
    padding-top: 5rem;
  }
  .p-top-case__heading {
    align-items: baseline;
    flex-direction: column;
    row-gap: 2rem;
  }
  .p-top-case__img {
    padding-right: 0;
  }
  .p-top-case__img:after {
    height: 28px;
    width: 30px;
  }
  .p-top-case__item-ttl {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3846153846;
    margin-right: 0;
    min-height: 50px;
  }
  .p-top-case__item-detail {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .p-top-case__tag-wrap {
    row-gap: 0;
  }
  .p-top-case__tag {
    font-size: 1.3rem;
  }
  .l-cta {
    padding-bottom: 4.3rem;
    padding-top: 4.3rem;
  }
  .l-cta__block {
    padding-bottom: 2rem;
  }
  .l-cta__heading {
    padding-top: 2rem;
  }
  .l-cta__heading-title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.25;
  }
  .l-cta__heading-messe {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.67;
    margin-top: 3rem;
    padding: 2.5rem 2.2rem;
  }
  .p-top-faq__body {
    margin-top: 3rem;
  }
  .p-top-faq__list {
    margin-top: 2rem;
    width: 100%;
  }
  .p-top-faq__item {
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 0rem;
  }
  .p-top-faq__item:after {
    background-image: url(../images/common/arrow-bottom.svg);
    bottom: 0;
    bottom: 22px;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    right: 1rem;
    transform: translate(-50%, 0);
    width: 30px;
  }
  .p-top-faq__item-question {
    padding-top: 2.5rem;
    -moz-column-gap: 1rem;
    align-items: flex-start;
    column-gap: 1rem;
    padding-right: 2rem;
  }
  .p-top-faq__item-question span {
    font-size: 1.6rem;
    height: 40px;
    line-height: 1.8;
    margin-top: 0.5rem;
    width: 40px;
  }
  .p-top-faq__item-question:after {
    content: none;
  }
  .p-top-faq__item-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-top-faq__item-answer {
    padding-bottom: 3rem;
    padding-right: 2rem;
  }
  .p-top-faq__item.is-active .p-top-faq__item-question:after {
    background-image: url(../images/common/arrow-bottom.svg);
    height: 20px;
    width: 30px;
  }
  .p-top-faq__item-answer-text-wrap {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .p-top-faq__item-answer-text-wrap span {
    font-size: 1.6rem;
    height: 40px;
    width: 40px;
  }
  .l-footer {
    padding-top: 5rem;
  }
  .l-footer__comp {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .l-footer__comp span {
    font-size: 1.5rem;
  }
  .l-footer__add {
    border-bottom: 1px solid #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    margin-left: 0;
    margin-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .l-footer__copyright {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .l-footer .side_banner-close {
    height: 30px;
    padding: 3px;
    padding-bottom: 2px;
    padding-right: 2.7px;
    right: 2px;
    top: -10px;
    width: 30px;
  }
  .p-top-guide__wrap {
    flex-direction: column;
    padding: 2rem 2rem 3.5rem 2rem;
  }
  .p-top-guide__message {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-guide__logo {
    width: 100%;
  }
  .p-top-guide__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-top-guide__download {
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: relative;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    text-align: left;
  }
  .p-top-guide__download:before {
    height: 22px;
    width: 17px;
  }
  .l-header {
    background-image: none;
    position: fixed;
  }
  .l-header__inner {
    padding: 1.5rem 1.5rem;
    padding-bottom: 0;
    padding-left: 2.5rem;
    padding-top: 0;
  }
  .l-header__logo-wrap {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .l-header__logo {
    width: 219px;
  }
  .l-header__menu {
    justify-content: flex-end;
    padding-right: 1rem;
  }
  .l-contact-icon {
    display: block;
  }
  .l-drawer__menu-small-item {
    font-size: 1.4rem;
  }
  .l-main--404 h1, .l-main--error h1 {
    width: 80%;
  }
  .l-main--404 .error-text, .l-main--error .error-text {
    font-size: 1.5rem;
  }
  .l-main--404 .error-link, .l-main--error .error-link {
    font-size: 1.5rem;
  }
  .c-about-ttl {
    font-size: 2.4rem;
  }
  .c-about-ttl:before {
    height: 5px;
  }
  .c-breadcrumb__content {
    font-size: 1.1rem;
    overflow: auto;
    padding: 1em 3rem;
    white-space: nowrap;
  }
  .c-breadcrumb a,
  .c-breadcrumb span {
    font-size: 1.1rem;
    padding: 0.7em 0;
  }
  .c-breadcrumb span {
    padding-left: 0;
    padding-right: 0;
  }
  .c-btn__link {
    align-items: center;
    display: flex;
    min-height: 47px;
    padding-block: 1rem;
  }
  .c-btn__link--lg {
    font-weight: 700;
    width: 90%;
  }
  .c-btn__tel {
    font-size: 3.1rem;
  }
  .c-btn__tel span {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .c-btn__tel:before {
    height: 29px;
    left: -11px;
    top: 20px;
    width: 29px;
  }
  .c-btn__link--arrow:after {
    height: 15.5px;
    width: 10px;
  }
  .c-btn__soudan:before {
    height: 50px;
    left: 0;
    width: 50px;
  }
  .c-btn__link--top {
    justify-content: flex-start;
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: left;
    width: 100%;
  }
  .c-mv {
    height: 180px;
  }
  .c-mv__ttl {
    font-size: 3rem;
  }
  .c-mv__ttl span {
    display: block;
    margin-top: -0.4rem;
  }
  .c-mv__blog-desc {
    font-size: 1.3rem;
  }
  .c-heading__ttl {
    font-size: 2.4rem;
  }
  .c-heading__ttl--border {
    padding-bottom: 1rem;
  }
  .c-heading__caption {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .p-about .p-about-mv__inner {
    padding-bottom: 4rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4rem;
  }
  .p-about .p-about-mv__ttl {
    font-size: 2rem;
    line-height: 1.65;
  }
  .p-about .p-about-mv__copy-wrap {
    flex-direction: column;
    margin-top: 1.5rem;
    /* row-gap: 1rem; */
  }
  .p-about .p-about-mv__copy span {
    font-size: 5.5rem;
  }
  .p-about .p-about-mv__data-number {
    font-size: 4.5rem;
  }
  .p-about .p-about-mv__data-number span {
    font-size: 1.8rem;
  }
  .p-about .p-about-mv .p-top-search__search-title {
    font-size: 2rem;
  }
  .p-about .p-about-mv .p-top-search__search-genre span {
    padding: 1rem;
    text-align: center;
    width: 50%;
  }
  .p-about .p-about-mv .p-top-search__search-space {
    margin-top: 1rem;
  }
  .p-about .p-about-mv .p-top-search__search-input-wrap {
    flex-direction: column;
    row-gap: 1rem;
  }
  .p-about .p-about-problem {
    padding-top: 2rem;
  }
  .p-about .p-about-problem__ttl {
    font-size: 2rem;
  }
  .p-about .p-about-problem__ttl-wrap:after {
    height: 5px;
  }
  .p-about .p-about-problem__ttl-wrap:before {
    height: 5px;
  }
  .p-about .p-about-problem__ttl-lg {
    font-size: 2.4rem;
  }
  .p-about .p-about-problem__images {
    margin-top: 2.2rem;
    row-gap: 7rem;
  }
  .p-about .p-about-problem__img {
    width: 100%;
  }
  .p-about .p-about-solution__ttl {
    font-size: 2.1rem;
  }
  .p-about .p-about-solution__ttl span {
    font-size: 2.4rem;
  }
  .p-about .p-about-solution__img-text {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
  .p-about .p-about-solution__caption {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8888888889;
  }
  .p-about .p-about-solution__caption .underline {
    background: linear-gradient(transparent 80%, #21d5e4 0%);
  }
  .p-about .p-about-solution__caption-small {
    font-size: 1.4rem;
  }
  .p-about .p-about-solution__caption-small.--top {
    margin-top: 0.7rem;
  }
  .p-about .p-about-solution__career {
    padding-left: 0;
  }
  .p-about .p-about-solution__career-wrap {
    max-width: 100%;
  }
  .p-about .p-about-solution__career-ttl {
    font-size: 1.5rem;
  }
  .p-about .p-about-solution__career-desc {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .p-about .p-about-solution__carrer-img {
    bottom: -9rem;
    height: 40.2666666667vw;
    max-height: 170px;
    max-width: 150px;
    min-height: 0;
    min-width: 0;
    width: 32.8vw;
  }
  .p-about .p-about-feature__ttl {
    font-size: 2.4rem;
  }
  .p-about .p-about-feature__list {
    margin-bottom: 5.5rem;
    margin-top: 2.5rem;
  }
  .p-about .p-about-feature__item-img {
    height: 92px;
    width: 92px;
  }
  .p-about .p-about-feature__item-ttl {
    margin-top: 1rem;
    text-align: center;
  }
  .p-about .p-about-feature__item-desc {
    margin-top: 1rem;
  }
  .p-about .p-about-feature .p-about-feature__document-link {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 6rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    width: 100%;
  }
  .p-about .p-about-feature .p-about-feature__document-link:before {
    height: 22px;
    width: 17px;
  }
  .p-about .p-about-feature__topic.--01 {
    padding-bottom: 8rem;
    padding-top: 1rem;
  }
  .p-about .p-about-feature__topic.--01 .p-about-feature__topic-container {
    flex-direction: column;
    row-gap: 3rem;
  }
  .p-about .p-about-feature__topic.--02 {
    padding-bottom: 4rem;
    padding-top: 1.8rem;
  }
  .p-about .p-about-feature__topic.--02:before {
    height: 48px;
    top: -48px;
  }
  .p-about .p-about-feature__topic.--02 .p-about-feature__topic-container {
    flex-direction: column;
    row-gap: 3rem;
  }
  .p-about .p-about-feature__topic-ttl {
    font-size: 5.9rem;
  }
  .p-about .p-about-feature__topic-ttl .small {
    font-size: 2.8rem;
  }
  .p-about .p-about-feature__topic-copy {
    font-size: 2.4rem;
    line-height: 1.5416666667;
  }
  .p-about .p-about-feature__topic-desc {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-about .p-about-feature__topic-button {
    margin-inline: auto;
  }
  .p-about .p-about-flow__ttl {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .p-about .p-about-flow__ttl:after {
    height: 5px;
    margin-left: 1rem;
  }
  .p-about .p-about-flow__ttl:before {
    height: 5px;
    margin-right: 1rem;
  }
  .p-about .p-about-flow__index {
    line-height: 0.5;
  }
  .p-about .p-about-flow__content {
    margin-top: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .p-about .p-about-flow__img {
    width: 29%;
  }
  .p-about .p-about-flow__desc {
    font-size: 1.5rem;
    line-height: 1.67;
  }
  .p-about .p-about-flow__caption {
    font-size: 1.4rem;
  }
  .p-about .p-about-flow__item.--grow .p-about-flow__img {
    width: 36%;
  }
  .p-about .p-about-flow__note:nth-of-type(1) {
    flex-direction: column;
    row-gap: 1rem;
  }
  .p-about .p-about-flow__note-ttl {
    font-size: 1.6rem;
  }
  .p-about .p-about-flow__note-desc {
    font-size: 1.5rem;
  }
  .p-about .p-about-case {
    margin-bottom: 0;
  }
  .p-about .p-about-case:after {
    height: 94%;
  }
  .p-about .p-about-cta {
    padding-bottom: 7rem;
    padding-top: 4rem;
  }
  .p-about .p-about-cta:before {
    height: 92%;
  }
  .p-about .p-about-cta__ttl {
    font-size: 2.2rem;
    line-height: 1.8181818182;
  }
  .p-about .p-about-cta__ttl-sub {
    font-size: 2.1rem;
    text-align: center;
  }
  .p-about .p-about-cta__desc {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .p-about .p-about-cta__buttons {
    flex-direction: column;
  }
  .p-about .p-about-cta .p-about-cta__button + .p-about-cta__button {
    margin-top: 3rem;
  }
  .p-about .p-about-cta__img {
    width: 100%;
  }
  .p-about .p-about-cta__note {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .p-about .p-about-data {
    padding-top: 3rem;
  }
  .p-about .p-about-data__list {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: 3rem;
  }
  .p-about .p-about-data__item {
    padding: 1rem 0.2rem;
  }
  .p-about .p-about-data__img {
    height: 90px;
    margin-top: -3rem;
    width: 80px;
  }
  .p-about .p-about-data__number span {
    font-size: 3rem;
  }
  .p-about .p-about-data__item-ttl span {
    font-size: 1.2rem;
  }
  .p-top-guide__inner.u-conteiner--md {
    padding-left: 0;
    padding-right: 0;
  }
  .p-about-faq {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .p-news-article {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .p-news-article__content {
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .p-news-article__other {
    margin-top: 3rem;
  }
  .p-news-article__next {
    font-size: 1.5rem;
  }
  .p-news-article__prev {
    font-size: 1.5rem;
  }
  .p-news-article__next-icon {
    height: 30px;
    margin-left: 1rem;
    width: 30px;
  }
  .p-news-article__prev-icon {
    height: 30px;
    margin-right: 1rem;
    width: 30px;
  }
  .p-news-article__button-top {
    font-size: 1.5rem;
    padding: 1.2rem;
    width: 15rem;
  }
  .p-blog-article__ttl {
    font-size: 2.8rem;
  }
  .p-blog-article__content h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
  .p-blog-article__content ul {
    margin-left: 0;
    margin-right: 0;
  }
  .p-blog-article__summary {
    margin-left: 0;
    margin-top: 5rem;
    padding: 2rem;
    padding-left: 2rem;
  }
  .p-blog-article__summary h2 {
    margin-bottom: 2rem;
  }
  p.p-blog-article__summary-ttl {
    margin-bottom: 2rem;
    padding: 1.5rem;
    position: static;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-blog-article__sns {
    flex-direction: column;
    row-gap: 1rem;
  }
  .p-blog-article__next {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    right: 0;
  }
  .p-blog-article__prev {
    font-size: 1.5rem;
    left: 0;
    padding: 1rem 2rem;
  }
  .p-blog-article__next-icon {
    margin-left: 1rem;
  }
  .p-blog-article__prev-icon {
    margin-right: 1rem;
  }
  .p-blog-article__button-top {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
  .p-blog .c-mv {
    height: auto;
  }
  .p-blog .c-mv__inner {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .p-blog__ttl-cate {
    font-size: 1.8rem;
  }
  .p-blog__item-cate {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
  .p-blog__item-title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-blog__item-tags {
    justify-content: flex-start;
  }
  .p-blog__item-tag {
    font-size: 1.3rem;
  }
  .p-blog__banner-copy {
    font-size: 2.4rem;
    line-height: 1.5;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-blog__banner-logo {
    width: 100%;
  }
  .p-blog__cate-list {
    margin-top: 3rem;
  }
  .p-blog__archive-list {
    margin-top: 3rem;
  }
  .p-blog__archive-list-content {
    padding: 3rem;
    padding-bottom: 3rem;
  }
  .p-contact.p-confirm .p-contact__confirm-buttons {
    width: auto;
  }
  .p-contact.p-confirm .p-contact__form-button {
    font-size: 1.6rem;
  }
  .p-faq .p-faq-menu__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-faq .p-faq-menu__link {
    font-size: 1.5rem;
  }
  .p-faq .p-faq-content {
    padding-bottom: 8rem;
  }
  .p-faq .p-faq-content__list {
    margin-top: 2rem;
    width: 100%;
  }
  .p-faq .p-faq-content__item {
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 0rem;
  }
  .p-faq .p-faq-content__item:after {
    background-image: url(../images/common/arrow-bottom.svg);
    bottom: 0;
    bottom: 22px;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    right: 1rem;
    transform: translate(-50%, 0);
    width: 30px;
  }
  .p-faq .p-faq-content__item-question {
    padding-top: 2.5rem;
    -moz-column-gap: 1rem;
    align-items: flex-start;
    column-gap: 1rem;
    padding-right: 2rem;
  }
  .p-faq .p-faq-content__item-question span {
    font-size: 1.6rem;
    height: 40px;
    line-height: 1.8;
    margin-top: 0.5rem;
    width: 40px;
  }
  .p-faq .p-faq-content__item-question:after {
    content: none;
  }
  .p-faq .p-faq-content__item-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-faq .p-faq-content__item-answer {
    padding-bottom: 3rem;
    padding-right: 2rem;
  }
  .p-faq .p-faq-content__item.is-active .p-top-faq__item-question:after {
    background-image: url(../images/common/arrow-bottom.svg);
    height: 20px;
    width: 30px;
  }
  .p-faq .p-faq-content__item-answer-text-wrap {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .p-faq .p-faq-content__item-answer-text-wrap span {
    font-size: 1.6rem;
    height: 40px;
    width: 40px;
  }
  .p-news .p-news-menu__items {
    display: grid;
    -moz-column-gap: 1rem;
    border-bottom: none;
    column-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }
  .p-news .p-news-menu__item {
    border-radius: 8px;
    width: auto;
  }
  .p-news .p-news-content {
    padding-bottom: 6rem;
  }
  .p-news .p-news-content__list {
    row-gap: 3rem;
  }
  .p-news .p-news-content__link {
    flex-direction: column;
    row-gap: 1rem;
  }
  .p-news .p-news-content__item-desc p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 1rem;
  }
  .p-contact .p-contact-header__logo-idec {
    width: 50px;
  }
  .p-contact .p-contact-header__logo-monoco {
    width: 80px;
  }
  .p-contact .p-contact-header__copy {
    font-size: 1.3rem;
  }
  .p-contact .p-contact-body__copy {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
  .p-contact .p-contact-body__logo {
    width: 100%;
  }
  .p-contact .p-contact-body__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-contact .p-contact-body__documents {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .p-contact .p-contact-right__fukidashi {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .p-contact .p-contact-right__form {
    padding: 2.5rem 0;
  }
  .p-contact .p-contact-index {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .p-contact .p-contact-index__ttl {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  .p-contact .p-contact-index__pages {
    margin-top: 2rem;
  }
  .p-contact .p-contact-index__page {
    font-size: 1.5rem;
  }
  .p-contact .p-contact-index__pages-detail-item {
    font-size: 1.6rem;
  }
  .p-contact .p-contact__form-item dl {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-contact .p-contact__form-item + .p-contact__form-item {
    margin-top: 2rem;
  }
  .p-contact .p-contact__form-label {
    width: 100%;
  }
  .p-contact .p-contact__form-input.--radio {
    width: 100%;
  }
  .p-contact .p-contact__form-input-text {
    font-size: 1.6rem;
  }
  .p-contact .p-contact__form-notice {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-contact .policy-confirm {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .p-contact .wpcf7-list-item-label {
    font-size: 1.5rem;
  }
  .p-contact .p-contact__form-button-wrap {
    width: 90%;
  }
  .p-contact .p-contact__form-button:hover {
    opacity: 1;
  }
  .p-contact .wpcf7-form-control-wrap[data-name=agree] .wpcf7-list-item-label {
    text-align: left;
  }
  .mv {
    height: 160px;
  }
  .mv h1 .mar {
    display: block;
  }
  .mv h1 .sub {
    margin-top: 10px;
  }
  .contact_box-img {
    margin-bottom: -1rem;
  }
  .contact_box-img img {
    width: 50%;
  }
  .p-sitemap {
    padding-bottom: 7rem;
  }
  .p-sitemap__link {
    font-size: 1.5rem;
    padding: 1.5rem 1rem;
  }
  .p-sitemap__block + .p-sitemap__block {
    margin-top: 5rem;
  }
  .p-sitemap__block-title {
    font-size: 2.2rem;
  }
  .p-sitemap__block-title:before {
    height: 1px;
  }
  .p-sitemap__block-title:after {
    height: 20px;
    right: -25px;
    width: 20px;
  }
  .p-sitemap__block.--mg01 {
    margin-top: 4rem;
  }
  .p-sitemap__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }
  .p-thanks {
    padding-bottom: 10rem;
  }
  .p-thanks .p-contact-header__logo-idec {
    width: 50px;
  }
  .p-thanks .p-contact-header__logo-monoco {
    width: 80px;
  }
  .p-thanks .p-contact-header__copy {
    font-size: 1.3rem;
  }
  .p-thanks__title {
    font-size: 2.5rem;
  }
  .p-thanks__text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 4rem;
  }
  .p-thanks__button {
    font-size: 1.5rem;
    margin-top: 4rem;
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
    width: 80%;
  }
  .thanks_area .p-thanks__title {
    font-size: 2.5rem;
  }
  .thanks_area .p-thanks__text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-top: 4rem;
  }
  .thanks_area .p-thanks__button {
    font-size: 1.5rem;
    margin-top: 4rem;
    min-width: 0;
    padding-bottom: 1.3rem;
    padding-top: 1.3rem;
    width: 80%;
  }
  .p-top .p-top-mv__wrap {
    position: relative;
  }
  .p-top .p-top-mv .p-top-mv__heading-left-item {
    height: 12.8rem;
    width: 12.8rem;
  }
  .p-top .p-top-mv__heading-left-text .matching {
    line-height: 1.1;
  }
  .p-top .p-top-mv .p-top-mv__ttl-md {
    font-size: 2.2rem;
  }
  .p-top .p-top-mv .p-top-mv__ttl-sm {
    font-size: 1.5rem;
  }
  .p-top .p-top-mv .p-top-mv__ttl {
    font-size: 3.6rem;
    padding-bottom: 3.8rem;
    padding-inline: 3rem;
    padding-top: 1rem;
  }
  .p-top .p-top-mv .p-top-mv__heading-right-ttl-bold {
    font-size: 2.2rem;
  }
  .p-top .p-top-search {
    padding-bottom: 5rem;
  }
  .p-top .p-top-search__ttl {
    font-size: 2rem;
  }
  .p-top .p-top-search__link {
    width: 100%;
  }
  .p-top .p-top-search__search-wrap {
    margin-top: 2rem;
  }
  .p-top .p-top-search__search-title {
    font-size: 2rem;
  }
  .p-top .p-top-search__search-input-wrap {
    flex-direction: column;
    row-gap: 1rem;
  }
  .p-top .p-top-search__search-cate {
    margin-top: 2rem;
  }
  .p-top .p-top-search__search-genre span {
    padding: 1rem;
    text-align: center;
    width: 50%;
  }
  .p-top .p-top-search__search-genre span.caption {
    margin-top: 2rem;
  }
  .p-top .p-top-search span.caption {
    margin-top: 2rem;
  }
  .p-top .p-top-search__search-space {
    margin-top: 1rem;
  }
  .p-top .p-top-search__search-input-wrap input.gsc-input,
  .p-top .p-top-search__search-input-wrap .gsc-input-box,
  .p-top .p-top-search__search-input-wrap .gsc-input-box-hover,
  .p-top .p-top-search__search-input-wrap .gsc-input-box-focus {
    margin-right: 0;
  }
  .p-top .p-top-search__search-input-wrap .gsc-input {
    display: block;
  }
  .p-top .p-top-search__search-input-wrap .gsc-search-button {
    display: flex;
    margin-inline: auto;
    margin-top: 1rem;
    width: 150px;
  }
  .p-top .p-top-menu .p-top-menu__list {
    justify-content: flex-start;
  }
  .p-top .p-top-menu .p-top-menu__list.u-md_none {
    display: none;
  }
  .p-top .p-top-menu .p-top-menu__list.u-pc_none {
    display: flex;
    flex-direction: column;
  }
  .p-top .p-top-menu .p-top-menu__list.u-pc_none .p-top-menu__item:not(.is-active) {
    display: none;
  }
  .p-top .p-top-menu .p-top-menu__item {
    width: 100%;
  }
  .p-top .p-top-menu .p-top-menu__item:after {
    content: "";
  }
  .p-top .p-top-case {
    padding-bottom: 5.5rem;
    padding-top: 5rem;
  }
  .p-top .p-top-case__heading {
    align-items: baseline;
    flex-direction: column;
    row-gap: 2rem;
  }
  .p-top .p-top-case__body {
    margin-top: 1.5rem;
  }
  .p-top .p-top-case__item .p-top .p-top-case__img {
    padding-right: 0;
  }
  .p-top .p-top-case__item .p-top .p-top-case__img:after {
    height: 20px;
    width: 30px;
  }
  .p-top .p-top-case__item-ttl {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3846153846;
    margin-right: 0;
    min-height: 50px;
  }
  .p-top .p-top-case__item-detail {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .p-top .p-top-case__tag-wrap {
    row-gap: 0;
  }
  .p-top .p-top-case__tag {
    font-size: 1.3rem;
  }
  .p-top .p-top-interview__heading {
    align-items: baseline;
    flex-direction: column;
    row-gap: 2rem;
  }
  .p-top .p-top-blog {
    padding-bottom: 5rem;
    padding-top: 4.5rem;
  }
  .p-top .p-top-blog__heading {
    align-items: baseline;
    flex-direction: column;
    row-gap: 2rem;
  }
  .p-top .p-top-blog__ttl span {
    font-weight: 400;
  }
  .p-top .p-top-blog__body {
    margin-top: 1.5rem;
  }
  .p-top .p-top-blog__img:after {
    height: 28px;
    width: 30px;
  }
  .p-top .p-top-blog__content {
    padding: 1rem;
    padding-top: 1rem;
  }
  .p-top .p-top-blog__info {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 1rem;
  }
  .p-top .p-top-blog__date {
    font-size: 1.3rem;
  }
  .p-top .p-top-blog__cate {
    font-size: 1rem;
    padding: 0.3rem 0.5rem;
  }
  .p-top .p-top-blog__item-ttl {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
    line-height: 1.4666666667;
    margin-top: 1rem;
    overflow: hidden;
  }
  .p-top .p-top-news__heading {
    align-items: baseline;
    flex-direction: column;
    row-gap: 2rem;
  }
  .p-top .p-top-news__menu-item:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .p-top .p-top-news__article {
    padding: 2rem;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-top .p-top-news__article-item {
    border-bottom: 1px solid #000;
  }
  .p-top .p-top-news__article-link {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 2rem;
    padding-right: 5rem;
    padding-top: 2rem;
    row-gap: 1rem;
  }
  .p-top .p-top-faq__body {
    margin-top: 3rem;
  }
  .p-top .p-top-faq__list {
    margin-top: 2rem;
    width: 100%;
  }
  .p-top .p-top-faq__item {
    padding-bottom: 5rem;
    padding-left: 2rem;
    padding-right: 0rem;
  }
  .p-top .p-top-faq__item:after {
    background-image: url(../images/common/arrow-bottom.svg);
    bottom: 0;
    bottom: 22px;
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    right: 1rem;
    transform: translate(-50%, 0);
    width: 30px;
  }
  .p-top .p-top-faq__item-question {
    padding-top: 2.5rem;
    -moz-column-gap: 1rem;
    align-items: flex-start;
    column-gap: 1rem;
    padding-right: 2rem;
  }
  .p-top .p-top-faq__item-question span {
    font-size: 1.6rem;
    height: 40px;
    line-height: 1.8;
    margin-top: 0.5rem;
    width: 40px;
  }
  .p-top .p-top-faq__item-question:after {
    content: none;
  }
  .p-top .p-top-faq__item-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-top .p-top-faq__item-answer {
    padding-bottom: 3rem;
    padding-right: 2rem;
  }
  .p-top .p-top-faq__item.is-active .p-top-faq__item-question:after {
    background-image: url(../images/common/arrow-bottom.svg);
    height: 20px;
    width: 30px;
  }
  .p-top .p-top-faq__item-answer-text-wrap {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .p-top .p-top-faq__item-answer-text-wrap span {
    font-size: 1.6rem;
    height: 40px;
    width: 40px;
  }
  .u-sp {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
  .u-conteiner--md {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
  .l-footer__logo.--monoco{
    width: 100%;
  }
  .l-footer-top{
    grid-template-columns: 26.3rem 18.3rem;
  }
}

@media screen and (max-width: 560px){
  .tab_wrap .tab_text_sp {
    display: block;
  }
  .tab_wrap .tab_text_pc {
    display: none;
  }
  .tab_wrap .tab li {
    width: 50%;
  }
  .tab_wrap .tab li a {
    width: 100%;
  }
  .tab_wrap .area form {
    flex-direction: column;
  }
  .tab_wrap .area form .select_wrap {
    flex-direction: column;
  }
  .tab_wrap .area form .select_wrap,
  .tab_wrap .area form .select_wrap .select-parts {
    width: 100%;
  }
  .tab_wrap .area button {
    width: 100%;
  }
  .l-footer__top {
    grid-template-columns:  1fr;
    gap: 2rem;
  }
  .l-footer-banner a{
    width: 70%;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 420px){
  .p-about .p-about-solution__carrer-img {
    bottom: -7rem;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-main--404 .error-link::after, .l-main--error .error-link::after {
    transition: 0.5s;
    transition-property: left;
  }
  .l-main--404 .error-link:hover::after, .l-main--error .error-link:hover::after {
    left: 1rem;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
