@charset "UTF-8";
:root {
  --main-button-color: #0067db;
  --main-button-hover-color: #005dc5;
  --main-heading-color: #191970;
}

body.luxe {
  --main-button-color: #bca887;
  --main-button-hover-color: #eddcbe;
  --main-heading-color: #694d1e;
}

/*-------------------------------------
  トップページ
--------------------------------------*/
#top {
  /* Xアイコンにカスタム画像を設定 */
  /* Facebookアイコンにカスタム画像を設定 */
  /* LinkedInアイコンにカスタム画像を設定 */
  /* linkCopyアイコンにカスタム画像を設定 */
}
#top h2 {
  opacity: 0;
  position: relative;
  top: 80px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #top h2 {
    font-size: 21px;
  }
}
#top section {
  padding: 50px 0 80px;
}
#top section > div .txt {
  opacity: 0;
  position: relative;
  top: 80px;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: pre-line;
}
#top section > div .txt b {
  color: #3101b4;
}
#top section > div .youtube {
  margin-top: 71px;
  text-align: center;
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top section > div .youtube {
    width: 100%;
    padding-top: 56.25%;
  }
  #top section > div .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
#top #luxe_link {
  background: url(/images/luxe/top/luxe_banner_background.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}
#top #luxe_link a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  font-family: "ivyjournal", "Noto Serif JP", sans-serif;
  font-style: italic;
  gap: 6px 16px;
  transition: all 0.2s linear;
}
#top #luxe_link a:hover {
  background-color: rgba(255, 255, 255, 0.1333333333);
}
#top.ja #luxe_link .title {
  letter-spacing: 2px;
}
#top #pref_link {
  background: linear-gradient(to bottom, #ffffff 50%, #e8efff 100%);
}
#top #pref_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  gap: 10px;
  margin: 0 auto;
  opacity: 0;
}
#top #pref_link ul li {
  text-align: center;
  transition: all 0.2s linear;
  transform: scale(0.95);
  opacity: 0.8;
}
#top #pref_link ul li:hover {
  transform: scale(1);
  opacity: 1;
}
#top #pref_link ul li img {
  border-radius: 15px;
  width: 266px;
  transition: opacity 0.5s linear;
}
#top #pref_link ul li p {
  margin-top: 8px;
  font-size: 18px;
  color: #353535;
}
@media screen and (max-width: 767px) {
  #top #pref_link ul li {
    width: 44%;
  }
  #top #pref_link ul li img {
    width: 100%;
  }
}
#top .description3 > div {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 13px;
}
#top .description3 > div:first-child {
  margin-top: 20px;
}
#top .description3 > div:last-child {
  margin-bottom: 20px;
}
#top .description3 > div:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#top #sec_quarantine-japan {
  background: aliceblue;
  text-align: center;
}
#top #sec_quarantine-japan .link {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #top #sec_quarantine-japan .link {
    font-size: 13px;
  }
}
#top #sec_quarantine-japan a:hover div {
  opacity: 0.7;
}
#top #sec_quarantine-japan img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #top #sec_quarantine-japan img {
    width: 768px;
  }
}
#top.ja #sec_quarantine-japan {
  display: none;
}
#top section#partner {
  padding: 0px 0 30px;
}
#top section#partner h2 {
  opacity: 1;
  top: 0px;
  margin-bottom: 12px;
}
#top section#partner #banners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#top section#partner #banners a {
  margin: 0 15px 14px;
}
#top section#partner #banners a.bordered {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  padding: 6px 10px;
  box-shadow: 1px 1px 3px rgba(153, 153, 153, 0.6);
}
#top section#partner #banners a:hover {
  opacity: 0.7;
}
#top section#partner #banners a img {
  height: 50px;
}
#top section#partner #banners a img.kobe {
  height: 100px;
}
#top section#partner #banners img.ithinkrent {
  height: 63px;
}
#top section#partner #banners img.sbps {
  width: 260px;
}
#top section#partner #banners .partners_logo {
  height: 50px;
  margin: 0 15px 14px;
}
#top section#partner #banners img.partner-lg {
  height: 100px;
}
#top section#partner #banners img.partner-lg2 {
  height: 100px;
}
@media (min-width: 769px) {
  #top section#partner #banners .break {
    flex-basis: 100%;
    height: 24px;
  }
}
@media (max-width: 768px) {
  #top section#partner #banners .partners_logo {
    display: block;
    margin: 0 auto 20px;
  }
}
#top #banner_list {
  position: relative;
  width: 100%;
  background: #ffffff;
}
#top #banner_list #banner_list_innner {
  opacity: 0;
  overflow: hidden;
}
#top #banner_list .banner_scroll {
  display: flex;
  gap: 4vw;
  align-items: center;
  width: fit-content;
}
#top #banner_list .banner_scroll > div {
  min-width: 100px;
  text-align: center;
}
#top #banner_list .banner_scroll img {
  max-width: 180px;
  max-height: 160px;
}
#top #banner_list::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.1) 2%, rgba(255, 255, 255, 0) 3%, rgba(255, 255, 255, 0) 97%, rgba(255, 255, 255, 0.1) 98%, rgba(255, 255, 255, 0.3) 99%, rgba(255, 255, 255, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top .share_with {
  text-align: center;
  margin-top: 1px;
  font-weight: 500;
  font-size: 26px;
  background-color: #fff;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #top .share_with {
    font-size: 21px;
  }
}
#top .sns_icons {
  display: flex; /* アイコンを横並びに */
  justify-content: center; /* アイコンを中央寄せ */
  align-items: center; /* アイコンを垂直方向で中央寄せ */
  margin-top: 27px;
  margin-bottom: 40px; /* フッターとの間に余白を追加 */
  gap: 15px; /* アイコン間の余白を追加 */
}
#top .sns_icons a {
  display: inline-block;
  width: 40px; /* アイコンの幅 */
  height: 40px; /* アイコンの高さ */
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0; /* アイコンが縮まないように設定 */
  transition: box-shadow 0.3s ease;
}
#top .sns_icons a.X-link {
  background-image: url("/images/portal/portal_common/x.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#top .sns_icons a.facebook-link {
  background-image: url("/images/portal/portal_common/Facebook.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#top .sns_icons a.linkedin-link {
  background-image: url("/images/portal/portal_common/LinkedIn.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#top .sns_icons a.linkCopy {
  background-image: url("/images/portal/portal_common/LinkCopy.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#top .top-properties-section .text_box {
  font-size: 13.4px;
  color: black;
  margin-top: 8px;
}
#top .top-properties-section .img_media {
  border-radius: 12px;
  background-size: cover;
  aspect-ratio: 16/9;
}

#top #sec_01 {
  background: #d3e7fc;
  background: -moz-linear-gradient(top, #feffff 0%, #d3e7fc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #feffff 0%, #d3e7fc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #feffff 0%, #d3e7fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  overflow: hidden;
}

#top #sec_03 {
  background: #dfdfdf;
  background: linear-gradient(to bottom, #ffffff 50%, #dfdfdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #top.ja #sec_01 .txt {
    font-size: 16px;
    font-size: 1.6rem;
    white-space: pre-line;
  }
  #top.en #sec_01 .txt {
    font-size: 15px;
    font-size: 1.5rem;
    white-space: pre-line;
  }
}
#top #sec_02 .container {
  margin-bottom: 50px;
}

