@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('../fonts/ZenMaruGothic-Regular.woff2') format('woff2');
  font-weight: 400;  /* Regular */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('../fonts/ZenMaruGothic-Bold.woff2') format('woff2');
  font-weight: 700;  /* Bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('../fonts/ZenMaruGothic-Light.woff2') format('woff2');
  font-weight: 300;  /* Light */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('../fonts/ZenMaruGothic-Medium.woff2') format('woff2');
  font-weight: 600;  /* Medium */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('../fonts/ZenMaruGothic-Black.woff2') format('woff2');
  font-weight: 800;  /* Black */
  font-style: normal;
  font-display: swap;
}
@charset "UTF-8";
.content-service {
  background: #f9f5f2;
  padding: 100px 0;
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .content-service {
    padding: 50px 0;
    margin-top: 50px;
  }
}
.content-service .container .item {
  display: flex;
  padding: 40px;
  border: 2px solid #ba916c;
  background: #fff;
}
.content-service .container .item:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .content-service .container .item:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .content-service .container .item {
    padding: 25px 20px;
    display: block;
  }
}
.content-service .container .item .img-ser {
  width: 350px;
}
@media screen and (max-width: 769px) {
  .content-service .container .item .img-ser {
    width: 100%;
  }
  .content-service .container .item .img-ser img {
    margin: 0 auto;
    display: block;
  }
}
.content-service .container .item .content-ser {
  margin-left: 30px;
  width: 467px;
}
@media screen and (max-width: 769px) {
  .content-service .container .item .content-ser {
    width: 100%;
    margin-left: 0;
    margin-top: 23px;
  }
}
.content-service .container .item .content-ser .title-ser {
  font-size: 24px;
  color: #ba916c;
}
@media screen and (max-width: 769px) {
  .content-service .container .item .content-ser .title-ser {
    font-size: 20px;
  }
}
.content-service .container .item .content-ser .ct-ser {
  margin-top: 30px;
  letter-spacing: -1px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .content-service .container .item .content-ser .ct-ser {
    margin-top: 23px;
  }
}

.service .section-1 {
  height: 490px !important;
}
@media screen and (max-width: 769px) {
  .service .section-1 {
    height: auto !important;
  }
}
.service .section-1 .content-top {
  padding-top: 40px !important;
}
.service .section-1 .content-top .ct-left {
  padding-top: 0 !important;
  line-height: 1.4;
}

.top-banner {
  background: url("../images/bg.webp") center center no-repeat;
  background-size: cover;
  padding: 80px 0 50px 0;
  position: relative;
}
@media screen and (max-width: 769px) {
  .top-banner {
    padding: 50px 0 50px 0;
  }
}
@media screen and (max-width: 769px) {
  .top-banner .container {
    padding: 0 15px;
  }
}
.top-banner h1 {
  font-size: 40px;
  color: #ba916c;
   /* font-family: fot-tsukuardgothic-std, sans-serif; */
   font-family: 'Zen Maru Gothic', sans-serif;
}

.top-banner .name-top {
  font-size: 40px;
  color: #ba916c;
   /* font-family: fot-tsukuardgothic-std, sans-serif; */
   font-family: 'Zen Maru Gothic', sans-serif;
   font-style: normal;
   font-weight: 600;
}

@media screen and (max-width: 769px) {
  .top-banner h1 {
    font-size: 24px;
  }
}
.top-banner p {
  font-size: 18px;
  color: #000;
  padding: 0;
  margin: 0;
}
.top-banner span {
  font-size: 24px;
  color: #000;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 769px) {
  .top-banner p {
    font-size: 12px;
  }
}
.top-banner .img-top {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -80px;
}
@media screen and (max-width: 769px) {
  .top-banner .img-top {
    top: -50px;
  }
  .top-banner .img-top img {
    height: 130px;
  }
}

.price {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .price {
    padding-top: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .price .container {
    padding: 0 15px;
  }
}
.price .top-price {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .price .top-price {
    font-size: 15px;
  }
}
.price .list-price-fee {
  margin-top: 40px;
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .price .list-price-fee {
    padding: 25px;
  }
}
.price .list-price-fee .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .price .list-price-fee .title {
    font-size: 15px;
  }
}
.price .list-price-fee .list-item {
  margin-top: 15px;
}
.price .list-price-fee .list-item ul li {
  margin: 15px 0;
  position: relative;
  display: flex;
}
.price .list-price-fee .list-item ul li:before {
  position: absolute;
  content: '';
  background: url("../images/icon-to.webp") center center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 5px;
  bottom: 0;
}
.price .list-price-fee .list-item ul li:last-child {
  margin-bottom: 0;
}
.price .list-price-fee .list-item ul li a {
  font-size: 18px;
  color: #446d89;
  padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .price .list-price-fee .list-item ul li a {
    font-size: 15px;
  }
}
.price .content-price .item-price {
  padding-top: 100px;
}
.price .content-price .item-price:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price {
    padding-top: 75px;
  }
}
.price .content-price .item-price h3 {
  font-size: 24px;
  padding: 16px 10px;
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price h3 {
    font-size: 18px;
  }
}
.price .content-price .item-price .table-price {
  width: 770px;
  margin: 40px auto;
}
.price .content-price .item-price .table-price:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .table-price {
    width: 100%;
    margin: 30px auto;
  }
}
.price .content-price .item-price .table-price table {
  border-collapse: collapse;
  width: 100%;
}
.price .content-price .item-price .table-price table .title {
  color: #fff;
  text-align: center;
  width: 50%;
  padding: 8px 0;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .table-price table .title {
    width: 70%;
  }
}
.price .content-price .item-price .table-price table thead {
  background: #ba916c;
}
.price .content-price .item-price .table-price table tbody tr {
  border-bottom: 1px solid #ba916c;
  line-height: 1;
}
.price .content-price .item-price .table-price table tbody tr th {
  background: #eaded3;
  font-weight: 400;
  text-align: left;
  padding: 11px 0;
  padding-left: 30px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .table-price table tbody tr th {
    padding-left: 10px;
    line-height: 1.5;
  }
}
.price .content-price .item-price .table-price table tbody tr td {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .table-price table tbody tr td {
    font-size: 15px;
    line-height: 1.5;
  }
}
.price .content-price .item-price .list-text {
  margin-top: 20px;
}
.price .content-price .item-price .list-text:after {
  content: '';
  display: block;
  clear: both;
}
.price .content-price .item-price .list-text ul li {
  font-size: 18px;
  display: flex;
  margin-top: 20px;
  letter-spacing: -1px;
}
.price .content-price .item-price .list-text ul li span {
  color: #ba916c;
  padding-right: 5px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .list-text ul li {
    font-size: 15px;
  }
}
.price .content-price .item-price .price-peo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.price .content-price .item-price .price-peo:after {
  content: '';
  display: block;
  clear: both;
}
.price .content-price .item-price .price-peo .item-peo {
  width: 450px;
  border: 2px solid #eaded3;
  padding: 20px;
}
.price .content-price .item-price .price-peo .item-peo:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo {
    width: 100%;
    padding: 15px;
  }
}
.price .content-price .item-price .price-peo .item-peo table {
  font-size: 18px;
  width: 100%;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo table {
    font-size: 15px;
  }
}
.price .content-price .item-price .price-peo .item-peo table tr:after {
  content: '';
  display: block;
  clear: both;
}
.price .content-price .item-price .price-peo .item-peo table th {
  color: #ba916c;
  text-align: left;
  width: 20%;
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo table th {
    font-size: 15px;
    width: 25%;
  }
}
.price .content-price .item-price .price-peo .item-peo table .title-peo {
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo table .title-peo {
    font-size: 18px;
  }
}
.price .content-price .item-price .price-peo .item-peo table td {
  padding-left: 2%;
  width: 78%;
}
@media screen and (max-width: 769px) {
  .price .content-price .item-price .price-peo .item-peo table td {
    padding-left: 2%;
    width: 73%;
  }
}
.price .price-bt .content-payment {
  margin-top: 70px;
}
.price .price-bt .content-payment .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-payment .title {
    font-size: 15px;
  }
}
.price .price-bt .content-payment .img-payment {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-payment .img-payment img {
    margin: 0 auto;
    display: block;
  }
}
.price .price-bt .content-market {
  margin-top: 65px;
}
.price .price-bt .content-market .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-market .title {
    font-size: 15px;
  }
}
.price .price-bt .content-market .img-market {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-market .img-market img {
    margin: 0 auto;
    display: block;
  }
}
.price .price-bt .content-market .name-market {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 769px) {
  .price .price-bt .content-market .name-market {
    font-size: 12px;
  }
}

.location {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .location {
    padding-top: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .location .container {
    padding: 0 15px;
  }
}
.location .top-location {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .location .top-location {
    font-size: 15px;
  }
}
.location .list-location-fee {
  margin-top: 40px;
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .location .list-location-fee {
    padding: 25px;
  }
}
.location .list-location-fee .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .location .list-location-fee .title {
    font-size: 15px;
  }
}
.location .list-location-fee .list-item {
  margin-top: 15px;
}
.location .list-location-fee .list-item ul li {
  margin: 15px 0;
  position: relative;
}
.location .list-location-fee .list-item ul li:before {
  position: absolute;
  content: '';
  background: url("../images/icon-to.webp") center center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 5px;
  bottom: 0;
}
.location .list-location-fee .list-item ul li:last-child {
  margin-bottom: 0;
}
.location .list-location-fee .list-item ul li a {
  font-size: 18px;
  color: #446d89;
  padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .location .list-location-fee .list-item ul li a {
    font-size: 15px;
  }
}
.location .list-location-fee .list-item ul li ul {
  display: flex;
  flex-wrap: wrap;
}
.location .list-location-fee .list-item ul li ul li {
  display: unset;
  margin: 5px 0;
}
.location .list-location-fee .list-item ul li ul li:before {
  content: none;
}
.location .content-location {
  margin-top: 100px;
}
.location .content-location:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .location .content-location {
    margin-top: 75px;
  }
}
.location .content-location .item-location {
  padding-top: 100px;
}
.location .content-location .item-location:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location {
    padding-top: 75px;
  }
}
.location .content-location .item-location h3 {
  font-size: 24px;
  padding: 16px 10px;
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location h3 {
    font-size: 18px;
  }
}
.location .content-location .item-location .location-area {
  margin-top: 40px;
}
.location .content-location .item-location .location-area .content-arae {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .content-arae {
    margin-top: 25px;
  }
}
.location .content-location .item-location .location-area .img-area {
  width: 450px;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .img-area {
    width: 100%;
  }
}
.location .content-location .item-location .location-area .list-item-c .item-con {
  padding: 0 15px;
  margin-top: 50px;
}
.location .content-location .item-location .location-area .list-item-c .item-con:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .list-item-c .item-con {
    margin-top: 40px;
  }
}
.location .content-location .item-location .location-area .list-item-c .item-con h4 {
  font-size: 24px;
  color: #ba916c;
  border-bottom: 2px solid #eaded3;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .list-item-c .item-con h4 {
    font-size: 18px;
  }
}
.location .content-location .item-location .location-area .list-item-c .item-con .content-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.location .content-location .item-location .location-area .list-item-c .item-con .content-con .img-left {
  width: 290px;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .list-item-c .item-con .content-con .img-left {
    width: 100%;
  }
  .location .content-location .item-location .location-area .list-item-c .item-con .content-con .img-left img {
    margin: 0 auto;
    display: block;
  }
}
.location .content-location .item-location .location-area .list-item-c .item-con .content-con .ct-text {
  margin-left: 30px;
  width: 580px;
  letter-spacing: -1px;
}
@media screen and (max-width: 769px) {
  .location .content-location .item-location .location-area .list-item-c .item-con .content-con .ct-text {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.type {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .type {
    padding-top: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .type .container {
    padding: 0 15px;
  }
}
.type .top-type {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .type .top-type {
    font-size: 15px;
  }
}
.type .list-type {
  margin-top: 40px;
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .type .list-type {
    padding: 25px;
  }
}
.type .list-type .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .type .list-type .title {
    font-size: 15px;
  }
}
.type .list-type .list-item {
  margin-top: 15px;
}
.type .list-type .list-item ul li {
  margin: 15px 0;
  position: relative;
}
.type .list-type .list-item ul li:before {
  position: absolute;
  content: '';
  background: url("../images/icon-to.webp") center center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 5px;
  bottom: 0;
}
.type .list-type .list-item ul li:last-child {
  margin-bottom: 0;
}
.type .list-type .list-item ul li a {
  font-size: 18px;
  color: #446d89;
  padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .type .list-type .list-item ul li a {
    font-size: 15px;
  }
}
.type .list-type .list-item ul li ul {
  display: flex;
  flex-wrap: wrap;
}
.type .list-type .list-item ul li ul li {
  display: unset;
  margin: 5px 0;
}
.type .list-type .list-item ul li ul li:before {
  content: none;
}
.type .content-type {
  margin-top: 100px;
}
.type .content-type:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .type .content-type {
    margin-top: 75px;
  }
}
.type .content-type .item-type {
  padding-top: 100px;
}
.type .content-type .item-type:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type {
    padding-top: 75px;
  }
}
.type .content-type .item-type h3 {
  font-size: 24px;
  padding: 16px 10px;
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type h3 {
    font-size: 18px;
  }
}
.type .content-type .item-type p {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  font-weight: 600;
}
.type .content-type .item-type .note {
  font-weight: 500;
}
.type .content-type .item-type .type-item {
  margin-top: 35px;
}
.type .content-type .item-type .type-item .img-type {
  width: 489px;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .img-type {
    width: 100%;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con {
  padding: 0 15px;
  margin-top: 35px;
}
.type .content-type .item-type .type-item .list-item-c .item-con:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .list-item-c .item-con {
    margin-top: 40px;
    padding: 0;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con h4 {
  font-size: 24px;
  color: #ba916c;
  border-bottom: 2px solid #eaded3;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .list-item-c .item-con h4 {
    font-size: 18px;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con .content-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.type .content-type .item-type .type-item .list-item-c .item-con .content-con .img-left {
  width: 290px;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .list-item-c .item-con .content-con .img-left {
    width: 100%;
  }
  .type .content-type .item-type .type-item .list-item-c .item-con .content-con .img-left img {
    margin: 0 auto;
    display: block;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con .content-con .ct-text {
  margin-left: 30px;
  width: 580px;
  letter-spacing: -1px;
}
@media screen and (max-width: 769px) {
  .type .content-type .item-type .type-item .list-item-c .item-con .content-con .ct-text {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.type .content-type .item-type .type-item .list-item-c .item-con .content-con .ct-text-full {
  margin-top: 20px;
}

.column {
  position: relative;
  margin-bottom: 80px;
  padding-top: 80px;
  z-index: 99999;
  background: #fff;
}
.column:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .column {
    margin-bottom: 40px;
    padding-top: 0;
  }
}
.column .container:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .column .container {
    padding: 0 15px;
  }
}
.column .tabs {
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .column .tabs {
    margin-top: 40px;
  }
}
.column .tabs input:checked + label{
  background: #ba916c;
  color: #fff;
}
.column .tabs ul li{
  display: inline-block;
  padding: 6px 10px;
  margin-right: 30px;
  border: 2px solid #ba916c;
  font-weight: 600;
  text-align: center;
}
.column .tabs ul li.active{
  background: #ba916c;
}
.column .tabs ul li.active a{
  color: #fff;
}
@media screen and (max-width: 769px) {
  .column .tabs ul li{
    margin-bottom: 10px;
     margin-right: 5px;
  }
}
.column .tabs ul li a{
  color: #ba916c;
  padding: 6px 10px;
}
.column .tabs input {
  display: none;
}
.column .tabs label {
  display: inline-block;
  padding: 6px 10px;
  margin-right: 30px;
  border: 2px solid #ba916c;
  color: #ba916c;
  font-weight: 600;
  text-align: center;
}
.column .tabs label:hover {
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .column .tabs label {
    font-size: 12px;
    margin-right: 0;
    padding: 6px;
  }
}
.column .tabs .content-column {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column {
    margin-top: 30px;
  }
}
.column .tabs .content-column .item {
  width: 290px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  border: 2px solid #ebebeb;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item {
    margin-bottom: 10px;
  }
}
.column .tabs .content-column .item:nth-child(2), .column .tabs .content-column .item:nth-child(5), .column .tabs .content-column .item:nth-child(8), .column .tabs .content-column .item:nth-child(11) {
  margin: 0 30px 30px 30px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item:nth-child(2), .column .tabs .content-column .item:nth-child(5), .column .tabs .content-column .item:nth-child(8), .column .tabs .content-column .item:nth-child(11) {
    margin: 0 0 10px 0;
  }
}
.column .tabs .content-column .item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item {
    width: 100%;
    display: flex;
    padding: 15px;
  }
}
.column .tabs .content-column .item a {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a {
    display: flex;
  }
  .column .tabs .content-column .item a .item-r {
    width: 58%;
    margin-left: 2%;
  }
  .column .tabs .content-column .item a .item-l {
    width: 40%;
  }
}
.column .tabs .content-column .item a .title-cate {
  font-size: 14px;
  color: #fff;
  background: #eb4965;
  padding: 2px 16px;
  position: absolute;
  border-radius: 20px;
  top: 27px;
  left: 30px;
}
.column .tabs .content-column .item a .img-item{
    width: 100%;
    height: 145px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .img-item{
    height: 120px;
  }
}
@media screen and (max-width: 481px) {
  .column .tabs .content-column .item a .img-item{
    height: 85px;
  }
}
.column .tabs .content-column .item a .img-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .title-cate {
    font-size: 9px;
    top: 20px;
    left: 17px;
  }
}
.column .tabs .content-column .item a .date-item {
  color: #ba916c;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .date-item {
    text-align: right;
    font-size: 12px;
  }
}
.column .tabs .content-column .item a .date-item:before {
  content: '';
  background: url("../images/icon-time.webp") center center no-repeat;
  height: 14px;
  width: 15px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .date-item:before {
    left: unset;
    margin-left: -20px;
  }
}
.column .tabs .content-column .item a .content-item {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .item a .content-item {
    margin-top: 0;
    font-size: 12px;
  }
}
.column .tabs .content-column .pagination {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.column .tabs .content-column .pagination ul {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .column .tabs .content-column .pagination ul {
    width: 100%;
  }
}
.column .tabs .content-column .pagination ul li {
  border: 2px solid #ba916c;
  border-radius: 50%;
  margin: 5px;
  display: flex;
  justify-content: center;
  justify-items: center;
}
.column .tabs .content-column .pagination ul li:first-child {
  border: 2px solid #eaded3;
}
.column .tabs .content-column .pagination ul li:hover {
  opacity: 0.7;
}
.column .tabs .content-column .pagination ul li a {
  color: #ba916c;
  font-size: 16px;
  padding: 5px 11px;
  line-height: 1;
}
.column .tabs .content-column .pagination ul li img {
  margin-bottom: 5px;
}
.column .tabs .content-column .pagination ul .active {
  background: #ba916c;
}
.column .tabs .content-column .pagination ul .active a {
  color: #fff;
}
.column .tabs input:checked + label {
  border: 2px solid #ba916c;
}
.column .tabs #tab1:checked ~ .content #content1,
.column .tabs #tab2:checked ~ .content #content2,
.column .tabs #tab3:checked ~ .content #content3,
.column .tabs #tab4:checked ~ .content #content4 {
  display: block;
}
.column .tabs .content > div {
 /* display: none;
  text-align: left;
  /*height: 192px;*/
  overflow: auto;
}

.column-detail {
  padding-top: 80px;
  margin-bottom: 150px;
  background: #fff;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 769px) {
  .column-detail {
    margin-top: 40px;
    margin-bottom: 75px;
    padding-top: 0;
  }
}
.column-detail .container {
  width: 770px;
}
@media screen and (max-width: 769px) {
  .column-detail .container {
    width: 100%;
    padding: 0 15px;
  }
}
.column-detail .container .box-content .title {
  font-size: 24px;
  padding: 30px 20px;
  border: 3px solid #ba916c;
}
/*20230514追記 h1を"カギ屋の豆知識"からタイトルへ*/
.column-detail .container .box-content .title h1{
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 769px) {
  .column-detail .container .box-content .title {
    font-size: 20px;
    padding: 15px;
  }
  /*20230514追記 h1を"カギ屋の豆知識"からタイトルへ*/
  .column-detail .container .box-content .title h1 {
    font-size: 18px;
    font-weight: 400;
  }
}
.column-detail .container .box-content .info-post {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post {
    margin-top: 10px;
  }
}
.column-detail .container .box-content .info-post .left-info {
  display: flex;
  flex-wrap: wrap;
  float: left;
}
.column-detail .container .box-content .info-post .left-info .date-post {
  color: #ba916c;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post .left-info .date-post {
    font-size: 12px;
  }
}
.column-detail .container .box-content .info-post .left-info .date-post:before {
  position: absolute;
  content: '';
  background: url("../images/create.webp") center center no-repeat;
  height: 14px;
  width: 13px;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post .left-info .date-post:before {
    top: 0;
  }
}
.column-detail .container .box-content .info-post .left-info .date-edit {
  color: #ba916c;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-left: 30px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post .left-info .date-edit {
    font-size: 12px;
  }
}
.column-detail .container .box-content .info-post .left-info .date-edit:before {
  position: absolute;
  content: '';
  background: url("../images/icon-time.webp") center center no-repeat;
  height: 14px;
  width: 15px;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .info-post .left-info .date-edit:before {
    top: 0;
  }
}
.column-detail .container .box-content .info-post .right-info {
  float: right;
}
.column-detail .container .box-content .info-post .right-info .list-social {
  display: flex;
  flex-wrap: wrap;
}
.column-detail .container .box-content .info-post .right-info .list-social li {
  margin-left: 10px;
  width: 30px;
}
.column-detail .container .box-content .content-detail {
  margin-top: 30px;
}
.column-detail .container .box-content .content-detail .img-thumnail{
  margin-bottom: 50px;
}
.img-thumnail{
  text-align: center;
}
.column-detail .container .box-content .content-detail #container-list{
      background: #f4eee9;
    padding: 30px;
}
.column-detail .container .box-content .content-detail #container-list .title-post{
    font-size: 18px;
    color: #ba916c;
    font-weight: 600;
}
/*2023/05/25正徳追記*
記事ページの目次を開閉できるようにする */
.column-detail .container .box-content .content-detail #container-list details .title-post{
  display: block;
}
.column-detail .container .box-content .content-detail #container-list details .title-post::-webkit-details-marker{
  display: none;
}

