@charset "UTF-8";
/* --------------------------------------------------------
 共通
----------------------------------------------------------- */
body {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: #fff;
  color: #161F2E;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

/* ボタン用のcss */
.btn-out {
  text-align: center;
}

.btn-out a {
  display: inline-block;
}

header {
  /* SPナビ */
}
@media (min-width: 1024px) {
  header .sp_nav {
    display: none;
  }
}
header .sp_nav .mobile_header {
  background: #161F2E;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  z-index: 999;
  padding-top: 2%;
}
@media (min-width: 768px) {
  header .sp_nav .mobile_header {
    padding-top: 1.5%;
  }
}
header .sp_nav .mobile_header_inner {
  background: #161F2E;
  width: 100%;
}
header .sp_nav .mobile_header_inner .header-logo {
  position: relative;
  top: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
header .sp_nav div.open {
  height: 100%;
}
header .sp_nav div.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
header .sp_nav .mobile_nav_flame {
  display: block;
}
header .sp_nav #menu {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 53px;
  right: 0;
  margin: auto;
  background: #161F2E;
}
header .sp_nav .open #menu {
  opacity: 1;
  width: 100%;
  margin: 0;
  padding: 40px 8% 50px;
}
header .sp_nav #menu .menu {
  margin: 0 0 50px;
}
header .sp_nav #menu li.menu__item {
  border-bottom: 1px solid #707070;
}
header .sp_nav #menu li.menu__item:first-child {
  border-top: 1px solid #707070;
}
header .sp_nav #menu li.lang_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .sp_nav #menu li.lang_item a {
  width: 50%;
}
header .sp_nav #menu li.lang_item a:first-of-type {
  border-right: 1px solid #fff;
  pointer-events: none;
}
header .sp_nav #openbtn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .sp_nav #openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 5px;
  margin: auto;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
header .sp_nav #openbtn span:nth-child(1) {
  top: 23px;
}
header .sp_nav #openbtn span:nth-child(2) {
  top: 33px;
}
header .sp_nav #openbtn span:nth-child(3) {
  bottom: 16px;
}
header .sp_nav #openbtn.active span {
  background: #fff;
  width: 50%;
}
header .sp_nav #openbtn.active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
header .sp_nav #openbtn.active span:nth-child(2) {
  opacity: 0;
}
header .sp_nav #openbtn.active span:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
  bottom: 21px;
}
header .sp_nav {
  /* アコーディオン */
}
header .sp_nav .menu__item {
  cursor: pointer;
  display: block;
  position: relative;
}
header .sp_nav .menu__item__link {
  color: #fff;
  display: block;
  line-height: 42px;
  padding: 0 7% 0 7%;
  position: relative;
}
header .sp_nav .js-menu__item__link.on span {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2) inset, -10px -11px 4px -10px rgb(255, 255, 255) inset;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2) inset, -10px -11px 4px -10px rgb(255, 255, 255) inset;
  padding: 3px 12px;
  border-radius: 4px;
  margin-left: -0.9em;
}
header .sp_nav .mobile_aco .menu__item__link.on::before {
  top: 93%;
}
header .sp_nav .mobile_aco .menu__item__link::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 32%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 11px;
  height: 11px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header .sp_nav .mobile_aco .menu__item__link.on::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
