@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
/**************
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: #284B7D;
  outline: none;
  font-weight: bold;
}
a:hover {
  color: #5f79ad;
}

/**************
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: 1199.9px) {
  .page_section {
    padding: 40px 0;
  }
}
@media (max-width: 559.9px) {
  .page_section {
    padding: 30px 0;
  }
}
.page_section.pb80 {
  padding-bottom: 80px;
}
@media (max-width: 820.9px) {
  .page_section.pb80 {
    padding-bottom: 40px;
  }
}
.page_section.ptb80 {
  padding: 80px 0;
}
@media (max-width: 820.9px) {
  .page_section.ptb80 {
    padding: 40px 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: #595757;
}
.page_section__nuanceGray {
  background-color: #95a9bb;
}

/**************
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: 94%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.9px) {
  .header_inner {
    width: 94%;
  }
}
@media (max-width: 559.9px) {
  .header_inner {
    width: 85%;
  }
}

.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: 180px;
  }
}
@media (max-width: 820.9px) {
  .header_logo {
    position: relative;
    z-index: 4;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .header_logo {
    width: 160px;
  }
}
@media (max-width: 559.9px) {
  .header_logo {
    width: 144px;
  }
}
.header_logo img {
  display: block;
  max-width: 100%;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
}
.fixed .header_logo {
  background: url(../images/common/logo.png) no-repeat center;
  background-size: contain;
}
.fixed .header_logo img {
  opacity: 0;
}

@media (min-width: 1200px) {
  .global_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    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: #95a9bb;
    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-right: 10px;
  }
}
@media (max-width: 1199.9px) {
  .navi_ul {
    text-align: center;
    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 10px;
  }
}
@media (max-width: 1199.9px) {
  .navi_ul > li {
    margin-bottom: 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;
  color: #FFFFFF;
  gap: 10px;
}
@media (min-width: 1200px) {
  .header-nav-item {
    width: 100%;
    height: 100%;
    position: relative;
    font-weight: bold;
    padding: 0 3px;
    cursor: pointer;
    color: #FFFFFF;
  }
  .header-nav-item:hover {
    color: #95a9bb;
  }
}
@media (max-width: 1199.9px) {
  .header-nav-item {
    color: #444;
    text-align: center;
    padding: 16px 0;
    display: block;
    width: 100%;
    line-height: 1.3;
    background-color: white;
    border-radius: 8px;
  }
  .header-nav-item:hover {
    color: #95a9bb;
  }
}
@media (min-width: 1200px) {
  .fixed .header-nav-item {
    color: #1B1B1B;
  }
  .fixed .header-nav-item:hover {
    color: #95a9bb;
  }
}

.megamenu {
  background-color: #1B1B1B;
  border-radius: 4px;
}
@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;
  }
  .megamenu.w200 {
    width: 200px;
  }
  .megamenu.w240 {
    width: 240px;
  }
}
@media (max-width: 1199.9px) {
  .megamenu {
    display: none;
    padding: 6px 0 12px 0;
    margin-top: 4px;
  }
}
@media (min-width: 1200px) {
  .megamenu .inner_ul {
    padding: 3px 0 0;
  }
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul {
    margin-top: 16px;
    padding: 0 24px 12px;
  }
}
.megamenu .inner_ul li {
  padding: 3px 0 0;
}
.megamenu .inner_ul li a {
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .megamenu .inner_ul li a {
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .megamenu .inner_ul li a:hover {
    color: #95a9bb;
  }
}
@media (max-width: 1199.9px) {
  .megamenu .inner_ul li a {
    display: block;
    position: relative;
    font-size: 1.3rem;
    justify-content: flex-start;
    text-align: left;
    padding: 5px 0 5px 12px;
  }
}
@media (min-width: 1200px) {
  .megamenu .inner_ul .less-spc {
    display: none;
  }
}
.fixed .megamenu .inner_ul li a {
  color: #FFFFFF;
}
.fixed .megamenu .inner_ul li a:hover, .fixed .megamenu .inner_ul li a :active {
  color: #95a9bb;
}

.header_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1199.9px) {
  .header_buttons {
    max-width: 296px;
    margin: 20px auto 0;
    flex-direction: column;
  }
}
.header_buttons a {
  height: 72px;
  padding: 0 18px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  gap: 8px;
  transition: all 0.3s ease;
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
}
.header_buttons a:hover.header_button-contact {
  background-color: rgba(40, 75, 125, 0.7);
}
.header_buttons a.header_button-recruit {
  background-color: #284B7D;
  color: white;
}
.header_buttons a.header_button-recruit i {
  color: #FFFFFF;
}
.header_buttons a.header_button-contact {
  background-color: #284B7D;
  transition: all 0.3s ease;
  color: white;
}

.icon-mail {
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon-mail-white.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: #B3B1B9;
    border: 1px #1B1B1B solid;
    transition: all 0.3s ease-in-out 0.2s;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .menuBtn {
    width: 72px;
    height: 72px;
    right: 4px;
    top: 4px;
    border-radius: 4px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .menuBtn {
    right: 30px;
    top: 16px;
  }
}
@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: #1B1B1B;
    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: 56px;
  height: 56px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 559.9px) {
  .menuBtn.menu-open {
    right: 0;
    top: 0;
  }
}
@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;
  }
}

/**************
Footer
**************/
.footer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  color: #FFFFFF;
}
.footer-title .jp {
  font-size: min(4.4rem, 4vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .footer-title .jp {
    font-size: 3rem;
  }
}
.footer-title .eng {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 559.9px) {
  .footer-title .eng {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.foot_cta {
  width: 100%;
  overflow: hidden;
  background: url(../images/common/cta_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0 100px;
}
@media (max-width: 559.9px) {
  .foot_cta {
    padding: 40px 8vw;
  }
}
.foot_cta .inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .foot_cta .inner {
    width: 100%;
  }
}
.foot_cta .foot_cta_wrap {
  width: 100%;
  margin-top: 64px;
}
@media (min-width: 560px) {
  .foot_cta .foot_cta_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 559.9px) {
  .foot_cta .foot_cta_wrap {
    margin-top: 30px;
  }
}
.foot_cta .fcta_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  gap: 0.8vw;
}
.foot_cta .fcta_column:hover, .foot_cta .fcta_column:active {
  opacity: 0.8;
}
@media (min-width: 560px) {
  .foot_cta .fcta_column {
    width: 31%;
    transition: all 0.3s ease;
  }
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .foot_cta .fcta_column {
    padding: 0 32px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .foot_cta .fcta_column {
    width: 32%;
    padding: 0;
  }
}
@media (max-width: 559.9px) {
  .foot_cta .fcta_column {
    width: 100%;
    margin-bottom: 20px;
  }
  .foot_cta .fcta_column:last-child {
    margin-bottom: 0;
  }
}
.foot_cta .fcta_column .txt {
  font-weight: bold;
  font-size: 2.1rem;
  color: white;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .foot_cta .fcta_column .txt {
    font-size: 2rem;
  }
}
@media (max-width: 820.9px) {
  .foot_cta .fcta_column .txt {
    font-size: 1.6rem;
  }
}
.foot_cta .fcta_column .txt_mini {
  color: white;
  font-size: 1.5rem;
}
@media (max-width: 559.9px) {
  .foot_cta .fcta_column .txt_mini {
    font-size: 1.4rem;
  }
}
.foot_cta .fcta_column .telNum {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(4.3rem, 2.6vw);
  font-style: italic;
  color: white;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 559.9px) {
  .foot_cta .fcta_column .telNum {
    font-size: 3rem;
    margin-top: 0;
  }
}
@media (max-width: 559.9px) {
  .foot_cta .fcta_column .btn_box-mt20 {
    margin-top: 10px;
  }
}

#footer {
  bottom: 0;
  box-sizing: border-box;
  background-color: #1B1B1B;
  padding-top: 64px;
}
@media (max-width: 559.9px) {
  #footer {
    padding-top: 40px;
  }
}

.footer_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 1100px;
}
@media (max-width: 559.9px) {
  .footer_inner {
    padding-bottom: 0;
  }
}

.footer_body {
  width: 100%;
  margin: 50px auto 0;
}
@media (min-width: 821px) {
  .footer_body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 559.9px) {
  .footer_body {
    margin-top: 0;
  }
}

.footer_left {
  width: 40%;
}
@media (max-width: 559.9px) {
  .footer_left {
    width: 100%;
  }
}

.footer_right {
  width: 55%;
}
@media (max-width: 559.9px) {
  .footer_right {
    width: 100%;
  }
}

.footer-logo-img {
  width: 230px;
}

.footer_info {
  font-size: 1.5rem;
  margin: 30px 0 40px;
  color: #FFFFFF;
}

.sns_box .sns-img {
  margin-right: 10px;
}
.sns_box .sns-img:last-child {
  margin-right: 0;
}

