﻿@charset "utf-8";

/* =============================== sub common =============================== */

.sub header {
  background: #f6f4f1;
}
.sub .h_inner {
}

.submain {
  height: 240px;
  position: relative;
  background: #e5e3de;
}
.submain .submain_ttl {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.submain .submain_ttl .ja ,
.submain .submain_ttl .en {
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  text-align: center;
}

.breadcrumbs {
  background: #f6f4f1;
  box-sizing: border-box;
  padding: 3.0rem 0;
}
.breadcrumbs li {
  list-style: none;
}
.breadcrumbs li ,
.breadcrumbs li a {
  font-size: 1.4rem;
  line-height: 140%;
  text-decoration: none;
}
.breadcrumbs li:nth-last-child(n+2) {
  margin-right: 40px;
  position: relative;
}
.breadcrumbs li:nth-last-child(n+2)::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -2px;
  transform: rotate(45deg);
}

/* =============================== about =============================== */

.common_nav01_bk {
  padding: 5.0rem 0;
  background: #f6f4f1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.common_nav01_bk.club {
  padding: 5.0rem 0 8.0rem;
}
.common_nav01_bk .common_nav01 {
}
.common_nav01_bk .common_nav01 .ttl {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 175%;
  margin-bottom: 6.0rem;
}
.common_nav01_bk .common_nav01 .common_nav01_list {
  width: 100%;
  margin-top: 10.0rem;
}
.common_nav01_bk .common_nav01 .common_nav01_list li {
  border-bottom: 1px solid #b0b1b1;
  width: 48%;
  margin-right: 4%;
}
.common_nav01_bk .common_nav01 .common_nav01_list li:nth-child(2n) {
  margin-right: 0;
}
.common_nav01_bk .common_nav01 .common_nav01_list li a {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 2.0rem 26px 2.0rem 4px;
  text-decoration: none;
}
.common_nav01_bk .common_nav01 .common_nav01_list li a .arrow {
  font-size: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  transition: .3s;
}
.common_nav01_bk .common_nav01 .common_nav01_list li a .arrow::after {
  content: "";
  display: block;
  width: 31px;
  height: 7px;
  border-bottom: 1px solid #231815;
  border-right: 1.5px solid #231815;
  transform: skew(55deg);
}


.about01_bk .about01 {
  padding: 7.0rem 0;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.about01_bk .about01 .about01_inner .image {
  width: 100%;
  text-align: center;
}
.about01_bk .about01 .about01_inner .image img {
  width: 50%;
  height: auto;
}
.about01_bk .about01 .about01_inner .info {
  width: 100%;
  padding-top: 4.5rem;
}
.about01_bk .about01 .about01_inner .info .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3.0rem;
}
.about01_bk .about01 .about01_inner .info .common_txt01 + .ttl {
  margin-top: 4.5rem;
}

