@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "EB Garamond", serif;
  --sub-font2: "Inter", sans-serif;
  --sub-font3: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
  --sub-font4: "Ubuntu", sans-serif;
  --sub-font5: "Roboto", sans-serif;
  --base-color: #333;
  --blue: #0572C7;
  --blue-light: #0A9EDA;
  --orange: #F98534;
  --yellow: #fcee64;
  --white: #FFF;
  --black: #000;
  --grey: #736357;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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 {
  max-width: 122rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.garamond {
  font-family: var(--sub-font);
}

.inter {
  font-family: var(--sub-font2);
}

.yuMincho {
  font-family: var(--sub-font3);
}

.ubuntu {
  font-family: var(--sub-font4);
}

.roboto {
  font-family: var(--sub-font5);
}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comBox h2 {
  margin-bottom: 3.4rem;
  font-size: 4.46rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--yellow);
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 896px) {
  .comBox h2 {
    margin: 0 -1rem 1.2rem;
    line-height: 1.67;
    font-size: 3.4rem;
  }
}
.comBox h2 small {
  font-size: 75%;
  color: var(--white);
}
.comBox h2 .subSpan {
  position: relative;
}
.comBox h2 .subSpan::after {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: var(--yellow);
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
@media all and (max-width: 896px) {
  .comBox h2 .subSpan::after {
    top: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.comBox .centerTxt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.78;
  color: var(--white);
}
@media all and (max-width: 896px) {
  .comBox .centerTxt {
    font-size: 1.5rem;
    line-height: 1.87;
  }
}
.comBox .centerTxt .color {
  color: var(--yellow);
}
.comBox .inner01 {
  padding-bottom: 3.8rem;
  position: relative;
}
@media all and (min-width: 897px) {
  .comBox .inner01 {
    padding-inline: 14rem;
  }
}
@media all and (max-width: 896px) {
  .comBox .inner01 {
    padding-bottom: 2.9rem;
  }
}
.comBox .inner01 .photo01 {
  position: absolute;
  bottom: -2.2rem;
  left: -2.7rem;
  width: 20.9rem;
}
@media all and (max-width: 896px) {
  .comBox .inner01 .photo01 {
    width: 8.3rem;
    bottom: 1.6rem;
    left: -3.7rem;
  }
}
.comBox .inner01 .photo02 {
  position: absolute;
  bottom: -2.2rem;
  right: -0.9rem;
  width: 18.6rem;
}
@media all and (max-width: 896px) {
  .comBox .inner01 .photo02 {
    width: 7.4rem;
    bottom: 1.6rem;
    right: -3rem;
  }
}
.comBox .inner02 {
  position: relative;
  z-index: 1;
  padding: 4.5rem 5rem 5.6rem;
  margin: 0 -1rem;
  border-radius: 1.6rem;
  background: url(../img/index/bg01.webp) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 896px) {
  .comBox .inner02 {
    border-radius: 1.5rem;
    padding: 2.7rem 2rem 3.3rem;
    margin: 0;
    background-image: url(../img/index/bg01_sp.webp);
  }
}
.comBox .inner02 .ttl {
  margin: 0 auto 3rem;
  color: var(--white);
  width: fit-content;
  padding: 0 5rem;
  font-size: 3.345rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  background: url(../img/common/line01.webp) no-repeat left bottom, url(../img/common/line02.webp) no-repeat right bottom;
  background-size: 2.6rem auto;
}
@media all and (max-width: 896px) {
  .comBox .inner02 .ttl {
    margin: 0 auto 1.8rem;
    text-align: center;
    padding: 0 2rem;
    font-size: 1.8rem;
    background-image: url(../img/common/line01_sp.webp), url(../img/common/line02_sp.webp);
    background-size: 1.6rem auto;
  }
}
.comBox .list {
  margin-bottom: 3.1rem;
  display: flex;
  justify-content: center;
  gap: 0 3rem;
}
@media all and (max-width: 896px) {
  .comBox .list {
    max-width: 29.5rem;
    margin: 0 auto 2rem;
    display: block;
  }
}
.comBox .list li {
  width: 47rem;
}
@media all and (max-width: 896px) {
  .comBox .list li {
    width: auto;
    margin-bottom: 2.2rem;
  }
  .comBox .list li:last-child {
    margin-bottom: 0;
  }
}
.comBox .list li .ttl02 {
  padding: 0.6rem 1rem 0.9rem;
  min-width: 35.8rem;
  position: relative;
  margin: 0 auto -1rem;
  font-size: 1.65rem;
  background-color: var(--blue);
  width: fit-content;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  color: var(--white);
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 2rem) 50%, 100% 100%, 0 100%, 2rem 50%);
}
@media all and (max-width: 896px) {
  .comBox .list li .ttl02 {
    top: -0.2rem;
    padding: 0.4rem 1rem 0.6rem;
    max-width: 25rem;
    min-width: inherit;
    width: auto;
    font-size: 1.1325rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1.5rem) 50%, 100% 100%, 0 100%, 1.5rem 50%);
  }
}
.comBox .list li .ttl02 span {
  font-size: 2.2rem;
  color: var(--yellow);
}
@media all and (max-width: 896px) {
  .comBox .list li .ttl02 span {
    font-size: 1.5rem;
  }
}
.comBox .list .bgBox {
  box-shadow: 0 1rem 0 #A2B5BC;
  border-radius: 100vmax;
}
@media all and (max-width: 896px) {
  .comBox .list .bgBox {
    box-shadow: 0 0.7rem 0 #A2B5BC;
  }
}
.comBox .list .comTel {
  cursor: pointer;
  min-height: 12.9rem;
  width: auto;
  padding-right: 6.6rem;
  transition: 0.3s;
  background-color: var(--white);
}
@media all and (max-width: 896px) {
  .comBox .list .comTel {
    padding-right: 4rem;
    min-height: 8rem;
  }
}
.comBox .list .comTel .jp {
  font-size: 1.73rem;
  letter-spacing: 0.3em;
}
@media all and (max-width: 896px) {
  .comBox .list .comTel .jp {
    font-size: 1.1rem;
    margin-bottom: -0.7rem;
  }
}
.comBox .list .comTel a {
  font-weight: 400;
  font-size: 4.7rem;
  padding-left: 4rem;
  background-size: 3rem auto;
}
@media all and (max-width: 896px) {
  .comBox .list .comTel a {
    padding: 0.7rem 0 0 2.5rem;
    font-size: 3rem;
    background-size: 2rem auto;
  }
}
@media (hover: hover) {
  .comBox .list .comTel:hover {
    transform: translateY(0.5rem);
  }
}
.comBox .list .comLink {
  width: auto;
  box-shadow: 0 1rem 0 #CB600D;
  border-radius: 100vmax;
}
@media all and (max-width: 896px) {
  .comBox .list .comLink {
    box-shadow: 0 0.7rem 0 #CB600D;
  }
}
.comBox .list .comLink a {
  font-size: 3.46rem;
  min-height: 13rem;
  background-color: var(--orange);
}
@media all and (max-width: 896px) {
  .comBox .list .comLink a {
    font-size: 2.2rem;
    min-height: 8rem;
  }
}
.comBox .list .comLink a .subSpan {
  padding: 0 3.5rem 0 6rem;
  margin-right: -1rem;
  background: url(../img/common/icon02.webp) no-repeat left center, url(../img/common/icon04.webp) no-repeat right center;
  background-size: 4rem auto, 1.2rem auto;
}
@media all and (max-width: 896px) {
  .comBox .list .comLink a .subSpan {
    margin-right: 0;
    padding: 0 2rem 0 3.7rem;
    display: inline-block;
    background-size: 2.5rem auto, 0.8rem auto;
  }
}
@media (hover: hover) {
  .comBox .list .comLink a:hover {
    transform: translateY(0.5rem);
  }
}
@media all and (max-width: 896px) {
  .comBox .ulBox {
    margin: 0 -0.5rem;
  }
}
.comBox .textList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3rem;
}
@media all and (max-width: 896px) {
  .comBox .textList {
    margin: 0 auto;
    max-width: 32.5rem;
    gap: 0.7rem 1rem;
  }
}
.comBox .textList li {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--white);
  padding-left: 4rem;
  background: url(../img/common/icon05.webp) no-repeat left top 0.4rem;
  background-size: 3.5rem auto;
}
@media all and (max-width: 896px) {
  .comBox .textList li {
    width: calc((100% + 3rem) / 2);
    padding: 0.1rem 0 0.1rem 2.7rem;
    font-size: 1.5rem;
    background-size: 2.2rem auto;
  }
  .comBox .textList li:nth-child(2n) {
    width: calc((100% - 7rem) / 2);
  }
}