.footer_navi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 820.9px) {
  .footer_navi {
    display: none;
  }
}
.footer_navi .foot_navi_column .head {
  margin-bottom: 4px;
  color: #FFFFFF;
}
.footer_navi .foot_navi_column .head a {
  color: #FFFFFF;
}
.footer_navi .foot_navi_column .head a:hover, .footer_navi .foot_navi_column .head a :active {
  color: #95a9bb;
}
.footer_navi .foot_navi_column ul {
  margin-left: 10px;
  margin-bottom: 5px;
}
.footer_navi .foot_navi_column ul > li {
  position: relative;
  padding-left: 12px;
}
.footer_navi .foot_navi_column ul > li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer_navi .foot_navi_column ul > li > a {
  color: #FFFFFF;
}
.footer_navi .foot_navi_column ul > li:hover > a, .footer_navi .foot_navi_column ul > li :active > a {
  color: #95a9bb;
}

.footer-img-box {
  text-align: right;
  margin-top: 30px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .footer-img-box {
    text-align: left;
  }
}
@media (max-width: 559.9px) {
  .footer-img-box {
    text-align: center;
  }
}
.footer-img-box .emidas {
  margin-right: 40px;
}
.footer-img-box .emidas:last-child {
  margin-right: 0;
}
@media (max-width: 559.9px) {
  .footer-img-box .emidas {
    margin-right: 7px;
  }
}

.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;
  color: #FFFFFF;
  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%;
}

.top-title-undertext {
  margin-bottom: 20px;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .top-title-undertext {
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
}

.top-title {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}
@media (max-width: 559.9px) {
  .top-title {
    margin-bottom: 20px;
  }
}
.top-title .jp {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .top-title .jp {
    font-size: 2rem;
  }
}
.top-title .eng {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 559.9px) {
  .top-title .eng {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.big-title {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  font-size: min(16rem, 13vw);
  line-height: 1;
}

.small-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .small-title {
    margin-bottom: 20px;
  }
}
.small-title .eng {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .small-title .eng {
    font-size: 1.6rem;
  }
}
.small-title .jp {
  font-size: 3.4rem;
  line-height: 1.6;
}
@media (max-width: 820.9px) {
  .small-title .jp {
    font-size: 3rem;
  }
}
@media (max-width: 559.9px) {
  .small-title .jp {
    font-size: 2.4rem;
  }
}

.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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.5;
  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 {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 559.9px) {
  .leftLine-title {
    font-size: 2rem;
  }
}
.leftLine-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-color: #FFD700;
  width: 8px;
  height: 100%;
}
.leftLine-title.small {
  font-size: min(1.8rem, 2.8vw);
}
.leftLine-title.small::before {
  width: 6px;
}
@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: 27px 0 30px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 559.9px) {
  .topSquare-title {
    font-size: 2.4rem;
    margin: 30px 0 20px;
  }
}
.topSquare-title::before {
  position: absolute;
  top: -21px;
  left: 50.2%;
  content: "";
  display: inline-block;
  border: 1px #FFFFFF solid;
  background-color: #1B1B1B;
  width: 14px;
  height: 14px;
}
@media (max-width: 1199.9px) {
  .topSquare-title::before {
    left: 50.4%;
  }
}
@media (max-width: 559.9px) {
  .topSquare-title::before {
    left: 51%;
  }
}
.topSquare-title::after {
  position: absolute;
  top: -26px;
  left: 49.8%;
  content: "";
  display: inline-block;
  border: 2px #1B1B1B solid;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
}
@media (max-width: 1199.9px) {
  .topSquare-title::after {
    left: 49.6%;
  }
}
@media (max-width: 559.9px) {
  .topSquare-title::after {
    left: 49%;
  }
}
.topSquare-title.nuanceG::before {
  border: 1px #95a9bb solid;
}
.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: #FFFFFF;
  font-size: 25px;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 560px) {
  .horizontal_tit {
    display: flex;
    align-items: flex-end;
    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: 1.8rem;
  }
}
.horizontal_tit .eng {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003C97;
  position: relative;
}
@media (min-width: 560px) {
  .horizontal_tit .eng {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 559.9px) {
  .horizontal_tit .eng {
    font-size: 1.5rem;
  }
}
@media (min-width: 560px) {
  .horizontal_tit .eng::before {
    width: 2px;
    height: 70%;
    content: "";
    display: block;
    background-color: #003C97;
    position: absolute;
    left: 0;
    top: 12%;
  }
}

.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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.center-title.white {
  color: #fff;
}
.center-title.white::after {
  background-color: #fff;
}

.center-title2 {
  font-size: 3.2rem;
  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: #EE4343;
}
.center-title2.text30 {
  font-size: 3rem;
}
@media (max-width: 820.9px) {
  .center-title2.text30 {
    font-size: 2.4rem;
  }
}
.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: 10px;
  color: #595757;
}
.lined_title::after {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: darkgoldenrod;
}
.lined_title span {
  display: inline-block;
  padding: 0 16px 8px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  color: #003C97;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #003C97;
}
.lined_title.blue::after {
  background-color: white;
}
.lined_title.blue span {
  background-color: #003C97;
  color: white;
}
.lined_title.gblue::after {
  background-color: white;
}
.lined_title.gblue span {
  background-color: #003C97;
  color: white;
}

.title_with_num {
  position: relative;
  padding-left: 80px;
  padding-bottom: 16px;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .title_with_num {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 24px;
    padding-left: 56px;
  }
}
.title_with_num::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) {
  .title_with_num::before {
    font-size: 3.2rem;
    top: -38%;
  }
}
.title_with_num::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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #003C97;
}

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

/* Buttons */
.btn_box-mt70 {
  margin-top: 70px;
}
@media (max-width: 559.9px) {
  .btn_box-mt70 {
    margin-top: 40px;
  }
}

.btn_box-mt50 {
  margin-top: 50px;
}
@media (max-width: 559.9px) {
  .btn_box-mt50 {
    margin-top: 30px;
  }
}

.btn_box-mt20 {
  margin-top: 20px;
}

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

.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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  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: #EE4343;
  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: #FAF32C;
}
.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: #FAF32C;
}
.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: #F5F5F5;
  border-radius: 20px;
  padding: 3px 35px;
  border: 1px #1B1B1B solid;
  transition: all 0.3s ease;
}
.equipment-link_btn .text {
  font-weight: 700;
}
.equipment-link_btn i {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.equipment-link_btn:hover, .equipment-link_btn :active {
  background-color: #FFD700;
}

.link_img_box {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw 4%;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .link_img_box {
    margin-top: 40px;
  }
}
.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;
  position: relative;
  z-index: 3;
}
.link_img_box .link_img_box01 {
  position: relative;
  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_box01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 2;
}
.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 .circle {
  position: absolute;
  right: 12%;
  bottom: 16%;
  width: 43px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  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(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 2;
}
.link_img_box .link_img_box02 .float_link {
  z-index: 3;
}
.link_img_box .link_img_box02:hover .circle, .link_img_box .link_img_box02 :active .circle {
  background-color: rgba(255, 255, 255, 0.4);
}
.link_img_box .link_img_box02:hover::after, .link_img_box .link_img_box02 :active::after {
  background-color: rgba(0, 0, 0, 0);
}
.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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(3.2rem, 4vw);
  font-style: italic;
}
@media (max-width: 559.9px) {
  .link_img_box .num {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

@-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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
}
.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: #FFA3B4;
  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: #FAF32C;
  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 #FFA3B4 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: 90%;
  margin: 0 auto;
}
.table-fixform th {
  width: 25%;
  font-weight: 700;
  border-bottom: #284B7D 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;
  }
}
.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: darkgoldenrod;
  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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  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;
}
@media (max-width: 820.9px) {
  .table-f {
    font-size: 1.4rem;
  }
}
.table-f th {
  width: 180px;
  padding: 8px 20px;
  background-color: #1B1B1B;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 1199.9px) {
  .table-f th {
    padding: 5px 10px;
  }
}
.table-f td {
  border-bottom: 1px #ddd solid;
  text-align: left;
  padding: 5px 15px;
}
@media (max-width: 1199.9px) {
  .table-f td {
    padding: 5px 10px;
  }
}

.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 #EE4343 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: #284B7D 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: #FAF32C;
  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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  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;
  }
}

.br4 {
  border-radius: 4px;
  overflow: hidden;
}

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

.t-undertext {
  font-size: 3.2rem;
  font-weight: 700;
  font-size: min(3.2rem, 2.8vw);
}
@media (max-width: 559.9px) {
  .t-undertext {
    font-size: 1.8rem;
  }
}

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

.textWhite {
  color: white;
}

.textBlue {
  color: #284B7D;
}

.textNG {
  color: #95a9bb;
}

.textRed {
  color: #EE4343;
}

.textDG {
  color: darkgoldenrod;
}

.textYellow {
  color: #FAF32C;
}

.text18 {
  font-size: 1.8rem;
}

.text15 {
  font-size: 1.5rem;
}

.text32 {
  font-size: 3.2rem;
}

.text30 {
  font-size: 3rem;
}

.text46 {
  font-size: 4.6rem;
}
@media (max-width: 559.9px) {
  .text46 {
    font-size: 2.6rem;
  }
}

