@charset "UTF-8";
@font-face {
  font-family: "Zawgyi-One";
  src: url("./font/ZawgyiOne2008.eot");
  /* IE9 Compat Modes */
  src: url("./font/ZawgyiOne2008.eot?iefix") format("embedded-opentype"), url("./font/ZawgyiOne2008.woff") format("woff"), url("./font/ZawgyiOne2008.ttf") format("truetype"), url("./font/ZawgyiOne2008.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
/*
* {
	font-family: "Zawgyi-One", "Noto Sans", "Noto Sans Myanmar", "Myanmar Text", "Myanmar MN", Padauk, Tharlon, Tahoma,
		Arial, sans-serif !important;
}
*/
/*
* {
	font-family: 'Lato', YuGothic,'Yu Gothic',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif、'Noto Sans Myanmar', 'Myanmar Text', 'Myanmar MN', Padauk, Tharlon, Tahoma,
		Arial, sans-serif !important;
}
*?

/*font*/
.lato-l {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
}

.lato {
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
}

.lato-bk {
  font-family: "Lato", sans-serif !important;
  font-weight: 900 !important;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  margin-top: 0 !important;
  /*WPログイン時のメニュー分の高さマージン排除*/
}

#wpadminbar {
  bottom: 0 !important;
}

/*html.menuOpen { overflow-y: hidden;}*/
body {
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 767px) {
  .smbr {
    display: block;
  }
  .pcOnly {
    display: none !important;
  }
  #wpadminbar {
    display: none;
  }
  /*WPログインした際のメニューバー非表示*/
  html {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px), print {
  .pcbr {
    display: block;
  }
  .smOnly {
    display: none !important;
  }
}
/* !openMenu　※スマホ用オープンメニュー
---------------------------------------------------------- */
#openMenu {
  display: none;
  position: fixed;
  padding: 10px;
  box-sizing: border-box;
  background: #e60012;
  width: 100%;
  height: 500px;
  opacity: 0.9;
  z-index: 9;
}

#c .list {
  padding-top: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}

#openMenu a:hover {
  text-decoration: none;
}

#openMenu .list li {
  float: left;
  width: 100%;
}

#openMenu .list li a {
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #f38088;
}

#openMenu .gengo {
  display: block;
  float: right;
  width: 160px;
}

#openMenu .gengo li {
  float: left;
  display: block;
}

#openMenu .gengo li.select a,
#openMenu .gengo li a:hover {
  background: #fff;
}

#openMenu .gengo li a {
  float: left;
  display: block;
  width: 40px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  padding: 5px 0;
  margin: 0 5px;
  box-sizing: border-box;
  color: #fff;
}

#openMenu .gengo li a:hover {
  text-decoration: none;
}

#openMenu .gengo li.select a,
#openMenu .gengo li a:hover {
  color: #d40415;
}

#openMenu .sns {
  float: left;
  width: 140px;
}

#openMenu .sns li {
  float: left;
  margin-right: 8px;
}

#openMenu .sns li img {
  width: auto;
  height: 28px;
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
  width: 100%;
  text-align: left;
}

/* !header
---------------------------------------------------------- */
#header {
  /*	position: fixed; */
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

.header_menu {
  height: 45px;
}

.header_menu .inner1 {
  position: relative;
  float: left;
  width: 180px;
  background: #e60012;
  padding-left: 40px;
  box-sizing: border-box;
}

.header_menu .inner2 {
  position: relative;
  float: right;
  width: 80px;
  background: #fff;
}

.header_menu .inner2 .gengo {
  display: none;
}

.header_menu .inner1 .tel {
  float: right;
}

.header_menu .inner1 .lang {
  float: left;
}

.header_menu .inner1 img,
.header_menu .inner2 img {
  height: 45px;
  width: auto;
}

.header_menu .inner1 .selectLanguage {
  position: relative;
  top: 7px;
  left: 5px;
  float: left;
  display: block;
  width: 60px;
  position: relative;
}

.header_menu .inner1 .styled {
  display: block;
  width: 69px;
  color: #e60012 !important;
  height: 30px;
  font-size: 12px;
  padding: 8px 20px 8px 12px;
  border: 0;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff url(../img/common/select_down.png) no-repeat right top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.customSelectInner {
  width: 26px !important;
}

.header_menu #headerLogo {
  float: right;
}

.header_menu #headerLogo img {
  width: auto;
  height: 45px;
  float: right;
  padding-right: 10px;
}

#companyName img {
  width: 100%;
  height: auto;
}

.btnNav01 {
  position: relative;
  top: 13px;
  left: 10px;
  width: 40px;
  float: left;
}

/* !menuButton ※スマホ用オープン・×のボタン
---------------------------------------------------------- */
#menuButton {
  display: block;
  position: fixed;
  top: 4px;
  left: 0;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 10000;
}

#menuButton span {
  display: block;
  font-family: "Lato", sans-serif;
  background: #fff;
  width: 20px;
  height: 4px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#menuButton span:first-child {
  top: 8px;
}

#menuButton span:nth-child(2) {
  margin-top: -4px;
  top: 50%;
}

#menuButton span:last-child {
  bottom: 12px;
}

#menuButton.active span:first-child {
  transform: translateY(8px) rotate(45deg);
}

#menuButton.active span:nth-child(2) {
  opacity: 0;
}

#menuButton.active span:last-child {
  transform: translateY(-8px) rotate(-45deg);
}

/* !gNavi
---------------------------------------------------------- */
#gNavi {
  display: none;
}

.top #gNavi {
  display: block;
}

.navList__parent__text.arrow.nolink {
  display: none;
}

.navList01 li {
  float: left;
  width: 50%;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.1px;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}

.navList01 li:nth-child(even) {
  border-left: 1px solid #cfcfcf;
}

.navList01 li a {
  float: left;
  width: 100%;
  height: 68px;
  position: relative;
}

.navList01 li a span {
  width: 120px;
  height: 22px;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  /*color: #111;  削除*/
  font-family: "Lato", sans-serif;
}

#gNavi .navList01 {
  margin-bottom: 0;
  /*overflow: hidden; 追加*/
  height: 76px;
}

#gNavi .navList01 li {
  display: block !important;
}

.menuOpen #gNavi {
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  background: #e60012;
  width: 100%;
  top: 0;
  /*height: 450px;*/
  opacity: 0.9;
  z-index: 100;
}

.menuOpen #gNavi .list {
  padding-top: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}

.menuOpen #gNavi a:hover {
  text-decoration: none;
}

.menuOpen #gNavi .navList01 {
  margin-bottom: 20px;
}

.menuOpen #gNavi .navList01 li {
  float: left;
  width: 100%;
}

.menuOpen #gNavi .navList01 li a {
  width: 100% !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #f38088 !important;
  border-top: 0px solid !important;
  border-left: 0px solid !important;
}

.menuOpen #gNavi .navList01 li a span {
  color: #fff !important;
}

.menuOpen #gNavi .navList01 li:nth-child(even) {
  border-left: 0px solid !important;
}

#gNavi .gengo,
#gNavi .sns {
  display: none;
}

.menuOpen #gNavi .gengo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  float: right;
  width: 100%;
}

.menuOpen #gNavi .gengo li {
  float: left;
  display: block;
}

.menuOpen #gNavi .gengo li.select a,
.menuOpen #gNavi .gengo li a:hover {
  background: #fff;
}

.menuOpen #gNavi .gengo li a {
  float: left;
  display: block;
  width: 40px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  padding: 5px 0;
  margin: 0 5px;
  box-sizing: border-box;
  color: #fff;
}

.menuOpen #gNavi .gengo li a:hover {
  text-decoration: none;
}

.menuOpen #gNavi .gengo li.select a,
.menuOpen #gNavi .gengo li a:hover {
  color: #d40415;
}

.menuOpen #gNavi .sns {
  display: block;
  float: left;
  width: 140px;
}

.menuOpen #gNavi .sns li {
  float: left;
  margin-right: 8px;
}

.menuOpen #gNavi .sns li img {
  width: auto;
  height: 28px;
}

/* !contents
---------------------------------------------------------- */
#contents {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

#contents .mainTitle {
  margin: 0 0 0px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

#contents h2 {
  font-family: "Zawgyi-One";
  display: block;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 40px;
  /*
  margin-top: 5px;
  margin-bottom: 3px;
  */
  letter-spacing: 1px;
}

/* !footer
---------------------------------------------------------- */
footer {
  background: #f3f3f3;
}

footer .inner {
  padding: 30px 10px 10px 10px;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  font-family: "Lato", sans-serif;
}

footer .inner h2 {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

footer .inner .sns {
  position: absolute;
  right: 10px;
  top: 30px;
}

footer .inner .sns li {
  float: right;
}

footer .inner .sns img {
  height: 22px;
  width: auto;
  padding-left: 10px;
}

footer .inner .address {
  padding-bottom: 5px;
  font-size: 12px;
}

footer .inner .tel {
  font-size: 12px;
}

footer .inner2 {
  overflow: hidden;
  padding: 15px;
}

footer .inner2 ul {
  display: block;
  width: 100%;
  margin: 0;
  clear: both;
}

footer .inner2 li {
  float: left;
  width: 100px;
  position: relative;
  overflow: hidden;
  text-indent: 10px;
}

footer .inner2 li a {
  color: #111;
  font-size: 12px;
  line-height: 18px;
}

footer .inner2 li:before {
  display: block;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  left: -5px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #b6c1c7;
}

footer .inner2 li:after {
  display: block;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  left: -7px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #f3f3f3;
}

footer #copyright {
  padding: 0px 0 20px 0;
  color: #e60012;
  font-weight: 900;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
}

/* !topModule01
---------------------------------------------------------- */
.topModule01 {
  background-color: #eeeeee;
  overflow: hidden;
  clear: both;
}

.topModule01 p {
  padding: 10px;
  margin-bottom: 10px;
}

/* !topModule02
---------------------------------------------------------- */
.topModule02 {
  padding: 22px 10px 10px 10px;
  overflow: hidden;
}

.topModule02 h3 {
  width: 58%;
  height: auto;
  float: left;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1.2px;
  margin-bottom: 22px;
}

.topModule02 a.backnum {
  display: block;
  width: 116px;
  height: auto;
  float: right;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
  position: relative;
  overflow: hidden;
  text-indent: 15px;
  text-align: right;
  top: 6px;
  color: #111;
}

.topModule02 a.backnum:after {
  display: block;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  left: -5px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #1b86ca;
}

.topModule02 .infoList01 {
  display: block;
  clear: both;
  border-top: 1px solid #cfcfcf;
}

.topModule02 .infoList01 p.date {
  width: 100%;
  line-height: 20px;
  color: #666666;
}

.topModule02 .infoList01 p.date img {
  display: inline-block;
  width: auto !important;
  height: 20px !important;
  padding-left: 10px;
}

.topModule02 .infoList01 li {
  border-bottom: 1px solid #cfcfcf;
  margin: 10px 0;
}

.topModule02 .infoList01 li a {
  color: #111111;
}

.topModule02 .infoList01 p {
  margin-bottom: 10px;
}

/* !topModule03
---------------------------------------------------------- */
.topModule03 {
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

.topModule03 h3 {
  width: 100%;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
}

.topModule03 .inner {
  text-align: center;
}

.topModule03 iframe {
  width: 100%;
}

/* !informationModule
---------------------------------------------------------- */
.informationModule {
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

.informationModule .innerRit img.map {
  margin-top: 10px;
}

.informationModule table {
  width: 100%;
}

.informationModule tr:not(:first-child) {
  border-top: solid 1px #cfcfcf;
}

.informationModule th,
.informationModule td {
  padding: 8px 10px;
  font-size: 12px;
  vertical-align: top;
}

.informationModule th {
  width: 80px;
  font-weight: bold;
}

.informationModule td {
  width: 70%;
}

/* !mapModule
---------------------------------------------------------- */
.mapModule {
  overflow: hidden;
}

.mapModule .inner {
  padding: 10px 10px 5px 10px;
}

#map_canvas {
  height: 230px;
  width: 100%;
}

.gm-style-iw * {
  display: block;
  width: 100%;
}

.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}

.gm-style-iw a {
  color: #4272db;
}

