@charset "UTF-8";
/*
Theme Name: main
Theme URI:
Description:
Author: ailylab
Author URI:
Version: 1.0.0
*/


@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://use.typekit.net/upz3hsc.css");
img[src=""] {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  border: 1px solid #eee;
}

img[src=""]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  white-space: nowrap;
  content: "※画像準備中※";
}

/****************************************
1.Setting
*****************************************/
html,
body,
div,
span,
a,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time,
video {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  box-sizing: border-box;
}

@media screen and (max-width: 767.98px) {
  article {
    margin-top: 50px;
  }
}
.lato {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.text-indent {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.position-r {
  position: relative;
}

.p-0 {
  padding: 0 !important;
}

.gap-1 {
  gap: 1em;
}

.gap-x-1 {
  gap: 0 1em !important;
}

.gap-y-1 {
  gap: 1em 0;
}

.gap-y-2 {
  gap: 2em 0;
}

.gap-y-4 {
  gap: 4em 0;
}

.white-space-nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .white-space-nowrap {
    white-space: unset;
  }
}

.font-blue {
  color: #004f99;
}

.bg-lightBlue {
  background-color: rgba(0, 79, 153, 0.1) !important;
}

.bg-blue {
  background-color: #015cb1;
}

.bg-lighterBlue {
  background-color: rgba(0, 103, 199, 0.05);
}

.bg-skyBlue {
  background-color: #8ec2ee;
}

.bg-lightGray {
  background-color: rgba(51, 51, 51, 0.1);
}

.bg-lighterGray {
  background-color: #f8f8f8;
}

.bg-gray {
  background-color: #d4d7dc;
}

.bg-triangle {
  position: relative;
}
.bg-triangle::before {
  content: "";
  position: absolute;
  background-image: url(images/products/bg-triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: -1;
  aspect-ratio: 49/14;
}

.blue-band {
  position: relative;
}
.blue-band::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 200px;
  right: 0;
  left: 0;
  top: -1em;
  margin: auto;
  background: #004f99;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .blue-band::before {
    top: 1em;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.hover {
  transition: 0.3s;
}
.hover:hover {
  opacity: 0.7;
}

.m-r-0 {
  margin: 0 0 0 auto;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.mt-4 {
  margin-top: 4em;
}

.m-auto {
  margin: auto;
}

.w-fit-content {
  width: -moz-fit-content;
  width: fit-content;
}

.w-100 {
  width: 100% !important;
}

.ta-right {
  text-align: right;
}

@media screen and (max-width: 767.98px) {
  .flex-direction-sp {
    flex-direction: column;
  }
}

body {
  color: #000000;
  font-size: 16px;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .business-heading__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
  word-break: break-all;
}

a[href="#none"] {
  color: #313131;
  text-decoration: none;
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden; /* IE 9 */ /* Chrome, Safari, Opera */
  transform: translateZ(0);
}

/* Chromeで縮小したアイコン画像がぼやける現象への対策 */
img[src$=".png"],
img[src$=".gif"] {
  -webkit-backface-visibility: hidden;
}

p {
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  p {
    line-height: 1.5;
  }
}

p.paragraph:nth-of-type(n + 2) {
  margin: 1.5em 0px 0px;
}

a:hover > figure > img {
  opacity: 0.8;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

@media screen and (max-width: 767.98px) {
  .tbl_wrapper {
    overflow-x: scroll;
  }
  .tbl_wrapper > table {
    width: 767px;
  }
}
address {
  font-style: normal;
}

.video_wrapper video {
  width: 100%;
}

ul li {
  list-style: none;
}

ol.list,
ul.list {
  margin: 0px 0px 0px 1.5em;
}

p + ol.list,
p + ul.list {
  margin: 0.5em 0px 0px 1.5em;
}

ol.list + p,
ul.list + p {
  margin: 0.5em 0px 0px;
}

ol.list > li + li,
ul.list > li + li {
  margin: 1em 0px 0px;
}

ol.list > li > ul,
ul.list > li > ul {
  margin: 1em 0px 0px 1.5em;
}

ol.list > li > .box,
ul.list > li > .box {
  margin: 1em 0px 0px;
}

dl.list {
  border: 1px solid #dedede;
  border-top: none;
}

dl.list > dt,
dl.list > dd {
  padding: 1em;
  margin: 0px;
  border-top: 1px solid #dedede;
}

dl.list > dt {
  background-color: #ecf8fe;
  color: #231815;
  font-weight: bold;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

.bw > span,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
figcaption > span {
  display: inline-block;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .tb {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mb {
    display: none !important;
  }
}
.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pc_center {
    text-align: center;
  }
}
.right {
  text-align: right;
}

.em {
  font-size: 16px;
  font-weight: bold;
}

.if_wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.if_wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.form_step > li {
  display: block;
  position: relative;
  padding: 1em;
  width: 22%;
  border: 1px solid currentColor;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
  color: #3388dd;
}

.form_step > li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.form_step > li:nth-of-type(n + 2)::before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #3388dd;
  border-left: 2px solid #3388dd;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.form_step > li.form_step_now {
  color: #fff;
  background-color: #3388dd;
}

@media print, (min-width: 992px) {
  .form_step > li {
    font-size: 18px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 60px 0px 0px;
}

.pagination > a,
.pagination > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2em;
  height: 2em;
  margin: 30px 0.5em 0px;
  border: 1px solid #0046ae;
  font-weight: bold;
}

.pagination > a:link,
.pagination > a:visited,
.pagination > a:active,
.pagination > a:hover {
  color: #034aa6;
  text-decoration: none;
}

.pagination > .prev,
.pagination > .next {
  border: 1px solid transparent;
  background-color: transparent;
}

.pagination > .prev:before,
.pagination > .next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.pagination > .prev:before {
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
}

.pagination > .next:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.pagination > .current {
  background-color: #0046ae;
  color: #fff;
}

.link_prev,
.link_next {
  position: relative;
  padding: 0px 1em;
}

.link_prev {
  float: left;
}

.link_next {
  float: right;
}

.link_prev:before,
.link_next:after {
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
}

.link_prev:before {
  left: 0px;
  transform: translateY(-50%) rotate(225deg);
}

.link_next:after {
  right: 0px;
  transform: translateY(-50%) rotate(45deg);
}

.btn_link {
  text-align: center;
  display: block;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0px;
  list-style: none;
}

.breadcrumb > li {
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb > li {
    font-size: 12px;
  }
}

.breadcrumb > li a:first-child {
  color: #1571da;
}

.breadcrumb > li:nth-of-type(n + 2) {
  padding: 0px 0px 0px 2.5em;
}

.breadcrumb > li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #dedede;
  border-top: 2px solid #dedede;
  content: "";
}
@media screen and (min-width: 2000px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
.list_slash {
  list-style: none;
}

.list_slash > li {
  display: inline-block;
  position: relative;
}

.list_slash > li:not(:last-child)::after {
  margin: 0px 0.5em;
  content: "/";
}

/****************************************
2. Layout
*****************************************/
.mt1em {
  margin-top: 1em;
}

.mt05em {
  margin-top: 0.5em;
}
.mt30 {
  margin-top: 30px;
}

.section {
  padding: 60px 0px 60px 0px;
}

.row.no_mt {
  margin-top: -30px;
}

.container {
  width: 100%;
}

@media print, (min-width: 992px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1100px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
.container_s {
  padding: 0px 15px;
  width: 100%;
}

@media print, (min-width: 992px) {
  .container_s {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .container_s {
    max-width: 768px;
  }
}
@media print, (min-width: 768px) {
  .col2 {
    display: flex;
    padding: 0px 0px 60px;
  }
  .col2_main {
    order: 2;
    width: 75%;
  }
  .col2_side {
    order: 1;
    margin: 0px 20px 0px 0px;
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .col2_side {
    margin: 30px 0px 0px;
  }
}
@media screen and (max-width: 767.98px) {
  .row.no-margin {
    margin-right: 0;
    margin-left: 0;
  }
}

/****************************************
3. header,nav
*****************************************/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(0);
  opacity: 1;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .header {
    height: 50px;
  }
}
.header .header_main {
  height: 100%;
}
.header .header_title {
  box-sizing: border-box;
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.header .header_title_logo {
  height: 100%;
}
.header .header_title_logo img {
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .header .header {
    height: 50px;
  }
  .header .header_cta,
  .header .header_menu {
    display: none;
  }
  .header .header_title {
    width: 40%;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .header .header_main {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 2em;
  }
  .header .header_cta {
    display: flex;
  }
  .header .header_cta a {
    width: 180px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    height: 50px;
    gap: 0.4em;
  }
  .header .header_menu {
    width: 100%;
  }
  .header.js_hide {
    transform: translateY(-100%);
  }
  .header body {
    margin-top: 8vw;
  }
}
@media print, (min-width: 1100px) {
  .header .header {
    width: 100%;
  }
  .header .header__wrap {
    width: 100%;
  }
  .header .header__container {
    width: 100%;
  }
  .header .header__container img {
    width: 100%;
  }
}

@media print, (min-width: 1040px) {
  .header_title_logo img {
    max-width: 200px;
  }
}
.header_menu > .menu {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  gap: 40px;
  background-color: #f0f5ff;
}

.header_menu.--no-bg .menu {
  background-color: unset;
}

.header_menu > .menu > li {
  position: relative;
  list-style-type: none;
  transition: 0.3s;
}
.header_menu > .menu > li::after {
  content: "";
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 3px;
  background: #1571da;
  bottom: 0;
  right: 0;
  position: absolute;
}

.header_menu > .menu > li:hover::after {
  content: "";
  opacity: 1;
}

.header_menu > .menu > li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .header_menu > .menu > li {
    font-size: 13px;
  }
}
.header_menu .sub-menu {
  display: block;
  position: absolute;
  top: 67px;
  left: 0;
  background-color: #fff;
  list-style: none;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.header_menu .sub-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 1em;
  font-weight: bold;
  display: flex;
  gap: 1em;
  align-items: center;
  transition: 0.3s;
}

.header_menu .sub-menu > li > a::after {
  content: url(images/icon/arrow-right--sub-menu.svg);
}

.header_menu .sub-menu > li > a:hover {
  color: #007cdb;
}

.header_menu .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.header_menu .menu-item-has-children > a {
  gap: 0.6em;
}
.header_menu .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid #004f99;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

#recruit-header {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
  transition: 0.3s;
}
#recruit-header .header_main {
  height: -moz-fit-content;
  height: fit-content;
}
#recruit-header .header_links {
  display: flex;
  gap: 3em;
}
@media screen and (max-width: 767.98px) {
  #recruit-header .header_links {
    display: none;
  }
}
#recruit-header .header_menu {
  display: flex;
  align-items: center;
}
#recruit-header .header_menu li {
  border-bottom: unset;
}
#recruit-header .header_menu #menu-gnavi > li > a {
  color: #fff;
  font-size: 15px;
  height: auto;
}
#recruit-header .header_menu .menu-item-has-children > a:after {
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
}
#recruit-header .header_menu .sub-menu {
  top: 78px;
}
#recruit-header .header_menu > .menu {
  height: 100%;
}
#recruit-header .menu > li {
  height: 100%;
}
#recruit-header .menu > li > a {
  height: 100% !important;
}
#recruit-header .header_cta a {
  flex-direction: column;
  width: 120px;
  font-size: 12px;
  height: 78px;
}

.page_title {
  position: relative;
  z-index: -1;
  height: 240px;
  background-image: url(./images/pagetitle/common.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page_title_base {
  position: absolute;
  top: 50%;
  left: 10%;
  min-width: 30%;
  max-width: 86%;
  transform: translateY(-50%);
}

.page_title_base > h1 {
  padding: 0.2em 0.6em;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #004f98;
  font-size: 45px;
}
@media screen and (max-width: 767.98px) {
  .page_title_base > h1 {
    font-size: 24px;
  }
}

.page_title_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .page_title_image {
    width: 80%;
  }
}
.page_title_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/****************************************
4. sidebar
*****************************************/
/****************************************
5. contents
****************************************/
.menu-sitemap-container > .menu {
  margin: -1em 0px 0px 1.5em;
}

.menu-sitemap-container > .menu > li {
  margin: 1em 0px 0px;
  font-size: 17px;
}

.menu-sitemap-container > .menu .sub-menu {
  margin: 0px 0px 0px 2em;
}

.menu-sitemap-container > .menu .sub-menu > li {
  margin: 0.5em 0px 0px;
  font-size: 15px;
}

.page__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 4vw 0;
}
@media screen and (max-width: 767.98px) {
  .page__wrap {
    padding: 12vw 0;
  }
}
.page__wrap-s {
  padding: 2vw 0 4vw;
}