.column-detail .container .box-content .content-detail #container-list details .title-post::before{
content:"";
background-image: url('../images/svg/plus-solid.svg');
background-repeat: no-repeat;
display: inline-block;
filter: invert(64%) sepia(13%) saturate(1069%) hue-rotate(347deg) brightness(92%) contrast(89%);
width: 16px;
height: 16px;
}
.column-detail .container .box-content .content-detail #container-list details .title-post .title-post-open-button::before{
  content: "開く";
  display: inline-block;
  align-items: center;
  background: #fff;
  border: 1px solid #ba916c;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  color: #ba916c;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  position: relative;
  transition-duration: 0.2s;
  border-radius: 10px;
}
.column-detail .container .box-content .content-detail #container-list details[open] .title-post::before{
  content:"";
  background-image: url('../images/svg/minus-solid.svg');
  background-repeat: no-repeat;
  display: inline-block;
  filter: invert(64%) sepia(13%) saturate(1069%) hue-rotate(347deg) brightness(92%) contrast(89%);
  width: 16px;
  height: 16px;
}
.column-detail .container .box-content .content-detail #container-list details[open] .title-post .title-post-open-button::before{
  content: "閉じる";
}
.column-detail .container .box-content .content-detail #container-list ul li{
  margin: 15px 0;
  position: relative;
  display: flex;
}
.column-detail .container .box-content .content-detail #container-list ul li a{
  font-size: 18px;
    color: #446d89;
    padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail #container-list ul li a{
    font-size: 15px;
  }
}
.column-detail .container .box-content .content-detail #container-list ul li:before{
  position: absolute;
    content: '';
    background: url(../images/icon-to.webp) center center no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    top: 5px;
    bottom: 0;
}
.column-detail .container .box-content .content-detail .text-ct {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .text-ct {
    font-size: 15px;
    margin-top: 20px;
  }
}
.column-detail .container .box-content .content-detail h2 {
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.column-detail .container .box-content .content-detail h3{
  color: #ba916c;
}

@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail h2 {
    margin-top: 50px;
    font-size: 18px;
  }
}
.column-detail .container .box-content .content-detail .list-amz {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-amz {
    margin-top: 40px;
  }
}
.column-detail .container .box-content .content-detail .list-question {
  margin-top: 30px;
}
.column-detail .container .box-content .content-detail .list-question .item {
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-question .item {
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.column-detail .container .box-content .content-detail .list-question .item:first-child {
  margin-top: 0;
}
.column-detail .container .box-content .content-detail .list-question .item .title-question {
  color: #ba916c;
  font-size: 18px;
  display: flex;
  font-weight: 600;
}
.column-detail .container .box-content .content-detail .list-question .item .title-question span {
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-question .item .title-question {
    font-size: 15px;
  }
}
.column-detail .container .box-content .content-detail .list-question .item .content-ans {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-question .item .content-ans {
    font-size: 15px;
    margin-top: 25px;
  }
}
.column-detail .container .box-content .content-detail .author-box {
  margin-top: 50px;
}
.column-detail .container .box-content .content-detail .post-review {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .post-review {
    margin-top: 30px;
  }
}
.column-detail .container .box-content .content-detail .text-note {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .text-note {
    margin-top: 30px;
  }
}
.column-detail .container .box-content .content-detail .list-sc {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-sc {
    margin-top: 15px;
  }
}
.column-detail .container .box-content .content-detail .list-sc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.column-detail .container .box-content .content-detail .list-sc ul li {
  margin-left: 16px;
}
.column-detail .container .box-content .content-detail .list-sc ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-sc ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .list-sc ul li {
    width: 22.75%;
    margin-left: 3%;
  }
}
.column-detail .container .box-content .content-detail .btn-more {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .column-detail .container .box-content .content-detail .btn-more {
    margin-top: 50px;
  }
}
.column-detail .container .box-content .content-detail .btn-more a {
  color: #eb4965;
  text-decoration: underline;
}

.area {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .area {
    padding-top: 40px;
    font-size: 15px;
  }
}
.area .info-area {
  display: flex;
  flex-wrap: wrap;
}
.area .info-area:after {
  content: '';
  display: block;
  clear: both;
}
.area .info-area .ct-left {
  width: 450px;
}
@media screen and (max-width: 769px) {
  .area .info-area .ct-left {
    width: 100%;
  }
  .area .info-area .ct-left img {
    margin: 0 auto;
  }
}
.area .info-area .ct-right {
  margin-left: 70px;
  width: 410px;
}
@media screen and (max-width: 769px) {
  .area .info-area .ct-right {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
  }
}
.area .info-area .ct-right .title {
  font-size: 24px;
  text-align: left;
}
.area .info-area .ct-right .title span {
  font-size: 48px;
  position: relative;
  display: block;
}
.area .info-area .ct-right .title span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.area .info-area .ct-right .content-2 {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .area .container {
    padding: 0 15px;
  }
}
.area .top-area {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  .area .top-area {
    font-size: 15px;
  }
}
.area .list-area {
  margin-top: 40px;
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .area .list-area {
    padding: 25px;
  }
}
.area .list-area .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .area .list-area .title {
    font-size: 15px;
  }
}
.area .list-area .list-item {
  margin-top: 15px;
}
.area .list-area .list-item ul li {
  margin: 15px 0;
  position: relative;
}
.area .list-area .list-item ul li:before {
  position: absolute;
  content: '';
  background: url("../images/icon-to.webp") center center no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  top: 5px;
  bottom: 0;
}
.area .list-area .list-item ul li:last-child {
  margin-bottom: 0;
}
.area .list-area .list-item ul li a {
  font-size: 18px;
  color: #446d89;
  padding-left: 25px;
}
@media screen and (max-width: 769px) {
  .area .list-area .list-item ul li a {
    font-size: 15px;
  }
}
.area .list-area .list-item ul li ul {
  display: flex;
  flex-wrap: wrap;
}
.area .list-area .list-item ul li ul li {
  display: unset;
  margin: 5px 0;
}
.area .list-area .list-item ul li ul li:before {
  content: none;
}
.area .content-area:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .area .content-area {
    margin-top: 0;
  }
}
.area .content-area .item-area {
  padding-top: 100px;
}
.area .content-area .item-area:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .area .content-area .item-area {
    padding-top: 75px;
  }
}
.area .content-area .item-area h3 {
  font-size: 24px;
  padding: 16px 10px;
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .area .content-area .item-area h3 {
    font-size: 18px;
  }
}
.area .content-area .item-area .area-item {
  margin-top: 35px;
}
.area .content-area .item-area .area-item .list-item-c .item-con {
  margin-top: 35px;
}
.area .content-area .item-area .area-item .list-item-c .item-con:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .area .content-area .item-area .area-item .list-item-c .item-con {
    margin-top: 40px;
  }
}
.area .content-area .item-area .area-item .list-item-c .item-con h4 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .area .content-area .item-area .area-item .list-item-c .item-con h4 {
    font-size: 18px;
  }
}
.area .content-area .item-area .area-item .list-item-c .item-con .content-con ul {
  display: flex;
  flex-wrap: wrap;
}
.area .content-area .item-area .area-item .list-item-c .item-con .content-con ul li {
  margin-right: 30px;
}
.area .content-area .item-area .area-item .list-item-c .item-con .content-con ul li a {
  color: #eb4965;
  font-size: 14px;
  text-decoration: underline;
}

.company {
  background: #fff;
  z-index: 9999;
  position: relative;
  padding-top: 60px;
  margin-bottom: 150px;
}
@media screen and (max-width: 769px) {
  .company {
    margin-bottom: 75px;
    padding-top: 40px;
  }
}
.company .container .content-company {
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .company .container .content-company {
    width: 100%;
    padding: 0 15px;
  }
}
.company .container .content-company .content-info{
  margin-bottom: 60px;
}
.company .container .content-company .content-info h2 {
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
}
@media screen and (max-width: 769px) {
  .company .container .content-company .content-info h2 {
    font-size: 18px;
  }
}
.company .container .content-company .content-info .info-content {
  margin-top: 40px;
  line-height: 1.8;
}
.company .container .content-company .content-info .info-content .ceo-image {
  margin: 0 auto;
  width: 50%;
}
.company .container .content-company .content-info .info-content table {
  width: 100%;
}
.company .container .content-company .content-info .info-content table tr th {
  color: #ba916c;
  text-align: center;
  font-weight: 600;
  width: 20%;
  padding: 5px 0;
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .company .container .content-company .content-info .info-content table tr th {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .company .container .content-company .content-info .info-content table tr td {
    display: block;
    width: 100%;
  }
}
.company .container .content-company .content-info .info-content iframe {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .company .container .content-company .content-info .info-content iframe {
    height: 250px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html:not(.lt-ie10) .not-animated {
  opacity: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.5;
  background: #FFFFFF;
  font-family: 游ゴシック,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-size: 16px;
  min-width: 1280px;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 15px;
    margin-top: 60px;
  }
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a:hover, a:link, a:visited, a:active {
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  padding: 0;
  margin: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  height: auto;
}

*:focus {
  outline: none;
}

:not(output):-moz-ui-invalid {
  box-shadow: none;
}

:not(output):-moz-ui-invalid:-moz-focusring {
  box-shadow: none;
}

output:-moz-ui-invalid {
  color: none;
}

.container {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

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

.dl-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .dl-sp {
    display: none;
  }
}

.dl-pc {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .dl-pc {
    display: block !important;
  }
}

.overhidden {
  overflow: hidden;
}

.font-tsukua, .content-service .container .item .content-ser .title-ser, .top-banner h2, .top-banner span, .top-banner p, .price .content-price .item-price h3, .price .content-price .item-price .price-peo .item-peo table .title-peo, .price .price-bt .content-payment .title, .price .price-bt .content-market .title, .location .content-location .item-location h3, .type .content-type .item-type h3, .column .tabs .content-column .pagination ul li a, .column-detail .container .box-content .content-detail h2, .area .info-area .ct-right .title, .area .content-area .item-area h3, .company .container .content-company .content-info h2, #header .top-header .menu_pc .nav-menu li a, #header .top-header .top-contact, #main .section-1 .container .content .content-top .ct-left, #main .section-2 .text-con, #main .section-2 .content-point .title-point, #main .section-2 .content-point .list-point .item .title-item, #main .section-2 .content-price .title-price, #main .section-2 .content-price .title-price-sp, #main .section-2 .content-payment .title, #main .section-2 .content-market .title, #main .section-2 .list-step .item-step .title, #main .section-3 .title span, #main .section-4 .title span, #main .section-7 .title span, #main .section-8 .title span, #main .section-8 .content .content-top .ct-right .title, #main .section-10 .title span, footer .container-ft .ft-top .ft-top-right .content-cta .left .tel, footer .container-ft .ft-top .ft-top-right .content-cta .left .text, .contact-scroll .content-ct .left .tel, .contact-scroll .content-ct .left .text, .coopperation .container .content-coop h2, #main .section-2 .content-house .container .title-house span ,#main .section-2 .content-house .container .item .content-ser .title-ser{
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.font40 {
  font-size: 40px !important;
}
@media screen and (max-width: 769px) {
  .font40 {
    font-size: 24px !important;
    text-align: left !important;
  }
}

.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 769px) {
  .mt120 {
    margin-top: 60px;
  }
}

.mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 769px) {
  .mt125 {
    margin-top: 75px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.breadcrumb {
  background: #ba916c;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 769px) {
  .breadcrumb {
    padding: 0 15px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  color: #fff;
  margin-right: 20px;
  padding: 5px 0;
  font-weight: 600;
  position: relative;
}
.breadcrumb ul li a {
  color: #fff;
  position: relative;
}
.breadcrumb ul li:after {
  content: "＞";
  font-size: 16px;
  position: absolute;
}
@media screen and (max-width: 769px) {
  .breadcrumb ul li:after {
    top: 2px;
  }
}
.breadcrumb ul li:last-child:after {
  content: none;
}

#header .top-header {
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  #header .top-header {
    position: fixed;
    z-index: 99999999;
    top: 0;
    width: 100%;
  }
}
#header .top-header .container-hd {
  width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  height: 100px;
}
@media screen and (max-width: 769px) {
  #header .top-header .container-hd {
    width: 100%;
    height: 60px;
  }
}
#header .top-header .logo {
  padding-left: 30px;
  padding-top: 3px;
}
#header .top-header .logo h1 {
  font-size: 12px;
  padding-bottom: 7px;
}
#header .top-header .logo .txt-page{
  font-size: 12px;
  padding-bottom: 7px;
  font-weight: 600;
}
#header .top-header .logo-sp {
  padding-top: 10px;
  width: 100%;
  height: 60px;
}
#header .top-header .logo-sp a {
  float: left;
}
@media screen and (max-width: 769px) {
  #header .top-header .logo-sp a {
    width: 30%;
  }
}
#header .top-header .logo-sp h1 {
  font-size: 12px;
  margin-left: 15px;
  float: left;
  font-size: 2.4vw;
}
#header .top-header .logo-sp .txt-page {
  font-size: 12px;
  margin-left: 15px;
  float: left;
  font-size: 2.4vw;
}
@media screen and (max-width: 769px) {
  #header .top-header .logo-sp h1 {
    width: 60%;
  }
}
@media screen and (max-width: 769px) {
  #header .top-header .logo-sp .txt-page {
    width: 60%;
  }
}
#header .top-header .menu_pc {
  margin-left: 120px;
  margin-top: 35px;
}
#header .top-header .menu_pc .nav-menu {
  display: flex;
  flex-wrap: wrap;
}
#header .top-header .menu_pc .nav-menu li {
  margin-right: 35px;
  height: 50px;
}
#header .top-header .menu_pc .nav-menu li:last-child {
  margin-right: 0;
}
#header .top-header .menu_pc .nav-menu li a {
  font-size: 16px;
  color: #000000;
}
#header .top-header .menu_pc .nav-menu li .nav-con {
  display: none;
  position: absolute;
  border: 2px solid #eaded3;
  width: 240px;
  margin-top: 20px;
  background: #fff;
  z-index: 99999;
}
#header .top-header .menu_pc .nav-menu li .nav-con li {
  height: auto;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
}
#header .top-header .menu_pc .nav-menu li .nav-con li:hover {
  background: #ffc2cc;
}
#header .top-header .menu_pc .nav-menu li .nav-con li a {
  width: 100%;
  padding: 10px 20px;
  color: #000;
}
#header .top-header .menu_pc .nav-menu li:hover a {
  color: #eb4965;
}
#header .top-header .menu_pc .nav-menu li:hover .nav-con {
  display: block !important;
}
#header .top-header .menu-sp .ac_Menu {
  float: right;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
  position: absolute;
  right: 0px;
  top: 5px;
}
#header .top-header .menu-sp .ac_Menu .active {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  transition: all .4s;
}
#header .top-header .menu-sp .ac_Menu .active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 5px !important;
}
#header .top-header .menu-sp .ac_Menu .active span:nth-of-type(2) {
  opacity: 0;
}
#header .top-header .menu-sp .ac_Menu .active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
  top: 30px !important;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  transition: all .4s;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 4px;
  background-color: #000;
  color: #000;
  border-radius: 4px;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span:nth-of-type(1) {
  top: 5px;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span:nth-of-type(2) {
  top: 13px;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span:nth-of-type(3) {
  top: 21px;
}
#header .top-header .menu-sp .ac_Menu .menu-trigger span:nth-of-type(4) {
  top: 25px;
  background: none;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  height: auto;
  width: 32px;
}
#header .top-header .menu-sp .acbox {
  position: absolute;
  right: 0;
  top: 60px;
  width: 250px;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 1s ease-in-out;
  display: none;
  transition-delay: 1s;
  min-height: 500px;
  height: calc(100vh - 60px);
  overflow-y: scroll;
  padding: 20px 0 20px 25px;
}
#header .top-header .menu-sp .acbox .title {
  color: #ba916c;
  font-size: 18px;
  font-weight: 600;
}
#header .top-header .menu-sp .acbox ul li {
  padding: 8px 0;
}
#header .top-header .menu-sp .acbox ul li:first-child {
  padding-top: 0;
}
#header .top-header .menu-sp .acbox ul li a {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
#header .top-header .menu-sp .active-menu {
  transform: translateX(0);
  display: block !important;
  z-index: 999999;
}
#header .top-header .addbg {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  height: 1000px;
}
#header .top-header .top-contact {
  margin-left: 35px;
  border: 2px solid #ba916c;
  text-align: center;
  padding: 2px 20px;
  font-size: 12px;
  background: #e8e5dc;
  margin-top: 12px;
  height: 76px;
}
#header .top-header .top-contact span {
  font-size: 30px;
  color: #eb4965;
  line-height: 1;
  font-weight: 600;
}

