.l-catchcopy {
  color: #141F2E;
}

.l-nav-pc {
  display: none;
}
@keyframes pcNavDropAnime {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-nav-btn {
  display: block;
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  float: right;
  z-index: 999;
  background-color: transparent;
  border: none;
}
.l-nav-btn span {
  display: block;
  height: 3px;
  background: #666666;
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.5s ease-in-out;
}
.l-nav-btn span:nth-of-type(1) {
  top: 7px;
}
.l-nav-btn span:nth-of-type(2) {
  top: 19px;
}
.l-nav-btn span:nth-of-type(3) {
  top: 31px;
}

.l-nav-sp {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 70px);
  background: rgba(20, 31, 46, 0.8);
  overflow-y: auto;
  z-index: 99;
}

.l-nav-sp_list {
  display: block;
  width: 100%;
  height: 100%;
}

.l-nav-sp_item {
  border-bottom: 1px solid #D5D5D5;
}

.l-nav-sp_link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 66px;
  padding: 0 40px;
  background-color: #F8F8F8;
  color: #141F2E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  box-sizing: border-box;
}
.-drop .l-nav-sp_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 5px;
  height: 12px;
  background: url(../img/icon_arrow_cl_main.svg) 0 0/100% no-repeat;
  transform: translateY(-50%) rotate(90deg);
}

.l-nav-sp-drop_list {
  padding: 12px 0;
  background-color: #FFFFFF;
}

.l-nav-sp-drop_link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 32px;
  padding: 0 40px;
  background-color: #FFFFFF;
  color: #141F2E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  box-sizing: border-box;
}
.l-nav-sp-drop_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 5px;
  height: 12px;
  background: url(../img/icon_arrow_cl_main.svg) 0 0/100% no-repeat;
  transform: translateY(-50%);
}

.l-nav-sp_bnr {
  padding-top: 20px;
  background-color: #FFFFFF;
}
.l-nav-sp_bnr + .l-nav-sp_bnr {
  padding-top: 10px;
  padding-bottom: 10px;
}

.l-nav-sp_bnr-link {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  background: linear-gradient(#5330c1 0%, #3f2594 100%);
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}

.l-nav-sp_search {
  padding: 20px;
  background-color: #F8F8F8;
  text-align: center;
}

.l-nav-sp {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.l-nav-sp.is-open {
  opacity: 1;
  visibility: visible;
}

.l-nav-btn.is-open span:nth-of-type(1) {
  top: 19px;
  transform: rotate(135deg);
}
.l-nav-btn.is-open span:nth-of-type(2) {
  left: 50%;
  width: 0;
}
.l-nav-btn.is-open span:nth-of-type(3) {
  top: 19px;
  transform: rotate(-135deg);
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.l-nav-sp-drop {
  display: none;
}

.l-nav-sp_link::before {
  transition: transform 0.3s ease-out;
}
.l-nav-sp_item.is-open .l-nav-sp_link::before {
  transform: translateY(-50%) rotate(270deg);
}

footer #sitemapInner ul {
  letter-spacing: 0px !important;
}
footer #sitemapInner ul li:not(.sitemap_Gmenu) {
  display: block;
}
footer #sitemapInner ul li a {
  font-family: "Noto Sans JP", sans-serif;
}

.c-sec.-bg-gray {
  background-color: #F8F8F8;
}
.c-sec.-bg-white {
  background-color: #FFFFFF;
}
.c-sec + .c-sec {
  margin-top: 80px;
}
.c-mv + .c-sec {
  margin-top: 80px;
}

.c-sec_inner {
  padding: 0 20px;
}
.-bg-gray .c-sec_inner {
  padding: 80px 20px;
}

.c-mv {
  position: relative;
  background-color: #F8F8F8;
  overflow: hidden;
}
.c-mv::before {
  content: "";
  position: absolute;
  width: 418px;
  height: 279px;
  background: url(../img/bg_mv_sp.png) 0 0/100% no-repeat;
}
.c-mv.-mv01::before {
  top: -18px;
  left: 65%;
  opacity: 0.5;
}
.c-mv.-mv02::before {
  top: 18px;
  left: 79%;
}

