@charset "UTF-8";
@media (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

:target {
  scroll-margin-top: 100px;
}
@media (max-width: 1300px) {
  :target {
    scroll-margin-top: 80px;
  }
}
@media (max-width: 768px) {
  :target {
    scroll-margin-top: 60px;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  display: block;
  width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  a.fax[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.inner {
  width: 100%;
  max-width: 1300px;
  padding: 0 25px;
  margin: auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 600px;
    padding: 0 16px;
  }
}

.body.is_open {
  overflow: hidden;
}

/* Header
------------------------------ */
.header {
  position: fixed;
  width: 100%;
  min-height: 120px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1300px) {
  .header {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .header {
    min-height: 60px;
  }
}

.header.header_fixed {
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1300px) {
  .header.header_fixed {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .header.header_fixed {
    min-height: 60px;
  }
}

.header_fixed {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_inner {
  min-height: inherit;
}

.header_fixed .header_lead {
  display: none;
}
@media (max-width: 1300px) {
  .header_fixed .header_lead {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_fixed .header_lead {
    display: none;
  }
}

.customize-support .header {
  top: 32px;
}

.header_wrapper {
  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;
  gap: 20px;
  min-height: inherit;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .header_wrapper {
    padding-left: 16px;
  }
}

.header_logo {
  width: 100%;
  max-width: 490px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .header_logo {
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .header_logo {
    width: calc(100% - 70px);
    max-width: 200px;
  }
}

.header_fixed .header_logo {
  max-width: 400px;
}
@media (max-width: 1300px) {
  .header_fixed .header_logo {
    max-width: 340px;
  }
}
@media (max-width: 768px) {
  .header_fixed .header_logo {
    max-width: 200px;
  }
}

.header_logo_unit {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.header_logo_unit a {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  background-color: #fff;
  padding: 6px 20px;
}
@media (max-width: 768px) {
  .header_logo_unit a {
    font-size: 16px;
    gap: 4px;
    padding: 4px 8px;
  }
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  min-height: inherit;
  width: 100%;
  max-width: 801px;
}
@media (max-width: 1300px) {
  .header_nav {
    display: none;
  }
}

.header_lists {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: clamp(20px, 2.6666666667vw, 40px);
  width: 100%;
  max-width: 421px;
  min-height: inherit;
}

.header_list {
  min-height: inherit;
}

.header_fixed .header_list {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_list_link {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  color: #0C5BAB;
  width: 100%;
  white-space: nowrap;
  min-height: inherit;
}

@media (min-width: 768px) {
  .header_list_link:hover {
    color: #00C8AC;
  }
}

.header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 340px;
  min-height: inherit;
}

.header_button {
  width: 100%;
  max-width: 170px;
  min-height: inherit;
  text-align: center;
}

.header_button a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  width: 100%;
  min-height: inherit;
  color: #fff;
  padding: 68px 10px 10px;
}

.header_fixed .header_button a {
  padding: 60px 10px 10px;
}

.header_button.header_button_recruit a {
  background-color: #0B8CCD;
}

@media (min-width: 768px) {
  .header_button.header_button_recruit a:hover {
    background-color: #00C8AC;
  }
}

.header_button.header_button_recruit a::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 38px;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/icon_people_white.png) no-repeat center center/contain;
}

.header_fixed .header_button.header_button_recruit a::before {
  top: 20px;
}

.header_button.header_button_contact a {
  background-color: #0A51A1;
}

@media (min-width: 768px) {
  .header_button.header_button_contact a:hover {
    background-color: #00C8AC;
  }
}

.header_button.header_button_contact a::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 26px;
  top: 31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
}

.header_fixed .header_button.header_button_contact a::before {
  top: 29px;
}

.header_list_modal_wrap {
  position: relative;
}

@media (min-width: 768px) {
  .header_list_modal_wrap:hover > .header_list_modal {
    -webkit-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
  }
}

.header_list_modal {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 200px;
  -webkit-transform: scaleY(0) translateX(-50%);
          transform: scaleY(0) translateX(-50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.85);
  padding: 4px 16px;
}

.header_fixed .header_list_modal {
  top: 80px;
}

.header_list_modal_item:not(:last-of-type) {
  border-bottom: 1px solid #000;
}

.header_list_modal_item a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  padding: 14px 0;
}

@media (min-width: 768px) {
  .header_list_modal_item a:hover {
    color: #0C5BAB;
  }
}

.header_hamburger {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 1300px) {
  .header_hamburger {
    display: block;
  }
}
@media (max-width: 768px) {
  .header_hamburger {
    width: 60px;
    height: 60px;
  }
}

.header_hamburger.is_open {
  background-color: transparent;
}

.header_hamburger_bar {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 2px;
  background-color: #0A51A1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_hamburger_bar:nth-of-type(1) {
  top: -12px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(1) {
    top: -12px;
  }
}

.header_hamburger_bar:nth-of-type(2) {
  top: -2px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(2) {
    top: -4px;
  }
}

.header_hamburger_bar:nth-of-type(3) {
  top: 8px;
}
@media (max-width: 768px) {
  .header_hamburger_bar:nth-of-type(3) {
    top: 4px;
  }
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(1) {
  top: -2px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #fff;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(2) {
  opacity: 0;
}

.header_hamburger.is_open .header_hamburger_bar:nth-of-type(3) {
  top: -5px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: #fff;
}

.header_hamburger_title {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: #0A51A1;
  width: 100%;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .header_hamburger_title {
    bottom: 4px;
  }
}

.header_hamburger.is_open .header_hamburger_title {
  color: #fff;
}

.header_drawer {
  padding: 70px 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(12, 91, 171, 0.95);
  overflow-y: scroll;
  scrollbar-width: none;
}

.header_drawer.is_open {
  display: block;
}

.header_drawer::-webkit-scrollbar {
  display: none;
}

.header_drawer_nav {
  padding: 0 16px 100px;
  height: 100%;
  overflow-y: scroll;
}

.header_drawer_list {
  border-bottom: 1px solid #0C5BAB;
}

.header_drawer_list_link {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.header_drawer_list_menu a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .header_drawer_list_menu a {
    font-size: 14px;
  }
}

/* top - top_mw
------------------------------ */
.top_mw_inner {
  position: relative;
}

.top_mw_main {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.top_mw_content {
  position: absolute;
  top: 20.3333vw;
  left: 8.3333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .top_mw_content {
    top: 38.666vw;
    left: 4.2667vw;
  }
}

.top_mw_lead {
  font-size: 1.3333vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #0B8CCD;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3333vw 0.7333vw;
}
@media (max-width: 768px) {
  .top_mw_lead {
    font-size: 4.2667vw;
    padding: 1.066vw 2.1333vw;
  }
}

.top_mw_title {
  font-size: 4.2667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 0.6vw;
}
@media (max-width: 768px) {
  .top_mw_title {
    font-size: 5.8667vw;
    margin-top: 2.1333vw;
  }
}

.top_mw_title span {
  font-size: 3.3333vw;
}
@media (max-width: 768px) {
  .top_mw_title span {
    font-size: 4.8vw;
  }
}

.top_mw_slick {
  line-height: 100%;
}

/* top - top_mw
------------------------------ */
.top_about {
  background: linear-gradient(90deg, transparent 0 calc(50% + 750px - 423px), #0C5BAB calc(50% + 750px - 423px) 100%);
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .top_about {
    padding: 56px 0;
  }
}

.top_about_inner.inner {
  position: relative;
}

.top_about_inner.inner::before {
  position: absolute;
  content: "";
  width: clamp(125px, 16.6666666667vw, 250px);
  height: clamp(119px, 15.9333333333vw, 239px);
  right: clamp(116px, 15.5333333333vw, 233px);
  top: -222px;
  background: url(../images/top/top_about_vortex01.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_about_inner.inner::before {
    width: 80px;
    height: 76px;
    right: 100px;
    top: -80px;
  }
}

.top_about_inner.inner::after {
  position: absolute;
  content: "";
  width: clamp(194px, 12.1333333333vw, 182px);
  height: clamp(182px, 12.1333333333vw, 182px);
  right: clamp(48px, 3.2vw, 48px);
  top: -81px;
  background: url(../images/top/top_about_vortex02.png) no-repeat center center/contain;
  -webkit-transform: rotate(83deg);
          transform: rotate(83deg);
}
@media (max-width: 768px) {
  .top_about_inner.inner::after {
    width: 100px;
    height: 100px;
    right: 18px;
    top: -54px;
  }
}

.top_about_en {
  position: absolute;
  font-size: clamp(60px, 6.6666666667vw, 100px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.15em;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(137, 214, 252, 0.25);
  left: calc(50% - 109px);
  top: -14px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_about_en {
    font-size: 40px;
    left: calc(50% - 65px);
    top: -8px;
  }
}

.top_about_title {
  position: relative;
  z-index: 1;
}

.top_about_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .top_about_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.top_about_content {
  width: 100%;
  max-width: 740px;
}

.top_about_lead {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 34px;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .top_about_lead {
    font-size: 16px;
    line-height: 150%;
    margin-top: 16px;
  }
}

.top_about_text {
  line-height: 2.1875;
  margin-top: 27px;
}
@media (max-width: 768px) {
  .top_about_text {
    line-height: 190%;
    margin-top: 16px;
  }
}

.top_about_text p + p {
  margin-top: 34px;
}
@media (max-width: 768px) {
  .top_about_text p + p {
    margin-top: 8px;
  }
}

.top_about_img {
  position: relative;
  width: 100%;
  max-width: 450px;
  z-index: 1;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top_about_img {
    margin-top: 0;
  }
}

.top_about_img img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 450/320;
}

/* top - top_numbers
------------------------------ */
.top_numbers {
  background-color: #C4EBFD;
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .top_numbers {
    padding: 56px 0;
  }
}

.top_numbers_inner.inner {
  position: relative;
}

.top_numbers_inner.inner::before {
  position: absolute;
  content: "";
  width: clamp(116px, 15.4vw, 231px);
  height: clamp(111px, 14.7333333333vw, 221px);
  right: clamp(83px, 11.0666666667vw, 166px);
  top: -15px;
  background: url(../images/top/top_numbers_vortex01.png) no-repeat center center/contain;
  -webkit-transform: rotate(68deg);
          transform: rotate(68deg);
}
@media (max-width: 768px) {
  .top_numbers_inner.inner::before {
    width: 76px;
    height: 72px;
    right: 54px;
    top: -10px;
  }
}

.top_numbers_en {
  position: absolute;
  font-size: clamp(60px, 6.6666666667vw, 100px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(137, 214, 252, 0.25);
  left: 26px;
  top: -23px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_numbers_en {
    font-size: 40px;
    left: 16px;
    top: -16px;
  }
}

.top_numbers_title {
  position: relative;
  z-index: 1;
}

.top_numbers_lead {
  position: relative;
  line-height: 2.1875;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .top_numbers_lead {
    line-height: 190%;
    text-align: left;
    margin-top: 16px;
  }
}

.top_numbers_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 2.2666666667vw, 34px);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .top_numbers_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 24px;
  }
}

.top_numbers_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  background-color: #fff;
  padding: 22px clamp(10px, 1.3333333333vw, 20px) clamp(10px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .top_numbers_item {
    padding: 16px 8px 12px;
  }
}

.top_numbers_item_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .top_numbers_item_title {
    font-size: 16px;
  }
}

.top_numbers_item_counter {
  font-weight: 700;
  color: #0A51A1;
  text-align: center;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .top_numbers_item_counter {
    margin-top: 0;
  }
}

.top_numbers_item_counter_lead {
  font-size: clamp(20px, 1.6vw, 24px);
}
@media (max-width: 768px) {
  .top_numbers_item_counter_lead {
    font-size: 16px;
  }
}

.top_numbers_item_counter_number {
  font-size: clamp(48px, 4vw, 60px);
  line-height: 110%;
}
@media (max-width: 768px) {
  .top_numbers_item_counter_number {
    font-size: 28px;
    line-height: 120%;
  }
}

.top_numbers_item_counter_unit {
  font-size: clamp(20px, 1.6vw, 24px);
}
@media (max-width: 768px) {
  .top_numbers_item_counter_unit {
    font-size: 16px;
  }
}

.top_numbers_item_text {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  color: #fff;
  background-color: #41B2EA;
  min-height: 50px;
  margin-top: 11px;
  padding: 3px 10px;
}
@media (max-width: 768px) {
  .top_numbers_item_text {
    font-size: 13px;
    min-height: 40px;
    margin-top: 12px;
    padding: 4px 4px;
  }
}

.top_numbers_item_text::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #41B2EA;
  z-index: 1;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
@media (max-width: 768px) {
  .top_numbers_item_text::before {
    width: 10px;
    height: 10px;
    top: -9px;
  }
}

.top_numbers_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(10px, 1vw, 15px);
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top_numbers_links {
    -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: 16px;
    margin-top: 24px;
  }
}

.top_numbers_link {
  width: 100%;
  max-width: 289px;
}
@media (max-width: 768px) {
  .top_numbers_link {
    max-width: 240px;
  }
}

.top_numbers_link a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #0C5BAB;
  padding: clamp(20px, 2.5333333333vw, 38px) clamp(15px, 2vw, 30px);
}
@media (max-width: 768px) {
  .top_numbers_link a {
    padding: 16px 16px;
  }
}

@media (min-width: 768px) {
  .top_numbers_link a:hover {
    background-color: #00C8AC;
  }
}

.top_numbers_link a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 clamp(20px, 2vw, 30px) 0 clamp(30px, 3.3333333333vw, 50px);
}
@media (max-width: 768px) {
  .top_numbers_link a span {
    padding: 0 30px 0 30px;
  }
}

.top_numbers_link a span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 53px;
}
@media (max-width: 768px) {
  .top_numbers_link a span::before {
    height: 24px;
  }
}

.top_numbers_link.top_numbers_link_greetings a span::before {
  width: clamp(22px, 2.2666666667vw, 34px);
  background: url(../images/common/icon_people_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_numbers_link.top_numbers_link_greetings a span::before {
    width: 20px;
  }
}

.top_numbers_link.top_numbers_link_company a span::before {
  width: clamp(22px, 2.2vw, 33px);
  background: url(../images/common/icon_company_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_numbers_link.top_numbers_link_company a span::before {
    width: 20px;
  }
}

.top_numbers_link.top_numbers_link_history a span::before {
  width: clamp(22px, 2.4666666667vw, 37px);
  background: url(../images/common/icon_history_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_numbers_link.top_numbers_link_history a span::before {
    width: 20px;
  }
}

.top_numbers_link.top_numbers_link_initiatives a span::before {
  width: clamp(22px, 2.5333333333vw, 38px);
  background: url(../images/common/icon_bulb_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_numbers_link.top_numbers_link_initiatives a span::before {
    width: 20px;
  }
}

.top_numbers_link a span::after {
  position: absolute;
  content: "";
  width: clamp(16px, 1.7333333333vw, 26px);
  height: 5px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_numbers_link a span::after {
    width: 20px;
  }
}

/* top - top_business
------------------------------ */
@media (max-width: 768px) {
  .top_business {
    overflow: hidden;
  }
}

.top_business_head {
  background: url(../images/top/top_business_head_bg.jpg) no-repeat center center/cover;
  padding: 125px 0 120px;
}
@media (max-width: 768px) {
  .top_business_head {
    padding: 64px 0;
  }
}

.top_business_head_inner.inner {
  position: relative;
}

.top_business_en {
  position: absolute;
  font-size: clamp(60px, 6.6666666667vw, 100px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.12em;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(137, 214, 252, 0.25);
  right: 16px;
  top: 27px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_business_en {
    font-size: 28px;
    right: 16px;
    top: auto;
    bottom: 10px;
  }
}

.top_business_body {
  position: relative;
  margin-top: 121px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .top_business_body {
    margin-top: 32px;
    padding-bottom: 32px;
  }
}

.top_business_body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 17.4%;
  top: 150px;
  left: 0;
  background: url(../images/top/top_business_body_bg01.png) no-repeat center center/cover;
  opacity: 0.3;
  z-index: -1;
}

.top_business_body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 48.2%;
  bottom: 0;
  left: 0;
  background: url(../images/top/top_business_body_bg02.png) no-repeat center center/cover;
  opacity: 0.3;
  z-index: -1;
}

.top_business_items {
  counter-reset: cnt;
}

.top_business_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .top_business_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.top_business_item + .top_business_item {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .top_business_item + .top_business_item {
    margin-top: 32px;
  }
}

.top_business_item_content {
  width: 100%;
  max-width: 805px;
}
@media (max-width: 768px) {
  .top_business_item_content {
    display: contents;
  }
}

.top_business_item_title {
  position: relative;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0A51A1;
  background-color: #C4EBFD;
  border-left: 13px solid #0A51A1;
  padding: 10px 20px 10px 24px;
}
@media (max-width: 768px) {
  .top_business_item_title {
    font-size: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 8px 16px 8px 20px;
    border-left: 8px solid #0A51A1;
  }
}

.top_business_item_title::after {
  position: absolute;
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  font-size: clamp(60px, 6.6666666667vw, 100px);
  line-height: 100%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: rgba(137, 214, 252, 0.5);
  top: -38px;
  right: 24px;
}
@media (max-width: 768px) {
  .top_business_item_title::after {
    font-size: 40px;
    top: -20px;
    right: 16px;
  }
}

.top_business_item_text {
  line-height: 2.1875;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .top_business_item_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    line-height: 190%;
    margin-top: 16px;
  }
}

.top_business_item_btn {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .top_business_item_btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
    margin-top: 24px;
  }
}

.top_business_item_img_wrapper {
  width: 100%;
  max-width: min(25vw, 375px);
}
@media (max-width: 768px) {
  .top_business_item_img_wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 100%;
    margin-top: 16px;
  }
}

.top_business_item_img_head {
  position: relative;
  width: 100%;
  max-width: min(25vw, 375px);
}
@media (max-width: 768px) {
  .top_business_item_img_head {
    max-width: 100%;
  }
}

.top_business_item_img_head img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/267;
}