#top #sec_02 .txt {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  #top.ja #sec_02 .txt {
    font-size: 16px;
    font-size: 1.6rem;
    white-space: pre-line;
  }
  #top.en #sec_02 .txt {
    font-size: 15px;
    font-size: 1.8rem;
    white-space: pre-line;
  }
}
body#top .card_list {
  margin-top: 50px;
  opacity: 0;
}
body#top .card_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
body#top .card_list li {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  -webkit-perspective: 1000;
}
@media screen and (min-width: 768px) {
  body#top .card_list li {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  body#top .card_list li {
    width: 32%;
  }
}
body#top .card_list li.back .card_front {
  -webkit-transform: rotateY(180deg);
  z-index: 1;
}
body#top .card_list li.back .card_back {
  -webkit-transform: rotateY(0deg);
  z-index: 2;
}
body#top .card_list .card_item {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  /*     pointer-events: none; */
}
body#top .card_list .card_front {
  position: relative;
  text-align: center;
  z-index: 2;
  background-color: #000;
  -webkit-backface-visibility: hidden;
}
body#top .card_list .card_back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: 2px 2px 2px #fff;
  border: 2px solid #676767;
  background-color: #ffffff;
  color: #676767;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
}
@media screen and (min-width: 1200px) {
  body#top .card_list .card_back {
    font-size: 14px;
  }
}
body#top .card_list .card_item img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
body#top .card_list .card_front h3 {
  position: absolute;
  display: inline-table;
  padding: 4px 8px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  font-size: 18px;
  color: #fff;
}
body#top .card_list .card_back img {
  opacity: 0.18;
  -webkit-transform: rotateY(180deg);
}
body#top .card_list .details {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  font-size: 13px;
  padding: 0 7px;
}
body#top .card_list .details h3 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  color: #676767;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body#top .card_list .details {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  body#top .card_list .details {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  body#top .card_list .details {
    font-size: 11px;
  }
}
body#top .card_list a {
  position: absolute;
  bottom: 16px;
  width: 100px;
  text-align: center;
  padding: 3px;
  color: #fff;
  opacity: 0.7;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  body#top .card_list a {
    bottom: 7px;
  }
}
body#top .card_list .notice {
  text-align: right;
  font-size: 11px;
  margin-bottom: 10px;
}

/*-------------------------------------
  ご利用にあたって
--------------------------------------*/
#approach .heading_01 {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #approach .heading_01 {
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
#approach .online_booking {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 8px;
}
#approach .online_booking.blue {
  background: var(--main-button-color);
}
#approach .online_booking.gray {
  background: #999;
  margin-left: 4px;
}

#approach .online_booking_luxe {
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 9999px;
}
#approach .online_booking_luxe.gray {
  background: #999;
  margin-left: 4px;
}

#approach .how_to_images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#approach .how_to_images img {
  margin-bottom: 30px;
}
#approach .how_to_images img.image1,
#approach .how_to_images img.image3 {
  width: 100%;
  height: auto;
}
#approach .how_to_images img.image2 {
  width: 70%;
}
@media screen and (max-width: 992px) {
  #approach .how_to_images img.image2 {
    width: 100%;
  }
}
#approach .how_to_images img.image2_luxe {
  width: 90%;
}
@media screen and (max-width: 992px) {
  #approach .how_to_images img.image2_luxe {
    width: 100%;
  }
}

#approach section {
  margin-bottom: 30px;
}

#approach #sec_01 .box_01 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #approach #sec_01 .box_01 {
    margin-bottom: 30px;
  }
}
#approach #sec_01 .box_01:last-child {
  margin-bottom: 0;
}

#approach.ja #sec_01 .box_01 .ttl_01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

#approach.en #sec_01 .box_01 .ttl_01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #approach.ja #sec_01 .box_01 .ttl_01 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
  }
  #approach.en #sec_01 .box_01 .ttl_01 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 10px;
  }
}
#approach #sec_01 .box_01 .txt_02 {
  font-size: 14px;
  font-size: 1.4rem;
}

#approach #sec_01 .box_01 .txt_02 .list_01 {
  padding-left: 25px;
}

#approach #sec_01 .box_01 .txt_02 .list_01 > li span {
  display: inline-block;
  width: 21px;
  margin-left: -25px;
}

#approach #sec_01 .box_01 .txt_02 .list_01 > li p {
  display: inline;
}