.text20 {
  font-size: 2rem;
}

.text26 {
  font-size: 2.6rem;
}

.textBold {
  font-weight: 700;
}

.textMedium {
  font-weight: 500;
}

.mb80 {
  margin-bottom: 80px;
}

.textCenter {
  text-align: center;
}

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

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

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@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;
}

/* 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
**************/
.bg-color {
  background-color: #F1F6FA;
}

#main_wrap {
  width: 100%;
  position: relative;
}

#mainVisual {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px;
  overflow: hidden;
}
@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;
  }
}

.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(38, 38, 38, 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(38, 38, 38, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
  }
}

.mainCatch {
  position: absolute;
  top: 50%;
  left: 6vw;
}
@media (max-width: 559.9px) {
  .mainCatch {
    left: 25px;
  }
}

.main_catch-01 {
  font-size: min(3rem, 3vw);
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (max-width: 820.9px) {
  .main_catch-01 {
    margin-bottom: 10px;
  }
}
@media (max-width: 559.9px) {
  .main_catch-01 {
    font-size: 1.8rem;
  }
}
@media (min-width: 560px) {
  .main_catch-01 br {
    display: none;
  }
}

.mainCatImg {
  width: 80vw;
}

.top_news_section {
  padding: 80px 0 40px;
}
@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;
  }
}

