@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: 500;
}

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: 500;
}

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: 'Avenir';
  font-weight: bold;
  src: url("/common/fonts/Avenir-Black.ttf") format("truetype"), url("/common/fonts/Avenir-Black.woff") format("woff");
}

#wrapper {
  position: relative;
  overflow: hidden;
}

body {
  font-family: 'Zen Kaku Gothic New', "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-weight: 500;
  color: #212121;
  -webkit-text-size-adjust: 100%;
}

body.th {
  font-family: 'IBM Plex Sans Thai', sans-serif;
}

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

a {
  color: #212121;
}

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: default;
}

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

.nobr {
  white-space: nowrap;
}

/* ---------------------------
l-header
--------------------------- */
.l-header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.l-header-logo-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;
  gap: 5px;
}

.l-header-langBtns {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-langBtn a {
  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;
  background-color: #fff;
  border: 2px solid #35529E;
}

.l-header-langBtn.is-current a {
  color: #fff;
  background-color: #35529E;
}

.l-gnav-link a {
  color: #35529E;
}

.l-gnav-link:last-child a {
  position: relative;
}

.l-gnav-link:last-child a:after {
  display: block;
  position: absolute;
  width: 18px;
}

/* ---------------------------
l-footer
--------------------------- */
.l-footer-copyright {
  background-color: #212121;
  color: #fff;
  text-align: center;
}

.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);
  bottom: 40px;
}

.l-footer-linebutton.on {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* ---------------------------
l-wrap
--------------------------- */
section#issue .m-h02 {
  margin-bottom: 1.7rem;
}