#approach #sec_01 .box_01 .txt_02 .list_02 {
  padding-left: 1.5em;
}

#approach #sec_01 .box_01 .txt_02 .list_02 > li span {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

#approach #sec_01 .box_01 .txt_02 .list_02 > li p {
  display: inline;
}

#approach #sec_02 .box_warp_01 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #approach #sec_02 .box_warp_01 {
    margin-bottom: 30px;
  }
}
#approach #sec_02 .box_warp_01:last-child {
  margin-bottom: 0;
}

#approach.ja #sec_02 .box_warp_01 .ttl_01 {
  color: var(--main-heading-color);
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

#approach.en #sec_02 .box_warp_01 .ttl_01 {
  color: var(--main-heading-color);
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #approach.ja #sec_02 .box_warp_01 .ttl_01 {
    line-height: 1;
    margin-bottom: 10px;
  }
  #approach.en #sec_02 .box_warp_01 .ttl_01 {
    line-height: 1;
    margin-bottom: 10px;
  }
}
#approach.ja #sec_02 .box_warp_01 .ttl_02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

#approach.en #sec_02 .box_warp_01 .ttl_02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #approach.ja #sec_02 .box_warp_01 .ttl_02 {
    line-height: 1;
    margin-bottom: 5px;
  }
  #approach.en #sec_02 .box_warp_01 .ttl_02 {
    line-height: 1;
    margin-bottom: 5px;
  }
}
#approach #sec_02 .box_warp_01 .txt_02 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #approach #sec_02 .box_warp_01 .txt_02 {
    margin-bottom: 20px;
  }
}
#approach #sec_02 .box_warp_01 .txt_02 p.notes {
  padding-left: 1.5em;
}

#approach #sec_02 .box_warp_01 .txt_02 p.notes span {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

#approach #sec_02 .box_warp_01 .list_01 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 2em;
  margin-bottom: 15px;
}

#approach #sec_02 .box_warp_01 .list_01:last-child {
  margin-bottom: 0;
}

#approach #sec_02 .box_warp_01 .list_01 span {
  display: inline-block;
  width: 1.8em;
  margin-left: -2em;
}

#approach #sec_02 .box_warp_01 .list_01 p,
#approach #sec_02 .box_warp_01 .list_01 p {
  display: inline;
}

#approach #steps .box_01 {
  padding: 20px;
}
#approach #steps dl {
  display: flex;
  flex-wrap: wrap;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #999;
  padding: 10px;
}
#approach #steps dl:last-child {
  border-bottom: 1px solid #999;
}
#approach #steps dt {
  display: flex;
  width: 300px;
}
#approach #steps dt span:first-child {
  color: #000087;
  font-weight: bold;
  width: 83px;
  display: inline-block;
}
#approach #steps dt span:nth-child(2) {
  width: calc(100% - 85px);
}
#approach #steps dd {
  width: calc(100% - 300px);
  font-size: 14px;
}
#approach #steps .ja_list {
  display: flex;
  align-items: stretch;
}
#approach #steps .ja_list .title dl {
  padding-right: 0;
  background-color: #e1e1e1;
}
#approach #steps .ja_list dl.body {
  border-left-width: 0;
  flex-grow: 1;
}
#approach #steps .ja_list dl.body dd {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  #approach #steps dl {
    flex-direction: column;
  }
  #approach #steps dl dt {
    width: 100%;
  }
  #approach #steps dl dd {
    width: 100%;
  }
  #approach #steps .ja_list {
    flex-direction: column;
  }
  #approach #steps .ja_list dl.body {
    border-top-width: 0;
    border-left-width: 1px;
  }
}

#steps .box_01 dl.step3 {
  border-bottom: 2px solid #999 !important;
}

.step-note {
  text-align: right;
  font-size: 0.85em;
  color: #555;
}

#steps .box_01.note {
  padding-top: 0px !important;
  position: relative;
  top: -10px;
}

/*-------------------------------------
  利用規約、個人情報保護方針
--------------------------------------*/
#privacypolicy #contents,
#termsofservice #contents {
  font-size: 14px;
}
#privacypolicy #contents h3,
#termsofservice #contents h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
#privacypolicy #contents h4,
#termsofservice #contents h4 {
  margin-top: 14px;
  margin-bottom: 6px;
}
#privacypolicy #contents p,
#termsofservice #contents p {
  text-indent: 1em;
}
#privacypolicy #contents a,
#termsofservice #contents a {
  text-decoration: underline;
  color: #0001ff;
  word-break: break-all;
}
#privacypolicy #contents ol,
#termsofservice #contents ol {
  counter-reset: liNum;
  list-style: none;
  margin-top: 5px;
  margin-left: 18px;
}
@media (max-width: 768px) {
  #privacypolicy #contents ol,
  #termsofservice #contents ol {
    margin-left: 0px;
  }
}
#privacypolicy #contents ol li,
#termsofservice #contents ol li {
  position: relative;
  padding-left: 38px;
}
@media (max-width: 768px) {
  #privacypolicy #contents ol li,
  #termsofservice #contents ol li {
    padding-left: 28px;
  }
}
#privacypolicy #contents ol li:before,
#termsofservice #contents ol li:before {
  counter-increment: liNum;
  content: "(" counter(liNum) ") ";
  position: absolute;
  left: 0;
  top: 0;
}
#privacypolicy #contents .end,
#termsofservice #contents .end {
  margin-top: 10px;
  text-align: right;
}
#privacypolicy #contents .version,
#termsofservice #contents .version {
  margin-top: 20px;
}

