@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #EEEEEE;
  border-radius: 5px;
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}

.required {
  background-color: #DB6224;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 7px;
  width: 54px;
  height: 22px;
  line-height: 19px;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .required {
    font-size: 12px;
    right: 10px;
  }
}

.mw_wp_form .form-check .vertical-item + .vertical-item {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .form-check .vertical-item + .vertical-item {
    margin-top: 0.8em;
  }
}

.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}
.mwform-radio-field label {
  display: inline-block;
  margin: 0.5em 0;
  margin-right: 2rem;
}
.mwform-radio-field label:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label {
    margin-right: 1rem;
  }
}
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    padding-left: 2.5rem;
  }
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #333333;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #333333;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text:before {
  border: 1px solid #CCCCCC;
}
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
  border: #CCCCCC;
  background: #CCCCCC;
}
.mwform-radio-field label input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.error {
  color: #cc3300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  line-height: initial;
}

.formControl {
  width: 100%;
  padding: 1rem;
}

.formControlL {
  width: 100%;
  padding: 1rem;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 86px;
  position: fixed;
  top: 0;
}
@media screen and (max-width: 1280px) {
  header {
    min-height: 0;
    max-height: 4.4em;
    padding: 0.8em;
    position: fixed;
  }
}
header .navBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
header .headLogo {
  margin-right: 2em;
  padding: 0.8em;
}
header .headLogo .logo img {
  height: auto;
  max-width: 300px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
@media screen and (max-width: 1280px) {
  header .headLogo {
    margin-right: 0;
    padding: 0;
  }
  header .headLogo .logo img {
    height: 100%;
    max-height: 3em;
  }
}
header .headMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .headMenu .navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 1.5em;
}
header .headMenu .navList__item {
  margin-right: 0.5em;
}
header .headMenu .navList__item:last-child {
  margin-right: 0;
}
header .headMenu .navList__item a {
  display: block;
  padding: 0.2em 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}
header .headMenu .navList__item a:hover {
  opacity: 0.3;
}
header .headMenu .navList__item a span {
  display: none;
}
@media screen and (max-width: 1280px) {
  header .headMenu {
    display: none;
    width: 100%;
    height: calc(100vh - 4.4em);
    position: fixed;
    left: 0;
    top: 4.4em;
    background: #ffffff;
    padding: 5vw;
    overflow-y: auto;
  }
  header .headMenu .navList {
    display: block;
    margin-right: 0.5em;
    margin-bottom: 5vw;
  }
  header .headMenu .navList__item {
    margin-right: 0;
    border-bottom: rgba(204, 204, 204, 0.5) 1px solid;
  }
  header .headMenu .navList__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  header .headMenu .navList__item a {
    padding: 0;
    font-size: 110%;
    padding: 1em 0.5em 1em 0.5em;
  }
  header .headMenu .navList__item a:before {
    font-family: "Material Symbols Rounded";
    content: "\e5e1";
    vertical-align: middle;
    color: #052343;
    margin-right: 0.2em;
    font-size: 70%;
  }
}
header .headMenu .infoWrap {
  display: contents;
}
@media screen and (max-width: 1280px) {
  header .headMenu .infoWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .headMenu .infoWrap {
    display: block;
    margin-bottom: 2em;
  }
}
header .headMenu .telArea {
  margin-right: 1em;
}
@media screen and (max-width: 1280px) {
  header .headMenu .telArea {
    display: block;
    margin-right: 2em;
  }
}
@media screen and (max-width: 480px) {
  header .headMenu .telArea {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
    text-align: center;
  }
}
header .headMenu .telArea .telNum {
  display: inline-block;
  padding-left: 1.3em;
  font-size: 125%;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  header .headMenu .telArea .telNum {
    font-size: 150%;
  }
}
header .headMenu .telArea .telNum:before {
  font-family: "Material Symbols Rounded";
  font-size: 120%;
  content: "\e0b0";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #052343;
  line-height: 1;
}
header .headMenu .telArea p {
  padding-left: 1em;
  font-size: 88%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  header .headMenu .telArea p {
    font-size: 90%;
  }
}
header .headMenu .btnArea.-navi {
  max-width: 170px;
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  header .headMenu .btnArea.-navi {
    max-width: 100%;
  }
}
header .headMenu .btnArea.-navi .basicBtn {
  min-height: 86px;
  border-radius: 0;
  padding: 0.3em;
}
@media screen and (max-width: 1280px) {
  header .headMenu .btnArea.-navi .basicBtn {
    min-height: auto;
    border-radius: 5em;
  }
}
@media screen and (max-width: 480px) {
  header .headMenu .btnArea.-navi .basicBtn {
    max-width: 100%;
  }
}
header .headMenu .btnArea.-navi .basicBtn span {
  padding-left: 1.5em;
  position: relative;
}
header .headMenu .btnArea.-navi .basicBtn span:before {
  font-family: "Material Symbols Rounded";
  font-size: 120%;
  content: "\e158";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1020px) {
  header .headMenu .btnArea.-navi .basicBtn {
    padding: 0.8em;
  }
}