.c-mv_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 190px;
  padding: 32px 20px;
  box-sizing: border-box;
}

.c-mv_title {
  color: #141F2E;
  line-height: 1;
}
.c-mv_title .-text {
  font-size: 2.4rem;
  line-height: 1.6;
}

.c-mv_title-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
.c-mv_title-inner .-en {
  display: block;
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  text-align: center;
}
.c-mv_title-inner .-jp {
  position: relative;
  font-size: 2.4rem;
  text-align: center;
}
.c-mv_title-inner .-jp::before, .c-mv_title-inner .-jp::after {
  content: "/";
  display: inline-block;
  font-weight: 200;
}
.c-mv_title-inner .-jp::before {
  margin-right: 8px;
}
.c-mv_title-inner .-jp::after {
  margin-left: 8px;
}
.c-mv_title-inner .-small {
  font-size: 1.6rem;
}
.c-mv_title-inner .-note {
  margin-top: 16px;
  font-size: 1.2rem;
}

.c-mv_text {
  color: #141F2E;
  margin-top: 32px;
  font-size: 2rem;
}

.c-logo {
  padding: 20px 20px 40px;
}
.c-logo img.-w240 {
  width: 172px;
  height: auto;
}

.c-title {
  margin-bottom: 40px;
  padding-left: 12px;
  border-left: 8px solid #141F2E;
  color: #141F2E;
  font-size: 1.8rem;
  line-height: 1.3;
}

.c-text {
  color: #141F2E;
  font-size: 1.4rem;
  line-height: 1.8;
}