.top_business_item_img_head_caption {
  position: absolute;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(1.0667vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #0A51A1;
  background-color: #fff;
  min-height: min(3.3333vw, 50px);
  padding: min(0.8333vw, 12.5px) min(1.2vw, 18px);
  -webkit-filter: drop-shadow(0 0 min(0.6667vw, 10px) rgba(11, 140, 205, 0.5));
          filter: drop-shadow(0 0 min(0.6667vw, 10px) rgba(11, 140, 205, 0.5));
  z-index: 1;
}
@media (max-width: 768px) {
  .top_business_item_img_head_caption {
    font-size: min(2.6667vw, 10px);
  }
}

.top_business_item_maintenance .top_business_item_img_head_caption {
  top: max(-3.4vw, -51px);
  left: max(-2.1333vw, -32px);
}

.top_business_item_overhaul .top_business_item_img_head_caption {
  bottom: max(-2.2667vw, -34px);
  left: clamp(-146px, 799px + -63vw, -20px);
}
@media (max-width: 768px) {
  .top_business_item_overhaul .top_business_item_img_head_caption {
    bottom: max(-2.2667vw, -10px);
    left: max(-2.2667vw, -10px);
  }
}

.top_business_item_construction .top_business_item_img_head_caption {
  bottom: max(-4.0667vw, -61px);
  left: clamp(-152px, 838px + -66vw, -20px);
}
@media (max-width: 768px) {
  .top_business_item_construction .top_business_item_img_head_caption {
    bottom: max(-4.0667vw, -10px);
    left: max(-2.0667vw, -10px);
  }
}

.top_business_item_gasworks .top_business_item_img_head_caption {
  top: max(-2.4vw, -36px);
  left: min(1.2vw, 18px);
}
@media (max-width: 768px) {
  .top_business_item_gasworks .top_business_item_img_head_caption {
    top: max(-2.4vw, -10px);
    left: min(1.2vw, 10px);
  }
}

.top_business_item_img_head_caption::before {
  position: absolute;
  content: "";
  width: min(1.1333vw, 17px);
  height: min(1.1333vw, 17px);
  background-color: #fff;
}

.top_business_item_maintenance .top_business_item_img_head_caption::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  bottom: max(-1.0667vw, -16px);
  left: min(6.4667vw, 97px);
}