#main {
  z-index: 9999;
  position: relative;
}
#main .top-bt {
  background: url("../images/top_img.webp") center center no-repeat;
  background-size: cover;
  height: 720px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #main .top-bt {
    background: none;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  #main .top-bt {
    background: url("../images/top_img_sp.webp") center center no-repeat;
    height: 667px;
    margin-top: 0;
    position: relative;
    background-size: cover;
  }
}
@media screen and (max-width: 481px) {
  #main .top-bt {
      height: 140vw;
  }
}
#main .top-bt .container {
  height: 100%;
}
#main .top-bt .img-bt {
  position: absolute;
  left: -50px;
  bottom: -40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #main .top-bt .img-bt {
    bottom: -40px;
    top: unset;
  }
}
@media screen and (max-width: 481px) {
  #main .top-bt .img-bt {
    width: 70%;
    left: -25px;
  }
}
#main .section-1 {
  background: url("../images/bg.webp") center center no-repeat;
  background-size: cover;
  height: 540px;
}
@media screen and (max-width: 769px) {
  #main .section-1 {
    height: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-1 .container {
    padding: 0 15px;
  }
}
#main .section-1 .container .img-top {
  position: absolute;
  left: -170px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .img-top {
    right: 0;
    left: unset;
  }
  #main .section-1 .container .img-top img {
    height: 50vw;
  }
}
#main .section-1 .container .content {
  position: relative;
  z-index: 999;
}
#main .section-1 .container .content:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-1 .container .content .content-top {
  padding-top: 70px;
}
#main .section-1 .container .content .content-top:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-top {
    padding-top: 50px;
  }
}
#main .section-1 .container .content .content-top .ct-left {
  float: left;
  font-size: 48px;
  font-weight: 600;
  padding-top: 15px;
  letter-spacing: -2px;
}
#main .section-1 .container .content .content-top .ct-left span {
  position: relative;
}
#main .section-1 .container .content .content-top .ct-left span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-top .ct-left {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 0;
  }
}
#main .section-1 .container .content .content-top .ct-right {
  margin-left: 25px;
  float: right;
  width: 345px;
  display: flex;
}
#main .section-1 .container .content .content-top .ct-right img {
  width: 49%;
}
#main .section-1 .container .content .content-top .ct-right img:last-child {
  margin-left: 2%;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-top .ct-right {
    display: none;
  }
}
#main .section-1 .container .content .content-bt {
  margin-top: 40px;
}
#main .section-1 .container .content .content-bt:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-1 .container .content .content-bt .box-content {
  display: flex;
  flex-wrap: wrap;
}
#main .section-1 .container .content .content-bt .box-content .ct-box {
  display: flex;
  width: 610px;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-bt .box-content .ct-box {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-bt .box-content .ct-box .item {
    width: 32%;
  }
}
#main .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(2), #main .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(3) {
  margin-left: 5px;
}
@media screen and (max-width: 769px) {
  #main .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(2), #main .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(3) {
    margin-left: 2%;
  }
}
#main .section-1 .container .content .content-bt .box-content .ct-price {
  margin-left: 59px;
  margin-top: 17px;
  width: 261px;
}
#main .section-1 .container .content .content-bt .box-content .ct-img {
  margin-top: 35px;
  width: 100%;
}
#main .section-1 .container .content .content-bt .box-content .ct-img .item {
  width: 40%;
  float: left;
}
#main .section-1 .container .content .content-bt .box-content .ct-img .item:nth-child(2), #main .section-1 .container .content .content-bt .box-content .ct-img .item:nth-child(3) {
  margin-left: 3%;
  width: 27%;
}
#main .section-2 .text-con {
  background: #eaded3;
  font-size: 27px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  #main .section-2 .text-con {
    font-size: 3vw;
  }
}
#main .section-2 .text-con .container {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
}
#main .section-2 .text-con .container #timenow{
  padding: 0 10px;
}
#main .section-2 .text-con .container span {
  background: #fff;
  padding: 11px;
  font-size: 48px;
  margin: 0 10px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .text-con .container span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 769px) {
  #main .section-2 .container {
    padding: 0 15px;
  }
}
#main .section-2 .content-top {
  margin-top: 80px;
}
#main .section-2 .content-top .ct-top {
  display: flex;
  flex-wrap: wrap;
  width: 640px;
  margin: 0 auto;
}
#main .section-2 .content-top .ct-top:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-2 .content-top .ct-top .ct-left {
  margin-top: 15px;
  width: 165px;
}
#main .section-2 .content-top .ct-top .ct-right {
  margin-left: 30px;
}
#main .section-2 .content-top .ct-top .ct-right .btn-contact {
  text-align: center;
  margin-top: 15px;
}
#main .section-2 .content-top .ct-top .ct-right .btn-contact a {
  color: #fff;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: -2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
#main .section-2 .content-top .ct-top .ct-right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 42px;
  background-size: contain;
}
#main .section-2 .content-top .ct-bt {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  width: 770px;
}
#main .section-2 .content-top .ct-bt:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-2 .content-top-sp {
  margin-top: 40px;
  text-align: center;
}
#main .section-2 .content-top-sp .cv-sp {
  margin-top: 40px;
}
#main .section-2 .content-point {
  margin-top: 55px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point {
    margin-top: 55px;
  }
}
#main .section-2 .content-point .title-point {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 190px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .title-point img {
    width: 92px;
  }
}
#main .section-2 .content-point .title-point span {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .title-point span {
    font-size: 15px;
  }
}
#main .section-2 .content-point .list-point {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
#main .section-2 .content-point .list-point .item {
  width: 290px;
  margin-bottom: 55px;
}
#main .section-2 .content-point .list-point .item:nth-child(2), #main .section-2 .content-point .list-point .item:nth-child(5) {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item:nth-child(2), #main .section-2 .content-point .list-point .item:nth-child(5) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#main .section-2 .content-point .list-point .item .img-point {
  width: 200px;
  margin: 0 auto;
}
#main .section-2 .content-point .list-point .item .img-point img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item .img-point {
    width: 30%;
  }
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item {
    display: flex;
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item .content {
    margin-left: 3%;
    width: 67%;
  }
}
#main .section-2 .content-point .list-point .item .title-item {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 27px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item .title-item {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
  }
}
#main .section-2 .content-point .list-point .item .content-item {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-point .list-point .item .content-item {
    font-size: 12px;
  }
}
#main .section-2 .content-price {
  margin-top: 30px;
}
#main .section-2 .content-price .title-price {
  text-align: center;
  font-size: 30px;
  position: relative;
  letter-spacing: -2px;
}
#main .section-2 .content-price .title-price:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 68%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  margin: 0 auto;
}
#main .section-2 .content-price .title-price-sp {
  text-align: center;
  font-size: 6.5vw;
}
#main .section-2 .content-price .title-price-sp span {
  position: relative;
}
#main .section-2 .content-price .title-price-sp span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 15px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  margin: 0 auto;
}
#main .section-2 .content-price .table-price {
  width: 610px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-price .table-price {
    width: 100%;
  }
}
#main .section-2 .content-price .table-price table {
  border-collapse: collapse;
  width: 100%;
}
#main .section-2 .content-price .table-price table .title {
  color: #fff;
  text-align: center;
  width: 50%;
  padding: 8px 0;
}
#main .section-2 .content-price .table-price table thead {
  background: #ba916c;
}
#main .section-2 .content-price .table-price table tbody tr {
  border-bottom: 1px solid #ba916c;
  line-height: 1;
}
#main .section-2 .content-price .table-price table tbody tr th {
  background: #eaded3;
  font-weight: 400;
  text-align: left;
  padding: 11px 0;
  padding-left: 30px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-price .table-price table tbody tr th {
    padding: 10px;
    line-height: 1.5;
  }
}
#main .section-2 .content-price .table-price table tbody tr td {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-price .table-price table tbody tr td {
    font-size: 15px;
  }
}
#main .section-2 .content-price .table-price .btn-more {
  text-align: right;
  margin-top: 17px;
}
#main .section-2 .content-price .table-price .btn-more a {
  text-decoration: underline;
  font-size: 18px;
  color: #eb4965;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-price .table-price .btn-more a {
    font-size: 15px;
  }
}
#main .section-2 .content-payment {
  margin-top: 70px;
}
#main .section-2 .content-payment .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-payment .title {
    font-size: 15px;
  }
}
#main .section-2 .content-payment .img-payment {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-payment .img-payment img {
    margin: 0 auto;
    display: block;
  }
}
#main .section-2 .content-market {
  margin-top: 65px;
}
#main .section-2 .content-market .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-market .title {
    font-size: 15px;
  }
}
#main .section-2 .content-market .img-market {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-market .img-market img {
    margin: 0 auto;
    display: block;
  }
}
#main .section-2 .content-market .name-market {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-market .name-market {
    font-size: 12px;
  }
}
#main .section-2 .list-step {
  display: flex;
  flex-wrap: wrap;
  margin-top: 105px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step {
    margin-top: 50px;
  }
}
#main .section-2 .list-step .item-step {
  width: 290px;
  border: 2px solid #ba916c;
  position: relative;
}
#main .section-2 .list-step .item-step:nth-child(2) {
  margin: 0 30px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step:nth-child(2) {
    margin: 30px 0;
  }
}
#main .section-2 .list-step .item-step:nth-child(2):after {
  content: "";
  background: url("../images/arrow.webp") center center no-repeat;
  height: 50px;
  width: 22px;
  background-size: cover;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -22px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step:nth-child(2):after {
    transform: rotate(90deg);
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -37px;
  }
}
#main .section-2 .list-step .item-step:first-child:after {
  content: "";
  background: url("../images/arrow.webp") center center no-repeat;
  height: 50px;
  width: 22px;
  background-size: cover;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -22px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step:first-child:after {
    transform: rotate(90deg);
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -37px;
  }
}
#main .section-2 .list-step .item-step:last-child .title {
  top: 15px;
}
#main .section-2 .list-step .item-step .number {
  width: 90px;
}
#main .section-2 .list-step .item-step .title {
  text-align: center;
  font-size: 24px;
  color: #ba916c;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step .title {
    font-size: 18px;
  }
}
#main .section-2 .list-step .item-step .img-step {
  text-align: center;
  margin-top: 25px;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step .img-step {
    margin-top: 0;
    width: 35%;
    padding: 0;
  }
}
#main .section-2 .list-step .item-step .img-step img {
  margin: 0 auto;
}
#main .section-2 .list-step .item-step .content-step {
  padding: 20px 20px 27px 20px;
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step .content-step {
    padding: 0;
    margin-left: 2%;
    width: 62%;
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-2 .list-step .item-step {
    width: 100%;
  }
  #main .section-2 .list-step .item-step .content {
    display: flex;
    padding: 15px;
  }
}
#main .section-3 {
  background: #f9f5f2;
  margin-top: 120px;
}
@media screen and (max-width: 769px) {
  #main .section-3 {
    margin-top: 60px;
  }
}
#main .section-3 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 70px;
  width: 245px;
}
@media screen and (max-width: 769px) {
  #main .section-3 .title {
    padding-top: 50px;
  }
  #main .section-3 .title img {
    width: 123px;
  }
}
#main .section-3 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-3 .title span {
    font-size: 15px;
  }
}
#main .section-3 .content {
  margin-top: 45px;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #main .section-3 .content {
    padding: 0 15px;
  }
}
#main .section-3 .content .list-item {
  display: flex;
  flex-wrap: wrap;
}
#main .section-3 .content .list-item .item {
  margin-bottom: 40px;
  width: 440px;
}
#main .section-3 .content .list-item .item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  #main .section-3 .content .list-item .item {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  #main .section-3 .content .list-item .item {
    margin-bottom: 20px;
    width: 100%;
  }
}
#main .section-3 .content .list-item .item:nth-child(2n) {
  margin-left: 50px;
}
@media screen and (max-width: 769px) {
  #main .section-3 .content .list-item .item:nth-child(2n) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 640px) {
  #main .section-3 .content .list-item .item:nth-child(2n) {
    margin-left: 0;
  }
}
#main .section-3 .content .list-item .item img {
  margin: 0 auto;
  display: block;
}
#main .section-4 {
  margin-top: 70px;
}
@media screen and (max-width: 769px) {
  #main .section-4 {
    margin-top: 50px;
  }
}
#main .section-4 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 195px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .title img {
    width: 99px;
  }
}
#main .section-4 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-4 .title span {
    font-size: 15px;
  }
}
#main .section-4 .voice-item {
  margin-top: 45px;
}
#main .section-4 .voice-item .wpcr3_pagination{
  display: none;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item {
    padding: 0 15px;
  }
}
#main .section-4 .voice-item .item {
  border: 2px solid #eaded3;
  padding: 32px 0;
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item {
    padding: 15px;
  }
}
#main .section-4 .voice-item .item:first-child {
  margin-top: 0;
}
#main .section-4 .voice-item .item:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-4 .voice-item .item .content-item {
  width: 830px;
  margin: 0 auto;
}
#main .section-4 .voice-item .item .content-item .item-top {
  display: block;
  width: 100%;
}
#main .section-4 .voice-item .item .content-item .item-top:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-4 .voice-item .item .content-item .item-top .title-item {
  font-size: 18px;
  font-weight: 600;
  float: left;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item .item-top .title-item {
    font-size: 15px;
  }
}
#main .section-4 .voice-item .item .content-item .item-top .date-voice {
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item .item-top .date-voice {
    font-size: 12px;
    position: relative;
    top: 30px;
  }
}
#main .section-4 .voice-item .item .content-item .star-voice {
  display: block;
  border-bottom: 2px dashed #ba916c;
  padding-bottom: 10px;
}
#main .section-4 .voice-item .item .content-item .star-voice img {
  width: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item .star-voice img {
    width: 15px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item .star-voice {
    border-bottom: 2px solid #ba916c;
  }
}
#main .section-4 .voice-item .item .content-item .content-voice {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .voice-item .item .content-item {
    width: 100%;
  }
}
#main .section-4 .btn-review {
  margin-top: 20px;
  width: 100%;
}
#main .section-4 .btn-review:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #main .section-4 .btn-review {
    margin-top: 10px;
    padding: 0 15px;
  }
}
#main .section-4 .btn-review a {
  text-align: right;
  color: #eb4965;
  font-size: 18px;
  float: right;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #main .section-4 .btn-review a {
    font-size: 15px;
  }
}
#main .section-4 .btn-more {
  margin-top: 5px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .btn-more {
    margin-top: 35px;
  }
}
#main .section-4 .btn-more:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-4 .btn-more a {
  color: #ba916c;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  border: 2px solid #ba916c;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-4 .btn-more a {
    max-width: 250px;
  }
}
#main .section-5, #main .section-9 {
  background: #eaded3;
  margin-top: 120px;
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  #main .section-5, #main .section-9 {
    padding: 30px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-5 .container, #main .section-9 .container {
    padding: 0 15px;
  }
}
#main .section-5 .content, #main .section-9 .content {
  background: url("../images/cv_img2.webp") center center no-repeat;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 50px;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  #main .section-5 .content, #main .section-9 .content {
    background: #fff;
    padding: 10px 5px 20px 10px;
    height: auto;
  }
}
#main .section-5 .content .ct-left, #main .section-9 .content .ct-left {
  margin-top: 15px;
  width: 165px;
}
#main .section-5 .content .img-top, #main .section-9 .content .img-top {
  padding-right: 15px;
}
#main .section-5 .content .btn-sp, #main .section-9 .content .btn-sp {
  padding: 0 10px;
}
#main .section-5 .content .ct-right, #main .section-9 .content .ct-right {
  margin-left: 30px;
}
#main .section-5 .content .ct-right .btn-contact, #main .section-9 .content .ct-right .btn-contact {
  text-align: center;
  margin-top: 15px;
}
#main .section-5 .content .ct-right .btn-contact a, #main .section-9 .content .ct-right .btn-contact a {
  color: #fff;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: -2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
