/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr, input, button, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

body {
  position: relative;
  margin-top: 70px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

a {
  color: #CCC;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.simulation-body {
  margin-top: 70px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 72px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
.grecaptcha-badge {
  z-index: 10;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.5s;
}

.l-header.is-active,
.l-header:hover {
  background-color: #FFF;
}

.l-header.is-active {
  box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
}

.l-header_menu {
  position: fixed;
  top: 70px;
  width: 100%;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.l-header_pickup {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.l-header_pickup_action {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.l-header_form {
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 1000;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .l-header_form {
    height: 72px;
  }
}

.l-industry_internal_link {
  background-color: #222;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .l-industry_internal_link {
    padding-top: 55px;
  }
}

.l-footer {
  background-color: #222;
}

.l-footer_form {
  background-color: #222;
}

.l-footer_form_variation {
  background-color: #222;
}

.l-footer_simple {
  background-color: #222;
}

.l-breadcrumb {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .l-breadcrumb {
    padding: 0 24px 48px;
  }
}

body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  transition: all 0.7s;
  opacity: 0;
  pointer-events: none;
}
body.is-menu-open::before {
  opacity: 1;
}
@media (max-width: 768px) {
  body.is-sp-menu-open {
    overflow: hidden;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.5s;
}

.l-header.is-active,
.l-header:hover {
  background-color: #FFF;
}

.l-header.is-active {
  box-shadow: 0 2px 3px 0 rgba(166, 166, 166, 0.14);
}

.l-header_menu {
  position: fixed;
  top: 70px;
  width: 100%;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.header {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  height: 70px;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header {
    padding: 0 0 0 24px;
  }
}
.header .header-action {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  height: 100%;
}
@media (max-width: 768px) {
  .header .header-action {
    display: none;
  }
}
.header .header-action .header-action-item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.header-action_hoverable::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  transition: all 0.3s;
  background-color: #1A9257;
}
.header-action_hoverable .header-action_hoverable-menu {
  position: fixed;
  top: 70px;
  width: 100%;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.header-action_hoverable .header-action_hoverable-menu .header-action_hoverable-menu-body {
  background-color: #FFF;
  padding: 48px 80px;
  border-top: 1px solid #E1E1E1;
  border-radius: 0 0 4px 4px;
  transition: all 0.3s;
}
.header-action_hoverable:hover::after {
  width: 30px;
}
.header-action_hoverable:hover .header-action_hoverable-menu {
  max-height: 100vh;
}

.header-action_hoverable-menu_title {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #2B3E57;
}
.header-action_hoverable-menu_title .header-action_hoverable-menu_title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  background-color: #2B3E57;
  border: 1px solid #2B3E57;
  transition: all 0.3s;
}
.header-action_hoverable-menu_title svg {
  transition: all 0.3s;
}
.header-action_hoverable-menu_title:hover .header-action_hoverable-menu_title-icon {
  background-color: #FFF;
}
.header-action_hoverable-menu_title:hover svg {
  transform: translateX(2px);
}
.header-action_hoverable-menu_title:hover path {
  fill: #2B3E57;
}

.header-action_hoverable_list {
  display: flex;
  gap: 36px;
}
.header-action_hoverable_list li {
  flex: 1;
}

.header-action_hoverable_list_item {
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  display: block;
  transition: all 0.3s;
  margin-top: 41px;
}
.header-action_hoverable_list_item:hover {
  opacity: 0.7;
}
.header-action_hoverable_list_item .header-action_hoverable_list_item-body {
  padding: 8px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-action_hoverable_list_item_title {
  font-weight: 700;
  line-height: 1.4;
  color: #2B3E57;
}
.header-action_hoverable_list_item_title .header-action_hoverable_list_item-label {
  display: inline-block;
  border-radius: 30px;
  background: #FF9524;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 4px;
  line-height: 1;
  margin-left: 4px;
  height: 14px;
  position: relative;
  top: -2px;
}

.header-action_hoverable_list_item_meta {
  margin-top: 5px;
  font-size: 12px;
  color: #858A90;
}

@media (max-width: 768px) {
  .header_logo {
    width: 150px;
  }
}

.header_menu {
  background-color: #FFF;
  padding: 48px 80px;
  border-top: 1px solid #E1E1E1;
  border-radius: 0 0 4px 4px;
  transition: all 0.3s;
}
.header_menu .header_menu-title {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #2B3E57;
}
.header_menu .header_menu-title .header_menu-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  background-color: #2B3E57;
  border: 1px solid #2B3E57;
  transition: all 0.3s;
}
.header_menu .header_menu-title svg {
  transition: all 0.3s;
}
.header_menu .header_menu-title:hover .header_menu-title-icon {
  background-color: #FFF;
}
.header_menu .header_menu-title:hover svg {
  transform: translateX(2px);
}
.header_menu .header_menu-title:hover path {
  fill: #2B3E57;
}
.header_menu .header_menu-body {
  margin-top: 40px;
}
.header_menu .header_menu-pickup {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #DEDEDE;
}

.header_pickup {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header_pickup:hover {
  opacity: 0.7;
}

.header_pickup_thumbnail {
  width: 80px;
  min-width: 80px;
}

.header_pickup_title {
  font-size: 13px;
  color: #2B3E57;
  line-height: 1.4;
}

.header_pickup_description {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.4;
  color: #858A90;
}

.header_pickup_action {
  display: flex;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  font-size: 12px;
  color: #2B3E57;
  font-weight: 700;
  line-height: 1;
}
.header_pickup_action .header_pickup_action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  height: 12px;
  width: 12px;
  background-color: #2B3E57;
  border: 1px solid #2B3E57;
  transition: all 0.3s;
}
.header_pickup_action .header_pickup_action-icon .header_pickup_action-icon-svg {
  transition: all 0.3s;
}
.header_pickup_action:hover .header_pickup_action-icon {
  background-color: #FFF;
}
.header_pickup_action:hover .header_pickup_action-icon .header_pickup_action-icon-svg {
  transform: translateX(2px);
}
.header_pickup_action:hover .header_pickup_action-icon .header_pickup_action-icon-svg path {
  fill: #2B3E57;
}

.header_menu-body_group {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}
.header_menu-body_group .header_menu-body_group-content {
  width: 25%;
}
.header_menu-body_group .header_menu-body_group-content-header {
  font-size: 12px;
  color: #AAA;
  line-height: 1.8;
  font-weight: 700;
}
.header_menu-body_group .header_menu-body_group-content-header a {
  color: #AAA;
}
.header_menu-body_group .header_menu-body_group-content-header a:hover {
  opacity: 0.7;
}

.header_menu-body_group-content_list {
  margin-top: 4px;
}
.header_menu-body_group-content_list .header_menu-body_group-content_list-item {
  color: #2B3E57;
  line-height: 1.8;
  display: inline;
  align-items: center;
}
.header_menu-body_group-content_list .header_menu-body_group-content_list-item:hover {
  opacity: 0.7;
}
.header_menu-body_group-content_list .header_menu-body_group-content_list-item img {
  display: inline-block;
  margin-left: 3px;
}
.header_menu-body_group-content_list .header_menu-body_group-content_list-item .header_menu-body_group-content_list-item-label {
  display: inline-block;
  border-radius: 30px;
  background: #FF9524;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 4px;
  line-height: 1;
  margin-left: 4px;
  height: 14px;
  position: relative;
  top: -2px;
}
.header_menu-body_group-content_list .header_menu-body_group-content_list-more {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.8;
  color: #2B3E57;
}
.header_menu-body_group-content_list .header_menu-body_group-content_list-more:hover {
  opacity: 0.7;
}
.header_menu-body_group-content_list .header_menu-body_group-content_list-more img {
  margin-top: 2px;
}
.header_menu-body_group-content_list .is-over {
  display: none;
}
.header_menu-body_group-content_list.is-open .is-over {
  display: block;
}
.header_menu-body_group-content_list.is-open .header_menu-body_group-content_list-more {
  display: none;
}

.header_menu-body_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}
.header_menu-body_list li {
  width: 25%;
}
.header_menu-body_list.is-tripartition li {
  width: 33.3333%;
}
.header_menu-body_list .header_menu-body_list-item {
  color: #2B3E57;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.header_menu-body_list .header_menu-body_list-item:hover {
  opacity: 0.7;
}
.header_menu-body_list .header_menu-body_list-item .header_menu-body_list-item-label {
  border-radius: 30px;
  background: #FF9524;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 4px;
  line-height: 1;
  margin-left: 4px;
}

.header_nav {
  height: 100%;
}
@media (max-width: 768px) {
  .header_nav {
    display: none;
  }
}
.header_nav .header_nav-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  height: 100%;
}
.header_nav .header_nav-list > li {
  position: relative;
  height: 100%;
}
.header_nav .header_nav-list > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  transition: all 0.3s;
  background-color: #1A9257;
}
.header_nav .header_nav-list > li:hover::after {
  width: 30px;
}
.header_nav .header_nav-list > li:hover .l-header_menu {
  max-height: 100vh;
}
.header_nav .header_nav-list .header_nav-list-item {
  display: flex;
  align-items: center;
  height: 100%;
  color: #2B3E57;
  font-weight: 700;
}

.header_download {
  position: relative;
  color: #2B3E57;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  height: 40px;
  overflow: hidden;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.header_download .header_download-underline {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #2B3E57;
}
.header_download .header_download-underline_variation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  z-index: 10;
  transform: translateX(-100%);
}

@keyframes borderIn {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    transform: translateX(100%);
  }
}
.header_inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  background-color: #FF9524;
  color: #FFF;
  font-weight: bold;
  transition: all 0.3s;
  letter-spacing: 0.8px;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.header_inquiry:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.header_nav_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  background: linear-gradient(158deg, #32ABBA -5.15%, #289154 158.46%);
  display: none;
  flex-direction: column;
  transition: all 0.3s;
  z-index: 100;
}
@media (max-width: 768px) {
  .header_nav_sp {
    display: flex;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  .header_nav_sp.is-active {
    opacity: 1;
    pointer-events: auto;
  }
}
.header_nav_sp .header_nav_sp-body {
  flex: 1;
}
.header_nav_sp .header_nav_sp-body .swiper {
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
}
.header_nav_sp .header_nav_sp-body .swiper .swiper-slide {
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
  overflow: auto;
  padding: 24px 24px 40px;
}

.header_nav_sp_open {
  display: none;
}
@media (max-width: 768px) {
  .header_nav_sp_open {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 70px;
  }
}

.header_nav_sp_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  min-height: 70px;
  padding-left: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4509803922);
}

