@charset "UTF-8";
* {
  color: #1a1a1a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-box: trim-both text;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

html {
  font-size: 56.5%;
  line-height: 1.65;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  overflow: hidden;
}

li {
  list-style: none;
}

a {
  display: block;
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a *, a::before, a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

span,
strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: inherit;
}

img,
iframe {
  display: block;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

@media print, screen and (min-width: 480px) {
  br.under480 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  -webkit-animation: fade 0.5s forwards;
          animation: fade 0.5s forwards;
}

.inner {
  width: 90%;
  margin: 0 auto;
}
.inner.max1200 {
  max-width: 1200px;
}
.inner.max1250 {
  max-width: 1250px;
}
.inner.max1400 {
  max-width: 1400px;
}

@media print, screen and (min-width: 1024px) {
  .bold {
    font-weight: bold;
  }
}

header.section_title {
  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;
  gap: min(1.5vw, 1.5rem);
}
header.section_title h2 {
  font-size: min(4.8vw, 2.4rem);
  padding-left: calc(min(6vw, 6rem) + 1.5rem);
}
@media print, screen and (min-width: 1024px) {
  header.section_title h2 {
    font-size: min(1.8vw, 2.4rem);
  }
}
@media print, screen and (min-width: 1280px) {
  header.section_title h2 {
    padding-left: 0;
  }
}
header.section_title span {
  font-size: min(8.4vw, 5.6rem);
  font-weight: 300;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  header.section_title span {
    font-size: min(4.2vw, 5.6rem);
  }
}
@media print, screen and (min-width: 1280px) {
  header.section_title span {
    position: relative;
  }
}
header.section_title span::before {
  content: "";
  width: min(6vw, 6rem);
  height: 0.1rem;
  background-color: #1a1a1a;
}
@media print, screen and (min-width: 1280px) {
  header.section_title span::before {
    width: min(3vw, 6rem);
    position: absolute;
    top: 50%;
    right: calc(100% + 1.5rem);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media print, screen and (min-width: 1280px) {
  body:not(#top) header.section_title h2 {
    padding-left: calc(min(3vw, 6rem) + 1.5rem);
  }
}
@media print, screen and (min-width: 1280px) {
  body:not(#top) header.section_title span::before {
    position: static;
  }
}

section.page_top {
  position: relative;
  padding-top: clamp(6rem, 10vw, 15rem);
}
section.page_top header.page_title {
  position: relative;
  z-index: 1;
  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;
  gap: min(2.5vw, 2.5rem);
  mix-blend-mode: color-burn;
}
section.page_top header.page_title h1 {
  font-size: min(4.8vw, 2.4rem);
}
section.page_top header.page_title span {
  font-size: min(11.2vw, 5.6rem);
  font-weight: 300;
}
section.page_top nav.breadcrumb {
  display: none;
}
@media print, screen and (min-width: 768px) {
  section.page_top nav.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: clamp(3rem, 6vw, 6.4rem);
    height: 5rem;
  }
}
section.page_top nav.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
}
section.page_top nav.breadcrumb ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
  font-weight: 500;
}
section.page_top nav.breadcrumb ol li:not(:last-of-type)::after {
  content: ">";
  display: block;
}
section.page_top nav.breadcrumb ol li a {
  display: inline-block;
  font-weight: inherit;
}
section.page_top nav.breadcrumb ol li a:hover {
  color: #f48e29;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  position: relative;
  width: 26rem;
  height: 5rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  border: 0.1rem solid;
  border-radius: 9999px;
}
.btn a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn a.color01 {
  background-color: #234fb6;
  border-color: #234fb6;
}
.btn a.color01:hover {
  color: #234fb6;
  background-color: #fff;
}
.btn a.color02 {
  background-color: #f48e29;
  border-color: #f48e29;
}
.btn a.color02:hover {
  color: #f48e29;
  background-color: #fff;
}

#header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9999999999;
  width: 100%;
  max-width: 1920px;
  height: 8rem;
  background-color: #fff;
}
@media print, screen and (min-width: 1024px) {
  #header {
    height: min(5.5vw, 10rem);
  }
}
#header .header_inner {
  height: 100%;
  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;
}
#header h1.logo,
#header p.logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2.5vw;
}
#header h1.logo a,
#header p.logo a {
  display: grid;
  place-items: center;
}
#header h1.logo a:hover,
#header p.logo a:hover {
  opacity: 0.5;
}
#header h1.logo a img,
#header p.logo a img {
  width: 20rem;
  max-width: none;
}
@media print, screen and (min-width: 1024px) {
  #header h1.logo a img,
  #header p.logo a img {
    width: min(20vw, 30rem);
  }
}
#header .area_right {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header nav.pc_menu {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #header nav.pc_menu {
    display: block;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
#header nav.pc_menu ul.main_link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header nav.pc_menu ul.main_link > li {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
}
#header nav.pc_menu ul.main_link > li:nth-of-type(-n + 4) {
  margin-right: clamp(2rem, 4vw, 4rem);
}
#header nav.pc_menu ul.main_link > li > a {
  height: 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;
  gap: 0 1rem;
  font-size: min(1.25vw, 1.6rem);
  font-weight: bold;
}
#header nav.pc_menu ul.main_link > li > a.nav_company::after, #header nav.pc_menu ul.main_link > li > a.nav_service::after {
  content: "";
  width: 0.5em;
  aspect-ratio: 1/1;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -0.1em;
}
#header nav.pc_menu ul.main_link > li > a.nav_recruit, #header nav.pc_menu ul.main_link > li > a.nav_contact {
  width: 10rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 0;
  color: #fff;
  font-size: 1.4rem;
  border: 0.1rem solid;
  padding: 0;
}
#header nav.pc_menu ul.main_link > li > a.nav_recruit .icon, #header nav.pc_menu ul.main_link > li > a.nav_contact .icon {
  width: 2rem;
  height: 1.5rem;
  -webkit-mask: center/contain no-repeat;
          mask: center/contain no-repeat;
  background-color: #fff;
}
#header nav.pc_menu ul.main_link > li > a.nav_recruit {
  background-color: #f48e29;
  border-color: #f48e29;
}
#header nav.pc_menu ul.main_link > li > a.nav_recruit .icon {
  -webkit-mask-image: url(../img/icon_recruit.svg);
          mask-image: url(../img/icon_recruit.svg);
}
#header nav.pc_menu ul.main_link > li > a.nav_recruit:hover {
  color: #f48e29;
  background-color: #fff;
}
#header nav.pc_menu ul.main_link > li > a.nav_recruit:hover .icon {
  background-color: #f48e29;
}
#header nav.pc_menu ul.main_link > li > a.nav_contact {
  background-color: #333;
  border-color: #333;
}
#header nav.pc_menu ul.main_link > li > a.nav_contact .icon {
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
#header nav.pc_menu ul.main_link > li > a.nav_contact:hover {
  color: #333;
  background-color: #fff;
}
#header nav.pc_menu ul.main_link > li > a.nav_contact:hover .icon {
  background-color: #333;
}
#header nav.pc_menu ul.main_link > li > a:hover {
  color: #234fb6;
}
#header nav.pc_menu ul.main_link > li > a:hover::after {
  color: #234fb6;
}
#header nav.pc_menu ul.sub_link {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 1em 1.5em;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem #234fb6;
          box-shadow: 0.3rem 0.3rem 0.5rem #234fb6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header nav.pc_menu ul.sub_link li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header nav.pc_menu ul.sub_link li::before {
  content: "-";
  margin-right: 0.5em;
}
#header nav.pc_menu ul.sub_link li a {
  font-size: 1.5rem;
  white-space: nowrap;
  padding: 0.5em 0;
}
#header nav.pc_menu ul.sub_link li a:hover {
  color: #234fb6;
}
#header nav.pc_menu ul.main_link > li > a:hover + ul.sub_link,
#header nav.pc_menu ul.sub_link:hover {
  opacity: 1;
  visibility: visible;
}
#header .menu_toggle {
  position: relative;
  width: 6rem;
  height: 100%;
  padding: 0 min(3vw, 2rem);
}
@media print, screen and (min-width: 1024px) {
  #header .menu_toggle {
    width: 10rem;
  }
}
#header .menu_toggle span {
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: #1a1a1a;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#header .menu_toggle span:nth-of-type(1) {
  top: 40%;
}
#header .menu_toggle span:nth-of-type(2) {
  top: calc(40% - 0.8rem);
}
#header .menu_toggle span:nth-of-type(3) {
  top: calc(40% + 0.8rem);
}
#header .menu_toggle p::before {
  content: "メニュー";
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#header .menu_toggle.active span:nth-of-type(1) {
  opacity: 0;
}
#header .menu_toggle.active span:nth-of-type(2) {
  top: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#header .menu_toggle.active span:nth-of-type(3) {
  top: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#header .menu_toggle.active p::before {
  content: "閉じる";
}
#header .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: scroll;
}
#header .overlay.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#header nav.sp_menu {
  padding: clamp(4rem, 8vw, 8rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
#header nav.sp_menu ul.main_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
#header nav.sp_menu ul.main_link > li > a {
  display: inline-block;
  font-size: 2rem;
}
#header nav.sp_menu ul.main_link > li > a.nav_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
#header nav.sp_menu ul.main_link > li > a.nav_recruit::after {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/icon_window.svg) center/contain no-repeat;
          mask: url(../img/icon_window.svg) center/contain no-repeat;
  background-color: #1a1a1a;
}
#header nav.sp_menu ul.sub_link {
  margin-left: 1em;
}
#header nav.sp_menu ul.sub_link li {
  margin-top: 0.5rem;
}
#header nav.sp_menu ul.sub_link li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
  font-size: 1.8rem;
}
#header nav.sp_menu ul.sub_link li a::before {
  content: "-";
}