header .sp_nav #menu li .submenu__item {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  header .sp_nav #menu li .submenu__item {
    padding-left: 4%;
  }
}
header .sp_nav #menu li .submenu__item + .submenu__item {
  margin-top: 20px;
}
header .sp_nav .mobile_header .logo {
  top: 3.5vw;
}
header .sp_nav .mobile_aco .submenu::before {
  content: "";
  color: #6b7797;
  font-size: 13px;
  padding-left: 7%;
  margin-bottom: 13px;
  display: block;
}
header .sp_nav .mobile_aco li a {
  position: relative;
}
header .sp_nav .mobile_header_inner {
  padding: 0 20px;
}
header .sp_nav .mobile_header_inner .header-logo img {
  width: 40px;
}
header .sp_nav .mobile_header_inner .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .sp_nav .mobile_header_inner .header-name {
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
}
header .sp_nav div.open {
  overflow-y: scroll;
}
header .sp_nav .menu__item__link {
  font-weight: 500;
  display: block;
  padding: 10px 0 10px 20px;
}
header .sp_nav .mobile_aco .submenu::before {
  padding-left: 10%;
}
header .sp_nav .mobile_header_inner h1 {
  top: 43%;
}
header .sp_nav .mobile_header_inner h1 img {
  width: 160px;
  max-width: 100%;
}
header .sp_nav div.open {
  overflow-y: scroll;
}
header .sp_nav .menu__item__link {
  padding: 11, 5px 7% 11.5px 8%;
  position: relative;
}
header .sp_nav .menu__item__link::before {
  content: "ー";
  color: #E62C26;
  position: absolute;
  margin-left: -22px;
}
header .sp_nav .mobile_aco .submenu::before {
  padding-left: 10%;
}
header .sp_nav ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(207, 209, 211, 0.15);
  margin: 0;
}
header .sp_nav ul ul li {
  padding-left: 7%;
}
header .sp_nav ul ul li:first-child {
  margin-top: 20px;
}
header .sp_nav ul ul li:last-child {
  margin-bottom: 30px;
}
header .sp_nav button {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 23px 0 23px 20px;
  font-weight: 500;
}
header .sp_nav button span::before {
  content: "ー";
  color: #E62C26;
  position: absolute;
  margin-left: -22px;
}
header .sp_nav button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
header .sp_nav button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
header .sp_nav li.active button::before {
  opacity: 0;
}
header .sp_nav li.active button::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
header .sp_nav ul.active {
  overflow-y: auto;
}
header .sp_nav .l-header-sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
}
header .sp_nav .l-header-sns li {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: relative;
  color: #fff;
}
header .sp_nav .l-header-sns li a {
  display: block;
}
header .sp_nav .l-header-sns li a .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
header .sp_nav .l-header-sns li.l-header-sns--youtube::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 3px solid transparent;
  border-left: 5px solid #E62C26;
}
header .sp_nav .l-header-sns li + li {
  margin-left: 25px;
}
header .sp_nav .l-header-btm {
  font-size: 12px;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .sp_nav .l-header-btm p + p {
  border-left: 1px solid #707070;
  margin-left: 16px;
  padding-left: 16px;
}
header {
  /* PCナビ */
}
header .pc_nav {
  display: none;
}
@media (min-width: 1024px) {
  header .pc_nav {
    display: block;
    padding: 16px 2%;
    background: #161F2E;
  }
}
header .pc_nav .header-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .pc_nav .header-main .header-logo .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .pc_nav .header-main .header-logo .flex img {
  width: 65px;
}
header .pc_nav .header-main .header-logo .flex .header-name {
  font-size: 15px;
  margin-left: 17px;
  color: #fff;
}
header .pc_nav .header-main .hnav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .pc_nav .header-main .hnav-list .hnav-item {
  font-size: 18px;
}
header .pc_nav .header-main .hnav-list .hnav-item a {
  color: #fff;
}
header .pc_nav .header-main .hnav-list .hnav-item .menu__item__link:not(.hnav-item__btn) {
  position: relative;
}
header .pc_nav .header-main .hnav-list .hnav-item .menu__item__link:not(.hnav-item__btn)::before {
  background: #ff701e;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
header .pc_nav .header-main .hnav-list .hnav-item .menu__item__link:not(.hnav-item__btn):hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  bottom: -22%;
}
header .pc_nav .header-main .hnav-list .hnav-item.hnav-item__btn {
  font-size: 15px;
  text-align: center;
}
header .pc_nav .header-main .hnav-list .hnav-item.hnav-item__btn a {
  display: block;
  padding: 16.5px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 25px;
  background: #E62C26;
  width: 160px;
}
header .pc_nav .header-main .hnav-list .hnav-item.hnav-item__btn a:hover::before {
  content: none;
}
header .pc_nav .header-main .hnav-list .hnav-item.hnav-item__btn a:hover {
  background: #fff;
  color: #E62C26;
}
header .pc_nav .header-main .hnav-list .hnav-item + .hnav-item {
  margin-left: 56px;
}

footer {
  background: #161F2E;
  color: #fff;
  padding: 70px 0 40px;
}
footer .c-inner {
  width: 84%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  footer .c-inner {
    width: 96%;
  }
}
@media (min-width: 1310px) {
  footer .c-inner {
    width: 80%;
  }
}
footer .l-footer-top {
  width: 86%;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  footer .l-footer-top {
    width: inherit;
    margin: 0 0 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .l-footer-top img {
  max-width: 43px;
}
@media (min-width: 1024px) {
  footer .l-footer-top img {
    max-width: 65px;
  }
}
footer .l-footer-top .footer-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  footer .l-footer-top .footer-logo {
    margin-bottom: 0;
    margin-right: 80px;
  }
}
footer .l-footer-top .footer-name {
  font-size: 11px;
  margin-left: 10px;
  line-height: 1.3;
}
@media (min-width: 414px) {
  footer .l-footer-top .footer-name {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  footer .l-footer-top .footer-name {
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
    white-space: nowrap;
  }
}
footer .l-footer-top .btn-out a {
  background: #E62C26;
  color: #fff;
  border-radius: 25px;
  padding: 17px 0;
  font-size: 14px;
  width: 160px;
}
@media (min-width: 1024px) {
  footer .l-footer-top .btn-out a {
    padding: 10.5% 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  footer .l-footer-top .btn-out a:hover {
    background: #fff;
    color: #E62C26;
  }
}
footer .l-footer-nav {
  font-size: 14px;
  width: 86%;
  margin: 0 auto 50px;
}
@media (min-width: 1024px) {
  footer .l-footer-nav {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  footer .l-footer-nav .fnav-list + .fnav-list {
    margin-left: 117px;
  }
}
footer .l-footer-nav .fnav-list__item {
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  footer .l-footer-nav .fnav-list__item {
    font-size: 20px;
    margin-bottom: 30px;
    white-space: nowrap;
  }
}
footer .l-footer-nav .fnav-list__item::before {
  content: "ー";
  color: #E62C26;
  position: absolute;
  margin-left: -22px;
}
@media (min-width: 1024px) {
  footer .l-footer-nav .fnav-list__item::before {
    margin-left: -35px;
  }
}
footer .l-footer-nav .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  footer .l-footer-nav .grid {
    display: block;
    font-size: 15px;
  }
}
footer .l-footer-nav .grid li {
  line-height: 1.2;
}
@media (min-width: 1024px) {
  footer .l-footer-nav .grid li + li {
    margin-top: 26px;
  }
}
footer .l-footer-nav .grid .two-step {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  footer .l-footer-nav .grid .two-step br {
    display: none;
  }
}
@media (min-width: 1024px) {
  footer .l-footer-nav a {
    position: relative;
  }
  footer .l-footer-nav a::before {
    background: #ff701e;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  footer .l-footer-nav a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    bottom: -22%;
  }
}
footer .l-footer-btm {
  font-size: 12px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}
@media (min-width: 1024px) {
  footer .l-footer-btm {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 35px;
  }
}
footer .l-footer-btm p + p {
  border-left: 1px solid #707070;
  margin-left: 16px;
  padding-left: 16px;
}
footer .l-footer-btm .l-footer-btm-top {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  footer .l-footer-btm .copyright {
    font-size: 12px;
  }
}

/*-------------------------------------------*/
/* トップページ
/*-------------------------------------------*/
.top section .ttl {
  font-size: 40px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .top section .ttl {
    font-size: 64px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
}
.top section .jpttl {
  color: #E62C26;
  font-size: 12px;
  display: block;
  margin-bottom: 30px;
  letter-spacing: 0.4em;
}
@media (min-width: 1024px) {
  .top section .jpttl {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.top section .common-btn a {
  border-radius: 50px;
  background: #161F2E;
  width: 70vw;
  max-width: 280px;
  margin: 0 auto;
  padding: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 1024px) {
  .top section .common-btn a {
    font-size: 15px;
    width: 100%;
    max-width: 320px;
    margin: 0;
    padding: 27.5px 0;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top section .common-btn a:hover {
    border: 1px solid #161F2E;
    background: #fff;
    color: #161F2E;
  }
}
.top section .common-btn a .fa-arrow {
  font-size: 9px;
  margin-left: 16px;
}
.top section.l-right {
  width: 93%;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .top section.l-right {
    width: 90%;
  }
}
.top section.l-left {
  width: 93%;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .top section.l-left {
    width: 90%;
  }
}
.top header .sp_nav .mobile_header {
  background: none;
}
.top header .sp_nav .mobile_header .mobile_header_inner {
  background: none;
}
.top header .sp_nav.colored .mobile_header {
  background: #161F2E;
}
.top header .sp_nav div.open {
  background: #161F2E;
}
.top header .pc_nav {
  background: none;
}
@media (min-width: 1024px) {
  .top header .pc_nav {
    position: absolute;
    z-index: 1;
    width: 100%;
  }
}
.top .l-mv {
  width: 100%;
  height: calc(100vh - 70px - 60px);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .top .l-mv {
    height: 100vh;
  }
}
.top .l-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: rgba(22, 31, 46, 0.5);
}
@media (min-width: 1024px) {
  .top .l-mv::before {
    height: 100vh;
  }
}
.top .l-mv .catch-copy__area {
  position: absolute;
  width: 85%;
  top: 52%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
@media (min-width: 1024px) {
  .top .l-mv .catch-copy__area {
    top: 47%;
    left: 56%;
  }
}
.top .l-mv .catch-copy__area h1 {
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .top .l-mv .catch-copy__area h1 {
    font-size: 70px;
  }
}
.top .l-mv .catch-copy__area p {
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .top .l-mv .catch-copy__area p {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .top .l-mv .catch-copy__area p br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .top .l-mv .catch-copy__area p span {
    display: block;
  }
}
.top .l-mv #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.77777778vh;
  min-height: 100%;
  min-width: 100%;
}
.top main {
  margin-top: -60px;
}
@media (min-width: 1024px) {
  .top main {
    margin-top: -8%;
  }
}
.top .l-topics {
  background: #161F2E;
  color: #fff;
  padding: 62px 45px 70px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .top .l-topics {
    padding: 85px 120px 100px 120px;
  }
}
@media (min-width: 1480px) {
  .top .l-topics {
    padding: 85px 180px 100px 120px;
  }
}
.top .l-topics .jpttl {
  margin-bottom: 40px;
}
.top .l-topics .l-topics__list {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .top .l-topics .l-topics__list {
    margin-bottom: 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 60px;
  }
}
.top .l-topics .l-topics__list .l-topics__item img {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .top .l-topics .l-topics__list .l-topics__item img {
    margin-bottom: 20px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .top .l-topics .l-topics__list .l-topics__item a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top .l-topics .l-topics__list .l-topics__item a:hover {
    opacity: 0.7;
  }
}
.top .l-topics .l-topics__list .l-topics__item .l-topics__category {
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 14px;
  border: 1px solid #fff;
}
@media (min-width: 1024px) {
  .top .l-topics .l-topics__list .l-topics__item .l-topics__category {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.top .l-topics .l-topics__list .l-topics__item .l-topics__data {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .top .l-topics .l-topics__list .l-topics__item .l-topics__data {
    font-size: 15px;
    margin-bottom: 19px;
  }
}
.top .l-topics .l-topics__list .l-topics__item .l-topics__ttl {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .top .l-topics .l-topics__list .l-topics__item .l-topics__ttl {
    font-size: 18px;
    font-weight: 400;
  }
}
.top .l-topics .l-topics__list .l-topics__item + .l-topics__item {
  margin-top: 38px;
}
@media (min-width: 1024px) {
  .top .l-topics .l-topics__list .l-topics__item + .l-topics__item {
    margin-top: 0;
  }
}
.top .l-topics .common-btn a {
  background: #fff;
  color: #161f2e;
}
@media (min-width: 1024px) {
  .top .l-topics .common-btn a:hover {
    background: #161F2E;
    color: #fff;
    border: 1px solid #fff;
  }
}
.top .l-company {
  padding: 70px 0;
}
@media (min-width: 1024px) {
  .top .l-company {
    padding: 160px 0;
  }
}
.top .l-company img {
  margin-bottom: 52px;
}
@media (min-width: 1024px) {
  .top .l-company img {
    margin-bottom: 0;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 54%;
  }
}
@media (min-width: 1024px) {
  .top .l-company .l-company-inner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top .l-company .l-company-inner__wrap .l-company-inner__right {
  padding: 0 0 0 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .top .l-company .l-company-inner__wrap .l-company-inner__right {
    padding: 54px 0 37px 100px;
    width: 58%;
  }
}
.top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__lead {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 37px;
}
@media (min-width: 1024px) {
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__lead {
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 57px;
  }
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__lead span {
    display: block;
  }
}
.top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list {
  border-top: 1px solid #cfd1d3;
  border-bottom: 1px solid #cfd1d3;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list {
    border-top: none;
    border-bottom: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item {
    border-top: 1px solid #cfd1d3;
    border-bottom: 1px solid #cfd1d3;
  }
}
.top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item h3 {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
  }
}
@media (min-width: 1480px) {
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item h3 {
    font-size: 20px;
  }
}
.top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
}
@media (min-width: 1024px) {
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 37px 0;
  }
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item a:hover {
    background: #161F2E;
    color: #fff;
    padding: 37px 10px;
  }
}
.top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item a .fa-arrow {
  font-size: 9px;
}
.top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item + .l-company__list__item {
  border-top: 1px solid #cfd1d3;
}
@media (min-width: 1024px) {
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item + .l-company__list__item {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .top .l-company .l-company-inner__wrap .l-company-inner__right .l-company__list .l-company__list__item:nth-child(2) {
    border-top: 1px solid #cfd1d3;
  }
}
@media (min-width: 1024px) {
  .top .l-company .common-btn a {
    margin: 0 auto;
  }
}
.top .l-philosophy {
  padding: 0 0 70px;
}
@media (min-width: 1024px) {
  .top .l-philosophy {
    padding: 0 0 160px;
  }
}
.top .l-philosophy img {
  margin-bottom: 52px;
}
@media (min-width: 1024px) {
  .top .l-philosophy img {
    width: 54%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .top .l-philosophy .l-philosophy-inner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right {
  padding: 0 30px 0 0;
}
@media (min-width: 1024px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right {
    padding: 54px 100px 0 0;
    width: 46%;
  }
}
.top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__lead {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 37px;
}
@media (min-width: 1024px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__lead {
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 57px;
  }
}
@media (min-width: 1024px) and (min-width: 1100px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__lead span {
    display: block;
  }
}
.top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list {
  border-top: 1px solid #cfd1d3;
  border-bottom: 1px solid #cfd1d3;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list {
    border-top: none;
    border-bottom: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item {
    border-top: 1px solid #cfd1d3;
    border-bottom: 1px solid #cfd1d3;
  }
}
.top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item h3 {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item h3 {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (min-width: 1480px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item h3 {
    font-size: 20px;
  }
}
.top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0;
}
@media (min-width: 1024px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 37px 0;
  }
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item a:hover {
    background: #161F2E;
    color: #fff;
    padding: 37px 10px;
  }
}
.top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item a .fa-arrow {
  font-size: 9px;
}
.top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item + .l-philosophy__list__item {
  border-top: 1px solid #cfd1d3;
}
@media (min-width: 1024px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item + .l-philosophy__list__item {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .top .l-philosophy .l-philosophy-inner__wrap .l-philosophy-inner__right .l-philosophy__list .l-philosophy__list__item:nth-child(2) {
    border-top: 1px solid #cfd1d3;
  }
}
@media (min-width: 1024px) {
  .top .l-philosophy .common-btn a {
    margin: 0 auto;
  }
}
.top .l-service {
  padding: 70px 0;
  background-image: url("../images/top/service-bg-sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .top .l-service {
    padding: 160px 0;
    background-image: url("../images/top/service-bg-pc.jpg");
  }
}
@media (min-width: 1024px) {
  .top .l-service .l-service-inner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 80px;
  }
}
.top .l-service .l-service-inner__wrap .l-service-top__img {
  max-width: 240px;
  margin: 0 auto 52px;
  display: block;
}
@media (min-width: 1024px) {
  .top .l-service .l-service-inner__wrap .l-service-top__img {
    max-width: 38%;
    width: 38%;
    margin: 0 auto 0 100px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 0;
  }
}
.top .l-service .l-service-inner__wrap .l-service-inner__right {
  padding: 0 30px;
}
@media (min-width: 1024px) {
  .top .l-service .l-service-inner__wrap .l-service-inner__right {
    padding: 24px 0 0 10%;
    width: 46%;
  }
}
.top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__lead {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 37px;
}
@media (min-width: 1024px) {
  .top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__lead {
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 63px;
  }
}
@media (min-width: 1024px) and (min-width: 1100px) {
  .top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__lead span {
    display: block;
  }
}
.top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list {
  border-top: 1px solid #cfd1d3;
  border-bottom: 1px solid #cfd1d3;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list {
    margin-bottom: 0;
  }
}
.top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item img {
  max-width: 30%;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item img {
    margin-right: 40px;
  }
}
.top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item h3 {
  font-weight: 400;
}
@media (min-width: 1024px) {
  .top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item h3 {
    font-size: 18px;
    font-weight: 300;
  }
}
@media (min-width: 1480px) {
  .top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item h3 {
    font-size: 20px;
  }
}
.top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item h3 br {
  display: none;
}
@media (min-width: 1024px) {
  .top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item h3 br {
    display: block;
  }
}
.top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0;
}
@media (min-width: 1024px) {
  .top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item a {
    color: #161F2E;
    padding: 20px 20px 20px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item a:hover {
    background: #fff;
    color: #161F2E;
  }
}
.top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item a .fa-arrow {
  font-size: 9px;
  margin-left: auto;
}
.top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item + .l-service__list__item {
  border-top: 1px solid #BFD1D3;
}
.top .l-service .l-service-inner__wrap .l-service-inner__right .l-service__list .l-service__list__item.two-step a {
  line-height: 1.4;
}
.top .l-service .common-btn {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .top .l-service .common-btn {
    margin-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .top .l-service .common-btn a {
    margin: 0 auto;
    background: #161F2E;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top .l-service .common-btn a:hover {
    background: #fff;
    color: #161F2E;
    border: 1px solid #161F2E;
  }
}
.top .l-news {
  padding: 83px 0 0 7%;
  width: 100%;
  background-image: url("../images/top/news-bg-sp.png");
  background-size: 87%;
  background-repeat: no-repeat;
}
.top .l-news.l-right {
  width: 100%;
}
@media (min-width: 1024px) {
  .top .l-news {
    padding: 180px 0 0 0;
    background-size: 48%;
    background-image: url("../images/top/news-bg-pc.png");
  }
}
@media (min-width: 1024px) {
  .top .l-news .l-news-inner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 10%;
  }
}
@media (min-width: 1024px) {
  .top .l-news .l-news-inner__wrap .ttl,
  .top .l-news .l-news-inner__wrap .jpttl {
    width: 100%;
  }
}
.top .l-news .l-news-inner__wrap .l-news__list {
  background: #efeff2;
  padding: 40px 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .top .l-news .l-news-inner__wrap .l-news__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 80px 80px 100px;
    margin-bottom: 0;
  }
}
.top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item {
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1024px) {
  .top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item {
    width: 25%;
  }
}
.top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a {
  padding: 30px 20px;
  display: block;
}
@media (min-width: 1024px) {
  .top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 40px;
    height: 100%;
  }
  .top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a:hover {
    color: #fff;
    background: #161F2E;
  }
  .top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a:hover .l-news__arrow {
    border: 1px solid #fff;
  }
}
.top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a h3 {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfd1d3;
}
@media (min-width: 1024px) {
  .top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a h3 {
    font-size: 18px;
    padding-bottom: 50px;
  }
}
.top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a .flex {
  padding-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a .l-news__data {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a .l-news__data {
    font-size: 15px;
  }
}
.top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a .l-news__arrow {
  background: #161F2E;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  border: 1px solid transparent;
}
.top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item a .fa-circle-arrow {
  font-size: 9px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item + .l-news__list__item {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .top .l-news .l-news-inner__wrap .l-news__list .l-news__list__item + .l-news__list__item {
    margin-top: 0;
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  .top .l-news .common-btn {
    position: absolute;
    right: 10%;
    top: 1%;
  }
}
@media (min-width: 1024px) {
  .top .l-news .common-btn a {
    width: 320px;
  }
}
.top .l-recruit {
  width: 93%;
  margin: 0 auto;
  width: 100%;
  padding-top: 112px;
  background-image: url("../images/top/recruit-bg-top-sp.png");
  background-size: 75%;
  background-position: right top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .top .l-recruit {
    padding-top: 224px;
    background-size: 33%;
    background-image: url("../images/top/recruit-bg-top-pc.png");
  }
}
.top .l-recruit .ttl,
.top .l-recruit .jpttl {
  text-align: center;
}
.top .l-recruit .l-recruit__main {
  text-align: center;
}
@media (min-width: 1024px) {
  .top .l-recruit .l-recruit__main a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top .l-recruit .l-recruit__main a:hover {
    opacity: 0.7;
  }
}
.top .l-recruit .l-recruit__main img {
  width: 80%;
}
@media (min-width: 1024px) {
  .top .l-recruit .l-recruit__main img {
    width: 100%;
    max-width: 947px;
  }
}
.top .l-recruit .common-btn {
  padding: 114px 0 70px;
  margin-top: -65px;
  background-image: url("../images/top/recruit-bg-bottom-sp.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .top .l-recruit .common-btn {
    padding: 248px 0 160px;
    margin-top: -210px;
    background-image: url("../images/top/recruit-bg-bottom-pc.png");
  }
}
.top .l-recruit .common-btn a {
  background: #E62C26;
}
@media (min-width: 1024px) {
  .top .l-recruit .common-btn a {
    margin: 0 auto;
  }
}

/*-------------------------------------------*/
/* 下層ページ共通
/*-------------------------------------------*/
@media (min-width: 1024px) {
  .underlayer header {
    position: relative;
    z-index: 1;
  }
}
.underlayer .ttl {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 35px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .underlayer .ttl {
    font-size: 36px;
    margin-bottom: 100px;
  }
}
.underlayer .underlayer__lead {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .underlayer .underlayer__lead {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 100px;
  }
}
.underlayer .underlayer__lead br {
  display: none;
}
@media (min-width: 1024px) {
  .underlayer .underlayer__lead br {
    display: block;
  }
}
.underlayer .underlayer__lead span.br {
  display: block;
}
@media (min-width: 768px) {
  .underlayer .underlayer__lead span.br {
    display: inline;
  }
}

.l-underlayer__mv {
  position: relative;
  padding-top: 70px;
}
@media (min-width: 768px) {
  .l-underlayer__mv {
    padding-top: 0;
    margin-top: -10px;
  }
}
.l-underlayer__mv img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .l-underlayer__mv img {
    height: 400px;
  }
}
.l-underlayer__mv .underlayer-mv__inner {
  position: absolute;
  top: 58%;
  left: 8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .l-underlayer__mv .underlayer-mv__inner {
    left: 9.7%;
    top: 50%;
  }
}
.l-underlayer__mv .underlayer-mv__inner .underlayer__ttl {
  font-size: 37px;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-right: 1em;
}
@media (min-width: 1024px) {
  .l-underlayer__mv .underlayer-mv__inner .underlayer__ttl {
    font-size: 80px;
    margin-bottom: 14px;
    padding-right: 2em;
  }
}
.l-underlayer__mv .underlayer-mv__inner .underlayer__jpttl {
  color: #fff;
  font-size: 12px;
  display: block;
  letter-spacing: 0.4em;
}
@media (min-width: 1024px) {
  .l-underlayer__mv .underlayer-mv__inner .underlayer__jpttl {
    font-size: 18px;
  }
}

.sub__nav li {
  font-size: 12px;
  color: rgba(22, 31, 46, 0.75);
}
@media (min-width: 1024px) {
  .sub__nav li {
    font-size: 16px;
  }
}
.sub__nav li + li {
  margin-left: 22px;
}
@media (min-width: 1024px) {
  .sub__nav li + li {
    margin-left: 56px;
  }
}
@media (min-width: 1024px) {
  .sub__nav li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sub__nav li a:hover {
    font-weight: bold;
  }
}
.sub__nav.sub__nav__top {
  border-bottom: 1px solid #cfd1d3;
  padding: 20px 20px 0;
}
@media (min-width: 1024px) {
  .sub__nav.sub__nav__top {
    padding: 28px 9.7% 0 9.7%;
  }
}
.sub__nav.sub__nav__top ul {
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .sub__nav.sub__nav__top ul {
    white-space: wrap;
    overflow-x: inherit;
  }
}
.sub__nav.sub__nav__top li {
  padding-bottom: 20px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .sub__nav.sub__nav__top li {
    padding-bottom: 28px;
  }
}
.sub__nav.sub__nav__top li.current {
  color: #161F2E;
  border-bottom: 2px solid #161F2E;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .sub__nav.sub__nav__top li.current {
    border-bottom: 4px solid #161F2E;
  }
}
.sub__nav.sub__nav__bottom {
  border-top: 1px solid #cfd1d3;
  padding: 0 20px 20px;
}
@media (min-width: 1024px) {
  .sub__nav.sub__nav__bottom {
    padding: 0 9.7% 28px 9.7%;
  }
}
.sub__nav.sub__nav__bottom ul {
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .sub__nav.sub__nav__bottom ul {
    white-space: wrap;
    overflow-x: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sub__nav.sub__nav__bottom li {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .sub__nav.sub__nav__bottom li {
    padding-top: 28px;
  }
}
.sub__nav.sub__nav__bottom li.current {
  color: #161F2E;
  border-top: 2px solid #161F2E;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .sub__nav.sub__nav__bottom li.current {
    border-top: 4px solid #161F2E;
  }
}

.l-breadcrumb {
  padding: 12px 20px;
  margin-bottom: 50px;
  background: #f7f9fd;
}
@media (min-width: 1024px) {
  .l-breadcrumb {
    padding: 20px 9.7%;
    margin-bottom: 120px;
  }
}
.l-breadcrumb ul {
  white-space: nowrap;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .l-breadcrumb ul {
    white-space: inherit;
    overflow-x: inherit;
  }
}
.l-breadcrumb ul li {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .l-breadcrumb ul li {
    font-size: 16px;
  }
}
.l-breadcrumb ul li.current {
  color: rgba(22, 31, 46, 0.5);
}
.l-breadcrumb ul li + li::before {
  margin: 0 11px 3px;
  border-top: 0.5px solid #707070;
  border-right: 0.5px solid #707070;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-inner__wrap {
  width: 81%;
  margin: 0 auto;
}
@media (min-width: 1480px) {
  .c-inner__wrap {
    width: 100%;
    max-width: 1200px;
  }
}

/* --------------------------------------------------------
 各ページのSCSS読み込み
----------------------------------------------------------- */
/* ※各ページ名に変えること */
.top-message .l-greeting {
  padding: 0 0 100px;
}
.top-message .l-greeting .ttl {
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .top-message .l-greeting .ttl {
    line-height: 1;
  }
  .top-message .l-greeting .ttl br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .top-message .l-greeting .flex__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-message .l-greeting .flex__wrap img {
  display: block;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .top-message .l-greeting .flex__wrap img {
    max-width: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .top-message .l-greeting .flex__wrap .greeting__text {
    padding-left: 100px;
  }
}
.top-message .l-greeting .flex__wrap .greeting__text p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .top-message .l-greeting .flex__wrap .greeting__text p {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.9;
  }
}
@media (min-width: 1024px) {
  .top-message .l-greeting .flex__wrap .greeting__text p:first-child {
    margin-top: -10px;
  }
}
.top-message .l-greeting .flex__wrap .greeting__text .text__right {
  text-align: right;
}
.top-message .l-philosophy {
  padding: 100px 0;
  background: #F7F9FD;
}
.top-message .l-philosophy .philosophy-list .philosophy-list__item {
  background: #161F2E;
  padding: 20px;
  color: #fff;
}
@media (min-width: 1024px) {
  .top-message .l-philosophy .philosophy-list .philosophy-list__item {
    padding: 40px 80px;
  }
}
.top-message .l-philosophy .philosophy-list .philosophy-list__item h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .top-message .l-philosophy .philosophy-list .philosophy-list__item h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.top-message .l-philosophy .philosophy-list .philosophy-list__item p {
  font-size: 12px;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .top-message .l-philosophy .philosophy-list .philosophy-list__item p {
    font-size: 16px;
  }
}
.top-message .l-philosophy .philosophy-list .philosophy-list__item + .philosophy-list__item {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .top-message .l-philosophy .philosophy-list .philosophy-list__item + .philosophy-list__item {
    margin-top: 40px;
  }
}

.topics section {
  padding: 0 0 100px;
}
@media (min-width: 1024px) {
  .topics section {
    padding: 0 0 200px;
  }
}
.topics section .ttl {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .topics section .ttl {
    margin-bottom: 100px;
    font-size: 36px;
  }
}
.topics section .l-topics__list {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .topics section .l-topics__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
  }
}
@media (min-width: 1024px) {
  .topics section .l-topics__list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
    margin-bottom: 140px;
  }
}
.topics section .l-topics__list .l-topics__item img {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .topics section .l-topics__list .l-topics__item img {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .topics section .l-topics__list .l-topics__item a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .topics section .l-topics__list .l-topics__item a:hover {
    opacity: 0.7;
  }
}
.topics section .l-topics__list .l-topics__item .l-topics__category {
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 14px;
  border: 1px solid #161F2E;
}
@media (min-width: 1024px) {
  .topics section .l-topics__list .l-topics__item .l-topics__category {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.topics section .l-topics__list .l-topics__item .l-topics__data {
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .topics section .l-topics__list .l-topics__item .l-topics__data {
    font-size: 15px;
    margin-bottom: 19px;
  }
}
.topics section .l-topics__list .l-topics__item .l-topics__ttl {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .topics section .l-topics__list .l-topics__item .l-topics__ttl {
    font-size: 18px;
  }
}
.topics section .l-topics__list .l-topics__item + .l-topics__item {
  margin-top: 38px;
}
@media (min-width: 768px) {
  .topics section .l-topics__list .l-topics__item + .l-topics__item {
    margin-top: 0;
  }
}
.topics .p-pagenation {
  margin-top: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.topics .p-pagenation ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media (min-width: 1024px) {
  .topics .p-pagenation ul {
    font-size: 18px;
  }
}
.topics .p-pagenation ul li b {
  display: inline-block;
  text-align: center;
  background: #161F2E;
  color: #fff;
  padding: 5px 7px;
}
.topics .p-pagenation .l-news__arrow {
  display: block;
  background: #161F2E;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  border: 1px solid transparent;
}
.topics .p-pagenation .fa-circle-arrow {
  font-size: 9px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.single .topic-single__wrap {
  padding: 0 0 150px;
}
@media (min-width: 1024px) {
  .single .topic-single__wrap {
    padding: 0 0 200px;
  }
}
.single .topic-single__wrap .c-inner__wrap {
  border-bottom: 1px solid #cfd1d3;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .single .topic-single__wrap .c-inner__wrap {
    padding-bottom: 180px;
    margin-bottom: 80px;
  }
}
.single .topic-single__wrap .ttl {
  line-height: 1.6;
  padding-bottom: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfd1d3;
  text-align: left;
}
.single .topic-single__wrap h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}
.single .topic-single__wrap h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.3;
}
.single .topic-single__wrap .topic-data {
  font-size: 14px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .single .topic-single__wrap .topic-data {
    margin-bottom: 82px;
    font-size: 18px;
  }
}
.single .topic-single__wrap img {
  display: block;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  .single .topic-single__wrap img {
    margin: 0 auto 100px;
    max-width: 1200px;
  }
}
.single .topic-single__wrap p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .single .topic-single__wrap p {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.9;
  }
}
.single .topic-single__wrap p .bold {
  font-weight: bold;
}
.single .topic-single__wrap .article-more__btn {
  border-radius: 50px;
  background: #161F2E;
  width: 70vw;
  max-width: 280px;
  margin: 0 auto;
  padding: 21px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #fff;
  position: relative;
}
@media (min-width: 1024px) {
  .single .topic-single__wrap .article-more__btn {
    font-size: 15px;
    width: 100%;
    max-width: 320px;
    margin: 0;
    padding: 27.5px 0;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single .topic-single__wrap .article-more__btn:hover {
    border: 1px solid #161F2E;
    background: #fff;
    color: #161F2E;
  }
  .single .topic-single__wrap .article-more__btn:hover:before {
    border-top: solid 2px #161F2E;
    border-right: solid 2px #161F2E;
  }
}
.single .topic-single__wrap .article-more__btn:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single .pagination {
  width: 81%;
  margin: 0 auto;
}
.single .pagination .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .single .pagination .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single .pagination .flex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .single .pagination .flex a {
    font-size: 18px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single .pagination .flex a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1024px) {
  .single .pagination .flex .archive__back {
    margin: 0 80px;
  }
}
.single .pagination .flex .archive__back a {
  border-radius: 50px;
  background: #161F2E;
  color: #fff;
  border: 1px solid transparent;
  font-size: 15px;
  display: block;
  text-align: center;
  text-decoration: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 11%;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .single .pagination .flex .archive__back a {
    position: inherit;
    margin-top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    padding: 10px 25px;
  }
}
@media (min-width: 1024px) {
  .single .pagination .flex .archive__back a {
    width: 320px;
    padding: 27px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 0.2em;
  }
  .single .pagination .flex .archive__back a:hover {
    border: 1px solid #161F2E;
    background: #fff;
    color: #161F2E;
  }
}
.single .pagination .flex .previous .fa-arrow {
  -webkit-transform: scale(-0.5, 0.5);
          transform: scale(-0.5, 0.5);
  display: inline-block;
  margin-right: 12px;
}
.single .pagination .flex .next .fa-arrow {
  margin-left: 12px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.management-philosophy section {
  padding: 0 0 100px;
}
@media (min-width: 1024px) {
  .management-philosophy section {
    padding: 0 0 200px;
  }
}
.management-philosophy section .management__list li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .management-philosophy section .management__list li img {
    width: 40.5%;
    display: block;
    margin-left: auto;
  }
}
.management-philosophy section .management__list li .text__area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 15px 50px 10px;
}
@media (min-width: 1024px) {
  .management-philosophy section .management__list li .text__area {
    margin-left: 8%;
  }
}
.management-philosophy section .management__list li .text__area .jost {
  font-size: 30px;
  margin-right: 20px;
  font-style: italic;
  font-weight: 100;
}
@media (min-width: 1024px) {
  .management-philosophy section .management__list li .text__area .jost {
    font-size: 100px;
    margin-right: 80px;
  }
}
.management-philosophy section .management__list li .text__area h3 {
  font-weight: normal;
  line-height: 1.6;
  font-size: 18px;
}
.management-philosophy section .management__list li .text__area h3 br {
  display: none;
}
@media (min-width: 1024px) {
  .management-philosophy section .management__list li .text__area h3 br {
    display: block;
  }
}
@media (min-width: 1480px) {
  .management-philosophy section .management__list li .text__area h3 {
    font-size: 21px;
    line-height: 2;
  }
}
.management-philosophy section .management__list li.reverse-flex {
  background: #f7f9fd;
}
@media (min-width: 1024px) {
  .management-philosophy section .management__list li.reverse-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .management-philosophy section .management__list li.reverse-flex img {
    margin-left: inherit;
  }
}
@media (min-width: 1024px) {
  .management-philosophy section .management__list li.reverse-flex .text__area {
    margin-right: auto;
    margin-left: 100px;
  }
}

.philosophy section {
  padding: 0 0 100px;
}
@media (min-width: 1024px) {
  .philosophy section {
    padding: 0 0 200px;
  }
}
.philosophy section .management__list li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .philosophy section .management__list li img {
    width: 40.5%;
    display: block;
    margin-left: auto;
  }
}
.philosophy section .management__list li .text__area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 15px 50px 10px;
}
@media (min-width: 1024px) {
  .philosophy section .management__list li .text__area {
    margin-left: 8%;
  }
}
.philosophy section .management__list li .text__area .jost {
  font-size: 30px;
  margin-right: 20px;
  font-style: italic;
  font-weight: 100;
}
@media (min-width: 1024px) {
  .philosophy section .management__list li .text__area .jost {
    font-size: 100px;
    margin-right: 80px;
  }
}
.philosophy section .management__list li .text__area h3 {
  font-weight: normal;
  line-height: 1.6;
  font-size: 18px;
}
.philosophy section .management__list li .text__area h3 br {
  display: none;
}
@media (min-width: 1024px) {
  .philosophy section .management__list li .text__area h3 br {
    display: block;
  }
}
@media (min-width: 1480px) {
  .philosophy section .management__list li .text__area h3 {
    font-size: 21px;
    line-height: 2;
  }
}
.philosophy section .management__list li.reverse-flex {
  background: #F7F9FD;
}
@media (min-width: 1024px) {
  .philosophy section .management__list li.reverse-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .philosophy section .management__list li.reverse-flex img {
    margin-left: inherit;
  }
}
@media (min-width: 1024px) {
  .philosophy section .management__list li.reverse-flex .text__area {
    margin-right: auto;
    margin-left: 100px;
  }
}
@media (min-width: 1024px) {
  .philosophy section.l-cp .l-cp__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 75%;
    margin: 0 auto;
  }
}
.philosophy section.l-cp .l-cp__list .l-cp__list__item {
  border: 1px solid #333;
}
.philosophy section.l-cp .l-cp__list .l-cp__list__item a {
  display: block;
  padding: 20px 20px;
}
.philosophy section.l-cp .l-cp__list .l-cp__list__item a .flex .l-cp__arrow .fa-circle-arrow::before {
  color: #000;
}
@media (min-width: 1024px) {
  .philosophy section.l-cp .l-cp__list .l-cp__list__item a {
    height: 100%;
  }
  .philosophy section.l-cp .l-cp__list .l-cp__list__item a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #161F2E;
    color: #fff;
  }
  .philosophy section.l-cp .l-cp__list .l-cp__list__item a:hover .flex .l-cp__arrow .fa-circle-arrow::before {
    color: #fff;
  }
  .philosophy section.l-cp .l-cp__list .l-cp__list__item a:hover p {
    border-top: 1px solid #fff;
  }
}
.philosophy section.l-cp .l-cp__list .l-cp__list__item h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .philosophy section.l-cp .l-cp__list .l-cp__list__item h3 {
    font-size: 25px;
  }
}
.philosophy section.l-cp .l-cp__list .l-cp__list__item .flex {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.philosophy section.l-cp .l-cp__list .l-cp__list__item .flex span:first-child {
  color: #999;
  padding-right: 1em;
}
.philosophy section.l-cp .l-cp__list .l-cp__list__item .flex .l-solution__arrow .fa-circle-arrow::before {
  color: #333;
}
.philosophy section.l-cp .l-cp__list .l-cp__list__item p {
  padding-top: 20px;
  border-top: 1px solid #161F2E;
  line-height: 1.3;
}
.philosophy section.l-cp .l-cp__list .l-cp__list__item + .l-cp__list__item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .philosophy section.l-cp .l-cp__list .l-cp__list__item + .l-cp__list__item {
    margin-top: 0;
  }
}

.plan .p-action__contlist {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .plan .p-action__contlist {
    margin-bottom: 200px;
  }
}
.plan .p-action__contlist .p-action__subttl {
  font-size: 18px;
  line-height: 1.3;
  color: #161F2E;
  margin-bottom: 2rem;
  padding: 0.5rem 0 1.5rem 4rem;
  border-bottom: dashed 1px #ccc;
  counter-increment: counter;
  position: relative;
}
@media (min-width: 1024px) {
  .plan .p-action__contlist .p-action__subttl {
    font-size: 19px;
  }
}
.plan .p-action__contlist .p-action__subttl::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 3rem;
  height: 3rem;
  content: counter(counter);
  border: 1px solid #161F2E;
  font-size: 1.8rem;
  color: #161F2E;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.plan .p-action__contlist .p-action__contitem:last-child {
  padding-top: 70px;
}
.plan .p-action__contlist .p-action__contitem:last-child .p-action__subttl::before {
  content: "2";
}
@media (min-width: 1024px) {
  .plan .p-action__contlist .p-action__contitem:last-child .p-action__subttl::before {
    top: -3px;
  }
}
.plan .p-action__contlist .p-action__contlist2 {
  padding-left: 1em;
}
.plan .p-action__contlist .p-action__contlist2 .p-action__contitem2 {
  list-style-type: decimal;
}
.plan .p-action__contlist .p-action__contlist2 .p-action__contitem2:not(:last-of-type) {
  margin-bottom: 2rem;
}
.plan .p-action__contlist .p-action__contlist2 .p-action__dt {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .plan .p-action__contlist .p-action__contlist2 .p-action__dt {
    font-size: 18px;
  }
}
.plan .p-action__contlist .p-action__contlist2 .p-action__dd {
  line-height: 1.4;
}
.plan .p-action__contlist .p-action__contlist2 .p-action__dl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan .p-action__contlist .p-action__contlist2 .p-action__dl2 .p-action__dt2 {
  width: 15%;
}
@media (min-width: 1024px) {
  .plan .p-action__contlist .p-action__contlist2 .p-action__dl2 .p-action__dt2 {
    width: 5%;
  }
}
.plan .p-action__contlist .p-action__contlist2 .p-action__dl2 .p-action__dd2 {
  width: 85%;
}
@media (min-width: 1024px) {
  .plan .p-action__contlist .p-action__contlist2 .p-action__dl2 .p-action__dd2 {
    width: 95%;
  }
}
.plan .p-action__contlist .p-action__contlist2 .p-action__dl2 .p-action__dd2:not(:last-of-type) {
  margin-bottom: 1rem;
}

.conducts .p-action__contlist {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .conducts .p-action__contlist {
    margin-bottom: 200px;
  }
}
.conducts .js-accordion--close {
  display: none;
}
.conducts .p-action__contitem {
  border: 1px solid #333;
}
.conducts .p-action__contitem + .p-action__contitem {
  margin-top: 20px;
}
.conducts .p-action__contlist2 {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 1024px) {
  .conducts .p-action__contlist2 {
    padding-left: 2em;
  }
}
.conducts .is-accordion--open + .p-action__contlist2 {
  padding: 1em;
}
@media (min-width: 1024px) {
  .conducts .is-accordion--open + .p-action__contlist2 {
    padding: 2em;
    margin-bottom: 2em;
  }
}
.conducts .js-accordion {
  position: relative;
  padding: 0 35px 0 10px;
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  cursor: pointer;
}
.conducts .js-accordion::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 2;
}
.conducts .js-accordion::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  z-index: 2;
}
.conducts .js-accordion.is-accordion--open::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.conducts .js-accordion.is-accordion--open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.conducts .js-accordion.is-accordion--open + .p-action__contlist2 {
  height: auto;
  opacity: 1;
}
.conducts .js-accordion.is-accordion--open + .p-action__contlist2 .p-action__contitem2__single {
  margin-bottom: 30px;
}
.conducts .p-action__subttl {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  padding: 1rem 0 1rem 4rem;
  position: relative;
  color: #161F2E;
}
@media (min-width: 1024px) {
  .conducts .p-action__subttl {
    font-size: 20px;
    padding: 1.5rem 0 1.5rem 4rem;
  }
}
.conducts .p-action__subttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: solid 1px #1e257c;
  font-size: 18px;
  color: #fff;
  background: #161F2E;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.conducts .p-action__subttl span {
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #ccc;
}
.conducts #no1 .p-action__subttl::before {
  content: "1";
}
.conducts #no2 .p-action__subttl::before {
  content: "2";
}
.conducts #no3 .p-action__subttl::before {
  content: "3";
}
.conducts #no4 .p-action__subttl::before {
  content: "4";
}
.conducts #no5 .p-action__subttl::before {
  content: "5";
}
.conducts #no6 .p-action__subttl::before {
  content: "6";
}
.conducts #no7 .p-action__subttl::before {
  content: "7";
}
.conducts #no8 .p-action__subttl::before {
  content: "8";
}
.conducts #no9 .p-action__subttl::before {
  content: "9";
}
.conducts #no10 .p-action__subttl::before {
  content: "10";
}
.conducts #no11 .p-action__subttl::before {
  content: "11";
}
.conducts #no12 .p-action__subttl::before {
  content: "12";
}
.conducts #no13 .p-action__subttl::before {
  content: "13";
}
.conducts #no14 .p-action__subttl::before {
  content: "14";
}
.conducts #no15 .p-action__subttl::before {
  content: "15";
}
.conducts #no16 .p-action__subttl::before {
  content: "16";
}
.conducts #no17 .p-action__subttl::before {
  content: "17";
}
.conducts #no18 .p-action__subttl::before {
  content: "18";
}
.conducts #no19 .p-action__subttl::before {
  content: "19";
}
.conducts #no20 .p-action__subttl::before {
  content: "20";
}
.conducts .p-action__bracketitem {
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 2em;
}
.conducts .p-action__bracketitem::before {
  content: "(" counter(cnt) ") ";
  position: absolute;
  top: 0;
  left: 0.5em;
}
.conducts .no__note {
  padding-left: 0.5em;
}
.conducts .no__note::before {
  content: none;
}
.conducts .no__note:last-child {
  margin-bottom: 20px;
}
.conducts .p-action__dt {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.conducts .p-action__dd .p-action__bracketitem {
  line-height: 1.6;
}
.conducts .p-action__dd .p-action__bracketitem + .p-action__bracketitem {
  margin-top: 15px;
}
.conducts .p-action__dd .p-action__bracketitem:last-child {
  margin-bottom: 30px;
}

.company .c-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .company .c-table {
    font-size: 18px;
  }
}
.company .c-table .c-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #161F2E;
}
.company .c-table .c-table__tr:first-child {
  border-top: 1px solid #161F2E;
}
.company .c-table .c-table__th {
  width: 30%;
  padding: 2rem 0;
  text-align: left;
  display: block;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .company .c-table .c-table__th {
    padding: 2rem;
  }
}
.company .c-table .c-table__td {
  width: 65%;
  padding: 2rem 0;
  line-height: 1.6;
}
.company .c-table .c-table__td a {
  text-decoration: underline;
}
.company .c-table .c-table__dd {
  padding-left: 1em;
}
.company .c-info__list {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .company .c-info__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 200px;
  }
}
.company .c-info__list li {
  border: 1px solid #161F2E;
}
@media (min-width: 1024px) {
  .company .c-info__list li {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .company .c-info__list li:hover {
    background: #161F2E;
    color: #fff;
  }
  .company .c-info__list li:hover .c-info__list__top {
    border-bottom: 1px solid #fff;
  }
}
.company .c-info__list li a {
  display: block;
  padding: 20px;
}
.company .c-info__list li a .c-info__list__top {
  border-bottom: 1px solid #161F2E;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.company .c-info__list li a .c-info__list__top::before {
  content: "\e902";
  font-family: "icomoon";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.company .c-info__list li a .c-info__list__top h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.company .c-info__list li a .c-info__list__top span {
  opacity: 0.7;
}
.company .c-info__list li a p {
  line-height: 1.5;
}
.company .c-info__list li + li {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .company .c-info__list li + li {
    margin-top: inherit;
  }
}

.about section {
  padding: 0 0 100px;
}
@media (min-width: 1024px) {
  .about section {
    padding: 0 0 200px;
  }
}
.about section .c-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 100px;
}
.about section .c-table .c-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #161F2E;
}
.about section .c-table .c-table__tr:first-child {
  border-top: 1px solid #161F2E;
}
.about section .c-table .c-table__th {
  width: 30%;
  padding: 2rem 0;
  text-align: left;
  display: block;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .about section .c-table .c-table__th {
    padding: 2rem;
  }
}
.about section .c-table .c-table__td {
  width: 65%;
  padding: 2rem 0;
  line-height: 1.6;
}
.about section .c-table .c-table__td a {
  text-decoration: underline;
}
.about section .c-table .c-table__dd {
  padding-left: 1em;
}
@media (min-width: 1024px) {
  .about section .c-table .p-nes-com__logo {
    max-width: 30%;
  }
}
.about section .health {
  text-align: center;
}
@media (min-width: 1024px) {
  .about section .health {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .about section .health:hover {
    opacity: 0.7;
  }
}
.about section .health img {
  width: 80%;
}
@media (min-width: 1024px) {
  .about section .health img {
    width: 40%;
  }
}
.about section.p-nes-org {
  padding-top: 100px;
  background: #edf2f8;
}
.about section.p-nes-highway {
  padding-top: 100px;
}

.network h3 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .network h3 {
    min-width: 120px;
  }
}
.network .l-network {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .network .l-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .network .l-network .p-net-sec__gmap {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .network .l-network .p-net-sec__gmap iframe {
    aspect-ratio: 16/9;
  }
}
.network .l-network .p-net-sec__dltop {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .network .l-network .p-net-sec__dltop {
    width: 40%;
    padding-left: 25px;
    margin-bottom: 0;
  }
}
.network .l-network .p-net-sec__dltop .p-net-sec__dttop {
  border-bottom: 1px solid #161F2E;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .network .l-network .p-net-sec__dltop .p-net-sec__dttop {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
.network .l-network .p-net-sec__dltop .p-net-sec__ddtop {
  line-height: 1.6;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .network .l-network .p-net-sec__dltop .p-net-sec__ddtop {
    line-height: 1.9;
    font-size: 18px;
  }
}
.network .network__list {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .network .network__list {
    margin-bottom: 200px;
  }
}
.network .network__list .p-net-sec__item {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .network .network__list .p-net-sec__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
}
.network .network__list .p-net-sec__item .p-net-sec__dl {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .network .network__list .p-net-sec__item .p-net-sec__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.network .network__list .p-net-sec__item .p-net-sec__dl .p-net-sec__dt {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .network .network__list .p-net-sec__item .p-net-sec__dl .p-net-sec__dt {
    margin-bottom: 0;
    min-width: 180px;
  }
}
.network .network__list .p-net-sec__item .p-net-sec__dl .p-net-sec__dd {
  padding-left: 7em;
  text-indent: -7em;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .network .network__list .p-net-sec__item .p-net-sec__dl .p-net-sec__dd {
    margin-left: 70px;
    padding-left: inherit;
    text-indent: inherit;
    line-height: 1;
  }
}
.network .network__list .p-net-sec__item .p-net-sec__dl .p-net-sec__dd .p-net-sec__dd__tel {
  display: inline-block;
  margin-left: -1em;
}
@media (min-width: 768px) {
  .network .network__list .p-net-sec__item .p-net-sec__dl .p-net-sec__dd .p-net-sec__dd__tel {
    margin-left: 0;
    margin-top: 5px;
  }
}
.network .network__list .p-net-sec__item .p-net-sec__btn a {
  color: #fff;
  background: #161F2E;
  padding: 15px 25px;
  display: inline-block;
  text-align: center;
}
@media (min-width: 1024px) {
  .network .network__list .p-net-sec__item .p-net-sec__btn a {
    padding: 15px 70px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid transparent;
  }
  .network .network__list .p-net-sec__item .p-net-sec__btn a:hover {
    border: 1px solid #161F2E;
    background: #fff;
    color: #161F2E;
  }
}
.network .network__list .p-net-sec__item + .p-net-sec__item {
  margin-top: 20px;
  border-top: 1px solid #161F2E;
}
@media (min-width: 1024px) {
  .network .network__list .p-net-sec__item + .p-net-sec__item {
    margin-top: 30px;
  }
}

.org .p-com-org__figure {
  margin: 0 auto 100px;
}
@media (min-width: 1024px) {
  .org .p-com-org__figure {
    width: 70%;
    margin: 0 auto 200px;
  }
}

.qualify .p-com-qualify__date {
  text-align: right;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .qualify .p-com-qualify__date {
    margin-bottom: 50px;
    font-size: 18px;
  }
}
.qualify .p-com-qualify__list {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .qualify .p-com-qualify__list {
    margin-bottom: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .qualify .p-com-qualify__list .p-com-qualify__item {
    width: 45.8%;
  }
}
.qualify .p-com-qualify__list .p-com-qualify__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #161F2E;
}
@media (min-width: 1024px) {
  .qualify .p-com-qualify__list .p-com-qualify__dl {
    padding: 2rem 2.5rem;
  }
}
.qualify .p-com-qualify__list .p-com-qualify__dl:first-child {
  border-top: 1px solid #161F2E;
}
.qualify .p-com-qualify__list .p-com-qualify__dl .p-com-qualify__dt {
  line-height: 1.4;
}
.qualify .p-com-qualify__list .p-com-qualify__dl .p-com-qualify__dd {
  white-space: nowrap;
}

.customer .p-com-costomer__wrap {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .customer .p-com-costomer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 200px;
  }
}
.customer .p-com-costomer__wrap .p-com-costomer__list {
  border-left: solid 2px #161F2E;
}
.customer .p-com-costomer__wrap .p-com-costomer__item {
  padding: 1rem 2rem;
  line-height: 1.5;
}

.maginrate .c-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .maginrate .c-table {
    margin-bottom: 200px;
    font-size: 18px;
  }
}
.maginrate .c-table .c-table__caption {
  text-align: left;
  font-weight: 600;
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .maginrate .c-table .c-table__caption {
    padding: 2rem;
    font-size: 20px;
  }
}
.maginrate .c-table .c-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #161F2E;
}
.maginrate .c-table .c-table__tr:first-child {
  border-top: solid 1px #161F2E;
}
.maginrate .c-table .c-table__th {
  display: block;
  width: 30%;
  padding: 2rem 0;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 1024px) {
  .maginrate .c-table .c-table__th {
    width: 34%;
    padding: 2rem 2.5rem;
  }
}
.maginrate .c-table .c-table__td {
  display: block;
  width: 65%;
  padding: 2rem 0;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .maginrate .c-table .c-table__td {
    width: 66%;
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .maginrate .c-table .c-table__td .c-table__dl2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2;
  }
}