.header_nav_sp_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 100%;
}

.header_nav_sp_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header_nav_sp_list .header_nav_sp_list-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
  height: 60px;
  border-radius: 4px;
  padding: 0 12px 0 16px;
  color: #2B3E57;
  font-weight: 700;
}
.header_nav_sp_list .header_nav_sp_list-item .header_nav_sp_list-item-title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header_nav_sp_list .header_nav_sp_list-item .header_nav_sp_list-item-title br {
  display: none;
}
.header_nav_sp_list.header_nav_sp_list--variation .header_nav_sp_list-item {
  height: 48px;
}

.header_nav_sp_list-item_label {
  color: #FFF;
  border-radius: 30px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #FF9524;
  white-space: nowrap;
}

.header_nav_sp_card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.header_nav_sp_card .header_nav_sp_card-item {
  width: calc(50% - 5px);
}
.header_nav_sp_card .header_nav_sp_card-item.header_nav_sp_card-item--full {
  width: 100%;
}
.header_nav_sp_card .header_nav_sp_card-item .header_nav_sp_card-item-body {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #FFF;
  padding: 17px 0 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.header_nav_sp_card .header_nav_sp_card-item .header_nav_sp_card-item-body span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #2B3E57;
  letter-spacing: 0.26px;
}

.header_nav_sp_swiper .header_nav_sp_swiper-content {
  display: none;
}
.header_nav_sp_swiper .header_nav_sp_swiper-content.is-active {
  display: block;
}