/* !rinenModule
---------------------------------------------------------- */
.rinenModule {
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

.rinenModule .rinenBlock {
  border-top: solid 3px #cfcfcf;
  padding-top: 20px;
}

/* !staffModule
---------------------------------------------------------- */
.staffModule {
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

.staffModule .staffBlock {
  border-top: solid 3px #cfcfcf;
  padding-top: 20px;
}

.staffModule .staffBlock:first-of-type {
  border: 0px;
  padding-top: 0px;
}

.staffModule .staffBlock {
  margin-bottom: 25px;
}

.staffModule .staffBlock .photo {
  margin-bottom: 15px;
  width: 100%;
  background: #e60012;
}

.staffModule .staffBlock .photo img {
  padding: 0 30px;
  box-sizing: border-box;
}

.staffModule .staffBlock .name {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.staffModule .staffBlock .job {
  display: block;
  font-size: 12px;
  margin: 0 0 2px 0;
}

.staffModule .staffBlock p {
  margin-bottom: 3px;
}

/* !productsModule
---------------------------------------------------------- */
.productsModule {
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

.productsModule .productsBlock {
  overflow: hidden;
  margin-bottom: 10px;
  border: 2px solid #d2d2d2;
  position: relative;
  box-sizing: border-box;
}

.productsModule .productsBlock .on {
  display: none !important;
}

.productsModule .productsBlock .off {
  display: block !important;
}

.productsModule .productsBlock .active .on {
  display: block !important;
  border-bottom: 1px solid #d2d2d2;
}

.productsModule .productsBlock .active .off {
  display: none !important;
}

.productsModule .productsBlock .inner {
  padding: 10px 15px 60px 15px;
  box-sizing: border-box;
  background: #e1e1e1;
  border: 4px solid #f3f3f3;
  width: 100%;
  display: none;
  /*	overflow : hidden;*/
}

.productsModule .productsBlock .inner.active {
  padding: 10px 15px 60px 15px;
  display: block;
  height: auto !important;
}

.productsModule .productsBlock .inner h4 {
  font-size: 13px;
  font-weight: bold;
}

.productsModule .productsBlock .inner ul {
  margin-bottom: 10px;
}

.productsModule .productsBlock .inner li {
  padding-left: 20px;
  font-size: 12px;
  background: url(../img/common/ico_yajirusi01.png) no-repeat center left;
}

.productsModule .productsBlock .inner li a {
  text-decoration: underline;
}

.productsModule .productsBlock .close {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -33px;
  z-index: 2;
}

.productsModule .productsBlock .close img {
  width: 66px !important;
  height: auto;
}

.bx-wrapper {
  background: #cfcfcf;
}

.bxslider img {
  margin: 0 auto;
  display: block;
}

/* !productsDetailModule
---------------------------------------------------------- */
.productsDetailModule {
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
}

.productsDetailModule table {
  width: 100%;
}

.productsDetailModule tr {
  border-bottom: solid 1px #cfcfcf;
}

.productsDetailModule th {
  padding: 10px 10px 3px 10px;
  display: block;
  font-weight: bold;
  font-size: 14px;
  vertical-align: top;
}

.productsDetailModule td {
  display: block;
  padding: 3px 10px 10px 10px;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
}

.productsDetailModule .seihin td {
  font-size: 12px;
}

.productsDetailModule .cad li {
  padding-left: 20px;
  background: #fff url(../img/products/ico_products02.png) no-repeat center left;
}

.productsDetailModule .youtube {
  padding: 30px 0;
}

.productsDetailModule .youtube iframe {
  width: 100%;
}

.productsDetailModule .tel {
  width: 100%;
  text-align: center;
  padding: 10px 25px;
  box-sizing: border-box;
  border: solid #c8c8c8 2px;
  margin-bottom: 20px;
}

.productsDetailModule .tel span {
  display: block;
  margin-bottom: 10px;
}

.productsDetailModule .tel .inner {
  padding: 7px 0 0 0;
  border-top: 1px solid #c8c8c8;
}

.productsDetailModule .tel p {
  margin-top: 10px;
  border-top: 1px solid #c8c8c8;
  width: 100%;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

.productsDetailModule .category {
  width: 100%;
  margin-top: 10px;
}

.productsDetailModule .category h3 {
  padding-left: 30px;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
  background: #fff url(../img/products/ico_products01.jpg) no-repeat center left;
}

.productsDetailModule .category ul {
  display: block;
  margin-bottom: 20px;
}

.productsDetailModule .category li {
  padding-left: 20px;
  font-size: 12px;
  line-height: 30px;
  background: #fff url(../img/products/ico_products02.png) no-repeat center left;
}

.productsDetailModule .category li a {
  text-decoration: underline;
}

/* !newsModule
---------------------------------------------------------- */
.newsModule {
  margin-bottom: 0px;
  overflow: hidden;
}

.newsModule h2 {
  border-bottom: solid 3px #cfcfcf;
  margin: 8px 10px 0 10px;
  width: auto !important;
  box-sizing: border-box;
}

.newsModule .innerLft {
  padding: 0 10px 10px 10px;
  margin: 0px;
}

.newsModule .innerLft li {
  font-size: 12px;
  border-bottom: solid 1px #cfcfcf;
  padding: 10px 0 15px 0;
}

.newsModule .innerLft .date {
  color: #666;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 1px;
}

.newsModule .innerLft li .ico {
  height: 20px;
  width: auto !important;
  display: inline-block;
  padding-left: 10px;
}

.newsModule .innerLft li .title {
  display: block;
}

/* !pageNavi
---------------------------------------------------------- */
.pageNavi {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 15px;
}

.pageNavi .prev {
  position: absolute;
  display: block;
  width: 55px;
  left: 0;
  text-decoration: none;
  padding-left: 20px;
  background: #fff url(../img/common/ico_yajirusi03.png) no-repeat center left;
}

.pageNavi .next {
  position: absolute;
  display: block;
  width: 55px;
  right: 0;
  top: 0;
  text-decoration: none;
  padding-right: 20px;
  background: #fff url(../img/common/ico_yajirusi04.png) no-repeat center right;
}

.pageNavi a {
  display: inline-block;
  text-align: center;
  width: 20px;
  text-decoration: underline;
}

.pageNavi .current {
  color: #e60012;
  position: relative;
}

.pageNavi .current:after {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  margin-top: -11px;
  background: #e60012;
  border-radius: 6px;
}

/* !newsDetailModule
---------------------------------------------------------- */
.newsDetailModule {
  padding: 0px;
  overflow: hidden;
}

.newsDetailModule .innerLft {
  padding: 10px;
  box-sizing: border-box;
}

.newsDetailModule .innerLft .ico {
  height: 20px !important;
  width: auto !important;
  display: inline-block;
  padding-left: 10px;
}

.newsDetailModule .innerLft .date {
  color: #666;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  line-height: 20px;
}

.newsDetailModule .innerLft h2 {
  text-align: left !important;
  font-size: 12px !important;
}

.newsDetailModule .innerLft .honbun {
  font-size: 12px;
  line-height: 20px;
}

.newsDetailModule .innerLft .honbun img {
  padding: 10px 0;
}

.newsDetailModule .innerLft .ichiran {
  padding: 15px 0;
  display: block;
}

/* !newsModule、newsDetailModule共通（右サイドメニュー）
---------------------------------------------------------- */
.innerNewsMenu {
  width: 100%;
  padding: 0;
  text-align: left;
  background: #eeeeee;
}

.innerNewsMenu .categoryWrap,
.innerNewsMenu .archiveWrap {
  border-top: solid 3px #c8c8c8;
  width: 100%;
  padding: 15px 10px 25px 10px;
}

.innerNewsMenu .categoryWrap h3,
.innerNewsMenu .archiveWrap h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 10px 0;
}

.innerNewsMenu .categoryWrap h3 {
  color: #258ccc;
}

.innerNewsMenu .archiveWrap h3 {
  color: #e60012;
}

.innerNewsMenu .categoryWrap li,
.innerNewsMenu .archiveWrap li {
  padding-left: 20px;
  font-size: 15px;
  line-height: 35px;
  background: url(../img/common/ico_yajirusi01.png) no-repeat center left;
}

.innerNewsMenu .categoryWrap li a,
.innerNewsMenu .archiveWrap li a {
  text-decoration: underline;
}

.innerNewsMenu .categoryWrap ul li.current-cat {
  color: #258ccc !important;
  background: url(../img/common/ico_yajirusi02.png) no-repeat center left;
}

.innerNewsMenu .categoryWrap ul li.current-cat a {
  color: #258ccc !important;
  text-decoration: none;
}

/* !educationModule
---------------------------------------------------------- */
.educationModule {
  padding: 10px;
  overflow: hidden;
  background: #eeeeee;
}

.educationModule .anzenBlock {
  padding-bottom: 20px;
}

.educationModule .anzenBlock2 {
  margin-top: 10px;
  padding-bottom: 20px;
}

.educationModule .anzenBlock h3,
.educationModule .anzenBlock2 h3 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 32px;
  background: url(../img/common/ico_midashism02.png) no-repeat center left;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}

.educationModule .anzenBlock .txt1 {
  display: block;
  font-size: 12px;
  margin: 10px 0;
}

.educationModule .anzenBlock .txt2 {
  background: #fff;
  border: solid 1px #d2d2d2;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}

.educationModule .anzenBlock2 ul {
  overflow: hidden;
  margin-top: 15px;
}

.educationModule .anzenBlock2 li {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 22px;
  background: url(../img/support/bg_support02.png) no-repeat bottom left;
  border-bottom: #cfcfcf 2px solid;
}

.educationModule .anzenBlock2 .txt1 {
  background: url(../img/support/ico_support01.png) no-repeat center left;
  margin-top: 5px;
  padding-left: 55px;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}

/* !newsListModule
---------------------------------------------------------- */
.newsListModule {
  padding: 10px 10px 30px 10px;
  margin-bottom: 0px;
  overflow: hidden;
}

.newsListModule ul {
  border-top: solid 1px #cfcfcf;
}

.newsListModule li {
  font-size: 12px;
  border-bottom: solid 1px #cfcfcf;
  padding: 10px 0 13px 0;
}

.newsListModule .date {
  color: #666;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 1px;
}

.newsListModule li .title {
  display: block;
}

/* !historyModule
---------------------------------------------------------- */
.historyModule {
  position: relative;
  overflow: hidden;
}

.historyModule .backImg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.historyModule .inner {
  padding: 10px;
  z-index: 2;
  position: relative;
}

.historyModule h3 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 32px;
  background: url(../img/common/ico_midashism02.png) no-repeat center left;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}

.historyModule p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

.historyModule .historyBlock2 {
  margin: 20px 0 20px 0;
}

/* !corporateModule
---------------------------------------------------------- */
.corporateModule {
  padding: 18px 10px 15px 10px;
  overflow: hidden;
  background: #eeeeee;
}

.corporateModule img {
  display: block;
  width: 100%;
}

.corporateModule h2 {
  line-height: 30px !important;
}

.corporateModule p {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
  margin-bottom: 18px;
}

.corporateModule p .blue {
  color: #1b86ca;
}

.corporateModule p .red {
  color: #e72230;
}

/* !ceoMessageModule
---------------------------------------------------------- */
.ceoMessageModule {
  padding: 16px 10px 15px 10px;
  overflow: hidden;
}

.ceoMessageModule h2 {
  line-height: 30px !important;
}

.ceoMessageModule strong {
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.ceoMessageModule p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
}

.ceoMessageModule .daihyo {
  width: 100%;
  float: right;
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

.ceoMessageModule img {
  display: block;
  width: 100%;
}

.ceoMessageModule .daihyo span {
  display: block;
  font-size: 17px;
  font-weight: bold;
}

/* !kinanGroupModule
---------------------------------------------------------- */
.kinanGroupModule {
  padding: 11px 10px 15px 10px;
  overflow: hidden;
  background: #eeeeee;
}

.kinanGroupModule table {
  width: 100%;
}

.kinanGroupModule tr {
  border-bottom: 1px solid #cfcfcf;
}

.kinanGroupModule tr:last-child {
  border-bottom: 0px solid #cfcfcf;
}

.kinanGroupModule th {
  font-size: 12px;
  font-weight: bold;
  width: 20%;
  padding: 8px 5px;
  box-sizing: border-box;
  vertical-align: top;
}

.kinanGroupModule td {
  font-size: 12px;
  width: 80%;
  padding: 8px 5px;
  box-sizing: border-box;
}

.kinanGroupModule td a {
  text-decoration: underline;
}

.kinanGroupModule td a:hover {
  text-decoration: none;
}

.kaigyo {
  display: block;
  margin-left: 1em !important;
  /* ブロック全体を 1em（1文字）分右に */
  text-indent: -1em !important;
  /* 先頭の1行のみ 1em（1文字）分左に */
}

/* !worktomakeModule
---------------------------------------------------------- */
.worktomakeModule {
  padding: 0px 0 10px 0;
  overflow: hidden;
  background: #eee;
}

.worktomakeModule h2 {
  line-height: 30px !important;
  margin-bottom: 10px !important;
}

.worktomakeModule .worktomakeBlock {
  padding: 17px 10px 10px 10px;
}

.worktomakeModule .worktomakeBlock ul {
  margin: 10px 0 20px;
  padding: 0px;
}

.worktomakeModule .worktomakeBlock li {
  font-size: 12px;
  line-height: 18px;
}

.worktomakeModule .txt1 {
  display: block;
  padding: 10px 10px 0 10px;
  font-size: 12px;
  margin-bottom: 4px;
  line-height: 18px;
}

.worktomakeModule .txt2 {
  display: block;
  padding: 0 10px 10px 10px;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 18px;
}

/* !serviceModule
---------------------------------------------------------- */
.serviceModule {
  padding: 16px 10px 15px 10px;
  overflow: hidden;
}

.serviceModule h2 {
  line-height: 30px !important;
  margin-bottom: 10px !important;
}

.serviceModule h3 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 32px;
  background: url(../img/common/ico_midashism03.png) no-repeat top left;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}

.serviceModule .serviceBlock p {
  display: block;
  margin: 10px 0 20px;
  font-size: 12px;
  line-height: 18px;
}

.serviceModule .serviceBlock p a {
  position: relative;
  overflow: hidden;
  width: 80px;
  display: inline-block;
  line-height: 18px;
  padding-left: 10px;
  vertical-align: bottom;
  text-decoration: underline;
}

.serviceModule .serviceBlock p a:after {
  display: block;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  top: 50%;
  left: -5px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #1b86ca;
}

.serviceModule .serviceBlock p a.l10 {
  left: 10px;
}

.serviceModule .serviceBlock2 {
  padding: 10px 10px 0 10px;
  margin-bottom: 25px;
  border: solid 2px #cfcfcf;
  overflow: hidden;
}

.serviceModule .serviceBlock2 ul {
  margin-top: 10px;
}

.serviceModule .serviceBlock2 li {
  margin-bottom: 4px;
  display: block;
  line-height: 18px;
  margin-left: 2.5em !important;
  /* ブロック全体を 1em（1文字）分右に */
  text-indent: -2.5em !important;
  /* 先頭の1行のみ 1em（1文字）分左に */
}

.serviceModule .serviceBlock2 li span {
  display: inline-block;
  width: 25px;
  padding: 0 5px;
  margin: 0 10px 7px 0px;
  text-indent: 4px;
  line-height: 24px;
  background: #e60012;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}

.serviceModule .download {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #eeeeee;
}

/* privacyPoricyModule
	---------------------------------------------------------- */
.privacyPoricyModule {
  padding: 20px 10px 0 10px;
}

.privacyPoricyModule p {
  font-size: 12px;
  line-height: 18px;
}

.privacyPoricyModule #privacyList ul {
  margin-top: 20px;
}

.privacyPoricyModule #privacyList ul > li {
  margin-top: 15px;
}

.privacyPoricyModule #privacyList ul > li p {
  margin-left: 30px;
  font-size: 12px;
  line-height: 18px;
}

.privacyPoricyModule #privacyList ul > li p.textBg {
  background: #eee;
  padding: 10px;
  margin-top: 10px;
}

.privacyPoricyModule #privacyList ul li h2 {
  text-align: left;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
}

.privacyPoricyModule #privacyList ul li h2 span {
  color: #fff;
  background: #e60012;
  padding: 4px 7px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: normal;
}

.privacyPoricyModule #privacyList ul li ol {
  margin: 10px 0 0 60px;
}

