@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.8;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  position: relative;
  text-align: unset !important;
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
body.is-fixed .l-header__content__btn .is-btn {
  background-image: url(../img/icon_close.svg);
  background-color: #0A295A;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
  color: #333;
}

a:hover, a:active {
  outline: 0;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

button:hover, button:active {
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

i {
  font-style: normal;
}

::-webkit-input-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

::-placeholder {
  color: #999;
  font-weight: bold;
  opacity: 1;
}

input, button, textarea, select {
  margin: 0;
  padding: 10px 20px;
  border-radius: 6px;
  background: #FBFBFB;
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
  width: 100%;
}
input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.flex {
  display: flex;
}

.is-content_wrap {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  .is-content_wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.min-620 {
  min-height: 620px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 999px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 999px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 999px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.pkc {
  color: #1e52a6;
  text-decoration: underline;
}
.pkc:after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 16px;
  margin: 0 3px 3px;
  background: url("../img/ico_pkc.png") no-repeat center/cover;
  vertical-align: middle;
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

main {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.is-iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.is-iframe_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.js-fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}
.js-fadein.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.js-fadein.is-slide {
  transform: translateY(0);
  transform: translateX(-100px);
}
.js-fadein.is-slide.is-active {
  transform: translateX(0);
}
.js-fadein.is-anime {
  transform: translateY(0);
  opacity: 1;
  position: relative;
}
.js-fadein.is-anime:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  margin: auto;
  z-index: 2;
  left: -110%;
  width: 110%;
  background-color: #1e52a6;
}
.js-fadein.is-anime.is-active:after {
  -webkit-animation: leftAni 0.8s forwards cubic-bezier(0.72, 0.03, 0.11, 0.96);
}

@-webkit-keyframes leftAni {
  0% {
    left: -110%;
  }
  40% {
    left: 0%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 110%;
  }
}
@keyframes leftAni {
  0% {
    left: -110%;
  }
  40% {
    left: 0%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 110%;
  }
}
.pagetop {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 65px;
  display: none;
}
@media (min-width: 768px) {
  .pagetop {
    bottom: 89px;
  }
}
.pagetop button {
  padding: 0;
  border: none;
  box-shadow: none;
  width: 60px;
  background: transparent;
}
@media (min-width: 768px) {
  .pagetop button {
    width: 78px;
  }
}

.under_menu {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.under_menu.is-visible {
  display: flex;
}
@media (min-width: 768px) {
  .under_menu.is-visible {
    display: none;
  }
}
.under_menu a {
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 62px;
  background: #1e52a6;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.under_menu a:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.under_menu a:first-child img {
  max-width: 20px;
  margin-top: 2px;
}
.under_menu a img {
  width: 24px;
  margin-right: 2px;
  margin-top: 4px;
}

:-webkit-scrollbar {
  display: none;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0 !important;
}

.simplebar-scrollbar::before {
  background: #1e52a6 !important;
  border-radius: 8px;
  height: 16px !important;
  margin: 0;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1 !important;
}

.simplebar-track {
  background: #fff;
  border-radius: 8px;
  height: 16px !important;
  width: 386px;
}

.p-sustainability__mv:before, .p-sustainability__news:before, .p-company:before, .p-forte__mv:before {
  transition: transform 1s ease-out;
  height: 0 !important;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 1;
}
.p-sustainability__mv.is-animate:before, .p-sustainability__news.is-animate:before, .p-company.is-animate:before, .p-forte__mv.is-animate:before {
  transform: scaleY(1);
  height: 144px !important;
}
@media (min-width: 768px) {
  .p-sustainability__mv.is-animate:before, .p-sustainability__news.is-animate:before, .p-company.is-animate:before, .p-forte__mv.is-animate:before {
    height: 240px !important;
  }
}

.p-sustainability__news.is-animate:before {
  height: 97.8px !important;
}
@media (min-width: 768px) {
  .p-sustainability__news.is-animate:before {
    height: 163px !important;
  }
}

.p-products__mv.l-mv:before, .p-products__mv.l-mv:after {
  transition: transform 1s ease-out;
  height: 0 !important;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 1;
}
.p-products__mv.l-mv.is-animate:before, .p-products__mv.l-mv.is-animate:after {
  transform: scaleY(1);
  height: 150px !important;
}
@media (min-width: 768px) {
  .p-products__mv.l-mv.is-animate:before, .p-products__mv.l-mv.is-animate:after {
    height: 240px !important;
  }
}

.p-business__mv:after, .p-renewal__mv:after, .p-management__mv:after, .p-mobility__mv:after {
  transition: transform 1s ease-out;
  height: 0 !important;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 1;
}
.p-business__mv.is-animate:after, .p-renewal__mv.is-animate:after, .p-management__mv.is-animate:after, .p-mobility__mv.is-animate:after {
  transform: scaleY(1);
  height: 150px !important;
}
@media (min-width: 768px) {
  .p-business__mv.is-animate:after, .p-renewal__mv.is-animate:after, .p-management__mv.is-animate:after, .p-mobility__mv.is-animate:after {
    height: 240px !important;
  }
}

.p-tokyo_ev__mv, .p-subscription__mv {
  height: 97px;
}
.p-tokyo_ev__mv:after, .p-subscription__mv:after {
  transition: transform 1s ease-out;
  height: 0 !important;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 1;
}
.p-tokyo_ev__mv.is-animate:after, .p-subscription__mv.is-animate:after {
  transform: scaleY(1);
  height: 97px !important;
}

.p-archive__sec.sec1 .sec1__content div label dl dt img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}

.l-parking_tab .tabArea__body video {
  width: 100%;
}

@media (min-width: 768px) {
  .l-ranking__row ul {
    gap: 50px 70px !important;
  }
}
.l-ranking__row ul li p {
  text-align: center;
  font-weight: 500;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .l-ranking__row ul li p {
    display: none;
  }
}
.l-ranking__row ul li p.is-link {
  color: #1e52a6;
  font-size: 12px;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .l-ranking__row ul li p.is-link {
    display: block;
    font-size: 14px;
  }
}
.l-ranking__row ul li p.is-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../img/icon_link.svg) center no-repeat;
  background-size: 100%;
}

.l-catalog__table table tr td a {
  color: #1e52a6;
}

.p-download__sec .l-catalog__cards.is-catalog {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-download__sec .l-catalog__cards.is-catalog {
    margin-bottom: 70px;
  }
}

.l-header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  height: 51px;
  z-index: 200;
  background: #fff;
}
@media (min-width: 999px) {
  .l-header {
    height: 100px;
  }
}
.l-header__content {
  position: relative;
  height: 51px;
}
@media (min-width: 999px) {
  .l-header__content {
    height: 100px;
  }
}
.l-header__content__btn {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.l-header__content__btn a, .l-header__content__btn button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 51px;
  width: 55px;
  background: #1e52a6;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-left: 1px solid #fff;
  text-align: center;
  position: relative;
  z-index: 1000;
}
@media (min-width: 999px) {
  .l-header__content__btn a, .l-header__content__btn button {
    width: 90px;
    height: 80px;
  }
}
@media (min-width: 1180px) {
  .l-header__content__btn a, .l-header__content__btn button {
    width: 100px;
  }
}
.l-header__content__btn a:hover, .l-header__content__btn button:hover {
  background-color: #0A295A;
  opacity: 1;
}
.l-header__content__btn a:hover span, .l-header__content__btn button:hover span {
  opacity: 1;
  visibility: visible;
}
.l-header__content__btn a:first-child img, .l-header__content__btn button:first-child img {
  max-width: 22px;
}
@media (min-width: 999px) {
  .l-header__content__btn a:first-child img, .l-header__content__btn button:first-child img {
    max-width: 28px;
  }
}
.l-header__content__btn a img, .l-header__content__btn button img {
  max-width: 26px;
}
@media (min-width: 999px) {
  .l-header__content__btn a img, .l-header__content__btn button img {
    max-width: 37px;
  }
}
.l-header__content__btn a span, .l-header__content__btn button span {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -48px;
  height: 48px;
  line-height: 48px;
  left: 0;
  width: 153px;
  text-align: center;
  background: #0A295A;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
@media (min-width: 999px) {
  .l-header__content__btn a span, .l-header__content__btn button span {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.l-header__content__btn button {
  cursor: pointer;
  background-image: url(../img/icon_menu.svg);
  background-size: 23px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 999px) {
  .l-header__content__btn button {
    width: 88px;
    background-size: 36px;
  }
}
.l-header__content__btn a {
  display: none;
}
@media (min-width: 999px) {
  .l-header__content__btn a {
    display: -webkit-flex;
    display: flex;
  }
}
.l-header__content__list {
  position: absolute;
  right: 370px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 999px) {
  .l-header__content__list {
    display: block;
  }
}
.l-header__content__list > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.l-header__content__list > ul > li {
  margin-right: 25px;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 1180px) {
  .l-header__content__list > ul > li {
    font-size: 15px;
    margin-right: 50px;
  }
}
@media (min-width: 1260px) {
  .l-header__content__list > ul > li {
    font-size: 17px;
    margin-right: 56px;
  }
}
@media (min-width: 1180px) {
  .l-header__content__list > ul > li:first-child {
    margin-right: 46px;
  }
}
.l-header__content__list > ul > li.is-active p:before, .l-header__content__list > ul > li.is-active a:before {
  display: block;
}
.l-header__content__list > ul > li.is-active p > a:before {
  display: none;
}
.l-header__content__list > ul > li p, .l-header__content__list > ul > li a {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.l-header__content__list > ul > li p:before, .l-header__content__list > ul > li a:before {
  content: "";
  height: 2px;
  background: #1e52a6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}
.l-header__content__logo {
  position: absolute;
  left: 16px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 88px;
}
@media (min-width: 999px) {
  .l-header__content__logo {
    top: 50%;
    left: 30px;
    width: 165px;
  }
}
.l-header__content__logo h1 {
  line-height: 1;
}
.l-header__list {
  display: none;
  position: fixed;
  height: -webkit-fill-available;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 999px) {
  .l-header__list {
    top: 100px;
  }
}
.l-header__list__bg {
  z-index: 100;
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  height: -webkit-fill-available;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 999px) {
  .l-header__list__bg {
    top: 100px;
  }
}
.l-header__list__content {
  position: relative;
  z-index: 150;
  width: 100vw;
  background: #fff;
  padding: 40px 13px 12px;
}
@media (min-width: 999px) {
  .l-header__list__content {
    padding: 25px 0;
  }
}
.l-header__list__content .is-wrap {
  max-width: 1260px;
  margin: 0 auto;
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-header__list__content .is-wrap > ul > li {
  margin-bottom: 16px;
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li {
    width: 43.6%;
    margin-right: 5%;
    margin-bottom: 32px;
  }
}
.l-header__list__content .is-wrap > ul > li.is-1st {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li.is-1st .is-list_wrap {
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li.is-1st ul {
    margin-right: 40px;
    flex-grow: 1;
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li.is-1st ul.is-1st {
    width: 200px;
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li.is-1st ul:last-child {
    margin-right: 0;
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li.is-3rd {
    width: 23.5%;
    margin-right: 4%;
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li.is-4th {
    width: 23.5%;
    margin-right: 0;
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li.is-4th ul {
    margin-bottom: 55px;
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li dl dt {
    width: calc(100% - 176px);
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li dl dd {
    width: 176px;
  }
}
.l-header__list__content .is-wrap > ul > li h4 {
  margin-bottom: 16px;
}
.l-header__list__content .is-wrap > ul > li h4 a {
  font-size: 17px;
  font-weight: 500;
  color: #1e52a6;
}
.l-header__list__content .is-wrap > ul > li h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #707070;
  padding-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 22px;
}
.l-header__list__content .is-wrap > ul > li h3 form {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 70%;
}
.l-header__list__content .is-wrap > ul > li h3 input {
  border: none;
  margin-left: 10px;
  background: #fff;
  padding: 0;
  font-size: 17px;
}
.l-header__list__content .is-wrap > ul > li h3 .is-btn {
  border: none;
  box-shadow: none;
  width: 23px;
  height: 23px;
  margin-right: 15px;
  background: #fff;
  padding: 0;
}
.l-header__list__content .is-wrap > ul > li h2 {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 22px;
  border-bottom: 1px solid #1e52a6;
  margin-bottom: 22px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li h2 {
    cursor: auto;
  }
}
.l-header__list__content .is-wrap > ul > li h2.is-active:before {
  background-image: url(../img/icon_minus.svg);
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li h2.is-active:before {
    display: none;
  }
}
.l-header__list__content .is-wrap > ul > li h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 6px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_plus.svg) center no-repeat;
  background-image: 100%;
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li h2:before {
    display: none;
  }
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li .is-ac_content {
    display: block !important;
  }
}
.l-header__list__content .is-wrap > ul > li .is-ac_content ul:last-child li:last-child {
  margin-bottom: 55px;
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li .is-ac_content ul:last-child li:last-child {
    margin-bottom: 0;
  }
}
.l-header__list__content .is-wrap > ul > li ul li {
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.l-header__list__content .is-wrap > ul > li ul li.is-ac {
  cursor: pointer;
  margin-bottom: 10px;
}
.l-header__list__content .is-wrap > ul > li ul li.is-ac.is-active:before {
  background-image: url(../img/icon_minus.svg);
}
.l-header__list__content .is-wrap > ul > li ul li.is-ac:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 6px;
  top: 0;
  background: url(../img/icon_plus.svg) center no-repeat;
  background-size: 100%;
}
@media (min-width: 999px) {
  .l-header__list__content .is-wrap > ul > li ul li.is-ac:before {
    right: 0;
    width: 20px;
    height: 20px;
  }
}
.l-header__list__content .is-wrap > ul > li ul li.is-child {
  padding-left: 16px;
}
.l-header__list__content .is-wrap > ul > li ul li a {
  display: inline-block;
  position: relative;
}
.l-header__list__content .is-wrap > ul > li ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #BEBEBE;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.l-header__list__content .is-wrap > ul > li ul li a:hover, .l-header__list__content .is-wrap > ul > li ul li a:active {
  opacity: 1;
}
.l-header__list__content .is-wrap > ul > li ul li a:hover:after, .l-header__list__content .is-wrap > ul > li ul li a:active:after {
  width: 100%;
}

.l-header_menu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  background: #fff;
  display: none;
  z-index: 100;
}
.l-header_menu__content {
  display: none;
  max-width: 1260px;
  margin: 0 auto;
  padding: 20px 0;
}
.l-header_menu__content ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-header_menu__content ul li {
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 500;
  margin-right: 36px;
  line-height: 1.2;
}
.l-header_menu__content ul li a {
  display: block;
  position: relative;
  min-width: 118px;
  padding-right: 28px;
  padding-bottom: 11px;
}
.l-header_menu__content ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url(../img/icon_arw.svg) center no-repeat;
  background-size: 100%;
}
.l-header_menu__content ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #BEBEBE;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.l-header_menu__content ul li a:hover, .l-header_menu__content ul li a:active {
  opacity: 1;
}
.l-header_menu__content ul li a:hover:after, .l-header_menu__content ul li a:active:after {
  width: 100%;
}
.l-header_menu__content h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid #1e52a6;
  margin-bottom: 32px;
}
.l-header_menu__content h2 span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.l-footer_contact {
  background: url(../img/footer_contact_sp.png) center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .l-footer_contact {
    font-size: 17px;
    padding-top: 135px;
    padding-bottom: 98px;
    background-image: url(../img/footer_contact_pc.png);
  }
}
.l-footer_contact .o-btn {
  margin-top: 44px;
  padding-left: 0;
  max-width: 294px;
  height: 77px;
  font-size: 17px;
  background: #1e52a6;
}
@media (min-width: 768px) {
  .l-footer_contact .o-btn {
    margin-top: 64px;
    max-width: 433px;
    height: 114px;
    font-size: 26px;
  }
}
.l-footer_contact .o-btn:after {
  display: none;
}
.l-footer_contact .o-btn:hover, .l-footer_contact .o-btn:active {
  padding-left: 0;
}
@media (min-width: 768px) {
  .l-footer_contact .o-btn:hover:before, .l-footer_contact .o-btn:active:before {
    left: 0;
  }
}
.l-footer_contact p {
  max-width: 714px;
  margin: 0 auto;
}
.l-footer_contact h2 {
  line-height: 1;
  font-size: 62px;
  font-weight: bold;
  color: #1e52a6;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-footer_contact h2 {
    font-size: 102px;
    margin-bottom: 25px;
  }
}
.l-footer_contact h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .l-footer_contact h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.l-footer {
  border-top: 29px solid #1e52a6;
  padding-top: 55px;
}
@media (min-width: 768px) {
  .l-footer {
    border-width: 80px;
    padding-top: 49px;
  }
}
.l-footer__copy {
  background: #1e52a6;
  color: #fff;
  font-size: 12px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .l-footer__copy {
    font-size: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.l-footer__copy p {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .l-footer__copy p {
    margin-top: 0;
    display: inline-block;
  }
}
.l-footer__copy a {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-right: 20px;
}
.l-footer__content {
  font-size: 15px;
  padding-bottom: 95px;
}
@media (min-width: 768px) {
  .l-footer__content {
    padding-bottom: 120px;
  }
}
.l-footer__content__btn {
  margin-top: 54px;
}
@media (min-width: 768px) {
  .l-footer__content__btn {
    margin-top: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
}
.l-footer__content__btn a {
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 222px;
  height: 67px;
  border: 1px solid #2E6C9E;
  color: #2E6C9E;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 26px;
  border-radius: 33px;
}
@media (min-width: 768px) {
  .l-footer__content__btn a.is-contact {
    margin-left: 20px;
  }
}
.l-footer__content__btn a.is-contact:before {
  background-image: url(../img/icon_mail_bl.svg);
  width: 23px;
  height: 18px;
}
.l-footer__content__btn a:before {
  content: "";
  display: block;
  width: 19px;
  height: 25px;
  margin-right: 14px;
  background: url(../img/icon_file.svg) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .l-footer__content > ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-footer__content > ul > li {
  margin-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .l-footer__content > ul > li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 53px;
  }
  .l-footer__content > ul > li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .l-footer__content > ul > li.is-2nd {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .l-footer__content > ul > li.is-2nd dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l-footer__content > ul > li.is-2nd dl dt {
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .l-footer__content > ul > li.is-2nd dl dt {
    margin-bottom: 0;
    width: 68%;
  }
}
@media (min-width: 768px) {
  .l-footer__content > ul > li.is-2nd dl dd {
    width: 32%;
  }
}
.l-footer__content > ul > li .is-ac_content {
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}
.l-footer__content > ul > li ul li {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .l-footer__content > ul > li ul li.is-sp {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .l-footer__content > ul > li ul li.is-sp02 {
    font-size: 13px;
  }
}
.l-footer__content > ul > li h4 {
  color: #1e52a6;
  font-size: 17px;
  font-weight: 500;
}
.l-footer__content > ul > li h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .l-footer__content > ul > li h3 {
    margin-bottom: 22px;
  }
}
.l-footer__content > ul > li h3 form {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 70%;
}
.l-footer__content > ul > li h3 input {
  border: none;
  margin-left: 10px;
  background: #fff;
  padding: 0;
  font-size: 17px;
}
.l-footer__content > ul > li h3 .is-btn {
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  background: #fff;
  padding: 0;
}
@media (min-width: 768px) {
  .l-footer__content > ul > li h3 .is-btn {
    width: 22px;
    height: 22px;
  }
}
.l-footer__content > ul > li h2 {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #1e52a6;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-footer__content > ul > li h2 {
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 28px;
  }
}
.l-footer__content > ul > li h2:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/icon_plus.svg) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .l-footer__content > ul > li h2:before {
    width: 18px;
    height: 18px;
  }
}
.l-footer__content > ul > li h2.is-active:before {
  background-image: url(../img/icon_minus.svg);
}
.l-footer__content > ul > li h2 a {
  display: inline-block;
}
.l-footer__logo {
  text-align: center;
  padding-bottom: 58px;
}
@media (min-width: 768px) {
  .l-footer__logo {
    text-align: left;
  }
}
.l-footer__logo img {
  max-width: 142px;
}
@media (min-width: 768px) {
  .l-footer__logo img {
    max-width: 196px;
  }
}

.o-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  max-width: 214px;
  cursor: pointer;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  height: 58px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  border: none;
  line-height: 1;
  z-index: 2;
  letter-spacing: 0.16em;
  overflow: hidden;
  transition: 0.1s;
  background: #1e52a6;
}
@media (min-width: 768px) {
  .o-btn {
    max-width: 270px;
    height: 66px;
    font-size: 17px;
  }
}
.o-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0A295A;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.4s;
  z-index: -1;
}
.o-btn:hover, .o-btn:active {
  opacity: 1;
}
@media (min-width: 768px) {
  .o-btn:hover, .o-btn:active {
    padding-left: 120px;
  }
}
@media (min-width: 768px) {
  .o-btn:hover:before, .o-btn:active:before {
    left: 0;
  }
}
@media (min-width: 768px) {
  .o-btn:hover:after, .o-btn:active:after {
    background: #fff;
    width: 120px;
  }
}
.o-btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 34px;
  height: 1px;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .o-btn:after {
    width: 42px;
  }
}
.o-btn.is-wh {
  color: #1e52a6;
  background: #fff;
}
.o-btn.is-wh:before {
  background-color: #0A295A !important;
}
.o-btn.is-wh:after {
  background: #1e52a6;
}
@media (min-width: 768px) {
  .o-btn.is-wh:hover, .o-btn.is-wh:active {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .o-btn.is-wh:hover:after, .o-btn.is-wh:active:after {
    background: #fff;
    width: 120px;
  }
}
.o-btn.is-contact {
  background: #E0EAF9;
  color: #1e52a6;
  padding-left: 0;
  font-weight: bold;
  letter-spacing: normal;
  max-width: 280px;
}
@media (min-width: 768px) {
  .o-btn.is-contact {
    max-width: 320px;
    height: 62px;
  }
}
.o-btn.is-contact:after {
  left: auto;
  right: 24px;
  background: url(../img/icon_arw.svg) center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.o-btn__dl {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.o-btn__dl:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0A295A;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.4s;
  z-index: -1;
}
.o-btn__dl:hover, .o-btn__dl:active {
  opacity: 1;
}
.o-btn__dl:hover:before, .o-btn__dl:active:before {
  left: 0;
}

.o-page_title {
  margin-top: 29px;
  margin-bottom: 66px;
  font-size: 17px;
}
@media (min-width: 768px) {
  .o-page_title {
    margin-top: 58px;
    font-size: 14px;
    margin-bottom: 138px;
  }
}
.o-page_title h2 {
  line-height: 1.5;
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .o-page_title h2 {
    font-size: 52px;
  }
}

.o-breadcrumb {
  margin-top: 95px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .o-breadcrumb {
    margin-top: 197px;
    font-size: 16px;
    font-weight: 500;
  }
}
.o-breadcrumb ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
.o-breadcrumb ul .arrow {
  vertical-align: baseline;
}
.o-breadcrumb ul li {
  color: #333;
}
.o-breadcrumb ul li a {
  color: #333;
}
.o-breadcrumb ul li a img {
  vertical-align: baseline;
  width: 26px;
  height: 16px;
}
.o-breadcrumb ul li:last-child {
  margin-right: -0.12em;
}

.o-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 4%;
  font-weight: 500;
}
@media (min-width: 768px) {
  .o-pagination {
    font-size: 17px;
  }
}
.o-pagination li.is-first a, .o-pagination li.is-last a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.4px;
  height: 16.4px;
  color: transparent;
  font-weight: bold;
  font-size: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .o-pagination li.is-first a, .o-pagination li.is-last a {
    font-size: 17px;
    width: 20px;
    height: 20px;
  }
}
.o-pagination li.is-first {
  margin-top: 2.5px;
}
.o-pagination li.is-first a {
  background-image: url("../img/pagination_prev.svg");
}
.o-pagination li.is-last {
  margin-top: 2.5px;
}
.o-pagination li.is-last a {
  background-image: url("../img/pagination_next.svg");
}
.o-pagination li.is-current a {
  font-weight: bold;
  color: #1e52a6;
  pointer-events: none;
}
.o-pagination li.is-hidden {
  display: none;
}
.o-pagination li.is-dots {
  pointer-events: none;
}
.o-pagination li.is-dots span {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  width: 14.76px;
  height: 20.5px;
  line-height: 20.5px;
}
@media (min-width: 768px) {
  .o-pagination li.is-dots span {
    font-size: 17px;
    width: 18px;
    height: 25px;
    line-height: 25px;
  }
}
.o-pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.o-pagination li a:hover {
  color: #1e52a6;
}

.p-top .p-top__work {
  margin-bottom: 0 !important;
}
.p-top__bn {
  padding-top: 28px;
  padding-bottom: 28px;
  background: #1e52a6;
}
@media (min-width: 768px) {
  .p-top__bn {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-top__bn.is-products {
  text-align: center;
  padding: 50px 0 80px;
  margin-bottom: 100px;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__bn.is-products {
    padding: 80px 0 150px;
    margin-bottom: 120px;
  }
}
.p-top__bn.is-products:after {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #1e52a6;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.p-top__bn.is-products ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top__bn.is-products ul {
    margin-top: 65px;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.p-top__bn.is-products ul li {
  background-image: url(../img/products_sec2_bg1.png);
  height: 220px;
}
@media (min-width: 768px) {
  .p-top__bn.is-products ul li {
    height: 350px;
  }
}
.p-top__bn.is-products ul li:last-child {
  background-image: url(../img/products_sec2_bg2.png);
}
.p-top__bn.is-products ul li h3 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  font-size: 36px;
  line-height: 1.3;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top__bn.is-products ul li h3 {
    font-size: 51px;
  }
}
.p-top__bn.is-products ul li h3 span {
  line-height: 1.8;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 768px) {
  .p-top__bn.is-products ul li h3 span {
    font-size: 17px;
  }
}
.p-top__bn.is-products h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  font-size: 36px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top__bn.is-products h2 {
    font-size: 51px;
  }
}
.p-top__bn.is-products .l-text__p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-top__bn > ul {
  max-width: 1260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top__bn > ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top__bn > ul > li {
  position: relative;
  padding-top: 60%;
  height: 0;
  background: url(../img/top_company_img.png) center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-top__bn > ul > li {
    width: 50%;
    padding-top: 0;
    height: 381px;
  }
}
.p-top__bn > ul > li:last-child {
  background-image: url(../img/top_recruit_img.png);
}
.p-top__bn > ul > li.is-recruit > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.p-top__bn > ul > li.is-recruit > div.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.p-top__bn > ul > li.is-recruit > div.is-active ul {
  display: block;
}
.p-top__bn > ul > li.is-recruit > div.is-active h3 {
  color: transparent;
}
.p-top__bn > ul > li.is-recruit ul {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  font-size: 17px;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-top__bn > ul > li.is-recruit ul {
    font-size: 22px;
  }
}
.p-top__bn > ul > li.is-recruit ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.p-top__bn > ul > li.is-recruit ul li:before {
  content: "-";
  padding-right: 5px;
}
.p-top__bn > ul > li.is-recruit ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.p-top__bn > ul > li.is-recruit ul li a:hover, .p-top__bn > ul > li.is-recruit ul li a:active {
  opacity: 1;
}
.p-top__bn > ul > li.is-recruit ul li a:hover:after, .p-top__bn > ul > li.is-recruit ul li a:active:after {
  width: 100%;
}
.p-top__bn > ul > li.is-recruit ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.p-top__bn > ul > li > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-top__bn > ul > li > a:hover {
  opacity: 1;
}
.p-top__bn > ul > li > a:hover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.p-top__bn > ul > li h3 {
  position: absolute;
  bottom: 16px;
  left: 22px;
  font-size: 36px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.p-top__bn > ul > li h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__bn > ul > li h3 span {
    line-height: 1;
  }
}
.p-top__work {
  padding-top: 37px;
  padding-bottom: 62px;
  background: url(../img/top_work_sp.png) center no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__work {
    padding-top: 52px;
    padding-bottom: 137px;
    background-image: url(../img/top_work_pc.png);
    margin-bottom: 80px;
  }
}
.p-top__work.is-top {
  margin-bottom: 0;
}
.p-top__work.is-story {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .p-top__work.is-story {
    padding-top: 110px;
  }
}
.p-top__work.is-story h2 {
  position: relative;
}
.p-top__work.is-story h2 i {
  color: #fff;
  font-size: 100px;
  position: absolute;
  right: -10px;
  bottom: -20px;
  line-height: 1;
  z-index: -1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-top__work.is-story h2 i {
    font-size: 171px;
    bottom: -40px;
  }
}
.p-top__work.is-story h2 span {
  font-weight: bold;
  font-size: 28px;
}
@media (min-width: 768px) {
  .p-top__work.is-story h2 span {
    font-size: 46px;
  }
}
.p-top__work__content {
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-top__work__content {
    padding-bottom: 80px;
    margin-left: 147px;
  }
}
.p-top__work__content ul {
  display: -webkit-flex;
  display: flex;
  gap: 25px;
}
.p-top__work__content ul .item {
  width: 304px;
  min-width: 304px;
}
@media (min-width: 768px) {
  .p-top__work__content ul .item {
    width: 480px;
    min-width: 480px;
  }
}
.p-top__work__content ul .item .thumb {
  margin-bottom: 3.6px;
  height: 220px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top__work__content ul .item .thumb {
    height: 346px;
    margin-bottom: 6px;
  }
}
.p-top__work__content ul .item .thumb img {
  position: absolute;
  height: 105%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.p-top__work__content ul .item dl .meta .is-name {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-top__work__content ul .item dl .meta .is-name {
    font-size: 15px;
  }
}
.p-top__work__content ul .item dl .meta h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  min-height: 50px;
}
@media (min-width: 768px) {
  .p-top__work__content ul .item dl .meta h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.p-top__work__content ul .item dl .meta .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-top__work__content ul .item dl .meta .tags .tag {
  min-width: 80px;
  min-height: 33px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: #1e52a6;
  border-radius: 28px;
  color: #fff;
  padding: 7px 25px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__work__content ul .item dl .meta .tags .tag {
    font-size: 14px;
  }
}
.p-top__work .o-btn {
  margin-right: 0;
  margin-top: 20px;
  background: linear-gradient(to right, #F2F2F2 0px, #F2F2F2 17px, #1e52a6 17px, #1e52a6 100%);
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-top__work .o-btn {
    margin-top: -16px;
    background: linear-gradient(to right, #F2F2F2 0px, #F2F2F2 21px, #1e52a6 21px, #1e52a6 100%);
  }
}
.p-top__work h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-top__work h2 {
    font-size: 68px;
    margin-bottom: 69px;
  }
}
.p-top__work h2 span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__work h2 span {
    font-size: 20px;
    line-height: 1;
  }
}
.p-top__product {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
.p-top__product.is-top {
  padding-top: 79.4%;
  background: url(../img/top_product_img_sp.png) top center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-top__product.is-top {
    padding-top: 47.6%;
    background-image: url(../img/top_product_img_pc.png);
  }
}
.p-top__product.is-top h2 {
  padding-top: 0;
  margin: -22px auto 0;
  font-size: 72px;
  max-width: 710px;
}
@media (min-width: 768px) {
  .p-top__product.is-top h2 {
    font-size: 146px;
    margin-top: -90px;
  }
}
.p-top__product.is-top h2:after {
  top: 120px;
}
@media (min-width: 768px) {
  .p-top__product.is-top h2:after {
    top: 160px;
    right: -160px;
  }
}
@media (min-width: 768px) {
  .p-top__product.is-top h2 span {
    writing-mode: vertical-rl;
    position: absolute;
    left: -90px;
    top: 50px;
    height: 200%;
    font-size: 34px;
    letter-spacing: 0.8em;
  }
}
.p-top__product.is-top:before {
  display: none;
}
@media (min-width: 768px) {
  .p-top__product.is-top .is-content_wrap {
    width: 100%;
  }
}
.p-top__product.is-top .p-top__product__content {
  max-width: 710px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-top__product.is-top .p-top__product__content {
    font-size: 26px;
    padding-bottom: 185px;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top__product.is-top .p-top__product__content .o-btn {
  margin-top: 37px;
}
@media (min-width: 768px) {
  .p-top__product.is-top .p-top__product__content .o-btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .p-top__product.is-maintenance {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-top__product.is-maintenance .is-content_wrap {
    padding-left: 45px;
  }
}
.p-top__product.is-maintenance:before {
  background-image: url(../img/top_maintenance_img.png);
}
@media (min-width: 768px) {
  .p-top__product.is-sustainability {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top: 400px;
    margin-bottom: 140px;
  }
}
.p-top__product.is-sustainability:before {
  background-image: url(../img/top_sustainability_img.png);
}
.p-top__product:before {
  content: "";
  display: block;
  padding-top: 79.4%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-top__product:before {
    padding-top: 0;
    width: 46%;
  }
}
@media (min-width: 768px) {
  .p-top__product .is-content_wrap {
    width: 54%;
  }
}
.p-top__product h2 {
  padding-top: 15px;
  position: relative;
  line-height: 1.25;
  font-size: 44px;
  font-weight: bold;
  color: #1e52a6;
}
@media (min-width: 768px) {
  .p-top__product h2 {
    padding-top: 0;
    font-size: 78px;
  }
}
.p-top__product h2 span {
  line-height: 1;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .p-top__product h2 span {
    font-size: 24px;
    letter-spacing: normal;
  }
}
.p-top__product h2.is-animate:after {
  height: 144px;
}
@media (min-width: 768px) {
  .p-top__product h2.is-animate:after {
    height: 254px;
  }
}
.p-top__product h2:after {
  content: "";
  right: 20px;
  top: 160px;
  width: 2px;
  height: 0;
  position: absolute;
  background: #1e52a6;
  transition: height 1s ease-out;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-top__product h2:after {
    width: 4px;
  }
}
.p-top__product__content {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 76px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .p-top__product__content {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 190px;
  }
}
.p-top__product__content .o-btn {
  margin-top: 47px;
}
@media (min-width: 768px) {
  .p-top__product__content .o-btn {
    margin-top: 60px;
    margin-left: 0;
  }
}
.p-top__business {
  padding: 40px 15px 54px;
  background: #1e52a6;
  color: #fff;
  position: relative;
  max-width: 1260px;
  margin: 0 auto 64px;
}
@media (min-width: 768px) {
  .p-top__business {
    padding: 0;
    background: #fff;
    margin-bottom: 130px;
  }
}
.p-top__business .is-no1_wrap {
  margin-left: -75px;
}
@media (min-width: 768px) {
  .p-top__business .is-no1_wrap {
    margin-left: 0;
  }
}
.p-top__business img.is-img {
  position: relative;
  right: -15px;
  margin-top: 34px;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .p-top__business img.is-img {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 100px;
    display: none;
    max-width: 486px;
  }
}
@media (min-width: 1180px) {
  .p-top__business img.is-img {
    display: block;
  }
}
.p-top__business img.is-no1 {
  max-width: 257px;
  margin-top: 34px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-top__business img.is-no1 {
    margin-left: 0;
    margin-top: 170px;
    margin-bottom: 60px;
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .p-top__business__btn {
    display: none;
  }
}
.p-top__business__content {
  padding-left: 75px;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-top__business__content {
    background: #1e52a6;
    margin-left: 80px;
    padding-top: 55px;
    padding-left: 245px;
    padding-bottom: 108px;
    font-size: 17px;
  }
}
.p-top__business__content .o-btn {
  display: none;
}
@media (min-width: 768px) {
  .p-top__business__content .o-btn {
    display: flex;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .p-top__business__content > p {
    max-width: 405px;
  }
}
.p-top__business__content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-top__business__content h2 {
    font-size: 42px;
  }
}
.p-top__business__content h2 span {
  border-bottom: 1px solid #fff;
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-top__business__content h2 span {
    font-size: 26px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.p-top__business h3 {
  line-height: 1;
  font-size: 72px;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: absolute;
  left: 15px;
  top: -100px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-top__business h3 {
    font-size: 146px;
    left: 140px;
    top: -205px;
  }
}
.p-top__business h3 span {
  color: #1e52a6;
}
.p-top__philosophy {
  padding-top: 45px;
  padding-bottom: 170px;
}
@media (min-width: 768px) {
  .p-top__philosophy {
    padding-top: 72px;
    padding-bottom: 463px;
  }
}
.p-top__philosophy .o-btn {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .p-top__philosophy .o-btn {
    margin-top: 60px;
    margin-left: 0;
  }
}
.p-top__philosophy h2 {
  color: #1e52a6;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-top__philosophy h2 {
    font-size: 50px;
    margin-bottom: 36px;
  }
}
.p-top__philosophy h3 {
  text-align: right;
  line-height: 1.4;
  color: rgba(46, 108, 158, 0.16);
  font-size: 57px;
  font-weight: bold;
  margin-right: -15px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top__philosophy h3 {
    font-size: 80px;
    position: absolute;
    margin-right: 0;
    bottom: -60px;
    right: -30px;
  }
}
@media (min-width: 1180px) {
  .p-top__philosophy h3 {
    font-size: 146px;
    bottom: -120px;
  }
}
.p-top__link {
  background: #1e52a6;
  padding: 30px 15px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-top__link {
    padding: 77px 30px;
  }
}
.p-top__link > ul {
  display: -webkit-flex;
  display: flex;
  min-width: 1400px;
}
@media (min-width: 768px) {
  .p-top__link > ul {
    min-width: 1200px;
  }
}
.p-top__link > ul > li {
  min-width: 280px;
  width: 20%;
  position: relative;
}
@media (min-width: 768px) {
  .p-top__link > ul > li {
    min-width: 240px;
  }
}
@media (min-width: 768px) {
  .p-top__link > ul > li:nth-child(1) span, .p-top__link > ul > li:nth-child(2) span {
    font-size: 17px;
  }
}
.p-top__link > ul > li > div.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.p-top__link > ul > li > div.is-active ul {
  display: block;
}
.p-top__link > ul > li > div.is-active span {
  color: transparent;
}
.p-top__link > ul > li > div.is-active span:before {
  right: 7px;
}
.p-top__link > ul > li ul {
  display: none;
  padding: 40px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  font-size: 19px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .p-top__link > ul > li ul {
    padding: 22px 10px;
    font-size: 17px;
  }
}
.p-top__link > ul > li ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}
.p-top__link > ul > li ul li:before {
  content: "-";
  padding-right: 5px;
}
.p-top__link > ul > li ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
.p-top__link > ul > li ul li a:hover, .p-top__link > ul > li ul li a:active {
  opacity: 1;
}
.p-top__link > ul > li ul li a:hover:after, .p-top__link > ul > li ul li a:active:after {
  width: 100%;
}
.p-top__link > ul > li ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.p-top__link > ul > li span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  color: #fff;
  line-height: 1.4;
  font-size: 19px;
  font-weight: 500;
  padding-left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 90px;
}
@media (min-width: 768px) {
  .p-top__link > ul > li span {
    font-size: 15px;
    bottom: 13px;
    height: 73px;
  }
}
.p-top__link > ul > li span:before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 24px;
  bottom: 18px;
  background: url(../img/icon_arw_wh.svg) center no-repeat;
  background-size: 100%;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-top__link > ul > li span:before {
    width: 41px;
    height: 41px;
    right: 21px;
    bottom: 15px;
  }
}
.p-top__news {
  padding-top: 38px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .p-top__news {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
@media (min-width: 768px) {
  .p-top__news .o-btn {
    margin-right: 0;
  }
}
.p-top__news ul {
  max-width: 820px;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .p-top__news ul {
    margin-bottom: 70px;
  }
}
.p-top__news ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}
@media (min-width: 768px) {
  .p-top__news ul li {
    border-bottom: none;
    display: -webkit-flex;
    display: flex;
    font-size: 17px;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .p-top__news ul li a {
    width: calc(100% - 135px);
  }
}
.p-top__news ul li span {
  color: #1e52a6;
  font-weight: 600;
  display: block;
}
@media (min-width: 768px) {
  .p-top__news ul li span {
    width: 135px;
    min-width: 135px;
  }
}
.p-top__news h2 {
  text-align: center;
  line-height: 1;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-top__news h2 {
    font-size: 72px;
    margin-bottom: 65px;
  }
}
.p-top__news h2 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-top__news h2 span {
    margin-top: 20px;
    font-size: 20px;
  }
}
.p-top__kv {
  background: #1e52a6;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100svh;
}
@media (min-width: 768px) {
  .p-top__kv {
    height: 100vh;
  }
}
.p-top__kv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-business {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .p-business {
    padding-top: 70px;
  }
}
.p-business .p-business__mv h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .p-business .p-business__mv h2 {
    font-size: 50px;
  }
}
.p-business .l-mv::after {
  top: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  .p-business .l-mv::after {
    top: 20px;
    left: 65px;
  }
}
.p-business__maintenance_story {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .p-business__maintenance_story {
    padding-top: 120px;
    padding-bottom: 100px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main {
    width: calc(100% - 225px);
  }
}
.p-business__maintenance_story__main section {
  margin-bottom: 40px;
  background: #F2F2F2;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main section {
    margin-bottom: 80px;
  }
}
.p-business__maintenance_story__main .is-content {
  padding: 16px 20px 48px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-content {
    padding: 38px 45px;
    font-size: 20px;
  }
}
.p-business__maintenance_story__main .is-content .is-interview {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-content .is-interview {
    margin-bottom: 40px;
  }
}
.p-business__maintenance_story__main .is-content .is-interview.is-right {
  flex-direction: row-reverse;
}
.p-business__maintenance_story__main .is-content .is-interview.is-right dd {
  padding-right: 0;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-content .is-interview.is-right dd {
    padding-right: 0;
    padding-left: 24px;
  }
}
.p-business__maintenance_story__main .is-content .is-interview dd {
  width: 100px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-content .is-interview dd {
    width: 134px;
    padding-right: 24px;
  }
}
.p-business__maintenance_story__main .is-content .is-interview dt {
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-content .is-interview dt {
    width: calc(100% - 134px);
  }
}
.p-business__maintenance_story__main .is-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-content h3 {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 45px;
  }
}
.p-business__maintenance_story__main .is-content .is-more_button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
  width: 132px;
  height: 55px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #1e52a6;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-content .is-more_button {
    margin-top: 50px;
  }
}
.p-business__maintenance_story__main .is-content .is-more_content {
  font-size: 14px;
  display: none;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-content .is-more_content {
    font-size: 17px;
  }
}
.p-business__maintenance_story__main .is-content .is-more_content.is-open {
  display: block;
}
.p-business__maintenance_story__main .is-title {
  padding-top: 10px;
  text-align: right;
}
.p-business__maintenance_story__main .is-title h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-title h2 {
    font-size: 40px;
  }
}
.p-business__maintenance_story__main .is-name {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 236px;
  font-size: 12px;
  text-align: right;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-name {
    font-size: 17px;
    position: static;
    width: auto;
  }
}
.p-business__maintenance_story__main .is-story {
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-story {
    font-size: 36px;
    position: absolute;
    left: 50px;
    top: 70px;
  }
}
.p-business__maintenance_story__main .is-story span {
  color: #1e52a6;
  display: block;
  line-height: 0.9;
  font-size: 80px;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-story span {
    font-size: 126px;
  }
}
.p-business__maintenance_story__main .is-img {
  position: relative;
}
.p-business__maintenance_story__main .is-header {
  padding: 16px 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__main .is-header {
    padding: 32px 42px 25px;
  }
}
.p-business__maintenance_story__side {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__side {
    padding-left: 30px;
    padding-right: 30px;
    width: 225px;
  }
}
.p-business__maintenance_story__side p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-business__maintenance_story__side p {
    font-size: 22px;
  }
}
.p-business__maintenance_story__side p a {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.p-business__maintenance_story__side p a.is-active:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #1e52a6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-business__support {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-business__support {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.p-business__support img {
  display: block;
  margin: 20px auto 0;
  max-width: 320px;
}
@media (min-width: 768px) {
  .p-business__support img {
    margin-top: 40px;
    max-width: 492px;
  }
}
.p-business__support h2 {
  line-height: 1.4;
  color: #1e52a6;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-business__support h2 {
    font-size: 64px;
    margin-bottom: 16px;
  }
}
.p-business__support h2 span {
  display: block;
  font-size: 18px;
  color: #333;
}
@media (min-width: 768px) {
  .p-business__support h2 span {
    font-size: 28px;
    margin-top: 5px;
  }
}
.p-business__service {
  padding-top: 45px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-business__service {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .p-business__service ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-business__service ul li {
  margin-bottom: 35px;
  text-align: right;
}
@media (min-width: 768px) {
  .p-business__service ul li {
    margin-bottom: 78px;
    width: 48.5%;
    margin-right: 3%;
  }
}
@media (min-width: 768px) {
  .p-business__service ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-business__service ul li a {
  margin-left: auto;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-business__service ul li a {
    font-size: 20px;
  }
}
.p-business__service ul li a:after {
  content: "";
  display: block;
  margin-left: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(../img/icon_arw_wh.svg) center no-repeat #1e52a6;
  background-size: 18px;
}
@media (min-width: 768px) {
  .p-business__service ul li a:after {
    margin-left: 30px;
    width: 56px;
    height: 56px;
    background-size: 27px;
  }
}
.p-business__service ul li a:hover, .p-business__service ul li a:active {
  opacity: 1;
}
.p-business__service ul li a:hover span:after, .p-business__service ul li a:active span:after {
  width: 100%;
}
.p-business__service ul li a span {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
}
@media (min-width: 768px) {
  .p-business__service ul li a span {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.p-business__service ul li a span:after {
  content: "";
  width: 0;
  height: 1px;
  background: #1e52a6;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.p-business__service ul li img {
  text-align: center;
}
.p-business__service ul li p {
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: left;
}
@media (min-width: 768px) {
  .p-business__service ul li p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.p-business__service h2 {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-business__service h2 {
    font-size: 38px;
    margin-bottom: 60px;
  }
}
.p-business__service h2 span {
  color: #1e52a6;
}
.p-business__reason {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../img/business_bg.png) center no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .p-business__reason {
    padding-top: 80px;
    padding-bottom: 260px;
  }
}
.p-business__reason.is-maintenance {
  background-image: url(../img/maintenance_bg.png);
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance {
    margin-top: 60px;
    padding-bottom: 90px;
  }
}
.p-business__reason.is-maintenance h2 {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance h2 {
    line-height: 1.4;
  }
}
.p-business__reason.is-maintenance dl {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance dl {
    margin-bottom: 48px;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-business__reason.is-maintenance dl:first-child dt .o-btn.is-wh {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance dl:first-child dt .o-btn.is-wh {
    margin-top: 60px;
  }
}
.p-business__reason.is-maintenance dl dd {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance dl dd {
    width: 48%;
    margin-bottom: 0;
  }
}
.p-business__reason.is-maintenance dl dd img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance dl dt {
    width: 52%;
    padding-left: 33px;
  }
}
.p-business__reason.is-maintenance dl dt .o-btn.is-wh {
  margin-top: 14px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 12px;
  max-width: 240px;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance dl dt .o-btn.is-wh {
    margin-top: 28px;
    max-width: 280px;
  }
}
.p-business__reason.is-maintenance dl dt .o-btn.is-wh:hover, .p-business__reason.is-maintenance dl dt .o-btn.is-wh:active {
  color: #1e52a6;
  opacity: 0.7;
}
.p-business__reason.is-maintenance dl dt .o-btn.is-wh:before {
  display: none;
}
.p-business__reason.is-maintenance dl dt .o-btn.is-wh:after {
  width: 20px;
  height: 20px;
  background: url(../img/icon_arw.svg) center no-repeat;
  background-size: 100%;
  left: auto;
  right: 18px;
}
.p-business__reason.is-maintenance dl dt h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 0;
  text-indent: 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance dl dt h3 {
    font-size: 32px;
    margin-bottom: 18px;
  }
}
.p-business__reason.is-maintenance dl dt h3 i {
  color: #1e52a6;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding-bottom: 9px;
  border-bottom: 2px solid #1e52a6;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance dl dt h3 i {
    padding-bottom: 18px;
    font-size: 20px;
  }
}
.p-business__reason.is-maintenance h2 span {
  font-size: 26px;
  background: #1e52a6;
  color: #fff;
  padding: 4px 5px;
}
@media (min-width: 768px) {
  .p-business__reason.is-maintenance h2 span {
    font-size: 47px;
    padding: 8px 5px;
  }
}
.p-business__reason__text {
  font-weight: bold;
  line-height: 1.9;
  font-size: 16px;
  max-width: 880px;
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .p-business__reason__text {
    font-size: 22px;
    margin-bottom: 100px;
  }
}
.p-business__reason section {
  position: relative;
}
.p-business__reason section h3 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-business__reason section h3 {
    margin-bottom: 34px;
  }
}
.p-business__reason section p {
  line-height: 1.9;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-business__reason section p {
    font-size: 22px;
  }
}
.p-business__reason ul {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .p-business__reason ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
}
.p-business__reason ul li {
  background: #1e52a6;
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
  padding: 12px 8px;
}
@media (min-width: 768px) {
  .p-business__reason ul li {
    width: 31.3%;
    padding: 25px;
    padding: 16px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .p-business__reason ul li:nth-child(2) {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.p-business__reason ul li h4 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-business__reason ul li h4 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 12px;
    min-height: 71px;
  }
}
.p-business__reason img {
  max-width: 90%;
  display: block;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .p-business__reason img {
    max-width: 535px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-business__reason img.is-last {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p-business__reason img.is-last {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    margin: 0;
    width: 40%;
    max-width: 100%;
  }
}
@media (min-width: 999px) {
  .p-business__reason img.is-last {
    width: 53%;
  }
}
.p-business__reason h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media (min-width: 768px) {
  .p-business__reason h3 {
    font-size: 42px;
    margin-bottom: 50px;
  }
}
.p-business__reason h3 span {
  line-height: 1;
  color: #1e52a6;
  font-size: 42px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .p-business__reason h3 span {
    font-size: 78px;
    padding-right: 20px;
  }
}
.p-business__reason h2 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-business__reason h2 {
    font-size: 47px;
    margin-bottom: 60px;
  }
}
.p-business__reason h2 i {
  color: #1e52a6;
}
.p-business__reason h2 span {
  line-height: 1;
  color: #1e52a6;
  font-size: 42px;
}
@media (min-width: 768px) {
  .p-business__reason h2 span {
    font-size: 76px;
  }
}
.p-business__no1 {
  padding-top: 50px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .p-business__no1 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.p-business__no1 ul {
  max-width: 633px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .p-business__no1 ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-business__no1 ul li {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-business__no1 ul li {
    width: 44%;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .p-business__no1 ul li:first-child dl dt, .p-business__no1 ul li:nth-child(2) dl dt {
    min-height: 76px;
  }
}
@media (min-width: 768px) {
  .p-business__no1 ul li:nth-child(2n) {
    margin-left: 12%;
  }
}
.p-business__no1 ul li dl dt {
  color: #CFA95C;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-business__no1 ul li dl dt {
    min-height: 44px;
  }
}
.p-business__no1 ul li dl dt span {
  width: 100%;
  font-size: 10px;
  display: block;
}
@media (min-width: 768px) {
  .p-business__no1 ul li dl dt span {
    font-size: 12px;
  }
}
.p-business__no1 ul li dl dd {
  color: #CFA95C;
  line-height: 1;
  font-size: 34px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .p-business__no1 ul li dl dd {
    font-size: 59px;
  }
}
.p-business__no1 ul li dl dd i {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-business__no1 ul li dl dd i {
    position: absolute;
    right: 24px;
    bottom: -18px;
    font-size: 17px;
  }
}
.p-business__no1 ul li dl dd span {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-business__no1 ul li dl dd span {
    font-size: 17px;
  }
}
.p-business__no1 > p {
  text-align: right;
  font-size: 13px;
  max-width: 220px;
  margin: 10px auto 0;
}
@media (min-width: 768px) {
  .p-business__no1 > p {
    max-width: 633px;
    font-size: 15px;
    margin-top: 20px;
  }
}
.p-business__no1 > img {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-business__no1 > img {
    max-width: 633px;
  }
}
.p-business__mv {
  padding-top: 50px !important;
}
@media (min-width: 768px) {
  .p-business__mv {
    padding-top: 90px !important;
  }
}
.p-business__mv .l-text__p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-business__mv .l-text__p {
    font-size: 17px;
  }
}
.p-business__mv h2 {
  font-size: 34px;
  line-height: 1.4;
  margin-top: 9px;
  margin-bottom: 6px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-business__mv h2 {
    font-size: 50px;
    margin-top: 18px;
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .p-contact {
    padding-bottom: 20px;
  }
}
.p-contact .l-text__h1 {
  padding-top: 40px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .p-contact .l-text__h1 {
    padding-top: 80px;
    padding-bottom: 45px;
  }
}
.p-contact__list h3 {
  color: #1e52a6;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-contact__list h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.p-contact__list ul {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-contact__list ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-contact__list ul.is-sp li h4 {
  margin-bottom: 0;
}
.p-contact__list ul.is-sp li a.is-tel {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-contact__list ul.is-sp li a.is-tel {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.p-contact__list ul li {
  background: #F2F2F2;
  padding: 28px 14px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-contact__list ul li {
    margin-bottom: 40px;
    font-size: 20px;
    padding: 28px 28px 30px;
    width: 48%;
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .p-contact__list ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-contact__list ul li a.is-tel {
  font-size: 17px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-contact__list ul li a.is-tel {
    font-size: 22px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.p-contact__list ul li a.is-tel:before {
  content: "";
  display: block;
  margin-right: 14px;
  width: 22px;
  height: 22px;
  background: url(../img/icon_tel.svg) center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .p-contact__list ul li a.is-tel:before {
    width: 28px;
    height: 28px;
  }
}
.p-contact__list ul li h4 {
  color: #1e52a6;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-contact__list ul li h4 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.p-contact__text {
  font-weight: 500;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .p-contact__text {
    margin-bottom: 70px;
  }
}
.p-contact__text h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-contact__text h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.p-gran_lp {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-gran_lp {
    padding-bottom: 200px;
  }
}
.p-gran_lp.is-cycle .p-gran_lp__table {
  margin-bottom: 0;
}
.p-gran_lp.is-cycle .p-gran_lp__table h2 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-gran_lp.is-cycle .p-gran_lp__table h2 {
    margin-bottom: 24px;
  }
}
.p-gran_lp.is-cycle .p-gran_lp__mv {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-gran_lp.is-cycle .p-gran_lp__mv {
    margin-top: 50px;
  }
}
.p-gran_lp.is-cycle .l-image_detail .detail dd span {
  display: block;
  font-size: 12px;
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .p-gran_lp.is-cycle .l-image_detail .detail dd span {
    margin-top: 30px;
    font-size: 15px;
  }
}
.p-gran_lp__read {
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-gran_lp__read {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .p-gran_lp__read dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-gran_lp__read dl dd {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-gran_lp__read dl dd {
    margin-bottom: 0;
    width: 45%;
  }
}
.p-gran_lp__read dl dt {
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-gran_lp__read dl dt {
    font-size: 17px;
    width: 55%;
    padding-left: 20px;
  }
}
.p-gran_lp__read ul {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .p-gran_lp__read ul {
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.p-gran_lp__read ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-gran_lp__read ul li:before {
  content: "";
  width: 36px;
  height: 36px;
  margin-right: 20px;
  background: url(../img/icon_cycle.svg) center no-repeat;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .p-gran_lp__read ul li:before {
    width: 43px;
    height: 43px;
  }
}
.p-gran_lp__read h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-gran_lp__read h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }
}
.p-gran_lp__date h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-gran_lp__date h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .p-gran_lp__date ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-gran_lp__date ul li {
  position: relative;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-gran_lp__date ul li {
    width: 23%;
    margin-right: 2.6%;
  }
}
@media (min-width: 768px) {
  .p-gran_lp__date ul li:nth-child(4) {
    margin-right: 0;
  }
}
.p-gran_lp__date ul li a .is-date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-gran_lp__date ul li a .is-date {
    font-size: 15px;
    margin-top: 30px;
  }
}
.p-gran_lp__date ul li a .is-date img {
  max-width: 38px;
}
.p-gran_lp__date ul li a .is-img {
  margin-bottom: 10px;
}
.p-gran_lp__date ul li a > p {
  min-height: 62px;
}
.p-gran_lp__table {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .p-gran_lp__table {
    margin-bottom: 110px;
  }
}
.p-gran_lp__table__list ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-gran_lp__table__list ul {
    margin-top: 50px;
  }
}
.p-gran_lp__table__list ul li {
  width: 31%;
}
.p-gran_lp__table__list ul li:nth-child(2) {
  margin-left: 3.5%;
  margin-right: 3.5%;
}
.p-gran_lp__table__list h3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  color: #1e52a6;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-gran_lp__table__list h3 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.p-gran_lp__table__list h3:last-of-type {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .p-gran_lp__table__list h3:last-of-type {
    margin-top: 50px;
  }
}
.p-gran_lp__table__list p {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-gran_lp__table__list p {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 16px;
  }
}
.p-gran_lp__table .is-sp {
  text-align: center;
  margin-bottom: 20px;
}
.p-gran_lp__table__img {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto 55px;
}
@media (min-width: 768px) {
  .p-gran_lp__table__img {
    margin-bottom: 110px;
  }
}
.p-gran_lp__table .responsive_scroll {
  overflow-x: auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-gran_lp__table .responsive_scroll {
    margin-bottom: 30px;
  }
}
.p-gran_lp__table .responsive_scroll strong {
  font-weight: bold;
}
.p-gran_lp__table .responsive_scroll table {
  width: 100%;
  min-width: 1000px;
  border-bottom: #707070 solid 1px;
  border-right: #707070 solid 1px;
  border-collapse: collapse;
}
.p-gran_lp__table .responsive_scroll table tbody tr th {
  text-align: left;
  padding: 8px 17px;
}
@media (min-width: 768px) {
  .p-gran_lp__table .responsive_scroll table tbody tr th {
    padding: 15px 17px;
  }
}
.p-gran_lp__table .responsive_scroll table th {
  background: #F2F2F2;
  font-weight: bold;
  padding: 6px 4px;
  border-top: #707070 solid 1px;
  border-left: #707070 solid 1px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-gran_lp__table .responsive_scroll table th {
    padding: 12px 4px;
  }
}
.p-gran_lp__table .responsive_scroll table td {
  font-weight: bold;
  padding: 15px 4px;
  border-top: #707070 solid 1px;
  border-left: #707070 solid 1px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-gran_lp__table .responsive_scroll table td {
    padding: 27px 4px;
  }
}
.p-gran_lp__table .responsive_scroll table td.text-left {
  text-align: left;
  padding: 15px 17px;
}
@media (min-width: 768px) {
  .p-gran_lp__table .responsive_scroll table td.text-left {
    padding: 27px 17px;
  }
}
.p-gran_lp__table .responsive_scroll table td .text-red {
  color: #B30B0B;
}
.p-gran_lp__table h2 {
  background: #F2F2F2;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-gran_lp__table h2 {
    font-size: 24px;
    padding: 22px 25px;
    margin-bottom: 50px;
  }
}
.p-gran_lp__slide {
  max-width: 1025px;
  margin: 0 auto 55px;
}
@media (min-width: 768px) {
  .p-gran_lp__slide {
    margin-bottom: 110px;
  }
}
.p-gran_lp__slide__thumb {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.p-gran_lp__slide__thumb .thumbnail-item {
  width: 9.8%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-gran_lp__slide h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-gran_lp__slide h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.p-gran_lp__movie {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .p-gran_lp__movie {
    margin-bottom: 110px;
  }
}
.p-gran_lp__movie ul {
  max-width: 1028px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-gran_lp__movie ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-gran_lp__movie ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-gran_lp__movie ul li {
    width: 47.5%;
    margin-right: 5%;
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .p-gran_lp__movie ul li:last-child {
    margin-right: 0;
  }
}
.p-gran_lp__movie ul li video {
  width: 100%;
}
.p-gran_lp__list ul {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .p-gran_lp__list ul {
    margin-bottom: 140px;
  }
}
.p-gran_lp__list ul li:last-child {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .p-gran_lp__list ul li:last-child {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .p-gran_lp__list ul li:last-child dl {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .p-gran_lp__list ul li:last-child dl dt {
    padding-right: 0;
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  .p-gran_lp__list ul li dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-gran_lp__list ul li dl dt {
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-gran_lp__list ul li dl dt {
    width: 56%;
    padding-right: 35px;
  }
}
.p-gran_lp__list ul li dl dt p {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-gran_lp__list ul li dl dt p {
    margin-top: 30px;
  }
}
.p-gran_lp__list ul li dl dt p:nth-of-type(2) {
  font-size: 11px;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-gran_lp__list ul li dl dt p:nth-of-type(2) {
    font-size: 15px;
  }
}
.p-gran_lp__list ul li dl dt h2 {
  font-size: 30px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-gran_lp__list ul li dl dt h2 {
    font-size: 50px;
  }
}
.p-gran_lp__list ul li dl dd {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-gran_lp__list ul li dl dd {
    margin-top: 0;
    width: 44%;
  }
}
.p-gran_lp__mv {
  margin-top: 40px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-gran_lp__mv {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
.p-gran_lp .l-text__h1 {
  padding-left: 20px;
  padding-top: 65px;
}
@media (min-width: 768px) {
  .p-gran_lp .l-text__h1 {
    padding-left: 25px;
  }
}
.p-gran_lp .l-text__h1 .jp {
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
.p-gran_lp .l-text__h1 .jp:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -20px;
  background-color: #1e52a6;
}
@media (min-width: 768px) {
  .p-gran_lp .l-text__h1 .jp:before {
    left: -25px;
  }
}

@media (min-width: 768px) {
  .p-elevator.is-system .l-mv__parking .text p {
    white-space: normal;
  }
}
.p-elevator.is-pascc .l-mv__parking .text p a {
  color: #1e52a6;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-elevator .l-mv__parking .image {
    margin-left: auto;
  }
}
.p-elevator__pascc__img {
  max-width: 90%;
  margin: 30px auto 50px;
}
@media (min-width: 768px) {
  .p-elevator__pascc__img {
    max-width: 766px;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .p-elevator__pascc ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-elevator__pascc ul li {
  margin: 0 auto 20px;
  background: #1e52a6;
  color: #fff;
  padding: 20px 10px 12px;
  font-weight: 500;
  text-align: center;
  max-width: 320px;
}
@media (min-width: 768px) {
  .p-elevator__pascc ul li {
    max-width: 100%;
    width: 31.3%;
    padding: 40px 16px 25px;
  }
}
.p-elevator__pascc ul li:nth-child(2) {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .p-elevator__pascc ul li:nth-child(2) {
    padding-top: 45px;
    margin-left: 3%;
    margin-right: 3%;
  }
}
.p-elevator__pascc ul li dl dt {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-elevator__pascc ul li dl dt {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.p-elevator__pascc ul li dl dt h3 {
  line-height: 1.4;
  font-size: 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 60px;
}
@media (min-width: 768px) {
  .p-elevator__pascc ul li dl dt h3 {
    font-size: 24px;
    min-height: 80px;
  }
}
.p-elevator__pascc ul li dl dd {
  text-align: left;
}
.p-elevator__pascc ul li img {
  max-width: 70px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .p-elevator__pascc ul li img {
    max-width: 86px;
  }
}
.p-elevator__system_content h4 {
  display: inline-block;
  padding: 8px 6px;
  border: 1px solid #707070;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-elevator__system_content h4 {
    padding: 16px 13px;
  }
}
.p-elevator__system_content ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-elevator__system_content ul {
    margin-bottom: 30px;
  }
}
.p-elevator__system_content ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 6px;
  border: 1px solid #707070;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-elevator__system_content ul li {
    padding: 16px 13px;
    margin-bottom: 0;
  }
}
.p-elevator__system_content ul li:nth-child(2) {
  border: none;
  padding: 0;
  margin-left: 9px;
  margin-right: 9px;
}
@media (min-width: 768px) {
  .p-elevator__system_content ul li:nth-child(2) {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.p-elevator__system_content h3 {
  margin-top: 15px;
  color: #1e52a6;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 12px;
  border-bottom: 1px solid #1e52a6;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .p-elevator__system_content h3 {
    margin-top: 25px;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-elevator__system_img {
  max-width: 90%;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .p-elevator__system_img {
    max-width: 678px;
    margin-bottom: 50px;
  }
}
.p-elevator.is-system {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .p-elevator.is-system {
    padding-bottom: 110px;
  }
}
.p-elevator.is-system.is-pascc .p-elevator__mv {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .p-elevator.is-system.is-pascc .p-elevator__mv {
    margin-bottom: 70px;
  }
}
.p-elevator.is-system.is-pascc .l-mv__parking .text h1 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-elevator.is-system.is-pascc .l-mv__parking .text h1 {
    margin-bottom: 60px;
  }
}
.p-elevator.is-system.is-pascc .l-mv__parking .text h3 {
  color: #1e52a6;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-elevator.is-system.is-pascc .l-mv__parking .text h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-elevator.is-system h2 {
  background: #F2F2F2;
  color: #1e52a6;
  line-height: 1.4;
  font-size: 17px;
  padding: 13px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-elevator.is-system h2 {
    padding: 26px;
    font-size: 24px;
  }
}
.p-elevator.is-system .p-elevator__mv {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-elevator.is-system .p-elevator__mv {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .p-elevator.is-system .l-mv__parking .image {
    margin-top: 110px;
    margin-left: auto;
    margin-right: 0;
    width: 42%;
  }
}
.p-elevator.is-system .l-mv__parking .text h1 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-elevator.is-system .l-mv__parking .text h1 {
    margin-bottom: 80px;
  }
}
.p-elevator.is-system .l-mv__parking .text p {
  font-size: 14px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .p-elevator.is-system .l-mv__parking .text p {
    font-size: 17px;
  }
}
.p-elevator.is-superelevator.is-supersquare .p-elevator__sec {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator.is-supersquare .p-elevator__sec {
    margin-bottom: 80px;
  }
}
.p-elevator.is-superelevator.is-supersquare .p-elevator__sec.sec3 {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator.is-supersquare .p-elevator__sec.sec3 {
    margin-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator.is-supersquare .p-elevator__sec.is-layout img {
    max-width: 1100px;
  }
}
.p-elevator.is-superelevator.is-supersquare .l-mv__parking .text p .is-sub {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator.is-supersquare .l-mv__parking .text p .is-sub {
    margin-top: 78px;
  }
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator.is-supersquare .l-parking_tab .col:first-child {
    width: auto;
  }
}
.p-elevator.is-superelevator.is-fork .l-mv__parking .text .o-pill {
  max-width: 260px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator.is-fork .l-mv__parking .text .o-pill {
    margin-top: 36px;
  }
}
.p-elevator.is-superelevator .p-elevator__sec.sec2 .l-parking_tab {
  padding-top: 0;
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator .l-mv__parking .image {
    margin-top: auto;
    margin-left: auto;
    margin-right: 7%;
    width: 42%;
  }
}
.p-elevator.is-superelevator .l-mv__parking .text .o-pill {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator .l-mv__parking .text .o-pill {
    margin-top: 60px;
  }
}
.p-elevator.is-superelevator .l-mv__parking .text h1 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator .l-mv__parking .text h1 {
    margin-bottom: 60px;
  }
}
.p-elevator.is-superelevator .l-mv__parking .text p .is-sub {
  display: block;
  font-size: 14px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator .l-mv__parking .text p .is-sub {
    font-size: 17px;
    margin-top: 36px;
  }
}
.p-elevator.is-superelevator.is-largesupersquare .l-mv__parking .text p .is-sub {
  margin-top: 19px;
}
@media (min-width: 768px) {
  .p-elevator.is-superelevator.is-largesupersquare .l-mv__parking .text p .is-sub {
    margin-top: 38px;
  }
}

.p-csr_jigyo {
  font-weight: 500;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-csr_jigyo {
    padding-bottom: 160px;
  }
}
.p-csr_jigyo .l-text__h1 {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-csr_jigyo .l-text__h1 {
    padding-top: 80px;
    padding-bottom: 134px;
  }
}
.p-csr_jigyo.is-syakai h2 {
  font-size: 16px;
  font-weight: bold;
  color: #1e52a6;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-csr_jigyo.is-syakai h2 {
    font-size: 20px;
    margin-bottom: 18px;
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .p-csr_jigyo.is-syakai h2:first-of-type {
    margin-top: 60px;
  }
}
.p-csr_jigyo.is-syakai h2:nth-of-type(2) {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-csr_jigyo.is-syakai dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-csr_jigyo.is-syakai dl dt {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-csr_jigyo.is-syakai dl dt {
    padding-bottom: 0;
    padding-right: 20px;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .p-csr_jigyo.is-syakai dl dd {
    width: 24%;
  }
}
.p-csr_jigyo__list {
  font-weight: bold;
}
.p-csr_jigyo__list ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .p-csr_jigyo__list ul {
    margin-top: 24px;
  }
}
.p-csr_jigyo__list ul li {
  width: 31%;
  margin-right: 3.5%;
}
.p-csr_jigyo__list ul li:last-child {
  margin-right: 0;
}
.p-csr_jigyo__list ul li p {
  margin-top: 5px;
  text-align: left;
}
.p-csr_jigyo__list p {
  text-align: center;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .p-csr_jigyo__list p {
    margin-top: 24px;
  }
}
.p-csr_jigyo section {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-csr_jigyo section {
    padding-top: 56px;
    padding-bottom: 60px;
  }
}
.p-csr_jigyo section:nth-of-type(2n) {
  background: #E0EAF9;
}
.p-csr_jigyo section:nth-of-type(2n) h3 {
  background: #fff;
}
@media (min-width: 768px) {
  .p-csr_jigyo section dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-csr_jigyo section dl dt {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-csr_jigyo section dl dt {
    margin-bottom: 0;
    width: 73%;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .p-csr_jigyo section dl dd {
    width: 27%;
  }
}
.p-csr_jigyo section p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-csr_jigyo section p {
    margin-bottom: 30px;
  }
}
.p-csr_jigyo section p:last-child {
  margin-bottom: 0;
}
.p-csr_jigyo section p.is-pdf_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-csr_jigyo section .is-img_wrap {
  text-align: center;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .p-csr_jigyo section .is-img_wrap {
    max-width: 560px;
    margin-bottom: 36px;
  }
}
.p-csr_jigyo section .is-img_wrap img {
  display: block;
  margin: 0 auto;
}
.p-csr_jigyo section .is-img_wrap p {
  margin-top: 8px;
  text-align: right;
}
.p-csr_jigyo section .is-pdf {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.p-csr_jigyo section .is-pdf:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  background: url(../img/icon_pdf.svg) center no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.p-csr_jigyo section h3 {
  background: #F2F2F2;
  color: #1e52a6;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-csr_jigyo section h3 {
    padding: 20px;
  }
}
.p-csr_jigyo section h2 {
  font-weight: bold;
  color: #1e52a6;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-csr_jigyo section h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.p-csr_jigyo__tab ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  border-top: 1px solid #1e52a6;
  border-left: 1px solid #1e52a6;
}
@media (min-width: 768px) {
  .p-csr_jigyo__tab ul {
    margin-bottom: 32px;
  }
}
.p-csr_jigyo__tab ul li {
  width: 50%;
}
@media (min-width: 768px) {
  .p-csr_jigyo__tab ul li {
    width: 25%;
  }
}
.p-csr_jigyo__tab ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #1e52a6;
  height: 50px;
  border-right: 1px solid #1e52a6;
  border-bottom: 1px solid #1e52a6;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .p-csr_jigyo__tab ul li a {
    height: 80px;
    font-size: 20px;
  }
}

.p-offices.is-business .l-text__h1 {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-offices.is-business .l-text__h1 {
    padding-bottom: 0;
  }
}
.p-offices.is-business .p-offices__sec2:last-of-type h2 {
  margin-bottom: 0;
}
.p-offices.is-business .p-offices__sec2 .is-card_head h4 {
  color: #333;
}
.p-offices.is-business .p-offices__sec2 .is-card_body p span {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-offices.is-business .p-offices__sec2 .is-card_body p span {
    font-size: 15px;
  }
}
.p-offices__tab {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 auto 20px;
  border-right: 1px solid #1e52a6;
}
@media (min-width: 768px) {
  .p-offices__tab {
    max-width: 480px;
    margin-right: 0;
  }
}
.p-offices__tab a {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #1e52a6;
  border-right: none;
  color: #1e52a6;
  font-weight: bold;
  height: 45px;
}
@media (min-width: 768px) {
  .p-offices__tab a {
    height: 60px;
  }
}

.p-products .p-products__sec.sec2 div a:first-child::after {
  display: none;
}
.p-products .p-products__mv__img {
  position: relative;
}
.p-products .p-products__mv__img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 22vw;
  z-index: 1;
  transition: transform 0.6s ease-in-out;
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a {
    width: 132px;
  }
  .p-products .p-products__mv__img a:hover, .p-products .p-products__mv__img a:active {
    transform: scale(1.27);
  }
}
.p-products .p-products__mv__img a:hover, .p-products .p-products__mv__img a:active {
  opacity: 1;
}
.p-products .p-products__mv__img a.is-supersquare {
  left: 50.2vw;
  top: 110vw;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a.is-supersquare {
    left: 75px;
    top: 450px;
  }
}
.p-products .p-products__mv__img a.is-largesupersquare {
  left: 8.8vw;
  top: 86.6vw;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a.is-largesupersquare {
    left: 110px;
    top: 180px;
  }
}
.p-products .p-products__mv__img a.is-gran_lp {
  left: 0vw;
  top: 47.4vw;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a.is-gran_lp {
    left: 360px;
    top: 270px;
  }
}
.p-products .p-products__mv__img a.is-fork {
  left: 60.8vw;
  top: 78.6vw;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a.is-fork {
    left: 495px;
    top: 38px;
  }
}
.p-products .p-products__mv__img a.is-tower {
  left: 20.8vw;
  top: 62.6vw;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a.is-tower {
    left: 600px;
    top: 440px;
  }
}
.p-products .p-products__mv__img a.is-fuso {
  left: 66.8vw;
  top: 16vw;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a.is-fuso {
    left: 760px;
    top: 75px;
  }
}
.p-products .p-products__mv__img a.is-elevator {
  left: 8.8vw;
  top: 10.4vw;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a.is-elevator {
    left: 820px;
    top: 295px;
  }
}
.p-products .p-products__mv__img a.is-jisoshiki {
  left: 60vw;
  top: 40vw;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a.is-jisoshiki {
    left: 1010px;
    top: 135px;
  }
}
.p-products .p-products__mv__img a.is-superelevator {
  left: 30vw;
  top: 23vw;
}
@media (min-width: 999px) {
  .p-products .p-products__mv__img a.is-superelevator {
    left: 985px;
    top: 530px;
  }
}

.p-chart button {
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-chart button {
    font-size: 17px !important;
    min-width: 180px !important;
  }
}
.p-chart label {
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-chart label {
    font-size: 17px !important;
  }
}
.p-chart .chart_status li {
  background: #707070 !important;
}
@media (min-width: 768px) {
  .p-chart .chart_box .chart_inner.chart01 > div > p span {
    font-size: 70px;
  }
}
.p-chart .chart_box .chart_inner > div > p {
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-chart .chart_box .chart_inner > div > p {
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .p-chart .chart_box .chart_inner .result_ul ul li {
    font-size: 19px;
  }
}
.p-chart .chart_box .chart_inner .title {
  font-weight: 500;
}
.p-chart .chart_box .chart_inner .caution {
  color: #707070;
}

.p-company .p-company__content h3 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .p-company .p-company__content h3 {
    font-size: 50px;
  }
}

.p-outline .l-text__h1 {
  padding-bottom: 30px !important;
}
@media (min-width: 768px) {
  .p-outline .l-text__h1 {
    padding-bottom: 50px !important;
  }
}

.p-factories .is-factory__left .flex:first-of-type p:first-of-type {
  width: 220px !important;
}
.p-factories .is-factory__left .flex:first-of-type .column {
  width: calc(100% - 220px);
}
.p-factories .is-factory__left .flex:first-of-type .column p {
  width: 220px !important;
}

.p-health_management .p-health_management__content.is-logo img {
  display: block;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .p-health_management .p-health_management__content.is-logo img {
    margin-top: 100px;
    max-width: 513px;
  }
}
@media (min-width: 768px) {
  .p-health_management .p-health_management__mv > p img {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .p-health_management .p-health_management__mv__text {
    display: none;
  }
}
.p-health_management .p-health_management__mv__text .is-wrap {
  background: #f2f2f2;
  padding: 15px;
}
.p-health_management .p-health_management__mv__text .is-wrap p {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.p-health_management .p-health_management__mv__text .is-wrap p.is-name {
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
}
.p-health_management .p-health_management__mv__text .is-wrap p.is-name span {
  display: block;
  font-size: 14px;
}
.p-health_management .p-health_management__mv__text img {
  display: block;
  margin: 0 auto;
}
.p-health_management .p-health_management__mv__text h3 {
  color: #1e52a6;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.p-history .p-history__content .is-tab li {
  font-size: 14px;
}

.p-organization .p-organization__container {
  margin-bottom: 10px;
  overflow-x: auto;
}
.p-organization .p-organization__container img {
  min-width: 476px;
  max-width: 476px;
}

.p-forte .p-forte__container--item h4 {
  line-height: 1.4;
}
.p-forte .p-forte__mv {
  margin-top: 0;
}
.p-forte .p-forte__mv:before {
  top: -46px !important;
  left: 10px !important;
}
@media (min-width: 768px) {
  .p-forte .p-forte__mv:before {
    top: -54px !important;
    left: 65px !important;
  }
}
.p-forte .p-forte__mv h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .p-forte .p-forte__mv h2 {
    font-size: 50px;
  }
}

.p-news .p-news-filters button[type=submit] {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.p-news .p-news-filters button[type=submit]:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0A295A;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.4s;
  z-index: -1;
}
.p-news .p-news-filters button[type=submit]:hover:before, .p-news .p-news-filters button[type=submit]:active:before {
  left: 0;
}
.p-news .o-page_title {
  margin-bottom: 33px;
}
@media (min-width: 768px) {
  .p-news .o-page_title {
    margin-bottom: 138px;
  }
}
.p-news .p-news-filters__block .options label input[type=radio] {
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .p-news .p-news-filters__block .options label input[type=radio] {
    width: 14px;
    height: 14px;
  }
}

.p-news_single {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-news_single {
    padding-bottom: 120px;
  }
}
.p-news_single .p-news_single__title h1 {
  line-height: 1.5;
}
.p-news_single .o-btn {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .p-news_single .o-btn {
    margin-bottom: 60px;
  }
}

.p-faq .p-faq__sec .tab_content dl dd {
  word-break: break-all;
  overflow-wrap: break-word;
}
.p-faq .p-faq__sec .tab_content dl dd:before {
  min-width: 25px;
}
.p-faq .p-faq__sec .tab_content dl dd a {
  color: #1e52a6;
}

@media (min-width: 768px) {
  .l-movies > section {
    width: calc((100% - 90px) / 3);
  }
}
.l-movies > section .is-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.l-movies > section .is-wrap video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  vertical-align: top;
}
.l-movies > section .is-wrap .js-play {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.1);
}
.l-movies > section .is-wrap .js-play img {
  width: 45px;
  height: 45px;
}
@media (min-width: 768px) {
  .l-movies > section .is-wrap .js-play img {
    width: 56px;
    height: 56px;
  }
}

.p-renewal__tower_elevator__img dl {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__img dl {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__img dl dt {
    width: 50%;
  }
}
.p-renewal__tower_elevator__img dl dt span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__img dl dt span {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__img dl dd {
    width: 50%;
    text-align: center;
  }
}
.p-renewal__tower_elevator__schedule {
  border-bottom: 2px solid #1e52a6;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__schedule {
    padding-bottom: 40px;
  }
}
.p-renewal__tower_elevator__schedule ul {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__schedule ul {
    margin-top: 20px;
  }
}
.p-renewal__tower_elevator__ex {
  text-align: center;
}
.p-renewal__tower_elevator__ex img {
  margin: 0 auto;
}
.p-renewal__tower_elevator__ex img:last-child {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__ex img:last-child {
    margin-top: 30px;
  }
}
.p-renewal__tower_elevator__ex p {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__ex p {
    margin-bottom: 20px;
  }
}
.p-renewal__tower_elevator__ex dl {
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__ex dl {
    margin-top: 20px;
  }
}
.p-renewal__tower_elevator__plan {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__plan {
    margin-bottom: 40px;
  }
}
.p-renewal__tower_elevator__sec {
  border-bottom: 2px solid #1e52a6;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__sec {
    padding-bottom: 40px;
  }
}
.p-renewal__tower_elevator__sec ul {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__sec ul {
    margin-bottom: 30px;
  }
}
.p-renewal__tower_elevator__sec ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-renewal__tower_elevator__sec ul li:before {
  content: "・";
}
.p-renewal__tower_elevator__sec p {
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__sec p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__ul {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator__ul li {
    margin-right: 4%;
  }
}
.p-renewal__tower_elevator > dl > dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.p-renewal__tower_elevator h2 {
  font-weight: bold;
  color: #1e52a6;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator h2 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-renewal__tower_elevator h3 {
  padding: 6px 10px;
  background: #eaeaea;
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator h3 {
    padding: 12px 15px;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-renewal__tower_elevator h4 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-renewal__tower_elevator h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.p-renewal__tower_elevator h4:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #1e52a6;
  display: block;
  margin-right: 5px;
}
.p-renewal .p-renewal__sec__menu {
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .p-renewal .p-renewal__sec__menu {
    margin-top: 90px;
  }
}
.p-renewal .p-renewal__sec__menu.is-child {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .p-renewal .p-renewal__sec__menu.is-child {
    padding-bottom: 180px;
  }
}
.p-renewal .p-renewal__sec__menu.is-child h4 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .p-renewal .p-renewal__sec__menu.is-child h4 {
    padding-bottom: 48px;
  }
}
.p-renewal .p-renewal__sec__menu.is-child ul li p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../img/icon_link.svg) center no-repeat;
  background-size: auto;
  background-size: 100%;
}
.p-renewal .p-renewal__sec__menu h4 {
  text-align: left !important;
  font-weight: 700 !important;
}
.p-renewal .p-renewal__sec__menu ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-renewal .p-renewal__sec__menu ul li {
  width: 48%;
}
@media (min-width: 768px) {
  .p-renewal .p-renewal__sec__menu ul li {
    width: 350px;
  }
}
.p-renewal .p-renewal__sec__menu ul li:nth-child(2) {
  margin-left: 4%;
}
.p-renewal .p-renewal__sec__menu ul li:nth-child(2) p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../img/icon_link.svg) center no-repeat;
  background-size: auto;
  background-size: 100%;
}
.p-renewal .p-renewal__sec__menu ul li a {
  color: #1e52a6;
}
.p-renewal .p-renewal__sec__menu ul li p {
  margin-top: 5px;
}
.p-renewal .p-renewal__sec__menu ul li p span {
  display: block;
  font-size: 12px;
}
@media (min-width: 768px) {
  .p-renewal .p-renewal__sec__menu ul li p span {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .p-policy .p-policy__container h2 {
    margin-top: 48px;
  }
}
.p-policy .p-policy__container .is-img {
  position: relative;
  margin: 27.6px auto 0;
  max-width: 570px;
}
@media (min-width: 768px) {
  .p-policy .p-policy__container .is-img {
    margin: 46px auto 0;
  }
}
.p-policy .p-policy__container .is-img a {
  position: absolute;
  right: 2.3vw;
  top: 23.9vw;
  border-radius: 6px;
  width: 30vw;
  height: 7.3vw;
}
@media (min-width: 580px) {
  .p-policy .p-policy__container .is-img a {
    right: 14px;
    top: 148px;
    width: 186px;
    height: 45px;
  }
}