@charset "utf-8";
/* リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 140%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative;
}

html {
  -webkit-text-size-adjust: 100%
}



/* 全体設定
------------------------------------------------------------*/

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans",sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #333;
  font-weight: normal;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    /* IE11 にのみ適用される */
    font-family: "メイリオ ", Meiryo, sans-serif;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #000;
}

a:hover, a:active {
  outline: none;
}

img {
  vertical-align: top;
}
.text-s {
  font-size: 16px;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
}
strong {
  font-weight: bold;
}

.flex_type01 {
  display: flex;
  flex-wrap: wrap;
}

.flex_type02 {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_type02.reverse {
  display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

a button.btn_white,
a.btn_white {
  display: block;
  border: 2px solid #aa1e1e;
  border-radius: 26px;
  color: #aa1e1e;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  margin: auto;
  max-width: 500px;
}
a:hover button.btn_white,
a:hover.btn_white {
  display: block;
  border: 2px solid #000 !important;
  border-radius: 26px;
  color: #000 !important;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none !important;
}
a.btn_red {
  display: block;
  background: #aa1e1e;
  border: 2px solid #aa1e1e;
  border-radius: 26px;
  color: #ffffff !important;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  margin: auto;
  max-width: 500px;
}
a:hover.btn_red {
  display: block;
  background: #000;
  border: 2px solid #000 !important;
  border-radius: 26px;
  color: #ffffff !important;
  padding: 10px 20px;
  font-weight: bold;
  opacity: 0.85;
  text-decoration: none !important;
}

a.btn_black {
  display: block;
  background: #333;
  border: 2px solid #333;
  border-radius: 26px;
  color: #ffffff !important;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  margin: auto;
  max-width: 500px;
}
a:hover.btn_black {
  display: block;
  background: #aa1e1e;
  border: 2px solid #aa1e1e !important;
  border-radius: 26px;
  color: #ffffff !important;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none !important;
}

a.btn_style01 {
  width: 40%;
  max-width: 400px;
  position: relative;
}
a.btn_style01:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
  right: 40px;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  transition: all 0.4s;
}
a:hover.btn_style01:after {
  right: 30px;
}

.text-centerBox{
  text-align: center;
}
.h2_type01 {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin: 80px auto 30px;
  padding: 0 50px 6px 50px;
  border-bottom: 10px solid #5b5b5b;
  position: relative;
  text-align: center;
}
.h2_type01:after {
  content: "";
  font-weight: bold;
  width: 100%;
  height: 2px;
  background: #c5c5c5;
  position: absolute;
  bottom: -22px;
  left: 0;
}

.h2_type02 {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin: 10px auto 20px;
  position: relative;
  text-align: center;
  padding: 0 30px;
}
.h2_type02 span {
  background: linear-gradient(transparent 50%, #e5bbbb 50%);
}

.h2_type03 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px auto 14px;
  position: relative;
  text-align: center;
}

.h2_type04 {
  font-size: 36px;
  color: #aa1e1e;
  font-weight: bold;
  margin: 0 auto 14px;
}


.h3_type01 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.h3_type02 {
  font-size: 26px;
  font-weight: bold;
  color: #707070;
  padding: 12px 0 8px 16px;
  border-left: 3px solid #aa1e1e;
  margin: 10px 0;
}

.h4_type01 {
  font-size: 26px;
  font-weight: bold;
  color: #707070;
  padding: 10px 0;
  text-align: center;
  position: relative;
  margin: 10px 0;
}
.h4_type01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 4px;
  background: #aa1e1e;
}

.pageLinkAnchorBox{
  padding-top: 20px;
}

@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/* ヘッダー
------------------------------------------------------------*/
#top header {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

#top header .navArea {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  background: #fff;
  max-width: 1440px;
  min-width: 1200px;
  width: 100%;/* IE11で必要 */
  margin: auto;
  padding: 20px 60px 10px;
  z-index: 1;
}



@media only screen and (max-width: 1500px) {
  #top header .navArea {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: #fff;
    max-width: calc(100% - 60px);
    min-width: 1200px;
    margin: auto 30px;
    padding: 20px 20px 10px;
    z-index: 1;
  }
}




#top header .navArea .inner {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1500px;
  min-width: 1160px;
}

header .navArea .inner .logo {
  width: 200px;
  position: relative;
}
header .navArea .inner .logo img {
  width: 100%;
}
.navArea .inner .menuList_pc {
  padding: 0;
}
.menuList_sp {
  display: none;
}

.navArea .inner .menuList_pc > ul {
  margin: 0;
}
.navArea .inner .menuList_pc > ul > li {
  display: inline-block;
  padding: 0 10px;
/*  position: relative;*/
  font-weight: bold;
}

@media only screen and (max-width: 1500px) {
  .navArea .inner .menuList_pc > ul > li {
    padding: 0 6px;
  }
}


.navArea .inner .menuList_pc > ul > li > a {
  display: block;
  position: relative;
  transition: all .3s;
}
.navArea .inner .menuList_pc > ul > li > a:hover {
  color: #aa1e1e;
}
.navArea .inner .menuList_pc > ul > li > a:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #aa1e1e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .3s;
}
.navArea .inner .menuList_pc > ul > li > a:hover:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #aa1e1e;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  z-index: 100;
}
.navArea .inner .menuList_pc > ul > li > a.now_active {
  color: #aa1e1e;
  position: relative;
}
.navArea .inner .menuList_pc > ul > li > a.now_active:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #aa1e1e;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}

.navArea .inner .menuList_pc > ul > li > a.btn_white,
.navArea .inner .menuList_pc > ul > li > a.btn_red {
  display: inherit;
  position: inherit;
}
.navArea .inner .menuList_pc > ul > li > a.btn_white:hover,
.navArea .inner .menuList_pc > ul > li > a.btn_red:hover {
  color: inherit;
}
.navArea .inner .menuList_pc > ul > li > a.btn_white:after,
.navArea .inner .menuList_pc > ul > li > a.btn_red:after {
  content: "";
  width: 0;
  height: 0;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all .3s;
}
.navArea .inner .menuList_pc > ul > li > a.btn_white:hover:after,
.navArea .inner .menuList_pc > ul > li > a.btn_red:hover:after {
  content: "";
  width: 0;
  height: 0;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 0;
}



.MenuList_01.active > a,
.MenuList_02.active > a,
.MenuList_03.active > a,
.MenuList_04.active > a,
.MenuList_05.active > a {
  color: #aa1e1e;
}