.privacyPoricyModule #privacyList ul li ol li {
  text-indent: -2.6em;
  font-size: 12px;
  line-height: 18px;
}

.privacyPoricyModule p.responsibility {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* contactModule
---------------------------------------------------------- */
.contactModule {
  padding: 10px 10px 0 10px;
}

.contactModule .spNone {
  display: none;
}

.contactModule h2 {
  padding-left: 30px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 30px;
  background: #fff url(../img/products/ico_products01.jpg) no-repeat center left;
  text-align: left !important;
}

.contactModule .tel {
  width: 100%;
  text-align: center;
  padding: 10px 25px;
  box-sizing: border-box;
  border: solid #c8c8c8 3px;
  margin-bottom: 20px;
  overflow: hidden;
}

.contactModule .tel span {
  font-size: 12px;
}

.contactModule .tel .inner {
  padding: 7px 0 0 0;
  border-top: 1px solid #c8c8c8;
}

.contactModule .tel .inner .tel2set {
  padding: 10px 0;
}

.contactModule .tel p {
  margin-top: 10px;
  border-top: 1px solid #c8c8c8;
  width: 100%;
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

.contactModule .tel span {
  display: block;
  margin-bottom: 10px;
  line-height: 18px;
}

.contactModule .tel .inner.tel2 img {
  width: 85% !important;
}

.contactModule .contactForm em {
  background: #e72230;
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
}

.contactModule .contactForm.enSet em {
  font-size: 13px;
  padding: 4px 6px;
  letter-spacing: 2px;
  height: 23px;
  width: 25px;
  text-align: center;
  display: inline-block;
}

.contactFormDetail p {
  font-size: 12px;
}

.contactModule .txt {
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}

.contactModule .contactForm ul {
  margin-top: 20px;
}

.contactModule .contactForm ul li {
  margin-bottom: 20px;
}

.contactModule .contactForm ul li div {
  margin-top: 10px;
}

.contactModule .contactForm ul li p em {
  margin-left: 10px;
  font-size: 11px;
}

.contactModule .contactForm ul li input,
.contactModule .contactForm ul li textarea {
  background: #eee;
  border: none;
  height: 35px;
  width: 100%;
}

.contactModule .contactForm ul li textarea {
  height: 150px !important;
}

.contactModule .contactForm ul li.list input {
  height: auto !important;
  width: auto !important;
}

.contactModule .contactForm ul li.list ul {
  overflow: hidden;
  padding-left: 2px;
  margin-top: 5px;
}

.contactModule .contactForm ul li.list ul li {
  width: 50%;
  margin-bottom: 0;
  float: left;
}

.contactModule .submit {
  margin-bottom: 30px;
}

.contactModule .contactForm .contactFormDetail ul li div input {
  padding-left: 10px;
}

.contactModule .contactForm .contactFormDetail ul li p {
  font-weight: bold;
  font-size: 14px;
}

.ajax-loader {
  width: 16px !important;
  height: 16px !important;
}

.submit {
  position: relative;
}

input[type=submit] {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  border: 0;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  background: #1b86ca url(../img/contact/btn_contact01.gif) no-repeat left center;
  /* submitボタンのを枠を非表示にする*/
  border-style: none;
  cursor: pointer;
}

.contactForm.enSet input[type=submit] {
  font-size: 13px;
  text-indent: 50px;
}

#btnBack,
#wpcf7-modify {
  padding: 10px 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #6f6f70;
  border: 0;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  background: #c8c8c8;
  /* submitボタンのを枠を非表示にする*/
  border-style: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #header .mainVisual img.back {
    width: 100%;
    height: auto;
  }
  .header_menu {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
  }
  .header_menu #menuButton {
    z-index: 9999;
    position: fixed;
  }
  #companyName {
    padding-top: 45px;
  }
  #contents img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* !topModule01
  ---------------------------------------------------------- */
  .topModule01 img {
    width: 100%;
    height: auto;
  }
  /* !newsModule
  ---------------------------------------------------------- */
  .newsModule .innerLft li .ico {
    height: 20px !important;
    width: auto !important;
  }
}
@media screen and (min-width: 768px), print {
  /* !wrapper
  ---------------------------------------------------------- */
  #wrapper {
    min-width: 960px;
  }
  #companyName {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    height: 87px;
  }
  #companyName img {
    height: 87px;
    width: auto;
  }
  /* !header
  ---------------------------------------------------------- */
  #header {
    min-width: 960px;
  }
  #headerIn {
    width: 100%;
  }
  .header_menu {
    height: 97px;
    overflow: hidden;
  }
  .header_menu .inner1 {
    display: none;
  }
  .header_menu .inner2 {
    width: 399px;
  }
  .header_menu .inner2 .gengo {
    display: block;
    float: left;
    position: relative;
    top: 40px;
  }
  .header_menu .inner2 .gengo li {
    float: left;
    height: 30px;
    width: 95px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    box-sizing: border-box;
  }
  .header_menu .inner2 .gengo li a {
    display: block;
    height: 30px;
    width: 95px;
    color: #111;
    -webkit-transition: all 0.4s ease-out;
  }
  .header_menu .inner2 .gengo li a:hover {
    text-decoration: none;
  }
  .header_menu .inner2 .gengo li.select,
  .header_menu .inner2 .gengo li:not(:first-child):hover {
    background: #e60012;
  }
  .header_menu .inner2 .gengo li.select a,
  .header_menu .inner2 .gengo li:not(:first-child):hover a {
    color: #fff;
  }
  .header_menu #headerLogo {
    float: right;
  }
  .header_menu #headerLogo img {
    float: right;
    width: auto;
    height: 60px;
    padding-right: 20px;
    position: relative;
    top: 20px;
  }
  #header .mainVisual {
    width: 100%;
    height: 630px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    padding: 40px;
    box-sizing: border-box;
  }
  #header .mainVisual .inner {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  #header .mainVisual .inner .tit {
    height: 630px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #header .mainVisual .inner .tit .photo .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
  }
  #header .mainVisual .waku {
    width: 100%;
    height: 550px;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
  }
  #header .mainVisual .waku .mv__ttl {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 5px;
    opacity: 1;
    width: 511px;
    height: auto;
  }
  /*top-page*/
  /* !menuButton ※スマホ用オープン・×のボタン
  ---------------------------------------------------------- */
  #menuButton {
    display: none;
  }
  /* !gNavi
  ---------------------------------------------------------- */
  #gNavi {
    display: block;
    background: #f6f6f6;
    width: 100%;
    /*overflow: hidden;*/
    /*追加*/
    clear: both;
  }
  .navList01 {
    width: 960px;
    margin: 0 auto;
  }
  .navList01 li {
    display: block;
    width: 160px;
    /*height: 80px;*/
    /*追加*/
    float: left;
    margin: 0;
    padding: 0px;
    border: 0px solid !important;
    transition: all 0.4s ease-out;
    /*line-height: 68px;追加*/
    position: relative;
    /*追加*/
  }
  .top .navList01 li a {
    /*height: 110px !important;*/
  }
  .navList01 li a:hover,
  .navList01 li.current a {
    background: #e60012;
  }
  .navList01 li a {
    float: left;
    box-sizing: border-box;
    width: 100%;
    /*height: 80px;*/
    /*line-height: 68px;*/
    position: relative;
  }
  .top .navList01 li a {
    height: 68px;
  }
  .navList01 li a span {
    float: left;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    position: relative;
    border-bottom: 3px solid #cfcfcf;
  }
  .navList01 li a:hover span,
  .navList01 li.current a span {
    box-sizing: border-box;
  }
  .navList01 li a:hover span,
  .navList01 li.current a span {
    color: #fff;
  }
  .navList__child a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navList__child li {
    /*line-height: unset;*/
  }
  .navList__parent__text {
    line-height: 68px;
  }
  /* !footer
  ---------------------------------------------------------- */
  footer {
    background: #f3f3f3;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer .inner {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0px 10px 0px;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
    box-sizing: border-box;
  }
  footer .inner .address,
  footer .inner .tel {
    display: inline-block;
  }
  footer .inner .address {
    width: 400px;
  }
  footer .inner .tel {
    padding-left: 10px;
    /*vertical-align: top;*/
  }
  footer .inner h2 {
    font-size: 13px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
  }
  footer .inner .sns {
    position: absolute;
    right: 10px;
    top: 30px;
  }
  footer .inner2 {
    width: 960px;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
  }
  footer #copyright {
    width: 960px;
    margin: -39px auto 0 auto;
    text-align: right;
    font-size: 9px;
    letter-spacing: 1px;
  }
  /*menu-sp*/
  /* !contents
  ---------------------------------------------------------- */
  /*
  #contents .mainTitle .photoWrap .photo {
  	position: absolute;
  	top: -50%;
  	left: -50%;
  	width: 200%;
  	height: 200%;
  }

  #contents .mainTitle .inner .photoWrap .photo img {
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
  	min-width: 50%;
  	min-height: 50%;
  }
  */
  /* !topModule01
  ---------------------------------------------------------- */
  /* !topModule02
  ---------------------------------------------------------- */
  /* !topModule03
  ---------------------------------------------------------- */
  /* !informationModule
  ---------------------------------------------------------- */
  /* !mapModule
  ---------------------------------------------------------- */
  /* !rinenModule
  ---------------------------------------------------------- */
  /* !staffModule
  ---------------------------------------------------------- */
  /* !productsModule
  ---------------------------------------------------------- */
  /* !productsDetailModule
  ---------------------------------------------------------- */
  /* !newsModule
  ---------------------------------------------------------- */
  /* !pageNavi
  ---------------------------------------------------------- */
  /* !newsDetailModule
  ---------------------------------------------------------- */
  /* !newsModule、newsDetailModule共通（右サイドメニュー）
  ---------------------------------------------------------- */
  /* !pankuzu
  ---------------------------------------------------------- */
  /* !educationModule
  ---------------------------------------------------------- */
  /* !newsListModule
  ---------------------------------------------------------- */
  /* !historyModule
  ---------------------------------------------------------- */
  /* !corporateModule
  ---------------------------------------------------------- */
  /* !ceoMessageModule
  ---------------------------------------------------------- */
  /* !kinanGroupModule
  ---------------------------------------------------------- */
  /* !worktomakeModule
  ---------------------------------------------------------- */
  /* !serviceModule
  ---------------------------------------------------------- */
  /* privacyPoricyModule
  ---------------------------------------------------------- */
  /* contactModule
  ---------------------------------------------------------- */
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .navList__parent {
    position: relative;
  }
  .navList__child {
    display: none;
  }
  .menuOpen #gNavi {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px), print {
  #contents {
    background: #fff;
  }
  .top #contents {
    background: #eee;
  }
  #contents .products {
    background: #eee;
  }
  .contents960 {
    width: 960px;
    margin: 0 auto;
    padding-top: 44px;
    padding-bottom: 35px;
    overflow: hidden;
    background: #eee;
  }
  #contents .mainTitle {
    margin: 0;
  }
  #contents .mainTitle .inner {
    height: 300px;
    /*	width : 960px;*/
    margin: 0 auto;
    position: relative;
  }
  #contents .mainTitle .tit {
    position: absolute;
  }
  #contents .mainTitle .tit h1 {
    position: relative;
    width: 960px;
    margin: 0 auto;
    display: block;
    text-align: right;
    z-index: 9999;
  }
  #contents .mainTitle .inner .tit {
    height: 300px;
    width: 100%;
    /*position: relative;*/
    position: absolute;
    top: 0;
    left: 0;
  }
  #contents h2 {
    text-align: center;
    font-size: 32px;
    padding: 38px 0 42px;
    font-weight: 800;
    letter-spacing: 2px;
  }
  .topModule01 {
    width: 100%;
    position: relative;
  }
  .topModule01 h2 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .topModule01 h2 img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  .topModule01 .inner01 {
    float: left;
    width: 50%;
  }
  .topModule01 .inner01 p {
    float: right;
    width: 460px;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 13px;
  }
  .topModule01 .inner02 {
    float: right;
    width: 50%;
  }
  .topModule01 .inner02 p {
    float: left;
    width: 460px;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 13px;
  }
  .topModule01 .inner01 .photo,
  .topModule01 .inner02 .photo {
    height: 330px;
    overflow: hidden;
    position: relative;
  }
  .topModule01 .inner01 .photo div,
  .topModule01 .inner02 .photo div {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
  }
  .topModule01 .inner01 .photo img.back,
  .topModule01 .inner02 .photo img.back {
    transition: all 0.4s ease-out;
  }
  .topModule01 .inner01 .photo a:hover img.back,
  .topModule01 .inner02 .photo a:hover img.back {
    transform: scale(1.1);
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .topModule01 .inner01 .photo img.back,
  .topModule01 .inner02 .photo img.back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
  }
  .topModule01 .inner01 .photo img.txt,
  .topModule01 .inner02 .photo img.txt {
    position: absolute;
    display: block;
    top: 0;
    z-index: 2;
  }
  .topModule01 .inner01 .photo img.txt {
    right: 0;
  }
  .topModule01 .inner02 .photo img.txt {
    left: 0;
  }
  .topModule02 {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .topModule02 h3 {
    font-size: 26px;
    letter-spacing: 1.2px;
    padding-left: 20px;
    margin-bottom: 12px;
  }
  .topModule02 a.backnum {
    width: 130px;
    float: right;
    text-indent: 15px;
    text-align: left;
    top: 16px;
  }
  .topModule02 .infoList01 li {
    margin: 10px 0 0 0;
    padding: 12px 0 8px 20px;
    font-size: 14px;
  }
  .topModule02 .infoList01 p.date {
    width: 100%;
    line-height: 24px;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
  }
  .topModule02 .infoList01 a:hover {
    text-decoration: none;
  }
  .topModule02 .infoList01 a:hover p.txt {
    text-decoration: underline;
  }
  .topModule02 .infoList01 p.date img {
    width: auto;
    height: 24px;
    vertical-align: text-bottom;
  }
  .topModule03 {
    float: right;
    margin: 0;
    padding: 0;
    width: 310px;
  }
  .topModule03 h3 {
    font-size: 26px;
    letter-spacing: 1.2px;
    padding-bottom: 20px;
  }
  .informationModule {
    margin: 0;
    padding: 10px 0 20px 0;
    width: 100%;
    background: #eeeeee;
  }
  .informationModule .inner {
    width: 960px;
    margin: 0 auto;
  }
  .informationModule .innerRit {
    float: right;
    width: 450px;
  }
  .informationModule .innerRit img {
    width: 100%;
  }
  .informationModule .innerRit img.map {
    width: 280px;
    margin-top: 20px;
    border: solid #cfcfcf 1px;
  }
  .informationModule .innerLft {
    float: left;
    width: 494px;
  }
  .informationModule h2 {
    font-size: 32px;
    padding: 30px 0 45px;
    margin-bottom: 0px !important;
    border-bottom: solid 3px #cfcfcf;
  }
  .informationModule th,
  .informationModule td {
    padding: 14px 10px;
    font-size: 14px;
  }
  .mapModule {
    overflow: hidden;
    padding: 0px 0;
  }
  .mapModule .inner {
    padding: 0px 10px 5px 10px;
  }
  #map_canvas {
    height: 320px;
    width: 100%;
  }
  .gm-style-iw * {
    display: block;
    width: 100%;
  }
  .gm-style-iw h4,
  .gm-style-iw p {
    margin: 0;
    padding: 0;
  }
  .gm-style-iw a {
    color: #4272db;
  }
  .rinenModule {
    padding: 10px 20px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .rinenModule .rinenBlock {
    border-top: none !important;
    padding-top: 0px;
    margin-bottom: 40px;
    overflow: hidden;
    text-align: center;
    font-weight: 600;
  }
  .staffModule {
    padding: 10px 20px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .staffModule .staffBlock {
    border-top: solid 3px #cfcfcf;
    padding-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .staffModule .staffBlock:first-of-type {
    border: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
  }
  .staffModule .staffBlock .photo {
    /*width: 230px;*/
    width: 222px;
    height: 160px;
    float: left;
    background: #fff;
    border-left: solid 5px #e60012;
  }
  .staffModule .staffBlock .photo img {
    display: block;
    padding: 0 0 0 5px;
    width: 100%;
    box-sizing: border-box;
  }
  .staffModule .staffBlock .syokai {
    display: block;
    float: right;
    width: 660px;
  }
  .staffModule .staffBlock .name {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0px;
  }
  .staffModule .staffBlock .job {
    font-size: 14px;
    margin: 0px 0 0px;
  }
  .staffModule .staffBlock p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .staffModule .staffBlock .syokai img {
    height: 16px;
    width: auto;
  }
  .productsModule {
    padding: 10px 0px;
    width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .productsModule .inner {
    width: 920px;
    position: relative;
    float: left;
    padding: 0 0 22px;
  }
  .productsModule .inner h3 {
    position: relative;
  }
  .productsModule .inner h3 .onImg {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
  }
  .productsModule .inner h3.active .onImg {
    display: block;
  }
  .productsModule .productsBlock .inner {
    padding: 10px 0 40px 30px;
    box-sizing: border-box;
    /*display : none;*/
    border: 7px solid #f3f3f3;
  }
  .productsModule .productsBlock .inner.active {
    padding: 20px 0 40px 30px;
    display: block !important;
    height: auto !important;
  }
  .productsModule .productsBlock .inner .innerCate {
    float: left;
    width: 280px;
  }
  .productsModule .productsBlock .inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .productsModule .productsBlock .inner li {
    line-height: 30px;
  }
  .bx-wrapper {
    display: none;
  }
  .productsDetailModule {
    padding: 10px 0px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .productsDetailModule h2 {
    border-bottom: solid 3px #cfcfcf;
  }
  .productsDetailModule .inner {
    width: 960px;
    position: relative;
  }
  .productsDetailModule .inner .ichiran {
    position: absolute;
    top: 96px;
    right: 0px;
    /*width : 105px;*/
    text-indent: 10px;
    text-align: right;
    font-size: 12px;
    padding-left: 10px;
    text-decoration: underline;
    background: #fff url(../img/products/ico_products03.png) no-repeat center left;
  }
  .productsDetailModule .innerRit {
    float: right;
    width: 440px;
    overflow: hidden;
  }
  .productsDetailModule .innerLft {
    float: left;
    width: 480px;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .productsDetailModule .innerLft img {
    margin-top: 10px;
    border: 1px solid #d2d2d2;
  }
  .productsDetailModule table {
    margin-top: 10px;
  }
  .productsDetailModule tr {
    border-bottom: solid 1px #cfcfcf;
  }
  .productsDetailModule th {
    padding: 18px 10px 3px 10px;
  }
  .productsDetailModule td {
    padding: 3px 10px 18px 10px;
    font-size: 14px;
  }
  .productsDetailModule .seihin td {
    font-size: 14px;
  }
  .productsDetailModule .cad td li a {
    text-decoration: underline;
  }
  .productsDetailModule .tel {
    width: 100%;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    border: solid #c8c8c8 3px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .productsDetailModule .tel span {
    display: block;
    float: left;
    width: 120px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .productsDetailModule .tel .inner {
    float: right;
    width: 270px;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    border-top: 0px solid #c8c8c8;
    border-left: solid #c8c8c8 3px;
  }
  .productsDetailModule .tel .inner img {
    max-width: 230px;
    height: auto;
  }
  .productsDetailModule .tel p {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    border-top: 0px solid #c8c8c8;
    font-size: 12px;
    line-height: 18px;
  }
  .productsDetailModule .category h3 {
    font-size: 18px;
    background: #fff url(../img/products/ico_products01.jpg) no-repeat center left;
    margin-bottom: 10px;
  }
  .newsModule {
    padding: 50px 0px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .newsModule .innerLft {
    float: left;
    width: 650px;
    margin-left: 0px;
    padding: 0;
    border-top: 1px solid #cfcfcf;
  }
  .newsModule .innerLft li {
    line-height: 30px !important;
    padding: 17px 0 17px 20px;
  }
  .newsModule .innerLft .date {
    color: #666;
    font-size: 20px !important;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    line-height: 28px;
  }
  .newsModule .innerLft .ico {
    height: 24px !important;
    width: auto !important;
    display: inline-block;
    padding-top: 2px !important;
    padding-left: 15px;
    vertical-align: sub;
  }
  .newsModule .innerLft .title {
    display: inline-block !important;
    vertical-align: baseline;
    font-size: 14px;
    padding-left: 15px;
    line-height: 24px;
    margin-top: 8px;
  }
  .newsModule .innerLft a:hover {
    text-decoration: none !important;
  }
  .pageNavi .prev {
    left: 100px;
  }
  .pageNavi .next {
    right: 100px;
  }
  .newsDetailModule {
    padding: 50px 0px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .newsDetailModule .innerLft {
    float: left;
    width: 650px;
    margin-left: 20px;
    padding: 0;
  }
  .newsDetailModule .innerLft h2 {
    text-align: left !important;
    font-size: 22px !important;
    padding: 20px 0 !important;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  }
  .newsDetailModule .innerLft .ico {
    height: 24px !important;
    width: auto !important;
    vertical-align: sub;
  }
  .newsDetailModule .innerLft .date {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    line-height: 24px;
  }
  .newsDetailModule .innerLft .honbun {
    font-size: 14px;
    line-height: 24px;
  }
  .newsDetailModule .innerLft .honbun img {
    padding: 15px 0;
  }
  .newsDetailModule .innerLft .ichiran {
    padding: 10px 0;
    margin: 25px 0 0 0;
    display: block;
    text-align: center;
  }
  .innerNewsMenu {
    float: right;
    width: 255px;
    background: #fff;
  }
  .innerNewsMenu .categoryWrap,
  .innerNewsMenu .archiveWrap {
    border-top: solid 5px #c8c8c8;
    border-left: solid 5px #c8c8c8;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 10px 30px;
    margin-bottom: 30px;
  }
  .innerNewsMenu .categoryWrap h3,
  .innerNewsMenu .archiveWrap h3 {
    font-size: 20px;
    font-weight: 800;
    padding: 10px 0;
  }
  .innerNewsMenu .categoryWrap li,
  .innerNewsMenu .archiveWrap li {
    font-size: 14px;
    line-height: 38px;
  }
  .pankuzu {
    border-top: #eee solid 1px;
  }
  .pankuzu .inner {
    padding: 0px 0px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
  }
  .pankuzu .inner ul {
    padding-left: 20px;
    display: block;
  }
  .pankuzu .inner li {
    display: block;
    float: left;
    text-align: center;
  }
  .pankuzu .inner li a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    float: left;
    padding: 0px 8px 0 20px;
    margin: 0 10px;
    color: #111;
    position: relative;
  }
  .pankuzu .inner li:first-child {
    text-align: left;
    background: #fff url(../img/common/ico_pankuzu.png) no-repeat;
    background-position: 0;
  }
  .pankuzu .inner li:not(:last-child) a:before {
    display: block;
    position: absolute;
    content: "";
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
    right: -10px;
    top: 4px;
  }
  .pankuzu .inner li.current a {
    display: block;
    width: 100%;
    float: left;
    background: #1b86ca;
    position: relative;
    color: #fff;
  }
  .pankuzu .inner li.current a:after {
    display: block;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    left: -11px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: #fff;
  }
  .pankuzu .inner li.current a:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    top: 50%;
    right: -11px;
    translate: 0 -50%;
    width: 22px;
    height: 22px;
    margin-top: -12px;
    margin-top: 0;
    background: #1b86ca;
  }
  .pankuzu .inner li span {
    /* vertical-align: -webkit-baseline-middle; */
  }
  .educationModule {
    padding: 0;
  }
  .educationModule .inner {
    padding: 0px 0px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .educationModule h2 {
    border-bottom: solid 3px #cfcfcf;
    margin-bottom: 0px !important;
  }
  .educationModule .anzenBlock {
    clear: both;
    overflow: hidden;
    padding-left: 10px;
  }
  .educationModule .anzenBlock h3 {
    float: left;
    font-size: 22px;
    padding-left: 42px;
    margin-top: 30px;
    background: url(../img/common/ico_midashi02.png) no-repeat center left;
  }
  .educationModule .anzenBlock img {
    float: right;
  }
  .educationModule .anzenBlock .txt1 {
    float: left;
    width: 480px;
    font-size: 14px;
    margin: 0;
  }
  .educationModule .anzenBlock .txt2 {
    float: left;
    font-size: 14px;
    margin-top: 15px;
    padding: 20px;
    width: 474px;
    border: solid 1px #dbdbdb;
  }
  .educationModule .anzenBlock2 h3 {
    font-size: 22px;
    padding-left: 42px;
    margin-top: 25px;
    margin-bottom: 20px;
    background: url(../img/common/ico_midashi02.png) no-repeat center left;
  }
  .educationModule .anzenBlock2 ul {
    float: right;
    width: 505px;
    margin-top: 2px;
    margin-right: 20px;
    margin-bottom: 18px;
  }
  .educationModule .anzenBlock2 li {
    margin-bottom: 14px;
  }
  .educationModule .anzenBlock2 img {
    float: left;
  }
  .educationModule .anzenBlock2 .txt1 {
    clear: both;
    width: 670px;
    background: url(../img/support/ico_support01.png) no-repeat center left;
    margin: 25px auto 15px auto;
    padding-left: 65px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
  }
  .newsListModule {
    padding: 0px 0px 60px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .newsListModule h2 {
    margin-bottom: 0px !important;
  }
  .newsListModule li {
    padding: 13px 0 13px 15px;
    line-height: 30px;
  }
  .newsListModule .date {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 35px;
    vertical-align: sub;
  }
  .newsListModule li .title {
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 20px;
    vertical-align: baseline;
  }
  .newsListModule li a:hover .title {
    text-decoration: underline !important;
  }
  .historyModule {
    padding: 5px 0 30px 0;
  }
  .historyModule .backImg {
    position: absolute;
    left: 50%;
    margin-left: -650px;
  }
  .historyModule .inner {
    padding: 0px 0px;
    width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .historyModule h3 {
    font-size: 22px;
    padding-left: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(../img/common/ico_midashi02.png) no-repeat center left;
  }
  .historyModule .historyBlock1 {
    float: right;
    width: 520px;
    clear: both;
    position: relative;
    top: -15px;
  }
  .historyModule .historyBlock2 {
    float: left;
    width: 920px;
    clear: both;
  }
  .historyModule p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .corporateModule {
    padding: 5px 0 25px 0;
  }
  .corporateModule .inner {
    padding: 0px 0px;
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .corporateModule p {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 45px;
    position: relative;
    top: -8px;
  }
  .corporateModule2 {
    height: 357px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .corporateModule2 .photoWrap .photo {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
  }
  .corporateModule2 .photoWrap .photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
  }
  .ceoMessageModule {
    padding: 5px 0 40px 0;
  }
  .ceoMessageModule .inner {
    padding: 0px 0px;
    width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ceoMessageModule .inner .txt {
    float: left;
    width: 565px;
  }
  .ceoMessageModule .inner .txt strong {
    text-align: left;
    font-size: 22px;
  }
  .ceoMessageModule .inner .txt p {
    font-size: 14px;
    line-height: 22px;
  }
  .ceoMessageModule .inner .daihyoWrap {
    float: right;
    width: 330px;
  }
  .ceoMessageModule .daihyo {
    margin-top: 10px;
    font-size: 14px;
  }
  .ceoMessageModule .daihyo span {
    font-size: 22px;
  }
  .kinanGroupModule {
    padding: 5px 0 0 0;
  }
  .kinanGroupModule .inner {
    overflow: hidden;
    padding: 0px 0px 40px 0;
    width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .kinanGroupModule .inner img {
    float: left;
  }
  .kinanGroupModule .inner table {
    float: right;
    width: 490px;
    position: relative;
  }
  .kinanGroupModule th,
  .kinanGroupModule td {
    font-size: 14px;
    padding: 15px;
  }
  .kinanGroupModule th {
    width: 130px;
  }
  .kinanGroupModule td {
    width: 360px;
  }
  .worktomakeModule {
    padding: 5px 0 0 0;
  }
  .worktomakeModule .inner {
    overflow: hidden;
    padding: 0px 0px 40px 0;
    width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
  }
  .worktomakeModule .inner h2 {
    position: absolute;
    top: 443px;
  }
  .worktomakeModule .worktomakeBlock {
    position: relative;
    top: 39px;
  }
  .worktomakeModule .worktomakeBlock ul {
    margin-top: 20px;
  }
  .worktomakeModule .worktomakeBlock li {
    font-size: 14px;
    line-height: 24px;
  }
  .worktomakeModule .inner .txt1 {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    padding: 172px 0 0 0;
    margin-bottom: 20px;
  }
  .worktomakeModule .inner .txt2 {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    padding: 0px;
  }
  .serviceModule {
    padding: 10px 0 0 0;
  }
  .serviceModule h2 {
    margin-bottom: 0px !important;
  }
  .serviceModule .inner {
    overflow: hidden;
    padding: 0px 0px 5px 0;
    width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .serviceModule .serviceBlock .inner {
    overflow: hidden;
    padding: 0px 0px 40px 0;
    width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .serviceModule .serviceBlock.first .inner {
    padding: 0 0 20px 0 !important;
  }
  .serviceModule .serviceBlock p {
    float: right;
    width: 610px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
  }
  .serviceModule .serviceBlock h3 {
    font-size: 22px;
    padding-left: 42px;
    margin-top: 3px;
    margin-bottom: 20px;
    background: url(../img/common/ico_midashi02.png) no-repeat center left;
  }
  .serviceModule .serviceBlock p a {
    line-height: 25px;
  }
  .serviceModule .serviceBlock p a.l10 {
    line-height: 25px;
    left: 10px;
  }
  .serviceModule .serviceBlock2 {
    padding: 20px;
    margin-bottom: 53px;
    border: 3px solid #cfcfcf;
  }
  .serviceModule .serviceBlock2 ul {
    float: right;
    width: 395px;
    margin: 0px;
  }
  .serviceModule .serviceBlock2 ul li {
    margin-bottom: 8px;
  }
  .serviceModule .download {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #eeeeee;
    text-align: center;
  }
  .privacyPoricy {
    background: #eee;
  }
  .privacyPoricyModule {
    width: 780px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .privacyPoricyModule p {
    font-size: 14px;
    line-height: 22px;
  }
  .privacyPoricyModule .inner {
    padding: 0 0 40px 0;
  }
  .privacyPoricyModule #privacyList {
    margin: 30px 0 0px 0;
    padding: 25px 40px;
    background: #fff;
  }
  .privacyPoricyModule #privacyList ul {
    margin: 0;
  }
  .privacyPoricyModule #privacyList ul > li p {
    margin-left: 50px;
    font-size: 14px;
    line-height: 22px;
  }
  .privacyPoricyModule #privacyList ul > li p.textBg {
    background: #eee;
    margin-top: 10px;
    padding: 20px;
  }
  .privacyPoricyModule #privacyList ul li h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .privacyPoricyModule #privacyList ul li h2 span {
    padding: 2px 7px 0px 8px;
    margin-right: 25px;
    font-size: 16px;
  }
  .privacyPoricyModule #privacyList ul li ol {
    margin: 10px 0 0 80px;
  }
  .privacyPoricyModule #privacyList ul li ol li {
    text-indent: -2.6em;
    font-size: 14px;
    line-height: 22px;
  }
  .privacyPoricyModule p.responsibility {
    margin: 20px 0 20px 0;
  }
  .contact {
    background: #eee;
  }
  .contactModule {
    width: 780px;
    margin: 30px auto 0 auto;
  }
  .contactModule.set10 {
    margin: 10px auto 0 auto;
  }
  .contactModule h2 {
    font-size: 22px !important;
    padding: 0 0 0 48px !important;
    background: url(../img/common/ico_tit01_pc.gif) no-repeat #eee left 8px;
    margin-bottom: 10px !important;
  }
  .contactModule .contactTel {
    margin-top: 25px;
  }
  .contactModule .spNone {
    display: block;
  }
  .contactModule .txt {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .contactFormDetail p {
    font-size: 14px;
  }
  .contactModule .tel {
    width: 100%;
    box-sizing: border-box;
    border: solid #c8c8c8 3px;
    margin-bottom: 7px;
    padding: 5px 0px 0px 20px;
    overflow: hidden;
  }
  .contactModule .tel span {
    display: block;
    float: left;
    text-align: left;
    width: 140px;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 20px 10px 0;
    border-right: solid #c8c8c8 3px;
  }
  .contactModule .tel .inner {
    float: left;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    border-top: 0px solid #c8c8c8;
  }
  .contactModule .tel .inner div {
    float: left;
    width: 280px;
    margin: 0 25px;
  }
  .contactModule .tel .inner div img {
    margin-left: 5px;
  }
  .contactModule .tel .inner img {
    float: left;
    max-width: 330px;
    height: auto;
    padding: 5px 20px;
  }
  .contactModule .tel p {
    float: left;
    width: 250px;
    margin-top: 0;
    padding: 10px 0 10px 20px;
    border-top: 0px solid #c8c8c8;
    border-left: solid #c8c8c8 3px;
    font-size: 12px;
    line-height: 18px;
  }
  .contactModule .tel p.text {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  .contactModule .tel .inner .tel2set {
    padding: 0;
  }
  .contactModule .tel .inner.english .tel2set {
    margin-top: 10px;
  }
  .contactModule .contactForm {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .contactModule .contactForm.set10 {
    margin-top: 10px;
    padding-bottom: 50px;
  }
  .contactModule .contactForm em {
    font-size: 13px;
  }
  .contactModule .contactForm p.fin {
    padding: 50px 0 100px 0;
  }
  .contactModule .contactForm .contactFormDetail {
    background: #fff;
    padding: 40px 40px 10px 40px;
  }
  .contactModule .contactForm .contactFormDetail > ul {
    margin-top: 40px;
  }
  .contactModule .contactForm .contactFormDetail > ul > li {
    overflow: hidden;
    padding-bottom: 15px;
  }
  .contactModule .contactForm .contactFormDetail ul li p,
  .contactModule .contactForm .contactFormDetail ul li div {
    float: left;
  }
  .contactModule .contactForm .contactFormDetail ul li p {
    padding-top: 2px;
    width: 200px;
  }
  .contactModule .contactForm .contactFormDetail ul li p em {
    float: right;
    font-size: 13px;
    padding: 0px 6px;
    letter-spacing: 2px;
  }
  .contactModule .contactForm.enSet .contactFormDetail ul li p em {
    float: right;
    font-size: 13px;
    padding: 4px 6px;
    letter-spacing: 2px;
    height: 23px;
    width: 25px;
    text-align: center;
  }
  .contactModule .contactForm .contactFormDetail ul li div {
    margin: 0;
    margin-left: 20px;
    width: 450px;
  }
  .contactModule .contactForm .contactFormDetail ul li .parentFormform,
  .contactModule .contactForm .contactFormDetail ul li .formErrorContent {
    margin-left: 0;
  }
  .contactModule .contactForm .contactFormDetail ul li div.size {
    width: 300px;
  }
  .contactModule .contactForm .contactFormDetail ul li div.mail {
    margin: 20px 0 0 220px;
  }
  .contactModule .contactForm .contactFormDetail ul li div input {
    height: 30px;
  }
  .contactModule .contactForm .contactFormDetail ul li ul {
    padding-left: 20px;
  }
  .contactModule .contactForm .submit {
    text-align: center;
    padding: 20px 0 50px 0;
    margin: 0;
  }
  input[type=submit] {
    padding: 15px 10px;
    margin: 0px 0px 0 20px;
    font-size: 16px !important;
    font-weight: normal;
    color: #fff;
    border: 0;
    width: 350px;
    cursor: pointer;
    background: #1b86ca url(../img/contact/btn_contact01.gif) no-repeat left center;
    /* submitボタンのを枠を非表示にする*/
    border-style: none;
    cursor: pointer;
  }
  .txtin10 {
    text-indent: 50px;
  }
  .btnSubmit {
    display: block;
    position: absolute;
    right: 20px;
  }
  #btnBack {
    padding: 15px 10px;
    margin: 0px 0px 0 20px;
    font-size: 16px;
    font-weight: normal;
    color: #6f6f70;
    border: 0;
    display: block;
    width: 350px;
    cursor: pointer;
    background: #c8c8c8;
    /* submitボタンのを枠を非表示にする*/
    border-style: none;
    cursor: pointer;
    position: absolute;
    left: 0;
  }
  .confirm_button {
    position: absolute;
    left: 50% !important;
    margin-left: -175px !important;
  }
}
@media print {
  /*
    #contents .about .mainTitle .tit h1{
     background: #1b86ca url(../img/about/bg_about01.jpg) no-repeat left center;
    }
    #contents .business .mainTitle .tit h1{
     background: #1b86ca url(../img/business/bg_business01.jpg) no-repeat left center;
    }
    #contents .company .mainTitle .tit h1{
     background: #1b86ca url(../img/company/bg_company01.jpg) no-repeat left center;
    }
    #contents .products .mainTitle .tit h1{
     background: #1b86ca url(../img/products/bg_products01.jpg) no-repeat left center;
    }
    #contents .support .mainTitle .tit h1{
     background: #1b86ca url(../img/support/bg_support01.jpg) no-repeat left center;
    }
    #contents .contact .mainTitle .tit h1{

     background: #1b86ca url(../img/contact/bg_contact01.jpg) no-repeat left center;
    }
    #header .mainVisual {
     width : auto;
     height :470px;
     background : #f6f6f6 url(../img/top/tit_top01pc_print.jpg) no-repeat center top;
     background-size : contain;
    }
    #header .mainVisual .inner .tit .photo img{
     display : none;
    }
    .topModule01 .inner01 .photo{
     background : #f6f6f6 url(../img/top/mainimg_top02pc.jpg) no-repeat left top;
    }
    .topModule01 .inner02 .photo{
     background : #f6f6f6 url(../img/top/mainimg_top03pc.jpg) no-repeat left top;
    }
  		*/
}
/*module*/
.btnModule {
  background: #e60012;
  text-align: center;
}

.btnModule a {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
}

.btnModule a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.btnModule.trgb {
  position: relative;
}

.btnModule.trgb::before {
  content: "";
  background-image: url(../img/common2/btn-link01.png);
  display: inline-block;
  width: 23px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .btnModule {
    font-size: 15px;
    font-weight: bold;
    width: 539px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
  }
  .btnModule a {
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .btnModule {
    font-size: 13px;
    font-weight: bold;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0 auto;
  }
  .btnModule a {
    line-height: 46px;
  }
  .serviceModule .btnModule {
    width: 100%;
  }
}
/*common*/
.content_inner {
  width: 960px;
  margin: 0 auto;
}

.download.primary {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.download.primary a {
  display: block;
}

.download.primary a:hover {
  opacity: 0.8;
}

.download.primary img {
  width: 100%;
  height: auto;
}

.pankuzu.mt {
  margin-top: 70px;
}

.photo {
  height: 300px;
}

#map_canvas iframe {
  width: 100%;
  height: 100;
}

.staffModule .staffBlock .photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .content_inner {
    width: 93%;
    margin: 0 auto;
  }
  .download.primary {
    width: 93%;
  }
}
@media screen and (min-width: 768px) {
  #contents .ttl_text {
    padding: 0;
  }
  #gNavi.mm .navList01 li a span {
    line-height: 68px;
  }
}
/*templateMoudle*/
.tmpModule__wrap .tmpl {
  margin-top: 50px;
}

.tmpModule__wrap *:first-child {
  margin-top: 0;
}

#contents .tmpl__ttl {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  padding-left: 42px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 32px;
  font-family: YuGothic, "Yu Gothic", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#contents .tmpl__ttl::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 24px;
  background: url(../img/common/ico_midashi02.png) no-repeat center left;
  background-size: contain;
}

#contents .tmpl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tmpl__img02 {
  margin-top: 20px;
}

.tmpl__text {
  font-size: 14px;
  line-height: 22px;
  color: #111111;
}

.tmpl__text a {
  color: #e60115;
  text-decoration: underline;
}

.tmpl__text a:hover {
  opacity: 0.5;
}

#contents .tmpl__img-large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contents .tmpl__img-large iframe {
  width: 100%;
  height: 100%;
}

.tmpl__text_bg {
  background: #eeeeee;
  font-weight: bold;
}

.tmpl__list {
  font-size: 14px;
  line-height: 22px;
  border-bottom: #cfcfcf solid 1px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 10px;
  font-weight: bold;
}

.tmpl__list::before {
  content: "";
  background: #e60115;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.tmpl__list:nth-of-type(n + 2) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .tmpl__inner {
    display: flex;
  }
  .tmpl__imgWrap {
    margin-right: 30px;
  }
  .tmpl__img {
    width: 350px;
    height: 220px;
  }
  .tmpl__imgWrap iframe {
    width: 350px;
    height: 220px;
  }
  .tmpl__img-large {
    width: 100%;
    height: 540px;
  }
  #contents .tmpl__text {
    font-size: 12px;
  }
  .tmpModule__wrap__inner {
    width: 920px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .tmplB .tmpl__inner {
    display: flex;
  }
  .tmpl__text_bg {
    padding: 16px 30px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
  }
  .tmpl__textWrap {
    margin-right: 30px;
  }
  .tmplB .tmpl__imgWrap {
    order: 2;
  }
  #contents .tmplB .tmpl__text {
    margin-top: 0;
  }
  .tmpl__list__wrap {
    margin-top: 16px;
  }
  .tmplB .btnModule {
    margin-top: 20px;
  }
  .tmpl__mapImage {
    width: 350px;
    height: 220px;
  }
  .tmpl__mapImage img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tmplA04 .map__wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contents .tmpl__ttl {
    font-size: 15px;
    padding-left: 32px;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #contents .tmpl__ttl::before {
    top: 1px;
    width: 19px;
    height: 17px;
  }
  .tmpl__textWrap {
    margin-top: 20px;
  }
  .tmpl__img {
    width: 100%;
    /*height: 190px;*/
  }
  .tmpl__img02 {
    margin-top: 8px;
  }
  #contents .tmpl__text p {
    font-size: 14px;
    line-height: 22px;
  }
  #contents .tmpl__textWrap {
    margin-top: 8px;
  }
  .tmpl__imgWrap iframe {
    width: 100%;
    height: 190px;
  }
  .tmpModule__wrap .tmpl {
    margin-top: 30px;
  }
  .tmpModule__wrap__inner {
    width: 94%;
    margin: 0 auto;
  }
  .tmpl__img-large {
    /*height: 176px;*/
  }
  .tmpl__text_bg {
    font-size: 12px;
    padding: 10px 10px;
    line-height: 16px;
    margin-top: 10px;
  }
  .tmpl__list__wrap {
    margin-top: 10px;
  }
  .tmpl__list {
    font-size: 12px;
    padding-bottom: 6px;
  }
  #contents .newsListModule {
    padding: 40px 10px 30px 10px;
  }
  #contents .newsListModule li {
    padding: 10px 0 16px 0;
  }
  .tmpl__mapImage img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tmplA04 .map__wrap {
    margin-top: 8px;
  }
}
/*common*/
/*submenu*/
#contents .topModule02 .date.dateCat__wrap {
  display: flex;
  align-items: center;
}