.news_archive {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 3vw;
}
@media (max-width: 559.9px) {
  .news_archive {
    row-gap: 10vw;
  }
}
.news_archive .news_item {
  width: 25%;
  transition: all 0.5s ease;
  position: relative;
  padding: 0 10px;
  justify-content: center;
  max-width: 364px;
  min-width: 250px;
}
.news_archive .news_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.9px) {
  .news_archive .news_item {
    width: 50%;
  }
}
@media (max-width: 559.9px) {
  .news_archive .news_item {
    width: 100%;
  }
}
.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.news_index {
    width: 100%;
  }
}
.news_archive .news_item .news_img {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
}
.news_archive .news_item .news_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;
  transition: all 0.3s ease;
}
.news_archive .news_item .news_inner {
  margin-top: 15px;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 20px;
}
.news_archive .news_item .news_inner .news_item_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.news_archive .news_item .news_inner .news_item_head .news_item_cat_tags {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.news_archive .news_item .news_inner .news_item_head .news_item_cat_tags .cat_tag_item {
  background-color: #F1F6FA;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 0 16px;
  color: #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_archive .news_item .news_inner .news_item_head .date {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1B1B1B;
}
.news_archive .news_item .news_inner .news_text {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.news_archive .news_item:hover .news_img img, .news_archive .news_item :active .news_img img {
  transform: scale(1.1);
}
.news_archive .news_item:hover .news_inner .news_text, .news_archive .news_item :active .news_inner .news_text {
  opacity: 0.6;
}

.top_strength_section {
  padding: 120px 0 0;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_strength_section {
    padding: 50px 0 0;
  }
}
@media (max-width: 559.9px) {
  .top_strength_section {
    padding: 30px 0 0;
  }
}

.bg-white {
  position: absolute;
  top: 120px;
  left: 0;
  width: 90vw;
  height: 155vw;
  max-width: 1350px;
  max-height: 1350px;
  background-color: #FFFFFF;
  z-index: 1;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .bg-white {
    height: 145vw;
    min-height: 1273px;
  }
}
@media (max-width: 559.9px) {
  .bg-white {
    top: 60px;
    width: 82vw;
    max-height: none;
    height: 2440px;
  }
}
.bg-white .big-title {
  position: absolute;
  top: -5%;
  right: 10px;
}
@media (max-width: 559.9px) {
  .bg-white .big-title {
    top: -1%;
  }
}

.strength-content {
  position: relative;
  z-index: 3;
  padding: 100px 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .strength-content {
    padding: 120px 0;
  }
}
@media (max-width: 559.9px) {
  .strength-content {
    padding: 60px 0 0;
  }
}
.strength-content .strength {
  display: flex;
  gap: 2vw 5%;
  margin-top: 60px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 559.9px) {
  .strength-content .strength {
    margin-top: 30px;
  }
}
.strength-content .strength .strength-box {
  width: 30%;
  opacity: 0;
  position: relative;
}
@media (max-width: 559.9px) {
  .strength-content .strength .strength-box {
    width: 440px;
    margin: 0 auto;
  }
}
.strength-content .strength .strength-box .strength-img img {
  transition: all 0.3s ease;
}
.strength-content .strength .strength-box .strength-text_box {
  position: relative;
  padding: 20px 0;
}
.strength-content .strength .strength-box .strength-text_box .head {
  font-size: 3rem;
  font-size: min(3rem, 2.6vw);
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .strength-content .strength .strength-box .strength-text_box .head {
    font-size: 2rem;
  }
}
.strength-content .strength .strength-box .strength-text_box .text {
  margin-top: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .strength-content .strength .strength-box .strength-text_box .text {
    margin-top: 10px;
  }
}
.strength-content .strength .strength-box .strength-text_box .logo-img {
  position: absolute;
  top: -72px;
  left: -60px;
  width: 160px;
  aspect-ratio: 13/15;
  mix-blend-mode: multiply;
  transition: all 0.3s ease;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .strength-content .strength .strength-box .strength-text_box .logo-img {
    width: 30%;
    top: -10%;
    left: -9%;
  }
}
@media (max-width: 559.9px) {
  .strength-content .strength .strength-box .strength-text_box .logo-img {
    width: 28%;
    top: -16%;
    left: -3%;
  }
}
.strength-content .strength .strength-box:hover .strength-img img, .strength-content .strength .strength-box :active .strength-img img {
  transform: scale(1.1);
}
.strength-content .strength .strength-box:hover .strength-text_box .head, .strength-content .strength .strength-box :active .strength-text_box .head {
  opacity: 0.7;
}
.strength-content .strength .strength-box:hover .strength-text_box .text, .strength-content .strength .strength-box :active .strength-text_box .text {
  opacity: 0.7;
}
.strength-content .strength .strength-box:hover .strength-text_box .logo-img, .strength-content .strength .strength-box :active .strength-text_box .logo-img {
  opacity: 0.7;
}
.strength-content .strength.moved .strength-box {
  -webkit-animation: fadeIn 0.4s ease-in-out forwards;
          animation: fadeIn 0.4s ease-in-out forwards;
}
.strength-content .strength.moved .strength-box:nth-child(2) {
  -webkit-animation: fadeIn 0.4s ease-in-out 0.4s forwards;
          animation: fadeIn 0.4s ease-in-out 0.4s forwards;
}
.strength-content .strength.moved .strength-box:nth-child(3) {
  -webkit-animation: fadeIn 0.4s ease-in-out 0.8s forwards;
          animation: fadeIn 0.4s ease-in-out 0.8s forwards;
}
.strength-content .strength.moved .strength-box:nth-child(4) {
  -webkit-animation: fadeIn 0.4s ease-in-out 0.12s forwards;
          animation: fadeIn 0.4s ease-in-out 0.12s forwards;
}

.top_products_section {
  padding: 80px 0 40px;
  overflow: hidden;
}
@media (max-width: 1199.9px) {
  .top_products_section {
    padding: 40px 0;
  }
}
@media (max-width: 559.9px) {
  .top_products_section {
    padding: 30px 0;
  }
}

.p-name {
  font-weight: 700;
  margin-left: 20px;
}

.top_slider_section {
  padding-left: 10vw;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_slider_section {
    padding-top: 24px;
  }
}
@media (max-width: 559.9px) {
  .top_slider_section {
    padding-bottom: 0;
  }
}

.top_tech_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);
  margin-top: 64px;
}
@media (min-width: 821px) {
  .top_tech_slider {
    margin-left: 0;
  }
}
@media (max-width: 559.9px) {
  .top_tech_slider {
    margin-top: 16px;
  }
}
.top_tech_slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.top_tech_slider .swiper-slide a {
  transition: all 0.3s ease 0s;
}
.top_tech_slider .swiper-slide a:hover {
  transform: scale(1.04);
}
.top_tech_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_tech_slider-box {
  width: 100%;
  display: block;
}
.top_tech_slider-box:hover .top_tech_slider-image .top_photo_slider-image-inner img {
  transform: scale(1.1);
}
.top_tech_slider-image {
  overflow: hidden;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
.top_tech_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_tech_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_tech_slider.moved {
  opacity: 1;
  transform: translate(0);
}
.top_tech_slider.moved .top_photo_slider-image-inner img {
  opacity: 1;
  transform: scale(1);
}
.top_tech_slider .swiper-button-prev, .top_tech_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_tech_slider .swiper-button-prev, .top_tech_slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_tech_slider .swiper-button-prev, .top_tech_slider .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 559.9px) {
  .top_tech_slider .swiper-button-prev, .top_tech_slider .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 37%;
  }
}
.top_tech_slider .swiper-button-prev::after, .top_tech_slider .swiper-button-next::after {
  display: none;
}
.top_tech_slider .swiper-button-prev img, .top_tech_slider .swiper-button-next img {
  display: block;
  width: 12px;
}
@media (min-width: 560px) {
  .top_tech_slider .swiper-button-prev {
    padding: 0;
    top: 40%;
    left: -30px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_tech_slider .swiper-button-prev {
    right: 96px;
    top: -72px;
  }
}
@media (max-width: 559.9px) {
  .top_tech_slider .swiper-button-prev {
    left: -10px;
  }
}
.top_tech_slider .swiper-button-prev.swiper-button-disabled {
  background-color: #B3B1B9;
}
@media (min-width: 560px) {
  .top_tech_slider .swiper-button-next {
    right: 60px;
    top: 40%;
    padding: 0;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_tech_slider .swiper-button-next {
    top: -72px;
  }
}
@media (max-width: 559.9px) {
  .top_tech_slider .swiper-button-next {
    right: -10px;
  }
}
.top_tech_slider .swiper-button-next.swiper-button-disabled {
  background-color: #B3B1B9;
}

.p-name {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}

.top-section {
  padding: 100px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10vw 4%;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top-section {
    padding: 50px 0 0;
  }
}
@media (max-width: 559.9px) {
  .top-section {
    padding: 40px 0 0;
  }
}
.top-section .top-link_box {
  width: 48%;
  max-width: 700px;
  position: relative;
}
@media (max-width: 559.9px) {
  .top-section .top-link_box {
    width: 340px;
  }
}
.top-section .top-link_box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
  z-index: 1;
}
.top-section .top-link_box .top-link-textBox {
  position: absolute;
  bottom: 8%;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 25px;
  z-index: 2;
}
@media (max-width: 559.9px) {
  .top-section .top-link_box .top-link-textBox {
    gap: 20px;
  }
}
.top-section .top-link_box .top-link-textBox .text {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 559.9px) {
  .top-section .top-link_box .top-link-textBox .text {
    font-size: 2rem;
  }
}
.top-section .top-link_box .top-link-textBox .btn-circle {
  width: 46px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B8B8B8;
  transition: all 0.3s ease;
}
.top-section .top-link_box .top-link-textBox .btn-circle.white {
  background-color: #FFFFFF;
}
@media (max-width: 559.9px) {
  .top-section .top-link_box .top-link-textBox .btn-circle {
    width: 40px;
  }
}
.top-section .top-link_box .topbig-title {
  position: absolute;
  z-index: 2;
  top: -15%;
  left: 6%;
  opacity: 0;
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(8rem, 6.8vw);
  font-style: italic;
  transition: all 1s ease-in-out;
}
@media (max-width: 559.9px) {
  .top-section .top-link_box .topbig-title {
    top: -12%;
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.top-section .top-link_box .float_link {
  z-index: 3;
}
.top-section .top-link_box:hover::after, .top-section .top-link_box :active::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.top-section .top-link_box:hover .top-link-textBox .btn-circle, .top-section .top-link_box :active .top-link-textBox .btn-circle {
  transform: translateX(5px);
}
.top-section.moved .top-link_box .topbig-title {
  opacity: 1;
}
.top-section.moved .top-link_box:nth-child(2) .topbig-title {
  transition: 1s all 0.5s ease-in-out;
}

.top_recruit_section {
  padding: 120px 0 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_recruit_section {
    padding: 50px 0;
  }
}
@media (max-width: 559.9px) {
  .top_recruit_section {
    padding: 30px 0;
  }
}
.top_recruit_section .recruit-logo {
  position: absolute;
  top: -12vw;
  right: -3vw;
  z-index: 0;
  width: 55vw;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_recruit_section .recruit-logo {
    top: -2vw;
  }
}
@media (max-width: 559.9px) {
  .top_recruit_section .recruit-logo {
    top: 15vw;
    right: -8vw;
    width: 59vw;
  }
}
.top_recruit_section .recruit-text-box {
  width: 55%;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}
@media (max-width: 820.9px) {
  .top_recruit_section .recruit-text-box {
    width: 60%;
  }
}
@media (max-width: 559.9px) {
  .top_recruit_section .recruit-text-box {
    margin-top: 20px;
  }
}
.top_recruit_section .recruit-text-box .recruit-bigText {
  font-size: min(4.4rem, 3.6vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .top_recruit_section .recruit-text-box .recruit-bigText {
    margin-bottom: 20px;
  }
}
.top_recruit_section .recruit-img_box {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  gap: 3vw 5%;
}
@media (max-width: 559.9px) {
  .top_recruit_section .recruit-img_box {
    margin-top: 30px;
  }
}
.top_recruit_section .recruit-img_box .recruit-img {
  width: 30%;
  position: relative;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .top_recruit_section .recruit-img_box .recruit-img {
    width: 40%;
  }
}
.top_recruit_section .recruit-img_box .recruit-img img {
  transition: all 0.3s ease;
}
.top_recruit_section .recruit-img_box .recruit-img:hover img, .top_recruit_section .recruit-img_box .recruit-img :active img {
  transform: scale(1.1);
}
.top_recruit_section .recruit-img_box.moved .recruit-img {
  -webkit-animation: fadeIn 0.4s ease-in-out forwards;
          animation: fadeIn 0.4s ease-in-out forwards;
}
.top_recruit_section .recruit-img_box.moved .recruit-img:nth-child(2) {
  -webkit-animation: fadeIn 0.4s ease-in-out 0.3s forwards;
          animation: fadeIn 0.4s ease-in-out 0.3s forwards;
}
.top_recruit_section .recruit-img_box.moved .recruit-img:nth-child(3) {
  -webkit-animation: fadeIn 0.4s ease-in-out 0.6s forwards;
          animation: fadeIn 0.4s ease-in-out 0.6s forwards;
}
.top_recruit_section .recruit-img_box.moved .recruit-img:nth-child(4) {
  -webkit-animation: fadeIn 0.4s ease-in-out 0.9s forwards;
          animation: fadeIn 0.4s ease-in-out 0.9s forwards;
}
.top_recruit_section .recruit-img_box.moved .recruit-img:nth-child(5) {
  -webkit-animation: fadeIn 0.4s ease-in-out 1.2s forwards;
          animation: fadeIn 0.4s ease-in-out 1.2s forwards;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 120s infinite linear 0.5s both;
          animation: infinity-scroll-left 120s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 360px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .scroll-infinity__item {
    width: 280px;
  }
}
@media (max-width: 559.9px) {
  .scroll-infinity__item {
    width: 256px;
  }
}
.scroll-infinity__item > img {
  width: 100%;
}

@-webkit-keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 120s infinite linear 0.5s both;
          animation: infinity-scroll-right 120s infinite linear 0.5s both;
}

/**************
Under PageTitle
**************/
.pageTitle {
  padding: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 450px;
  position: relative;
}
@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: 40vh;
    margin: 0 auto;
  }
}
.pageTitle .title_inner {
  border-radius: 10px;
  background-color: #F1F6FA;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #FFFFFF;
  overflow: hidden;
}
.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: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  padding-left: 10vw;
}
@media (max-width: 559.9px) {
  .pageTitle .textArea {
    padding-left: 6vw;
  }
}
.pageTitle .textArea .jp {
  line-height: 1.2;
  font-size: min(4.4rem, 4vw);
  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 {
  text-transform: uppercase;
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(2.4rem, 2vw);
  font-style: italic;
}
@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.6rem;
  }
}
.pageTitle .logo-big-underPage {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
.pageTitle .logo-big-underPage .underPage-logo {
  width: 500px;
}
.pageTitle .imgArea {
  height: 68%;
  width: 70%;
  position: absolute;
  bottom: 120px;
  right: 0;
}
@media (max-width: 1199.9px) {
  .pageTitle .imgArea {
    height: 63%;
    width: 80%;
  }
}
@media (max-width: 559.9px) {
  .pageTitle .imgArea {
    width: 90%;
    height: 54%;
  }
}
.pageTitle .imgArea img, .pageTitle .imgArea video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@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;
  right: 10vw;
  bottom: 50px;
  font-size: 1.2rem;
  box-sizing: border-box;
  font-weight: 500;
  color: #F5F5F5;
  display: flex;
  align-items: center;
}
@media (max-width: 559.9px) {
  .breadcrumbs {
    bottom: 35px;
  }
}
.breadcrumbs a {
  display: inline-block;
  font-weight: normal;
  color: #F5F5F5;
  font-weight: 500;
  border-bottom: 1px #F5F5F5 solid;
  transition: all 0.3s ease;
}
.breadcrumbs a:hover, .breadcrumbs a :active {
  color: #95a9bb;
  border-bottom: 1px #95a9bb solid;
}
.breadcrumbs > span {
  padding: 0 4px;
}

.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 (max-width: 559.9px) {
  .flex_content {
    margin-bottom: 40px;
  }
}
@media (min-width: 560px) {
  .flex_content_r {
    flex-direction: row-reverse;
  }
}
.flex_content.mb0 {
  margin-bottom: 0;
}
@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;
    flex-direction: row-reverse;
  }
}
@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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  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;
  }
}

