@charset "UTF-8";
/* CSS Document */
/* 共通*/
body {
  font-family: "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1;
  margin: 0px;
  padding: 0px;
  border: 0px;
  letter-spacing: 0.1em;
  list-style: none;
  line-height: 1.3;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.65;
  cursor: pointer;
}

.allLink {
  cursor: pointer;
}

.allLink:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.allLink a:hover {
  opacity: 1;
}

.bold {
  font-weight: 700;
}

.scr {
  height: 363px;
  overflow: scroll;
  text-align: left;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}

.submit01:hover {
  opacity: 0.65;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.container {
  max-width: 1000px;
  margin: 0px auto;
}

.header_area {
  padding: 0px 0px 0px;
  border-top: 3px solid #e60012;
}

.header_left {
  float: left;
  width: 30%;
  padding-left: 27px;
}

.header_area .header_left img {
  padding: 30px 27px 25px;
}

.header_right {
  float: right;
  width: 70%;
}

.header_right li {
  float: right;
  padding: 33px 27px 28px;
}

.mv_wrapper img {
  width: 100%;
}

.top_heading {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
}

.top_heading h2 {
  font-size: 26px;
  font-weight: 100;
}

.heading_line {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 13px;
}

.top_heading p {
  color: #e00000;
}

.top_contents01 li {
  float: left;
  width: 31.6%;
  margin-right: 2.6%;
}

.top_contents01 li a span {
  display: inline-block;
  padding-top: 10px;
  padding-left: 18px;
  position: relative;
}

.top_contents01 li a span:before {
  position: absolute;
  top: calc(72% - 7px);
  left: 0px;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../img/icon_common_01.png) center center;
  background-size: cover;
}

.top_contents01 .btn img {
  padding-right: 10px;
}

.top_contents01 li:last-child {
  margin-right: 0%;
}

.top_contents01 ul {
  margin-bottom: 40px;
}

.top_contents01 span {
  display: inline-block;
  padding-top: 5px;
  font-size: 16px;
}

.top_contents01 .btn {
  display: block;
  padding: 15px 0px;
  width: 268px;
  background-color: #e60012;
  margin: 0px auto;
  text-align: center;
  font-size: 16px;
  color: white;
  border-radius: 5px;
}