#contents .cat__bnr {
  background: #1b86ca;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 0px 8px;
  margin-left: 8px;
  letter-spacing: 0.1em;
  font-style: italic;
}

#gNavi ul.navList01 > li > ul {
  display: none;
  /*position: absolute; 追加*/
  /*top: 68px;追加*/
  /*left: 0;追加*/
  z-index: 10000;
  /*追加*/
}

#gNavi ul.navList01 li:hover a + ul {
  display: block;
}

#gNavi li:hover {
  background: #e60012;
}

#gNavi a {
  text-decoration: none;
}

#gNavi .navList__parent:hover a {
  color: #fff;
}

.navList01 > li a:hover {
  background: #b10514;
}

.navList01 > li > ul > li a:hover {
  background: #b10514;
}

.navList__child > li:not(:last-of-type) {
  border-top: 1px solid #cfcfcf;
}

.navList__child > li {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.navList__child > li:hover {
  background: #b10514;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

.navList__child > li a {
  border-bottom: 2px solid #cfcfcf;
}

.navList__child {
  background: #e60012;
}

@media screen and (min-width: 768px) {
  #gNavi ul.navList01 > li > ul {
    display: none;
    position: absolute;
    /*追加*/
    top: 68px;
    /*追加*/
    left: 0;
    /*追加*/
    z-index: 10000;
    /*追加*/
  }
  .navList__child > li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  /*
  .navList__parent{
  	height: 68px;
  }
  .navList__parent a{
  	position: relative;
  }
  .navList__parent a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  .navList__child>li {
  	background: #A30915;
  }
  */
  .navList__parent a {
    transition: none;
  }
  .navList__child > li {
    background: #a30915;
  }
  #gNavi .navList__child {
    font-size: 12px;
  }
  .navList__parent__text {
    float: left;
    width: 100%;
    height: 68px;
    position: relative;
    color: #111;
    font-weight: 900;
  }
  .navList__parent__text span {
    width: 120px;
    height: 22px;
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-family: "Lato", sans-serif;
  }
  .menuOpen #gNavi .navList01 li .navList__parent__text span {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menuOpen #gNavi {
    height: 100vh;
    margin-bottom: 50px;
    overflow: auto;
    padding-top: 50px;
  }
  .menuOpen #gNavi .navList__parent__text {
    height: 52px;
  }
  .menuOpen #gNavi .navList01 li .navList__child a {
    padding: 10px 20px;
  }
  .menuOpen .navList01 li a {
    height: auto;
  }
  .menuOpen #gNavi .navList01 li .navList__child a {
    line-height: 4px;
  }
  .menuOpen #gNavi .navList01 li:last-of-type {
    border-bottom: none;
  }
  .menuOpen #gNavi .navList01 li a {
    border-bottom: none !important;
  }
  .menuOpen #gNavi .gengo {
    margin-top: 30px;
  }
  .menuOpen #gNavi .sns {
    margin-top: 36px;
  }
  .menuOpen .navList__parent .navList__parent__text {
    position: relative;
  }
  .menuOpen .navList__parent .navList__parent__text.arrow::after {
    content: "";
    background-image: url(../img/common2/nav_arrow_sp.png);
    display: inline-block;
    width: 17px;
    height: 12px;
    background-repeat: no-repeat;
    margin-left: 14px;
    background-position: 6px 4px;
    background-size: 9px 6px;
    position: absolute;
    top: 50%;
    right: 26vw;
    transform: translateY(-50%);
    transition: transform 0.6s ease;
  }
  .menuOpen .navList__parent.open .navList__parent__text.arrow::after {
    transform: rotate(180deg);
    transition: transform 0.4s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 374px) {
  .menuOpen #gNavi .navList01 li .navList__child a {
    line-height: 20px;
  }
}
/*/submenu*/
#contents .indexList img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contents .indexList .bz__li__wrap a:hover {
  text-decoration: none;
}

