@charset "UTF-8";
.form-confirm-none {
  display: none;
}

.form-confirm-block {
  display: block;
}

.red-required-txt {
  color: #f00;
  text-align: center;
  margin-top: 32px;
}

.BAslide {
  position: relative;
  margin: 20px 0;
}
.BAslide::after {
  display: block;
  clear: both;
  content: "";
}
.BAslide .Before {
  float: left;
}
.BAslide .Before .bxslider:before {
  content: "Before";
}
.BAslide .After {
  float: right;
}
.BAslide .After .bxslider:before {
  font-size: 30px;
  content: "After";
}
.BAslide .Before,
.BAslide .After {
  width: 450px;
}

.mw_wp_form_preview .priv-text {
  display: none;
}

.mw_wp_form_preview .priv-text {
  display: none;
}

pre {
  white-space: pre-wrap;
}

.p-filter__block label {
  display: inline-block;
}

.form-Box .none {
  display: none;
}

/* 確認・戻る・送信ボタン */
.bl_form_btn {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-block-start: 40px;
}

/* 確認・送信ボタン */
.bl_form_confirm {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  background-image: url(../images/common/form_to-confirm.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.2s ease 0s;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.bl_form_confirm:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.bl_form_confirm:hover {
  opacity: 0.8;
}

/* 戻るボタン */
.bl_form_back {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  background-image: url(../images/common/form_back.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease 0s;
}
.bl_form_back:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.bl_form_back:hover {
  opacity: 0.8;
}

/* 送信ボタン */
.wpcf7-submit {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  background-image: url(../images/common/form_submit.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease 0s;
}
.wpcf7-submit:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.wpcf7-submit:hover {
  opacity: 0.8;
}

/* 確認画面とメッセージ、スピナーを非表示 */
.bl_formConfirm,
.wpcf7-response-output,
.bl_formConfirm .wpcf7-spinner {
  display: none;
}

/* 送信完了画面 */
.bl_formThanks_ttl,
.bl_formThanks_txt {
  text-align: center;
}

.bl_formThanks_ttl {
  font-size: 24px;
  font-weight: 700;
}

.bl_formThanks_txt {
  margin-block-start: 1em;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: none;
}

.bl_confirm_consent {
  text-align: center;
}

.error_output_form {
  color: #f00;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.wpcf7-list-item {
  margin-left: 0 !important;
  margin-right: 1em !important;
  display: inline-block;
}

.form_tel_area3 {
  margin-top: 0.5em;
}

@media screen and (max-width: 1100px) {
  body:not(.no-rp) .BAslide .Before, body:not(.no-rp) .BAslide .After {
    width: 45%;
  }
}
.BAslide .bxslider {
  position: relative;
}

.BAslide .bxslider:before {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
  display: inline-block;
  color: #ccc;
}

.BAslide .bxslider img {
  width: auto;
  height: auto;
  max-height: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  body:not(.no-rp) .BAslide .bx-wrapper .bx-viewport {
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  body:not(.no-rp) .BAslide .bx-wrapper .bx-viewport {
    height: 100px;
  }
}
@media screen and (max-width: 800px) {
  body:not(.no-rp) .BAslide .bx-wrapper img {
    width: auto;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  body:not(.no-rp) .BAslide .bx-wrapper img {
    height: 100px;
  }
}
.BAslide #bx-pager, .BAslide #bx-pager02 {
  width: 100%;
}

.BAslide #bx-pager a, .BAslide #bx-pager02 a {
  display: inline-block;
  min-width: 98px;
  margin-right: 3px;
  margin-bottom: 5px;
  padding: 3px;
  text-align: center;
  border: 1px solid #ccc;
}

.BAslide #bx-pager img, .BAslide #bx-pager02 img {
  max-height: 60px;
  vertical-align: bottom;
}

.arrow {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  display: inline-block;
  width: 0;
  margin: 0 auto;
  border: 30px solid transparent;
  border-right-width: 0;
  border-left-color: #ccc;
}

.maptext {
  text-align: right;
}

.btn-send {
  text-align: center;
}

/* 【システム pc/sp 共通】 */
.system-contents {
  background: #eeefef;
}

.system-contents-inner {
  background: #fff;
}

/* 【BLOG pc/sp 共通】 */
/* ★ サイドバー 英語の色 */
aside.sidebar .aside-blog-ttl span.en {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1em;
  color: #42AAE1;
}

@media screen and (min-width: 768px), print {
  .sys-btn {
    height: 60px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(135deg, #54c2f0 0%, #1a77bc 50%, #54c2f0 100%);
    background-size: 200% 100%;
    background-position: 0%;
    transition: background-position 0.2s ease 0s;
  }
  .sys-btn:hover {
    background-position: -100%;
    text-decoration: none;
  }
  .sys-btn:hover .sys-btn__arrow {
    transform: translateX(4px);
  }
  .sys-btn__text {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-right: 1em;
  }
  .sys-btn__arrow {
    display: block;
    transition: transform 0.2s ease 0s;
  }
  .sys-btn__arrow > svg {
    display: block;
    width: 15px;
    height: 15px;
  }
  .sys-btn__arrow > svg > use {
    fill: #fff;
  }
  .sys-bread-wrapper {
    margin-top: 55px;
    margin-bottom: 35px;
  }
  .sys-bread-wrapper > .seo_bread_list {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
  }
  .sys-title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 50px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
  }
  .system-sec, .system-article {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .cmp-box {
    width: 1100px;
    margin: 0 auto;
  }
  .borderwrap .cmp-txt {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
  }
  .borderwrap > h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
  }
  .borderwrap > p {
    font-size: 16px;
    line-height: 1.875;
  }
  .borderwrap > p + p {
    margin-top: 0.5em;
  }
  .thanks-to-top {
    width: 360px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .mwform-checkbox-field label, .mwform-radio-field label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px !important;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  /* ★ インクルードのタイトル*/
  .inc-list-ttl {
    font-size: 22px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 40px;
    text-align: center;
  }
  /* ★ 詳細システム枠*/
  .system-contents {
    padding: 32px 30px 39px;
  }
  .system-contents-inner {
    padding: 42px 40px 50px;
    background: #fff;
    margin-bottom: 50px;
  }
  /* ★ gallery*/
  .system-gallery {
    padding: 32px 40px 30px;
    background: #eeefef;
  }
  .system-gallery .sy-gallery-ttl {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
  }
  .gallery-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }
  .gallery-list li {
    font-size: 13px;
    line-height: 1.4;
    position: relative;
    width: 18.4%;
    margin: 12px 2% 0 0;
    text-align: left;
  }
  .gallery-list li:nth-of-type(5n) {
    margin-right: 0;
  }
  .gallery-list li a:hover {
    text-decoration: none;
  }
  .gallery-list li .system-Frame {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 120px;
    margin-bottom: 8px;
    text-align: center;
  }
  .gallery-list li .system-Frame::after {
    position: absolute;
    top: 89px;
    right: 0;
    display: block;
    content: url(../images/common/icon_plus.jpg);
  }
  .gallery-list li .system-Frame img {
    width: 100%;
    height: 120px;
  }
  /* form共通 -------------------------------------*/
  .form-subh {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 103px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: white;
    background-color: #11526F;
    padding-top: 7px;
  }
  .form-wrapper {
    width: 842px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
  }
  .form-notice-list > li {
    font-size: 15px;
    letter-spacing: 0.05em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2.1333333333;
  }
  .form-notice-list > li::before {
    content: "・";
    text-indent: 0;
  }
  .required-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #AD0000;
    color: white;
    height: 21px;
    width: 3em;
    font-size: 80%;
    font-weight: 500;
    text-indent: 0;
    margin-right: 4px;
  }
  /* 確認ボタン */
  .bl_form_confirm {
    width: 390px;
    height: 91px;
  }
  /* 戻るボタン */
  .bl_form_back {
    width: 390px;
    height: 91px;
  }
  /* 送信ボタン */
  .wpcf7-submit {
    width: 390px;
    height: 91px;
  }
  /* 確認ボタン 外枠 */
  /* 戻る・送信ボタン 外枠 */
  .form-kakunin,
  .form-soushin {
    margin-top: 40px;
  }
  .form-kakunin > p,
  .form-soushin > p {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .bl_form {
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .form-Box .form-list {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .form-Box .error {
    margin-top: 0.3em;
    margin-bottom: 1em;
  }
  .form-Box .attention-color {
    color: #f00;
  }
  .form-Box .form-list li {
    margin-bottom: 3px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .form-Box table {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    margin-bottom: 50px;
  }
  .form-Box th {
    width: 30%;
    font-size: 15px;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #707070;
  }
  .form-Box td {
    width: 70%;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #707070;
  }
  .form-Box td img {
    max-width: 100%;
    height: auto;
  }
  .form-Box .from-btn-01 {
    text-align: center;
  }
  .form-Box .from-btn-02 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 680px;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .form-Box .button {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .form-Box .button:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 0.8;
  }
  .form-Box input[type=text], .form-Box input[type=email], .form-Box input[type=tel], .form-Box input[type=date], .form-Box select, .form-Box textarea {
    font-size: 0.875rem;
    box-sizing: border-box;
    padding: 1%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .form-Box textarea {
    width: 100%;
    min-height: 120px;
  }
  .form-Box .form-soushin input:nth-child(1) { /* margin-right: 40px; */ }
  .form-Box .date_time p {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .form-Box .date_time p span {
    width: 26%;
  }
  .form-Box .date_time p span input {
    width: 100%;
  }
  .form-Box .date_time p span:nth-child(1) {
    margin-right: 2%;
  }
  .o-modelhouse-txt {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "NotoSansCJKjp", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .form-Box .o-modelhouse-th {
    width: 50%;
    padding: 23px 40px 25px 40px;
  }
  .form-Box .o-modelhouse-td {
    width: 50%;
  }
  .form-Box .form-soushin input:hover {
    cursor: pointer;
    cursor: hand;
    opacity: 0.8;
  }
  .form-Box .wpcf7-spinner {
    display: block;
    margin: 0 auto;
    margin-top: 24px;
  }
  .form-Box .aida-txt {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 40px;
  }
  .form-Box .f-w {
    width: 100%;
  }
  .tmp-address {
    display: block;
    margin-bottom: -10px;
  }
  .c-form-ttl-box {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 32px;
  }
  .c-form-ttl-box .c-form-txt-1 {
    font-family: "hypatia-sans-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: 63px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .c-form-ttl-box .c-form-txt-2 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
  }
  .c-form-ttl-box .c-form-line {
    width: 46px;
    height: 3px;
    position: absolute;
    background-color: #000000;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .sy-w1100_bg {
    width: 1100px;
    margin: 0 auto;
  }
  .txt-message-02 {
    font-size: 14px;
    text-align: center;
    margin-bottom: -13px;
    margin-top: 48px;
  }
  .form-Box th .essential {
    background: #bb8b3f;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: normal;
    text-align: center;
    color: #fff;
    display: inline-block;
    width: 37px;
    height: 19px;
    border-radius: 5px;
    margin-right: 8px;
    position: relative;
    top: -1.5px;
  }
  .form-Box .none.on {
    display: block;
  }
  .gyoume-wap {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
  }
  .gyoume {
    width: calc(100% - 45px);
    position: relative;
    top: -7px;
  }
  .pp-tac {
    text-align: center;
    margin-top: 16px;
  }
  .required > p::after {
    content: "必須";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #AD0000;
    color: white;
    height: 21px;
    width: 3em;
    font-size: 80%;
    font-weight: 500;
    text-indent: 0;
    margin-left: 4px;
  }
  .priv-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .priv-text {
    overflow-y: scroll;
    height: 250px;
    margin-bottom: 30px;
    padding: 20px;
    border: #ccc solid 1px;
    background: #fff;
  }
  .priv-text .priv-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .priv-text p {
    font-size: 13px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #ccc solid 1px;
  }
  .priv {
    margin-bottom: 30px;
    text-align: center;
  }
  .priv-text .tt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  .btn-item {
    display: inline-block;
  }
  .borderwrap {
    width: 1200px;
    margin: 0 auto 40px;
  }
  .borderwrap .otoiawase {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 10px;
    background: #ccc;
  }
  /* system-common */
  .page-list {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.875em;
    text-align: center;
  }
  .page-list .page-numbers {
    display: inline-block;
    border: #dcdddd 1px solid;
    background: #eeefef;
  }
  .page-list span {
    margin-right: 10px;
    padding: 12px;
    color: #fff;
    background: #231815 !important;
  }
  .page-list a {
    display: inline-block;
    margin-right: 10px;
    padding: 12px;
  }
  .pagen {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .page-navi {
    font-size: 0.875em;
  }
  .page-navi li {
    display: inline-block;
  }
  .page-navi li.active {
    background: #ccc;
  }
  .page-navi a {
    display: inline-block;
    padding: 8px;
  }
  .page-navi a:hover {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
  .page-navi .fast {
    margin-right: 0;
  }
  .page-navi .fast::after {
    display: inline-block;
    margin: 0 5px;
    content: "|";
  }
  .pagen .list {
    float: right;
  }
  .pagen .list a {
    font-size: 0.875em;
    display: inline-block;
    margin: 0 auto;
    padding: 7px 30px;
    text-align: center;
    color: #fff;
    background: #000;
    transition: background-color 0.2s ease 0s;
  }
  .pagen .list a:hover {
    text-decoration: none;
    background: #666;
  }
  .btnArea {
    margin: 50px 0 20px;
    padding: 0;
    text-align: center;
  }
  .btnArea a {
    font-size: 0.875em;
    font-weight: bold;
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 20px 50px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    background: #000;
  }
  .btnArea a:hover {
    text-decoration: none;
    background: #666;
  }
  .btnArea-s {
    text-align: center;
  }
  .btnArea-s a {
    font-size: 0.875em;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 50px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    background: #000;
  }
  .btnArea-s a:hover {
    text-decoration: none;
    background: #666;
  }
  .btnArea-s::after {
    display: block;
    margin-bottom: 100px;
    content: "";
  }
  .borderwrap {
    margin-bottom: 40px;
  }
  .borderwrap p {
    font-size: 0.875em;
    line-height: 1.8;
  }
  .cate-ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .cate-list {
    margin-bottom: 30px;
  }
  .cate-list a {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    background: #000;
  }
  .taxttl {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 20px;
    background: #ccc;
  }
  .systemtab-list {
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .systemtab-list li {
    display: flex;
    flex-basis: 100%;
    margin-bottom: -1px;
    border: #ccc 1px solid;
  }
  .systemtab-list li .systemtab-list-ttl {
    flex-basis: 33%;
    padding: 3%;
    background: #f8f8f8;
  }
  .systemtab-list li p {
    flex-basis: 67%;
    padding: 3%;
    background: #fff;
  }
  .other-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  /* works -------------------------------------*/
  #works .system-sec .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
  }
  #works .system-sec .system-contents-inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  #works .works-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: clamp(60px, (100vw - 1280px) / (640) * 19 + 60px, 79px) clamp(25px, (100vw - 1280px) / (640) * 35 + 25px, 60px);
  }
  #works .works-item {
    width: calc((100% - clamp(25px, (100vw - 1280px) / (640) * 35 + 25px, 60px) * 2) / 3);
  }
  #works .works-item__link {
    display: block;
    transition: opacity 0.2s ease 0s;
  }
  #works .works-item__link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #works .works-item__link:hover .works-item__title {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
  #works .works-item__pic {
    width: 100%;
    aspect-ratio: 460/320;
    margin-bottom: 19px;
  }
  #works .works-item__pic > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  #works .works-item__area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 80px;
    margin-bottom: 15px;
    color: #42AAE1;
    line-height: 1;
    font-size: 13px;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid #42AAE1;
  }
  #works .works-item__title {
    font-size: 16px;
    line-height: 1.6875;
  }
  #works .system-article .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
  }
  #works .system-article .system-contents-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  #works .system-ttl {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #works .system-i-pic {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  #works .system-i-pic > img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  /* faq -------------------------------------*/
  #faq .system-sec {
    background-color: #F5F6F7;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #faq .system-sec .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
  }
  #faq .system-sec .system-contents-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
  }
  #faq .faq-item {
    position: relative;
    background-color: #fff;
    border-bottom: 2px solid #DEE1E3;
  }
  #faq .faq-item + .faq-item {
    margin-top: 18px;
  }
  #faq .faq-item__q {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    min-height: 90px;
    padding-left: 41px;
    padding-right: 80px;
    cursor: pointer;
  }
  #faq .faq-item__q::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 15.6px solid #1A77BC;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    right: 31px;
    bottom: 36px;
    transform-origin: center center;
    transition: transform 0.4s ease 0s;
  }
  #faq .faq-item__q > .faq-icon {
    margin-top: 28px;
  }
  #faq .faq-item__q > .faq-text {
    margin-top: 24px;
    font-size: 21px;
    font-weight: bold;
    line-height: 2;
    flex: 1;
    margin-bottom: 24px;
  }
  #faq .faq-item__q.onOpen::after {
    transform: rotate(180deg);
  }
  #faq .faq-item__a {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    min-height: 90px;
    padding-left: 41px;
    padding-right: 50px;
  }
  #faq .faq-item__a > .faq-icon {
    margin-top: 30px;
  }
  #faq .faq-item__a > .faq-text {
    font-size: 15px;
    line-height: 1.7333333333;
    flex: 1;
    margin-top: 31px;
    margin-bottom: 42px;
  }
  #faq .faq-item__a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 30px;
    margin-right: 30px;
    height: 1px;
    width: auto;
    background-image: repeating-linear-gradient(90deg, #999999, #999999 1px, transparent 1px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 100%;
  }
  #faq .faq-icon {
    display: block;
    width: 40px;
    height: 40px;
  }
  #faq .faq-icon > img {
    display: block;
    max-width: 100%;
  }
  /* blog -------------------------------------*/
  #blog {
    /*blogサイドバー*/
  }
  #blog .system-sec {
    background-color: #F5F6F7;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #blog .system-sec .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
  }
  #blog .system-sec .system-contents-inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
  }
  #blog .mainContents {
    float: right;
    width: 73%;
    position: relative;
    top: 0px;
    background-color: #fff;
    padding: 24px 12px 40px;
  }
  #blog .taxonomy-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }
  #blog .taxonomy-name::before, #blog .taxonomy-name::after {
    content: "";
    display: block;
    flex: 1;
    max-width: 4em;
    height: 1px;
    background-color: #191919;
  }
  #blog .system-list {
    margin-bottom: 50px;
  }
  #blog .system-list:last-child {
    margin-bottom: 0;
  }
  #blog .system-list > li {
    border-bottom: 1px dotted #1a1a1a;
  }
  #blog .system-list > li + li {
    margin-top: 12px;
  }
  #blog .system-list > li > a {
    display: flex;
    gap: 16px;
    padding-bottom: 12px;
  }
  #blog .system-list > li > a:hover {
    text-decoration: none;
  }
  #blog .system-list > li > a:hover:not(:has(.system-category:hover)) .system-ttl-01 {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
    text-decoration-color: inherit;
  }
  #blog .system-list > li > a:hover:not(:has(.system-category:hover)) img {
    opacity: 0.7;
  }
  #blog .system-pic {
    width: 200px;
    aspect-ratio: 13/9;
  }
  #blog .system-pic > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: opacity 0.2s ease 0s;
  }
  #blog .system-pic > img:hover {
    opacity: 1;
  }
  #blog .textbx {
    padding-top: 10px;
  }
  #blog .system-date {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #42AAE1;
  }
  #blog .system-ttl-01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
  }
  #blog .system-category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #blog .system-category > object > a {
    border: 1px solid #191919;
    display: block;
    line-height: 1;
    font-size: 12px;
    padding: 0.5em 1em;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease 0s;
  }
  #blog .system-category > object > a:hover {
    text-decoration: none;
    background-color: rgb(198.0410958904, 229.3835616438, 245.9589041096);
  }
  #blog .system-article {
    background-color: #F5F6F7;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #blog .system-article .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: transparent;
  }
  #blog .system-article .system-contents-inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
  }
  #blog .system-article .pagen {
    width: 95%;
  }
  #blog .system-ttl {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #blog .system-ttl + .system-category {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  #blog .system-ttl + .system-category > object > a {
    font-size: 14px;
  }
  #blog .system-i-pic {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  #blog .system-i-pic > img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #blog aside.sidebar {
    float: left;
    width: 23%;
    position: relative;
    top: -31px;
  }
  #blog aside.sidebar .aside-blog-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  #blog aside.sidebar .aside-blog-ttl span.en {
    font-size: 14px;
  }
  #blog aside.sidebar .aside-blog-ttl span.jp {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }
  #blog aside.sidebar .list-block {
    margin: 20px 0 40px;
  }
  #blog aside.sidebar .list-block ul:not([class]) > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #blog aside.sidebar .list-block .side-blog-new-list li {
    border-bottom: 1px dotted #b2b2b2;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  #blog aside.sidebar .list-block .side-blog-new-list a {
    display: block;
  }
  #blog aside.sidebar .list-block .side-blog-new-list a:hover {
    text-decoration: none;
  }
  #blog aside.sidebar .list-block .side-blog-new-list a:hover > .side-ttl {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
  #blog .side-day {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0.75em;
    color: #42AAE1;
  }
  #blog .side-ttl {
    display: block;
    font-size: 16px;
    line-height: 1.4;
  }
  #blog aside.sidebar .acbox a {
    font-size: 0.875rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
  }
  #blog #sidebar .widget_calendar {
    margin-bottom: 40px;
  }
  #blog table#wp-calendar {
    font-size: 12px;
    width: 100%;
    margin: 5px auto 0 auto;
    margin-bottom: 30px;
    padding: 0;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
  }
  #blog table#wp-calendar caption {
    font-weight: bold;
    width: auto;
    margin: 10px 0 0 0;
    padding: 10px;
    text-align: center;
    border: thin solid #eee;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
  }
  #blog table#wp-calendar #today {
    font-weight: bold;
    z-index: 1;
    display: block;
    background-color: #cef;
  }
  #blog table#wp-calendar .pad {
    font-weight: bold;
    background-color: #eee;
  }
  #blog table#wp-calendar th, #blog table#wp-calendar td {
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
  }
  #blog table#wp-calendar td {
    line-height: 1.8;
    border: thin solid #eee;
    background-color: #fff;
  }
  #blog table#wp-calendar th {
    font-style: normal;
    color: #333;
    border-right: thin solid #eee;
    border-left: thin solid #eee;
    background-color: #f0f0f0;
  }
  #blog table#wp-calendar a {
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
    color: #00a0dd;
  }
	
