@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet');
/**************
Sass Mixin
**************/
/**************
Basic Setting
**************/
html {
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  color: #1B1B1B;
  font-size: 1.5em;
  font-family: -apple-system-body, BlinkMacSystemFont, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  letter-spacing: 0.04em;
}
body.admin-bar {
  position: relative;
}

select,
input,
button,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  max-width: 100%;
}

#pagetop {
  background: url(../images/common/pagetop2.png);
  background-size: contain;
  position: fixed;
  right: 8px;
  text-indent: -9999px;
  outline: none;
  opacity: 0.7;
  z-index: 10;
}
@media (min-width: 560px) {
  #pagetop {
    width: 60px;
    height: 60px;
    bottom: -60px;
  }
}
@media (max-width: 820.9px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: -50px;
  }
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

a {
  text-decoration: none;
  color: #BE241F;
  outline: none;
  font-weight: bold;
}
a:hover {
  color: #C48686;
}

/**************
Layout Set
**************/
.wrap {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1200px;
  }
  .wrap.w1300 {
    max-width: 1300px;
  }
}
@media (max-width: 559.9px) {
  .wrap {
    width: 88%;
  }
}

.middlewrap {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .middlewrap {
    width: 88%;
  }
}

.shortwrap {
  width: 92%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .shortwrap {
    width: 88%;
  }
}

.page_section {
  padding: 80px 0 40px;
}
@media (max-width: 820.9px) {
  .page_section {
    padding: 40px 0 40px;
  }
}
@media (max-width: 559.9px) {
  .page_section {
    padding-bottom: 0;
  }
}
.page_section__white {
  background-color: #fff;
}
.page_section__gray {
  background-color: #B3B1B9;
}
.page_section__black {
  background-color: #1B1B1B;
}
.page_section__bgBlue {
  background-color: #F1F6FA;
}
.page_section__lightGray {
  background-color: #F5F5F5;
}
.page_section__darkGray {
  background-color: #444444;
}
.page_section.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 559.9px) {
  .page_section.pb80 {
    padding-bottom: 40px;
  }
}

/**************
Header
**************/
#header {
  z-index: 10;
  width: 100%;
  height: 80px;
  padding: 0;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 30px;
}
@media (max-width: 559.9px) {
  #header {
    height: 64px;
  }
}
#header.fixed {
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  top: 0;
}

.header_inner {
  position: relative;
  width: 96%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header_inner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1199.9px) {
  .header_inner {
    width: 94%;
  }
}
@media (max-width: 559.9px) {
  .header_inner {
    width: 90%;
  }
}

.header_logo {
  text-align: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (min-width: 560px) {
  .header_logo {
    width: 70px;
  }
}
@media (max-width: 820.9px) {
  .header_logo {
    position: relative;
    z-index: 4;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .header_logo {
    width: 70px;
  }
}
@media (max-width: 559.9px) {
  .header_logo {
    width: 50px;
  }
}
.header_logo img {
  display: block;
  max-width: 100%;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}
.fixed .header_logo {
  background: url(../images/common/logo-text_jp.png) no-repeat center;
  background-size: contain;
}
.fixed .header_logo img {
  opacity: 0;
}

@media (min-width: 1200px) {
  .global_navi {
    background-color: #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-left: auto;
  }
}
@media (max-width: 1199.9px) {
  .global_navi {
    height: 100%;
    position: fixed;
    top: 0;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    overflow: auto;
    z-index: 11;
    background-color: #FFFFFF;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .global_navi {
    width: 400px;
    right: -440px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .global_navi {
    width: 400px;
    right: -440px;
  }
}
@media (max-width: 559.9px) {
  .global_navi {
    width: 100vw;
    left: 100%;
    top: 0;
    height: 100vh;
    padding-top: 96px;
  }
}

@media (min-width: 821px) and (max-width: 1199.9px) {
  .opened .global_navi {
    right: 0;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .opened .global_navi {
    right: 0;
  }
}
@media (max-width: 559.9px) {
  .opened .global_navi {
    left: 0;
  }
}

.navi_ul {
  position: relative;
}
@media (min-width: 1200px) {
  .navi_ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 10px;
  }
}
@media (max-width: 1199.9px) {
  .navi_ul {
    width: 80%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .navi_ul {
    margin-top: 120px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .navi_ul {
    margin-top: 120px;
  }
}
@media (max-width: 559.9px) {
  .navi_ul {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .navi_ul > li {
    position: relative;
    height: 100%;
    margin: 0 8px;
  }
}
.navi_ul > li.toggle {
  position: relative;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .navi_ul > li.toggle:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .fixed .navi_ul > li::after {
    background: #003C97;
  }
}

.header-nav-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  gap: 10px;
}
@media (min-width: 1200px) {
  .header-nav-item {
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: bold;
    padding: 0 3px;
    cursor: pointer;
    color: #1B1B1B;
  }
  .header-nav-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1B1B1B;
    display: block;
    bottom: 19px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center center;
    transition: all 0.4s ease;
  }
  .header-nav-item:hover {
    color: #1B1B1B;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header-nav-item:hover::after {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
}
@media (max-width: 1199.9px) {
  .header-nav-item {
    padding: 10px 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #1B1B1B;
    position: relative;
  }
  .header-nav-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #1B1B1B;
    display: block;
    bottom: 10px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center bottom;
    transition: all 0.4s ease;
  }
  .header-nav-item:hover {
    color: #1B1B1B;
  }
  .header-nav-item:hover::after {
    transform: scale(1, 1);
    transform-origin: center bottom;
  }
}
@media (min-width: 1200px) {
  .fixed .header-nav-item {
    color: #1B1B1B;
  }
}

@media (min-width: 1200px) {
  .megamenu {
    transition: all 0.6s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 160px;
    z-index: 4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 16px 24px;
    background-color: #444444;
    border-radius: 4px;
  }
  .megamenu.w200 {
    width: 200px;
  }
  .megamenu.w240 {
    width: 240px;
  }
}
@media (max-width: 1199.9px) {
  .megamenu {
    display: none;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .megamenu .inner_ul {
    padding: 3px 0 0;
  }
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul {
    padding: 0 24px 12px;
  }
}
.megamenu .inner_ul li {
  padding: 3px 0 0;
}
.megamenu .inner_ul li a {
  letter-spacing: 0.04em;
  padding-bottom: 4px;
}
@media (min-width: 1200px) {
  .megamenu .inner_ul li a {
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
  }
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul li a {
    display: block;
    position: relative;
    font-size: 1.3rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    padding: 5px 0 5px;
    color: #1B1B1B;
  }
}
.megamenu .inner_ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  display: block;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center bottom;
  transition: all 0.3s ease;
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul li a::after {
    background-color: #1B1B1B;
  }
}
.megamenu .inner_ul li a:hover::after {
  transform: scale(1, 1);
  transform-origin: center bottom;
}
@media (min-width: 1200px) {
  .megamenu .inner_ul .less-spc {
    display: none;
  }
}
.header_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-right: 10px;
}
@media (max-width: 1199.9px) {
  .header_buttons {
    margin-top: 50px;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.header_buttons a {
  height: 50px;
  padding: 0 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  gap: 8px;
  transition: all 0.3s ease;
  border-radius: 12px;
}
.header_buttons a.header_button-download {
  background-color: #444444;
  transition: all 0.3s ease;
  color: white;
}
.header_buttons a.header_button-download:hover {
  background-color: rgba(68, 68, 68, 0.7);
}
.header_buttons a.header_button-contact {
  background-color: #BE241F;
  transition: all 0.3s ease;
  color: white;
}
.header_buttons a.header_button-contact:hover {
  background-color: rgba(190, 36, 31, 0.7);
}

.icon-mail {
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon-mail-white.png) no-repeat;
  background-size: cover;
  display: block;
}

.icon-download {
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon-download-loop.png) no-repeat;
  background-size: cover;
  display: block;
}

.icon-external {
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon-external-link.png) no-repeat;
  background-size: cover;
  display: block;
}

@media (min-width: 1200px) {
  .menuBtn {
    display: none;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 11;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background-color: #BE241F;
    transition: all 0.3s ease-in-out 0.2s;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .menuBtn {
    width: 72px;
    height: 72px;
    right: 8px;
    top: 4px;
    border-radius: 4px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .menuBtn {
    right: 30px;
    top: 16px;
  }
}
@media (max-width: 559.9px) {
  .menuBtn {
    top: 0;
    right: 7px;
  }
}
@media (max-width: 559.9px) {
  .fixed .menuBtn {
    top: 7px;
    right: 0;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn .nav-open {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn .nav-open span,
.menuBtn .nav-open span:before,
.menuBtn .nav-open span:after {
    position: absolute;
    background: #FFFFFF;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    width: 20px;
    border-radius: 1px;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn .nav-open span::before {
    bottom: 8px;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn .nav-open span::after {
    bottom: -8px;
  }
}
.menuBtn.menu-open {
  -webkit-animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  right: 16px;
  top: 16px;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: fixed;
}
@media (max-width: 559.9px) {
  .menuBtn.menu-open {
    right: 16px;
    top: 16px;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn.menu-open .nav-open span {
    background-color: transparent;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn.menu-open .nav-open span::before, .menuBtn.menu-open .nav-open span::after {
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
  }
}
.menuBtn.menu-open .nav-open span::before {
  transform: rotate(45deg);
}
.menuBtn.menu-open .nav-open span::after {
  transform: rotate(-45deg);
}

@-webkit-keyframes menuClose {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes menuClose {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/**************
WordPressログイン時
**************/
@media (min-width: 560px) {
  .admin-bar #header {
    top: 62px;
  }
}
@media (min-width: 560px) {
  .admin-bar #header.fixed {
    top: 32px;
  }
}
@media (min-width: 1200px) {
  .admin-bar .fixed-header .megamenu {
    top: 108px;
  }
}
@media (min-width: 1200px) {
  .admin-bar .megamenu {
    top: 59px;
  }
}
@media (min-width: 1200px) {
  .admin-bar .fixed .megamenu {
    top: 66px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .admin-bar .menuBtn.menu-open {
    top: 42px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .admin-bar .menuBtn.menu-open {
    top: 55px;
  }
}
@media (max-width: 559.9px) {
  .admin-bar .menuBtn.menu-open {
    top: 32px;
  }
}

/**************
Footer
**************/
#footer {
  bottom: 0;
  box-sizing: border-box;
  padding: 64px 20px 20px;
}
@media (max-width: 559.9px) {
  #footer {
    padding-top: 40px;
  }
}
#footer.pt0 {
  padding-top: 0;
}

.footer_content {
  background-color: #444444;
  padding: 80px 35px;
}
@media (max-width: 559.9px) {
  .footer_content {
    padding: 30px 20px;
  }
}

.footer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer-title .jp {
  font-size: min(2rem, 2vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .footer-title .jp {
    font-size: 1.6rem;
  }
}
.footer-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(8rem, 7.6vw);
  text-transform: uppercase;
  letter-spacing: 0.8rem;
}
@media (max-width: 559.9px) {
  .footer-title .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
  }
}

.foot_cta {
  width: 100%;
  padding-bottom: 80px;
  border-bottom: 1px #FFFFFF solid;
}
@media (max-width: 559.9px) {
  .foot_cta {
    padding-bottom: 40px;
  }
}
.foot_cta .fcta_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #FFFFFF;
  gap: 8px;
}
@media (max-width: 559.9px) {
  .foot_cta .fcta_tel {
    gap: 5px;
  }
}
.foot_cta .fcta_tel .txt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media (max-width: 559.9px) {
  .foot_cta .fcta_tel .txt {
    font-size: 2rem;
  }
}
.foot_cta .fcta_tel .telNum {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5rem;
}
@media (max-width: 559.9px) {
  .foot_cta .fcta_tel .telNum {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
  }
}
.foot_cta .fcta_tel .txt_mini {
  font-weight: 500;
}
.foot_cta .foot_cta_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.foot_cta .foot_cta_wrap .fcta_column {
  width: 364px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px #FFFFFF solid;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 559.9px) {
  .foot_cta .foot_cta_wrap .fcta_column {
    gap: 8px;
  }
}
.foot_cta .foot_cta_wrap .fcta_column .img-icon {
  width: 32px;
}
.foot_cta .foot_cta_wrap .fcta_column .img-icon .w90 {
  width: 90%;
}
.foot_cta .foot_cta_wrap .fcta_column .fcta_column_text {
  color: #FFFFFF;
}
.foot_cta .foot_cta_wrap .fcta_column .fcta_column_text .txt {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .foot_cta .foot_cta_wrap .fcta_column .fcta_column_text .txt {
    font-size: 1.8rem;
  }
}
.foot_cta .foot_cta_wrap .fcta_column .fcta_column_text .txt_mini {
  font-weight: 500;
}
@media (max-width: 559.9px) {
  .foot_cta .foot_cta_wrap .fcta_column .fcta_column_text .txt_mini {
    font-size: 1.4rem;
  }
}
.foot_cta .foot_cta_wrap .fcta_column:hover {
  background-color: #333;
}

.foot_middle {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px #FFFFFF solid;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15vw;
}
@media (max-width: 559.9px) {
  .foot_middle {
    flex-wrap: wrap;
    gap: 7vw;
    padding: 40px 0;
  }
}

.foot_sns {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.foot_sns .sns-img {
  width: 32px;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .foot_sns .sns-img {
    width: 43px;
  }
}
.foot_sns .sns-img:hover {
  opacity: 0.7;
}

.foot-certification {
  width: 300px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4vw 4%;
}
@media (max-width: 559.9px) {
  .foot-certification {
    flex-wrap: wrap;
    text-align: center;
  }
}
.foot-certification .certification {
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .foot-certification .certification img {
    width: 60%;
  }
}

.footer_body {
  width: 100%;
  padding: 80px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10%;
}
@media (max-width: 559.9px) {
  .footer_body {
    flex-wrap: wrap;
    padding: 40px 0 0;
    gap: 8vw 10%;
  }
}

.foot_company_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 260px;
}

.foot_logo {
  width: 85px;
}

.foot_company {
  color: #FFFFFF;
}
.foot_company .foot_com {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.foot_image .foot-img {
  width: 155px;
}

.foot_navi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1199.9px) {
  .foot_navi {
    display: none;
  }
}
.foot_navi .foot_navi_column li {
  margin-bottom: 10px;
}
.foot_navi .foot_navi_column li:last-child {
  margin-bottom: 0;
}
.foot_navi .foot_navi_column li a {
  color: #FFFFFF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.footer_bottom {
  width: 100%;
  padding-bottom: 40px;
  margin-top: 60px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .footer_bottom {
    margin: 40px auto 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 559.9px) {
  .footer_bottom {
    margin-top: 32px;
    flex-direction: column;
  }
}
.footer_bottom .nc-logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .footer_bottom .nc-logo {
    width: 180px;
    margin: 30px auto 0;
  }
}

.copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 24px 0;
}
@media (max-width: 820.9px) {
  .copyright {
    font-size: 1.2rem;
  }
}

/**************
Common Parts
**************/
/* Titles */
.title1 {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title1 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.title2 {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  padding-bottom: 16px;
}
.title2::before, .title2::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.title2::before {
  width: 100%;
  background-color: #e5e5e5;
}
.title2::after {
  width: 160px;
  background-color: #003C97;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .title2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 820.9px) {
  .title2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}

.title3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding: 6px 0 6px 20px;
  border-bottom: 1px #ccc solid;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .title3 {
    font-size: 1.7rem;
  }
}
.title3::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 90%;
  background-color: #003C97;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 5%;
}

.title4 {
  font-size: 1.7rem;
  font-weight: bold;
  color: #666;
  position: relative;
  padding: 4px 0 4px 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.title4::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 80%;
  background-color: #003C97;
  position: absolute;
  left: 0;
  top: 10%;
}

.small-title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .small-title {
    margin-bottom: 20px;
  }
}
.small-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 6.8rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(6.8rem, 6.4vw);
  letter-spacing: 0.8rem;
  text-transform: uppercase;
}
@media (max-width: 559.9px) {
  .small-title .eng {
    font-size: 3.2rem;
  }
}
.small-title .jp {
  font-size: min(2rem, 2vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .small-title .jp {
    font-size: 1.6rem;
  }
}

.big-title {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .big-title {
    margin-bottom: 20px;
  }
}
.big-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(9rem, 7vw);
  letter-spacing: 1rem;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (max-width: 559.9px) {
  .big-title .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 559.9px) {
  .big-title .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
  }
}
.big-title .jp {
  font-size: min(2rem, 2vw);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
}
@media (max-width: 559.9px) {
  .big-title .jp {
    font-size: 1.6rem;
  }
}

.title01 { /***上jp下eng***/
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 559.9px) {
  .title01 {
    padding-bottom: 30px;
  }
}
.title01 .jp {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 559.9px) {
  .title01 .jp {
    font-size: 2.2rem;
  }
}
.title01 .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 559.9px) {
  .title01 .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
  }
}
.title01.small .jp {
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .title01.small .jp {
    font-size: 2.2rem;
  }
}

.underLine-title {
  display: inline-block;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.underLine-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
  display: block;
  left: 0;
  bottom: 20px;
}
.underLine-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  font-size: min(12rem, 10vw);
  line-height: 1;
}
@media (max-width: 559.9px) {
  .underLine-title .eng {
    font-size: 4rem;
  }
}
.underLine-title .jp {
  display: inline-block;
  font-size: 2.4rem;
  background-color: #F1F6FA;
  padding-right: 20px;
  position: relative;
  z-index: 3;
}
@media (max-width: 559.9px) {
  .underLine-title .jp {
    font-size: 1.8rem;
  }
}

.leftLine-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(2.6rem, 2.6vw);
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  color: #444444;
}
@media (max-width: 559.9px) {
  .leftLine-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.leftLine-title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: inline-block;
  background-color: #EFD1D1;
  width: 20px;
  height: 2px;
}
.leftLine-title.small {
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .leftLine-title.small {
    font-size: 1.8rem;
  }
}
.leftLine-title.middle {
  font-size: min(2.8rem, 2.4vw);
}
@media (max-width: 559.9px) {
  .leftLine-title.middle {
    font-size: 1.8rem;
  }
}

.leftSquare-title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media (max-width: 559.9px) {
  .leftSquare-title {
    font-size: 2rem;
    margin-bottom: 12px;
    padding-left: 25px;
  }
}
.leftSquare-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #F1F6FA;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px #1B1B1B solid;
}
@media (max-width: 559.9px) {
  .leftSquare-title::before {
    width: 15px;
    height: 15px;
  }
}
.leftSquare-title.small {
  font-size: min(1.8rem, 2.8vw);
}
.leftSquare-title.small::before {
  width: 10px;
  height: 10px;
}
@media (max-width: 559.9px) {
  .leftSquare-title.small {
    font-size: 1.8rem;
  }
}
.leftSquare-title.middle {
  font-size: min(2.8rem, 2.4vw);
}
@media (max-width: 559.9px) {
  .leftSquare-title.middle {
    font-size: 1.8rem;
  }
}