.heading .heading-ja {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-ja {
    font-size: 18px;
  }
}
.heading .heading-text {
  color: #222;
  font-size: 18px;
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-text {
    font-size: 14px;
  }
}
.heading .heading-under-line {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-under-line {
    font-size: 24px;
  }
}
.heading .heading-under-line:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 10px;
  background: #004f99;
  margin: auto;
  right: 0;
  left: 0;
  bottom: -0.8em;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-under-line:after {
    height: 6px;
  }
}
.heading .heading-upper-line {
  font-weight: bold;
  background-color: #fff;
  font-size: 30px;
  border-top: 6px solid #004f99;
  border-bottom: 1px solid #ccc;
  padding: 0.4em 0 0.4em 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-upper-line {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .heading .heading-upper-line {
    padding: 0.4em 0.6em;
  }
}
.heading .heading-blue-left {
  background-color: #3372ad;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 0.6em;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-blue-left {
    font-size: 20px;
  }
}
.heading .heading-blue-left:before {
  content: "";
  width: 6px;
  height: 34px;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-blue-left {
    gap: 0.8em;
  }
  .heading .heading-blue-left::before {
    width: 4px;
    height: 28px;
  }
}
.heading .heading-fa-design {
  font-size: 32px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-fa-design {
    font-size: 22px;
  }
}
.heading .heading-fa-design::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 100%;
  background: #b2cff0;
  bottom: 0.1em;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  z-index: -1;
}
.heading .heading-impact h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-impact h2 {
    font-size: 20px;
  }
}
.heading .heading-impact h2::before, .heading .heading-impact h2::after {
  content: "";
  width: 35px;
  height: 100%;
  aspect-ratio: 35/32;
  background-image: url(images/icon/impact-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-impact h2::before, .heading .heading-impact h2::after {
    width: 20px;
  }
}
.heading .heading-center h2 {
  color: #fff;
  background-color: #004f99;
  font-weight: bold;
  font-size: 34px;
  padding: 0.4em 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .heading .heading-center h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .heading .heading-center h2 img {
    width: 30px;
  }
}

.main-visual__wrap {
  width: 100%;
}
.main-visual__container {
  width: 100%;
}
.main-visual__slider {
  position: relative;
  width: 100%;
  height: auto;
  /* 配置（調整は自由） */
}
.main-visual__slider .slide {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.main-visual__slider .slide:hover {
  opacity: 0.7;
}
.main-visual__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__slider .slick-slide {
  margin: 0 5px;
  height: 100%;
  width: 1200px;
}
@media screen and (max-width: 767.98px) {
  .main-visual__slider .slick-slide {
    margin: 0;
  }
}
.main-visual__slider .slick-track {
  height: 100%;
  display: flex;
  gap: 0;
}
.main-visual__slider .slick-list {
  height: 100%;
}
.main-visual__slider .custom-arrow {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .main-visual__slider .custom-arrow {
    display: none !important;
  }
}
.main-visual__slider .custom-arrow::before {
  content: "";
  display: inline-block;
  border: solid #fff;
  border-width: 0 5px 5px 0;
  padding: 10px;
}
.main-visual__slider .slick-prev {
  left: 65px;
}
.main-visual__slider .slick-prev::before {
  transform: rotate(135deg); /* 左向き */
}
.main-visual__slider .slick-next {
  right: 65px;
}
.main-visual__slider .slick-next::before {
  transform: rotate(-45deg); /* 右向き */
}
.main-visual__slider .slick-dots {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  right: 15px;
  bottom: 20px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .main-visual__slider .slick-dots {
    right: 12px;
    bottom: 12px;
  }
}
.main-visual__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #95989a;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  line-height: 0;
}
@media screen and (max-width: 767.98px) {
  .main-visual__slider .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.main-visual__slider .slick-dots li.slick-active button {
  background-color: #2699fb;
}
.main-visual__cta {
  background-color: #f0f5ff;
  padding: 20px;
  display: flex;
  justify-content: center;
  gap: 1em;
  width: 100%;
}
.main-visual__cta .button-icon {
  width: 250px;
  font-size: 17px;
}
@media screen and (max-width: 767.98px) {
  .main-visual__cta .button-icon {
    flex: 1;
    width: auto;
    font-size: 3vw !important;
  }
}

.front-news .contents__heading {
  border-right: 1px solid #dddddd;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .front-news .contents__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.front-news__button {
  margin: 2em auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .front-news__button .button--mini {
    width: 40vw;
  }
}

.front-business {
  position: relative;
  width: 100%;
}
.front-business__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.front-business__bg img {
  width: 100%;
}
.front-business .heading .heading-ja {
  text-align: center;
  font-size: 30px;
  font-size: 30px;
}
@media screen and (max-width: 767.98px) {
  .front-business .heading .heading-ja {
    font-size: 18px;
  }
}
.front-business .heading .heading-ja span {
  font-size: 40px;
}
@media screen and (max-width: 767.98px) {
  .front-business .heading .heading-ja span {
    font-size: 22px;
  }
}
.front-business .business-box {
  height: 100%;
  border: 1px solid #cccccc;
}
.front-business .business-box:hover img {
  transform: scale(1.1);
}
.front-business .business-box__image-block {
  position: relative;
}
.front-business .business-box__image {
  aspect-ratio: 11/9;
}
.front-business .business-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.front-business .business-box__heading {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 79, 153, 0.9);
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  line-height: 1.3;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 0.4em 0.6em;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .front-business .business-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .front-business .business-box__heading {
    height: 64px;
    padding: 0.4em 0.8em 0.4em 0.4em;
  }
}
.front-business .business-box__heading::after {
  content: "";
  background-image: url(images/icon/arrow-right--white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 1.4em;
  width: 14px;
  height: 20px;
}
@media screen and (max-width: 767.98px) {
  .front-business .business-box__heading::after {
    left: auto;
    right: 0.6em;
    width: 8px;
    height: 14px;
  }
}
.front-business .business-box__text {
  padding: 1em 2em;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .front-business .business-box__text {
    padding: 1em 1em;
  }
}
.front-business .banner {
  border: 2px solid #004f99;
  margin: 4em auto 0 auto;
  max-width: 900px;
  width: 96%;
}
.front-business .banner__inner {
  padding: 1em 4em;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .front-business .banner__inner {
    padding: 2em 2em;
  }
}
.front-business .banner__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .front-business .banner__container {
    display: block;
  }
}
.front-business .banner__heading {
  font-weight: bold;
  font-size: 28px;
  color: #004f99;
}
.front-business .banner__text {
  color: #222222;
}
@media screen and (max-width: 767.98px) {
  .front-business .banner__button {
    margin-top: 1em;
  }
  .front-business .banner__button .button-simple {
    width: 100%;
    max-width: none;
  }
}

.front-products {
  background-image: url(images/top/products-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.front-products .contents .heading .heading-ja {
  text-align: center;
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 767.98px) {
  .front-products .contents .heading .heading-ja {
    font-size: 26px;
  }
}
.front-products .contents__button {
  margin: 2em auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .front-products .products-box {
    margin: auto;
    width: 90%;
  }
}
.front-products .products-box:hover .products-box__image img {
  transform: scale(1.1);
}
.case-study-link a:hover .case-study-archive__image img{
  transform: scale(1.1);
}
case-study-link a .case-study-archive__image img {
  transition: 0.3s;
}

.front-products .products-box__heading {
  color: #fff;
  background-color: #3372ad;
  text-align: center;
  padding: 0.6em 0;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  gap: 0.6em;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .front-products .products-box__heading {
    font-size: 16px;
  }
}
.front-products .products-box__heading::after {
  content: "";
  background-image: url(images/icon/arrow-right--white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
}
@media screen and (max-width: 767.98px) {
  .front-products .products-box__heading::after {
    left: auto;
    right: 0.6em;
    width: 8px;
    height: 14px;
  }
}
.front-products .products-box__image img {
  transition: 0.3s;
}

.front-case-study .page {
  padding: 4vw 0 0 0;
}
@media screen and (max-width: 767.98px) {
  .front-case-study .page {
    padding: 12vw 0;
  }
}
.front-case-study .heading {
  text-align: center;
}
.front-case-study .heading .heading-ja {
  font-size: 36px;
}
@media screen and (max-width: 767.98px) {
  .front-case-study .heading .heading-ja {
    font-size: 26px;
  }
}

.front-link-block .contents__block {
  margin-top: 0;
}
.front-link-block__container > .row {
  gap: 3em 0;
}
.front-link-block .link-box__text-block {
  padding-left: 2em;
}
@media screen and (max-width: 767.98px) {
  .front-link-block .link-box__text-block {
    padding-left: 1em;
  }
}
.front-link-block .link-box__heading {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .front-link-block .link-box__heading {
    font-size: 18px;
  }
}
.front-link-block .link-box__heading::before {
  position: absolute;
  content: url(images/icon/arrow-right--big.svg);
  left: -1em;
}
@media screen and (max-width: 767.98px) {
  .front-link-block .link-box__heading::before {
    transform: scale(0.6);
  }
}
.front-link-block .link-box__text {
  margin-top: 0.6em;
  color: #222;
}

.sponsor .contents__block {
  margin-top: 0;
}
.sponsor .sponsor-item img {
  transition: 0.3s;
}
.sponsor .sponsor-item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767.98px) {
  .sponsor .sponsor-item {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .sponsor .sponsor-text {
    text-align: center;
    font-weight: bold;
  }
}

@media screen and (max-width: 767.98px) {
  .news-list {
    margin-top: 1em;
  }
}
.news-list.--important {
  margin-bottom: 2em;
}
.news-list__heading.--important {
  text-align: center;
}
.news-list__item {
  display: block;
  transition: 0.3s;
}
.news-list__item:not(:first-child) {
  margin-top: 0.8em;
}
.news-list__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .news-list__item {
    padding: 1.2em 0;
    border-bottom: dashed 1px #cccccc;
  }
}
.news-list .news-list-item {
  gap: 1.4em;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .news-list .news-list-item {
    gap: 1em;
    flex-wrap: wrap;
    gap: 0.4em 1em;
  }
}
.news-list .news-list-item__date {
  font-size: 15px;
  color: #666666;
  width: 80px;
}
@media screen and (max-width: 767.98px) {
  .news-list .news-list-item__date {
    width: unset;
  }
}
.news-list .news-list-item__category {
  background-color: #95989a;
  padding: 0.2em 0.6em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .news-list .news-list-item__category {
    font-size: 12px;
  }
}
.news-list .news-list-item__category a {
  color: #fff;
}
.news-list .news-list-item__category.--important {
  background-color: #004f99;
}
.news-list .news-list-item__title {
  font-size: 14px;
  -webkit-text-decoration: #95989a underline 1px;
          text-decoration: #95989a underline 1px;
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .news-list .news-list-item__title {
    font-size: 13px;
  }
}
@media screen and (max-width: 767.98px) {
  .news-list .news-list-item__title {
    width: 100%;
    display: contents;
  }
}

.archive-list {
  margin-top: 4em;
  border: 1px solid #004f99;
}
.archive-list__heading {
  background-color: #004f99;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 1em;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .archive-list__heading {
    font-size: 16px;
  }
}
.archive-list__container {
  padding: 2em;
}
@media screen and (max-width: 767.98px) {
  .archive-list__container {
    padding: 1em;
  }
}
.archive-list .all-categories__heading {
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .archive-list .all-categories__heading {
    font-size: 15px;
  }
}
.archive-list .all-categories__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin-top: 0.6em;
}
.archive-list .all-categories__item a {
  display: inline-block;
  background: #f2f2f2;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .archive-list .all-categories__item a {
    font-size: 13px;
  }
}
.archive-list .all-categories__item a:hover {
  background: #95989a;
  color: #fff;
}