/* recruit -------------------------------------*/
#recruit .system-list{ width: 1280px;margin: 0 auto;
margin-bottom: 160px;
}
#recruit .system-list li{background: #fff;border: 10px solid #E9E9E9;padding: 40px 50px;margin-bottom: 37px;}
#recruit .system-list li .text-box{width: 580px;float: left;}
#recruit .system-list li .system-pic {width: 360px;aspect-ratio: 3 / 2;overflow: hidden;text-align: center;margin-bottom: 15px;position: relative;float: left;margin-right: 40px;}
#recruit .system-list li .system-pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
#recruit .system-list li .ricon{background: #EB5A23;display: inline-block;padding: 6px 12px;font-size: 14px;color: #fff;border-radius: 6px;margin-bottom: 14px;}
#recruit .system-list li .ricon.icon01{ }
#recruit .system-list li .ricon.icon02{ background: #1C1C1C; }
#recruit .system-list li .system-ttl{text-align: left;font-size: 24px;font-weight: bold;letter-spacing: 1.2px;top: 0;margin-bottom: 15px;}
#recruit .system-list li table {width: 100%;border-top: #D1D1D1 1px solid;font-size: 14px;}
#recruit .system-list li table th{border-bottom: #D1D1D1 1px solid;background: #E9E9E9;text-align: left;padding: 15px 4px 12px 20px;width: 160px;}
#recruit .system-list li table td{border-bottom: #D1D1D1 1px solid;padding: 15px 4px 12px 21px;}
#recruit .system-list li .spt{ display: none;}