.topSquare-title {
  font-size: 3.2rem;
  text-align: center;
  margin: 23px 0 40px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 559.9px) {
  .topSquare-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.topSquare-title::before {
  position: absolute;
  top: -18px;
  left: 50.2%;
  content: "";
  display: inline-block;
  border: 1px #FFFFFF solid;
  background-color: #1B1B1B;
  width: 14px;
  height: 14px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .topSquare-title::before {
    left: 50.4%;
  }
}
.topSquare-title::after {
  position: absolute;
  top: -23px;
  left: 49.8%;
  content: "";
  display: inline-block;
  border: 2px #1B1B1B solid;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .topSquare-title::after {
    left: 49.6%;
  }
}
.topSquare-title.small {
  font-size: min(1.8rem, 2.8vw);
}
.topSquare-title.small::before {
  width: 10px;
  height: 10px;
}
@media (max-width: 559.9px) {
  .topSquare-title.small {
    font-size: 1.8rem;
  }
}
.topSquare-title.middle {
  font-size: min(2.8rem, 2.4vw);
}
@media (max-width: 559.9px) {
  .topSquare-title.middle {
    font-size: 1.8rem;
  }
}
.topSquare-title.beaf-none {
  margin-top: 0;
}
.topSquare-title.beaf-none::before {
  display: none;
}
.topSquare-title.beaf-none::after {
  display: none;
}
.topSquare-title.mb85 {
  margin-bottom: 85px;
}
@media (max-width: 559.9px) {
  .topSquare-title.mb85 {
    margin-bottom: 50px;
  }
}
.topSquare-title .fa-microphone-alt {
  position: absolute;
  color: #F4DF35;
  font-size: 25px;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 560px) {
  .horizontal_tit {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 559.9px) {
  .horizontal_tit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (min-width: 560px) {
  .horizontal_tit.end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-left: auto;
  }
}
.horizontal_tit .jp {
  position: relative;
  color: #1B1B1B;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: bold;
  top: 2px;
}
@media (max-width: 559.9px) {
  .horizontal_tit .jp {
    display: block;
    font-size: 2.1rem;
  }
}
.horizontal_tit .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #95a9bb;
  position: relative;
  line-height: 1;
}
@media (min-width: 560px) {
  .horizontal_tit .eng {
    margin-left: 20px;
    padding-left: 20px;
    top: 12px;
  }
}
@media (max-width: 559.9px) {
  .horizontal_tit .eng {
    font-size: 1.5rem;
    margin-top: 4px;
  }
}
@media (min-width: 560px) {
  .horizontal_tit .eng::before {
    width: 2px;
    height: 24px;
    content: "";
    display: block;
    background-color: #95a9bb;
    position: absolute;
    left: 0;
    top: -4px;
  }
}

.center-title {
  font-size: 2.2rem;
  text-align: center;
  margin: 50px 0 30px;
  font-weight: bold;
}
.center-title span {
  color: #003C97;
}
@media (max-width: 820.9px) {
  .center-title {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
.center-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.center-title.white {
  color: #fff;
}
.center-title.white::after {
  background-color: #fff;
}

.center-title2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .center-title2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.center-title2.red {
  color: #BE241F;
}
.center-title2.text30 {
  font-size: 3rem;
}
@media (max-width: 820.9px) {
  .center-title2.text30 {
    font-size: 2.8rem;
  }
}
.center-title2.mb85 {
  margin-bottom: 85px;
}
@media (max-width: 559.9px) {
  .center-title2.mb85 {
    margin-bottom: 50px;
  }
}

.blue-title {
  background-color: #003C97;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .blue-title {
    font-size: 2rem;
  }
}
@media (max-width: 820.9px) {
  .blue-title {
    font-size: 1.8rem;
  }
}

.lined_title {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 3px;
  margin-bottom: 32px;
  color: #444444;
}
.lined_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  background-color: #B3B1B9;
}
.lined_title span {
  display: inline-block;
  padding: 0 16px 8px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  color: #BE241F;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #BE241F;
}

.grad-title {
  position: relative;
  padding-left: 80px;
  padding-bottom: 16px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .grad-title {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-left: 56px;
  }
}
.grad-title::before {
  content: attr(data-number);
  position: absolute;
  top: -35px;
  left: 0;
  color: rgba(201, 63, 63, 0.3);
  font-size: 6rem;
}
@media (max-width: 559.9px) {
  .grad-title::before {
    font-size: 3.2rem;
    top: -38%;
  }
}
.grad-title::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: repeating-linear-gradient(-45deg, #d99e9e 0px, #b48383 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 10px 10px;
  z-index: 1;
}

.tit_404 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #003C97;
}

.centerline-title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.centerline-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  font-weight: 600;
  font-size: min(4.2rem, 3vw);
  line-height: 1;
  padding-right: 30px;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .centerline-title .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
  }
}
@media (max-width: 559.9px) {
  .centerline-title .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    padding-right: 15px;
  }
}
.centerline-title .eng::after {
  content: "";
  width: 4px;
  height: 30px;
  background-color: #1B1B1B;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.centerline-title .jp {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 30px;
}
@media (max-width: 559.9px) {
  .centerline-title .jp {
    margin-left: 15px;
  }
}

.ontheline-title {
  position: relative;
  text-align: center;
}
.ontheline-title::after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #1B1B1B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ontheline-title .jp {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #F5F5F5;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.ontheline-title .jp.white {
  background-color: #FFFFFF;
}
.ontheline-title .jp.f3 {
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .ontheline-title .jp.f3 {
    font-size: 2.2rem;
  }
}

.number-line-title {
  color: #003C97;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 559.9px) {
  .number-line-title {
    margin-bottom: 20px;
  }
}
.number-line-title .num {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(6rem, 6vw);
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
}
@media (max-width: 559.9px) {
  .number-line-title .num {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    line-height: 1;
  }
}
.number-line-title .eng_box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.number-line-title .eng_box::after {
  content: "";
  width: calc(100% + 140px);
  height: 2px;
  background-color: #003C97;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 559.9px) {
  .number-line-title .eng_box::after {
    width: calc(100% + 80px);
  }
}
.number-line-title .eng_box .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  font-weight: 500;
  background-color: #FFFFFF;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
@media (min-width: 560px) {
  .number-line-title .eng_box .eng br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .number-line-title .eng_box .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    padding: 0 15px;
  }
}
.number-line-title .jp {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .number-line-title .jp {
    font-size: 3rem;
  }
}

.logo-title {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 559.9px) {
  .logo-title {
    padding-bottom: 30px;
  }
}
.logo-title .logo-img {
  margin: 0 auto;
  background: url(../images/common/logo.png) no-repeat center;
  background-size: contain;
  width: 45px;
  height: 45px;
}
@media (max-width: 559.9px) {
  .logo-title .logo-img {
    width: 35px;
    height: 35px;
  }
}
.logo-title .jp {
  font-size: min(4rem, 3.8vw);
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .logo-title .jp {
    font-size: 3rem;
  }
}
@media (max-width: 559.9px) {
  .logo-title .jp {
    font-size: 2.2rem;
  }
}
.logo-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media (max-width: 559.9px) {
  .logo-title .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
}

.logo-title_small {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 559.9px) {
  .logo-title_small {
    padding-bottom: 30px;
  }
}
.logo-title_small .logo-img {
  margin: 0 auto;
  background: url(../images/common/logo-text_jp.png) no-repeat center;
  background-size: contain;
  width: 64px;
  height: 64px;
}
@media (max-width: 559.9px) {
  .logo-title_small .logo-img {
    width: 35px;
    height: 35px;
  }
}
.logo-title_small .jp {
  font-size: min(3rem, 3.4vw);
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .logo-title_small .jp {
    font-size: 3rem;
  }
}
@media (max-width: 559.9px) {
  .logo-title_small .jp {
    font-size: 2.2rem;
  }
}
.logo-title_small .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3rem;
}
@media (max-width: 559.9px) {
  .logo-title_small .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
}

.number-title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}
@media (max-width: 559.9px) {
  .number-title {
    padding-bottom: 20px;
  }
}
.number-title .num {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}
.number-title .num::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #444444;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.number-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .number-title .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
}
.number-title .jp {
  font-size: 1.8rem;
  font-weight: 700;
}
.number-title_red .num {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  line-height: 1.1;
}
.number-title_red .num::after {
  background-color: #BE241F;
  width: 35px;
}
.number-title_red .eng {
  color: #BE241F;
}
.number-title_red .jp {
  color: #BE241F;
}

.title-with-sideline {
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .title-with-sideline {
    font-size: 1.8rem;
  }
}
.title-with-sideline::before, .title-with-sideline::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #4557A4;
}
@media (max-width: 559.9px) {
  .title-with-sideline::before, .title-with-sideline::after {
    height: 32px;
    height: auto;
  }
}
.title-with-sideline::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
@media (max-width: 559.9px) {
  .title-with-sideline::before {
    margin-right: 12px;
    transform: rotate(-24deg);
  }
}
.title-with-sideline::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
@media (max-width: 559.9px) {
  .title-with-sideline::after {
    margin-left: 12px;
    transform: rotate(24deg);
  }
}

/* Buttons */
.btn_box-mt70 {
  margin-top: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn_box-mt50 {
  margin-top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 559.9px) {
  .btn_box-mt50 {
    margin-top: 20px;
  }
}

.btn_box-mt30 {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 559.9px) {
  .btn_box-mt30 {
    margin-top: 20px;
  }
}

.btn_box-mt20 {
  margin-top: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btnFlex_box-mt50 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw 3%;
}
@media (max-width: 559.9px) {
  .btnFlex_box-mt50 {
    margin-top: 20px;
    flex-direction: column;
  }
}

.btn_box-right {
  margin-left: auto;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-arrow-box-white {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-arrow-box-white i {
  color: #444444;
  font-size: 1.2rem;
}

.btn-arrow-box-black {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-arrow-box-black i {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.btn-darkGray {
  padding: 0 65px 0 40px;
  height: 64px;
  background-color: #444444;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s ease;
}
.btn-darkGray.w310 {
  width: 310px;
}
@media (max-width: 1199.9px) {
  .btn-darkGray.w310 {
    width: 225px;
  }
}
.btn-darkGray .jp {
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 559.9px) {
  .btn-darkGray .jp {
    font-size: 1.4rem;
  }
}
@media (max-width: 559.9px) {
  .btn-darkGray {
    height: 50px;
  }
}
.btn-darkGray:hover, .btn-darkGray:active {
  background-color: rgba(68, 68, 68, 0.7);
}

.btn-arrow-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.btn-arrow-box i {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.btn-blue {
  width: 230px;
  height: 50px;
  background-color: #95a9bb;
  border: 1px #1B1B1B solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.btn-blue.w310 {
  width: 310px;
}
@media (max-width: 1199.9px) {
  .btn-blue.w310 {
    width: 225px;
  }
}
.btn-blue .text {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #1B1B1B;
}
.btn-blue .jp {
  font-size: 1.5rem;
  font-weight: 700;
}
.btn-blue i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #1B1B1B;
}

.btn-01 {
  width: 280px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.btn-01 .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 56px);
  height: 56px;
  font-weight: bold;
}
.btn-01 .arrow {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BE241F;
  transition: all 0.3s ease;
}
.btn-01 .arrow i {
  color: white;
  transition: all 0.3s ease;
}
.btn-01.gr .txt {
  background-color: #F5F5F5;
}
.btn-01.wr .txt {
  background-color: #FFFFFF;
}
.btn-01:hover .arrow {
  background-color: #F4DF35;
}
.btn-01:hover .arrow i {
  transform: scale(1.5);
}

.btn-02 {
  width: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.btn-02 .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 40px;
  font-weight: bold;
}
.btn-02 .arrow {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003C97;
  transition: all 0.3s ease;
}
.btn-02 .arrow i {
  color: white;
  transition: all 0.3s ease;
}
.btn-02.gr .txt {
  background-color: #F5F5F5;
}
.btn-02.wh .txt {
  background-color: #FFFFFF;
}
.btn-02:hover .arrow {
  background-color: #F4DF35;
}
.btn-02:hover .arrow i {
  transform: scale(1.5);
}

.btn-black {
  width: 280px;
  height: 60px;
  border: 2px #1B1B1B solid;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #1B1B1B;
  transition: all 0.4s ease;
}
.btn-black.w300 {
  width: 300px;
}
.btn-black.w350 {
  width: 350px;
}
@media (max-width: 559.9px) {
  .btn-black.w350 {
    width: 320px;
  }
}
.btn-black.bg_white {
  background-color: #fff;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .btn-black.bg_white {
    width: 200px;
    line-height: 1.2;
  }
}
.btn-black.qa {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  border: 2px #1B1B1B solid;
}
@media (min-width: 560px) {
  .btn-black.qa br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .btn-black.qa:nth-child(n+2) {
    margin-top: 10px;
  }
}
.btn-black.qa .txt {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 50px 10px 20px;
  line-height: 1.2;
}
@media (max-width: 559.9px) {
  .btn-black {
    height: 50px;
  }
}
.btn-black .txt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 64px 0 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .btn-black .txt {
    font-size: 1.4rem;
    padding: 0 30px 0 15px;
  }
}
.btn-black i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 559.9px) {
  .btn-black i {
    right: 12px;
  }
}
.btn-black:hover {
  background-color: #1B1B1B;
  color: white;
}

.equipment-link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #444444;
  border-radius: 8px;
  padding: 0 32px 0 20px;
  height: 32px;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .equipment-link_btn {
    height: 28px;
    padding: 0 20px 0 12px;
  }
}
.equipment-link_btn .text {
  font-weight: normal;
  color: white;
}
@media (max-width: 559.9px) {
  .equipment-link_btn .text {
    font-size: 1.2rem;
  }
}
.equipment-link_btn i {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: white;
}
@media (max-width: 559.9px) {
  .equipment-link_btn i {
    font-size: 1rem;
  }
}
.equipment-link_btn:hover, .equipment-link_btn:active {
  background-color: #BE241F;
}

.link_img_box {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw 4%;
  flex-wrap: wrap;
}
.link_img_box .border {
  border: 2px #FFFFFF solid;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.link_img_box .link_img_box01 {
  width: 48%;
  max-width: 430px;
  aspect-ratio: 500/280;
  background: url(../images/page/equipment-tel.jpg) no-repeat center;
  background-size: cover;
  padding: 20px;
}
@media (max-width: 559.9px) {
  .link_img_box .link_img_box01 {
    width: 100%;
  }
}
.link_img_box .link_img_box02 {
  position: relative;
  width: 48%;
  max-width: 430px;
  aspect-ratio: 500/280;
  background: url(../images/page/equipment-mail.jpg) no-repeat center;
  background-size: cover;
  padding: 20px;
}
@media (max-width: 559.9px) {
  .link_img_box .link_img_box02 {
    width: 100%;
  }
}
.link_img_box .link_img_box02 i {
  position: absolute;
  bottom: 31%;
  right: 24%;
  font-size: 3.4rem;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.link_img_box .link_img_box02::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}
.link_img_box .link_img_box02:hover i, .link_img_box .link_img_box02 :active i {
  bottom: 33%;
}
.link_img_box .link_img_box02:hover::after, .link_img_box .link_img_box02 :active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.link_img_box .text {
  color: #FFFFFF;
  font-size: min(2.8rem, 2.6vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .link_img_box .text {
    font-size: 2rem;
  }
}
.link_img_box .num {
  color: #FFFFFF;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(3.2rem, 4vw);
  font-style: italic;
}
@media (max-width: 559.9px) {
  .link_img_box .num {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
  }
}

@-webkit-keyframes btn_anim {
  0% {
    max-width: 50px;
    max-height: 50px;
    right: 7px;
  }
  20% {
    right: 0;
    max-width: 70px;
    max-height: 70px;
  }
  50% {
    right: 0;
    max-width: 100%;
    max-height: 70px;
  }
  100% {
    right: 0;
    max-width: 100%;
    max-height: 100%;
  }
}

@keyframes btn_anim {
  0% {
    max-width: 50px;
    max-height: 50px;
    right: 7px;
  }
  20% {
    right: 0;
    max-width: 70px;
    max-height: 70px;
  }
  50% {
    right: 0;
    max-width: 100%;
    max-height: 70px;
  }
  100% {
    right: 0;
    max-width: 100%;
    max-height: 100%;
  }
}
@-webkit-keyframes btn_anim_out {
  0% {
    right: 0;
    max-width: 100%;
    max-height: 100%;
  }
  20% {
    right: 0;
    max-width: 100%;
    max-height: 70px;
  }
  50% {
    right: 0;
    max-width: 70px;
    max-height: 70px;
  }
  100% {
    max-width: 50px;
    max-height: 50px;
    right: 7px;
  }
}
@keyframes btn_anim_out {
  0% {
    right: 0;
    max-width: 100%;
    max-height: 100%;
  }
  20% {
    right: 0;
    max-width: 100%;
    max-height: 70px;
  }
  50% {
    right: 0;
    max-width: 70px;
    max-height: 70px;
  }
  100% {
    max-width: 50px;
    max-height: 50px;
    right: 7px;
  }
}
.btn-default {
  width: 240px;
  height: 54px;
  background-color: transparent;
  color: #003C97;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  padding-right: 16px;
  border: 1px #003C97 solid;
}
@media (min-width: 560px) {
  .btn-default {
    font-size: 1.6rem;
  }
}
@media (max-width: 559.9px) {
  .btn-default {
    max-width: 100%;
  }
}
.btn-default.eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}
.btn-default i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.btn-default:hover {
  color: white;
  background-color: #003C97;
}
.btn-default.white {
  color: white;
  border: 1px white solid;
}
.btn-default.white:hover {
  color: #003C97;
  background-color: white;
}

.btn-pink {
  width: 240px;
  height: 56px;
  background-color: #FFB9B9;
  border-radius: 4px;
  color: #1B1B1B;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  padding-left: 16px;
}
@media (max-width: 559.9px) {
  .btn-pink {
    max-width: 100%;
  }
}
.btn-pink i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
}
.btn-pink:hover {
  color: #1B1B1B;
  background-color: #ffa3c3;
}

