@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}



.c-headTitle01 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 80px;
}
.c-headTitle01:before {
  background: #dc4141;
  width: 56px;
  height: 4px;
  content: '';
  display: block;
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  margin: auto;
}

.c-headTitle02 {
  text-align: left;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 80px;
}
.c-headTitle02:before {
  background: #dc4141;
  width: 56px;
  height: 4px;
  content: '';
  display: block;
  position: absolute;
  bottom: -27px;
  left: 0;
  margin: auto;
}
.c-headTitle02__txt {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
}
.c-headTitle02__txt2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #dc4141;
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .c-headTitle01 {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .c-headTitle01:before {
    width: 40px;
    height: 3px;
    bottom: -27px;
  }
  .c-headTitle02 {
    margin-bottom: 60px;
  }
  .c-headTitle02:before {
    width: 40px;
    height: 3px;
    bottom: -27px;
  }
  .c-headTitle02__txt {
    font-size: 22px;
  }
  .c-headTitle02__txt2 {
    font-size: 13px;
    margin-top: 5px;
  }
}


.c-headLineTitle01 {
  font-family: "Shippori Mincho", serif;
  font-size: 46px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 70px;
}

.c-intro {
  text-align: left;
}
.c-intro + .c-headTitle01 {
  margin-top: 100px;
}
.c-txt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .c-headLineTitle01 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-headLineTitle01 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}


.c-btnOuter a.c-btn01 {
  margin: 70px auto 0;
}

