@charset "UTF-8";
.sp-only,
.tb-only {
  display: none;
}

/*電話番号無効*/
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*------------------------------------------------------------------------------
基本設定
------------------------------------------------------------------------------*/
div#wrap {
  width: 100%;
  margin: 0 auto;
}

/*----- フッター下部固定 -----*/
html, body {
  height: 100%;
}

div#wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

main {
  padding-bottom: 450px;
  width: 100%;
  margin: 0;
  clear: both;
}

.mt075 {
  margin-top: 0.75em;
}

.mb0 {
  margin-bottom: 0;
}

.mb075 {
  margin-bottom: 0.75em;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.tc-w {
  color: #FFF;
}

/*------------------------------------------------------------------------------
ページトップへ
------------------------------------------------------------------------------*/
.backtotop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 9000;
  display: none;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 1.313em;
  line-height: 1.5;
  text-align: center;
}
.backtotop a {
  display: block;
  width: 70px;
  height: 48px;
  position: relative;
  color: #FFF;
  background: #8d86b5;
  padding-top: 6px;
}
.backtotop a::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 35px 22px 35px;
  border-color: transparent transparent #8d86b5 transparent;
  top: -22px;
  left: 0;
}

/*------------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------------*/
header {
  width: 100%;
  background: #FFF;
  position: fixed;
  height: 100px;
  z-index: 100;
}
header .hdr-txt {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 0.875em;
}
header .hdr-inr {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .hdr-inr .logo {
  width: 256px;
  margin-top: 30px;
}
header .hdr-inr .logo img {
  width: 100%;
  height: auto;
}
header .hdr-inr .hdr-nav-box {
  display: flex;
}
header .hdr-inr .hdr-nav-box .hdr-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.125em;
  height: 100px;
}
header .hdr-inr .hdr-nav-box .hdr-nav .drawer-hidden,
header .hdr-inr .hdr-nav-box .hdr-nav .drawer-open {
  display: none;
}
header .hdr-inr .hdr-nav-box .hdr-nav .global-nav {
  order: 2;
  margin-left: auto;
  width: calc(100% - 50px);
  padding-right: 40px;
}
header .hdr-inr .hdr-nav-box .hdr-nav .global-nav ul {
  display: flex;
  justify-content: flex-end;
}
header .hdr-inr .hdr-nav-box .hdr-nav .global-nav ul li {
  margin-left: 2em;
  white-space: nowrap;
}
header .hdr-inr .hdr-nav-box .hdr-nav .global-nav ul li a {
  color: #21176e;
  transition: all .2s ease;
  padding-bottom: 6px;
}
header .hdr-inr .hdr-nav-box .hdr-nav .global-nav ul li a:hover {
  border-bottom: 2px solid #21176e;
}
header .hdr-inr .hdr-nav-box .hdr-nav .hdr-subnav {
  order: 1;
  margin-left: auto;
  margin-top: 10px;
}
header .hdr-inr .hdr-nav-box .hdr-nav .hdr-subnav ul {
  display: flex;
  align-items: center;
}
header .hdr-inr .hdr-nav-box .hdr-nav .hdr-subnav ul li {
  margin-right: 2em;
}
header .hdr-inr .hdr-nav-box .hdr-nav .hdr-subnav ul li a {
  color: #21176e;
}
header .hdr-inr .hdr-nav-box .hdr-nav .hdr-subnav ul li a:hover {
  text-decoration: underline;
}
header .hdr-inr .hdr-nav-box .hdr-nav .hdr-subnav ul .hdr-btn > a {
  display: block;
  border-radius: 6px;
  border: 1px solid #21176e;
  transition: all .2s ease;
  padding: 4px 15px;
}
header .hdr-inr .hdr-nav-box .hdr-nav .hdr-subnav ul .hdr-btn > a:hover {
  background: #21176e;
  color: #FFF;
  text-decoration: none;
}
header .hdr-inr .hdr-nav-box .hdr-reserv {
  width: 200px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 1.125em;
}
header .hdr-inr .hdr-nav-box .hdr-reserv a {
  display: block;
  color: #FFF;
  background: #21176e;
  transition: all .2s ease;
}
header .hdr-inr .hdr-nav-box .hdr-reserv a:hover {
  background: #3c3380;
}
header .hdr-inr .hdr-nav-box .hdr-reserv a br {
  display: none;
}

/*------------------------------------------------------------------------------
フッター（下部固定）
------------------------------------------------------------------------------*/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 450px;
  background: #353535;
  color: #FFF;
  padding: 50px 0;
  text-align: center;
}
footer .ftr-nav {
  margin-bottom: 50px;
}
footer .ftr-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
}
footer .ftr-nav ul li {
  margin: 0 1.5em;
}
footer .ftr-nav ul li a {
  color: #FFF;
}
footer .ftr-nav ul li a:hover {
  text-decoration: underline;
}
footer .ftr-nav ul .ftr-btn a {
  display: block;
  padding: 8px 50px 8px 30px;
  border-radius: 8px;
  border: 1px solid #FFF;
  position: relative;
  transition: all .2s ease;
}
footer .ftr-nav ul .ftr-btn a:hover {
  text-decoration: none;
  background: #4d4d4d;
}
footer .ftr-nav ul .ftr-btn a::before {
  display: block;
  content: "";
  position: absolute;
  top: 45.5%;
  right: 16px;
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transform: translateY(-45.5%) rotate(25deg);
}
footer .ftr-nav ul .ftr-btn a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 45.5%;
  right: 16px;
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transform: translateY(45.5%) rotate(-25deg);
}
footer .ftr-info-box {
  padding-bottom: 70px;
}
footer .ftr-info-box .ftr-info-logo {
  width: 342px;
  margin: 4px auto 20px;
}
footer .ftr-info-box .ftr-info-logo img {
  width: 100%;
  height: auto;
}
footer .ftr-info-box .ftr-info br {
  display: none;
}
footer .ftr-copy-box {
  border-top: 1px solid #FFF;
  padding-top: 30px;
}
footer .ftr-copy-box .ftr-copy-txt {
  font-size: 0.813em;
}
footer .ftr-copy-box .ftr-copy {
  font-size: 0.750em;
}