.business-heading__main {
  background-color: #fff;
}
.business-heading__text-block {
  padding: 3em 3em 5em 3em;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .business-heading__text-block {
    padding: 2em 2em;
  }
}
.business-heading__text-block.--shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.business-heading h2 {
  font-weight: bold;
  font-size: 35px;
}
@media screen and (max-width: 767.98px) {
  .business-heading h2 {
    font-size: 24px;
  }
}
.business-heading__text {
  margin-top: 2em;
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .business-heading__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .business-heading__text {
    font-size: 14px;
  }
}
.business-heading__border {
  display: flex;
  margin-top: 1em;
  width: -moz-fit-content;
  width: fit-content;
}
.business-heading__border::before, .business-heading__border::after {
  content: "";
  width: 45px;
  height: 12px;
}
@media screen and (max-width: 767.98px) {
  .business-heading__border::before, .business-heading__border::after {
    height: 8px;
  }
}
.business-heading__border:before {
  background: #004f99;
}
.business-heading__border:after {
  background: #ccc;
}
.business-heading__image {
  height: 100%;
}
.business-heading__image.--adjust {
  padding-right: 2em;
  padding-bottom: 2em;
  position: relative;
  aspect-ratio: 58/35;
}
.business-heading__image.--adjust::after {
  position: absolute;
  content: "";
  background-image: url(images/capacitor/heading-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 86%;
  margin: auto 0 0 auto;
  height: 45%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.business-heading__image.--adjust img {
  position: absolute;
  height: auto;
}
.business-heading__image.--adjust img:first-child {
  top: 0;
  right: 10%;
  width: 68%;
}
.business-heading__image.--adjust img:last-child {
  bottom: 10%;
  left: 0;
  width: 34%;
}
.business-heading__image.--led-heading {
  padding: 2em;
  background-color: #fffafa;
}
@media screen and (max-width: 767.98px) {
  .business-heading__image {
    margin-top: 2em;
  }
}
.business-heading__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-heading.--mini h2 {
  font-size: 30px;
}
@media screen and (max-width: 767.98px) {
  .business-heading.--mini h2 {
    font-size: 26px;
  }
}
.business-heading.--mini p {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .business-heading.--mini p {
    font-size: 12px;
  }
}
.business-heading.--mini .business-heading__border::before, .business-heading.--mini .business-heading__border::after {
  width: 40px;
  height: 6px;
}
.business-heading__gallery {
  margin-top: -3em;
}
.business-heading__gallery .gallery {
  aspect-ratio: 30/19;
  overflow: hidden;
}
.business-heading__gallery .gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-heading__bg {
  position: absolute;
  z-index: -1;
  width: 100vw;
  margin: auto;
  bottom: 0;
  right: 0;
  aspect-ratio: 17/5;
}
@media screen and (max-width: 767.98px) {
  .business-heading__bg {
    aspect-ratio: unset;
    height: 100%;
  }
}
.business-heading__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-heading__banner {
  width: 60%;
  margin: 2em auto 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .business-heading__banner {
    width: 90%;
    margin-top: 4em;
  }
}
.business-heading__banner .banner {
  position: relative;
  overflow: hidden;
}
.business-heading__banner .banner::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.business-heading__banner .banner__inner {
  padding: 1em;
  display: block;
}
.business-heading__banner .banner__heading {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .business-heading__banner .banner__heading {
    font-size: 20px;
  }
}
.business-heading__banner .banner__heading::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 100%;
  background: #6dc321;
  bottom: 0.2em;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.business-heading__banner .banner__text {
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 0.4em;
  position: inherit;
  z-index: 1;
  position: relative;
}
.business-heading__banner .banner__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.6em auto 0 auto;
  z-index: 1;
  position: relative;
}
.business-heading__banner .banner__bg {
  background-image: url(images/parts-machining/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: 0.3s;
}
.business-heading__banner .banner:hover .banner__bg {
  transform: scale(1.1);
}

.check-list {
  font-weight: bold;
  max-width: 1000px;
  margin: auto;
  margin-top: 4em;
}
@media screen and (max-width: 767.98px) {
  .check-list {
    margin-top: 3em;
  }
}
.check-list ul li {
  background-color: #fff;
  padding: 0.6em 1em;
  font-size: 20px;
  display: flex;
  gap: 0.6em;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .check-list ul li {
    font-size: 14px;
  }
}
.check-list ul li::before {
  content: url(images/icon/check.svg);
}
.check-list ul li:not(:first-child) {
  margin-top: 0.6em;
}
.check-list__arrow {
  margin: 1.6em auto 0 auto;
  max-width: 160px;
  width: 30%;
}
.check-list__heading {
  border-bottom: 10px solid #f2ff36;
  margin: auto;
  margin-top: 1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
}
@media screen and (max-width: 767.98px) {
  .check-list__heading {
    font-size: 20px;
  }
}

.business-info:not(:first-child) {
  margin-top: 3em;
}
.business-info__container {
  background-color: #fff;
  padding: 2em 2em;
}
.business-info__text {
  font-size: 15px;
}
@media screen and (max-width: 767.98px) {
  .business-info__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  .business-info__image {
    margin-top: 1em;
  }
}
.business-info__button {
  width: -moz-fit-content;
  width: fit-content;
}

.capacitor-item-list {
  padding: 0 1em;
}

.capacitor-item {
  padding: 0.6em;
  background-color: #fff;
}
.capacitor-item__image {
  aspect-ratio: 22/17;
}
.capacitor-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.capacitor-item__name {
  background-color: #fff;
  text-align: center;
  padding: 0.4em 0.4em 0 0.4em;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .capacitor-item__name {
    font-size: 13px;
  }
}

.bg-capacitor {
  background-image: url(images/capacitor/check-list-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.arrow-down-next {
  position: relative;
}
.arrow-down-next:after {
  content: "";
  background-image: url(images/icon/arrow-down-next--white.svg);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 20px;
}

.point-list__ul li {
  margin-top: 2em;
  padding: 2em 2em 3em 2em;
}
.point-list__ul li:nth-child(2n) {
  background-color: #f8f8f8;
}
.point-list__ul .list {
  margin: 1em 0;
  background-color: #f8f8f8;
  padding: 1em;
}
.point-list__ul .list li {
  padding: 0em 1em;
  margin-top: 0;
  position: relative;
}
.point-list__ul .list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0em;
  font-weight: bold;
}
.point-list__ul .list li:not(:first-child) {
  margin-top: 0.6em;
}
.point-list__ul .list li:nth-child(2n) {
  background-color: transparent;
}
.point-list__tag {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 0.2em 2em 0.2em 0.6em;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url(images/capacitor/point-tag-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .point-list__tag {
    font-size: 12px;
  }
}
.point-list__heading {
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0.8em;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .point-list__heading {
    font-size: 21px;
  }
}
@media screen and (max-width: 767.98px) {
  .point-list__heading {
    font-size: 18px;
  }
}
.point-list__heading::before, .point-list__heading::after {
  content: "";
  position: absolute;
  height: 6px;
}
.point-list__heading::before {
  background: #ddd;
  width: 100%;
  bottom: 0;
  right: 0;
}
.point-list__heading::after {
  width: 60px;
  background: #004f99;
  left: 0;
  bottom: 0;
}
.point-list__text {
  margin-top: 1em;
}
.point-list__image {
  aspect-ratio: 53/36;
  padding-right: 2em;
  padding-bottom: 2em;
  position: relative;
}
.point-list__image img {
  height: auto;
  z-index: 1;
  position: relative;
  background-color: #f0f0f0;
}
.point-list__image:after {
  position: absolute;
  content: "";
  background-image: url(images/capacitor/point-list-bg.svg);
  width: 70%;
  height: 40%;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .point-list__image {
    margin-top: 1em;
  }
}
.point-list__image.--led-img {
  padding: 0 2em 2em 0;
}
.point-list__image.--led-img img {
  aspect-ratio: 16/14;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fffafa;
}

.line-up {
  margin-top: 4em;
  background-color: #fff;
  padding: 3em 4em;
}
@media screen and (max-width: 767.98px) {
  .line-up {
    padding: 3em 1em;
  }
}
.line-up__heading {
  color: #fff;
  background-color: #004f99;
  padding: 0.2em 0.6em;
  margin: auto;
  padding: 0.2em 0.4em;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 767.98px) {
  .line-up__heading {
    font-size: 18px;
  }
}
.line-up__text {
  text-align: center;
  margin-top: 1em;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .line-up__image-wrap {
    margin-top: 2em;
    overflow: auto;
  }
}
.line-up__image-block {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .line-up__image-block {
    width: 600px;
  }
}
.line-up__tab .tab {
  color: #fff;
  background-color: #0094f2;
  padding: 0.2em 0.4em 0.2em 1em;
  font-weight: bold;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .line-up__tab .tab {
    padding: 0.2em 0.4em 0.2em 1.4em;
  }
}
@media screen and (max-width: 767.98px) {
  .line-up__tab .tab {
    font-size: 13px;
  }
}
.line-up__tab .tab.active {
  opacity: 1;
  transform: scale(1.2);
}
.line-up__tab .tab:hover {
  transform: scale(1.2);
}
.line-up__tab .tab.--01 {
  left: 7%;
  top: 20%;
}
@media screen and (max-width: 767.98px) {
  .line-up__tab .tab.--01 {
    left: 3%;
    top: 9%;
  }
}
.line-up__tab .tab.--02 {
  left: 21%;
  top: 30%;
}
@media screen and (max-width: 767.98px) {
  .line-up__tab .tab.--02 {
    left: 16%;
    top: 32%;
  }
}
.line-up__tab .tab.--03 {
  left: 35%;
  top: 40%;
}
@media screen and (max-width: 767.98px) {
  .line-up__tab .tab.--03 {
    left: 35%;
    top: 44%;
  }
}
.line-up__tab .tab.--04 {
  right: 30%;
  top: 58%;
}
@media screen and (max-width: 767.98px) {
  .line-up__tab .tab.--04 {
    right: 30%;
    top: 60%;
  }
}
.line-up__tab .tab.--05 {
  right: 6%;
  bottom: 21%;
}
@media screen and (max-width: 767.98px) {
  .line-up__tab .tab.--05 {
    right: 3%;
    bottom: 20%;
  }
}
.line-up__tab .tab:before {
  content: url(images/icon/pin.svg);
  position: absolute;
  left: -2.3em;
  top: -1.2em;
  bottom: 0;
  margin: auto;
  transform: scale(0.8);
}
@media screen and (max-width: 767.98px) {
  .line-up__tab .tab:before {
    transform: scale(0.4);
  }
}
@media screen and (max-width: 767.98px) {
  .line-up__detail {
    margin-top: 2em;
  }
}
.line-up__detail .content {
  display: none;
}
.line-up__detail .content.show {
  display: block;
}
.line-up__detail .content__heading {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .line-up__detail .content__heading {
    font-size: 18px;
  }
}
.line-up__detail .content__block {
  padding: 2em 0;
}
.line-up__detail .content__block:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.line-up__detail .content__title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .line-up__detail .content__title {
    font-size: 18px;
  }
}
.line-up__detail .content__detail .detail__heading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .line-up__detail .content__detail .detail__heading {
    font-size: 14px;
  }
}
.line-up__detail .content__detail .detail__heading span {
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .line-up__detail .content__detail .detail__heading span {
    font-size: 14px;
  }
}
.line-up__detail .content__detail .detail__image {
  margin-top: 1em;
}
.line-up__detail .content__detail .detail__link {
  font-weight: bold;
  display: flex;
  gap: 0.6em;
  align-items: center;
  justify-content: center;
  margin-top: 0.8em;
}
.line-up__detail .content__detail .detail__link:before {
  content: url(images/icon/arrow-right.svg);
  transform: scale(1.8);
}
.line-up__detail .content__detail .detail__link a {
  color: #004f99;
  border-bottom: 1px solid #004f99;
}
.line-up__detail .content .border-right {
  border-right: 1px solid #ccc;
  padding-right: 3em;
  margin-right: 2em;
}
@media screen and (max-width: 767.98px) {
  .line-up__detail .content .border-right {
    border-right: none;
    padding-right: unset;
    margin-right: unset;
  }
}

@media screen and (max-width: 767.98px) {
  .case-study-link {
    margin-top: 2em;
  }
}
.case-study-link:hover .case-study-link__image img {
  transform: scale(1.1);
}
.case-study-link__image {
  border: 1px solid #ccc;
  aspect-ratio: 30/27;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  padding: 0.6em;
}
.case-study-link__image img {
  transition: 0.3s;
}
.case-study-link__heading {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0.6em;
  display: flex;
  gap: 0.4em;
}
@media screen and (max-width: 767.98px) {
  .case-study-link__heading {
    font-size: 14px;
  }
}
.case-study-link__heading:before {
  content: url(images/icon/arrow-right--square.svg);
  padding-top: 0.1em;
}

.case-study-archive {
  height: 100%;
  background-color: #fff;
}
.case-study-archive:hover .case-study-archive__image img {
  transform: scale(1.1);
}
.case-study-archive a {
  position: relative;
  padding: 1.4em;
  box-sizing: border-box;
  display: block;
}
.case-study-archive__infotags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.case-study-archive__infotags li {
  padding: 0.25em 1em;
  background-color: #ee7800;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
}
.case-study-archive__image {
  aspect-ratio: 13/10;
  overflow: hidden;
}
.case-study-archive__image img {
  transition: 0.3s;
  margin: 0 auto !important;
  background-color: #fff;
}
.case-study-archive__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.6em;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .case-study-archive__title {
    font-size: 16px;
  }
}
.case-study-archive__tag {
  margin-top: 0.6em;
}
.case-study-archive__tag > div {
  gap: 0.4em;
}
.case-study-archive__tag .tag {
  display: inline-block;
  padding: 0.2em 0.3em;
  color: #004f99;
  border: 1px solid #004f99;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .case-study-archive__tag .tag {
    font-size: 12px;
  }
}