/*==================================================================================================
	ハンバーガーメニュー
==================================================================================================*/
.humburgerBtn {
  width: 4.4em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.7em 0.3em;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  background: #052343;
  z-index: 11;
  display: none;
}
.humburgerBtn .humburgerLine {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.humburgerBtn .humburgerLine > span {
  display: block;
  width: 50%;
  margin: 0 auto 0.41em;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.humburgerBtn .humburgerLine > span:nth-child(3) {
  margin-bottom: 0;
}
.js_humburgerOpen .humburgerBtn .humburgerLine > span {
  background: #333333;
}
.humburgerBtn .humburgerLine.open span.top {
  -webkit-transform: translateY(0.6em) rotate(-45deg);
          transform: translateY(0.6em) rotate(-45deg);
}
.humburgerBtn .humburgerLine.open span.middle {
  opacity: 0;
}
.humburgerBtn .humburgerLine.open span.bottom {
  -webkit-transform: translateY(-0.4em) rotate(45deg);
          transform: translateY(-0.4em) rotate(45deg);
}
@media screen and (max-width: 1280px) {
  .humburgerBtn {
    display: block;
  }
}

/*==================================================================================================
	フッター
==================================================================================================*/
.contactWrap {
  overflow: hidden;
  position: relative;
  padding: 2.5em 0 5em;
}
@media screen and (max-width: 767px) {
  .contactWrap {
    padding: 2em 0 4em;
  }
}
@media screen and (max-width: 560px) {
  .contactWrap {
    padding: 2em 0 3em;
  }
}
.contactWrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 23, 46, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.contactWrap .bgImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contactWrap .bgImage img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.contactWrap .inner {
  position: relative;
  z-index: 1;
}
.contactWrap .contactList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
}
@media screen and (max-width: 860px) {
  .contactWrap .contactList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.contactWrap .contactList__item {
  width: 33.3333333333%;
  padding: 2em;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 1020px) {
  .contactWrap .contactList__item {
    padding: 1em;
  }
}
@media screen and (max-width: 860px) {
  .contactWrap .contactList__item {
    width: 100%;
    margin: 0 auto;
    padding: 2em;
  }
  .contactWrap .contactList__item:first-child {
    padding-top: 2.5em;
  }
  .contactWrap .contactList__item:last-child {
    padding-bottom: 2.5em;
  }
}
.contactWrap .contactList__item .ttl {
  font-size: 113%;
  font-weight: 500;
}
@media screen and (max-width: 1160px) {
  .contactWrap .contactList__item .ttl {
    font-size: 100%;
  }
}
.contactWrap .contactList__item .btnArea {
  margin-top: 1em;
}
.contactWrap .contactList__item .btnArea .basicBtn {
  font-size: 115%;
}
.contactWrap .contactList__item .telArea a {
  display: inline-block;
  padding-left: 1em;
  font-size: 227%;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .contactWrap .contactList__item .telArea a {
    font-size: 220%;
  }
}
@media screen and (max-width: 1160px) {
  .contactWrap .contactList__item .telArea a {
    font-size: 200%;
  }
}
@media screen and (max-width: 1020px) {
  .contactWrap .contactList__item .telArea a {
    font-size: 180%;
  }
}
@media screen and (max-width: 860px) {
  .contactWrap .contactList__item .telArea a {
    font-size: 200%;
  }
}
.contactWrap .contactList__item .telArea a:before {
  font-family: "Material Symbols Rounded";
  font-size: 100%;
  font-weight: 600;
  content: "\e0b0";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #052343;
  line-height: 1;
}
.contactWrap .contactList__item.-border {
  position: relative;
}
.contactWrap .contactList__item.-border:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60%;
  background-color: #CCCCCC;
  position: absolute;
  top: 20%;
  right: 0;
}
@media screen and (max-width: 860px) {
  .contactWrap .contactList__item.-border:before {
    width: 90%;
    height: 1px;
    top: 0;
    right: 5%;
  }
}
.contactWrap .contactList__item.-border:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 60%;
  background-color: #CCCCCC;
  position: absolute;
  top: 20%;
  left: 0;
}
@media screen and (max-width: 860px) {
  .contactWrap .contactList__item.-border:after {
    width: 90%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 5%;
  }
}