.top_business_item_overhaul .top_business_item_img_head_caption::before {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  top: max(-1.0667vw, -16px);
  right: min(3.6667vw, 55px);
}

.top_business_item_construction .top_business_item_img_head_caption::before {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  top: max(-1.0667vw, -16px);
  left: min(7.6667vw, 115px);
}

.top_business_item_gasworks .top_business_item_img_head_caption::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  bottom: max(-1.0667vw, -16px);
  left: min(4.2667vw, 64px);
}

.top_business_item_img_food {
  position: relative;
  width: 100%;
  max-width: min(18vw, 270px);
  margin-left: auto;
  margin-top: min(1.3333vw, 20px);
}
@media (max-width: 768px) {
  .top_business_item_img_food {
    max-width: 100%;
    margin-top: 0;
  }
}

.top_business_item_img_food img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 270/193;
}

.top_business_item_img_food_caption {
  position: absolute;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(1.0667vw, 16px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  color: #0A51A1;
  background-color: #fff;
  min-height: min(3.3333vw, 50px);
  padding: min(0.8333vw, 12.5px) min(1.2vw, 18px);
  -webkit-filter: drop-shadow(0 0 min(0.6667vw, 10px) rgba(11, 140, 205, 0.5));
          filter: drop-shadow(0 0 min(0.6667vw, 10px) rgba(11, 140, 205, 0.5));
  z-index: 1;
}
@media (max-width: 768px) {
  .top_business_item_img_food_caption {
    font-size: min(2.6667vw, 10px);
  }
}

.top_business_item_maintenance .top_business_item_img_food_caption {
  top: min(1.6667vw, 25px);
  left: clamp(-226px, 1019px + -83vw, -60px);
}
@media (max-width: 768px) {
  .top_business_item_maintenance .top_business_item_img_food_caption {
    top: max(-2.6667vw, -10px);
    left: max(-2.6667vw, -10px);
  }
}

.top_business_item_overhaul .top_business_item_img_food_caption {
  top: min(3.9333vw, 59px);
  left: clamp(-226px, 1019px + -83vw, -60px);
}
@media (max-width: 768px) {
  .top_business_item_overhaul .top_business_item_img_food_caption {
    top: max(2.2667vw, 10px);
    left: max(-2.2667vw, -10px);
  }
}

.top_business_item_construction .top_business_item_img_food_caption {
  top: min(7.6vw, 114px);
  left: max(-9.0667vw, -136px);
}
@media (max-width: 768px) {
  .top_business_item_construction .top_business_item_img_food_caption {
    top: max(7.6vw, 10px);
    left: max(-9.0667vw, -10px);
  }
}

.top_business_item_gasworks .top_business_item_img_food_caption {
  top: min(1.2vw, 18px);
  left: clamp(-238px, 1022px + -84vw, -70px);
}
@media (max-width: 768px) {
  .top_business_item_gasworks .top_business_item_img_food_caption {
    top: max(1.2vw, 10px);
    left: max(-2.9333vw, -10px);
  }
}

.top_business_item_img_food_caption::before {
  position: absolute;
  content: "";
  width: min(1.1333vw, 17px);
  height: min(1.1333vw, 17px);
  background-color: #fff;
}

.top_business_item_maintenance .top_business_item_img_food_caption::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  bottom: max(-1.0667vw, -16px);
  right: min(3.6667vw, 55px);
}

.top_business_item_overhaul .top_business_item_img_food_caption::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  bottom: max(-1.0667vw, -16px);
  right: min(3.3333vw, 50px);
}

.top_business_item_construction .top_business_item_img_food_caption::before {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  top: max(-1.0667vw, -16px);
  right: min(2.3333vw, 35px);
}

.top_business_item_gasworks .top_business_item_img_food_caption::before {
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
  bottom: max(-1.0667vw, -16px);
  right: min(2.9333vw, 44px);
}

.top_business_body_btn {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .top_business_body_btn {
    margin-top: 40px;
  }
}

/* top - top_recruit
------------------------------ */
.top_recruit {
  background: url(../images/top/top_recruit_bg.jpg) no-repeat center center/cover;
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .top_recruit {
    padding: 56px 0;
  }
}

.top_recruit_inner.inner {
  position: relative;
}

.top_recruit_en {
  position: absolute;
  font-size: clamp(60px, 6.6666666667vw, 100px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.13em;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(137, 214, 252, 0.25);
  left: 5px;
  bottom: -54px;
  z-index: 1;
}
@media (max-width: 768px) {
  .top_recruit_en {
    font-size: 40px;
    left: 16px;
    bottom: -32px;
  }
}

.top_recruit_text {
  color: #fff;
  line-height: 2.1875;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .top_recruit_text {
    line-height: 190%;
    text-align: left;
    margin-top: 16px;
  }
}

.top_recruit_btn {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .top_recruit_btn {
    margin-top: 24px;
  }
}

/* top - top_news
------------------------------ */
.top_news {
  position: relative;
  background-color: #0A51A1;
  padding: 127px 0 120px;
}
@media (max-width: 768px) {
  .top_news {
    padding: 56px 0;
  }
}

.top_news::before {
  position: absolute;
  content: "";
  width: clamp(104px, 13.8vw, 207px);
  height: clamp(99px, 13.2vw, 198px);
  top: -27px;
  left: clamp(174px, 23.2666666667vw, 349px);
  background: url(../images/top/top_news_vortex01.png) no-repeat center center/cover;
  -webkit-transform: rotate(68deg);
          transform: rotate(68deg);
}
@media (max-width: 768px) {
  .top_news::before {
    width: 68px;
    height: 66px;
    top: -18px;
    left: 30px;
  }
}

.top_news_inner.inner {
  position: relative;
}

.top_news_en {
  position: absolute;
  font-size: clamp(60px, 6.6666666667vw, 100px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.11em;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(137, 214, 252, 0.25);
  right: 162px;
  top: -62px;
  z-index: 0;
}
@media (max-width: 768px) {
  .top_news_en {
    font-size: 40px;
    right: 16px;
    top: -32px;
  }
}

.top_news_head {
  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;
  gap: 20px;
}
@media (max-width: 768px) {
  .top_news_head {
    gap: 8px;
  }
}

.top_news_title {
  position: relative;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 1;
}

.top_news_btn {
  width: 100%;
  max-width: 300px;
}

.top_news_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 1.9333333333vw, 29px);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .top_news_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 24px;
  }
}

.top_news_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.top_news_card a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  background-color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .top_news_card a {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .top_news_card a:hover {
    background-color: rgba(196, 235, 253, 0.9);
  }
}

.top_news_card_img {
  overflow: hidden;
}

.top_news_card_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 291/190;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .top_news_card:hover .top_news_card_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.top_news_card_date {
  font-size: 14px;
  font-weight: 700;
  color: #0A51A1;
  margin-top: 19px;
  padding: 0 clamp(10px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .top_news_card_date {
    font-size: 12px;
    margin-top: 8px;
    padding: 0 8px;
  }
}

.top_news_card_title_wrapper {
  margin-top: 6px;
  padding: 0 clamp(10px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .top_news_card_title_wrapper {
    margin-top: 4px;
    padding: 0 8px;
  }
}

.top_news_card_title {
  line-height: 1.875;
}
@media (max-width: 768px) {
  .top_news_card_title {
    line-height: 190%;
  }
}

.top_news_card_cat_wrapper {
  position: relative;
  margin-top: 19px;
  padding: 0 clamp(30px, 4vw, 60px) 0 clamp(10px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .top_news_card_cat_wrapper {
    margin-top: 8px;
    padding: 0 28px 0 8px;
  }
}

.top_news_card_cat_wrapper::after {
  position: absolute;
  content: "";
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(25px, 2.3333333333vw, 35px);
  height: 7px;
  background: url(../images/common/icon_triangle_arrow_right_blue_600.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .top_news_card_cat_wrapper::after {
    width: 16px;
    height: 4px;
    right: 8px;
  }
}

.top_news_card_cat {
  font-size: 14px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #0B8CCD;
  padding: clamp(4px, 0.4666666667vw, 7px) clamp(10px, 1.3333333333vw, 20px);
  text-align: center;
}
@media (max-width: 768px) {
  .top_news_card_cat {
    font-size: 12px;
    padding: 4px 8px;
  }
}

/* top - footer
------------------------------ */
.footer.front_footer {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .footer.front_footer {
    margin-top: 56px;
  }
}

/* cta
------------------------------ */
.cta {
  width: 100%;
  max-width: 1250px;
  margin-inline: auto;
  padding: clamp(22px, 2.8666666667vw, 43px) clamp(22px, 3vw, 45px) clamp(25px, 3.3333333333vw, 50px);
  border: 6px solid #0A51A1;
}
@media (max-width: 768px) {
  .cta {
    padding: 16px;
    border-width: 4px;
  }
}

.cta_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
  }
}

.cta_content {
  width: 100%;
  max-width: 724px;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}
@media (max-width: 768px) {
  .cta_content {
    max-width: 100%;
  }
}

.cta_title_en {
  font-size: clamp(17px, 1.3333333333vw, 20px);
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #0A51A1;
  border-bottom: 2px solid #0A51A1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .cta_title_en {
    font-size: 15px;
    padding-bottom: 4px;
  }
}

.cta_title_ja {
  font-size: clamp(24px, 2.1333333333vw, 32px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0A51A1;
  margin-top: clamp(15px, 2vw, 30px);
}
@media (max-width: 768px) {
  .cta_title_ja {
    font-size: 18px;
    margin-top: 4px;
  }
}

.cta_text {
  line-height: 2.1875;
  margin-top: clamp(9px, 1.2vw, 18px);
}
@media (max-width: 768px) {
  .cta_text {
    line-height: 190%;
    margin-top: 8px;
  }
}

.cta_unit {
  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;
  gap: clamp(10px, 1.3333333333vw, 20px);
  margin-top: clamp(18px, 2.4666666667vw, 37px);
}
@media (max-width: 768px) {
  .cta_unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-top: 16px;
  }
}

.cta_tel {
  width: 100%;
  max-width: 367px;
}
@media (max-width: 768px) {
  .cta_tel {
    max-width: 260px;
  }
}

.cta_tel_link {
  width: 100%;
  max-width: 367px;
}
@media (max-width: 768px) {
  .cta_tel_link {
    max-width: 260px;
  }
}

.cta_tel_time {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cta_tel_time {
    text-align: center;
    margin-top: 8px;
  }
}

.cta_btn {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .cta_btn {
    max-width: 260px;
  }
}

.cta_btn a {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #0C5BAB;
  padding: 28px 20px;
}
@media (max-width: 768px) {
  .cta_btn a {
    padding: 16px 8px;
  }
}

@media (min-width: 768px) {
  .cta_btn a:hover {
    background-color: #00C8AC;
  }
}

.cta_btn a span {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 52px;
}
@media (max-width: 768px) {
  .cta_btn a span {
    padding-left: 34px;
  }
}

.cta_btn a span::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 26px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
}
@media (max-width: 768px) {
  .cta_btn a span::before {
    width: 24px;
    height: 16px;
  }
}

