@charset "UTF-8";
/* ===================
共通変数
===================*/
/* ===================
ブレークポイント
===================*/
/* ===================
rem計算
===================*/
/* ===================
コンテンツサイズ
===================*/
/* ａタグ基本スタイル */
/* buttonデフォルトのスタイルをリセット */
/* スタイルを一部リセット */
/* #Base
   -------------------------------------------------------------------------- */
/**
* Baseレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します
* 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます
* 基本的にclass属性は使用しません
*/
body {
  font-family: "Arial", "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #000000;
}

html {
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 768px) {
  html {
    scroll-padding-top: 159px;
  }
}

@media only screen and (max-width: 767px) {
  #scroll_area_Off {
    overflow: hidden;
  }
}

a:link, a:visited, a:hover, a:active {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}

/* -----------------------------------------------------------------------------
   #Spacing
   -------------------------------------------------------------------------- */
/*
  bootstrapのユーティリティを補う為の
  margin,paddingの汎用クラス
*/
/* -----------------------------------------------------------------------------
   #Margin
   -------------------------------------------------------------------------- */
.u-m10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .u-m10_sp {
    margin: 10px !important;
  }
  .u-mt0_sp {
    margin-top: 0px !important;
  }
  .u-mt10_sp {
    margin-top: 10px !important;
  }
  .u-mt20_sp {
    margin-top: 20px !important;
  }
  .u-mt30_sp {
    margin-top: 30px !important;
  }
  .u-mt40_sp {
    margin-top: 40px !important;
  }
  .u-mt50_sp {
    margin-top: 50px !important;
  }
  .u-mt60_sp {
    margin-top: 60px !important;
  }
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }
  .u-mb10_sp {
    margin-bottom: 10px !important;
  }
  .u-mb20_sp {
    margin-bottom: 20px !important;
  }
  .u-mb30_sp {
    margin-bottom: 30px !important;
  }
  .u-mb40_sp {
    margin-bottom: 40px !important;
  }
  .u-mb50_sp {
    margin-bottom: 50px !important;
  }
  .u-mb60_sp {
    margin-bottom: 60px !important;
  }
  .u-mr10_sp {
    margin-right: 10px !important;
  }
  .u-mr20_sp {
    margin-right: 20px !important;
  }
  .u-mr30_sp {
    margin-right: 30px !important;
  }
  .u-ml0_sp {
    margin-left: 0 !important;
  }
  .u-ml10_sp {
    margin-left: 10px !important;
  }
  .u-ml20_sp {
    margin-left: 20px !important;
  }
  .u-ml30_sp {
    margin-left: 30px !important;
  }
}
/* -----------------------------------------------------------------------------
   #Padding
   -------------------------------------------------------------------------- */
.u-p10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .u-p10_sp {
    padding: 10px !important;
  }
  .u-pt0_sp {
    padding-top: 0px !important;
  }
  .u-pt10_sp {
    padding-top: 10px !important;
  }
  .u-pt20_sp {
    padding-top: 20px !important;
  }
  .u-pt30_sp {
    padding-top: 30px !important;
  }
  .u-pt40_sp {
    padding-top: 40px !important;
  }
  .u-pt50_sp {
    padding-top: 50px !important;
  }
  .u-pt60_sp {
    padding-top: 60px !important;
  }
  .u-pt70_sp {
    padding-top: 70px !important;
  }
  .u-pt80_sp {
    padding-top: 80px !important;
  }
  .u-pt90_sp {
    padding-top: 90px !important;
  }
  .u-pt100_sp {
    padding-top: 100px !important;
  }
  .u-pb10_sp {
    padding-bottom: 10px !important;
  }
  .u-pb20_sp {
    padding-bottom: 20px !important;
  }
  .u-pb30_sp {
    padding-bottom: 30px !important;
  }
  .u-pb40_sp {
    padding-bottom: 40px !important;
  }
  .u-pb50_sp {
    padding-bottom: 50px !important;
  }
  .u-pb60_sp {
    padding-bottom: 60px !important;
  }
  .u-pl0_sp {
    padding-left: 0px !important;
  }
  .u-pl10_sp {
    padding-left: 10px !important;
  }
  .u-pl20_sp {
    padding-left: 20px !important;
  }
  .u-pl30_sp {
    padding-left: 30px !important;
  }
  .u-pl90_sp {
    padding-left: 90px !important;
  }
  .u-pr10_sp {
    padding-right: 10px !important;
  }
  .u-pr0_sp {
    padding-right: 0px !important;
  }
  .u-pr20_sp {
    padding-right: 20px !important;
  }
  .u-pr30_sp {
    padding-right: 30px !important;
  }
}
/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*
  bootstrapのユーティリティを補う為の
  テキスト系の汎用クラス
