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

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

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

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

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

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

table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

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

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

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

hr {
  clear: both;
}

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

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

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

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

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

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

em {
  font-weight: bold;
}

/* ---------------------------
module
--------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
}

body {
  font-family: "Meiryo", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-weight: 500;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}

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

a {
  color: #333333;
}

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

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

/* ---------------------------
l-header
--------------------------- */
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  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;
  z-index: 10;
}
/* ---------------------------
l-footer
--------------------------- */
.l-footer {
  color: #fff;
  background: #464646;
}
.l-footer a {
  color: #fff;
}
.l-footer-col1 {
  display: -ms-grid;
  display: grid;
}
.l-footer-cat-h a {
  font-weight: bold;
}
.l-footer-copyright {
  font-size: 0.8rem;
}
.l-footer-pagetop {
  position: absolute;
  bottom: 0;
}

.l-blog-sub-in {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

/* ---------------------------
l-wrap
--------------------------- */
/* ---------------------------
btn
--------------------------- */
.m-btn {
  display: block;
  padding: 17px 60px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  border-radius: 2em;
  text-align: center;
  line-height: 1.4;
}
.m-btn:before {
  content: "arrow_forward";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  color: #ec6c00;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  font-weight: normal;
}
.m-btn.arrow-b:before {
  content: "arrow_downward";
}
.m-btn.is-noArrow {
  padding-right: 30px;
}
.m-btn.arrow-r {
  padding-right: 33px;
}
.m-btn.u-bd-c1 {
  border: none;
}
.m-btn.u-bd-c1 .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffb600), to(#ec6c00));
  background: -o-linear-gradient(left, #ffb600 0%, #ec6c00 100%);
  background: linear-gradient(90deg, #ffb600 0%, #ec6c00 100%);
  border-radius: 2em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.m-btn.u-bd-c1 .bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  border-radius: 2em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.m-btn.u-bd-c1:hover {
  opacity: 1;
  color: #fff !important;
  background: #ec6c00 !important;
}
.m-btn.u-bd-c1:hover:before {
  color: #fff;
}
.m-btn.u-bd-c1:hover .bg:before {
  background: -webkit-gradient(linear, left top, right top, from(#ffb600), to(#ec6c00));
  background: -o-linear-gradient(left, #ffb600 0%, #ec6c00 100%);
  background: linear-gradient(90deg, #ffb600 0%, #ec6c00 100%);
}
.m-btn.u-bd-c9_2 {
  border: 2px solid #e0e0e0;
}
.m-btn .label,
.m-btn .label02 {
  position: relative;
  z-index: 1;
}
.m-btn .label {
  display: block;
}
.m-btn .label02 {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
}
.m-btn02 {
  display: block;
  background: #fff;
  padding: 12px 30px;
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
}
.m-btn02:before {
  content: "chevron_right";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  font-size: 22px;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.m-btn02.arrow-r {
  padding-right: 33px;
}
.m-btn02.u-bd-c1 {
  border: 1px solid #000;
}
.m-btn02.u-bg-wh:hover {
  opacity: 1;
  color: #fff !important;
  background: #ec6c00 !important;
}
.m-btn02.u-bg-c1:hover {
  opacity: 1;
  color: #ec6c00 !important;
  background: #fff !important;
}

/* ---------------------------
btns1col
--------------------------- */
.m-btnCols.is-1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-btnCols.is-2col {
  display: -ms-grid;
  display: grid;
}
.m-btnCols.is-3col {
  display: -ms-grid;
  display: grid;
}

.is-1col .m-btnCol:not(:last-child) {
  margin-bottom: 10px;
}
.is-1col .m-btnCol .m-btn {
  height: 100%;
}
.is-2col .m-btnCol .m-btn {
  height: 100%;
}

.m-catNav {
  border-bottom: 1px solid #e0e0e0;
}
.m-catNav-row {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-catNav-h {
  font-weight: bold;
}
.m-catNav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-catNav-link a {
  border-radius: 2em;
  display: block;
  text-align: center;
  line-height: 1.4;
}
.m-catNav-link.is-active a {
  color: #ec6c00;
  border: 1px solid #ec6c00;
}

.m-contact {
  background: url("../img/base/contact_bg_01.jpg") no-repeat center/cover;
}
.m-contact-h {
  font-weight: bold;
  position: relative;
}
.m-contact-h .main {
  display: block;
  color: #fff;
}
.m-contact-h .sub {
  color: #ec6c00;
  font-size: 1.2rem;
  display: block;
}
.m-contact-txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1em;
}
.m-contact-btn .m-btn {
  font-size: 1.2rem;
  padding: 28px;
}

.m-contact02 {
  background: #f2f2f2;
  padding: 32px;
  text-align: center;
  font-weight: bold;
}
.m-contact02 .label01 {
  font-size: 1.2rem;
}
.m-contact02 .num {
  font-size: 1.7rem;
  color: #ec6c00;
}
.m-contact02 .label03 {
  font-size: 0.8rem;
}

/* ---------------------------
m-form
--------------------------- */
.m-form-lead {
  font-weight: bold;
  margin-bottom: 2em;
}
.m-form-aside {
  background: #f2f2f2;
  padding: 20px;
  font-size: 0.9rem;
}
.m-form-error {
  color: #2b7bb9;
  padding: 2px 8px;
  display: block;
  font-size: 0.85rem;
}
.m-form-wrap {
  border: 2px solid #e0e0e0;
}
.m-form-h {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  color: #fff;
}
.mw_wp_form_confirm .m-form-lead, .mw_wp_form_complete .m-form-lead {
  display: none;
}
.m-form-table {
  width: 100%;
  margin-bottom: 20px;
}
.m-form-table > tbody > tr > th {
  font-weight: bold;
}
.m-form-table > tbody > tr {
  margin-bottom: 2em;
}
.m-form-table > tbody > tr > th {
  margin-bottom: 0.4em;
}
.m-form-zipBtn {
  padding: 8px 10px;
  cursor: pointer;
  width: 180px;
}
.mw_wp_form_confirm .m-form-zipBtn {
  display: none;
}
.m-form-radios.is-horizonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-form-radios-item {
  margin-bottom: 0.5em;
}
.is-horizonal .m-form-radios-item:not(:last-child) {
  margin-right: 1.3em;
}
.m-form-privacy {
  overflow-y: scroll;
  padding: 1em;
  border: 1px solid #2b7bb9;
  background: #f5f5f5;
}
.m-form-privacy section {
  border-bottom: 1px solid #dedede;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.m-form-privacy h3, .m-form-privacy h4 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
.m-form-privacy table th, .m-form-privacy table td {
  border: 1px solid #dedede;
  padding: 8px;
}
.m-form-privacy dt {
  font-weight: bold;
  margin: 0.5em 0;
}
.mw_wp_form_confirm .m-form-privacy {
  display: none;
}
.mw_wp_form_confirm .m-form-privacyAgree {
  display: none;
}
.m-form-btns-item:not(:last-child) {
  margin-bottom: 1em;
}
.m-form-must {
  color: #ec6c00;
  border: 1px solid #ec6c00;
  font-size: 0.8rem;
  padding: 1px 6px;
  margin-left: 4px;
}
.m-form-notMust {
  color: #5f5f5f;
  border: 1px solid #5f5f5f;
  font-size: 0.8rem;
  padding: 1px 6px;
  margin-left: 10px;
}
.m-form-wrapping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-form-wrapping-img {
  margin-right: 10px;
}
.m-form-noshis-item {
  margin-bottom: 1em;
}
.m-form-noshis-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-form-noshis-img {
  margin: 0 10px;
  border: 1px solid #f2f2f2;
}
.m-form-noshis-label {
  font-size: 0.85rem;
}
.m-form-naireTable {
  width: 100%;
}
.m-form-naireTable th {
  font-weight: bold;
  padding-right: 2em;
}
.m-form-naireTable th, .m-form-naireTable td {
  padding: 8px 0;
}
.m-form-calenderInputWrap {
  position: relative;
}
.m-form-calenderInputWrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url("../img/base/ico_calendar_c1.svg") center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.m-form-checkboxSec {
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 1.5em;
}
.m-form-checkboxSec-h {
  padding: 10px 15px;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
}
.m-form-checkboxSec-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-form-checkboxSec-checkboxes-item {
  border-bottom: 1px dotted #f2f2f2;
  line-height: 1.4;
}
.m-form-checkboxSec-checkboxes-item input {
  display: none;
}
.m-form-checkboxSec-checkboxes-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-form-checkboxSec-checkboxes-ico {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 4px;
}
input:checked + .m-form-checkboxSec-checkboxes-clear .m-form-checkboxSec-checkboxes-ico {
  border-color: #ec6c00;
  background: #f9d9e7 url("../img/base/ico_check_02_c1.svg") center no-repeat;
  background-size: contain;
}
.m-form-checkboxSec-checkboxes-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.mw_wp_form_confirm .m-form-confirmHidden, .mw_wp_form_complete .m-form-confirmHidden {
  display: none;
}

.mwform-radio-field-text {
  display: inline !important;
}

.m-gnav-link03 a {
  color: #fff;
  padding: 14px;
  border-radius: 2em;
  display: block;
  text-align: center;
}
/* ---------------------------
h
--------------------------- */
.m-h .label {
  font-family: "Roboto Condensed", sans-serif;
  color: #ec6c00;
  line-height: 1.3;
  display: block;
}
.m-h .label02 {
  font-weight: bold;
  display: block;
}

.m-h02 {
  font-weight: bold;
  display: block;
}
.m-h02 small {
  font-size: 1.2rem;
  line-height: 1.3;
  display: block;
}

.m-h03 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.7em;
  line-height: 1.2;
}

.m-h04 {
  font-weight: bold;
  display: block;
}
.m-h04 .ico.is-scissor {
  color: #ec6c00;
  vertical-align: middle;
}

.m-h05 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.m-h05 .label {
  color: #fff;
  background: #ec6c00;
  border-radius: 2em;
  padding: 0.5em 2.5em;
  position: relative;
}
.m-h05 .label:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #ec6c00;
}

.m-h06 {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #f2f2f2;
  padding: 1em 0;
}
.m-h06 .label {
  font-weight: normal;
  display: block;
}
.m-h06 .label02 {
  display: block;
}

.m-h07 {
  display: block;
}
.m-h07 .ico {
  font-family: "Roboto Condensed", sans-serif;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  color: #fff;
  background: #ec6c00;
  font-size: 1.5rem;
  margin: 0 auto 10px;
}
.m-h07 .label {
  font-weight: bold;
}
.m-h07 .label02 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3;
  display: block;
}

.m-h08 {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #ec6c00;
}

.m-mainContent-bg01 {
  background: url("../img/base/bg_02.png") 0 0;
}

.slick-slide {
  height: auto !important;
}

.gnavOpen {
  height: 100%;
  overflow: hidden;
}

.m-mv {
  color: #fff;
  background: url() no-repeat center/cover;
}
.m-mv-h {
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
}
.m-mv-h02 {
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.6em;
}
.m-mv-txt {
  font-size: 1.05rem;
  line-height: 2;
}
.m-mv-txt p:not(:last-child) {
  margin-bottom: 1.5em;
}

.m-mv02 {
  color: #fff;
  position: relative;
}
.m-mv02-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url() no-repeat center/cover;
}
.m-mv02-h {
  font-weight: bold;
  line-height: 1.3;
}
.m-mv02-row {
  display: -ms-grid;
  display: grid;
}
.m-mv02-features {
  display: -ms-grid;
  display: grid;
}
.m-mv02-feature {
  color: #333333;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #f2f2f2;
}
.m-mv02-feature-ico {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.m-mv02-feature-ico img {
  width: 80px;
}
.m-mv02-feature-h {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.m-mv03 {
  display: -ms-grid;
  display: grid;
}
.m-mv03-img {
  background: no-repeat center/cover;
}
.m-mv03-label {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-mv03-label .ico {
  display: block;
  margin-right: 10px;
}
.m-mv03-label .label {
  font-weight: bold;
}
.m-mv03-label02 {
  margin-bottom: 1em;
  line-height: 2;
}

.m-mv04 {
  color: #fff;
  background: url() no-repeat center/cover;
}
.m-mv04-body {
  position: relative;
}
.m-mv04-body iframe,
.m-mv04-body .video {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.m-mv04-body iframe {
  width: 100%;
  height: 100%;
}
.m-mv04-body .lty-playbtn {
  width: 68px;
  height: 68px;
  background: url("../img/base/ico_youtube_color.svg") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.m-mv04-body:hover .lty-playbtn {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.m-mv04-body .lyt-activated .lty-playbtn {
  display: none;
}
.m-mv04-body .lyt-visually-hidden {
  display: none;
}
.m-mv04-h {
  font-weight: bold;
}
.m-mv04-txt {
  font-size: 1.05rem;
  line-height: 2;
}
.m-mv04-txt p:not(:last-child) {
  margin-bottom: 1.5em;
}

.m-pankuzu {
  background: #f2f2f2;
  padding: 10px 0;
}
.m-pankuzu-links-item {
  font-size: 0.72rem;
}
.m-pankuzu-links-item:not(:last-child):after {
  content: ">";
  margin: 0 1em;
}

.m-blogNavs {
  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;
}
.m-blogNavs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-blogNavs .label {
  font-weight: bold;
}
.m-blogNavs .ico {
  color: #ec6c00;
}

.m-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-posts.is-archive {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-posts-item {
  font-weight: bold;
}
.m-slide-imgs .m-posts-item {
  margin-left: 20px;
  margin-right: 20px;
}
.m-posts-img {
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover .m-posts-img {
  opacity: 0.7;
}
.m-posts-tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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-posts-tag .label {
  text-align: center;
  color: #ec6c00;
  background: #fff;
  border: 1px solid #ec6c00;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1px 20px;
  letter-spacing: 0.15em;
}
.m-posts-h02 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.m-posts-access {
  color: #ec6c00;
  font-weight: normal;
}
.m-posts-price {
  text-align: right;
  font-size: 1.3rem;
}
.m-posts-price .num {
  font-size: 1.8rem;
}
.m-posts-foot {
  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;
}
.m-posts-btn {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ec6c00;
  padding: 5px 20px;
  font-size: 0.85rem;
  color: #ec6c00;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover .m-posts-btn {
  color: #fff;
  background: #ec6c00;
}

.m-slide .slick-list {
  overflow: visible;
}
.m-slide-img {
  max-width: 800px;
}
.m-slide-img img {
  border-radius: 14px;
}
.m-slide-img figcaption {
  margin-top: 1em;
}
.m-slide-img figcaption em {
  display: block;
}

.m-slide02-img {
  max-width: 800px;
}
.m-slide02-img figcaption {
  margin-top: 1em;
}
.m-slide02-img .img {
  width: 800px;
  height: 450px;
  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;
  border: 2px solid #e0e0e0;
  padding: 20px;
}
.m-slide02-img img {
  max-width: 100%;
  max-height: 100%;
}
.m-slide02-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-slide02 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-slide02 .slick-dots li {
  margin-left: 15px;
  margin-bottom: 10px;
}
.m-slide02 .slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;
}
.m-slide02 .slick-dots .slick-active button {
  background: #ec6c00;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-weight: bold;
  padding: 6px 12px;
  line-height: 1;
  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;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 8px;
}
.wp-pagenavi span.current, .wp-pagenavi a.current {
  color: #fff;
  background: #ec6c00;
  border-radius: 50%;
}
.wp-pagenavi span.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  font-size: 1.5rem;
  border: none;
  color: #ec6c00;
}

.m-access-h {
  font-weight: bold;
}
.m-access-station dd {
  margin-left: 1em;
}
.m-access-img img {
  border-radius: 10px;
}
.m-access-gmap iframe {
  width: 100%;
}
.m-access-grooon iframe {
  width: 100%;
}

.m-actions {
  display: -ms-grid;
  display: grid;
}

.m-action {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.m-action-label {
  font-weight: bold;
}

.m-links {
  display: -ms-grid;
  display: grid;
}

.m-link-img {
  margin-bottom: 1em;
  display: block;
}
.m-link-img img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover .m-link-img img {
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
}
.m-link-label {
  font-weight: bold;
  display: block;
  position: relative;
}
.m-link-label .ico {
  font-size: 16px;
}
.m-link-label:before {
  content: "arrow_forward";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  color: #ec6c00;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.m-links02 {
  display: -ms-grid;
  display: grid;
}

.m-link02 a {
  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;
  border: 2px solid #f2f2f2;
  position: relative;
  border-radius: 10px;
  background: #fff;
}
.m-link02 a .label {
  font-weight: bold;
}
.m-link02 a:before {
  content: "arrow_forward";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #ec6c00;
}
.m-link02 a:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#d04a02), to(#ec6c00));
  background: -o-linear-gradient(left, #d04a02 0%, #ec6c00 100%);
  background: linear-gradient(90deg, #d04a02 0%, #ec6c00 100%);
  opacity: 1;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.m-link02 a:hover:before {
  color: #fff;
}

.m-links03 {
  display: -ms-grid;
  display: grid;
}

.m-link03-img {
  margin-bottom: 1em;
  display: block;
  position: relative;
}
.m-link03-img img {
  border-radius: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.is-video .m-link03-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 14px;
}
.is-video .m-link03-img:after {
  content: "play_circle";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Material Icons Outlined";
  color: #fff;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  font-size: 60px;
}
a:hover .m-link03-img img {
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
}
.m-link03-label {
  font-weight: bold;
  display: block;
  position: relative;
  margin-bottom: 0.5em;
}
.m-link03-label02 {
  color: #5f5f5f;
  display: block;
}

.m-links04 {
  border-top: 2px solid #e0e0e0;
}

.m-link04 {
  display: -ms-grid;
  display: grid;
}
.m-link04-img {
  background: no-repeat center/cover;
}
.m-link04-label {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-link04-label .ico {
  display: block;
  margin-right: 10px;
}
.m-link04-label .label {
  font-weight: bold;
}
.m-link04-label02 {
  margin-bottom: 1em;
}

.m-link05 .m-links05 {
  border-top: 1px solid #e0e0e0;
  margin-top: 5px;
}

.m-link05 {
  padding: 5px 0;
}
.m-link05 a {
  color: #2b7bb9;
}
.m-link05:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.m-link05 .m-link05 {
  padding-left: 1.5em;
}

.m-link06-img {
  margin-bottom: 1em;
  display: block;
}
.m-link06-img img {
  border-radius: 14px;
}
.m-link06-label {
  font-weight: bold;
  display: block;
  position: relative;
}
.m-link06-label:before {
  content: "arrow_forward";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  color: #ec6c00;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.m-links07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.m-link07 a {
  font-size: 0.85rem;
  display: block;
  background: #f2f2f2;
  font-size: 0.85rem;
  border-radius: 2em;
  padding: 4px 13px;
  margin-bottom: 0.5em;
}
.m-link07:not(:last-child) {
  margin-right: 0.5em;
}

.m-links08 {
  padding-left: 1em;
}
.m-links08 a {
  color: #2b7bb9;
}

.m-links09 {
  display: -ms-grid;
  display: grid;
}

.m-link09-img {
  display: block;
  position: relative;
}
.m-link09-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 90%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 90%);
  border-radius: 14px;
}
.m-link09-img img {
  border-radius: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover .m-link09-img img {
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.4);
}
.m-link09-label {
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
}
.m-link09-label:before {
  content: "arrow_forward";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  color: #fff;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.m-links10 {
  display: -ms-grid;
  display: grid;
}

.m-link10-img {
  display: block;
  position: relative;
}
.m-link10-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 90%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 90%);
  border-radius: 14px;
}
.m-link10-img img {
  border-radius: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover .m-link10-img img {
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.4);
}
.m-link10-label {
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
}
.m-link10-label:before {
  content: "arrow_forward";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  color: #fff;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

.m-links11 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 10px;
}

.m-link11 {
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
}
.m-link11 a {
  display: inline-block;
  padding: 5px 0;
}
.m-link11 .ico {
  color: #ec6c00;
  margin-left: 10px;
  font-weight: normal;
}

.m-links12 {
  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;
  padding: 25px 0;
}

.m-link12 {
  font-weight: bold;
}

.m-links13 {
  display: -ms-grid;
  display: grid;
}

.m-link13-img img {
  border-radius: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover .m-link13-img img {
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
}
.m-link13-txt {
  font-weight: bold;
}

.m-links14 {
  display: -ms-grid;
  display: grid;
}

.m-link14 {
  background: #fff;
  border-radius: 14px;
}
.m-link14-head {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.m-link14-head a {
  position: relative;
  display: block;
  padding-right: 40px;
  font-weight: bold;
}
.m-link14-head a:before {
  content: "arrow_forward";
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  color: #ec6c00;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.m-link14-links {
  display: -ms-grid;
  display: grid;
  gap: 5px;
}
.m-link14-link a {
  position: relative;
  padding-left: 20px;
}
.m-link14-link a:before {
  content: "chevron_right";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  color: #ec6c00;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.m-policy {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-policy-num {
  font-family: "Roboto Condensed", sans-serif;
  color: #ec6c00;
  margin-right: 0.5em;
  line-height: 1;
}
.m-policy-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-policy-h {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.m-philosophy-mv {
  background: url("../img/company/philosophy_bg_01.jpg") no-repeat center/cover;
  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;
  text-align: center;
}
.m-philosophy-h .label {
  color: #fff;
  font-weight: bold;
  display: block;
}
.m-philosophy-h .label02 {
  font-family: "Roboto Condensed", sans-serif;
  color: #ec6c00;
  display: block;
}

.m-vision {
  color: #fff;
  background: url("") no-repeat center/cover;
  position: relative;
}
.m-vision.is-video:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.m-vision.is-c0 {
  color: #333333;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.m-vision-in {
  position: relative;
  z-index: 1;
}
.m-vision-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-vision-h {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.7em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-left: -0.1em;
}
.m-vision-txt {
  line-height: 2;
}

.m-archives {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  position: relative;
}
.m-archives-slide .slick-list {
  overflow: visible;
}
.m-archives-slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #fff;
  background: #333333;
  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;
  border-radius: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-archives-slide-arrow.is-prev {
  left: -20px;
}
.m-archives-slide-arrow.is-prev .ico {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.m-archives-slide-arrow.is-next {
  right: -20px;
}

.m-archive a {
  display: block;
  position: relative;
  border-radius: 10px;
}
.m-archive a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
}
.m-archive a:hover:before {
  color: #ec6c00;
}
.m-archive-img {
  text-align: center;
}
.m-archive-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.m-archive-body {
  display: block;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.m-archive-date {
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.3em;
}
.m-archive-h {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  display: block;
  line-height: 1.4;
}
.m-archive-label {
  color: #5f5f5f;
  font-size: 0.85rem;
}
.m-archive-cats {
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-archive-cat {
  display: block;
  text-decoration: underline;
}
.m-archive-cat:not(:last-child) {
  margin-right: 1em;
}
.m-archive-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-archive-icon:not(:last-child) {
  margin-right: 5px;
}
.m-archive-icon .label {
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  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;
  background: #ec6c00;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
}
.m-archive-icon.is-p .label {
  background: #ec6c00;
}
.m-archive-icon.is-d .label {
  background: #d6bd14;
}
.m-archive-icon.is-s .label {
  background: #8ebc2c;
}
.m-archive-icon.is-c .label {
  background: #45b8d1;
}
.m-archive-icon s {
  text-decoration: none;
}
.m-archive-icon s .label {
  background: #e0e0e0 !important;
}

.m-archives02 {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.m-archive02 a {
  background: #fff;
  display: block;
  border-radius: 10px;
  position: relative;
}
.m-archive02 a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.m-archive02 a:hover:before {
  color: #ec6c00;
}
.m-archive02-date {
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.3em;
}
.m-archive02-h {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  display: block;
  line-height: 1.4;
}
.m-archive02-cats {
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-archive02-cat {
  display: block;
  text-decoration: underline;
  font-size: 0.85rem;
  display: block;
  color: #fff;
  background: #5f5f5f;
  border-radius: 2em;
  padding: 2px 10px;
  margin-bottom: 0.5em;
}
.m-archive02-cat:not(:last-child) {
  margin-right: 1em;
}

.m-archives03 {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}

.m-archive03 a {
  display: block;
  position: relative;
  border-radius: 10px;
}
.m-archive03 a:before {
  content: "arrow_forward";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  color: #e0e0e0;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
.m-archive03 a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.m-archive03 a:hover:before {
  color: #ec6c00;
}
.m-archive03-date {
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.3em;
}
.m-archive03-h {
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  line-height: 1.4;
}
.m-archive03-more {
  text-align: right;
  font-size: 1.1rem;
}
.m-archive03-more a {
  color: #2b7bb9;
  font-weight: bold;
  text-decoration: underline;
}

.m-archives04 {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}

.m-archive04-img img {
  border-radius: 10px;
}
.m-archive04-h {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.m-archive04-tag {
  color: #2b7bb9;
  font-size: 0.85rem;
  margin-right: 1em;
}

.m-archives05 {
  display: -ms-grid;
  display: grid;
}

.m-archive05 a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16fr 30px 35fr;
  grid-template-columns: 16fr 35fr;
  gap: 30px;
}
.m-archive05 a:hover {
  opacity: 1;
  color: #ec6c00;
}
.m-archive05-img img {
  border-radius: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover .m-archive05-img img {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.m-archive05-date {
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.3em;
}
.m-archive05-h {
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  line-height: 1.4;
}
.m-archive05-tags {
  margin-top: 0.6em;
  display: block;
}
.m-archive05-tag {
  font-size: 0.85rem;
  margin-right: 1em;
  text-decoration: underline;
}

.m-archives06 {
  display: -ms-grid;
  display: grid;
}

.m-archive06 {
  display: -ms-grid;
  display: grid;
}
.m-archive06-img img {
  border-radius: 10px;
}
.m-archive06-cat {
  margin-bottom: 20px;
}
.m-archive06-cat a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background: #5f5f5f;
  font-size: 0.85rem;
  font-weight: bold;
  border-radius: 2em;
}
.m-archive06-client {
  color: #ec6c00;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1em;
}
.m-archive06-h {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.m-archive06-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-archive06-tag {
  font-size: 0.85rem;
  margin-right: 1.3em;
  margin-bottom: 0.5em;
}
.m-archives07 {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.m-archive07 a {
  position: relative;
  border-radius: 10px;
}
.m-archive07 a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.m-archive07 a:hover:before {
  color: #ec6c00;
}
.m-archive07-img {
  background: no-repeat center/cover;
}
.m-archive07-body {
  display: block;
  background: #fff;
  padding: 16px 22px;
}
.m-archive07-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.m-archive07-cat {
  font-size: 0.85rem;
  display: block;
  color: #ec6c00;
}
.m-archive07-cat:not(:last-child) {
  margin-bottom: 0.3em;
  margin-right: 1em;
}
.m-archive07-h {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: block;
  line-height: 1.4;
}
.m-archive07-txt {
  font-size: 0.85rem;
  margin-bottom: 1em;
  display: block;
}
.m-archive07-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.m-archive07-tag {
  font-size: 0.85rem;
  display: block;
  font-size: 0.85rem;
  color: #2b7bb9;
  margin-bottom: 0.5em;
}
.m-archive07-tag:not(:last-child) {
  margin-right: 0.5em;
}
.m-archive07-date {
  font-size: 0.85rem;
}

.m-archives08 {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.m-archive08 a {
  display: block;
  position: relative;
  border-radius: 10px;
}
.m-archive08 a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.m-archive08 a:hover:before {
  color: #ec6c00;
}
.m-archive08-img {
  text-align: center;
  aspect-ratio: 16/9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url() no-repeat center/cover;
}
.m-archive08-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.m-archive08-body {
  display: block;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.m-archive08-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.m-archive08-cat {
  font-size: 0.85rem;
  display: block;
}
.m-archive08-cat:not(:last-child) {
  margin-bottom: 0.3em;
  margin-right: 1em;
}
.m-archive08-h {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  display: block;
  line-height: 1.4;
}
.m-archive08-label {
  color: #5f5f5f;
  font-size: 0.85rem;
}
.m-archive08-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.m-archive08-cat {
  font-size: 0.85rem;
  display: block;
  text-decoration: underline;
}
.m-archive08-cat:not(:last-child) {
  margin-bottom: 0.3em;
  margin-right: 1em;
}
.m-archive08-tag {
  font-size: 0.85rem;
}
.m-archive08-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-archive08-icon:not(:last-child) {
  margin-right: 5px;
}
.m-archive08-icon .label {
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  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;
  background: #ec6c00;
  font-size: 0.75rem;
  font-weight: bold;
}
.m-archive08-icon.is-p .label {
  background: #ec6c00;
}
.m-archive08-icon.is-d .label {
  background: #d6bd14;
}
.m-archive08-icon.is-s .label {
  background: #8ebc2c;
}
.m-archive08-icon.is-c .label {
  background: #45b8d1;
}
.m-archive08-icon s {
  text-decoration: none;
}
.m-archive08-icon s .label {
  background: #e0e0e0 !important;
}

.m-archives09 {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.m-archive09 a {
  position: relative;
  border-radius: 10px;
}
.m-archive09 a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.m-archive09 a:hover:before {
  color: #ec6c00;
}
.m-archive09-img {
  background: no-repeat center/cover;
  min-height: 180px;
}
.m-archive09-body {
  display: block;
  background: #fff;
}
.m-archive09-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.m-archive09-cat {
  display: block;
  color: #ec6c00;
}
.m-archive09-cat:not(:last-child) {
  margin-bottom: 0.3em;
  margin-right: 1em;
}
.m-archive09-h {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: block;
  line-height: 1.4;
}
.m-archive09-txt {
  font-size: 0.85rem;
  margin-bottom: 1em;
  display: block;
}
.m-archive09-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-archive09-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-archive09-tag {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 0.5em;
  color: #ec6c00;
}
.m-archive09-tag:not(:last-child) {
  margin-right: 0.5em;
}
.m-archive09-date {
  font-size: 0.85rem;
}

.m-blogCols {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}

.m-merits {
  display: -ms-grid;
  display: grid;
}

.m-merit-h {
  color: #fff;
  background: #ec6c00;
  font-weight: bold;
  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-merit-body {
  border: 2px solid #f2f2f2;
}

.m-interviews {
  display: -ms-grid;
  display: grid;
}

.m-interview-img img {
  border-radius: 14px;
}
.m-interview-h {
  font-weight: bold;
  line-height: 1.4;
}
.m-interview-job dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.m-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-profile .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.85rem;
}

.m-profiles02 {
  display: -ms-grid;
  display: grid;
}

.m-profile02 {
  display: -ms-grid;
  display: grid;
}
.m-profile02-img img {
  border-radius: 14px;
}

.m-profiles03 {
  display: -ms-grid;
  display: grid;
}

.m-profile03 {
  display: -ms-grid;
  display: grid;
}
.m-profile03-img img {
  border-radius: 50%;
}
.m-profile03-name {
  font-weight: bold;
  font-size: 1.1rem;
}
.m-profiles04 {
  display: -ms-grid;
  display: grid;
}

.m-profile04 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-profile04-img img {
  border-radius: 50%;
}
.m-profile04-body {
  font-weight: bold;
  font-size: 1.1rem;
}

.m-greeting {
  display: -ms-grid;
  display: grid;
}
.m-jobChange-h {
  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;
  color: #ec6c00;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
}
.m-jobChange-txt {
  font-weight: bold;
}
.m-onedays {
  display: -ms-grid;
  display: grid;
}

.m-oneday-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.m-oneday-h .num {
  font-family: "Roboto Condensed", sans-serif;
  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;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #ec6c00;
  margin-right: 20px;
}
.m-oneday-h .label03 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-oneday-img img {
  border-radius: 14px;
}
.m-oneday-h {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.m-oneday-job dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.m-conditions {
  display: -ms-grid;
  display: grid;
}

.m-condition-h {
  color: #fff;
  background: #ec6c00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  text-align: center;
}
.m-condition-body {
  border: 3px solid #f2f2f2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.m-condition-link {
  font-weight: bold;
}
.m-condition-link a {
  position: relative;
  display: block;
}
.m-condition-link a:before {
  content: "arrow_forward";
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  color: #ec6c00;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  font-size: 24px;
  font-weight: normal;
}

.m-job-col {
  padding: 0 61px;
  max-width: calc(360px + 140px);
}
.m-job-col:not(:last-child) {
  border-right: 2px solid #f2f2f2;
}
.m-job-entry {
  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-job-entry-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-job-entry-col.is-01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-job-entry-h {
  color: #ec6c00;
  font-weight: bold;
}

.m-jobs02 {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.m-job02 {
  border: 3px solid #f2f2f2;
  border-radius: 10px;
}
.m-job02-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.m-job02-h {
  font-weight: bold;
}
.m-job02-h02 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.m-jobs03 {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}

.m-job03-h {
  color: #fff;
  background: #5f5f5f;
  font-weight: bold;
}
.m-job03-body {
  border: 3px solid #f2f2f2;
}

.m-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

.m-cat a {
  display: block;
  font-weight: bold;
  background: #f2f2f2;
  border-radius: 2em;
}
.m-cat.is-area a {
  color: #fff;
  background: #5f5f5f;
}

.m-search {
  background: #f2f2f2;
  border-radius: 10px;
}
.m-search-checkRow th {
  font-weight: bold;
  padding-right: 3em;
}
.m-search-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -0.5em;
}
.m-search-check {
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

.m-search02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-search02-btn {
  color: #fff;
  border-radius: 2em;
  background: #5f5f5f;
  padding: 2px 16px;
  white-space: nowrap;
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-steps {
  display: -ms-grid;
  display: grid;
}

.m-step-head {
  border: 3px solid #f2f2f2;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.m-step:not(:last-child) .m-step-head:before {
  content: "double_arrow";
  display: block;
  position: absolute;
  font-family: "Material Icons Outlined";
  color: #ec6c00;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  color: #ec6c00;
}
.m-step-lv {
  font-family: "Roboto Condensed", sans-serif;
  color: #ec6c00;
  font-size: 1.5rem;
  display: block;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.m-step-label {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}
.m-steps02 {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}

.m-step02 {
  border: 4px solid #f2f2f2;
  border-radius: 10px;
  padding: 30px;
}
.m-step02.is-infiniteloop {
  background: #fdf0e5;
  border-color: #fbe2cc;
}
.m-step02-role {
  background: #5f5f5f;
  color: #fff;
  border-radius: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
}
.m-step02-role .ico {
  font-size: 38px;
  margin-bottom: 0.3em;
  color: #e0e0e0;
}
.m-step02-role .label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.m-step02-role.is-applicant {
  letter-spacing: 0.1em;
  font-size: 2rem;
}
.m-step02-role.is-infiniteloop {
  font-family: "Roboto Condensed", sans-serif;
  background: #ec6c00;
  font-size: 3rem;
}
.m-step02-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-step02-num {
  font-family: "Roboto Condensed", sans-serif;
  color: #ec6c00;
  font-size: 2rem;
  margin-right: 1em;
  line-height: 1;
}
.m-step02-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-step02-h {
  font-size: 1.2rem;
}
.m-steps03 {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  position: relative;
}
.m-steps03:before {
  content: "";
  display: block;
  position: absolute;
  background: #ec6c00;
}

.m-step03-h {
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 50%;
  color: #fff;
  background: #ec6c00;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  position: relative;
}
.m-step03-company {
  border-radius: 10px;
  background: #fff;
}
.m-step03-year {
  margin-bottom: 1em;
}
.m-step03-year dt {
  font-weight: bold;
}
.m-step03-body {
  border-radius: 10px;
  background: #fff;
}
.m-step03-icons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.m-step03-icon {
  text-align: center;
}
.m-step03-icon figcaption {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.m-step03-icon .img {
  display: block;
}
.m-step03-img figcaption {
  display: block;
  margin-top: 0.5em;
}

.m-steps04 {
  display: -ms-grid;
  display: grid;
}

.m-step04-h button {
  border: 3px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  position: relative;
  cursor: pointer;
  border-radius: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.m-step04-h button:hover {
  background: #f2f2f2;
}
.m-step04-h button:after {
  content: "add";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
.m-step04-h button.is-active {
  background: #f2f2f2;
}
.m-step04-h button.is-active:after {
  content: "remove";
}
.m-step04-h .num {
  font-family: "Roboto Condensed", sans-serif;
  color: #ec6c00;
  margin-right: 0.5em;
}
.m-step04-h .label {
  font-weight: bold;
}
.m-foldings {
  display: -ms-grid;
  display: grid;
}

.m-folding-h button {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}
.m-folding-h button:after {
  content: "add";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
.m-folding-h button.is-active:after {
  content: "remove";
}
.m-folding-h .label {
  font-weight: bold;
}
.m-folding-body {
  border: 3px solid #f2f2f2;
  border-radius: 10px;
}

.m-benefits {
  display: -ms-grid;
  display: grid;
}

.m-benefit {
  display: -ms-grid;
  display: grid;
}
.m-benefit.is-noImg {
  display: block;
}
.m-faqs {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.m-faq-q .label, .m-faq-a .label {
  font-family: "Roboto Condensed", sans-serif;
  color: #ec6c00;
  margin-right: 0.4em;
}
.m-faq-q .label02, .m-faq-a .label02 {
  font-weight: bold;
}
.m-faq-q button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid #f2f2f2;
}
.m-faq-q button:after {
  content: "add";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
}
.m-faq-q button.is-active {
  background: #f2f2f2;
}
.m-faq-q button.is-active:after {
  content: "remove";
}
.m-faq-a-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-faq-a-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.4em;
}
.m-faq-a-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
}

.m-faqs02 {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.m-faq02-q .label, .m-faq02-a .label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.2rem;
  margin-right: 0.4em;
  line-height: 0.8;
}
.m-faq02-q .label02, .m-faq02-a .label02 {
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-faq02-q {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.m-faq02-a-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-faq02-a-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.4em;
}
.m-faq02-a-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.m-dl {
  border: 4px solid #f2f2f2;
  border-radius: 10px;
  padding: 12px 16px;
}
.m-dl dt {
  font-weight: bold;
  font-size: 1.05rem;
}
.m-dl dt:before {
  content: "●";
  color: #ec6c00;
}

.m-worksIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-spec .m-worksIcons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.m-worksIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-worksIcon:not(:last-child) {
  margin-right: 1em;
}
.m-worksIcon .icon:not(:last-child) {
  margin-right: 5px;
}
.m-worksIcon .icon .label {
  color: #fff;
  border-radius: 50%;
  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;
  background: #ec6c00;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
}
.m-worksIcon .icon.is-p .label {
  background: #da6911;
}
.m-worksIcon .icon.is-d .label {
  background: #d6bd14;
}
.m-worksIcon .icon.is-s .label {
  background: #8ebc2c;
}
.m-worksIcon .icon.is-c .label {
  background: #45b8d1;
}
.m-worksIcon .icon s {
  text-decoration: none;
}
.m-worksIcon .icon s .label {
  background: #e0e0e0 !important;
}
.m-worksIcon .label {
  font-size: 0.85rem;
}

.m-dialogues {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.m-dialogue-img img {
  border-radius: 50%;
}
.m-dialogue-img figcaption {
  display: block;
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center;
}
.m-dialogue-body {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 20px;
  position: relative;
  overflow: visible !important;
}
.m-dialogue-body:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  background: url("../img/base/ico_fukidashi_01_c9_1.svg") no-repeat center/contain;
  width: 20px;
  height: 16px;
}
.m-dialogue.is-ltr .m-dialogue-body:before {
  left: 0;
  margin-left: -20px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.m-dialogue.is-rtl .m-dialogue-body:before {
  right: 0;
  margin-right: -20px;
}

.m-point {
  border: 4px solid #ec6c00;
  border-radius: 10px;
  padding: 26px 40px;
}
.m-point-h {
  font-family: "Roboto Condensed", sans-serif;
  color: #ec6c00;
}
.m-point-point {
  font-weight: bold;
  font-size: 1.1rem;
  position: relative;
  padding-left: 1em;
}
.m-point-point:not(:last-child) {
  margin-bottom: 0.5em;
}
.m-point-point:before {
  content: "●";
  color: #ec6c00;
  position: absolute;
  left: 0;
  top: 0;
}

.m-contents {
  background: #f2f2f2;
  padding: 40px 30px;
}
.m-contents-h {
  font-weight: bold;
  margin-bottom: 1em;
}
.m-spec {
  border: 4px solid #f2f2f2;
  border-radius: 10px;
}
.m-spec table {
  width: 100%;
}
.m-spec th, .m-spec td {
  vertical-align: top;
  padding: 10px;
}
.m-spec th {
  font-weight: bold;
  padding-right: 1em;
  white-space: nowrap;
}

.m-blogWidget {
  background: #fff;
  border-radius: 10px;
  padding: 18px 14px;
}
.m-blogWidget-h {
  font-weight: bold;
  margin-bottom: 1em;
}
.m-blogWidget-foldingBtn {
  position: relative;
  display: block;
  text-align: left;
  font-weight: bold;
}
.m-blogWidget-foldingBtn:after {
  content: "add";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons Outlined";
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  font-size: 30px;
}
.m-blogWidget-foldingBtn.is-active:after {
  content: "remove";
}

.m-blog-mv img {
  width: 100%;
}
.m-blog-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
}
.m-blog-body {
  background: #fff;
}
.m-blog-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-blog-date {
  font-size: 0.85rem;
}
.m-blog-date:not(:last-child) {
  margin-right: 2em;
}
.m-blog-h {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}

.m-recruit {
  background: no-repeat center/cover;
  position: relative;
}
.m-recruit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.m-recruit-h {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.7em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-left: -0.1em;
  color: #fff;
}
.m-recruit-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-recruit-body {
  position: relative;
  z-index: 1;
}

/* ---------------------------
list
--------------------------- */
.m-list li {
  margin-left: 1em;
  position: relative;
}
.m-list li:before {
  content: "・";
  margin-left: -1em;
  position: absolute;
}
.m-list.is-mb li {
  margin-bottom: 0.5em;
}
.m-list02 li {
  margin-left: 1em;
  position: relative;
}
.m-list02 li:not(:last-child) {
  margin-bottom: 0.5em;
}
.m-list02 li:before {
  content: "●";
  margin-left: -1em;
  position: absolute;
  color: #ec6c00;
}
.m-list03 > li, .u-wysiwyg ul > li {
  position: relative;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  padding-left: 15px;
}
.m-list03 > li:not(:last-child), .u-wysiwyg ul > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.m-list03 > li:before, .u-wysiwyg ul > li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ec6c00;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
.m-list03 > li > ul, .u-wysiwyg ul > li > ul {
  margin-left: 1em;
}
.m-list03 > li > ul li, .u-wysiwyg ul > li > ul li {
  padding-left: 15px;
}
.m-list03 > li > ul li:before, .u-wysiwyg ul > li > ul li:before {
  content: "";
  background: none;
  border: 1px solid #ec6c00;
}
.m-list04, .m-contents-links {
  margin: 0;
  padding: 0;
  list-style: none;
  /* デフォルトの数字を非表示に */
  counter-reset: li;
}
.m-list04 li, .m-contents-links li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.m-list04 > li, .m-contents-links > li {
  position: relative;
  padding-left: 32px;
}
.m-list04 > li:before, .m-contents-links > li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px;
  /* 数字のY軸線上の位置を調整 */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ec6c00;
  font-size: 12px;
  color: #fff;
  text-align: center;
  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-list04 > li > ol li, .m-contents-links > li > ol li {
  list-style: decimal;
}
.m-list04 > li ol, .m-contents-links > li ol {
  margin-left: 1em;
}
.m-list05 {
  display: -ms-grid;
  display: grid;
}
.m-list05 li {
  background: #fff;
  border-radius: 14px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}
.m-list05 li em {
  color: #ec6c00;
}
.m-list06 {
  background: #f2f2f2;
  padding: 20px;
}
.m-list06 li {
  position: relative;
  padding-left: 1em;
}
.m-list06 li:not(:last-child) {
  margin-bottom: 0.3em;
}
.m-list06 li:before {
  content: "●";
  color: #ec6c00;
  position: absolute;
  left: 0;
  top: 0;
}

.m-environment {
  background: url("../img/recruitment/environment_bg_01.jpg") no-repeat center/cover;
}

.m-about-h02 {
  font-weight: bold;
  line-height: 1.4;
}
.m-socialBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-socialBtn:not(:last-child) {
  margin-right: 10px;
}

.m-iltan-row {
  margin-bottom: 20px;
}
.m-iltan-col {
  position: relative;
}
.m-iltan-h {
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}
.m-iltan-samples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-3d-body {
  background: url("../../../special/iltan/index/img/3ddl_line_sp.png") repeat-x center bottom;
}
.m-3d-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-iltan02 {
  background: url(/special/iltan/3d-dl/img/main_bg02.gif);
}
.m-iltan02-body {
  background: url(/special/iltan/3d-dl/img/main_bg01.jpg) no-repeat center;
}
.m-iltan02-download {
  text-align: center;
  background: url(/special/iltan/3d-dl/img/main_bg05.gif);
}
.m-iltan03-row {
  display: -ms-grid;
  display: grid;
}
.m-iltan03-img {
  text-align: center;
}
.m-iltan03-desc {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}
.m-iltan03-txt {
  color: #F26EA3;
  line-height: 1.4;
}

.m-3d02-img figcaption {
  margin-top: 0.2em;
  font-size: 0.85rem;
}

.m-terms {
  position: relative;
}
.m-terms-body {
  font-size: 0.8rem;
}
.m-download-h {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.m-download-body {
  background: url("../../../special/iltan/index/img/wallpaper_bg.png") repeat center top;
  position: relative;
}
.m-download-wallpapers {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.m-download-wallpaper {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.m-download-links a {
  color: #2b7bb9;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}
.m-download-links a:before {
  content: "■";
  color: #ff5f96;
}
.u-c-bk {
  color: #333333 !important;
}
.u-c-gy {
  color: #616161 !important;
}
.u-c-c1, .m-step02-h a {
  color: #ec6c00 !important;
}
.u-c-c2 {
  color: #2b7bb9 !important;
}
.u-c-c3 {
  color: #c62828 !important;
}
.u-c-c4 {
  color: #00a99d !important;
}
.u-c-c9_1 {
  color: #f2f2f2 !important;
}
.u-c-c9_2 {
  color: #e0e0e0 !important;
}
.u-c-c9_3 {
  color: #5f5f5f !important;
}
.u-c-c9_4 {
  color: #464646 !important;
}
.u-c-wh {
  color: #fff !important;
}
.u-c-pk {
  color: #EEA295 !important;
}

.u-bg-bk {
  background: #333333 !important;
}
.u-bg-gy {
  background: #616161 !important;
}
.u-bg-c0 {
  background: #333333 !important;
}
.u-bg-c1 {
  background: #ec6c00 !important;
}
.u-bg-c2 {
  background: #2b7bb9 !important;
}
.u-bg-c3 {
  background: #c62828 !important;
}
.u-bg-c4 {
  background: #00a99d !important;
}
.u-bg-c9_1 {
  background: #f2f2f2 !important;
}
.u-bg-c9_2 {
  background: #e0e0e0 !important;
}
.u-bg-c9_3 {
  background: #5f5f5f !important;
}
.u-bg-c9_4 {
  background: #464646 !important;
}
.u-bg-c4 {
  background: #00a99d !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-bg-c1g {
  background: -webkit-gradient(linear, left top, right top, from(#ffb600), to(#ec6c00));
  background: -o-linear-gradient(left, #ffb600 0%, #ec6c00 100%);
  background: linear-gradient(90deg, #ffb600 0%, #ec6c00 100%);
}

.u-bd-bk {
  border-color: #333333 !important;
}
.u-bd-gy {
  border-color: #616161 !important;
}
.u-bd-c0 {
  border-color: #333333 !important;
}
.u-bd-c1 {
  border-color: #ec6c00 !important;
}
.u-bd-c2 {
  border-color: #2b7bb9 !important;
}
.u-bd-c3 {
  border-color: #c62828 !important;
}
.u-bd-c4 {
  border-color: #00a99d !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;
  border: 1px solid #e0e0e0;
  background: #f2f2f2;
  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: #f2f2f2;
}
.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 #f2f2f2;
}
.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 #f2f2f2;
  background: #f2f2f2;
  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: #ec6c00;
  background: #ec6c00;
}
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: "Meiryo", "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-weight: 500;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  background: none;
  display: block;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---------------------------
link
--------------------------- */
.u-link, .m-archive06-tag a, .m-step02-h a {
  word-break: break-all;
  text-decoration: underline !important;
}
.u-link:hover, .m-archive06-tag a:hover, .m-step02-h a: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;
}

/* ---------------------------
u-wysiwyg
--------------------------- */
.u-wysiwyg {
  overflow: hidden;
}
.u-wysiwyg p:not(:last-child) {
  margin-bottom: 2.2em;
}
.u-wysiwyg.is-psr {
  line-height: 1.6;
}
.u-wysiwyg.is-psr code {
  font-family: Monaco, Andale Mono, Courier New, monospace;
  background: #fee9cc;
  padding: 0.1em 0.2em;
  letter-spacing: 0;
  color: #333333;
}
.u-wysiwyg.is-psr pre {
  padding: 14px;
  margin: 0 0 18px;
  line-height: 1.4;
  font-size: 0.8rem;
  color: #5f5f5f;
  border: 1px solid #d9d9d9;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.u-wysiwyg.is-psr pre code {
  background: none;
  padding: 0;
}
.u-wysiwyg.is-psr p:not(:last-child) {
  margin-bottom: 0.9em;
}
.u-wysiwyg pre {
  display: block;
}
.u-wysiwyg a {
  text-decoration: underline;
  word-wrap: break-word;
  color: #2b7bb9;
}
.u-wysiwyg a:hover {
  text-decoration: none;
}
.u-wysiwyg a img {
  -webkit-transition: 0.2s;
  -o-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 {
  margin-top: 1.5em;
  margin-bottom: 1.8em;
  font-weight: bold;
  line-height: 1.6;
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  color: #ec6c00;
}
.u-wysiwyg h3 {
  margin-top: 1.2em;
  margin-bottom: 0.7em;
  line-height: 1.7;
  position: relative;
  font-weight: bold;
  border-bottom: 4px solid #ffb600;
}
.u-wysiwyg h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}
.u-wysiwyg h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #ec6c00;
  border-radius: 4px;
}
.u-wysiwyg h5, .u-wysiwyg h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.u-wysiwyg ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.u-wysiwyg ol {
  margin-left: 2em;
  margin-bottom: 1em;
  list-style-type: decimal !important;
}
.u-wysiwyg ol li {
  list-style-type: decimal !important;
  margin-top: 1em;
}
.u-wysiwyg li > ol {
  margin-left: 2em;
}
.u-wysiwyg em {
  font-weight: normal;
}
.u-wysiwyg blockquote {
  border: 2px solid #f2f2f2;
  margin-top: 1em;
  margin-bottom: 1em;
  word-wrap: break-word;
}
.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: 0.5em;
  font-size: 0.85rem;
}
.u-wysiwyg table {
  margin-bottom: 1em;
}
.u-wysiwyg figure {
  margin-bottom: 1em !important;
}
.u-wysiwyg hr {
  margin: 2em 0;
}
.u-wysiwyg .wp-block-embed-youtube iframe {
  width: 100%;
}
.u-wysiwyg .material-icons-outlined {
  font-size: 1rem;
}

.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;
}

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

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

/* ---------------------------
folding
--------------------------- */
.u-folding-trigger {
  cursor: pointer;
}
.u-folding-target {
  display: none;
}
.u-folding-target.is-active {
  display: block;
}

/* ---------------------------
u-table
--------------------------- */
.u-table {
  width: 100%;
  line-height: 2;
}
.u-table th, .u-table td {
  border-bottom: 1px solid #e0e0e0;
  padding: 18px 0;
  vertical-align: top;
}
.u-table th {
  padding-right: 2em;
  font-weight: bold;
  white-space: nowrap;
}
.u-table thead th, .u-table thead td {
  background: #f2f2f2;
}
.u-table02, .u-wysiwyg table {
  width: 100%;
}
.u-table02 th, .u-wysiwyg table th, .u-table02 td, .u-wysiwyg table td {
  border: 1px solid #e0e0e0;
  vertical-align: top;
  padding: 14px;
}
.u-table02 th, .u-wysiwyg table th {
  font-weight: bold;
  background: #f2f2f2;
}
.u-table03 th, .u-table03 td {
  vertical-align: top;
  padding-bottom: 1.5em;
}
.u-table03 th {
  font-weight: 500;
  padding-right: 4em;
  white-space: nowrap;
}

.u-table04 th, .u-table04 td {
  vertical-align: top;
}
.u-table04 tr:not(:last-child) th, .u-table04 tr:not(:last-child) td {
  padding-bottom: 2.5em;
}
.u-table04 th {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", Sans-Serif;
  font-weight: 500;
  white-space: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.u-table04 td {
  border-left: 1px solid #e0e0e0;
  padding-left: 2em;
}

.u-table05 th, .u-table05 td {
  vertical-align: top;
}
.u-table05 tr:not(:last-child) th, .u-table05 tr:not(:last-child) td {
  padding-bottom: 2.5em;
}
.u-table05 th {
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-style: normal;
}
.u-table05 p:not(:last-child) {
  margin-bottom: 1.5em;
}

.u-tab-trigger {
  cursor: pointer;
}
.u-tab-target {
  display: none;
}
.u-tab-target.is-active {
  display: block;
}

.u-video {
  aspect-ratio: 16/9;
}

@media screen and (min-width: 1399px) {
  /* ==========================================================================
     Large
     ========================================================================== */
  .wrapin {
    max-width: calc( 1160px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 16px;
  }

  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    padding: 12px 20px;
    height: 80px;
  }
  .l-header-logo {
    width: 194px;
  }

  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 50px 0 90px;
  }
  .l-footer-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  .l-footer-col1 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
  .l-footer-col2 {
    width: 25%;
  }
  .l-footer-cat-h {
    margin-bottom: 0.4em;
    font-size: 1.1rem;
  }
  .l-footer-copyright {
    text-align: center;
  }
  .l-footer-pagetop {
    right: 50%;
    margin-right: -500px;
  }

  .l-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-blog-main {
    width: calc(8100% / 116);
  }
  .l-blog-sub {
    width: calc(3000% / 116);
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: calc( 1160px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-760 {
    max-width: calc(760px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-800 {
    max-width: calc(800px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-960 {
    max-width: calc(960px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1460 {
    max-width: calc(1460px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  /* ---------------------------
  btn
  --------------------------- */
  .m-btn.size-290pc {
    min-width: 290px;
  }
  .m-btn:before {
    font-size: 23px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
  }
  .m-btnCols.is-3col {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .is-1col .m-btnCol {
    width: 100%;
    max-width: 460px;
  }
  .m-catNav {
    padding: 30px 0;
  }
  .m-catNav-h {
    font-size: 1.7rem;
  }
  .m-catNav-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-catNav-link a {
    padding: 11px 20px;
  }
  .m-contact {
    padding: 110px 0;
  }
  .m-contact-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-contact-col1 {
    margin-right: 50px;
  }
  .m-contact-h {
    padding-top: 40px;
  }
  .m-contact-h:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 2px;
    background: #ec6c00;
  }
  .m-contact-h .main {
    font-size: 2.1rem;
  }
  .m-contact-txt {
    line-height: 2;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form {
    padding: 5% 8%;
    border: 4px solid #f2f2f2;
    border-radius: 10px;
  }
  .m-form-lead {
    text-align: center;
    font-size: 1.2rem;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-table > tbody > tr > th, .m-form-table > tbody > tr > td {
    vertical-align: top;
    padding-bottom: 10px;
  }
  .m-form-table > tbody > tr > th {
    padding-right: 2em;
    width: 18em;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: calc(100% / 3);
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #f2f2f2;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .m-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.2em 2em;
  }
  .m-gnav-link-head .ico {
    font-size: 16px;
  }
  .m-gnav-links02 {
    display: none !important;
  }
  .m-gnav-links03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
  }
  .m-gnav-link03:not(:last-child) {
    margin-right: 10px;
  }
  .m-gnav-link03 a {
    min-width: 150px;
  }
  .m-gnav-btn {
    display: none;
  }
  /* ---------------------------
  h
  --------------------------- */
  .m-h .label {
    font-size: 4.5rem;
  }
  .m-h .label02 {
    font-size: 1.5rem;
  }

  .m-h02 {
    font-size: 2rem;
  }

  .m-h03 {
    font-size: 4.5rem;
  }

  .m-h04 {
    font-size: 1.5rem;
  }
  .m-h04 .ico.is-scissor {
    font-size: 46px;
  }

  .m-h05 {
    font-size: 1.2rem;
  }

  .m-h06 {
    font-size: 2rem;
  }
  .m-h06 .label {
    font-size: 0.85rem;
  }
  .m-h06 .label02 {
    font-size: 1.8rem;
  }

  .m-h07 .label {
    font-size: 2rem;
  }

  .m-h08 {
    font-size: 1.7rem;
  }

  .tbspOnly {
    display: none;
  }

  .spOnly {
    display: none;
  }

  #wrapper {
    padding-top: 80px;
  }

  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }

  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }

  .m-mv {
    padding: 130px 0;
  }
  .m-mv-h {
    font-size: 5rem;
    margin-bottom: 0.3em;
  }
  .m-mv-h02 {
    font-size: 2rem;
  }
  .m-mv-txt {
    text-align: center;
  }

  .m-mv02 {
    padding: 130px 0 0;
  }
  .m-mv02-bg {
    height: calc(100% - 150px);
  }
  .m-mv02-h {
    font-size: 4rem;
    margin-bottom: 0.3em;
  }
  .m-mv02-row {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  .m-mv02-features {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .m-mv02-feature {
    padding: 40px 30px;
  }
  .m-mv03 {
    -ms-grid-columns: 560fr 75px 500fr;
    grid-template-columns: 560fr 500fr;
    gap: 75px;
  }
  .m-mv03-img {
    margin-right: -57%;
    height: 600px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-mv03-label .ico {
    width: 90px;
  }
  .m-mv03-label .label {
    font-size: 2.8rem;
  }
  .m-mv04 {
    padding: 130px 0;
  }
  .m-mv04-row {
    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;
    width: 100%;
    padding: 0 5%;
  }
  .m-mv04-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 40px;
  }
  .m-mv04-h {
    font-size: 5vw;
    margin-bottom: 0.3em;
    line-height: 1.1;
  }
  .m-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-blogNavs .ico {
    font-size: 32px;
  }

  .is-archive .m-posts-item {
    width: 31%;
    margin-bottom: 60px;
  }
  .is-archive .m-posts-item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .m-slide-imgs .m-posts-item {
    max-width: 320px;
  }
  .m-posts-foot {
    margin-top: 20px;
  }
  .m-slide-img {
    margin: 0 50px;
  }

  .m-access:not(:last-child) {
    margin-bottom: 80px;
  }
  .m-access-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42fr 75px 66fr;
    grid-template-columns: 42fr 66fr;
    gap: 75px;
  }
  .m-access-gmap iframe {
    height: 390px;
  }
  .m-access-grooon {
    border: 4px solid #f2f2f2;
    border-radius: 10px;
    padding: 80px;
  }
  .m-access-grooon iframe {
    height: 580px;
  }

  .m-actions {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .m-action {
    -ms-grid-columns: 20fr 34fr;
    grid-template-columns: 20fr 34fr;
  }
  .m-action-label {
    font-size: 1.2rem;
  }

  .m-links {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .m-link-img img {
    border-radius: 28px;
  }
  .m-link-label:before {
    font-size: 23px;
  }

  .m-links02 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-link02 a {
    padding: 10px 70px 10px 40px;
    min-height: 120px;
    font-size: 1.2rem;
  }
  .m-link02 a:before {
    font-size: 28px;
    right: 20px;
  }

  .m-links03 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-link03-label {
    font-size: 1.2rem;
  }
  .m-link04 {
    -ms-grid-columns: 672fr 1008fr;
    grid-template-columns: 672fr 1008fr;
    border-bottom: 2px solid #e0e0e0;
  }
  .m-link04:nth-child(2n) {
    -ms-grid-columns: 1008fr 672fr;
    grid-template-columns: 1008fr 672fr;
  }
  .m-link04:nth-child(2n) .m-link04-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-link04-body {
    padding: 85px 75px;
  }
  .m-link04:nth-child(2n) .m-link04-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-link04-label .ico {
    width: 90px;
  }
  .m-link04-label .label {
    font-size: 2.8rem;
  }
  .m-link06-label:before {
    font-size: 23px;
  }

  .m-links09 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .m-link09-label {
    padding: 0 70px 30px 40px;
    font-size: 2rem;
  }
  .m-link09-label:before {
    font-size: 23px;
    right: 40px;
  }

  .m-links10 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-link10-label {
    padding: 15px 50px 15px 25px;
  }
  .m-link10-label:before {
    right: 20px;
    font-size: 23px;
  }

  .m-link11 .ico {
    font-size: 28px;
  }

  .m-links12 {
    gap: 10px 30px;
  }

  .m-links13 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-link13 {
    text-align: center;
  }
  .m-link13-img {
    margin-bottom: 1em;
  }
  .m-link13-txt {
    font-size: 1.2rem;
    text-align: center;
  }

  .m-links14 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .m-link14-head {
    font-size: 1.2rem;
    padding: 20px 30px;
  }
  .m-link14-head a:before {
    font-size: 23px;
  }
  .m-link14-links {
    padding: 20px 30px;
  }
  .m-policy {
    padding: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-policy:not(:last-child) {
    margin-bottom: 35px;
  }
  .m-policy-num {
    font-size: 4.5rem;
  }
  .m-policy-h {
    font-size: 2rem;
  }
  .m-philosophy-mv {
    height: 504px;
  }
  .m-philosophy-h .label {
    font-size: 2.3rem;
  }
  .m-philosophy-h .label02 {
    font-size: 1.5rem;
  }

  .m-vision {
    padding: 180px 0 150px;
  }
  .m-vision.is-c0 {
    padding: 100px 0 100px;
  }
  .m-vision-h {
    font-size: 4.5rem;
  }
  .m-vision-txt {
    text-align: center;
  }

  .m-archives {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .m-archives-slide .slick-list {
    overflow: visible;
  }
  .m-archives-slide-arrow {
    width: 80px;
    height: 80px;
  }
  .m-archives-slide-arrow .ico {
    font-size: 36px;
  }

  .m-archives-slide .m-archive {
    margin: 0 20px;
  }
  .m-archive-body {
    padding: 20px 30px;
  }
  .m-archive02 a {
    padding: 25px 30px;
  }
  .m-archive03 a {
    padding: 20px;
    padding-right: 60px;
  }
  .m-archive03 a:before {
    font-size: 28px;
  }
  .m-archive04 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56fr 60px 54fr;
    grid-template-columns: 56fr 54fr;
    gap: 60px;
  }
  .m-archive04-body {
    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;
    width: 100%;
  }
  .m-archives05 {
    -ms-grid-columns: 1fr 90px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 90px;
  }

  .m-archives06 {
    gap: 60px;
  }

  .m-archive06 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .m-archive06:nth-child(2n) .m-archive06-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-archive06-body {
    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;
    width: 100%;
  }
  .m-archive06:nth-child(2n) .m-archive06-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-archive06-h {
    font-size: 1.5rem;
  }
  .m-archive07 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36fr 45fr;
    grid-template-columns: 36fr 45fr;
  }
  .m-archive07-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-archive07-body {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .m-archive07-h {
    font-size: 1.5rem;
  }
  .m-archives08 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .m-archive08-body {
    padding: 12px 15px;
  }
  .m-archive09 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 216fr 594fr;
    grid-template-columns: 216fr 594fr;
  }
  .m-archive09-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-archive09-body {
    padding: 16px 22px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .m-archive09-cat {
    font-size: 0.85rem;
  }
  .m-archive09-h {
    font-size: 1.2rem;
  }
  .m-archive09-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .m-archive09-tag {
    font-size: 0.85rem;
  }
  .m-blogCols {
    -ms-grid-columns: 62fr 52fr;
    grid-template-columns: 62fr 52fr;
  }

  .m-merits {
    gap: 30px;
  }

  .m-merit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36fr 80fr;
    grid-template-columns: 36fr 80fr;
  }
  .m-merit-h {
    font-size: 1.5rem;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-merit-body {
    padding: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .m-interviews {
    gap: 60px;
  }

  .m-interview a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56fr 80px 52fr;
    grid-template-columns: 56fr 52fr;
    gap: 80px;
  }
  .m-interview-h {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
  .m-profile .ico {
    width: 32px;
    margin-right: 10px;
  }

  .m-profiles02 {
    gap: 70px;
  }

  .m-profile02 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .m-profile02:nth-child(2n) {
    direction: rtl;
    text-align: left;
  }
  .m-profile02:nth-child(2n) * {
    direction: ltr;
  }
  .m-profiles03 {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .m-profile03 {
    -ms-grid-columns: 100fr 25px 255fr;
    grid-template-columns: 100fr 255fr;
    gap: 25px;
  }
  .m-profiles04 {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .m-profile04 {
    -ms-grid-columns: 100fr 25px 255fr;
    grid-template-columns: 100fr 255fr;
    gap: 25px;
  }
  .m-greeting {
    -ms-grid-columns: 1fr 80px 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
  }
  .m-jobChange {
    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-jobChange-h {
    width: 216px;
    height: 216px;
    margin-right: 36px;
    font-size: 1.5rem;
    border: 4px solid #ec6c00;
  }
  .m-jobChange-txt {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-right: 36px;
  }
  .m-onedays {
    gap: 60px;
  }

  .m-oneday-h .num {
    width: 80px;
    height: 80px;
  }
  .m-oneday-h .label {
    font-size: 12px;
    margin-right: 5px;
  }
  .m-oneday-h .label02 {
    font-size: 24px;
  }
  .m-oneday-h .label03 {
    font-size: 2rem;
  }
  .m-oneday-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56fr 80px 52fr;
    grid-template-columns: 56fr 52fr;
    gap: 80px;
  }
  .m-conditions {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-condition-h {
    font-size: 1.2rem;
    padding: 20px;
  }
  .m-condition-body {
    padding: 20px 30px 0;
  }
  .m-condition-link a {
    padding: 30px 0 20px;
  }

  .m-job-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-job-entry {
    border: 4px solid #ec6c00;
    padding: 20px 30px;
  }
  .m-job-entry-h {
    font-size: 1.5rem;
    margin-right: 1em;
  }

  .m-job02 {
    padding: 50px 7%;
  }
  .m-job02-h {
    font-size: 1.5rem;
    margin-right: 1em;
  }
  .m-job03-h {
    font-size: 1.5rem;
    padding: 18px 30px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .m-job03-body {
    padding: 40px 7%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  .m-cat {
    margin-bottom: 10px;
  }
  .m-cat:not(:last-child) {
    margin-right: 10px;
  }
  .m-cat a {
    padding: 11px 23px;
  }

  .m-search {
    padding: 30px 7%;
  }
  .m-search-checkRow th, .m-search-checkRow td {
    padding-bottom: 1em;
  }
  .m-search02-input {
    width: 100%;
    max-width: 170px;
  }
  .m-steps {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
  }

  .m-step-head {
    padding: 30px 20px;
  }
  .m-step:not(:last-child) .m-step-head:before {
    left: 100%;
    top: 50%;
    margin-left: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 29px;
  }
  .m-step02 {
    position: relative;
  }
  .m-step02-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 165fr 40px 630fr 40px 165fr;
    grid-template-columns: 165fr 630fr 165fr;
    gap: 40px;
  }
  .m-step02-tag {
    display: none;
  }
  .m-step02-arrow {
    background: url() no-repeat center/contain;
    position: absolute;
    width: 40px;
    height: 40px;
  }
  .m-step02-arrow.is-01 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    left: 50%;
    top: 100%;
    margin-top: 4px;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .m-step02-arrow.is-02 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step02-arrow.is-03_1 {
    background-image: url("../img/base/ico_arrow_02_c1.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -20px;
  }
  .m-step02-arrow.is-03_2 {
    background-image: url("../img/base/ico_arrow_01_c1.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    margin-top: -20px;
  }
  .m-step02-arrow.is-03_3 {
    background-image: url("../img/base/ico_arrow_02_c9_3.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 20px;
  }
  .m-step02-arrow.is-03_4 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 20px;
  }
  .m-step02-arrow.is-04_1 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step02-arrow.is-04_2 {
    background-image: url("../img/base/ico_arrow_01_c1.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .m-step02-arrow.is-05_1 {
    background-image: url("../img/base/ico_arrow_02_c1.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step02-arrow.is-05_2 {
    background-image: url("../img/base/ico_arrow_01_c1.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }

  .m-steps03 {
    padding-bottom: 120px;
  }
  .m-steps03:before {
    top: 100px;
    left: 50px;
    width: 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 120px);
  }

  .m-step03 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 100px 96fr;
    grid-template-columns: 10fr 96fr;
    gap: 100px;
  }
  .m-step03-h {
    width: 100px;
    height: 100px;
  }
  .m-step03-h .node {
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    background: #ec6c00;
  }
  .m-step03-h .node:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #ec6c00;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step03-h .node.is-l {
    right: 100%;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .m-step03-h .node.is-r {
    left: 100%;
  }
  .m-step03-company {
    padding: 60px 40px;
  }
  .m-step03-body {
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }
  .m-steps04 {
    gap: 20px;
  }

  .m-step04-h button {
    padding: 22px 30px;
    padding-right: 60px;
  }
  .m-step04-h button:after {
    right: 30px;
    font-size: 30px;
  }
  .m-step04-h .num {
    font-size: 2.1rem;
  }
  .m-step04-h .label {
    font-size: 1.2rem;
  }
  .m-step04-body {
    padding: 22px 30px 0;
  }

  .m-foldings {
    gap: 20px;
  }

  .m-folding-h button {
    padding: 22px 30px;
    padding-right: 60px;
  }
  .m-folding-h button:after {
    right: 30px;
    font-size: 30px;
  }
  .m-folding-h .label {
    font-size: 1.5rem;
  }
  .m-folding-body {
    margin-top: 20px;
    padding: 50px 7%;
  }

  .m-benefits {
    gap: 60px;
  }

  .m-benefit {
    -ms-grid-columns: 36fr 40px 56fr;
    grid-template-columns: 36fr 56fr;
    gap: 40px;
  }
  .m-faq-q .label, .m-faq-a .label {
    font-size: 3.2rem;
  }
  .m-faq-q .label02, .m-faq-a .label02 {
    font-size: 1.2rem;
  }
  .m-faq-q button {
    padding: 12px 20px;
    padding-right: 60px;
  }
  .m-faq-q button:after {
    right: 30px;
    font-size: 30px;
  }
  .m-faq-a {
    padding: 0 30px;
  }
  .m-faq02-q .label02, .m-faq02-a .label02 {
    font-size: 1.2rem;
  }
  .m-faq02-a-content {
    padding-top: 20px;
  }

  .m-worksIcons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .m-worksIcon .icon .label {
    width: 24px;
    height: 24px;
  }
  .m-dialogue {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 50px 64fr;
    grid-template-columns: 10fr 64fr;
    gap: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-dialogue.is-rtl {
    -ms-grid-columns: 64fr 10fr;
    grid-template-columns: 64fr 10fr;
  }
  .m-dialogue.is-rtl .m-dialogue-head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-dialogue.is-rtl .m-dialogue-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .m-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-point-h {
    font-size: 2.2rem;
    margin-right: 2em;
  }
  .m-point-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-spec {
    padding: 20px 30px;
  }

  .m-blog-mv img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .m-blog-body {
    padding: 20px 30px 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .m-blog-head {
    margin-bottom: 10px;
  }
  .m-blog-h {
    font-size: 2rem;
  }

  .m-recruit-h {
    font-size: 4.5rem;
  }
  /* ---------------------------
  list
  --------------------------- */
  .m-list05 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 40px;
  }
  .m-list05 li {
    min-height: 176px;
    font-size: 1.2rem;
  }
  .m-about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 636fr 20px 572fr;
    grid-template-columns: 636fr 572fr;
    gap: 20px;
  }
  .m-about-h02 {
    font-size: 2rem;
  }
  .m-about-img {
    margin-left: -14%;
    z-index: -1;
  }

  .m-iltan-character {
    position: absolute;
    left: 100%;
    top: -70px;
    margin-left: -110px;
    width: 648px;
    z-index: -1;
  }
  .m-iltan-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .m-3d-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-3d-row02 {
    margin-left: 20px;
  }

  .m-iltan02-body {
    padding: 21px 0 0 0;
    min-width: 960px;
  }
  .m-iltan02-download {
    padding: 20px 0;
  }
  .m-iltan02-download-row {
    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-iltan02-download-h {
    margin-right: 3%;
  }

  .m-iltan03-row {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 3.7fr;
    grid-template-columns: 1fr 3.7fr;
  }
  .m-iltan03-txt {
    font-size: 1.1rem;
    text-align: center;
  }

  .m-3d02-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-3d02-column:not(:last-child) {
    margin-right: 20px;
  }
  .m-terms {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 20px 2fr;
    grid-template-columns: 5fr 2fr;
    gap: 20px;
  }
  .m-download-body {
    margin-top: -160px;
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .m-download-wallpapers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-download-wallpaper {
    -ms-grid-columns: 3fr 4fr;
    grid-template-columns: 3fr 4fr;
  }
  .m-download-links {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .m-download-img {
    position: absolute;
  }
  .m-download-img.is-01 {
    left: 50%;
    top: 0;
    margin-left: 380px;
  }
  .m-download-img.is-02 {
    left: 50%;
    bottom: -30px;
    margin-left: -640px;
  }
  .m-download-img.is-03 {
    left: 50%;
    bottom: 0;
    margin-left: 450px;
  }

  /* ---------------------------
  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-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-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
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg.is-psr {
    font-size: 0.85rem;
  }
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.7rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.4rem;
  }
  .u-wysiwyg h4 {
    font-size: 1.2rem;
  }
  .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;
  }
  .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.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;
  }

  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table02 th, .u-wysiwyg table th {
    white-space: nowrap;
  }

  .u-table04 th {
    padding-right: 6em;
  }

  .u-table05 th {
    padding-right: 3em;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1399px), print {
  /* ==========================================================================
     PC
     ========================================================================== */
  .wrapin {
    max-width: calc( 1160px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 16px;
  }

  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    padding: 12px 20px;
    height: 80px;
  }
  .l-header-logo {
    width: 194px;
  }

  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 50px 0 90px;
  }
  .l-footer-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  .l-footer-col1 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
  .l-footer-col2 {
    width: 25%;
  }
  .l-footer-cat-h {
    margin-bottom: 0.4em;
    font-size: 1.1rem;
  }
  .l-footer-copyright {
    text-align: center;
  }
  .l-footer-pagetop {
    right: 50%;
    margin-right: -500px;
  }

  .l-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-blog-main {
    width: calc(8100% / 116);
  }
  .l-blog-sub {
    width: calc(3000% / 116);
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: calc( 1160px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-760 {
    max-width: calc(760px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-800 {
    max-width: calc(800px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-960 {
    max-width: calc(960px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }
  .l-wrap-1460 {
    max-width: calc(1460px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  /* ---------------------------
  btn
  --------------------------- */
  .m-btn.size-290pc {
    min-width: 290px;
  }
  .m-btn:before {
    font-size: 23px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
  }
  .m-btnCols.is-3col {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .is-1col .m-btnCol {
    width: 100%;
    max-width: 460px;
  }
  .m-catNav {
    padding: 30px 0;
  }
  .m-catNav-h {
    font-size: 1.7rem;
  }
  .m-catNav-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-catNav-link a {
    padding: 11px 20px;
  }
  .m-contact {
    padding: 110px 0;
  }
  .m-contact-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-contact-col1 {
    margin-right: 50px;
  }
  .m-contact-h {
    padding-top: 40px;
  }
  .m-contact-h:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 2px;
    background: #ec6c00;
  }
  .m-contact-h .main {
    font-size: 2.1rem;
  }
  .m-contact-txt {
    line-height: 2;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form {
    padding: 5% 8%;
    border: 4px solid #f2f2f2;
    border-radius: 10px;
  }
  .m-form-lead {
    text-align: center;
    font-size: 1.2rem;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-table > tbody > tr > th, .m-form-table > tbody > tr > td {
    vertical-align: top;
    padding-bottom: 10px;
  }
  .m-form-table > tbody > tr > th {
    padding-right: 2em;
    width: 18em;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: calc(100% / 3);
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #f2f2f2;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .m-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-gnav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.2em 2em;
  }
  .m-gnav-link-head .ico {
    font-size: 16px;
  }
  .m-gnav-links02 {
    display: none !important;
  }
  .m-gnav-links03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
  }
  .m-gnav-link03:not(:last-child) {
    margin-right: 10px;
  }
  .m-gnav-link03 a {
    min-width: 150px;
  }
  .m-gnav-btn {
    display: none;
  }
  /* ---------------------------
  h
  --------------------------- */
  .m-h .label {
    font-size: 4.5rem;
  }
  .m-h .label02 {
    font-size: 1.5rem;
  }

  .m-h02 {
    font-size: 2rem;
  }

  .m-h03 {
    font-size: 4.5rem;
  }

  .m-h04 {
    font-size: 1.5rem;
  }
  .m-h04 .ico.is-scissor {
    font-size: 46px;
  }

  .m-h05 {
    font-size: 1.2rem;
  }

  .m-h06 {
    font-size: 2rem;
  }
  .m-h06 .label {
    font-size: 0.85rem;
  }
  .m-h06 .label02 {
    font-size: 1.8rem;
  }

  .m-h07 .label {
    font-size: 2rem;
  }

  .m-h08 {
    font-size: 1.7rem;
  }

  .tbspOnly {
    display: none;
  }

  .tbOnly {
    display: none;
  }

  .spOnly {
    display: none;
  }

  #wrapper {
    padding-top: 80px;
  }

  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }

  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }

  .m-mv {
    padding: 130px 0;
  }
  .m-mv-h {
    font-size: 5rem;
    margin-bottom: 0.3em;
  }
  .m-mv-h02 {
    font-size: 2rem;
  }
  .m-mv-txt {
    text-align: center;
  }

  .m-mv02 {
    padding: 130px 0 0;
  }
  .m-mv02-bg {
    height: calc(100% - 150px);
  }
  .m-mv02-h {
    font-size: 4rem;
    margin-bottom: 0.3em;
  }
  .m-mv02-row {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  .m-mv02-features {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .m-mv02-feature {
    padding: 40px 30px;
  }
  .m-mv03 {
    -ms-grid-columns: 560fr 75px 500fr;
    grid-template-columns: 560fr 500fr;
    gap: 75px;
  }
  .m-mv03-img {
    margin-right: -57%;
    height: 600px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-mv03-label .ico {
    width: 90px;
  }
  .m-mv03-label .label {
    font-size: 2.8rem;
  }
  .m-mv04 {
    padding: 130px 0;
  }
  .m-mv04-row {
    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;
    width: 100%;
    padding: 0 5%;
  }
  .m-mv04-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 40px;
  }
  .m-mv04-h {
    font-size: 5vw;
    margin-bottom: 0.3em;
    line-height: 1.1;
  }
  .m-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-blogNavs .ico {
    font-size: 32px;
  }

  .is-archive .m-posts-item {
    width: 31%;
    margin-bottom: 60px;
  }
  .is-archive .m-posts-item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .m-slide-imgs .m-posts-item {
    max-width: 320px;
  }
  .m-posts-foot {
    margin-top: 20px;
  }
  .m-slide-img {
    margin: 0 50px;
  }

  .m-access:not(:last-child) {
    margin-bottom: 80px;
  }
  .m-access-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42fr 75px 66fr;
    grid-template-columns: 42fr 66fr;
    gap: 75px;
  }
  .m-access-gmap iframe {
    height: 390px;
  }
  .m-access-grooon {
    border: 4px solid #f2f2f2;
    border-radius: 10px;
    padding: 80px;
  }
  .m-access-grooon iframe {
    height: 580px;
  }

  .m-actions {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .m-action {
    -ms-grid-columns: 20fr 34fr;
    grid-template-columns: 20fr 34fr;
  }
  .m-action-label {
    font-size: 1.2rem;
  }

  .m-links {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .m-link-img img {
    border-radius: 28px;
  }
  .m-link-label:before {
    font-size: 23px;
  }

  .m-links02 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-link02 a {
    padding: 10px 70px 10px 40px;
    min-height: 120px;
    font-size: 1.2rem;
  }
  .m-link02 a:before {
    font-size: 28px;
    right: 20px;
  }

  .m-links03 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-link03-label {
    font-size: 1.2rem;
  }
  .m-link04 {
    -ms-grid-columns: 672fr 1008fr;
    grid-template-columns: 672fr 1008fr;
    border-bottom: 2px solid #e0e0e0;
  }
  .m-link04:nth-child(2n) {
    -ms-grid-columns: 1008fr 672fr;
    grid-template-columns: 1008fr 672fr;
  }
  .m-link04:nth-child(2n) .m-link04-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-link04-body {
    padding: 85px 75px;
  }
  .m-link04:nth-child(2n) .m-link04-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-link04-label .ico {
    width: 90px;
  }
  .m-link04-label .label {
    font-size: 2.8rem;
  }
  .m-link06-label:before {
    font-size: 23px;
  }

  .m-links09 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .m-link09-label {
    padding: 0 70px 30px 40px;
    font-size: 2rem;
  }
  .m-link09-label:before {
    font-size: 23px;
    right: 40px;
  }

  .m-links10 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-link10-label {
    padding: 15px 50px 15px 25px;
  }
  .m-link10-label:before {
    right: 20px;
    font-size: 23px;
  }

  .m-link11 .ico {
    font-size: 28px;
  }

  .m-links12 {
    gap: 10px 30px;
  }

  .m-links13 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-link13 {
    text-align: center;
  }
  .m-link13-img {
    margin-bottom: 1em;
  }
  .m-link13-txt {
    font-size: 1.2rem;
    text-align: center;
  }

  .m-links14 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .m-link14-head {
    font-size: 1.2rem;
    padding: 20px 30px;
  }
  .m-link14-head a:before {
    font-size: 23px;
  }
  .m-link14-links {
    padding: 20px 30px;
  }
  .m-policy {
    padding: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-policy:not(:last-child) {
    margin-bottom: 35px;
  }
  .m-policy-num {
    font-size: 4.5rem;
  }
  .m-policy-h {
    font-size: 2rem;
  }
  .m-philosophy-mv {
    height: 504px;
  }
  .m-philosophy-h .label {
    font-size: 2.3rem;
  }
  .m-philosophy-h .label02 {
    font-size: 1.5rem;
  }

  .m-vision {
    padding: 180px 0 150px;
  }
  .m-vision.is-c0 {
    padding: 100px 0 100px;
  }
  .m-vision-h {
    font-size: 4.5rem;
  }
  .m-vision-txt {
    text-align: center;
  }

  .m-archives {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .m-archives-slide .slick-list {
    overflow: visible;
  }
  .m-archives-slide-arrow {
    width: 80px;
    height: 80px;
  }
  .m-archives-slide-arrow .ico {
    font-size: 36px;
  }

  .m-archives-slide .m-archive {
    margin: 0 20px;
  }
  .m-archive-body {
    padding: 20px 30px;
  }
  .m-archive02 a {
    padding: 25px 30px;
  }
  .m-archive03 a {
    padding: 20px;
    padding-right: 60px;
  }
  .m-archive03 a:before {
    font-size: 28px;
  }
  .m-archive04 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56fr 60px 54fr;
    grid-template-columns: 56fr 54fr;
    gap: 60px;
  }
  .m-archive04-body {
    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;
    width: 100%;
  }
  .m-archives05 {
    -ms-grid-columns: 1fr 90px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 90px;
  }

  .m-archives06 {
    gap: 60px;
  }

  .m-archive06 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .m-archive06:nth-child(2n) .m-archive06-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-archive06-body {
    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;
    width: 100%;
  }
  .m-archive06:nth-child(2n) .m-archive06-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-archive06-h {
    font-size: 1.5rem;
  }
  .m-archive07 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36fr 45fr;
    grid-template-columns: 36fr 45fr;
  }
  .m-archive07-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-archive07-body {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .m-archive07-h {
    font-size: 1.5rem;
  }
  .m-archives08 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .m-archive08-body {
    padding: 12px 15px;
  }
  .m-archive09 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 216fr 594fr;
    grid-template-columns: 216fr 594fr;
  }
  .m-archive09-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-archive09-body {
    padding: 16px 22px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .m-archive09-cat {
    font-size: 0.85rem;
  }
  .m-archive09-h {
    font-size: 1.2rem;
  }
  .m-archive09-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .m-archive09-tag {
    font-size: 0.85rem;
  }
  .m-blogCols {
    -ms-grid-columns: 62fr 52fr;
    grid-template-columns: 62fr 52fr;
  }

  .m-merits {
    gap: 30px;
  }

  .m-merit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36fr 80fr;
    grid-template-columns: 36fr 80fr;
  }
  .m-merit-h {
    font-size: 1.5rem;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-merit-body {
    padding: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .m-interviews {
    gap: 60px;
  }

  .m-interview a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56fr 80px 52fr;
    grid-template-columns: 56fr 52fr;
    gap: 80px;
  }
  .m-interview-h {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
  .m-profile .ico {
    width: 32px;
    margin-right: 10px;
  }

  .m-profiles02 {
    gap: 70px;
  }

  .m-profile02 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .m-profile02:nth-child(2n) {
    direction: rtl;
    text-align: left;
  }
  .m-profile02:nth-child(2n) * {
    direction: ltr;
  }
  .m-profiles03 {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .m-profile03 {
    -ms-grid-columns: 100fr 25px 255fr;
    grid-template-columns: 100fr 255fr;
    gap: 25px;
  }
  .m-profiles04 {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .m-profile04 {
    -ms-grid-columns: 100fr 25px 255fr;
    grid-template-columns: 100fr 255fr;
    gap: 25px;
  }
  .m-greeting {
    -ms-grid-columns: 1fr 80px 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
  }
  .m-jobChange {
    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-jobChange-h {
    width: 216px;
    height: 216px;
    margin-right: 36px;
    font-size: 1.5rem;
    border: 4px solid #ec6c00;
  }
  .m-jobChange-txt {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-right: 36px;
  }
  .m-onedays {
    gap: 60px;
  }

  .m-oneday-h .num {
    width: 80px;
    height: 80px;
  }
  .m-oneday-h .label {
    font-size: 12px;
    margin-right: 5px;
  }
  .m-oneday-h .label02 {
    font-size: 24px;
  }
  .m-oneday-h .label03 {
    font-size: 2rem;
  }
  .m-oneday-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56fr 80px 52fr;
    grid-template-columns: 56fr 52fr;
    gap: 80px;
  }
  .m-conditions {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }

  .m-condition-h {
    font-size: 1.2rem;
    padding: 20px;
  }
  .m-condition-body {
    padding: 20px 30px 0;
  }
  .m-condition-link a {
    padding: 30px 0 20px;
  }

  .m-job-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-job-entry {
    border: 4px solid #ec6c00;
    padding: 20px 30px;
  }
  .m-job-entry-h {
    font-size: 1.5rem;
    margin-right: 1em;
  }

  .m-job02 {
    padding: 50px 7%;
  }
  .m-job02-h {
    font-size: 1.5rem;
    margin-right: 1em;
  }
  .m-job03-h {
    font-size: 1.5rem;
    padding: 18px 30px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .m-job03-body {
    padding: 40px 7%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  .m-cat {
    margin-bottom: 10px;
  }
  .m-cat:not(:last-child) {
    margin-right: 10px;
  }
  .m-cat a {
    padding: 11px 23px;
  }

  .m-search {
    padding: 30px 7%;
  }
  .m-search-checkRow th, .m-search-checkRow td {
    padding-bottom: 1em;
  }
  .m-search02-input {
    width: 100%;
    max-width: 170px;
  }
  .m-steps {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
  }

  .m-step-head {
    padding: 30px 20px;
  }
  .m-step:not(:last-child) .m-step-head:before {
    left: 100%;
    top: 50%;
    margin-left: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 29px;
  }
  .m-step02 {
    position: relative;
  }
  .m-step02-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 165fr 40px 630fr 40px 165fr;
    grid-template-columns: 165fr 630fr 165fr;
    gap: 40px;
  }
  .m-step02-tag {
    display: none;
  }
  .m-step02-arrow {
    background: url() no-repeat center/contain;
    position: absolute;
    width: 40px;
    height: 40px;
  }
  .m-step02-arrow.is-01 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    left: 50%;
    top: 100%;
    margin-top: 4px;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .m-step02-arrow.is-02 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step02-arrow.is-03_1 {
    background-image: url("../img/base/ico_arrow_02_c1.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -20px;
  }
  .m-step02-arrow.is-03_2 {
    background-image: url("../img/base/ico_arrow_01_c1.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    margin-top: -20px;
  }
  .m-step02-arrow.is-03_3 {
    background-image: url("../img/base/ico_arrow_02_c9_3.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 20px;
  }
  .m-step02-arrow.is-03_4 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 20px;
  }
  .m-step02-arrow.is-04_1 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step02-arrow.is-04_2 {
    background-image: url("../img/base/ico_arrow_01_c1.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .m-step02-arrow.is-05_1 {
    background-image: url("../img/base/ico_arrow_02_c1.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step02-arrow.is-05_2 {
    background-image: url("../img/base/ico_arrow_01_c1.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }

  .m-steps03 {
    padding-bottom: 120px;
  }
  .m-steps03:before {
    top: 100px;
    left: 50px;
    width: 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 120px);
  }

  .m-step03 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 100px 96fr;
    grid-template-columns: 10fr 96fr;
    gap: 100px;
  }
  .m-step03-h {
    width: 100px;
    height: 100px;
  }
  .m-step03-h .node {
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    background: #ec6c00;
  }
  .m-step03-h .node:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #ec6c00;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step03-h .node.is-l {
    right: 100%;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .m-step03-h .node.is-r {
    left: 100%;
  }
  .m-step03-company {
    padding: 60px 40px;
  }
  .m-step03-body {
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
  }
  .m-steps04 {
    gap: 20px;
  }

  .m-step04-h button {
    padding: 22px 30px;
    padding-right: 60px;
  }
  .m-step04-h button:after {
    right: 30px;
    font-size: 30px;
  }
  .m-step04-h .num {
    font-size: 2.1rem;
  }
  .m-step04-h .label {
    font-size: 1.2rem;
  }
  .m-step04-body {
    padding: 22px 30px 0;
  }

  .m-foldings {
    gap: 20px;
  }

  .m-folding-h button {
    padding: 22px 30px;
    padding-right: 60px;
  }
  .m-folding-h button:after {
    right: 30px;
    font-size: 30px;
  }
  .m-folding-h .label {
    font-size: 1.5rem;
  }
  .m-folding-body {
    margin-top: 20px;
    padding: 50px 7%;
  }

  .m-benefits {
    gap: 60px;
  }

  .m-benefit {
    -ms-grid-columns: 36fr 40px 56fr;
    grid-template-columns: 36fr 56fr;
    gap: 40px;
  }
  .m-faq-q .label, .m-faq-a .label {
    font-size: 3.2rem;
  }
  .m-faq-q .label02, .m-faq-a .label02 {
    font-size: 1.2rem;
  }
  .m-faq-q button {
    padding: 12px 20px;
    padding-right: 60px;
  }
  .m-faq-q button:after {
    right: 30px;
    font-size: 30px;
  }
  .m-faq-a {
    padding: 0 30px;
  }
  .m-faq02-q .label02, .m-faq02-a .label02 {
    font-size: 1.2rem;
  }
  .m-faq02-a-content {
    padding-top: 20px;
  }

  .m-worksIcons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .m-worksIcon .icon .label {
    width: 24px;
    height: 24px;
  }
  .m-dialogue {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 50px 64fr;
    grid-template-columns: 10fr 64fr;
    gap: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-dialogue.is-rtl {
    -ms-grid-columns: 64fr 10fr;
    grid-template-columns: 64fr 10fr;
  }
  .m-dialogue.is-rtl .m-dialogue-head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-dialogue.is-rtl .m-dialogue-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .m-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-point-h {
    font-size: 2.2rem;
    margin-right: 2em;
  }
  .m-point-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-spec {
    padding: 20px 30px;
  }

  .m-blog-mv img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .m-blog-body {
    padding: 20px 30px 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .m-blog-head {
    margin-bottom: 10px;
  }
  .m-blog-h {
    font-size: 2rem;
  }

  .m-recruit-h {
    font-size: 4.5rem;
  }
  /* ---------------------------
  list
  --------------------------- */
  .m-list05 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 40px;
  }
  .m-list05 li {
    min-height: 176px;
    font-size: 1.2rem;
  }
  .m-about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 636fr 20px 572fr;
    grid-template-columns: 636fr 572fr;
    gap: 20px;
  }
  .m-about-h02 {
    font-size: 2rem;
  }
  .m-about-img {
    margin-left: -14%;
    z-index: -1;
  }

  .m-iltan-character {
    position: absolute;
    left: 100%;
    top: -70px;
    margin-left: -110px;
    width: 648px;
    z-index: -1;
  }
  .m-iltan-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .m-3d-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-3d-row02 {
    margin-left: 20px;
  }

  .m-iltan02-body {
    padding: 21px 0 0 0;
    min-width: 960px;
  }
  .m-iltan02-download {
    padding: 20px 0;
  }
  .m-iltan02-download-row {
    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-iltan02-download-h {
    margin-right: 3%;
  }

  .m-iltan03-row {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 3.7fr;
    grid-template-columns: 1fr 3.7fr;
  }
  .m-iltan03-txt {
    font-size: 1.1rem;
    text-align: center;
  }

  .m-3d02-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-3d02-column:not(:last-child) {
    margin-right: 20px;
  }
  .m-terms {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 20px 2fr;
    grid-template-columns: 5fr 2fr;
    gap: 20px;
  }
  .m-download-body {
    margin-top: -160px;
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .m-download-wallpapers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-download-wallpaper {
    -ms-grid-columns: 3fr 4fr;
    grid-template-columns: 3fr 4fr;
  }
  .m-download-links {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .m-download-img {
    position: absolute;
  }
  .m-download-img.is-01 {
    left: 50%;
    top: 0;
    margin-left: 380px;
  }
  .m-download-img.is-02 {
    left: 50%;
    bottom: -30px;
    margin-left: -640px;
  }
  .m-download-img.is-03 {
    left: 50%;
    bottom: 0;
    margin-left: 450px;
  }

  /* ---------------------------
  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-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-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
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg.is-psr {
    font-size: 0.85rem;
  }
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.7rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.4rem;
  }
  .u-wysiwyg h4 {
    font-size: 1.2rem;
  }
  .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;
  }
  .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.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;
  }

  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table02 th, .u-wysiwyg table th {
    white-space: nowrap;
  }

  .u-table04 th {
    padding-right: 6em;
  }

  .u-table05 th {
    padding-right: 3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* ==========================================================================
     TB
     ========================================================================== */
  .wrapin {
    max-width: calc( 1160px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 14px;
  }

  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    padding: 12px 20px;
    padding-right: 0;
    height: 60px;
  }
  .l-header-logo {
    width: 194px;
    width: 150px;
  }

  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 50px 0 90px;
    padding: 4vw 0 8vw;
  }
  .l-footer-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
  .l-footer-col1 {
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
    gap: 2.5vw;
  }
  .l-footer-col2 {
    width: 25%;
  }
  .l-footer-cat-h {
    margin-bottom: 0.4em;
    font-size: 1.1rem;
  }
  .l-footer-copyright {
    text-align: center;
  }
  .l-footer-pagetop {
    right: 50%;
    margin-right: -500px;
    margin-right: -49vw;
    width: 21vw;
  }

  .l-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-blog-main {
    width: calc(8100% / 116);
  }
  .l-blog-sub {
    width: calc(3000% / 116);
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap {
    max-width: calc( 1160px + 80px);
    margin: 0 auto;
    padding: 0 40px;
  }
  .l-wrap-760 {
    max-width: calc(760px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-wrap-800 {
    max-width: calc(800px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-wrap-960 {
    max-width: calc(960px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-wrap-1460 {
    max-width: calc(1460px + 100px);
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  /* ---------------------------
  btn
  --------------------------- */
  .m-btn {
    padding: 17px 21px;
    padding-right: 40px;
  }
  .m-btn.size-290pc {
    min-width: 290px;
  }
  .m-btn:before {
    font-size: 23px;
  }
  .m-btn.is-noArrow {
    padding-right: 21px;
  }
  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    -ms-grid-columns: 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 960px;
    margin: 0 auto;
    gap: 2.5vw;
  }
  .m-btnCols.is-3col {
    gap: 40px;
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5vw;
  }

  .is-1col .m-btnCol {
    width: 100%;
    max-width: 460px;
  }
  .m-catNav {
    padding: 30px 0;
    padding: 2.7vw 0;
  }
  .m-catNav-h {
    font-size: 1.7rem;
  }
  .m-catNav-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-catNav-link a {
    padding: 8px 15px;
    font-size: 0.85rem;
  }
  .m-contact {
    padding: 110px 0;
    padding: 60px 0;
  }
  .m-contact-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-contact-col1 {
    margin-right: 50px;
  }
  .m-contact-h {
    padding-top: 40px;
  }
  .m-contact-h:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 2px;
    background: #ec6c00;
  }
  .m-contact-h .main {
    font-size: 2.1rem;
  }
  .m-contact-col2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-contact-txt {
    line-height: 2;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form {
    padding: 5% 8%;
    border: 4px solid #f2f2f2;
    border-radius: 10px;
    padding: 3vw;
  }
  .m-form-lead {
    text-align: center;
    font-size: 1.2rem;
  }
  .m-form-wrap {
    padding: 80px 120px;
  }
  .m-form-h {
    font-size: 2.4rem;
  }
  .m-form-lead {
    margin-bottom: 70px;
  }
  .m-form-table > tbody > tr > th, .m-form-table > tbody > tr > td {
    vertical-align: top;
    padding-bottom: 10px;
  }
  .m-form-table > tbody > tr > th {
    padding-right: 2em;
    width: 18em;
  }
  .m-form-cancelTable {
    width: auto;
  }
  .m-form-privacy {
    padding: 35px;
    height: 200px;
    max-width: 800px;
    margin: 0 auto 3em;
    font-size: 0.9rem;
  }
  .m-form-privacyAgree {
    text-align: center;
  }
  .m-form-btns {
    width: 420px;
    margin: 0 auto;
  }
  .m-form-popupContent {
    padding: 40px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.2rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: calc(100% / 3);
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(3n+1):nth-last-child(3) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(3n)) {
    border-right: 1px dotted #f2f2f2;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 30px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  .m-gnav {
    position: fixed;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    overflow-y: auto;
    background: #ec6c00;
    width: 100vw;
    height: calc(100vh - 56px);
    left: 0;
    top: 56px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .m-gnav.on {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .m-gnav-link {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .m-gnav-link-head {
    background-color: #ec6c00;
    position: relative;
    display: block;
  }
  .m-gnav-link-head > a {
    color: #fff;
    display: block;
    padding: 12px 30px;
    padding-right: 50px;
  }
  .is-noFolding .m-gnav-link-head > a:after {
    content: "arrow_forward";
    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-family: "Material Icons Outlined";
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
  }
  .m-gnav-link-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
  }
  .m-gnav-link-btn:after {
    content: "add";
    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-family: "Material Icons Outlined";
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: normal;
    font-size: 28px;
  }
  .m-gnav-link-btn.is-active:after {
    content: "remove";
  }
  .m-gnav-links02 {
    display: none;
  }
  .m-gnav-link02 > a {
    background-color: #f2f2f2;
    display: block;
    padding: 10px 40px;
    position: relative;
    font-size: 1rem;
  }
  .m-gnav-link02 > a:after {
    content: "arrow_forward";
    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-family: "Material Icons Outlined";
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #ec6c00;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
  }
  .m-gnav-links03 {
    display: none;
  }
  .m-gnav-btn {
    width: 64px;
    height: 64px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-gnav-btn-lines {
    width: 32px;
    height: 18px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .on .m-gnav-btn-lines {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .m-gnav-btn-line {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 2px;
    background: #333333;
    border-radius: 2px;
  }
  .m-gnav-btn-line:nth-child(1), .m-gnav-btn-line:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
  }
  .m-gnav-btn-line:nth-child(1) {
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  .m-gnav-btn-line:nth-child(2) {
    -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
            transform: translateY(200%);
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  /* ---------------------------
  h
  --------------------------- */
  .m-h .label {
    font-size: 4.5rem;
    font-size: 6.4vw;
  }
  .m-h .label02 {
    font-size: 1.5rem;
    font-size: 2.4vw;
  }

  .m-h02 {
    font-size: 2rem;
    font-size: 3.4vw;
  }

  .m-h03 {
    font-size: 4.5rem;
    font-size: 5.3vw;
  }

  .m-h04 {
    font-size: 1.5rem;
  }
  .m-h04 .ico.is-scissor {
    font-size: 46px;
  }

  .m-h05 {
    font-size: 1.2rem;
  }

  .m-h06 {
    font-size: 2rem;
  }
  .m-h06 .label {
    font-size: 0.85rem;
  }
  .m-h06 .label02 {
    font-size: 1.8rem;
  }

  .m-h07 .label {
    font-size: 2rem;
  }
  .m-h07 .ico {
    width: 6vw;
    height: 6vw;
  }

  .m-h08 {
    font-size: 1.7rem;
  }

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: none;
    display: none;
  }

  #wrapper {
    padding-top: 80px;
    padding-top: 60px;
  }

  .m-mainContent-in {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 1px;
  }
  .m-mainContent-bg01 {
    padding-bottom: 120px;
  }

  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }

  .m-mv {
    padding: 130px 0;
    padding: 12vw 0;
  }
  .m-mv-h {
    font-size: 5rem;
    margin-bottom: 0.3em;
    font-size: 8vw;
  }
  .m-mv-h02 {
    font-size: 2rem;
  }
  .m-mv-txt {
    text-align: center;
  }

  .m-mv02 {
    padding: 130px 0 0;
    padding: 10vw 0 0;
  }
  .m-mv02-bg {
    height: calc(100% - 150px);
  }
  .m-mv02-h {
    font-size: 4rem;
    margin-bottom: 0.3em;
    font-size: 5.4vw;
  }
  .m-mv02-row {
    -ms-grid-columns: 1fr 4vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
    gap: 4vw;
    margin-bottom: 4vw;
  }
  .m-mv02-features {
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }
  .m-mv02-feature {
    padding: 40px 30px;
    padding: 3vw;
  }
  .m-mv02-feature-ico img {
    width: 7vw;
  }
  .m-mv03 {
    -ms-grid-columns: 560fr 4vw 500fr;
    grid-template-columns: 560fr 500fr;
    gap: 75px;
    gap: 4vw;
  }
  .m-mv03-img {
    margin-right: -57%;
    height: 600px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-mv03-label .ico {
    width: 90px;
    width: 6vw;
  }
  .m-mv03-label .label {
    font-size: 2.8rem;
    font-size: 3vw;
  }
  .m-mv04 {
    padding: 130px 0;
    padding: 11vw 0;
  }
  .m-mv04-row {
    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;
    width: 100%;
    padding: 0 5%;
  }
  .m-mv04-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 40px;
  }
  .m-mv04-h {
    font-size: 5vw;
    margin-bottom: 0.3em;
    line-height: 1.1;
  }
  .m-pankuzu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-blogNavs .ico {
    font-size: 32px;
  }

  .is-archive .m-posts-item {
    width: 31%;
    margin-bottom: 60px;
  }
  .is-archive .m-posts-item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .m-slide-imgs .m-posts-item {
    max-width: 320px;
  }
  .m-posts-foot {
    margin-top: 20px;
  }
  .m-slide-img {
    margin: 0 50px;
    margin: 0 2vw;
  }

  .m-access:not(:last-child) {
    margin-bottom: 80px;
  }
  .m-access:not(:last-child) {
    margin-bottom: 4vw;
  }
  .m-access-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 42fr 5vw 66fr;
    grid-template-columns: 42fr 66fr;
    gap: 75px;
    gap: 5vw;
  }
  .m-access-gmap iframe {
    height: 390px;
  }
  .m-access-grooon {
    border: 4px solid #f2f2f2;
    border-radius: 10px;
    padding: 80px;
    padding: 4vw;
  }
  .m-access-grooon iframe {
    height: 580px;
  }
  .m-access-grooon iframe {
    height: 50vw;
  }

  .m-actions {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .m-action {
    -ms-grid-columns: 20fr 34fr;
    grid-template-columns: 20fr 34fr;
  }
  .m-action-label {
    font-size: 1.2rem;
  }

  .m-links {
    -ms-grid-columns: 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }

  .m-link-img img {
    border-radius: 28px;
  }
  .m-link-img img {
    border-radius: 2vw;
  }
  .m-link-label:before {
    font-size: 23px;
  }

  .m-links02 {
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }

  .m-link02 a {
    padding: 10px 70px 10px 40px;
    min-height: 120px;
    font-size: 1.2rem;
  }
  .m-link02 a:before {
    font-size: 28px;
    right: 20px;
  }
  .m-link02 a {
    padding: 2vw 5vw 2vw 2vw;
    min-height: 11vw;
    font-size: 1rem;
  }
  .m-link02 a:before {
    font-size: 22px;
    right: 2vw;
  }

  .m-links03 {
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }

  .m-link03-label {
    font-size: 1.2rem;
  }
  .m-link04 {
    -ms-grid-columns: 672fr 1008fr;
    grid-template-columns: 672fr 1008fr;
    border-bottom: 2px solid #e0e0e0;
  }
  .m-link04:nth-child(2n) {
    -ms-grid-columns: 1008fr 672fr;
    grid-template-columns: 1008fr 672fr;
  }
  .m-link04:nth-child(2n) .m-link04-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-link04-body {
    padding: 85px 75px;
    padding: 6vw 4vw;
  }
  .m-link04:nth-child(2n) .m-link04-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-link04-label .ico {
    width: 90px;
    width: 6vw;
  }
  .m-link04-label .label {
    font-size: 2.8rem;
    font-size: 3vw;
  }
  .m-link06-label:before {
    font-size: 23px;
  }

  .m-links09 {
    -ms-grid-columns: 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }

  .m-link09-label {
    padding: 0 70px 30px 40px;
    font-size: 2rem;
    padding: 0 2vw 1.5vw 3vw;
    font-size: 2.8vw;
  }
  .m-link09-label:before {
    font-size: 23px;
    right: 40px;
    font-size: 3vw;
    right: 2vw;
  }

  .m-links10 {
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }

  .m-link10-label {
    padding: 15px 50px 15px 25px;
  }
  .m-link10-label:before {
    right: 20px;
    font-size: 23px;
  }

  .m-link11 .ico {
    font-size: 28px;
  }

  .m-links12 {
    gap: 10px 30px;
  }

  .m-links13 {
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }

  .m-link13 {
    text-align: center;
  }
  .m-link13-img {
    margin-bottom: 1em;
  }
  .m-link13-txt {
    font-size: 1.2rem;
    text-align: center;
  }

  .m-links14 {
    -ms-grid-columns: 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }

  .m-link14-head {
    font-size: 1.2rem;
    padding: 20px 30px;
    padding: 1.7vw 3vw;
  }
  .m-link14-head a:before {
    font-size: 23px;
  }
  .m-link14-links {
    padding: 20px 30px;
    padding: 1.7vw 3vw;
  }
  .m-policy {
    padding: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3vw;
  }
  .m-policy:not(:last-child) {
    margin-bottom: 35px;
  }
  .m-policy:not(:last-child) {
    margin-bottom: 4vw;
  }
  .m-policy-num {
    font-size: 4.5rem;
    font-size: 7vw;
  }
  .m-policy-h {
    font-size: 2rem;
    font-size: 3vw;
  }
  .m-philosophy-mv {
    height: 504px;
  }
  .m-philosophy-h .label {
    font-size: 2.3rem;
  }
  .m-philosophy-h .label02 {
    font-size: 1.5rem;
  }

  .m-vision {
    padding: 180px 0 150px;
    padding: 12vw 0 12vw;
  }
  .m-vision.is-c0 {
    padding: 100px 0 100px;
  }
  .m-vision.is-c0 {
    padding: 8vw 0 8vw;
  }
  .m-vision-h {
    font-size: 4.5rem;
    font-size: 8vw;
  }
  .m-vision-txt {
    text-align: center;
  }

  .m-archives {
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5vw;
  }
  .m-archives-slide .slick-list {
    overflow: visible;
  }
  .m-archives-slide-arrow {
    width: 80px;
    height: 80px;
    width: 7vw;
    height: 7vw;
  }
  .m-archives-slide-arrow .ico {
    font-size: 36px;
  }
  .m-archives-slide-arrow .ico {
    font-size: 4vw;
  }

  .m-archives-slide .m-archive {
    margin: 0 20px;
  }
  .m-archives-slide .m-archive {
    margin: 0 1vw;
  }
  .m-archive-body {
    padding: 20px 30px;
    padding: 2vw;
  }
  .m-archives02 {
    gap: 2.5vw;
  }

  .m-archive02 a {
    padding: 25px 30px;
  }
  .m-archive02 a {
    padding: 2vw;
  }
  .m-archive03 a {
    padding: 20px;
    padding-right: 60px;
  }
  .m-archive03 a:before {
    font-size: 28px;
  }
  .m-archive04 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56fr 60px 54fr;
    grid-template-columns: 56fr 54fr;
    gap: 60px;
  }
  .m-archive04-body {
    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;
    width: 100%;
  }
  .m-archives05 {
    -ms-grid-columns: 1fr 7vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px 90px;
    gap: 3vw 7vw;
  }

  .m-archive05 a {
    gap: 2.5vw;
  }
  .m-archives06 {
    gap: 60px;
  }

  .m-archive06 {
    -ms-grid-columns: 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }
  .m-archive06:nth-child(2n) .m-archive06-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-archive06-body {
    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;
    width: 100%;
  }
  .m-archive06:nth-child(2n) .m-archive06-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-archive06-h {
    font-size: 1.5rem;
    font-size: 2.6vw;
  }
  .m-archive07 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36fr 45fr;
    grid-template-columns: 36fr 45fr;
  }
  .m-archive07-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .m-archive07-body {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1.6vw;
  }
  .m-archive07-h {
    font-size: 1.5rem;
    font-size: 2.1vw;
  }
  .m-archives08 {
    -ms-grid-columns: 1fr 1.5vw 1fr 1.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5vw;
  }

  .m-archive08-body {
    padding: 12px 15px;
    padding: 1.5vw;
  }
  .m-archive09 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 216fr 594fr;
    grid-template-columns: 216fr 594fr;
  }
  .m-archive09-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 16vw;
  }
  .m-archive09-body {
    padding: 16px 22px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2vw;
  }
  .m-archive09-cat {
    font-size: 0.85rem;
  }
  .m-archive09-h {
    font-size: 1.2rem;
  }
  .m-archive09-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    display: block;
  }
  .m-archive09-tag {
    font-size: 0.85rem;
  }
  .m-blogCols {
    -ms-grid-columns: 62fr 2.5vw 52fr;
    grid-template-columns: 62fr 52fr;
    gap: 2.5vw;
  }

  .m-merits {
    gap: 30px;
    gap: 2.5vw;
  }

  .m-merit {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36fr 80fr;
    grid-template-columns: 36fr 80fr;
  }
  .m-merit-h {
    font-size: 1.5rem;
    padding: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 2.4vw;
    padding: 2.4vw;
  }
  .m-merit-body {
    padding: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2.4vw;
  }

  .m-interviews {
    gap: 60px;
    gap: 2.5vw;
  }

  .m-interview a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56fr 80px 52fr;
    grid-template-columns: 56fr 52fr;
    gap: 80px;
  }
  .m-interview a {
    gap: 3vw;
  }
  .m-interview-h {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
    font-size: 2.5vw;
  }
  .m-profile .ico {
    width: 32px;
    margin-right: 10px;
  }
  .m-profile .ico {
    width: 3vw;
  }

  .m-profiles02 {
    gap: 70px;
    gap: 3vw;
  }

  .m-profile02 {
    -ms-grid-columns: 1fr 4vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    gap: 4vw;
  }
  .m-profile02:nth-child(2n) {
    direction: rtl;
    text-align: left;
  }
  .m-profile02:nth-child(2n) * {
    direction: ltr;
  }
  .m-profiles03 {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .m-profile03 {
    -ms-grid-columns: 100fr 25px 255fr;
    grid-template-columns: 100fr 255fr;
    gap: 25px;
  }
  .m-profiles04 {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .m-profile04 {
    -ms-grid-columns: 100fr 2vw 255fr;
    grid-template-columns: 100fr 255fr;
    gap: 25px;
    gap: 2vw;
  }
  .m-greeting {
    -ms-grid-columns: 1fr 4vw 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    gap: 4vw;
  }
  .m-jobChange {
    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-jobChange-h {
    width: 216px;
    height: 216px;
    margin-right: 36px;
    font-size: 1.5rem;
    border: 4px solid #ec6c00;
    width: 18vw;
    height: 18vw;
    margin-right: 3vw;
    font-size: 2vw;
    border: 3px solid #ec6c00;
  }
  .m-jobChange-txt {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-right: 36px;
    margin-right: 3vw;
  }
  .m-onedays {
    gap: 60px;
    gap: 3vw;
  }

  .m-oneday-h .num {
    width: 80px;
    height: 80px;
    width: 8vw;
    height: 8vw;
  }
  .m-oneday-h .label {
    font-size: 12px;
    margin-right: 5px;
    font-size: 1vw;
    margin-right: 0.4vw;
  }
  .m-oneday-h .label02 {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .m-oneday-h .label03 {
    font-size: 2rem;
    font-size: 2.6vw;
  }
  .m-oneday-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 56fr 3.5vw 52fr;
    grid-template-columns: 56fr 52fr;
    gap: 80px;
    gap: 3.5vw;
  }
  .m-conditions {
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    gap: 2.5vw;
  }

  .m-condition-h {
    font-size: 1.2rem;
    padding: 20px;
    font-size: 2.4vw;
    padding: 2vw;
  }
  .m-condition-body {
    padding: 20px 30px 0;
    padding: 2vw;
  }
  .m-condition-link a {
    padding: 30px 0 20px;
  }
  .m-condition-link a {
    padding: 3vw 0 1.5vw;
  }

  .m-job-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-job-entry {
    border: 4px solid #ec6c00;
    padding: 20px 30px;
    padding: 2vw;
  }
  .m-job-entry-h {
    font-size: 1.5rem;
    margin-right: 1em;
  }

  .m-job02 {
    padding: 50px 7%;
    padding: 3.7vw;
  }
  .m-job02-h {
    font-size: 1.5rem;
    margin-right: 1em;
  }
  .m-job03-h {
    font-size: 1.5rem;
    padding: 18px 30px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    font-size: 2.3vw;
    padding: 1.8vw;
  }
  .m-job03-body {
    padding: 40px 7%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 4vw;
  }

  .m-cat {
    margin-bottom: 10px;
  }
  .m-cat:not(:last-child) {
    margin-right: 10px;
  }
  .m-cat a {
    padding: 11px 23px;
  }

  .m-search {
    padding: 30px 7%;
    padding: 3.7vw;
  }
  .m-search-checkRow th, .m-search-checkRow td {
    padding-bottom: 1em;
  }
  .m-search02-input {
    width: 100%;
    max-width: 170px;
  }
  .m-steps {
    -ms-grid-columns: 1fr 4vw 1fr 4vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 36px;
    gap: 4vw;
  }

  .m-step-head {
    padding: 30px 20px;
    padding: 2.6vw;
  }
  .m-step:not(:last-child) .m-step-head:before {
    left: 100%;
    top: 50%;
    margin-left: 5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 29px;
  }
  .m-step:not(:last-child) .m-step-head:before {
    margin-left: 0.7vw;
    font-size: 2.7vw;
  }
  .m-step02 {
    position: relative;
  }
  .m-step02-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 165fr 40px 630fr 40px 165fr;
    grid-template-columns: 165fr 630fr 165fr;
    gap: 40px;
  }
  .m-step02-tag {
    display: none;
  }
  .m-step02-arrow {
    background: url() no-repeat center/contain;
    position: absolute;
    width: 40px;
    height: 40px;
  }
  .m-step02-arrow.is-01 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    left: 50%;
    top: 100%;
    margin-top: 4px;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .m-step02-arrow.is-02 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step02-arrow.is-03_1 {
    background-image: url("../img/base/ico_arrow_02_c1.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -20px;
  }
  .m-step02-arrow.is-03_2 {
    background-image: url("../img/base/ico_arrow_01_c1.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    margin-top: -20px;
  }
  .m-step02-arrow.is-03_3 {
    background-image: url("../img/base/ico_arrow_02_c9_3.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 20px;
  }
  .m-step02-arrow.is-03_4 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 20px;
  }
  .m-step02-arrow.is-04_1 {
    background-image: url("../img/base/ico_arrow_01_c9_3.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step02-arrow.is-04_2 {
    background-image: url("../img/base/ico_arrow_01_c1.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
  .m-step02-arrow.is-05_1 {
    background-image: url("../img/base/ico_arrow_02_c1.svg");
    left: 100%;
    top: 50%;
    margin-left: 4px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step02-arrow.is-05_2 {
    background-image: url("../img/base/ico_arrow_01_c1.svg");
    right: 100%;
    top: 50%;
    margin-right: 4px;
    -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }

  .m-steps03 {
    padding-bottom: 120px;
    padding-bottom: 10vw;
    gap: 2.5vw;
  }
  .m-steps03:before {
    top: 100px;
    left: 50px;
    width: 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 120px);
  }
  .m-steps03:before {
    top: 8vw;
    left: 4vw;
  }

  .m-step03 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 4vw 96fr;
    grid-template-columns: 10fr 96fr;
    gap: 100px;
    gap: 4vw;
  }
  .m-step03-h {
    width: 100px;
    height: 100px;
    width: 8vw;
    height: 8vw;
  }
  .m-step03-h .node {
    display: block;
    position: absolute;
    width: 70px;
    height: 2px;
    background: #ec6c00;
  }
  .m-step03-h .node:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #ec6c00;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-step03-h .node.is-l {
    right: 100%;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .m-step03-h .node.is-r {
    left: 100%;
  }
  .m-step03-h .node {
    width: 5vw;
    top: 4vw;
    left: 4vw;
  }
  .m-step03-company {
    padding: 60px 40px;
  }
  .m-step03-body {
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2vw 2fr;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    padding: 3.5vw;
    gap: 2vw;
  }
  .m-steps04 {
    gap: 20px;
  }

  .m-step04-h button {
    padding: 22px 30px;
    padding-right: 60px;
  }
  .m-step04-h button:after {
    right: 30px;
    font-size: 30px;
  }
  .m-step04-h .num {
    font-size: 2.1rem;
  }
  .m-step04-h .label {
    font-size: 1.2rem;
  }
  .m-step04-h button {
    padding: 2vw;
    padding-right: 7vw;
  }
  .m-step04-h button:after {
    right: 3vw;
    font-size: 3vw;
  }
  .m-step04-body {
    padding: 22px 30px 0;
    padding: 2vw;
  }

  .m-foldings {
    gap: 20px;
  }

  .m-folding-h button {
    padding: 22px 30px;
    padding-right: 60px;
  }
  .m-folding-h button:after {
    right: 30px;
    font-size: 30px;
  }
  .m-folding-h .label {
    font-size: 1.5rem;
  }
  .m-folding-body {
    margin-top: 20px;
    padding: 50px 7%;
    padding: 3.7vw;
  }

  .m-benefits {
    gap: 60px;
  }

  .m-benefit {
    -ms-grid-columns: 36fr 2.5vw 56fr;
    grid-template-columns: 36fr 56fr;
    gap: 40px;
    gap: 2.5vw;
  }
  .m-faq-q .label, .m-faq-a .label {
    font-size: 3.2rem;
  }
  .m-faq-q .label02, .m-faq-a .label02 {
    font-size: 1.2rem;
  }
  .m-faq-q button {
    padding: 12px 20px;
    padding-right: 60px;
  }
  .m-faq-q button:after {
    right: 30px;
    font-size: 30px;
  }
  .m-faq-a {
    padding: 0 30px;
  }
  .m-faq02-q .label02, .m-faq02-a .label02 {
    font-size: 1.2rem;
  }
  .m-faq02-a-content {
    padding-top: 20px;
  }

  .m-worksIcons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .m-worksIcon .icon .label {
    width: 24px;
    height: 24px;
  }
  .m-dialogue {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 10fr 50px 64fr;
    grid-template-columns: 10fr 64fr;
    gap: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-dialogue.is-rtl {
    -ms-grid-columns: 64fr 10fr;
    grid-template-columns: 64fr 10fr;
  }
  .m-dialogue.is-rtl .m-dialogue-head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-dialogue.is-rtl .m-dialogue-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .m-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-point-h {
    font-size: 2.2rem;
    margin-right: 2em;
  }
  .m-point-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-spec {
    padding: 20px 30px;
    padding: 2vw;
  }

  .m-blogWidget {
    padding: 1.3vw;
  }
  .m-blog-mv img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .m-blog-body {
    padding: 20px 30px 70px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 3vw;
  }
  .m-blog-head {
    margin-bottom: 10px;
  }
  .m-blog-h {
    font-size: 2rem;
    padding: 3vw;
  }

  .m-recruit-h {
    font-size: 4.5rem;
  }
  /* ---------------------------
  list
  --------------------------- */
  .m-list05 {
    -ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 40px;
    gap: 2.5vw;
  }
  .m-list05 li {
    min-height: 176px;
    font-size: 1.2rem;
    padding: 3.6vw;
  }
  .m-about {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 636fr 0.8vw 572fr;
    grid-template-columns: 636fr 572fr;
    gap: 20px;
    gap: 0.8vw;
  }
  .m-about-h02 {
    font-size: 2rem;
    font-size: 4.2vw;
  }
  .m-about-img {
    margin-left: -14%;
    z-index: -1;
  }

  .m-iltan-character {
    position: absolute;
    left: 100%;
    top: -70px;
    margin-left: -110px;
    width: 648px;
    z-index: -1;
  }
  .m-iltan-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
  .m-3d-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-3d-row02 {
    margin-left: 20px;
  }

  .m-iltan02-body {
    padding: 21px 0 0 0;
    min-width: 960px;
  }
  .m-iltan02-download {
    padding: 20px 0;
  }
  .m-iltan02-download-row {
    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-iltan02-download-h {
    margin-right: 3%;
  }

  .m-iltan03-row {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 3.7fr;
    grid-template-columns: 1fr 3.7fr;
  }
  .m-iltan03-txt {
    font-size: 1.1rem;
    text-align: center;
  }

  .m-3d02-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-3d02-column:not(:last-child) {
    margin-right: 20px;
  }
  .m-terms {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 20px 2fr;
    grid-template-columns: 5fr 2fr;
    gap: 20px;
  }
  .m-download-body {
    margin-top: -160px;
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .m-download-wallpapers {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-download-wallpaper {
    -ms-grid-columns: 3fr 4fr;
    grid-template-columns: 3fr 4fr;
  }
  .m-download-links {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .m-download-img {
    position: absolute;
  }
  .m-download-img.is-01 {
    left: 50%;
    top: 0;
    margin-left: 380px;
  }
  .m-download-img.is-02 {
    left: 50%;
    bottom: -30px;
    margin-left: -640px;
  }
  .m-download-img.is-03 {
    left: 50%;
    bottom: 0;
    margin-left: 450px;
  }

  /* ---------------------------
  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(5vw * 0.07) !important;
  }

  .u-mt-xs {
    margin-top: calc(10vw * 0.07) !important;
  }

  .u-mt-s {
    margin-top: calc(20vw * 0.07) !important;
  }

  .u-mt {
    margin-top: calc(30vw * 0.07) !important;
  }

  .u-mt-l {
    margin-top: calc(40vw * 0.07) !important;
  }

  .u-mt-xl {
    margin-top: calc(60vw * 0.07) !important;
  }

  .u-mt-2xl {
    margin-top: calc(80vw * 0.07) !important;
  }

  .u-mt-3xl {
    margin-top: calc(100vw * 0.07) !important;
  }

  .u-mb-2xs {
    margin-bottom: calc(5vw * 0.07) !important;
  }

  .u-mb-xs {
    margin-bottom: calc(10vw * 0.07) !important;
  }

  .u-mb-s {
    margin-bottom: calc(20vw * 0.07) !important;
  }

  .u-mb {
    margin-bottom: calc(30vw * 0.07) !important;
  }

  .u-mb-l {
    margin-bottom: calc(40vw * 0.07) !important;
  }

  .u-mb-xl {
    margin-bottom: calc(60vw * 0.07) !important;
  }

  .u-mb-2xl {
    margin-bottom: calc(80vw * 0.07) !important;
  }

  .u-mb-3xl {
    margin-bottom: calc(100vw * 0.07) !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(5vw * 0.07) !important;
  }

  .u-pt-xs {
    padding-top: calc(10vw * 0.07) !important;
  }

  .u-pt-s {
    padding-top: calc(20vw * 0.07) !important;
  }

  .u-pt {
    padding-top: calc(30vw * 0.07) !important;
  }

  .u-pt-l {
    padding-top: calc(40vw * 0.07) !important;
  }

  .u-pt-xl {
    padding-top: calc(60vw * 0.07) !important;
  }

  .u-pt-2xl {
    padding-top: calc(80vw * 0.07) !important;
  }

  .u-pt-3xl {
    padding-top: calc(100vw * 0.07) !important;
  }

  .u-pb-2xs {
    padding-bottom: calc(5vw * 0.07) !important;
  }

  .u-pb-xs {
    padding-bottom: calc(10vw * 0.07) !important;
  }

  .u-pb-s {
    padding-bottom: calc(20vw * 0.07) !important;
  }

  .u-pb {
    padding-bottom: calc(30vw * 0.07) !important;
  }

  .u-pb-l {
    padding-bottom: calc(40vw * 0.07) !important;
  }

  .u-pb-xl {
    padding-bottom: calc(60vw * 0.07) !important;
  }

  .u-pb-2xl {
    padding-bottom: calc(80vw * 0.07) !important;
  }

  .u-pb-3xl {
    padding-bottom: calc(100vw * 0.07) !important;
  }

  .u-p-xs {
    padding: calc(10vw * 0.07) !important;
  }

  .u-p-s {
    padding: calc(20vw * 0.07) !important;
  }

  .u-p {
    padding: calc(30vw * 0.07) !important;
  }

  .u-p-l {
    padding: calc(40vw * 0.07) !important;
  }

  .u-p-xl {
    padding: calc(60vw * 0.07) !important;
  }

  /* ---------------------------
  link
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg.is-psr {
    font-size: 0.85rem;
  }
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.7rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.4rem;
  }
  .u-wysiwyg h4 {
    font-size: 1.2rem;
  }
  .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;
  }
  .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.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;
  }

  /* ---------------------------
  folding
  --------------------------- */
  /* ---------------------------
  u-table
  --------------------------- */
  .u-table02 th, .u-wysiwyg table th {
    white-space: nowrap;
  }
  .u-table04 th {
    padding-right: 6em;
  }

  .u-table05 th {
    padding-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  /* ==========================================================================
     SP
     ========================================================================== */
  .wrapin-sp {
    padding: 0 20px;
  }

  /* ---------------------------
  module
  --------------------------- */
  html {
    font-size: 14px;
  }

  /* ---------------------------
  l-header
  --------------------------- */
  .l-header {
    padding: 12px 20px;
    padding-right: 0;
    height: 60px;
  }
  .l-header-logo {
    width: 124px;
  }

  /* ---------------------------
  l-footer
  --------------------------- */
  .l-footer {
    padding: 30px 0 85px;
  }
  .l-footer-cols {
    margin-bottom: 50px;
  }
  .l-footer-col1 {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 50px;
  }
  .l-footer-cat-h {
    font-size: 1.1rem;
  }
  .l-footer-links {
    display: none;
  }
  .l-footer-pagetop {
    right: 30px;
    width: 110px;
  }

  .l-blog {
    gap: 30px;
  }
  .l-blog-main {
    margin-bottom: 30px;
  }
  /* ---------------------------
  l-wrap
  --------------------------- */
  .l-wrap-sp {
    padding: 0 20px;
  }

  /* ---------------------------
  btn
  --------------------------- */
  .m-btn {
    padding: 17px 21px;
    padding-right: 40px;
  }
  .m-btn.is-noArrow {
    padding-right: 21px;
  }
  .m-btn:before {
    font-size: 16px;
  }
  .m-btn02 {
    padding: 8px 15px;
  }

  /* ---------------------------
  btns1col
  --------------------------- */
  .m-btnCols.is-2col {
    gap: 10px;
  }
  .m-btnCols.is-3col {
    gap: 10px;
  }

  .is-1col .m-btnCol {
    width: 100%;
  }
  .is-2col .m-btnCol {
    width: 100%;
  }

  .m-catNav {
    padding: 10px 0;
  }
  .m-catNav-h {
    font-size: 1.2rem;
  }
  .m-catNav-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-catNav-link a {
    padding: 8px 15px;
    font-size: 0.85rem;
  }
  .m-contact {
    padding: 40px 0;
  }
  .m-contact-col1 {
    margin-bottom: 30px;
  }
  .m-contact-h {
    text-align: center;
  }
  .m-contact-h .main {
    font-size: 1.7rem;
  }
  /* ---------------------------
  m-form
  --------------------------- */
  .m-form-wrap {
    padding: 20px;
  }
  .m-form-h {
    font-size: 1.6rem;
  }
  .m-form-lead {
    margin-bottom: 30px;
  }
  .m-form-table > tbody, .m-form-table > tbody > tr, .m-form-table > tbody > tr > th, .m-form-table > tbody > tr > td {
    display: block;
  }
  .m-form-privacy {
    padding: 10px;
    height: 150px;
    margin-bottom: 3em;
    font-size: 0.8rem;
  }
  .m-form-noshis-img {
    max-width: 30%;
  }
  .m-form-noshis-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-form-popupContent {
    padding: 20px 0;
  }
  .m-form-checkboxSec-h {
    font-size: 1.1rem;
  }
  .m-form-checkboxSec-checkboxes-item {
    width: 50%;
  }
  .m-form-checkboxSec-checkboxes-item:last-child, .m-form-checkboxSec-checkboxes-item:nth-child(2n+1):nth-last-child(2) {
    border-bottom: none;
  }
  .m-form-checkboxSec-checkboxes-item:not(:nth-child(2n)) {
    border-right: 1px dotted #f2f2f2;
  }
  .m-form-checkboxSec-checkboxes-clear {
    padding: 12px 18px;
  }
  .m-form-checkboxSec-checkboxes-ico {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  .m-gnav {
    position: fixed;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
    overflow-y: auto;
    background: #ec6c00;
    width: 100vw;
    height: calc(100vh - 56px);
    left: 0;
    top: 56px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .m-gnav.on {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .m-gnav-link {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .m-gnav-link-head {
    background-color: #ec6c00;
    position: relative;
    display: block;
  }
  .m-gnav-link-head > a {
    color: #fff;
    display: block;
    padding: 12px 30px;
    padding-right: 50px;
  }
  .is-noFolding .m-gnav-link-head > a:after {
    content: "arrow_forward";
    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-family: "Material Icons Outlined";
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
  }
  .m-gnav-link-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
  }
  .m-gnav-link-btn:after {
    content: "add";
    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-family: "Material Icons Outlined";
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: normal;
    font-size: 28px;
  }
  .m-gnav-link-btn.is-active:after {
    content: "remove";
  }
  .m-gnav-links02 {
    display: none;
  }
  .m-gnav-link02 > a {
    background-color: #f2f2f2;
    display: block;
    padding: 10px 40px;
    position: relative;
    font-size: 1rem;
  }
  .m-gnav-link02 > a:after {
    content: "arrow_forward";
    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-family: "Material Icons Outlined";
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #ec6c00;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
  }
  .m-gnav-links03 {
    display: none;
  }
  .m-gnav-btn {
    width: 64px;
    height: 64px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-gnav-btn-lines {
    width: 32px;
    height: 18px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .on .m-gnav-btn-lines {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .m-gnav-btn-line {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    height: 2px;
    background: #333333;
    border-radius: 2px;
  }
  .m-gnav-btn-line:nth-child(1), .m-gnav-btn-line:nth-child(2) {
    position: absolute;
    left: 0;
    top: 50%;
  }
  .m-gnav-btn-line:nth-child(1) {
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  .m-gnav-btn-line:nth-child(2) {
    -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
            transform: translateY(200%);
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .m-gnav-btn.on .m-gnav-btn-line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  /* ---------------------------
  h
  --------------------------- */
  .m-h .label {
    font-size: 3rem;
  }
  .m-h .label02 {
    font-size: 1.2rem;
  }

  .m-h02 {
    font-size: 1.5rem;
  }

  .m-h03 {
    font-size: 2rem;
  }

  .m-h04 {
    font-size: 1.2rem;
  }
  .m-h04 .ico.is-scissor {
    font-size: 27px;
  }

  .m-h06 {
    font-size: 1.4rem;
  }
  .m-h06 .label {
    font-size: 0.85rem;
  }
  .m-h06 .label02 {
    font-size: 1.4rem;
  }

  .m-h07 .label {
    font-size: 1.5rem;
  }

  .m-h08 {
    font-size: 1.3rem;
  }

  .lapctbOnly {
    display: none;
  }

  .pcOnly {
    display: none;
  }

  .tbOnly {
    display: none;
  }

  #wrapper {
    padding-top: 60px;
  }

  .m-mainContent-bg01 {
    padding-bottom: 40px;
  }

  .m-mainContentMargin {
    height: 50px;
  }

  .gnavOpen {
    height: 100%;
    overflow: hidden;
  }

  .m-mv {
    padding: 50px 0;
  }
  .m-mv-h {
    font-size: 3rem;
    margin-bottom: 0.8em;
  }
  .m-mv-h02 {
    font-size: 1.5rem;
  }
  .m-mv-txt br {
    display: none;
  }

  .m-mv02 {
    padding: 50px 0 30px;
  }
  .m-mv02-h {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
  .m-mv02-row {
    gap: 30px;
    margin-bottom: 30px;
  }
  .m-mv02-features {
    gap: 20px;
  }
  .m-mv02-feature {
    padding: 20px 15px;
  }
  .m-mv03-img {
    height: 60vw;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
  .m-mv03-label .ico {
    width: 70px;
  }
  .m-mv03-label .label {
    font-size: 1.5rem;
  }
  .m-mv04 {
    padding: 100px 0 50px;
  }
  .m-mv04-row {
    padding: 0 20px;
  }
  .m-mv04-head {
    margin-bottom: 20px;
  }
  .m-mv04-h {
    text-align: center;
    font-size: 11vw;
    margin-bottom: 0.6em;
    line-height: 1.4;
  }
  .m-mv04-txt br {
    display: none;
  }

  .m-pankuzu-links-item {
    display: inline;
  }

  .m-blogNavs {
    padding: 0 20px;
  }
  .m-blogNavs .ico {
    font-size: 20px;
  }

  .is-archive .m-posts-item {
    margin-bottom: 30px;
  }
  .m-posts-foot {
    margin-top: 10px;
  }
  .m-slide-img {
    margin: 0 10px;
  }

  .wp-pagenavi span, .wp-pagenavi a {
    min-height: 2.4rem;
  }

  .m-access:not(:last-child) {
    margin-bottom: 40px;
  }
  .m-access-col1 {
    margin-bottom: 20px;
  }
  .m-access-gmap iframe {
    height: 300px;
  }
  .m-access-grooon iframe {
    height: 300px;
  }

  .m-actions {
    gap: 15px;
  }

  .m-action {
    -ms-grid-columns: 12fr 34fr;
    grid-template-columns: 12fr 34fr;
  }
  .m-links {
    gap: 20px;
  }

  .m-link-img img {
    border-radius: 14px;
  }
  .m-link-label:before {
    font-size: 20px;
  }

  .m-links02 {
    gap: 10px;
  }

  .m-link02 a {
    padding: 25px 30px 25px 20px;
  }
  .m-link02 a:before {
    font-size: 20px;
    right: 10px;
  }

  .m-links03 {
    gap: 20px;
  }

  .m-link03-label02 {
    font-size: 0.85rem;
  }

  .m-link04-img {
    height: 150px;
  }
  .m-link04-body {
    padding: 20px;
  }
  .m-link04-label .ico {
    width: 50px;
  }
  .m-link04-label .label {
    font-size: 1.3rem;
  }
  .m-link06-label:before {
    font-size: 16px;
  }

  .m-links09 {
    gap: 20px;
  }

  .m-link09-label {
    padding: 0 40px 10px 20px;
    font-size: 1.5rem;
  }
  .m-link09-label:before {
    font-size: 16px;
    right: 20px;
  }

  .m-links10 {
    gap: 20px;
  }

  .m-link10-img img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-link10-label {
    padding: 10px 50px 10px 25px;
  }
  .m-link10-label:before {
    right: 12px;
    font-size: 20px;
  }

  .m-link11 .ico {
    font-size: 20px;
  }

  .m-links13 {
    gap: 20px;
  }

  .m-link13 a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 15px 4fr;
    grid-template-columns: 3fr 4fr;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-links14 {
    gap: 20px;
  }

  .m-link14-head {
    padding: 15px;
  }
  .m-link14-head a:before {
    font-size: 20px;
  }
  .m-link14-links {
    padding: 15px;
  }
  .m-policy {
    padding: 15px;
  }
  .m-policy:not(:last-child) {
    margin-bottom: 15px;
  }
  .m-policy-num {
    font-size: 2.5rem;
  }
  .m-policy-h {
    font-size: 1.2rem;
  }
  .m-philosophy-mv {
    padding: 50px 0;
  }
  .m-philosophy-h .label {
    font-size: 1.7rem;
  }
  .m-vision {
    padding: 80px 0 50px;
  }
  .m-vision-h {
    font-size: 15vw;
  }
  .m-vision-txt br {
    display: none;
  }

  .m-archives-slide .slick-list {
    overflow: visible;
  }
  .m-archives-slide-arrow {
    width: 40px;
    height: 40px;
  }
  .m-archives-slide-arrow .ico {
    font-size: 24px;
  }

  .m-archives-slide .m-archive {
    margin: 0 10px;
  }
  .m-archive-body {
    padding: 10px 15px;
  }
  .m-archive02 a {
    padding: 10px 15px;
  }
  .m-archive03 a {
    padding: 10px;
    padding-right: 30px;
  }
  .m-archive03 a:before {
    font-size: 20px;
  }
  .m-archives05 {
    gap: 20px;
  }

  .m-archives06 {
    gap: 30px;
  }

  .m-archive06 {
    gap: 10px;
  }
  .m-archive06-h {
    font-size: 1.2rem;
  }
  .m-archive07-img {
    min-height: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .m-archive07-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .m-archive07-h {
    font-size: 1.3rem;
  }
  .m-archive08-body {
    padding: 10px 15px;
  }
  .m-archive09-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .m-archive09-body {
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .m-archive09-cat {
    font-size: 0.7rem;
  }
  .m-archive09-tag {
    font-size: 0.7rem;
  }
  .m-blogCols {
    gap: 30px;
  }

  .m-merits {
    gap: 20px;
  }

  .m-merit-h {
    font-size: 1.2rem;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .m-merit-body {
    padding: 15px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .m-interviews {
    gap: 30px;
  }

  .m-interview-img {
    margin-bottom: 20px;
  }
  .m-interview-h {
    font-size: 1.2rem;
    margin-bottom: 0.8em;
  }
  .m-profile .ico {
    width: 24px;
    margin-right: 5px;
  }

  .m-profiles02 {
    gap: 30px;
  }

  .m-profile02 {
    gap: 20px;
  }
  .m-profiles03 {
    gap: 30px;
  }

  .m-profile03 {
    gap: 20px;
  }
  .m-profiles04 {
    gap: 15px;
  }

  .m-profile04 {
    -ms-grid-columns: 80fr 15px 255fr;
    grid-template-columns: 80fr 255fr;
    gap: 15px;
  }
  .m-greeting {
    gap: 30px;
  }
  .m-greeting-img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-jobChange-h {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 1.2rem;
    border: 3px solid #ec6c00;
  }
  .m-jobChange-txt {
    margin-bottom: 20px;
  }
  .m-onedays {
    gap: 30px;
  }

  .m-oneday-h .num {
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.1;
  }
  .m-oneday-h .label {
    font-size: 10px;
    display: block;
  }
  .m-oneday-h .label02 {
    display: block;
    font-size: 24px;
  }
  .m-oneday-h .label03 {
    font-size: 1.3rem;
  }
  .m-oneday-img {
    margin-bottom: 20px;
  }
  .m-conditions {
    gap: 30px;
  }

  .m-condition-h {
    font-size: 1.1rem;
    padding: 14px;
  }
  .m-condition-body {
    padding: 10px 20px 0;
  }
  .m-condition-link a {
    padding: 20px 0 10px;
  }

  .m-job-entry {
    border: 2px solid #ec6c00;
    padding: 10px 15px;
  }
  .m-job-entry-h {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }

  .m-job02 {
    padding: 15px 4%;
  }
  .m-job02-h {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
  .m-job03-h {
    font-size: 1.3rem;
    padding: 10px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .m-job03-body {
    padding: 20px 7%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .m-cat {
    font-size: 0.85rem;
    margin-bottom: 6px;
  }
  .m-cat:not(:last-child) {
    margin-right: 6px;
  }
  .m-cat a {
    padding: 5px 15px;
  }

  .m-search {
    padding: 20px 7%;
  }
  .m-search-checkRow, .m-search-checkRow tbody, .m-search-checkRow tr, .m-search-checkRow th, .m-search-checkRow td {
    display: block;
  }
  .m-search-checkRow th {
    margin-bottom: 0.5em;
  }
  .m-search-checkRow tr:not(:last-child) {
    margin-bottom: 1em;
  }
  .m-steps {
    gap: 10px;
  }

  .m-step:not(:last-child):after {
    content: "double_arrow";
    display: block;
    font-family: "Material Icons Outlined";
    color: #ec6c00;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    color: #ec6c00;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 26px;
    text-align: center;
    margin-top: 10px;
  }
  .m-step-head {
    padding: 15px 10px;
  }
  .m-step:not(:last-child) .m-step-head:before {
    display: none;
  }
  .m-step02-role {
    display: none;
  }
  .m-step02-tag {
    margin-bottom: 1em;
  }
  .m-step02-tag .label {
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    font-size: 0.8rem;
  }
  .is-applicant .m-step02-tag .label {
    background: #5f5f5f;
  }
  .is-infiniteloop .m-step02-tag .label {
    background: #ec6c00;
  }
  .m-steps03 {
    padding-bottom: 50px;
  }
  .m-steps03:before {
    top: 60px;
    left: 15px;
    width: 3px;
    height: calc(100% - 50px);
  }

  .m-step03-h {
    width: 70px;
    height: 70px;
    margin-left: -20px;
  }
  .m-step03-h .node {
    display: none;
  }
  .m-step03-company {
    padding: 10px 15px;
    margin-left: 40px;
    margin-bottom: 20px;
  }
  .m-step03-body {
    padding: 20px 15px;
    margin-left: 40px;
  }
  .m-step03-col1 {
    margin-bottom: 20px;
  }
  .m-steps04 {
    gap: 15px;
  }

  .m-step04-h button {
    padding: 10px 15px;
    padding-right: 30px;
  }
  .m-step04-h button:after {
    right: 10px;
    font-size: 24px;
  }
  .m-step04-h .num {
    font-size: 1.6rem;
  }
  .m-step04-h .label {
    font-size: 1.1rem;
  }
  .m-step04-body {
    margin-top: 10px;
    padding: 20px 7%;
  }

  .m-foldings {
    gap: 15px;
  }

  .m-folding-h button {
    padding: 10px 15px;
    padding-right: 30px;
  }
  .m-folding-h button:after {
    right: 10px;
    font-size: 24px;
  }
  .m-folding-h .label {
    font-size: 1.2rem;
  }
  .m-folding-body {
    margin-top: 10px;
    padding: 20px 7%;
  }

  .m-benefits {
    gap: 40px;
  }

  .m-benefit {
    gap: 15px;
  }
  .m-faq-q .label, .m-faq-a .label {
    font-size: 2.2rem;
  }
  .m-faq-q .label02, .m-faq-a .label02 {
    font-size: 1.1rem;
  }
  .m-faq-q button {
    padding: 12px 12px;
    padding-right: 40px;
  }
  .m-faq-q button:after {
    right: 10px;
    font-size: 20px;
  }
  .m-faq-a {
    padding: 0 15px;
  }
  .m-faq02-a-content {
    padding-top: 10px;
  }

  .m-worksIcon .icon .label {
    width: 17px;
    height: 17px;
  }
  .m-spec {
    padding: 10px 15px;
  }

  .m-blog-body {
    padding: 20px 20px 70px;
  }
  .m-blog-head {
    margin-bottom: 10px;
  }
  .m-blog-h {
    font-size: 1.4rem;
  }

  .m-recruit-h {
    font-size: 3rem;
  }
  /* ---------------------------
  list
  --------------------------- */
  .m-list05 {
    gap: 10px;
  }
  .m-list05 li br {
    display: none;
  }
  .m-about-h {
    white-space: nowrap;
  }
  .m-about-h02 {
    font-size: 1.9rem;
  }
  .m-about-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .m-about-head-body {
    width: 65%;
  }
  .m-about-img {
    width: 35%;
    margin-right: -2%;
  }

  .m-3d-body {
    display: -ms-grid;
    display: grid;
    gap: 30px;
  }
  .m-3d-row02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-iltan02-body {
    padding-bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 120vw;
    background-size: 260%;
    background-position: 60% 90%;
  }
  .m-iltan02-h {
    width: 110%;
    margin-left: -5%;
  }
  .m-iltan02-download {
    padding: 10px 0;
  }
  .m-iltan02-download-row {
    display: -ms-grid;
    display: grid;
    gap: 10px;
  }
  .m-iltan03-row {
    gap: 10px;
  }
  .m-iltan03-col01 {
    display: none;
  }
  .m-iltan03-txt br {
    display: none;
  }

  .m-3d02-columns {
    display: -ms-grid;
    display: grid;
    gap: 20px;
  }
  .m-terms-img {
    position: absolute;
    right: -20%;
    top: 0;
    width: 70%;
    opacity: 0.2;
  }

  .m-download-body {
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .m-download-links {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
  .m-download-img {
    display: none;
  }

  /* ---------------------------
  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 #333333;
    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-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-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
  --------------------------- */
  /* ---------------------------
  u-wysiwyg
  --------------------------- */
  .u-wysiwyg {
    font-size: 0.95rem;
  }
  .u-wysiwyg h1 {
    margin-bottom: 30px;
  }
  .u-wysiwyg h2 {
    font-size: 1.3rem;
  }
  .u-wysiwyg h3 {
    font-size: 1.2rem;
  }
  .u-wysiwyg h4 {
    font-size: 1.1rem;
  }
  .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-columns {
    display: -ms-grid;
    display: grid;
    gap: 20px;
  }

  .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 {
    font-size: 0.85rem;
  }
  .u-table.is-spBlock, .u-table.is-spBlock tbody, .u-table.is-spBlock tr, .u-table.is-spBlock th, .u-table.is-spBlock td {
    display: block;
  }
  .u-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 th, .u-wysiwyg table th {
    min-width: 8em;
  }

  .u-table04 th {
    padding-right: 2em;
  }

  .u-table05 th {
    padding-right: 2em;
  }
}