.btn-yellow {
  width: 240px;
  height: 56px;
  background-color: #F4DF35;
  border-radius: 4px;
  color: #1B1B1B;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  padding-left: 16px;
}
@media (max-width: 559.9px) {
  .btn-yellow {
    max-width: 100%;
  }
}
.btn-yellow i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
}
.btn-yellow:hover {
  color: #1B1B1B;
  background-color: #ffea83;
}

.lined_link {
  width: 280px;
  color: #003C97;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #003C97 solid;
  height: 60px;
  padding: 0 32px 0 8px;
  position: relative;
}
.lined_link::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #ACCFE7;
  transition: all 0.4s ease-in-out;
}
.lined_link i {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
.lined_link:hover::after {
  max-width: 100%;
}

.btn-with-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.btn-with-arrow .arrow {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003C97;
  margin-right: 12px;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.btn-with-arrow .arrow i {
  color: white;
}
.btn-with-arrow .txt {
  display: inline-block;
  position: relative;
  padding: 10px 4px 8px;
  color: #1B1B1B;
}
.btn-with-arrow .txt::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #1B1B1B;
}
.btn-with-arrow:hover .arrow {
  transform: scale(1.1);
}
.btn-with-arrow.white .arrow {
  background-color: white;
}
.btn-with-arrow.white .arrow i {
  color: #003C97;
}
.btn-with-arrow.white .txt {
  color: white;
}
.btn-with-arrow.white .txt::before {
  background-color: white;
}

/* Tables */
.table-row {
  width: 100%;
}
.table-row th {
  padding: 12px 24px;
  text-align: left;
}
@media (min-width: 560px) {
  .table-row th {
    border-bottom: 1px #FFB9B9 solid;
    width: 200px;
  }
}
@media (max-width: 559.9px) {
  .table-row th {
    width: 100%;
    display: block;
    background-color: #f3f3f3;
    padding: 8px;
  }
}
.table-row td {
  padding: 12px 24px;
}
@media (min-width: 560px) {
  .table-row td {
    border-bottom: 1px #ddd solid;
  }
}
@media (max-width: 559.9px) {
  .table-row td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}

.table-fixform {
  width: 100%;
  margin: 0 auto;
}
.table-fixform th {
  width: 25%;
  font-weight: 700;
  border-bottom: #C48686 1px solid;
  padding: 20px 5px;
}
@media (max-width: 820.9px) {
  .table-fixform th {
    padding: 20px 5px;
    width: 25%;
  }
}
@media (max-width: 559.9px) {
  .table-fixform th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px 0 2px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.table-fixform td {
  padding: 20px 24px;
  border-bottom: #d3d3d3 1px solid;
  gap: 0 60px;
}
.table-fixform td.flex {
  display: flex;
  align-items: center;
}
@media (max-width: 559.9px) {
  .table-fixform td.flex {
    display: block;
  }
}
.table-fixform td.flex .table-img {
  width: 200px;
}
@media (max-width: 559.9px) {
  .table-fixform td.flex .table-img {
    margin-top: 10px;
  }
}
@media (max-width: 820.9px) {
  .table-fixform td {
    padding: 20px 24px;
  }
}
@media (max-width: 559.9px) {
  .table-fixform td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
}
.table-fixform td dl {
  margin-bottom: 20px;
}
.table-fixform td dl:last-child {
  margin-bottom: 0;
}
.table-fixform td dl dt {
  align-items: center;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 820.9px) {
  .table-fixform td dl dt {
    display: block;
    padding-left: 15px;
  }
}
.table-fixform td dl dt::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  display: inline-flex;
  background-color: #FFD700;
  border-radius: 4px;
}
@media (max-width: 820.9px) {
  .table-fixform td dl dt::before {
    width: 10px;
    height: 10px;
  }
}
.table-fixform td dl dd {
  margin-left: calc(1rem + 15px);
}
.table-fixform td dl .link_btn {
  margin-top: 10px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  font-weight: 700;
  background-color: #003C97;
  color: #FFFFFF;
  padding: 6px 15px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.table-fixform td dl .link_btn i {
  margin-left: 20px;
}
.table-fixform td dl .link_btn:hover, .table-fixform td dl .link_btn :active {
  background-color: #95a9bb;
}

.table-f {
  width: 100%;
  min-width: 740px;
  font-feature-settings: "palt";
}
@media (max-width: 820.9px) {
  .table-f {
    font-size: 1.4rem;
  }
}
.table-f tr th {
  width: 180px;
  padding: 12px 20px;
  background-color: #444444;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 1199.9px) {
  .table-f tr th {
    padding: 5px 10px;
  }
}
.table-f tr td {
  border-bottom: 1px #444444 solid;
  text-align: left;
  padding: 12px 15px;
}
@media (max-width: 1199.9px) {
  .table-f tr td {
    padding: 5px 10px;
  }
}
.table-f tr td:last-child {
  text-align: center;
}
.table-f tr:nth-child(odd) td {
  background-color: #F5F5F5;
}

.table-f2 {
  width: 90%;
  margin: 50px auto 0;
  position: relative;
  z-index: 3;
  min-width: 800px;
}
@media (max-width: 559.9px) {
  .table-f2 {
    margin-top: 20px;
  }
}
.table-f2 tr th {
  color: #003C97;
  border-bottom: 2px #BE241F solid;
  padding: 6px 5px;
}
@media (max-width: 820.9px) {
  .table-f2 tr th {
    font-size: 1.4rem;
    padding: 4px 5px;
  }
}
.table-f2 tr td {
  border-bottom: 1px #B3B1B9 solid;
  padding: 6px 5px;
  text-align: center;
}
@media (max-width: 820.9px) {
  .table-f2 tr td {
    font-size: 1.3rem;
    padding: 4px 5px;
  }
}

.table_content {
  background-color: #FFFFFF;
  padding: 30px;
}
.table_content .table-bgcolor {
  width: 100%;
}
.table_content .table-bgcolor th {
  width: 25%;
  font-weight: 700;
  border-bottom: #4557A4 1px solid;
  padding: 20px 5px;
}
@media (max-width: 820.9px) {
  .table_content .table-bgcolor th {
    padding: 20px 5px;
    width: 25%;
  }
}
@media (max-width: 559.9px) {
  .table_content .table-bgcolor th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px 0 2px;
  }
}
.table_content .table-bgcolor td {
  padding: 20px 24px;
  border-bottom: #d3d3d3 1px solid;
  gap: 0 60px;
}
.table_content .table-bgcolor td.flex {
  display: flex;
  align-items: center;
}
@media (max-width: 559.9px) {
  .table_content .table-bgcolor td.flex {
    display: block;
  }
}
.table_content .table-bgcolor td.flex .table-img {
  width: 200px;
}
@media (max-width: 559.9px) {
  .table_content .table-bgcolor td.flex .table-img {
    margin-top: 10px;
  }
}
@media (max-width: 820.9px) {
  .table_content .table-bgcolor td {
    padding: 20px 24px;
  }
}
@media (max-width: 559.9px) {
  .table_content .table-bgcolor td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
}
.table_content .table-bgcolor td dl { /***消さない***/
  margin-bottom: 20px;
}
.table_content .table-bgcolor td dl:last-child {
  margin-bottom: 0;
}
.table_content .table-bgcolor td dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.table_content .table-bgcolor td dl dt .circleNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 1.4rem;
  border-radius: 50%;
  border: 1px #1B1B1B solid;
  line-height: 1;
  margin-right: 8px;
}
.table_content .table-bgcolor td dl dd {
  padding-left: 26px;
}
.table_content .table-bgcolor td ul li {
  margin-left: 26px;
  list-style: disc;
}

.table-a {
  width: 85%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 15px;
}
@media (max-width: 820.9px) {
  .table-a {
    width: 100%;
    border-spacing: 10px 10px;
  }
}
.table-a tr th {
  padding: 8px 0;
}
.table-a tr td {
  padding: 8px 0;
}