.auto-list .d-flex {
  gap: 1.6em;
}
@media screen and (max-width: 767.98px) {
  .auto-list .d-flex {
    flex-wrap: wrap;
  }
}
.auto-list__item {
  background-color: rgba(238, 238, 238, 0.5);
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 1em;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  aspect-ratio: 20/19;
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .auto-list__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .auto-list__item {
    width: calc((100% - 1.6em) / 2);
    flex: unset;
  }
}

.negative-column {
  position: relative;
}
.negative-column::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 400px;
  background: #004f99;
  bottom: -5em;
  right: 0;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767.98px) {
  .negative-column::after {
    height: 300px;
    bottom: -3em;
  }
}
.negative-column__text-block {
  margin-left: -8em;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .negative-column__text-block {
    margin-left: unset;
  }
}
@media screen and (max-width: 767.98px) {
  .negative-column .d-flex {
    display: block !important;
  }
}

.reason-list ul li {
  margin-top: 6em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .reason-list ul li {
    margin-top: 4em;
  }
}
.reason-list__text-block {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.25);
  padding: 2.6em 8em 2.6em 2.6em;
}
@media screen and (max-width: 767.98px) {
  .reason-list__text-block {
    padding: 2em 1em 5em 1em;
  }
}
.reason-list__tag {
  position: absolute;
  top: -1em;
  left: 15px;
  color: #fff;
  font-weight: bold;
  background-color: #004f99;
  padding: 0.4em 0.8em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .reason-list__tag {
    font-size: 12px;
  }
}
.reason-list__heading {
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 0.6em;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .reason-list__heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .reason-list__heading {
    font-size: 20px;
  }
}
.reason-list__heading::before, .reason-list__heading::after {
  content: "";
  position: absolute;
  height: 6px;
}
.reason-list__heading::before {
  background: #ddd;
  width: 100%;
  bottom: 0;
  right: 0;
}
.reason-list__heading::after {
  width: 60px;
  background: #004f99;
  left: 0;
  bottom: 0;
}
.reason-list__text {
  font-weight: bold;
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .reason-list .sp-adjust {
    width: 80% !important;
    margin-left: auto;
  }
}
.reason-list__image {
  margin-left: -6em;
  margin-top: -3em;
  aspect-ratio: 8/5;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .reason-list__image {
    margin-left: unset;
  }
}
.reason-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.automation-example .border-left {
  border-left: 1px solid #aeaeae;
  padding-left: 2em;
}
@media screen and (max-width: 767.98px) {
  .automation-example .border-left {
    border-left: unset;
    padding-left: unset;
    padding-right: 0;
  }
}
.automation-example__block:not(:first-child) {
  margin-top: 4em;
}
.automation-example__type {
  font-weight: bold;
  text-align: right;
  padding-right: 2em;
}
@media screen and (max-width: 767.98px) {
  .automation-example__type {
    text-align: center;
    margin-bottom: 1.4em;
    padding: 0;
  }
}
.automation-example__image {
  aspect-ratio: 5/3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.automation-example__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.automation-example__heading {
  font-weight: bold;
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .automation-example__heading {
    font-size: 12px;
  }
}
.automation-example__heading span {
  font-weight: lighter;
}
.automation-example__text {
  font-size: 14px;
  margin-top: 0.4em;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .automation-example__text {
    font-size: 12px;
  }
}

.machining-list {
  padding: 3em;
  box-sizing: border-box;
  margin-top: 3em;
}
@media screen and (max-width: 767.98px) {
  .machining-list {
    padding: 2em;
  }
}
.machining-list .machining-list-box__heading {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .machining-list .machining-list-box__heading {
    font-size: 18px;
  }
}
.machining-list .machining-list-box__container {
  margin-top: 0.4em;
}
.machining-list .machining-list-box__image {
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #121b2a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.machining-list .machining-list-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.machining-list .machining-list-box__text {
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .machining-list .machining-list-box__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767.98px) {
  .machining-list .machining-list-box__text {
    margin-top: 0.6em;
  }
}

.page-link .page-link-item {
  position: relative;
}
.page-link .page-link-item a {
  min-width: 195px;
  text-align: center;
  color: #004f99;
  padding: 0.6em 2.2em 0.6em 0.6em;
  border: 2px solid #004f99;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .page-link .page-link-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-link .page-link-item a {
    min-width: unset;
  }
}
.page-link .page-link-item a:hover {
  color: #fff;
  background-color: #004f99;
}
.page-link .page-link-item a:hover::after {
  background-image: url(images/icon/arrow-down--solid-white.svg);
}
.page-link .page-link-item a::after {
  position: absolute;
  content: "";
  background-image: url(images/icon/arrow-down--solid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0.7em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 6/5;
}
@media screen and (max-width: 767.98px) {
  .page-link .page-link-item a::after {
    width: 10px;
  }
}

#products-archive .products-archive:not(:first-child) {
  padding-top: 4em;
}