.history .p-com-history__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .history .p-com-history__table {
    margin-bottom: 200px;
    font-size: 18px;
  }
}
.history .p-com-history__table .p-com-history__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.history .p-com-history__table .p-com-history__th {
  display: block;
  width: 23%;
  padding: 2rem 0;
  position: relative;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .history .p-com-history__table .p-com-history__th {
    min-width: 326px;
  }
}
.history .p-com-history__table .p-com-history__th:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to top, #dcdddd, #dcdddd 3px, transparent 3px, transparent 6px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  top: auto;
  bottom: 0;
  right: -37px;
  width: 1px;
  height: 100%;
}
@media (min-width: 1024px) {
  .history .p-com-history__table .p-com-history__th:before {
    right: -9px;
  }
}
.history .p-com-history__table .p-com-history__th:after {
  position: absolute;
  content: "";
  background-repeat: repeat-y;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 2.8rem;
  right: -45px;
  background: #161F2E;
}
@media (min-width: 1024px) {
  .history .p-com-history__table .p-com-history__th:after {
    top: 2.4rem;
    right: -16px;
  }
}
.history .p-com-history__table .p-com-history__td {
  display: block;
  padding: 2rem 0 2rem 2rem;
  width: 77%;
  padding-left: 5rem;
  line-height: 1.5;
}