#main .section-5 .content .ct-right .btn-contact a:before, #main .section-9 .content .ct-right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 42px;
  background-size: contain;
}
#main .section-6 {
  background: url("../images/bg.webp") center center no-repeat;
  height: 580px;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  #main .section-6 {
    height: auto;
    padding-bottom: 35px;
  }
}
#main .section-6 .title {
  padding-top: 60px;
  width: 290px;
}
@media screen and (max-width: 769px) {
  #main .section-6 .title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
#main .section-6 .content {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
#main .section-6 .content .ct-left {
  width: 440px;
}
#main .section-6 .content .ct-right {
  margin-left: 50px;
  width: 440px;
}
@media screen and (max-width: 769px) {
  #main .section-6 .content {
    padding: 0 15px;
    margin-top: 15px;
  }
}
#main .section-6 .content .item {
  margin-bottom: 15px;
}
#main .section-6 .content .list-area {
  margin: 0 auto;
}
#main .section-6 .btn-link {
  margin-top: 27px;
}
#main .section-6 .btn-link a {
  font-size: 18px;
  color: #eb4965;
  text-decoration: underline;
}
#main .section-7 {
  background: #f9f5f2;
  padding: 70px 0 90px 0;
}
@media screen and (max-width: 769px) {
  #main .section-7 {
    padding: 50px 0 60px 0;
  }
}
#main .section-7 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 304px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .title img {
    width: 153px;
  }
}
#main .section-7 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
  letter-spacing: -2px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .title span {
    font-size: 15px;
  }
}
#main .section-7 .content {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .content {
    padding: 0 15px;
  }
}
#main .section-7 .content .item-question {
  background: #fff;
  padding: 45px 40px;
  margin-bottom: 30px;
}
#main .section-7 .content .item-question:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #main .section-7 .content .item-question {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
#main .section-7 .content .item-question .item-q {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}
#main .section-7 .content .item-question .item-q span {
  padding-right: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .content .item-question .item-q span {
    padding-right: 10px;
  }
}
@media screen and (max-width: 769px) {
  #main .section-7 .content .item-question .item-q {
    display: flex;
    font-size: 15px;
  }
}
#main .section-7 .content .item-question .item-a {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #main .section-7 .content .item-question .item-a {
    margin-top: 15px;
  }
}
#main .section-8 {
  padding: 70px 0 0 0;
}
#main .section-8:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #main .section-8 {
    padding: 50px 0 0 0;
  }
}
#main .section-8 .title {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 160px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .title img {
    width: 78px;
  }
}
#main .section-8 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-8 .title span {
    font-size: 15px;
  }
}
#main .section-8 .content {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content {
    padding: 0 15px;
  }
}
#main .section-8 .content .content-top {
  display: flex;
  flex-wrap: wrap;
}
#main .section-8 .content .content-top .ct-left {
  width: 450px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-top .ct-left {
    width: 100%;
  }
  #main .section-8 .content .content-top .ct-left img {
    margin: 0 auto;
  }
}
#main .section-8 .content .content-top .ct-right {
  margin-left: 70px;
  width: 410px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-top .ct-right {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
  }
}
#main .section-8 .content .content-top .ct-right .title {
  font-size: 24px;
  text-align: left;
  width: 100%;
}
#main .section-8 .content .content-top .ct-right .title span {
  font-size: 48px;
  position: relative;
  display: block;
}
#main .section-8 .content .content-top .ct-right .title span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
#main .section-8 .content .content-top .ct-right .content-2 {
  margin-top: 40px;
}
#main .section-8 .content .content-bottom {
  margin-top: 150px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom {
    margin-top: 75px;
  }
}
#main .section-8 .content .content-bottom .title-1 {
  text-align: left;
  width: 265px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .title-1 {
    width: 100%;
    text-align: center;
  }
  #main .section-8 .content .content-bottom .title-1 img {
    width: 60%;
  }
}
#main .section-8 .content .content-bottom .content-bt {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
#main .section-8 .content .content-bottom .content-bt .item {
  width: 290px;
  padding: 20px;
  position: relative;
  border: 2px solid #ebebeb;
}
#main .section-8 .content .content-bottom .content-bt .item:hover{
  opacity: 0.7;
}
#main .section-8 .content .content-bottom .content-bt .item a{
  color: #000;
}
@media screen and (max-width: 769px) {
 #main .section-8 .content .content-bottom .content-bt .item a{
  display: flex;
} 
}
#main .section-8 .content .content-bottom .content-bt .item:nth-child(2) {
  margin: 0 30px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item:nth-child(2) {
    margin: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item {
    width: 100%;
    display: flex;
    padding: 15px;
  }
  #main .section-8 .content .content-bottom .content-bt .item .item-r {
    width: 58%;
    margin-left: 2%;
  }
  #main .section-8 .content .content-bottom .content-bt .item .item-l {
    width: 40%;
  }
}
#main .section-8 .content .content-bottom .content-bt .item .title-cate {
  font-size: 14px;
  color: #fff;
  background: #eb4965;
  padding: 2px 16px;
  position: absolute;
  border-radius: 20px;
  top: 27px;
  left: 30px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item .title-cate {
    font-size: 9px;
    top: 20px;
    left: 17px;
  }
}
#main .section-8 .content .content-bottom .content-bt .item a .img-item{
    width: 100%;
    height: 145px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item a .img-item{
    height: 120px;
  }
}
@media screen and (max-width: 481px) {
  #main .section-8 .content .content-bottom .content-bt .item a .img-item{
    height: 85px;
  }
}
#main .section-8 .content .content-bottom .content-bt .item a .img-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#main .section-8 .content .content-bottom .content-bt .item .date-item {
  color: #ba916c;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item .date-item {
    text-align: right;
    font-size: 12px;
  }
}
#main .section-8 .content .content-bottom .content-bt .item .date-item:before {
  content: '';
  background: url("../images/icon-time.webp") center center no-repeat;
  height: 14px;
  width: 15px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item .date-item:before {
    left: unset;
    margin-left: -20px;
  }
}
#main .section-8 .content .content-bottom .content-bt .item .content-item {
  margin-top: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bt .item .content-item {
    margin-top: 0;
  }
}
#main .section-8 .content .content-bottom .btn-more {
  margin-top: 40px;
}
#main .section-8 .content .content-bottom .content-bl{
  margin: 40px auto;
  width: 770px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .content-bl {
    width:100%;
  }
}
#main .section-8 .content .content-bottom .btn-more:after {
  content: '';
  display: block;
  clear: both;
}
#main .section-8 .content .content-bottom .btn-more a {
  color: #ba916c;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  border: 2px solid #ba916c;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #main .section-8 .content .content-bottom .btn-more a {
    max-width: 250px;
  }
}
#main .section-10 {
  padding: 70px 0 90px 0;
}
@media screen and (max-width: 769px) {
  #main .section-10 {
    padding: 50px 0 60px 0;
  }
}
#main .section-10 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 245px;
}
@media screen and (max-width: 769px) {
  #main .section-10 .title {
    width: 122px;
  }
}
#main .section-10 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #main .section-10 .title span {
    font-size: 15px;
  }
}
#main .section-10 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  #main .section-10 .content {
    padding: 0 15px;
  }
}
#main .section-10 .content .item {
  width: 210px;
  margin-right: 30px;
  margin-bottom: 30px;
}
#main .section-10 .content .item:nth-child(4), #main .section-10 .content .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #main .section-10 .content .item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 769px) {
  #main .section-10 .content .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
}

