@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* recruitColor */
/* other */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-weight: 400;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

a {
  color: #333333;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup, sub {
  font-size: 0.6em;
}

h2, h3, h4 {
  line-height: 1.3;
}

.fontEn {
  font-family: "Roboto", sans-serif;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#header.fixed .headerInner {
  background-color: #fff;
}
#header .headerInner {
  transition: 0.3s;
}
#header .headerInner nav {
  width: 100%;
}
#header .headerInner nav ul li a {
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.3;
  font-weight: 500;
}
#header .headerInner nav .contact a {
  color: #fff;
  font-weight: bold;
  display: block;
  background: rgb(242, 142, 38);
  background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
  border-radius: 5px;
  line-height: 1;
  text-align: center;
}

#footer {
  position: relative;
}
#footer .footerInfo .footerText .cn {
  font-weight: 500;
}
#footer .footerInfo .searchWrap {
  position: relative;
}
#footer .footerInfo .searchWrap .searchText {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  border-radius: 5px;
  padding: 10px 50px 10px 25px;
  background: url(../images/common/icon_search.png) no-repeat #f2f2f2;
  background-position: center right 20px;
  width: 100%;
}
#footer .footerInfo .searchWrap .searchText::-moz-placeholder {
  color: #949393;
  font-weight: 500;
}
#footer .footerInfo .searchWrap .searchText::placeholder {
  color: #949393;
  font-weight: 500;
}
#footer .footerInfo .searchWrap .mt-site-search-container .mt-site-search-form__query {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  border-radius: 5px 0 0 5px;
  padding: 10px 0 10px 25px;
  background-color: #f2f2f2;
  width: 100%;
  height: auto;
}
#footer .footerInfo .searchWrap .mt-site-search-container .mt-site-search-form__query::-moz-placeholder {
  color: #949393;
  font-weight: 500;
}
#footer .footerInfo .searchWrap .mt-site-search-container .mt-site-search-form__query::placeholder {
  color: #949393;
  font-weight: 500;
}
#footer .footerInfo .searchWrap .mt-site-search-container .mt-site-search-form__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 0;
  background: transparent;
  background: url(../images/common/icon_search.png) #f2f2f2 no-repeat center center;
  height: auto;
  border-radius: 0 5px 5px 0;
}
#footer .footerNavWrap .footerSubNav .contact a {
  color: #fff;
  font-weight: bold;
  display: block;
  background: rgb(242, 142, 38);
  background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
  border-radius: 5px;
  line-height: 1;
  text-align: center;
}
#footer .footerMark {
  border-top: 1px solid #dcdcdc;
}
#footer .footerMark ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .copyright {
  background-color: #333333;
  color: #fff;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footerBnrArea {
  background-color: #f2f2f2;
}
#footerBnrArea .footerBnr1 ul {
  display: flex;
  flex-wrap: wrap;
}
#footerBnrArea .footerBnr2 {
  border-top: 1px solid #dcdcdc;
}
#footerBnrArea .footerBnr2 ul {
  display: flex;
  flex-wrap: wrap;
}
.btnSimple {
  color: #333333;
  border: 2px solid #ec661b;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  display: block;
  font-weight: 500;
  text-decoration: none;
}
.btnSimple.mini {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btnSimple.btnBack::after {
  transform: rotateY(180deg);
  left: 15px;
  right: auto;
}

.pagetopStop {
  z-index: 998;
}

#pagetop {
  border: 1px solid transparent;
  border-radius: 50px;
  transition: 0.3s all;
  cursor: pointer;
  z-index: 998;
  background: rgb(242, 142, 38);
  background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
  color: #fff;
  transform: scale(0);
  transform-origin: bottom;
}
#pagetop.show {
  transform: scale(1);
}
#pagetop span {
  display: block;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#pagetop span::before {
  content: "";
  background: url(../images/common/pagetop_deco.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 20px;
  height: 12px;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

/*-------------
	webpush
-------------*/
.webpush {
  display: none;
}

.mtnet-push-notification-service-enabled .webpush {
  display: block;
}

a.webpush:hover {
  text-decoration: none;
}

a:hover .side-webpush {
  text-decoration: none;
}

.side-webpush {
  max-width: 100%;
  margin: 1rem auto 30px;
  display: block;
  text-align: center;
  padding: 1rem;
  background: #ec661b;
  color: #ffffff;
}

.side-webpush__txt {
  text-align: center;
}

.side-webpush__txt::before {
  content: "\f0f3";
  margin-right: 0.25rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* ------------------------------------------
              Search
    ------------------------------------------ */
.mt-site-search-form {
  max-width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

@media only screen and (min-width: 64.063em) {
  .mt-site-search-form {
    max-width: 300px;
  }
}
.mt-site-search-form__query {
  position: relative;
  display: block;
  width: calc(100% - 62px - 0.5em);
  height: 32px;
  padding: 0 8px;
  font-size: 16px;
  box-sizing: inherit;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}

.mt-site-search-form__button {
  text-align: center;
  width: 62px;
  height: 34px;
  font-size: 16px;
  padding: 0 14px;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}

.mt-site-search-result-item__excerpt,
.mt-site-search-result-item__url {
  font-size: 1em !important;
}

.wysiwyg .mt-site-search__pagination,
.wysiwyg .mt-site-search__pagination ul {
  font-size: 1em !important;
  margin-bottom: 0;
}

.wysiwyg .mt-site-search__pagination ul li {
  margin-bottom: 0;
  padding: 0 1em 0 0;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1300px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Roboto", sans-serif;
  }
  #overlay {
    background-color: rgba(236, 102, 27, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    visibility: hidden;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #header {
    height: 75px;
  }
  #header.active .logo {
    display: none;
  }
  #header .headerInner {
    height: 75px;
  }
  #header .headerInner .logo {
    padding-left: 20px;
    padding-top: 26px;
    position: relative;
    z-index: 10;
  }
  #header .headerInner .logo img {
    width: 180px;
  }
  #header .headerInner .menu {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    top: 14px;
    right: 20px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    background: rgb(242, 142, 38);
    background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
    color: #fff;
    cursor: pointer;
  }
  #header .headerInner .menu:before {
    content: "Memu";
    position: absolute;
    text-align: center;
    bottom: 9px;
    left: 0;
    line-height: 1;
    width: 100%;
  }
  #header .headerInner .menu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 12.5px;
    width: calc(100% - 25px);
    height: 1px;
    background-color: #fff;
  }
  #header .headerInner .menu span:nth-of-type(1) {
    top: 14px;
  }
  #header .headerInner .menu span:nth-of-type(2) {
    top: 19px;
  }
  #header .headerInner .menu span:nth-of-type(3) {
    top: 24px;
  }
  #header .headerInner .menu.active:before {
    content: "Close";
  }
  #header .headerInner .menu.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-25deg);
  }
  #header .headerInner .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .headerInner .menu.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(25deg);
  }
  #header .headerInner nav {
    width: 65%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 100px 20px 40px;
    z-index: 998;
    transform: translateX(100%);
    transition: 0.4s;
    overflow-y: scroll;
    margin-left: 30px;
  }
  #header .headerInner nav.active {
    transform: translateX(0);
  }
  #header .headerInner nav ul li a {
    font-size: 16px;
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #e0e0e0;
  }
  #header .headerInner nav .contact {
    margin-top: 50px;
  }
  #header .headerInner nav .contact a {
    padding: 20px 40px;
    font-size: 16px;
  }
  /*-------------
  	webpush
  -------------*/
  .webpush {
    display: none;
  }
  .mtnet-push-notification-service-enabled .webpush {
    display: block;
  }
  a.webpush:hover {
    text-decoration: none;
  }
  a:hover .side-webpush {
    text-decoration: none;
  }
  .side-webpush {
    max-width: 100%;
    margin: 1rem auto 30px;
    display: block;
    text-align: center;
    padding: 1rem;
    background: #ec661b;
    color: #ffffff;
  }
  .side-webpush__txt {
    text-align: center;
  }
  .side-webpush__txt::before {
    content: "\f0f3";
    margin-right: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  /* ------------------------------------------
                Search
      ------------------------------------------ */
  .mt-site-search-form {
    max-width: 100%;
    margin-bottom: 1rem;
    display: flex;
  }
  /* ココから下には記入禁止 */
}
@media only screen and (max-width: 1300px) and (min-width: 64.063em) {
  .mt-site-search-form {
    max-width: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .mt-site-search-form__query {
    position: relative;
    display: block;
    width: calc(100% - 62px - 0.5em);
    height: 32px;
    padding: 0 8px;
    font-size: 16px;
    box-sizing: inherit;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-form__button {
    text-align: center;
    width: 62px;
    height: 34px;
    font-size: 16px;
    padding: 0 14px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-result-item__excerpt,
  .mt-site-search-result-item__url {
    font-size: 1em !important;
  }
  .wysiwyg .mt-site-search__pagination,
  .wysiwyg .mt-site-search__pagination ul {
    font-size: 1em !important;
    margin-bottom: 0;
  }
  .wysiwyg .mt-site-search__pagination ul li {
    margin-bottom: 0;
    padding: 0 1em 0 0;
  }
}
@media screen and (min-width: 1301px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Roboto", sans-serif;
  }
  #header {
    transition: all 1s;
    transition-delay: 2.3s;
    transform: translateY(-100%);
    width: 100%;
  }
  #header.loaded {
    transform: translateY(0);
  }
  #header .headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
  }
  #header .headerInner .logo {
    display: flex;
    align-items: center;
  }
  #header .headerInner .logo a {
    display: flex;
    align-items: center;
  }
  #header .headerInner .menu {
    display: none;
  }
  #header .headerInner nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header .headerInner nav ul {
    display: flex;
  }
  #header .headerInner nav ul li + li {
    margin-left: 30px;
  }
  #header .headerInner nav ul li a {
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
  }
  #header .headerInner nav ul li a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: rgb(242, 142, 38);
    background: linear-gradient(270deg, rgb(242, 142, 38) 0%, rgb(253, 100, 79) 100%);
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #header .headerInner nav ul li a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 8px;
    background: url(../images/common/gmenu_sankaku.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -3px;
    left: calc(50% - 7.5px);
    opacity: 0;
    transition: 0.3s;
  }
  #header .headerInner nav ul li a:hover:before, #header .headerInner nav ul li a:hover:after, #header .headerInner nav ul li a.current:before, #header .headerInner nav ul li a.current:after {
    opacity: 1;
    bottom: 0px;
  }
  #header .headerInner nav .contact {
    margin-left: 30px;
  }
  #header .headerInner nav .contact a {
    padding: 17px 40px;
    position: relative;
  }
  #header .headerInner nav .contact a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #header .headerInner nav .contact a:hover:before {
    opacity: 0.5;
  }
  /*-------------
  	webpush
  -------------*/
  .webpush {
    display: none;
  }
  .mtnet-push-notification-service-enabled .webpush {
    display: block;
  }
  a.webpush:hover {
    text-decoration: none;
  }
  a:hover .side-webpush {
    text-decoration: none;
  }
  .side-webpush {
    max-width: 100%;
    margin: 1rem auto 30px;
    display: block;
    text-align: center;
    padding: 1rem;
    background: #ec661b;
    color: #ffffff;
  }
  .side-webpush__txt {
    text-align: center;
  }
  .side-webpush__txt::before {
    content: "\f0f3";
    margin-right: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  /* ------------------------------------------
                Search
      ------------------------------------------ */
  .mt-site-search-form {
    max-width: 100%;
    margin-bottom: 1rem;
    display: flex;
  }
  /* ココから下には記入禁止 */
}
@media only screen and (min-width: 1301px) and (min-width: 64.063em) {
  .mt-site-search-form {
    max-width: 300px;
  }
}
@media screen and (min-width: 1301px) {
  .mt-site-search-form__query {
    position: relative;
    display: block;
    width: calc(100% - 62px - 0.5em);
    height: 32px;
    padding: 0 8px;
    font-size: 16px;
    box-sizing: inherit;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-form__button {
    text-align: center;
    width: 62px;
    height: 34px;
    font-size: 16px;
    padding: 0 14px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-result-item__excerpt,
  .mt-site-search-result-item__url {
    font-size: 1em !important;
  }
  .wysiwyg .mt-site-search__pagination,
  .wysiwyg .mt-site-search__pagination ul {
    font-size: 1em !important;
    margin-bottom: 0;
  }
  .wysiwyg .mt-site-search__pagination ul li {
    margin-bottom: 0;
    padding: 0 1em 0 0;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 16px;
  }
  .tel {
    color: #ec661b;
    text-decoration: underline;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Roboto", sans-serif;
  }
  #footer {
    padding-top: 60px;
  }
  #footer .footerInner {
    padding: 0 20px;
  }
  #footer .footerInfo .footerLogo {
    text-align: center;
  }
  #footer .footerInfo .footerText {
    text-align: center;
    margin-top: 20px;
  }
  #footer .footerInfo .footerText .cn {
    font-size: 20px;
  }
  #footer .footerInfo .footerText .address {
    font-size: 14px;
    margin-top: 5px;
  }
  #footer .footerInfo .searchWrap {
    margin-top: 30px;
  }
  #footer .footerInfo .searchWrap .searchText {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
  }
  #footer .footerInfo .searchWrap .mt-site-search-container {
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
  }
  #footer .footerNavWrap {
    margin-top: 40px;
    padding: 0 20px;
  }
  #footer .footerNavWrap .footerNav ul li {
    position: relative;
    padding-left: 20px;
  }
  #footer .footerNavWrap .footerNav ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/common/fmenu_sankaku.png) no-repeat;
    background-size: cover;
    width: 8px;
    height: 9px;
    position: absolute;
    top: 11px;
    left: 0;
  }
  #footer .footerNavWrap .footerNav ul li + li {
    margin-top: 20px;
  }
  #footer .footerNavWrap .footerNav ul li a {
    text-decoration: none;
    transition: 0.3s;
    line-height: 1.3;
    font-size: 16px;
    color: #333333;
    position: relative;
  }
  #footer .footerNavWrap .footerNav ul li a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ec661b;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #footer .footerNavWrap .footerNav ul li a:hover {
    color: #ec661b;
  }
  #footer .footerNavWrap .footerNav ul li a:hover:before {
    opacity: 1;
    bottom: -3px;
  }
  #footer .footerNavWrap .footerSubNav .contact {
    margin-top: 40px;
  }
  #footer .footerNavWrap .footerSubNav .contact a {
    padding: 20px 40px;
    font-size: 16px;
  }
  #footer .footerNavWrap .footerSubNav ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #footer .footerNavWrap .footerSubNav ul li {
    line-height: 1.2;
  }
  #footer .footerNavWrap .footerSubNav ul li + li {
    margin-left: 15px;
    border-left: 1px solid #dcdcdc;
    padding-left: 15px;
  }
  #footer .footerNavWrap .footerSubNav ul li a {
    text-decoration: none;
    line-height: 1.2;
    font-size: 14px;
    color: #333333;
    position: relative;
  }
  #footer .footerMark {
    margin-top: 20px;
    padding-top: 20px;
  }
  #footer .footerMark ul {
    padding: 0 20px;
  }
  #footer .footerMark ul li + li {
    margin-left: 15px;
  }
  #footer .copyright {
    margin-top: 40px;
    font-size: 10px;
    padding: 20px;
  }
  .commonInner {
    padding: 0 20px;
  }
  #footerBnrArea {
    padding: 60px 0;
  }
  #footerBnrArea .footerBnr1 {
    max-width: 365px;
    margin: auto;
    padding: 0 20px;
  }
  #footerBnrArea .footerBnr1 ul {
    align-items: center;
    flex-direction: column;
  }
  #footerBnrArea .footerBnr1 ul li + li {
    margin-top: 15px;
  }
  #footerBnrArea .footerBnr2 {
    padding-top: 30px;
    margin-top: 30px;
  }
  #footerBnrArea .footerBnr2 ul {
    gap: 10px;
    max-width: 600px;
    margin: auto;
    text-align: center;
  }
  #footerBnrArea .footerBnr2 ul li {
    width: calc(50% - 5px);
  }
  #specialBnrArea {
    margin-top: 42px;
    padding: 40px 40px;
    background: url(../images/common/bnr_bg_sp.png) no-repeat center/cover;
  }
  #specialBnrArea .commonInner {
    padding: 0;
  }
  #specialBnrArea ul {
    text-align: center;
  }
  #specialBnrArea ul li + li {
    margin-top: 15px;
  }
  .btnSimple {
    padding: 15px 50px 15px 30px;
    text-align: center;
    font-size: 16px;
  }
  .btnSimple span {
    position: relative;
    z-index: 2;
  }
  .btnSimple:after {
    content: "";
    display: inline-block;
    background: url(../images/common/btn_arrow_red.png) no-repeat;
    width: 20px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
  }
  .btnSimple.mini {
    font-size: 13px;
  }
  .btnSimple.btnBack {
    padding: 15px 30px 15px 50px;
  }
  .pagetopStop {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  #pagetop {
    width: 45px;
    height: 45px;
  }
  #pagetop span {
    font-size: 10px;
    top: 24px;
  }
  /*-------------
  	webpush
  -------------*/
  .webpush {
    display: none;
  }
  .mtnet-push-notification-service-enabled .webpush {
    display: block;
  }
  a.webpush:hover {
    text-decoration: none;
  }
  a:hover .side-webpush {
    text-decoration: none;
  }
  .side-webpush {
    max-width: 100%;
    margin: 1rem auto 30px;
    display: block;
    text-align: center;
    padding: 1rem;
    background: #ec661b;
    color: #ffffff;
  }
  .side-webpush__txt {
    text-align: center;
  }
  .side-webpush__txt::before {
    content: "\f0f3";
    margin-right: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  /* ------------------------------------------
                Search
      ------------------------------------------ */
  .mt-site-search-form {
    max-width: 100%;
    margin-bottom: 1rem;
    display: flex;
  }
  /* ココから下には記入禁止 */
}
@media only screen and (max-width: 1023px) and (min-width: 64.063em) {
  .mt-site-search-form {
    max-width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .mt-site-search-form__query {
    position: relative;
    display: block;
    width: calc(100% - 62px - 0.5em);
    height: 32px;
    padding: 0 8px;
    font-size: 16px;
    box-sizing: inherit;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-form__button {
    text-align: center;
    width: 62px;
    height: 34px;
    font-size: 16px;
    padding: 0 14px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-result-item__excerpt,
  .mt-site-search-result-item__url {
    font-size: 1em !important;
  }
  .wysiwyg .mt-site-search__pagination,
  .wysiwyg .mt-site-search__pagination ul {
    font-size: 1em !important;
    margin-bottom: 0;
  }
  .wysiwyg .mt-site-search__pagination ul li {
    margin-bottom: 0;
    padding: 0 1em 0 0;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1023px) {
  body {
    font-size: 16px;
  }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none;
  }
  h2, h3, h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Roboto", sans-serif;
  }
  #footer {
    padding-top: 50px;
  }
  #footer .footerInner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #footer .footerWrap {
    display: flex;
    justify-content: space-between;
  }
  #footer .footerInfo {
    width: 285px;
  }
  #footer .footerInfo .footerText {
    margin-top: 20px;
  }
  #footer .footerInfo .footerText .cn {
    font-size: 18px;
  }
  #footer .footerInfo .footerText .address {
    font-size: 14px;
    margin-top: 10px;
  }
  #footer .footerInfo .searchWrap {
    margin-top: 30px;
  }
  #footer .footerNavWrap {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 285px);
  }
  #footer .footerNavWrap .footerNav ul li {
    position: relative;
    padding-left: 20px;
  }
  #footer .footerNavWrap .footerNav ul li:before {
    content: "";
    display: inline-block;
    background: url(../images/common/fmenu_sankaku.png) no-repeat;
    background-size: cover;
    width: 8px;
    height: 9px;
    position: absolute;
    top: 11px;
    left: 0;
  }
  #footer .footerNavWrap .footerNav ul li + li {
    margin-top: 20px;
  }
  #footer .footerNavWrap .footerNav ul li a {
    text-decoration: none;
    transition: 0.3s;
    line-height: 1.3;
    font-size: 16px;
    color: #333333;
    position: relative;
  }
  #footer .footerNavWrap .footerNav ul li a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ec661b;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #footer .footerNavWrap .footerNav ul li a:hover {
    color: #ec661b;
  }
  #footer .footerNavWrap .footerNav ul li a:hover:before {
    opacity: 1;
    bottom: -3px;
  }
  #footer .footerNavWrap .footerSubNav {
    margin-left: 60px;
  }
  #footer .footerNavWrap .footerSubNav .contact a {
    padding: 17px 40px;
    position: relative;
  }
  #footer .footerNavWrap .footerSubNav .contact a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #footer .footerNavWrap .footerSubNav .contact a:hover:before {
    opacity: 0.5;
  }
  #footer .footerNavWrap .footerSubNav ul {
    margin-top: 30px;
  }
  #footer .footerNavWrap .footerSubNav ul li + li {
    margin-top: 10px;
  }
  #footer .footerNavWrap .footerSubNav ul li a {
    text-decoration: none;
    transition: 0.3s;
    line-height: 1.3;
    font-size: 16px;
    color: #333333;
    position: relative;
  }
  #footer .footerNavWrap .footerSubNav ul li a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ec661b;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #footer .footerNavWrap .footerSubNav ul li a:hover {
    color: #ec661b;
  }
  #footer .footerNavWrap .footerSubNav ul li a:hover:before {
    opacity: 1;
    bottom: -3px;
  }
  #footer .footerMark {
    margin-top: 40px;
    padding-top: 40px;
  }
  #footer .footerMark ul li + li {
    margin-left: 50px;
  }
  #footer .copyright {
    height: 72px;
    font-size: 12px;
    margin-top: 40px;
  }
  .commonInner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #footerBnrArea {
    padding: 60px 0;
  }
  #footerBnrArea .footerBnr1 ul {
    justify-content: center;
  }
  #footerBnrArea .footerBnr1 ul li + li {
    margin-left: 30px;
  }
  #footerBnrArea .footerBnr1 ul li a {
    display: block;
    position: relative;
  }
  #footerBnrArea .footerBnr1 ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #footerBnrArea .footerBnr1 ul li a:hover:before {
    opacity: 0.5;
  }
  #footerBnrArea .footerBnr2 {
    padding-top: 50px;
    margin-top: 50px;
  }
  #footerBnrArea .footerBnr2 ul {
    gap: 10px;
  }
  #footerBnrArea .footerBnr2 ul li {
    width: calc(25% - 8px);
  }
  #footerBnrArea .footerBnr2 ul li a {
    display: block;
    position: relative;
  }
  #footerBnrArea .footerBnr2 ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #footerBnrArea .footerBnr2 ul li a:hover:before {
    opacity: 0.5;
  }
  #specialBnrArea {
    padding: 70px 0;
    background: url(../images/common/bnr_bg_pc.png) no-repeat center/cover;
  }
  #specialBnrArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #specialBnrArea ul li + li {
    margin-left: 30px;
  }
  #specialBnrArea ul li a {
    display: block;
    position: relative;
  }
  #specialBnrArea ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  #specialBnrArea ul li a:hover:before {
    opacity: 0.5;
  }
  .btnWrap {
    margin-top: 40px;
  }
  .btnSimple {
    padding: 20px 60px 20px 35px;
    overflow: hidden;
    transition: 0.4s;
  }
  .btnSimple span {
    position: relative;
    z-index: 2;
  }
  .btnSimple:after {
    content: "";
    display: inline-block;
    background: url(../images/common/btn_arrow_red.png) no-repeat;
    width: 20px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    right: 25px;
  }
  .btnSimple:hover {
    opacity: 0.7;
  }
  .btnSimple.mini {
    font-size: 14px;
  }
  .btnSimple.btnBack {
    padding: 20px 35px 20px 60px;
  }
  .pagetopStop {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  #pagetop {
    width: 64px;
    height: 64px;
  }
  #pagetop:hover {
    opacity: 0.7;
  }
  #pagetop span {
    font-size: 12px;
    top: 30px;
  }
  /*-------------
  	webpush
  -------------*/
  .webpush {
    display: none;
  }
  .mtnet-push-notification-service-enabled .webpush {
    display: block;
  }
  a.webpush:hover {
    text-decoration: none;
  }
  a:hover .side-webpush {
    text-decoration: none;
  }
  .side-webpush {
    max-width: 100%;
    margin: 1rem auto 30px;
    display: block;
    text-align: center;
    padding: 1rem;
    background: #ec661b;
    color: #ffffff;
  }
  .side-webpush__txt {
    text-align: center;
  }
  .side-webpush__txt::before {
    content: "\f0f3";
    margin-right: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  /* ------------------------------------------
                Search
      ------------------------------------------ */
  .mt-site-search-form {
    max-width: 100%;
    margin-bottom: 1rem;
    display: flex;
  }
  /* ココから下には記入禁止 */
}
@media only screen and (min-width: 1023px) and (min-width: 64.063em) {
  .mt-site-search-form {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 1023px) {
  .mt-site-search-form__query {
    position: relative;
    display: block;
    width: calc(100% - 62px - 0.5em);
    height: 32px;
    padding: 0 8px;
    font-size: 16px;
    box-sizing: inherit;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-form__button {
    text-align: center;
    width: 62px;
    height: 34px;
    font-size: 16px;
    padding: 0 14px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-result-item__excerpt,
  .mt-site-search-result-item__url {
    font-size: 1em !important;
  }
  .wysiwyg .mt-site-search__pagination,
  .wysiwyg .mt-site-search__pagination ul {
    font-size: 1em !important;
    margin-bottom: 0;
  }
  .wysiwyg .mt-site-search__pagination ul li {
    margin-bottom: 0;
    padding: 0 1em 0 0;
  }
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  h2, h3, h4 {
    line-height: 1.3;
  }
  .fontEn {
    font-family: "Roboto", sans-serif;
  }
  /*-------------
  	webpush
  -------------*/
  .webpush {
    display: none;
  }
  .mtnet-push-notification-service-enabled .webpush {
    display: block;
  }
  a.webpush:hover {
    text-decoration: none;
  }
  a:hover .side-webpush {
    text-decoration: none;
  }
  .side-webpush {
    max-width: 100%;
    margin: 1rem auto 30px;
    display: block;
    text-align: center;
    padding: 1rem;
    background: #ec661b;
    color: #ffffff;
  }
  .side-webpush__txt {
    text-align: center;
  }
  .side-webpush__txt::before {
    content: "\f0f3";
    margin-right: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  /* ------------------------------------------
                Search
      ------------------------------------------ */
  .mt-site-search-form {
    max-width: 100%;
    margin-bottom: 1rem;
    display: flex;
  }
  /* ココから下には記入禁止 */
}
@media only screen and (min-width: 1023px) and (max-width: 1023px) and (min-width: 64.063em) {
  .mt-site-search-form {
    max-width: 300px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1023px) {
  .mt-site-search-form__query {
    position: relative;
    display: block;
    width: calc(100% - 62px - 0.5em);
    height: 32px;
    padding: 0 8px;
    font-size: 16px;
    box-sizing: inherit;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-form__button {
    text-align: center;
    width: 62px;
    height: 34px;
    font-size: 16px;
    padding: 0 14px;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
  }
  .mt-site-search-result-item__excerpt,
  .mt-site-search-result-item__url {
    font-size: 1em !important;
  }
  .wysiwyg .mt-site-search__pagination,
  .wysiwyg .mt-site-search__pagination ul {
    font-size: 1em !important;
    margin-bottom: 0;
  }
  .wysiwyg .mt-site-search__pagination ul li {
    margin-bottom: 0;
    padding: 0 1em 0 0;
  }
}
/*# sourceMappingURL=map/common.css.map */