#contents .mainTitle .photoWrap .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .content__inner {
    width: 960px;
    margin: 0 auto;
  }
  #contents .indexList .mainTitle .tit .ttl_text.pcOnly img {
    width: 217px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .content__inner {
    width: 94%;
    margin: 0 auto;
  }
  #contents .rinenModule h2 {
    font-size: 14px;
  }
  #contents .rinenModule .rinenBlock {
    font-size: 16px;
    font-weight: 600;
  }
  #contents .rinenModule__ttl.rinenModule__ttl02 {
    border-bottom: solid 3px #cfcfcf;
  }
  .rinenModule__img {
    margin-top: 40px;
  }
}
/*top-page*/
.top .topModule01 .inner01 .photo img.back.top_bgImg-pc,
.top .topModule01 .inner02 .photo img.back.top_bgImg-pc {
  -o-object-fit: cover;
     object-fit: cover;
}

#topPage .inner01 .photo::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  background: rgba(27, 134, 202, 0.3);
}

#topPage .inner02 .photo::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: inline-block;
  background: rgba(230, 0, 18, 0.2);
}

.btn-video {
  transition-duration: 0.3s;
}

.btn-video:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition-duration: 0.3s;
}

@media screen and (min-width: 768px) {
  .top .contents960 {
    margin-top: 43px;
  }
  .download.primary {
    margin-top: 40px;
  }
  .top .topModule01 .inner01 .photo img.back.top_bgImg-pc,
  .top .topModule01 .inner02 .photo img.back.top_bgImg-pc {
    width: 50%;
  }
}
.btn-video {
  position: absolute;
  width: 132px;
  height: 132px;
  right: 0;
  bottom: 0;
  transition-duration: 0.3s;
}