footer .footerTop {
  padding: 3em 0;
}
footer .footerTop .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footerTop .inner .info {
  max-width: 300px;
  font-size: 90%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
footer .footerTop .inner .info .logo {
  margin-bottom: 1em;
  text-align: left;
}
footer .footerTop .inner .info .logo img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
footer .footerTop .inner .linkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 660px;
  width: calc(100% - 320px);
}
footer .footerTop .inner .linkList__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
footer .footerTop .inner .linkList__item a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footerTop .inner .linkList__item a:hover {
  opacity: 0.7;
}
footer .footerTop .inner .linkList__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1020px) {
  footer .footerTop .inner {
    display: block;
  }
  footer .footerTop .inner .info {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
  }
  footer .footerTop .inner .info .logo {
    text-align: center;
  }
  footer .footerTop .inner .info .logo img {
    max-width: 300px;
    max-height: 80px;
  }
  footer .footerTop .inner .info p {
    text-align: center;
  }
  footer .footerTop .inner .linkList {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footerTop .inner .info {
    margin-bottom: 2em;
  }
  footer .footerTop .inner .info .logo img {
    max-height: 60px;
  }
  footer .footerTop .inner .linkList {
    max-width: 1000px;
    width: 100%;
    display: block;
  }
  footer .footerTop .inner .linkList__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: rgba(204, 204, 204, 0.5) 1px solid;
  }
  footer .footerTop .inner .linkList__item:last-child {
    border-bottom: none;
  }
  footer .footerTop .inner .linkList__item a {
    padding: 1em 0.5em;
  }
  footer .footerTop .inner .linkList__item a:before {
    font-family: "Material Symbols Rounded";
    content: "\f108";
    vertical-align: middle;
    color: #052343;
    margin-right: 0.3em;
    font-size: 100%;
  }
}
footer .footerBottom {
  background: #323232;
  padding: 0.7em 0;
}
footer .footerBottom p {
  color: #ffffff;
  font-size: 85%;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/*==================================================================================================
	ボタン Button
==================================================================================================*/
.btnArea {
  width: 100%;
  margin-top: 2em;
}
.btnArea .basicBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 13em;
  cursor: pointer;
  padding: 1em 0.6em;
  text-align: center;
  background-color: #052343;
  color: #ffffff;
  font-weight: 600;
  font-size: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.btnArea .basicBtn:hover {
  background: #072f5b;
}
.btnArea .basicBtn span {
  position: relative;
  display: block;
  white-space: nowrap;
  line-height: 1;
}
.btnArea .basicBtn.-center {
  margin-left: auto;
  margin-right: auto;
}
.btnArea .basicBtn.-large {
  max-width: 21em;
}
.btnArea .basicBtn.-large.-more {
  padding: 1.5em 2em;
}
.btnArea .basicBtn.-more {
  padding: 1em 2em;
  position: relative;
}
.btnArea .basicBtn.-more:after {
  font-family: "Material Symbols Rounded";
  font-size: 120%;
  font-weight: 400;
  content: "\e5cc";
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  line-height: 1;
}
.btnArea .basicBtn.-mail span {
  padding-left: 1.7em;
  position: relative;
}
.btnArea .basicBtn.-mail span:before {
  font-family: "Material Symbols Rounded";
  font-weight: 400;
  font-size: 120%;
  content: "\e158";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #ffffff;
  line-height: 1;
}
.btnArea .basicBtn.-description span {
  padding-left: 1.7em;
  position: relative;
}
.btnArea .basicBtn.-description span:before {
  font-family: "Material Symbols Rounded";
  font-weight: 400;
  font-size: 120%;
  content: "\e873";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #ffffff;
  line-height: 1;
}
.btnArea .-contact {
  max-width: 15em;
}

#page-top {
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}
#page-top a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #page-top {
    right: 1em;
    bottom: 1em;
  }
  #page-top a {
    width: 60px;
    height: 60px;
  }
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
}
/*　アイコン無しボタン　*/
.btnArea .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 21.5em !important;
  cursor: pointer;
  margin: 0 auto;
  padding: 1.1em 0.6em;
  text-align: center;
  background-color: #052343;
  color: #ffffff;
  font-weight: 600;
  font-size: 100%;
  position: relative;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.btnArea .btn:hover {
  background: #072f5b;
}
.btnArea .btn span {
  position: relative;
  display: block;
  white-space: nowrap;
}