/*------------------------------------------------------------------------------
メインイメージ
------------------------------------------------------------------------------*/
.hero-area {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
.hero-area .hero-bgi div {
  position: relative;
}
.hero-area .hero-bgi div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-area .hero-bgi div p {
  color: #FFF;
  position: absolute;
  font-size: clamp(25px, 3vw, 50px);
  line-height: 1.5;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.hero-area .hero-bgi div .hero-txt01 {
  top: 10%;
  left: 5%;
}
.hero-area .hero-bgi div .hero-txt02 {
  top: 6%;
  right: 3%;
}
.hero-area .hero-bgi div .hero-txt03 {
  top: 5%;
  left: 3%;
}
.hero-area .hero-bgi-sp {
  display: none;
}
.hero-area .hero-goen {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  width: 42%;
  max-width: 762px;
  z-index: 2;
  transform: translateY(-50%) translateX(-50%);
}
.hero-area .hero-goen img {
  width: 100%;
  height: auto;
  /*filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5));*/
}

/*------------------------------------------------------------------------------
トップページ
------------------------------------------------------------------------------*/
.top-main-ttl {
  color: #21176e;
  font-size: 2.875em;
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}

/*Service
------------------------------------*/
.service-area {
  padding: 50px 0;
}
.service-area .service-txt {
  text-align: center;
  padding: 0 100px;
  margin-bottom: 80px;
}
.service-area .service-txt h1 {
  font-size: 3.438em;
  color: #21176e;
}
.service-area .service-txt p {
  font-size: 1.875em;
}
.service-area .service-txt p span {
  display: inline-block;
}
.service-area .service-box {
  border-top: 7px solid #df4643;
  position: relative;
  padding: 60px 0 0;
}
.service-area .service-box::after {
  display: block;
  content: "";
  position: absolute;
  top: -56px;
  left: 50%;
  width: 145px;
  height: 97px;
  transform: translateX(-50%);
  background-image: url("../img/service_ribbon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 145px 97px;
}
.service-area .service-box .service-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  max-width: 1268px;
  margin: 50px auto 30px;
}
.service-area .service-box .service-content .service {
  width: 30%;
  max-width: 384px;
  margin: 0 1.5% 50px;
  background-color: #FFF;
  box-shadow: 8px 8px 6px rgba(33, 23, 110, 0.1);
  border-radius: 12px;
  position: relative;
}
.service-area .service-box .service-content .service:nth-of-type(n+4) {
  margin-bottom: 0;
}
.service-area .service-box .service-content .service a {
  display: block;
  position: relative;
  color: #353535;
}
.service-area .service-box .service-content .service a h3 {
  display: inline-block;
  font-size: 1.625em;
  color: #FFF;
  background-color: #21176e;
  border-radius: 0 8px 8px 0;
  text-align: center;
  width: 185px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 2;
}
.service-area .service-box .service-content .service a .service-img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.service-area .service-box .service-content .service a .service-img img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
  transition: all .3s ease-out;
}
.service-area .service-box .service-content .service a p {
  padding: 24px 60px 24px 20px;
  font-size: 1.313em;
}
.service-area .service-box .service-content .service a:hover .service-img img {
  transform: scale(1.1);
}
.service-area .service-box .service-content .service .service-next {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #21176e;
}
.service-area .service-box .service-content .service .service-next::before {
  display: block;
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176e;
  transform: translateY(-43%) translateX(-50%) rotate(25deg);
}
.service-area .service-box .service-content .service .service-next::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176e;
  transform: translateY(43%) translateX(-50%) rotate(-25deg);
}

/*Information
------------------------------------*/
.info-area {
  padding: 50px 0;
  background-color: #eeedf4;
}
.info-area .info-list-box {
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 8px 8px 6px rgba(33, 23, 110, 0.1);
  width: 95%;
  max-width: 1400px;
  padding: 50px 42px;
  margin: 50px auto 0;
}
.info-area .info-list-box .info-list {
  margin-bottom: 20px;
}
.info-area .info-list-box .info-list li {
  border-top: 1px solid #353535;
  padding: 25px 0;
  font-size: 1.313em;
}
.info-area .info-list-box .info-list li:nth-last-of-type(1) {
  border-bottom: 1px solid #353535;
}
.info-area .info-list-box .info-list li a {
  color: #353535;
  display: flex;
}
.info-area .info-list-box .info-list li a .info-list-data {
  font-family: 'Jost', sans-serif;
  color: #21176e;
  width: 15%;
}
.info-area .info-list-box .info-list li a .info-list-ttl {
  width: 85%;
}
.info-area .info-list-box .info-list li a:hover {
  text-decoration: underline;
}
.info-area .info-btn {
  text-align: right;
}
.info-area .info-btn a {
  color: #353535;
  display: inline-block;
  position: relative;
  padding-right: 42px;
}
.info-area .info-btn a:hover {
  text-decoration: underline;
}
.info-area .info-btn a span {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #21176e;
  transform: translateY(-50%);
}
.info-area .info-btn a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176e;
  transform: translateY(-43%) translateX(-50%) rotate(25deg);
}
.info-area .info-btn a span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176e;
  transform: translateY(43%) translateX(-50%) rotate(-25deg);
}

