@charset "UTF-8";

/*------------------------

ベーススタイル

------------------------*/
html {
  overflow-x: hidden;
}

body {
  background: #fff;
  overflow-x: hidden;
  font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  line-height: 140%;
  color: #141414;
  letter-spacing: 0.04em;
}

.wrap {
  width: 1100px;
  margin: auto;
}

@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 48px);
    margin: auto;
  }
}

.site-content {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .site-content {
    padding-top: 60px;
  }
}

/*------------------------

リンク

------------------------*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #15239b;
  text-decoration: none;
}

a:hover {
  color: #15239b;
}

@media (min-width: 560px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

/*------------------------

見出し

------------------------*/
.p-heading-1 {
  margin-bottom: 70px;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 40px;
  font-weight: 200;
  font-weight: bold;
  color: #15239b;
  text-align: center;
  letter-spacing: 0.05em;
}

.p-heading-1 span {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .p-heading-1 {
    margin-bottom: 40px;
    font-size: 30px;
    letter-spacing: 0;
  }

  .p-heading-1 span {
    margin-bottom: 60px;
    font-size: 1rem;
  }
}

/*------------------------

ナビゲーション

------------------------*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.nav-link {
  padding: 0.5rem 1rem;
  display: block;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.navbar {
  padding: 0.5rem 1rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

.navbar-collapse {
  align-items: center;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  -ms-flex-align: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  width: 1.5em;
  height: 1.5em;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header#masthead {
  width: 100%;
  padding: 10px 20px;
  background-color: #1b1b1b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

header#masthead img {
  width: 100%;
}

header#masthead .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}

header#masthead .nav-brand {
  max-width: 130px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.navbar {
  padding: 0;
}

.navbar .nav li a {
  padding: 20px;
  display: block;
  color: #fff;
}

.navbar .nav li a:hover {
  color: #4c5ce6;
}

@media screen and (min-width: 0) and (max-width: 576px) {
  header#masthead {
    padding: 15px 0;
  }

  header#masthead .nav-brand {
    margin-right: auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 70px;
  }

  header#masthead .navbar-toggler {
    z-index: 101;
  }

  header#masthead .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .collapse:not(.show) {
    display: none;
  }

  .navbar-collapse {
    width: 100%;
    height: 100%;
    padding: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background: #151717;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
  }

  .collapse.show {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
  }

  .navbar .nav {
    width: 100%;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .navbar .nav li {
    margin-top: 40px;
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .navbar .nav li:nth-child(even) {
    background: 0 0;
  }

  .navbar .nav li a {
    padding: 0 0 20px;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }
}

/*------------------------

販売物件ギャラリー

------------------------*/
.bg-blue {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #15239b;
}

.bg-black {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #313131;
}
.slick-arrow {
  background: 0 0;
}

.home .slick-track {
  margin-left: -20vw;
  padding-top: 65px;
}