.comBox02 {
  padding: 7.7rem 7.2rem 5.7rem;
  position: relative;
  border-radius: 1.6rem;
  background-color: var(--blue);
}
@media all and (max-width: 896px) {
  .comBox02 {
    padding: 4.4rem 2rem 3.5rem;
  }
}
.comBox02 h2 {
  margin-bottom: 2.5rem;
  font-size: 4.1rem;
}
@media all and (min-width: 897px) {
  .comBox02 h2 .subSpan::after {
    top: -1.2rem;
  }
}
@media all and (max-width: 896px) {
  .comBox02 h2 {
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-size: 2.54rem;
  }
  .comBox02 h2 .subSpan::after {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.comBox02 h2 .white {
  color: var(--white);
}
@media all and (max-width: 896px) {
  .comBox02 .inner01 {
    padding-bottom: 2.3rem;
    position: static;
  }
}
.comBox02 .inner01 .photo01 {
  width: 20.5rem;
  bottom: -5.8rem;
}
@media all and (max-width: 896px) {
  .comBox02 .inner01 .photo01 {
    bottom: 0;
    left: -1.4rem;
    z-index: 2;
    width: 7.5rem;
  }
}
.comBox02 .inner01 .photo02 {
  bottom: -4.7rem;
  right: -4.6rem;
  width: 24rem;
}
@media all and (max-width: 896px) {
  .comBox02 .inner01 .photo02 {
    bottom: 0;
    right: -1.7rem;
    z-index: 2;
    width: 8.7rem;
  }
}
@media all and (max-width: 896px) {
  .comBox02 .centerTxt {
    line-height: 1.73;
  }
}
@media all and (max-width: 896px) {
  .comBox02 .inner02 {
    padding: 2.3rem 1.7rem 2.8rem;
  }
  .comBox02 .inner02 .ttl {
    margin: 0 auto 1.2rem;
    padding: 0.2rem 2rem 0.2rem;
    font-size: 1.65rem;
  }
}
@media all and (max-width: 896px) {
  .comBox02 .list li {
    margin-bottom: 1.8rem;
  }
  .comBox02 .list li .bgBox {
    box-shadow: 0 0.5rem 0 #A2B5BC;
  }
  .comBox02 .list li .ttl02 {
    top: -0.4rem;
    padding: 0.3rem 1rem 0.5rem;
    max-width: 21.7rem;
    letter-spacing: 0.04em;
    font-size: 1.125rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 1.2rem) 50%, 100% 100%, 0 100%, 1.2rem 50%);
  }
  .comBox02 .list .comLink {
    box-shadow: 0 0.5rem 0 #CB600D;
  }
  .comBox02 .list .comLink a {
    font-size: 1.9rem;
    min-height: 7.1rem;
  }
  .comBox02 .list .comLink a .subSpan {
    margin-right: -1rem;
    letter-spacing: 0.06em;
    padding: 0 2rem 0 3.2rem;
    background-size: 2.3rem auto, 0.7rem auto;
  }
  .comBox02 .list .comTel {
    min-height: 7.1rem;
    padding-right: 3rem;
  }
  .comBox02 .list .comTel .jp {
    font-size: 1rem;
    margin-bottom: -0.7rem;
  }
  .comBox02 .list .comTel a {
    font-size: 2.8rem;
    padding: 0.5rem 0 0 2rem;
    background-size: 1.7rem auto;
  }
}
@media all and (max-width: 896px) {
  .comBox02 .textList {
    max-width: 22.5rem;
    margin: -0.2rem auto 0;
    gap: 0.1rem 1rem;
  }
  .comBox02 .textList li {
    padding: 0.3rem 0 0.2rem 2rem;
    font-size: 1.05rem;
    background-size: 1.7rem auto;
    width: calc((100% + 1rem) / 2);
  }
  .comBox02 .textList li:nth-child(2n) {
    width: calc((100% - 4rem) / 2);
  }
}

/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
  z-index: 200;
  position: sticky;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.fixedBox.show {
  opacity: 1;
  pointer-events: auto;
}
.fixedBox .sub {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.fixedBox .comTel {
  padding: 0;
  padding-bottom: 0.5rem;
  width: calc((100% - 1rem) / 2);
  min-height: 4.4rem;
  justify-content: center;
}
.fixedBox .comTel a {
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 0.5rem 0 0 1.3rem;
  font-weight: 400;
  background-size: 1.1rem auto;
}
.fixedBox .comLink {
  width: calc((100% - 1rem) / 2);
}
.fixedBox .comLink a {
  padding-bottom: 0.3rem;
  font-size: 1.2rem;
  min-height: 4.4rem;
  letter-spacing: 0.06em;
}
.fixedBox .comLink a .subSpan {
  padding-left: 2rem;
  background-size: 1.3rem auto;
}/*# sourceMappingURL=common.css.map */