.top_contents02 {
  padding: 50px 0px;
  margin-top: 50px;
  background-image: url(../img/pic_top_06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.top_contents02_headding {
  padding-top: 22px;
  padding-bottom: 15px;
}

.top_contents02_headding p:first-child {
  font-size: 18px;
}

.top_contents02 li p img {
  padding-right: 10px;
}

.top_contents02 li {
  width: 48.5%;
  background-color: white;
  float: left;
  margin-right: 3%;
  padding-bottom: 20px;
}

.top_contents02 li .left {
  float: left;
}

.top_contents02 li .right {
  float: right;
}

.top_contents02_headding, .top_contents02_text {
  padding-left: 3.7%;
  padding-right: 3.7%;
}

.top_contents02 li:last-child {
  margin-right: 0%;
}

.top_margin01 {
  padding-top: 35px;
}

.newsArea th {
  width: 23.5%;
}

.newsArea td {
  width: 73%;
}

.newsArea tr:nth-child(even) {
  border-bottom: 1px dotted #dbdbdb;
}

.newsArea tr:nth-child(even) {
  border-bottom: 1px dotted #dbdbdb;
}

.newsArea th {
  padding-top: 25px;
}

.newsArea tr:nth-child(even) td {
  padding-bottom: 25px;
}

.newsArea tr:nth-child(odd) td {
  padding-bottom: 14px;
  font-weight: 600;
}

.newsArea th span {
  padding: 2px 0px;
  text-align: center;
  display: inline-block;
  background-color: #e00000;
  width: 105px;
  color: white;
  margin-left: 20px;
}

.top_contents03 {
  margin-bottom: 50px;
}

.contactArea {
  width: 100%;
  padding-bottom: 50px;
  margin-top: 50px;
  background-image: url(../img/pic_top_08.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contactArea .contents {
  width: 86%;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 45px 6.5%;
}

.contactArea .contents h3 {
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  padding-bottom: 33px;
}

.contactArea .contents p {
  font-size: 18px;
}

.contactArea .contents .phone {
  font-size: 33px;
  color: #e00000;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e00000;
  display: inline-block;
  letter-spacing: 0.11em;
  padding-left: 48px;
  position: relative;
}

.contactArea .contents .phone:before {
  position: absolute;
  top: calc(34% - 6px);
  left: 0px;
  content: "";
  width: 34px;
  height: 30px;
  background: url(../img/icon_common_04.png) center center;
  background-size: cover;
}

.contactArea .contents .phone img {
  padding-right: 14px;
}

.contactArea .contents .infoTime {
  font-size: 14px;
  margin-top: 6px;
}

.contactArea .contents .form_link img {
  padding-right: 14px;
}

.contactArea .contents li {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.contactArea .contents li:last-child {
  margin-right: 0%;
}

.contactArea .contents li .form_link {
  display: inline-block;
  font-size: 18px;
  color: white;
  background-color: #e00000;
  padding: 23px;
  text-align: center;
  border-radius: 5px;
  margin-top: 8px;
  width: 100%;
}

.footerArea {
  text-align: center;
}

.footerArea ul {
  padding: 28px;
}

.footerArea p {
  padding: 28px;
  border-top: 1px solid #c9c9c9;
}

.footerArea li {
  display: inline-block;
  padding: 0px 30px;
  border-right: 1px solid #6d6d6d;
}

.br1000 {
  display: none;
}

.sp {
  display: none;
}

.br425 {
  display: none;
}

.drawer-hamburger {
  display: none;
}

.drawer-menu li {
  font-size: 16px;
  color: #333333;
}

.drawer-menu .item a {
  display: block;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px dotted #dddddd;
  position: relative;
}

.drawer-dropdown-menu .drop-menuItem a {
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border-bottom: 1px dotted #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.drawer-dropdown .left {
  float: left;
  width: 77%;
  position: relative;
}

.drawer-dropdown .right {
  float: left;
  width: 23%;
  text-align: center;
  padding-right: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-left: 1px dotted #dddddd;
}

.drawer-menu .item a:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 25px;
  content: "";
  width: 8px;
  height: 14px;
  background: url(../img/icon_common_08.png) center center;
  background-size: cover;
}

.drawer-menu .drawer-dropdown .left:after {
  background: none;
}

.drawer-menu .drawer-dropdown .right:after {
  position: absolute;
  top: calc(56% - 6px);
  right: 23px;
  content: "";
  width: 14px;
  height: 8px;
  background: url(../img/icon_common_09.png) center center;
  background-size: cover;
}

.drawer-dropdown-menu .drop-menuItem a:after {
  position: absolute;
  top: calc(51% - 6px);
  right: 27px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_common_08.png) center center;
  background-size: cover;
}

.drawer-nav .drawer-menu li .close:after {
  position: absolute;
  top: calc(37% - 6px);
  right: 17px;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icon_common_10.jpg) center center;
  background-size: cover;
}

.headerWrapper {
  border-top: 3px solid #e60012;
}

.containerTop {
  max-width: 1000px;
  margin: 0px auto;
}

header {
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 13px -4px rgba(0, 0, 0, 0.2);
  z-index: 100;
  position: relative;
}

.headerWrapper {
  border-top: 3px solid #e60012;
}

.headerLeft {
  float: left;
  padding-top: 27px;
}

.headerLeft img {
  height: 22px;
}

.headerRight {
  float: right;
}

.headerRight .left,
.headerRight .item {
  float: left;
}

.headerRight .left a,
.headerRight .item .item00 {
  padding-top: 28px;
  padding-bottom: 28px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.mvWrapper.pc {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.pcWide {
  display: none;
}

.contentsWrapper.top .contents01 .heading h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-image: url(../img/bg_01.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  line-height: 1;
}

.contentsWrapper.top .contents01 .heading h2 span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.contentsWrapper.top .contents01 {
  margin-top: 60px;
}

.contentsWrapper.top .contents01 .item01 {
  margin-top: 60px;
}

.contentsWrapper.top .contents01 .item01 li {
  float: left;
  width: 30%;
  margin-right: 5%;
  font-size: 18px;
}

.contentsWrapper.top .contents01 .item01 li:last-child {
  margin-right: 0%;
}

.contentsWrapper.top .contents01 .item01 li p {
  font-size: 16px;
  position: relative;
  padding-left: 33px;
  margin-top: 15px;
}

.contentsWrapper.top .contents01 .item01 li p:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/icon_top_01.jpg) center center;
  background-size: cover;
}

.topImg {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .topImg {
    margin-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.topImg .topImgList {
  font-size: 18px;
  width: 30%;
}
@media (max-width: 767px) {
  .topImg .topImgList {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .topImg .topImgList:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .topImg .topImgList:not(:nth-child(-n+3)) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .topImg .topImgList:not(:nth-child(-n+2)) {
    margin-top: 25px;
  }
}
.topImg .topImgTxt {
  font-size: 16px;
  position: relative;
  padding-left: 33px;
  margin-top: 15px;
}
.topImg .topImgTxt:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/icon_top_01.jpg") center center;
  background-size: cover;
}

.space01 .btn a {
  width: 500px;
  border: 1px solid black;
  display: block;
  text-align: center;
  padding: 20px 0px;
  margin: 0px auto;
  position: relative;
  background-color: white;
  z-index: 50;
  opacity: 0.9;
}

.space01 .btn {
  width: 600px;
  margin: 0px auto;
  background-color: white;
  z-index: 50;
  position: relative;
}

.space01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.space01 {
  margin: 60px 0px;
  position: relative;
}

.space01 .btn a:hover {
  border: 1px solid black;
  margin: 0px auto;
  position: relative;
  background-color: black;
  color: white;
}

.space01 .btn a:hover:after {
  position: absolute;
  top: calc(39% - 0px);
  right: 17px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_common_02.png) center center;
  background-size: cover;
}

.space01 .btn a:after {
  position: absolute;
  top: calc(39% - 0px);
  right: 17px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_top_2.png) center center;
  background-size: cover;
}

.containerTop02 {
  max-width: 1200px;
  margin: 0px auto;
}

.contentsWrapper.top .contents02 {
  background-color: #f6f9fc;
  padding-top: 100px;
  padding-bottom: 60px;
  margin-top: 100px;
}

.contentsWrapper.top .contents02 .item01 {
  float: left;
  width: 38%;
  height: 310px;
  padding-left: 3.8%;
  padding-right: 3.8%;
}

.contentsWrapper.top .contents01 .item01 img {
  border-bottom: 3px solid #e60012;
}

.contentsWrapper.top .contents02 .imgBox {
  float: right;
  width: 62%;
  background-image: url(../img/pic_top_04.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 310px;
}

.contentsWrapper.top .contents02 .item01 li:first-child {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.contentsWrapper.top .contents02 .item01 li:nth-child(2) {
  padding-top: 80px;
}

.contentsWrapper.top .contents02 .item01 li:first-child span {
  font-size: 14px;
  font-weight: normal;
}

.contentsWrapper.top .contents02 .item01 li:first-child:after {
  content: "";
  position: absolute;
  top: 105px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: black;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.contentsWrapper.top .contents02 .item01 li:last-child a {
  font-size: 14px;
  font-weight: normal;
}

.contentsWrapper.top .contents02 .item01 li:last-child a {
  width: 100%;
  border: 1px solid black;
  display: block;
  text-align: center;
  padding: 20px 0px;
  position: relative;
  background-color: white;
  z-index: 100;
  opacity: 0.9;
}

.contentsWrapper.top .contents02 .item01 li:last-child {
  padding-top: 38px;
}

.contentsWrapper.top .contents02 .item01 li:last-child a:after {
  position: absolute;
  top: calc(39% - 0px);
  right: 17px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_top_2.png) center center;
  background-size: cover;
}

.contentsWrapper.top .contents02 .item01 li:last-child a:hover {
  background-color: black;
  color: white;
}

.show640 {
  display: none;
}

.contentsWrapper.top .contents02 .btn a,
.contentsWrapper.top .contents03 .btn a {
  width: 250px;
  border: 1px solid black;
  display: block;
  text-align: center;
  padding: 15px 0px;
  position: relative;
  background-color: white;
  opacity: 0.9;
  margin: 0px auto;
  margin-top: 30px;
}

.contentsWrapper.top .contents02 .btn a:after,
.contentsWrapper.top .contents03 .btn a:after {
  position: absolute;
  top: calc(39% - 0px);
  right: 17px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_top_2.png) center center;
  background-size: cover;
}

.contentsWrapper.top .contents02 .btn a:hover,
.contentsWrapper.top .contents03 .btn a:hover {
  border: 1px solid black;
  position: relative;
  background-color: black;
  color: white;
}

.contentsWrapper.top .contents03 {
  background-color: #edf4fa;
  padding-top: 60px;
  padding-bottom: 100px;
}

.contentsWrapper.top .contents03 .item01 {
  float: right;
  width: 38%;
  height: 310px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3.8%;
  padding-right: 3.8%;
}

.contentsWrapper.top .contents03 .imgBox {
  float: left;
  width: 62%;
  background-image: url(../img/pic_top_05.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 310px;
}

.contentsWrapper.top .contents03 .item01 li:first-child {
  font-size: 30px;
  font-weight: bold;
  position: relative;
}

.contentsWrapper.top .contents03 .item01 li:nth-child(2) {
  padding-top: 80px;
}

.contentsWrapper.top .contents03 .item01 li:first-child span {
  font-size: 14px;
  font-weight: normal;
}

.contentsWrapper.top .contents03 .item01 li:first-child:after {
  content: "";
  position: absolute;
  top: 105px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: black;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.contentsWrapper.top .contents03 .item01 li:last-child a {
  font-size: 14px;
  font-weight: normal;
}

.contentsWrapper.top .contents03 .item01 li:last-child a {
  width: 100%;
  border: 1px solid black;
  display: block;
  text-align: center;
  padding: 20px 0px;
  position: relative;
  background-color: white;
  z-index: 100;
  opacity: 0.9;
}

.contentsWrapper.top .contents03 .item01 li:last-child {
  padding-top: 38px;
}

.contentsWrapper.top .contents03 .item01 li:last-child a:after {
  position: absolute;
  top: calc(39% - 0px);
  right: 17px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_top_2.png) center center;
  background-size: cover;
}

.contentsWrapper.top .contents03 .item01 li:last-child a:hover {
  background-color: black;
  color: white;
}

.contentsWrapper.top .contents04 .heading {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contentsWrapper.top .contents04 .heading h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-image: url(../img/bg_01.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  line-height: 1;
}

.contentsWrapper.top .contents04 .heading h2 span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.contactArea02 .heading {
  margin-top: 60px;
  margin-bottom: 60px;
}

.contactArea02 .heading h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-image: url(../img/bg_01.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  line-height: 1;
}

.contactArea02 .heading h2 span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.rinkArea {
  padding-bottom: 40px;
}

.contactArea02 .rinkArea li:first-child {
  font-size: 14px;
}

.contactArea02 .rinkArea .tell li:nth-child(2) {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #1a2c3a;
  position: relative;
}

.contactArea02 .rinkArea .tell li:last-child {
  letter-spacing: 0.04em;
}

.contactArea02 .rinkArea .mail li:first-child {
  padding-bottom: 6px;
}

.contactArea02 .rinkArea .mail li:last-child a {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0em;
  color: white;
  background-color: #e60012;
  padding: 17px 0px;
  width: 310px;
  position: relative;
  padding-left: 85px;
  border: 1px solid #e60012;
  text-align: left;
}

.contactArea02 .rinkArea .tell {
  padding-left: 15%;
}

.contactArea02 .rinkArea ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contactArea02 ul {
  float: left;
  width: 50%;
}

.contactArea02 .rinkArea .mail {
  padding-left: 4%;
}

.contactArea02 .text {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}

.contactArea02 .rinkArea .mail li:last-child a:before {
  position: absolute;
  top: calc(37% - 0px);
  left: 45px;
  content: "";
  width: 24px;
  height: 16px;
  background: url(../img/icon_common_15.jpg) center center;
  background-size: cover;
}

.contactArea02 .inner {
  border: 1px solid #979797;
}

.footerWrapper .rinkArea {
  padding: 27px 0px;
  text-align: center;
}

.footerWrapper .rinkArea span {
  padding: 0px 45px;
  position: relative;
}

.footerWrapper .rinkArea span:nth-child(2) {
  border-right: 1px solid black;
  border-left: 1px solid black;
}

.container {
  margin: 0px auto;
  max-width: 1000px;
}

.bottomArea {
  border-top: 1px solid #979797;
  text-align: center;
  padding: 32px 0px;
  background-color: #1a2c3a;
  color: white;
}

.contentsWrapper.top .contents04 {
  background-image: url(../img/bg_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contentsWrapper.top .contents04 .inner {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contentsWrapper.top .contents04 .item01 {
  margin-bottom: 30px;
}

.contentsWrapper.top .contents04 .item01:last-child {
  margin-bottom: 0px;
}

.contentsWrapper.top .contents04 .item01 li:first-child {
  float: left;
  width: 24%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 1%;
}

.contentsWrapper.top .contents04 .item01 li:last-child {
  float: left;
  width: 74%;
  margin-right: 1%;
  font-weight: bold;
}

.contentsWrapper.top .contents04 .item01 li:last-child span {
  font-weight: normal;
  display: inline-block;
  margin-top: 5px;
}

.contentsWrapper.top .contents04 .item01 li:first-child span {
  background-color: #e60012;
  color: white;
  width: 90px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.contentsWrapper.top .contents04 {
  padding-bottom: 60px;
}

.show1024 {
  display: none;
}

.containerTop04 {
  max-width: 1000px;
  margin: 0px auto;
}

.mvWrapper.sp {
  display: none;
}

/*ドロワーメニュー　(メガメニュー)*/
.drawer-menu li {
  font-size: 16px;
  color: #333333;
}

.drawer-menu li {
  font-size: 16px;
  color: #333333;
}

.drawer-menu .item a {
  display: block;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-top: 1px dotted white;
  position: relative;
  color: black;
  background-color: white;
  letter-spacing: 0em;
}

.drawer-menu .item.first a {
  border-top: none;
}

.drawer-menu .item.last a {
  border-bottom: 1px dotted white;
}

.drawer-dropdown-menu .drop-menuItem a {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-bottom: 1px dotted #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.drawer-dropdown-menu .drop-menuItem li:first-child a {
  border-top: none;
}

.drawer-dropdown .left {
  float: left;
  width: 77%;
  position: relative;
}

.drawer-dropdown .right {
  float: left;
  width: 23%;
  text-align: center;
  padding-right: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-left: 1px dotted #dddddd;
}

.drawer-menu .item a:after {
  position: absolute;
  top: calc(50% - 6px);
  right: 25px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_common_08.png) center center;
  background-size: cover;
}

.drawer-menu .drawer-dropdown .left:after {
  background: none;
}

.drawer-menu .drawer-dropdown .right:after {
  position: absolute;
  top: calc(56% - 6px);
  right: 23px;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../img/icon_common_09.png) center center;
  background-size: cover;
}

.drawer-dropdown-menu .drop-menuItem a:after {
  position: absolute;
  top: calc(51% - 6px);
  right: 27px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_common_08.png) center center;
  background-size: cover;
}

.drawer-nav .drawer-menu li .close:after {
  position: absolute;
  top: calc(37% - 6px);
  right: 17px;
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icon_common_10.jpg) center center;
  background-size: cover;
}

.active {
  display: block;
}

.menu__mega .menu__second-level {
  position: absolute;
  top: 72px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu__mega:hover .menu__second-level {
  top: 77px;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 1px 13px -4px rgba(0, 0, 0, 0.2) inset;
  padding-top: 30px;
  padding-bottom: 20px;
}

.menu__mega .menu__second-level > li {
  float: left;
  width: 32%;
  border: none;
}

.menu__mega .menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}

.globalNav li a {
  color: white;
  background-color: #1a2c3a;
  padding: 17px;
  display: block;
  letter-spacing: 0em;
}

.globalNav .item {
  float: left;
  width: 20%;
  text-align: center;
}

.globalNav .item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: white;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.globalNav .menu__second-level a:after:hover {
  opacity: 1;
}

.globalNav .item:first-child a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: white;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.globalNav .item:first-child a:before:hover {
  opacity: 1;
}

.globalNav .menu__second-level a:after {
  position: absolute;
  background: none;
}

.globalNav .item .menu__second-level a:before {
  position: absolute;
  background: none;
}

.globalNav .item a {
  position: relative;
}

.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.subMenu .item01 {
  float: left;
  width: 30%;
}

.subMenu .item02 {
  float: left;
  width: 70%;
}

.menu__second-level .item02 li {
  width: 31.33%;
  float: left;
  margin-right: 3%;
  margin-bottom: 20px;
}

.menu__second-level .item02 li p {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  margin-top: 6px;
}

.menu__second-level .item02 li p:before {
  position: absolute;
  top: 2px;
  left: 0px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_top_01.jpg) center center;
  background-size: cover;
}

.menu__second-level .item02 li:nth-child(3n) {
  margin-right: 0%;
}

.subMenu .item01 li:first-child {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.subMenu .item01 li:first-child span {
  font-size: 14px;
  font-weight: normal;
}

.subMenu .item01 li:last-child {
  margin-top: 44px;
}

.subMenu .item01 li:last-child a {
  width: 200px;
  border: 1px solid black;
  display: block;
  text-align: center;
  padding: 14px 0px;
  position: relative;
  background-color: white;
  z-index: 100;
  opacity: 0.9;
}

.subMenu .item01 li:last-child a:hover {
  background-color: black;
  color: white;
}

.subMenu .item01 li:first-child:after {
  content: "";
  position: absolute;
  top: 71px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: black;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.subMenu .item01 li:last-child a:after {
  position: absolute;
  top: calc(39% - 0px);
  right: 17px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_top_2.png) center center;
  background-size: cover;
}

.subMenu .item01 li:last-child a:hover:after {
  position: absolute;
  top: calc(39% - 0px);
  right: 17px;
  content: "";
  width: 6px;
  height: 12px;
  background: url(../img/icon_common_02.png) center center;
  background-size: cover;
}

.shadowOn:before {
  /* 透過した黒を重ねる */
  background-color: rgba(0, 0, 0, 0.1);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 77px;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 90;
}

.contactArea02 .rinkArea .mail li:last-child a:hover {
  color: #e60012;
  background-color: white;
  border: 1px solid #e60012;
  opacity: 1;
}

/*　ドロワーメニュー　(メガメニュー)　 終了　*/
.subPage .heading {
  text-align: center;
  background-color: #edf4fa;
}

.subPage .heading h2 {
  color: black;
  font-size: 22px;
  padding: 42px 0px;
}

.subPage .heading h2 span {
  font-size: 14px;
  margin-top: 16px;
  display: inline-block;
  position: relative;
}

.subPage.company .subVisual {
  background-image: url(../img/company_img_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  max-width: 1000px;
  margin: 0px auto;
  background-position: center;
}

.subPage.company .subVisual p {
  text-align: center;
  margin: 0px auto;
  padding-top: 255px;
}

.subPage.company .subVisual p span a {
  background-color: white;
  opacity: 0.95;
  display: inline-block;
  padding: 18px;
  width: 180px;
  border: 1px solid black;
  position: relative;
  padding-right: 20px;
}

.subPage .subheading {
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.subPage .subheading h3 {
  text-align: center;
  background-image: url(../img/bg_01.png);
  background-size: cover;
  background-position: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}

.subPage .subheading h3 span {
  font-size: 12px;
  font-weight: normal;
}

.subPage.company .contents01 .left {
  float: left;
  width: 30%;
  margin-right: 4%;
}

.subPage.company .contents01 .right {
  float: left;
  width: 66%;
}

.subPage.recruit .contents01 table, .subPage.company .contents01 table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.subPage.recruit .contents01 th, .subPage.company .contents01 th {
  font-size: 14px;
  background-color: #f0f0f0;
  padding: 23px 0px;
  width: 20%;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.2;
  text-align: left;
  padding: 0px 24px;
  font-weight: bold;
}

.subPage.recruit .contents01 td, .subPage.company .contents01 td {
  font-size: 14px;
  padding: 23px 0px;
  width: 80%;
  border-bottom: 1px dotted #cccccc;
  padding-left: 24px;
}

.sp02 {
  display: none;
}

.subPage.company .contents01 .right h4 {
  font-size: 17px;
  margin-bottom: 14px;
  letter-spacing: 0;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
  font-weight: bold;
}

.subPage.company .contents01 .right p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.subPage.company .contents01 .right .img01 {
  text-align: right;
}

.subPage .heading h2 .span04:after {
  content: "";
  position: absolute;
  top: -44%;
  right: 45%;
  width: 23px;
  height: 1px;
  background-color: black;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.subPage.company .subVisual p span:first-child {
  margin-right: 2.2%;
}

.subPage.company .subVisual p span:nth-child(2) {
  margin-right: 2.2%;
}

.subPage.company .subVisual p span a:after {
  position: absolute;
  top: calc(42% - 0px);
  right: 17px;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/icon_top_2.png) center center;
  background-size: cover;
}

.pc02 {
  display: block;
}

@media screen and (max-width: 425px) {
  .subPage.company .rinkRecruit p {
    text-align: center;
    margin: 0px auto;
    padding-top: 20px;
    background-color: #edf4fa;
    padding-bottom: 20px;
  }
  .subPage.company .rinkRecruit p span a {
    background-color: white;
    opacity: 0.95;
    display: inline-block;
    padding: 12px;
    width: 125px;
    border: 1px solid #979797;
    position: relative;
    padding-right: 20px;
    margin-right: 5px;
  }
  .sp02 {
    display: block;
  }
}
@media screen and (min-width: 1441px) {
  .pcWide {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .mvWrapper.pc {
    display: none;
  }
  .mvWrapper img {
    margin: 0px auto;
    height: 500px;
  }
}
@media screen and (max-width: 1260px) {
  .header_area .header_left img {
    padding: 30px 2px 25px;
  }
  .containerTop03 {
    max-width: 1200px;
    margin: 0px 2%;
  }
}
@media screen and (max-width: 1024px) {
  .header_right li {
    float: right;
    padding: 28px 27px 28px;
  }
  .containerTop {
    max-width: 1000px;
    margin: 0px 2%;
  }
  .none1024 {
    display: none;
  }
  .show1024 {
    display: block;
  }
  .space01 .btn a {
    width: 350px;
    border: 1px solid black;
    padding: 15px 0px;
  }
  .space01 .btn {
    width: 450px;
  }
}
@media screen and (max-width: 1000px) {
  .container02 {
    margin-right: 3%;
    margin-left: 3%;
  }
  .header_right li {
    float: right;
    padding: 0px 20px 0px;
  }
  .top_contents01 p {
    padding-top: 5px;
    font-size: 16px;
  }
  .newsArea th span {
    margin-left: 0px;
    display: block;
    margin-top: 13px;
  }
  .newsArea td {
    width: 85%;
    padding-left: 20px;
  }
  .newsArea th {
    width: 15%;
  }
  .contactArea .contents p {
    font-size: 18px;
  }
  .contactArea .contents p {
    font-size: 16px;
  }
  .contactArea .contents .phone {
    font-size: 28px;
  }
  .infoTime {
    letter-spacing: 0;
  }
  .contactArea .contents li a {
    padding: 21px;
  }
  .contactArea .contents h3 {
    line-height: 1.3;
  }
  .active, .br1000 {
    display: block;
  }
  .header_right li {
    float: right;
    padding: 28px 27px 28px;
  }
}
@media screen and (max-width: 920px) {
  .contactArea02 .rinkArea .tell {
    padding-left: 10%;
  }
  .contentsWrapper.top .contents04 .item01 li:first-child span {
    display: block;
    margin-left: 0px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 860px) {
  .contactArea .contents li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contactArea .contents li a {
    font-size: 16px;
  }
  .contactArea .contents {
    width: 90%;
  }
  .headerRight .left a, .headerRight .item .item00 {
    padding-top: 28px;
    padding-bottom: 28px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contactArea .contents {
    width: 94%;
    padding: 45px 4%;
  }
  .footerArea li {
    padding: 0px 20px;
    line-height: 1.3;
  }
  .header_right li {
    float: right;
    padding: 24px 15px 24px;
  }
  .none768 {
    display: none;
  }
  .contentsWrapper.top .contents01 {
    margin-top: 50px;
  }
  .contentsWrapper.top .contents01 .item01 {
    margin-top: 50px;
  }
  .contentsWrapper.top .contents02 {
    background-color: #f6f9fc;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .contentsWrapper.top .contents02 .item01 li:last-child a {
    padding: 15px 0px;
  }
  .contentsWrapper.top .contents02 .item01 li:first-child span {
    margin-top: 10px;
    display: block;
  }
  .contentsWrapper.top .contents02 .imgBox {
    height: 268px;
    width: 60%;
  }
  .contentsWrapper.top .contents02 .item01 li:first-child:after {
    height: 1px;
  }
  .contentsWrapper.top .contents02 .item01 li:nth-child(2) {
    padding-top: 41px;
  }
  .contentsWrapper.top .contents02 .item01 {
    width: 40%;
    height: 268px;
  }
  .contentsWrapper.top .contents02 .item01 li:first-child:after {
    content: "";
    position: absolute;
    top: 85px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: black;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
  }
  .contentsWrapper.top .contents03 .item01 li:last-child a {
    padding: 15px 0px;
  }
  .contentsWrapper.top .contents03 .item01 li:first-child span {
    margin-top: 10px;
    display: block;
  }
  .contentsWrapper.top .contents03 .imgBox {
    height: 268px;
    width: 60%;
  }
  .contentsWrapper.top .contents03 .item01 li:first-child:after {
    height: 1px;
  }
  .contentsWrapper.top .contents03 .item01 li:nth-child(2) {
    padding-top: 41px;
  }
  .contentsWrapper.top .contents03 .item01 {
    width: 40%;
    height: 268px;
  }
  .contentsWrapper.top .contents03 {
    background-color: #edf4fa;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contentsWrapper.top .contents03 .item01 li:first-child:after {
    content: "";
    position: absolute;
    top: 85px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: black;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
  }
  .contentsWrapper.top .contents04 .heading {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contentsWrapper.top .contactArea02 .heading {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contentsWrapper.top .contents01 .item01 li p {
    font-size: 14px;
    position: relative;
    padding-left: 23px;
    margin-top: 10px;
  }
  .contentsWrapper.top .contents01 .item01 li p:before {
    position: absolute;
    top: 1px;
    left: 0px;
    content: "";
    width: 17px;
    height: 17px;
    background: url(../img/icon_top_01.jpg) center center;
    background-size: cover;
  }
  .contents.contactArea02 .text {
    margin-bottom: 35px;
  }
  .contactArea02 .rinkArea .mail, .contactArea .rinkArea .tell {
    padding-left: 0%;
  }
  .contactArea02 ul {
    float: none;
    width: 100%;
    text-align: center;
  }
  .contactArea02 .rinkArea .mail {
    margin-top: 35px;
  }
  .contactArea02 .rinkArea .tell {
    padding-left: 0%;
  }
  .footerWrapper .rinkArea span {
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0em;
  }
  .footerWrapper .rinkArea span:nth-child(2) {
    border: none;
  }
  .subMenu .item01 li:last-child a {
    width: 180px;
    padding: 10px 0px;
  }
  .subMenu .item01 li:first-child {
    font-size: 24px;
  }
  .subMenu .item01 li:first-child span {
    font-size: 12px;
  }
  .subMenu .item01 li:first-child:after {
    content: "";
    position: absolute;
    top: 61px;
    left: 0;
    width: 90px;
    height: 1px;
    background-color: black;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
  }
  .subMenu .item01 li:last-child a {
    font-size: 12px;
  }
  .subMenu .item01 li:last-child a:after {
    position: absolute;
    top: calc(38% - 0px);
    right: 17px;
    content: "";
    width: 5px;
    height: 10px;
    background: url(../img/icon_top_2.png) center center;
    background-size: cover;
  }
}
@media screen and (max-width: 680px) {
  .header_area {
    padding: 25px 0px 21px;
    border-top: 3px solid #e60012;
  }
  .contactArea .contents li a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contactArea .contents li a {
    font-size: 16px;
  }
  .contactArea .contents {
    width: 90%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .header_left {
    width: 75%;
    padding-top: 0px;
    padding-left: 0px;
  }
  .header_right {
    float: right;
    text-align: right;
    width: 20%;
  }
  .header_area {
    padding-left: 2%;
    padding-right: 2%;
  }
  .newsArea td,
  .newsArea tr,
  .newsArea th,
  .newsArea table,
  .newsArea tbody {
    display: block;
  }
  .newsArea td {
    width: 100%;
    padding-left: 0px;
  }
  .newsArea th {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsArea tr:nth-child(odd) td {
    padding-bottom: 10px;
  }
  .newsArea th span {
    margin-left: 10px;
    display: inline-block;
    margin-top: 0px;
  }
  .contactArea .contents h3 {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 33px;
  }
  .contactArea .contents li {
    float: none;
    width: 90%;
    margin: 0px auto;
    letter-spacing: 0px;
  }
  .contactArea .contents li:last-child {
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
  }
  .contactArea .contents ul li:first-child {
    float: none;
    width: 300px;
    margin: 0px auto;
    letter-spacing: 0px;
  }
  .sp {
    display: block;
  }
  .header_area .header_left img {
    padding: 3px 8px 0px;
  }
  .drawer-hamburger {
    right: 0;
    top: 8px;
  }
  .header_left img {
    width: 306px;
  }
  .none680 {
    display: none;
  }
  header {
    height: 74px;
  }
}
@media screen and (max-width: 640px) {
  .none640 {
    display: none;
  }
  .headerLeft {
    float: left;
    padding-top: 25px;
  }
  header {
    height: 74px;
  }
  .contentsWrapper.top .contents01 .heading h2 {
    font-size: 22px;
  }
  .contentsWrapper.top .contents01 .heading h2 span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
  }
  .contentsWrapper.top .contents01 .item01 {
    margin-top: 30px;
  }
  .contentsWrapper.top .contents01 {
    margin-top: 30px;
  }
  .space01 .btn a {
    width: 250px;
    border: 1px solid black;
    padding: 12px 0px;
  }
  .space01 .btn {
    width: 300px;
  }
  .space01 {
    margin: 30px 0px;
    position: relative;
    margin-top: 45px;
  }
  .space01:after {
    background-color: #333333;
  }
  .contentsWrapper.top .contents02 .imgBox {
    width: 100%;
  }
  .contentsWrapper.top .contents02 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
  }
  .contentsWrapper.top .contents02 .item01 li:first-child {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-image: url(../img/bg_01.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    line-height: 1;
  }
  .contentsWrapper.top .contents02 .item01 {
    width: 100%;
    height: 268px;
    height: auto;
    margin-bottom: 35px;
  }
  .contentsWrapper.top .contents02 .item01 li:first-child:after {
    background: none;
  }
  .contentsWrapper.top .contents02 .imgBox {
    height: 180px;
  }
  .contentsWrapper.top .contents03 .imgBox {
    width: 100%;
  }
  .contentsWrapper.top .contents03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contentsWrapper.top .contents03 .item01 li:first-child {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-image: url(../img/bg_01.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    line-height: 1;
  }
  .contentsWrapper.top .contents03 .item01 {
    width: 100%;
    height: 268px;
    height: auto;
    margin-bottom: 35px;
  }
  .contentsWrapper.top .contents03 .item01 li:first-child:after {
    background: none;
  }
  .contentsWrapper.top .contents03 .imgBox {
    height: 180px;
  }
  .contentsWrapper.top .contents04 .heading {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .contentsWrapper.top .contents04 .heading h2 {
    font-size: 22px;
  }
  .contentsWrapper.top .contents04 .heading h2 span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
  }
  .contentsWrapper.top .contents04 .item01 li:last-child {
    float: none;
    width: 100%;
    font-weight: bold;
  }
  .contentsWrapper.top .contents04 .item01 li:first-child {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contentsWrapper.top .contents04 .item01 li:first-child span {
    display: inline-block;
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .contentsWrapper.top .contents04 .item01 li:last-child span {
    margin-top: 5px;
  }
  .containerTop03 {
    margin: 0px 4%;
  }
  .contentsWrapper.top .contents04 {
    padding-bottom: 40px;
  }
  .contentsWrapper.top .contactArea02 .heading {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .contentsWrapper.top .contactArea02 .heading h2 {
    font-size: 22px;
  }
  .contentsWrapper.top .contactArea02 .heading h2 span {
    font-size: 12px;
  }
  .contactArea02 .rinkArea .mail li:last-child a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: white;
    background-color: #e60012;
    padding: 17px 0px;
    width: 263px;
    position: relative;
    padding-left: 66px;
    border: 1px solid #e60012;
    text-align: left;
  }
  .contactArea02 .rinkArea .mail li:last-child a:before {
    position: absolute;
    top: calc(37% - 0px);
    left: 33px;
    content: "";
    width: 24px;
    height: 16px;
    background: url(../img/icon_common_15.jpg) center center;
    background-size: cover;
  }
  .contactArea02 .text {
    margin-right: 3%;
    margin-left: 3%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contactArea02 .rinkArea .tell li:nth-child(2) {
    font-size: 30px;
  }
  .contactArea02 .rinkArea li:first-child {
    letter-spacing: 0;
  }
  .contactArea02 .rinkArea .tell li:nth-child(2) img {
    height: 27px;
  }
}
@media screen and (max-width: 425px) {
  .br425 {
    display: block;
  }
  .br426 {
    display: none;
  }
  .footerArea p {
    line-height: 1.3;
  }
  .header_left {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .top_contents01 li {
    float: none;
    width: 100%;
  }
  .top_contents01 li img {
    width: 100%;
  }
  .top_contents01 li {
    float: none;
    width: 100%;
    text-align: center;
  }
  .container02 {
    margin-right: 5%;
    margin-left: 5%;
  }
  .top_contents01 li {
    margin-bottom: 25px;
  }
  .top_heading {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .top_contents02 li {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  .top_contents02 li:last-child {
    margin-bottom: 0%;
  }
  .footerArea li {
    border-right: 1px solid #6d6d6d;
  }
  .top_heading h2 {
    font-size: 22px;
  }
  .top_heading p {
    font-size: 12px;
  }
  .top_contents01 li a span {
    padding-top: 5px;
  }
  .top_contents01 .btn {
    padding: 13px 0px;
    width: 250px;
  }
  .top_contents01 ul {
    margin-bottom: 30px;
  }
  .top_contents02 {
    padding: 30px 0px;
    margin-top: 40px;
  }
  .newsArea th {
    padding-top: 20px;
  }
  .newsArea tr:nth-child(even) td {
    padding-bottom: 20px;
  }
  .contactArea {
    padding-bottom: 40px;
  }
  .contactArea .contents p {
    text-align: center;
  }
  .footerArea li {
    margin-bottom: 10px;
  }
  .footerArea li:last-child {
    margin-bottom: 0px;
  }
  .footerArea a {
    font-size: 14px;
    line-height: 1.5;
  }
  .footerArea p {
    font-size: 12px;
    line-height: 1.5;
  }
  .contactArea .contents .phone {
    font-size: 28px;
  }
  .contentsWrapper.top .contents01 .item01 li {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    font-size: 18px;
  }
  .contentsWrapper.top .contents01 .item01 li:last-child {
    clear: both;
    margin-top: 30px;
  }
  .contentsWrapper.top .contents01 .item01 li:nth-child(2) {
    float: left;
    margin-right: 0%;
  }
  .containerTop {
    max-width: 1000px;
    margin: 0px 4%;
  }
  header {
    height: 62px;
  }
  .headerLeft {
    padding-top: 20px;
  }
  .headerLeft img {
    width: 210px;
    height: auto;
  }
  .drawer-hamburger {
    top: 2px;
  }
  .subPageWrapper.company .contents .left img {
    max-width: 70%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 375px) {
  .contactArea .contents .phone:before {
    position: absolute;
    top: calc(35% - 6px);
    left: 0px;
    content: "";
    width: 28px;
    height: 26px;
    background: url(../img/icon_common_04.png) center center;
    background-size: cover;
  }
  .contactArea .contents p {
    font-size: 14px;
  }
  .contactArea .contents .phone {
    font-size: 23px;
  }
  .contactArea .contents .infoTime {
    font-size: 12px;
    margin-top: 6px;
  }
  .contactArea .contents ul li:first-child {
    width: 250px;
  }
  .contactArea .contents h3 {
    font-size: 16px;
  }
  .contactArea .contents .phone {
    padding-left: 40px;
  }
  .contactArea .contents li .form_link {
    font-size: 14px;
    background-color: #e00000;
    padding: 17px;
  }
}
.pankuzu {
  border-top: 1px solid #ededed;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pankuzu li {
  float: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}

.pankuzu li:last-child,
.pankuzu li:nth-child(2) {
  padding-left: 17px;
}

.pankuzu li:last-child:after {
  position: absolute;
  top: calc(55% - 6px);
  left: 0px;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../img/icon_common_11.jpg) center center;
  background-size: cover;
}

.pankuzu li:nth-child(2):after {
  position: absolute;
  top: calc(55% - 6px);
  left: 0px;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../img/icon_common_11.jpg) center center;
  background-size: cover;
}

.subTitleWrapper {
  background-image: url(../img/business_pic_01.jpg);
  padding: 95px 0px;
  text-align: center;
  background-size: cover;
}

.subTitleWrapper h3 {
  color: white;
  font-size: 24px;
}

.subTitleWrapper.privacy h3 {
  color: #333;
  font-size: 24px;
}

.subTitleWrapper p {
  color: white;
  font-size: 12px;
  margin-top: 7px;
}

.subTitleWrapper .line {
  width: 30px;
  border-bottom: 1px solid white;
  font-size: 15px;
  margin: 0px auto;
  margin-top: -10px;
}

.subPageWrapper.business,
.subPageWrapper.company {
  margin-top: 60px;
  margin-bottom: 80px;
}

.subPageWrapper .headding h4 {
  font-size: 22px;
  border-top: 3px solid #e6e6e6;
}

.subPageWrapper .headding h4 {
  font-size: 22px;
  border-top: 3px solid #e6e6e6;
  padding: 20px 0px;
}

.subPageWrapper .headding h4 span {
  border-top: 3px solid red;
  padding-top: 17px;
}

.subPageWrapper .contents .right {
  float: left;
  width: 60%;
}

.subPageWrapper .contents {
  position: relative;
}

.subPageWrapper .contents .left {
  float: left;
  width: 35%;
  margin-right: 5%;
}

.subPageWrapper .contents .right h5 {
  font-size: 20px;
  margin-bottom: 30px;
}

.subPageWrapper .contents .right p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.subPageWrapper .contents .btn {
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.subPageWrapper .contents .btn a {
  color: #ff0000;
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 14px 0px;
  width: 230px;
  border: 1px solid #ff0000;
  border-radius: 3px;
  position: relative;
  padding-right: 10px;
}

.subPageWrapper .contents .btn a:after {
  position: absolute;
  top: calc(52% - 6px);
  right: 36px;
  content: "";
  width: 7px;
  height: 13px;
  background: url(../img/icon_common_01.png) center center;
  background-size: cover;
}

.subPageWrapper .subPageContents {
  margin-bottom: 60px;
}

.subPageWrapper .marginBottom0 {
  margin-bottom: 0px;
}

.subPageWrapper .contents .btn a:hover {
  color: white;
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 14px 0px;
  width: 230px;
  border: 1px solid #ff0000;
  border-radius: 3px;
  position: relative;
  padding-right: 10px;
  background-color: #ff0000;
}

.subPageWrapper .contents .btn a:hover:after {
  position: absolute;
  top: calc(52% - 6px);
  right: 36px;
  content: "";
  width: 7px;
  height: 13px;
  background: url(../img/icon_common_13.png) center center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subPageContents01 .btn a:hover {
  color: white;
  display: inline-block;
  border: 1px solid #f80000;
  text-align: center;
  position: relative;
  border-radius: 3px;
  background-color: #f80000;
}

@media screen and (min-width: 1024px) {
  .headerLeft img {
    height: 22px;
  }
  .headerLeft {
    float: left;
    padding-top: 27px;
  }
}
@media screen and (max-width: 900px) {
  .subPageWrapper .contents .btn {
    position: static;
    text-align: -webkit-right;
  }
}
@media screen and (max-width: 680px) {
  .subTitleWrapper {
    background-image: url(../img/sp_business_pic_01.jpg);
    padding: 50px 0px;
    text-align: center;
    background-size: cover;
    background-position-x: center;
  }
  .subPageWrapper .contents .right h5 {
    font-size: 18px;
  }
  .subPageWrapper .headding h4 {
    font-size: 20px;
  }
  .subPageWrapper .contents .right p {
    margin-bottom: 20px;
  }
  .subPageWrapper .contents .right h5 {
    margin-bottom: 20px;
  }
  .subPageWrapper .headding h4 span {
    padding-top: 22px;
  }
}
@media screen and (max-width: 425px) {
  .subPageWrapper .contents .left {
    float: none;
    width: 100%;
    margin-right: 0%;
    text-align: center;
  }
  .subPageWrapper .contents .right {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .subTitleWrapper h3 {
    font-size: 16px;
  }
  .subPageWrapper.business {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .subPageWrapper .contents .right h5 {
    font-size: 16px;
    padding: 20px 0px;
    letter-spacing: normal;
    margin-bottom: 0px;
    text-align: center;
  }
  .subPageWrapper .contents .btn {
    position: static;
    text-align: -webkit-center;
  }
  .subPageWrapper .contents .right p {
    margin-bottom: 25px;
  }
  .subPageWrapper .subPageContents {
    margin-bottom: 50px;
  }
  .subPageWrapper .headding h4 {
    font-size: 18px;
    font-weight: bold;
  }
}
.subTitleWrapper.subTitleWrapper02 {
  background-image: url(../img/business_pic_05.jpg);
  padding: 46px 0px;
  text-align: center;
  background-size: cover;
  background-position-x: right;
}

.subTitleWrapper.subTitleWrapper02.bath {
  background-image: url(../img/business_pic_14.jpg);
  padding: 46px 0px;
  text-align: center;
  background-size: cover;
  background-position-x: right;
}

.subTitleWrapper02 h3 {
  color: #333333;
  font-size: 24px;
}

.subTitleWrapper02 p {
  color: #333333;
  font-size: 12px;
  margin-top: 7px;
}

.subTitleWrapper02 .line {
  width: 30px;
  border-bottom: 1px solid #333333;
  font-size: 15px;
  margin: 0px auto;
  margin-top: -10px;
}

.subPageWrapper02 .subPageContents .headding h4,
.subPageWrapper02 .subPageContents01 .headding h4 {
  font-size: 24px;
  color: #f80000;
  padding: 0px 25px;
  font-weight: bold;
  margin-bottom: 40px;
}

.subPageWrapper02 .subPageContents .headding h4 span,
.subPageWrapper02 .subPageContents01 .headding h4 span {
  padding: 0px 25px;
  background-color: white;
  display: inline-block;
}

.subPageWrapper02 .subPageContents .headding h4,
.subPageWrapper02 .subPageContents01 .headding h4 {
  background-image: url(../img/business_bg_01.jpg);
  text-align: center;
  background-size: cover;
  background-position-x: center;
}

.subPageWrapper02 {
  margin-top: 45px;
  margin-bottom: 90px;
}

.subPageWrapper02 .subPageContents .contents .left {
  float: left;
  width: 35%;
  margin-right: 5%;
}

@media (min-width: 768px) {
  .supportContents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.supportContents .supportImgLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .supportContents .supportImgLeft {
    width: 53%;
  }
}
.supportContents .supportImgLeft .supportImg01 {
  width: 45%;
}
@media (min-width: 768px) {
  .supportContents .supportImgLeft .supportImg01 {
    max-width: 238px;
  }
}
.supportContents .supportImgLeft .supportImg02 {
  width: 55%;
}
@media (min-width: 768px) {
  .supportContents .supportImgLeft .supportImg02 {
    max-width: 289px;
  }
}
@media (min-width: 768px) {
  .supportContents .supportImgRight {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .supportContents .supportImgRight {
    margin-top: 10px;
  }
}

.subPageWrapper02 .subPageContents .contents .right {
  float: left;
  width: 60%;
  margin-top: 6px;
  line-height: 1.5;
}

.subPageWrapper02 .subPageContents01 .contents .left {
  float: right;
  width: 45%;
}

.subPageWrapper02 .subPageContents01 .contents .right {
  float: left;
  width: 50%;
  margin-top: 6px;
  margin-right: 5%;
  line-height: 1.5;
}

.subPageWrapper02 .subPageContents {
  margin-bottom: 35px;
}

.subPageContents01 table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 50px;
  margin-bottom: 50px;
}

.subPageContents01 th {
  font-size: 14px;
  background-color: #f0f0f0;
  padding: 23px 0px;
  width: 20%;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.2;
}

.subPageContents01 td {
  font-size: 14px;
  padding: 23px 0px;
  width: 80%;
  border-bottom: 1px dotted #cccccc;
  padding-left: 24px;
}

.subPageContents01 .imageBox li {
  float: left;
  width: 31.5%;
  margin-right: 2.75%;
}

.subPageContents01 .imageBox li:last-child {
  margin-right: 0%;
}

.subPageContents01 .imageBox li p {
  margin-top: 10px;
}

.supportImageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .supportImageBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.supportImageBox .supportImageList {
  width: 31.5%;
}
@media (max-width: 767px) {
  .supportImageBox .supportImageList {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .supportImageBox .supportImageList:not(:nth-child(3n)) {
    margin-right: 2.75%;
  }
}
@media (min-width: 768px) {
  .supportImageBox .supportImageList:not(:nth-child(-n+3)) {
    margin-top: 4%;
  }
}
@media (max-width: 767px) {
  .supportImageBox .supportImageList:not(:nth-child(-n+2)) {
    margin-top: 6%;
  }
}
.supportImageBox .supportImageTxt {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .supportImageBox .supportImageTxt {
    margin-top: 5px;
  }
}

.subPageContents01 .btn a {
  color: #f80000;
  padding: 20px 0px;
  width: 530px;
  display: inline-block;
  border: 1px solid #f80000;
  font-size: 20px;
  text-align: center;
  position: relative;
  border-radius: 3px;
}

.subPageContents01 .btn a:after {
  position: absolute;
  top: calc(44% - 6px);
  right: 60px;
  content: "";
  width: 26px;
  height: 21px;
  background: url(../img/icon_common_12.png) center center;
  background-size: cover;
}

.subPageContents01 .btn a:hover:after {
  position: absolute;
  top: calc(44% - 6px);
  right: 60px;
  content: "";
  width: 26px;
  height: 21px;
  background: url(../img/icon_common_14.png) center center;
  background-size: cover;
}

.subPageContents01.btn {
  text-align: center;
  margin-top: 50px;
}

.subPageContents01.bath {
  margin-bottom: 45px;
}

.subPageContents01.bath .contents {
  margin-bottom: 38px;
}

.subPageWrapper02 .subPageContents01 .contents.bath .left {
  float: left;
  width: 41%;
  margin-right: 9%;
  line-height: 1.5;
}

.subPageWrapper02 .subPageContents01 .contents.bath .right {
  float: right;
  width: 50%;
  margin-right: 0%;
  margin-top: 0px;
}

.subPageContents01.bath .btn {
  text-align: center;
  margin-top: 30px;
}

.subPageContents01.bath .btn a {
  color: #f80000;
  padding: 14px 0px;
  width: 260px;
  display: inline-block;
  border: 1px solid #f80000;
  font-size: 16px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  padding-right: 10px;
}

.p-top {
  margin-top: 40px;
}

.subPageContents01.bath .btn a:after {
  position: absolute;
  top: calc(48% - 6px);
  right: 30px;
  content: "";
  width: 16px;
  height: 13px;
  background: url(../img/icon_common_12.png) center center;
  background-size: cover;
}

.subPageContents01.bath .btn a:hover:after {
  position: absolute;
  top: calc(48% - 6px);
  right: 48px;
  content: "";
  width: 16px;
  height: 13px;
  background: url(../img/icon_common_14.png) center center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.subPageContents01.bath .btn a:hover {
  color: white;
  padding: 14px 0px;
  width: 260px;
  display: inline-block;
  border: 1px solid #f80000;
  font-size: 16px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  padding-right: 10px;
}

.subPageContents01.bath .imageBox li p {
  margin-top: 5px;
}

.subTitleWrapper.subTitleWrapper02.panax {
  background-image: url(../img/business_pic_18.jpg);
  padding: 46px 0px;
  text-align: center;
  background-size: cover;
  background-position-x: right;
}

.subPageWrapper02.panax .contents .img01 {
  padding: 0px 50px;
}

.subPageWrapper02.panax .contents .img02 {
  padding: 0px 20px;
}

@media screen and (max-width: 900px) {
  .subPageContents01.bath .btn a {
    width: 100%;
  }
  .subPageContents01.bath .btn a:after {
    position: absolute;
    top: calc(48% - 6px);
    right: 20px;
    content: "";
    width: 16px;
    height: 13px;
    background: url(../img/icon_common_12.png) center center;
    background-size: cover;
  }
}
@media screen and (max-width: 900px) {
  .subPageContents01.bath .btn a:after {
    position: absolute;
    top: calc(48% - 6px);
    right: 10px;
    content: "";
    width: 16px;
    height: 13px;
    background: url(../img/icon_common_12.png) center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .subTitleWrapper.subTitleWrapper02 {
    background-image: url(../img/sp_business_pic_02.jpg);
  }
  .subTitleWrapper.subTitleWrapper02.bath {
    background-image: url(../img/sp_business_pic_04.jpg);
  }
  .subTitleWrapper.subTitleWrapper02.panax {
    background-image: url(../img/sp_business_pic_05.jpg);
  }
  .subPageWrapper02.panax .contents .img01 {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 680px) {
  .subPageWrapper02 .subPageContents .headding h4,
  .subPageWrapper02 .subPageContents01 .headding h4 {
    font-size: 20px;
    color: #f80000;
    padding: 0px 0px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .subTitleWrapper.subTitleWrapper02 {
    background-image: url(../img/sp_business_pic_02.jpg);
    padding: 46px 0px;
    text-align: center;
    background-size: cover;
    background-position-x: right;
  }
  .subPageContents01 .btn a {
    padding-right: 25px;
    width: 365px;
    font-size: 16px;
  }
  .subPageContents01 .btn a:after {
    position: absolute;
    top: calc(48% - 6px);
    right: 17px;
    content: "";
    width: 20px;
    height: 16px;
    background: url(../img/icon_common_12.png) center center;
    background-size: cover;
  }
  .subPageContents01 .btn a:hover:after {
    position: absolute;
    top: calc(48% - 6px);
    right: 17px;
    content: "";
    width: 20px;
    height: 16px;
    background: url(../img/icon_common_14.png) center center;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .subTitleWrapper.subTitleWrapper02.bath {
    background-image: url(../img/sp_business_pic_04.jpg);
  }
}
@media screen and (max-width: 425px) {
  .subPageContents01 .btn a {
    padding-right: 25px;
    width: 340px;
    font-size: 14px;
  }
  .subTitleWrapper02 h3 {
    font-size: 16px;
  }
  .subPageWrapper02 .subPageContents .contents .right {
    float: none;
    width: 100%;
    margin-top: 6px;
    line-height: 1.3;
  }
  .subPageWrapper02 .subPageContents .contents .right {
    float: none;
    width: 100%;
    margin-top: 20px;
    line-height: 1.3;
  }
  .subPageWrapper02 .subPageContents .contents .left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .subPageWrapper02 .subPageContents .contents .right {
    float: none;
    width: 100%;
    text-align: left;
  }
  .subPageWrapper02 .subPageContents01 .contents .left {
    float: none;
    width: 100%;
    text-align: center;
  }
  .subPageWrapper02 .subPageContents01 .contents .right {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .subPageWrapper02 .subPageContents .headding h4 span,
  .subPageWrapper02 .subPageContents01 .headding h4 span {
    padding: 0px 10px;
  }
  .subPageContents01 .imageBox li {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .subTitleWrapper.subTitleWrapper02 {
    background-image: url(../img/sp_business_pic_03.jpg);
    padding: 35px 0px;
    text-align: center;
    background-size: cover;
    background-position-x: right;
  }
  .subTitleWrapper.subTitleWrapper02.bath,
  .subTitleWrapper.subTitleWrapper02.panax {
    padding: 30px 0px;
  }
  .subPageContents01 .imageBox img {
    width: 100%;
  }
  .subPageContents01 .imageBox li p {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .subPageWrapper02 .subPageContents .contents .left img {
    width: 100%;
  }
  .subPageWrapper02 .subPageContents01 .contents .left img {
    width: 100%;
  }
  .subPageWrapper02 .subPageContents .headding h4,
  .subPageWrapper02 .subPageContents01 .headding h4 {
    margin-bottom: 25px;
  }
  .subPageWrapper02 {
    margin-top: 35px;
    margin-bottom: 60px;
  }
  .subPageContents01 table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .subPageContents01 th {
    width: 30%;
  }
  .subPageContents01 td {
    width: 70%;
  }
  .subPageWrapper02 .subPageContents01 .contents.bath .left {
    float: none;
    width: 100%;
    line-height: 1.5;
    text-align: left;
  }
  .subPageWrapper02 .subPageContents01 .contents.bath .left p {
    margin-top: 20px;
  }
  .subPageWrapper02 .subPageContents01 .contents.bath .right {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-top: 0px;
  }
  .subPageContents01.bath .contents {
    margin-bottom: 25px;
  }
  .subPageContents01.bath .btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .subPageContents01.bath .imageBox li p {
    margin-top: 5px;
    text-align: left;
    margin-bottom: 5px;
  }
  .subPageContents01.bath {
    margin-bottom: 35px;
  }
  .subPageContents01.bath .btn a {
    color: #f80000;
    padding: 14px 0px;
    width: 260px;
    display: inline-block;
    border: 1px solid #f80000;
    font-size: 16px;
    text-align: center;
    position: relative;
    border-radius: 3px;
    padding-right: 10px;
  }
  .subPageContents01.bath .btn a:after {
    position: absolute;
    top: calc(48% - 6px);
    right: 30px;
    content: "";
    width: 16px;
    height: 13px;
    background: url(../img/icon_common_12.png) center center;
    background-size: cover;
  }
  .subPageWrapper02.panax .contents .img01 {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 375px) {
  .subPageContents01 .btn a {
    padding-right: 25px;
    width: 290px;
    font-size: 14px;
  }
  .subTitleWrapper.subTitleWrapper02,
  .subTitleWrapper.subTitleWrapper02.bath,
  .subTitleWrapper.subTitleWrapper02.panax,
  .subTitleWrapper.subTitleWrapper02.health {
    background-position-x: left;
    background-image: url(../img/sp_business_pic_03.jpg);
  }
}
.subTitleWrapper.company {
  background-image: url(../img/company_pic_01.jpg);
  padding: 95px 0px;
  text-align: center;
  background-size: cover;
}

.subPageWrapper.company .contents .left {
  float: left;
  width: 30%;
  margin-right: 4%;
}

.subPageWrapper.company .contents .right {
  float: left;
  width: 66%;
}

.subPageWrapper.company .contents .right .img01 {
  text-align: right;
}

.subPageWrapper.company .contents .right h5 {
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: 0;
  font-weight: 500;
}

.subPageWrapper.company table {
  margin-top: 0px;
  margin-bottom: 50px;
}

.subPageWrapper.company .subPageContents {
  margin-bottom: 90px;
}

.company .subPageContents01 th {
  font-size: 14px;
  background-color: #f0f0f0;
  padding: 23px 0px;
  width: 20%;
  border-bottom: 1px dotted #cccccc;
  line-height: 1.2;
  text-align: left;
  padding: 0px 24px;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .company .subPageContents01 th {
    width: 25%;
  }
  .company .subPageContents01 td {
    width: 75%;
  }
  .subTitleWrapper.company {
    background-image: url(../img/company_pic_04.jpg);
    padding: 35px 0px;
    text-align: center;
    background-size: cover;
    background-position-x: center;
  }
}
@media screen and (max-width: 425px) {
  .subPageWrapper.company .contents .left {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .subPageWrapper.company .contents .left img {
    width: 100%;
  }
  .subPageWrapper.company .contents .right {
    float: none;
    width: 100%;
  }
  .subPageWrapper.company .contents .right h5 {
    font-size: 18px;
    margin-bottom: 0px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: left;
  }
  .company .subPageContents01 th {
    padding: 0px 15px;
  }
  .company .subPageContents01 td {
    padding-left: 15px;
  }
  .subPageWrapper.company {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .subPageWrapper.company .subPageContents {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 375px) {
  .company .subPageContents01 th {
    width: 35%;
  }
  .company .subPageContents01 td {
    width: 65%;
  }
}
.subTitleWrapper.recruit {
  background-image: url(../img/recruit_pic_01.jpg);
  padding: 95px 0px;
  text-align: center;
  background-size: cover;
  background-position-x: center;
}

.subPageContents01.recruit tr .ul01 li {
  text-indent: -9em;
  padding-left: 9em;
  margin-bottom: 10px;
}

.subPageContents01.recruit tr .ul02 li {
  text-indent: -11em;
  padding-left: 11em;
  margin-bottom: 10px;
}

.subPageContents01.recruit tr .ul03 li:nth-child(2),
.subPageContents01.recruit tr .ul03 li:nth-child(3) {
  padding-left: 1em;
}

.subPageContents01.recruit tr .ul03:first-child {
  margin-bottom: 10px;
}

.subTitleWrapper.privacy {
  background-image: none;
  padding: 75px 0px;
  text-align: center;
  background-size: cover;
  border-top: 1px solid #ededed;
}

.subTitleWrapper.sitemap {
  background-image: none;
  padding: 75px 0px;
  text-align: center;
  background-size: cover;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 60px;
}

.subTitleWrapper.privacy h3 {
  color: #333333;
  font-size: 24px;
}

.subTitleWrapper.privacy p {
  color: #333333;
  font-size: 12px;
  margin-top: 12px;
}

.subTitleWrapper.privacy .line {
  width: 30px;
  border-bottom: 1px solid #333333;
  font-size: 15px;
  margin: 0px auto;
}

.subPageWrapper.privacy {
  margin-bottom: 100px;
}

.subPageContents.privacy li:last-child {
  text-align: right;
  margin-top: 30px;
}

.subPageContents02.privacy p {
  text-align: center;
}

.subPageContents02.privacy li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 40px;
}

.subPageContents02.privacy p {
  padding: 50px;
  border-top: 1px dotted #dbdbdb;
}

.subPageContents02.privacy li:nth-child(1),
.subPageContents02.privacy li:nth-child(10),
.subPageContents02.privacy li:nth-child(16),
.subPageContents02.privacy li:nth-child(17) {
  margin-bottom: 10px;
}

.subPageContents02.privacy li:nth-child(2),
.subPageContents02.privacy li:nth-child(3),
.subPageContents02.privacy li:nth-child(11),
.subPageContents02.privacy li:nth-child(12),
.subPageContents02.privacy li:nth-child(13) {
  margin-bottom: 10px;
}

.subPageContents02.privacy li:nth-child(16),
.subPageContents02.privacy li:nth-child(17),
.subPageContents02.privacy li:nth-child(18) {
  text-indent: 0em;
  padding-left: 0em;
}

.subPageContents02.privacy li:nth-child(15) {
  margin-bottom: 60px;
}

.subPageContents.sitemap ul {
  float: left;
  width: 25%;
}

.subPageContents.sitemap ul li,
.subPageContents02.privacy li:nth-child(3) {
  margin-bottom: 20px;
  position: relative;
}

.subPageContents.sitemap ul li:last-child {
  margin-bottom: 0px;
}

.subPageContents.sitemap ul li:before {
  position: absolute;
  top: calc(60% - 6px);
  left: 0px;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../img/icon_common_01.png) center center;
  background-size: cover;
}

.subTitleWrapper.contact {
  background-image: url(../img/contact_pic_01.jpg);
  padding: 95px 0px;
  text-align: center;
  background-size: cover;
  background-position-x: center;
}

.contactFormBox table {
  width: 100%;
}

.contactFormBox th {
  width: 27%;
  padding: 30px 0px;
  text-align: left;
  padding-left: 20px;
}

.contactFormBox td {
  width: 73%;
  padding: 15px 0px;
}

.error_m {
  padding-top: 12px;
  display: inline-block;
  color: #e32e2e;
  display: block;
}

.contactFormBox tr {
  border-top: 1px solid #dcdcdc;
}

.contactFormBox tr:nth-child(7),
.contactFormBox tr:nth-child(8),
.contactFormBox tr:nth-child(9) {
  border-top: none;
}

.contactFormBox tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}

.contactFormBox tr:nth-child(odd) {
  background-color: #eeeeee;
}

.contactFormBox tr:nth-child(7) {
  background-color: white;
}

.subPageWrapper.company .subPageContents {
  margin-bottom: 60px;
}

.imput01 {
  height: 35px;
  width: 500px;
  font-size: 14px;
}

.imput02 {
  height: 35px;
  width: 300px;
  font-size: 14px;
}

.imput03 {
  width: 80%;
  height: 250px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
}

.imput04 {
  height: 35px;
  width: 420px;
  font-size: 14px;
}

.subPageContents02.contact .required {
  background-color: #e32e2e;
  color: white;
  padding: 2px 6px;
  float: right;
  margin-right: 40px;
  font-size: 12px;
}

.subPageContents.contact .required {
  background-color: #e32e2e;
  color: white;
  padding: 0px 6px;
  font-size: 12px;
}

.contactFormBox tr:last-child th {
  vertical-align: top;
}

.submit01 {
  width: 120px;
  padding: 16px 0px;
  font-size: 16px;
  background-color: #e60012;
  color: #fff;
  border-style: none;
  border-radius: 3px;
  width: 280px;
}

.form_btn {
  text-align: center;
}

.subPageWrapper.contact {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 80px;
  border-bottom: 1px solid #c9c9c9;
}

.select-box01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-box01 select {
  height: 41px;
  width: 306px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e6e6e6;
  background: white;
  background: url(../img/contact_pic_02.jpg) right no-repeat;
  background-size: 33px, 41px;
  border-radius: 0px;
  font-size: 14px;
  background-color: white;
}

.thanks {
  text-align: center;
  margin: 0px auto;
  margin-top: 100px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}

input[type=submit] {
  -webkit-appearance: none;
}

.backbtn {
  -webkit-appearance: none;
}

.sitemap li {
  padding-left: 15px;
}

.none425 {
  display: inline-block;
}

.br560 {
  display: none;
}

@media screen and (max-width: 724px) {
  .imput01 {
    height: 35px;
    width: 90%;
    font-size: 14px;
  }
  .imput02 {
    height: 35px;
    width: 300px;
    font-size: 14px;
  }
  .imput03 {
    width: 90%;
    height: 250px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
  }
  .imput04 {
    height: 35px;
    width: 300px;
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  .subPageContents01.recruit tr .ul01 li {
    text-indent: 0em;
    padding-left: 0em;
  }
  .subPageContents01.recruit tr .ul02 li {
    text-indent: 0em;
    padding-left: 0em;
  }
  .subTitleWrapper.recruit {
    background-image: url(../img/recruit_pic_01.jpg);
    padding: 35px 0px;
    text-align: center;
    background-size: cover;
    background-position-x: center;
  }
  .subPageContents.sitemap ul {
    float: left;
    width: 50%;
  }
  .subPageContents.sitemap ul:nth-child(2) {
    margin-bottom: 50px;
  }
  .subTitleWrapper.contact {
    background-image: url(../img/contact_pic_01.jpg);
    padding: 35px 0px;
    text-align: center;
    background-size: cover;
    background-position-x: center;
  }
  .contact table, .contact tbody, .contact thead, .contact tfoot, .contact tr, .contact th, .contact td {
    display: block;
  }
  .contactFormBox td {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px dotted #dcdcdc;
  }
  .contactFormBox th {
    width: 100%;
    padding-left: 20px;
  }
  .contactFormBox td {
    width: 100%;
  }
  .contactFormBox tr:nth-child(odd) {
    background-color: #eeeeee;
  }
}
@media screen and (max-width: 640px) {
  .mvWrapper.sp {
    display: inline-block;
    width: 100%;
  }
  .mvWrapper.none1440.pc {
    display: none;
  }
  .show640 {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .none560 {
    display: none;
  }
  .br560 {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .subTitleWrapper.privacy {
    background-image: none;
    padding: 47px 0px;
    text-align: center;
    background-size: cover;
    border-top: 1px solid #ededed;
  }
  .subTitleWrapper.privacy h3 {
    font-size: 22px;
  }
  .subPageContents.sitemap ul {
    float: none;
    width: 100%;
  }
  .subPageContents.sitemap ul {
    margin-bottom: 20px;
  }
  .subPageContents.sitemap ul:nth-child(2) {
    margin-bottom: 20px;
  }
  .subPageContents.sitemap ul:last-child {
    margin-bottom: 0px;
  }
  .subPageWrapper.sitemap {
    margin-bottom: 0px;
  }
  .imput01 {
    height: 35px;
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .imput02 {
    height: 35px;
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .imput03 {
    width: 100%;
    height: 250px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .imput04 {
    height: 35px;
    width: 100%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contactFormBox th {
    padding: 20px 0px;
    padding-left: 20px;
  }
  .subPageContents02.contact .required {
    margin-right: 20px;
  }
  .thanks {
    text-align: center;
    margin: 0px auto;
    margin-top: 100px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
  }
  .thanks p:last-child {
    margin-top: 10px;
  }
  input[type=text] {
    font-size: 16px;
  }
  textarea[type=text] {
    font-size: 16px;
  }
  select[type=text] {
    font-size: 16px;
  }
  .top_contents01 li a span:before {
    position: absolute;
    top: calc(71% - 9px);
    left: 0px;
    content: "";
    width: 7px;
    height: 11px;
    background: url(../img/icon_common_01.png) center center;
    background-size: cover;
  }
}
.submit02 {
  width: 120px;
  padding: 16px 0px;
  font-size: 16px;
  background-color: #e60012;
  color: #fff;
  border-style: none;
  border-radius: 3px;
  width: 150px;
  margin: 0px 10px;
}

.backbtn {
  width: 120px;
  padding: 16px 0px;
  font-size: 16px;
  background-color: #999999;
  color: #fff;
  border-style: none;
  border-radius: 3px;
  width: 150px;
  margin: 0px 10px;
}

@media screen and (max-width: 425px) {
  .submit02 {
    margin-bottom: 40px;
  }
}
.contactArea03 .rinkArea {
  text-align: center;
}

.contactArea03 ul {
  float: none;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.contactArea03 .rinkArea ul.tell {
  padding-left: 0;
}

.contactArea03 ul.tell li:first-child {
  display: inline-block;
  font-size: 16px;
  color: #f80000;
  border: 1px solid #f80000;
  text-align: center;
  border-radius: 3px;
  padding: 14px 0px;
  width: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 20px;
}

.contactArea03 ul.tell li:last-child {
  display: inline-block;
  text-align: left;
  min-width: 380px;
}

.contactArea03 ul.tell li:last-child p:last-child {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .contactArea03 ul.tell li:first-child {
    margin-right: 0;
  }
  .contactArea03 ul.tell li:last-child {
    min-width: auto;
  }
  .contactArea03 ul.tell li:first-child {
    font-size: 14px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.rinkArea.single {
  text-align: center;
}

.rinkArea.single ul {
  float: none;
  width: auto;
}

.rinkArea.single .mail {
  padding-left: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .rinkArea.single .mail {
    margin-top: 0;
  }
}
.noRecruit {
  padding-top: 50px;
  padding-bottom: 150px;
  font-size: 16px;
  height: calc(100vh - 998px);
}

/* CSS Document */
/* 共通*/
.subPageWrapper02 .subPageContents {
  margin-bottom: 60px;
}

.subPageWrapper02 .subPageContents .headding h4 {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .subPageWrapper02 .subPageContents .headding h4 {
    margin-bottom: 40px;
  }
}
.panax .container02 {
  margin: 0 auto;
  width: 94%;
}

.panax .intro {
  font-size: 14px;
  width: 76%;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 680px) {
  .panax .intro {
    width: 100%;
  }
}
.panax .panax-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .panax .panax-cont {
    display: block;
  }
}
.panax .panax-img {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .panax .panax-img {
    width: 100%;
    text-align: center;
  }
}
.panax .panax-img img {
  width: 134%;
  margin-left: -15px;
  max-width: initial;
  text-align: center;
}

@media screen and (max-width: 1040px) {
  .panax .panax-img img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .panax .panax-img img {
    width: 100%;
    max-width: 320px;
  }
}
.panax .panax-txtcont {
  width: 53%;
}

@media screen and (max-width: 767px) {
  .panax .panax-txtcont {
    width: 100%;
  }
}
.panax .panax-txt {
  padding-left: 35%;
  font-size: 14px;
  padding-top: 8%;
  padding-bottom: 16%;
}

@media screen and (max-width: 767px) {
  .panax .panax-txt {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .panax .panax-product {
    text-align: center;
  }
  .panax .panax-product img {
    max-width: 320px;
    width: 100%;
  }
}
.panax　.subPageContents01.btn {
  margin-top: 0;
}

.panax　.subPageContents01 .btn a {
  color: #fff;
  background: #2C647D;
  padding: 20px 0px;
  width: 530px;
  display: inline-block;
  border: 1px solid #2C647D;
  font-size: 20px;
  text-align: center;
  position: relative;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 680px) {
  .panax　.subPageContents01 .btn a {
    padding-right: 25px;
    width: 365px;
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .panax　.subPageContents01 .btn a {
    padding-right: 25px;
    width: 340px;
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .panax　.subPageContents01 .btn a {
    padding-right: 25px;
    width: 290px;
    font-size: 14px;
  }
}
.subPageContents01 .btn a:after {
  background: url(../img/icon_common_14.png) center center;
}

@media screen and (max-width: 680px) {
  .panax　.subPageContents01 .btn a:after {
    position: absolute;
    top: calc(48% - 6px);
    right: 17px;
    content: "";
    width: 20px;
    height: 16px;
    background: url(../img/icon_common_14.png) center center;
    background-size: cover;
  }
}
.panax　.subPageContents01 .btn a:hover {
  background: #fff;
  color: #2C647D;
  border: 1px solid #2C647D;
  opacity: 1;
}

.panax　.subPageContents01 .btn a:hover:after {
  background: url(../img/icon_common_15.png) center center;
}

@media screen and (max-width: 680px) {
  .panax　.subPageContents01 .btn a:hover:after {
    width: 20px;
    height: 16px;
    background: url(../img/icon_common_15.png) center center;
    background-size: cover;
  }
}
.slideArea {
  max-width: 1668px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 1480px) {
  .slideArea {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1200px) {
  .slideArea {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .slideArea {
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .slideArea {
    padding: 0 20px;
  }
}
.product {
  background: url("../business/img/bg_business03_02.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 3% 60px;
}

.product figure {
  max-width: 417px;
  margin: 0 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product figure:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .product {
    padding: 40px 3% 60px;
  }
}
.product__container {
  max-width: 1668px;
  margin: 0 auto;
}

.product__h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product__h3 {
    font-size: 20px;
  }
  .product__h3 span {
    display: inline-block;
    background: #2C647D;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
  }
}
.product__h3:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 42%;
  height: 1px;
}

.product__h3:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 42%;
  height: 1px;
}

.product__head {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .product__head {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.product__h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: white;
  background-image: url("../business/img/bg_business03_01.png");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .product__h4 {
    font-size: 18px;
  }
}
.product__h4 span {
  font-size: 12px;
  position: relative;
  color: white;
}

.product__slider-item {
  max-width: 417px;
  margin: 0 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product__slider-item:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product__details-cont {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .product__details-cont {
    display: block;
  }
}
.product__details-imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .product__details-imgbox {
    width: 100%;
    margin-bottom: 10px;
  }
}
.product__details-img {
  line-height: 0;
}

.product__details-txtBox {
  width: 65%;
  padding-left: 2%;
}

@media screen and (max-width: 768px) {
  .product__details-txtBox {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }
}
.product__details-tit {
  margin-bottom: 25px;
}

.product__details-tit01 {
  font-size: 24px;
  font-weight: bold;
}

.product__details-tit02 {
  font-size: 14px;
}

.product__details-txt {
  margin-bottom: 25px;
  font-size: 14px;
}

.product__details-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__details-btn01 {
  display: inline-block;
}

.product__details-btn01:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 1040px) {
  .product__details-btn01:first-child {
    margin-right: 4%;
  }
}
.product__details-btn01 a {
  display: block;
  border-radius: 5px;
  background: #2C647D;
  border: 1px solid #2C647D;
  color: #fff;
  font-size: 17;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  min-width: 222px;
  font-family: "Noto Sans JP", sans-serif;
}

.product__details-btn01 a:hover {
  background: #fff;
  color: #2C647D;
  opacity: 1;
}

@media screen and (max-width: 1040px) {
  .product__details-btn01 {
    width: 48%;
  }
  .product__details-btn01 a {
    min-width: inherit;
  }
}
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 140;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: url("../business/img/arrow_l.png") no-repeat center left;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 680px) {
  .slick-prev {
    background: url("../business/img/arrow_l.png") no-repeat center left;
    background-size: contain;
    width: 6%;
  }
}
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 140;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: url("../business/img/arrow_r.png") no-repeat center right;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 680px) {
  .slick-next {
    background: url("../business/img/arrow_r.png") no-repeat center right;
    background-size: contain;
    width: 6%;
  }
}
.slick-prev:before, .slick-next:before {
  opacity: 0;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 0;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  width: 140;
  height: 100%;
  background: url("../business/img/arrow_l.png") no-repeat center left;
  background-size: contain;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 680px) {
  .slick-prev:hover, .slick-prev:focus {
    background: url("../business/img/arrow_l.png") no-repeat center left;
    background-size: contain;
  }
}
.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  width: 140;
  height: 100%;
  background: url("../business/img/arrow_r.png") no-repeat center right;
  background-size: contain;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 680px) {
  .slick-next:hover, .slick-next:focus {
    background: url("../business/img/arrow_r.png") no-repeat center right;
    background-size: contain;
  }
}
.lity-content {
  width: 94%;
  margin: 0 auto;
}

.lity-container .lity-txt {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .lity-container .lity-txt {
    font-size: 14px;
    margin-top: 10px;
  }
}
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  position: absolute;
  right: 3%;
  top: -40px;
}

.subPageContents01.btn02 {
  margin-top: 50px;
}

.subPageContents01.btn02 .btn a {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  font-size: 20px;
}

.subPageContents01.btn02 .btn a:hover {
  background: #fff;
  color: #2C647D;
  border: 1px solid #fff;
}

figcaption {
  display: none;
}

.pswp__caption__center {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .pswp__caption__center {
    font-size: 16px;
  }
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
}

.pswp__bg {
  background: rgba(255, 255, 255, 0.9);
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: #fff;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background-size: 528px 166px;
  width: 88px;
  height: 88px;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: "";
  top: 10px;
  background-color: #fff;
  height: 60px;
  width: 62px;
  position: absolute;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: #fff;
}

.pswp__caption {
  background-color: #fff;
}

.pswp__caption__center {
  color: #000;
}

.pswp__button--arrow--left:before {
  right: 6px;
  background-position: -274px -81px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -190px -81px;
}

.pswp__button--close {
  background-position: -12px -81px;
  background-color: #fff;
}

.pswp__button--fs {
  background-position: -12px 2px;
  background-color: #fff;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background: rgba(255, 255, 255, 0.5);
}

.pswp__button--zoom {
  background-position: -177px 2px;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -260px 2px;
}

.subTitleWrapper.subTitleWrapper02.health {
  background-image: url(../img/business_pic_21.jpg);
  padding: 46px 0px;
  text-align: center;
  background-size: cover;
  background-position-x: right;
}

.health-link {
  color: #48acdc;
  text-decoration: underline;
  cursor: pointer;
}
.health-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .subTitleWrapper.subTitleWrapper02.health {
    background-image: url(../img/sp_business_pic_06.jpg);
  }
}
.single-text {
  margin-bottom: 50px;
}
@media screen and (max-width: 425px) {
  .single-text {
    margin-bottom: 30px;
  }
}
.single-text.mbem {
  margin-bottom: 1.5em;
}
.single-text.mbem1 {
  margin-bottom: 0.5em;
}

.num_txt01 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0em;
  color: #1a2c3a;
  position: relative;
  white-space: nowrap;
  margin-top: 5px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .num_txt01 {
    white-space: initial;
    display: block;
  }
}
.num_txt01 span {
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  color: #333;
}
@media screen and (max-width: 768px) {
  .num_txt01 span {
    display: none;
  }
}

.num_txt02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .num_txt02 {
    display: block;
  }
}

.text_big {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.text_red {
  color: #f80000;
  font-weight: bold;
}