#privacypolicy #contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
#privacypolicy #contents li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}
#privacypolicy #contents p + li {
  margin-top: 10px;
}
#privacypolicy #contents table {
  width: 768px;
  margin: 10px auto;
}
@media (max-width: 991px) {
  #privacypolicy #contents table {
    width: 100%;
  }
}
#privacypolicy #contents table td {
  border: 1px solid #999;
  padding: 2px 4px;
}
#privacypolicy #contents table td:nth-child(1) {
  width: 60%;
}
#privacypolicy #contents a.external {
  margin-left: 20px;
}
@media (max-width: 991px) {
  #privacypolicy #contents a.external {
    margin-left: 0px;
  }
}

/*-------------------------------------
  会社概要
--------------------------------------*/
#aboutus .heading_01 {
  line-height: 1.2;
  margin-bottom: 10px;
}

#aboutus .heading_01 span {
  display: block;
}

@media screen and (min-width: 768px) {
  #aboutus .heading_01 {
    line-height: 1;
    margin-bottom: 30px;
  }
  #aboutus .heading_01 span {
    display: inline-block;
    margin-left: 10px;
  }
}
#aboutus #sec_01 .box_01 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

#aboutus #sec_01 .box_01 p {
  margin-bottom: 15px;
}

#aboutus #sec_01 .box_01 p:last-child {
  margin-bottom: 0;
}

#aboutus #sec_01 .box_01 p.no_bottom,
#aboutus #sec_01 .box_01 p.no_bottom {
  margin-bottom: 0;
}

#aboutus #sec_01 .box_01 .list_01 {
  padding-left: 1.5em;
}

#aboutus #sec_01 .box_01 .list_01 span {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

#aboutus #sec_01 .box_01 .list_01 p {
  display: inline;
}

#aboutus #sec_01 .box_02 .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #aboutus #sec_01 .box_02 .ttl {
    margin-bottom: 15px;
  }
}
#aboutus a.button {
  display: inline-block;
  color: #fff;
  padding: 4px 14px;
  border-radius: 15px;
  margin-top: 10px;
  background-color: var(--main-button-color);
}
#aboutus a.button:hover {
  background-color: var(--main-button-hover-color);
}

#aboutus dl {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#aboutus dl dt {
  /* border-top: 2px dotted #9999ac; */
  /* border-style: dotted; */
  display: inline-block;
  width: 16%;
  width: 23%;
  padding: 14px 0px 0px 4px;
  color: var(--main-heading-color);
  margin-bottom: 12px;
}
#aboutus dl dt:before {
  content: "";
  display: block;
  border-top: 2px dotted #6467a4;
  width: 100%;
  position: absolute;
  margin-top: -14px;
}
#aboutus dl dd {
  position: relative;
  margin-bottom: 12px;
  margin-left: 10px;
  padding: 4px 30px;
  /* padding-top: 4px; */
  margin-top: 10px;
  display: inline-block;
  width: 75%;
  border-left: 3px solid #cfcfcf;
}
#aboutus dl dd.capital {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
}
#aboutus dl dd.capital span:nth-child(1) {
  width: 100%;
  font-size: 16px;
}
#aboutus dl dd > div:nth-child(n+2) {
  margin-top: 10px;
}
#aboutus dl ul span {
  position: absolute;
}
#aboutus dl ul p {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #aboutus dl dt {
    padding: 14px 0px 0px 0px;
    width: 100%;
  }
  #aboutus dl dd {
    padding: 0px 14px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
  }
  #aboutus dl dd.map {
    padding: 50%;
    margin-left: 0;
  }
  #aboutus dl iframe {
    border: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  #aboutus dl dd.map {
    padding: 50%;
    margin-left: 0;
  }
  #aboutus dl iframe {
    border: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
  }
}

/*-------------------------------------
  物件掲載について
--------------------------------------*/
#recruit #mainimage {
  height: 270px;
  background: url(/images/portal/recruit/main_img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  #recruit #mainimage {
    height: 400px;
  }
}
#recruit #mainimage .main_ttl_box {
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #recruit #mainimage .main_ttl_box {
    padding-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  #recruit #mainimage .main_ttl_box {
    padding-top: 105px;
  }
}
#recruit #mainimage .main_ttl_box .main_ttl {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #recruit #mainimage .main_ttl_box .main_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  #recruit #mainimage .main_ttl_box .main_ttl {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
#recruit #mainimage .main_ttl_box .sub_ttl {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #recruit #mainimage .main_ttl_box .sub_ttl {
    font-size: 2px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  #recruit #mainimage .main_ttl_box .sub_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#recruit #contents {
  padding: 0;
  background: #FCFCFC;
}

#recruit #sec_01 .container {
  width: 100%;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
  margin: 0 auto;
}

#recruit #sec_01 .container_inner {
  padding: 30px 0;
}

@media screen and (min-width: 992px) {
  #recruit #sec_01 .container_inner {
    padding: 80px 60px;
  }
}
#recruit #sec_01 .ttl {
  color: var(--main-heading-color);
  font-size: 2.2px;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #recruit #sec_01 .ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  #recruit #sec_01 .ttl {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
}
#recruit #sec_01 .ttl:after {
  display: inline-block;
  content: "";
  width: 58px;
  height: 3px;
  font-size: 0;
  background: var(--main-heading-color);
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media screen and (min-width: 992px) {
  #recruit #sec_01 .ttl:after {
    height: 6px;
    bottom: -30px;
  }
}
#recruit #sec_01 .cont_01 {
  margin-bottom: 80px;
}

#recruit #sec_01 .cont_01 .txt_01 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #recruit #sec_01 .cont_01 .txt_01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  #recruit #sec_01 .cont_01 .txt_01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
#recruit #sec_01 .cont_01 .list_01 {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  #recruit #sec_01 .cont_01 .list_01 {
    margin-bottom: 40px;
  }
}
#recruit #sec_01 .cont_01 .list_01 li {
  width: 70%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  #recruit #sec_01 .cont_01 .list_01 li {
    float: left;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  #recruit #sec_01 .cont_01 .list_01 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #recruit #sec_01 .cont_01 .list_01 li {
    float: left;
    width: calc((100% - 120px) / 3);
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px 0;
    margin-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #recruit #sec_01 .cont_01 .list_01 li {
    float: left;
    width: calc((100% - 200px) / 3);
    margin-right: 100px;
  }
}
#recruit #sec_01 .cont_01 .list_01 li:before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 10px;
}