footer {
  background: #f4eee9;
}
footer .container-ft {
  width: 1180px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 769px) {
  footer .container-ft {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 90px;
  }
}
footer .container-ft .ft-top {
  flex-wrap: wrap;
  display: flex;
  padding-top: 50px;
}
footer .container-ft .ft-top:after {
  content: '';
  display: block;
  clear: both;
}
footer .container-ft .ft-top .ft-top-left {
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-top .ft-top-left .logo {
    width: 30%;
  }
}
footer .container-ft .ft-top .ft-top-left .text-ft {
  font-size: 14px;
  margin-left: 40px;
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-top .ft-top-left .text-ft {
    font-size: 10px;
    margin-left: 4%;
    width: 66%;
    padding: unset;
  }
}
footer .container-ft .ft-top .ft-top-right .content-cta {
  flex-wrap: wrap;
  display: flex;
  width: 540px;
  border-radius: 5px;
  border: 2px solid #ba916c;
  padding: 13px 20px 15px 25px;
  background: #fff;
  z-index: 9999;
  margin-left: 194px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-top .ft-top-right .content-cta {
    display: none !important;
  }
}
footer .container-ft .ft-top .ft-top-right .content-cta .left {
  letter-spacing: -1px;
}
footer .container-ft .ft-top .ft-top-right .content-cta .left .tel {
  font-size: 30px;
  display: block;
  line-height: 1;
  color: #eb4965;
  letter-spacing: 0;
}
footer .container-ft .ft-top .ft-top-right .content-cta .left .text {
  font-size: 14px;
  background: #eaded3;
  padding: 2px;
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-weight: 500;
}
footer .container-ft .ft-top .ft-top-right .content-cta .right {
  margin-left: 29px;
  width: 100%;
  max-width: 250px;
}
footer .container-ft .ft-top .ft-top-right .content-cta .right .btn-contact a {
  color: #fff;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
footer .container-ft .ft-top .ft-top-right .content-cta .right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 33px;
   background-size: contain;
}
footer .container-ft .ft-bottom {
  width: 100%;
}
footer .container-ft .ft-bottom:after {
  content: '';
  display: block;
  clear: both;
}
footer .container-ft .ft-bottom .nav-ft .item-menu {
  margin-top: 35px;
  line-height: 1;
  padding-left: 10px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu {
    margin-top: 15px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .title {
  font-size: 20px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .title {
    font-size: 15px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 li {
  margin-right: 45px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-01 li a {
    font-size: 12px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 li {
  margin-right: 45px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-02 li a {
    font-size: 12px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li {
    margin-top: 10px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li a {
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-03 li a {
    font-size: 12px;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 li {
  margin-right: 45px;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 li {
    width: 50%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  footer .container-ft .ft-bottom .nav-ft .item-menu .nav-04 li a {
    font-size: 12px;
  }
}
footer .container-ft .copyright {
  font-size: 14px;
  padding: 20px;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 769px) {
  footer .container-ft .copyright {
    padding: 10px;
  }
}
footer .contact-sp {
  display: none;
}
@media screen and (min-width: 770px) {
  footer .contact-sp {
    display: none !important;
  }
}
footer .contact-sp .contact-info {
  padding: 4px 6px;
  border: 2px solid #ba916c;
  background: #ffffff;
}
@media screen and (max-width: 769px) {
  footer .contact-sp .contact-info {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
  }
}
footer .contact-sp .tel {
  width: 50%;
  text-align: center;
  font-weight: 600;
  color: #ba916c;
  font-size: 2.8vw;
  line-height: 2.3;
}
footer .contact-sp .tel a{
  font-weight: 600;
  color: #ba916c;
}
footer .contact-sp .tel a:visited{
  font-weight: 600;
  color: #ba916c;
}
footer .contact-sp .tel .txt{
  font-size: 3.2vw;
}
footer .contact-sp .mobile {
  width: 23%;
  margin: 0 2%;
  text-align: center;
  background: #eb4965; 
  padding: 4px 0;
  font-size: 2.8vw;
  border-radius: 5px;
}
footer .contact-sp .line {
  width: 23%;
  margin: 0 2%;
  text-align: center;
  background: #06c755; 
  padding: 5px 0;
  font-size: 2.8vw;
  border-radius: 5px;
  font-weight: 600;
}
footer .contact-sp .mobile a{
 color: #fff;
}
footer .contact-sp .mobile img {
  max-height: 8vw;
  margin-bottom: 5px;
}
footer .contact-sp .line a{
  color: #fff;
 }
 footer .contact-sp .line img {
   max-height: 8vw;
   margin-bottom: 5px;
 }
footer .contact-sp .email {
  width: 23%;
  text-align: center;
  border: 2px solid #ba916c;
  padding: 5px 0;
  line-height: 1.2;
  border-radius: 5px;
}
footer .contact-sp .email a {
  color: #ba916c;
  font-weight: 600;
  font-size: 2.8vw;
}
footer .contact-sp .email img {
  max-height: 8vw;
  margin-bottom: 5px;
}

.button_scroll2top {
  display: none;
  width: 65px;
  height: 65px;
  position: fixed;
  bottom: 150px;
  right: 25px;
  cursor: pointer;
  z-index: 99999;
}
@media screen and (max-width: 769px) {
  .button_scroll2top {
    width: 40px;
    height: 40px;
  }
}

.contact-scroll {
  display: none;
}
.contact-scroll .content-ct {
  flex-wrap: wrap;
  display: flex;
  width: 540px;
  border-radius: 5px;
  border: 2px solid #ba916c;
  padding: 13px 20px 15px 25px;
  background: #fff;
  position: fixed;
  bottom: 50px;
  right: 25px;
  z-index: 9999;
}
@media screen and (max-width: 769px) {
  .contact-scroll .content-ct {
    display: none !important;
  }
}
.contact-scroll .content-ct .left {
  letter-spacing: -1px;
}
.contact-scroll .content-ct .left .tel {
  font-size: 30px;
  display: block;
  line-height: 1;
  color: #eb4965;
  letter-spacing: 0;
}
.contact-scroll .content-ct .left .text {
  font-size: 14px;
  background: #eaded3;
  padding: 2px;
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-weight: 500;
}
.contact-scroll .content-ct .right {
  margin-left: 29px;
  width: 100%;
  max-width: 250px;
}
.contact-scroll .content-ct .right .btn-contact a {
  color: #fff;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.contact-scroll .content-ct .right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 33px;
   background-size: contain;
}

.privacy {
  padding: 80px 0 150px 0;
  position: relative;
  background: #fff;
  z-index: 99999;
}
@media screen and (max-width: 769px) {
  .privacy {
    padding: 35px 0 70px 0;
  }
}
.privacy .container {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .privacy .container {
    padding: 0 15px;
    font-size: 15px;
  }
}
.privacy .container .content-privacy {
  line-height: 1.8;
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .privacy .container .content-privacy {
    width: 100%;
  }
}
.privacy .container .content-privacy .text-top {
  line-height: 2.2;
  letter-spacing: -1px;
  margin-bottom: 40px;
}
.privacy .container .content-privacy .conten-bt ul {
  display: flex;
  flex-wrap: wrap;
}
.privacy .container .content-privacy .conten-bt ul li {
  display: flex;
  margin-bottom: 10px;
}
.privacy .container .content-privacy .conten-bt ul li .number-sp {
  width: 20px;
}
@media screen and (max-width: 769px) {
  .privacy .container .content-privacy .conten-bt ul li .number-sp {
    width: 5%;
  }
}
.privacy .container .content-privacy .conten-bt ul li .text-sp {
  width: 750px;
}
@media screen and (max-width: 769px) {
  .privacy .container .content-privacy .conten-bt ul li .text-sp {
    width: 95%;
  }
}

.coopperation {
  background: #fff;
  position: relative;
  z-index: 9999;
  padding-top: 80px;
  margin-bottom: 150px;
}
@media screen and (max-width: 769px) {
  .coopperation {
    padding-top: 40px;
    margin-bottom: 75px;
  }
}
.coopperation .container {
  line-height: 1.8;
}
.coopperation .container .content-coop {
  width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop {
    padding: 0 15px;
    width: 100%;
  }
}
.coopperation .container .content-coop span {
  text-align: right;
  float: right;
}
.coopperation .container .content-coop .textp {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 60px 0 40px 0;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .textp {
    font-size: 15px;
  }
}
.coopperation .container .content-coop .btn-contact a {
  color: #fff;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 36px;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .btn-contact a {
    max-width: 250px;
  }
}
.coopperation .container .content-coop .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 70px;
   background-size: contain;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .btn-contact a:before {
    left: 30px;
  }
}
.coopperation .container .content-coop h2 {
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
  margin-top: 100px;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop h2 {
    margin-top: 75px;
    font-size: 18px;
  }
}
.coopperation .container .content-coop .kagilock {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .kagilock {
    margin-top: 30px;
  }
  .coopperation .container .content-coop .kagilock img {
    width: 40%;
  }
}
.coopperation .container .content-coop .dt-link {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .coopperation .container .content-coop .dt-link {
    margin-top: 30px;
  }
}
.coopperation .container .content-coop .dt-link a {
  color: #eb4965;
  text-decoration: underline;
}

.mailform {
  padding-top: 80px;
  margin-bottom: 150px;
  position: relative;
  z-index: 99999;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .mailform {
    padding-top: 40px;
    margin-bottom: 75px;
  }
}
.mailform .container {
  width: 770px;
}
@media screen and (max-width: 769px) {
  .mailform .container {
    width: 100%;
    padding: 0 15px;
  }
}
.mailform .container .content-form table {
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table {
    padding-top: 40px;
  }
}
.mailform .container .content-form table th {
  text-align: left;
  padding-bottom: 30px;
  width: 20%;
  margin-right: 2%;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.mailform .container .content-form table .text-top {
  vertical-align: top;
}
.mailform .container .content-form table td {
  width: 78%;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table td {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
.mailform .container .content-form table td input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #999999;
}
.mailform .container .content-form table td input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #999999;
}

.mailform .container .content-form table td textarea {
  width: 100%;
  border: 1px solid #999999;
  padding: 10px;
}
.mailform .container .content-form table td input.fullname {
  width: 290px;
}
.mailform .container .content-form table td input.phone {
  width: 130px;
  margin: 0 10px;
  padding: 10px;
}
span.wpcf7-form-control-wrap.phone1, 
span.wpcf7-form-control-wrap.phone2,
span.wpcf7-form-control-wrap.phone3{
  position: unset;
}
span.wpcf7-form-control-wrap.phone1 span.wpcf7-not-valid-tip,
span.wpcf7-form-control-wrap.phone2 span.wpcf7-not-valid-tip,
span.wpcf7-form-control-wrap.phone3 span.wpcf7-not-valid-tip{
  position: absolute;
  bottom: 3px;
  left: 0;
}
.mailform .container .content-form table td input.phone:first-child {
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table td input.phone {
    width: 29%;
    margin: 0 1%;
  }
}
.mailform .container .content-form table td .uploadFile {
  margin-top: 20px;
}
.mailform .container .content-form table td .uploadFile .file-upload {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.mailform .container .content-form table td .uploadFile .file-upload span.myFile1 {
    position: absolute;
    right: 0;
}
.mailform .container .content-form table td .uploadFile .file-upload__input {
  display: none;
}
.mailform .container .content-form table td .uploadFile .file-upload__button {
  -webkit-appearance: none;
  background: #ba916c;
  border-radius: 4px;
  border: none;
  outline: none;
  padding: 5px 10px;
  margin-right: 15px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}
.mailform .container .content-form table td .uploadFile .file-upload__button:active {
  background: #ba916c;
}
.mailform .container .content-form table td .uploadFile .file-upload__label {
  max-width: 250px;
  font-size: 0.95em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mailform .container .content-form table td .privacy-mail {
  margin: 50px 0;
}
.mailform .container .content-form table td .privacy-mail a {
  color: #eb4965;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table td .privacy-mail {
    margin: 25px 0;
  }
}
.mailform .container .content-form table td .checkvalue {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mailform .container .content-form table td .checkvalue input {
  height: 20px;
  width: 20px;
}
.mailform .container .content-form table td .checkvalue span {
  margin-left: 10px;
}
.mailform .container .content-form table td .btn-send {
  margin-top: 30px;
}
.mailform .container .content-form table td .btn-send input {
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  border: none;
}
.mailform .container .content-form table td .btn-send input[type="submit"]:disabled{
  background: #999;
}
@media screen and (max-width: 769px) {
  .mailform .container .content-form table td .btn-send a {
    max-width: 250px;
  }
}

.mailconfirm {
  padding-top: 80px;
  margin-bottom: 150px;
  position: relative;
  z-index: 99999;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .mailconfirm {
    padding-top: 40px;
    margin-bottom: 75px;
  }
}
.mailconfirm .container {
  width: 770px;
}
@media screen and (max-width: 769px) {
  .mailconfirm .container {
    width: 100%;
    padding: 0 15px;
  }
}
.mailconfirm .container .content-confirm span {
  font-weight: 600;
}

.review {
  position: relative;
  z-index: 999;
  padding-top: 80px;
  background: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .review {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 769px) {
  .review .container {
    padding: 0 15px;
  }
}
.review .container .top-review {
  background: #f4eee9;
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .review .container .top-review {
    font-size: 15px;
    padding: 15px;
  }
}
.review .container .top-review .title {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .review .container .top-review .title {
    font-size: 15px;
  }
}
.review .container .top-review .text-top {
  margin-top: 10px;
}
.review .container .top-review .btn-rev {
  margin-top: 20px;
}
.review .container .top-review .text-under {
  margin-top: 20px;
}
.review .container .top-review .btn-rev a {
  color: #fff;
  max-width: 200px;
  width: 100%;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 16px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 769px) {
  .review .container .top-review .btn-rev a {
    max-width: 135px;
    font-size: 12px;
  }
}
.review .container .content-review {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review {
    margin-top: 30px;
  }
}
.review .container .content-review .pagin {
  width: 100%;
  margin-top: 10px;
}
.review .container .content-review .pagin:after {
  content: '';
  display: block;
  clear: both;
}
.review .container .content-review .pagin ul {
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.review .container .content-review .pagin ul li {
  margin: 0 5px;
}
.review .container .content-review .pagin ul li a {
  color: #eb4965;
  text-decoration: underline;
}
.review .container .content-review .pagin ul .active a {
  color: #000;
  text-decoration: none;
}
.review .container .content-review .list-review {
  margin-top: 15px;
}
.review .container .content-review .list-review:after {
  content: '';
  display: block;
  clear: both;
}
.review .container .content-review .list-review .item {
  border: 2px solid #eaded3;
  padding: 32px 0;
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item {
    padding: 15px;
  }
}
.review .container .content-review .list-review .item:first-child {
  margin-top: 0;
}
.review .container .content-review .list-review .item:after {
  content: '';
  display: block;
  clear: both;
}
.review .container .content-review .list-review .item .content-item {
  width: 830px;
  margin: 0 auto;
}
.review .container .content-review .list-review .item .content-item .item-top {
  display: block;
  width: 100%;
}
.review .container .content-review .list-review .item .content-item .item-top:after {
  content: '';
  display: block;
  clear: both;
}
.review .container .content-review .list-review .item .content-item .item-top .title-item {
  font-size: 18px;
  font-weight: 600;
  float: left;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item .item-top .title-item {
    font-size: 15px;
  }
}
.review .container .content-review .list-review .item .content-item .item-top .date-voice {
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item .item-top .date-voice {
    font-size: 12px;
    position: relative;
    top: 30px;
  }
}
.review .container .content-review .list-review .item .content-item .star-voice {
  display: block;
  border-bottom: 2px dashed #ba916c;
  padding-bottom: 10px;
}
.review .container .content-review .list-review .item .content-item .star-voice img {
  width: 25px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item .star-voice img {
    width: 15px;
  }
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item .star-voice {
    border-bottom: 2px solid #ba916c;
  }
}
.review .container .content-review .list-review .item .content-item .content-voice {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .review .container .content-review .list-review .item .content-item {
    width: 100%;
  }
}

.reviewform {
  padding-top: 80px;
  margin-bottom: 150px;
  position: relative;
  z-index: 99999;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .reviewform {
    padding-top: 40px;
    margin-bottom: 75px;
    letter-spacing: -1px;
  }
}
.reviewform .container {
  width: 770px;
}
@media screen and (max-width: 769px) {
  .reviewform .container {
    width: 100%;
    padding: 0 15px;
  }
}
.reviewform .container .content-form .red {
  color: #eb4965;
}
.reviewform .container .content-form table {
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table {
    padding-top: 40px;
  }
}
.reviewform .container .content-form table tr {
  width: 100%;
}
.reviewform .container .content-form table th {
  text-align: left;
  padding-bottom: 30px;
  width: 20%;
  margin-right: 2%;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.reviewform .container .content-form table .text-top {
  vertical-align: top;
}
.reviewform .container .content-form table td {
  width: 78%;
  padding-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
.reviewform .container .content-form table td input[type="text"] {
  width: 100%;
  padding: 10px 0;
}
.reviewform .container .content-form table td textarea {
  width: 100%;
}
.reviewform .container .content-form table td input.fullname {
  width: 290px;
  margin-right: 10px;
  float: left;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td input.fullname {
    margin-right: 0;
    float: unset;
  }
}
.reviewform .container .content-form table td span {
  float: left;
}
.reviewform .container .content-form table td select {
  padding: 10px;
  width: 120px;
  margin: 0 10px;
}
.reviewform .container .content-form table td select:first-child {
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td select {
    width: 25%;
    margin: 0 1%;
    padding: 10px 0;
  }
}
.reviewform .container .content-form table td input.reception {
  width: 290px;
}
.reviewform .container .content-form table td img {
  width: 24px;
}
.reviewform .container .content-form table td .note {
  background: #f4eee9;
  padding: 20px 25px;
  margin-top: 35px;
}
.reviewform .container .content-form table td .note span {
  color: #ba916c;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td .note {
    margin-top: 25px;
  }
}
.reviewform .container .content-form table td .btn-send {
  margin-top: 40px;
}
.reviewform .container .content-form table td .btn-send .wpcr3_submit_btn {
  color: #fff;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  letter-spacing: -1px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
.reviewform .container .content-form table td .btn-send .wpcr3_submit_btn:hover{
  opacity: 0.7;
}
.reviewform .container .content-form .wpcr3_respond_2{
  display: block!important;
} 
.wpcr3_div_2 {
  width: 100%;
}
.wpcr3_respond_3{
  display: none!important;
}

@media screen and (max-width: 769px) {
  .reviewform .container .content-form table td .btn-send .wpcr3_submit_btn {
    max-width: 250px;
  }
}
.pagination .wp-paginate{
  text-align: center;
  display: inline-block;
  overflow: hidden;
}
.pagination .wp-paginate a{
  border: 2px solid #ba916c;
  background: #fff;
  color: #ba916c;
  border-radius: 50%;
  padding: 5px 11px;
  font-weight: 600;
}
.pagination .wp-paginate .current{
  background: #ba916c;
  color: #fff;
  border-radius: 50%;
  padding: 5px 11px;
  font-weight: 600;
  border: 2px solid #ba916c;
}
.pagination .wp-paginate li{
  margin: 0 3px;
}
.pagination .wp-paginate .prev{
  position: relative;
  padding: 5px 13px;
  color: rgb(255 255 255 / 0%);
}
.pagination .wp-paginate .prev:before{
  content: '';
  background: url('../images/pre-602.webp') no-repeat;
  height: 13px;
  width: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  margin: 0 auto;
}
.pagination .wp-paginate .next{
  position: relative;
  padding: 5px 13px;
  color: rgb(255 255 255 / 0%);
  border: 2px solid #ba916c;
}
.pagination .wp-paginate .next:before{
  content: '';
  background: url('../images/next-602.webp') no-repeat;
  height: 13px;
  width: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  margin: 0 auto;
}
/*# sourceMappingURL=styles.css.map */
#review-list .wpcr3_reviews_holder .wpcr3_review_item{
  border: 2px solid #eaded3;
    padding: 32px 0;
    margin-top: 20px;
}
@media screen and (max-width: 769px) {
 #review-list .wpcr3_reviews_holder .wpcr3_review_item{
  padding: 20px;
}
}
#review-list .wpcr3_reviews_holder .wpcr3_review_item .wpcr3_item{
  width: 830px;
    margin: 0 auto;
}
@media screen and (max-width: 769px) {
  #review-list .wpcr3_reviews_holder .wpcr3_review_item .wpcr3_item{
   width: 100%;
    margin: 0 auto;
}
}
#review-list .wpcr3_reviews_holder .wpcr3_review_item .wpcr3_dotline, #review-list .wpcr3_reviews_holder .wpcr3_review_datePublished{
  display: none !important;
}
div.wpcr3_review blockquote.wpcr3_content{
  margin: 0;
  padding: 0;
  padding-top: 15px;
  border-top: 2px dashed #ba916c;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
 div.wpcr3_review blockquote.wpcr3_content{
  margin-top: 10px;
}
}
div.wpcr3_review blockquote.wpcr3_content p{
   font-size: 16px;
}
#review-list .wpcr3_reviews_holder .wpcr3_review_item .wpcr3_review_custom_label, #review-list .wpcr3_reviews_holder .wpcr3_review_item.wpcr3_review_datePublished{
  display: none!important;
}
div.wpcr3_review div.wpcr3_review_customs{
  float: right;
  position: relative;
  margin-top: -30px;
  margin-right: 0;
}
@media screen and (max-width: 769px) {
 div.wpcr3_review div.wpcr3_review_customs{
  margin-top: 0;
}
}
@media screen and (max-width: 769px) {
 div.wpcr3_review div.wpcr3_review_custom{
  margin-right: 0;
}
}
div.wpcr3_review div.wpcr3_review_author{
  font-size: 18px !important;
    font-weight: 600;
    font-style: normal; ;
}
@media screen and (max-width: 769px) {
 div.wpcr3_review div.wpcr3_review_author{
  font-size: 15px !important;
}
}
div.wpcr3_rating_style1_average{
  background: url('../images/newstars.webp') 0 -25px no-repeat;
  height: 25px;
}
div.wpcr3_rating_style1_base{
   background: url('../images/newstars.webp') 0 0 no-repeat;
   width: 134px;
    height: 25px;

}

div.wpcr3_rating_style1_score{
   background: url('../images/newstars.webp') 0 0 no-repeat;
   width: 134px;
    height: 25px;
}
div.wpcr3_rating_style1_status{
  width: 134px;
    height: 25px;
}
div.wpcr3_rating_style1_score div:hover{
 background: url('../images/newstars.webp') bottom right no-repeat;
}
div.wpcr3_rating_style1_score div{
  height: 25px;
}
@media screen and (max-width: 769px) {
 .reviewform .container .content-form table td textarea{
    min-width: 100%;
}
}

div.wpcr3_review{
  position: relative;
}
div.wpcr3_review div.wpcr3_review_ratingValue{
  position: absolute;
  top: 25px;
}
.wpcr3_review_custom_value{
  font-size: 14px;
}
.wpcr3_pagination{
  margin-top: 20px;
      float: right
}
.wpcr3_pagination_page{
  display: none;
}
.wpcr3_pagination .wpcr3_ls, .wpcr3_pagination .wpcr3_rs{
  display: none;
}
.wpcr3_pagination .wpcr3_a.wpcr3_current{
  background: none;
  color: #000;
  text-decoration: none;
}
.wpcr3_pagination .wpcr3_a{
  background: none;
  color: #eb4965;
  text-decoration: underline;
  font-size: 16px;
}
.wpcr3_pagination .wpcr3_a:hover{
  background: none;
  opacity: 0.7;
  color: #eb4965; 
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled{
  background: none;
  color: #eb4965;
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover{
 color: #eb4965;
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover{
  background: none;
}
.breadcrumb-h1 > h1 {
  font-size: 16px
}
.user-review-area .wp-review-user-rating-star{
  float: none!important;
}
.title-review {
    margin-bottom: 10px;
}
div#review {
    margin-top: 40px;
}
.aligncenter {
    margin: 0 auto;
    display: block;
}
#review-button {
    color: #fff;
    background: #eb4965;
    border-radius: 3px;
    padding: 5px 10px;
    border:none;
    margin-right: 10px;
}
/* 20221020 正徳追加スライダー用css */
.swiper {
  max-width: 769px;
  padding-bottom: 38px;
}
.swiper-slide__inner--item img {
  height: auto;
  width: 100%;
}
.swiper-slide__inner--item a,.swiper-slide__inner--item a:hover,.swiper-slide__inner--item a:visited{
    color: #000000;
}
.text-block .post_title {
    /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 600;
  color: #000 !important;
  font-size: 15px;
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  padding-bottom:30px;
  width: 50px;
}
.swiper-button-prev:after {
  background-image: url(../images/allow_button_left.webp);
}
.swiper-button-next:after {
  background-image: url(../images/allow_button_right.webp);
}
.swipepr_continue_btn{
  text-align: center;
  padding:10px 5px;
}
.swipepr_continue_btn span{
  border-radius: 20px;
  background: #DCC8B4;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  padding: 4px 10px;
}
@media screen and (max-width: 769px) {
  .swipepr_continue_btn span{
  font-size:0.8em;
  padding: 4px 8px;
  }
}

/* 20221022 正徳追加 固定ページ追加分 */
.content-house{
  background: #f9f5f2;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .content-house {
    padding: 30px 0;
    margin-top: 0px;
  }
}
.content-house .container .item {
  display: flex;
  padding: 40px;
  border: 2px solid #ba916c;
  background: #fff;
  flex-wrap:wrap;
  row-gap:40px;
}
.content-house .container .item:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .content-house .container .item:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .content-house .container .item {
    padding: 25px 20px;
    display: block;
  }
}
.content-house .container .item .img-ser {
  width: 40%;
}
@media screen and (max-width: 769px) {
  .content-house .container .item .img-ser {
    width: 100%;
  }
  .content-house .container .item .img-ser img {
    margin: 0 auto;
    display: block;
  }
}
.content-house .container .item .content-ser {
  margin-left: 30px;
  width: 55%;
}
@media screen and (max-width: 769px) {
  .content-house .container .item .content-ser {
    width: 100%;
    margin-left: 0;
    margin-top: 23px;
  }
}
.content-house .container .item .content-ser .title-ser {
  font-size: 24px;
  color: #ba916c;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .content-house .container .item .content-ser .title-ser {
    font-size: 20px;
  }
}
.content-house .container .item .content-ser .ct-ser {
  margin-top: 30px;
  letter-spacing: -1px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .content-house .container .item .content-ser .ct-ser {
    margin-top: 23px;
  }
}
#main .section-2 .content-house .container .title-house{
  text-align: center;
  padding: 20px;
}
#main .section-2 .content-house .container .title-house span{
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}
#main .section-2 .content-house .container .title-house h2{
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}
#main .section-2 .content-house .container .item{
	margin:30px;
}
.content-house .container .item .content-ser .ct-ser .continue_btn{
  text-align:center;
  padding:20px;
}
.content-house .container .item .content-ser .ct-ser .continue_btn a{
  background: #DCC8B4;
  color: #594A4E;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 50px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.content-house .container .item .slider-ser {
  width: 100%;
}
#main .section-2 .content-house .container .abs-contents .abs-item{
  display:inline;
  background-color:#FFFFFF;
  padding:30px;
}
#main .section-2 .content-house .container .abs-contents .abs-item{
  display:flex;
  background-color:#FFFFFF;
  padding:30px;
}
#main .section-2 .content-house .container .abs-contents .abs-item .abs-img{
  width: 30%; /*画像サイズ指定*/
  flex-shrink: 0;
  margin:0;
  padding:0;
  position: relative;
}
#main .section-2 .content-house .container .abs-contents .abs-item span{
  margin: 0 0 0 30px;
  padding: 0;
}
#main .section-2 .content-house .container .related-articles{
  width:90%;
  margin:auto;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-house .container .abs-contents .abs-item{
    display:flex;
    flex-wrap: wrap;
    background-color:#FFFFFF;
    padding:30px;
  }
  #main .section-2 .content-house .container .abs-contents .abs-item .abs-img{
    width: 100%; /*画像サイズ指定*/
    margin:0;
    padding:0;
    position: relative;
  }
  #main .section-2 .content-house .container .abs-contents .abs-item span{
    margin: 0px;
    padding: 0px;
  }
}
#main .section-8 .container .content .other_area {
   max-width:600px;
   margin:0 auto;
}
/* proce画面の後払いについてのcss */
.price .price-bt .content-payment .list-text{
  margin-top: 20px;
}
.price .price-bt .content-payment .list-text:after{
  content: '';
  display: block;
  clear: both;
}
.price .price-bt .content-payment .list-text ul li {
  font-size: 18px;
  display: flex;
  margin-top: 20px;
  letter-spacing: -1px;
}
.price .price-bt .content-payment .list-text  ul li span{
  color: #ba916c;
  padding-right: 5px;
}
@media screen and (max-width: 769px) {
	.price .price-bt .content-payment .list-text ul li{
	  font-size: 15px;
	}
}
.price .price-bt .content-payment .img-payment-socre img{
  margin:auto;
}
/*20240227追記 地域実績のアーカイブページ用*/
#achievement {
  z-index: 9999;
  position: relative;
}
#achievement .top-bt {
  background: url("../images/top_img.webp") center center no-repeat;
  background-size: cover;
  height: 720px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #achievement .top-bt {
    background: none;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  #achievement .top-bt {
    background: url("../images/top_img_sp.webp") center center no-repeat;
    height: 667px;
    margin-top: 0;
    position: relative;
    background-size: cover;
  }
}
@media screen and (max-width: 481px) {
  #achievement .top-bt {
      height: 140vw;
  }
}
#achievement .top-bt .container {
  height: 100%;
}
#achievement .top-bt .img-bt {
  position: absolute;
  left: -50px;
  bottom: -40px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #achievement .top-bt .img-bt {
    bottom: -40px;
    top: unset;
  }
}
@media screen and (max-width: 481px) {
  #achievement .top-bt .img-bt {
    width: 70%;
    left: -25px;
  }
}
#achievement .section-1 {
  background: url("../images/bg.webp") center center no-repeat;
  background-size: cover;
  height: 540px;
}
@media screen and (max-width: 769px) {
  #achievement .section-1 {
    height: auto;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-1 .container {
    padding: 0 15px;
  }
}
#achievement .section-1 .container .img-top {
  position: absolute;
  left: -170px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #achievement .section-1 .container .img-top {
    right: 0;
    left: unset;
  }
  #achievement .section-1 .container .img-top img {
    height: 50vw;
  }
}
#achievement .section-1 .container .content {
  position: relative;
  z-index: 999;
}
#achievement .section-1 .container .content:after {
  content: '';
  display: block;
  clear: both;
}
#achievement .section-1 .container .content .content-top {
  padding-top: 70px;
}
#achievement .section-1 .container .content .content-top:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #achievement .section-1 .container .content .content-top {
    padding-top: 50px;
  }
}
#achievement .section-1 .container .content .content-top .ct-left {
  float: left;
  font-size: 48px;
  font-weight: 600;
  padding-top: 15px;
  letter-spacing: -2px;
}
#achievement .section-1 .container .content .content-top .ct-left span {
  position: relative;
}
#achievement .section-1 .container .content .content-top .ct-left span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #achievement .section-1 .container .content .content-top .ct-left {
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 0;
  }
}
#achievement .section-1 .container .content .content-top .ct-right {
  margin-left: 25px;
  float: right;
  width: 345px;
  display: flex;
}
#achievement .section-1 .container .content .content-top .ct-right img {
  width: 49%;
}
#achievement .section-1 .container .content .content-top .ct-right img:last-child {
  margin-left: 2%;
}
@media screen and (max-width: 769px) {
  #achievement .section-1 .container .content .content-top .ct-right {
    display: none;
  }
}
#achievement .section-1 .container .content .content-bt {
  margin-top: 40px;
}
#achievement .section-1 .container .content .content-bt:after {
  content: '';
  display: block;
  clear: both;
}
#achievement .section-1 .container .content .content-bt .box-content {
  display: flex;
  flex-wrap: wrap;
}
#achievement .section-1 .container .content .content-bt .box-content .ct-box {
  display: flex;
  width: 610px;
}
@media screen and (max-width: 769px) {
  #achievement .section-1 .container .content .content-bt .box-content .ct-box {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-1 .container .content .content-bt .box-content .ct-box .item {
    width: 32%;
  }
}
#achievement .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(2), #achievement .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(3) {
  margin-left: 5px;
}
@media screen and (max-width: 769px) {
  #achievement .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(2), #achievement .section-1 .container .content .content-bt .box-content .ct-box .item:nth-child(3) {
    margin-left: 2%;
  }
}
#achievement .section-1 .container .content .content-bt .box-content .ct-price {
  margin-left: 59px;
  margin-top: 17px;
  width: 261px;
}
#achievement .section-1 .container .content .content-bt .box-content .ct-img {
  margin-top: 35px;
  width: 100%;
}
#achievement .section-1 .container .content .content-bt .box-content .ct-img .item {
  width: 40%;
  float: left;
}
#achievement .section-1 .container .content .content-bt .box-content .ct-img .item:nth-child(2), #achievement .section-1 .container .content .content-bt .box-content .ct-img .item:nth-child(3) {
  margin-left: 3%;
  width: 27%;
}
#achievement .section-2 .text-con {
  background: #eaded3;
  font-size: 27px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .text-con {
    font-size: 3vw;
  }
}
#achievement .section-2 .text-con .container {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
}
#achievement .section-2 .text-con .container #timenow{
  padding: 0 10px;
}
#achievement .section-2 .text-con .container span {
  background: #fff;
  padding: 11px;
  font-size: 48px;
  margin: 0 10px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .text-con .container span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .container {
    padding: 0 15px;
  }
}
#achievement .section-2 .content-top {
  margin-top: 80px;
}
#achievement .section-2 .content-top .ct-top {
  display: flex;
  flex-wrap: wrap;
  width: 640px;
  margin: 0 auto;
}
#achievement .section-2 .content-top .ct-top:after {
  content: '';
  display: block;
  clear: both;
}
#achievement .section-2 .content-top .ct-top .ct-left {
  margin-top: 15px;
  width: 165px;
}
#achievement .section-2 .content-top .ct-top .ct-right {
  margin-left: 30px;
}
#achievement .section-2 .content-top .ct-top .ct-right .btn-contact {
  text-align: center;
  margin-top: 15px;
}
#achievement .section-2 .content-top .ct-top .ct-right .btn-contact a {
  color: #fff;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: -2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