*/
.u-serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Meiryo", serif;
}

.u-red {
  color: #C7161E !important;
}

.u-black {
  color: #000000 !important;
}

.u-lineheight_175 {
  line-height: 1.75;
}

.u-lineheight_200 {
  line-height: 2;
}

.u-f10 {
  font-size: 0.625rem !important;
}

.u-f11 {
  font-size: 0.6875rem !important;
}

.u-f12 {
  font-size: 0.75rem !important;
}

.u-f13 {
  font-size: 0.8125rem !important;
}

.u-f14 {
  font-size: 0.875rem !important;
}

.u-f15 {
  font-size: 0.9375rem !important;
}

.u-f16 {
  font-size: 1rem !important;
}

.u-f17 {
  font-size: 1.0625rem !important;
}

.u-f18 {
  font-size: 1.125rem !important;
}

.u-f19 {
  font-size: 1.1875rem !important;
}

.u-f20 {
  font-size: 1.25rem !important;
}

.u-f21 {
  font-size: 1.3125rem !important;
}

.u-f22 {
  font-size: 1.375rem !important;
}

.u-f23 {
  font-size: 1.4375rem !important;
}

.u-f24 {
  font-size: 1.5rem !important;
}

.u-f25 {
  font-size: 1.5625rem !important;
}

.u-f26 {
  font-size: 1.625rem !important;
}

.u-f27 {
  font-size: 1.6875rem !important;
}

.u-f28 {
  font-size: 1.75rem !important;
}

.u-f29 {
  font-size: 1.8125rem !important;
}

.u-f30 {
  font-size: 1.875rem !important;
}

.u-f31 {
  font-size: 1.9375rem !important;
}

.u-f32 {
  font-size: 2rem !important;
}

.u-f33 {
  font-size: 2.0625rem !important;
}

.u-f34 {
  font-size: 2.125rem !important;
}

.u-f35 {
  font-size: 2.1875rem !important;
}

.u-f36 {
  font-size: 2.25rem !important;
}

.u-f37 {
  font-size: 2.3125rem !important;
}

.u-f38 {
  font-size: 2.375rem !important;
}

.u-f39 {
  font-size: 2.4375rem !important;
}

.u-f40 {
  font-size: 2.5rem !important;
}

.u-f41 {
  font-size: 2.5625rem !important;
}

.u-f42 {
  font-size: 2.625rem !important;
}

.u-f43 {
  font-size: 2.6875rem !important;
}

.u-f44 {
  font-size: 2.75rem !important;
}

.u-f45 {
  font-size: 2.8125rem !important;
}

.u-f46 {
  font-size: 2.875rem !important;
}

.u-f47 {
  font-size: 2.9375rem !important;
}

.u-f48 {
  font-size: 3rem !important;
}

.u-f49 {
  font-size: 3.0625rem !important;
}

.u-f50 {
  font-size: 3.125rem !important;
}

.u-f55 {
  font-size: 3.4375rem !important;
}