.header_nav_sp_swiper_header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
}
.header_nav_sp_swiper_header .header_nav_sp_swiper_header-btn {
  display: flex;
  align-items: center;
  gap: 3px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 32px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.03;
  padding: 0 5px 0 3px;
  white-space: nowrap;
  flex-shrink: 0;
}
.header_nav_sp_swiper_header .header_nav_sp_swiper_header-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  overflow: auto;
  margin-right: -24px;
}
.header_nav_sp_swiper_header.header_nav_sp_swiper_header--variation {
  position: relative;
}
.header_nav_sp_swiper_header.header_nav_sp_swiper_header--variation .header_nav_sp_swiper_header-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.header_nav_sp_swiper_footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
.header_nav_sp_swiper_footer .header_nav_sp_swiper_footer-btn {
  display: flex;
  align-items: center;
  gap: 3px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 32px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.03;
  padding: 0 5px 0 3px;
}

.header_nav_sp_mainnav {
  margin-top: 32px;
}

.header_nav_sp_subnav {
  margin-top: 24px;
}
.header_nav_sp_subnav .header_nav_sp_subnav-title {
  color: #FFF;
  font-weight: 700;
  line-height: 1.03;
  margin-bottom: 12px;
}

.header_nav_sp_pickup {
  margin-top: 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header_nav_sp_pickup .header_nav_sp_pickup-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.header_nav_sp_pickup .header_nav_sp_pickup-action {
  display: flex;
  justify-content: end;
  margin-top: 12px;
}

.header_nav_sp_pickup-list_item {
  display: flex;
  gap: 10px;
}
.header_nav_sp_pickup-list_item .header_nav_sp_pickup-list_item-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFF;
  line-height: 1.4;
}

