@charset "UTF-8";
/* reset */
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dt, th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

/* --------------------------------------------------------
01share style
-------------------------------------------------------- */
.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

/*CSS Rollover*/
a.cssRoll img {
  opacity: 1;
}

a:hover.cssRoll img {
  opacity: 0.6;
}

body {
  font-weight: normal;
  line-height: 1.7;
  color: #373737;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

em {
  font-weight: bold;
}

/* ---------------------------
module
--------------------------- */
@font-face {
  font-family: "Sukhumvit";
  font-weight: 400;
  src: url("../fonts/SukhumvitSet-Text.ttf") format("truetype"), url("../fonts/SukhumvitSet-Text.woff") format("woff");
}
@font-face {
  font-family: "Sukhumvit";
  font-weight: 500;
  src: url("../fonts/SukhumvitSet-SemiBold.ttf") format("truetype"), url("../fonts/SukhumvitSet-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Sukhumvit";
  font-weight: 600;
  src: url("../fonts/SukhumvitSet-Bold.ttf") format("truetype"), url("../fonts/SukhumvitSet-Bold.woff") format("woff");
}
#wrapper {
  position: relative;
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #000000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
body.th {
  font-family: "Sukhumvit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}

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

a {
  color: #000000;
}

a:not([href^="tel:"]) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:not([href^="tel:"]):hover {
  text-decoration: none;
  opacity: 0.4;
}

a[href^="tel:"] {
  cursor: pointer;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/* ---------------------------
l-header
--------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.l-header-langBtns {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header-langBtn a {
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.l-header-langBtn a:hover {
  text-decoration: underline;
  opacity: unset;
}
.l-gnav-link {
  font-weight: bold;
}
.l-gnav-link a {
  font-family: "Montserrat", sans-serif;
}
/* ---------------------------
l-footer
--------------------------- */
.l-footer-copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #000000;
  color: #fff;
  text-align: center;
}
.l-footer-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #CC2129;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}
.l-footer-pagetop.on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.l-footer-pagetop img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-footer-linebutton {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}
.l-footer-linebutton.on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#gallery .l-wrap-sp {
  padding: 70px 30px 0;
}

#cat-gallery.en .m-archive03-body {
  height: 7rem;
}
#cat-gallery .m-mv {
  position: relative;
}
#cat-gallery .m-mv-body {
  background: none;
  opacity: 1;
}
#cat-gallery .m-mv-h {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 600;
  letter-spacing: 5px;
  margin-bottom: 1rem;
  -webkit-transition: 1.6s 0.4s;
  transition: 1.6s 0.4s;
  opacity: 1;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#cat-gallery .m-archive03-block {
  cursor: pointer;
}
#cat-gallery .m-archive03-block figure img {
  border-radius: 10px;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loader-img {
  display: none;
}

.l-post {
  border: 4px solid #eeeeee;
  padding: 37px 35px;
  background-color: #fff;
}
.l-post-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-post-label {
  font-size: 0.95rem;
  background: #fff;
  padding: 4px 40px;
  border-radius: 2em;
  color: #CC2129;
  border: 1px solid #CC2129;
  display: block;
  margin-right: 14px;
}
.l-post-label02 {
  font-size: 0.95rem;
}
.l-post-label02.is-award {
  text-decoration: underline;
  color: #1565c0;
  position: relative;
  padding-left: 29px;
}
.l-post-label02.is-award::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0em;
  left: 0;
  background-image: url(../img/base/icon-award.html);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-post-h {
  font-size: 2.25rem;
  font-weight: bold;
  margin-top: 32px;
}
.l-post-sec {
  margin-top: 15px;
}
.l-post-sec .label {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}
.l-post-sec .label02 {
  display: block;
  line-height: 2;
  margin-top: 10px;
}
.l-post-table {
  margin-top: 34px;
}

/* ---------------------------
l-wrap
--------------------------- */
.l-page-head {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  background: #fff;
}
.l-page-head.is-black {
  color: #fff;
  background: #000000;
}
.l-page-head.is-black a {
  color: #fff;
}
.l-page-main {
  position: relative;
}

.m-contact-checkbox {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 20px;
}
.m-contact-checkbox a {
  text-decoration: underline;
  color: #CC2129;
}

.l-privacy .m-h::after {
  margin-top: 10px;
}
.l-privacy-intro {
  line-height: 2.5;
  text-align: center;
  margin: 0 auto;
}
.l-privacy-text {
  line-height: 2.5;
}
.m-archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-archive {
  position: relative;
}
.m-archive:nth-child(1) {
  background: #93acbe;
  color: #fff;
}
.m-archive:nth-child(2) {
  background: #f6f6f6;
  color: #000;
}
.m-archive:nth-child(3) {
  background: #f6f6f6;
  color: #000;
}
.m-archive:nth-child(4) {
  background: #93acbe;
  color: #fff;
}
.m-archive:nth-child(5) {
  background: #688ba4;
  color: #fff;
}
.m-archive:nth-child(6) {
  background: #dededd;
}
.m-archive-num {
  text-align: center;
  margin-bottom: 0.3em;
}
.m-archive-num::after {
  content: "";
  height: 4px;
  background-color: #CC2129;
  display: block;
  margin: 0 auto;
}
.m-archive-toggle {
  position: relative;
}
.m-archive-toggle.has-shadow::after {
  content: "";
  display: block;
  width: 262px;
  height: 98px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -131px;
  margin-top: -30px;
  background: url(../img/home/product_shadow.html) center no-repeat;
  background-size: contain;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px) scaleX(0.1);
          transform: translateY(50px) scaleX(0.1);
}
.m-archive-toggle.has-shadow::after.on {
  opacity: 1;
  -webkit-transform: translateY(0px) scaleX(1);
          transform: translateY(0px) scaleX(1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.m-archive-slideWrap {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
.on .m-archive-slideWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.m-archive-slideWrap.is-open {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.m-archive-slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  width: 100%;
}
.m-archive-slide-dots li {
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #CC2129;
}
.m-archive-slide-dots li.slick-active {
  background-color: #CC2129;
}
.m-archive-slide-dots li button {
  display: none;
}
.m-archive-body {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.m-archive-slideWrap.is-open + .m-archive-body {
  opacity: 1;
  pointer-events: auto;
}
.m-archive-h {
  text-align: center;
}
.m-archive-label {
  margin-bottom: 3em;
}
.m-archive-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 22px;
  display: none;
}
.m-archive-close.is-open {
  display: block;
}

.m-archives02 {
  position: relative;
}
.m-archive02 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.m-archive02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s cubic-bezier(0.71, 0.03, 0.21, 1.01);
  transition: 0.8s cubic-bezier(0.71, 0.03, 0.21, 1.01);
}
.m-archive02-inner {
  -webkit-transition: 0.8s 0.8s;
  transition: 0.8s 0.8s;
  opacity: 0;
}
.on .m-archive02-inner {
  opacity: 1;
}
.m-archive02-h {
  text-align: center;
  color: #fff;
}
.m-archive02-h .label {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-weight: 500;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.3;
}
.en .m-archive02-h .label {
  font-size: 1.6rem;
}
.th .m-archive02-h .label {
  font-family: "Sukhumvit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.m-archive02-article {
  color: #fff;
  overflow-y: scroll;
  max-height: 370px;
}
.m-archive02-article a {
  color: #fff;
  text-decoration: underline;
}

.m-archive03 {
  position: relative;
}
.m-archive03-block figure img {
  border-radius: 10px;
}
.m-archive03-h {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 600;
}
.th .m-archive03-h {
  font-family: "Sukhumvit", sans-serif;
  letter-spacing: 0.5px;
}
.m-archive03-select-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-archive03-select-item {
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  border: 2px solid #000000;
  cursor: pointer;
  font-size: 0.9rem;
  margin-top: 10px;
}
.th .m-archive03-select-item {
  font-family: "Sukhumvit", sans-serif;
  letter-spacing: 0.5px;
}
.m-archive03-select-item.current {
  border: 2px solid #CC2129;
  color: #CC2129;
}
.m-archive03-select li + li {
  margin-left: 0.8rem;
}
.m-archive03-popup {
  position: fixed;
  display: block;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.m-archive03-popup.on {
  opacity: 1;
  z-index: 10;
}
.m-archive03-popup-block {
  text-align: -webkit-center;
}
.m-archive03-popup-block-item p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 5px;
}
.m-archive03-popup-block-item p .th {
  font-family: "Sukhumvit", sans-serif;
  letter-spacing: 0.5px;
}
.m-archive03-popup-block-item a {
  color: #fff;
  text-decoration: underline;
}
.m-archive03-popup-block-item.youtube {
  position: relative;
}
.m-archive03-popup-block-item.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.m-archive03-popup-background {
  display: none;
}
.m-archive03-popup-background.on {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: -1;
}

.m-article::first-letter {
  color: #CC2129;
  font-size: 3em;
  line-height: 1rem;
}

.m-bread {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 17px;
  bottom: 0;
}
.m-bread-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-bread-item + li::before {
  content: " / ";
  margin-left: 1rem;
  margin-right: 0.4rem;
  font-size: 0.8rem;
  color: #fff;
}
.m-bread-item a {
  letter-spacing: 2px;
  color: #fff;
}
.m-bread-item figure {
  width: 19px;
  margin-bottom: 2px;
}
.m-bread-item figure img {
  vertical-align: middle;
}

/* ---------------------------
btn
--------------------------- */
.m-btn {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 262px;
  margin: 0 auto;
  cursor: pointer;
}
.m-btn span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.7;
}
.m-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
.m-btn.arrow-r:before, .m-btn.arrow-u:before, .m-btn.arrow-d:before, .m-btn.arrow-l:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #CC2129;
  font-weight: normal;
}
.m-btn.arrow-r:before {
  content: "arrow_forward";
}
.m-btn.arrow-u:before {
  content: "arrow_upward";
}
.m-btn.arrow-d:before {
  content: "arrow_downward";
}
.m-btn.arrow-l:before {
  content: "arrow_back";
}