.products-archive__heading h2 {
  background-color: #004f99;
  padding: 0.4em 1.6em;
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8em;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .products-archive__heading h2 {
    font-size: 20px;
  }
}
.products-archive__container {
  margin-top: 2em;
}
.products-archive__button {
  margin: 2em auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.products-archive .products-archive-box {
  background-color: #fff;
  position: relative;
  border: 1px solid #ccc;
  height: 100%;
  transition: 0.3s;
}
.products-archive .products-archive-box:hover {
  opacity: 0.7;
}
.products-archive .products-archive-box a {
  display: block;
}
.products-archive .products-archive-box__model {
  color: #ffffff;
  background-color: #004f98;
  padding: 0.2em 1em;
  font-weight: bold;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  z-index: 1;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .products-archive .products-archive-box__model {
    font-size: 12px;
  }
}
.products-archive .products-archive-box__heading {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .products-archive .products-archive-box__heading {
    font-size: 16px;
  }
}
.products-archive .products-archive-box__inner {
  padding: 3em 1em 2em 1em;
}
.products-archive .products-archive-box__tag {
  margin-top: 1em;
}
.products-archive .products-archive-box__tag .tag {
  padding: 0.2em 0.4em;
  color: #004f99;
  border: 1px solid #004f99;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .products-archive .products-archive-box__tag .tag {
    font-size: 10px;
  }
}
.products-archive .products-archive-box__tag > div {
  gap: 0.4em;
}
.products-archive .products-archive-box__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.products-archive .products-archive-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-archive .products-archive-box__title {
  font-weight: bold;
  margin-top: 0.8em;
}
.products-archive .products-archive-box__button {
  background-color: #004f99;
  color: #fff;
  font-weight: bold;
  padding: 0.6em 3em;
  display: flex;
  justify-content: center;
  gap: 0.4em;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.8em auto 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .products-archive .products-archive-box__button {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .products-archive .products-archive-box__button {
    padding: 0.6em 2em;
  }
}
.products-archive .products-archive-box__button:after {
  content: "";
  background-image: url(images/icon/arrow-right--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
}
.products-archive .products-archive-box.--fixed-button .products-archive-box__inner {
  padding: 3em 1em 5.4em 1em;
}
.products-archive .products-archive-box.--fixed-button .products-archive-box__button {
  position: absolute;
  bottom: 1.8em;
  right: 0;
  left: 0;
  margin: auto;
}

.keyword-search__heading {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .keyword-search__heading {
    font-size: 18px;
  }
}
.keyword-search input,
.keyword-search select {
  width: 100%;
  border: 2px solid #004f99;
  margin-top: 0.6em;
  border-radius: 5px;
  padding: 1em 0.8em !important;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .keyword-search input,
  .keyword-search select {
    font-size: 16px;
  }
}
.keyword-search button {
  background-color: #004f99;
  color: #fff;
  font-weight: bold;
  padding: 1em 0.8em;
  display: flex;
  justify-content: center;
  gap: 0.8em;
  align-items: center;
  width: 100%;
  letter-spacing: 0.4em;
  border-radius: 5px;
  border: unset;
  cursor: pointer;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .keyword-search button {
    font-size: 16px;
  }
}
.keyword-search button::before {
  content: "";
  background-image: url(images/icon/search--white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767.98px) {
  .keyword-search button {
    width: 80%;
    margin: auto;
  }
}

.table table {
  background-color: #f0f0f0;
}
.table table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.table table th,
.table table td {
  padding: 1.4em 3em;
}
@media screen and (max-width: 767.98px) {
  .table table th,
  .table table td {
    padding: 1.4em 1em;
  }
}
.table table th {
  font-weight: bold;
  width: 20%;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .table table th {
    font-size: 14px;
  }
}
.table table th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 40px;
  background: #ccc;
  margin: auto;
}
.table table td {
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .table table td {
    font-size: 13px;
  }
}

.table-black-blue table {
  border: 1px solid #ccc;
}
.table-black-blue table tr:first-child th,
.table-black-blue table tr:first-child td {
  background-color: #004f99;
  color: #fff;
  font-weight: bold;
}
.table-black-blue table th,
.table-black-blue table td {
  padding: 0.6em 2em;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .table-black-blue table th,
  .table-black-blue table td {
    font-size: 13px;
  }
}
@media screen and (max-width: 767.98px) {
  .table-black-blue table th,
  .table-black-blue table td {
    padding: 0.6em 0.8em;
  }
}
.table-black-blue table th {
  color: #fff;
  background-color: #004f99;
  text-align: center;
  width: 20%;
  border-right: 1px solid #ccc;
  font-weight: bold;
}
.table-black-blue__note {
  margin-top: 0.6em;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .table-black-blue__note {
    font-size: 12px;
  }
}

.products-main {
  background-color: #fff;
  position: relative;
}
.products-main__inner {
  padding: 3em 4em;
}
@media screen and (max-width: 767.98px) {
  .products-main__inner {
    padding: 0;
  }
}
.products-main__slide .main-slider li {
  aspect-ratio: 27/21;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.products-main__slide .main-slider li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-main__slide .thumbnail-slider {
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
  gap: 1em;
}
.products-main__slide .thumb {
  width: calc((100% - 2em) / 3);
  cursor: pointer;
  flex-shrink: 0;
  aspect-ratio: 27/21;
  overflow: hidden;
  border: 1px solid #ccc;
}
.products-main__slide .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-main__slide .thumb.active img {
  border-color: #007bff;
}
@media screen and (max-width: 767.98px) {
  .products-main__text-block {
    margin-top: 2em;
  }
}
.products-main__heading {
  font-weight: bold;
  font-size: 35px;
}
@media screen and (max-width: 767.98px) {
  .products-main__heading {
    font-size: 24px;
  }
}
.products-main__border {
  display: flex;
  margin-top: 1em;
  width: -moz-fit-content;
  width: fit-content;
}
.products-main__border::before, .products-main__border::after {
  content: "";
  width: 40px;
  height: 6px;
}
.products-main__border:before {
  background: #004f99;
}
.products-main__border:after {
  background: #ccc;
}
.products-main__tag {
  margin-top: 2em;
}
.products-main__tag ul {
  display: flex;
  gap: 0.4em;
  flex-wrap: wrap;
}
.products-main__tag ul li {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 0.2em 0.4em;
  background-color: #707070;
}
@media screen and (max-width: 767.98px) {
  .products-main__tag ul li {
    font-size: 12px;
  }
}
.products-main__text {
  margin-top: 2em;
}
.products-main__download {
  margin-top: 4em;
}
@media screen and (max-width: 767.98px) {
  .products-main__download {
    margin-top: 2em;
  }
}

.catalog-download {
  max-width: 540px;
  margin: auto;
}

.products-feature-box {
  background-color: #fff;
  border: 1px solid #ccc;
}
.products-feature-box:not(:first-child) {
  margin-top: 2em;
}
.products-feature-box__inner {
  padding: 2em 4em;
}
@media screen and (max-width: 767.98px) {
  .products-feature-box__inner {
    padding: 2em 1em;
  }
}
.products-feature-box__heading {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding: 0.4em 1em;
  background-color: #004f99;
  border-bottom: 5px solid #bbb;
}
@media screen and (max-width: 767.98px) {
  .products-feature-box__heading {
    font-size: 18px;
  }
}
.products-feature-box__container {
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .products-feature-box__container {
    margin-top: 1em;
  }
}
.products-feature-box__image {
  aspect-ratio: 39/24;
  overflow: hidden;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .products-feature-box__image {
    margin-top: 1em;
  }
}
.products-feature-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-video {
  aspect-ratio: 32/23;
  overflow: hidden;
}
.product-video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-mechanism__image {
  width: 100%;
}
.products-mechanism__image img {
  width: 100%;
}
.products-mechanism__text-block {
  margin-top: 1.2em;
}
.products-mechanism__text-block > .row {
  gap: 0.2em 0;
}
.products-mechanism .products-mechanism-item {
  display: flex;
}
.products-mechanism .products-mechanism-item__name {
  width: 38%;
}
.products-mechanism .products-mechanism-item__text {
  flex: 1;
  display: flex;
}
.products-mechanism .products-mechanism-item__text::before {
  content: "：";
}
.products-mechanism__textarea {
  margin-top: 1.2em;
  line-height: 1.6;
}
.products-mechanism__download {
  margin-top: 4em;
}
@media screen and (max-width: 767.98px) {
  .products-mechanism__download {
    margin-top: 2em;
  }
}

.case-study-page-link {
  background-color: #f0f0f0;
}
.case-study-page-link:hover img {
  transform: scale(1.1);
}
.case-study-page-link__inner {
  padding: 2em 3em;
}
@media screen and (max-width: 767.98px) {
  .case-study-page-link__inner {
    padding: 2em 1em;
  }
}
.case-study-page-link__heading {
  display: flex;
  flex: 0.4em;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .case-study-page-link__heading {
    font-size: 16px;
  }
}
.case-study-page-link__heading::before {
  content: url(images/icon/check.svg);
}
.case-study-page-link__thumbnail {
  width: 80%;
  margin: 1em auto 0 auto;
  aspect-ratio: 6/4;
}
.case-study-page-link__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.case-study-page-link__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0 auto;
}
@media screen and (max-width: 767.98px) {
  .case-study-page-link__button {
    margin-top: 0.4em;
  }
}

.movie-box__video {
  aspect-ratio: 9/5;
  overflow: hidden;
}
.movie-box__video iframe {
  width: 100%;
  height: 100%;
}
.movie-box__title {
  font-size: 18px;
  margin-top: 0.6em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .movie-box__title {
    font-size: 16px;
  }
}

.greeting-block {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767.98px) {
  .greeting-block {
    margin-right: unset;
  }
}
.greeting-block__heading {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .greeting-block__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .greeting-block__heading {
    font-size: 20px;
  }
}
.greeting-block__text {
  margin-top: 2em;
}
.greeting-block__image {
  padding-right: 3em;
  position: relative;
}
.greeting-block__image::after {
  position: absolute;
  content: "";
  background-image: url(images/profile/greeting-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 120%;
  aspect-ratio: 45/46;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.greeting-block__image .hover-image {
  position: relative;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.greeting-block__image .hover-image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
.greeting-block__image .hover-image img.normal {
  opacity: 1;
  z-index: 1;
}
.greeting-block__image .hover-image img.hover {
  opacity: 0;
  z-index: 2;
}
.greeting-block__image .hover-image:hover img.normal {
  opacity: 0;
}
.greeting-block__image .hover-image:hover img.hover {
  opacity: 1;
}


.jcce-family .hover-image {
  position: relative;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.jcce-family .hover-image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
.jcce-family .hover-image img.normal {
  opacity: 1;
  z-index: 1;
}
.jcce-family .hover-image img.hover {
  opacity: 0;
  z-index: 2;
}
.jcce-family .hover-image:hover img.normal {
  opacity: 0;
}
.jcce-family .hover-image:hover img.hover {
  opacity: 1;
}

.recruit-message__text .hover-image {
  position: relative;
  cursor: pointer;
  aspect-ratio: 4/3;
}
.recruit-message__text .hover-image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}
.recruit-message__text .hover-image img.normal {
  opacity: 1;
  z-index: 1;
}
.recruit-message__text .hover-image img.hover {
  opacity: 0;
  z-index: 2;
}
.recruit-message__text .hover-image:hover img.normal {
  opacity: 0;
}
.recruit-message__text .hover-image:hover img.hover {
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  .greeting-block__image {
    margin-top: 3em;
    padding-right: 2em;
  }
}

.table-simple {
  max-width: 880px;
  margin: auto;
  width: 100%;
  border: 1px solid #dddddd;
}
.table-simple table th,
.table-simple table td {
  padding: 1em 1.4em;
}
@media screen and (max-width: 767.98px) {
  .table-simple table th,
  .table-simple table td {
    padding: 1em 1em;
  }
}
.table-simple table th {
  font-weight: bold;
  text-align: left;
  background-color: #d4d7dc;
  border-bottom: 1px solid #ffffff;
  font-size: 22px;
  width: 28%;
}
@media screen and (max-width: 767.98px) {
  .table-simple table th {
    font-size: 14px;
  }
}
.table-simple table td {
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
}
@media screen and (max-width: 767.98px) {
  .table-simple table td {
    font-size: 13px;
  }
}
.table-simple table ul li a {
  display: block;
}

.outline-image {
  aspect-ratio: 38/25;
  overflow: hidden;
}
.outline-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-block {
  position: relative;
}
.history-block::after {
  content: "";
  width: 5px;
  background: #ccc;
}
.history-block__heading {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.4em 1em;
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .history-block__heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  .history-block__heading {
    margin: 0;
  }
}
.history-block__heading.--lightBlue {
  background-color: #4498df;
}
.history-block__heading.--gray {
  background-color: #474747;
}
.history-block__heading.__right {
  margin: 0 0 0 0.6em;
}
.history-block__heading.--left {
  margin: 0 0.6em 0 0;
}
.history-block__container {
  position: relative;
  margin-top: 2em;
}
.history-block__container.--left-side {
  padding-right: 2.1em;
  border-right: 5px solid #ccc;
}
.history-block__container.--left-side .history-box {
  margin: auto 0 0 auto;
}
.history-block__container.--right-side {
  padding-left: 2.1em;
}
.history-block__container.--right-side .history-box {
  margin: auto auto 0 0;
}
.history-block .bg-white {
  background-color: #f8f8f8;
  padding: 2em 0 2em 0;
}
/*2025/10/03 コメントアウト
.history-block .bg-white .history-box__text {
  padding: 0 4em;
}
*/
@media screen and (max-width: 767.98px) {
  .history-block .bg-white {
    padding: 0.8em 0;
  }
  .history-block .bg-white .history-box__text {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box {
    width: 100%;
  }
}
.history-block .history-box.--common-history {
  max-width: 1230px;
  width: 100vw;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box.--common-history {
    max-width: calc(100vw - 30px);
  }
}
.history-block .history-box.--1978 {
  padding-top: 4em;
}
.history-block .history-box.--1979 {
  margin-top: 2em;
}
.history-block .history-box.--1984 {
  margin-top: 4em;
}
.history-block .history-box.--1985 {
  margin-top: 1em;
}
.history-block .history-box.--2008 {
  padding: 3em 0;
}
.history-block .history-box.--2009 {
  margin-top: 4em;
}
.history-block .history-box.--1965 {
  margin-top: 2em;
}
.history-block .history-box.--1983 {
  margin-top: 10em;
}
.history-block .history-box.--1986 {
  margin-top: 6em;
}
.history-block .history-box.--1991 {
  margin-top: 2em;
}
.history-block .history-box__heading {
  background-color: #004f99;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  padding: 0.1em 0.8em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box__heading {
    font-size: 18px;
  }
}
.history-block .history-box__heading.--center {
  text-align: center;
}
.history-block .history-box__heading.--left-side::before, .history-block .history-box__heading.--right-side::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 46px;
  height: 20px;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box__heading.--left-side::before, .history-block .history-box__heading.--right-side::before {
    width: 40px;
  }
}
.history-block .history-box__heading.--left-side::before {
  background-image: url(images/profile/history-left.svg);
  right: -46px;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box__heading.--left-side::before {
    right: -40px;
  }
}
.history-block .history-box__heading.--right-side {
  text-align: right;
}
.history-block .history-box__heading.--right-side::before {
  background-image: url(images/profile/history-right.svg);
  left: -46px;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box__heading.--right-side::before {
    left: -40px;
  }
}
.history-block .history-box__text {
  font-size: 15px;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box__text {
    font-size: 12px;
  }
}
.history-block .history-box__container {
  margin-top: 0.6em;
}
.history-block .history-box__ul {
  margin-top: 0.4em;
}
.history-block .history-box__ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}
.history-block .history-box__ul li:not(:first-child) {
  margin-top: 0.4em;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box__ul li {
    font-size: 12px;
  }
}
.history-block .history-box__image {
  margin-top: 0.8em;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box__image {
    width: 100%;
  }
}
.history-block .history-box__image img {
  border: 8px solid #004f99;
  width: 100%;
  aspect-ratio: 33/22;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box__image img {
    border: 4px solid #004f99;
  }
}
.history-block .history-box__caption {
  margin-top: 0.4em;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .history-block .history-box__caption {
    font-size: 12px;
  }
}

.support-box__heading {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 0.2em 0.6em;
  background-color: #4498df;
}
@media screen and (max-width: 767.98px) {
  .support-box__heading {
    font-size: 16px;
  }
}
.support-box__text {
  margin-top: 1em;
}

.faq {
  max-width: 900px;
  margin: auto;
}
.faq:not(:first-child) {
  margin-top: 4em;
}
.faq__heading {
  font-weight: bold;
  font-size: 24px;
  color: #004f99;
}
@media screen and (max-width: 767.98px) {
  .faq__heading {
    font-size: 16px;
  }
}
.faq__container {
  margin-top: 1em;
}
.faq .faq-box {
  cursor: pointer;
  padding: 1em 1em;
  background-color: #f0f0f0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .faq .faq-box {
    padding: 1em 3em 1em 1em;
  }
}
.faq .faq-box:not(:first-child) {
  margin-top: 1em;
}
.faq .faq-box[open] .faq-box__heading::after {
  transform: rotate(180deg); /* 矢印を180度回転 */
}
.faq .faq-box summary {
  list-style: none;
}
.faq .faq-box__heading {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 0.6em;
}
@media screen and (max-width: 767.98px) {
  .faq .faq-box__heading {
    font-size: 14px;
  }
}
.faq .faq-box__heading::before {
  content: "Q";
  color: #004f99;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .faq .faq-box__heading::before {
    font-size: 20px;
  }
}
.faq .faq-box__heading::after {
  content: "";
  background-image: url(images/icon/arrow-down--square.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .faq .faq-box__heading::after {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}
.faq .faq-box__text {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .faq .faq-box__text {
    font-size: 13px;
  }
}
.faq .faq-box__text a {
  color: #004f99;
}

.download-item-list__heading {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 0.4em 0.6em;
  background-color: #4498df;
}
@media screen and (max-width: 767.98px) {
  .download-item-list__heading {
    font-size: 16px;
  }
}
.download-item-list .download-box__item {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #d9d9d9;
}
.download-item-list .download-box__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: contain;
}
.download-item-list .download-box__title {
  margin-top: 0.4em;
}
.download-item-list .download-box__button {
  background-color: #004f99;
  font-weight: bold;
  padding: 0.4em 3em;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.4em;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .download-item-list .download-box__button {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .download-item-list .download-box__button {
    width: 100%;
    padding: 0.4em 1em;
    text-align: center;
  }
}
.download-item-list .download-box__button a {
  color: #fff;
}

.tag-block {
  position: relative;
}
.tag-block__inner {
  padding: 3em 0;
}

@media screen and (max-width: 767.98px) {
  .tag-list:not(:first-child) {
    margin-top: 2em;
  }
}
.tag-list__heading {
  font-weight: bold;
}
.tag-list__container {
  padding: 1.6em 0;
}
@media screen and (max-width: 767.98px) {
  .tag-list__container {
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    margin-bottom: 2em;
    padding-right: 20px;
  }
}
.tag-list__container ul {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .tag-list__container ul {
    width: 600px;
  }
}
.tag-list__container ul li a {
  color: #004f99;
  padding: 0.6em 1em;
  background-color: #fff;
  border: 2px solid #004f99;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s;
}
.tag-list__container ul li a:hover {
  color: #fff;
  background-color: #004f99;
}

.tag-border-white .tag-list:not(:last-child) .border-bottom {
  border-bottom: 1px solid #fff !important;
}

.tag-border-gray .tag-list:not(:last-child) .border-bottom {
  border-bottom: 1px solid #ccc;
}

.page-nav ul {
  gap: 0.4em;
}
.page-nav ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  background-color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-nav ul li .active {
  color: #fff;
  background-color: #004f99;
}
.page-nav ul li img {
  width: 10px;
  height: auto;
}

.client-issue {
  max-width: 1100px;
  margin: auto;
}
.client-issue__title {
  margin: auto;
  font-weight: bold;
  font-size: 34px;
  padding-bottom: 0.2em;
  border-bottom: 6px solid #004f99;
  display: flex;
  gap: 0.2em;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .client-issue__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .client-issue__title {
    gap: 1em;
  }
}
.client-issue__title::before {
  content: "";
  background-image: url(images/icon/arrow-down--solid.svg);
  width: 36px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.client-issue__heading {
  display: flex;
  gap: 0.4em;
  font-size: 34px;
  font-weight: bold;
  margin: 2em auto 0;
  background-color: #f8f8f8;
  justify-content: center;
  padding: 0.4em;
}
@media screen and (max-width: 767.98px) {
  .client-issue__heading {
    font-size: 20px;
  }
}
.client-issue__heading::before {
  content: "";
  background-image: url(images/icon/question.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .client-issue__heading::before {
    width: 30px;
  }
}
.client-issue__arrow {
  text-align: center;
  margin-top: 2em;
}

.client-issue__3dmodel {
  margin-top: 60px;
}

.client-issue__3dmodel #woo3dv-viewer {
  float: none;
}

.table-black {
  border: 2px solid #212121;
}
.table-black ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.table-black table tr:not(:last-child) th,
.table-black table tr:not(:last-child) td {
  border-bottom: 2px solid #ccc;
}
.table-black table th,
.table-black table td {
  padding: 1.4em 2em;
}
@media screen and (max-width: 767.98px) {
  .table-black table th,
  .table-black table td {
    padding: 1.4em 1em;
  }
}
.table-black table th {
  background-color: #004f99;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  width: 22%;
}
@media screen and (max-width: 767.98px) {
  .table-black table th {
    font-size: 14px;
  }
}
@media screen and (max-width: 767.98px) {
  .table-black table tr,
  .table-black table th,
  .table-black table td {
    display: block;
    width: 100%;
  }
  .table-black table th {
    padding: 1em 1em;
  }
  .table-black table img {
    display: none;
  }
}

.solution-detail {
  max-width: 1100px;
  width: 90%;
}
.solution-detail__heading {
  font-weight: bold;
  border-left: 5px solid #004f99;
  padding-left: 0.6em;
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .solution-detail__heading {
    font-size: 20px;
  }
}
.solution-detail__text {
  margin-top: 0.8em;
}

.equipment-heading {
  font-weight: bold;
  display: flex;
  justify-content: center;
  gap: 0.6em;
  align-items: center;
  font-size: 34px;
  color: #004f99;
}
@media screen and (max-width: 767.98px) {
  .equipment-heading {
    font-size: 28px;
  }
}
.equipment-heading:before, .equipment-heading:after {
  content: "";
  background-image: url(images/icon/line-x.svg);
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.equipment-box__title {
  color: #fff;
  background-color: #004f99;
  height: 52px;
  padding: 0.4em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .equipment-box__title {
    height: unset;
    padding: 0.6em 0.4em;
  }
}
.equipment-box__image {
  aspect-ratio: 14/9;
  border: 1px solid #ccc;
}
.equipment-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.equipment-box__text {
  margin-top: 0.8em;
}

.solution-point {
  background-color: #fff;
  padding: 2em;
}
@media screen and (max-width: 767.98px) {
  .solution-point {
    padding: 2em 1em;
  }
}
.solution-point:not(:first-child) {
  margin-top: 3em;
}
.solution-point__heading {
  border-bottom: 4px solid #004f99;
}
.solution-point__heading .heading {
  color: #fff;
  background-color: #004f99;
  font-weight: bold;
  font-size: 28px;
  padding: 0.4em 1em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .solution-point__heading .heading {
    font-size: 18px;
  }
}
.solution-point__container {
  margin-top: 0.6em;
}
.solution-point .solution-point-box {
  padding: 2em 3em;
}
.solution-point .solution-point-box:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .solution-point .solution-point-box {
    padding: 1em 1em;
  }
}

.case-study-video {
  width: 80%;
  margin: auto;
  max-width: 800px;
  aspect-ratio: 40/29;
  overflow: hidden;
}
.case-study-video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .case-study-video {
    width: 100%;
  }
}

.contact-tel-block {
  gap: 0.6em;
}

.contact-tel {
  font-size: 30px;
}
@media screen and (max-width: 767.98px) {
  .contact-tel {
    font-size: 24px;
  }
}

.entry-sns {
  background-color: rgba(0, 103, 199, 0.05);
  padding: 1em 2em;
}

.category-group__container {
  margin-top: 0.8em;
  display: flex;
  gap: 1em 2em;
  flex-wrap: wrap;
}
.category-group:not(:first-child) {
  margin-top: 2em;
}
.category-group .form-check {
  display: flex;
  gap: 0.4em;
  align-items: center;
}
.category-group .form-check-input {
  width: 18px !important;
  height: 18px !important;
}
@media screen and (max-width: 767.98px) {
  .category-group .form-check-input {
    width: 14px !important;
    height: 14px !important;
  }
}
.category-group .form-check-label {
  white-space: nowrap;
}
.category-group .form-check-icon {
  width: 16px;
}

/****************************************
6. Footer
****************************************/
.footer__copyright {
  background: #95989a;
  text-align: center;
  padding: 1em 0;
  color: #ffffff;
  font-size: 12px;
}
.footer__main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4em 0;
}
@media screen and (max-width: 767.98px) {
  .footer__main {
    width: 90%;
    padding: 2.4em 0;
  }
}

@media screen and (max-width: 767.98px) {
  .footer-main__info-block {
    display: flex;
    justify-content: space-between;
  }
}
.footer-main__logo {
  max-width: 170px;
}
.footer-main__logo img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .footer-main__logo {
    width: 70%;
  }
}
.footer-main__name {
  margin-top: 1em;
  line-height: 2;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .footer-main__name {
    font-size: 4vw;
  }
}
.footer-main__instagram {
  margin-top: 1em;
  width: 32px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .footer-main__instagram {
    margin-top: 0;
  }
}
.footer-main__nav {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.footer-main__nav ul li {
  font-weight: 500;
}
.footer-main__nav ul li a {
  font-weight: bold;
  transition: 0.3s;
}
.footer-main__nav ul li a:hover {
  opacity: 0.7;
}
.footer-main__nav ul li:not(:first-child) {
  margin-top: 1em;
}
.footer-main__nav .sub-menu {
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .footer-main__nav {
    margin-top: 2em;
    flex-wrap: wrap;
  }
  .footer-main__nav > div {
    width: 100%;
  }
}

#menu-item-118 a,
#menu-item-133 a {
  font-weight: inherit !important;
}

.footer-cta {
  background-color: #004f99;
}
.footer-cta.--bg-gradation {
  background: linear-gradient(to right, #005cb1, #13d9b4);
}
.footer-cta__wrapper {
  padding: 4em 0;
  box-sizing: border-box;
}
.footer-cta__heading {
  color: #fff;
  text-align: center;
}
.footer-cta__heading .heading-en {
  font-size: 26px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__heading .heading-en {
    margin-bottom: 0.6em;
  }
}
.footer-cta__heading .heading-ja {
  font-size: 24px;
  color: #fff;
}
.footer-cta__heading .heading-ja.--recruit {
  font-size: 36px;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__heading .heading-ja.--recruit {
    font-size: 8vw;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-cta__heading .heading-ja {
    font-size: 4.5vw;
  }
}
.footer-cta__container {
  margin: 2em auto 0 auto;
  max-width: 1000px;
}
.footer-cta__white-box {
  padding: 1.6em 6em;
  box-sizing: border-box;
  background-color: #fff;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__white-box {
    padding: 1em 2em;
  }
}
.footer-cta__tel {
  line-height: 0.8;
  border-right: 1px solid #cccccc;
  padding-right: 3em;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__tel {
    padding: 2em 0 1em 0;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .footer-cta__tel {
    padding: 1em 0;
  }
}
.footer-cta__tel .text {
  font-size: 38px;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__tel .text {
    font-size: 9vw;
  }
}
.footer-cta__tel a {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: flex-start;
}
.footer-cta__tel .small {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__tel .small {
    font-size: 14px;
  }
}
.footer-cta__tel img {
  width: 25px;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__tel img {
    width: 20px;
  }
}
.footer-cta__tel-x {
  margin-top: 2em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__tel-x {
    flex-direction: column;
    gap: 0.4em;
  }
}
.footer-cta__tel-x a {
  color: #fff;
}
.footer-cta__tel-x .tel {
  display: flex;
  align-items: center;
  gap: 0.4em;
  letter-spacing: 0.08em;
}
.footer-cta__tel-x .text {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__tel-x .text {
    font-size: 28px;
  }
}
.footer-cta__tel-x .small {
  font-size: 14px;
  font-weight: inherit !important;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__tel-x .small {
    font-size: 12px;
  }
}
.footer-cta__contact {
  text-align: center;
  padding-left: 3em;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__contact {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-cta__button {
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__button .button {
    width: 80%;
  }
}
.footer-cta__button .button-icon {
  min-width: 360px;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__button .button-icon {
    min-width: unset;
  }
}
.footer-cta__download {
  width: 100%;
  height: 100%;
  color: #004f99;
  display: flex;
  justify-content: center;
  gap: 1.4em;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__download {
    gap: 0.6em;
  }
}
.footer-cta__download .text {
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__download .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-cta__download .text {
    text-align: center;
  }
}
.footer-cta__download .accent {
  font-size: 16px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #004f99;
}
@media screen and (max-width: 767.98px) {
  .footer-cta__download .accent {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-cta__download .accent {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.footer-cta__download .text-button {
  text-align: center;
  border: 1px solid #004f99;
  padding: 1em 4em;
  border-radius: 5px;
}

@media print, (max-width: 767.98px) {
  .mnavi {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    height: 50px;
    background-color: #009270;
  }
}
@media print, (min-width: 768px) {
  .mnavi {
    display: none;
  }
}
.mnavi > ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  list-style: none;
}

.mnavi > ul > li {
  width: 50px;
  height: 100%;
}

.mnavi > ul > li.--green {
  background-color: #6dc321;
}
.mnavi > ul > li.--blue {
  background-color: #004f99;
}

.mnavi > ul > li > a,
.mnavi > ul > li > button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.5vw;
}

.mnavi > ul > li > a:before,
.mnavi > ul > li > button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.mnavi_contact > a:before {
  background-image: url(images/icon/mail.svg);
  top: 14px;
  width: 17px;
  height: 14px;
}

.mnavi_menu > button:before {
  background-image: url(images/icon/hamburger-open.svg);
  width: 20px;
  height: 10px;
  top: 16px;
}

.mnavi_menu.is-open > button::before {
  background-image: url(images/icon/hamburger-close.svg);
  width: 30px;
  height: 30px;
  top: 6px;
}

.mnavi > ul > li > a {
  text-decoration: none;
}

.mnavi > ul > li > button {
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.mnavi > ul > li span {
  position: absolute;
  bottom: 0.8em;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  white-space: nowrap;
}

.mnavi_menu_area {
  display: none;
  position: fixed;
  left: 0px;
  top: 50px;
  width: 100vw;
  height: 100%;
  height: calc(100% - 50px);
  z-index: 9999;
  background-color: #f1f1f1;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px 20px 30px 20px;
}

.mnavi_menu_area > .menu > li {
  list-style-type: none;
}

.mnavi_menu_area > .menu > li > a {
  display: inline-block;
  padding: 1em 1em;
  font-size: 5vw;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}

.mnavi_menu_area .menu > .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mnavi_menu_area .menu > .menu-item-has-children > a::after {
  content: "";
  background-image: url(images/icon/plus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.mnavi_menu_area .menu > .menu-item-has-children.open > a::after {
  background-image: url(images/icon/minus.svg);
  height: 100%;
  aspect-ratio: 18/2;
}

.mnavi_menu_area .sub-menu {
  margin: 10px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  display: block;
  display: none;
  list-style: none;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.mnavi_menu_area .sub-menu .menu-item a {
  font-size: 14px;
  padding: 0.4em 1em;
  display: block;
  font-weight: bold;
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.mnavi_menu_area .sub-menu .menu-item a:before {
  content: "-";
}

.mnavi_menu_area #menu-item-224 a {
  font-weight: inherit;
  font-size: 14px;
  border-bottom: unset;
}

.sub-menu.js_active {
  visibility: visible;
  opacity: 1;
  display: block;
}

#btn_scroll_top {
  display: none;
  position: fixed;
  bottom: 14px;
  right: 14px;
  z-index: 9999;
  width: 34px;
  height: 34px;
  background-color: #004f99;
  text-decoration: none;
  outline: none;
}

#btn_scroll_top:after {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
}

@media print, (min-width: 768px) {
  #btn_scroll_top {
    bottom: 30px;
    width: 42px;
    height: 42px;
  }
}
/****************************************
7. single
****************************************/
.single-post p + p {
  margin: 1em 0px 0px;
}

@media screen and (max-width: 767.98px) {
  .single-post img {
    margin: 1em auto 0px;
  }
}
@media print, (min-width: 768px) {
  .single-post .alignleft {
    display: inline-block;
  }
  .single-post .alignleft + .alignleft {
    margin: 1em 0px 0px 1em;
  }
  .single-post .aligncenter {
    margin: 1em auto 0px;
  }
  .single-post .alignright {
    margin: 1em 0px 0px 100%;
    transform: translateX(-100%);
  }
}
/****************************************
8. WP
****************************************/
/****************************************
9. Print
****************************************/
/****************************************
10. Plugin
****************************************/
.no_must {
  display: block;
  background-color: #fc0;
  padding: 4px 5px;
  font-size: 13px;
  color: #fff;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #ccc;
}

.bx-wrapper {
  background-color: transparent;
  margin: 0px auto 0px;
  border: none;
  box-shadow: none;
}

.bx-wrapper img {
  display: block;
  margin: 0px auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #c9e2ff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #012065;
}

/****************************************
10. Tweak
****************************************/
/****************************************
11. メールフォームプロ用スタイル
****************************************/
form#mailformpro .mailform {
  margin: 0px;
}

form#mailformpro .mailform .radio-flex {
  display: flex;
  gap: 0 1em;
  flex-wrap: wrap;
}

form#mailformpro dl {
  box-sizing: border-box;
}

form#mailformpro dl dt {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  border: none;
  font-weight: bold;
}

form#mailformpro dl dd {
  box-sizing: border-box;
  border: none;
}
form#mailformpro dl dd input,
form#mailformpro dl dd textarea {
  max-width: 100%;
  line-height: 1.4;
  border: 1px solid #ccc;
}

form#mailformpro dl dt,
form#mailformpro dl dd {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767.98px) {
  form#mailformpro dl dt,
  form#mailformpro dl dd {
    border: unset;
  }
}