#recruit #sec_01 .cont_01 .list_01 li:nth-child(1) {
  background: #c0e4f0;
}

#recruit #sec_01 .cont_01 .list_01 li:nth-child(2) {
  background: #fce8e6;
}

#recruit #sec_01 .cont_01 .list_01 li:nth-child(3) {
  background: #cae5cd;
}

#recruit #sec_01 .cont_01 .list_01 li:nth-child(n+2) {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #recruit #sec_01 .cont_01 .list_01 li:nth-child(n+2) {
    margin-top: 0;
  }
}
#recruit #sec_01 .cont_01 .txt_02 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #recruit #sec_01 .cont_01 .txt_02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  #recruit #sec_01 .cont_01 .txt_02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
#recruit #sec_01 .cont_01 .img_box {
  max-width: 970px;
  text-align: center;
  margin: 0 auto;
}

#recruit #sec_01 .cont_01 .img_box img {
  width: 100%;
  height: auto;
}

#recruit #sec_01 .cont_02 .txt_01 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #recruit #sec_01 .cont_02 .txt_01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  #recruit #sec_01 .cont_02 .txt_01 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
#recruit #sec_01 .cont_02 .img_box {
  max-width: 970px;
  text-align: center;
  margin: 0 auto 20px;
}

@media screen and (min-width: 992px) {
  #recruit #sec_01 .cont_02 .img_box {
    margin: 0 auto 40px;
  }
}
#recruit #sec_01 .cont_02 .img_box img {
  width: 100%;
  height: auto;
}

#recruit #sec_01 .cont_02 .txt_02 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #recruit #sec_01 .cont_02 .txt_02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  #recruit #sec_01 .cont_02 .txt_02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
#recruit #sec_01 .cont_02 .list_01 li {
  float: left;
  width: 48%;
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  #recruit #sec_01 .cont_02 .list_01 li:nth-child(2n) {
    margin-right: 0;
  }
  #recruit #sec_01 .cont_02 .list_01 li:nth-child(n+3) {
    margin-top: 4%;
  }
}
#recruit #sec_01 .cont_02 .list_01 .img_area {
  margin-bottom: 5px;
}

#recruit #sec_01 .cont_02 .list_01 .img_area img {
  width: 100%;
  height: auto;
}

#recruit #sec_01 .cont_02 .list_01 .txt_area {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #recruit #sec_01 .cont_02 .list_01 li {
    width: 31%;
    margin-right: 3.5%;
  }
  #recruit #sec_01 .cont_02 .list_01 li:nth-child(3n) {
    margin-right: 0;
  }
  #recruit #sec_01 .cont_02 .list_01 li:nth-child(n+4) {
    margin-top: 3.5%;
  }
  #recruit #sec_01 .cont_02 .list_01 .txt_area {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#recruit #bottom_image {
  height: 250px;
  background: url(/images/portal/recruit/bottom_img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  #recruit #bottom_image {
    height: 400px;
  }
}
#recruit #bottom_image .main_ttl_box {
  width: 100%;
  max-width: 1200px;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #recruit #bottom_image .main_ttl_box {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  #recruit #bottom_image .main_ttl_box {
    padding-top: 105px;
  }
}
#recruit #bottom_image .main_ttl_box .main_ttl {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #recruit #bottom_image .main_ttl_box .main_ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 992px) {
  #recruit #bottom_image .main_ttl_box .main_ttl {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
#recruit #bottom_image .main_ttl_box .link_btn {
  text-align: center;
}

#recruit #bottom_image .main_ttl_box .link_btn a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  background: #F0AF21;
  border: 1px solid #F0AF21;
  padding: 12px 60px;
  transition: 0.6s;
}

@media screen and (min-width: 768px) {
  #recruit #bottom_image .main_ttl_box .link_btn a {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 22px 80px;
    line-height: 1;
  }
}
#recruit #bottom_image .main_ttl_box .link_btn a:hover {
  color: #F0AF21;
  background: #fff;
}

/*-------------------------------------
  お問い合わせ
--------------------------------------*/
#contact #sec_01 .desc {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
#contact #sec_01 .desc span.red {
  color: #ff0000;
}

#contact #sec_01 .must_fill {
  color: var(--main-heading-color);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

#contact #sec_01 .contact_form {
  font-size: 0;
}

#contact #sec_01 .contact_form .table_01_tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}

#contact #sec_01 .contact_form .table_01_th {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 15px 0 10px;
  vertical-align: middle;
}
#contact #sec_01 .contact_form .table_01_th.bold {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  #contact #sec_01 .contact_form .table_01_th {
    display: inline-block;
    width: 30%;
    padding: 20px;
  }
}
#contact #sec_01 .contact_form .must_fill {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 0;
}

#contact #sec_01 .contact_form .table_01_td {
  display: block;
  width: 100%;
  padding: 0 0 15px 0;
}

@media screen and (min-width: 992px) {
  #contact #sec_01 .contact_form .table_01_td {
    display: inline-block;
    width: 70%;
    padding: 20px;
  }
}
#contact #sec_01 .contact_form .table_01_td input {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 38px;
  height: 38px;
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 3px;
  vertical-align: middle;
}

#contact #sec_01 .contact_form .table_01_td input.long,
#contact #sec_01 .contact_form .table_01_td input.middle,
#contact #sec_01 .contact_form .table_01_td input.short,
#contact #sec_01 .contact_form .table_01_td input.mini {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #contact #sec_01 .contact_form .table_01_td input.long {
    width: 70%;
  }
  #contact #sec_01 .contact_form .table_01_td input.middle {
    width: 40%;
  }
  #contact #sec_01 .contact_form .table_01_td input.short {
    width: 35%;
  }
  #contact #sec_01 .contact_form .table_01_td input.mini {
    width: 15%;
  }
}
#contact #sec_01 .contact_form .table_01_label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: middle;
}