.m-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-column-body {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.m-column.on .m-column-body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m-column-img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.m-column.on .m-column-img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.m-column:nth-child(2n) .m-column-img {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.m-column-img.youtube {
  position: relative;
}
.m-column-img.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.m-columns02 {
  margin: 1.5rem 0 2rem;
}
.m-column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-column02-body {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.m-column02-section.on .m-column02-body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m-column02 li {
  text-align: center;
}
.m-column02 li dt {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2px;
}
.m-column02 li dd span {
  font-size: 1.3rem;
}

.m-column03 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.m-columns03.on .m-column03 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m-column03-img {
  margin-bottom: 1rem;
}
.m-column03-h {
  text-align: center;
  margin: 1.5rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.th .m-column03-h {
  letter-spacing: 0.5px;
  font-weight: 600;
}

.m-column04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-column04-body {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.m-column04.on .m-column04-body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m-column04-body-table th, .m-column04-body-table td {
  vertical-align: top;
  padding-bottom: 10px;
}
.m-column04-img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.m-column04.on .m-column04-img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.m-column04:nth-child(2n) .m-column04-img {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.m-columns05.archive {
  display: none;
}

.m-column05-body-item dt {
  font-weight: 600;
  vertical-align: top;
  font-size: 1.1rem;
}
.m-column05-body-item dd h4 {
  font-weight: 600;
}
.m-column05-btn {
  margin-top: 3.5rem;
}

.m-column06:not(:first-child) {
  margin-top: 7rem;
}
.m-column06-item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.m-column06-item h3 .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
}
.m-column06-bottom-title .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
}
.m-column06-bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-column06-bottom-item figure {
  max-width: 140px;
}
.m-contact-address {
  background: #CC2129;
  color: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.m-contact-address dt {
  text-align: center;
  margin-bottom: 0.4em;
}
.on .m-contact-address {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.m-contact-items {
  margin: 60px 0;
}
.m-contact-item {
  margin: 0 1em 1em;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.on .m-contact-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.m-contact-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-contact-item dt {
  width: 24px;
  height: 24px;
  background: #CC2129;
  border-radius: 50%;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-contact-item dt img {
  width: 18px;
}
.m-contact-table {
  width: 100%;
}
.m-contact-table th {
  font-weight: bold;
}
.m-contact-table .error {
  color: #f00;
}
.m-contact-inputTxt, .m-contact-inputTxtarea, .m-contact-inputSelect {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #eeeeef;
  border: none;
  position: relative;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 30px 35px rgba(0, 130, 206, 0);
          box-shadow: 0 0 30px 35px rgba(0, 130, 206, 0);
}
.m-contact-inputTxt + span, .m-contact-inputTxtarea + span, .m-contact-inputSelect + span {
  position: relative;
}
.m-contact-inputTxt + span::after, .m-contact-inputTxtarea + span::after, .m-contact-inputSelect + span::after {
  position: absolute;
  display: block;
  background: #000;
  padding: 2px 8px;
  right: 0;
  top: -100px;
  font-size: 0.85rem;
}
.m-contact-inputTxt.invalid, .m-contact-inputTxtarea.invalid, .m-contact-inputSelect.invalid {
  border-color: #d45252;
}
.m-contact-inputTxt[disabled=disabled], .m-contact-inputTxtarea[disabled=disabled], .m-contact-inputSelect[disabled=disabled] {
  background: #dedede;
}
.m-contact-inputTxt, .m-contact-inputTxtarea {
  width: 100%;
}
.m-contact-inputTxtarea {
  line-height: 1.3;
  resize: vertical;
}
.m-contact-must {
  color: #f00;
  margin-left: 1em;
  padding: 4px 10px;
  font-size: 0.85rem;
}
.m-contact-error {
  color: #f00;
}
.m-contact-btns {
  margin-bottom: 2em;
}
.m-h {
  margin-bottom: 1em;
}
.m-h::after {
  content: "";
  display: block;
  width: 80px;
  height: 8px;
  background-color: #CC2129;
}
.m-h.is-center {
  text-align: center;
}
.m-h.is-center::after {
  margin: 0 auto;
}
.m-h .label {
  font-family: "Montserrat", sans-serif;
  display: block;
  letter-spacing: 5px;
  font-weight: 600;
  margin-bottom: 10px;
}
.m-h .label02 {
  color: #CC2129;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}

.m-h-notice .txt {
  line-height: 1.45;
  text-align: center;
}
.m-h-notice .m-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-h-notice .m-flex figure:last-child {
  width: 170px;
}
.th .m-h-notice .m-flex p {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-weight: 500;
}

.m-h01 {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

.m-h02 {
  margin-bottom: 1em;
}
.m-h02 .label {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-weight: 500;
  display: block;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 10px;
}
.th .m-h02 .label {
  font-family: "Sukhumvit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.m-mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.m-mv-slides {
  overflow: hidden;
  width: 100%;
  position: absolute !important;
  top: 80px;
  left: 0;
}
.m-mv-slides .slick-list,
.m-mv-slides .slick-track {
  height: 100%;
}
.m-mv-slide {
  background-size: cover;
}
.m-mv-body {
  position: relative;
  z-index: 1;
  text-align: center;
  opacity: 1;
}
.m-mv-label .label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.th .m-mv-label .label {
  font-family: "Sukhumvit", sans-serif;
}

.m-news {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-slide-body {
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-slide-label {
  text-align: center;
}
.m-slide-dots {
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-slide-dots li {
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
}
.m-slide-dots li.slick-active {
  background: #fff;
}
.m-slide-dots li button {
  display: none;
}

.u-c-bk {
  color: #000000 !important;
}
.u-c-gy {
  color: #616161 !important;
}
.u-c-c1 {
  color: #CC2129 !important;
}
.u-c-c2 {
  color: #e9f5ea !important;
}
.u-c-c3 {
  color: #f6f9f7 !important;
}
.u-c-c4 {
  color: #d87e6c !important;
}
.u-c-c9_1 {
  color: #edf2ef !important;
}
.u-c-c9_2 {
  color: #f5f5f5 !important;
}
.u-c-c9_3 {
  color: #5f5f5f !important;
}
.u-c-c9_4 {
  color: #626262 !important;
}
.u-c-c9_5 {
  color: #bdbdbd !important;
}
.u-c-wh {
  color: #fff !important;
}
.u-c-pk {
  color: #EEA295 !important;
}

.u-bg-bk {
  background: #000000 !important;
}
.u-bg-gy {
  background: #616161 !important;
}
.u-bg-c0 {
  background: #000000 !important;
}
.u-bg-c1 {
  background: #CC2129 !important;
}
.u-bg-c2 {
  background: #e9f5ea !important;
}
.u-bg-c3 {
  background: #f6f9f7 !important;
}
.u-bg-c4 {
  background: #d87e6c !important;
}
.u-bg-c9_1 {
  background: #edf2ef !important;
}
.u-bg-c9_2 {
  background: #f5f5f5 !important;
}
.u-bg-c9_3 {
  background: #5f5f5f !important;
}
.u-bg-c9_4 {
  background: #626262 !important;
}
.u-bg-c9_5 {
  background: #bdbdbd !important;
}
.u-bg-c9g {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f2edea));
  background: linear-gradient(90deg, #fff 0%, #f2edea 100%);
}
.u-bg-c4 {
  background: #d87e6c !important;
}
.u-bg-wh {
  background: #fff !important;
}
.u-bg-pk {
  background: #EEA295 !important;
}
.u-bg-grid {
  background: #fff url(../img/base/grid_01.html) center/20px;
}

.u-bd-bk {
  border-color: #000000 !important;
}
.u-bd-gy {
  border-color: #616161 !important;
}
.u-bd-c0 {
  border-color: #000000 !important;
}
.u-bd-c1 {
  border-color: #CC2129 !important;
}
.u-bd-c2 {
  border-color: #e9f5ea !important;
}
.u-bd-c3 {
  border-color: #f6f9f7 !important;
}
.u-bd-c4 {
  border-color: #d87e6c !important;
}
.u-bd-wh {
  border-color: #fff !important;
}
.u-bd-pk {
  border-color: #EEA295 !important;
}

/* ---------------------------
input
--------------------------- */
.u-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #f5f5f5;
  position: relative;
  vertical-align: middle;
  resize: none;
  font-size: 1rem;
}
.u-input::-webkit-input-placeholder {
  color: #5f5f5f;
}
.u-input::-moz-placeholder {
  color: #5f5f5f;
}
.u-input:-ms-input-placeholder {
  color: #5f5f5f;
}
.u-input::-ms-input-placeholder {
  color: #5f5f5f;
}
.u-input::placeholder {
  color: #5f5f5f;
}
.u-input:disabled {
  background: #edf2ef;
}
.u-input.invalid {
  border-color: #d45252;
}
.u-input.size-max {
  width: 100%;
}
.u-input.size-s {
  width: 5em;
}
.m-form .u-input {
  margin-bottom: 4px;
  margin-right: 8px;
}
.u-input-radioLabel {
  padding: 8px;
  display: block;
  border: dotted #ccc 1px;
}
.u-input-radio01:not(:last-child) {
  border-bottom: 2px dotted #edf2ef;
}
.u-input-radio01 input {
  opacity: 0;
  position: absolute;
}
.u-input-radio01 label {
  display: block;
}
.u-input-radio01-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-input-radio01-ico {
  border: 1px solid #edf2ef;
  background: #edf2ef;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
input:checked + .u-input-radio01-clear .u-input-radio01-ico {
  border-color: #CC2129;
  background: #CC2129;
}
input:checked + .u-input-radio01-clear .u-input-radio01-ico:after {
  content: "";
  display: block;
  width: 40%;
  height: 40%;
  background: #f9d9e7;
  border-radius: 50%;
}
input:focus + .u-input-radio01-clear .u-input-radio01-ico {
  -webkit-box-shadow: 0 0 2px 1px #004AA1;
          box-shadow: 0 0 2px 1px #004AA1;
}
.u-input-radio01-txts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.u-input-checkbox {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.u-input-checkboxClear label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

button, input[type=submit] {
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-weight: 500;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  background: none;
  display: block;
  width: 100%;
}

.mwform-radio-field-text {
  display: inline-block;
  vertical-align: middle;
}

/* ---------------------------
m
--------------------------- */
/* align */
.u-align-c {
  text-align: center !important;
}

.u-align-l {
  text-align: left !important;
}

.u-align-r {
  text-align: right !important;
}

.u-valign-t {
  vertical-align: top !important;
}

.u-valign-m {
  vertical-align: middle !important;
}

.u-valign-b {
  vertical-align: bottom !important;
}

/* margin */
.u-ml-2xs {
  margin-left: 5px !important;
}

.u-ml-xs {
  margin-left: 10px !important;
}

.u-ml-s {
  margin-left: 20px !important;
}

.u-ml {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 40px !important;
}

.u-ml-xl {
  margin-left: 60px !important;
}

.u-ml-2xl {
  margin-left: 80px !important;
}

.u-ml-3xl {
  margin-left: 100px !important;
}

/* margin */
.u-mr-2xs {
  margin-right: 5px !important;
}

.u-mr-xs {
  margin-right: 10px !important;
}

.u-mr-s {
  margin-right: 20px !important;
}

.u-mr {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 40px !important;
}

.u-mr-xl {
  margin-right: 60px !important;
}

.u-mr-2xl {
  margin-right: 80px !important;
}

.u-mr-3xl {
  margin-right: 100px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-1e {
  margin-bottom: 1em !important;
}
.u-mb-2e {
  margin-bottom: 2em !important;
}
.u-mb-3e {
  margin-bottom: 3em !important;
}
.u-ml-10 {
  margin-left: 10px !important;
}
.u-ml-15 {
  margin-left: 15px !important;
}
.u-ml-20 {
  margin-left: 20px !important;
}
.u-ml-25 {
  margin-left: 25px !important;
}
.u-mr-10 {
  margin-right: 10px !important;
}
.u-mr-15 {
  margin-right: 15px !important;
}
.u-mr-20 {
  margin-right: 20px !important;
}
.u-mr-25 {
  margin-right: 25px !important;
}

/* ---------------------------
link
--------------------------- */
.u-link {
  word-break: break-all;
  text-decoration: underline !important;
}
.u-link:hover {
  text-decoration: none !important;
}
.u-link-newTab:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../img/base/ico_newTab_c0.html") center no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.u-link-pdf::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../img/base/logo_pdf.html") center no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.u-link02 {
  position: relative;
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}
.u-link02:after {
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url("../img/base/ico_arrow_01_c1.html") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -9px;
}

/* ---------------------------
list
--------------------------- */
.u-list {
  margin-left: 30px;
}
.u-list li {
  padding-left: 20px;
  position: relative;
}
.u-list li:not(:last-child) {
  margin-bottom: 0.3em;
}
.u-list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.55em;
  left: 0;
  border-radius: 50%;
  background-color: #CC2129;
  margin-bottom: 1.5em;
}
.u-list02 {
  padding-left: 1.5em;
}
.u-list02 li {
  margin-bottom: 0.8em;
  padding-left: 0.5em;
  list-style: none;
  list-style-type: decimal;
  position: relative;
}
.u-list02 li:before {
  content: "";
}
.u-list03 li {
  padding-left: 1.15em;
  margin-bottom: 0.3em;
  list-style: none;
}
.u-list03 li a {
  color: #1565c0;
  text-decoration: underline;
}
.u-list04 {
  counter-reset: number;
}
.u-list04 li {
  border-bottom: 1px solid #edf2ef;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 17px;
}
.u-list04 li:not(:last-child) {
  margin-bottom: 17px;
}
.u-list04 li::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 0.3em;
}

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  overflow: hidden;
}
.u-wysiwyg a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #CC2129;
}
.u-wysiwyg a:hover {
  text-decoration: none;
}
.u-wysiwyg a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.u-wysiwyg a img:hover {
  opacity: 0.8;
}
.u-wysiwyg h1 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
.u-wysiwyg h2 {
  color: #CC2129;
  margin-top: 1.8em;
  margin-bottom: 0.9em;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwyg h3 {
  color: #CC2129;
  margin-top: 1.9em;
  margin-bottom: 0.7em;
  line-height: 1.7;
  font-weight: bold;
}
.u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
  color: #CC2129;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
}
.u-wysiwyg h4:before, .u-wysiwyg h5:before, .u-wysiwyg h6:before {
  content: "ー";
  margin-right: 1em;
}
.u-wysiwyg ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.u-wysiwyg ol li {
  list-style-type: decimal;
}
.u-wysiwyg ol li ol {
  counter-reset: ol;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.u-wysiwyg ol li ol li {
  counter-increment: ol;
  list-style-type: none;
}
.u-wysiwyg ol li ol li:before {
  content: counter(ol, katakana) ")";
  margin-right: 0.2em;
}
.u-wysiwyg ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.u-wysiwyg ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}
.u-wysiwyg p:not(:last-child) {
  margin-bottom: 2.2em;
}
.u-wysiwyg em {
  font-weight: normal;
}
.u-wysiwyg blockquote {
  border: 2px solid #edf2ef;
}
.u-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}
.u-wysiwyg .aligncenter {
  display: block;
  margin: 0 auto;
}
.u-wysiwyg .alignright {
  float: right;
}
.u-wysiwyg .alignleft {
  float: left;
}
.u-wysiwyg .wp-caption,
.u-wysiwyg figcaption {
  margin-top: 1em;
  font-size: 0.85rem;
  text-align: left;
}
.u-wysiwyg table {
  margin-bottom: 1em;
}
.u-wysiwyg figure {
  margin-bottom: 3em !important;
}
.u-wysiwyg hr {
  margin: 2em 0;
}
.u-wysiwyg .wp-block-embed-youtube iframe {
  width: 100%;
}
.u-wysiwyg .material-icons-outlined {
  font-size: 1rem;
}

.wp-block-image {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-block-table {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.u-fwb {
  font-weight: bold !important;
}

.u-fwm {
  font-weight: 500 !important;
}

.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

.u-lh200 {
  line-height: 2 !important;
}

/* ---------------------------
bordered
--------------------------- */
.u-bordered01 {
  border: 1px solid #edf2ef;
}

.u-bordered02 {
  border: 5px solid #CC2129;
}

.u-bdt-c9_2 {
  border-top: 1px solid #f5f5f5;
}

.u-bdb-c9_2 {
  border-bottom: 1px solid #f5f5f5;
}
.u-bdb-c9_5 {
  border-bottom: 1px solid #bdbdbd;
}

/* ---------------------------
folding
--------------------------- */
.u-folding-target {
  display: none;
}

/* ---------------------------
u-table
--------------------------- */
.u-table, .u-wysiwyg table {
  width: 100%;
  line-height: 2;
}
.u-table th, .u-wysiwyg table th, .u-table td, .u-wysiwyg table td {
  border-top: 1px solid #f5f5f5;
  padding: 18px;
  vertical-align: top;
}
.u-table th, .u-wysiwyg table th {
  padding-right: 2em;
  font-weight: bold;
  white-space: nowrap;
}
.u-table02 {
  width: 100%;
  line-height: 2;
}
.u-table02.is-stripe tr:nth-child(even) {
  background-color: #ebe9dc;
}
.u-table02 tr {
  background-color: #fff;
}
.u-table02 th, .u-table02 td {
  border-top: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  padding: 18px;
  vertical-align: top;
  text-align: center;
  vertical-align: middle;
}
.u-table02 th a, .u-table02 td a {
  text-decoration: underline;
}
.u-table02 th {
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  background-color: #5f5f5f;
}
.u-table02 td a {
  color: #CC2129;
}

.u-table03 {
  width: 100%;
  line-height: 2;
}
.u-table03 tr {
  border: 1px solid #e0e0e0;
}
.u-table03 th, .u-table03 td {
  font-size: 0.95rem;
  border-top: 1px solid #e0e0e0;
  padding: 9px 15px;
  vertical-align: top;
}
.u-table03 th {
  padding-right: 2em;
  font-weight: bold;
  white-space: nowrap;
  background-color: #eeeeee;
}
.u-table03 td {
  line-height: 1.5;
}
.u-table03 td a {
  text-decoration: underline;
  color: #1565c0;
}

.u-table04 {
  width: 100%;
}
.u-table04 tr {
  border-bottom: solid 1px #edf2ef;
}
.u-table04 tr th, .u-table04 tr td {
  vertical-align: top;
  padding-bottom: 13px;
}
.u-table04 tr th {
  padding-right: 13px;
}
.u-table04 tr:not(:first-child) th, .u-table04 tr:not(:first-child) td {
  padding-top: 8px;
}

.u-table05 {
  width: 100%;
}
.u-table05 tr {
  border: solid 1px #bdbdbd;
}
.u-table05 tr th, .u-table05 tr td {
  border-top: solid 1px #bdbdbd;
  border-right: solid 1px #bdbdbd;
  text-align: center;
}
.u-table05 tr th {
  background-color: #ebe9dc;
  padding: 10px 50px;
}
.u-table05 tr td {
  padding: 10px 20px;
}

.u-table06 {
  width: 100%;
}
.u-table06 thead tr th, .u-table06 thead tr td {
  padding-bottom: 17px;
}
.u-table06 tbody tr {
  border-bottom: solid 1px #bdbdbd;
}
.u-table06 tbody tr th, .u-table06 tbody tr td {
  padding-bottom: 13px;
}
.u-table06 tbody tr:not(:first-child) th, .u-table06 tbody tr:not(:first-child) td {
  padding-top: 20px;
}
.u-table06 tr th, .u-table06 tr td {
  vertical-align: top;
}
.u-table06 tr th {
  padding-right: 13px;
}
.u-table06 tr td {
  text-align: right;
}
.u-table06 tr:not(:first-child) th, .u-table06 tr:not(:first-child) td {
  padding-top: 8px;
}

.u-table07 tr th, .u-table07 tr td {
  border-bottom: 1px solid #fff;
}
.u-table07 tr th {
  color: #fff;
  background-color: #CC2129;
}
.u-tab-trigger {
  cursor: pointer;
}
.u-tab-target {
  display: none;
}
.u-tab-target.is-active {
  display: block;
}

@media screen and (min-width: 1399px) {
  /* ==========================================================================
     Large
     ========================================================================== */
  .wrapin {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
  module
  --------------------------- */
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 400;
    src: url("../fonts/SukhumvitSet-Text.ttf") format("truetype"), url("../fonts/SukhumvitSet-Text.woff") format("woff");
  }
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 500;
    src: url("../fonts/SukhumvitSet-SemiBold.ttf") format("truetype"), url("../fonts/SukhumvitSet-SemiBold.woff") format("woff");
  }
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 600;
    src: url("../fonts/SukhumvitSet-Bold.ttf") format("truetype"), url("../fonts/SukhumvitSet-Bold.woff") format("woff");
  }
  html {
    font-size: 16px;
  }
  .pcOnly {
    display: block !important;
  }
  .pcOnly.dis-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .spOnly {
    display: none !important;
  }
  .spOnly.dis-flex {
    display: none !important;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    height: 80px;
    padding-top: 25px;
    -webkit-transition: 0.8s 0.1s;
    transition: 0.8s 0.1s;
    opacity: 0;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  .l-header.on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-header-logo {
    width: 147px;
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    resize: vertical;
  }
  .l-header-langBtns {
    right: 40px;
    top: 20px;
  }
  .l-header-langBtn a {
    background-color: #fff;
    border: 4px solid #0E3F7A;
    border-right: none;
    width: 58px;
    height: 40px;
    font-size: 0.9rem;
  }
  .l-header-langBtn.is-current a {
    color: #fff;
    background-color: #0E3F7A;
  }
  .l-header-langBtn:last-child a {
    border-right: 4px solid #0E3F7A;
  }
  .l-gnav {
    padding: 0 120px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .l-gnav-link:not(:last-child) {
    margin-right: 2rem;
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.8rem;
    padding: 20px 0;
  }
  .l-footer-copyright-privacy {
    position: absolute;
    right: 15rem;
  }
  .l-footer-pagetop {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
  .l-footer-linebutton img {
    right: 40px;
    bottom: 40px;
    width: 80px;
    height: 80px;
  }
  #gallery .l-wrap-sp {
    padding: 70px 30px 0;
  }
  #cat-gallery.en .m-archive03-body {
    height: 7rem;
  }
  #cat-gallery .m-mv {
    height: 20vh;
  }
  #cat-gallery .m-mv-body {
    top: 15%;
    padding: unset;
    left: unset;
  }
  #cat-gallery .m-mv-h {
    font-size: 3.2rem;
  }
  #cat-gallery .l-wrap-gallery {
    max-width: 1100px;
    margin: 0 auto;
  }
  #cat-gallery .m-archives03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
  }
  #cat-gallery .m-archive03 {
    width: 350px;
    padding: unset;
  }
  #cat-gallery .m-archive03-body {
    height: 6rem;
    margin-bottom: 30px;
  }
  #cat-gallery .m-archive03-h {
    margin-bottom: unset;
  }
  a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  .grid-sizer {
    width: 350px;
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .loader-img {
    width: 225px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-h1 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-960 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 240px;
  }
  .l-page-head {
    width: 240px;
    padding: 60px 0;
    height: 100vh;
  }
  .l-page-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 240px);
  }
  .l-privacy .m-h {
    margin-bottom: 1.5em;
  }
  .l-privacy .m-h .label01 {
    font-size: 1.8rem;
  }
  .l-privacy-intro {
    width: 74%;
  }
  .l-privacy-text {
    width: 96%;
  }
  .l-privacy-text-sign {
    width: 39%;
  }
  .m-archive {
    width: 33.33%;
    padding: 5%;
  }
  .m-archive-num {
    font-size: 2.4rem;
  }
  .m-archive-num::after {
    width: 100px;
  }
  .m-archive-toggle {
    min-height: 400px;
  }
  .m-archive-slide-dots {
    bottom: -5%;
  }
  .m-archive-slide-dots li {
    width: 16px;
    height: 16px;
    margin: 0 14px 10px;
  }
  .m-archive-body {
    padding-top: 30px;
  }
  .m-archive-h {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .m-archives02-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-archive02 {
    padding: 150px 0 80px;
    width: 50%;
  }
  .m-archive02:first-child.on::before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .m-archive02:last-child.on::before {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .m-archive02:first-child::before, .m-archive02:last-child::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .m-archive02-inner {
    max-width: 330px;
    margin: 0 auto 120px;
  }
  .m-archive02-h {
    margin-bottom: 60px;
  }
  .m-archives03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .m-archive03 {
    width: 33.33%;
    padding: 1%;
  }
  .m-archive03-body {
    padding: 20px 20px 0;
  }
  .m-archive03-h {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .m-archive03-select {
    max-width: 1100px;
    margin: 0 auto;
  }
  .m-archive03-select-item {
    padding: 5px 20px;
    border-radius: 32px;
    height: 64px;
  }
  .m-archive03-popup-block {
    height: 100vh;
    overflow: scroll;
  }
  .m-archive03-popup-block-item {
    margin-top: 20px;
  }
  .m-archive03-popup-block-item p {
    font-size: 1.6rem;
    padding-top: 3rem;
  }
  .m-archive03-popup-block-item figure {
    padding-bottom: 4rem;
  }
  .m-archive03-popup-block-item img {
    height: 80vh;
    width: auto;
  }
  .vertical-item01 .m-archive03-popup-block-item img {
    width: 400px;
    height: auto;
  }
  .horizontal-item02 .m-archive03-popup-block-item img {
    width: 80vw;
    height: auto;
    padding-top: 7rem;
  }
  .m-archive03-popup-block-item.youtube {
    padding-top: 39.4%;
    width: 70vw;
    margin-bottom: 5rem;
  }
  .m-bread {
    padding: 2px 40px;
    left: 10%;
  }
  .m-bread-wrapper {
    max-width: 100%;
  }
  .m-bread-item a {
    font-size: 1rem;
  }
  /* ---------------------------
  btn
  --------------------------- */
  .m-btn.arrow-r, .m-btn.arrow-u, .m-btn.arrow-d, .m-btn.arrow-l {
    padding-left: 45px;
    padding-right: 45px;
  }
  .m-btn.arrow-r:before, .m-btn.arrow-u:before, .m-btn.arrow-d:before, .m-btn.arrow-l:before {
    font-size: 28px;
    right: 15px;
  }
  .m-btn.arrow-l:before {
    left: 15px;
    right: auto;
  }
  .m-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .m-column:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column-body {
    width: 45%;
  }
  .m-column-img {
    width: 60%;
  }
  .m-column:nth-child(2n) .m-column-img {
    margin-left: -7%;
  }
  .m-column:nth-child(2n+1) .m-column-img {
    margin-right: -15%;
  }
  .m-column-img.youtube {
    padding-top: 33.75%;
  }
  .m-columns02-parabox {
    aspect-ratio: 1600/540;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 100%;
    margin-top: 2.2rem;
  }
  .m-columns02-parabox-item {
    background-image: url(../img/home/strength-para.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .m-column02 {
    gap: 6.5%;
  }
  .m-column02-body {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .m-column02 li dt {
    font-size: 4rem;
  }
  .m-columns03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-column03 {
    width: 31%;
  }
  .m-column03:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column03:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column03:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .m-column03:nth-child(3n+2) {
    margin: 0 5%;
  }
  .m-column04:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-column04:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column04:nth-child(2n) .m-column04-body {
    width: 45%;
  }
  .m-column04:nth-child(2n+1) .m-column04-body {
    width: 55%;
  }
  .m-column04-body-table th, .m-column04-body-table td {
    min-width: 100px;
  }
  .m-column04-img {
    overflow: hidden;
  }
  .m-column04:nth-child(2n+1) .m-column04-img {
    margin-right: -5%;
    width: 45%;
  }
  .m-column04:nth-child(2n) .m-column04-img {
    margin-left: -7%;
    width: 60%;
    aspect-ratio: 600/410;
  }
  .m-columns05 {
    padding: 0 100px 0 175px;
  }
  .m-columns05 li + li {
    margin-top: 30px;
  }
  .m-columns05.archive {
    margin-top: 4rem;
  }
  .m-column05-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-column05-body-item dt {
    min-width: 90px;
    margin-right: 50px;
  }
  .m-column05-body-item dd h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .m-column06-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3%;
  }
  .m-column06-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-column06-bottom-title {
    margin-right: 6rem;
  }
  .m-column06-bottom-item:last-child figure {
    max-width: unset;
  }
  .m-column06-bottom-item figure {
    min-width: 40px;
  }
  .m-column06-bottom dd + dd {
    margin-left: 1.5rem;
  }
  .m-contact-address {
    padding: 10px 30px;
    max-width: 640px;
    margin: 0 auto 3em;
    margin-bottom: 3em;
  }
  .m-contact-address dt {
    font-size: 1.5rem;
  }
  .m-contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-contact-form {
    padding: 40px 80px;
  }
  .m-contact-table {
    margin-bottom: 40px;
  }
  .m-contact-table th, .m-contact-table td {
    vertical-align: top;
    padding: 10px 0;
  }
  .m-contact-table th {
    width: 246px;
    position: relative;
  }
  .m-contact-table.db {
    display: block;
  }
  .m-contact-table.db tbody, .m-contact-table.db tr, .m-contact-table.db th, .m-contact-table.db td {
    display: block;
  }
  .m-contact-table.db th {
    width: auto;
    border-right: none;
  }
  .m-contact-table.db td {
    padding: 0;
  }
  .m-contact-inputTxt, .m-contact-inputTxtarea, .m-contact-inputSelect {
    padding: 10px;
    font-size: 1.02em;
  }
  .m-contact-inputTxt.size-l, .m-contact-inputTxtarea.size-l, .m-contact-inputSelect.size-l {
    width: 26em;
  }
  .m-contact-inputTxt.size-m, .m-contact-inputTxtarea.size-m, .m-contact-inputSelect.size-m {
    width: 16em;
  }
  .m-contact-inputTxt.size-sm, .m-contact-inputTxtarea.size-sm, .m-contact-inputSelect.size-sm {
    width: 12em;
  }
  .m-contact-inputTxt.size-s, .m-contact-inputTxtarea.size-s, .m-contact-inputSelect.size-s {
    width: 7em;
  }
  .m-contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .m-contact-btn {
    width: 364px;
    margin: 0 10px;
  }
  .page-check .m-contact-table {
    margin: 80px;
  }
  .page-check .m-contact-table th {
    width: 160px;
  }
  .page-check .m-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: unset;
  }
  .page-check .m-contact-btn button {
    width: 230px;
    margin: 0 10px;
  }
  .page-completion .m-contact-btn {
    width: 280px;
    margin: 80px auto 40px;
  }
  .page-error .m-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: unset;
  }
  .page-error .m-contact-btn button {
    width: 280px;
    margin: 0 10px;
  }
  .m-h.is-center::after {
    margin: 0 auto;
  }
  .m-h .label {
    font-size: 2.5rem;
  }
  .m-h .label02 {
    font-size: 1.2rem;
  }
  .m-h-notice .txt {
    font-size: 18px;
  }
  .th .m-h-notice .txt {
    font-size: 20px;
  }
  .m-h-notice:last-child {
    margin-top: 2rem;
  }
  .m-h-notice .m-flex {
    gap: 2rem;
  }
  .m-h-notice .m-flex figure:first-child {
    width: 200px;
    margin-right: 2rem;
    margin-left: -4rem;
  }
  .m-h01 {
    font-size: 2rem;
  }
  .th .m-h01 {
    font-size: 1.95rem;
    line-height: 2.2;
  }
  .m-h02 .label {
    font-size: 2rem;
  }
  .m-mv {
    height: 90vh;
  }
  .m-mv-slides {
    height: 90vh;
  }
  .m-mv-slide {
    background-position: 50% 100%;
  }
  .m-mv-body {
    width: 70%;
    padding: 20px 40px;
    margin: 0 auto 1rem;
  }
  .m-mv-label .label {
    font-size: 2rem;
  }
  .m-slide {
    height: 30vw !important;
    padding-bottom: 80px;
  }
  .m-slide-h {
    font-size: 3em;
  }
  .m-slide-dots {
    bottom: 20px;
  }
  .m-slide-dots li {
    width: 18px;
    height: 18px;
    margin: 0 14px 18px;
  }
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .u-input-checkbox {
    width: 30px;
    height: 30px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }
  .u-mt-xs {
    margin-top: 10px !important;
  }
  .u-mt-s {
    margin-top: 20px !important;
  }
  .u-mt {
    margin-top: 30px !important;
  }
  .u-mt-l {
    margin-top: 40px !important;
  }
  .u-mt-xl {
    margin-top: 60px !important;
  }
  .u-mt-2xl {
    margin-top: 80px !important;
  }
  .u-mt-3xl {
    margin-top: 100px !important;
  }
  .u-mb-2xs {
    margin-bottom: 5px !important;
  }
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
  .u-mb-s {
    margin-bottom: 20px !important;
  }
  .u-mb {
    margin-bottom: 30px !important;
  }
  .u-mb-l {
    margin-bottom: 40px !important;
  }
  .u-mb-xl {
    margin-bottom: 60px !important;
  }
  .u-mb-2xl {
    margin-bottom: 80px !important;
  }
  .u-mb-3xl {
    margin-bottom: 100px !important;
  }
  .u-ml-1em {
    margin-left: 1em !important;
  }
  .u-mr-1em {
    margin-right: 1em !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }
  .u-pt-xs {
    padding-top: 10px !important;
  }
  .u-pt-s {
    padding-top: 20px !important;
  }
  .u-pt {
    padding-top: 30px !important;
  }
  .u-pt-l {
    padding-top: 40px !important;
  }
  .u-pt-xl {
    padding-top: 60px !important;
  }
  .u-pt-2xl {
    padding-top: 80px !important;
  }
  .u-pt-3xl {
    padding-top: 100px !important;
  }
  .u-pt-4xl {
    padding-top: 120px !important;
  }
  .u-pt-5xl {
    padding-top: 140px !important;
  }
  .u-pt-6xl {
    padding-top: 160px !important;
  }
  .u-pt-7xl {
    padding-top: 180px !important;
  }
  .u-pb-2xs {
    padding-bottom: 5px !important;
  }
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
  .u-pb-s {
    padding-bottom: 20px !important;
  }
  .u-pb {
    padding-bottom: 30px !important;
  }
  .u-pb-l {
    padding-bottom: 40px !important;
  }
  .u-pb-xl {
    padding-bottom: 60px !important;
  }
  .u-pb-2xl {
    padding-bottom: 80px !important;
  }
  .u-pb-3xl {
    padding-bottom: 100px !important;
  }
  .u-pb-4xl {
    padding-bottom: 120px !important;
  }
  .u-pb-5xl {
    padding-bottom: 140px !important;
  }
  .u-p-xs {
    padding: 10px !important;
  }
  .u-p-s {
    padding: 20px !important;
  }
  .u-p {
    padding: 30px !important;
  }
  .u-p-l {
    padding: 40px !important;
  }
  .u-p-xl {
    padding: 60px !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 2rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.6rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }
  .wp-block-image {
    margin-bottom: 50px;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-15 {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }
  .u-bordered02 {
    padding: 55px 60px 45px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  /* ==========================================================================
     PC
     ========================================================================== */
  .wrapin {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 400;
    src: url("../fonts/SukhumvitSet-Text.ttf") format("truetype"), url("../fonts/SukhumvitSet-Text.woff") format("woff");
  }
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 500;
    src: url("../fonts/SukhumvitSet-SemiBold.ttf") format("truetype"), url("../fonts/SukhumvitSet-SemiBold.woff") format("woff");
  }
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 600;
    src: url("../fonts/SukhumvitSet-Bold.ttf") format("truetype"), url("../fonts/SukhumvitSet-Bold.woff") format("woff");
  }
  html {
    font-size: 16px;
  }
  .pcOnly {
    display: block !important;
  }
  .pcOnly.dis-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .spOnly {
    display: none !important;
  }
  .spOnly.dis-flex {
    display: none !important;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    height: 80px;
    padding-top: 25px;
    -webkit-transition: 0.8s 0.1s;
    transition: 0.8s 0.1s;
    opacity: 0;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  .l-header.on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-header-logo {
    width: 147px;
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    resize: vertical;
  }
  .l-header-langBtns {
    right: 40px;
    top: 20px;
  }
  .l-header-langBtn a {
    background-color: #fff;
    border: 4px solid #0E3F7A;
    border-right: none;
    width: 58px;
    height: 40px;
    font-size: 0.9rem;
  }
  .l-header-langBtn.is-current a {
    color: #fff;
    background-color: #0E3F7A;
  }
  .l-header-langBtn:last-child a {
    border-right: 4px solid #0E3F7A;
  }
  .l-gnav {
    padding: 0 120px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .l-gnav-link:not(:last-child) {
    margin-right: 2rem;
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.8rem;
    padding: 20px 0;
  }
  .l-footer-copyright-privacy {
    position: absolute;
    right: 15rem;
  }
  .l-footer-pagetop {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
  .l-footer-linebutton img {
    right: 40px;
    bottom: 40px;
    width: 80px;
    height: 80px;
  }
  #gallery .l-wrap-sp {
    padding: 70px 30px 0;
  }
  #cat-gallery.en .m-archive03-body {
    height: 7rem;
  }
  #cat-gallery .m-mv {
    height: 20vh;
  }
  #cat-gallery .m-mv-body {
    top: 15%;
    padding: unset;
    left: unset;
  }
  #cat-gallery .m-mv-h {
    font-size: 3.2rem;
  }
  #cat-gallery .l-wrap-gallery {
    max-width: 1100px;
    margin: 0 auto;
  }
  #cat-gallery .m-archives03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
  }
  #cat-gallery .m-archive03 {
    width: 350px;
    padding: unset;
  }
  #cat-gallery .m-archive03-body {
    height: 6rem;
    margin-bottom: 30px;
  }
  #cat-gallery .m-archive03-h {
    margin-bottom: unset;
  }
  a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  .grid-sizer {
    width: 350px;
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .loader-img {
    width: 225px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .l-wrap-h1 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .l-wrap-960 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 240px;
  }
  .l-page-head {
    width: 240px;
    padding: 60px 0;
    height: 100vh;
  }
  .l-page-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 240px);
  }
  .l-privacy .m-h {
    margin-bottom: 1.5em;
  }
  .l-privacy .m-h .label01 {
    font-size: 1.8rem;
  }
  .l-privacy-intro {
    width: 74%;
  }
  .l-privacy-text {
    width: 96%;
  }
  .l-privacy-text-sign {
    width: 39%;
  }
  .m-archive {
    width: 33.33%;
    padding: 5%;
  }
  .m-archive-num {
    font-size: 2.4rem;
  }
  .m-archive-num::after {
    width: 100px;
  }
  .m-archive-toggle {
    min-height: 400px;
  }
  .m-archive-slide-dots {
    bottom: -5%;
  }
  .m-archive-slide-dots li {
    width: 16px;
    height: 16px;
    margin: 0 14px 10px;
  }
  .m-archive-body {
    padding-top: 30px;
  }
  .m-archive-h {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .m-archives02-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-archive02 {
    padding: 150px 0 80px;
    width: 50%;
  }
  .m-archive02:first-child.on::before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .m-archive02:last-child.on::before {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .m-archive02:first-child::before, .m-archive02:last-child::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .m-archive02-inner {
    max-width: 330px;
    margin: 0 auto 120px;
  }
  .m-archive02-h {
    margin-bottom: 60px;
  }
  .m-archives03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .m-archive03 {
    width: 33.33%;
    padding: 1%;
  }
  .m-archive03-body {
    padding: 20px 20px 0;
  }
  .m-archive03-h {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .m-archive03-select {
    max-width: 1100px;
    margin: 0 auto;
  }
  .m-archive03-select-item {
    padding: 5px 20px;
    border-radius: 32px;
    height: 64px;
  }
  .m-archive03-popup-block {
    height: 100vh;
    overflow: scroll;
  }
  .m-archive03-popup-block-item {
    margin-top: 20px;
  }
  .m-archive03-popup-block-item p {
    font-size: 1.6rem;
    padding-top: 3rem;
  }
  .m-archive03-popup-block-item figure {
    padding-bottom: 4rem;
  }
  .m-archive03-popup-block-item img {
    height: 80vh;
    width: auto;
  }
  .vertical-item01 .m-archive03-popup-block-item img {
    width: 400px;
    height: auto;
  }
  .horizontal-item02 .m-archive03-popup-block-item img {
    width: 80vw;
    height: auto;
    padding-top: 7rem;
  }
  .m-archive03-popup-block-item.youtube {
    padding-top: 39.4%;
    width: 70vw;
    margin-bottom: 5rem;
  }
  .m-bread {
    padding: 2px 40px;
    left: 10%;
  }
  .m-bread-wrapper {
    max-width: 100%;
  }
  .m-bread-item a {
    font-size: 1rem;
  }
  /* ---------------------------
  btn
  --------------------------- */
  .m-btn.arrow-r, .m-btn.arrow-u, .m-btn.arrow-d, .m-btn.arrow-l {
    padding-left: 45px;
    padding-right: 45px;
  }
  .m-btn.arrow-r:before, .m-btn.arrow-u:before, .m-btn.arrow-d:before, .m-btn.arrow-l:before {
    font-size: 28px;
    right: 15px;
  }
  .m-btn.arrow-l:before {
    left: 15px;
    right: auto;
  }
  .m-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .m-column:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column-body {
    width: 45%;
  }
  .m-column-img {
    width: 60%;
  }
  .m-column:nth-child(2n) .m-column-img {
    margin-left: -7%;
  }
  .m-column:nth-child(2n+1) .m-column-img {
    margin-right: -15%;
  }
  .m-column-img.youtube {
    padding-top: 33.75%;
  }
  .m-columns02-parabox {
    aspect-ratio: 1600/540;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 100%;
    margin-top: 2.2rem;
  }
  .m-columns02-parabox-item {
    background-image: url(../img/home/strength-para.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .m-column02 {
    gap: 6.5%;
  }
  .m-column02-body {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .m-column02 li dt {
    font-size: 4rem;
  }
  .m-columns03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-column03 {
    width: 31%;
  }
  .m-column03:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column03:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column03:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .m-column03:nth-child(3n+2) {
    margin: 0 5%;
  }
  .m-column04:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-column04:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column04:nth-child(2n) .m-column04-body {
    width: 45%;
  }
  .m-column04:nth-child(2n+1) .m-column04-body {
    width: 55%;
  }
  .m-column04-body-table th, .m-column04-body-table td {
    min-width: 100px;
  }
  .m-column04-img {
    overflow: hidden;
  }
  .m-column04:nth-child(2n+1) .m-column04-img {
    margin-right: -5%;
    width: 45%;
  }
  .m-column04:nth-child(2n) .m-column04-img {
    margin-left: -7%;
    width: 60%;
    aspect-ratio: 600/410;
  }
  .m-columns05 {
    padding: 0 100px 0 175px;
  }
  .m-columns05 li + li {
    margin-top: 30px;
  }
  .m-columns05.archive {
    margin-top: 4rem;
  }
  .m-column05-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-column05-body-item dt {
    min-width: 90px;
    margin-right: 50px;
  }
  .m-column05-body-item dd h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .m-column06-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3%;
  }
  .m-column06-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-column06-bottom-title {
    margin-right: 6rem;
  }
  .m-column06-bottom-item:last-child figure {
    max-width: unset;
  }
  .m-column06-bottom-item figure {
    min-width: 40px;
  }
  .m-column06-bottom dd + dd {
    margin-left: 1.5rem;
  }
  .m-contact-address {
    padding: 10px 30px;
    max-width: 640px;
    margin: 0 auto 3em;
    margin-bottom: 3em;
  }
  .m-contact-address dt {
    font-size: 1.5rem;
  }
  .m-contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-contact-form {
    padding: 40px 80px;
  }
  .m-contact-table {
    margin-bottom: 40px;
  }
  .m-contact-table th, .m-contact-table td {
    vertical-align: top;
    padding: 10px 0;
  }
  .m-contact-table th {
    width: 246px;
    position: relative;
  }
  .m-contact-table.db {
    display: block;
  }
  .m-contact-table.db tbody, .m-contact-table.db tr, .m-contact-table.db th, .m-contact-table.db td {
    display: block;
  }
  .m-contact-table.db th {
    width: auto;
    border-right: none;
  }
  .m-contact-table.db td {
    padding: 0;
  }
  .m-contact-inputTxt, .m-contact-inputTxtarea, .m-contact-inputSelect {
    padding: 10px;
    font-size: 1.02em;
  }
  .m-contact-inputTxt.size-l, .m-contact-inputTxtarea.size-l, .m-contact-inputSelect.size-l {
    width: 26em;
  }
  .m-contact-inputTxt.size-m, .m-contact-inputTxtarea.size-m, .m-contact-inputSelect.size-m {
    width: 16em;
  }
  .m-contact-inputTxt.size-sm, .m-contact-inputTxtarea.size-sm, .m-contact-inputSelect.size-sm {
    width: 12em;
  }
  .m-contact-inputTxt.size-s, .m-contact-inputTxtarea.size-s, .m-contact-inputSelect.size-s {
    width: 7em;
  }
  .m-contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .m-contact-btn {
    width: 364px;
    margin: 0 10px;
  }
  .page-check .m-contact-table {
    margin: 80px;
  }
  .page-check .m-contact-table th {
    width: 160px;
  }
  .page-check .m-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: unset;
  }
  .page-check .m-contact-btn button {
    width: 230px;
    margin: 0 10px;
  }
  .page-completion .m-contact-btn {
    width: 280px;
    margin: 80px auto 40px;
  }
  .page-error .m-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: unset;
  }
  .page-error .m-contact-btn button {
    width: 280px;
    margin: 0 10px;
  }
  .m-h.is-center::after {
    margin: 0 auto;
  }
  .m-h .label {
    font-size: 2.5rem;
  }
  .m-h .label02 {
    font-size: 1.2rem;
  }
  .m-h-notice .txt {
    font-size: 18px;
  }
  .th .m-h-notice .txt {
    font-size: 20px;
  }
  .m-h-notice:last-child {
    margin-top: 2rem;
  }
  .m-h-notice .m-flex {
    gap: 2rem;
  }
  .m-h-notice .m-flex figure:first-child {
    width: 200px;
    margin-right: 2rem;
    margin-left: -4rem;
  }
  .m-h01 {
    font-size: 2rem;
  }
  .th .m-h01 {
    font-size: 1.95rem;
    line-height: 2.2;
  }
  .m-h02 .label {
    font-size: 2rem;
  }
  .m-mv {
    height: 90vh;
  }
  .m-mv-slides {
    height: 90vh;
  }
  .m-mv-slide {
    background-position: 50% 100%;
  }
  .m-mv-body {
    width: 70%;
    padding: 20px 40px;
    margin: 0 auto 1rem;
  }
  .m-mv-label .label {
    font-size: 2rem;
  }
  .m-slide {
    height: 30vw !important;
    padding-bottom: 80px;
  }
  .m-slide-h {
    font-size: 3em;
  }
  .m-slide-dots {
    bottom: 20px;
  }
  .m-slide-dots li {
    width: 18px;
    height: 18px;
    margin: 0 14px 18px;
  }
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .u-input-checkbox {
    width: 30px;
    height: 30px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }
  .u-mt-xs {
    margin-top: 10px !important;
  }
  .u-mt-s {
    margin-top: 20px !important;
  }
  .u-mt {
    margin-top: 30px !important;
  }
  .u-mt-l {
    margin-top: 40px !important;
  }
  .u-mt-xl {
    margin-top: 60px !important;
  }
  .u-mt-2xl {
    margin-top: 80px !important;
  }
  .u-mt-3xl {
    margin-top: 100px !important;
  }
  .u-mb-2xs {
    margin-bottom: 5px !important;
  }
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
  .u-mb-s {
    margin-bottom: 20px !important;
  }
  .u-mb {
    margin-bottom: 30px !important;
  }
  .u-mb-l {
    margin-bottom: 40px !important;
  }
  .u-mb-xl {
    margin-bottom: 60px !important;
  }
  .u-mb-2xl {
    margin-bottom: 80px !important;
  }
  .u-mb-3xl {
    margin-bottom: 100px !important;
  }
  .u-ml-1em {
    margin-left: 1em !important;
  }
  .u-mr-1em {
    margin-right: 1em !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }
  .u-pt-xs {
    padding-top: 10px !important;
  }
  .u-pt-s {
    padding-top: 20px !important;
  }
  .u-pt {
    padding-top: 30px !important;
  }
  .u-pt-l {
    padding-top: 40px !important;
  }
  .u-pt-xl {
    padding-top: 60px !important;
  }
  .u-pt-2xl {
    padding-top: 80px !important;
  }
  .u-pt-3xl {
    padding-top: 100px !important;
  }
  .u-pt-4xl {
    padding-top: 120px !important;
  }
  .u-pt-5xl {
    padding-top: 140px !important;
  }
  .u-pt-6xl {
    padding-top: 160px !important;
  }
  .u-pt-7xl {
    padding-top: 180px !important;
  }
  .u-pb-2xs {
    padding-bottom: 5px !important;
  }
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
  .u-pb-s {
    padding-bottom: 20px !important;
  }
  .u-pb {
    padding-bottom: 30px !important;
  }
  .u-pb-l {
    padding-bottom: 40px !important;
  }
  .u-pb-xl {
    padding-bottom: 60px !important;
  }
  .u-pb-2xl {
    padding-bottom: 80px !important;
  }
  .u-pb-3xl {
    padding-bottom: 100px !important;
  }
  .u-pb-4xl {
    padding-bottom: 120px !important;
  }
  .u-pb-5xl {
    padding-bottom: 140px !important;
  }
  .u-p-xs {
    padding: 10px !important;
  }
  .u-p-s {
    padding: 20px !important;
  }
  .u-p {
    padding: 30px !important;
  }
  .u-p-l {
    padding: 40px !important;
  }
  .u-p-xl {
    padding: 60px !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 2rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.6rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }
  .wp-block-image {
    margin-bottom: 50px;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-15 {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }
  .u-bordered02 {
    padding: 55px 60px 45px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* ==========================================================================
     TB
     ========================================================================== */
  .wrapin {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  /* ---------------------------
  module
  --------------------------- */
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 400;
    src: url("../fonts/SukhumvitSet-Text.ttf") format("truetype"), url("../fonts/SukhumvitSet-Text.woff") format("woff");
  }
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 500;
    src: url("../fonts/SukhumvitSet-SemiBold.ttf") format("truetype"), url("../fonts/SukhumvitSet-SemiBold.woff") format("woff");
  }
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 600;
    src: url("../fonts/SukhumvitSet-Bold.ttf") format("truetype"), url("../fonts/SukhumvitSet-Bold.woff") format("woff");
  }
  html {
    font-size: 14px;
  }
  .pcOnly {
    display: block !important;
  }
  .pcOnly.dis-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .spOnly {
    display: none !important;
  }
  .spOnly.dis-flex {
    display: none !important;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    height: 80px;
    padding-top: 25px;
    -webkit-transition: 0.8s 0.1s;
    transition: 0.8s 0.1s;
    opacity: 0;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  .l-header.on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-header-logo {
    width: 147px;
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    resize: vertical;
  }
  .l-header-langBtns {
    display: none;
    z-index: 99;
    -webkit-animation: LangbtnsFade 0.5s 0.2s both;
            animation: LangbtnsFade 0.5s 0.2s both;
    left: 3vw;
    top: 20px;
  }
  .l-header-langBtns.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
  }
  @-webkit-keyframes LangbtnsFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes LangbtnsFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .l-header-langBtn a {
    width: 50px;
    height: 45px;
    background: transparent !important;
  }
  .l-header-langBtn.is-current a {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }
  .l-gnav {
    position: fixed;
    left: 0;
    top: 0;
    background: #000000;
    pointer-events: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 65px 20px 30px;
    z-index: 98;
    text-align: center;
    width: 100%;
    display: none;
    -webkit-animation: GnavFade 0.5s 0.2s both;
            animation: GnavFade 0.5s 0.2s both;
    padding: 65px 20px 30px;
  }
  .l-gnav.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
  }
  @-webkit-keyframes GnavFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes GnavFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .l-gnav-link {
    margin: 25px 0;
  }
  .l-gnav-link a {
    color: #fff;
    font-size: 2rem;
  }
  .l-gnav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    cursor: pointer;
    top: 0;
    z-index: 99;
    width: 50px;
    height: 80px;
    right: 20px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .l-gnav-btn-lines {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-gnav-btn.on .l-gnav-btn-lines {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .l-gnav-btn-line {
    height: 3px;
    background: #000000;
    width: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-gnav-btn-line:not(:last-child) {
    margin-bottom: 8px;
  }
  .l-gnav-btn.on .l-gnav-btn-line {
    background: #CC2129;
  }
  .l-gnav-btn.on .l-gnav-btn-line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 9px);
            transform: rotate(45deg) translate(6px, 9px);
  }
  .l-gnav-btn.on .l-gnav-btn-line:nth-child(2) {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .l-gnav-btn.on .l-gnav-btn-line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5.4px, -9.6px);
            transform: rotate(-45deg) translate(5.4px, -9.6px);
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.8rem;
    padding: 20px 0;
  }
  .l-footer-copyright-privacy {
    position: absolute;
    right: 15rem;
  }
  .l-footer-pagetop {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
  .l-footer-linebutton img {
    right: 40px;
    bottom: 40px;
    width: 80px;
    height: 80px;
  }
  #gallery .l-wrap-sp {
    padding: 70px 30px 0;
  }
  #cat-gallery.en .m-archive03-body {
    height: 7rem;
  }
  #cat-gallery .m-mv {
    height: 20vh;
  }
  #cat-gallery .m-mv-body {
    top: 15%;
    padding: unset;
    left: unset;
  }
  #cat-gallery .m-mv-h {
    font-size: 3.2rem;
  }
  #cat-gallery .l-wrap-gallery {
    padding: 0 30px;
  }
  #cat-gallery .m-archives03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: unset;
            flex-flow: unset;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cat-gallery .m-archive03 {
    width: 31.34%;
    padding: unset;
  }
  #cat-gallery .m-archive03-body {
    height: 6rem;
    margin-bottom: 30px;
  }
  #cat-gallery .m-archive03-h {
    margin-bottom: unset;
  }
  a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
  .grid-sizer {
    width: 31.34%;
    gap: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .loader-img {
    width: 225px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .l-wrap-h1 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .l-wrap-960 {
    max-width: 1060px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-page-head {
    width: 100%;
  }
  .l-privacy .m-h {
    margin-bottom: 1.5em;
  }
  .l-privacy .m-h .label01 {
    font-size: 1.8rem;
  }
  .l-privacy-intro {
    width: 74%;
  }
  .l-privacy-text {
    width: 96%;
  }
  .l-privacy-text-sign {
    width: 39%;
  }
  .m-archive {
    width: 33.33%;
    padding: 5%;
  }
  .m-archive-num {
    font-size: 2.4rem;
  }
  .m-archive-num::after {
    width: 100px;
  }
  .m-archive-toggle {
    min-height: 200px;
  }
  .m-archive-slide-dots {
    bottom: -5%;
  }
  .m-archive-slide-dots li {
    width: 16px;
    height: 16px;
    margin: 0 14px 10px;
  }
  .m-archive-body {
    padding-top: 30px;
  }
  .m-archive-h {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .m-archives02-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-archive02 {
    padding: 150px 0 80px;
    width: 50%;
  }
  .m-archive02:first-child.on::before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .m-archive02:last-child.on::before {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .m-archive02:first-child::before, .m-archive02:last-child::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .m-archive02-inner {
    max-width: 330px;
    margin: 0 auto 120px;
  }
  .m-archive02-h {
    margin-bottom: 60px;
  }
  .m-archives03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .m-archive03 {
    width: 33.33%;
    padding: 1%;
  }
  .m-archive03-body {
    padding: 20px 20px 0;
  }
  .m-archive03-h {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .m-archive03-select {
    max-width: 1100px;
    margin: 0 auto;
  }
  .m-archive03-select-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 77%;
    margin: 0 auto;
  }
  .m-archive03-select-item {
    padding: 5px 20px;
    border-radius: 32px;
    height: 64px;
  }
  .m-archive03-popup-block {
    height: 100vh;
    overflow: scroll;
  }
  .m-archive03-popup-block-item {
    margin-top: 20px;
  }
  .m-archive03-popup-block-item p {
    font-size: 1.6rem;
    padding-top: 3rem;
  }
  .m-archive03-popup-block-item figure {
    padding-bottom: 4rem;
  }
  .m-archive03-popup-block-item img {
    height: 80vh;
    width: auto;
  }
  .vertical-item01 .m-archive03-popup-block-item img {
    width: 400px;
    height: auto;
  }
  .horizontal-item02 .m-archive03-popup-block-item img {
    width: 80vw;
    height: auto;
    padding-top: 7rem;
  }
  .m-archive03-popup-block-item.youtube {
    padding-top: 39.4%;
    width: 70vw;
    margin-bottom: 5rem;
  }
  .m-bread {
    padding: 2px 40px;
    left: 10%;
  }
  .m-bread-wrapper {
    max-width: 100%;
  }
  .m-bread-item a {
    font-size: 1rem;
  }
  /* ---------------------------
  btn
  --------------------------- */
  .m-btn.arrow-r, .m-btn.arrow-u, .m-btn.arrow-d, .m-btn.arrow-l {
    padding-left: 45px;
    padding-right: 45px;
  }
  .m-btn.arrow-r:before, .m-btn.arrow-u:before, .m-btn.arrow-d:before, .m-btn.arrow-l:before {
    font-size: 28px;
    right: 15px;
  }
  .m-btn.arrow-l:before {
    left: 15px;
    right: auto;
  }
  .m-column:not(:last-child) {
    margin-bottom: 30px;
  }
  .m-column:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column-body {
    width: 45%;
  }
  .m-column-img {
    width: 60%;
  }
  .m-column:nth-child(2n) .m-column-img {
    margin-left: -7%;
  }
  .m-column:nth-child(2n+1) .m-column-img {
    margin-right: -15%;
  }
  .m-column-img.youtube {
    padding-top: 33.75%;
  }
  .m-columns02-parabox {
    aspect-ratio: 1600/540;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    width: 100%;
    margin-top: 2.2rem;
  }
  .m-columns02-parabox-item {
    background-image: url(../img/home/strength-para.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .m-column02 {
    gap: 6.5%;
  }
  .m-column02-body {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
  .m-column02 li dt {
    font-size: 4rem;
  }
  .m-columns03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-column03 {
    width: 31%;
  }
  .m-column03:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column03:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column03:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .m-column03:nth-child(3n+2) {
    margin: 0 5%;
  }
  .m-column04:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-column04:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column04:nth-child(2n) .m-column04-body {
    width: 45%;
  }
  .m-column04:nth-child(2n+1) .m-column04-body {
    width: 55%;
  }
  .m-column04-body-table th, .m-column04-body-table td {
    min-width: 100px;
  }
  .m-column04-img {
    overflow: hidden;
  }
  .m-column04:nth-child(2n+1) .m-column04-img {
    margin-right: -5%;
    width: 45%;
  }
  .m-column04:nth-child(2n) .m-column04-img {
    margin-left: -7%;
    width: 60%;
    aspect-ratio: 600/410;
  }
  .m-columns05 {
    padding: 0 100px 0 175px;
  }
  .m-columns05 li + li {
    margin-top: 30px;
  }
  .m-columns05.archive {
    margin-top: 4rem;
  }
  .m-column05-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-column05-body-item dt {
    min-width: 90px;
    margin-right: 50px;
  }
  .m-column05-body-item dd h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .m-column06-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3%;
  }
  .m-column06-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-column06-bottom-title {
    margin-right: 6rem;
  }
  .m-column06-bottom-item:last-child figure {
    max-width: unset;
  }
  .m-column06-bottom-item figure {
    min-width: 40px;
  }
  .m-column06-bottom dd + dd {
    margin-left: 1.5rem;
  }
  .m-contact-address {
    padding: 10px 30px;
    max-width: 640px;
    margin: 0 auto 3em;
    margin-bottom: 3em;
  }
  .m-contact-address dt {
    font-size: 1.5rem;
  }
  .m-contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-contact-form {
    padding: 30px 60px;
  }
  .m-contact-table {
    margin-bottom: 40px;
  }
  .m-contact-table th, .m-contact-table td {
    vertical-align: top;
    padding: 10px 0;
  }
  .m-contact-table th {
    width: 246px;
    position: relative;
  }
  .m-contact-table.db {
    display: block;
  }
  .m-contact-table.db tbody, .m-contact-table.db tr, .m-contact-table.db th, .m-contact-table.db td {
    display: block;
  }
  .m-contact-table.db th {
    width: auto;
    border-right: none;
  }
  .m-contact-table.db td {
    padding: 0;
  }
  .m-contact-inputTxt, .m-contact-inputTxtarea, .m-contact-inputSelect {
    padding: 10px;
    font-size: 1.02em;
  }
  .m-contact-inputTxt.size-l, .m-contact-inputTxtarea.size-l, .m-contact-inputSelect.size-l {
    width: 26em;
  }
  .m-contact-inputTxt.size-m, .m-contact-inputTxtarea.size-m, .m-contact-inputSelect.size-m {
    width: 16em;
  }
  .m-contact-inputTxt.size-sm, .m-contact-inputTxtarea.size-sm, .m-contact-inputSelect.size-sm {
    width: 12em;
  }
  .m-contact-inputTxt.size-s, .m-contact-inputTxtarea.size-s, .m-contact-inputSelect.size-s {
    width: 7em;
  }
  .m-contact-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .m-contact-btn {
    width: 364px;
    margin: 0 10px;
  }
  .page-check .m-contact-table {
    margin: 80px;
  }
  .page-check .m-contact-table th {
    width: 160px;
  }
  .page-check .m-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: unset;
  }
  .page-check .m-contact-btn button {
    width: 230px;
    margin: 0 10px;
  }
  .page-completion .m-contact-btn {
    width: 280px;
    margin: 80px auto 40px;
  }
  .page-error .m-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: unset;
  }
  .page-error .m-contact-btn button {
    width: 280px;
    margin: 0 10px;
  }
  .m-h.is-center::after {
    margin: 0 auto;
  }
  .m-h .label {
    font-size: 2.5rem;
  }
  .m-h .label02 {
    font-size: 1.2rem;
  }
  .m-h-notice .txt {
    font-size: 18px;
  }
  .th .m-h-notice .txt {
    font-size: 20px;
  }
  .m-h-notice:last-child {
    margin-top: 2rem;
  }
  .m-h-notice .m-flex {
    gap: 2rem;
  }
  .m-h-notice .m-flex figure:first-child {
    width: 200px;
    margin-right: 2rem;
    margin-left: -4rem;
  }
  .m-h01 {
    font-size: 2rem;
  }
  .th .m-h01 {
    font-size: 1.95rem;
    line-height: 2.2;
  }
  .m-h02 .label {
    font-size: 2rem;
  }
  .m-mv {
    height: 95vh;
  }
  .m-mv-slides {
    height: 90vh;
  }
  .m-mv-slide {
    background-position: 50% 100%;
  }
  .m-mv-body {
    width: 70%;
    padding: 20px 40px;
    margin: 0 auto 1rem;
  }
  .m-mv-label .label {
    font-size: 2rem;
  }
  .m-slide {
    height: 30vw !important;
    padding-bottom: 80px;
  }
  .m-slide-h {
    font-size: 2em;
  }
  .m-slide-dots {
    bottom: 20px;
  }
  .m-slide-dots li {
    width: 18px;
    height: 18px;
    margin: 0 14px 18px;
  }
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
  }
  .u-input.size-l {
    width: 380px;
  }
  .u-input.size-m {
    width: 230px;
  }
  .u-input.padding-s {
    padding: 7px;
  }
  .u-input-radio01-clear {
    padding: 10px 0;
  }
  .u-input-radio01-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .u-input-checkbox {
    width: 30px;
    height: 30px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 3px !important;
  }
  .u-mt-xs {
    margin-top: 6px !important;
  }
  .u-mt-s {
    margin-top: 12px !important;
  }
  .u-mt {
    margin-top: 18px !important;
  }
  .u-mt-l {
    margin-top: 24px !important;
  }
  .u-mt-xl {
    margin-top: 36px !important;
  }
  .u-mt-2xl {
    margin-top: 48px !important;
  }
  .u-mt-3xl {
    margin-top: 60px !important;
  }
  .u-mb-2xs {
    margin-bottom: 3px !important;
  }
  .u-mb-xs {
    margin-bottom: 6px !important;
  }
  .u-mb-s {
    margin-bottom: 12px !important;
  }
  .u-mb {
    margin-bottom: 18px !important;
  }
  .u-mb-l {
    margin-bottom: 24px !important;
  }
  .u-mb-xl {
    margin-bottom: 36px !important;
  }
  .u-mb-2xl {
    margin-bottom: 48px !important;
  }
  .u-mb-3xl {
    margin-bottom: 60px !important;
  }
  .u-ml-1em {
    margin-left: 0.6em !important;
  }
  .u-mr-1em {
    margin-right: 0.6em !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 3px !important;
  }
  .u-pt-xs {
    padding-top: 6px !important;
  }
  .u-pt-s {
    padding-top: 12px !important;
  }
  .u-pt {
    padding-top: 18px !important;
  }
  .u-pt-l {
    padding-top: 24px !important;
  }
  .u-pt-xl {
    padding-top: 36px !important;
  }
  .u-pt-2xl {
    padding-top: 48px !important;
  }
  .u-pt-3xl {
    padding-top: 60px !important;
  }
  .u-pt-4xl {
    padding-top: 72px !important;
  }
  .u-pt-5xl {
    padding-top: 84px !important;
  }
  .u-pt-6xl {
    padding-top: 96px !important;
  }
  .u-pt-7xl {
    padding-top: 108px !important;
  }
  .u-pb-2xs {
    padding-bottom: 3px !important;
  }
  .u-pb-xs {
    padding-bottom: 6px !important;
  }
  .u-pb-s {
    padding-bottom: 12px !important;
  }
  .u-pb {
    padding-bottom: 18px !important;
  }
  .u-pb-l {
    padding-bottom: 24px !important;
  }
  .u-pb-xl {
    padding-bottom: 36px !important;
  }
  .u-pb-2xl {
    padding-bottom: 48px !important;
  }
  .u-pb-3xl {
    padding-bottom: 60px !important;
  }
  .u-pb-4xl {
    padding-bottom: 72px !important;
  }
  .u-pb-5xl {
    padding-bottom: 84px !important;
  }
  .u-p-xs {
    padding: 6px !important;
  }
  .u-p-s {
    padding: 12px !important;
  }
  .u-p {
    padding: 18px !important;
  }
  .u-p-l {
    padding: 24px !important;
  }
  .u-p-xl {
    padding: 36px !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 2rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.6rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.2rem;
  }
  .u-wysiwyg blockquote {
    padding: 28px 30px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignright {
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: 440px;
  }
  .wp-block-image {
    margin-bottom: 50px;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-15 {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.9rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 2rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 40px;
  }
  .u-bordered02 {
    padding: 55px 60px 45px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
     SP
     ========================================================================== */
  .wrapin-sp {
    padding: 0 20px;
  }
  /* ---------------------------
  module
  --------------------------- */
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 400;
    src: url("../fonts/SukhumvitSet-Text.ttf") format("truetype"), url("../fonts/SukhumvitSet-Text.woff") format("woff");
  }
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 500;
    src: url("../fonts/SukhumvitSet-SemiBold.ttf") format("truetype"), url("../fonts/SukhumvitSet-SemiBold.woff") format("woff");
  }
  @font-face {
    font-family: "Sukhumvit";
    font-weight: 600;
    src: url("../fonts/SukhumvitSet-Bold.ttf") format("truetype"), url("../fonts/SukhumvitSet-Bold.woff") format("woff");
  }
  html {
    font-size: 14px;
  }
  .pcOnly {
    display: none !important;
  }
  .pcOnly.dis-flex {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .spOnly.dis-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    height: 50px;
  }
  .l-header-logo {
    width: 90px;
    margin-top: 6px;
    margin-left: 10px;
  }
  .l-header-langBtns {
    display: none;
    z-index: 99;
    -webkit-animation: LangbtnsFade 0.5s 0.2s both;
            animation: LangbtnsFade 0.5s 0.2s both;
    left: 10px;
    top: 10px;
  }
  .l-header-langBtns.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
  }
  @-webkit-keyframes LangbtnsFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes LangbtnsFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .l-header-langBtn a {
    color: #CC2129;
    width: 35px;
    height: 35px;
    background: transparent !important;
  }
  .l-header-langBtn.is-current a {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }
  .l-gnav {
    position: fixed;
    left: 0;
    top: 0;
    background: #000000;
    pointer-events: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 65px 20px 30px;
    z-index: 98;
    text-align: center;
    width: 100%;
    display: none;
    -webkit-animation: GnavFade 0.5s 0.2s both;
            animation: GnavFade 0.5s 0.2s both;
    padding: 65px 20px 30px;
  }
  .l-gnav.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto;
  }
  @-webkit-keyframes GnavFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes GnavFade {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .l-gnav-link {
    margin: 20px 0;
  }
  .l-gnav-link a {
    color: #fff;
    font-size: 1.6rem;
  }
  .l-gnav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    cursor: pointer;
    top: 0;
    z-index: 99;
    width: 60px;
    height: 50px;
    right: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .l-gnav-btn-lines {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-gnav-btn.on .l-gnav-btn-lines {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .l-gnav-btn-line {
    height: 3px;
    background: #000000;
    width: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-gnav-btn-line:not(:last-child) {
    margin-bottom: 8px;
  }
  .l-gnav-btn.on .l-gnav-btn-line {
    background: #CC2129;
  }
  .l-gnav-btn.on .l-gnav-btn-line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 9px);
            transform: rotate(45deg) translate(6px, 9px);
  }
  .l-gnav-btn.on .l-gnav-btn-line:nth-child(2) {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .l-gnav-btn.on .l-gnav-btn-line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5.4px, -9.6px);
            transform: rotate(-45deg) translate(5.4px, -9.6px);
  }
  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer-copyright {
    display: block;
    padding: 10px 60px;
  }
  .l-footer-copyright-privacy {
    margin: 15px 0;
  }
  .l-footer-pagetop {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
  .l-footer-linebutton img {
    right: 20px;
    bottom: 40px;
    width: 60px;
    height: 60px;
  }
  #gallery .l-wrap-sp {
    padding: 70px 30px 0;
  }
  #cat-gallery.en .m-archive03-body {
    height: 7rem;
  }
  #cat-gallery .m-mv {
    height: 20vh;
    overflow: hidden;
  }
  #cat-gallery .m-mv-body {
    top: 0;
    padding: unset;
  }
  #cat-gallery .m-mv-h {
    font-size: 3rem;
  }
  #cat-gallery .u-pt-3xl {
    padding-top: 30px !important;
  }
  #cat-gallery .l-wrap-gallery {
    padding: 0 30px;
  }
  #cat-gallery .m-archives03 {
    width: 100%;
  }
  #cat-gallery .m-archive03 {
    width: 100%;
    padding: unset;
  }
  #cat-gallery .m-archive03-block figure img {
    aspect-ratio: 5/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cat-gallery .m-archive03-body {
    margin-bottom: 70px;
  }
  .grid-sizer {
    width: 100%;
  }
  .loader-img {
    width: 185px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap-sp {
    padding: 0 30px;
  }
  .l-wrap-h1-sp {
    padding: 0 10px;
  }
  .l-page-head {
    width: 100%;
  }
  .m-archive {
    padding: 30px 20px;
  }
  .m-archive-num {
    font-size: 1.8rem;
  }
  .m-archive-num::after {
    width: 50px;
  }
  .m-archive-toggle {
    min-height: 70vw;
  }
  .m-archive-toggle.has-shadow::after {
    background-size: 140px;
  }
  .m-archive-slideWrap {
    left: 50%;
    width: 60%;
    margin-left: -30%;
    margin-top: 3vw;
  }
  .m-archive-slide-dots {
    bottom: -35%;
  }
  .m-archive-slide-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px 5px;
  }
  .m-archive-h {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }
  .m-archive02 {
    padding: 70px 40px;
  }
  .m-archive02:first-child::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .m-archive02:first-child.on::before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .m-archive02:last-child::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .m-archive02:last-child.on::before {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .m-archive02.u-pt-5xl {
    padding-top: 80px !important;
  }
  .m-archive02-h {
    margin-bottom: 30px;
  }
  .m-archive02-article {
    margin-bottom: 2em;
  }
  .m-archive03 {
    padding-top: 30px;
  }
  .m-archive03-body {
    padding: 15px 20px 0;
  }
  .m-archive03-h {
    font-size: 1.3rem;
  }
  .m-archive03-select {
    padding: 0 10px 10px;
  }
  .m-archive03-select-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-archive03-select-item {
    line-height: 1.5;
    padding: 2px 10px;
    border-radius: 23px;
    height: 45px;
  }
  .m-archive03-popup-vertical-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    overflow: scroll;
  }
  .vertical-item01 .m-archive03-popup-vertical-middle {
    display: block;
    height: unset;
  }
  .youtube-item03 .m-archive03-popup-vertical-middle {
    display: block;
    height: 70vh;
  }
  .vertical-item01 .m-archive03-popup-block {
    height: 100vh;
    overflow: scroll;
    text-align: -webkit-center;
  }
  .m-archive03-popup-block-item {
    width: 90%;
    margin-top: 30px;
  }
  .m-archive03-popup-block-item p {
    font-size: 1.4rem;
    padding-top: 2rem;
  }
  .m-archive03-popup-block-item.youtube {
    width: 90%;
    padding-top: 50.52%;
  }
  .m-bread {
    padding: 2px 25px;
    left: 5%;
  }
  .m-bread-item a {
    font-size: 1.2rem;
  }
  /* ---------------------------
  btn
  --------------------------- */
  .m-btn.arrow-r, .m-btn.arrow-u, .m-btn.arrow-d, .m-btn.arrow-l {
    padding-left: 25px;
    padding-right: 25px;
  }
  .m-btn.arrow-r:before, .m-btn.arrow-u:before, .m-btn.arrow-d:before, .m-btn.arrow-l:before {
    font-size: 18px;
    right: 8px;
  }
  .m-btn.arrow-l:before {
    left: 7px;
    right: auto;
  }
  .m-columns {
    padding-top: 30px;
  }
  .m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-column:not(:last-child) {
    margin-bottom: 60px;
  }
  .m-column-img {
    margin-bottom: 0.5em;
  }
  .m-column:nth-child(2n) .m-column-img {
    margin-left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .m-column:nth-child(2n+1) .m-column-img {
    margin-right: 0;
  }
  .m-column-img.youtube {
    width: 100%;
    padding-top: 56.25%;
  }
  .m-columns02-img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    margin-top: 4rem;
    margin-bottom: 20px;
  }
  .m-columns02-img img {
    width: 100%;
  }
  .m-column02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
  }
  .m-column02 li dt {
    font-size: 3rem;
  }
  .m-columns03 {
    display: block;
  }
  .m-column03 {
    width: 100%;
  }
  .m-column03:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .m-column04:not(:last-child) {
    margin-bottom: 30px;
  }
  .m-column04:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-column04:nth-child(2n) .m-column04-body {
    margin-bottom: 30px;
  }
  .m-column04:nth-child(2n) .m-column04-body p {
    font-weight: 600;
    margin-bottom: 15px;
  }
  .m-column04-body-table th, .m-column04-body-table td {
    min-width: 65px;
  }
  .m-column04-img {
    margin-bottom: 0.5em;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .m-column04:nth-child(2n) .m-column04-img {
    margin-left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .m-column04:nth-child(2n) .m-column04-img iframe {
    width: 100%;
    height: 100%;
  }
  .m-column04:nth-child(2n+1) .m-column04-img {
    margin-right: 0;
  }
  .m-column04:nth-child(2n+1) .m-column04-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 40%;
       object-position: 50% 40%;
    width: 100%;
    height: 100%;
  }
  .m-columns05 li + li {
    margin-top: 20px;
  }
  .m-columns05.archive {
    margin-top: 2rem;
  }
  .m-column05-body-item dd h4 {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .m-columns06-sns {
    margin-top: 70px;
  }
  .m-column06-items li + li {
    margin-top: 60px;
  }
  .m-column06-item .facebook {
    width: 100%;
    overflow-x: scroll;
  }
  .m-column06-item .facebook iframe {
    width: 500px;
  }
  .m-column06-bottom {
    display: block;
  }
  .m-column06-bottom-title {
    margin-right: 2rem;
  }
  .m-column06-bottom-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-top: 30px;
  }
  .m-column06-bottom-item figure {
    min-width: 32px;
  }
  #other-wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
  }
  #other-wrapper .l-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .m-contact {
    margin-top: 40px;
  }
  .m-contact-address {
    padding: 16px 20px;
  }
  .m-contact-address dt {
    font-size: 1.2rem;
  }
  .m-contact-table {
    display: block;
    margin-bottom: 20px;
  }
  .m-contact-table tbody, .m-contact-table tr, .m-contact-table th, .m-contact-table td {
    display: block;
  }
  .m-contact-table tr {
    margin-bottom: 2em;
  }
  .m-contact-table th, .m-contact-table td {
    padding: 0 10px;
  }
  .m-contact-table th {
    margin-bottom: 0.4em;
  }
  .m-contact-inputTxt, .m-contact-inputTxtarea, .m-contact-inputSelect {
    padding: 10px 7px;
  }
  .m-contact-inputTxt.size-m, .m-contact-inputTxtarea.size-m, .m-contact-inputSelect.size-m {
    min-width: 80px;
  }
  .m-contact-inputTxt.size-sm, .m-contact-inputTxtarea.size-sm, .m-contact-inputSelect.size-sm {
    width: 10em;
  }
  .m-contact-select.size-s {
    width: auto;
  }
  .m-contact-btn {
    margin-bottom: 1em;
  }
  .page-check .m-contact-btn button:nth-of-type(2) {
    margin-top: 1rem;
  }
  .m-h.is-center::after {
    margin: 0 auto;
  }
  .m-h .label {
    font-size: 1.8rem;
  }
  .m-h-notice .txt {
    font-size: 15px;
  }
  .m-h-notice:last-child {
    margin-top: 1.5rem;
  }
  .m-h-notice .m-flex {
    gap: 0.5rem;
  }
  .m-h-notice .m-flex figure:first-child {
    width: 130px;
    margin-right: 0.9rem;
  }
  .m-h-notice .m-flex figure:last-child {
    width: 110px;
  }
  .m-h-notice .m-flex p {
    font-size: 9px;
  }
  .m-h01 {
    font-size: 1.5rem;
  }
  .m-h02 .label {
    font-size: 1.7rem;
    margin-top: 10px;
  }
  .m-mv {
    height: 80vh;
  }
  .m-mv-slides {
    height: 80vh;
    top: 50px;
  }
  .m-mv-body {
    width: 95%;
    margin: 0.8rem auto 1.5rem;
  }
  .m-mv-label .label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .m-slide {
    height: 60vw !important;
    padding-bottom: 40px;
  }
  .m-slide-dots {
    bottom: 5px;
  }
  .m-slide-dots li {
    width: 12px;
    height: 12px;
    margin: 0 8px 5px;
  }
  /* ---------------------------
  input
  --------------------------- */
  .u-input {
    padding: 12px;
    font-size: 0.85rem;
  }
  .u-input.size-l {
    width: 100%;
  }
  .u-input.size-m {
    width: 120px;
  }
  .u-input.padding-s {
    padding: 7px 3px;
  }
  .u-input-selectWrap {
    position: relative;
  }
  .u-input-selectWrap:after {
    content: "";
    font-size: 4px;
    display: block;
    border: 4px solid transparent;
    border-top: 6px solid #000000;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
  }
  .u-input-selectWrap .u-input {
    overflow: hidden;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-right: 20px;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 8px;
  }
  .u-input-radio01-clear {
    padding: 8px;
  }
  .u-input-radio01-ico {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .u-input-checkbox {
    width: 20px;
    height: 20px;
  }
  /* ---------------------------
  m
  --------------------------- */
  /* align */
  /* margin */
  .u-mt-2xs {
    margin-top: 5px !important;
  }
  .u-mt-xs {
    margin-top: 10px !important;
  }
  .u-mt-s {
    margin-top: 10px !important;
  }
  .u-mt {
    margin-top: 15px !important;
  }
  .u-mt-l {
    margin-top: 20px !important;
  }
  .u-mt-xl {
    margin-top: 30px !important;
  }
  .u-mt-2xl {
    margin-top: 40px !important;
  }
  .u-mt-3xl {
    margin-top: 60px !important;
  }
  .u-mb-2xs {
    margin-bottom: 5px !important;
  }
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
  .u-mb-s {
    margin-bottom: 10px !important;
  }
  .u-mb {
    margin-bottom: 15px !important;
  }
  .u-mb-l {
    margin-bottom: 20px !important;
  }
  .u-mb-xl {
    margin-bottom: 30px !important;
  }
  .u-mb-2xl {
    margin-bottom: 40px !important;
  }
  .u-mb-3xl {
    margin-bottom: 60px !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: 5px !important;
  }
  .u-pt-xs {
    padding-top: 10px !important;
  }
  .u-pt-s {
    padding-top: 10px !important;
  }
  .u-pt {
    padding-top: 15px !important;
  }
  .u-pt-l {
    padding-top: 20px !important;
  }
  .u-pt-xl {
    padding-top: 30px !important;
  }
  .u-pt-2xl {
    padding-top: 40px !important;
  }
  .u-pt-3xl {
    padding-top: 60px !important;
  }
  .u-pt-4xl {
    padding-top: 80px !important;
  }
  .u-pt-5xl {
    padding-top: 100px !important;
  }
  .u-pt-6xl {
    padding-top: 120px !important;
  }
  .u-pt-7xl {
    padding-top: 80px !important;
  }
  .u-pb-2xs {
    padding-bottom: 5px !important;
  }
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
  .u-pb-s {
    padding-bottom: 10px !important;
  }
  .u-pb {
    padding-bottom: 15px !important;
  }
  .u-pb-l {
    padding-bottom: 20px !important;
  }
  .u-pb-xl {
    padding-bottom: 30px !important;
  }
  .u-pb-2xl {
    padding-bottom: 40px !important;
  }
  .u-pb-3xl {
    padding-bottom: 60px !important;
  }
  .u-pb-4xl {
    padding-bottom: 80px !important;
  }
  .u-pb-5xl {
    padding-bottom: 100px !important;
  }
  .u-p-xs {
    padding: 10px !important;
  }
  .u-p-s {
    padding: 10px !important;
  }
  .u-p {
    padding: 15px !important;
  }
  .u-p-l {
    padding: 20px !important;
  }
  .u-p-xl {
    padding: 20px !important;
  }
  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  list
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg {
    font-size: 0.95rem;
  }
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.54rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.34rem;
  }
  .u-wysiwyg h4, .u-wysiwyg h5, .u-wysiwyg h6 {
    font-size: 1.1rem;
  }
  .u-wysiwyg blockquote {
    padding: 12px 15px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .alignright {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .u-wysiwyg .wp-block-embed-youtube iframe {
    height: calc(59vw - 70px);
  }
  .wp-block-image {
    margin-bottom: 30px;
  }
  .u-text-10 {
    font-size: 0.6rem;
    line-height: 1.7;
  }
  .u-text-11 {
    font-size: 0.7rem;
    line-height: 1.7;
  }
  .u-text-12 {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .u-text-13 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .u-text-14 {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .u-text-16 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .u-text-18 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .u-text-20 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .u-text-22 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .u-text-24 {
    font-size: 1.35rem;
    line-height: 1.4;
  }
  .u-text-28 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .u-text-30 {
    font-size: 1.45rem;
    line-height: 1.4;
  }
  .u-text-32 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  /* ---------------------------
  bordered
  --------------------------- */
  .u-bordered01 {
    padding: 18px;
  }
  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table, .u-wysiwyg table {
    font-size: 0.85rem;
  }
  .u-table.is-spBlock, .u-wysiwyg table.is-spBlock, .u-table.is-spBlock tbody, .u-wysiwyg table.is-spBlock tbody, .u-table.is-spBlock tr, .u-wysiwyg table.is-spBlock tr, .u-table.is-spBlock th, .u-wysiwyg table.is-spBlock th, .u-table.is-spBlock td, .u-wysiwyg table.is-spBlock td {
    display: block;
  }
  .u-table.is-spBlock th, .u-wysiwyg table.is-spBlock th {
    white-space: normal;
  }
  .u-table-wrap {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .u-table-wrap .u-table01 {
    width: 600px;
  }
  .u-table02 {
    font-size: 0.85rem;
  }
  .u-table02.is-spBlock, .u-table02.is-spBlock tbody, .u-table02.is-spBlock tr, .u-table02.is-spBlock th, .u-table02.is-spBlock td {
    display: block;
  }
  .u-table02.is-spBlock th {
    white-space: normal;
  }
  .u-table03 {
    font-size: 0.85rem;
  }
  .u-table03.is-spBlock, .u-table03.is-spBlock tbody, .u-table03.is-spBlock tr, .u-table03.is-spBlock th, .u-table03.is-spBlock td {
    display: block;
  }
  .u-table03.is-spBlock th {
    white-space: normal;
  }
}