@media (min-width: 1200px) {
  .home .slick-track {
    margin-left: -10vw;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .home .slick-track {
    margin-left: -10vw;
  }
}

@media screen and (min-width: 0) and (max-width: 576px) {
  .home .slick-track {
    margin-left: 0;
  }
}

.home .slick-track .slick-center {
  -webkit-transform: translate(0, -65px);
  transform: translate(0, -65px);
}

.home .slick-arrow {
  position: absolute;
  z-index: 2;
}

.home .slick-arrow.slick-prev {
  left: 24.5vw;
}

@media (min-width: 1200px) {
  .home .slick-arrow.slick-prev {
    left: 27vw;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .home .slick-arrow.slick-prev {
    left: 17vw;
  }
}

@media screen and (min-width: 0) and (max-width: 576px) {
  .home .slick-arrow.slick-prev {
    left: 2vw;
  }
}

.home .slick-arrow.slick-next {
  top: 0;
  right: 42.5vw;
}

@media (min-width: 1200px) {
  .home .slick-arrow.slick-next {
    right: 47vw;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .home .slick-arrow.slick-next {
    right: 37vw;
  }
}

@media screen and (min-width: 0) and (max-width: 576px) {
  .home .slick-arrow.slick-next {
    right: 2vw;
  }
}

.home .slick-arrow.slick-next img,
.home .slick-arrow.slick-prev img {
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .bg-blue {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bg-black {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*------------------------

販売物件一覧

------------------------*/
.p-estategallery {
  padding: 80px 0 60px;
}

.p-estategallery .container {
  width: 90%;
  max-width: 1100px;
  padding: 0;
  position: relative;
}

.c-tag-all {
  background-color: #15239b;
}

.c-tag-land {
  background-color: #ac6a00;
}

.c-tag-store {
  background-color: #15809b;
}

.p-grand-visual {
  color: #fff;
  text-align: center;
}

.p-grand-visual--main {
  margin-bottom: 20px;
  font-family: "Reem Kufi", sans-serif;
  font-size: 40px;
  letter-spacing: 0.07em;
}

.p-grand-visual--sub {
  font-size: 18px;
  color: #fbf8f5;
}

.p-grand-visual--text {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  line-height: 2;
}

.p-grandgallery {
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
}

.p-estatelist .col-md-4 {
  margin-bottom: 40px;
}

.p-estatelist a {
  cursor: pointer;
  position: relative;
  display: block;
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .p-estatelist a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.p-estatelist--thumb {
  position: relative;
  overflow: hidden;
}

.p-estatelist--thumb:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.p-grandgallery .p-estatelist--thumb:before {
  padding-top: 130%;
}

.soldout .p-estatelist--thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  content: "契約済";
  background: rgba(0 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Reem Kufi", sans-serif;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}

.p-grandgallery .p-estatelist .p-estate-single {
  margin: 0 15px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.p-estate-single .p-estatelist--tag {
  top: 0 !important;
  left: 0 !important;
}

.p-estate-single .p-estatelist--catch {
  color: #fff !important;
}

.p-estatelist--thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  -o-object-fit: cover;
}

.p-estatelist--tag {
  min-width: 120px;
  padding: 10px;
  position: absolute;
  top: -15px;
  left: -10px;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.p-estatelist--catch {
  padding: 10px 0;
  border-bottom: solid 1px #ced3db;
  overflow: hidden;
  font-size: 0.937rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 767px) {
  .p-estategallery {
    padding: 60px 0 30px;
  }

  .p-grand-visual--sub {
    font-size: 16px;
  }

  .p-grand-visual--text {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
  }

  .p-grandgallery {
    padding: 40px 0 0;
  }

  .p-estatelist--tag {
    min-width: 100px;
    padding: 5px;
    font-size: 0.75rem;
    line-height: 0.75rem;
  }

  .p-estatelist--tag:after {
    border-width: 22px 10px 0 0;
    right: -10px;
  }

  .p-estatelist--catch {
    font-size: 0.812rem;
  }
}

/*------------------------

モーダル

------------------------*/
.close {
  opacity: 0.5;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  width: 100%;
  height: 100%;
  outline: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 1050;
}

.modal-dialog {
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-centered {
  min-height: calc(100% - 1rem);
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.modal-dialog-centered::before {
  height: calc(100vh - 1rem);
  content: "";
  display: block;
}

.modal-content {
  width: 100%;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.modal-backdrop {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-body {
  padding: 1rem;
  position: relative;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
}

.modal-body .col-md-5 {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.p-modal .modal-content {
  border-radius: 0;
  background: #171718;
}

.p-modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  float: inherit;
  font-size: 2rem;
  color: #fff;
}

.p-modal .modal-body {
  padding: 40px;
  color: #fff;
}

.p-modal .modal-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-modal .modal-thumb img {
  width: 100%;
  height: 100%;
  max-height: 343px;
  object-fit: cover;
  z-index: 1;
  -o-object-fit: cover;
}

.p-modal.soldout .modal-thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-height: 343px;
  content: "契約済";
  background: rgba(0 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Reem Kufi", sans-serif;
  font-size: 16px;
  color: #fff;
  z-index: 1;
}

.p-modal .p-estatelist--tag {
  position: relative;
  top: 0;
  left: 0;
}

.p-modal table {
  width: 100%;
  margin-top: 20px;
  font-size: 0.812rem;
}

.p-modal table th {
  width: 20%;
  font-weight: 400;
  vertical-align: top;
  padding: 5px 0;
}

.p-modal table td {
  width: 80%;
  color: #ccc;
  vertical-align: middle;
  padding: 5px 0 5px 10px;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .p-modal .close {
    top: 10px;
    right: 10px;
    z-index: 2;
  }

  .p-modal .modal-dialog {
    margin: 19px;
  }

  .p-modal .modal-body {
    padding: 20px;
  }

  .modal-body .row {
    padding-right: 15px;
    padding-left: 15px;
  }

  .modal-body .col-md-7 {
    padding-right: 0;
    padding-left: 0;
  }

  .p-modal .modal-thumb {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
  }

  .p-modal .modal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    -o-object-fit: cover;
  }

  .p-modal .p-estatelist--tag {
    top: -12px;
    left: -20px;
  }

  .p-modal table {
    margin-top: 10px;
    font-size: 0.75rem;
  }

  .p-modal table th {
    padding: 2.5px 0;
  }

  .p-modal table td {
    padding: 2.5px 0 2.5px 5px;
  }
}

/*------------------------

フッター

------------------------*/
.company_btn {
  padding: 40px 0;
  background-color: #00349d;
  display: flex;
  justify-content: center;
}

.company_btn a {
  padding: 18px 100px;
  border: 2px solid #fff;
  border-radius: 64px;
  background-color: #00349d;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.company_btn a:hover {
  background-color: #fff;
  color: #00349d;
  text-decoration: none;
}

.pagetop a {
  width: 100%;
  padding: 20px 0;
  background: #222;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #c8c8c8;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}

.footer {
  width: 100%;
  padding: 80px 0;
  background: #fff;
  color: #222;
}

.box_foot {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.box_foot_logo {
  max-width: 140px;
  margin: 0 auto 32.5px;
}

.footer small {
  /*   padding: 65px 0 0; */
  padding: 30px 0 0;
  display: block;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1rem;
  font-size: 12px;
  color: #666;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .company_btn {
    padding: 40px 20px;
  }

  .company_btn a {
    padding: 10px 60px;
    font-size: 15px;
  }

  .footer {
    padding: 40px 0;
  }

  .box_foot_logo {
    max-width: 100px;
    margin: 0 auto 30px;
  }

  .footer small {
    padding: 0;
  }
}

/*------------------------

お問合せ

------------------------*/
.contact-content .page-title {
  width: 100%;
  margin: 0;
  padding: 120px 0;
  background-image: url("../img/title_contact.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-content .page-title_text {
  padding: 30px 80px;
  border: 1px solid #fff;
  font-family: "Alata", sans-serif;
  font-size: 30px;
  color: #fff;
}

.back_contact01 {
  padding: 80px 0;
}

.form_contact01 {
  margin-top: 40px;
}

.form-tag {
  width: 50px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 20px;
  background: #e0e1e1;
  display: inline-block;
  font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.82;
  color: #313439;
  text-align: center;
}

.form-tag.-required {
  background: #d00;
  color: #fff;
}

.table_contact01 {
  width: 100%;
  margin: 0;
  font-size: 16px;
}

.table_contact01 tr:nth-child(odd) {
  background: #e7e9f5;
}

.table_contact01 th {
  width: 25%;
  padding: 20px;
  position: relative;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.table_contact01 .form-tag {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.table_contact01 td {
  width: 75%;
  padding: 20px;
}

::placeholder,
form-control::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #c6c6c6;
}

.table_contact01 select,
.table_contact01 input,
.table_contact01 button,
.table_contact01 textarea,
.table_contact01 button,
.table_contact01 option {
  font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.table_contact01 input,
.table_contact01 textarea {
  width: 100%;
  padding: 10px 12.5px;
  transition: all 0.5s;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.table_contact01 input:focus,
.table_contact01 textarea:focus {
  border: 1px solid #15239b;
  outline: 0;
  background: #f6f7fc;
  box-shadow: none;
}

.select-wrap {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.select-wrap select {
  width: 100%;
  padding: 8px 38px 8px 8px;
  padding-right: 1em;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  color: #666;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  appearance: none;
}

.select-wrap select::-ms-expand {
  display: none;
}

.text_contact01 {
  margin-top: 40px;
  line-height: 2;
}

.text_contact01 h2 {
  font-weight: 600;
  text-align: center;
}

.text_contact01__box {
  width: 800px;
  height: 200px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #e2e2e2;
  background: #f4f4f9;
  overflow: auto;
}

.text_contact01__box p {
  margin: 0 0 15px;
  font-size: 14px;
}

.text_contact01__info {
  font-size: 14px;
  text-align: center;
}

.table_contact01 .container {
  margin-left: -24px;
  display: flex;
  align-items: center;
}

.table_contact01 .container > div {
  margin-left: 24px;
}

/*------------
radio
------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  width: 0;
  padding: 0;
  border: 0;
  visibility: hidden;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  margin-bottom: 0;
  padding-left: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 20px;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  width: 12px;
  height: 12px;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 100%;
  background: #15239b;
  position: absolute;
  top: 4px;
  left: 4px;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*------------
checkbox
------------*/
.privacy-checkbox {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

.privacy-checkbox [type="checkbox"]:checked,
.privacy-checkbox [type="checkbox"]:not(:checked) {
  display: none;
  visibility: hidden;
}

.privacy-checkbox [type="checkbox"]:checked + label,
.privacy-checkbox [type="checkbox"]:not(:checked) + label {
  padding-left: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 20px;
  color: #666;
}

.privacy-checkbox [type="checkbox"]:checked + label:before,
.privacy-checkbox [type="checkbox"]:not(:checked) + label:before {
  width: 18px;
  height: 18px;
  content: "";
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.privacy-checkbox [type="checkbox"]:checked + label:after,
.privacy-checkbox [type="checkbox"]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  content: "";
  /* background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%2315239b" d="M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z" /></svg>') no-repeat center center/contain; */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%2315239b" stroke="%2315239b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z"/></svg>') no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.privacy-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.privacy-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.submit-btn {
  width: 400px;
  margin: 40px auto 0;
}

.submit-btn input {
  width: 400px;
  height: 65px;
  transition: 0.3s;
  border: 0;
  border: 1px solid #15239b;
  border-radius: 33px;
  background: #15239b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-appearance: none;
}

.submit-btn input:hover {
  cursor: pointer;
  border: 1px solid #15239b;
  background: #fff;
  color: #15239b;
}

@media screen and (max-width: 1000px) {
  .contact-content .page-title {
    padding: 80px 0;
    background-size: cover;
    text-align: center;
  }

  .contact-content .page-title_text {
    padding: 20px 60px;
    font-size: 25px;
  }

  .back_contact01 {
    padding: 40px 0;
  }

  .box_contact01 {
    font-size: 14px;
  }

  .form_contact01 {
    margin-top: 20px;
  }

  .table_contact01 tr {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .table_contact01 th {
    width: 100%;
    padding: 0;
  }

  .form-tag {
    line-height: 1.7;
  }

  .table_contact01 .form-tag {
    margin-left: 10px;
    top: 10px;
    right: 25px;
  }

  .table_contact01 th {
    padding: 20px 25px 5px;
    font-size: 14px;
    text-align: left;
  }

  .table_contact01 td {
    width: 100%;
    padding: 0 25px 20px;
  }

  .text_contact01__box {
    width: 100%;
  }

  .text_contact01__info {
    font-size: 12px;
    line-height: 1.618;
    text-align: left;
  }

  .table_contact01 .container {
    width: 100%;
    margin-left: 0;
    padding: 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .table_contact01 .container > div {
    margin-top: 10px;
    margin-left: 0;
  }

  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    font-size: 14px;
  }

  .submit-btn {
    width: 100%;
    margin: 20px auto 0;
  }

  .submit-btn input {
    width: 100%;
  }
}

/*------------------------

表示・非表示

------------------------*/
.hidden {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .view_pc {
    display: none !important;
  }
}

@media only screen and (max-width: 559px) {
  .view_pc-tab,
  .view_tab,
  .view_tabl {
    display: none !important;
  }
}

@media only screen and (min-width: 560px) and (max-width: 983px) {
  .view_tabl {
    display: none !important;
  }
}

@media only screen and (min-width: 560px) and (max-width: 983px) {
  .view_tabs {
    display: none !important;
  }
}

@media only screen and (min-width: 560px) {
  .view_sp {
    display: none !important;
  }
}