#achievement .section-2 .content-top .ct-top .ct-right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 42px;
  background-size: contain;
}
#achievement .section-2 .content-top .ct-bt {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  width: 770px;
}
#achievement .section-2 .content-top .ct-bt:after {
  content: '';
  display: block;
  clear: both;
}
#achievement .section-2 .content-top-sp {
  margin-top: 40px;
  text-align: center;
}
#achievement .section-2 .content-top-sp .cv-sp {
  margin-top: 40px;
}
#achievement .section-2 .content-point {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point {
    margin-top: 20px;
  }
}
#achievement .section-2 .content-point .title-point {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 190px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .title-point img {
    width: 120px;
  }
}
#achievement .section-2 .content-point .title-point span {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .title-point span {
    font-size: 15px;
  }
}
#achievement .section-2 .content-point .list-point {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
#achievement .section-2 .content-point .list-point .item {
  width: 290px;
  margin-bottom: 55px;
}
#achievement .section-2 .content-point .list-point .item:nth-child(2), #achievement .section-2 .content-point .list-point .item:nth-child(5) {
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .list-point .item:nth-child(2), #achievement .section-2 .content-point .list-point .item:nth-child(5) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#achievement .section-2 .content-point .list-point .item .img-point {
  width: 200px;
  margin: 0 auto;
}
#achievement .section-2 .content-point .list-point .item .img-point img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .list-point .item .img-point {
    width: 30%;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .list-point .item {
    display: flex;
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .list-point .item .content {
    margin-left: 3%;
    width: 67%;
  }
}
#achievement .section-2 .content-point .list-point .item .title-item {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: 27px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .list-point .item .title-item {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
  }
}
#achievement .section-2 .content-point .list-point .item .content-item {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .list-point .item .content-item {
    font-size: 12px;
  }
}
#achievement .section-2 .content-price {
  margin-top: 30px;
}
#achievement .section-2 .content-price .title-price {
  text-align: center;
  font-size: 30px;
  position: relative;
  letter-spacing: -2px;
}
#achievement .section-2 .content-price .title-price:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 68%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  margin: 0 auto;
}
#achievement .section-2 .content-price .title-price-sp {
  text-align: center;
  font-size: 6.5vw;
}
#achievement .section-2 .content-price .title-price-sp span {
  position: relative;
}
#achievement .section-2 .content-price .title-price-sp span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 15px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  margin: 0 auto;
}
#achievement .section-2 .content-price .table-price {
  width: 610px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-price .table-price {
    width: 100%;
  }
}
#achievement .section-2 .content-price .table-price table {
  border-collapse: collapse;
  width: 100%;
}
#achievement .section-2 .content-price .table-price table .title {
  color: #fff;
  text-align: center;
  width: 50%;
  padding: 8px 0;
}
#achievement .section-2 .content-price .table-price table thead {
  background: #ba916c;
}
#achievement .section-2 .content-price .table-price table tbody tr {
  border-bottom: 1px solid #ba916c;
  line-height: 1;
}
#achievement .section-2 .content-price .table-price table tbody tr th {
  background: #eaded3;
  font-weight: 400;
  text-align: left;
  padding: 11px 0;
  padding-left: 30px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-price .table-price table tbody tr th {
    padding: 10px;
    line-height: 1.5;
  }
}
#achievement .section-2 .content-price .table-price table tbody tr td {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-price .table-price table tbody tr td {
    font-size: 15px;
  }
}
#achievement .section-2 .content-price .table-price .btn-more {
  text-align: right;
  margin-top: 17px;
}
#achievement .section-2 .content-price .table-price .btn-more a {
  text-decoration: underline;
  font-size: 18px;
  color: #eb4965;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-price .table-price .btn-more a {
    font-size: 15px;
  }
}
#achievement .section-2 .content-payment {
  margin-top: 70px;
}
#achievement .section-2 .content-payment .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-payment .title {
    font-size: 15px;
  }
}
#achievement .section-2 .content-payment .img-payment {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-payment .img-payment img {
    margin: 0 auto;
    display: block;
  }
}
#achievement .section-2 .content-market {
  margin-top: 65px;
}
#achievement .section-2 .content-market .title {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-market .title {
    font-size: 15px;
  }
}
#achievement .section-2 .content-market .img-market {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-market .img-market img {
    margin: 0 auto;
    display: block;
  }
}
#achievement .section-2 .content-market .name-market {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-market .name-market {
    font-size: 12px;
  }
}
#achievement .section-2 .list-step {
  display: flex;
  flex-wrap: wrap;
  margin-top: 105px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .list-step {
    margin-top: 50px;
  }
}
#achievement .section-2 .list-step .item-step {
  width: 290px;
  border: 2px solid #ba916c;
  position: relative;
}
#achievement .section-2 .list-step .item-step:nth-child(2) {
  margin: 0 30px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .list-step .item-step:nth-child(2) {
    margin: 30px 0;
  }
}
#achievement .section-2 .list-step .item-step:nth-child(2):after {
  content: "";
  background: url("../images/arrow.webp") center center no-repeat;
  height: 50px;
  width: 22px;
  background-size: cover;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -22px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .list-step .item-step:nth-child(2):after {
    transform: rotate(90deg);
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -37px;
  }
}
#achievement .section-2 .list-step .item-step:first-child:after {
  content: "";
  background: url("../images/arrow.webp") center center no-repeat;
  height: 50px;
  width: 22px;
  background-size: cover;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -22px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .list-step .item-step:first-child:after {
    transform: rotate(90deg);
    top: unset;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -37px;
  }
}
#achievement .section-2 .list-step .item-step:last-child .title {
  top: 15px;
}
#achievement .section-2 .list-step .item-step .number {
  width: 90px;
}
#achievement .section-2 .list-step .item-step .title {
  text-align: center;
  font-size: 24px;
  color: #ba916c;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .list-step .item-step .title {
    font-size: 18px;
  }
}
#achievement .section-2 .list-step .item-step .img-step {
  text-align: center;
  margin-top: 25px;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .list-step .item-step .img-step {
    margin-top: 0;
    width: 35%;
    padding: 0;
  }
}
#achievement .section-2 .list-step .item-step .img-step img {
  margin: 0 auto;
}
#achievement .section-2 .list-step .item-step .content-step {
  padding: 20px 20px 27px 20px;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .list-step .item-step .content-step {
    padding: 0;
    margin-left: 2%;
    width: 62%;
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .list-step .item-step {
    width: 100%;
  }
  #achievement .section-2 .list-step .item-step .content {
    display: flex;
    padding: 15px;
  }
}
#achievement .section-3 {
  background: #f9f5f2;
}
#achievement .section-3 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding-top: 70px;
  width: 245px;
}
@media screen and (max-width: 769px) {
  #achievement .section-3 .title {
    padding-top: 50px;
  }
  #achievement .section-3 .title img {
    width: 123px;
  }
}
#achievement .section-3 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #achievement .section-3 .title span {
    font-size: 15px;
  }
}
#achievement .section-3 .content {
  margin-top: 45px;
  padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #achievement .section-3 .content {
    padding: 0 15px;
  }
}
#achievement .section-3 .content .list-item {
  display: flex;
  flex-wrap: wrap;
}
#achievement .section-3 .content .list-item .item {
  margin-bottom: 40px;
  width: 440px;
}
#achievement .section-3 .content .list-item .item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  #achievement .section-3 .content .list-item .item {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  #achievement .section-3 .content .list-item .item {
    margin-bottom: 20px;
    width: 100%;
  }
}
#achievement .section-3 .content .list-item .item:nth-child(2n) {
  margin-left: 50px;
}
@media screen and (max-width: 769px) {
  #achievement .section-3 .content .list-item .item:nth-child(2n) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 640px) {
  #achievement .section-3 .content .list-item .item:nth-child(2n) {
    margin-left: 0;
  }
}
#achievement .section-3 .content .list-item .item img {
  margin: 0 auto;
  display: block;
}
#achievement .section-4 {
  margin-top: 70px;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 {
    margin-top: 50px;
  }
}
#achievement .section-4 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 195px;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .title img {
    width: 99px;
  }
}
#achievement .section-4 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .title span {
    font-size: 15px;
  }
}
#achievement .section-4 .voice-item {
  margin-top: 45px;
}
#achievement .section-4 .voice-item .wpcr3_pagination{
  display: none;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .voice-item {
    padding: 0 15px;
  }
}
#achievement .section-4 .voice-item .item {
  border: 2px solid #eaded3;
  padding: 32px 0;
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .voice-item .item {
    padding: 15px;
  }
}
#achievement .section-4 .voice-item .item:first-child {
  margin-top: 0;
}
#achievement .section-4 .voice-item .item:after {
  content: '';
  display: block;
  clear: both;
}
#achievement .section-4 .voice-item .item .content-item {
  width: 830px;
  margin: 0 auto;
}
#achievement .section-4 .voice-item .item .content-item .item-top {
  display: block;
  width: 100%;
}
#achievement .section-4 .voice-item .item .content-item .item-top:after {
  content: '';
  display: block;
  clear: both;
}
#achievement .section-4 .voice-item .item .content-item .item-top .title-item {
  font-size: 18px;
  font-weight: 600;
  float: left;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .voice-item .item .content-item .item-top .title-item {
    font-size: 15px;
  }
}
#achievement .section-4 .voice-item .item .content-item .item-top .date-voice {
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .voice-item .item .content-item .item-top .date-voice {
    font-size: 12px;
    position: relative;
    top: 30px;
  }
}
#achievement .section-4 .voice-item .item .content-item .star-voice {
  display: block;
  border-bottom: 2px dashed #ba916c;
  padding-bottom: 10px;
}
#achievement .section-4 .voice-item .item .content-item .star-voice img {
  width: 25px;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .voice-item .item .content-item .star-voice img {
    width: 15px;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .voice-item .item .content-item .star-voice {
    border-bottom: 2px solid #ba916c;
  }
}
#achievement .section-4 .voice-item .item .content-item .content-voice {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .voice-item .item .content-item {
    width: 100%;
  }
}
#achievement .section-4 .btn-review {
  margin-top: 20px;
  width: 100%;
}
#achievement .section-4 .btn-review:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .btn-review {
    margin-top: 10px;
    padding: 0 15px;
  }
}
#achievement .section-4 .btn-review a {
  text-align: right;
  color: #eb4965;
  font-size: 18px;
  float: right;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .btn-review a {
    font-size: 15px;
  }
}
#achievement .section-4 .btn-more {
  margin-top: 5px;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .btn-more {
    margin-top: 35px;
  }
}
#achievement .section-4 .btn-more:after {
  content: '';
  display: block;
  clear: both;
}
#achievement .section-4 .btn-more a {
  color: #ba916c;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  border: 2px solid #ba916c;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #achievement .section-4 .btn-more a {
    max-width: 250px;
  }
}
#achievement .section-5, #achievement .section-9 {
  background: #eaded3;
  margin-top: 120px;
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  #achievement .section-5, #achievement .section-9 {
    padding: 30px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-5 .container, #achievement .section-9 .container {
    padding: 0 15px;
  }
}
#achievement .section-5 .content, #achievement .section-9 .content {
  background: url("../images/cv_img2.webp") center center no-repeat;
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 50px;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  #achievement .section-5 .content, #achievement .section-9 .content {
    background: #fff;
    padding: 10px 5px 20px 10px;
    height: auto;
  }
}
#achievement .section-5 .content .ct-left, #achievement .section-9 .content .ct-left {
  margin-top: 15px;
  width: 165px;
}
#achievement .section-5 .content .img-top, #achievement .section-9 .content .img-top {
  padding-right: 15px;
}
#achievement .section-5 .content .btn-sp, #achievement .section-9 .content .btn-sp {
  padding: 0 10px;
}
#achievement .section-5 .content .ct-right, #achievement .section-9 .content .ct-right {
  margin-left: 30px;
}
#achievement .section-5 .content .ct-right .btn-contact, #achievement .section-9 .content .ct-right .btn-contact {
  text-align: center;
  margin-top: 15px;
}
#achievement .section-5 .content .ct-right .btn-contact a, #achievement .section-9 .content .ct-right .btn-contact a {
  color: #fff;
  max-width: 352px;
  width: 100%;
  margin: 0 auto;
  background: #eb4965;
  font-weight: 600;
  border-radius: 5px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  letter-spacing: -2px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}
#achievement .section-5 .content .ct-right .btn-contact a:before, #achievement .section-9 .content .ct-right .btn-contact a:before {
  position: absolute;
  content: '';
  background: url("../images/mail_icon.webp") center center no-repeat;
  height: 19px;
  width: 24px;
  left: 42px;
  background-size: contain;
}
#achievement .section-6 {
  background: url("../images/bg.webp") center center no-repeat;
  height: 580px;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  #achievement .section-6 {
    height: auto;
    padding-bottom: 35px;
  }
}
#achievement .section-6 .title {
  padding-top: 60px;
  width: 290px;
}
@media screen and (max-width: 769px) {
  #achievement .section-6 .title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
#achievement .section-6 .content {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
#achievement .section-6 .content .ct-left {
  width: 440px;
}
#achievement .section-6 .content .ct-right {
  margin-left: 50px;
  width: 440px;
}
@media screen and (max-width: 769px) {
  #achievement .section-6 .content {
    padding: 0 15px;
    margin-top: 15px;
  }
}
#achievement .section-6 .content .item {
  margin-bottom: 15px;
}
#achievement .section-6 .content .list-area {
  margin: 0 auto;
}
#achievement .section-6 .btn-link {
  margin-top: 27px;
}
#achievement .section-6 .btn-link a {
  font-size: 18px;
  color: #eb4965;
  text-decoration: underline;
}
#achievement .section-7 {
  background: #f9f5f2;
  padding: 70px 0 90px 0;
}
@media screen and (max-width: 769px) {
  #achievement .section-7 {
    padding: 50px 0 60px 0;
  }
}
#achievement .section-7 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 304px;
}
@media screen and (max-width: 769px) {
  #achievement .section-7 .title img {
    width: 153px;
  }
}
#achievement .section-7 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
  letter-spacing: -2px;
}
@media screen and (max-width: 769px) {
  #achievement .section-7 .title span {
    font-size: 15px;
  }
}
#achievement .section-7 .content {
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #achievement .section-7 .content {
    padding: 0 15px;
  }
}
#achievement .section-7 .content .item-question {
  background: #fff;
  padding: 45px 40px;
  margin-bottom: 30px;
}
#achievement .section-7 .content .item-question:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  #achievement .section-7 .content .item-question {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}
#achievement .section-7 .content .item-question .item-q {
  font-size: 18px;
  color: #ba916c;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}
#achievement .section-7 .content .item-question .item-q span {
  padding-right: 25px;
}
@media screen and (max-width: 769px) {
  #achievement .section-7 .content .item-question .item-q span {
    padding-right: 10px;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-7 .content .item-question .item-q {
    display: flex;
    font-size: 15px;
  }
}
#achievement .section-7 .content .item-question .item-a {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #achievement .section-7 .content .item-question .item-a {
    margin-top: 15px;
  }
}
#achievement .section-8:after {
  content: '';
  display: block;
  clear: both;
}
#achievement .section-8 .title {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 160px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .title img {
    width: 78px;
  }
}
#achievement .section-8 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .title span {
    font-size: 15px;
  }
}
#achievement .section-8 .content {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content {
    padding: 0 15px;
  }
}
#achievement .section-8 .content .content-top {
  display: flex;
  flex-wrap: wrap;
}
#achievement .section-8 .content .content-top .ct-left {
  width: 450px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content .content-top .ct-left {
    width: 100%;
  }
  #achievement .section-8 .content .content-top .ct-left img {
    margin: 0 auto;
  }
}
#achievement .section-8 .content .content-top .ct-right {
  margin-left: 70px;
  width: 410px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content .content-top .ct-right {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
  }
}
#achievement .section-8 .content .content-top .ct-right .title {
  font-size: 24px;
  text-align: left;
  width: 100%;
}
#achievement .section-8 .content .content-top .ct-right .title span {
  font-size: 48px;
  position: relative;
  display: block;
}
#achievement .section-8 .content .content-top .ct-right .title span:after {
  content: "";
  position: absolute;
  background: #f7b6b1;
  height: 20px;
  width: 190px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
#achievement .section-8 .content .content-top .ct-right .content-2 {
  margin-top: 40px;
}
#achievement .section-8 .content .content-bottom {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content .content-bottom {
    margin-bottom: 30px;
  }
}
#achievement .section-8 .content .content-bottom .title-1 {
  text-align: left;
  width: 265px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content .content-bottom .title-1 {
    width: 100%;
    text-align: center;
  }
  #achievement .section-8 .content .content-bottom .title-1 img {
    width: 60%;
  }
}
#achievement .section-8 .content .content-bottom .content-bt {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
#achievement .section-8 .content .content-bottom .content-bt .item {
  width: 290px;
  padding: 20px;
  position: relative;
  border: 2px solid #ebebeb;
}
#achievement .section-8 .content .content-bottom .content-bt .item:hover{
  opacity: 0.7;
}
#achievement .section-8 .content .content-bottom .content-bt .item a{
  color: #000;
}
@media screen and (max-width: 769px) {
 #achievement .section-8 .content .content-bottom .content-bt .item a{
  display: flex;
} 
}
#achievement .section-8 .content .content-bottom .content-bt .item:nth-child(2) {
  margin: 0 30px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content .content-bottom .content-bt .item:nth-child(2) {
    margin: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content .content-bottom .content-bt .item {
    width: 100%;
    display: flex;
    padding: 15px;
  }
  #achievement .section-8 .content .content-bottom .content-bt .item .item-r {
    width: 58%;
    margin-left: 2%;
  }
  #achievement .section-8 .content .content-bottom .content-bt .item .item-l {
    width: 40%;
  }
}
#achievement .section-8 .content .content-bottom .content-bt .item .title-cate {
  font-size: 14px;
  color: #fff;
  background: #eb4965;
  padding: 2px 16px;
  position: absolute;
  border-radius: 20px;
  top: 27px;
  left: 30px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content .content-bottom .content-bt .item .title-cate {
    font-size: 9px;
    top: 20px;
    left: 17px;
  }
}
#achievement .column .content-column  .item a .img-item{
    width: 100%;
    height: 145px;
}
@media screen and (max-width: 769px) {
  #achievement .column .content-column .item a .img-item{
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
}
#achievement .column .content-column .item a .img-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#achievement .column .content-column .item .date-item {
  color: #ba916c;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  #achievement .column .content-column .item .date-item {
    text-align: right;
    font-size: 12px;
  }
}
#achievement .column .content-column .item .date-item:before {
  content: '';
  background: url("../images/icon-time.webp") center center no-repeat;
  height: 14px;
  width: 15px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 769px) {
  #achievement .column .content-column .item .date-item:before {
    left: unset;
    margin-left: -20px;
  }
}
#achievement .column .content-column .item .content-item {
  margin-top: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 769px) {
  #achievement .column .content-column .item .content-item {
    margin-top: 0;
  }
}
#achievement .section-8 .content .content-bottom .btn-more {
  margin-top: 40px;
}
#achievement .section-8 .content .content-bottom .content-bl{
  margin: 40px auto;
  width: 770px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content .content-bottom .content-bl {
    width:100%;
  }
}
#achievement .section-8 .content .content-bottom .btn-more:after {
  content: '';
  display: block;
  clear: both;
}
#achievement .section-8 .content .content-bottom .btn-more a {
  color: #ba916c;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  border: 2px solid #ba916c;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #achievement .section-8 .content .content-bottom .btn-more a {
    max-width: 250px;
  }
}
#achievement .section-10 {
  padding: 70px 0 90px 0;
}
@media screen and (max-width: 769px) {
  #achievement .section-10 {
    padding: 50px 0 60px 0;
  }
}
#achievement .section-10 .title {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 245px;
}
@media screen and (max-width: 769px) {
  #achievement .section-10 .title {
    width: 122px;
  }
}
#achievement .section-10 .title span {
  font-size: 24px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 769px) {
  #achievement .section-10 .title span {
    font-size: 15px;
  }
}
#achievement .section-10 .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  #achievement .section-10 .content {
    padding: 0 15px;
  }
}
#achievement .section-10 .content .item {
  width: 210px;
  margin-right: 30px;
  margin-bottom: 30px;
}
#achievement .section-10 .content .item:nth-child(4), #achievement .section-10 .content .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #achievement .section-10 .content .item:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 769px) {
  #achievement .section-10 .content .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
}
#achievement .column .container .tabs .content .content1 h2{
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
}
#achievement .achievement-top-banner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}