.subMenuList_01,
.subMenuList_02,
.subMenuList_03,
.subMenuList_04,
.subMenuList_05 {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.85);
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.subMenuList_01.active,
.subMenuList_02.active,
.subMenuList_03.active,
.subMenuList_04.active,
.subMenuList_05.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.subMenuList_01 > ul,
.subMenuList_02 > ul,
.subMenuList_03 > ul,
.subMenuList_04 > ul,
.subMenuList_05 > ul{
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  width: 900px;
  padding: 30px;
  margin-left: -50px;
}
.subMenuList_01 > ul li:last-child,
.subMenuList_02 > ul li:last-child,
.subMenuList_03 > ul li:last-child,
.subMenuList_04 > ul li:last-child,
.subMenuList_05 > ul li:last-child{
}
.subMenuList_01 > ul li a,
.subMenuList_02 > ul li a,
.subMenuList_03 > ul li a,
.subMenuList_04 > ul li a,
.subMenuList_05 > ul li a{
  display: block;
  padding: 4px;
}
.subMenuList_01 > ul > li > a,
.subMenuList_02 > ul > li > a,
.subMenuList_03 > ul > li > a,
.subMenuList_04 > ul > li > a,
.subMenuList_05 > ul > li > a{
  display: none;
}
.subMenuList_01 > ul li a:hover,
.subMenuList_02 > ul li a:hover,
.subMenuList_03 > ul li a:hover,
.subMenuList_04 > ul li a:hover,
.subMenuList_05 > ul li a:hover{
  color: #aa1e1e;
  z-index: 1;
}

.subMenuList_01 > ul > li > ul > li,
.subMenuList_02 > ul > li > ul > li,
.subMenuList_03 > ul > li > ul > li,
.subMenuList_04 > ul > li > ul > li,
.subMenuList_05 > ul > li > ul > li{
  width: calc((100% / 3) - 20px);
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-bottom: 10px;
  font-size: 14px;
}

.subMenuList_01 > ul > li > ul > li > ul > li,
.subMenuList_02 > ul > li > ul > li > ul > li,
.subMenuList_03 > ul > li > ul > li > ul > li,
.subMenuList_04 > ul > li > ul > li > ul > li,
.subMenuList_05 > ul > li > ul > li > ul > li{
  padding-left: 2em;
  font-size: 12px;
  position: relative;
}
.subMenuList_01 > ul > li > ul > li > ul > li:before,
.subMenuList_02 > ul > li > ul > li > ul > li:before,
.subMenuList_03 > ul > li > ul > li > ul > li:before,
.subMenuList_04 > ul > li > ul > li > ul > li:before,
.subMenuList_05 > ul > li > ul > li > ul > li:before{
  content: "";
  width: 10px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 1em;
  top: 0.9em;
}
.subMenuList_01 > ul > li > ul > li > ul > li > ul > li,
.subMenuList_02 > ul > li > ul > li > ul > li > ul > li,
.subMenuList_03 > ul > li > ul > li > ul > li > ul > li,
.subMenuList_04 > ul > li > ul > li > ul > li > ul > li,
.subMenuList_05 > ul > li > ul > li > ul > li > ul > li{
  padding-left: 1em;
  font-size: 12px;
  position: relative;
}
.subMenuList_01 > ul > li > ul > li > ul > li > ul > li:before,
.subMenuList_02 > ul > li > ul > li > ul > li > ul > li:before,
.subMenuList_03 > ul > li > ul > li > ul > li > ul > li:before,
.subMenuList_04 > ul > li > ul > li > ul > li > ul > li:before,
.subMenuList_05 > ul > li > ul > li > ul > li > ul > li:before{
  content: "";
  width: 10px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  top: 0.9em;
}






#top header .kvArea .slick01 {
}
#top header .kvArea .slick01 .slick-track,
#top header .kvArea .slick01 .slick-list {
  height: 740px;
}



#top header .kvArea .slick01 li {
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

#top header .kvArea .slick01 .kv_bg_box {
  background: rgba(255, 255, 255, 0.8);
  width: calc(100% / 2);
  min-width: 750px;
  position: absolute;
  left: 0;
  top: 200px;
}
#top header .kvArea .slick01 li .kv_bg_box .inner {
  max-width: 790px;
  width: 100%;
  height: 440px;
  padding: 30px 40px 90px 80px;
  margin: 0 0 0 auto;
}
#top header .kvArea .slick01 li .kv_bg_box .kv_h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
}
#top header .kvArea .slick01 li .kv_bg_box .kv_p {
  margin-bottom: 10px;
}
#top header .kvArea .slick01 li .kv_bg_box .kv_btn_box {
  width: 160px;
  margin: 0 0 0 auto;
}

#top header .kvArea .slick01 button.slide-arrow {
  padding: 0;
  background: none;
  border: 1px solid #666;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 76%;
  margin-top: -15px;
  color: #aa1e1e;
  z-index: 1;
  transition: all .3s;
}
#top header .kvArea .slick01 button.slide-arrow:hover {
  background: #fff;
  border: 1px solid #aa1e1e;
}
#top header .kvArea .slick01 .prev-arrow{
  left: 50%;
  height: 46px;
  width: 46px;
  margin-left: -690px;
}
#top header .kvArea .slick01 .next-arrow{
  left: 50%;
  height: 46px;
  width: 46px;
  margin-left: -250px;
}
#top header .kvArea .slick01 .prev-arrow:before,
#top header .kvArea .slick01 .prev-arrow:after,
#top header .kvArea .slick01 .next-arrow:before,
#top header .kvArea .slick01 .next-arrow:after {
  content: "";
  left: 50%;
  height: 2px;
  width: 6px;
  background: #aa1e1e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#top header .kvArea .slick01 .prev-arrow:before {
  transform: rotate(-45deg);
  top: -4px;
}
#top header .kvArea .slick01 .next-arrow:after {
  transform: rotate(45deg);
  top: -4px;
}
#top header .kvArea .slick01 .prev-arrow:after {
  transform: rotate(45deg);
  top: 4px;
}
#top header .kvArea .slick01 .next-arrow:before {
  transform: rotate(-45deg);
  top: 4px;
}

#top header .kvArea .slick01 .slide-dots button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#top header .kvArea .slick01 .slide-dots {
  text-align: center;
  position: absolute;
  top: 75%;
  left: 50%;
  margin-left: -600px;
}


@media only screen and (max-width: 1500px) {
  #top header .kvArea .slick01 .kv_bg_box {
    background: rgba(255, 255, 255, 0.8);
    width: calc(100% / 2);
    min-width: 700px;
    position: absolute;
    left: 0;
    top: 200px;
  }


  #top header .kvArea .slick01 .prev-arrow{
    left: 80px;
    margin-left: 0;
  }
  #top header .kvArea .slick01 .next-arrow{
    left: 500px;
    margin-left: 0;
  }



  #top header .kvArea .slick01 .slide-dots {
    text-align: center;
    position: absolute;
    top: 75%;
    left: 160px;
    margin-left: 0;
  }
}



#top header .kvArea .slick01 .slide-dots > li:first-child:last-child {
    display: none;
}
#top header .kvArea .slick01 .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
#top header .kvArea .slick01 .slide-dots li button {
  position: relative;
  color: rgba(255, 255, 255, 0);
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  border-radius: 15px;
  background: none;
  transition: all .3s;
}
#top header .kvArea .slick01 .slide-dots li button:hover {
  background: #fff;
}
#top header .kvArea .slick01 .slide-dots li.slick-active button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #aa1e1e;
}

#top header .logo_gom_box {
  position: absolute;
  bottom: 0;
  right: 50%;
  padding: 20px 30px;
  background: #fefefe;
  margin-right: -50vw;
  width: 300px;
}


/* コンテンツエリア
------------------------------------------------------------*/

main {
}