.about02_bk .about02 {
  padding: 7.0rem 0 10.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.about02_bk .about02 .about02_inner .about02_dlist {
  border-top: 1px solid #b0b1b1;
  background: #e5e3de;
}
.about02_bk .about02 .about02_inner .about02_dlist dt ,
.about02_bk .about02 .about02_inner .about02_dlist dd {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.about02_bk .about02 .about02_inner .about02_dlist dt {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #b0b1b1;
  padding: 1.5rem 4%;
}
.about02_bk .about02 .about02_inner .about02_dlist dt.sttl {
  width: 100%;
  padding: 2.0rem 4%;
  background: #231815;
  color: #fff;
}
.about02_bk .about02 .about02_inner .about02_dlist dd {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #b0b1b1;
  padding: 3.5rem 4%;
  background: #f6f4f1;
}
.about02_bk .about02 .about02_inner .about02_dlist dd strong {
  font-weight: 700;
}

.about03_bk .about03 {
  padding: 7.0rem 0 8.5rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.about03_bk .about03 .about03_inner .about03_list li {
  width: 100%;
  border-bottom: 1px solid #b0b1b1;
  padding-bottom: 2.5rem;
  margin-bottom: 3.0rem;
}
.about03_bk .about03 .about03_inner .about03_list li .txt {
  font-size: 1.8rem;
  font-weight: 600;
}

/* =============================== affiliated =============================== */

.affiliated01_bk {
  padding: 3.0rem 0 8.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.affiliated01_bk .affiliated01 {
  align-items: center;
}
.affiliated01_bk .affiliated01 .image {
  width: 104%;
  margin-left: -4.5%;
  margin-bottom: 4.5rem;
}
.affiliated01_bk .affiliated01 .image img {
  width: 100%;
}
.affiliated01_bk .affiliated01 .info {
  width: 100%;
}
.affiliated01_bk .affiliated01 .info .ttl {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}

.affiliated02_bk .affiliated02 {
  padding: 10.0rem 0 7.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.affiliated02_bk .affiliated02 .affiliated02_inner .affiliated02_list li {
  width: 100%;
  border-bottom: 1px solid #b0b1b1;
  padding-bottom: 2.5rem;
  margin-bottom: 3.0rem;
}
.affiliated02_bk .affiliated02 .affiliated02_inner .affiliated02_list li:nth-child(2n) {
  margin-right: 0;
}
.affiliated02_bk .affiliated02 .affiliated02_inner .affiliated02_list li .txt {
  font-size: 2.0rem;
  font-weight: 600;
}

.affiliated03_bk .affiliated03 {
  padding: 7.0rem 0 11.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.affiliated03_bk .affiliated03 .affiliated03_inner .affiliated03_list {
}
.affiliated03_bk .affiliated03 .affiliated03_inner .affiliated03_list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.affiliated03_bk .affiliated03 .affiliated03_inner .affiliated03_list li:nth-last-child(n+2) {
  margin-bottom: 5.0rem;
}
.affiliated03_bk .affiliated03 .affiliated03_inner .affiliated03_list li .image {
  width: 24%;
  margin-right: 5%;
}
.affiliated03_bk .affiliated03 .affiliated03_inner .affiliated03_list li .image img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.affiliated03_bk .affiliated03 .affiliated03_inner .affiliated03_list li .info {
  width: 71%;
}
.affiliated03_bk .affiliated03 .affiliated03_inner .affiliated03_list li .info .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.0rem;
}

.affiliated04_bk .affiliated04 {
  padding: 7.0rem 0 12.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl {
  border-top: 1px solid #b0b1b1;
  border-collapse: collapse;
  width: 100%;
  background: #e5e3de;
}
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl th ,
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl td {
  font-size: 1.8rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #b0b1b1;
}
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl th {
  font-weight: 600;
  padding: 1.5rem 4%;
}
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl td {
  font-weight: 500;
  background: #f6f4f1;
  padding: 3.5rem 4%;
}
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl td dl {
  display: flex;
  flex-wrap: wrap;
}
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl td dl dt ,
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl td dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
}  
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl td dl dt {
  width: 11.5em;
}
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_tbl td dl dd {
  width: calc( 100% - 11.5em );
}
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_gmap {
  margin-top: 5.5rem;
  width: 100%;
}
.affiliated04_bk .affiliated04 .affiliated04_inner .affiliated04_gmap iframe {
  width: 100%;
  height: 320px;
}

/* =============================== club =============================== */

.club01_bk .club01 {
  padding: 7.0rem 0 6.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.club01_bk .club01 .club01_inner .club01_list li {
  width: 48%;
  border-bottom: 1px solid #b0b1b1;
  margin-right: 4%;
  padding-bottom: 2.5rem;
  margin-bottom: 3.0rem;
}
.club01_bk .club01 .club01_inner .club01_list li:nth-child(2n) {
  margin-right: 0;
}
.club01_bk .club01 .club01_inner .club01_list li .txt {
  font-size: 1.8rem;
  font-weight: 600;
}

.club02_bk .club02 {
  padding: 8.0rem 0 12.5rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.club02_bk .club02 .club02_inner .image {
  width: 100%;
  order: 2;
}
.club02_bk .club02 .club02_inner .image img {
  max-width: 100%;
  height: auto;
}
.club02_bk .club02 .club02_inner .info {
  width: 100%;
  order: 1;
  margin-bottom: 3.5rem;
}

/* =============================== contact =============================== */

.contact_bk {
  padding: 3.0rem 0 10.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.contact_bk .contact {
  width: 92%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.contact_bk .contact .contact_info {
  border-bottom: 1px solid #b0b1b1;
  padding-bottom: 3.0rem;
  margin-bottom: 6.0rem;
}
.contact_bk .contact .contact_info .tel {
  padding-top: 4.0rem;
  text-align: center;
}
.contact_bk .contact .contact_info .tel a {
  display: inline-block;
  text-decoration: none;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.2rem;
}
.contact_bk .contact .contact_info .tel .time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.contact_bk .contact .formarea .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 175%;
  border-bottom: 1px solid #b0b1b1;
  padding-bottom: 1.2rem;
  margin-bottom: 2.5rem;
}
.formsec + .ttl {
  padding-top: 12.0rem;
}
.formsec dt ,
.formsec dt p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.0rem;
}
.formsec dt .required {
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
  box-sizing: border-box;
  background: #e9381b;
  padding: 3px 10px;
  margin-left: 1.0rem;
}
.formsec dd {
  margin-bottom: 2.5rem;
  position: relative;
}
.formsec dd .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}
.formsec input ,
.formsec textarea ,
.formsec select {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
}
.formsec input[type="text"] ,
.formsec input[type="email"] ,
.formsec textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1;
}
.formsec input[type="checkbox"] {
  margin-right: 1.0rem;
}
.formsec label ,
.formsec label span ,
.formsec .cf7msm-ro {
  font-size: 16px;
}
.formsec .wpcf7-list-item {
  margin-top: 1.5rem;
  display: block;
}
.formsec label + label {
  margin-top: .5em;
}
.formsec input.zip ,
.formsec select {
  width: 11em;
  font-size: 16px;
}
.formsec select option {
  font-size: 16px;
}
.formsec textarea {
  line-height: 170%;
  height: 18em;
}
.formsec dd .ziplink {
  font-size: 1.6rem;
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: calc(12em + 1.5rem);
  top: 45%;
  transform: translate(0, -50%);
}
.formsec dd .ziplink a {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  color: #231815;
  border-bottom: 1px solid #231815;
}

.privacy {
  text-align: center;
  margin-top: 4.0rem;
  margin-bottom: 6.0rem;
}
.privacy input[type="checkbox"] {
  margin-right: 1.0rem;
}
.privacy label ,
.privacy label span ,
.privacy .txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.privacy label a {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  color: #231815;
  border-bottom: 1px solid #231815;
}

.submit {
  text-align: center;
}
.submit input[type="button"] {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border: none;
  padding: 16px 0;
  box-sizing: border-box;
  width: 80%;
  max-width: 360px;
  color: #fff;
  background: #aaa;
  border-radius: 30px;
  margin-bottom: 15px;
}
.submit input[type="submit"] {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border: none;
  padding: 20px 0;
  box-sizing: border-box;
  width: 80%;
  max-width: 360px;
  color: #231815;
  background: #e5e3de;
  border-radius: 30px;
}
.submit input[type="submit"]:disabled {
  opacity: .8;
  cursor: default;
}
.formarea .wpcf7-spinner {
  display: block;
}

/* =============================== facility =============================== */

.facility01_bk {
  padding: 3.0rem 0 8.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.facility01_bk .facility01 {
  align-items: center;
}
.facility01_bk .facility01 .image {
  width: 104%;
  margin-left: -4.5%;
  margin-bottom: 4.5rem;
}
.facility01_bk .facility01 .image img {
  width: 100%;
}
.facility01_bk .facility01 .info {
  width: 100%;
}
.facility01_bk .facility01 .info .ttl {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}

.facility02_bk .facility02 {
  padding: 7.0rem 0 12.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.facility02_dlist {
  box-sizing: border-box;
  width: 100%;
  margin-top: 8.0rem;
  padding-left: 5.0rem;
}
.facility02_dlist dt {
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  position: relative;
  margin-bottom: 2.5rem;
}
.facility02_dlist dt::before {
  content: "";
  width: 7.0rem;
  height: 1px;
  background: #b0b1b1;
  position: absolute;
  left: -9.0rem;
  top: 50%;
  transform: translate( 0,-50% );
}
.facility02_dlist dd {
  width: 100%;
}
.facility02_dlist dd:nth-last-of-type(n+2) {
  margin-bottom: 8.0rem;
}

.facility03_bk .facility03 {
  padding: 10.0rem 0 16.0rem;
  overflow: hidden;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.facility03_bk .facility03 .facility03_sec {
}
.facility03_bk .facility03 .facility03_sec:nth-last-of-type(n+2) {
  margin-bottom: 10.0rem;
}
.facility03_bk .facility03 .facility03_sec .info {
  width: 100%;
  order: 2;
}
.facility03_bk .facility03 .facility03_sec .image {
  width: 100%;
  margin-bottom: 3.5rem;
  position: relative;
}
.facility03_bk .facility03 .facility03_sec .image img {
  max-width: 100%;
  height: auto;
}
.facility03_bk .facility03 .facility03_sec .image .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:480px){
  .facility03_bk .facility03 .facility03_sec .image .ttl {
    font-size: 2.4rem;
  }
}
.facility03_bk .facility03 .facility03_sec .image .ttl::after {
  content: "";
  background: #e5e3de;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate( 0,-50% );
  left: calc(0px - 4% - 50px);
  z-index: -1;
}
.facility03_bk .facility03 .facility03_sec .image .ttl .mini {
  font-size: 2.0rem;
  font-weight: 700;
}

/* =============================== information =============================== */

.information_bk {
  padding: 7.0rem 0 14.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.information_bk .information_nav {
  width: 96%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8.0rem;
}
.information_bk .information_nav ul {
  justify-content: center;
}  
.information_bk .information_nav li {
  width: 31%;
  margin-right: 3.5%;
  border-bottom: 1px solid #231815;
  margin-bottom: 1.0rem;
}
.information_bk .information_nav li:nth-child(3) {
  margin-right: 0;
}
.information_bk .information_nav li.current {
  background: #e5e3de;
  border-bottom: 1px solid #e5e3de;
}
.information_bk .information_nav li a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 2.0rem .5em;
  box-sizing: border-box;
  text-decoration: none;
  color: #231815;
}

.information_bk .information_list {
  border-top: 1px solid #b0b1b1;
}
.information_bk .information_list li {
  width: 100%;
  border-bottom: 1px solid #b0b1b1;
  box-sizing: border-box;
  padding: 3.0rem 0 2.5rem;
}
.information_bk .information_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
}
.information_bk .information_list li a .image {
  width: 110px;
  height: 73px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.information_bk .information_list li a .image.noimg {
  background-image: url(../images/common/noimg.png);
}
.information_bk .information_list li a .info {
  width: calc( 95% - 110px );
  margin-left: 5%;
}
.information_bk .information_list li a .info .date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.information_bk .information_list li a .info .date .cat {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  padding: 7px 20px;
  border-radius: 13px;
  background: #231815;
  line-height: 1;
  color: #fff;
  margin-right: 1.6rem;
}

.pagenavi {
  padding: 6.0rem 0 2.0rem;
}
.pagenavi .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagenavi .wp-pagenavi span ,
.pagenavi .wp-pagenavi a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #231815;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
  padding: 1.5rem 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,0);
  margin: 0 .2em;
}
.pagenavi .wp-pagenavi span.current {
  border-bottom: 1px solid #231815;
}


.information_detail_bk {
  padding: 3.0rem 0 12.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.information_detail_bk .information_detail {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.information_detail_bk .information_detail .common_btn01 a {
  width: 340px;
}
.information_detail_bk .information_detail .date {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.information_detail_bk .information_detail .date .cat {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  padding: 7px 20px;
  border-radius: 13px;
  background: #231815;
  line-height: 1;
  color: #fff;
  margin-right: 1.6rem;
}
.information_detail_bk .information_detail h1 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 3.5rem;
}
.information_detail_bk .information_detail .image {
  text-align: center; 
  margin-bottom: 8.0rem;
}
.information_detail_bk .information_detail .image img {
  max-width: 100%;
}
.information_detail_bk .information_detail .common_btn01 a {
  width: 340px;
}

.editarea {
  padding: 0 0 8.0rem;
}
.editarea * {
  word-break: break-all;
}
.editarea p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 1.5em;
}
.editarea h2 {
  font-size: 3.0rem;
  font-weight: 700;
  padding-bottom: .4em;
  border-bottom: 1px solid #b0b1b1;
  margin-bottom: .8em;
}
.editarea h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: .8em;
}
.editarea ul ,
.editarea ol {
  margin: 2.0rem 1.0rem 2.0rem 2.5rem;
}

.editarea ul li {
  list-style: disc;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 220%;
  margin-bottom: .2em;
}
.editarea ol li {
  list-style: decimal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 220%;
  margin-bottom: .2em;
}
.editarea pre {
  background: #e5e3de;
  width: 100%;
  box-sizing: border-box;
  padding: 4.0rem 4.5%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  margin: 2.0rem 0;
}
.editarea table {
  border-collapse: collapse;
  border-top: 1px solid #b0b1b1;
  margin: 2.0rem 0;
}
.editarea table td {
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
  padding: 3.0rem 1.2em;
  border: none;
  border-bottom: 1px solid #b0b1b1;
}
.editarea table td:nth-child(1) {
  background: #e5e3de;
  text-align: center;
}
.editarea blockquote {
  background: #e5e3de;
  width: 100%;
  box-sizing: border-box;
  padding: 3.0rem 6%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  margin: 2.5rem 0;
  position: relative;
}
.editarea blockquote::before ,
.editarea blockquote::after {
  content: "";
  width: 32px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  z-index: 5;
}
.editarea blockquote::before {
  background-image: url(../images/information/ico_blockquote_st.png);
  left: -10px;
  top: 5px;
}
.editarea blockquote::after {
  background-image: url(../images/information/ico_blockquote_en.png);
  right: -10px;
  bottom: 5px;
}
.editarea blockquote cite {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
}

/* =============================== overview =============================== */

.overview01_bk .overview01 {
  padding: 7.0rem 0 10.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.overview01_bk .overview01 .overview01_inner .overview01_tbl {
  border-top: 1px solid #b0b1b1;
  border-collapse: collapse;
  width: 100%;
  background: #e5e3de;
}
.overview01_bk .overview01 .overview01_inner .overview01_tbl th ,
.overview01_bk .overview01 .overview01_inner .overview01_tbl td {
  font-size: 1.8rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #b0b1b1;
}
.overview01_bk .overview01 .overview01_inner .overview01_tbl th {
  font-weight: 600;
  padding: 1.5rem 4%;
}
.overview01_bk .overview01 .overview01_inner .overview01_tbl td {
  font-weight: 500;
  background: #f6f4f1;
  padding: 3.5rem 4%;
}
.overview01_bk .overview01 .overview01_inner .overview01_tbl td dl {
  display: flex;
  flex-wrap: wrap;
}
.overview01_bk .overview01 .overview01_inner .overview01_tbl td dl dt ,
.overview01_bk .overview01 .overview01_inner .overview01_tbl td dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
}  
.overview01_bk .overview01 .overview01_inner .overview01_tbl td dl dt {
  width: 11.5em;
}
.overview01_bk .overview01 .overview01_inner .overview01_tbl td dl dd {
  width: calc( 100% - 11.5em );
}

.overview02_bk .overview02 {
  padding: 6.0rem 0 10.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.overview02_bk .overview02 .overview02_inner .txt01 {
  margin-bottom: 6.0rem;
}
.overview02_bk .overview02 .overview02_inner .txt02 {
  margin-bottom: 1.5rem;
}
.overview02_bk .overview02 .overview02_inner img {
  width: 30%;
  max-width: 100%;
}

/* =============================== plainclothes =============================== */

.plainclothes01_bk {
  padding: 3.0rem 0 8.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.plainclothes01_bk .plainclothes01 {
  align-items: center;
}
.plainclothes01_bk .plainclothes01 .image {
  width: 104%;
  margin-left: -4.5%;
  margin-bottom: 4.5rem;
}
.plainclothes01_bk .plainclothes01 .image img {
  width: 100%;
}
.plainclothes01_bk .plainclothes01 .info {
  width: 100%;
}
.plainclothes01_bk .plainclothes01 .info .ttl {
  text-align: center;
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}

.plainclothes02_bk .plainclothes02 {
  padding: 10.0rem 0 7.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.plainclothes02_bk .plainclothes02 .plainclothes02_inner .plainclothes02_list li {
  width: 100%;
  border-bottom: 1px solid #b0b1b1;
  padding-bottom: 2.5rem;
  margin-bottom: 3.0rem;
}
.plainclothes02_bk .plainclothes02 .plainclothes02_inner .plainclothes02_list li:nth-child(2n) {
  margin-right: 0;
}
.plainclothes02_bk .plainclothes02 .plainclothes02_inner .plainclothes02_list li .txt {
  font-size: 2.0rem;
  font-weight: 600;
}

.plainclothes03_bk .plainclothes03 {
  padding: 7.0rem 0 11.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.plainclothes03_bk .plainclothes03 .plainclothes03_inner .plainclothes03_list {
}
.plainclothes03_bk .plainclothes03 .plainclothes03_inner .plainclothes03_list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.plainclothes03_bk .plainclothes03 .plainclothes03_inner .plainclothes03_list li:nth-last-child(n+2) {
  margin-bottom: 5.0rem;
}
.plainclothes03_bk .plainclothes03 .plainclothes03_inner .plainclothes03_list li .image {
  width: 24%;
  margin-right: 5%;
}
.plainclothes03_bk .plainclothes03 .plainclothes03_inner .plainclothes03_list li .image img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.plainclothes03_bk .plainclothes03 .plainclothes03_inner .plainclothes03_list li .info {
  width: 71%;
}
.plainclothes03_bk .plainclothes03 .plainclothes03_inner .plainclothes03_list li .info .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.0rem;
}

.plainclothes04_bk .plainclothes04 {
  padding: 7.0rem 0 12.0rem;
  background: #f6f4f1;
  position: relative;
  width: 100%;
}
.plainclothes04_bk .plainclothes04 .plainclothes04_inner .common_txt01 {
  margin-bottom: 4.5rem;
}

/* =============================== privacy =============================== */

.privacy01_bk {
  padding: 3.0rem 0;
  background: #f6f4f1;
  box-sizing: border-box;
}
.privacy01_bk .privacy01 .common_ttl02 {
  margin-bottom: 5.0rem;
}
.privacy01_bk .privacy01 .sttl {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5.5rem;
}
.privacy01_bk .privacy01 .privacy_dlist:nth-of-type(1) {
  margin-top: 3.5rem;
  padding-top: 5.0rem;
  border-top: 1px solid #b0b1b1;
}

.privacy02_bk {
  padding: 2.0rem 0 8.0rem;
  background: #f6f4f1;
  box-sizing: border-box;
}
.privacy02_bk .privacy02 .common_ttl02 {
  margin-bottom: 5.5rem;
}

.privacy_dlist {
  margin-bottom: 5.0rem;
}
.privacy_dlist dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.0rem;
}
.privacy_dlist dd {
}
.privacy_dlist dd .list_num01 {
  padding: 1.0rem 0;
  margin-left: 3.0rem;
}
.privacy_dlist dd .list_num01 li {
  list-style: decimal;
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 1.0rem;
}
.privacy_dlist dd .box01 {
  margin-top: 3.5rem;
  padding: 2.5rem 4.5%;
  box-sizing: border-box;
  border: 1px solid #b0b1b1;
}

/* =============================== recruit =============================== */

.recruit_bk {
  padding: 3.0rem 0 10.0rem;
  background: #f6f4f1;
  box-sizing: border-box;
}
.recruit_bk .recruit .comingsoon {
  font-size: 2.2rem;
  line-height: 200%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8.0rem;
}
.recruit_bk .recruit .recruit_dlist {
  text-align: center;
  padding-bottom: 8.0rem;
}
.recruit_bk .recruit .recruit_dlist dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.0rem;
}
.recruit_bk .recruit .recruit_dlist dd .common_txt01 {
  margin-bottom: 7.0rem; 
}
.recruit_bk .recruit .recruit_dlist dd .btn:nth-last-child(n+1) {
  margin-bottom: 2.5rem;
}
.recruit_bk .recruit .recruit_dlist dd .btn a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
  padding: 5px 5px 5px 48px;
}
.recruit_bk .recruit .recruit_dlist dd .btn a::before {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) skew(45deg);
  z-index: 2;
  transition: .3s;
}

/* =============================== signage =============================== */

.signage_bk {
  padding: 3.0rem 0 8.0rem;
  background: #f6f4f1;
  box-sizing: border-box;
}
.signage_bk .signage .common_ttl02 {
  margin-bottom: 6.0rem;
}
.signage_bk .signage .signage_img li {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.signage_bk .signage .signage_img li:nth-child(1) {
  margin-bottom: 3.0rem;
}

/* =============================== 404 =============================== */

.notfound_bk {
  padding: 3.0rem 0 14.0rem;
  background: #f6f4f1;
  box-sizing: border-box;
}
.notfound_bk .notfound .common_txt01 a {
  font-size: 1.6rem;
  line-height: inherit;
  text-decoration: none;
  border-bottom: 1px solid #231815;
}