#recruit .system-contents{width: 1120px; background: #f8f8f8;padding: 70px 40px;margin: 0 auto 30px;position: relative;}
#recruit .system-contents .system-category-set{margin-top: 0; margin-bottom: 0;}
#recruit .system-contents-inner { background: #fff; padding: 40px 20px}
	#recruit .pagen{width: 1120px;margin: 0 auto 20px;}
#recruit .system-contents .system-date .date-ttl{font-weight: bold;font-size: 16px;float: left;margin-right: 20px;}
#recruit .system-contents .system-date .start_text{display: block;}
#recruit .system-contents .ricon.icon02{ background: #1C1C1C; }
#recruit .system-contents .ricon{background: #EB5A23;display: inline-block;padding: 6px 12px;font-size: 14px;color: #fff;border-radius: 6px;margin-bottom: 14px;}

#recruit .system-contents .titleArea{ margin-bottom: 30px; padding-bottom: 25px; border-bottom: 1px #ccc solid;}
#recruit .system-contents .system-category{ margin-bottom: 20px; font-size: 14px; color: #fff; text-align: center; padding: 8px; width: 20%; float: left; margin-right: 2px;}
#recruit .system-contents .system-ttl{font-size: 28px;font-weight: bold;margin-bottom: 10px;line-height: 1.4;}
#recruit .system-contents .system-txt{ font-size: 16px; margin-bottom: 25px; line-height: 1.4; }
#recruit .system-contents .system-price{ font-size: 16px; line-height: 1.4; }
#recruit .system-contents .system-price span{ font-size: 18px; font-weight: bold; line-height: 1.4; }
#recruit .system-contents .system-icon02 { width: 20%;}
#recruit .system-contents .system-i-pic{text-align: center;margin-bottom: 50px;margin-top: 30px;}
#recruit .system-contents .system-i-pic img{ max-width: 100%; max-height: 600px; width: auto; height: auto; }
#recruit table.system-details { border: 1px solid #dcdddd; margin-bottom: 50px; font-size: 16px; line-height: 1.6; width: 100%;}
#recruit table.system-details th { border: 1px solid #dcdddd; text-align: left; background-color: #eeefef; padding: 20px; vertical-align: top;}
#recruit table.system-details td { border: 1px solid #dcdddd; text-align: left; padding: 20px; vertical-align: top;}
#recruit table.system-details td img { max-width: 100%; height: auto;}
#recruit .system-contents #googlemaps{ height: 500px; border: 1px solid #dcdddd;}
#recruit main #box-01{   margin-bottom: 100px;  }
#recruit main #box-01 .ttl-box{ color: #000000; font-size: 35px; font-weight: 700; letter-spacing: 5.25px; line-height: 35px; text-align: center; background-repeat: no-repeat; background-position: center bottom; padding-bottom: 32px; margin-bottom: 40px; position: relative; }