form#mailformpro .mfp_buttons button {
  cursor: pointer;
  color: #fff;
  background-color: #004f99;
  padding: 1em 3em;
  border: none;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 16px;
}
form#mailformpro .mfp_buttons button:hover {
  background-color: #66819b;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  form#mailformpro .mfp_buttons button {
    font-size: 16px;
  }
}

.mfp_colored {
  background: none;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
  padding: 1em;
  margin: 0px;
  width: 100% !important;
  box-sizing: border-box;
  border: 1px solid #95cec7;
  background-color: #f0f5ff;
  box-shadow: none;
  outline: none;
}

.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
  padding: 0.5em 3em;
  box-sizing: border-box;
  background: none;
  background-color: #004f99;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 2px 0px #004f99;
}

.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover {
  background: none;
  background-color: #66819b;
  box-shadow: none;
}

div.mfp_err {
  padding: 0.5em 0px 0.5em 1em;
  background: none;
}

.problem {
  border: 1px solid #ffd5dc;
  background-color: #ffd5dc;
}

.must,
.no_must {
  display: block;
  padding: 0px 1em;
  border-radius: 4px;
  background: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .must,
  .no_must {
    font-size: 12px;
  }
}

.must {
  border: 1px solid #c60505;
  background-color: #c60505;
}