.btn-video:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.btn-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  #topPage .photo {
    height: auto;
  }
  #topPage .inner01 .photo,
  #topPage .inner02 .photo {
    position: relative;
  }
  #topPage .inner01 .photo::before {
    content: "";
    background-image: url("../img/top2/bg01.png");
    display: inline-block;
    width: 58px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  #topPage .inner02 .photo::before {
    content: "";
    background-image: url("../img/top2/bg02.png");
    display: inline-block;
    width: 58px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
  }
  .topPhoto__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    height: 22.93vw;
  }
  .topPhoto__text img {
    width: auto !important;
    height: 100% !important;
  }
  .download.companyInfo {
    margin-top: 30px;
  }
  .top .contents960 {
    margin-top: 8px;
  }
  .top .topModule02 .topModule02__ttl {
    margin-bottom: 10px;
  }
  #header .mainVisual {
    width: 100%;
    height: 250px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
  }
  #header .mainVisual .waku {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
  }
  #header .mainVisual .waku .mv__ttl {
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    width: 85%;
  }
  #header .mainVisual .photo .smOnly {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .btn-video {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 0;
  }
  .btn-video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*business-list*/
@media screen and (min-width: 768px) {
  #contents .mainTitle .tit .ttl_text.pcOnly {
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
    display: block;
    text-align: right;
    z-index: 9999;
  }
  .bz__li__wrap {
    margin-top: 60px;
  }
  .bz__li {
    display: flex;
    flex-wrap: wrap;
  }
  .bz__li__content {
    width: 460px;
    border-bottom: solid 1px #cfcfcf;
    padding-bottom: 10px;
  }
  .bz__li__content:nth-of-type(even) {
    margin-left: 40px;
  }
  .bz__li__content:nth-of-type(n + 3) {
    margin-top: 33px;
  }
  .bz__li__content a {
    display: block;
  }
  .bz__li__img {
    width: 460px;
    height: 210px;
  }
  .bz__li__ttl {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    margin-top: 16px;
    position: relative;
    padding-left: 48px;
  }
  .bz__li__ttl::before {
    content: "";
    background-image: url(../img/business_list/arrow01.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
  }
  .bz__li__ttl span {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: 3px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #contents .mainTitle .tit .ttl_text.smOnly {
    height: 180px;
  }
  #contents .mainTitle .tit .ttl_text.smOnly img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bz__li__wrap {
    padding-bottom: 30px;
  }
  .bz__li {
    margin-top: 30px;
  }
  .bz__li__content {
    border-bottom: solid 1px #cfcfcf;
    padding-bottom: 7px;
  }
  .bz__li__content:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  .bz__li__img {
    height: 137px;
  }
  .bz__li__ttl {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 12px;
    position: relative;
    padding-left: 48px;
  }
  .bz__li__ttl::before {
    content: "";
    background-image: url(../img/business_list/arrow01.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
  }
  .bz__li__ttl span {
    font-size: 11px;
    letter-spacing: 0.05em;
    margin-top: 0;
    display: block;
  }
  .bz__li__ttl::before {
    content: "";
    background-image: url(../img/business_list/arrow01.png);
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
  }
}
/*business-content*/
#contents .worktomakeBlock__ttl {
  padding: 32px 0 22px;
  margin-bottom: 0 !important;
}
#contents .worktomakeBlock__ttl img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #contents .business .mainTitle .tit .ttl_text.pcOnly img {
    width: 451px;
  }
  #contents .worktomakeBlock__ttl {
    width: 980px;
    padding: 48px 0;
    margin: 0 auto;
  }
  #contents .worktomakeModule .worktomakeBlock img {
    width: 365px;
    height: auto;
  }
  #contents .worktomakeModule .worktomakeBlock img.img03 {
    width: 360px;
    height: 168px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contents .worktomakeModule .worktomakeBlock .worktomakeBlock__list {
    margin-top: 56px;
  }
  .worktomakeBlock__ttl {
    font-size: 40px;
    text-align: center;
  }
  #contents .worktomakeModule .inner .txt1 {
    padding: 0;
  }
  #contents .worktomakeModule .inner .txt1.en {
    padding: 180px 0 0 0;
  }
  #contents .worktomakeModule {
    background-color: #eee;
    position: relative;
  }
  #contents.contents-mm .worktomakeModule::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #contents .worktomakeModule .worktomakeBlock img.img03 {
    width: 100%;
    height: 146px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  #contents .worktomakeModule .worktomakeBlock {
    padding: 0 10px 10px 10px;
  }
  #contents .worktomakeModule {
    margin-bottom: 8px;
  }
  /*
  #contents .worktomakeModule .worktomakeBlock img.img03::after{
  	content: 'MYANMAR KINAN';
  	font-family: "Lato", sans-serif;
  	font-weight: 700;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	font-size: 30px;
  }
  */
  .worktomakeBlock__name {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    margin-top: 10px;
    font-size: 22px;
    letter-spacing: 0.15em;
  }
}
/*company-list*/
@media screen and (min-width: 768px) {
  #contents .companyList .mainTitle .tit .ttl_text.pcOnly img {
    width: 231px;
  }
}
/*ourvision*/
@media screen and (min-width: 768px) {
  #contents .ourvision .mainTitle .tit .ttl_text.pcOnly img {
    width: 272px;
  }
  .gmMessage__ttl {
    text-align: center;
    font-size: 32px;
    padding: 38px 0 42px;
    font-weight: 800;
    letter-spacing: 2px;
  }
  .gmMessage__block {
    display: flex;
    align-items: flex-start;
  }
  .gmMessage__img {
    width: 303px;
    height: 191px;
    position: relative;
    margin-right: 30px;
  }
  .gmMessage__img::after {
    content: "";
    background-image: url(../img/ourvision/bg_red01.png);
    display: inline-block;
    width: 111px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    right: -56px;
  }
  .gmMessage__name__wrap {
    position: relative;
    width: 257px;
    height: 53px;
    transform: translate(-20px, -34px);
  }
  .gmMessage__name__wrap::before {
    content: "";
    background-image: url(../img/ourvision/name_bg-red01.png);
    display: inline-block;
    width: 257px;
    height: 53px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gmMessage__name {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.04em;
    position: absolute;
    width: 100%;
    left: -30px;
    text-align: right;
    top: 10px;
    line-height: 16px;
  }
  .gmMessage__name .name {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    margin-left: 4px;
  }
  .gmMessage__name .text-en {
    font-size: 11px;
    display: inline-block;
  }
  .gmMessage__text {
    font-size: 14px;
    line-height: 22px;
    padding-right: 60px;
    position: relative;
    color: #0d0d0d;
    margin-top: 16px;
  }
  .gmMessage__text::after {
    content: "";
    background-image: url(../img/ourvision/bg-red02.png);
    display: inline-block;
    width: 77px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -14px;
    right: 0;
  }
  .gmMessage__name__wrap-en .gmMessage__name {
    line-height: 18px;
    top: 6px;
    text-align: left;
    left: 32px;
  }
  .gmMessage__name__wrap-en .gmMessage__name .name {
    margin-left: 0;
  }
  .gmMessage__text-en {
    font-size: 18px;
  }
  #contents .rinenModule__ttl {
    padding: 63px 0 42px;
  }
  #contents .gmMessage__ttl {
    padding: 6px 0 42px;
    margin-top: 70px;
  }
  #contents .ourvision .tmpl__ttl {
    margin-top: 18px;
  }
  #contents .rinenModule__ttl.rinenModule__ttl02 {
    padding-top: 17px;
  }
  /*rinen__list-pc*/
  .rinen__list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 815px;
    margin: 9px auto 0 auto;
  }
  .rinen__list__content {
    background: #f4f4f4;
    width: 245px;
    height: 275px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .rinen__list__content:nth-child(n+2) {
    margin-left: 40px;
  }
  .rinen__list__ttl {
    color: #e60012;
    font-size: 28px;
    letter-spacing: 0.14em;
    font-family: "Lato", sans-serif !important;
    font-weight: 900 !important;
    text-align: center;
    transform: translateY(-12px);
  }
  .rinen__list__text__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 4px;
  }
  .rinen__list__text {
    font-size: 14px;
    color: #0d0d0d;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: center;
  }
  .rinen__list__text:nth-child(n+2) {
    margin-top: 8px;
  }
  .ourvision .tmpModule__wrap {
    margin-top: 80px;
  }
  /*/rinen__list*/
}
@media screen and (max-width: 767px) {
  .gmMessage__name__wrap-en .gmMessage__name {
    margin-top: 0;
  }
  .gmMessage__name__wrap-en .gmMessage__name .name {
    margin-top: 4px;
  }
  #contents .gmMessage__ttl {
    width: 94%;
    margin: 0 auto;
  }
  .gmMessage__ttl {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 1px;
    border-bottom: solid 3px #cfcfcf;
  }
  .gmMessage__img {
    width: 80%;
    margin: 30px auto 0 auto;
    position: relative;
  }
  .gmMessage__img::after {
    content: "";
    background-image: url(../img/ourvision/bg_red01.png);
    display: inline-block;
    width: 100px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    right: -20px;
  }
  .gmMessage__name__wrap {
    position: relative;
    width: 196px;
    height: 42px;
    transform: translate(11px, -18px);
  }
  .gmMessage__name__wrap::before {
    content: "";
    background-image: url(../img/ourvision/name_bg-red01.png);
    display: inline-block;
    width: 210px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gmMessage__name {
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.04em;
    position: absolute;
    width: 100%;
    left: 4px;
    top: 8px;
    line-height: 12px;
    text-align: center;
  }
  .gmMessage__name .name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-left: 4px;
  }
  .gmMessage__name .text-en {
    font-size: 8px;
    display: inline-block;
  }
  .gmMessage__text {
    font-size: 12px;
    line-height: 16px;
    position: relative;
  }
  .gmMessage__text::after {
    content: "";
    background-image: url(../img/ourvision/bg-red02.png);
    display: inline-block;
    width: 77px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .ourvision .tmpModule__wrap {
    margin-top: 80px;
  }
  /*rinen__list*/
  .rinen__list {
    margin: 46px 8px 0;
  }
  .rinen__list__content {
    background: #f4f4f4;
    display: flex;
    padding: 26px 50px;
    flex-direction: column;
    text-align: center;
  }
  .rinen__list__content:nth-child(n+2) {
    margin-top: 34px;
  }
  .rinen__list__ttl {
    color: #e60012;
    font-size: 28px;
    letter-spacing: 0.14em;
    font-family: "Lato", sans-serif !important;
    font-weight: 700 !important;
    text-align: center;
    transform: translate(4px, -40px);
  }
  .rinen__list__text__wrap {
    margin-top: -20px;
  }
  .rinen__list__text {
    font-size: 12px;
    color: #0d0d0d;
    letter-spacing: 0.02em;
    line-height: 22px;
  }
  .gmMessage {
    margin-top: 22px;
  }
  /*/rinen__list*/
}
/*introductionstaff*/
#contents .staffMessage__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staffMessage__block {
  color: #111111;
}