@media only screen and (max-width: 767px) {
  .u-f10_sp {
    font-size: 0.625rem !important;
  }
  .u-f11_sp {
    font-size: 0.6875rem !important;
  }
  .u-f12_sp {
    font-size: 0.75rem !important;
  }
  .u-f13_sp {
    font-size: 0.8125rem !important;
  }
  .u-f14_sp {
    font-size: 0.875rem !important;
  }
  .u-f15_sp {
    font-size: 0.9375rem !important;
  }
  .u-f16_sp {
    font-size: 1rem !important;
  }
  .u-f17_sp {
    font-size: 1.0625rem !important;
  }
  .u-f18_sp {
    font-size: 1.125rem !important;
  }
  .u-f19_sp {
    font-size: 1.1875rem !important;
  }
  .u-f20_sp {
    font-size: 1.25rem !important;
  }
  .u-f21_sp {
    font-size: 1.3125rem !important;
  }
  .u-f22_sp {
    font-size: 1.375rem !important;
  }
  .u-f23_sp {
    font-size: 1.4375rem !important;
  }
  .u-f24_sp {
    font-size: 1.5rem !important;
  }
  .u-f25_sp {
    font-size: 1.5625rem !important;
  }
  .u-f26_sp {
    font-size: 1.625rem !important;
  }
  .u-f27_sp {
    font-size: 1.6875rem !important;
  }
  .u-f28_sp {
    font-size: 1.75rem !important;
  }
  .u-f29_sp {
    font-size: 1.8125rem !important;
  }
  .u-f30_sp {
    font-size: 1.875rem !important;
  }
  .u-f31_sp {
    font-size: 1.9375rem !important;
  }
  .u-f32_sp {
    font-size: 2rem !important;
  }
  .u-f33_sp {
    font-size: 2.0625rem !important;
  }
  .u-f34_sp {
    font-size: 2.125rem !important;
  }
  .u-f35_sp {
    font-size: 2.1875rem !important;
  }
  .u-f36_sp {
    font-size: 2.25rem !important;
  }
  .u-f37_sp {
    font-size: 2.3125rem !important;
  }
  .u-f38_sp {
    font-size: 2.375rem !important;
  }
  .u-f39_sp {
    font-size: 2.4375rem !important;
  }
  .u-f40_sp {
    font-size: 2.5rem !important;
  }
  .u-f41_sp {
    font-size: 2.5625rem !important;
  }
  .u-f42_sp {
    font-size: 2.625rem !important;
  }
  .u-f43_sp {
    font-size: 2.6875rem !important;
  }
  .u-f44_sp {
    font-size: 2.75rem !important;
  }
  .u-f45_sp {
    font-size: 2.8125rem !important;
  }
  .u-f46_sp {
    font-size: 2.875rem !important;
  }
  .u-f47_sp {
    font-size: 2.9375rem !important;
  }
  .u-f48_sp {
    font-size: 3rem !important;
  }
  .u-f49_sp {
    font-size: 3.0625rem !important;
  }
  .u-f50_sp {
    font-size: 3.125rem !important;
  }
}
/* #Show
  -------------------------------------------------------------------------- */
/*
PCとスマホの表示・非表示切り替え
*/
@media print, screen and (min-width: 768px) {
  .u-show_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-show_sp {
    display: inherit;
  }
}

@media print, screen and (min-width: 768px) {
  .u-show_pc {
    display: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .u-show_pc {
    display: none !important;
  }
}

header {
  border-top: 5px solid #1268B7;
}
header dl, header dt, header dd, header ul, header ol, header li, header h1, header h2, header h3, header h4, header h5, header h6, header p, header th, header td, header figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
header ul, header ol {
  list-style: none;
}
header caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
  caption-side: top;
}
header a:link, header a:visited, header a:hover, header a:active {
  color: #000000;
}
header a:hover img {
  opacity: 0.7;
}
header button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  header h1 img {
    width: 220px;
  }
}

nav {
  border-top: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  nav {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
  }
}

.h_gnv {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .h_gnv {
    overflow: scroll;
  }
  .h_gnv > li {
    border-bottom: 1px solid #D2D4D6;
  }
  .h_gnv > li:first-child {
    border-top: 1px solid #D2D4D6;
  }
  .h_gnv dd {
    display: none;
  }
  .h_gnv dd li {
    border: none;
  }
}

.gnv_ttl {
  text-decoration: none;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .gnv_ttl {
    border-left: 1px solid #fff;
    cursor: pointer;
  }
  .gnv_ttl:hover, .gnv_ttl.is-current {
    background-color: #f3f3f3;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .gnv_ttl:hover {
    background-color: #f3f3f3;
    text-decoration: none;
  }
}
li:first-child .gnv_ttl {
  border-left: none;
}