/* Parts */
.sq1, .sq_black {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}
.sq1::before, .sq_black::before {
  width: 10px;
  height: 10px;
  background-color: #F4DF35;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

.sq_white {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  color: white;
}
.sq_white::before {
  width: 10px;
  height: 10px;
  background-color: white;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}

/* Lists */
.list-disc {
  margin-left: 15px;
}
.list-disc li {
  list-style: square;
}
.list-disc li b {
  display: inline-block;
  margin-right: 10px;
}

.list-decimal {
  margin-left: 20px;
}
.list-decimal li {
  list-style: decimal;
}
.list-decimal li b {
  display: inline-block;
  margin-right: 10px;
}

.list-decimal2 {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
}
.list-decimal2 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
.list-decimal2 li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5c9ee7;
  color: white;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.list-check li {
  position: relative;
  padding: 2px 0 2px 28px;
}
.list-check li::before {
  content: "";
  display: block;
  background: url(../images/common/icon_check_black.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}
.list-check li span {
  font-weight: bold;
  color: #003C97;
}

/* Boxes */
.borderBox {
  background-color: #fff6f9;
  border: #ccc solid 1px;
  padding: 24px 40px;
}
@media (max-width: 820.9px) {
  .borderBox {
    padding: 16px;
  }
}

.blueBox {
  background-color: #F1F6FA;
  padding: 40px;
  border-radius: 16px;
}
@media (max-width: 820.9px) {
  .blueBox {
    padding: 16px;
  }
}

.br12 {
  border-radius: 12px;
  overflow: hidden;
}

.br32 {
  border-radius: 32px;
  overflow: hidden;
}

.br12_box {
  border-radius: 4px;
  background-color: #BE241F;
  height: 27px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.br12_box .br12_box_jp {
  font-size: 1.8rem;
  color: #FFFFFF;
}
.br12_box .br12_box_jp span {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 8px;
}

/* Texts */
@media (min-width: 1200px) {
  .strong_text {
    font-size: 1.8rem;
    text-align: center;
  }
}

.sub-title {
  font-size: 2.5rem;
  font-weight: 700;
  font-size: min(2.5rem, 2vw);
  color: #FFFFFF;
  margin-bottom: 3vw;
}
@media (max-width: 559.9px) {
  .sub-title {
    font-size: 1.8rem;
  }
}

.under-text500 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2rem;
}

.under-text400 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2rem;
}

.page_top_text {
  text-align: center;
  font-size: 1.7rem;
}
.page_top_text.lot {
  margin-top: 30px;
}
@media (max-width: 820.9px) {
  .page_top_text {
    text-align: left;
    font-size: 1.7rem;
  }
}
@media (max-width: 559.9px) {
  .page_top_text br {
    display: none;
  }
}

.white {
  color: white;
}

.black {
  color: #1B1B1B;
}

.red {
  color: #BE241F;
}

.text18 {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .text18 {
    font-size: 1.6rem;
  }
}

.text15 {
  font-size: 1.5rem;
}

.text16 {
  font-size: 1.6rem;
}

.text32 {
  font-size: 3.2rem;
}

.text20 {
  font-size: 2rem;
}

.textBold {
  font-weight: 700;
}

.textMedium {
  font-weight: 500;
}

.mb80 {
  margin-bottom: 80px;
}

.textCenter {
  text-align: center;
}

.bicolor-num {
  font-family: DM Sans;
}
.bicolor-num span {
  color: #BE241F;
}

.mt20 {
  margin-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

/* Others */
.mauto {
  margin-left: auto;
  margin-right: auto;
}

.mright {
  margin-left: auto;
  margin-right: 0;
}

.anchor {
  padding-top: 80px;
  margin-top: -80px;
}
@media (max-width: 820.9px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.sp-scroll {
  width: 100%;
  overflow-x: auto;
}

.underconst {
  background-color: #fff;
  text-align: center;
  margin: 50px auto;
  padding: 80px 0;
  border: 1px #ddd solid;
  border-radius: 5px;
}

@media (max-width: 559.9px) {
  .sp_none {
    display: none;
  }
}

@media (max-width: 820.9px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 560px) {
  .sp_only {
    display: none;
  }
}

.float_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.red-arrow_link {
  height: 30px;
  padding: 0 25px;
  background-color: #BE241F;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.4s ease;
}
.red-arrow_link.w310 {
  width: 310px;
}
@media (max-width: 1199.9px) {
  .red-arrow_link.w310 {
    width: 225px;
  }
}
.red-arrow_link .jp {
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 559.9px) {
  .red-arrow_link .jp {
    font-size: 1.4rem;
  }
}
.red-arrow_link i {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #FFFFFF;
}
.red-arrow_link:hover, .red-arrow_link :active {
  background-color: rgba(190, 36, 31, 0.7);
}

/* Animations */
@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateX(40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInR {
  0% {
    transform: translateX(-40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInR {
  0% {
    transform: translateX(-40px);
    filter: blur(1.5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg);
  }
  10% {
    opacity: 1;
    transform: rotate(-145deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@keyframes cubeIn {
  0% {
    opacity: 0;
    transform: rotate(-145deg);
  }
  10% {
    opacity: 1;
    transform: rotate(-145deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@-webkit-keyframes zoom-in {
  0% {
    transform: translate(20px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: translate(20px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/**************
HOME
**************/
#main_wrap {
  width: 100%;
  position: relative;
}

#mainVisual {
  width: 100%;
  display: block;
  padding: 20px;
  position: relative;
}
@media (min-width: 821px) {
  #mainVisual {
    height: 100vh;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #mainVisual {
    height: 680px;
  }
}
@media (max-width: 559.9px) {
  #mainVisual {
    height: 50vh;
    padding: 3vw;
  }
}

.header_logo_Individual {
  width: 230px;
  height: 150px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom-right-radius: 32px;
  text-align: center;
}
@media (max-width: 559.9px) {
  .header_logo_Individual {
    width: 130px;
    height: 96px;
    border-bottom-right-radius: 16px;
  }
}
.header_logo_Individual .Individual_logo {
  width: 100px;
}
@media (max-width: 559.9px) {
  .header_logo_Individual .Individual_logo {
    width: 50px;
  }
}
.header_logo_Individual .top-corner_top {
  position: absolute;
  top: 20px;
  right: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .header_logo_Individual .top-corner_top {
    width: 16px;
    right: -16px;
    top: 3vw;
  }
}
.header_logo_Individual .top-corner_left {
  position: absolute;
  top: 150px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .header_logo_Individual .top-corner_left {
    width: 16px;
    top: 96px;
    left: 3vw;
  }
}
.header_logo_Individual.opened {
  z-index: 8;
}

.mainVisual_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 32px;
  background-color: #003C97;
}
@media (max-width: 559.9px) {
  .main_img {
    border-radius: 18px;
  }
}
.main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.top_main_slider {
  width: 100%;
  height: 100%;
}
@media (min-width: 560px) {
  .top_main_slider .swiper-pagination {
    transform: rotate(90deg);
    width: 160px !important;
    height: 2px;
    top: 50% !important;
    left: auto !important;
    right: -60px;
  }
}
.top_main_slider .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 0;
}
@media (max-width: 559.9px) {
  .top_main_slider .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
}
.top_main_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

.main_video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.main_video .main_video_box {
  width: 100%;
  height: 100%;
}
.main_video .main_video_box video {
  background-size: cover;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.logo_big {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease forwards;
          animation: fadeIn 1.5s ease forwards;
}
.logo_big svg {
  height: 160%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -31%;
  left: 30%;
  margin: auto;
  mix-blend-mode: lighten;
  opacity: 0.3;
}
@media (max-width: 1199.9px) {
  .logo_big svg {
    height: 90%;
    top: 10%;
    left: 30%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .logo_big svg {
    left: 60%;
  }
}
@media (max-width: 559.9px) {
  .logo_big svg {
    height: 70%;
    top: 25%;
    left: 45%;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(72, 72, 72, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: plus-darker;
}
@media (max-width: 559.9px) {
  .overlay {
    background: linear-gradient(180deg, rgba(72, 72, 72, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  }
}

.mainCatch01 {
  position: absolute;
  top: 33%;
  left: 5vw;
}
@media (max-width: 559.9px) {
  .mainCatch01 {
    left: 20px;
  }
}

.main_catch-01 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(12rem, 7.2vw);
  font-weight: 900;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  letter-spacing: 1rem;
  line-height: 1.3;
}
@media (max-width: 820.9px) {
  .main_catch-01 {
    margin-bottom: 10px;
  }
}
@media (max-width: 559.9px) {
  .main_catch-01 {
    font-size: 2.8rem;
    letter-spacing: 0.5rem;
    margin-bottom: 5px;
  }
}
@media (min-width: 560px) {
  .main_catch-01 br {
    display: none;
  }
}

.main_company {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(6.4rem, 2.4vw);
  color: #FFFFFF;
  letter-spacing: 0.4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .main_company {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3rem;
  }
}

.mainCatImg {
  width: 80vw;
}

.mainCatch02 {
  position: absolute;
  top: 60%;
  left: 5vw;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .mainCatch02 {
    left: 20px;
  }
}

.main_catch-02 {
  font-size: min(2.8rem, 2.4vw);
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5rem;
}
@media (max-width: 820.9px) {
  .main_catch-02 {
    margin-bottom: 10px;
  }
}
@media (max-width: 559.9px) {
  .main_catch-02 {
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
  }
}
@media (min-width: 560px) {
  .main_catch-02 br {
    display: none;
  }
}

.main_catch-02-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2%;
  margin-top: 20px;
}
@media (max-width: 559.9px) {
  .main_catch-02-box {
    margin-top: 10px;
  }
}
.main_catch-02-box .main_catch-02-box-inner {
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 700;
  border: 1px #FFFFFF solid;
  padding: 4px 20px;
}
@media (max-width: 559.9px) {
  .main_catch-02-box .main_catch-02-box-inner {
    font-size: 1.3rem;
    padding: 1px 10px;
  }
}

.header_news {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: all 0.4s ease;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .header_news {
    display: none;
  }
}
.header_news .day {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  height: 44px;
  width: 185px;
  border-right: 2px #d9d9d9 solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_news .news_title {
  font-size: 1.4rem;
  padding: 0 33px;
}
.header_news:hover, .header_news :active {
  background-color: rgba(255, 255, 255, 0.7);
}

.top_news_section {
  padding: 80px 0 120px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_news_section {
    padding: 50px 0;
  }
}
@media (max-width: 559.9px) {
  .top_news_section {
    padding: 30px 0;
  }
}
.top_news_section .wrap {
  position: relative;
}
.top_news_section .wrap .top_news_section_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 30px;
  right: 0;
}
@media (max-width: 559.9px) {
  .top_news_section .wrap .top_news_section_btn {
    top: 0;
  }
}

.news_archive {
  width: 100%;
}
.news_archive .news_item {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 100px;
  position: relative;
}
.news_archive .news_item:last-child {
  margin-bottom: 0;
}
.news_archive .news_item.news_index {
  width: 33.3333333333%;
}
@media (max-width: 1199.9px) {
  .news_archive .news_item.news_index {
    width: 50%;
  }
}
@media (max-width: 559.9px) {
  .news_archive .news_item {
    height: 85px;
  }
}
.news_archive .news_item .news_inner_date {
  background-color: #F5F5F5;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  transition: all 0.4s ease;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner_date {
    width: 100px;
  }
}
.news_archive .news_item .news_inner_date .date {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner_date .date {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
  }
}
.news_archive .news_item .news_inner_text {
  display: flex;
  align-items: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #F5F5F5;
  height: 100%;
  width: calc(100% - 222px);
  transition: all 0.4s ease;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner_text {
    width: calc(100% - 102px);
    flex-direction: column;
    padding: 10px;
    justify-content: center;
  }
}
.news_archive .news_item .news_inner_text .news_text {
  width: 100%;
  font-weight: 500;
  padding: 0 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner_text .news_text {
    padding: 0;
    width: 100%;
    font-size: 1.3rem;
  }
}
.news_archive .news_item .news_inner_text .arrow-right_black {
  width: 40px;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner_text .arrow-right_black {
    display: none;
  }
}
.news_archive .news_item:hover .news_inner_date, .news_archive .news_item :active .news_inner_date {
  background-color: rgba(0, 0, 0, 0.08);
}
.news_archive .news_item:hover .news_inner_text, .news_archive .news_item :active .news_inner_text {
  background-color: rgba(0, 0, 0, 0.08);
}

.top_mission_section {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
@media (min-width: 1200px) {
  .top_mission_section {
    max-width: 1500px;
  }
}
@media (max-width: 559.9px) {
  .top_mission_section {
    width: 90%;
  }
}
.top_mission_section.moved {
  opacity: 1;
  transform: translateY(0px);
}

.mission {
  background-color: #BE241F;
  padding: 70px 0;
  position: relative;
}
@media (max-width: 559.9px) {
  .mission {
    padding: 35px 0;
  }
}
.mission .mission_head_box {
  display: flex;
  flex-wrap: wrap;
  padding: 70px;
  gap: 4vw 5%;
  border-top: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
}
@media (max-width: 1199.9px) {
  .mission .mission_head_box {
    padding: 70px 40px;
  }
}
@media (max-width: 559.9px) {
  .mission .mission_head_box {
    padding: 30px 20px;
  }
}
.mission .mission_head_box .mission-left {
  width: 40%;
}
@media (max-width: 559.9px) {
  .mission .mission_head_box .mission-left {
    width: 100%;
  }
}
.mission .mission_head_box .mission_right {
  width: 55%;
}
@media (max-width: 559.9px) {
  .mission .mission_head_box .mission_right {
    width: 100%;
  }
}
.mission .mission_box {
  padding: 70px 70px 0;
}
@media (max-width: 1199.9px) {
  .mission .mission_box {
    padding: 70px 40px 0;
  }
}
@media (max-width: 559.9px) {
  .mission .mission_box {
    padding: 30px 20px 0;
  }
}
.mission .mission_box .mission_item {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  height: 135px;
  position: relative;
}
@media (max-width: 559.9px) {
  .mission .mission_box .mission_item {
    height: auto;
  }
}
.mission .mission_box .mission_item:last-child {
  margin-bottom: 0;
}
.mission .mission_box .mission_item .mission_num {
  background-color: #FFFFFF;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
}
@media (max-width: 1199.9px) {
  .mission .mission_box .mission_item .mission_num {
    width: 106px;
  }
}
@media (max-width: 559.9px) {
  .mission .mission_box .mission_item .mission_num {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 12px;
    height: auto;
  }
}
.mission .mission_box .mission_item .mission_num .num {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4rem;
}
@media (max-width: 1199.9px) {
  .mission .mission_box .mission_item .mission_num .num {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 559.9px) {
  .mission .mission_box .mission_item .mission_num .num {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
  }
}
.mission .mission_box .mission_item .mission_text_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #FFFFFF;
  height: 100%;
  width: calc(100% - 174px);
  padding: 0 50px;
}
@media (max-width: 1199.9px) {
  .mission .mission_box .mission_item .mission_text_inner {
    width: calc(100% - 110px);
  }
}
@media (max-width: 820.9px) {
  .mission .mission_box .mission_item .mission_text_inner {
    padding: 0 30px;
  }
}
@media (max-width: 559.9px) {
  .mission .mission_box .mission_item .mission_text_inner {
    width: 100%;
    padding: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    align-items: center;
  }
}
.mission .mission_box .mission_item .mission_text_inner .mission_text_inner_head {
  font-size: min(3.2rem, 2.8vw);
  font-weight: 700;
  letter-spacing: 0.2rem;
}
@media (max-width: 559.9px) {
  .mission .mission_box .mission_item .mission_text_inner .mission_text_inner_head {
    font-size: 1.8rem;
  }
}
.mission .mission_box .mission_item .mission_text_inner .mission_text {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .mission .mission_box .mission_item .mission_text_inner .mission_text {
    font-size: 1.4rem;
  }
}

.top_technology_section {
  width: 96%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .top_technology_section {
    max-width: 1500px;
  }
}
@media (max-width: 559.9px) {
  .top_technology_section {
    width: 90%;
    margin-top: 40px;
  }
}

.technology {
  background-color: #444444;
  padding: 70px;
}
@media (max-width: 1199.9px) {
  .technology {
    padding: 40px;
  }
}
@media (max-width: 559.9px) {
  .technology {
    padding: 20px;
  }
}

.technology_box {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  gap: 3vw 5%;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
.technology_box:last-child {
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .technology_box {
    padding: 20px;
  }
}
.technology_box.moved {
  opacity: 1;
  transform: translateY(0px);
}
.technology_box .technology_left {
  width: 45%;
}
@media (max-width: 559.9px) {
  .technology_box .technology_left {
    width: 100%;
  }
}
.technology_box .technology_left .technology_left_inner {
  padding-left: 1.4vw;
}
.technology_box .technology_left .technology_left_inner .technology_head {
  font-size: min(3.2rem, 3vw);
  font-weight: 700;
  margin-bottom: 3vw;
}
@media (max-width: 559.9px) {
  .technology_box .technology_left .technology_left_inner .technology_head {
    font-size: 2rem;
  }
}
.technology_box .technology_right {
  width: 50%;
}
@media (max-width: 559.9px) {
  .technology_box .technology_right {
    width: 100%;
  }
}

.top_quality_section {
  overflow: hidden;
  position: relative;
}
.top_quality_section .logomark {
  width: 50vw;
  position: absolute;
  top: 2vw;
  right: -8vw;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .top_quality_section .logomark {
    width: 60vw;
    top: 8vw;
  }
}
.top_quality_section .top_quality_inner {
  width: 92%;
  padding: 120px 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .top_quality_section .top_quality_inner {
    max-width: 1450px;
  }
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner {
    width: 90%;
    padding: 60px 0;
  }
}
.top_quality_section .top_quality_inner .quality_eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner .quality_eng {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.top_quality_section .top_quality_inner .text50-head {
  font-size: 4.6rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner .text50-head {
    font-size: 2.8rem;
  }
}
.top_quality_section .top_quality_inner .quality_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 4%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner .quality_box {
    margin-top: 30px;
  }
}
.top_quality_section .top_quality_inner .quality_box.moved {
  opacity: 1;
  transform: translateY(0);
}
.top_quality_section .top_quality_inner .quality_box .quality_box_inner {
  width: 48%;
  background-color: #F5F5F5;
  padding: 40px;
  position: relative;
}
.top_quality_section .top_quality_inner .quality_box .quality_box_inner.mt35 {
  margin-top: 35px;
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner .quality_box .quality_box_inner.mt35 {
    margin-top: 0;
  }
}
.top_quality_section .top_quality_inner .quality_box .quality_box_inner.mb35 {
  margin-bottom: 35px;
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner .quality_box .quality_box_inner.mb35 {
    margin-bottom: 0;
  }
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner .quality_box .quality_box_inner {
    width: 100%;
    padding: 25px;
  }
}
.top_quality_section .top_quality_inner .quality_box .quality_box_inner .quality_box_head {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner .quality_box .quality_box_inner .quality_box_head {
    margin: 10px 0;
  }
}
.top_quality_section .top_quality_inner .quality_box .quality_box_inner .quality_box_head .jp {
  font-size: min(3.2rem, 2.8vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner .quality_box .quality_box_inner .quality_box_head .jp {
    font-size: 2rem;
  }
}
.top_quality_section .top_quality_inner .quality_box .quality_box_inner .quality_box_head .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(1.8rem, 2vw);
}
@media (max-width: 559.9px) {
  .top_quality_section .top_quality_inner .quality_box .quality_box_inner .quality_box_head .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
}
.top_quality_section .top_quality_inner .quality_box .quality_box_inner .top-quality-img img {
  transition: all 0.3s ease;
}
.top_quality_section .top_quality_inner .quality_box .quality_box_inner:hover .top-quality-img img {
  transform: scale(1.05);
}
.top_quality_section .middlewrap {
  position: relative;
  z-index: 2;
}

.top_company_section {
  width: 100%;
}
.top_company_section .top_company_bgimg {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 96%;
  padding: 120px 0 120px 5vw;
  background: linear-gradient(265deg, #DADADA 34.86%, rgba(170, 151, 151, 0.4) 74.77%), url(../images/top/top-company-main.jpg) no-repeat center;
  background-size: cover;
  background-blend-mode: darken;
}
@media (max-width: 559.9px) {
  .top_company_section .top_company_bgimg {
    width: 95%;
    padding: 50px 0 50px 5vw;
  }
}

.top_company_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.top_company_box01 {
  display: flex;
  margin-top: 64px;
  gap: 5vw 5%;
}
@media (max-width: 559.9px) {
  .top_company_box01 {
    flex-direction: column;
    margin-top: 40px;
  }
}
.top_company_box01 .top_company_box01_inner {
  width: 320px;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}
.top_company_box01 .top_company_box01_inner.moved {
  opacity: 1;
  transform: translateY(0);
}
.top_company_box01 .top_company_box01_inner .top-company-01-img {
  margin-bottom: 15px;
}
@media (max-width: 559.9px) {
  .top_company_box01 .top_company_box01_inner .top-company-01-img {
    margin-bottom: 8px;
  }
}
.top_company_box01 .top_company_box01_inner .top-company-01-img img {
  transition: all 0.3s ease;
}
.top_company_box01 .top_company_box01_inner:hover .top-company-01-img img {
  transform: scale(1.06);
}

.top_company_box02 {
  display: flex;
  margin-top: 50px;
  gap: 36px;
  flex-wrap: wrap;
  width: 80vw;
  max-width: 1280px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_company_box02 {
    gap: 10px;
  }
}
@media (max-width: 559.9px) {
  .top_company_box02 {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
}
.top_company_box02 .top_company_box02_inner {
  width: calc(33.3333333333% - 24px);
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .top_company_box02 .top_company_box02_inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
}
@media (max-width: 559.9px) {
  .top_company_box02 .top_company_box02_inner {
    width: 100%;
  }
}
.top_company_box02 .top_company_box02_inner.moved {
  opacity: 1;
  transform: translateY(0);
}
.top_company_box02 .top_company_box02_inner .top-company-02-img {
  width: 120px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .top_company_box02 .top_company_box02_inner .top-company-02-img {
    width: 210px;
  }
}
@media (max-width: 559.9px) {
  .top_company_box02 .top_company_box02_inner .top-company-02-img {
    width: 100px;
  }
}
.top_company_box02 .top_company_box02_inner .top-company-02-img img {
  transition: all 0.3s ease;
}
.top_company_box02 .top_company_box02_inner:hover .top-company-02-img img {
  transform: scale(1.06);
}

.top_company_link {
  padding-left: 20px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .top_company_link {
    padding-left: 0;
  }
}
@media (max-width: 559.9px) {
  .top_company_link {
    padding-left: 15px;
    flex: 1;
  }
}
.top_company_link .top_company_link_top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 5px;
}
@media (max-width: 559.9px) {
  .top_company_link .top_company_link_top {
    justify-content: space-between;
  }
}
.top_company_link .top_company_link_top .jp {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFFFFF;
  font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 820.9px) {
  .top_company_link .top_company_link_top .jp {
    font-size: 1.8rem;
  }
}
@media (max-width: 559.9px) {
  .top_company_link .top_company_link_top .jp {
    font-size: 1.6rem;
  }
}
.top_company_link .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 559.9px) {
  .top_company_link .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
  }
}

.top_banners {
  width: 90vw;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .top_banners {
    width: 86vw;
    margin: 0 auto 0 5vw;
  }
}

.top-banner {
  margin-top: -50px;
  max-width: 1000px;
  opacity: 0;
  transition: all 1s ease;
  position: relative;
}
.top-banner.moved {
  opacity: 1;
}
@media (max-width: 1199.9px) {
  .top-banner {
    margin-top: -40px;
  }
}
@media (max-width: 559.9px) {
  .top-banner {
    margin: -20px auto 0;
    width: 95%;
    height: 120px;
  }
}
.top-banner .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 32%;
  padding-right: 32px;
}
.top-banner .inner .inner_tit {
  color: white;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .top-banner .inner .inner_tit {
    font-size: 2rem;
  }
}
.top-banner .inner .inner_text {
  color: white;
  font-size: 1.7rem;
}
@media (max-width: 559.9px) {
  .top-banner .inner .inner_text {
    font-size: 1.2rem;
  }
}
.top-banner img {
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .top-banner img {
    position: absolute;
    bottom: 0;
    left: -30px;
    height: 100%;
    width: auto;
    max-width: 1000px;
  }
}
.top-banner:hover img {
  transform: scale(1.05);
}

.top-banner-vn {
  margin-top: 50px;
  max-width: 1000px;
  position: relative;
}
.top-banner-vn img {
  transition: all 0.3s ease;
}
.top-banner-vn:hover img {
  transform: scale(1.03);
}

.top_group_company {
  width: 90%;
  padding: 3vw;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  opacity: 0;
  transition: all 1s ease;
  background-color: #EFD1D1;
  margin-top: 60px;
}
.top_group_company.moved {
  opacity: 1;
}
@media (min-width: 1200px) {
  .top_group_company {
    max-width: 1450px;
  }
}
@media (max-width: 559.9px) {
  .top_group_company {
    width: 100%;
    margin-top: 30px;
    background-color: #f3f3f3;
    border-radius: 0;
    padding: 24px;
  }
}

.top_group_company_slider {
  opacity: 0;
  transform: translate(20px);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 821px) {
  .top_group_company_slider {
    margin-left: 0;
  }
}
.top_group_company_slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.top_group_company_slider .swiper-slide a {
  transition: all 0.3s ease 0s;
}
.top_group_company_slider .swiper-slide a:hover {
  transform: scale(1.04);
}
.top_group_company_slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  transform: translateZ(0);
}
.top_group_company_slider-box {
  width: 100%;
  display: block;
}
.top_group_company_slider-box:hover .top_tech_slider-image .top_photo_slider-image-inner img {
  transform: scale(1.1);
}
.top_group_company_slider-image {
  overflow: hidden;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
.top_group_company_slider-image .top_photo_slider-image-inner {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.top_group_company_slider-image .top_photo_slider-image-inner img {
  transform: scale(1.25);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top_group_company_slider.moved {
  opacity: 1;
  transform: translate(0);
}
.top_group_company_slider.moved .group-company-img img {
  opacity: 1;
  transform: scale(1);
}
.top_group_company_slider .swiper-button-prev, .top_group_company_slider .swiper-button-next {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  border: 1px #1B1B1B solid;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
}
@media (min-width: 560px) {
  .top_group_company_slider .swiper-button-prev, .top_group_company_slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_group_company_slider .swiper-button-prev, .top_group_company_slider .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 559.9px) {
  .top_group_company_slider .swiper-button-prev, .top_group_company_slider .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 37%;
  }
}
.top_group_company_slider .swiper-button-prev::after, .top_group_company_slider .swiper-button-next::after {
  display: none;
}
.top_group_company_slider .swiper-button-prev img, .top_group_company_slider .swiper-button-next img {
  display: block;
  width: 12px;
}
@media (min-width: 560px) {
  .top_group_company_slider .swiper-button-prev {
    padding: 0;
    top: 40%;
    left: -30px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_group_company_slider .swiper-button-prev {
    right: 96px;
    top: -72px;
  }
}
@media (max-width: 559.9px) {
  .top_group_company_slider .swiper-button-prev {
    left: -10px;
  }
}
.top_group_company_slider .swiper-button-prev.swiper-button-disabled {
  background-color: #B3B1B9;
}
@media (min-width: 560px) {
  .top_group_company_slider .swiper-button-next {
    right: 60px;
    top: 40%;
    padding: 0;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_group_company_slider .swiper-button-next {
    top: -72px;
  }
}
@media (max-width: 559.9px) {
  .top_group_company_slider .swiper-button-next {
    right: -10px;
  }
}
.top_group_company_slider .swiper-button-next.swiper-button-disabled {
  background-color: #B3B1B9;
}

.top_group_company_box .group_company_inner {
  position: relative;
}
.top_group_company_box .group_company_inner .group_company_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2%;
  margin-top: 15px;
}
.top_group_company_box .group_company_inner .group_company_box .group_text {
  font-weight: 700;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .top_group_company_box .group_company_inner .group_company_box .group_text {
    font-size: 1.3rem;
  }
}
@media (max-width: 559.9px) {
  .top_group_company_box .group_company_inner .group_company_box .group_text {
    font-size: 1.2rem;
  }
}

.top_recruit_section {
  width: 96%;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
.top_recruit_section.moved {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .top_recruit_section {
    max-width: 1500px;
  }
}
@media (max-width: 559.9px) {
  .top_recruit_section {
    width: 90%;
    padding-top: 60px;
  }
}
.top_recruit_section .top_recruit {
  background-color: #BE241F;
  display: flex;
}
@media (max-width: 559.9px) {
  .top_recruit_section .top_recruit {
    display: block;
  }
}
.top_recruit_section .top_recruit .top_recruit_left {
  padding: 4% 0;
  width: 50%;
}
@media (max-width: 559.9px) {
  .top_recruit_section .top_recruit .top_recruit_left {
    width: 100%;
    padding: 35px 0;
  }
}
.top_recruit_section .top_recruit .top_recruit_left .top_recruit_left_inner {
  border-top: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
  padding: 7%;
}
@media (max-width: 559.9px) {
  .top_recruit_section .top_recruit .top_recruit_left .top_recruit_left_inner {
    padding: 20px;
  }
}
.top_recruit_section .top_recruit .top_recruit_right {
  width: 50%;
  aspect-ratio: 760/696;
  position: relative;
}
@media (max-width: 559.9px) {
  .top_recruit_section .top_recruit .top_recruit_right {
    width: 100%;
  }
}
.top_recruit_section .top_recruit .top_recruit_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/**************
Under PageTitle
**************/
.pageTitle {
  display: block;
  padding: 20px 20px 0 20px;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 450px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .pageTitle {
    height: 50vh;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle {
    height: 650px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle {
    height: 240px;
    margin: 0 auto;
    padding: 3vw 3vw 0 3vw;
  }
}
.pageTitle .title_inner {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background-color: #F1F6FA;
}
@media (max-width: 559.9px) {
  .pageTitle .title_inner {
    border-radius: 16px;
  }
}
.pageTitle .title_inner::after {
  content: "";
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 559.9px) {
  .pageTitle .title_inner::after {
    width: 90%;
  }
}
.pageTitle .title_inner .overlay-underPage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(104deg, #284B7D 0.35%, #595757 60.16%);
}
@media (max-width: 559.9px) {
  .pageTitle .title_inner .overlay-underPage {
    background: linear-gradient(104deg, #284B7D 0.35%, #595757 60.16%);
  }
}
.pageTitle .textArea {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  top: 56%;
  left: 5vw;
  color: #FFFFFF;
  letter-spacing: 0.3rem;
}
@media (max-width: 559.9px) {
  .pageTitle .textArea {
    padding-left: 6vw;
    top: 146px;
  }
}
.pageTitle .textArea .jp {
  line-height: 1.4;
  font-size: min(3.8rem, 3.6vw);
  font-weight: 700;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle .textArea .jp {
    font-size: 3.2rem;
  }
}
@media (max-width: 559.9px) {
  .pageTitle .textArea .jp {
    font-size: 2rem;
  }
}
.pageTitle .textArea .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(2.4rem, 2vw);
  letter-spacing: 0.3rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle .textArea .eng {
    font-size: 1.8rem;
  }
}
@media (max-width: 559.9px) {
  .pageTitle .textArea .eng {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
.pageTitle .logo-big-underPage {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
.pageTitle .logo-big-underPage .underPage-logo {
  width: 500px;
}
.pageTitle .imgArea {
  height: 100%;
  width: 100%;
  position: relative;
}
.pageTitle .imgArea img, .pageTitle .imgArea video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 560px) {
  .pageTitle.single_page {
    height: 200px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle.single_page {
    height: 200px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle.single_page {
    height: 120px;
  }
}
@media (min-width: 821px) {
  .pageTitle.single_page .textArea {
    opacity: 1;
    padding-top: 120px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle.single_page .textArea {
    padding-top: 64px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle.single_page .textArea {
    padding-top: 48px;
  }
}
@media (min-width: 821px) {
  .pageTitle.single_page .textArea .jp {
    display: none;
  }
}

.breadcrumbs {
  position: absolute;
  bottom: 33px;
  right: 33px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  font-size: 1.2rem;
  padding: 0 30px;
}
@media (max-width: 559.9px) {
  .breadcrumbs {
    bottom: -16px;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0 16px;
    color: white;
    font-size: 1.1rem;
  }
}
.breadcrumbs a {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: normal;
  font-weight: 500;
  transition: all 0.4s ease;
  color: #BE241F;
}
@media (max-width: 559.9px) {
  .breadcrumbs a {
    color: #C48686;
    font-size: 1.1rem;
  }
}
.breadcrumbs > span {
  padding: 0 4px;
}
.breadcrumbs:hover a {
  opacity: 0.6;
}

.flex_content {
  width: 100%;
  margin-bottom: 80px;
}
@media (min-width: 560px) {
  .flex_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_content.start {
    align-items: flex-start;
  }
  .flex_content.mt70 {
    margin-top: 70px;
  }
}
@media (min-width: 560px) and (max-width: 1199.9px) {
  .flex_content.mb40 {
    margin-bottom: 40px;
  }
}
@media (max-width: 559.9px) {
  .flex_content {
    margin-bottom: 40px;
  }
}
@media (min-width: 560px) {
  .flex_content_r {
    flex-direction: row-reverse;
  }
}
@media (max-width: 559.9px) {
  .flex_content > .item {
    width: 100%;
  }
  .flex_content > .item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 560px) {
  .flex_content .item_1 {
    width: 12%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_2 {
    width: 21%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_3 {
    width: 33%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_35 {
    width: 38%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_4 {
    width: 47.5%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_45 {
    width: 56%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_5 {
    width: 62%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_6 {
    width: 73%;
  }
}
@media (min-width: 560px) {
  .flex_content .item_7 {
    width: 84%;
  }
}

@media (min-width: 1200px) {
  .leftColumn {
    width: 230px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .leftColumn {
    width: 22%;
  }
}

@media (min-width: 1200px) {
  .rightColumn {
    width: calc(100% - 340px);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .rightColumn {
    width: 72%;
  }
}
@media (max-width: 820.9px) {
  .rightColumn {
    margin-top: 40px;
  }
}

.c_container {
  width: 100%;
}
@media (min-width: 560px) {
  .c_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 820.9px) {
  .c_container {
    padding: 0 4%;
  }
}
@media (min-width: 560px) {
  .c_container .leftColumn {
    background-color: #f3f3f3;
  }
}

.news_container {
  width: 100%;
  display: flex;
}
@media (min-width: 821px) {
  .news_container {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 820.9px) {
  .news_container {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .news_container .rightColumn {
    width: calc(100% - 300px);
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .news_container .rightColumn {
    width: 72%;
  }
}
@media (max-width: 820.9px) {
  .news_container .rightColumn {
    width: 100%;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .news_container .leftColumn {
    width: 220px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .news_container .leftColumn {
    width: 22%;
  }
}
@media (max-width: 820.9px) {
  .news_container .leftColumn {
    margin-top: 50px;
    width: 100%;
  }
}

.divider-full {
  margin: 35px 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px #aaa dotted;
}
@media (max-width: 820.9px) {
  .divider-full {
    margin: 20px 0;
  }
}

.sticky_content {
  width: 100%;
}
@media (min-width: 821px) {
  .sticky_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/**************
Sidebar
**************/
@media (min-width: 821px) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 35px;
  }
  .admin-bar .sidebar-sticky {
    top: 132px;
  }
}

.sidebar_title {
  background-color: #ACCFE7;
  padding: 16px 18px;
}
@media (max-width: 820.9px) {
  .sidebar_title {
    display: none;
  }
}
.sidebar_title.mt35 {
  margin-top: 35px;
}
.sidebar_title .jp {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .sidebar_title .jp {
    font-size: 1.8rem;
  }
}
@media (max-width: 820.9px) {
  .sidebar_title .jp {
    font-size: 1.6rem;
  }
  .sidebar_title .jp br {
    display: none;
  }
}
.sidebar_title .eng {
  color: #fff;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  line-height: 1;
}

@media (max-width: 820.9px) {
  .side_links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 821px) {
  .side_links li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-bottom: 2px #F1F6FA solid;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .side_links li {
    display: block;
    width: 32%;
    margin-bottom: 10px;
  }
}
@media (max-width: 559.9px) {
  .side_links li {
    display: block;
    width: 49.4%;
    margin-bottom: 4px;
  }
}
.side_links li a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 12px 0 12px 18px;
  position: relative;
  color: #1B1B1B;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .side_links li a {
    border: 1px #1B1B1B solid;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px 0 16px;
    line-height: 1.4;
    border-radius: 3px;
    background-color: white;
  }
}
@media (max-width: 559.9px) {
  .side_links li a {
    font-size: 3vw;
    height: 40px;
  }
}
.side_links li a::before {
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  position: absolute;
  right: 5px;
  top: 22px;
}
@media (max-width: 820.9px) {
  .side_links li a::before {
    top: 50%;
  }
}
.side_links li a:hover {
  background-color: #fafafa;
}
@media (min-width: 560px) {
  .side_links li.active a {
    color: #333;
  }
  .side_links li.active a::before {
    background-color: #ACCFE7;
  }
}

.sidebar_title02 {
  line-height: 1.4;
  padding: 0 15px;
  border-left: #1B1B1B 4px solid;
  margin-bottom: 12px;
}
.sidebar_title02.mt35 {
  margin-top: 35px;
}
.sidebar_title02 .jp {
  font-size: 1.5rem;
  color: #1B1B1B;
  font-weight: 600;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .sidebar_title02 .jp {
    font-size: 1.8rem;
  }
}
@media (max-width: 820.9px) {
  .sidebar_title02 .jp {
    font-size: 1.6rem;
  }
  .sidebar_title02 .jp br {
    display: none;
  }
}
.sidebar_title02 .eng {
  color: #b2b2b2;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  line-height: 1;
}

@media (max-width: 820.9px) {
  .side_links02 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.side_links02 li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  background-color: #f3f3f3;
  margin-bottom: 1px;
}
@media (max-width: 820.9px) {
  .side_links02 li {
    display: block;
    width: 49.4%;
    margin-bottom: 4px;
  }
}
.side_links02 li .link_text {
  color: #1B1B1B;
  font-size: 1.4rem;
  padding: 13px 0 13px 10px;
}
.side_links02 li a {
  display: flex;
  align-items: center;
  padding: 6.4px 0 6.4px 18px;
  position: relative;
  color: #999;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .side_links02 li a {
    border: 1px #003C97 solid;
    font-size: 3vw;
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #003C97;
  }
}
@media (min-width: 560px) {
  .side_links02 li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background-color: #ccc;
    position: absolute;
    left: 5px;
    top: 15px;
  }
}
@media (min-width: 560px) {
  .side_links02 li.active a {
    color: #333;
  }
  .side_links02 li.active a::before {
    background-color: #ACCFE7;
  }
}

/**************
大野精工の強み
**************/
.lowerPage-title_box {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .lowerPage-title_box {
    width: 100%;
  }
}
.lowerPage-title_box .lowerPage-title {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .lowerPage-title_box .lowerPage-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .lowerPage-title_box .lowerPage-title br {
    display: none;
  }
}
.lowerPage-title_box .lowerPage-text {
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .lowerPage-title_box .lowerPage-text {
    font-size: 1.6rem;
  }
}
.lowerPage-title_box .lowerPage-text02 {
  text-align: center;
  font-size: 1.8rem;
}

.lowerPage-title_box02 {
  margin-bottom: 60px;
}
.lowerPage-title_box02 .lowerPage-title02 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.lowerPage-title_box02 .lowerPage-text02 {
  text-align: center;
  font-size: 2.4rem;
}

.link_strength {
  margin-top: 100px;
}

.link_btn_box_strength {
  display: flex;
  justify-content: center;
  gap: 2vw;
  flex-wrap: wrap;
}
.link_btn_box_strength .link_btn {
  height: 140px;
  width: 360px;
  position: relative;
}
@media (max-width: 559.9px) {
  .link_btn_box_strength .link_btn {
    width: 100%;
  }
}
.link_btn_box_strength .link_btn .top_item {
  width: 100%;
  height: 45px;
  background-color: #BE241F;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px #FFFFFF solid;
}
.link_btn_box_strength .link_btn .top_item .num {
  color: #FFFFFF;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.link_btn_box_strength .link_btn .top_item .num span {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 10px;
}
.link_btn_box_strength .link_btn .bottom_item {
  background-color: #444444;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s ease;
  height: 95px;
  gap: 5px;
}
.link_btn_box_strength .link_btn .bottom_item .text {
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5;
}
.link_btn_box_strength .link_btn .bottom_item .text_small {
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 1.5;
}
.link_btn_box_strength .link_btn .bottom_item i {
  color: #FFFFFF;
  font-size: 2rem;
}
.link_btn_box_strength .link_btn:hover .top_item {
  background-color: rgba(190, 36, 31, 0.7);
}
.link_btn_box_strength .link_btn:hover .bottom_item {
  background-color: rgba(68, 68, 68, 0.7);
}

.white_box {
  padding: 30px;
  background-color: #FFFFFF;
  margin-bottom: 50px;
}
.white_box:last-child {
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .white_box {
    padding: 16px;
    margin-bottom: 30px;
  }
}

.underHead {
  font-size: min(3rem, 3vw);
  font-weight: 700;
  margin-bottom: 3vw;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .underHead {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.sub-underHead {
  font-size: 2rem;
  font-weight: 700;
  margin: 1vw 0 3vw;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .sub-underHead {
    font-size: 1.8rem;
  }
}
.sub-underHead.bigText {
  font-size: 2.6rem;
  line-height: 1.8;
  margin-bottom: 1vw;
}
@media (max-width: 559.9px) {
  .sub-underHead.bigText {
    font-size: 1.8rem;
  }
}

.head_underEng {
  font-size: min(3.2rem, 3vw);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 559.9px) {
  .head_underEng {
    font-size: 2rem;
  }
}
.head_underEng.bigText {
  font-size: min(4.2rem, 3.4vw);
}
@media (max-width: 559.9px) {
  .head_underEng.bigText {
    font-size: 2rem;
  }
}

.underHead_eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3vw;
}
@media (max-width: 559.9px) {
  .underHead_eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
}

.flex_box_pa {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 3vw 5%;
  margin-bottom: 60px;
}
.flex_box_pa:last-child {
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .flex_box_pa {
    padding: 0;
    margin-bottom: 40px;
  }
}
.flex_box_pa .flex_box_pa_left {
  width: 45%;
}
@media (max-width: 559.9px) {
  .flex_box_pa .flex_box_pa_left {
    width: 100%;
  }
}
.flex_box_pa .flex_box_pa_right {
  width: 50%;
}
@media (max-width: 559.9px) {
  .flex_box_pa .flex_box_pa_right {
    width: 100%;
  }
}

.block_box_pa {
  padding: 0 20px;
  margin-bottom: 60px;
}
.block_box_pa:last-child {
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .block_box_pa {
    padding: 0;
  }
}

.processing {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .processing {
    width: 100%;
  }
}

.line_box .line_box_head {
  margin-bottom: 1px;
  background-color: #EFD1D1;
}
.line_box .line_box_head .head {
  text-align: center;
  font-size: 2.6rem;
  padding: 10px;
}
@media (max-width: 559.9px) {
  .line_box .line_box_head .head {
    font-size: 2.2rem;
  }
}
.line_box .line_box_contents {
  background-color: #EFD1D1;
  padding: 20px;
}
.line_box .line_box_contents .processing_box {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .line_box .line_box_contents .processing_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.line_box .line_box_contents .processing_box li {
  list-style: square;
}
.line_box_lightGray .line_box_head {
  background-color: #F5F5F5;
}
.line_box_lightGray .line_box_contents {
  background-color: #F5F5F5;
}

.line_box_flex_inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 2vw;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .line_box_flex_inner {
    gap: 1vw;
  }
}
@media (max-width: 559.9px) {
  .line_box_flex_inner {
    display: block;
    margin-top: 35px;
  }
}
.line_box_flex_inner .line_box_flex {
  width: 31%;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .line_box_flex_inner .line_box_flex {
    width: 32%;
  }
}
@media (max-width: 559.9px) {
  .line_box_flex_inner .line_box_flex {
    width: 100%;
    margin-bottom: 35px;
  }
  .line_box_flex_inner .line_box_flex:last-child {
    margin-bottom: 0;
  }
}
.line_box_flex_inner .line_box_flex .line_box_flex_head {
  margin-bottom: 1px;
  background-color: #BE241F;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 69px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.line_box_flex_inner .line_box_flex .line_box_flex_head .head {
  font-size: 2.3rem;
  color: #FFFFFF;
  font-weight: 600;
}
@media (max-width: 1199.9px) {
  .line_box_flex_inner .line_box_flex .line_box_flex_head .head {
    font-size: 1.8rem;
  }
}
.line_box_flex_inner .line_box_flex .line_box_flex_contents {
  background-color: #BE241F;
  padding: 20px;
  height: calc(100% - 70px);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.line_box_flex_inner .line_box_flex .line_box_flex_contents .features_box {
  margin-left: 30px;
}
@media (max-width: 820.9px) {
  .line_box_flex_inner .line_box_flex .line_box_flex_contents .features_box {
    margin-left: 20px;
  }
}
.line_box_flex_inner .line_box_flex .line_box_flex_contents .features_box li {
  list-style: square;
  color: #FFFFFF;
  font-size: 1.7rem;
}
.line_box_flex_inner .line_box_flex .line_box_flex_contents .text {
  font-size: 1.7rem;
  color: #FFFFFF;
}
.line_box_flex_inner .line_box_flex i {
  position: absolute;
  color: #444444;
  left: 50%;
  top: -10%;
  transform: translateX(-50%);
  font-size: 4.4rem;
}
@media (max-width: 820.9px) {
  .line_box_flex_inner .line_box_flex i {
    top: -7%;
  }
}
@media (max-width: 559.9px) {
  .line_box_flex_inner .line_box_flex i {
    font-size: 4rem;
  }
}

.machineSales {
  padding: 0 20px;
  margin-top: 60px;
}
@media (max-width: 559.9px) {
  .machineSales {
    padding: 0;
    margin-top: 30px;
  }
}
.machineSales .flex_content {
  margin-bottom: 0;
}

.network {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .network {
    width: 100%;
  }
}
.network .logo-title {
  padding-bottom: 20px;
}
.network .network-img {
  text-align: center;
  background-color: #F5F5F5;
  padding: 4vw;
}
.network .network-img .network-img-oversp {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 559.9px) {
  .network .network-img .network-img-oversp {
    display: none;
  }
}
.network .network-img .network-img-sp {
  width: 100%;
}
@media (min-width: 560px) {
  .network .network-img .network-img-sp {
    display: none;
  }
}
.network .network_text {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .network .network_text {
    font-size: 1.6rem;
  }
}

.achievements_img_box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2vw 2%;
}
@media (max-width: 559.9px) {
  .achievements_img_box {
    margin-top: 20px;
  }
}
.achievements_img_box .achievements_img {
  width: 23.5%;
}
@media (max-width: 559.9px) {
  .achievements_img_box .achievements_img {
    width: 49%;
  }
}

/**************
精密加工部品
**************/
.link_btn_box {
  display: flex;
  justify-content: center;
  gap: 2vw;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 559.9px) {
  .link_btn_box {
    margin-bottom: 40px;
    gap: 6px 2%;
  }
}
@media (max-width: 559.9px) {
  .link_btn_box .btn-darkGray {
    width: 32%;
    height: 40px;
    padding: 0 24px 0 10px;
    border-radius: 4px;
  }
}
@media (max-width: 559.9px) {
  .link_btn_box .btn-darkGray .jp {
    font-size: 1.2rem;
  }
}
@media (max-width: 559.9px) {
  .link_btn_box .btn-darkGray .btn-arrow-box {
    width: 12px;
    height: 12px;
    right: 6px;
  }
}
@media (max-width: 559.9px) {
  .link_btn_box .btn-darkGray .btn-arrow-box i {
    font-size: 0.8rem;
  }
}
.link_btn_box .btn-darkGray.active {
  background-color: #B3B1B9;
  cursor: default;
}
.link_btn_box .btn-darkGray.active .float_link {
  cursor: default;
  pointer-events: none;
}

.precision_technology {
  width: 100%;
}
.precision_technology .precision_technology_box {
  display: flex;
  justify-content: space-between;
  gap: 3vw 4%;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .precision_technology .precision_technology_box {
    display: block;
  }
}
.precision_technology .precision_technology_box .precision_technology_box_inner {
  width: 30.6666666667%;
}
@media (max-width: 559.9px) {
  .precision_technology .precision_technology_box .precision_technology_box_inner {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.precision_technology .precision_technology_box .precision_technology_box_inner .precision_technology_box_head {
  font-size: 2rem;
  font-weight: 500;
  margin: 10px 0 5px;
  text-align: center;
}

.micronOrder_content {
  background-color: #444444;
  padding: 5vw;
}
.micronOrder_content .micronOrder_inner_box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 4vw;
}
@media (max-width: 559.9px) {
  .micronOrder_content .micronOrder_inner_box {
    display: block;
  }
}

.micronOrder_inner {
  width: 47%;
}
@media (max-width: 559.9px) {
  .micronOrder_inner {
    width: 100%;
    margin-bottom: 4vw;
  }
  .micronOrder_inner:last-child {
    margin-bottom: 0;
  }
}
.micronOrder_inner.w100 {
  width: 100%;
}
.micronOrder_inner .head {
  background-color: #F5F5F5;
  height: 86px;
  border-bottom: 1px #444444 solid;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 559.9px) {
  .micronOrder_inner .head {
    height: 70px;
  }
}
.micronOrder_inner .head .jp {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .micronOrder_inner .head .jp {
    font-size: 2rem;
  }
}
.micronOrder_inner .head .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #BE241F;
}
.micronOrder_inner .bottom {
  background-color: #F5F5F5;
  padding: 1vw;
  height: calc(100% - 87px);
}

.material {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.material dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.material dl dt {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.material dl dt::before {
  content: "";
  background-color: #BE241F;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 14px;
}
@media (max-width: 559.9px) {
  .material dl dt {
    font-size: 1.8rem;
  }
}
.material dl dt .red {
  margin-left: 10px;
}
.material dl dd {
  font-size: 1.8rem;
  margin-left: 10px;
  line-height: 2;
}
@media (max-width: 559.9px) {
  .material dl dd {
    font-size: 1.6rem;
  }
}

.material_block {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.material_block dl {
  margin-bottom: 10px;
}
.material_block dl dt {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.material_block dl dt::before {
  content: "";
  background-color: #BE241F;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 14px;
}
@media (max-width: 559.9px) {
  .material_block dl dt {
    font-size: 1.8rem;
  }
}
.material_block dl dd {
  font-size: 1.8rem;
  padding-left: 20px;
  line-height: 2;
}
@media (max-width: 559.9px) {
  .material_block dl dd {
    font-size: 1.6rem;
  }
}

.micro-processing {
  width: 90%;
  margin: 0 auto;
}
.micro-processing .processing_box {
  padding: 20px;
  background-color: #F5F5F5;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .micro-processing .processing_box {
    margin-bottom: 20px;
  }
}
.micro-processing .processing_box:last-child {
  margin-bottom: 0;
}
.micro-processing .processing_box .processing_head {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
.micro-processing .processing_box .processing_box_inner {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 559.9px) {
  .micro-processing .processing_box .processing_box_inner {
    display: block;
  }
}
.micro-processing .processing_box .processing_box_left {
  border-right: 1px #FFFFFF solid;
  background-color: #F5F5F5;
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 559.9px) {
  .micro-processing .processing_box .processing_box_left {
    width: 100%;
    border-bottom: 1px #FFFFFF solid;
    border-right: 0px #FFFFFF solid;
    padding: 0 0 20px;
  }
}
.micro-processing .processing_box .processing_box_right {
  width: 50%;
  background-color: #F5F5F5;
  padding: 0 20px;
}
@media (max-width: 559.9px) {
  .micro-processing .processing_box .processing_box_right {
    width: 100%;
    padding: 20px 0 0;
  }
}
.micro-processing .processing_box .processing_box_right .merit {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.micro-processing .processing_box .processing_box_right .merit_box {
  margin-bottom: 10px;
  display: flex;
}
.micro-processing .processing_box .processing_box_right .merit_box:last-child {
  margin-bottom: 0;
}
.micro-processing .processing_box .processing_box_right .merit_box i {
  color: #BE241F;
  font-size: 1.8rem;
  width: 17px;
}
.micro-processing .processing_box .processing_box_right .merit_box .merit_text {
  padding-left: 6px;
  width: calc(100% - 17px);
  line-height: 1.2;
}

.process_exa {
  margin-top: 30px;
}
@media (max-width: 559.9px) {
  .process_exa {
    margin-top: 10px;
  }
}
.process_exa .process_exa_box {
  padding-left: 20px;
}
.process_exa .process_exa_box li {
  list-style-type: disc;
}

.red-big {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #BE241F;
  padding: 0 5px;
}

.QandA {
  background-color: #EFD1D1;
  padding: 30px;
}
.QandA .QandA_box {
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 30px;
}
.QandA .QandA_box:last-child {
  margin-bottom: 0;
}
.QandA .QandA_box .question {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 559.9px) {
  .QandA .QandA_box .question {
    gap: 0;
  }
}
.QandA .QandA_box .question .num {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  width: 31px;
}
@media (max-width: 559.9px) {
  .QandA .QandA_box .question .num {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
  }
}
.QandA .QandA_box .question .text20 {
  width: calc(100% - 41px);
}
@media (max-width: 559.9px) {
  .QandA .QandA_box .question .text20 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.QandA .QandA_box .answer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 8px;
}
@media (max-width: 559.9px) {
  .QandA .QandA_box .answer {
    gap: 0;
  }
}
.QandA .QandA_box .answer .num {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  width: 31px;
}
@media (max-width: 559.9px) {
  .QandA .QandA_box .answer .num {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
  }
}
.QandA .QandA_box .answer .text18 {
  width: calc(100% - 41px);
}
@media (max-width: 559.9px) {
  .QandA .QandA_box .answer .text18 {
    font-size: 1.6rem;
  }
}

/**************
ラップ加工
**************/
.lapping_features {
  padding-top: 20px;
}
@media (max-width: 559.9px) {
  .lapping_features {
    padding-top: 0;
  }
}
.lapping_features .center-title2 {
  margin-bottom: 50px;
}
@media (max-width: 559.9px) {
  .lapping_features .center-title2 {
    margin-bottom: 0;
  }
}

.check_box {
  background-color: #FFFFFF;
  padding: 20px;
  margin-top: 30px;
}
.check_box.lightGray {
  background-color: #F5F5F5;
}
@media (max-width: 559.9px) {
  .check_box {
    margin-top: 15px;
  }
}
.check_box .head_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.check_box .head_box .head {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .check_box .head_box .head {
    font-size: 2rem;
  }
}
.check_box .head_box i {
  color: #1B1B1B;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .check_box .head_box i {
    font-size: 2rem;
  }
}
.check_box .check_box_inner {
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
}
.check_box .check_box_inner:last-child {
  margin-bottom: 0;
}
.check_box .check_box_inner i {
  color: #BE241F;
  font-size: 1.8rem;
  width: 17px;
}
.check_box .check_box_inner .text {
  padding-left: 6px;
  width: calc(100% - 17px);
  line-height: 1.2;
}

/**************
品質管理
**************/
.quality-floor {
  margin-top: 30px;
}
@media (max-width: 559.9px) {
  .quality-floor {
    margin-top: 20px;
  }
}
.quality-floor .quality-floor_box {
  margin-left: 30px;
}
.quality-floor .quality-floor_box li {
  list-style-type: decimal;
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .quality-floor .quality-floor_box li {
    font-size: 1.7rem;
  }
}
.quality-floor .quality-floor_box li dl dt {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .quality-floor .quality-floor_box li dl dt {
    font-size: 1.7rem;
  }
}

.disc {
  margin-left: 30px;
}
.disc li {
  list-style: disc;
}

/**************
会社情報
**************/
.top-message {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .top-message {
    margin-bottom: 40px;
  }
}
.top-message .logo_bgBlue {
  position: absolute;
  width: 40%;
  top: 60%;
  right: -22%;
  transform: translate(-50%, -50%);
  z-index: 1;
  mix-blend-mode: darken;
}
@media (max-width: 559.9px) {
  .top-message .logo_bgBlue {
    width: 90%;
    top: 68%;
    right: -40%;
  }
}

.top-message-box {
  display: flex;
  justify-content: space-between;
  gap: 4vw 5%;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 559.9px) {
  .top-message-box {
    flex-direction: column-reverse;
  }
}
.top-message-box .img-content {
  width: 50%;
  position: relative;
  z-index: 3;
}
@media (max-width: 559.9px) {
  .top-message-box .img-content {
    width: 100%;
  }
}
.top-message-box .img-content .top-name {
  display: block;
  width: 280px;
  margin: 24px 0 0 auto;
}
@media (max-width: 559.9px) {
  .top-message-box .img-content .top-name {
    margin-top: 10px;
    width: 220px;
  }
}
.top-message-box .text-content {
  width: 44%;
  position: relative;
  z-index: 3;
}
@media (max-width: 559.9px) {
  .top-message-box .text-content {
    width: 100%;
  }
}
.top-message-box .text-content .top-text {
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.top-message-box .text-content .top-text:not(:last-child) {
  margin-bottom: 24px;
}

.overview {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 559.9px) {
  .overview {
    padding-bottom: 10px;
  }
}

.history {
  margin-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 559.9px) {
  .history {
    padding-bottom: 10px;
  }
}

.table-history {
  width: 100%;
}
.table-history tbody tr th {
  padding: 12px 20px;
  width: 160px;
  text-align: left;
}
@media (max-width: 559.9px) {
  .table-history tbody tr th {
    display: block;
    width: 100%;
    padding: 12px 20px 0;
  }
}
.table-history tbody tr td {
  padding: 12px 20px;
  width: calc(100% - 160px);
}
@media (max-width: 559.9px) {
  .table-history tbody tr td {
    display: block;
    width: 100%;
    padding: 2px 20px 12px;
  }
}
.table-history tbody tr:nth-child(odd) th, .table-history tbody tr:nth-child(odd) td {
  background-color: #FFF0F0;
}
.table-history tbody tr:nth-child(even) th, .table-history tbody tr:nth-child(even) td {
  background-color: #fffbfb;
}

.access {
  padding-bottom: 80px;
}
@media (max-width: 559.9px) {
  .access {
    padding-bottom: 56px;
  }
}

.access_img {
  width: 100%;
  position: relative;
  margin-bottom: 64px;
}
@media (max-width: 559.9px) {
  .access_img {
    margin-bottom: 30px;
  }
}
.access_img .access_img_img {
  border-radius: 32px;
}
@media (max-width: 559.9px) {
  .access_img .access_img_img {
    border-radius: 16px;
  }
}

.access_title {
  width: 230px;
  height: 80px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom-right-radius: 32px;
}
@media (max-width: 559.9px) {
  .access_title {
    width: 160px;
    height: 40px;
    border-bottom-right-radius: 16px;
  }
}
.access_title .top-corner_top {
  position: absolute;
  top: 0px;
  right: -32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .access_title .top-corner_top {
    width: 16px;
    height: auto;
    right: -16px;
  }
}
.access_title .top-corner_left {
  position: absolute;
  top: 80px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .access_title .top-corner_left {
    top: 40px;
    width: 16px;
  }
}
.access_title h3 {
  font-size: 2rem;
  text-align: left;
  padding: 0 16px;
}
@media (max-width: 559.9px) {
  .access_title h3 {
    font-size: 1.8rem;
    padding: 0 8px;
  }
}
.access_title h3.eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  line-height: 1.4;
}
@media (max-width: 559.9px) {
  .access_title h3.eng {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.access_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4vw 3%;
  flex-wrap: wrap;
}
.access_box .left_item {
  width: 40%;
}
@media (max-width: 559.9px) {
  .access_box .left_item {
    width: 100%;
  }
}
.access_box .left_item .com-info .com-info-inner {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 1vw 2%;
}
.access_box .left_item .com-info .com-info-inner .info-head {
  background-color: #1B1B1B;
  padding: 3px 0;
  width: 102px;
  border-radius: 20px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
}
.access_box .left_item .com-info .com-info-inner .com-info-text {
  font-size: 1.7rem;
  position: relative;
  top: -5px;
  flex: 1;
}
@media (max-width: 559.9px) {
  .access_box .left_item .com-info .com-info-inner .com-info-text {
    font-size: 1.5rem;
  }
}
.access_box .left_item .access_info_box {
  background-color: #FFF0F0;
  margin-top: 20px;
  padding: 24px 30px;
  display: inline-block;
}
@media (max-width: 820.9px) {
  .access_box .left_item .access_info_box {
    padding: 20px;
  }
}
.access_box .left_item .access-info {
  margin-bottom: 10px;
}
.access_box .left_item .access-info:last-child {
  margin-bottom: 0;
}
.access_box .left_item .access-info .head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.access_box .left_item .access-info .head i {
  font-size: 2rem;
  color: #C48686;
}
.access_box .left_item .access-info .head .text {
  font-weight: 700;
  font-size: 1.7rem;
}
@media (max-width: 820.9px) {
  .access_box .left_item .access-info .head .text {
    font-size: 1.6rem;
  }
}
.access_box .right_item {
  width: 56%;
}
@media (max-width: 559.9px) {
  .access_box .right_item {
    width: 100%;
  }
}

.map {
  width: 100%;
  aspect-ratio: 16/10.5;
}
@media (max-width: 559.9px) {
  .map {
    aspect-ratio: 1/1;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
}

.mp_cont {
  text-align: center;
}
.mp_cont p {
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.mp_cont p:not(:last-child) {
  margin-bottom: 16px;
}
.mp_cont p.first {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 559.9px) {
  .mp_cont p.first.second {
    font-size: 2rem;
  }
}
@media (max-width: 820.9px) {
  .mp_cont p.br br {
    display: none;
  }
}

.sustainable_boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
  width: 100%;
  margin: 32px auto 0;
}
.sustainable_boxes .sustainable_box {
  width: calc(50% - 12px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #FFF0F0;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 559.9px) {
  .sustainable_boxes .sustainable_box {
    width: 100%;
    flex-direction: column;
  }
}
.sustainable_boxes .sustainable_box .imgSide {
  width: 160px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 559.9px) {
  .sustainable_boxes .sustainable_box .imgSide {
    width: 100%;
  }
}
.sustainable_boxes .sustainable_box .textSide {
  width: calc(100% - 184px);
}
@media (max-width: 559.9px) {
  .sustainable_boxes .sustainable_box .textSide {
    width: 100%;
    margin-top: 16px;
  }
}
.sustainable_boxes .sustainable_box .textSide .tit {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (max-width: 559.9px) {
  .sustainable_boxes .sustainable_box .textSide .tit {
    font-size: 2rem;
  }
}
.sustainable_boxes .sustainable_box .textSide .tit + p {
  font-size: 1.4rem;
  color: #444444;
}
.sustainable_boxes .sustainable_box .textSide .list-disc {
  font-size: 1.4rem;
}

.cred_content {
  text-align: center;
}
.cred_content .cred_box {
  margin-bottom: 30px;
}
.cred_content .cred_box:last-child {
  margin-bottom: 0;
}
.cred_content .cred_box dl dt .cred {
  position: relative;
  font-size: 1.8rem;
  padding-top: 18px;
}
.cred_content .cred_box dl dt .cred::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #BE241F;
  width: 2px;
  height: 15px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.cred_content .cred_box dl dt .cred_head {
  font-size: 3rem;
  font-weight: 700;
}
.cred_content .cred_box dl dd {
  margin-top: 10px;
}

.habit_head {
  font-size: 3.6rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 16px;
}
.habit_head span {
  color: #C48686;
}

.habit .habit_box {
  margin-bottom: 20px;
}
.habit .habit_box:last-child {
  margin-bottom: 0;
}
.habit .habit_box dl .habit {
  font-size: 1.8rem;
}
.habit .habit_box dl .habit_text {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}

/**************
設備一覧
**************/
.equip_message {
  display: block;
  width: 90%;
  max-width: 640px;
  margin: 40px auto;
}

.equipment_img_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px 24px;
}
@media (max-width: 820.9px) {
  .equipment_img_box {
    justify-content: center;
    gap: 4vw 4%;
  }
}
.equipment_img_box .equipment_img_inner {
  width: calc(33.33% - 16px);
}
@media (max-width: 820.9px) {
  .equipment_img_box .equipment_img_inner {
    width: 48%;
  }
}
@media (max-width: 559.9px) {
  .equipment_img_box .equipment_img_inner {
    width: 100%;
  }
}
.equipment_img_box .equipment_img_inner .machine {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
}
.equipment_img_box .equipment_img_inner .model {
  color: #95a9bb;
  text-align: center;
  line-height: 1.5;
}

.quipment {
  padding-bottom: 80px 0;
}
@media (max-width: 559.9px) {
  .quipment {
    padding-bottom: 40px 0;
  }
}

.equipment-link_btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px 10px;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .equipment-link_btn-box {
    gap: 6.4px;
  }
}

.equipment-table_box {
  margin-top: 60px;
}
@media (max-width: 559.9px) {
  .equipment-table_box {
    margin-top: 30px;
  }
}

/**************
製品実績
**************/
.product_range {
  width: 70%;
  margin: 0 auto 80px;
}
@media (max-width: 559.9px) {
  .product_range {
    width: 100%;
    margin-bottom: 40px;
  }
}

.search_box {
  margin-bottom: 80px;
}
@media (max-width: 559.9px) {
  .search_box {
    margin-bottom: 50px;
  }
}

.search_box_table {
  width: 100%;
}
.search_box_table th {
  width: 120px;
  background-color: #FFF0F0;
  padding: 12px;
  border: 4px white solid;
}
@media (max-width: 559.9px) {
  .search_box_table th {
    display: block;
    width: 100%;
  }
}
.search_box_table td {
  width: calc(100% - 120px);
  padding: 12px;
  background-color: #F5F5F5;
  border: 4px white solid;
}
@media (max-width: 559.9px) {
  .search_box_table td {
    display: block;
    width: 100%;
  }
}
.search_box_table td .search_item_list {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px 16px;
}
.search_box_table td .search_item_list:not(:last-of-type) {
  margin-bottom: 10px;
}
.search_box_table td .search_item_list > li {
  width: calc(25% - 12px);
}
@media (max-width: 559.9px) {
  .search_box_table td .search_item_list > li {
    width: calc(50% - 8px);
  }
}

.search_item_title {
  background-color: #EFD1D1;
  padding: 2px 12px;
  margin-bottom: 8px;
}

.search_btn_box {
  text-align: center;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_btn {
  background-color: #444444;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 240px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: none;
  transition: all 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 10px;
  gap: 10px;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 2%;
}
@media (max-width: 559.9px) {
  .product_list {
    display: block;
  }
}
.product_list .product_box {
  width: 32%;
  background-color: #FFFFFF;
  padding: 25px;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .product_list .product_box {
    width: 48%;
  }
}
@media (max-width: 559.9px) {
  .product_list .product_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .product_list .product_box:last-child {
    margin-bottom: 0;
  }
}
.product_list .product_box .product-img {
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/2;
  background-color: #f3f3f3;
}
.product_list .product_box .product-img img {
  height: auto;
  transition: all 0.3s ease;
}
.product_list .product_box .product-img:hover img {
  transform: scale(1.1);
}
.product_list .product_box .title {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: 10px 0;
  transition: all 0.3s ease;
}
@media (max-width: 820.9px) {
  .product_list .product_box .title {
    font-size: 1.6rem;
  }
}
.product_list .product_box .title a {
  color: #1B1B1B;
}
.product_list .product_box:hover .product-img::before, .product_list .product_box :active .product-img::before {
  opacity: 0.4;
}

.prod-table {
  width: 100%;
}
.prod-table th {
  width: 80px;
  padding: 2px 0;
  border-bottom: 1px #EFD1D1 solid;
  font-size: 1.5rem;
}
.prod-table th span {
  color: #1B1B1B;
}
.prod-table td {
  width: calc(100% - 80px);
  padding: 2px 5px;
  color: #444444;
  font-size: 1.4rem;
  border-bottom: 1px #ddd solid;
}

.product_single {
  margin: 80px 0;
  padding: 5vw;
  background-color: #F5F5F5;
}
@media (max-width: 559.9px) {
  .product_single {
    margin: 40px 0;
  }
}

.product_single_box {
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
@media (max-width: 820.9px) {
  .product_single_box {
    display: block;
  }
}
.product_single_box .product_img_item {
  width: 50%;
}
@media (max-width: 820.9px) {
  .product_single_box .product_img_item {
    width: 100%;
  }
}
.product_single_box .product_img_item .product_s_img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 660/460;
}
.product_single_box .product_img_item .product_s_img img {
  width: 100%;
  height: auto;
}
.product_single_box .product_text_item {
  width: 45%;
}
@media (max-width: 820.9px) {
  .product_single_box .product_text_item {
    width: 100%;
    margin-top: 30px;
  }
}

.category_box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1vw 2%;
}
.category_box .prod_category {
  padding: 0 20px;
  background-color: #1B1B1B;
  color: #FFFFFF;
  border-radius: 20px;
  font-size: 1.4rem;
}

.prod_single_title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 820.9px) {
  .prod_single_title {
    font-size: 2.2rem;
    margin-top: 20px;
  }
}

.prod_single_explain_box {
  margin-top: 30px;
}
@media (max-width: 820.9px) {
  .prod_single_explain_box {
    margin-top: 20px;
  }
}
.prod_single_explain_box .prod_single_explain {
  margin-bottom: 5px;
  display: flex;
  gap: 5px;
  font-size: 1.8rem;
}
.prod_single_explain_box .prod_single_explain:last-child {
  margin-bottom: 0;
}
.prod_single_explain_box .prod_single_explain dt {
  font-weight: 700;
  white-space: nowrap;
}
.product_single_detail {
  margin-top: 30px;
}

.accordion-pro {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
  border: 2px solid #95a9bb;
  background-color: #95a9bb;
  border-radius: 4px;
}
.accordion-pro summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #1B1B1B;
  font-weight: 500;
  font-size: 2rem;
  cursor: pointer;
}

.accordion-pro summary::-webkit-details-marker {
  display: none;
}

.accordion-pro summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: "";
  transition: transform 0.3s;
}

.accordion-pro[open] summary::after {
  transform: rotate(225deg);
}

.accordion-pro p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #151414;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-pro[open] p {
  transform: none;
  opacity: 1;
}

.accordion-pro_inner {
  padding: 2vw;
}

/**************
採用情報
**************/
.page_navi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw 3%;
}
.page_navi .page_navi_linkbtn {
  position: relative;
  background-color: #1B1B1B;
  padding: 9px 40px;
  border: 1px #1B1B1B solid;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .page_navi .page_navi_linkbtn {
    padding: 6px 40px;
  }
}
.page_navi .page_navi_linkbtn .eng {
  color: #FFFFFF;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .page_navi .page_navi_linkbtn .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
  }
}
.page_navi .page_navi_linkbtn .jp {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .page_navi .page_navi_linkbtn .jp {
    font-size: 1.5rem;
  }
}
.page_navi .page_navi_linkbtn i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.page_navi .page_navi_linkbtn:hover, .page_navi .page_navi_linkbtn :active {
  background-color: #B3B1B9;
}
.page_navi .page_navi_linkbtn:hover .eng, .page_navi .page_navi_linkbtn :active .eng {
  color: #1B1B1B;
}
.page_navi .page_navi_linkbtn:hover .jp, .page_navi .page_navi_linkbtn :active .jp {
  color: #1B1B1B;
}
.page_navi .page_navi_linkbtn:hover i, .page_navi .page_navi_linkbtn :active i {
  color: #1B1B1B;
}

.page_section-recruit {
  padding: 80px 0;
}
@media (max-width: 559.9px) {
  .page_section-recruit {
    padding: 0 0 40px;
  }
}

.topMessage_content {
  position: relative;
  height: 525px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .topMessage_content {
    height: 449px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .topMessage_content {
    height: 400px;
  }
}
@media (max-width: 559.9px) {
  .topMessage_content {
    height: 320px;
  }
}
.topMessage_content .topMessage_head {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  font-size: min(7rem, 7vw);
  font-style: italic;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 559.9px) {
  .topMessage_content .topMessage_head {
    font-size: 3.8rem;
  }
}
.topMessage_content .mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 4.6rem;
  font-weight: normal;
  font-size: min(4.6rem, 3vw);
  text-align: center;
  margin: 50px 0 40px;
  position: relative;
  z-index: 3;
  color: darkgoldenrod;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .topMessage_content .mincho {
    margin: 30px 0;
  }
}
@media (max-width: 559.9px) {
  .topMessage_content .mincho {
    font-size: 2.2rem;
    margin: 10px 0 20px;
    line-height: 1.5;
  }
}
@media (min-width: 560px) {
  .topMessage_content .mincho br {
    display: none;
  }
}
.topMessage_content .topMessage_text {
  font-size: 2.4rem;
  font-size: min(2.4rem, 2.4vw);
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 559.9px) {
  .topMessage_content .topMessage_text {
    width: 70%;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .topMessage_content .topMessage_text br {
    display: none;
  }
}
.topMessage_content .topMessage_inner-black {
  position: absolute;
  right: 4%;
  bottom: 0;
  max-width: 1230px;
  width: 74%;
  background-color: #1B1B1B;
  height: 80%;
  z-index: 0;
}
@media (max-width: 559.9px) {
  .topMessage_content .topMessage_inner-black {
    width: 80%;
    right: 3%;
  }
}
.topMessage_content .topMessage_inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9%;
  max-width: 1400px;
  width: 83%;
  background-color: #FFFFFF;
  height: 80%;
  z-index: 2;
}
@media (max-width: 559.9px) {
  .topMessage_content .topMessage_inner {
    width: 88%;
  }
}
.topMessage_content .topMessage_img {
  width: 261px;
  position: absolute;
  top: 38%;
  right: 6vw;
  z-index: 2;
  mix-blend-mode: difference;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .topMessage_content .topMessage_img {
    width: 18%;
    top: 44%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .topMessage_content .topMessage_img {
    width: 18%;
    top: 57%;
  }
}
@media (max-width: 559.9px) {
  .topMessage_content .topMessage_img {
    width: 77px;
    top: 71%;
    right: 5vw;
  }
}

.hikone-title {
  width: 243px;
  margin: 0 auto 60px;
}
@media (max-width: 559.9px) {
  .hikone-title {
    width: 162px;
    margin-bottom: 40px;
  }
}
.hikone-title .jp {
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 559.9px) {
  .hikone-title .jp {
    font-size: 2.2rem;
  }
}
.hikone-title .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8rem;
  text-align: center;
  border-top: 2px #1B1B1B solid;
  border-bottom: 2px #1B1B1B solid;
}
@media (max-width: 559.9px) {
  .hikone-title .eng {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
}

.hikone_text {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .hikone_text {
    font-size: 1.5rem;
  }
}

.recruit_number_content {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw 2%;
  margin: 0 auto;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .recruit_number_content {
    width: 738px;
  }
}
@media (max-width: 559.9px) {
  .recruit_number_content {
    gap: 4vw;
  }
}
.recruit_number_content .recruit_number_img {
  position: relative;
}
@media (min-width: 1200px) {
  .recruit_number_content .recruit_number_img {
    width: 348px;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .recruit_number_content .recruit_number_img {
    width: 236px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .recruit_number_content .recruit_number_img {
    width: 226px;
  }
}
@media (max-width: 559.9px) {
  .recruit_number_content .recruit_number_img {
    width: 300px;
  }
}
.recruit_number_content .recruit_number_img .recruit_number_head {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.4rem;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .recruit_number_content .recruit_number_img .recruit_number_head {
    font-size: 2rem;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .recruit_number_content .recruit_number_img .recruit_number_head {
    font-size: 2rem;
  }
}
.recruit_number_content .recruit_number_img .recruit_number_count {
  position: absolute;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  color: #4557A4;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .recruit_number_content .recruit_number_img .recruit_number_count {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .recruit_number_content .recruit_number_img .recruit_number_count {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
  }
}
.recruit_number_content .recruit_number_img .recruit_number_text {
  position: absolute;
  font-size: 2rem;
  font-weight: 700;
}
.recruit_number_content .recruit_number_img_01 .recruit_number_count {
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_number_content .recruit_number_img_01 .recruit_number_text {
  left: 83%;
  top: 72%;
}
.recruit_number_content .recruit_number_img_02 .recruit_number_count {
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_number_content .recruit_number_img_02 .recruit_number_text {
  left: 68%;
  top: 39%;
}
.recruit_number_content .recruit_number_img_03 .recruit_number_count {
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_number_content .recruit_number_img_03 .recruit_number_text {
  left: 68%;
  top: 39%;
}
.recruit_number_content .recruit_number_img_04 .recruit_number_count {
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_number_content .recruit_number_img_04 .recruit_number_text {
  left: 76%;
  top: 39%;
}
.recruit_number_content .recruit_number_img_05 .recruit_number_count {
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_number_content .recruit_number_img_05 .recruit_number_text_01 {
  left: 31%;
  top: 36%;
}
.recruit_number_content .recruit_number_img_05 .recruit_number_text_02 {
  left: 62%;
  top: 36%;
}
.recruit_number_content .recruit_number_img_05 .recruit_number_text_03 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  font-size: 1.6rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.recruit_number_content .recruit_number_img_06 .recruit_number_count {
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_number_content .recruit_number_img_06 .recruit_number_text {
  left: 68%;
  top: 39%;
}
.recruit_number_content .recruit_number_img_07 .recruit_number_count {
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_number_content .recruit_number_img_07 .recruit_number_text {
  left: 68%;
  top: 39%;
}
.recruit_number_content .recruit_number_img_08 .recruit_number_count {
  top: 21%;
  left: 50%;
  transform: translateX(-50%);
}
.recruit_number_content .recruit_number_img_08 .recruit_number_text {
  left: 68%;
  top: 39%;
}
.recruit_number_content .recruit_number_img_09 .recruit_number_count {
  top: 39%;
  left: 13%;
}
.recruit_number_content .recruit_number_img_09 .recruit_number_text {
  left: 41%;
  top: 64%;
}

.interview_content {
  width: 100%;
  background-color: #F1F6FA;
  padding: 120px 40px;
  position: relative;
}
@media (max-width: 559.9px) {
  .interview_content {
    padding: 70px 13px;
  }
}
.interview_content .interview_box01 {
  display: flex;
  align-items: flex-start;
  gap: 5vw 5%;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.interview_content .interview_box01 .img_item {
  width: 35%;
}
@media (max-width: 559.9px) {
  .interview_content .interview_box01 .img_item {
    width: 100%;
  }
}
.interview_content .interview_box01 .text_item {
  width: 60%;
}
@media (max-width: 559.9px) {
  .interview_content .interview_box01 .text_item {
    width: 100%;
  }
}
.interview_content .interview_box02 {
  display: flex;
  align-items: flex-start;
  gap: 5vw 5%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.interview_content .interview_box02 .img_item {
  width: 50%;
}
@media (max-width: 559.9px) {
  .interview_content .interview_box02 .img_item {
    width: 100%;
  }
}
.interview_content .interview_box02 .text_item {
  width: 45%;
}
@media (max-width: 559.9px) {
  .interview_content .interview_box02 .text_item {
    width: 100%;
  }
}
.interview_content .interview {
  width: 315px;
  background-color: #1B1B1B;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: -44px;
  padding-bottom: 12px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview {
    width: 255px;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview {
    width: 200px;
    top: -26px;
    padding-bottom: 3px;
  }
}
.interview_content .interview .head {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  height: 44px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview .head {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview .head {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    line-height: 1.4;
    height: 26px;
  }
}
.interview_content .interview .staff {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  font-style: italic;
  text-align: right;
  margin-right: 34px;
  border-top: 2px #FFFFFF solid;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview .staff {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    margin-right: 25px;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview .staff {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    line-height: 1.4;
    margin-right: 20px;
  }
}
.interview_content .interview .staff span {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 20px;
  line-height: 1.3;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview .staff span {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    padding-left: 10px;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview .staff span {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    padding-left: 8px;
  }
}

.contact_text {
  text-align: center;
  margin-top: 50px;
}

/**************
技術情報
**************/
.technoligy-section {
  padding: 80px 0;
}

.technology_list {
  margin-top: 60px;
}
.technology_list .technology_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 559.9px) {
  .technology_list .technology_con {
    display: block;
    margin-bottom: 60px;
  }
}
.technology_list .technology_con .left_con {
  width: 47%;
}
@media (max-width: 559.9px) {
  .technology_list .technology_con .left_con {
    width: 100%;
  }
}
.technology_list .technology_con .left_con .technology_title_box {
  border-top: 1px #B3B1B9 solid;
  border-bottom: 1px #B3B1B9 solid;
  padding: 30px 10px;
}
@media (max-width: 820.9px) {
  .technology_list .technology_con .left_con .technology_title_box {
    padding: 20px 10px;
  }
}
.technology_list .technology_con .left_con .technology_title_box .title {
  font-size: min(3.3rem, 3vw);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}
.technology_list .technology_con .left_con .technology_title_box .title span {
  font-size: 2rem;
}
@media (max-width: 559.9px) {
  .technology_list .technology_con .left_con .technology_title_box .title {
    font-size: 1.8rem;
  }
}
.technology_list .technology_con .left_con .technology_title_box .eng {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #B3B1B9;
}
.technology_list .technology_con .left_con .text {
  margin-top: 30px;
  line-height: 2;
}
@media (max-width: 820.9px) {
  .technology_list .technology_con .left_con .text {
    margin-top: 10px;
  }
}
.technology_list .technology_con .right_con {
  width: 48%;
}
@media (max-width: 559.9px) {
  .technology_list .technology_con .right_con {
    width: 90%;
    margin-top: 10px;
  }
}
.technology_list .technology_con .right_con .tech-img {
  width: 100%;
  position: relative;
}
.technology_list .technology_con .right_con .tech-img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #F5F5F5;
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;
}
.technology_list .technology_con .right_con .tech-img img {
  position: relative;
  z-index: 3;
}

.contact-btn_box {
  margin-top: 50px;
}

.recruitment_btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  margin-top: 40px;
}
@media (max-width: 559.9px) {
  .recruitment_btn_box {
    display: block;
    margin-top: 30px;
  }
  .recruitment_btn_box .btn-01 {
    margin: 0 auto;
  }
  .recruitment_btn_box .btn-01:last-child {
    margin-top: 20px;
  }
}

/**************
新着情報
**************/
.news_page_archive {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px 24px;
}
.news_page_archive .news_item {
  background-color: #FFF0F0;
  padding: 16px;
  border-radius: 8px;
  position: relative;
}
@media (min-width: 560px) {
  .news_page_archive .news_item {
    width: calc(33.33% - 16px);
  }
}
.news_page_archive .news_item .news_img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.news_page_archive .news_item .news_img img {
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.news_page_archive .news_item .news_inner {
  padding: 12px 8px 0;
}
.news_page_archive .news_item .news_inner .news_item_head .news_item_cat_tags {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px 3px;
  margin-bottom: 12px;
}
.news_page_archive .news_item .news_inner .news_item_head .news_item_cat_tags .cat_tag_item {
  font-size: 1.2rem;
  height: 22px;
}
.news_page_archive .news_item .news_inner .news_item_head .date {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.news_page_archive .news_item .news_inner .news_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.3rem;
  color: #444444;
}
.news_page_archive .news_item:hover .news_img img {
  transform: scale(1.1);
}

.news_single {
  padding: 40px 64px 64px;
  background-color: #F5F5F5;
  margin-bottom: 50px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .news_single {
    padding: 40px;
  }
}
@media (max-width: 559.9px) {
  .news_single {
    margin-bottom: 50px;
    padding: 30px;
  }
}

.single_title {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 24px;
  border-bottom: 1px white solid;
  padding-bottom: 32px;
}
@media (max-width: 820.9px) {
  .single_title {
    font-size: 1.6rem;
  }
}

.post_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_data .news_date {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .post_data .news_date {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
  }
}
.post_data .single_cat_tag {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3px;
}
.post_data .single_cat_tag .single_cat_tag_item {
  background-color: #BE241F;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.single_icatch {
  width: 100%;
  background-color: #1B1B1B;
  position: relative;
  margin-top: 40px;
}
.single_icatch img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cat_tag_item {
  background-color: #BE241F;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
  padding: 0 16px;
  height: 27px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single_content {
  padding: 24px 0;
}
@media (max-width: 559.9px) {
  .single_content {
    padding: 20px 0;
  }
}
.single_content *:first-child {
  margin-top: 0;
}
.single_content img {
  max-width: 100% !important;
  height: auto;
}
.single_content .auto {
  margin: 15px 0;
}
.single_content h1 {
  font-size: 3rem;
  margin-top: 56px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 820.9px) {
  .single_content h1 {
    font-size: 2.1rem;
    margin: 30px 0 12px;
  }
}
.single_content h2 {
  font-size: 2.4rem;
  font-weight: 700 !important;
  margin: 40px 0 24px;
  border-radius: 4px;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 1px #ccc solid;
}
@media (max-width: 820.9px) {
  .single_content h2 {
    font-size: 1.9rem;
    margin: 30px 0 12px;
  }
}
.single_content h3 {
  font-size: 2rem;
  color: #444;
  margin: 40px 0 20px;
  font-weight: 700 !important;
}
@media (max-width: 820.9px) {
  .single_content h3 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
}
.single_content h4 {
  font-size: 1.8rem;
  margin: 40px 0 16px;
}
@media (max-width: 820.9px) {
  .single_content h4 {
    font-size: 1.7rem;
    margin: 20px 0 16px;
  }
}
.single_content h5 {
  position: relative;
  margin: 40px 0 16px;
  font-size: 1.7rem;
  padding-left: 15px;
}
@media (max-width: 820.9px) {
  .single_content h5 {
    font-size: 1.6rem;
    margin: 32px 0 16px;
  }
}
.single_content h5::before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #07afbf;
  content: "";
  display: block;
}
.single_content h6 {
  font-size: 1.6rem;
  color: #666;
  position: relative;
  padding-left: 16px;
  margin: 40px 0 16px;
}
@media (max-width: 820.9px) {
  .single_content h6 {
    margin: 32px 0 16px;
  }
}
.single_content h6::before {
  background: #3875a1;
  width: 5px;
  height: 90%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
}
.single_content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
.single_content table th,
.single_content table td {
  vertical-align: middle;
  padding: 15px 10px;
  border: 1px solid #ddd;
  margin: 0;
}
.single_content table th {
  text-align: center;
  background: #eee;
  font-weight: bold;
}
.single_content blockquote {
  position: relative;
  box-sizing: border-box;
  padding: 45px 20px 45px 30px;
  margin: 0 0 30px;
  font-weight: 400;
  color: #444;
  background-color: #f3f3f3;
  border: 1px #ddd solid;
}
@media (max-width: 820.9px) {
  .single_content blockquote {
    padding: 20px 5%;
  }
}
.single_content pre {
  padding: 20px;
  margin: 20px;
  background: #eee;
  border-radius: 5px;
  font-size: 1.5rem;
  white-space: pre-line;
}
.single_content code {
  word-wrap: break-word;
  font-size: 1.5rem;
}
.single_content .word-set {
  display: inline-table;
  position: relative;
  vertical-align: baseline;
  white-space: initial;
}
.single_content .aligncenter {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.single_content .alignright {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
}
.single_content img {
  height: auto;
}
.single_content ul {
  list-style: inherit;
}
.single_content ul li {
  list-style-type: inherit;
  list-style-position: inside;
}
.single_content ol {
  list-style: inherit;
}
.single_content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.single_page_navi {
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 8px;
  margin-top: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 820.9px) {
  .single_page_navi {
    padding: 16px;
    margin-top: 36px;
    border-radius: 8px;
  }
}
.single_page_navi a {
  color: #666;
}
.single_page_navi a:nth-child(2) {
  margin: 0 72px;
}
@media (max-width: 820.9px) {
  .single_page_navi a:nth-child(2) {
    margin: 0 24px;
  }
}
.single_page_navi a img {
  display: block;
  width: 22px;
}

@media (max-width: 820.9px) {
  .single_info {
    margin-top: 25px;
    padding-top: 15px;
  }
}

.side_title {
  padding: 8px 12px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #1B1B1B;
}
@media (max-width: 820.9px) {
  .side_title {
    margin-bottom: 12px;
  }
}

.side_list li a {
  border-bottom: 1px #ccc solid;
  display: block;
  padding: 8px;
  color: #666;
  background-color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 560px) {
  .side_list li a {
    transition: all 0.3s ease;
  }
  .side_list li a:hover {
    background-color: #f3f3f3;
  }
}
.side_list li a i {
  margin-right: 4px;
}

.side_column_list li {
  border-bottom: 1px #ddd solid;
}
.side_column_list li a {
  width: 100%;
  padding: 12px 0;
  display: block;
  transition: all 0.3s ease;
}
.side_column_list li a:hover {
  background-color: #f3f3f3;
}
.side_column_list li a .inner {
  width: 100%;
}
.side_column_list li a .inner .date {
  color: #666;
  font-size: 1.2rem;
}
.side_column_list li a .inner .tit {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .side_column_list li a .inner .tit {
    -webkit-line-clamp: 2;
  }
}

.side_btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  width: 100%;
  padding: 0 16px;
  background: linear-gradient(0deg, #003C97 0 50%, #0b39af 50% 100%);
  color: #fff;
  margin-top: 8px;
  line-height: 1.6;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .side_btn {
    padding: 0 12px;
    font-size: 1.4rem;
  }
}
@media (min-width: 560px) {
  .side_btn {
    transition: all 0.3s ease;
  }
  .side_btn:hover {
    opacity: 0.8;
    color: white;
  }
}
.side_btn i {
  font-size: 2.4rem;
  margin-right: 16px;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .side_btn i {
    font-size: 1.8rem;
    margin-right: 12px;
  }
}

.single_info {
  padding-bottom: 16px;
  border-bottom: #ddd 1px solid;
  margin-bottom: 24px;
}
@media (min-width: 560px) {
  .single_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.single_info .date {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #666;
}

/* ------------
PAGENATION
------------- */
.wp-pagenavi {
  padding: 12px 5px;
  background: #f3f3f3;
  border-radius: 4px;
  font-size: 100%;
  text-align: center;
  border: 1px #ddd solid;
  margin-top: 30px;
}

.all_seminar .wp-pagenavi {
  margin: 0 auto;
}

.wp-pagenavi span,
.wp-pagenavi a {
  padding: 5px 7px !important;
  border-radius: 3px;
}

.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  background: #fff;
}

.wp-pagenavi .current {
  background: #1eb0d6;
  color: #fff;
}

/**************
お問い合わせ
**************/
.contact-kome {
  margin-top: 15px;
  color: #777777;
  font-size: 1.4rem;
}

.contact_nums {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .contact_nums + .textCenter {
    font-size: 1.3rem;
    text-align: left;
  }
}

.telfax_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 24px;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .telfax_box {
    gap: 8px;
  }
}

.contact_box {
  display: flex;
  width: calc(50% - 12px);
}
.contact_box.bottom {
  margin-top: -1px;
}
@media (max-width: 559.9px) {
  .contact_box {
    width: 100%;
  }
}
.contact_box > dt {
  width: 110px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #C48686;
  line-height: inherit;
  font-weight: bold;
  font-size: 2.4rem;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .contact_box > dt {
    font-size: 2.4rem;
  }
}
@media (max-width: 559.9px) {
  .contact_box > dt {
    font-size: 1.4rem;
    width: 88px;
  }
}
.contact_box > dd {
  flex: 1;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #1B1B1B;
  background-color: #FFF0F0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .contact_box > dd {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    line-height: inherit;
  }
}
@media (max-width: 559.9px) {
  .contact_box > dd {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    width: calc(100% - 65px);
  }
}
.contact_box.long {
  width: 100%;
  margin: 24px auto 0;
}
@media (max-width: 559.9px) {
  .contact_box.long {
    margin-top: 8px;
  }
}
.contact_box.long > dt {
  width: 200px;
}
@media (max-width: 559.9px) {
  .contact_box.long > dt {
    width: 100px;
    font-size: 1.4rem;
  }
}

.mail_cont {
  max-width: 1000px;
  margin: 80px auto 0;
  padding-bottom: 40px;
}
@media (max-width: 559.9px) {
  .mail_cont {
    margin-top: 40px;
  }
}

.con02_text {
  font-size: 1em;
  margin-bottom: 15px;
}
@media (max-width: 559.9px) {
  .con02_text {
    font-size: 0.9em;
    margin-bottom: 8px;
  }
}

.contact_table {
  width: 100%;
}
.contact_table tr th {
  padding: 18px 24px;
  width: 32%;
  vertical-align: middle;
  text-align: left;
  background-color: #FFF0F0;
  border: 1px #ccc solid;
}
@media (max-width: 1199.9px) {
  .contact_table tr th {
    display: block;
    padding: 16px 5px;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 559.9px) {
  .contact_table tr th {
    padding: 8px 5px;
    font-size: 1.4rem;
    border-collapse: collapse;
    border: 0;
  }
}
.contact_table tr th .hissu_cell {
  position: relative;
  color: #1B1B1B;
}
@media (max-width: 1199.9px) {
  .contact_table tr th .hissu_cell {
    padding-left: 10px;
  }
}
.contact_table tr th .hissu_cell .hissu {
  background-color: #BE241F;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  padding: 4px 11px;
  position: absolute;
  right: 0;
  top: 50%;
  color: #FFFFFF;
  margin-top: -13px;
}
@media (max-width: 1199.9px) {
  .contact_table tr th .hissu_cell .hissu {
    padding: 0 7px 1px;
    margin-top: -10px;
    margin-right: 10px;
  }
}
.contact_table tr td {
  padding: 18px 24px;
  border: 1px #ccc solid;
  width: 68%;
}
@media (max-width: 1199.9px) {
  .contact_table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    border-top: 0;
  }
}
@media (max-width: 559.9px) {
  .contact_table tr td {
    padding: 12px 0 16px;
    font-size: 1.4rem;
    border: 0;
  }
}

.privacy_head {
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
}
.privacy_head::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #1B1B1B;
  width: 15px;
  height: 15px;
  border-radius: 2px;
}

.privacy_cont {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 559.9px) {
  .privacy_cont {
    margin-top: 30px;
  }
}

.privacy-title {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
}

.privacy_policy {
  margin-top: 10px;
  height: 400px;
  padding: 10px 30px;
  border: 1px #444444 solid;
  overflow-y: scroll;
}
@media (max-width: 559.9px) {
  .privacy_policy {
    width: 100%;
    padding: 10px;
    font-size: 1.3rem;
  }
}
@media (min-width: 560px) {
  .privacy_policy .privacy_policy_box {
    padding: 0 24px;
  }
}
.privacy_policy .privacy_policy_box *:first-child {
  margin-top: 0;
}
.privacy_policy .privacy_policy_box ul {
  margin-top: 10px;
}
.privacy_policy .privacy_policy_box p {
  margin-top: 10px;
}
.privacy_policy .privacy_policy_box h3 {
  font-size: 110%;
  margin-top: 24px;
  margin-bottom: 8px;
}
.privacy_policy .privacy_policy_box h4 {
  font-size: 105%;
  margin-top: 20px;
}
.privacy_policy .privacy_policy_box h5 {
  margin-top: 15px;
}

.privacyCheck {
  margin: 24px 0 0;
}
.privacyCheck p {
  margin: 10px 0 0;
}
.privacyCheck .accept label {
  font-weight: bold;
  text-decoration: underline;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-input,
.c-select,
.c-textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box;
}

.c-select {
  padding: 5px 10px;
}

.c-input {
  height: 40px;
  padding: 2px 10px;
}
@media (max-width: 1199.9px) {
  .c-input {
    height: auto;
    padding: 8px 4%;
    box-sizing: border-box;
  }
}

@media (min-width: 560px) {
  .c-select-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-select-list__item {
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  .c-select-list__item {
    width: 32%;
  }
}
@media (max-width: 820.9px) {
  .c-select-list__item {
    width: 80%;
    margin-bottom: 4px;
  }
}

.c-radio-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%;
}
.c-radio-list__item {
  margin: 0 0 5px 0;
}
@media (max-width: 1199.9px) {
  .c-radio-list__item {
    text-align: left;
  }
}
.c-radio-list__item label {
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 1199.9px) {
  .c-radio-list__item label {
    margin-right: 10px;
  }
}

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px;
}
@media (max-width: 1199.9px) {
  .c-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
  }
}

.form-btn {
  margin-top: 50px;
  text-align: center;
}

.c-submit,
.c-confirm,
.c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .c-submit,
.c-confirm,
.c-back {
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1199.9px) {
  .c-submit,
.c-confirm,
.c-back {
    width: 48%;
    padding: 15px 0;
  }
}

.c-submit {
  border: 2px #003C97 solid;
  color: #fff;
  background-color: #003C97;
  font-weight: bold;
  font-size: 1.8rem;
}

.c-submit:hover {
  opacity: 0.8;
}

.c-confirm,
.c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff;
}

.c-confirm:hover,
.c-back:hover {
  background-color: #eee;
}

.btn-confirm, #btn_confirm {
  display: block;
  border: 1px #999 solid;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #ddd;
  transition: all 0.3s ease 0s;
}
.btn-confirm.hoverOn, .hoverOn#btn_confirm {
  border: 1px solid #5d3fff;
  background-color: #fff;
  color: #5d3fff;
  cursor: pointer;
}

.btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1199.9px) {
  .btns .btn {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}

.wpcf7cp-btns {
  margin-top: 30px;
  text-align: center;
}
.wpcf7cp-btns button {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1199.9px) {
  .wpcf7cp-btns button {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background-color: #81c320;
  border-bottom: 3px solid #679b1b;
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn {
  background-color: #21b2c1;
  border-bottom: 3px solid #1d8691;
  border-color: #21b2c1 #21b2c1 #1d8691;
}
.wpcf7cp-btns button.wpcf7cp-cfm-submit-btn:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

.btn-conta {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 80%;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px;
  background-color: #333;
  border-bottom: 3px solid #888;
}
.btn-conta:hover {
  background-color: #555;
  border-bottom: 3px solid #999;
}

.btns .btn-primary {
  background-color: #81c320;
  border-color: #a2d400;
  border-bottom: 3px solid #679b1b;
}
.btns .btn-primary:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}

.btn-info {
  background-color: #21b2c1;
  border-color: #21b2c1 #21b2c1 #1d8691;
  border-bottom: 3px solid #1d8691;
}
.btn-info:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%;
}

.c-radio,
.c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.alert-block {
  border: 2px tomato solid;
  padding: 24px;
  color: red;
  font-weight: bold;
}

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

.wpcf7-response-output {
  background-color: #fff0f0;
  text-align: center;
  color: red;
  padding: 24px !important;
  border-radius: 4px;
  border: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  margin-top: 3px !important;
}

/**************
よくある質問
**************/
.faq_list .faq_item {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.faq_list .faq_item:not(:last-child) {
  margin-bottom: 24px;
}
.faq_list .faq_item .box .inner-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 24px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box .inner-flex {
    padding: 20px;
  }
}
.faq_list .faq_item .box .alpha {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: white;
  border-radius: 40px;
  margin-right: 24px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box .alpha {
    width: 32px;
    height: 32px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-right: 16px;
  }
}
.faq_list .faq_item .box .inner {
  width: calc(100% - 80px);
  padding-top: 12px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box .inner {
    width: calc(100% - 48px);
    padding-top: 2px;
  }
}
.faq_list .faq_item .box.q-box {
  background-color: white;
}
.faq_list .faq_item .box.q-box .alpha {
  background-color: #BE241F;
}
.faq_list .faq_item .box.q-box .inner {
  font-weight: bold;
  font-size: 110%;
  padding-right: 80px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box.q-box .inner {
    font-size: 100%;
    padding-right: 48px;
  }
}
.faq_list .faq_item .box.a-box {
  display: none;
  background-color: #FFF0F0;
  padding-bottom: 8px;
}
.faq_list .faq_item .box.a-box .head {
  font-size: 110%;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .box.a-box .head {
    font-size: 100%;
  }
}
.faq_list .faq_item .box.a-box .alpha {
  background-color: #95a9bb;
  color: white;
}
.faq_list .faq_item .q-box {
  cursor: pointer;
}
.faq_list .faq_item .q-box .faq-open {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #f8fafa;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08), -5px -5px 5px #fff;
  transform: translateY(-50%);
  transition: 0.3s;
  position: absolute;
  right: 24px;
  top: 50%;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .q-box .faq-open {
    width: 32px;
    height: 32px;
    right: 16px;
  }
}
.faq_list .faq_item .q-box .faq-open::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #BE241F;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.faq_list .faq_item .q-box .faq-open span {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.faq_list .faq_item .q-box .faq-open span::after, .faq_list .faq_item .q-box .faq-open span::before {
  position: absolute;
  background: #BE241F;
  display: block;
  content: "";
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: 2px;
  width: 20px;
  border-radius: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .q-box .faq-open span::after, .faq_list .faq_item .q-box .faq-open span::before {
    width: 16px;
  }
}
.faq_list .faq_item .q-box .faq-open span::before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq_list .faq_item .q-box .faq-open span::after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_list .faq_item .q-box.opened .faq-open span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.faq_list .faq_item .q-box.opened .faq-open span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq_list .faq_item .q-box:hover .faq-open::after {
  width: 48px;
  height: 48px;
}
@media (max-width: 559.9px) {
  .faq_list .faq_item .q-box:hover .faq-open::after {
    width: 32px;
    height: 32px;
  }
}
.faq_list .faq_item .q-box:hover .faq-open span::after, .faq_list .faq_item .q-box:hover .faq-open span::before {
  background: white;
}

/**************
プライバシーポリシー
**************/
.sq_black::before {
  background-color: black;
}

.privacy {
  background-color: #fff;
}
@media (min-width: 560px) {
  .privacy {
    padding: 0 24px;
  }
}
.privacy *:first-child {
  margin-top: 0;
}
.privacy ul {
  margin-top: 10px;
}
.privacy ul li {
  margin-top: 5px;
}
.privacy p {
  margin-top: 24px;
}
.privacy h3 {
  font-size: 110%;
  margin-top: 24px;
  margin-bottom: 8px;
}
.privacy h4 {
  font-size: 105%;
  margin-top: 20px;
}
.privacy h5 {
  margin-top: 15px;
}
/*# sourceMappingURL=styles.css.map */