#contact #sec_01 .contact_form .table_01_td input[type=radio] {
  display: inline-block;
  border: none;
  margin: 0 3px;
}

#contact #sec_01 .contact_form .table_01_td select {
  font-family: "Roboto";
  font-size: 16px;
  font-size: 1.6rem;
  height: 38px;
  border: 1px solid #ccc;
  padding: 0px 12px;
  border-radius: 3px;
  vertical-align: middle;
}

#contact #sec_01 .contact_form .table_01_td textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  padding: 6px 12px;
  resize: none;
}

#contact #sec_01 .contact_form .table_01_td .list li {
  float: left;
  line-height: 38px;
  height: 38px;
}

#contact #sec_01 .contact_form .table_01_td .list li:nth-child(n+2) {
  margin-left: 30px;
}

#contact #sec_01 .contact_form .table_01_td .list_02 li {
  float: none;
  display: inline;
}

#contact #sec_01 .contact_form .table_01_td .list_02 li:nth-child(3) {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0;
}

#contact #sec_01 .contact_form .table_01_td .list_02 .other_language_input {
  width: 45%;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  #contact #sec_01 .contact_form .table_01_td .list_02 li:nth-child(3) {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  #contact #sec_01 .contact_form .table_01_td .list_02 li:nth-child(3) {
    display: inline;
  }
  #contact #sec_01 .contact_form .table_01_td .list_02 .other_language_input {
    width: 30%;
  }
}
#contact #sec_01 .contact_form .table_01_td .list_04 li .item_txt {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}

#contact #sec_01 .contact_form .table_01_td .list_04 li:nth-child(2) .item_txt {
  margin-right: 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  #contact #sec_01 .contact_form .table_01_td .list_04 li:nth-child(2) .item_txt {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
#contact #sec_01 .contact_form .table_01_td .list_04 li:nth-child(1) label {
  position: relative;
}

#contact #sec_01 .contact_form .table_01_td .list_04 li:nth-child(1) label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 4px solid transparent;
  border-top: 7px solid #666;
}

#contact #sec_01 .contact_form .table_01_td .list_04 li:nth-child(2) {
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  #contact #sec_01 .contact_form .table_01_td .list_04 li:nth-child(2) {
    margin-top: 20px;
  }
}
#contact #sec_01 .contact_form .table_01_td .list_05 li {
  float: none;
  display: inline;
}

#contact #sec_01 .contact_form .table_01_td .list_05 li .range {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 10px;
  vertical-align: middle;
}

#contact #sec_01 .contact_form .unit {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
}

#contact #sec_01 .contact_form .table_01_td .list_05 li:nth-child(2) {
  margin-left: 0;
}

#contact #sec_01 .contact_form .table_01_td .list_05 li:nth-child(3) {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0;
}

#contact #sec_01 .contact_form .table_01_td .list_05 li:nth-child(1) .mini,
#contact #sec_01 .contact_form .table_01_td .list_05 li:nth-child(2) .mini {
  width: 28%;
}

#contact #sec_01 .contact_form .table_01_td .list_05 li:nth-child(3) .mini {
  width: 40%;
}

@media screen and (min-width: 992px) {
  #contact #sec_01 .contact_form .table_01_td .list_05 li:nth-child(3) {
    display: inline;
    margin-left: 30px;
  }
  #contact #sec_01 .contact_form .table_01_td .list_05 li:nth-child(1) .mini,
  #contact #sec_01 .contact_form .table_01_td .list_05 li:nth-child(2) .mini,
  #contact #sec_01 .contact_form .table_01_td .list_05 li:nth-child(3) .mini {
    width: 15%;
  }
}
#contact #sec_01 .contact_form .table_01_td .list_06 li {
  float: none;
  display: inline-block;
}

#contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(n+2) {
  margin-top: 10px;
}

#contact #sec_01 .contact_form .table_01_td .list_06 li .item_txt {
  display: inline-block;
  width: 100px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: middle;
}

#contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(2),
#contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(3) {
  margin-left: 0;
}

#contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(1) .mini,
#contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(2) .mini,
#contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(3) .mini {
  width: 25%;
}

@media screen and (min-width: 768px) {
  #contact #sec_01 .contact_form .table_01_td .list_06 li {
    display: inline;
  }
  #contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(n+2) {
    margin-top: 0;
  }
  #contact #sec_01 .contact_form .table_01_td .list_06 li .item_txt {
    width: auto;
    padding-right: 10px;
  }
  #contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(2),
  #contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(3) {
    margin-left: 30px;
  }
  #contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(1) .mini,
  #contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(2) .mini,
  #contact #sec_01 .contact_form .table_01_td .list_06 li:nth-child(3) .mini {
    width: 15%;
  }
}
#contact #sec_01 .contact_form .table_01_td .list_09 li {
  float: none;
  display: inline;
}

#contact #sec_01 .contact_form .table_01_td .list_09 .short {
  width: 30%;
}

@media screen and (min-width: 768px) {
  #contact #sec_01 .contact_form .table_01_td .list_09 .short {
    width: 20%;
  }
}
#contact #sec_01 .contact_form .table_01_td .list_09 .unit {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
}

#contact #sec_01 .contact_form .table_01_td .list_09 .range {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0 10px;
  vertical-align: middle;
}

#contact #sec_01 .contact_form .table_01_td .list_09 li:nth-child(2) {
  margin-left: 0;
}

#contact #sec_01 .contact_form .table_01_td .list_10 li {
  float: none;
  display: inline-block;
}