.c-list_item {
  display: flex;
}
.c-list_item .-num {
  margin-right: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.c-list_item .-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-list_item .-text .-strong {
  color: #144B84;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 700;
}
.c-list_item + .c-list_item {
  margin-top: 32px;
}

.c-btn {
  display: flex;
  justify-content: center;
}

.c-btn_link {
  display: inline-block;
  position: relative;
  padding: 20px 60px;
  background-color: #141F2E;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}
.c-btn_link:focus-visible {
  background-color: #778190;
  color: #FFFFFF;
  opacity: 1;
}
.c-btn_link:focus-visible::after {
  background-color: #778190;
}
.c-btn_link::before, .c-btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  transform: translateY(-50%);
}
.c-btn_link::before {
  right: 0;
  background-color: #FFFFFF;
}
.c-btn_link::after {
  right: -18px;
  background-color: #141F2E;
}

.c-img-box_title {
  margin-bottom: 40px;
}

.c-img-box_img {
  margin-bottom: 20px;
  text-align: center;
}
.c-img-box_img img {
  max-width: 100%;
  height: auto;
}

.c-box {
  padding: 0 20px;
  background-color: #F8F8F8;
}

.c-box_inner {
  padding: 32px 0;
}
.c-box_inner + .c-box_inner {
  border-top: 1px solid #D5D5D5;
}

.c-box_profile {
  margin-bottom: 32px;
  font-size: 1.8rem;
}

.c-box_title {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.c-box_text {
  font-size: 1.4rem;
}

.c-box-detail {
  font-size: 1.4rem;
}
.c-box-detail_inner + .c-box-detail_inner {
  margin-top: 32px;
}

.c-box-detail_title {
  margin-bottom: 8px;
}

.c-anchor {
  padding: 60px 0 80px;
}

.c-anchor_inner {
  padding: 0 20px;
}

.c-anchor_lead {
  margin-bottom: 80px;
  font-size: 2.4rem;
}

.c-anchor_list {
  display: flex;
  flex-wrap: wrap;
}

.c-anchor_item {
  position: relative;
  width: calc(50% - 12px);
  margin-bottom: 12px;
}
.c-anchor_item::before {
  position: absolute;
  top: 0;
  left: -12px;
  width: 1px;
  height: 100%;
  background-color: #D5D5D5;
}
.c-anchor_item:nth-of-type(2n+1) {
  margin-right: 12px;
}
.c-anchor_item:nth-of-type(2n) {
  margin-left: 12px;
}
.c-anchor_item:nth-of-type(2n)::before {
  content: "";
}
.c-anchor_item:nth-of-type(n+3) {
  margin-top: 12px;
}
.c-anchor_item:nth-of-type(n+3)::after {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
}

.c-anchor_link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 24px;
}
.c-anchor_link span {
  position: relative;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-anchor_link span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 5px;
  height: 12px;
  background: url(../img/icon_arrow_cl_main.svg) 0 0/100% no-repeat;
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-anchor_link:focus-visible {
  background-color: #F8F8F8;
  opacity: 1;
}

.breadcrumb {
  color: #141F2E !important;
}
.breadcrumb a {
  color: #144B84 !important;
}

.c-related-list {
  max-width: 295px;
  margin: 0 auto;
}
.c-related-list_item + .c-related-list_item {
  margin-top: 20px;
}

.c-related-list_link {
  display: block;
  position: relative;
  padding: 16px 20px;
  background-color: #FFFFFF;
  border: 1px solid #141F2E;
  color: #141F2E;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.c-related-list_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5px;
  height: 12px;
  background: url(../img/icon_arrow_cl_main.svg) 0 0/100% no-repeat;
  transform: translateY(-50%);
}
.c-related-list_link:focus-visible {
  background-color: #F8F8F8;
  opacity: 1;
}

.c-news {
  margin-bottom: 40px;
}

.c-news-tab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  margin-bottom: 24px;
}
.c-news-tab li {
  border-left: 1px solid #D5D5D5;
  line-height: 1.3;
}
.c-news-tab li:nth-last-of-type(1) {
  border-right: 1px solid #D5D5D5;
}

.c-news-tab_link {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

.c-news_link {
  display: block;
  padding: 16px 20px;
}

.c-news_date {
  margin-bottom: 12px;
  color: #141F2E;
  font-family: "Roboto", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 300;
}
.c-news_date span {
  padding-left: 4px;
  font-size: 2rem;
}

.c-news_category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 20px;
  border: 1px solid #141F2E;
  color: #141F2E;
  font-size: 1.2rem;
}

.c-news_text {
  position: relative;
  margin-top: 12px;
  padding-right: 8px;
  color: #141F2E;
  font-size: 1.4rem;
}
.c-news_text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 12px;
  background: url(../img/icon_arrow_cl_main.svg) 0 0/100% no-repeat;
  transform: translateY(-50%);
}

.c-news_link._link_off::before{
  display: none !important;
}
.c-news_link._link_off .c-news_text::before{
  display: none !important;
}

.c-news_error {
  padding-top: 56px;
  padding-bottom: 20px;
  text-align: center;
}

.c-news_scroll {
  height: 440px;
  overflow-y: auto;
}

.c-news-tab_link.is-active {
  font-weight: bold;
}

.c-news_list li.odd-bg {
  background-color: #F8F8F8;
}

.c-download {
  padding: 40px 0;
}

.c-download_lead {
  margin-bottom: 32px;
  font-size: 2rem;
  text-align: center;
}

.c-btn-download {
  display: flex;
  justify-content: center;
}

.c-btn-download_link {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 295px;
  height: 68px;
  padding: 14px 34px 14px 20px;
  background-color: #144B84;
  color: #FFFFFF;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.c-btn-download_link:focus-visible {
  background-color: #5879A7;
  color: #FFFFFF;
  opacity: 1;
}
.c-btn-download_link:focus-visible:after {
  background-color: #5879A7;
}
.c-btn-download_link::before, .c-btn-download_link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  transform: translateY(-50%);
}
.c-btn-download_link::before {
  right: 0;
  background-color: #FFFFFF;
}
.c-btn-download_link::after {
  right: -18px;
  background-color: #144B84;
}