#footer {
  background-color: #fff;
}
#footer section.contact {
  background: linear-gradient(135deg, #293c5e 35%, #000 35%);
  padding: clamp(4rem, 8vw, 8rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #footer section.contact {
    position: relative;
  }
  #footer section.contact::before {
    content: "";
    width: 7rem;
    aspect-ratio: 70/62;
    background: url(../img/arrow.svg) center/contain no-repeat;
    position: absolute;
    top: 50%;
    left: 31.5%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
#footer section.contact * {
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  #footer section.contact .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(14vw, 27.5rem);
  }
}
#footer section.contact header.section_title span::before {
  background-color: #fff;
}
#footer section.contact .contact_info > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  #footer section.contact .contact_info > p {
    margin: 0;
  }
}
#footer section.contact .contact_info ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 4vw, 4rem) 0;
}
@media print, screen and (min-width: 768px) {
  #footer section.contact .contact_info ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 clamp(4rem, 4.5vw, 8rem);
  }
}
#footer section.contact .contact_info ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
#footer section.contact .contact_info ul li a .icon {
  width: clamp(3rem, 3.75vw, 5.8rem);
  aspect-ratio: 58/55;
  -webkit-mask: center/contain no-repeat;
          mask: center/contain no-repeat;
  background-color: #fff;
}
#footer section.contact .contact_info ul li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  #footer section.contact .contact_info ul li a p {
    font-size: min(1.4vw, 1.8rem);
  }
}
#footer section.contact .contact_info ul li.tel_link a .icon {
  -webkit-mask-image: url(../img/icon_tel.svg);
          mask-image: url(../img/icon_tel.svg);
}
#footer section.contact .contact_info ul li.tel_link a p {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  #footer section.contact .contact_info ul li.tel_link a p {
    font-size: min(2.5vw, 4.5rem);
  }
}
#footer section.contact .contact_info ul li.tel_link small {
  display: block;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  text-align: center;
  padding-left: calc(clamp(3rem, 3.75vw, 5.8rem) + 2rem);
}
#footer section.contact .contact_info ul li.tel_link small span {
  display: inline-block;
  width: 3.5em;
  margin-right: 1em;
}
#footer section.contact .contact_info ul li.form_link a .icon {
  -webkit-mask-image: url(../img/icon_mail.svg);
          mask-image: url(../img/icon_mail.svg);
}
#footer section.contact .contact_info ul li.form_link a:hover {
  opacity: 0.5;
}
#footer section.footer_bottom {
  padding: clamp(5rem, 10vw, 10rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #footer section.footer_bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 clamp(4rem, 8vw, 8rem);
  }
}
@media print, screen and (min-width: 1280px) {
  #footer section.footer_bottom .inner {
    gap: 0 min(12vw, 20rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #footer section.footer_bottom .area_left {
    width: 37.5rem;
  }
}
#footer section.footer_bottom p.logo {
  width: 75%;
  max-width: 30rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  #footer section.footer_bottom p.logo {
    width: auto;
    margin: 0;
  }
}
#footer section.footer_bottom p.logo a:hover {
  opacity: 0.5;
}
#footer section.footer_bottom p.logo a img {
  max-width: none;
}
#footer section.footer_bottom address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 0;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #footer section.footer_bottom address {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#footer section.footer_bottom address p {
  text-align: left;
}
#footer section.footer_bottom address p:first-of-type {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  #footer section.footer_bottom address p:first-of-type {
    text-align: left;
  }
}
#footer section.footer_bottom address p:not(:first-of-type) {
  width: auto;
}
#footer section.footer_bottom address p span {
  display: inline-block;
}
#footer section.footer_bottom address p a {
  display: inline;
}
#footer section.footer_bottom .area_right {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #footer section.footer_bottom .area_right {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#footer section.footer_bottom nav.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem clamp(4rem, 4.5vw, 8rem);
}
#footer section.footer_bottom nav.footer_nav ul li {
  width: calc((100% - clamp(4rem, 4.5vw, 8rem) * 2) / 3);
  border-bottom: 0.1rem solid #999;
}
#footer section.footer_bottom nav.footer_nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 0;
  color: #999;
  font-size: 1.2rem;
  padding: 2rem 0;
}
#footer section.footer_bottom nav.footer_nav ul li a::after {
  content: ">";
  color: initial;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#footer section.footer_bottom nav.footer_nav ul li a span {
  color: initial;
  font-size: 1.8rem;
  font-weight: bold;
}
#footer section.footer_bottom nav.footer_nav ul li a:hover {
  color: #234fb6;
}
#footer section.footer_bottom nav.footer_nav ul li a:hover::after {
  color: #234fb6;
}
#footer section.footer_bottom nav.footer_nav ul li a:hover span {
  color: #234fb6;
}
#footer .to_top {
  position: fixed;
  right: min(4vw, 2.5rem);
  bottom: min(4vw, 2.5rem);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20rem);
          transform: translateY(20rem);
  -webkit-transition: 1s;
  transition: 1s;
}
#footer .to_top.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#footer .to_top a {
  position: relative;
  width: 6rem;
  aspect-ratio: 1/1;
  border: 0.1rem solid #fff;
  background-color: #234fb6;
  border-radius: 50%;
}
#footer .to_top a::before {
  content: "";
  width: 0.8em;
  aspect-ratio: 1/1;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-animation: float 1.5s infinite linear;
          animation: float 1.5s infinite linear;
  opacity: 0;
}
#footer .to_top a:hover {
  border-radius: 0;
}
#footer .to_top a:hover::before {
  opacity: 1;
  top: 55%;
  -webkit-animation: none;
          animation: none;
}
#footer p.copyright {
  color: #999;
  font-size: 1.4rem;
  text-align: center;
  padding: 1.75em 0;
  background-color: #f0f0f0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes float {
  0% {
    opacity: 0;
    top: 80%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}
@keyframes float {
  0% {
    opacity: 0;
    top: 80%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}
@-webkit-keyframes scroll-down {
  0% {
    opacity: 1;
    top: 0.5rem;
  }
  70% {
    opacity: 1;
    top: 4.5rem;
  }
  100% {
    opacity: 0;
    top: 5rem;
  }
}
@keyframes scroll-down {
  0% {
    opacity: 1;
    top: 0.5rem;
  }
  70% {
    opacity: 1;
    top: 4.5rem;
  }
  100% {
    opacity: 0;
    top: 5rem;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#top {
  position: relative;
}
#top::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999999999;
}
#top header a.nav_top {
  color: #234fb6;
}
#top main {
  padding-top: 0 !important;
}
#top .bg {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.4rem;
  padding: clamp(6rem, 10vw, 15rem) 0;
}
#top section.fv .swiper_container {
  position: relative;
}
#top section.fv .swiper_container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .swiper_container::before {
    content: none;
  }
}
#top section.fv .swiper_container .swiper-slide {
  width: 100%;
  height: 100vh;
  max-height: 95rem;
}
#top section.fv .swiper_container .swiper-slide img {
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top section.fv .swiper_container .swiper-slide img.slide01 {
  -o-object-position: 92.5%;
     object-position: 92.5%;
}
#top section.fv .swiper_container .swiper-slide img.slide02 {
  -o-object-position: center;
     object-position: center;
}
#top section.fv .swiper_container .swiper-slide img.slide03 {
  -o-object-position: 30%;
     object-position: 30%;
}
#top section.fv .swiper_container header.catch {
  position: absolute;
  top: calc(8rem + 10%);
  left: min(15vw, 23rem);
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  #top section.fv .swiper_container header.catch {
    top: calc(8rem + 50%);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