.msgJob-en::after {
  content: "/";
}

@media screen and (min-width: 768px) {
  #contents .introStaff .mainTitle .tit .ttl_text.pcOnly img {
    width: 508px;
  }
  .staffMessage__inner {
    width: 920px;
    margin: 0 auto;
  }
  .staffMessage__ttl {
    text-align: center;
    font-size: 32px;
    padding: 38px 0 42px;
    font-weight: 800;
    letter-spacing: 2px;
    font-family: "Zawgyi-One";
    display: block;
  }
  .staffMessage__block {
    display: flex;
  }
  .staffMessage__img {
    width: 321px;
    height: 224px;
    position: relative;
    z-index: 10;
    position: relative;
    margin-top: 40px;
  }
  .staffMessage__img::before {
    content: "";
    background-image: url(../img/introductionstaff/msg_img_bg01.png);
    display: inline-block;
    width: 80px;
    height: 224px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .staffMessage__text__wrap {
    position: relative;
    width: 683px;
    padding: 40px 60px 40px 120px;
    margin-left: -84px;
  }
  .staffMessage__text__wrap::before {
    content: "";
    background-image: url(../img/introductionstaff/msg_text_bg01_pc.png);
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .staffMessage__text {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 12px;
  }
  .staffMessage__name__wrap {
    padding-right: 16px;
    position: relative;
  }
  .staffMessage__name__wrap::after {
    background: #fb0000;
    width: 5px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
  }
  .staffMessage_name-jp {
    font-size: 22px;
    letter-spacing: 0.04em;
    margin-top: 30px;
    text-align: right;
    position: relative;
    z-index: 10;
  }
  .msgJob {
    font-size: 12px;
    margin-right: 16px;
  }
  .staffMessage__name-en {
    font-size: 11px;
    opacity: 0.3;
    text-align: right;
  }
  .staffMessage__text__bgImg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .staffMessage__inner {
    width: 93%;
    margin: 0 auto;
  }
  #contents .staffMessage__ttl {
    letter-spacing: 0.02em;
    margin-top: 10px;
  }
  .staffMessage__img {
    width: 100%;
    height: 206px;
    position: relative;
    z-index: 10;
    position: relative;
  }
  #contents .staffModule .staffBlock .photo {
    height: 188px;
  }
  #contents .staffModule .staffBlock .photo img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .staffMessage__img::before {
    content: "";
    background-image: url(../img/introductionstaff/msg_img_bg01.png);
    display: inline-block;
    width: 74px;
    height: 208px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .staffMessage__text__wrap {
    position: relative;
    margin-top: 16px;
  }
  .staffMessage__text__bg {
    background-image: url(../img/introductionstaff/msg_text_bg01_sp.png);
    background-repeat: no-repeat;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
    background-size: 100% 100%;
  }
  .staffMessage__text__bgImg {
    /*
    position: absolute;
    right: 0;
    top: 0;
    height: 303px;
    */
    display: none;
  }
  #contents .staffMessage__text__bgImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #contents .introStaff .staffModule {
    margin-top: 22px;
  }
  .staffMessage__text__bg::before {
    /*
    content: "";
    background-image: url(../img/introductionstaff/msg_text_bg01_sp.png);
    display: inline-block;
    width: 100%;
    height: 303px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    */
  }
  /*
  .staffMessage__text__wrap::before {
  	content: "";
  	background-image: url(../img/introductionstaff/msg_text_bg01_sp.png);
  	display: inline-block;
  	width: 100%;
  	height: 303px;
  	background-size: contain;
  	background-repeat: no-repeat;
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  }
  */
  .staffMessage__text {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    /*
    height: 200px;
    overflow: scroll;
    */
    padding: 24px 20px 0;
  }
  .staffMessage__name__wrap {
    padding-right: 16px;
    position: relative;
  }
  .staffMessage__name__wrap::after {
    background: #fb0000;
    width: 5px;
    height: 77px;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
  }
  .staffMessage_name-jp {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-top: 16px;
    text-align: right;
    position: relative;
    z-index: 10;
  }
  .msgJob-jp {
    font-size: 12px;
    display: block;
  }
  .staffMessage__name-en {
    font-size: 11px;
    opacity: 0.3;
    text-align: right;
  }
  .msgJob-en {
    display: block;
    line-height: 18px;
  }
}
/*product*/
@media screen and (min-width: 768px) {
  #contents .producttList .mainTitle .tit .ttl_text.pcOnly img {
    /*width: 17%;*/
    width: 245px;
  }
}
/*rental*/
@media screen and (min-width: 768px) {
  #contents .productsModule__ttl {
    padding: 38px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #contents .productsModule {
    padding: 18px 12px 8px;
  }
}
/*support*/
@media screen and (min-width: 768px) {
  #contents .supporttList .mainTitle .tit .ttl_text.pcOnly img {
    /*width: 17%;*/
    width: 210px;
  }
}
/*business-content*/
.download__btnBg {
  background: #eeeeee;
}

@media screen and (max-width: 767px) {
  .download.primary.business {
    width: 87%;
    margin: 0 auto;
  }
  .download__btnBg {
    width: 93%;
    margin: 16px auto 0 auto;
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .download.primary.business {
    width: 439px;
    margin: 0 auto;
  }
  .download__btnBg {
    width: 920px;
    margin: 50px auto 0 auto;
    padding: 20px 0;
  }
}
/*orion-kinan*/
@media screen and (min-width: 768px) {
  #contents .orionkinan .mainTitle .tit .ttl_text.pcOnly img {
    width: 285px;
  }
  .orionkinan .logo-kinan {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
/*business-video*/
@media screen and (min-width: 768px) {
  #contents .businessVideo .mainTitle .tit .ttl_text.pcOnly img {
    width: 376px;
  }
}
/*work-gallery*/
@media screen and (min-width: 768px) {
  #contents .workGallery .mainTitle .tit .ttl_text.pcOnly img {
    width: 357px;
  }
}
/*compny-profile*/
@media screen and (min-width: 768px) {
  .mapModule {
    margin-bottom: 200px;
  }
}
/*archive-products*/
.productsBlock__main::before {
  content: "";
  background-image: url(../img/products02/product_arrow_down.png);
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
}

.productsBlock__main.active::before {
  content: "";
  background-image: url(../img/products02/product_arrow_up.png);
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.productsBlock__main__img {
  position: relative;
}

.productsBlock__main__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
}

.productsBlock__ttl-jp {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}

.productsBlock__ttl__wrap {
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .productsBlock .productsBlock__main::after {
    content: "";
    background-image: url(../img/products02/bg01_sp02.png);
    display: inline-block;
    width: 75vw;
    height: 23vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
  }
  .productsBlock__main {
    height: 23vw;
    position: relative;
  }
  .productsBlock__ttl {
    font-size: 16px;
    line-height: 16px;
  }
  .productsBlock__main::before {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  #contents .productsBlock__main__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .productsBlock__main__img__wrap {
    height: 23vw;
    width: 26vw;
    /*width: 28vw;*/
  }
  .productsBlock__main__img {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .productsBlock__ttl__wrap {
    order: 1;
    margin-left: 10px;
  }
  .productsBlock__main {
    background: #fff;
    display: flex;
    align-items: center;
  }
  .productsBlock__main.active::before {
    width: 16px;
    height: 16px;
    bottom: 10px;
  }
  .productsBlock__ttl-jp {
    font-size: 12px;
    margin-top: 6px;
    line-height: 11px;
  }
}
@media screen and (min-width: 768px) {
  .productsBlock__main {
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
  }
  .productsBlock__main__img__wrap {
    height: 100%;
  }
  .productsBlock:nth-of-type(odd) .productsBlock__main::after {
    content: "";
    background-image: url(../img/products02/bg01.png);
    display: inline-block;
    width: 573px;
    height: 131px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
  }
  .productsBlock:nth-of-type(even) .productsBlock__main::after {
    content: "";
    background-image: url(../img/products02/bg02.png);
    display: inline-block;
    width: 573px;
    height: 131px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .productsBlock:nth-of-type(odd) .productsBlock__main .productsBlock__main__img::before {
    /*
    content: '';
    background-image: url(../img/products02/bg02_pc.png);
    display: inline-block;
    width: 40px;
    height: 128px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    */
  }
  .productsBlock:nth-of-type(odd) .productsBlock__main::before {
    right: 9px;
    bottom: 17px;
  }
  .productsBlock:nth-of-type(odd) .productsBlock__main .productsBlock__ttl__wrap {
    order: 2;
    margin-left: 32px;
  }
  .productsBlock:nth-of-type(even) .productsBlock__main .productsBlock__ttl__wrap {
    margin-right: 32px;
  }
  .productsBlock:nth-of-type(even) .productsBlock__main .productsBlock__main__img::before {
    /*
    content: '';
    background-image: url(../img/products02/bg01_pc.png);
    display: inline-block;
    width: 40px;
    height: 128px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    */
  }
  .productsBlock:nth-of-type(even) .productsBlock__main::before {
    left: 14px;
    bottom: 15px;
  }
  .productsBlock:nth-of-type(even) .productsBlock__main {
    justify-content: flex-end;
  }
  .productsBlock__main {
    height: 130px;
  }
  .productsBlock__ttl {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 33px;
  }
  .productsBlock__ttl-jp {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 22px;
  }
  .productsBlock__main__img {
    width: 404px;
    height: 100%;
  }
}
/*servicearea*/
@media screen and (min-width: 768px) {
  #contents .serviceArea .mainTitle .tit .ttl_text.pcOnly img {
    width: 320px;
  }
}
/*sale*/
@media screen and (min-width: 768px) {
  #contents .sale .mainTitle .tit .ttl_text.pcOnly img {
    width: 337px;
  }
}
/*secondhand*/
@media screen and (min-width: 768px) {
  #contents .secondhand .mainTitle .tit .ttl_text.pcOnly img {
    width: 597px;
  }
}
/*trainingcenter*/
@media screen and (min-width: 768px) {
  #contents .trainingcenter .mainTitle .tit .ttl_text.pcOnly img {
    width: 398px;
  }
}
/*staffrecruit*/
@media screen and (min-width: 768px) {
  #contents .staffrecruit .mainTitle .tit .ttl_text.pcOnly img {
    width: 341px;
  }
}
@media screen and (min-width: 768px) {
  #contents .contact .mainTitle .tit .ttl_text.pcOnly img {
    width: 213px;
  }
}
/*secondhand*/
@media screen and (min-width: 768px) {
  #contents .rental .mainTitle .tit .ttl_text.pcOnly img {
    width: 402px;
  }
}
/*secondhand*/
/*about*/
@media screen and (min-width: 768px) {
  .about .mainTitle .tit .ttl_text.pcOnly img {
    width: 159px;
  }
}
/*companyProfile*/
@media screen and (min-width: 768px) {
  #contents .companyProfile .mainTitle .tit .ttl_text.pcOnly img {
    width: 434px;
  }
  #contents .companyProfile .informationModule .innerRit .map {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  #topPage .photo {
    height: auto;
  }
}
/*news*/
.dateCat__wrap {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .news .mainTitle .tit .ttl_text.pcOnly img {
    width: 411px;
  }
  #contents .newsModule .innerLft .title {
    margin-top: 10px;
    padding-left: 0;
  }
}
.smOnly.tel-area {
  display: block;
}