.c-btn-download_text {
  display: block;
  position: relative;
  padding-left: 44px;
  line-height: 1.4;
}
.c-btn-download_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../img/icon_download.svg) 0 0/100% no-repeat;
  transform: translateY(-50%);
}

.c-contact {
  padding: 80px 0;
}

.c-contact_title {
  margin-bottom: 80px;
  font-size: 2.4rem;
  text-align: center;
}

.c-contact_item {
  display: flex;
  justify-content: center;
}
.c-contact_item.-contact {
  margin-top: 40px;
}
.c-contact_item.-tel {
  margin-top: 40px;
}

.c-btn-contact_link {
  display: flex;
  align-items: center;
  position: relative;
  width: 295px;
  height: 68px;
  padding: 0 20px;
  color: #FFFFFF;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.c-btn-contact_link::before, .c-btn-contact_link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  transform: translateY(-50%);
}
.c-btn-contact_link::before {
  right: 0;
  background-color: #FFFFFF;
}
.c-btn-contact_link::after {
  right: -18px;
}
.c-btn-contact_link.-download {
  background-color: #144B84;
}
.c-btn-contact_link.-download:focus-visible {
  background-color: #5879A7;
  color: #FFFFFF;
  opacity: 1;
}
.c-btn-contact_link.-download:focus-visible::after {
  background-color: #5879A7;
}
.c-btn-contact_link.-download::after {
  background-color: #144B84;
}
.c-btn-contact_link.-contact {
  background-color: #233C5A;
}
.c-btn-contact_link.-contact:focus-visible {
  background-color: #62758C;
  color: #FFFFFF;
  opacity: 1;
}
.c-btn-contact_link.-contact:focus-visible::after {
  background-color: #62758C;
}
.c-btn-contact_link.-contact::after {
  background-color: #233C5A;
}

.c-btn-contact_text {
  display: block;
  position: relative;
  padding-left: 44px;
  line-height: 1.4;
}
.c-btn-contact_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-btn-contact_text.-download::before {
  width: 32px;
  height: 32px;
  background: url(../img/icon_download.svg) 0 0/100% no-repeat;
}
.c-btn-contact_text.-contact::before {
  width: 32px;
  height: 26px;
  background: url(../img/icon_pc.svg) 0 0/100% no-repeat;
}

.c-contact_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 295px;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #141F2E;
  box-sizing: border-box;
}
.c-contact_tel dt {
  position: relative;
  padding-left: 44px;
  font-size: 1.6rem;
  line-height: 1.3;
}
.c-contact_tel dt span {
  font-size: 1.2rem;
}
.c-contact_tel dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  background: url(../img/icon_tel.svg) 0 0/100% no-repeat;
  transform: translateY(-50%);
}
.c-contact_tel dd {
  margin-top: 24px;
  font-family: "Roboto", sans-serif !important;
  font-size: 3.2rem;
  line-height: 1;
}

.c-fixed-bnr {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
}

.c-fixed-bnr_list {
  display: flex;
}

.c-fixed-bnr_item {
  width: 50%;
}

.c-fixed-bnr_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
}
.c-fixed-bnr_link.-download {
  background-color: #144B84;
}
.c-fixed-bnr_link.-download:focus-visible {
  background-color: #5879A7;
  opacity: 1;
}
.c-fixed-bnr_link.-contact {
  background-color: #233C5A;
}
.c-fixed-bnr_link.-contact:focus-visible {
  background-color: #5879A7;
  opacity: 1;
}