/*Access
------------------------------------*/
.access-area {
  padding: 50px 0;
  background-color: #eeedf4;
}
.access-area .access-box {
  width: 95%;
  max-width: 1400px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.access-area .access-box .access {
  width: 22%;
  max-width: 310px;
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 8px 8px 6px rgba(33, 23, 110, 0.1);
}
.access-area .access-box .access .access-ttl {
  border-radius: 12px 12px 0 0;
  background-color: #8d86b5;
  color: #FFF;
  font-size: 1.625em;
  padding: 6px 15px;
}
.access-area .access-box .access .access-map {
  height: 310px;
}
.access-area .access-box .access .access-info {
  padding: 10px 15px;
}

/*お問い合わせ・資料請求
------------------------------------*/
.contact-area {
  padding: 50px 0;
  background-color: #eeedf4;
}
.contact-area .contact-btn {
  width: 350px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.313em;
}
.contact-area .contact-btn a {
  background-color: #21176e;
  border-radius: 12px;
  display: block;
  color: #FFF;
  position: relative;
  transition: all .2s ease;
}
.contact-area .contact-btn a::before {
  display: block;
  content: "";
  position: absolute;
  top: 47.5%;
  right: 20px;
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transform: translateY(-47.5%) rotate(25deg);
}
.contact-area .contact-btn a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 47.5%;
  right: 20px;
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transform: translateY(47.5%) rotate(-25deg);
}
.contact-area .contact-btn a:hover {
  background-color: #332a7a;
}

/*------------------------------------------------------------------------------
階層ページ
------------------------------------------------------------------------------*/
/*共通
------------------------------------*/
.page-main {
  width: 100%;
  padding-top: 100px;
  position: relative;
}
.page-main h1 {
  position: absolute;
  top: 50%;
  left: 100px;
  color: #FFF;
  font-size: 3.750em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.6), 0 0 12px rgba(0, 0, 0, 0.4), 0 0 16px rgba(0, 0, 0, 0.2);
}
.page-main .page-mein-img {
  height: 400px;
  overflow: hidden;
}
.page-main .page-mein-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-content {
  padding: 70px 0;
}
.page-content .page-inr {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
.page-content .page-inr .page-nav {
  display: flex;
  justify-content: center;
  font-size: 1.250em;
  text-align: center;
  margin-bottom: 50px;
}
.page-content .page-inr .page-nav .page-nav-down {
  width: 30%;
  max-width: 240px;
  margin: 0 20px;
}
.page-content .page-inr .page-nav .page-nav-down a {
  display: block;
  position: relative;
  background: #21176E;
  border-radius: 10px;
  padding: 10px 16px;
  color: #FFF;
  transition: all .2s ease;
}
.page-content .page-inr .page-nav .page-nav-down a:hover {
  background-color: #3C3380;
}
.page-content .page-inr .page-nav .page-nav-down a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transform: translateY(-50%) rotate(115deg);
}
.page-content .page-inr .page-nav .page-nav-down a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 50%;
  right: 16px;
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transform: translateY(50%) rotate(-115deg);
}
.page-content .page-inr .page-box {
  margin-bottom: 70px;
  /*.page-hl2 {
  	font-size: 2.625em;
  	background-color: #21176e;
  	color: #FFF;
  	border-radius: 100vh;
  	padding: 0px 32px;
  	margin-bottom: 30px;
  	>span {
  		font-size: 32px;
  		display: inline-block;
  		margin-left: 1em;
  	}
  }*/
}
.page-content .page-inr .page-box:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-content .page-inr .page-box .page-ttl-c {
  text-align: center;
  font-size: 3.125em;
  color: #21176e;
  margin-bottom: 32px;
}
.page-content .page-inr .page-box .page-ttl-c > span {
  display: inline-block;
  border-bottom: 3px solid #21176e;
}
.page-content .page-inr .page-box .page-subbox {
  margin-bottom: 50px;
}
.page-content .page-inr .page-box .page-subbox:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page-content .page-inr .page-box ul {
  padding-left: 1.5em;
  list-style: disc;
}
.page-content .page-inr .page-box ol {
  padding-left: 1.5em;
}
.page-content .page-inr .page-box ol.number {
  list-style: decimal;
}

/* ページ内ジャンプ */
.page-jump {
  padding-top: 100px;
  margin-top: -100px;
}

/* 注釈 */
.note {
  list-style: none !important;
  text-indent: -1em !important;
  padding-left: 1em !important;
}

/*ボタン*/
.btn {
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.313em;
  display: flex;
  justify-content: center;
}
.btn a {
  background-color: #21176e;
  border-radius: 12px;
  display: block;
  color: #FFF;
  position: relative;
  transition: all .2s ease;
  padding: 0 50px 0 40px;
}
.btn a::before {
  display: block;
  content: "";
  position: absolute;
  top: 47.5%;
  right: 20px;
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transform: translateY(-47.5%) rotate(25deg);
}
.btn a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 47.5%;
  right: 20px;
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transform: translateY(47.5%) rotate(-25deg);
}
.btn a:hover {
  background-color: #332a7a;
}