/*footer*/
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
  }
}
.dnone {
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .category .p-btn-back {
    font-size: 24px;
    color: #fff;
    font-weight: bold !important;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b86ca;
    height: 53px;
    width: 100%;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .category .p-btn-back::before {
    content: "";
    background-image: url(../img/common/ico-btn-back.png);
    display: inline-block;
    width: 10px;
    height: 27px;
    background-size: 20px 27px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
}
/*
* 2023.12.04 改修追加CSS
*/
#header .mainVisual .inner {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#header .mainVisual .photo {
  position: absolute;
  inset: 0;
  height: 100%;
}

#header .mainVisual .inner .tit .photo .splide__track,
#header .mainVisual .inner .tit .photo .splide__list,
#header .mainVisual .inner .tit .photo .splide__slide {
  width: 100%;
  height: 100%;
}

#header .mainVisual .inner .tit .photo .splide__track::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #000;
  opacity: 0.15;
}

#header .mainVisual .inner .tit .photo .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ホーム */
.top-map {
  padding: 14px 0 0;
  background: #f5f5f5;
}

.top-map__inner {
  position: relative;
  padding: 16px 0 0;
}

.top-map__heading {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 23.66px;
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 1.2;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .top-map {
    padding: 63px 0 0;
  }
  .top-map__inner {
    padding: 48px 0 0;
  }
  .top-map__heading {
    font-size: 101px;
  }
  .top-map__wrapper {
    position: relative;
    max-width: 1148px;
    margin: 0 auto;
  }
  .top-map__image img {
    width: 100%;
  }
  .top-map__network {
    position: absolute;
    z-index: 1;
    inset: 0;
  }
  .top-map__network-item {
    position: absolute;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 28px 14px;
    background-color: #1b86ca;
    text-align: center;
    color: #fff !important;
    font-family: "Lato", sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
  }
  .top-map__network-item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    translate: 0 -50%;
    width: 8px;
    height: 8px;
    background: url("../img/top2/icon_arrow.svg") no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.top-network {
  padding: 0 10px;
  margin: 30px 0 0;
}

.top-network__list-item {
  position: relative;
}

.top-network__list-item + .top-network__list-item {
  margin: 15px 0 0;
}

.top-network__list-item-title {
  padding: 0 106px 0 0;
  font-family: "Lato", sans-serif !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.005em;
  line-height: 1.2;
}

.top-network__list-item-address {
  padding: 0 106px 0 0;
  font-family: "Lato", sans-serif !important;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.2;
}

.top-network__list-item-tel {
  padding: 0 106px 0 0;
  margin: 16px 0 0;
  font-family: "Lato", sans-serif !important;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.2;
}

.top-network__list-item-link {
  position: relative;
  padding: 10px 0 12px;
  margin: 12px 0 0;
  background-color: #1b86ca;
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.top-networks__list-item-sns {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 11px;
}

.top-networks__list-item-sns-item.tiktok {
  flex: 0 0 15px;
  width: 15px;
}

.top-networks__list-item-sns-item.facebook {
  flex: 0 0 18px;
  width: 18px;
}

.top-networks__list-item-sns-item.youtube {
  flex: 0 0 21px;
  width: 21px;
}

@media screen and (min-width: 768px) {
  .top-network {
    padding: 0 10px;
    margin: 30px 0 0;
  }
  .top-network__inner {
    width: 900px;
    margin: 0 auto;
  }
  .top-network__list-item + .top-network__list-item {
    margin: 0;
  }
  .top-network__list-item > a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 11px 86px 9px 0;
    border-bottom: 1px solid #cfcfcf;
  }
  .top-network__list-item:nth-child(1) > a {
    border-top: 1px solid #cfcfcf;
  }
  .top-network__list-item-title {
    flex: 0 0 162px;
    width: 162px;
    padding: 0;
    margin: 0 18px 0 0;
    font-size: 14px;
  }
  .top-network__list-item-address {
    flex: 0 0 480px;
    width: 480px;
    padding: 0;
    margin: 0 18px 0 0;
    font-size: 13px;
  }
  .top-network__list-item-tel {
    flex: 0 0 136px;
    width: 136px;
    padding: 0;
    margin: 0;
    font-size: 13px;
  }
  .top-networks__list-item-sns {
    top: 50%;
    translate: 0 -50%;
  }
  .top-networks__list-item-sns-item.hide {
    opacity: 0.2;
    pointer-events: none;
  }
}
/* network */
#contents .network-heading {
  padding: 27px 0;
  background-color: #333;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  #contents .network-heading {
    padding: 34px 0 33px;
    font-size: 36px;
  }
}
.main-visual__list {
  height: 320px;
}
.main-visual .splide__track,
.main-visual .splide__slide {
  height: 100%;
}
.main-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .main-visual__list {
    height: 630px;
  }
}
.network-tpl01 {
  padding: 20px 10px;
  background-color: #fff;
}
.network-tpl01__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.network-tpl01__text {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .network-tpl01 {
    padding: 50px 10px;
  }
  .network-tpl01__inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .network-tpl01__title {
    font-size: 24px;
  }
  .network-tpl01__text {
    margin: 23px 0 0;
    font-size: 15px;
  }
}
.network-tpl02 {
  padding: 20px 10px 16px;
  background-color: #f5f5f5;
}
.network-tpl02__list {
  margin: 10px 0 0;
  border-top: 3px solid #cfcfcf;
}
.network-tpl02__list-line {
  display: grid;
  grid-template-columns: 106px 1fr;
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf;
}
.network-tpl02__list-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.network-tpl02__list-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .network-tpl02 {
    padding: 30px 10px 30px;
  }
  .network-tpl02__inner {
    display: grid;
    grid-template-columns: 256px 1fr;
    gap: 44px;
    align-items: flex-start;
    max-width: 920px;
    margin: 0 auto;
  }
  .network-tpl02__list {
    margin: 0;
    border-top: 0;
  }
  .network-tpl02__list-line {
    grid-template-columns: 149px 1fr;
    padding: 14px 0;
  }
  .network-tpl02__list-title {
    font-size: 14px;
  }
  .network-tpl02__list-text {
    font-size: 14px;
  }
}
.network-tpl03 {
  padding: 20px 10px 16px;
  background-color: #f5f5f5;
}
.network-tpl03__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin: 10px 0 0;
}
.network-tpl03__list-item {
  padding: 9px 0;
  background-color: #fff;
  border-left: 4px solid #1b86ca;
  text-align: center;
  font-family: "Lato", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .network-tpl03 {
    padding: 30px 10px 30px;
  }
  .network-tpl03__inner {
    display: grid;
    grid-template-columns: 256px 1fr;
    gap: 44px;
    align-items: flex-start;
    max-width: 920px;
    margin: 0 auto;
  }
  .network-tpl03__list {
    grid-template-columns: 1fr 1fr;
    margin: 0;
  }
  .network-tpl03__list-item {
    padding: 10px 0 12px;
    font-size: 15px;
  }
}
.network-tpl04 {
  padding: 20px 10px 16px;
  background-color: #f5f5f5;
}
.network-tpl04__map {
  height: 218px;
  margin: 10px 0 0;
}
.network-tpl04__map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .network-tpl04 {
    padding: 30px 10px 30px;
  }
  .network-tpl04__inner {
    display: grid;
    grid-template-columns: 256px 1fr;
    gap: 44px;
    align-items: flex-start;
    max-width: 920px;
    margin: 0 auto;
  }
  .network-tpl04__map {
    height: 450px;
    margin: 0;
  }
}
.network-sns {
  padding: 20px 10px 16px;
  background-color: #f5f5f5;
}
.network-sns__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.network-sns__item {
  aspect-ratio: 300/318;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.network-sns__item .tiktok-embed {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .network-sns {
    padding: 30px 10px 30px;
  }
  .network-sns__inner {
    max-width: 920px;
    margin: 0 auto;
  }
  .network-sns__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: flex-start;
  }
  .network-sns__item {
    aspect-ratio: 300/318;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.network-follow {
  padding: 20px 10px 16px;
  background-color: #f5f5f5;
}
.network-follow__title {
  text-align: center;
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.network-follow__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 15px 0 0;
}
.network-follow__list-item--tiktok {
  flex: 0 0 30px;
  width: 30px;
}
.network-follow__list-item--facebook {
  flex: 0 0 36px;
  width: 36px;
}
.network-follow__list-item--youtube {
  flex: 0 0 42px;
  width: 42px;
}
.network-follow__list-item a {
  display: block;
  width: 100%;
}
.network-follow__list-item img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .network-follow {
    padding: 30px 16px;
  }
  .network-follow__inner {
    max-width: 920px;
    margin: 0 auto;
  }
}
.network-contact {
  padding: 10px 0;
  background-color: #f5f5f5;
}
.network-contact__inner {
  padding: 20px 10px;
  background-color: #c8c8c8;
}
.network-contact__item {
  display: block;
  padding: 16px 0 15px;
  background-color: #e60012;
  text-align: center;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .network-contact {
    padding: 30px 0;
    background-color: #f5f5f5;
  }
  .network-contact__inner {
    max-width: 920px;
    padding: 20px 240px;
    margin: 0 auto;
  }
  .network-contact__item {
    display: block;
    padding: 16px 0 15px;
    background-color: #e60012;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
  }
}
.network-group {
  padding: 20px 10px;
  background-color: #f5f5f5;
}
.network-group__title {
  text-align: center;
}
.network-group__title span {
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 0.96;
}
.network-group__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  margin: 6px 0 0;
}
.network-group__list-item a {
  position: relative;
  display: block;
  padding: 12px 0 13px;
  background-color: #1f73c0;
  text-align: center;
  color: #fff !important;
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.network-group__list-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  background: url("../img/network/group_arrow--white.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.network-group__list-item.current a {
  background-color: #dbdbdb;
  color: #1f73c0 !important;
}
.network-group__list-item.current a::after {
  background-image: url("../img/network/group_arrow--blue.svg");
}

@media screen and (min-width: 768px) {
  .network-group {
    padding: 30px 0;
    background-color: #f5f5f5;
  }
  .network-group__inner {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
  }
  .network-group__title {
    position: relative;
    height: max(76px, min(121px, 8.8579795022vw));
  }
  .network-group__title span {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    font-size: 101px;
    font-size: max(72px, min(101px, 7.3938506589vw));
    line-height: 1.2;
    white-space: nowrap;
  }
  .network-group__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
    margin: 20px 0 0;
  }
  .network-group__list-item a {
    padding: 12px 0 13px;
  }
}
#contents .page-main-visual {
  position: relative;
}
#contents .page-main-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #000;
  opacity: 0.15;
}
#contents .page-main-visual__heading {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
}
#contents .page-main-visual__images {
  height: 180px;
}
#contents .page-main-visual__images .splide__track,
#contents .page-main-visual__images .splide__slide {
  height: 100%;
}
#contents .page-main-visual__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  #contents .page-main-visual__heading {
    right: 204px;
    font-size: 50px;
  }
  #contents .page-main-visual__images {
    height: 300px;
  }
}
.tel01 {
  width: 100%;
  padding: 10px 24px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: solid #c8c8c8 3px;
  text-align: center;
  overflow: hidden;
}
.tel01__title {
  font-size: 12px;
}
.tel01__box {
  padding: 24px 0 8px;
  margin-top: 10px;
  border-top: 1px solid #c8c8c8;
  width: 100%;
  text-align: center;
}
.tel01__title {
  font-size: 12px;
  line-height: 1.5;
}
.tel01__note {
  font-size: 12px;
  line-height: 1.5;
}
.tel01__no {
  position: relative;
  display: inline-block;
  padding: 0 0 0 27px;
  font-family: "Lato", sans-serif !important;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}
.tel01__no::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 36px;
  height: 36px;
  background: url("../img/common/icon_tel--black.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.tel01--red .tel01__no {
  color: #f00;
}
.tel01--red .tel01__no::before {
  background-image: url("../img/common/icon_tel--red.svg");
}
.tel01__note {
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #c8c8c8;
}

@media screen and (min-width: 768px) {
  .tel01 {
    padding: 10px 0 10px 24px;
  }
  .tel01__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .tel01__box {
    padding: 14px 0 10px;
    margin: 0;
    border-top: 0;
    border-left: 3px solid #c8c8c8;
  }
  .tel01__title {
    flex: 0 0 140px;
    width: 140px;
    padding: 10px 20px 10px 0;
    text-align: left;
    font-size: 14px;
  }
  .tel01--link .tel01__box {
    padding: 4px 0;
  }
  .tel01--link .tel01__no {
    font-size: 23px;
  }
  .tel01__note {
    flex: 0 0 267px;
    width: 267px;
    padding: 10px;
    margin: 0;
    border-top: 0;
    border-left: 3px solid #c8c8c8;
  }
  .tel01__link {
    margin: 5px 0 0;
    font-family: "Lato", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
  }
  .contactModule .tel {
    width: 100%;
    box-sizing: border-box;
    border: solid #c8c8c8 3px;
    margin-bottom: 7px;
    padding: 5px 0px 0px 20px;
    overflow: hidden;
  }
  .contactModule .tel span {
    display: block;
    float: left;
    text-align: left;
    width: 140px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 20px 10px 0;
    border-right: solid #c8c8c8 3px;
  }
  .contactModule .tel .inner {
    float: left;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    border-top: 0px solid #c8c8c8;
  }
  .contactModule .tel .inner div {
    float: left;
    width: 280px;
    margin: 0 25px;
  }
  .contactModule .tel .inner div img {
    margin-left: 5px;
  }
  .contactModule .tel .inner img {
    float: left;
    max-width: 330px;
    height: auto;
    padding: 5px 20px;
  }
  .contactModule .tel p {
    float: left;
    width: 250px;
    margin-top: 0;
    padding: 10px 0 10px 20px;
    border-top: 0px solid #c8c8c8;
    border-left: solid #c8c8c8 3px;
    font-size: 12px;
    line-height: 18px;
  }
  .contactModule .tel p.text {
    float: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  .contactModule .tel .inner .tel2set {
    padding: 0;
  }
  .contactModule .tel .inner.english .tel2set {
    margin-top: 10px;
  }
}
.about-movie {
  padding: 34px 0 0;
  background-color: #eeeeee;
}
.about-movie iframe {
  display: block;
  aspect-ratio: 640/359;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
}

#contents .aboutImage img {
  height: auto;
}/*# sourceMappingURL=common.css.map */