@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 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

@media all and (max-width: 896px) {
  .content {
    padding: 0 40px;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 22px;
  text-align: center;
}

.comTtlBox {
  position: relative;
}

.comTtlBox .bg01 {
  position: absolute;
  top: 49px;
  left: 0;
}

.comTtlBox .bg02 {
  position: absolute;
  top: 49px;
  right: 0;
}

.comTtl {
  margin-bottom: 61px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
}

@media all and (max-width: 896px) {
  .spTtlBox {
    text-align: center;
  }
  .comTtlBox {
    display: inline-block;
  }
  .headLine01 {
    margin-bottom: 11px;
    width: 95px;
  }
  .comTtlBox .bg01 {
    top: 12px;
    left: -95px;
    width: 88px;
  }
  .comTtlBox .bg02 {
    top: 9px;
    right: -90px;
    width: 88px;
  }
  .comTtl {
    font-weight: 500;
    margin-bottom: 53px;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.786;
  }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 11px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #F6AB00;
  letter-spacing: 0.03em;
  text-align: center;
}

.headLine02 span {
  margin-bottom: 17px;
  display: block;
}

@media all and (max-width: 896px) {
  .headLine02 img {
    width: 125px;
  }
  .headLine02 {
    margin-bottom: 14px;
    font-size: 1.7rem;
    letter-spacing: 0.03em;
  }
  .headLine02 span {
    margin-bottom: 13px;
  }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  width: 150px;
}

.comLink a {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3em;
  font-weight: 800;
  min-height: 30px;
  color: #493A34;
  font-size: 1.4rem;
  background-color: #FACE93;
  border-radius: 8px;
}

.comLink .subSpan {
  padding: 0 25px 0 5px;
  display: inline-block;
  background: url(../img/common/icon01.webp) no-repeat right center;
  background-size: 5px auto;
}

.greenLink a {
  background-color: #69BFC7;
}

.yellowLink a {
  background-color: #FFE45F;
}

.pinkLink a {
  background-color: #F3A48C;
}

@media all and (min-width: 897px) {
  .comLink a:hover {
    color: #FACE93;
    background-color: #493A34;
  }
  .comLink a:hover .subSpan {
    background-image: url(../img/common/icon05.webp);
  }
  .greenLink a:hover {
    color: #69BFC7;
  }
  .yellowLink a:hover {
    color: #FFE45F;
  }
  .pinkLink a:hover {
    color: #F3A48C;
  }
}
@media all and (max-width: 896px) {
  .comLink {
    width: 119px;
  }
  .comLink a {
    min-height: 40px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .comLink .subSpan {
    padding: 0 25px 4px 5px;
    background-size: 6px auto;
  }
  .greenLink a {
    color: #fff;
    background-color: #69BFC7;
  }
  .yellowLink a {
    color: #fff;
    background-color: #F2AE00;
  }
  .pinkLink a {
    color: #fff;
    background-color: #F3A48C;
  }
  .pinkLink .subSpan,
  .yellowLink .subSpan,
  .greenLink .subSpan {
    padding-right: 12px;
    background-image: url(../img/common/icon07.webp);
    background-size: 10px auto;
  }
}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox {
  position: relative;
  z-index: 1;
}

.comLink02 {
  margin: 0 auto;
  width: 400px;
}

.comLink02 a {
  min-height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 50px;
  padding: 0 30px 0 90px;
  background-color: #493A34;
  box-sizing: border-box;
  border: 1px solid #493A34;
  background-image: url(../img/common/com_img01.webp);
  background-position: left 45px center;
  background-repeat: no-repeat;
  background-size: 38px auto;
}

.comLink02 a .linkImg {
  width: 65px;
  margin-left: -15px;
  display: inline-block;
}

.comLink02 a .ico {
  font-weight: 300;
}

.comLink02 .subSpan {
  display: inline-block;
}

.comLink02 img {
  margin-right: 8px;
}

.comLinkBox .bg01 {
  width: 27.5%;
  position: absolute;
  top: -3px;
  left: 0;
  text-align: right;
  z-index: -1;
}

.comLinkBox .bg02 {
  width: 27.5%;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: -1;
}

.orangeLink a {
  background-color: #F5A33B;
  font-size: 2rem;
  border-color: #F5A33B;
}

.pinkLink02 a {
  background-color: #DD8873;
  font-size: 2rem;
  border-color: #DD8873;
}

.greenBtn a {
  font-size: 2rem;
  letter-spacing: 0.1em;
  background-color: #64C0AB;
  border-color: #64C0AB;
}

@media all and (min-width: 897px) {
  .comLink02 a:hover {
    background-color: #fff;
    color: #493A34;
  }
  .orangeLink a:hover {
    color: #F5A33B;
    background-color: #fff;
  }
  .pinkLink02 a:hover {
    color: #DD8873;
    background-color: #fff;
  }
  .greenBtn a:hover {
    color: #64C0AB;
    background-color: #fff;
  }
}
@media all and (max-width: 896px) {
  .comLink02 {
    width: auto;
    max-width: 220px;
  }
  .comLink02 a {
    padding: 0;
    font-weight: 700;
    min-height: 35px;
    font-size: 1.6rem;
    letter-spacing: 0;
    background-image: none;
  }
  .comLink02 .subSpan {
    padding: 0 15px 0 0;
    transform: scaleX(0.9);
    transform-origin: center;
    background: url(../img/common/icon07.webp) no-repeat right center;
    background-size: 10px auto;
  }
  .comLink02 img {
    display: none;
  }
  .comLinkBox .bg02,
  .comLinkBox .bg01 {
    display: none;
  }
  .orangeLink a .subSpan {
    transform: none;
  }
  .pinkLink02 a {
    background-color: #F58873;
  }
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
.mainBox {
  max-width: 1000px;
  margin: 0 auto;
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
.mainImg02 {
  margin-bottom: 75px;
}

.mainImg02 img {
  width: 100%;
}

@media all and (max-width: 896px) {
  .mainImg02 {
    margin-bottom: 34px;
  }
}
/*------------------------------------------------------------
	fixdBox
------------------------------------------------------------*/
.fixdBox {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 50;
  transition: all ease 0.3s;
  opacity: 0;
}

.fixdBox.on {
  opacity: 1;
}

.fixdBox li:not(:last-child) {
  margin-bottom: 30px;
}

.fixdBox a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .fixdBox {
    right: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
  }
  .fixdBox ul {
    display: flex;
  }
  .fixdBox li {
    flex: 1;
    margin: 0 !important;
  }
  .fixdBox li img {
    width: 100%;
  }
}
.fadeIn {
  opacity: 0;
  transition: all 2s;
}

.fadeIn.on {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all ease-in-out 1s;
}

.fadeInUp.on {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInDown {
  opacity: 0;
  transform: translate(0, -70px);
  transition: all 1s;
}

.fadeInDown.on {
  opacity: 1;
  transform: translate(0, 0);
}

/*------------------------------------------------------------
	otherBox
------------------------------------------------------------*/
#main .otherBox {
  padding-top: 105px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

#main .linkList {
  margin: 0 -13px 100px;
  display: flex;
  flex-wrap: wrap;
}

#main .linkList li {
  margin: 0 13px;
  padding: 67px 20px 20px;
  width: calc(33.33% - 26px);
  min-height: 326px;
  box-sizing: border-box;
  background: url(../img/common/bg01.webp) no-repeat center;
  background-size: 100% 100%;
}

#main .otherBox .mainBox {
  padding: 0 20px;
}

#main .linkList li .img {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .linkList li .ttl {
  margin-bottom: 14px;
  padding-bottom: 5px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: #000000;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-align: center;
  font-feature-settings: "palt";
}

