 @import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap);

 table, tbody, tr {
   width: 100%;
 }

 ol, ul, li {
   margin: 0;
   padding: 0;
   border: 0;
   vertical-align: baseline;
 }

 .l-article {
   overflow-x: hidden;
 }

 .l-article img {
   width: revert-layer;
 }

 .l-article-page {
   padding: 50px 0 0;
   margin: 11.95rem 0 100px 0;
   overflow-x: visible;
 }

 .l-article-csr {
   padding: 0;
   margin: 0 0 100px;
 }

 .l-article-archive {
   margin: 0 0 150px;
   overflow-x: visible;
 }

 .l-content {
   display: grid;
   grid-template-columns: 1fr 300px;
   grid-gap: 0 100px;
   gap: 0 100px;
 }

 .l-content-header {
   padding: 64px 0 74px;
 }

 .l-corporate {
   display: flex;
   flex-direction: row-reverse;
   grid-gap: 0 100px;
   gap: 0 100px;
 }

 .l-corporate-local {
   width: 260px;
 }

 .l-corporate-local__current {
   display: none;
   position: relative;
   margin: 0 0 1px;
   padding: 8px 43px 8px 15px;
   border-radius: 5px;
   border: 1px solid #b2b2b2;
 }

 .l-corporate-local__current:after {
   position: absolute;
   right: 15px;
   top: calc(50% - 9px);
   content: "";
   width: 18px;
   height: 18px;
   background-image: url("/img/common/ico_dropdown.svg");
   background-repeat: no-repeat;
   background-size: 100% auto;
 }

 .l-corporate-local__navigation {
   display: flex;
   flex-direction: column;
   grid-gap: 5px 0;
   gap: 5px 0;
 }

 .l-corporate-local__navigation.is-show {
   display: block;
 }

 .l-corporate-local__label.is-active a {
   background: #f5f5f5;
 }

 .l-corporate-local__link {
   position: relative;
   display: block;
   padding: 15px 15px 15px 35px;
   font-size: 15px;
   border: 1px solid #fff;
   font-weight: 500;
 }

 .l-corporate-local__link:hover {
   opacity: 1;
   border: 1px solid #b7b7b7;
 }

 .l-corporate-local__link:before {
   position: absolute;
   left: 15px;
   top: calc(50% - 1px);
   content: "";
   width: 10px;
   height: 2px;
   background: #cecece;
 }

 .l-corporate-content {
   flex: 1 1;
 }

 .l-corporate-history {
   display: grid;
   grid-template-columns: 145px auto;
 }

 .l-corporate-history__year {
   position: relative;
   font-size: 30px;
   color: #009de6;
   font-weight: 400;
   border-right: 1px solid #009de6;
 }

 .l-corporate-history__year:after {
   position: absolute;
   right: -5px;
   top: 22px;
   content: "";
   width: 9px;
   height: 9px;
   border-radius: 50%;
   background: #009de6;
 }

 .l-corporate-history__month {
   font-size: 20px;
 }

 .l-corporate-history__content {
   display: grid;
   grid-template-columns: 60px auto;
   padding: 10px 0 0 20px;
 }

 .l-corporate-history__text {
   display: flex;
   flex-direction: column;
   grid-gap: 30px 0;
   gap: 30px 0;
   margin: 0 0 25px;
   padding: 3px 0 0;
 }

 .l-flex {
   display: flex;
   flex-wrap: wrap;
 }

 .l-flex-logo {
   grid-gap: 10px;
   gap: 10px;
   justify-content: center;
 }

 .l-flex-logo__item {
   width: 270px;
 }

 .l-flex-logo__link {
   display: block;
   padding: 8px 10px;
 }

 .l-flex-logo__link img {
   width: 100%;
   height: auto;
 }

 .l-flex-logo__link--border {
   border: 1px solid #d9d9d6;
 }

 .l-flex--gap {
   grid-gap: 50px;
   gap: 50px;
 }

 .l-flex--gap-large {
   grid-gap: 50px 75px;
   gap: 50px 75px;
 }

 .l-flex--gap-xsmall {
   grid-gap: 20px 20px;
   gap: 20px 20px;
 }

 .l-flex--gap-small {
   grid-gap: 25px 25px;
   gap: 25px 25px;
 }

 .l-flex--reverse {
   flex-direction: row-reverse;
 }

 .l-flex-content--center {
   justify-content: center;
 }

 .l-flex__text {
   flex: 1 1;
 }

 .l-flex__item {
   flex: 1 1;
 }

 .l-flex__image--small {
   width: 160px;
 }

 .l-float:after {
   content: "";
   display: table;
   clear: both;
 }

 .l-float-right .l-float__image {
   float: right;
   margin: 0 0 50px 50px;
 }

 .l-float-left .l-float__image {
   float: left;
   margin: 0 50px 50px 0;
 }

 .l-grid {
   display: grid;
 }

 .l-grid--column2,
 .l-grid--column2pc {
   grid-template-columns: repeat(2, 1fr);
 }

 .l-grid--column3 {
   grid-template-columns: repeat(3, 1fr);
 }

 .l-grid--column4 {
   grid-template-columns: repeat(4, 1fr);
 }

 .l-grid--gap-large {
   grid-gap: 50px 75px;
   gap: 50px 75px;
 }

 .l-grid--gap-small {
   grid-gap: 50px 40px;
   gap: 50px 40px;
 }

 .l-grid--gap-small2 {
   grid-gap: 30px 40px;
   gap: 30px 40px;
 }

 .l-grid--gap-xsmall {
   grid-gap: 15px 15px;
   gap: 15px 15px;
 }

 .l-grid-archive {
   margin: 0 0 30px;
 }

 .l-grid--box {
   border: 1px solid #aeaeae;
   border-radius: 3px;
   grid-template-columns: repeat(2, 1fr);
 }

 .js-dropdown-content {
   display: none;
 }



 .l-inner {
   margin-left: auto;
   margin-right: auto;
   max-width: 90.52631578947368vw;
 }

 .l-inner--narrow {
   max-width: 980px;
 }



 .l-table-scroll--sp tbody {
   -webkit-text-size-adjust: 100%;
 }

 .l-table-auto {
   table-layout: auto;
 }

 .m-anchor__lists {
   display: flex;
   justify-content: space-between;
   margin: 0 0 50px;
 }

 .m-anchor__list {
   border: 1px solid #d9d9d6;
   margin: 0 -1px 0 0;
   flex: 1 1;
 }

 .m-anchor-link {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 32px 15px;
   height: 100%;
   background-image: url("/img/common/ico_triangle_down-blue.svg");
   background-repeat: no-repeat;
   background-position: center 85%;
   transition: background-position 0.3s;
   font-size: 14px;
   text-align: center;
   font-weight: 500;
 }

 .m-anchor-link:hover {
   opacity: 1;
   background-color: #f5f5f5;
   background-position: center 90%;
 }

 .m-anchor-overlay {
   display: none;
   position: fixed;
   z-index: 6;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.9);
   justify-content: center;
   align-items: center;
 }

 .m-anchor-overlay.is-active {
   display: flex;
 }

 .m-anchor-close {
   display: none;
   margin: 0 auto;
   width: 10px;
   height: 10px;
   background-image: url("/img/common/ico_close.svg");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 10px auto;
 }

 .m-anchor-button {
   display: none;
 }

 .m-block-item {
   position: relative;
   padding: 0 0 30px;
 }

 .m-block-item--shadow {
   padding: 0 5px 5px;
 }

 .m-block-item--shadow a {
   display: block;
   height: 100%;
   background: #fff;
   padding: 0 0 30px;
   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
 }

 .m-block-item--shadow:before,
 .m-block-item--shadow:after {
   display: none;
 }

 .m-block-item--shadow .m-block-item__title,
 .m-block-item--shadow .m-block-item__text,
 .m-block-item--shadow .m-block-item__tag {
   padding: 0 25px;
 }

 .m-block-item:before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 0;
   height: 1px;
   background: #00b5e2;
   opacity: 0;
   transition: opacity 0.3s, width 0.3s;
 }

 .m-block-item:after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 1px;
   background: #d9d9d6;
 }

 .m-block-item:hover:after {
   opacity: 0;
 }

 .m-block-item:hover:before {
   opacity: 1;
   width: 100%;
 }

 .m-block-item a:hover {
   opacity: 1;
 }

 .m-block-item a:hover .m-block-item__title {
   color: #00b5e2;
   text-decoration: underline;
 }

 .m-block-item__image {
   margin: 0 0 20px;
   aspect-ratio: 16/9;
   overflow: hidden;
   background: #eaeaea;
 }

 .m-block-item__image:hover img {
   transform: scale(1.1);
 }

 .m-block-item__image img {
   margin: 0 auto;
   width: 100%;
   height: 100%;
   display: block;
   transition: transform 0.3s;
   -o-object-fit: contain;
   object-fit: contain;
 }

 .m-block-item__image img:not(.auto) {
   width: auto;
 }

 .m-block-item__image--normal:hover img {
   transform: none;
 }

 .m-block-item__title {
   margin: 0 0 10px;
   font-size: 15px;
   line-height: 25px;
   font-weight: 700;
 }

 .m-block-item__title:hover {
   color: #00b5e2;
   text-decoration: underline;
 }

 .m-block-item__title--large {
   font-size: 20px;
 }

 .m-block-item__title a {
   opacity: 1;
 }

 .m-block-item__title a:hover {
   color: #009de6;
 }

 .m-block-item__text {
   overflow: hidden;
   font-size: 15px;
   line-height: 25px;
 }

 .m-block-item__text--limit {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
 }

 .m-block-item__text--auto {
   overflow: visible;
   display: block;
   -webkit-line-clamp: auto;
 }

 .m-block-item__text--small {
   font-size: 14px;
 }

 .m-block-item__label {
   margin: 0 0 10px;
 }

 .m-block-item__category {
   margin: 30px 0 0;
   display: flex;
   flex-wrap: wrap;
   grid-gap: 10px;
   gap: 10px;
 }

 .m-block-item__tag {
   margin: 30px 0 0;
   font-size: 12px;
   color: #707070;
 }

 .m-block-item__margin {
   margin: 0 0 10px;
 }

 .m-block-link__link {
   display: block;
   border: 1px solid #d4d4d4;
   border-radius: 5px;
   overflow: hidden;
 }

 .m-block-link__link:hover {
   opacity: 1;
   border: 1px solid #009de6;
 }

 .m-block-link__link:hover .m-block-link__image {
   opacity: 0.8;
 }

 .m-block-link__title {
   position: relative;
   padding: 15px;
   font-size: 15px;
   font-weight: 500;
 }

 .m-block-link__title:after {
   position: absolute;
   right: 12px;
   top: calc(50% - 5px);
   content: "";
   width: 8px;
   height: 10px;
   background-image: url("/img/common/ico_arrow_right02-blue.svg");
   background-repeat: no-repeat;
   background-size: auto 10px;
 }

 .m-block-box {
   display: flex;
   flex-direction: column;
   padding: 30px;
   border: 1px solid #afafaf;
   border-radius: 3px;
 }

 .m-block-box--small {
   padding: 15px;
 }

 .m-block-box--middle {
   min-width: 300px;
   max-width: 350px;
 }

 .m-block-box__title {
   padding: 0 0 15px;
   margin: 0 0 15px;
   text-align: center;
   border-bottom: 1px solid #afafaf;
   font-size: 20px;
   font-weight: 700;
 }

 .m-block-box__description {
   margin: 0 0 15px;
 }

 .m-block-box__page {
   margin: 0 0 10px;
 }

 .m-block-box__link {
   margin: auto 0 0;
 }

 .m-block-content__image {
   margin: 0 0 20px;
   aspect-ratio: 16/9;
   overflow: hidden;
   background: #eaeaea;
 }

 .m-block-content__image img {
   margin: 0 auto;
   width: auto;
   height: 100%;
   display: block;
 }

 .m-block-content__image img:not(.auto) {
   width: auto;
 }

 .m-block-content__title {
   margin: 0 0 10px;
   font-size: 15px;
   line-height: 25px;
   font-weight: 700;
 }

 .m-block-content__text {
   font-size: 15px;
   line-height: 25px;
 }

 .m-box {
   padding: 30px;
   border: 1px solid #aeaeae;
   border-radius: 3px;
 }

 .m-box--small {
   padding: 15px;
 }

 .m-box__title {
   margin: 0 0 15px;
   font-size: 20px;
   font-weight: 700;
 }

 .m-box-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
 }

 .m-box-grid__item {
   margin: 0 -1px -1px 0;
   padding: 15px;
   border: 1px solid #aeaeae;
 }

 .m-box-grid__item:nth-child(1) {
   border-top-left-radius: 3px;
 }

 .m-box-grid__item:nth-child(2) {
   border-top-right-radius: 3px;
 }

 .m-box-grid__item:nth-child(3) {
   border-bottom-left-radius: 3px;
 }

 .m-box-grid__item:nth-child(4) {
   border-bottom-right-radius: 3px;
 }

 .m-box-step {
   margin: 0 0 30px;
 }

 .m-box-step__header {
   display: flex;
   grid-gap: 20px;
   gap: 20px;
   align-items: center;
 }

 .m-box-step__number {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 50px;
   height: 50px;
   font-size: 16px;
   font-weight: 700;
   background: #009de6;
   border-radius: 50%;
   color: #fff;
 }

 .m-box-step__title {
   width: calc(100% - 70px);
   font-size: 20px;
   font-weight: 700;
   color: #009de6;
   margin: 0 0 10px;
 }

 .m-box-step__text {
   margin: 0 0 0 70px;
 }

 .m-box-color {
   padding: 30px;
 }

 .m-box-color--orange {
   background: rgba(255, 182, 28, 0.05);
 }

 .m-box-color--purple {
   background: rgba(196, 131, 141, 0.05);
 }

 .m-box-color--green {
   background: rgba(0, 191, 179, 0.05);
 }

 .m-box-color--blue {
   background: rgba(0, 157, 230, 0.05);
 }

 .m-box-color__title {
   margin: 0 0 15px;
   font-size: 20px;
   font-weight: 700;
 }

 .m-breadcrumbs {
   background: rgba(62, 62, 62, 0.09);
 }

 .m-breadcrumbs__items {
   margin-left: auto;
   margin-right: auto;
   max-width: 90.52631578947368vw;
   display: flex;
   align-items: center;
   padding: 15px 0;
   font-size: 13px;
   font-weight: 500;
 }

 .m-breadcrumbs__item {
   margin: 0 30px 0 0;
   position: relative;
 }

 .m-breadcrumbs__item:after {
   position: absolute;
   content: "＞";
   right: -20px;
 }

 .m-breadcrumbs__item:last-child:after {
   content: none;
 }

 .m-breadcrumbs__link {
   text-decoration: underline;
   white-space: nowrap;
 }

 .m-breadcrumbs__link:hover {
   text-decoration: none;
   opacity: 1;
 }

 .m-breadcrumbs--sp {
   display: none;
 }

 .m-breadcrumbs--sp__item:last-child {
   margin: 0;
 }

 .m-case-item a {
   padding-bottom: 20px;
   display: block;
   background: #fff;
   position: relative;
   box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
   margin: 0 0 5px;
 }

 .m-case-item a:hover {
   opacity: 1;
 }

 .m-case-item a:hover .m-case-item__image img {
   transform: scale(1.1);
 }

 .m-case-item__image {
   margin: 0 0 21px;
   overflow: hidden;
 }

 .m-case-item__image img {
   max-width: none;
   width: 100%;
   transition: transform 0.3s;
 }

 .m-case-item__title {
   margin: 0 24px 10px;
   font-size: 15px;
   font-weight: 700;
 }

 .m-case-item__company {
   margin: 0 24px 10px;
   font-size: 14px;
 }

 .m-case-item__tags {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 5px 5px;
   gap: 5px 5px;
   margin: 0 24px;
 }

 .m-case-item__tag {
   position: relative;
   padding: 8px 15px 8px 30px;
   display: block;
   font-size: 13px;
   font-weight: 500;
   line-height: 16px;
   border: 1px solid #b2b2b2;
   border-radius: 3px;
 }

 .m-case-item__tag::before {
   position: absolute;
   content: '';
   width: 5px;
   height: 5px;
   left: 15px;
   top: 15px;
   background: #000;
 }

 .m-case-item__tag--purple::before {
   background: #c6858f;
 }

 .m-case-item__tag--green::before {
   background: #00bfb3;
 }

 .m-case-item__tag--blue::before {
   background: #00b5e2;
 }

 .m-case-item__tag--yellow::before {
   background: #ffb81c;
 }

 .m-check-page {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   background: #ecf6fb;
   padding: 0 0 150px;
 }

 .m-check-page--top {
   justify-content: center;
   padding: 100px 0 90px;
   overflow: hidden;
 }

 .m-check-page__title {
   padding: 64px 0 74px;
   font-size: 35px;
   font-weight: 700;
 }

 .m-check-page__title span {
   color: #009de6;
 }

 .m-check-page__cloud {
   position: absolute;
   z-index: 1;
 }

 .m-check-page__cloud--lefttop {
   top: 145px;
   left: 17.604166666666668vw;
 }

 .m-check-page__cloud--leftbottom {
   top: 570px;
   left: 6.770833333333333vw;
 }

 .m-check-page__cloud--righttop {
   top: 145px;
   right: 3.333333333333333vw;
 }

 .m-check-page__cloud--rightbottom {
   top: 570px;
   right: 2.135416666666667vw;
 }

 .m-check-page__cloud--smartphone {
   display: none;
 }

 .m-check-page__cloud--smartphone.m-check-page__cloud--leftbottom {
   left: 0;
   top: auto;
   bottom: 31px;
 }

 .m-check-page__cloud--smartphone.m-check-page__cloud--lefttop {
   left: 0;
   top: 21px;
 }

 .m-check-page__cloud--smartphone.m-check-page__cloud--righttop {
   right: 15px;
   top: 40px;
 }

 .m-check-page__cloud--smartphone.m-check-page__cloud--righttop-top {
   z-index: 5;
 }

 .m-check-page__person {
   position: absolute;
   z-index: 2;
 }

 .m-check-page__person--lefttop {
   top: 130px;
   left: -126px;
 }

 .m-check-page__person--leftbottom {
   top: 534px;
   left: calc(-82px + -34px);
 }

 .m-check-page__person--righttop {
   top: 56px;
   right: calc(-97px + -90px);
 }

 .m-check-page__person--rightbottom {
   top: 334px;
   right: calc(-172px + -52px);
 }

 .m-check-page__search {
   width: 107px;
   display: none;
 }

 .m-check-back {
   position: absolute;
   top: 40px;
   left: 40px;
   line-height: 1;
   font-weight: 700;
 }

 .m-check-back a {
   background-image: url("/img/common/ico_arrow_back01.svg");
   background-repeat: no-repeat;
   background-position: left center;
   padding: 0 0 0 20px;
   line-height: 1;
 }

 .m-check-show {
   padding: 20px 0 0;
 }

 .m-check-show a {
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
   width: 250px;
   height: 50px;
   border-radius: 25px;
   background: #009de6;
   box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
   color: #fff;
   font-weight: 600;
 }

 .m-check-step {
   position: relative;
   margin: 0 auto 30px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 58px;
   height: 58px;
   border-radius: 50%;
   font-size: 15px;
   line-height: 1;
   font-weight: 600;
 }

 .m-check-step__circle {
   position: relative;
   transform: rotate(-90deg);
 }

 .m-check-step__circle circle {
   fill: none;
 }

 .m-check-step__bg {
   stroke: #e0e0e0;
   stroke-width: 1;
 }

 .m-check-step__progress {
   stroke: #009de6;
   stroke-width: 4;
   stroke-dasharray: 163.362
     /* 2 * π * 26 */
   ;
   transition: stroke-dashoffset 1s;
 }

 .m-check-step__progress--progress20 {
   stroke-dashoffset: calc(163.362 * (1 - 0.2));
 }

 .m-check-step__progress--progress25 {
   stroke-dashoffset: calc(163.362 * (1 - 0.25));
 }

 .m-check-step__progress--progress40 {
   stroke-dashoffset: calc(163.362 * (1 - 0.4));
 }

 .m-check-step__progress--progress50 {
   stroke-dashoffset: calc(163.362 * (1 - 0.5));
 }

 .m-check-step__progress--progress60 {
   stroke-dashoffset: calc(163.362 * (1 - 0.6));
 }

 .m-check-step__progress--progress75 {
   stroke-dashoffset: calc(163.362 * (1 - 0.75));
 }

 .m-check-step__progress--progress80 {
   stroke-dashoffset: calc(163.362 * (1 - 0.8));
 }

 .m-check-step__progress--progress100 {
   stroke-dashoffset: calc(163.362 * (1 - 1));
 }

 .m-check-step__text {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }

 .m-check-step__denominator {
   margin: 8px 0 0;
   color: #009de6;
 }

 .m-check-step__denominator:before {
   position: absolute;
   top: 50%;
   left: calc(50% - 10px);
   content: "";
   width: 20px;
   height: 1px;
   background: #ababab;
 }

 .m-check-list {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-gap: 10px;
   gap: 10px;
 }

 .m-check-list .m-check-list__item input {
   display: none;
 }

 .m-check-list .m-check-list__item a,
 .m-check-list .m-check-list__item label span {
   display: block;
   min-width: 200px;
   height: 100%;
   cursor: pointer;
   padding: 11px 11px;
   text-align: center;
   border: 2px solid #009de6;
   border-radius: 5px;
   font-weight: 700;
 }

 .m-check-list .m-check-list__item a:hover,
 .m-check-list .m-check-list__item label span:hover {
   color: #009de6;
   opacity: 1;
 }

 .m-check-result {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   grid-gap: 30px;
   gap: 30px;
   margin: 0 0 30px;
 }

 .m-check-result__item {
   width: 280px;
   display: flex;
   position: relative;
   grid-gap: 10px;
   gap: 10px;
   cursor: pointer;
   flex-direction: column;
   justify-content: center;
   padding: 18px;
   border-radius: 10px;
   border: 3px solid #009de6;
   text-align: center;
 }

 .m-check-result__item:hover {
   background: #e5f5fd;
   opacity: 1;
 }

 .m-check-result__item:after {
   content: url("/img/service/check/ico_blank.svg");
   position: absolute;
   bottom: 0;
   right: 10px;
 }

 .m-check-result__item img {
   width: 36px;
   display: block;
   margin: 0 auto;
 }

 .m-check-result__name {
   margin: 0 0 10px;
   font-size: 17px;
   color: #009de6;
   line-height: 1.4;
   font-weight: 700;
 }

 .m-check-result__category {
   padding: 8px;
   width: 140px;
   margin: 0 auto;
   text-align: center;
   border-radius: 3px;
   background: #fff;
   border: 1px solid #b2b2b2;
   font-size: 1rem;
 }

 .m-check-answer {
   padding: 30px 35px;
   background: #f4f4f3;
   border-radius: 10px;
 }

 .m-check-answer__title {
   margin: 0 0 15px;
   font-size: 15px;
   display: flex;
   align-items: center;
   font-weight: 700;
 }

 .m-check-answer__title:before {
   content: url("/img/common/ico_search.svg");
   padding: 6px 0 0 0;
   margin: 0 10px 0 0;
 }

 .m-check-answer__choise {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-gap: 30px;
   gap: 30px;
   margin: 0 0 20px;
 }

 .m-check-answer__number {
   margin: 0 0 8px;
   font-size: 15px;
   font-weight: 700;
   color: #009de6;
 }

 .m-check-answer__category {
   padding: 10px;
   width: 100%;
   text-align: center;
   border-radius: 5px;
   background: #fff;
   border: 2px solid #d9d9d6;
   font-size: 13px;
   font-weight: 700;
 }

 .m-check-answer__back {
   display: block;
   width: 80px;
   margin: 0 0 0 auto;
 }

 .m-check-answer__back a {
   font-size: 14px;
   display: flex;
   align-items: center;
   font-weight: 600;
 }

 .m-check-answer__back a:before {
   display: block;
   content: url("/img/common/ico_arrow_back01.svg");
   margin: 0 14px 0 0;
   padding: 4px 0 0;
 }

 .m-check-modal {
   display: none;
   position: fixed;
   z-index: 11;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.8);
 }

 .m-check-modal__content {
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 12;
   background: #fff;
   margin: 5% auto;
   padding: 70px;
   width: 1000px;
   border-radius: 10px;
 }

 .m-check-modal__title {
   margin: 0 0 35px;
   text-align: center;
   font-size: 22px;
   color: #009de6;
   font-weight: 700;
 }

 .m-check-modal__list {
   display: flex;
   grid-gap: 50px;
   gap: 50px;
   justify-content: center;
 }

 .m-check-modal__item {
   width: 250px;
 }

 .m-check-modal__item a {
   display: block;
   padding: 18px;
   text-align: center;
   border: 1px solid #707070;
   border-radius: 5px;
   font-weight: 700;
   background-image: url("/img/common/ico_arrow_right02.svg");
   background-repeat: no-repeat;
   background-position: 95% center;
 }

 .m-check-modal__item a:hover {
   color: #009de6;
   opacity: 1;
 }

 .m-check-modal__close {
   color: #707070;
   line-height: 1;
   position: absolute;
   top: 20px;
   right: 20px;
   font-size: 28px;
   cursor: pointer;
 }

 .m-column-filter {
   margin: 0 0 50px;
   padding: 25px 20px;
   background: rgba(217, 217, 214, 0.2);
 }

 .m-column-filter__title {
   margin: 0 0 20px;
   font-size: 18px;
   font-weight: 700;
   line-height: 1;
 }

 .m-column-filter__title:before {
   content: url("/img/common/ico_search.svg");
   margin: 0 5px 0 0;
   padding: 3px 0 0;
 }

 .m-column-filter__label {
   margin: 0 0 10px;
 }

 .m-column-filter__link {
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   grid-gap: 10px 10px;
   gap: 10px 10px;
   margin: 0 0 30px;
 }

 .m-column-filter__tag {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 10px 10px;
   gap: 10px 10px;
   margin: 0;
 }

 .m-column-recommend {
   margin: 0 0 50px;
 }

 .m-column-recommend__post {
   list-style: none;
   margin: 0 0 30px;
 }

 .m-column-recommend__post a {
   display: flex;
   grid-gap: 20px;
   gap: 20px;
 }

 .m-column-recommend__post a:hover {
   opacity: 1;
 }

 .m-column-recommend__post a:hover .m-column-recommend__title {
   color: #009de6;
   text-decoration: underline;
 }

 .m-column-recommend__image {
   padding: 5px 0 0;
   width: 100px;
   overflow: hidden;
 }

 .m-column-recommend__text {
   flex: 1 1;
 }

 .m-column-recommend__title {
   margin: 0 0 10px;
   font-size: 15px;
   font-weight: 700;
 }

 .m-column-recommend__date {
   font-size: 13px;
 }

 .m-csr-report {
   padding: 35px 45px;
   border-radius: 5px;
 }

 .m-csr-report__heading {
   display: flex;
   align-items: center;
   grid-gap: 10px;
   gap: 10px;
   margin: 0 0 20px;
   font-size: 18px;
   font-weight: 700;
 }

 .m-csr-report--programing {
   background: #fffbf3;
 }

 .m-csr-report--drone {
   background: #f2fcfb;
 }

 .m-csr-report--bag {
   background: #f4f7fc;
 }

 .m-csr-report--ict {
   background: #fcf9f9;
 }

 .m-csr-report__list {
   display: flex;
   flex-direction: column;
   grid-gap: 10px;
   gap: 10px;
 }

 .m-csr-report__item a {
   position: relative;
   display: flex;
   grid-gap: 20px;
   gap: 20px;
   width: 100%;
   padding: 12px 25px;
   background: #fff;
 }

 .m-csr-report__item a:hover {
   opacity: 1;
 }

 .m-csr-report__item a:hover .m-csr-report__title {
   opacity: 1;
   color: #009de6;
   text-decoration: underline;
 }

 .m-csr-report__item a:after {
   content: url("/img/common/ico_arrow_right02.svg");
   position: absolute;
   right: 15px;
   top: calc(50% - 15px);
 }

 .m-csr-report__date {
   font-size: 15px;
 }

 .m-csr-report__title {
   font-size: 15px;
   flex: 1 1;
   font-weight: 700;
 }

 .m-csr-post__title {
   margin: 0 0 30px;
   font-size: 30px;
   font-weight: 700;
 }

 .m-csr-post__image {
   margin: 0 0 30px;
 }

 .m-csr-post__outline {
   margin: 0 0 30px;
 }

 .p-download-image {
   margin: 0 0 50px;
 }

 .m-event-labels {
   display: flex;
   align-items: center;
   grid-gap: 10px;
   gap: 10px;
   flex-wrap: wrap;
   margin: 0 0 10px;
 }

 .m-event-labels li {
   color: #707070;
   padding: 5px 22px;
   font-size: 13px;
   font-weight: 500;
   background: #f0f0f0;
   border-radius: 3px;
   white-space: nowrap;
 }

 .m-event-labels li.m-event-label__status-open {
   color: #009de6;
   background: rgba(0, 157, 230, 0.1);
 }

 .m-event-labels li.m-event-label__status-start {
   color: #00bab3;
   background: rgba(0, 186, 179, 0.1);
 }

 .m-event-labels li.m-event-label__status-end {
   color: #c6858f;
   background: rgba(198, 133, 143, 0.1);
 }

 .m-event-labels li.m-event-label__status-close {
   color: #53565a;
   background: #d9d9d6;
 }

 .m-event-filter__content {
   margin: 0 auto 50px;
   max-width: 90.52631578947368vw;
   padding: 30px;
   background: rgba(217, 217, 214, 0.2);
 }

 .m-event-filter__title {
   margin: 0 0 13px;
   padding-left: 35px;
   font-size: 18px;
   font-weight: 700;
   position: relative;
 }

 .m-event-filter__title:before {
   position: absolute;
   left: 0;
   top: 3px;
   content: url("/img/common/ico_search.svg");
 }

 .m-event-filter__box {
   padding: 20px 30px;
   border-radius: 3px;
   background: #fff;
 }

 .m-event-filter__box-category {
   margin: 0 0 22px;
 }

 .m-event-filter__box-option .m-event-filter__type {
   padding: 15px 0 0;
 }

 .m-event-filter__status {
   padding-bottom: 20px;
   border-bottom: 1px solid #d9d9d6;
 }

 .m-event-filter__overlay {
   position: relative;
   z-index: 1;
 }

 .m-event-filter__overlay.is-disabled:before {
   position: absolute;
   content: "";
   z-index: 2;
   width: 100%;
   height: 100%;
   opacity: 0.7;
   background: #000;
   border-radius: 3px;
 }

 .m-event-filter__type {
   display: flex;
   align-items: center;
 }

 .m-event-filter__label {
   width: 105px;
 }

 .m-event-filter__select {
   flex: 1 1;
   display: flex;
   flex-direction: column;
   grid-gap: 10px 10px;
   gap: 10px 10px;
   padding-left: 30px;
   border-left: 1px solid #d9d9d6;
 }

 .m-event-filter__checks {
   display: flex;
   grid-gap: 10px 10px;
   gap: 10px 10px;
   flex-wrap: wrap;
 }

 .m-event-outline {
   margin: 0 0 20px;
   display: flex;
 }

 .m-event-outline__label {
   width: 120px;
   margin: 0 15px 0 0;
   border-right: 1px solid #d9d9d6;
   font-weight: 700;
 }

 .m-event-outline__text {
   flex: 1 1;
 }

 .m-event-entry {
   display: none;
 }

 .m-event-entry.is-active {
   display: block;
   position: sticky;
   top: 120px;
   left: 0;
 }

 .m-event-entry a {
   display: block;
   text-align: center;
   padding: 23px;
   border-radius: 5px;
   background: #2862b8;
   color: #fff;
 }

 .m-event-entry a:hover {
   opacity: 1;
 }

 .m-event-entry a:before {
   content: url("/img/common/ico_triangle_right_white.svg");
   margin: 0 20px 0 0;
   display: inline-block;
   transform: rotate(-90deg);
 }

 .m-faq-block {
   margin: 0 0 35px;
 }

 .m-faq-block__question,
 .m-faq-block__answer {
   border-bottom: 1px solid #d9d9d6;
 }

 .m-faq-block__question:before,
 .m-faq-block__answer:before {
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   font-size: 20px;
   font-weight: 700;
 }

 .m-faq-block__question {
   position: relative;
   padding: 0 30px 30px 55px;
   font-size: 20px;
   font-weight: 700;
   cursor: pointer;
 }

 .m-faq-block__question:before {
   content: "Q";
   background: #00b5e2;
   color: #fff;
 }

 .m-faq-block__question:after {
   position: absolute;
   right: 0;
   top: 3px;
   width: 20px;
   height: 20px;
   content: "";
   background-image: url("/img/common/ico_faq-plus.svg");
   background-repeat: no-repeat;
   background-position: center center;
 }

 .m-faq-block__question.is-active:after {
   background-image: url("/img/common/ico_faq-minus.svg");
 }

 .m-faq-block__answer {
   display: none;
   position: relative;
   padding: 30px 0 30px 55px;
 }

 .m-faq-block__answer:before {
   content: "A";
   border: 1px solid #009de6;
   color: #00b5e2;
   top: 30px;
 }

 .m-faq-block__answer.is-active {
   display: block;
 }

 .m-links {
   display: flex;
   justify-content: center;
   grid-gap: 50px;
   gap: 50px;
 }

 .m-modal-gallery {
   display: flex;
   flex-wrap: wrap;
 }

 .m-modal-gallery--horizon {
   flex-wrap: nowrap;
   overflow-x: scroll;
   grid-gap: 20px;
   gap: 20px;
 }

 .m-modal-gallery--horizon .m-modal-gallery__thumbnnail {
   flex-shrink: 0;
 }

 .m-modal-gallery__thumbnnail {
   width: 300px;
   aspect-ratio: 3/2;
   overflow: hidden;
 }

 .m-modal-gallery__thumbnnail img {
   width: 100%;
 }

 .m-modal-slider {
   display: none;
   position: fixed;
   z-index: 19;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   background-color: rgba(0, 0, 0, 0.82);
 }

 .m-modal-slider__content {
   position: relative;
   margin: 10vh auto;
   padding: 0;
   height: 80vh;
   width: 80%;
   max-width: 700px;
 }

 .m-modal-slider__image {
   position: absolute;
   top: 50%;
   left: 50%;
   width: auto;
   max-width: 100%;
   height: auto;
   max-height: 80vh;
   transform: translate(-50%, -50%);
 }

 .m-modal-slider__close,
 .m-modal-slider__prev,
 .m-modal-slider__next {
   position: absolute;
   color: #fff;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   user-select: none;
 }

 .m-modal-slider__close {
   right: 20px;
   top: 20px;
   font-size: 30px;
   font-weight: 100;
   transform: none;
 }

 .m-modal-slider__prev,
 .m-modal-slider__next {
   top: 50%;
   width: 60px;
   height: 60px;
   border-bottom: 3px solid #fff;
   border-right: 3px solid #fff;
 }

 .m-modal-slider__prev {
   left: 5%;
   transform: rotate(135deg);
 }

 .m-modal-slider__next {
   right: 5%;
   transform: rotate(-45deg);
 }

 .m-news-header {
   position: relative;
 }

 .m-news-search {
   position: absolute;
   right: 0;
   top: 66px;
   width: calc(100% - 670px);
   padding: 10px;
   background: #f8f8f7;
   border-radius: 3px;
 }

 .m-news-search__form {
   display: flex;
   padding: 13px 20px;
   border: 1px solid #b7b7b7;
   border-radius: 5px;
   background: #fff;
 }

 .m-news-search__input {
   width: calc(100% - 83px);
   font-size: 16px;
 }

 .m-news-search__input:focus {
   outline: none;
 }

 .m-news-search__submit {
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   overflow: hidden;
   width: 83px;
   height: 30px;
   background: #009de6;
   border-radius: 5px;
   font-size: 14px;
   color: #fff;
 }

 .m-news-search__submit:before {
   display: block;
   content: "";
   margin: 0 10px 0 0;
   width: 16px;
   height: 16px;
   background-image: url("/img/common/ico_footer_search.svg");
   background-repeat: no-repeat;
   background-size: 100% auto;
 }

 .m-news-filter {
   margin: 0 0 50px;
   padding: 30px 60px;
   background: #f8f8f7;
   border-radius: 3px;
 }

 .m-news-filter__date {
   display: flex;
   align-items: center;
   margin: 0 0 20px;
   grid-gap: 5px;
   gap: 5px;
 }

 .m-news-filter__unit {
   margin: 0 5px 0 0;
 }

 .m-news-filter__category {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 10px;
   gap: 10px;
 }

 .m-news-status {
   display: flex;
   align-items: center;
   grid-gap: 10px;
   gap: 10px;
   margin: 0 0 10px;
 }

 .m-news-status__date {
   font-size: 15px;
 }

 .m-news-status__new {
   padding: 5px 15px;
   font-size: 13px;
   font-weight: 500;
   color: #bb1212;
   border: 1px solid #bb1212;
   border-radius: 3px;
 }

 .m-news-status__category {
   padding: 5px 15px;
   font-size: 13px;
   border: 1px solid #b2b2b2;
   border-radius: 3px;
 }

 .m-news-item {
   margin: 0 0 10px;
 }

 .m-news-item a {
   padding: 20px 45px 20px 20px;
   display: block;
   background-image: url("/img/common/ico_arrow_right02.svg");
   background-repeat: no-repeat;
   background-position: calc(100% - 20px) center;
   border: 1px solid #cdcdcd;
   border-radius: 3px;
 }

 .m-news-item a:hover {
   opacity: 1;
   background-image: url("/img/common/ico_arrow_right02-blue.svg");
 }

 .m-news-item a:hover .m-news-item__title {
   color: #009de6;
   text-decoration: underline;
 }

 .m-news-item__title {
   position: relative;
   font-size: 15px;
   font-weight: 700;
 }

 .m-news-item--pdf .m-news-item__title:after {
   display: inline-block;
   content: url("/img/common/ico_pdf.svg");
   width: 39px;
   height: 21px;
   vertical-align: text-bottom;
   margin: 0 0 0 15px;
 }

 .m-news-item--blank .m-news-item__title:after {
   display: inline-block;
   content: url("/img/common/ico_blank.svg");
   width: 19px;
   height: 19px;
   margin: 0 0 0 15px;
   vertical-align: text-bottom;
 }

 .m-news-contact {
   margin: 0 0 50px;
   padding: 30px;
   text-align: center;
   background: #f1faff;
   border-radius: 3px;
 }

 .m-news-contact__title {
   margin: 0 0 10px;
   font-size: 20px;
   font-weight: 700;
   color: #009de6;
 }

 .m-outline-item {
   display: flex;
   margin: 0 0 25px;
   padding: 0 0 25px;
   border-bottom: 1px solid #d9d9d6;
 }

 .m-outline-item--last {
   border-bottom: none;
   margin: 0;
 }

 .m-outline-item__title {
   position: relative;
   width: 300px;
   padding: 0 0 0 40px;
   /* font-size: 18px; */
   font-size: 18px;
   font-weight: 700;
 }

 .m-outline-item__title:before {
   position: absolute;
   top: 14px;
   left: 0;
   content: "";
   width: 25px;
   height: 3px;
   background: #707070;
 }

 .m-outline-item__text {
   flex: 1 1;
   font-size: 16px;
 }

 .m-post-index {
   margin: 0 0 50px;
   padding: 50px 30px 40px;
   background: #f8f8f7;
 }

 .m-post-index__title {
   margin: 0 0 30px;
   font-size: 20px;
   font-weight: 700;
 }

 .m-post-index__title:before {
   content: url("/img/common/ico_index.svg");
   margin: 0 10px 0 0;
 }

 .m-post-index li {
   margin: 0 0 10px;
 }

 .m-post-index ol {
   position: relative;
   z-index: 1;
   list-style-type: decimal;
   margin: 0 0 0 20px;
 }

 .m-post-index ul {
   list-style-type: square;
   padding: 8px 0 0;
   margin: 0 0 0 20px;
 }

 .m-post-index__more {
   position: relative;
   display: none;
   z-index: 2;
   margin: -30px 0 0;
   height: 32px;
   background: linear-gradient(rgba(248, 248, 247, 0.6) 0%, #f8f8f7 100%);
   cursor: pointer;
   text-align: center;
   text-decoration: underline;
 }

 .m-post-index__more.is-active {
   display: block;
 }

 .m-post {
   margin: 0 0 50px;
 }

 .m-post__state {
   display: flex;
   grid-gap: 10px;
   gap: 10px;
   align-items: center;
   margin: 0 0 30px;
 }

 .m-post h2 {
   position: relative;
   margin: 0 0 20px;
   padding: 0 0 15px;
   font-size: 25px;
   font-weight: 700;
   line-height: 1;
   border-bottom: 2px solid #d9d9d6;
 }

 .m-post h2:before {
   position: absolute;
   content: "";
   bottom: -2px;
   left: 0;
   width: 50px;
   height: 2px;
   background: #009de6;
 }

 .m-post h3 {
   position: relative;
   margin: 0 0 20px;
   padding-left: 22px;
   font-size: 20px;
   font-weight: 700;
 }

 .m-post h3:before {
   position: absolute;
   left: 0;
   top: 12px;
   content: "";
   width: 12px;
   height: 12px;
   background: #009de6;
 }

 .m-post h4 {
   position: relative;
   margin: 0 0 15px;
   padding: 0 0 0 15px;
   font-size: 20px;
   font-weight: 700;
 }

 .m-post h4:before {
   position: absolute;
   content: "";
   left: 0;
   top: 5px;
   width: 5px;
   height: 25px;
   background: #d9d9d6;
 }

 .m-post h5 {
   position: relative;
   margin: 0 0 15px;
   padding: 0 0 0 25px;
   font-size: 18px;
 }

 .m-post h5:before {
   position: absolute;
   top: 18px;
   left: 0;
   content: "";
   width: 15px;
   height: 1px;
   background: #3e3e3e;
 }

 .m-post p {
   margin: 0 0 30px;
 }

 .m-post a {
   color: #009de6;
 }

 .m-post a:hover {
   opacity: 1;
   text-decoration: underline;
 }

 .m-post ul {
   margin: 0 0 30px;
 }

 .m-post ul li {
   position: relative;
   padding: 0 0 0 20px;
   margin: 0 0 10px;
 }

 .m-post ul li:before {
   position: absolute;
   left: 0;
   top: 12px;
   content: "";
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #009de6;
 }

 .m-post ul li ul {
   padding: 5px 0 0 0;
   margin: 0;
 }

 .m-post ol {
   margin: 0 0 30px 22px;
   counter-reset: section;
 }

 .m-post ol li {
   margin: 0 0 10px;
   text-indent: -25px;
 }

 .m-post ol li:before {
   counter-increment: item;
   content: counter(item) '.';
   padding: 0 1rem 0 0;
   font-weight: 700;
   color: #009de6;
 }

 .m-post ol li>ol {
   margin: 10px 0 10px 22px;
 }

 .m-post img {
   display: inline;
 }

 .m-post table {
   border-collapse: separate;
   border-spacing: 5px;
   width: 100%;
   table-layout: auto;
 }

 .m-post table caption {
   padding: 20px;
   text-align: left;
   background: rgba(0, 157, 230, 0.2);
   margin: 5px 5px 0;
   font-weight: 700;
 }

 .m-post table th {
   padding: 20px;
   text-align: left;
   background: rgba(0, 157, 230, 0.2);
 }

 .m-post table td {
   padding: 20px;
   background: rgba(217, 217, 214, 0.1);
 }

 .m-post table td ul {
   margin: 0;
 }

 .m-post table td p:last-child {
   margin: 0;
 }

 .m-post table td a {
   color: #009de6;
   text-decoration: underline;
 }

 .m-post .m-anchor__list {
   padding: 0;
 }

 .m-post .m-anchor__list:before {
   content: none;
 }

 .m-post .m-anchor-link {
   color: inherit;
 }

 .m-post .m-anchor-link:hover {
   text-decoration: none;
 }

 .m-post-navigation__layout {
   display: flex;
   justify-content: center;
   grid-gap: 60px;
   gap: 60px;
 }

 .m-post-navigation__link a {
   font-size: 18px;
   display: flex;
 }

 .m-post-navigation__link a:before,
 .m-post-navigation__link a:after {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 35px;
   height: 35px;
   text-align: center;
   color: #00b5e2;
   border: 1px solid #009de6;
   border-radius: 50%;
 }

 .m-post-navigation__link a:hover {
   opacity: 1;
   color: #009de6;
 }

 .m-post-navigation__link a:hover:before,
 .m-post-navigation__link a:hover:after {
   background: #eff7fb;
 }

 .m-post-navigation__link--prev a:before {
   content: "<";
   margin: 0 20px 0 0;
 }

 .m-post-navigation__link--next a:after {
   content: ">";
   margin: 0 0 0 20px;
 }

 .m-post-change {
   display: flex;
   grid-gap: 60px;
   gap: 60px;
 }

 .m-post-change__item {
   flex: 1 1;
   position: relative;
   padding: 24px 30px;
   background: #fff;
   border-radius: 3px;
   border: 1px solid #d9d9d6;
 }

 .m-post-change__item--after {
   border: 1px solid #009de6;
 }

 .m-post-change__item--after:before {
   content: url("/img/common/ico_circle-right.svg");
   position: absolute;
   left: -35px;
   top: calc(50% - 10px);
 }

 .m-post-change__item p {
   font-size: 18px;
   font-weight: 700;
 }

 .m-post-change__label {
   margin: 0 0 5px;
   font-weight: 700;
   /* font-size: 20px; */
   font-size: 20px;
   font-family: 'Verdana', "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
   color: #707070;
 }

 .m-post-change__label--after {
   color: #009de6;
 }

 .m-post-links {
   display: flex;
   align-items: center;
   margin: 0 0 100px;
   padding: 20px 55px;
   background: #f8f8f7;
 }

 .m-post-links__label {
   margin: 0 20px 0 0;
   font-weight: 600;
 }

 .m-post-links__link {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 10px;
   gap: 10px;
   flex: 1 1;
 }

 .m-post-action {
   display: flex;
   justify-content: center;
   grid-gap: 48px;
   gap: 48px;
   margin: 0 0 50px;
 }

 .m-post-action--service {
   margin: 0 0 100px;
 }

 .m-post-action__item {
   padding: 45px 60px;
   flex: 1 1;
   border: 10px solid #d9d9d6;
   max-width: 576px;
 }

 .m-post-action__label {
   margin: 0 0 13px;
   font-size: 22px;
   font-weight: 700;
   color: #2862b8;
 }

 .m-post-action__label--download {
   color: #009de6;
 }

 .m-post-action__text {
   margin: 0 0 15px;
 }

 .m-relation {
   position: relative;
   z-index: 1;
   padding: 50px 0;
   background: #fafafa;
 }

 .m-relation__list {
   margin: 0 0 50px;
 }

 .m-relation__link {
   position: relative;
   z-index: 2;
 }

 .m-service-list {
   margin: 0 0 100px;
 }

 .m-service-other {
   padding: 35px 55px;
   background: #f8f8f7;
 }

 .m-service-other__title {
   font-size: 20px;
   margin: 0 0 20px;
   text-align: center;
   font-weight: 700;
 }

 .m-service-other__links {
   display: flex;
   grid-gap: 50px;
   gap: 50px;
 }

 .m-service-other__link {
   flex: 1 1;
 }

 .m-service-other__link a {
   position: relative;
   display: block;
   width: 100%;
   padding: 10px;
   text-align: center;
   background: #fff;
   border-radius: 5px;
   border: 1px solid #b2b2b2;
   font-size: 16px;
   font-weight: 500;
 }

 .m-service-other__link a:hover {
   opacity: 1;
   color: #009de6;
 }

 .m-service-other__link a:after {
   content: url("/img/common/ico_arrow_right02.svg");
   position: absolute;
   right: 15px;
   top: 12px;
 }

 .m-service-search {
   margin: 0 0 50px;
 }

 .m-service-search__tab {
   display: flex;
   grid-gap: 20px;
   gap: 20px;
 }

 .m-service-search__tab li {
   flex: 1 1;
 }

 .m-service-search__tab li p {
   position: relative;
   background: #f8f8f7;
   text-align: center;
   padding: 13px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   font-weight: 500;
 }

 .m-service-search__tab li p:after {
   content: url("/img/common/ico_triangle_right_blue.svg");
   position: absolute;
   right: 15px;
   top: 12px;
   transform: rotate(90deg);
 }

 .m-service-search__tab li a {
   position: relative;
   display: block;
   border: 1px solid #b2b2b2;
   border-radius: 5px;
   text-align: center;
   margin: 0 0 5px 0;
   padding: 8px;
   font-weight: 500;
 }

 .m-service-search__tab li a:hover {
   opacity: 1;
   color: #009de6;
 }

 .m-service-search__tab li a:after {
   content: url("/img/common/ico_arrow_right02.svg");
   position: absolute;
   right: 15px;
   top: 9px;
 }

 .m-service-search__container {
   display: flex;
   flex-direction: column;
   grid-gap: 20px;
   gap: 20px;
   background: #f8f8f7;
   padding: 30px 40px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
 }

 .m-service-search__category {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 10px 15px;
   gap: 10px 15px;
   font-weight: 500;
 }

 .m-slider-pagination {
   z-index: 8;
 }

 .m-slider-next.swiper-button-next,
 .m-slider-prev.swiper-button-prev {
   width: 55px;
   height: 55px;
 }

 .m-slider-next.swiper-button-next:after,
 .m-slider-prev.swiper-button-prev:after {
   display: none;
 }

 .m-slider-next.swiper-button-next {
   background: url("/img/common/ico_slide_next.svg") no-repeat 50% 50%/contain;
   right: 0px;
 }

 .m-slider-prev.swiper-button-prev {
   background: url("/img/common/ico_slide_prev.svg") no-repeat 50% 50%/contain;
   left: 0;
 }

 .p-case-pickup {
   position: relative;
   padding: 0 25px;
   margin: 0 0 75px;
 }

 .p-case-pickup:after {
   content: "";
   position: absolute;
   z-index: -1;
   top: 36px;
   left: 0;
   width: 100%;
   height: 140px;
   background: #f1faff;
 }

 .p-case-pickup__heading {
   margin: 0 0 35px;
   text-align: center;
   color: #009de6;
   font-size: 40px;
   font-weight: 700;
   font-family: 'Verdana', "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
 }

 .p-case-pickup__pagination {
   z-index: 8;
 }

 .p-case-pickup__next.swiper-button-next,
 .p-case-pickup__prev.swiper-button-prev {
   width: 55px;
   height: 55px;
 }

 .p-case-pickup__next.swiper-button-next:after,
 .p-case-pickup__prev.swiper-button-prev:after {
   display: none;
 }

 .p-case-pickup__next.swiper-button-next {
   background: url("/img/common/ico_slide_next.svg") no-repeat 50% 50%/contain;
   right: 0px;
 }

 .p-case-pickup__prev.swiper-button-prev {
   background: url("/img/common/ico_slide_prev.svg") no-repeat 50% 50%/contain;
   left: 0;
 }

 .p-case-pickup__slider {
   padding: 0 25px 50px;
 }

 .p-case-filter {
   margin: 0 0 50px;
   padding: 30px;
   background: #f8f8f7;
 }

 .p-case-filter__title {
   position: relative;
   margin: 0 0 30px;
   padding: 0 0 0 33px;
   font-size: 18px;
   font-weight: 700;
 }

 .p-case-filter__title:before {
   position: absolute;
   left: 0;
   top: 3px;
   content: url("/img/common/ico_search.svg");
 }

 .p-case-filter__items {
   display: flex;
   margin: 0 0 0 30px;
 }

 .p-case-filter__all {
   margin: 0 50px 0 0;
 }

 .p-case-filter__select {
   padding: 0 0 0 50px;
   border-left: 1px solid #d9d9d6;
 }

 .p-case-filter__select {
   display: flex;
   flex-direction: column;
   grid-gap: 30px;
   gap: 30px;
 }

 .p-case-filter__type {
   display: flex;
 }

 .p-case-filter__label {
   width: 160px;
   font-size: 15px;
 }

 .p-case-filter__checks {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 10px 15px;
   gap: 10px 15px;
   flex: 1 1;
 }

 .p-case-header {
   position: relative;
   z-index: 2;
   display: flex;
   grid-gap: 60px;
   gap: 60px;
 }

 .p-case-header__left {
   width: 587px;
 }

 .p-case-header__image {
   margin: 0 0 10px;
 }

 .p-case-header__category {
   margin: 0 0 30px;
 }

 .p-case-header__right {
   flex: 1 1;
 }

 .p-case-header__heading {
   margin: 0 0 25px;
   /* font-size: 28px; */
   font-size: 28px;
   font-weight: 700;
 }

 .p-case-header__company {
   margin: 0 0 20px;
   font-weight: 700;
   font-size: 16px;
 }

 .p-case-header__business {
   display: flex;
   margin: 0;
 }



 .p-case-header__label {
   position: relative;
   margin: 0 20px 15px 0;
   width: 140px;
   font-size: 16px;
 }

 .p-case-header__label:after {
   position: absolute;
   right: 0;
   top: 6px;
   content: "";
   width: 1px;
   height: 15px;
   background: #707070;
 }

 .p-case-header__text {
   flex: 1 1;
   font-size: 16px;
   margin: 0;
 }

 .p-case-outline {
   position: relative;
   z-index: 1;
   margin: 0 0 50px;
   padding: 30px 0 50px;
   background: #fafafa;
 }

 .p-case-outline__action {
   display: flex;
   justify-content: center;
   grid-gap: 30px;
   gap: 30px;
   margin: 0 0 40px;
 }

 .p-check-start {
   position: relative;
   z-index: 3;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin: 0 auto;
   width: 730px;
   height: 730px;
   border-radius: 50%;
   background: #fff;
 }

 .p-check-start__image--smartphone {
   display: none;
 }

 .p-check-start img {
   margin: 0 0 8px;
 }

 .p-check-start__title {
   margin: 0 0 14px;
   font-size: 5.6rem;
   font-weight: 900;
 }

 .p-check-start__title span {
   color: #009de6;
 }

 .p-check-start p {
   margin: 0 0 40px;
   font-size: 26px;
   font-weight: 600;
 }

 .p-check-start a {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 400px;
   height: 70px;
   background: #009de6;
   filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.16));
   border-radius: 60px;
   font-size: 20px;
   font-weight: 900;
   color: #fff;
 }

 .p-check-start:after {
   content: url("/img/service/check/search.png");
   position: absolute;
   bottom: -90px;
   right: -125px;
   width: 337px;
   height: 290px;
 }

 .p-check-content {
   position: relative;
   z-index: 3;
   margin: 0 auto;
   padding: 50px 80px;
   width: 1000px;
   min-height: 440px;
   border-radius: 10px;
   background: #fff;
   box-shadow: 0px 0px 6px #e4eff3;
 }

 .p-check-content--answer {
   padding: 50px;
 }

 .p-check-content__title {
   margin: 0 0 20px;
   text-align: center;
   font-size: 25px;
   font-weight: 900;
 }

 .p-check-content__title span {
   color: #009de6;
 }

 .p-column-banner {
   margin: 0 0 50px;
 }

 .p-column-links {
   display: flex;
   flex-direction: column;
   grid-gap: 10px 10px;
   gap: 10px 10px;
   margin: 0 0 50px;
 }

 .p-column-links a:hover {
   opacity: 1;
   color: #009de6;
 }

 .p-column-post__date {
   display: flex;
   grid-gap: 50px;
   gap: 50px;
   margin: 0 0 30px;
 }

 .p-column-post__date li {
   font-size: 14px;
   font-weight: 700;
 }

 .p-column-post__title {
   margin: 0 0 30px;
   font-size: 30px;
 }

 .p-column-post__image {
   margin: 0 0 10px;
 }

 .p-column-post__category {
   display: flex;
   grid-gap: 10px;
   gap: 10px;
   margin: 0 0 30px;
 }

 .p-column-post__outline {
   margin: 0 0 30px;
 }

 .p-column-post__profile {
   margin: 0 0 50px;
 }

 .p-column-post__service {
   margin: 0 0 50px;
 }

 .p-column-relation {
   padding: 100px 0 0;
 }

 .p-column-relation .l-grid {
   margin: 0 0 30px;
 }

 .p-corporate-message__image {
   margin: 0 0 20px;
 }

 .p-corporate-message__text {
   margin: 0 0 20px;
 }

 .p-corporate-message__name {
   text-align: right;
 }

 .p-corporate-message__name p {
   display: inline-block;
   text-align: left;
   font-size: 14px;
 }

 .p-coporate-access-head {
   display: flex;
   grid-gap: 28px;
   gap: 28px;
   margin: 0 0 60px;
 }

 .p-coporate-access-head__image {
   width: 272px;
 }

 .p-coporate-access-head__text {
   flex: 1 1;
 }

 .p-coporate-access-head__address {
   display: flex;
   margin: 0 0 15px;
 }

 .p-coporate-access-head__address dt {
   width: 90px;
   font-size: 15px;
   font-weight: 700;
 }

 .p-coporate-access-head__address dd {
   flex: 1 1;
   padding: 0 0 0 20px;
   font-size: 14px;
   border-left: 1px solid #d9d9d6;
 }

 .p-corporate-hisoty-header {
   margin: 0 0 30px;
 }

 .p-corporate-hisoty-header--sp {
   display: none;
 }

 .p-coporate-access-list {
   padding: 20px 0;
   margin: -1px 0 0;
   border-top: 1px solid #d9d9d6;
   border-bottom: 1px solid #d9d9d6;
 }

 .p-coporate-access-list .c-heading05 {
   margin: 0 0 5px;
 }

 .p-coporate-access-list__address {
   margin: 0 0 5px;
   font-size: 14px;
 }

 .p-corporate-group {
   padding: 70px 0 140px;
 }

 .p-corporate-vision {
   padding: 64px 0 0;
   margin: 0 0 100px;
   z-index: 1;
   overflow: hidden;
 }

 .p-corporate-vision__container {
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   position: relative;
   grid-gap: 20px;
   gap: 20px;
 }

 .p-corporate-vision__title {
   margin: 0 0 44px;
 }

 .p-corporate-vision__title.c-heading02 {
   display: inline;
 }

 .p-corporate-vision__title:after {
   position: static;
 }

 .p-corporate-vision__english {
   margin: 0 0 56px;
   font-size: 15px;
   font-weight: 500;
   color: #afafaf;
 }

 .p-corporate-vision__copy {
   margin: 0 0 30px;
   font-size: 28px;
   color: #009de6;
 }

 .p-corporate-vision__text {
   flex: 1 1;
 }

 .p-corporate-vision__image {
   position: absolute;
   left: 670px;
   top: 0;
   bottom: 0;
   width: 50vw;
   background-image: url("/img/corporate/img-vision01.jpg");
   background-size: cover;
   background-position: left top;
   z-index: 0;
 }

 .p-corporate-theworld {
   max-width: 785px;
   margin: 0 auto;
 }

 .p-corporate-theworld__lead {
   margin: 0 0 30px;
   font-size: 20px;
   line-height: 2;
   text-align: center;
   font-weight: 500;
 }

 .p-corporate-theworld__text {
   margin: 0 0 50px;
   line-height: 2;
 }

 .p-corporate-problems {
   display: grid;
   grid-gap: 20px;
   gap: 20px;
   padding: 40px;
   background: #f5f5f5;
 }

 .p-corporate-problem {
   display: flex;
   align-items: center;
   grid-gap: 50px;
   gap: 50px;
   padding: 30px;
   background: #fff;
 }

 .p-corporate-problem__title {
   margin: 0 0 15px;
   font-size: 20px;
 }

 .p-corporate-problem__text {
   flex: 1 1;
 }

 .p-corporate-problem__image {
   width: 140px;
 }

 .p-csr-header {
   background-image: url("/img/corporate/csr/csr_mv.jpg");
   background-size: cover;
   background-position: center right;
   padding: 0 0 100px;
 }

 .p-csr-header__h1 {
   font-size: 35px;
 }

 .p-csr-header__h2 {
   margin: 0 0 35px;
   font-size: 28px;
   font-weight: 500;
   color: #2f6506;
 }

 .p-csr-container {
   padding: 60px 0 0;
 }

 .p-download-anchor {
   margin: 0 0 50px;
   background: #fff;
 }

 .p-download-anchor.is-scrolled {
   position: fixed;
   top: 120px;
   left: 50%;
   z-index: 10;
   width: 95%;
   max-width: 1200px;
   margin: 0 auto;
   transform: translateX(-50%);
 }

 .p-download-anchor.is-scrolled .p-download-anchor__lists {
   overflow: hidden;
   transition: max-height 0.5s ease-out;
   max-height: 0;
 }

 .p-download-anchor.is-scrolled .p-download-anchor__title {
   display: flex;
 }

 .p-download-anchor__title {
   display: none;
   align-items: center;
   margin: 0 0 10px;
   cursor: pointer;
   padding: 15px 20px;
   font-size: 18px;
   font-weight: 700;
   border-radius: 3px;
   background: #f8f8f7;
 }

 .p-download-anchor__title.is-active:after {
   background-image: url("/img/common/ico_minus.svg");
 }

 .p-download-anchor__title:before {
   content: url("/img/common/ico_index.svg");
   margin: 0 10px 0 0;
 }

 .p-download-anchor__title:after {
   content: "";
   background-image: url("/img/common/ico_plus.svg");
   background-repeat: no-repeat;
   background-size: 100%;
   width: 20px;
   height: 20px;
   margin: 0 0 0 auto;
 }

 .p-download-anchor__modal {
   display: block;
 }

 .p-download-anchor__modal.is-active {
   display: block;
 }

 .p-download-anchor__overlay {
   position: fixed;
   display: none;
   top: 0;
   left: 0;
   z-index: 1;
   overflow-y: scroll;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.82);
 }

 .p-download-anchor__close {
   display: none;
 }

 .p-download-anchor__lists {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-gap: 10px 10px;
   gap: 10px 10px;
   background: #fff;
 }

 .p-download-anchor__list a {
   display: flex;
   justify-content: space-between;
   padding: 15px;
   font-size: 14px;
   font-weight: 700;
   border-radius: 3px;
   background: #fff;
   border: 1px solid rgba(112, 112, 112, 0.56);
 }

 .p-download-anchor__list a:after {
   content: url("/img/common/ico_triangle_right_blue.svg");
   width: 4px;
   margin: 0 15px 0 0;
   transform: rotate(90deg);
 }

 .p-download-slider {
   margin: 0 0 50px;
 }

 .p-download-slider__container {
   position: relative;
 }

 .p-download-slider__swiper {
   overflow: hidden;
   max-width: 800px;
   max-height: 600px;
   position: relative;
   margin: 0 0 10px;
   aspect-ratio: 16/9;
   background: #eaeaea;
 }

 .p-download-slider__swiper img {
   width: auto;
   height: 100%;
   margin: 0 auto;
 }

 .p-download-slider__arrow {
   position: absolute;
   top: calc(50% - 10px);
   width: 24px;
   height: 20px;
   background-repeat: no-repeat;
   background-size: auto 100%;
   z-index: 5;
 }

 .p-download-slider__arrow--prev {
   background-image: url("/img/common/ico_prev.svg");
   left: 10px;
 }

 .p-download-slider__arrow--next {
   background-image: url("/img/common/ico_next.svg");
   right: 10px;
 }

 .p-download-slider__navigation {
   position: relative;
 }

 .p-download-slider__thumnail {
   margin: 0 0 50px;
   overflow: hidden;
   max-width: 800px;
   max-height: 160px;
   position: relative;
 }

 .p-download-slider__small {
   position: relative;
   aspect-ratio: 16/9;
   overflow: hidden;
   background: #eaeaea;
 }

 .p-download-slider__small img {
   width: auto !important;
   height: 100%;
   margin: 0 auto;
 }

 .p-download-slider__small:before {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   background: #000;
   opacity: 0.6;
 }

 .p-download-slider .swiper-slide-thumb-active:before {
   content: none;
 }

 .p-download-form {
   margin: 0 0 50px;
 }

 .p-event-detail__status {
   margin: 0 0 20px;
 }

 .p-event-detail__image {
   margin: 0 0 30px;
 }

 .p-event-detail__header {
   margin: 0 0 30px;
 }

 .p-event-detail__title {
   line-height: 4.40px;
   font-size: 30px;
   font-weight: 700;
 }

 .p-event-detail__subtitle1 {
   margin: 0 0 5px;
   font-size: 18px;
   font-weight: 500;
   color: #707070;
 }

 .p-event-detail__subtitle2 {
   padding-top: 5px;
   font-size: 18px;
   font-weight: 500;
   color: #707070;
 }

 .p-event-detail__category.c-category {
   margin: 0 0 30px;
 }

 .p-event-detail__table {
   margin: 0 0 50px;
 }

 .p-event-side {
   height: 100%;
   position: relative;
 }

 .p-event-side__form {
   margin: 0 0 30px;
   padding: 30px 15px 20px;
   position: relative;
 }

 .p-event-side__title {
   margin: 0 0 20px;
   padding: 0 0 10px;
   text-align: center;
   border-bottom: 2px solid #d9d9d6;
   font-size: 16px;
   font-weight: 700;
 }

 .p-event-side__link {
   margin: 0 0 20px;
 }

 .p-event-side__link.is-active {
   display: block;
   position: sticky;
   top: 140px;
 }

 .p-event-side__link a {
   display: block;
   padding: 14px 35px;
   text-align: center;
   background-image: url("/img/common/ico_blank.svg");
   background-repeat: no-repeat;
   background-position: calc(100% - 15px) center;
   background-size: 15px auto;
   border-radius: 5px;
   border: 1px solid #cdcdcd;
   font-size: 15px;
   font-weight: 500;
 }

 .p-event-side__link a:hover {
   opacity: 1;
   background-color: #d9d9d6;
 }

 .p-event-entry {
   display: none;
 }

 .p-event-entry.is-active {
   display: block;
   position: sticky;
   top: 140px;
 }

 .p-event-entry a {
   display: flex;
   width: 100%;
   height: 70px;
   justify-content: center;
   align-items: center;
   background: #2862b8;
   border-radius: 5px;
   font-weight: 500;
   color: #fff;
 }

 .p-event-entry a:before {
   content: url("/img/common/ico_triangle_up_white.svg");
   margin: 0 20px 0 0;
 }

 .p-event-close {
   position: absolute;
   z-index: 2;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.6);
   color: #fff;
 }

 .p-event-close__description {
   margin: 0 0 40px;
   text-align: center;
   font-weight: 700;
   font-size: 15px;
 }

 .p-event-close__link {
   color: #fff;
   font-size: 18px;
 }

 .p-event-close__link:before {
   content: url("/img/common/ico_link_back-white.svg");
   margin: 0 10px 0 0;
 }

 :root {
   --swiper-theme-color: #009de6;
   --swiper-navigation-sides-offset: -88px;
   --swiper-pagination-bullet-inactive-opacity: 1;
   --swiper-pagination-bullet-inactive-color: #bbb;
   --swiper-pagination-bullet-horizontal-gap: 11px;
   --swiper-pagination-bottom: -42px;
   --swiper-pagination-bullet-size: 10px;
   --swiper-navigation-size: 55px;
 }

 .p-home-hero {
   margin-bottom: 110px;
 }

 .p-home-hero__announcement {
   padding: 10px;
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   color: #fff;
   background: #53565a;
 }

 .p-home-hero__main {
   position: relative;
   overflow: hidden;
   height: calc(100vh - 176px);
 }

 .p-home-hero__main>div {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateY(-50%) translateX(-50%);
 }

 .p-home-hero__smartphone {
   display: none;
 }

 .p-home-mission {
   margin-bottom: 130px;
   padding-top: 60px;
   position: relative;
 }

 .p-home-mission__tagline {
   margin-bottom: 40px;
   font-size: 36px;
   line-height: 6.6rem;
   font-weight: 500;
   max-width: calc(50% - 76px);
 }

 .p-home-mission__image {
   position: absolute;
   left: calc(50% - 56px);
   top: 0;
 }

 .p-home-mission__image img {
   max-width: none;
 }

 .p-home-notice {
   margin-bottom: 110px;
   padding: 40px 0 55px;
   border: 1px solid #bbb;
   border-width: 1px 0;
   position: relative;
 }

 .p-home-notice::before {
   content: "";
   position: absolute;
   left: calc(50% - 50vw);
   top: 0;
   bottom: 0;
   width: 300px;
   z-index: -1;
   background: url("/img/home/bg_notice01.svg") no-repeat 0 50%;
 }

 .p-home-notice::after {
   content: "";
   position: absolute;
   right: calc(50% - 50vw);
   top: 0;
   bottom: 0;
   width: 300px;
   z-index: -1;
   background: url("/img/home/bg_notice02.svg") no-repeat 100% 50%;
 }

 .p-home-notice__heading {
   margin-bottom: 20px;
   text-align: center;
   font-size: 32px;
   font-weight: 400;
 }

 .p-home-notice__list {
   display: block;
   max-width: 880px;
   margin: 0 auto;
 }

 .p-home-notice__item {
   border-bottom: 1px solid #d9d9d6;
   font-size: 15px;
 }

 .p-home-notice__item a {
   display: flex;
   grid-gap: 30px;
   gap: 30px;
   padding: 20px 40px 20px 0;
   width: 100%;
   position: relative;
 }

 .p-home-notice__item a:after {
   position: absolute;
   right: 0;
   top: calc(50% - 12px);
   content: url("/img/common/ico_arrow_right02.svg");
   margin-right: 10px;
 }

 .p-home-notice__item a:hover {
   opacity: 1;
 }

 .p-home-notice__item a:hover .p-home-notice__title {
   color: #009de6;
   text-decoration: underline;
 }

 .p-home-notice__item--blank .p-home-notice__title {
   padding: 0 30px 0 0;
   background-image: url("/img/common/ico_blank.svg");
   background-repeat: no-repeat;
   background-position: right center;
 }

 .p-home-notice__item--pdf .p-home-notice__title {
   padding: 0 45px 0 0;
   background-image: url("/img/common/ico_pdf.svg");
   background-repeat: no-repeat;
   background-position: right center;
 }

 .p-home-notice__title {
   font-weight: 700;
   font-size: 15px;
 }

 .p-home-service {
   margin: 0 0 230px;
   padding-top: 60px;
   position: relative;
 }

 .p-home-service::before {
   content: "";
   position: absolute;
   left: calc(50% - 50vw);
   top: 890px;
   width: 300px;
   height: 300px;
   z-index: -1;
   background: url("/img/home/bg_service02.svg") no-repeat 0 0;
 }

 .p-home-service::after {
   content: "";
   position: absolute;
   right: calc(50% - 50vw);
   top: 220px;
   width: 300px;
   height: 300px;
   z-index: -1;
   background: url("/img/home/bg_service01.svg") no-repeat 100% 0;
 }

 .p-home-service__content {
   padding-left: calc(50% - 56px);
 }

 .p-home-service__tagline {
   margin-bottom: 40px;
   font-size: 36px;
   line-height: 6.6rem;
   font-weight: 500;
 }

 .p-home-service__lead {
   margin-bottom: 13px;
   font-size: 16px;
   line-height: 35px;
 }

 .p-home-service__image {
   position: absolute;
   top: 0;
   right: calc(50% + 130px);
 }

 .p-home-service__image img {
   max-width: none;
 }

 .p-home-service__links {
   padding: 35px;
   display: flex;
   justify-content: center;
   grid-gap: 62px;
   gap: 62px;
   background: #fff;
   border-radius: 15px;
 }

 .p-home-service__links li a {
   display: flex;
   align-items: center;
 }

 .p-home-service__links li a:before {
   content: url("/img/common/ico_triangle_right_blue.svg");
   margin: 0 15px 0 0;
   line-height: 0;
   transition: transform 0.3s;
 }

 .p-home-service__links li a:hover {
   opacity: 1;
   color: #009de6;
 }

 .p-home-service__links li a:hover:before {
   transform: translateX(3px);
 }

 .p-home-category {
   padding: 130px 0 100px;
   position: relative;
 }

 .p-home-category:before {
   content: "";
   position: absolute;
   top: -63px;
   left: -122px;
   right: calc(50% - 50vw);
   bottom: 0;
   z-index: -1;
   background: rgba(217, 216, 214, 0.2);
 }

 .p-home-category__list {
   margin: -130px 0 0 -60px;
   display: flex;
   flex-wrap: wrap;
   grid-gap: 60px 64px;
   gap: 60px 64px;
   font-size: 20px;
 }

 .p-home-category__item {
   width: calc(50% - 32px);
 }

 .p-home-category__item:first-child {
   margin-left: calc(50% + 32px);
 }

 .p-home-category__item a {
   display: flex;
   align-items: center;
   grid-gap: 10px;
   gap: 10px;
 }

 .p-home-category__item a:hover {
   opacity: 1;
   color: #009de6;
 }

 .p-home-category__item a:hover .p-home-category__name:after {
   transform: translateX(10px);
 }

 .p-home-category__icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 110px;
   height: 110px;
 }

 .p-home-category__name {
   padding-left: 10px;
   width: calc(100% - 110px);
   height: 70px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-bottom: 1px solid #707070;
   font-weight: 700;
 }

 .p-home-category__name:after {
   content: url("/img/common/ico_arrow_right01.svg");
   line-height: 0;
   transition: transform 0.3s;
 }

 .p-home-category__link {
   position: absolute;
   right: 0;
   bottom: 152px;
 }

 .p-home-specialist {
   margin-bottom: 110px;
   position: relative;
 }

 .p-home-specialist::before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   width: 100%;
   height: 300px;
   z-index: -1;
   background: url("/img/home/bg_specialist.svg") no-repeat 50% -30px;
 }

 .p-home-specialist__lead {
   margin-bottom: 60px;
   text-align: center;
   font-size: 16px;
 }

 .p-home-specialist__slider {
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 74px;
   position: relative;
   max-width: 90.52631578947368vw;
 }

 .p-home-specialist__swiper {
   max-width: 1720px;
 }

 .p-home-specialist__next.swiper-button-next,
 .p-home-specialist__prev.swiper-button-prev {
   width: 55px;
   height: 55px;
 }

 .p-home-specialist__next.swiper-button-next:after,
 .p-home-specialist__prev.swiper-button-prev:after {
   display: none;
 }

 .p-home-specialist__next.swiper-button-next {
   background: url("/img/common/ico_slide_next.svg") no-repeat 50% 50%/contain;
 }

 .p-home-specialist__prev.swiper-button-prev {
   background: url("/img/common/ico_slide_prev.svg") no-repeat 50% 50%/contain;
 }

 .p-home-case {
   margin-bottom: 110px;
   padding-top: 120px;
   padding-bottom: 64px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   max-width: 90.52631578947368vw;
 }

 .p-home-case:before {
   content: "";
   position: absolute;
   left: 54px;
   right: 54px;
   top: 0;
   bottom: 0;
   background: url("/img/home/bg_case01.svg") no-repeat 50% 0/100% auto rgba(217, 216, 214, 0.2);
   z-index: -1;
 }

 .p-home-case__lead {
   margin-bottom: 57px;
   text-align: center;
   font-size: 18px;
 }

 .p-home-case__slider {
   margin-bottom: 74px;
   position: relative;
 }

 .p-home-case__swiper {
   overflow-x: hidden;
 }

 .p-home-case__swiper .swiper-slide {
   height: auto;
 }

 .p-home-case__swiper .swiper-slide-ite {
   height: 100%;
 }

 .p-home-case__next.swiper-button-next,
 .p-home-case__prev.swiper-button-prev {
   width: 55px;
   height: 55px;
 }

 .p-home-case__next.swiper-button-next:after,
 .p-home-case__prev.swiper-button-prev:after {
   display: none;
 }

 .p-home-case__next.swiper-button-next {
   background: url("/img/common/ico_slide_next.svg") no-repeat 50% 50%/contain;
   right: -27px;
 }

 .p-home-case__next.swiper-button-next:hover {
   background: url("/img/common/ico_slide_next_hover.svg") no-repeat 50% 50%/contain;
 }

 .p-home-case__prev.swiper-button-prev {
   background: url("/img/common/ico_slide_prev.svg") no-repeat 50% 50%/contain;
   left: -27px;
 }

 .p-home-case__prev.swiper-button-prev:hover {
   background: url("/img/common/ico_slide_prev_hover.svg") no-repeat 50% 50%/contain;
 }

 .p-home-tabbar {
   display: none;
   grid-gap: 3px;
   gap: 3px;
   width: 100%;
 }

 .p-home-tabbar__button {
   border-radius: 9px 9px 0 0;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 127px;
   height: 46px;
   line-height: 1;
   color: #fff;
   background: #bbb;
 }

 .p-home-tabbar__button.is-active {
   background: #009de6;
 }

 .p-home-tabbar__english {
   margin-bottom: 5px;
   font-family: "Montserrat", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
   letter-spacing: 0.06em;
   font-size: 14px;
 }

 .p-home-tabbar__japanese {
   font-size: 1rem;
 }

 .p-home-post {
   display: grid;
   grid-template-columns: repeat(2, 45.83333333333333%);
   grid-gap: 8.333333333333332%;
   gap: 8.333333333333332%;
   position: relative;
   /*
  &__label
  &__text
  */
 }

 .p-home-post::before {
   content: "";
   position: absolute;
   left: calc(50% - 50vw);
   top: 0;
   bottom: 0;
   width: 300px;
   z-index: -1;
   background: url("/img/home/bg_post01.svg") no-repeat 0 50%;
 }

 .p-home-post::after {
   content: "";
   position: absolute;
   right: calc(50% - 50vw);
   top: 0;
   bottom: 0;
   width: 300px;
   z-index: -1;
   background: url("/img/home/bg_post02.svg") no-repeat 100% 50%;
 }

 .p-home-post__type {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin-bottom: 130px;
   padding-bottom: 58px;
   border-bottom: 2px solid #bbb;
 }

 .p-home-post__type .c-link-more {
   margin-top: auto;
 }

 .p-home-post__list {
   padding: 10px 15px 30px;
   border-top: 1px solid #bbb;
 }

 .p-home-post__item {
   font-size: 16px;
   padding: 24px 15px 24px 0;
   border-bottom: 1px solid #d9d9d6;
 }

 .p-home-post__item--blank .p-home-post__title:after {
   display: inline-block;
   content: url("/img/common/ico_blank.svg");
   margin: 0 0 0 10px;
   transform: translateY(5px);
 }

 .p-home-post__item--pdf .p-home-post__title:after {
   display: inline-block;
   content: url("/img/common/ico_pdf.svg");
   margin: 0 0 0 10px;
   transform: translateY(5px);
 }

 .p-home-post__item a {
   padding: 0 20px 0 0;
   grid-gap: 0 20px;
   gap: 0 20px;
   display: block;
   background-image: url("/img/common/ico_arrow_right02.svg");
   background-position: right center;
   background-repeat: no-repeat;
 }

 .p-home-post__item a:hover {
   opacity: 1;
 }

 .p-home-post__item a:hover .p-home-post__title {
   color: #009de6;
   text-decoration: underline;
 }

 .p-home-post__title {
   font-size: 15px;
   font-weight: 700;
 }

 .p-home-post__date {
   font-size: 14px;
 }

 .p-home-recruit {
   margin-bottom: 144px;
   padding-top: 120px;
   padding-bottom: 90px;
   position: relative;
 }

 .p-home-recruit::before {
   content: "";
   position: absolute;
   left: calc(50% - 775px);
   top: 0;
   width: 1550px;
   height: 679px;
   background: url("/img/home/bg_recruit01.svg") no-repeat 0 0/100% auto #f8f7f7;
   z-index: -1;
 }

 .p-home-recruit__container {
   margin: 75px auto 0;
   max-width: 1436px;
   display: flex;
   position: relative;
 }

 .p-home-recruit__buttons {
   flex: 1 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
   color: #2862b8;
   transition: color 0.3s;
 }

 .p-home-recruit__image {
   width: calc(100% - 492px);
   aspect-ratio: 118/37;
   overflow: hidden;
 }

 .p-home-recruit__image img {
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -o-object-position: 70% 50%;
   object-position: 70% 50%;
 }

 .p-home-recruit__button2,
 .p-home-recruit__button3,
 .p-home-recruit__button4 {
   padding: 53px;
   display: flex;
   align-items: center;
   color: #fff;
   width: 100%;
   height: 147px;
   grid-gap: 39px;
   gap: 39px;
   position: relative;
 }

 .p-home-recruit__button2:before,
 .p-home-recruit__button3:before,
 .p-home-recruit__button4:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   width: 0;
   opacity: 0;
   transition: opacity 0.3s, width 0.3s;
 }

 .p-home-recruit__button2:after,
 .p-home-recruit__button3:after,
 .p-home-recruit__button4:after {
   content: "";
   position: absolute;
   right: 0;
   bottom: 0;
   width: 0;
   height: 0;
   border: 14px solid transparent;
 }

 .p-home-recruit__button2:hover,
 .p-home-recruit__button3:hover,
 .p-home-recruit__button4:hover {
   opacity: 1;
 }

 .p-home-recruit__button2:hover:before,
 .p-home-recruit__button3:hover:before,
 .p-home-recruit__button4:hover:before {
   opacity: 1;
   width: 100%;
 }

 .p-home-recruit__button2 {
   margin: 0 0 2px;
   background: #009de6;
 }

 .p-home-recruit__button2:before {
   background: #0dc7f5;
 }

 .p-home-recruit__button2:after {
   border-color: transparent #2862b8 #2862b8 transparent;
 }

 .p-home-recruit__button3 {
   margin: 0 0 2px;
   background: #00bfb3;
 }

 .p-home-recruit__button3:before {
   background: #00b4c1;
 }

 .p-home-recruit__button3:after {
   border-color: transparent #078f7d #078f7d transparent;
 }

 .p-home-recruit__button4 {
   background: #ffb81c;
 }

 .p-home-recruit__button4:before {
   background: #ffca54;
 }

 .p-home-recruit__button4:after {
   border-color: transparent #ef881e #ef881e transparent;
 }

 .p-home-recruit__number {
   position: relative;
   font-family: "Montserrat", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
   letter-spacing: 0.06em;
   font-size: 35px;
 }

 .p-home-recruit__title {
   position: relative;
   font-size: 20px;
 }

 .p-home-links {
   display: grid;
   grid-template-columns: repeat(2, 48.333333333333336%);
   grid-gap: 3.333333333333333%;
   gap: 3.333333333333333%;
 }

 .p-home-link {
   display: flex;
   align-items: center;
   justify-content: center;
   grid-gap: 0 15px;
   gap: 0 15px;
   margin: 0 0 128px;
   padding: 0 0 0 60px;
   width: 100%;
   height: 100px;
   color: #fff;
   position: relative;
 }

 .p-home-link:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   width: 0;
   opacity: 0;
   transition: opacity 0.3s, width 0.3s;
 }

 .p-home-link:after {
   position: absolute;
   top: calc(50% - 22px);
   left: 115px;
 }

 .p-home-link:hover {
   opacity: 1;
 }

 .p-home-link:hover:before {
   opacity: 1;
   width: 100%;
 }

 .p-home-link--contact {
   background: #2862b8;
 }

 .p-home-link--contact:before {
   background: #009de6;
 }

 .p-home-link--contact:after {
   content: url("/img/home/ico_contact.svg");
 }

 .p-home-link--download {
   background: #009de6;
 }

 .p-home-link--download:before {
   background: #0cc6f4;
 }

 .p-home-link--download:after {
   content: url("/img/home/ico_download.svg");
   top: calc(50% - 24px);
   left: 70px;
 }

 .p-home-link__english {
   position: relative;
   padding: 4px 0 0;
   font-family: "Montserrat", sans-serif;
   font-style: normal;
   letter-spacing: 0.06em;
   font-size: 15px;
   font-weight: 500;
 }

 .p-home-link__japanese {
   position: relative;
   font-weight: 400;
   font-size: 25px;
 }

 .p-home-column {
   margin-bottom: 110px;
   padding-bottom: 50px;
   border-bottom: 2px solid #bbb;
   position: relative;
 }

 .p-home-column::before {
   content: "";
   position: absolute;
   left: calc(50% - 50vw);
   top: 0;
   bottom: 0;
   width: 300px;
   z-index: -1;
   background: url("/img/home/bg_column01.svg") no-repeat 0 50%;
 }

 .p-home-column::after {
   content: "";
   position: absolute;
   right: calc(50% - 50vw);
   top: 0;
   bottom: 0;
   width: 300px;
   z-index: -1;
   background: url("/img/home/bg_column02.svg") no-repeat 100% 50%;
 }

 .p-home-column__list {
   margin: 0 0 72px;
   padding-top: 62px;
   border-top: 2px solid #bbb;
   display: grid;
   grid-template-columns: repeat(3, 30.833333333333336%);
   grid-gap: 3.75%;
   gap: 3.75%;
 }

 .p-news-title {
   margin: 0 0 30px;
   font-size: 30px;
 }

 .p-news-outline {
   margin: 0 0 50px;
 }

 .p-search-form {
   display: flex;
   margin: 0 0 50px;
   padding: 10px 20px;
   border: 1px solid #b7b7b7;
   border-radius: 5px;
 }

 .p-search-form__input {
   flex: 1 1;
   font-size: 16px;
 }

 .p-search-form__input:focus {
   outline: none;
 }

 .p-search-form__submit {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100px;
   height: 50px;
   background: #009de6;
   border-radius: 5px;
   color: #fff;
 }

 .p-search-form__submit:before {
   display: block;
   margin: 0 10px 0 0;
   width: 18px;
   height: 18px;
   content: url("/img/common/ico_footer_search.svg");
 }

 .p-search-form__submit img {
   margin: 0 10px 0 0;
 }

 .p-search-result {
   margin: 0 0 15px;
   font-size: 16px;
 }

 .p-search-result__word {
   padding: 0 10px 0 0;
   font-weight: 700;
 }

 .p-search-list {
   margin: 0 0 20px;
 }

 .p-search-list__link {
   display: block;
   padding: 20px;
   border: 1px solid #b7b7b7;
   border-radius: 5px;
   opacity: 1;
 }

 .p-search-list__link:hover {
   opacity: 1;
 }

 .p-search-list__link:hover .p-search-list__title,
 .p-search-list__link:hover .p-search-list__text {
   text-decoration: underline;
 }

 .p-search-list__title {
   margin: 0 0 15px;
   font-size: 16px;
   color: #009de6;
   font-weight: 700;
 }

 .p-search-list__text {
   margin: 0 0 15px;
   font-size: 15px;
 }

 .p-search-list__url {
   color: #009de6;
   font-size: 14px;
 }

 .p-service-header {
   display: flex;
   grid-gap: 30px 50px;
   gap: 30px 50px;
   padding: 60px 0 0;
   margin: 0 0 60px;
 }

 .p-service-header .c-heading02 {
   margin: 0 0 36px;
 }

 .p-service-header__text {
   flex: 1 1;
 }

 .p-service-header__description {
   margin: 0 0 40px;
 }

 .p-service-header__action {
   display: flex;
   grid-gap: 10px 30px;
   gap: 10px 30px;
 }

 .p-service-header__action .c-button {
   flex: 1 1;
 }

 .p-service-problem {
   flex: 1 1;
   padding: 30px;
   background: #f5f5f5;
 }

 .p-service-problem__list {
   display: flex;
   flex-direction: column;
   grid-gap: 10px 0;
   gap: 10px 0;
 }

 .p-service-problem__item {
   position: relative;
   padding: 15px 15px 15px 60px;
   font-size: 19px;
   font-weight: 700;
   background: #fff;
   border-radius: 3px;
 }

 .p-service-problem__item:before {
   position: absolute;
   left: 15px;
   top: 20px;
   content: url("/img/common/ico_problem.svg");
 }

 .p-service-support {
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 30px 50px;
   gap: 30px 50px;
 }

 .p-service-support__item {
   display: flex;
   grid-gap: 0 40px;
   gap: 0 40px;
   padding: 30px;
   background: #f2fafe;
 }

 .p-service-support__image {
   width: 90px;
   text-align: center;
 }

 .p-service-support__text {
   flex: 1 1;
 }

 .p-service-support__title {
   margin: 0 0 15px;
   font-size: 20px;
   font-weight: 700;
   color: #009de6;
 }

 .p-solution-step {
   display: flex;
   flex-wrap: wrap;
   grid-gap: 0 40px;
   gap: 0 40px;
   align-items: center;
   padding: 30px 40px;
   margin: 0 0 30px;
   border: 1px solid #aeaeae;
   border-radius: 3px;
 }

 .p-solution-step__label {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 90px;
   height: 90px;
   background: #009de6;
   border-radius: 50%;
   color: #fff;
   font-size: 15px;
   font-weight: 700;
 }

 .p-solution-step__number {
   line-height: 1;
   font-size: 28px;
 }

 .p-solution-step__image {
   width: 90px;
 }

 .p-solution-step__text {
   flex: 1 1;
 }

 .p-solution-step__title {
   margin: 0 0 15px;
   font-size: 20px;
   color: #009de6;
 }

 .p-solution-step__arrow {
   width: 57px;
   height: 36px;
   background-image: url("/img/common/ico_step.svg");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% auto;
 }

 .p-service-voice {
   display: grid;
   grid-gap: 50px;
   gap: 50px;
   grid-template-columns: 220px auto;
   margin: 0 0 20px;
   padding: 30px;
   background: #f8f8f7;
 }

 .p-service-voice__title {
   margin: 0 0 15px;
   font-size: 20px;
   font-weight: 700;
   color: #009de6;
 }

 .p-sitemap a:hover {
   opacity: 1;
   color: #009de6;
   text-decoration: underline;
 }

 .p-specialist-event {
   padding: 15px;
   border-radius: 3px;
   background: #fff;
   border: 1px solid #d9d9d6;
 }

 .p-specialist-event__heading {
   margin: 0 0 15px;
   font-size: 16px;
   font-weight: 600;
 }

 .p-specialist-event__item a {
   display: grid;
   grid-template-columns: 180px auto 10px;
   grid-gap: 15px;
   gap: 15px;
   width: 100%;
   position: relative;
 }

 .p-specialist-event__item a:after {
   content: url("/img/common/ico_arrow_right02.svg");
   margin: 20px 0 0;
 }

 .p-specialist-event__item a:hover {
   color: #009de6;
   opacity: 1;
 }

 .p-specialist-event__item a:hover .p-specialist-event__title {
   text-decoration: underline;
 }

 .p-specialist-event__image {
   border: 1px solid #009de6;
 }

 .p-specialist-event__text {
   flex: 1 1;
 }

 .p-specialist-event__label {
   margin: 0 15px 0 0;
 }

 .p-specialist-event__status {
   margin: 0 0 10px;
 }

 .p-specialist-event__title {
   white-space: nowrap;
   overflow: hidden;
   font-weight: 700;
 }

 .p-specialist-profile {
   position: relative;
   z-index: 2;
   display: flex;
   margin: 0 0 50px;
 }

 .p-specialist-profile__image {
   width: 587px;
   margin-right: 60px;
 }

 .p-specialist-profile__text {
   flex: 1 1;
 }

 .p-specialist-profile__name {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   margin: 0 0 10px;
   font-size: 28px;
   font-weight: 700;
 }

 .p-specialist-profile__name p {
   margin: 0 0 0 15px;
   font-size: 15px;
   color: #009de6;
 }

 .p-specialist-profile__post {
   margin: 0 0 24px;
   font-size: 14px;
 }

 .p-specialist-profile__description {
   margin: 0 0 20px;
 }

 .p-specialist-career {
   position: relative;
   z-index: 1;
   margin: 0 0 100px;
   padding: 60px 0 80px;
   background: #fafafa;
 }

 .c-button-item a {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 350px;
   height: 50px;
   padding: 11px;
   text-align: center;
   background: #fff;
   border: 1px solid #bbbcbc;
   border-radius: 51px;
 }

 .c-button-item--contact a:before {
   content: url("/img/common/ico_contact.svg");
   width: 23px;
   height: 17px;
   margin: 0 30px 0 0;
 }

 .c-button-item--download a:before {
   content: url("/img/common/ico_download.svg");
   width: 23px;
   height: 17px;
   margin: 0 30px 0 0;
 }

 .c-button-item2 a {
   padding: 15px;
   text-align: center;
   border-radius: 35px;
   font-size: 16px;
   color: #fff;
   display: block;
   width: 100%;
   box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
 }

 .c-button-item2--contact a {
   background: #2862b8;
 }

 .c-button-item2--download a {
   background: #009de6;
 }

 .c-button-item3 a {
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
   width: 250px;
   height: 50px;
   background: #fff;
   border: 1px solid #bbbcbc;
   border-radius: 50px;
   font-size: 15px;
   font-weight: 500;
 }

 .c-button-item3 a:hover {
   background: #ceebfa;
   border: 1px solid #009de6;
   color: #009de6;
 }

 .c-button a {
   position: relative;
   display: block;
   padding: 15px;
   font-size: 15px;
   text-align: center;
   border-radius: 52px;
 }

 .c-button--white a {
   background: #fff;
   border: 1px solid #53565a;
 }

 .c-button--white a:hover {
   opacity: 1;
   background: #efefef;
 }

 .c-button--standard a {
   background: #2862b8;
   color: #fff;
 }

 .c-button--standard a:hover {
   background: #2862b8;
   opacity: 0.8;
 }

 .c-button--blue a {
   background: #009de6;
   color: #fff;
 }

 .c-button--blue a:hover {
   background: #20bbf4;
   opacity: 0.8;
 }

 .c-button--green a {
   background: #02bfb4;
   color: #fff;
 }

 .c-button--green a:hover {
   background: #03e4de;
   opacity: 0.8;
 }

 .c-button--shadow a {
   box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
 }

 .c-button-blank a:after {
   content: "";
   width: 15px;
   height: 15px;
   background-image: url("/img/common/ico_balnk.svg");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 15px auto;
   position: absolute;
   right: 45px;
   top: calc(50% - 7px);
 }

 .c-button-blank--white a:after {
   background-image: url("/img/common/ico_blank-white.svg");
 }

 .c-text-align--center {
   text-align: center;
 }

 .c-text-align--center img {
   margin: 0 auto;
 }

 .c-text-align--right {
   text-align: right;
 }

 .c-text-align--right img {
   margin: 0 0 0 auto;
 }

 .c-text-highlight--blue {
   display: inline-block;
   padding: 0 5px;
   background: #cbebfa;
 }

 .c-link a {
   padding: 15px 50px;
   font-size: 15px;
   text-align: center;
   display: inline-block;
   border: 1px solid #53565a;
   border-radius: 35px;
 }

 .c-link a:hover {
   opacity: 1;
   color: #009de6;
   border: 1px solid #009de6;
 }

 .c-link-text a {
   color: #00b5e2;
   overflow-wrap: break-word;
 }

 .c-link-text a:hover {
   text-decoration: underline;
 }

 .c-link-normal {
   color: inherit !important;
   text-decoration: none !important;
 }

 .c-link-blank a {
   text-decoration: underline;
   color: #3e3e3e;
   position: relative;
 }

 .c-link-blank a:after {
   display: inline-block;
   content: "";
   margin: 0 0 0 10px;
   width: 15px;
   height: 15px;
   background-image: url("/img/common/ico_balnk.svg");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 15px auto;
   transform: translateY(3px);
 }

 .c-link-blank a:hover {
   opacity: 1;
   color: #009de6;
 }

 .c-link-pdf a {
   position: relative;
 }

 .c-link-pdf a:after {
   display: inline-block;
   content: url("/img/common/ico_pdf.svg");
   transform: translateY(5px);
   margin: 0 0 0 10px;
 }

 .c-link-more--right {
   display: flex;
   justify-content: flex-end;
 }

 .c-link-more--center {
   display: flex;
   justify-content: center;
 }

 .c-link-more a {
   position: relative;
   display: block;
   border-radius: 26px;
   overflow: hidden;
   transition: color 0.3s;
   width: 240px;
   height: 52px;
   font-size: 20px;
 }

 .c-link-more a:before {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   border: 1px solid #53565a;
   border-radius: 26px;
   background: #fff;
   z-index: -1;
 }

 .c-link-more a span {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
 }

 .c-link-more a span::before {
   margin: 0 12px 0 0;
   content: "";
   width: 20px;
   height: 20px;
   background: url("/img/common/ico_button_list.svg") no-repeat 50% 50%;
   vertical-align: middle;
   line-height: 0;
 }

 .c-link-more a span:after {
   content: "";
   background: #009de6;
   z-index: -1;
   position: absolute;
   left: -240px;
   top: 0;
   bottom: 0;
   width: 240px;
   opacity: 0;
   transition: opacity 0.3s, width 0.3s, left 0.3s;
 }

 .c-link-more a:hover {
   opacity: 1;
   color: #fff;
 }

 .c-link-more a:hover:before {
   transition: border-color 0s ease 0.3s;
   border-color: transparent;
 }

 .c-link-more a:hover span:before {
   background-image: url("/img/common/ico_button_list_hover.svg");
 }

 .c-link-more a:hover span:after {
   left: 0;
   opacity: 1;
 }

 .c-link-back {
   display: flex;
   justify-content: center;
 }

 .c-link-back a {
   font-size: 18px;
   position: relative;
 }

 .c-link-back a:hover {
   color: #009de6;
   opacity: 1;
 }

 .c-link-back a:before {
   content: url("/img/common/ico_link_back.svg");
   margin: 0 10px 0 0;
 }

 .c-font-size--xsmall {
   font-size: 14px;
 }

 .c-font-size--small {
   font-size: 15px;
 }

 .c-font-size--normal {
   font-size: 16px;
 }

 .c-font-size--middle {
   font-size: 18px;
 }

 .c-font-size--large {
   font-size: 20px;
 }

 .c-font-weight--thin {
   font-weight: 100;
 }

 .c-font-weight--extralight {
   font-weight: 200;
 }

 .c-font-weight--light {
   font-weight: 300;
 }

 .c-font-weight--normal {
   font-weight: 400;
 }

 .c-font-weight--medium {
   font-weight: 500;
 }

 .c-font-weight--semibold {
   font-weight: 600;
 }

 .c-font-weight--bold {
   font-weight: 700;
 }

 .c-font-weight--black {
   font-weight: 900;
 }

 .c-color--blue {
   color: #009de6;
 }

 .c-color--red {
   color: #d94b4b;
 }

 .c-color--orange {
   color: #ffb61c;
 }

 .c-color--purple {
   color: #c4838d;
 }

 .c-color--green {
   color: #00bfb3;
 }

 .c-color--yellow {
   color: #ffb81c;
 }

 .c-color--gray {
   color: #97999b;
 }

 .c-margin--bottom {
   margin: 0 0 16px;
 }

 .c-margin--large {
   margin: 0 0 30px;
 }

 .c-section--end {
   padding: 0 0 50px;
 }

 .c-section--large {
   padding: 0 0 100px;
 }

 .c-section--line {
   padding: 0 0 25px;
   margin: 0 0 25px;
   border-bottom: 1px solid #afafaf;
 }

 .c-category-label {
   display: inline-block;
   padding: 5px 22px;
   background: #f0f0f0;
   border-radius: 3px;
   text-align: center;
   font-size: 13px;
   font-weight: 500;
   color: #707070;
 }

 .c-category {
   display: flex;
   grid-gap: 5px;
   gap: 5px;
   flex-wrap: wrap;
 }

 .c-category-link a {
   padding: 5px 15px;
   display: block;
   background: #fff;
   border-radius: 3px;
   border: 1px solid #b2b2b2;
   font-size: 13px;
   font-weight: 500;
 }

 .c-category-link.is-active a {
   border: 1px solid #009de6;
   background: #e5f5fd;
 }

 .c-tag-link a {
   padding: 5px 15px;
   display: block;
   background: #d9d9d6;
   /* font-size: 13px; */
   font-size: 13px;
   font-weight: 500;
 }

 .c-tag-link.is-active a {
   outline: 2px solid #707070;
   outline-offset: -2px;
 }

 .c-side-link a {
   padding: 15px;
   display: flex;
   justify-content: space-between;
   border-radius: 3px;
   border: 1px solid rgba(112, 112, 112, 0.56);
   font-size: 15px;
   font-weight: 700;
 }

 .c-side-link a:after {
   content: url("/img/common/ico_triangle_right_blue.svg");
 }

 .c-pagenation {
   display: flex;
   justify-content: center;
   grid-gap: 15px;
   gap: 15px;
   padding: 50px 0 0;
 }

 .c-pagenation__item a {
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   width: 35px;
   height: 35px;
   font-size: 15px;
 }

 .c-pagenation__item a:hover {
   opacity: 1;
   color: #009de6;
   border: 1px solid #009de6;
   font-weight: 700;
 }

 .c-pagenation__item-active a {
   color: #fff;
   background: #009de6;
 }

 .c-pagenation__item-active a:hover {
   opacity: 1;
   color: #009de6;
   border: 1px solid #009de6;
   background: #fff;
   font-weight: 700;
 }

 .c-pagenation__item-next a,
 .c-pagenation__item-prev a {
   color: #009de6;
   border: 1px solid #009de6;
 }

 .c-search-result {
   margin: 0 0 30px;
 }

 .c-sns-share {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   padding: 0px;
   margin: 0 0 50px;
   border-top: 1px solid #d9d9d6;
 }

 .c-sns-share img {
   width: 25px;
 }


 .c-sns-share p {
   font-size: 13px;
   margin: 0 20px 0 0;
 }

 .c-sns-share ul {
   display: flex;
   align-items: center;
   grid-gap: 15px;
   gap: 15px;
 }

 .c-table01 {
   border-collapse: separate;
   border-spacing: 5px;
 }

 .c-table01 caption {
   padding: 20px;
   text-align: left;
   background: rgba(0, 157, 230, 0.2);
   margin: 5px 5px 0;
   font-weight: 700;
 }

 .c-table01 th {
   width: 200px;
   padding: 20px;
   text-align: left;
   background: rgba(0, 157, 230, 0.2);
 }

 .c-table01 td {
   padding: 20px;
   background: rgba(217, 217, 214, 0.1);
 }

 .c-table01 td a {
   color: #009de6;
   text-decoration: underline;
 }

 .c-note-text {
   position: relative;
   padding-left: 20px;
   font-size: 14px;
 }

 .c-note-text:before {
   position: absolute;
   content: "※";
   left: 0;
 }

 .c-note-list li {
   position: relative;
   padding-left: 20px;
   font-size: 14px;
 }

 .c-note-list li:before {
   position: absolute;
   content: "※";
   left: 0;
 }

 .c-note-number {
   counter-reset: list;
 }

 .c-note-number li {
   counter-increment: list;
   position: relative;
   padding-left: 30px;
   font-size: 14px;
 }

 .c-note-number li:before {
   content: "※"counter(list) "";
   position: absolute;
   left: 0;
 }

 .c-list01 li {
   position: relative;
   padding: 0 0 0 20px;
   line-height: 32px;
 }

 .c-list01 li:before {
   position: absolute;
   left: 0;
   top: 12px;
   content: "";
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #009de6;
 }

 .c-list01 li ul {
   padding: 5px 0 0 0;
   margin: 0;
 }

 .c-list02 {
   counter-reset: item;
 }

 .c-list02>li {
   padding: 0 0 0 20px;
   line-height: 32px;
   text-indent: -25px;
   counter-increment: section;
 }

 .c-list02>li:before {
   counter-increment: item;
   content: counters(section, ".") ".";
   padding: 0 1rem 0 3px;
   font-weight: 700;
   color: #009de6;
 }

 .c-list02>li ol {
   counter-reset: subsection;
   margin: 10px 0 10px 22px;
 }

 .c-list02>li ol li {
   counter-increment: subsection;
   margin: 0 0 10px;
   text-indent: -25px;
 }

 .c-list02>li ol li:before {
   content: counters(section, ".") "-"counters(subsection, ".") ".";
   padding: 0 1rem 0 0;
   font-weight: 700;
   color: #009de6;
 }

 .c-list-check li {
   position: relative;
   padding: 0 0 0 20px;
   margin: 0 0 10px;
 }

 .c-list-check li:before {
   position: absolute;
   left: 0;
   top: 10px;
   content: "";
   width: 12px;
   height: 12px;
   background-image: url("/img/common/ico_list-check.svg");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% auto;
 }

 .c-list-check li ul {
   padding: 5px 0 0 0;
   margin: 0;
 }

 .c-profile {
   display: flex;
   padding: 30px;
   margin: 0 0 15px;
   border: 1px solid rgba(112, 112, 112, 0.56);
   border-radius: 3px;
   z-index: -2;
 }

 .c-profile__image {
   width: 180px;
   margin: 0 30px 0 0;
 }

 .c-profile__text {
   flex: 1 1;
 }

 .c-profile__name {
   font-weight: 700;
   margin: 0 0 15px;
 }

 .c-relation-box {
   display: flex;
   position: relative;
   padding: 30px;
   margin: 0 0 15px;
   border: 1px solid rgba(112, 112, 112, 0.56);
   border-radius: 3px;
 }

 .c-relation-box:hover {
   opacity: 1;
 }

 .c-relation-box:hover .c-relation-box__name {
   color: #009de6;
   text-decoration: underline;
 }

 .c-relation-box__image {
   width: 180px;
   margin: 0 30px 0 0;
 }

 .c-relation-box__text {
   flex: 1 1;
 }

 .c-relation-box__name {
   font-weight: 700;
   margin: 0 0 15px;
   font-size: 20px;
 }

 .c-google-map a {
   position: relative;
   padding: 0 0 0 25px;
   background-image: url("/img/common/ico_map.svg");
   background-repeat: no-repeat;
   background-position: left center;
   background-size: 12px auto;
   font-size: 14px;
   text-decoration: underline;
 }

 .c-google-map a:after {
   content: "";
   position: absolute;
   top: 5px;
   right: -25px;
   width: 15px;
   height: 15px;
   background-image: url("/img/common/ico_balnk.svg");
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 15px auto;
 }

 .c-youtube {
   aspect-ratio: 16/9;
 }

 .c-youtube iframe {
   width: 100%;
   height: 100%;
 }

 .c-youtube-small {
   max-width: 400px;
 }

 .c-youtube-middle {
   max-width: 600px;
 }

 .c-youtube-large {
   max-width: 800px;
 }

 .c-youtube-center {
   margin: 0 auto;
 }

 .c-youtube-right {
   margin: 0 0 0 auto;
 }

 input:checked+label {
   border: 2px solid #009de6;
 }

 .c-input-radio__value,
 .c-input-radio span {
   position: relative;
   padding: 0 0 0 30px;
   font-size: 15px;
   line-height: 1.5;
   font-weight: 500;
 }

 .c-input-radio__value::before,
 .c-input-radio span::before {
   position: absolute;
   content: "";
   left: 0;
   top: 2px;
   width: 20px;
   height: 20px;
   border: 1px solid #707070;
   border-radius: 50%;
 }

 .c-input-radio input:checked+span:after {
   position: absolute;
   left: 3px;
   top: 5px;
   content: "";
   width: 14px;
   height: 14px;
   border-radius: 50%;
   background: #009de6;
 }

 .c-input-checkbox__value,
 .c-input-checkbox span {
   position: relative;
   display: block;
   height: 40px;
   padding: 8px 15px 8px 45px;
   border-radius: 3px;
   border: 1px solid #b2b2b2;
   background: #fff;
   white-space: nowrap;
   font-size: 15px;
   line-height: 1.5;
   font-weight: 500;
   cursor: pointer;
 }

 .c-input-checkbox__value::before,
 .c-input-checkbox span::before {
   position: absolute;
   content: "";
   left: 15px;
   top: 10px;
   width: 20px;
   height: 20px;
   border: 1px solid #707070;
   border-radius: 3px;
   background: #fff;
 }

 .c-input-checkbox input {
   position: absolute;
 }

 .c-input-checkbox input:checked+span {
   border: 1px solid #009de6;
   background: #e5f5fd;
 }

 .c-input-checkbox input:checked+span:before {
   background: #f3f3f3;
 }

 .c-input-checkbox input:checked+span:after {
   position: absolute;
   left: 18px;
   top: 16px;
   content: "";
   width: 15px;
   height: 9px;
   background: url("/img/common/ico_checked.svg");
   background-size: 100% auto;
 }

 .c-select__radio,
 .c-select__check {
   height: 40px;
   display: block;
 }

 .c-select__radio label,
 .c-select__check label {
   display: flex;
 }

 .c-select__radio__value,
 .c-select__check__value,
 .c-select__radio span,
 .c-select__check span {
   display: inline-block;
   padding: 8px 15px;
   border-radius: 3px;
   border: 1px solid #b2b2b2;
   background: #fff;
   white-space: nowrap;
   cursor: pointer;
   font-size: 15px;
   line-height: 1.5;
   font-weight: 500;
 }

 .c-select__radio input:checked+span,
 .c-select__check input:checked+span {
   border: 1px solid #009de6;
   background: #e5f5fd;
 }

 .c-select-dropdown {
   position: relative;
   background: #fff;
   border: 1px solid #b2b2b2;
   border-radius: 5px;
 }

 .c-select-dropdown:after {
   position: absolute;
   right: 8px;
   top: 10px;
   content: "";
   width: 18px;
   height: 18px;
   background-image: url("/img/common/ico_dropdown.svg");
   pointer-events: none;
 }

 .c-select-dropdown select {
   padding: 5px 40px 5px 15px;
   width: 100%;
   font-size: 16px;
 }

 .c-select-dropdown select:disabled {
   background: #e8e8e8;
 }

 .c-heading01 {
   margin: 0 0 40px;
   line-height: 1;
 }

 .c-heading01--center {
   text-align: center;
 }

 .c-heading01__english {
   margin: 0 0 24px;
   font-family: "Montserrat", sans-serif;
   font-optical-sizing: auto;
   font-weight: 500;
   font-style: normal;
   letter-spacing: 0.06em;
   font-size: 49px;
   color: #7d7d7d;
 }

 .c-heading01__english:first-letter {
   color: #2862b8;
 }

 .c-heading01__english--h3 {
   font-size: 40px;
   color: #2862b8;
 }

 .c-heading01__japanese {
   font-weight: 400;
   font-size: 23px;
 }

 .c-heading02 {
   font-size: 35px;
   display: inline-block;
   position: relative;
   font-weight: 700;
 }

 .c-heading02:after {
   display: inline-block;
   margin: 0 0 0 45px;
   content: "";
   width: 50px;
   height: 5px;
   background: #009de6;
 }

 .c-heading02__sub {
   font-size: 25px;
 }

 .c-heading03 {
   margin: 0 0 20px;
   position: relative;
   font-size: 25px;
   font-weight: 700;
   line-height: 1.6;
   padding: 0 0 15px;
   border-bottom: 2px solid #d9d9d6;
 }

 .c-heading03:before {
   position: absolute;
   content: "";
   bottom: -2px;
   left: 0;
   width: 50px;
   height: 2px;
   background: #009de6;
 }

 .c-heading03--normal {
   border-bottom: none;
   padding: 0;
 }

 .c-heading03--normal:before {
   content: none;
 }

 .c-heading04 {
   position: relative;
   margin: 0 0 20px;
   padding: 0 0 0 22px;
   font-size: 20px;
   font-weight: 700;
 }

 .c-heading04:before {
   position: absolute;
   left: 0;
   top: 12px;
   content: "";
   width: 12px;
   height: 12px;
   background: #009de6;
 }

 .c-heading05 {
   margin: 0 0 15px;
   font-size: 20px;
   font-weight: 700;
 }

 .c-heading05--center {
   text-align: center;
 }

 .c-heading05--line {
   padding: 0 0 0 15px;
   position: relative;
 }

 .c-heading05--line:before {
   position: absolute;
   content: "";
   left: 0;
   top: 5px;
   width: 5px;
   height: 25px;
   background: #d9d9d6;
 }

 .c-heading06 {
   position: relative;
   margin: 0 0 50px;
   padding: 20px 0 0;
   text-align: center;
   font-size: 25px;
 }

 .c-heading06:before {
   content: "";
   position: absolute;
   top: 0;
   left: calc(50% - 25px);
   width: 50px;
   height: 4px;
   background: #009de6;
   font-weight: 700;
 }

 .c-heading07 {
   margin: 0 0 40px;
   text-align: center;
   font-size: 25px;
   font-weight: 700;
 }

 .c-heading08 {
   position: relative;
   margin: 0 0 30px;
   padding: 0 0 0 25px;
   font-size: 18px;
 }

 .c-heading08:before {
   position: absolute;
   top: 18px;
   left: 0;
   content: "";
   width: 15px;
   height: 1px;
   background: #3e3e3e;
 }

 .c-heading09 {
   padding: 0 0 10px;
   margin: 0 0 15px;
   border-bottom: 1px solid #afafaf;
   font-size: 18px;
   font-weight: 700;
 }

 .c-heading09--center {
   text-align: center;
 }

 .c-heading-lead {
   text-align: center;
   margin: 0 0 50px;
   line-height: 2.1;
 }

 .c-heading-link {
   margin: 0 0 10px;
 }

 .c-heading-link a {
   display: block;
   padding: 10px 25px 10px 15px;
   background: #f4f4f3;
   border-radius: 3px;
   font-size: 18px;
   font-weight: 700;
   background-image: url("/img/common/ico_triangle_right_blue.svg");
   background-repeat: no-repeat;
   background-position: calc(100% - 15px) center;
 }

 .c-heading-side {
   margin: 0 0 20px;
   position: relative;
   font-size: 18px;
   font-weight: 700;
   line-height: 1;
   padding: 15px 0 0;
   border-top: 2px solid #d9d9d6;
 }

 .c-heading-side:before {
   position: absolute;
   content: "";
   top: -2px;
   left: 0;
   width: 50px;
   height: 2px;
   background: #009de6;
 }

 @media screen and (min-width: 769px), print {
   body {
     /* font-size: 16px;
    line-height: 1.7;
    */
   }

   .l-article-page {
     font-size: 16px;
     line-height: 1.7;
   }
 }

 @media screen and (min-width: 769px) and (max-width: 1024px) {
   /* .l-footer-contacts__container {
    display: block;
  }

  .l-footer-contacts__lead {
    margin: 0 0 30px;
  }

  .l-footer-contacts__action {
    justify-content: center;
  } */

   /* .l-site-footer {
    padding: 24px 0 30px;
  }

  .l-site-footer__global>li>ul {
    height: auto;
  } */

   .m-news-search {
     position: static;
     margin: 20px 0 0;
     width: 100%;
   }

   .m-news-filter {
     padding: 30px 30px;
   }

   .p-case-header__left {
     width: 400px;
   }

   .p-corporate-vision {
     padding: 32px 0 0;
     overflow: visible;
   }

   .p-corporate-vision__text {
     width: 50%;
     flex: auto;
     padding: 0 0 0 30px;
   }

   .p-corporate-vision__image {
     position: static;
     width: 50%;
   }

   .p-download-anchor.is-scrolled {
     top: 80px;
   }

   .p-home-specialist__next.swiper-button-next {
     right: -27px;
   }

   .p-home-specialist__prev.swiper-button-prev {
     left: -27px;
   }

   .p-home-link:after {
     left: 80px;
   }

   .p-home-link--download:after {
     left: 50px;
   }

   .c-tab {
     display: none;
   }
 }

 @media screen and (min-width: 769px) and (max-width: 991px) {
   /* .l-footer__body {
    padding: 0 30px;
  }

  .l-footer__top {
    padding: 64px 0 20px;
  }

  .l-footer__top .l-footer__body {
    flex-direction: column;
  }

  .l-footer__top .l-footer__list {
    order: 2;
  }

  .l-footer__top .l-footer__sns {
    order: 1;
    margin-bottom: 28px;
  } */
 }

 @media screen and (min-width: 769px) and (max-width: 1366px) {
   /* .l-site-footer__global>li>ul {
    height: auto;
  } */

   .p-home-category {
     padding: 130px 0 60px 50px;
   }

   .p-home-category:before {
     left: -12px;
   }

   .p-home-category__list {
     margin: -130px 0 70px 0px;
     grid-gap: 32px 56px;
     gap: 32px 56px;
   }

   .p-home-category__item:first-child {
     margin-left: calc(50% + 23px);
   }

   .p-home-category__icon {
     width: 80px;
     height: 80px;
   }

   .p-home-category__icon img {
     width: 100%;
     height: auto;
   }

   .p-home-category__link {
     right: 20px;
   }

   .p-home-recruit__container {
     max-width: calc(100vw - 48px);
   }
 }

 @media screen and (min-width: 769px) and (max-width: 1325px) {
   .p-home-link__japanese {
     font-size: 18px;
   }
 }

 @media screen and (min-width: 1025px) and (max-width: 1139px) {
   /* .l-header__logo {
    padding: 30px 10px 0 15px;
  }

  .l-header__logo img {
    width: 300px;
  } */
 }

 @media screen and (min-width: 1025px) {
   .c-sp {
     display: none;
   }
 }

 @media screen and (min-width: 1140px) and (max-width: 1366px) {
   /* .l-header__logo {
    padding: 30px 10px 0 15px;
  }

  .l-header__logo img {
    width: 420px;
  } */
 }

 @media screen and (min-width: 1326px) {
   .l-inner {
     max-width: 1200px;
   }

   .l-inner--narrow {
     max-width: 980px;
   }

   /* 
  .l-site-footer__inner {
    max-width: 1200px;
  } */

   .m-breadcrumbs__items {
     max-width: 1200px;
   }

   .m-event-filter__content {
     max-width: 1200px;
   }
 }

 @media screen and (min-width: 1901px) {
   .p-home-specialist__slider {
     max-width: 1720px;
   }

   .p-home-case {
     max-width: 1720px;
   }

   .p-home-case__next.swiper-button-next {
     right: -88px;
   }

   .p-home-case__prev.swiper-button-prev {
     left: -88px;
   }
 }

 @media screen and (max-width: 768px) {
   body {
     /*
    font-size: 15px;
    line-height: 1.7;
    */
   }

   .p-case-header__text {
     font-size: unset;
   }

   .l-article img:not(.auto) {
     width: 100%;
   }

   body.is-scroll-fixed {
     position: fixed;
     width: 100%;
   }

   .l-article-page {
     padding-top: 20px;
     margin: 0;
     margin-top: 7.1875rem;
     font-size: 16px;
     line-height: 1.7;
   }

   .l-article-archive {
     margin: 0 0 50px;
     padding-top: 0;
   }

   .l-content {
     display: block;
   }

   .l-content__main {
     margin: 0 0 100px;
   }

   .l-content-header {
     padding: 20px 0;
   }

   .l-corporate {
     flex-direction: column;
     grid-gap: 50px 0;
     gap: 50px 0;
   }

   .l-corporate-local {
     width: 100%;
   }

   .l-corporate-local__current {
     display: block;
   }

   .l-corporate-local__navigation {
     display: none;
     border-radius: 5px;
     border: 1px solid #b2b2b2;
     overflow: hidden;
     box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
   }

   .l-corporate-local__label.is-active a {
     background: #d3eaf6;
   }

   .l-corporate-local__link {
     padding: 8px 15px;
   }

   .l-corporate-local__link:before {
     content: none;
   }

   .l-corporate-history {
     grid-template-columns: 57px auto;
   }

   .l-corporate-history__year {
     font-size: 18px;
   }

   .l-corporate-history__year:after {
     top: 13px;
   }

   .l-corporate-history__month {
     font-size: 16px;
   }

   .l-corporate-history__content {
     display: block;
     padding: 5px 0 0 15px;
   }

   .l-corporate-history__text {
     font-size: 15px;
   }

   .l-flex {
     display: grid;
     flex-direction: column;
     grid-template-columns: 1fr;
   }

   .l-flex-logo__item {
     width: 100%;
   }

   .l-flex-sp {
     display: flex;
     flex-direction: row;
   }

   .l-flex--gap {
     grid-gap: 30px;
     gap: 30px;
   }

   .l-flex--gap-large {
     grid-gap: 15px 0;
     gap: 15px 0;
   }

   .l-flex__image--small {
     width: 100%;
   }

   .l-float-right .l-float__image {
     float: none;
     margin: 0 0 15px;
   }

   .l-float-left .l-float__image {
     float: none;
     margin: 0 0 15px;
   }

   /* .l-footer-contacts {
    padding: 55px 0;
    background-image: url("/img/common/footer-contact_sp.jpg");
  }

  .l-footer-contacts__container {
    display: block;
    padding: 0;
  }

  .l-footer-contacts__label {
    margin: 0 0 10px;
    font-size: 35px;
  }

  .l-footer-contacts__lead {
    margin: 0 0 20px;
  }

  .l-footer-contacts__action {
    display: block;
  }

  .l-footer-contacts__action a {
    width: 100%;
  }

  .l-footer-contacts__action a img {
    width: auto;
  }

  .l-footer-contacts__download {
    margin: 0 0 10px;
  }

  .l-footer__body {
    padding: 0 20px;
  }

  .l-footer__top {
    padding: 64px 0 20px;
  }

  .l-footer__top .l-footer__body {
    flex-direction: column;
  }

  .l-footer__top .l-footer__list {
    order: 2;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .l-footer__top .l-footer__list .l-footer__item {
    width: calc(50% - 8px);
    margin: 4px 0 !important;
  }

  .l-footer__top .l-footer__sns {
    order: 1;
    margin-bottom: 28px;
  }

  .l-footer__middle {
    padding: 40px 0 48px;
  }

  .l-footer__middle .l-footer__flex {
    display: block;
    margin-bottom: 40px;
  }

  .l-footer__middle .l-footer__heading {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    font-size: 14px;
  }

  .l-footer__middle .l-footer__wrapper {
    display: block;
    padding: 0;
    box-shadow: none;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__title {
    float: none;
    width: auto;
    margin-bottom: 8px;
    padding: 16px 0 0;
    border-top: 1px solid #d9d9d6;
    line-height: inherit;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__title:not(:first-child) {
    margin-top: 8px;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list {
    padding: 0;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) {
    justify-content: space-between;
    margin: 0;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__item {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: -1px;
    padding: 0;
    border-right: none;
    border-top: 1px solid #d9d9d6;
    border-bottom: 1px solid #d9d9d6;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__link {
    display: flex;
    align-items: center;
    min-height: 46px;
    line-height: 1.5;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list--float,
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
    margin-left: -12px;
  }

  .l-footer__middle .l-footer__wrapper .l-footer__list--float .l-footer__item,
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last .l-footer__item {
    margin-bottom: 8px;
  }

  .l-footer__middle .l-footer__button {
    display: block;
    margin-top: 25px;
  }

  .l-footer__middle .l-footer__button .l-footer__link {
    width: 100%;
  }

  .l-footer__bottom {
    padding: 24px 0;
  }

  .l-footer__bottom .l-footer__flex .l-footer__item--logo {
    width: 108px;
  }

  .l-footer__bottom .l-footer__flex .l-footer__item--vision {
    width: 136px;
    padding-top: 4px;
  }

  .l-footer__bottom .l-footer__flex .l-footer__media {
    width: 100%;
  }

  .l-footer__copyright {
    font-size: 1rem;
  }

  .l-footer__pagetop {
    display: none;
  } */

   .l-grid--column2pc {
     grid-template-columns: 100%;
   }

   .l-grid--column3 {
     grid-template-columns: 100%;
   }

   .l-grid--column4 {
     grid-template-columns: 100%;
   }

   .l-grid--gap-large {
     grid-gap: 30px;
     gap: 30px;
   }

   .l-grid--gap-small {
     grid-gap: 30px;
     gap: 30px;
   }

   .l-grid--gap-small2 {
     grid-gap: 20px;
     gap: 20px;
   }

   .l-inner {
     max-width: calc(100vw - 24px);
   }

   /* .l-site-footer {
    padding: 50px 0;
  }

  .l-site-footer__inner {
    max-width: calc(100vw - 24px);
  }

  .l-site-footer__search {
    width: 100%;
    position: static;
    margin: 0 0 20px;
  }

  .l-site-footer__input {
    width: calc(100% - 35px);
  }

  .l-site-footer__global>li>ul {
    height: auto;
  }

  .l-site-footer__policy a {
    font-size: 1.1rem;
    line-height: 1.2;
  } */

   .l-table-scroll--sp {
     overflow-x: scroll;
     margin: 0 0 10px;
     position: relative;
   }

   .l-table-scroll--sp:before {
     content: "横にスクロールできます";
     position: absolute;
     top: 45%;
     left: 50%;
     transform: translateX(-50%);
     background-color: rgba(0, 0, 0, 0.5);
     color: #fff;
     width: 175px;
     font-size: 14px;
     padding: 5px 10px;
     border-radius: 4px;
     opacity: 1;
     visibility: visible;
     transition: opacity 0.3s ease, visibility 0.3s ease;
     pointer-events: none;
     z-index: 10;
   }

   .l-table-scroll--sp:focus-within::before,
   .l-table-scroll--sp:hover::before {
     opacity: 0;
     visibility: hidden;
   }

   .l-table-scroll--sp table {
     width: 100%;
     white-space: nowrap;
   }

   .l-table-scroll--sp th,
   .l-table-scroll--sp td {
     display: table-cell !important;
   }

   .m-anchor-container {
     display: none;
     position: fixed;
     z-index: 7;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 95%;
     padding: 50px 25px 25px;
     background: #f8f8f7;
     border-radius: 3px;
   }

   .m-anchor-container.is-active {
     display: block;
   }

   .m-anchor__lists {
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-gap: 10px;
     gap: 10px;
     margin: 0 0 20px;
   }

   .m-anchor__lists--col1 {
     grid-template-columns: 1fr;
   }

   .m-anchor__list {
     flex: none;
   }

   .m-anchor-link {
     padding: 15px;
     text-align: left;
     background-position: 90% center;
     justify-content: flex-start;
   }

   .m-anchor-close {
     display: block;
   }

   .m-anchor-button:before {
     content: url("/img/common/ico_index_white.svg");
     margin: 0 5px 0 0;
   }

   .m-anchor-button {
     display: block;
     position: fixed;
     bottom: 10px;
     left: calc(50% - 68px);
     z-index: 5;
     width: 136px;
     padding: 10px 15px;
     font-size: 14px;
     font-weight: 700;
     background: #3e3e3e;
     border-radius: 3px;
     color: #fff;
     box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
   }

   .m-anchor-parts .m-anchor__lists {
     grid-template-columns: 1fr;
   }

   .m-block-item__category {
     margin: 20px 0 0;
   }

   .m-block-item__tag {
     margin: 20px 0 0;
   }

   .m-block-link__link {
     display: flex;
     padding: 10px;
     grid-gap: 0 25px;
     gap: 0 25px;
     align-items: center;
   }

   .m-block-link__image {
     position: relative;
     width: 70px;
     height: 70px;
     border-radius: 5px;
     overflow: hidden;
   }

   .m-block-link__image img {
     position: absolute;
     top: 50%;
     left: 50%;
     width: auto;
     max-width: none;
     height: 100%;
     transform: translate(-50%, -50%);
   }

   .m-block-link__title {
     flex: 1 1;
   }

   .m-block-box--middle {
     min-width: 100%;
     max-width: 100%;
   }

   .m-box {
     padding: 15px;
   }

   .m-box__title {
     font-size: 18px;
   }

   .m-box-grid {
     grid-template-columns: 1fr;
   }

   .m-box-step {
     margin: 0 0 15px;
   }

   .m-box-step__header {
     grid-gap: 15px;
     gap: 15px;
     align-items: flex-start;
   }

   .m-box-step__number {
     width: 40px;
     height: 40px;
     font-size: 14px;
   }

   .m-box-step__title {
     width: calc(100% - 55px);
     font-size: 18px;
   }

   .m-box-step__text {
     margin: 0 0 0 55px;
     font-size: 15px;
   }

   .m-box-color {
     padding: 15px;
   }

   .m-box-color__title {
     margin: 0 0 5px;
     font-size: 16px;
   }

   .m-breadcrumbs__items {
     max-width: calc(100vw - 24px);
   }

   .m-breadcrumbs__items {
     overflow: hidden;
     padding: 7px 0;
     font-size: 1rem;
   }

   .m-breadcrumbs__item {
     margin: 0 20px 0 0;
   }

   .m-breadcrumbs__item:after {
     right: -15px;
   }

   .m-case-item__image {
     margin: 0 0 12px;
   }

   .m-case-item__image img {
     -o-object-fit: cover;
     object-fit: cover;
   }

   .m-case-item__title {
     margin: 0 22px 13px;
     font-size: 14px;
   }

   .m-case-item__company {
     margin: 0 22px 10px;
   }

   .m-case-item__tags {
     margin: 0 15px;
   }

   .m-case-item__tag {
     font-size: 12px;
     padding: 3px 10px 3px 15px;
   }

   .m-case-item__tag::before {
     top: 10px;
     left: 5px;
   }

   .m-check-page {
     padding: 0 0 30px;
   }

   .m-check-page--top {
     padding: 100px 0;
   }

   .m-check-page__title {
     padding: 20px 0;
     font-size: 20px;
   }

   .m-check-page--under {
     height: auto;
     padding: 25px;
   }

   .m-check-page__cloud--lefttop {
     display: none;
   }

   .m-check-page__cloud--leftbottom {
     display: none;
   }

   .m-check-page__cloud--righttop {
     display: none;
   }

   .m-check-page__cloud--rightbottom {
     display: none;
   }

   .m-check-page__cloud--smartphone {
     display: block;
   }

   .m-check-page__person {
     display: none;
   }

   .m-check-page__search {
     display: block;
     position: absolute;
     right: 0;
     bottom: 0;
     z-index: 5;
   }

   .m-check-back {
     top: 15px;
     left: 15px;
   }

   .m-check-back a {
     font-size: 12px;
     background-size: 6px auto;
   }

   .m-check-show a {
     width: 100%;
     height: 40px;
     font-size: 14px;
   }

   .m-check-list {
     grid-template-columns: 1fr 1fr;
     grid-gap: 5px;
     gap: 5px;
   }

   .m-check-list .m-check-list__item a,
   .m-check-list .m-check-list__item label span {
     min-width: auto;
     padding: 15px 1px;
     font-size: 12px;
   }

   .m-check-result {
     flex-direction: column;
     grid-gap: 10px;
     gap: 10px;
   }

   .m-check-result__item {
     width: 100%;
     padding: 15px 25px 25px;
     grid-gap: 5px;
     gap: 5px;
   }

   .m-check-result__item img:not(.auto) {
     width: 36px;
   }

   .m-check-result__name {
     font-size: 15px;
     margin: 0 0 5px;
   }

   .m-check-result__category {
     padding: 3px;
     width: 100%;
   }

   .m-check-answer {
     padding: 10px;
   }

   .m-check-answer__choise {
     grid-template-columns: 1fr;
     grid-gap: 10px;
     gap: 10px;
   }

   .m-check-answer__number {
     font-size: 14px;
     margin: 0 0 5px;
   }

   .m-check-modal__content {
     width: 95%;
     padding: 60px 25px;
   }

   .m-check-modal__title {
     margin: 0 0 20px;
     font-size: 20px;
     font-weight: 700;
   }

   .m-check-modal__list {
     flex-direction: column;
     grid-gap: 10px;
     gap: 10px;
   }

   .m-check-modal__item {
     width: 100%;
   }

   .m-check-modal__item a {
     text-align: left;
   }

   .m-csr-report {
     padding: 15px;
   }

   .m-csr-report__heading img {
     width: 34px;
   }

   .m-csr-report__item a {
     flex-direction: column;
     grid-gap: 5px;
     gap: 5px;
     padding: 15px 30px 15px 15px;
   }

   .m-csr-report__item a:after {
     top: 50%;
   }

   .m-csr-post__title {
     font-size: 22px;
   }

   .m-csr-post__outline {
     margin: 0 0 50px;
   }

   .m-event-labels {
     grid-gap: 5px;
     gap: 5px;
   }

   .m-event-labels li {
     padding: 5px 10px;
   }

   .m-event-filter {
     background: rgba(217, 217, 214, 0.2);
   }

   .m-event-filter__content {
     max-width: calc(100vw - 24px);
     padding: 15px 0;
     background: none;
   }

   .m-event-filter__box {
     padding: 15px 10px;
   }

   .m-event-filter__box-category {
     margin: 0 0 10px;
   }

   .m-event-filter__box-category .m-event-filter__type {
     display: block;
   }

   .m-event-filter__box-category .m-event-filter__label {
     width: 100%;
     padding: 0 0 10px;
     margin: 0 0 10px;
     border-bottom: 1px solid #d9d9d6;
   }

   .m-event-filter__box-category .m-event-filter__select {
     border-left: none;
     padding-left: 0;
   }

   .m-event-filter__box-option .m-event-filter__type {
     padding: 10px 0 0;
   }

   .m-event-filter__status {
     padding-bottom: 10px;
   }

   .m-event-filter__status .m-event-filter__checks li:first-child {
     width: 100%;
   }

   .m-event-filter__label {
     width: 70px;
   }

   .m-event-filter__select {
     grid-gap: 5px 5px;
     gap: 5px 5px;
     padding-left: 10px;
   }

   .m-event-filter__checks {
     grid-gap: 5px 5px;
     gap: 5px 5px;
   }

   .p-event-archive {
     display: block;
   }

   .m-event-outline {
     display: block;
   }

   .m-event-outline__label {
     width: 100%;
     padding-bottom: 5px;
     margin: 0 0 5px;
     border-right: none;
     border-bottom: 1px solid #d9d9d6;
   }

   .m-event-entry {
     display: block;
   }

   .m-event-entry {
     position: fixed;
     width: 100%;
     left: 0;
     bottom: 0;
     padding: 5px 0;
     background: rgba(112, 112, 112, 0.8);
   }

   .m-event-entry a:before {
     content: none;
   }

   .m-event-entry a {
     padding: 8px;
     max-width: calc(100vw - 24px);
     margin: 0 auto;
   }

   .m-faq-block__question {
     font-size: 16px;
     padding: 0 15px 15px 55px;
   }

   .m-faq-block__question:after {
     top: calc(50% - 10px);
   }

   .m-faq-block__answer {
     padding: 15px 0 15px 55px;
   }

   .m-faq-block__answer:before {
     top: 15px;
   }

   .m-links {
     flex-direction: column;
     grid-gap: 10px;
     gap: 10px;
   }

   .m-modal-gallery__thumbnnail {
     width: 33.33333333333%;
   }

   .m-modal-slider__prev,
   .m-modal-slider__next {
     width: 10px;
     height: 10px;
   }

   .m-news-search {
     position: static;
     margin: 20px 0 0;
     width: 100%;
   }

   .m-news-search__form {
     padding: 10px;
   }

   .m-news-search__input {
     width: calc(100% - 30px);
   }

   .m-news-search__submit {
     display: block;
     width: 30px;
     height: 30px;
   }

   .m-news-search__submit:before {
     width: 30px;
     height: 30px;
     margin: 0;
     background-size: 16px auto;
     background-position: center center;
   }

   .m-news-filter {
     margin: 0 0 30px;
     padding: 10px;
   }

   .m-news-filter__date {
     margin: 0 0 5px;
   }

   .m-news-filter__category {
     grid-gap: 5px;
     gap: 5px;
   }

   .m-news-filter__category li:first-child {
     width: 100%;
     margin: 0 0 -5px;
   }

   .m-news-filter__category li:first-child input {
     display: none;
   }

   .m-news-item a {
     padding: 15px;
     background-image: none;
   }

   .m-news-item__title {
     display: inline;
   }

   .m-news-item--pdf .m-news-item__title:after {
     margin: 0 0 0 5px;
   }

   .m-news-item--blank .m-news-item__title:after {
     margin: 0 0 0 5px;
   }

   .m-news-contact {
     padding: 15px;
   }

   .m-news-contact__title {
     font-size: 18px;
   }

   .m-outline-item {
     flex-direction: column;
     grid-gap: 20px;
     gap: 20px;
   }

   .m-outline-item__title {
     width: 100%;
     margin: 0 0;
   }

   .m-post-index {
     padding: 15px;
   }

   .m-post-index__title {
     font-size: 18px;
   }

   .m-post__state {
     margin: 0 0 10px;
   }

   .m-post h2 {
     padding: 0 0 10px;
     font-size: 20px;
     line-height: 30px;
   }

   .m-post h3 {
     font-size: 18px;
   }

   .m-post h3:before {
     top: 11px;
   }

   .m-post h4 {
     margin: 0 0 15px;
     font-size: 18px;
   }

   .m-post h5 {
     margin: 0 0 15px;
     font-size: 16px;
   }

   .m-post ul li ul {
     margin: 0;
   }

   .m-post ol {
     margin: 0 0 30px 22px;
   }

   .m-post table th {
     padding: 15px;
     width: 100%;
     display: block;
   }

   .m-post table td {
     padding: 15px;
     display: block;
   }

   .m-post .m-anchor-container {
     position: static;
     display: block;
     transform: none;
     width: 100%;
     margin: 0 0 10px;
     padding: 0;
     background: none;
   }

   .m-post .m-anchor__lists {
     grid-template-columns: 1fr;
     margin: 0;
     grid-gap: 5px;
     gap: 5px;
   }

   .m-post-navigation__layout {
     grid-gap: 25px;
     gap: 25px;
     max-width: 500px;
     margin: 0 0 50px;
   }

   .m-post-navigation__link a {
     font-size: 15px;
   }

   .m-post-navigation__link a:before,
   .m-post-navigation__link a:after {
     width: 25px;
     height: 25px;
   }

   .m-post-navigation__link--prev a:before {
     margin: 0 5px 0 0;
   }

   .m-post-navigation__link--next a:after {
     margin: 0 0 0 5px;
   }

   .m-post-change {
     flex-direction: column;
   }

   .m-post-change__item {
     padding: 20px;
   }

   .m-post-change__item--after:before {
     content: url("/img/common/ico_circle-down.svg");
     left: calc(50% - 10px);
     top: -45px;
   }

   .m-post-change__item p {
     font-size: 16px;
   }

   .m-post-change__label {
     font-size: 18px;
   }

   .m-post-links {
     margin: 0 0 50px;
     padding: 15px;
     flex-direction: column;
     align-items: flex-start;
     grid-gap: 5px;
     gap: 5px;
   }

   .m-post-action--service {
     margin: 0 0 50px;
   }

   .m-post-action {
     flex-direction: column;
     grid-gap: 20px;
     gap: 20px;
   }

   .m-post-action__item {
     padding: 35px;
     border: 5px solid #d9d9d6;
   }

   .m-post-action__label {
     margin: 0 0 10px;
   }

   .m-relation__list {
     margin: 0 0 30px;
   }

   .m-relation .l-grid {
     display: block;
     z-index: 1;
   }

   .m-service-list {
     margin: 0 0 50px;
   }

   .m-service-other {
     padding: 15px;
   }

   .m-service-other__title {
     font-size: 16px;
     margin: 0 0 15px;
   }

   .m-service-other__links {
     flex-direction: column;
     grid-gap: 10px;
     gap: 10px;
   }

   .m-service-search__tab {
     grid-gap: 5px;
     gap: 5px;
   }

   .m-service-search__tab li p {
     font-size: 12px;
     padding: 6px 0 8px;
   }

   .m-service-search__tab li p:after {
     top: 7px;
   }

   .m-service-search__tab li a {
     font-size: 12px;
     padding: 5px 0 6px;
     margin: 0 0 1px 5px;
   }

   .m-service-search__tab li a:after {
     top: 7px;
     right: 5px;
   }

   .m-service-search__contents {
     background: #f8f8f7;
     padding: 5px 0 15px;
   }

   .m-service-search__container {
     padding: 10px;
     grid-gap: 5px;
     gap: 5px;
     background: #fff;
     border-radius: 3px;
   }

   .m-service-search__category {
     grid-gap: 5px;
     gap: 5px;
   }

   .m-slider-next.swiper-button-next,
   .m-slider-prev.swiper-button-prev {
     width: 38px;
     height: 38px;
   }

   .m-slider-next.swiper-button-next {
     right: 2px;
   }

   .m-slider-prev.swiper-button-prev {
     left: 2px;
   }

   .p-case-pickup {
     margin: 0 0 55px;
   }

   .p-case-pickup:after {
     top: 22px;
   }

   .p-case-pickup__heading {
     margin: 0 0 10px;
     font-size: 25px;
   }

   .p-case-pickup__next.swiper-button-next,
   .p-case-pickup__prev.swiper-button-prev {
     width: 38px;
     height: 38px;
   }

   .p-case-pickup__next.swiper-button-next {
     right: 2px;
   }

   .p-case-pickup__prev.swiper-button-prev {
     left: 2px;
   }

   .p-case-filter {
     padding: 15px;
   }

   .p-case-filter__title {
     margin: 0 0 13px;
   }

   .p-case-filter__items {
     margin: 0;
     flex-direction: column;
   }

   .p-case-filter__all {
     margin: 0 15px 20px;
   }

   .p-case-filter__select {
     padding: 20px 0 0;
     border-top: 1px solid #d9d9d6;
     border-left: none;
   }

   .p-case-filter__type {
     flex-direction: column;
     grid-gap: 10px;
     gap: 10px;
   }

   .p-case-filter__label {
     width: 100%;
   }

   .p-case-filter__checks {
     margin: 0 15px;
     grid-gap: 10px 5px;
     gap: 10px 5px;
   }

   .p-case-header {
     flex-direction: column;
     grid-gap: 30px;
     gap: 30px;
   }

   .p-case-header__left {
     width: 100%;
   }

   .p-case-header__category {
     margin: 0;
   }

   .p-case-header__right {
     padding: 0 0 30px;
   }

   .p-case-header__heading {
     margin: 0 0 20px;
     font-size: 16px;
   }

   .p-case-header__company {
     font-size: 12px;
   }

   .p-case-header__business {
     font-size: 14px !important;
   }

   .p-case-header__label {
     margin: 0 20px 5px 0;
     width: 120px;
     font-size: 14px;
   }

   .p-case-outline {
     margin: 0 0 50px;
     padding: 30px 0;
   }

   .p-case-outline__action {
     flex-direction: column;
     grid-gap: 5px;
     gap: 5px;
     margin: 0 0 25px;
   }

   .p-check-start {
     width: 100%;
     max-width: 370px;
     height: auto;
     aspect-ratio: 1/1;
   }

   .p-check-start__image {
     display: none;
   }

   .p-check-start__image--smartphone {
     display: block;
     width: 310px;
   }

   .p-check-start img {
     margin: 0 0 12px;
   }

   .p-check-start__title {
     font-size: 31px;
     margin: 0 0 19px;
   }

   .p-check-start p {
     display: none;
   }

   .p-check-start a {
     width: 280px;
     height: 50px;
     font-size: 16px;
   }

   .p-check-start:after {
     content: none;
   }

   .p-check-content {
     padding: 25px 20px;
     width: 100%;
   }

   .p-check-content__title {
     margin: 0 0 15px;
     font-size: 16px;
   }

   .p-column-archive .m-column-item a {
     display: block;
   }

   .p-column-archive .m-column-item__image {
     margin: 0 0 15px;
   }

   .p-column-archive .m-column-item__title {
     max-height: auto;
     font-size: 15px;
     margin: 0 0 10px;
   }

   .p-column-archive .m-column-item__date {
     font-size: 14px;
   }

   .p-column-post__title {
     font-size: 22px;
     line-height: 29px;
   }

   .p-corporate-message__name {
     text-align: left;
   }

   .p-corporate-message__name img {
     width: 140px;
   }

   .p-coporate-access-head {
     flex-direction: column;
     grid-gap: 20px;
     gap: 20px;
   }

   .p-coporate-access-head__image {
     width: 100%;
   }

   .p-coporate-access-head__address dt {
     width: 80px;
   }

   .p-corporate-hisoty-header {
     display: none;
   }

   .p-corporate-hisoty-header--sp {
     display: block;
   }

   .p-corporate-group {
     padding: 40px 0 60px;
   }

   .p-corporate-group img {
     width: 258px;
   }

   .p-corporate-vision {
     padding: 20px 0 0;
     overflow: visible;
     margin: 0 0 60px;
   }

   .p-corporate-vision__container {
     display: block;
   }

   .p-corporate-vision__title.c-heading02:after {
     top: auto;
     bottom: 5px;
   }

   .p-corporate-vision__english {
     margin: 0 0 15px;
   }

   .p-corporate-vision__copy {
     font-size: 20px;
     margin: 0 0 15px;
   }

   .p-corporate-vision__text {
     max-width: calc(100vw - 24px);
     margin: 0 auto;
   }

   .p-corporate-vision__text .c-heading02 {
     margin: 0 0 22px;
   }

   .p-corporate-vision__image {
     position: static;
     width: 100%;
     height: 235px;
     margin: 30px 0 0;
   }

   .p-corporate-theworld__lead {
     margin: 0 0 20px;
     font-size: 16px;
     line-height: 1.9;
   }

   .p-corporate-theworld__text {
     margin: 0 0 30px;
   }

   .p-corporate-problems {
     padding: 15px;
   }

   .p-corporate-problem {
     display: grid;
     grid-template-columns: 1fr;
     grid-gap: 15px;
     gap: 15px;
     padding: 15px;
   }

   .p-corporate-problem__title {
     margin: 0 0 5px;
     text-align: center;
     font-size: 16px;
   }

   .p-corporate-problem__description {
     font-size: 15px;
   }

   .p-corporate-problem__image {
     margin: 0 auto 20px;
   }

   .p-corporate-system {
     overflow-x: scroll;
     padding: 0 0 10px;
     margin: 0 0 30px;
   }

   .p-corporate-system__image {
     width: 500px;
   }

   .p-csr-header {
     background-image: url("/img/corporate/csr/csr_mv-sp.jpg");
     padding: 0 0 130px;
   }

   .p-csr-header__h1 {
     font-size: 20px;
   }

   .p-csr-header__h2 {
     font-size: 22px;
   }

   .p-csr-container {
     padding: 50px 0 0;
   }

   .p-download-anchor__title:before {
     content: url("/img/common/ico_index_white.svg");
     margin: 0 5px 0 0;
   }

   .p-download-anchor__title:after {
     content: none;
   }

   .p-download-anchor__title {
     display: block;
     position: fixed;
     bottom: 10px;
     left: calc(50% - 68px);
     z-index: 5;
     width: 136px;
     padding: 10px 15px;
     font-size: 14px;
     background: #3e3e3e;
     color: #fff;
   }

   .p-download-anchor__modal {
     position: fixed;
     display: none;
     overflow-y: scroll;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 12;
   }

   .p-download-anchor__overlay {
     display: block;
   }

   .p-download-anchor__close {
     display: block;
     position: absolute;
     left: calc(50% - 8px);
     bottom: 20px;
     content: url("/img/common/ico_close.svg");
     width: 10px;
     height: 10px;
   }

   .p-download-anchor__lists {
     position: relative;
     z-index: 2;
     padding: 50px 25px;
     grid-template-columns: 100%;
     background: #f8f8f7;
     border-radius: 3px;
     margin: 45px 15px;
   }

   .p-download-slider__swiper img:not(.auto) {
     width: auto;
     height: 100%;
   }

   .p-event-detail__status {
     margin: 0 0 10px;
   }

   .p-event-detail__image {
     margin: 0 0 20px;
   }

   .p-event-detail__header {
     margin: 0 0 20px;
   }

   .p-event-detail__title {
     line-height: 30px;
     font-size: 22px;
   }

   .p-event-detail__subtitle1 {
     margin: 0 0 10px;
     font-size: 15px;
   }

   .p-event-detail__subtitle2 {
     padding-top: 10px;
     font-size: 15px;
   }

   .p-event-detail__category.c-category {
     margin: 0 0 50px;
   }

   .p-event-detail__table {
     margin: 0 0 30px;
   }

   .p-event-side__link.is-active {
     position: static;
   }

   .p-event-side__link a {
     max-width: 300px;
     margin: 0 auto;
   }

   .p-event-entry.is-active {
     position: fixed;
     bottom: 0;
     left: 0;
     top: auto;
     width: 100%;
     background: rgba(0, 0, 0, 0.6);
     padding: 5px 15px;
   }

   .p-event-entry a {
     height: 40px;
   }

   .p-event-entry a:before {
     content: none;
   }

   :root {
     --swiper-navigation-sides-offset: -48px;
     --swiper-pagination-bullet-horizontal-gap: 6px;
     --swiper-pagination-bottom: -30px;
     --swiper-pagination-bullet-size: 5px;
   }

   .p-home-hero {
     margin-bottom: 30px;
     display: flex;
     flex-direction: column-reverse;
   }

   .p-home-hero__announcement {
     padding: 10px;
     font-size: 12px;
     line-height: 21px;
     text-align: left;
   }

   .p-home-hero__main {
     display: none;
   }

   .p-home-hero__main canvas {
     width: 100%;
     height: auto;
   }

   .p-home-hero__smartphone {
     display: block;
   }

   .p-home-mission {
     margin-bottom: 40px;
     padding-top: 0;
   }

   .p-home-mission__tagline {
     margin-bottom: 20px;
     max-width: none;
     font-size: 18px;
     line-height: 3.30px;
     text-align: center;
   }

   .p-home-mission__image {
     margin-bottom: 30px;
     position: static;
   }

   .p-home-mission__image img {
     max-width: 100%;
   }

   .p-home-notice::before {
     background: none;
   }

   .p-home-notice::after {
     display: none;
   }

   .p-home-notice {
     margin-bottom: 40px;
     padding: 16px 0 20px;
     position: relative;
   }

   .p-home-notice__heading {
     margin-bottom: 10px;
     font-size: 20px;
   }

   .p-home-notice__item {
     font-size: 14px;
   }

   .p-home-notice__item:last-child {
     border-bottom: 0;
   }

   .p-home-notice__item a {
     padding: 10px 48px 10px 0;
     display: block;
   }

   .p-home-notice__item a:after {
     position: absolute;
     right: 0;
     bottom: 15px;
   }

   .p-home-notice__item--blank .p-home-notice__title {
     padding: 0;
     background: none;
   }

   .p-home-notice__item--blank .p-home-notice__title:after {
     transform: translateY(5px);
     display: inline-block;
     margin: 0 0 0 10px;
     content: url("/img/common/ico_blank.svg");
   }

   .p-home-notice__item--pdf .p-home-notice__title {
     padding: 0;
     background: none;
   }

   .p-home-notice__item--pdf .p-home-notice__title:after {
     transform: translateY(4px);
     display: inline-block;
     margin: 0 0 0 10px;
     content: url("/img/common/ico_pdf.svg");
   }

   .p-home-notice__date {
     float: left;
     margin-bottom: 10px;
   }

   .p-home-notice__title {
     clear: left;
   }

   .p-home-service {
     margin-bottom: 40px;
     padding-top: 0;
   }

   .p-home-service::before {
     top: 0;
   }

   .p-home-service__tagline {
     margin-bottom: 30px;
     font-size: 18px;
     line-height: 3.30px;
     text-align: center;
   }

   .p-home-service__lead {
     margin-bottom: 30px;
     font-size: 13px;
     line-height: 24px;
   }

   .p-home-category {
     padding-top: 100px;
     padding-right: 0;
     padding-bottom: 40px;
   }

   .p-home-category:before {
     top: -20px;
     left: -12px;
     right: -12px;
     bottom: 0;
   }

   .p-home-category__list {
     margin: 0 0 30px;
     grid-gap: 30px;
     gap: 30px;
     font-size: 15px;
   }

   .p-home-category__item {
     width: 100%;
   }

   .p-home-category__item:first-child {
     margin-left: 0;
   }

   .p-home-category__icon {
     margin: 0 4px;
     width: 60px;
     height: 60px;
   }

   .p-home-category__icon img {
     width: 100%;
     height: 100%;
     -o-object-fit: contain;
     object-fit: contain;
   }

   .p-home-category__name {
     width: calc(100% - 68px);
   }

   .p-home-category__link {
     position: static;
   }

   .p-home-specialist {
     margin-bottom: 40px;
   }

   .p-home-specialist::before {
     background: url("/img/home/bg_specialist_sp.svg") no-repeat 50% -20px;
   }

   .p-home-specialist__lead {
     text-align: left;
     font-size: 13px;
     line-height: 24px;
   }

   .p-home-specialist__slider {
     max-width: calc(100vw - 122px);
   }

   .p-home-specialist__next.swiper-button-next,
   .p-home-specialist__prev.swiper-button-prev {
     width: 38px;
     height: 38px;
   }

   .p-home-case {
     margin-bottom: 40px;
     padding-top: 52px;
     padding-bottom: 30px;
     max-width: calc(100vw - 60px);
   }

   .p-home-case:before {
     left: 0px;
     right: 0px;
   }

   .p-home-case__lead {
     margin-bottom: 10px;
     padding: 0 18px;
     text-align: left;
     font-size: 13px;
     line-height: 24px;
   }

   .p-home-case__slider {
     padding: 0 12px;
     margin-bottom: 44px;
   }

   .p-home-case__next.swiper-button-next,
   .p-home-case__prev.swiper-button-prev {
     width: 38px;
     height: 38px;
   }

   .p-home-case__next.swiper-button-next {
     right: -19px;
   }

   .p-home-case__prev.swiper-button-prev {
     left: -19px;
   }

   .p-home-tabbar {
     display: flex;
   }

   .p-home-post {
     display: block;
     grid-gap: 0;
     gap: 0;
   }

   .p-home-post::before {
     display: none;
   }

   .p-home-post::after {
     display: none;
   }

   .p-home-post__type {
     display: none;
     margin-bottom: 40px;
     padding-bottom: 30px;
   }

   .p-home-post__type.is-active {
     display: block;
   }

   .p-home-post__type>div:first-child {
     display: none;
   }

   .p-home-post__list {
     padding: 0 0 30px;
   }

   .p-home-post__item {
     padding: 20px 15px 20px 0;
     border-bottom: 1px solid #d9d9d6;
   }

   .p-home-post__title {
     font-size: 14px;
   }

   .p-home-recruit {
     margin-bottom: 40px;
     padding: 30px 0 12px;
   }

   .p-home-recruit::before {
     left: 12px;
     right: 12px;
     bottom: 0;
     width: auto;
     height: auto;
   }

   .p-home-recruit__container {
     margin: 0 auto;
     max-width: calc(100vw - 48px);
     height: auto;
     flex-direction: column;
   }

   .p-home-recruit__buttons {
     margin-bottom: 1px;
     width: 100%;
     height: 118px;
     text-align: left;
     align-items: flex-start;
   }

   .p-home-recruit__image {
     width: 100%;
   }

   .p-home-recruit__image img {
     -o-object-position: 50% 30%;
     object-position: 50% 30%;
   }

   .p-home-recruit__button2,
   .p-home-recruit__button3,
   .p-home-recruit__button4 {
     padding: 0;
     width: 100%;
     height: 52px;
     grid-gap: 0;
     gap: 0;
   }

   .p-home-recruit__button2 {
     margin: 0 0 1px;
   }

   .p-home-recruit__button3 {
     margin: 0 0 1px;
   }

   .p-home-recruit__number {
     padding-left: 21px;
     width: 75px;
     font-size: 25px;
   }

   .p-home-recruit__title {
     font-size: 14px;
   }

   .p-home-links {
     grid-gap: 12px;
     gap: 12px;
   }

   .p-home-link {
     grid-gap: 3px 0;
     gap: 3px 0;
     margin: 0 0 40px;
     padding: 10px 10px 40PX;
     text-align: center;
     height: auto;
     flex-direction: column-reverse;
   }

   .p-home-link:after {
     top: auto;
     bottom: 0;
     left: calc(50% - 18px);
   }

   .p-home-link--contact:after {
     content: url("/img/home/ico_contact_sp.svg");
   }

   .p-home-link--download:after {
     content: url("/img/home/ico_download_sp.svg");
   }

   .p-home-link__english {
     padding: 0;
     font-size: 16px;
   }

   .p-home-link__japanese {
     font-size: 13px;
   }

   .p-home-column {
     margin-bottom: 40px;
     padding-bottom: 30px;
   }

   .p-home-column::before {
     display: none;
   }

   .p-home-column::after {
     display: none;
   }

   .p-home-column__list {
     margin: 0 0 30px;
     padding-top: 24px;
     grid-template-columns: 100%;
     grid-gap: 24px;
     gap: 24px;
   }

   .p-news-title {
     font-size: 22px;
   }

   .p-search-form {
     margin: 0 0 30px;
     padding: 10px;
   }

   .p-search-form__submit {
     display: block;
     width: 27px;
     height: 27px;
     overflow: hidden;
   }

   .p-search-form__submit:before {
     width: 25px;
     height: 25px;
     margin: 0;
     content: url("/img/common/ico_search_sp.svg");
   }

   .p-search-form__submit img {
     width: 14px;
     margin: 5px;
   }

   .p-search-result {
     font-size: 15px;
   }

   .p-search-result__word {
     display: block;
   }

   .p-search-list {
     margin: 0 0 10px;
   }

   .p-search-list__link {
     padding: 15px;
   }

   .p-search-list__title {
     margin: 0 0 5px;
   }

   .p-search-list__text {
     margin: 0 0 5px;
   }

   .p-search-list__url {
     font-size: 12px;
   }

   .p-service-header {
     display: grid;
     padding: 20px 0 0;
   }

   .p-service-header .c-heading02 {
     margin: 0 0 23px;
   }

   .p-service-header__description {
     margin: 0 0 30px;
   }

   .p-service-problem {
     padding: 15px;
   }

   .p-service-problem__item {
     font-size: 16px;
     padding: 15px 15px 15px 52px;
   }

   .p-service-support {
     grid-template-columns: 1fr;
     grid-gap: 20px;
     gap: 20px;
   }

   .p-service-support__item {
     padding: 15px;
     grid-gap: 20px;
     gap: 20px;
     align-items: center;
   }

   .p-service-support__image {
     width: 38px;
   }

   .p-service-support__title {
     margin: 0 0 5px;
     font-size: 16px;
   }

   .p-service-support__description {
     font-size: 15px;
   }

   .p-solution-step {
     grid-gap: 5px;
     gap: 5px;
     padding: 15px;
   }

   .p-solution-step__label {
     width: 35px;
     height: 35px;
     font-size: 0.7rem;
   }

   .p-solution-step__number {
     font-size: 15px;
   }

   .p-solution-step__image {
     width: 35px;
   }

   .p-solution-step__text {
     width: 100%;
     flex: auto;
   }

   .p-solution-step__title {
     margin: 0 0 5px;
     font-size: 16px;
   }

   .p-solution-step__description {
     font-size: 15px;
   }

   .p-solution-step__arrow {
     width: 40px;
     margin: 0 auto;
   }

   .p-service-voice {
     grid-gap: 20px;
     gap: 20px;
     grid-template-columns: 1fr;
     padding: 15px;
   }

   .p-specialist-event__heading {
     margin: 0 0 10px;
     font-size: 14px;
   }

   .p-specialist-event__item a {
     grid-template-columns: 124px auto 10px;
     padding: 40px 0 0;
   }

   .p-specialist-event__image {
     aspect-ratio: 16/9;
   }

   .p-specialist-event__label {
     margin: 0 0 5px;
   }

   .p-specialist-event__status {
     position: absolute;
     top: 0;
     left: 0;
   }

   .p-specialist-event__title {
     white-space: inherit;
     font-size: 14px;
   }

   .p-specialist-profile {
     flex-direction: column;
     grid-gap: 25px;
     gap: 25px;
     margin: 0;
     padding: 0 0 30px;
   }

   .p-specialist-profile__image {
     width: 100%;
   }

   .p-specialist-profile__name {
     margin: 0 0 5px;
     font-size: 25px;
   }

   .p-specialist-profile__name p {
     font-size: 12px;
   }

   .p-specialist-career {
     margin: 0 0 50px;
     padding: 30px 0;
   }

   .c-button-item {
     width: 100%;
   }

   .c-button-item a {
     width: 100%;
     font-size: 14px;
     padding: 10px 5px;
   }

   .c-button-item--contact a:before {
     margin: 0 10px 0 0;
   }

   .c-button-item--download a:before {
     margin: 0 5px 0 0;
   }

   .c-pc {
     display: none;
   }

   .c-tab {
     display: block;
   }

   .c-text-align-sp--left {
     text-align: left;
   }

   .c-link a {
     width: 100%;
     padding: 14px;
   }

   .c-link-more {
     display: flex;
     justify-content: center;
   }

   .c-link-more a {
     width: 230px;
     height: 43px;
     font-size: 15px;
     border-radius: 22px;
   }

   .c-link-more a:before {
     border-radius: 22px;
   }

   .c-link-back a {
     font-size: 15px;
   }

   .c-section--end {
     padding: 0 0 30px;
   }

   .c-section--large {
     padding: 0 0 50px;
   }

   .c-category {
     margin: 0 12px 5px 0;
     float: none;
     grid-area: 1/2/2/3;
   }

   .c-pagenation {
     padding: 20px 0 0;
     grid-gap: 5px;
     gap: 5px;
   }

   .c-pagenation__item a {
     width: 25px;
     height: 25px;
     font-size: 13px;
   }

   .c-search-result {
     margin: 0 0 10px;
   }

   .c-sns-share ul li {
     width: 20px;
   }

   .c-table01 th {
     padding: 15px;
     width: 100%;
     display: block;
   }

   .c-table01 td {
     padding: 15px;
     display: block;
   }

   .c-list01 li ul {
     margin: 0 0 0 0px;
   }

   .c-list02 {
     margin: 0 0 30px 22px;
   }

   .c-list-check li ul {
     margin: 0 0 0 0px;
   }

   .c-profile {
     display: block;
     padding: 20px;
   }

   .c-profile__image {
     margin: 0 auto 30px;
   }

   .c-relation-box {
     display: block;
     padding: 15px;
   }

   .c-relation-box__image {
     margin: 0 auto 30px;
   }

   iframe {
     max-width: 100%;
   }

   .c-youtube {
     width: 100%;
     overflow: hidden;
   }

   .c-input-checkbox__value,
   .c-input-checkbox span {
     padding: 8px 10px 8px 35px;
     font-size: 13px;
     line-height: 1.7;
   }

   .c-input-checkbox__value::before,
   .c-input-checkbox span::before {
     left: 10px;
   }

   .c-input-checkbox input:checked+span:after {
     left: 14px;
   }

   .c-select__radio__value,
   .c-select__check__value,
   .c-select__radio span,
   .c-select__check span {
     font-size: 13px;
     line-height: 1.3;
   }

   .c-heading01 {
     margin: 0 0 30px;
     text-align: center;
   }

   .c-heading01__english {
     margin: 0 0 10px;
     font-size: 22px;
   }

   .c-heading01__english--h3 {
     font-size: 22px;
   }

   .c-heading01__japanese {
     font-size: 16px;
   }

   .c-heading02 {
     font-size: 20px;
   }

   .c-heading02:after {
     width: 30px;
     margin: 0 0 0 25px;
   }

   .c-heading02__sub {
     font-size: 14px;
   }

   .c-heading03 {
     padding: 0 0 10px;
     font-size: 20px;
   }

   .c-heading03--normal {
     padding: 0;
   }

   .c-heading04 {
     font-size: 18px;
   }

   .c-heading04:before {
     top: 11px;
   }

   .c-heading05 {
     font-size: 18px;
   }

   .c-heading06 {
     margin: 0 0 30px;
     padding: 10px 0 0;
     font-size: 20px;
   }

   .c-heading08 {
     margin: 0 0 20px;
     font-size: 16px;
   }

   .c-heading09 {
     font-size: 16px;
   }

   .c-heading-lead {
     text-align: left;
   }

   .c-heading-link a {
     font-size: 15px;
   }

   .c-heading-side {
     padding: 10px 0 0;
     font-size: 20px;
   }
 }

 @media print {
   body {
     -webkit-print-color-adjust: exact;
     color-adjust: exact;
   }

   .l-footer__top,
   .l-footer__middle,
   .l-footer__pagetop {
     display: none;
   }
 }

 @media screen and (max-width: 1024px) {
   .l-article {
     padding-top: 0px;
   }

   /* .l-header {
    display: block;
    height: 54px;
    position: fixed;
  }

  .l-header__overlay {
    display: block;
  }

  .l-header__logo {
    padding: 14px 8px;
    z-index: 1;
    max-width: calc(100% - 50px);
  }

  .l-header__logo img {
    width: 306px;
  }

  .l-header__nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 54px;
    bottom: 0;
    padding: 0 15px 15px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity 0.3s, visibility 0.3s;
    font-weight: 400;
  }

  .l-header__nav.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .l-header__utility {
    padding: 0;
    display: block;
  }

  .l-header__recruit {
    display: none;
  }

  .l-header__staff {
    display: none;
  }

  .l-header__dropdown-button {
    display: none;
  }

  .l-header__dropdown-button-sp {
    display: flex;
    align-items: center;
  }

  .l-header__dropdown-content {
    position: static;
    padding: 0;
    border-radius: 0;
    width: auto;
    height: 0;
    transform: none;
    color: #000;
    background: #fff;
    font-size: 14px;
    overflow: hidden;
  }

  .l-header__dropdown-content.is-active {
    height: auto;
  }

  .l-header__dropdown-content:before {
    display: none;
  }

  .l-header__dropdown-content>ul {
    display: block;
  }

  .l-header__dropdown-content li {
    border-top: 1px solid #d9d9d6;
  }

  .l-header__dropdown-content li a {
    padding-left: 25px;
    height: 50px;
    color: #000;
    justify-content: flex-start;
  }

  .l-header__dropdown-content li a:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #d9d9d6;
    margin-right: 10px;
    line-height: 0;
  }

  .l-header__dropdown-content li a:after {
    display: none;
  }

  .l-header__dropdown-content li.l-header__dropdown-content__blank a {
    position: relative;
  }

  .l-header__dropdown-content li.l-header__dropdown-content__blank a:after {
    display: block;
    position: absolute;
    right: 2px;
    content: url("/img/common/ico_blank_header-sp.svg");
  }

  .l-header__dropdown-content--bpo {
    left: auto;
    width: auto;
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 15px;
    gap: 15px;
  }

  .l-header__dropdown-content--bpo a {
    color: #000;
  }

  .l-header__dropdown-content--bpo>p {
    padding-bottom: 15px;
  }

  .l-header__dropdown-content--bpo>p a {
    border-color: #000;
    height: 40px;
  }

  .l-header__dropdown-content--bpo>p a:before {
    content: url("/img/common/ico_arrow_right02.svg");
  }

  .l-header__dropdown-content--bpo>ul {
    border-bottom: 1px solid #d9d9d6;
  }

  .l-header__dropdown-content--service>ul {
    margin: 0 0 15px;
    border-bottom: 1px solid #d9d9d6;
  }

  .l-header__dropdown-content--case {
    left: auto;
    width: auto;
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 15px;
    gap: 15px;
  }

  .l-header__dropdown-content--case a {
    color: #000;
  }

  .l-header__dropdown-content--case>p {
    padding-bottom: 15px;
  }

  .l-header__dropdown-content--case>p a {
    border-color: #000;
    height: 40px;
  }

  .l-header__dropdown-content--case>p a:before {
    content: url("/img/common/ico_arrow_right02.svg");
  }

  .l-header__dropdown-content--case>ul {
    border-bottom: 1px solid #d9d9d6;
  }

  .l-header__dropdown-content--company {
    left: auto;
    width: auto;
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 15px;
    gap: 15px;
  }

  .l-header__dropdown-content--company a {
    color: #000;
  }

  .l-header__dropdown-content--company>p {
    padding-bottom: 15px;
  }

  .l-header__dropdown-content--company>p a {
    border-color: #000;
    height: 40px;
  }

  .l-header__dropdown-content--company>p a:before {
    content: url("/img/common/ico_arrow_right02.svg");
  }

  .l-header__dropdown-content--company>ul {
    border-bottom: 1px solid #d9d9d6;
  }

  .l-header__dropdown-content--recruit2>ul {
    border-bottom: 1px solid #d9d9d6;
  }

  .l-header__dropdown-search {
    padding-bottom: 15px;
    display: block;
  }

  .l-header__dropdown-search a {
    margin: 10px 0 0;
    color: #000;
  }

  .l-header__dropdown-search-link:before {
    content: url("/img/common/ico_arrow_right02.svg");
    margin-right: 20px;
    width: 15px;
    height: auto;
    line-height: 0;
  }

  .l-header__dropdown-search-icon:before {
    content: url("/img/common/ico_header_search.svg");
  }

  .l-header__search {
    margin: 0 -15px;
    width: auto;
    height: auto;
    display: block;
  }

  .l-header__search-button {
    display: none;
  }

  .l-header__search-content {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    transform: none;
    padding: 8px 15px;
    background: #d9d9d6;
    border-radius: 0;
  }

  .l-header__search-content:before {
    display: none;
  }

  .l-header__search-form {
    padding: 10px;
    border-radius: 3px;
    justify-content: flex-end;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, 0.5);
  }

  .l-header__search-input {
    width: calc(100% - 35px);
    height: 25px;
    border: 0;
    border-radius: 0 5px 5px 0;
  }

  .l-header__search-submit {
    overflow: hidden;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 3px;
  }

  .l-header__search-submit:before {
    content: url("/img/common/ico_search_sp.svg");
    margin: 5px 0 0 0;
    background-image: none;
    width: 25px;
    height: 25px;
    display: block;
  }

  .l-header__download,
  .l-header__contact {
    display: none;
  }

  .l-header__download--smartphone,
  .l-header__contact--smartphone {
    display: block;
    margin: 10px 0 0;
  }

  .l-header__download span,
  .l-header__contact span {
    width: 100%;
    height: 40px;
  }

  .l-header__global {
    margin: 0 0 15px;
    padding: 0;
    display: block;
    font-size: 13px;
  }

  .l-header__global>li {
    border-bottom: 1px solid #d9d9d6;
  }

  .l-header__global>li:nth-child(1) {
    display: list-item;
  }

  .l-header__global>li>a {
    display: flex;
    align-items: center;
    height: 40px;
  }

  .l-header__global>li>a:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #d9d9d6;
    margin-right: 10px;
    line-height: 0;
  }

  .l-header__recruit2 {
    display: list-item;
  }

  .l-header__staff2 {
    display: list-item;
  }

  .l-header__menu {
    display: block;
  } */

   .l-inner--narrow {
     max-width: calc(100vw - 24px);
   }

   /* .l-site-footer__logo {
    width: 100%;
    max-width: 360px;
    margin: 0 0 20px;
  }

  .l-site-footer__submit {
    overflow: hidden;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 3px;
  }

  .l-site-footer__submit:before {
    margin: 2px 6px;
    display: block;
  }

  .l-site-footer__global {
    margin: 0 0 50px;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
  }

  .l-site-footer__global>li {
    border-bottom: 1px solid #bbb;
    padding: 0 0 30px;
  }

  .l-site-footer__global>li.l-site-footer__large {
    padding: 0 0 15px;
  }

  .l-site-footer__global>li:not(:last-child) {
    border-right: 0;
  }

  .l-site-footer__global>li:first-child {
    padding: 0;
    border-bottom: none;
  }

  .l-site-footer__global>li:first-child a {
    margin: 0;
  }

  .l-site-footer__global>li>a,
  .l-site-footer__global>li>p {
    margin: 0 0 15px;
  }

  .l-site-footer__global>li>ul.l-site-footer__company {
    height: 92px;
  }

  .l-site-footer__large {
    display: grid;
    grid-template-columns: auto auto;
  }

  .l-site-footer__policy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 12px;
    grid-gap: 10px;
    gap: 10px;
  } */

   .m-breadcrumbs {
     display: none;
   }

   .m-breadcrumbs--sp {
     display: block;
   }

   .m-breadcrumbs--sp__items {
     overflow: hidden;
     padding: 7px 0;
     font-size: 1rem;
   }

   .m-breadcrumbs--sp__item {
     margin: 0 20px 0 0;
   }

   .m-breadcrumbs--sp__item:after {
     right: -15px;
   }

   .p-home-hero__main {
     height: calc(100vh - 136px);
   }

   .p-home-service__content {
     padding-left: 0;
   }

   .p-home-service__lead {
     margin-bottom: 30px;
   }

   .p-home-service__image {
     position: relative;
     width: 50%;
     right: auto;
     top: -10px;
   }

   .p-home-service__image img {
     position: absolute;
     right: 0;
     top: 0;
     width: 80vw;
     height: 200px;
     -o-object-fit: cover;
     object-fit: cover;
   }

   .p-home-service__links {
     margin-left: calc(50% + 16px);
     padding: 22px;
     grid-gap: 21px;
     gap: 21px;
     flex-direction: column;
     font-size: 15px;
   }

   .p-service-header__action {
     flex-direction: column;
   }
 }

 @media screen and (max-width: 370px) {
   .m-service-search__tab li p:after {
     content: none;
   }

   .m-service-search__tab li a:after {
     content: none;
   }
 }

 /* コメントです */



 /* ==============================================
	column-01用
=============================================== */

 .clearfix:after {
   content: "";
   display: block;
   clear: both;
 }

 @media screen and (max-width: 767px) {
   .sp-none {
     display: none !important;
   }
 }

 .inner {
   position: relative;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 0;
   box-sizing: border-box;
 }

 @media screen and (max-width: 1200px) {
   .inner {
     width: 92%;
   }
 }

 .one-column-area {
   position: relative;
   width: 100%;
   box-sizing: border-box;
 }

 .one-column-area .one-column-contents {
   width: 100%;
   margin-bottom: 30px;
 }

 .one-column-area .one-column-contents:last-child {
   margin: 0;
 }

 .one-column-area .one-column-contents ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
 }

 .one-column-area .one-column-contents ul li {
   display: flex;
   justify-content: space-between;
 }

 .detail-button a {
   position: relative;
   display: block;
   max-width: 345px;
   width: 100%;
   height: 60px;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   line-height: 60px;
   background: #002855;
   margin: 0 auto;
   padding: 0 0 0 20px;
   box-sizing: border-box;
 }

 @media screen and (max-width: 280px) {
   .detail-button a {
     width: 92vw;
     margin: 0 auto;
   }
 }

 .detail-button a::after {
   position: absolute;
   content: " ";
   top: 50%;
   right: 25px;
   width: 10px;
   height: 18px;
   background: url(/service/contactcenter/s-cc/img/white-arrow.svg) center center/10px 18px no-repeat;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   transition: 0.3s;
 }

 .detail-button a:hover:after {
   right: 20px;
 }

 .title-area {
   background: #F5F5F5;
   height: 228px;
   margin: 0;
   padding: 0;
 }

 @media screen and (max-width: 767px) {
   .title-area {
     height: 250px;
     /*margin-top: 54px;*/
     padding: 0;
   }
 }

 .title-area .inner {
   position: relative;
   height: 228px;
 }

 @media screen and (max-width: 767px) {
   .title-area .inner {
     height: 250px;
   }
 }

 .title-area .inner h1 {
   position: absolute;
   top: 50%;
   left: 50%;
   display: block;
   width: 100%;
   color: #002855;
   font-size: 50px;
   text-align: center;
   line-height: 1.5;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
 }

 @media screen and (max-width: 1024px) {
   .title-area .inner h1 {
     font-size: 40px;
   }
 }

 @media screen and (max-width: 767px) {
   .title-area .inner h1 {
     font-size: 26px;
   }
 }

 @media screen and (max-width: 280px) {
   .title-area .inner h1 {
     font-size: 24px;
   }
 }

 .title-area .inner h1.font-s {
   font-size: 45px;
 }

 @media screen and (max-width: 1024px) {
   .title-area .inner h1.font-s {
     font-size: 28px;
   }
 }

 @media screen and (max-width: 767px) {
   .title-area .inner h1.font-s {
     font-size: 24px;
   }
 }

 @media screen and (max-width: 280px) {
   .title-area .inner h1.font-s {
     font-size: 20px;
   }
 }

 .case-page {
   padding-top: 90px;
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-title {
   display: flex;
   border-bottom: 1px solid #d5e0ec;
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-title .one-column-category {
   position: relative;
   width: 150px;
   height: 50px;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   line-height: 50px;
   background: #034895;
   padding: 0 0 0 14.5px;
   box-sizing: border-box;
 }

 @media screen and (max-width: 767px) {
   .case-page {
     padding-top: 40px;
   }

   .case-page .inner .one-column-contents .one-column-content .one-column-title .one-column-category {
     width: 29.6vw;
     height: 34px;
     font-size: 12px;
     line-height: 34px;
     padding: 0 0 0 2.26vw;
   }
 }

 @media screen and (max-width: 280px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-title .one-column-category {
     width: 35vw;
     font-size: 10px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-title .one-column-category img {
   display: inline;
   margin: 19px 11.5px 0 0;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-title .one-column-category img {
     margin: 11.6px 2.26vw 0 0;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-title .one-column-category::after {
   content: '';
   position: absolute;
   top: 0;
   left: 99.9%;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 30px 50px 0;
   border-color: transparent transparent #034895 transparent;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-title .one-column-category::after {
     left: 99.7%;
     border-width: 0 4vw 34px 0;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-title .title {
   color: #034895;
   font-size: 24px;
   font-weight: bold;
   line-height: 50px;
   margin-left: 50px;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-title .title {
     font-size: 14px;
     font-weight: bold;
     line-height: 34px;
     margin-left: 4.26vw;
   }
 }

 @media screen and (max-width: 280px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-title .title {
     font-size: 10px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-tag {
   margin-top: 30px;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag {
     margin-top: 20px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-tag ul {
   display: flex;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag ul {
     display: block;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li {
   padding: 0 20px;
   border-right: 1px solid #D9D9D6;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li {
     justify-content: flex-start;
     padding: 16px 0 10px;
     border-right: none;
     border-bottom: 1px solid #D9D9D6;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li:first-child {
   padding: 0 20px 0 0;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li:first-child {
     padding: 0 0 10px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li:last-child {
   border: none;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li:last-child {
     border-bottom: 1px solid #D9D9D6;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li .industry {
   color: #002855;
   font-weight: bold;
   line-height: 1.15;
   margin-right: 20px;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li .industry {
     width: 33.86vw;
     margin: 0;
   }
 }

 @media screen and (max-width: 280px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li .industry {
     font-size: 12px;
     line-height: 18px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li .industry img {
   display: inline;
   margin-right: 9px;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li .industry img {
     position: relative;
     top: 1px;
     margin-right: 2.4vw;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li .industry-name {
   line-height: 1.15;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li .industry-name {
     width: 58.13vw;
   }
 }

 @media screen and (max-width: 280px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-tag ul li .industry-name {
     font-size: 12px;
     line-height: 18px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-description {
   line-height: 1.5;
   margin-top: 45px;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-description {
     font-size: 14px;
     margin-top: 20px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table {
   width: 1200px;
   margin-top: 30px;
 }

 @media screen and (max-width: 1200px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table {
     width: 92vw;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr {
   width: 1200px;
 }

 @media screen and (max-width: 1200px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr {
     width: 92vw;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr th {
   width: 200px;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   vertical-align: middle;
   background: #034895;
 }

 @media screen and (max-width: 1200px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr th {
     width: 20%;
   }
 }

 @media screen and (max-width: 1024px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr th {
     font-size: 14px;
   }
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr th {
     display: block;
     width: 100%;
     height: 58px;
     font-size: 18px;
     line-height: 58px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td {
   width: 1000px;
   background: #E7EAEF;
   padding: 40px 40px 30px;
   box-sizing: border-box;
 }

 @media screen and (max-width: 1200px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td {
     width: 80%;
   }
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td {
     display: block;
     width: 100%;
     padding: 30px 4vw;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td h3 {
   color: #034895;
   font-size: 20px;
   line-height: 1.5;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td h3 {
     font-size: 16px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td p {
   margin-top: 30px;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td p {
     font-size: 16px;
     margin-top: 25px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td ul {
   list-style-type: disc;
   margin: 20px 0 20px 1em;
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td ul li {
   display: list-item;
   line-height: 1.5;
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list {
   width: 100%;
   margin: 30px 0;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list {
     margin: 20px 0;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list li {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: flex-start;
   margin-bottom: 20px;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list li {
     display: block;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list li:last-child {
   margin: 0;
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list li .point {
   flex-shrink: 0;
   width: 112px;
   height: 40px;
   color: #fff;
   font-weight: bold;
   text-align: center;
   line-height: 40px;
   background: #034895;
   margin-right: 20px;
 }

 @media screen and (max-width: 1200px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list li .point {
     width: 9.33vw;
     font-size: 14px;
   }
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list li .point {
     width: 100%;
     height: 26px;
     font-size: 16px;
     line-height: 26px;
     margin: 0 0 10px;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list li .description {
   text-align: left;
   margin: 0;
   padding: 0;
 }

 @media screen and (max-width: 1200px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list li .description {
     width: 50vw;
   }
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .point-list li .description {
     width: 100%;
     font-size: 14px;
     line-height: 1.5;
     text-align: left;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .img-area {
   margin-bottom: 20px;
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .img-area img {
   width: 918px;
 }

 @media screen and (max-width: 1200px) {
   .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .img-area img {
     width: 100%;
   }
 }

 .case-page .inner .one-column-contents .one-column-content .one-column-table tr td .margin-zero {
   margin: 0;
 }

 .case-page .inner .one-column-contents .detail-button a {
   background: #FF8200;
   margin: 60px auto 0;
 }

 @media screen and (max-width: 767px) {
   .case-page .inner .one-column-contents .detail-button a {
     margin: 30px auto 0;
   }
 }

 .p-public-case-post .c-cv {
   margin-top: 0px !important;
 }

 .p-public-case-post .l-article {
   -webkit-font-smoothing: auto;
   font-feature-settings: normal;
   font-weight: initial;
   /*line-height: initial;*/
   letter-spacing: initial;
 }

 @media screen and (max-width: 767px) {
   .p-public-case-post .l-article {
     line-height: 1.7;
   }
 }