.cta_img {
  width: 100%;
  max-width: 370px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .cta_img {
    max-width: 100%;
  }
}

.cta_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/318;
}
@media (max-width: 768px) {
  .cta_img img {
    aspect-ratio: 2/1;
  }
}

/* common
------------------------------ */
.btn {
  display: inline-block;
  position: relative;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
  padding: 28px 30px;
  text-align: center;
  color: #fff;
  background-color: #0C5BAB;
  z-index: 1;
}
@media (max-width: 768px) {
  .btn {
    max-width: 220px;
    padding: 12px 16px;
  }
}

.btn.btn_small {
  max-width: 230px;
}
@media (max-width: 768px) {
  .btn.btn_small {
    max-width: 220px;
  }
}

.btn.btn_white {
  color: #0A51A1;
  background-color: #fff;
}

@media (min-width: 768px) {
  .btn:hover {
    background-color: #00C8AC;
  }
}

@media (min-width: 768px) {
  .btn.btn_white:hover {
    background-color: #89D6FC;
  }
}

.btn span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 233px;
  padding-right: 40px;
  text-align: left;
  z-index: 1;
}
@media (max-width: 768px) {
  .btn span {
    padding-right: 26px;
  }
}

.btn span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 5px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .btn span::after {
    width: 20px;
    height: 4px;
  }
}

.btn.btn_white span::after {
  background: url(../images/common/icon_arrow_right_blue_800.png) no-repeat center center/contain;
}

.fade_in {
  opacity: 0;
}

/* common - 下層
------------------------------ */
.sub_mv {
  position: relative;
  min-height: clamp(400px, 31.3333333333vw, 470px);
}
@media (max-width: 768px) {
  .sub_mv {
    min-height: 240px;
  }
}

.sub_mv_inner.inner {
  position: relative;
  min-height: inherit;
}

.sub_mv_title {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: inherit;
  padding: 130px 0 25px;
}
@media (max-width: 768px) {
  .sub_mv_title {
    padding: 76px 0 16px;
  }
}

.sub_mv_title_en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  color: #fff;
}

.sub_mv_title_ja {
  font-size: clamp(24px, 2.6666666667vw, 40px);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .sub_mv_title_ja {
    font-size: 24px;
  }
}

.sub_mv_en {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: clamp(60px, 6.6666666667vw, 100px);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.12em;
  line-height: 100%;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  color: rgba(137, 214, 252, 0.3);
  right: 11px;
  bottom: 50px;
}
@media (max-width: 768px) {
  .sub_mv_en {
    font-size: 20px;
  }
}

.sub_mv_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: inherit;
  z-index: -1;
}

.sub_mv_img img {
  min-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.breadcrumb {
  font-size: 12px;
  color: #fff;
  background-color: #0A51A1;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 16px 0;
  }
}

.breadcrumb_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 21px;
}
@media (max-width: 768px) {
  .breadcrumb_inner {
    gap: 2px 8px;
  }
}

.breadcrumb a {
  font-weight: 700;
}

.section_title.section_title_center {
  text-align: center;
}

.section_title_en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #0B8CCD;
}

.section_title_ja {
  font-size: clamp(24px, 2.6666666667vw, 40px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 130%;
}

.section_title_ja.section_title_ja_white {
  color: #fff;
}

.section_subtitle {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0A51A1;
  background-color: #C4EBFD;
  border-left: 13px solid #0A51A1;
  padding: 10px 20px 10px 25px;
}
@media (max-width: 768px) {
  .section_subtitle {
    font-size: 20px;
    padding: 8px 16px 8px 20px;
    border-left-width: 8px;
  }
}

/* business - business_service
------------------------------ */
.business_service {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .business_service {
    margin-top: 56px;
  }
}

.business_service_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .business_service_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}

.business_service_img {
  width: 100%;
  max-width: 410px;
}
@media (max-width: 768px) {
  .business_service_img {
    max-width: 100%;
  }
}

.business_service_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 410/280;
}

.business_service_content {
  width: 100%;
  max-width: 800px;
}

.business_service_subtitle {
  font-size: clamp(20px, 1.7333333333vw, 26px);
  line-height: 1.7307692308;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .business_service_subtitle {
    font-size: 18px;
    text-align: center;
  }
}

.business_service_text {
  line-height: 2.1875;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .business_service_text {
    line-height: 190%;
    margin-top: 16px;
  }
}

.business_service_items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 65px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .business_service_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 16px;
    max-width: 320px;
    margin: 24px auto 0;
  }
}

.business_service_item {
  position: relative;
}

.business_service_item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 42px;
  height: 32px;
  right: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/business/business_service_item_arrow_right.png) no-repeat center center/contain;
  z-index: 1;
}
@media (max-width: 768px) {
  .business_service_item:not(:last-of-type)::after {
    width: 24px;
    height: 17px;
    right: -19px;
  }
}

@media (max-width: 768px) {
  .business_service_item:nth-of-type(2n)::after {
    top: auto;
    right: auto;
    bottom: -7px;
    left: -16px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.business_service_links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 2vw, 30px);
  max-width: 930px;
  margin: 88px auto 0;
}
@media (max-width: 768px) {
  .business_service_links {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 24px auto 0;
  }
}

.business_service_link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.business_service_link a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.business_service_link_img {
  overflow: hidden;
}

.business_service_link_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 290/170;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .business_service_link a:hover .business_service_link_img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.business_service_link_text {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: clamp(17px, 1.2vw, 18px);
  font-weight: 700;
  color: #fff;
  background-color: #0C5BAB;
  text-align: center;
  padding: 16.5px clamp(25px, 2.8vw, 42px) 16.5px clamp(15px, 2.8vw, 42px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .business_service_link_text {
    font-size: 14px;
    padding: 12px 24px;
  }
}

@media (min-width: 768px) {
  .business_service_link a:hover .business_service_link_text {
    background-color: #00C8AC;
  }
}

.business_service_link_text::after {
  position: absolute;
  content: "";
  width: clamp(16px, 1.7333333333vw, 26px);
  height: 5px;
  top: 50%;
  right: clamp(10px, 1.0666666667vw, 16px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .business_service_link_text::after {
    width: 14px;
    height: 3px;
    right: 4px;
  }
}

/* business - business_strength
------------------------------ */
.business_strength {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .business_strength {
    margin-top: 56px;
  }
}

.business_strength_items_wrapper {
  margin-top: 53px;
}
@media (max-width: 768px) {
  .business_strength_items_wrapper {
    margin-top: 16px;
  }
}

.business_strength_items_lead {
  font-size: clamp(20px, 1.7333333333vw, 26px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .business_strength_items_lead {
    font-size: 18px;
    text-align: center;
  }
}

.business_strength_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 52px;
  margin-top: 33px;
}
@media (max-width: 768px) {
  .business_strength_items {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }
}

.business_strength_item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 34px clamp(10px, 1.3333333333vw, 20px) 20px;
}
@media (max-width: 768px) {
  .business_strength_item {
    padding: 16px;
  }
}

.business_strength_item:not(:nth-of-type(3n))::after {
  position: absolute;
  content: "";
  width: 1px;
  right: -26px;
  top: 0;
  bottom: 0;
  background-color: #0A51A1;
}
@media (max-width: 768px) {
  .business_strength_item:not(:nth-of-type(3n))::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .business_strength_item:not(:last-of-type)::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background-color: #0A51A1;
  }
}

@media (max-width: 768px) {
  .business_strength_item_illust {
    max-width: 200px;
    margin-inline: auto;
  }
}

.business_strength_item_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(17px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #0A51A1;
  text-align: center;
  padding: 9px 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .business_strength_item_title {
    font-size: 15px;
    padding: 4px 8px;
    margin-top: 8px;
  }
}

.business_strength_item_text {
  line-height: 2.1875;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .business_strength_item_text {
    line-height: 190%;
    margin-top: 8px;
  }
}

.business_strength_cards_wrapper {
  margin-top: 63px;
}
@media (max-width: 768px) {
  .business_strength_cards_wrapper {
    margin-top: 16px;
  }
}

.business_strength_cards_lead {
  font-size: clamp(20px, 1.7333333333vw, 26px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .business_strength_cards_lead {
    font-size: 18px;
    text-align: center;
  }
}

.business_strength_cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(10px, 1.6666666667vw, 25px) clamp(10px, 1.3333333333vw, 20px);
  margin-top: 30px;
}
@media (max-width: 768px) {
  .business_strength_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 16px;
  }
}

.business_strength_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.business_strength_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 234/150;
}