/*==================================================================================================
	タイトル Label
==================================================================================================*/
.pageLabel {
  width: 100%;
  padding: 7vw 5vw;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 670px) {
  .pageLabel {
    padding: 13vw 7vw;
  }
}
.pageLabel:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 19, 41, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}
.pageLabel .pageTitle {
  display: inline-block;
  min-width: 520px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}
.pageLabel .pageTitle .jp {
  font-size: 287.5%;
  line-height: 1.2;
}
.pageLabel .pageTitle .en {
  padding-left: 0.2em;
  font-size: 113%;
}
.pageLabel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .pageLabel .pageTitle {
    max-width: 400px;
  }
  .pageLabel .pageTitle .jp {
    font-size: 240%;
  }
  .pageLabel .pageTitle .en {
    font-size: 110%;
  }
}
@media screen and (max-width: 700px) {
  .pageLabel .pageTitle {
    min-width: 350px;
  }
}
@media screen and (max-width: 560px) {
  .pageLabel {
    padding: 15vw 5vw 5vw;
  }
  .pageLabel .pageTitle {
    max-width: 250px;
    padding: 1em;
  }
  .pageLabel .pageTitle .jp {
    font-size: 160%;
  }
  .pageLabel .pageTitle .en {
    font-size: 80%;
  }
}
@media screen and (max-width: 480px) {
  .pageLabel .pageTitle {
    min-width: 280px;
  }
}