main .newsArea {
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076);
}
main .newsArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  display: flex;
  margin: 0 auto;
  padding: 0 20px;
}
main .newsArea .inner .news_h2 {
  width: 240px;
  padding: 34px 0 26px 50px;
  position: relative;
}
main .newsArea .inner .news_h2:before,
main .newsArea .inner .news_h2:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 6px;
  background: #aa1e1e;
  position: absolute;
}
main .newsArea .inner .news_h2:after {
  transform: rotate(45deg);
  top: -4px;
}
main .newsArea .inner .news_h2:before {
  transform: rotate(-45deg);
  top: 4px;
}

main .newsArea .inner .news_list {
  width: calc(100% - 240px);
}
main .newsArea .inner .news_list dt {
  width: 260px;
  padding: 32px 0 28px;
}
main .newsArea .inner .news_list dt span {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #333;
  margin-left: 20px;
  font-size: 14px;
}
main .newsArea .inner .news_list dd {
  width: calc(100% - 280px);
  padding: 34px 0 0;
}
main .newsArea .inner .news_list a {
  display: flex;
}
main .newsArea .inner .news_list a:hover dd {
  text-decoration: underline;
  text-decoration-color: #666;
}


main .productArea {
}
main .productArea.bg_gray {
  background: #eee;
  padding: 50px 0;
}

main .productArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
main .productArea .inner .product_list {
  width: 100%;
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;

}
main .productArea .inner .product_list a {
  display: block;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
  padding-bottom: 40px;
  position: relative;
  margin: 20px 14px;
  transition: all 0.4s;
  background: #fff;
  min-height: 600px;
}
main .productArea .inner .product_list a:hover {
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}
main .productArea .inner .product_list a:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #666;
  right: 20px;
  bottom: 24px;
  position: absolute;
  transition: all .3s;
}
main .productArea .inner .product_list a:hover:before {
  background: #aa1e1e;
  right: 10px;
}
main .productArea .inner .product_list a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  transform: rotate(45deg);
  right: 20px;
  bottom: 20px;
  position: absolute;
  transition: all .3s;
}
main .productArea .inner .product_list a:hover:after {
  border-right: 2px solid #aa1e1e;
  border-top: 2px solid #aa1e1e;
  right: 10px;
}
main .productArea .inner .product_list a .h3_type01 {
  padding: 20px;
  transition: all .3s;
}
main .productArea .inner .product_list a:hover .h3_type01 {
  color: #aa1e1e;
}
main .productArea .inner .product_list a img {
  margin: 0 auto;
}
main .productArea .inner .product_list a p {
  padding: 20px;
}
main .productArea .inner a.btn_red {
  margin: 20px auto 80px;
}


main .productArea .inner .product_list.slick02 button.slide-arrow {
  padding: 0;
  background: none;
  border: 1px solid #666;
  border-radius: 6px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  top: 45%;
  color: #aa1e1e;
  z-index: 1;
  transition: all .3s;
}
main .productArea .inner .product_list.slick02 button.slide-arrow:hover {
  background: #fff;
  border: 1px solid #aa1e1e;
}
main .productArea .inner .product_list.slick02 .prev-arrow{
  left: -48px;
  height: 46px;
  width: 46px;
}
main .productArea .inner .product_list.slick02 .next-arrow{
  right: -48px;
  height: 46px;
  width: 46px;
}
main .productArea .inner .product_list.slick02 .prev-arrow:before,
main .productArea .inner .product_list.slick02 .prev-arrow:after,
main .productArea .inner .product_list.slick02 .next-arrow:before,
main .productArea .inner .product_list.slick02 .next-arrow:after {
  content: "";
  left: 50%;
  height: 2px;
  width: 6px;
  background: #aa1e1e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .productArea .inner .product_list.slick02 .prev-arrow:before {
  transform: rotate(-45deg);
  top: -4px;
}
main .productArea .inner .product_list.slick02 .next-arrow:after {
  transform: rotate(45deg);
  top: -4px;
}
main .productArea .inner .product_list.slick02 .prev-arrow:after {
  transform: rotate(45deg);
  top: 4px;
}
main .productArea .inner .product_list.slick02 .next-arrow:before {
  transform: rotate(-45deg);
  top: 4px;
}




main .productArea .inner .product_list2 {
  width: 100%;
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .productArea .inner .product_list2 a {
  width: calc((100% / 3) - 28px);
  display: block;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
  padding-bottom: 40px;
  position: relative;
  margin: 20px 14px;
  transition: all 0.4s;
  background: #fff;
}
main .productArea .inner .product_list2 a:hover {
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
}
main .productArea .inner .product_list2 a:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #666;
  right: 20px;
  bottom: 24px;
  position: absolute;
  transition: all .3s;
}
main .productArea .inner .product_list2 a:hover:before {
  background: #aa1e1e;
  right: 10px;
}
main .productArea .inner .product_list2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  transform: rotate(45deg);
  right: 20px;
  bottom: 20px;
  position: absolute;
  transition: all .3s;
}
main .productArea .inner .product_list2 a:hover:after {
  border-right: 2px solid #aa1e1e;
  border-top: 2px solid #aa1e1e;
  right: 10px;
}
main .productArea .inner .product_list2 a .h3_type01 {
  padding: 20px;
  transition: all .3s;
}
main .productArea .inner .product_list2 a:hover .h3_type01 {
  color: #aa1e1e;
}
main .productArea .inner .product_list2 a img {
  margin: 0 auto;
}
main .productArea .inner .product_list2 a p {
  padding: 20px;
}
main .productArea .inner a.btn_red {
  margin: 20px auto 80px;
}






main .processArea {
}
main .processArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
main .processArea .inner p {
  margin: 20px auto;
  width: 80%;
  text-align: center;
}
main .processArea .inner .process_list {
  display: flex;
}
main .processArea .inner .process_list a {
  display: block;
  padding-bottom: 40px;
  position: relative;
  margin: 20px 14px;
  width: calc(100% / 3);
}
main .processArea .inner .process_list a .h3_type01 {
  padding: 20px;
  position: relative;
  transition: all .3s;
}
main .processArea .inner .process_list a:hover .h3_type01 {
  color: #aa1e1e;
}
main .processArea .inner .process_list a .h3_type01:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #666;
  right: 40px;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  transition: all 0.4s;
}
main .processArea .inner .process_list a .h3_type01:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  transform: rotate(45deg);
  right: 40px;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  transition: all 0.4s;
}
main .processArea .inner .process_list a:hover .h3_type01:before {
  background: #aa1e1e;
  right: 30px;
}
main .processArea .inner .process_list a:hover .h3_type01:after {
  border-right: 2px solid #aa1e1e;
  border-top: 2px solid #aa1e1e;
  right: 30px;
}
main .processArea .inner .process_list a:hover .h3_type01:before,
main .processArea .inner .process_list a:hover .h3_type01:after {
  right: 30px;
}
main .processArea .inner .process_list a img {
  margin: 0 auto;
}
main .processArea .inner .process_list a p {
  padding: 20px;
  margin: 0;
  width: 100%;
  text-align: left;
}
main .processArea .inner a.btn_red {
  margin: 20px auto 80px;
}