#main .linkList li .ttl:after {
  width: 165px;
  height: 3px;
  background: url(../img/common/line02.webp) repeat-x left bottom;
  background-size: 5px auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

#main .linkList li .comLink {
  margin: 0 auto;
}

#main .linkList .li02 {
  background-image: url(../img/common/bg02.webp);
}

#main .linkList .li03 {
  background-image: url(../img/common/bg03.webp);
}

#main .snsUl {
  margin-bottom: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .snsUl li {
  margin: 0 5px;
}

#main .snsUl li a:hover {
  opacity: 0.7;
}

#main .otherBox .h2Ttl {
  margin-bottom: 70px;
  text-align: center;
}

#main .otherList {
  max-width: 676px;
  margin: 0 auto 55px;
  display: flex;
  flex-wrap: wrap;
}

#main .otherList li {
  margin: 0 17px 35px;
  width: calc(33.33% - 34px);
}

#main .otherList a {
  display: block;
}

#main .otherList img {
  width: 100%;
}

#main .otherList a:hover {
  opacity: 0.7;
}

#main .otherBox .h2Ttl02 {
  margin-bottom: 43px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 400;
}

#main .otherBox .h2Ttl02 span {
  margin-bottom: -7px;
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  transform: scaleX(0.8);
  transform-origin: center;
  font-feature-settings: "palt";
}