.dropdown_menu a:link {
  color: #fff;
}
.dropdown_menu a:visited {
  color: #fff;
}
.dropdown_menu a:hover {
  color: #fff;
}
.dropdown_menu a:active {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .dropdown_menu {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
.dropdown_menu a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .dropdown_menu a {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_menu a {
    padding: 15px 15px;
  }
}
.dropdown_menu a:hover {
  text-decoration: none;
  background-color: #666;
}
.dropdown_menu dd {
  background-color: #000;
}
@media print, screen and (min-width: 768px) {
  .dropdown_menu dd {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    text-align: left;
    font-size: 1rem;
  }
}
.drawer-hamburger {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 5px;
  width: 50px;
  padding: 7px 0 25px;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.drawer-hamburger button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.drawer-hamburger:hover {
  background-color: #000;
}
@media print, screen and (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .drawer-overlay {
    background-color: transparent;
  }
  .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-hamburger {
    right: 0px !important;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    width: 28px !important;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
  }
  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    position: absolute;
    top: -8px;
    left: 0;
    content: " ";
  }
  .drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
    top: -5px;
  }
  .drawer-hamburger-icon:after {
    top: 0px;
  }
  .drawer-hamburger-icon:after.drawer-open {
    top: 5px;
  }
  .drawer-open .drawer-hamburger-text-open, .drawer-open .drawer-hamburger-text-close {
    opacity: 0;
  }
  .drawer-open .drawer-hamburger-text-close {
    opacity: 1;
  }
  .drawer-hamburger-text-open, .drawer-hamburger-text-close {
    width: 100%;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer-hamburger-text-close {
    opacity: 0;
  }
  .drawer--right.drawer-open .drawer-nav {
    left: 0;
  }
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .drawer--right .drawer-nav {
    top: 53px !important;
    left: 100%;
    width: 100%;
    height: calc(100vh - 53px);
    overflow: auto;
    -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
footer {
  background-color: #1268B7;
  border-top: 5px solid #359AE6;
}
footer dl, footer dt, footer dd, footer ul, footer ol, footer li, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p, footer th, footer td, footer figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
footer ul, footer ol {
  list-style: none;
}
footer caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
  caption-side: top;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #000000;
}
footer a:hover img {
  opacity: 0.7;
}
footer small {
  font-size: 0.75rem;
  color: #fff;
  background-color: #000;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.f_nav a:link {
  color: #fff;
}
.f_nav a:visited {
  color: #fff;
}
.f_nav a:hover {
  color: #fff;
}
.f_nav a:active {
  color: #fff;
}
.f_nav .fnav_ttl {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}
.f_nav dd {
  font-size: 0.8125rem;
  line-height: 1.75;
}

@media print, screen and (min-width: 1030px) {
  .pageTop {
    left: 100%;
    top: -45px;
  }
}
@media only screen and (max-width: 1029px) {
  .pageTop {
    top: -45px;
    right: 0;
  }
}

/* #Content
-------------------------------------------------------------------------- */
/*doc

*/
#breadcrumb * dl, #breadcrumb * dt, #breadcrumb * dd, #breadcrumb * ul, #breadcrumb * ol, #breadcrumb * li, #breadcrumb * h1, #breadcrumb * h2, #breadcrumb * h3, #breadcrumb * h4, #breadcrumb * h5, #breadcrumb * h6, #breadcrumb * p, #breadcrumb * th, #breadcrumb * td, #breadcrumb * figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#breadcrumb * ul, #breadcrumb * ol {
  list-style: none;
}
#breadcrumb * caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #000000;
  caption-side: top;
}
#breadcrumb * a:link, #breadcrumb * a:visited, #breadcrumb * a:hover, #breadcrumb * a:active {
  color: #000000;
}
#breadcrumb * a:hover img {
  opacity: 0.7;
}
#breadcrumb li {
  list-style: none;
  display: inline-block;
  font-size: 0.8125rem;
}
#breadcrumb li a:link {
  color: #1268B7;
}
#breadcrumb li a:visited {
  color: #1268B7;
}
#breadcrumb li a:hover {
  color: #1268B7;
}
#breadcrumb li a:active {
  color: #1268B7;
}
#breadcrumb li:before {
  margin: 0 8px;
  content: ">";
  color: #000000;
}
#breadcrumb li:first-child:before {
  margin: 0;
  content: "";
}

@media print, screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.layout_mainimg01 {
  background-size: cover;
  width: 100%;
  height: 180px;
}

.layout_mainimg02 {
  position: relative;
}
.layout_mainimg02 .mainimg_txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout_mainimg02 h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .layout_mainimg02 h2 {
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mainimg02 h2 {
    font-size: 2.125rem;
  }
}
.layout_mainimg02 h2 span {
  margin-top: 10px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .layout_mainimg02 h2 span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mainimg02 h2 span {
    font-size: 1.25rem;
  }
}
.layout_mainimg02 img {
  object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .layout_mainimg02 img {
    height: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_mainimg02 img {
    height: 360px;
  }
}

.js-slider li {
  visibility: hidden;
}

.bx-viewport .js-slider li {
  visibility: visible;
}

.bx-wrapper {
  margin-bottom: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}
.bx-wrapper img {
  margin: 0 auto;
}

.btn_style01 {
  display: inline-block;
  padding: 16px 10px;
  text-align: center;
  color: #fff;
  background-color: #1268B7;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .btn_style01 {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_style01 {
    max-width: 300px;
  }
}
.btn_style01:link, .btn_style01:visited, .btn_style01:active, .btn_style01:hover {
  color: #fff;
}
.btn_style01:hover {
  opacity: 0.7;
  text-decoration: none;
}