/*会社情報
------------------------------------*/
.company-goen {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-goen .company-goen-zu {
  width: 44%;
  max-width: 620px;
}
.company-goen .company-goen-zu > img {
  width: 100%;
  height: auto;
}
.company-goen .company-goen-txt {
  width: 52%;
  max-width: 730px;
  background-color: #E9E8F0;
  border-radius: 12px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  padding: 20px;
}
.company-goen .company-goen-txt > div {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-goen .company-goen-txt > div + div {
  border-top: 1px solid #353535;
}
.company-goen .company-goen-txt > div h3 {
  color: #21176E;
  width: 36%;
}
.company-goen .company-goen-txt > div h3 .goen-txt-en {
  width: 250px;
}
.company-goen .company-goen-txt > div h3 .goen-txt-en img {
  width: 100%;
}
.company-goen .company-goen-txt > div h3 .goen-txt-ja {
  font-size: 1.125em;
}
.company-goen .company-goen-txt > div p {
  width: 62%;
  margin-bottom: 0;
}
.company-goen .company-goen-txt > div:nth-of-type(1) {
  padding-top: 0;
}
.company-goen .company-goen-txt > div:nth-last-of-type(1) {
  padding-bottom: 0;
}

.company-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #353535;
}
.company-info dt {
  border-top: 1px solid #353535;
  width: 25%;
  padding: 20px 30px;
  font-size: 1.250em;
  background-color: #E9E8F0;
}
.company-info dd {
  border-top: 1px solid #353535;
  width: 75%;
  padding: 20px 30px;
  font-size: 1.125em;
}

.company-access-box {
  max-width: 1400px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.company-access-box .company-access {
  width: 22%;
  max-width: 310px;
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 8px 8px 6px rgba(33, 23, 110, 0.1);
}
.company-access-box .company-access .company-access-ttl {
  border-radius: 12px 12px 0 0;
  background-color: #8d86b5;
  color: #FFF;
  font-size: 1.625em;
  padding: 6px 15px;
}
.company-access-box .company-access .company-access-map {
  height: 310px;
}
.company-access-box .company-access .company-access-info {
  padding: 10px 15px;
}

/*借りたい人
------------------------------------*/
.rent-top-txt {
  font-size: 1.500em;
}

.rent-ttl {
  color: #21176E;
  font-size: 2.25em;
  margin-bottom: 20px;
}
.rent-ttl br {
  display: none;
}

.rent-box {
  display: flex;
  justify-content: space-between;
}
.rent-box .rent-area {
  width: 48%;
  border-radius: 12px;
  background-color: #EEEDF4;
  box-shadow: 8px 8px 6px rgba(33, 23, 110, 0.1);
  padding: 30px 40px;
  color: #21176E;
}
.rent-box .rent-area > a {
  display: block;
  position: relative;
  color: #21176E;
}
.rent-box .rent-area > a:hover {
  opacity: 0.7;
}
.rent-box .rent-area h3 {
  font-size: 2.25em;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.rent-box .rent-area h3 span {
  position: absolute;
  bottom: -6px;
  right: -40px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #21176E;
  display: block;
  z-index: 2;
  transform: translateY(-50%);
}
.rent-box .rent-area h3 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(-43%) translateX(-50%) rotate(25deg);
}
.rent-box .rent-area h3 span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(43%) translateX(-50%) rotate(-25deg);
}
.rent-box .rent-area p {
  font-size: 1.375em;
  line-height: 1.1;
}
.rent-box .rent-area p > a {
  color: #21176E;
  text-decoration: underline;
}
.rent-box .rent-area p > a:hover {
  text-decoration: none;
}
.rent-box .rent-area img {
  width: 100%;
  height: auto;
  transition: all .2s ease;
}

.rent-tenant-box {
  border-radius: 12px;
  background-color: #EEEDF4;
  box-shadow: 8px 8px 6px rgba(33, 23, 110, 0.1);
}
.rent-tenant-box a {
  position: relative;
  border-radius: 8px;
  padding: 40px;
  color: #21176E;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rent-tenant-box a .rent-tenant-img {
  max-width: 632px;
  width: 50%;
  order: 2;
}
.rent-tenant-box a .rent-tenant-img img {
  width: 100%;
  height: auto;
  transition: all .2s ease;
}
.rent-tenant-box a:hover .rent-tenant-img img {
  opacity: 0.7;
}
.rent-tenant-box a .rent-tenant-txt {
  width: 50%;
  order: 1;
}
.rent-tenant-box a h3 {
  font-size: 2.250em;
}
.rent-tenant-box a p {
  font-size: 1.375em;
}
.rent-tenant-box a span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #21176E;
  display: block;
  z-index: 2;
}
.rent-tenant-box a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(-43%) translateX(-50%) rotate(25deg);
}
.rent-tenant-box a span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(43%) translateX(-50%) rotate(-25deg);
}

.rent-flow {
  display: flex;
  justify-content: space-between;
}
.rent-flow > div {
  width: 14%;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 1.500em;
  color: #21176E;
  background-color: #EEEDF4;
  border-radius: 12px;
  line-height: 1.5;
  padding: 50px 0;
  position: relative;
}
.rent-flow > div::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #21176E;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  display: block;
  content: "";
}
.rent-flow > div:nth-last-of-type(1)::after {
  display: none;
}
.rent-flow > div > span {
  display: block;
  width: 100%;
}
.rent-flow > div > span > span {
  font-size: 20px;
}

/*買いたい人
------------------------------------*/
.buysell-box {
  display: flex;
  justify-content: space-between;
}
.buysell-box .buysell-txt {
  width: 55%;
}
.buysell-box .buysell-txt p {
  font-size: 1.313em;
  margin-bottom: 0.75em;
}
.buysell-box .buysell-concierge {
  width: 40%;
}
.buysell-box .buysell-concierge img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.buysell-box .buysell-concierge a {
  transition: all .2s ease;
}
.buysell-box .buysell-concierge a:hover {
  opacity: 0.7;
}

.buysell-flow-txt {
  text-align: center;
  font-size: 1.313em;
  margin-bottom: 1em;
}
.buysell-flow-txt span {
  display: inline-block;
}

.buysell-flow {
  display: flex;
  justify-content: space-between;
}
.buysell-flow > div {
  width: 14%;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 1.500em;
  color: #21176E;
  background-color: #FFF;
  border-radius: 12px;
  line-height: 1.5;
  padding: 50px 0;
  position: relative;
}
.buysell-flow > div::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #21176E;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  display: block;
  content: "";
}
.buysell-flow > div:nth-last-of-type(1)::after {
  display: none;
}
.buysell-flow > div > span {
  display: block;
  width: 100%;
}
.buysell-flow > div > span > span {
  font-size: 20px;
}