#recruit .estate-list { display: flex; flex-wrap: wrap; font-size: 14px; line-height: 1.6;}
#recruit .estate-list li{ flex-basis:50%; display: flex; border: #ccc 1px solid; margin-bottom: -1px; }
#recruit .estate-list li .estate-list-ttl{ flex-basis:33%; padding: 5%; background: #f8f8f8; }
#recruit .estate-list li p{ flex-basis:67%;  padding: 5%; background: #fff;}
#recruit .estate-list li:nth-of-type(2n) { margin-left: -1px;}

#recruit .system-contents .job-box{ margin-bottom: 30px; }
#recruit .system-contents .job-box .jobttl{ font-size: 18px; font-weight: bold; margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 10px; }
#recruit .system-contents .job-box .jobtext{ font-size: 16px; line-height: 1.6; margin-bottom: 20px; }
	#recruit .full-width{width: 1120px;margin: 0 auto 100px;}
	#recruit-thanks{margin-bottom: 100px;}
	
}
@media screen and (max-width: 767px) {
  .sys-btn {
    height: 14.4927536232vw;
    border-radius: 241.5458937198vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(135deg, #54c2f0 0%, #1a77bc 50%, #54c2f0 100%);
    background-size: 200% 100%;
    background-position: 0%;
    transition: background-position 0.2s ease 0s;
  }
  .sys-btn:hover {
    background-position: -100%;
    text-decoration: none;
  }
  .sys-btn:hover .sys-btn__arrow {
    transform: translateX(25%);
  }
  .sys-btn__text {
    padding-left: 1em;
    display: block;
    color: white;
    font-size: 3.8647342995vw;
    font-weight: 600;
    line-height: 1;
    margin-right: 1em;
  }
  .sys-btn__arrow {
    display: block;
    transition: transform 0.2s ease 0s;
  }
  .sys-btn__arrow > svg {
    display: block;
    width: 3.6231884058vw;
    height: 3.6231884058vw;
  }
  .sys-btn__arrow > svg > use {
    fill: #fff;
  }
  .sys-bread-wrapper {
    display: none;
  }
  .sys-title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 8.4541062802vw;
    font-size: 9.0579710145vw;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
  }
  .system-sec, .system-article {
    margin-top: 12.077294686vw;
    margin-bottom: 12.077294686vw;
  }
  .cmp-box {
    width: 98vw;
    margin: 0 auto;
  }
  .borderwrap .cmp-txt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
  }
  .borderwrap > h2 {
    font-size: 4.347826087vw;
    font-weight: 500;
  }
  .borderwrap > p {
    font-size: 3.3816425121vw;
    line-height: 1.8;
  }
  .thanks-to-top {
    width: 86.9565217391vw;
    margin-top: 9.6618357488vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* 【共通のシステムcss】 */
  /* ★ インクルードのタイトル*/
  .inc-list-ttl {
    font-size: 4.348vw;
    font-weight: 700;
    margin-top: 9vw;
    margin-bottom: 5.8vw;
    text-align: center;
  }
  /* ★ システム枠*/
  .system-contents {
    margin-bottom: 5vw;
    padding: 4.5vw 4vw 7vw;
  }
  .system-contents-inner {
    padding: 4.5vw 5vw 6.8vw;
  }
  /* ★ ギャラリー */
  .system-gallery {
    padding: 5vw 4vw 2.657vw;
    background: #eeefef;
  }
  .system-gallery .sy-gallery-ttl {
    font-size: 4.831vw;
    font-weight: 700;
    margin-bottom: 2.174vw;
    padding-bottom: 1.5vw;
    text-align: center;
    letter-spacing: 0.3vw;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
  }
  .gallery-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
  }
  .gallery-list li {
    font-size: 2.899vw;
    line-height: 1.4;
    position: relative;
    width: 22.464vw;
    margin: 2.053vw 3.14vw 0 0;
    letter-spacing: 0;
  }
  .gallery-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .gallery-list li a:hover {
    text-decoration: none;
  }
  .gallery-list li .system-Frame {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 17.391vw;
    margin-bottom: 1.57vw;
    text-align: center;
  }
  .gallery-list li .system-Frame::after {
    content: none;
  }
  .gallery-list li .system-Frame img {
    width: 100%;
    height: 17.391vw;
  }
  .gallery-list li .system-Frame::after {
    position: absolute;
    top: 11.836vw;
    right: 0;
    display: block;
    width: 5.5vw;
    height: 5.5vw;
    content: "";
    background-image: url(../images/common/icon_plus.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%;
  }
  .half-form {
    width: 41vw !important;
  }
  .mwform-checkbox-field label, .mwform-radio-field label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 8px !important;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  #main-form {
    margin-bottom: 5vw;
  }
  #main-form h2 {
    font-size: 4.2vw;
    font-weight: bold;
    margin-bottom: 5vw;
    padding: 2vw;
    background: #ccc;
  }
  #form h3 {
    font-size: 3.4vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  #form .list {
    margin-bottom: 4vw;
    color: #666;
  }
  #form .list span {
    color: #f00;
  }
  /* form共通 -------------------------------------*/
  .form-subh {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14.4927536232vw;
    font-size: 5.3140096618vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: white;
    background-color: #11526F;
    padding-top: 0.233em;
  }
  .form-wrapper {
    width: 82.1256038647vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7.2463768116vw;
  }
  .form-notice-list > li {
    font-size: 3.1400966184vw;
    letter-spacing: 0.05em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8461538462;
  }
  .form-notice-list > li::before {
    content: "・";
    text-indent: 0;
  }
  .required-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #AD0000;
    color: white;
    height: 1.75em;
    width: 3em;
    font-size: 80%;
    font-weight: 500;
    text-indent: 0;
    margin-right: 0.33em;
  }
  /* 確認ボタン */
  .bl_form_confirm {
    width: 72.4637681159vw;
    aspect-ratio: 390/91;
  }
  /* 戻るボタン */
  .bl_form_back {
    width: 72.4637681159vw;
    aspect-ratio: 390/91;
  }
  /* 送信ボタン */
  .wpcf7-submit {
    width: 72.4637681159vw;
    aspect-ratio: 390/91;
  }
  /* 確認ボタン 外枠 */
  /* 戻る・送信ボタン 外枠 */
  .form-kakunin,
  .form-soushin {
    margin-top: 7.2463768116vw;
  }
  .form-kakunin > p,
  .form-soushin > p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4.8309178744vw;
  }
  .form-Box {
    line-height: 1.6;
  }
  .form-Box .form-list {
    font-size: 3.4vw;
    margin-bottom: 10%;
  }
  .form-Box .error {
    margin-bottom: 1vw;
  }
  .form-Box .attention-color {
    color: #f00;
  }
  .form-Box .form-list li {
    margin-bottom: 3px;
    padding-left: 1vw;
    text-indent: -1vw;
  }
  .form-Box table {
    font-size: 1.4rem;
    line-height: 1.6;
    width: 100%;
    margin-bottom: 10%;
    border-bottom: 1px solid #dcdddd;
  }
  .form-Box tr {
    margin-bottom: 0 !important;
  }
  .form-Box th {
    display: block;
    width: 100%;
    padding: 3%;
    text-align: left;
    vertical-align: top;
    border: 1px solid #dcdddd;
    background-color: #eeefef;
  }
  .form-Box td {
    display: block;
    width: 100%;
    padding: 7% 3%;
    text-align: left;
    vertical-align: top;
    border: 1px solid #dcdddd;
    border-bottom: 0;
  }
  .form-Box .from-btn-01 {
    text-align: center;
  }
  .form-Box .from-btn-02 {
    margin-top: 10%;
  }
  .form-Box .from-btn-02 p {
    margin-bottom: 3%;
  }
  .form-Box input[type=text], .form-Box input[type=email], .form-Box input[type=tel], .form-Box input[type=date], .form-Box select, .form-Box textarea {
    font-size: 16px !important;
    box-sizing: border-box;
    width: 99%;
    margin-bottom: 2%;
    padding: 2%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .form-Box input.input-txt1 {
    width: 30%;
  }
  .form-Box textarea {
    font-size: 3.4vw;
    line-height: 1.6;
    min-height: 20vw;
  }
  .form-Box select {
    font-size: 3.4vw;
    box-sizing: border-box;
    width: 60%;
    padding: 3% 2% 4%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .form-Box .form-soushin { /* width: 77.295vw; */ }
  .form-Box .wpcf7-spinner {
    display: block;
    margin: 0 auto;
    margin-top: 3.865vw;
  }
  .txt-message-02 {
    font-size: 14px;
    text-align: center;
  }
  .sp-label-block .wpcf7-list-item {
    display: block;
    width: 100%;
  }
  .required > p::after {
    content: "必須";
    color: #f00;
  }
  .priv-title {
    margin-bottom: 4%;
    text-align: center;
  }
  .priv-text {
    overflow-y: scroll;
    height: 60vw;
    margin-bottom: 4vw;
    padding: 4vw;
    border: #ccc solid 1px;
    background: #fff;
  }
  .priv-text .priv-ttl {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2%;
  }
  .priv-text p {
    font-size: 1.3rem;
    margin-bottom: 4%;
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: #ccc solid 1px;
  }
  .priv {
    margin-bottom: 5%;
    text-align: center;
  }
  .priv-text .tt {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  /* system-common */
  .page-list {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 3.4vw;
    margin: 10% 0 20%;
    text-align: center;
  }
  .page-list .page-numbers {
    display: inline-block;
    margin-right: 2vw;
    border: #dcdddd 1px solid;
    background: #eeefef;
  }
  .page-list span {
    margin-right: 2vw;
    padding: 2vw;
    color: #fff;
    background: #231815 !important;
  }
  .page-list a {
    display: inline-block;
    padding: 2vw;
  }
  .pagen {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 4vw 4vw;
    margin-top: 7.2463768116vw;
  }
  .pagen:nth-of-type(1) {
    margin-bottom: 5%;
  }
  .page-navi {
    font-size: 3.4vw;
  }
  .page-navi li {
    display: inline-block;
  }
  .page-navi li.active {
    background: #ccc;
  }
  .page-navi a {
    font-size: 3.4vw;
    display: inline-block;
    padding: 2vw;
  }
  .page-navi .fast {
    margin-right: 0;
  }
  .page-navi .fast::after {
    display: inline-block;
    margin: 0 1vw;
    content: "|";
  }
  .pagen .list {
    float: right;
  }
  .pagen .list a {
    font-size: 3.4vw;
    display: inline-block;
    margin: 0 auto;
    padding: 1vw 4vw;
    text-align: center;
    color: #fff;
    background: #000;
  }
  .pagen .list a:hover {
    text-decoration: none;
    background: #666;
  }
  .btnArea {
    margin: 10% auto;
    padding: 0;
    text-align: center;
  }
  .btnArea a {
    font-size: 3.4vw;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 3vw 5vw;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    background: #000;
  }
  .btnArea-s {
    text-align: center;
  }
  .btnArea-s a {
    font-size: 3.4vw;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
    padding: 3% 10%;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    background: #000;
  }
  .btnArea-s::after {
    display: block;
    margin-bottom: 10%;
    content: "";
  }
  .borderwrap {
    line-height: 1.6;
    width: 94%;
    margin: 0 auto 6vw;
  }
  .borderwrap .otoiawase {
    font-size: 3.865vw;
    font-weight: bold;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    border-bottom: 1px #ccc solid;
  }
  .borderwrap p {
    font-size: 3.382vw;
  }
  .cate-list {
    margin: 0 0 8vw;
  }
  .cate-ttl {
    font-size: 3.4vw;
    font-weight: bold;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #000;
  }
  .cate-list {
    margin-bottom: 4vw;
  }
  .cate-list a {
    display: inline-block;
    margin-right: 3vw;
    padding: 0.4vw 3vw;
    color: #fff;
    background: #000;
  }
  .taxttl {
    font-weight: bold;
    margin-bottom: 3vw;
    padding: 4vw;
    background: #ccc;
  }
  .systemtab-list {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 6vw;
  }
  .systemtab-list li {
    width: 100%;
    margin-bottom: -1px;
    border: #ccc 1px solid;
    border-bottom: none;
  }
  .systemtab-list li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .systemtab-list li .systemtab-list-ttl {
    width: 100%;
    padding: 3%;
    border-bottom: #ccc dotted 1px;
    background: #f8f8f8;
  }
  .systemtab-list li p {
    width: 100%;
    padding: 3%;
    background: #fff;
  }
  .other-ttl {
    font-size: 3.6vw;
    font-weight: bold;
    margin-bottom: 4vw;
    text-align: center;
  }
  /* works -------------------------------------*/
  #works .system-sec .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 3.6231884058vw;
    padding-right: 3.6231884058vw;
    background-color: transparent;
  }
  #works .system-sec .system-contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  #works .works-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 7.2463768116vw 3.6231884058vw;
  }
  #works .works-item {
    width: calc((100% - 3.6231884058vw) / 2);
  }
  #works .works-item__link {
    display: block;
    transition: opacity 0.2s ease 0s;
  }
  #works .works-item__link:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #works .works-item__link:hover .works-item__title {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
  #works .works-item__pic {
    width: 100%;
    aspect-ratio: 460/320;
    margin-bottom: 2.8985507246vw;
  }
  #works .works-item__pic > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  #works .works-item__area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.2801932367vw;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 18.115942029vw;
    margin-bottom: 1.9323671498vw;
    color: #42AAE1;
    line-height: 1;
    font-size: 2.8985507246vw;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid #42AAE1;
  }
  #works .works-item__title {
    font-size: 3.3816425121vw;
    line-height: 1.6875;
  }
  #works .system-article .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 3.6231884058vw;
    padding-right: 3.6231884058vw;
    background-color: transparent;
  }
  #works .system-article .system-contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  #works .system-ttl {
    font-size: 6.7632850242vw;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 4.8309178744vw;
  }
  #works .system-i-pic {
    width: 100%;
    max-width: 193.2367149758vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.6618357488vw;
  }
  #works .system-i-pic > img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 96.6183574879vw;
    margin-left: auto;
    margin-right: auto;
  }
  /* faq -------------------------------------*/
  #faq .system-sec {
    background-color: #F5F6F7;
    margin-bottom: 0;
    padding-top: 9.6618357488vw;
    padding-bottom: 12.077294686vw;
  }
  #faq .system-sec .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 3.6231884058vw;
    padding-right: 3.6231884058vw;
    background-color: transparent;
  }
  #faq .system-sec .system-contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
  }
  #faq .faq-item {
    position: relative;
    background-color: #fff;
    border-bottom: 0.4830917874vw solid #DEE1E3;
  }
  #faq .faq-item + .faq-item {
    margin-top: 2.4154589372vw;
  }
  #faq .faq-item__q {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.690821256vw;
    min-height: 21.7391304348vw;
    padding-left: 2.1739130435vw;
    padding-right: 13.0434782609vw;
    cursor: pointer;
  }
  #faq .faq-item__q::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 3.768115942vw solid #1A77BC;
    border-left: 2.1739130435vw solid transparent;
    border-right: 2.1739130435vw solid transparent;
    right: 5.0724637681vw;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center center;
    transition: transform 0.4s ease 0s;
  }
  #faq .faq-item__q > .faq-icon {
    margin-top: 6.7632850242vw;
  }
  #faq .faq-item__q > .faq-text {
    margin-top: 5.7971014493vw;
    font-size: 4.1062801932vw;
    font-weight: bold;
    line-height: 1.4705882353;
    flex: 1;
    margin-bottom: 5.7971014493vw;
  }
  #faq .faq-item__q.onOpen::after {
    transform: translateY(-50%) rotate(180deg);
  }
  #faq .faq-item__a {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.690821256vw;
    min-height: 21.7391304348vw;
    padding-left: 2.1739130435vw;
    padding-right: 3.1400966184vw;
  }
  #faq .faq-item__a > .faq-icon {
    margin-top: 5.0724637681vw;
  }
  #faq .faq-item__a > .faq-text {
    margin-top: 5.0724637681vw;
    font-size: 3.6231884058vw;
    line-height: 1.7333333333;
    flex: 1;
    margin-bottom: 8.9371980676vw;
  }
  #faq .faq-item__a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 2.6570048309vw;
    margin-right: 2.6570048309vw;
    height: 1px;
    width: auto;
    background-image: repeating-linear-gradient(90deg, #999999, #999999 1px, transparent 1px, transparent 0.9661835749vw);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 100%;
  }
  #faq .faq-icon {
    display: block;
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
  #faq .faq-icon > img {
    display: block;
    max-width: 100%;
  }
  /* blog -------------------------------------*/
  #blog {
    /*blogサイドバー*/
  }
  #blog .system-sec {
    background-color: #F5F6F7;
    margin-bottom: 0;
    padding-top: 3.6231884058vw;
    padding-bottom: 12.077294686vw;
  }
  #blog .system-sec .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 3.6231884058vw;
    padding-right: 3.6231884058vw;
    background-color: transparent;
  }
  #blog .system-sec .system-contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
  }
  #blog .mainContents {
    position: relative;
    background-color: #fff;
    padding: 3.6231884058vw;
  }
  #blog .taxonomy-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin-bottom: 5.7971014493vw;
    font-size: 7.729468599vw;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }
  #blog .taxonomy-name::before, #blog .taxonomy-name::after {
    content: "";
    display: block;
    flex: 1;
    max-width: 4em;
    height: 1px;
    background-color: #191919;
  }
  #blog .system-list {
    margin-bottom: 7.2463768116vw;
  }
  #blog .system-list:last-child {
    margin-bottom: 0;
  }
  #blog .system-list > li {
    border-bottom: 1px dotted #1a1a1a;
  }
  #blog .system-list > li + li {
    margin-top: 3.6231884058vw;
  }
  #blog .system-list > li > a {
    display: flex;
    align-items: flex-start;
    gap: 2.8985507246vw;
    padding-bottom: 3.6231884058vw;
  }
  #blog .system-list > li > a:hover {
    text-decoration: none;
  }
  #blog .system-list > li > a:hover:not(:has(.system-category:hover)) .system-ttl-01 {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
    text-decoration-color: inherit;
  }
  #blog .system-list > li > a:hover:not(:has(.system-category:hover)) img {
    opacity: 0.7;
  }
  #blog .system-pic {
    width: 28.9855072464vw;
    aspect-ratio: 13/9;
  }
  #blog .system-pic > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: opacity 0.2s ease 0s;
  }
  #blog .system-pic > img:hover {
    opacity: 1;
  }
  #blog .textbx {
    flex: 1;
  }
  #blog .system-date {
    font-size: 2.8985507246vw;
    line-height: 1.4;
    margin-bottom: 1.4492753623vw;
    color: #42AAE1;
  }
  #blog .system-ttl-01 {
    font-size: 3.3816425121vw;
    font-weight: 500;
    line-height: 1.6;
  }
  #blog .system-category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.4492753623vw;
    flex-wrap: wrap;
    margin-top: 2.8985507246vw;
  }
  #blog .system-category > object > a {
    border: 1px solid #191919;
    display: block;
    line-height: 1;
    font-size: 2.4154589372vw;
    padding: 0.5em 1em;
    letter-spacing: 0.05em;
    transition: background-color 0.2s ease 0s;
  }
  #blog .system-category > object > a:hover {
    text-decoration: none;
    background-color: rgb(198.0410958904, 229.3835616438, 245.9589041096);
  }
  #blog .system-article {
    background-color: #F5F6F7;
    margin-bottom: 0;
    padding-top: 3.6231884058vw;
    padding-bottom: 12.077294686vw;
  }
  #blog .system-article .system-contents {
    margin-bottom: 0;
    padding: 0;
    padding-left: 3.6231884058vw;
    padding-right: 3.6231884058vw;
    background-color: transparent;
  }
  #blog .system-article .system-contents-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
  }
  #blog .system-article .system-date {
    font-size: 3.3816425121vw;
  }
  #blog .system-ttl {
    font-size: 7.6086956522vw;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5.4347826087vw;
  }
  #blog .system-ttl + .system-category {
    margin-top: -1.8115942029vw;
    margin-bottom: 5.4347826087vw;
  }
  #blog .system-ttl + .system-category > object > a {
    font-size: 2.8985507246vw;
  }
  #blog .system-i-pic {
    width: 100%;
    max-width: 193.2367149758vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.6618357488vw;
  }
  #blog .system-i-pic > img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 96.6183574879vw;
    margin-left: auto;
    margin-right: auto;
  }
  #blog aside.sidebar {
    margin-top: 7.2463768116vw;
    width: 86.9565217391vw;
    margin-left: auto;
    margin-right: auto;
  }
  #blog aside.sidebar .aside-blog-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4.8309178744vw;
    padding-bottom: 2.4154589372vw;
    border-bottom: 1px solid #ccc;
  }
  #blog aside.sidebar .aside-blog-ttl span.en {
    font-size: 2.8985507246vw;
  }
  #blog aside.sidebar .aside-blog-ttl span.jp {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3.8647342995vw;
    font-weight: 500;
    line-height: 1;
  }
  #blog aside.sidebar .list-block {
    margin: 3.8647342995vw 0 7.729468599vw;
  }
  #blog aside.sidebar .list-block ul:not([class]) > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #blog aside.sidebar .list-block:last-child {
    margin-bottom: 0;
  }
  #blog aside.sidebar .list-block .side-blog-new-list li {
    border-bottom: 1px dotted #b2b2b2;
    padding-bottom: 1.9323671498vw;
    margin-bottom: 1.9323671498vw;
  }
  #blog aside.sidebar .list-block .side-blog-new-list a {
    display: block;
  }
  #blog aside.sidebar .list-block .side-blog-new-list a:hover {
    text-decoration: none;
  }
  #blog aside.sidebar .list-block .side-blog-new-list a:hover > .side-ttl {
    text-decoration: underline;
    text-underline-offset: 0.25em;
    text-decoration-thickness: 1px;
  }
  #blog .side-day {
    display: block;
    font-size: 2.8985507246vw;
    line-height: 1;
    margin-bottom: 0.75em;
    color: #42AAE1;
  }
  #blog .side-ttl {
    display: block;
    font-size: 3.3816425121vw;
    line-height: 1.4;
  }
  #blog aside.sidebar .acbox a {
    font-size: 0.875rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 3.6231884058vw !important;
    padding-bottom: 3.6231884058vw;
    border-bottom: 1px dotted #ddd;
  }
  #blog #sidebar .widget_calendar {
    margin-bottom: 7.2463768116vw;
  }
  #blog table#wp-calendar {
    font-size: 2.8985507246vw;
    width: 100%;
    margin: 1.2077294686vw auto 0 auto;
    margin-bottom: 7.2463768116vw;
    padding: 0;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
  }
  #blog table#wp-calendar caption {
    font-weight: bold;
    width: auto;
    margin: 2.4154589372vw 0 0 0;
    padding: 2.4154589372vw;
    text-align: center;
    border: thin solid #eee;
    border-radius: 0.7246376812vw 0.7246376812vw 0 0;
    background-color: #fff;
  }
  #blog table#wp-calendar #today {
    font-weight: bold;
    z-index: 1;
    display: block;
    background-color: #cef;
  }
  #blog table#wp-calendar .pad {
    font-weight: bold;
    background-color: #eee;
  }
  #blog table#wp-calendar th, #blog table#wp-calendar td {
    padding: 1.690821256vw 0;
    text-align: center;
    vertical-align: middle;
  }
  #blog table#wp-calendar td {
    line-height: 1.8;
    border: thin solid #eee;
    background-color: #fff;
  }
  #blog table#wp-calendar th {
    font-style: normal;
    color: #333;
    border-right: thin solid #eee;
    border-left: thin solid #eee;
    background-color: #f0f0f0;
  }
  #blog table#wp-calendar a {
    font-size: 2.8985507246vw;
    padding: 0;
    text-decoration: underline;
    color: #00a0dd;
  }
	