.business_strength_card_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #fff;
  background-color: #41B2EA;
  text-align: center;
  padding: 13px 6px;
}
@media (max-width: 768px) {
  .business_strength_card_title {
    padding: 8px 4px;
  }
}

.business_strength_cards_desc {
  position: relative;
  margin-top: 36px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .business_strength_cards_desc {
    margin-top: 8px;
    padding-left: 14px;
  }
}

.business_strength_cards_desc::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

/* business - business_works
------------------------------ */
.business_works_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .business_works_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    margin-top: 24px;
  }
}

.business_works_content {
  width: 100%;
  max-width: 692px;
}

.business_works_subtitle {
  font-size: clamp(20px, 1.7333333333vw, 26px);
  line-height: 1.7307692308;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .business_works_subtitle {
    font-size: 18px;
    text-align: center;
    line-height: 160%;
  }
}

.business_works_text {
  line-height: 2.1875;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .business_works_text {
    line-height: 180%;
    margin-top: 8px;
  }
}

.business_works_lists {
  margin-top: 57px;
}
@media (max-width: 768px) {
  .business_works_lists {
    margin-top: 8px;
  }
}

.business_works_list {
  position: relative;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .business_works_list {
    padding-left: 16px;
  }
}

.business_works_list + .business_works_list {
  margin-top: 21px;
}
@media (max-width: 768px) {
  .business_works_list + .business_works_list {
    margin-top: 8px;
  }
}

.business_works_list::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 6px;
  background-color: #0A51A1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .business_works_list::before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
}

.business_works_img {
  width: 100%;
  max-width: 500px;
}

.business_works_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/350;
}

.business_works_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.6666666667vw, 25px) clamp(20px, 2.6666666667vw, 40px);
  margin-top: 55px;
}
@media (max-width: 768px) {
  .business_works_cards {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 24px;
  }
}

.business_works_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.business_works_card_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 390/271;
}

.business_works_card_title {
  font-size: clamp(17px, 1.2vw, 18px);
  font-weight: 700;
  color: #0A51A1;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .business_works_card_title {
    font-size: 15px;
    margin-top: 8px;
  }
}

.business_works_card_text {
  line-height: 2.1875;
  margin-top: 13px;
}
@media (max-width: 768px) {
  .business_works_card_text {
    line-height: 190%;
    margin-top: 4px;
  }
}

.business_works_cta {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .business_works_cta {
    margin-top: 24px;
  }
}

/* business - business_maintenance
------------------------------ */
.business_maintenance {
  margin-top: 124px;
}
@media (max-width: 768px) {
  .business_maintenance {
    margin-top: 56px;
  }
}

/* business - business_overhaul
------------------------------ */
.business_overhaul {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .business_overhaul {
    margin-top: 56px;
  }
}

/* business - business_construct
------------------------------ */
.business_construct {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .business_construct {
    margin-top: 56px;
  }
}

/* business - business_gas
------------------------------ */
.business_gas {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .business_gas {
    margin-top: 56px;
  }
}

/* company - company_greetings
------------------------------ */
.company_greetings {
  margin-top: 122px;
}
@media (max-width: 768px) {
  .company_greetings {
    margin-top: 56px;
  }
}

.company_greetings_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company_greetings_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}

.company_greetings_content {
  width: 100%;
  max-width: 780px;
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.company_greetings_message {
  line-height: 2.1875;
}
@media (max-width: 768px) {
  .company_greetings_message {
    line-height: 190%;
  }
}

.company_greetings_message_title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .company_greetings_message_title {
    font-size: 16px;
  }
}

.company_greetings_message p + p {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .company_greetings_message p + p {
    margin-top: 8px;
  }
}

.company_greetings_signature {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .company_greetings_signature {
    margin-top: 16px;
  }
}

.company_greetings_president {
  margin-top: 4px;
}

.company_greetings_president span {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .company_greetings_president span {
    font-size: 18px;
  }
}

.company_greetings_portrait {
  width: 100%;
  max-width: 400px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .company_greetings_portrait {
    max-width: 100%;
  }
}

.company_greetings_portrait img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/325;
}

.company_greetings_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(15px, 1.6666666667vw, 25px);
  margin-top: 70px;
}
@media (max-width: 768px) {
  .company_greetings_links {
    gap: 8px;
    margin-top: 24px;
  }
}

.company_greetings_link {
  width: 100%;
  max-width: 230px;
}
@media (max-width: 768px) {
  .company_greetings_link {
    max-width: 220px;
  }
}

/* company - company_philosophy
------------------------------ */
.company_philosophy {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .company_philosophy {
    margin-top: 56px;
  }
}

.company_philosophy_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 2vw, 30px);
  margin-top: 48px;
}
@media (max-width: 768px) {
  .company_philosophy_lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 24px;
  }
}

.company_philosophy_list {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 700;
  text-align: center;
  color: #0A51A1;
  background-color: #E7F7FE;
  z-index: 1;
  padding: clamp(15px, 1.8vw, 27px) clamp(8px, 0.6666666667vw, 10px);
}
@media (max-width: 768px) {
  .company_philosophy_list {
    font-size: 15px;
  }
}

.company_philosophy_list::before {
  position: absolute;
  content: "";
  width: 49px;
  height: 52px;
  right: 0;
  top: 0;
  background: url(../images/company/company_philosophy_list_vortex01.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .company_philosophy_list::before {
    width: 26px;
    height: 28px;
  }
}

.company_philosophy_list::after {
  position: absolute;
  content: "";
  width: 58px;
  height: 41px;
  left: 0;
  bottom: 0;
  background: url(../images/company/company_philosophy_list_vortex02.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  .company_philosophy_list::after {
    width: 32px;
    height: 24px;
  }
}

.company_philosophy_list span {
  font-size: clamp(14px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .company_philosophy_list span {
    font-size: 12px;
  }
}

.company_philosophy_message {
  line-height: 2.1875;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company_philosophy_message {
    line-height: 190%;
    margin-top: 16px;
  }
}

.company_philosophy_message p + p {
  margin-top: clamp(15px, 2.3333333333vw, 35px);
}
@media (max-width: 768px) {
  .company_philosophy_message p + p {
    margin-top: 8px;
  }
}

/* company - company_policy
------------------------------ */
.company_policy {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .company_policy {
    margin-top: 56px;
  }
}

.company_policy_items {
  padding: clamp(28px, 3.8vw, 57px) clamp(54px, 7.2vw, 108px) clamp(30px, 4.0666666667vw, 61px);
  border: 2px solid #0A51A1;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company_policy_items {
    padding: 16px;
    margin-top: 24px;
  }
}

.company_policy_item + .company_policy_item {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company_policy_item + .company_policy_item {
    margin-top: 24px;
  }
}

.company_policy_item_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  color: #0A51A1;
  padding: 0 30px 9px;
  border-bottom: 1px solid #0A51A1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .company_policy_item_title {
    font-size: 18px;
    padding: 0 16px 4px;
  }
}

.company_policy_item_text {
  font-size: clamp(17px, 1.3333333333vw, 20px);
  font-weight: 700;
  text-align: center;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .company_policy_item_text {
    font-size: 15px;
    margin-top: 16px;
  }
}

.company_policy_item_lists {
  counter-reset: cnt;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .company_policy_item_lists {
    margin-top: 16px;
  }
}

.company_policy_item_list {
  position: relative;
  font-size: clamp(17px, 1.3333333333vw, 20px);
  font-weight: 700;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .company_policy_item_list {
    font-size: 15px;
    padding-left: 32px;
  }
}

.company_policy_item_list + .company_policy_item_list {
  margin-top: 23px;
}
@media (max-width: 768px) {
  .company_policy_item_list + .company_policy_item_list {
    margin-top: 12px;
  }
}

.company_policy_item_list::before {
  position: absolute;
  counter-increment: cnt;
  content: counter(cnt, decimal);
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  background-color: #0A51A1;
  width: 36px;
  height: 36px;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .company_policy_item_list::before {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}

.company_policy_slick_lists {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company_policy_slick_lists {
    margin-top: 24px;
  }
}

.company_policy_slick_lists .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2.6666666667vw, 40px);
}
@media (max-width: 768px) {
  .company_policy_slick_lists .slick-track {
    gap: 16px;
  }
}

/* company - company_overview
------------------------------ */
.company_overview {
  margin-top: 116px;
}
@media (max-width: 768px) {
  .company_overview {
    margin-top: 56px;
  }
}

.company_overview_figure {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company_overview_figure {
    margin-top: 24px;
  }
}

.company_overview_figure dl {
  display: grid;
  grid-template-columns: clamp(150px, 16vw, 240px) 1fr;
}
@media (max-width: 768px) {
  .company_overview_figure dl {
    grid-template-columns: 1fr;
  }
}

.company_overview_figure dt {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0A51A1;
  padding: 12px 20px;
}
@media (max-width: 768px) {
  .company_overview_figure dt {
    padding: 8px 16px;
  }
}

.company_overview_figure dt:not(:first-of-type) {
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .company_overview_figure dt:not(:first-of-type) {
    border-top: none;
  }
}

.company_overview_figure dd {
  line-height: 2.1875;
  padding: 12px 20px;
  border-top: 1px solid #0A51A1;
  border-right: 1px solid #0A51A1;
}
@media (max-width: 768px) {
  .company_overview_figure dd {
    line-height: 190%;
    padding: 8px 16px;
    border-left: 1px solid #0A51A1;
  }
}

.company_overview_figure dd:last-of-type {
  border-bottom: 1px solid #0A51A1;
}

.company_overview_figure_item {
  position: relative;
  padding-left: 16px;
}

.company_overview_figure_item::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: 0;
  top: 11px;
  background-color: #000;
}
@media (max-width: 768px) {
  .company_overview_figure_item::before {
    width: 12px;
    height: 12px;
    top: 8px;
  }
}