.buysell-qa {
  margin-top: 20px;
}
.buysell-qa .buysell-qa-q {
  position: relative;
  font-weight: bold;
  padding-left: 70px;
  font-size: 1.625em;
}
.buysell-qa .buysell-qa-q::before {
  display: block;
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 60px;
  height: 60px;
  font-family: 'Jost', sans-serif;
  background-color: #21176E;
  color: #FFF;
  text-align: center;
  border-radius: 30px;
  line-height: 1.45;
  font-size: 1.538em;
  transform: translateY(-50%);
}
.buysell-qa .buysell-qa-a {
  position: relative;
  padding-left: 70px;
  padding-bottom: 30px;
  font-size: 1.313em;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #353535;
}
.buysell-qa .buysell-qa-a::before {
  display: block;
  content: "A";
  position: absolute;
  top: -12px;
  left: 0px;
  width: 60px;
  height: 60px;
  font-family: 'Jost', sans-serif;
  background-color: #DF4643;
  color: #FFF;
  text-align: center;
  border-radius: 30px;
  line-height: 1.45;
  font-size: 1.905em;
}
.buysell-qa .buysell-qa-a:nth-last-of-type(1) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.buysell-consul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buysell-consul > div {
  width: 200px;
  text-align: center;
  color: #21176E;
  background-color: #FFF;
  border-radius: 12px;
  padding: 20px;
  margin: 0 20px;
}
.buysell-consul > div img {
  width: 100px;
  display: block;
  margin: 0 auto 8px;
}
.buysell-consul > div span {
  font-size: 1.375em;
}

/*.buysell-search-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	>div {
		width: 20%;
		max-width: 280px;
		text-align: center;
		a {
			display: block;
			padding: 40px 20px;
			color: #21176E;
			background-color: #EEEDF4;
			border-radius: 12px;
			box-shadow: 8px 8px 6px rgba(33, 23, 110, 0.1);
			&:hover {
				img {transform: scale(1.05);}
			}
			img {
				width: 100px;
				display: block;
				margin: 0 auto 16px;
				transition: all .3s ease-out;
			}
			span {
				font-size: 1.375em;
				br {display: none;}
			}
		}
	}
}*/
.buysell-ttl {
  text-align: center;
  font-size: 2.625em;
  color: #21176E;
  margin-bottom: 10px;
}
.buysell-ttl br {
  display: none;
}

.buysell-note {
  text-align: center;
  font-size: 1.250em;
  margin-top: 30px;
}

.buysell-search {
  display: flex;
  justify-content: space-between;
}
.buysell-search .buysell-search-area {
  width: 48%;
  border-radius: 12px;
  background-color: #EEEDF4;
  box-shadow: 8px 8px 6px rgba(33, 23, 110, 0.1);
}
.buysell-search .buysell-search-area a {
  display: block;
  padding: 30px 36px;
  color: #21176E;
  position: relative;
}
.buysell-search .buysell-search-area a h3 {
  font-size: 2.125em;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.buysell-search .buysell-search-area a h3 span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #21176E;
  display: inline-block;
  z-index: 2;
  margin-bottom: -3px;
  margin-left: 5px;
  position: relative;
}
.buysell-search .buysell-search-area a h3 span::before {
  display: block;
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(-43%) translateX(-50%) rotate(25deg);
}
.buysell-search .buysell-search-area a h3 span::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 43%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(43%) translateX(-50%) rotate(-25deg);
}
.buysell-search .buysell-search-area a img {
  width: 100%;
  height: auto;
  transition: all .2s ease;
}
.buysell-search .buysell-search-area a:hover img {
  opacity: 0.7;
}

/*オーナー様へ
------------------------------------*/
.owner-img img {
  width: 100%;
  height: auto;
}

.owner-txt {
  font-size: 1.750em;
}
.owner-txt p {
  margin-bottom: 0.75em;
}

.owner-plan-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.owner-plan-box .owner-plan {
  background: #FFF;
  border-radius: 30px;
  width: 31%;
  padding: 25px 30px;
}
.owner-plan-box .owner-plan h3 {
  font-size: 1.875em;
  color: #21176E;
}
.owner-plan-box .owner-plan .owner-plan-img {
  margin-bottom: 8px;
  margin-top: 8px;
}
.owner-plan-box .owner-plan .owner-plan-img img {
  width: 100%;
  height: auto;
}
.owner-plan-box .owner-plan .owner-plan-point h4 {
  color: #21176E;
  font-size: 1.125em;
  margin-top: 1em;
}
.owner-plan-box .owner-plan p {
  font-size: 1.125em;
}

.owner-plan-txt {
  text-align: center;
  font-size: 1.250em;
  margin-bottom: 70px;
}

.owner-kawaraban {
  display: flex;
  flex-wrap: wrap;
}
.owner-kawaraban > div {
  width: 22%;
  margin: 0 4% 0 0;
}
.owner-kawaraban > div:nth-of-type(4n) {
  margin-right: 0;
}
.owner-kawaraban > div:nth-of-type(n+5) {
  margin-top: 30px;
}
.owner-kawaraban > div a {
  color: #21176E;
  display: block;
}
.owner-kawaraban > div a:hover .owner-kawara-img img {
  transform: scale(1.1);
}
.owner-kawaraban > div a .owner-kawara-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(33, 23, 110, 0.3);
  margin-bottom: 8px;
}
.owner-kawaraban > div a .owner-kawara-img img {
  width: 100%;
  height: auto;
  transition: all .3s ease-out;
}
.owner-kawaraban > div a .owner-kawara-date {
  font-family: 'Jost', sans-serif;
  font-size: 1.313em;
}