/* recruit -------------------------------------*/

	#recruit{margin-bottom: 20vw;}
#recruit .system-list{margin: 9vw 3vw 3vw;}
#recruit .system-list li{background: #fff;border: 1.42vw solid #E9E9E9;padding: 3.66vw 3.08vw;margin-bottom: 8.94vw;}
#recruit .system-list li .text-box{ width: 35vw; float: left; margin-bottom: 2.6vw; }
#recruit .system-list li .system-pic {aspect-ratio: 3 / 2;overflow: hidden;text-align: center;margin-bottom: 3.62vw;position: relative;margin-right: 3.86vw;width: 39.8vw;float: left;}
#recruit .system-list li .system-pic img { width: 100%; height: 100%; object-fit: cover; display: block; }
#recruit .system-list li .ricon{background: #EB5A23;display: inline-block;padding: 1.45vw 2.9vw;font-size: 3.38vw;color: #fff;border-radius: 1.45vw;margin-bottom: 1.38vw;}
#recruit .system-list li .ricon.icon01{ }
#recruit .ricon.icon02{ background: #1C1C1C!important; }
#recruit .system-list li .ricon.icon02{ background: #1C1C1C; }
#recruit .system-list li .system-ttl{text-align: left;font-size: 3.86vw;font-weight: bold;letter-spacing: 0.29vw;top: 0;margin-bottom: 3.62vw;margin: 0;}
#recruit .system-list li .system-ttl span{  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
#recruit .system-list li table {width: 100%;border-top: #D1D1D1 0.24vw solid;font-size: 3.14vw;}
#recruit .system-list li table th{border-bottom: #D1D1D1 0.24vw solid;background: #E9E9E9;text-align: left;padding: 3.62vw 0.97vw 2.9vw 3.83vw;width: 24vw;}
#recruit .system-list li table td{border-bottom: #D1D1D1 0.24vw solid;padding: 3.62vw 0.97vw 2.9vw 4.07vw;}
#recruit .system-list li .pct{ display: none;}