.company_overview_figure_lists {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  grid-template-columns: auto auto;
  gap: 5px 20px;
  width: 100%;
  max-width: 650px;
}
@media (max-width: 768px) {
  .company_overview_figure_lists {
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* company - company_license
------------------------------ */
.company_license {
  margin-top: 166px;
}
@media (max-width: 768px) {
  .company_license {
    margin-top: 56px;
  }
}

.company_license_table {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company_license_table {
    position: relative;
    margin-top: 24px;
  }
}

.company_license_table_scroll_hint {
  display: none;
}
@media (max-width: 768px) {
  .company_license_table_scroll_hint {
    position: absolute;
    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: 16px;
    font-size: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: scrollHintBlink 1.2s ease-in-out infinite;
            animation: scrollHintBlink 1.2s ease-in-out infinite;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    color: #fff;
    background-color: rgba(201, 201, 201, 0.7);
    padding: 20px 20px;
  }
}

.company_license_table_scroll_hint::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_hand_white.png) no-repeat center center/contain;
}

.company_license_table_scroll_hint.is_hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes scrollHintBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

@keyframes scrollHintBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  .company_license_table_inner {
    overflow-x: auto;
  }
}

.company_license_table table {
  width: 100%;
}
@media (max-width: 768px) {
  .company_license_table table {
    width: 800px;
  }
}

.company_license_table th {
  color: #0A51A1;
  background-color: #E7F7FE;
  padding: clamp(9px, 1.2vw, 18px) clamp(10px, 1.3333333333vw, 20px);
  border-top: 1px solid #0A51A1;
  border-right: 1px solid #0A51A1;
}

.company_license_table th:first-of-type {
  border-left: 1px solid #0A51A1;
}

.company_license_table td {
  padding: clamp(9px, 1.1333333333vw, 17px) clamp(10px, 1.3333333333vw, 20px);
  border-top: 1px solid #0A51A1;
  border-right: 1px solid #0A51A1;
}

.company_license_table td:first-of-type {
  border-left: 1px solid #0A51A1;
}

.company_license_table tr:last-of-type td {
  border-bottom: 1px solid #0A51A1;
}

/* company - company_history
------------------------------ */
.company_history {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .company_history {
    margin-top: 56px;
  }
}

.company_history_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .company_history_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
}

.company_history_lists {
  width: 100%;
  max-width: 805px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.company_history_list {
  display: grid;
  grid-template-columns: 250px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .company_history_list {
    grid-template-columns: 1fr;
  }
}

.company_history_list_year {
  position: relative;
  padding: clamp(9px, 1.2666666667vw, 19px) clamp(10px, 1.3333333333vw, 20px) clamp(9px, 1.2666666667vw, 19px) clamp(20px, 2.6666666667vw, 40px);
}
@media (max-width: 768px) {
  .company_history_list_year {
    padding: 8px 16px 4px;
  }
}

.company_history_list_year::after {
  position: absolute;
  content: "";
  width: 2px;
  top: clamp(10px, 1.3333333333vw, 20px);
  right: 0;
  bottom: clamp(10px, 1.3333333333vw, 20px);
  background-color: #0A51A1;
}
@media (max-width: 768px) {
  .company_history_list_year::after {
    display: none;
  }
}

.company_history_list:nth-of-type(odd) {
  background-color: #FAFAFA;
}

.company_history_list_title {
  padding: clamp(8px, 1.0666666667vw, 16px) clamp(15px, 2vw, 30px) clamp(8px, 1.0666666667vw, 16px);
}
@media (max-width: 768px) {
  .company_history_list_title {
    padding: 0 16px 8px;
  }
}

.company_history_list_title:nth-of-type(odd) {
  background-color: #FAFAFA;
}

.company_history_img_wrapper {
  width: 100%;
  max-width: 400px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .company_history_img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 100%;
  }
}

.company_history_img + .company_history_img {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .company_history_img + .company_history_img {
    margin-top: 0;
  }
}

.company_history_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/290;
}

/* company - company_office
------------------------------ */
.company_office {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .company_office {
    margin-top: 56px;
  }
}

.company_office_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .company_office_item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
  }
}

.company_office_item_content {
  width: 100%;
  max-width: 620px;
}

.company_office_item_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .company_office_item_title {
    font-size: 18px;
  }
}

.company_office_item_figure {
  margin-top: 21px;
}
@media (max-width: 768px) {
  .company_office_item_figure {
    margin-top: 16px;
  }
}

.company_office_item_figure dl {
  display: grid;
  grid-template-columns: clamp(120px, 16vw, 240px) 1fr;
}
@media (max-width: 768px) {
  .company_office_item_figure dl {
    grid-template-columns: 80px 1fr;
  }
}

.company_office_item_figure dt {
  line-height: 2.1875;
  font-weight: 500;
  padding: clamp(15px, 2vw, 30px) clamp(16px, 2.2vw, 33px);
  border-top: 1px solid #0A51A1;
}
@media (max-width: 768px) {
  .company_office_item_figure dt {
    padding: 8px;
  }
}

.company_office_item_figure dt:last-of-type {
  border-bottom: 1px solid #0A51A1;
}

.company_office_item_figure dd {
  line-height: 2.1875;
  padding: clamp(15px, 2vw, 30px) clamp(16px, 2.2vw, 33px) clamp(15px, 2vw, 30px) 0;
  border-top: 1px solid #0A51A1;
}
@media (max-width: 768px) {
  .company_office_item_figure dd {
    padding: 8px;
  }
}

.company_office_item_figure dd:last-of-type {
  border-bottom: 1px solid #0A51A1;
}

.company_office_item_img {
  width: 100%;
  max-width: 535px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .company_office_item_img {
    max-width: 100%;
    margin-top: 0;
  }
}

.company_office_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 535/310;
}

.company_office_item_map {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .company_office_item_map {
    margin-top: 24px;
  }
}

.company_office_item_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1250/520;
}
@media (max-width: 768px) {
  .company_office_item_map iframe {
    aspect-ratio: 375/375;
  }
}

.company_office_item_images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 2vw, 30px);
  margin-top: 60px;
}
@media (max-width: 768px) {
  .company_office_item_images {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 24px;
  }
}

.company_office_item_image figcaption {
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
}

.company_office_item_lists_main {
  margin-top: 59px;
}
@media (max-width: 768px) {
  .company_office_item_lists_main {
    margin-top: 24px;
  }
}

.company_office_item_lists_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .company_office_item_lists_title {
    font-size: 18px;
  }
}

.company_office_item_lists_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.6666666667vw, 40px);
  margin-top: 22px;
}
@media (max-width: 768px) {
  .company_office_item_lists_wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
}

.company_office_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #0A51A1;
  border-right: 1px solid #0A51A1;
  border-left: 1px solid #0A51A1;
}

.company_office_item_list:last-of-type {
  border-bottom: 1px solid #0A51A1;
}

.company_office_item_list_main_title {
  font-weight: 700;
  color: #0A51A1;
  background-color: #E7F7FE;
  padding: clamp(9px, 1.1666666667vw, 17.5px) clamp(10px, 1.3333333333vw, 20px);
  width: 100%;
}
@media (max-width: 768px) {
  .company_office_item_list_main_title {
    padding: 8px 16px;
  }
}

.company_office_item_list_title {
  border-right: 1px solid #0A51A1;
  padding: clamp(9px, 1.1666666667vw, 17.5px) clamp(10px, 1.3333333333vw, 20px);
  width: 100%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .company_office_item_list_title {
    max-width: 100%;
  }
}

.company_office_item_list_text {
  padding: clamp(9px, 1.1666666667vw, 17.5px) clamp(10px, 1.3333333333vw, 20px);
  text-align: center;
  width: 100%;
  max-width: 205px;
}
@media (max-width: 768px) {
  .company_office_item_list_text {
    padding: 8px 16px;
  }
}

.company_office_branch_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .company_office_branch_items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.company_office_branch_item_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .company_office_branch_item_title {
    font-size: 18px;
  }
}

.company_office_branch_item_figure {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .company_office_branch_item_figure {
    margin-top: 16px;
  }
}

.company_office_branch_item_figure dl {
  display: grid;
  grid-template-columns: clamp(120px, 16vw, 240px) 1fr;
}
@media (max-width: 768px) {
  .company_office_branch_item_figure dl {
    grid-template-columns: 80px 1fr;
  }
}

.company_office_branch_item_figure dt {
  line-height: 2.1875;
  font-weight: 500;
  padding: clamp(13px, 1.7333333333vw, 26px) clamp(13px, 1.7333333333vw, 26px);
  border-top: 1px solid #0A51A1;
}
@media (max-width: 768px) {
  .company_office_branch_item_figure dt {
    padding: 8px 16px;
  }
}

.company_office_branch_item_figure dt:last-of-type {
  border-bottom: 1px solid #0A51A1;
}

.company_office_branch_item_figure dd {
  line-height: 2.1875;
  padding: clamp(13px, 1.8vw, 27px) clamp(16px, 2.2vw, 33px) clamp(13px, 1.8vw, 27px) 0;
  border-top: 1px solid #0A51A1;
}
@media (max-width: 768px) {
  .company_office_branch_item_figure dd {
    padding: 8px 16px;
  }
}

.company_office_branch_item_figure dd:last-of-type {
  border-bottom: 1px solid #0A51A1;
}

.company_office_headquarters {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .company_office_headquarters {
    margin-top: 24px;
  }
}