section.price {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.88%, rgba(111, 156, 198, 0.3)), color-stop(99.66%, #5589BA));
  background: linear-gradient(90deg, rgba(111, 156, 198, 0.3) 1.88%, #5589BA 99.66%);
}

section.service {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-142.28%, #35529E), color-stop(99.42%, #FFF));
  background: linear-gradient(0deg, #35529E -142.28%, #FFF 99.42%);
}

section.case .m-h02 {
  margin-bottom: 15px;
}

section.case .m-h02.non-after:first-of-type {
  text-align: center;
}

section.case .m-h02.non-after:first-of-type .label {
  color: #212121;
}

section.price {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-94.19%, #35529e), to(#fff));
  background: linear-gradient(180deg, #35529e -94.19%, #fff 100%);
}

section.price .m-h03 {
  text-align: center;
  color: #212121;
}

/* ---------------------------
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: 600;
  position: relative;
  text-align: center;
  width: 262px;
  border-radius: 50vw;
  margin: 0 auto;
  cursor: pointer;
}

.m-btn span {
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.7;
}

.m-btn .ico {
  margin-right: 8px;
}

.m-btn.u-bg-yl {
  background: -webkit-gradient(linear, left top, right top, from(#FFF001), to(#FFF)) !important;
  background: linear-gradient(90deg, #FFF001 0%, #FFF 100%) !important;
}

.m-btn.u-bg-bl {
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 53, 149, 0.8)), to(#0C112F)) !important;
  background: linear-gradient(90deg, rgba(37, 53, 149, 0.8) 0%, #0C112F 100%) !important;
}

.m-btn.u-bd-c1 {
  border: 2px solid #35529E;
}

.m-btn.u-bd-c1:hover {
  opacity: 1;
  color: #fff !important;
  background: #35529E !important;
}

.m-btn.u-bd-c1:hover:before {
  color: #fff;
}

.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: #35529E;
  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-problems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-problems-img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-column.on .m-column-problems-img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.m-column-problems-img img {
  border-radius: 20px;
}

.m-column-problem {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  color: #000;
  background: #9BDCE9;
  border-radius: 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-column.on .m-column-problem {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.en .m-column-problem {
  line-height: 1.5;
}

.th .m-column-problem {
  letter-spacing: 0.5px;
}

.m-column-problem:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45px;
  border: 10px solid transparent;
  border-top: 15px solid #9BDCE9;
}

.m-column-solutions {
  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-column-solution {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-column.on .m-column-solution {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-column-solution-img {
  position: relative;
}

.m-column-solution-img:before {
  content: '';
  display: block;
  width: 89%;
  height: 7px;
  background-color: #fff001;
  position: absolute;
  bottom: -17px;
}

.m-column-solution .txt {
  color: #35529E;
  letter-spacing: 0.5px;
}

.m-column02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-column02-img {
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
  opacity: 0;
}

.m-column02.on .m-column02-img {
  opacity: 1;
}

.m-column02-img img {
  border-radius: 16px;
}

.m-column02-body {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-column02.on .m-column02-body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-column02-body ul li {
  position: relative;
  letter-spacing: 0.5px;
}

.m-column02-body ul li:nth-child(2n+1):before {
  background-color: #35529E;
}

.m-column02-body ul li:nth-child(2n):before {
  background-color: #fff001;
}

.m-column02-body ul li:before {
  content: '';
  display: block;
  border-radius: 50vw;
  position: absolute;
}

.m-column03-types {
  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;
  padding-bottom: 3rem;
}

.m-column03-types a {
  border-radius: 16px;
  -webkit-box-shadow: 0 5px 0 #369ada;
          box-shadow: 0 5px 0 #369ada;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-column03-types a:hover {
  opacity: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.m-column03-types a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.m-column03-type {
  background: #d1def2;
  border-radius: 16px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-columns03.on .m-column03-type {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-column03-type .tit {
  letter-spacing: 0.5px;
}

.th .m-column03-type .txt {
  letter-spacing: 0.5px;
}

.m-column03-type .txt.indent-para .indent {
  display: block;
  text-indent: -1rem;
  padding-left: 1rem;
}

.m-column03:not(:last-child) .type:before {
  background-color: #35529E;
}

.m-column03:last-child .type:before {
  background-color: #fff001;
}

.m-column03-img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-column03.on .m-column03-img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-column03-img img {
  width: 100%;
  border-radius: 16px;
}

.m-column03-body {
  letter-spacing: 0.5px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-column03.on .m-column03-body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-column03-body .type {
  position: relative;
  padding-bottom: 1rem;
}

.m-column03-body .type:before {
  content: '';
  display: block;
  border-radius: 50vw;
  position: absolute;
  left: 0;
}

.m-column03-body .issue {
  padding-bottom: 1rem;
}

.m-columns04 {
  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-column04 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-columns04.on .m-column04 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-column04-body {
  position: relative;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-shadow: 2px 4px 7.4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 7.4px 0px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.5px;
}

.m-column04-body .price {
  color: #35529E;
  text-align: center;
  line-height: 1.4;
}

.m-column04-body .price span {
  font-family: 'IBM Plex Sans Thai', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 5px 4px 6px rgba(0, 0, 0, 0.25);
}

.m-column04-body .txt {
  text-align: center;
  padding-bottom: 1rem;
  line-height: 1.6;
}

.m-column04 .m-btn-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-column05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-column05-img {
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
  opacity: 0;
}

.m-column05.on .m-column05-img {
  opacity: 1;
}

.m-column05-img img {
  border-radius: 16px;
}

.m-column05-body {
  letter-spacing: 0.5px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-column05.on .m-column05-body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-column06 {
  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: relative;
  z-index: 1;
}

.m-column06-body {
  letter-spacing: 0.5px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.m-column06.on .m-column06-body {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.m-column06-body p + p {
  margin-top: 0.6rem;
}

.m-column06-body p span {
  margin-right: 0.5rem;
  font-weight: 700;
  line-height: 1;
  font-size: 2rem;
}

.m-column06-body .m-btn-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1rem;
}

.m-column06-img {
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
  opacity: 0;
}

.m-column06.on .m-column06-img {
  opacity: 1;
}

.m-column06-img img {
  border-radius: 16px;
}

.m-contact-table {
  width: 100%;
  letter-spacing: 0.5px;
}

.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;
  font-size: 0.85rem;
}

.m-contact-error {
  color: #f00;
}

.m-contact-privacy {
  overflow-y: scroll;
  background: #eeeeef;
}

.m-contact-privacy-h {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.th .m-contact-privacy-h {
  letter-spacing: 0.5px;
}

.m-contact-privacy-body {
  font-family: 'IBM Plex Sans Thai', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.m-contact-btns {
  margin-bottom: 2em;
}

.m-h {
  text-align: center;
  margin-bottom: 1.7rem;
}

.m-h .label {
  display: block;
  color: #35529E;
  font-weight: 600;
}

.th .m-h .label {
  letter-spacing: 0.5px;
}

.m-h .label02 {
  display: block;
  color: #212121;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.th .m-h .label02 {
  letter-spacing: 0.5px;
}

.th .m-h .subtxt {
  letter-spacing: 0.5px;
}

.m-h02 {
  color: #212121;
  position: relative;
  letter-spacing: 1px;
}

.th .m-h02 {
  letter-spacing: 0.5px;
}

.m-h02::after {
  content: '';
  display: block;
  height: 7px;
  background-color: #fff001;
  position: absolute;
  bottom: 0;
}

.m-h02.non-after::after {
  display: none;
}

.m-h02 .label {
  display: block;
  color: #35529E;
  letter-spacing: 1px;
}

.th .m-h02 .label {
  letter-spacing: 0.5px;
}

.m-h03 {
  color: #35529E;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}

.th .m-h03 {
  letter-spacing: 0.5px;
}

/* ---------------------------
m-link
--------------------------- */
.m-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.5px;
}

.m-link .icon {
  background: #212121;
  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;
  width: 24px;
  height: 24px;
  margin-right: 0.7em;
}

.m-link .icon img {
  width: 18px;
}

.m-link .icon.line {
  background: #06c755;
}

.m-link .label {
  padding-bottom: 2px;
}

.m-mv {
  position: relative;
}

.m-mv-slides {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.m-mv-slides .slick-list,
.m-mv-slides .slick-track {
  height: 100%;
}

.m-mv-slides-arrow {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.m-mv-slides-arrow.is-prev {
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.m-mv-slides-arrow.is-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m-mv-slides-arrow.is-next {
  right: 0;
}

.m-mv-slide {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.m-mv-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-mv-body-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.m-mv-label {
  margin-bottom: 1em;
  color: #fff;
  -webkit-animation: MvTtl 1.2s 0.6s both;
          animation: MvTtl 1.2s 0.6s both;
}

@-webkit-keyframes MvTtl {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes MvTtl {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.m-mv-label .label {
  display: block;
  font-weight: 600;
  text-shadow: 3px 3px 10px #212121;
  line-height: 1.1;
}

.th .m-mv-label .label {
  letter-spacing: 0.5px;
}

.m-mv-label .label .sub {
  display: block;
  line-height: 1.7;
  text-shadow: 3px 3px 10px #212121;
}

.jp .m-mv-label .label .sub {
  width: unset;
  line-height: 1.4;
  font-weight: 500;
}

.m-mv-label .label .sub ul li {
  text-indent: -1rem;
  padding-left: 1rem;
}

.m-mv-label .label02 {
  font-family: 'IBM Plex Sans Thai', sans-serif;
  display: block;
  letter-spacing: 1px;
  text-shadow: 3px 3px 10px #212121;
  line-height: 1.4;
  font-weight: 700;
}

.m-mv-label .label02 span {
  font-size: 1.6rem;
  font-weight: 500;
}

.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: #212121 !important;
}

.u-c-gy {
  color: #616161 !important;
}

.u-c-c1 {
  color: #35529E !important;
}

.u-c-c2 {
  color: #fff001 !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: #212121 !important;
}

.u-bg-gy {
  background: #616161 !important;
}

.u-bg-c0 {
  background: #212121 !important;
}

.u-bg-c1 {
  background: #35529E !important;
}

.u-bg-c2 {
  background: #fff001 !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.svg) center/20px;
}

.u-bd-bk {
  border-color: #212121 !important;
}

.u-bd-gy {
  border-color: #616161 !important;
}

.u-bd-c0 {
  border-color: #212121 !important;
}

.u-bd-c1 {
  border-color: #35529E !important;
}

.u-bd-c2 {
  border-color: #fff001 !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: #35529E;
  background: #35529E;
}

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: 400;
  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.svg") 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.png") 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.svg") 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: #35529E;
  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: #35529E;
}

.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: #35529E;
  margin-top: 1.8em;
  margin-bottom: 0.9em;
  font-weight: bold;
  line-height: 1.6;
}

.u-wysiwyg h3 {
  color: #35529E;
  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: #35529E;
  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 #35529E;
}

.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: #35529E;
}

.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: #35529E;
}

.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: calc( 1060px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
module
--------------------------- */
  @font-face {
    font-family: 'Avenir';
    font-weight: bold;
    src: url("/common/fonts/Avenir-Black.ttf") format("truetype"), url("/common/fonts/Avenir-Black.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 {
    padding-top: 27px;
    -webkit-transition: 0.8s 0.1s;
    transition: 0.8s 0.1s;
    opacity: 0;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
    height: 86px;
  }
  .l-header.on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .th .l-header {
    padding-top: 31px;
  }
  .l-header-logo {
    width: 260px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 20px;
    resize: vertical;
    top: 45%;
    left: 30px;
  }
  .l-header-logo-flex a:first-of-type img {
    width: 140px;
    padding-bottom: 5px;
  }
  .l-header-logo-flex a:last-child img {
    width: 65px;
  }
  .l-header-langBtns {
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header-langBtn a {
    width: 60px;
    height: 40px;
    padding-bottom: 4px;
  }
  .th .l-header-langBtn a {
    padding-bottom: 0;
  }
  .l-header-langBtn:not(:last-child) {
    margin-right: 4px;
  }
  .l-gnav {
    padding: 0px 90px 0 130px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .l-gnav-link:last-child a:after {
    content: url(/common/img/base/ico_link.svg);
    top: -1px;
    right: -25px;
  }
  .th .l-gnav-link:last-child a:after {
    top: 1px;
  }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer-copyright {
    font-size: 0.8rem;
    padding: 20px 0;
  }
  .l-footer-linebutton {
    right: 40px;
    width: 80px;
    height: 80px;
  }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc( 1060px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-960 {
    max-width: calc(960px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  section.case .m-h02.non-after:first-of-type {
    margin-top: -0.5rem;
    padding-bottom: 0.5rem;
  }
  /* ---------------------------
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:first-of-type {
    padding-bottom: 4rem;
  }
  .m-column:last-of-type {
    margin-top: 2rem;
  }
  .en .m-column-problems {
    gap: 2rem;
  }
  .m-column-problem {
    font-size: 1.3rem;
    padding: 12px 30px;
  }
  .m-column-problem:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column-problem:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column-problem:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .en .m-column-problem {
    padding: 10px 30px 14px;
  }
  .en .m-column-solutions {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-column-solution {
    width: 34%;
  }
  .m-column-solution:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column-solution:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column-solution:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .m-column-solution + li {
    margin-left: -15px;
  }
  .m-column-solution-img {
    margin-bottom: 1.6rem;
  }
  .m-column-solution .txt {
    font-size: 1.1rem;
    margin-top: 8px;
  }
  .m-columns02 {
    padding-top: 1rem;
  }
  .m-column02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-column02:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column02:not(:last-child) {
    margin-bottom: 4rem;
  }
  .m-column02-img {
    width: 50%;
  }
  .m-column02-body {
    width: 46%;
  }
  .m-column02-body ul li {
    font-size: 1.1rem;
    padding-left: 1.5rem;
  }
  .m-column02-body ul li:before {
    width: 16px;
    height: 16px;
    top: 8px;
    left: 0;
  }
  .th .m-column02-body ul li:before {
    top: 6px;
  }
  .m-column02-body ul li + li {
    margin-top: 15px;
  }
  .m-column03 {
    max-width: 820px;
    margin: auto;
  }
  .m-column03-types {
    gap: 2rem;
  }
  .m-column03-type {
    width: 100%;
    padding: 30px 35px;
    min-height: 320px;
  }
  .m-column03-type:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column03-type:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column03-type:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .en .m-column03-type {
    min-height: 385px;
  }
  .th .m-column03-type {
    padding: 30px 35px 22px;
    min-height: 350px;
  }
  .m-column03-type figure {
    width: 45%;
    margin: 0 auto 1.5rem;
  }
  .m-column03-type .tit {
    font-size: 1.1rem;
  }
  .m-column03-type .txt {
    font-size: 0.85rem;
    padding-top: 0.5rem;
  }
  .m-column03 ~ .m-column03 {
    padding-top: 4rem;
  }
  .m-column03-img {
    padding-bottom: 1.5rem;
  }
  .m-column03-body {
    font-size: 1.1rem;
  }
  .m-column03-body .type {
    padding-left: 1.5rem;
  }
  .m-column03-body .type:before {
    width: 16px;
    height: 16px;
    top: 7px;
  }
  .m-columns04 {
    gap: 1.5rem;
  }
  .m-column04 {
    width: 22%;
    max-width: 350px;
    padding-bottom: 2rem;
  }
  .m-column04:nth-child(4n+1) {
    -webkit-transition-delay: calc(0.2s * 1);
            transition-delay: calc(0.2s * 1);
  }
  .m-column04:nth-child(4n+2) {
    -webkit-transition-delay: calc(0.2s * 2);
            transition-delay: calc(0.2s * 2);
  }
  .m-column04:nth-child(4n+3) {
    -webkit-transition-delay: calc(0.2s * 3);
            transition-delay: calc(0.2s * 3);
  }
  .m-column04:nth-child(4n+4) {
    -webkit-transition-delay: calc(0.2s * 4);
            transition-delay: calc(0.2s * 4);
  }
  .m-column04-body {
    min-height: 480px;
    font-size: 1.1rem;
    padding: 2.5rem 1.4rem;
  }
  .en .m-column04-body {
    min-height: 518px;
  }
  .th .m-column04-body {
    min-height: 468px;
  }
  .m-column04-body .price {
    font-size: 1.5rem;
    padding: 1.6rem 0;
  }
  .en .m-column04-body .price {
    padding: 1rem 0;
  }
  .th .m-column04-body .price {
    padding: 0.5rem 0 1rem;
  }
  .m-column04-body .price span {
    font-size: 3rem;
  }
  .m-column04 .m-btn {
    width: 211px;
    padding: 3px 0 7px;
  }
  .m-column04 .m-btn-box {
    bottom: 2.5rem;
  }
  .th .m-column04 .m-btn-box {
    bottom: 2.3rem;
  }
  .m-column04 .m-btn span {
    font-size: 1.1rem;
  }
  .th .m-column04 .m-btn {
    padding: 6px 0 4px;
  }
  .m-column05-img {
    width: 47%;
  }
  .m-column05-body {
    font-size: 1.1rem;
    width: 50%;
  }
  .m-column06 {
    gap: 2rem;
  }
  .m-column06-body {
    font-size: 1.1rem;
    width: 40%;
  }
  .m-column06-body .m-btn {
    width: 211px;
    padding: 3px 0 7px;
  }
  .m-column06-body .m-btn span {
    font-size: 1.1rem;
  }
  .th .m-column06-body .m-btn {
    padding: 6px 0 4px;
  }
  .m-column06-img {
    width: 49%;
  }
  .m-contact-form {
    background: #fff;
    padding: 0 80px 5rem;
  }
  .m-contact-table {
    font-size: 1.1rem;
    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-privacy {
    max-height: 220px;
    margin-bottom: 4em;
  }
  .m-contact-privacy-inner {
    padding: 35px 30px;
  }
  .m-contact-privacy-h {
    margin-bottom: 1.3em;
  }
  .m-contact-privacy-body {
    font-size: 1.2rem;
  }
  .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;
  }
  .m-h .label {
    font-size: 3rem;
    letter-spacing: 1.5px;
  }
  .m-h .label02 {
    font-size: 1.3rem;
  }
  .m-h .subtxt {
    font-size: 1.1rem;
    padding-top: 0.3rem;
  }
  .m-h02 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .m-h02::after {
    width: 125px;
  }
  .m-h02 .label {
    font-size: 1.7rem;
  }
  .m-h03 {
    font-size: 1.3rem;
  }
  /* ---------------------------
m-link
--------------------------- */
  .m-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-link {
    font-size: 1.1rem;
  }
  .m-link:not(:last-child) {
    margin-right: 2.5em;
  }
  .m-mv {
    height: 90vh;
  }
  .m-mv-slides {
    height: 90vh;
    top: 86px;
  }
  .m-mv-slides-arrow {
    width: 60px;
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-mv-slides-arrow img {
    width: 50%;
  }
  .m-mv-slides-arrow.is-prev {
    border-radius: 0 50% 50% 0;
    padding-right: 28px;
  }
  .m-mv-slides-arrow.is-next {
    border-radius: 50% 0 0 50%;
    padding-left: 28px;
  }
  .m-mv-slide {
    background-position: top;
  }
  .m-mv-body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-mv-body-inner {
    max-width: 1420px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 20rem;
    padding-right: 4rem;
  }
  .jp .m-mv-body-inner {
    padding-right: 14rem;
  }
  .th .m-mv-body-inner {
    padding-top: 16rem;
    padding-right: 8rem;
  }
  .m-mv-label {
    text-align: left;
  }
  .m-mv-label .label {
    font-size: 3rem;
  }
  .jp .m-mv-label .label {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .m-mv-label .label .sub {
    font-size: 22px;
    width: 86%;
  }
  .jp .m-mv-label .label .sub {
    font-size: 21px;
  }
  .th .m-mv-label .label .sub {
    width: 100%;
    font-size: 23px;
    margin-top: -0.2rem;
  }
  .m-mv-label .label02 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .jp .m-mv-label .label02,
  .th .m-mv-label .label02 {
    margin: -5px 0 10px;
  }
  .m-mv-label .label02 + .label {
    margin-top: 1rem;
  }
  .jp .m-mv-label .label02 + .label {
    margin-top: 2rem;
  }
  .m-mv-label .m-btn {
    width: 310px;
  }
  .m-mv-label .m-btn-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
  .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: calc( 1060px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
module
--------------------------- */
  @font-face {
    font-family: 'Avenir';
    font-weight: bold;
    src: url("/common/fonts/Avenir-Black.ttf") format("truetype"), url("/common/fonts/Avenir-Black.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 {
    padding-top: 27px;
    -webkit-transition: 0.8s 0.1s;
    transition: 0.8s 0.1s;
    opacity: 0;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
    height: 86px;
  }
  .l-header.on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .th .l-header {
    padding-top: 31px;
  }
  .l-header-logo {
    width: 260px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 20px;
    resize: vertical;
    top: 45%;
    left: 30px;
  }
  .l-header-logo-flex a:first-of-type img {
    width: 140px;
    padding-bottom: 5px;
  }
  .l-header-logo-flex a:last-child img {
    width: 65px;
  }
  .l-header-langBtns {
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header-langBtn a {
    width: 60px;
    height: 40px;
    padding-bottom: 4px;
  }
  .th .l-header-langBtn a {
    padding-bottom: 0;
  }
  .l-header-langBtn:not(:last-child) {
    margin-right: 4px;
  }
  .l-gnav {
    padding: 0px 90px 0 130px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .l-gnav-link:last-child a:after {
    content: url(/common/img/base/ico_link.svg);
    top: -1px;
    right: -25px;
  }
  .th .l-gnav-link:last-child a:after {
    top: 1px;
  }
  /* ---------------------------
l-footer
--------------------------- */
  .l-footer-copyright {
    font-size: 0.8rem;
    padding: 20px 0;
  }
  .l-footer-linebutton {
    right: 40px;
    width: 80px;
    height: 80px;
  }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc( 1060px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-960 {
    max-width: calc(960px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  section.case .m-h02.non-after:first-of-type {
    margin-top: -0.5rem;
    padding-bottom: 0.5rem;
  }
  /* ---------------------------
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:first-of-type {
    padding-bottom: 4rem;
  }
  .m-column:last-of-type {
    margin-top: 2rem;
  }
  .en .m-column-problems {
    gap: 2rem;
  }
  .m-column-problem {
    font-size: 1.3rem;
    padding: 12px 30px;
  }
  .m-column-problem:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column-problem:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column-problem:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .en .m-column-problem {
    padding: 10px 30px 14px;
  }
  .en .m-column-solutions {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-column-solution {
    width: 34%;
  }
  .m-column-solution:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column-solution:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column-solution:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .m-column-solution + li {
    margin-left: -15px;
  }
  .m-column-solution-img {
    margin-bottom: 1.6rem;
  }
  .m-column-solution .txt {
    font-size: 1.1rem;
    margin-top: 8px;
  }
  .m-columns02 {
    padding-top: 1rem;
  }
  .m-column02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-column02:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column02:not(:last-child) {
    margin-bottom: 4rem;
  }
  .m-column02-img {
    width: 50%;
  }
  .m-column02-body {
    width: 46%;
  }
  .m-column02-body ul li {
    font-size: 1.1rem;
    padding-left: 1.5rem;
  }
  .m-column02-body ul li:before {
    width: 16px;
    height: 16px;
    top: 8px;
    left: 0;
  }
  .th .m-column02-body ul li:before {
    top: 6px;
  }
  .m-column02-body ul li + li {
    margin-top: 15px;
  }
  .m-column03 {
    max-width: 820px;
    margin: auto;
  }
  .m-column03-types {
    gap: 2rem;
  }
  .m-column03-type {
    width: 100%;
    padding: 30px 35px;
    min-height: 320px;
  }
  .m-column03-type:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column03-type:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column03-type:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .en .m-column03-type {
    min-height: 385px;
  }
  .th .m-column03-type {
    padding: 30px 35px 22px;
    min-height: 350px;
  }
  .m-column03-type figure {
    width: 45%;
    margin: 0 auto 1.5rem;
  }
  .m-column03-type .tit {
    font-size: 1.1rem;
  }
  .m-column03-type .txt {
    font-size: 0.85rem;
    padding-top: 0.5rem;
  }
  .m-column03 ~ .m-column03 {
    padding-top: 4rem;
  }
  .m-column03-img {
    padding-bottom: 1.5rem;
  }
  .m-column03-body {
    font-size: 1.1rem;
  }
  .m-column03-body .type {
    padding-left: 1.5rem;
  }
  .m-column03-body .type:before {
    width: 16px;
    height: 16px;
    top: 7px;
  }
  .m-columns04 {
    gap: 1.5rem;
  }
  .m-column04 {
    width: 22%;
    max-width: 350px;
    padding-bottom: 2rem;
  }
  .m-column04:nth-child(4n+1) {
    -webkit-transition-delay: calc(0.2s * 1);
            transition-delay: calc(0.2s * 1);
  }
  .m-column04:nth-child(4n+2) {
    -webkit-transition-delay: calc(0.2s * 2);
            transition-delay: calc(0.2s * 2);
  }
  .m-column04:nth-child(4n+3) {
    -webkit-transition-delay: calc(0.2s * 3);
            transition-delay: calc(0.2s * 3);
  }
  .m-column04:nth-child(4n+4) {
    -webkit-transition-delay: calc(0.2s * 4);
            transition-delay: calc(0.2s * 4);
  }
  .m-column04-body {
    min-height: 480px;
    font-size: 1.1rem;
    padding: 2.5rem 1.4rem;
  }
  .en .m-column04-body {
    min-height: 518px;
  }
  .th .m-column04-body {
    min-height: 468px;
  }
  .m-column04-body .price {
    font-size: 1.5rem;
    padding: 1.6rem 0;
  }
  .en .m-column04-body .price {
    padding: 1rem 0;
  }
  .th .m-column04-body .price {
    padding: 0.5rem 0 1rem;
  }
  .m-column04-body .price span {
    font-size: 3rem;
  }
  .m-column04 .m-btn {
    width: 211px;
    padding: 3px 0 7px;
  }
  .m-column04 .m-btn-box {
    bottom: 2.5rem;
  }
  .th .m-column04 .m-btn-box {
    bottom: 2.3rem;
  }
  .m-column04 .m-btn span {
    font-size: 1.1rem;
  }
  .th .m-column04 .m-btn {
    padding: 6px 0 4px;
  }
  .m-column05-img {
    width: 47%;
  }
  .m-column05-body {
    font-size: 1.1rem;
    width: 50%;
  }
  .m-column06 {
    gap: 2rem;
  }
  .m-column06-body {
    font-size: 1.1rem;
    width: 40%;
  }
  .m-column06-body .m-btn {
    width: 211px;
    padding: 3px 0 7px;
  }
  .m-column06-body .m-btn span {
    font-size: 1.1rem;
  }
  .th .m-column06-body .m-btn {
    padding: 6px 0 4px;
  }
  .m-column06-img {
    width: 49%;
  }
  .m-contact-form {
    background: #fff;
    padding: 0 80px 5rem;
  }
  .m-contact-table {
    font-size: 1.1rem;
    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-privacy {
    max-height: 220px;
    margin-bottom: 4em;
  }
  .m-contact-privacy-inner {
    padding: 35px 30px;
  }
  .m-contact-privacy-h {
    margin-bottom: 1.3em;
  }
  .m-contact-privacy-body {
    font-size: 1.2rem;
  }
  .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;
  }
  .m-h .label {
    font-size: 3rem;
    letter-spacing: 1.5px;
  }
  .m-h .label02 {
    font-size: 1.3rem;
  }
  .m-h .subtxt {
    font-size: 1.1rem;
    padding-top: 0.3rem;
  }
  .m-h02 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .m-h02::after {
    width: 125px;
  }
  .m-h02 .label {
    font-size: 1.7rem;
  }
  .m-h03 {
    font-size: 1.3rem;
  }
  /* ---------------------------
m-link
--------------------------- */
  .m-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-link {
    font-size: 1.1rem;
  }
  .m-link:not(:last-child) {
    margin-right: 2.5em;
  }
  .m-mv {
    height: 90vh;
  }
  .m-mv-slides {
    height: 90vh;
    top: 86px;
  }
  .m-mv-slides-arrow {
    width: 60px;
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-mv-slides-arrow img {
    width: 50%;
  }
  .m-mv-slides-arrow.is-prev {
    border-radius: 0 50% 50% 0;
    padding-right: 28px;
  }
  .m-mv-slides-arrow.is-next {
    border-radius: 50% 0 0 50%;
    padding-left: 28px;
  }
  .m-mv-slide {
    background-position: top;
  }
  .m-mv-body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-mv-body-inner {
    max-width: 1420px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 20rem;
    padding-right: 4rem;
  }
  .jp .m-mv-body-inner {
    padding-right: 14rem;
  }
  .th .m-mv-body-inner {
    padding-top: 16rem;
    padding-right: 8rem;
  }
  .m-mv-label {
    text-align: left;
  }
  .m-mv-label .label {
    font-size: 3rem;
  }
  .jp .m-mv-label .label {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .m-mv-label .label .sub {
    font-size: 22px;
    width: 86%;
  }
  .jp .m-mv-label .label .sub {
    font-size: 21px;
  }
  .th .m-mv-label .label .sub {
    width: 100%;
    font-size: 23px;
    margin-top: -0.2rem;
  }
  .m-mv-label .label02 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .jp .m-mv-label .label02,
  .th .m-mv-label .label02 {
    margin: -5px 0 10px;
  }
  .m-mv-label .label02 + .label {
    margin-top: 1rem;
  }
  .jp .m-mv-label .label02 + .label {
    margin-top: 2rem;
  }
  .m-mv-label .m-btn {
    width: 310px;
  }
  .m-mv-label .m-btn-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
  .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: calc( 1060px + 80px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
  }
  /* ---------------------------
module
--------------------------- */
  @font-face {
    font-family: 'Avenir';
    font-weight: bold;
    src: url("/common/fonts/Avenir-Black.ttf") format("truetype"), url("/common/fonts/Avenir-Black.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 {
    padding-top: 27px;
    -webkit-transition: 0.8s 0.1s;
    transition: 0.8s 0.1s;
    opacity: 0;
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
    height: 86px;
  }
  .l-header.on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .th .l-header {
    padding-top: 31px;
  }
  .l-header-logo {
    width: 260px;
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 20px;
    resize: vertical;
    top: 40px;
    left: -10px;
  }
  .l-header-logo-flex a:first-of-type img {
    width: 140px;
    padding-bottom: 5px;
  }
  .l-header-logo-flex a:last-child img {
    width: 65px;
  }
  .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: 60px;
    height: 40px;
    padding-bottom: 4px;
  }
  .th .l-header-langBtn a {
    padding-bottom: 0;
  }
  .l-header-langBtn:not(:last-child) {
    margin-right: 4px;
  }
  .l-gnav {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    background: #fff;
    pointer-events: none;
    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;
    width: 100%;
    padding: 50px 20px 30px;
    z-index: 98;
    text-align: center;
  }
  .l-gnav.on {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
  .l-gnav-link a {
    display: block;
    padding: 8px 0;
    font-size: 18px;
  }
  .l-gnav-link:last-child a:after {
    content: url(/common/img/base/ico_link.svg);
    top: 9px;
    right: 2px;
  }
  .l-gnav-btn {
    position: fixed;
    top: 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;
    width: 60px;
    cursor: pointer;
    z-index: 99;
    height: 85px;
    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: #212121;
    width: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #cat-special .l-gnav-btn-line {
    background: #000;
  }
  .l-gnav-btn-line:not(:last-child) {
    margin-bottom: 8px;
  }
  .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 {
    font-size: 0.8rem;
    padding: 20px 0;
  }
  .l-footer-linebutton {
    right: 40px;
    width: 80px;
    height: 80px;
  }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap {
    max-width: calc( 1060px + 80px);
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 30px;
  }
  .l-wrap-960 {
    max-width: calc(960px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  section.case .m-h02.non-after:first-of-type {
    margin-top: -0.5rem;
    padding-bottom: 0.5rem;
  }
  /* ---------------------------
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:first-of-type {
    padding-bottom: 4rem;
  }
  .m-column:last-of-type {
    margin-top: 2rem;
  }
  .en .m-column-problems {
    gap: 2rem;
  }
  .m-column-problem {
    font-size: 1.3rem;
    padding: 12px 30px;
  }
  .m-column-problem:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column-problem:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column-problem:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .en .m-column-problem {
    padding: 10px 30px 14px;
  }
  .en .m-column-solutions {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-column-solution {
    width: 34%;
  }
  .m-column-solution:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column-solution:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column-solution:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .m-column-solution + li {
    margin-left: -15px;
  }
  .m-column-solution-img {
    margin-bottom: 1.6rem;
  }
  .m-column-solution .txt {
    font-size: 1.1rem;
    margin-top: 8px;
  }
  .m-columns02 {
    padding-top: 1rem;
  }
  .m-column02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-column02:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-column02:not(:last-child) {
    margin-bottom: 4rem;
  }
  .m-column02-img {
    width: 50%;
  }
  .m-column02-body {
    width: 46%;
  }
  .m-column02-body ul li {
    font-size: 1.1rem;
    padding-left: 1.5rem;
  }
  .m-column02-body ul li:before {
    width: 16px;
    height: 16px;
    top: 8px;
    left: 0;
  }
  .th .m-column02-body ul li:before {
    top: 6px;
  }
  .m-column02-body ul li + li {
    margin-top: 15px;
  }
  .m-column03 {
    max-width: 820px;
    margin: auto;
  }
  .m-column03-types {
    gap: 2rem;
  }
  .m-column03-type {
    width: 100%;
    padding: 30px 35px;
    min-height: 320px;
  }
  .m-column03-type:nth-child(3n+1) {
    -webkit-transition-delay: calc(0.1s * 1);
            transition-delay: calc(0.1s * 1);
  }
  .m-column03-type:nth-child(3n+2) {
    -webkit-transition-delay: calc(0.1s * 2);
            transition-delay: calc(0.1s * 2);
  }
  .m-column03-type:nth-child(3n+3) {
    -webkit-transition-delay: calc(0.1s * 3);
            transition-delay: calc(0.1s * 3);
  }
  .en .m-column03-type {
    min-height: 385px;
  }
  .th .m-column03-type {
    padding: 30px 35px 22px;
    min-height: 350px;
  }
  .m-column03-type figure {
    width: 45%;
    margin: 0 auto 1.5rem;
  }
  .m-column03-type .tit {
    font-size: 1.1rem;
  }
  .m-column03-type .txt {
    font-size: 0.85rem;
    padding-top: 0.5rem;
  }
  .m-column03 ~ .m-column03 {
    padding-top: 4rem;
  }
  .m-column03-img {
    padding-bottom: 1.5rem;
  }
  .m-column03-body {
    font-size: 1.1rem;
  }
  .m-column03-body .type {
    padding-left: 1.5rem;
  }
  .m-column03-body .type:before {
    width: 16px;
    height: 16px;
    top: 7px;
  }
  .m-columns04 {
    gap: 1.5rem;
  }
  .m-column04 {
    width: 22%;
    max-width: 350px;
    padding-bottom: 2rem;
  }
  .m-column04:nth-child(4n+1) {
    -webkit-transition-delay: calc(0.2s * 1);
            transition-delay: calc(0.2s * 1);
  }
  .m-column04:nth-child(4n+2) {
    -webkit-transition-delay: calc(0.2s * 2);
            transition-delay: calc(0.2s * 2);
  }
  .m-column04:nth-child(4n+3) {
    -webkit-transition-delay: calc(0.2s * 3);
            transition-delay: calc(0.2s * 3);
  }
  .m-column04:nth-child(4n+4) {
    -webkit-transition-delay: calc(0.2s * 4);
            transition-delay: calc(0.2s * 4);
  }
  .m-column04-body {
    min-height: 480px;
    font-size: 1.1rem;
    padding: 2.5rem 1.4rem;
  }
  .en .m-column04-body {
    min-height: 518px;
  }
  .th .m-column04-body {
    min-height: 468px;
  }
  .m-column04-body .price {
    font-size: 1.5rem;
    padding: 1.6rem 0;
  }
  .en .m-column04-body .price {
    padding: 1rem 0;
  }
  .th .m-column04-body .price {
    padding: 0.5rem 0 1rem;
  }
  .m-column04-body .price span {
    font-size: 3rem;
  }
  .m-column04 .m-btn {
    width: 211px;
    padding: 3px 0 7px;
  }
  .m-column04 .m-btn-box {
    bottom: 2.5rem;
  }
  .th .m-column04 .m-btn-box {
    bottom: 2.3rem;
  }
  .m-column04 .m-btn span {
    font-size: 1.1rem;
  }
  .th .m-column04 .m-btn {
    padding: 6px 0 4px;
  }
  .m-column05-img {
    width: 47%;
  }
  .m-column05-body {
    font-size: 1.1rem;
    width: 50%;
  }
  .m-column06 {
    gap: 2rem;
  }
  .m-column06-body {
    font-size: 1.1rem;
    width: 40%;
  }
  .m-column06-body .m-btn {
    width: 211px;
    padding: 3px 0 7px;
  }
  .m-column06-body .m-btn span {
    font-size: 1.1rem;
  }
  .th .m-column06-body .m-btn {
    padding: 6px 0 4px;
  }
  .m-column06-img {
    width: 49%;
  }
  .m-contact-form {
    background: #fff;
    padding: 0 60px 3rem;
  }
  .m-contact-table {
    font-size: 1.1rem;
    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-privacy {
    max-height: 220px;
    margin-bottom: 4em;
  }
  .m-contact-privacy-inner {
    padding: 35px 30px;
  }
  .m-contact-privacy-h {
    margin-bottom: 1.3em;
  }
  .m-contact-privacy-body {
    font-size: 1.2rem;
  }
  .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;
  }
  .m-h .label {
    font-size: 3rem;
    letter-spacing: 1.5px;
  }
  .m-h .label02 {
    font-size: 1.3rem;
  }
  .m-h .subtxt {
    font-size: 1.1rem;
    padding-top: 0.3rem;
  }
  .m-h02 {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .m-h02::after {
    width: 125px;
  }
  .m-h02 .label {
    font-size: 1.7rem;
  }
  .m-h03 {
    font-size: 1.3rem;
  }
  /* ---------------------------
m-link
--------------------------- */
  .m-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-link {
    font-size: 1.1rem;
  }
  .m-link:not(:last-child) {
    margin-right: 2.5em;
  }
  .m-mv {
    height: 90vh;
  }
  .m-mv-slides {
    height: 90vh;
    top: 86px;
  }
  .m-mv-slides-arrow {
    width: 60px;
    height: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-mv-slides-arrow img {
    width: 50%;
  }
  .m-mv-slides-arrow.is-prev {
    border-radius: 0 50% 50% 0;
    padding-right: 28px;
  }
  .m-mv-slides-arrow.is-next {
    border-radius: 50% 0 0 50%;
    padding-left: 28px;
  }
  .m-mv-slide {
    background-position: top;
  }
  .m-mv-body {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-mv-body-inner {
    max-width: 1420px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 20rem;
    padding-right: 4rem;
  }
  .jp .m-mv-body-inner {
    padding-right: 14rem;
  }
  .th .m-mv-body-inner {
    padding-top: 16rem;
    padding-right: 8rem;
  }
  .m-mv-label {
    text-align: left;
  }
  .m-mv-label .label {
    font-size: 3rem;
  }
  .jp .m-mv-label .label {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
  .m-mv-label .label .sub {
    font-size: 22px;
    width: 86%;
  }
  .jp .m-mv-label .label .sub {
    font-size: 21px;
  }
  .th .m-mv-label .label .sub {
    width: 100%;
    font-size: 23px;
    margin-top: -0.2rem;
  }
  .m-mv-label .label02 {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .jp .m-mv-label .label02,
  .th .m-mv-label .label02 {
    margin: -5px 0 10px;
  }
  .m-mv-label .label02 + .label {
    margin-top: 1rem;
  }
  .jp .m-mv-label .label02 + .label {
    margin-top: 2rem;
  }
  .m-mv-label .m-btn {
    width: 310px;
  }
  .m-mv-label .m-btn-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
  .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: calc(5px * 0.6) !important;
  }
  .u-mt-xs {
    margin-top: calc(10px * 0.6) !important;
  }
  .u-mt-s {
    margin-top: calc(20px * 0.6) !important;
  }
  .u-mt {
    margin-top: calc(30px * 0.6) !important;
  }
  .u-mt-l {
    margin-top: calc(40px * 0.6) !important;
  }
  .u-mt-xl {
    margin-top: calc(60px * 0.6) !important;
  }
  .u-mt-2xl {
    margin-top: calc(80px * 0.6) !important;
  }
  .u-mt-3xl {
    margin-top: calc(100px * 0.6) !important;
  }
  .u-mb-2xs {
    margin-bottom: calc(5px * 0.6) !important;
  }
  .u-mb-xs {
    margin-bottom: calc(10px * 0.6) !important;
  }
  .u-mb-s {
    margin-bottom: calc(20px * 0.6) !important;
  }
  .u-mb {
    margin-bottom: calc(30px * 0.6) !important;
  }
  .u-mb-l {
    margin-bottom: calc(40px * 0.6) !important;
  }
  .u-mb-xl {
    margin-bottom: calc(60px * 0.6) !important;
  }
  .u-mb-2xl {
    margin-bottom: calc(80px * 0.6) !important;
  }
  .u-mb-3xl {
    margin-bottom: calc(100px * 0.6) !important;
  }
  .u-ml-1em {
    margin-left: calc(1em * 0.6) !important;
  }
  .u-mr-1em {
    margin-right: calc(1em * 0.6) !important;
  }
  /* padding */
  .u-pt-2xs {
    padding-top: calc(5px * 0.6) !important;
  }
  .u-pt-xs {
    padding-top: calc(10px * 0.6) !important;
  }
  .u-pt-s {
    padding-top: calc(20px * 0.6) !important;
  }
  .u-pt {
    padding-top: calc(30px * 0.6) !important;
  }
  .u-pt-l {
    padding-top: calc(40px * 0.6) !important;
  }
  .u-pt-xl {
    padding-top: calc(60px * 0.6) !important;
  }
  .u-pt-2xl {
    padding-top: calc(80px * 0.6) !important;
  }
  .u-pt-3xl {
    padding-top: calc(100px * 0.6) !important;
  }
  .u-pt-4xl {
    padding-top: calc(120px * 0.6) !important;
  }
  .u-pt-5xl {
    padding-top: calc(140px * 0.6) !important;
  }
  .u-pt-6xl {
    padding-top: calc(160px * 0.6) !important;
  }
  .u-pt-7xl {
    padding-top: calc(180px * 0.6) !important;
  }
  .u-pb-2xs {
    padding-bottom: calc(5px * 0.6) !important;
  }
  .u-pb-xs {
    padding-bottom: calc(10px * 0.6) !important;
  }
  .u-pb-s {
    padding-bottom: calc(20px * 0.6) !important;
  }
  .u-pb {
    padding-bottom: calc(30px * 0.6) !important;
  }
  .u-pb-l {
    padding-bottom: calc(40px * 0.6) !important;
  }
  .u-pb-xl {
    padding-bottom: calc(60px * 0.6) !important;
  }
  .u-pb-2xl {
    padding-bottom: calc(80px * 0.6) !important;
  }
  .u-pb-3xl {
    padding-bottom: calc(100px * 0.6) !important;
  }
  .u-pb-4xl {
    padding-bottom: calc(120px * 0.6) !important;
  }
  .u-pb-5xl {
    padding-bottom: calc(140px * 0.6) !important;
  }
  .u-p-xs {
    padding: calc(10px * 0.6) !important;
  }
  .u-p-s {
    padding: calc(20px * 0.6) !important;
  }
  .u-p {
    padding: calc(30px * 0.6) !important;
  }
  .u-p-l {
    padding: calc(40px * 0.6) !important;
  }
  .u-p-xl {
    padding: calc(60px * 0.6) !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: 'Avenir';
    font-weight: bold;
    src: url("/common/fonts/Avenir-Black.ttf") format("truetype"), url("/common/fonts/Avenir-Black.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 {
    padding-left: 10px;
    padding-right: 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
  .l-header-logo img {
    width: 6rem;
  }
  .l-header-logo > a {
    font-size: 1.5rem;
    color: #fff;
    background: #212121;
    border-radius: 50vw;
    padding: 0 15px 3px;
  }
  .th .l-header-logo > a {
    padding: 3px 15px 0;
  }
  .l-header-logo-flex a:first-of-type img {
    width: 70px;
  }
  .l-header-logo-flex a:last-child img {
    width: 44px;
  }
  .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 {
    width: 30px;
    height: 30px;
  }
  .l-header-langBtn:not(:last-child) {
    margin-right: 4px;
  }
  .l-gnav {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    background: #fff;
    pointer-events: none;
    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;
    width: 100%;
    padding: 50px 20px 30px;
    z-index: 98;
    text-align: center;
  }
  .l-gnav.on {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
  .l-gnav-link a {
    display: block;
    padding: 8px 0;
    font-size: 18px;
  }
  .l-gnav-link:last-child a:after {
    content: url(/common/img/base/ico_link.svg);
    top: 9px;
    right: 2px;
  }
  .l-gnav-btn {
    position: fixed;
    top: 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;
    width: 60px;
    cursor: pointer;
    z-index: 99;
    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: #212121;
    width: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #cat-special .l-gnav-btn-line {
    background: #000;
  }
  .l-gnav-btn-line:not(:last-child) {
    margin-bottom: 8px;
  }
  .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 {
    font-size: 13px;
    padding: 10px 60px;
  }
  .l-footer-linebutton {
    right: 20px;
    width: 60px;
    height: 60px;
  }
  /* ---------------------------
l-wrap
--------------------------- */
  .l-wrap-sp {
    padding: 0 30px;
  }
  section.case .m-h02.non-after:first-of-type {
    margin-bottom: 5px;
  }
  section.price .m-h03 {
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
  }
  /* ---------------------------
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-column:first-of-type {
    padding-bottom: 2.5rem;
  }
  .m-column:last-of-type {
    margin-top: 2rem;
  }
  .m-column-problems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-column-problem {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
  .m-column-solutions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .m-column-solution {
    width: 85%;
  }
  .m-column-solution-img {
    margin-bottom: 2rem;
  }
  .m-column02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-column02:not(:last-child) {
    margin-bottom: 2rem;
  }
  .m-column02-img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .m-column02-body ul li {
    padding-left: 1rem;
  }
  .m-column02-body ul li:before {
    width: 14px;
    height: 14px;
    top: 5px;
    left: -3px;
  }
  .th .m-column02-body ul li:before {
    top: 4px;
    left: -4px;
  }
  .m-column03-types {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .m-column03-types a {
    width: 85%;
    margin: auto;
  }
  .m-column03-type {
    padding: 15px 25px;
  }
  .m-column03-type figure {
    width: 50%;
    margin: 0 auto 1rem;
  }
  .m-column03 ~ .m-column03 {
    padding-top: 2rem;
  }
  .m-column03-img {
    padding-bottom: 1rem;
  }
  .m-column03-body .type {
    padding-left: 1.3rem;
  }
  .m-column03-body .type:before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
  .m-columns04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 0 20px;
  }
  .m-column04 {
    width: 100%;
  }
  .m-column04-body {
    padding: 2rem 2rem 6.5rem;
  }
  .th .m-column04-body {
    padding: 2rem 1rem 5.5rem;
  }
  .m-column04-body .price {
    padding-bottom: 0.5rem;
  }
  .m-column04-body .price span {
    font-size: 2.8rem;
  }
  .m-column04 .m-btn {
    padding: 7px 0 11px;
  }
  .m-column04 .m-btn-box {
    bottom: 2rem;
  }
  .th .m-column04 .m-btn {
    padding: 10px 0 8px;
  }
  .m-column05 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .m-column05-img {
    width: 100%;
  }
  .m-column06 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
  .m-column06-body .m-btn {
    padding: 7px 0 11px;
  }
  .th .m-column06-body .m-btn {
    padding: 10px 0 8px;
  }
  .m-column06-img {
    width: 100%;
  }
  .m-contact-form {
    padding-bottom: 4rem;
  }
  .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-privacy {
    max-height: 200px;
    margin-bottom: 4em;
  }
  .m-contact-privacy-inner {
    padding: 15px 20px 25px;
  }
  .m-contact-privacy-h {
    margin-bottom: 0.7em;
  }
  .m-contact-btn {
    margin-bottom: 1em;
  }
  .m-h .label {
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .m-h .label02 {
    font-size: 1rem;
  }
  .m-h02 {
    font-size: 1.4rem;
    line-height: 1.3;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .m-h02::after {
    width: 60px;
  }
  .m-h02 .label {
    font-size: 1.4rem;
  }
  .m-h03 {
    font-size: 1.1rem;
  }
  /* ---------------------------
m-link
--------------------------- */
  .m-link {
    width: 100%;
  }
  .m-link:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .m-link .label {
    font-size: 1.3rem;
  }
  .m-mv {
    height: 90vh;
  }
  .m-mv-slides {
    height: 94vh;
    top: 50px;
  }
  .m-mv-slides-arrow {
    width: 46px;
    height: 54px;
    bottom: 3rem;
  }
  .m-mv-slides-arrow img {
    width: 15px;
  }
  .m-mv-slides-arrow.is-prev {
    border-radius: 0 50% 50% 0;
    padding-right: 19px;
  }
  .m-mv-slides-arrow.is-next {
    border-radius: 50% 0 0 50%;
    padding-left: 19px;
  }
  .m-mv-slide {
    background-position: bottom;
  }
  .m-mv-body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-mv-body-inner {
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 14rem;
  }
  .m-mv-label .label {
    font-size: 2.4rem;
  }
  .jp .m-mv-label .label {
    font-size: 2.8rem;
  }
  .th .m-mv-label .label {
    font-size: 2.2rem;
  }
  .m-mv-label .label .sub {
    font-size: 15px;
    width: 90%;
    margin-top: 0.3rem;
  }
  .th .m-mv-label .label .sub {
    font-size: 16px;
    margin-top: 0;
  }
  .m-mv-label .label02 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 7px;
  }
  .m-mv-label .label02 span {
    letter-spacing: 1px;
  }
  .m-mv-label .label02 + .label {
    margin-top: 1rem;
  }
  .m-mv-label .m-btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  .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 #212121;
    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: 140px !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;
  }
}