#contact #sec_01 .contact_form .table_01_td .list_10 li:nth-child(2) {
  margin-top: 10px;
  margin-left: 0;
}

#contact #sec_01 .contact_form .table_01_td .list_10 .short {
  width: 60%;
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  #contact #sec_01 .contact_form .table_01_td .list_10 li {
    display: inline;
  }
  #contact #sec_01 .contact_form .table_01_td .list_10 li:nth-child(2) {
    margin-top: 0;
    margin-left: 30px;
  }
  #contact #sec_01 .contact_form .table_01_td .list_10 .short {
    font-family: "Roboto";
    width: 25%;
    margin-left: 10px;
  }
}
#contact #sec_01 .contact_form .table_01_td .list_11 li {
  float: none;
  display: inline;
}

#contact #sec_01 .contact_form .table_01_td .list_11 li:nth-child(n+2) {
  margin-left: 10px;
}

#contact #sec_01 .contact_form .table_01_td .list_11 .mini {
  width: 15%;
}

#contact #sec_01 .contact_form .table_01_td .list_11 .unit {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #contact #sec_01 .contact_form .table_01_td .list_11 .mini {
    width: 10%;
  }
}
#contact #sec_01 .contact_form .confirm_button {
  margin-top: 30px;
}

#contact #sec_01 .contact_form .confirm_button button {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: var(--main-button-color);
  border: 1px solid var(--main-button-color);
  padding: 14px 80px;
  margin: 0 auto;
  border-radius: 30px;
  transition: 0.6s;
  cursor: pointer;
}

#contact #sec_01 .contact_form .confirm_button button:hover {
  color: var(--main-button-hover-color);
  background: #fff;
}

#contact .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#contact .buttons a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  background: var(--main-button-color);
  border: 1px solid var(--main-button-color);
  padding: 14px 80px;
  margin: 0 auto;
  border-radius: 30px;
  transition: 0.6s;
}
#contact .buttons a:hover {
  color: var(--main-button-hover-color);
  background: #fff;
}

#contact #sec_01 .language {
  margin-left: 4px;
}

/*-------------------------------------
  お問い合わせ確認
--------------------------------------*/
#confirm #sec_01 .contact_form .table_01_tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#confirm #sec_01 .contact_form .table_01_th {
  display: block;
  width: 100%;
  color: var(--main-heading-color);
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 0 5px;
  vertical-align: middle;
}

@media screen and (min-width: 992px) {
  #confirm #sec_01 .contact_form .table_01_th {
    display: inline-block;
    width: 30%;
    padding: 20px;
  }
}
#confirm #sec_01 .contact_form .must_fill {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 0;
}

#confirm #sec_01 .contact_form .table_01_td {
  display: block;
  width: 100%;
  padding: 0 0 15px 0;
}

@media screen and (min-width: 992px) {
  #confirm #sec_01 .contact_form .table_01_td {
    display: inline-block;
    width: 69%;
    padding: 20px;
  }
}
#confirm #sec_01 .contact_form .common_button {
  margin-top: 30px;
}

#confirm #sec_01 .contact_form .common_button button {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 14px 80px;
  margin: 0 auto;
  border-radius: 30px;
  transition: 0.6s;
  cursor: pointer;
}

#confirm #sec_01 .contact_form .submit_button button {
  background: var(--main-button-color);
  border: 1px solid var(--main-button-color);
}

#confirm #sec_01 .contact_form .return_button button {
  background: #aaa;
  border: 1px solid #aaa;
}

#confirm #sec_01 .contact_form .submit_button button:hover {
  color: var(--main-button-hover-color);
  background: #fff;
}

#confirm #sec_01 .contact_form .return_button button:hover {
  color: #aaa;
  background: #fff;
}

/*-------------------------------------
  お問い合わせ送信完了
--------------------------------------*/
#confirm .heading_01 {
  text-align: center;
  margin-bottom: 30px;
}

#confirm #sec_01 .txt {
  text-align: center;
  margin-bottom: 30px;
}

#confirm #sec_01 .link_btn {
  text-align: center;
}

#confirm #sec_01 .link_btn a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  background: var(--main-button-color);
  border: 1px solid var(--main-button-color);
  padding: 14px 60px;
  border-radius: 30px;
  transition: 0.6s;
}

#confirm #sec_01 .link_btn a:hover {
  color: var(--main-button-hover-color);
  background: #fff;
}

#contact .messageArea {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  #contact .messageArea {
    padding-left: 0px;
  }
}
#contact .messageArea .box1 {
  display: inline-block;
  margin: 0px auto;
  width: 44%;
  height: auto;
  padding: 0px 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #contact .messageArea .box1 {
    width: 100%;
    padding: 0px;
    margin-bottom: 0.5em;
  }
}
#contact .messageArea .box1 img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  #contact .messageArea .box1 img {
    width: 60%;
  }
}
@media screen and (max-width: 414px) {
  #contact .messageArea .box1 img {
    width: 80%;
  }
}
#contact .messageArea .box2 {
  display: flex;
  flex-direction: column;
  width: 56%;
  white-space: pre-line;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  #contact .messageArea .box2 {
    width: auto;
  }
}
#contact .messageArea .box2 .box2_1 {
  font-size: 18px;
  line-height: 2.6;
  margin-bottom: 2.9em;
}
@media screen and (max-width: 1200px) {
  #contact .messageArea .box2 .box2_1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  #contact .messageArea .box2 .box2_1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  #contact .messageArea .box2 .box2_1 {
    font-size: 11px;
  }
}
#contact .messageArea .box2 .box2_2 {
  font-size: 16px;
  line-height: 2.8;
}
@media screen and (max-width: 414px) {
  #contact .messageArea .box2 .box2_2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  #contact .messageArea .box2 .box2_2 {
    font-size: 10px;
  }
}