#main .newsBox {
  padding: 13px 15px 15px;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #999999;
  box-sizing: border-box;
}

#main .newsBox li {
  margin-bottom: 12px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #A1A1A1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

#main .newsBox li:last-child {
  margin-bottom: 0;
}

#main .newsBox li .date {
  word-break: break-all;
  width: 110px;
  padding: 0 6px;
  box-sizing: border-box;
  flex-shrink: 0;
}

#main .newsBox li a {
  flex: 1;
}

#main .newsBox li a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  #main .otherBox {
    padding-top: 25px;
  }
  #main .linkList {
    max-width: 320px;
    margin: 0 auto 33px;
    justify-content: center;
  }
  #main .linkList li {
    width: 140px;
    padding: 34px 10px 20px;
    margin: 0 5px;
    min-height: 147px;
  }
  #main .linkList li:first-child {
    margin: 0 20px 5px;
  }
  #main .linkList li .img {
    min-height: 40px;
  }
  #main .linkList li .img img {
    width: auto;
    max-width: inherit;
    max-height: 40px;
  }
  #main .linkList li .ttl {
    min-height: 28px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    font-size: 0.9rem;
  }
  #main .linkList li .ttl::after {
    width: 88px;
    height: 1px;
    background-size: auto 1px;
  }
  #main .linkList li .comLink {
    width: auto;
    max-width: 62px;
  }
  #main .linkList li .comLink a {
    min-height: 14px;
    font-size: 0.6rem;
    border-radius: 4px;
    color: #000000;
  }
  #main .linkList li .yellowLink a {
    background-color: #FFE45F;
  }
  #main .linkList li .comLink .subSpan {
    background-image: url(../img/common/icon01.webp);
    background-size: 2px auto;
    padding: 0 10px 0 4px;
  }
  #main .snsUl {
    margin: 0 auto 23px;
    display: block;
    max-width: 36vw;
    text-align: center;
  }
  #main .snsUl li {
    margin: 0 5px 15px;
  }
  #main .otherBox .h2Ttl img {
    width: 40.533vw;
  }
  #main .otherBox .h2Ttl {
    margin-bottom: 31px;
  }
  #main .otherList {
    margin: 0 0 7px 5px;
    max-width: inherit;
  }
  #main .otherList li {
    margin: 0 12px 10px;
    width: calc(50% - 24px);
  }
  #main .otherList .li06 {
    order: 6;
  }
  #main .otherList .li04 {
    order: 1;
  }
  #main .otherList .li05 {
    order: 2;
  }
  #main .otherList .li03 {
    order: 3;
  }
  #main .otherBox .h2Ttl02 {
    margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 0;
  }
  #main .otherBox .h2Ttl02 span {
    font-size: 3.8rem;
    margin-bottom: -4px;
  }
  #main .newsBox {
    margin: 0 12px;
    max-width: inherit;
    padding: 10px 15px 5px;
  }
  #main .newsBox li {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 7px;
    font-size: 1.4rem;
    line-height: 1.64;
    letter-spacing: 0;
    font-weight: 500;
  }
  #main .newsBox li .date {
    padding: 0;
    display: block;
    margin-bottom: 0;
  }
  #main .newsBox li:last-child {
    border: none;
  }
}
@media all and (max-width: 374px) {
  .content {
    padding: 0 20px;
  }
  #main .linkList {
    max-width: 280px;
  }
  #main .linkList li {
    width: 130px;
  }
}
@media all and (min-width: 897px) and (max-width: 1100px) {
  .comTtlBox .bg01 {
    max-width: 230px;
  }
  .comTtlBox .bg02 {
    max-width: 230px;
  }
  .comLinkBox .bg01 {
    max-width: 200px;
  }
  .comLinkBox .bg02 {
    max-width: 200px;
  }
}
/*------------------------------------------------------------
	houseBox
------------------------------------------------------------*/
#main .houseBox {
  padding: 36px;
  max-width: 935px;
  min-height: 414px;
  margin: 0 auto 93px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  background: url(../img/support/bg05.webp) no-repeat center;
  background-size: 100% 100%;
}