main .useArea {
  background-image: url('../img/bg_use.png');
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
main .useArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}
main .useArea .inner .bg_white {
  background: rgba(255,255,255,0.8);
  padding: 10px 40px 60px 40px;
  margin: 0 60px 40px;
}
main .useArea .inner .bg_white .h2_type01 {
  margin: 30px auto;
}

main .useArea .inner p {
  margin: 30px auto 0;
  text-align: center;
}
main .useArea .inner .use_list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .useArea .inner .use_list a {
  display: block;
  font-weight: bold;
  padding: 40px;
  background: #fff;
  position: relative;
  margin: 0 0 40px 0;
  width: calc((100% / 3) - 30px);
}
main .useArea .inner .use_list a:hover {
  color: #aa1e1e;
}
main .useArea .inner .use_list a:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #666;
  right: 40px;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  transition: all 0.4s;
}
main .useArea .inner .use_list a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  transform: rotate(45deg);
  right: 40px;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  transition: all 0.4s;
}
main .useArea .inner .use_list a:hover:before {
  background: #aa1e1e;
  right: 30px;
}
main .useArea .inner .use_list a:hover:after {
  border-right: 2px solid #aa1e1e;
  border-top: 2px solid #aa1e1e;
  right: 30px;
}










main .aboutArea {
}
main .aboutArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}
main .aboutArea .inner .flex_type02 {
}
main .aboutArea .inner .flex_type02 .about_left {
  width: calc((100% / 2) + 50px);
}
main .aboutArea .inner .flex_type02 .about_left img {
  width: 100%;
}

main .aboutArea .inner .flex_type02 .about_right {
  width: calc((100% / 2) - 100px);
}
main .aboutArea .inner .flex_type02 .about_right p {
  margin-bottom: 60px;
}
main .aboutArea .inner .flex_type02 .about_right .btn_white {
  width: 200px;
}

main .aboutArea .inner .flex_type02 .about_right .h2_type02 {
  margin: 80px auto 30px;
}





main .infoArea {
}
main .infoArea.bg_gray {
  background: #eee;
  padding: 50px 0 80px;
}

main .infoArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
main .infoArea .inner .h2_type01 {
  margin: 0 auto 30px;
}
main .infoArea .inner .info_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
main .infoArea .inner .info_list dt {
  width: 280px;
  padding: 32px 0 28px 40px;
  position: relative;
}
main .infoArea .inner .info_list dt:before,
main .infoArea .inner .info_list dt:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 6px;
  background: #aa1e1e;
  position: absolute;
}
main .infoArea .inner .info_list dt:after {
  transform: rotate(45deg);
  top: -14px;
}
main .infoArea .inner .info_list dt:before {
  transform: rotate(-45deg);
  top: -8px;
}
main .infoArea .inner .info_list dt span {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #333;
  margin-left: 10px;
  font-size: 14px;
}


main .infoArea .inner .info_list dd {
  width: calc(100% - 300px);
  padding: 28px 0 0;
}

main .infoArea .inner .info_list dd a {
}
main .infoArea .inner .info_list dd a:hover {
  text-decoration: underline;
  text-decoration-color: #666;
}
main .infoArea .inner a.btn_black {
  width: 30%;
  margin: 0 auto;
}



main .conversionArea {
}
main .conversionArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px){
main .conversionArea .inner .flex_type02 {
    margin-bottom: 30px;
}
	}
main .conversionArea .inner .flex_type02 .flex_parts {
  width: calc((100% / 2) - 20px);
  position: relative;
}
main .conversionArea .inner .flex_type02 .flex_parts img {
  width: 100%;
}
main .conversionArea .inner .flex_type02 .flex_parts .contentBox {
  background: rgba(255,255,255,0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 50px;
  text-align: center;
}
main .conversionArea .inner .flex_type02 .flex_parts p {
  margin-bottom: 20px;
}
main .conversionArea .inner .flex_type02 .flex_parts .btn_white {
  width: 300px;
  margin: 20px auto;
}
main .conversionArea .inner .flex_type02 .flex_parts .btn_red {
  width: 300px;
  margin: 20px auto;
}


main .productListArea {
}
main .productListArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}
main .productListArea .inner .flex_type02 {
  margin: 0 40px;
}
main .productListArea .inner a {
  width: calc((100% / 4) - 20px);
  margin-bottom: 26px;
  box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.2);
  transition: all .3s;
}
main .productListArea .inner a:hover {
  box-shadow: 3px 5px 8px 0px rgba(0,0,0,0.3);
}
main .productListArea .inner a .h3_type01 {
  text-align: center;
  padding: 10px 20px 0;
}
main .productListArea .inner a:hover .h3_type01 {
  color: #aa1e1e;
}
main .productListArea .inner a p {
  font-size: 14px;
  padding: 10px 20px 20px;
}




/* フッター
------------------------------------------------------------*/

footer .breadcrumbArea {
  background: #f0f3f5;
  height: 80px;
  width: 100%;
  position: relative;
  padding: 20px 0 0;
}
footer .breadcrumbArea .breadcrumbInner {
  min-width: 1200px;
  max-width: 1300px;
  margin: 0 auto;
}
footer .breadcrumbArea .breadcrumbInner a.toTop {
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #707070;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin: 0 0 0 auto;
}
footer .breadcrumbArea .breadcrumbInner a.toTop:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #707070 transparent;
  transition: all .3s;
}
footer .breadcrumbArea .breadcrumbInner .toTop:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  width: 4px;
  height: 18px;
  background: #707070;
  transition: all .3s;
}
footer .breadcrumbArea .breadcrumbInner a.toTop:hover:before {
  top: -12px;
}
footer .breadcrumbArea .breadcrumbInner .toTop:hover:after {
  top: -10px;
}
footer .footerArea {
  background:linear-gradient(90deg,#3b4043 0%,#3b4043 50%,#ffffff 50%,#ffffff 100%);
  font-size: 12px;
}
footer .footerArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
footer .footerArea .inner .sitemapArea {
  width: calc(100% - 260px);
  padding: 40px 30px 40px 0;
  background: #3b4043;
}
footer .footerArea .inner .sitemapArea .flex_type01 {
  margin-top: 20px;
}
footer .footerArea .inner .sitemapArea .category a {
  color: #cdd6dd;
}
footer .footerArea .inner .sitemapArea .sitemap_list {
}
footer .footerArea .inner .sitemapArea .sitemap_list a {
  color: #ffffff;
  transition: color .3s;
}
footer .footerArea .inner .sitemapArea .sitemap_list a:hover {
  color: #aa1e1e;
}
footer .footerArea .inner .sitemapArea .sitemap_list li > ul.children {
  display: none;
}

footer .footerArea .inner .sitemapArea .linkBox a {
  color: #ffffff;
  transition: color .3s;
}
footer .footerArea .inner .sitemapArea .linkBox a:hover {
  color: #aa1e1e;
}
footer .footerArea .inner .sitemapArea .linkBox .alone {
  margin-bottom: 1.5em;
}

footer .footerArea .inner .sitemapArea .sns_category {
  margin-right: 20px;
  color: #cdd6dd;
}
footer .footerArea .inner .sitemapArea .sns_parts a {
  margin-right: 10px;
}

footer .footerArea .inner .corporateInfo {
  width: 260px;
  padding: 50px;
}
footer .footerArea .inner .corporateInfo img {
  margin-bottom: 20px;
}
footer .footerArea .inner .corporateInfo .corporate_list dt {
  width: 40%;
}
footer .footerArea .inner .corporateInfo .corporate_list dd {
  width: 60%;
  margin-bottom: 6px;
}


footer .otherLinkArea {
  font-size: 12px;
}
footer .otherLinkArea .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 0 auto 20px;
  padding: 0 20px;
}