#top section.fv .swiper_container header.catch h2 {
  color: #fff;
  font-size: min(8vw, 4.8rem);
  font-weight: bold;
  text-align: left;
  text-shadow: 0.2rem 0.2rem 0.3rem #333;
}
@media print, screen and (min-width: 1024px) {
  #top section.fv .swiper_container header.catch h2 {
    text-shadow: none;
  }
}
#top section.fv .swiper_container header.catch h2 span {
  display: inline-block;
}
#top section.fv .swiper_container header.catch p {
  margin-top: 4rem;
  max-width: 62rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  text-shadow: 0.2rem 0.2rem 0.3rem #333;
  padding-right: 5vw;
}
@media print, screen and (min-width: 1024px) {
  #top section.fv .swiper_container header.catch p {
    max-width: 66rem;
    text-shadow: none;
    line-height: 1.8;
  }
}
#top section.fv .swiper_container header.catch p span {
  display: inline-block;
}
#top section.fv .swiper_container .scroll_bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  display: grid;
  place-items: end;
  background-color: #fff;
}
#top section.fv .swiper_container .scroll_bar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 0 1em clamp(3rem, 6vw, 6.4rem);
}
#top section.fv .swiper_container .scroll_bar p span {
  position: relative;
  left: -0.2rem;
  width: 0.1rem;
  height: 5.5rem;
  background-color: #333;
}
#top section.fv .swiper_container .scroll_bar p span::after {
  content: "";
  width: 0.5rem;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  -webkit-animation: scroll-down 2s infinite;
          animation: scroll-down 2s infinite;
}
#top .main_bg {
  position: relative;
}
#top .main_bg::before {
  content: "";
  width: 100%;
  aspect-ratio: 1920/1988;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(#f0f0f0)), url(../img/top/main_bg.webp) top/contain no-repeat;
  background: linear-gradient(to bottom, transparent 80%, #f0f0f0 100%), url(../img/top/main_bg.webp) top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99999;
}
#top section.greeting {
  position: relative;
  margin-top: clamp(6rem, 10vw, 15rem);
}
#top section.greeting .circle_bg {
  position: absolute;
  top: -50%;
  left: -25%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/top/circle_bg.webp) center/contain no-repeat;
}
@media print, screen and (min-width: 1024px) {
  #top section.greeting .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 5%;
  }
}
#top section.greeting .txt_area {
  margin-top: clamp(4rem, 8vw, 8rem);
}
@media print, screen and (min-width: 1024px) {
  #top section.greeting .txt_area {
    margin-top: 0;
    max-width: 81.5rem;
  }
}
#top section.greeting .txt_area h3,
#top section.greeting .txt_area h4 {
  color: #293c5e;
  font-weight: bold;
}
#top section.greeting .txt_area h3 {
  font-size: min(5vw, 2.3rem);
}
@media print, screen and (min-width: 768px) {
  #top section.greeting .txt_area h3 {
    font-size: min(2.6vw, 2.3rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.greeting .txt_area h3 {
    font-size: min(1.65vw, 2.3rem);
  }
}
#top section.greeting .txt_area h4 {
  margin-top: 4rem;
  font-size: min(6vw, 3.8rem);
}
@media print, screen and (min-width: 1024px) {
  #top section.greeting .txt_area h4 {
    font-size: min(2.85vw, 3.8rem);
  }
}
#top section.greeting .txt_area p {
  margin-top: clamp(5rem, 10vw, 10rem);
}
@media print, screen and (min-width: 1024px) {
  #top section.greeting .txt_area p {
    line-height: 1.8;
  }
}
#top section.greeting .swiper_container {
  margin-top: clamp(5rem, 10vw, 10rem);
}
#top section.greeting .swiper_container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top section.greeting .swiper_container .swiper-slide img {
  border-radius: 2rem;
}
#top .double_section {
  position: relative;
  margin-top: clamp(6rem, 10vw, 15rem);
}
#top .double_section .circle_bg {
  position: absolute;
  top: 75%;
  right: -30%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/top/circle_bg.webp) center/contain no-repeat;
}
#top section.service .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top section.service .flex {
  display: contents;
}
@media print, screen and (min-width: 1024px) {
  #top section.service .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 5%;
  }
}
#top section.service .area_left {
  display: contents;
}
@media print, screen and (min-width: 768px) {
  #top section.service .area_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.service .area_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#top section.service .area_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: clamp(4rem, 8vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #top section.service .area_right {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 70rem;
  }
}
#top section.service header.section_title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#top section.service .btn_area {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: clamp(4rem, 8vw, 8rem);
}
#top section.service .btn_area .btn {
  margin: auto;
}
#top section.service h3.catch {
  color: #293c5e;
  font-size: min(5.5vw, 3rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #top section.service h3.catch {
    font-size: min(3vw, 3rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.service h3.catch {
    font-size: min(2.25vw, 3rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.service p.lead {
    line-height: 1.8;
  }
}
#top section.service ul.service_list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: clamp(5rem, 10vw, 10rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  #top section.service ul.service_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(2rem, 4vw, 4rem);
  }
}
#top section.service ul.service_list li {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.6;
  max-height: 25rem;
  background: center/cover no-repeat;
  border-radius: 2rem;
}
@media print, screen and (min-width: 768px) {
  #top section.service ul.service_list li {
    width: calc((100% - clamp(2rem, 4vw, 4rem)) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.service ul.service_list li {
    width: calc((100% - clamp(2rem, 4vw, 4rem) * 2) / 3);
    aspect-ratio: 39/50;
    max-height: none;
  }
}
#top section.service ul.service_list li.service01 {
  background-image: url(../img/top/service_img01.webp);
}
#top section.service ul.service_list li.service02 {
  background-image: url(../img/top/service_img02.webp);
}
#top section.service ul.service_list li.service03 {
  background-image: url(../img/top/service_img03.webp);
}
#top section.service ul.service_list li .service_name {
  position: absolute;
  top: 50%;
  left: clamp(2rem, 4vw, 4rem);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#top section.service ul.service_list li .service_name span,