/*-------------------------------------
  エラーページ
--------------------------------------*/
#errorPage {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#errorPage #header {
  padding-left: 10px;
}
#errorPage section {
  padding: 10px;
}
#errorPage h1 {
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #errorPage h1 {
    font-size: 19px;
  }
}
#errorPage .buttons {
  text-align: center;
  margin-top: 90px;
}
#errorPage .buttons a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: var(--main-button-color);
  border: 1px solid var(--main-button-color);
  padding: 14px 80px;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}
#errorPage .buttons a:hover {
  color: var(--main-button-hover-color);
  background: #fff;
}

#top .top-properties-section ul {
  display: flex !important;
  width: calc(100vw - 20px);
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}
#top .top-properties-section li {
  display: flex;
  flex-direction: column;
  width: 240px;
  flex: 0 0 auto;
}

#top .featured-services .nowrap-badge {
  white-space: nowrap;
  font-size: 1em;
  margin-left: 4px;
  opacity: 0.95;
}
@media screen and (max-width: 640px) {
  #top .featured-services .nowrap-badge {
    font-size: 0.85em;
  }
}
#top .featured-services ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px !important;
}
#top .featured-services ul li {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
#top .featured-services ul li a.image {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 8px;
}
#top .featured-services ul li img {
  width: 300px !important;
  height: 200px !important;
  object-fit: cover;
  border-radius: 8px;
}
#top .featured-services ul li p {
  font-size: 18px;
  margin-bottom: 8px;
  min-height: 2.5em;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  #top .featured-services ul {
    gap: 10px !important;
  }
  #top .featured-services ul li {
    width: 44% !important;
    max-width: 44%;
  }
  #top .featured-services ul li a.image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: 8px;
  }
  #top .featured-services ul li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
  }
  #top .featured-services ul li p {
    height: 4em;
  }
}
.featured-partners {
  margin: 40px 0;
}
.featured-partners .partner-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 7px;
  padding: 0;
  justify-items: center;
  margin-top: 50px;
}
.featured-partners .partner-cards li {
  list-style: none;
  width: 100%;
}
.featured-partners .partner-cards .image {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16/9;
  transform: translateZ(0);
  cursor: pointer;
  background-color: #fff;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  background-clip: padding-box;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.featured-partners .partner-cards .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.featured-partners .partner-cards li:hover .image,
.featured-partners .partner-cards .image:focus {
  transform: scale(1.035);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  filter: brightness(1.1);
  opacity: 0.9;
}
.featured-partners .partner-cards .image:active {
  transform: scale(1.02);
}
.featured-partners.locale-en .image {
  aspect-ratio: 16/9.3;
}

#top .featured-partners h2.ttl {
  opacity: 1;
  top: 0px;
}

@media (max-width: 768px) {
  .featured-partners .partner-cards {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
/* 契約までの流れ */
#why_choose_apj {
  --cols: 4;
  --gap: 16px;
  --frame-px: 150px;
  --radius: 14px;
}
#why_choose_apj .steps-list {
  display: grid;
  grid-template-columns: repeat(var(--cols), var(--frame-px));
  gap: var(--gap);
  padding: 0;
  margin: 12px 0 4px;
  list-style: none;
  justify-content: center;
  overflow: visible;
}
#why_choose_apj .steps-list > li {
  list-style: none;
}
#why_choose_apj .step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#why_choose_apj .step-card .step-frame {
  width: var(--frame-px);
  height: var(--frame-px);
  box-sizing: border-box;
  border: 3px solid #a7cce3;
  border-radius: var(--radius);
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--frame-px) * 0.06) calc(var(--frame-px) * 0.05) var(--cap-h, calc(var(--frame-px) * 0.22));
}
#why_choose_apj .step-card .step-frame img {
  max-width: 88%;
  max-height: 95%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
#why_choose_apj .step-card .step-frame .step-caption {
  position: absolute;
  display: flex;
  right: calc(var(--frame-px) * 0.05);
  bottom: 0;
  height: var(--cap-h, calc(var(--frame-px) * 0.22));
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  line-height: var(--cap-leading, 1.25);
  font-weight: 600;
  color: #3A8AC2;
  font-size: var(--fs-caption, clamp(10px, var(--frame-px) / 11.5, 16px));
  left: 50%;
  width: calc(100% - var(--frame-px) * 0.08);
  transform: translateX(-50%);
}
#why_choose_apj .why-points {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 8px;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
#why_choose_apj .why-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
#why_choose_apj .why-points li {
  margin: 4px 0;
  position: relative;
  padding-left: 0;
}
#why_choose_apj .steps-header {
  background: #83b2d8;
  border-radius: 4px;
  padding: 10px 24px 10px;
  text-align: center;
  margin: 34px auto 22px;
  position: relative;
  color: #fff;
}
#why_choose_apj .steps-title {
  display: block;
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.25;
  letter-spacing: 0.5px;
}
#why_choose_apj .steps-sub {
  display: block;
  margin-top: 6px;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.25;
  font-weight: 500;
}
#why_choose_apj .bottom-highlights .highlight-list {
  margin-top: 30px;
  list-style: none;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#why_choose_apj .bottom-highlights .highlight-list li {
  position: relative;
  letter-spacing: 0.2px;
}
#why_choose_apj .bottom-highlights .highlight-list li:before {
  position: absolute;
  left: 0;
  top: 0;
}
#why_choose_apj .bottom-highlights .disclaimer {
  font-size: 12.5px;
  font-style: italic;
  color: #4d4d4d;
  margin: 4px 30px 0;
  line-height: 1.35;
}

.is-hidden-sec01 {
  display: none;
}

@media (max-width: 1175px) {
  .points-right {
    flex: 1 1 100%;
    margin-left: 0;
  }
  .points-left {
    flex: 1 1 100%;
    margin-left: 0;
  }
}

/*# sourceMappingURL=portal_page.css.map */