#achievement .section-2 .content-point .jlsa-box {
  background: #fff;
  border: 1px solid #ba916c;
  border-radius: 12px;
  padding: 40px;
  max-width: 75%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  margin: 20px auto;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .jlsa-box {
    max-width: 100%;
  }
}

#achievement .section-2 .content-point .jlsa-box .jlsa-inner {
  display: grid;
  grid-template-columns: 35% 65%;
}

#achievement .section-2 .content-point .jlsa-box .jlsa-inner .jlsa-logo {
  display: block;
  width: 70%;
  height: auto;
  grid-template-rows: auto auto;
  object-fit: contain;
}
#achievement .section-2 .content-point .jlsa-box .jlsa-inner .item1 {
  display: grid;
  grid-column: 1;
  margin: 0 auto;
}

#achievement .section-2 .content-point .jlsa-box .jlsa-inner .item2 {
  display: grid;
 	font-family: sans-serif;
  grid-column: 2;
  color:#000;
  font-weight: 600;
  font-size: 36px;
  place-items: center;
  -webkit-font-smoothing:auto;
}

#achievement .section-2 .content-point .jlsa-box .jlsa-inner .item2 p {
  text-align: center;
}

#achievement .section-2 .content-point .jlsa-box .jlsa-inner .item3 {
  display: grid;
  font-family: sans-serif;
  grid-column: 1 / span 2; /* 3つ目は2列分使って2行目へ */
  color: #000;
  font-weight: 400;
  font-size: 20px;
  -webkit-font-smoothing:auto;
}
#achievement .section-2 .content-point .jlsa-box .jlsa-inner .item3 p {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #achievement .section-2 .content-point .jlsa-box .jlsa-inner {
    grid-template-columns: 30% 70%;
  }
  #achievement .section-2 .content-point .jlsa-box {
    padding: 15px;
  }
  #achievement .section-2 .content-point .jlsa-box .jlsa-inner .jlsa-logo {
    width: 100%;
  }
  #achievement .section-2 .content-point .jlsa-box {
    padding: 15px;
  }
  #achievement .section-2 .content-point .jlsa-box .jlsa-inner .item2 p {
    font-size: 18px;
  }
  #achievement .section-2 .content-point .jlsa-box .jlsa-inner .item3 {
    font-size: 14px;
  }
}
#achievement .section-2 .content-column .item .item-r .excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-top: 0.5em;
}
#achievement .column .container .tabs .content .content1 .content-column .item .item-r .excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-top: 0.5em;
}
#achievement .column .container .tabs .content .content1 .content-column .item .item-r h3{
  font-size: 14px;
  font-weight: 600;
}

/* 20240311 正徳追加 自動車・バイクの鍵作成固定ページ追加分 */
.content-automobile{
  background: #f9f5f2;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .content-automobile{
    padding: 30px 0;
    margin-top: 0px;
  }
}
.content-automobile .container .item {
  display: flex;
  padding: 40px;
  border: 2px solid #ba916c;
  background: #fff;
  flex-wrap:wrap;
  row-gap:40px;
}
.content-automobile .container .item:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item {
    padding: 25px 20px;
    display: block;
  }
}
.content-automobile .container .item .img-ser {
  width: 40%;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item .img-ser {
    width: 100%;
  }
  .content-automobile .container .item .img-ser img {
    margin: 0 auto;
    display: block;
  }
}
.content-automobile .container .item .content-ser {
  margin-left: 30px;
  width: 55%;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item .content-ser {
    width: 100%;
    margin-left: 0;
    margin-top: 23px;
  }
}
.content-automobile .container .item .content-ser .title-ser {
  font-size: 24px;
  color: #ba916c;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item .content-ser .title-ser {
    font-size: 20px;
  }
}
.content-automobile .container .item .content-ser .ct-ser {
  margin-top: 30px;
  letter-spacing: -1px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item .content-ser .ct-ser {
    margin-top: 23px;
  }
}
#main .section-2 .content-automobile .container .title-automobile{
  text-align: center;
  padding: 20px;
}
#main .section-2 .content-automobile .container .title-automobile span{
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}
#main .section-2 .content-automobile .container .title-automobile h2{
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}
#main .section-2 .content-automobile .container .item{
	margin:30px;
}
.content-automobile .container .item .content-ser .ct-ser .continue_btn{
  text-align:center;
  padding:20px;
}
.content-automobile .container .item .content-ser .ct-ser .continue_btn a{
  background: #DCC8B4;
  color: #594A4E;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 50px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.content-automobile .container .item .slider-ser {
  width: 100%;
}
#main .section-2 .content-automobile .container .abs-contents .abs-item{
  display:inline;
  background-color:#FFFFFF;
  padding:30px;
}
#main .section-2 .content-automobile .container .abs-contents .abs-item{
  display:flex;
  background-color:#FFFFFF;
  padding:30px;
}
#main .section-2 .content-automobile .container .abs-contents .abs-item .abs-img{
  width: 30%; /*画像サイズ指定*/
  flex-shrink: 0;
  margin:0;
  padding:0;
  position: relative;
}
#main .section-2 .content-automobile .container .abs-contents .abs-item span{
  margin: 0 0 0 30px;
  padding: 0;
}
#main .section-2 .content-automobile .container .related-articles{
  width:90%;
  margin:auto;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-automobile .container .abs-contents .abs-item{
    display:flex;
    flex-wrap: wrap;
    background-color:#FFFFFF;
    padding:30px;
  }
  #main .section-2 .content-automobile .container .abs-contents .abs-item .abs-img{
    width: 100%; /*画像サイズ指定*/
    margin:0;
    padding:0;
    position: relative;
  }
  #main .section-2 .content-automobile .container .abs-contents .abs-item span{
    margin: 0px;
    padding: 0px;
  }
}

/*20240321 正徳追加 鍵開け固定ページの修正*/
.content-open{
  background: #f9f5f2;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .content-automobile{
    padding: 30px 0;
    margin-top: 0px;
  }
}
.content-automobile .container .item {
  display: flex;
  padding: 40px;
  border: 2px solid #ba916c;
  background: #fff;
  flex-wrap:wrap;
  row-gap:40px;
}
.content-automobile .container .item:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item {
    padding: 25px 20px;
    display: block;
  }
}
.content-automobile .container .item .img-ser {
  width: 40%;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item .img-ser {
    width: 100%;
  }
  .content-automobile .container .item .img-ser img {
    margin: 0 auto;
    display: block;
  }
}
.content-automobile .container .item .content-ser {
  margin-left: 30px;
  width: 55%;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item .content-ser {
    width: 100%;
    margin-left: 0;
    margin-top: 23px;
  }
}
.content-automobile .container .item .content-ser .title-ser {
  font-size: 24px;
  color: #ba916c;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item .content-ser .title-ser {
    font-size: 20px;
  }
}
.content-automobile .container .item .content-ser .ct-ser {
  margin-top: 30px;
  letter-spacing: -1px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .content-automobile .container .item .content-ser .ct-ser {
    margin-top: 23px;
  }
}
#main .section-2 .content-automobile .container .title-automobile{
  text-align: center;
  padding: 20px;
}
#main .section-2 .content-automobile .container .title-automobile span{
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}
#main .section-2 .content-automobile .container .title-automobile h2{
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}
#main .section-2 .content-automobile .container .item{
	margin:30px;
}
.content-automobile .container .item .content-ser .ct-ser .continue_btn{
  text-align:center;
  padding:20px;
}
.content-automobile .container .item .content-ser .ct-ser .continue_btn a{
  background: #DCC8B4;
  color: #594A4E;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 50px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.content-automobile .container .item .slider-ser {
  width: 100%;
}
#main .section-2 .content-automobile .container .abs-contents .abs-item{
  display:inline;
  background-color:#FFFFFF;
  padding:30px;
}
#main .section-2 .content-automobile .container .abs-contents .abs-item{
  display:flex;
  background-color:#FFFFFF;
  padding:30px;
}
#main .section-2 .content-automobile .container .abs-contents .abs-item .abs-img{
  width: 30%; /*画像サイズ指定*/
  flex-shrink: 0;
  margin:0;
  padding:0;
  position: relative;
}
#main .section-2 .content-automobile .container .abs-contents .abs-item span{
  margin: 0 0 0 30px;
  padding: 0;
}
#main .section-2 .content-automobile .container .related-articles{
  width:90%;
  margin:auto;
}
@media screen and (max-width: 769px) {
  #main .section-2 .content-automobile .container .abs-contents .abs-item{
    display:flex;
    flex-wrap: wrap;
    background-color:#FFFFFF;
    padding:30px;
  }
  #main .section-2 .content-automobile .container .abs-contents .abs-item .abs-img{
    width: 100%; /*画像サイズ指定*/
    margin:0;
    padding:0;
    position: relative;
  }
  #main .section-2 .content-automobile .container .abs-contents .abs-item span{
    margin: 0px;
    padding: 0px;
  }
}
/*20240321 正徳追加 鍵開け固定ページの修正*/
.content-open{
  background: #f9f5f2;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .content-open{
    padding: 30px 0;
    margin-top: 0px;
  }
}
.content-open .container .item {
  display: flex;
  padding: 40px;
  border: 2px solid #ba916c;
  background: #fff;
  flex-wrap:wrap;
  row-gap:40px;
}
.content-open .container .item:first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .content-open .container .item:first-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .content-open .container .item {
    padding: 25px 20px;
    display: block;
  }
}
.content-open .container .item .img-ser {
  width: 40%;
}
@media screen and (max-width: 769px) {
  .content-open .container .item .img-ser {
    width: 100%;
  }
  .content-open .container .item .img-ser img {
    margin: 0 auto;
    display: block;
  }
}
.content-open .container .item .content-ser {
  margin-left: 30px;
  width: 55%;
}
@media screen and (max-width: 769px) {
  .content-open .container .item .content-ser {
    width: 100%;
    margin-left: 0;
    margin-top: 23px;
  }
}
.content-open .container .item .content-ser .title-ser {
  font-size: 24px;
  color: #ba916c;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .content-open .container .item .content-ser .title-ser {
    font-size: 20px;
  }
}
.content-open .container .item .content-ser .ct-ser {
  margin-top: 30px;
  letter-spacing: -1px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .content-open .container .item .content-ser .ct-ser {
    margin-top: 23px;
  }
}
#main .section-2 .content-open .container .title-open{
  text-align: center;
  padding: 20px;
}
#main .section-2 .content-open .container .title-open span{
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}
#main .section-2 .content-open .container .title-open h2{
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
}
#main .section-2 .content-open .container .item{
	margin:30px;
}
.content-open .container .item .content-ser .ct-ser .continue_btn{
  text-align:center;
  padding:20px;
}
.content-open .container .item .content-ser .ct-ser .continue_btn a{
  background: #DCC8B4;
  color: #594A4E;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 50px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.content-open .container .item .slider-ser {
  width: 100%;
}
#main .section-2 .content-open .container .abs-contents .abs-item{
  display:inline;
  background-color:#FFFFFF;
  padding:30px;
}
#main .section-2 .content-open .container .abs-contents .abs-item{
  display:flex;
  background-color:#FFFFFF;
  padding:30px;
}
#main .section-2 .content-open .container .abs-contents .abs-item .abs-img{
  width: 30%; /*画像サイズ指定*/
  flex-shrink: 0;
  margin:0;
  padding:0;
  position: relative;
}
#main .section-2 .content-open .container .abs-contents .abs-item span{
  margin: 0 0 0 30px;
  padding: 0;
}
#main .section-2 .content-open .container .related-articles{
  width:90%;
  margin:auto;
}
#main .section-2 .content-open .container .top-area .top-area-text .note{
    font-size: 14px;
    color: #333;
}

@media screen and (max-width: 769px) {
  #main .section-2 .content-open .container .abs-contents .abs-item{
    display:flex;
    flex-wrap: wrap;
    background-color:#FFFFFF;
    padding:30px;
  }
  #main .section-2 .content-open .container .abs-contents .abs-item .abs-img{
    width: 100%; /*画像サイズ指定*/
    margin:0;
    padding:0;
    position: relative;
  }
  #main .section-2 .content-open .container .abs-contents .abs-item span{
    margin: 0px;
    padding: 0px;
  }
}
/* 20240418 固定ページの上部にボタン追加 */
.container .top-area .top-area-text{
	width:80%;
	padding-bottom:20px;
	margin:auto;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:16px;
	text-align:center;
	overflow-wrap:break-word;
}
.container .top-area .top-area-button{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: stretch;
}
.container .top-area .top-area-button .product-link-button{
	display:flex;
  font-family: 'Zen Maru Gothic', sans-serif;
	font-weight:400;
	width:45%;
	background-color:white;
	color:#000;
	font-size:18px;
	padding:30px 50px;
	margin:10px;
	justify-content: center;
  align-items: center;
	text-align:center;
	position:relative;
	border-radius:5px;
}
.container .top-area .top-area-button .product-link-button::after{
	position:absolute;
	right:30px;
	top:43%;
  content:'';
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  box-sizing: border-box;
	transition-duration: .4s;
}
.container .top-area .top-area-button .product-link-button:hover::after{
	transform: rotate(-45deg)  scale(1.5);
}
.container .top-area .microcopy-button a{
	display:block;
	width:70%;
	text-align:center;
	margin:10px auto;
	padding:25px 80px;
	background-color:#FBDDD5;
	border-radius:5px;
}
.container .top-area .microcopy-button .main-text{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight:600;
	font-size:26px;	
	color:#555555;
}
.container .top-area .microcopy-button .sub-text{
	font-size:18px;
	color:#000;
}
.container .top-area .microcopy-button .main-text::after{
	content:"→";
	position:relative;
	left:30px;
}
@media screen and (max-width: 769px) {
	.container .top-area .top-area-text{
    font-size:14px;
	}
	.container .top-area .top-area-button .product-link-button{
		width:45%;
		font-size:13px;
		padding:20px 40px;
		height:100px;
		margin:3px 3px 3px 3px;
	}
	.container .top-area .top-area-button .product-link-button::after{
		right:10px;
	}
	.container .top-area .microcopy-button a{
		width:92%;
		margin:10px auto;
		padding:20px 20px;
	}
	.container .top-area .microcopy-button .main-text{
	font-family: 'Zen Maru Gothic', sans-serif;
		font-size:18px;	
	}
	.container .top-area .microcopy-button .sub-text{
		font-size:14px;
		color:#000;
	}
}
/* 20240430 地域実績ページの上部にボタン追加 */
.container .tabs .content .top-area{
  margin-bottom: 40px;
}
.container .tabs .content .top-area .top-area-text{
	width:80%;
	padding-bottom:20px;
	margin:auto;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:16px;
	text-align:center;
	overflow-wrap:break-word;
}
.container .tabs .content .top-area .top-area-induction{
	font-family: 'Zen Maru Gothic', sans-serif;
  text-align:center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.container .tabs .content .top-area .top-area-button{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: stretch;
}
.container .tabs .content .top-area .top-area-button .product-link-button{
	display:flex;
  font-family: 'Zen Maru Gothic', sans-serif;
	font-weight:400;
	width:45%;
	background-color:#F9F5F2;
	color:#000;
	font-size:18px;
	padding:30px 50px;
	margin:10px;
	justify-content: center;
  align-items: center;
	text-align:center;
	position:relative;
	border-radius:5px;
}
.container .tabs .content .top-area .top-area-button .product-link-button::after{
	position:absolute;
	right:30px;
	top:43%;
  content:'';
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-135deg);
  box-sizing: border-box;
	transition-duration: .4s;
}
.container .tabs .content .top-area .top-area-button .product-link-button:hover::after{
	transform: rotate(-135deg)  scale(1.5);
}
.container .tabs .content .top-area .microcopy-button a{
	display:block;
	width:70%;
	text-align:center;
	margin:10px auto;
	padding:25px 80px;
	background-color:#FBDDD5;
	border-radius:5px;
}
.container .tabs .content .top-area .microcopy-button .main-text{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight:600;
	font-size:26px;	
	color:#555555;
}
.container .tabs .content .top-area .microcopy-button .sub-text{
	font-size:18px;
	color:#000;
}
.container .tabs .content .top-area .microcopy-button .main-text::after{
	content:"→";
	position:relative;
	left:30px;
}
@media screen and (max-width: 769px) {
	.container .tabs .content .top-area .top-area-text{
    width: 100%;
		font-size:14px;
    margin: 0;
    text-align:left;
	}
	.container .tabs .content .top-area .top-area-button .product-link-button{
		width:45%;
		font-size:13px;
		padding:20px 40px;
		height:60px;
		margin:3px 3px 3px 3px;
	}
	.container .tabs .content .top-area .top-area-button .product-link-button::after{
		right:10px;
	}
	.container .tabs .content .top-area .microcopy-button a{
		width:92%;
		margin:10px auto;
		padding:20px 20px;
	}
	.container .tabs .content .top-area .microcopy-button .main-text{
	font-family: 'Zen Maru Gothic', sans-serif;
		font-size:18px;	
	}
	.container .tabs .content .top-area .microcopy-button .sub-text{
		font-size:14px;
		color:#000;
	}
}
#achievement .column .container .tabs .content .right-alignment{
  text-align: right;
}
#achievement .column .container .tabs .content .right-alignment a{
  color: #eb4965;
  text-decoration: underline;
}
#achievement .column .container .tabs .content .left-alignment{
  text-align: left;
  margin-bottom: 30px;
}
#achievement .column .container .tabs .content .left-alignment a{
  color: #eb4965;
  text-decoration: underline;
}