a.c-btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dc4141;
  max-width: 293px;
  height: 60px;
  border-radius: 100px;
  padding: 10px 54px 12px 10px;
  box-sizing: border-box;
  position: relative;
}
a.c-btn01 span {
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
a.c-btn01:before {
  background: url("../images/common/icon-arrow01.png") no-repeat center;
  background-size: contain;
  width: 11px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  z-index: 3;
}
a.c-btn01:after {
  background: #FFF;
  width: 54px;
  height: 54px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  z-index: 2;
  border-radius: 100px;
  margin: auto;
}
@media screen and (min-width: 769px) {
  a.c-btn01:hover {
    opacity: 1;
  }
  a.c-btn01 span {
    transition: all 0.3s ease-out;
  }
  a.c-btn01:after {
    transition: all 0.3s ease-out;
  }
  a.c-btn01:hover span {
    color: #dc4141;
  }
  a.c-btn01:hover:after {
    width: calc(100% - 6px);
  }
}
@media screen and (max-width: 768px) {
  a.c-btn01 {
    max-width: 280px;
    height: 50px;
    padding: 10px 24px 12px 10px;
  }
  a.c-btn01 span {
    font-size: 16px;
  }
  a.c-btn01:before {
    width: 8px;
    height: 11px;
    right: 19px;
  }
  a.c-btn01:after {
    width: 46px;
    height: 46px;
    right: 2px;
  }
}


.c-offerList {
  display: flex;
  flex-wrap: wrap;
}
.c-offerList li {
  display: flex;
  width: calc(33.33% - 14px);
  margin-left: 21px;
}
.c-offerList li:nth-of-type(3n + 1) {
  margin-left: 0;
}
.c-offerList li:nth-of-type(n + 4) {
  margin-top: 20px;
}
a.c-offerList__anc {
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  width: 100%;
}
.c-offerListHead {
  width: 100%;
  position: relative;
}
.c-offerListHead__img {
}
.c-offerList__category {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.c-offerList__category span {
  border: #7f7f7f 1px solid;
  display: block;
  background: #FFF;
  font-size: 15px;
  line-height: 1.3;
  padding: 5px 10px 6px;
  font-weight: 700;
  margin: 5px 0 0 5px;
}
.c-offerListContents {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 25px 25px 25px;
}
.c-offerList__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-left: 1em;
  margin-bottom: 20px;
}
.c-offerList__title:before {
  position: absolute;
  top: 13px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dc4141;
  content: '';
  display: block;
}
.c-offerListInfo {
  
}
.c-offerListInfo__item {
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}
.c-offerListInfo__itemTag {
  width: 80px;
  font-weight: 700;
}
.c-offerListInfo__itemTxt {
  width: calc(100% - 80px);
  box-sizing: border-box;
  padding: 0 0 0 10px;
  font-weight: 500;
}
.c-offerListInfo__item:nth-of-type(n + 2) {
  border-top: #dedede 1px solid;
  padding-top: 13px;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .c-offerListHead__img {
    overflow: hidden;
  }
  .c-offerListHead__img img {
    transition: all 0.3s ease-out;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 772 / 478;
  }
  .c-offerListInfo__item:nth-of-type(n + 2) {
    transition: all 0.3s ease-out;
  }
  a.c-offerList__anc:hover {
    opacity: 1;
    transform: translate(0, -20px);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
  a.c-offerList__anc:hover .c-offerListHead__img img {
    transform: scale(1.05);
  }
}
@media screen and (min-width:769px) and ( max-width:960px) {
  .c-offerListInfo__item {
    display: block;
  }
  .c-offerListInfo__itemTag {
    width: 100%;
  }
  .c-offerListInfo__itemTxt {
    width: 100%;
    padding: 0 0 0 0;
  }
  .c-offerListInfo__item:nth-of-type(n + 2) {
    border-top: #dedede 1px solid;
    padding-top: 13px;
    margin-top: 15px;
  }
}
/*@media screen and (max-width: 960px) {
  .c-offerList li {
    display: flex;
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .c-offerList li:nth-of-type(3n + 1) {
    margin-left: 20px;
  }
  .c-offerList li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-offerList li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}*/
@media screen and (max-width: 768px) {
  .c-offerList li {
    display: flex;
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .c-offerList li:nth-of-type(3n + 1) {
    margin-left: 20px;
  }
  .c-offerList li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-offerList li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .c-offerList__category span {
    font-size: 12px;
    padding: 2px 7px 4px;
    margin: 5px 0 0 5px;
  }
  .c-offerListContents {
    padding: 15px 15px 15px;
  }
  .c-offerList__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-offerList__title:before {
    top: 13px;
    left: 3px;
    width: 6px;
    height: 6px;
  }
  .c-offerListInfo {

  }
  .c-offerListInfo__item {
    font-size: 14px;
  }
  .c-offerListInfo__itemTag {
    width: 70px;
  }
  .c-offerListInfo__itemTxt {
    width: calc(100% - 70px);
    padding: 0 0 0 10px;
  }
  .c-offerListInfo__item:nth-of-type(n + 2) {
    padding-top: 13px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  .c-offerList li {
    width: 100%;
    margin-left: 0;
  }
  .c-offerList li:nth-of-type(3n + 1) {
    margin-left: 0px;
  }
  .c-offerList li:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-offerList li:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}




.c-newsList {
  
}
.c-newsList li {
  
}
.c-newsList li:nth-of-type(n + 2) {
  border-top: #8c8c8c 1px solid;
}
.c-newsList li a {
  display: flex;
  padding: 18px 25px 19px;
  text-align: left;
  background: #FFF;
}
.c-newsList__date {
  width: 120px;
  box-sizing: border-box;
  padding: 1px 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #dc4141;
}
.c-newsList__txt {
  width: calc(100% - 120px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-newsList li a:hover {
    opacity: 1;
    transform: translate(30px, 0);
  }
}
@media screen and (max-width: 768px) {
  .c-newsList li:nth-of-type(n + 2) {
  }
  .c-newsList li a {
    display: block;
    padding: 15px 20px 16px;
  }
  .c-newsList__date {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .c-newsList__txt {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 15px;
  }
}

.c-contact {
  padding: 45px 0;
  background: #dc4141;
}
.c-contactFrame {
  background: #FFF;
  padding: 65px 36% 20px 60px;
  position: relative;
  box-sizing: border-box;
  min-height: 288px;
  
}
.c-contact__title {
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
  margin-bottom: 35px;
}
.c-contactInfo {
  display: flex;
  align-items: center;
}
.c-contactInfo__tell {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-right: 38px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-contactInfo__tell a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
}
.c-contactInfo__tell a:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 30px;
  height: 40px;
  content: '';
  background: url("../images/common/ico-tel01.png") no-repeat center;
  background-size: contain;
}

.c-contactInfo__mail {
}
.c-contactInfo__mail a {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 345px;
  height: 60px;
  box-sizing: border-box;
  background: #2f2f2f;
  color: #FFF;
  border-radius: 100px;
}
.c-contactInfo__mail a span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 40px;
}
.c-contactInfo__mail a span:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 18.5px;
  content: '';
  background: url("../images/common/icon-mail01.png") no-repeat center;
  background-size: contain;
}
.c-contact__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 100%;
}
.c-contact__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-contact__img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 32.5%;
  height: 100%;
  content: '';
  background: url("../images/common/contact-img-02.png") no-repeat left top;
  background-size: 100% 100%;
}
@media screen and (max-width: 1200px) {
  .c-contactFrame {
    padding: 45px 36% 20px 45px;

  }
  .c-contact__title {
    margin-bottom: 25px;
  }
  .c-contactInfo {
    display: block;
  }
  .c-contactInfo__tell {
    margin-right: 0;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact {
    padding: 45px 0;
  }
  .c-contactFrame {
    padding: 30px 0 170px 0;
    min-height: unset;

  }
  .c-contact__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .c-contactInfo {
    display: block;
    padding: 0 20px;
  }
  .c-contactInfo__tell {
    font-size: 30px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .c-contactInfo__tell a {
    padding: 0 0 0 30px;
    display: inline-block;
  }
  .c-contactInfo__tell a:before {
    top: 5px;
    width: 21px;
    height: 28px;
  }
  .c-contactInfo__mail {
  }
  .c-contactInfo__mail a {
    font-size: 16px;
    width: 280px;
    height: 50px;
    margin: 0 auto;
  }
  .c-contactInfo__mail a span {
    display: inline-block;
    padding: 0 0 0 30px;
  }
  .c-contactInfo__mail a span:before {
    top: 2px;
    width: 19px;
    height: 14px;
  }
  .c-contact__img {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
  }
  .c-contact__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .c-contact__img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    content: '';
    background: url("../images/common/contact-img-02.png") no-repeat left top;
    background-size: 100% 100%;
  }
}


.c-pager {
  margin-top: 60px;
}
.c-pager .wp-pagenavi {
  display: flex;
  justify-content: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 100px;
  margin: 0 5px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  padding: 0 0 2px 2px;
}
.c-pager .wp-pagenavi a:hover,
.c-pager .wp-pagenavi span.current {
  background-color: #dc4141;
  color: #fff;
  opacity: 1;
}
.c-pager .wp-pagenavi span.extend {
  align-items: flex-end;
  border: none;
  background: none;
  color: #000;
  width: auto;
}
@media screen and (max-width: 768px) {
  .c-pager {
    margin-top: 50px;
  }
  .c-pager .wp-pagenavi a,
  .c-pager .wp-pagenavi span {
    width: 38px;
    height: 38px;
    margin: 0 5px;
    font-size: 15px;
    padding: 0 0 1px 1px;
  }
}



.p-topKv {
  height: calc(100vh - 103px);
  max-height: 800px;
/*
  background: url("../images/top/kv-bg.jpg") no-repeat center;
  background-size: cover;
*/
  position: relative;
  padding: 0 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.p-topKv:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #2d2d2d;
  opacity: 0.3;
}
.p-topKvInner {
  max-width: 1800px;
  position: relative;
  z-index: 20;
  padding: 70px 0 0 0;
  box-sizing: border-box;
}
.p-topKv__title {
  font-family: "Shippori Mincho", serif;
  font-size: 60px;
  line-height: 1.5;
  text-align: right;
  font-weight: 500;
  color: #FFF;
  text-shadow: 0 0 5px rgba(0,0,0,1),
               0 0 5px rgba(0,0,0,1);
}
.p-topKv__title > span {
  display: block;
  overflow: hidden;
}
.p-topKv__title > span > span {
  display: block;
  transform: translate(0, 100%);
  animation: kvtitle 0.5s ease 0.8s 1 normal both;
}

.p-topKvBg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.p-topKvBg__item {
  height: calc(100vh - 103px);
  max-height: 800px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 5s ease-out;
}
.p-topKvBg__item.is-01 {
  background-image: url("../images/top/kv-bg-01.jpg");
}
.p-topKvBg__item.is-02 {
  background-image: url("../images/top/kv-bg-02.jpg");
}
.p-topKvBg__item.is-03 {
  background-image: url("../images/top/kv-bg-03.jpg");
}
.p-topKvBg .p-topKvBg__item.is-01 {
  animation: bgfir 5s ease 0s 1 normal none running;
}
.p-topKvBg .slick-slide.slick-active .p-topKvBg__item {
  transform: scale(1.03);
}

@keyframes kvtitle {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes bgfir {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
@media screen and (max-width: 1300px) {
  .p-topKv {
    height: calc(100vh - 80px);
  }
  .p-topKvBg__item {
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 960px) {
  .p-topKv__title {
    font-size: clamp(24px, 6.25vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .p-topKv {
    background: url("../images/top/kv-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 0 10px;
    height: calc(100vh - 60px);
  }
  .p-topKvBg__item {
    height: calc(100vh - 60px);
  }
  .p-topKvInner {
    padding: 90px 0 0 0;
  }
  .p-topKv__title {
    font-size: clamp(24px, 6.25vw, 60px);
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,1),
                 0 0 5px rgba(0,0,0,1);
  }
  .p-topKv__title > span {
    padding: 0 0 0 0.5em;
  }
  .p-topKvBg__item.is-01 {
    background-image: url("../images/top/kv-bg-01-sp.jpg");
  }
  .p-topKvBg__item.is-02 {
    background-image: url("../images/top/kv-bg-02-sp.jpg");
  }
  .p-topKvBg__item.is-03 {
    background-image: url("../images/top/kv-bg-03-sp.jpg");
  }
}

.p-topKvScroll {
  position: absolute;
  left: 40px;
  bottom: 150px;
  writing-mode: vertical-rl;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  z-index: 10;
  font-family: "Shippori Mincho", serif;
}
.p-topKvScroll:after {
  content: '';
  display: block;
  position: absolute;
  height: 100px;
  bottom: -115px;
  width: 1px;
  background-color: #FFF;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.p-topKvScroll:before {
  animation: scroll 2s infinite;
  background-color: #dc4141;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-topKvScroll {
    left: 20px;
    bottom: 120px;
    font-size: 13px;
  }
  .p-topKvScroll:after {
    height: 70px;
    bottom: -85px;
  }
  .p-topKvScroll:before {
    bottom: -85px;
    height: 70px;
  }
}


.l-section {
  padding: 110px 0 120px 0;
}
.l-section02 {
  padding: 90px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 80px 0 80px 0;
  }
  .l-section02 {
    padding: 70px 0 80px 0;
  }
}


.p-topAbout {
  
}
.p-topAboutFrame {
  
}
.p-topAboutContents {
  
}
.p-topAboutItem {
  display: flex;
  justify-content: space-between;
}
.p-topAboutItem + .p-topAboutItem {
  margin-top: 100px;
}
.p-topAboutItem:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.p-topAboutItemContents {
  width: 50%;
  text-align: left;
  padding: 90px 0 0 0;
}
.p-topAboutItemPhoto {
  width: calc(50% - 50px);
}
.p-topAboutItem__txt {
  font-size: 16px;
  line-height: 2;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-topAboutItem__btn {
  margin-top: 38px;
}
.p-topAboutCase {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 70px;
}
.p-topAboutCase__tag {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  margin-right: 66px;
}
.p-topAboutCaseContents {
}
.p-topAboutCase__title {
  font-size: 38px;
  line-height: 1.4;
  font-weight: 500;
}
.p-topAboutCaseMoney {
  display: flex;
  align-items: flex-end;
}
.p-topAboutCaseMoney__tag {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 500;
}
.p-topAboutCaseMoney__num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #dc4141;
  font-size: 76px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  margin: 0 10px;
}
.p-topAboutItem--case .c-headLineTitle01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .p-topAboutCase {
    display: block;
    margin-bottom: 70px;
  }
  .p-topAboutCase__tag {
    margin-right: 0;
    margin-bottom: 30px;
  }
/*  .p-topAboutCase__tag {
    font-size: 20px;
    margin-right: 40px;
  }
  .p-topAboutCase__title {
    font-size: 32px;
  }
  .p-topAboutCaseMoney__tag {
    font-size: 28px;
  }
  .p-topAboutCaseMoney__num {
    font-size: 62px;
    margin: 0 10px;
  }*/
}
@media screen and (max-width: 960px) {
  .p-topAboutItemContents {
    padding: 30px 0 0 0;
  }
  .p-topAboutCase {
    margin-bottom: 70px;
  }
  .p-topAboutCase__tag {
    font-size: 20px;
  }
  .p-topAboutCase__title {
    font-size: 32px;
  }
  .p-topAboutCaseMoney__tag {
    font-size: 28px;
  }
  .p-topAboutCaseMoney__num {
    font-size: 62px;
  }
}
@media screen and (max-width: 768px) {
  .p-topAbout {

  }
  .p-topAboutFrame {

  }
  .p-topAboutContents {
    
  }
  .p-topAboutItem {
    display: block;
    position: relative;
    padding: 25vw 0 0 0;
  }
  .p-topAboutItem + .p-topAboutItem {
    margin-top: 60px;
  }
  .p-topAboutItem:nth-of-type(2n) {
  }
  .p-topAboutItemContents {
    width: 100%;
    padding: 30px 20px 0 20px;
    background: #f2f2f2;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
  }
  .p-topAboutItemPhoto {
    width: calc(100% + 40px);
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
  }
  .p-topAboutItem__txt {
    font-size: 14px;
  }
  .p-topAboutItem__btn {
    margin-top: 30px;
  }
  .p-topAboutItem__btn .c-btn01 {
    margin: 0 auto;
  }
  .p-topAboutCase {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  .p-topAboutCase__tag {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-topAboutCaseContents {
  }
  .p-topAboutCase__title {
    font-size: 28px;
  }
  .p-topAboutCaseMoney {
    justify-content: center;
  }
  .p-topAboutCaseMoney__tag {
    font-size: 24px;
  }
  .p-topAboutCaseMoney__num {
    font-size: 60px;
    display: inline-block;
    margin: 0 6px;
  }
  .p-topAboutItem--case .c-headLineTitle01 {
    margin-bottom: 20px;
    text-align: center;
  }
  .p-topAboutItem:nth-of-type(2n) .c-headLineTitle01 {
    padding-left: 0px;
  }
  .p-topAboutItem:nth-of-type(2n) .p-topAboutItemPhoto {
    left: -20px;
    right: auto;
  }
}


.p-topUnderOffer {
  overflow: hidden;
}
.p-topUnderOfferFrame {
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.p-topUnderOfferList {
  
}
.p-topUnderOfferList .slick-track {
  display: flex;
}
.p-topUnderOfferList .slick-slide {
  height: auto !important;
  display: flex;
  width: 100%;
}
.p-topUnderOfferList .slick-slide > div {
  display: flex;
  width: 100%;
}
.p-topUnderOfferList li {
  display: flex !important;
  width: 100%;
}
.p-topUnderOffer__btn {
  margin-top: 35px;
}
.p-topUnderOffer__btn .c-btn01 {
  margin: 0 auto;
}
.p-topUnderOfferList li a.c-offerList__anc {
  width: calc(100% - 20px);
  margin: 0 10px;
}


.p-topUnderOfferList {
  
}
@media screen and (min-width:768px) and ( max-width:1024px) {
}

@media screen and (min-width: 769px) {
  .p-topUnderOfferList {
    margin-top: -50px;
  }
  .p-topUnderOfferList .slick-list {
    padding: 50px 0 0 0;
  }
/*
  .p-topUnderOfferList {
    display: flex;
    flex-wrap: wrap;
  }
  .p-topUnderOfferList li {
    display: flex;
    width: calc(33.33% - 14px);
    margin-left: 21px;
  }
  .p-topUnderOfferList li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-topUnderOfferList li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
*/
}
@media screen and (max-width: 960px) {
  .p-topUnderOfferList .slick-list {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .p-topUnderOfferList .slick-list {
/*
    overflow: visible;
*/
  }
  .p-topUnderOfferList {

  }
  .p-topUnderOfferList li {
/*
    display: flex;
*/
/*
    width: 100%;
*/
  }
/*
  .p-topUnderOfferList .slick-slide {
    width: 300px;
  }
*/
/*  .p-topUnderOfferList li a {
    margin-right: auto;
    width: calc(100% - 20px);
  }*/

}



.p-topNews {
  
}
.p-topNews__btn {
  margin-top: 35px;
}
.p-topNews__btn .c-btn01 {
  margin: 0 auto;
}




.p-pageOfferSingle {
  
}
.p-pageOfferSingle__category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.p-pageOfferSingle__category span {
  border: #7f7f7f 1px solid;
  display: block;
  background: #FFF;
  font-size: 15px;
  line-height: 1.3;
  padding: 4px 10px 5px;
  font-weight: 700;
  margin: 0 5px 5px 0;
}
.p-pageOfferSingleUpper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.p-pageOfferSingleUpper__photo {
  width: calc(50% - 20px);
}
.p-pageOfferSingleUpperContens {
  width: calc(50% - 20px);
}
.p-pageOfferSingleUpperInfo {
  
}
.p-pageOfferSingleUpperInfoItem {
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  text-align: left;
}
.p-pageOfferSingleUpperInfoItem__tag {
  width: 110px;
  font-weight: 700;
}
.p-pageOfferSingleUpperInfoItem__txt {
  width: calc(100% - 110px);
  box-sizing: border-box;
  padding: 0 0 0 10px;
  font-weight: 500;
}
.p-pageOfferSingleUpperInfoItem__txtMapBtn {
  display: inline-block;
  width: 20px;
  margin-left: 5px;
}
.p-pageOfferSingleUpperInfoItem:nth-of-type(n + 2) {
  border-top: #dedede 1px solid;
  padding-top: 13px;
  margin-top: 15px;
}
.p-pageOffer * + .p-pageBody {
  margin-top: 100px;
}



@media screen and (max-width: 768px) {
  .p-pageOfferSingle__category {
    margin-bottom: 20px;
  }
  .p-pageOfferSingle__category span {
    font-size: 13px;
    padding: 4px 10px 5px;
    margin: 0 5px 5px 0;
  }
  .p-pageOfferSingleUpper {
    display: block;
  }
  .p-pageOfferSingleUpper__photo {
    width: 100%;
  }
  .p-pageOfferSingleUpperContens {
    width: 100%;
    margin-top: 25px;
  }
  .p-pageOfferSingleUpperInfo {

  }
  .p-pageOfferSingleUpperInfoItem {
    font-size: 14px;
  }
  .p-pageOfferSingleUpperInfoItem__tag {
    width: 100px;
  }
  .p-pageOfferSingleUpperInfoItem__txt {
    width: calc(100% - 100px);
    padding: 0 0 0 10px;
  }
  .p-pageOfferSingleUpperInfoItem__txtMapBtn {
    width: 16px;
    margin-left: 5px;
  }
  .p-pageOfferSingleUpperInfoItem:nth-of-type(n + 2) {
    padding-top: 10px;
    margin-top: 12px;
  }
  .p-pageOffer * + .p-pageBody {
    margin-top: 70px;
  }
}



.p-featureList {
  display: flex;
  flex-wrap: wrap;
}
* + .p-featureList {
  margin-top: 2em;
}
.p-featureListItem {
  width: 31.66%;
  margin-left: 2.51%;
  box-sizing: border-box;
  border: #dedede 1px solid;
  text-align: left;
}
.p-featureListItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-featureListItemHead {
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 25px;
  background: #ffeeee;
  box-sizing: border-box;
  min-height: 101px;
}
.p-featureListItemHead__img {
  width: 50px;
}
.p-featureListItemHead__title {
  width: calc(100% - 50px);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  font-size: 22px;
  line-height: 1.27;
}
p.p-featureListItem__txt ,
.c-body p.p-featureListItem__txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin: 0;
  padding: 15px 20px 15px;
}
@media screen and (max-width: 768px) {
  * + .p-featureList {
    margin-top: 2em;
  }
  .p-featureListItem {
    width: 100%;
    margin-left: 0;
  }
  .p-featureListItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-featureListItemHead {
    padding: 10px 15px 10px 20px;
    min-height: 70px;
  }
  .p-featureListItemHead__img {
    width: 40px;
  }
  .p-featureListItemHead__title {
    width: calc(100% - 40px);
    padding: 0 0 0 15px;
    font-size: 18px;
  }
  p.p-featureListItem__txt ,
  .c-body p.p-featureListItem__txt {
    font-size: 14px;
    padding: 15px 20px 15px;
  }
}

.p-linkList {
  display: flex;
  flex-wrap: wrap;
}
* + .p-linkList {
  margin-top: 2em;
}
.p-linkListItem {
  width: 31.66%;
  margin-left: 2.51%;
  box-sizing: border-box;
  text-align: left;
  display: flex;
}
.p-linkListItem:nth-of-type(3n + 1) {
  margin-left: 0;
}
.p-linkListItem a {
  display: flex;
  align-items: center;
  width: 100%;
  border: #dedede 1px solid;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding: 18px 30px 20px 20px;
  border-radius: 10px;
}
.p-linkListItem a:before {
  background: url("../images/common/icon-arrow02.png") no-repeat center;
  background-size: contain;
  width: 14px;
  height: 11px;
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-linkListItem a {
    font-size: 12px;
    padding: 13px 20px 14px 15px;
    border-radius: 6px;
  }
  .p-linkListItem a:before {
    width: 7px;
    height: 5.5px;
    top: 2px;
    right: 10px;
  }
}

.c-form .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .c-form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}



.js-move.js-fadeUp {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.3s 0.3s ease-out;
}
.js-move.js-fadeUp.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.js-move.js-fadeRight {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 0.3s 0.3s ease-out;
}
.js-move.js-fadeRight.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.js-move.js-fadeLeft {
  opacity: 0;
  transform: translate(20px, 0);
  transition: all 0.3s 0.3s ease-out;
}
.js-move.js-fadeLeft.is-active {
  opacity: 1;
  transform: translate(0, 0);
}


.u-bg--grey {
  background: #f2f2f2;
}

.u-dp--ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .u-spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none;
  }
}