.company_office_toray {
  margin-top: 98px;
  padding-top: 91px;
  border-top: 1px solid #C9C9C9;
}
@media (max-width: 768px) {
  .company_office_toray {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.company_office_nagara {
  margin-top: 99px;
  padding-top: 91px;
  border-top: 1px solid #C9C9C9;
}
@media (max-width: 768px) {
  .company_office_nagara {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.company_office_takasaki {
  margin-top: 98px;
  padding-top: 91px;
  border-top: 1px solid #C9C9C9;
}
@media (max-width: 768px) {
  .company_office_takasaki {
    margin-top: 40px;
    padding-top: 40px;
  }
}

.company_office_cta {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .company_office_cta {
    margin-top: 56px;
  }
}

/* news - news_archive_main
------------------------------ */
.news_archive_main {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .news_archive_main {
    margin-top: 56px;
  }
}

.news_archive_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_archive_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.news_archive_main_group {
  width: 100%;
  max-width: 860px;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}

.news_archive_main_item {
  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: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #0A51A1;
}
@media (max-width: 768px) {
  .news_archive_main_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
}

.news_archive_main_item + .news_archive_main_item {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .news_archive_main_item + .news_archive_main_item {
    margin-top: 0;
  }
}

.news_archive_main_item_img {
  width: 100%;
  max-width: 290px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .news_archive_main_item_img {
    max-width: 100%;
  }
}

.news_archive_main_item_img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 290/190;
  width: 100%;
  height: auto;
}

.news_archive_main_item_content {
  width: 100%;
  max-width: 530px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 768px) {
  .news_archive_main_item_content {
    max-width: 100%;
  }
}

.news_archive_main_item_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
}
@media (max-width: 768px) {
  .news_archive_main_item_unit {
    gap: 4px;
  }
}

.news_archive_main_item_date {
  font-size: 14px;
  font-weight: 700;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .news_archive_main_item_date {
    font-size: 13px;
  }
}

.news_archive_main_item_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .news_archive_main_item_categories {
    gap: 4px;
  }
}

.news_archive_main_item_category {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px;
  color: #fff;
  background-color: #0B8CCD;
}
@media (max-width: 768px) {
  .news_archive_main_item_category {
    font-size: 13px;
    padding: 4px 12px;
  }
}

.news_archive_main_item_title {
  font-size: clamp(17px, 1.3333333333vw, 20px);
  font-weight: 700;
  color: #0A51A1;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .news_archive_main_item_title {
    font-size: 16px;
    margin-top: 8px;
  }
}

.news_archive_main_item_text {
  line-height: 1.875;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .news_archive_main_item_text {
    margin-top: 4px;
  }
}

.news_archive_main_item_btn {
  text-align: right;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .news_archive_main_item_btn {
    margin-top: 8px;
    text-align: center;
  }
}

.news_archive_main_item_btn a {
  display: inline-block;
  font-weight: 700;
  width: 100%;
  max-width: 230px;
  margin-left: auto;
  text-align: left;
  padding: 15px 30px;
  color: #fff;
  background-color: #0C5BAB;
}
@media (max-width: 768px) {
  .news_archive_main_item_btn a {
    max-width: 220px;
  }
}

@media (min-width: 768px) {
  .news_archive_main_item_btn a:hover {
    background-color: #00C8AC;
  }
}

.news_archive_main_item_btn a span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 30px;
}

.news_archive_main_item_btn span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 5px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.news_archive_main_side {
  width: 100%;
  max-width: 305px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .news_archive_main_side {
    max-width: 100%;
  }
}

.news_archive_main_page_navigation {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .news_archive_main_page_navigation {
    margin-top: 24px;
  }
}

/* news - news_sidebar
------------------------------ */
.news_sidebar {
  width: 100%;
  max-width: 305px;
}
@media (max-width: 768px) {
  .news_sidebar {
    max-width: 100%;
  }
}

.news_sidebar_title {
  color: #fff;
  background-color: #0A51A1;
  padding: clamp(13px, 1.2vw, 18px) clamp(13px, 1.3333333333vw, 20px) clamp(13px, 1.4vw, 21px);
}
@media (max-width: 768px) {
  .news_sidebar_title {
    padding: 8px 16px;
  }
}

.news_sidebar_title_en {
  font-size: clamp(17px, 1.2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.15em;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  color: #89D6FC;
}
@media (max-width: 768px) {
  .news_sidebar_title_en {
    font-size: 16px;
  }
}

.news_sidebar_title_ja {
  font-size: clamp(20px, 1.7333333333vw, 26px);
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1px;
}
@media (max-width: 768px) {
  .news_sidebar_title_ja {
    font-size: 18px;
  }
}

.news_sidebar_list {
  border-bottom: 1px solid #0A51A1;
}

.news_sidebar_list a {
  display: inline-block;
  line-height: 130%;
  width: 100%;
  padding: clamp(15px, 1.6666666667vw, 25px) clamp(10px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .news_sidebar_list a {
    padding: 8px 16px;
  }
}

@media (min-width: 768px) {
  .news_sidebar_list a:hover {
    color: #0A51A1;
    background-color: #E7F7FE;
  }
}

.news_sidebar_list a span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-right: 30px;
}

.news_sidebar_list a span::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 5px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_blue_800.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* news - page_navigation
------------------------------ */
.page_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .page_navigation {
    gap: 8px;
  }
}

.page-numbers {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #FAFAFA;
  width: 35px;
  height: 35px;
}

@media (min-width: 768px) {
  .page-numbers:hover {
    color: #fff;
    background-color: #0C5BAB;
  }
}

.prev.page-numbers,
.next.page-numbers {
  position: relative;
}

.prev.page-numbers::before,
.next.page-numbers::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prev.page-numbers::before {
  background: url(../images/common/icon_triangle_arrow_left_blue_700.png) no-repeat center center/contain;
}

.prev.page-numbers:hover::before {
  background: url(../images/common/icon_triangle_arrow_left_white.png) no-repeat center center/contain;
}

.next.page-numbers::before {
  background: url(../images/common/icon_triangle_arrow_right_blue_700.png) no-repeat center center/contain;
}

.next.page-numbers:hover::before {
  background: url(../images/common/icon_triangle_arrow_right_white.png) no-repeat center center/contain;
}

.page-numbers.dots {
  pointer-events: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #0C5BAB;
}

.cta.news_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.news_cta01 {
    margin-top: 56px;
  }
}

/* news - news_single_main
------------------------------ */
.news_single_main {
  margin-top: 122px;
}
@media (max-width: 768px) {
  .news_single_main {
    margin-top: 56px;
  }
}

.news_single_main_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_single_main_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.news_single_main_article {
  width: 100%;
  max-width: 860px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 768px) {
  .news_single_main_article {
    max-width: 100%;
  }
}

.news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .news_article_unit {
    gap: 8px;
  }
}

.news_article_date {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .news_article_date {
    font-size: 13px;
  }
}

.news_article_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .news_article_categories {
    gap: 4px;
  }
}

.news_article_category {
  font-size: 14px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 14px;
  color: #fff;
  background-color: #0B8CCD;
}
@media (max-width: 768px) {
  .news_article_category {
    font-size: 13px;
    padding: 2px 8px;
  }
}

.news_article_title {
  font-size: clamp(17px, 1.3333333333vw, 20px);
  font-weight: 700;
  color: #0A51A1;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .news_article_title {
    font-size: 16px;
    margin-top: 8px;
  }
}

.news_article_content {
  margin-top: 14px;
  padding-top: 40px;
  border-top: 1px solid #0A51A1;
}
@media (max-width: 768px) {
  .news_article_content {
    margin-top: 8px;
    padding-top: 16px;
  }
}

.news_article_content h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #0C5BAB;
  padding-bottom: 8px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .news_article_content h2 {
    font-size: clamp(17px, 1.3333333333vw, 20px);
    margin-top: 16px;
  }
}

.news_article_content h3 {
  font-size: clamp(18px, 1.3333333333vw, 20px);
  font-weight: 700;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .news_article_content h3 {
    font-size: clamp(17px, 1.2vw, 18px);
    margin-top: 16px;
  }
}

.news_article_content h4 {
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 700;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .news_article_content h4 {
    font-size: 15px;
    margin-top: 16px;
  }
}

.news_article_content p {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .news_article_content p {
    margin-top: 16px;
  }
}

.news_single_main_side {
  width: 100%;
  max-width: 305px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .news_single_main_side {
    max-width: 100%;
  }
}

.news_article_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(10px, 1.3333333333vw, 20px);
  width: 100%;
  max-width: 770px;
  margin: 80px auto 0;
}
@media (max-width: 768px) {
  .news_article_buttons {
    -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: 16px;
    margin-top: 24px;
  }
}

.news_article_button {
  width: 100%;
  max-width: 230px;
}

.news_article_button.news_article_button_previous {
  text-align: right;
}

.news_article_button.news_article_button_all {
  text-align: center;
}

.news_article_button a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  padding: clamp(12px, 0.9333333333vw, 14px) clamp(17px, 2.2666666667vw, 34px);
  color: #fff;
  background-color: #0C5BAB;
}

@media (min-width: 768px) {
  .news_article_button a:hover {
    background-color: #00C8AC;
  }
}

.news_article_button a span {
  position: relative;
  display: inline-block;
  width: 100%;
}

.news_article_button.news_article_button_previous a span {
  padding-left: clamp(17px, 2.3333333333vw, 35px);
}

.news_article_button.news_article_button_next a span {
  padding-right: clamp(17px, 2.3333333333vw, 35px);
}

