@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;
}

/* -------------------------------------------*/
/* -------------------------------------------*/

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

.l-main {
  position: relative;
  width: 100%;
  scroll-margin-top: 160px;
  margin-top: 160px;
}

@media only screen and (max-width: 667px) {
  .l-main {
    scroll-padding-top: 7rem;
    margin-top: 7rem;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.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: clamp(1.2rem, 0.8vw, 1.5rem);
  font-weight: 500;
  white-space: nowrap;
}
.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;
}
.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;
}
.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;
}
.l-header__top-item.--nomal {
  align-items: center;
  display: flex;
}
.l-header__top-item.--nomal a {
  font-size: 1.4rem;
  font-weight: 400;
  padding-block: 0;
  position: relative;
}
.l-header__top-item.--nomal a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 19px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}
.l-header__top-item:nth-of-type(3) {
  margin-left: 1rem;
}
.l-header__top-item:nth-of-type(3) a:before {
  background-image: url(../images/common/icon_info.svg);
}
.l-header__top-item:nth-of-type(4) 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-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 {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding-left: 4rem;
  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 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 27px;
  width: 27px;
}
.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-header-form .l-header__copy {
  padding-top: 2rem;
  padding-left: 2rem;
}

.p-contact__form-textarea-count {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 400;
}

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

/* -------------------------------------------*/
/* -------------------------------------------*/
.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 {
  padding-bottom: 4.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: -25%;
  position: absolute;
  top: -10%;
}
.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;
}
.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;
}
.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 span {
  display: block;
  font-size: 3.8rem;
  font-weight: 900;
  margin-top: 1rem;
}
.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%;
  -o-object-position: left center;
  object-position: left center;
}
.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: center;
  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__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-wrap {
  margin-top: 2rem;
}
.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 .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__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 {
  border-radius: 8px;
  overflow: hidden;
}
.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;
}
.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__img {
  overflow: hidden;
  position: relative;
}
.p-top .p-top-blog__img img {
  height: 100%;
  transition: transform 0.3s;
  width: 100%;
}
.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;
  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 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.9411764706;
  margin-top: 1.5rem;
}
.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__content {
  display: flex;
}
.p-top .p-top-news__menu {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  flex-direction: column;
  width: 180px;
}
.p-top .p-top-news__menu-item {
  border-bottom: 1px solid #001b6b;
  border-left: 1px solid #001b6b;
  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;
  border-top-left-radius: 8px;
}
.p-top .p-top-news__menu-item:nth-child(4) {
  border-bottom-left-radius: 8px;
}
.p-top .p-top-news__menu-item.--all {
  border: none;
}
.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-right-radius: 8px;
  border-top-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;
}

.contact_page .contact_inner .right .contact_form .but.k_but input:disabled {
  opacity: 0.6;
  pointer-events: none;
}

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

.contact_inner .right .contact_form.confirm_area .form_box > p::after {
  content: none;
}

.contact_inner .right .contact_form.confirm_area .form_box .select::after {
  content: none;
}

.contact_inner .right .contact_form .but input:hover {
  background-color: #fff;
  color: #00008b;
  border: 1px solid #00008b;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.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;
}

.l-footer__copyright {
  text-align: center;
}
.contact_form.confirm_area,
.thanks_area {
  display: none;
}
.p-contact__form.confirm_area {
  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: baseline;
    flex-direction: column;
    row-gap: 1rem;
  }
  .l-footer__menu-bottom-item.--02 {
    margin-left: 0;
  }
  .l-footer__menu-bottom-item.--03 {
    margin-left: 0;
  }
  .p-top-guide__message {
    font-size: clamp(1.8rem, 1.6vw, 2.3rem);
  }
  .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-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__buttons {
    flex-direction: column;
  }
  .p-about .p-about-cta__button {
    margin-inline: auto;
  }
  .p-about .p-about-cta .p-about-cta__button + .p-about-cta__button {
    margin-top: 3rem;
  }
  .p-about .p-about-data__list {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
  .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 {
    left: -32%;
  }
  .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: 3.5rem;
  }
  .p-top .p-top-mv__heading-left-text {
    font-size: 2.2rem;
  }
  .p-top .p-top-mv__heading-left-text .matching {
    font-size: 3rem;
  }
  .p-top .p-top-mv .p-top-mv__ttl span {
    font-size: 3rem;
  }
  .p-top .p-top-mv .p-top-mv__heading-right {
    right: -180px;
  }
  .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: flex-start;
  }
  .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: 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 .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;
  }
  .contact_form.confirm_area,
  .contact_form.thanks_area {
    display: none;
  }

  .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;
  }
  .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.--contact {
    padding-bottom: 3rem;
  }
  .l-footer.--contact {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
  .l-footer__copyright {
    margin-top: 0;
    text-align: center;
  }
  .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__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: 29px;
  }
  .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 {
    -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__right {
    width: 35%;
  }
  .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: right;
  }
  .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 .p-about-solution__ttl-wrap {
    -moz-column-gap: 0;
    align-items: center;
    column-gap: 0;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .p-about .p-about-solution__ttl-img {
    width: 33%;
  }
  .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-cta:before {
    height: 86%;
  }
  .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 {
    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 {
    font-size: 1.6rem;
    min-height: 0;
  }
  .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-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;
  }
  .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-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-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;
  }
}

@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__copy-wrap {
    flex-direction: column;
    margin-top: 1.5rem;
    row-gap: 1rem;
  }
  .p-about .p-about-mv__topics {
    align-items: center;
    justify-content: 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;
  }
  .p-about .p-about-mv__button {
    display: flex;
    margin-inline: auto;
    margin-top: 3rem;
  }
  .p-about .p-about-mv__right {
    display: none;
  }
}

@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%;
  }
  .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;
  }
  .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-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__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 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.3rem;
  }
  .p-about .p-about-solution__ttl span {
    font-size: 2.6rem;
  }
  .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.--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;
  }
  .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__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-thanks__inner.u-conteiner--md {
    width: 90%;
  }

  .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 .wpcf7-form-control-wrap[data-name="agree"] .wpcf7-list-item-label {
    text-align: left;
  }
  .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%;
    min-width: 0;
  }
  .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 span {
    font-size: 1.6rem;
  }
  .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 .gsc-input {
    display: block;
  }
  .p-top .p-top-search__search-input-wrap .gsc-search-button {
    display: flex;
    margin-inline: auto;
    margin-top: 1rem;
    width: 100px;
  }
  .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__content {
    flex-direction: column;
  }
  .p-top .p-top-news__menu {
    border-radius: 8px;
    display: grid;
    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;
  }
  .p-top .p-top-news__menu-item:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .p-top .p-top-news__menu-item:nth-child(1) {
    border-top-left-radius: 0;
  }
  .p-top .p-top-news__menu-item:nth-child(4) {
    border-bottom-left-radius: 0;
  }
  .p-top .p-top-news__article {
    border-radius: 8px;
    margin-top: 2rem;
    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%;
  }

  .contact_inner .right .contact_form .but input:hover {
    background-color: #00008b;
    color: #fff;
    border: none;
  }

  .p-contact .p-contact__form-button:hover {
    opacity: 1;
  }
}

@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%;
  }
}

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