#recruit .system-contents .system-date .date-ttl{font-weight: bold;font-size: 3.2vw;}
#recruit .system-contents .system-date .start_text{display: block;}


#recruit .system-information { border-bottom: 0.2vw solid #eee; padding-bottom: 3vw; margin-bottom: 3vw;}
#recruit .system-txt{ font-size:  3.8vw; margin-bottom: 5vw; line-height: 1.4; }
#recruit .system-coment{ font-size: 3.2vw; margin-bottom: 5vw; line-height: 1.4; word-break : break-all; }
#recruit .system-coment span{ font-size: 4.8vw; font-weight: bold;display: inline-block; margin-top: 2vw;}
#recruit .system-ttl-01{font-size: 3.6vw;font-weight: bold;line-height: 1.4;}
#recruit .system-category-set { margin-bottom: 8vw;margin-top: -8vw;}
#recruit .system-category{ margin-bottom: 0.2vw; font-size: 3.2vw; font-weight: bold; color: #fff; text-align: center; padding: 2vw; background-color: #ccc;}
#recruit .serchcategory{ margin: 0 3vw 10vw;}
#recruit .serchcategory .icon { display: inline-block;margin-right: 1vw;margin-bottom: 3vw;font-size: 3.2vw;color: #fff;text-align: center;padding: 4.5vw 3vw; }
#recruit .system-category1{margin-bottom: 10vw; font-size: 3.6vw; font-weight: bold; color: #fff; text-align: center; padding: 1vw 3vw; background-color: #ccc; position: relative;}
#recruit .system-icon02 span { display: block; padding: 3vw; background: #ccc; font-size: 3.4vw; margin-bottom: 5vw; }
#recruit .system-contents{background: #fff;padding: 10vw 4vw 4vw;/* margin: 0 3vw 4vw; */position: relative;}
#recruit .system-contents-inner { background: #fff; padding: 5vw 3vw;}
#recruit .system-contents .system-date{margin-bottom: 5vw;font-size: 3.2vw;line-height: 1.4;}
#recruit .system-contents .system-date::before{ content: none; }
#recruit .system-contents .titleArea{ margin-bottom: 4vw; padding-bottom: 3vw; border-bottom: 0.2vw #ccc solid;}
#recruit .system-contents .system-category{ margin-bottom: 0.2vw; font-size: 3.2vw; color: #fff; text-align: center; padding: 4vw 3vw; width: 100%;}
#recruit .system-contents .system-category-set { margin-bottom: 5vw; margin-top: 0;}
#recruit .system-contents .system-ttl{font-size: 5.2vw;font-weight: bold;margin-bottom: 2.1vw;line-height: 1.6;}
#recruit .system-contents .system-price{ font-size: 3.2vw; line-height: 1.4; word-break : break-all; }
#recruit .system-contents .system-price span{ font-size: 6vw; font-weight: bold; line-height: 1.4; }
#recruit .system-contents .system-icon02 { width: 100%;}
#recruit .system-contents .system-i-pic{ text-align: center; margin-bottom: 3vw; }
#recruit .system-contents .system-i-pic img{ max-width: 100%; height: auto; }