footer .otherLinkArea .inner .other_list {
  text-align: center;
}
footer .otherLinkArea .inner .other_list li {
  display: inline-block;
  padding: 0 20px 0 16px;
  position: relative;
}
footer .otherLinkArea .inner .other_list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #ccc;
}
footer .otherLinkArea .inner .other_list li a:hover {
  text-decoration: underline;
  text-decoration-color: #666;
}
footer .copyright {
  font-size: 12px;
  background: #f0f3f5;
  display: block;
}
footer .copyright .inner {
  max-width: 1300px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}


/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}



/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/

  body {
    font-family:"Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans",sans-serif;
    font-size: 3.5vw;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #333;
    font-weight: normal;
    width: 100%;
    position: relative;
  }

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }


  a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #000;
  }

  a:hover, a:active {
    outline: none;
  /*  opacity: 0.85;*/
  }

  .text-s {
    font-size: 4vw;
    line-height: 1.6;
  }
  .text-center {
    text-align: center;
  }
  .note {
    text-indent: -1em;
    margin-left: 1em;
  }
  strong {
    font-weight: bold;
  }

  .flex_type01 {
    display: flex;
    flex-wrap: wrap;
  }

  .flex_type02 {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  a button.btn_white,
  a.btn_white {
    display: block;
    border: 2px solid #aa1e1e;
    border-radius: 26px;
    color: #aa1e1e;
    padding: 10px 2vw;
    font-weight: bold;
    text-align: center;
  }
  a:hover button.btn_white,
  a:hover.btn_white {
    opacity: 0.85;
  }
  a.btn_red {
    display: block;
    background: #aa1e1e;
    border: 2px solid #aa1e1e;
    border-radius: 26px;
    color: #ffffff;
    padding: 10px 2vw;
    font-weight: bold;
    text-align: center;
  }
  a:hover.btn_red {
    opacity: 0.85;
  }

  a.btn_black {
    display: block;
    background: #333;
    border: 2px solid #333;
    border-radius: 26px;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
  }
  a:hover.btn_black {
    display: block;
    background: #333;
    border: 2px solid #333 !important;
    border-radius: 26px;
    color: #ffffff !important;
    padding: 10px 20px;
    font-weight: bold;
    opacity: 0.85;
  }

  a.btn_style01 {
    width: 40%;
    max-width: 400px;
    position: relative;
  }
  a.btn_style01:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    transform: rotate(45deg);
    right: 40px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    transition: all 0.4s;
  }
  a:hover.btn_style01:after {
    right: 30px;
  }

  .h2_type01 {
    font-size: 6vw;
    font-weight: bold;
    width: 100%;
    margin: 80px auto 30px;
    padding-bottom: 6px;
    border-bottom: 10px solid #5b5b5b;
    position: relative;
    text-align: center;
  }
  .h2_type01:after {
    content: "";
    font-weight: bold;
    width: 100%;
    height: 2px;
    background: #c5c5c5;
    position: absolute;
    bottom: -22px;
    left: 0;
  }

  .h2_type02 {
    font-size: 6vw;
    font-weight: bold;
    display: inline-block;
    margin: 10vw auto 5vw;
    position: relative;
    text-align: center;
    padding: 0 30px 0 10px;
  }
  .h2_type02 span {
    background: linear-gradient(transparent 60%, #e5bbbb 60%);
  }
  .h2_type03 {
    font-size: 5vw;
    font-weight: bold;
    margin: 4vw auto 2vw;
    position: relative;
    text-align: center;
  }
  .h2_type04 {
    font-size: 5vw;
    color: #aa1e1e;
    font-weight: bold;
    margin: 0 auto 14px;
  }


  .h3_type01 {
    font-size: 4.5vw;
    font-weight: bold;
  }

  .h3_type02 {
    font-size: 4.5vw;
    font-weight: bold;
    color: #707070;
    padding: 1.5vw 0 1vw 2vw;
    border-left: 1vw solid #aa1e1e;
  }

  .h4_type01 {
    font-size: 4.5vw;
    font-weight: bold;
    color: #707070;
    padding: 1.5vw 0;
    text-align: center;
    position: relative;
    margin: 2vw 0;
  }
  .h4_type01:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20vw;
    height: 1vw;
    background: #aa1e1e;
  }

  .pageLinkAnchorBox{
    padding-top: 20vw;
  }


  /* ヘッダー
  ------------------------------------------------------------*/
  header {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }

  #top header .navArea {
    position: fixed;
    top: 5px;
    left: 0;
    right: 0;
    background: #fff;
    max-width: 100%;
    min-width: auto;
    width: calc(100% - 4vw);
    /* height: 52px; */
    height: 0;
    margin: 0 2vw;
    /* padding: 3vw 4vw 2vw; */
    padding: 0;
    z-index: 11;
    /* box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076); */
  }
  #top header .navArea .inner {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    min-width: 100%;
    position: relative;
  }

  header .navArea .inner .logo {
    width: 30vw;
    position: relative;
  }
  header .navArea .inner .logo img {
    width: 100%;
  }


  /* メニュー */
  .menuList_pc {
    display: none;
  }
  .menuList_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    display: none;
  }
  .navBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #333333;
    z-index: 2;
    display: none;
  }
  .scroll-prevent {
    overflow: hidden;
  }
  .menuList_sp > ul {
    margin: 0;
  }
  .menuList_sp > ul > li {
    display: inline-block;
    padding: 10px 10px;
    position: relative;
  }
  .menuList_sp > ul > li > a {
    display: block;
    position: relative;
    color: #fff;
  }
  .menuList_sp > ul > li > a:hover {
    color: #aa1e1e;
    border-bottom: 1px solid #aa1e1e;
  }
  .menuList_sp .menu_box {
    width: 100%;
    position: absolute;
    top: 26vw;
    left: 0;
    padding: 0 6vw 160px;
  }
  .menuList_sp > ul > li a.now_active {
    color: #fff;
    position: relative;
  }
  .menuList_sp > ul > li a.now_active:after {
    content: none;
  }
  .menuList_sp > ul > li > a.btn_white {
    background: #fff;
    color: #aa1e1e;
  }
  .menuList_sp > ul > li .sns_category {
    color: #ffffff;
    margin-right: 20px;
  }
  .menuList_sp > ul > li .sns_parts a {
    margin-right: 20px;
  }


  .menuList_sp .menu_box li {
    display: block !important;
  }
  .sp_menuBtn {
    width: 8vw;
    height: 8vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .sp_menuBtn span {
    width: 8vw;
    height: 2px;
    position: absolute;
    top: 1vw;
    left: 0;
    background: #333333;
    transition: all .5s;
  }
  .sp_menuBtn span:before {
    content: "";
    width: 8vw;
    height: 2px;
    position: absolute;
    top: 2.5vw;
    left: 0;
    background: #333333;
  }
  .sp_menuBtn span:after {
    content: "";
    width: 6vw;
    height: 2px;
    position: absolute;
    top: 5vw;
    left: 0;
    background: #333333;
  }
  .sp_menuBtn.active span {
    width: 6vw;
    height: 2px;
    position: absolute;
    top: 1vw;
    left: 0;
    background: #aa1e1e;
  }
  .sp_menuBtn.active span:before {
    content: "";
    width: 8vw;
    height: 2px;
    position: absolute;
    top: 2.5vw;
    left: 0;
    background: #aa1e1e;
  }
  .sp_menuBtn.active span:after {
    content: "";
    width: 6vw;
    height: 2px;
    position: absolute;
    top: 5vw;
    left: 0;
    background: #aa1e1e;
  }


  .MenuList_01.active > a,
  .MenuList_02.active > a,
  .MenuList_03.active > a,
  .MenuList_04.active > a,
  .MenuList_05.active > a {
    color: #aa1e1e;
  }

  .subMenuList_01,
  .subMenuList_02,
  .subMenuList_03,
  .subMenuList_04,
  .subMenuList_05 {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    background: unset;
    transition: all 0.3s ease;
    display: block;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    }
  .subMenuList_01.active,
  .subMenuList_02.active,
  .subMenuList_03.active,
  .subMenuList_04.active,
  .subMenuList_05.active {
    display: block;
    z-index: 1;
  }
  .subMenuList_01 ul,
  .subMenuList_02 ul,
  .subMenuList_03 ul,
  .subMenuList_04 ul,
  .subMenuList_05 ul{
    position: relative;
    background: none;
    width: 100%;
    padding: 1em 0 0 0;
    margin-left: 0;
  }
  .subMenuList_01 ul li:last-child,
  .subMenuList_02 ul li:last-child,
  .subMenuList_03 ul li:last-child,
  .subMenuList_04 ul li:last-child,
  .subMenuList_05 ul li:last-child{
  }
  .subMenuList_01 ul li a,
  .subMenuList_02 ul li a,
  .subMenuList_03 ul li a,
  .subMenuList_04 ul li a,
  .subMenuList_05 ul li a{
    display: block;
    padding: 0.5em 0.5em 0.5em 2em;
    color: #fff;
    position: relative;
  }
  .subMenuList_01 > ul > li > a,
  .subMenuList_02 > ul > li > a,
  .subMenuList_03 > ul > li > a,
  .subMenuList_04 > ul > li > a,
  .subMenuList_05 > ul > li > a{
    display: none;
  }
  .subMenuList_01 > ul li a:hover,
  .subMenuList_02 > ul li a:hover,
  .subMenuList_03 > ul li a:hover,
  .subMenuList_04 > ul li a:hover,
  .subMenuList_05 > ul li a:hover{
    color: #aa1e1e;
    z-index: 1;
  }

  .subMenuList_01 > ul > li > ul > li,
  .subMenuList_02 > ul > li > ul > li,
  .subMenuList_03 > ul > li > ul > li,
  .subMenuList_04 > ul > li > ul > li,
  .subMenuList_05 > ul > li > ul > li{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .subMenuList_01 > ul > li > ul > li > ul > li,
  .subMenuList_02 > ul > li > ul > li > ul > li,
  .subMenuList_03 > ul > li > ul > li > ul > li,
  .subMenuList_04 > ul > li > ul > li > ul > li,
  .subMenuList_05 > ul > li > ul > li > ul > li{
    padding-left: 2em;
    font-size: 12px;
    position: relative;
  }
  .subMenuList_01 > ul > li > ul > li > ul > li:before,
  .subMenuList_02 > ul > li > ul > li > ul > li:before,
  .subMenuList_03 > ul > li > ul > li > ul > li:before,
  .subMenuList_04 > ul > li > ul > li > ul > li:before,
  .subMenuList_05 > ul > li > ul > li > ul > li:before{
    content: "";
    width: 10px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 1em;
    top: 0.9em;
  }
  .subMenuList_01 > ul > li > ul > li > ul > li > ul > li,
  .subMenuList_02 > ul > li > ul > li > ul > li > ul > li,
  .subMenuList_03 > ul > li > ul > li > ul > li > ul > li,
  .subMenuList_04 > ul > li > ul > li > ul > li > ul > li,
  .subMenuList_05 > ul > li > ul > li > ul > li > ul > li{
    padding-left: 1em;
    font-size: 12px;
    position: relative;
  }
  .subMenuList_01 > ul > li > ul > li > ul > li > ul > li:before,
  .subMenuList_02 > ul > li > ul > li > ul > li > ul > li:before,
  .subMenuList_03 > ul > li > ul > li > ul > li > ul > li:before,
  .subMenuList_04 > ul > li > ul > li > ul > li > ul > li:before,
  .subMenuList_05 > ul > li > ul > li > ul > li > ul > li:before{
    content: "";
    width: 10px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    top: 0.9em;
  }

  /* メニュー */


  #top header .kvArea .slick01 {
  }
  #top header .kvArea .slick01 .slick-track,
  #top header .kvArea .slick01 .slick-list {
    height: 112vw;
  }



  #top header .kvArea .slick01 li {
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
  }

  #top header .kvArea .slick01 .kv_bg_box {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    position: absolute;
    left: 0;
    top: 32vw;
    min-width: 100%;
  }
  #top header .kvArea .slick01 li .kv_bg_box .inner {
    max-width: 100%;
    width: 100%;
    height: 90vw;
    padding: 4vw;
    margin: 0 0 0 auto;
  }
  #top header .kvArea .slick01 li .kv_bg_box .kv_h2 {
    font-size: 5.5vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  #top header .kvArea .slick01 li .kv_bg_box .kv_p {
    margin-bottom: 5vw;
  }
  #top header .kvArea .slick01 li .kv_bg_box .kv_btn_box {
    width: 50vw;
    margin: 0 0 0 auto;
  }

  #top header .kvArea .slick01 button.slide-arrow {
    padding: 0;
    background: none;
    border: 1px solid #666;
    border-radius: 6px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    position: absolute;
    top: auto;
    bottom: 5vw;
    margin-top: 0;
    color: #aa1e1e;
    z-index: 1;
  }
  #top header .kvArea .slick01 .prev-arrow{
    left: 4vw;
    height: 7vw;
    width: 7vw;
    margin-left: 0;
  }
  #top header .kvArea .slick01 .next-arrow{
    left: unset;
    right: 4vw;
    height: 7vw;
    width: 7vw;
    margin-left: 0;
  }
  #top header .kvArea .slick01 .prev-arrow:before,
  #top header .kvArea .slick01 .prev-arrow:after,
  #top header .kvArea .slick01 .next-arrow:before,
  #top header .kvArea .slick01 .next-arrow:after {
    content: "";
    left: 50%;
    height: 2px;
    width: 6px;
    background: #aa1e1e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #top header .kvArea .slick01 .prev-arrow:before {
    transform: rotate(-45deg);
    top: -4px;
  }
  #top header .kvArea .slick01 .next-arrow:after {
    transform: rotate(45deg);
    top: -4px;
  }
  #top header .kvArea .slick01 .prev-arrow:after {
    transform: rotate(45deg);
    top: 4px;
  }
  #top header .kvArea .slick01 .next-arrow:before {
    transform: rotate(-45deg);
    top: 4px;
  }

  #top header .kvArea .slick01 .slide-dots button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  #top header .kvArea .slick01 .slide-dots {
    text-align: center;
    position: absolute;
    top: unset;
    bottom: 5vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  #top header .kvArea .slick01 .slide-dots > li:first-child:last-child {
      display: none;
  }
  #top header .kvArea .slick01 .slide-dots li {
    display: inline-block;
    margin: 0 15px;
  }
  #top header .kvArea .slick01 .slide-dots li button {
    position: relative;
    color: rgba(255, 255, 255, 0);
    width: 5vw;
    height: 5vw;
    border: 1px solid #666;
    border-radius: 15px;
  }
  #top header .kvArea .slick01 .slide-dots li.slick-active button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 4vw;
    height: 4vw;
    border-radius: 8px;
    background: #aa1e1e;
  }

  #top header .logo_gom_box {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 4vw 5vw;
    background: #fefefe;
    margin-right: 0;
    width: 100%;
  }
  #top header .logo_gom_box img {
    max-width: 50vw;
  }

  /* 下層と共通の記述
  ------------------------------------------------------------*/





  /* コンテンツエリア
  ------------------------------------------------------------*/

  main {
  }


  main .newsArea {
    box-shadow:
      0 1.9px 2.5px rgba(0, 0, 0, 0.057),
      0 5px 6.1px rgba(0, 0, 0, 0.076);
  }
  main .newsArea .inner {
    max-width: 100%;
    min-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 4vw;
  }
  main .newsArea .inner .news_h2 {
    width: 100%;
    padding: 6vw 0 5vw 8vw;
    position: relative;
  }
  main .newsArea .inner .news_h2:before,
  main .newsArea .inner .news_h2:after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 6px;
    background: #aa1e1e;
    position: absolute;
  }
  main .newsArea .inner .news_h2:after {
    transform: rotate(45deg);
    top: -4px;
  }
  main .newsArea .inner .news_h2:before {
    transform: rotate(-45deg);
    top: 4px;
  }

  main .newsArea .inner .news_list {
    width: 100%;
  }
  main .newsArea .inner .news_list dt {
    width: 100%;
    padding: 0 0 8px;
  }
  main .newsArea .inner .news_list dt span {
    display: inline-block;
    padding: 0.2vw 3vw 0;
    border: 1px solid #333;
    margin-left: 4vw;
  }
  main .newsArea .inner .news_list dd {
    width: 100%;
    padding: 0 0 2vw 0;
  }
  main .newsArea .inner .news_list a {
  display: block;
  }
  main .newsArea .inner .news_list a:hover {
  }


  main .productArea {
  }
  main .productArea.bg_gray {
    background: #eee;
    padding: 50px 0;
  }

  main .productArea .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main .productArea .inner .product_list {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    margin: 0 auto;

  }
  main .productArea .inner .product_list a {
    display: block;
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
    padding-bottom: 40px;
    position: relative;
    margin: 20px 14px;
    transition: all 0.4s;
    background: #fff;
    min-height: 40vw;
  }
  main .productArea .inner .product_list a:hover {
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
  }
  main .productArea .inner .product_list a:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #666;
    right: 20px;
    bottom: 24px;
    position: absolute;
  }
  main .productArea .inner .product_list a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(45deg);
    right: 20px;
    bottom: 20px;
    position: absolute;
  }
  main .productArea .inner .product_list a .h3_type01 {
    padding: 20px;
  }
  main .productArea .inner .product_list a img {
    margin: 0 auto;
  }
  main .productArea .inner .product_list a p {
    padding: 20px;
  }
  main .productArea .inner a.btn_red {
    margin: 20px auto 10vw;
    width: 60vw;
  }



  main .productArea .inner .product_list2 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    display: block;
  }
  main .productArea .inner .product_list2 a {
    width: 90%;
    display: block;
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2);
    padding-bottom: 40px;
    position: relative;
    margin: 20px auto;
    transition: all 0.4s;
    background: #fff;
  }
  main .productArea .inner .product_list2 a:hover {
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
  }
  main .productArea .inner .product_list2 a:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #666;
    right: 20px;
    bottom: 24px;
    position: absolute;
    transition: all .3s;
  }
  main .productArea .inner .product_list2 a:hover:before {
    background: #aa1e1e;
    right: 10px;
  }
  main .productArea .inner .product_list2 a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(45deg);
    right: 20px;
    bottom: 20px;
    position: absolute;
    transition: all .3s;
  }
  main .productArea .inner .product_list2 a:hover:after {
    border-right: 2px solid #aa1e1e;
    border-top: 2px solid #aa1e1e;
    right: 10px;
  }
  main .productArea .inner .product_list2 a .h3_type01 {
    padding: 20px;
    transition: all .3s;
  }
  main .productArea .inner .product_list2 a:hover .h3_type01 {
    color: #aa1e1e;
  }
  main .productArea .inner .product_list2 a img {
    margin: 0 auto;
  }
  main .productArea .inner .product_list2 a p {
    padding: 20px;
  }
  main .productArea .inner a.btn_red {
    margin: 20px auto 80px;
  }





  main .processArea {
  }
  main .processArea .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main .processArea .inner p {
    margin: 20px auto;
    width: 80%;
    text-align: center;
  }
  main .processArea .inner .process_list {
    display: flex;
    flex-wrap: wrap;
  }
  main .processArea .inner .process_list a {
    display: block;
    padding-bottom: 8vw;
    position: relative;
    margin: 4vw 3vw;
    width: 100%;
  }
  main .processArea .inner .process_list a .h3_type01 {
    padding: 20px;
    position: relative;
  }
  main .processArea .inner .process_list a .h3_type01:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #666;
    right: 40px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    transition: all 0.4s;
  }
  main .processArea .inner .process_list a .h3_type01:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(45deg);
    right: 40px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    transition: all 0.4s;
  }
  main .processArea .inner .process_list a:hover .h3_type01:before,
  main .processArea .inner .process_list a:hover .h3_type01:after {
    right: 30px;
  }
  main .processArea .inner .process_list a img {
    margin: 0 auto;
  }
  main .processArea .inner .process_list a p {
    padding: 20px;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  main .processArea .inner a.btn_red {
    margin: 20px auto 80px;
  }




  main .useArea {
    background-image: url('../img/bg_use.png');
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
  }
  main .useArea .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 50px 4vw;
  }
  main .useArea .inner .bg_white {
    background: rgba(255,255,255,0.8);
    padding: 2vw 4vw;
    margin: 0 4vw 4vw;
  }
  main .useArea .inner .bg_white .h2_type01 {
    margin: 30px auto;
  }

  main .useArea .inner p {
    margin: 30px auto 0;
    text-align: center;
  }
  main .useArea .inner .use_list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main .useArea .inner .use_list a {
    display: block;
    font-weight: bold;
    padding: 4vw;
    background: #fff;
    position: relative;
    margin: 0 5vw 2vw;
    width: 100%;
  }
  main .useArea .inner .use_list a:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #666;
    right: 40px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    transition: all 0.4s;
  }
  main .useArea .inner .use_list a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(45deg);
    right: 40px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
    transition: all 0.4s;
  }
  main .useArea .inner .use_list a:hover:before,
  main .useArea .inner .use_list a:hover:after {
    right: 30px;
  }










  main .aboutArea {
  }
  main .aboutArea .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 80px auto;
    padding: 0 20px;
  }
  main .aboutArea .inner .flex_type02 {
  }
  main .aboutArea .inner .flex_type02 .about_left {
    width: 100%;
  }
  main .aboutArea .inner .flex_type02 .about_left img {
    width: 100%;
  }

  main .aboutArea .inner .flex_type02 .about_right {
    width: 100%;
  }
  main .aboutArea .inner .flex_type02 .about_right p {
    margin-bottom: 8vw;
  }
  main .aboutArea .inner .flex_type02 .about_right .btn_white {
    width: 50vw;
    margin: 0 auto;
  }






  main .infoArea {
  }
  main .infoArea.bg_gray {
    background: #eee;
    padding: 50px 0 80px;
  }

  main .infoArea .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  main .infoArea .inner .h2_type01 {
    margin: 0 auto 30px;
  }
  main .infoArea .inner .info_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
  main .infoArea .inner .info_list dt {
    width: 100%;
    padding: 4vw;
    position: relative;
  }
  main .infoArea .inner .info_list dt:before,
  main .infoArea .inner .info_list dt:after {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 6px;
    background: #aa1e1e;
    position: absolute;
  }
  main .infoArea .inner .info_list dt:after {
    transform: rotate(45deg);
    top: -4px;
  }
  main .infoArea .inner .info_list dt:before {
    transform: rotate(-45deg);
    top: 4px;
  }
  main .infoArea .inner .info_list dt span {
    display: inline-block;
    padding: 2px 24px;
    border: 1px solid #333;
    margin-left: 20px;
  }


  main .infoArea .inner .info_list dd {
    width: 100%;
    padding: 0 0 4vw;
  }

  main .infoArea .inner .info_list dd a {
  }
  main .infoArea .inner .info_list dd a:hover {
  }
  main .infoArea .inner a.btn_black {
    width: 60vw;
    margin: 0 auto;
  }



  main .conversionArea {
  }
  main .conversionArea .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 20vw auto;
    padding: 0 20px;
  }
  main .conversionArea .inner .flex_type02 {
  }
  main .conversionArea .inner .flex_type02 .flex_parts {
    width: 100%;
    position: relative;
    margin-bottom: 2vw;
  }
  main .conversionArea .inner .flex_type02 .flex_parts img {
    width: 100%;
  }
  main .conversionArea .inner .flex_type02 .flex_parts .contentBox {
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 8vw;
    text-align: center;
  }
  main .conversionArea .inner .flex_type02 .flex_parts p {
    margin-bottom: 2vw;
    font-size: 3vw;
  }
  main .conversionArea .inner .flex_type02 .flex_parts .btn_white {
    width: 60vw;
    margin: 4vw auto;
    font-size: 3vw;
  }
  main .conversionArea .inner .flex_type02 .flex_parts .btn_red {
    width: 60vw;
    margin: 4vw auto;
    font-size: 3vw;
  }


  main .productListArea {
  }
  main .productListArea .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 20vw auto;
    padding: 0 20px;
  }
  main .productListArea .inner .flex_type02 {
    margin: 0 2vw;
  }
  main .productListArea .inner a {
    width: calc((100% / 2) - 2vw);
    margin-bottom: 5vw;
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.2);
  }
  main .productListArea .inner a .h3_type01 {
    text-align: center;
    padding: 10px 20px 0;
  }
  main .productListArea .inner a p {
    font-size: 3.5vw;
    padding: 10px 20px 20px;
  }




  /* フッター
  ------------------------------------------------------------*/
  footer .breadcrumbArea {
    background: #f0f3f5;
    height: 14vw;
    width: 100%;
    position: relative;
    padding: 2vw 0 0;
  }
  footer .breadcrumbArea .breadcrumbInner {
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  footer .breadcrumbArea .breadcrumbInner a.toTop {
    display: block;
    width: 10vw;
    height: 10vw;
    border: solid 1px #707070;
    border-radius: 5vw;
    background: #fff;
    position: relative;
    margin: auto;
  }
  footer .breadcrumbArea .breadcrumbInner a.toTop:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 2vw;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #707070 transparent;
    transition: all .3s;
  }
  footer .breadcrumbArea .breadcrumbInner .toTop:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 2.8vw;
    margin: auto;
    width: 4px;
    height: 4.5vw;
    background: #707070;
    transition: all .3s;
  }
  footer .breadcrumbArea .breadcrumbInner a.toTop:hover:before {
    top: -12px;
  }
  footer .breadcrumbArea .breadcrumbInner .toTop:hover:after {
    top: -10px;
  }

  footer .footerArea {
    background:unset;
    font-size: 3vw;
  }
  footer .footerArea .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 80px auto 30px;
    padding: 0 4vw;
  }
  footer .footerArea .inner .sitemapArea {
    width: 100%;
    padding: 4vw 4vw 4vw 0;
    background: #3b4043;
    display: none;
  }
  footer .footerArea .inner .sitemapArea .category {
    color: #cdd6dd;
  }
  footer .footerArea .inner .sitemapArea .sitemap_list {
  }
  footer .footerArea .inner .sitemapArea .sitemap_list a {
    color: #ffffff;
  }
  footer .footerArea .inner .sitemapArea .linkBox a {
    color: #ffffff;
  }
  footer .footerArea .inner .sitemapArea .linkBox .alone {
    margin-bottom: 1.5em;
  }

  footer .footerArea .inner .sitemapArea .sns_category {
    margin-right: 20px;
    color: #cdd6dd;
  }
  footer .footerArea .inner .sitemapArea .sns_parts a {
    margin-right: 10px;
  }

  footer .footerArea .inner .corporateInfo {
    width: 100%;
    padding: 4vw;
  }
  footer .footerArea .inner .corporateInfo img {
    margin: 0 auto 4vw;
    display: block;
  }
  footer .footerArea .inner .corporateInfo .corporate_list {
    margin: 0 auto;
    width: 35vw;
  }
  footer .footerArea .inner .corporateInfo .corporate_list dt {
    width: 30%;
  }
  footer .footerArea .inner .corporateInfo .corporate_list dd {
    width: 70%;
    margin-bottom: 6px;
  }


  footer .otherLinkArea {
    font-size: 3vw;
  }
  footer .otherLinkArea .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  footer .otherLinkArea .inner .other_list {
    text-align: center;
    background: #3b4043;
    padding: 4vw 0;
  }
  footer .otherLinkArea .inner .other_list li {
    display: block;
    padding: 2vw 0;
    position: relative;
  }
  footer .otherLinkArea .inner .other_list li a {
    color: #fff;
  }
  footer .otherLinkArea .inner .other_list li:after {
    content: unset;
  }

  footer .copyright {
    font-size: 2.5vw;
    background: #f0f3f5;
    display: block;
    text-align: center;
  }
  footer .copyright .inner {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

}