#top section.service ul.service_list li .service_name h4 {
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  #top section.service ul.service_list li .service_name span,
  #top section.service ul.service_list li .service_name h4 {
    font-weight: bold;
  }
}
#top section.service ul.service_list li .service_name span {
  font-size: 1.8rem;
}
#top section.service ul.service_list li .service_name h4 {
  margin-top: min(5vw, 2.5rem);
  font-size: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.service ul.service_list li .service_name h4 {
    font-size: min(1.6vw, 2rem);
  }
}
#top section.service ul.service_list li .anchor {
  position: absolute;
  right: clamp(2rem, 4vw, 4rem);
  bottom: clamp(2rem, 4vw, 4rem);
  width: 8rem;
  aspect-ratio: 80/25;
}
#top section.service ul.service_list li .anchor a {
  height: 100%;
  -webkit-mask: url(../img/top/anchor_btn.svg) center/contain no-repeat;
          mask: url(../img/top/anchor_btn.svg) center/contain no-repeat;
  background-color: #fff;
}
#top section.service ul.service_list li .anchor a:hover {
  background-color: #f48e29;
}
#top section.strengths {
  margin-top: clamp(6rem, 10vw, 15rem);
}
#top section.strengths .flex {
  margin-top: clamp(4rem, 8vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4rem, 8vw, 8rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #top section.strengths .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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#top section.strengths .area_left {
  display: contents;
}
@media print, screen and (min-width: 768px) {
  #top section.strengths .area_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.strengths .area_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(4rem, 8vw, 8rem) 0;
  }
}
#top section.strengths .area_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 1024px) {
  #top section.strengths .area_right {
    width: 55%;
  }
}
#top section.strengths h3.catch {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #293c5e;
  font-size: min(5.5vw, 3rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #top section.strengths h3.catch {
    font-size: min(3vw, 3rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.strengths h3.catch {
    font-size: min(2.25vw, 3rem);
  }
}
#top section.strengths .btn_area {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#top section.strengths .btn_area .btn {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top section.strengths ul.strength_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 clamp(2rem, 4vw, 4rem);
  }
}
#top section.strengths ul.strength_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-top: 0.1rem solid #e4e4e4;
  padding: clamp(2rem, 4vw, 4rem) 0;
}
#top section.strengths ul.strength_list li:last-of-type {
  border-bottom: 0.1rem solid #e4e4e4;
}
@media print, screen and (min-width: 768px) {
  #top section.strengths ul.strength_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 0.1rem solid #e4e4e4;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.strengths ul.strength_list li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 clamp(2rem, 4vw, 4rem);
    border-bottom: none;
  }
}
#top section.strengths ul.strength_list li .icon {
  width: clamp(8rem, 18vw, 18rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f0f0f0 center/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  #top section.strengths ul.strength_list li .icon {
    width: min(10vw, 18rem);
  }
}
#top section.strengths ul.strength_list li .icon.time {
  background-image: url(../img/top/icon_time.svg);
  background-size: 50%;
}
#top section.strengths ul.strength_list li .icon.map {
  background-image: url(../img/top/icon_map.svg);
  background-size: 55%;
}
#top section.strengths ul.strength_list li .icon.tool {
  background-image: url(../img/top/icon_tool.svg);
  background-size: 50%;
}
#top section.strengths ul.strength_list li .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #top section.strengths ul.strength_list li .desc {
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.strengths ul.strength_list li .desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#top section.strengths ul.strength_list li .desc span {
  display: block;
  font-size: min(6vw, 3.2rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #top section.strengths ul.strength_list li .desc span {
    font-size: min(3vw, 3.2rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.strengths ul.strength_list li .desc span {
    font-size: min(2.5vw, 3.2rem);
  }
}
#top section.strengths ul.strength_list li .desc h4 {
  margin-top: min(2vw, 2rem);
  font-size: min(5vw, 2.4rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  #top section.strengths ul.strength_list li .desc h4 {
    font-size: min(2.4vw, 2.4rem);
    height: 5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.strengths ul.strength_list li .desc h4 {
    font-size: min(2vw, 2.4rem);
    height: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.strengths ul.strength_list li .desc p {
    line-height: 1.8;
  }
}
#top section.strengths ul.strength_list li .desc .anchor {
  margin: auto 0 0 auto;
  width: 8rem;
  aspect-ratio: 80/25;
}
#top section.strengths ul.strength_list li .desc .anchor a {
  height: 100%;
  -webkit-mask: url(../img/top/anchor_btn.svg) center/contain no-repeat;
          mask: url(../img/top/anchor_btn.svg) center/contain no-repeat;
  background-color: #1a1a1a;
}
#top section.strengths ul.strength_list li .desc .anchor a:hover {
  background-color: #f48e29;
}
#top section.recruit {
  margin-top: clamp(6rem, 10vw, 15rem);
}
#top section.recruit .bg {
  background-color: #fbb03b;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #top section.recruit .bg {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.recruit .bg {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: min(6vw, 10rem) 0;
    background: #fbb03b url(../img/top/recruit_img.webp) right/contain no-repeat;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.recruit .inner .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.recruit .inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(20vw, 40rem) 0;
  }
}
#top section.recruit header.section_title h2 {
  color: #fff;
}
#top section.recruit header.section_title span {
  color: #fff;
}
#top section.recruit header.section_title span::before {
  background-color: #fff;
}
@media print, screen and (min-width: 1024px) {
  #top section.recruit .for_sp {
    display: none;
  }
}
#top section.recruit .for_sp .catch_area {
  margin-top: clamp(2rem, 4vw, 4rem);
  position: relative;
  width: 100%;
  aspect-ratio: 1240/790;
  background: url(../img/top/recruit_img.webp) center/110% no-repeat;
}
@media print, screen and (min-width: 768px) {
  #top section.recruit .for_sp .catch_area {
    background-size: 100%;
  }
}
#top section.recruit .for_sp .flex {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  background: #fff;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  #top section.recruit .for_sp .flex {
    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: clamp(2rem, 4vw, 4rem) clamp(4rem, 8vw, 8rem);
  }
}
#top section.recruit .for_pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  #top section.recruit .for_pc {
    position: absolute;
    top: min(16vw, 43%);
    right: 0;
    width: 95%;
    max-width: 1540px;
    background-color: #fff;
    border-radius: 3.5rem 0 0 3.5rem;
    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: clamp(2rem, 4vw, 4rem) clamp(4rem, 8vw, 8rem);
  }
}
#top section.recruit .catch h2 {
  font-size: min(4vw, 2.9rem);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #top section.recruit .catch h2 {
    font-size: min(2vw, 2.9rem);
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.recruit .catch h2 {
    font-size: min(1.45vw, 2.9rem);
  }
}
#top section.recruit .catch h3 {
  margin-top: 0.5em;
  font-size: min(5.5vw, 4.6rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  #top section.recruit .catch h3 {
    font-size: min(3vw, 4.6rem);
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.recruit .catch h3 {
    font-size: min(2.3vw, 4.6rem);
  }
}
#top section.recruit .catch h3 span:nth-of-type(1) {
  color: #234fb6;
}
#top section.recruit .catch h3 span:nth-of-type(2) {
  color: #d0ac09;
}
#top section.recruit .catch h3 span:nth-of-type(3) {
  color: #ae13d0;
}
#top section.recruit .catch h3 span:nth-of-type(4) {
  color: #d03309;
}
#top section.recruit p.lead {
  margin-top: clamp(2rem, 4vw, 4rem);
  font-size: min(4.5vw, 1.9rem);
}
#top section.recruit p.lead.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #top section.recruit p.lead.over768 {
    display: block;
    margin-top: 0;
    font-size: min(1.5vw, 1.9rem);
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 768px) {
  #top section.recruit p.lead.under768 {
    display: none;
  }
}
#top section.recruit .btn_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #top section.recruit .btn_area.under768 {
    display: none;
  }
}
#top section.recruit .btn_area.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #top section.recruit .btn_area.over768 {
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  #top section.recruit .btn_area.over768 {
    margin: 0;
  }
}
#top section.recruit .btn_area .btn {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top section.recruit .btn_area .btn {
    margin-left: 0;
  }
}
#top section.company {
  position: relative;
  margin-top: clamp(6rem, 10vw, 15rem);
}
#top section.company .circle_bg {
  position: absolute;
  top: -80%;
  left: -35%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/top/circle_bg.webp) center/contain no-repeat;
}
#top section.company * {
  color: #fff;
}
#top section.company .bg {
  background: url(../img/top/company_bg.webp) right/cover no-repeat;
}
#top section.company header.section_title span::before {
  background-color: #fff;
}
#top section.company .flex {
  margin-top: clamp(3rem, 6vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #top section.company .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;
  }
}
#top section.company .contents {
  display: contents;
}
@media print, screen and (min-width: 768px) {
  #top section.company .contents {
    display: block;
    width: 60%;
    max-width: 63rem;
  }
}
#top section.company h3.catch {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: min(6vw, 3rem);
  font-weight: bold;
}
#top section.company p.lead {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: clamp(3rem, 6vw, 6rem);
}
#top section.company .btn_area {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: clamp(3rem, 6vw, 6.4rem);
}
#top section.company .btn_area .btn {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #top section.company .btn_area .btn {
    margin: 0;
  }
}
#top section.company .btn_area .btn a:hover {
  color: #234fb6;
}
#top section.company ul.anchor_list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: clamp(3rem, 6vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #top section.company ul.anchor_list {
    margin-top: calc(-1 * clamp(1.6rem, 2vw, 3.2rem));
    width: 30%;
    max-width: 32rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top section.company ul.anchor_list li {
  width: calc((100% - clamp(2rem, 4vw, 4rem)) / 2);
  border-bottom: 0.1rem solid #fff;
}
@media print, screen and (min-width: 768px) {
  #top section.company ul.anchor_list li {
    width: auto;
  }
}
#top section.company ul.anchor_list li a {
  position: relative;
  font-size: min(4.5vw, 2rem);
  padding: clamp(1.6rem, 3.2vw, 3.2rem) 0 clamp(1.6rem, 3.2vw, 3.2rem) 1em;
}
#top section.company ul.anchor_list li a::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#top section.company ul.anchor_list li a:hover {
  color: #f48e29;
}
#top section.news {
  margin-top: clamp(6rem, 10vw, 15rem);
  background-color: #fff;
  padding: clamp(6rem, 10vw, 15rem) 0;
}
#top section.news .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(3rem, 6vw, 6.4rem) 0;
}
@media print, screen and (min-width: 768px) {
  #top section.news .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 clamp(4rem, 8vw, 8rem);
  }
}
#top section.news .contents {
  display: contents;
}
@media print, screen and (min-width: 768px) {
  #top section.news .contents {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#top section.news header.section_title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#top section.news .btn_area {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media print, screen and (min-width: 768px) {
  #top section.news .btn_area {
    margin-top: clamp(4rem, 8vw, 8rem);
  }
}
#top section.news .btn_area .btn {
  margin: 0 auto;
}
@media print, screen and (min-width: 1024px) {
  #top section.news .btn_area .btn {
    margin-left: 0;
  }
}
#top section.news .btn_area .btn a {
  border: 0.1rem solid #293c5e;
  background-color: #293c5e;
}
#top section.news .btn_area .btn a:hover {
  color: #293c5e;
  background-color: #fff;
}
#top section.news ul.news_list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media print, screen and (min-width: 768px) {
  #top section.news ul.news_list {
    width: 65%;
  }
}
#top section.news ul.news_list li {
  border-top: 0.1rem solid #b1b1b1;
}
#top section.news ul.news_list li:last-of-type {
  border-bottom: 0.1rem solid #b1b1b1;
}
#top section.news ul.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: clamp(1.6rem, 3.2vw, 3.2rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #top section.news ul.news_list li a p,
  #top section.news ul.news_list li a h3 {
    font-weight: bold;
  }
}
#top section.news ul.news_list li a p.date {
  width: 6em;
  color: #666;
}
#top section.news ul.news_list li a p.category {
  width: 9rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 9999px;
}
#top section.news ul.news_list li a p.category.c-news {
  background-color: #f48e29;
}
#top section.news ul.news_list li a p.category.c-upload {
  background-color: #293c5e;
}
#top section.news ul.news_list li a p.category.c-recruit {
  background-color: #234fb6;
}
#top section.news ul.news_list li a h3 {
  position: relative;
  width: 100%;
  padding-right: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #top section.news ul.news_list li a h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: clamp(4rem, 8vw, 8rem);
  }
}
#top section.news ul.news_list li a h3::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media print, screen and (min-width: 768px) {
  #top section.news ul.news_list li a h3::after {
    right: clamp(2rem, 4vw, 4rem);
  }
}
#top section.news ul.news_list li a:hover h3 {
  color: #f48e29;
}

