@charset "utf-8";
/* ==========================================
  Color
========================================== */ :root {
  --color_orange: #F2860A;
  --color_bk: #021414;
  --color_navy: #00005B;
  --color_lightgreen: #35AAA8;
}
/* ==========================================
  Layout
========================================== */
html {
  scroll-padding-top: 64px;
}
body {
  font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
line-height: 2.1;
}
p {
  font-size: 101%;
}
main.page_main {
  position: relative;
  top: 64px;
  scroll-padding-top: 64px;
  scroll-behavior: smooth;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 5px solid var(--color_lightgreen);
}
main a:hover {
  opacity: 0.8;
}
.font_navy {
  color: var(--color_navy);
}
.font_wh {
  color: #FFF;
}
.font_red {
  color: #CD0003;
}
.font_S {
  font-size: 70%;
}
.font_L {
  font-size: 110%;
}
.bold {
  font-weight: 700;
}
.l_sec {
  padding: 30px 10px;
}
.l_sec.l_sec_last {
  padding-bottom: 10px;
}
.l_sec.l_sec_btm_0 {
  padding-bottom: 0;
}
.p_mgn {
  margin-bottom: 1rem;
}
.p_mgn_02 {
  margin-bottom: 2rem;
}
.p_mgn_top_02 {
  margin-top: 6rem;
}
.p_mgn_top {
  margin-top: 0.5rem;
}
.p_mgn_top_03 {
  margin-top: 1rem;
}
.p_mgn_bottom {
  margin-bottom: 0.5rem;
}
.p_mgn_top_L {
  margin-top: 1rem;
}
.p_mgn_del {
  margin-bottom: -1rem;
}
.sp_bl {
  display: block;
}
a.underline {
  text-decoration: underline;
}
.fcp_model_card.on-right {
    width: 260px;
    margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .l_sec {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 980px) {
  html {
    scroll-padding-top: 100px;
  }
  main.page_main {
    top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 8px solid var(--color_lightgreen);
  }
  .sp {
    display: none;
  }
  .sp_bl {
    display: inline-block;
  }
  .l_sec {
    width: 900px;
    margin: auto;
    padding: 100px 0;
  }
  .l_sec.l_sec_last {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l_sec {
    width: 1100px;
  }
}
/* ==========================================
  Parts
========================================== */
.arrow::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 19px;
  margin-right: 8px;
  background-image: url("../img/common/gnav/gnav_front_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.arrow.arrow_wh::before {
  background-image: url("../img/common/gnav/gnav_front_arrow_02.png");
}
.arrow.arrow_wh_02::before {
  background-image: url("../img/common/gnav/gnav_front_arrow_03.png");
}
.arrow.arrow_02::after {
  width: 17px;
  height: 16px;
  margin-top: -3px;
  margin-left: 6px;
  background-image: url("../img/common/gnav/gnav_front_arrow_02.png");
}
.arrow_03 {
  display: block;
  position: relative;
}
.arrow_03::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../img/index/arrow_top_company.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -1px;
  right: 2px;
}
.arrow_03.arrow_wh_af::after {
  width: 18px;
  height: 18px;
  background-image: url("../img/common/gnav/gnav_front_arrow_02.png");
}
.arrow.arrow_L::before, .arrow.arrow_L::after {
  width: 20px;
  height: 22px;
}
.arrow.arrow_LL::before {
  width: 32px;
  height: 32px;
}
.arrow_or::before {
  background-image: url("../img/page/fpc_index/arrow_or.png");
}
.arrow_lb::before {
  background-image: url("../img/page/fpc_index/arrow_lb.png");
}
.btn {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.btn_link {
  display: inline-block;
  padding: 14px 26px 14px 36px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
  color: #FFF;
  background-color: var(--color_navy);
  border: 5px solid var(--color_lightgreen);
  border-radius: 50px;
}
.btn_link_or {
  border-color: var(--color_orange);
}
.btn_arrow::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 22px;
  margin-top: -5px;
  margin-left: 8px;
  background-image: url("../img/page/fpc_index/arrow_lb.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.btn_arrow.btn_arrow_or::after {
  background-image: url("../img/page/fpc_index/arrow_or.png");
}
.btn_link_02_wrap {
  text-align: center;
}
.btn_link_02 {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 20px 26px 20px 36px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  color: #FFF;
  background-color: var(--color_navy);
  border: 5px solid var(--color_lightgreen);
  border-radius: 20px;
  transition: background-color 0.3s ease;
}
.btn_link_02.btn_link_02_or {
  border: 5px solid var(--color_orange);
}
.btn_link.btn_link_04 {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--color_lightgreen)
}
.btn_link_02.btn_arrow::after {
  width: 28px;
  height: 28px;
  margin-top: -5px;
  margin-left: 12px;
}
.btn_link_03 {
  display: flex;
  gap: 1rem;
}
.btn_link_03 a {
  color: var(--color_navy);
  font-weight: 700;
}
.btn_link_02.btn_back {
  width: 300px;
  margin-top: 50px;
}
.mail_icon, .pdf_icon {
  position: relative;
}
.mail_icon::before, .pdf_icon::before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 26px;
  background: url("../img/common/mail_icon.svg") no-repeat center left / contain;
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
}
.pdf_icon::before {
  width: 23px;
  height: 30px;
  background: url("../img/common/pdf_icon.svg") no-repeat center left / contain;
  top: 50%;
  left: 30px;
}
.contact_wrap .btn_link_02:hover {
  background: var(--color_lightgreen);
  border-color: var(--color_navy);
  opacity: 1;
}
.contact_wrap .btn_link_02:hover::before {
  background: url("../img/common/mail_icon_02.svg") no-repeat center left / contain;
}
.catalog_wrap .btn_link_02:hover {
  background: var(--color_orange);
  border-color: var(--color_navy);
  opacity: 1;
}
.catalog_wrap .btn_link_02:hover::before {
  background: url("../img/common/pdf_icon_02.svg") no-repeat center left / contain;
}
.head_04.head_catalog {
  margin-bottom: 1.3rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--color_orange);
}
.head_flex {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.head_plain {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color_navy);
}
.page_catalog_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}
.page_catalog_list a {
  text-decoration: underline;
  color: var(--color_navy);
}
.searchafter {
  margin-top: 1.5rem;
  width: 100%;
}
.mega_col .search_cta {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}
.search_cta_ttl {
  width: 72%;
  margin: auto;
}
.search_cta_list {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  padding: 0;
}
.search_cta_list li {
  flex: 1;
}
.search_cta_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_triangle_top, .bg_triangle_bottom {
  position: relative;
  z-index: 10;
}
.has_triangle_top {
  padding-top: 20px;
}
.has_triangle_top_02 {
  padding-top: 40px;
}
.has_triangle_bottom {
  padding-bottom: 20px;
}
.bg_triangle_top::before {
  content: '';
  position: absolute;
  top: -19.5px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: inherit;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: 10;
}
.bg_triangle_bottom::after {
  content: '';
  position: absolute;
  bottom: -19.5px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  z-index: 10;
}
.page_ttl {
  color: #FFF;
  background-color: var(--color_navy);
}
.page_ttl.page_ttl_lb {
  background-color: var(--color_lightgreen);
}
.page_ttl.page_ttl_or {
  background-color: var(--color_orange);
}
.page_ttl .page_ttl_name {
  padding: 20px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  background: url("../img/page/page_ttl_name.png") no-repeat left 10px center / 200px;
  position: relative;
}
.page_ttl .page_ttl_name.page_ttl_name_noimg {
  background: none;
}
.column .page_ttl .page_ttl_name {
  text-align: center;
  background: none;
}
.column .page_ttl_name img {
  display: block;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
.column .column_head {
  font-family: 'Ebrima', sans-serif;
  font-weight: 900;
  position: relative;
}
.column .column_head::before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 66px;
  background-image: url("../img/page/column/column_head.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.column .column_list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.column .column_list_head {
  color: #FFF;
  padding: 0 1rem;
  font-weight: 900;
  font-size: 1.2rem;
}
.column .column_list_head span {
  font-size: 130%;
  display: inline-block;
  margin-right: 1.5rem;
}
.column .column_list li a > div::after, .column_list.column_list_single:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: var(--color_navy) transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.column .column_list li a > div {
  background-color: var(--color_orange);
  padding: 0.5rem 1rem 3rem;
  position: relative;
}
.column .column_list_ttl {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
}
.column_list_txt::first-letter {
  font-size: 180%;
}
.column_single .column_list.column_list_single {
  margin: 0 0 2rem;
  padding: 1rem 2rem 3rem;
  border: 3px solid var(--color_orange);
  gap: 0;
  position: relative;
}
.column_single .column_list_head {
  color: var(--color_bk);
  position: relative;
  top: -3px;
}
.column_single .column_list_single .column_list_ttl {
  margin: 0;
}
.column_main_img {
  margin-bottom: 3rem;
}
.reson .page_ttl figure {
  width: 80%;
  margin: auto;
  max-width: 800px;
}
.reson .has_triangle_top {
  padding-top: 80px;
}
.page_ttl_name.has_bg::before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 94px;
  background-image: url("../img/page/fpc_index/page_ttl_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 20%;
  right: 10px;
  z-index: 20;
}
.fpc_hd_multi .page_ttl_name.has_bg::before {
  background: url("../img/page/highdensity/fpc_hd_multi_bg.png") no-repeat left 0 top 15% / 100%;
}
.fpc_card-edge .page_ttl_name.has_bg::before {
  background: url("../img/page/highdensity/fpc_card-edge_bg.png") no-repeat left 0 top 15% / 100%;
}
.fpc_multi-coil .page_ttl_name.has_bg::before {
  background: url("../img/page/highdensity/fpc_multi-coil_bg.png") no-repeat left 0 top 15% / 100%;
}
.yfc .page_ttl_name.has_bg::before {
  background: url("../img/page/ypc/yfc_bg.png") no-repeat left 0 top 15% / 100%;
  width: 130px;
  height: 130px;
}
.fpc_implement .page_ttl_name.has_bg::before {
  background: url("../img/page/fpc_implement/fpc_implement_bg.png") no-repeat left 0 top 15% / 100%;
}
.page_ttl_name img {
  width: 140px;
  height: 100%;
}
.page_ttl_name_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_txt_ans {
  margin-top: 14px;
  padding: 1.5rem 1rem 1.4rem;
  color: var(--color_navy);
  border: 1px solid var(--color_navy);
  position: relative;
}
.page_txt_ans_ttl {
  padding: 0 0.5rem;
  background: #FFF;
  font-size: 1.1rem;
  font-weight: 900;
  position: absolute;
  top: -14px;
  left: 0.5rem;
}
.page_txt_ans ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.5rem 0;
}
.page_txt_ans a {
  font-weight: 700;
  color: var(--color_navy);
}
.head_01 {
  padding-bottom: 0.8rem;
  margin-bottom: 1.1rem;
  background-image: linear-gradient(90deg, var(--color_lightgreen) 0 18%, var(--color_navy) 18%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  font-size: 1.4rem;
  color: var(--color_navy);
  font-weight: 700;
}
.head_01_or {
  background-image: linear-gradient(90deg, var(--color_orange) 0 18%, var(--color_navy) 18%);
}
.big-elec_img {
  display: block;
  width: 120px;
}
.head_02 {
  background-color: var(--color_navy);
  color: #FFf;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 6px 20px;
}
.head_02_S {
  font-size: 1.4rem;
}
.head_02 span {
  display: inline-block;
  padding: 0 0.3rem;
  color: var(--color_lightgreen);
  font-weight: 400;
}
.head_02 span.or {
  color: var(--color_orange);
}
.head_02 span.lg {
  color: #FFF;
  background-color: var(--color_lightgreen);
  font-weight: 700;
  padding: 0 0.8rem;
  margin-right: 1rem;
}
.head_02_box {
  padding: 1.25rem 0.5rem;
  border: 2px solid var(--color_navy);
}
.head_03 {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color_navy);
}
.head_04 {
  margin-bottom: 0.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color_lightgreen);
}
.head_04.head_04_navy {
  color: var(--color_navy);
}
.head_05 {
  margin-bottom: 1rem;
  padding: 14px 1rem;
  font-size: 1.1rem;
  font-weight: 900;
  color: #FFF;
  background-color: var(--color_lightgreen);
  border-radius: 50px;
}
.head_05.head_05_navy {
  background-color: var(--color_navy);
}
.head_06 {
  display: inline-block;
  margin-bottom: 0.5rem;
  align-self: flex-start;
  justify-self: start;
  padding: 0px 16px 2px;
  text-align: center;
  font-weight: 900;
  color: var(--color_navy);
  background-color: var(--color_lightgreen);
  border: 3px solid var(--color_navy);
  border-radius: 50px;
}
.head_07 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: var(--color_lightgreen);
  font-weight: 700;
  font-size: 1.1rem;
}
.head_07.head_07_navy {
  color: var(--color_navy);
}
.head_08 {
  font-size: 1.085rem;
  color: var(--color_navy);
  font-weight: bold;
}
.head_08_S {
  font-size: 1rem;
}
.head_08.head_08_L {
  font-size: 1.2rem;
}
.yfc_head {
  text-align: center;
  margin: 1.5rem 0 3rem;
}
.head_deco {
  margin-right: 12px;
  padding: 1px 10px 2px;
  font-size: 90%;
  color: #FFF;
  line-height: 1;
  background-color: var(--color_navy);
}
.head_deco_02 {
  font-weight: 900;
  color: var(--color_navy);
}
.head_deco_02.head_deco_02_S {
  font-size: 1rem;
}
.head_deco.head_deco_L {
  padding: 4px 12px 5px;
}
.sc_ttl {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
.sc_ttl span {
  display: inline-block;
}
.sc_ttl {
  text-align: center;
}
.sc_ttl_line {
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
}
.sc_ttl_line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--color_lightgreen);
}
.sc_ttl_line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-right: 2px solid var(--color_lightgreen);
  border-bottom: 2px solid var(--color_lightgreen);
  transform: translateX(-50%) rotate(45deg);
}
.sc_ttl_02 {
  margin-bottom: 3rem;
  font-size: 1.7rem;
  color: var(--color_navy);
  font-weight: 900;
  text-align: center;
}
.sc_ttl_02 > span {
  position: relative;
  display: inline-block;
}
.sc_ttl_02 > span::before {
  content: '';
  position: absolute;
  bottom: -22px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--color_lightgreen);
}
.sc_ttl_02 > span span.sc_ttl_02_S {
  display: block;
  padding-bottom: 3px;
  font-size: 1.2rem;
  color: var(--color_bk);
}
.sc_ttl_img {
  width: 80%;
  max-width: 700px;
  margin: auto;
}
.sc_ttl_img.sc_ttl_img_02 {
  max-width: 500px;
}
.sc_ttl_img.sc_ttl_img_03 {
  margin-bottom: 1.2rem;
}
.sc_ttl.sc_ttl_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  text-align: left;
  background: url("../img/page/sc_ttl_bg.png") no-repeat bottom center / 100%;
}
.sc_ttl.txt_center {
  justify-content: center;
  text-align: center;
}
.sc_ttl.sc_ttl_flex span {
  background-image: none;
}
.sc_ttl .sc_ttl_S {
  display: block;
  color: var(--color_lightgreen);
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4;
}
.sc_ttl .sc_ttl_L {
  /*  padding-bottom: 2rem;*/
  color: var(--color_navy);
  font-size: 1.7rem;
  font-weight: 900;
}
.sc_ttl.sc_ttl_flex .sc_ttl_L {
  padding-bottom: 3rem;
}
.sc_ttl .sc_ttl_X {
  display: inline-block;
  padding: 0 3px;
  color: var(--color_lightgreen);
  font-weight: 500;
}
.sc_ttl_sub {
  margin-top: -1.2rem;
  margin-bottom: 1.8rem;
  text-align: center;
}
.sc_intoro {
  text-align: center;
}
.sc_ttl_p {
  margin-bottom: 1.6rem;
}
.sc_ttl_p_02 {
  margin-bottom: 2.8rem;
}
.sc_ttl figure {
  margin-top: -5%;
}
.sc_ttl figure img {
  width: 80px;
}
.page_txt_wrap, .page_txt_02, .page_txt_03 {
  display: flex;
  flex-direction: column;
}
.page_txt_wrap {
  gap: 3rem;
}
.page_txt_02 {
  gap: 2rem;
}
.page_txt_03 {
  gap: 1rem;
}
.page_table_wrap {
  width: 100%;
  padding-top: 1rem;
}
.page_table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  font-size: 0.9rem;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page_table thead th {
  background-color: var(--color_navy);
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 12px 15px;
  border: 1px solid #ccc;
}
.page_table th.thead {
  background-color: var(--color_navy);
  color: #fff;
}
.page_table th.thead.thead_L {
  width: 40%;
  max-width: inherit;
}
.page_table tbody th, .page_table tbody td {
  padding: 15px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
}
.page_table tbody th.txt_center, .page_table tbody td.txt_center {
  text-align: center;
}
.page_table tbody th {
  width: 30%;
  min-width: 120px;
  font-weight: 700;
}
.page_table thead th.txt_center {
  text-align: center;
}
.page_table th.th_S {
  width: 50px;
  text-align: center;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.page_table tbody th {
  min-width: 120px;
}
.page_table_02 {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  font-family: Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  text-align: center;
}
.page_table .table_txt_center th, .page_table .table_txt_center td {
  text-align: center;
}
.page_table_02 thead tr:first-child th {
  padding: 12px 8px;
  text-align: center;
}
.page_table_02 thead tr:nth-child(2) th {
  text-align: center;
}
.page_table_02 thead tr:nth-child(3) th {
  font-size: 14px;
}
.page_table_02 .unit {
  font-size: 12px;
  font-weight: normal;
}
.page_table .highlight, .page_table_02 .highlight {
  background: #FFF5EA;
  color: var(--color_orange);
  font-weight: bold;
}
.page_table_02 .row-no {
  width: 50px;
}
.page_table.page_table_02 .water {
  padding: 15px 12px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 40px;
}
.page_table_note {
  margin-top: 0.5rem;
}
.page_txt figure {
  width: 100%;
  max-width: 420px;
  margin: auto;
}
.page_txt table figure {
  width: 100%;
  max-width: 300px;
  margin: 1rem 0 0;
}
.page_txt figure.figure_L {
  width: 100%;
  max-width: inherit;
  margin: 0;
}
.triangle_icon::before {
  content: '▶';
  padding-right: 7px;
  color: var(--color_lightgreen);
}
.triangle_icon.triangle_icon_or::before {
  color: var(--color_orange);
}
.triangle_icon.triangle_icon_ny::before {
  color: var(--color_navy);
}
.circle_icon::before {
  content: '●';
  padding-right: 7px;
  color: var(--color_lightgreen);
}
.circle_icon.circle_icon_or::before {
  color: var(--color_orange);
}
.bottom_btn_wrap {
  margin-top: 20px;
}
.contact_wrap_note {
  width: 94%;
  margin: 1rem auto 0;
}
.catalog_wrap, .contact_wrap {
  width: 100%;
  max-width: 540px;
  margin: auto;
}
.page_txt_wrap iframe {
  display: block;
  margin: 1rem 0;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .sc_ttl {
    margin-bottom: 3rem;
  }
  .head_02_box {
    padding: 2rem;
  }
  .head_deco_02 {
    font-size: 1.2rem;
  }
  .btn_link_03 {
    gap: 2rem;
  }
  .btn_link_03 a {
    font-size: 1.2rem;
  }
  .page_table {
    font-size: 1rem;
  }
  .page_table thead th {
    padding: 15px 20px;
  }
  .page_table tbody th {
    width: 25%;
    padding: 18px 20px;
  }
  .page_table tbody td {
    padding: 18px 20px;
  }
  .page_ttl .page_ttl_name {
    padding: 30px 40px;
    background-position: left 40px center;
    background-size: 200px;
  }
  .page_ttl_name.has_bg::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 140px;
    right: 40px;
  }
  .page_txt_ans {
    margin-top: 14px;
    padding: 1.6rem 3rem 1.4rem;
  }
  .page_txt_ans ul {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem 50px;
  }
  .page_txt_ans ul li {
    width: calc(50% - 25px);
  }
  .catalog_wrap a, .contact_wrap a {
    padding: 26px 26px 26px 36px;
  }
  .column .column_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6rem 3rem;
  }
  .column .column_list li {
    width: calc(50% - 1.5rem);
  }
  .column_single .column_list.column_list_single {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .has_triangle_top {
    padding-top: 40px;
  }
  .has_triangle_top_02 {
    padding-top: 80px;
  }
  .has_triangle_bottom {
    padding-bottom: 40px;
  }
  .bg_triangle_top::before {
    top: -39.5px;
    height: 40px;
  }
  .bg_triangle_bottom::after {
    bottom: -39.5px;
    height: 40px;
  }
  .btn {
    margin-top: 2rem;
    justify-content: flex-end;
  }
  .btn_left {
    justify-content: flex-start;
  }
  .sc_ttl_p_02 {
    margin-bottom: 6em;
  }
  .sc_ttl_sub {
    margin-top: -2.2rem;
  }
  .sc_ttl_p {
    margin-bottom: 2rem;
  }
  .sc_ttl_img.sc_ttl_img_03 {
    margin-bottom: 2rem;
  }
  .head_01 {
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .head_02 {
    padding: 8px 30px;
    font-size: 2.4rem;
  }
  .head_02_S {
    font-size: 1.5rem;
  }
  .head_02_box p {
    font-size: 1.1rem;
  }
  .head_03 {
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
  }
  .head_04 {
/*    margin-bottom: 0.4rem;*/
    font-size: 1.8rem;
  }
  .head_05 {
    margin-bottom: 2rem;
    padding: 3px 2rem;
    font-size: 2.2rem;
  }
  .head_06 {
    /*    width: 150px;*/
    padding: 5px 30px 6px;
    font-size: 1.3rem;
  }
  .head_07 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  .head_08.head_08_L {
    font-size: 1.6rem;
  }
  .head_deco_02 {
    margin-right: 0.8rem;
  }
  .head_deco.head_deco_L {
    font-size: 1.2rem;
  }
  .page_txt_ans {
    margin-top: 20px;
  }
  .page_txt_ans a {
    font-size: 1.2rem;
  }
  .page_txt_ans_ttl {
    font-size: 1.5rem;
    top: -20px;
  }
  .arrow_03.arrow_wh_af::after {
    top: 1px;
  }
  .arrow.arrow_L::before {
    width: 30px;
    height: 34px;
  }
  .page_txt_wrap {
    gap: 6rem;
  }
  .page_ttl .page_ttl_name {
    width: 900px;
    margin: auto;
    padding: 40px 0;
    font-size: 3rem;
    background-position: left center;
    background-size: 300px;
  }
  .page_ttl_name.has_bg::before {
    width: 190px;
    height: 250px;
    right: 0;
  }
  .yfc .page_ttl_name.has_bg::before {
    width: 320px;
    height: 200px;
  }
  .page_ttl_name img {
    width: 350px;
  }
  .sc_ttl_02 {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
  .sc_ttl_02 > span span.sc_ttl_02_S {
    padding-bottom: 3px;
    font-size: 1.6rem;
  }
  .sc_ttl .sc_ttl_S {
    font-size: 1.6rem;
  }
  .sc_ttl .sc_ttl_L {
    font-size: 3rem;
  }
  .sc_ttl figure img {
    width: 140px;
  }
  .sc_intoro {
    font-size: 1.2rem;
  }
  .catalog_wrap, .contact_wrap {
    margin: 0;
  }
  .catalog_wrap a, .contact_wrap a {
    padding-left: 50px;
  }
  .page_txt .page_flex {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  .page_txt .page_flex figure {
    margin: 0;
  }
  .page_txt .page_flex_02 {
    justify-content: center;
    align-items: center;
  }
  .page_txt .page_flex_03 {
    justify-content: center;
    align-items: flex-start;
  }
  .page_txt .page_flex_txt {
    width: calc(100% - 470px);
  }
  .page_txt figure.figure_left {
    max-width: 620px;
    margin: 0;
  }
  .page_txt figure.figure_flex {
    max-width: 420px;
    margin: 0;
  }
  .page_txt_wrap iframe {
    height: 580px;
  }
  .catalog_wrap a, .contact_wrap a {
    font-size: 1.4em;
  }
  .bottom_btn_wrap {
    display: flex;
    flex-direction: row;
    gap: 64px;
  }
  .bottom_btn_wrap.bottom_btn_wrap_02 {
    display: block;
  }
  .bottom_btn_wrap.bottom_btn_wrap_02 .catalog_wrap, .bottom_btn_wrap.bottom_btn_wrap_02 .contact_wrap {
    display: block;
    margin: auto;
  }
  .column .column_list li a > div {
    padding: 0.5rem 2rem 3rem;
  }
  .column .column_list_head {
    font-size: 2rem;
  }
  .column .column_head::before {
    width: 76px;
    height: 76px;
  }
  .column .column_list_head span {
    margin-right: 2rem;
  }
  .column .column_list_ttl {
    font-size: 2.4rem;
  }
  .column_list_txt {
    font-size: 1.3rem;
  }
  .column_single .column_list.column_list_single {
    margin-bottom: 4rem;
    padding: 0 3rem 3.5rem;
  }
  .column_single .column_list_head {
    top: 0;
  }
  .column_single .column_list_single .column_list_ttl {
    margin: 0;
    font-size: 2.4rem;
  }
  .column_main_img {
  margin-bottom: 6rem;
}
}
@media screen and (min-width: 1200px) {
  .sc_ttl_02 {
    font-size: 4rem;
  }
  .catalog_wrap a, .contact_wrap a {
    padding-left: 66px;
  }
  .mail_icon::before {
    width: 38px;
    height: 31px;
    left: 50px;
  }
  .pdf_icon::before {
    width: 35px;
    height: 40px;
    left: 50px;
  }
  .page_ttl_name.has_bg::before {
    width: 240px;
    height: 320px;
  }
  .page_ttl .page_ttl_name {
    width: 1100px;
    padding: 60px 0;
    background-size: 380px;
    font-size: 4rem;
  }
  .page_txt .page_flex_txt {
    width: calc(100% - 500px);
  }
  .page_txt figure.figure_flex {
    max-width: 480px;
    margin: 0;
  }
}
/* ==========================================
  Custom style
========================================== */
.wp-block-heading.is-style-head01 {
  padding-bottom: 0.8rem;
  margin-top: 1.1rem;
  background-image: linear-gradient(90deg, var(--color_orange) 0 18%, var(--color_navy) 18%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  font-size: 1.4rem;
  color: var(--color_navy);
  font-weight: 900;
}
.wp-block-heading.is-style-head02 {
  margin-top: 1.1rem;
  padding: 14px 1rem;
  font-size: 1.1rem;
  font-weight: 900;
  color: #FFF;
  background-color: var(--color_navy);
  border-radius: 50px;
}
.wp-block-heading.is-style-head03 {
  font-size: 1.2rem;
  color: var(--color_navy);
  font-weight: bold;
}
.wp-block-heading.is-style-head03::before {
  content: '●';
  padding-right: 7px;
  color: var(--color_orange);
}
.wp-block-heading.is-style-head03 + p {
  margin-top: -2rem;
}
.wp-block-heading.is-style-head04 {
  margin-bottom: 1rem;
  padding: 14px 1rem;
  font-size: 1.1rem;
  font-weight: 900;
  color: #FFF;
  background-color: var(--color_orange);
  border-radius: 50px;
}
.wp-block-heading.is-style-page_head01 {
  padding-bottom: 0.8rem;
  margin-top: 1.1rem;
  background-image: linear-gradient(90deg, var(--color_lightgreen) 0 18%, var(--color_navy) 18%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  font-size: 1.4rem;
  color: var(--color_navy);
  font-weight: 900;
}
.wp-block-heading.is-style-page_head02 {
  margin-top: 1rem;
  padding: 14px 1rem;
  font-size: 1.1rem;
  font-weight: 900;
  color: #FFF;
  background-color: var(--color_lightgreen);
  border-radius: 50px;
}
.wp-block-heading.is-style-page_head03_navy {
  margin-top: 1rem;
  padding: 14px 1rem;
  font-size: 1.1rem;
  font-weight: 900;
  color: #FFF;
  background-color: var(--color_navy);
  border-radius: 50px;
}
.wp-block-heading.is-style-page_head04 {
  font-size: 1.2rem;
  color: var(--color_navy);
  font-weight: bold;
}
.wp-block-heading.is-style-page_head04 + p {
    margin-top: -2rem;
}
.wp-block-heading.is-style-page_head04::before {
  content: '●';
  padding-right: 7px;
  color: var(--color_lightgreen);
}
.wp-block-table.is-style-table01 table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  font-size: 0.9rem;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wp-block-table.is-style-table01 tr:first-child td {
  background-color: var(--color_navy);
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 12px 15px;
  border: 1px solid #ccc;
}
.wp-block-table.is-style-table01 tbody td {
  padding: 15px;
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
}
.wp-block-table.is-style-table01 tbody td.txt_center {
  text-align: center;
}

.wp-block-table.is-style-table01 tbody tr td:first-child {
  width: 30%;
  min-width: 120px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .wp-block-heading.is-style-head01, 
  .wp-block-heading.is-style-page_head01 {
    padding-bottom: 1.2rem;
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  .wp-block-heading.is-style-head02,
  .wp-block-heading.is-style-head04,
  .wp-block-heading.is-style-page_head02,
  .wp-block-heading.is-style-page_head03_navy {
    margin-top: 2rem;
    padding: 3px 2rem;
    font-size: 2.2rem;
  }
  .wp-block-heading.is-style-head03,
  .wp-block-heading.is-style-page_head04 {
    font-size: 1.6rem;
  }
}
/* ==========================================
  Header
========================================== */
header {
  width: 100%;
  height: 64px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  border-bottom: 5px solid var(--color_lightgreen);
}
.header_inner {
  height: 100%;
  padding: 16px 5px 13px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.h_logo img {
  display: block;
  width: 180px;
  height: auto;
}
.hamburger {
  width: 48px;
  height: 60px;
  position: relative;
  cursor: pointer;
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: var(--color_bk);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.hamburger span:nth-child(1) {
  top: 22px;
}
.hamburger span:nth-child(2) {
  top: 29px;
}
.hamburger span:nth-child(3) {
  top: 36px;
}
.hamburger.active span:nth-child(1) {
  top: 29px;
  transform: translateX(-50%) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 29px;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 980px) {
  header {
    height: 100px;
    border-bottom: 8px solid var(--color_lightgreen);
  }
  .header_inner {
    padding: 0;
  }
  .h_logo {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    z-index: 1010;
  }
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  header {
    height: 110px;
  }
  .h_logo {
    top: 55%;
    left: 30px;
  }
  .h_logo img {
    width: 250px;
  }
}
/* ==========================================
  Global Navigation
========================================== */
.gnav {
  position: fixed;
  top: 64px;
  left: 100%;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #FFF;
  transition: left 0.4s ease;
  overflow-y: auto;
  z-index: 1000;
}
.gnav.is-active {
  left: 0;
}
.gnav_list {
  display: block;
}
.gnav_list a, .gnav .gnav_list p {
  color: var(--color_navy);
  font-weight: 700;
}
.gnav_list > li {
  width: 90%;
  margin: auto;
  padding: 20px;
  border-bottom: 1px solid var(--color_navy);
}
.gnav_list > li:last-child {
  border: 0;
}
.gnav_list > li > a {
  display: block;
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--color_bk);
  font-weight: 700;
}
.gnav_list > li.is-open > a {
  color: var(--color_lightgreen);
}
.gnav_mega {
  display: none;
  padding: 20px 0 8px;
}
.mega_col .mega_link_list {
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  gap: 8px;
}
.mega_col .mega_link_list.mega_link_list_02 {
  margin-top: 8px;
}
.gnav .gnav_list .mega_col a {
  font-size: 0.85rem;
}
.gnav .gnav_list .mega_col .mega_col_lead {
  color: var(--color_navy);
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  top: -0.5rem;
}
.gnav .gnav_list .mega_col .mega_col_lead a {
  font-size: 1rem;
  color: var(--color_navy);
  font-weight: 900;
}
.gnav .gnav_list .mega_col .mega_col_lead span {
  font-size: 90%;
  font-weight: 700;
}
.gnav .gnav_list .has_mega_about .mega_col .mega_col_lead span {
  font-size: 100%;
}
.gnav .gnav_list .mega_col_ttl {
  display: none;
}
.chevron {
  position: relative;
}
.chevron::before, .chevron::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 8px;
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: var(--color_bk);
  transform-origin: 50% 100%;
}
.chevron::before {
  transform: rotate(45deg);
}
.chevron::after {
  transform: rotate(-45deg);
}
.has_mega.is-open .chevron::before, .has_mega.is-open .chevron::after {
  background-color: var(--color_lightgreen);
  top: 0;
}
.has_mega.is-open .chevron::before {
  transform: rotate(135deg);
}
.has_mega.is-open .chevron::after {
  transform: rotate(-135deg);
}
.gnav .gnav_list .has_mega_about .has_img li {
  max-width: 280px;
  margin: 0 auto 1rem;
}
.gnav .gnav_list .has_mega_about .has_img li:last-child {
  margin-bottom: 0.5em;
}
.gnav .gnav_list .has_mega_about .has_img figure {
  margin-bottom: 6px;
}
.gnav .gnav_list .has_mega_about.is-open {
  background-color: var(--color_navy);
}
.gnav .gnav_list .has_mega_about.is-open .mega_col_en {
  width: 100px;
  margin-top: -15px;
}
.gnav .gnav_list .has_mega_about.is-open .mega_col_lead {
  margin-top: 28px;
}
.gnav .gnav_list .has_mega_recruit.is-open {
  background-color: var(--color_lightgreen);
}
.gnav .gnav_list .has_mega_wh.is-open .chevron::before, .gnav .gnav_list .has_mega_wh.is-open .chevron::after {
  background-color: #FFF;
}
.gnav .gnav_list .has_mega_wh.is-open a {
  color: #FFF;
}
.gnav .gnav_list .gnav_catalog {
  margin: 1.6rem;
  background-color: var(--color_lightgreen);
}
.gnav .gnav_list .gnav_catalog {
  position: relative;
}
.gnav .gnav_list .gnav_catalog::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 32px;
  background-image: url("../img/common/gnav/gnav_catalog.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.gnav .gnav_list .gnav_catalog a {
  padding-left: 40px;
  color: #FFF;
}
.gnav_sub {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 10%;
  background-color: var(--color_navy);
}
.gnav_sub .gnav_sub_list {
  display: flex;
  column-gap: 14px;
}
.gnav_sub .gnav_sub_list li {
  width: 50%;
}
.gnav_sub .gnav_sub_list li a {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-weight: bold;
}
.gnav_sub .gnav_sub_list li a::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 22px;
  background-image: url("../img/common/gnav/gnav_sub_list_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.gnav_sub .gnav_sub_list li:last-child a::before {
  width: 36px;
  height: 16px;
  background-image: url("../img/common/gnav/gnav_sub_list_02.png");
  top: 1px;
}
.gnav_sub .gnav_sub_lang {
  width: 85%;
  margin: auto;
  display: flex;
  border: 1px solid #FFF;
}
.gnav_sub .gnav_sub_lang li {
  width: 50%;
}
.gnav_sub .gnav_sub_lang li a {
  display: flex;
  justify-content: center;
  padding: 8px;
  font-weight: 700;
  color: #FFF;
}
.gnav_sub .gnav_sub_lang li.lang_select a {
  background-color: #FFF;
  color: var(--color_navy);
}
.header_search {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.header_search input {
  display: block;
  width: 100%;
  padding: 8px 1rem;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50px;
  background-color: transparent;
}
.header_search button {
  width: 32px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 7px;
  right: 15px;
}
.gnav .mega_close_btn {
  display: none;
}
@media screen and (min-width: 980px) {
  .gnav {
    width: 100%;
    position: relative;
    height: auto;
    top: -19px;
    left: 0;
    background-color: transparent;
    overflow: visible;
    padding-bottom: 0;
  }
  .gnav_list {
    position: relative;
    top: 45px;
    display: flex;
    gap: 14px;
    justify-content: end;
    align-items: center;
  }
  .gnav_list > li {
    width: auto;
    margin: 0;
    padding: 16px 0 20px;
    border-bottom: none;
  }
  .gnav_list > li.has_mega {
    margin-right: 12px;
  }
  .gnav_list > li > a {
    padding: 0 5px;
    color: var(--color_bk);
    font-size: 0.85rem;
    position: relative;
  }
  .gnav_list > li:hover > a {
    opacity: 0.8;
  }
  .gnav_list > li.is-open > a, .gnav .gnav_list .has_mega_wh.is-open a {
    color: var(--color_lightgreen);
    opacity: 1;
  }
  .gnav .gnav_list .gnav_catalog {
    margin: 0;
    padding: 15px 16px 18px;
    position: relative;
  }
  .gnav .gnav_list .gnav_catalog::before {
    top: 50%;
    left: 17px;
  }
  .gnav_mega {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100vw;
    padding: 40px 0 0;
    background-color: #fff;
    z-index: 100;
  }
  .chevron::before, .chevron::after {
    right: -7px;
    height: 7px;
  }
  .has_mega.is-open .chevron::before {
    top: 1px;
    transform: rotate(135deg);
    background-color: var(--color_lightgreen);
  }
  .has_mega.is-open .chevron::after {
    top: 1px;
    transform: rotate(-135deg);
    background-color: var(--color_lightgreen);
  }
  .gnav .gnav_list .mega_col {
    width: 900px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    gap: 50px;
  }
  .gnav .gnav_list .has_mega_about .mega_col {
    width: 1020px;
  }
  .gnav .gnav_list .mega_col > div {
    width: 146px;
  }
  .gnav .gnav_list .mega_col_ttl {
    display: block;
    color: var(--color_navy);
    font-size: 1.6rem;
    font-weight: 900;
  }
  .gnav .gnav_list .mega_col .mega_col_lead {
    top: 1rem;
  }
  .mega_col .mega_link_list, .mega_col .mega_link_list.mega_link_list_02 {
    width: 250px;
    margin-top: 0;
  }
  .gnav .gnav_list .has_mega_tec .mega_col > div {
    width: 240px;
  }
  .gnav .gnav_list .has_mega_about.is-open, .gnav .gnav_list .has_mega_recruit.is-open {
    background-color: transparent;
  }
  .gnav .gnav_list .has_mega_wh.is-open .chevron::before, .gnav .gnav_list .has_mega_wh.is-open .chevron::after {
    background-color: var(--color_lightgreen);
  }
  .gnav .gnav_list .has_mega_about .mega_col_ttl, .gnav .gnav_list .has_mega_about .gnav_mega a, .gnav .gnav_list .has_mega_recruit .gnav_mega a {
    color: #FFF;
  }
  .gnav .gnav_list .has_mega_about .gnav_mega {
    background-color: var(--color_navy);
  }
  .gnav .gnav_list .has_mega_about.is-open .mega_col_lead {
    top: 0;
  }
  .gnav .gnav_list .has_mega_about.is-open .mega_col_en {
    width: 100px;
    margin: 12px 0 4px;
  }
  .gnav .gnav_list .has_mega_about .mega_col > div {
    width: 170px;
  }
  .gnav .gnav_list .has_mega_about .mega_col .mega_link_list {
    width: 280px;
  }
  .gnav .gnav_list .has_mega_about .gnav_mega .mega_link_list.has_img {
    width: 600px;
    flex-direction: row;
    gap: 1.5rem;
  }
  .gnav .gnav_list .has_mega_about .mega_col_lead a span {
    display: block;
    padding-left: 23px;
  }
  .gnav .gnav_list .has_mega_recruit .gnav_mega {
    background-color: var(--color_lightgreen);
  }
  .gnav .gnav_list .has_mega_recruit .mega_col_lead {
    width: 400px;
    margin-top: -1rem;
    margin-bottom: 1.4rem;
  }
  .gnav .gnav_list .has_mega_recruit .mega_col {
    display: flex;
    /*    justify-content: flex-start;*/
  }
  .gnav .gnav_list .has_mega_recruit .mega_col .mega_link_list {
    width: 150px;
    margin-top: 0;
  }
  .gnav_sub {
    width: 550px;
    padding: 8px 10px 8px 20px;
    flex-direction: row;
    gap: 1rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .gnav_sub a {
    font-size: 0.8rem;
  }
  .gnav_sub .gnav_sub_list {
    column-gap: 30px;
  }
  .gnav_sub .gnav_sub_list li {
    width: auto;
    margin-top: 8px;
  }
  .gnav_sub .gnav_sub_lang {
    width: 110px;
  }
  .gnav_sub .header_search input {
    width: 160px;
    margin-top: 1px;
    padding: 5px 8px;
  }
  .gnav_sub .gnav_sub_list li a::before {
    top: 1px;
  }
  .gnav_sub .gnav_sub_list li:last-child a::before {
    top: 4px;
  }
 .header_search {
    width: 156px;
  }
  .header_search button {
    width: 30px;
    top: 4px;
    right: 5px;
  }
  .gnav .gnav_list .mega_col div.search_cta {
    width: 343px;
    margin-top: 0;
  }
  .gnav .mega_close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    background-color: var(--color_navy);
    transition: background-color 0.3s ease;
  }
  .gnav .has_mega_about .mega_close_btn {
    background-color: var(--color_lightgreen);
  }
  .gnav .mega_close_btn:hover {
    opacity: 0.8;
  }
  .gnav .mega_close_btn::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    transform: rotate(45deg);
    margin-top: 10px;
  }
  .gnav .has_mega_about .mega_close_btn::before {
    border-color: #FFF;
  }
}
@media screen and (min-width: 1200px) {
  .chevron::before, .chevron::after {
    top: 8px;
    right: -10px;
  }
  .gnav {
    top: -22px;
  }
  .gnav_mega {
    top: 110px;
  }
  .gnav_list {
    top: 50px;
    gap: 20px;
  }
  .gnav_list > li.has_mega {
    margin-right: 16px;
  }
  .gnav_list > li > a {
    font-size: 1rem;
  }
  .gnav .gnav_list .mega_col > div {
    width: 180px;
  }
  .gnav .gnav_list .mega_col_ttl {
    font-size: 2rem;
  }
  .gnav .gnav_list .mega_col .mega_col_lead a {
    font-size: 1.2rem;
  }
  .gnav .gnav_list .mega_col a {
    font-size: 1rem;
  }
  .mega_col .mega_link_list {
    width: 290px;
    margin-top: 0;
  }
  .gnav .mega_close_btn {
    margin-top: 40px;
  }
  .gnav .gnav_list .mega_col div.search_cta {
    width: 340px;
    margin-top: 0;
  }
}
/* ==========================================
  Main Visual (Video)
========================================== */
.main_visual {
  position: relative;
  width: 100%;
  height: 38vh;
  overflow: hidden;
  margin-top: 60px;
  border-bottom: 5px solid var(--color_navy);
}
.mv_video_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv_video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (min-width: 768px) {
  .main_visual {
    height: 46vh;
  }
}
@media screen and (min-width: 980px) {
  .main_visual {
    height: 80vh;
    margin-top: 100px;
    border-bottom: 10px solid var(--color_navy);
  }
}
@media screen and (min-width: 1200px) {
  .main_visual {
    height: 90vh;
  }
}
/* ==========================================
  product_slider
========================================== */
.product_slider {
  overflow-x: hidden;
}
.product_slider .product_slider_main {
  width: 100%;
  margin-bottom: 20px;
}
.product_slider .product_slider_thumb {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0.5rem;
/*
  position: relative;
  overflow: hidden;
*/
}
.product_slider .product_slider_thumb p {
  position: relative;
  overflow: hidden;
}
.product_slider .product_slider_thumb p img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.product_slider .product_slider_thumb p img.img_default {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.product_slider .product_slider_thumb p img.img_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  opacity: 0;
}
.product_slider .product_slider_thumb p:hover img.img_default {
  opacity: 0;
}
.product_slider .product_slider_thumb p:hover img.img_hover {
  opacity: 1 !important;
}
.product_slider .product_slider_thumb .slick-list {
  padding: 0 !important;
}
.product_slider .product_slider_thumb .slick-slide {
  padding: 0 3px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.8s ease;
}
.product_slider .product_slider_thumb .slick-slide {
  width: 33.333% !important;
}
.product_slider .product_slider_thumb img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid transparent;
}
.product_slider .product_slider_thumb .slick-current {
  opacity: 1;
}
@media screen and (min-width: 980px) {
  .product_slider .product_slider_thumb {
    width: 90%;
    margin-top: 3rem;
    gap: 1rem;
  }
  .product_slider .product_slider_thumb .slick-slide {
    padding: 0 16px;
  }
}
/* ==========================================
  top_search_cta
========================================== */
.top_search_cta {
  margin-top: 0;
  background-color: var(--color_navy);
}
.top_search_cta > div {
  width: 90%;
  margin: auto;
}
.top_search_cta .search_cta_list {
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
}
.common_search_cta .search_cta_ttl {
  width: 60%;
  max-width: 300px;
}
@media screen and (min-width: 980px) {
  .search_cta_list {
    margin-top: 24px;
  }
  .common_search_cta .search_cta_ttl {
    max-width: 340px;
  }
  .top_search_cta .search_cta_list {
    gap: 40px;
  }
}
/* ==========================================
  top_support
========================================== */
.top_support {
  background-color: var(--color_lightgreen);
}
.top_support .top_ttl {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 24px;
}
.top_support .top_support_list {
  max-width: 420px;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .top_support .top_support_list {
    max-width: inherit;
    margin: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 45px;
    background: url("../img/index/top_support_list_bg.png") no-repeat 7px 17px;
    background-size: contain;
  }
  .top_support .top_support_list li {
    width: calc(50% - 4%);
  }
}
@media screen and (min-width: 980px) {
  .top_support .top_ttl {
    margin-bottom: 40px;
    max-width: 1000px;
  }
  .top_support .top_support_list {
    gap: 50px;
    background-position: 22px 18px;
  }
  .top_support .top_support_list li {
    width: calc(50% - 4%);
  }
}
/* ==========================================
  news_list
========================================== */
.news_list.l_sec {
  padding-top: 60px;
}
.news_list > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem 0;
}
.news_list .top_ttl, .news .top_ttl {
  width: 34%;
  max-width: 200px;
}
.news_list .news_list_btn {
  display: block;
  width: 180px;
  margin: auto;
}
.news_list ul {
  margin-top: 1rem;
  border-top: 1px solid #808080;
}
.news_list ul li {
  padding: 0.75rem 0.15rem 1rem;
  border-bottom: 1px solid #808080;
}
.new_list_date {
  font-weight: 700;
}
.news_list ul li div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.news_list ul li .new_list_cta, .news .new_list_cta, .news_list ul li .new_list_cta.info, .news_list ul li .new_list_cta.csr_other, .news_list ul li .new_list_cta.event {
  width: 100px;
  padding: 3px 3px 4px;
  color: #FFF;
  font-size: 85%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  background-color: var(--color_navy);
  border: 1px solid var(--color_navy);
}
.news .new_list_cta.tenji, .news_list ul li .new_list_cta.tenji {
  padding-left: 2px;
  color: var(--color_navy);
  letter-spacing: 4px;
  background-color: #FFF;
  border: 1px solid var(--color_navy);
}
.news .new_list_cta.seihin, .news_list ul li .new_list_cta.seihin {
  letter-spacing: 0;
  background-color: var(--color_lightgreen);
  border: 1px solid var(--color_lightgreen);
}
.news .new_list_cta.saiyou, .news_list ul li .new_list_cta.saiyou {
  letter-spacing: 4px;
  color: var(--color_lightgreen);
  background-color: #FFF;
  border: 1px solid var(--color_lightgreen);
}
.news_single .new_list_cta {
  margin-top: -2px;
}
.news_list ul li .new_list_ttl {
  margin-top: 0.5rem;
  font-weight: 700;
}
.news .news_head {
  margin: 2rem 0 1rem;
  display: flex;
  gap: 0.8rem;
}
.news .new_list_ttl {
  padding-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 900;
  border-bottom: 2px solid var(--color_lightgreen);
}
.news .news_txt {
  margin-top: 2rem;
}
.search_list ul {
  border-top: none;
}
.page-nav {
  margin: 50px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-nav > div {
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}
.page-nav .wp-pagenavi {
  display: flex;
  column-gap: 10px;
}
.page-nav .wp-pagenavi a {
  margin-top: 0;
}
.page-nav a, .topics-sec .page-nav span, .page-nav span.current {
  width: 30px;
  height: 30px;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: var(--color_navy);
  background-color: #fff;
  border: 1px solid var(--color_navy);
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.page-nav span.current, .page-nav a:hover {
  color: #fff;
  background-color: var(--color_navy);
}
@media screen and (min-width: 768px) {
  .news_list > div {
    margin-bottom: 2rem;
    flex-direction: row;
    justify-content: space-between;
  }
  .news_list ul li {
    padding: 1rem 0;
  }
  .news_list ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .news_list ul li .new_list_ttl {
    margin-top: 0;
  }
  .news_list ul li .new_list_cta {
    margin-top: 3px;
  }
}
@media screen and (min-width: 980px) {
  .news_list.l_sec {
    padding-top: 100px;
  }
  .news_list .news_list_btn {
    width: 240px;
    margin: 0;
}
  .page-nav {
    margin-top: 70px;
  }
  .page-nav .wp-pagenavi {
    column-gap: 1rem;
  }
  .page-nav a, .topics-sec .page-nav span, .page-nav span.current {
    width: 40px;
    height: 40px;
  }
}
/* ==========================================
  top_company
========================================== */
.top_company {
  background-color: var(--color_navy);
}
.top_company .top_company_recruit {
  margin-bottom: 40px;
}
.top_company .top_company_list .top_ttl {
  width: 60%;
  max-width: 240px;
  margin: 0 auto 20px;
}
.top_company .top_company_list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.top_company .top_company_list ul li {
  max-width: 300px;
}
.top_company .top_company_list ul li a span {
  display: block;
  margin-top: 1rem;
  color: #FFF;
  font-weight: 700;
}
.recruit_note {
  background: #FFF;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 500px) {
  .top_company .top_company_list ul {
    flex-direction: row;
    justify-content: center;
    gap: 30px 20px;
  }
  .top_company .top_company_list ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .top_company .top_company_list ul {
    gap: 30px;
  }
}
@media screen and (min-width: 980px) {
  .top_company .top_company_recruit {
    margin-bottom: 80px;
  }
  .top_company .top_company_list .top_ttl {
    max-width: 360px;
    margin-bottom: 40px;
  }
  .top_company .top_company_list ul {
    gap: 0 40px;
  }
  .top_company .top_company_list ul li {
    width: calc(25% - 30px);
  }
}
/* ==========================================
  footer
========================================== */
footer {
  position: relative;
  z-index: 0;
}
footer ul {
  margin: 20px 0 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
footer ul li:not(:last-child) {
  padding-right: 1rem;
  border-right: 1px solid var(--color_bk);
}
footer .f_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
footer .f_sns a {
  display: block;
}
footer .f_sns a:first-child {
  width: 60px;
}
footer .f_sns a:last-child {
  width: 30px;
}
footer .f_logo {
  width: 200px;
  margin: 1rem auto -10px;
}
footer .f_copy {
  padding: 10px;
  font-size: 0.8rem;
  color: #FFF;
  text-align: center;
  background-color: var(--color_navy);
}
#page_top {
  width: 40px;
  height: 40px;
  background-color: var(--color_navy);
  border: 1px solid var(--color_lightgreen);
  position: fixed;
  bottom: 45px;
  right: 5px;
  z-index: 100;
}
#page_top a {
  display: block;
  width: 2px;
  height: 16px;
  line-height: 1;
  background: #FFF;
  position: relative;
  top: 12px;
  left: 50%;
}
#page_top a::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid #FFF;
  position: absolute;
  box-sizing: border-box;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top left;
  top: 0;
  left: 1px;
}
#page_top:hover {
  opacity: 0.7;
  cursor: pointer;
}
#page_top a:hover {
  opacity: 1;
}
@media screen and (min-width: 980px) {
  footer ul {
    margin-bottom: 50px;
  }
  footer .f_sns a:first-child {
    width: 70px;
  }
  footer .f_sns a:last-child {
    width: 40px;
  }
  footer .f_logo {
    width: 260px;
    margin: 2rem auto -40px;
  }
  #page_top {
    width: 70px;
    height: 70px;
    bottom: 47px;
  }
  #page_top a {
    top: 27px;
  }
}
/* ==========================================
  page
========================================== */
.head_style {
  display: block;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--color_navy);
}
.fpc_index_head_ttl {
  text-align: center;
}
.fpc_index .search_cta {
  max-width: 370px;
  margin: 1.4rem auto 0;
}
.fpc_index .search_cta_ttl {
  width: 60%;
  max-width: 240px;
}
.fpc_index .search_cta_list {
  margin-top: 16px;
}
.search_cta_list_02 {
  width: 294px;
  margin: 1.5rem auto 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.search_cta_list_02 a span {
  font-size: 80%;
}
.index_list {
  max-width: 760px;
  margin: auto;
}
.index_list:last-child {
  margin-top: 30px;
}
.index_list a {
  color: var(--color_navy);
}
.index_list ul.index_list_mainlist {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 60px;
}
.index_list li.index_list_head {
  width: 100%;
}
.index_list li.index_list_head.bg_bigelec {
  position: relative;
}
.index_list li.index_list_head.bg_bigelec::after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 21px;
  background-image: url(../img/page/fpc_big-elec/bg_bigelec.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 110px;
}
.index_list li.index_list_head a.arrow {
  font-size: 1.1rem;
  font-weight: 900;
}
.index_list li.index_list_head a.arrow.arrow_LL::before {
  margin-top: -3px;
}
.index_list .index_list_sublist {
  margin-left: 42px;
}
.index_list .index_list_sublist li {
  margin-top: 0.5rem;
}
.index_list li img {
  display: block;
  width: 40%;
  margin: auto;
}
.topic_path_wrap.l_sec {
  padding-top: 50px;
  padding-bottom: 20px;
}
.topic_path_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 15px;
}
.topic_path_list li {
  width: calc(50% - 7.5px);
}
.topic_link {
  font-weight: 700;
  color: var(--color_navy);
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.topic_link.arrow::before {
  width: 26px;
  height: 26px;
  margin-top: 3px;
  margin-right: 8px;
}
.fpc_purpose_cta {
  max-width: 370px;
  margin: 60px auto 0;
}
.fpc_app_card_wrap {
  margin-top: 2rem;
}
.fpc_app_card {
  width: 96%;
  max-width: 400px;
  margin: 30px auto 0;
  background-color: #fff;
}
.fpc_app_card_ttl {
  background-color: var(--color_lightgreen);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6px 20px;
  display: inline-block;
}
.fpc_app_card_body {
  padding: 20px 15px;
  border: 2px solid var(--color_lightgreen);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fcp_model_card {
  width: 96%;
  max-width: 400px;
  margin: 30px auto 0;
  padding: 1.25rem;
  background: rgba(53, 170, 168, 0.1);
  border: 2px solid var(--color_navy);
}
.fcp_model_card_case {
  margin-top: 1rem;
}
.fcp_model_card_case {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fpc_app_meta_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
}
.fpc_app_img {
  width: 80px;
  flex-shrink: 0;
}
.fpc_app_img img {
  width: 100%;
  height: auto;
}
.fpc_badge_model {
  display: inline-block;
  background-color: var(--color_lightgreen);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 2px 8px;
  margin-bottom: 10px;
}
.fpc_meta_txt {
  font-weight: 700;
}
.fpc_app_tech_box {
  width: 260px;
  margin: auto;
}
.fpc_tech_box_ttl {
  margin-bottom: 14px;
  padding: 5px;
  font-weight: 700;
  color: var(--color_lightgreen);
  border: 2px solid var(--color_lightgreen);
  text-align: center;
  border-radius: 50px;
}
.fpc_tech_list {
  padding-left: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fpc_tech_list li a {
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: 700;
}
.fpc_app_detail_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fpc_detail_item {
  border-top: 2px solid var(--color_navy);
  padding-bottom: 10px;
}
.fpc_detail_item:last-child {
  border-bottom: none;
}
.fpc_detail_label {
  display: inline-block;
  background-color: var(--color_navy);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 3px 1px 5px;
  margin-bottom: 8px;
  width: 120px;
  text-align: center;
}
.fpc_detail_txt {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--color_navy);
}
.index_menu_list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.index_menu_list_note {
  margin: 2rem 0 2.8rem;
  padding: 1rem;
  color: var(--color_navy);
  font-weight: 900;
  background: rgba(53, 170, 168, 0.1);
}
.lineup_list {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lineup_list li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}
.lineup_list_link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lineup_list_link a {
  text-decoration: underline;
}
.lineup_02_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.lineup_02_flex a {
  width: 220px;
  padding: 1rem 10px;
  margin: auto;
}
.message_wrap {
  margin: 3rem 0;
  font-style: italic;
}
.identity .index_menu_list {
  gap: 4rem;
}
.identity .index_menu_list li:last-child {
  margin-bottom: 30px;
}
.identity .index_menu_list li:last-child .head_02 {
  background-color: var(--color_orange);
}
.identity .index_menu_list li:last-child .head_02 span {
  color: var(--color_navy);
}
.identity .index_menu_list li:last-child .head_02_box {
  border-color: var(--color_orange);
}
.identity_arrow {
  position: relative;
}
.identity_arrow::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: var(--color_lightgreen) transparent transparent;
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
}
.identity_arrow:last-child::after {
  border: 0;
}
.character_flow {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
.character_flow figure {
  max-width: 340px;
  margin: auto;
}
.character_flow figure:nth-child(2) {
  width: 42px;
  margin-bottom: 30px;
}
.character_flow figure:nth-child(3) {
  width: 82%;
}
.catalog .l_sec {
  width: 90%;
  max-width: 800px;
}
.page_txt .catalog_flex_txt {
  align-items: center;
  gap: 2rem;
}
.page_txt .catalog_flex_figure {
  max-width: 240px;
  margin-top: 1.5rem;
}
.page_txt .catalog_flex_txt .btn_link_02 {
  max-width: 380px;
}
@media screen and (min-width: 620px) {
  .index_list li.index_list_head {
    width: calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .topic_path_list {
    flex-wrap: nowrap;
  }
  .fpc_app_card_wrap {
    margin-top: 3rem;
  }
  .fpc_app_card, .fcp_model_card {
    width: 100%;
    max-width: inherit;
    margin: 30px 0 0;
  }
  .fpc_app_card_body {
    padding: 30px;
    flex-direction: row;
    gap: 0;
  }
  .fcp_model_card {
    padding: 2rem;
  }
  .fpc_app_col_left {
    width: 310px;
    flex-shrink: 0;
  }
  .fpc_app_col_right {
    flex: 1;
  }
  .fpc_app_meta_wrap {
    justify-content: flex-start;
  }
  .fpc_app_tech_box {
    width: 80%;
    margin: 0;
  }
  .fpc_tech_list {
    padding-left: 16px;
  }
  .fpc_tech_box_ttl {
    max-width: 260px;
  }
  .fpc_app_card_body {
    gap: 30px;
  }
  .fpc_app_img {
    width: 120px;
  }
  .fpc_app_col_right p:last-child {
    font-size: 0.9rem;
  }
  .index_menu_list {
    margin-top: 3rem;
  }
  .lineup_02_flex {
    flex-direction: row;
  }
  .lineup_02_flex a {
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 980px) {
  .head_style {
    font-size: 2rem;
  }
  .fpc_index .search_cta_ttl {
    max-width: 320px;
  }
  .fpc_index .search_cta {
    max-width: 800px;
  }
  .search_cta_list_02 {
    width: 420px;
  }
  .search_cta_list_02 a span {
    font-size: 72%;
  }
  .search_cta_list {
    gap: 24px;
  }
  .index_list:last-child {
    margin-top: 60px;
  }
  .index_list:last-child li > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .index_list li.index_list_head.bg_bigelec::after {
    width: 120px;
    height: 26px;
    top: 6px;
    left: 128px;
  }
  .index_list li.index_list_head a.arrow {
    font-size: 1.4rem;
  }
  .index_list li img {
    display: block;
    width: 100px;
    margin: 0;
  }
  .head_02 {
    padding-left: 4rem;
  }
  .head_02_box {
    padding: 4rem;
  }
  .topic_path_wrap.l_sec {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
  .topic_path_list {
    gap: 50px 30px;
  }
  .topic_path_list li {
    width: calc(33.333% - 20px);
  }
  .fpc_purpose_cta {
    max-width: 640px;
    margin-top: 100px;
  }
  .index_menu_list .index_menu_list_note {
    padding: 1rem 2rem;
    text-align: center;
  }
  .index_menu_list {
    margin-top: 4rem;
    gap: 4rem;
  }
  .fpc_app_card_body {
    padding: 30px;
  }
  .fpc_app_col_left {
    width: 380px;
    flex-shrink: 0;
  }
  .fpc_detail_label {
    font-size: 0.95rem;
  }
  .fpc_detail_txt {
    font-size: 1rem;
  }
  .lineup_list_link {
    flex-direction: row;
    align-items: center;
  }
  .lineup_list_link p.triangle_icon, .lineup_list_link a {
    font-size: 1.4rem;
  }
  .lineup_list li {
    font-size: 1.2rem;
  }
  .character_flow {
    margin-top: 3rem;
    flex-direction: row;
    align-items: center;
  }
  .character_flow figure {
    max-width: inherit;
    margin: 0;
  }
  .character_flow figure:nth-child(2) {
    width: 84px;
    margin-bottom: 0;
  }
  .character_flow figure:nth-child(2) img {
    transform: rotate(-90deg);
  }
  .character_flow figure:nth-child(3) {
    width: auto;
    position: relative;
    top: -20px;
  }
  .character_figure_last {
    max-width: 600px;
    margin: auto;
  }
  .page_txt .catalog_flex_txt {
    align-items: flex-start;
  }
  .page_txt .catalog_flex {
    justify-content: space-between;
  }
  .page_txt .catalog_flex_txt {
    justify-content: space-between;
    width: calc(100% - 380px);
  }
  .page_txt .catalog_flex_txt .btn_link_02 {
    max-width: 420px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
/*   .l_sec {
    width: 1100px;
  }
*/
  .index_menu_list .index_menu_list_note {
    font-size: 1.3rem;
  }
}
/* ==========================================
  contact
========================================== */
.contact .index_menu_list_note {
  margin: 0;
}
.contact_link_list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.contact_link_list li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 2px 1rem 4px;
}
.contact .contents p.head {
  margin-bottom: 40px;
}
.contact .form_box {
  background-color: #ECECEC;
  margin: auto;
  padding: 45px 20px;
  position: relative;
}
.contact .form_box.form_box_02 {
  margin-top: 50px;
  background-color: #eaf1f9;
}
.contact .form_box h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.contact .form_box .required::before {
  content: "必須";
  color: #FFF;
  background-color: #d50050;
  margin-right: 5px;
  padding: 0 5px 2px;
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  top: -2px;
  left: 0;
}
.contact .form_box dl:not(:first-child) {
  margin-top: 30px;
}
.contact .form_box dl dt {
  margin-bottom: 8px;
  padding-left: 2px;
}
.contact .form_box dl dt.dt_mgn {
  margin-top: 1rem;
}
.contact .form_box dl dt span.contact_info, .contact .form_box dl dt span.contact_info_02 {
  display: block;
  font-size: 90%;
  margin-top: 3px;
}
.contact .form_box dl dt span.contact_info_02 {
  margin-top: 0.5rem;
}
.contact .form_box dd.dd_flex p{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.contact .form_box dd.dd_mgn {
  margin-top: 0.5rem;
}
.contact .form_box input, .contact .form_box select, .contact .form_box textarea {
  display: block;
  width: 100%;
  height: 58px;
  padding: 20px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  font-size: 16px;
}
.contact .form_box textarea {
  height: 250px;
}
.contact .form_box dd .bg_white input {
  height: inherit;
  padding: 10px 15px;
}
.contact .form_btn {
  width: 100%;
  max-width: 250px;
  margin: 30px auto 0;
}
.contact .form_btn {
  width: 100%;
  max-width: 280px;
  margin: 30px auto 0;
}
.contact .form_btn input {
  width: 100%;
  padding: 9px 10px 11px;
  background-color: var(--color_bk);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
.contact .form_btn input:hover {
  opacity: 0.6;
}
.contact .contents_form {
  padding-top: 0;
}
.contact .contents_form .contact_txt_top {
  margin: 0;
}
.contact .contents_form .contact_txt_top p {
  margin-bottom: 20px;
}
.contact .contact_note {
  margin: 2rem 0;
  text-align: center;
}
.contact .form-radio-group {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}
.contact .form-radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact .form-radio-label input[type="radio"] {
  margin: 4px 8px 0 0;
  width: 18px;
  height: 18px;
}
.contact .wpcf7-list-item {
    display: flex;
    align-items: center;
}
.contact .form-checkbox-group {
  display: flex;
  gap: 24px;
  margin-top: 8px;
}
.contact .form-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact .form-checkbox-label input[type="checkbox"] {
  margin: 0 8px 0 0;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .contact .index_menu_list_note {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .contact_link_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 20px;
  }
  .contact_link_list li {
    width: calc(50% - 10px);
  }
  .contact .contents p.head {
    text-align: center;
  }
  .contact .contents p.head span {
    display: block;
  }
  .contact .form_box {
    padding: 45px 60px;
  }
  .contact .form_box dl dt span.contact_info {
    display: inline-block;
    margin-top: 0;
    margin-left: 0.5rem;
  }
  .contact .form_box dl.long_box {
    display: inherit;
    width: 100%;
  }
  .contact .form_box dl.long_box dt {
    margin-bottom: 10px
  }
  .contact .form_box dl.long_box dd {
    width: 100%;
  }
  .contact .form_box dl.short_box dd p {
    width: 60%;
  }
  .contact .form_box .address {
    line-height: 1.2;
  }
  .contact .form_box .address .required::after {
    line-height: 1.2;
    top: -27px;
  }
  .contact .form_box .address_01 .required::after {
    left: 74px;
  }
  .contact .form_box .address_02 .required::after {
    left: 111px;
  }
  .contact .contents_form .contact_txt_top p {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .contact .index_menu_list_note {
    font-size: 1.3rem;
  }
  .contact .form_box {
    padding: 60px;
  }
  .contact .form_box dl:not(:first-child) {
    margin-top: 45px;
  }
  .contact_link_list {
    margin: 2rem 0 -2rem;
    gap: 1rem 20px;
  }
  .contact_link_list li a {
    padding: 7px 1rem 9px;
  }
  .contact_link_list li {
    width: calc(33.333% - 15px);
  }
  .contact .head_08 {
    font-size: 1.3rem;
  }
}