.c-fixed-bnr_link-inner {
  position: relative;
  padding-top: 32px;
  line-height: 1;
}
.c-fixed-bnr_link-inner span {
  position: relative;
  color: #FFFFFF;
  font-size: 1.2rem;
}
.c-fixed-bnr_link-inner span::after {
  content: "";
  position: absolute;
  bottom: 0.2em;
  width: 5px;
  height: 12px;
  margin-left: 4px;
  background: url(../img/icon_arrow_cl_white.svg) 0 0/100% no-repeat;
}
.c-fixed-bnr_link-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 32px;
  transform: translateX(-50%);
}
.-download .c-fixed-bnr_link-inner::before {
  top: 0;
  height: 32px;
  background: url(../img/icon_download.svg) 0 0/100% no-repeat;
}
.-contact .c-fixed-bnr_link-inner::before {
  top: 3px;
  height: 27px;
  background: url(../img/icon_pc.svg) 0 0/100% no-repeat;
}

.c-fixed-bnr {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out 0.3s, visibility ease-out 0.3s;
}
.c-fixed-bnr.is-show {
  opacity: 1;
  visibility: visible;
}
.c-fixed-bnr.is-sp-hidden {
  opacity: 0;
  visibility: hidden;
}

.c-modal {
  position: relative;
  color: #141F2E;
  z-index: 1000;
}

.c-modal_overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 31, 46, 0.8);
}

.c-modal_container {
  position: relative;
  width: calc(100% - 40px);
  padding: 40px 0;
}