.no_must {
  border: 1px solid #fc0;
  background-color: #fc0;
}

@media screen and (max-width: 767.98px) {
  form#mailformpro dl dt,
  form#mailformpro dl dd {
    padding: 0;
    width: 100%;
    gap: 0.4em;
  }
  form#mailformpro dl dt input,
  form#mailformpro dl dt textarea,
  form#mailformpro dl dd input,
  form#mailformpro dl dd textarea {
    padding: 1em 1em;
  }
  form#mailformpro dl dt {
    margin-top: 1.6em;
  }
  form#mailformpro dl dd {
    margin-top: 0.6em;
  }
  .must,
  .no_must {
    margin: 2px 0 0px 0px;
  }
}
@media print, (min-width: 768px) {
  form#mailformpro {
    padding-top: 40px;
  }
  form#mailformpro label {
    font-size: 16px;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.98px) {
  form#mailformpro label {
    font-size: 14px;
  }
}
@media print, (min-width: 768px) {
  form#mailformpro dl {
    display: flex;
    flex-wrap: wrap;
  }
  form#mailformpro dl dt {
    float: none;
    padding: 2em 0px;
    width: 280px;
  }
  form#mailformpro dl dd {
    padding: 2em 0 2em 0px;
    width: calc(100% - 280px);
  }
  form#mailformpro dl dd input,
  form#mailformpro dl dd textarea {
    max-width: 100%;
    padding: 1em 1em;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767.98px) {
  form#mailformpro dl dd input,
  form#mailformpro dl dd textarea {
    font-size: 14px;
  }
}
@media print, (min-width: 768px) {
  .mfp_element_text,
  .mfp_element_number,
  .mfp_element_select-one,
  .mfp_element_email,
  .mfp_element_tel,
  .mfp_element_textarea {
    max-width: 500px;
  }
  .must,
  .no_must {
    margin: 2px 1em 0px;
  }
}
/****************************************
12. button
*****************************************/
.button {
  font-weight: bold;
}
.button .button-icon {
  color: #fff;
  width: 100%;
  max-width: 320px;
  padding: 1em 1em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .button .button-icon {
    font-size: 14px;
  }
}
.button .button-icon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: auto;
  aspect-ratio: 21/15;
}
.button .button-icon.--contact {
  background-color: #6dc321;
}
.button .button-icon.--contact::before {
  background-image: url(images/icon/mail.svg);
}
.button .button-icon.--file {
  background-color: #004f99;
}
.button .button-icon.--file::before {
  background-image: url(images/icon/file.svg);
}
.button .button-icon.--recruit {
  background-color: #fff;
  color: #1e74ba;
}
.button .button-icon.--recruit::before {
  display: none;
}
.button--mini {
  font-size: 13px;
  border: 1px solid #cccccc;
  padding: 0.4em 3em;
  box-sizing: border-box;
  max-width: 160px;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.button--mini::after {
  position: absolute;
  right: 1em;
  content: url(images/icon/arrow-right.svg);
}
.button .button-simple {
  color: #fff;
  position: relative;
  padding: 0 3em;
  box-sizing: border-box;
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
}
@media screen and (max-width: 767.98px) {
  .button .button-simple {
    min-width: unset;
    max-width: 250px;
    width: 100%;
    height: 48px;
  }
}
.button .button-simple::after {
  position: absolute;
  right: 1em;
  content: "";
  background-image: url(images/icon/arrow-right--white.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.button .button-simple.--green {
  background-color: #6dc321;
}
.button .button-simple.--black {
  background-color: #004f99;
}
.button .button-simple.--white {
  background-color: #fff;
  border: 1px solid #004f99;
  color: #004f99;
}
.button .button-simple.--white::after {
  background-image: url(images/icon/arrow-right.svg);
}
.button--basic {
  text-align: center;
  color: #004f99;
  padding: 0 1em;
  min-width: 250px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-size: 18px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #004f99;
}
@media screen and (max-width: 767.98px) {
  .button--basic {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .button--basic {
    height: 48px;
  }
}
.button--basic::before {
  position: absolute;
  left: 3em;
  content: url(images/icon/arrow-right.svg);
  transform: scale(1.6);
}
.button a {
  transition: 0.3s;
}
.button a:hover {
  opacity: 0.7;
}

.cta-block {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  padding: 1.4em 1em;
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.cta-block .button-icon {
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .cta-block .button-icon {
    font-size: 3.3vw;
  }
}

/****************************************
13. cookie
*****************************************/
#cookie-notice {
  background-color: #fff !important;
  border-top: 1px solid #004f99;
}
#cookie-notice .cn-button {
  transition: 0.3s;
}
#cookie-notice .cn-button:hover {
  opacity: 0.7;
}
#cookie-notice #cn-accept-cookie {
  color: #fff !important;
}
#cookie-notice #cn-accept-cookie:hover {
  color: #004f99;
  background-color: #fff;
}
#cookie-notice #cn-refuse-cookie {
  color: #004f99 !important;
  border: 1px solid #004f99 !important;
  background-color: #fff !important;
}
#cookie-notice .cn-text-container {
  display: block;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#cookie-notice .cn-text-container a {
  color: #1571da;
}
#cookie-notice .cn-close-icon {
  display: none !important;
}

/****************************************
14. recruit
*****************************************/
.page-recruit {
  margin-top: 0 !important;
}

#recruit .page {
  overflow: hidden;
}
#recruit .page__wrap {
  padding: 6vw 0;
}
@media screen and (max-width: 767.98px) {
  #recruit .page__wrap {
    padding: 20vw 0;
  }
}
#recruit .contents__block {
  margin-top: 2em;
}
#recruit .recruit-header__nav {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-header__nav {
    display: none;
  }
}
#recruit .recruit-header__nav ul {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8);
}
#recruit .recruit-header__nav ul li {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-header__nav ul li {
    font-size: 10px;
  }
}
#recruit .recruit-mv {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#recruit .recruit-mv__wrap {
  height: 100%;
}
#recruit .recruit-mv__container {
  height: 100%;
  position: relative;
}
#recruit .recruit-mv__image {
  height: auto;
}
#recruit .recruit-mv__image img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: right;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  #recruit .recruit-mv__image img{
    height: auto;
    object-fit: fill;
  }
}

.recruit-mv__image_mobile{
  display: none;
}

@media screen and (max-width: 1030px) {
  #recruit .recruit-mv__image_normal{
    display: none;
  }
}

@media screen and (max-width: 1030px) {
  #recruit .recruit-mv__image_mobile{
    display: block;
  }
}

#recruit .recruit-mv__title {
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 201, 201, 0.8);
  position: absolute;
  inset: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.1em;
}
/*
@media screen and (max-width: 768.98px) {
  #recruit .recruit-mv__image img{
    object-position: 20%;
  }
}
*/
@media screen and (max-width: 767.98px) {
  #recruit .recruit-mv__title {
    font-size: 50px;
  }
}

@media screen and (min-width: 767.98px){
  .recruit-mv__buttons {
    display: grid;
    grid-template-columns: 250px;
    column-gap: 30px;
    position: absolute;
    top: 70%;
    left: 25%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767.98px){
  .recruit-mv__buttons {
    display: grid;
    grid-template-rows: 1fr;
    row-gap: 30px;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}

/*
.r-button-ghost {
  display: block;
  align-items: center;
  color: #fff;
  border: 1px solid;
  padding: 18px;
  font-size: 16px;
  background-color: rgba(0, 80, 154, 0.8);
  transition: color 0.3s, background-color 0.3s;
}

.r-button-ghost:hover{
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}
*/
.r-button-ghost {
  display: block;
  align-items: center;
  color: #1e74ba;
  padding: 18px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 1);
  transition: 0.3s;
}

.r-button-ghost:hover{
opacity: 0.9;
}

.r-button-ghost__text {
  font-weight: 700;
  letter-spacing: 0.075em;
}

#recruit .recruit-heading.d-flex,
#recruit .recruit-heading .d-flex {
  gap: 2em;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-heading {
    flex-direction: column;
    gap: 0.4em;
  }
}
#recruit .recruit-heading .heading-en {
  font-family: "impact", sans-serif;
  font-size: 100px;
  font-weight: 100;
  background: linear-gradient(to right, #005cb1, #13d9b4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#recruit .recruit-heading .heading-en.--white {
  -webkit-text-fill-color: unset;
  background: unset;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-heading .heading-en {
    font-size: 16vw;
  }
}
#recruit .recruit-heading .heading-ja {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-heading .heading-ja {
    font-size: 20px;
  }
}
#recruit .recruit-heading .heading-ja.--white {
  color: #fff;
}
#recruit .recruit-heading .heading-normal {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 50px;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-heading .heading-normal {
    font-size: 24px;
  }
}
#recruit .recruit-message {
  margin-bottom: 3em;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-message {
    padding-bottom: 4em;
  }
}
#recruit .recruit-message__bg {
  position: absolute;
  right: 0;
  top: 10%;
  width: 46vw;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-message__bg {
    width: 96vw;
  }
}
#recruit .recruit-message__deco {
  position: absolute;
  bottom: 0;
  left: 0;
}
#recruit .recruit-message__heading {
  font-weight: bold;
  color: #fff;
}
#recruit .recruit-message__heading .heading-en {
  font-size: 90px;
  font-family: "impact", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-message__heading .heading-en {
    font-size: 14vw;
  }
}
@media screen and (max-width: 270.98px) {
  #recruit .recruit-message__heading .heading-en {
    margin-top: 60px;
  }
}
#recruit .recruit-message__heading .heading-ja {
  font-size: 40px;
  margin-top: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-message__heading .heading-ja {
    font-size: 7vw;
  }
}
#recruit .recruit-message__text {
  margin-top: 2em;
  margin-bottom: 4em;
  font-size: 19px;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  #recruit .recruit-message__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-message__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-message__text {
    margin-bottom: 0;
  }
}
#recruit .recruit-message__text p {
  color: #fff;
}
#recruit .recruit-message__text p:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-message__text p {
    line-height: 1.8;
  }
}
#recruit .recruit-message__text p span {
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-message__text p span {
    font-size: 20px;
  }
}