.owner-mngnt-box {
  display: flex;
  justify-content: space-between;
}
.owner-mngnt-box .owner-mngnt-txt {
  width: 55%;
}
.owner-mngnt-box .owner-mngnt-txt p {
  margin-bottom: 0.75em;
  font-size: 1.125em;
}
.owner-mngnt-box .owner-mngnt-img {
  width: 40%;
}
.owner-mngnt-box .owner-mngnt-img .owner-mngnt-img-ba {
  display: flex;
  justify-content: space-between;
}
.owner-mngnt-box .owner-mngnt-img .owner-mngnt-img-ba + .owner-mngnt-img-ba {
  margin-top: 30px;
}
.owner-mngnt-box .owner-mngnt-img .owner-mngnt-img-ba > div {
  width: 45%;
  position: relative;
}
.owner-mngnt-box .owner-mngnt-img .owner-mngnt-img-ba > div::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #21176E;
  position: absolute;
  top: 50%;
  right: -15%;
  transform: translateY(-50%);
  display: block;
  content: "";
}
.owner-mngnt-box .owner-mngnt-img .owner-mngnt-img-ba > div:nth-last-of-type(1)::after {
  display: none;
}
.owner-mngnt-box .owner-mngnt-img .owner-mngnt-img-ba > div img {
  width: 100%;
  height: auto;
}

/*タブ*/
.owner-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
.owner-tab-wrap .owner-tab-label {
  color: #FFF;
  background: #B3B3B3;
  padding: 6px 20px;
  order: -1;
  width: 49%;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 2.625em;
}
.owner-tab-wrap .owner-tab-content {
  width: 100%;
  display: none;
  background: #EEEDF4;
  border-radius: 0 0 20px 20px;
  padding: 50px;
}
.owner-tab-wrap .owner-tab-content .owner-tab-txt {
  text-align: center;
  font-size: 1.500em;
}
.owner-tab-wrap .owner-tab-content .owner-example {
  text-align: center;
  font-size: 2.625em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #21176E;
  margin-bottom: 20px;
}
.owner-tab-wrap .owner-tab-content .owner-example span {
  background-color: #8D86B5;
  display: inline-block;
  border-radius: 12px;
  color: #FFF;
  padding: 6px 24px;
  font-size: 28px;
  margin-right: 0.75em;
}
.owner-tab-wrap .owner-tab-switch:checked + .owner-tab-label {
  background: #21176E;
}
.owner-tab-wrap .owner-tab-switch:checked + .owner-tab-label + .owner-tab-content {
  display: block;
}
.owner-tab-wrap .owner-tab-switch {
  display: none;
}

/*法人の方へ
------------------------------------*/
.corp-maintxt {
  font-size: 1.875em;
  text-align: center;
}

.corp-service {
  background-color: #eeedf4;
  border-radius: 12px;
  padding: 70px 100px;
}
.corp-service h2 {
  color: #332a7a;
  font-size: 3.438em;
  text-align: center;
  margin-bottom: 30px;
}
.corp-service h2 br {
  display: none;
}
.corp-service .corp-service-box {
  display: flex;
  justify-content: space-between;
}
.corp-service .corp-service-box .corp-service-part {
  width: 100px;
  height: 100px;
  background-color: #332a7a;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  position: relative;
  line-height: 96px;
  font-size: 1.500em;
}
.corp-service .corp-service-box .corp-service-part span {
  font-size: 36px;
}
.corp-service .corp-service-box .corp-service-part::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #332a7a;
  transform: translateY(-50%);
}
.corp-service .corp-service-box .corp-service-txt {
  width: calc(100% - 130px);
}
.corp-service .corp-service-box .corp-service-txt h3 {
  font-size: 2.000em;
  line-height: 1.5;
}
.corp-service .corp-service-box .corp-service-txt p {
  font-size: 1.250em;
}
.corp-service .corp-service01 {
  margin-bottom: 50px;
}
.corp-service .corp-service01 .corp-service-img {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.corp-service .corp-service01 .corp-service-img > div {
  width: 47%;
}
.corp-service .corp-service01 .corp-service-img > div img {
  width: 100%;
  height: auto;
}
.corp-service .corp-service02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.corp-service .corp-service02 > div {
  width: 47%;
  margin-bottom: 50px;
}
.corp-service .corp-service02 > div:nth-of-type(n+3) {
  margin-bottom: 0;
}

.corp-partner {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 40px 0;
  text-align: center;
}
.corp-partner h3 {
  font-size: 2.000em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.corp-partner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.250em;
  list-style: none !important;
}
.corp-partner ul li {
  width: 21%;
  margin: 0 2% 1.5em;
}
.corp-partner p {
  font-size: 1.250em;
}

.corp-jitan img {
  width: 100%;
  height: auto;
}

.corp-contact {
  width: 720px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
}
.corp-contact p {
  font-size: 1.375em;
}
.corp-contact div {
  font-size: 3.000em;
  font-family: 'Jost', sans-serif;
}
.corp-contact div a {
  color: #DF4643;
}

/*入居者様へ
------------------------------------*/
.resid-ttl > span > span {
  font-size: 30px;
}

.resid-maintxt {
  text-align: center;
}
.resid-maintxt h3 {
  font-size: 2em;
  margin-bottom: 20px;
}
.resid-maintxt p {
  font-size: 1.500em;
  text-align: left;
}
.resid-maintxt .resid-free {
  margin-top: 30px;
  line-height: 1.2;
}
.resid-maintxt .resid-free h4 {
  font-size: 1.500em;
}
.resid-maintxt .resid-free .resid-free-number {
  font-size: 4em;
  font-family: 'Jost', sans-serif;
}
.resid-maintxt .resid-free .resid-free-number > a {
  color: #DF4643;
}

.resid-support {
  display: flex;
  justify-content: space-between;
}
.resid-support > div {
  background-color: #EEEDF4;
  border-radius: 40px;
  padding: 30px 40px;
  position: relative;
}
.resid-support > div::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #21176E;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  display: block;
  content: "";
}
.resid-support > div h3 {
  font-size: 2em;
  color: #21176E;
}
.resid-support .resid-spt01 {
  width: 32%;
}
.resid-support .resid-spt01 .resid-spt-free {
  line-height: 1.2;
  font-size: 1.125em;
}
.resid-support .resid-spt01 .resid-spt-free a {
  font-size: 2.333em;
  font-family: 'Jost', sans-serif;
  color: #DF4643;
}
.resid-support .resid-spt02 {
  width: 32%;
}
.resid-support .resid-spt02 p {
  font-size: 1.250em;
}
.resid-support .resid-spt03 {
  width: 23%;
  text-align: center;
  background-color: #8D86B5;
}
.resid-support .resid-spt03::after {
  display: none;
}
.resid-support .resid-spt03 h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  font-size: 2.625em;
  line-height: 1.4;
  color: #FFF;
}