#page-company {
  position: relative;
}
#page-company::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999999999;
}
#page-company header a.nav_company {
  color: #234fb6;
}
#page-company footer a.nav_company {
  color: #234fb6 !important;
}
#page-company footer a.nav_company span {
  color: inherit !important;
}
#page-company footer a.nav_company::after {
  color: inherit !important;
}
#page-company .bg {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.4rem;
  padding: clamp(6rem, 10vw, 12rem) 0;
}
#page-company section.page_top .page_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1920/1990;
  background: url(../img/company/page_bg.webp) center/contain no-repeat;
}
#page-company section.page_top .circle_bg {
  position: absolute;
  top: 10%;
  left: -25%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/company/circle_bg.webp) center/contain no-repeat;
}
#page-company section.message .bg {
  margin-top: clamp(4rem, 8vw, 8rem);
}
#page-company section.message h3.catch {
  margin-top: 4rem;
  color: #293c5e;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  #page-company section.message h3.catch {
    margin-top: clamp(3rem, 6vw, 6.4rem);
  }
}
@media print, screen and (min-width: 1280px) {
  #page-company section.message h3.catch {
    padding-left: calc(min(6vw, 6rem) + 1.5rem);
  }
}
#page-company section.message .flex {
  margin-top: clamp(4rem, 8vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(2rem, 4vw, 4rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #page-company section.message .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 5%;
  }
}
@media print, screen and (min-width: 1280px) {
  #page-company section.message .flex {
    padding-left: calc(min(6vw, 6rem) + 1.5rem);
  }
}
#page-company section.message .message_area {
  display: contents;
}
@media print, screen and (min-width: 1024px) {
  #page-company section.message .message_area {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 70rem;
  }
}
#page-company section.message p.message {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media print, screen and (min-width: 1280px) {
  #page-company section.message p.message {
    line-height: 1.8;
  }
}
#page-company section.message p.ceo_name {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  #page-company section.message p.ceo_name {
    margin-top: clamp(5rem, 10vw, 10rem);
  }
}
#page-company section.message p.ceo_name img {
  width: 12rem;
  max-width: none;
}
#page-company section.message .ceo_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 45rem;
}
@media print, screen and (min-width: 1024px) {
  #page-company section.message .ceo_img {
    width: 40%;
  }
}
#page-company .triple_section {
  margin-top: clamp(6rem, 10vw, 15rem);
}
#page-company section.profile dl.profile_list {
  margin: clamp(4rem, 8vw, 8rem) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  #page-company section.profile dl.profile_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  #page-company section.profile dl.profile_list dt {
    width: 12rem;
  }
}
#page-company section.profile dl.profile_list dt:not(:first-of-type) {
  margin-top: 1em;
}
#page-company section.profile dl.profile_list dd {
  margin: 0.5em 0 0 1em;
}
@media print, screen and (min-width: 768px) {
  #page-company section.profile dl.profile_list dd {
    margin: 0;
    width: calc(100% - 12rem);
  }
  #page-company section.profile dl.profile_list dd:not(:first-of-type) {
    margin-top: 1em;
  }
}
#page-company section.history {
  position: relative;
  margin-top: clamp(5rem, 10vw, 10rem);
}
#page-company section.history .circle_bg {
  position: absolute;
  top: -50%;
  right: -25%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/company/circle_bg.webp) center/contain no-repeat;
}
#page-company section.history ol.history_list {
  margin: clamp(4rem, 8vw, 8rem) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  #page-company section.history ol.history_list {
    width: 50rem;
  }
}
@media print, screen and (min-width: 768px) {
  #page-company section.history ol.history_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#page-company section.history ol.history_list li + li {
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  #page-company section.history ol.history_list li time {
    width: 14rem;
  }
}
#page-company section.history ol.history_list li time span {
  display: inline-block;
}
#page-company section.history ol.history_list li time span.month {
  width: 2.5em;
  text-align: right;
}
#page-company section.history ol.history_list li p.event {
  margin: 0.5em 0 0 1em;
}
@media print, screen and (min-width: 768px) {
  #page-company section.history ol.history_list li p.event {
    margin: 0;
    width: calc(100% - 14rem);
  }
}
#page-company section.philosophy {
  position: relative;
  margin-top: clamp(5rem, 10vw, 10rem);
}
#page-company section.philosophy .circle_bg {
  position: absolute;
  top: 45%;
  left: -45%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/company/circle_bg.webp) center/contain no-repeat;
}
#page-company section.philosophy .motto {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(4rem, 8vw, 8rem) auto 0;
}
#page-company section.philosophy .motto h3 {
  font-size: 2rem;
  text-align: center;
}
#page-company section.philosophy .motto h3::before, #page-company section.philosophy .motto h3::after {
  content: " - ";
}
#page-company section.philosophy .motto ul {
  margin-top: 2.5rem;
}
#page-company section.philosophy .motto ul li {
  font-size: 2rem;
  padding-left: 1em;
  text-indent: -1em;
}
#page-company section.philosophy .motto ul li + li {
  margin-top: 1em;
}
#page-company section.philosophy p.catch {
  margin-top: clamp(3rem, 6vw, 6rem);
}
@media print, screen and (min-width: 768px) {
  #page-company section.philosophy p.catch {
    text-align: center;
  }
}
#page-company section.philosophy .principle {
  position: relative;
  width: 100%;
  max-width: 68.5rem;
  aspect-ratio: 685/268;
  margin: clamp(5rem, 10vw, 10rem) auto 0;
  background: url(../img/company/principle_bg.webp) center/contain no-repeat;
}
#page-company section.philosophy .principle p {
  font-size: min(4vw, 2.4rem);
  text-align: center;
  position: absolute;
}
#page-company section.philosophy .principle p:nth-of-type(1) {
  top: 12.5%;
  left: 5%;
}
@media print, screen and (min-width: 768px) {
  #page-company section.philosophy .principle p:nth-of-type(1) {
    top: 12.5%;
    left: 8.5%;
  }
}
#page-company section.philosophy .principle p:nth-of-type(2) {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media print, screen and (min-width: 768px) {
  #page-company section.philosophy .principle p:nth-of-type(2) {
    bottom: 5%;
  }
}
#page-company section.philosophy .principle p:nth-of-type(3) {
  top: 12.5%;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  #page-company section.philosophy .principle p:nth-of-type(3) {
    top: 12.5%;
    right: 6%;
  }
}
#page-company section.branch {
  margin: clamp(6rem, 10vw, 15rem) 0;
}
#page-company section.branch ul.branch_list {
  margin-top: 4rem;
}
#page-company section.branch ul.branch_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #page-company section.branch ul.branch_list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 clamp(3rem, 6vw, 6.4rem);
  }
}
#page-company section.branch ul.branch_list li + li {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  #page-company section.branch ul.branch_list li + li {
    margin-top: clamp(6rem, 10vw, 15rem);
  }
}
#page-company section.branch ul.branch_list li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #page-company section.branch ul.branch_list li .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: clamp(4rem, 8vw, 8rem) 0;
    width: 35.5rem;
  }
}
#page-company section.branch ul.branch_list li dl.office_info dt {
  font-size: min(6vw, 2.4rem);
  font-weight: bold;
}
#page-company section.branch ul.branch_list li dl.office_info dt::before {
  content: "【";
}
#page-company section.branch ul.branch_list li dl.office_info dt::after {
  content: "】";
}
#page-company section.branch ul.branch_list li dl.office_info dd {
  margin-top: 2rem;
}
#page-company section.branch ul.branch_list li dl.office_info dd address {
  text-align: left;
}
#page-company section.branch ul.branch_list li dl.office_info dd address a {
  display: inline;
}
#page-company section.branch ul.branch_list li dl.office_info dd address span {
  display: inline-block;
}
#page-company section.branch ul.branch_list li figure.office_map {
  aspect-ratio: 353/254;
}
@media print, screen and (min-width: 768px) {
  #page-company section.branch ul.branch_list li figure.office_map {
    aspect-ratio: unset;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 59.5rem;
  }
}
#page-company section.branch ul.branch_list li figure.office_map iframe {
  max-width: none;
  height: 100%;
}