.stretched-link:hover::after {
  background-color: rgba(244, 244, 244, 0.7);
}

@media only screen and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll; /* スクロールする */
    white-space: nowrap; /* 自動改行しない */
  }
}
/* フェードインアニメーション */
.bxslider_wrapper .bx-wrapper {
  max-width: 1000px !important; /*スライドの幅に合わせて変更*/
  margin-left: auto;
  margin-right: auto;
}
.bxslider_wrapper .bx-viewport {
  overflow: visible !important;
}
.bxslider_wrapper .bx-wrapper .bx-prev {
  left: -49px;
  background: url("/images/index/controls_left.svg") no-repeat 0 0;
}
.bxslider_wrapper .bx-wrapper .bx-prev:hover {
  background: url("/images/index/controls_left.svg") no-repeat 0 0;
  opacity: 0.7;
}
.bxslider_wrapper .bx-wrapper .bx-next {
  right: -49px;
  background: url("/images/index/controls_right.svg") no-repeat 0 0;
}
.bxslider_wrapper .bx-wrapper .bx-next:hover {
  background: url("/images/index/controls_right.svg") no-repeat 0 0;
  opacity: 0.7;
}
.bxslider_wrapper .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 49px;
  height: 49px;
}

.top_info {
  color: #fff;
}
.top_info a:link {
  color: #fff;
}
.top_info a:visited {
  color: #fff;
}
.top_info a:hover {
  color: #fff;
}
.top_info a:active {
  color: #fff;
}
.top_info:before {
  content: "";
  display: block;
  background-color: #1268B7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
}
.top_info h3 {
  line-height: 1;
  background-color: #1268B7;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .top_info h3 {
    margin-right: 50px;
  }
  .top_info h3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0;
    border-bottom: 41px solid transparent;
    border-left: 41px solid #1268B7;
    border-right: 0;
  }
}

.top_info_list {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .top_info_list li {
    line-height: 1;
  }
}

.btn_topinfo {
  line-height: 1;
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 768px) {
  .btn_topinfo {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.ttl_index01 {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

@media print, screen and (min-width: 768px) {
  .top_products .txt_01 {
    max-width: 237px;
  }
}

.top_tec {
  background: #f3f3f3 url("/images/index/bg_tec.png") no-repeat center center;
}
.top_tec dl {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  background-color: rgba(244, 244, 244, 0.7);
}
@media print, screen and (min-width: 768px) {
  .top_tec dl {
    width: calc((100% - 1.5rem) / 2);
  }
}
.top_tec dt {
  font-size: 1.25rem;
  color: #1268B7;
}
.top_tec dd {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.top_recruit > div {
  max-width: 297px;
}
.top_recruit .txt_01 {
  background-color: #000;
  color: #fff;
}

/*製品一覧*/
.ttl_products01 {
  background-color: #1268B7;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

.item_img01 {
  width: 100%;
  aspect-ratio: 22/17;
}

/*製品詳細*/
.ttl_products02 {
  font-size: 1rem;
  background-color: #e6e9eb;
  font-weight: normal;
}

.list_style01:not(.list_style02) {
  padding-left: 15px;
  font-size: 0.9375rem;
  list-style: none;
}
.list_style01:not(.list_style02) > li:not(.nostyle)::marker {
  font-size: 1.25rem;
  content: "●";
}
.list_style01:not(.list_style02) > li.nostyle {
  text-indent: -15px;
}

.list_style02 {
  list-style: initial;
}

.tbl_spec01 {
  width: 100%;
  border: 1px solid #999;
  font-size: 0.9375rem;
}
.tbl_spec01 td,
.tbl_spec01 th {
  border: 1px solid #ccc;
}
.tbl_spec01 th {
  font-weight: normal;
  background-color: #e9f5fe;
}
.tbl_spec01 td {
  background-color: #f3f3f1;
}

.layout_youtube {
  max-width: 715px;
}
.layout_youtube iframe {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
}

.btn_product01 {
  max-width: 300px;
  color: #fff;
  border: 3px solid #fff;
  outline: solid 1px #000; /* 外側の線になる一本線の枠線をひく*/
  background-color: #1268B7;
  font-weight: bold;
}
.btn_product01:link, .btn_product01:visited, .btn_product01:hover, .btn_product01:active {
  color: #fff;
  text-decoration: none;
}
.btn_product01:hover {
  opacity: 0.5;
}