#recruit .system-contents .job-box{ margin-bottom: 30px; }
#recruit .system-contents .job-box .jobttl{ font-size: 3.2vw; font-weight: bold; margin-bottom: 2vw; border-bottom: 0.2vw solid #ccc; padding-bottom: 2vw; }
#recruit .system-contents .job-box .jobtext{ font-size: 3.2vw; line-height: 1.6; margin-bottom: 2vw; }

#recruit table.system-details { border-bottom: 0.2vw solid #dcdddd; margin-bottom: 10vw; font-size: 3.2vw; line-height: 1.6;}
#recruit table.system-details th { display: block; border: 0.2vw solid #dcdddd; text-align: left; width: 100%; background-color: #eeefef; padding: 3vw; vertical-align: top;}
#recruit table.system-details td { display: block; border: 0.2vw solid #dcdddd; border-bottom: 0; text-align: left; width: 100%; padding: 3vw; vertical-align: top; }
#recruit table.system-details td img { max-width: 100%; height: auto;}
#recruit .system-contents #googlemaps{ height: 43vw; border: 0.2vw solid #dcdddd;}
#recruit main #box-01{ margin-bottom: 10vw;}
#recruit main #box-01 .ttl-box{ color: #000000; font-size: 4.348vw; font-weight: 700; letter-spacing: 0.785vw; line-height: 8.454vw; text-align: center; background-image: url(../images/sale/line-01.png); background-repeat: no-repeat; background-position: center bottom; background-size: 160vw; padding-bottom: 3.382vw; margin-bottom: 5.797vw; position: relative;}
#recruit main #box-01 .ttl-box .deco-point{ position: absolute; top: -5.797vw; left: 4.348vw; width: 19vw; }
#recruit main #box-01 .system-gallery02{ display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#recruit main #box-01 .system-gallery02 li{ width: 48.5vw; margin-right: 3vw; margin-bottom: 3vw; position: relative;}
#recruit main #box-01 .system-gallery02 li:nth-child(2n){margin-right: 0;}
#recruit main #box-01 .system-gallery02 .system-gallery02-pic-box{width: 100%;margin-bottom: 1.932vw;}
#recruit main #box-01 .system-gallery02 .system-gallery02-pic-box img{width: 100%; height: 28.986vw;}
#recruit main #box-01 .system-gallery02 .system-gallery02-txt2{ color: #000000; font-size: 3.382vw; font-weight: 700; letter-spacing: normal; line-height: 1.6; }
#recruit main #box-01 .num{ width: 11.594vw; height: 10.145vw; background-color: #ffffff; position: absolute; top: 0; left: 0; color: #000000; font-size: 5.314vw; font-weight: 700; letter-spacing: normal; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;-webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
#recruit main #box-01 .system-gallery02{}

#recruit .estate-list { font-size: 3.2vw; line-height: 1.6;}
#recruit .estate-list li{ width: 100%; border: #ccc 0.2vw solid; margin-bottom: -0.2vw;border-bottom: none; }
#recruit .estate-list li:last-child{ border-bottom: 0.2vw solid #ccc;}
#recruit .estate-list li .estate-list-ttl{ border-bottom: #ccc dotted 0.2vw;  width: 100%; padding: 3vw; background: #f8f8f8; }
#recruit .estate-list li p{ width: 100%; padding: 3vw; background: #fff;}


#recruit .system-contents .ricon {display: inline-block;font-size: 3.38vw;font-weight: bold;color: #fff;text-align: center;padding: 0.42vw 4.83vw;position: absolute;z-index: 3;top: 0;left: 4vw;background: #EB5A23;border-radius: 1vw;}
	
	#recruit-thanks{margin-bottom: 10vw;}
	
}