.resid-app img {
  width: 100%;
  height: auto;
}

.resid-app-dl {
  margin-top: 50px;
}

.resid-app-sp {
  display: none;
}

.resid-dispatch {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resid-dispatch > div {
  width: 48%;
  background-color: #EEEDF4;
  border-radius: 40px;
  padding: 30px 40px;
}
.resid-dispatch > div:nth-of-type(n+3) {
  margin-top: 30px;
}
.resid-dispatch > div .resid-dispatch-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.resid-dispatch > div .resid-dispatch-ttl .resid-dispatch-ttl-icon {
  width: 100px;
  margin-right: 10px;
}
.resid-dispatch > div .resid-dispatch-ttl .resid-dispatch-ttl-icon img {
  width: 100%;
  height: auto;
}
.resid-dispatch > div .resid-dispatch-ttl h3 {
  font-size: 2em;
  color: #21176E;
  line-height: 1.3;
  margin-bottom: 10px;
}
.resid-dispatch > div .resid-dispatch-ttl h3 > span {
  font-size: 1.563em;
}
.resid-dispatch > div .resid-dispatch-txt {
  font-size: 1.375em;
  margin-bottom: 10px;
}

.resid-taiou {
  border-radius: 40px;
  padding: 40px;
  border: 2px solid #21176E;
}
.resid-taiou h3 {
  color: #21176e;
  font-size: 2.000em;
  line-height: 1.5;
}
.resid-taiou ul {
  font-size: 1.125em;
}

/*個人情報保護方針
------------------------------------*/
.privacy-box p {
  margin-bottom: 0.75em;
  font-size: 1.125em;
}
.privacy-box p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.privacy-box ul {
  font-size: 1.125em;
}
.privacy-box ul li:nth-last-of-type(1) {
  margin-bottom: 0.75em;
}

/*お問い合わせ
------------------------------------*/
.contact-icon {
  width: 160px;
  margin: 20px auto 30px;
}
.contact-icon img {
  width: 100%;
  height: auto;
}

.contact-area-btn {
  display: flex;
  justify-content: center;
  margin: 0 -1.15%;
}
.contact-area-btn > div {
  width: 31%;
  text-align: center;
  margin: 0 1.15%;
  font-size: 1.125em;
}
.contact-area-btn > div > a {
  background-color: #FFF;
  border: 2px solid #21176E;
  border-radius: 12px;
  display: block;
  color: #21176E;
  position: relative;
  transition: all .2s ease;
  height: 60px;
}
.contact-area-btn > div > a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  line-height: 1.2;
  width: 100%;
}
.contact-area-btn > div > a::before {
  display: block;
  content: "";
  position: absolute;
  top: 44.5%;
  right: 10px;
  width: 14px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(-44.5%) rotate(25deg);
}
.contact-area-btn > div > a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 44.5%;
  right: 10px;
  width: 14px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(44.5%) rotate(-25deg);
}
.contact-area-btn > div > a:hover {
  background-color: #21176E;
  color: #FFF;
}
.contact-area-btn > div > a:hover::before {
  background-color: #FFF;
}
.contact-area-btn > div > a:hover::after {
  background-color: #FFF;
}