.header_nav_sp_pickup-list_item_thumbnail {
  width: 80px;
  min-width: 80px;
  border-radius: 4px;
  overflow: hidden;
}

.header_nav_sp_pickup-list_item_title {
  font-size: 13px;
}

.header_nav_sp_pickup-list_item_client {
  margin-top: 4px;
  font-size: 10px;
}

.header_nav_sp_pickup_btn {
  display: flex;
  height: 32px;
  align-items: center;
  gap: 9px;
  padding: 0 8px 0 16px;
  border-radius: 4px;
  background-color: #FFF;
  font-size: 12px;
  font-weight: 700;
  color: #2B3E57;
}

.header_nav_sp_accordion {
  border-radius: 4px;
  border-bottom: 1px solid #CCC;
  background: #FFF;
  padding: 16px 16px 0;
}

.header_nav_sp_accordion_item .header_nav_sp_accordion_item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
  font-weight: 700;
  color: #2B3E57;
  width: 100%;
  padding-bottom: 16px;
}
.header_nav_sp_accordion_item .header_nav_sp_accordion_item-header .header_nav_sp_accordion_item-header-icon {
  transition: all 0.3s;
}
.header_nav_sp_accordion_item .header_nav_sp_accordion_item-body {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow-y: hidden;
}
.header_nav_sp_accordion_item .header_nav_sp_accordion_item-body .header_nav_sp_accordion_item-body-content {
  padding-bottom: 16px;
}
.header_nav_sp_accordion_item.is-open .header_nav_sp_accordion_item-header-icon {
  transform: rotate(180deg);
}