#main .houseBox .bg01 {
  position: absolute;
  top: -115px;
  right: -50px;
  z-index: -1;
}

#main .houseBox .bg02 {
  position: absolute;
  bottom: -33px;
  left: -60px;
  z-index: -1;
}

#main .houseBox p {
  color: #603B33;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.6875;
  font-feature-settings: "palt";
}

#main .houseBox .ttl {
  margin-bottom: 0;
  text-align: center;
  font-size: 2.5rem;
  color: #603B33;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-feature-settings: normal;
}

#main .houseBox .tel {
  margin: 3px 40px -8px 0;
  display: flex;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}

#main .houseBox .tel a {
  font-size: 5.7rem;
  font-weight: 700;
  color: #603B33;
  letter-spacing: 0.05em;
}

#main .houseBox .tel .txtSpan {
  margin: 0 12px 0 0;
  padding: 7px 5px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  min-width: 190px;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  background-color: #F6AB00;
}

#main .houseBox .sub {
  padding: 7px 15px 19px;
  max-width: 550px;
  margin: 0 auto;
  border: 2px solid #603B33;
  border-radius: 10px;
  box-sizing: border-box;
}

#main .houseBox .sub p {
  margin-bottom: 11px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #603B33;
  letter-spacing: 0.2em;
}

#main .houseBox .sub ul {
  display: flex;
  justify-content: center;
}

#main .houseBox .sub li {
  width: 160px;
  margin: 0 5px;
  padding: 5px 5px 7px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #F6AB00;
  letter-spacing: 0.2em;
  box-sizing: border-box;
  background-color: #fff;
}

#main .houseBox .sub .li02 {
  color: #00AB8D;
}

#main .houseBox .sub .li03 {
  color: #EC6D65;
}

@media all and (max-width: 896px) {
  #main .houseBox {
    max-width: inherit;
    margin: 0 -80px 25px;
    padding: 3.2vw 2.67vw;
    min-height: 195px;
  }
  #main .houseBox .bg01 {
    width: 120px;
    right: 28px;
    top: -70px;
  }
  #main .houseBox .bg02 {
    width: 93px;
    left: 52px;
    bottom: -39px;
  }
  #main .houseBox p {
    font-size: 0.9rem;
    margin-bottom: 9px;
    letter-spacing: 0.03em;
    line-height: 1.43;
  }
  #main .houseBox .ttl {
    font-size: 1.3rem;
  }
  #main .houseBox .tel .txtSpan {
    margin-right: 5px;
    font-size: 1.1rem;
    padding: 4px 5px;
    letter-spacing: 0.2em;
    min-width: 89px;
  }
  #main .houseBox .tel {
    margin: 0;
  }
  #main .houseBox .tel a {
    font-size: 2.7rem;
    letter-spacing: 0.1em;
  }
  #main .houseBox .sub {
    max-width: 299px;
    margin: 0 auto;
    padding: 5px 7px 10px;
    border-radius: 5px;
    border-width: 1px;
  }
  #main .houseBox .sub p {
    margin-bottom: 7px;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
  #main .houseBox .sub li {
    width: 86px;
    margin: 0 3px;
    min-height: 27px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
/*------------------------------------------------------------
	矢野追加箇所 PC表示でボタンを表示するため
------------------------------------------------------------*/
.voiceBox .comLink {
  margin: 0 0 50px auto;
}

.voiceBox .comLink a {
  min-height: 40px;
  font-size: 1.6rem;
  letter-spacing: 0;
}

@media all and (max-width: 896px) {
  .fixdBox ul {
    padding: 10px 0;
    margin-bottom: 0;
  }
  .fixdBox li {
    text-align: center;
  }
  .fixdBox li img {
    width: 80%;
  }
}
.navigation.pagination {
  margin: 40px auto;
  text-align: center;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #603b33;
  color: #603b33;
  font-size: 1.4rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.navigation.pagination .page-numbers.current {
  background-color: #603b33;
  color: #fff;
}
.navigation.pagination .page-numbers:hover:not(.current) {
  background-color: #f5eeec;
}
.navigation.pagination .page-numbers.dots {
  border: none;
  background: none;
}
.navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next {
  width: auto;
  padding: 0 12px;
}