.pageHead {
  position: relative;
}
.pageHead img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.pageHead .ttl {
  background: #ffffff;
  padding: 1.6em;
  position: absolute;
  left: 3em;
  bottom: 3em;
  max-width: calc(100% - 6em);
}
.pageHead .ttl span {
  display: block;
  line-height: 1.2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.pageHead .ttl .jp {
  font-size: 220%;
  margin-bottom: 0.4em;
  font-weight: 500;
}
.pageHead .ttl .en {
  color: #052343;
}
@media screen and (max-width: 1020px) {
  .pageHead .ttl {
    padding: 1.4em;
    left: 5vw;
    bottom: 5vw;
    max-width: calc(100% - 10vw);
  }
  .pageHead .ttl .jp {
    font-size: 200%;
  }
}
@media screen and (max-width: 767px) {
  .pageHead {
    min-height: 0;
  }
  .pageHead img {
    width: 100%;
    height: 55vw;
    min-height: 0;
  }
  .pageHead .ttl {
    padding: 1.2em;
  }
  .pageHead .ttl .jp {
    font-size: 180%;
  }
}
@media screen and (max-width: 767px) {
  .pageHead .ttl .jp {
    font-size: 160%;
  }
}

.articleHead {
  border-bottom: #CCCCCC 2px solid;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.articleHead time {
  margin-right: 1em;
}
.articleHead .cate {
  padding: 0.3em 2em;
  font-size: 85%;
  background: #EAEAEA;
  color: #505050;
}
.articleHead .ttl {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6;
}

.mainLabel {
  margin-bottom: 2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.mainLabel span {
  display: block;
  line-height: 1.4;
}
.mainLabel .en {
  display: inline-block;
  margin-bottom: 0.3em;
  padding-left: 2em;
  color: #707070;
  font-size: 85%;
  font-weight: 500;
  position: relative;
}
.mainLabel .en:before {
  content: "";
  width: 1.2em;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.mainLabel .jp {
  color: #323232;
  font-size: 188%;
  font-weight: 600;
}
.mainLabel.-center {
  text-align: center;
}
.mainLabel.-noLine .en {
  display: block;
  padding-left: 0;
}
.mainLabel.-noLine .en:before {
  display: none;
}
.mainLabel.-reverse .en {
  margin-bottom: 0;
}
.mainLabel.-reverse .jp {
  margin-bottom: 0.2em;
}
.mainLabel.-contact .en {
  font-size: 120%;
}
.mainLabel.-white span {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .mainLabel .jp {
    font-size: 160%;
  }
}

.subTtl {
  margin-bottom: 2.2em;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 238%;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.subTtl:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  border-radius: 20em;
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #052343;
}
@media screen and (max-width: 1160px) {
  .subTtl {
    font-size: 200%;
  }
}
@media screen and (max-width: 860px) {
  .subTtl {
    font-size: 180%;
  }
}
@media screen and (max-width: 560px) {
  .subTtl {
    font-size: 160%;
  }
  .subTtl:after {
    width: 60px;
  }
}

/*==================================================================================================
	Wordpress投稿用スタイル
==================================================================================================*/
.wpText > * {
  margin-top: 1em;
}
.wpText > *:first-child {
  margin-top: 0 !important;
}
.wpText p {
  margin-top: 0.6em;
}
.wpText p a {
  text-decoration: underline;
  color: #075191;
}
.wpText p a:hover {
  text-decoration: none;
}
.wpText ul {
  padding-left: 1em;
  margin-top: 1em;
}
.wpText ul li {
  list-style-type: disc;
  margin-bottom: 0.3em;
}
.wpText ul li:last-child {
  margin-bottom: 0.3em;
}
.wpText ol {
  padding-left: 2em;
  margin-top: 1em;
}
.wpText ol li {
  margin-bottom: 0.3em;
  list-style-type: decimal-leading-zero;
}
.wpText ol li:last-child {
  margin-bottom: 0.3em;
}
.wpText h1, .wpText h2, .wpText h3, .wpText h4, .wpText h5, .wpText h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #323232;
}
.wpText h1 {
  margin-bottom: 1.2em;
  padding-bottom: 0.8em;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3.8rem);
  position: relative;
}
.wpText h1:before {
  content: "";
  width: 5em;
  height: 2px;
  background: #052343;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -2.5em;
}
.wpText h2 {
  background-color: #F6F6F6;
  padding: 0.24em 1em 0.24em 0.4em;
  border-left: 5px solid #052343;
  font-size: clamp(1.8rem, 3.6vw, 3.2rem);
}
.wpText h3 {
  padding-bottom: 0.7em;
  font-size: clamp(1.7rem, 3.6vw, 3.2rem);
  position: relative;
}
.wpText h3:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #CDCDCD;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wpText h3:after {
  content: "";
  width: 4em;
  height: 4px;
  background: #052343;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wpText h4 {
  padding-left: 1.3em;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  position: relative;
}
.wpText h4:before {
  content: "";
  width: 0.7em;
  height: 2px;
  background: #052343;
  position: absolute;
  left: 0;
  top: 50%;
}
.wpText h5 {
  padding-left: 0.5em;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  position: relative;
}
.wpText h5:before {
  display: inline-block;
  width: 2px;
  height: 90%;
  background: #052343;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.wpText h6 {
  font-size: clamp(1.4rem, 3vw, 2.5rem);
}
.wpText .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}
.wpText .wp-block-buttons .wp-block-button a {
  background: #052343;
  border-radius: 0;
}
.wpText .wp-block-buttons .wp-block-button a:hover {
  background: #072f5b;
}
.wpText .wp-block-buttons .wp-block-button.is-style-outline a {
  background: none;
  border: #191919 1.5px solid;
  color: #191919;
}
.wpText .wp-block-buttons .wp-block-button.is-style-outline a:hover {
  color: #FFF;
  background: #191919;
}
.wpText .wp-block-table .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}
.wpText .wp-block-table thead, .wpText .wp-block-table tfoot {
  background: #F8F8F8;
  border-color: #F8F8F8;
  color: #323232;
}
.wpText .wp-block-table thead th, .wpText .wp-block-table thead td, .wpText .wp-block-table tfoot th, .wpText .wp-block-table tfoot td {
  border-color: #F8F8F8;
}
.wpText .wp-block-table tbody {
  background: #ffffff;
}
.wpText .wp-block-table tbody th, .wpText .wp-block-table tbody td {
  border: #F8F8F8 1px solid;
}
.wpText .wp-block-table.is-style-stripes {
  border: none;
}
.wpText .wp-block-table.is-style-stripes th, .wpText .wp-block-table.is-style-stripes td {
  border: none;
}
.wpText .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #F8F8F8;
}
.wpText .wp-block-column > * {
  margin-top: 1em;
}
.wpText .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-quote {
  border: #EEEEEE 2px solid;
  background: #F6F6F6;
  padding: 1em;
}
.wpText .wp-block-quote > * {
  margin-top: 1em;
}
.wpText .wp-block-quote > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-quote cite {
  color: #999;
}
.wpText .wp-block-code {
  background: #1B1E2D;
  color: #ffffff;
  padding: 1em;
  overflow-x: auto;
  font-size: 90%;
}
.wpText .wp-block-code code {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* ==================================================================================================
	ページネーション
================================================================================================== */
.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wp-pagenavi a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.wp-pagenavi a:hover {
  color: #ffffff;
  background: #052343;
  border-color: #052343 !important;
}
.wp-pagenavi a:last-child {
  margin: 0 0 0.6em 0;
}
.wp-pagenavi .page, .wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: inline-block;
  margin: 0 0.5em 0.6em 0;
  padding: 0.8em 1.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #323232;
  border: 1px solid #052343;
  background: #ffffff;
}
@media screen and (max-width: 560px) {
  .wp-pagenavi .page, .wp-pagenavi .current,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    padding: 0.2em 0.75em;
  }
}
.wp-pagenavi .current {
  color: #ffffff;
  border: 1px solid #052343 !important;
  background: #052343;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .extend {
  padding: 0;
  border: none;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  width: 100%;
  color: #333333;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow-x: hidden;
  position: relative;
}
body.noScrolled {
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.3rem;
  }
}
body a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #323232;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  opacity: 1;
}
body img {
  height: auto;
}
body .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  body .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink _:-ms-fullscreen,
body .telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 860px) {
  body .telLink {
    cursor: pointer;
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}
body .readTxt {
  letter-spacing: 0.15em;
  line-height: 1.8;
}
body .readTxt.-center {
  text-align: center;
}
body input[type=text],
body textarea {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
body select {
  background: none !important;
  padding: 0.6em !important;
}
body .pcNone {
  display: none;
}
@media screen and (max-width: 560px) {
  body .pcNone {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  body .spNone {
    display: none;
  }
}
body .material-symbols-rounded {
  vertical-align: middle;
  font-size: 120%;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 40;
}
body .material-symbols-rounded.-fill {
  font-variation-settings: "FILL" 1;
}
body .-fill {
  font-variation-settings: "FILL" 1;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.-center {
  text-align: center;
}

.-white {
  color: #ffffff;
}

.mainWrap {
  padding-top: 86px;
}
@media screen and (max-width: 1280px) {
  .mainWrap {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1020px) {
  .mainWrap {
    padding-top: 4.4em;
  }
}

.lContainer .mContainer {
  position: relative;
  padding: 6em 0 6em;
}
.lContainer .mContainer > * {
  z-index: 1;
  position: relative;
}
.lContainer .mContainer.-bgBase {
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer {
    padding: 5em 0 5em;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer {
    padding: 4em 0 4em;
  }
}
.lContainer .mContainer .sContainer {
  margin-bottom: 5em;
}
.lContainer .mContainer .sContainer:last-child {
  margin-bottom: 0;
}

.whiteWrap {
  background: #ffffff;
  padding: 4em 3em;
}
@media screen and (max-width: 767px) {
  .whiteWrap {
    padding: 3em 7vw 3.5em;
  }
}

.bread {
  padding: 1em 0;
}
.bread .breadList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bread .breadList .item {
  font-size: 86%;
  margin-right: 2em;
  position: relative;
}
.bread .breadList .item:before {
  font-family: "Material Symbols Rounded";
  content: "\e5e1";
  position: absolute;
  right: -2em;
  top: 50%;
  margin-top: -0.5em;
  font-size: 70%;
  line-height: 1;
  color: rgba(51, 51, 51, 0.8);
}
.bread .breadList .item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.bread .breadList .item:last-child:before {
  content: none;
}

.noContent {
  width: 100%;
  text-align: center;
}

/*==================================================================================================
	404 not foundページ
==================================================================================================*/
.mainWrap.-notFound .lContainer .mContainer .readTxt {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 480px) {
  .mainWrap.-notFound .lContainer .mContainer .readTxt .tbShow {
    display: none;
  }
}