.recruit_company_text{
  display: inline-block;
}
#recruit .recruit-message__image {

  position: absolute;
  bottom: 6em;
  right: 0px;
}
#recruit .recruit-message__image::after {
  content: "";
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(images/recruit/recruit-message-image-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  aspect-ratio: 159/145;
  display: block;
}
@media screen and (max-width: 1024.98px) {
  #recruit .recruit-message__image.senmu {
    top: 80%;
    left: 60%;
  }
  #recruit .recruit-message__image.senmu img {
    max-width: 300px;
  }
  #recruit .recruit-message__image.president {
    top: 80%;
    left: 60%;
  }
}
@media screen and (max-width: 768.98px) {

  #recruit .recruit-message__image.senmu {
    top: 92%;
    left: 20%;
    transform: translateY(-45%) translateX(20%);
  }
  #recruit .recruit-message__image.president {
    transform: translateY(-45%) translateX(20%);
    top: 83%;
    left: 45%;
  }
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-message__image {
    margin: 4em 0 0 auto;
    width: 80%;
  }
}
@media screen and (max-width: 425.98px) {
  #recruit .recruit-message{
    margin-bottom: 0em;
  }
  #recruit .recruit-message__image.senmu{
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%) translateX(0%);
  }
  #recruit .recruit-message__image.president{
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%) translateX(0%);
  }
}
#recruit .company__bg {
  position: absolute;
  right: 12%;
  top: 4%;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  #recruit .company__bg {
    width: 40vw;
    right: 0;
    top: 2%;
  }
}
@media screen and (max-width: 767.98px) {
  #recruit .company .company-boxes .row {
    flex-direction: column;
    gap: 2em;
  }
}
#recruit .company .company-box__image {
  width: 90%;
}
#recruit .company .company-box__text {
  background-color: #fff;
  padding: 2.4em 2em;
  box-sizing: border-box;
  margin: -2em 0 0 auto;
  width: 90%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #recruit .company .company-box__text {
    padding: 2em 1.6em;
  }
}
#recruit .company .company-box__text::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 10px;
  background: linear-gradient(to right, #005cb1, #13d9b4);
  top: 0;
  left: 0;
}
#recruit .work-scene {
  background-color: rgba(25, 198, 202, 0.14);
}
#recruit .work-place__bg {
  position: absolute;
  right: 10%;
  top: 4%;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  #recruit .work-place__bg {
    right: 0%;
    top: 4%;
    width: 40vw;
  }
}
#recruit .work-place__deco {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10vw;
}
#recruit .contents-deco {
  position: absolute;
  left: 0;
  width: 10vw;
}
#recruit .contents-deco.--upper {
  bottom: 0;
}
#recruit .contents-deco.--bottom {
  top: 0;
}
#recruit .bx-wrapper .bx-pager-item a {
  background: #d9d9d9;
}
#recruit .bx-wrapper .bx-pager-item a.active {
  background: #31d9bd;
}
#recruit .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 10px;
}
#recruit .bx-wrapper .bx-prev {
  background: url(images/recruit/bx-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -6%;
}
@media screen and (max-width: 767.98px) {
  #recruit .bx-wrapper .bx-prev {
    left: -3%;
  }
}
#recruit .bx-wrapper .bx-next {
  background: url(images/recruit/bx-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -6%;
}
@media screen and (max-width: 767.98px) {
  #recruit .bx-wrapper .bx-next {
    right: -3%;
  }
}
#recruit .bx-wrapper .bx-controls-direction a {
  width: 24px;
  aspect-ratio: 3/5;
  height: auto;
}
#recruit .recruit-slide__heading {
  display: flex;
  gap: 1em;
  align-items: center;
  font-weight: bold;
  font-size: 35px;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-slide__heading {
    font-size: 20px;
  }
}
#recruit .recruit-slide__heading span {
  color: #31d9bd;
  font-size: 90px;
  font-family: "impact", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-slide__heading span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  #recruit .recruit-slide__image {
    margin-top: 2em;
  }
}
#recruit .interview {
  background-color: #def7f7;
}
#recruit .interview__bg {
  position: absolute;
  right: 0;
  top: 4%;
  z-index: 0;
}
#recruit .interview .interview-tab {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .tabs {
    overflow: auto;
  }
}
#recruit .interview .interview-tab .tabs__container {
  display: flex;
  gap: 0.8em;
  border-bottom: 5px solid #1ea5c6;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .tabs__container {
    width: 600px;
  }
}
#recruit .interview .interview-tab .tab {
  padding: 0.8em 1.6em;
  background: #fff;
  color: #95989a;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
#recruit .interview .interview-tab .tab__heading {
  display: flex;
  gap: 0.6em;
  align-items: center;
}
#recruit .interview .interview-tab .tab__heading .heading-en {
  font-family: "impact", sans-serif;
  font-weight: 100;
  font-size: 22px;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .tab__heading .heading-en {
    font-size: 14px;
  }
}
#recruit .interview .interview-tab .tab__heading .heading-position {
  display: block;
  padding: 0 0.4em;
  border: 1px solid #95989a;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .tab__heading .heading-position {
    font-size: 12px;
  }
}
#recruit .interview .interview-tab .tab__name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0.4em;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .tab__name {
    font-size: 14px;
  }
}
#recruit .interview .interview-tab .tab.active {
  background: linear-gradient(to right, #13d9b4, #005cb1);
  color: #fff;
}
#recruit .interview .interview-tab .tab.active .heading-position {
  border: unset;
  color: unset;
  position: relative;
}
#recruit .interview .interview-tab .tab.active .heading-position span {
  background: linear-gradient(to right, #005cb1, #13d9b4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
#recruit .interview .interview-tab .tab.active .heading-position::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#recruit .interview .interview-tab .contents {
  margin-top: 3em;
}
#recruit .interview .interview-tab .contents .content {
  display: none;
}
#recruit .interview .interview-tab .contents .content.show {
  display: block;
}
#recruit .interview .interview-tab .contents .interview-heading {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#recruit .interview .interview-tab .contents .interview-heading__text-block {
  background: linear-gradient(to right, rgba(19, 217, 180, 0.8), rgba(0, 92, 177, 0.8));
  padding: 1em 2em 4em 5em;
  margin-left: -4em;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .contents .interview-heading__text-block {
    padding: 1.4em 2em;
    margin-left: 0;
  }
}
#recruit .interview .interview-tab .contents .interview-heading__text-block .title {
  display: flex;
  gap: 0.4em;
  align-items: baseline;
  font-family: "impact", sans-serif;
  font-size: 70px;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .contents .interview-heading__text-block .title {
    font-size: 30px;
  }
}
#recruit .interview .interview-tab .contents .interview-heading__text-block .title span {
  font-size: 40px;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .contents .interview-heading__text-block .title span {
    font-size: 24px;
  }
}
#recruit .interview .interview-tab .contents .interview-heading__text-block .position {
  padding: 0 0.4em;
  font-weight: bold;
  font-size: 38px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .contents .interview-heading__text-block .position {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .contents .interview-heading__text-block .position {
    margin-top: 0.4em;
  }
}
#recruit .interview .interview-tab .contents .interview-heading__text-block .position span {
  background: linear-gradient(to right, #005cb1, #13d9b4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
#recruit .interview .interview-tab .contents .interview-heading__text-block .position::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
}
#recruit .interview .interview-tab .contents .interview-heading__text-block .name {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin-top: 0.4em;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .contents .interview-heading__text-block .name {
    font-size: 20px;
  }
}
#recruit .interview .interview-tab .contents .interview-box {
  margin-top: 2.4em;
}
#recruit .interview .interview-tab .contents .interview-box__heading {
  color: #fff;
  font-weight: bold;
  background-color: #fff;
  font-size: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .contents .interview-box__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  #recruit .interview .interview-tab .contents .interview-box__heading {
    height: 42px;
  }
}
#recruit .interview .interview-tab .contents .interview-box__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #13d9b4, #005cb1);
}
#recruit .interview .interview-tab .contents .interview-box__heading.--01 {
  background-image: url(images/recruit/interview-heading-bg-01.png);
}
#recruit .interview .interview-tab .contents .interview-box__heading.--02 {
  background-image: url(images/recruit/interview-heading-bg-02.png);
}
#recruit .interview .interview-tab .contents .interview-box__heading.--02::after {
  background: linear-gradient(to right, #005cb1, #13d9b4);
}
#recruit .interview .interview-tab .contents .interview-box__text {
  margin-top: 1em;
}
#recruit .griffins {
  background: linear-gradient(to right, #181755, #171f55);
}
#recruit .griffins__image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#recruit .griffins__text {
  color: #fff;
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  #recruit .griffins .griffins-boxes .col-md-3:not(:first-child) {
    margin-top: 2em;
  }
}
#recruit .griffins .griffins-box__image {
  aspect-ratio: 16/9;
}
#recruit .griffins .griffins-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .griffins .griffins-box__text {
  margin-top: 1em;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  #recruit .griffins .griffins-box__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  #recruit .flow .flow-boxes .row {
    flex-direction: column;
    gap: 1em;
  }
}
#recruit .flow .flow-box {
  padding: 2em 1.6em;
  border-radius: 15px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #005cb1, #13d9b4) border-box; /* 枠のグラデ */
  border: 5px solid transparent;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  #recruit .flow .flow-box {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#recruit .flow .flow-box__icon {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  height: 80px;
  display: flex;
  align-items: center;
}
#recruit .flow .flow-box__heading {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-top: 0.6em;
}
@media screen and (max-width: 767.98px) {
  #recruit .flow .flow-box__heading {
    font-size: 20px;
  }
}
#recruit .flow .flow-box__text {
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  #recruit .flow .flow-box__text {
    font-size: 12px;
  }
}
#recruit .jcce-family {
  background-color: #def7f7;
}
#recruit .jcce-family__text-block {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  #recruit .jcce-family__text-block {
    width: 100%;
  }
}
#recruit .jcce-family .heading {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  #recruit .jcce-family .heading {
    font-size: 26px;
  }
}
#recruit .jcce-family .text {
  margin-top: 2em;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  #recruit .jcce-family .text {
    font-size: 14px;
  }
}
#recruit .jcce-family .image {
  margin: 4em auto 0 auto;
  width: 90%;
}
@media screen and (max-width: 767.98px) {
  #recruit .jcce-family .image {
    width: 100%;
  }
}

/* ダウンロードページのスタイル */
.download-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 200px; /* 最小高さを設定 */
    cursor: pointer;
}

.download-box__item {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 4:3のアスペクト比 (3/4 = 0.75) */
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0; /* 画像部分は縮小しない */
}

.download-box__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.download-box__title {
    flex: 1; /* 残りのスペースを占有 */
    min-height: 3em; /* 最小高さを設定 */
    display: flex;
    align-items: center; /* 中央揃え */
    justify-content: center; /* 水平中央揃え */
    padding: 1em 0; /* 上下の余白を増加 */
    line-height: 1.4;
    font-size: 1.1em; /* 文字サイズを拡大 */
    font-weight: bold; /* 太字 */
    text-align: center; /* テキスト中央揃え */
}

.download-item-list .download-box__button {
    display: block;
    width: 100%;
    flex-shrink: 0; /* ボタン部分は縮小しない */
    margin-top: auto; /* ボタンを下部に配置 */
    color: #fff;
    text-align: center;
}

div#mfp_overlay {
  z-index: 99999;
}

/*お問い合わせと資料請求ではページ遷移を抑制*/
.page-download .header_menu,
.page-download .header_cta,
.page-download .page_title,
.page-download .cta-block {
  display: none;
}

.page-contact .header_menu,
.page-contact .page_title{
  display: none;
}

/*GoogleMapレスポンシブ対応*/
.map {
  position: relative;
  width: 100%;
  padding-top: 66%;
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}