.contact-inhab {
  display: flex;
  justify-content: center;
  margin: 0 -3%;
}
.contact-inhab > div {
  width: 38%;
  text-align: center;
  font-size: 1.125em;
  margin: 0 3%;
}
.contact-inhab > div > a {
  background-color: #FFF;
  border: 2px solid #21176E;
  border-radius: 12px;
  display: block;
  color: #21176E;
  padding: 15px 20px;
  transition: all .2s ease;
  position: relative;
}
.contact-inhab > div > a:hover {
  background-color: #D5D3E3;
}
.contact-inhab > div > a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 14px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(-3px) rotate(25deg);
}
.contact-inhab > div > a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 14px;
  height: 1px;
  background-color: #21176E;
  transform: translateY(3px) rotate(-25deg);
}
.contact-inhab > div > a img {
  width: 140px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.contact-list {
  display: flex;
  justify-content: space-between;
}
.contact-list .contact-list-box {
  background-color: #EEEDF4;
  border-radius: 30px;
  padding: 20px 30px;
  width: 23%;
  line-height: 1.5;
}
.contact-list .contact-list-box h3 {
  color: #21176E;
  font-size: 1.5em;
}
.contact-list .contact-list-box .tel span {
  font-size: 2em;
  font-family: 'Jost', sans-serif;
  line-height: 1.2;
}
.contact-list .contact-list-box .tel span a {
  color: #000;
}

.contact-support-txt {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}
.contact-support-txt br {
  display: none;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -2%;
}
.contact-box .contact {
  width: 46%;
  background-color: #EEEDF4;
  border-radius: 40px;
  padding: 30px;
  margin: 0 2% 40px;
}
.contact-box .contact h3 {
  color: #21176E;
  font-size: 2em;
  text-align: center;
}
.contact-box .contact h3 br {
  display: none;
}
.contact-box .contact p {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 20px;
}
.contact-box .contact .contact-club {
  text-align: center;
  font-size: 3.000em;
  color: #21176E;
}
.contact-box .contact .contact-free {
  line-height: 1.2;
  text-align: center;
}
.contact-box .contact .contact-free h4 {
  font-size: 1.500em;
}
.contact-box .contact .contact-free .contact-free-number {
  font-size: 4em;
  font-family: 'Jost', sans-serif;
}
.contact-box .contact .contact-free .contact-free-number > a {
  color: #DF4643;
}
.contact-box .contact .contact-app {
  max-width: 400px;
  width: 80%;
  margin: 0 auto 20px;
}
.contact-box .contact .contact-app img {
  width: 100%;
  height: auto;
}

/*お問い合わせフォーム*/
.form-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #353535;
}
.form-box dt {
  border-top: 1px solid #353535;
  width: 25%;
  padding: 20px 30px;
  font-size: 1.250em;
  background-color: #E9E8F0;
}
.form-box dt .rec {
  background: #DF4643;
  color: #FFFFFF;
  font-size: 16px;
  padding: 4px 8px;
  line-height: 1.1;
}
.form-box dt .opt {
  background: #423A84;
  color: #FFFFFF;
  font-size: 16px;
  padding: 4px 8px;
  line-height: 1.1;
}
.form-box dd {
  border-top: 1px solid #353535;
  width: 75%;
  padding: 20px 30px;
  font-size: 1.125em;
}
.form-box dd input,
.form-box dd textarea {
  padding: 15px;
  border: 1px solid #B3B3B3;
  font-size: 16px;
  border-radius: 12px;
}
.form-box dd input:focus,
.form-box dd textarea:focus {
  outline: solid 2px #908BB6;
}
.form-box dd input.contact-text {
  width: 70%;
}
.form-box dd textarea.contact-textarea {
  width: 100%;
}
.form-box dd input.contact-zipcode {
  width: 20%;
  margin-bottom: 15px;
}
.form-box dd input.contact-address {
  width: 100%;
}
.form-box dd .contact-checkbox p {
  margin-bottom: 0;
}
.form-box dd .contact-checkbox br {
  display: none;
}
.form-box dd .contact-checkbox span.wpcf7-list-item {
  display: block;
}
.form-box dd .contact-checkbox label span {
  padding: 2px 8px 2px 26px;
  position: relative;
  display: inline-block;
}
.form-box dd .contact-checkbox label span::before {
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.form-box dd .contact-checkbox label input[type="checkbox"]:checked + span::before {
  background: #21176e;
  border: 2px solid #21176e;
  border-radius: 2px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
.form-box dd .contact-checkbox label input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 8px;
  border-bottom: solid 3px #FFF;
  border-left: solid 3px #FFF;
  transform: translateY(-60%) rotate(-45deg);
}

.wpcf7-btn-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.wpcf7-btn-box input[type="submit"] {
  margin: 0 20px;
  text-align: center;
  font-size: 1.313em;
  background-color: #21176e;
  border-radius: 12px;
  color: #FFF;
  padding: 15px 40px;
  min-width: 300px;
}
.wpcf7-btn-box input[type="button"] {
  margin: 0 20px;
  text-align: center;
  font-size: 1.313em;
  background-color: #B3B3B3;
  border-radius: 12px;
  color: #FFF;
  padding: 15px 40px;
  min-width: 300px;
}

/*404
------------------------------------*/
.ttl404 {
  font-size: 2.5em;
  color: #21176e;
  margin-bottom: 20px;
  text-align: center;
}
.ttl404 br {
  display: none;
}

.txt404 {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 10px;
}

/*------------------------------------------------------------------------------
投稿
------------------------------------------------------------------------------*/
/*投稿一覧
------------------------------------*/
.post-list {
  margin-bottom: 20px;
}
.post-list li {
  border-top: 1px solid #353535;
  padding: 25px 0;
  font-size: 1.313em;
  list-style: none;
}
.post-list li:nth-last-of-type(1) {
  border-bottom: 1px solid #353535;
}
.post-list li a {
  color: #353535;
  display: flex;
}
.post-list li a span.post-list-date {
  font-family: 'Jost', sans-serif;
  color: #21176e;
  width: 15%;
  display: block;
}
.post-list li a span.post-list-ttl {
  width: 85%;
  display: block;
}
.post-list li a:hover {
  text-decoration: underline;
}

/* ページャー*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0px;
  position: relative;
  width: 100%;
  line-height: 1.2;
}
.pagination .current {
  background: #21176E;
  color: #FFF;
  padding: 8px 12px;
  margin: 4px;
  border: 1px solid #21176E;
  border-radius: 10px;
}
.pagination .dots {
  padding: 8px 12px;
}
.pagination > a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px 12px;
  border: 1px solid #21176E;
  background-color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  color: #21176E;
  border-radius: 10px;
}
.pagination > a:hover {
  color: #FFF;
  border-color: #21176E;
  background: #21176E;
}

/*投稿（single）
------------------------------------*/
.post-data {
  color: #21176E;
  font-family: 'Jost', sans-serif;
  font-size: 1.125em;
  font-weight: bold;
}

.post-ttl {
  font-size: 3em;
  margin-bottom: 40px;
  line-height: 1.5;
}

.post-box p {
  margin-bottom: 1em;
  font-size: 1.125em;
}
.post-box ul {
  padding-left: 1.5em;
  list-style: disc;
  font-size: 1.125em;
}
.post-box ol {
  padding-left: 1.5em;
  list-style: decimal;
  font-size: 1.125em;
}
.post-box h3 {
  font-size: 2em;
  color: #21176E;
  border-bottom: 1px solid #21176E;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.post-box h4 {
  font-size: 1.5em;
  color: #21176E;
}
.post-box a:hover {
  text-decoration: underline;
}
.post-box img {
  max-width: 100%;
  height: auto;
}
.post-box .post-img {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 1.5em;
}