/**************
長尺・大物加工
**************/
.long_topBox {
  display: flex;
  gap: 5vw 5%;
  flex-wrap: wrap;
}
.long_topBox .left_item {
  width: 46%;
}
@media (max-width: 559.9px) {
  .long_topBox .left_item {
    width: 100%;
  }
}
.long_topBox .left_item .head_eng_box {
  position: relative;
}
.long_topBox .left_item .head_eng_box::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d9d9d9;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.long_topBox .left_item .head_eng_box .head_eng {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(6rem, 5.8vw);
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
  background-color: #F1F6FA;
  position: relative;
  z-index: 2;
}
.long_topBox .left_item .head_eng_box .head_eng.small {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .long_topBox .left_item .head_eng_box .head_eng {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.long_topBox .left_item .long_title {
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: 2px #d9d9d9 solid;
  padding: 15px 0 35px;
  line-height: 1.3;
}
@media (max-width: 559.9px) {
  .long_topBox .left_item .long_title {
    font-size: 2.4rem;
    padding: 5px 0 20px;
  }
}
.long_topBox .left_item .long_head {
  padding: 30px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .long_topBox .left_item .long_head {
    font-size: 2rem;
    padding-top: 20px;
  }
}
.long_topBox .left_item .long_text {
  padding-top: 30px;
}
@media (max-width: 559.9px) {
  .long_topBox .left_item .long_text {
    padding-top: 20px;
  }
}
.long_topBox .right_item {
  width: 49%;
}
@media (max-width: 559.9px) {
  .long_topBox .right_item {
    width: 100%;
  }
}

.black_bgc {
  display: flex;
  justify-content: center;
  gap: 5%;
  height: 100%;
  flex-wrap: wrap;
}
.black_bgc .size_box {
  width: 30%;
}
@media (max-width: 559.9px) {
  .black_bgc .size_box {
    width: 100%;
  }
}
.black_bgc .size_box .size_head {
  height: 55px;
  width: 100%;
  position: relative;
  background-color: #1B1B1B;
  display: flex;
  align-items: center;
}
.black_bgc .size_box .size_head .whiteLine {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
.black_bgc .size_box .size_head .head {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  width: 100px;
  color: #FFFFFF;
  background-color: #1B1B1B;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 559.9px) {
  .black_bgc .size_box .size_head .head {
    font-size: 2.2rem;
  }
}
.black_bgc .size_box .size_box_inner {
  background-color: #FFFFFF;
  padding: 30px;
  height: calc(100% - 55px);
}
@media (max-width: 1199.9px) {
  .black_bgc .size_box .size_box_inner {
    padding: 15px;
  }
}
.black_bgc .size_box .size_box_inner .size_img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .black_bgc .size_box .size_box_inner .size_img {
    width: 100%;
  }
}
.black_bgc .size_box .size_box_inner .size_item {
  margin-top: 10px;
  background-color: #F5F5F5;
  padding: 15px;
  border-radius: 4px;
}
@media (max-width: 1199.9px) {
  .black_bgc .size_box .size_box_inner .size_item {
    padding: 5px;
  }
}
.black_bgc .size_box .size_box_inner .size_item .text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.black_bgc .size_box .size_box_inner .size_item .size {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: darkgoldenrod;
  line-height: 1.1;
}
@media (max-width: 1199.9px) {
  .black_bgc .size_box .size_box_inner .size_item .size {
    font-size: 3rem;
  }
}
.black_bgc .size_box .size_box_inner .size_item .size.left {
  text-align: left;
  padding-left: 18px;
}
.black_bgc .size_box .size_box_inner .size_item .size.right {
  text-align: right;
  padding-right: 18px;
}
.black_bgc .size_box .size_box_inner .size_text {
  margin-top: 10px;
}

.flexContainer {
  display: flex;
  gap: 4vw 5%;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.flexContainer.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1199.9px) {
  .flexContainer {
    margin-bottom: 50px;
  }
}
@media (max-width: 559.9px) {
  .flexContainer {
    margin-bottom: 30px;
  }
}
.flexContainer .left_item {
  width: 50%;
}
@media (max-width: 559.9px) {
  .flexContainer .left_item {
    width: 100%;
  }
}
.flexContainer .left_item .strength_head {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 559.9px) {
  .flexContainer .left_item .strength_head {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.flexContainer .left_item .merit {
  background-color: #FFFFFF;
  padding: 20px;
  margin-top: 30px;
  width: 85%;
}
@media (max-width: 820.9px) {
  .flexContainer .left_item .merit {
    width: 100%;
  }
}
@media (max-width: 559.9px) {
  .flexContainer .left_item .merit {
    margin-top: 20px;
  }
}
.flexContainer .left_item .merit dt {
  font-weight: 700;
  font-size: 1.8rem;
}
.flexContainer .left_item .merit dd ul {
  padding-left: 20px;
}
.flexContainer .left_item .merit dd ul li {
  list-style-type: disc;
}
.flexContainer .right_item {
  width: 45%;
}
@media (max-width: 559.9px) {
  .flexContainer .right_item {
    width: 100%;
  }
}

.strength {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 559.9px) {
  .strength {
    margin-bottom: 10px;
  }
}
.strength .jp {
  background-color: #FFFFFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 700;
  height: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.strength .jp span {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 5px;
  line-height: 1.2;
}
.strength .eng {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #1B1B1B;
  color: #FFFFFF;
  text-transform: uppercase;
  font-style: italic;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 20px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/**************
精密加工
**************/
@media (max-width: 559.9px) {
  .precision_img {
    display: none;
  }
}

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

.precision_worries_textBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
@media (max-width: 559.9px) {
  .precision_worries_textBox {
    margin-top: 30px;
    position: relative;
    padding: 0 15px;
  }
}
.precision_worries_textBox .kakko-left {
  width: 3vw;
  padding-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 559.9px) {
  .precision_worries_textBox .kakko-left {
    width: 24px;
    position: absolute;
    top: -14px;
    left: 0;
  }
}
.precision_worries_textBox .precision_worries_text {
  font-size: min(3.2rem, 2.6vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .precision_worries_textBox .precision_worries_text {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
}
.precision_worries_textBox .precision_worries_text .textRed {
  font-size: min(5rem, 4.4vw);
  font-weight: 700;
  color: #EE4343;
}
@media (max-width: 559.9px) {
  .precision_worries_textBox .precision_worries_text .textRed {
    font-size: 2.6rem;
  }
}
.precision_worries_textBox .kakko-right {
  width: 3vw;
  padding-top: 30px;
  margin-left: 10px;
}
@media (max-width: 559.9px) {
  .precision_worries_textBox .kakko-right {
    width: 24px;
    position: absolute;
    bottom: -14px;
    right: 0;
  }
}

/**************
一貫生産対応
**************/
.total {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw 3%;
}
.total .total_box {
  width: 31.3333333333%;
  background-color: #FFFFFF;
  padding: 12px 20px 20px;
  position: relative;
}
@media (max-width: 559.9px) {
  .total .total_box {
    width: 100%;
  }
}
.total .total_box .total_head {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.total .total_box .total_text {
  margin-top: 15px;
}
.total .total_box .total_num {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(5rem, 4.2vw);
  font-style: italic;
  position: absolute;
  top: -6%;
  left: -4%;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .total .total_box .total_num {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.integrated_worries_textBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 559.9px) {
  .integrated_worries_textBox {
    margin-bottom: 25px;
    position: relative;
    padding: 0 15px;
  }
}
.integrated_worries_textBox .kakko-left {
  width: 3vw;
  padding-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 559.9px) {
  .integrated_worries_textBox .kakko-left {
    width: 24px;
    position: absolute;
    top: -14px;
    left: 0;
  }
}
.integrated_worries_textBox .integrated_worries_text {
  font-size: min(3.2rem, 2.6vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .integrated_worries_textBox .integrated_worries_text {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
}
.integrated_worries_textBox .integrated_worries_text .textRed {
  font-size: min(5rem, 4.4vw);
  font-weight: 700;
  color: #EE4343;
}
@media (max-width: 559.9px) {
  .integrated_worries_textBox .integrated_worries_text .textRed {
    font-size: 2.6rem;
  }
}
.integrated_worries_textBox .kakko-right {
  width: 3vw;
  padding-top: 30px;
  margin-left: 10px;
}
@media (max-width: 559.9px) {
  .integrated_worries_textBox .kakko-right {
    width: 24px;
    position: absolute;
    bottom: -14px;
    right: 0;
  }
}

.flowTop-head {
  font-size: 3.2rem;
  margin-bottom: 30px;
}
@media (max-width: 559.9px) {
  .flowTop-head {
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.flow {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 60px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .flow {
    padding: 0 30px;
  }
}
@media (max-width: 559.9px) {
  .flow {
    padding: 0 20px;
  }
}
.flow .flow_box {
  background-color: #FFFFFF;
  border-bottom: 5px #F1F6FA solid;
  padding: 60px 0;
}
.flow .flow_box:last-child {
  border-bottom: none;
}
@media (max-width: 559.9px) {
  .flow .flow_box {
    padding: 25px 0;
  }
}
.flow .flow_box .flow_head {
  display: flex;
  align-items: center;
}
@media (max-width: 559.9px) {
  .flow .flow_box .flow_head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.flow .flow_box .flow_head .jp {
  font-size: 3rem;
  font-weight: 700;
  padding-right: 20px;
  line-height: 1.3;
  position: relative;
}
.flow .flow_box .flow_head .jp::after {
  content: "";
  display: inline-block;
  background-color: darkgoldenrod;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 26px;
}
@media (max-width: 559.9px) {
  .flow .flow_box .flow_head .jp::after {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .flow .flow_box .flow_head .jp {
    font-size: 2.2rem;
    padding-right: 0;
  }
}
.flow .flow_box .flow_head .eng {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  line-height: 1;
  padding-left: 17px;
  color: darkgoldenrod;
}
@media (max-width: 559.9px) {
  .flow .flow_box .flow_head .eng {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 0;
  }
}
.flow .flow_box .flow_step {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 1.3%;
}
@media (max-width: 559.9px) {
  .flow .flow_box .flow_step {
    margin-top: 15px;
    gap: 2vw;
    flex-direction: column;
  }
}
.flow .flow_box .flow_step .flow_step_inner {
  width: 9%;
  height: 270px;
  padding: 10px;
  background-color: #1B1B1B;
  display: flex;
  flex-direction: column;
  gap: 10%;
}
.flow .flow_box .flow_step .flow_step_inner.gray {
  background-color: #5E5E5E;
}
.flow .flow_box .flow_step .flow_step_inner.lightGray {
  background-color: #d3d3d3;
}
.flow .flow_box .flow_step .flow_step_inner.yellow {
  background-color: #f3cd02;
}
@media (max-width: 559.9px) {
  .flow .flow_box .flow_step .flow_step_inner {
    width: 100%;
    height: 60px;
    flex-direction: row;
  }
}
.flow .flow_box .flow_step .flow_step_inner .step_box {
  width: 100%;
  aspect-ratio: 1/0.8;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 559.9px) {
  .flow .flow_box .flow_step .flow_step_inner .step_box {
    width: 45px;
  }
}
.flow .flow_box .flow_step .flow_step_inner .step_box .top {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
}
.flow .flow_box .flow_step .flow_step_inner .step_box .bottom {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  line-height: 1;
}
.flow .flow_box .flow_step .flow_step_inner .step_box .comp {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.flow .flow_box .flow_step .flow_step_inner .tate {
  writing-mode: vertical-lr;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  display: flex;
  align-items: center;
  transform: translateX(-3px);
}
.flow .flow_box .flow_step .flow_step_inner .tate.black {
  color: #1B1B1B;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .flow .flow_box .flow_step .flow_step_inner .tate {
    font-size: 2rem;
  }
}
@media (max-width: 559.9px) {
  .flow .flow_box .flow_step .flow_step_inner .tate {
    font-size: 2rem;
    writing-mode: inherit;
  }
}
.flow .flow_box .flow_step .angle-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .flow_box .flow_step .angle-right i {
  font-size: 2.4rem;
  color: #1B1B1B;
}
@media (max-width: 559.9px) {
  .flow .flow_box .flow_step .angle-right i {
    transform: rotate(90deg);
  }
}

.link_content {
  margin-top: 50px;
}

.link_img_box_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4vw 4%;
  flex-wrap: wrap;
}
.link_img_box_2 .link_img_box_2_inner {
  position: relative;
  width: 30.6666666667%;
  max-width: 430px;
  aspect-ratio: 500/240;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .link_img_box_2 .link_img_box_2_inner {
    width: 100%;
  }
}
.link_img_box_2 .link_img_box_2_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  z-index: 2;
}
.link_img_box_2 .link_img_box_2_inner .text_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
  position: absolute;
  z-index: 3;
  right: 5%;
  bottom: 8%;
}
.link_img_box_2 .link_img_box_2_inner .text_box .text {
  color: #FFFFFF;
  font-size: min(2.4rem, 2.2vw);
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .link_img_box_2 .link_img_box_2_inner .text_box .text {
    font-size: 2rem;
  }
}
.link_img_box_2 .link_img_box_2_inner .text_box .circle {
  width: 43px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 3;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_img_box_2 .link_img_box_2_inner_01 {
  background: url(../images/page/long-top.jpg) no-repeat center;
  background-size: cover;
}
.link_img_box_2 .link_img_box_2_inner_02 {
  background: url(../images/page/precision-top.jpg) no-repeat center;
  background-size: cover;
}
.link_img_box_2 .link_img_box_2_inner_03 {
  background: url(../images/page/metal-top.jpg) no-repeat center;
  background-size: cover;
}
.link_img_box_2 .link_img_box_2_inner .float_link {
  z-index: 4;
}
.link_img_box_2 .link_img_box_2_inner:hover .text_box .circle, .link_img_box_2 .link_img_box_2_inner :active .text_box .circle {
  transform: translateX(3px);
}
.link_img_box_2 .link_img_box_2_inner:hover::after, .link_img_box_2 .link_img_box_2_inner :active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/**************
製缶品
**************/
.canned {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 10vw 6%;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .canned {
    margin-top: 50px;
  }
}
.canned .white_box {
  width: 47%;
  padding: 40px 30px 30px;
  background-color: #FFFFFF;
  position: relative;
  border-bottom: 3px solid darkgoldenrod;
}
@media (max-width: 559.9px) {
  .canned .white_box {
    width: 100%;
    padding: 30px;
  }
}
.canned .white_box i {
  display: block;
  text-align: center;
  font-size: 3rem;
  color: darkgoldenrod;
  margin-bottom: 10px;
}
.canned .white_box .white_box_head {
  font-size: min(3rem, 3vw);
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .canned .white_box .white_box_head {
    font-size: 2rem;
  }
}
.canned .white_box .white_box_head::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background-color: #1B1B1B;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.canned .white_box .white_box_text {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .canned .white_box .white_box_text {
    font-size: 1.6rem;
  }
}
.canned .white_box .white_box_ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  margin: 0 auto;
}
.canned .white_box .white_box_ul li {
  list-style: disc;
  font-size: 1.8rem;
}
.canned .white_box .canned_eng {
  color: darkgoldenrod;
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(4rem, 4vw);
  text-transform: uppercase;
  font-style: italic;
  position: absolute;
  top: -15%;
  left: 0;
}
@media (max-width: 1199.9px) {
  .canned .white_box .canned_eng {
    top: -8%;
  }
}
@media (max-width: 559.9px) {
  .canned .white_box .canned_eng {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    top: -25px;
  }
}

.canManufacturing {
  height: 30px;
  background-color: #1B1B1B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.canManufacturing .eng {
  padding: 0 20px;
  color: #FFFFFF;
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.canManufa-head {
  font-size: 3.2rem;
}
@media (max-width: 559.9px) {
  .canManufa-head {
    font-size: 2.4rem;
  }
}

.canManufa-head-sub {
  font-size: 2.6rem;
  font-weight: 700;
  padding-left: 70px;
  position: relative;
  line-height: 1.6;
  font-style: italic;
}
.canManufa-head-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #95a9bb;
  width: 58px;
  height: 2px;
}
@media (max-width: 559.9px) {
  .canManufa-head-sub::before {
    width: 30px;
    top: 15px;
  }
}
@media (max-width: 559.9px) {
  .canManufa-head-sub {
    font-size: 2rem;
    padding-left: 40px;
  }
}

.canManufa-head-text {
  margin-top: 40px;
}
@media (max-width: 559.9px) {
  .canManufa-head-text {
    margin-top: 15px;
  }
}

/**************
品質管理
**************/
.main_equipment {
  margin-top: 50px;
}
.main_equipment .main_equipment_box {
  display: flex;
  justify-content: center;
  gap: 4vw 6%;
  flex-wrap: wrap;
}
.main_equipment .main_equipment_box .main_equipment_inner {
  width: 47%;
  max-width: 500px;
}
@media (max-width: 559.9px) {
  .main_equipment .main_equipment_box .main_equipment_inner {
    width: 100%;
    padding-top: 20px;
  }
}
.main_equipment .main_equipment_box .main_equipment_inner .head {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.main_equipment .main_equipment_box .main_equipment_inner .head::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #1B1B1B;
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
}

.main_equipment_model_box {
  background-color: #FFFFFF;
  margin-top: 8px;
  padding: 22px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .main_equipment_model_box {
    padding: 15px;
  }
}
.main_equipment_model_box .main_equipment_model {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px 20px;
}
.main_equipment_model_box .main_equipment_model dt {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.main_equipment_model_box .main_equipment_model dt::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background-color: #B3B1B9;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.main_equipment_model_box .main_equipment_model dd {
  font-size: 1.8rem;
}

.quality_flow .topSquare-title {
  margin-bottom: 30px;
}
@media (max-width: 559.9px) {
  .quality_flow .topSquare-title {
    margin-bottom: 20px;
  }
}
.quality_flow .page_top_text {
  margin-bottom: 50px;
}
@media (max-width: 559.9px) {
  .quality_flow .page_top_text {
    margin-bottom: 20px;
  }
}
.quality_flow .quality_flow_head {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_head {
    font-size: 2.2rem;
  }
}
.quality_flow .quality_flow_head span {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  color: #95a9bb;
  margin-right: 5px;
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_head span {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.quality_flow .quality_flow_inner {
  padding: 40px 30px;
  background-color: #FFFFFF;
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_inner {
    padding: 20px;
  }
}
.quality_flow .quality_flow_inner .quality_flow_inner02 {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 820.9px) {
  .quality_flow .quality_flow_inner .quality_flow_inner02 {
    width: 90%;
  }
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_inner .quality_flow_inner02 {
    width: 100%;
  }
}
.quality_flow .quality_flow_inner .quality_flow_inner02::before {
  content: "";
  display: block;
  width: 3px;
  height: 90%;
  background-color: #95a9bb;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_inner .quality_flow_inner02::before {
    top: 0;
    left: 25px;
    height: 84%;
    transform: translateY(0);
  }
}
.quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box {
  gap: 20px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box:last-child {
  margin-bottom: 0;
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box {
    gap: 12px;
  }
}
.quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box .num {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  width: 100px;
  aspect-ratio: 1/1;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box .num {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    width: 50px;
  }
}
.quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box .quality_flow_text_box {
  width: calc(100% - 120px);
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box .quality_flow_text_box {
    width: calc(100% - 62px);
  }
}
.quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box .quality_flow_text_box .head {
  font-size: 2.2rem;
  font-weight: 700;
  color: darkgoldenrod;
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box .quality_flow_text_box .head {
    font-size: 2rem;
  }
}
.quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box .quality_flow_text_box .text {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .quality_flow .quality_flow_inner .quality_flow_inner02 .quality_flow_box .quality_flow_text_box .text {
    font-size: 1.6rem;
  }
}

/**************
会社情報
**************/
.top-message {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.9px) {
  .top-message {
    margin-bottom: 40px;
  }
}
@media (max-width: 559.9px) {
  .top-message {
    margin-bottom: 20px;
  }
}
.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;
}
.top-message-box .img-content {
  width: 45%;
  position: relative;
  z-index: 3;
}
@media (max-width: 559.9px) {
  .top-message-box .img-content {
    width: 100%;
  }
}
.top-message-box .img-content .top-name {
  margin: 50px auto 0;
  width: 70%;
}
@media (max-width: 559.9px) {
  .top-message-box .img-content .top-name {
    margin-top: 20px;
  }
}
.top-message-box .text-content {
  width: 50%;
  position: relative;
  z-index: 3;
}
@media (max-width: 559.9px) {
  .top-message-box .text-content {
    width: 100%;
  }
}
.top-message-box .text-content .top-text {
  font-weight: 700;
}

.overview {
  padding: 80px 0;
}
@media (max-width: 1199.9px) {
  .overview {
    padding: 40px 0;
  }
}
@media (max-width: 559.9px) {
  .overview {
    padding: 20px 0;
  }
}

.history {
  padding: 80px 0;
}
@media (max-width: 1199.9px) {
  .history {
    padding: 40px 0;
  }
}
@media (max-width: 559.9px) {
  .history {
    padding: 20px 0;
  }
}

.history_box {
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  background-color: #F1F6FA;
}
@media (max-width: 1199.9px) {
  .history_box {
    padding: 40px 0;
  }
}

.table-row3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-top: 2px #FFFFFF solid;
  padding: 10px;
}
.table-row3:last-child {
  border-bottom: 2px #FFFFFF solid;
}
@media (max-width: 559.9px) {
  .table-row3 {
    display: block;
  }
}
.table-row3 .history_flex_box {
  width: 40%;
  display: flex;
}
@media (max-width: 559.9px) {
  .table-row3 .history_flex_box {
    width: 100%;
  }
}
.table-row3 .history_flex_box .year {
  width: 75%;
}
@media (max-width: 559.9px) {
  .table-row3 .history_flex_box .year {
    width: 50%;
  }
}
.table-row3 .history_flex_box .year .year_text {
  text-align: center;
  position: relative;
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-right: 2px #FFFFFF solid;
}
@media (max-width: 820.9px) {
  .table-row3 .history_flex_box .year .year_text {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.table-row3 .history_flex_box .year .year_text::before {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 2px;
  display: inline-block;
  background-color: #EE4343;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .table-row3 .history_flex_box .year .year_text::before {
    width: 14%;
    left: 10%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-row3 .history_flex_box .year .year_text::before {
    left: 5%;
  }
}
@media (max-width: 559.9px) {
  .table-row3 .history_flex_box .year .year_text::before {
    left: 0;
  }
}
.table-row3 .history_flex_box .month {
  width: 25%;
}
@media (max-width: 559.9px) {
  .table-row3 .history_flex_box .month {
    width: 50%;
  }
}
.table-row3 .history_flex_box .month .month_text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #EE4343;
  border-right: 2px #FFFFFF solid;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .table-row3 .history_flex_box .month .month_text {
    font-size: 1.6rem;
  }
}
@media (max-width: 559.9px) {
  .table-row3 .history_flex_box .month .month_text {
    border-right: none;
  }
}
.table-row3 .text {
  width: 60%;
}
@media (max-width: 559.9px) {
  .table-row3 .text {
    width: 100%;
  }
}
.table-row3 .text .text-inner {
  padding-left: 40px;
}
@media (max-width: 559.9px) {
  .table-row3 .text .text-inner {
    padding-left: 34px;
  }
}

.access {
  padding: 80px 0;
}
@media (max-width: 1199.9px) {
  .access {
    padding: 40px 0 0;
  }
}
@media (max-width: 559.9px) {
  .access {
    padding: 20px 0 0;
  }
}

.access_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4vw 3%;
  flex-wrap: wrap;
}
.access_box .left_item {
  width: 45%;
}
@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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #FFFFFF;
  font-style: italic;
  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;
}
.access_box .left_item .access_info_box {
  background-color: #F1F6FA;
  margin-top: 20px;
  padding: 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;
}
.access_box .left_item .access-info .head i {
  font-size: 2.6rem;
  color: darkgoldenrod;
}
.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: 50%;
}
@media (max-width: 559.9px) {
  .access_box .right_item {
    width: 100%;
  }
}

.map {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 600/210;
}
@media (max-width: 559.9px) {
  .map {
    aspect-ratio: 2/1;
  }
}

/**************
設備一覧
**************/
.equipment_img_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4vw 0;
}
@media (max-width: 820.9px) {
  .equipment_img_box {
    justify-content: center;
    gap: 4vw 4%;
  }
}
.equipment_img_box .equipment_img_inner {
  width: 31%;
  background-color: #F1F6FA;
  padding: 25px;
}
@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 {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.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: flex-start;
  gap: 1.8vw 2%;
  flex-wrap: wrap;
}

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

/**************
製品実績
**************/
.check_box {
  width: 80%;
  margin: 0 auto 80px;
}
@media (max-width: 559.9px) {
  .check_box {
    width: 100%;
  }
}
.check_box .check {
  border: 1px black solid;
  width: 100%;
}
@media (max-width: 559.9px) {
  .check_box .check {
    border-bottom: none;
  }
}
.check_box .check th {
  width: 90px;
  border-bottom: 1px black solid;
  border-right: 1px black solid;
  padding: 6px 0;
  background-color: #F5F5F5;
}
@media (max-width: 559.9px) {
  .check_box .check th {
    display: block;
    width: 100%;
    border-right: none;
  }
}
.check_box .check td {
  width: calc(100% - 90px);
  border-bottom: 1px black solid;
  padding: 6px 10px;
  background-color: #FFFFFF;
}
@media (max-width: 559.9px) {
  .check_box .check td {
    display: block;
    width: 100%;
  }
}
.check_box .check td .search_item_list {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px 16px;
}
.check_box .check td .search_item_list:not(:last-of-type) {
  margin-bottom: 10px;
}
.check_box .check td .search_item_list > li {
  width: calc(25% - 12px);
}
@media (max-width: 559.9px) {
  .check_box .check td .search_item_list > li {
    width: calc(50% - 8px);
  }
}
.check_box .kakunin {
  text-align: center;
  margin: 30px auto 0;
  width: 80px;
  display: block;
  border-radius: 4px;
}

.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;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_list .product_box .product-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  opacity: 0;
}
.product_list .product_box .product-img img {
  transition: all 0.3s ease;
  height: auto;
}
.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:hover .product-img::before, .product_list .product_box :active .product-img::before {
  opacity: 0.4;
}
.product_list .product_box:hover .product-img img, .product_list .product_box :active .product-img img {
  transform: scale(1.1);
}

.prod-table {
  width: 100%;
}
.prod-table th {
  width: 80px;
  padding: 2px 0;
  color: #284B7D;
  font-size: 1.5rem;
  text-align: right;
}
.prod-table th span {
  color: #1B1B1B;
}
.prod-table td {
  width: calc(100% - 80px);
  padding: 2px 5px;
  color: #595757;
  font-size: 1.4rem;
}

.product_single {
  background-color: #FFFFFF;
  padding: 60px 50px;
  margin-bottom: 80px;
}
@media (max-width: 559.9px) {
  .product_single {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
}

.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 {
  position: relative;
  aspect-ratio: 840/600;
  width: 100%;
  height: 100%;
}
.product_single_box .product_img_item .product_s_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;
}
.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;
}
.prod_single_explain_box .prod_single_explain:last-child {
  margin-bottom: 0;
}
.prod_single_explain_box .prod_single_explain dt {
  position: relative;
  padding-left: 18px;
  line-height: 1.2;
  font-weight: 600;
}
.prod_single_explain_box .prod_single_explain dt::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #F1F6FA;
  border: 1px #1B1B1B solid;
  border-radius: 4px;
}
.prod_single_explain_box .prod_single_explain dd {
  padding-left: 18px;
}

.product_single_detail {
  margin-top: 20px;
}
.product_single_detail .detail {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 12px;
}
.product_single_detail .detail::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #95a9bb;
  width: 5px;
  height: 20px;
}

/**************
採用情報
**************/
.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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .page_navi .page_navi_linkbtn .eng {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.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 (min-width: 560px) and (max-width: 820.9px) {
  .page_section-recruit {
    padding: 40px 0 80px;
  }
}
@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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.5;
  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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  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: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
}

.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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  color: #284B7D;
}
@media (min-width: 821px) and (max-width: 1199.9px) {
  .recruit_number_content .recruit_number_img .recruit_number_count {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .recruit_number_content .recruit_number_img .recruit_number_count {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.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: 60px 40px 50px;
  position: relative;
  margin-top: 90px;
}
.interview_content:first-child {
  margin-top: 50px;
}
@media (max-width: 559.9px) {
  .interview_content {
    padding: 70px 13px;
    margin-top: 50px;
  }
}
.interview_content .interview_box01 {
  display: flex;
  align-items: center;
  gap: 5vw 10%;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.interview_content .interview_box01 .img_item {
  width: 35%;
  position: relative;
}
@media (max-width: 559.9px) {
  .interview_content .interview_box01 .img_item {
    width: 100%;
  }
}
.interview_content .interview_box01 .img_item img {
  border-radius: 4px;
}
.interview_content .interview_box01 .profile {
  position: absolute;
  width: 106%;
  bottom: -10%;
  left: 10%;
  background-color: black;
  padding: 15px 20px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview_box01 .profile {
    left: 8%;
    bottom: -27%;
    width: 113%;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview_box01 .profile {
    width: 95%;
    bottom: 8px;
    left: 2.5%;
  }
}
.interview_content .interview_box01 .profile .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.interview_content .interview_box01 .profile .flex .initial {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(4rem, 3.8vw);
  font-style: italic;
  color: #c9def1;
  letter-spacing: 0.5rem;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .interview_content .interview_box01 .profile .flex .initial {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.interview_content .interview_box01 .profile .flex .inner {
  border-left: 3px #c9def1 solid;
  padding-left: 15px;
  color: #FFFFFF;
}
.interview_content .interview_box01 .profile .flex .inner .dept {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  font-size: min(1.8rem, 1.5vw);
}
@media (max-width: 820.9px) {
  .interview_content .interview_box01 .profile .flex .inner .dept {
    font-size: 1.5rem;
  }
}
.interview_content .interview_box01 .profile .flex .inner .year {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  font-size: min(1.8rem, 1.5vw);
}
@media (max-width: 820.9px) {
  .interview_content .interview_box01 .profile .flex .inner .year {
    font-size: 1.5rem;
  }
}
.interview_content .interview_box01 .profile .motto {
  margin-top: 8px;
}
.interview_content .interview_box01 .profile .motto dt {
  font-weight: 700;
  line-height: 1.2;
  color: #61bca2;
}
.interview_content .interview_box01 .profile .motto dd {
  margin-left: 5px;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-size: min(1.8rem, 1.5vw);
}
@media (max-width: 820.9px) {
  .interview_content .interview_box01 .profile .motto dd {
    font-size: 1.4rem;
  }
}
.interview_content .interview_box01 .text_item {
  width: 55%;
}
@media (max-width: 559.9px) {
  .interview_content .interview_box01 .text_item {
    width: 100%;
  }
}
.interview_content .interview_box02 {
  display: flex;
  align-items: center;
  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: #95a9bb;
  position: absolute;
  left: 0;
  top: -44px;
}
@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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  height: 44px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview .head {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview .head {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    line-height: 1.4;
    height: 26px;
  }
}
.interview_content .interview .staff {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  text-align: right;
  margin-right: 34px;
  border-top: 2px #1B1B1B solid;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview .staff {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-right: 25px;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview .staff {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    line-height: 1.4;
    margin-right: 20px;
  }
}
.interview_content .interview .staff span {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 20px;
  line-height: 1.2;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview .staff span {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 10px;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview .staff span {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 8px;
  }
}
.interview_content .interview_r {
  left: inherit;
  right: 0;
}
.interview_content .interview_r .head {
  margin-left: 34px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview_r .head {
    margin-left: 25px;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview_r .head {
    margin-left: 20px;
  }
}
.interview_content .interview_r .staff {
  margin-right: 0;
  margin-left: 34px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .interview_content .interview_r .staff {
    margin-left: 25px;
  }
}
@media (max-width: 559.9px) {
  .interview_content .interview_r .staff {
    margin-left: 20px;
  }
}

.QandA {
  background-color: #FFFFFF;
  padding: 8px 16px;
}
.QandA .questionItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.QandA .questionItem .head {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
  color: #595757;
  width: 33px;
  line-height: 1;
}
.QandA .questionItem .question {
  font-weight: 700;
  font-size: 1.8rem;
  color: #41917A;
  line-height: 1.6;
}

.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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  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;
}

.accordion-004 {
  width: 100%;
  margin-bottom: 7px;
  background-color: #F5F5F5;
}

.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  cursor: pointer;
}

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

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

.accordion-004[open] {
  padding-bottom: 20px;
}

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

.accordion-004 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  font-size: 1.6rem;
  transition: transform 0.5s, opacity 0.5s;
}

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

.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_single {
  padding: 56px 80px 64px;
  background-color: white;
  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: 30px;
}
@media (max-width: 820.9px) {
  .single_title {
    font-size: 1.6rem;
  }
}

.post_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.post_data .news_date {
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .post_data .news_date {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
.post_data .single_cat_tag {
  background-color: #F1F6FA;
  font-weight: bold;
  border-radius: 50px;
  padding: 3px 16px;
  color: #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single_icatch {
  width: 100%;
  background-color: #1B1B1B;
  position: relative;
}
.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: #EE4343;
  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: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  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;
}

/**************
お問い合わせ
**************/
.telfax_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 40px;
  flex-wrap: wrap;
}

.contact_box {
  display: flex;
  align-items: center;
  width: 380px;
  border: 1px #1B1B1B solid;
}
.contact_box.bottom {
  margin-top: -1px;
}
@media (max-width: 559.9px) {
  .contact_box {
    width: 280px;
  }
}
.contact_box > dt {
  width: 110px;
  color: #FFFFFF;
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(3rem, 2.8vw);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-right: 1px #1B1B1B solid;
  background-color: #1B1B1B;
  font-style: italic;
  line-height: inherit;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .contact_box > dt {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    line-height: inherit;
  }
}
@media (max-width: 559.9px) {
  .contact_box > dt {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    width: 65px;
    line-height: inherit;
  }
}
.contact_box > dd {
  width: calc(100% - 110px);
  font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(3rem, 2.8vw);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #1B1B1B;
  font-style: italic;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .contact_box > dd {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    line-height: inherit;
  }
}
@media (max-width: 559.9px) {
  .contact_box > dd {
    font-family: "Rethink Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    width: calc(100% - 65px);
  }
}

.mail_cont {
  max-width: 900px;
  margin: 80px auto 0;
}
@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 {
  border: 1px solid #1B1B1B;
  padding: 18px 24px;
  width: 32%;
  vertical-align: middle;
  text-align: left;
  background-color: #F1F6FA;
}
@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;
  }
}
.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: #EE4343;
  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 solid #1B1B1B;
  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: 8px 5px;
    font-size: 1.4rem;
  }
}
@media (min-width: 560px) {
  .contact_table tr:last-child th {
    border-bottom: 1px solid #1B1B1B;
  }
}
.contact_table tr:last-child td {
  border-bottom: 1px solid #1B1B1B;
}

.privacy_cont {
  width: 90%;
  margin: 80px auto 0;
}
@media (max-width: 559.9px) {
  .privacy_cont {
    margin: 40px auto 0;
  }
}

.privacy_policy {
  height: 400px;
  padding: 30px;
  border: 1px #595757 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: 40px 0;
}
.privacyCheck p {
  margin: 20px 0;
}

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;
}

/**************
プライバシーポリシー
**************/
.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 */