.news_article_button.news_article_button_previous a span::before,
.news_article_button.news_article_button_next a span::before {
  position: absolute;
  content: "";
  width: clamp(13px, 1.7333333333vw, 26px);
  height: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_article_button.news_article_button_previous a span::before {
  left: 0;
  background: url(../images/common/icon_arrow_left_white.png) no-repeat center center/contain;
}

.news_article_button.news_article_button_next a span::before {
  right: 0;
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

/* contact - contact_tel
------------------------------ */
.contact_tel {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .contact_tel {
    margin-top: 56px;
  }
}

.contact_tel_text {
  margin-top: 57px;
}
@media (max-width: 768px) {
  .contact_tel_text {
    margin-top: 24px;
  }
}

.contact_tel_unit {
  width: 100%;
  max-width: 597px;
  background-color: #E7F7FE;
  padding: 50px 20px 41px;
  margin-top: 56px;
}
@media (max-width: 768px) {
  .contact_tel_unit {
    padding: 24px 16px 24px;
    margin-top: 24px;
  }
}

.contact_tel_link {
  width: 100%;
  max-width: 367px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .contact_tel_link {
    max-width: 220px;
  }
}

.contact_tel_time {
  width: 100%;
  max-width: 498px;
  margin: 23px auto 0;
  padding-top: 22px;
  text-align: center;
  border-top: 1px solid #0A51A1;
}
@media (max-width: 768px) {
  .contact_tel_time {
    margin-top: 8px;
    padding-top: 8px;
  }
}

/* contact - contact_mail
------------------------------ */
.contact_mail {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .contact_mail {
    margin-top: 56px;
  }
}

.contact_mail_text {
  line-height: 2.1875;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_mail_text {
    margin-top: 24px;
  }
}

.contact_mail_form {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .contact_mail_form {
    margin-top: 24px;
  }
}

/* contact - contact_thanks_main
------------------------------ */
.contact_thanks_main {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .contact_thanks_main {
    margin-top: 56px;
  }
}

.contact_thanks_main_text {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_thanks_main_text {
    margin-top: 24px;
  }
}

.contact_thanks_main_btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .contact_thanks_main_btn {
    text-align: center;
    margin-top: 24px;
  }
}

/* form
------------------------------ */
.form_row_customer {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .form_row_customer {
    margin-top: 24px;
  }
}

.form_row_title {
  font-size: clamp(20px, 1.6vw, 24px);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .form_row_title {
    font-size: 18px;
  }
}

.form_row {
  display: grid;
  grid-template-columns: clamp(340px, 24.6666666667vw, 370px) 1fr;
  gap: 3px 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form_row {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }
}

.form_title {
  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: 10px;
  font-weight: 700;
  padding: 21px 28px;
  color: #fff;
  background-color: #0A51A1;
}
@media (max-width: 768px) {
  .form_title {
    padding: 16px;
  }
}

.form_title span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #0B8CCD;
  width: 100%;
  max-width: 54px;
  text-align: center;
  padding: 7.5px 5px;
}
@media (max-width: 768px) {
  .form_title span {
    padding: 3px 5px;
  }
}

.form_input {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 30px;
  background-color: #E7F7FE;
}
@media (max-width: 768px) {
  .form_input {
    padding: 16px;
  }
}

.form_input input {
  width: 100%;
  padding: 5.5px 20px;
  background-color: #fff;
}

.form_input input[type=tel] {
  max-width: 470px;
}

.form_input textarea {
  width: 100%;
  height: 249px;
  padding: 10px 20px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .form_check .wpcf7-form-control.wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form_radio {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
}
@media (max-width: 768px) {
  .form_radio {
    padding: 16px;
  }
}

.form_radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 39px;
}
@media (max-width: 768px) {
  .form_radio .wpcf7-form-control {
    gap: 8px 16px;
  }
}

.form_radio .wpcf7-list-item {
  margin: 0;
}

.form_radio .wpcf7-list-item.has-free-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_radio label {
  display: block;
}

.form_radio input[type=radio] {
  display: none;
}

.form_radio input + span {
  position: relative;
  display: block;
  line-height: 1;
  color: #0A51A1;
  cursor: pointer;
  padding: 7px 0 7px 49px;
}
@media (max-width: 768px) {
  .form_radio input + span {
    padding: 7px 0 7px 34px;
  }
}

.form_radio input + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .form_radio input + span::before {
    width: 30px;
    height: 30px;
  }
}

.form_radio input + span::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #0A51A1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .form_radio input + span::after {
    width: 15px;
    height: 15px;
    left: 8px;
  }
}

.form_radio input:checked + span::after {
  opacity: 1;
}

.form_check input {
  display: none;
}

.form_check input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 15px;
  line-height: 1;
}

.form_check input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #C9C9C9;
  display: block;
  width: 15px;
  height: 15px;
}

.form_check input + span::after {
  content: "";
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 15px;
  height: 8px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form_check input:checked ~ span::after {
  opacity: 1;
}

.form_confirmation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 56px auto 0;
}
@media (max-width: 768px) {
  .form_confirmation {
    margin-top: 24px;
  }
}

.form_confirmation input {
  display: none;
}

.form_confirmation input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 35px;
  position: relative;
  line-height: 140%;
}

.form_confirmation input + span::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #E7F7FE;
}

.form_confirmation input + span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: 3px solid #0A51A1;
  border-left: 3px solid #0A51A1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form_confirmation input:checked ~ span::after {
  opacity: 1;
}

.form_policy {
  overflow-y: scroll;
  max-height: 209px;
  padding: 32px 30px;
  margin-top: 48px;
  background-color: #E7F7FE;
}
@media (max-width: 768px) {
  .form_policy {
    padding: 24px 16px;
    margin-top: 24px;
  }
}

.form_policy_title {
  font-size: clamp(20px, 1.6vw, 24px);
  font-weight: 700;
  color: #0A51A1;
}
@media (max-width: 768px) {
  .form_policy_title {
    font-size: 16px;
  }
}

.form_policy_text {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .form_policy_text {
    margin-top: 8px;
  }
}

.form_btn_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 57px;
}
@media (max-width: 768px) {
  .form_btn_wrapper {
    -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;
    margin-top: 24px;
  }
}

.form_btn {
  position: relative;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .form_btn {
    max-width: 220px;
  }
}

.form_btn::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 5px;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
}

.form_btn input {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  color: #fff;
  background-color: #0A51A1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 28px 30px;
}
@media (max-width: 768px) {
  .form_btn input {
    max-width: 220px;
    padding: 16px 24px;
  }
}

@media (min-width: 768px) {
  .form_btn input:hover {
    background-color: #00C8AC;
  }
}

.form_btn .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

/* 404
------------------------------ */
.not_found_main {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .not_found_main {
    margin-top: 64px;
  }
}

.not_found_main_btn {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .not_found_main_btn {
    margin-top: 30px;
  }
}

/* 404 - other-page_cta01
------------------------------ */
.cta.other-page_cta01 {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .cta.other-page_cta01 {
    margin-top: 56px;
  }
}

/* footer
------------------------------ */
.footer {
  margin-top: 160px;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 56px;
    padding-bottom: 58px;
  }
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(15px, 1.3333333333vw, 20px);
}
@media (max-width: 768px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.footer_left {
  width: 100%;
  max-width: 490px;
}

.footer_logo {
  width: 100%;
  max-width: 490px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .footer_logo {
    max-width: 234px;
    margin-inline: auto;
  }
}

.footer_info {
  font-size: 14px;
  margin-top: 27px;
  padding-left: 9px;
}
@media (max-width: 768px) {
  .footer_info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 16px auto 0;
    padding-left: 0;
  }
}

.footer_info_list + .footer_info_list {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .footer_info_list + .footer_info_list {
    margin-top: 4px;
  }
}

.footer_info_list_name {
  font-weight: 700;
  color: #0A51A1;
}

.footer_info_list_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .footer_info_list_unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px 4px;
    margin-top: 2px;
  }
}

.footer_right {
  width: 100%;
  max-width: 500px;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .footer_right {
    margin-top: 0;
  }
}

.footer_lists {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 17px clamp(10px, 1.3333333333vw, 20px);
  width: 100%;
  max-width: 301px;
  padding-left: 35px;
}
@media (max-width: 768px) {
  .footer_lists {
    display: none;
  }
}

.footer_list a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer_list a:hover {
    color: #0C5BAB;
  }
}

.footer_list a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0C5BAB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

@media (min-width: 768px) {
  .footer_list a:hover::after {
    width: 100%;
  }
}

.footer_recruit {
  margin-top: 49px;
}
@media (max-width: 768px) {
  .footer_recruit {
    margin-top: 0;
  }
}

.footer_recruit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer_recruit a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer_recruit_title {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(18px, 1.2vw);
  font-weight: 700;
  line-height: 1.6666666667;
  color: #fff;
  background-color: #0A51A1;
  padding: min(10px, 0.667vw) min(15px, 1vw);
  width: 100%;
  max-width: min(223px, 14.867vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer_recruit_title {
    font-size: 12px;
    max-width: 134px;
    padding: 12px 4px;
  }
}

@media (min-width: 768px) {
  .footer_recruit a:hover .footer_recruit_title {
    background-color: #00C8AC;
  }
}

.footer_recruit_img {
  position: relative;
  width: 100%;
  max-width: min(277px, 18.467vw);
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer_recruit_img {
    max-width: 100px;
  }
}

.footer_recruit_img::after {
  position: absolute;
  content: "";
  width: min(35px, 2.333vw);
  height: min(7px, 0.467vw);
  right: min(36px, 2.4vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_arrow_right_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .footer_recruit_img::after {
    width: 20px;
    height: 4px;
    right: 8px;
  }
}

.footer_recruit_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .footer_recruit a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.footer_copyright {
  margin-top: 100px;
  text-align: center;
  color: #fff;
  background-color: #0A51A1;
  padding: 35px 20px 41px;
}
@media (max-width: 768px) {
  .footer_copyright {
    margin-top: 32px;
    padding: 16px 8px;
  }
}

.footer_copyright small {
  font-size: 12px;
  font-weight: 700;
}

/* page_top
------------------------------ */
.page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #0B8CCD;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 768px) {
  .page_top {
    right: 16px;
    bottom: 75px;
  }
}

@media (min-width: 768px) {
  .page_top:hover {
    color: #0C5BAB;
    background-color: #fff;
  }
}

.page_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%) rotate(-45deg);
          transform: translate(-50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .page_top:hover::before {
    border-color: #0C5BAB;
  }
}

/* foot_menu
------------------------------ */
.foot_menu {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0px -3px 5px rgba(255, 255, 255, 0.5);
}

.foot_menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foot_menu_recruit {
  width: 50%;
}

.foot_menu_recruit a {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  width: 100%;
  color: #fff;
  background-color: #0B8CCD;
  padding: 38px 5px 6px;
  text-align: center;
}

.foot_menu_recruit a span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 12px;
  background: url(../images/common/icon_people_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foot_menu_contact {
  width: 50%;
}

.foot_menu_contact a {
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 120%;
  width: 100%;
  color: #fff;
  background-color: #0A51A1;
  padding: 38px 5px 6px;
  text-align: center;
}

.foot_menu_contact a span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  background: url(../images/common/icon_mail_white.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}