#page-business header a.nav_service {
  color: #234fb6;
}
#page-business footer a.nav_service {
  color: #234fb6 !important;
}
#page-business footer a.nav_service span {
  color: inherit !important;
}
#page-business footer a.nav_service::after {
  color: inherit !important;
}
#page-business section.page_top .page_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1920/1777;
  background: url(../img/service/page_bg.webp) center/contain no-repeat;
}
#page-business section.page_top .circle_bg {
  position: absolute;
  top: 10%;
  left: -25%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/service/circle_bg.webp) center/contain no-repeat;
}
#page-business section.intro {
  margin-top: clamp(6rem, 10vw, 15rem);
}
@media print, screen and (min-width: 768px) {
  #page-business section.intro {
    position: relative;
    padding-top: min(10vw, 13.5rem);
  }
}
@media print, screen and (min-width: 768px) {
  #page-business section.intro .intro_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    border-radius: clamp(3rem, 6vw, 6rem) 0 0 0;
    overflow: hidden;
  }
}
#page-business section.intro .contentWrap {
  margin-top: -15vw;
  width: 100%;
  background-color: #fff;
  padding: clamp(2rem, 4vw, 4rem);
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  #page-business section.intro .contentWrap {
    margin-top: 0;
    padding: clamp(4rem, 8vw, 8rem) clamp(4rem, 8vw, 8rem) clamp(6rem, 10vw, 12rem) clamp(4rem, 8vw, 8rem);
    width: 60%;
    max-width: 60rem;
  }
}
@media print, screen and (min-width: 1024px) {
  #page-business section.intro .contentWrap .content p {
    line-height: 1.8;
  }
}
#page-business section.intro .contentWrap .content p.font23px {
  color: #293c5e;
  font-size: min(4.5vw, 2.3rem);
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
#page-business section.intro .contentWrap .content p.font30px {
  color: #293c5e;
  font-size: min(6vw, 3rem);
  font-weight: bold;
  margin-bottom: clamp(3rem, 6vw, 6.4rem);
}
#page-business section.intro .contentWrap .content p.bottom40px {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
#page-business section.service-desc {
  margin-top: clamp(6rem, 10vw, 15rem);
}
#page-business section.service-desc:last-of-type {
  margin-bottom: clamp(4rem, 8vw, 8rem);
}
#page-business section.service-desc h2 {
  position: relative;
  width: 100%;
  max-width: 68.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #234fb6;
  font-size: min(4vw, 2rem);
  font-weight: bold;
  padding: 0 0 1em clamp(3rem, 6vw, 6.4rem);
  border-bottom: 0.1rem solid #234fb6;
}
@media print, screen and (min-width: 1024px) {
  #page-business section.service-desc h2 {
    padding-left: 6.4rem;
  }
}
#page-business section.service-desc h2::after {
  content: "";
  width: 3rem;
  aspect-ratio: 1/1;
  background-color: #234fb6;
  border-radius: 50%;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  #page-business section.service-desc h2::after {
    width: 4.5rem;
    bottom: -2.25rem;
  }
}
#page-business section.service-desc h2 span {
  display: block;
  font-size: min(8vw, 4rem);
  margin-left: 1rem;
}
#page-business section.service-desc .inner.max1200 {
  width: 100%;
}
#page-business section.service-desc h3 {
  margin-top: clamp(3rem, 6vw, 6.4rem);
}
@media (max-width: 480px) {
  #page-business section.service-desc h3 {
    font-size: 2rem;
  }
}
#page-business section.service-desc h3 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#page-business section.service-desc h3 figure img {
  width: min(10vw, 4.5rem);
}
#page-business section.service-desc h3 figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #293c5e;
  font-size: min(5.5vw, 3rem);
  font-weight: bold;
  margin-left: 1rem;
}
#page-business section.service-desc .innerWrap {
  width: 100%;
  margin-top: clamp(3rem, 6vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 4vw, 4rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #page-business section.service-desc .innerWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 clamp(3rem, 6vw, 6rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #page-business section.service-desc .innerWrap .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page-business section.service-desc .innerWrap .text p + p {
  margin-top: clamp(2rem, 4vw, 4rem);
}
#page-business section.service-desc .innerWrap .text dl {
  margin-top: clamp(2rem, 4vw, 4rem);
}
#page-business section.service-desc .innerWrap .text dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #293c5e;
}
#page-business section.service-desc .innerWrap .text dl dd {
  margin-top: 1.5rem;
  padding-left: 1em;
  text-indent: -0.7em;
}
@media print, screen and (min-width: 1024px) {
  #page-business section.service-desc .innerWrap figure {
    width: 50%;
    max-width: 56.5rem;
  }
}
#page-business section.service-desc .innerWrap figure img {
  max-width: none;
}
#page-business section.service-desc .ul_images4 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3vw, 3rem);
  margin-top: clamp(3rem, 6vw, 6.4rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-business section.service-desc .ul_images4 li {
  width: calc((100% - min(3vw, 3rem)) / 2);
}
@media print, screen and (min-width: 480px) {
  #page-business section.service-desc .ul_images4 li {
    width: calc((100% - min(3vw, 3rem) * 3) / 4);
  }
}
#page-business section.service-desc .ul_images3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3vw, 3rem);
  margin-top: clamp(3rem, 6vw, 6.4rem);
}
#page-business section.service-desc .ul_images3 li {
  width: calc((100% - min(3vw, 3rem)) * 2 / 3);
}
#page-business section.service-desc .ul_images3 li img {
  max-width: none;
}
#page-business section.service-desc .content3 {
  margin-top: clamp(4rem, 8vw, 8rem);
  background-color: #f0f0f0;
  border: 2px solid #293c5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-business section.service-desc .content3 .ct3_inner {
  margin: clamp(2rem, 4vw, 4rem);
}
#page-business section.service-desc .content3 .ct3_inner dd {
  color: #293c5e;
  font-size: min(4.5vw, 2.4rem);
  display: block;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#page-business section.service-desc .content3 .ct3_inner dd + dd {
  margin-top: 1em;
}
#page-business section.service-desc .content3 .ct3_inner dd::before {
  content: "●";
  margin-right: 0.5em;
}
#page-business section.service-desc.service01 {
  position: relative;
}
#page-business section.service-desc.service01 .circle_bg {
  position: absolute;
  top: 45%;
  left: 70%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/service/circle_bg.webp) center/contain no-repeat;
}
#page-business section.service-desc.service02 {
  position: relative;
}
#page-business section.service-desc.service02 .circle_bg {
  position: absolute;
  top: 55%;
  right: 70%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/service/circle_bg.webp) center/contain no-repeat;
}

#page-strength header a.nav_strength {
  color: #234fb6;
}
#page-strength footer a.nav_strength {
  color: #234fb6 !important;
}
#page-strength footer a.nav_strength span {
  color: inherit !important;
}
#page-strength footer a.nav_strength::after {
  color: inherit !important;
}
#page-strength section.page_top .page_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1920/1777;
  background: url(../img/strength/page_bg.webp) center/contain no-repeat;
}
#page-strength section.page_top .circle_bg {
  position: absolute;
  top: 10%;
  left: -25%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/strength/circle_bg.webp) center/contain no-repeat;
}
#page-strength section.intro {
  margin-top: clamp(6rem, 10vw, 15rem);
}
@media print, screen and (min-width: 768px) {
  #page-strength section.intro {
    position: relative;
    padding-top: min(10vw, 13.5rem);
  }
}
@media print, screen and (min-width: 768px) {
  #page-strength section.intro .intro_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    border-radius: clamp(3rem, 6vw, 6rem) 0 0 0;
    overflow: hidden;
  }
}
#page-strength section.intro .contentWrap {
  margin-top: -15vw;
  width: 100%;
  background-color: #fff;
  padding: clamp(2rem, 4vw, 4rem);
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  #page-strength section.intro .contentWrap {
    margin-top: 0;
    width: 70%;
    max-width: 67rem;
  }
}
@media print, screen and (min-width: 1280px) {
  #page-strength section.intro .contentWrap {
    padding: clamp(4rem, 8vw, 8rem);
  }
}
@media print, screen and (min-width: 1024px) {
  #page-strength section.intro .contentWrap .content p {
    line-height: 1.8;
  }
}
#page-strength section.intro .contentWrap .content p.font23px {
  color: #293c5e;
  font-size: min(4.5vw, 2.3rem);
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
#page-strength section.intro .contentWrap .content p.font30px {
  color: #293c5e;
  font-size: min(5vw, 3rem);
  font-weight: bold;
  margin-bottom: clamp(3rem, 6vw, 6.4rem);
}
#page-strength section.intro .contentWrap .content p.bottom40px {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
#page-strength section.strength_desc {
  margin-top: clamp(6rem, 10vw, 15rem);
}
#page-strength section.strength_desc:last-of-type {
  margin-bottom: clamp(4rem, 8vw, 8rem);
}
#page-strength section.strength_desc h2 {
  position: relative;
  width: 100%;
  max-width: 68.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: min(4vw, 2rem);
  font-weight: bold;
  padding: 0 0 1em clamp(3rem, 6vw, 6.4rem);
  border-bottom: 0.1rem solid #234fb6;
}
@media print, screen and (min-width: 1024px) {
  #page-strength section.strength_desc h2 {
    padding-left: 6.4rem;
  }
}
#page-strength section.strength_desc h2::after {
  content: "";
  width: 3rem;
  aspect-ratio: 1/1;
  background-color: #234fb6;
  border-radius: 50%;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
@media print, screen and (min-width: 1024px) {
  #page-strength section.strength_desc h2::after {
    width: 4.5rem;
    bottom: -2.25rem;
  }
}
#page-strength section.strength_desc h2 span {
  display: block;
  font-size: min(8vw, 4rem);
  margin-left: 1rem;
}
#page-strength section.strength_desc .inner.max1200 {
  width: 100%;
}
#page-strength section.strength_desc h3 {
  margin-top: clamp(3rem, 6vw, 6.4rem);
}
@media (max-width: 480px) {
  #page-strength section.strength_desc h3 {
    font-size: 2rem;
  }
}
#page-strength section.strength_desc h3 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#page-strength section.strength_desc h3 figure img {
  width: min(10vw, 4.5rem);
}
#page-strength section.strength_desc h3 figure figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(5.5vw, 3rem);
  font-weight: bold;
  margin-left: 1rem;
}
#page-strength section.strength_desc .innerWrap {
  width: 100%;
  margin-top: clamp(3rem, 6vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 4vw, 4rem) 0;
}
@media print, screen and (min-width: 768px) {
  #page-strength section.strength_desc .innerWrap {
    -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;
    gap: 0 clamp(3rem, 6vw, 6rem);
  }
}
@media print, screen and (min-width: 768px) {
  #page-strength section.strength_desc .innerWrap .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 49.5rem;
  }
}
#page-strength section.strength_desc .innerWrap .text p + p {
  margin-top: clamp(2rem, 4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #page-strength section.strength_desc .innerWrap figure {
    width: 50%;
    max-width: 56.5rem;
  }
}
#page-strength section.strength_desc .innerWrap figure img {
  max-width: none;
}
#page-strength section.strength_desc .ul_images3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3vw, 3rem);
  margin-top: clamp(3rem, 6vw, 6.4rem);
}
#page-strength section.strength_desc .ul_images3 li {
  width: calc((100% - min(3vw, 3rem)) * 2 / 3);
}
#page-strength section.strength_desc .ul_images3 li img {
  max-width: none;
}
#page-strength section.strength_desc.strength01 {
  position: relative;
}
#page-strength section.strength_desc.strength01 .circle_bg {
  position: absolute;
  top: 65%;
  left: 70%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/strength/circle_bg.webp) center/contain no-repeat;
}
@media print, screen and (min-width: 1024px) {
  #page-strength section.strength_desc.strength02 .inner.max1250 {
    position: relative;
    padding-bottom: min(27.5vw, 50rem);
  }
}
@media print, screen and (min-width: 768px) {
  #page-strength section.strength_desc.strength02 .innerWrap .text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 45%;
  }
}
#page-strength section.strength_desc.strength02 .innerWrap figure.map {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  #page-strength section.strength_desc.strength02 .innerWrap figure.map {
    position: absolute;
    top: 5rem;
    right: 0;
    z-index: -1;
    width: clamp(80rem, 55vw, 100rem);
    max-width: none;
  }
}
#page-strength section.strength_desc.strength02 .innerWrap figure.map img.maru {
  width: 29.5%;
  position: absolute;
  top: 55%;
  left: 36.5%;
  opacity: 0;
}
#page-strength section.strength_desc.strength02 .innerWrap figure.map img.maru.anm_start {
  opacity: 1;
  -webkit-animation: zoomIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
