@charset "UTF-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 144rem;
}
@media all and (max-width: 896px) {
  .content {
    padding: 0 1.5rem;
    max-width: inherit !important;
  }
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
  display: flex;
  gap: 2rem 1.5rem;
}
@media all and (max-width: 896px) {
  .comLinkList {
    gap: 2rem 0.9rem;
  }
}
.comLinkList li {
  margin: 0;
  width: 16.4rem;
}
@media all and (max-width: 896px) {
  .comLinkList li {
    width: calc((100% - 0.4rem) / 2);
  }
}
.comLinkList li a {
  min-height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  font-size: 2rem;
  background: var(--deep-yellow) url(../img/common/icon02.webp) no-repeat right 1rem center;
  background-size: 2rem auto;
  box-shadow: 0.5rem 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 896px) {
  .comLinkList li a {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
@media (hover: hover) {
  .comLinkList li a:hover {
    opacity: 0.5;
  }
}
.comLinkList li a span {
  display: inline-block;
  padding: 0.2rem 2.2rem 0 3.2rem;
  background: url(../img/common/uis_calender.webp) no-repeat left center;
  background-size: 2.4rem auto;
}
@media all and (max-width: 896px) {
  .comLinkList li a span {
    padding-top: 0;
  }
}
.comLinkList .tel {
  margin-top: -0.1rem;
  width: 20.2rem;
}
@media all and (max-width: 896px) {
  .comLinkList .tel {
    width: calc((100% + 5.1rem) / 2);
  }
}
.comLinkList .tel a {
  min-height: 4.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  background: var(--white);
}
.comLinkList .tel a span {
  padding: 0 0rem 0 3.2rem;
  background-image: url(../img/common/tel.webp);
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  margin: 0 auto;
  width: 30rem;
}
@media all and (max-width: 896px) {
  .comLink {
    width: auto;
    max-width: 35rem;
  }
}

.comLink a {
  padding: 0.5rem 4.5rem;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 6rem;
  border-radius: 50px;
  background: var(--base-color) url(../img/common/icon01.webp) no-repeat right 2.3rem center;
  background-size: 2rem auto;
}
@media (hover: hover) {
  .comLink a:hover {
    color: var(--base-color);
    background-color: var(--deep-yellow);
    background-image: url(../img/common/icon02.webp);
  }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 8.8rem;
  color: #222;
  font-size: 5rem;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 8.4rem;
    font-size: 3rem;
  }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin: 0 auto 2.9rem;
  padding: 1rem 16rem 3.4rem;
  width: fit-content;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
  background: url(../img/index/reason_bg01.webp) no-repeat left bottom 1.5rem, url(../img/index/reason_bg02.webp) no-repeat right bottom 1.5rem;
  background-size: 8.8rem auto;
}
@media all and (max-width: 896px) {
  .headLine02 {
    margin: 0 -0.5rem 2.4rem;
    width: auto;
    padding: 0 2rem 2.2rem;
    font-size: 1.8rem;
    line-height: 1.8;
    background-size: 3.2rem auto;
  }
}
.headLine02 .txtSpan {
  padding-bottom: 1rem;
  font-weight: 700;
  color: var(--red);
  background: url(../img/index/line.webp) repeat-x left bottom;
  background-size: auto 0.8rem;
}
@media all and (max-width: 896px) {
  .headLine02 .txtSpan {
    padding-bottom: 0.5rem;
    background-size: auto 0.5rem;
  }
}

/*------------------------------------------------------------
	comEn
------------------------------------------------------------*/
.comEn {
  color: var(--white);
  font-size: 12rem;
  font-weight: 100;
  line-height: 1.25;
}
@media all and (max-width: 896px) {
  .comEn {
    font-size: 5.6rem;
    overflow-y: clip;
  }
}
.comEn .subSpan {
  display: block;
  gap: 0 2rem;
  transform: rotate(90deg);
}
@media all and (max-width: 896px) {
  .comEn .subSpan {
    width: 55rem;
  }
}
.comEn .subSpan .txtSpan {
  display: flex;
  flex-shrink: 0;
}

/*------------------------------------------------------------
	fixdBox
------------------------------------------------------------*/
.fixdBox {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  min-height: 6.8rem;
}
.fixdBox::after {
  width: 100%;
  height: 6.8rem;
  background: url(../img/common/f_bg.webp) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
}
.fixdBox ul {
  padding-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
.fixdBox ul li {
  width: 50%;
  text-align: center;
}
.fixdBox ul li a {
  min-height: 4.3rem;
  padding: 1rem 0 0.9rem;
  display: block;
  font-weight: 700;
  border-right: 1px solid var(--base-color);
}
.fixdBox ul li a span {
  padding: 0.2rem 1rem 0 2.5rem;
  display: inline-block;
  background: url(../img/common/tel.webp) no-repeat left center;
  background-size: 2rem auto;
}
.fixdBox ul li:last-child a {
  border-right: none;
}
.fixdBox ul li.item a span {
  background-image: url(../img/common/uis_calender.webp);
}

/*------------------------------------------------------------
fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform ease-in-out 0.8s, opacity ease-in-out 0.8s;
  transition-delay: 0.2s;
}
.fadeInUp.on {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=common.css.map */