.header_nav_sp_accordion_list {
  padding: 12px 14px 14px;
  border-radius: 4px;
  background: #F4F4F4;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.header_nav_sp_accordion_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.8;
  color: #2B3E57;
}
.header_nav_sp_accordion_list_item .header_nav_sp_accordion_list_item-body {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.header_nav_sp_accordion_list_item_label {
  color: #FFF;
  border-radius: 30px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #FF9524;
}

.footer {
  max-width: 1120px;
  margin: auto;
  padding: 289px 20px 126px;
  position: relative;
  margin-top: 148px;
}
@media (max-width: 768px) {
  .footer {
    padding: 0 0 28px;
    margin-top: 0;
  }
}
.footer.is-hide-contact {
  padding-top: 100px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .footer.is-hide-contact {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .footer.is-show-floating {
    padding-bottom: 118px;
  }
}
.footer .footer-recaptcha {
  text-align: center;
  color: #858A90;
  font-size: 10px;
  line-height: normal;
}
.footer .footer-recaptcha a {
  color: #858A90;
  text-decoration: underline;
}
.footer .footer-recaptcha a:hover {
  text-decoration: none;
}
.footer .footer-contact {
  background-color: #FFF;
  box-shadow: 0 3px 66px rgba(0, 0, 0, 0.1607843137);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 52px 0 56px;
  width: 100%;
  max-width: 1076px;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .footer .footer-contact {
    position: relative;
    transform: initial;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer .footer-contact .footer-contact-title {
  margin-bottom: 7px;
  font: normal normal bold 12px/16px "Futura PT", sans-serif;
  letter-spacing: 2.4px;
  color: #FF9524;
}
.footer .footer-contact .footer-contact-introduction {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  color: #2B3E57;
}
.footer .footer-contact .footer-contact-description {
  margin-top: 24px;
  line-height: 20px;
  color: #2B3E57;
}
.footer .footer-contact .footer-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  transition: all 0.3s;
  letter-spacing: 0.8px;
  width: 100%;
  cursor: pointer;
  height: 62px;
  max-width: 330px;
  margin: 30px auto 0;
  background-color: #FF9524;
  color: #FFF;
}
.footer .footer-contact .footer-contact-link:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.footer .footer-logo {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer .footer-logo {
    max-width: 279px;
    padding-top: 64px;
    margin: auto;
  }
}
.footer .footer-copyright {
  margin-top: 80px;
  text-align: center;
  color: #858A90;
  font-size: 10px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .footer .footer-copyright {
    margin-top: 50px;
  }
}
.footer .footer-list {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 60px;
  border-bottom: 2px solid #3B3B3B;
}
@media (max-width: 768px) {
  .footer .footer-list {
    flex-direction: column;
    padding: 0;
    margin-top: 64px;
    border-bottom: none;
    border-top: 1px solid #3B3B3B;
  }
}
.footer .footer-list .footer-list-item {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
@media (max-width: 768px) {
  .footer .footer-list .footer-list-item {
    row-gap: 0;
  }
}
.footer .footer-list.footer-list--col4 {
  flex-wrap: wrap;
  justify-content: start;
  row-gap: 58px;
}
@media (max-width: 768px) {
  .footer .footer-list.footer-list--col4 {
    row-gap: 0;
  }
}
.footer .footer-list.footer-list--col4 .footer-list-item {
  width: 25%;
}
@media (max-width: 768px) {
  .footer .footer-list.footer-list--col4 .footer-list-item {
    width: 100%;
  }
}
.footer .footer-sub {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .footer-sub {
    flex-direction: column;
    margin-top: 35px;
    padding: 0 35px;
  }
}
.footer.footer--recaptcha {
  margin-top: 0;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .footer.footer--recaptcha {
    padding-top: 55px;
    padding-bottom: 104px;
  }
}
.footer.footer--recaptcha .footer-logo {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .footer.footer--recaptcha .footer-logo {
    padding-top: 0;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .footer_nav {
    border-bottom: 1px solid #3B3B3B;
  }
}
.footer_nav .footer_nav-title {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer_nav .footer_nav-title {
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #3B3B3B;
    display: block;
  }
}
.footer_nav a.footer_nav-title:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1px;
  }
  .footer_nav ul li {
    width: 50%;
    height: 60px;
    text-align: center;
    border-bottom: 1px solid #3B3B3B;
    box-sizing: border-box;
  }
  .footer_nav ul li:nth-child(odd) {
    border-right: 1px solid #3B3B3B;
  }
}
.footer_nav .footer_nav-text {
  color: #CCC;
  font-size: 12px;
  line-height: 27px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .footer_nav .footer_nav-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.footer_nav .footer_nav-text:hover {
  border-bottom: 1px solid #CCC;
}
@media (max-width: 768px) {
  .footer_nav .footer_nav-text:hover {
    border-bottom: none;
  }
}

.footer_isms {
  display: flex;
}
@media (max-width: 768px) {
  .footer_isms {
    flex-direction: column;
    row-gap: 15px;
    margin-top: 50px;
    align-items: center;
  }
}
.footer_isms .footer_isms-description {
  width: 100%;
  max-width: 242px;
  font-size: 12px;
  line-height: 20px;
  color: #858A90;
}
@media (max-width: 768px) {
  .footer_isms .footer_isms-description {
    text-align: center;
    max-width: initial;
  }
}
.footer_isms .footer_isms-logo {
  width: 100%;
  max-width: 222px;
  margin-left: 16px;
}

.footer_service {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media (max-width: 768px) {
  .footer_service {
    flex-direction: column;
    row-gap: 20px;
  }
}
.footer_service .footer_service-item {
  width: 100%;
  max-width: 230px;
  min-width: 230px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #383A3C;
  transition: border 0.3s;
  position: relative;
}
@media (max-width: 768px) {
  .footer_service .footer_service-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.footer_service .footer_service-item:hover {
  border-color: #858A90;
}
.footer_service .footer_service-item .footer_service-item-title {
  margin-top: 23px;
  font-size: 12px;
  color: #777;
}
.footer_service .footer_service-item .footer_service-item-cotol {
  margin-top: 20px;
}
.footer_service .footer_service-item .footer_service-item-yoyakulab {
  margin-top: 12px;
}
.footer_service .footer_service-item .footer_service-item-arrow {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.industry_internal_link {
  max-width: 1120px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.industry_internal_link .industry_internal_link-title {
  color: #FFF;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .industry_internal_link .industry_internal_link-title {
    text-align: center;
  }
}
.industry_internal_link .industry_internal_link-list {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .industry_internal_link .industry_internal_link-list {
    gap: 8px 16px;
  }
}

.industry_internal_link-list_item {
  display: block;
  padding: 4px 8px;
  font-size: 12px;
  color: #FFF;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .industry_internal_link-list_item {
    padding: 0;
  }
}
.industry_internal_link-list_item:hover {
  text-decoration: underline;
}

.l-section_h2:not(:first-child) {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .l-section_h2:not(:first-child) {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .l-section_h3 {
    margin-top: 0;
  }
}
.l-section_h3:not(:first-child) {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .l-section_h3:not(:first-child) {
    margin-top: 32px;
  }
}

.section_h1 .section_h1-header {
  overflow: hidden;
  position: relative;
  background: linear-gradient(97deg, rgba(50, 171, 185, 0.7) 2.75%, rgba(26, 146, 87, 0.7) 138.77%);
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 24px;
  color: #FFF;
}
.section_h1 .section_h1-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 923px;
  height: 220px;
  background-image: url("/wp-content/themes/choicereserve/public/img/common/section/bg_title.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 768px) {
  .section_h1 .section_h1-header::before {
    width: 100%;
    height: 100%;
    left: calc(50% - 10px);
    background-image: url("/wp-content/themes/choicereserve/public/img/common/section/bg_title_sp.svg");
    background-size: cover;
    background-position-x: left;
  }
}
@media (max-width: 768px) {
  .section_h1 .section_h1-header {
    height: auto;
    align-items: start;
    padding: 32px 24px 30px;
  }
}
.section_h1 .section_h1-header h1 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .section_h1 .section_h1-header h1 {
    font-size: 20px;
    text-align: left;
  }
}
.section_h1 .section_h1-header p {
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .section_h1 .section_h1-header p {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
  }
}
.section_h1 .section_h1-body {
  padding: 0 24px 134px;
  margin: 100px auto 0;
  max-width: 1128px;
}
@media (max-width: 768px) {
  .section_h1 .section_h1-body {
    margin-top: 40px;
    padding: 0 24px 100px;
  }
}

.section_h2 .section_h2-header h2 {
  font-size: 28px;
  line-height: 1.6;
  color: #2B3E57;
  font-weight: 700;
}
@media (max-width: 768px) {
  .section_h2 .section_h2-header h2 {
    font-size: 22px;
    line-height: 1.8;
  }
}
.section_h2 .section_h2-header h2 a {
  color: #2B3E57;
}
.section_h2 .section_h2-header p {
  color: #2B3E57;
  line-height: 1.8;
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .section_h2 .section_h2-header p {
    margin-top: 16px;
  }
}
.section_h2 .section_h2-header p a {
  color: #1A9257;
  text-decoration: underline;
}
.section_h2 .section_h2-header p a:hover {
  text-decoration: none;
}
.section_h2 .section_h2-header p b {
  font-weight: 700;
}
.section_h2 .section_h2-body {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .section_h2 .section_h2-body {
    margin-top: 32px;
  }
}
.section_h2.section_h2--variation .section_h2-body {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .section_h2.section_h2--variation .section_h2-body {
    margin-top: 32px;
  }
}
.section_h2 small {
  display: inline-block;
  font-size: 12px;
  color: #2B3E57;
  line-height: 1.8;
}
.section_h2 small:not(:first-child) {
  margin-top: 8px;
}

.section_h3 .section_h3-header h3 {
  color: #2B3E57;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section_h3 .section_h3-header h3 {
    font-size: 18px;
  }
}
.section_h3 .section_h3-body {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .section_h3 .section_h3-body {
    margin-top: 16px;
  }
}
.section_h3 .section_h3-body .section_h3-body-description {
  color: #2B3E57;
  line-height: 1.8;
  font-size: 16px;
}

.breadcrumb {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb .breadcrumb-item {
  font-size: 11px;
  line-height: 16px;
  color: #858A90;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
@media (max-width: 768px) {
  .list {
    gap: 16px;
  }
}
.list li {
  width: calc(25% - 20.25px);
}
@media (max-width: 768px) {
  .list li {
    width: 100%;
  }
}

.list_item {
  display: block;
  border-radius: 4px;
  background: #F4F4F4;
  height: 100%;
  transition: all 0.3s;
  padding: 24px 16px 16px;
}
.list_item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .list_item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
  }
}
.list_item .list_item-body {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .list_item .list_item-body {
    margin-top: 0;
  }
}

.list_item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .list_item_icon {
    width: 64px;
    min-width: 64px;
  }
}

.list_item_title {
  text-align: center;
  font-weight: 700;
  line-height: normal;
  color: #2B3E57;
}
@media (max-width: 768px) {
  .list_item_title {
    text-align: left;
  }
}

.list_item_description {
  margin-top: 8px;
  line-height: 1.8;
  font-size: 12px;
  min-height: 64px;
  color: #858A90;
}
@media (max-width: 768px) {
  .list_item_description {
    margin-top: 4px;
    color: #2B3E57;
    min-height: initial;
    line-height: 1.5;
  }
}

.l-result {
  width: 100%;
  display: block;
}

.l-enterprise {
  width: 100%;
  display: none;
}

.l-list {
  position: relative;
}
.l-list .overlay {
  display: none;
}
@media (max-width: 768px) {
  .l-list .overlay {
    display: flex;
    width: calc(100vw - 11px);
    height: calc(100% + 29px);
    left: -11px;
    top: -15px;
  }
}
