@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}
/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: .1em;
}
body.open, body.search_open {
  overflow: hidden;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: bottom;
  width: 100%;
}
a {
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
/* パンくずリスト */
.bread {
  width: 100%;
  background-color: #00c387;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .bread {
    padding: 4px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.bread .inner {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.bread ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.bread ul li {
  padding: 5px;
  flex-shrink: 0;
}
.bread ul li a {
  transition: .15s;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .bread ul li a {
    font-size: 10px;
  }
}
.bread ul li a:hover {
  color: #fff000;
}
.bread ul li:after {
  content: ' / ';
  color: #fff;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .bread ul li:after {
    font-size: 11px;
  }
}
.bread ul li:last-child:after {
  content: "";
}
/* flex */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align_start {
  align-items: flex-start;
}
.align_center {
  align-items: center;
}
.align_end {
  align-items: flex-end;
}
.flex_center {
  justify-content: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_end {
  justify-content: flex-end;
}
.stretch {
  align-items: stretch;
}
.reverse {
  flex-direction: row-reverse;
}
/* inner */
.inner {
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .inner {
    width: calc(100% - 60px);
    max-width: 1240px;
  }
}
/* display */
@media (max-width: 599px) {
  .sp_dn {
    display: none;
  }
}
.sp_db {
  display: none;
}
@media (max-width: 599px) {
  .sp_db {
    display: block;
  }
}
@media (max-width: 768px) {
  .tab_dn {
    display: none;
  }
}
.tab_db {
  display: none;
}
@media (max-width: 768px) {
  .tab_db {
    display: block;
  }
}
.common_ttl_wrap {
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .common_ttl_wrap {
    margin-bottom: 48px;
  }
}
.common_ttl_wrap .common_ttl {
  color: #5e5ea8;
  font-size: 120px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 10px;
  letter-spacing: .8rem;
  line-height: 1.2;
}
@media (max-width: 1320px) {
  .common_ttl_wrap .common_ttl {
    font-size: 85px;
    letter-spacing: .1rem;
  }
}
@media (max-width: 768px) {
  .common_ttl_wrap .common_ttl {
    font-size: 50px;
  }
}
.common_ttl_wrap .common_subttl {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .2rem;
}
@media (max-width: 1320px) {
  .common_ttl_wrap .common_subttl {
    font-size: 20px;
  }
}
.text_green {
  color: #00c387;
}
.text_bold {
  font-weight: 600;
}
.required {
  color: #e60012;
}
.common_btn {
  width: 400px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #5e5ea8;
  padding: 20px 0;
}
.common_btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #5e5ea8;
}
.common_btn.common_btn_green {
  border: 1px solid #00c387;
}
.common_btn.common_btn_green:hover {
  background-color: #00c387;
}
@media (max-width: 768px) {
  .common_btn {
    width: 100%;
    font-size: 14px;
  }
}
.fix_btn_wrap {
  position: fixed;
  width: 150px;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  height: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
}
.fix_btn_wrap.fix_btn_show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fix_btn_wrap .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
.fix_btn {
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: 0px;
  right: 0;
  background-color: #5e5ea8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  z-index: 1000;
}
@media (max-width: 768px) {
  .fix_btn {
    display: none;
  }
}
.fix_btn:hover {
  opacity: 1;
  color: #5e5ea8;
  background-color: #fff;
}
.fix_btn:hover .fix_btn_link {
  color: #5e5ea8;
}
.fix_btn .fix_btn_link {
  color: #fff;
  text-align: center;
}
.page_common {
  margin-top: var(--header-height);
}
.common_mv {
  height: 20.7738vw;
  position: relative;
}
@media (max-width: 768px) {
  .common_mv {
    height: 110px;
  }
}
.common_mv.common_mv_blog {
  background: url(../images/blog/common_mv_pc.jpg) center/cover no-repeat;
}
@media (max-width: 768px) {
  .common_mv.common_mv_blog {
    background: url(../images/blog/common_mv_sp.jpg) center/cover no-repeat;
  }
}
.common_mv.common_mv_news {
  background: url(../images/news/common_mv_pc.jpg) center/cover no-repeat;
}
@media (max-width: 768px) {
  .common_mv.common_mv_news {
    background: url(../images/news/common_mv_sp.jpg) center/cover no-repeat;
  }
}
.common_mv.common_mv_flow {
  background: url(../images/flow/common_mv_pc.jpg) center/cover no-repeat;
}
@media (max-width: 768px) {
  .common_mv.common_mv_flow {
    background: url(../images/flow/common_mv_sp.jpg) center/cover no-repeat;
  }
}
.common_mv.common_mv_works {
  background: url(../images/works/common_mv_pc.jpg) center/cover no-repeat;
}
@media (max-width: 768px) {
  .common_mv.common_mv_works {
    background: url(../images/works/common_mv_sp.jpg) center/cover no-repeat;
  }
}
.common_mv.common_mv_flow .common_mv_ttl_wrap {
  background-color: #fff;
}
.common_mv .common_mv_ttl_wrap {
  width: 430px;
  height: 430px;
  background-color: #f3f4f6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -250px;
}
@media (max-width: 768px) {
  .common_mv .common_mv_ttl_wrap {
    width: 190px;
    height: 190px;
    bottom: -110px;
  }
}
.common_mv .common_mv_ttl_wrap .common_mv_ttl {
  font-size: 34px;
  color: #5e5ea8;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .common_mv .common_mv_ttl_wrap .common_mv_ttl {
    font-size: 20px;
    padding-top: 32px;
  }
}
.common_mv_02 {
  background-color: #5e5ea8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin-top: var(--header-height);
}
@media (max-width: 768px) {
  .common_mv_02 {
    height: 60px;
  }
}
.common_mv_02 .common_mv_02_ttl {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .common_mv_02 .common_mv_02_ttl {
    font-size: 15px;
  }
}
/* header */
header {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 768px) {
  header {
    height: 60px;
  }
}
header .header_top {
  background-color: #00c387;
  padding: 24px 0;
}
@media (max-width: 768px) {
  header .header_top {
    display: none;
  }
}
header .header_top .header_top_row .header_top_text {
  width: 48%;
  font-weight: 500;
  font-size: 14px;
  background-color: #fff;
  display: inline-block;
  padding: 4px;
  color: #00c387;
  border-radius: 48px;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 1320px) {
  header .header_top .header_top_row .header_top_text {
    width: 49%;
    font-size: 12px;
  }
}
@media (max-width: 1048px) {
  header .header_top .header_top_row .header_top_text {
    display: none;
  }
}
header .header_top .header_top_row .header_top_links {
  width: 46%;
  justify-content: flex-end;
}
@media (max-width: 1320px) {
  header .header_top .header_top_row .header_top_links {
    width: 49%;
  }
}
@media (max-width: 1048px) {
  header .header_top .header_top_row .header_top_links {
    width: 100%;
  }
}
header .header_top .header_top_row .header_top_links li {
  border-right: 1px solid #fff;
  padding-right: 12px;
  margin-right: 12px;
}
header .header_top .header_top_row .header_top_links li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
header .header_top .header_top_row .header_top_links li a {
  color: #fff;
  font-size: 12px;
  display: block;
  font-weight: 500;
}
@media (max-width: 1320px) {
  header .header_top .header_top_row .header_top_links li a {
    font-size: 10px;
  }
}
header .header_main {
  padding: 18px 0;
  transition: .3s;
  background-color: #fff;
}
@media (max-width: 768px) {
  header .header_main {
    padding: 10px 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
header .header_main.fixed {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: top 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  header .header_main.fixed {
    display: none;
  }
}
header .header_main.fixed.active {
  top: 0;
}
header .header_main.fixed .header_nav_megamenu_hover .header_nav_megamenu {
  top: 90px;
}
@media (max-width: 768px) {
  header .header_main .header_row {
    align-items: center;
  }
}
header .header_main .header_row .header_logo {
  width: 17%;
  line-height: 1;
}
@media (max-width: 768px) {
  header .header_main .header_row .header_logo {
    width: 174px;
  }
}
header .header_main .header_row .header_logo a {
  line-height: 0;
  display: block;
}
header .header_main .header_row .header_logo a img {
  vertical-align: super;
}
header .header_main .header_row .header_links {
  width: 79%;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  header .header_main .header_row .header_links {
    width: auto;
  }
}
@media (max-width: 768px) {
  header .header_main .header_row .header_links .header_nav {
    display: none;
  }
}
@media (max-width: 1048px) {
  header .header_main .header_row .header_links .header_nav {
    width: 50%;
  }
  header .header_main .header_row .header_links .header_nav li {
    margin-bottom: 8px;
  }
}
header .header_main .header_row .header_links .header_nav li {
  border-right: 1px solid #000;
  padding-right: 12px;
  margin-right: 12px;
  line-height: 1;
}
header .header_main .header_row .header_links .header_nav li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
header .header_main .header_row .header_links .header_nav li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1320px) {
  header .header_main .header_row .header_links .header_nav li a {
    font-size: 13px;
  }
}
header .header_main .header_row .header_links .header_nav li a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00c387;
  transition: width 0.3s ease;
}
header .header_main .header_row .header_links .header_nav li a:hover::after {
  width: 100%;
}
header .header_main .header_row .header_links .header_tel_menu {
  align-items: center;
}
header .header_main .header_row .header_links .header_tel_menu .header_tel {
  margin-right: 20px;
}
@media (max-width: 768px) {
  header .header_main .header_row .header_links .header_tel_menu .header_tel {
    display: none;
  }
}
header .header_main .header_row .header_links .header_tel_menu .header_tel .header_tel_number {
  font-size: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #00c387;
  line-height: 1.2;
}
header .header_main .header_row .header_links .header_tel_menu .header_tel .header_tel_text {
  font-weight: 500;
  font-size: 11px;
}
.header_nav_megamenu_hover {
  position: relative;
}
@media (max-width: 768px) {
  .header_nav_megamenu_hover {
    display: none;
  }
}
.header_nav_megamenu_hover .header_nav_megamenu {
  position: fixed;
  width: 100%;
  left: 0;
  top: var(--header-height);
  background-color: #282832;
  padding: 46px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0s;
  transition-delay: 0.2s;
}
.header_nav_megamenu_hover .header_nav_megamenu::before {
  content: "";
  position: absolute;
  top: -16px;
  left: var(--megamenu-arrow-left, 50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 16px solid #282832;
  border-top: 0;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_link {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_link:hover {
  opacity: 1;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_link::after {
  content: none !important;
}
.header_nav_megamenu_hover .header_nav_megamenu:hover .header_megamenu_link:not(:hover) {
  opacity: 0.7;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_col_01 {
  width: 24%;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_col_01 .header_megamenu_link {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: url(../images/product_megamenu_bg01.png) center/cover no-repeat;
  border-radius: 8px;
  line-height: 1.8;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_col_01 .header_megamenu_link .header_megamenu_link_text {
  width: 250px;
  background-color: #fff;
  color: #5e5ea8;
  font-size: 18px;
  border-radius: 36px;
  text-align: center;
  display: block;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_detail {
  width: 75%;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_detail .header_megamenu_col_02 .header_megamenu_link {
  width: 49%;
  background: url(../images/product_megamenu_bg02.png) center/cover no-repeat;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 24px;
  line-height: 1.8;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_detail .header_megamenu_col_02 .header_megamenu_link:last-child {
  background: url(../images/product_megamenu_bg03.png) center/cover no-repeat;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_detail .header_megamenu_col_02 .header_megamenu_link .header_megamenu_link_text {
  width: 250px;
  background-color: #fff;
  color: #5e5ea8;
  font-size: 18px;
  border-radius: 36px;
  text-align: center;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_detail .header_megamenu_col_03 .header_megamenu_link {
  width: 32%;
  background: url(../images/product_megamenu_bg04.png) center/cover no-repeat;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  line-height: 1.8;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_detail .header_megamenu_col_03 .header_megamenu_link:nth-child(2) {
  background: url(../images/product_megamenu_bg05.png) center/cover no-repeat;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_detail .header_megamenu_col_03 .header_megamenu_link:last-child {
  background: url(../images/product_megamenu_bg06.png) center/cover no-repeat;
}
.header_nav_megamenu_hover .header_nav_megamenu .header_megamenu_row .header_megamenu_detail .header_megamenu_col_03 .header_megamenu_link .header_megamenu_link_text {
  width: 250px;
  background-color: #fff;
  color: #5e5ea8;
  font-size: 18px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  text-align: center;
  letter-spacing: 0;
}
.header_nav_megamenu_hover:hover .header_nav_megamenu {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in-out;
  transition-delay: 0s;
}
.header_menu {
  display: block;
  width: 41px;
  height: 41px;
  position: relative;
  z-index: 40000;
  background-color: #00c387;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header_menu {
    position: fixed;
    top: 10px;
    right: 5%;
  }
}
.header_menu span {
  display: inline-block;
  height: 3px;
  width: 19px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.header_menu span:nth-child(1) {
  top: 14px;
}
.header_menu span:nth-child(2) {
  top: 20px;
}
.header_menu span:nth-child(3) {
  top: 26px;
}
.header_menu_inner {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff000;
  z-index: 2000;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
  padding: 150px 0 64px;
  overflow: scroll;
}
@media (max-width: 768px) {
  .header_menu_inner {
    padding: 0;
    padding-bottom: 64px;
    background-color: #fff;
  }
}
.header_menu_inner .header_menu_pc .inner {
  width: 900px;
}
@media (max-width: 1320px) {
  .header_menu_inner .header_menu_pc .inner {
    width: calc(100% - 100px);
    max-width: 900px;
  }
}
.header_menu_inner .header_menu_links li {
  margin-bottom: 16px;
}
.header_menu_inner .header_menu_links li:last-child {
  margin-bottom: 0;
}
.header_menu_inner .header_menu_links li a {
  font-size: 18px;
}
@media (max-width: 1320px) {
  .header_menu_inner .header_menu_links li a {
    font-size: 14px;
  }
}
.header_menu_inner .header_menu_links li a:hover {
  color: #00c387;
  opacity: 1;
}
.header_menu_inner .header_menu_sp .header_menu_top {
  background-color: #fff000;
  padding: 28px 0;
  padding-top: 54px;
}
.header_menu_inner .header_menu_sp .header_menu_top .header_menu_text {
  font-size: 15px;
  color: #5e5ea8;
  margin-bottom: 28px;
  font-weight: 500;
}
.header_menu_inner .header_menu_sp .header_menu_top .header_menu_btns {
  width: 100%;
}
.header_menu_inner .header_menu_sp .header_menu_top .header_menu_btns .header_menu_btn {
  width: 100%;
  display: block;
  border-radius: 48px;
}
.header_menu_inner .header_menu_sp .header_menu_top .header_menu_btns .header_menu_btn.header_menu_btn_contact {
  background-color: #5e5ea8;
  color: #fff000;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 20px 0;
}
.header_menu_inner .header_menu_sp .header_menu_top .header_menu_btns .header_menu_btn.header_menu_btn_tel {
  border: 1px solid #5e5ea8;
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_menu_inner .header_menu_sp .header_menu_top .header_menu_btns .header_menu_btn.header_menu_btn_tel .header_menu_btn_info {
  font-size: 15px;
  color: #5e5ea8;
  border-right: 1px solid #5e5ea8;
  padding-right: 16px;
  margin-right: 16px;
  text-align: center;
  line-height: 1.4;
}
.header_menu_inner .header_menu_sp .header_menu_top .header_menu_btns .header_menu_btn.header_menu_btn_tel .header_menu_btn_info .text_small {
  font-size: 12px;
}
.header_menu_inner .header_menu_sp .header_menu_top .header_menu_btns .header_menu_btn.header_menu_btn_tel .header_menu_btn_number {
  font-size: 26px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #5e5ea8;
}
.header_menu_inner .header_menu_sp .header_menu_links {
  margin-top: 24px;
  width: 100%;
}
.header_menu_inner .header_menu_sp .header_menu_links ul li {
  border-top: 1px solid #c8c8c8;
  padding: 10px 0;
  margin-bottom: 0;
}
.header_menu_inner .header_menu_sp .header_menu_links ul li:last-child {
  border-bottom: 1px solid #c8c8c8;
}
.header_menu_inner .header_menu_sp .header_menu_links ul li a {
  font-size: 15px;
}
.header_menu_inner .header_menu_sp .header_menu_mail {
  font-size: 20px;
  margin-top: 40px;
  font-weight: 500;
  width: 100%;
  display: block;
  background-color: #5e5ea8;
  color: #fff000;
  padding: 16px 0;
  padding-left: 80px;
  position: relative;
  border-radius: 48px;
}
.header_menu_inner .header_menu_sp .header_menu_mail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 45px;
  height: 27px;
  background: url(../images/icon_mail.png) center/cover no-repeat;
}
.open .header_menu {
  z-index: 3000;
}
.open .header_menu span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50% !important;
  left: 50%;
}
.open .header_menu span:nth-child(2) {
  opacity: 0;
}
.open .header_menu span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50% !important;
  left: 50%;
}
.open .header_menu_inner {
  opacity: 1 !important;
  visibility: visible;
}
/* footer */
footer .footer_top {
  background-color: #fff000;
  padding: 70px 0;
}
@media (max-width: 768px) {
  footer .footer_top {
    padding: 24px 0;
  }
}
footer .footer_top .footer_top_text {
  color: #5e5ea8;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  footer .footer_top .footer_top_text {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
footer .footer_top .footer_menu_btns .footer_menu_btn {
  width: 460px;
  display: block;
  border-radius: 48px;
  border: 1px solid #5e5ea8;
}
@media (max-width: 768px) {
  footer .footer_top .footer_menu_btns .footer_menu_btn {
    width: 100%;
    margin-right: 0;
  }
}
footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_contact {
  background-color: #5e5ea8;
  color: #fff000;
  font-size: 20px;
  font-weight: bold;
  padding: 24px 0;
  text-align: center;
  margin-right: 32px;
}
@media (max-width: 1026px) {
  footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_contact {
    margin-right: 0;
  }
}
@media (max-width: 995px) {
  footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_contact {
    font-size: 15px;
    padding: 18px 0;
    margin-bottom: 16px;
  }
}
footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_contact:hover {
  background-color: #fff;
  color: #000;
}
footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_tel {
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 768px) {
  footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_tel {
    padding: 12px 0;
  }
}
footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_tel .footer_menu_btn_info {
  font-size: 20px;
  color: #5e5ea8;
  border-right: 1px solid #5e5ea8;
  padding-right: 16px;
  margin-right: 16px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 768px) {
  footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_tel .footer_menu_btn_info {
    font-size: 15px;
    margin-right: 10px;
    padding-right: 10px;
  }
}
footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_tel .footer_menu_btn_info .text_small {
  font-size: 16px;
}
@media (max-width: 768px) {
  footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_tel .footer_menu_btn_info .text_small {
    font-size: 12px;
  }
}
footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_tel .footer_menu_btn_number {
  font-size: 35px;
  color: #5e5ea8;
  font-family: "Barlow Condensed", sans-serif;
}
@media (max-width: 768px) {
  footer .footer_top .footer_menu_btns .footer_menu_btn.footer_menu_btn_tel .footer_menu_btn_number {
    font-size: 26px;
  }
}
footer .footer_cont {
  background-color: #fff;
  padding: 64px 0;
}
@media (max-width: 768px) {
  footer .footer_cont {
    padding: 26px 0;
  }
}
footer .footer_cont .inner {
  width: 1000px;
}
@media (max-width: 1320px) {
  footer .footer_cont .inner {
    width: calc(100% - 100px);
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  footer .footer_cont .inner {
    width: 90%;
  }
}
footer .footer_cont .footer_logo {
  width: 320px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  footer .footer_cont .footer_logo {
    width: 280px;
    margin: 0 auto 40px;
  }
}
footer .footer_cont .footer_logo img {
  width: 100%;
}
footer .footer_cont .footer_row .footer_nav {
  width: 80%;
}
@media (max-width: 768px) {
  footer .footer_cont .footer_row .footer_nav {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer_cont .footer_row .footer_nav .footer_nav_list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer_cont .footer_row .footer_nav .footer_nav_list li {
    border-top: 1px solid #c8c8c8;
    padding: 8px 0;
  }
}
footer .footer_cont .footer_row .footer_nav .footer_nav_list li a {
  font-size: 15px;
}
@media (max-width: 1320px) {
  footer .footer_cont .footer_row .footer_nav .footer_nav_list li a {
    font-size: 13px;
  }
}
footer .footer_cont .footer_row .footer_nav .footer_nav_list li a:hover {
  color: #00c387;
}
footer .footer_cont .footer_row .footer_mail {
  width: 16%;
}
@media (max-width: 768px) {
  footer .footer_cont .footer_row .footer_mail {
    width: 100%;
  }
}
footer .footer_cont .footer_row .footer_mail .footer_mail_link {
  transition: transform 0.3s ease;
}
footer .footer_cont .footer_row .footer_mail .footer_mail_link:hover img {
  transform: rotate(5deg);
}
footer .footer_cont .footer_row .footer_mail .footer_mail_link img {
  width: 100%;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  footer .footer_cont .footer_row .footer_mail .footer_mail_link {
    font-size: 21px;
    margin-top: 40px;
    font-weight: bold;
    width: 100%;
    display: block;
    background-color: #5e5ea8;
    color: #fff000;
    padding: 16px 0;
    padding-left: 93px;
    position: relative;
    border-radius: 48px;
  }
  footer .footer_cont .footer_row .footer_mail .footer_mail_link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translateY(-50%);
    width: 45px;
    height: 27px;
    background: url(../images/icon_mail.png) center/cover no-repeat;
  }
}
footer .copyrgiht {
  background-color: #e9e9ea;
  padding: 16px 0;
  text-align: center;
}
footer .copyrgiht .copyright_text {
  font-size: 12px;
}
.section_mv {
  margin-top: var(--header-height);
  transition: margin-top 0.3s ease-in-out;
}
.section_top_news {
  margin-top: 64px;
  padding-bottom: 157px;
}
@media (max-width: 768px) {
  .section_top_news {
    margin-top: 56px;
    padding-bottom: 56px;
  }
  .section_top_news .inner {
    width: 100%;
  }
}
.section_top_news .inner {
  max-width: 1000px;
}
@media (max-width: 768px) {
  .section_top_news .inner {
    overflow: hidden;
  }
}
.section_top_news .news_link_wrap {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .section_top_news .news_link_wrap {
    width: 760px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}
.section_top_news .news_link_wrap .news_link {
  background-color: #f0f0f0;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding-left: 8px;
}
@media (max-width: 768px) {
  .section_top_news .news_link_wrap .news_link {
    margin-bottom: 8px;
    padding-left: 0;
    border-radius: 4px;
    overflow: hidden;
    align-items: unset;
    height: 41px;
  }
}
.section_top_news .news_link_wrap .news_link:last-child {
  margin-bottom: 0;
}
.section_top_news .news_link_wrap .news_link .news_link_textarea {
  display: flex;
  align-items: center;
}
.section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_cate {
  margin-right: 16px;
  background-color: #282832;
  width: 106px;
  padding: 8px 0;
  text-align: center;
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 768px) {
  .section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_cate {
    border-radius: 4px 0 0 4px;
    width: 80px;
    font-size: 14px;
    margin-right: 0px;
    background-color: #5e5ea8;
    position: relative;
    z-index: 500;
  }
}
@media (max-width: 768px) {
  .section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_ttl_row {
    white-space: nowrap;
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_ttl_row ul {
    display: flex;
    align-items: center;
    animation: ticker 40s linear infinite;
  }
}
@media (min-width: 769px) {
  .section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_ttl_row ul:nth-child(n+2) {
    display: none;
  }
}
@media (min-width: 769px) {
  .section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_ttl_row li:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 768px) {
  .section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_ttl_row li {
    margin-right: 20px;
  }
}
.section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_ttl {
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 769px) {
  .section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_ttl:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 768px) {
  .section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_ttl {
    font-size: 12px;
    white-space: nowrap;
    margin-right: 32px;
  }
}
.section_top_news .news_link_wrap .news_link .news_link_textarea .news_link_ttl:hover {
  color: #00c387;
}
.section_top_news .news_link_wrap .news_link .news_link_more {
  background-color: #5e5ea8;
  padding: 14px 40px;
  color: #fff;
  position: relative;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 768px) {
  .section_top_news .news_link_wrap .news_link .news_link_more {
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 0 4px 4px 0;
  }
}
.section_top_news .news_link_wrap .news_link .news_link_more:hover {
  background-color: #00c387;
}
.section_top_news .news_link_wrap .news_link .news_link_more:hover::after {
  background-color: #00c387;
}
@media (max-width: 768px) {
  .section_top_news .news_textarea {
    margin-top: 12px;
  }
}
.section_top_news .news_textarea .news_ttl {
  font-size: 34px;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: .2rem;
}
@media (max-width: 768px) {
  .section_top_news .news_textarea .news_ttl {
    font-size: 20px;
  }
}
.section_top_news .news_textarea .news_text {
  width: 89%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1320px) {
  .section_top_news .news_textarea .news_text {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .section_top_news .news_textarea .news_text {
    font-size: 12px;
    width: 90%;
  }
}
.section_product {
  padding: 50px 0px 64px;
  position: relative;
}
@media (max-width: 768px) {
  .section_product {
    background-color: #fff000;
    padding: 40px 0;
  }
}
.section_product::before {
  content: "";
  background-color: #fff000;
  width: 85%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  border-radius: 0 32px 32px 0;
}
@media (max-width: 768px) {
  .section_product::before {
    content: none;
  }
}
.section_product .inner {
  position: relative;
  z-index: 300;
}
@media (max-width: 768px) {
  .section_product .inner {
    width: 90%;
  }
}
.section_product .product_cont .product_row.product_row_01 .product_item {
  width: 49%;
}
.section_product .product_cont .product_row.product_row_03 .product_item {
  width: 32%;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row.product_row_03 .product_item {
    width: 49%;
  }
}
.section_product .product_cont .product_row.product_row_03 .product_item .product_item_name {
  width: 55%;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row.product_row_03 .product_item .product_item_name {
    width: 100%;
  }
}
.section_product .product_cont .product_row .product_item {
  position: relative;
  margin-bottom: 24px;
  height: 360px;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row .product_item {
    height: 135px;
    margin-bottom: 16px;
  }
}
.section_product .product_cont .product_row .product_item:hover {
  opacity: 1;
}
.section_product .product_cont .product_row .product_item:hover .product_item_img_wrap::before {
  opacity: 0;
}

.section_product .product_cont .product_row .product_item:hover .product_item_name {
  background-color: #5e5ea8;
  color: #fff;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row .product_item:hover .product_item_name {
    background-color: #282832;
  }
}
.section_product .product_cont .product_row .product_item:hover .product_item_number {
  opacity: 0;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row .product_item:hover .product_item_number {
    opacity: 1;
  }
}
.section_product .product_cont .product_row .product_item .product_item_name {
  background-color: #282832;
  color: #fff;
  transition: .3s;
  border-radius: 16px 0 16px 0;
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  padding: 4px 20px;
  z-index: 100;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row .product_item .product_item_name {
    font-size: 10px;
    letter-spacing: 0rem;
    width: 100%;
    top: 0;
    border-radius: 8px 8px 0 0;
  }
}
.section_product .product_cont .product_row .product_item .product_item_number {
  transition: .3s;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  color: #fff000;
  font-size: 134px;
  line-height: .8;
  text-align: center;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  z-index: 100;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row .product_item .product_item_number {
    left: 10px;
    bottom: 14px;
    transform: translate(0, 0);
    font-size: 39px;
  }
}
.section_product .product_cont .product_row .product_item .product_item_number .text_small {
  font-size: 26px;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row .product_item .product_item_number .text_small {
    font-size: 7px;
  }
}
.section_product .product_cont .product_row .product_item .product_item_img_wrap {
  position: relative;
  z-index: 90;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 16px;
}
.section_product .product_cont .product_row .product_item .product_item_img_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(94, 94, 168, 0.8);
  z-index: 91;
  border-radius: 16px;
  transition: .3s;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row .product_item .product_item_img_wrap::before {
    content: none;
  }
}
.section_product .product_cont .product_row .product_item .product_item_img {
  border-radius: 16px;
  height: 100%;
  object-fit: contain;
  position: relative;
}
@media (max-width: 768px) {
  .section_product .product_cont .product_row .product_item .product_item_img {
    border-radius: 8px;
  }
}
.section_pickup {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .section_pickup {
    padding: 40px 0;
  }
}
.section_pickup .pickup_cont {
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .section_pickup .pickup_cont {
    margin-bottom: 10px;
  }
}
.section_pickup .pickup_cont .pickup_main {
  width: 53%;
  position: relative;
}
@media (max-width: 768px) {
  .section_pickup .pickup_cont .pickup_main {
    width: 100%;
    margin-bottom: 8px;
  }
}
.section_pickup .pickup_cont .pickup_main:hover {
  opacity: 1;
}
.section_pickup .pickup_cont .pickup_main:hover .pickup_main_textarea {
  background-color: #fff000;
  color: #000;
}
@media (max-width: 768px) {
  .section_pickup .pickup_cont .pickup_main:hover .pickup_main_textarea {
    background-color: #5e5ea8;
    color: #fff;
  }
}
.section_pickup .pickup_cont .pickup_main .pickup_main_img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 768px) {
  .section_pickup .pickup_cont .pickup_main .pickup_main_img {
    border-radius: 12px 12px 0 0;
  }
}
.section_pickup .pickup_cont .pickup_main .pickup_main_textarea {
  background-color: #5e5ea8;
  color: #fff;
  text-align: center;
  border-radius: 0 0 16px 16px;
  padding: 10px 0;
  width: 100%;
  z-index: 100;
  transition: .3s;
}
.section_pickup .pickup_cont .pickup_main .pickup_main_textarea .pickup_main_name {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}
@media (max-width: 1320px) {
  .section_pickup .pickup_cont .pickup_main .pickup_main_textarea .pickup_main_name {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .section_pickup .pickup_cont .pickup_main .pickup_main_textarea .pickup_main_name {
    font-size: 12px;
    border-radius: 0 0 12px 12px;
  }
}
.section_pickup .pickup_cont .pickup_sub {
  width: 45%;
}
@media (max-width: 768px) {
  .section_pickup .pickup_cont .pickup_sub {
    width: 100%;
  }
}
.section_pickup .pickup_cont .pickup_sub .pickup_item {
  width: 48%;
  position: relative;
  margin-bottom: 34px;
}
@media (max-width: 1050px) {
  .section_pickup .pickup_cont .pickup_sub .pickup_item {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .section_pickup .pickup_cont .pickup_sub .pickup_item {
    width: 49%;
    margin-bottom: 8px;
  }
}
.section_pickup .pickup_cont .pickup_sub .pickup_item:hover {
  opacity: 1;
}
.section_pickup .pickup_cont .pickup_sub .pickup_item:hover .pickup_item_name {
  background-color: #fff000;
  color: #000;
}
@media (max-width: 768px) {
  .section_pickup .pickup_cont .pickup_sub .pickup_item:hover .pickup_item_name {
    background-color: #5e5ea8;
    color: #fff;
  }
}
.section_pickup .pickup_cont .pickup_sub .pickup_item .pickup_item_img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.section_pickup .pickup_cont .pickup_sub .pickup_item .pickup_item_name {
  background-color: #5e5ea8;
  color: #fff;
  text-align: center;
  border-radius: 0 0 12px 12px;
  padding: 10px 0;
  width: 100%;
  height: 50.5px;
  z-index: 100;
  transition: .3s;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1320px) {
  .section_pickup .pickup_cont .pickup_sub .pickup_item .pickup_item_name {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (max-width: 1050px) {
  .section_pickup .pickup_cont .pickup_sub .pickup_item .pickup_item_name {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .section_pickup .pickup_cont .pickup_sub .pickup_item .pickup_item_name {
    border-radius: 0 0 12px 12px;
  }
}
/*2025.12.14追加*/
/* PCサイズ（769px以上）のみに適用 */
@media (min-width: 769px) {
  
  /* 1. 左右のカラムの高さを強制的に揃える */
  .section_pickup .pickup_cont .pickup_row {
    align-items: stretch; /* flex-startから変更して高さを揃える */
  }

  /* --- 左側（メイン）の設定 --- */
  .section_pickup .pickup_cont .pickup_main {
    display: flex;
    flex-direction: column;
  }

  /* 画像を縦に引き伸ばし、比率を保ったままトリミングする設定 */
  .section_pickup .pickup_cont .pickup_main .pickup_main_img {
    flex-grow: 1;        /* 余白を埋めるように伸長 */
    height: auto;        /* 既存のheight指定をリセット */
    aspect-ratio: auto;  /* 既存のアスペクト比指定を解除 */
    object-fit: cover;   /* 枠に合わせて画像をトリミング */
    width: 100%;
  }

  /* --- 右側（サブ）の設定 --- */
  .section_pickup .pickup_cont .pickup_sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between; /* 上下の行を両端（上下）に配置し、間に隙間を作る */
  }

  /* 各アイテムの高さ計算（30pxの隙間を確保） */
  .section_pickup .pickup_cont .pickup_sub .pickup_item {
    margin-bottom: 0;         /* 既存のmarginをリセット */
    height: calc(50% - 15px); /* 高さを50%から隙間の半分(15px)を引いた値にする */
    display: flex;
    flex-direction: column;
  }

  /* 右側の画像も枠に合わせて自動調整 */
  .section_pickup .pickup_cont .pickup_sub .pickup_item .pickup_item_img {
    flex-grow: 1;        /* テキストエリア以外の部分を埋める */
    height: auto;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
  }
}

.section_achievements {
  padding: 60px 0;
  background-color: #fff000;
}
@media (max-width: 768px) {
  .section_achievements {
    padding: 32px 0;
  }
}
.section_achievements .achievements_slide {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section_achievements .achievements_slide {
    margin-bottom: 30px;
  }
}
.section_achievements .achievements_slide .achievements_slide_item {
  margin: 0 12px;
}
@media (max-width: 768px) {
  .section_achievements .achievements_slide .achievements_slide_item {
    margin: 0 6px;
  }
}
.section_achievements .achievements_slide .achievements_slide_item img {
  border-radius: 12px;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section_achievements .common_btn {
    background-color: #fff;
    width: 280px;
  }
}
.section_achievements .achievements_text {
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1320px) {
  .section_achievements .achievements_text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .section_achievements .achievements_text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.section_strength {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 1266px;
  padding: 160px 0px 180px;
  background: url(../images/strength_bg00.jpg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 768px) {
  .section_strength {
    padding: 40px 0;
    height: auto;
  }
}
.section_strength .strength_cont {
  width: 670px;
  margin-inline: auto;
  padding-top: 67px;
  padding-bottom: 70px;
  padding-inline: 52px;
  background: #FFF;
}
@media (max-width: 768px) {
  .section_strength .strength_cont {
    width: 98%;
    padding-block: 38px;
    padding-inline: max(20px, 5.1282051282vw);
  }
}
.section_strength .strength_ttl {
  font-feature-settings: "palt" 1;
  text-align: center;
  line-height: 1;
  margin-bottom: 44px;
  color: #5e5ea8;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .section_strength .strength_ttl {
    font-size: min(7.1794871795vw, 28px);
  }
}
.section_strength .strength_ttl .ja {
  display: block;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 0.25em;
  letter-spacing: 0.21em;
}
@media (max-width: 768px) {
  .section_strength .strength_ttl .ja {
    font-size: min(9.2307692308vw, 36px);
  }
}
.section_strength .strength_ttl .en {
  font-family: "Barlow Condensed", sans-serif;
  font-size: min(12.8205128205vw, 50px);
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .section_strength .strength_ttl .en {
    font-size: min(7.6923076923vw, 30px);
  }
}
.section_strength .strength_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.9444444444;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section_strength .strength_text {
    font-size: min(3.0769230769vw, 12px);
    margin-bottom: 36px;
  }
}
.section_strength .strength_pallax_image_01,
.section_strength .strength_pallax_image_02,
.section_strength .strength_pallax_image_03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}
.section_strength .strength_pallax_image_01 {
  z-index: -3;
  background: url(../images/strength_bg01.png) no-repeat center top;
  background-size: 100vw 65.9375vw;
}
.section_strength .strength_pallax_image_02 {
  z-index: -2;
  background: url(../images/strength_bg02.png) no-repeat center top;
  background-size: 100vw 65.9375vw;
}
@media (max-width: 1050px) {
  .section_strength .strength_pallax_image_02 {
    background-size: cover;
  }
}
.section_strength .strength_pallax_image_03 {
  z-index: -1;
  background: url(../images/strength_bg03.png) no-repeat center top;
  background-size: 100vw 65.9375vw;
}
@media (max-width: 768px) {
  .section_strength .strength_pallax_image_03 {
    background-size: cover;
  }
}
.section_strength .common_btn {
  padding-block: 26px;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .section_strength .common_btn {
    padding-block: 20px;
  }
}

@media screen and (max-width: 1600px) {
  .section_strength .strength_pallax_image_01 {
    background: url(../images/strength_bg01.png) no-repeat center center;
    background-size: cover;
  }
}

.soudan {
  position: relative;
  margin-top: -300px;
}
@media (max-width: 768px) {
  .soudan {
    margin-top: 20px;
  }
}
.soudan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  /*background-color: #dfdfe0;*/
  z-index: 50;
}
@media (max-width: 768px) {
  .soudan::before {
    content: none;
  }
}
.soudan .soudan_box {
  width: 1240px;
  margin: 0 auto;
  border-radius: 12px;
  background-color: #fff000;
  padding: 100px 0;
  position: relative;
  z-index: 100;
}
@media (max-width: 1320px) {
  .soudan .soudan_box {
    width: calc(100% - 60px);
    max-width: 1240px;
  }
}
@media (max-width: 1320px) {
  .soudan .soudan_box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .soudan .soudan_box {
    padding: 32px 20px;
    border-radius: 10px;
  }
}
.soudan .soudan_box .soudan_row {
  margin-bottom: 28px;
}
.soudan .soudan_box .soudan_row .soudan_hukidashi {
  width: 360px;
  text-align: center;
  position: relative;
  border: 1px solid #5e5ea8;
  border-radius: 48px;
  padding: 6px 0;
}
@media (max-width: 768px) {
  .soudan .soudan_box .soudan_row .soudan_hukidashi {
    width: 100%;
  }
}
.soudan .soudan_box .soudan_row .soudan_hukidashi:first-child {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .soudan .soudan_box .soudan_row .soudan_hukidashi:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.soudan .soudan_box .soudan_row .soudan_hukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #5e5ea8 transparent transparent;
  translate: -50% 100%;
}
.soudan .soudan_box .soudan_row .soudan_hukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 5.8px 0 5.8px;
  border-color: #fff000 transparent transparent;
  translate: -50% 100%;
}
.soudan .soudan_box .soudan_row .soudan_hukidashi .soudan_hukidashi_text {
  font-size: 24px;
  color: #5e5ea8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .soudan .soudan_box .soudan_row .soudan_hukidashi .soudan_hukidashi_text {
    font-size: 20px;
  }
}
.soudan .soudan_box .soudan_ttl {
  text-align: center;
  font-size: 34px;
  letter-spacing: 1.2rem;
  margin-bottom: 24px;
  color: #5e5ea8;
}
@media (max-width: 768px) {
  .soudan .soudan_box .soudan_ttl {
    font-size: 20px;
    letter-spacing: 0rem;
  }
}
.soudan .soudan_box .soudan_text {
  font-size: 18px;
  width: 71%;
  margin: 0 auto;
  margin-bottom: 36px;
  display: block;
}
@media (max-width: 768px) {
  .soudan .soudan_box .soudan_text {
    font-size: 12px;
    width: 100%;
  }
}
.soudan .soudan_box .soudan_btn {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 48px;
  display: block;
  width: 630px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .soudan .soudan_box .soudan_btn {
    font-size: 14px;
    width: 100%;
  }
}
.soudan .soudan_box .soudan_btn:hover {
  background-color: #5e5ea8;
  color: #fff;
  opacity: 1;
}
.section_news {
  background-color: #00c387;
  padding: 100px 0;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .section_news {
    padding: 20px 0;
    margin-top: 20px;
  }
}
.section_news .news_box {
  border-radius: 16px;
  background-color: #fff;
  padding: 100px 120px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .section_news .news_box {
    margin-bottom: 10px;
  }
}
.section_news .news_box:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section_news .news_box {
    padding: 20px;
  }
}
.section_news .news_box .news_box_ttl_row {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .section_news .news_box .news_box_ttl_row {
    padding-bottom: 10px;
  }
}
.section_news .news_box .news_box_ttl_wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  .section_news .news_box .news_box_ttl_wrap {
    width: auto;
  }
}
.section_news .news_box .news_box_ttl_wrap .news_box_ttl {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
  margin-right: 40px;
  color: #00c387;
  line-height: 1;
}
@media (max-width: 1320px) {
  .section_news .news_box .news_box_ttl_wrap .news_box_ttl {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .section_news .news_box .news_box_ttl_wrap .news_box_ttl {
    font-size: 20px;
    margin-right: 8px;
  }
}
.section_news .news_box .news_box_ttl_wrap .news_box_subttl {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1320px) {
  .section_news .news_box .news_box_ttl_wrap .news_box_subttl {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section_news .news_box .news_box_ttl_wrap .news_box_subttl {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .section_news .news_box .news_box_btn {
    font-size: 10px;
    padding: 4px 12px;
    background-color: #00c387;
    border-radius: 48px;
    color: #fff;
  }
}
.section_news .news_box .news_box_cont {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .section_news .news_box .news_box_cont {
    margin-bottom: 0;
  }
}
.section_news .news_box .news_box_item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section_news .news_box .news_box_item:hover {
  color: #00c387;
  opacity: 1;
}
.section_news .news_box .news_box_item:last-child {
  border-bottom: 1px solid #000;
}
.section_news .news_box .news_box_item .news_box_item_date {
  margin-right: 20px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .section_news .news_box .news_box_item .news_box_item_date {
    font-size: 10px;
    margin-right: 8px;
  }
}
.section_news .news_box .news_box_item .news_box_item_ttl {
  font-weight: normal;
  font-size: 18px;
}
@media (max-width: 768px) {
  .section_news .news_box .news_box_item .news_box_item_ttl {
    font-size: 10px;
  }
}
.section_faq {
  padding: 140px 0;
}
@media (max-width: 768px) {
  .section_faq {
    padding: 40px 0;
  }
}
.section_faq .common_ttl {
  line-height: 0.9;
}
.section_faq .faq_cont {
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .section_faq .faq_cont {
    margin-bottom: 46px;
  }
}
.section_faq .faq_cont .faq_item {
  background-color: #fff000;
  padding: 40px 65px;
  margin-bottom: 30px;
  border-radius: 16px;
}
.section_faq .faq_cont .faq_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section_faq .faq_cont .faq_item {
    padding: 24px;
  }
}
.section_faq .faq_cont .faq_item .faq_item_question {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #000;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .section_faq .faq_cont .faq_item .faq_item_question {
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
}
.section_faq .faq_cont .faq_item .faq_item_question .faq_item_icon {
  margin-right: 20px;
  width: 50px;
}
@media (max-width: 768px) {
  .section_faq .faq_cont .faq_item .faq_item_question .faq_item_icon {
    width: 33px;
    margin-right: 10px;
  }
}
.section_faq .faq_cont .faq_item .faq_item_question .faq_item_question_text {
  font-size: 24px;
  width: calc(100% - 70px);
}
@media (max-width: 768px) {
  .section_faq .faq_cont .faq_item .faq_item_question .faq_item_question_text {
    font-size: 12px;
    width: calc(100% - 43px);
  }
}
.section_faq .faq_cont .faq_item .faq_item_answer {
  display: flex;
  align-items: flex-start;
}
.section_faq .faq_cont .faq_item .faq_item_answer .faq_item_icon {
  margin-right: 20px;
  width: 50px;
}
@media (max-width: 768px) {
  .section_faq .faq_cont .faq_item .faq_item_answer .faq_item_icon {
    width: 33px;
    margin-right: 10px;
  }
}
.section_faq .faq_cont .faq_item .faq_item_answer p {
  font-size: 18px;
  width: calc(100% - 70px);
}
@media (max-width: 768px) {
  .section_faq .faq_cont .faq_item .faq_item_answer p {
    font-size: 12px;
    width: calc(100% - 43px);
  }
}
.fadein {
  opacity: 0;
  transform: translateY(3%);
}
.fadein.active {
  animation: .8s forwards fadein;
}
.fadein2 {
  opacity: 0;
  transform: translateY(3%);
}
.fadein2.active {
  animation: .8s forwards .1s fadein;
}
.leftin {
  transform: translateX(-100%);
  overflow: hidden;
}
.leftin.active {
  animation: .5s forwards leftin;
}
.rightin {
  transform: translateX(100%);
  overflow: hidden;
}
.rightin.active {
  animation: .5s forwards rightin;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.product_page {
  margin-top: var(--header-height);
  transition: margin-top 0.3s ease-in-out;
  padding-top: 24px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .product_page {
    padding-bottom: 32px;
  }
}
.product_page .product_ttlarea {
  border-bottom: 1px solid #5e5ea8;
  padding-bottom: 8px;
  width: 1240px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 1320px) {
  .product_page .product_ttlarea {
    width: calc(100% - 60px);
    max-width: 1240px;
  }
}
.product_page .product_ttlarea .product_ttl {
  font-size: 35px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .product_page .product_ttlarea .product_ttl {
    font-size: 20px;
    text-align: center;
  }
}
.product_page .product_ttlarea .product_ttl_search {
  font-size: 14px;
  font-weight: bold;
  color: #5e5ea8;
}
.product_page .product_ttlarea .product_ttl_search .text_large {
  font-size: 20px;
}
.product_page .product_row .product_cont {
  width: 74%;
}
.product_page .product_row .product_cont .between::after {
  content: "";
  display: block;
  width: 32%;
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  .product_page .product_row .product_cont .between::after {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .product_page .product_row .product_cont {
    width: 100%;
  }
}
.product_page .product_row .product_cont .product_item {
  width: 32%;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1240px) {
  .product_page .product_row .product_cont .product_item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .product_page .product_row .product_cont .product_item {
    margin-bottom: 16px;
  }
}
.product_page .product_row .product_cont .product_item:hover {
  opacity: 1;
}
.product_page .product_row .product_cont .product_item:hover .product_item_text {
  background-color: #fff000;
  color: #5e5ea8;
}
.product_page .product_row .product_cont .product_item .product_item_img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.product_page .product_row .product_cont .product_item .product_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.product_page .product_row .product_cont .product_item .product_item_text {
  background-color: #5e5ea8;
  color: #fff;
  text-align: center;
  border-radius: 0 0 12px 12px;
  width: 100%;
  z-index: 100;
  transition: .3s;
  font-size: 15px;
  line-height: 1.4;
  height: 70px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
@media (max-width: 1320px) {
  .product_page .product_row .product_cont .product_item .product_item_text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .product_page .product_row .product_cont .product_item .product_item_text {
    font-size: 9px;
    height: 40px;
  }
}
.product_page .product_row .product_search_open {
  display: none;
  width: 105px;
  position: fixed;
  right: 0;
  top: calc(var(--header-height) + 24px);
  background-color: #5e5ea8;
  border-radius: 48px 0 0 48px;
  padding-left: 13px;
  padding-right: 12px;
  align-items: center;
  height: 40px;
  z-index: 900;
}
@media (max-width: 768px) {
  .product_page .product_row .product_search_open {
    display: flex;
  }
}
.product_page .product_row .product_search_open .product_search_open_icon {
  position: relative;
  width: 12px;
  height: 12px;
}
.product_page .product_row .product_search_open .product_search_open_icon span {
  display: inline-block;
  height: 1.5px;
  width: 13px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.product_page .product_row .product_search_open .product_search_open_icon span:nth-child(1) {
  top: 0;
}
.product_page .product_row .product_search_open .product_search_open_icon span:nth-child(2) {
  top: 4px;
  left: 5px;
  width: 11px;
}
.product_page .product_row .product_search_open .product_search_open_icon span:nth-child(3) {
  top: 8px;
  width: 9px;
  left: 4px;
}
.product_page .product_row .product_search_open .product_search_open_text {
  font-size: 12px;
  color: #fff;
  padding-left: 16px;
  line-height: 1;
}
@media (max-width: 768px) {
  .product_page .product_row .product_search_open .product_search_open_text {
    padding-left: 12px;
  }
}
.product_page .product_row .product_search {
  width: 23%;
  transition: .3s;
}
@media (max-width: 768px) {
  .product_page .product_row .product_search {
    left: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    padding: 80px 10%;
    overflow: scroll;
  }
}
.product_page .product_row .product_search .product_search_reset {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #5e5ea8;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: .3s;
}
.product_page .product_row .product_search .product_search_reset:hover {
  background-color: #fff000;
  color: #5e5ea8;
}
.product_page .product_row .product_search form {
  display: flex;
}
.product_page .product_row .product_search form input {
  width: 75%;
  background-color: #e5f9f3;
  font-size: 12px;
  height: 46px;
  display: flex;
  align-items: center;
  border: none;
  padding: 0 12px;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 1320px) {
  .product_page .product_row .product_search form input {
    font-size: 10px;
  }
}
.product_page .product_row .product_search form .product_search_btn {
  width: 25%;
  background-color: #00c387;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: 46px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
  border-radius: 0 12px 12px 0;
}
@media (max-width: 1320px) {
  .product_page .product_row .product_search form .product_search_btn {
    font-size: 14px;
  }
}
.product_page .product_row .product_search .product_search_checks {
  border: 1px solid #5e5ea8;
  margin-top: 32px;
  border-radius: 12px;
}
.product_page .product_row .product_search .product_search_checks .product_search_item {
  border-top: 1px solid #5e5ea8;
  padding-bottom: 32px;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #5e5ea8;
  margin-bottom: 24px;
  color: #5e5ea8;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list {
  padding: 0 12px;
  padding-left: 24px;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  cursor: pointer;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check:last-child {
  margin-bottom: 0;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check input[type="checkbox"] {
  display: none;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check label {
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 1320px) {
  .product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check label {
    font-size: 14px;
  }
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  background-color: #fff;
  transition: all 0.3s ease;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 51%;
  transform: translateY(-55%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #5e5ea8;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check input[type="checkbox"]:checked + label::before {
  background-color: #fff000;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.product_page .product_row .product_search .product_search_checks .product_search_item .search_item_list .search_item_check:hover label::before {
  background-color: #fff000;
}
.product_page .product_row .product_search .product_search_checks .product_search_cate {
  border-top: none;
}
.product_page .product_row .product_search .form_sp {
  margin-top: 20px;
}
.product_page .product_row .product_search .form_sp input {
  width: 100%;
  background-color: #e5f9f3;
  font-size: 12px;
  height: 46px;
  display: flex;
  align-items: center;
  border: none;
  padding: 0 12px;
  border-radius: 12px;
}
.product_page .product_row .product_search .form_sp .product_search_btn_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00c387;
  padding: 8px 10%;
  z-index: 100;
}
.product_page .product_row .product_search .form_sp .product_search_btn_wrap .product_search_btn_reset {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.product_page .product_row .product_search .form_sp .product_search_btn_wrap .product_search_btn {
  width: 150px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border: none;
  border-radius: 48px;
  cursor: pointer;
  transition: .3s;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.search_open .product_page .product_row .product_search {
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.search_open .product_page .product_row .product_search_open .product_search_open_icon span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50% !important;
  left: 50%;
}
.search_open .product_page .product_row .product_search_open .product_search_open_icon span:nth-child(2) {
  opacity: 0;
}
.search_open .product_page .product_row .product_search_open .product_search_open_icon span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50% !important;
  left: 50%;
  width: 13px;
}
.product_detail_ttl {
  font-size: 34px;
  color: #5e5ea8;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .product_detail_ttl {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.product_detail_row {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .product_detail_row {
    padding-bottom: 48px;
  }
}
.product_detail_row .product_detail_cont {
  width: 60%;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont {
    width: 100%;
  }
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap {
  margin-bottom: 20px;
  overflow: visible;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_detail_slide_wrap {
    padding-bottom: 30px;
  }
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_slide {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_slide {
    overflow: visible;
  }
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_slide .product_detail_img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_slide .product_detail_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_thumnails {
    display: none;
  }
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_thumnails .product_detail_thumbnail {
  margin: 0 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 8px;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_thumnails .product_detail_thumbnail.slick-current {
  opacity: 1;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_thumnails .product_detail_thumbnail:hover {
  opacity: 1;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_thumnails .product_detail_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_thumnails .product_detail_thumbnail.slick-current img {
  border-color: #5e5ea8;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .slick-dots li {
  margin: 0 4px;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #ccf3e7;
  cursor: pointer;
  font-size: 0;
  transition: background-color 0.3s ease;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .slick-dots li button::before {
  font-size: 0;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .slick-dots li button:hover {
  background-color: #b8f0d9;
}
.product_detail_row .product_detail_cont .product_detail_slide_wrap .slick-dots li.slick-active button {
  background-color: #00c387;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_detail_slide_wrap .slick-dots {
    display: flex !important;
    bottom: -35px;
  }
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_slide .slick-dots {
    display: flex !important;
    position: absolute !important;
    bottom: -35px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 100 !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_slide .slick-dots li button {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    background-color: #ccf3e7 !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
  }
  .product_detail_row .product_detail_cont .product_detail_slide_wrap .product_detail_slide .slick-dots li.slick-active button {
    background-color: #00c387 !important;
  }
}
.product_detail_row .product_detail_cont .product_feature {
  margin: 48px 0 0;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_feature {
    margin: 24px 0 0;
  }
}
.product_detail_row .product_detail_cont .product_feature .product_feature_ttl {
  background-color: #5e5ea8;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
  border-radius: 48px;
  display: inline-block;
  width: 130px;
  margin-bottom: 30px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_feature .product_feature_ttl {
    font-size: 18px;
    width: 90px;
    margin-bottom: 16px;
  }
}
.product_detail_row .product_detail_cont .product_feature .product_feature_cont .product_feature_item {
  margin-bottom: 30px;
}
.product_detail_row .product_detail_cont .product_feature .product_feature_cont .product_feature_item:last-child {
  margin-bottom: 0;
}
.product_detail_row .product_detail_cont .product_feature .product_feature_cont .product_feature_item .feature_item_ttl {
  font-size: 20px;
  color: #5e5ea8;
  margin-bottom: 6px;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_feature .product_feature_cont .product_feature_item .feature_item_ttl {
    font-size: 15px;
    padding-left: 20px;
  }
}
.product_detail_row .product_detail_cont .product_feature .product_feature_cont .product_feature_item .feature_item_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #fff000;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_feature .product_feature_cont .product_feature_item .feature_item_ttl::before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_cont .product_feature .product_feature_cont .product_feature_item .feature_item_text {
    font-size: 12px;
  }
}
.product_detail_row .product_detail_cont .product_feature .product_feature_imgs {
  margin-top: 48px;
}
.product_detail_row .product_detail_cont .product_feature .product_feature_imgs .product_feature_img {
  margin-bottom: 18px;
}
.product_detail_row .product_detail_cont .product_feature .product_feature_imgs .product_feature_img img {
  border-radius: 12px;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product_detail_row .product_detail_side {
  width: 35%;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_side {
    width: 100%;
  }
}
.product_detail_row .product_detail_download {
  margin-top: 20px;
  margin-bottom: 80px;
}
.product_detail_row .product_detail_download .product_detail_download_text {
  font-weight: bold;
  color: #939398;
  margin-bottom: 8px;
  text-align: center;
}
.product_detail_row .product_detail_download .product_detail_download_btns .product_detail_download_btn {
  display: block;
  background-color: #00c387;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  margin-bottom: 10px;
}
.product_detail_row .product_detail_download .product_detail_download_btns .product_detail_download_btn:last-child {
  margin-bottom: 0;
}
.product_detail_row .product_detail_download .product_detail_download_btns .product_detail_download_btn:hover {
  opacity: 0.7;
}
.product_detail_row .product_detail_box {
  border: 1px solid #5e5ea8;
  margin-top: 32px;
  border-radius: 12px;
}
.product_detail_row .product_detail_box .product_detail_box_item {
  padding-bottom: 32px;
}
.product_detail_row .product_detail_box .product_detail_box_item .product_detail_box_ttl {
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0;
  padding-left: 24px;
  border-bottom: 1px solid #5e5ea8;
  margin-bottom: 16px;
  color: #5e5ea8;
}
.product_detail_row .product_detail_box .product_detail_box_item .product_detail_box_list {
  padding: 0 24px;
}
.product_detail_row .product_detail_box .product_detail_box_item .product_detail_box_list li {
  color: #282832;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
}
.product_detail_row .product_detail_box .product_detail_box_item .product_detail_box_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  background-color: #cfcfe5;
  border-radius: 50%;
}
@media (max-width: 1320px) {
  .product_detail_row .product_detail_box .product_detail_box_item .product_detail_box_list li {
    font-size: 14px;
  }
}
.product_detail_row .product_detail_box .product_detail_box_item .product_detail_box_list:last-child {
  margin-bottom: 0;
}
.product_detail_row .product_detail_box .product_detail_box_item .product_detail_box_text {
  padding: 0 24px;
}
@media (max-width: 1320px) {
  .product_detail_row .product_detail_box .product_detail_box_item .product_detail_box_text {
    font-size: 14px;
  }
}
.product_detail_row .product_detail_caption {
  margin-top: 18px;
}
.product_detail_row .product_detail_caption li {
  font-size: 14px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .product_detail_row .product_detail_caption li {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.product_detail_row .product_detail_caption li:last-child {
  margin-bottom: 0;
}
.product_detail_row .product_detail_caption li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 12px;
}
.product_detail_text {
  font-size: 18px;
  font-weight: bold;
  color: #5e5ea8;
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .product_detail_text {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.product_detail_tag {
  display: flex;
  flex-wrap: wrap;
}
.product_detail_tag li {
  font-size: 14px;
  font-weight: bold;
  color: #5e5ea8;
  border: 1px solid #5e5ea8;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.product_detail_tag li:last-child {
  margin-right: 0;
}
@media (max-width: 1320px) {
  .product_detail_tag li {
    font-size: 12px;
    margin-right: 5px;
  }
}
.product_detail_contact {
  display: block;
  background-color: #5e5ea8;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  margin-top: 48px;
}
.product_detail_contact:hover {
  opacity: 0.7;
}
.product_detail_other {
  padding: 86px 0;
  position: relative;
}
@media (max-width: 768px) {
  .product_detail_other {
    padding: 28px 0;
    background-color: #fff000;
  }
}
.product_detail_other::before {
  content: "";
  background-color: #fff000;
  width: 85%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  border-radius: 0 32px 32px 0;
}
@media (max-width: 768px) {
  .product_detail_other::before {
    content: none;
  }
}
.product_detail_other .inner {
  position: relative;
  z-index: 100;
}
.product_detail_other .product_other_ttl {
  font-size: 30px;
  color: #5e5ea8;
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .product_detail_other .product_other_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.product_detail_other .product_other_cont.flex_start {
  gap: 1.3%;
}
@media (max-width: 768px) {
  .product_detail_other .product_other_cont.flex_start {
    justify-content: space-between;
  }
}
.product_detail_other .product_other_cont .product_other_item {
  width: 24%;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product_detail_other .product_other_cont .product_other_item {
    width: 48%;
    margin-bottom: 16px;
  }
}
.product_detail_other .product_other_cont .product_other_item img {
  border-radius: 12px 12px 0 0;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product_detail_other .product_other_cont .product_other_item .product_other_text {
  background-color: #5e5ea8;
  color: #fff;
  text-align: center;
  border-radius: 0 0 12px 12px;
  width: 100%;
  z-index: 100;
  transition: .3s;
  font-size: 15px;
  line-height: 1.4;
  height: 70px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
@media (max-width: 768px) {
  .product_detail_other .product_other_cont .product_other_item .product_other_text {
    font-size: 10px;
    height: 44px;
  }
}
.product_detail_other_box {
  width: 540px;
  margin: 100px auto 48px;
  border: 1px solid #5e5ea8;
  border-radius: 12px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .product_detail_other_box {
    width: 90%;
    margin: 30px auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product_detail_other_box .product_other_box_text {
  text-align: center;
  color: #5e5ea8;
  font-weight: bold;
}
@media (max-width: 768px) {
  .product_detail_other_box .product_other_box_text {
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
  }
}
.product_detail_other_box .product_other_box_link {
  border-bottom: 1px solid #5e5ea8;
  padding-bottom: 4px;
  color: #5e5ea8;
}
@media (max-width: 768px) {
  .product_detail_other_box .product_other_box_link {
    padding-bottom: 2px;
  }
}
.product_detail_fix {
  width: 100px;
  height: 100px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #5e5ea8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
  z-index: 900;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  .product_detail_fix {
    width: 72px;
    height: 72px;
    font-size: 14px;
    right: auto;
    left: 20px;
    bottom: 15px;
    line-height: 1.5;
  }
}
.product_detail_fix:hover {
  background-color: #fff;
  color: #5e5ea8;
  opacity: 1;
  border: 2px solid #5e5ea8;
}
.product_detail_fix.product_detail_fix_show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product_detail_fix_sp {
  background-color: #00c387;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  border-top: 2px solid #fff;
}
.product_detail_fix_sp.product_detail_fix_show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product_detail_fix_sp .product_detail_fix_contact {
  width: 210px;
  margin-left: auto;
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 48px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}


.page_strength {
  font-feature-settings: "palt" 1;
}

/* section_strength_mv
------------------------------------------------------------- */
.section_strength_mv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 700px;
}
@media (max-width: 768px) {
  .section_strength_mv {
    height: max(180px, 46.1538461538vw);
  }
}

.section_strength_mv_image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_strength_mv_title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: -40px;
  color: #FFF;
}
@media (max-width: 768px) {
  .section_strength_mv_title {
    margin-top: -25px;
  }
}
.section_strength_mv_title > .ja {
  display: block;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .section_strength_mv_title > .ja {
    font-size: max(24px, 6.1538461538vw);
  }
}
.section_strength_mv_title > .en {
  display: inline-block;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .section_strength_mv_title > .en {
    font-size: max(11px, 2.8205128205vw);
  }
}
.section_strength_mv_title > .en:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 14px;
  background: #FFF;
}
@media (max-width: 768px) {
  .section_strength_mv_title > .en:after {
    height: 1px;
    margin-top: 2px;
    margin-bottom: 0px;
  }
}

/* page_strength_intro
------------------------------------------------------------- */
.section_strength_intro {
  padding-top: 190px;
  padding-bottom: 232px;
  background: #fff000;
}
@media (max-width: 768px) {
  .section_strength_intro {
    padding-top: max(26px, 6.6666666667vw);
    padding-bottom: max(30px, 7.6923076923vw);
  }
}

.section_strength_intro_body {
  width: min(100%, 1310px);
  margin-inline: auto;
  padding-inline: 30px;
}
@media (max-width: 768px) {
  .section_strength_intro_body {
    padding-inline: max(20px, 5.1282051282vw);
  }
}

.section_strength_intro_title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 45px;
  letter-spacing: 0.2em;
  line-height: 1.375;
}
@media (max-width: 768px) {
  .section_strength_intro_title {
    font-size: 5.1282051282vw;
    margin-bottom: max(15px, 3.8461538462vw);
    letter-spacing: 0.05em;
    line-height: 1.65;
  }
}
.section_strength_intro_title > span {
  display: inline-block;
}

.section_strength_intro_text {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  margin-top: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8421052632;
}
@media (max-width: 768px) {
  .section_strength_intro_text {
    text-align: left;
    font-size: max(12px, 3.0769230769vw);
    padding-inline: 24px;
    line-height: 2;
  }
}

/* section_strength_pallax
------------------------------------------------------------- */
.section_strength_pallax {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 600px;
}
@media (max-width: 768px) {
  .section_strength_pallax {
    height: max(200px, 51.2820512821vw);
  }
}

.section_strength_pallax_image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: url(../images/strength/strength_bg01.jpg) no-repeat center;
  /*background-size: 84.53125vw 48.3854166667vw;*/
  background-size: contain;
}
/*@media (max-width: 768px) {
  .section_strength_pallax_image {
    background-size: 89.7435897436vw 56.4102564103vw;
  }
}*/

@media screen and (max-width: 1440px) {
  .section_strength_pallax {
    height: 41.6666666667vw;
  }
}
/* section_strength_point_panel_pc
------------------------------------------------------------- */
.section_strength_point_panel_pc {
  padding-top: 64px;
  padding-bottom: 150px;
  background: #fff000;
}

.section_strength_point_panel_pc_body {
  width: min(100%, 1310px);
  margin-inline: auto;
  padding-inline: 30px;
}

.section_strength_point_panel_pc_title_01 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
  line-height: 1.375;
  transition: color 0.3s;
}

.section_strength_point_panel_pc_item {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 30.4%;
  padding-top: 77px;
  padding-bottom: 60px;
  background: #5e5ea8;
  border-radius: 20px;
  transition: transform 0.3s, background 0.3s;
}
.section_strength_point_panel_pc_item:hover {
  transform: translateY(-5px);
  color: #282832;
  background: #fff;
}
.section_strength_point_panel_pc_item:hover .section_strength_point_panel_pc_title_02,
.section_strength_point_panel_pc_item:hover .section_strength_point_panel_pc_text {
  color: #282832;
}
.section_strength_point_panel_pc_item:hover .section_strength_point_panel_pc_title_02 > span:after {
  background: #282832;
}

.section_strength_point_panel_pc_number {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.section_strength_point_panel_pc_number > span {
  position: relative;
  z-index: 0;
  display: inline-block;
  text-align: center;
  width: 170px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #FFF;
  background: #282832;
  border-radius: 20px 0 20px 0;
}
.section_strength_point_panel_pc_number svg {
  position: absolute;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
}
.section_strength_point_panel_pc_number svg:nth-of-type(1) {
  top: 0;
  right: -20px;
}
.section_strength_point_panel_pc_number svg:nth-of-type(2) {
  bottom: -19px;
  left: 0;
}

.section_strength_point_panel_pc_title_02 {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: min(1.5625vw, 20px);
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-inline: 30px;
  padding-inline: min(2.34375vw, 30px);
  color: #FFF;
}
.section_strength_point_panel_pc_title_02 > span {
  display: block;
  font-size: min(3.125vw, 40px);
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.section_strength_point_panel_pc_title_02 > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 27px;
  background: #FFF;
  transition: background 0.3s;
}

.section_strength_point_panel_pc_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  padding-inline: 30px;
  color: #FFF;
}

/* section_strength_point_panel_sp
------------------------------------------------------------- */
.section_strength_point_panel_sp {
  display: none;
  padding-top: max(30px, 7.6923076923vw);
  padding-bottom: max(39px, 10vw);
  background: #fff000;
}
@media (max-width: 768px) {
  .section_strength_point_panel_sp {
    display: block;
  }
}

.section_strength_point_panel_sp_body {
  padding-inline: max(20px, 5.1282051282vw);
}

.section_strength_point_panel_sp_title_01 {
  text-align: center;
  font-size: max(20px, 5.1282051282vw);
  font-weight: 700;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
  line-height: 1.375;
}
@media (max-width: 768px) {
  .section_strength_point_panel_sp_title_01 {
    margin-bottom: 37px;
  }
}

.section_strength_point_panel_sp_item {
  color: #FFF;
  background: #5e5ea8;
  border-radius: 18px;
}
.section_strength_point_panel_sp_item:not(:last-child) {
  margin-bottom: 20px;
}

.section_strength_point_panel_sp_header.is-active .section_strength_point_panel_sp_title_02 i:before {
  transform: rotate(-45deg) translate(-50%, -50%);
}
.section_strength_point_panel_sp_header.is-active .section_strength_point_panel_sp_title_02 i:after {
  transform: rotate(45deg) translate(-50%, -50%);
}

.section_strength_point_panel_sp_number > span {
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.08em;
  line-height: 1;
  background: #282832;
  border-radius: 20px 20px 0 0;
}

.section_strength_point_panel_sp_image {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .section_strength_point_panel_sp_image {
    object-fit: cover;
    height: 38.4615384615vw;
  }
}

.section_strength_point_panel_sp_title_02 {
  position: relative;
  z-index: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding-inline: 30px;
  padding-top: 15px;
  padding-bottom: 24px;
}
.section_strength_point_panel_sp_title_02 > span {
  display: block;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 1.1;
}
.section_strength_point_panel_sp_title_02 > i {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.section_strength_point_panel_sp_title_02 > i:before, .section_strength_point_panel_sp_title_02 > i:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s;
  transform-origin: top left;
}
.section_strength_point_panel_sp_title_02 > i:after {
  transform: rotate(90deg) translate(-50%, -50%);
}
@media (max-width: 768px) {
  .section_strength_point_panel_sp_title_02 > i {
    display: block;
  }
}

.section_strength_point_panel_sp_text {
  font-size: max(13px, 3.3333333333vw);
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.9230769231;
  padding-inline: 30px;
  padding-top: max(16px, 4.1025641026vw);
  padding-bottom: max(25px, 6.4102564103vw);
}

/* section_strength_point
------------------------------------------------------------- */
.section_strength_point {
  padding-top: 175px;
  padding-bottom: 195px;
  background: #5e5ea8;
}

.section_strength_point_item {
  flex-wrap: nowrap;
  scroll-margin-top: 160px;
}
.section_strength_point_item:not(:last-child) {
  margin-bottom: 200px;
}

.section_strength_point_image {
  position: sticky;
  top: 160px;
  left: 0;
  transform: translateX(-2.6041666667vw);
  width: 54.6875vw;
}
.section_strength_point_image img {
  width: 100%;
  height: auto;
  border-radius: 0 50px 50px;
}

.section_strength_point_detail {
  width: 510px;
  padding-right: 60px;
  margin-left: 4.1666666667vw;
}

.section_strength_point_number {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 2px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #FFF;
}

.section_strength_point_title_01 {
  font-size: min(2.65625vw, 34px);
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
  color: #fff000;
}
.section_strength_point_title_01 > span {
  display: block;
  font-size: min(3.90625vw, 50px);
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.section_strength_point_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.9444444444;
  color: #FFF;
}

/* section_strength_development
------------------------------------------------------------- */
.section_strength_development {
  padding-top: 150px;
  padding-bottom: 162px;
}
@media (max-width: 768px) {
  .section_strength_development {
    padding-top: max(28px, 7.1794871795vw);
    padding-bottom: max(50px, 12.8205128205vw);
  }
}

.section_strength_development_body {
  width: min(100%, 848px);
  margin-inline: auto;
  padding-inline: 30px;
}
@media (max-width: 768px) {
  .section_strength_development_body {
    padding-inline: max(20px, 5.1282051282vw);
  }
}

.section_strength_development_title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 35px;
  letter-spacing: 0.2em;
  line-height: 2.0588235294;
}
@media (max-width: 768px) {
  .section_strength_development_title {
    font-size: max(20px, 5.1282051282vw);
    margin-bottom: max(12px, 3.0769230769vw);
    line-height: 1.65;
  }
}

.section_strength_development_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9444444444;
}
@media (max-width: 768px) {
  .section_strength_development_text {
    font-size: max(12px, 3.0769230769vw);
    line-height: 2;
  }
}

.count-zero {
  pointer-events: none;
  opacity: 0.5;
}
.page_faq .section_faq {
  padding-top: 0;
}
.page_faq .faq_cont_group {
  margin-bottom: 80px;
}
.page_faq .faq_cont_group:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page_faq .faq_cont_group {
    margin-bottom: 40px;
  }
}
.page_faq .faq_cont_ttl {
  font-size: 24px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page_faq .faq_cont_ttl {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.page_faq .faq_cont_ttl::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #00c387;
  bottom: 9px;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .page_faq .faq_cont_ttl::before {
    width: 15px;
    height: 15px;
    bottom: 5px;
  }
}
.page_faq .faq_item .faq_item_question {
  cursor: pointer;
  position: relative;
}
.page_faq .faq_item .faq_item_question .faq_item_question_text {
  width: calc(100% - 120px);
}
@media (max-width: 768px) {
  .page_faq .faq_item .faq_item_question .faq_item_question_text {
    width: calc(100% - 83px);
  }
}
.page_faq .faq_item .faq_item_question .question_plus {
  width: 40px;
  height: 40px;
  border: 2px solid #5e5ea8;
  border-radius: 4px;
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .page_faq .faq_item .faq_item_question .question_plus {
    width: 30px;
    height: 30px;
  }
}
.page_faq .faq_item .faq_item_question .question_plus span {
  position: absolute;
  background-color: #5e5ea8;
  transition: all 0.3s ease;
}
.page_faq .faq_item .faq_item_question .question_plus span:nth-child(1) {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .page_faq .faq_item .faq_item_question .question_plus span:nth-child(1) {
    width: 14px;
  }
}
.page_faq .faq_item .faq_item_question .question_plus span:nth-child(2) {
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .page_faq .faq_item .faq_item_question .question_plus span:nth-child(2) {
    height: 14px;
  }
}
.page_faq .faq_item .faq_item_answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.page_faq .faq_item.faq_item_open .faq_item_question .question_plus span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.page_faq .faq_item.faq_item_open .faq_item_answer {
  max-height: 1000px;
  opacity: 1;
  margin-bottom: 0;
}
.page_blog {
  background-color: #f3f4f6;
}
.page_blog .inner {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .page_blog .inner {
    width: 90%;
  }
}
.page_blog .page_blog_cont {
  position: relative;
  z-index: 100;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .page_blog .page_blog_cont {
    padding: 20px 0;
  }
}
.page_blog .page_blog_cont .page_blog_item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 50px;
}
@media (max-width: 768px) {
  .page_blog .page_blog_cont .page_blog_item {
    padding: 30px;
  }
}
.page_blog .page_blog_cont .page_blog_item:last-child {
  margin-bottom: 0;
}
.page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_img {
  width: 40%;
}
@media (max-width: 768px) {
  .page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_img {
    width: 100%;
    margin-bottom: 14px;
  }
}
.page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_img img {
  border-radius: 10px;
  height: auto;
}
.page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea {
  width: 56%;
}
@media (max-width: 768px) {
  .page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea {
    width: 100%;
  }
}
.page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .company_name {
  font-size: 14px;
  color: #5e5ea8;
  margin-bottom: 10px;
  background-color: #fff000;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .company_name {
    font-size: 12px;
  }
}
.page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .blog_item_ttl {
  font-size: 20px;
  color: #5e5ea8;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .blog_item_ttl {
    font-size: 18px;
  }
}
.page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .blog_item_date {
  font-size: 12px;
  color: #5e5ea8;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .blog_item_date {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .blog_item_text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
  max-height: calc(1.8em * 4);
}
@media (max-width: 768px) {
  .page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .blog_item_text {
    font-size: 12px;
    -webkit-line-clamp: 3;
    max-height: calc(1.8em * 3);
  }
}
.page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .blog_item_btn {
  font-size: 14px;
  margin-bottom: 24px;
  font-weight: 600;
  padding: 8px 0;
  text-align: center;
  width: 160px;
  display: block;
  border: 1px solid #5e5ea8;
  border-radius: 64px;
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .blog_item_btn {
    margin: 10px auto 0;
  }
}
.page_blog .page_blog_cont .page_blog_item .page_blog_row .blog_item_textarea .blog_item_btn:hover {
  background-color: #5e5ea8;
  color: #fff000;
}
.page_blog_detail {
  padding: 40px 0 150px;
}
@media (max-width: 768px) {
  .page_blog_detail {
    padding: 20px 0 50px;
  }
}
.page_blog_detail .inner {
  width: 1000px;
}
@media (max-width: 1320px) {
  .page_blog_detail .inner {
    width: 90%;
  }
}
.page_blog_detail .blog_detail_bread {
  font-size: 12px;
  padding: 0 16px;
  border-left: 1px solid #5e5ea8;
  border-right: 1px solid #5e5ea8;
  margin-bottom: 16px;
  color: #5e5ea8;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_bread {
    display: none;
  }
}
.page_blog_detail .blog_detail_box {
  padding: 70px 180px;
  border-radius: 12px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_box {
    padding: 20px;
  }
}
.page_blog_detail .works_company_name {
  font-size: 14px;
  color: #5e5ea8;
  margin-bottom: 24px;
  background-color: #fff000;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .page_blog_detail .works_company_name {
    font-size: 13px;
  }
}
.page_blog_detail .blog_detail_ttl {
  color: #5e5ea8;
  text-align: center;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #5e5ea8;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_ttl {
    font-size: 15px;
  }
}
.page_blog_detail .blog_detail_ttl.works_detail_ttl {
  border-bottom: none;
  padding-bottom: 0;
}
.page_blog_detail .blog_detail_date {
  text-align: center;
  font-size: 12px;
  color: #5e5ea8;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_date {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.page_blog_detail .blog_detail_cont p {
  font-size: 14px;
  margin-bottom: 28px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_cont p {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.page_blog_detail .blog_detail_cont ul {
  margin-bottom: 28px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_cont ul {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.page_blog_detail .blog_detail_cont ul li {
  font-size: 14px;
  color: #5e5ea8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_cont ul li {
    font-size: 12px;
  }
}
.page_blog_detail .blog_detail_cont img {
  margin-bottom: 16px;
  border-radius: 10px;
}
.page_blog_detail .blog_detail_matome {
  background-color: #fff000;
  padding: 24px;
  border-radius: 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_matome {
    padding: 14px;
    margin-top: 20px;
  }
}
.page_blog_detail .blog_detail_matome .detail_matome_ttl {
  font-size: 18px;
  color: #5e5ea8;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 12px;
  border-bottom: 1px solid #5e5ea8;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_matome .detail_matome_ttl {
    font-size: 15px;
  }
}
.page_blog_detail .blog_detail_matome .detail_matome_text {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_matome .detail_matome_text {
    font-size: 12px;
  }
}
.page_blog_detail .blog_detail_matome .detail_matome_text a {
  color: #5e5ea8;
}
.page_blog_detail .blog_detail_matome .detail_matome_subttl {
  font-size: 18px;
  color: #5e5ea8;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_matome .detail_matome_subttl {
    font-size: 14px;
  }
}
.page_blog_detail .blog_detail_btn {
  width: 350px;
  background-color: #5e5ea8;
  color: #fff000;
  font-weight: bold;
  padding: 14px 0;
  text-align: center;
  border-radius: 64px;
  margin: 0 auto;
  display: block;
  transition: .3s;
  margin-top: 40px;
  cursor: pointer;
}
.page_blog_detail .blog_detail_btn:hover {
  background-color: #fff000;
  color: #5e5ea8;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_btn {
    width: 100%;
    font-size: 14px;
    margin-top: 20px;
  }
}
.page_blog_detail .blog_detail_btn br {
  display: none;
}
.page_blog_detail .blog_detail_other {
  width: 1110px;
  margin: 20px auto 0;
}
@media (max-width: 1050px) {
  .page_blog_detail .blog_detail_other {
    width: 90%;
  }
}
.page_blog_detail .blog_detail_other .detail_matome_ttl {
  font-size: 14px;
}
.page_blog_detail .blog_detail_other .detail_other_btn {
  width: 38%;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_other .detail_other_btn {
    width: 21%;
  }
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_other .detail_other_btn .detail_other_text {
    display: none;
  }
}
.page_blog_detail .blog_detail_other .detail_other_btn.detail_other_btn_prev .other_link_text_sp {
  margin-left: 22px;
  position: relative;
  border-radius: 0 6px 6px 0;
}
.page_blog_detail .blog_detail_other .detail_other_btn.detail_other_btn_prev .other_link_text_sp::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 22px solid #fff;
  border-left: 0;
  position: absolute;
  left: -22px;
  top: 0;
  bottom: 0;
}
.page_blog_detail .blog_detail_other .detail_other_btn.detail_other_btn_next {
  text-align: right;
}
.page_blog_detail .blog_detail_other .detail_other_btn.detail_other_btn_next .other_link_text_sp {
  margin-right: 22px;
  position: relative;
  border-radius: 6px 0 0 6px;
}
.page_blog_detail .blog_detail_other .detail_other_btn.detail_other_btn_next .other_link_text_sp::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 22px solid #fff;
  border-right: 0;
  position: absolute;
  right: -22px;
  top: 0;
  bottom: 0;
}
.page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link {
  display: flex;
  height: 120px;
  transition: .3s;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link {
    height: 50px;
  }
}
.page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link:hover .other_link_text {
  background-color: #5e5ea8;
  color: #fff000;
}
.page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link img {
  width: 42%;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link img {
    display: none;
  }
}
.page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link .other_link_text {
  width: 58%;
  height: auto;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #5e5ea8;
  transition: .3s;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 1050px) {
  .page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link .other_link_text {
    height: 7.5em;
    padding: 7px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link .other_link_text {
    display: none;
  }
}
.page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link .other_link_text_sp {
  display: none;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_other .detail_other_btn .detail_other_link .other_link_text_sp {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #5e5ea8;
    font-weight: bold;
    line-height: 1.7;
    width: 100%;
    background-color: #fff;
  }
}
.page_blog_detail .blog_detail_other .detail_other_center {
  width: 16%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5e5ea8;
  font-weight: bold;
  line-height: 1.7;
  transition: .3s;
  height: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .page_blog_detail .blog_detail_other .detail_other_center {
    width: 44%;
    font-size: 12px;
    height: 50px;
    border-radius: 6px;
  }
}
.page_blog_detail .blog_detail_other .detail_other_center:hover {
  background-color: #5e5ea8;
  color: #fff000;
}
.company_page {
  background-color: #f3f4f6;
}
.company_page .inner {
  width: 1000px;
  padding: 80px 0;
}
@media (max-width: 1320px) {
  .company_page .inner {
    width: calc(100% - 60px);
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  .company_page .inner {
    padding: 14px 0;
  }
}
.company_page .company_page_box {
  background-color: #fff;
  padding: 80px 150px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0;
}
@media (max-width: 1320px) {
  .company_page .company_page_box {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .company_page .company_page_box {
    padding: 16px;
  }
}
.company_page .company_page_box .company_page_textarea {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .company_page .company_page_box .company_page_textarea {
    margin-bottom: 32px;
  }
}
.company_page .company_page_box .company_page_textarea .company_page_text {
  font-size: 15px;
  color: #5e5ea8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company_page .company_page_box .company_page_textarea .company_page_text {
    font-size: 13px;
  }
}
.company_page .company_page_box .company_table_row {
  border-top: 1px solid #d9dde0;
}
.company_page .company_page_box .company_table_row:last-child {
  border-bottom: 1px solid #d9dde0;
}
@media (max-width: 768px) {
  .company_page .company_page_box .company_table_row:last-child {
    border-bottom: none;
  }
}
.company_page .company_page_box .company_table_row:last-child .company_table_name {
  align-items: flex-start;
  padding-top: 15px;
}
@media (max-width: 768px) {
  .company_page .company_page_box .company_table_row:last-child .company_table_name {
    padding-top: 6px;
  }
}
@media (max-width: 768px) {
  .company_page .company_page_box .company_table_row {
    border: none;
  }
}
.company_page .company_page_box .company_table_name {
  background-color: #f3f4f6;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #5e5e65;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company_page .company_page_box .company_table_name {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 6px;
    border-radius: 6px;
  }
}
.company_page .company_page_box .company_table_text {
  width: 85%;
  padding: 15px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .company_page .company_page_box .company_table_text {
    width: 100%;
    font-size: 12px;
    padding: 6px;
    padding-bottom: 12px;
  }
}
.page_flow .page_flow_top {
  font-size: 18px;
  padding: 72px 0;
  width: 810px;
  margin: 0 auto;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .page_flow .page_flow_top {
    width: 100%;
    padding: 32px 0;
    font-size: 15px;
  }
}
.page_flow .inner {
  position: relative;
  z-index: 100;
}
.page_flow .page_flow_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .page_flow .page_flow_cont {
    width: 100%;
  }
}
.page_flow .page_flow_cont .page_flow_scroll {
  width: 292px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #5e5ea8;
  padding: 32px 24px;
}
@media (max-width: 1320px) {
  .page_flow .page_flow_cont .page_flow_scroll {
    padding: 24px 16px;
  }
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_scroll {
    display: none;
  }
}
.page_flow .page_flow_cont .page_flow_scroll.fixed {
  position: fixed;
  z-index: 99;
  transition: .3s;
}
.page_flow .page_flow_cont .page_flow_scroll .flow_scroll_item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.page_flow .page_flow_cont .page_flow_scroll .flow_scroll_item:hover .flow_scroll_number {
  background-color: #00c387;
  color: #fff;
}
.page_flow .page_flow_cont .page_flow_scroll .flow_scroll_item:hover .flow_scroll_text {
  color: #00c387;
}
.page_flow .page_flow_cont .page_flow_scroll .flow_scroll_item .flow_scroll_number {
  font-size: 18px;
  color: #fff000;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #5e5ea8;
  margin-right: 8px;
  transition: .3s;
}
.page_flow .page_flow_cont .page_flow_scroll .flow_scroll_item .flow_scroll_text {
  font-size: 15px;
  width: calc(100% - 36px);
  transition: .3s;
}
.page_flow .page_flow_cont .page_flow_flow {
  width: calc(100% - 340px);
  margin-left: auto;
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_flow {
    width: 100%;
  }
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item {
  border-radius: 12px;
  background-color: #fff000;
  padding: 30px;
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_flow .page_flow_item {
    padding: 20px;
    margin-bottom: 48px;
  }
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #00c387;
  border-bottom: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_flow .page_flow_item::after {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 12px solid #00c387;
    bottom: -30px;
  }
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item:last-child::after {
  content: none;
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item .flow_item_ttlarea {
  border-bottom: 1px dashed #282832;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_flow .page_flow_item .flow_item_ttlarea {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item .flow_item_ttlarea .flow_item_number {
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #5e5ea8;
  color: #fff000;
  font-weight: 600;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_flow .page_flow_item .flow_item_ttlarea .flow_item_number {
    font-size: 20px;
    width: 33px;
    height: 33px;
    border-radius: 4px;
  }
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item .flow_item_ttlarea .flow_item_ttl {
  font-size: 24px;
  color: #5e5ea8;
  width: calc(100% - 58px);
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_flow .page_flow_item .flow_item_ttlarea .flow_item_ttl {
    font-size: 15px;
    width: calc(100% - 41px);
  }
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item .page_flow_textarea .page_flow_text {
  font-size: 18px;
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_flow .page_flow_item .page_flow_textarea .page_flow_text {
    font-size: 12px;
  }
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item .page_flow_textarea .page_flow_btn {
  font-size: 15px;
  width: 350px;
  text-align: center;
  padding: 16px 0;
  color: #fff000;
  background-color: #5e5ea8;
  font-weight: 600;
  margin: 16px auto 0;
  display: block;
  border: 1px solid #5e5ea8;
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item .page_flow_textarea .page_flow_btn:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_flow .page_flow_item .page_flow_textarea .page_flow_btn {
    width: 100%;
  }
}
.page_flow .page_flow_cont .page_flow_flow .page_flow_item .page_flow_textarea .page_flow_img {
  width: 80%;
  margin: 16px auto 0;
  display: block;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .page_flow .page_flow_cont .page_flow_flow .page_flow_item .page_flow_textarea .page_flow_img {
    width: 100%;
  }
}
.privacy_page {
  background-color: #f3f4f6;
}
.privacy_page .inner {
  padding: 80px 0;
  width: 1000px;
}
@media (max-width: 1320px) {
  .privacy_page .inner {
    width: calc(100% - 60px);
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  .privacy_page .inner {
    width: 90%;
    padding: 20px 0;
  }
}
.privacy_page .privacy_box {
  background-color: #fff;
  border-radius: 12px;
  padding: 80px 150px;
}
@media (max-width: 1320px) {
  .privacy_page .privacy_box {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .privacy_page .privacy_box {
    padding: 24px;
  }
}
.privacy_page .privacy_box .privacy_text_top {
  font-size: 14px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .privacy_page .privacy_box .privacy_text_top {
    font-size: 12px;
  }
}
.privacy_page .privacy_box .privacy_item {
  margin-bottom: 32px;
}
.privacy_page .privacy_box .privacy_item:last-child {
  margin-bottom: 0;
}
.privacy_page .privacy_box .privacy_item .privacy_item_ttl {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .privacy_page .privacy_box .privacy_item .privacy_item_ttl {
    font-size: 12px;
  }
}
.privacy_page .privacy_box .privacy_item .privacy_item_text {
  font-size: 14px;
}
@media (max-width: 768px) {
  .privacy_page .privacy_box .privacy_item .privacy_item_text {
    font-size: 12px;
  }
}
.privacy_page .privacy_box .privacy_item .privacy_item_list {
  margin-top: 16px;
}
.privacy_page .privacy_box .privacy_item .privacy_item_list li {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .privacy_page .privacy_box .privacy_item .privacy_item_list li {
    font-size: 12px;
  }
}
.mailmaga_page {
  background-color: #f3f4f6;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .mailmaga_page {
    padding-bottom: 16px;
  }
}
.mailmaga_box {
  margin: 80px 0;
  background-color: #fff;
  border-radius: 12px;
  padding: 80px 150px;
  margin-bottom: 0;
}
@media (max-width: 1320px) {
  .mailmaga_box {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .mailmaga_box {
    padding: 24px;
    margin: 16px 0 0;
  }
}
.mailmaga_box .mailmaga_text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mailmaga_box .mailmaga_text {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.mailmaga_box .mailmaga_item {
  margin-bottom: 90px;
}
.mailmaga_box .mailmaga_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mailmaga_box .mailmaga_item {
    margin-bottom: 0;
  }
}
.mailmaga_box .mailmaga_item .mailmaga_hukidashi {
  background-color: #fff000;
  border-radius: 12px;
  padding: 24px;
  border-radius: 12px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mailmaga_box .mailmaga_item .mailmaga_hukidashi {
    text-align: left;
    padding: 16px;
    margin-bottom: 28px;
  }
}
.mailmaga_box .mailmaga_item .mailmaga_hukidashi::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 24px solid #fff000;
  border-bottom: 0;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .mailmaga_box .mailmaga_item .mailmaga_hukidashi::after {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 14px solid #fff000;
    bottom: -13px;
  }
}
.mailmaga_box .mailmaga_item .mailmaga_hukidashi .mailmaga_hukidashi_ttl_01 {
  font-size: 24px;
  font-weight: 500;
  color: #5e5ea8;
}
@media (max-width: 768px) {
  .mailmaga_box .mailmaga_item .mailmaga_hukidashi .mailmaga_hukidashi_ttl_01 {
    font-size: 13px;
  }
}
.mailmaga_box .mailmaga_item .mailmaga_hukidashi .mailmaga_hukidashi_text {
  font-size: 14px;
}
@media (max-width: 768px) {
  .mailmaga_box .mailmaga_item .mailmaga_hukidashi .mailmaga_hukidashi_text {
    font-size: 13px;
  }
}
.mailmaga_box .mailmaga_row {
  margin-bottom: 40px;
}
.mailmaga_box .mailmaga_row .mailmaga_img {
  width: 48%;
  border: 1px solid #d9dde0;
  border-radius: 12px;
  height: 680px;
  overflow: scroll;
}
.mailmaga_box .mailmaga_row .mailmaga_img img {
  overflow: hidden;
}
.mailmaga_box .mailmaga_btn {
  width: 350px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  border: 1px solid #5e5ea8;
  padding: 14px 0;
  color: #fff000;
  background-color: #5e5ea8;
  border: 1px solid #5e5ea8;
}
.mailmaga_box .mailmaga_btn:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .mailmaga_box .mailmaga_btn {
    width: 100%;
    font-size: 14px;
    padding: 12px 0;
  }
}
.contact_page {
  padding-bottom: 140px;
  background-color: #f3f4f6;
}
@media (max-width: 768px) {
  .contact_page {
    padding-bottom: 50px;
  }
}
.contact_page .inner {
  max-width: 1000px;
}
.contact_page .contact_text {
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 64px;
  text-align: center;
  font-weight: 500;
  color: #5e5ea8;
}
@media (max-width: 768px) {
  .contact_page .contact_text {
    font-size: 13px;
    margin-bottom: 16px;
    margin-top: 24px;
  }
}
.contact_page .contact_box_text {
  font-size: 14px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact_page .contact_box_text {
    margin-bottom: 24px;
    font-size: 12px;
  }
}
.contact_page .contact_box_btn {
  background-color: #5e5ea8;
  width: 350px;
  margin: 0 auto;
  display: block;
  color: #fff000;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  border: 1px solid #5e5ea8;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .contact_page .contact_box_btn {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }
}
.contact_page .contact_box_btn:hover {
  background-color: #fff;
  color: #000;
}
.contact_page .contact_box {
  margin: 80px 0;
  background-color: #fff;
  padding: 80px 150px;
  margin-bottom: 0;
  border-radius: 8px;
}
@media (max-width: 1320px) {
  .contact_page .contact_box {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .contact_page .contact_box {
    padding: 24px;
    margin: 16px 0 0;
  }
}
.contact_page .contact_box form {
  width: 640px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_page .contact_box form {
    width: 100%;
  }
}
.contact_page .contact_box form .contact_input_wrap {
  margin-bottom: 32px;
}
.contact_page .contact_box form .contact_input_wrap .contact_input {
  margin-bottom: 24px;
}
.contact_page .contact_box form .contact_input_wrap .contact_input:last-child {
  margin-bottom: 0;
}
.contact_input_text {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .contact_input_text {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.contact_input_text span {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .contact_input_text span {
    margin-left: 8px;
  }
}
.contact_page .contact_box form .contact_input_wrap .contact_input .contact_input_field {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9dde0;
  padding: 12px 8px;
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_input_wrap .contact_input .contact_input_field {
    padding: 8px 4px;
    font-size: 12px;
  }
}
.contact_page .contact_box form .contact_input_wrap .contact_input .example {
  font-size: 12px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_input_wrap .contact_input .example {
    font-size: 10px;
  }
}
.contact_page .contact_box form .contact_input_wrap .contact_input .contact_input_select {
  position: relative;
}
.contact_page .contact_box form .contact_input_wrap .contact_input .contact_input_select select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9dde0;
  padding: 12px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.contact_page .contact_box form .contact_input_wrap .contact_input .contact_input_select::after {
  content: "";
  background: url(../images/contact/icon_select.png) center/cover no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact_page .contact_box form .contact_input_wrap .contact_input textarea {
  height: 200px;
}
.contact_page .contact_box form .contact_input_wrap .contact_input .contact_input_value {
  font-size: 14px;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_input_wrap .contact_input .contact_input_value {
    font-size: 12px;
  }
}
.contact_page .contact_box form .contact_caption .contact_caption_box {
  padding: 16px 12px;
  border: 1px solid #231815;
  border-radius: 8px;
  margin-bottom: 48px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_caption .contact_caption_box {
    padding: 12px 8px;
    margin-bottom: 20px;
  }
}
.contact_page .contact_box form .contact_caption .contact_caption_box .contact_caption_icon {
  width: 40px;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_caption .contact_caption_box .contact_caption_icon {
    width: 30px;
  }
}
.contact_page .contact_box form .contact_caption .contact_caption_box .contact_caption_text {
  width: calc(100% - 56px);
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_caption .contact_caption_box .contact_caption_text {
    width: calc(100% - 42px);
  }
}
.contact_page .contact_box form .contact_caption .contact_caption_box .contact_caption_text .contact_caption_text_bottom {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_caption .contact_caption_box .contact_caption_text .contact_caption_text_bottom {
    font-size: 10px;
  }
}
.contact_page .contact_box form .contact_privacy {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_privacy {
    margin-bottom: 24px;
  }
}
.contact_page .contact_box form .contact_privacy .contact_privacy_text {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 36px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_privacy .contact_privacy_text {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.contact_page .contact_box form .contact_privacy .contact_privacy_checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.contact_page .contact_box form .contact_privacy .contact_privacy_checkbox input[type=checkbox] {
  display: none;
}
.contact_page .contact_box form .contact_privacy .contact_privacy_checkbox input[type=checkbox] + span {
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: bold;
}
.contact_page .contact_box form .contact_privacy .contact_privacy_checkbox input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  background-color: #fff;
  transition: all 0.3s ease;
}
.contact_page .contact_box form .contact_privacy .contact_privacy_checkbox input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 51%;
  transform: translateY(-55%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #5e5ea8;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.contact_page .contact_box form .contact_privacy .contact_privacy_checkbox input[type=checkbox]:checked + span::before {
  background-color: #fff000;
}
.contact_page .contact_box form .contact_privacy .contact_privacy_checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact_page .contact_box form .submit_btn {
  background-color: #5e5ea8;
  width: 350px;
  margin: 0 auto;
  display: block;
  color: #fff000;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  border: 1px solid #5e5ea8;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-size: 16px;
}
.contact_page .contact_box form .submit_btn:disabled {
  opacity: 0.3;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .submit_btn {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }
}
.contact_page .contact_box form .submit_btn:hover {
  background-color: #fff;
  color: #000;
}
.contact_page .contact_box form .submit_btn:disabled:hover {
  background-color: #5e5ea8;
  color: #fff000;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_submit_row {
    justify-content: space-between;
  }
}
.contact_page .contact_box form .contact_submit_row .submit_btn {
  margin: 0;
  width: 250px;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_submit_row .submit_btn {
    width: 48%;
  }
}
.contact_page .contact_box form .contact_submit_row .contact_submit_btn {
  background-color: #d9dde0;
  width: 250px;
  margin: 0;
  margin-right: 20px;
  display: block;
  color: #5e5ea8;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  border: 1px solid #d9dde0;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .contact_page .contact_box form .contact_submit_row .contact_submit_btn {
    width: 48%;
    padding: 12px 0;
    font-size: 14px;
    margin-right: 0;
  }
}
.contact_page .contact_box form .contact_submit_row .contact_submit_btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #5e5ea8;
}
.contact_submit {
  text-align: center;
}
.wpcf7-spinner {
  display: inline-block;
  margin: 24px 100px;
}