#page-strength section.strength_desc.strength03 {
  position: relative;
}
#page-strength section.strength_desc.strength03 .circle_bg {
  position: absolute;
  top: -25%;
  right: 82.5%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/strength/circle_bg.webp) center/contain no-repeat;
}

#page-news header a.nav_news {
  color: #234fb6;
}
#page-news footer a.nav_news {
  color: #234fb6 !important;
}
#page-news footer a.nav_news span {
  color: inherit !important;
}
#page-news footer a.nav_news::after {
  color: inherit !important;
}
#page-news section.page_top .page_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1920/1105;
  background: url(../img/news/page_bg.webp) center/contain no-repeat;
}
#page-news section.page_top .circle_bg {
  position: absolute;
  top: 10%;
  left: -25%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/service/circle_bg.webp) center/contain no-repeat;
}
#page-news .bg {
  width: 95%;
  margin: clamp(4rem, 8vw, 8rem) auto clamp(6rem, 10vw, 15rem);
  background-color: #fff;
  border-radius: 2.4rem;
  padding: clamp(6rem, 10vw, 12rem) 0;
}
#page-news section.news h2 {
  color: #234fb6;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2vw, 2rem);
}
#page-news section.news h2::before {
  content: "";
  width: clamp(2rem, 4vw, 4rem);
  height: 0.1rem;
  background-color: #234fb6;
}
#page-news section.news .flex {
  margin-top: clamp(3rem, 6vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(4rem, 8vw, 8rem) 0;
}
@media print, screen and (min-width: 768px) {
  #page-news section.news .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 clamp(5rem, 10vw, 10rem);
  }
}
@media print, screen and (min-width: 768px) {
  #page-news section.news .category_list {
    width: 15rem;
  }
}
#page-news section.news .category_list h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  font-size: 2rem;
  padding: 0 1em 0.5em;
  border-bottom: 0.1rem solid #1a1a1a;
}
@media print, screen and (min-width: 768px) {
  #page-news section.news .category_list h3 {
    width: 100%;
    margin: clamp(1.6rem, 3.2vw, 3.2rem) 0 1em 0;
    padding: 0 0 1em;
  }
}
#page-news section.news .category_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 min(4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #page-news section.news .category_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem 0;
  }
}
#page-news section.news .category_list ul li {
  width: auto;
}
#page-news section.news .category_list ul li button {
  font-size: min(4vw, 1.6rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 1024px) {
  #page-news section.news .category_list ul li button {
    font-weight: bold;
  }
}
#page-news section.news .category_list ul li button::before {
  content: "○";
}
#page-news section.news .category_list ul li button[aria-selected=true] {
  color: #234fb6;
}
#page-news section.news .category_list ul li button:hover {
  color: #234fb6;
}
@media print, screen and (min-width: 768px) {
  #page-news section.news .title_list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#page-news section.news .title_list ul li {
  border-bottom: 0.1rem solid #cacaca;
}
#page-news section.news .title_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  padding: clamp(1.6rem, 3.2vw, 3.2rem) 0;
}
@media print, screen and (min-width: 1024px) {
  #page-news section.news .title_list ul li a p,
  #page-news section.news .title_list ul li a h3 {
    font-weight: bold;
  }
}
#page-news section.news .title_list ul li a p.date {
  width: 6em;
  color: #4d4d4d;
}
#page-news section.news .title_list ul li a p.category {
  width: 5em;
  color: #293c5e;
}
#page-news section.news .title_list ul li a h3 {
  position: relative;
  width: 100%;
  padding-right: 2rem;
}
@media print, screen and (min-width: 1024px) {
  #page-news section.news .title_list ul li a h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 0;
  }
}
#page-news section.news .title_list ul li a h3::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media print, screen and (min-width: 1024px) {
  #page-news section.news .title_list ul li a h3::after {
    content: none;
  }
}
#page-news section.news .title_list ul li a:hover h3 {
  color: #f48e29;
}
#page-news section.news_detail .title_area {
  border-bottom: 0.1rem solid #333;
  padding-bottom: clamp(2rem, 4vw, 4rem);
}
#page-news section.news_detail .title_area h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: bold;
}
#page-news section.news_detail .body_area {
  max-width: 1024px;
  margin: clamp(2rem, 4vw, 4rem) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-news section.news_detail .body_area p.date {
  font-size: 1.8rem;
}
#page-news section.news_detail .body_area p.category {
  margin-left: 2rem;
  color: navy;
  font-size: 1.8rem;
}
#page-news section.news_detail .body_area p.text {
  margin-top: clamp(3rem, 6vw, 6.4rem);
  width: 100%;
}
#page-news section.news_detail .body_area p.link,
#page-news section.news_detail .body_area p.pdf {
  margin-top: clamp(2rem, 4vw, 4rem);
  width: 100%;
}
#page-news section.news_detail .body_area p.link a,
#page-news section.news_detail .body_area p.pdf a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #234fb6;
  font-size: 1.8rem;
  text-decoration: underline;
}
#page-news section.news_detail .body_area p.link a:hover,
#page-news section.news_detail .body_area p.pdf a:hover {
  color: #f48e29;
}
#page-news section.news_detail .body_area p.link a.qr_img {
  width: 80%;
  max-width: 20rem;
}
#page-news section.news_detail .body_area p.pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
}
#page-news section.news_detail .body_area p.pdf a::before {
  content: "";
  height: 2em;
  aspect-ratio: 4/5;
  background: url(../img/icon_pdf.svg) center/contain no-repeat;
}
#page-news section.news_detail .body_area .image_area {
  width: 100%;
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5%;
}
#page-news section.news_detail .body_area .image_area .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page-news section.news_detail .body_area .image_area .image a {
  position: relative;
  aspect-ratio: 5/4;
  border: 0.1rem solid #a5a5a5;
  overflow: hidden;
}
#page-news section.news_detail .body_area .image_area .image a::before {
  content: "";
  width: 4.2rem;
  aspect-ratio: 1/1;
  background: url(../img/icon_glass.svg) center/60% no-repeat;
  background-color: #293c5e;
  position: absolute;
  right: 0;
  bottom: 0;
}
#page-news section.news_detail .body_area .image_area .image a img {
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#page-news section.news_detail .body_area .image_area .image a:hover::before {
  background-color: #f48e29;
}
#page-news section.news_detail .btn_area {
  margin-top: clamp(3rem, 6vw, 6.4rem);
}
#page-news section.news_detail .btn_area .btn {
  margin: 0 auto;
}