.c-modal_content {
  max-height: calc(100vh - 80px);
  background-color: #FFFFFF;
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

.c-modal_title {
  font-size: 2rem;
  line-height: 1.2;
}
.c-modal_title span {
  display: inline-block;
  font-size: 1.4rem;
}

.c-modal_text {
  margin-top: 32px;
  font-size: 1.4rem;
}

.c-modal_close {
  position: absolute;
  top: 10px;
  right: 0;
  padding-right: 24px;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.c-modal_close::before, .c-modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1px;
  height: 18px;
  background-color: #FFFFFF;
}
.c-modal_close::before {
  transform: translateY(-50%) rotate(45deg);
}
.c-modal_close::after {
  transform: translateY(-50%) rotate(-45deg);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .c-modal_overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .c-modal_container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal_overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .c-modal_container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .c-modal_container,
.micromodal-slide .c-modal_overlay {
  will-change: transform;
}

.u-dn-sp {
  display: none;
}

.simplebar-scrollbar::before {
  background-color: #141F2E !important;
}

@media (min-width: 768px) {
  .l-nav-pc {
    display: block;
    position: relative;
    padding: 8px 0 0;
  }
  .l-nav-pc_inner {
    width: 960px;
    margin: 0 auto;
  }
  .l-nav-pc_list {
    display: flex;
    justify-content: center;
  }
  .l-nav-pc_item {
    line-height: 1;
    cursor: pointer;
  }
  .l-nav-pc_link {
    display: block;
    position: relative;
    padding: 8px 16px 20px;
    color: #141F2E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .l-nav-pc_link::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #D5D5D5;
  }
  .l-nav-pc_item:nth-last-of-type(1) .l-nav-pc_link {
    color: #144B84;
  }
  .l-nav-pc_item:nth-last-of-type(1) .l-nav-pc_link::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #D5D5D5;
  }
  .l-nav-pc_link span {
    position: relative;
    padding: 0 16px;
  }
  .l-nav-pc_link span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 0;
    height: 2px;
    background-color: #141F2E;
  }
  .l-nav-pc_link.-arrow span {
    padding-right: 32px;
  }
  .l-nav-pc_link.-arrow span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 5px;
    height: 12px;
    background: url(../img/icon_arrow_cl_main.svg) 0 0/100% no-repeat;
    transform: translateY(-50%) rotate(90deg);
  }
  .l-nav-pc-drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #F8F8F8 0%, #F8F8F8 40%, #FFFFFF 40%, #FFFFFF 100%);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  }
  .l-nav-pc_item:hover .l-nav-pc-drop {
    display: block;
    animation: pcNavDropAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
  }
  .l-nav-pc-drop_inner {
    display: flex;
    width: 960px;
    margin: 0 auto;
  }
  .l-nav-pc-drop_title {
    padding: 40px 40px 40px 0;
    color: #141F2E;
  }
  .l-nav-pc-drop_title .-en {
    display: block;
    margin-bottom: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    font-weight: 100;
    line-height: 1;
  }
  .l-nav-pc-drop_title .-jp {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    padding: 0 12px;
    font-size: 1.4rem;
  }
  .l-nav-pc-drop_title .-jp::before, .l-nav-pc-drop_title .-jp::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #141F2E;
    transform: translateY(-50%) rotate(30deg);
  }
  .l-nav-pc-drop_title .-jp::before {
    left: 0;
  }
  .l-nav-pc-drop_title .-jp::after {
    right: 0;
  }
  .l-nav-pc-drop_list {
    padding: 40px 24px 40px 40px;
    background-color: #FFFFFF;
    box-sizing: border-box;
  }
  .l-nav-pc-drop_item {
    box-sizing: border-box;
    width: 335px;
  }
  .l-nav-pc-drop_link {
    display: flex;
    align-items: center;
    position: relative;
    height: 32px;
    padding-right: 20px;
    color: #141F2E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .l-nav-pc-drop_link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 12px;
    background: url(../img/icon_arrow_cl_main.svg) 0 0/100% no-repeat;
    transform: translateY(-50%);
  }
  .l-nav-pc_link[data-nav=service] + .l-nav-pc-drop .l-nav-pc-drop_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
  }
  .l-nav-pc_item:hover .l-nav-pc-drop {
    display: block;
    animation: pcNavDropAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
  }
  .l-nav-pc_link span::after {
    transition: width 0.3s ease-out;
  }
  .l-nav-pc_item:hover .l-nav-pc_link span::after {
    width: 100%;
  }
  .l-nav-pc_item:hover .l-nav-pc_link {
    opacity: 1;
    z-index: 1;
  }
  .l-nav-pc_link.is-active span::after {
    width: 100%;
  }
  .l-nav-pc_link.-arrow span::before {
    transition: transform 0.3s ease-out;
  }
  .l-nav-pc_item:hover .l-nav-pc_link.-arrow span::before {
    transform: translateY(-50%) rotate(270deg);
  }
  .l-nav-btn {
    display: none;
  }
  .l-main {
    min-width: 1000px;
  }
  footer #sitemapInner ul {
    letter-spacing: -0.5px !important;
  }
  footer #sitemapInner ul:nth-child(1) {
    width: 17% !important;
  }
  footer #sitemapInner ul:nth-child(2) {
    width: 24% !important;
  }
  footer #sitemapInner ul:nth-child(3) {
    width: 24% !important;
  }
  footer #sitemapInner ul:nth-child(4) {
    width: 13% !important;
  }
  footer #sitemapInner ul:nth-child(5) {
    width: 14% !important;
  }
  .c-sec + .c-sec {
    margin-top: 120px;
  }
  .c-mv + .c-sec {
    margin-top: 120px;
  }
  .c-sec_inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .-bg-gray .c-sec_inner {
    padding: 120px 0;
  }
  .c-mv::before {
    width: 760px;
    height: 507px;
    background: url(../img/bg_mv_pc.png) 0 0/100% no-repeat;
    transform: translateX(303px);
  }
  .c-mv.-mv01::before {
    top: -61px;
    left: 50%;
    opacity: 1;
  }
  .c-mv.-mv02::before {
    top: -61px;
    left: 50%;
  }
  .c-mv_inner {
    width: 960px;
    height: 281px;
    margin: 0 auto;
    padding: 0;
  }
  .c-mv_title .-text {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .c-mv_title-inner .-jp {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }
  .c-mv_title-inner .-small {
    font-size: 2rem;
  }
  .c-mv_title-inner .-note {
    margin-top: 20px;
  }
  .c-mv_text {
    font-size: 2.4rem;
  }
  .c-logo {
    width: 960px;
    margin: 0 auto;
    padding: 88px 0 40px;
  }
  .c-logo img.-w240 {
    width: 240px;
  }
  .c-title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .c-text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .c-list_item .-num {
    margin-right: 12px;
    line-height: 2;
  }
  .c-list_item .-text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .c-btn_link {
    font-size: 1.6rem;
    transition: background-color ease-out 0.3s;
  }
  .c-btn_link:hover {
    background-color: #778190;
    color: #FFFFFF;
    opacity: 1;
  }
  .c-btn_link:hover::after {
    background-color: #778190;
  }
  .c-btn_link::after {
    transition: background-color ease-out 0.3s;
  }
  .c-img-box {
    position: relative;
    min-height: 330px;
  }
  .c-img-box_title {
    margin-right: 460px;
  }
  .c-img-box_img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-img-box_text {
    margin-right: 460px;
  }
  .c-box {
    padding: 8px 40px;
  }
  .c-box_profile {
    font-size: 2.4rem;
  }
  .c-box_title {
    font-size: 2rem;
  }
  .c-box_text {
    font-size: 1.6rem;
  }
  .c-box-detail_inner {
    display: flex;
  }
  .c-box-detail_inner + .c-box-detail_inner {
    margin-top: 16px;
  }
  .c-box-detail_title {
    margin-bottom: 0;
  }
  .c-box-detail_title.-w5em {
    width: 5em;
  }
  .c-box-detail_text {
    flex: 1;
    margin-left: 32px;
  }
  .c-anchor {
    padding: 80px 0 40px;
  }
  .c-anchor_inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .c-anchor_lead {
    margin-bottom: 72px;
    font-size: 2.8rem;
    text-align: center;
  }
  .c-anchor_list.-center {
    justify-content: center;
  }
  .c-anchor_item {
    width: auto;
    margin-bottom: 0;
  }
  .c-anchor_item::before {
    content: "";
    top: 50%;
    left: 0;
    height: 16px;
    transform: translateY(-50%);
  }
  .c-anchor_item:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .c-anchor_item:nth-of-type(2n) {
    margin-left: 0;
  }
  .c-anchor_item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .c-anchor_item:nth-of-type(n+3)::after {
    content: none;
  }
  .c-anchor_item:nth-last-of-type(1)::after {
    content: "";
    top: 50%;
    right: 0;
    left: inherit;
    width: 1px;
    height: 16px;
    background-color: #D5D5D5;
    transform: translateY(-50%);
  }
  .c-anchor_link {
    width: auto;
    height: 34px;
    padding: 0 40px;
    transition: background-color ease-out 0.3s;
  }
  .c-anchor_link span {
    padding-right: 24px;
    font-size: 1.8rem;
  }
  .c-anchor_link span::before {
    right: 0;
  }
  .c-anchor_link:hover {
    background-color: #F8F8F8;
    opacity: 1;
  }
  .c-related-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .c-related-list_item {
    margin-left: 42px;
  }
  .c-related-list_item + .c-related-list_item {
    margin-top: 0;
  }
  .c-related-list_item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .c-related-list_item:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .c-related-list_link {
    display: flex;
    align-items: center;
    width: 292px;
    height: 77px;
    transition: background-color ease-out 0.3s;
  }
  .c-related-list_link:hover {
    background-color: #F8F8F8;
    opacity: 1;
  }
  .c-news-tab {
    grid-template-columns: repeat(5, 144px);
    margin-bottom: 32px;
  }
  .c-news-tab li {
    line-height: 1;
  }
  .c-news-tab_link {
    font-size: 1.6rem;
    transition: opacity ease-out 0.3s;
  }
  .c-news-tab_link span {
    position: relative;
  }
  .c-news-tab_link span::before {
    content: none;
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 4px;
    background-color: #233C5A;
  }
  .c-news_link {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    transition: opacity ease-out 0.3s;
  }
  .c-news_link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 5px;
    height: 12px;
    background: url(../img/icon_arrow_cl_main.svg) 0 0/100% no-repeat;
    transform: translateY(-50%);
  }
  .c-news_item {
    flex: 1;
    margin-left: 50px;
  }
  .c-news_date {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .c-news_date span {
    display: block;
    padding-left: 0;
    font-size: 2.4rem;
  }
  .c-news_text::before {
    content: none;
  }
  .c-news_scroll {
    height: 285px;
  }
  .c-news-tab_link.is-active span::before {
    content: "";
  }
  .c-download {
    padding: 80px 0;
  }
  .c-download_lead {
    font-size: 2.4rem;
  }
  .c-btn-download_link {
    justify-content: center;
    min-width: 440px;
    padding: 0 70px;
    font-size: 1.6rem;
    transition: background-color ease-out 0.3s;
  }
  .c-btn-download_link:hover {
    background-color: #5879A7;
    color: #FFFFFF;
    opacity: 1;
  }
  .c-btn-download_link:hover:after {
    background-color: #5879A7;
  }
  .c-btn-download_link::after {
    transition: background-color ease-out 0.3s;
  }
  .c-btn-download_text {
    padding-left: 55px;
  }
  .c-btn-download_text::before {
    width: 47px;
    height: 47px;
  }
  .c-contact {
    width: 960px;
    margin: 0 auto;
  }
  .c-contact_title {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
  .c-contact_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-contact_item {
    display: block;
  }
  .c-contact_item.-contact {
    margin-top: 0;
    margin-left: 40px;
  }
  .c-btn-contact_link {
    justify-content: center;
    width: 440px;
    padding: 0;
    font-size: 1.6rem;
    transition: background-color ease-out 0.3s;
  }
  .c-btn-contact_link.-download:hover {
    background-color: #5879A7;
    color: #FFFFFF;
    opacity: 1;
  }
  .c-btn-contact_link.-download:hover::after {
    background-color: #5879A7;
  }
  .c-btn-contact_link.-contact:hover {
    background-color: #62758C;
    color: #FFFFFF;
    opacity: 1;
  }
  .c-btn-contact_link.-contact:hover::after {
    background-color: #62758C;
  }
  .c-btn-contact_text {
    padding-left: 64px;
  }
  .c-btn-contact_text.-download::before {
    width: 47px;
    height: 47px;
  }
  .c-btn-contact_text.-contact::before {
    width: 48px;
    height: 40px;
  }
  .c-contact_tel {
    flex-direction: row;
    width: 580px;
    height: 68px;
    padding: 0;
  }
  .c-contact_tel dd {
    margin-top: 0;
    margin-left: 40px;
  }
  .c-fixed-bnr {
    width: auto;
    top: 200px;
    bottom: inherit;
  }
  .c-fixed-bnr_list {
    display: block;
  }
  .c-fixed-bnr_item {
    width: auto;
  }
  .c-fixed-bnr_item + .c-fixed-bnr_item {
    margin-top: 20px;
  }
  .c-fixed-bnr_link {
    width: 160px;
    height: 127px;
    transition: background-color ease-out 0.3s;
  }
  .c-fixed-bnr_link.-download:hover {
    background-color: #5879A7;
    opacity: 1;
  }
  .c-fixed-bnr_link.-contact:hover {
    background-color: #5879A7;
    opacity: 1;
  }
  .c-fixed-bnr_link-inner {
    padding-top: 50px;
    text-align: center;
  }
  .-download .c-fixed-bnr_link-inner::before {
    width: 47px;
    height: 47px;
  }
  .-contact .c-fixed-bnr_link-inner::before {
    width: 48px;
    height: 40px;
  }
  .c-fixed-bnr.is-sp-hidden {
    opacity: 1;
    visibility: visible;
  }
  .c-modal_container {
    max-width: 960px;
  }
  .c-modal_content {
    padding: 80px;
  }
  .c-modal_title {
    font-size: 2.4rem;
  }
  .c-modal_title span {
    font-size: 1.6rem;
  }
  .c-modal_text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .u-dn-pc {
    display: none;
  }
  .u-dn-sp {
    display: block;
  }
}