.news section {
  padding: 0 0 100px;
}
@media (min-width: 1024px) {
  .news section {
    padding: 0 0 200px;
  }
}
.news section .ttl {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .news section .ttl {
    margin-bottom: 100px;
    font-size: 36px;
  }
}
.news section .l-news__list {
  background: #efeff2;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .news section .l-news__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .news section .l-news__list {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
.news section .l-news__list .l-news__list__item {
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.news section .l-news__list .l-news__list__item a {
  padding: 30px 20px;
  display: block;
}
@media (min-width: 1024px) {
  .news section .l-news__list .l-news__list__item a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 40px;
    height: 100%;
  }
  .news section .l-news__list .l-news__list__item a:hover {
    color: #fff;
    background: #161F2E;
  }
  .news section .l-news__list .l-news__list__item a:hover .l-news__arrow {
    border: 1px solid #fff;
  }
}
.news section .l-news__list .l-news__list__item a h3 {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfd1d3;
}
@media (min-width: 1024px) {
  .news section .l-news__list .l-news__list__item a h3 {
    font-size: 18px;
    padding-bottom: 50px;
  }
}
.news section .l-news__list .l-news__list__item a .flex {
  padding-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news section .l-news__list .l-news__list__item a .l-news__data {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .news section .l-news__list .l-news__list__item a .l-news__data {
    font-size: 15px;
  }
}
.news section .l-news__list .l-news__list__item a .l-news__arrow {
  background: #161F2E;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  border: 1px solid transparent;
}
.news section .l-news__list .l-news__list__item a .fa-circle-arrow {
  font-size: 9px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.news section .l-news__list .l-news__list__item + .l-news__list__item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .news section .l-news__list .l-news__list__item + .l-news__list__item {
    margin-top: 0;
  }
}
.news .p-pagenation {
  margin-top: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.news .p-pagenation ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media (min-width: 1024px) {
  .news .p-pagenation ul {
    font-size: 18px;
  }
}
.news .p-pagenation ul li b {
  display: inline-block;
  text-align: center;
  background: #161F2E;
  color: #fff;
  padding: 5px 7px;
}
.news .p-pagenation .l-news__arrow {
  display: block;
  background: #161F2E;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  border: 1px solid transparent;
}
.news .p-pagenation .fa-circle-arrow {
  font-size: 9px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/* ソリューションの共通レイアウト */
.solution .l-solution-system {
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .solution .l-solution-system {
    padding-top: 200px;
  }
}
@media (min-width: 1024px) {
  .solution .l-solution-system .ttl {
    margin-bottom: 50px;
    font-size: 33px;
  }
}
.solution .l-solution-system .solution__list {
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .solution .l-solution-system .solution__list {
    padding-bottom: 200px;
  }
}
.solution .l-solution-system .solution__list .solution__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 30px;
  border-top: 1px solid #cfd1d3;
}
@media (min-width: 1024px) {
  .solution .l-solution-system .solution__list .solution__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 60px 0;
  }
}
.solution .l-solution-system .solution__list .solution__item img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .solution .l-solution-system .solution__list .solution__item img {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .solution .l-solution-system .solution__list .solution__item img {
    margin-right: 80px;
    max-width: 40%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1480px) {
  .solution .l-solution-system .solution__list .solution__item img {
    max-width: 600px;
  }
}
.solution .l-solution-system .solution__list .solution__item .text__area {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .solution .l-solution-system .solution__list .solution__item .text__area {
    padding: 48px 0 0 0;
  }
}
.solution .l-solution-system .solution__list .solution__item .text__area h3 {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .solution .l-solution-system .solution__list .solution__item .text__area h3 {
    font-size: 29px;
    margin-bottom: 30px;
  }
}
.solution .l-solution-system .solution__list .solution__item .text__area p {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .solution .l-solution-system .solution__list .solution__item .text__area p {
    font-size: 19px;
    line-height: 1.8;
  }
}

/* ソリューションのindex */
.solution.index .total-solution-img {
  display: block;
  margin: 0 auto 80px;
}
@media (min-width: 1024px) {
  .solution.index .total-solution-img {
    margin: 0 auto 140px;
    max-width: 718px;
  }
}
.solution.index .solution__lead {
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 1024px) {
  .solution.index .solution__lead {
    font-size: 18px;
    margin-bottom: 100px;
  }
}
.solution.index .solution__lead br {
  display: none;
}
@media (min-width: 1024px) {
  .solution.index .solution__lead br {
    display: block;
  }
}
.solution.index .l-our-solution {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .solution.index .l-our-solution {
    margin-bottom: 200px;
  }
}
@media (min-width: 1024px) {
  .solution.index .l-our-solution .l-solution__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 75%;
    margin: 0 auto;
  }
}
.solution.index .l-our-solution .l-solution__list .l-solution__list__item {
  border: 1px solid #333;
}
.solution.index .l-our-solution .l-solution__list .l-solution__list__item a {
  display: block;
  padding: 20px 20px;
}
@media (min-width: 1024px) {
  .solution.index .l-our-solution .l-solution__list .l-solution__list__item a {
    height: 100%;
  }
  .solution.index .l-our-solution .l-solution__list .l-solution__list__item a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #161F2E;
    color: #fff;
  }
  .solution.index .l-our-solution .l-solution__list .l-solution__list__item a:hover .flex .l-solution__arrow .fa-circle-arrow::before {
    color: #fff;
  }
  .solution.index .l-our-solution .l-solution__list .l-solution__list__item a:hover p {
    border-top: 1px solid #fff;
  }
}
.solution.index .l-our-solution .l-solution__list .l-solution__list__item h3 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .solution.index .l-our-solution .l-solution__list .l-solution__list__item h3 {
    font-size: 25px;
  }
}
.solution.index .l-our-solution .l-solution__list .l-solution__list__item .flex {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solution.index .l-our-solution .l-solution__list .l-solution__list__item .flex span:first-child {
  color: #999;
  padding-right: 1em;
}
.solution.index .l-our-solution .l-solution__list .l-solution__list__item .flex .l-solution__arrow .fa-circle-arrow::before {
  color: #333;
}
.solution.index .l-our-solution .l-solution__list .l-solution__list__item p {
  padding-top: 20px;
  border-top: 1px solid #161F2E;
  line-height: 1.3;
}
.solution.index .l-our-solution .l-solution__list .l-solution__list__item + .l-solution__list__item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .solution.index .l-our-solution .l-solution__list .l-solution__list__item + .l-solution__list__item {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .broadcasting .solution01__img {
    display: block;
    margin: 0 auto;
  }
}
.broadcasting .l-solution-system {
  background: #F7F9FD;
}

.telecommunication .underlayer-mv__inner .underlayer__ttl {
  font-size: 28px;
}
@media (min-width: 768px) {
  .telecommunication .underlayer-mv__inner .underlayer__ttl {
    font-size: 33px;
  }
}
@media (min-width: 1024px) {
  .telecommunication .underlayer-mv__inner .underlayer__ttl {
    font-size: 80px;
  }
}
@media (min-width: 1024px) {
  .telecommunication .underlayer-mv__inner .underlayer__ttl span {
    display: block;
  }
}
@media (min-width: 1024px) {
  .telecommunication .three-equipment img {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .transportation .l-transportation-top .c-inner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.transportation .l-transportation-top .c-inner__wrap img {
  margin-bottom: 50px;
  display: block;
}
@media (min-width: 1024px) {
  .transportation .l-transportation-top .c-inner__wrap img {
    width: 50%;
    padding-right: 5%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .transportation .l-transportation-top .c-inner__wrap .inner_right {
    width: 50%;
    margin-left: auto;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .transportation .l-transportation-top .c-inner__wrap .inner_right .ttl {
    font-size: 30px;
    display: inline-block;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .transportation .l-transportation-top .c-inner__wrap .inner_right .underlayer__lead {
    display: inline-block;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .highway .l-highway-top .c-inner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.highway .l-highway-top .c-inner__wrap img {
  margin-bottom: 50px;
  display: block;
}
@media (min-width: 1024px) {
  .highway .l-highway-top .c-inner__wrap img {
    width: 50%;
    padding-right: 5%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .highway .l-highway-top .c-inner__wrap .inner_right {
    width: 50%;
    margin-left: auto;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .highway .l-highway-top .c-inner__wrap .inner_right .ttl {
    font-size: 30px;
    display: inline-block;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .highway .l-highway-top .c-inner__wrap .inner_right .underlayer__lead {
    display: inline-block;
    text-align: left;
  }
}

.contact .c-table {
  width: 100%;
  border-collapse: collapse;
}
.contact .c-table .c-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px dashed #161F2E;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .c-table .c-table__tr:first-child {
  border-top: 1px dashed #161F2E;
}
.contact .c-table .c-table__td2 {
  display: block;
  padding: 2rem 0;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .contact .c-table .c-table__td2 {
    font-size: 18px;
  }
}
.contact .c-table .c-table__td2 span {
  display: block;
}
.contact .c-table .c-table__txt:not(:last-of-type) {
  margin-bottom: 2rem;
}
.contact .c-contact__list {
  padding-top: 70px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .contact .c-contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .contact .c-contact__list {
    margin-bottom: 200px;
  }
}
.contact .c-contact__list .c-contact__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .contact .c-contact__list .c-contact__item {
    width: calc((100% - 0.5rem) / 2);
  }
}
.contact .c-contact__list .c-contact__item:first-child {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contact .c-contact__list .c-contact__item:first-child {
    margin-bottom: 0;
  }
}
.contact .c-contact__list .c-contact__item a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 0;
  background: #161F2E;
  color: #fff;
}
@media (min-width: 1024px) {
  .contact .c-contact__list .c-contact__item a {
    padding: 4rem 0;
  }
}
.contact .c-contact__list .c-contact__item .c-contact__txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight: bold;
}
.contact .c-contact__list .c-contact__item .c-contact__img1 {
  width: 80%;
  max-width: 36.3rem;
}
@media (min-width: 1024px) {
  .contact .c-contact__list .c-contact__item .c-contact__img1 {
    width: 73%;
  }
}
.contact .c-contact__list .c-contact__item .c-contact__img2 {
  width: 80%;
  max-width: 29rem;
}
@media (min-width: 1024px) {
  .contact .c-contact__list .c-contact__item .c-contact__img2 {
    width: 60%;
  }
}

.sitemap section {
  padding: 0 0 100px;
}
@media (min-width: 1024px) {
  .sitemap section {
    padding: 0 0 200px;
  }
}
@media (min-width: 1024px) {
  .sitemap section .l-sitemap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
    padding: 0 0 200px;
  }
}
.sitemap section .l-sitemap .l-sitemap__ttl {
  border-bottom: solid 1px #161F2E;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 19px;
}
@media (min-width: 1024px) {
  .sitemap section .l-sitemap .l-sitemap__ttl {
    font-size: 20px;
  }
}
.sitemap section .l-sitemap .sitemap__list {
  padding-left: 1em;
}
.sitemap section .l-sitemap .sitemap__list .sitemap__subitem {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .sitemap section .l-sitemap .sitemap__list .sitemap__subitem {
    margin-bottom: 25px;
  }
}
.sitemap section .l-sitemap .sitemap__list .sitemap__subitem:last-child {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .sitemap section a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sitemap section a:hover {
    padding-left: 1em;
  }
}

.privacy .c-main__ttl {
  font-size: 20px;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .privacy .c-main__ttl {
    font-size: 20px;
  }
}
.privacy .c-main__txt {
  margin-bottom: 2rem;
  line-height: 1.6;
}
.privacy .c-main__olist {
  padding-left: 1em;
  list-style-type: decimal;
}
.privacy .c-main__olist li {
  list-style-type: decimal;
  font-weight: 600;
  line-height: 1.6;
}
.privacy .c-main__olist li + li {
  margin-top: 20px;
}
.privacy .c-main__olist li:last-child {
  margin-bottom: 80px;
}
.privacy .p-pri-oursite {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .privacy .p-pri-oursite {
    margin-bottom: 200px;
  }
}
.privacy .p-pri-oursite .c-main__olist li {
  font-weight: normal;
}
.privacy .p-pri-oursite .c-main__olist li a {
  text-decoration: underline;
}
.privacy .p-pri-oursite .c-main__olist li:last-child {
  margin-bottom: 0;
}
.privacy .p-pri-oursite .ttl-purpose {
  margin-top: 40px;
}
.privacy .p-pri-oursite .purpose-list li {
  line-height: 1.6;
}
/*# sourceMappingURL=style.css.map */