@charset "UTF-8";
/*============================================================================================
      Header
=============================================================================================*/

/*    Navigation
=====================================================*/
.header_nav_area {
  position: absolute;
  width: 100%;
  padding: 35px 30px 0 40px;
  top: 0px;
  z-index: 400;
}
.header_logo {
  display: inline-block;
}
.header_logo_inr {
  position: absolute;
  width: 221px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.header_logo_inr img {
  width: 100%;
}
.header_nav_lst_item {
  position: relative;
  display: inline-block;
  height: 40px;
  margin-right: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 40px;
}
.header_btn {
  margin: 0 30px 0 10px;
  font-weight: bold;
}
.header_btn a {
  padding: 0 27px;
  border: solid 1px #ffffff;
  -webkit-transition: background-color 0.3s, border 0.3s;
  -o-transition: background-color 0.3s, border 0.3s;
  transition: background-color 0.3s, border 0.3s;
}
.header_btn:hover a {
  background-color: #00a0e9;
  border: solid 1px #00a0e9;
}
/* Accordion */
.header_nav_lst_item_u12 {
  display: none;
}
.header_nav_lst_item a {
  display: block;
  width: 100%;
  height: inherit;
  margin: 0;
}
.header_nav_lst_item {
  color: #ffffff;
}
.header_nav_lst_acd {
  display: none;
  position: absolute;
  background-color: rgb(255, 255, 255);
  color: #222222;
  width: 200px;
  padding: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  text-align: center;
}
.header_nav_lst_acd::after {
  content: "";
  position: absolute;
  top: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ffffff;
  border-left: 11px solid transparent;
}
.header_nav_lst_acd::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  height: 20px;
  width: 100%;
}
.header_nav_lst_acd_wide {
  width: 255px;
}
.sldnav_sp_logo {
  display: none;
  width: 221px;
}
.sldnav_sp_logo img {
  width: 100%;
}
.header_nav_lk a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header_nav_lk a:hover {
  color: #00a0e9;
}
.header_nav_lst_acd_chd {
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  border-bottom: 4px solid transparent;
  -webkit-transition: border 0.3s, background 0.3s;
  -o-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
}
.header_nav_lst_acd_chd a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header_nav_lst_acd_chd a:hover {
  color: #00a0e9;
}
.header_nav_lst_acd_chd + .header_nav_lst_acd_chd {
  margin-top: 20px;
}
.header_nav_anchor {
  padding-right: 15px;
  cursor: pointer;
}
.header_nav_anchor::after {
  content: "";
  position: absolute;
  display: inline-block;
  font-size: inherit;
  width: 5px;
  height: 5px;
  top: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.header_sld_cont {
  display: none;
  position: absolute;
  overflow-y: scroll;
  color: #222222;
  background-color: #ffffff;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
.header_sld_logo {
  width: 221px;
  margin-top: 43px;
  margin-left: 40px;
}
.header_sld_logo img {
  width: 100%;
}
.js_fixed .header_sld_logo {
  margin-top: 18px;
}
.header_sld_boxarea {
  display: block;
  width: 900px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 160px;
}
.header_sld_boxarea_top {
  margin-bottom: 90px;
}
.header_sld_boxarea_top *,
.header_sld_boxarea_bt * {
  font-family: "Noto Serif JP", serif;
}
.header_sld_box {
  display: inline-block;
  width: 33.3%;
}

.header_sld_box_itm {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.header_sld_box_itm a {
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header_sld_box_itm a:hover {
  color: #00a0e9;
}
.header_sld_lst_itm {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.header_sld_lst_itm a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header_sld_lst_itm a:hover {
  color: #00a0e9;
}
.header_sld_lst_itm:last-child {
  margin-bottom: 0;
}
.header_sld_bt_lst .header_sld_box_itm:last-child {
  margin-bottom: 0px;
}
.header_sld_lst_itm a {
  display: block;
}

/* スクロール後に表示されるヘッダーメニューcss */
.w_Header.js_fixed {
  width: 100%;
  padding: 10px 30px 10px 40px;
  -ms-position: fixed;
  position: fixed;
  background-color: #ffffff;
  -webkit-animation: fead 0.4s ease-in-out;
  animation: fead 0.4s ease-in-out;
  z-index: 100;
}
@-webkit-keyframes fead {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fead {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header_logo_inr .top_logo_img {
  display: block;
}
.header_logo_inr .top_logo_js_fixed {
  display: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
.w_Header.js_fixed.header_nav_area .top_logo_img {
  display: none;
}
.w_Header.js_fixed.header_nav_area .top_logo_js_fixed {
  display: block;
}
.w_Header.js_fixed.header_nav_area .header_nav_lst_item {
  color: #222222;
}
.w_Header.js_fixed.header_nav_area .header_nav_lst_item {
  font-weight: 600;
}
.w_Header.js_fixed.header_nav_area .header_nav_anchor::after {
  border-right: 2px solid #00a0e9;
  border-bottom: 2px solid #00a0e9;
}
.w_Header.js_fixed.header_nav_area .header_btn a {
  color: #ffffff;
  background-color: #00a0e9;
  border: 1px solid #fff;
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s;
  -o-transition: color 0.3s, border 0.3s, background 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s;
}
.w_Header.js_fixed.header_nav_area .header_btn a:hover {
  color: #00a0e9;
  background-color: #ffffff;
  border: 1px solid #00a0e9;
}
.w_Header.js_fixed.header_nav_area .header_nav_lst_acd {
  -webkit-box-shadow: 0 0 20px #92929221, 0 0 20px #92929221, 0 0 3px #92929221;
  box-shadow: 0 0 20px #92929221, 0 0 20px #92929221, 0 0 3px #92929221;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}
.w_Header.js_fixed.header_nav_area .g_hamb.js_open {
  top: 0;
}
.w_Header.js_fixed.header_nav_area .g_hamb_inr div {
  background-color: #222222;
}
.w_Header.js_fixed.header_nav_area .g_hamb_box_txt {
  color: #222222;
}

@media (max-width: 1200px) {
  .header_nav_area {
    color: #222222;
  }
  .header_nav_lst {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    margin-top: 35px;
    top: 0;
    left: 0;
    padding-bottom: 200px;
  }
  .header_nav_lst_item {
    color: #222222;
    font-weight: 600;
  }
  .header_nav_anchor {
    position: relative;
    display: block;
    padding: 30px 10px;
  }
  .header_nav_anchor::after {
    border-right: 2px solid #00a0e9;
    border-bottom: 2px solid #00a0e9;
  }
  .sldnav_sp_logo {
    display: inline-block;
    margin-left: 40px;
    margin-top: 40px;
  }
  .js_fixed .sldnav_sp_logo {
    margin-left: 40px;
    margin-top: 14px;
  }
  .js_fixed .header_sld_logo {
    margin-top: 19px;
  }
  .header_nav_lst_item {
    display: block;
    width: 86.7vw;
    height: auto;
    margin: auto;
    padding: 0;
    border-top: 1px solid #eff3f4;
  }
  .header_nav_lst_item a {
    padding: 30px 10px;
  }
  .header_nav_lst_item_u12 {
    display: block;
  }
  .header_nav_lst_item:last-child {
    border-bottom: 1px solid #eff3f4;
  }
  .header_nav_lst_acd {
    position: relative;
    width: 100%;
    padding: 0 0 0 10px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header_nav_lst_acd .header_nav_lst_acd_chd {
    margin-top: 0;
    padding: 0;
    font-weight: 400;
  }
  .header_nav_lst_acd_chd a {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .header_nav_cont {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }
  .header_btn {
    border: none;
    border-top: 1px solid #eff3f4;
    font-family: "Noto Serif JP", serif;
  }
  .header_btn:hover {
    border: none;
    border-top: 1px solid #eff3f4;
    background-color: #fff;
  }
  .header_btn a {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header_btn a:hover {
    color: #00a0e9;
  }
  .w_Header.js_fixed.header_nav_area .header_btn {
    color: #222222;
    background-color: #ffffff;
    border: none;
    border-top: 1px #eff3f4 solid;
  }
  .w_Header.js_fixed.header_nav_area .header_nav_lst_acd {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 896px) {
  .header_nav_cont {
    height: calc(100vh + 110px);
    padding-bottom: 100px;
  }
  .header_btn:hover a {
    background-color: #fff;
    border: 1px solid #fff;
  }
  .w_Header.js_fixed.header_nav_area .header_btn a {
    color: #222222;
    background-color: #fff;
  }
  .w_Header.js_fixed.header_nav_area .header_btn a:hover {
    color: #00a0e9;
    background-color: #ffffff;
    border: 1px solid #fff;
  }
}
@media (max-width: 576px) {
  .w_Header.js_fixed {
    padding: 2.7vw 6.8vw 2.7vw 5.3vw;
  }
  .header_nav_area {
    padding: 4vw 6.8vw 0 5.3vw;
  }
  .top_mv_ttl {
    font-size: 4rem;
  }
  .sldnav_sp_logo {
    width: 55.5vw;
    height: auto;
    margin-top: 6vw;
    margin-left: 5.3vw;
  }
  .js_fixed .sldnav_sp_logo {
    margin-left: 5.3vw;
    margin-top: 4.7vw;
  }

  .header_logo_inr {
    width: 55.5vw;
  }
  .header_nav_anchor,
  .header_nav_lst_item a {
    padding: 5.5vw 2.7vw;
  }
  .header_nav_lst_acd_chd a {
    padding: 0 2.7vw 6.7vw 2.7vw;
  }
  .header_nav_lst_acd_chd:last-child a {
    padding: 0 2.7vw 8vw 2.7vw;
  }
}
/* 固定ページ用ヘッダー */
.w_Header.header_open {
  width: 100%;
  padding: 10px 30px 10px 40px;
  -ms-position: fixed;
  position: fixed;
  background-color: #ffffff;
  z-index: 9999999;
}
.w_Header.header_open.js_fixed {
  animation: none;
}
.header_logo_inr .top_logo_img {
  display: block;
}
.header_logo_inr .top_logo_js_fixed {
  display: none;
  top: 0;
  bottom: 0;
  margin: auto;
}
.w_Header.header_open.header_nav_area .top_logo_img {
  display: none;
}
.w_Header.header_open.header_nav_area .top_logo_js_fixed {
  display: block;
}
.w_Header.header_open.header_nav_area .header_nav_lst_item {
  color: #222222;
}
.w_Header.header_open.header_nav_area .header_nav_lst_item {
  font-weight: 600;
}
.w_Header.header_open.header_nav_area .header_nav_anchor::after {
  border-right: 2px solid #00a0e9;
  border-bottom: 2px solid #00a0e9;
}
.w_Header.header_open.header_nav_area .header_btn a {
  color: #ffffff;
  background-color: #00a0e9;
  border: 1px solid #fff;
  -webkit-transition: color 0.3s, border 0.3s, background 0.3s;
  -o-transition: color 0.3s, border 0.3s, background 0.3s;
  transition: color 0.3s, border 0.3s, background 0.3s;
}
.w_Header.header_open.header_nav_area .header_btn a:hover {
  color: #00a0e9;
  background-color: #ffffff;
  border: 1px solid #00a0e9;
}
.w_Header.header_open.header_nav_area .header_nav_lst_acd {
  -webkit-box-shadow: 0 0 20px #92929221, 0 0 20px #92929221, 0 0 3px #92929221;
  box-shadow: 0 0 20px #92929221, 0 0 20px #92929221, 0 0 3px #92929221;
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
}
.w_Header.header_open.header_nav_area .g_hamb.js_open {
  top: 0;
}
.w_Header.header_open.header_nav_area .g_hamb_inr div {
  background-color: #222222;
}
.w_Header.header_open.header_nav_area .g_hamb_box_txt {
  color: #222222;
}
.header_open .header_sld_logo {
  margin-top: 18px;
}
@media (max-width: 1200px) {
  .header_open .sldnav_sp_logo {
    margin-top: 14px;
  }
  .w_Header.header_open.header_nav_area .header_btn a {
    color: #222222;
    background-color: #ffffff;
    border: none;
  }
  .w_Header.header_open.header_nav_area .header_btn a:hover {
    color: #00a0e9;
    background-color: #ffffff;
    border: none;
  }
  .w_Header.header_open.header_nav_area .header_nav_lst_acd {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .w_Header.header_open .header_nav_lst {
    opacity: 0;
  }
}
@media (max-width: 576px) {
  .w_Header.header_open {
    padding: 2.7vw 6.8vw 2.7vw 5.3vw;
  }
  .header_open .sldnav_sp_logo {
    margin-left: 5.3vw;
    margin-top: 4.7vw;
  }
}
/*============================================================================================
      Footer
=============================================================================================*/
.top_cookie_lk {
  color: #00a0e9;
}
.footer_sec {
  padding-top: 120px;
  padding-bottom: 100px;
}
.footer_box_itm {
  margin-bottom: 30px;
  color: #222222;
  font-size: 1.3rem;
  font-weight: 600;
}
.footer_bt_lst .footer_box_itm {
  margin-bottom: 15px;
}
.footer_box_itm a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer_box_itm a:hover {
  color: #00a0e9;
}
.footer_btm_lst_box {
  display: inline-block;
}
.footer_btm_lst_item {
  display: inline-block;
  color: #222222;
  font-size: 1.2rem;
}
.footer_btm_lst_item_lk a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer_btm_lst_item_lk a:hover {
  color: #00a0e9;
}
.footer_btm_lst_item_ind {
  margin-right: 25px;
}
.footer_btm_lst_item_copy {
  font-size: 1rem;
  color: #b1b1b1;
}
.footer_box_itm_cont {
  display: inline-block;
  width: calc(100% - 261px);
  vertical-align: top;
}
.footer_top_lst_itm {
  margin-bottom: 10px;
  color: #222222;
  font-size: 1.2rem;
}
.footer_top_lst_itm a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.footer_top_lst_itm a:hover {
  color: #00a0e9;
}
.footer_top_lst_itm:last-child {
  margin-bottom: 0;
}
.footer_logo {
  width: 176px;
  height: 22px;
  margin-bottom: 60px;
}
.footer_logo img {
  height: 100%;
}
.footer_box {
  display: inline-block;
  width: 25%;
}
.footer_boxarea_top {
  margin-bottom: 75px;
}
.footer_bt_lst .footer_box_itm:last-child {
  margin-bottom: 0px;
}
.footer_btm_lst {
  margin-top: 70px;
}
.footer_bnr_lst {
  display: inline-block;
}
.footer_bnr_lst_chd {
  max-width: 255px;
  width:100%;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer_bnr_lst_chd:hover {
  opacity: 0.7;
}
.footer_bnr_lst_chd_last-child {
  margin-bottom: 0;
}
.footer_bnr_lst_chd img {
  width: 100%;
}
@media (max-width: 896px) {
  .footer_bnr_lst{
    gap:8vw;
  }
  .footer_logo {
    margin-bottom: 15px;
  }
  .footer_box_itm_cont {
    display: block;
    width: 100%;
    margin-bottom: 80px;
  }
  .footer_boxarea_top {
    margin-bottom: 0;
  }
  .footer_box {
    width: 41.9vw;
    margin-top: 45px;
  }
  /* .footer_bnr_lst_chd:nth-child(even){
    margin:0 8vw 8vw 0;
  }
  .footer_bnr_lst_chd:nth-child(odd){
    margin-bottom:8vw;
  } */
  .footer_bnr_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* height: 55.7vw; */
    width: 100%;
  }
  /* .footer_bnr_lst_chd {
    display: inline-block;
    width: 41.9vw;
    margin-bottom: 8vw;
  }
  .footer_bnr_lst_chd:nth-child(3n) {
    margin-bottom: 0vw;
  }
  .footer_bnr_lst_chd:nth-child(n + 4) {
    margin-left: 8vw;
  } */
  .footer_bt_lst .footer_box_itm {
    margin-bottom: 20px;
  }
  .footer_btm_lst {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .footer_sec {
    padding: 26.7vw 0;
  }
  .footer_box_itm_cont {
    margin-bottom: 21.3vw;
  }
  .footer_box_itm {
    margin-bottom: 7vw;
  }
  .footer_logo {
    height: 5.6vw;
    margin-bottom: 4vw;
  }
  .footer_box {
    margin-top: 12vw;
  }
  .footer_box:nth-child(even) {
    margin-left: 6.2vw;
  }
  .footer_bt_lst .footer_box_itm {
    margin-bottom: 4.7vw;
  }
  .footer_bnr_lst {
    /* height: 50vw;
    width: 99%; */
    gap: 6vw;
  }
  .footer_bnr_lst_chd {
    /* width: 41.9vw;
    margin-bottom: 5vw; */
    max-width: 100%;
  }
  /* .footer_bnr_lst_chd:nth-child(n + 4) {
    margin-left: 5vw;
  } */
  .footer_btm_lst {
    margin-top: 19.3vw;
  }
  .footer_btm_lst_box_top {
    display: block;
    width: 100%;
    margin-bottom: 5.7vw;
    text-align: center;
  }
  .footer_btm_lst_item_ind {
    margin-right: 8vw;
  }
  .footer_btm_lst_box_bt {
    width: 100%;
    text-align: center;
  }
}
/*============================================================================================
      Contents
=============================================================================================*/
/* ---------- mv ---------- */
@-webkit-keyframes top_mv_scrl {
  0% {
    height: 0px;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
  }
  49% {
    height: 50px;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
  }
  100% {
    height: 0;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}
@keyframes top_mv_scrl {
  0% {
    height: 0px;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
  }
  49% {
    height: 50px;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
  }
  100% {
    height: 0;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}
.top_mv_sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 0px;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -50px);
  -ms-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
  z-index: 300;
  -webkit-animation: top_mv_scrl 1.5s cubic-bezier(0.86, 0, 0.07, 1) infinite;
  animation: top_mv_scrl 1.5s cubic-bezier(0.86, 0, 0.07, 1) infinite;
}
.top_mv_img {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 200;
}
.top_mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_mv_ttl {
  position: absolute;
  padding-top: 20px;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 300;
}

@media (max-width: 576px) {
  @-webkit-keyframes top_mv_scrl {
    0% {
      height: 0px;
      -webkit-transform: translate(-50%, -26.7vw);
      transform: translate(-50%, -20vw);
    }
    49% {
      height: 26.7vw;
      -webkit-transform: translate(-50%, -26.7vw);
      transform: translate(-50%, -26.7vw);
    }
    100% {
      height: 0;
      -webkit-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px);
    }
  }
  @keyframes top_mv_scrl {
    0% {
      height: 0px;
      -webkit-transform: translate(-50%, -26.7vw);
      transform: translate(-50%, -26.7vw);
    }
    49% {
      height: 26.7vw;
      -webkit-transform: translate(-50%, -26.7vw);
      transform: translate(-50%, -26.7vw);
    }
    100% {
      height: 0;
      -webkit-transform: translate(-50%, 0px);
      transform: translate(-50%, 0px);
    }
  }
  .top_mv_sec::before {
    -webkit-transform: translate(-50%, -26.7vw);
    -ms-transform: translate(-50%, -26.7vw);
    transform: translate(-50%, -26.7vw);
  }
}

/* ---------- mv end ---------- */
/* ---------- news ---------- */
.top_news_cont {
  padding-top: 170px;
  padding-bottom: 50px;
}
.top_ttl {
  margin-bottom: 20px;
  color: #222222;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.top_ttl__news {
  display: inline-block;
  margin-right: 120px;
  margin-bottom: 0px;
  vertical-align: top;
  line-height: 0.9;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top_ttl_sub {
  display: block;
  color: #00a0e9;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.top_ttl_sub__news {
  display: block;
  letter-spacing: 0;
}
.top_news_lst {
  display: inline-block;
  margin-top: -15px;
  width: calc(100% - 190px);
}
@media (max-width: 896px) {
  .top_news_cont {
    padding: 100px 0 45px 0;
  }
  .top_ttl__news {
    display: block;
    margin: 0 0 40px 0;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .top_news_lst {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .top_news_cont {
    padding: 26.7vw 0 12vw 0;
  }
  .top_ttl {
    margin-bottom: 5.3vw;
  }
  .top_ttl__news {
    margin-bottom: 10.7vw;
  }
	.iframe_news{
		width:90vw;
		height:40vh;
	}
}
/* ---------- news end ---------- */

/* ---------- about ---------- */
.top_about_sec {
  margin-top: 100px;
  padding-bottom: 180px;
}
.top_about_cont {
  text-align: right;
}
.top_about_img_box {
  overflow: hidden;
  position: absolute;
  width: 56%;
  z-index: -1;
}
.top_about_img img {
  width: 100%;
  max-height: 530px;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_about_txtarea {
  display: inline-block;
  background-color: #ffffff;
  width: 1010px;
  margin-top: 120px;
  padding: 100px 0 0 100px;
}
.top_about_txt {
  margin-bottom: 50px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 1280px) {
  .top_about_txtarea {
    width: 78vw;
    margin-top: 9vw;
    padding: 7.8vw 0 0 7.8vw;
  }
}
@media (max-width: 896px) {
  .top_about_sec {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .top_about_cont {
    margin-top: 60px;
  }
  .top_about_img_box {
    position: relative;
    width: 100%;
    height: 277px;
  }
  .top_about_img img {
    max-height: 277px;
  }
  .top_about_txtarea {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .top_ttl,
  .top_ttl_sub {
    text-align: center;
  }
  .top_about_txt {
    margin-bottom: 85px;
  }
  .top_btn {
    width: 275px;
  }
  .top_btn_box {
    display: block;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .top_about_sec {
    margin-top: 26.667vw;
    padding-bottom: 26.667vw;
  }
  .top_about_cont {
    margin-top: 14vw;
  }
  .top_about_img {
    height: 73.867vw;
  }
  .top_about_img img {
    height: 100%;
  }
  .top_about_txt {
    margin-bottom: 16vw;
  }
  .top_btn {
    width: 72vw;
  }
}
/* ---------- about end ---------- */

/* ---------- Educational Business ---------- */
.top_eb_cont {
  padding-top: 150px;
  padding-bottom: 180px;
}
.top_eb_txt {
  margin-bottom: 90px;
}
.top_eb_lst_itm:nth-child(n + 3) {
  margin-top: 0;
}
.top_eb_lst_itm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.top_eb_lst_ttl {
  top: -40px;
  right: 20px;
}
.top_eb_lst_img img {
  height: 270px;
}
.top_eb_lst_txt {
  width: 100%;
  -webkit-transition: transform .7s, opacity .7s background-color .2s, color .2s;
	-o-transition: transform .7s, opacity .7s background-color .2s, color .2s;
	-webkit-transition: opacity .7s, background-color .2s, color .2s, -webkit-transform .7s;
	transition: opacity .7s, background-color .2s, color .2s, -webkit-transform .7s;
	-o-transition: transform .7s, opacity .7s, background-color .2s, color .2s;
	transition: transform .7s, opacity .7s, background-color .2s, color .2s;
	transition: transform .7s, opacity .7s, background-color .2s, color .2s, -webkit-transform .7s;
}
.top_eb_lst_lk_cont {
  margin-top: auto;
}
@media (max-width: 896px) {
  .top_eb_cont {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .top_eb_lst_itm + .top_eb_lst_itm {
    margin-top: 0;
  }
  .top_eb_lst_ttl {
    top: -20px;
  }
  .top_eb_lst_img img {
    height: 235px;
  }
}
@media (max-width: 576px) {
  .top_eb_cont {
    padding-top: 24.7vw;
    padding-bottom: 26.7vw;
  }
  .top_eb_lst_itm + .top_eb_lst_itm {
    margin-top: 21.3vw;
  }
  .top_eb_txt {
    margin-bottom: 16vw;
  }
  .top_eb_lst_img img {
    height: 62.7vw;
  }
}
/* ---------- Educational Business end ---------- */

/* ---------- company ---------- */
.top_company_sec {
  padding-bottom: 120px;
  overflow: hidden;
}
.top_company_cont {
  max-width: 1160px;
  width: 92vw;
  margin: auto;
}
.top_company_cont:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  background-color: #eff3f4;
  z-index: -1;
}
.top_company_img_box {
  display: inline-block;
  overflow: hidden;
  height: 400px;
  width: 100%;
  margin-bottom: 80px;
}
.top_company_box_lt .top_company_img_box {
  width: 50vw;
  margin-left: calc(100% - 50vw + 60px);
}
.top_company_box_rg .top_company_img_box {
  width: 50vw;
  margin-right: calc(100% - 50vw);
  margin-left: -60px;
}
.top_company_img {
  height: 100%;
  width: 100%;
}
.top_company_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_company_box {
  display: inline-block;
  width: 50%;
}
.top_company_box_lt {
  padding-right: 60px;
}
.top_company_box_rg {
  padding-left: 60px;
}
.top_company_txt {
  width: 100%;
  margin-bottom: 50px;
  color: #222222;
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 896px) {
  .top_company_sec {
    padding-bottom: 100px;
  }
  .top_company_cont {
    display: block;
    width: 92vw;
    max-width: none;
    margin: auto;
  }
  .top_company_cont:after {
    display: none;
  }
  .top_company_img {
    display: inline-block;
    height: 234px;
  }
  .top_company_img_box.u_tbl {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .top_company_box {
    margin-top: 0;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .top_company_box_lt {
    padding: 0;
    margin-bottom: 100px;
  }
  .top_company_box_lt .top_company_img_box {
    position: relative;
    width: 100vw;
    height: 234px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .top_company_box_rg {
    padding-left: 0;
  }
  .top_company_box_rg .top_company_img_box {
    position: relative;
    width: 100vw;
    height: 234px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .top_company_box_rg .top_company_txt {
    margin-bottom: 85px;
  }
}
@media (max-width: 576px) {
  .top_company_sec {
    padding-bottom: 26.7vw;
  }
  .top_company_txt {
    margin-bottom: 16vw;
  }
  .top_company_box_lt {
    margin-bottom: 26.7vw;
  }
  .top_company_box_rg .top_company_txt {
    margin-bottom: 16vw;
  }
}
/* ---------- company end ---------- */

/* ---------- animation css ---------- */
/* loading 一文字ずつ表示 */
.top_mv_ttl_road {
  color: #222222;
  padding-right: 11px;
  padding-left: 11px;
  opacity: 0;
}
.top_mv_ttl_road_open {
  opacity: 1;
}
.top_mv_txt_anim:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.top_mv_txt_anim:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  white-space: nowrap;
}
.page_loading .top_mv_ttl_road > .top_mv_txt_anim:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.page_loading .top_mv_ttl_road > .top_mv_txt_anim:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.text_open {
  opacity: 1;
}
@media (max-width: 896px) {
}

@-webkit-keyframes showText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top_mv_ttl_road span {
  display: inline-block;
  -webkit-animation: showText 3s backwards;
  animation: showText 3s backwards;
}
/* animation css */

/*============================================================================================
      製品ラインナップ一覧
=============================================================================================*/
.pd_sec {
  margin-top: 140px;
}
.pd_ct {
  margin-bottom: 30px;
}
.pd_itm_sec {
  padding-top: 70px;
}
.pd_info_ttl {
  margin-bottom: 40px;
}
.pd_info_lst_itm_ttl {
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .pd_info_ttl {
    margin-bottom: 5.3vw;
  }
  .pd_info_lst_itm:nth-child(n + 3) {
    margin-top: 12.3vw;
  }
  .pd_info_lst_itm_ttl {
    margin-top: 5.3vw;
    margin-bottom: 2.7vw;
  }
  .product_ct_lst_itm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product_ct_lst_itm_lk{
    width: 100%;
    margin: auto;
  }
  .pd_sec {
    padding-top: 32vw;
  }
  .pd_ct {
    margin-bottom: 1vw;
  }
  .pd_itm_sec {
    padding-top: 16vw;
  }
}
/*============================================================================================
      製品ラインナップ詳細
=============================================================================================*/
.pd_dt_ttl {
  margin-bottom: 80px;
  letter-spacing: 0.1em;
}
.pd_dt_itm_cont {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #eff3f4;
}
.pd_dt_itm_img {
  width: 45.5%;
  margin-right: 6%;
}
.pd_dt_info_txtarea {
  width: 63%;
}
.pd_dt_itm_txtarea_ttl {
  margin-bottom: 15px;
  letter-spacing: 0em;
}
.pd_dt_itm_txtarea_lst {
  line-height: 2;
}
.pd_dt_itm_btn{
  margin-top: 30px;
}
.pd_dt_itm_txtarea.mb_0 .pd_dt_itm_txtarea_lst {
  margin-bottom: 0;
}
.pd_dt_itm_txtarea_txt {
  margin-bottom: 35px;
}
.pd_dt_info_imgarea {
  margin-left: 5%;
}
.pd_dt_info_cont {
  margin-bottom: 80px;
}
.pd_dt_info_ttl {
  margin-bottom: 40px;
}
.pd_dt_frame_ttl {
  margin-bottom: 40px;
}
.pd_dt_frame {
  margin-bottom: 80px;
}
.pd_dt_frame_cont {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #eff3f4;
}
.pd_dt_spec_cont {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #eff3f4;
}
.pd_dt_spec_ttl {
  margin-bottom: 30px;
}
.pd_dt_spec_tbl {
  max-width: 920px;
  margin: auto;
  margin-bottom: 30px;
}
.pd_dt_spec_tbl div {
  padding: 25px 0;
}
.pd_dt_spec_tbl div:first-child {
  border-top: none;
}
.pd_dt_spec_tbl div:last-child {
  border-bottom: none;
}
.pd_dt_spec_tbl dt {
  width: 160px;
  margin-right: 30px;
}
.pd_dt_spec_tbl dd {
  width: calc(100% - 190px);
}
.pd_dt_spec_note {
  font-size: 1.2rem;
}
.pd_dt_spec_txt {
  width: 920px;
}
.pd_dt_cct_cont {
  max-width: 920px;
}
.pd_dt_oth_ttl {
  margin-bottom: 40px;
}
.pd_dt_info_lst_ttl {
  margin-bottom: 10px;
}
.pd_dt_cont .wp-block-image figcaption {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 896px) {
  .pd_dt_info_txtarea {
    width: 48.5%;
  }
  .pd_dt_info_imgarea {
    margin-left: 3%;
  }
  .pd_dt_itm_img {
    width: 100%;
    margin-right: 0;
  }
  .pd_dt_spec_tbl {
    margin-bottom: 0;
  }
  .pd_dt_spec_tbl div {
    padding: 6.7vw 0;
  }
  .pd_dt_spec_tbl dt,
  .pd_dt_spec_tbl dd {
    width: 100%;
  }
  .pd_dt_spec_note {
    padding-left: 2.7vw;
  }
  .pd_dt_spec_txt {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .pd_dt_ttl {
    margin-bottom: 10.7vw;
  }
  .pd_dt_itm_cont {
    padding-bottom: 21.3vw;
    margin-bottom: 21.3vw;
  }
  .pd_dt_itm_txtarea {
    margin-top: 8vw;
  }
  .pd_dt_itm_txtarea_ttl {
    margin-bottom: 10.7vw;
    font-size: 1.8rem;
  }
  .pd_dt_itm_btn{
    margin-top: 14.7vw;
  }
  .pd_dt_itm_txtarea_txt {
    margin-bottom: 14.7vw;
  }
  .pd_dt_itm_btn_pdf.g_btn.g_btn__pdf {
    margin-top: 5.3vw;
  }
  .pd_dt_info_cont {
    margin-bottom: 16vw;
  }
  .pd_dt_info_txtarea {
    width: 100%;
    margin-bottom: 16vw;
  }
  .pd_dt_info_imgarea {
    margin-left: 0%;
  }
  .pd_dt_info_ttl {
    margin-bottom: 8vw;
  }
  .pd_dt_info_imgarea {
    margin-bottom: 0;
  }
  .pd_dt_frame_cont {
    padding-bottom: 34.7vw;
    margin-bottom: 21.3vw;
  }
  .pd_dt_frame {
    margin-bottom: 16vw;
  }
  .pd_dt_frame_ttl {
    margin-bottom: 8vw;
  }
  .pd_dt_spec_cont {
    margin-top: 16vw;
    padding-top: 16vw;
  }
  .pd_dt_spec_ttl {
    margin-bottom: 2.7vw;
  }
  .pd_dt_oth_ttl {
    margin-bottom: 5.3vw;
  }
  .pd_dt_info_lst_itm {
    margin-bottom: 4vw;
  }
  .pd_dt_info_lst_ttl {
    margin-top: 5.3vw;
    margin-bottom: 2.7vw;
  }
}

/*============================================================================================
      事例紹介
=============================================================================================*/
.ex_sec {
  margin-top: 140px;
}
.ex_anchor_cont {
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .ex_anchor_cont {
    margin-bottom: 16vw;
  }
  .ex_info_lst_itm_img {
    margin-bottom: 4vw;
  }
}

/*============================================================================================
      事例紹介詳細
=============================================================================================*/
.ex_dt_lg_txt {
  font-size: 2.5rem;
}
.ex_dt_c_red {
  color: #ff0000;
}
.ex_dt_key_lst {
  margin-bottom: 80px;
}
.ex_dt_main_cap {
  margin-bottom: 40px;
}
.ex_dt_main_txt {
  margin-bottom: 65px;
}
.ex_dt_lst {
  margin-top: 75px;
}
.ex_dt_lst_cap {
  margin-bottom: 40px;
}
.ex_dt_lst_top {
  margin-bottom: 85px;
}
.ex_dt_lst_btm {
  margin-top: 0;
  margin-bottom: 75px;
}
.ex_dt_sub_cap {
  margin-bottom: 30px;
}
.ex_dt_anchor_cont {
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .ex_dt_key_lst {
    margin-bottom: 16vw;
  }
  .ex_dt_main_cap {
    margin-bottom: 8vw;
  }
  .ex_dt_main_txt {
    margin-bottom: 22.7vw;
  }
  .ex_dt_lst {
    margin-top: 22.7vw;
  }
  .ex_dt_lst_cap {
    margin-bottom: 8vw;
  }
  .ex_dt_lst_top {
    margin-bottom: 25.3vw;
  }
  .ex_dt_lst .ex_dt_lst_img {
    margin-top: 0;
    margin-bottom: 14.7vw;
  }
  .ex_dt_sub_cap {
    margin-bottom: 5.3vw;
  }
  .ex_dt_anchor_cont {
    margin-bottom: 32vw;
  }
}

/*============================================================================================
      固定ページ
=============================================================================================*/
.related_posts_cont {
  width: 100%;
  margin-top: 120px;
}
.related_posts_ttl {
  margin-bottom: 40px;
}
.related_posts_lst_dt {
  display: inline-block;
  margin-bottom: 10px;
}
.related_posts_lst_ttl {
  margin-bottom: 10px;
}
@media (max-width: 896px) {
}
@media (max-width: 576px) {
  .related_posts_cont {
    margin-top: 16vw;
  }
  .related_posts_ttl {
    margin-bottom: 5.3vw;
  }
  .related_posts_lst_itm {
    padding-bottom: 8vw;
  }
  .related_posts_lst_itm + .related_posts_lst_itm {
    margin-top: 0;
    padding-top: 8vw;
    border-top: 1px solid #eff3f4;
  }
  .related_posts_lst_itm:last-child {
    padding-bottom: 0;
  }
  .related_posts_img {
    height: 56vw;
    margin-bottom: 4vw;
  }
  .related_posts_img img {
    height: 100%;
  }
  .related_posts_lst_ttl {
    margin-bottom: 4vw;
  }
  .related_posts_lst {
    margin-bottom: 16vw;
  }
}

/*============================================================================================
      栽培お役立ち情報
=============================================================================================*/
.use_lst_cont {
  padding-bottom: 20px;
}
.use_lst_cont + .use_lst_cont {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.use_lst_cont:last-child {
  padding-bottom: 0;
}
.use_lst {
  padding-bottom: 20px;
}
.use_lst + .use_lst {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.use_lst:last-child {
  padding-bottom: 0;
}
.use_lst_itm:first-child {
  font-weight: bold;
}

/*============================================================================================
      FAQ
=============================================================================================*/
.faq_wrap_inr {
  max-width: 920px;
}
.faq_srch_cont {
  margin-bottom: 40px;
  padding: 35px 0;
}
.faq_srch_ct_cont.g_catLst {
  height: auto;
  margin-bottom: 0;
}
.faq_srch_ct_cont.g_catLst::after {
  top: unset;
  bottom: 22px;
}
.faq_srch_ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.faq_label_area{
  padding-left: 70px;
}
.srch_box {
  display: inline-block;
  width: calc(100% - 215px);
  margin-left: 40px;
}
.srch_txt_area {
  background-color: #ffffff;
  height: 46px;
  border: 1px solid #eff3f4;
}
.srch_txt_area input {
  border: none;
}
.srch_btn {
  display: block;
}
.srch_btn input {
  position: absolute;
  display: inline-block;
  background: url(../img/common/ic_srch.svg) no-repeat;
  background-size: cover;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  right: 0;
  bottom: 1px;
  font-size: 0;
  border: none;
}
.faq_key_lst_cont {
  width: calc(100% - 215px);
  margin-top: 10px;
  margin-right: 0;
  margin-left: auto;
}
.faq_key_lst_cont_ttl {
  font-size: 1.2rem;
}
.faq_key_lst_itm {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1.2rem;
}
.faq_lst_itm a {
  display: block;
  padding-bottom: 20px;
  padding-left: 35px;
}
.faq_lst_itm + .faq_lst_itm a {
  padding-top: 20px;
}
.faq_lst_itm:last-child a {
  padding-bottom: 0;
}
.faq_lst_txt {
  margin-bottom: 10px;
}
.faq_lst_txt::before {
  content: "Q";
  position: absolute;
  top: -10px;
  left: -35px;
  color: #00a0e9;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 576px) {
  .srch_box {
    width: 100%;
    margin-top: 8vw;
    margin-left: 0;
  }
  .faq_srch_cont {
    margin-bottom: 13.3vw;
    padding: 9.3vw 0;
  }
  .faq_srch_ttl {
    font-size: 1.6rem;
    margin-bottom: 1.3vw;
  }
  .faq_label_area{
    padding-left: 12vw;
  }
  .faq_key_lst_cont {
    width: 100%;
    margin-left: 0;
  }
  .faq_srch_ttl.g_decoHd_bl::before {
    top: 1.2vw;
    width: 0.8vw;
    height: 1.8rem;
  }
  .faq_lst_txt {
    margin-bottom: 8vw;
  }
}
/*============================================================================================
      FAQ詳細
=============================================================================================*/
.faq_dt_btn {
  margin-top: 100px;
  margin-bottom: 120px;
}
.faq_dt_ttl_cont {
  padding-bottom: 30px;
  border-bottom: 1px solid #eff3f4;
}
.faq_dt_ttl {
  margin-bottom: 20px;
}
.faq_dt_ttl,
.faq_dt_article {
  padding-left: 70px;
}
.faq_dt_article {
  margin-top: 30px;
}
.faq_dt_ttl::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -25px;
  color: #00a0e9;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.faq_dt_article::before {
  content: "A";
  position: absolute;
  left: 0;
  top: -20px;
  color: #ee2824;
  font-size: 4.4rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.faq_dt_btn_back {
  margin-top: 100px;
}
.faq_srch_cont__dt {
  margin-top: 120px;
}
@media (max-width: 576px) {
  .faq_dt_sec_last {
    padding-bottom: 16vw;
  }
  .faq_dt_ttl {
    margin-bottom: 4vw;
  }
  .faq_dt_article {
    margin-top: 10.7vw;
  }
  .faq_dt_ttl,
  .faq_dt_article {
    padding-left: 12vw;
  }
  .faq_dt_ttl::before {
    top: -4vw;
    font-size: 3.4rem;
  }
  .faq_dt_article::before {
    top: -2vw;
    font-size: 3rem;
  }
  .faq_dt_btn_back {
    margin-top: 21.3vw;
  }
  .faq_srch_cont__dt {
    margin-top: 16vw;
    margin-bottom: 0;
  }
}
/*============================================================================================
      営業所
=============================================================================================*/
.office_txt {
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .office_txt {
    margin-bottom: 6.7vw;
  }
}
/*============================================================================================
      お知らせ一覧
=============================================================================================*/
.info_lst_itm_dt {
  font-size: 1.3rem;
}
/*============================================================================================
      SDGS
=============================================================================================*/
.company_sdgs_img {
  max-width: 840px;
}
.company_sdgs_lst {
  padding-bottom: 50px;
}
.company_sdgs_lst + .company_sdgs_lst {
  padding-top: 50px;
  border-top: 1px solid #eff3f4;
}
.company_sdgs_lst:last-child {
  padding-bottom: 0;
}
.company_sdgs_txt_area {
  background-color: #f7f7f7;
  padding: 30px 30px 25px 30px;
  margin-bottom: 60px;
}
.company_sdgs_lst_ttl_cont {
  width: 380px;
  padding-right: 140px;
}
.company_sdgs_chd_img {
  width: 60px;
}
.company_sdgs_lst_ttl {
  margin-bottom: 30px;
}
.company_sdgs_lst_txt_cont {
  width: calc(100% - 380px);
}
@media (max-width: 896px) {
  .company_sdgs_lst_ttl_cont {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    padding-right: 0;
  }
  .company_sdgs_lst_txt_cont {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .company_sdgs_txt_cont {
    margin-bottom: 16vw;
  }
  .company_sdgs_txt_area {
    padding: 8vw;
    margin-bottom: 10.7vw;
  }
  .company_sdgs_lst_ttl {
    margin-bottom: 5.3vw;
  }
}
/*============================================================================================
      誠和の人材
=============================================================================================*/
.company_people_sub_ttl {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .company_people_sub_ttl {
    margin-bottom: 8vw;
  }
}
/*============================================================================================
      企業情報
=============================================================================================*/
.company_info_ttl_en {
  display: block;
}
.company_origin_img {
  width: 350px;
}
.company_article_ttl {
  margin-bottom: 60px;
}
.company_article_img {
  height: 200px;
}
.company_article_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.company_info.g_info_itm_thum a{
      display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
      height: 100%;
}
.company_pre_txtarea {
  width: calc(100% - 430px);
  margin-right: 80px;
  margin-bottom: 65px;
}
.company_pre_txtarea > * {
  display: block;
}
.company_pre_txt + .company_pre_txt {
  padding-top: 2rem;
}
.company_pre_date {
  padding-top: 65px;
}
.company_pre_img {
  width: 350px;
}
@media (max-width: 896px) {
  .company_pre_txtarea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .company_pre_img {
    width: 46.7vw;
    margin: auto;
    margin-bottom: 10.7vw;
  }
}
@media (max-width: 576px) {
  .company_info.g_info_itm_thum a{
    display: block;
}
  .company_origin_img {
    width: 84vw;
  }
  .company_article_ttl {
    margin-bottom: 8vw;
  }
  .company_article_img {
    height: auto;
  }
  .company_pre_txtarea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .company_pre_date {
    padding-top: 20vw;
  }
  .company_pre_img {
    width: 46.7vw;
    margin: auto;
    margin-bottom: 10.7vw;
  }
}
/*    会社概要
    =====================================================*/
.company_about_history.g_dl > div {
  padding: 10px 0;
}
.g_dl .company_about_year {
  width: 50px;
  margin-right: 10px;
}
.g_dl .company_about_history_cont {
  width: calc(100% - 60px);
}
@media (max-width: 896px) {
  .g_dl .company_about_year {
    width: 100%;
    margin-right: 0px;
  }
  .g_dl .company_about_month {
    width: 50px;
  }
  .company_about_history.g_dl > div {
    padding: 10px 0;
  }
  .g_dl .company_about_history_cont {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .g_dl .company_about_month {
    width: 43px;
  }
  .g_dl .company_about_year {
    width: 100%;
    margin-right: 0;
  }
}
/*============================================================================================
      有資格者一覧
=============================================================================================*/
.company_introduce_license_lst {
  margin-top: 0;
  padding: 30px 0;
  border-top: 1px solid #eff3f4;
}
.company_introduce_license_lst:nth-last-child(-n + 2) {
  border-bottom: 1px solid #eff3f4;
}
.g_lice_name {
  display: inline-block;
  width: calc(100% - 40px);
}
@media (max-width: 896px) {
  .company_introduce_license_lst.l_clm2_md_1 {
    margin-top: 0;
  }
  .company_introduce_license_lst:nth-last-child(-n + 2) {
    border-bottom: none;
  }
  .company_introduce_license_lst:last-child {
    border-bottom: 1px solid #eff3f4;
  }
}
@media (max-width: 576px) {
  .company_introduce_license_lst {
    padding: 8vw 0;
  }
}
/*============================================================================================
      誠和だからできること
=============================================================================================*/
.support_about_txt {
  width: 730px;
  margin-bottom: 60px;
}
.support_about_img {
  width: 100%;
  max-width: 350px;
}
.support_about_strengths_img {
  margin-bottom: 80px;
}
.support_about_strengths_sub_ttl {
  margin-bottom: 40px;
}
.support_about_strengths_lst {
  background-color: #fff;
  padding: 25px 30px 70px;
}
.support_about_strengths_lst_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.support_about_strengths_lst_itm {
  padding: 20px 0;
  border-top: 1px solid #eff3f4;
}
.support_about_strengths_lst_itm:last-child {
  padding-bottom: 0;
}
.support_about_strengths_bd_red {
  border-top: 4px solid #ee1b24;
}
.support_about_strengths_c_red {
  color: #ee1b24;
}
.support_about_strengths_bd_yellow {
  border-top: 4px solid #d6b513;
}
.support_about_strengths_c_yellow {
  color: #d6b513;
}
.support_about_strengths_bd_purple {
  border-top: 4px solid #b43ea6;
}
.support_about_strengths_c_purple {
  color: #b43ea6;
}
.support_about_strengths_bd_green {
  border-top: 4px solid #3eb449;
}
.support_about_strengths_c_green {
  color: #3eb449;
}
.support_about_case_ttl,
.support_about_education_ttl {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .support_about_txt {
    width: 100%;
  }
  .support_about_strengths_lst {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .support_about_suport_txt {
    margin-bottom: 10.7vw;
  }
  .support_about_strengths_img {
    width: 53.3vw;
    margin-bottom: 16vw;
  }
  .support_about_strengths_img img {
    width: 53.3vw;
  }
  .support_about_strengths_sub_ttl {
    margin-bottom: 5.3vw;
  }
  .support_about_strengths_lst {
    padding: 6.7vw 8vw 13.3vw;
  }
  .support_about_strengths_lst_itm {
    padding: 5.3vw 0;
  }
  .support_about_case_ttl,
  .support_about_education_ttl {
    margin-bottom: 5.3vw;
  }
  .support_about_bg_gray {
    margin-top: 21.3vw;
  }
}
.support_g_label {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  border: 1px solid #00a0e9;
  border-radius: 50px;
}

.support_g_dt {
  width: 13.5%;
  color: #fff;
  background-color: #00a0e9;
}
.support_g_dd {
  width: 86.5%;
  padding: 25px 40px;
  background-color: #fff;
}

.support_g_dl_col .support_g_dt {
  width: 100%;
  padding: 5px 0;
}
.support_g_dl_col .support_g_dd {
  width: 100%;
  padding: 15px 20px;
}

.support_g_dl_sm .support_g_dd {
  padding: 15px 40px;
}

@media (max-width: 896px) {
  .support_g_dt {
    width: 18%;
  }
  .support_g_dd {
    width: 82%;
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .support_g_dt {
    width: 100%;
    padding: 1.3vw;
  }
  .support_g_dd {
    width: 100%;
    padding: 5.3vw;
  }

  .support_g_dl_sm .support_g_dt {
    width: 22%;
  }
  .support_g_dl_sm .support_g_dd {
    width: 78%;
    padding: 2.6vw 5.3vw;
  }
}

/*    農業参入サポート
    =====================================================*/
.support_farm_pillar_lst {
  margin-top: 60px;
}
.support_farm_pillar_itm + .support_farm_pillar_itm {
  margin-top: 70px;
}
.support_farm_pillar_faq {
  margin-top: 50px;
  border-top: 1px solid #eff3f4;
  border-bottom: 1px solid #eff3f4;
}
.support_farm_pillar_faq .support_farm_pillar_faq_ttl,
.support_farm_pillar_faq .support_farm_pillar_faq_txt {
  padding-left: 1.5em;
}
.support_farm_pillar_faq .support_farm_pillar_faq_ttl {
  padding-top: 25px;
  padding-bottom: 15px;
}
.support_farm_pillar_faq .support_farm_pillar_faq_txt {
  padding-bottom: 25px;
}
.support_farm_pillar_faq .support_farm_pillar_faq_ttl::before {
  content: "Q";
}
.support_farm_pillar_faq .support_farm_pillar_faq_txt::before {
  content: "A";
}
.support_farm_pillar_faq .support_farm_pillar_faq_ttl::before,
.support_farm_pillar_faq .support_farm_pillar_faq_txt::before {
  left: 0;
  color: #00a0e9;
  font-weight: bold;
}
.support_farm_pillar_faq
  .support_farm_pillar_faq_txt
  + .support_farm_pillar_faq_ttl {
  border-top: 1px solid #eff3f4;
}

.support_total_flow_itm + .support_total_flow_itm {
  margin-top: 10px;
}

@media (max-width: 576px) {
  .support_farm_pillar_lst {
    margin-top: 8vw;
  }
  .support_farm_pillar_itm + .support_farm_pillar_itm {
    margin-top: 16vw;
  }
  .support_farm_pillar_itm .g_btn {
    margin-top: 8vw !important;
  }
  .support_farm_pillar_faq {
    margin-top: 10.6vw;
  }
  .support_farm_pillar_faq .support_farm_pillar_faq_ttl {
    padding-top: 6.6vw;
    padding-bottom: 4vw;
  }
  .support_farm_pillar_faq .support_farm_pillar_faq_txt {
    padding-bottom: 6.6vw;
  }
}

/*    流通サポート
    =====================================================*/
.support_dist_monitor_img {
  max-width: 550px;
}
.support_dist_point_lst {
  margin-top: 80px;
}
.support_dist_point_itm + .support_dist_point_itm {
  margin-top: 160px;
}
.support_dist_point_dl.l_ratio3_2_r {
  padding-left: 4%;
}
.support_dist_point_dl.l_ratio3_2_l {
  padding-right: 4%;
}
.support_dist_point_label {
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1;
  background: #00a0e9;
  border-radius: 50%;
  text-align: center;
}
.support_dist_point_label span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.support_dist_point_label + h4 {
  width: calc(100% - 110px);
  margin-left: 30px;
}
.support_dist_point_label.u_ic::before {
  width: 90px;
  height: 25px;
  top: -25px;
  left: -5px;
  background-image: url(../img/support/distribution/world_beginning.svg);
}
.support_dist_point_dl_txt {
  margin-top: 50px;
}

@media (max-width: 896px) {
  .support_use_flow_lst .l_clm4_sm_1 {
    width: 49%;
    margin-top: 10px;
  }
  .support_use_flow_lst .l_clm4_sm_1:nth-of-type(1),
  .support_use_flow_lst .l_clm4_sm_1:nth-of-type(2) {
    margin-top: 0;
  }
  .support_use_flow_lst .l_clm4_sm_1:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .support_dist_monitor_img {
    max-width: 73.6vw;
    margin: auto;
  }

  .support_dist_point_lst {
    margin-top: 8vw;
  }
  .support_dist_point_itm + .support_dist_point_itm {
    margin-top: 26.6vw;
  }
  .support_dist_point_itm:first-child .support_dist_point_dl {
    margin-top: 4vw;
  }
  .support_dist_point_dl.l_ratio3_2_r {
    padding-left: 0;
  }
  .support_dist_point_dl.l_ratio3_2_l {
    padding-right: 0;
  }
  .support_dist_point_label {
    width: 60px;
    height: 60px;
    font-size: 2.4rem;
  }
  .support_dist_point_label span {
    font-size: 1.2rem;
  }
  .support_dist_point_label + h4 {
    width: calc(100% - (60px + 5.3vw));
    margin-left: 5.3vw;
  }
  .support_dist_point_label.u_ic::before {
    width: 60px;
    height: 16px;
    top: -20px;
    left: 0;
    background-image: url(../img/support/distribution/world_beginning.svg);
  }
  .support_dist_point_dl_txt {
    margin-top: 8vw;
  }

  .support_use_flow_lst .l_clm4_sm_1 {
    width: 100%;
    margin-top: 10px;
  }
  .support_use_flow_lst .l_clm4_sm_1:nth-of-type(2) {
    margin-top: 10px;
  }
}

/*    経営サポート
    =====================================================*/
.support_mng_tech_img img{
  height: auto;
}
.support_mng_box {
  padding: 35px 40px;
}
.support_mng_box_ttl {
  font-size: 2rem;
}
.support_mng_box .support_mng_box_cont .l_ratio3_2_l {
  padding-right: 4%;
}

@media (max-width: 896px) {
  .support_mng_box .support_mng_box_cont .l_ratio3_2_l {
    width: 66%;
  }
  .support_mng_box .support_mng_box_cont .l_ratio3_1_r {
    width: 32%;
    margin-left: 2%;
  }
}
@media (max-width: 576px) {
  .support_mng_tech_img{
    height: auto;
  }
  .support_mng_box {
    padding: 6.6vw 8vw;
  }
  .support_mng_box_ttl {
    font-size: 1.6rem;
  }
  .support_mng_box .support_mng_box_cont .l_ratio3_2_l {
    order: 1;
  }
  .support_mng_box .support_mng_box_cont .l_ratio3_1_r {
    order: 2;
  }
}

/*    教育事業
    =====================================================*/
.education_lst_txt {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .g_btn.g_btn__cct.education_btn {
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .education_lst_txt {
    margin-bottom: 8vw;
  }
}
/* セミナー・農業塾 */
.education_seminar_info_txt {
  margin-bottom: 35px;
}
.education_seminar_txt {
  margin: 40px 0;
}
.education_seminar_lst {
  background-color: #f7f7f7;
  padding: 30px;
}
.education_seminar_lst_itm {
  font-weight: 600;
}
@media (max-width: 576px) {
  .education_seminar_info_txt {
    margin-bottom: 8vw;
  }
  .education_seminar_txt {
    margin: 5.3vw 0;
  }
  .education_seminar_lst {
    padding: 5.3vw;
  }
}
/* 誠和アカデミー */
.education_academy_sub_ttl {
  margin-bottom: 40px;
}
.education_academy_features_fig {
  height: auto;
}
.education_academy_features_fig img {
  height: 100%;
  object-fit: cover;
}
.education_academy_tag{
  padding-right: 1.4rem;
}
.g_btn.education_academy_btn {
  max-width: 275px;
  width: 100%;
}
.education_academy_park {
  display: inline;
}
.education_academy_cct_txtarea {
  width: calc(100% - 320px);
}
.education_academy_number {
  font-size: 2.6rem;
}
.education_academy_tel {
  display: inline-block;
  background-color: #00a0e9;
  padding: 0px 10px;
  color: #fff;
  font-size: 1.4rem;
}
.academy_detail_sec .education_academy_features_fig {
  width: 260px;
  height: 260px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .education_academy_number {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 897px) {
  .education_academy_tel_cont_mdleft h4, p, div {
    text-align: left !important;
  }
}
@media (max-width: 896px) {
  .education_academy_cct_txtarea {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .education_academy_sub_ttl {
    margin-bottom: 8vw;
  }
  .education_academy_tel {
    padding: 0vw 2.7vw;
  }
  .education_academy_number {
    border-bottom: none;
  }
}
.education_schedule_sec {
  margin-top: 80px;
}
.education_timetable_sec .g_decoHd_bl::before {
  background-color: #D75142;
}
.education_schedule_sec .g_decoHd_bl::before {
  background-color: #D75142;
}
.education_schedule_table.g_table {
  border: none;
}
.education_schedule_table.g_table tr {
  border-bottom: none;
}
.education_schedule_table thead th {
  border-right: 1px solid #fff;
}
.education_schedule_table thead th:nth-child(1) {
  border-bottom: 1px solid #fff;
}
.education_schedule_table thead th:nth-child(8) {
  border-right: none;
}
.education_schedule_table tbody th {
  border-right: none;
}
.education_schedule_table tbody th:nth-child(1) {
  border-bottom: 1px solid #fff;
}
.education_schedule_table th {
  background-color: #D75142;
  color: #fff;
  font-weight: bold;
}
.education_schedule_table td {
  background-color: #fff;
  border: 1px solid #D75142;
  vertical-align: middle;
}
.education_schedule_table .bg_red {
  background-color: #E78E74;
  color: #fff;
}
.education_life_sec {
  margin-top: 60px;
}
.education_life_sec .g_decoHd_bl::before {
  background-color: #D75142;
}
.education_academy_example_box {
  padding: 30px;
}
.education_academy_example_inr li + li {
  margin-left: 40px;
}
.education_academy_example_box .education_academy_features_fig img {
  width: 236px;
  height: 178px;
  margin-left: auto;
}
.education_schedule_table thead th {
  border-top: none;
  border-left: none;
}
.education_schedule_table thead th:nth-child(8) {
  border-right: 1px solid #D75142;
}
.education_schedule_table tbody th {
  border-left: none;
}
.education_schedule_table tr:nth-child(2) th {
  border-bottom: 1px solid #D75142;
}
@media (min-width: 1281px) {
  .academy_life_sec li:nth-child(1) {
    width: 64.5%;
    margin-right: 40px;
  }
  .academy_life_sec li:nth-child(2) {
    width: 31.5%;
    /* margin-left: 20px; */
  }
  .education_timetable_sec .u_img {
    width: 349px;
    height: 358px;
  }
  .ordermade_top_sec li:nth-child(1) {
    width: 63%;
    margin-right: 60px;
  }
  .ordermade_top_sec li:nth-child(2) {
    width: 31.5%;
  }
}
@media (max-width: 1280px) {
  .education_timetable_sec .u_img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1280px) and (min-width: 897px) {
  .academy_life_sec li:nth-child(1) {
    width: 55.5vw;
    margin-right: 50px;
  }
  .academy_life_sec li:nth-child(2) {
    width: 27.3vw;
  }
  .ordermade_top_sec li:nth-child(1) {
    width: 54.5vw;
  }
  .ordermade_top_sec li:nth-child(2) {
    width: 27.3vw;
  }
}
@media(max-width: 896px) {
  .education_timetable_sec {
    padding-left: 0px;
  }
  .education_timetable_sec figure {
    max-width: 100%;
  }

  .education_academy_example_inr {
    display: block;
  }
  .education_academy_example_inr li + li {
    margin-left: 0px;
    margin-top: 40px;
  }
  .education_academy_example_box .education_academy_features_fig img {
    width: 100%;
    height: auto;
  }
  .ordermade_top_sec li:nth-child(1) {
    margin-bottom: 30px;
  }
  .ordermade_top_sec li:nth-child(2) {
    width: 100%;
  }
}

.education_schedule_table.g_table tr th,
.education_schedule_table.g_table tr td,
.education_course_table.g_table tr th,
.education_course_table.g_table tr td {
  padding: 10px;
}

.education_course_table th {
  background-color: #F8F8F8;
  border: 1px solid #ddd;
}
.education_course_table td {
  background-color: #fff;
  border: 1px solid #ddd;
}
@media(max-width: 896px) {
  .education_course_table {
    width: 100%;
    display: flex;
  }
  .education_course_table tr {
    border-bottom: none;
  }
  .education_course_table tr th {
    border-bottom: none;
  }
  .education_course_table tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  .education_course_table thead, .education_course_table tbody{
    width: 100%;
  }
  .ordermade_example_table_sp tbody {
    display: flex;
  }
  .education_course_table th {
    width: 46vw !important;
    border-bottom: none;
  }
  .education_course_table td {
    width: 46vw;
    border-bottom: none !important;
  }
}
@media(max-width: 576px) {
  .education_course_table th {
    width: 45vw !important;
  }
  .education_course_table td {
    width: 45vw;
  }
}

/* オーダーメイド型研修 */
.ordermade_example_table {
  border: none;
}
.ordermade_example_table thead tr th:nth-child(1) {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.ordermade_example_table th {
  font-weight: 400;
  vertical-align: middle;
  padding: 10px !important;
}
.ordermade_example_table td {
  font-weight: 400;
  vertical-align: middle;
  padding: 10px !important;
}
.ordermade_example_table tbody tr td:nth-child(1) {
  background-color: #f8f8f8;
}
.ordermade_example_table_mb {
  display: none;
}
.ordermade_example_table_sp {
  display: none;
}

@media (max-width: 896px) {
  .ordermade_example_table_sp {
    display: flex;
  }
  .ordermade_example_table th {
    width: 18vw !important;
  }
  .ordermade_example_table td {
    width: 37vw;
  }
  .ordermade_example_table_mb {
    display: flex !important;
    overflow: scroll;
  }
  .ordermade_example_table tbody:nth-of-type(1) tr th, .ordermade_example_table tbody:nth-of-type(1) tr td {
    border-right: none;
  }
  .ordermade_example_table tbody:nth-of-type(3) tr th, .ordermade_example_table tbody:nth-of-type(3) tr td {
    border-left: none;
  }
}
@media (max-width: 576px) {
  .ordermade_example_table th {
    width: 16vw !important;
  }
}



/*    教育事業
=====================================================*/
.company_about_office_itm {
  margin-top: 0 !important;
  padding: 25px 0;
  border-top: 1px solid #eff3f4;
}
.company_about_office_itm:nth-child(1),
.company_about_office_itm:nth-child(2) {
  border-top: none;
}

@media (max-width: 576px) {
  .company_about_office_itm {
    padding: 6.6vw 0;
  }
  .company_about_office_itm:nth-child(2) {
    border-top: 1px solid #eff3f4;
  }
}

/*    販売店の方へ
=====================================================*/
.dealer_fax_num {
  font-size: 2.6rem;
}
.dealer_fax_num span {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
  color: #fff;
  background-color: #00a0e9;
  vertical-align: middle;
}

/*    採用情報
=====================================================*/
.g_btn.g_link_transp {
  height: auto;
  border: none;
  background-color: transparent;
}
.g_btn.g_link_transp a {
  height: auto;
}

/*    個人情報保護方針
=====================================================*/
.policy_sec {
  margin-top: 60px;
}
.policy_ttl {
  font-size: 2rem;
}
.policy_lead {
  margin-top: 80px;
}
@media (max-width: 576px) {
  .policy_sec {
    margin-top: 8vw;
  }
  .policy_lead {
    margin-top: 10.6vw;
  }
}

/*    サイトマップ
=====================================================*/
.sitemap_area .sitemap_area_top a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sitemap_area .sitemap_area_top a:hover {
  color: #00a0e9;
}
.privacy_tag{
  padding-right: 1em;
}
@media (max-width: 576px) {
  .sitemap_area .header_sld_box {
    width: 50%;
    margin-bottom: 16vw;
  }
  .sitemap_area .header_sld_boxarea_top {
    margin-bottom: 0;
  }
  .sitemap_area .header_sld_boxarea_bt {
    margin-top: 5.3vw;
  }
}

/*    （独自）
=====================================================*/

/*    Margin（独自）
=====================================================*/
.mt_auto {
  margin-top: auto;
}

@media (max-width: 991px) {
  .ml_0_md {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .mb_15_sm {
    margin-bottom: 4vw !important;
  }
}

/* Hedsへの導線追加
=====================================================*/
.top_bnr_wrap{
  display: flex;
  justify-content: end;
  gap: 20px;
}
.heds_link{
  display: flex;
  justify-content: flex-end;
  transition: opacity 0.3s;
}
.heds_link_img{
  width: 100%;
  max-width: 450px;
}
@media (any-hover: hover){
  .heds_link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 896px) {
  .top_bnr_wrap{
    flex-direction: column;
    gap: 20px;
  }
  .heds_link_img{
    width: 100%;
    max-width: 100%;
  }
}