/* 20240529 投稿ページの上部にボタン追加*/
.container .box-content .content-detail .text-ct .top-area{
  margin-bottom: 40px;
}
.container .box-content .content-detail .text-ct .top-area .top-area-induction{
	font-family: 'Zen Maru Gothic', sans-serif;
  text-align:center;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.container .box-content .content-detail .text-ct .top-area .top-area-button{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: stretch;
}
.container .box-content .content-detail .text-ct .top-area .top-area-button .product-link-button{
	display:flex;
  font-family: 'Zen Maru Gothic', sans-serif;
	font-weight:400;
	width:45%;
	background-color:#F9F5F2;
	color:#000;
	font-size:18px;
	padding:30px 50px;
	margin:10px;
	justify-content: center;
  align-items: center;
	text-align:center;
	position:relative;
	border-radius:5px;
  flex-direction: column;
}
.container .box-content .content-detail .text-ct .top-area .top-area-button .product-link-button span{
  font-size:12px;
}
.container .box-content .content-detail .text-ct .top-area .top-area-button .product-link-button:first-child{
	background-color:#FFE800;
  font-weight: 600;
}
.container .box-content .content-detail .text-ct .top-area .top-area-button .product-link-button::after{
	position:absolute;
	right:30px;
	top:43%;
  content:'';
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  box-sizing: border-box;
	transition-duration: .4s;
}
.container .box-content .content-detail .text-ct .top-area .top-area-button .product-link-button:hover::after{
	transform: rotate(-45deg)  scale(1.5);
}
@media screen and (max-width: 769px) {
	.container .box-content .content-detail .text-ct .top-area .top-area-text{
    width: 100%;
		font-size:14px;
    margin: 0;
    text-align:left;
	}
	.container .box-content .content-detail .text-ct .top-area .top-area-button .product-link-button{
		width:47%;
		font-size:13px;
		padding:15px 30px;
		height:60px;
		margin:2px;
	}
  .container .box-content .content-detail .text-ct .top-area .top-area-button .product-link-button span{
    font-size: 11px;
  }
	.container .box-content .content-detail .text-ct .top-area .top-area-button .product-link-button::after{
		right:10px;
	}
}
/* 20240606 追加cssをstyle.cssへ移植 */
h5{
	font-size:14px;
}
.img-button-sec{
	width:100%;
	text-align:center;
}
.img-button{
	display:inline-block;
	width:calc(50% - 10px);
	margin:3px;
	padding:10px 4px 0px 6px;
	border:1px solid #a9a9a9;
	text-align:left;
}
.img-button-left{
  display:inline-block;
	width:40%;
}
.img-button-right{
  display:inline-block;
	width:55%;
	vertical-align:top;
	text-align:center;
	padding-left:4px;

}
.img-button-title{
	font-weight:bold;
	font-size:0.9em;
}
.img-button-detail{
	font-size:0.8em
}
.img-button-detail-div{
	display:inline;
	vertical-align:bottom;	
}
.img-button-link{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: calc(100% - 1rem);
	margin: auto;
	margin-bottom:10px;
	padding: 4px 6px;
	font-weight: bold;
	border-radius: 30px;
	border: 2px solid #B71432;
	background: #eb4965;
}
.img-button-link a{
	color:#fff;
  font-weight: 900;
}
.img-button-link a:before {
  content: "";
  display: inline-block;
  background-image: url('../images/svg/arrow-circle-right-solid.svg');
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(5%) hue-rotate(340deg) brightness(105%) contrast(102%);
  margin-right: 12px;
  width: 16px;
  height: 16px;
  transform: translateY(2px);
}
.img-button-lin a>:hover{
	background:#fff;
	color:#eb4965;
}
@media only screen and (max-width: 768px) {
	.img-button{
		width:340px;
		padding:18px 6px 0px 6px;
	}
}
/* テーブル検索機能 */
.search-table{
	margin:10px 0;
}
.search-table .search-table-form{
	width:200px;
	height:40px;
	margin-right:5px;
}
.search-table .search-table-button{
	width:100px;
	height:40px;
	margin-right:5px;
}
.search-table .reset-table-button{
	width:100px;
	height:40px;	
}
@media only screen and (max-width: 768px) {
	.search-table .searc-tableh-form{
		width:50%;
	}
	.search-table .search-table-button{
		width:20%;
	}
	.search-table .rese-tablet-button{
		width:20%;
	}
}
/* 記事用のボタン */
.article-btn-field{
	width:100%;
	display:flex;
}
.article-btn01{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: calc(50% - 1rem);
	margin: auto;
	margin-bottom:10px;
	padding: 14px 10px;
	font-weight: bold;
	border-radius: 30px;
	border: 2px solid #B71432;
	background: #eb4965;
	color: #fff;
}
a.article-btn01::before {
  content: "";
  background-image: url('../images/svg/arrow-circle-right-solid.svg');
  background-repeat: no-repeat;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(5%) hue-rotate(340deg) brightness(105%) contrast(102%);
  margin-right: 12px;
  width: 18px;
  height: 18px;
  transform: translateY(3px);
}
.article-btn01:hover{
  background-color: #fff;
  color: #eb4965;
}
.article-btn01:hover::before{
  filter: brightness(0) saturate(100%) invert(35%) sepia(68%) saturate(2390%) hue-rotate(327deg) brightness(101%) contrast(84%);
}
@media only screen and (max-width: 768px) {
	.article-btn-field{
		display:inline-block;
		text-align:center;
	}
	.article-btn01{
		width:100%;
		margin-bottom:10px;
	}
}
.araiBtn-container{
	width:100%;
	display:flex;
	margin-top:10px;
}
.araiBtn1{
  width: calc(50% - 10px);
  margin: 0 auto;
}
.araiBtn2{
  width: 100%;
  margin: 0 auto;
}
.araiBtn4{
	width: calc(50% - 10px);
	margin:0 auto;
}
/*ボタン01*/
.araiBtn1 a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ba916c;
  border: 1px solid #ba916c;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 6%;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.araiBtn1 a.btn_01:hover {
  background: #fff;
  color: #ba916c;
}
.araiBtn1 a.btn_01::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
.araiBtn1 a.btn_01:hover::before {
  border-color: transparent transparent transparent #ba916c;
}

/*ボタン2*/
.araiBtn1 a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ba916c;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #ba916c;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.araiBtn1 a.btn_02:hover {
  background: #ba916c;
  color: #fff;
}
.araiBtn1 a.btn_02::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #ba916c;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
.araiBtn1 a.btn_02:hover::before {
  border-color: transparent transparent transparent #fff;
}
/*ボタン03*/
.araiBtn2 a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ba916c;
  border: 1px solid #ba916c;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 3% 6% 3% 12%;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.araiBtn2 a.btn_03::hover {
  background: #fff;
  color: #ba916c;
}
.araiBtn2 a.btn_03::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
.araiBtn2 a.btn_03:hover::before {
  border-color: transparent transparent transparent #ba916c;
}
/* ボタン4 */
.araiBtn4 a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eb4965;
  border: 1px solid #eb4965;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 6%;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.araiBtn4 a.btn_04:hover {
  background: #fff;
  color:#eb4965;
}
.araiBtn4 a.btn_04::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
.araiBtn4 a.btn_04:hover::before {
  border-color: transparent transparent transparent #eb4965;
}


@media only screen and (max-width: 768px) {
	.araiBtn1{
		width:80%;
	}
	.araiBtn2{
		width:80%;
	}
	.araiBtn4{
		width:80%;
	}
}

/* area_achievement */
.area-tax-list{
	padding-top:30px;
}

.area-tax-list>ul>li{
	display:block;
  width:100%;
	word-break: keep-all;
  margin: 0;
  padding: 0;
}
.area-tax-list>ul>li>a{
	display:block;
	width:100%;
	font-size: 24px;
  padding: 16px 12px;
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  line-height: 1;
	text-decoration:underline;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.area-tax-list ul li ul{
	width:100%;
	padding:4px;
}
.area-tax-list>ul>li>ul>li{
	display:inline-block;
	font-size: 18px;
	padding:12px 12px 20px 12px;
	border: 0;
}
.area-tax-list>ul>li>ul>li>a{
  text-decoration:underline;
}
/* タグのスタイル */
.o-tags{
  text-align: left;
  margin-bottom: 10px;
	padding:10px;
}
.o-tags a:before{
    content: "# ";
}
.o-tags a{
  border-radius: 20px;
  background: #A06E24;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  padding:4px 10px;
	line-height:2em;
	white-space: nowrap;
	word-break:keep-all;
}
.o-tags a:hover{
  opacity: 0.5; /* マウスオンした時に透明度を落とす */
  text-decoration: none; /* マウスオンした時の下線を非表示に */
}

/* ボーダーボックスのスタイル */
.border_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ba916c;
}
.border_box .box_title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    background: #ba916c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.border_box .box_content {
    margin: 0; 
    padding: 0;
}
.wp-embedded-content {
		max-width: 100%;
}
.youtube_movie {
	display: block;
	max-width:100%;
  margin: 0 auto;
}

/* 地域詳細ページ、投稿記事のみで使用 */
.common-list-abs dt{
	padding:1em 0;
	font-weight: bold;
}
.common-list-abs dd{
	margin-left:1em;
}


.flex-box-3column-abs{
	display:flex;
	flex-wrap: wrap;
}
.flex-box-3column-abs li{
	width:calc(100%/3);
}
.order_process{
	display:flex;
	flex-wrap:wrap;
}
.order_process_step{
	width:31%;
	margin:0px;
	padding:0px;
}
.order_process_step-arrow{
	width:3%;
	margin:auto 0px;
	padding:0px;
}

.img-pc-ads{
	display:block;
}
.img-mobile-ads{
	display:none;
}

.flex-box-2column-abs{
	display:flex;
	flex-wrap: wrap;
}

.flex-box-2column-abs li{
	width: calc(50% - 10px);
	margin:5px auto;
	
}

.common-table-abs{
	width:100%;
	border-collapse: collapse;
}
.common-table-abs thead th{
	background-color: #ba916c;
	color:#ffff;
	text-align:center;
	border-bottom:2px solid #ba916c;
}
.common-table-abs tbody th{
	background-color: #eaded3;
	text-align:center;
	border-bottom:1px solid #ba916c;
	font-weight: normal;
}
.common-table-abs td{
	border-bottom:1px solid #ba916c;
	text-align:center;
	background-color: #ffffff;
}

.common-table-abs2{
	width:100%;
	border-collapse: collapse;
}
.common-table-abs2 thead th{
	background-color: #ba916c;
	color:#ffff;
	text-align:center;
	border-bottom:2px solid #ba916c;
	border-right:1px dashed #ba916c;
}
.common-table-abs2 thead th:last-child{
	background-color: #ba916c;
	color:#ffff;
	text-align:center;
	border-bottom:2px solid #ba916c;
	border-right:none;
}

.common-table-abs2 tbody th{
	background-color: #eaded3;
	text-align:center;
	border-bottom:2px solid #ba916c;
	border-right:1px dashed #ba916c;
}
.common-table-abs2 td{
	border-bottom:2px solid #ba916c;
	border-right:1px dashed #ba916c;
	text-align:center;
}
.common-table-abs2 td:last-child{
	border-bottom:2px solid #ba916c;
	border-right:none;
	text-align:center;
}

.common-table-abs3{
	width:100%;
	border-collapse: collapse;
}
.common-table-abs3 thead th{
	background-color: #ba916c;
	color:#ffff;
	text-align:center;
	border-bottom:2px solid #ba916c;
	width:50%;
}
.common-table-abs3 tbody th{
	background-color: #eaded3;
	text-align:center;
	border-bottom:1px solid #ba916c;
}
.common-table-abs3 td{
	border-bottom:1px solid #ba916c;
	text-align:center;
	background-color: #ffffff;
}


.nul_table{
	width:100%;
}
.nul_table th{
	width:15%;
	padding:5px;
	box-sizing:border-box;
}
.nul_table td{
	width:85%;
	padding:5px;
	box-sizing:border-box;
}


@media screen and (max-width: 768px) {
	.flex-box-3column-abs{
		display:block;
	}
	.flex-box-3column-abs li{
		width:100%;
	}
	.flex-box-2column-abs{
		display:block;
		margin:0px;
		padding:0px;
	}
	.flex-box-2column-abs li{
		width:100%;
		margin-top:3%;
		padding:0px;
	}
	.img-pc-ads{
		display:none;
		margin:0px;
		padding:0px;
	}
	.order_process_step-arrow{
		width:20%;
		margin:0px auto;
		padding:0px;
		text-align:center;
	}
	.img-mobile-ads{
		display:block;
		margin:0px;
		padding:0px;
	}
	.order_process{
		margin:0px;
		padding:0px;
	}
	.order_process_step{
		width:100%;
		margin:0px;
		padding:0px;
	}
}
.surround{
	display:inline-block;
	padding: 10px;
	margin-bottom: 15px;
	border: 10px solid #dcdcdc;
}
.float_inline{
	display:flex;
	margin:40px auto;
}
.float_content{
	overflow:hidden;
	display: flex;
  align-items: center;
	padding:20px;
}
.float_item1{
	float:left;
	width:212px;
}
.float_item2{
	float:left;
	width:calc(100% - 212px);
	padding-left:10px;
}
@media screen and (max-width: 768px) {
	.float_item1{
  	float:left;
  	width:100px;
  }
}
.tostem_float_content{
	overflow:hidden;
  align-items: center;
	padding:20px;
}
.tostem_float_item1{
	float:left;
	width:40%;
}
.tostem_float_item2{
	float:left;
	width:60%;
	padding:10px;
	border:1px solid #b7b7b7;
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	background-color:#FCF8E7;
}
.tostemfloat_item2>table{
	margin:auto;
}
@media only screen and (max-width: 768px) {
	.tostem_float_item1{
  	width:100%;
		clear: both;
  }
		.tostem_float_item2{
  	width:100%;
		clear: both;
		margin:10px;
	}
}
.margin-auto{
  margin:auto;
}
.normal-list li{
  list-style-type: disc;
  margin-left: 24px;
  text-align: left;
  margin-bottom: 0.5em;
}
/*figureタグの隙間調整*/
.fig-explain{
	margin-bottom:15px;
}
.fig-explain img{
	margin-bottom:10px;
}
/*地域実績のカテゴリページ*/
.area_achievements_tax_top_content details summary{
	display:block;
	list-style: none;
}
.area_achievements_tax_top_content details summary::-webkit-details-marker {
  display:none;
}
.area_achievements_tax_top_content details summary h2:after{
  font-weight: 900;
	content:"+開く";
	font-size:22px;
	color:#ba916c;
  position: absolute;
  right: 20px;
}
.area_achievements_tax_top_content details[open] summary h2:after{
  font-weight: 900;
	content:"-閉じる";
	font-size:22px;
	color:#ba916c;
  position: absolute;
  right: 20px;
}
.area-achievement-item-uptime:before{
  font-weight: 900;
  position: relative;
  background-image: url("../images/svg/clock.svg");
  margin-right: 6px;
	color:#ba916c;
}
.area-achievement-item-title{
	color:#000;
}
.area_achievements_h2{
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.area_achievements_h3{
  color: #ba916c;
  padding-top:18px;
  font-size: 18px;
  line-height: 1;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.area-list-achievements ol{
	display:flex;
	flex-wrap: wrap;
}
.area-list-achievements ol li{
	width:20%;
}
.area-list-achievements ol li a{
	text-decoration: underline;
}
.area_achievements_heading{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:24px;
	font-weight:900;
	text-align:center;
}
.area_achievements_point{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:15px;
}
.area_achievements_point_item{
	width:33%;
	padding:15px;
}
.area_achievements_point_heading{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size:20px;
	font-weight:900;
	text-align:center;
}
.area_achievements_point_img{
	width:80%;
	margin:0 auto;
}
.area_achievements_point_txt{
	font-size:16px;
	text-align:center;
}
#achievement .column .container .tabs .content .content1 .content1-top-text{
	padding-top:20px;
	font-weight:500;
}
#achievement .section-8 .container .content .content-bottom .cta-banner{
	text-align:center;
	margin-bottom:30px;
}
@media screen and (max-width: 769px) {
.area_achievements_h2{
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.area_achievements_h3{
  color: #ba916c;
  padding-top:18px;
  font-size: 18px;
  line-height: 1;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-style: normal;
  font-weight: 600;
}
}



/* 20240726 著者ページ*/
.column .container .content #content5 .content-column {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.column .container .content #content5 .content-column .item {
  width: 290px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  border: 2px solid #ebebeb;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5 .content-column .item {
    margin-bottom: 10px;
  }
}
.column .container .content #content5 .content-column .item:nth-child(2), .column .container .content #content5 .content-column .item:nth-child(5), .column .container .content #content5 .content-column .item:nth-child(8), .column .container .content #content5 .content-column .item:nth-child(11) {
  margin: 0 30px 30px 30px;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5 .content-column .item:nth-child(2), .column .container .content #content5 .content-column .item:nth-child(5), .column .container .content #content5 .content-column .item:nth-child(8), .column .container .content #content5 .content-column .item:nth-child(11) {
    margin: 0 0 10px 0;
  }
}
.column .container .content #content5 .content-column .item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5 .content-column .item {
    width: 100%;
    display: flex;
    padding: 15px;
  }
}
.column .container .content #content5 .content-column .item a {
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5 .content-column .item a {
    display: flex;
  }
  .column .container .content #content5 .content-column .item a .item-r {
    width: 58%;
    margin-left: 2%;
  }
  .column .container .content #content5 .content-column .item a .item-l {
    width: 40%;
  }
}
.column .container .content #content5 .content-column .item a .title-cate {
  font-size: 14px;
  color: #fff;
  background: #eb4965;
  padding: 2px 16px;
  position: absolute;
  border-radius: 20px;
  top: 27px;
  left: 30px;
}
.column .container .content #content5 .content-column .item a .img-item{
    width: 100%;
    height: 145px;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5 .content-column .item a .img-item{
    height: 120px;
  }
}
@media screen and (max-width: 481px) {
  .column .container .content #content5 .content-column .item a .img-item{
    height: 85px;
  }
}
.column .container .content #content5 .content-column .item a .img-item img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5 .content-column .item a .title-cate {
    font-size: 9px;
    top: 20px;
    left: 17px;
  }
}
.column .container .content #content5 .content-column .item a .date-item {
  color: #ba916c;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5 .content-column .item a .date-item {
    text-align: right;
    font-size: 12px;
  }
}
.column .container .content #content5 .content-column .item a .date-item:before {
  content: '';
  background: url("../images/icon-time.webp") center center no-repeat;
  height: 14px;
  width: 15px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5 .content-column .item a .date-item:before {
    left: unset;
    margin-left: -20px;
  }
}
.column .container .content #content5 .content-column .item a .content-item {
  margin-top: 10px;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5 .content-column .item a .content-item {
    margin-top: 0;
    font-size: 12px;
  }
}
.column .container .content #content5>h2 {
  border: 2px solid #ba916c;
  border-left: 10px solid #ba916c;
  font-size: 24px;
  padding: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .column .container .content #content5>h2 {
    margin-top: 50px;
    font-size: 18px;
  }
}
/*20240728 記事ソート機能*/
.sort-options {
  margin-bottom: 20px;
  text-align: right;
}

.sort-options form {
  display: inline-block;
}

.sort-options select {
  padding: 5px;
  font-size: 14px;
}
/* 外部リンクにアイコン追加 */
.link-ext::after{
  content:"";
	background-image: url('../images/svg/ext-link.svg');
	background-repeat: no-repeat;
	display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin-bottom: -3px;
  filter: invert(64%) sepia(13%) saturate(1069%) hue-rotate(347deg) brightness(92%) contrast(89%);
}
/* トップページのcovid対応画像を別のセクションに移動 */
#main .section-8 .container .content .content-bottom .ct-bt {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  width: 770px;
}
#main .section-8 .container .content .content-bottom .ct-bt:after {
  content: '';
  display: block;
  clear: both;
}