#page-contact header .overlay a.nav_contact {
  color: #234fb6;
}
#page-contact footer a.nav_contact {
  color: #234fb6 !important;
}
#page-contact footer a.nav_contact span {
  color: inherit !important;
}
#page-contact footer a.nav_contact::after {
  color: inherit !important;
}
#page-contact section.page_top .page_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1920/2837;
  background: url(../img/contact/page_bg.webp) center/contain no-repeat;
}
#page-contact section.page_top .circle_bg {
  position: absolute;
  top: 10%;
  left: -25%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/contact/circle_bg.webp) center/contain no-repeat;
}
#page-contact section.contact {
  padding: clamp(5rem, 10vw, 10rem) 0;
}
#page-contact section.contact ul.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-contact section.contact ul.anchor_list li {
  width: 50%;
  max-width: 28.5rem;
  border-left: 0.1rem solid #808080;
}
#page-contact section.contact ul.anchor_list li:last-of-type {
  border-right: 0.1rem solid #808080;
}
#page-contact section.contact ul.anchor_list li a {
  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;
  gap: 0 1.5rem;
  color: #293c5e;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 0;
}
#page-contact section.contact ul.anchor_list li a::after {
  content: "↓";
}
#page-contact section.contact ul.anchor_list li a:hover {
  color: #f48e29;
}
#page-contact section.contact .tel_contact {
  margin-top: clamp(5rem, 10vw, 10rem);
  max-width: 83rem;
}
#page-contact section.contact .tel_contact h2 {
  color: #234fb6;
  font-size: min(6vw, 3.2rem);
  font-weight: bold;
  text-align: center;
}
#page-contact section.contact .tel_contact .number {
  margin-top: clamp(3rem, 6vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 2rem 0;
  border: min(1vw, 1rem) solid #234fb6;
  background-color: #fff;
  padding: clamp(2rem, 4vw, 4rem) 2rem;
}
#page-contact section.contact .tel_contact .number p {
  font-weight: bold;
}
#page-contact section.contact .tel_contact .number a {
  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;
  gap: 0 1rem;
  color: #234fb6;
  font-size: min(8vw, 3.2rem);
  font-weight: bold;
}
#page-contact section.contact .tel_contact .number a .icon {
  height: 1.2em;
  aspect-ratio: 25/37;
  -webkit-mask: url(../img/contact/icon_smartphone.svg) center/contain no-repeat;
          mask: url(../img/contact/icon_smartphone.svg) center/contain no-repeat;
  background-color: #234fb6;
}
#page-contact section.contact .tel_contact .number small {
  font-size: min(4.5vw, 1.8rem);
  font-weight: bold;
}
#page-contact section.contact .tel_contact .number small span {
  display: inline-block;
  width: 5em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 1em;
}
#page-contact section.contact .tel_contact .number small span::before {
  content: "【";
}
#page-contact section.contact .tel_contact .number small span::after {
  content: "】";
}
#page-contact section.contact .mail_contact {
  margin-top: clamp(4rem, 8vw, 8rem);
}
#page-contact section.contact .mail_contact .bg {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.4rem;
  padding: clamp(4rem, 8vw, 8rem) 0;
}
#page-contact section.contact .mail_contact form {
  max-width: 830px;
}
#page-contact section.contact .mail_contact h2 {
  color: #234fb6;
  font-size: min(6vw, 3.2rem);
  font-weight: bold;
  text-align: center;
}
#page-contact section.contact .mail_contact p.form_info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(2rem, 4vw, 4rem) auto 0;
}
@media print, screen and (min-width: 768px) {
  #page-contact section.contact .mail_contact p.form_info {
    text-align: center;
  }
}
#page-contact section.contact .mail_contact p.form_info span {
  color: #fe654f;
}
#page-contact section.contact .mail_contact .input_list {
  width: 100%;
  max-width: 768px;
  margin: clamp(2rem, 4vw, 4rem) auto 0;
}
#page-contact section.contact .mail_contact .input_list dl + dl {
  margin-top: clamp(1.6rem, 3.2vw, 3.2rem);
}
#page-contact section.contact .mail_contact .input_list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5rem;
}
#page-contact section.contact .mail_contact .input_list dl dt::before {
  content: "●";
  color: #234fb6;
}
#page-contact section.contact .mail_contact .input_list dl dt.required::after {
  content: "＊";
  color: #fe654f;
}
#page-contact section.contact .mail_contact .input_list dl dd {
  margin-top: 1rem;
  border: 0.1rem solid #b1b1b1;
}
#page-contact section.contact .mail_contact .input_list dl dd input,
#page-contact section.contact .mail_contact .input_list dl dd textarea {
  display: block;
  width: 100%;
  padding: 0.8em;
  font-size: 1.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#page-contact section.contact .mail_contact .input_list dl dd input:hover,
#page-contact section.contact .mail_contact .input_list dl dd textarea:hover {
  background-color: rgba(35, 79, 182, 0.1);
}
#page-contact section.contact .mail_contact .input_list dl dd textarea {
  min-height: 8em;
  field-sizing: content;
}
#page-contact section.contact .mail_contact .privacy_check {
  margin-top: clamp(2rem, 4vw, 4rem);
  background-color: #e4e4e4;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  #page-contact section.contact .mail_contact .privacy_check p {
    text-align: center;
  }
}
#page-contact section.contact .mail_contact .privacy_check p a {
  display: inline;
  color: #234fb6;
  font-weight: bold;
  text-decoration: underline;
  padding: 0 0.2em;
}
#page-contact section.contact .mail_contact .privacy_check p a:hover {
  color: #fff;
  background-color: #234fb6;
}
#page-contact section.contact .mail_contact .privacy_check label {
  margin-top: 2rem;
  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;
  gap: 0 0.5rem;
  font-weight: bold;
  background-color: #fff;
  padding: 1em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#page-contact section.contact .mail_contact .privacy_check label:hover {
  background-color: rgba(35, 79, 182, 0.1);
}
#page-contact section.contact .mail_contact .privacy_check label input {
  width: 1.2em;
  aspect-ratio: 1/1;
  position: relative;
  top: 0.05em;
  accent-color: #234fb6;
}
#page-contact section.contact .mail_contact .btn_area {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(2rem, 4vw, 4rem);
}
#page-contact section.contact .mail_contact .btn_area button {
  width: calc((100% - clamp(2rem, 4vw, 4rem)) / 2);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1.2em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#page-contact section.contact .mail_contact .btn_area button[type=reset], #page-contact section.contact .mail_contact .btn_area button[type=button] {
  background-color: #333;
  border: 0.1rem solid #333;
}
#page-contact section.contact .mail_contact .btn_area button[type=reset]:hover, #page-contact section.contact .mail_contact .btn_area button[type=button]:hover {
  color: #333;
  background-color: #fff;
}
#page-contact section.contact .mail_contact .btn_area button[type=submit] {
  background-color: #f48e29;
  border: 0.1rem solid #f48e29;
}
#page-contact section.contact .mail_contact .btn_area button[type=submit]:hover {
  color: #f48e29;
  background-color: #fff;
}
#page-contact section.contact .mail_contact .btn_area .btn {
  margin: 0 auto;
}
#page-contact section.contact .mail_contact form.confirm .input_list dl dd input,
#page-contact section.contact .mail_contact form.confirm .input_list dl dd textarea {
  cursor: default;
}
#page-contact section.contact .mail_contact form.confirm .input_list dl dd input:hover,
#page-contact section.contact .mail_contact form.confirm .input_list dl dd textarea:hover {
  background-color: transparent;
}
#page-contact section.contact .mail_contact form.confirm .privacy_check label {
  cursor: default;
}
#page-contact section.contact .mail_contact form.confirm .privacy_check label:hover {
  background-color: #fff;
}

#page-privacy header .overlay a.nav_privacy {
  color: #234fb6;
}
#page-privacy footer a.nav_privacy {
  color: #234fb6 !important;
}
#page-privacy footer a.nav_privacy span {
  color: inherit !important;
}
#page-privacy footer a.nav_privacy::after {
  color: inherit !important;
}
#page-privacy section.page_top .page_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1920/3529;
  background: url(../img/privacy/page_bg.webp) center/contain no-repeat;
}
#page-privacy section.page_top .circle_bg {
  position: absolute;
  top: 10%;
  left: -25%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/privacy/circle_bg.webp) center/contain no-repeat;
}
#page-privacy .details-privacy {
  margin: clamp(2rem, 4vw, 4rem) 0 clamp(3rem, 6vw, 6.4rem);
}
#page-privacy .details-privacy .bg {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2.4rem;
  padding: clamp(3rem, 6vw, 6.4rem) 0;
}
#page-privacy .details-privacy .inner > p {
  margin-bottom: clamp(5rem, 10vw, 10rem);
}
#page-privacy .details-privacy li {
  margin-bottom: clamp(3rem, 6vw, 6.4rem);
}
#page-privacy .details-privacy h2,
#page-privacy .details-privacy span {
  color: #234fb6;
}
#page-privacy .details-privacy h2 {
  color: #234fb6;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2vw, 2rem);
  margin-bottom: clamp(3rem, 6vw, 6.4rem);
}
#page-privacy .details-privacy h2::before {
  content: "";
  width: clamp(2rem, 4vw, 4rem);
  height: 0.1rem;
  background-color: #234fb6;
}
@media print, screen and (min-width: 1024px) {
  #page-privacy .details-privacy p {
    line-height: 1.8;
  }
}
#page-privacy .details-privacy span {
  font-size: 2.4rem;
}

#page-404 {
  position: relative;
}
#page-404::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9999999999;
}
#page-404 section.page_top .page_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  aspect-ratio: 1920/1990;
  background: url(../img/page404/page_bg.webp) center/contain no-repeat;
}
#page-404 section.page_top .circle_bg {
  position: absolute;
  top: 10%;
  left: -25%;
  z-index: -1;
  width: 58.5%;
  max-width: 112rem;
  aspect-ratio: 1/1;
  background: url(../img/page404/circle_bg.webp) center/contain no-repeat;
}
#page-404 section.page404 {
  padding: clamp(6rem, 10vw, 15rem) 0;
}
#page-404 section.page404 p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(3rem, 6vw, 6.4rem) auto 0;
}
#page-404 section.page404 .btn_area {
  margin-top: clamp(3rem, 6vw, 6.4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 4rem;
}/*# sourceMappingURL=style.css.map */